file_name
stringlengths
17
81
original_function_name
stringlengths
1
716
stripped_function_name
stringlengths
3
48
decompiled_code_original
stringlengths
38
263k
decompiled_code_stripped
stringlengths
39
208k
assembly_code
stringlengths
3
175k
dataflowgraph_original
float64
dataflowgraph_stripped
float64
graphImage_original
float64
graphImage_stripped
float64
pcode_edges_original
stringlengths
11
8.39M
pcode_edges_stripped
stringlengths
11
8.61M
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
338
5.26M
S-Expression_decompiled_code_original
stringlengths
351
5.47M
S-Expression_decompiled_code_original_noisy
stringlengths
338
5.2M
S-Expression_decompiled_code_original_clean
stringlengths
162
540k
S-Expression_decompiled_code_original_root
stringlengths
353
5.26M
Replace_function_name_and_variable_name
stringlengths
39
247k
S-Expression_decompiled_code_stripped
float64
Root Node
stringlengths
238
769k
decompiled_code_original_masked
float64
decompiled_code_stripped_masked
stringlengths
35
208k
291_dir_and_dir_strip.c
getgidbyname
FUN_00020e00
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ gid_t * getgidbyname(char *group) { char cVar1; userid *puVar2; int iVar3; group *pgVar4; size_t sVar5; userid *puVar6; if (group_alist != (userid *)0x0) { cVar1 = *group; puVar6 = group_alist; do { if (*(char *)&puVar6[1].id == cVar1) { iVar3 = strcmp((char *)(puVar6 + 1),group); if (iVar3 == 0) { return (gid_t *)puVar6; } } puVar6 = puVar6->next; } while (puVar6 != (userid *)0x0); } if (nogroup_alist != (userid *)0x0) { cVar1 = *group; puVar6 = nogroup_alist; do { if (*(char *)&puVar6[1].id == cVar1) { iVar3 = strcmp((char *)(puVar6 + 1),group); if (iVar3 == 0) { return (gid_t *)0x0; } } puVar6 = puVar6->next; } while (puVar6 != (userid *)0x0); } pgVar4 = getgrnam(group); sVar5 = strlen(group); puVar6 = (userid *)xmalloc(sVar5 + 0xc & 0xfffffffc); strcpy((char *)(puVar6 + 1),group); if (pgVar4 != (group *)0x0) { puVar6->id = (anon_union_4_2_947300cf_for_id)pgVar4->gr_gid; puVar2 = puVar6; puVar6->next = group_alist; group_alist = puVar2; return (gid_t *)puVar6; } puVar6->next = nogroup_alist; nogroup_alist = puVar6; return (gid_t *)0x0; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ __gid_t * FUN_00020e00(char *param_1) { char cVar1; __gid_t *p_Var2; int iVar3; group *pgVar4; size_t sVar5; __gid_t *p_Var6; __gid_t _Var7; if (DAT_0003e374 != (__gid_t *)0x0) { cVar1 = *param_1; p_Var6 = DAT_0003e374; do { if ((char)p_Var6[2] == cVar1) { iVar3 = strcmp((char *)(p_Var6 + 2),param_1); if (iVar3 == 0) { return p_Var6; } } p_Var6 = (__gid_t *)p_Var6[1]; } while (p_Var6 != (__gid_t *)0x0); } if (DAT_0003e370 != (__gid_t *)0x0) { cVar1 = *param_1; _Var7 = (__gid_t)DAT_0003e370; do { if (*(char *)(_Var7 + 8) == cVar1) { iVar3 = strcmp((char *)(_Var7 + 8),param_1); if (iVar3 == 0) { return (__gid_t *)0x0; } } _Var7 = *(__gid_t *)(_Var7 + 4); } while (_Var7 != 0); } pgVar4 = getgrnam(param_1); sVar5 = strlen(param_1); p_Var6 = (__gid_t *)FUN_00025fe0(sVar5 + 0xc & 0xfffffffc); strcpy((char *)(p_Var6 + 2),param_1); if (pgVar4 != (group *)0x0) { *p_Var6 = pgVar4->gr_gid; p_Var2 = p_Var6; p_Var6[1] = (__gid_t)DAT_0003e374; DAT_0003e374 = p_Var2; return p_Var6; } p_Var6[1] = (__gid_t)DAT_0003e370; DAT_0003e370 = p_Var6; return (__gid_t *)0x0; }
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x000142a0 ADD EBX,0x1c1f7 SUB ESP,0xc MOV EDI,dword ptr [ESP + 0x20] MOV ESI,dword ptr [EBX + 0x1374] TEST ESI,ESI JZ 0x00020e58 MOVZX EBP,byte ptr [EDI] JMP 0x00020e2f MOV ESI,dword ptr [ESI + 0x4] TEST ESI,ESI JZ 0x00020e58 MOV EAX,EBP CMP byte ptr [ESI + 0x8],AL JNZ 0x00020e28 SUB ESP,0x8 LEA EAX,[ESI + 0x8] PUSH EDI PUSH EAX CALL 0x000120a0 ADD ESP,0x10 TEST EAX,EAX JNZ 0x00020e28 ADD ESP,0xc MOV EAX,ESI POP EBX POP ESI POP EDI POP EBP RET MOV ESI,dword ptr [EBX + 0x1370] TEST ESI,ESI JZ 0x00020ea0 MOVZX EBP,byte ptr [EDI] JMP 0x00020e77 MOV ESI,dword ptr [ESI + 0x4] TEST ESI,ESI JZ 0x00020ea0 MOV EAX,EBP CMP byte ptr [ESI + 0x8],AL JNZ 0x00020e70 SUB ESP,0x8 LEA EAX,[ESI + 0x8] PUSH EDI PUSH EAX CALL 0x000120a0 ADD ESP,0x10 TEST EAX,EAX JNZ 0x00020e70 ADD ESP,0xc XOR ESI,ESI POP EBX MOV EAX,ESI POP ESI POP EDI POP EBP RET SUB ESP,0xc PUSH EDI CALL 0x000126d0 MOV dword ptr [ESP],EDI MOV ESI,EAX CALL 0x00012420 ADD EAX,0xc AND EAX,0xfffffffc MOV dword ptr [ESP],EAX CALL 0x00025fe0 MOV EBP,EAX POP EAX POP EDX PUSH EDI LEA EAX,[EBP + 0x8] PUSH EAX CALL 0x000122f0 ADD ESP,0x10 TEST ESI,ESI JZ 0x00020f00 MOV EAX,dword ptr [ESI + 0x8] MOV ESI,EBP MOV dword ptr [EBP],EAX MOV EAX,dword ptr [EBX + 0x1374] MOV dword ptr [EBX + 0x1374],EBP MOV dword ptr [EBP + 0x4],EAX ADD ESP,0xc MOV EAX,ESI POP EBX POP ESI POP EDI POP EBP RET MOV EAX,dword ptr [EBX + 0x1370] MOV dword ptr [EBX + 0x1370],EBP MOV dword ptr [EBP + 0x4],EAX ADD ESP,0xc MOV EAX,ESI POP EBX POP ESI POP EDI POP EBP RET
null
null
null
null
[('const-1', u'PTRADD_-1206054391'), ('tmp_1190', u'CALL_-1206054952'), (u'PTRADD_-1206054467', u'CAST_-1206054446'), ('const-0', u'INT_NOTEQUAL_-1206055341'), (u'LOAD_-1206055319', u'INT_EQUAL_-1206055304'), (u'STORE_-1206054843', u'INDIRECT_-1206054321'), ('const-0', u'COPY_-1206054733'), ('tmp_718', u'CBRANCH_-1206055032'), ('const-0', u'RETURN_-1206054699'), (u'CAST_-1206054386', u'LOAD_-1206055134'), (u'CAST_-1206054317', u'PTRADD_-1206054321'), (u'COPY_-1206054307', u'COPY_-1206054340'), (u'CALL_-1206055084', u'INDIRECT_-1206054415'), (u'INDIRECT_-1206054488', u'MULTIEQUAL_-1206054495'), ('tmp_1190', u'LOAD_-1206055162'), (u'PTRSUB_-1206054399', u'CAST_-1206054386'), (u'MULTIEQUAL_-1206054446', u'MULTIEQUAL_-1206054377'), ('const-0', u'COPY_-1206055029'), ('tmp_396', u'CBRANCH_-1206055226'), (u'LOAD_-1206055341', u'INT_EQUAL_-1206055304'), ('const-4', u'PTRSUB_-1206054246'), (u'LOAD_-1206055245', u'MULTIEQUAL_-1206054753'), ('tmp_2493', u'MULTIEQUAL_-1206054505'), ('const-8', u'PTRSUB_-1206054303'), (u'PTRSUB_-1206054410', u'LOAD_-1206055051'), (u'CALL_-1206054952', u'INT_ADD_-1206054932'), (u'MULTIEQUAL_-1206054753', u'PTRADD_-1206054477'), (u'COPY_-1206055029', u'RETURN_-1206055000'), ('tmp_1190', u'CALL_-1206055084'), ('const-4294967292', u'INT_AND_-1206054912'), (u'CALL_-1206054881', u'INDIRECT_-1206054343'), ('const-0', u'INT_NOTEQUAL_-1206055162'), ('tmp_132', u'CBRANCH_-1206055341'), ('tmp_2492', u'MULTIEQUAL_-1206054486'), ('const-0', u'RETURN_-1206054771'), (u'CALL_-1206055269', u'INDIRECT_-1206054488'), (u'CALL_-1206054968', u'PTRSUB_-1206054303'), ('const-1', u'PTRADD_-1206054321'), (u'PTRSUB_-1206054297', u'STORE_-1206054843'), ('const-1', u'PTRADD_-1206054401'), (u'INT_NOTEQUAL_-1206055226', u'CBRANCH_-1206055226'), (u'CAST_-1206054317', u'PTRSUB_-1206054297'), (u'INT_NOTEQUAL_-1206054854', u'CBRANCH_-1206054854'), (u'MULTIEQUAL_-1206054426', u'MULTIEQUAL_-1206054417'), (u'MULTIEQUAL_-1206054445', u'MULTIEQUAL_-1206054436'), (u'PTRSUB_-1206054486', u'LOAD_-1206055245'), (u'MULTIEQUAL_-1206054683', u'PTRADD_-1206054401'), (u'CAST_-1206054372', u'CALL_-1206055084'), ('tmp_2492', u'MULTIEQUAL_-1206054446'), (u'INT_NOTEQUAL_-1206055032', u'CBRANCH_-1206055032'), ('const-0', u'RETURN_-1206055196'), (u'LOAD_-1206055245', u'INT_NOTEQUAL_-1206055226'), (u'INDIRECT_-1206054507', u'COPY_-1206054540'), (u'CALL_-1206054952', u'INDIRECT_-1206054373'), (u'MULTIEQUAL_-1206054465', u'MULTIEQUAL_-1206054396'), (u'CALL_-1206055269', u'INDIRECT_-1206054507'), (u'CALL_-1206054881', u'INDIRECT_-1206054362'), (u'CALL_-1206055084', u'INDIRECT_-1206054434'), ('const-417', u'LOAD_-1206055162'), (u'STORE_-1206054843', u'INDIRECT_-1206054340'), (u'COPY_-1206054477', u'MULTIEQUAL_-1206054683'), (u'CAST_-1206054418', u'RETURN_-1206055196'), (u'INDIRECT_-1206054415', u'MULTIEQUAL_-1206054426'), (u'MULTIEQUAL_-1206054753', u'PTRADD_-1206054467'), (u'INDIRECT_-1206054324', u'COPY_-1206054375'), (u'INDIRECT_-1206054321', u'STORE_-1206054819'), ('const-8', u'PTRADD_-1206054477'), (u'MULTIEQUAL_-1206054426', u'MULTIEQUAL_-1206054377'), ('const-8', u'PTRADD_-1206054321'), (u'CALL_-1206054968', u'INDIRECT_-1206054384'), ('const-4', u'PTRSUB_-1206054486'), (u'INT_EQUAL_-1206055243', u'CBRANCH_-1206055241'), ('const-417', u'LOAD_-1206054853'), (u'INDIRECT_-1206054488', u'COPY_-1206054521'), ('tmp_2493', u'MULTIEQUAL_-1206054465'), ('const-1', u'PTRADD_-1206054467'), (u'CAST_-1206054256', u'RETURN_-1206054771'), ('const-417', u'LOAD_-1206055245'), (u'CAST_-1206054302', u'CALL_-1206054881'), (u'MULTIEQUAL_-1206054446', u'MULTIEQUAL_-1206054417'), ('tmp_1190', u'CALL_-1206054968'), (u'INT_EQUAL_-1206055304', u'CBRANCH_-1206055301'), (u'MULTIEQUAL_-1206054514', u'MULTIEQUAL_-1206054465'), (u'CAST_-1206054317', u'PTRSUB_-1206054246'), (u'MULTIEQUAL_-1206054505', u'MULTIEQUAL_-1206054514'), (u'MULTIEQUAL_-1206054445', u'MULTIEQUAL_-1206054396'), ('const-417', u'STORE_-1206054843'), (u'LOAD_-1206054853', u'CAST_-1206054284'), (u'PTRADD_-1206054391', u'CAST_-1206054372'), ('tmp_178', u'CBRANCH_-1206055301'), (u'CAST_-1206054446', u'CALL_-1206055269'), (u'INDIRECT_-1206054415', u'COPY_-1206054446'), (u'PTRADD_-1206054321', u'CAST_-1206054302'), (u'INT_NOTEQUAL_-1206055341', u'CBRANCH_-1206055341'), ('tmp_139', u'BRANCH_-1206055334'), ('const-4', u'PTRSUB_-1206054281'), ('const-417', u'LOAD_-1206055134'), (u'LOAD_-1206055051', u'INT_NOTEQUAL_-1206055032'), (u'CAST_-1206054317', u'COPY_-1206054308'), (u'LOAD_-1206055162', u'INT_EQUAL_-1206055119'), ('tmp_1190', u'CALL_-1206054881'), ('tmp_287', u'CBRANCH_-1206055241'), ('const-417', u'STORE_-1206054819'), (u'INT_ADD_-1206054932', u'INT_AND_-1206054912'), ('const-0', u'INT_NOTEQUAL_-1206055032'), (u'MULTIEQUAL_-1206054514', u'MULTIEQUAL_-1206054505'), (u'STORE_-1206054819', u'INDIRECT_-1206054324'), (u'INDIRECT_-1206054507', u'MULTIEQUAL_-1206054514'), (u'CALL_-1206054915', u'CAST_-1206054317'), ('const-0', u'INT_EQUAL_-1206055243'), (u'MULTIEQUAL_-1206054683', u'PTRADD_-1206054391'), (u'CALL_-1206054915', u'INDIRECT_-1206054377'), ('const-0', u'PTRSUB_-1206054475'), (u'INT_AND_-1206054912', u'CALL_-1206054915'), (u'CAST_-1206054317', u'COPY_-1206054340'), (u'INDIRECT_-1206054362', u'STORE_-1206054747'), (u'INDIRECT_-1206054289', u'COPY_-1206054307'), ('const-0', u'PTRSUB_-1206054399'), (u'MULTIEQUAL_-1206054495', u'MULTIEQUAL_-1206054486'), (u'CALL_-1206054968', u'INT_NOTEQUAL_-1206054854'), ('tmp_941', u'CBRANCH_-1206054854'), (u'MULTIEQUAL_-1206054683', u'PTRSUB_-1206054410'), ('const-1', u'PTRADD_-1206054477'), (u'CALL_-1206054968', u'INDIRECT_-1206054403'), (u'INDIRECT_-1206054434', u'MULTIEQUAL_-1206054445'), ('const-4', u'PTRSUB_-1206054410'), ('tmp_476', u'CBRANCH_-1206055116'), (u'INT_NOTEQUAL_-1206055162', u'CBRANCH_-1206055162'), (u'MULTIEQUAL_-1206054465', u'MULTIEQUAL_-1206054436'), (u'PTRSUB_-1206054281', u'STORE_-1206054819'), ('const-0', u'PTRSUB_-1206054297'), (u'CAST_-1206054317', u'PTRSUB_-1206054281'), (u'CAST_-1206054284', u'STORE_-1206054843'), (u'INDIRECT_-1206054305', u'COPY_-1206054339'), (u'COPY_-1206054542', u'MULTIEQUAL_-1206054753'), (u'STORE_-1206054747', u'INDIRECT_-1206054289'), (u'COPY_-1206054733', u'RETURN_-1206054699'), ('const-8', u'PTRADD_-1206054401'), ('const-417', u'STORE_-1206054747'), ('tmp_2492', u'INT_NOTEQUAL_-1206055341'), (u'INT_EQUAL_-1206055058', u'CBRANCH_-1206055056'), ('const-8', u'PTRADD_-1206054467'), (u'MULTIEQUAL_-1206054417', u'MULTIEQUAL_-1206054426'), ('const-0', u'RETURN_-1206055000'), (u'MULTIEQUAL_-1206054753', u'COPY_-1206055230'), (u'LOAD_-1206055134', u'INT_EQUAL_-1206055119'), ('const-8', u'PTRADD_-1206054391'), (u'COPY_-1206054805', u'CAST_-1206054256'), (u'INDIRECT_-1206054270', u'COPY_-1206054321'), (u'MULTIEQUAL_-1206054436', u'MULTIEQUAL_-1206054445'), (u'PTRADD_-1206054477', u'PTRSUB_-1206054475'), (u'MULTIEQUAL_-1206054495', u'MULTIEQUAL_-1206054446'), ('const-417', u'LOAD_-1206055341'), ('const-0', u'INT_NOTEQUAL_-1206055226'), (u'PTRADD_-1206054401', u'PTRSUB_-1206054399'), (u'INDIRECT_-1206054434', u'COPY_-1206054465'), (u'PTRSUB_-1206054246', u'STORE_-1206054747'), (u'CALL_-1206055084', u'INT_EQUAL_-1206055058'), ('tmp_585', u'CBRANCH_-1206055056'), (u'CALL_-1206054915', u'INDIRECT_-1206054358'), ('tmp_1190', u'LOAD_-1206055341'), (u'CAST_-1206054460', u'LOAD_-1206055319'), ('tmp_2492', u'COPY_-1206054542'), (u'INT_EQUAL_-1206055119', u'CBRANCH_-1206055116'), (u'CALL_-1206054952', u'INDIRECT_-1206054392'), (u'CAST_-1206054317', u'COPY_-1206054805'), (u'COPY_-1206054339', u'COPY_-1206054356'), (u'STORE_-1206054819', u'INDIRECT_-1206054305'), (u'LOAD_-1206055051', u'MULTIEQUAL_-1206054683'), ('const-417', u'LOAD_-1206055051'), ('const-0', u'INT_NOTEQUAL_-1206054854'), (u'CALL_-1206055269', u'INT_EQUAL_-1206055243'), (u'MULTIEQUAL_-1206054486', u'MULTIEQUAL_-1206054495'), (u'PTRSUB_-1206054303', u'LOAD_-1206054853'), (u'MULTIEQUAL_-1206054753', u'PTRSUB_-1206054486'), ('const-12', u'INT_ADD_-1206054932'), (u'COPY_-1206055230', u'CAST_-1206054418'), ('tmp_437', u'BRANCH_-1206055155'), (u'MULTIEQUAL_-1206054465', u'COPY_-1206054477'), ('tmp_1190', u'CALL_-1206055269'), ('const-0', u'INT_EQUAL_-1206055058'), ('const-417', u'LOAD_-1206055319'), (u'PTRSUB_-1206054475', u'CAST_-1206054460'), (u'MULTIEQUAL_-1206054465', u'INT_NOTEQUAL_-1206055162'), ('tmp_430', u'CBRANCH_-1206055162'), (u'STORE_-1206054747', u'INDIRECT_-1206054270')]
[('const-8', u'INT_ADD_-1206055087'), ('tmp_2511', u'MULTIEQUAL_-1206054464'), ('tmp_2510', u'COPY_-1206054546'), ('const-0', u'INT_NOTEQUAL_-1206055341'), ('const-4', u'PTRADD_-1206054287'), ('tmp_718', u'CBRANCH_-1206055032'), (u'STORE_-1206054843', u'INDIRECT_-1206054339'), (u'STORE_-1206054819', u'INDIRECT_-1206054304'), ('const-0', u'RETURN_-1206054699'), ('tmp_2354', u'CALL_-1206055269'), (u'MULTIEQUAL_-1206054494', u'MULTIEQUAL_-1206054445'), ('const-417', u'LOAD_-1206055134'), (u'COPY_-1206054805', u'RETURN_-1206054771'), (u'CAST_-1206054319', u'STORE_-1206054843'), ('tmp_396', u'CBRANCH_-1206055226'), (u'LOAD_-1206055341', u'INT_EQUAL_-1206055304'), ('tmp_2354', u'CALL_-1206054968'), ('const-417', u'LOAD_-1206054853'), (u'CALL_-1206054952', u'INDIRECT_-1206054372'), (u'MULTIEQUAL_-1206054752', u'COPY_-1206055230'), ('const-2', u'PTRADD_-1206054325'), (u'MULTIEQUAL_-1206054425', u'MULTIEQUAL_-1206054416'), (u'INDIRECT_-1206054304', u'COPY_-1206054343'), (u'CALL_-1206054952', u'INT_ADD_-1206054932'), (u'COPY_-1206054481', u'MULTIEQUAL_-1206054682'), (u'COPY_-1206055029', u'RETURN_-1206055000'), ('const-8', u'INT_ADD_-1206055118'), ('const-4294967292', u'INT_AND_-1206054912'), ('const-1', u'PTRADD_-1206054252'), (u'CAST_-1206054451', u'CALL_-1206055269'), ('const-0', u'INT_NOTEQUAL_-1206055162'), (u'MULTIEQUAL_-1206054444', u'MULTIEQUAL_-1206054395'), ('tmp_132', u'CBRANCH_-1206055341'), ('const-0', u'RETURN_-1206054771'), (u'PTRADD_-1206054287', u'STORE_-1206054819'), (u'CAST_-1206054270', u'STORE_-1206054819'), (u'CAST_-1206054319', u'PTRADD_-1206054287'), (u'MULTIEQUAL_-1206054464', u'MULTIEQUAL_-1206054395'), (u'INT_NOTEQUAL_-1206055226', u'CBRANCH_-1206055226'), ('const-0', u'COPY_-1206055029'), (u'INDIRECT_-1206054414', u'MULTIEQUAL_-1206054425'), (u'CALL_-1206054881', u'INDIRECT_-1206054361'), (u'INT_NOTEQUAL_-1206054854', u'CBRANCH_-1206054854'), ('tmp_2354', u'CALL_-1206054881'), (u'PTRADD_-1206054486', u'LOAD_-1206055245'), (u'CAST_-1206054472', u'INT_NOTEQUAL_-1206055226'), (u'MULTIEQUAL_-1206054494', u'MULTIEQUAL_-1206054485'), (u'STORE_-1206054843', u'INDIRECT_-1206054320'), (u'INT_NOTEQUAL_-1206055032', u'CBRANCH_-1206055032'), (u'CAST_-1206054319', u'PTRADD_-1206054252'), ('const-0', u'RETURN_-1206055196'), (u'CALL_-1206054915', u'INDIRECT_-1206054357'), (u'LOAD_-1206054853', u'STORE_-1206054843'), (u'CAST_-1206054389', u'LOAD_-1206055134'), (u'CALL_-1206054968', u'INDIRECT_-1206054402'), ('const-1', u'PTRADD_-1206054486'), (u'COPY_-1206054343', u'COPY_-1206054355'), (u'PTRADD_-1206054252', u'STORE_-1206054747'), ('tmp_2511', u'MULTIEQUAL_-1206054504'), (u'MULTIEQUAL_-1206054445', u'MULTIEQUAL_-1206054416'), ('const-417', u'LOAD_-1206055341'), (u'MULTIEQUAL_-1206054752', u'PTRADD_-1206054467'), (u'INDIRECT_-1206054433', u'COPY_-1206054464'), ('const-417', u'STORE_-1206054843'), ('tmp_2354', u'CALL_-1206055084'), (u'MULTIEQUAL_-1206054513', u'MULTIEQUAL_-1206054464'), (u'MULTIEQUAL_-1206054513', u'MULTIEQUAL_-1206054504'), (u'MULTIEQUAL_-1206054752', u'PTRADD_-1206054476'), ('tmp_2354', u'CALL_-1206054952'), (u'LOAD_-1206055051', u'MULTIEQUAL_-1206054682'), (u'INDIRECT_-1206054506', u'MULTIEQUAL_-1206054513'), (u'MULTIEQUAL_-1206054464', u'INT_NOTEQUAL_-1206055162'), (u'INT_ADD_-1206055087', u'CAST_-1206054380'), (u'PTRADD_-1206054325', u'CAST_-1206054304'), (u'INT_EQUAL_-1206055243', u'CBRANCH_-1206055241'), (u'CAST_-1206054237', u'STORE_-1206054747'), (u'CALL_-1206055084', u'INDIRECT_-1206054433'), (u'INDIRECT_-1206054320', u'CAST_-1206054270'), ('const-1', u'PTRADD_-1206054287'), ('tmp_2510', u'INT_NOTEQUAL_-1206055341'), (u'INDIRECT_-1206054506', u'COPY_-1206054539'), (u'MULTIEQUAL_-1206054682', u'INT_ADD_-1206055087'), (u'CALL_-1206055269', u'INDIRECT_-1206054506'), ('const-8', u'PTRSUB_-1206054307'), (u'CALL_-1206055084', u'INDIRECT_-1206054414'), (u'MULTIEQUAL_-1206054435', u'MULTIEQUAL_-1206054444'), ('tmp_2354', u'LOAD_-1206055162'), (u'CAST_-1206054319', u'PTRADD_-1206054325'), (u'SUBPIECE_-1206054472', u'INT_EQUAL_-1206055304'), (u'INT_EQUAL_-1206055304', u'CBRANCH_-1206055301'), (u'MULTIEQUAL_-1206054682', u'INT_ADD_-1206055035'), ('tmp_2354', u'LOAD_-1206055341'), ('const-417', u'STORE_-1206054819'), (u'INDIRECT_-1206054487', u'MULTIEQUAL_-1206054494'), ('const-2', u'PTRADD_-1206054467'), (u'INDIRECT_-1206054269', u'COPY_-1206054320'), ('tmp_178', u'CBRANCH_-1206055301'), (u'PTRSUB_-1206054307', u'LOAD_-1206054853'), (u'INT_NOTEQUAL_-1206055341', u'CBRANCH_-1206055341'), ('const-4', u'PTRADD_-1206054476'), (u'INT_ADD_-1206055118', u'CAST_-1206054389'), (u'CAST_-1206054304', u'CALL_-1206054881'), ('tmp_139', u'BRANCH_-1206055334'), (u'LOAD_-1206055051', u'INT_NOTEQUAL_-1206055032'), ('const-417', u'LOAD_-1206055319'), (u'COPY_-1206054311', u'COPY_-1206054339'), (u'LOAD_-1206055162', u'INT_EQUAL_-1206055119'), (u'CAST_-1206054472', u'MULTIEQUAL_-1206054752'), (u'CALL_-1206054915', u'INDIRECT_-1206054376'), ('tmp_2510', u'MULTIEQUAL_-1206054485'), ('tmp_287', u'CBRANCH_-1206055241'), (u'INT_ADD_-1206054932', u'INT_AND_-1206054912'), ('const-0', u'INT_NOTEQUAL_-1206055032'), ('const-0', u'SUBPIECE_-1206054472'), (u'CALL_-1206054881', u'INDIRECT_-1206054342'), ('const-0', u'INT_EQUAL_-1206055243'), ('const-417', u'LOAD_-1206055245'), (u'MULTIEQUAL_-1206054504', u'MULTIEQUAL_-1206054513'), (u'INT_ADD_-1206055035', u'CAST_-1206054396'), (u'STORE_-1206054747', u'INDIRECT_-1206054288'), (u'INT_AND_-1206054912', u'CALL_-1206054915'), (u'CAST_-1206054319', u'COPY_-1206054805'), (u'COPY_-1206054546', u'MULTIEQUAL_-1206054752'), (u'CALL_-1206054968', u'INT_NOTEQUAL_-1206054854'), ('tmp_941', u'CBRANCH_-1206054854'), ('tmp_2510', u'MULTIEQUAL_-1206054445'), (u'CALL_-1206054952', u'INDIRECT_-1206054391'), (u'CAST_-1206054380', u'CALL_-1206055084'), (u'MULTIEQUAL_-1206054445', u'MULTIEQUAL_-1206054376'), (u'INDIRECT_-1206054361', u'CAST_-1206054237'), (u'MULTIEQUAL_-1206054464', u'MULTIEQUAL_-1206054435'), ('tmp_476', u'CBRANCH_-1206055116'), (u'MULTIEQUAL_-1206054416', u'MULTIEQUAL_-1206054425'), (u'INT_NOTEQUAL_-1206055162', u'CBRANCH_-1206055162'), (u'CALL_-1206054915', u'CAST_-1206054319'), ('const-2', u'PTRADD_-1206054476'), (u'MULTIEQUAL_-1206054682', u'INT_ADD_-1206055118'), (u'INDIRECT_-1206054414', u'COPY_-1206054445'), ('const-4', u'PTRADD_-1206054486'), (u'STORE_-1206054747', u'INDIRECT_-1206054269'), ('const-417', u'LOAD_-1206055162'), ('const-0', u'COPY_-1206054733'), (u'LOAD_-1206055245', u'CAST_-1206054472'), (u'INDIRECT_-1206054323', u'COPY_-1206054374'), (u'COPY_-1206054733', u'RETURN_-1206054699'), (u'COPY_-1206055230', u'RETURN_-1206055196'), (u'INT_EQUAL_-1206055058', u'CBRANCH_-1206055056'), ('const-0', u'RETURN_-1206055000'), (u'LOAD_-1206055134', u'INT_EQUAL_-1206055119'), ('const-4', u'PTRADD_-1206054325'), (u'MULTIEQUAL_-1206054752', u'PTRADD_-1206054486'), (u'PTRADD_-1206054476', u'LOAD_-1206055319'), ('const-0', u'INT_NOTEQUAL_-1206055226'), ('const-4', u'PTRADD_-1206054252'), (u'CAST_-1206054410', u'COPY_-1206054481'), (u'CALL_-1206055084', u'INT_EQUAL_-1206055058'), ('tmp_585', u'CBRANCH_-1206055056'), (u'STORE_-1206054819', u'INDIRECT_-1206054323'), (u'MULTIEQUAL_-1206054425', u'MULTIEQUAL_-1206054376'), (u'MULTIEQUAL_-1206054485', u'MULTIEQUAL_-1206054494'), (u'INT_EQUAL_-1206055119', u'CBRANCH_-1206055116'), (u'LOAD_-1206055319', u'SUBPIECE_-1206054472'), (u'INDIRECT_-1206054288', u'COPY_-1206054311'), (u'MULTIEQUAL_-1206054464', u'CAST_-1206054410'), ('const-417', u'LOAD_-1206055051'), (u'CAST_-1206054396', u'LOAD_-1206055051'), ('const-417', u'STORE_-1206054747'), (u'PTRADD_-1206054467', u'CAST_-1206054451'), (u'CAST_-1206054319', u'COPY_-1206054312'), (u'INDIRECT_-1206054487', u'COPY_-1206054520'), (u'CAST_-1206054319', u'COPY_-1206054344'), (u'INDIRECT_-1206054433', u'MULTIEQUAL_-1206054444'), ('const-0', u'INT_NOTEQUAL_-1206054854'), (u'CALL_-1206055269', u'INT_EQUAL_-1206055243'), (u'MULTIEQUAL_-1206054444', u'MULTIEQUAL_-1206054435'), ('const-4', u'INT_ADD_-1206055035'), ('const-12', u'INT_ADD_-1206054932'), ('const-4', u'PTRADD_-1206054467'), (u'CALL_-1206055269', u'INDIRECT_-1206054487'), ('tmp_437', u'BRANCH_-1206055155'), ('const-0', u'INT_EQUAL_-1206055058'), (u'CALL_-1206054968', u'PTRSUB_-1206054307'), (u'CALL_-1206054968', u'INDIRECT_-1206054383'), ('tmp_430', u'CBRANCH_-1206055162')]
null
null
00020e00
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\n__gid_t * FUN_00020e00(char *param_1)\n\n{\n char cVar1;\n __gid_t *p_Var2;\n int iVar3;\n group *pgVar4;\n size_t sVar5;\n __gid_t *p_Var6;\n __gid_t _Var7;\n \n if (DAT_0003e374 != (__gid_t *)0x0) {\n cVar1 = *param_1;\n p_Var6 = DAT_0003e374;\n do {\n if ((char)p_Var6[2] == cVar1) {\n iVar3 = strcmp((char *)(p_Var6 + 2),param_1);\n if (iVar3 == 0) {\n return p_Var6;\n }\n }\n p_Var6 = (__gid_t *)p_Var6[1];\n } while (p_Var6 != (__gid_t *)0x0);\n }\n if (DAT_0003e370 != (__gid_t *)0x0) {\n cVar1 = *param_1;\n _Var7 = (__gid_t)DAT_0003e370;\n do {\n if (*(char *)(_Var7 + 8) == cVar1) {\n iVar3 = strcmp((char *)(_Var7 + 8),param_1);\n if (iVar3 == 0) {\n return (__gid_t *)0x0;\n }\n }\n _Var7 = *(__gid_t *)(_Var7 + 4);\n } while (_Var7 != 0);\n }\n pgVar4 = getgrnam(param_1);\n sVar5 = strlen(param_1);\n p_Var6 = (__gid_t *)FUN_00025fe0(sVar5 + 0xc & 0xfffffffc);\n strcpy((char *)(p_Var6 + 2),param_1);\n if (pgVar4 != (group *)0x0) {\n *p_Var6 = pgVar4->gr_gid;\n p_Var2 = p_Var6;\n p_Var6[1] = (__gid_t)DAT_0003e374;\n DAT_0003e374 = p_Var2;\n return p_Var6;\n }\n p_Var6[1] = (__gid_t)DAT_0003e370;\n DAT_0003e370 = p_Var6;\n return (__gid_t *)0x0;\n}\n\n" comment (function_definition "__gid_t * FUN_00020e00(char *param_1)\n\n{\n char cVar1;\n __gid_t *p_Var2;\n int iVar3;\n group *pgVar4;\n size_t sVar5;\n __gid_t *p_Var6;\n __gid_t _Var7;\n \n if (DAT_0003e374 != (__gid_t *)0x0) {\n cVar1 = *param_1;\n p_Var6 = DAT_0003e374;\n do {\n if ((char)p_Var6[2] == cVar1) {\n iVar3 = strcmp((char *)(p_Var6 + 2),param_1);\n if (iVar3 == 0) {\n return p_Var6;\n }\n }\n p_Var6 = (__gid_t *)p_Var6[1];\n } while (p_Var6 != (__gid_t *)0x0);\n }\n if (DAT_0003e370 != (__gid_t *)0x0) {\n cVar1 = *param_1;\n _Var7 = (__gid_t)DAT_0003e370;\n do {\n if (*(char *)(_Var7 + 8) == cVar1) {\n iVar3 = strcmp((char *)(_Var7 + 8),param_1);\n if (iVar3 == 0) {\n return (__gid_t *)0x0;\n }\n }\n _Var7 = *(__gid_t *)(_Var7 + 4);\n } while (_Var7 != 0);\n }\n pgVar4 = getgrnam(param_1);\n sVar5 = strlen(param_1);\n p_Var6 = (__gid_t *)FUN_00025fe0(sVar5 + 0xc & 0xfffffffc);\n strcpy((char *)(p_Var6 + 2),param_1);\n if (pgVar4 != (group *)0x0) {\n *p_Var6 = pgVar4->gr_gid;\n p_Var2 = p_Var6;\n p_Var6[1] = (__gid_t)DAT_0003e374;\n DAT_0003e374 = p_Var2;\n return p_Var6;\n }\n p_Var6[1] = (__gid_t)DAT_0003e370;\n DAT_0003e370 = p_Var6;\n return (__gid_t *)0x0;\n}" type_identifier (pointer_declarator "* FUN_00020e00(char *param_1)" * (function_declarator "FUN_00020e00(char *param_1)" identifier (parameter_list "(char *param_1)" ( (parameter_declaration "char *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) )))) (compound_statement "{\n char cVar1;\n __gid_t *p_Var2;\n int iVar3;\n group *pgVar4;\n size_t sVar5;\n __gid_t *p_Var6;\n __gid_t _Var7;\n \n if (DAT_0003e374 != (__gid_t *)0x0) {\n cVar1 = *param_1;\n p_Var6 = DAT_0003e374;\n do {\n if ((char)p_Var6[2] == cVar1) {\n iVar3 = strcmp((char *)(p_Var6 + 2),param_1);\n if (iVar3 == 0) {\n return p_Var6;\n }\n }\n p_Var6 = (__gid_t *)p_Var6[1];\n } while (p_Var6 != (__gid_t *)0x0);\n }\n if (DAT_0003e370 != (__gid_t *)0x0) {\n cVar1 = *param_1;\n _Var7 = (__gid_t)DAT_0003e370;\n do {\n if (*(char *)(_Var7 + 8) == cVar1) {\n iVar3 = strcmp((char *)(_Var7 + 8),param_1);\n if (iVar3 == 0) {\n return (__gid_t *)0x0;\n }\n }\n _Var7 = *(__gid_t *)(_Var7 + 4);\n } while (_Var7 != 0);\n }\n pgVar4 = getgrnam(param_1);\n sVar5 = strlen(param_1);\n p_Var6 = (__gid_t *)FUN_00025fe0(sVar5 + 0xc & 0xfffffffc);\n strcpy((char *)(p_Var6 + 2),param_1);\n if (pgVar4 != (group *)0x0) {\n *p_Var6 = pgVar4->gr_gid;\n p_Var2 = p_Var6;\n p_Var6[1] = (__gid_t)DAT_0003e374;\n DAT_0003e374 = p_Var2;\n return p_Var6;\n }\n p_Var6[1] = (__gid_t)DAT_0003e370;\n DAT_0003e370 = p_Var6;\n return (__gid_t *)0x0;\n}" { (declaration "char cVar1;" primitive_type identifier ;) (declaration "__gid_t *p_Var2;" type_identifier (pointer_declarator "*p_Var2" * identifier) ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "group *pgVar4;" type_identifier (pointer_declarator "*pgVar4" * identifier) ;) (declaration "size_t sVar5;" primitive_type identifier ;) (declaration "__gid_t *p_Var6;" type_identifier (pointer_declarator "*p_Var6" * identifier) ;) (declaration "__gid_t _Var7;" type_identifier identifier ;) (if_statement "if (DAT_0003e374 != (__gid_t *)0x0) {\n cVar1 = *param_1;\n p_Var6 = DAT_0003e374;\n do {\n if ((char)p_Var6[2] == cVar1) {\n iVar3 = strcmp((char *)(p_Var6 + 2),param_1);\n if (iVar3 == 0) {\n return p_Var6;\n }\n }\n p_Var6 = (__gid_t *)p_Var6[1];\n } while (p_Var6 != (__gid_t *)0x0);\n }" if (parenthesized_expression "(DAT_0003e374 != (__gid_t *)0x0)" ( (binary_expression "DAT_0003e374 != (__gid_t *)0x0" identifier != (cast_expression "(__gid_t *)0x0" ( (type_descriptor "__gid_t *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n cVar1 = *param_1;\n p_Var6 = DAT_0003e374;\n do {\n if ((char)p_Var6[2] == cVar1) {\n iVar3 = strcmp((char *)(p_Var6 + 2),param_1);\n if (iVar3 == 0) {\n return p_Var6;\n }\n }\n p_Var6 = (__gid_t *)p_Var6[1];\n } while (p_Var6 != (__gid_t *)0x0);\n }" { (expression_statement "cVar1 = *param_1;" (assignment_expression "cVar1 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "p_Var6 = DAT_0003e374;" (assignment_expression "p_Var6 = DAT_0003e374" identifier = identifier) ;) (do_statement "do {\n if ((char)p_Var6[2] == cVar1) {\n iVar3 = strcmp((char *)(p_Var6 + 2),param_1);\n if (iVar3 == 0) {\n return p_Var6;\n }\n }\n p_Var6 = (__gid_t *)p_Var6[1];\n } while (p_Var6 != (__gid_t *)0x0);" do (compound_statement "{\n if ((char)p_Var6[2] == cVar1) {\n iVar3 = strcmp((char *)(p_Var6 + 2),param_1);\n if (iVar3 == 0) {\n return p_Var6;\n }\n }\n p_Var6 = (__gid_t *)p_Var6[1];\n }" { (if_statement "if ((char)p_Var6[2] == cVar1) {\n iVar3 = strcmp((char *)(p_Var6 + 2),param_1);\n if (iVar3 == 0) {\n return p_Var6;\n }\n }" if (parenthesized_expression "((char)p_Var6[2] == cVar1)" ( (binary_expression "(char)p_Var6[2] == cVar1" (cast_expression "(char)p_Var6[2]" ( (type_descriptor "char" primitive_type) ) (subscript_expression "p_Var6[2]" identifier [ number_literal ])) == identifier) )) (compound_statement "{\n iVar3 = strcmp((char *)(p_Var6 + 2),param_1);\n if (iVar3 == 0) {\n return p_Var6;\n }\n }" { (expression_statement "iVar3 = strcmp((char *)(p_Var6 + 2),param_1);" (assignment_expression "iVar3 = strcmp((char *)(p_Var6 + 2),param_1)" identifier = (call_expression "strcmp((char *)(p_Var6 + 2),param_1)" identifier (argument_list "((char *)(p_Var6 + 2),param_1)" ( (cast_expression "(char *)(p_Var6 + 2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(p_Var6 + 2)" ( (binary_expression "p_Var6 + 2" identifier + number_literal) ))) , identifier )))) ;) (if_statement "if (iVar3 == 0) {\n return p_Var6;\n }" if (parenthesized_expression "(iVar3 == 0)" ( (binary_expression "iVar3 == 0" identifier == number_literal) )) (compound_statement "{\n return p_Var6;\n }" { (return_statement "return p_Var6;" return identifier ;) })) })) (expression_statement "p_Var6 = (__gid_t *)p_Var6[1];" (assignment_expression "p_Var6 = (__gid_t *)p_Var6[1]" identifier = (cast_expression "(__gid_t *)p_Var6[1]" ( (type_descriptor "__gid_t *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "p_Var6[1]" identifier [ number_literal ]))) ;) }) while (parenthesized_expression "(p_Var6 != (__gid_t *)0x0)" ( (binary_expression "p_Var6 != (__gid_t *)0x0" identifier != (cast_expression "(__gid_t *)0x0" ( (type_descriptor "__gid_t *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) })) (if_statement "if (DAT_0003e370 != (__gid_t *)0x0) {\n cVar1 = *param_1;\n _Var7 = (__gid_t)DAT_0003e370;\n do {\n if (*(char *)(_Var7 + 8) == cVar1) {\n iVar3 = strcmp((char *)(_Var7 + 8),param_1);\n if (iVar3 == 0) {\n return (__gid_t *)0x0;\n }\n }\n _Var7 = *(__gid_t *)(_Var7 + 4);\n } while (_Var7 != 0);\n }" if (parenthesized_expression "(DAT_0003e370 != (__gid_t *)0x0)" ( (binary_expression "DAT_0003e370 != (__gid_t *)0x0" identifier != (cast_expression "(__gid_t *)0x0" ( (type_descriptor "__gid_t *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n cVar1 = *param_1;\n _Var7 = (__gid_t)DAT_0003e370;\n do {\n if (*(char *)(_Var7 + 8) == cVar1) {\n iVar3 = strcmp((char *)(_Var7 + 8),param_1);\n if (iVar3 == 0) {\n return (__gid_t *)0x0;\n }\n }\n _Var7 = *(__gid_t *)(_Var7 + 4);\n } while (_Var7 != 0);\n }" { (expression_statement "cVar1 = *param_1;" (assignment_expression "cVar1 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "_Var7 = (__gid_t)DAT_0003e370;" (assignment_expression "_Var7 = (__gid_t)DAT_0003e370" identifier = (cast_expression "(__gid_t)DAT_0003e370" ( (type_descriptor "__gid_t" type_identifier) ) identifier)) ;) (do_statement "do {\n if (*(char *)(_Var7 + 8) == cVar1) {\n iVar3 = strcmp((char *)(_Var7 + 8),param_1);\n if (iVar3 == 0) {\n return (__gid_t *)0x0;\n }\n }\n _Var7 = *(__gid_t *)(_Var7 + 4);\n } while (_Var7 != 0);" do (compound_statement "{\n if (*(char *)(_Var7 + 8) == cVar1) {\n iVar3 = strcmp((char *)(_Var7 + 8),param_1);\n if (iVar3 == 0) {\n return (__gid_t *)0x0;\n }\n }\n _Var7 = *(__gid_t *)(_Var7 + 4);\n }" { (if_statement "if (*(char *)(_Var7 + 8) == cVar1) {\n iVar3 = strcmp((char *)(_Var7 + 8),param_1);\n if (iVar3 == 0) {\n return (__gid_t *)0x0;\n }\n }" if (parenthesized_expression "(*(char *)(_Var7 + 8) == cVar1)" ( (binary_expression "*(char *)(_Var7 + 8) == cVar1" (pointer_expression "*(char *)(_Var7 + 8)" * (cast_expression "(char *)(_Var7 + 8)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(_Var7 + 8)" ( (binary_expression "_Var7 + 8" identifier + number_literal) )))) == identifier) )) (compound_statement "{\n iVar3 = strcmp((char *)(_Var7 + 8),param_1);\n if (iVar3 == 0) {\n return (__gid_t *)0x0;\n }\n }" { (expression_statement "iVar3 = strcmp((char *)(_Var7 + 8),param_1);" (assignment_expression "iVar3 = strcmp((char *)(_Var7 + 8),param_1)" identifier = (call_expression "strcmp((char *)(_Var7 + 8),param_1)" identifier (argument_list "((char *)(_Var7 + 8),param_1)" ( (cast_expression "(char *)(_Var7 + 8)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(_Var7 + 8)" ( (binary_expression "_Var7 + 8" identifier + number_literal) ))) , identifier )))) ;) (if_statement "if (iVar3 == 0) {\n return (__gid_t *)0x0;\n }" if (parenthesized_expression "(iVar3 == 0)" ( (binary_expression "iVar3 == 0" identifier == number_literal) )) (compound_statement "{\n return (__gid_t *)0x0;\n }" { (return_statement "return (__gid_t *)0x0;" return (cast_expression "(__gid_t *)0x0" ( (type_descriptor "__gid_t *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) ;) })) })) (expression_statement "_Var7 = *(__gid_t *)(_Var7 + 4);" (assignment_expression "_Var7 = *(__gid_t *)(_Var7 + 4)" identifier = (pointer_expression "*(__gid_t *)(_Var7 + 4)" * (cast_expression "(__gid_t *)(_Var7 + 4)" ( (type_descriptor "__gid_t *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(_Var7 + 4)" ( (binary_expression "_Var7 + 4" identifier + number_literal) ))))) ;) }) while (parenthesized_expression "(_Var7 != 0)" ( (binary_expression "_Var7 != 0" identifier != number_literal) )) ;) })) (expression_statement "pgVar4 = getgrnam(param_1);" (assignment_expression "pgVar4 = getgrnam(param_1)" identifier = (call_expression "getgrnam(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "sVar5 = strlen(param_1);" (assignment_expression "sVar5 = strlen(param_1)" identifier = (call_expression "strlen(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "p_Var6 = (__gid_t *)FUN_00025fe0(sVar5 + 0xc & 0xfffffffc);" (assignment_expression "p_Var6 = (__gid_t *)FUN_00025fe0(sVar5 + 0xc & 0xfffffffc)" identifier = (cast_expression "(__gid_t *)FUN_00025fe0(sVar5 + 0xc & 0xfffffffc)" ( (type_descriptor "__gid_t *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00025fe0(sVar5 + 0xc & 0xfffffffc)" identifier (argument_list "(sVar5 + 0xc & 0xfffffffc)" ( (binary_expression "sVar5 + 0xc & 0xfffffffc" (binary_expression "sVar5 + 0xc" identifier + number_literal) & number_literal) ))))) ;) (expression_statement "strcpy((char *)(p_Var6 + 2),param_1);" (call_expression "strcpy((char *)(p_Var6 + 2),param_1)" identifier (argument_list "((char *)(p_Var6 + 2),param_1)" ( (cast_expression "(char *)(p_Var6 + 2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(p_Var6 + 2)" ( (binary_expression "p_Var6 + 2" identifier + number_literal) ))) , identifier ))) ;) (if_statement "if (pgVar4 != (group *)0x0) {\n *p_Var6 = pgVar4->gr_gid;\n p_Var2 = p_Var6;\n p_Var6[1] = (__gid_t)DAT_0003e374;\n DAT_0003e374 = p_Var2;\n return p_Var6;\n }" if (parenthesized_expression "(pgVar4 != (group *)0x0)" ( (binary_expression "pgVar4 != (group *)0x0" identifier != (cast_expression "(group *)0x0" ( (type_descriptor "group *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n *p_Var6 = pgVar4->gr_gid;\n p_Var2 = p_Var6;\n p_Var6[1] = (__gid_t)DAT_0003e374;\n DAT_0003e374 = p_Var2;\n return p_Var6;\n }" { (expression_statement "*p_Var6 = pgVar4->gr_gid;" (assignment_expression "*p_Var6 = pgVar4->gr_gid" (pointer_expression "*p_Var6" * identifier) = (field_expression "pgVar4->gr_gid" identifier -> field_identifier)) ;) (expression_statement "p_Var2 = p_Var6;" (assignment_expression "p_Var2 = p_Var6" identifier = identifier) ;) (expression_statement "p_Var6[1] = (__gid_t)DAT_0003e374;" (assignment_expression "p_Var6[1] = (__gid_t)DAT_0003e374" (subscript_expression "p_Var6[1]" identifier [ number_literal ]) = (cast_expression "(__gid_t)DAT_0003e374" ( (type_descriptor "__gid_t" type_identifier) ) identifier)) ;) (expression_statement "DAT_0003e374 = p_Var2;" (assignment_expression "DAT_0003e374 = p_Var2" identifier = identifier) ;) (return_statement "return p_Var6;" return identifier ;) })) (expression_statement "p_Var6[1] = (__gid_t)DAT_0003e370;" (assignment_expression "p_Var6[1] = (__gid_t)DAT_0003e370" (subscript_expression "p_Var6[1]" identifier [ number_literal ]) = (cast_expression "(__gid_t)DAT_0003e370" ( (type_descriptor "__gid_t" type_identifier) ) identifier)) ;) (expression_statement "DAT_0003e370 = p_Var6;" (assignment_expression "DAT_0003e370 = p_Var6" identifier = identifier) ;) (return_statement "return (__gid_t *)0x0;" return (cast_expression "(__gid_t *)0x0" ( (type_descriptor "__gid_t *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\ngid_t * getgidbyname(char *group)\n\n{\n char cVar1;\n userid *puVar2;\n int iVar3;\n group *pgVar4;\n size_t sVar5;\n userid *puVar6;\n \n if (group_alist != (userid *)0x0) {\n cVar1 = *group;\n puVar6 = group_alist;\n do {\n if (*(char *)&puVar6[1].id == cVar1) {\n iVar3 = strcmp((char *)(puVar6 + 1),group);\n if (iVar3 == 0) {\n return (gid_t *)puVar6;\n }\n }\n puVar6 = puVar6->next;\n } while (puVar6 != (userid *)0x0);\n }\n if (nogroup_alist != (userid *)0x0) {\n cVar1 = *group;\n puVar6 = nogroup_alist;\n do {\n if (*(char *)&puVar6[1].id == cVar1) {\n iVar3 = strcmp((char *)(puVar6 + 1),group);\n if (iVar3 == 0) {\n return (gid_t *)0x0;\n }\n }\n puVar6 = puVar6->next;\n } while (puVar6 != (userid *)0x0);\n }\n pgVar4 = getgrnam(group);\n sVar5 = strlen(group);\n puVar6 = (userid *)xmalloc(sVar5 + 0xc & 0xfffffffc);\n strcpy((char *)(puVar6 + 1),group);\n if (pgVar4 != (group *)0x0) {\n puVar6->id = (anon_union_4_2_947300cf_for_id)pgVar4->gr_gid;\n puVar2 = puVar6;\n puVar6->next = group_alist;\n group_alist = puVar2;\n return (gid_t *)puVar6;\n }\n puVar6->next = nogroup_alist;\n nogroup_alist = puVar6;\n return (gid_t *)0x0;\n}\n\n" comment comment (function_definition "gid_t * getgidbyname(char *group)\n\n{\n char cVar1;\n userid *puVar2;\n int iVar3;\n group *pgVar4;\n size_t sVar5;\n userid *puVar6;\n \n if (group_alist != (userid *)0x0) {\n cVar1 = *group;\n puVar6 = group_alist;\n do {\n if (*(char *)&puVar6[1].id == cVar1) {\n iVar3 = strcmp((char *)(puVar6 + 1),group);\n if (iVar3 == 0) {\n return (gid_t *)puVar6;\n }\n }\n puVar6 = puVar6->next;\n } while (puVar6 != (userid *)0x0);\n }\n if (nogroup_alist != (userid *)0x0) {\n cVar1 = *group;\n puVar6 = nogroup_alist;\n do {\n if (*(char *)&puVar6[1].id == cVar1) {\n iVar3 = strcmp((char *)(puVar6 + 1),group);\n if (iVar3 == 0) {\n return (gid_t *)0x0;\n }\n }\n puVar6 = puVar6->next;\n } while (puVar6 != (userid *)0x0);\n }\n pgVar4 = getgrnam(group);\n sVar5 = strlen(group);\n puVar6 = (userid *)xmalloc(sVar5 + 0xc & 0xfffffffc);\n strcpy((char *)(puVar6 + 1),group);\n if (pgVar4 != (group *)0x0) {\n puVar6->id = (anon_union_4_2_947300cf_for_id)pgVar4->gr_gid;\n puVar2 = puVar6;\n puVar6->next = group_alist;\n group_alist = puVar2;\n return (gid_t *)puVar6;\n }\n puVar6->next = nogroup_alist;\n nogroup_alist = puVar6;\n return (gid_t *)0x0;\n}" type_identifier (pointer_declarator "* getgidbyname(char *group)" * (function_declarator "getgidbyname(char *group)" identifier (parameter_list "(char *group)" ( (parameter_declaration "char *group" primitive_type (pointer_declarator "*group" * identifier)) )))) (compound_statement "{\n char cVar1;\n userid *puVar2;\n int iVar3;\n group *pgVar4;\n size_t sVar5;\n userid *puVar6;\n \n if (group_alist != (userid *)0x0) {\n cVar1 = *group;\n puVar6 = group_alist;\n do {\n if (*(char *)&puVar6[1].id == cVar1) {\n iVar3 = strcmp((char *)(puVar6 + 1),group);\n if (iVar3 == 0) {\n return (gid_t *)puVar6;\n }\n }\n puVar6 = puVar6->next;\n } while (puVar6 != (userid *)0x0);\n }\n if (nogroup_alist != (userid *)0x0) {\n cVar1 = *group;\n puVar6 = nogroup_alist;\n do {\n if (*(char *)&puVar6[1].id == cVar1) {\n iVar3 = strcmp((char *)(puVar6 + 1),group);\n if (iVar3 == 0) {\n return (gid_t *)0x0;\n }\n }\n puVar6 = puVar6->next;\n } while (puVar6 != (userid *)0x0);\n }\n pgVar4 = getgrnam(group);\n sVar5 = strlen(group);\n puVar6 = (userid *)xmalloc(sVar5 + 0xc & 0xfffffffc);\n strcpy((char *)(puVar6 + 1),group);\n if (pgVar4 != (group *)0x0) {\n puVar6->id = (anon_union_4_2_947300cf_for_id)pgVar4->gr_gid;\n puVar2 = puVar6;\n puVar6->next = group_alist;\n group_alist = puVar2;\n return (gid_t *)puVar6;\n }\n puVar6->next = nogroup_alist;\n nogroup_alist = puVar6;\n return (gid_t *)0x0;\n}" { (declaration "char cVar1;" primitive_type identifier ;) (declaration "userid *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "group *pgVar4;" type_identifier (pointer_declarator "*pgVar4" * identifier) ;) (declaration "size_t sVar5;" primitive_type identifier ;) (declaration "userid *puVar6;" type_identifier (pointer_declarator "*puVar6" * identifier) ;) (if_statement "if (group_alist != (userid *)0x0) {\n cVar1 = *group;\n puVar6 = group_alist;\n do {\n if (*(char *)&puVar6[1].id == cVar1) {\n iVar3 = strcmp((char *)(puVar6 + 1),group);\n if (iVar3 == 0) {\n return (gid_t *)puVar6;\n }\n }\n puVar6 = puVar6->next;\n } while (puVar6 != (userid *)0x0);\n }" if (parenthesized_expression "(group_alist != (userid *)0x0)" ( (binary_expression "group_alist != (userid *)0x0" identifier != (cast_expression "(userid *)0x0" ( (type_descriptor "userid *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n cVar1 = *group;\n puVar6 = group_alist;\n do {\n if (*(char *)&puVar6[1].id == cVar1) {\n iVar3 = strcmp((char *)(puVar6 + 1),group);\n if (iVar3 == 0) {\n return (gid_t *)puVar6;\n }\n }\n puVar6 = puVar6->next;\n } while (puVar6 != (userid *)0x0);\n }" { (expression_statement "cVar1 = *group;" (assignment_expression "cVar1 = *group" identifier = (pointer_expression "*group" * identifier)) ;) (expression_statement "puVar6 = group_alist;" (assignment_expression "puVar6 = group_alist" identifier = identifier) ;) (do_statement "do {\n if (*(char *)&puVar6[1].id == cVar1) {\n iVar3 = strcmp((char *)(puVar6 + 1),group);\n if (iVar3 == 0) {\n return (gid_t *)puVar6;\n }\n }\n puVar6 = puVar6->next;\n } while (puVar6 != (userid *)0x0);" do (compound_statement "{\n if (*(char *)&puVar6[1].id == cVar1) {\n iVar3 = strcmp((char *)(puVar6 + 1),group);\n if (iVar3 == 0) {\n return (gid_t *)puVar6;\n }\n }\n puVar6 = puVar6->next;\n }" { (if_statement "if (*(char *)&puVar6[1].id == cVar1) {\n iVar3 = strcmp((char *)(puVar6 + 1),group);\n if (iVar3 == 0) {\n return (gid_t *)puVar6;\n }\n }" if (parenthesized_expression "(*(char *)&puVar6[1].id == cVar1)" ( (binary_expression "*(char *)&puVar6[1].id == cVar1" (pointer_expression "*(char *)&puVar6[1].id" * (cast_expression "(char *)&puVar6[1].id" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&puVar6[1].id" & (field_expression "puVar6[1].id" (subscript_expression "puVar6[1]" identifier [ number_literal ]) . field_identifier)))) == identifier) )) (compound_statement "{\n iVar3 = strcmp((char *)(puVar6 + 1),group);\n if (iVar3 == 0) {\n return (gid_t *)puVar6;\n }\n }" { (expression_statement "iVar3 = strcmp((char *)(puVar6 + 1),group);" (assignment_expression "iVar3 = strcmp((char *)(puVar6 + 1),group)" identifier = (call_expression "strcmp((char *)(puVar6 + 1),group)" identifier (argument_list "((char *)(puVar6 + 1),group)" ( (cast_expression "(char *)(puVar6 + 1)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar6 + 1)" ( (binary_expression "puVar6 + 1" identifier + number_literal) ))) , identifier )))) ;) (if_statement "if (iVar3 == 0) {\n return (gid_t *)puVar6;\n }" if (parenthesized_expression "(iVar3 == 0)" ( (binary_expression "iVar3 == 0" identifier == number_literal) )) (compound_statement "{\n return (gid_t *)puVar6;\n }" { (return_statement "return (gid_t *)puVar6;" return (cast_expression "(gid_t *)puVar6" ( (type_descriptor "gid_t *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ;) })) })) (expression_statement "puVar6 = puVar6->next;" (assignment_expression "puVar6 = puVar6->next" identifier = (field_expression "puVar6->next" identifier -> field_identifier)) ;) }) while (parenthesized_expression "(puVar6 != (userid *)0x0)" ( (binary_expression "puVar6 != (userid *)0x0" identifier != (cast_expression "(userid *)0x0" ( (type_descriptor "userid *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) })) (if_statement "if (nogroup_alist != (userid *)0x0) {\n cVar1 = *group;\n puVar6 = nogroup_alist;\n do {\n if (*(char *)&puVar6[1].id == cVar1) {\n iVar3 = strcmp((char *)(puVar6 + 1),group);\n if (iVar3 == 0) {\n return (gid_t *)0x0;\n }\n }\n puVar6 = puVar6->next;\n } while (puVar6 != (userid *)0x0);\n }" if (parenthesized_expression "(nogroup_alist != (userid *)0x0)" ( (binary_expression "nogroup_alist != (userid *)0x0" identifier != (cast_expression "(userid *)0x0" ( (type_descriptor "userid *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n cVar1 = *group;\n puVar6 = nogroup_alist;\n do {\n if (*(char *)&puVar6[1].id == cVar1) {\n iVar3 = strcmp((char *)(puVar6 + 1),group);\n if (iVar3 == 0) {\n return (gid_t *)0x0;\n }\n }\n puVar6 = puVar6->next;\n } while (puVar6 != (userid *)0x0);\n }" { (expression_statement "cVar1 = *group;" (assignment_expression "cVar1 = *group" identifier = (pointer_expression "*group" * identifier)) ;) (expression_statement "puVar6 = nogroup_alist;" (assignment_expression "puVar6 = nogroup_alist" identifier = identifier) ;) (do_statement "do {\n if (*(char *)&puVar6[1].id == cVar1) {\n iVar3 = strcmp((char *)(puVar6 + 1),group);\n if (iVar3 == 0) {\n return (gid_t *)0x0;\n }\n }\n puVar6 = puVar6->next;\n } while (puVar6 != (userid *)0x0);" do (compound_statement "{\n if (*(char *)&puVar6[1].id == cVar1) {\n iVar3 = strcmp((char *)(puVar6 + 1),group);\n if (iVar3 == 0) {\n return (gid_t *)0x0;\n }\n }\n puVar6 = puVar6->next;\n }" { (if_statement "if (*(char *)&puVar6[1].id == cVar1) {\n iVar3 = strcmp((char *)(puVar6 + 1),group);\n if (iVar3 == 0) {\n return (gid_t *)0x0;\n }\n }" if (parenthesized_expression "(*(char *)&puVar6[1].id == cVar1)" ( (binary_expression "*(char *)&puVar6[1].id == cVar1" (pointer_expression "*(char *)&puVar6[1].id" * (cast_expression "(char *)&puVar6[1].id" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&puVar6[1].id" & (field_expression "puVar6[1].id" (subscript_expression "puVar6[1]" identifier [ number_literal ]) . field_identifier)))) == identifier) )) (compound_statement "{\n iVar3 = strcmp((char *)(puVar6 + 1),group);\n if (iVar3 == 0) {\n return (gid_t *)0x0;\n }\n }" { (expression_statement "iVar3 = strcmp((char *)(puVar6 + 1),group);" (assignment_expression "iVar3 = strcmp((char *)(puVar6 + 1),group)" identifier = (call_expression "strcmp((char *)(puVar6 + 1),group)" identifier (argument_list "((char *)(puVar6 + 1),group)" ( (cast_expression "(char *)(puVar6 + 1)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar6 + 1)" ( (binary_expression "puVar6 + 1" identifier + number_literal) ))) , identifier )))) ;) (if_statement "if (iVar3 == 0) {\n return (gid_t *)0x0;\n }" if (parenthesized_expression "(iVar3 == 0)" ( (binary_expression "iVar3 == 0" identifier == number_literal) )) (compound_statement "{\n return (gid_t *)0x0;\n }" { (return_statement "return (gid_t *)0x0;" return (cast_expression "(gid_t *)0x0" ( (type_descriptor "gid_t *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) ;) })) })) (expression_statement "puVar6 = puVar6->next;" (assignment_expression "puVar6 = puVar6->next" identifier = (field_expression "puVar6->next" identifier -> field_identifier)) ;) }) while (parenthesized_expression "(puVar6 != (userid *)0x0)" ( (binary_expression "puVar6 != (userid *)0x0" identifier != (cast_expression "(userid *)0x0" ( (type_descriptor "userid *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) })) (expression_statement "pgVar4 = getgrnam(group);" (assignment_expression "pgVar4 = getgrnam(group)" identifier = (call_expression "getgrnam(group)" identifier (argument_list "(group)" ( identifier )))) ;) (expression_statement "sVar5 = strlen(group);" (assignment_expression "sVar5 = strlen(group)" identifier = (call_expression "strlen(group)" identifier (argument_list "(group)" ( identifier )))) ;) (expression_statement "puVar6 = (userid *)xmalloc(sVar5 + 0xc & 0xfffffffc);" (assignment_expression "puVar6 = (userid *)xmalloc(sVar5 + 0xc & 0xfffffffc)" identifier = (cast_expression "(userid *)xmalloc(sVar5 + 0xc & 0xfffffffc)" ( (type_descriptor "userid *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(sVar5 + 0xc & 0xfffffffc)" identifier (argument_list "(sVar5 + 0xc & 0xfffffffc)" ( (binary_expression "sVar5 + 0xc & 0xfffffffc" (binary_expression "sVar5 + 0xc" identifier + number_literal) & number_literal) ))))) ;) (expression_statement "strcpy((char *)(puVar6 + 1),group);" (call_expression "strcpy((char *)(puVar6 + 1),group)" identifier (argument_list "((char *)(puVar6 + 1),group)" ( (cast_expression "(char *)(puVar6 + 1)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar6 + 1)" ( (binary_expression "puVar6 + 1" identifier + number_literal) ))) , identifier ))) ;) (if_statement "if (pgVar4 != (group *)0x0) {\n puVar6->id = (anon_union_4_2_947300cf_for_id)pgVar4->gr_gid;\n puVar2 = puVar6;\n puVar6->next = group_alist;\n group_alist = puVar2;\n return (gid_t *)puVar6;\n }" if (parenthesized_expression "(pgVar4 != (group *)0x0)" ( (binary_expression "pgVar4 != (group *)0x0" identifier != (cast_expression "(group *)0x0" ( (type_descriptor "group *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n puVar6->id = (anon_union_4_2_947300cf_for_id)pgVar4->gr_gid;\n puVar2 = puVar6;\n puVar6->next = group_alist;\n group_alist = puVar2;\n return (gid_t *)puVar6;\n }" { (expression_statement "puVar6->id = (anon_union_4_2_947300cf_for_id)pgVar4->gr_gid;" (assignment_expression "puVar6->id = (anon_union_4_2_947300cf_for_id)pgVar4->gr_gid" (field_expression "puVar6->id" identifier -> field_identifier) = (cast_expression "(anon_union_4_2_947300cf_for_id)pgVar4->gr_gid" ( (type_descriptor "anon_union_4_2_947300cf_for_id" type_identifier) ) (field_expression "pgVar4->gr_gid" identifier -> field_identifier))) ;) (expression_statement "puVar2 = puVar6;" (assignment_expression "puVar2 = puVar6" identifier = identifier) ;) (expression_statement "puVar6->next = group_alist;" (assignment_expression "puVar6->next = group_alist" (field_expression "puVar6->next" identifier -> field_identifier) = identifier) ;) (expression_statement "group_alist = puVar2;" (assignment_expression "group_alist = puVar2" identifier = identifier) ;) (return_statement "return (gid_t *)puVar6;" return (cast_expression "(gid_t *)puVar6" ( (type_descriptor "gid_t *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ;) })) (expression_statement "puVar6->next = nogroup_alist;" (assignment_expression "puVar6->next = nogroup_alist" (field_expression "puVar6->next" identifier -> field_identifier) = identifier) ;) (expression_statement "nogroup_alist = puVar6;" (assignment_expression "nogroup_alist = puVar6" identifier = identifier) ;) (return_statement "return (gid_t *)0x0;" return (cast_expression "(gid_t *)0x0" ( (type_descriptor "gid_t *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) ;) })))
(translation_unit "__gid_t * FUN_00020e00(char *param_1)\n\n{\n char cVar1;\n __gid_t *p_Var2;\n int iVar3;\n group *pgVar4;\n size_t sVar5;\n __gid_t *p_Var6;\n __gid_t _Var7;\n \n if (DAT_0003e374 != (__gid_t *)0x0) {\n cVar1 = *param_1;\n p_Var6 = DAT_0003e374;\n do {\n if ((char)p_Var6[2] == cVar1) {\n iVar3 = strcmp((char *)(p_Var6 + 2),param_1);\n if (iVar3 == 0) {\n return p_Var6;\n }\n }\n p_Var6 = (__gid_t *)p_Var6[1];\n } while (p_Var6 != (__gid_t *)0x0);\n }\n if (DAT_0003e370 != (__gid_t *)0x0) {\n cVar1 = *param_1;\n _Var7 = (__gid_t)DAT_0003e370;\n do {\n if (*(char *)(_Var7 + 8) == cVar1) {\n iVar3 = strcmp((char *)(_Var7 + 8),param_1);\n if (iVar3 == 0) {\n return (__gid_t *)0x0;\n }\n }\n _Var7 = *(__gid_t *)(_Var7 + 4);\n } while (_Var7 != 0);\n }\n pgVar4 = getgrnam(param_1);\n sVar5 = strlen(param_1);\n p_Var6 = (__gid_t *)FUN_00025fe0(sVar5 + 0xc & 0xfffffffc);\n strcpy((char *)(p_Var6 + 2),param_1);\n if (pgVar4 != (group *)0x0) {\n *p_Var6 = pgVar4->gr_gid;\n p_Var2 = p_Var6;\n p_Var6[1] = (__gid_t)DAT_0003e374;\n DAT_0003e374 = p_Var2;\n return p_Var6;\n }\n p_Var6[1] = (__gid_t)DAT_0003e370;\n DAT_0003e370 = p_Var6;\n return (__gid_t *)0x0;\n}\n\n" (function_definition "__gid_t * FUN_00020e00(char *param_1)\n\n{\n char cVar1;\n __gid_t *p_Var2;\n int iVar3;\n group *pgVar4;\n size_t sVar5;\n __gid_t *p_Var6;\n __gid_t _Var7;\n \n if (DAT_0003e374 != (__gid_t *)0x0) {\n cVar1 = *param_1;\n p_Var6 = DAT_0003e374;\n do {\n if ((char)p_Var6[2] == cVar1) {\n iVar3 = strcmp((char *)(p_Var6 + 2),param_1);\n if (iVar3 == 0) {\n return p_Var6;\n }\n }\n p_Var6 = (__gid_t *)p_Var6[1];\n } while (p_Var6 != (__gid_t *)0x0);\n }\n if (DAT_0003e370 != (__gid_t *)0x0) {\n cVar1 = *param_1;\n _Var7 = (__gid_t)DAT_0003e370;\n do {\n if (*(char *)(_Var7 + 8) == cVar1) {\n iVar3 = strcmp((char *)(_Var7 + 8),param_1);\n if (iVar3 == 0) {\n return (__gid_t *)0x0;\n }\n }\n _Var7 = *(__gid_t *)(_Var7 + 4);\n } while (_Var7 != 0);\n }\n pgVar4 = getgrnam(param_1);\n sVar5 = strlen(param_1);\n p_Var6 = (__gid_t *)FUN_00025fe0(sVar5 + 0xc & 0xfffffffc);\n strcpy((char *)(p_Var6 + 2),param_1);\n if (pgVar4 != (group *)0x0) {\n *p_Var6 = pgVar4->gr_gid;\n p_Var2 = p_Var6;\n p_Var6[1] = (__gid_t)DAT_0003e374;\n DAT_0003e374 = p_Var2;\n return p_Var6;\n }\n p_Var6[1] = (__gid_t)DAT_0003e370;\n DAT_0003e370 = p_Var6;\n return (__gid_t *)0x0;\n}" type_identifier (pointer_declarator "* FUN_00020e00(char *param_1)" * (function_declarator "FUN_00020e00(char *param_1)" identifier (parameter_list "(char *param_1)" ( (parameter_declaration "char *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) )))) (compound_statement "{\n char cVar1;\n __gid_t *p_Var2;\n int iVar3;\n group *pgVar4;\n size_t sVar5;\n __gid_t *p_Var6;\n __gid_t _Var7;\n \n if (DAT_0003e374 != (__gid_t *)0x0) {\n cVar1 = *param_1;\n p_Var6 = DAT_0003e374;\n do {\n if ((char)p_Var6[2] == cVar1) {\n iVar3 = strcmp((char *)(p_Var6 + 2),param_1);\n if (iVar3 == 0) {\n return p_Var6;\n }\n }\n p_Var6 = (__gid_t *)p_Var6[1];\n } while (p_Var6 != (__gid_t *)0x0);\n }\n if (DAT_0003e370 != (__gid_t *)0x0) {\n cVar1 = *param_1;\n _Var7 = (__gid_t)DAT_0003e370;\n do {\n if (*(char *)(_Var7 + 8) == cVar1) {\n iVar3 = strcmp((char *)(_Var7 + 8),param_1);\n if (iVar3 == 0) {\n return (__gid_t *)0x0;\n }\n }\n _Var7 = *(__gid_t *)(_Var7 + 4);\n } while (_Var7 != 0);\n }\n pgVar4 = getgrnam(param_1);\n sVar5 = strlen(param_1);\n p_Var6 = (__gid_t *)FUN_00025fe0(sVar5 + 0xc & 0xfffffffc);\n strcpy((char *)(p_Var6 + 2),param_1);\n if (pgVar4 != (group *)0x0) {\n *p_Var6 = pgVar4->gr_gid;\n p_Var2 = p_Var6;\n p_Var6[1] = (__gid_t)DAT_0003e374;\n DAT_0003e374 = p_Var2;\n return p_Var6;\n }\n p_Var6[1] = (__gid_t)DAT_0003e370;\n DAT_0003e370 = p_Var6;\n return (__gid_t *)0x0;\n}" { (declaration "char cVar1;" primitive_type identifier ;) (declaration "__gid_t *p_Var2;" type_identifier (pointer_declarator "*p_Var2" * identifier) ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "group *pgVar4;" type_identifier (pointer_declarator "*pgVar4" * identifier) ;) (declaration "size_t sVar5;" primitive_type identifier ;) (declaration "__gid_t *p_Var6;" type_identifier (pointer_declarator "*p_Var6" * identifier) ;) (declaration "__gid_t _Var7;" type_identifier identifier ;) (if_statement "if (DAT_0003e374 != (__gid_t *)0x0) {\n cVar1 = *param_1;\n p_Var6 = DAT_0003e374;\n do {\n if ((char)p_Var6[2] == cVar1) {\n iVar3 = strcmp((char *)(p_Var6 + 2),param_1);\n if (iVar3 == 0) {\n return p_Var6;\n }\n }\n p_Var6 = (__gid_t *)p_Var6[1];\n } while (p_Var6 != (__gid_t *)0x0);\n }" if (parenthesized_expression "(DAT_0003e374 != (__gid_t *)0x0)" ( (binary_expression "DAT_0003e374 != (__gid_t *)0x0" identifier != (cast_expression "(__gid_t *)0x0" ( (type_descriptor "__gid_t *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n cVar1 = *param_1;\n p_Var6 = DAT_0003e374;\n do {\n if ((char)p_Var6[2] == cVar1) {\n iVar3 = strcmp((char *)(p_Var6 + 2),param_1);\n if (iVar3 == 0) {\n return p_Var6;\n }\n }\n p_Var6 = (__gid_t *)p_Var6[1];\n } while (p_Var6 != (__gid_t *)0x0);\n }" { (expression_statement "cVar1 = *param_1;" (assignment_expression "cVar1 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "p_Var6 = DAT_0003e374;" (assignment_expression "p_Var6 = DAT_0003e374" identifier = identifier) ;) (do_statement "do {\n if ((char)p_Var6[2] == cVar1) {\n iVar3 = strcmp((char *)(p_Var6 + 2),param_1);\n if (iVar3 == 0) {\n return p_Var6;\n }\n }\n p_Var6 = (__gid_t *)p_Var6[1];\n } while (p_Var6 != (__gid_t *)0x0);" do (compound_statement "{\n if ((char)p_Var6[2] == cVar1) {\n iVar3 = strcmp((char *)(p_Var6 + 2),param_1);\n if (iVar3 == 0) {\n return p_Var6;\n }\n }\n p_Var6 = (__gid_t *)p_Var6[1];\n }" { (if_statement "if ((char)p_Var6[2] == cVar1) {\n iVar3 = strcmp((char *)(p_Var6 + 2),param_1);\n if (iVar3 == 0) {\n return p_Var6;\n }\n }" if (parenthesized_expression "((char)p_Var6[2] == cVar1)" ( (binary_expression "(char)p_Var6[2] == cVar1" (cast_expression "(char)p_Var6[2]" ( (type_descriptor "char" primitive_type) ) (subscript_expression "p_Var6[2]" identifier [ number_literal ])) == identifier) )) (compound_statement "{\n iVar3 = strcmp((char *)(p_Var6 + 2),param_1);\n if (iVar3 == 0) {\n return p_Var6;\n }\n }" { (expression_statement "iVar3 = strcmp((char *)(p_Var6 + 2),param_1);" (assignment_expression "iVar3 = strcmp((char *)(p_Var6 + 2),param_1)" identifier = (call_expression "strcmp((char *)(p_Var6 + 2),param_1)" identifier (argument_list "((char *)(p_Var6 + 2),param_1)" ( (cast_expression "(char *)(p_Var6 + 2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(p_Var6 + 2)" ( (binary_expression "p_Var6 + 2" identifier + number_literal) ))) , identifier )))) ;) (if_statement "if (iVar3 == 0) {\n return p_Var6;\n }" if (parenthesized_expression "(iVar3 == 0)" ( (binary_expression "iVar3 == 0" identifier == number_literal) )) (compound_statement "{\n return p_Var6;\n }" { (return_statement "return p_Var6;" return identifier ;) })) })) (expression_statement "p_Var6 = (__gid_t *)p_Var6[1];" (assignment_expression "p_Var6 = (__gid_t *)p_Var6[1]" identifier = (cast_expression "(__gid_t *)p_Var6[1]" ( (type_descriptor "__gid_t *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "p_Var6[1]" identifier [ number_literal ]))) ;) }) while (parenthesized_expression "(p_Var6 != (__gid_t *)0x0)" ( (binary_expression "p_Var6 != (__gid_t *)0x0" identifier != (cast_expression "(__gid_t *)0x0" ( (type_descriptor "__gid_t *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) })) (if_statement "if (DAT_0003e370 != (__gid_t *)0x0) {\n cVar1 = *param_1;\n _Var7 = (__gid_t)DAT_0003e370;\n do {\n if (*(char *)(_Var7 + 8) == cVar1) {\n iVar3 = strcmp((char *)(_Var7 + 8),param_1);\n if (iVar3 == 0) {\n return (__gid_t *)0x0;\n }\n }\n _Var7 = *(__gid_t *)(_Var7 + 4);\n } while (_Var7 != 0);\n }" if (parenthesized_expression "(DAT_0003e370 != (__gid_t *)0x0)" ( (binary_expression "DAT_0003e370 != (__gid_t *)0x0" identifier != (cast_expression "(__gid_t *)0x0" ( (type_descriptor "__gid_t *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n cVar1 = *param_1;\n _Var7 = (__gid_t)DAT_0003e370;\n do {\n if (*(char *)(_Var7 + 8) == cVar1) {\n iVar3 = strcmp((char *)(_Var7 + 8),param_1);\n if (iVar3 == 0) {\n return (__gid_t *)0x0;\n }\n }\n _Var7 = *(__gid_t *)(_Var7 + 4);\n } while (_Var7 != 0);\n }" { (expression_statement "cVar1 = *param_1;" (assignment_expression "cVar1 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "_Var7 = (__gid_t)DAT_0003e370;" (assignment_expression "_Var7 = (__gid_t)DAT_0003e370" identifier = (cast_expression "(__gid_t)DAT_0003e370" ( (type_descriptor "__gid_t" type_identifier) ) identifier)) ;) (do_statement "do {\n if (*(char *)(_Var7 + 8) == cVar1) {\n iVar3 = strcmp((char *)(_Var7 + 8),param_1);\n if (iVar3 == 0) {\n return (__gid_t *)0x0;\n }\n }\n _Var7 = *(__gid_t *)(_Var7 + 4);\n } while (_Var7 != 0);" do (compound_statement "{\n if (*(char *)(_Var7 + 8) == cVar1) {\n iVar3 = strcmp((char *)(_Var7 + 8),param_1);\n if (iVar3 == 0) {\n return (__gid_t *)0x0;\n }\n }\n _Var7 = *(__gid_t *)(_Var7 + 4);\n }" { (if_statement "if (*(char *)(_Var7 + 8) == cVar1) {\n iVar3 = strcmp((char *)(_Var7 + 8),param_1);\n if (iVar3 == 0) {\n return (__gid_t *)0x0;\n }\n }" if (parenthesized_expression "(*(char *)(_Var7 + 8) == cVar1)" ( (binary_expression "*(char *)(_Var7 + 8) == cVar1" (pointer_expression "*(char *)(_Var7 + 8)" * (cast_expression "(char *)(_Var7 + 8)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(_Var7 + 8)" ( (binary_expression "_Var7 + 8" identifier + number_literal) )))) == identifier) )) (compound_statement "{\n iVar3 = strcmp((char *)(_Var7 + 8),param_1);\n if (iVar3 == 0) {\n return (__gid_t *)0x0;\n }\n }" { (expression_statement "iVar3 = strcmp((char *)(_Var7 + 8),param_1);" (assignment_expression "iVar3 = strcmp((char *)(_Var7 + 8),param_1)" identifier = (call_expression "strcmp((char *)(_Var7 + 8),param_1)" identifier (argument_list "((char *)(_Var7 + 8),param_1)" ( (cast_expression "(char *)(_Var7 + 8)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(_Var7 + 8)" ( (binary_expression "_Var7 + 8" identifier + number_literal) ))) , identifier )))) ;) (if_statement "if (iVar3 == 0) {\n return (__gid_t *)0x0;\n }" if (parenthesized_expression "(iVar3 == 0)" ( (binary_expression "iVar3 == 0" identifier == number_literal) )) (compound_statement "{\n return (__gid_t *)0x0;\n }" { (return_statement "return (__gid_t *)0x0;" return (cast_expression "(__gid_t *)0x0" ( (type_descriptor "__gid_t *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) ;) })) })) (expression_statement "_Var7 = *(__gid_t *)(_Var7 + 4);" (assignment_expression "_Var7 = *(__gid_t *)(_Var7 + 4)" identifier = (pointer_expression "*(__gid_t *)(_Var7 + 4)" * (cast_expression "(__gid_t *)(_Var7 + 4)" ( (type_descriptor "__gid_t *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(_Var7 + 4)" ( (binary_expression "_Var7 + 4" identifier + number_literal) ))))) ;) }) while (parenthesized_expression "(_Var7 != 0)" ( (binary_expression "_Var7 != 0" identifier != number_literal) )) ;) })) (expression_statement "pgVar4 = getgrnam(param_1);" (assignment_expression "pgVar4 = getgrnam(param_1)" identifier = (call_expression "getgrnam(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "sVar5 = strlen(param_1);" (assignment_expression "sVar5 = strlen(param_1)" identifier = (call_expression "strlen(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "p_Var6 = (__gid_t *)FUN_00025fe0(sVar5 + 0xc & 0xfffffffc);" (assignment_expression "p_Var6 = (__gid_t *)FUN_00025fe0(sVar5 + 0xc & 0xfffffffc)" identifier = (cast_expression "(__gid_t *)FUN_00025fe0(sVar5 + 0xc & 0xfffffffc)" ( (type_descriptor "__gid_t *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00025fe0(sVar5 + 0xc & 0xfffffffc)" identifier (argument_list "(sVar5 + 0xc & 0xfffffffc)" ( (binary_expression "sVar5 + 0xc & 0xfffffffc" (binary_expression "sVar5 + 0xc" identifier + number_literal) & number_literal) ))))) ;) (expression_statement "strcpy((char *)(p_Var6 + 2),param_1);" (call_expression "strcpy((char *)(p_Var6 + 2),param_1)" identifier (argument_list "((char *)(p_Var6 + 2),param_1)" ( (cast_expression "(char *)(p_Var6 + 2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(p_Var6 + 2)" ( (binary_expression "p_Var6 + 2" identifier + number_literal) ))) , identifier ))) ;) (if_statement "if (pgVar4 != (group *)0x0) {\n *p_Var6 = pgVar4->gr_gid;\n p_Var2 = p_Var6;\n p_Var6[1] = (__gid_t)DAT_0003e374;\n DAT_0003e374 = p_Var2;\n return p_Var6;\n }" if (parenthesized_expression "(pgVar4 != (group *)0x0)" ( (binary_expression "pgVar4 != (group *)0x0" identifier != (cast_expression "(group *)0x0" ( (type_descriptor "group *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n *p_Var6 = pgVar4->gr_gid;\n p_Var2 = p_Var6;\n p_Var6[1] = (__gid_t)DAT_0003e374;\n DAT_0003e374 = p_Var2;\n return p_Var6;\n }" { (expression_statement "*p_Var6 = pgVar4->gr_gid;" (assignment_expression "*p_Var6 = pgVar4->gr_gid" (pointer_expression "*p_Var6" * identifier) = (field_expression "pgVar4->gr_gid" identifier -> field_identifier)) ;) (expression_statement "p_Var2 = p_Var6;" (assignment_expression "p_Var2 = p_Var6" identifier = identifier) ;) (expression_statement "p_Var6[1] = (__gid_t)DAT_0003e374;" (assignment_expression "p_Var6[1] = (__gid_t)DAT_0003e374" (subscript_expression "p_Var6[1]" identifier [ number_literal ]) = (cast_expression "(__gid_t)DAT_0003e374" ( (type_descriptor "__gid_t" type_identifier) ) identifier)) ;) (expression_statement "DAT_0003e374 = p_Var2;" (assignment_expression "DAT_0003e374 = p_Var2" identifier = identifier) ;) (return_statement "return p_Var6;" return identifier ;) })) (expression_statement "p_Var6[1] = (__gid_t)DAT_0003e370;" (assignment_expression "p_Var6[1] = (__gid_t)DAT_0003e370" (subscript_expression "p_Var6[1]" identifier [ number_literal ]) = (cast_expression "(__gid_t)DAT_0003e370" ( (type_descriptor "__gid_t" type_identifier) ) identifier)) ;) (expression_statement "DAT_0003e370 = p_Var6;" (assignment_expression "DAT_0003e370 = p_Var6" identifier = identifier) ;) (return_statement "return (__gid_t *)0x0;" return (cast_expression "(__gid_t *)0x0" ( (type_descriptor "__gid_t *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) ;) })))
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration 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 = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (do_statement do (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ])) == IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))) , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (return_statement return IDENT ;) })) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) }) while (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (do_statement do (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) )))) == IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))) , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (return_statement return (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT) ;) })) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) }) while (parenthesized_expression ( (binary_expression IDENT != LIT) )) ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( (binary_expression (binary_expression IDENT + LIT) & LIT) ))))) ;) (expression_statement (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))) , IDENT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (field_expression IDENT -> field_identifier)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (return_statement return IDENT ;) })) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (return_statement return (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT) ;) })))
(function_definition "__gid_t * FUN_00020e00(char *param_1)\n\n{\n char cVar1;\n __gid_t *p_Var2;\n int iVar3;\n group *pgVar4;\n size_t sVar5;\n __gid_t *p_Var6;\n __gid_t _Var7;\n \n if (DAT_0003e374 != (__gid_t *)0x0) {\n cVar1 = *param_1;\n p_Var6 = DAT_0003e374;\n do {\n if ((char)p_Var6[2] == cVar1) {\n iVar3 = strcmp((char *)(p_Var6 + 2),param_1);\n if (iVar3 == 0) {\n return p_Var6;\n }\n }\n p_Var6 = (__gid_t *)p_Var6[1];\n } while (p_Var6 != (__gid_t *)0x0);\n }\n if (DAT_0003e370 != (__gid_t *)0x0) {\n cVar1 = *param_1;\n _Var7 = (__gid_t)DAT_0003e370;\n do {\n if (*(char *)(_Var7 + 8) == cVar1) {\n iVar3 = strcmp((char *)(_Var7 + 8),param_1);\n if (iVar3 == 0) {\n return (__gid_t *)0x0;\n }\n }\n _Var7 = *(__gid_t *)(_Var7 + 4);\n } while (_Var7 != 0);\n }\n pgVar4 = getgrnam(param_1);\n sVar5 = strlen(param_1);\n p_Var6 = (__gid_t *)FUN_00025fe0(sVar5 + 0xc & 0xfffffffc);\n strcpy((char *)(p_Var6 + 2),param_1);\n if (pgVar4 != (group *)0x0) {\n *p_Var6 = pgVar4->gr_gid;\n p_Var2 = p_Var6;\n p_Var6[1] = (__gid_t)DAT_0003e374;\n DAT_0003e374 = p_Var2;\n return p_Var6;\n }\n p_Var6[1] = (__gid_t)DAT_0003e370;\n DAT_0003e370 = p_Var6;\n return (__gid_t *)0x0;\n}" (type_identifier "__gid_t") (pointer_declarator "* FUN_00020e00(char *param_1)" (* "*") (function_declarator "FUN_00020e00(char *param_1)" (identifier "FUN_00020e00") (parameter_list "(char *param_1)" (( "(") (parameter_declaration "char *param_1" (primitive_type "char") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")")))) (compound_statement "{\n char cVar1;\n __gid_t *p_Var2;\n int iVar3;\n group *pgVar4;\n size_t sVar5;\n __gid_t *p_Var6;\n __gid_t _Var7;\n \n if (DAT_0003e374 != (__gid_t *)0x0) {\n cVar1 = *param_1;\n p_Var6 = DAT_0003e374;\n do {\n if ((char)p_Var6[2] == cVar1) {\n iVar3 = strcmp((char *)(p_Var6 + 2),param_1);\n if (iVar3 == 0) {\n return p_Var6;\n }\n }\n p_Var6 = (__gid_t *)p_Var6[1];\n } while (p_Var6 != (__gid_t *)0x0);\n }\n if (DAT_0003e370 != (__gid_t *)0x0) {\n cVar1 = *param_1;\n _Var7 = (__gid_t)DAT_0003e370;\n do {\n if (*(char *)(_Var7 + 8) == cVar1) {\n iVar3 = strcmp((char *)(_Var7 + 8),param_1);\n if (iVar3 == 0) {\n return (__gid_t *)0x0;\n }\n }\n _Var7 = *(__gid_t *)(_Var7 + 4);\n } while (_Var7 != 0);\n }\n pgVar4 = getgrnam(param_1);\n sVar5 = strlen(param_1);\n p_Var6 = (__gid_t *)FUN_00025fe0(sVar5 + 0xc & 0xfffffffc);\n strcpy((char *)(p_Var6 + 2),param_1);\n if (pgVar4 != (group *)0x0) {\n *p_Var6 = pgVar4->gr_gid;\n p_Var2 = p_Var6;\n p_Var6[1] = (__gid_t)DAT_0003e374;\n DAT_0003e374 = p_Var2;\n return p_Var6;\n }\n p_Var6[1] = (__gid_t)DAT_0003e370;\n DAT_0003e370 = p_Var6;\n return (__gid_t *)0x0;\n}" ({ "{") (declaration "char cVar1;" (primitive_type "char") (identifier "cVar1") (; ";")) (declaration "__gid_t *p_Var2;" (type_identifier "__gid_t") (pointer_declarator "*p_Var2" (* "*") (identifier "p_Var2")) (; ";")) (declaration "int iVar3;" (primitive_type "int") (identifier "iVar3") (; ";")) (declaration "group *pgVar4;" (type_identifier "group") (pointer_declarator "*pgVar4" (* "*") (identifier "pgVar4")) (; ";")) (declaration "size_t sVar5;" (primitive_type "size_t") (identifier "sVar5") (; ";")) (declaration "__gid_t *p_Var6;" (type_identifier "__gid_t") (pointer_declarator "*p_Var6" (* "*") (identifier "p_Var6")) (; ";")) (declaration "__gid_t _Var7;" (type_identifier "__gid_t") (identifier "_Var7") (; ";")) (if_statement "if (DAT_0003e374 != (__gid_t *)0x0) {\n cVar1 = *param_1;\n p_Var6 = DAT_0003e374;\n do {\n if ((char)p_Var6[2] == cVar1) {\n iVar3 = strcmp((char *)(p_Var6 + 2),param_1);\n if (iVar3 == 0) {\n return p_Var6;\n }\n }\n p_Var6 = (__gid_t *)p_Var6[1];\n } while (p_Var6 != (__gid_t *)0x0);\n }" (if "if") (parenthesized_expression "(DAT_0003e374 != (__gid_t *)0x0)" (( "(") (binary_expression "DAT_0003e374 != (__gid_t *)0x0" (identifier "DAT_0003e374") (!= "!=") (cast_expression "(__gid_t *)0x0" (( "(") (type_descriptor "__gid_t *" (type_identifier "__gid_t") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n cVar1 = *param_1;\n p_Var6 = DAT_0003e374;\n do {\n if ((char)p_Var6[2] == cVar1) {\n iVar3 = strcmp((char *)(p_Var6 + 2),param_1);\n if (iVar3 == 0) {\n return p_Var6;\n }\n }\n p_Var6 = (__gid_t *)p_Var6[1];\n } while (p_Var6 != (__gid_t *)0x0);\n }" ({ "{") (expression_statement "cVar1 = *param_1;" (assignment_expression "cVar1 = *param_1" (identifier "cVar1") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (expression_statement "p_Var6 = DAT_0003e374;" (assignment_expression "p_Var6 = DAT_0003e374" (identifier "p_Var6") (= "=") (identifier "DAT_0003e374")) (; ";")) (do_statement "do {\n if ((char)p_Var6[2] == cVar1) {\n iVar3 = strcmp((char *)(p_Var6 + 2),param_1);\n if (iVar3 == 0) {\n return p_Var6;\n }\n }\n p_Var6 = (__gid_t *)p_Var6[1];\n } while (p_Var6 != (__gid_t *)0x0);" (do "do") (compound_statement "{\n if ((char)p_Var6[2] == cVar1) {\n iVar3 = strcmp((char *)(p_Var6 + 2),param_1);\n if (iVar3 == 0) {\n return p_Var6;\n }\n }\n p_Var6 = (__gid_t *)p_Var6[1];\n }" ({ "{") (if_statement "if ((char)p_Var6[2] == cVar1) {\n iVar3 = strcmp((char *)(p_Var6 + 2),param_1);\n if (iVar3 == 0) {\n return p_Var6;\n }\n }" (if "if") (parenthesized_expression "((char)p_Var6[2] == cVar1)" (( "(") (binary_expression "(char)p_Var6[2] == cVar1" (cast_expression "(char)p_Var6[2]" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (subscript_expression "p_Var6[2]" (identifier "p_Var6") ([ "[") (number_literal "2") (] "]"))) (== "==") (identifier "cVar1")) () ")")) (compound_statement "{\n iVar3 = strcmp((char *)(p_Var6 + 2),param_1);\n if (iVar3 == 0) {\n return p_Var6;\n }\n }" ({ "{") (expression_statement "iVar3 = strcmp((char *)(p_Var6 + 2),param_1);" (assignment_expression "iVar3 = strcmp((char *)(p_Var6 + 2),param_1)" (identifier "iVar3") (= "=") (call_expression "strcmp((char *)(p_Var6 + 2),param_1)" (identifier "strcmp") (argument_list "((char *)(p_Var6 + 2),param_1)" (( "(") (cast_expression "(char *)(p_Var6 + 2)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(p_Var6 + 2)" (( "(") (binary_expression "p_Var6 + 2" (identifier "p_Var6") (+ "+") (number_literal "2")) () ")"))) (, ",") (identifier "param_1") () ")")))) (; ";")) (if_statement "if (iVar3 == 0) {\n return p_Var6;\n }" (if "if") (parenthesized_expression "(iVar3 == 0)" (( "(") (binary_expression "iVar3 == 0" (identifier "iVar3") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n return p_Var6;\n }" ({ "{") (return_statement "return p_Var6;" (return "return") (identifier "p_Var6") (; ";")) (} "}"))) (} "}"))) (expression_statement "p_Var6 = (__gid_t *)p_Var6[1];" (assignment_expression "p_Var6 = (__gid_t *)p_Var6[1]" (identifier "p_Var6") (= "=") (cast_expression "(__gid_t *)p_Var6[1]" (( "(") (type_descriptor "__gid_t *" (type_identifier "__gid_t") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "p_Var6[1]" (identifier "p_Var6") ([ "[") (number_literal "1") (] "]")))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(p_Var6 != (__gid_t *)0x0)" (( "(") (binary_expression "p_Var6 != (__gid_t *)0x0" (identifier "p_Var6") (!= "!=") (cast_expression "(__gid_t *)0x0" (( "(") (type_descriptor "__gid_t *" (type_identifier "__gid_t") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (; ";")) (} "}"))) (if_statement "if (DAT_0003e370 != (__gid_t *)0x0) {\n cVar1 = *param_1;\n _Var7 = (__gid_t)DAT_0003e370;\n do {\n if (*(char *)(_Var7 + 8) == cVar1) {\n iVar3 = strcmp((char *)(_Var7 + 8),param_1);\n if (iVar3 == 0) {\n return (__gid_t *)0x0;\n }\n }\n _Var7 = *(__gid_t *)(_Var7 + 4);\n } while (_Var7 != 0);\n }" (if "if") (parenthesized_expression "(DAT_0003e370 != (__gid_t *)0x0)" (( "(") (binary_expression "DAT_0003e370 != (__gid_t *)0x0" (identifier "DAT_0003e370") (!= "!=") (cast_expression "(__gid_t *)0x0" (( "(") (type_descriptor "__gid_t *" (type_identifier "__gid_t") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n cVar1 = *param_1;\n _Var7 = (__gid_t)DAT_0003e370;\n do {\n if (*(char *)(_Var7 + 8) == cVar1) {\n iVar3 = strcmp((char *)(_Var7 + 8),param_1);\n if (iVar3 == 0) {\n return (__gid_t *)0x0;\n }\n }\n _Var7 = *(__gid_t *)(_Var7 + 4);\n } while (_Var7 != 0);\n }" ({ "{") (expression_statement "cVar1 = *param_1;" (assignment_expression "cVar1 = *param_1" (identifier "cVar1") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (expression_statement "_Var7 = (__gid_t)DAT_0003e370;" (assignment_expression "_Var7 = (__gid_t)DAT_0003e370" (identifier "_Var7") (= "=") (cast_expression "(__gid_t)DAT_0003e370" (( "(") (type_descriptor "__gid_t" (type_identifier "__gid_t")) () ")") (identifier "DAT_0003e370"))) (; ";")) (do_statement "do {\n if (*(char *)(_Var7 + 8) == cVar1) {\n iVar3 = strcmp((char *)(_Var7 + 8),param_1);\n if (iVar3 == 0) {\n return (__gid_t *)0x0;\n }\n }\n _Var7 = *(__gid_t *)(_Var7 + 4);\n } while (_Var7 != 0);" (do "do") (compound_statement "{\n if (*(char *)(_Var7 + 8) == cVar1) {\n iVar3 = strcmp((char *)(_Var7 + 8),param_1);\n if (iVar3 == 0) {\n return (__gid_t *)0x0;\n }\n }\n _Var7 = *(__gid_t *)(_Var7 + 4);\n }" ({ "{") (if_statement "if (*(char *)(_Var7 + 8) == cVar1) {\n iVar3 = strcmp((char *)(_Var7 + 8),param_1);\n if (iVar3 == 0) {\n return (__gid_t *)0x0;\n }\n }" (if "if") (parenthesized_expression "(*(char *)(_Var7 + 8) == cVar1)" (( "(") (binary_expression "*(char *)(_Var7 + 8) == cVar1" (pointer_expression "*(char *)(_Var7 + 8)" (* "*") (cast_expression "(char *)(_Var7 + 8)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(_Var7 + 8)" (( "(") (binary_expression "_Var7 + 8" (identifier "_Var7") (+ "+") (number_literal "8")) () ")")))) (== "==") (identifier "cVar1")) () ")")) (compound_statement "{\n iVar3 = strcmp((char *)(_Var7 + 8),param_1);\n if (iVar3 == 0) {\n return (__gid_t *)0x0;\n }\n }" ({ "{") (expression_statement "iVar3 = strcmp((char *)(_Var7 + 8),param_1);" (assignment_expression "iVar3 = strcmp((char *)(_Var7 + 8),param_1)" (identifier "iVar3") (= "=") (call_expression "strcmp((char *)(_Var7 + 8),param_1)" (identifier "strcmp") (argument_list "((char *)(_Var7 + 8),param_1)" (( "(") (cast_expression "(char *)(_Var7 + 8)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(_Var7 + 8)" (( "(") (binary_expression "_Var7 + 8" (identifier "_Var7") (+ "+") (number_literal "8")) () ")"))) (, ",") (identifier "param_1") () ")")))) (; ";")) (if_statement "if (iVar3 == 0) {\n return (__gid_t *)0x0;\n }" (if "if") (parenthesized_expression "(iVar3 == 0)" (( "(") (binary_expression "iVar3 == 0" (identifier "iVar3") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n return (__gid_t *)0x0;\n }" ({ "{") (return_statement "return (__gid_t *)0x0;" (return "return") (cast_expression "(__gid_t *)0x0" (( "(") (type_descriptor "__gid_t *" (type_identifier "__gid_t") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0")) (; ";")) (} "}"))) (} "}"))) (expression_statement "_Var7 = *(__gid_t *)(_Var7 + 4);" (assignment_expression "_Var7 = *(__gid_t *)(_Var7 + 4)" (identifier "_Var7") (= "=") (pointer_expression "*(__gid_t *)(_Var7 + 4)" (* "*") (cast_expression "(__gid_t *)(_Var7 + 4)" (( "(") (type_descriptor "__gid_t *" (type_identifier "__gid_t") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(_Var7 + 4)" (( "(") (binary_expression "_Var7 + 4" (identifier "_Var7") (+ "+") (number_literal "4")) () ")"))))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(_Var7 != 0)" (( "(") (binary_expression "_Var7 != 0" (identifier "_Var7") (!= "!=") (number_literal "0")) () ")")) (; ";")) (} "}"))) (expression_statement "pgVar4 = getgrnam(param_1);" (assignment_expression "pgVar4 = getgrnam(param_1)" (identifier "pgVar4") (= "=") (call_expression "getgrnam(param_1)" (identifier "getgrnam") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")")))) (; ";")) (expression_statement "sVar5 = strlen(param_1);" (assignment_expression "sVar5 = strlen(param_1)" (identifier "sVar5") (= "=") (call_expression "strlen(param_1)" (identifier "strlen") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")")))) (; ";")) (expression_statement "p_Var6 = (__gid_t *)FUN_00025fe0(sVar5 + 0xc & 0xfffffffc);" (assignment_expression "p_Var6 = (__gid_t *)FUN_00025fe0(sVar5 + 0xc & 0xfffffffc)" (identifier "p_Var6") (= "=") (cast_expression "(__gid_t *)FUN_00025fe0(sVar5 + 0xc & 0xfffffffc)" (( "(") (type_descriptor "__gid_t *" (type_identifier "__gid_t") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_00025fe0(sVar5 + 0xc & 0xfffffffc)" (identifier "FUN_00025fe0") (argument_list "(sVar5 + 0xc & 0xfffffffc)" (( "(") (binary_expression "sVar5 + 0xc & 0xfffffffc" (binary_expression "sVar5 + 0xc" (identifier "sVar5") (+ "+") (number_literal "0xc")) (& "&") (number_literal "0xfffffffc")) () ")"))))) (; ";")) (expression_statement "strcpy((char *)(p_Var6 + 2),param_1);" (call_expression "strcpy((char *)(p_Var6 + 2),param_1)" (identifier "strcpy") (argument_list "((char *)(p_Var6 + 2),param_1)" (( "(") (cast_expression "(char *)(p_Var6 + 2)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(p_Var6 + 2)" (( "(") (binary_expression "p_Var6 + 2" (identifier "p_Var6") (+ "+") (number_literal "2")) () ")"))) (, ",") (identifier "param_1") () ")"))) (; ";")) (if_statement "if (pgVar4 != (group *)0x0) {\n *p_Var6 = pgVar4->gr_gid;\n p_Var2 = p_Var6;\n p_Var6[1] = (__gid_t)DAT_0003e374;\n DAT_0003e374 = p_Var2;\n return p_Var6;\n }" (if "if") (parenthesized_expression "(pgVar4 != (group *)0x0)" (( "(") (binary_expression "pgVar4 != (group *)0x0" (identifier "pgVar4") (!= "!=") (cast_expression "(group *)0x0" (( "(") (type_descriptor "group *" (type_identifier "group") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n *p_Var6 = pgVar4->gr_gid;\n p_Var2 = p_Var6;\n p_Var6[1] = (__gid_t)DAT_0003e374;\n DAT_0003e374 = p_Var2;\n return p_Var6;\n }" ({ "{") (expression_statement "*p_Var6 = pgVar4->gr_gid;" (assignment_expression "*p_Var6 = pgVar4->gr_gid" (pointer_expression "*p_Var6" (* "*") (identifier "p_Var6")) (= "=") (field_expression "pgVar4->gr_gid" (identifier "pgVar4") (-> "->") (field_identifier "gr_gid"))) (; ";")) (expression_statement "p_Var2 = p_Var6;" (assignment_expression "p_Var2 = p_Var6" (identifier "p_Var2") (= "=") (identifier "p_Var6")) (; ";")) (expression_statement "p_Var6[1] = (__gid_t)DAT_0003e374;" (assignment_expression "p_Var6[1] = (__gid_t)DAT_0003e374" (subscript_expression "p_Var6[1]" (identifier "p_Var6") ([ "[") (number_literal "1") (] "]")) (= "=") (cast_expression "(__gid_t)DAT_0003e374" (( "(") (type_descriptor "__gid_t" (type_identifier "__gid_t")) () ")") (identifier "DAT_0003e374"))) (; ";")) (expression_statement "DAT_0003e374 = p_Var2;" (assignment_expression "DAT_0003e374 = p_Var2" (identifier "DAT_0003e374") (= "=") (identifier "p_Var2")) (; ";")) (return_statement "return p_Var6;" (return "return") (identifier "p_Var6") (; ";")) (} "}"))) (expression_statement "p_Var6[1] = (__gid_t)DAT_0003e370;" (assignment_expression "p_Var6[1] = (__gid_t)DAT_0003e370" (subscript_expression "p_Var6[1]" (identifier "p_Var6") ([ "[") (number_literal "1") (] "]")) (= "=") (cast_expression "(__gid_t)DAT_0003e370" (( "(") (type_descriptor "__gid_t" (type_identifier "__gid_t")) () ")") (identifier "DAT_0003e370"))) (; ";")) (expression_statement "DAT_0003e370 = p_Var6;" (assignment_expression "DAT_0003e370 = p_Var6" (identifier "DAT_0003e370") (= "=") (identifier "p_Var6")) (; ";")) (return_statement "return (__gid_t *)0x0;" (return "return") (cast_expression "(__gid_t *)0x0" (( "(") (type_descriptor "__gid_t *" (type_identifier "__gid_t") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0")) (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ type_1 * function_1(char *type_3) { char var_2; type_2 *puVar2; int var_5; type_3 *var_12; size_t var_10; type_2 *var_4; if (var_1 != (type_2 *)0x0) { var_2 = *type_3; var_4 = var_1; do { if (*(char *)&var_4[1].id == var_2) { var_5 = var_3((char *)(var_4 + 1),type_3); if (var_5 == 0) { return (type_1 *)var_4; } } var_4 = var_4->next; } while (var_4 != (type_2 *)0x0); } if (var_6 != (type_2 *)0x0) { var_2 = *type_3; var_4 = var_6; do { if (*(char *)&var_4[1].id == var_2) { var_5 = var_3((char *)(var_4 + 1),type_3); if (var_5 == 0) { return (type_1 *)0x0; } } var_4 = var_4->next; } while (var_4 != (type_2 *)0x0); } var_12 = var_7(type_3); var_10 = var_8(type_3); var_4 = (type_2 *)var_9(var_10 + 0xc & 0xfffffffc); var_11((char *)(var_4 + 1),type_3); if (var_12 != (type_3 *)0x0) { var_4->id = (type_4)var_12->gr_gid; puVar2 = var_4; var_4->next = var_1; var_1 = puVar2; return (type_1 *)var_4; } var_4->next = var_6; var_6 = var_4; return (type_1 *)0x0; }
null
(translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (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)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (do_statement body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (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 (return_statement (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)))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (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)) value: (identifier)))) (do_statement body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (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 (return_statement (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (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)))))))) condition: (parenthesized_expression (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: (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: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (number_literal))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) (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: (pointer_expression argument: (identifier)) right: (field_expression argument: (identifier) field: (field_identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (return_statement (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (return_statement (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal))))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ __gid_t * MASKED(char *param_1) { char cVar1; __gid_t *p_Var2; int iVar3; group *pgVar4; size_t sVar5; __gid_t *p_Var6; __gid_t _Var7; if (DAT_0003e374 != (__gid_t *)0x0) { cVar1 = *param_1; p_Var6 = DAT_0003e374; do { if ((char)p_Var6[2] == cVar1) { iVar3 = strcmp((char *)(p_Var6 + 2),param_1); if (iVar3 == 0) { return p_Var6; } } p_Var6 = (__gid_t *)p_Var6[1]; } while (p_Var6 != (__gid_t *)0x0); } if (DAT_0003e370 != (__gid_t *)0x0) { cVar1 = *param_1; _Var7 = (__gid_t)DAT_0003e370; do { if (*(char *)(_Var7 + 8) == cVar1) { iVar3 = strcmp((char *)(_Var7 + 8),param_1); if (iVar3 == 0) { return (__gid_t *)0x0; } } _Var7 = *(__gid_t *)(_Var7 + 4); } while (_Var7 != 0); } pgVar4 = getgrnam(param_1); sVar5 = strlen(param_1); p_Var6 = (__gid_t *)FUN_00025fe0(sVar5 + 0xc & 0xfffffffc); strcpy((char *)(p_Var6 + 2),param_1); if (pgVar4 != (group *)0x0) { *p_Var6 = pgVar4->gr_gid; p_Var2 = p_Var6; p_Var6[1] = (__gid_t)DAT_0003e374; DAT_0003e374 = p_Var2; return p_Var6; } p_Var6[1] = (__gid_t)DAT_0003e370; DAT_0003e370 = p_Var6; return (__gid_t *)0x0; }
836_aarch64-linux-gnu-dwp_and_aarch64-linux-gnu-dwp_strip.c
write_ehdr
FUN_000366d0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void write_ehdr(Dwp_output_file * this) */ void __thiscall gold::Dwp_output_file::write_ehdr(Dwp_output_file *this) { if (this->size_ == 0x20) { if (this->big_endian_ != 0) { sized_write_ehdr<32,_true>(this); return; } sized_write_ehdr<32,_false>(this); return; } if (this->size_ == 0x40) { if (this->big_endian_ != 0) { sized_write_ehdr<64,_true>(this); return; } sized_write_ehdr<64,_false>(this); return; } /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/dwp.cc",0x82f,"write_ehdr"); }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_000366d0(int param_1) { if (*(int *)(param_1 + 8) == 0x20) { if (*(int *)(param_1 + 0xc) != 0) { FUN_0004a870(); return; } FUN_0004a9b0(); return; } if (*(int *)(param_1 + 8) == 0x40) { if (*(int *)(param_1 + 0xc) != 0) { FUN_0004aad0(); return; } FUN_0004ac20(); return; } /* WARNING: Subroutine does not return */ FUN_00069d00("../../gold/dwp.cc",0x82f,"write_ehdr",param_1); }
PUSH EBX CALL 0x00035840 ADD EBX,0x35892a SUB ESP,0x8 MOV EAX,dword ptr [ESP + 0x10] MOV EDX,dword ptr [EAX + 0x8] CMP EDX,0x20 JZ 0x00036710 CMP EDX,0x40 JNZ 0x00036729 MOV EDX,dword ptr [EAX + 0xc] TEST EDX,EDX JZ 0x00036700 ADD ESP,0x8 POP EBX JMP 0x0004aad0 ADD ESP,0x8 POP EBX JMP 0x0004ac20 MOV ECX,dword ptr [EAX + 0xc] TEST ECX,ECX JZ 0x00036720 ADD ESP,0x8 POP EBX JMP 0x0004a870 ADD ESP,0x8 POP EBX JMP 0x0004a9b0 PUSH EAX LEA EAX,[EBX + 0xffef1ae0] PUSH EAX LEA EAX,[EBX + 0xffef1008] PUSH 0x82f PUSH EAX CALL 0x00069d00
null
null
null
null
[('tmp_445', u'CALL_-1206098071'), ('const-8', u'PTRSUB_-1206097857'), (u'LOAD_-1206098136', u'INT_NOTEQUAL_-1206098117'), ('tmp_445', u'PTRSUB_-1206097857'), (u'PTRSUB_-1206097810', u'LOAD_-1206098040'), (u'INT_NOTEQUAL_-1206098021', u'CBRANCH_-1206098021'), ('const-0', u'RETURN_-1206098067'), ('tmp_445', u'PTRSUB_-1206097810'), ('tmp_112', u'CBRANCH_-1206098154'), ('const-2095', u'CALL_-1206097994'), (u'PTRSUB_-1206097843', u'LOAD_-1206098136'), ('const-12', u'PTRSUB_-1206097810'), (u'COPY_-1206097833', u'CALL_-1206097994'), ('tmp_144', u'CBRANCH_-1206098137'), ('const-0', u'RETURN_-1206098091'), ('const-0', u'INT_NOTEQUAL_-1206098021'), ('const-64', u'INT_EQUAL_-1206098140'), (u'INT_EQUAL_-1206098140', u'CBRANCH_-1206098137'), ('tmp_445', u'CALL_-1206097999'), ('const-0', u'RETURN_-1206097995'), ('const-12', u'PTRSUB_-1206097843'), (u'INT_EQUAL_-1206098156', u'CBRANCH_-1206098154'), ('tmp_178', u'CBRANCH_-1206098117'), (u'LOAD_-1206098040', u'INT_NOTEQUAL_-1206098021'), ('tmp_342', u'CBRANCH_-1206098021'), ('const-417', u'LOAD_-1206098136'), ('const-0', u'RETURN_-1206097971'), (u'COPY_-1206097834', u'CALL_-1206097994'), ('const-417', u'LOAD_-1206098175'), ('const-2624224', u'COPY_-1206097833'), (u'INT_NOTEQUAL_-1206098117', u'CBRANCH_-1206098117'), ('tmp_445', u'CALL_-1206098095'), ('const-0', u'INT_NOTEQUAL_-1206098117'), ('const-417', u'LOAD_-1206098040'), (u'LOAD_-1206098175', u'INT_EQUAL_-1206098156'), (u'PTRSUB_-1206097857', u'LOAD_-1206098175'), (u'LOAD_-1206098175', u'INT_EQUAL_-1206098140'), ('tmp_445', u'PTRSUB_-1206097843'), ('const-1', u'RETURN_-1206097989'), ('const-32', u'INT_EQUAL_-1206098156'), ('tmp_445', u'CALL_-1206097975'), ('const-2621448', u'COPY_-1206097834')]
[('const-64', u'INT_EQUAL_-1206098140'), ('tmp_833', u'INT_ADD_-1206098024'), (u'LOAD_-1206098136', u'INT_NOTEQUAL_-1206098117'), (u'COPY_-1206097837', u'CALL_-1206097994'), ('const-417', u'LOAD_-1206098175'), (u'INT_NOTEQUAL_-1206098021', u'CBRANCH_-1206098021'), ('const-0', u'RETURN_-1206098067'), ('const-12', u'INT_ADD_-1206098024'), ('const-12', u'INT_ADD_-1206098120'), ('const-32', u'INT_EQUAL_-1206098156'), ('tmp_112', u'CBRANCH_-1206098154'), ('tmp_833', u'INT_ADD_-1206098120'), ('tmp_144', u'CBRANCH_-1206098137'), ('const-0', u'RETURN_-1206098091'), ('const-0', u'INT_NOTEQUAL_-1206098021'), (u'INT_ADD_-1206098120', u'CAST_-1206097848'), (u'INT_EQUAL_-1206098140', u'CBRANCH_-1206098137'), ('const-0', u'RETURN_-1206097995'), ('const-417', u'LOAD_-1206098136'), (u'INT_EQUAL_-1206098156', u'CBRANCH_-1206098154'), ('const-417', u'LOAD_-1206098040'), ('tmp_178', u'CBRANCH_-1206098117'), (u'LOAD_-1206098040', u'INT_NOTEQUAL_-1206098021'), ('tmp_342', u'CBRANCH_-1206098021'), ('tmp_833', u'CALL_-1206097994'), (u'INT_ADD_-1206098024', u'CAST_-1206097817'), ('const-0', u'RETURN_-1206097971'), (u'CAST_-1206097817', u'LOAD_-1206098040'), (u'CAST_-1206097863', u'LOAD_-1206098175'), ('const-8', u'INT_ADD_-1206098159'), (u'INT_ADD_-1206098159', u'CAST_-1206097863'), ('const-2621448', u'COPY_-1206097838'), ('const-2624224', u'COPY_-1206097837'), (u'INT_NOTEQUAL_-1206098117', u'CBRANCH_-1206098117'), ('const-0', u'INT_NOTEQUAL_-1206098117'), (u'LOAD_-1206098175', u'INT_EQUAL_-1206098156'), (u'LOAD_-1206098175', u'INT_EQUAL_-1206098140'), ('const-1', u'RETURN_-1206097989'), (u'CAST_-1206097848', u'LOAD_-1206098136'), (u'COPY_-1206097838', u'CALL_-1206097994'), ('const-2095', u'CALL_-1206097994'), ('tmp_833', u'INT_ADD_-1206098159')]
null
null
000366d0
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_000366d0(int param_1)\n\n{\n if (*(int *)(param_1 + 8) == 0x20) {\n if (*(int *)(param_1 + 0xc) != 0) {\n FUN_0004a870();\n return;\n }\n FUN_0004a9b0();\n return;\n }\n if (*(int *)(param_1 + 8) == 0x40) {\n if (*(int *)(param_1 + 0xc) != 0) {\n FUN_0004aad0();\n return;\n }\n FUN_0004ac20();\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00069d00("../../gold/dwp.cc",0x82f,"write_ehdr",param_1);\n}\n\n" comment (function_definition "void FUN_000366d0(int param_1)\n\n{\n if (*(int *)(param_1 + 8) == 0x20) {\n if (*(int *)(param_1 + 0xc) != 0) {\n FUN_0004a870();\n return;\n }\n FUN_0004a9b0();\n return;\n }\n if (*(int *)(param_1 + 8) == 0x40) {\n if (*(int *)(param_1 + 0xc) != 0) {\n FUN_0004aad0();\n return;\n }\n FUN_0004ac20();\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00069d00("../../gold/dwp.cc",0x82f,"write_ehdr",param_1);\n}" primitive_type (function_declarator "FUN_000366d0(int param_1)" identifier (parameter_list "(int param_1)" ( (parameter_declaration "int param_1" primitive_type identifier) ))) (compound_statement "{\n if (*(int *)(param_1 + 8) == 0x20) {\n if (*(int *)(param_1 + 0xc) != 0) {\n FUN_0004a870();\n return;\n }\n FUN_0004a9b0();\n return;\n }\n if (*(int *)(param_1 + 8) == 0x40) {\n if (*(int *)(param_1 + 0xc) != 0) {\n FUN_0004aad0();\n return;\n }\n FUN_0004ac20();\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00069d00("../../gold/dwp.cc",0x82f,"write_ehdr",param_1);\n}" { (if_statement "if (*(int *)(param_1 + 8) == 0x20) {\n if (*(int *)(param_1 + 0xc) != 0) {\n FUN_0004a870();\n return;\n }\n FUN_0004a9b0();\n return;\n }" if (parenthesized_expression "(*(int *)(param_1 + 8) == 0x20)" ( (binary_expression "*(int *)(param_1 + 8) == 0x20" (pointer_expression "*(int *)(param_1 + 8)" * (cast_expression "(int *)(param_1 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n if (*(int *)(param_1 + 0xc) != 0) {\n FUN_0004a870();\n return;\n }\n FUN_0004a9b0();\n return;\n }" { (if_statement "if (*(int *)(param_1 + 0xc) != 0) {\n FUN_0004a870();\n return;\n }" if (parenthesized_expression "(*(int *)(param_1 + 0xc) != 0)" ( (binary_expression "*(int *)(param_1 + 0xc) != 0" (pointer_expression "*(int *)(param_1 + 0xc)" * (cast_expression "(int *)(param_1 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xc)" ( (binary_expression "param_1 + 0xc" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n FUN_0004a870();\n return;\n }" { (expression_statement "FUN_0004a870();" (call_expression "FUN_0004a870()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (expression_statement "FUN_0004a9b0();" (call_expression "FUN_0004a9b0()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (if_statement "if (*(int *)(param_1 + 8) == 0x40) {\n if (*(int *)(param_1 + 0xc) != 0) {\n FUN_0004aad0();\n return;\n }\n FUN_0004ac20();\n return;\n }" if (parenthesized_expression "(*(int *)(param_1 + 8) == 0x40)" ( (binary_expression "*(int *)(param_1 + 8) == 0x40" (pointer_expression "*(int *)(param_1 + 8)" * (cast_expression "(int *)(param_1 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n if (*(int *)(param_1 + 0xc) != 0) {\n FUN_0004aad0();\n return;\n }\n FUN_0004ac20();\n return;\n }" { (if_statement "if (*(int *)(param_1 + 0xc) != 0) {\n FUN_0004aad0();\n return;\n }" if (parenthesized_expression "(*(int *)(param_1 + 0xc) != 0)" ( (binary_expression "*(int *)(param_1 + 0xc) != 0" (pointer_expression "*(int *)(param_1 + 0xc)" * (cast_expression "(int *)(param_1 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xc)" ( (binary_expression "param_1 + 0xc" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n FUN_0004aad0();\n return;\n }" { (expression_statement "FUN_0004aad0();" (call_expression "FUN_0004aad0()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (expression_statement "FUN_0004ac20();" (call_expression "FUN_0004ac20()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) comment (expression_statement "FUN_00069d00("../../gold/dwp.cc",0x82f,"write_ehdr",param_1);" (call_expression "FUN_00069d00("../../gold/dwp.cc",0x82f,"write_ehdr",param_1)" identifier (argument_list "("../../gold/dwp.cc",0x82f,"write_ehdr",param_1)" ( (string_literal ""../../gold/dwp.cc"" " string_content ") , number_literal , (string_literal ""write_ehdr"" " string_content ") , identifier ))) ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void write_ehdr(Dwp_output_file * this) */\n\nvoid __thiscall gold::Dwp_output_file::write_ehdr(Dwp_output_file *this)\n\n{\n if (this->size_ == 0x20) {\n if (this->big_endian_ != 0) {\n sized_write_ehdr<32,_true>(this);\n return;\n }\n sized_write_ehdr<32,_false>(this);\n return;\n }\n if (this->size_ == 0x40) {\n if (this->big_endian_ != 0) {\n sized_write_ehdr<64,_true>(this);\n return;\n }\n sized_write_ehdr<64,_false>(this);\n return;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/dwp.cc",0x82f,"write_ehdr");\n}\n\n" comment comment (function_definition "void __thiscall gold::Dwp_output_file::write_ehdr(Dwp_output_file *this)\n\n{\n if (this->size_ == 0x20) {\n if (this->big_endian_ != 0) {\n sized_write_ehdr<32,_true>(this);\n return;\n }\n sized_write_ehdr<32,_false>(this);\n return;\n }\n if (this->size_ == 0x40) {\n if (this->big_endian_ != 0) {\n sized_write_ehdr<64,_true>(this);\n return;\n }\n sized_write_ehdr<64,_false>(this);\n return;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/dwp.cc",0x82f,"write_ehdr");\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Dwp_output_file::" identifier : : identifier : :) (function_declarator "write_ehdr(Dwp_output_file *this)" identifier (parameter_list "(Dwp_output_file *this)" ( (parameter_declaration "Dwp_output_file *this" type_identifier (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n if (this->size_ == 0x20) {\n if (this->big_endian_ != 0) {\n sized_write_ehdr<32,_true>(this);\n return;\n }\n sized_write_ehdr<32,_false>(this);\n return;\n }\n if (this->size_ == 0x40) {\n if (this->big_endian_ != 0) {\n sized_write_ehdr<64,_true>(this);\n return;\n }\n sized_write_ehdr<64,_false>(this);\n return;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/dwp.cc",0x82f,"write_ehdr");\n}" { (if_statement "if (this->size_ == 0x20) {\n if (this->big_endian_ != 0) {\n sized_write_ehdr<32,_true>(this);\n return;\n }\n sized_write_ehdr<32,_false>(this);\n return;\n }" if (parenthesized_expression "(this->size_ == 0x20)" ( (binary_expression "this->size_ == 0x20" (field_expression "this->size_" identifier -> field_identifier) == number_literal) )) (compound_statement "{\n if (this->big_endian_ != 0) {\n sized_write_ehdr<32,_true>(this);\n return;\n }\n sized_write_ehdr<32,_false>(this);\n return;\n }" { (if_statement "if (this->big_endian_ != 0) {\n sized_write_ehdr<32,_true>(this);\n return;\n }" if (parenthesized_expression "(this->big_endian_ != 0)" ( (binary_expression "this->big_endian_ != 0" (field_expression "this->big_endian_" identifier -> field_identifier) != number_literal) )) (compound_statement "{\n sized_write_ehdr<32,_true>(this);\n return;\n }" { (expression_statement "sized_write_ehdr<32,_true>(this);" (comma_expression "sized_write_ehdr<32,_true>(this)" (binary_expression "sized_write_ehdr<32" identifier < number_literal) , (binary_expression "_true>(this)" identifier > (parenthesized_expression "(this)" ( identifier )))) ;) (return_statement "return;" return ;) })) (expression_statement "sized_write_ehdr<32,_false>(this);" (comma_expression "sized_write_ehdr<32,_false>(this)" (binary_expression "sized_write_ehdr<32" identifier < number_literal) , (binary_expression "_false>(this)" identifier > (parenthesized_expression "(this)" ( identifier )))) ;) (return_statement "return;" return ;) })) (if_statement "if (this->size_ == 0x40) {\n if (this->big_endian_ != 0) {\n sized_write_ehdr<64,_true>(this);\n return;\n }\n sized_write_ehdr<64,_false>(this);\n return;\n }" if (parenthesized_expression "(this->size_ == 0x40)" ( (binary_expression "this->size_ == 0x40" (field_expression "this->size_" identifier -> field_identifier) == number_literal) )) (compound_statement "{\n if (this->big_endian_ != 0) {\n sized_write_ehdr<64,_true>(this);\n return;\n }\n sized_write_ehdr<64,_false>(this);\n return;\n }" { (if_statement "if (this->big_endian_ != 0) {\n sized_write_ehdr<64,_true>(this);\n return;\n }" if (parenthesized_expression "(this->big_endian_ != 0)" ( (binary_expression "this->big_endian_ != 0" (field_expression "this->big_endian_" identifier -> field_identifier) != number_literal) )) (compound_statement "{\n sized_write_ehdr<64,_true>(this);\n return;\n }" { (expression_statement "sized_write_ehdr<64,_true>(this);" (comma_expression "sized_write_ehdr<64,_true>(this)" (binary_expression "sized_write_ehdr<64" identifier < number_literal) , (binary_expression "_true>(this)" identifier > (parenthesized_expression "(this)" ( identifier )))) ;) (return_statement "return;" return ;) })) (expression_statement "sized_write_ehdr<64,_false>(this);" (comma_expression "sized_write_ehdr<64,_false>(this)" (binary_expression "sized_write_ehdr<64" identifier < number_literal) , (binary_expression "_false>(this)" identifier > (parenthesized_expression "(this)" ( identifier )))) ;) (return_statement "return;" return ;) })) comment (expression_statement "do_gold_unreachable("../../gold/dwp.cc",0x82f,"write_ehdr");" (call_expression "do_gold_unreachable("../../gold/dwp.cc",0x82f,"write_ehdr")" identifier (argument_list "("../../gold/dwp.cc",0x82f,"write_ehdr")" ( (string_literal ""../../gold/dwp.cc"" " string_content ") , number_literal , (string_literal ""write_ehdr"" " string_content ") ))) ;) })))
(translation_unit "void FUN_000366d0(int param_1)\n\n{\n if (*(int *)(param_1 + 8) == 0x20) {\n if (*(int *)(param_1 + 0xc) != 0) {\n FUN_0004a870();\n return;\n }\n FUN_0004a9b0();\n return;\n }\n if (*(int *)(param_1 + 8) == 0x40) {\n if (*(int *)(param_1 + 0xc) != 0) {\n FUN_0004aad0();\n return;\n }\n FUN_0004ac20();\n return;\n }\n \n FUN_00069d00("../../gold/dwp.cc",0x82f,"write_ehdr",param_1);\n}\n\n" (function_definition "void FUN_000366d0(int param_1)\n\n{\n if (*(int *)(param_1 + 8) == 0x20) {\n if (*(int *)(param_1 + 0xc) != 0) {\n FUN_0004a870();\n return;\n }\n FUN_0004a9b0();\n return;\n }\n if (*(int *)(param_1 + 8) == 0x40) {\n if (*(int *)(param_1 + 0xc) != 0) {\n FUN_0004aad0();\n return;\n }\n FUN_0004ac20();\n return;\n }\n \n FUN_00069d00("../../gold/dwp.cc",0x82f,"write_ehdr",param_1);\n}" primitive_type (function_declarator "FUN_000366d0(int param_1)" identifier (parameter_list "(int param_1)" ( (parameter_declaration "int param_1" primitive_type identifier) ))) (compound_statement "{\n if (*(int *)(param_1 + 8) == 0x20) {\n if (*(int *)(param_1 + 0xc) != 0) {\n FUN_0004a870();\n return;\n }\n FUN_0004a9b0();\n return;\n }\n if (*(int *)(param_1 + 8) == 0x40) {\n if (*(int *)(param_1 + 0xc) != 0) {\n FUN_0004aad0();\n return;\n }\n FUN_0004ac20();\n return;\n }\n \n FUN_00069d00("../../gold/dwp.cc",0x82f,"write_ehdr",param_1);\n}" { (if_statement "if (*(int *)(param_1 + 8) == 0x20) {\n if (*(int *)(param_1 + 0xc) != 0) {\n FUN_0004a870();\n return;\n }\n FUN_0004a9b0();\n return;\n }" if (parenthesized_expression "(*(int *)(param_1 + 8) == 0x20)" ( (binary_expression "*(int *)(param_1 + 8) == 0x20" (pointer_expression "*(int *)(param_1 + 8)" * (cast_expression "(int *)(param_1 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n if (*(int *)(param_1 + 0xc) != 0) {\n FUN_0004a870();\n return;\n }\n FUN_0004a9b0();\n return;\n }" { (if_statement "if (*(int *)(param_1 + 0xc) != 0) {\n FUN_0004a870();\n return;\n }" if (parenthesized_expression "(*(int *)(param_1 + 0xc) != 0)" ( (binary_expression "*(int *)(param_1 + 0xc) != 0" (pointer_expression "*(int *)(param_1 + 0xc)" * (cast_expression "(int *)(param_1 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xc)" ( (binary_expression "param_1 + 0xc" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n FUN_0004a870();\n return;\n }" { (expression_statement "FUN_0004a870();" (call_expression "FUN_0004a870()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (expression_statement "FUN_0004a9b0();" (call_expression "FUN_0004a9b0()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (if_statement "if (*(int *)(param_1 + 8) == 0x40) {\n if (*(int *)(param_1 + 0xc) != 0) {\n FUN_0004aad0();\n return;\n }\n FUN_0004ac20();\n return;\n }" if (parenthesized_expression "(*(int *)(param_1 + 8) == 0x40)" ( (binary_expression "*(int *)(param_1 + 8) == 0x40" (pointer_expression "*(int *)(param_1 + 8)" * (cast_expression "(int *)(param_1 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n if (*(int *)(param_1 + 0xc) != 0) {\n FUN_0004aad0();\n return;\n }\n FUN_0004ac20();\n return;\n }" { (if_statement "if (*(int *)(param_1 + 0xc) != 0) {\n FUN_0004aad0();\n return;\n }" if (parenthesized_expression "(*(int *)(param_1 + 0xc) != 0)" ( (binary_expression "*(int *)(param_1 + 0xc) != 0" (pointer_expression "*(int *)(param_1 + 0xc)" * (cast_expression "(int *)(param_1 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xc)" ( (binary_expression "param_1 + 0xc" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n FUN_0004aad0();\n return;\n }" { (expression_statement "FUN_0004aad0();" (call_expression "FUN_0004aad0()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (expression_statement "FUN_0004ac20();" (call_expression "FUN_0004ac20()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (expression_statement "FUN_00069d00("../../gold/dwp.cc",0x82f,"write_ehdr",param_1);" (call_expression "FUN_00069d00("../../gold/dwp.cc",0x82f,"write_ehdr",param_1)" identifier (argument_list "("../../gold/dwp.cc",0x82f,"write_ehdr",param_1)" ( (string_literal ""../../gold/dwp.cc"" " string_content ") , number_literal , (string_literal ""write_ehdr"" " string_content ") , identifier ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (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 (call_expression IDENT (argument_list ( ))) ;) (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") , IDENT ))) ;) })))
(function_definition "void FUN_000366d0(int param_1)\n\n{\n if (*(int *)(param_1 + 8) == 0x20) {\n if (*(int *)(param_1 + 0xc) != 0) {\n FUN_0004a870();\n return;\n }\n FUN_0004a9b0();\n return;\n }\n if (*(int *)(param_1 + 8) == 0x40) {\n if (*(int *)(param_1 + 0xc) != 0) {\n FUN_0004aad0();\n return;\n }\n FUN_0004ac20();\n return;\n }\n \n FUN_00069d00("../../gold/dwp.cc",0x82f,"write_ehdr",param_1);\n}" (primitive_type "void") (function_declarator "FUN_000366d0(int param_1)" (identifier "FUN_000366d0") (parameter_list "(int param_1)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) () ")"))) (compound_statement "{\n if (*(int *)(param_1 + 8) == 0x20) {\n if (*(int *)(param_1 + 0xc) != 0) {\n FUN_0004a870();\n return;\n }\n FUN_0004a9b0();\n return;\n }\n if (*(int *)(param_1 + 8) == 0x40) {\n if (*(int *)(param_1 + 0xc) != 0) {\n FUN_0004aad0();\n return;\n }\n FUN_0004ac20();\n return;\n }\n \n FUN_00069d00("../../gold/dwp.cc",0x82f,"write_ehdr",param_1);\n}" ({ "{") (if_statement "if (*(int *)(param_1 + 8) == 0x20) {\n if (*(int *)(param_1 + 0xc) != 0) {\n FUN_0004a870();\n return;\n }\n FUN_0004a9b0();\n return;\n }" (if "if") (parenthesized_expression "(*(int *)(param_1 + 8) == 0x20)" (( "(") (binary_expression "*(int *)(param_1 + 8) == 0x20" (pointer_expression "*(int *)(param_1 + 8)" (* "*") (cast_expression "(int *)(param_1 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 8)" (( "(") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")")))) (== "==") (number_literal "0x20")) () ")")) (compound_statement "{\n if (*(int *)(param_1 + 0xc) != 0) {\n FUN_0004a870();\n return;\n }\n FUN_0004a9b0();\n return;\n }" ({ "{") (if_statement "if (*(int *)(param_1 + 0xc) != 0) {\n FUN_0004a870();\n return;\n }" (if "if") (parenthesized_expression "(*(int *)(param_1 + 0xc) != 0)" (( "(") (binary_expression "*(int *)(param_1 + 0xc) != 0" (pointer_expression "*(int *)(param_1 + 0xc)" (* "*") (cast_expression "(int *)(param_1 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xc)" (( "(") (binary_expression "param_1 + 0xc" (identifier "param_1") (+ "+") (number_literal "0xc")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_0004a870();\n return;\n }" ({ "{") (expression_statement "FUN_0004a870();" (call_expression "FUN_0004a870()" (identifier "FUN_0004a870") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_0004a9b0();" (call_expression "FUN_0004a9b0()" (identifier "FUN_0004a9b0") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (if_statement "if (*(int *)(param_1 + 8) == 0x40) {\n if (*(int *)(param_1 + 0xc) != 0) {\n FUN_0004aad0();\n return;\n }\n FUN_0004ac20();\n return;\n }" (if "if") (parenthesized_expression "(*(int *)(param_1 + 8) == 0x40)" (( "(") (binary_expression "*(int *)(param_1 + 8) == 0x40" (pointer_expression "*(int *)(param_1 + 8)" (* "*") (cast_expression "(int *)(param_1 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 8)" (( "(") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")")))) (== "==") (number_literal "0x40")) () ")")) (compound_statement "{\n if (*(int *)(param_1 + 0xc) != 0) {\n FUN_0004aad0();\n return;\n }\n FUN_0004ac20();\n return;\n }" ({ "{") (if_statement "if (*(int *)(param_1 + 0xc) != 0) {\n FUN_0004aad0();\n return;\n }" (if "if") (parenthesized_expression "(*(int *)(param_1 + 0xc) != 0)" (( "(") (binary_expression "*(int *)(param_1 + 0xc) != 0" (pointer_expression "*(int *)(param_1 + 0xc)" (* "*") (cast_expression "(int *)(param_1 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xc)" (( "(") (binary_expression "param_1 + 0xc" (identifier "param_1") (+ "+") (number_literal "0xc")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_0004aad0();\n return;\n }" ({ "{") (expression_statement "FUN_0004aad0();" (call_expression "FUN_0004aad0()" (identifier "FUN_0004aad0") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_0004ac20();" (call_expression "FUN_0004ac20()" (identifier "FUN_0004ac20") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_00069d00("../../gold/dwp.cc",0x82f,"write_ehdr",param_1);" (call_expression "FUN_00069d00("../../gold/dwp.cc",0x82f,"write_ehdr",param_1)" (identifier "FUN_00069d00") (argument_list "("../../gold/dwp.cc",0x82f,"write_ehdr",param_1)" (( "(") (string_literal ""../../gold/dwp.cc"" (" """) (string_content "../../gold/dwp.cc") (" """)) (, ",") (number_literal "0x82f") (, ",") (string_literal ""write_ehdr"" (" """) (string_content "write_ehdr") (" """)) (, ",") (identifier "param_1") () ")"))) (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void write_ehdr(Dwp_output_file * this) */ void __thiscall gold::type_1::function_1(type_1 *this) { if (this->size_ == 0x20) { if (this->big_endian_ != 0) { var_1<32,var_2>(this); return; } var_1<32,var_3>(this); return; } if (this->size_ == 0x40) { if (this->big_endian_ != 0) { var_1<64,var_2>(this); return; } var_1<64,var_3>(this); return; } /* WARNING: Subroutine does not return */ var_4("../../gold/dwp.cc",0x82f,"write_ehdr"); }
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: (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 (call_expression function: (identifier) arguments: (argument_list))) (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (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 (call_expression function: (identifier) arguments: (argument_list))) (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)) (identifier)))))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(int param_1) { if (*(int *)(param_1 + 8) == 0x20) { if (*(int *)(param_1 + 0xc) != 0) { FUN_0004a870(); return; } FUN_0004a9b0(); return; } if (*(int *)(param_1 + 8) == 0x40) { if (*(int *)(param_1 + 0xc) != 0) { FUN_0004aad0(); return; } FUN_0004ac20(); return; } /* WARNING: Subroutine does not return */ FUN_00069d00("../../gold/dwp.cc",0x82f,"write_ehdr",param_1); }
286_sparc64-linux-gnu-strip_and_sparc64-linux-gnu-strip_strip.c
stab_record_variable
FUN_00020bd0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ bfd_boolean __regparm3 stab_record_variable (void *dhandle,stab_handle *info,char *name,debug_type type,debug_var_kind kind, bfd_vma val) { stab_pending_var *psVar1; stab_pending_var *psVar2; bfd_boolean bVar3; if (((1 < kind - DEBUG_GLOBAL) && (info->within_function != 0)) && ((info->gcc_compiled != 0 || (info->n_opt_found == 0)))) { psVar2 = (stab_pending_var *)xmalloc(0x18); psVar1 = info->pending; *(undefined4 *)&psVar2->val = (undefined4)val; psVar2->type = type; psVar2->next = psVar1; psVar2->name = name; psVar2->kind = kind; *(undefined4 *)((int)&psVar2->val + 4) = val._4_4_; info->pending = psVar2; return 1; } bVar3 = debug_record_variable(dhandle,name,type,kind,val); return bVar3; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 __regparm3 FUN_00020bd0(undefined4 param_1,int param_2,undefined4 param_3,undefined4 param_4,int param_5, undefined4 param_6,undefined4 param_7) { undefined4 *puVar1; undefined4 uVar2; if (((1 < param_5 - 1U) && (*(int *)(param_2 + 0x40) != 0)) && ((*(int *)(param_2 + 0x2c) != 0 || (*(int *)(param_2 + 0x30) == 0)))) { puVar1 = (undefined4 *)xmalloc(0x18); uVar2 = *(undefined4 *)(param_2 + 0x50); puVar1[4] = param_6; puVar1[2] = param_4; *puVar1 = uVar2; puVar1[1] = param_3; puVar1[3] = param_5; puVar1[5] = param_7; *(undefined4 **)(param_2 + 0x50) = puVar1; return 1; } uVar2 = FUN_0001f6b0(param_1,param_3,param_4,param_5,param_6,param_7); return uVar2; }
PUSH EBP PUSH EDI PUSH ESI MOV ESI,EDX PUSH EBX CALL 0x000166c0 ADD EBX,0x1f425 SUB ESP,0x1c MOV EDX,dword ptr [ESP + 0x34] MOV EDI,dword ptr [ESP + 0x38] MOV EBP,dword ptr [ESP + 0x3c] SUB EDX,0x1 CMP EDX,0x1 JBE 0x00020c50 MOV EDX,dword ptr [ESI + 0x40] TEST EDX,EDX JZ 0x00020c50 MOV EDX,dword ptr [ESI + 0x2c] TEST EDX,EDX JNZ 0x00020c0d MOV EDX,dword ptr [ESI + 0x30] TEST EDX,EDX JNZ 0x00020c50 MOV dword ptr [ESP + 0xc],ECX SUB ESP,0xc PUSH 0x18 CALL 0x000132e0 MOV EBX,dword ptr [ESP + 0x40] MOV EDX,dword ptr [ESI + 0x50] MOV ECX,dword ptr [ESP + 0x1c] MOV dword ptr [EAX + 0x10],EDI MOV dword ptr [EAX + 0x8],EBX MOV EBX,dword ptr [ESP + 0x44] ADD ESP,0x10 MOV dword ptr [EAX],EDX MOV dword ptr [EAX + 0x4],ECX MOV dword ptr [EAX + 0xc],EBX MOV dword ptr [EAX + 0x14],EBP MOV dword ptr [ESI + 0x50],EAX ADD ESP,0x1c MOV EAX,0x1 POP EBX POP ESI POP EDI POP EBP RET SUB ESP,0x8 PUSH EBP PUSH EDI PUSH dword ptr [ESP + 0x44] PUSH dword ptr [ESP + 0x44] PUSH ECX PUSH EAX CALL 0x0001f6b0 ADD ESP,0x20 ADD ESP,0x1c POP EBX POP ESI POP EDI POP EBP RET
null
null
null
null
[('const-4', u'PTRSUB_-1206055424'), ('tmp_735', u'CALL_-1206055608'), ('tmp_733', u'STORE_-1206055755'), ('const-0', u'RETURN_-1206055657'), (u'PTRSUB_-1206055492', u'LOAD_-1206055877'), ('const-12', u'PTRSUB_-1206055420'), ('tmp_734', u'CALL_-1206055608'), ('const-417', u'LOAD_-1206055836'), (u'LOAD_-1206055836', u'INT_EQUAL_-1206055818'), ('const-417', u'STORE_-1206055755'), (u'PTRSUB_-1206055438', u'STORE_-1206055755'), ('const-4', u'INT_ADD_-1206055462'), ('tmp_735', u'SUBPIECE_-1206055571'), ('const-80', u'PTRSUB_-1206055411'), ('const-48', u'PTRSUB_-1206055476'), ('tmp_731', u'PTRSUB_-1206055476'), (u'CAST_-1206055452', u'PTRSUB_-1206055442'), (u'PTRSUB_-1206055416', u'CAST_-1206055413'), ('tmp_734', u'STORE_-1206055720'), ('const-0', u'INT_EQUAL_-1206055818'), ('const-16', u'PTRSUB_-1206055442'), (u'LOAD_-1206055877', u'INT_NOTEQUAL_-1206055858'), ('const-417', u'LOAD_-1206055877'), (u'INT_ADD_-1206055462', u'CAST_-1206055412'), ('const-0', u'PTRSUB_-1206055427'), ('tmp_209', u'CBRANCH_-1206055858'), ('tmp_732', u'CALL_-1206055608'), (u'SUBPIECE_-1206055571', u'STORE_-1206055714'), (u'CAST_-1206055435', u'STORE_-1206055761'), (u'SUBPIECE_-1206055572', u'STORE_-1206055761'), ('tmp_281', u'CBRANCH_-1206055816'), ('tmp_731', u'PTRSUB_-1206055484'), (u'PTRSUB_-1206055450', u'LOAD_-1206055776'), (u'PTRSUB_-1206055484', u'LOAD_-1206055857'), (u'CAST_-1206055452', u'PTRSUB_-1206055424'), (u'CAST_-1206055452', u'PTRSUB_-1206055416'), (u'CALL_-1206055608', u'RETURN_-1206055553'), ('const-0', u'SUBPIECE_-1206055572'), ('const-80', u'PTRSUB_-1206055450'), (u'PTRSUB_-1206055424', u'STORE_-1206055726'), ('const-0', u'INT_NOTEQUAL_-1206055838'), ('const-44', u'PTRSUB_-1206055484'), (u'LOAD_-1206055857', u'INT_NOTEQUAL_-1206055838'), ('const-417', u'LOAD_-1206055857'), ('const-417', u'STORE_-1206055714'), ('tmp_731', u'PTRSUB_-1206055450'), (u'CAST_-1206055452', u'PTRSUB_-1206055420'), ('const-1', u'COPY_-1206055694'), (u'PTRSUB_-1206055427', u'STORE_-1206055731'), (u'LOAD_-1206055776', u'STORE_-1206055731'), (u'CAST_-1206055412', u'STORE_-1206055714'), ('const-0', u'INT_NOTEQUAL_-1206055858'), ('const-64', u'PTRSUB_-1206055492'), ('tmp_730', u'CALL_-1206055608'), (u'CALL_-1206055785', u'CAST_-1206055452'), (u'CAST_-1206055413', u'INT_ADD_-1206055462'), ('const-1', u'INT_SUB_-1206055887'), (u'CAST_-1206055452', u'PTRSUB_-1206055438'), (u'INT_LESS_-1206055869', u'CBRANCH_-1206055878'), (u'CAST_-1206055452', u'STORE_-1206055708'), ('tmp_735', u'SUBPIECE_-1206055572'), ('const-417', u'STORE_-1206055708'), ('tmp_732', u'STORE_-1206055726'), ('const-4', u'SUBPIECE_-1206055571'), ('tmp_175', u'CBRANCH_-1206055878'), (u'INT_EQUAL_-1206055818', u'CBRANCH_-1206055816'), ('tmp_245', u'CBRANCH_-1206055837'), (u'CAST_-1206055452', u'PTRSUB_-1206055427'), ('tmp_731', u'PTRSUB_-1206055492'), (u'PTRSUB_-1206055442', u'CAST_-1206055435'), ('tmp_731', u'PTRSUB_-1206055411'), ('const-0', u'RETURN_-1206055553'), ('const-417', u'STORE_-1206055761'), (u'INT_NOTEQUAL_-1206055858', u'CBRANCH_-1206055858'), ('const-8', u'PTRSUB_-1206055438'), ('const-1', u'INT_LESS_-1206055869'), ('tmp_734', u'INT_SUB_-1206055887'), (u'COPY_-1206055694', u'RETURN_-1206055657'), (u'PTRSUB_-1206055411', u'STORE_-1206055708'), ('const-417', u'STORE_-1206055731'), (u'PTRSUB_-1206055420', u'STORE_-1206055720'), (u'PTRSUB_-1206055476', u'LOAD_-1206055836'), (u'INT_SUB_-1206055887', u'INT_LESS_-1206055869'), ('const-24', u'CALL_-1206055785'), ('const-417', u'STORE_-1206055720'), ('const-16', u'PTRSUB_-1206055416'), ('tmp_733', u'CALL_-1206055608'), (u'INT_NOTEQUAL_-1206055838', u'CBRANCH_-1206055837'), ('const-417', u'LOAD_-1206055776'), ('const-417', u'STORE_-1206055726')]
[('const-417', u'STORE_-1206055731'), (u'INT_ADD_-1206055760', u'CAST_-1206055457'), (u'CAST_-1206055467', u'PTRADD_-1206055441'), ('const-4', u'PTRADD_-1206055458'), (u'CAST_-1206055467', u'STORE_-1206055708'), ('tmp_902', u'STORE_-1206055726'), (u'CAST_-1206055467', u'PTRADD_-1206055454'), ('const-0', u'RETURN_-1206055657'), (u'CAST_-1206055425', u'STORE_-1206055708'), ('tmp_897', u'INT_ADD_-1206055820'), ('const-417', u'STORE_-1206055755'), (u'CAST_-1206055500', u'LOAD_-1206055877'), (u'LOAD_-1206055836', u'INT_EQUAL_-1206055818'), ('const-417', u'LOAD_-1206055836'), (u'CAST_-1206055457', u'LOAD_-1206055776'), (u'CAST_-1206055467', u'STORE_-1206055731'), ('const-64', u'INT_ADD_-1206055861'), (u'INT_ADD_-1206055820', u'CAST_-1206055484'), (u'CALL_-1206055785', u'CAST_-1206055467'), (u'CAST_-1206055467', u'PTRADD_-1206055458'), ('const-0', u'INT_EQUAL_-1206055818'), (u'INT_ADD_-1206055694', u'CAST_-1206055425'), (u'LOAD_-1206055877', u'INT_NOTEQUAL_-1206055858'), ('const-417', u'LOAD_-1206055877'), (u'INT_ADD_-1206055861', u'CAST_-1206055500'), (u'INT_ADD_-1206055841', u'CAST_-1206055492'), ('tmp_209', u'CBRANCH_-1206055858'), ('const-417', u'STORE_-1206055726'), ('tmp_1199', u'STORE_-1206055755'), ('const-4', u'PTRADD_-1206055458'), ('tmp_281', u'CBRANCH_-1206055816'), (u'CALL_-1206055608', u'RETURN_-1206055553'), ('tmp_897', u'INT_ADD_-1206055861'), (u'CAST_-1206055492', u'LOAD_-1206055857'), ('tmp_1198', u'CALL_-1206055608'), ('const-0', u'INT_NOTEQUAL_-1206055838'), ('const-24', u'CALL_-1206055785'), (u'LOAD_-1206055857', u'INT_NOTEQUAL_-1206055838'), ('const-48', u'INT_ADD_-1206055820'), ('tmp_897', u'INT_ADD_-1206055694'), ('const-417', u'STORE_-1206055708'), ('const-1', u'COPY_-1206055694'), (u'LOAD_-1206055776', u'STORE_-1206055731'), ('tmp_1198', u'STORE_-1206055714'), ('tmp_902', u'CALL_-1206055608'), ('const-0', u'INT_NOTEQUAL_-1206055858'), ('const-417', u'STORE_-1206055714'), ('const-417', u'LOAD_-1206055776'), (u'PTRADD_-1206055454', u'STORE_-1206055755'), ('const-80', u'INT_ADD_-1206055760'), ('tmp_1197', u'CALL_-1206055608'), ('const-3', u'PTRADD_-1206055437'), (u'INT_LESS_-1206055869', u'CBRANCH_-1206055878'), ('const-1', u'INT_LESS_-1206055869'), (u'PTRADD_-1206055441', u'STORE_-1206055726'), ('const-44', u'INT_ADD_-1206055841'), ('const-4', u'PTRADD_-1206055454'), (u'CAST_-1206055467', u'PTRADD_-1206055437'), ('const-4', u'PTRADD_-1206055433'), ('tmp_1199', u'CALL_-1206055608'), ('const-1', u'INT_SUB_-1206055887'), ('tmp_175', u'CBRANCH_-1206055878'), ('const-417', u'LOAD_-1206055857'), (u'INT_EQUAL_-1206055818', u'CBRANCH_-1206055816'), ('tmp_245', u'CBRANCH_-1206055837'), ('const-4', u'PTRADD_-1206055441'), ('tmp_1196', u'CALL_-1206055608'), (u'PTRADD_-1206055458', u'STORE_-1206055761'), ('const-0', u'RETURN_-1206055553'), ('tmp_1196', u'INT_SUB_-1206055887'), (u'CAST_-1206055467', u'PTRADD_-1206055433'), ('const-80', u'INT_ADD_-1206055694'), (u'PTRADD_-1206055437', u'STORE_-1206055720'), (u'INT_NOTEQUAL_-1206055858', u'CBRANCH_-1206055858'), ('tmp_1196', u'STORE_-1206055720'), (u'PTRADD_-1206055433', u'STORE_-1206055714'), ('const-5', u'PTRADD_-1206055433'), (u'COPY_-1206055694', u'RETURN_-1206055657'), ('tmp_904', u'CALL_-1206055608'), ('tmp_897', u'INT_ADD_-1206055760'), ('tmp_1197', u'STORE_-1206055761'), ('const-1', u'PTRADD_-1206055441'), ('const-417', u'STORE_-1206055720'), ('tmp_897', u'INT_ADD_-1206055841'), (u'CAST_-1206055484', u'LOAD_-1206055836'), ('const-417', u'STORE_-1206055761'), (u'INT_SUB_-1206055887', u'INT_LESS_-1206055869'), (u'INT_NOTEQUAL_-1206055838', u'CBRANCH_-1206055837'), ('const-2', u'PTRADD_-1206055454'), ('const-4', u'PTRADD_-1206055437')]
null
null
00020bd0
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 __regparm3\nFUN_00020bd0(undefined4 param_1,int param_2,undefined4 param_3,undefined4 param_4,int param_5,\n undefined4 param_6,undefined4 param_7)\n\n{\n undefined4 *puVar1;\n undefined4 uVar2;\n \n if (((1 < param_5 - 1U) && (*(int *)(param_2 + 0x40) != 0)) &&\n ((*(int *)(param_2 + 0x2c) != 0 || (*(int *)(param_2 + 0x30) == 0)))) {\n puVar1 = (undefined4 *)xmalloc(0x18);\n uVar2 = *(undefined4 *)(param_2 + 0x50);\n puVar1[4] = param_6;\n puVar1[2] = param_4;\n *puVar1 = uVar2;\n puVar1[1] = param_3;\n puVar1[3] = param_5;\n puVar1[5] = param_7;\n *(undefined4 **)(param_2 + 0x50) = puVar1;\n return 1;\n }\n uVar2 = FUN_0001f6b0(param_1,param_3,param_4,param_5,param_6,param_7);\n return uVar2;\n}\n\n" comment (function_definition "undefined4 __regparm3\nFUN_00020bd0(undefined4 param_1,int param_2,undefined4 param_3,undefined4 param_4,int param_5,\n undefined4 param_6,undefined4 param_7)\n\n{\n undefined4 *puVar1;\n undefined4 uVar2;\n \n if (((1 < param_5 - 1U) && (*(int *)(param_2 + 0x40) != 0)) &&\n ((*(int *)(param_2 + 0x2c) != 0 || (*(int *)(param_2 + 0x30) == 0)))) {\n puVar1 = (undefined4 *)xmalloc(0x18);\n uVar2 = *(undefined4 *)(param_2 + 0x50);\n puVar1[4] = param_6;\n puVar1[2] = param_4;\n *puVar1 = uVar2;\n puVar1[1] = param_3;\n puVar1[3] = param_5;\n puVar1[5] = param_7;\n *(undefined4 **)(param_2 + 0x50) = puVar1;\n return 1;\n }\n uVar2 = FUN_0001f6b0(param_1,param_3,param_4,param_5,param_6,param_7);\n return uVar2;\n}" type_identifier (ERROR "__regparm3" identifier) (function_declarator "FUN_00020bd0(undefined4 param_1,int param_2,undefined4 param_3,undefined4 param_4,int param_5,\n undefined4 param_6,undefined4 param_7)" identifier (parameter_list "(undefined4 param_1,int param_2,undefined4 param_3,undefined4 param_4,int param_5,\n undefined4 param_6,undefined4 param_7)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "int param_2" primitive_type identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) , (parameter_declaration "undefined4 param_4" type_identifier identifier) , (parameter_declaration "int param_5" primitive_type identifier) , (parameter_declaration "undefined4 param_6" type_identifier identifier) , (parameter_declaration "undefined4 param_7" type_identifier identifier) ))) (compound_statement "{\n undefined4 *puVar1;\n undefined4 uVar2;\n \n if (((1 < param_5 - 1U) && (*(int *)(param_2 + 0x40) != 0)) &&\n ((*(int *)(param_2 + 0x2c) != 0 || (*(int *)(param_2 + 0x30) == 0)))) {\n puVar1 = (undefined4 *)xmalloc(0x18);\n uVar2 = *(undefined4 *)(param_2 + 0x50);\n puVar1[4] = param_6;\n puVar1[2] = param_4;\n *puVar1 = uVar2;\n puVar1[1] = param_3;\n puVar1[3] = param_5;\n puVar1[5] = param_7;\n *(undefined4 **)(param_2 + 0x50) = puVar1;\n return 1;\n }\n uVar2 = FUN_0001f6b0(param_1,param_3,param_4,param_5,param_6,param_7);\n return uVar2;\n}" { (declaration "undefined4 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (if_statement "if (((1 < param_5 - 1U) && (*(int *)(param_2 + 0x40) != 0)) &&\n ((*(int *)(param_2 + 0x2c) != 0 || (*(int *)(param_2 + 0x30) == 0)))) {\n puVar1 = (undefined4 *)xmalloc(0x18);\n uVar2 = *(undefined4 *)(param_2 + 0x50);\n puVar1[4] = param_6;\n puVar1[2] = param_4;\n *puVar1 = uVar2;\n puVar1[1] = param_3;\n puVar1[3] = param_5;\n puVar1[5] = param_7;\n *(undefined4 **)(param_2 + 0x50) = puVar1;\n return 1;\n }" if (parenthesized_expression "(((1 < param_5 - 1U) && (*(int *)(param_2 + 0x40) != 0)) &&\n ((*(int *)(param_2 + 0x2c) != 0 || (*(int *)(param_2 + 0x30) == 0))))" ( (binary_expression "((1 < param_5 - 1U) && (*(int *)(param_2 + 0x40) != 0)) &&\n ((*(int *)(param_2 + 0x2c) != 0 || (*(int *)(param_2 + 0x30) == 0)))" (parenthesized_expression "((1 < param_5 - 1U) && (*(int *)(param_2 + 0x40) != 0))" ( (binary_expression "(1 < param_5 - 1U) && (*(int *)(param_2 + 0x40) != 0)" (parenthesized_expression "(1 < param_5 - 1U)" ( (binary_expression "1 < param_5 - 1U" number_literal < (binary_expression "param_5 - 1U" identifier - number_literal)) )) && (parenthesized_expression "(*(int *)(param_2 + 0x40) != 0)" ( (binary_expression "*(int *)(param_2 + 0x40) != 0" (pointer_expression "*(int *)(param_2 + 0x40)" * (cast_expression "(int *)(param_2 + 0x40)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x40)" ( (binary_expression "param_2 + 0x40" identifier + number_literal) )))) != number_literal) ))) )) && (parenthesized_expression "((*(int *)(param_2 + 0x2c) != 0 || (*(int *)(param_2 + 0x30) == 0)))" ( (parenthesized_expression "(*(int *)(param_2 + 0x2c) != 0 || (*(int *)(param_2 + 0x30) == 0))" ( (binary_expression "*(int *)(param_2 + 0x2c) != 0 || (*(int *)(param_2 + 0x30) == 0)" (binary_expression "*(int *)(param_2 + 0x2c) != 0" (pointer_expression "*(int *)(param_2 + 0x2c)" * (cast_expression "(int *)(param_2 + 0x2c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x2c)" ( (binary_expression "param_2 + 0x2c" identifier + number_literal) )))) != number_literal) || (parenthesized_expression "(*(int *)(param_2 + 0x30) == 0)" ( (binary_expression "*(int *)(param_2 + 0x30) == 0" (pointer_expression "*(int *)(param_2 + 0x30)" * (cast_expression "(int *)(param_2 + 0x30)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x30)" ( (binary_expression "param_2 + 0x30" identifier + number_literal) )))) == number_literal) ))) )) ))) )) (compound_statement "{\n puVar1 = (undefined4 *)xmalloc(0x18);\n uVar2 = *(undefined4 *)(param_2 + 0x50);\n puVar1[4] = param_6;\n puVar1[2] = param_4;\n *puVar1 = uVar2;\n puVar1[1] = param_3;\n puVar1[3] = param_5;\n puVar1[5] = param_7;\n *(undefined4 **)(param_2 + 0x50) = puVar1;\n return 1;\n }" { (expression_statement "puVar1 = (undefined4 *)xmalloc(0x18);" (assignment_expression "puVar1 = (undefined4 *)xmalloc(0x18)" identifier = (cast_expression "(undefined4 *)xmalloc(0x18)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(0x18)" identifier (argument_list "(0x18)" ( number_literal ))))) ;) (expression_statement "uVar2 = *(undefined4 *)(param_2 + 0x50);" (assignment_expression "uVar2 = *(undefined4 *)(param_2 + 0x50)" identifier = (pointer_expression "*(undefined4 *)(param_2 + 0x50)" * (cast_expression "(undefined4 *)(param_2 + 0x50)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x50)" ( (binary_expression "param_2 + 0x50" identifier + number_literal) ))))) ;) (expression_statement "puVar1[4] = param_6;" (assignment_expression "puVar1[4] = param_6" (subscript_expression "puVar1[4]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar1[2] = param_4;" (assignment_expression "puVar1[2] = param_4" (subscript_expression "puVar1[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*puVar1 = uVar2;" (assignment_expression "*puVar1 = uVar2" (pointer_expression "*puVar1" * identifier) = identifier) ;) (expression_statement "puVar1[1] = param_3;" (assignment_expression "puVar1[1] = param_3" (subscript_expression "puVar1[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar1[3] = param_5;" (assignment_expression "puVar1[3] = param_5" (subscript_expression "puVar1[3]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar1[5] = param_7;" (assignment_expression "puVar1[5] = param_7" (subscript_expression "puVar1[5]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(undefined4 **)(param_2 + 0x50) = puVar1;" (assignment_expression "*(undefined4 **)(param_2 + 0x50) = puVar1" (pointer_expression "*(undefined4 **)(param_2 + 0x50)" * (cast_expression "(undefined4 **)(param_2 + 0x50)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + 0x50)" ( (binary_expression "param_2 + 0x50" identifier + number_literal) )))) = identifier) ;) (return_statement "return 1;" return number_literal ;) })) (expression_statement "uVar2 = FUN_0001f6b0(param_1,param_3,param_4,param_5,param_6,param_7);" (assignment_expression "uVar2 = FUN_0001f6b0(param_1,param_3,param_4,param_5,param_6,param_7)" identifier = (call_expression "FUN_0001f6b0(param_1,param_3,param_4,param_5,param_6,param_7)" identifier (argument_list "(param_1,param_3,param_4,param_5,param_6,param_7)" ( identifier , identifier , identifier , identifier , identifier , identifier )))) ;) (return_statement "return uVar2;" return identifier ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nbfd_boolean __regparm3\nstab_record_variable\n (void *dhandle,stab_handle *info,char *name,debug_type type,debug_var_kind kind,\n bfd_vma val)\n\n{\n stab_pending_var *psVar1;\n stab_pending_var *psVar2;\n bfd_boolean bVar3;\n \n if (((1 < kind - DEBUG_GLOBAL) && (info->within_function != 0)) &&\n ((info->gcc_compiled != 0 || (info->n_opt_found == 0)))) {\n psVar2 = (stab_pending_var *)xmalloc(0x18);\n psVar1 = info->pending;\n *(undefined4 *)&psVar2->val = (undefined4)val;\n psVar2->type = type;\n psVar2->next = psVar1;\n psVar2->name = name;\n psVar2->kind = kind;\n *(undefined4 *)((int)&psVar2->val + 4) = val._4_4_;\n info->pending = psVar2;\n return 1;\n }\n bVar3 = debug_record_variable(dhandle,name,type,kind,val);\n return bVar3;\n}\n\n" comment (function_definition "bfd_boolean __regparm3\nstab_record_variable\n (void *dhandle,stab_handle *info,char *name,debug_type type,debug_var_kind kind,\n bfd_vma val)\n\n{\n stab_pending_var *psVar1;\n stab_pending_var *psVar2;\n bfd_boolean bVar3;\n \n if (((1 < kind - DEBUG_GLOBAL) && (info->within_function != 0)) &&\n ((info->gcc_compiled != 0 || (info->n_opt_found == 0)))) {\n psVar2 = (stab_pending_var *)xmalloc(0x18);\n psVar1 = info->pending;\n *(undefined4 *)&psVar2->val = (undefined4)val;\n psVar2->type = type;\n psVar2->next = psVar1;\n psVar2->name = name;\n psVar2->kind = kind;\n *(undefined4 *)((int)&psVar2->val + 4) = val._4_4_;\n info->pending = psVar2;\n return 1;\n }\n bVar3 = debug_record_variable(dhandle,name,type,kind,val);\n return bVar3;\n}" type_identifier (ERROR "__regparm3" identifier) (function_declarator "stab_record_variable\n (void *dhandle,stab_handle *info,char *name,debug_type type,debug_var_kind kind,\n bfd_vma val)" identifier (parameter_list "(void *dhandle,stab_handle *info,char *name,debug_type type,debug_var_kind kind,\n bfd_vma val)" ( (parameter_declaration "void *dhandle" primitive_type (pointer_declarator "*dhandle" * identifier)) , (parameter_declaration "stab_handle *info" type_identifier (pointer_declarator "*info" * identifier)) , (parameter_declaration "char *name" primitive_type (pointer_declarator "*name" * identifier)) , (parameter_declaration "debug_type type" type_identifier identifier) , (parameter_declaration "debug_var_kind kind" type_identifier identifier) , (parameter_declaration "bfd_vma val" type_identifier identifier) ))) (compound_statement "{\n stab_pending_var *psVar1;\n stab_pending_var *psVar2;\n bfd_boolean bVar3;\n \n if (((1 < kind - DEBUG_GLOBAL) && (info->within_function != 0)) &&\n ((info->gcc_compiled != 0 || (info->n_opt_found == 0)))) {\n psVar2 = (stab_pending_var *)xmalloc(0x18);\n psVar1 = info->pending;\n *(undefined4 *)&psVar2->val = (undefined4)val;\n psVar2->type = type;\n psVar2->next = psVar1;\n psVar2->name = name;\n psVar2->kind = kind;\n *(undefined4 *)((int)&psVar2->val + 4) = val._4_4_;\n info->pending = psVar2;\n return 1;\n }\n bVar3 = debug_record_variable(dhandle,name,type,kind,val);\n return bVar3;\n}" { (declaration "stab_pending_var *psVar1;" type_identifier (pointer_declarator "*psVar1" * identifier) ;) (declaration "stab_pending_var *psVar2;" type_identifier (pointer_declarator "*psVar2" * identifier) ;) (declaration "bfd_boolean bVar3;" type_identifier identifier ;) (if_statement "if (((1 < kind - DEBUG_GLOBAL) && (info->within_function != 0)) &&\n ((info->gcc_compiled != 0 || (info->n_opt_found == 0)))) {\n psVar2 = (stab_pending_var *)xmalloc(0x18);\n psVar1 = info->pending;\n *(undefined4 *)&psVar2->val = (undefined4)val;\n psVar2->type = type;\n psVar2->next = psVar1;\n psVar2->name = name;\n psVar2->kind = kind;\n *(undefined4 *)((int)&psVar2->val + 4) = val._4_4_;\n info->pending = psVar2;\n return 1;\n }" if (parenthesized_expression "(((1 < kind - DEBUG_GLOBAL) && (info->within_function != 0)) &&\n ((info->gcc_compiled != 0 || (info->n_opt_found == 0))))" ( (binary_expression "((1 < kind - DEBUG_GLOBAL) && (info->within_function != 0)) &&\n ((info->gcc_compiled != 0 || (info->n_opt_found == 0)))" (parenthesized_expression "((1 < kind - DEBUG_GLOBAL) && (info->within_function != 0))" ( (binary_expression "(1 < kind - DEBUG_GLOBAL) && (info->within_function != 0)" (parenthesized_expression "(1 < kind - DEBUG_GLOBAL)" ( (binary_expression "1 < kind - DEBUG_GLOBAL" number_literal < (binary_expression "kind - DEBUG_GLOBAL" identifier - identifier)) )) && (parenthesized_expression "(info->within_function != 0)" ( (binary_expression "info->within_function != 0" (field_expression "info->within_function" identifier -> field_identifier) != number_literal) ))) )) && (parenthesized_expression "((info->gcc_compiled != 0 || (info->n_opt_found == 0)))" ( (parenthesized_expression "(info->gcc_compiled != 0 || (info->n_opt_found == 0))" ( (binary_expression "info->gcc_compiled != 0 || (info->n_opt_found == 0)" (binary_expression "info->gcc_compiled != 0" (field_expression "info->gcc_compiled" identifier -> field_identifier) != number_literal) || (parenthesized_expression "(info->n_opt_found == 0)" ( (binary_expression "info->n_opt_found == 0" (field_expression "info->n_opt_found" identifier -> field_identifier) == number_literal) ))) )) ))) )) (compound_statement "{\n psVar2 = (stab_pending_var *)xmalloc(0x18);\n psVar1 = info->pending;\n *(undefined4 *)&psVar2->val = (undefined4)val;\n psVar2->type = type;\n psVar2->next = psVar1;\n psVar2->name = name;\n psVar2->kind = kind;\n *(undefined4 *)((int)&psVar2->val + 4) = val._4_4_;\n info->pending = psVar2;\n return 1;\n }" { (expression_statement "psVar2 = (stab_pending_var *)xmalloc(0x18);" (assignment_expression "psVar2 = (stab_pending_var *)xmalloc(0x18)" identifier = (cast_expression "(stab_pending_var *)xmalloc(0x18)" ( (type_descriptor "stab_pending_var *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(0x18)" identifier (argument_list "(0x18)" ( number_literal ))))) ;) (expression_statement "psVar1 = info->pending;" (assignment_expression "psVar1 = info->pending" identifier = (field_expression "info->pending" identifier -> field_identifier)) ;) (expression_statement "*(undefined4 *)&psVar2->val = (undefined4)val;" (assignment_expression "*(undefined4 *)&psVar2->val = (undefined4)val" (pointer_expression "*(undefined4 *)&psVar2->val" * (cast_expression "(undefined4 *)&psVar2->val" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&psVar2->val" & (field_expression "psVar2->val" identifier -> field_identifier)))) = (cast_expression "(undefined4)val" ( (type_descriptor "undefined4" type_identifier) ) identifier)) ;) (expression_statement "psVar2->type = type;" (assignment_expression "psVar2->type = type" (field_expression "psVar2->type" identifier -> field_identifier) = identifier) ;) (expression_statement "psVar2->next = psVar1;" (assignment_expression "psVar2->next = psVar1" (field_expression "psVar2->next" identifier -> field_identifier) = identifier) ;) (expression_statement "psVar2->name = name;" (assignment_expression "psVar2->name = name" (field_expression "psVar2->name" identifier -> field_identifier) = identifier) ;) (expression_statement "psVar2->kind = kind;" (assignment_expression "psVar2->kind = kind" (field_expression "psVar2->kind" identifier -> field_identifier) = identifier) ;) (expression_statement "*(undefined4 *)((int)&psVar2->val + 4) = val._4_4_;" (assignment_expression "*(undefined4 *)((int)&psVar2->val + 4) = val._4_4_" (pointer_expression "*(undefined4 *)((int)&psVar2->val + 4)" * (cast_expression "(undefined4 *)((int)&psVar2->val + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&psVar2->val + 4)" ( (binary_expression "(int)&psVar2->val + 4" (cast_expression "(int)&psVar2->val" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&psVar2->val" & (field_expression "psVar2->val" identifier -> field_identifier))) + number_literal) )))) = (field_expression "val._4_4_" identifier . field_identifier)) ;) (expression_statement "info->pending = psVar2;" (assignment_expression "info->pending = psVar2" (field_expression "info->pending" identifier -> field_identifier) = identifier) ;) (return_statement "return 1;" return number_literal ;) })) (expression_statement "bVar3 = debug_record_variable(dhandle,name,type,kind,val);" (assignment_expression "bVar3 = debug_record_variable(dhandle,name,type,kind,val)" identifier = (call_expression "debug_record_variable(dhandle,name,type,kind,val)" identifier (argument_list "(dhandle,name,type,kind,val)" ( identifier , identifier , identifier , identifier , identifier )))) ;) (return_statement "return bVar3;" return identifier ;) })))
(translation_unit "undefined4 __regparm3\nFUN_00020bd0(undefined4 param_1,int param_2,undefined4 param_3,undefined4 param_4,int param_5,\n undefined4 param_6,undefined4 param_7)\n\n{\n undefined4 *puVar1;\n undefined4 uVar2;\n \n if (((1 < param_5 - 1U) && (*(int *)(param_2 + 0x40) != 0)) &&\n ((*(int *)(param_2 + 0x2c) != 0 || (*(int *)(param_2 + 0x30) == 0)))) {\n puVar1 = (undefined4 *)xmalloc(0x18);\n uVar2 = *(undefined4 *)(param_2 + 0x50);\n puVar1[4] = param_6;\n puVar1[2] = param_4;\n *puVar1 = uVar2;\n puVar1[1] = param_3;\n puVar1[3] = param_5;\n puVar1[5] = param_7;\n *(undefined4 **)(param_2 + 0x50) = puVar1;\n return 1;\n }\n uVar2 = FUN_0001f6b0(param_1,param_3,param_4,param_5,param_6,param_7);\n return uVar2;\n}\n\n" (function_definition "undefined4 __regparm3\nFUN_00020bd0(undefined4 param_1,int param_2,undefined4 param_3,undefined4 param_4,int param_5,\n undefined4 param_6,undefined4 param_7)\n\n{\n undefined4 *puVar1;\n undefined4 uVar2;\n \n if (((1 < param_5 - 1U) && (*(int *)(param_2 + 0x40) != 0)) &&\n ((*(int *)(param_2 + 0x2c) != 0 || (*(int *)(param_2 + 0x30) == 0)))) {\n puVar1 = (undefined4 *)xmalloc(0x18);\n uVar2 = *(undefined4 *)(param_2 + 0x50);\n puVar1[4] = param_6;\n puVar1[2] = param_4;\n *puVar1 = uVar2;\n puVar1[1] = param_3;\n puVar1[3] = param_5;\n puVar1[5] = param_7;\n *(undefined4 **)(param_2 + 0x50) = puVar1;\n return 1;\n }\n uVar2 = FUN_0001f6b0(param_1,param_3,param_4,param_5,param_6,param_7);\n return uVar2;\n}" type_identifier (ERROR "__regparm3" identifier) (function_declarator "FUN_00020bd0(undefined4 param_1,int param_2,undefined4 param_3,undefined4 param_4,int param_5,\n undefined4 param_6,undefined4 param_7)" identifier (parameter_list "(undefined4 param_1,int param_2,undefined4 param_3,undefined4 param_4,int param_5,\n undefined4 param_6,undefined4 param_7)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "int param_2" primitive_type identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) , (parameter_declaration "undefined4 param_4" type_identifier identifier) , (parameter_declaration "int param_5" primitive_type identifier) , (parameter_declaration "undefined4 param_6" type_identifier identifier) , (parameter_declaration "undefined4 param_7" type_identifier identifier) ))) (compound_statement "{\n undefined4 *puVar1;\n undefined4 uVar2;\n \n if (((1 < param_5 - 1U) && (*(int *)(param_2 + 0x40) != 0)) &&\n ((*(int *)(param_2 + 0x2c) != 0 || (*(int *)(param_2 + 0x30) == 0)))) {\n puVar1 = (undefined4 *)xmalloc(0x18);\n uVar2 = *(undefined4 *)(param_2 + 0x50);\n puVar1[4] = param_6;\n puVar1[2] = param_4;\n *puVar1 = uVar2;\n puVar1[1] = param_3;\n puVar1[3] = param_5;\n puVar1[5] = param_7;\n *(undefined4 **)(param_2 + 0x50) = puVar1;\n return 1;\n }\n uVar2 = FUN_0001f6b0(param_1,param_3,param_4,param_5,param_6,param_7);\n return uVar2;\n}" { (declaration "undefined4 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (if_statement "if (((1 < param_5 - 1U) && (*(int *)(param_2 + 0x40) != 0)) &&\n ((*(int *)(param_2 + 0x2c) != 0 || (*(int *)(param_2 + 0x30) == 0)))) {\n puVar1 = (undefined4 *)xmalloc(0x18);\n uVar2 = *(undefined4 *)(param_2 + 0x50);\n puVar1[4] = param_6;\n puVar1[2] = param_4;\n *puVar1 = uVar2;\n puVar1[1] = param_3;\n puVar1[3] = param_5;\n puVar1[5] = param_7;\n *(undefined4 **)(param_2 + 0x50) = puVar1;\n return 1;\n }" if (parenthesized_expression "(((1 < param_5 - 1U) && (*(int *)(param_2 + 0x40) != 0)) &&\n ((*(int *)(param_2 + 0x2c) != 0 || (*(int *)(param_2 + 0x30) == 0))))" ( (binary_expression "((1 < param_5 - 1U) && (*(int *)(param_2 + 0x40) != 0)) &&\n ((*(int *)(param_2 + 0x2c) != 0 || (*(int *)(param_2 + 0x30) == 0)))" (parenthesized_expression "((1 < param_5 - 1U) && (*(int *)(param_2 + 0x40) != 0))" ( (binary_expression "(1 < param_5 - 1U) && (*(int *)(param_2 + 0x40) != 0)" (parenthesized_expression "(1 < param_5 - 1U)" ( (binary_expression "1 < param_5 - 1U" number_literal < (binary_expression "param_5 - 1U" identifier - number_literal)) )) && (parenthesized_expression "(*(int *)(param_2 + 0x40) != 0)" ( (binary_expression "*(int *)(param_2 + 0x40) != 0" (pointer_expression "*(int *)(param_2 + 0x40)" * (cast_expression "(int *)(param_2 + 0x40)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x40)" ( (binary_expression "param_2 + 0x40" identifier + number_literal) )))) != number_literal) ))) )) && (parenthesized_expression "((*(int *)(param_2 + 0x2c) != 0 || (*(int *)(param_2 + 0x30) == 0)))" ( (parenthesized_expression "(*(int *)(param_2 + 0x2c) != 0 || (*(int *)(param_2 + 0x30) == 0))" ( (binary_expression "*(int *)(param_2 + 0x2c) != 0 || (*(int *)(param_2 + 0x30) == 0)" (binary_expression "*(int *)(param_2 + 0x2c) != 0" (pointer_expression "*(int *)(param_2 + 0x2c)" * (cast_expression "(int *)(param_2 + 0x2c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x2c)" ( (binary_expression "param_2 + 0x2c" identifier + number_literal) )))) != number_literal) || (parenthesized_expression "(*(int *)(param_2 + 0x30) == 0)" ( (binary_expression "*(int *)(param_2 + 0x30) == 0" (pointer_expression "*(int *)(param_2 + 0x30)" * (cast_expression "(int *)(param_2 + 0x30)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x30)" ( (binary_expression "param_2 + 0x30" identifier + number_literal) )))) == number_literal) ))) )) ))) )) (compound_statement "{\n puVar1 = (undefined4 *)xmalloc(0x18);\n uVar2 = *(undefined4 *)(param_2 + 0x50);\n puVar1[4] = param_6;\n puVar1[2] = param_4;\n *puVar1 = uVar2;\n puVar1[1] = param_3;\n puVar1[3] = param_5;\n puVar1[5] = param_7;\n *(undefined4 **)(param_2 + 0x50) = puVar1;\n return 1;\n }" { (expression_statement "puVar1 = (undefined4 *)xmalloc(0x18);" (assignment_expression "puVar1 = (undefined4 *)xmalloc(0x18)" identifier = (cast_expression "(undefined4 *)xmalloc(0x18)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(0x18)" identifier (argument_list "(0x18)" ( number_literal ))))) ;) (expression_statement "uVar2 = *(undefined4 *)(param_2 + 0x50);" (assignment_expression "uVar2 = *(undefined4 *)(param_2 + 0x50)" identifier = (pointer_expression "*(undefined4 *)(param_2 + 0x50)" * (cast_expression "(undefined4 *)(param_2 + 0x50)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x50)" ( (binary_expression "param_2 + 0x50" identifier + number_literal) ))))) ;) (expression_statement "puVar1[4] = param_6;" (assignment_expression "puVar1[4] = param_6" (subscript_expression "puVar1[4]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar1[2] = param_4;" (assignment_expression "puVar1[2] = param_4" (subscript_expression "puVar1[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*puVar1 = uVar2;" (assignment_expression "*puVar1 = uVar2" (pointer_expression "*puVar1" * identifier) = identifier) ;) (expression_statement "puVar1[1] = param_3;" (assignment_expression "puVar1[1] = param_3" (subscript_expression "puVar1[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar1[3] = param_5;" (assignment_expression "puVar1[3] = param_5" (subscript_expression "puVar1[3]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar1[5] = param_7;" (assignment_expression "puVar1[5] = param_7" (subscript_expression "puVar1[5]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(undefined4 **)(param_2 + 0x50) = puVar1;" (assignment_expression "*(undefined4 **)(param_2 + 0x50) = puVar1" (pointer_expression "*(undefined4 **)(param_2 + 0x50)" * (cast_expression "(undefined4 **)(param_2 + 0x50)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + 0x50)" ( (binary_expression "param_2 + 0x50" identifier + number_literal) )))) = identifier) ;) (return_statement "return 1;" return number_literal ;) })) (expression_statement "uVar2 = FUN_0001f6b0(param_1,param_3,param_4,param_5,param_6,param_7);" (assignment_expression "uVar2 = FUN_0001f6b0(param_1,param_3,param_4,param_5,param_6,param_7)" identifier = (call_expression "FUN_0001f6b0(param_1,param_3,param_4,param_5,param_6,param_7)" identifier (argument_list "(param_1,param_3,param_4,param_5,param_6,param_7)" ( identifier , identifier , identifier , identifier , identifier , identifier )))) ;) (return_statement "return uVar2;" return identifier ;) })))
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression LIT < (binary_expression IDENT - LIT)) )) && (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != LIT) ))) )) && (parenthesized_expression ( (parenthesized_expression ( (binary_expression (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != LIT) || (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) ))) )) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT ))))) ;) (expression_statement (assignment_expression 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 ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (return_statement return LIT ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , IDENT , IDENT , IDENT )))) ;) (return_statement return IDENT ;) })))
(function_definition "undefined4 __regparm3\nFUN_00020bd0(undefined4 param_1,int param_2,undefined4 param_3,undefined4 param_4,int param_5,\n undefined4 param_6,undefined4 param_7)\n\n{\n undefined4 *puVar1;\n undefined4 uVar2;\n \n if (((1 < param_5 - 1U) && (*(int *)(param_2 + 0x40) != 0)) &&\n ((*(int *)(param_2 + 0x2c) != 0 || (*(int *)(param_2 + 0x30) == 0)))) {\n puVar1 = (undefined4 *)xmalloc(0x18);\n uVar2 = *(undefined4 *)(param_2 + 0x50);\n puVar1[4] = param_6;\n puVar1[2] = param_4;\n *puVar1 = uVar2;\n puVar1[1] = param_3;\n puVar1[3] = param_5;\n puVar1[5] = param_7;\n *(undefined4 **)(param_2 + 0x50) = puVar1;\n return 1;\n }\n uVar2 = FUN_0001f6b0(param_1,param_3,param_4,param_5,param_6,param_7);\n return uVar2;\n}" (type_identifier "undefined4") (ERROR "__regparm3" (identifier "__regparm3")) (function_declarator "FUN_00020bd0(undefined4 param_1,int param_2,undefined4 param_3,undefined4 param_4,int param_5,\n undefined4 param_6,undefined4 param_7)" (identifier "FUN_00020bd0") (parameter_list "(undefined4 param_1,int param_2,undefined4 param_3,undefined4 param_4,int param_5,\n undefined4 param_6,undefined4 param_7)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) (, ",") (parameter_declaration "int param_2" (primitive_type "int") (identifier "param_2")) (, ",") (parameter_declaration "undefined4 param_3" (type_identifier "undefined4") (identifier "param_3")) (, ",") (parameter_declaration "undefined4 param_4" (type_identifier "undefined4") (identifier "param_4")) (, ",") (parameter_declaration "int param_5" (primitive_type "int") (identifier "param_5")) (, ",") (parameter_declaration "undefined4 param_6" (type_identifier "undefined4") (identifier "param_6")) (, ",") (parameter_declaration "undefined4 param_7" (type_identifier "undefined4") (identifier "param_7")) () ")"))) (compound_statement "{\n undefined4 *puVar1;\n undefined4 uVar2;\n \n if (((1 < param_5 - 1U) && (*(int *)(param_2 + 0x40) != 0)) &&\n ((*(int *)(param_2 + 0x2c) != 0 || (*(int *)(param_2 + 0x30) == 0)))) {\n puVar1 = (undefined4 *)xmalloc(0x18);\n uVar2 = *(undefined4 *)(param_2 + 0x50);\n puVar1[4] = param_6;\n puVar1[2] = param_4;\n *puVar1 = uVar2;\n puVar1[1] = param_3;\n puVar1[3] = param_5;\n puVar1[5] = param_7;\n *(undefined4 **)(param_2 + 0x50) = puVar1;\n return 1;\n }\n uVar2 = FUN_0001f6b0(param_1,param_3,param_4,param_5,param_6,param_7);\n return uVar2;\n}" ({ "{") (declaration "undefined4 *puVar1;" (type_identifier "undefined4") (pointer_declarator "*puVar1" (* "*") (identifier "puVar1")) (; ";")) (declaration "undefined4 uVar2;" (type_identifier "undefined4") (identifier "uVar2") (; ";")) (if_statement "if (((1 < param_5 - 1U) && (*(int *)(param_2 + 0x40) != 0)) &&\n ((*(int *)(param_2 + 0x2c) != 0 || (*(int *)(param_2 + 0x30) == 0)))) {\n puVar1 = (undefined4 *)xmalloc(0x18);\n uVar2 = *(undefined4 *)(param_2 + 0x50);\n puVar1[4] = param_6;\n puVar1[2] = param_4;\n *puVar1 = uVar2;\n puVar1[1] = param_3;\n puVar1[3] = param_5;\n puVar1[5] = param_7;\n *(undefined4 **)(param_2 + 0x50) = puVar1;\n return 1;\n }" (if "if") (parenthesized_expression "(((1 < param_5 - 1U) && (*(int *)(param_2 + 0x40) != 0)) &&\n ((*(int *)(param_2 + 0x2c) != 0 || (*(int *)(param_2 + 0x30) == 0))))" (( "(") (binary_expression "((1 < param_5 - 1U) && (*(int *)(param_2 + 0x40) != 0)) &&\n ((*(int *)(param_2 + 0x2c) != 0 || (*(int *)(param_2 + 0x30) == 0)))" (parenthesized_expression "((1 < param_5 - 1U) && (*(int *)(param_2 + 0x40) != 0))" (( "(") (binary_expression "(1 < param_5 - 1U) && (*(int *)(param_2 + 0x40) != 0)" (parenthesized_expression "(1 < param_5 - 1U)" (( "(") (binary_expression "1 < param_5 - 1U" (number_literal "1") (< "<") (binary_expression "param_5 - 1U" (identifier "param_5") (- "-") (number_literal "1U"))) () ")")) (&& "&&") (parenthesized_expression "(*(int *)(param_2 + 0x40) != 0)" (( "(") (binary_expression "*(int *)(param_2 + 0x40) != 0" (pointer_expression "*(int *)(param_2 + 0x40)" (* "*") (cast_expression "(int *)(param_2 + 0x40)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x40)" (( "(") (binary_expression "param_2 + 0x40" (identifier "param_2") (+ "+") (number_literal "0x40")) () ")")))) (!= "!=") (number_literal "0")) () ")"))) () ")")) (&& "&&") (parenthesized_expression "((*(int *)(param_2 + 0x2c) != 0 || (*(int *)(param_2 + 0x30) == 0)))" (( "(") (parenthesized_expression "(*(int *)(param_2 + 0x2c) != 0 || (*(int *)(param_2 + 0x30) == 0))" (( "(") (binary_expression "*(int *)(param_2 + 0x2c) != 0 || (*(int *)(param_2 + 0x30) == 0)" (binary_expression "*(int *)(param_2 + 0x2c) != 0" (pointer_expression "*(int *)(param_2 + 0x2c)" (* "*") (cast_expression "(int *)(param_2 + 0x2c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x2c)" (( "(") (binary_expression "param_2 + 0x2c" (identifier "param_2") (+ "+") (number_literal "0x2c")) () ")")))) (!= "!=") (number_literal "0")) (|| "||") (parenthesized_expression "(*(int *)(param_2 + 0x30) == 0)" (( "(") (binary_expression "*(int *)(param_2 + 0x30) == 0" (pointer_expression "*(int *)(param_2 + 0x30)" (* "*") (cast_expression "(int *)(param_2 + 0x30)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x30)" (( "(") (binary_expression "param_2 + 0x30" (identifier "param_2") (+ "+") (number_literal "0x30")) () ")")))) (== "==") (number_literal "0")) () ")"))) () ")")) () ")"))) () ")")) (compound_statement "{\n puVar1 = (undefined4 *)xmalloc(0x18);\n uVar2 = *(undefined4 *)(param_2 + 0x50);\n puVar1[4] = param_6;\n puVar1[2] = param_4;\n *puVar1 = uVar2;\n puVar1[1] = param_3;\n puVar1[3] = param_5;\n puVar1[5] = param_7;\n *(undefined4 **)(param_2 + 0x50) = puVar1;\n return 1;\n }" ({ "{") (expression_statement "puVar1 = (undefined4 *)xmalloc(0x18);" (assignment_expression "puVar1 = (undefined4 *)xmalloc(0x18)" (identifier "puVar1") (= "=") (cast_expression "(undefined4 *)xmalloc(0x18)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "xmalloc(0x18)" (identifier "xmalloc") (argument_list "(0x18)" (( "(") (number_literal "0x18") () ")"))))) (; ";")) (expression_statement "uVar2 = *(undefined4 *)(param_2 + 0x50);" (assignment_expression "uVar2 = *(undefined4 *)(param_2 + 0x50)" (identifier "uVar2") (= "=") (pointer_expression "*(undefined4 *)(param_2 + 0x50)" (* "*") (cast_expression "(undefined4 *)(param_2 + 0x50)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x50)" (( "(") (binary_expression "param_2 + 0x50" (identifier "param_2") (+ "+") (number_literal "0x50")) () ")"))))) (; ";")) (expression_statement "puVar1[4] = param_6;" (assignment_expression "puVar1[4] = param_6" (subscript_expression "puVar1[4]" (identifier "puVar1") ([ "[") (number_literal "4") (] "]")) (= "=") (identifier "param_6")) (; ";")) (expression_statement "puVar1[2] = param_4;" (assignment_expression "puVar1[2] = param_4" (subscript_expression "puVar1[2]" (identifier "puVar1") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "param_4")) (; ";")) (expression_statement "*puVar1 = uVar2;" (assignment_expression "*puVar1 = uVar2" (pointer_expression "*puVar1" (* "*") (identifier "puVar1")) (= "=") (identifier "uVar2")) (; ";")) (expression_statement "puVar1[1] = param_3;" (assignment_expression "puVar1[1] = param_3" (subscript_expression "puVar1[1]" (identifier "puVar1") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "param_3")) (; ";")) (expression_statement "puVar1[3] = param_5;" (assignment_expression "puVar1[3] = param_5" (subscript_expression "puVar1[3]" (identifier "puVar1") ([ "[") (number_literal "3") (] "]")) (= "=") (identifier "param_5")) (; ";")) (expression_statement "puVar1[5] = param_7;" (assignment_expression "puVar1[5] = param_7" (subscript_expression "puVar1[5]" (identifier "puVar1") ([ "[") (number_literal "5") (] "]")) (= "=") (identifier "param_7")) (; ";")) (expression_statement "*(undefined4 **)(param_2 + 0x50) = puVar1;" (assignment_expression "*(undefined4 **)(param_2 + 0x50) = puVar1" (pointer_expression "*(undefined4 **)(param_2 + 0x50)" (* "*") (cast_expression "(undefined4 **)(param_2 + 0x50)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_2 + 0x50)" (( "(") (binary_expression "param_2 + 0x50" (identifier "param_2") (+ "+") (number_literal "0x50")) () ")")))) (= "=") (identifier "puVar1")) (; ";")) (return_statement "return 1;" (return "return") (number_literal "1") (; ";")) (} "}"))) (expression_statement "uVar2 = FUN_0001f6b0(param_1,param_3,param_4,param_5,param_6,param_7);" (assignment_expression "uVar2 = FUN_0001f6b0(param_1,param_3,param_4,param_5,param_6,param_7)" (identifier "uVar2") (= "=") (call_expression "FUN_0001f6b0(param_1,param_3,param_4,param_5,param_6,param_7)" (identifier "FUN_0001f6b0") (argument_list "(param_1,param_3,param_4,param_5,param_6,param_7)" (( "(") (identifier "param_1") (, ",") (identifier "param_3") (, ",") (identifier "param_4") (, ",") (identifier "param_5") (, ",") (identifier "param_6") (, ",") (identifier "param_7") () ")")))) (; ";")) (return_statement "return uVar2;" (return "return") (identifier "uVar2") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ type_1 __regparm3 function_1 (void *dhandle,type_2 *info,char *name,type_3 type,type_4 var_1, type_5 val) { type_6 *psVar1; type_6 *psVar2; type_1 bVar3; if (((1 < var_1 - var_2) && (info->within_function != 0)) && ((info->gcc_compiled != 0 || (info->n_opt_found == 0)))) { psVar2 = (type_6 *)var_3(0x18); psVar1 = info->pending; *(type_7 *)&psVar2->val = (type_7)val; psVar2->type = type; psVar2->next = psVar1; psVar2->name = name; psVar2->var_1 = var_1; *(type_7 *)((int)&psVar2->val + 4) = val._4_4_; info->pending = psVar2; return 1; } bVar3 = var_4(dhandle,name,type,var_1,val); return bVar3; }
null
(translation_unit (function_definition type: (type_identifier) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (number_literal) right: (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: (number_literal))))) right: (parenthesized_expression (parenthesized_expression (binary_expression left: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)) right: (parenthesized_expression (binary_expression left: (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: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (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))) (return_statement (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (identifier) (identifier) (identifier))))) (return_statement (identifier)))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 __regparm3 MASKED(undefined4 param_1,int param_2,undefined4 param_3,undefined4 param_4,int param_5, undefined4 param_6,undefined4 param_7) { undefined4 *puVar1; undefined4 uVar2; if (((1 < param_5 - 1U) && (*(int *)(param_2 + 0x40) != 0)) && ((*(int *)(param_2 + 0x2c) != 0 || (*(int *)(param_2 + 0x30) == 0)))) { puVar1 = (undefined4 *)xmalloc(0x18); uVar2 = *(undefined4 *)(param_2 + 0x50); puVar1[4] = param_6; puVar1[2] = param_4; *puVar1 = uVar2; puVar1[1] = param_3; puVar1[3] = param_5; puVar1[5] = param_7; *(undefined4 **)(param_2 + 0x50) = puVar1; return 1; } uVar2 = FUN_0001f6b0(param_1,param_3,param_4,param_5,param_6,param_7); return uVar2; }
9740_powerpc-linux-gnu-dwp_and_powerpc-linux-gnu-dwp_strip.c
_M_dispose
FUN_002395a0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* std::wstring::_Rep::_M_dispose(std::allocator<wchar_t> const&) [clone .part.13] */ void __regparm3 std::wstring::_Rep::_M_dispose(allocator *param_1) { allocator *paVar1; int iVar2; if (PTR___pthread_key_create_0038ef24 == (undefined *)0x0) { iVar2 = *(int *)(param_1 + 8); *(int *)(param_1 + 8) = iVar2 + -1; } else { LOCK(); paVar1 = param_1 + 8; iVar2 = *(int *)paVar1; *(int *)paVar1 = *(int *)paVar1 + -1; UNLOCK(); } if (0 < iVar2) { return; } _M_destroy(param_1); return; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void __regparm3 FUN_002395a0(int param_1,undefined4 param_2) { int *piVar1; int iVar2; if (PTR___pthread_key_create_0038ef24 == (undefined *)0x0) { iVar2 = *(int *)(param_1 + 8); *(int *)(param_1 + 8) = iVar2 + -1; } else { LOCK(); piVar1 = (int *)(param_1 + 8); iVar2 = *piVar1; *piVar1 = *piVar1 + -1; UNLOCK(); } if (0 < iVar2) { return; } FUN_00269d00(param_1,param_2); return; }
PUSH ESI PUSH EBX CALL 0x00035840 ADD EBX,0x155a59 SUB ESP,0x4 MOV ECX,dword ptr [EBX + 0xffffff24] TEST ECX,ECX JZ 0x002395d0 MOV ECX,0xffffffff XADD.LOCK dword ptr [EAX + 0x8],ECX TEST ECX,ECX JLE 0x002395dd ADD ESP,0x4 POP EBX POP ESI RET MOV ECX,dword ptr [EAX + 0x8] LEA ESI,[ECX + -0x1] MOV dword ptr [EAX + 0x8],ESI TEST ECX,ECX JG 0x002395c8 SUB ESP,0x8 PUSH EDX PUSH EAX CALL 0x00269d00 ADD ESP,0x10 ADD ESP,0x4 POP EBX POP ESI RET
null
null
null
null
[('const-417', u'STORE_-1203989002'), ('const-4294967295', u'INT_ADD_-1203988990'), (u'STORE_-1203988885', u'INDIRECT_-1203988737'), ('const-1', u'PTRADD_-1203988836'), ('tmp_444', u'PTRADD_-1203988950'), ('tmp_429', u'CBRANCH_-1203988865'), (u'LOAD_-1203989006', u'MULTIEQUAL_-1203988731'), ('const-8', u'PTRADD_-1203988950'), (u'INDIRECT_-1203988729', u'COPY_-1203988774'), ('const-0', u'RETURN_-1203988942'), (u'PTRADD_-1203988836', u'CAST_-1203988736'), ('const-0', u'INT_SLESS_-1203988858'), (u'MULTIEQUAL_-1203988731', u'INT_SLESS_-1203988858'), (u'LOAD_-1203989008', u'INT_ADD_-1203988990'), (u'LOAD_-1203988898', u'MULTIEQUAL_-1203988731'), (u'CAST_-1203988750', u'LOAD_-1203989006'), (u'CAST_-1203988729', u'STORE_-1203988885'), ('tmp_108', u'CBRANCH_-1203989020'), (u'PTRADD_-1203988950', u'CAST_-1203988751'), (u'INT_EQUAL_-1203989021', u'CBRANCH_-1203989020'), ('const-17', u'CALLOTHER_-1203989007'), (u'PTRADD_-1203988950', u'CAST_-1203988750'), (u'MULTIEQUAL_-1203988732', u'COPY_-1203988809'), ('const-417', u'LOAD_-1203988898'), (u'CALL_-1203988906', u'INDIRECT_-1203988729'), (u'LOAD_-1203988898', u'INT_ADD_-1203988876'), ('tmp_724', u'INT_EQUAL_-1203989021'), ('const-4294967295', u'INT_ADD_-1203988876'), ('const-1', u'PTRADD_-1203988825'), ('const-1', u'PTRADD_-1203988950'), ('tmp_444', u'PTRADD_-1203988825'), (u'PTRADD_-1203988950', u'CAST_-1203988749'), ('const-417', u'STORE_-1203988885'), (u'INT_SLESS_-1203988858', u'CBRANCH_-1203988865'), ('const-0', u'RETURN_-1203988861'), ('const-8', u'PTRADD_-1203988836'), ('const-417', u'LOAD_-1203989006'), (u'CAST_-1203988736', u'LOAD_-1203988898'), (u'STORE_-1203989002', u'INDIRECT_-1203988761'), (u'CAST_-1203988751', u'LOAD_-1203989008'), (u'CAST_-1203988749', u'STORE_-1203989002'), ('const-0', u'INT_EQUAL_-1203989021'), (u'PTRADD_-1203988825', u'CAST_-1203988729'), ('const-417', u'LOAD_-1203989008'), (u'INDIRECT_-1203988737', u'MULTIEQUAL_-1203988732'), (u'INT_ADD_-1203988990', u'STORE_-1203989002'), (u'INDIRECT_-1203988761', u'MULTIEQUAL_-1203988732'), (u'INT_ADD_-1203988876', u'STORE_-1203988885'), ('tmp_444', u'PTRADD_-1203988836'), ('tmp_444', u'CALL_-1203988906'), ('const-8', u'PTRADD_-1203988825'), ('const-18', u'CALLOTHER_-1203988989')]
[('tmp_606', u'INT_ADD_-1203988871'), (u'INT_ADD_-1203988882', u'CAST_-1203988736'), ('tmp_729', u'INT_EQUAL_-1203989021'), ('const-417', u'STORE_-1203989002'), (u'STORE_-1203988885', u'INDIRECT_-1203988737'), (u'INT_ADD_-1203988871', u'CAST_-1203988729'), ('tmp_429', u'CBRANCH_-1203988865'), (u'LOAD_-1203989006', u'MULTIEQUAL_-1203988731'), (u'INDIRECT_-1203988729', u'COPY_-1203988774'), (u'MULTIEQUAL_-1203988731', u'INT_SLESS_-1203988858'), ('const-0', u'RETURN_-1203988942'), (u'LOAD_-1203989008', u'INT_ADD_-1203988990'), (u'LOAD_-1203988898', u'MULTIEQUAL_-1203988731'), ('tmp_108', u'CBRANCH_-1203989020'), (u'CAST_-1203988729', u'STORE_-1203988885'), (u'INT_EQUAL_-1203989021', u'CBRANCH_-1203989020'), ('const-17', u'CALLOTHER_-1203989007'), (u'INT_ADD_-1203988996', u'CAST_-1203988751'), (u'MULTIEQUAL_-1203988732', u'COPY_-1203988809'), ('const-8', u'INT_ADD_-1203988996'), ('const-417', u'LOAD_-1203988898'), (u'CAST_-1203988751', u'STORE_-1203989002'), (u'CALL_-1203988906', u'INDIRECT_-1203988729'), (u'LOAD_-1203988898', u'INT_ADD_-1203988876'), ('const-8', u'INT_ADD_-1203988871'), ('const-4294967295', u'INT_ADD_-1203988876'), ('const-417', u'STORE_-1203988885'), (u'INT_SLESS_-1203988858', u'CBRANCH_-1203988865'), ('const-0', u'RETURN_-1203988861'), ('const-417', u'LOAD_-1203989006'), (u'CAST_-1203988736', u'LOAD_-1203988898'), ('tmp_606', u'INT_ADD_-1203988996'), (u'STORE_-1203989002', u'INDIRECT_-1203988761'), (u'CAST_-1203988751', u'LOAD_-1203989008'), ('const-0', u'INT_EQUAL_-1203989021'), ('const-0', u'INT_SLESS_-1203988858'), (u'CAST_-1203988751', u'LOAD_-1203989006'), ('tmp_613', u'CALL_-1203988906'), ('const-8', u'INT_ADD_-1203988882'), ('const-417', u'LOAD_-1203989008'), ('tmp_606', u'CALL_-1203988906'), (u'INDIRECT_-1203988737', u'MULTIEQUAL_-1203988732'), (u'INT_ADD_-1203988990', u'STORE_-1203989002'), ('tmp_606', u'INT_ADD_-1203988882'), ('const-4294967295', u'INT_ADD_-1203988990'), (u'INDIRECT_-1203988761', u'MULTIEQUAL_-1203988732'), (u'INT_ADD_-1203988876', u'STORE_-1203988885'), ('const-18', u'CALLOTHER_-1203988989')]
null
null
002395a0
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid __regparm3 FUN_002395a0(int param_1,undefined4 param_2)\n\n{\n int *piVar1;\n int iVar2;\n \n if (PTR___pthread_key_create_0038ef24 == (undefined *)0x0) {\n iVar2 = *(int *)(param_1 + 8);\n *(int *)(param_1 + 8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(param_1 + 8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (0 < iVar2) {\n return;\n }\n FUN_00269d00(param_1,param_2);\n return;\n}\n\n" comment (function_definition "void __regparm3 FUN_002395a0(int param_1,undefined4 param_2)\n\n{\n int *piVar1;\n int iVar2;\n \n if (PTR___pthread_key_create_0038ef24 == (undefined *)0x0) {\n iVar2 = *(int *)(param_1 + 8);\n *(int *)(param_1 + 8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(param_1 + 8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (0 < iVar2) {\n return;\n }\n FUN_00269d00(param_1,param_2);\n return;\n}" primitive_type (ERROR "__regparm3" identifier) (function_declarator "FUN_002395a0(int param_1,undefined4 param_2)" identifier (parameter_list "(int param_1,undefined4 param_2)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) ))) (compound_statement "{\n int *piVar1;\n int iVar2;\n \n if (PTR___pthread_key_create_0038ef24 == (undefined *)0x0) {\n iVar2 = *(int *)(param_1 + 8);\n *(int *)(param_1 + 8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(param_1 + 8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (0 < iVar2) {\n return;\n }\n FUN_00269d00(param_1,param_2);\n return;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (if_statement "if (PTR___pthread_key_create_0038ef24 == (undefined *)0x0) {\n iVar2 = *(int *)(param_1 + 8);\n *(int *)(param_1 + 8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(param_1 + 8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" if (parenthesized_expression "(PTR___pthread_key_create_0038ef24 == (undefined *)0x0)" ( (binary_expression "PTR___pthread_key_create_0038ef24 == (undefined *)0x0" identifier == (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar2 = *(int *)(param_1 + 8);\n *(int *)(param_1 + 8) = iVar2 + -1;\n }" { (expression_statement "iVar2 = *(int *)(param_1 + 8);" (assignment_expression "iVar2 = *(int *)(param_1 + 8)" identifier = (pointer_expression "*(int *)(param_1 + 8)" * (cast_expression "(int *)(param_1 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) ))))) ;) (expression_statement "*(int *)(param_1 + 8) = iVar2 + -1;" (assignment_expression "*(int *)(param_1 + 8) = iVar2 + -1" (pointer_expression "*(int *)(param_1 + 8)" * (cast_expression "(int *)(param_1 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) = (binary_expression "iVar2 + -1" identifier + number_literal)) ;) }) (else_clause "else {\n LOCK();\n piVar1 = (int *)(param_1 + 8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" else (compound_statement "{\n LOCK();\n piVar1 = (int *)(param_1 + 8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" { (expression_statement "LOCK();" (call_expression "LOCK()" identifier (argument_list "()" ( ))) ;) (expression_statement "piVar1 = (int *)(param_1 + 8);" (assignment_expression "piVar1 = (int *)(param_1 + 8)" identifier = (cast_expression "(int *)(param_1 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) ;) (expression_statement "iVar2 = *piVar1;" (assignment_expression "iVar2 = *piVar1" identifier = (pointer_expression "*piVar1" * identifier)) ;) (expression_statement "*piVar1 = *piVar1 + -1;" (assignment_expression "*piVar1 = *piVar1 + -1" (pointer_expression "*piVar1" * identifier) = (binary_expression "*piVar1 + -1" (pointer_expression "*piVar1" * identifier) + number_literal)) ;) (expression_statement "UNLOCK();" (call_expression "UNLOCK()" identifier (argument_list "()" ( ))) ;) }))) (if_statement "if (0 < iVar2) {\n return;\n }" if (parenthesized_expression "(0 < iVar2)" ( (binary_expression "0 < iVar2" number_literal < identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "FUN_00269d00(param_1,param_2);" (call_expression "FUN_00269d00(param_1,param_2)" identifier (argument_list "(param_1,param_2)" ( identifier , identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::wstring::_Rep::_M_dispose(std::allocator<wchar_t> const&) [clone .part.13] */\n\nvoid __regparm3 std::wstring::_Rep::_M_dispose(allocator *param_1)\n\n{\n allocator *paVar1;\n int iVar2;\n \n if (PTR___pthread_key_create_0038ef24 == (undefined *)0x0) {\n iVar2 = *(int *)(param_1 + 8);\n *(int *)(param_1 + 8) = iVar2 + -1;\n }\n else {\n LOCK();\n paVar1 = param_1 + 8;\n iVar2 = *(int *)paVar1;\n *(int *)paVar1 = *(int *)paVar1 + -1;\n UNLOCK();\n }\n if (0 < iVar2) {\n return;\n }\n _M_destroy(param_1);\n return;\n}\n\n" comment comment (declaration "void __regparm3" primitive_type identifier ;) (labeled_statement "std::wstring::_Rep::_M_dispose(allocator *param_1)\n\n{\n allocator *paVar1;\n int iVar2;\n \n if (PTR___pthread_key_create_0038ef24 == (undefined *)0x0) {\n iVar2 = *(int *)(param_1 + 8);\n *(int *)(param_1 + 8) = iVar2 + -1;\n }\n else {\n LOCK();\n paVar1 = param_1 + 8;\n iVar2 = *(int *)paVar1;\n *(int *)paVar1 = *(int *)paVar1 + -1;\n UNLOCK();\n }\n if (0 < iVar2) {\n return;\n }\n _M_destroy(param_1);\n return;\n}" statement_identifier : (ERROR ":" :) (labeled_statement "wstring::_Rep::_M_dispose(allocator *param_1)\n\n{\n allocator *paVar1;\n int iVar2;\n \n if (PTR___pthread_key_create_0038ef24 == (undefined *)0x0) {\n iVar2 = *(int *)(param_1 + 8);\n *(int *)(param_1 + 8) = iVar2 + -1;\n }\n else {\n LOCK();\n paVar1 = param_1 + 8;\n iVar2 = *(int *)paVar1;\n *(int *)paVar1 = *(int *)paVar1 + -1;\n UNLOCK();\n }\n if (0 < iVar2) {\n return;\n }\n _M_destroy(param_1);\n return;\n}" statement_identifier : (ERROR ":" :) (labeled_statement "_Rep::_M_dispose(allocator *param_1)\n\n{\n allocator *paVar1;\n int iVar2;\n \n if (PTR___pthread_key_create_0038ef24 == (undefined *)0x0) {\n iVar2 = *(int *)(param_1 + 8);\n *(int *)(param_1 + 8) = iVar2 + -1;\n }\n else {\n LOCK();\n paVar1 = param_1 + 8;\n iVar2 = *(int *)paVar1;\n *(int *)paVar1 = *(int *)paVar1 + -1;\n UNLOCK();\n }\n if (0 < iVar2) {\n return;\n }\n _M_destroy(param_1);\n return;\n}" statement_identifier : (ERROR ":_M_dispose(allocator *param_1)" : (call_expression "_M_dispose(allocator *param_1)" identifier (argument_list "(allocator *param_1)" ( (binary_expression "allocator *param_1" identifier * identifier) )))) (compound_statement "{\n allocator *paVar1;\n int iVar2;\n \n if (PTR___pthread_key_create_0038ef24 == (undefined *)0x0) {\n iVar2 = *(int *)(param_1 + 8);\n *(int *)(param_1 + 8) = iVar2 + -1;\n }\n else {\n LOCK();\n paVar1 = param_1 + 8;\n iVar2 = *(int *)paVar1;\n *(int *)paVar1 = *(int *)paVar1 + -1;\n UNLOCK();\n }\n if (0 < iVar2) {\n return;\n }\n _M_destroy(param_1);\n return;\n}" { (declaration "allocator *paVar1;" type_identifier (pointer_declarator "*paVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (if_statement "if (PTR___pthread_key_create_0038ef24 == (undefined *)0x0) {\n iVar2 = *(int *)(param_1 + 8);\n *(int *)(param_1 + 8) = iVar2 + -1;\n }\n else {\n LOCK();\n paVar1 = param_1 + 8;\n iVar2 = *(int *)paVar1;\n *(int *)paVar1 = *(int *)paVar1 + -1;\n UNLOCK();\n }" if (parenthesized_expression "(PTR___pthread_key_create_0038ef24 == (undefined *)0x0)" ( (binary_expression "PTR___pthread_key_create_0038ef24 == (undefined *)0x0" identifier == (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar2 = *(int *)(param_1 + 8);\n *(int *)(param_1 + 8) = iVar2 + -1;\n }" { (expression_statement "iVar2 = *(int *)(param_1 + 8);" (assignment_expression "iVar2 = *(int *)(param_1 + 8)" identifier = (pointer_expression "*(int *)(param_1 + 8)" * (cast_expression "(int *)(param_1 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) ))))) ;) (expression_statement "*(int *)(param_1 + 8) = iVar2 + -1;" (assignment_expression "*(int *)(param_1 + 8) = iVar2 + -1" (pointer_expression "*(int *)(param_1 + 8)" * (cast_expression "(int *)(param_1 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) = (binary_expression "iVar2 + -1" identifier + number_literal)) ;) }) (else_clause "else {\n LOCK();\n paVar1 = param_1 + 8;\n iVar2 = *(int *)paVar1;\n *(int *)paVar1 = *(int *)paVar1 + -1;\n UNLOCK();\n }" else (compound_statement "{\n LOCK();\n paVar1 = param_1 + 8;\n iVar2 = *(int *)paVar1;\n *(int *)paVar1 = *(int *)paVar1 + -1;\n UNLOCK();\n }" { (expression_statement "LOCK();" (call_expression "LOCK()" identifier (argument_list "()" ( ))) ;) (expression_statement "paVar1 = param_1 + 8;" (assignment_expression "paVar1 = param_1 + 8" identifier = (binary_expression "param_1 + 8" identifier + number_literal)) ;) (expression_statement "iVar2 = *(int *)paVar1;" (assignment_expression "iVar2 = *(int *)paVar1" identifier = (pointer_expression "*(int *)paVar1" * (cast_expression "(int *)paVar1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier))) ;) (expression_statement "*(int *)paVar1 = *(int *)paVar1 + -1;" (assignment_expression "*(int *)paVar1 = *(int *)paVar1 + -1" (pointer_expression "*(int *)paVar1" * (cast_expression "(int *)paVar1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) = (binary_expression "*(int *)paVar1 + -1" (pointer_expression "*(int *)paVar1" * (cast_expression "(int *)paVar1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal)) ;) (expression_statement "UNLOCK();" (call_expression "UNLOCK()" identifier (argument_list "()" ( ))) ;) }))) (if_statement "if (0 < iVar2) {\n return;\n }" if (parenthesized_expression "(0 < iVar2)" ( (binary_expression "0 < iVar2" number_literal < identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "_M_destroy(param_1);" (call_expression "_M_destroy(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (return_statement "return;" return ;) })))))
(translation_unit "void __regparm3 FUN_002395a0(int param_1,undefined4 param_2)\n\n{\n int *piVar1;\n int iVar2;\n \n if (PTR___pthread_key_create_0038ef24 == (undefined *)0x0) {\n iVar2 = *(int *)(param_1 + 8);\n *(int *)(param_1 + 8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(param_1 + 8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (0 < iVar2) {\n return;\n }\n FUN_00269d00(param_1,param_2);\n return;\n}\n\n" (function_definition "void __regparm3 FUN_002395a0(int param_1,undefined4 param_2)\n\n{\n int *piVar1;\n int iVar2;\n \n if (PTR___pthread_key_create_0038ef24 == (undefined *)0x0) {\n iVar2 = *(int *)(param_1 + 8);\n *(int *)(param_1 + 8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(param_1 + 8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (0 < iVar2) {\n return;\n }\n FUN_00269d00(param_1,param_2);\n return;\n}" primitive_type (ERROR "__regparm3" identifier) (function_declarator "FUN_002395a0(int param_1,undefined4 param_2)" identifier (parameter_list "(int param_1,undefined4 param_2)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) ))) (compound_statement "{\n int *piVar1;\n int iVar2;\n \n if (PTR___pthread_key_create_0038ef24 == (undefined *)0x0) {\n iVar2 = *(int *)(param_1 + 8);\n *(int *)(param_1 + 8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(param_1 + 8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (0 < iVar2) {\n return;\n }\n FUN_00269d00(param_1,param_2);\n return;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (if_statement "if (PTR___pthread_key_create_0038ef24 == (undefined *)0x0) {\n iVar2 = *(int *)(param_1 + 8);\n *(int *)(param_1 + 8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(param_1 + 8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" if (parenthesized_expression "(PTR___pthread_key_create_0038ef24 == (undefined *)0x0)" ( (binary_expression "PTR___pthread_key_create_0038ef24 == (undefined *)0x0" identifier == (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar2 = *(int *)(param_1 + 8);\n *(int *)(param_1 + 8) = iVar2 + -1;\n }" { (expression_statement "iVar2 = *(int *)(param_1 + 8);" (assignment_expression "iVar2 = *(int *)(param_1 + 8)" identifier = (pointer_expression "*(int *)(param_1 + 8)" * (cast_expression "(int *)(param_1 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) ))))) ;) (expression_statement "*(int *)(param_1 + 8) = iVar2 + -1;" (assignment_expression "*(int *)(param_1 + 8) = iVar2 + -1" (pointer_expression "*(int *)(param_1 + 8)" * (cast_expression "(int *)(param_1 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) = (binary_expression "iVar2 + -1" identifier + number_literal)) ;) }) (else_clause "else {\n LOCK();\n piVar1 = (int *)(param_1 + 8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" else (compound_statement "{\n LOCK();\n piVar1 = (int *)(param_1 + 8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" { (expression_statement "LOCK();" (call_expression "LOCK()" identifier (argument_list "()" ( ))) ;) (expression_statement "piVar1 = (int *)(param_1 + 8);" (assignment_expression "piVar1 = (int *)(param_1 + 8)" identifier = (cast_expression "(int *)(param_1 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) ;) (expression_statement "iVar2 = *piVar1;" (assignment_expression "iVar2 = *piVar1" identifier = (pointer_expression "*piVar1" * identifier)) ;) (expression_statement "*piVar1 = *piVar1 + -1;" (assignment_expression "*piVar1 = *piVar1 + -1" (pointer_expression "*piVar1" * identifier) = (binary_expression "*piVar1 + -1" (pointer_expression "*piVar1" * identifier) + number_literal)) ;) (expression_statement "UNLOCK();" (call_expression "UNLOCK()" identifier (argument_list "()" ( ))) ;) }))) (if_statement "if (0 < iVar2) {\n return;\n }" if (parenthesized_expression "(0 < iVar2)" ( (binary_expression "0 < iVar2" number_literal < identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "FUN_00269d00(param_1,param_2);" (call_expression "FUN_00269d00(param_1,param_2)" identifier (argument_list "(param_1,param_2)" ( identifier , identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration 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 = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression IDENT + LIT)) ;) }) (else_clause else (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression (pointer_expression * IDENT) + LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (compound_statement { (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (return_statement return ;) })))
(function_definition "void __regparm3 FUN_002395a0(int param_1,undefined4 param_2)\n\n{\n int *piVar1;\n int iVar2;\n \n if (PTR___pthread_key_create_0038ef24 == (undefined *)0x0) {\n iVar2 = *(int *)(param_1 + 8);\n *(int *)(param_1 + 8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(param_1 + 8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (0 < iVar2) {\n return;\n }\n FUN_00269d00(param_1,param_2);\n return;\n}" (primitive_type "void") (ERROR "__regparm3" (identifier "__regparm3")) (function_declarator "FUN_002395a0(int param_1,undefined4 param_2)" (identifier "FUN_002395a0") (parameter_list "(int param_1,undefined4 param_2)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) () ")"))) (compound_statement "{\n int *piVar1;\n int iVar2;\n \n if (PTR___pthread_key_create_0038ef24 == (undefined *)0x0) {\n iVar2 = *(int *)(param_1 + 8);\n *(int *)(param_1 + 8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(param_1 + 8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (0 < iVar2) {\n return;\n }\n FUN_00269d00(param_1,param_2);\n return;\n}" ({ "{") (declaration "int *piVar1;" (primitive_type "int") (pointer_declarator "*piVar1" (* "*") (identifier "piVar1")) (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (if_statement "if (PTR___pthread_key_create_0038ef24 == (undefined *)0x0) {\n iVar2 = *(int *)(param_1 + 8);\n *(int *)(param_1 + 8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(param_1 + 8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" (if "if") (parenthesized_expression "(PTR___pthread_key_create_0038ef24 == (undefined *)0x0)" (( "(") (binary_expression "PTR___pthread_key_create_0038ef24 == (undefined *)0x0" (identifier "PTR___pthread_key_create_0038ef24") (== "==") (cast_expression "(undefined *)0x0" (( "(") (type_descriptor "undefined *" (type_identifier "undefined") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n iVar2 = *(int *)(param_1 + 8);\n *(int *)(param_1 + 8) = iVar2 + -1;\n }" ({ "{") (expression_statement "iVar2 = *(int *)(param_1 + 8);" (assignment_expression "iVar2 = *(int *)(param_1 + 8)" (identifier "iVar2") (= "=") (pointer_expression "*(int *)(param_1 + 8)" (* "*") (cast_expression "(int *)(param_1 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 8)" (( "(") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")"))))) (; ";")) (expression_statement "*(int *)(param_1 + 8) = iVar2 + -1;" (assignment_expression "*(int *)(param_1 + 8) = iVar2 + -1" (pointer_expression "*(int *)(param_1 + 8)" (* "*") (cast_expression "(int *)(param_1 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 8)" (( "(") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")")))) (= "=") (binary_expression "iVar2 + -1" (identifier "iVar2") (+ "+") (number_literal "-1"))) (; ";")) (} "}")) (else_clause "else {\n LOCK();\n piVar1 = (int *)(param_1 + 8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" (else "else") (compound_statement "{\n LOCK();\n piVar1 = (int *)(param_1 + 8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" ({ "{") (expression_statement "LOCK();" (call_expression "LOCK()" (identifier "LOCK") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "piVar1 = (int *)(param_1 + 8);" (assignment_expression "piVar1 = (int *)(param_1 + 8)" (identifier "piVar1") (= "=") (cast_expression "(int *)(param_1 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 8)" (( "(") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")")))) (; ";")) (expression_statement "iVar2 = *piVar1;" (assignment_expression "iVar2 = *piVar1" (identifier "iVar2") (= "=") (pointer_expression "*piVar1" (* "*") (identifier "piVar1"))) (; ";")) (expression_statement "*piVar1 = *piVar1 + -1;" (assignment_expression "*piVar1 = *piVar1 + -1" (pointer_expression "*piVar1" (* "*") (identifier "piVar1")) (= "=") (binary_expression "*piVar1 + -1" (pointer_expression "*piVar1" (* "*") (identifier "piVar1")) (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "UNLOCK();" (call_expression "UNLOCK()" (identifier "UNLOCK") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))) (if_statement "if (0 < iVar2) {\n return;\n }" (if "if") (parenthesized_expression "(0 < iVar2)" (( "(") (binary_expression "0 < iVar2" (number_literal "0") (< "<") (identifier "iVar2")) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_00269d00(param_1,param_2);" (call_expression "FUN_00269d00(param_1,param_2)" (identifier "FUN_00269d00") (argument_list "(param_1,param_2)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* std::wstring::_Rep::_M_dispose(std::allocator<wchar_t> const&) [clone .part.13] */ void __regparm3 std::wstring::_Rep::_M_dispose(type_1 *var_2) { type_1 *paVar1; int var_3; if (var_1 == (type_2 *)0x0) { var_3 = *(int *)(var_2 + 8); *(int *)(var_2 + 8) = var_3 + -1; } else { var_4(); paVar1 = var_2 + 8; var_3 = *(int *)paVar1; *(int *)paVar1 = *(int *)paVar1 + -1; var_5(); } if (0 < var_3) { return; } var_6(var_2); return; }
null
(translation_unit (function_definition type: (primitive_type) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (identifier) right: (number_literal))))) alternative: (else_clause (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) consequence: (compound_statement (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (return_statement))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void __regparm3 MASKED(int param_1,undefined4 param_2) { int *piVar1; int iVar2; if (PTR___pthread_key_create_0038ef24 == (undefined *)0x0) { iVar2 = *(int *)(param_1 + 8); *(int *)(param_1 + 8) = iVar2 + -1; } else { LOCK(); piVar1 = (int *)(param_1 + 8); iVar2 = *piVar1; *piVar1 = *piVar1 + -1; UNLOCK(); } if (0 < iVar2) { return; } FUN_00269d00(param_1,param_2); return; }
1424_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c
~Struct_fuse_ld
FUN_00043600
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Struct_fuse_ld(Struct_fuse_ld * this, int __in_chrg) */ void __thiscall gold::General_options::Struct_fuse_ld::~Struct_fuse_ld(Struct_fuse_ld *this,int __in_chrg) { }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00043600(undefined4 *param_1) { *param_1 = &PTR_FUN_00405360; if ((undefined4 *)param_1[1] != param_1 + 3) { FUN_00248220((undefined4 *)param_1[1]); } FUN_00248200(param_1,0x44); return; }
PUSH ESI PUSH EBX CALL 0x0003a210 ADD EBX,0x3d09f9 SUB ESP,0x4 MOV ESI,dword ptr [ESP + 0x10] LEA EDX,[ESI + 0xc] LEA EAX,[EBX + 0xffff1360] MOV dword ptr [ESI],EAX MOV EAX,dword ptr [ESI + 0x4] CMP EAX,EDX JZ 0x00043632 SUB ESP,0xc PUSH EAX CALL 0x00248220 ADD ESP,0x10 SUB ESP,0x8 PUSH 0x44 PUSH ESI CALL 0x00248200 ADD ESP,0x14 POP EBX POP ESI RET
null
null
null
null
[('const-1', u'RETURN_-1206176234')]
[('const-417', u'STORE_-1206176189'), ('tmp_597', u'CALL_-1206176102'), ('const-4', u'PTRADD_-1206175983'), ('const-68', u'CALL_-1206176102'), ('const-4', u'PTRADD_-1206175971'), (u'PTRADD_-1206175983', u'INT_NOTEQUAL_-1206176166'), (u'PTRSUB_-1206175974', u'STORE_-1206176189'), (u'CAST_-1206175971', u'INT_NOTEQUAL_-1206176166'), (u'INT_NOTEQUAL_-1206176166', u'CBRANCH_-1206176166'), ('tmp_597', u'PTRADD_-1206175983'), ('const-0', u'PTRSUB_-1206175974'), ('const-4215648', u'PTRSUB_-1206175974'), ('const-417', u'LOAD_-1206176186'), ('tmp_597', u'PTRADD_-1206175971'), ('const-1', u'PTRADD_-1206175971'), ('const-3', u'PTRADD_-1206175983'), (u'LOAD_-1206176186', u'CAST_-1206175971'), (u'CAST_-1206175971', u'CALL_-1206176143'), ('tmp_135', u'CBRANCH_-1206176166'), ('const-0', u'RETURN_-1206176069'), ('tmp_597', u'STORE_-1206176189'), (u'PTRADD_-1206175971', u'LOAD_-1206176186')]
null
null
00043600
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00043600(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00405360;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }\n FUN_00248200(param_1,0x44);\n return;\n}\n\n" comment (function_definition "void FUN_00043600(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00405360;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }\n FUN_00248200(param_1,0x44);\n return;\n}" primitive_type (function_declarator "FUN_00043600(undefined4 *param_1)" identifier (parameter_list "(undefined4 *param_1)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_00405360;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }\n FUN_00248200(param_1,0x44);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_00405360;" (assignment_expression "*param_1 = &PTR_FUN_00405360" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00405360" & identifier)) ;) (if_statement "if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }" if (parenthesized_expression "((undefined4 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined4 *)param_1[1] != param_1 + 3" (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" 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_00248220((undefined4 *)param_1[1]);\n }" { (expression_statement "FUN_00248220((undefined4 *)param_1[1]);" (call_expression "FUN_00248220((undefined4 *)param_1[1])" identifier (argument_list "((undefined4 *)param_1[1])" ( (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) ))) ;) })) (expression_statement "FUN_00248200(param_1,0x44);" (call_expression "FUN_00248200(param_1,0x44)" identifier (argument_list "(param_1,0x44)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Struct_fuse_ld(Struct_fuse_ld * this, int __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_fuse_ld::~Struct_fuse_ld(Struct_fuse_ld *this,int __in_chrg)\n\n{\n}\n\n" comment comment (function_definition "void __thiscall\ngold::General_options::Struct_fuse_ld::~Struct_fuse_ld(Struct_fuse_ld *this,int __in_chrg)\n\n{\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::General_options::Struct_fuse_ld::~" identifier : : identifier : : identifier : : ~) (function_declarator "Struct_fuse_ld(Struct_fuse_ld *this,int __in_chrg)" identifier (parameter_list "(Struct_fuse_ld *this,int __in_chrg)" ( (parameter_declaration "Struct_fuse_ld *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "int __in_chrg" primitive_type identifier) ))) (compound_statement "{\n}" { })))
(translation_unit "void FUN_00043600(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00405360;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }\n FUN_00248200(param_1,0x44);\n return;\n}\n\n" (function_definition "void FUN_00043600(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00405360;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }\n FUN_00248200(param_1,0x44);\n return;\n}" primitive_type (function_declarator "FUN_00043600(undefined4 *param_1)" identifier (parameter_list "(undefined4 *param_1)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_00405360;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }\n FUN_00248200(param_1,0x44);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_00405360;" (assignment_expression "*param_1 = &PTR_FUN_00405360" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00405360" & identifier)) ;) (if_statement "if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }" if (parenthesized_expression "((undefined4 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined4 *)param_1[1] != param_1 + 3" (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" 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_00248220((undefined4 *)param_1[1]);\n }" { (expression_statement "FUN_00248220((undefined4 *)param_1[1]);" (call_expression "FUN_00248220((undefined4 *)param_1[1])" identifier (argument_list "((undefined4 *)param_1[1])" ( (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) ))) ;) })) (expression_statement "FUN_00248200(param_1,0x44);" (call_expression "FUN_00248200(param_1,0x44)" identifier (argument_list "(param_1,0x44)" ( 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 ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_00043600(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00405360;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }\n FUN_00248200(param_1,0x44);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00043600(undefined4 *param_1)" (identifier "FUN_00043600") (parameter_list "(undefined4 *param_1)" (( "(") (parameter_declaration "undefined4 *param_1" (type_identifier "undefined4") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n *param_1 = &PTR_FUN_00405360;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }\n FUN_00248200(param_1,0x44);\n return;\n}" ({ "{") (expression_statement "*param_1 = &PTR_FUN_00405360;" (assignment_expression "*param_1 = &PTR_FUN_00405360" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_00405360" (& "&") (identifier "PTR_FUN_00405360"))) (; ";")) (if_statement "if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }" (if "if") (parenthesized_expression "((undefined4 *)param_1[1] != param_1 + 3)" (( "(") (binary_expression "(undefined4 *)param_1[1] != param_1 + 3" (cast_expression "(undefined4 *)param_1[1]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (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_00248220((undefined4 *)param_1[1]);\n }" ({ "{") (expression_statement "FUN_00248220((undefined4 *)param_1[1]);" (call_expression "FUN_00248220((undefined4 *)param_1[1])" (identifier "FUN_00248220") (argument_list "((undefined4 *)param_1[1])" (( "(") (cast_expression "(undefined4 *)param_1[1]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_00248200(param_1,0x44);" (call_expression "FUN_00248200(param_1,0x44)" (identifier "FUN_00248200") (argument_list "(param_1,0x44)" (( "(") (identifier "param_1") (, ",") (number_literal "0x44") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Struct_fuse_ld(Struct_fuse_ld * this, int __in_chrg) */ void __thiscall gold::General_options::function_1::~function_1(function_1 *this,int __in_chrg) { }
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)))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))) (return_statement))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(undefined4 *param_1) { *param_1 = &PTR_FUN_00405360; if ((undefined4 *)param_1[1] != param_1 + 3) { FUN_00248220((undefined4 *)param_1[1]); } FUN_00248200(param_1,0x44); return; }
3587_powerpc-linux-gnuspe-dwp_and_powerpc-linux-gnuspe-dwp_strip.c
section_contents
FUN_000be1b0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: Location section_contents(Elf_file<32,_true,_gold::Object> * this, uint shndx) */ Location * __thiscall elfcpp::Elf_file<32,_true,_gold::Object>::section_contents (Elf_file<32,_true,_gold::Object> *this,uint shndx) { Object *this_00; uint uVar1; uint uVar2; uchar *puVar3; char *format; off_t start; Location *in_stack_00000004; Object *in_stack_ffffffd4; this_00 = this->file_; initialize_shnum(this); if (this->shnum_ <= shndx) { initialize_shnum(this); uVar1 = this->shnum_; format = (char *)gettext(); gold::Object::error(this_00,format,shndx,uVar1); } start = section_header_offset(this,shndx); if (this_00->input_file_ != (Input_file *)0x0) { puVar3 = gold::File_read::get_view (&this_00->input_file_->file_,this_00->offset_,start,0x28,true,true); *(undefined4 *)((int)&in_stack_00000004->file_offset + 4) = 0; uVar1 = *(uint *)(puVar3 + 0x14); uVar2 = *(uint *)(puVar3 + 0x10); *(undefined4 *)((int)&in_stack_00000004->data_size + 4) = 0; *(uint *)&in_stack_00000004->file_offset = uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 | uVar2 << 0x18; *(uint *)&in_stack_00000004->data_size = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18; return in_stack_00000004; } /* WARNING: Subroutine does not return */ gold::Object::input_file(in_stack_ffffffd4); }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ uint * FUN_000be1b0(uint *param_1,int *param_2,uint param_3) { uint uVar1; uint uVar2; int iVar3; int iVar4; undefined4 uVar5; undefined8 uVar6; iVar4 = *param_2; FUN_000519b0(param_2); if ((uint)param_2[3] <= param_3) { FUN_000519b0(param_2); iVar3 = param_2[3]; uVar5 = gettext("section_contents: bad shndx %u >= %u"); FUN_000b1840(iVar4,uVar5,param_3,iVar3); } uVar6 = FUN_00054560(param_2,param_3); if (*(int *)(iVar4 + 0x1c) != 0) { iVar4 = FUN_000687f0(*(int *)(iVar4 + 0x1c) + 0x1c,*(undefined4 *)(iVar4 + 0x20), *(undefined4 *)(iVar4 + 0x24),uVar6,0x28,1,1); param_1[1] = 0; uVar1 = *(uint *)(iVar4 + 0x14); uVar2 = *(uint *)(iVar4 + 0x10); param_1[3] = 0; *param_1 = uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 | uVar2 << 0x18; param_1[2] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18; return param_1; } /* WARNING: Subroutine does not return */ FUN_000b1650(); }
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x00035840 ADD EBX,0x2d0e47 SUB ESP,0x28 MOV EDI,dword ptr [ESP + 0x40] MOV ESI,dword ptr [ESP + 0x3c] MOV EBP,dword ptr [EDI] PUSH EDI CALL 0x000519b0 ADD ESP,0x10 MOV EAX,dword ptr [EDI + 0xc] CMP dword ptr [ESP + 0x38],EAX JNC 0x000be238 SUB ESP,0x8 PUSH dword ptr [ESP + 0x40] PUSH EDI CALL 0x00054560 MOV ECX,dword ptr [EBP + 0x1c] ADD ESP,0x10 TEST ECX,ECX JZ 0x000be271 ADD ECX,0x1c PUSH 0x1 PUSH 0x1 PUSH 0x28 PUSH EDX PUSH EAX PUSH dword ptr [EBP + 0x24] PUSH dword ptr [EBP + 0x20] PUSH ECX CALL 0x000687f0 MOV dword ptr [ESI + 0x4],0x0 MOV EDX,dword ptr [EAX + 0x14] MOV EAX,dword ptr [EAX + 0x10] MOV dword ptr [ESI + 0xc],0x0 BSWAP EAX BSWAP EDX MOV dword ptr [ESI],EAX MOV EAX,ESI MOV dword ptr [ESI + 0x8],EDX ADD ESP,0x3c POP EBX POP ESI POP EDI POP EBP RET 0x4 SUB ESP,0xc PUSH EDI CALL 0x000519b0 MOV ECX,dword ptr [EDI + 0xc] LEA EAX,[EBX + 0xffef1a94] MOV dword ptr [ESP],EAX MOV dword ptr [ESP + 0x1c],ECX CALL 0x000293b0 ADD ESP,0x10 MOV ECX,dword ptr [ESP + 0xc] PUSH ECX PUSH dword ptr [ESP + 0x3c] PUSH EAX PUSH EBP CALL 0x000b1840 ADD ESP,0x10 JMP 0x000be1de CALL 0x000b1650
null
null
null
null
[('tmp_2021', u'PTRSUB_-1206590242'), (u'LOAD_-1206590989', u'PTRSUB_-1206590293'), (u'CALL_-1206590584', u'INDIRECT_-1206590239'), (u'CAST_-1206590221', u'STORE_-1206590747'), (u'INT_LEFT_-1206590729', u'INT_OR_-1206590729'), (u'INT_ADD_-1206590303', u'CAST_-1206590250'), ('const-20', u'PTRADD_-1206590734'), ('const-16711680', u'INT_AND_-1206590748'), (u'INDIRECT_-1206590239', u'MULTIEQUAL_-1206590370'), ('const-0', u'RETURN_-1206590693'), ('const-16711680', u'INT_AND_-1206590735'), ('const-8', u'INT_LEFT_-1206590742'), (u'COPY_-1206590746', u'RETURN_-1206590693'), ('const-4', u'INT_ADD_-1206590288'), ('const-1', u'PTRADD_-1206590728'), (u'LOAD_-1206590336', u'CALL_-1206590808'), ('tmp_841', u'CALL_-1206590584'), (u'INT_RIGHT_-1206590746', u'INT_OR_-1206590745'), ('const-24', u'INT_LEFT_-1206590726'), (u'PTRADD_-1206590728', u'CAST_-1206590238'), (u'CALL_-1206590903', u'INDIRECT_-1206590364'), (u'INT_LESSEQUAL_-1206590938', u'CBRANCH_-1206590935'), (u'INT_LEFT_-1206590742', u'INT_OR_-1206590742'), ('tmp_840', u'PTRSUB_-1206590198'), ('const-1', u'CALL_-1206590808'), (u'PTRSUB_-1206590224', u'CAST_-1206590216'), (u'PTRSUB_-1206590267', u'LOAD_-1206590336'), (u'LOAD_-1206590796', u'INT_AND_-1206590735'), (u'LOAD_-1206590790', u'INT_RIGHT_-1206590746'), ('const-8', u'INT_RIGHT_-1206590731'), (u'LOAD_-1206590796', u'INT_RIGHT_-1206590733'), (u'CAST_-1206590251', u'INT_ADD_-1206590303'), (u'LOAD_-1206590790', u'INT_AND_-1206590745'), (u'PTRSUB_-1206590282', u'CALL_-1206590808'), (u'INT_OR_-1206590742', u'INT_OR_-1206590739'), ('const-24', u'INT_RIGHT_-1206590733'), (u'INT_AND_-1206590745', u'INT_LEFT_-1206590742'), (u'INT_OR_-1206590745', u'INT_OR_-1206590742'), (u'LOAD_-1206590790', u'INT_AND_-1206590748'), (u'PTRSUB_-1206590328', u'LOAD_-1206590989'), ('const-417', u'LOAD_-1206590960'), (u'LOAD_-1206590989', u'CALL_-1206590584'), ('const-0', u'STORE_-1206590804'), (u'INT_NOTEQUAL_-1206590870', u'CBRANCH_-1206590870'), (u'LOAD_-1206590796', u'INT_LEFT_-1206590726'), ('tmp_840', u'CALL_-1206590974'), (u'CALL_-1206590808', u'PTRADD_-1206590734'), ('const-16', u'PTRADD_-1206590728'), (u'INT_RIGHT_-1206590744', u'INT_OR_-1206590745'), ('const-1', u'CALL_-1206590808'), ('tmp_2021', u'PTRSUB_-1206590257'), ('const-0', u'STORE_-1206590782'), ('const-65280', u'INT_AND_-1206590745'), ('const-8', u'INT_LEFT_-1206590729'), ('const-4', u'INT_ADD_-1206590303'), ('tmp_808', u'BRANCH_-1206590569'), ('tmp_840', u'PTRSUB_-1206590328'), (u'PTRSUB_-1206590293', u'LOAD_-1206590901'), (u'CAST_-1206590242', u'LOAD_-1206590796'), (u'INT_OR_-1206590739', u'STORE_-1206590747'), ('const-1', u'RETURN_-1206590625'), (u'LOAD_-1206590989', u'PTRSUB_-1206590267'), (u'CALL_-1206590808', u'PTRADD_-1206590728'), ('const-417', u'LOAD_-1206590664'), ('tmp_841', u'INT_LESSEQUAL_-1206590938'), ('const-12', u'PTRSUB_-1206590316'), (u'INT_AND_-1206590735', u'INT_RIGHT_-1206590731'), (u'INT_AND_-1206590732', u'INT_LEFT_-1206590729'), (u'INT_OR_-1206590732', u'INT_OR_-1206590729'), ('const-24', u'INT_LEFT_-1206590739'), (u'LOAD_-1206590960', u'INT_LESSEQUAL_-1206590938'), ('tmp_199', u'CBRANCH_-1206590935'), (u'INT_ADD_-1206590288', u'CAST_-1206590233'), ('const-28', u'PTRSUB_-1206590282'), (u'INT_RIGHT_-1206590733', u'INT_OR_-1206590732'), (u'CAST_-1206590234', u'INT_ADD_-1206590288'), ('tmp_2021', u'COPY_-1206590746'), (u'INDIRECT_-1206590364', u'CALL_-1206590630'), ('const-417', u'LOAD_-1206590790'), (u'CAST_-1206590216', u'STORE_-1206590739'), (u'CAST_-1206590183', u'CALL_-1206590584'), ('const-24', u'INT_RIGHT_-1206590746'), (u'PTRADD_-1206590734', u'CAST_-1206590242'), ('const-0', u'INT_NOTEQUAL_-1206590870'), ('const-8', u'INT_RIGHT_-1206590744'), (u'CALL_-1206590632', u'CAST_-1206590183'), (u'INT_LEFT_-1206590739', u'INT_OR_-1206590739'), ('tmp_2021', u'PTRSUB_-1206590229'), (u'LOAD_-1206590901', u'PTRSUB_-1206590282'), ('const-0', u'PTRSUB_-1206590257'), ('tmp_840', u'CALL_-1206590666'), ('tmp_840', u'CALL_-1206590903'), ('const-417', u'LOAD_-1206590901'), (u'INT_OR_-1206590729', u'INT_OR_-1206590726'), (u'LOAD_-1206590790', u'INT_LEFT_-1206590739'), (u'INT_LEFT_-1206590726', u'INT_OR_-1206590726'), ('const-417', u'LOAD_-1206590336'), (u'PTRSUB_-1206590257', u'CAST_-1206590251'), (u'LOAD_-1206590664', u'CALL_-1206590584'), (u'CAST_-1206590250', u'STORE_-1206590804'), ('tmp_840', u'PTRSUB_-1206590316'), (u'PTRSUB_-1206590316', u'LOAD_-1206590960'), ('const-417', u'STORE_-1206590782'), (u'CAST_-1206590233', u'STORE_-1206590782'), ('const-0', u'PTRSUB_-1206590328'), (u'CALL_-1206590632', u'INDIRECT_-1206590259'), ('tmp_841', u'CALL_-1206590903'), (u'PTRSUB_-1206590242', u'CAST_-1206590234'), ('const-417', u'STORE_-1206590739'), (u'INT_RIGHT_-1206590731', u'INT_OR_-1206590732'), ('const-12', u'PTRSUB_-1206590198'), (u'CAST_-1206590238', u'LOAD_-1206590790'), ('const-8', u'PTRSUB_-1206590242'), (u'PTRSUB_-1206590229', u'CAST_-1206590221'), (u'CALL_-1206590903', u'CALL_-1206590808'), ('tmp_315', u'CBRANCH_-1206590870'), (u'INT_OR_-1206590726', u'STORE_-1206590739'), (u'PTRSUB_-1206590198', u'LOAD_-1206590664'), ('const-417', u'LOAD_-1206590796'), ('const-65280', u'INT_AND_-1206590732'), ('const-32', u'PTRSUB_-1206590267'), (u'INDIRECT_-1206590393', u'MULTIEQUAL_-1206590370'), ('const-417', u'STORE_-1206590804'), ('const-28', u'PTRSUB_-1206590293'), ('const-1', u'PTRADD_-1206590734'), ('tmp_2021', u'PTRSUB_-1206590224'), ('const-0', u'PTRSUB_-1206590229'), ('const-8', u'PTRSUB_-1206590224'), (u'CALL_-1206590974', u'INDIRECT_-1206590393'), (u'LOAD_-1206590901', u'INT_NOTEQUAL_-1206590870'), ('const-40', u'CALL_-1206590808'), ('const-417', u'LOAD_-1206590989'), ('const-417', u'STORE_-1206590747'), (u'CALL_-1206590666', u'INDIRECT_-1206590281'), (u'LOAD_-1206590796', u'INT_AND_-1206590732'), (u'INT_AND_-1206590748', u'INT_RIGHT_-1206590744')]
[(u'CAST_-1206590295', u'LOAD_-1206590796'), (u'PTRADD_-1206590279', u'STORE_-1206590739'), (u'INT_LEFT_-1206590729', u'INT_OR_-1206590729'), ('const-2624148', u'COPY_-1206590306'), (u'LOAD_-1206590989', u'INT_ADD_-1206590810'), ('const-16711680', u'INT_AND_-1206590748'), ('tmp_1956', u'PTRADD_-1206590365'), ('const-0', u'RETURN_-1206590693'), ('const-16711680', u'INT_AND_-1206590735'), ('const-8', u'INT_LEFT_-1206590742'), (u'PTRADD_-1206590253', u'LOAD_-1206590664'), (u'INT_ADD_-1206590818', u'CAST_-1206590316'), (u'LOAD_-1206590834', u'CALL_-1206590808'), (u'COPY_-1206590746', u'RETURN_-1206590693'), (u'CAST_-1206590338', u'LOAD_-1206590901'), ('const-16', u'INT_ADD_-1206590774'), ('const-3', u'PTRADD_-1206590253'), (u'INT_RIGHT_-1206590746', u'INT_OR_-1206590745'), ('const-20', u'INT_ADD_-1206590780'), ('const-24', u'INT_LEFT_-1206590726'), (u'INT_LESSEQUAL_-1206590938', u'CBRANCH_-1206590935'), (u'INT_LEFT_-1206590742', u'INT_OR_-1206590742'), (u'LOAD_-1206590796', u'INT_AND_-1206590735'), (u'LOAD_-1206590790', u'INT_RIGHT_-1206590746'), ('const-8', u'INT_RIGHT_-1206590731'), ('const-32', u'INT_ADD_-1206590810'), (u'LOAD_-1206590796', u'INT_RIGHT_-1206590733'), (u'LOAD_-1206590790', u'INT_AND_-1206590745'), (u'INT_OR_-1206590742', u'INT_OR_-1206590739'), ('const-24', u'INT_RIGHT_-1206590733'), ('tmp_1957', u'STORE_-1206590747'), (u'INT_AND_-1206590745', u'INT_LEFT_-1206590742'), (u'INT_OR_-1206590745', u'INT_OR_-1206590742'), (u'LOAD_-1206590790', u'INT_AND_-1206590748'), ('const-36', u'INT_ADD_-1206590818'), (u'LOAD_-1206590826', u'CALL_-1206590808'), (u'INT_ADD_-1206590810', u'CAST_-1206590312'), ('const-4', u'PTRADD_-1206590253'), (u'LOAD_-1206590989', u'CALL_-1206590584'), ('const-417', u'STORE_-1206590782'), (u'INT_NOTEQUAL_-1206590870', u'CBRANCH_-1206590870'), (u'CALL_-1206590808', u'INT_ADD_-1206590780'), (u'LOAD_-1206590796', u'INT_LEFT_-1206590726'), ('const-417', u'LOAD_-1206590901'), (u'LOAD_-1206590960', u'CAST_-1206590358'), (u'LOAD_-1206590989', u'INT_ADD_-1206590818'), (u'INT_RIGHT_-1206590744', u'INT_OR_-1206590745'), (u'COPY_-1206590306', u'CALL_-1206590632'), ('const-2', u'PTRADD_-1206590279'), ('const-65280', u'INT_AND_-1206590745'), ('const-3', u'PTRADD_-1206590365'), ('const-8', u'INT_LEFT_-1206590729'), ('tmp_808', u'BRANCH_-1206590569'), ('const-417', u'STORE_-1206590739'), (u'INT_OR_-1206590739', u'STORE_-1206590747'), ('const-1', u'RETURN_-1206590625'), (u'CAST_-1206590312', u'LOAD_-1206590826'), (u'CALL_-1206590808', u'INT_ADD_-1206590774'), ('const-417', u'STORE_-1206590747'), ('const-417', u'STORE_-1206590804'), ('const-1', u'CALL_-1206590808'), (u'INT_AND_-1206590735', u'INT_RIGHT_-1206590731'), (u'INT_AND_-1206590732', u'INT_LEFT_-1206590729'), (u'INT_OR_-1206590732', u'INT_OR_-1206590729'), ('const-24', u'INT_LEFT_-1206590739'), ('tmp_1956', u'LOAD_-1206590989'), ('tmp_199', u'CBRANCH_-1206590935'), ('const-28', u'INT_ADD_-1206590851'), ('const-0', u'STORE_-1206590804'), ('tmp_1956', u'CALL_-1206590903'), (u'INT_RIGHT_-1206590733', u'INT_OR_-1206590732'), (u'CAST_-1206590358', u'INT_LESSEQUAL_-1206590938'), ('const-4', u'PTRADD_-1206590365'), ('const-0', u'STORE_-1206590782'), ('const-417', u'LOAD_-1206590989'), ('const-4', u'PTRADD_-1206590309'), ('const-24', u'INT_RIGHT_-1206590746'), ('const-0', u'INT_NOTEQUAL_-1206590870'), ('const-4', u'PTRADD_-1206590295'), ('const-8', u'INT_RIGHT_-1206590744'), (u'CALL_-1206590632', u'CALL_-1206590584'), (u'LOAD_-1206590989', u'INT_ADD_-1206590885'), (u'INT_LEFT_-1206590739', u'INT_OR_-1206590739'), ('const-417', u'LOAD_-1206590960'), (u'INT_OR_-1206590729', u'INT_OR_-1206590726'), (u'LOAD_-1206590790', u'INT_LEFT_-1206590739'), ('tmp_1958', u'INT_LESSEQUAL_-1206590938'), (u'INT_LEFT_-1206590726', u'INT_OR_-1206590726'), (u'PTRADD_-1206590365', u'LOAD_-1206590960'), (u'INT_ADD_-1206590774', u'CAST_-1206590291'), (u'LOAD_-1206590664', u'CALL_-1206590584'), (u'INT_ADD_-1206590851', u'CALL_-1206590808'), ('const-417', u'LOAD_-1206590796'), ('tmp_1958', u'CALL_-1206590584'), ('tmp_1956', u'CALL_-1206590974'), ('const-417', u'LOAD_-1206590790'), ('const-1', u'CALL_-1206590808'), (u'INT_RIGHT_-1206590731', u'INT_OR_-1206590732'), (u'CAST_-1206590291', u'LOAD_-1206590790'), ('const-28', u'INT_ADD_-1206590885'), ('tmp_1957', u'PTRADD_-1206590279'), (u'CALL_-1206590903', u'CALL_-1206590808'), ('tmp_1956', u'CALL_-1206590666'), ('const-40', u'CALL_-1206590808'), (u'CAST_-1206590316', u'LOAD_-1206590834'), (u'PTRADD_-1206590309', u'STORE_-1206590804'), ('tmp_315', u'CBRANCH_-1206590870'), ('const-417', u'LOAD_-1206590664'), ('tmp_1957', u'PTRADD_-1206590295'), ('const-4', u'PTRADD_-1206590279'), (u'INT_OR_-1206590726', u'STORE_-1206590739'), ('const-65280', u'INT_AND_-1206590732'), (u'INT_ADD_-1206590780', u'CAST_-1206590295'), ('tmp_1958', u'CALL_-1206590903'), (u'INT_ADD_-1206590885', u'CAST_-1206590338'), (u'LOAD_-1206590901', u'INT_NOTEQUAL_-1206590870'), (u'LOAD_-1206590901', u'INT_ADD_-1206590851'), ('const-1', u'PTRADD_-1206590309'), ('const-417', u'LOAD_-1206590834'), ('tmp_1956', u'PTRADD_-1206590253'), ('const-417', u'LOAD_-1206590826'), ('const-3', u'PTRADD_-1206590295'), ('tmp_1957', u'COPY_-1206590746'), (u'PTRADD_-1206590295', u'STORE_-1206590782'), ('tmp_1957', u'PTRADD_-1206590309'), (u'LOAD_-1206590796', u'INT_AND_-1206590732'), (u'INT_AND_-1206590748', u'INT_RIGHT_-1206590744')]
null
null
000be1b0
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nuint * FUN_000be1b0(uint *param_1,int *param_2,uint param_3)\n\n{\n uint uVar1;\n uint uVar2;\n int iVar3;\n int iVar4;\n undefined4 uVar5;\n undefined8 uVar6;\n \n iVar4 = *param_2;\n FUN_000519b0(param_2);\n if ((uint)param_2[3] <= param_3) {\n FUN_000519b0(param_2);\n iVar3 = param_2[3];\n uVar5 = gettext("section_contents: bad shndx %u >= %u");\n FUN_000b1840(iVar4,uVar5,param_3,iVar3);\n }\n uVar6 = FUN_00054560(param_2,param_3);\n if (*(int *)(iVar4 + 0x1c) != 0) {\n iVar4 = FUN_000687f0(*(int *)(iVar4 + 0x1c) + 0x1c,*(undefined4 *)(iVar4 + 0x20),\n *(undefined4 *)(iVar4 + 0x24),uVar6,0x28,1,1);\n param_1[1] = 0;\n uVar1 = *(uint *)(iVar4 + 0x14);\n uVar2 = *(uint *)(iVar4 + 0x10);\n param_1[3] = 0;\n *param_1 = uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 | uVar2 << 0x18;\n param_1[2] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n return param_1;\n }\n /* WARNING: Subroutine does not return */\n FUN_000b1650();\n}\n\n" comment (function_definition "uint * FUN_000be1b0(uint *param_1,int *param_2,uint param_3)\n\n{\n uint uVar1;\n uint uVar2;\n int iVar3;\n int iVar4;\n undefined4 uVar5;\n undefined8 uVar6;\n \n iVar4 = *param_2;\n FUN_000519b0(param_2);\n if ((uint)param_2[3] <= param_3) {\n FUN_000519b0(param_2);\n iVar3 = param_2[3];\n uVar5 = gettext("section_contents: bad shndx %u >= %u");\n FUN_000b1840(iVar4,uVar5,param_3,iVar3);\n }\n uVar6 = FUN_00054560(param_2,param_3);\n if (*(int *)(iVar4 + 0x1c) != 0) {\n iVar4 = FUN_000687f0(*(int *)(iVar4 + 0x1c) + 0x1c,*(undefined4 *)(iVar4 + 0x20),\n *(undefined4 *)(iVar4 + 0x24),uVar6,0x28,1,1);\n param_1[1] = 0;\n uVar1 = *(uint *)(iVar4 + 0x14);\n uVar2 = *(uint *)(iVar4 + 0x10);\n param_1[3] = 0;\n *param_1 = uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 | uVar2 << 0x18;\n param_1[2] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n return param_1;\n }\n /* WARNING: Subroutine does not return */\n FUN_000b1650();\n}" type_identifier (pointer_declarator "* FUN_000be1b0(uint *param_1,int *param_2,uint param_3)" * (function_declarator "FUN_000be1b0(uint *param_1,int *param_2,uint param_3)" identifier (parameter_list "(uint *param_1,int *param_2,uint param_3)" ( (parameter_declaration "uint *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "uint param_3" type_identifier identifier) )))) (compound_statement "{\n uint uVar1;\n uint uVar2;\n int iVar3;\n int iVar4;\n undefined4 uVar5;\n undefined8 uVar6;\n \n iVar4 = *param_2;\n FUN_000519b0(param_2);\n if ((uint)param_2[3] <= param_3) {\n FUN_000519b0(param_2);\n iVar3 = param_2[3];\n uVar5 = gettext("section_contents: bad shndx %u >= %u");\n FUN_000b1840(iVar4,uVar5,param_3,iVar3);\n }\n uVar6 = FUN_00054560(param_2,param_3);\n if (*(int *)(iVar4 + 0x1c) != 0) {\n iVar4 = FUN_000687f0(*(int *)(iVar4 + 0x1c) + 0x1c,*(undefined4 *)(iVar4 + 0x20),\n *(undefined4 *)(iVar4 + 0x24),uVar6,0x28,1,1);\n param_1[1] = 0;\n uVar1 = *(uint *)(iVar4 + 0x14);\n uVar2 = *(uint *)(iVar4 + 0x10);\n param_1[3] = 0;\n *param_1 = uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 | uVar2 << 0x18;\n param_1[2] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n return param_1;\n }\n /* WARNING: Subroutine does not return */\n FUN_000b1650();\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "undefined4 uVar5;" type_identifier identifier ;) (declaration "undefined8 uVar6;" type_identifier identifier ;) (expression_statement "iVar4 = *param_2;" (assignment_expression "iVar4 = *param_2" identifier = (pointer_expression "*param_2" * identifier)) ;) (expression_statement "FUN_000519b0(param_2);" (call_expression "FUN_000519b0(param_2)" identifier (argument_list "(param_2)" ( identifier ))) ;) (if_statement "if ((uint)param_2[3] <= param_3) {\n FUN_000519b0(param_2);\n iVar3 = param_2[3];\n uVar5 = gettext("section_contents: bad shndx %u >= %u");\n FUN_000b1840(iVar4,uVar5,param_3,iVar3);\n }" if (parenthesized_expression "((uint)param_2[3] <= param_3)" ( (binary_expression "(uint)param_2[3] <= param_3" (cast_expression "(uint)param_2[3]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression "param_2[3]" identifier [ number_literal ])) <= identifier) )) (compound_statement "{\n FUN_000519b0(param_2);\n iVar3 = param_2[3];\n uVar5 = gettext("section_contents: bad shndx %u >= %u");\n FUN_000b1840(iVar4,uVar5,param_3,iVar3);\n }" { (expression_statement "FUN_000519b0(param_2);" (call_expression "FUN_000519b0(param_2)" identifier (argument_list "(param_2)" ( identifier ))) ;) (expression_statement "iVar3 = param_2[3];" (assignment_expression "iVar3 = param_2[3]" identifier = (subscript_expression "param_2[3]" identifier [ number_literal ])) ;) (expression_statement "uVar5 = gettext("section_contents: bad shndx %u >= %u");" (assignment_expression "uVar5 = gettext("section_contents: bad shndx %u >= %u")" identifier = (call_expression "gettext("section_contents: bad shndx %u >= %u")" identifier (argument_list "("section_contents: bad shndx %u >= %u")" ( (string_literal ""section_contents: bad shndx %u >= %u"" " string_content ") )))) ;) (expression_statement "FUN_000b1840(iVar4,uVar5,param_3,iVar3);" (call_expression "FUN_000b1840(iVar4,uVar5,param_3,iVar3)" identifier (argument_list "(iVar4,uVar5,param_3,iVar3)" ( identifier , identifier , identifier , identifier ))) ;) })) (expression_statement "uVar6 = FUN_00054560(param_2,param_3);" (assignment_expression "uVar6 = FUN_00054560(param_2,param_3)" identifier = (call_expression "FUN_00054560(param_2,param_3)" identifier (argument_list "(param_2,param_3)" ( identifier , identifier )))) ;) (if_statement "if (*(int *)(iVar4 + 0x1c) != 0) {\n iVar4 = FUN_000687f0(*(int *)(iVar4 + 0x1c) + 0x1c,*(undefined4 *)(iVar4 + 0x20),\n *(undefined4 *)(iVar4 + 0x24),uVar6,0x28,1,1);\n param_1[1] = 0;\n uVar1 = *(uint *)(iVar4 + 0x14);\n uVar2 = *(uint *)(iVar4 + 0x10);\n param_1[3] = 0;\n *param_1 = uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 | uVar2 << 0x18;\n param_1[2] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n return param_1;\n }" if (parenthesized_expression "(*(int *)(iVar4 + 0x1c) != 0)" ( (binary_expression "*(int *)(iVar4 + 0x1c) != 0" (pointer_expression "*(int *)(iVar4 + 0x1c)" * (cast_expression "(int *)(iVar4 + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0x1c)" ( (binary_expression "iVar4 + 0x1c" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n iVar4 = FUN_000687f0(*(int *)(iVar4 + 0x1c) + 0x1c,*(undefined4 *)(iVar4 + 0x20),\n *(undefined4 *)(iVar4 + 0x24),uVar6,0x28,1,1);\n param_1[1] = 0;\n uVar1 = *(uint *)(iVar4 + 0x14);\n uVar2 = *(uint *)(iVar4 + 0x10);\n param_1[3] = 0;\n *param_1 = uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 | uVar2 << 0x18;\n param_1[2] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n return param_1;\n }" { (expression_statement "iVar4 = FUN_000687f0(*(int *)(iVar4 + 0x1c) + 0x1c,*(undefined4 *)(iVar4 + 0x20),\n *(undefined4 *)(iVar4 + 0x24),uVar6,0x28,1,1);" (assignment_expression "iVar4 = FUN_000687f0(*(int *)(iVar4 + 0x1c) + 0x1c,*(undefined4 *)(iVar4 + 0x20),\n *(undefined4 *)(iVar4 + 0x24),uVar6,0x28,1,1)" identifier = (call_expression "FUN_000687f0(*(int *)(iVar4 + 0x1c) + 0x1c,*(undefined4 *)(iVar4 + 0x20),\n *(undefined4 *)(iVar4 + 0x24),uVar6,0x28,1,1)" identifier (argument_list "(*(int *)(iVar4 + 0x1c) + 0x1c,*(undefined4 *)(iVar4 + 0x20),\n *(undefined4 *)(iVar4 + 0x24),uVar6,0x28,1,1)" ( (binary_expression "*(int *)(iVar4 + 0x1c) + 0x1c" (pointer_expression "*(int *)(iVar4 + 0x1c)" * (cast_expression "(int *)(iVar4 + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0x1c)" ( (binary_expression "iVar4 + 0x1c" identifier + number_literal) )))) + number_literal) , (pointer_expression "*(undefined4 *)(iVar4 + 0x20)" * (cast_expression "(undefined4 *)(iVar4 + 0x20)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0x20)" ( (binary_expression "iVar4 + 0x20" identifier + number_literal) )))) , (pointer_expression "*(undefined4 *)(iVar4 + 0x24)" * (cast_expression "(undefined4 *)(iVar4 + 0x24)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0x24)" ( (binary_expression "iVar4 + 0x24" identifier + number_literal) )))) , identifier , number_literal , number_literal , 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 "uVar1 = *(uint *)(iVar4 + 0x14);" (assignment_expression "uVar1 = *(uint *)(iVar4 + 0x14)" identifier = (pointer_expression "*(uint *)(iVar4 + 0x14)" * (cast_expression "(uint *)(iVar4 + 0x14)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0x14)" ( (binary_expression "iVar4 + 0x14" identifier + number_literal) ))))) ;) (expression_statement "uVar2 = *(uint *)(iVar4 + 0x10);" (assignment_expression "uVar2 = *(uint *)(iVar4 + 0x10)" identifier = (pointer_expression "*(uint *)(iVar4 + 0x10)" * (cast_expression "(uint *)(iVar4 + 0x10)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0x10)" ( (binary_expression "iVar4 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "param_1[3] = 0;" (assignment_expression "param_1[3] = 0" (subscript_expression "param_1[3]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*param_1 = uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 | uVar2 << 0x18;" (assignment_expression "*param_1 = uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 | uVar2 << 0x18" (pointer_expression "*param_1" * identifier) = (binary_expression "uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 | uVar2 << 0x18" (binary_expression "uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8" (binary_expression "uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8" (binary_expression "uVar2 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar2 & 0xff0000) >> 8" (parenthesized_expression "(uVar2 & 0xff0000)" ( (binary_expression "uVar2 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar2 & 0xff00) << 8" (parenthesized_expression "(uVar2 & 0xff00)" ( (binary_expression "uVar2 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar2 << 0x18" identifier << number_literal))) ;) (expression_statement "param_1[2] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;" (assignment_expression "param_1[2] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (subscript_expression "param_1[2]" identifier [ number_literal ]) = (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8" (binary_expression "uVar1 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar1 & 0xff0000) >> 8" (parenthesized_expression "(uVar1 & 0xff0000)" ( (binary_expression "uVar1 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar1 & 0xff00) << 8" (parenthesized_expression "(uVar1 & 0xff00)" ( (binary_expression "uVar1 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar1 << 0x18" identifier << number_literal))) ;) (return_statement "return param_1;" return identifier ;) })) comment (expression_statement "FUN_000b1650();" (call_expression "FUN_000b1650()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: Location section_contents(Elf_file<32,_true,_gold::Object> * this, uint\n shndx) */\n\nLocation * __thiscall\nelfcpp::Elf_file<32,_true,_gold::Object>::section_contents\n (Elf_file<32,_true,_gold::Object> *this,uint shndx)\n\n{\n Object *this_00;\n uint uVar1;\n uint uVar2;\n uchar *puVar3;\n char *format;\n off_t start;\n Location *in_stack_00000004;\n Object *in_stack_ffffffd4;\n \n this_00 = this->file_;\n initialize_shnum(this);\n if (this->shnum_ <= shndx) {\n initialize_shnum(this);\n uVar1 = this->shnum_;\n format = (char *)gettext();\n gold::Object::error(this_00,format,shndx,uVar1);\n }\n start = section_header_offset(this,shndx);\n if (this_00->input_file_ != (Input_file *)0x0) {\n puVar3 = gold::File_read::get_view\n (&this_00->input_file_->file_,this_00->offset_,start,0x28,true,true);\n *(undefined4 *)((int)&in_stack_00000004->file_offset + 4) = 0;\n uVar1 = *(uint *)(puVar3 + 0x14);\n uVar2 = *(uint *)(puVar3 + 0x10);\n *(undefined4 *)((int)&in_stack_00000004->data_size + 4) = 0;\n *(uint *)&in_stack_00000004->file_offset =\n uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 | uVar2 << 0x18;\n *(uint *)&in_stack_00000004->data_size =\n uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n return in_stack_00000004;\n }\n /* WARNING: Subroutine does not return */\n gold::Object::input_file(in_stack_ffffffd4);\n}\n\n" comment comment (ERROR "Location * __thiscall\nelfcpp::Elf_file<32,_true," (binary_expression "Location * __thiscall\nelfcpp::Elf_file<32" (binary_expression "Location * __thiscall" identifier * identifier) (ERROR "elfcpp::Elf_file" identifier : : identifier) < number_literal) , identifier ,) (labeled_statement "_gold::Object>::section_contents\n (Elf_file<32,_true,_gold::Object> *this,uint shndx)" statement_identifier (ERROR "::Object>:" : : identifier > :) : (expression_statement "section_contents\n (Elf_file<32,_true,_gold::Object> *this,uint shndx)" (call_expression "section_contents\n (Elf_file<32,_true,_gold::Object> *this,uint shndx)" identifier (argument_list "(Elf_file<32,_true,_gold::Object> *this,uint shndx)" ( (binary_expression "Elf_file<32" identifier < number_literal) , identifier , (ERROR "_gold::" identifier : :) (binary_expression "Object> *this" identifier > (pointer_expression "*this" * identifier)) , (ERROR "uint" identifier) identifier ))) ;)) (compound_statement "{\n Object *this_00;\n uint uVar1;\n uint uVar2;\n uchar *puVar3;\n char *format;\n off_t start;\n Location *in_stack_00000004;\n Object *in_stack_ffffffd4;\n \n this_00 = this->file_;\n initialize_shnum(this);\n if (this->shnum_ <= shndx) {\n initialize_shnum(this);\n uVar1 = this->shnum_;\n format = (char *)gettext();\n gold::Object::error(this_00,format,shndx,uVar1);\n }\n start = section_header_offset(this,shndx);\n if (this_00->input_file_ != (Input_file *)0x0) {\n puVar3 = gold::File_read::get_view\n (&this_00->input_file_->file_,this_00->offset_,start,0x28,true,true);\n *(undefined4 *)((int)&in_stack_00000004->file_offset + 4) = 0;\n uVar1 = *(uint *)(puVar3 + 0x14);\n uVar2 = *(uint *)(puVar3 + 0x10);\n *(undefined4 *)((int)&in_stack_00000004->data_size + 4) = 0;\n *(uint *)&in_stack_00000004->file_offset =\n uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 | uVar2 << 0x18;\n *(uint *)&in_stack_00000004->data_size =\n uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n return in_stack_00000004;\n }\n /* WARNING: Subroutine does not return */\n gold::Object::input_file(in_stack_ffffffd4);\n}" { (declaration "Object *this_00;" type_identifier (pointer_declarator "*this_00" * identifier) ;) (declaration "uint uVar1;" type_identifier identifier ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "uchar *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (declaration "char *format;" primitive_type (pointer_declarator "*format" * identifier) ;) (declaration "off_t start;" type_identifier identifier ;) (declaration "Location *in_stack_00000004;" type_identifier (pointer_declarator "*in_stack_00000004" * identifier) ;) (declaration "Object *in_stack_ffffffd4;" type_identifier (pointer_declarator "*in_stack_ffffffd4" * identifier) ;) (expression_statement "this_00 = this->file_;" (assignment_expression "this_00 = this->file_" identifier = (field_expression "this->file_" identifier -> field_identifier)) ;) (expression_statement "initialize_shnum(this);" (call_expression "initialize_shnum(this)" identifier (argument_list "(this)" ( identifier ))) ;) (if_statement "if (this->shnum_ <= shndx) {\n initialize_shnum(this);\n uVar1 = this->shnum_;\n format = (char *)gettext();\n gold::Object::error(this_00,format,shndx,uVar1);\n }" if (parenthesized_expression "(this->shnum_ <= shndx)" ( (binary_expression "this->shnum_ <= shndx" (field_expression "this->shnum_" identifier -> field_identifier) <= identifier) )) (compound_statement "{\n initialize_shnum(this);\n uVar1 = this->shnum_;\n format = (char *)gettext();\n gold::Object::error(this_00,format,shndx,uVar1);\n }" { (expression_statement "initialize_shnum(this);" (call_expression "initialize_shnum(this)" identifier (argument_list "(this)" ( identifier ))) ;) (expression_statement "uVar1 = this->shnum_;" (assignment_expression "uVar1 = this->shnum_" identifier = (field_expression "this->shnum_" identifier -> field_identifier)) ;) (expression_statement "format = (char *)gettext();" (assignment_expression "format = (char *)gettext()" identifier = (cast_expression "(char *)gettext()" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "gettext()" identifier (argument_list "()" ( ))))) ;) (labeled_statement "gold::Object::error(this_00,format,shndx,uVar1);" statement_identifier : (ERROR ":" :) (labeled_statement "Object::error(this_00,format,shndx,uVar1);" statement_identifier : (ERROR ":" :) (expression_statement "error(this_00,format,shndx,uVar1);" (call_expression "error(this_00,format,shndx,uVar1)" identifier (argument_list "(this_00,format,shndx,uVar1)" ( identifier , identifier , identifier , identifier ))) ;))) })) (expression_statement "start = section_header_offset(this,shndx);" (assignment_expression "start = section_header_offset(this,shndx)" identifier = (call_expression "section_header_offset(this,shndx)" identifier (argument_list "(this,shndx)" ( identifier , identifier )))) ;) (if_statement "if (this_00->input_file_ != (Input_file *)0x0) {\n puVar3 = gold::File_read::get_view\n (&this_00->input_file_->file_,this_00->offset_,start,0x28,true,true);\n *(undefined4 *)((int)&in_stack_00000004->file_offset + 4) = 0;\n uVar1 = *(uint *)(puVar3 + 0x14);\n uVar2 = *(uint *)(puVar3 + 0x10);\n *(undefined4 *)((int)&in_stack_00000004->data_size + 4) = 0;\n *(uint *)&in_stack_00000004->file_offset =\n uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 | uVar2 << 0x18;\n *(uint *)&in_stack_00000004->data_size =\n uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n return in_stack_00000004;\n }" if (parenthesized_expression "(this_00->input_file_ != (Input_file *)0x0)" ( (binary_expression "this_00->input_file_ != (Input_file *)0x0" (field_expression "this_00->input_file_" identifier -> field_identifier) != (cast_expression "(Input_file *)0x0" ( (type_descriptor "Input_file *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n puVar3 = gold::File_read::get_view\n (&this_00->input_file_->file_,this_00->offset_,start,0x28,true,true);\n *(undefined4 *)((int)&in_stack_00000004->file_offset + 4) = 0;\n uVar1 = *(uint *)(puVar3 + 0x14);\n uVar2 = *(uint *)(puVar3 + 0x10);\n *(undefined4 *)((int)&in_stack_00000004->data_size + 4) = 0;\n *(uint *)&in_stack_00000004->file_offset =\n uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 | uVar2 << 0x18;\n *(uint *)&in_stack_00000004->data_size =\n uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n return in_stack_00000004;\n }" { (ERROR "puVar3 = gold::" (assignment_expression "puVar3 = gold" identifier = identifier) : :) (labeled_statement "File_read::get_view\n (&this_00->input_file_->file_,this_00->offset_,start,0x28,true,true);" statement_identifier : (ERROR ":" :) (expression_statement "get_view\n (&this_00->input_file_->file_,this_00->offset_,start,0x28,true,true);" (call_expression "get_view\n (&this_00->input_file_->file_,this_00->offset_,start,0x28,true,true)" identifier (argument_list "(&this_00->input_file_->file_,this_00->offset_,start,0x28,true,true)" ( (pointer_expression "&this_00->input_file_->file_" & (field_expression "this_00->input_file_->file_" (field_expression "this_00->input_file_" identifier -> field_identifier) -> field_identifier)) , (field_expression "this_00->offset_" identifier -> field_identifier) , identifier , number_literal , true , true ))) ;)) (expression_statement "*(undefined4 *)((int)&in_stack_00000004->file_offset + 4) = 0;" (assignment_expression "*(undefined4 *)((int)&in_stack_00000004->file_offset + 4) = 0" (pointer_expression "*(undefined4 *)((int)&in_stack_00000004->file_offset + 4)" * (cast_expression "(undefined4 *)((int)&in_stack_00000004->file_offset + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&in_stack_00000004->file_offset + 4)" ( (binary_expression "(int)&in_stack_00000004->file_offset + 4" (cast_expression "(int)&in_stack_00000004->file_offset" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&in_stack_00000004->file_offset" & (field_expression "in_stack_00000004->file_offset" identifier -> field_identifier))) + number_literal) )))) = number_literal) ;) (expression_statement "uVar1 = *(uint *)(puVar3 + 0x14);" (assignment_expression "uVar1 = *(uint *)(puVar3 + 0x14)" identifier = (pointer_expression "*(uint *)(puVar3 + 0x14)" * (cast_expression "(uint *)(puVar3 + 0x14)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar3 + 0x14)" ( (binary_expression "puVar3 + 0x14" identifier + number_literal) ))))) ;) (expression_statement "uVar2 = *(uint *)(puVar3 + 0x10);" (assignment_expression "uVar2 = *(uint *)(puVar3 + 0x10)" identifier = (pointer_expression "*(uint *)(puVar3 + 0x10)" * (cast_expression "(uint *)(puVar3 + 0x10)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar3 + 0x10)" ( (binary_expression "puVar3 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)((int)&in_stack_00000004->data_size + 4) = 0;" (assignment_expression "*(undefined4 *)((int)&in_stack_00000004->data_size + 4) = 0" (pointer_expression "*(undefined4 *)((int)&in_stack_00000004->data_size + 4)" * (cast_expression "(undefined4 *)((int)&in_stack_00000004->data_size + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&in_stack_00000004->data_size + 4)" ( (binary_expression "(int)&in_stack_00000004->data_size + 4" (cast_expression "(int)&in_stack_00000004->data_size" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&in_stack_00000004->data_size" & (field_expression "in_stack_00000004->data_size" identifier -> field_identifier))) + number_literal) )))) = number_literal) ;) (expression_statement "*(uint *)&in_stack_00000004->file_offset =\n uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 | uVar2 << 0x18;" (assignment_expression "*(uint *)&in_stack_00000004->file_offset =\n uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 | uVar2 << 0x18" (pointer_expression "*(uint *)&in_stack_00000004->file_offset" * (cast_expression "(uint *)&in_stack_00000004->file_offset" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&in_stack_00000004->file_offset" & (field_expression "in_stack_00000004->file_offset" identifier -> field_identifier)))) = (binary_expression "uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 | uVar2 << 0x18" (binary_expression "uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8" (binary_expression "uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8" (binary_expression "uVar2 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar2 & 0xff0000) >> 8" (parenthesized_expression "(uVar2 & 0xff0000)" ( (binary_expression "uVar2 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar2 & 0xff00) << 8" (parenthesized_expression "(uVar2 & 0xff00)" ( (binary_expression "uVar2 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar2 << 0x18" identifier << number_literal))) ;) (expression_statement "*(uint *)&in_stack_00000004->data_size =\n uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;" (assignment_expression "*(uint *)&in_stack_00000004->data_size =\n uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (pointer_expression "*(uint *)&in_stack_00000004->data_size" * (cast_expression "(uint *)&in_stack_00000004->data_size" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&in_stack_00000004->data_size" & (field_expression "in_stack_00000004->data_size" identifier -> field_identifier)))) = (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8" (binary_expression "uVar1 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar1 & 0xff0000) >> 8" (parenthesized_expression "(uVar1 & 0xff0000)" ( (binary_expression "uVar1 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar1 & 0xff00) << 8" (parenthesized_expression "(uVar1 & 0xff00)" ( (binary_expression "uVar1 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar1 << 0x18" identifier << number_literal))) ;) (return_statement "return in_stack_00000004;" return identifier ;) })) comment (labeled_statement "gold::Object::input_file(in_stack_ffffffd4);" statement_identifier : (ERROR ":" :) (labeled_statement "Object::input_file(in_stack_ffffffd4);" statement_identifier : (ERROR ":" :) (expression_statement "input_file(in_stack_ffffffd4);" (call_expression "input_file(in_stack_ffffffd4)" identifier (argument_list "(in_stack_ffffffd4)" ( identifier ))) ;))) }))
(translation_unit "uint * FUN_000be1b0(uint *param_1,int *param_2,uint param_3)\n\n{\n uint uVar1;\n uint uVar2;\n int iVar3;\n int iVar4;\n undefined4 uVar5;\n undefined8 uVar6;\n \n iVar4 = *param_2;\n FUN_000519b0(param_2);\n if ((uint)param_2[3] <= param_3) {\n FUN_000519b0(param_2);\n iVar3 = param_2[3];\n uVar5 = gettext("section_contents: bad shndx %u >= %u");\n FUN_000b1840(iVar4,uVar5,param_3,iVar3);\n }\n uVar6 = FUN_00054560(param_2,param_3);\n if (*(int *)(iVar4 + 0x1c) != 0) {\n iVar4 = FUN_000687f0(*(int *)(iVar4 + 0x1c) + 0x1c,*(undefined4 *)(iVar4 + 0x20),\n *(undefined4 *)(iVar4 + 0x24),uVar6,0x28,1,1);\n param_1[1] = 0;\n uVar1 = *(uint *)(iVar4 + 0x14);\n uVar2 = *(uint *)(iVar4 + 0x10);\n param_1[3] = 0;\n *param_1 = uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 | uVar2 << 0x18;\n param_1[2] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n return param_1;\n }\n \n FUN_000b1650();\n}\n\n" (function_definition "uint * FUN_000be1b0(uint *param_1,int *param_2,uint param_3)\n\n{\n uint uVar1;\n uint uVar2;\n int iVar3;\n int iVar4;\n undefined4 uVar5;\n undefined8 uVar6;\n \n iVar4 = *param_2;\n FUN_000519b0(param_2);\n if ((uint)param_2[3] <= param_3) {\n FUN_000519b0(param_2);\n iVar3 = param_2[3];\n uVar5 = gettext("section_contents: bad shndx %u >= %u");\n FUN_000b1840(iVar4,uVar5,param_3,iVar3);\n }\n uVar6 = FUN_00054560(param_2,param_3);\n if (*(int *)(iVar4 + 0x1c) != 0) {\n iVar4 = FUN_000687f0(*(int *)(iVar4 + 0x1c) + 0x1c,*(undefined4 *)(iVar4 + 0x20),\n *(undefined4 *)(iVar4 + 0x24),uVar6,0x28,1,1);\n param_1[1] = 0;\n uVar1 = *(uint *)(iVar4 + 0x14);\n uVar2 = *(uint *)(iVar4 + 0x10);\n param_1[3] = 0;\n *param_1 = uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 | uVar2 << 0x18;\n param_1[2] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n return param_1;\n }\n \n FUN_000b1650();\n}" type_identifier (pointer_declarator "* FUN_000be1b0(uint *param_1,int *param_2,uint param_3)" * (function_declarator "FUN_000be1b0(uint *param_1,int *param_2,uint param_3)" identifier (parameter_list "(uint *param_1,int *param_2,uint param_3)" ( (parameter_declaration "uint *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "uint param_3" type_identifier identifier) )))) (compound_statement "{\n uint uVar1;\n uint uVar2;\n int iVar3;\n int iVar4;\n undefined4 uVar5;\n undefined8 uVar6;\n \n iVar4 = *param_2;\n FUN_000519b0(param_2);\n if ((uint)param_2[3] <= param_3) {\n FUN_000519b0(param_2);\n iVar3 = param_2[3];\n uVar5 = gettext("section_contents: bad shndx %u >= %u");\n FUN_000b1840(iVar4,uVar5,param_3,iVar3);\n }\n uVar6 = FUN_00054560(param_2,param_3);\n if (*(int *)(iVar4 + 0x1c) != 0) {\n iVar4 = FUN_000687f0(*(int *)(iVar4 + 0x1c) + 0x1c,*(undefined4 *)(iVar4 + 0x20),\n *(undefined4 *)(iVar4 + 0x24),uVar6,0x28,1,1);\n param_1[1] = 0;\n uVar1 = *(uint *)(iVar4 + 0x14);\n uVar2 = *(uint *)(iVar4 + 0x10);\n param_1[3] = 0;\n *param_1 = uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 | uVar2 << 0x18;\n param_1[2] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n return param_1;\n }\n \n FUN_000b1650();\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "undefined4 uVar5;" type_identifier identifier ;) (declaration "undefined8 uVar6;" type_identifier identifier ;) (expression_statement "iVar4 = *param_2;" (assignment_expression "iVar4 = *param_2" identifier = (pointer_expression "*param_2" * identifier)) ;) (expression_statement "FUN_000519b0(param_2);" (call_expression "FUN_000519b0(param_2)" identifier (argument_list "(param_2)" ( identifier ))) ;) (if_statement "if ((uint)param_2[3] <= param_3) {\n FUN_000519b0(param_2);\n iVar3 = param_2[3];\n uVar5 = gettext("section_contents: bad shndx %u >= %u");\n FUN_000b1840(iVar4,uVar5,param_3,iVar3);\n }" if (parenthesized_expression "((uint)param_2[3] <= param_3)" ( (binary_expression "(uint)param_2[3] <= param_3" (cast_expression "(uint)param_2[3]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression "param_2[3]" identifier [ number_literal ])) <= identifier) )) (compound_statement "{\n FUN_000519b0(param_2);\n iVar3 = param_2[3];\n uVar5 = gettext("section_contents: bad shndx %u >= %u");\n FUN_000b1840(iVar4,uVar5,param_3,iVar3);\n }" { (expression_statement "FUN_000519b0(param_2);" (call_expression "FUN_000519b0(param_2)" identifier (argument_list "(param_2)" ( identifier ))) ;) (expression_statement "iVar3 = param_2[3];" (assignment_expression "iVar3 = param_2[3]" identifier = (subscript_expression "param_2[3]" identifier [ number_literal ])) ;) (expression_statement "uVar5 = gettext("section_contents: bad shndx %u >= %u");" (assignment_expression "uVar5 = gettext("section_contents: bad shndx %u >= %u")" identifier = (call_expression "gettext("section_contents: bad shndx %u >= %u")" identifier (argument_list "("section_contents: bad shndx %u >= %u")" ( (string_literal ""section_contents: bad shndx %u >= %u"" " string_content ") )))) ;) (expression_statement "FUN_000b1840(iVar4,uVar5,param_3,iVar3);" (call_expression "FUN_000b1840(iVar4,uVar5,param_3,iVar3)" identifier (argument_list "(iVar4,uVar5,param_3,iVar3)" ( identifier , identifier , identifier , identifier ))) ;) })) (expression_statement "uVar6 = FUN_00054560(param_2,param_3);" (assignment_expression "uVar6 = FUN_00054560(param_2,param_3)" identifier = (call_expression "FUN_00054560(param_2,param_3)" identifier (argument_list "(param_2,param_3)" ( identifier , identifier )))) ;) (if_statement "if (*(int *)(iVar4 + 0x1c) != 0) {\n iVar4 = FUN_000687f0(*(int *)(iVar4 + 0x1c) + 0x1c,*(undefined4 *)(iVar4 + 0x20),\n *(undefined4 *)(iVar4 + 0x24),uVar6,0x28,1,1);\n param_1[1] = 0;\n uVar1 = *(uint *)(iVar4 + 0x14);\n uVar2 = *(uint *)(iVar4 + 0x10);\n param_1[3] = 0;\n *param_1 = uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 | uVar2 << 0x18;\n param_1[2] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n return param_1;\n }" if (parenthesized_expression "(*(int *)(iVar4 + 0x1c) != 0)" ( (binary_expression "*(int *)(iVar4 + 0x1c) != 0" (pointer_expression "*(int *)(iVar4 + 0x1c)" * (cast_expression "(int *)(iVar4 + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0x1c)" ( (binary_expression "iVar4 + 0x1c" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n iVar4 = FUN_000687f0(*(int *)(iVar4 + 0x1c) + 0x1c,*(undefined4 *)(iVar4 + 0x20),\n *(undefined4 *)(iVar4 + 0x24),uVar6,0x28,1,1);\n param_1[1] = 0;\n uVar1 = *(uint *)(iVar4 + 0x14);\n uVar2 = *(uint *)(iVar4 + 0x10);\n param_1[3] = 0;\n *param_1 = uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 | uVar2 << 0x18;\n param_1[2] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n return param_1;\n }" { (expression_statement "iVar4 = FUN_000687f0(*(int *)(iVar4 + 0x1c) + 0x1c,*(undefined4 *)(iVar4 + 0x20),\n *(undefined4 *)(iVar4 + 0x24),uVar6,0x28,1,1);" (assignment_expression "iVar4 = FUN_000687f0(*(int *)(iVar4 + 0x1c) + 0x1c,*(undefined4 *)(iVar4 + 0x20),\n *(undefined4 *)(iVar4 + 0x24),uVar6,0x28,1,1)" identifier = (call_expression "FUN_000687f0(*(int *)(iVar4 + 0x1c) + 0x1c,*(undefined4 *)(iVar4 + 0x20),\n *(undefined4 *)(iVar4 + 0x24),uVar6,0x28,1,1)" identifier (argument_list "(*(int *)(iVar4 + 0x1c) + 0x1c,*(undefined4 *)(iVar4 + 0x20),\n *(undefined4 *)(iVar4 + 0x24),uVar6,0x28,1,1)" ( (binary_expression "*(int *)(iVar4 + 0x1c) + 0x1c" (pointer_expression "*(int *)(iVar4 + 0x1c)" * (cast_expression "(int *)(iVar4 + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0x1c)" ( (binary_expression "iVar4 + 0x1c" identifier + number_literal) )))) + number_literal) , (pointer_expression "*(undefined4 *)(iVar4 + 0x20)" * (cast_expression "(undefined4 *)(iVar4 + 0x20)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0x20)" ( (binary_expression "iVar4 + 0x20" identifier + number_literal) )))) , (pointer_expression "*(undefined4 *)(iVar4 + 0x24)" * (cast_expression "(undefined4 *)(iVar4 + 0x24)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0x24)" ( (binary_expression "iVar4 + 0x24" identifier + number_literal) )))) , identifier , number_literal , number_literal , 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 "uVar1 = *(uint *)(iVar4 + 0x14);" (assignment_expression "uVar1 = *(uint *)(iVar4 + 0x14)" identifier = (pointer_expression "*(uint *)(iVar4 + 0x14)" * (cast_expression "(uint *)(iVar4 + 0x14)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0x14)" ( (binary_expression "iVar4 + 0x14" identifier + number_literal) ))))) ;) (expression_statement "uVar2 = *(uint *)(iVar4 + 0x10);" (assignment_expression "uVar2 = *(uint *)(iVar4 + 0x10)" identifier = (pointer_expression "*(uint *)(iVar4 + 0x10)" * (cast_expression "(uint *)(iVar4 + 0x10)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0x10)" ( (binary_expression "iVar4 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "param_1[3] = 0;" (assignment_expression "param_1[3] = 0" (subscript_expression "param_1[3]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*param_1 = uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 | uVar2 << 0x18;" (assignment_expression "*param_1 = uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 | uVar2 << 0x18" (pointer_expression "*param_1" * identifier) = (binary_expression "uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 | uVar2 << 0x18" (binary_expression "uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8" (binary_expression "uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8" (binary_expression "uVar2 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar2 & 0xff0000) >> 8" (parenthesized_expression "(uVar2 & 0xff0000)" ( (binary_expression "uVar2 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar2 & 0xff00) << 8" (parenthesized_expression "(uVar2 & 0xff00)" ( (binary_expression "uVar2 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar2 << 0x18" identifier << number_literal))) ;) (expression_statement "param_1[2] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;" (assignment_expression "param_1[2] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (subscript_expression "param_1[2]" identifier [ number_literal ]) = (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8" (binary_expression "uVar1 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar1 & 0xff0000) >> 8" (parenthesized_expression "(uVar1 & 0xff0000)" ( (binary_expression "uVar1 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar1 & 0xff00) << 8" (parenthesized_expression "(uVar1 & 0xff00)" ( (binary_expression "uVar1 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar1 << 0x18" identifier << number_literal))) ;) (return_statement "return param_1;" return identifier ;) })) (expression_statement "FUN_000b1650();" (call_expression "FUN_000b1650()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ])) <= IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (string_literal " string_content ") )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , IDENT ))) ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , IDENT , LIT , LIT , LIT )))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression 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 (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression (binary_expression (binary_expression (binary_expression IDENT >> LIT) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) >> LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) << LIT)) | (binary_expression IDENT << LIT))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (binary_expression (binary_expression (binary_expression IDENT >> LIT) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) >> LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) << LIT)) | (binary_expression IDENT << LIT))) ;) (return_statement return IDENT ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "uint * FUN_000be1b0(uint *param_1,int *param_2,uint param_3)\n\n{\n uint uVar1;\n uint uVar2;\n int iVar3;\n int iVar4;\n undefined4 uVar5;\n undefined8 uVar6;\n \n iVar4 = *param_2;\n FUN_000519b0(param_2);\n if ((uint)param_2[3] <= param_3) {\n FUN_000519b0(param_2);\n iVar3 = param_2[3];\n uVar5 = gettext("section_contents: bad shndx %u >= %u");\n FUN_000b1840(iVar4,uVar5,param_3,iVar3);\n }\n uVar6 = FUN_00054560(param_2,param_3);\n if (*(int *)(iVar4 + 0x1c) != 0) {\n iVar4 = FUN_000687f0(*(int *)(iVar4 + 0x1c) + 0x1c,*(undefined4 *)(iVar4 + 0x20),\n *(undefined4 *)(iVar4 + 0x24),uVar6,0x28,1,1);\n param_1[1] = 0;\n uVar1 = *(uint *)(iVar4 + 0x14);\n uVar2 = *(uint *)(iVar4 + 0x10);\n param_1[3] = 0;\n *param_1 = uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 | uVar2 << 0x18;\n param_1[2] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n return param_1;\n }\n \n FUN_000b1650();\n}" (type_identifier "uint") (pointer_declarator "* FUN_000be1b0(uint *param_1,int *param_2,uint param_3)" (* "*") (function_declarator "FUN_000be1b0(uint *param_1,int *param_2,uint param_3)" (identifier "FUN_000be1b0") (parameter_list "(uint *param_1,int *param_2,uint param_3)" (( "(") (parameter_declaration "uint *param_1" (type_identifier "uint") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "int *param_2" (primitive_type "int") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "uint param_3" (type_identifier "uint") (identifier "param_3")) () ")")))) (compound_statement "{\n uint uVar1;\n uint uVar2;\n int iVar3;\n int iVar4;\n undefined4 uVar5;\n undefined8 uVar6;\n \n iVar4 = *param_2;\n FUN_000519b0(param_2);\n if ((uint)param_2[3] <= param_3) {\n FUN_000519b0(param_2);\n iVar3 = param_2[3];\n uVar5 = gettext("section_contents: bad shndx %u >= %u");\n FUN_000b1840(iVar4,uVar5,param_3,iVar3);\n }\n uVar6 = FUN_00054560(param_2,param_3);\n if (*(int *)(iVar4 + 0x1c) != 0) {\n iVar4 = FUN_000687f0(*(int *)(iVar4 + 0x1c) + 0x1c,*(undefined4 *)(iVar4 + 0x20),\n *(undefined4 *)(iVar4 + 0x24),uVar6,0x28,1,1);\n param_1[1] = 0;\n uVar1 = *(uint *)(iVar4 + 0x14);\n uVar2 = *(uint *)(iVar4 + 0x10);\n param_1[3] = 0;\n *param_1 = uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 | uVar2 << 0x18;\n param_1[2] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n return param_1;\n }\n \n FUN_000b1650();\n}" ({ "{") (declaration "uint uVar1;" (type_identifier "uint") (identifier "uVar1") (; ";")) (declaration "uint uVar2;" (type_identifier "uint") (identifier "uVar2") (; ";")) (declaration "int iVar3;" (primitive_type "int") (identifier "iVar3") (; ";")) (declaration "int iVar4;" (primitive_type "int") (identifier "iVar4") (; ";")) (declaration "undefined4 uVar5;" (type_identifier "undefined4") (identifier "uVar5") (; ";")) (declaration "undefined8 uVar6;" (type_identifier "undefined8") (identifier "uVar6") (; ";")) (expression_statement "iVar4 = *param_2;" (assignment_expression "iVar4 = *param_2" (identifier "iVar4") (= "=") (pointer_expression "*param_2" (* "*") (identifier "param_2"))) (; ";")) (expression_statement "FUN_000519b0(param_2);" (call_expression "FUN_000519b0(param_2)" (identifier "FUN_000519b0") (argument_list "(param_2)" (( "(") (identifier "param_2") () ")"))) (; ";")) (if_statement "if ((uint)param_2[3] <= param_3) {\n FUN_000519b0(param_2);\n iVar3 = param_2[3];\n uVar5 = gettext("section_contents: bad shndx %u >= %u");\n FUN_000b1840(iVar4,uVar5,param_3,iVar3);\n }" (if "if") (parenthesized_expression "((uint)param_2[3] <= param_3)" (( "(") (binary_expression "(uint)param_2[3] <= param_3" (cast_expression "(uint)param_2[3]" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (subscript_expression "param_2[3]" (identifier "param_2") ([ "[") (number_literal "3") (] "]"))) (<= "<=") (identifier "param_3")) () ")")) (compound_statement "{\n FUN_000519b0(param_2);\n iVar3 = param_2[3];\n uVar5 = gettext("section_contents: bad shndx %u >= %u");\n FUN_000b1840(iVar4,uVar5,param_3,iVar3);\n }" ({ "{") (expression_statement "FUN_000519b0(param_2);" (call_expression "FUN_000519b0(param_2)" (identifier "FUN_000519b0") (argument_list "(param_2)" (( "(") (identifier "param_2") () ")"))) (; ";")) (expression_statement "iVar3 = param_2[3];" (assignment_expression "iVar3 = param_2[3]" (identifier "iVar3") (= "=") (subscript_expression "param_2[3]" (identifier "param_2") ([ "[") (number_literal "3") (] "]"))) (; ";")) (expression_statement "uVar5 = gettext("section_contents: bad shndx %u >= %u");" (assignment_expression "uVar5 = gettext("section_contents: bad shndx %u >= %u")" (identifier "uVar5") (= "=") (call_expression "gettext("section_contents: bad shndx %u >= %u")" (identifier "gettext") (argument_list "("section_contents: bad shndx %u >= %u")" (( "(") (string_literal ""section_contents: bad shndx %u >= %u"" (" """) (string_content "section_contents: bad shndx %u >= %u") (" """)) () ")")))) (; ";")) (expression_statement "FUN_000b1840(iVar4,uVar5,param_3,iVar3);" (call_expression "FUN_000b1840(iVar4,uVar5,param_3,iVar3)" (identifier "FUN_000b1840") (argument_list "(iVar4,uVar5,param_3,iVar3)" (( "(") (identifier "iVar4") (, ",") (identifier "uVar5") (, ",") (identifier "param_3") (, ",") (identifier "iVar3") () ")"))) (; ";")) (} "}"))) (expression_statement "uVar6 = FUN_00054560(param_2,param_3);" (assignment_expression "uVar6 = FUN_00054560(param_2,param_3)" (identifier "uVar6") (= "=") (call_expression "FUN_00054560(param_2,param_3)" (identifier "FUN_00054560") (argument_list "(param_2,param_3)" (( "(") (identifier "param_2") (, ",") (identifier "param_3") () ")")))) (; ";")) (if_statement "if (*(int *)(iVar4 + 0x1c) != 0) {\n iVar4 = FUN_000687f0(*(int *)(iVar4 + 0x1c) + 0x1c,*(undefined4 *)(iVar4 + 0x20),\n *(undefined4 *)(iVar4 + 0x24),uVar6,0x28,1,1);\n param_1[1] = 0;\n uVar1 = *(uint *)(iVar4 + 0x14);\n uVar2 = *(uint *)(iVar4 + 0x10);\n param_1[3] = 0;\n *param_1 = uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 | uVar2 << 0x18;\n param_1[2] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n return param_1;\n }" (if "if") (parenthesized_expression "(*(int *)(iVar4 + 0x1c) != 0)" (( "(") (binary_expression "*(int *)(iVar4 + 0x1c) != 0" (pointer_expression "*(int *)(iVar4 + 0x1c)" (* "*") (cast_expression "(int *)(iVar4 + 0x1c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar4 + 0x1c)" (( "(") (binary_expression "iVar4 + 0x1c" (identifier "iVar4") (+ "+") (number_literal "0x1c")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n iVar4 = FUN_000687f0(*(int *)(iVar4 + 0x1c) + 0x1c,*(undefined4 *)(iVar4 + 0x20),\n *(undefined4 *)(iVar4 + 0x24),uVar6,0x28,1,1);\n param_1[1] = 0;\n uVar1 = *(uint *)(iVar4 + 0x14);\n uVar2 = *(uint *)(iVar4 + 0x10);\n param_1[3] = 0;\n *param_1 = uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 | uVar2 << 0x18;\n param_1[2] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n return param_1;\n }" ({ "{") (expression_statement "iVar4 = FUN_000687f0(*(int *)(iVar4 + 0x1c) + 0x1c,*(undefined4 *)(iVar4 + 0x20),\n *(undefined4 *)(iVar4 + 0x24),uVar6,0x28,1,1);" (assignment_expression "iVar4 = FUN_000687f0(*(int *)(iVar4 + 0x1c) + 0x1c,*(undefined4 *)(iVar4 + 0x20),\n *(undefined4 *)(iVar4 + 0x24),uVar6,0x28,1,1)" (identifier "iVar4") (= "=") (call_expression "FUN_000687f0(*(int *)(iVar4 + 0x1c) + 0x1c,*(undefined4 *)(iVar4 + 0x20),\n *(undefined4 *)(iVar4 + 0x24),uVar6,0x28,1,1)" (identifier "FUN_000687f0") (argument_list "(*(int *)(iVar4 + 0x1c) + 0x1c,*(undefined4 *)(iVar4 + 0x20),\n *(undefined4 *)(iVar4 + 0x24),uVar6,0x28,1,1)" (( "(") (binary_expression "*(int *)(iVar4 + 0x1c) + 0x1c" (pointer_expression "*(int *)(iVar4 + 0x1c)" (* "*") (cast_expression "(int *)(iVar4 + 0x1c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar4 + 0x1c)" (( "(") (binary_expression "iVar4 + 0x1c" (identifier "iVar4") (+ "+") (number_literal "0x1c")) () ")")))) (+ "+") (number_literal "0x1c")) (, ",") (pointer_expression "*(undefined4 *)(iVar4 + 0x20)" (* "*") (cast_expression "(undefined4 *)(iVar4 + 0x20)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar4 + 0x20)" (( "(") (binary_expression "iVar4 + 0x20" (identifier "iVar4") (+ "+") (number_literal "0x20")) () ")")))) (, ",") (pointer_expression "*(undefined4 *)(iVar4 + 0x24)" (* "*") (cast_expression "(undefined4 *)(iVar4 + 0x24)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar4 + 0x24)" (( "(") (binary_expression "iVar4 + 0x24" (identifier "iVar4") (+ "+") (number_literal "0x24")) () ")")))) (, ",") (identifier "uVar6") (, ",") (number_literal "0x28") (, ",") (number_literal "1") (, ",") (number_literal "1") () ")")))) (; ";")) (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 "uVar1 = *(uint *)(iVar4 + 0x14);" (assignment_expression "uVar1 = *(uint *)(iVar4 + 0x14)" (identifier "uVar1") (= "=") (pointer_expression "*(uint *)(iVar4 + 0x14)" (* "*") (cast_expression "(uint *)(iVar4 + 0x14)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar4 + 0x14)" (( "(") (binary_expression "iVar4 + 0x14" (identifier "iVar4") (+ "+") (number_literal "0x14")) () ")"))))) (; ";")) (expression_statement "uVar2 = *(uint *)(iVar4 + 0x10);" (assignment_expression "uVar2 = *(uint *)(iVar4 + 0x10)" (identifier "uVar2") (= "=") (pointer_expression "*(uint *)(iVar4 + 0x10)" (* "*") (cast_expression "(uint *)(iVar4 + 0x10)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar4 + 0x10)" (( "(") (binary_expression "iVar4 + 0x10" (identifier "iVar4") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (expression_statement "param_1[3] = 0;" (assignment_expression "param_1[3] = 0" (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "*param_1 = uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 | uVar2 << 0x18;" (assignment_expression "*param_1 = uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 | uVar2 << 0x18" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (binary_expression "uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 | uVar2 << 0x18" (binary_expression "uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8" (binary_expression "uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8" (binary_expression "uVar2 >> 0x18" (identifier "uVar2") (>> ">>") (number_literal "0x18")) (| "|") (binary_expression "(uVar2 & 0xff0000) >> 8" (parenthesized_expression "(uVar2 & 0xff0000)" (( "(") (binary_expression "uVar2 & 0xff0000" (identifier "uVar2") (& "&") (number_literal "0xff0000")) () ")")) (>> ">>") (number_literal "8"))) (| "|") (binary_expression "(uVar2 & 0xff00) << 8" (parenthesized_expression "(uVar2 & 0xff00)" (( "(") (binary_expression "uVar2 & 0xff00" (identifier "uVar2") (& "&") (number_literal "0xff00")) () ")")) (<< "<<") (number_literal "8"))) (| "|") (binary_expression "uVar2 << 0x18" (identifier "uVar2") (<< "<<") (number_literal "0x18")))) (; ";")) (expression_statement "param_1[2] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;" (assignment_expression "param_1[2] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (= "=") (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8" (binary_expression "uVar1 >> 0x18" (identifier "uVar1") (>> ">>") (number_literal "0x18")) (| "|") (binary_expression "(uVar1 & 0xff0000) >> 8" (parenthesized_expression "(uVar1 & 0xff0000)" (( "(") (binary_expression "uVar1 & 0xff0000" (identifier "uVar1") (& "&") (number_literal "0xff0000")) () ")")) (>> ">>") (number_literal "8"))) (| "|") (binary_expression "(uVar1 & 0xff00) << 8" (parenthesized_expression "(uVar1 & 0xff00)" (( "(") (binary_expression "uVar1 & 0xff00" (identifier "uVar1") (& "&") (number_literal "0xff00")) () ")")) (<< "<<") (number_literal "8"))) (| "|") (binary_expression "uVar1 << 0x18" (identifier "uVar1") (<< "<<") (number_literal "0x18")))) (; ";")) (return_statement "return param_1;" (return "return") (identifier "param_1") (; ";")) (} "}"))) (expression_statement "FUN_000b1650();" (call_expression "FUN_000b1650()" (identifier "FUN_000b1650") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: Location section_contents(Elf_file<32,_true,_gold::Object> * this, uint shndx) */ type_4 * __thiscall elfcpp::var_2<32,_true,_gold::var_3>::var_1 (var_2<32,_true,_gold::var_3> *this,type_1 var_5) { var_3 *this_00; type_1 var_12; type_1 var_11; type_2 *var_10; char *format; type_3 start; type_4 *in_stack_00000004; var_3 *in_stack_ffffffd4; this_00 = this->file_; var_4(this); if (this->shnum_ <= var_5) { var_4(this); var_12 = this->shnum_; format = (char *)var_6(); gold::Object::var_7(this_00,format,var_5,var_12); } start = var_8(this,var_5); if (this_00->input_file_ != (type_5 *)0x0) { var_10 = gold::File_read::var_9 (&this_00->input_file_->file_,this_00->offset_,start,0x28,true,true); *(type_6 *)((int)&in_stack_00000004->file_offset + 4) = 0; var_12 = *(type_1 *)(var_10 + 0x14); var_11 = *(type_1 *)(var_10 + 0x10); *(type_6 *)((int)&in_stack_00000004->data_size + 4) = 0; *(type_1 *)&in_stack_00000004->file_offset = var_11 >> 0x18 | (var_11 & 0xff0000) >> 8 | (var_11 & 0xff00) << 8 | var_11 << 0x18; *(type_1 *)&in_stack_00000004->data_size = var_12 >> 0x18 | (var_12 & 0xff0000) >> 8 | (var_12 & 0xff00) << 8 | var_12 << 0x18; return in_stack_00000004; } /* WARNING: Subroutine does not return */ gold::Object::var_13(in_stack_ffffffd4); }
null
(translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator 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: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (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 (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (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 (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)) (pointer_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) (number_literal) (number_literal) (number_literal))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (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: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal))))) (return_statement (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ uint * MASKED(uint *param_1,int *param_2,uint param_3) { uint uVar1; uint uVar2; int iVar3; int iVar4; undefined4 uVar5; undefined8 uVar6; iVar4 = *param_2; FUN_000519b0(param_2); if ((uint)param_2[3] <= param_3) { FUN_000519b0(param_2); iVar3 = param_2[3]; uVar5 = gettext("section_contents: bad shndx %u >= %u"); FUN_000b1840(iVar4,uVar5,param_3,iVar3); } uVar6 = FUN_00054560(param_2,param_3); if (*(int *)(iVar4 + 0x1c) != 0) { iVar4 = FUN_000687f0(*(int *)(iVar4 + 0x1c) + 0x1c,*(undefined4 *)(iVar4 + 0x20), *(undefined4 *)(iVar4 + 0x24),uVar6,0x28,1,1); param_1[1] = 0; uVar1 = *(uint *)(iVar4 + 0x14); uVar2 = *(uint *)(iVar4 + 0x10); param_1[3] = 0; *param_1 = uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 | uVar2 << 0x18; param_1[2] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18; return param_1; } /* WARNING: Subroutine does not return */ FUN_000b1650(); }
6333_x86_64-linux-gnux32-dwp_and_x86_64-linux-gnux32-dwp_strip.c
length
FUN_00185010
/* std::wstring::length() const */ undefined4 __thiscall std::wstring::length(wstring *this) { return *(undefined4 *)(this + 4); }
undefined4 FUN_00185010(int param_1) { return *(undefined4 *)(param_1 + 4); }
MOV EAX,dword ptr [ESP + 0x4] MOV EAX,dword ptr [EAX + 0x4] RET
null
null
null
null
[('const-4', u'PTRADD_-1207480232'), (u'LOAD_-1207480294', u'COPY_-1207480294'), ('const-1', u'PTRADD_-1207480232'), ('const-417', u'LOAD_-1207480294'), ('tmp_26', u'PTRADD_-1207480232'), (u'PTRADD_-1207480232', u'CAST_-1207480226'), (u'CAST_-1207480226', u'LOAD_-1207480294'), (u'COPY_-1207480294', u'RETURN_-1207480279'), ('const-0', u'RETURN_-1207480279')]
[(u'LOAD_-1207480294', u'COPY_-1207480294'), ('const-4', u'INT_ADD_-1207480278'), ('tmp_29', u'INT_ADD_-1207480278'), (u'CAST_-1207480226', u'LOAD_-1207480294'), ('const-417', u'LOAD_-1207480294'), (u'COPY_-1207480294', u'RETURN_-1207480279'), (u'INT_ADD_-1207480278', u'CAST_-1207480226'), ('const-0', u'RETURN_-1207480279')]
null
null
00185010
x86
O3
(translation_unit "undefined4 FUN_00185010(int param_1)\n\n{\n return *(undefined4 *)(param_1 + 4);\n}\n\n" (function_definition "undefined4 FUN_00185010(int param_1)\n\n{\n return *(undefined4 *)(param_1 + 4);\n}" type_identifier (function_declarator "FUN_00185010(int param_1)" identifier (parameter_list "(int param_1)" ( (parameter_declaration "int param_1" primitive_type identifier) ))) (compound_statement "{\n return *(undefined4 *)(param_1 + 4);\n}" { (return_statement "return *(undefined4 *)(param_1 + 4);" return (pointer_expression "*(undefined4 *)(param_1 + 4)" * (cast_expression "(undefined4 *)(param_1 + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) )))) ;) })))
(translation_unit "/* std::wstring::length() const */\n\nundefined4 __thiscall std::wstring::length(wstring *this)\n\n{\n return *(undefined4 *)(this + 4);\n}\n\n" comment (function_definition "undefined4 __thiscall std::wstring::length(wstring *this)\n\n{\n return *(undefined4 *)(this + 4);\n}" type_identifier (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::wstring::" identifier : : identifier : :) (function_declarator "length(wstring *this)" identifier (parameter_list "(wstring *this)" ( (parameter_declaration "wstring *this" type_identifier (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n return *(undefined4 *)(this + 4);\n}" { (return_statement "return *(undefined4 *)(this + 4);" return (pointer_expression "*(undefined4 *)(this + 4)" * (cast_expression "(undefined4 *)(this + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 4)" ( (binary_expression "this + 4" identifier + number_literal) )))) ;) })))
(translation_unit "undefined4 FUN_00185010(int param_1)\n\n{\n return *(undefined4 *)(param_1 + 4);\n}\n\n" (function_definition "undefined4 FUN_00185010(int param_1)\n\n{\n return *(undefined4 *)(param_1 + 4);\n}" type_identifier (function_declarator "FUN_00185010(int param_1)" identifier (parameter_list "(int param_1)" ( (parameter_declaration "int param_1" primitive_type identifier) ))) (compound_statement "{\n return *(undefined4 *)(param_1 + 4);\n}" { (return_statement "return *(undefined4 *)(param_1 + 4);" return (pointer_expression "*(undefined4 *)(param_1 + 4)" * (cast_expression "(undefined4 *)(param_1 + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) )))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (return_statement return (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) })))
(function_definition "undefined4 FUN_00185010(int param_1)\n\n{\n return *(undefined4 *)(param_1 + 4);\n}" (type_identifier "undefined4") (function_declarator "FUN_00185010(int param_1)" (identifier "FUN_00185010") (parameter_list "(int param_1)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) () ")"))) (compound_statement "{\n return *(undefined4 *)(param_1 + 4);\n}" ({ "{") (return_statement "return *(undefined4 *)(param_1 + 4);" (return "return") (pointer_expression "*(undefined4 *)(param_1 + 4)" (* "*") (cast_expression "(undefined4 *)(param_1 + 4)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 4)" (( "(") (binary_expression "param_1 + 4" (identifier "param_1") (+ "+") (number_literal "4")) () ")")))) (; ";")) (} "}")))
/* std::wstring::length() const */ type_1 __thiscall std::type_2::function_1(type_2 *var_1) { return *(type_1 *)(var_1 + 4); }
null
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (return_statement (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))))
null
undefined4 MASKED(int param_1) { return *(undefined4 *)(param_1 + 4); }
794_m68k-linux-gnu-ld_and_m68k-linux-gnu-ld_strip.c
bindtextdomain
bindtextdomain
/* WARNING: Control flow encountered bad instruction data */ void bindtextdomain(void) { /* WARNING: Bad instruction - Truncating control flow here */ /* bindtextdomain@@GLIBC_2.0 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ void bindtextdomain(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206398242')]
[('const-1', u'RETURN_-1206398242')]
null
null
0008d2d4
x86
O3
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bindtextdomain(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bindtextdomain(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "bindtextdomain(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 bindtextdomain(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* bindtextdomain@@GLIBC_2.0 */\n halt_baddata();\n}\n\n" comment (function_definition "void bindtextdomain(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* bindtextdomain@@GLIBC_2.0 */\n halt_baddata();\n}" primitive_type (function_declarator "bindtextdomain(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* bindtextdomain@@GLIBC_2.0 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "void bindtextdomain(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void bindtextdomain(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "bindtextdomain(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 bindtextdomain(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "bindtextdomain(void)" (identifier "bindtextdomain") (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 */ /* bindtextdomain@@GLIBC_2.0 */ var_1(); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
null
/* WARNING: Control flow encountered bad instruction data */ void MASKED(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
1049_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c
~Struct_no_interpose
FUN_00039440
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Struct_no_interpose(Struct_no_interpose * this, int __in_chrg) */ void __thiscall gold::General_options::Struct_no_interpose::~Struct_no_interpose (Struct_no_interpose *this,int __in_chrg) { pointer pcVar1; (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_0039d500; pcVar1 = (this->option).longname._M_dataplus._M_p; if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9 *)pcVar1 != &(this->option).longname.field_2) { operator_delete(pcVar1); } return; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00039440(undefined4 *param_1) { *param_1 = &PTR_FUN_0039d500; if ((undefined4 *)param_1[1] != param_1 + 3) { FUN_001fd020((undefined4 *)param_1[1]); } return; }
PUSH EBX CALL 0x00036db0 ADD EBX,0x370bba SUB ESP,0x8 MOV EAX,dword ptr [ESP + 0x10] ADD EAX,0xc LEA EDX,[EBX + 0xffff3500] MOV dword ptr [EAX + -0xc],EDX MOV EDX,dword ptr [EAX + -0x8] CMP EDX,EAX JZ 0x00039472 SUB ESP,0xc PUSH EDX CALL 0x001fd020 ADD ESP,0x10 ADD ESP,0x8 POP EBX RET
null
null
null
null
[('tmp_276', u'PTRSUB_-1206086362'), (u'PTRSUB_-1206086347', u'PTRSUB_-1206086346'), ('tmp_276', u'PTRSUB_-1206086351'), ('tmp_276', u'PTRSUB_-1206086347'), ('const-3790080', u'PTRSUB_-1206086354'), (u'PTRSUB_-1206086362', u'PTRSUB_-1206086357'), (u'PTRSUB_-1206086340', u'LOAD_-1206086517'), (u'LOAD_-1206086517', u'CAST_-1206086337'), ('const-8', u'PTRSUB_-1206086353'), ('const-417', u'LOAD_-1206086517'), ('const-0', u'PTRSUB_-1206086351'), (u'PTRSUB_-1206086353', u'INT_NOTEQUAL_-1206086497'), (u'LOAD_-1206086517', u'CALL_-1206086474'), (u'PTRSUB_-1206086346', u'STORE_-1206086521'), ('const-0', u'PTRSUB_-1206086357'), ('tmp_151', u'CBRANCH_-1206086497'), ('const-0', u'PTRSUB_-1206086354'), (u'PTRSUB_-1206086342', u'PTRSUB_-1206086340'), (u'PTRSUB_-1206086346', u'PTRSUB_-1206086342'), ('const-0', u'PTRSUB_-1206086342'), ('const-0', u'PTRSUB_-1206086340'), (u'PTRSUB_-1206086357', u'PTRSUB_-1206086353'), ('const-0', u'PTRSUB_-1206086346'), ('const-4', u'PTRSUB_-1206086347'), (u'PTRSUB_-1206086354', u'CAST_-1206086344'), (u'CAST_-1206086337', u'INT_NOTEQUAL_-1206086497'), ('const-0', u'PTRSUB_-1206086346'), (u'CAST_-1206086344', u'STORE_-1206086521'), ('const-417', u'STORE_-1206086521'), (u'PTRSUB_-1206086351', u'PTRSUB_-1206086346'), ('const-4', u'PTRSUB_-1206086362'), ('const-0', u'RETURN_-1206086434'), (u'INT_NOTEQUAL_-1206086497', u'CBRANCH_-1206086497')]
[('const-0', u'PTRSUB_-1206086356'), ('const-417', u'LOAD_-1206086517'), ('tmp_151', u'CBRANCH_-1206086497'), (u'PTRADD_-1206086365', u'INT_NOTEQUAL_-1206086497'), (u'CAST_-1206086352', u'CALL_-1206086474'), ('const-1', u'PTRADD_-1206086352'), ('tmp_439', u'STORE_-1206086521'), ('tmp_439', u'PTRADD_-1206086352'), (u'PTRADD_-1206086352', u'LOAD_-1206086517'), (u'LOAD_-1206086517', u'CAST_-1206086352'), ('const-4', u'PTRADD_-1206086365'), (u'PTRSUB_-1206086356', u'STORE_-1206086521'), ('const-3790080', u'PTRSUB_-1206086356'), ('const-4', u'PTRADD_-1206086352'), ('const-3', u'PTRADD_-1206086365'), (u'CAST_-1206086352', u'INT_NOTEQUAL_-1206086497'), ('const-0', u'RETURN_-1206086434'), ('const-417', u'STORE_-1206086521'), (u'INT_NOTEQUAL_-1206086497', u'CBRANCH_-1206086497'), ('tmp_439', u'PTRADD_-1206086365')]
null
null
00039440
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00039440(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_0039d500;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001fd020((undefined4 *)param_1[1]);\n }\n return;\n}\n\n" comment (function_definition "void FUN_00039440(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_0039d500;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001fd020((undefined4 *)param_1[1]);\n }\n return;\n}" primitive_type (function_declarator "FUN_00039440(undefined4 *param_1)" identifier (parameter_list "(undefined4 *param_1)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_0039d500;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001fd020((undefined4 *)param_1[1]);\n }\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_0039d500;" (assignment_expression "*param_1 = &PTR_FUN_0039d500" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_0039d500" & identifier)) ;) (if_statement "if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001fd020((undefined4 *)param_1[1]);\n }" if (parenthesized_expression "((undefined4 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined4 *)param_1[1] != param_1 + 3" (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" 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_001fd020((undefined4 *)param_1[1]);\n }" { (expression_statement "FUN_001fd020((undefined4 *)param_1[1]);" (call_expression "FUN_001fd020((undefined4 *)param_1[1])" identifier (argument_list "((undefined4 *)param_1[1])" ( (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) ))) ;) })) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Struct_no_interpose(Struct_no_interpose * this, int __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_no_interpose::~Struct_no_interpose\n (Struct_no_interpose *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_0039d500;\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 return;\n}\n\n" comment comment (function_definition "void __thiscall\ngold::General_options::Struct_no_interpose::~Struct_no_interpose\n (Struct_no_interpose *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_0039d500;\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 return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::General_options::Struct_no_interpose::~" identifier : : identifier : : identifier : : ~) (function_declarator "Struct_no_interpose\n (Struct_no_interpose *this,int __in_chrg)" identifier (parameter_list "(Struct_no_interpose *this,int __in_chrg)" ( (parameter_declaration "Struct_no_interpose *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_0039d500;\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 return;\n}" { (declaration "pointer pcVar1;" type_identifier identifier ;) (expression_statement "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_0039d500;" (assignment_expression "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_0039d500" (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_0039d500" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR_parse_to_value_0039d500" & 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 ))) ;) })) (return_statement "return;" return ;) })))
(translation_unit "void FUN_00039440(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_0039d500;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001fd020((undefined4 *)param_1[1]);\n }\n return;\n}\n\n" (function_definition "void FUN_00039440(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_0039d500;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001fd020((undefined4 *)param_1[1]);\n }\n return;\n}" primitive_type (function_declarator "FUN_00039440(undefined4 *param_1)" identifier (parameter_list "(undefined4 *param_1)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_0039d500;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001fd020((undefined4 *)param_1[1]);\n }\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_0039d500;" (assignment_expression "*param_1 = &PTR_FUN_0039d500" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_0039d500" & identifier)) ;) (if_statement "if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001fd020((undefined4 *)param_1[1]);\n }" if (parenthesized_expression "((undefined4 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined4 *)param_1[1] != param_1 + 3" (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" 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_001fd020((undefined4 *)param_1[1]);\n }" { (expression_statement "FUN_001fd020((undefined4 *)param_1[1]);" (call_expression "FUN_001fd020((undefined4 *)param_1[1])" identifier (argument_list "((undefined4 *)param_1[1])" ( (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" 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 ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) ))) ;) })) (return_statement return ;) })))
(function_definition "void FUN_00039440(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_0039d500;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001fd020((undefined4 *)param_1[1]);\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_00039440(undefined4 *param_1)" (identifier "FUN_00039440") (parameter_list "(undefined4 *param_1)" (( "(") (parameter_declaration "undefined4 *param_1" (type_identifier "undefined4") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n *param_1 = &PTR_FUN_0039d500;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001fd020((undefined4 *)param_1[1]);\n }\n return;\n}" ({ "{") (expression_statement "*param_1 = &PTR_FUN_0039d500;" (assignment_expression "*param_1 = &PTR_FUN_0039d500" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_0039d500" (& "&") (identifier "PTR_FUN_0039d500"))) (; ";")) (if_statement "if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001fd020((undefined4 *)param_1[1]);\n }" (if "if") (parenthesized_expression "((undefined4 *)param_1[1] != param_1 + 3)" (( "(") (binary_expression "(undefined4 *)param_1[1] != param_1 + 3" (cast_expression "(undefined4 *)param_1[1]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (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_001fd020((undefined4 *)param_1[1]);\n }" ({ "{") (expression_statement "FUN_001fd020((undefined4 *)param_1[1]);" (call_expression "FUN_001fd020((undefined4 *)param_1[1])" (identifier "FUN_001fd020") (argument_list "((undefined4 *)param_1[1])" (( "(") (cast_expression "(undefined4 *)param_1[1]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) () ")"))) (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Struct_no_interpose(Struct_no_interpose * 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_0039d500; 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); } 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))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(undefined4 *param_1) { *param_1 = &PTR_FUN_0039d500; if ((undefined4 *)param_1[1] != param_1 + 3) { FUN_001fd020((undefined4 *)param_1[1]); } return; }
83_x86_64-kfreebsd-gnu-addr2line_and_x86_64-kfreebsd-gnu-addr2line_strip.c
__do_global_dtors_aux
FUN_00012090
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Removing unreachable block (ram,0x000120e6) */ /* WARNING: Removing unreachable block (ram,0x000120f0) */ void __do_global_dtors_aux(void) { if (completed_6888 == '\0') { if (PTR___cxa_finalize_00017fe4 != (undefined *)0x0) { __cxa_finalize(__dso_handle); } deregister_tm_clones(); completed_6888 = '\x01'; } return; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Removing unreachable block (ram,0x000120e6) */ /* WARNING: Removing unreachable block (ram,0x000120f0) */ void FUN_00012090(void) { if (DAT_00018220 == '\0') { if (PTR___cxa_finalize_00017fe4 != (undefined *)0x0) { __cxa_finalize(PTR_LOOP_00018144); } FUN_00012000(); DAT_00018220 = '\x01'; } return; }
PUSH EBP MOV EBP,ESP PUSH EDI PUSH ESI PUSH EBX CALL 0x00011ff0 ADD EBX,0x5f65 SUB ESP,0xc CMP byte ptr [EBX + 0x220],0x0 JNZ 0x00012112 MOV EAX,dword ptr [EBX + 0xffffffe4] TEST EAX,EAX JZ 0x000120c8 SUB ESP,0xc PUSH dword ptr [EBX + 0x144] CALL 0x000114e0 ADD ESP,0x10 LEA EDI,[EBX + 0xfffffedc] LEA ESI,[EBX + 0xfffffee0] MOV EAX,dword ptr [EBX + 0x224] SUB ESI,EDI SAR ESI,0x2 SUB ESI,0x1 CMP EAX,ESI JNC 0x00012106 LEA ESI,[ESI] LEA ESI,[ESI] ADD EAX,0x1 MOV dword ptr [EBX + 0x224],EAX CALL dword ptr [EDI + EAX*0x4] MOV EAX,dword ptr [EBX + 0x224] CMP EAX,ESI JC 0x000120f0 CALL 0x00012000 MOV byte ptr [EBX + 0x220],0x1 LEA ESP,[EBP + -0xc] POP EBX POP ESI POP EDI POP EBP RET
null
null
null
null
[(u'INT_EQUAL_-1205985064', u'CBRANCH_-1205985057'), ('tmp_130', u'CBRANCH_-1205985057'), ('const-0', u'INT_EQUAL_-1205985064'), (u'CALL_-1205984816', u'INDIRECT_-1205984499'), ('const-1', u'COPY_-1205984814'), ('const-0', u'RETURN_-1205984770'), (u'MULTIEQUAL_-1205984491', u'COPY_-1205984544'), (u'CALL_-1205985004', u'INDIRECT_-1205984585'), (u'MULTIEQUAL_-1205984501', u'COPY_-1205984554'), (u'MULTIEQUAL_-1205984486', u'COPY_-1205984539'), ('tmp_1510', u'MULTIEQUAL_-1205984564'), (u'INDIRECT_-1205984514', u'MULTIEQUAL_-1205984501'), ('tmp_1511', u'MULTIEQUAL_-1205984486'), (u'CALL_-1205984816', u'INDIRECT_-1205984509'), ('tmp_1513', u'INT_NOTEQUAL_-1205985034'), (u'INDIRECT_-1205984580', u'MULTIEQUAL_-1205984569'), (u'INT_NOTEQUAL_-1205985034', u'CBRANCH_-1205985034'), ('tmp_1513', u'MULTIEQUAL_-1205984574'), (u'INDIRECT_-1205984575', u'MULTIEQUAL_-1205984564'), (u'INDIRECT_-1205984509', u'MULTIEQUAL_-1205984496'), ('tmp_1510', u'MULTIEQUAL_-1205984491'), (u'INDIRECT_-1205984585', u'MULTIEQUAL_-1205984574'), (u'COPY_-1205984814', u'MULTIEQUAL_-1205984491'), ('tmp_164', u'CBRANCH_-1205985034'), (u'CALL_-1205985004', u'INDIRECT_-1205984580'), ('const-0', u'INT_NOTEQUAL_-1205985034'), (u'CALL_-1205985004', u'INDIRECT_-1205984570'), (u'MULTIEQUAL_-1205984496', u'COPY_-1205984549'), ('tmp_1511', u'MULTIEQUAL_-1205984559'), ('tmp_1513', u'MULTIEQUAL_-1205984501'), ('tmp_1512', u'MULTIEQUAL_-1205984569'), ('tmp_1512', u'CALL_-1205985004'), (u'CALL_-1205985004', u'INDIRECT_-1205984575'), ('tmp_1512', u'MULTIEQUAL_-1205984496'), ('tmp_1510', u'INT_EQUAL_-1205985064'), (u'INDIRECT_-1205984570', u'MULTIEQUAL_-1205984559'), (u'CALL_-1205984816', u'INDIRECT_-1205984514'), (u'CALL_-1205984816', u'INDIRECT_-1205984504'), (u'INDIRECT_-1205984499', u'MULTIEQUAL_-1205984486')]
[(u'INT_EQUAL_-1205985064', u'CBRANCH_-1205985057'), ('tmp_130', u'CBRANCH_-1205985057'), ('const-0', u'INT_EQUAL_-1205985064'), (u'CALL_-1205984816', u'INDIRECT_-1205984499'), ('const-1', u'COPY_-1205984814'), ('const-0', u'RETURN_-1205984770'), (u'MULTIEQUAL_-1205984491', u'COPY_-1205984544'), (u'CALL_-1205985004', u'INDIRECT_-1205984585'), (u'MULTIEQUAL_-1205984501', u'COPY_-1205984554'), (u'MULTIEQUAL_-1205984486', u'COPY_-1205984539'), ('tmp_1510', u'MULTIEQUAL_-1205984564'), (u'INDIRECT_-1205984514', u'MULTIEQUAL_-1205984501'), ('tmp_1511', u'MULTIEQUAL_-1205984486'), (u'CALL_-1205984816', u'INDIRECT_-1205984509'), ('tmp_1513', u'INT_NOTEQUAL_-1205985034'), (u'INDIRECT_-1205984580', u'MULTIEQUAL_-1205984569'), (u'INT_NOTEQUAL_-1205985034', u'CBRANCH_-1205985034'), ('tmp_1513', u'MULTIEQUAL_-1205984574'), (u'INDIRECT_-1205984575', u'MULTIEQUAL_-1205984564'), (u'INDIRECT_-1205984509', u'MULTIEQUAL_-1205984496'), ('tmp_1510', u'MULTIEQUAL_-1205984491'), (u'INDIRECT_-1205984585', u'MULTIEQUAL_-1205984574'), (u'COPY_-1205984814', u'MULTIEQUAL_-1205984491'), ('tmp_164', u'CBRANCH_-1205985034'), (u'CALL_-1205985004', u'INDIRECT_-1205984580'), ('const-0', u'INT_NOTEQUAL_-1205985034'), (u'CALL_-1205985004', u'INDIRECT_-1205984570'), (u'MULTIEQUAL_-1205984496', u'COPY_-1205984549'), ('tmp_1511', u'MULTIEQUAL_-1205984559'), ('tmp_1513', u'MULTIEQUAL_-1205984501'), ('tmp_1512', u'MULTIEQUAL_-1205984569'), ('tmp_1512', u'CALL_-1205985004'), (u'CALL_-1205985004', u'INDIRECT_-1205984575'), ('tmp_1512', u'MULTIEQUAL_-1205984496'), ('tmp_1510', u'INT_EQUAL_-1205985064'), (u'INDIRECT_-1205984570', u'MULTIEQUAL_-1205984559'), (u'CALL_-1205984816', u'INDIRECT_-1205984514'), (u'CALL_-1205984816', u'INDIRECT_-1205984504'), (u'INDIRECT_-1205984499', u'MULTIEQUAL_-1205984486')]
null
null
00012090
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Removing unreachable block (ram,0x000120e6) */\n/* WARNING: Removing unreachable block (ram,0x000120f0) */\n\nvoid FUN_00012090(void)\n\n{\n if (DAT_00018220 == '\0') {\n if (PTR___cxa_finalize_00017fe4 != (undefined *)0x0) {\n __cxa_finalize(PTR_LOOP_00018144);\n }\n FUN_00012000();\n DAT_00018220 = '\x01';\n }\n return;\n}\n\n" comment comment comment (function_definition "void FUN_00012090(void)\n\n{\n if (DAT_00018220 == '\0') {\n if (PTR___cxa_finalize_00017fe4 != (undefined *)0x0) {\n __cxa_finalize(PTR_LOOP_00018144);\n }\n FUN_00012000();\n DAT_00018220 = '\x01';\n }\n return;\n}" primitive_type (function_declarator "FUN_00012090(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n if (DAT_00018220 == '\0') {\n if (PTR___cxa_finalize_00017fe4 != (undefined *)0x0) {\n __cxa_finalize(PTR_LOOP_00018144);\n }\n FUN_00012000();\n DAT_00018220 = '\x01';\n }\n return;\n}" { (if_statement "if (DAT_00018220 == '\0') {\n if (PTR___cxa_finalize_00017fe4 != (undefined *)0x0) {\n __cxa_finalize(PTR_LOOP_00018144);\n }\n FUN_00012000();\n DAT_00018220 = '\x01';\n }" if (parenthesized_expression "(DAT_00018220 == '\0')" ( (binary_expression "DAT_00018220 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n if (PTR___cxa_finalize_00017fe4 != (undefined *)0x0) {\n __cxa_finalize(PTR_LOOP_00018144);\n }\n FUN_00012000();\n DAT_00018220 = '\x01';\n }" { (if_statement "if (PTR___cxa_finalize_00017fe4 != (undefined *)0x0) {\n __cxa_finalize(PTR_LOOP_00018144);\n }" if (parenthesized_expression "(PTR___cxa_finalize_00017fe4 != (undefined *)0x0)" ( (binary_expression "PTR___cxa_finalize_00017fe4 != (undefined *)0x0" identifier != (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n __cxa_finalize(PTR_LOOP_00018144);\n }" { (expression_statement "__cxa_finalize(PTR_LOOP_00018144);" (call_expression "__cxa_finalize(PTR_LOOP_00018144)" identifier (argument_list "(PTR_LOOP_00018144)" ( identifier ))) ;) })) (expression_statement "FUN_00012000();" (call_expression "FUN_00012000()" identifier (argument_list "()" ( ))) ;) (expression_statement "DAT_00018220 = '\x01';" (assignment_expression "DAT_00018220 = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')) ;) })) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Removing unreachable block (ram,0x000120e6) */\n/* WARNING: Removing unreachable block (ram,0x000120f0) */\n\nvoid __do_global_dtors_aux(void)\n\n{\n if (completed_6888 == '\0') {\n if (PTR___cxa_finalize_00017fe4 != (undefined *)0x0) {\n __cxa_finalize(__dso_handle);\n }\n deregister_tm_clones();\n completed_6888 = '\x01';\n }\n return;\n}\n\n" comment comment comment (function_definition "void __do_global_dtors_aux(void)\n\n{\n if (completed_6888 == '\0') {\n if (PTR___cxa_finalize_00017fe4 != (undefined *)0x0) {\n __cxa_finalize(__dso_handle);\n }\n deregister_tm_clones();\n completed_6888 = '\x01';\n }\n return;\n}" primitive_type (function_declarator "__do_global_dtors_aux(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n if (completed_6888 == '\0') {\n if (PTR___cxa_finalize_00017fe4 != (undefined *)0x0) {\n __cxa_finalize(__dso_handle);\n }\n deregister_tm_clones();\n completed_6888 = '\x01';\n }\n return;\n}" { (if_statement "if (completed_6888 == '\0') {\n if (PTR___cxa_finalize_00017fe4 != (undefined *)0x0) {\n __cxa_finalize(__dso_handle);\n }\n deregister_tm_clones();\n completed_6888 = '\x01';\n }" if (parenthesized_expression "(completed_6888 == '\0')" ( (binary_expression "completed_6888 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n if (PTR___cxa_finalize_00017fe4 != (undefined *)0x0) {\n __cxa_finalize(__dso_handle);\n }\n deregister_tm_clones();\n completed_6888 = '\x01';\n }" { (if_statement "if (PTR___cxa_finalize_00017fe4 != (undefined *)0x0) {\n __cxa_finalize(__dso_handle);\n }" if (parenthesized_expression "(PTR___cxa_finalize_00017fe4 != (undefined *)0x0)" ( (binary_expression "PTR___cxa_finalize_00017fe4 != (undefined *)0x0" identifier != (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n __cxa_finalize(__dso_handle);\n }" { (expression_statement "__cxa_finalize(__dso_handle);" (call_expression "__cxa_finalize(__dso_handle)" identifier (argument_list "(__dso_handle)" ( identifier ))) ;) })) (expression_statement "deregister_tm_clones();" (call_expression "deregister_tm_clones()" identifier (argument_list "()" ( ))) ;) (expression_statement "completed_6888 = '\x01';" (assignment_expression "completed_6888 = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')) ;) })) (return_statement "return;" return ;) })))
(translation_unit "void FUN_00012090(void)\n\n{\n if (DAT_00018220 == '\0') {\n if (PTR___cxa_finalize_00017fe4 != (undefined *)0x0) {\n __cxa_finalize(PTR_LOOP_00018144);\n }\n FUN_00012000();\n DAT_00018220 = '\x01';\n }\n return;\n}\n\n" (function_definition "void FUN_00012090(void)\n\n{\n if (DAT_00018220 == '\0') {\n if (PTR___cxa_finalize_00017fe4 != (undefined *)0x0) {\n __cxa_finalize(PTR_LOOP_00018144);\n }\n FUN_00012000();\n DAT_00018220 = '\x01';\n }\n return;\n}" primitive_type (function_declarator "FUN_00012090(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n if (DAT_00018220 == '\0') {\n if (PTR___cxa_finalize_00017fe4 != (undefined *)0x0) {\n __cxa_finalize(PTR_LOOP_00018144);\n }\n FUN_00012000();\n DAT_00018220 = '\x01';\n }\n return;\n}" { (if_statement "if (DAT_00018220 == '\0') {\n if (PTR___cxa_finalize_00017fe4 != (undefined *)0x0) {\n __cxa_finalize(PTR_LOOP_00018144);\n }\n FUN_00012000();\n DAT_00018220 = '\x01';\n }" if (parenthesized_expression "(DAT_00018220 == '\0')" ( (binary_expression "DAT_00018220 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n if (PTR___cxa_finalize_00017fe4 != (undefined *)0x0) {\n __cxa_finalize(PTR_LOOP_00018144);\n }\n FUN_00012000();\n DAT_00018220 = '\x01';\n }" { (if_statement "if (PTR___cxa_finalize_00017fe4 != (undefined *)0x0) {\n __cxa_finalize(PTR_LOOP_00018144);\n }" if (parenthesized_expression "(PTR___cxa_finalize_00017fe4 != (undefined *)0x0)" ( (binary_expression "PTR___cxa_finalize_00017fe4 != (undefined *)0x0" identifier != (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n __cxa_finalize(PTR_LOOP_00018144);\n }" { (expression_statement "__cxa_finalize(PTR_LOOP_00018144);" (call_expression "__cxa_finalize(PTR_LOOP_00018144)" identifier (argument_list "(PTR_LOOP_00018144)" ( identifier ))) ;) })) (expression_statement "FUN_00012000();" (call_expression "FUN_00012000()" identifier (argument_list "()" ( ))) ;) (expression_statement "DAT_00018220 = '\x01';" (assignment_expression "DAT_00018220 = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')) ;) })) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) (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 ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (assignment_expression IDENT = (char_literal ' escape_sequence ')) ;) })) (return_statement return ;) })))
(function_definition "void FUN_00012090(void)\n\n{\n if (DAT_00018220 == '\0') {\n if (PTR___cxa_finalize_00017fe4 != (undefined *)0x0) {\n __cxa_finalize(PTR_LOOP_00018144);\n }\n FUN_00012000();\n DAT_00018220 = '\x01';\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_00012090(void)" (identifier "FUN_00012090") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n if (DAT_00018220 == '\0') {\n if (PTR___cxa_finalize_00017fe4 != (undefined *)0x0) {\n __cxa_finalize(PTR_LOOP_00018144);\n }\n FUN_00012000();\n DAT_00018220 = '\x01';\n }\n return;\n}" ({ "{") (if_statement "if (DAT_00018220 == '\0') {\n if (PTR___cxa_finalize_00017fe4 != (undefined *)0x0) {\n __cxa_finalize(PTR_LOOP_00018144);\n }\n FUN_00012000();\n DAT_00018220 = '\x01';\n }" (if "if") (parenthesized_expression "(DAT_00018220 == '\0')" (( "(") (binary_expression "DAT_00018220 == '\0'" (identifier "DAT_00018220") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n if (PTR___cxa_finalize_00017fe4 != (undefined *)0x0) {\n __cxa_finalize(PTR_LOOP_00018144);\n }\n FUN_00012000();\n DAT_00018220 = '\x01';\n }" ({ "{") (if_statement "if (PTR___cxa_finalize_00017fe4 != (undefined *)0x0) {\n __cxa_finalize(PTR_LOOP_00018144);\n }" (if "if") (parenthesized_expression "(PTR___cxa_finalize_00017fe4 != (undefined *)0x0)" (( "(") (binary_expression "PTR___cxa_finalize_00017fe4 != (undefined *)0x0" (identifier "PTR___cxa_finalize_00017fe4") (!= "!=") (cast_expression "(undefined *)0x0" (( "(") (type_descriptor "undefined *" (type_identifier "undefined") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n __cxa_finalize(PTR_LOOP_00018144);\n }" ({ "{") (expression_statement "__cxa_finalize(PTR_LOOP_00018144);" (call_expression "__cxa_finalize(PTR_LOOP_00018144)" (identifier "__cxa_finalize") (argument_list "(PTR_LOOP_00018144)" (( "(") (identifier "PTR_LOOP_00018144") () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_00012000();" (call_expression "FUN_00012000()" (identifier "FUN_00012000") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "DAT_00018220 = '\x01';" (assignment_expression "DAT_00018220 = '\x01'" (identifier "DAT_00018220") (= "=") (char_literal "'\x01'" (' "'") (escape_sequence "\x01") (' "'"))) (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Removing unreachable block (ram,0x000120e6) */ /* WARNING: Removing unreachable block (ram,0x000120f0) */ void function_1(void) { if (var_1 == '\0') { if (var_2 != (type_1 *)0x0) { var_3(__dso_handle); } var_4(); var_1 = '\x01'; } return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) 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 (identifier)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (assignment_expression left: (identifier) right: (char_literal (escape_sequence)))))) (return_statement))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Removing unreachable block (ram,0x000120e6) */ /* WARNING: Removing unreachable block (ram,0x000120f0) */ void MASKED(void) { if (DAT_00018220 == '\0') { if (PTR___cxa_finalize_00017fe4 != (undefined *)0x0) { __cxa_finalize(PTR_LOOP_00018144); } FUN_00012000(); DAT_00018220 = '\x01'; } return; }
2185_bash_and_bash_strip.c
_rl_set_mark_at_pos
_rl_set_mark_at_pos
/* WARNING: Function: __x86.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */ int _rl_set_mark_at_pos(int position) { int iVar1; iVar1 = 1; if ((-1 < position) && (position <= rl_end)) { rl_mark = position; iVar1 = 0; } return iVar1; }
/* WARNING: Function: __i686.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */ undefined4 _rl_set_mark_at_pos(int param_1) { undefined4 uVar1; uVar1 = 1; if ((-1 < param_1) && (param_1 <= rl_end)) { rl_mark = param_1; uVar1 = 0; } return uVar1; }
CALL 0x00032a59 ADD ECX,0x6bdab PUSH EBX MOV EDX,dword ptr [ESP + 0x8] MOV EAX,0x1 TEST EDX,EDX JS 0x0010627d LEA EBX,[ECX + 0xd8cc] CMP dword ptr [EBX],EDX JL 0x0010627d LEA EAX,[ECX + 0xd97c] MOV dword ptr [EAX],EDX XOR EAX,EAX POP EBX RET
null
null
null
null
[('tmp_180', u'INT_SLESSEQUAL_-1206951255'), ('tmp_180', u'COPY_-1206951255'), ('tmp_296', u'MULTIEQUAL_-1206951149'), (u'COPY_-1206951255', u'MULTIEQUAL_-1206951149'), (u'MULTIEQUAL_-1206951149', u'COPY_-1206951208'), ('tmp_297', u'INT_SLESSEQUAL_-1206951255'), ('const-0', u'COPY_-1206951250'), (u'INT_SLESSEQUAL_-1206951255', u'CBRANCH_-1206951263'), ('tmp_297', u'COPY_-1206951209'), (u'INT_SLESS_-1206951288', u'CBRANCH_-1206951288'), ('tmp_76', u'CBRANCH_-1206951288'), ('tmp_117', u'CBRANCH_-1206951263'), (u'COPY_-1206951250', u'MULTIEQUAL_-1206951163'), ('tmp_180', u'INT_SLESS_-1206951288'), ('const-0', u'RETURN_-1206951225'), (u'MULTIEQUAL_-1206951163', u'RETURN_-1206951225'), ('const-4294967295', u'INT_SLESS_-1206951288'), ('const-1', u'COPY_-1206951309'), (u'COPY_-1206951309', u'MULTIEQUAL_-1206951163')]
[('tmp_273', u'INT_SLESS_-1206951288'), ('tmp_296', u'MULTIEQUAL_-1206951149'), (u'COPY_-1206951255', u'MULTIEQUAL_-1206951149'), (u'MULTIEQUAL_-1206951149', u'COPY_-1206951208'), ('tmp_297', u'INT_SLESSEQUAL_-1206951255'), ('const-0', u'COPY_-1206951250'), (u'INT_SLESSEQUAL_-1206951255', u'CBRANCH_-1206951263'), ('tmp_297', u'COPY_-1206951209'), (u'INT_SLESS_-1206951288', u'CBRANCH_-1206951288'), ('tmp_273', u'INT_SLESSEQUAL_-1206951255'), ('tmp_273', u'COPY_-1206951255'), ('tmp_76', u'CBRANCH_-1206951288'), ('tmp_117', u'CBRANCH_-1206951263'), (u'COPY_-1206951250', u'MULTIEQUAL_-1206951163'), ('const-0', u'RETURN_-1206951225'), (u'MULTIEQUAL_-1206951163', u'RETURN_-1206951225'), ('const-4294967295', u'INT_SLESS_-1206951288'), ('const-1', u'COPY_-1206951309'), (u'COPY_-1206951309', u'MULTIEQUAL_-1206951163')]
null
null
00106250
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */\n\nundefined4 _rl_set_mark_at_pos(int param_1)\n\n{\n undefined4 uVar1;\n \n uVar1 = 1;\n if ((-1 < param_1) && (param_1 <= rl_end)) {\n rl_mark = param_1;\n uVar1 = 0;\n }\n return uVar1;\n}\n\n" comment (function_definition "undefined4 _rl_set_mark_at_pos(int param_1)\n\n{\n undefined4 uVar1;\n \n uVar1 = 1;\n if ((-1 < param_1) && (param_1 <= rl_end)) {\n rl_mark = param_1;\n uVar1 = 0;\n }\n return uVar1;\n}" type_identifier (function_declarator "_rl_set_mark_at_pos(int param_1)" identifier (parameter_list "(int param_1)" ( (parameter_declaration "int param_1" primitive_type identifier) ))) (compound_statement "{\n undefined4 uVar1;\n \n uVar1 = 1;\n if ((-1 < param_1) && (param_1 <= rl_end)) {\n rl_mark = param_1;\n uVar1 = 0;\n }\n return uVar1;\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (expression_statement "uVar1 = 1;" (assignment_expression "uVar1 = 1" identifier = number_literal) ;) (if_statement "if ((-1 < param_1) && (param_1 <= rl_end)) {\n rl_mark = param_1;\n uVar1 = 0;\n }" if (parenthesized_expression "((-1 < param_1) && (param_1 <= rl_end))" ( (binary_expression "(-1 < param_1) && (param_1 <= rl_end)" (parenthesized_expression "(-1 < param_1)" ( (binary_expression "-1 < param_1" number_literal < identifier) )) && (parenthesized_expression "(param_1 <= rl_end)" ( (binary_expression "param_1 <= rl_end" identifier <= identifier) ))) )) (compound_statement "{\n rl_mark = param_1;\n uVar1 = 0;\n }" { (expression_statement "rl_mark = param_1;" (assignment_expression "rl_mark = param_1" identifier = identifier) ;) (expression_statement "uVar1 = 0;" (assignment_expression "uVar1 = 0" identifier = number_literal) ;) })) (return_statement "return uVar1;" return identifier ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */\n\nint _rl_set_mark_at_pos(int position)\n\n{\n int iVar1;\n \n iVar1 = 1;\n if ((-1 < position) && (position <= rl_end)) {\n rl_mark = position;\n iVar1 = 0;\n }\n return iVar1;\n}\n\n" comment (function_definition "int _rl_set_mark_at_pos(int position)\n\n{\n int iVar1;\n \n iVar1 = 1;\n if ((-1 < position) && (position <= rl_end)) {\n rl_mark = position;\n iVar1 = 0;\n }\n return iVar1;\n}" primitive_type (function_declarator "_rl_set_mark_at_pos(int position)" identifier (parameter_list "(int position)" ( (parameter_declaration "int position" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = 1;\n if ((-1 < position) && (position <= rl_end)) {\n rl_mark = position;\n iVar1 = 0;\n }\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = 1;" (assignment_expression "iVar1 = 1" identifier = number_literal) ;) (if_statement "if ((-1 < position) && (position <= rl_end)) {\n rl_mark = position;\n iVar1 = 0;\n }" if (parenthesized_expression "((-1 < position) && (position <= rl_end))" ( (binary_expression "(-1 < position) && (position <= rl_end)" (parenthesized_expression "(-1 < position)" ( (binary_expression "-1 < position" number_literal < identifier) )) && (parenthesized_expression "(position <= rl_end)" ( (binary_expression "position <= rl_end" identifier <= identifier) ))) )) (compound_statement "{\n rl_mark = position;\n iVar1 = 0;\n }" { (expression_statement "rl_mark = position;" (assignment_expression "rl_mark = position" identifier = identifier) ;) (expression_statement "iVar1 = 0;" (assignment_expression "iVar1 = 0" identifier = number_literal) ;) })) (return_statement "return iVar1;" return identifier ;) })))
(translation_unit "undefined4 _rl_set_mark_at_pos(int param_1)\n\n{\n undefined4 uVar1;\n \n uVar1 = 1;\n if ((-1 < param_1) && (param_1 <= rl_end)) {\n rl_mark = param_1;\n uVar1 = 0;\n }\n return uVar1;\n}\n\n" (function_definition "undefined4 _rl_set_mark_at_pos(int param_1)\n\n{\n undefined4 uVar1;\n \n uVar1 = 1;\n if ((-1 < param_1) && (param_1 <= rl_end)) {\n rl_mark = param_1;\n uVar1 = 0;\n }\n return uVar1;\n}" type_identifier (function_declarator "_rl_set_mark_at_pos(int param_1)" identifier (parameter_list "(int param_1)" ( (parameter_declaration "int param_1" primitive_type identifier) ))) (compound_statement "{\n undefined4 uVar1;\n \n uVar1 = 1;\n if ((-1 < param_1) && (param_1 <= rl_end)) {\n rl_mark = param_1;\n uVar1 = 0;\n }\n return uVar1;\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (expression_statement "uVar1 = 1;" (assignment_expression "uVar1 = 1" identifier = number_literal) ;) (if_statement "if ((-1 < param_1) && (param_1 <= rl_end)) {\n rl_mark = param_1;\n uVar1 = 0;\n }" if (parenthesized_expression "((-1 < param_1) && (param_1 <= rl_end))" ( (binary_expression "(-1 < param_1) && (param_1 <= rl_end)" (parenthesized_expression "(-1 < param_1)" ( (binary_expression "-1 < param_1" number_literal < identifier) )) && (parenthesized_expression "(param_1 <= rl_end)" ( (binary_expression "param_1 <= rl_end" identifier <= identifier) ))) )) (compound_statement "{\n rl_mark = param_1;\n uVar1 = 0;\n }" { (expression_statement "rl_mark = param_1;" (assignment_expression "rl_mark = param_1" identifier = identifier) ;) (expression_statement "uVar1 = 0;" (assignment_expression "uVar1 = 0" identifier = number_literal) ;) })) (return_statement "return uVar1;" return identifier ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression LIT < IDENT) )) && (parenthesized_expression ( (binary_expression IDENT <= IDENT) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) })) (return_statement return IDENT ;) })))
(function_definition "undefined4 _rl_set_mark_at_pos(int param_1)\n\n{\n undefined4 uVar1;\n \n uVar1 = 1;\n if ((-1 < param_1) && (param_1 <= rl_end)) {\n rl_mark = param_1;\n uVar1 = 0;\n }\n return uVar1;\n}" (type_identifier "undefined4") (function_declarator "_rl_set_mark_at_pos(int param_1)" (identifier "_rl_set_mark_at_pos") (parameter_list "(int param_1)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) () ")"))) (compound_statement "{\n undefined4 uVar1;\n \n uVar1 = 1;\n if ((-1 < param_1) && (param_1 <= rl_end)) {\n rl_mark = param_1;\n uVar1 = 0;\n }\n return uVar1;\n}" ({ "{") (declaration "undefined4 uVar1;" (type_identifier "undefined4") (identifier "uVar1") (; ";")) (expression_statement "uVar1 = 1;" (assignment_expression "uVar1 = 1" (identifier "uVar1") (= "=") (number_literal "1")) (; ";")) (if_statement "if ((-1 < param_1) && (param_1 <= rl_end)) {\n rl_mark = param_1;\n uVar1 = 0;\n }" (if "if") (parenthesized_expression "((-1 < param_1) && (param_1 <= rl_end))" (( "(") (binary_expression "(-1 < param_1) && (param_1 <= rl_end)" (parenthesized_expression "(-1 < param_1)" (( "(") (binary_expression "-1 < param_1" (number_literal "-1") (< "<") (identifier "param_1")) () ")")) (&& "&&") (parenthesized_expression "(param_1 <= rl_end)" (( "(") (binary_expression "param_1 <= rl_end" (identifier "param_1") (<= "<=") (identifier "rl_end")) () ")"))) () ")")) (compound_statement "{\n rl_mark = param_1;\n uVar1 = 0;\n }" ({ "{") (expression_statement "rl_mark = param_1;" (assignment_expression "rl_mark = param_1" (identifier "rl_mark") (= "=") (identifier "param_1")) (; ";")) (expression_statement "uVar1 = 0;" (assignment_expression "uVar1 = 0" (identifier "uVar1") (= "=") (number_literal "0")) (; ";")) (} "}"))) (return_statement "return uVar1;" (return "return") (identifier "uVar1") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */ int function_1(int var_1) { int iVar1; iVar1 = 1; if ((-1 < var_1) && (var_1 <= var_2)) { rl_mark = var_1; iVar1 = 0; } return iVar1; }
null
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) right: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))))) (return_statement (identifier)))))
null
/* WARNING: Function: __i686.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */ undefined4 MASKED(int param_1) { undefined4 uVar1; uVar1 = 1; if ((-1 < param_1) && (param_1 <= rl_end)) { rl_mark = param_1; uVar1 = 0; } return uVar1; }
8344_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c
front
FUN_0024cd30
/* std::wstring::front() const */ undefined4 __thiscall std::wstring::front(wstring *this) { return *(undefined4 *)this; }
undefined4 FUN_0024cd30(undefined4 *param_1) { return *param_1; }
MOV EAX,dword ptr [ESP + 0x4] MOV EAX,dword ptr [EAX] RET
null
null
null
null
[('tmp_23', u'CAST_-1204040323'), ('const-0', u'RETURN_-1204040377'), (u'LOAD_-1204040391', u'COPY_-1204040391'), ('const-417', u'LOAD_-1204040391'), (u'COPY_-1204040391', u'RETURN_-1204040377'), (u'CAST_-1204040323', u'LOAD_-1204040391')]
[('const-417', u'LOAD_-1204040391'), ('const-0', u'RETURN_-1204040377'), (u'LOAD_-1204040391', u'COPY_-1204040391'), ('tmp_26', u'LOAD_-1204040391'), (u'COPY_-1204040391', u'RETURN_-1204040377')]
null
null
0024cd30
x86
O3
(translation_unit "undefined4 FUN_0024cd30(undefined4 *param_1)\n\n{\n return *param_1;\n}\n\n" (function_definition "undefined4 FUN_0024cd30(undefined4 *param_1)\n\n{\n return *param_1;\n}" type_identifier (function_declarator "FUN_0024cd30(undefined4 *param_1)" identifier (parameter_list "(undefined4 *param_1)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n return *param_1;\n}" { (return_statement "return *param_1;" return (pointer_expression "*param_1" * identifier) ;) })))
(translation_unit "/* std::wstring::front() const */\n\nundefined4 __thiscall std::wstring::front(wstring *this)\n\n{\n return *(undefined4 *)this;\n}\n\n" comment (function_definition "undefined4 __thiscall std::wstring::front(wstring *this)\n\n{\n return *(undefined4 *)this;\n}" type_identifier (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::wstring::" identifier : : identifier : :) (function_declarator "front(wstring *this)" identifier (parameter_list "(wstring *this)" ( (parameter_declaration "wstring *this" type_identifier (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n return *(undefined4 *)this;\n}" { (return_statement "return *(undefined4 *)this;" return (pointer_expression "*(undefined4 *)this" * (cast_expression "(undefined4 *)this" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) })))
(translation_unit "undefined4 FUN_0024cd30(undefined4 *param_1)\n\n{\n return *param_1;\n}\n\n" (function_definition "undefined4 FUN_0024cd30(undefined4 *param_1)\n\n{\n return *param_1;\n}" type_identifier (function_declarator "FUN_0024cd30(undefined4 *param_1)" identifier (parameter_list "(undefined4 *param_1)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n return *param_1;\n}" { (return_statement "return *param_1;" return (pointer_expression "*param_1" * identifier) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (return_statement return (pointer_expression * IDENT) ;) })))
(function_definition "undefined4 FUN_0024cd30(undefined4 *param_1)\n\n{\n return *param_1;\n}" (type_identifier "undefined4") (function_declarator "FUN_0024cd30(undefined4 *param_1)" (identifier "FUN_0024cd30") (parameter_list "(undefined4 *param_1)" (( "(") (parameter_declaration "undefined4 *param_1" (type_identifier "undefined4") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n return *param_1;\n}" ({ "{") (return_statement "return *param_1;" (return "return") (pointer_expression "*param_1" (* "*") (identifier "param_1")) (; ";")) (} "}")))
/* std::wstring::front() const */ type_1 __thiscall std::type_2::function_1(type_2 *this) { return *(type_1 *)this; }
null
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (return_statement (pointer_expression argument: (identifier))))))
null
undefined4 MASKED(undefined4 *param_1) { return *param_1; }
133_sparc64-linux-gnu-elfedit_and_sparc64-linux-gnu-elfedit_strip.c
sbrk
sbrk
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * sbrk(intptr_t __delta) { /* WARNING: Bad instruction - Truncating control flow here */ /* sbrk@@GLIBC_2.0 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * sbrk(intptr_t __delta) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1205952342')]
[('const-1', u'RETURN_-1205952342')]
null
null
0001a0a0
x86
O3
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * sbrk(intptr_t __delta)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "void * sbrk(intptr_t __delta)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (pointer_declarator "* sbrk(intptr_t __delta)" * (function_declarator "sbrk(intptr_t __delta)" identifier (parameter_list "(intptr_t __delta)" ( (parameter_declaration "intptr_t __delta" primitive_type identifier) )))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * sbrk(intptr_t __delta)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* sbrk@@GLIBC_2.0 */\n halt_baddata();\n}\n\n" comment comment (function_definition "void * sbrk(intptr_t __delta)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* sbrk@@GLIBC_2.0 */\n halt_baddata();\n}" primitive_type (pointer_declarator "* sbrk(intptr_t __delta)" * (function_declarator "sbrk(intptr_t __delta)" identifier (parameter_list "(intptr_t __delta)" ( (parameter_declaration "intptr_t __delta" primitive_type identifier) )))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* sbrk@@GLIBC_2.0 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "void * sbrk(intptr_t __delta)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void * sbrk(intptr_t __delta)\n\n{\n \n halt_baddata();\n}" primitive_type (pointer_declarator "* sbrk(intptr_t __delta)" * (function_declarator "sbrk(intptr_t __delta)" identifier (parameter_list "(intptr_t __delta)" ( (parameter_declaration "intptr_t __delta" primitive_type identifier) )))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) )))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "void * sbrk(intptr_t __delta)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (pointer_declarator "* sbrk(intptr_t __delta)" (* "*") (function_declarator "sbrk(intptr_t __delta)" (identifier "sbrk") (parameter_list "(intptr_t __delta)" (( "(") (parameter_declaration "intptr_t __delta" (primitive_type "intptr_t") (identifier "__delta")) () ")")))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * function_1(intptr_t __delta) { /* WARNING: Bad instruction - Truncating control flow here */ /* sbrk@@GLIBC_2.0 */ var_1(); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
null
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * MASKED(intptr_t __delta) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
10_sg_logs_and_sg_logs_strip.c
fgets
fgets
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * fgets(char *__s,int __n,FILE *__stream) { char *pcVar1; pcVar1 = (char *)(*(code *)PTR_fgets_00038f28)(); return pcVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * fgets(char *__s,int __n,FILE *__stream) { char *pcVar1; pcVar1 = (char *)(*(code *)PTR_fgets_00038f28)(); return pcVar1; }
JMP dword ptr [EBX + 0x28]
null
null
null
null
[(u'CALLIND_-1205985094', u'CAST_-1205985012'), (u'INDIRECT_-1205985021', u'COPY_-1205985080'), ('tmp_77', u'CAST_-1205985013'), (u'CALLIND_-1205985094', u'INDIRECT_-1205985021'), (u'CAST_-1205985012', u'RETURN_-1205985091'), (u'CAST_-1205985013', u'CALLIND_-1205985094'), ('const-0', u'RETURN_-1205985091')]
[(u'CALLIND_-1205985094', u'CAST_-1205985012'), (u'INDIRECT_-1205985021', u'COPY_-1205985080'), ('tmp_77', u'CAST_-1205985013'), (u'CALLIND_-1205985094', u'INDIRECT_-1205985021'), (u'CAST_-1205985012', u'RETURN_-1205985091'), (u'CAST_-1205985013', u'CALLIND_-1205985094'), ('const-0', u'RETURN_-1205985091')]
null
null
000120b0
x86
O3
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * fgets(char *__s,int __n,FILE *__stream)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_fgets_00038f28)();\n return pcVar1;\n}\n\n" comment (function_definition "char * fgets(char *__s,int __n,FILE *__stream)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_fgets_00038f28)();\n return pcVar1;\n}" primitive_type (pointer_declarator "* fgets(char *__s,int __n,FILE *__stream)" * (function_declarator "fgets(char *__s,int __n,FILE *__stream)" identifier (parameter_list "(char *__s,int __n,FILE *__stream)" ( (parameter_declaration "char *__s" primitive_type (pointer_declarator "*__s" * identifier)) , (parameter_declaration "int __n" primitive_type identifier) , (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) )))) (compound_statement "{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_fgets_00038f28)();\n return pcVar1;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (expression_statement "pcVar1 = (char *)(*(code *)PTR_fgets_00038f28)();" (assignment_expression "pcVar1 = (char *)(*(code *)PTR_fgets_00038f28)()" identifier = (cast_expression "(char *)(*(code *)PTR_fgets_00038f28)()" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_fgets_00038f28)()" (parenthesized_expression "(*(code *)PTR_fgets_00038f28)" ( (pointer_expression "*(code *)PTR_fgets_00038f28" * (cast_expression "(code *)PTR_fgets_00038f28" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return pcVar1;" return identifier ;) })))
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * fgets(char *__s,int __n,FILE *__stream)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_fgets_00038f28)();\n return pcVar1;\n}\n\n" comment (function_definition "char * fgets(char *__s,int __n,FILE *__stream)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_fgets_00038f28)();\n return pcVar1;\n}" primitive_type (pointer_declarator "* fgets(char *__s,int __n,FILE *__stream)" * (function_declarator "fgets(char *__s,int __n,FILE *__stream)" identifier (parameter_list "(char *__s,int __n,FILE *__stream)" ( (parameter_declaration "char *__s" primitive_type (pointer_declarator "*__s" * identifier)) , (parameter_declaration "int __n" primitive_type identifier) , (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) )))) (compound_statement "{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_fgets_00038f28)();\n return pcVar1;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (expression_statement "pcVar1 = (char *)(*(code *)PTR_fgets_00038f28)();" (assignment_expression "pcVar1 = (char *)(*(code *)PTR_fgets_00038f28)()" identifier = (cast_expression "(char *)(*(code *)PTR_fgets_00038f28)()" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_fgets_00038f28)()" (parenthesized_expression "(*(code *)PTR_fgets_00038f28)" ( (pointer_expression "*(code *)PTR_fgets_00038f28" * (cast_expression "(code *)PTR_fgets_00038f28" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return pcVar1;" return identifier ;) })))
(translation_unit "char * fgets(char *__s,int __n,FILE *__stream)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_fgets_00038f28)();\n return pcVar1;\n}\n\n" (function_definition "char * fgets(char *__s,int __n,FILE *__stream)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_fgets_00038f28)();\n return pcVar1;\n}" primitive_type (pointer_declarator "* fgets(char *__s,int __n,FILE *__stream)" * (function_declarator "fgets(char *__s,int __n,FILE *__stream)" identifier (parameter_list "(char *__s,int __n,FILE *__stream)" ( (parameter_declaration "char *__s" primitive_type (pointer_declarator "*__s" * identifier)) , (parameter_declaration "int __n" primitive_type identifier) , (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) )))) (compound_statement "{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_fgets_00038f28)();\n return pcVar1;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (expression_statement "pcVar1 = (char *)(*(code *)PTR_fgets_00038f28)();" (assignment_expression "pcVar1 = (char *)(*(code *)PTR_fgets_00038f28)()" identifier = (cast_expression "(char *)(*(code *)PTR_fgets_00038f28)()" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_fgets_00038f28)()" (parenthesized_expression "(*(code *)PTR_fgets_00038f28)" ( (pointer_expression "*(code *)PTR_fgets_00038f28" * (cast_expression "(code *)PTR_fgets_00038f28" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return pcVar1;" return identifier ;) })))
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( ))))) ;) (return_statement return IDENT ;) })))
(function_definition "char * fgets(char *__s,int __n,FILE *__stream)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_fgets_00038f28)();\n return pcVar1;\n}" (primitive_type "char") (pointer_declarator "* fgets(char *__s,int __n,FILE *__stream)" (* "*") (function_declarator "fgets(char *__s,int __n,FILE *__stream)" (identifier "fgets") (parameter_list "(char *__s,int __n,FILE *__stream)" (( "(") (parameter_declaration "char *__s" (primitive_type "char") (pointer_declarator "*__s" (* "*") (identifier "__s"))) (, ",") (parameter_declaration "int __n" (primitive_type "int") (identifier "__n")) (, ",") (parameter_declaration "FILE *__stream" (type_identifier "FILE") (pointer_declarator "*__stream" (* "*") (identifier "__stream"))) () ")")))) (compound_statement "{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_fgets_00038f28)();\n return pcVar1;\n}" ({ "{") (declaration "char *pcVar1;" (primitive_type "char") (pointer_declarator "*pcVar1" (* "*") (identifier "pcVar1")) (; ";")) (expression_statement "pcVar1 = (char *)(*(code *)PTR_fgets_00038f28)();" (assignment_expression "pcVar1 = (char *)(*(code *)PTR_fgets_00038f28)()" (identifier "pcVar1") (= "=") (cast_expression "(char *)(*(code *)PTR_fgets_00038f28)()" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "(*(code *)PTR_fgets_00038f28)()" (parenthesized_expression "(*(code *)PTR_fgets_00038f28)" (( "(") (pointer_expression "*(code *)PTR_fgets_00038f28" (* "*") (cast_expression "(code *)PTR_fgets_00038f28" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_fgets_00038f28"))) () ")")) (argument_list "()" (( "(") () ")"))))) (; ";")) (return_statement "return pcVar1;" (return "return") (identifier "pcVar1") (; ";")) (} "}")))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * function_1(char *__s,int __n,type_1 *__stream) { char *pcVar1; pcVar1 = (char *)(*(type_2 *)PTR_fgets_00038f28)(); return pcVar1; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list))))) (return_statement (identifier)))))
null
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * MASKED(char *__s,int __n,FILE *__stream) { char *pcVar1; pcVar1 = (char *)(*(code *)PTR_MASKED_00038f28)(); return pcVar1; }
8205_powerpc64le-linux-gnu-dwp_and_powerpc64le-linux-gnu-dwp_strip.c
operator<<
FUN_001f5d10
/* std::wostream::TEMPNAMEPLACEHOLDERVALUE(std::wios& (*)(std::wios&)) */ wostream * __thiscall std::wostream::operator<<(wostream *this,_func_wios_ptr_wios_ptr *param_1) { (*param_1)((wios *)(this + *(int *)(*(int *)this + -0xc))); return this; }
int * FUN_001f5d10(int *param_1,code *param_2) { (*param_2)(*(int *)(*param_1 + -0xc) + (int)param_1); return param_1; }
PUSH EBX SUB ESP,0x14 MOV EBX,dword ptr [ESP + 0x1c] MOV EAX,dword ptr [EBX] MOV EDX,dword ptr [EAX + -0xc] ADD EDX,EBX PUSH EDX CALL dword ptr [ESP + 0x24] MOV EAX,EBX ADD ESP,0x18 POP EBX RET
null
null
null
null
[(u'CAST_-1207935576', u'LOAD_-1207935698'), (u'CAST_-1207935572', u'CALLIND_-1207935667'), (u'INT_ADD_-1207935682', u'CAST_-1207935576'), ('const-417', u'LOAD_-1207935698'), ('tmp_155', u'PTRADD_-1207935628'), (u'CAST_-1207935579', u'LOAD_-1207935703'), ('tmp_156', u'CALLIND_-1207935667'), ('const-417', u'LOAD_-1207935703'), ('const-1', u'PTRADD_-1207935628'), ('const-0', u'RETURN_-1207935638'), ('const-4294967284', u'INT_ADD_-1207935682'), ('tmp_155', u'COPY_-1207935669'), (u'LOAD_-1207935698', u'PTRADD_-1207935628'), ('tmp_155', u'CAST_-1207935579'), (u'COPY_-1207935669', u'RETURN_-1207935638'), (u'LOAD_-1207935703', u'INT_ADD_-1207935682'), (u'PTRADD_-1207935628', u'CAST_-1207935572')]
[(u'CAST_-1207935577', u'LOAD_-1207935698'), (u'INT_ADD_-1207935674', u'CALLIND_-1207935667'), ('tmp_243', u'CALLIND_-1207935667'), ('const-417', u'LOAD_-1207935703'), ('const-0', u'RETURN_-1207935638'), ('const-4294967284', u'INT_ADD_-1207935682'), ('const-417', u'LOAD_-1207935698'), ('tmp_242', u'COPY_-1207935669'), (u'COPY_-1207935669', u'RETURN_-1207935638'), (u'LOAD_-1207935703', u'INT_ADD_-1207935682'), ('tmp_242', u'LOAD_-1207935703'), (u'LOAD_-1207935698', u'INT_ADD_-1207935674'), (u'INT_ADD_-1207935682', u'CAST_-1207935577'), ('tmp_242', u'CAST_-1207935573'), (u'CAST_-1207935573', u'INT_ADD_-1207935674')]
null
null
001f5d10
x86
O3
(translation_unit "int * FUN_001f5d10(int *param_1,code *param_2)\n\n{\n (*param_2)(*(int *)(*param_1 + -0xc) + (int)param_1);\n return param_1;\n}\n\n" (function_definition "int * FUN_001f5d10(int *param_1,code *param_2)\n\n{\n (*param_2)(*(int *)(*param_1 + -0xc) + (int)param_1);\n return param_1;\n}" primitive_type (pointer_declarator "* FUN_001f5d10(int *param_1,code *param_2)" * (function_declarator "FUN_001f5d10(int *param_1,code *param_2)" identifier (parameter_list "(int *param_1,code *param_2)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "code *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) )))) (compound_statement "{\n (*param_2)(*(int *)(*param_1 + -0xc) + (int)param_1);\n return param_1;\n}" { (expression_statement "(*param_2)(*(int *)(*param_1 + -0xc) + (int)param_1);" (call_expression "(*param_2)(*(int *)(*param_1 + -0xc) + (int)param_1)" (parenthesized_expression "(*param_2)" ( (pointer_expression "*param_2" * identifier) )) (argument_list "(*(int *)(*param_1 + -0xc) + (int)param_1)" ( (binary_expression "*(int *)(*param_1 + -0xc) + (int)param_1" (pointer_expression "*(int *)(*param_1 + -0xc)" * (cast_expression "(int *)(*param_1 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + -0xc)" ( (binary_expression "*param_1 + -0xc" (pointer_expression "*param_1" * identifier) + number_literal) )))) + (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier)) ))) ;) (return_statement "return param_1;" return identifier ;) })))
(translation_unit "/* std::wostream::TEMPNAMEPLACEHOLDERVALUE(std::wios& (*)(std::wios&)) */\n\nwostream * __thiscall std::wostream::operator<<(wostream *this,_func_wios_ptr_wios_ptr *param_1)\n\n{\n (*param_1)((wios *)(this + *(int *)(*(int *)this + -0xc)));\n return this;\n}\n\n" comment (expression_statement "wostream * __thiscall std::wostream::operator<<(wostream *this,_func_wios_ptr_wios_ptr *param_1)\n\n{\n (*param_1)((wios *)(this + *(int *)(*(int *)this + -0xc)));" (update_expression "wostream * __thiscall std::wostream::operator<<(wostream *this,_func_wios_ptr_wios_ptr *param_1)\n\n{\n (*param_1)((wios *)(this + *(int *)(*(int *)this + -0xc)))" (binary_expression "wostream * __thiscall std::wostream::operator<<(wostream *this,_func_wios_ptr_wios_ptr *param_1)\n\n{\n (*param_1)((wios *)(this + *(int *)(*(int *)this + -0xc)))" (binary_expression "wostream * __thiscall" identifier * identifier) (ERROR "std::wostream::operator" identifier : : identifier : : identifier) << (call_expression "(wostream *this,_func_wios_ptr_wios_ptr *param_1)\n\n{\n (*param_1)((wios *)(this + *(int *)(*(int *)this + -0xc)))" (call_expression "(wostream *this,_func_wios_ptr_wios_ptr *param_1)\n\n{\n (*param_1)" (parenthesized_expression "(wostream *this,_func_wios_ptr_wios_ptr *param_1)" ( (comma_expression "wostream *this,_func_wios_ptr_wios_ptr *param_1" (binary_expression "wostream *this" identifier * identifier) , (binary_expression "_func_wios_ptr_wios_ptr *param_1" identifier * identifier)) )) (ERROR "{" {) (argument_list "(*param_1)" ( (pointer_expression "*param_1" * identifier) ))) (argument_list "((wios *)(this + *(int *)(*(int *)this + -0xc)))" ( (cast_expression "(wios *)(this + *(int *)(*(int *)this + -0xc))" ( (type_descriptor "wios *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + *(int *)(*(int *)this + -0xc))" ( (binary_expression "this + *(int *)(*(int *)this + -0xc)" identifier + (pointer_expression "*(int *)(*(int *)this + -0xc)" * (cast_expression "(int *)(*(int *)this + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)this + -0xc)" ( (binary_expression "*(int *)this + -0xc" (pointer_expression "*(int *)this" * (cast_expression "(int *)this" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) ))))) ))) )))) --) ;) (return_statement "return this;" return identifier ;) (ERROR "}" }))
(translation_unit "int * FUN_001f5d10(int *param_1,code *param_2)\n\n{\n (*param_2)(*(int *)(*param_1 + -0xc) + (int)param_1);\n return param_1;\n}\n\n" (function_definition "int * FUN_001f5d10(int *param_1,code *param_2)\n\n{\n (*param_2)(*(int *)(*param_1 + -0xc) + (int)param_1);\n return param_1;\n}" primitive_type (pointer_declarator "* FUN_001f5d10(int *param_1,code *param_2)" * (function_declarator "FUN_001f5d10(int *param_1,code *param_2)" identifier (parameter_list "(int *param_1,code *param_2)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "code *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) )))) (compound_statement "{\n (*param_2)(*(int *)(*param_1 + -0xc) + (int)param_1);\n return param_1;\n}" { (expression_statement "(*param_2)(*(int *)(*param_1 + -0xc) + (int)param_1);" (call_expression "(*param_2)(*(int *)(*param_1 + -0xc) + (int)param_1)" (parenthesized_expression "(*param_2)" ( (pointer_expression "*param_2" * identifier) )) (argument_list "(*(int *)(*param_1 + -0xc) + (int)param_1)" ( (binary_expression "*(int *)(*param_1 + -0xc) + (int)param_1" (pointer_expression "*(int *)(*param_1 + -0xc)" * (cast_expression "(int *)(*param_1 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + -0xc)" ( (binary_expression "*param_1 + -0xc" (pointer_expression "*param_1" * identifier) + number_literal) )))) + (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) 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 (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))) + (cast_expression ( (type_descriptor TYPE) ) IDENT)) ))) ;) (return_statement return IDENT ;) })))
(function_definition "int * FUN_001f5d10(int *param_1,code *param_2)\n\n{\n (*param_2)(*(int *)(*param_1 + -0xc) + (int)param_1);\n return param_1;\n}" (primitive_type "int") (pointer_declarator "* FUN_001f5d10(int *param_1,code *param_2)" (* "*") (function_declarator "FUN_001f5d10(int *param_1,code *param_2)" (identifier "FUN_001f5d10") (parameter_list "(int *param_1,code *param_2)" (( "(") (parameter_declaration "int *param_1" (primitive_type "int") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "code *param_2" (type_identifier "code") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) () ")")))) (compound_statement "{\n (*param_2)(*(int *)(*param_1 + -0xc) + (int)param_1);\n return param_1;\n}" ({ "{") (expression_statement "(*param_2)(*(int *)(*param_1 + -0xc) + (int)param_1);" (call_expression "(*param_2)(*(int *)(*param_1 + -0xc) + (int)param_1)" (parenthesized_expression "(*param_2)" (( "(") (pointer_expression "*param_2" (* "*") (identifier "param_2")) () ")")) (argument_list "(*(int *)(*param_1 + -0xc) + (int)param_1)" (( "(") (binary_expression "*(int *)(*param_1 + -0xc) + (int)param_1" (pointer_expression "*(int *)(*param_1 + -0xc)" (* "*") (cast_expression "(int *)(*param_1 + -0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*param_1 + -0xc)" (( "(") (binary_expression "*param_1 + -0xc" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "-0xc")) () ")")))) (+ "+") (cast_expression "(int)param_1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_1"))) () ")"))) (; ";")) (return_statement "return param_1;" (return "return") (identifier "param_1") (; ";")) (} "}")))
/* std::wostream::TEMPNAMEPLACEHOLDERVALUE(std::wios& (*)(std::wios&)) */ var_1 * var_2 std::var_1::operator<<(var_1 *var_3,var_4 *var_5) { (*var_5)((type_1 *)(var_3 + *(int *)(*(int *)var_3 + -0xc))); return var_3; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))))) (return_statement (identifier)))))
null
int * MASKED(int *param_1,code *param_2) { (*param_2)(*(int *)(*param_1 + -0xc) + (int)param_1); return param_1; }
6979_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
set_no_output_symtab_entry
FUN_0028b5c0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void set_no_output_symtab_entry(Symbol_value<32> * this) */ void __thiscall gold::Symbol_value<32>::set_no_output_symtab_entry(Symbol_value<32> *this) { }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_0028b5c0(void) { /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/object.h",0x716,"set_no_output_symtab_entry"); }
PUSH EBX CALL 0x00050b50 ADD EBX,0x35ea3a SUB ESP,0xc LEA EAX,[EBX + 0xffea2b00] PUSH EAX LEA EAX,[EBX + 0xffe63385] PUSH 0x716 PUSH EAX CALL 0x002446e0
null
null
null
null
[('const-1', u'RETURN_-1204308526')]
[('const-1814', u'CALL_-1204308464'), (u'COPY_-1204308441', u'CALL_-1204308464'), (u'COPY_-1204308440', u'CALL_-1204308464'), ('const-4510597', u'COPY_-1204308441'), ('const-1', u'RETURN_-1204308459'), ('const-4770560', u'COPY_-1204308440')]
null
null
0028b5c0
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0028b5c0(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x716,"set_no_output_symtab_entry");\n}\n\n" comment (function_definition "void FUN_0028b5c0(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x716,"set_no_output_symtab_entry");\n}" primitive_type (function_declarator "FUN_0028b5c0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x716,"set_no_output_symtab_entry");\n}" { comment (expression_statement "FUN_002446e0("../../gold/object.h",0x716,"set_no_output_symtab_entry");" (call_expression "FUN_002446e0("../../gold/object.h",0x716,"set_no_output_symtab_entry")" identifier (argument_list "("../../gold/object.h",0x716,"set_no_output_symtab_entry")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""set_no_output_symtab_entry"" " string_content ") ))) ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void set_no_output_symtab_entry(Symbol_value<32> * this) */\n\nvoid __thiscall gold::Symbol_value<32>::set_no_output_symtab_entry(Symbol_value<32> *this)\n\n{\n}\n\n" comment comment (function_definition "void __thiscall gold::Symbol_value<32>::set_no_output_symtab_entry(Symbol_value<32> *this)\n\n{\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Symbol_value<32>::" identifier : : identifier < number_literal > : :) (function_declarator "set_no_output_symtab_entry(Symbol_value<32> *this)" identifier (parameter_list "(Symbol_value<32> *this)" ( (parameter_declaration "Symbol_value<32> *this" type_identifier (ERROR "<32>" < number_literal >) (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n}" { })))
(translation_unit "void FUN_0028b5c0(void)\n\n{\n \n FUN_002446e0("../../gold/object.h",0x716,"set_no_output_symtab_entry");\n}\n\n" (function_definition "void FUN_0028b5c0(void)\n\n{\n \n FUN_002446e0("../../gold/object.h",0x716,"set_no_output_symtab_entry");\n}" primitive_type (function_declarator "FUN_0028b5c0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n \n FUN_002446e0("../../gold/object.h",0x716,"set_no_output_symtab_entry");\n}" { (expression_statement "FUN_002446e0("../../gold/object.h",0x716,"set_no_output_symtab_entry");" (call_expression "FUN_002446e0("../../gold/object.h",0x716,"set_no_output_symtab_entry")" identifier (argument_list "("../../gold/object.h",0x716,"set_no_output_symtab_entry")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""set_no_output_symtab_entry"" " 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_0028b5c0(void)\n\n{\n \n FUN_002446e0("../../gold/object.h",0x716,"set_no_output_symtab_entry");\n}" (primitive_type "void") (function_declarator "FUN_0028b5c0(void)" (identifier "FUN_0028b5c0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n \n FUN_002446e0("../../gold/object.h",0x716,"set_no_output_symtab_entry");\n}" ({ "{") (expression_statement "FUN_002446e0("../../gold/object.h",0x716,"set_no_output_symtab_entry");" (call_expression "FUN_002446e0("../../gold/object.h",0x716,"set_no_output_symtab_entry")" (identifier "FUN_002446e0") (argument_list "("../../gold/object.h",0x716,"set_no_output_symtab_entry")" (( "(") (string_literal ""../../gold/object.h"" (" """) (string_content "../../gold/object.h") (" """)) (, ",") (number_literal "0x716") (, ",") (string_literal ""set_no_output_symtab_entry"" (" """) (string_content "set_no_output_symtab_entry") (" """)) () ")"))) (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void set_no_output_symtab_entry(Symbol_value<32> * this) */ void __thiscall gold::type_1<32>::function_1(type_1<32> *this) { }
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
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(void) { /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/object.h",0x716,"set_no_output_symtab_entry"); }
589_powerpc64le-linux-gnu-as_and_powerpc64le-linux-gnu-as_strip.c
colon
FUN_0003a630
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ symbolS * colon(char *sym_name) { undefined1 *puVar1; asymbol *paVar2; fragS *pfVar3; byte bVar4; symbolS *symbolP; char *pcVar5; bfd_boolean bVar6; char *format; symbolS *psVar7; int iVar8; segT paVar9; segT paVar10; undefined *puVar11; valueT vVar12; addressT aVar13; addressT aVar14; byte local_24; symbolP = symbol_find_noref(sym_name,0); paVar9 = reg_section; if (symbolP == (symbolS *)0x0) { if ((flag_keep_locals == 0) && (bVar6 = (*stdoutput->xvec->_bfd_is_local_label_name)(stdoutput,sym_name), pfVar3 = frag_now, bVar6 != 0)) { aVar13 = frag_now_fix(); symbolP = (symbolS *)local_symbol_make(sym_name,now_seg,aVar13,pfVar3); } else { pfVar3 = frag_now; aVar13 = frag_now_fix(); symbolP = symbol_new(sym_name,now_seg,aVar13,pfVar3); symbol_table_insert(symbolP); } goto LAB_0003a7aa; } paVar10 = (segT)symbolP->bsym; if (((uint)symbolP->sy_flags & 1) == 0) { puVar1 = &(symbolP->sy_flags).field_0x1; *puVar1 = *puVar1 & 0xfd; LAB_0003a6d4: if (((undefined *)paVar10->flags == PTR__bfd_std_section_0006efb4 + 0xc0) && ((symbolP->sy_value).field_0x10 != '\x03')) { bVar4 = *(byte *)&symbolP->sy_flags >> 6 & 1; LAB_0003a8f1: puVar11 = PTR__bfd_std_section_0006efb4; if (bVar4 == 0) goto LAB_0003a8f9; } else { bVar4 = *(byte *)&symbolP->sy_flags >> 6 & 1; if ((((undefined *)paVar10->flags)[0x15] & 0x10) != 0) goto LAB_0003a8f1; joined_r0x0003a700: if (bVar4 == 0) { LAB_0003a84b: if (symbolP->sy_frag == frag_now) { vVar12 = S_GET_VALUE(symbolP); aVar13 = frag_now_fix(); if (vVar12 == aVar13) { paVar9 = (segT)symbolP->bsym; if (((uint)symbolP->sy_flags & 1) == 0) { LAB_0003ac1e: paVar9 = (segT)paVar9->flags; } else if (reg_section == paVar9) { paVar9 = (segT)((symbolP->sy_value).X_op_symbol)->bsym; goto LAB_0003ac1e; } if (now_seg == paVar9) goto LAB_0003a7aa; } } pcVar5 = (char *)dcgettext(0,"symbol `%s\' is already defined"); as_bad(pcVar5,sym_name); symbolP = symbol_clone(symbolP,0); define_sym_at_dot(symbolP); goto LAB_0003a7aa; } } puVar11 = PTR__bfd_std_section_0006efb4; symbolP = symbol_clone(symbolP,1); S_SET_VALUE(symbolP,0); psVar7 = symbolP; if (((uint)symbolP->sy_flags & 1) != 0) { if ((segT)symbolP->bsym != reg_section) goto LAB_0003a8f9; psVar7 = (symbolP->sy_value).X_op_symbol; } *(byte *)&psVar7->sy_flags = *(byte *)&psVar7->sy_flags & 0xbf; } else { if (reg_section != paVar10) { if ((paVar10 != (segT)(PTR__bfd_std_section_0006efb4 + 0xc0)) && ((((fragS *)(symbolP->sy_value).X_op_symbol != frag_now || (now_seg != paVar10)) || (aVar13 = (symbolP->sy_value).X_add_number, aVar14 = frag_now_fix(), aVar14 != aVar13)))) { pcVar5 = (char *)dcgettext(0,"symbol `%s\' is already defined",5); as_bad(pcVar5,sym_name); return symbolP; } paVar9 = now_seg; (symbolP->sy_value).X_op_symbol = (symbolS *)frag_now; symbolP->bsym = (asymbol *)paVar9; aVar13 = frag_now_fix(); (symbolP->sy_value).X_add_number = aVar13; goto LAB_0003a7aa; } symbolP = (symbolP->sy_value).X_op_symbol; puVar1 = &(symbolP->sy_flags).field_0x1; *puVar1 = *puVar1 & 0xfd; paVar10 = (segT)symbolP->bsym; if (((uint)symbolP->sy_flags & 1) == 0) goto LAB_0003a6d4; if (paVar9 == paVar10) { psVar7 = (symbolP->sy_value).X_op_symbol; if (psVar7->bsym->section == (bfd_section *)(PTR__bfd_std_section_0006efb4 + 0xc0)) { if ((psVar7->sy_value).field_0x10 == '\x03') { bVar4 = PTR__bfd_std_section_0006efb4[0xd5]; goto joined_r0x0003aae2; } } else { if (reg_section != paVar9) goto LAB_0003a84b; bVar4 = *(byte *)((int)&psVar7->bsym->section->flags + 1); joined_r0x0003aae2: if ((bVar4 & 0x10) == 0) { bVar4 = *(byte *)&psVar7->sy_flags & 0x40; goto joined_r0x0003a700; } } bVar4 = *(byte *)&psVar7->sy_flags >> 6 & 1; goto LAB_0003a8f1; } puVar11 = PTR__bfd_std_section_0006efb4; if (paVar10 != (segT)(PTR__bfd_std_section_0006efb4 + 0xc0)) goto LAB_0003a84b; } LAB_0003a8f9: vVar12 = S_GET_VALUE(symbolP); if (vVar12 == 0) { LAB_0003a9d0: define_sym_at_dot(symbolP); goto LAB_0003a7aa; } paVar9 = (segT)symbolP->bsym; local_24 = (byte)((uint)symbolP->sy_flags & 1); if (((uint)symbolP->sy_flags & 1) == 0) { paVar10 = (segT)paVar9->flags; if (((uint)paVar9->prev & 4) != 0) goto LAB_0003a939; if (paVar10 == (segT)(puVar11 + 0xc0)) { iVar8 = S_IS_EXTERNAL(symbolP); } else { if ((paVar10->flags & 0x1000) == 0) goto LAB_0003a939; iVar8 = S_IS_EXTERNAL(symbolP); } if (iVar8 == 0) goto LAB_0003a939; LAB_0003aa3c: if (now_seg == data_section) goto LAB_0003a9d0; if (now_seg != bss_section) { if ((uint)local_24 == 0) { LAB_0003aa6f: paVar9 = (segT)paVar9->flags; } else if (paVar9 == reg_section) { paVar9 = (segT)((symbolP->sy_value).X_op_symbol)->bsym; goto LAB_0003aa6f; } if (now_seg != paVar9) goto LAB_0003a947; } vVar12 = S_GET_VALUE(symbolP); aVar13 = frag_now_fix(); if ((uint)(vVar12 >> 0x20) < (uint)((uint)vVar12 < (uint)aVar13)) { aVar13 = frag_now_fix(); S_SET_VALUE(symbolP,aVar13); } goto LAB_0003a7aa; } if (paVar9 == reg_section) { paVar2 = ((symbolP->sy_value).X_op_symbol)->bsym; paVar10 = paVar2->section; if (((paVar2->flags & 4) == 0) && ((paVar10 == (segT)(puVar11 + 0xc0) || ((paVar10->flags & 0x1000) != 0)))) goto LAB_0003ab3f; } else { paVar10 = paVar9; if (paVar9 == (segT)(puVar11 + 0xc0)) { LAB_0003ab3f: iVar8 = S_IS_EXTERNAL(symbolP); if (iVar8 != 0) goto LAB_0003aa3c; paVar10 = paVar9; if (paVar9 == reg_section) { paVar10 = ((symbolP->sy_value).X_op_symbol)->bsym->section; } } } LAB_0003a939: if (bss_section == paVar10) goto LAB_0003aa3c; LAB_0003a947: vVar12 = S_GET_VALUE(symbolP); psVar7 = symbolP; if (((uint)symbolP->sy_flags & 1) == 0) { LAB_0003aac2: paVar9 = psVar7->bsym->section; } else { paVar9 = (segT)symbolP->bsym; if (paVar9 == reg_section) { psVar7 = (symbolP->sy_value).X_op_symbol; goto LAB_0003aac2; } } pcVar5 = paVar9->name; format = (char *)dcgettext(0,"symbol `%s\' is already defined as \"%s\"/%s%ld"); as_bad(format,sym_name,pcVar5,&DAT_00050b45,(int)vVar12); LAB_0003a7aa: if (mri_common_symbol != (symbolS *)0x0) { if (((uint)symbolP->sy_flags & 1) != 0) { if ((segT)symbolP->bsym == reg_section) { symbolP = (symbolP->sy_value).X_op_symbol; } else { symbolP = local_symbol_convert((local_symbol *)symbolP); } } psVar7 = mri_common_symbol; (symbolP->sy_value).field_0x10 = 3; (symbolP->sy_value).X_add_symbol = psVar7; vVar12 = S_GET_VALUE(psVar7); (symbolP->sy_value).X_add_number = vVar12; symbolP->sy_frag = &zero_address_frag; S_SET_SEGMENT(symbolP,expr_section); puVar1 = &(symbolP->sy_flags).field_0x1; *puVar1 = *puVar1 | 1; } dwarf2_emit_label(symbolP); return symbolP; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ byte * FUN_0003a630(undefined4 param_1) { undefined4 uVar1; byte bVar2; byte *pbVar3; undefined4 uVar4; int iVar5; undefined4 uVar6; uint uVar7; byte *pbVar8; int iVar9; undefined4 *puVar10; undefined4 *puVar11; undefined *puVar12; longlong lVar13; undefined8 uVar14; longlong lVar15; byte local_24; pbVar3 = (byte *)FUN_0003a4b0(param_1,0); puVar10 = DAT_00077d90; if (pbVar3 == (byte *)0x0) { if ((DAT_00077da8 == 0) && (iVar5 = (**(code **)(*(int *)(DAT_00077ec4 + 4) + 0x11c))(DAT_00077ec4,param_1), iVar9 = DAT_00077e24, iVar5 != 0)) { uVar14 = FUN_00024d90(); pbVar3 = (byte *)FUN_00036e30(param_1,DAT_00077cfc,uVar14,iVar9); } else { iVar9 = DAT_00077e24; uVar14 = FUN_00024d90(); pbVar3 = (byte *)FUN_000388a0(param_1,DAT_00077cfc,uVar14,iVar9); FUN_00036f40(pbVar3); } goto LAB_0003a7aa; } puVar11 = *(undefined4 **)(pbVar3 + 4); if ((*pbVar3 & 1) == 0) { pbVar3[1] = pbVar3[1] & 0xfd; LAB_0003a6d4: if (((undefined *)puVar11[5] == PTR__bfd_std_section_0006efb4 + 0xc0) && (pbVar3[0x18] != 3)) { bVar2 = *pbVar3 >> 6 & 1; LAB_0003a8f1: puVar12 = PTR__bfd_std_section_0006efb4; if (bVar2 == 0) goto LAB_0003a8f9; } else { bVar2 = *pbVar3 >> 6 & 1; if ((((undefined *)puVar11[5])[0x15] & 0x10) != 0) goto LAB_0003a8f1; joined_r0x0003a700: if (bVar2 == 0) { LAB_0003a84b: if (*(int *)(pbVar3 + 0x24) == DAT_00077e24) { lVar13 = FUN_00039db0(); lVar15 = FUN_00024d90(); if (lVar13 == lVar15) { puVar10 = *(undefined4 **)(pbVar3 + 4); if ((*pbVar3 & 1) == 0) { LAB_0003ac1e: puVar10 = (undefined4 *)puVar10[5]; } else if (DAT_00077d90 == puVar10) { puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4); goto LAB_0003ac1e; } if (DAT_00077cfc == puVar10) goto LAB_0003a7aa; } } uVar4 = dcgettext(0,"symbol `%s\' is already defined",5); FUN_0002bd30(uVar4,param_1); pbVar3 = (byte *)FUN_0003a070(pbVar3,0); FUN_00038b40(); goto LAB_0003a7aa; } } puVar12 = PTR__bfd_std_section_0006efb4; pbVar3 = (byte *)FUN_0003a070(pbVar3,1); FUN_00037fc0(pbVar3,0,0); pbVar8 = pbVar3; if ((*pbVar3 & 1) != 0) { if (*(undefined4 **)(pbVar3 + 4) != DAT_00077d90) goto LAB_0003a8f9; pbVar8 = *(byte **)(pbVar3 + 0xc); } *pbVar8 = *pbVar8 & 0xbf; } else { if (DAT_00077d90 != puVar11) { if ((puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)) && (((*(int *)(pbVar3 + 0xc) != DAT_00077e24 || (DAT_00077cfc != puVar11)) || (lVar13 = *(longlong *)(pbVar3 + 0x10), lVar15 = FUN_00024d90(), lVar15 != lVar13)))) { uVar4 = dcgettext(0,"symbol `%s\' is already defined",5); FUN_0002bd30(uVar4,param_1); return pbVar3; } puVar10 = DAT_00077cfc; *(int *)(pbVar3 + 0xc) = DAT_00077e24; *(undefined4 **)(pbVar3 + 4) = puVar10; uVar14 = FUN_00024d90(); *(undefined8 *)(pbVar3 + 0x10) = uVar14; goto LAB_0003a7aa; } pbVar3 = *(byte **)(pbVar3 + 0xc); pbVar3[1] = pbVar3[1] & 0xfd; puVar11 = *(undefined4 **)(pbVar3 + 4); if ((*pbVar3 & 1) == 0) goto LAB_0003a6d4; if (puVar10 == puVar11) { pbVar8 = *(byte **)(pbVar3 + 0xc); if (*(undefined **)(*(int *)(pbVar8 + 4) + 0x14) == PTR__bfd_std_section_0006efb4 + 0xc0) { if (pbVar8[0x18] == 3) { bVar2 = PTR__bfd_std_section_0006efb4[0xd5]; goto joined_r0x0003aae2; } } else { if (DAT_00077d90 != puVar10) goto LAB_0003a84b; bVar2 = *(byte *)(*(int *)(*(int *)(pbVar8 + 4) + 0x14) + 0x15); joined_r0x0003aae2: if ((bVar2 & 0x10) == 0) { bVar2 = *pbVar8 & 0x40; goto joined_r0x0003a700; } } bVar2 = *pbVar8 >> 6 & 1; goto LAB_0003a8f1; } puVar12 = PTR__bfd_std_section_0006efb4; if (puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)) goto LAB_0003a84b; } LAB_0003a8f9: lVar13 = FUN_00039db0(); if (lVar13 == 0) { LAB_0003a9d0: FUN_00038b40(); goto LAB_0003a7aa; } puVar10 = *(undefined4 **)(pbVar3 + 4); local_24 = *pbVar3 & 1; if ((*pbVar3 & 1) == 0) { puVar11 = (undefined4 *)puVar10[5]; if ((*(byte *)(puVar10 + 4) & 4) != 0) goto LAB_0003a939; if (puVar11 == (undefined4 *)(puVar12 + 0xc0)) { iVar9 = FUN_000380a0(pbVar3); } else { if ((*(byte *)((int)puVar11 + 0x15) & 0x10) == 0) goto LAB_0003a939; iVar9 = FUN_000380a0(pbVar3); } if (iVar9 == 0) goto LAB_0003a939; LAB_0003aa3c: if (DAT_00077cfc == DAT_00077d70) goto LAB_0003a9d0; if (DAT_00077cfc != DAT_00077cec) { if (local_24 == 0) { LAB_0003aa6f: puVar10 = (undefined4 *)puVar10[5]; } else if (puVar10 == DAT_00077d90) { puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4); goto LAB_0003aa6f; } if (DAT_00077cfc != puVar10) goto LAB_0003a947; } uVar14 = FUN_00039db0(); uVar7 = FUN_00024d90(); if ((uint)((ulonglong)uVar14 >> 0x20) < (uint)((uint)uVar14 < uVar7)) { uVar14 = FUN_00024d90(); FUN_00037fc0(pbVar3,uVar14); } goto LAB_0003a7aa; } if (puVar10 == DAT_00077d90) { puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14); if (((*(byte *)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x10) & 4) == 0) && ((puVar11 == (undefined4 *)(puVar12 + 0xc0) || ((*(byte *)((int)puVar11 + 0x15) & 0x10) != 0) ))) goto LAB_0003ab3f; } else { puVar11 = puVar10; if (puVar10 == (undefined4 *)(puVar12 + 0xc0)) { LAB_0003ab3f: iVar9 = FUN_000380a0(pbVar3); if (iVar9 != 0) goto LAB_0003aa3c; puVar11 = puVar10; if (puVar10 == DAT_00077d90) { puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14); } } } LAB_0003a939: if (DAT_00077cec == puVar11) goto LAB_0003aa3c; LAB_0003a947: uVar4 = FUN_00039db0(); pbVar8 = pbVar3; if ((*pbVar3 & 1) == 0) { LAB_0003aac2: puVar10 = *(undefined4 **)(*(int *)(pbVar8 + 4) + 0x14); } else { puVar10 = *(undefined4 **)(pbVar3 + 4); if (puVar10 == DAT_00077d90) { pbVar8 = *(byte **)(pbVar3 + 0xc); goto LAB_0003aac2; } } uVar1 = *puVar10; uVar6 = dcgettext(0,"symbol `%s\' is already defined as \"%s\"/%s%ld",5); FUN_0002bd30(uVar6,param_1,uVar1,&DAT_00050b45,uVar4); LAB_0003a7aa: if (DAT_00077ee0 != 0) { if ((*pbVar3 & 1) != 0) { if (*(undefined4 **)(pbVar3 + 4) == DAT_00077d90) { pbVar3 = *(byte **)(pbVar3 + 0xc); } else { pbVar3 = (byte *)FUN_00038910(); } } iVar9 = DAT_00077ee0; pbVar3[0x18] = 3; *(int *)(pbVar3 + 8) = iVar9; uVar14 = FUN_00039db0(); *(undefined8 *)(pbVar3 + 0x10) = uVar14; *(undefined **)(pbVar3 + 0x24) = &DAT_00077d20; FUN_00038690(pbVar3,DAT_00077ce0); pbVar3[1] = pbVar3[1] | 1; } FUN_0001b3b0(pbVar3); return pbVar3; }
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x00016090 ADD EBX,0x349c7 SUB ESP,0x24 PUSH 0x0 PUSH dword ptr [ESP + 0x3c] CALL 0x0003a4b0 ADD ESP,0x10 TEST EAX,EAX JZ 0x0003a748 MOV ESI,EAX MOV ECX,dword ptr [EAX + 0x4] TEST byte ptr [EAX],0x1 JZ 0x0003a6d0 LEA EDX,[EBX + 0x8d90] MOV EAX,dword ptr [EDX] CMP EAX,ECX JZ 0x0003a820 MOV EDX,dword ptr [EBX + 0xffffffb4] LEA EDI,[EBX + 0x8e24] ADD EDX,0xc0 MOV EAX,dword ptr [EDI] CMP ECX,EDX JZ 0x0003abc0 CMP dword ptr [ESI + 0xc],EAX JNZ 0x0003a6a2 LEA EBP,[EBX + 0x8cfc] CMP dword ptr [EBP],ECX JZ 0x0003abe0 SUB ESP,0x4 LEA EAX,[EBX + 0xfffe138c] PUSH 0x5 PUSH EAX PUSH 0x0 CALL 0x000141c0 POP EDX POP ECX PUSH dword ptr [ESP + 0x38] PUSH EAX CALL 0x0002bd30 ADD ESP,0x10 MOV EAX,ESI ADD ESP,0x1c POP EBX POP ESI POP EDI POP EBP RET AND byte ptr [EAX + 0x1],0xfd MOV EDI,dword ptr [EBX + 0xffffffb4] MOV EDX,dword ptr [ECX + 0x14] LEA EAX,[EDI + 0xc0] CMP EDX,EAX JZ 0x0003a898 MOVZX EAX,byte ptr [ESI] SHR AL,0x6 AND EAX,0x1 TEST byte ptr [EDX + 0x15],0x10 JNZ 0x0003a8f1 TEST AL,AL JZ 0x0003a84b SUB ESP,0x8 PUSH 0x1 PUSH ESI CALL 0x0003a070 ADD ESP,0xc PUSH 0x0 MOV ESI,EAX PUSH 0x0 PUSH EAX CALL 0x00037fc0 ADD ESP,0x10 TEST byte ptr [ESI],0x1 JZ 0x0003ab08 LEA EAX,[EBX + 0x8d90] MOV EAX,dword ptr [EAX] CMP dword ptr [ESI + 0x4],EAX JNZ 0x0003a8f9 MOV EAX,dword ptr [ESI + 0xc] JMP 0x0003ab0a LEA EAX,[EBX + 0x8da8] MOV EAX,dword ptr [EAX] TEST EAX,EAX JNZ 0x0003a778 LEA EAX,[EBX + 0x8ec4] SUB ESP,0x8 MOV EAX,dword ptr [EAX] MOV EDX,dword ptr [EAX + 0x4] PUSH dword ptr [ESP + 0x38] PUSH EAX CALL dword ptr [EDX + 0x11c] ADD ESP,0x10 TEST EAX,EAX JNZ 0x0003a9a0 LEA EAX,[EBX + 0x8e24] MOV ESI,dword ptr [EAX] CALL 0x00024d90 SUB ESP,0xc PUSH ESI PUSH EDX PUSH EAX LEA EAX,[EBX + 0x8cfc] PUSH dword ptr [EAX] PUSH dword ptr [ESP + 0x4c] CALL 0x000388a0 ADD ESP,0x14 PUSH EAX MOV ESI,EAX CALL 0x00036f40 ADD ESP,0x10 LEA EDI,[EBX + 0x8ee0] MOV EAX,dword ptr [EDI] TEST EAX,EAX JZ 0x0003a80a TEST byte ptr [ESI],0x1 JZ 0x0003a7d7 LEA EDX,[EBX + 0x8d90] MOV ECX,dword ptr [EDX] CMP dword ptr [ESI + 0x4],ECX JZ 0x0003aab8 MOV EAX,ESI CALL 0x00038910 MOV ESI,EAX MOV EAX,dword ptr [EDI] MOV byte ptr [ESI + 0x18],0x3 MOV dword ptr [ESI + 0x8],EAX CALL 0x00039db0 SUB ESP,0x8 MOV dword ptr [ESI + 0x10],EAX LEA EAX,[EBX + 0x8d20] MOV dword ptr [ESI + 0x14],EDX MOV dword ptr [ESI + 0x24],EAX LEA EAX,[EBX + 0x8ce0] PUSH dword ptr [EAX] PUSH ESI CALL 0x00038690 OR byte ptr [ESI + 0x1],0x1 ADD ESP,0x10 SUB ESP,0xc PUSH ESI CALL 0x0001b3b0 ADD ESP,0x10 MOV EAX,ESI ADD ESP,0x1c POP EBX POP ESI POP EDI POP EBP RET MOV ESI,dword ptr [ESI + 0xc] AND byte ptr [ESI + 0x1],0xfd MOV ECX,dword ptr [ESI + 0x4] TEST byte ptr [ESI],0x1 JZ 0x0003a6d4 CMP EAX,ECX JZ 0x0003a8b0 MOV EDI,dword ptr [EBX + 0xffffffb4] LEA EAX,[EDI + 0xc0] CMP ECX,EAX JZ 0x0003a8f9 LEA EAX,[EBX + 0x8e24] MOV EAX,dword ptr [EAX] CMP dword ptr [ESI + 0x24],EAX JZ 0x0003ab78 SUB ESP,0x4 LEA EAX,[EBX + 0xfffe138c] PUSH 0x5 PUSH EAX PUSH 0x0 CALL 0x000141c0 POP EDX POP ECX PUSH dword ptr [ESP + 0x38] PUSH EAX CALL 0x0002bd30 POP EDI POP EBP PUSH 0x0 PUSH ESI CALL 0x0003a070 MOV ESI,EAX CALL 0x00038b40 ADD ESP,0x10 JMP 0x0003a7aa CMP byte ptr [ESI + 0x18],0x3 JZ 0x0003a6eb MOVZX EAX,byte ptr [ESI] SHR AL,0x6 AND EAX,0x1 JMP 0x0003a8f1 MOV ECX,dword ptr [ESI + 0xc] MOV EDI,dword ptr [EBX + 0xffffffb4] MOV EBP,dword ptr [ECX + 0x4] MOV dword ptr [ESP + 0x8],ECX LEA ECX,[EDI + 0xc0] CMP dword ptr [EBP + 0x14],ECX JZ 0x0003aad0 CMP dword ptr [EDX],EAX JNZ 0x0003a84b MOV EAX,dword ptr [EBP + 0x14] TEST byte ptr [EAX + 0x15],0x10 JZ 0x0003aaf0 MOV EAX,dword ptr [ESP + 0x8] MOVZX EAX,byte ptr [EAX] SHR AL,0x6 AND EAX,0x1 TEST AL,AL JNZ 0x0003a706 MOV EAX,ESI CALL 0x00039db0 OR EDX,EAX JZ 0x0003a9d0 MOVZX EAX,byte ptr [ESI] MOV EBP,dword ptr [ESI + 0x4] AND EAX,0x1 MOV byte ptr [ESP + 0x8],AL JZ 0x0003a9e0 LEA ECX,[EBX + 0x8d90] CMP EBP,dword ptr [ECX] JZ 0x0003ab18 LEA EAX,[EDI + 0xc0] MOV EDX,EBP CMP EBP,EAX JZ 0x0003ab3f LEA EAX,[EBX + 0x8cec] CMP dword ptr [EAX],EDX JZ 0x0003aa3c MOV EAX,ESI CALL 0x00039db0 MOV EDI,EAX TEST byte ptr [ESI],0x1 JZ 0x0003aac0 LEA EDX,[EBX + 0x8d90] MOV EAX,dword ptr [ESI + 0x4] CMP EAX,dword ptr [EDX] JZ 0x0003ac10 SUB ESP,0x4 MOV EBP,dword ptr [EAX] LEA EAX,[EBX + 0xfffe50f4] PUSH 0x5 PUSH EAX PUSH 0x0 CALL 0x000141c0 LEA EDX,[EBX + 0xfffe1b45] MOV dword ptr [ESP],EDI PUSH EDX PUSH EBP PUSH dword ptr [ESP + 0x48] PUSH EAX CALL 0x0002bd30 ADD ESP,0x20 JMP 0x0003a7aa LEA EAX,[EBX + 0x8e24] MOV ESI,dword ptr [EAX] CALL 0x00024d90 SUB ESP,0xc PUSH ESI PUSH EDX PUSH EAX LEA EAX,[EBX + 0x8cfc] PUSH dword ptr [EAX] PUSH dword ptr [ESP + 0x4c] CALL 0x00036e30 ADD ESP,0x20 MOV ESI,EAX JMP 0x0003a7aa MOV EAX,ESI CALL 0x00038b40 JMP 0x0003a7aa MOV EDX,dword ptr [EBP + 0x14] TEST byte ptr [EBP + 0x10],0x4 JNZ 0x0003a939 LEA EAX,[EDI + 0xc0] CMP EDX,EAX JZ 0x0003aa20 TEST byte ptr [EDX + 0x15],0x10 JZ 0x0003a939 MOV dword ptr [ESP + 0xc],EDX SUB ESP,0xc PUSH ESI CALL 0x000380a0 ADD ESP,0x10 TEST EAX,EAX JNZ 0x0003aa3c MOV EDX,dword ptr [ESP + 0xc] JMP 0x0003a939 MOV dword ptr [ESP + 0xc],EDX SUB ESP,0xc PUSH ESI CALL 0x000380a0 ADD ESP,0x10 MOV EDX,dword ptr [ESP + 0xc] TEST EAX,EAX JZ 0x0003a939 LEA EAX,[EBX + 0x8cfc] LEA EDX,[EBX + 0x8d70] MOV EAX,dword ptr [EAX] CMP EAX,dword ptr [EDX] JZ 0x0003a9d0 LEA EDX,[EBX + 0x8cec] CMP EAX,dword ptr [EDX] JZ 0x0003aa7a CMP byte ptr [ESP + 0x8],0x0 JZ 0x0003aa6f LEA EDX,[EBX + 0x8d90] CMP EBP,dword ptr [EDX] JNZ 0x0003aa72 MOV EDX,dword ptr [ESI + 0xc] MOV EBP,dword ptr [EDX + 0x4] MOV EBP,dword ptr [EBP + 0x14] CMP EAX,EBP JNZ 0x0003a947 MOV EAX,ESI CALL 0x00039db0 MOV EDI,EAX MOV EBP,EDX CALL 0x00024d90 CMP EDI,EAX MOV EAX,0x0 SBB EBP,EAX JNC 0x0003a7aa CALL 0x00024d90 SUB ESP,0x4 PUSH EDX PUSH EAX PUSH ESI CALL 0x00037fc0 ADD ESP,0x10 JMP 0x0003a7aa MOV ESI,dword ptr [ESI + 0xc] JMP 0x0003a7d7 MOV EAX,ESI MOV EAX,dword ptr [EAX + 0x4] MOV EAX,dword ptr [EAX + 0x14] JMP 0x0003a96a MOV EAX,dword ptr [ESP + 0x8] CMP byte ptr [EAX + 0x18],0x3 JNZ 0x0003a8e4 TEST byte ptr [ECX + 0x15],0x10 JNZ 0x0003a8e4 LEA ESI,[ESI] NOP MOV EAX,dword ptr [ESP + 0x8] TEST byte ptr [EAX],0x40 JNZ 0x0003a706 JMP 0x0003a84b MOV EAX,ESI AND byte ptr [EAX],0xbf JMP 0x0003a8f9 MOV EAX,dword ptr [ESI + 0xc] MOV EAX,dword ptr [EAX + 0x4] TEST byte ptr [EAX + 0x10],0x4 MOV EDX,dword ptr [EAX + 0x14] JNZ 0x0003a939 LEA EAX,[EDI + 0xc0] CMP EDX,EAX JZ 0x0003ab3f TEST byte ptr [EDX + 0x15],0x10 JZ 0x0003a939 MOV dword ptr [ESP + 0xc],ECX SUB ESP,0xc PUSH ESI CALL 0x000380a0 ADD ESP,0x10 MOV ECX,dword ptr [ESP + 0xc] TEST EAX,EAX JNZ 0x0003aa3c MOV EDX,EBP CMP EBP,dword ptr [ECX] JNZ 0x0003a939 MOV EAX,dword ptr [ESI + 0xc] MOV EAX,dword ptr [EAX + 0x4] MOV EDX,dword ptr [EAX + 0x14] JMP 0x0003a939 MOV EAX,ESI CALL 0x00039db0 MOV EBP,EAX MOV EDI,EDX CALL 0x00024d90 XOR EAX,EBP XOR EDX,EDI OR EDX,EAX JNZ 0x0003a85c MOV EAX,dword ptr [ESI + 0x4] TEST byte ptr [ESI],0x1 JZ 0x0003ac1e LEA EDX,[EBX + 0x8d90] CMP dword ptr [EDX],EAX JZ 0x0003ac18 LEA EDX,[EBX + 0x8cfc] CMP dword ptr [EDX],EAX JNZ 0x0003a85c JMP 0x0003a7aa LEA EBP,[EBX + 0x8cfc] MOV EDX,dword ptr [EBP] MOV dword ptr [ESI + 0xc],EAX MOV dword ptr [ESI + 0x4],EDX CALL 0x00024d90 MOV dword ptr [ESI + 0x10],EAX MOV dword ptr [ESI + 0x14],EDX JMP 0x0003a7aa MOV EAX,dword ptr [ESI + 0x10] MOV EDX,dword ptr [ESI + 0x14] MOV dword ptr [ESP + 0x8],EAX MOV dword ptr [ESP + 0xc],EDX CALL 0x00024d90 XOR EAX,dword ptr [ESP + 0x8] XOR EDX,dword ptr [ESP + 0xc] OR EDX,EAX JNZ 0x0003a6a2 MOV EAX,dword ptr [EDI] JMP 0x0003abc6 MOV EAX,dword ptr [ESI + 0xc] JMP 0x0003aac2 MOV EAX,dword ptr [ESI + 0xc] MOV EAX,dword ptr [EAX + 0x4] MOV EAX,dword ptr [EAX + 0x14] JMP 0x0003abaa
null
null
null
null
[('tmp_2522', u'CBRANCH_-1206079971'), (u'INDIRECT_-1206077119', u'COPY_-1206076380'), (u'MULTIEQUAL_-1206076001', u'MULTIEQUAL_-1206076104'), ('tmp_5174', u'CALL_-1206081664'), (u'INDIRECT_-1206076704', u'MULTIEQUAL_-1206076679'), (u'MULTIEQUAL_-1206078368', u'PTRSUB_-1206075878'), (u'STORE_-1206080275', u'INDIRECT_-1206075931'), (u'CALL_-1206079879', u'INDIRECT_-1206076809'), (u'CALL_-1206079923', u'INDIRECT_-1206076035'), (u'INT_AND_-1206077344', u'CAST_-1206076079'), (u'CALL_-1206080017', u'INDIRECT_-1206075838'), (u'MULTIEQUAL_-1206077377', u'MULTIEQUAL_-1206076715'), (u'INDIRECT_-1206076090', u'MULTIEQUAL_-1206076579'), (u'CAST_-1206075303', u'MULTIEQUAL_-1206077833'), ('const-417', u'LOAD_-1206079959'), (u'INDIRECT_-1206077087', u'COPY_-1206077126'), (u'PTRSUB_-1206076325', u'LOAD_-1206080064'), (u'MULTIEQUAL_-1206076193', u'MULTIEQUAL_-1206076296'), ('const-417', u'STORE_-1206080140'), (u'INDIRECT_-1206076780', u'MULTIEQUAL_-1206076980'), (u'STORE_-1206081138', u'INDIRECT_-1206076576'), (u'CALL_-1206080786', u'INDIRECT_-1206076588'), (u'CALL_-1206080265', u'INDIRECT_-1206076130'), (u'SUBPIECE_-1206078791', u'INT_LESS_-1206079894'), (u'INDIRECT_-1206076164', u'MULTIEQUAL_-1206076180'), (u'INT_LESS_-1206079894', u'INT_ZEXT_-1206079875'), (u'INDIRECT_-1206076767', u'COPY_-1206076806'), ('const-0', u'PTRSUB_-1206076565'), ('const-1', u'INT_AND_-1206077344'), (u'PTRSUB_-1206075779', u'LOAD_-1206079943'), (u'INT_EQUAL_-1206079573', u'CBRANCH_-1206079571'), (u'INDIRECT_-1206077317', u'MULTIEQUAL_-1206077177'), (u'INDIRECT_-1206076873', u'MULTIEQUAL_-1206076771'), (u'PTRSUB_-1206075445', u'STORE_-1206080281'), (u'STORE_-1206078119', u'INDIRECT_-1206076848'), (u'MULTIEQUAL_-1206075838', u'INT_EQUAL_-1206079689'), (u'INDIRECT_-1206077055', u'MULTIEQUAL_-1206076835'), ('const-417', u'LOAD_-1206081884'), (u'CALL_-1206081926', u'INDIRECT_-1206077189'), (u'INDIRECT_-1206077189', u'INT_NOTEQUAL_-1206081767'), (u'LOAD_-1206080917', u'INT_EQUAL_-1206080902'), (u'STORE_-1206081226', u'INDIRECT_-1206077071'), (u'INDIRECT_-1206076217', u'MULTIEQUAL_-1206075841'), (u'LOAD_-1206081031', u'PTRSUB_-1206076485'), (u'LOAD_-1206080000', u'PTRSUB_-1206076289'), (u'CALL_-1206079909', u'INDIRECT_-1206076537'), ('const-417', u'LOAD_-1206080917'), (u'INDIRECT_-1206076282', u'MULTIEQUAL_-1206076771'), (u'PTRSUB_-1206076732', u'STORE_-1206080140'), (u'INT_AND_-1206077878', u'INT_EQUAL_-1206080521'), (u'STORE_-1206080140', u'INDIRECT_-1206077456'), (u'INDIRECT_-1206077189', u'MULTIEQUAL_-1206076823'), (u'INDIRECT_-1206076571', u'MULTIEQUAL_-1206075847'), (u'CALL_-1206081926', u'INDIRECT_-1206077317'), (u'MULTIEQUAL_-1206076929', u'MULTIEQUAL_-1206076387'), (u'INDIRECT_-1206076315', u'MULTIEQUAL_-1206075843'), ('const-417', u'LOAD_-1206080079'), (u'MULTIEQUAL_-1206078548', u'MULTIEQUAL_-1206078706'), (u'MULTIEQUAL_-1206076712', u'MULTIEQUAL_-1206077133'), ('const-417', u'LOAD_-1206081006'), (u'LOAD_-1206081031', u'PTRSUB_-1206076475'), (u'INDIRECT_-1206076504', u'MULTIEQUAL_-1206077236'), (u'CALL_-1206081209', u'INDIRECT_-1206076753'), ('const-417', u'STORE_-1206079274'), (u'MULTIEQUAL_-1206075845', u'MULTIEQUAL_-1206076643'), (u'INDIRECT_-1206076683', u'MULTIEQUAL_-1206077172'), (u'MULTIEQUAL_-1206077986', u'PTRSUB_-1206075705'), (u'MULTIEQUAL_-1206076916', u'MULTIEQUAL_-1206076864'), (u'STORE_-1206081173', u'INDIRECT_-1206076722'), (u'MULTIEQUAL_-1206076385', u'INT_NOTEQUAL_-1206079938'), (u'MULTIEQUAL_-1206076129', u'MULTIEQUAL_-1206076232'), ('const-1', u'PTRADD_-1206080894'), ('const-8', u'PTRSUB_-1206075606'), (u'CALL_-1206080361', u'INDIRECT_-1206077178'), (u'INDIRECT_-1206076960', u'MULTIEQUAL_-1206076935'), (u'CALL_-1206080324', u'INDIRECT_-1206077418'), (u'CALL_-1206080361', u'INDIRECT_-1206076922'), (u'CALL_-1206079795', u'INDIRECT_-1206076217'), (u'COPY_-1206076497', u'CALL_-1206081209'), (u'MULTIEQUAL_-1206077313', u'MULTIEQUAL_-1206076771'), (u'CALL_-1206080022', u'INDIRECT_-1206076206'), (u'CALL_-1206080361', u'PTRSUB_-1206076760'), (u'MULTIEQUAL_-1206077063', u'MULTIEQUAL_-1206077044'), (u'LOAD_-1206079953', u'CAST_-1206075440'), (u'CALL_-1206079795', u'INDIRECT_-1206076281'), (u'STORE_-1206077117', u'INDIRECT_-1206076039'), (u'PTRSUB_-1206076732', u'LOAD_-1206080143'), (u'MULTIEQUAL_-1206076323', u'MULTIEQUAL_-1206076317'), ('const-0', u'PTRSUB_-1206076475'), (u'INDIRECT_-1206077119', u'PTRADD_-1206079989'), (u'CALL_-1206079879', u'INDIRECT_-1206076937'), (u'CALL_-1206079263', u'CALL_-1206079208'), (u'INT_NOTEQUAL_-1206080262', u'CBRANCH_-1206080260'), (u'CALL_-1206079722', u'INDIRECT_-1206076123'), (u'CALL_-1206081926', u'MULTIEQUAL_-1206078919'), (u'MULTIEQUAL_-1206076935', u'MULTIEQUAL_-1206076916'), (u'CALL_-1206080412', u'INDIRECT_-1206076274'), ('tmp_211', u'CBRANCH_-1206081870'), (u'CALL_-1206080309', u'CAST_-1206075963'), (u'INDIRECT_-1206076361', u'MULTIEQUAL_-1206076104'), ('const-0', u'INT_NOTEQUAL_-1206081297'), ('const-417', u'LOAD_-1206079953'), (u'MULTIEQUAL_-1206076515', u'MULTIEQUAL_-1206076498'), (u'INDIRECT_-1206076346', u'MULTIEQUAL_-1206076577'), ('const-417', u'LOAD_-1206081023'), (u'MULTIEQUAL_-1206076980', u'MULTIEQUAL_-1206076928'), (u'INDIRECT_-1206077218', u'MULTIEQUAL_-1206077184'), (u'INDIRECT_-1206075783', u'MULTIEQUAL_-1206076852'), (u'CALL_-1206080786', u'INDIRECT_-1206076972'), ('const-4', u'PTRSUB_-1206075445'), (u'PTRSUB_-1206076566', u'PTRSUB_-1206076565'), (u'MULTIEQUAL_-1206075848', u'MULTIEQUAL_-1206076835'), (u'INDIRECT_-1206077221', u'MULTIEQUAL_-1206077172'), (u'INDIRECT_-1206077072', u'MULTIEQUAL_-1206077057'), (u'CALL_-1206081664', u'INDIRECT_-1206077295'), (u'CAST_-1206076766', u'INT_NOTEQUAL_-1206081788'), ('const-8', u'PTRSUB_-1206075420'), ('const-417', u'LOAD_-1206079619'), (u'INDIRECT_-1206076473', u'MULTIEQUAL_-1206075845'), (u'SUBPIECE_-1206078803', u'INT_LESS_-1206079873'), (u'INDIRECT_-1206076671', u'MULTIEQUAL_-1206076615'), (u'CALL_-1206080361', u'INDIRECT_-1206077050'), (u'CALL_-1206080003', u'INDIRECT_-1206076276'), ('const-0', u'PTRSUB_-1206076351'), (u'CALL_-1206081695', u'INDIRECT_-1206077180'), (u'CALL_-1206080324', u'INDIRECT_-1206077098'), (u'MULTIEQUAL_-1206077108', u'MULTIEQUAL_-1206077056'), (u'MULTIEQUAL_-1206077236', u'MULTIEQUAL_-1206077127'), (u'INDIRECT_-1206075834', u'MULTIEQUAL_-1206076323'), (u'CAST_-1206075991', u'MULTIEQUAL_-1206078407'), ('const-1', u'CALL_-1206080361'), (u'CALL_-1206080003', u'INDIRECT_-1206075828'), ('const-0', u'CALL_-1206080324'), (u'LOAD_-1206079943', u'MULTIEQUAL_-1206078407'), ('const-0', u'PTRSUB_-1206076817'), (u'INT_AND_-1206080283', u'INT_NOTEQUAL_-1206080296'), (u'MULTIEQUAL_-1206076724', u'MULTIEQUAL_-1206076672'), (u'PTRSUB_-1206076475', u'LOAD_-1206080999'), ('const-6', u'INT_RIGHT_-1206080217'), (u'INDIRECT_-1206077637', u'MULTIEQUAL_-1206077271'), (u'INT_AND_-1206080380', u'INT_EQUAL_-1206080394'), (u'CALL_-1206081695', u'CAST_-1206076714'), (u'STORE_-1206081219', u'INDIRECT_-1206076746'), (u'MULTIEQUAL_-1206078368', u'PTRSUB_-1206076150'), (u'MULTIEQUAL_-1206078706', u'PTRSUB_-1206076593'), (u'INDIRECT_-1206076863', u'MULTIEQUAL_-1206077185'), (u'CALL_-1206081090', u'INDIRECT_-1206076703'), (u'CALL_-1206080324', u'INDIRECT_-1206076906'), (u'INDIRECT_-1206077029', u'MULTIEQUAL_-1206076980'), ('const-417', u'LOAD_-1206080143'), (u'INDIRECT_-1206076543', u'MULTIEQUAL_-1206076865'), ('const-0', u'INT_NOTEQUAL_-1206081282'), (u'LOAD_-1206080999', u'CAST_-1206076332'), ('const-8', u'PTRSUB_-1206076451'), (u'PTRSUB_-1206075597', u'LOAD_-1206079554'), (u'MULTIEQUAL_-1206076385', u'INT_NOTEQUAL_-1206080016'), (u'STORE_-1206080140', u'INDIRECT_-1206076944'), (u'INDIRECT_-1206077036', u'MULTIEQUAL_-1206077236'), (u'INDIRECT_-1206076863', u'MULTIEQUAL_-1206076807'), (u'MULTIEQUAL_-1206078368', u'PTRSUB_-1206076240'), (u'CALL_-1206080564', u'INDIRECT_-1206076617'), (u'STORE_-1206077117', u'INDIRECT_-1206076103'), (u'INT_NOTEQUAL_-1206080006', u'CBRANCH_-1206080005'), (u'CALL_-1206079208', u'INDIRECT_-1206076427'), (u'CALL_-1206079826', u'INDIRECT_-1206076184'), ('const-1', u'INT_AND_-1206080973'), (u'MULTIEQUAL_-1206076387', u'MULTIEQUAL_-1206076370'), ('const-1', u'INT_AND_-1206077968'), (u'STORE_-1206081226', u'INDIRECT_-1206076815'), ('const-1', u'PTRADD_-1206080216'), (u'INDIRECT_-1206075588', u'MULTIEQUAL_-1206075604'), (u'STORE_-1206078119', u'INDIRECT_-1206076976'), (u'CAST_-1206076300', u'INT_NOTEQUAL_-1206080934'), (u'MULTIEQUAL_-1206078360', u'INT_EQUAL_-1206080427'), (u'INDIRECT_-1206076375', u'MULTIEQUAL_-1206076893'), ('const-20', u'PTRSUB_-1206076835'), (u'CALL_-1206081090', u'INDIRECT_-1206076831'), (u'CALL_-1206080361', u'PTRSUB_-1206076742'), (u'CALL_-1206080267', u'INDIRECT_-1206076202'), ('const-0', u'INT_NOTEQUAL_-1206079554'), ('const-1', u'INT_AND_-1206080283'), ('const-4', u'PTRSUB_-1206076244'), ('const-8', u'PTRSUB_-1206075422'), (u'COPY_-1206076205', u'MULTIEQUAL_-1206078363'), (u'CALL_-1206081926', u'PTRSUB_-1206076490'), ('const-417', u'LOAD_-1206081268'), ('const-417', u'LOAD_-1206079992'), (u'CAST_-1206076088', u'MULTIEQUAL_-1206078011'), (u'INDIRECT_-1206077119', u'MULTIEQUAL_-1206076716'), (u'INDIRECT_-1206077573', u'MULTIEQUAL_-1206077433'), (u'PTRSUB_-1206076835', u'LOAD_-1206080284'), (u'INDIRECT_-1206077637', u'PTRADD_-1206081757'), (u'CALL_-1206081695', u'INDIRECT_-1206076988'), (u'CALL_-1206079879', u'INDIRECT_-1206077193'), (u'MULTIEQUAL_-1206078368', u'COPY_-1206076115'), ('const-20', u'PTRSUB_-1206075597'), (u'INDIRECT_-1206076276', u'MULTIEQUAL_-1206077044'), (u'CALL_-1206079797', u'INDIRECT_-1206076837'), (u'CALL_-1206080824', u'INDIRECT_-1206076991'), (u'CALL_-1206080824', u'INDIRECT_-1206076479'), (u'LOAD_-1206081031', u'PTRSUB_-1206076479'), (u'CALL_-1206080003', u'INDIRECT_-1206076148'), (u'MULTIEQUAL_-1206078363', u'PTRADD_-1206079530'), (u'LOAD_-1206081031', u'MULTIEQUAL_-1206078368'), (u'INDIRECT_-1206076799', u'INT_NOTEQUAL_-1206080006'), (u'INDIRECT_-1206076773', u'MULTIEQUAL_-1206076695'), ('const-417', u'LOAD_-1206079943'), ('const-0', u'PTRSUB_-1206075551'), (u'CALL_-1206080281', u'INDIRECT_-1206075652'), (u'CALL_-1206081237', u'INDIRECT_-1206077090'), (u'CAST_-1206075856', u'INT_EQUAL_-1206079848'), (u'STORE_-1206080140', u'INDIRECT_-1206077328'), ('const-0', u'INT_EQUAL_-1206079259'), (u'MULTIEQUAL_-1206076771', u'MULTIEQUAL_-1206077261'), (u'CALL_-1206081209', u'INDIRECT_-1206076881'), (u'INDIRECT_-1206076671', u'MULTIEQUAL_-1206076993'), (u'MULTIEQUAL_-1206076707', u'MULTIEQUAL_-1206076701'), (u'STORE_-1206077117', u'INDIRECT_-1206075655'), (u'INDIRECT_-1206077088', u'MULTIEQUAL_-1206077063'), (u'CALL_-1206080022', u'INDIRECT_-1206076654'), ('const-3', u'INT_NOTEQUAL_-1206079735'), (u'STORE_-1206080275', u'INDIRECT_-1206075995'), ('const-0', u'PTRSUB_-1206075729'), (u'INDIRECT_-1206076543', u'MULTIEQUAL_-1206076317'), (u'INDIRECT_-1206075764', u'MULTIEQUAL_-1206076532'), (u'CAST_-1206075963', u'CALL_-1206080267'), (u'INDIRECT_-1206076809', u'MULTIEQUAL_-1206076552'), (u'MULTIEQUAL_-1206077108', u'MULTIEQUAL_-1206076999'), (u'PTRSUB_-1206076151', u'CALL_-1206080267'), (u'MULTIEQUAL_-1206076852', u'MULTIEQUAL_-1206076800'), (u'LOAD_-1206081031', u'MULTIEQUAL_-1206078377'), (u'INDIRECT_-1206076718', u'MULTIEQUAL_-1206077236'), ('const-0', u'SUBPIECE_-1206078803'), (u'INDIRECT_-1206076123', u'MULTIEQUAL_-1206075840'), ('const-417', u'LOAD_-1206080064'), (u'INDIRECT_-1206077093', u'MULTIEQUAL_-1206077015'), ('const-213', u'PTRADD_-1206079211'), (u'INT_EQUAL_-1206080359', u'CBRANCH_-1206080358'), ('tmp_860', u'CBRANCH_-1206081281'), ('tmp_3942', u'CBRANCH_-1206080260'), ('const-417', u'LOAD_-1206079772'), ('const-16', u'PTRSUB_-1206076269'), (u'CALL_-1206081237', u'INDIRECT_-1206077154'), (u'LOAD_-1206079619', u'COPY_-1206075412'), (u'COPY_-1206076953', u'CALL_-1206081695'), (u'MULTIEQUAL_-1206076387', u'MULTIEQUAL_-1206076877'), (u'PTRSUB_-1206075656', u'LOAD_-1206079567'), (u'MULTIEQUAL_-1206076129', u'MULTIEQUAL_-1206076370'), (u'INDIRECT_-1206077125', u'CALLIND_-1206079930'), (u'CALL_-1206080265', u'INDIRECT_-1206075810'), (u'INT_EQUAL_-1206080041', u'CBRANCH_-1206080040'), (u'INT_NOTEQUAL_-1206081767', u'CBRANCH_-1206081765'), ('const-417', u'STORE_-1206081020'), ('const-330565', u'PTRSUB_-1206076151'), (u'CALL_-1206079795', u'INDIRECT_-1206076089'), (u'CAST_-1206076804', u'INT_NOTEQUAL_-1206081741'), ('tmp_3048', u'CBRANCH_-1206079570'), (u'PTRSUB_-1206075472', u'PTRSUB_-1206075420'), ('const-8', u'PTRSUB_-1206075500'), (u'STORE_-1206080275', u'INDIRECT_-1206075739'), (u'INDIRECT_-1206076896', u'MULTIEQUAL_-1206076871'), (u'CALL_-1206081237', u'INDIRECT_-1206076898'), (u'CALL_-1206081090', u'INDIRECT_-1206076895'), (u'CALL_-1206081209', u'INDIRECT_-1206076945'), (u'INDIRECT_-1206076617', u'MULTIEQUAL_-1206076515'), (u'STORE_-1206077117', u'INDIRECT_-1206076167'), (u'INT_AND_-1206079251', u'STORE_-1206079274'), (u'INDIRECT_-1206077573', u'MULTIEQUAL_-1206076116'), (u'INDIRECT_-1206077418', u'MULTIEQUAL_-1206076893'), ('const-417', u'LOAD_-1206079567'), ('const-417', u'LOAD_-1206079297'), ('const-4', u'INT_AND_-1206079593'), (u'INDIRECT_-1206076530', u'INT_EQUAL_-1206080359'), (u'INDIRECT_-1206076334', u'MULTIEQUAL_-1206076852'), (u'CALL_-1206080281', u'INDIRECT_-1206075844'), (u'PTRADD_-1206080216', u'INT_EQUAL_-1206080257'), (u'MULTIEQUAL_-1206076257', u'MULTIEQUAL_-1206076498'), (u'INDIRECT_-1206076119', u'MULTIEQUAL_-1206076637'), (u'PTRSUB_-1206076391', u'LOAD_-1206081031'), (u'MULTIEQUAL_-1206076711', u'MULTIEQUAL_-1206076743'), (u'INDIRECT_-1206075780', u'MULTIEQUAL_-1206075796'), (u'CALL_-1206081237', u'INDIRECT_-1206076770'), (u'LOAD_-1206080278', u'CAST_-1206076568'), ('const-0', u'PTRSUB_-1206075705'), (u'PTRADD_-1206079530', u'CAST_-1206075537'), ('const-192', u'PTRADD_-1206081757'), (u'STORE_-1206081173', u'INDIRECT_-1206076786'), (u'PTRSUB_-1206076760', u'LOAD_-1206080309'), (u'MULTIEQUAL_-1206076899', u'MULTIEQUAL_-1206076893'), ('tmp_401', u'CBRANCH_-1206081740'), (u'INDIRECT_-1206076863', u'MULTIEQUAL_-1206076712'), (u'CALL_-1206080855', u'INDIRECT_-1206076940'), (u'INT_NOTEQUAL_-1206079903', u'CBRANCH_-1206079902'), ('tmp_2956', u'BRANCH_-1206079547'), (u'MULTIEQUAL_-1206076835', u'MULTIEQUAL_-1206077325'), (u'INDIRECT_-1206077151', u'COPY_-1206077190'), (u'INDIRECT_-1206076937', u'MULTIEQUAL_-1206076835'), (u'CALL_-1206080003', u'INDIRECT_-1206075764'), (u'PTRSUB_-1206076166', u'LOAD_-1206080406'), (u'INDIRECT_-1206076778', u'MULTIEQUAL_-1206077236'), (u'INDIRECT_-1206075972', u'MULTIEQUAL_-1206077305'), (u'MULTIEQUAL_-1206076771', u'MULTIEQUAL_-1206076765'), (u'INDIRECT_-1206076635', u'MULTIEQUAL_-1206075848'), (u'CALL_-1206079208', u'INDIRECT_-1206076491'), ('const-417', u'STORE_-1206080275'), (u'CALL_-1206080265', u'STORE_-1206077117'), ('const-0', u'PTRSUB_-1206075706'), (u'MULTIEQUAL_-1206078919', u'PTRSUB_-1206076351'), (u'MULTIEQUAL_-1206076993', u'MULTIEQUAL_-1206076451'), (u'PTRSUB_-1206076490', u'PTRSUB_-1206076391'), ('const-4', u'PTRSUB_-1206075783'), (u'CALLIND_-1206079930', u'INDIRECT_-1206076773'), (u'STORE_-1206081173', u'INDIRECT_-1206077106'), (u'INDIRECT_-1206076607', u'MULTIEQUAL_-1206076551'), (u'PTRSUB_-1206076732', u'PTRSUB_-1206076622'), (u'STORE_-1206081138', u'INDIRECT_-1206076640'), (u'INDIRECT_-1206076425', u'MULTIEQUAL_-1206076323'), (u'INDIRECT_-1206076543', u'MULTIEQUAL_-1206076707'), (u'CAST_-1206076088', u'INT_EQUAL_-1206079973'), (u'CALLIND_-1206079930', u'INT_NOTEQUAL_-1206079903'), ('const-417', u'LOAD_-1206079970'), (u'INDIRECT_-1206077317', u'MULTIEQUAL_-1206076951'), (u'CALL_-1206080265', u'INDIRECT_-1206076002'), (u'INT_NOTEQUAL_-1206081741', u'CBRANCH_-1206081740'), (u'PTRSUB_-1206075869', u'LOAD_-1206079958'), (u'MULTIEQUAL_-1206078548', u'CALL_-1206080797'), (u'PTRADD_-1206079807', u'CAST_-1206075856'), (u'MULTIEQUAL_-1206076257', u'MULTIEQUAL_-1206076360'), (u'MULTIEQUAL_-1206078368', u'CALL_-1206079826'), (u'CAST_-1206076414', u'INT_AND_-1206081269'), (u'CALL_-1206081145', u'INDIRECT_-1206077104'), (u'INDIRECT_-1206076276', u'MULTIEQUAL_-1206077236'), (u'INDIRECT_-1206075844', u'MULTIEQUAL_-1206075860'), (u'MULTIEQUAL_-1206076321', u'MULTIEQUAL_-1206076562'), (u'INDIRECT_-1206076491', u'MULTIEQUAL_-1206076980'), ('const-3', u'STORE_-1206081226'), (u'MULTIEQUAL_-1206076551', u'MULTIEQUAL_-1206076532'), ('const-328588', u'COPY_-1206076953'), (u'INDIRECT_-1206077253', u'MULTIEQUAL_-1206075796'), (u'CALL_-1206079263', u'INDIRECT_-1206076323'), (u'INDIRECT_-1206076842', u'MULTIEQUAL_-1206076317'), ('tmp_2135', u'CBRANCH_-1206080392'), (u'INDIRECT_-1206076212', u'MULTIEQUAL_-1206076980'), (u'MULTIEQUAL_-1206076449', u'MULTIEQUAL_-1206076552'), (u'MULTIEQUAL_-1206078368', u'CALL_-1206080412'), (u'LOAD_-1206079970', u'PTRSUB_-1206075873'), (u'INDIRECT_-1206076148', u'MULTIEQUAL_-1206076916'), (u'CALL_-1206081664', u'INDIRECT_-1206076975'), ('const-417', u'LOAD_-1206079606'), (u'INDIRECT_-1206076863', u'MULTIEQUAL_-1206076643'), (u'MULTIEQUAL_-1206076899', u'COPY_-1206076205'), (u'INDIRECT_-1206075898', u'MULTIEQUAL_-1206076129'), (u'STORE_-1206078119', u'INDIRECT_-1206076784'), (u'CALL_-1206079824', u'INDIRECT_-1206077105'), ('const-417', u'STORE_-1206080281'), (u'INDIRECT_-1206076901', u'MULTIEQUAL_-1206076852'), (u'CALL_-1206079263', u'INDIRECT_-1206076259'), (u'PTRSUB_-1206075555', u'LOAD_-1206079960'), (u'PTRSUB_-1206075873', u'LOAD_-1206079964'), (u'MULTIEQUAL_-1206076743', u'MULTIEQUAL_-1206076724'), ('const-0', u'INT_EQUAL_-1206079986'), (u'CALL_-1206079923', u'INDIRECT_-1206076547'), (u'PTRSUB_-1206075551', u'LOAD_-1206079953'), (u'MULTIEQUAL_-1206076193', u'MULTIEQUAL_-1206076434'), (u'INDIRECT_-1206075892', u'MULTIEQUAL_-1206076852'), ('const-8', u'PTRSUB_-1206075412'), (u'INDIRECT_-1206075828', u'MULTIEQUAL_-1206076596'), ('const-0', u'INT_EQUAL_-1206080521'), ('tmp_831', u'CBRANCH_-1206081297'), (u'MULTIEQUAL_-1206076716', u'MULTIEQUAL_-1206077063'), (u'CALL_-1206079263', u'INDIRECT_-1206076451'), (u'CALL_-1206079263', u'INDIRECT_-1206076643'), (u'CALL_-1206079879', u'CALL_-1206079824'), (u'PTRSUB_-1206076351', u'CAST_-1206076209'), ('tmp_2446', u'CBRANCH_-1206080016'), (u'INDIRECT_-1206076703', u'COPY_-1206076742'), (u'LOAD_-1206080192', u'INT_AND_-1206080166'), (u'CALL_-1206081695', u'INDIRECT_-1206077436'), (u'PTRSUB_-1206076539', u'STORE_-1206081173'), (u'STORE_-1206081226', u'INDIRECT_-1206076623'), (u'MULTIEQUAL_-1206078611', u'COPY_-1206081078'), (u'CAST_-1206076250', u'CALL_-1206080824'), (u'STORE_-1206080140', u'INDIRECT_-1206077136'), (u'CALL_-1206079722', u'INDIRECT_-1206076251'), (u'PTRSUB_-1206075403', u'LOAD_-1206079772'), (u'CAST_-1206075444', u'MULTIEQUAL_-1206077724'), (u'PTRSUB_-1206076433', u'LOAD_-1206080917'), (u'COPY_-1206075587', u'MULTIEQUAL_-1206078360'), (u'CALL_-1206079795', u'MULTIEQUAL_-1206075838'), (u'CAST_-1206076336', u'MULTIEQUAL_-1206079012'), (u'MULTIEQUAL_-1206076823', u'COPY_-1206076593'), (u'INDIRECT_-1206076055', u'MULTIEQUAL_-1206076573'), (u'CALL_-1206081664', u'INDIRECT_-1206077487'), (u'INDIRECT_-1206076586', u'MULTIEQUAL_-1206077044'), (u'PTRSUB_-1206076336', u'PTRSUB_-1206076244'), (u'INDIRECT_-1206075834', u'MULTIEQUAL_-1206076065'), (u'PTRSUB_-1206076817', u'CAST_-1206076649'), ('const-417', u'LOAD_-1206079566'), (u'INDIRECT_-1206077189', u'MULTIEQUAL_-1206077049'), (u'LOAD_-1206081891', u'CAST_-1206076804'), (u'MULTIEQUAL_-1206075846', u'MULTIEQUAL_-1206076449'), ('const-417', u'LOAD_-1206079277'), ('const-417', u'LOAD_-1206081891'), (u'CALLIND_-1206079930', u'INDIRECT_-1206076837'), (u'MULTIEQUAL_-1206075845', u'MULTIEQUAL_-1206076385'), ('tmp_2482', u'CBRANCH_-1206079996'), (u'PTRSUB_-1206076593', u'LOAD_-1206081268'), (u'STORE_-1206081226', u'INDIRECT_-1206077007'), ('const-0', u'PTRSUB_-1206076607'), (u'INDIRECT_-1206076770', u'MULTIEQUAL_-1206076736'), (u'STORE_-1206078119', u'INDIRECT_-1206076592'), ('tmp_743', u'CBRANCH_-1206080235'), (u'LOAD_-1206079633', u'PTRSUB_-1206075685'), (u'STORE_-1206081219', u'INDIRECT_-1206076938'), (u'STORE_-1206080140', u'INDIRECT_-1206077264'), ('const-8', u'PTRSUB_-1206075433'), ('const-417', u'LOAD_-1206079784'), (u'MULTIEQUAL_-1206076717', u'MULTIEQUAL_-1206078548'), ('const-0', u'INT_EQUAL_-1206080550'), ('tmp_1660', u'BRANCH_-1206080771'), (u'MULTIEQUAL_-1206075843', u'MULTIEQUAL_-1206076515'), (u'CALL_-1206079879', u'INDIRECT_-1206077321'), (u'CAST_-1206076388', u'CALL_-1206081237'), ('const-1', u'INT_AND_-1206077878'), ('const-1', u'INT_OR_-1206081114'), (u'CALL_-1206080564', u'INDIRECT_-1206076681'), (u'CALL_-1206079208', u'INDIRECT_-1206076171'), (u'MULTIEQUAL_-1206076643', u'MULTIEQUAL_-1206076637'), (u'CAST_-1206076088', u'INT_EQUAL_-1206080455'), (u'INDIRECT_-1206077061', u'MULTIEQUAL_-1206076695'), (u'MULTIEQUAL_-1206076515', u'MULTIEQUAL_-1206076257'), ('tmp_3952', u'BRANCH_-1206080248'), (u'LOAD_-1206080545', u'CAST_-1206076080'), (u'MULTIEQUAL_-1206076449', u'MULTIEQUAL_-1206076690'), (u'INDIRECT_-1206076084', u'INT_EQUAL_-1206079888'), (u'INDIRECT_-1206076831', u'COPY_-1206076870'), (u'INDIRECT_-1206075652', u'MULTIEQUAL_-1206075668'), (u'COPY_-1206076899', u'INT_EQUAL_-1206080967'), ('const-1', u'INT_AND_-1206081858'), (u'CALL_-1206079879', u'INDIRECT_-1206076873'), (u'PTRSUB_-1206075763', u'PTRSUB_-1206075693'), (u'CALL_-1206079263', u'INDIRECT_-1206076579'), ('const-417', u'STORE_-1206081173'), (u'STORE_-1206079274', u'INDIRECT_-1206076119'), ('tmp_3080', u'CBRANCH_-1206079552'), (u'LOAD_-1206080252', u'INT_RIGHT_-1206080217'), (u'CALL_-1206081695', u'INDIRECT_-1206077308'), (u'CALL_-1206079630', u'INDIRECT_-1206076090'), (u'CALL_-1206079208', u'INDIRECT_-1206076683'), (u'CAST_-1206075936', u'MULTIEQUAL_-1206078706'), (u'CALL_-1206080265', u'INDIRECT_-1206075682'), (u'MULTIEQUAL_-1206076615', u'INT_EQUAL_-1206080902'), (u'CALL_-1206080281', u'INDIRECT_-1206075972'), (u'INDIRECT_-1206076281', u'MULTIEQUAL_-1206076980'), (u'INT_AND_-1206079541', u'INT_NOTEQUAL_-1206079554'), (u'INDIRECT_-1206075780', u'MULTIEQUAL_-1206077113'), (u'INT_NOTEQUAL_-1206080229', u'CBRANCH_-1206080235'), (u'CALL_-1206079630', u'INT_NOTEQUAL_-1206079596'), (u'CAST_-1206075867', u'INT_AND_-1206079864'), ('const-417', u'LOAD_-1206079966'), (u'PTRADD_-1206080417', u'CAST_-1206076050'), (u'CALL_-1206080361', u'CALL_-1206080324'), (u'LOAD_-1206080079', u'PTRSUB_-1206076325'), (u'INDIRECT_-1206076553', u'MULTIEQUAL_-1206076296'), (u'CALL_-1206079630', u'INDIRECT_-1206075962'), ('tmp_4166', u'CBRANCH_-1206080256'), (u'MULTIEQUAL_-1206077172', u'MULTIEQUAL_-1206077120'), (u'CALL_-1206081926', u'PTRSUB_-1206076915'), (u'INDIRECT_-1206076282', u'MULTIEQUAL_-1206076513'), (u'INDIRECT_-1206077637', u'MULTIEQUAL_-1206076180'), ('const-4', u'PTRSUB_-1206076696'), (u'INDIRECT_-1206077231', u'COPY_-1206077273'), ('const-20', u'PTRSUB_-1206076019'), ('const-8', u'PTRSUB_-1206075486'), (u'INDIRECT_-1206076709', u'MULTIEQUAL_-1206076660'), (u'CALL_-1206080786', u'INDIRECT_-1206076524'), (u'CALL_-1206080309', u'INDIRECT_-1206076480'), (u'INDIRECT_-1206077317', u'MULTIEQUAL_-1206075860'), (u'INDIRECT_-1206076025', u'MULTIEQUAL_-1206076724'), (u'MULTIEQUAL_-1206076451', u'MULTIEQUAL_-1206076193'), ('const-8', u'PTRSUB_-1206075763'), (u'LOAD_-1206081031', u'PTRSUB_-1206076336'), (u'MULTIEQUAL_-1206076065', u'MULTIEQUAL_-1206076168'), (u'PTRSUB_-1206075433', u'STORE_-1206077117'), ('tmp_1899', u'BRANCH_-1206079765'), ('const-21', u'PTRADD_-1206080132'), ('const-417', u'STORE_-1206078119'), (u'INDIRECT_-1206077221', u'MULTIEQUAL_-1206077143'), (u'INT_RIGHT_-1206075797', u'SUBPIECE_-1206078803'), (u'CALL_-1206080797', u'INDIRECT_-1206076660'), (u'CALL_-1206079824', u'INDIRECT_-1206076849'), (u'CALL_-1206080855', u'INDIRECT_-1206077004'), (u'CALL_-1206080003', u'INDIRECT_-1206075956'), ('const-417', u'STORE_-1206081226'), ('const-417', u'LOAD_-1206080043'), (u'INDIRECT_-1206076171', u'MULTIEQUAL_-1206076660'), (u'LOAD_-1206079844', u'INT_AND_-1206079818'), (u'CALL_-1206080017', u'INDIRECT_-1206076030'), (u'CALL_-1206079797', u'INDIRECT_-1206077221'), (u'MULTIEQUAL_-1206078368', u'CALL_-1206080022'), ('const-1', u'PTRADD_-1206079989'), (u'LOAD_-1206079890', u'CAST_-1206075867'), (u'CALL_-1206081664', u'INDIRECT_-1206077359'), (u'STORE_-1206081020', u'INDIRECT_-1206076671'), (u'CALL_-1206080797', u'INDIRECT_-1206076852'), (u'INT_RIGHT_-1206079931', u'INT_AND_-1206077968'), (u'MULTIEQUAL_-1206076579', u'MULTIEQUAL_-1206076562'), ('const-1', u'INT_ADD_-1206076335'), (u'COPY_-1206076593', u'CALL_-1206079824'), (u'CALL_-1206080017', u'INDIRECT_-1206075966'), (u'CAST_-1206075307', u'MULTIEQUAL_-1206077724'), (u'LOAD_-1206079992', u'MULTIEQUAL_-1206075699'), (u'CALL_-1206080022', u'INDIRECT_-1206076270'), (u'CALL_-1206081090', u'INDIRECT_-1206076639'), ('const-4', u'PTRSUB_-1206076742'), (u'STORE_-1206078119', u'INDIRECT_-1206077104'), ('tmp_2056', u'CBRANCH_-1206080454'), (u'CAST_-1206075585', u'LOAD_-1206079277'), ('const-8', u'PTRSUB_-1206076915'), (u'INDIRECT_-1206076167', u'MULTIEQUAL_-1206077236'), (u'CALL_-1206079879', u'INDIRECT_-1206077257'), ('tmp_3729', u'CBRANCH_-1206079894'), (u'MULTIEQUAL_-1206075988', u'COPY_-1206075494'), (u'CALL_-1206080309', u'INDIRECT_-1206076800'), ('tmp_906', u'CBRANCH_-1206081251'), (u'INDIRECT_-1206077125', u'PTRSUB_-1206076696'), ('const-20', u'PTRSUB_-1206075994'), (u'MULTIEQUAL_-1206076387', u'MULTIEQUAL_-1206076129'), (u'INDIRECT_-1206077226', u'MULTIEQUAL_-1206076701'), (u'CAST_-1206076804', u'MULTIEQUAL_-1206079012'), (u'PTRSUB_-1206075500', u'PTRSUB_-1206075445'), (u'INDIRECT_-1206077024', u'MULTIEQUAL_-1206076999'), (u'LOAD_-1206079277', u'INT_AND_-1206079251'), (u'MULTIEQUAL_-1206075844', u'MULTIEQUAL_-1206076579'), (u'LOAD_-1206080079', u'PTRSUB_-1206075729'), (u'INT_EQUAL_-1206079896', u'CBRANCH_-1206079894'), (u'INDIRECT_-1206076607', u'MULTIEQUAL_-1206076381'), (u'CALL_-1206080412', u'INDIRECT_-1206076850'), (u'CALL_-1206080786', u'INDIRECT_-1206076716'), (u'LOAD_-1206079566', u'PTRSUB_-1206075601'), (u'STORE_-1206078119', u'INDIRECT_-1206076656'), (u'LOAD_-1206080043', u'INT_EQUAL_-1206080028'), (u'INT_EQUAL_-1206080485', u'CBRANCH_-1206080484'), (u'LOAD_-1206079606', u'MULTIEQUAL_-1206078360'), (u'INDIRECT_-1206075716', u'MULTIEQUAL_-1206077049'), (u'INDIRECT_-1206076153', u'MULTIEQUAL_-1206075840'), ('const-328588', u'COPY_-1206076510'), (u'INDIRECT_-1206076575', u'COPY_-1206076614'), (u'INT_AND_-1206080166', u'INT_NOTEQUAL_-1206080179'), (u'INDIRECT_-1206077445', u'INT_NOTEQUAL_-1206081741'), (u'INDIRECT_-1206077167', u'COPY_-1206077209'), (u'INT_ADD_-1206076335', u'CAST_-1206076150'), ('const-0', u'PTRSUB_-1206076965'), (u'INDIRECT_-1206076962', u'MULTIEQUAL_-1206076928'), (u'CALL_-1206081926', u'PTRSUB_-1206075495'), (u'STORE_-1206080281', u'INDIRECT_-1206076127'), (u'CALL_-1206081664', u'INDIRECT_-1206077167'), (u'PTRSUB_-1206076015', u'LOAD_-1206079890'), (u'MULTIEQUAL_-1206076715', u'MULTIEQUAL_-1206077325'), (u'INT_EQUAL_-1206080521', u'CBRANCH_-1206080512'), (u'STORE_-1206081138', u'INDIRECT_-1206077152'), (u'CAST_-1206076332', u'INT_AND_-1206080973'), (u'INT_NOTEQUAL_-1206079596', u'CBRANCH_-1206079595'), (u'MULTIEQUAL_-1206078368', u'CALL_-1206079630'), (u'INDIRECT_-1206076607', u'MULTIEQUAL_-1206076708'), (u'CALL_-1206080267', u'INDIRECT_-1206076586'), (u'COPY_-1206075494', u'CAST_-1206075404'), ('tmp_3992', u'BRANCH_-1206079260'), (u'CALL_-1206081237', u'INDIRECT_-1206076642'), (u'INDIRECT_-1206077423', u'COPY_-1206077465'), (u'CALL_-1206080361', u'PTRSUB_-1206076732'), (u'LOAD_-1206079940', u'CALLIND_-1206079930'), (u'CALL_-1206080267', u'INDIRECT_-1206076522'), (u'INDIRECT_-1206076248', u'MULTIEQUAL_-1206076980'), (u'INDIRECT_-1206075591', u'MULTIEQUAL_-1206076660'), (u'STORE_-1206079274', u'INDIRECT_-1206076375'), ('const-0', u'CALL_-1206081695'), (u'MULTIEQUAL_-1206076513', u'MULTIEQUAL_-1206076754'), (u'MULTIEQUAL_-1206077249', u'MULTIEQUAL_-1206076713'), (u'MULTIEQUAL_-1206076679', u'MULTIEQUAL_-1206076660'), (u'CALLIND_-1206079930', u'INDIRECT_-1206077221'), ('const-417', u'LOAD_-1206080539'), (u'INT_AND_-1206079818', u'INT_EQUAL_-1206079832'), ('const-4', u'PTRSUB_-1206076622'), (u'CALL_-1206079879', u'INDIRECT_-1206077129'), (u'MULTIEQUAL_-1206077441', u'MULTIEQUAL_-1206076716'), (u'LOAD_-1206080079', u'PTRSUB_-1206076273'), (u'INDIRECT_-1206077129', u'CALL_-1206079824'), (u'INDIRECT_-1206077381', u'MULTIEQUAL_-1206077241'), (u'MULTIEQUAL_-1206078368', u'PTRSUB_-1206076166'), ('tmp_5174', u'CALL_-1206079208'), ('const-16', u'PTRSUB_-1206075681'), (u'MULTIEQUAL_-1206076323', u'MULTIEQUAL_-1206076306'), (u'INT_NOTEQUAL_-1206079735', u'CBRANCH_-1206079733'), (u'MULTIEQUAL_-1206076323', u'MULTIEQUAL_-1206076813'), (u'INDIRECT_-1206076714', u'MULTIEQUAL_-1206077172'), (u'CALL_-1206081237', u'MULTIEQUAL_-1206078663'), ('tmp_2181', u'CBRANCH_-1206080358'), (u'MULTIEQUAL_-1206077121', u'MULTIEQUAL_-1206076711'), (u'PTRSUB_-1206076687', u'LOAD_-1206079940'), ('const-0', u'PTRSUB_-1206076485'), (u'INDIRECT_-1206076735', u'MULTIEQUAL_-1206076509'), (u'PTRSUB_-1206076572', u'PTRSUB_-1206076467'), (u'LOAD_-1206079778', u'CAST_-1206075307'), (u'INDIRECT_-1206075844', u'MULTIEQUAL_-1206077177'), (u'INDIRECT_-1206077349', u'MULTIEQUAL_-1206077271'), (u'INDIRECT_-1206076036', u'MULTIEQUAL_-1206077369'), (u'INT_NOTEQUAL_-1206081843', u'CBRANCH_-1206081843'), ('const-1', u'PTRSUB_-1206076732'), (u'INDIRECT_-1206077103', u'COPY_-1206077145'), (u'MULTIEQUAL_-1206078368', u'CALL_-1206079795'), (u'CALL_-1206081145', u'INDIRECT_-1206076720'), (u'STORE_-1206081138', u'INDIRECT_-1206077088'), (u'CALL_-1206080855', u'INDIRECT_-1206076876'), (u'INDIRECT_-1206076056', u'MULTIEQUAL_-1206076788'), (u'INDIRECT_-1206076906', u'MULTIEQUAL_-1206076381'), (u'CALL_-1206080022', u'INDIRECT_-1206076334'), ('const-417', u'LOAD_-1206079560'), (u'MULTIEQUAL_-1206078611', u'CALL_-1206081090'), ('const-253', u'INT_AND_-1206080117'), ('const-417', u'LOAD_-1206079751'), (u'CALL_-1206079858', u'INDIRECT_-1206076324'), (u'CALL_-1206080265', u'INDIRECT_-1206076194'), (u'MULTIEQUAL_-1206076643', u'MULTIEQUAL_-1206077133'), (u'MULTIEQUAL_-1206076615', u'MULTIEQUAL_-1206076596'), ('tmp_3485', u'CBRANCH_-1206080026'), (u'CALL_-1206081926', u'PTRSUB_-1206076965'), (u'CALL_-1206081926', u'COPY_-1206081652'), ('const-4', u'PTRSUB_-1206075873'), (u'CALL_-1206080564', u'INDIRECT_-1206076937'), ('const-417', u'LOAD_-1206079949'), (u'INDIRECT_-1206077026', u'MULTIEQUAL_-1206076992'), (u'MULTIEQUAL_-1206076487', u'MULTIEQUAL_-1206076468'), (u'INDIRECT_-1206075962', u'MULTIEQUAL_-1206076451'), (u'CALL_-1206081090', u'INDIRECT_-1206077023'), (u'INDIRECT_-1206076965', u'MULTIEQUAL_-1206076887'), ('tmp_1981', u'CBRANCH_-1206080512'), (u'INDIRECT_-1206076090', u'MULTIEQUAL_-1206076321'), (u'CAST_-1206076178', u'INT_EQUAL_-1206080028'), (u'CALL_-1206080309', u'INDIRECT_-1206076544'), ('const-3', u'INT_EQUAL_-1206079282'), (u'CALL_-1206079208', u'INDIRECT_-1206076555'), (u'PTRSUB_-1206075606', u'PTRSUB_-1206075546'), ('tmp_4359', u'CBRANCH_-1206080158'), (u'INDIRECT_-1206076799', u'MULTIEQUAL_-1206076711'), (u'INDIRECT_-1206076059', u'MULTIEQUAL_-1206075839'), ('const-8', u'PTRSUB_-1206076553'), (u'CALL_-1206080022', u'INDIRECT_-1206076718'), (u'CAST_-1206075444', u'MULTIEQUAL_-1206077833'), (u'CAST_-1206075440', u'INT_AND_-1206079927'), (u'MULTIEQUAL_-1206077377', u'MULTIEQUAL_-1206076835'), (u'MULTIEQUAL_-1206078663', u'MULTIEQUAL_-1206078611'), (u'INDIRECT_-1206077381', u'MULTIEQUAL_-1206077015'), (u'STORE_-1206081173', u'INDIRECT_-1206076658'), (u'INDIRECT_-1206076773', u'MULTIEQUAL_-1206076724'), (u'INT_AND_-1206077968', u'MULTIEQUAL_-1206077935'), ('const-0', u'SUBPIECE_-1206079113'), (u'MULTIEQUAL_-1206076579', u'MULTIEQUAL_-1206076573'), ('tmp_1376', u'CBRANCH_-1206080966'), (u'INDIRECT_-1206076745', u'MULTIEQUAL_-1206076643'), (u'STORE_-1206081226', u'INDIRECT_-1206076751'), (u'CALL_-1206079923', u'INDIRECT_-1206076419'), (u'LOAD_-1206079898', u'CAST_-1206075871'), (u'PTRSUB_-1206076451', u'STORE_-1206078119'), (u'CALL_-1206080022', u'INDIRECT_-1206076462'), (u'MULTIEQUAL_-1206078663', u'PTRSUB_-1206076566'), (u'CALL_-1206079826', u'INDIRECT_-1206076504'), (u'PTRSUB_-1206075420', u'LOAD_-1206076262'), (u'INDIRECT_-1206076543', u'MULTIEQUAL_-1206076323'), ('const-490784', u'PTRSUB_-1206076562'), (u'CALL_-1206079208', u'CAST_-1206075936'), (u'INDIRECT_-1206076212', u'MULTIEQUAL_-1206077172'), (u'CALL_-1206081209', u'INDIRECT_-1206076817'), (u'INDIRECT_-1206076537', u'MULTIEQUAL_-1206077236'), ('tmp_1419', u'CBRANCH_-1206080934'), ('const-0', u'CALL_-1206081926'), (u'CALL_-1206081926', u'PTRSUB_-1206075500'), (u'CALL_-1206079909', u'INDIRECT_-1206075961'), (u'PTRSUB_-1206075802', u'LOAD_-1206079970'), ('const-192', u'PTRADD_-1206080894'), (u'MULTIEQUAL_-1206076704', u'INT_EQUAL_-1206080159'), (u'MULTIEQUAL_-1206078663', u'PTRSUB_-1206076521'), (u'MULTIEQUAL_-1206078874', u'CALL_-1206080361'), (u'STORE_-1206080275', u'INDIRECT_-1206075803'), (u'MULTIEQUAL_-1206076449', u'INT_NOTEQUAL_-1206080016'), (u'INDIRECT_-1206077637', u'MULTIEQUAL_-1206077497'), ('const-417', u'LOAD_-1206079554'), (u'CALL_-1206079858', u'INDIRECT_-1206076196'), (u'INT_EQUAL_-1206080967', u'CBRANCH_-1206080966'), (u'CALL_-1206080855', u'INDIRECT_-1206076620'), (u'COPY_-1206076236', u'CALL_-1206080309'), (u'CALL_-1206081209', u'INDIRECT_-1206077137'), (u'MULTIEQUAL_-1206076714', u'MULTIEQUAL_-1206077261'), (u'INT_AND_-1206079245', u'INT_EQUAL_-1206079259'), (u'CALL_-1206079722', u'INDIRECT_-1206076507'), (u'CAST_-1206076088', u'COPY_-1206075587'), (u'CALL_-1206081926', u'PTRSUB_-1206076847'), (u'LOAD_-1206079960', u'CAST_-1206075444'), (u'INT_EQUAL_-1206079848', u'CBRANCH_-1206079847'), (u'STORE_-1206081020', u'INDIRECT_-1206077119'), ('tmp_1757', u'CBRANCH_-1206079965'), (u'MULTIEQUAL_-1206077172', u'MULTIEQUAL_-1206077063'), (u'INDIRECT_-1206076601', u'MULTIEQUAL_-1206075847'), ('const-20', u'PTRSUB_-1206076293'), (u'PTRSUB_-1206075362', u'LOAD_-1206079784'), (u'CALL_-1206080309', u'INDIRECT_-1206076352'), ('const-16', u'INT_AND_-1206080166'), (u'INDIRECT_-1206077023', u'COPY_-1206077062'), (u'INDIRECT_-1206075927', u'MULTIEQUAL_-1206076445'), (u'MULTIEQUAL_-1206075839', u'MULTIEQUAL_-1206076001'), (u'CALL_-1206081695', u'INDIRECT_-1206077116'), (u'INDIRECT_-1206076164', u'MULTIEQUAL_-1206077497'), (u'INDIRECT_-1206076266', u'MULTIEQUAL_-1206076724'), (u'INT_EQUAL_-1206079973', u'CBRANCH_-1206079971'), (u'INDIRECT_-1206076639', u'COPY_-1206076678'), (u'CALL_-1206080281', u'INDIRECT_-1206075908'), (u'CAST_-1206075871', u'MULTIEQUAL_-1206078360'), ('const-0', u'INT_NOTEQUAL_-1206079877'), (u'MULTIEQUAL_-1206076708', u'MULTIEQUAL_-1206076877'), (u'PTRSUB_-1206076421', u'LOAD_-1206081141'), (u'CALL_-1206081209', u'STORE_-1206078119'), ('const-16', u'PTRSUB_-1206076467'), (u'INDIRECT_-1206077285', u'MULTIEQUAL_-1206077207'), (u'MULTIEQUAL_-1206076835', u'MULTIEQUAL_-1206076818'), (u'INDIRECT_-1206076901', u'COPY_-1206076611'), (u'CALL_-1206079263', u'INDIRECT_-1206076195'), (u'INDIRECT_-1206076376', u'MULTIEQUAL_-1206077108'), ('const-417', u'LOAD_-1206079964'), (u'MULTIEQUAL_-1206075699', u'INT_AND_-1206079245'), (u'CALL_-1206080786', u'INDIRECT_-1206077036'), (u'CALL_-1206080797', u'INDIRECT_-1206076788'), (u'INT_AND_-1206078040', u'MULTIEQUAL_-1206077935'), (u'MULTIEQUAL_-1206076713', u'MULTIEQUAL_-1206076871'), ('const-0', u'PTRSUB_-1206076240'), (u'INT_NOTEQUAL_-1206080179', u'CBRANCH_-1206080176'), ('const-1', u'PTRADD_-1206079807'), (u'CAST_-1206076088', u'INT_EQUAL_-1206080485'), ('const-417', u'LOAD_-1206080999'), (u'INDIRECT_-1206076084', u'MULTIEQUAL_-1206077044'), (u'STORE_-1206081020', u'INDIRECT_-1206076991'), (u'STORE_-1206078119', u'INDIRECT_-1206077040'), (u'INDIRECT_-1206076588', u'MULTIEQUAL_-1206076788'), (u'CAST_-1206076050', u'INT_EQUAL_-1206080455'), (u'INDIRECT_-1206076898', u'MULTIEQUAL_-1206076864'), (u'INT_NOTEQUAL_-1206080934', u'CBRANCH_-1206080934'), (u'INDIRECT_-1206076671', u'MULTIEQUAL_-1206076445'), (u'INDIRECT_-1206077359', u'COPY_-1206077401'), (u'PTRSUB_-1206075693', u'LOAD_-1206079297'), ('tmp_1465', u'CBRANCH_-1206080900'), (u'CALL_-1206080564', u'INDIRECT_-1206076553'), (u'CALL_-1206080855', u'INDIRECT_-1206076556'), (u'CALL_-1206079824', u'INDIRECT_-1206076913'), (u'INDIRECT_-1206077055', u'MULTIEQUAL_-1206077377'), (u'INDIRECT_-1206076537', u'MULTIEQUAL_-1206075846'), (u'INDIRECT_-1206076084', u'MULTIEQUAL_-1206076852'), (u'CALL_-1206079722', u'INDIRECT_-1206076443'), (u'CALL_-1206079722', u'INDIRECT_-1206076059'), (u'MULTIEQUAL_-1206078368', u'MULTIEQUAL_-1206078706'), (u'MULTIEQUAL_-1206076717', u'MULTIEQUAL_-1206078874'), (u'CALL_-1206080267', u'INDIRECT_-1206076458'), (u'MULTIEQUAL_-1206076707', u'MULTIEQUAL_-1206077197'), (u'CALL_-1206080564', u'INDIRECT_-1206076489'), ('const-4', u'PTRSUB_-1206076799'), (u'MULTIEQUAL_-1206076451', u'MULTIEQUAL_-1206076941'), ('const-417', u'STORE_-1206081138'), ('const-8', u'PTRSUB_-1206076336'), (u'CALL_-1206079826', u'INDIRECT_-1206076120'), (u'COPY_-1206076144', u'MULTIEQUAL_-1206078360'), ('tmp_3157', u'CBRANCH_-1206079847'), (u'COPY_-1206081078', u'RETURN_-1206081032'), (u'MULTIEQUAL_-1206078368', u'PTRSUB_-1206075606'), (u'INT_EQUAL_-1206080427', u'CBRANCH_-1206080426'), (u'INDIRECT_-1206076799', u'MULTIEQUAL_-1206076573'), (u'STORE_-1206081173', u'INDIRECT_-1206076914'), (u'MULTIEQUAL_-1206078919', u'MULTIEQUAL_-1206076717'), (u'MULTIEQUAL_-1206077986', u'PTRSUB_-1206075706'), ('tmp_2094', u'CBRANCH_-1206080426'), (u'STORE_-1206081226', u'INDIRECT_-1206076687'), (u'STORE_-1206081219', u'INDIRECT_-1206076618'), (u'CALL_-1206080361', u'INDIRECT_-1206077370'), (u'INT_NOTEQUAL_-1206081297', u'CBRANCH_-1206081297'), (u'INDIRECT_-1206077119', u'MULTIEQUAL_-1206076899'), (u'CAST_-1206075871', u'PTRSUB_-1206075994'), (u'CALL_-1206081209', u'INDIRECT_-1206077073'), (u'INDIRECT_-1206075764', u'MULTIEQUAL_-1206076724'), (u'INDIRECT_-1206077061', u'MULTIEQUAL_-1206076921'), (u'INDIRECT_-1206076026', u'MULTIEQUAL_-1206076257'), (u'STORE_-1206081226', u'INDIRECT_-1206076879'), (u'CAST_-1206076151', u'INT_ADD_-1206076335'), (u'STORE_-1206081020', u'INDIRECT_-1206077055'), (u'CALL_-1206080412', u'INDIRECT_-1206076402'), (u'INDIRECT_-1206077152', u'MULTIEQUAL_-1206077127'), (u'LOAD_-1206081006', u'CAST_-1206076336'), (u'MULTIEQUAL_-1206075847', u'MULTIEQUAL_-1206076513'), (u'CALL_-1206080855', u'INDIRECT_-1206077068'), (u'CALL_-1206079826', u'INDIRECT_-1206075992'), (u'CALL_-1206080017', u'INT_EQUAL_-1206079960'), (u'INT_AND_-1206080117', u'STORE_-1206080140'), (u'INDIRECT_-1206076970', u'MULTIEQUAL_-1206076445'), (u'INT_NOTEQUAL_-1206081788', u'CBRANCH_-1206081788'), (u'LOAD_-1206079554', u'MULTIEQUAL_-1206078360'), (u'CALL_-1206081926', u'PTRSUB_-1206075486'), ('tmp_1794', u'CBRANCH_-1206079939'), (u'CALL_-1206079795', u'INDIRECT_-1206076665'), (u'CALL_-1206079795', u'INDIRECT_-1206076473'), (u'CALL_-1206080797', u'INDIRECT_-1206076532'), (u'CALLIND_-1206079930', u'INDIRECT_-1206077093'), (u'MULTIEQUAL_-1206078363', u'PTRADD_-1206079807'), (u'CALL_-1206080022', u'INDIRECT_-1206076142'), (u'INT_NOTEQUAL_-1206081282', u'CBRANCH_-1206081281'), (u'INDIRECT_-1206075716', u'MULTIEQUAL_-1206075732'), ('tmp_5174', u'CALL_-1206081926'), (u'INDIRECT_-1206075908', u'MULTIEQUAL_-1206077241'), ('const-20', u'PTRSUB_-1206075779'), (u'STORE_-1206081173', u'INDIRECT_-1206076850'), ('const-417', u'LOAD_-1206076262'), (u'CAST_-1206076586', u'INT_AND_-1206080283'), (u'CALL_-1206080309', u'INDIRECT_-1206076608'), (u'PTRSUB_-1206075729', u'CAST_-1206075611'), (u'CALL_-1206080324', u'INDIRECT_-1206076842'), (u'CALL_-1206081237', u'INDIRECT_-1206076834'), ('const-344308', u'COPY_-1206076236'), ('const-4', u'PTRSUB_-1206075601'), (u'INDIRECT_-1206077119', u'PTRADD_-1206080894'), (u'CALL_-1206079722', u'INDIRECT_-1206076187'), (u'LOAD_-1206079619', u'INT_AND_-1206079593'), (u'MULTIEQUAL_-1206078706', u'MULTIEQUAL_-1206078663'), (u'CALL_-1206080265', u'INDIRECT_-1206075746'), (u'STORE_-1206080275', u'INDIRECT_-1206076123'), (u'CALL_-1206079630', u'INDIRECT_-1206076346'), (u'INT_EQUAL_-1206079912', u'CBRANCH_-1206079911'), (u'STORE_-1206080140', u'INDIRECT_-1206077072'), (u'INT_NOTEQUAL_-1206079938', u'CBRANCH_-1206079937'), (u'CALL_-1206079722', u'INDIRECT_-1206076571'), (u'STORE_-1206080281', u'INDIRECT_-1206075743'), (u'INDIRECT_-1206076617', u'INT_EQUAL_-1206080485'), (u'PTRSUB_-1206076240', u'LOAD_-1206080545'), (u'CALL_-1206080797', u'INDIRECT_-1206077044'), (u'INDIRECT_-1206076235', u'MULTIEQUAL_-1206076724'), (u'STORE_-1206081020', u'INDIRECT_-1206076543'), (u'PTRSUB_-1206075994', u'LOAD_-1206079844'), (u'LOAD_-1206081884', u'CAST_-1206076800'), (u'STORE_-1206081020', u'INDIRECT_-1206076735'), (u'CALL_-1206080324', u'INDIRECT_-1206076970'), (u'CALL_-1206080017', u'INDIRECT_-1206076094'), (u'INDIRECT_-1206077157', u'MULTIEQUAL_-1206077079'), (u'CALL_-1206081664', u'INDIRECT_-1206076911'), (u'CALL_-1206079909', u'INDIRECT_-1206076089'), (u'MULTIEQUAL_-1206076711', u'MULTIEQUAL_-1206077069'), (u'PTRSUB_-1206075705', u'CAST_-1206075584'), (u'STORE_-1206080281', u'INDIRECT_-1206075935'), (u'MULTIEQUAL_-1206076643', u'MULTIEQUAL_-1206076385'), (u'CALL_-1206081926', u'INDIRECT_-1206077573'), (u'LOAD_-1206079567', u'INT_AND_-1206079541'), (u'CAST_-1206075537', u'INT_EQUAL_-1206079571'), (u'CALL_-1206080564', u'INDIRECT_-1206076361'), (u'STORE_-1206077117', u'INDIRECT_-1206075591'), (u'PTRSUB_-1206076467', u'STORE_-1206081226'), (u'INDIRECT_-1206076507', u'MULTIEQUAL_-1206075846'), (u'INDIRECT_-1206075961', u'MULTIEQUAL_-1206076660'), (u'INDIRECT_-1206076642', u'MULTIEQUAL_-1206076608'), (u'CALL_-1206080017', u'INDIRECT_-1206076158'), ('const-0', u'INT_EQUAL_-1206079607'), (u'INDIRECT_-1206077253', u'MULTIEQUAL_-1206077113'), (u'MULTIEQUAL_-1206076385', u'MULTIEQUAL_-1206076488'), (u'CALL_-1206080309', u'INDIRECT_-1206076416'), (u'CALL_-1206080361', u'INDIRECT_-1206077242'), ('const-0', u'PTRSUB_-1206076135'), (u'LOAD_-1206079297', u'INT_EQUAL_-1206079282'), (u'INDIRECT_-1206077029', u'MULTIEQUAL_-1206076951'), (u'STORE_-1206081226', u'INDIRECT_-1206077199'), (u'MULTIEQUAL_-1206076608', u'COPY_-1206076497'), (u'CALL_-1206081926', u'PTRSUB_-1206075472'), (u'MULTIEQUAL_-1206076257', u'INT_EQUAL_-1206079973'), (u'INDIRECT_-1206077119', u'MULTIEQUAL_-1206077063'), (u'INT_EQUAL_-1206080000', u'CBRANCH_-1206079996'), (u'CALL_-1206080361', u'INDIRECT_-1206077434'), (u'CALL_-1206079797', u'INDIRECT_-1206076773'), (u'STORE_-1206081219', u'INDIRECT_-1206076682'), (u'CALL_-1206081695', u'INDIRECT_-1206077500'), (u'CALL_-1206081145', u'INDIRECT_-1206076592'), (u'STORE_-1206081138', u'INDIRECT_-1206076832'), (u'PTRSUB_-1206076696', u'LOAD_-1206079959'), ('const-20', u'PTRSUB_-1206075676'), (u'CALL_-1206079263', u'INDIRECT_-1206076707'), (u'INDIRECT_-1206076251', u'MULTIEQUAL_-1206075842'), (u'STORE_-1206079274', u'INDIRECT_-1206076183'), (u'MULTIEQUAL_-1206076788', u'MULTIEQUAL_-1206076679'), ('tmp_172', u'CBRANCH_-1206081899'), (u'INDIRECT_-1206076206', u'MULTIEQUAL_-1206076724'), (u'INDIRECT_-1206076617', u'MULTIEQUAL_-1206076360'), (u'CALL_-1206079795', u'INDIRECT_-1206076409'), (u'CALL_-1206081695', u'INDIRECT_-1206077244'), (u'STORE_-1206080281', u'INDIRECT_-1206075999'), (u'CALL_-1206080017', u'INDIRECT_-1206075710'), (u'CALL_-1206080564', u'INT_EQUAL_-1206080550'), ('const-20', u'PTRSUB_-1206075869'), (u'STORE_-1206080281', u'INDIRECT_-1206076191'), (u'CALL_-1206079722', u'MULTIEQUAL_-1206075838'), (u'MULTIEQUAL_-1206076515', u'MULTIEQUAL_-1206077005'), (u'CAST_-1206076804', u'INT_NOTEQUAL_-1206081788'), ('const-4', u'PTRSUB_-1206075362'), ('const-0', u'RETURN_-1206081032'), (u'CALL_-1206080267', u'INDIRECT_-1206076650'), (u'INDIRECT_-1206075770', u'MULTIEQUAL_-1206076259'), (u'COPY_-1206076115', u'MULTIEQUAL_-1206078071'), (u'CALL_-1206081145', u'INDIRECT_-1206077040'), (u'MULTIEQUAL_-1206078368', u'CALL_-1206079923'), (u'INT_AND_-1206078481', u'MULTIEQUAL_-1206076704'), (u'INDIRECT_-1206076409', u'MULTIEQUAL_-1206077108'), (u'INT_EQUAL_-1206080455', u'CBRANCH_-1206080454'), (u'CALL_-1206080267', u'INDIRECT_-1206076394'), ('tmp_2359', u'BRANCH_-1206079936'), (u'CALL_-1206080786', u'INDIRECT_-1206076908'), (u'MULTIEQUAL_-1206076321', u'INT_EQUAL_-1206080041'), (u'INDIRECT_-1206077509', u'MULTIEQUAL_-1206077369'), (u'PTRSUB_-1206076421', u'STORE_-1206081138'), (u'INDIRECT_-1206075655', u'MULTIEQUAL_-1206076724'), (u'CALL_-1206079909', u'INDIRECT_-1206076217'), (u'INDIRECT_-1206076443', u'MULTIEQUAL_-1206075845'), (u'MULTIEQUAL_-1206076999', u'MULTIEQUAL_-1206076980'), (u'CALL_-1206080412', u'INDIRECT_-1206076594'), ('const-4', u'PTRSUB_-1206076479'), (u'MULTIEQUAL_-1206077313', u'MULTIEQUAL_-1206076714'), (u'PTRSUB_-1206075546', u'LOAD_-1206079566'), (u'STORE_-1206081138', u'INDIRECT_-1206076960'), (u'CALL_-1206081145', u'INDIRECT_-1206076848'), (u'CALL_-1206080564', u'INDIRECT_-1206076873'), ('tmp_3013', u'CBRANCH_-1206079597'), ('const-0', u'INT_EQUAL_-1206081872'), (u'CAST_-1206075408', u'STORE_-1206080281'), (u'INDIRECT_-1206076427', u'MULTIEQUAL_-1206076916'), (u'MULTIEQUAL_-1206076771', u'MULTIEQUAL_-1206076754'), ('const-0', u'INT_EQUAL_-1206080987'), ('tmp_5174', u'CALL_-1206080824'), (u'MULTIEQUAL_-1206076835', u'MULTIEQUAL_-1206076829'), (u'INDIRECT_-1206076187', u'MULTIEQUAL_-1206075841'), (u'MULTIEQUAL_-1206076451', u'MULTIEQUAL_-1206076445'), ('const-417', u'LOAD_-1206079627'), (u'CAST_-1206075746', u'INT_EQUAL_-1206080000'), (u'CALL_-1206079824', u'INDIRECT_-1206077041'), (u'INT_EQUAL_-1206080257', u'CBRANCH_-1206080256'), (u'CALL_-1206081090', u'INDIRECT_-1206077151'), (u'CAST_-1206076084', u'INT_AND_-1206077878'), (u'CALL_-1206081695', u'INDIRECT_-1206077372'), (u'CALL_-1206080361', u'INDIRECT_-1206076858'), (u'INDIRECT_-1206076217', u'MULTIEQUAL_-1206076916'), (u'MULTIEQUAL_-1206077044', u'MULTIEQUAL_-1206076935'), ('const-0', u'RETURN_-1206081606'), (u'CALL_-1206081926', u'INDIRECT_-1206077637'), (u'CALLIND_-1206079930', u'INDIRECT_-1206076965'), (u'CALL_-1206079824', u'INDIRECT_-1206076785'), (u'STORE_-1206080275', u'INDIRECT_-1206076187'), (u'CALL_-1206080324', u'INDIRECT_-1206077162'), (u'INT_NOTEQUAL_-1206079877', u'CBRANCH_-1206079874'), (u'CAST_-1206076649', u'LOAD_-1206080252'), (u'INDIRECT_-1206075847', u'MULTIEQUAL_-1206076916'), (u'INDIRECT_-1206076394', u'MULTIEQUAL_-1206076852'), ('const-417', u'LOAD_-1206079280'), (u'STORE_-1206078119', u'INDIRECT_-1206076720'), (u'CAST_-1206076800', u'INT_AND_-1206081858'), (u'MULTIEQUAL_-1206078368', u'CALL_-1206079722'), (u'INDIRECT_-1206077253', u'INT_EQUAL_-1206079986'), (u'INDIRECT_-1206075719', u'MULTIEQUAL_-1206076788'), (u'PTRSUB_-1206076607', u'LOAD_-1206081295'), ('const-1', u'PTRADD_-1206080417'), ('tmp_4530', u'BRANCH_-1206079670'), (u'CALL_-1206079923', u'INDIRECT_-1206076227'), (u'INDIRECT_-1206075972', u'MULTIEQUAL_-1206075988'), (u'INDIRECT_-1206076937', u'MULTIEQUAL_-1206076680'), (u'INDIRECT_-1206075770', u'MULTIEQUAL_-1206076001'), ('const-0', u'INT_EQUAL_-1206080000'), (u'STORE_-1206081138', u'INDIRECT_-1206076896'), (u'CALL_-1206080281', u'INDIRECT_-1206076164'), (u'CAST_-1206076667', u'INT_EQUAL_-1206080257'), (u'INDIRECT_-1206076844', u'MULTIEQUAL_-1206077044'), (u'MULTIEQUAL_-1206077185', u'MULTIEQUAL_-1206076643'), (u'CALL_-1206079797', u'INDIRECT_-1206076709'), (u'INDIRECT_-1206076972', u'MULTIEQUAL_-1206077172'), (u'INDIRECT_-1206076184', u'MULTIEQUAL_-1206076916'), (u'CALL_-1206081926', u'INDIRECT_-1206077445'), (u'MULTIEQUAL_-1206076513', u'MULTIEQUAL_-1206076616'), ('tmp_4609', u'CBRANCH_-1206079984'), (u'INDIRECT_-1206076619', u'MULTIEQUAL_-1206077108'), (u'STORE_-1206081226', u'INDIRECT_-1206077135'), (u'CALL_-1206080786', u'INDIRECT_-1206076844'), (u'CALL_-1206079826', u'INDIRECT_-1206076248'), ('const-417', u'LOAD_-1206080342'), (u'STORE_-1206080281', u'INDIRECT_-1206075807'), (u'CALL_-1206079909', u'INDIRECT_-1206076345'), (u'MULTIEQUAL_-1206075847', u'MULTIEQUAL_-1206076771'), (u'INDIRECT_-1206076768', u'MULTIEQUAL_-1206076743'), (u'SUBPIECE_-1206078802', u'INT_LESS_-1206079894'), (u'CALL_-1206079824', u'INDIRECT_-1206077233'), (u'INDIRECT_-1206076965', u'MULTIEQUAL_-1206076916'), ('const-36', u'PTRSUB_-1206076433'), (u'MULTIEQUAL_-1206076724', u'MULTIEQUAL_-1206076615'), (u'INT_AND_-1206079254', u'MULTIEQUAL_-1206076704'), ('const-417', u'LOAD_-1206079778'), ('tmp_4333', u'CBRANCH_-1206080176'), (u'CALL_-1206081664', u'INDIRECT_-1206077103'), (u'CALL_-1206080797', u'INDIRECT_-1206076468'), (u'CALL_-1206079826', u'INDIRECT_-1206075928'), (u'STORE_-1206079274', u'INDIRECT_-1206075991'), (u'INDIRECT_-1206077354', u'MULTIEQUAL_-1206076829'), (u'INT_NOTEQUAL_-1206080016', u'CBRANCH_-1206080016'), (u'INDIRECT_-1206077157', u'MULTIEQUAL_-1206077108'), ('const-0', u'INT_EQUAL_-1206080394'), (u'CAST_-1206076088', u'INT_EQUAL_-1206079573'), (u'CALL_-1206079824', u'INDIRECT_-1206076977'), (u'INDIRECT_-1206077509', u'MULTIEQUAL_-1206076052'), (u'PTRADD_-1206080894', u'CAST_-1206076300'), (u'PTRSUB_-1206076273', u'CAST_-1206076134'), ('const-0', u'INT_NOTEQUAL_-1206080296'), (u'CALL_-1206079797', u'INDIRECT_-1206076965'), (u'PTRSUB_-1206076565', u'STORE_-1206081219'), (u'CALL_-1206080786', u'INDIRECT_-1206076652'), (u'CALL_-1206080786', u'INDIRECT_-1206076460'), (u'INDIRECT_-1206076270', u'MULTIEQUAL_-1206076788'), (u'LOAD_-1206079784', u'PTRSUB_-1206075407'), (u'CALL_-1206079795', u'INDIRECT_-1206076537'), (u'INDIRECT_-1206077295', u'COPY_-1206077337'), (u'MULTIEQUAL_-1206078368', u'PTRSUB_-1206075690'), (u'MULTIEQUAL_-1206076916', u'INT_EQUAL_-1206081253'), (u'LOAD_-1206079560', u'PTRSUB_-1206075597'), (u'STORE_-1206080140', u'INDIRECT_-1206077392'), (u'STORE_-1206080275', u'INDIRECT_-1206075867'), (u'MULTIEQUAL_-1206078919', u'PTRSUB_-1206076363'), ('const-4', u'PTRSUB_-1206076969'), ('tmp_3894', u'CBRANCH_-1206080295'), ('tmp_2578', u'CBRANCH_-1206079937'), ('const-0', u'SUBPIECE_-1206078802'), (u'INT_EQUAL_-1206079571', u'CBRANCH_-1206079570'), (u'CAST_-1206076400', u'INT_EQUAL_-1206081253'), (u'INDIRECT_-1206077573', u'MULTIEQUAL_-1206077207'), (u'MULTIEQUAL_-1206076712', u'MULTIEQUAL_-1206076807'), (u'MULTIEQUAL_-1206076660', u'INT_NOTEQUAL_-1206081297'), (u'CALL_-1206079879', u'INDIRECT_-1206076745'), (u'INDIRECT_-1206076311', u'MULTIEQUAL_-1206076829'), (u'CALL_-1206081926', u'INDIRECT_-1206077509'), (u'INT_EQUAL_-1206079259', u'CBRANCH_-1206079255'), (u'INDIRECT_-1206077098', u'INT_NOTEQUAL_-1206080262'), (u'CALL_-1206080003', u'INDIRECT_-1206075892'), (u'CALL_-1206081090', u'INDIRECT_-1206077087'), (u'PTRSUB_-1206076969', u'LOAD_-1206081891'), (u'CALL_-1206081926', u'INDIRECT_-1206077381'), (u'INT_AND_-1206081858', u'INT_EQUAL_-1206081872'), ('const-20', u'PTRSUB_-1206076311'), ('const-417', u'LOAD_-1206080379'), ('const-0', u'INT_EQUAL_-1206080159'), (u'CALL_-1206079923', u'INT_RIGHT_-1206075797'), (u'INDIRECT_-1206075892', u'MULTIEQUAL_-1206076660'), (u'INDIRECT_-1206076799', u'MULTIEQUAL_-1206077121'), (u'INT_NOTEQUAL_-1206079554', u'CBRANCH_-1206079552'), (u'LOAD_-1206080539', u'CAST_-1206076088'), (u'INDIRECT_-1206077055', u'MULTIEQUAL_-1206076829'), ('tmp_5056', u'BRANCH_-1206079190'), (u'LOAD_-1206081141', u'INT_OR_-1206081114'), (u'INT_EQUAL_-1206080028', u'CBRANCH_-1206080026'), ('const-417', u'LOAD_-1206080545'), (u'CAST_-1206076209', u'LOAD_-1206079729'), (u'STORE_-1206081219', u'INDIRECT_-1206076874'), (u'MULTIEQUAL_-1206078663', u'PTRSUB_-1206076572'), (u'INT_EQUAL_-1206079689', u'CBRANCH_-1206079688'), ('const-0', u'CALL_-1206080797'), (u'INT_EQUAL_-1206079888', u'CBRANCH_-1206079886'), (u'CALL_-1206079923', u'INDIRECT_-1206076483'), (u'LOAD_-1206079729', u'INT_RIGHT_-1206079694'), (u'INDIRECT_-1206077487', u'COPY_-1206077529'), (u'STORE_-1206079274', u'INDIRECT_-1206075927'), (u'CALL_-1206080017', u'INDIRECT_-1206075774'), (u'MULTIEQUAL_-1206077044', u'MULTIEQUAL_-1206076992'), (u'PTRSUB_-1206076293', u'LOAD_-1206080000'), (u'STORE_-1206078119', u'INDIRECT_-1206076912'), (u'LOAD_-1206079964', u'CAST_-1206075725'), (u'CALL_-1206081664', u'INDIRECT_-1206077039'), (u'CALL_-1206080265', u'INDIRECT_-1206075938'), (u'CALL_-1206079263', u'INDIRECT_-1206076387'), (u'COPY_-1206076497', u'STORE_-1206081219'), (u'INDIRECT_-1206076218', u'MULTIEQUAL_-1206076449'), (u'CALL_-1206080324', u'INDIRECT_-1206077290'), (u'LOAD_-1206081783', u'CAST_-1206076749'), ('const-417', u'LOAD_-1206080406'), (u'PTRSUB_-1206076562', u'STORE_-1206081173'), (u'PTRSUB_-1206076387', u'LOAD_-1206081023'), ('tmp_1934', u'CBRANCH_-1206080549'), (u'INDIRECT_-1206076202', u'MULTIEQUAL_-1206076660'), (u'INDIRECT_-1206076873', u'MULTIEQUAL_-1206076616'), (u'STORE_-1206080140', u'INDIRECT_-1206076880'), (u'CALL_-1206080824', u'INDIRECT_-1206076671'), (u'INDIRECT_-1206076579', u'CALL_-1206079208'), ('tmp_4395', u'CBRANCH_-1206079733'), (u'INDIRECT_-1206076379', u'MULTIEQUAL_-1206075844'), (u'PTRSUB_-1206076363', u'PTRSUB_-1206076269'), (u'INDIRECT_-1206076716', u'MULTIEQUAL_-1206076916'), (u'LOAD_-1206080545', u'CAST_-1206076084'), (u'INDIRECT_-1206076880', u'MULTIEQUAL_-1206076865'), ('const-0', u'PTRSUB_-1206076521'), (u'MULTIEQUAL_-1206076835', u'MULTIEQUAL_-1206076577'), (u'CALL_-1206079630', u'INDIRECT_-1206076218'), (u'INDIRECT_-1206076247', u'MULTIEQUAL_-1206076765'), (u'CALL_-1206080824', u'INDIRECT_-1206077055'), (u'MULTIEQUAL_-1206075848', u'MULTIEQUAL_-1206076577'), (u'CALL_-1206081237', u'INDIRECT_-1206076706'), ('const-417', u'LOAD_-1206079844'), (u'CAST_-1206075611', u'LOAD_-1206079280'), (u'CALL_-1206080267', u'INDIRECT_-1206076330'), (u'INDIRECT_-1206076020', u'MULTIEQUAL_-1206076788'), ('const-4', u'PTRSUB_-1206075685'), (u'CALL_-1206080309', u'INDIRECT_-1206076736'), (u'MULTIEQUAL_-1206077057', u'MULTIEQUAL_-1206076710'), (u'CALL_-1206080824', u'INDIRECT_-1206076543'), (u'STORE_-1206079274', u'INDIRECT_-1206076247'), (u'INDIRECT_-1206075975', u'MULTIEQUAL_-1206077044'), (u'STORE_-1206079274', u'INDIRECT_-1206076055'), (u'INDIRECT_-1206076489', u'MULTIEQUAL_-1206076232'), (u'CALL_-1206079795', u'INDIRECT_-1206076601'), (u'STORE_-1206080275', u'INDIRECT_-1206075611'), (u'STORE_-1206080275', u'INDIRECT_-1206076059'), (u'MULTIEQUAL_-1206079012', u'PTRSUB_-1206076835'), ('tmp_3412', u'CBRANCH_-1206079688'), ('const-1', u'PTRADD_-1206081757'), (u'INDIRECT_-1206076747', u'MULTIEQUAL_-1206077236'), (u'MULTIEQUAL_-1206076807', u'MULTIEQUAL_-1206076788'), (u'CALL_-1206079630', u'INDIRECT_-1206075898'), (u'CALL_-1206079858', u'INDIRECT_-1206076452'), (u'MULTIEQUAL_-1206078706', u'PTRSUB_-1206075795'), (u'PTRSUB_-1206075624', u'LOAD_-1206079633'), (u'MULTIEQUAL_-1206076713', u'MULTIEQUAL_-1206077197'), (u'INDIRECT_-1206077445', u'MULTIEQUAL_-1206075988'), (u'INDIRECT_-1206076654', u'MULTIEQUAL_-1206077172'), (u'PTRSUB_-1206075407', u'LOAD_-1206079778'), (u'MULTIEQUAL_-1206076515', u'MULTIEQUAL_-1206076509'), (u'MULTIEQUAL_-1206078377', u'MULTIEQUAL_-1206078874'), (u'CAST_-1206076804', u'INT_NOTEQUAL_-1206081843'), (u'INDIRECT_-1206076735', u'MULTIEQUAL_-1206077057'), (u'MULTIEQUAL_-1206078368', u'CALL_-1206080564'), (u'CALL_-1206081926', u'INDIRECT_-1206077253'), (u'STORE_-1206081020', u'INDIRECT_-1206076863'), (u'INDIRECT_-1206076607', u'MULTIEQUAL_-1206076929'), (u'PTRSUB_-1206075783', u'LOAD_-1206079949'), ('const-417', u'LOAD_-1206079619'), (u'STORE_-1206081020', u'INDIRECT_-1206076799'), (u'LOAD_-1206079606', u'INT_EQUAL_-1206079571'), (u'MULTIEQUAL_-1206076323', u'MULTIEQUAL_-1206076065'), (u'INDIRECT_-1206076908', u'MULTIEQUAL_-1206077108'), (u'INDIRECT_-1206077055', u'MULTIEQUAL_-1206076715'), (u'MULTIEQUAL_-1206077249', u'MULTIEQUAL_-1206076707'), (u'INDIRECT_-1206076735', u'MULTIEQUAL_-1206076679'), ('const-1', u'PTRSUB_-1206076387'), (u'CALL_-1206080361', u'INDIRECT_-1206076986'), (u'CALL_-1206079797', u'INDIRECT_-1206077029'), (u'INDIRECT_-1206076345', u'MULTIEQUAL_-1206075843'), (u'CALL_-1206079858', u'INDIRECT_-1206075940'), (u'INDIRECT_-1206076522', u'MULTIEQUAL_-1206076980'), (u'MULTIEQUAL_-1206076259', u'MULTIEQUAL_-1206076242'), ('const-1', u'INT_AND_-1206080380'), (u'INDIRECT_-1206076089', u'MULTIEQUAL_-1206075839'), (u'INT_EQUAL_-1206080159', u'CBRANCH_-1206080158'), (u'CAST_-1206076079', u'CAST_-1206075746'), (u'PTRSUB_-1206076387', u'STORE_-1206081020'), (u'INDIRECT_-1206076799', u'MULTIEQUAL_-1206076579'), (u'INDIRECT_-1206076735', u'MULTIEQUAL_-1206076710'), (u'PTRADD_-1206081757', u'CAST_-1206076766'), ('const-192', u'PTRADD_-1206079989'), ('const-0', u'PTRSUB_-1206076847'), (u'COPY_-1206076510', u'CALL_-1206080855'), (u'CALL_-1206081209', u'INDIRECT_-1206077201'), (u'MULTIEQUAL_-1206077833', u'INT_EQUAL_-1206079888'), (u'CALL_-1206080003', u'INDIRECT_-1206076084'), ('tmp_3520', u'CBRANCH_-1206080005'), ('tmp_251', u'CBRANCH_-1206081843'), (u'CALL_-1206081209', u'INDIRECT_-1206076625'), ('const-417', u'LOAD_-1206079960'), (u'COPY_-1206081652', u'RETURN_-1206081606'), (u'CALL_-1206080564', u'INDIRECT_-1206076425'), ('const-1', u'INT_AND_-1206079927'), (u'MULTIEQUAL_-1206075843', u'MULTIEQUAL_-1206076257'), (u'INDIRECT_-1206076991', u'MULTIEQUAL_-1206076771'), (u'INDIRECT_-1206076991', u'MULTIEQUAL_-1206076935'), (u'CAST_-1206075721', u'MULTIEQUAL_-1206078011'), (u'INDIRECT_-1206077285', u'MULTIEQUAL_-1206077236'), (u'MULTIEQUAL_-1206075840', u'MULTIEQUAL_-1206076323'), (u'INDIRECT_-1206077098', u'MULTIEQUAL_-1206076573'), (u'INDIRECT_-1206076652', u'MULTIEQUAL_-1206076852'), (u'CALL_-1206081090', u'INDIRECT_-1206076959'), (u'CALL_-1206080824', u'INDIRECT_-1206076607'), (u'CALL_-1206079923', u'SUBPIECE_-1206078802'), (u'PTRSUB_-1206076289', u'CAST_-1206076151'), (u'PTRSUB_-1206076521', u'PTRSUB_-1206076421'), (u'CALL_-1206081926', u'INDIRECT_-1206077125'), (u'CALL_-1206080855', u'INDIRECT_-1206076748'), (u'MULTIEQUAL_-1206078368', u'PTRSUB_-1206075422'), (u'STORE_-1206080140', u'INDIRECT_-1206077200'), (u'MULTIEQUAL_-1206075840', u'MULTIEQUAL_-1206076065'), (u'INDIRECT_-1206076026', u'MULTIEQUAL_-1206076515'), (u'CALL_-1206080324', u'INDIRECT_-1206077034'), (u'LOAD_-1206080379', u'CAST_-1206075991'), (u'INT_AND_-1206079593', u'INT_EQUAL_-1206079607'), (u'INDIRECT_-1206075928', u'MULTIEQUAL_-1206076660'), (u'STORE_-1206081173', u'INDIRECT_-1206076978'), (u'INDIRECT_-1206077093', u'MULTIEQUAL_-1206077044'), (u'INT_AND_-1206079864', u'INT_NOTEQUAL_-1206079877'), (u'INDIRECT_-1206077119', u'PTRADD_-1206079211'), (u'CAST_-1206075444', u'INT_EQUAL_-1206079912'), (u'LOAD_-1206079627', u'PTRSUB_-1206075681'), (u'MULTIEQUAL_-1206076707', u'MULTIEQUAL_-1206076690'), (u'CALL_-1206079923', u'INDIRECT_-1206075971'), (u'LOAD_-1206079958', u'CAST_-1206075721'), (u'CALL_-1206080824', u'INDIRECT_-1206076735'), (u'CALL_-1206080824', u'INDIRECT_-1206076863'), (u'CALL_-1206079795', u'INDIRECT_-1206076345'), (u'INDIRECT_-1206076036', u'MULTIEQUAL_-1206076052'), (u'MULTIEQUAL_-1206076788', u'MULTIEQUAL_-1206076736'), (u'INDIRECT_-1206076555', u'MULTIEQUAL_-1206077044'), (u'CALL_-1206079858', u'INDIRECT_-1206076132'), (u'CAST_-1206076714', u'CALL_-1206081664'), (u'INDIRECT_-1206076927', u'MULTIEQUAL_-1206076707'), (u'INT_AND_-1206081269', u'INT_NOTEQUAL_-1206081282'), (u'CALL_-1206081664', u'INDIRECT_-1206077423'), (u'LOAD_-1206079751', u'INT_NOTEQUAL_-1206079735'), (u'INDIRECT_-1206075908', u'MULTIEQUAL_-1206075924'), (u'PTRSUB_-1206076965', u'LOAD_-1206081884'), (u'CALL_-1206079208', u'INDIRECT_-1206076235'), (u'INT_ZEXT_-1206079875', u'INT_LESS_-1206079873'), (u'CAST_-1206076568', u'INT_NOTEQUAL_-1206080262'), (u'INDIRECT_-1206076901', u'MULTIEQUAL_-1206076823'), (u'CALLIND_-1206079930', u'INDIRECT_-1206077349'), (u'CALL_-1206081926', u'PTRSUB_-1206076969'), (u'INDIRECT_-1206077039', u'COPY_-1206077081'), ('const-4', u'PTRSUB_-1206075371'), (u'INDIRECT_-1206076398', u'MULTIEQUAL_-1206076916'), (u'CALL_-1206079909', u'INDIRECT_-1206076281'), ('const-417', u'LOAD_-1206079729'), (u'INT_EQUAL_-1206081872', u'CBRANCH_-1206081870'), (u'MULTIEQUAL_-1206075841', u'MULTIEQUAL_-1206076387'), (u'CALL_-1206079909', u'INDIRECT_-1206076153'), ('const-0', u'PTRSUB_-1206076760'), ('const-0', u'INT_NOTEQUAL_-1206079903'), ('const-417', u'LOAD_-1206080284'), (u'CALL_-1206081926', u'INT_EQUAL_-1206081900'), (u'MULTIEQUAL_-1206076993', u'MULTIEQUAL_-1206076709'), (u'CALL_-1206080281', u'INDIRECT_-1206075780'), (u'LOAD_-1206080284', u'CAST_-1206076667'), (u'CALL_-1206079208', u'INDIRECT_-1206076747'), (u'CALL_-1206081926', u'MULTIEQUAL_-1206078706'), ('const-6', u'INT_RIGHT_-1206079694'), ('tmp_2408', u'CBRANCH_-1206080040'), ('const-8', u'PTRSUB_-1206075472'), ('const-0', u'PTRSUB_-1206076151'), ('tmp_3189', u'CBRANCH_-1206079829'), (u'INDIRECT_-1206076975', u'COPY_-1206077017'), (u'INDIRECT_-1206076183', u'MULTIEQUAL_-1206076701'), (u'CALL_-1206079826', u'INDIRECT_-1206076312'), (u'CALL_-1206079858', u'INDIRECT_-1206076516'), ('const-191', u'INT_AND_-1206079251'), ('const-192', u'PTRADD_-1206079530'), ('const-8', u'PTRSUB_-1206075690'), (u'LOAD_-1206080309', u'CAST_-1206076586'), (u'MULTIEQUAL_-1206078663', u'PTRSUB_-1206076539'), (u'LOAD_-1206079627', u'PTRSUB_-1206075676'), ('const-8', u'PTRSUB_-1206075795'), (u'INDIRECT_-1206076100', u'MULTIEQUAL_-1206076116'), ('const-4', u'PTRSUB_-1206075802'), (u'PTRSUB_-1206075690', u'PTRSUB_-1206075624'), (u'INDIRECT_-1206076607', u'MULTIEQUAL_-1206076387'), (u'LOAD_-1206079949', u'PTRSUB_-1206075779'), (u'CAST_-1206076080', u'INT_AND_-1206077344'), (u'CALL_-1206079923', u'INDIRECT_-1206076355'), (u'MULTIEQUAL_-1206076660', u'MULTIEQUAL_-1206076551'), (u'MULTIEQUAL_-1206077441', u'PTRADD_-1206080216'), (u'INDIRECT_-1206076927', u'MULTIEQUAL_-1206076701'), (u'CALL_-1206079858', u'INDIRECT_-1206076388'), (u'CALL_-1206079858', u'INDIRECT_-1206076004'), (u'CALL_-1206081695', u'INDIRECT_-1206077052'), (u'CALL_-1206080003', u'INT_EQUAL_-1206079960'), (u'CALL_-1206080324', u'INDIRECT_-1206077226'), (u'CALL_-1206079722', u'INDIRECT_-1206076315'), ('const-284', u'PTRSUB_-1206076687'), (u'MULTIEQUAL_-1206076577', u'MULTIEQUAL_-1206076680'), (u'CALLIND_-1206079930', u'INDIRECT_-1206077285'), (u'LOAD_-1206079280', u'INT_AND_-1206079254'), (u'CALL_-1206080361', u'INDIRECT_-1206077114'), (u'MULTIEQUAL_-1206076716', u'MULTIEQUAL_-1206077389'), (u'MULTIEQUAL_-1206075846', u'MULTIEQUAL_-1206076707'), (u'CAST_-1206076749', u'INT_NOTEQUAL_-1206081767'), (u'INT_AND_-1206079927', u'INT_EQUAL_-1206079941'), (u'MULTIEQUAL_-1206076771', u'MULTIEQUAL_-1206076513'), ('const-4', u'PTRSUB_-1206076236'), ('const-4', u'PTRSUB_-1206075407'), (u'INDIRECT_-1206076473', u'MULTIEQUAL_-1206077172'), ('const-16', u'PTRSUB_-1206075693'), (u'MULTIEQUAL_-1206077935', u'INT_EQUAL_-1206079896'), (u'INDIRECT_-1206077125', u'MULTIEQUAL_-1206076985'), ('const-4096', u'INT_AND_-1206079541'), (u'LOAD_-1206079606', u'PTRSUB_-1206075656'), ('const-253', u'INT_AND_-1206080997'), (u'CALL_-1206080797', u'INDIRECT_-1206076916'), (u'MULTIEQUAL_-1206076709', u'MULTIEQUAL_-1206076941'), (u'LOAD_-1206079966', u'INT_RIGHT_-1206079931'), (u'INT_EQUAL_-1206079960', u'CBRANCH_-1206079965'), (u'CALLIND_-1206079930', u'INDIRECT_-1206077157'), (u'STORE_-1206081173', u'INDIRECT_-1206076594'), ('const-417', u'LOAD_-1206079633'), (u'INDIRECT_-1206076911', u'COPY_-1206076953'), (u'INDIRECT_-1206077119', u'MULTIEQUAL_-1206076893'), (u'MULTIEQUAL_-1206076579', u'MULTIEQUAL_-1206077069'), (u'LOAD_-1206081031', u'MULTIEQUAL_-1206078919'), (u'PTRSUB_-1206076479', u'LOAD_-1206081006'), ('tmp_2333', u'BRANCH_-1206080252'), (u'LOAD_-1206080064', u'PTRSUB_-1206076311'), (u'MULTIEQUAL_-1206076660', u'MULTIEQUAL_-1206076608'), ('const-0', u'PTRSUB_-1206076273'), (u'CALL_-1206080855', u'INDIRECT_-1206076684'), (u'INDIRECT_-1206077162', u'MULTIEQUAL_-1206076637'), (u'INDIRECT_-1206076039', u'MULTIEQUAL_-1206077108'), (u'INDIRECT_-1206076543', u'MULTIEQUAL_-1206076487'), (u'CAST_-1206075404', u'STORE_-1206080275'), (u'CALL_-1206080797', u'CALL_-1206080786'), (u'INDIRECT_-1206075911', u'MULTIEQUAL_-1206076980'), (u'PTRSUB_-1206076485', u'PTRSUB_-1206076387'), (u'CALL_-1206080564', u'INDIRECT_-1206076809'), (u'INDIRECT_-1206076944', u'MULTIEQUAL_-1206076929'), (u'PTRADD_-1206079211', u'LOAD_-1206079271'), (u'MULTIEQUAL_-1206078663', u'CALL_-1206081145'), (u'CALL_-1206080265', u'INDIRECT_-1206076066'), (u'INDIRECT_-1206076120', u'MULTIEQUAL_-1206076852'), ('const-64', u'INT_AND_-1206079254'), ('const-0', u'PTRSUB_-1206076166'), (u'MULTIEQUAL_-1206078919', u'PTRSUB_-1206076817'), (u'CALL_-1206079797', u'INDIRECT_-1206076901'), (u'COPY_-1206076711', u'MULTIEQUAL_-1206078363'), (u'STORE_-1206081020', u'INDIRECT_-1206076927'), (u'STORE_-1206078119', u'INDIRECT_-1206077168'), (u'MULTIEQUAL_-1206077389', u'COPY_-1206076711'), (u'INDIRECT_-1206077106', u'CALL_-1206081145'), (u'INDIRECT_-1206076745', u'MULTIEQUAL_-1206076488'), (u'LOAD_-1206080064', u'PTRSUB_-1206076293'), ('tmp_2019', u'CBRANCH_-1206080484'), (u'PTRSUB_-1206075681', u'LOAD_-1206079619'), (u'MULTIEQUAL_-1206075841', u'MULTIEQUAL_-1206076129'), (u'INDIRECT_-1206076026', u'INT_EQUAL_-1206079573'), (u'MULTIEQUAL_-1206078919', u'MULTIEQUAL_-1206078377'), (u'MULTIEQUAL_-1206076707', u'INT_EQUAL_-1206080427'), (u'CALL_-1206079630', u'INDIRECT_-1206076282'), ('const-20', u'PTRSUB_-1206075656'), ('const-4', u'PTRSUB_-1206076325'), (u'STORE_-1206081173', u'INDIRECT_-1206077170'), (u'MULTIEQUAL_-1206076387', u'MULTIEQUAL_-1206076381'), (u'PTRSUB_-1206076244', u'LOAD_-1206080079'), (u'CALL_-1206080281', u'INDIRECT_-1206075588'), (u'PTRSUB_-1206076019', u'LOAD_-1206079898'), (u'CALL_-1206080324', u'INDIRECT_-1206077354'), (u'INT_EQUAL_-1206080987', u'CBRANCH_-1206080985'), (u'CAST_-1206075725', u'MULTIEQUAL_-1206078015'), (u'INDIRECT_-1206076650', u'MULTIEQUAL_-1206077108'), (u'PTRSUB_-1206075422', u'PTRSUB_-1206075371'), (u'INDIRECT_-1206076671', u'MULTIEQUAL_-1206076451'), (u'INT_EQUAL_-1206080902', u'CBRANCH_-1206080900'), (u'CALL_-1206080412', u'INDIRECT_-1206076722'), (u'CALL_-1206079826', u'INDIRECT_-1206076376'), (u'INT_RIGHT_-1206079694', u'INT_AND_-1206078040'), (u'CALL_-1206079797', u'INDIRECT_-1206077285'), (u'STORE_-1206081138', u'INDIRECT_-1206077024'), (u'MULTIEQUAL_-1206078548', u'PTRSUB_-1206076433'), ('const-36', u'PTRSUB_-1206076539'), (u'INT_EQUAL_-1206079282', u'CBRANCH_-1206079278'), ('tmp_1346', u'CBRANCH_-1206080985'), (u'INDIRECT_-1206076735', u'MULTIEQUAL_-1206076515'), ('tmp_325', u'CBRANCH_-1206081788'), (u'PTRSUB_-1206076742', u'LOAD_-1206080278'), (u'STORE_-1206081219', u'INDIRECT_-1206077130'), (u'CAST_-1206075584', u'STORE_-1206079274'), (u'INDIRECT_-1206077445', u'MULTIEQUAL_-1206077079'), (u'PTRSUB_-1206076269', u'LOAD_-1206079751'), (u'INDIRECT_-1206076809', u'MULTIEQUAL_-1206076707'), (u'CAST_-1206076336', u'INT_EQUAL_-1206080967'), (u'MULTIEQUAL_-1206076577', u'MULTIEQUAL_-1206076818'), ('const-6', u'INT_RIGHT_-1206079931'), (u'INT_EQUAL_-1206080394', u'CBRANCH_-1206080392'), ('const-32', u'INT_RIGHT_-1206075797'), (u'MULTIEQUAL_-1206078071', u'PTRSUB_-1206075783'), (u'INDIRECT_-1206076834', u'MULTIEQUAL_-1206076800'), ('const-1', u'INT_AND_-1206078481'), (u'PTRSUB_-1206075706', u'CAST_-1206075585'), (u'CALL_-1206081209', u'INDIRECT_-1206076689'), (u'CALL_-1206079208', u'INDIRECT_-1206076299'), (u'STORE_-1206081219', u'INDIRECT_-1206077002'), (u'LOAD_-1206079772', u'CAST_-1206075303'), (u'CALL_-1206081090', u'INDIRECT_-1206076767'), (u'CALL_-1206081090', u'INDIRECT_-1206076575'), (u'INDIRECT_-1206076927', u'MULTIEQUAL_-1206076871'), (u'CALL_-1206080797', u'INDIRECT_-1206076724'), ('tmp_1832', u'CBRANCH_-1206079911'), (u'INDIRECT_-1206077200', u'MULTIEQUAL_-1206077185'), ('tmp_5174', u'CALL_-1206080267'), (u'CALL_-1206079909', u'INDIRECT_-1206076409'), (u'MULTIEQUAL_-1206076980', u'MULTIEQUAL_-1206076871'), (u'LOAD_-1206081268', u'CAST_-1206076400'), (u'INDIRECT_-1206076991', u'MULTIEQUAL_-1206077313'), (u'INDIRECT_-1206075700', u'MULTIEQUAL_-1206076660'), ('const-0', u'CALL_-1206080309'), (u'CALL_-1206079858', u'INDIRECT_-1206076068'), (u'INDIRECT_-1206075956', u'MULTIEQUAL_-1206076724'), (u'INDIRECT_-1206076425', u'MULTIEQUAL_-1206076168'), (u'INDIRECT_-1206076154', u'MULTIEQUAL_-1206076643'), (u'CALL_-1206080003', u'INDIRECT_-1206076020'), (u'INDIRECT_-1206077328', u'MULTIEQUAL_-1206077313'), (u'CALL_-1206081695', u'INDIRECT_-1206076924'), (u'PTRSUB_-1206076236', u'LOAD_-1206080539'), ('const-8', u'PTRSUB_-1206076572'), (u'MULTIEQUAL_-1206076714', u'MULTIEQUAL_-1206076935'), (u'CAST_-1206076088', u'PTRSUB_-1206076019'), (u'INDIRECT_-1206076345', u'MULTIEQUAL_-1206077044'), (u'INDIRECT_-1206076526', u'MULTIEQUAL_-1206077044'), (u'MULTIEQUAL_-1206076708', u'MULTIEQUAL_-1206076551'), ('const-4', u'PTRSUB_-1206075495'), (u'INT_EQUAL_-1206081900', u'CBRANCH_-1206081899'), ('const-8', u'PTRSUB_-1206076566'), (u'STORE_-1206081226', u'INDIRECT_-1206076943'), (u'CALL_-1206080412', u'INDIRECT_-1206076530'), (u'STORE_-1206080281', u'INDIRECT_-1206075615'), (u'CALL_-1206080309', u'INDIRECT_-1206076224'), (u'CALL_-1206079263', u'INDIRECT_-1206076771'), (u'CALL_-1206079722', u'INDIRECT_-1206076635'), (u'INT_LESS_-1206079873', u'CBRANCH_-1206079869'), (u'CALL_-1206080855', u'INDIRECT_-1206076492'), ('const-192', u'PTRADD_-1206079807'), (u'CALL_-1206079824', u'INDIRECT_-1206077169'), (u'CALL_-1206081209', u'INDIRECT_-1206077009'), (u'INDIRECT_-1206076927', u'MULTIEQUAL_-1206077249'), ('const-0', u'INT_EQUAL_-1206079689'), (u'CALL_-1206080017', u'INDIRECT_-1206075902'), ('const-417', u'LOAD_-1206080278'), (u'STORE_-1206080275', u'INDIRECT_-1206075675'), (u'CALL_-1206079824', u'CALL_-1206079797'), ('tmp_363', u'CBRANCH_-1206081765'), (u'CALL_-1206081145', u'INDIRECT_-1206076784'), (u'INDIRECT_-1206076462', u'MULTIEQUAL_-1206076980'), (u'CALL_-1206080824', u'INDIRECT_-1206076799'), (u'INDIRECT_-1206076312', u'MULTIEQUAL_-1206077044'), (u'CAST_-1206076150', u'LOAD_-1206079992'), (u'INDIRECT_-1206076089', u'MULTIEQUAL_-1206076788'), ('const-0', u'INT_EQUAL_-1206079832'), (u'CALL_-1206080309', u'INDIRECT_-1206076672'), (u'LOAD_-1206079959', u'PTRSUB_-1206076687'), (u'INDIRECT_-1206075863', u'MULTIEQUAL_-1206076381'), (u'MULTIEQUAL_-1206076451', u'MULTIEQUAL_-1206076434'), ('const-417', u'LOAD_-1206079898'), (u'COPY_-1206076645', u'MULTIEQUAL_-1206077986'), (u'CAST_-1206076336', u'INT_NOTEQUAL_-1206080934'), (u'PTRSUB_-1206076622', u'LOAD_-1206080255'), (u'INDIRECT_-1206075992', u'MULTIEQUAL_-1206076724'), (u'INDIRECT_-1206075652', u'MULTIEQUAL_-1206076985'), (u'PTRSUB_-1206075722', u'LOAD_-1206080373'), ('const-1', u'PTRADD_-1206080132'), (u'LOAD_-1206079271', u'MULTIEQUAL_-1206075699'), (u'PTRSUB_-1206075601', u'LOAD_-1206079560'), ('const-417', u'LOAD_-1206079890'), ('const-16', u'PTRSUB_-1206076015'), (u'CALL_-1206079208', u'INDIRECT_-1206076363'), ('const-0', u'CALL_-1206080855'), ('const-417', u'LOAD_-1206080309'), (u'CALL_-1206079824', u'INDIRECT_-1206077297'), ('tmp_4079', u'CBRANCH_-1206079278'), (u'STORE_-1206080140', u'INDIRECT_-1206077008'), (u'MULTIEQUAL_-1206076865', u'MULTIEQUAL_-1206076707'), (u'CALL_-1206079923', u'INDIRECT_-1206076099'), (u'INDIRECT_-1206077381', u'MULTIEQUAL_-1206075924'), (u'COPY_-1206076899', u'INT_NOTEQUAL_-1206080006'), (u'INT_AND_-1206080997', u'STORE_-1206081020'), (u'INDIRECT_-1206076576', u'MULTIEQUAL_-1206076551'), (u'STORE_-1206080281', u'INDIRECT_-1206075679'), (u'PTRADD_-1206080132', u'LOAD_-1206080192'), (u'LOAD_-1206080143', u'INT_AND_-1206080117'), (u'CALL_-1206079630', u'INDIRECT_-1206076026'), ('const-4', u'PTRSUB_-1206075546'), (u'INDIRECT_-1206077090', u'MULTIEQUAL_-1206077056'), (u'CALL_-1206079923', u'INDIRECT_-1206076163'), (u'COPY_-1206076670', u'MULTIEQUAL_-1206077986'), (u'INT_EQUAL_-1206079986', u'CBRANCH_-1206079984'), (u'CALL_-1206080361', u'MULTIEQUAL_-1206078368'), (u'CALL_-1206080361', u'INDIRECT_-1206077306'), ('const-0', u'PTRSUB_-1206076562'), (u'CALL_-1206079826', u'INDIRECT_-1206076440'), (u'CALL_-1206080412', u'INDIRECT_-1206076658'), (u'STORE_-1206077117', u'INDIRECT_-1206075911'), (u'INDIRECT_-1206076706', u'MULTIEQUAL_-1206076672'), (u'CAST_-1206076007', u'INT_AND_-1206080380'), (u'LOAD_-1206081031', u'MULTIEQUAL_-1206076717'), (u'CALL_-1206080267', u'INDIRECT_-1206076778'), ('const-0', u'INT_NOTEQUAL_-1206079596'), ('const-1', u'PTRADD_-1206079211'), (u'PTRADD_-1206079989', u'CAST_-1206076178'), ('const-20', u'PTRSUB_-1206076289'), ('const-4', u'PTRSUB_-1206076150'), (u'CALL_-1206080267', u'INDIRECT_-1206076714'), (u'MULTIEQUAL_-1206076852', u'MULTIEQUAL_-1206076743'), (u'MULTIEQUAL_-1206075844', u'MULTIEQUAL_-1206076321'), (u'INDIRECT_-1206077061', u'MULTIEQUAL_-1206075604'), (u'CALL_-1206080412', u'SUBPIECE_-1206079113'), (u'INDIRECT_-1206076458', u'MULTIEQUAL_-1206076916'), (u'INDIRECT_-1206075962', u'MULTIEQUAL_-1206076193'), (u'INDIRECT_-1206077119', u'MULTIEQUAL_-1206077441'), (u'MULTIEQUAL_-1206078407', u'PTRSUB_-1206076135'), (u'INDIRECT_-1206077253', u'MULTIEQUAL_-1206076887'), (u'PTRSUB_-1206075676', u'LOAD_-1206079606'), ('const-4', u'PTRSUB_-1206075555'), (u'INDIRECT_-1206077008', u'MULTIEQUAL_-1206076993'), (u'CALL_-1206079858', u'CALL_-1206079826'), (u'COPY_-1206076611', u'CALL_-1206079208'), (u'PTRSUB_-1206075412', u'PTRSUB_-1206075362'), (u'MULTIEQUAL_-1206078363', u'PTRADD_-1206080417'), (u'INDIRECT_-1206076281', u'MULTIEQUAL_-1206075842'), (u'CALL_-1206081145', u'INDIRECT_-1206077168'), ('const-8', u'PTRSUB_-1206075878'), (u'CALL_-1206079795', u'INDIRECT_-1206076153'), (u'CALL_-1206080281', u'INDIRECT_-1206075716'), (u'INDIRECT_-1206076671', u'MULTIEQUAL_-1206076709'), (u'PTRSUB_-1206075495', u'STORE_-1206080275'), (u'MULTIEQUAL_-1206077724', u'PTRSUB_-1206075403'), (u'CALL_-1206080412', u'INDIRECT_-1206076338'), (u'INDIRECT_-1206076363', u'MULTIEQUAL_-1206076852'), ('const-417', u'LOAD_-1206080252'), (u'STORE_-1206081138', u'INDIRECT_-1206076768'), (u'CALL_-1206079909', u'SUBPIECE_-1206078791'), (u'CALL_-1206079263', u'INDIRECT_-1206076515'), (u'PTRSUB_-1206076847', u'PTRSUB_-1206076732'), (u'MULTIEQUAL_-1206077236', u'MULTIEQUAL_-1206077184'), (u'MULTIEQUAL_-1206078548', u'CALL_-1206080017'), (u'INDIRECT_-1206075956', u'INT_EQUAL_-1206079912'), (u'MULTIEQUAL_-1206076916', u'MULTIEQUAL_-1206076807'), ('tmp_2930', u'CBRANCH_-1206079571'), ('const-417', u'LOAD_-1206080192'), ('const-417', u'LOAD_-1206080373'), (u'MULTIEQUAL_-1206076709', u'MULTIEQUAL_-1206076615'), ('const-8', u'PTRSUB_-1206076363'), (u'INDIRECT_-1206077264', u'MULTIEQUAL_-1206077249'), (u'MULTIEQUAL_-1206078368', u'PTRSUB_-1206076236'), (u'LOAD_-1206081295', u'CAST_-1206076414'), (u'MULTIEQUAL_-1206076259', u'MULTIEQUAL_-1206076001'), (u'CALL_-1206079879', u'INDIRECT_-1206077065'), ('const-4', u'INT_AND_-1206079864'), (u'CAST_-1206075991', u'INT_EQUAL_-1206080359'), (u'MULTIEQUAL_-1206077185', u'MULTIEQUAL_-1206076712'), (u'CALL_-1206080412', u'INDIRECT_-1206076786'), ('const-0', u'SUBPIECE_-1206078791'), (u'MULTIEQUAL_-1206078548', u'PTRSUB_-1206075551'), (u'INDIRECT_-1206076489', u'MULTIEQUAL_-1206076387'), (u'CALL_-1206079909', u'INDIRECT_-1206076473'), ('const-417', u'LOAD_-1206081141'), (u'STORE_-1206077117', u'INDIRECT_-1206075975'), (u'INDIRECT_-1206077125', u'MULTIEQUAL_-1206076759'), ('const-1', u'INT_AND_-1206081269'), (u'MULTIEQUAL_-1206076871', u'MULTIEQUAL_-1206076852'), (u'INDIRECT_-1206077317', u'INT_NOTEQUAL_-1206081843'), ('tmp_4113', u'CBRANCH_-1206079255'), (u'INDIRECT_-1206076361', u'MULTIEQUAL_-1206076259'), ('tmp_2771', u'BRANCH_-1206079811'), (u'MULTIEQUAL_-1206076001', u'MULTIEQUAL_-1206076242'), ('const-417', u'STORE_-1206077117'), (u'MULTIEQUAL_-1206075839', u'MULTIEQUAL_-1206076259'), (u'MULTIEQUAL_-1206075842', u'MULTIEQUAL_-1206076193'), (u'CALL_-1206080412', u'INDIRECT_-1206076466'), (u'STORE_-1206080281', u'INDIRECT_-1206076063'), (u'INDIRECT_-1206076524', u'MULTIEQUAL_-1206076724'), (u'LOAD_-1206081023', u'INT_AND_-1206080997'), (u'CALL_-1206080281', u'INDIRECT_-1206076100'), (u'STORE_-1206081138', u'INDIRECT_-1206076704'), ('const-8', u'PTRSUB_-1206076490'), (u'INDIRECT_-1206076154', u'MULTIEQUAL_-1206076385'), (u'STORE_-1206081173', u'INDIRECT_-1206077042'), (u'INT_EQUAL_-1206079607', u'CBRANCH_-1206079597'), ('const-4', u'PTRSUB_-1206075722'), ('const-417', u'LOAD_-1206080000'), (u'CALL_-1206079797', u'INDIRECT_-1206077093'), (u'CALL_-1206081237', u'INDIRECT_-1206076962'), ('tmp_5174', u'CALLIND_-1206079930'), (u'MULTIEQUAL_-1206076321', u'MULTIEQUAL_-1206076424'), (u'INDIRECT_-1206076927', u'MULTIEQUAL_-1206076713'), (u'PTRSUB_-1206075371', u'LOAD_-1206079619'), (u'INDIRECT_-1206077055', u'MULTIEQUAL_-1206076999'), (u'COPY_-1206076380', u'MULTIEQUAL_-1206078363'), (u'INDIRECT_-1206077125', u'MULTIEQUAL_-1206075668'), (u'INT_AND_-1206078481', u'MULTIEQUAL_-1206077935'), (u'MULTIEQUAL_-1206075732', u'CAST_-1206075408'), (u'CALL_-1206079722', u'INDIRECT_-1206076379'), (u'INDIRECT_-1206076148', u'MULTIEQUAL_-1206077108'), ('tmp_3122', u'CBRANCH_-1206079874'), (u'INDIRECT_-1206076440', u'MULTIEQUAL_-1206077172'), ('const-417', u'LOAD_-1206081295'), (u'MULTIEQUAL_-1206076707', u'MULTIEQUAL_-1206076449'), (u'PTRSUB_-1206075685', u'LOAD_-1206079627'), (u'INDIRECT_-1206077509', u'MULTIEQUAL_-1206077143'), (u'INDIRECT_-1206075700', u'MULTIEQUAL_-1206076468'), ('const-5', u'CALL_-1206081695'), (u'CAST_-1206075871', u'INT_EQUAL_-1206079848'), (u'CALL_-1206080361', u'COPY_-1206076670'), (u'INDIRECT_-1206076020', u'MULTIEQUAL_-1206076980'), (u'MULTIEQUAL_-1206076579', u'MULTIEQUAL_-1206076321'), (u'LOAD_-1206080373', u'MULTIEQUAL_-1206078663'), (u'INDIRECT_-1206076895', u'COPY_-1206076934'), (u'CALL_-1206079208', u'INDIRECT_-1206076619'), (u'INT_AND_-1206080973', u'INT_EQUAL_-1206080987'), (u'CALL_-1206080281', u'INDIRECT_-1206076036'), ('tmp_1872', u'CBRANCH_-1206079886'), (u'CALL_-1206080564', u'INDIRECT_-1206076745'), (u'CALL_-1206080797', u'MULTIEQUAL_-1206078706'), (u'CAST_-1206076667', u'PTRADD_-1206080132'), (u'CALL_-1206080003', u'INDIRECT_-1206076212'), (u'MULTIEQUAL_-1206076385', u'MULTIEQUAL_-1206076626'), (u'LOAD_-1206076262', u'INT_NOTEQUAL_-1206080229'), (u'CALL_-1206079824', u'INDIRECT_-1206076721'), (u'INDIRECT_-1206076409', u'MULTIEQUAL_-1206075844'), (u'CALL_-1206080797', u'INDIRECT_-1206076596'), (u'LOAD_-1206080079', u'PTRSUB_-1206075763'), ('const-0', u'INT_NOTEQUAL_-1206080179'), (u'CALL_-1206081237', u'INDIRECT_-1206077218'), (u'CALL_-1206080017', u'INDIRECT_-1206076222'), (u'STORE_-1206079274', u'INDIRECT_-1206075799'), ('tmp_796', u'BRANCH_-1206080250'), (u'CALL_-1206079630', u'INDIRECT_-1206076154'), (u'INT_EQUAL_-1206079832', u'CBRANCH_-1206079829'), (u'LOAD_-1206080255', u'COPY_-1206076645'), (u'CAST_-1206076134', u'LOAD_-1206079966'), (u'CALL_-1206079630', u'INDIRECT_-1206075770'), ('const-8', u'PTRSUB_-1206076732'), ('const-192', u'PTRADD_-1206080216'), (u'INDIRECT_-1206077154', u'MULTIEQUAL_-1206077120'), (u'CALL_-1206080022', u'INDIRECT_-1206076526'), ('const-417', u'LOAD_-1206079940'), (u'LOAD_-1206080342', u'CALL_-1206080267'), (u'CALL_-1206079826', u'INDIRECT_-1206076056'), (u'CALL_-1206080786', u'INDIRECT_-1206076780'), (u'INT_NOTEQUAL_-1206080296', u'CBRANCH_-1206080295'), ('const-417', u'LOAD_-1206081031'), (u'INDIRECT_-1206077290', u'MULTIEQUAL_-1206076765'), ('tmp_2677', u'CBRANCH_-1206079869'), ('const-0', u'INT_EQUAL_-1206081900'), (u'MULTIEQUAL_-1206077441', u'MULTIEQUAL_-1206076899'), (u'INT_EQUAL_-1206080550', u'CBRANCH_-1206080549'), (u'MULTIEQUAL_-1206076385', u'INT_EQUAL_-1206080041'), (u'MULTIEQUAL_-1206078548', u'PTRSUB_-1206075412'), (u'INDIRECT_-1206075956', u'MULTIEQUAL_-1206076916'), ('const-1', u'PTRSUB_-1206076421'), (u'MULTIEQUAL_-1206078706', u'MULTIEQUAL_-1206078611'), (u'MULTIEQUAL_-1206075842', u'MULTIEQUAL_-1206076451'), (u'INDIRECT_-1206075588', u'MULTIEQUAL_-1206076921'), (u'INDIRECT_-1206076330', u'MULTIEQUAL_-1206076788'), ('const-0', u'INT_EQUAL_-1206079941'), (u'CALL_-1206080797', u'INDIRECT_-1206076980'), (u'INDIRECT_-1206077456', u'MULTIEQUAL_-1206077441'), (u'CALL_-1206080003', u'INDIRECT_-1206075700'), (u'INDIRECT_-1206077189', u'MULTIEQUAL_-1206075732'), (u'PTRSUB_-1206076915', u'PTRSUB_-1206076799'), (u'STORE_-1206079274', u'INDIRECT_-1206076311'), ('const-4', u'PTRSUB_-1206076593'), (u'INDIRECT_-1206076799', u'MULTIEQUAL_-1206076743'), (u'PTRSUB_-1206075878', u'PTRSUB_-1206075802'), (u'INDIRECT_-1206075991', u'MULTIEQUAL_-1206076509'), (u'CALL_-1206081664', u'INDIRECT_-1206077231'), (u'INDIRECT_-1206076681', u'MULTIEQUAL_-1206076579'), (u'CALL_-1206080309', u'INDIRECT_-1206076288'), (u'CALLIND_-1206079930', u'INDIRECT_-1206076901'), (u'CALL_-1206080022', u'INDIRECT_-1206076590'), (u'INDIRECT_-1206076100', u'MULTIEQUAL_-1206077433'), (u'INDIRECT_-1206076346', u'MULTIEQUAL_-1206076835'), (u'INT_OR_-1206081114', u'STORE_-1206081138'), (u'INT_RIGHT_-1206080217', u'INT_AND_-1206078481'), ('const-417', u'LOAD_-1206079958'), (u'CALL_-1206080017', u'INDIRECT_-1206076286'), (u'MULTIEQUAL_-1206076065', u'MULTIEQUAL_-1206076306'), (u'CALL_-1206079824', u'MULTIEQUAL_-1206078706'), (u'INDIRECT_-1206076218', u'MULTIEQUAL_-1206076707'), ('tmp_1255', u'BRANCH_-1206080366'), (u'INDIRECT_-1206076153', u'MULTIEQUAL_-1206076852'), (u'CALLIND_-1206079930', u'INDIRECT_-1206077029'), ('const-417', u'LOAD_-1206081783'), (u'STORE_-1206077117', u'INDIRECT_-1206075719'), ('const-0', u'INT_EQUAL_-1206079896'), (u'MULTIEQUAL_-1206076643', u'MULTIEQUAL_-1206076626'), ('const-1', u'PTRADD_-1206079530'), (u'MULTIEQUAL_-1206078663', u'PTRSUB_-1206076553'), ('const-192', u'PTRADD_-1206080417'), (u'CALL_-1206080022', u'INDIRECT_-1206076398'), ('const-4096', u'INT_AND_-1206079818'), (u'MULTIEQUAL_-1206078011', u'INT_NOTEQUAL_-1206079938'), (u'CALL_-1206079923', u'INDIRECT_-1206076291'), (u'CALL_-1206081237', u'INDIRECT_-1206077026'), (u'CAST_-1206076088', u'COPY_-1206076144'), ('const-1', u'INT_AND_-1206078040'), (u'INDIRECT_-1206076959', u'COPY_-1206076998'), (u'PTRSUB_-1206076553', u'PTRSUB_-1206076451'), (u'INDIRECT_-1206076553', u'MULTIEQUAL_-1206076451'), (u'INDIRECT_-1206076640', u'MULTIEQUAL_-1206076615'), ('const-417', u'LOAD_-1206079271'), (u'CALL_-1206081145', u'INDIRECT_-1206076912'), (u'CALL_-1206079909', u'INDIRECT_-1206076025'), (u'PTRSUB_-1206075486', u'PTRSUB_-1206075433'), (u'CALL_-1206080281', u'INT_NOTEQUAL_-1206080229'), (u'MULTIEQUAL_-1206078706', u'CAST_-1206076388'), (u'PTRSUB_-1206076311', u'LOAD_-1206080043'), (u'STORE_-1206081219', u'INDIRECT_-1206077066'), (u'INT_EQUAL_-1206081253', u'CBRANCH_-1206081251'), (u'INDIRECT_-1206076590', u'MULTIEQUAL_-1206077108'), ('const-4', u'PTRSUB_-1206076391'), (u'PTRSUB_-1206076799', u'LOAD_-1206081783'), ('tmp_5174', u'CALL_-1206079824'), ('const-16', u'INT_AND_-1206079245'), (u'CALL_-1206080267', u'INDIRECT_-1206076266'), (u'MULTIEQUAL_-1206078706', u'PTRSUB_-1206076607'), (u'CAST_-1206076088', u'MULTIEQUAL_-1206078015'), (u'MULTIEQUAL_-1206077121', u'MULTIEQUAL_-1206076579'), (u'PTRSUB_-1206076150', u'LOAD_-1206080379'), ('const-417', u'STORE_-1206081219'), (u'LOAD_-1206081031', u'MULTIEQUAL_-1206078548'), (u'MULTIEQUAL_-1206076707', u'MULTIEQUAL_-1206076813'), (u'MULTIEQUAL_-1206077057', u'MULTIEQUAL_-1206076515'), (u'INDIRECT_-1206076837', u'MULTIEQUAL_-1206076759'), ('const-4', u'PTRSUB_-1206075624'), (u'CALL_-1206080265', u'INDIRECT_-1206075874'), (u'INDIRECT_-1206076665', u'MULTIEQUAL_-1206075848'), (u'INDIRECT_-1206077136', u'MULTIEQUAL_-1206077121'), (u'MULTIEQUAL_-1206078015', u'PTRSUB_-1206075869'), (u'CALL_-1206080824', u'INDIRECT_-1206076927'), (u'INDIRECT_-1206075828', u'MULTIEQUAL_-1206076788'), (u'CAST_-1206076088', u'PTRSUB_-1206076015'), (u'INT_EQUAL_-1206079941', u'CBRANCH_-1206079939'), (u'STORE_-1206081020', u'INDIRECT_-1206076607'), (u'INDIRECT_-1206075799', u'MULTIEQUAL_-1206076317'), (u'INDIRECT_-1206077392', u'MULTIEQUAL_-1206077377'), (u'INDIRECT_-1206076863', u'MULTIEQUAL_-1206076637'), (u'MULTIEQUAL_-1206076899', u'MULTIEQUAL_-1206077389'), (u'CALL_-1206081145', u'INDIRECT_-1206076976'), (u'STORE_-1206080281', u'INDIRECT_-1206075871'), ('tmp_2782', u'BRANCH_-1206080019'), (u'STORE_-1206077117', u'INDIRECT_-1206075783'), (u'CALL_-1206079858', u'INDIRECT_-1206076260'), (u'MULTIEQUAL_-1206078377', u'MULTIEQUAL_-1206078368'), (u'STORE_-1206077117', u'INDIRECT_-1206075847'), (u'CALL_-1206081926', u'INDIRECT_-1206077061'), (u'MULTIEQUAL_-1206076710', u'MULTIEQUAL_-1206076679'), (u'CALL_-1206079797', u'INDIRECT_-1206077157'), (u'MULTIEQUAL_-1206078548', u'PTRSUB_-1206075555'), ('tmp_2893', u'CBRANCH_-1206079595'), (u'INDIRECT_-1206075898', u'MULTIEQUAL_-1206076387'), (u'SUBPIECE_-1206079113', u'CALL_-1206080267'), (u'PTRSUB_-1206076135', u'LOAD_-1206080342'), (u'LOAD_-1206080406', u'CAST_-1206076007'), (u'INDIRECT_-1206076832', u'MULTIEQUAL_-1206076807'), ('const-20', u'PTRSUB_-1206075403'), (u'MULTIEQUAL_-1206076865', u'MULTIEQUAL_-1206076323'), (u'INDIRECT_-1206076460', u'MULTIEQUAL_-1206076660'), ('const-417', u'LOAD_-1206080255'), (u'INDIRECT_-1206077445', u'MULTIEQUAL_-1206077305'), (u'CALL_-1206081145', u'INDIRECT_-1206076656'), (u'CALL_-1206079879', u'INDIRECT_-1206077001'), (u'INDIRECT_-1206076299', u'MULTIEQUAL_-1206076788'), (u'STORE_-1206081219', u'INDIRECT_-1206076810'), (u'INDIRECT_-1206076142', u'MULTIEQUAL_-1206076660'), (u'CALL_-1206080855', u'CAST_-1206076250'), (u'MULTIEQUAL_-1206076929', u'MULTIEQUAL_-1206076708'), (u'PTRSUB_-1206075795', u'PTRSUB_-1206075722'), (u'INDIRECT_-1206076103', u'MULTIEQUAL_-1206077172'), (u'MULTIEQUAL_-1206076715', u'MULTIEQUAL_-1206076999'), (u'CALL_-1206080855', u'INDIRECT_-1206076812'), ('tmp_4744', u'CBRANCH_-1206079902'), (u'STORE_-1206081219', u'INDIRECT_-1206077194'), (u'INDIRECT_-1206076681', u'MULTIEQUAL_-1206076424'), (u'MULTIEQUAL_-1206076710', u'MULTIEQUAL_-1206077005'), (u'INDIRECT_-1206076991', u'MULTIEQUAL_-1206076714'), (u'INDIRECT_-1206076837', u'MULTIEQUAL_-1206076788'), (u'STORE_-1206079274', u'INDIRECT_-1206075863'), (u'INDIRECT_-1206077317', u'COPY_-1206076899'), (u'COPY_-1206075412', u'MULTIEQUAL_-1206078071'), ('tmp_2342', u'BRANCH_-1206079612'), (u'INDIRECT_-1206076991', u'MULTIEQUAL_-1206076765'), (u'CALL_-1206079630', u'INDIRECT_-1206075834'), (u'MULTIEQUAL_-1206076707', u'MULTIEQUAL_-1206076487'), (u'INDIRECT_-1206077034', u'MULTIEQUAL_-1206076509'), (u'CALL_-1206080265', u'INDIRECT_-1206075618')]
[('tmp_2522', u'CBRANCH_-1206079971'), (u'PTRADD_-1206075503', u'LOAD_-1206079772'), (u'INDIRECT_-1206077144', u'MULTIEQUAL_-1206077093'), (u'INDIRECT_-1206077010', u'MULTIEQUAL_-1206076930'), (u'CALL_-1206080797', u'INDIRECT_-1206076837'), (u'MULTIEQUAL_-1206078413', u'CALL_-1206079826'), (u'INDIRECT_-1206077172', u'MULTIEQUAL_-1206076954'), (u'CALL_-1206080281', u'INDIRECT_-1206076023'), ('const-4', u'INT_ADD_-1206079943'), (u'INDIRECT_-1206077172', u'PTRADD_-1206079989'), (u'CALLIND_-1206079930', u'INDIRECT_-1206077340'), (u'MULTIEQUAL_-1206076434', u'MULTIEQUAL_-1206076537'), (u'LOAD_-1206080999', u'INT_AND_-1206080973'), (u'MULTIEQUAL_-1206076806', u'MULTIEQUAL_-1206076850'), (u'CALL_-1206080003', u'INDIRECT_-1206076135'), (u'MULTIEQUAL_-1206076811', u'MULTIEQUAL_-1206077180'), (u'INT_LESS_-1206079894', u'INT_ZEXT_-1206079875'), (u'MULTIEQUAL_-1206076560', u'MULTIEQUAL_-1206076302'), (u'CALL_-1206080003', u'INDIRECT_-1206076201'), (u'INDIRECT_-1206077047', u'MULTIEQUAL_-1206077034'), (u'INDIRECT_-1206076271', u'MULTIEQUAL_-1206076500'), (u'CALL_-1206079858', u'INDIRECT_-1206076375'), (u'INT_EQUAL_-1206079573', u'CBRANCH_-1206079571'), (u'LOAD_-1206080079', u'LOAD_-1206079966'), (u'MULTIEQUAL_-1206076560', u'MULTIEQUAL_-1206076543'), (u'MULTIEQUAL_-1206075963', u'MULTIEQUAL_-1206076368'), (u'CALL_-1206080564', u'INDIRECT_-1206076928'), (u'CALL_-1206081695', u'INDIRECT_-1206077227'), ('const-417', u'LOAD_-1206079844'), (u'CALL_-1206081237', u'INDIRECT_-1206077077'), (u'INDIRECT_-1206077208', u'COPY_-1206077247'), (u'LOAD_-1206080917', u'INT_EQUAL_-1206080902'), (u'INDIRECT_-1206077214', u'COPY_-1206077256'), (u'MULTIEQUAL_-1206078656', u'CALL_-1206081090'), (u'CAST_-1206076100', u'LOAD_-1206080379'), (u'COPY_-1206076764', u'MULTIEQUAL_-1206078031'), (u'INDIRECT_-1206076664', u'MULTIEQUAL_-1206076405'), (u'INDIRECT_-1206076499', u'MULTIEQUAL_-1206076697'), (u'INDIRECT_-1206076664', u'MULTIEQUAL_-1206076560'), (u'STORE_-1206080281', u'INDIRECT_-1206075984'), (u'CALL_-1206079797', u'INDIRECT_-1206076748'), (u'CALL_-1206081237', u'INDIRECT_-1206076813'), ('const-0', u'SUBPIECE_-1206075949'), (u'CALL_-1206080324', u'INDIRECT_-1206077079'), ('const-3', u'STORE_-1206081226'), (u'CALL_-1206079909', u'INT_LESS_-1206079894'), (u'CALL_-1206080265', u'INDIRECT_-1206076185'), (u'INDIRECT_-1206076878', u'COPY_-1206076917'), (u'PTRADD_-1206080855', u'CAST_-1206076395'), ('const-20', u'INT_ADD_-1206080027'), (u'INT_ADD_-1206079927', u'CAST_-1206075739'), ('const-417', u'LOAD_-1206079778'), (u'MULTIEQUAL_-1206077225', u'MULTIEQUAL_-1206077116'), (u'STORE_-1206081138', u'INDIRECT_-1206077007'), (u'INDIRECT_-1206076710', u'MULTIEQUAL_-1206076492'), (u'CALL_-1206081926', u'INDIRECT_-1206077496'), (u'MULTIEQUAL_-1206078964', u'MULTIEQUAL_-1206076816'), (u'INDIRECT_-1206077412', u'COPY_-1206077454'), (u'MULTIEQUAL_-1206078919', u'CALL_-1206080361'), (u'INT_ADD_-1206079830', u'CAST_-1206075964'), (u'CALL_-1206079923', u'INDIRECT_-1206076340'), ('const-1', u'PTRADD_-1206081721'), (u'INDIRECT_-1206077628', u'MULTIEQUAL_-1206077486'), (u'LOAD_-1206079964', u'MULTIEQUAL_-1206078060'), (u'STORE_-1206081219', u'INDIRECT_-1206077183'), (u'INDIRECT_-1206076813', u'MULTIEQUAL_-1206076777'), (u'INDIRECT_-1206077364', u'MULTIEQUAL_-1206076996'), ('const-417', u'LOAD_-1206080545'), ('const-24', u'PTRADD_-1206079235'), (u'PTRADD_-1206079689', u'LOAD_-1206079751'), ('const-1', u'PTRADD_-1206081081'), (u'LOAD_-1206079960', u'MULTIEQUAL_-1206077769'), (u'STORE_-1206079274', u'INDIRECT_-1206076032'), (u'MULTIEQUAL_-1206077496', u'PTRADD_-1206080216'), (u'INDIRECT_-1206076033', u'MULTIEQUAL_-1206077093'), (u'STORE_-1206080281', u'INDIRECT_-1206075720'), (u'STORE_-1206081020', u'INDIRECT_-1206076842'), (u'CALL_-1206080786', u'INDIRECT_-1206076499'), (u'INDIRECT_-1206075825', u'MULTIEQUAL_-1206077156'), (u'MULTIEQUAL_-1206078056', u'INT_NOTEQUAL_-1206079938'), (u'INDIRECT_-1206076878', u'MULTIEQUAL_-1206076798'), ('const-417', u'LOAD_-1206079554'), (u'INDIRECT_-1206077342', u'MULTIEQUAL_-1206077291'), (u'INDIRECT_-1206077277', u'MULTIEQUAL_-1206076750'), ('const-1', u'PTRADD_-1206080251'), (u'CALL_-1206079858', u'INDIRECT_-1206076441'), (u'MULTIEQUAL_-1206078116', u'PTRADD_-1206079887'), (u'CAST_-1206076874', u'INT_NOTEQUAL_-1206081788'), ('const-417', u'LOAD_-1206079280'), (u'STORE_-1206076649', u'INDIRECT_-1206076963'), (u'CALL_-1206079263', u'CALL_-1206079208'), (u'INT_NOTEQUAL_-1206080262', u'CBRANCH_-1206080260'), ('tmp_211', u'CBRANCH_-1206081870'), (u'CAST_-1206076726', u'COPY_-1206076789'), ('const-0', u'INT_NOTEQUAL_-1206081297'), (u'MULTIEQUAL_-1206078413', u'LOAD_-1206080545'), (u'MULTIEQUAL_-1206076360', u'MULTIEQUAL_-1206076354'), (u'LOAD_-1206080406', u'INT_AND_-1206080380'), (u'INDIRECT_-1206076631', u'MULTIEQUAL_-1206076829'), (u'MULTIEQUAL_-1206078405', u'INT_EQUAL_-1206080427'), (u'STORE_-1206075648', u'INDIRECT_-1206076099'), (u'CALL_-1206080324', u'INDIRECT_-1206077343'), (u'MULTIEQUAL_-1206077769', u'PTRADD_-1206075503'), (u'CALL_-1206080855', u'INDIRECT_-1206076531'), (u'MULTIEQUAL_-1206077100', u'MULTIEQUAL_-1206076558'), ('const-1', u'PTRADD_-1206080855'), (u'INDIRECT_-1206076164', u'MULTIEQUAL_-1206075959'), (u'INDIRECT_-1206076271', u'MULTIEQUAL_-1206076758'), (u'MULTIEQUAL_-1206076500', u'MULTIEQUAL_-1206076603'), (u'PTRADD_-1206080201', u'CAST_-1206075508'), (u'CALL_-1206080267', u'INDIRECT_-1206076307'), (u'CALL_-1206079208', u'INDIRECT_-1206076738'), (u'INT_RIGHT_-1206079694', u'INT_AND_-1206078085'), (u'INDIRECT_-1206077628', u'MULTIEQUAL_-1206076169'), (u'INDIRECT_-1206076630', u'CALL_-1206079208'), (u'COPY_-1206076324', u'MULTIEQUAL_-1206078408'), (u'CALL_-1206080564', u'INDIRECT_-1206076400'), (u'MULTIEQUAL_-1206076961', u'INT_EQUAL_-1206081253'), ('const-6', u'INT_RIGHT_-1206079931'), (u'MULTIEQUAL_-1206076822', u'MULTIEQUAL_-1206076816'), (u'CALL_-1206079824', u'INDIRECT_-1206077288'), (u'CALL_-1206080786', u'INDIRECT_-1206076829'), (u'MULTIEQUAL_-1206076558', u'MULTIEQUAL_-1206076552'), ('const-417', u'LOAD_-1206079772'), (u'STORE_-1206081138', u'INDIRECT_-1206077073'), (u'MULTIEQUAL_-1206076492', u'MULTIEQUAL_-1206076982'), (u'INT_AND_-1206080283', u'INT_NOTEQUAL_-1206080296'), (u'CAST_-1206076942', u'PTRADD_-1206080251'), (u'MULTIEQUAL_-1206076895', u'MULTIEQUAL_-1206076786'), (u'COPY_-1206077018', u'INT_EQUAL_-1206080967'), (u'CALL_-1206080324', u'INDIRECT_-1206077409'), (u'CALL_-1206080022', u'INDIRECT_-1206076379'), (u'INT_AND_-1206080380', u'INT_EQUAL_-1206080394'), (u'MULTIEQUAL_-1206076038', u'MULTIEQUAL_-1206076279'), (u'MULTIEQUAL_-1206076104', u'MULTIEQUAL_-1206076345'), (u'INDIRECT_-1206077172', u'MULTIEQUAL_-1206076948'), (u'CALL_-1206080017', u'INDIRECT_-1206076277'), (u'MULTIEQUAL_-1206078593', u'PTRADD_-1206080855'), (u'MULTIEQUAL_-1206078413', u'CALL_-1206079722'), (u'PTRADD_-1206080215', u'CAST_-1206075520'), (u'INDIRECT_-1206076908', u'MULTIEQUAL_-1206076811'), ('const-1', u'PTRADD_-1206079530'), (u'INDIRECT_-1206075900', u'MULTIEQUAL_-1206076420'), (u'INDIRECT_-1206077210', u'MULTIEQUAL_-1206077159'), (u'INDIRECT_-1206076247', u'MULTIEQUAL_-1206076763'), (u'INDIRECT_-1206075809', u'MULTIEQUAL_-1206076296'), (u'INDIRECT_-1206076776', u'MULTIEQUAL_-1206076722'), (u'CALL_-1206080786', u'INDIRECT_-1206076631'), (u'INDIRECT_-1206076139', u'MULTIEQUAL_-1206076368'), (u'CALLIND_-1206079930', u'INDIRECT_-1206077208'), (u'LOAD_-1206080539', u'INT_EQUAL_-1206079573'), (u'CALL_-1206079923', u'INDIRECT_-1206076406'), ('const-4', u'PTRADD_-1206079898'), ('const-1', u'PTRADD_-1206081757'), (u'INDIRECT_-1206076089', u'MULTIEQUAL_-1206076103'), (u'PTRADD_-1206079887', u'CAST_-1206075743'), (u'CALL_-1206079722', u'INDIRECT_-1206076560'), (u'STORE_-1206081173', u'INDIRECT_-1206077157'), (u'LOAD_-1206079949', u'INT_ADD_-1206079927'), (u'INDIRECT_-1206076528', u'MULTIEQUAL_-1206077225'), (u'MULTIEQUAL_-1206076890', u'MULTIEQUAL_-1206076632'), (u'MULTIEQUAL_-1206075966', u'MULTIEQUAL_-1206076824'), (u'MULTIEQUAL_-1206078413', u'PTRADD_-1206079557'), (u'LOAD_-1206080539', u'MULTIEQUAL_-1206078056'), (u'MULTIEQUAL_-1206077093', u'MULTIEQUAL_-1206077041'), (u'CALL_-1206080564', u'INDIRECT_-1206076730'), (u'STORE_-1206081226', u'INDIRECT_-1206077056'), (u'CALL_-1206080003', u'INDIRECT_-1206075871'), (u'INDIRECT_-1206076164', u'MULTIEQUAL_-1206076684'), (u'INT_AND_-1206078013', u'MULTIEQUAL_-1206077980'), (u'CALL_-1206081145', u'INDIRECT_-1206076961'), (u'INT_NOTEQUAL_-1206080006', u'CBRANCH_-1206080005'), (u'INDIRECT_-1206076908', u'MULTIEQUAL_-1206076854'), (u'CALL_-1206081237', u'INDIRECT_-1206077011'), (u'INDIRECT_-1206077209', u'MULTIEQUAL_-1206077173'), (u'CALL_-1206079824', u'INDIRECT_-1206076958'), (u'STORE_-1206080281', u'INDIRECT_-1206076050'), (u'MULTIEQUAL_-1206075967', u'MULTIEQUAL_-1206076632'), (u'PTRADD_-1206080083', u'STORE_-1206080140'), (u'MULTIEQUAL_-1206076302', u'INT_EQUAL_-1206079973'), (u'STORE_-1206081226', u'INDIRECT_-1206076792'), (u'INDIRECT_-1206076950', u'COPY_-1206076992'), (u'STORE_-1206080140', u'INDIRECT_-1206076915'), ('const-4', u'PTRADD_-1206076076'), ('const-4', u'PTRADD_-1206075503'), (u'INDIRECT_-1206076842', u'MULTIEQUAL_-1206076788'), (u'CALL_-1206079722', u'INDIRECT_-1206076626'), (u'CALL_-1206080022', u'INDIRECT_-1206076775'), (u'INDIRECT_-1206076221', u'MULTIEQUAL_-1206077552'), (u'MULTIEQUAL_-1206078751', u'MULTIEQUAL_-1206078656'), (u'CALL_-1206079208', u'INDIRECT_-1206076606'), (u'CAST_-1206076456', u'STORE_-1206081173'), (u'MULTIEQUAL_-1206078708', u'PTRADD_-1206081166'), (u'STORE_-1206080281', u'INDIRECT_-1206075852'), (u'LOAD_-1206079958', u'CAST_-1206075830'), (u'MULTIEQUAL_-1206078708', u'MULTIEQUAL_-1206078656'), (u'INDIRECT_-1206076738', u'MULTIEQUAL_-1206077225'), ('const-1', u'INT_AND_-1206078085'), (u'LOAD_-1206080255', u'COPY_-1206076764'), (u'CALL_-1206079263', u'INDIRECT_-1206076432'), ('tmp_14529', u'CALLIND_-1206079930'), (u'INDIRECT_-1206077275', u'MULTIEQUAL_-1206077239'), (u'CAST_-1206076942', u'PTRADD_-1206080083'), (u'MULTIEQUAL_-1206076368', u'INT_EQUAL_-1206080041'), (u'MULTIEQUAL_-1206076822', u'MULTIEQUAL_-1206077312'), (u'INDIRECT_-1206076307', u'MULTIEQUAL_-1206076763'), ('const-1', u'INT_AND_-1206077923'), (u'MULTIEQUAL_-1206076434', u'INT_NOTEQUAL_-1206079938'), (u'INDIRECT_-1206076264', u'MULTIEQUAL_-1206076961'), (u'INDIRECT_-1206076626', u'MULTIEQUAL_-1206075966'), (u'MULTIEQUAL_-1206076803', u'INT_EQUAL_-1206080159'), (u'CALL_-1206080309', u'INDIRECT_-1206076461'), (u'CALL_-1206079909', u'INDIRECT_-1206076000'), (u'INDIRECT_-1206076403', u'MULTIEQUAL_-1206076890'), (u'MULTIEQUAL_-1206076558', u'MULTIEQUAL_-1206077048'), (u'STORE_-1206081219', u'INDIRECT_-1206076721'), (u'MULTIEQUAL_-1206078593', u'PTRADD_-1206079722'), ('const-0', u'INT_EQUAL_-1206079259'), (u'INDIRECT_-1206076221', u'MULTIEQUAL_-1206076235'), ('const-4', u'PTRADD_-1206081829'), (u'CALL_-1206079909', u'INDIRECT_-1206076132'), (u'INDIRECT_-1206076276', u'MULTIEQUAL_-1206076763'), (u'INDIRECT_-1206076267', u'MULTIEQUAL_-1206077033'), (u'INDIRECT_-1206076637', u'MULTIEQUAL_-1206077093'), ('const-0', u'INT_EQUAL_-1206080000'), (u'MULTIEQUAL_-1206078708', u'PTRADD_-1206081113'), ('const-1', u'PTRADD_-1206080002'), (u'CALL_-1206080412', u'INDIRECT_-1206076775'), (u'INDIRECT_-1206076842', u'MULTIEQUAL_-1206076618'), (u'CALL_-1206081926', u'INDIRECT_-1206077562'), (u'MULTIEQUAL_-1206076656', u'MULTIEQUAL_-1206076637'), ('const-16', u'PTRADD_-1206080201'), (u'INDIRECT_-1206077443', u'MULTIEQUAL_-1206077430'), (u'CALL_-1206079923', u'INDIRECT_-1206076472'), (u'STORE_-1206080275', u'INDIRECT_-1206075782'), (u'STORE_-1206081173', u'INDIRECT_-1206076629'), ('const-21', u'INT_ADD_-1206079978'), (u'STORE_-1206081219', u'INDIRECT_-1206077117'), (u'STORE_-1206081138', u'INDIRECT_-1206076743'), (u'CAST_-1206076154', u'INT_EQUAL_-1206080455'), (u'MULTIEQUAL_-1206077027', u'MULTIEQUAL_-1206076975'), (u'INDIRECT_-1206077478', u'COPY_-1206077520'), (u'CALL_-1206081209', u'INDIRECT_-1206076730'), (u'STORE_-1206075648', u'INDIRECT_-1206075769'), (u'INDIRECT_-1206076205', u'MULTIEQUAL_-1206076692'), ('const-1', u'PTRADD_-1206079898'), (u'CALL_-1206080361', u'CAST_-1206076726'), (u'MULTIEQUAL_-1206078413', u'LOAD_-1206080406'), (u'INDIRECT_-1206077562', u'MULTIEQUAL_-1206076103'), (u'MULTIEQUAL_-1206076812', u'MULTIEQUAL_-1206077246'), (u'MULTIEQUAL_-1206078031', u'LOAD_-1206079277'), (u'LOAD_-1206080379', u'MULTIEQUAL_-1206078452'), (u'CALL_-1206079797', u'INDIRECT_-1206076814'), (u'INDIRECT_-1206076445', u'MULTIEQUAL_-1206076961'), (u'INT_EQUAL_-1206080359', u'CBRANCH_-1206080358'), (u'LOAD_-1206080064', u'INT_ADD_-1206080027'), ('tmp_3942', u'CBRANCH_-1206080260'), ('tmp_860', u'CBRANCH_-1206081281'), (u'CALL_-1206080797', u'INDIRECT_-1206076639'), (u'INDIRECT_-1206076139', u'MULTIEQUAL_-1206076626'), ('const-5', u'PTRADD_-1206076855'), (u'MULTIEQUAL_-1206076624', u'MULTIEQUAL_-1206076618'), (u'INT_EQUAL_-1206080041', u'CBRANCH_-1206080040'), (u'INT_NOTEQUAL_-1206081767', u'CBRANCH_-1206081765'), (u'INDIRECT_-1206077430', u'MULTIEQUAL_-1206077062'), (u'CALL_-1206081926', u'INDIRECT_-1206077232'), (u'CALL_-1206079722', u'INDIRECT_-1206076428'), ('tmp_3048', u'CBRANCH_-1206079570'), (u'INDIRECT_-1206075825', u'MULTIEQUAL_-1206075839'), (u'INDIRECT_-1206076994', u'MULTIEQUAL_-1206076890'), (u'CALL_-1206080267', u'INDIRECT_-1206076241'), (u'CALL_-1206081926', u'INDIRECT_-1206077430'), (u'INT_AND_-1206079251', u'STORE_-1206079274'), (u'INDIRECT_-1206077078', u'MULTIEQUAL_-1206077027'), (u'MULTIEQUAL_-1206076368', u'MULTIEQUAL_-1206076471'), (u'INDIRECT_-1206076842', u'MULTIEQUAL_-1206076624'), (u'INDIRECT_-1206077013', u'MULTIEQUAL_-1206076486'), (u'MULTIEQUAL_-1206076626', u'MULTIEQUAL_-1206076368'), ('const-1', u'PTRADD_-1206080216'), (u'MULTIEQUAL_-1206078964', u'PTRADD_-1206079689'), (u'CALL_-1206080017', u'INDIRECT_-1206076013'), (u'PTRADD_-1206080216', u'INT_EQUAL_-1206080257'), (u'CALL_-1206079263', u'INDIRECT_-1206076762'), (u'CALL_-1206081145', u'INDIRECT_-1206077027'), (u'COPY_-1206076499', u'MULTIEQUAL_-1206078408'), (u'CALL_-1206081237', u'CAST_-1206076495'), (u'INDIRECT_-1206076428', u'MULTIEQUAL_-1206076948'), (u'STORE_-1206081219', u'INDIRECT_-1206077249'), (u'MULTIEQUAL_-1206076961', u'MULTIEQUAL_-1206076909'), (u'CALL_-1206080265', u'INDIRECT_-1206076053'), ('const-192', u'PTRADD_-1206081757'), ('const-417', u'LOAD_-1206079567'), (u'INDIRECT_-1206076379', u'MULTIEQUAL_-1206076895'), (u'STORE_-1206080275', u'INDIRECT_-1206076046'), (u'STORE_-1206081020', u'INDIRECT_-1206076644'), ('tmp_401', u'CBRANCH_-1206081740'), (u'CALL_-1206081209', u'INDIRECT_-1206076796'), ('const-417', u'STORE_-1206081226'), (u'INT_NOTEQUAL_-1206079903', u'CBRANCH_-1206079902'), ('tmp_2956', u'BRANCH_-1206079547'), (u'CALL_-1206079208', u'INDIRECT_-1206076342'), (u'CALL_-1206080786', u'INDIRECT_-1206076565'), (u'STORE_-1206081020', u'INDIRECT_-1206076578'), (u'STORE_-1206075648', u'INDIRECT_-1206076165'), (u'INDIRECT_-1206077364', u'COPY_-1206077018'), (u'INDIRECT_-1206077139', u'MULTIEQUAL_-1206077116'), (u'INDIRECT_-1206076842', u'MULTIEQUAL_-1206077166'), (u'CALL_-1206079858', u'INDIRECT_-1206076111'), (u'MULTIEQUAL_-1206078751', u'PTRADD_-1206081206'), (u'LOAD_-1206079970', u'INT_ADD_-1206079948'), (u'MULTIEQUAL_-1206077878', u'INT_EQUAL_-1206079888'), (u'INDIRECT_-1206076881', u'MULTIEQUAL_-1206076354'), (u'MULTIEQUAL_-1206076524', u'MULTIEQUAL_-1206076505'), (u'INDIRECT_-1206076003', u'INT_EQUAL_-1206079912'), ('const-1', u'PTRADD_-1206080221'), (u'INDIRECT_-1206075805', u'MULTIEQUAL_-1206076763'), (u'MULTIEQUAL_-1206075958', u'MULTIEQUAL_-1206076038'), (u'CALL_-1206081695', u'INDIRECT_-1206077425'), (u'CALL_-1206079909', u'INDIRECT_-1206076198'), (u'CALL_-1206081145', u'INDIRECT_-1206076763'), (u'PTRADD_-1206080002', u'CAST_-1206076301'), (u'INDIRECT_-1206077377', u'MULTIEQUAL_-1206077364'), ('const-12', u'PTRADD_-1206079722'), (u'CAST_-1206076481', u'STORE_-1206081219'), (u'STORE_-1206080275', u'INDIRECT_-1206076244'), (u'CALL_-1206079795', u'INDIRECT_-1206076128'), ('const-5', u'PTRADD_-1206075935'), (u'CALL_-1206080309', u'INDIRECT_-1206076725'), (u'CALL_-1206079797', u'INDIRECT_-1206076946'), (u'CAST_-1206076942', u'PTRADD_-1206080969'), (u'STORE_-1206081173', u'INDIRECT_-1206076695'), (u'CAST_-1206075750', u'LOAD_-1206080373'), (u'CALLIND_-1206079930', u'INT_NOTEQUAL_-1206079903'), (u'LOAD_-1206079560', u'INT_ADD_-1206079538'), (u'INT_NOTEQUAL_-1206081741', u'CBRANCH_-1206081740'), ('const-0', u'INT_EQUAL_-1206079832'), (u'INDIRECT_-1206077040', u'MULTIEQUAL_-1206076986'), ('const-417', u'STORE_-1206076649'), (u'STORE_-1206075648', u'INDIRECT_-1206076033'), ('const-1', u'PTRADD_-1206079722'), ('const-417', u'LOAD_-1206079784'), (u'CALL_-1206080797', u'INDIRECT_-1206076705'), ('tmp_2135', u'CBRANCH_-1206080392'), (u'CALL_-1206079630', u'INDIRECT_-1206075941'), (u'CALL_-1206080824', u'INDIRECT_-1206076518'), (u'CALL_-1206081237', u'INDIRECT_-1206076681'), (u'CALL_-1206080267', u'INDIRECT_-1206076505'), (u'MULTIEQUAL_-1206078413', u'CALL_-1206079630'), (u'STORE_-1206080275', u'INDIRECT_-1206075848'), (u'MULTIEQUAL_-1206076810', u'MULTIEQUAL_-1206076788'), (u'CALL_-1206080361', u'INDIRECT_-1206077425'), (u'INDIRECT_-1206076099', u'MULTIEQUAL_-1206076829'), (u'INDIRECT_-1206077340', u'MULTIEQUAL_-1206077260'), (u'INDIRECT_-1206076577', u'MULTIEQUAL_-1206077093'), (u'INDIRECT_-1206076974', u'MULTIEQUAL_-1206076920'), (u'MULTIEQUAL_-1206076829', u'MULTIEQUAL_-1206076720'), ('const-417', u'LOAD_-1206079627'), (u'INDIRECT_-1206075967', u'MULTIEQUAL_-1206076697'), (u'INDIRECT_-1206075875', u'MULTIEQUAL_-1206076104'), (u'INDIRECT_-1206076644', u'MULTIEQUAL_-1206076590'), ('const-417', u'LOAD_-1206079890'), (u'CALL_-1206080855', u'INDIRECT_-1206076993'), (u'LOAD_-1206080539', u'INT_EQUAL_-1206080455'), (u'CALL_-1206079795', u'INDIRECT_-1206076524'), (u'INDIRECT_-1206077076', u'MULTIEQUAL_-1206076996'), ('const-16', u'INT_AND_-1206079818'), (u'CALL_-1206079826', u'INDIRECT_-1206076363'), (u'CALLIND_-1206079930', u'INDIRECT_-1206076878'), (u'INDIRECT_-1206076241', u'MULTIEQUAL_-1206076697'), (u'PTRADD_-1206079557', u'CAST_-1206075410'), (u'INDIRECT_-1206077298', u'INT_EQUAL_-1206079986'), (u'MULTIEQUAL_-1206076758', u'INT_EQUAL_-1206080427'), ('tmp_14529', u'CALL_-1206080824'), (u'STORE_-1206080281', u'INDIRECT_-1206076116'), (u'INDIRECT_-1206076373', u'MULTIEQUAL_-1206076829'), (u'MULTIEQUAL_-1206077034', u'MULTIEQUAL_-1206076492'), ('const-1', u'CALL_-1206080361'), (u'STORE_-1206080140', u'INDIRECT_-1206077311'), (u'STORE_-1206076649', u'INDIRECT_-1206077095'), ('const-0', u'INT_EQUAL_-1206079986'), (u'STORE_-1206076649', u'INDIRECT_-1206076897'), (u'MULTIEQUAL_-1206078408', u'PTRADD_-1206080417'), ('const-4', u'PTRADD_-1206079887'), (u'INDIRECT_-1206076333', u'MULTIEQUAL_-1206077099'), (u'MULTIEQUAL_-1206076807', u'MULTIEQUAL_-1206076916'), ('tmp_831', u'CBRANCH_-1206081297'), ('const-417', u'LOAD_-1206079729'), (u'INDIRECT_-1206075891', u'MULTIEQUAL_-1206075905'), (u'CALL_-1206079879', u'CALL_-1206079824'), ('tmp_2446', u'CBRANCH_-1206080016'), (u'STORE_-1206079274', u'INDIRECT_-1206076362'), (u'LOAD_-1206080192', u'INT_AND_-1206080166'), ('const-4', u'PTRADD_-1206076855'), (u'MULTIEQUAL_-1206076816', u'MULTIEQUAL_-1206078593'), (u'INDIRECT_-1206076260', u'MULTIEQUAL_-1206075960'), (u'INDIRECT_-1206076313', u'MULTIEQUAL_-1206076829'), (u'INDIRECT_-1206075834', u'MULTIEQUAL_-1206076354'), (u'STORE_-1206081138', u'INDIRECT_-1206077139'), (u'CAST_-1206076782', u'PTRADD_-1206080132'), (u'INDIRECT_-1206076598', u'MULTIEQUAL_-1206076339'), (u'INDIRECT_-1206076677', u'MULTIEQUAL_-1206076654'), (u'MULTIEQUAL_-1206076236', u'MULTIEQUAL_-1206076339'), (u'CALL_-1206080003', u'INDIRECT_-1206075739'), (u'CALL_-1206080267', u'INDIRECT_-1206076769'), (u'PTRADD_-1206081133', u'CAST_-1206076460'), (u'INDIRECT_-1206077073', u'MULTIEQUAL_-1206077050'), (u'CALL_-1206080564', u'INDIRECT_-1206076994'), (u'CALL_-1206081664', u'INDIRECT_-1206077544'), (u'INDIRECT_-1206076681', u'MULTIEQUAL_-1206076645'), ('const-4', u'PTRADD_-1206080215'), (u'CALL_-1206080324', u'INDIRECT_-1206077211'), (u'STORE_-1206080281', u'INDIRECT_-1206075786'), ('const-32', u'INT_RIGHT_-1206075916'), (u'CALL_-1206081209', u'STORE_-1206076649'), (u'MULTIEQUAL_-1206076813', u'MULTIEQUAL_-1206076986'), (u'INT_ADD_-1206079924', u'CAST_-1206076653'), (u'MULTIEQUAL_-1206075960', u'MULTIEQUAL_-1206076170'), (u'CALL_-1206081695', u'INDIRECT_-1206077293'), (u'INDIRECT_-1206075966', u'MULTIEQUAL_-1206076486'), (u'CALL_-1206080361', u'INDIRECT_-1206077029'), ('const-12', u'PTRADD_-1206080017'), ('const-21', u'INT_ADD_-1206079830'), ('tmp_2482', u'CBRANCH_-1206079996'), (u'MULTIEQUAL_-1206076968', u'MULTIEQUAL_-1206076807'), (u'INDIRECT_-1206077430', u'MULTIEQUAL_-1206077288'), ('const-417', u'LOAD_-1206079271'), (u'INDIRECT_-1206077509', u'MULTIEQUAL_-1206077496'), (u'STORE_-1206081173', u'INDIRECT_-1206076959'), (u'CALL_-1206080003', u'INDIRECT_-1206076069'), (u'COPY_-1206075613', u'STORE_-1206080275'), ('tmp_743', u'CBRANCH_-1206080235'), ('const-20', u'INT_ADD_-1206079590'), (u'INDIRECT_-1206076879', u'MULTIEQUAL_-1206076843'), (u'CALL_-1206080003', u'INDIRECT_-1206075937'), ('tmp_1660', u'BRANCH_-1206080771'), (u'CALL_-1206080324', u'INDIRECT_-1206077013'), ('const-1', u'PTRADD_-1206079504'), (u'CALL_-1206080412', u'INDIRECT_-1206076577'), ('const-1', u'INT_OR_-1206081114'), (u'STORE_-1206075648', u'INDIRECT_-1206075703'), ('const-1', u'INT_AND_-1206080380'), (u'INDIRECT_-1206077166', u'MULTIEQUAL_-1206076798'), (u'MULTIEQUAL_-1206075961', u'MULTIEQUAL_-1206076494'), ('const-0', u'INT_NOTEQUAL_-1206081282'), (u'PTRADD_-1206080477', u'CAST_-1206076205'), (u'INDIRECT_-1206076842', u'INT_NOTEQUAL_-1206080006'), (u'INDIRECT_-1206076944', u'MULTIEQUAL_-1206076864'), ('tmp_3952', u'BRANCH_-1206080248'), (u'INDIRECT_-1206077245', u'MULTIEQUAL_-1206077232'), (u'LOAD_-1206080064', u'INT_ADD_-1206079984'), (u'MULTIEQUAL_-1206078964', u'LOAD_-1206079729'), (u'LOAD_-1206081783', u'INT_NOTEQUAL_-1206081767'), (u'CALL_-1206079797', u'INDIRECT_-1206077210'), (u'INDIRECT_-1206077093', u'MULTIEQUAL_-1206077291'), (u'CALL_-1206081926', u'INDIRECT_-1206077100'), (u'MULTIEQUAL_-1206075960', u'MULTIEQUAL_-1206076428'), ('const-0', u'CALL_-1206080309'), (u'PTRADD_-1206079908', u'CAST_-1206075838'), (u'INDIRECT_-1206076664', u'INT_EQUAL_-1206080485'), (u'MULTIEQUAL_-1206076920', u'MULTIEQUAL_-1206076901'), (u'INDIRECT_-1206076458', u'MULTIEQUAL_-1206075963'), (u'CALL_-1206079909', u'INDIRECT_-1206076528'), (u'PTRADD_-1206076080', u'LOAD_-1206079898'), ('tmp_3080', u'CBRANCH_-1206079552'), (u'CALL_-1206080017', u'INDIRECT_-1206076145'), (u'LOAD_-1206080252', u'INT_RIGHT_-1206080217'), (u'INDIRECT_-1206076033', u'MULTIEQUAL_-1206076763'), (u'MULTIEQUAL_-1206077980', u'INT_EQUAL_-1206079896'), (u'MULTIEQUAL_-1206076763', u'MULTIEQUAL_-1206076654'), (u'SUBPIECE_-1206075950', u'INT_LESS_-1206079894'), ('const-6', u'INT_RIGHT_-1206079694'), ('const-1', u'INT_AND_-1206078013'), (u'STORE_-1206081226', u'INDIRECT_-1206077122'), (u'CAST_-1206075645', u'INT_EQUAL_-1206079571'), ('const-24', u'PTRADD_-1206081166'), (u'COPY_-1206076712', u'CALL_-1206079824'), ('const-344308', u'COPY_-1206076249'), ('const-1', u'PTRADD_-1206080201'), (u'CALL_-1206079824', u'INDIRECT_-1206077156'), (u'INT_AND_-1206079541', u'INT_NOTEQUAL_-1206079554'), (u'INDIRECT_-1206076532', u'MULTIEQUAL_-1206076428'), (u'CALL_-1206081209', u'INDIRECT_-1206077258'), (u'INT_NOTEQUAL_-1206080229', u'CBRANCH_-1206080235'), (u'CALL_-1206079630', u'INT_NOTEQUAL_-1206079596'), (u'INDIRECT_-1206076003', u'MULTIEQUAL_-1206076769'), (u'MULTIEQUAL_-1206078413', u'MULTIEQUAL_-1206078751'), (u'LOAD_-1206080373', u'MULTIEQUAL_-1206078708'), (u'CAST_-1206076726', u'MULTIEQUAL_-1206078413'), (u'PTRADD_-1206080083', u'LOAD_-1206080143'), (u'INDIRECT_-1206077544', u'COPY_-1206077586'), ('tmp_4166', u'CBRANCH_-1206080256'), (u'INDIRECT_-1206077172', u'PTRADD_-1206080894'), (u'CALL_-1206081209', u'INDIRECT_-1206076928'), (u'MULTIEQUAL_-1206076434', u'INT_NOTEQUAL_-1206080016'), (u'STORE_-1206081173', u'INDIRECT_-1206076827'), (u'PTRADD_-1206080251', u'CAST_-1206075499'), (u'CALL_-1206079824', u'INDIRECT_-1206077090'), (u'INDIRECT_-1206075703', u'MULTIEQUAL_-1206076763'), (u'CALL_-1206081926', u'INDIRECT_-1206077166'), ('const-12', u'PTRADD_-1206079908'), (u'LOAD_-1206080079', u'PTRADD_-1206080002'), (u'CALL_-1206080361', u'INDIRECT_-1206076963'), (u'CALL_-1206079722', u'INDIRECT_-1206076164'), (u'CALL_-1206080786', u'INDIRECT_-1206076961'), (u'INDIRECT_-1206076073', u'INT_EQUAL_-1206079573'), (u'CAST_-1206075420', u'MULTIEQUAL_-1206077878'), (u'PTRADD_-1206081081', u'LOAD_-1206081141'), (u'COPY_-1206076830', u'MULTIEQUAL_-1206078408'), (u'INDIRECT_-1206076776', u'MULTIEQUAL_-1206076809'), (u'CALL_-1206080855', u'INDIRECT_-1206076597'), (u'MULTIEQUAL_-1206078408', u'PTRADD_-1206079530'), ('tmp_1899', u'BRANCH_-1206079765'), ('const-21', u'PTRADD_-1206080132'), (u'CALLIND_-1206079930', u'INDIRECT_-1206077010'), (u'LOAD_-1206079992', u'MULTIEQUAL_-1206075798'), (u'INDIRECT_-1206077100', u'MULTIEQUAL_-1206076958'), (u'STORE_-1206076649', u'INDIRECT_-1206076831'), (u'STORE_-1206080140', u'INDIRECT_-1206077113'), (u'MULTIEQUAL_-1206077496', u'MULTIEQUAL_-1206076815'), (u'PTRADD_-1206079722', u'CAST_-1206075428'), (u'INDIRECT_-1206077172', u'MULTIEQUAL_-1206077118'), (u'CALL_-1206079722', u'INDIRECT_-1206076362'), (u'PTRADD_-1206079504', u'CAST_-1206075589'), (u'LOAD_-1206079844', u'INT_AND_-1206079818'), (u'CALL_-1206079923', u'CAST_-1206075816'), (u'INDIRECT_-1206077040', u'MULTIEQUAL_-1206076813'), (u'CALL_-1206080324', u'INDIRECT_-1206076947'), ('const-0', u'INT_EQUAL_-1206081872'), ('const-417', u'STORE_-1206081173'), (u'INDIRECT_-1206076392', u'MULTIEQUAL_-1206075962'), (u'MULTIEQUAL_-1206077166', u'MULTIEQUAL_-1206076624'), ('const-0', u'PTRSUB_-1206076575'), (u'MULTIEQUAL_-1206076854', u'MULTIEQUAL_-1206076835'), ('tmp_2056', u'CBRANCH_-1206080454'), (u'LOAD_-1206081295', u'INT_AND_-1206081269'), ('tmp_3729', u'CBRANCH_-1206079894'), (u'MULTIEQUAL_-1206076756', u'MULTIEQUAL_-1206077246'), ('tmp_906', u'CBRANCH_-1206081251'), (u'INDIRECT_-1206077179', u'MULTIEQUAL_-1206077166'), (u'MULTIEQUAL_-1206079057', u'PTRADD_-1206076855'), (u'MULTIEQUAL_-1206076763', u'MULTIEQUAL_-1206076711'), (u'MULTIEQUAL_-1206076170', u'MULTIEQUAL_-1206076273'), (u'LOAD_-1206079277', u'INT_AND_-1206079251'), (u'MULTIEQUAL_-1206076902', u'MULTIEQUAL_-1206076806'), (u'CAST_-1206075674', u'LOAD_-1206079633'), (u'LOAD_-1206080539', u'INT_EQUAL_-1206080485'), (u'INDIRECT_-1206076135', u'MULTIEQUAL_-1206077093'), (u'INT_EQUAL_-1206079896', u'CBRANCH_-1206079894'), ('const-1', u'PTRADD_-1206080193'), (u'CALLIND_-1206079930', u'INDIRECT_-1206077274'), (u'CALL_-1206080017', u'INDIRECT_-1206075815'), (u'STORE_-1206076649', u'INDIRECT_-1206076765'), ('const-330565', u'PTRSUB_-1206076164'), (u'CALL_-1206081209', u'INDIRECT_-1206076994'), (u'CALL_-1206080309', u'INDIRECT_-1206076395'), (u'INDIRECT_-1206076073', u'MULTIEQUAL_-1206076302'), (u'CALL_-1206080412', u'INDIRECT_-1206076445'), (u'CALL_-1206080017', u'INDIRECT_-1206075881'), (u'CALL_-1206079824', u'INDIRECT_-1206076892'), ('const-4', u'PTRADD_-1206080477'), (u'LOAD_-1206080043', u'INT_EQUAL_-1206080028'), (u'INT_AND_-1206078526', u'MULTIEQUAL_-1206077980'), (u'INT_EQUAL_-1206080485', u'CBRANCH_-1206080484'), (u'PTRADD_-1206080417', u'CAST_-1206076154'), (u'INDIRECT_-1206076296', u'MULTIEQUAL_-1206075961'), (u'LOAD_-1206081031', u'PTRADD_-1206080017'), ('const-417', u'STORE_-1206080281'), (u'STORE_-1206081173', u'INDIRECT_-1206076761'), ('const-417', u'LOAD_-1206079751'), (u'CALL_-1206080797', u'INDIRECT_-1206076573'), (u'INT_AND_-1206080166', u'INT_NOTEQUAL_-1206080179'), (u'MULTIEQUAL_-1206077430', u'MULTIEQUAL_-1206076888'), (u'INDIRECT_-1206076532', u'MULTIEQUAL_-1206076273'), (u'CALL_-1206079923', u'INDIRECT_-1206076010'), (u'LOAD_-1206081031', u'MULTIEQUAL_-1206076816'), (u'CAST_-1206075508', u'STORE_-1206075648'), (u'COPY_-1206076966', u'CALL_-1206081695'), (u'INDIRECT_-1206077205', u'MULTIEQUAL_-1206077182'), (u'CAST_-1206075830', u'MULTIEQUAL_-1206078056'), (u'LOAD_-1206080539', u'COPY_-1206075706'), (u'INT_EQUAL_-1206080521', u'CBRANCH_-1206080512'), ('const-1', u'PTRADD_-1206081113'), ('const-417', u'LOAD_-1206080000'), (u'MULTIEQUAL_-1206078413', u'COPY_-1206076234'), (u'INDIRECT_-1206076578', u'MULTIEQUAL_-1206076360'), (u'INT_NOTEQUAL_-1206079596', u'CBRANCH_-1206079595'), (u'CALL_-1206079795', u'INDIRECT_-1206076326'), (u'INDIRECT_-1206076135', u'INT_EQUAL_-1206079888'), ('const-1', u'PTRADD_-1206080215'), (u'INDIRECT_-1206077166', u'MULTIEQUAL_-1206077024'), (u'MULTIEQUAL_-1206078751', u'MULTIEQUAL_-1206078708'), ('tmp_3992', u'BRANCH_-1206079260'), (u'STORE_-1206080275', u'INDIRECT_-1206075914'), (u'MULTIEQUAL_-1206076692', u'MULTIEQUAL_-1206076434'), (u'LOAD_-1206079940', u'CALLIND_-1206079930'), ('const-1', u'INT_AND_-1206080973'), (u'INDIRECT_-1206076974', u'MULTIEQUAL_-1206077298'), ('const-4', u'INT_ADD_-1206079544'), (u'INDIRECT_-1206077077', u'MULTIEQUAL_-1206077041'), (u'INDIRECT_-1206076505', u'MULTIEQUAL_-1206076961'), (u'MULTIEQUAL_-1206076810', u'MULTIEQUAL_-1206077114'), (u'PTRADD_-1206080944', u'CAST_-1206076450'), ('tmp_14529', u'CALL_-1206079208'), (u'INT_AND_-1206079818', u'INT_EQUAL_-1206079832'), (u'MULTIEQUAL_-1206076645', u'COPY_-1206076616'), (u'INDIRECT_-1206076680', u'COPY_-1206076719'), (u'STORE_-1206080140', u'INDIRECT_-1206077245'), (u'CAST_-1206075991', u'CAST_-1206075965'), (u'CALL_-1206080361', u'INDIRECT_-1206077293'), (u'PTRADD_-1206080221', u'CAST_-1206075524'), (u'INDIRECT_-1206076396', u'MULTIEQUAL_-1206077093'), (u'INDIRECT_-1206077172', u'MULTIEQUAL_-1206077496'), ('const-417', u'LOAD_-1206081023'), (u'MULTIEQUAL_-1206076566', u'MULTIEQUAL_-1206076807'), (u'INT_NOTEQUAL_-1206079735', u'CBRANCH_-1206079733'), (u'LOAD_-1206079554', u'MULTIEQUAL_-1206078405'), (u'CALL_-1206081926', u'INDIRECT_-1206077364'), (u'MULTIEQUAL_-1206076302', u'MULTIEQUAL_-1206076543'), ('const-1', u'PTRADD_-1206080216'), (u'CALL_-1206081209', u'INDIRECT_-1206077126'), (u'INDIRECT_-1206076776', u'MULTIEQUAL_-1206077100'), (u'STORE_-1206081138', u'INDIRECT_-1206076809'), ('tmp_2181', u'CBRANCH_-1206080358'), (u'CALL_-1206081090', u'INDIRECT_-1206076614'), (u'INDIRECT_-1206077027', u'MULTIEQUAL_-1206077225'), (u'INDIRECT_-1206076023', u'MULTIEQUAL_-1206076037'), (u'CALL_-1206080564', u'INDIRECT_-1206076532'), (u'CAST_-1206075991', u'INT_EQUAL_-1206079848'), (u'INDIRECT_-1206077145', u'INT_NOTEQUAL_-1206080262'), (u'CALL_-1206079797', u'INDIRECT_-1206077342'), (u'MULTIEQUAL_-1206078060', u'PTRADD_-1206075935'), (u'INT_NOTEQUAL_-1206081843', u'CBRANCH_-1206081843'), (u'CALL_-1206079630', u'INDIRECT_-1206076403'), (u'INDIRECT_-1206075941', u'MULTIEQUAL_-1206076170'), ('const-328588', u'COPY_-1206076966'), (u'STORE_-1206081138', u'INDIRECT_-1206076611'), (u'CALL_-1206080003', u'INDIRECT_-1206075805'), ('const-8', u'PTRADD_-1206081159'), (u'LOAD_-1206080000', u'INT_ADD_-1206079978'), (u'MULTIEQUAL_-1206075798', u'INT_AND_-1206079245'), (u'CALL_-1206079824', u'INDIRECT_-1206077024'), ('const-253', u'INT_AND_-1206080117'), (u'INT_ADD_-1206079978', u'CAST_-1206076265'), (u'CALL_-1206079208', u'INDIRECT_-1206076276'), (u'CALL_-1206079826', u'INDIRECT_-1206076099'), ('tmp_3485', u'CBRANCH_-1206080026'), (u'MULTIEQUAL_-1206076824', u'MULTIEQUAL_-1206076566'), (u'CALLIND_-1206079930', u'INDIRECT_-1206077076'), (u'CALL_-1206079795', u'INDIRECT_-1206076656'), (u'INDIRECT_-1206077166', u'CALLIND_-1206079930'), (u'MULTIEQUAL_-1206078708', u'PTRADD_-1206081159'), (u'CALL_-1206079824', u'INDIRECT_-1206076826'), (u'INDIRECT_-1206076297', u'MULTIEQUAL_-1206077027'), ('tmp_1981', u'CBRANCH_-1206080512'), (u'INDIRECT_-1206076201', u'MULTIEQUAL_-1206076967'), ('const-417', u'LOAD_-1206080278'), (u'LOAD_-1206080539', u'INT_EQUAL_-1206079973'), (u'INDIRECT_-1206076862', u'MULTIEQUAL_-1206076603'), (u'CALL_-1206079263', u'INDIRECT_-1206076630'), ('const-16', u'PTRADD_-1206080251'), (u'CALL_-1206081145', u'INDIRECT_-1206076829'), (u'CALL_-1206080361', u'INDIRECT_-1206076897'), ('const-1', u'INT_AND_-1206081858'), (u'CALLIND_-1206079930', u'INDIRECT_-1206076944'), ('tmp_4359', u'CBRANCH_-1206080158'), ('const-0', u'INT_EQUAL_-1206079941'), (u'LOAD_-1206081031', u'PTRADD_-1206080944'), ('const-417', u'LOAD_-1206081884'), ('const-0', u'CALL_-1206080324'), (u'LOAD_-1206081031', u'LOAD_-1206080999'), (u'CALL_-1206080855', u'INDIRECT_-1206076795'), (u'LOAD_-1206079778', u'MULTIEQUAL_-1206077769'), (u'CALL_-1206080855', u'INDIRECT_-1206076729'), (u'LOAD_-1206081031', u'MULTIEQUAL_-1206078413'), (u'INDIRECT_-1206075835', u'MULTIEQUAL_-1206076895'), (u'CALL_-1206081695', u'INDIRECT_-1206077491'), (u'INDIRECT_-1206076644', u'MULTIEQUAL_-1206076807'), (u'CALL_-1206080824', u'INDIRECT_-1206076980'), (u'INDIRECT_-1206077694', u'MULTIEQUAL_-1206076235'), (u'INDIRECT_-1206077007', u'MULTIEQUAL_-1206076984'), ('tmp_1376', u'CBRANCH_-1206080966'), (u'COPY_-1206076263', u'MULTIEQUAL_-1206078405'), ('const-16', u'INT_ADD_-1206079605'), (u'INDIRECT_-1206075739', u'MULTIEQUAL_-1206076505'), (u'LOAD_-1206075635', u'INT_NOTEQUAL_-1206080229'), (u'MULTIEQUAL_-1206076624', u'MULTIEQUAL_-1206077114'), ('const-20', u'INT_ADD_-1206079927'), (u'CAST_-1206076287', u'LOAD_-1206080043'), ('const-4', u'PTRADD_-1206080216'), (u'STORE_-1206081020', u'INDIRECT_-1206077040'), (u'INDIRECT_-1206076944', u'COPY_-1206076983'), (u'INDIRECT_-1206075637', u'MULTIEQUAL_-1206076697'), (u'CAST_-1206076604', u'MULTIEQUAL_-1206078751'), (u'MULTIEQUAL_-1206076697', u'MULTIEQUAL_-1206076645'), ('tmp_1419', u'CBRANCH_-1206080934'), ('tmp_14529', u'CALL_-1206081664'), (u'PTRADD_-1206080311', u'CAST_-1206075750'), (u'MULTIEQUAL_-1206076968', u'MULTIEQUAL_-1206076426'), ('const-192', u'PTRADD_-1206080894'), ('const-4', u'PTRADD_-1206076080'), (u'CAST_-1206076051', u'MULTIEQUAL_-1206078751'), (u'INDIRECT_-1206077628', u'MULTIEQUAL_-1206077260'), (u'CALL_-1206080324', u'INDIRECT_-1206077475'), (u'STORE_-1206081020', u'INDIRECT_-1206076908'), (u'INDIRECT_-1206076981', u'MULTIEQUAL_-1206076968'), (u'INDIRECT_-1206076908', u'MULTIEQUAL_-1206076690'), (u'CALL_-1206079263', u'INDIRECT_-1206076234'), (u'CALL_-1206080022', u'INDIRECT_-1206076247'), (u'INDIRECT_-1206076915', u'MULTIEQUAL_-1206076902'), (u'MULTIEQUAL_-1206076864', u'COPY_-1206076712'), ('const-0', u'INT_NOTEQUAL_-1206080296'), (u'INT_EQUAL_-1206080967', u'CBRANCH_-1206080966'), (u'STORE_-1206075648', u'INDIRECT_-1206075901'), (u'INT_AND_-1206079245', u'INT_EQUAL_-1206079259'), (u'CAST_-1206076942', u'COPY_-1206081652'), (u'CALL_-1206079824', u'INDIRECT_-1206076760'), (u'MULTIEQUAL_-1206076811', u'MULTIEQUAL_-1206076854'), ('const-417', u'LOAD_-1206080064'), (u'CALL_-1206081237', u'INDIRECT_-1206076879'), (u'CALL_-1206079630', u'INDIRECT_-1206076337'), (u'INT_EQUAL_-1206079848', u'CBRANCH_-1206079847'), (u'CALL_-1206079824', u'INDIRECT_-1206077222'), (u'CALL_-1206079923', u'INDIRECT_-1206076076'), ('tmp_1757', u'CBRANCH_-1206079965'), (u'CALL_-1206081237', u'INDIRECT_-1206077209'), (u'CALL_-1206081695', u'INDIRECT_-1206077557'), (u'INDIRECT_-1206077496', u'MULTIEQUAL_-1206077354'), (u'INDIRECT_-1206076069', u'MULTIEQUAL_-1206077027'), (u'CALL_-1206080003', u'INT_EQUAL_-1206076400'), (u'INDIRECT_-1206076862', u'MULTIEQUAL_-1206076758'), ('const-16', u'INT_AND_-1206080166'), ('const-1', u'INT_AND_-1206081269'), (u'CALL_-1206079879', u'INDIRECT_-1206076916'), (u'CALL_-1206080824', u'INDIRECT_-1206076782'), (u'MULTIEQUAL_-1206076809', u'MULTIEQUAL_-1206076722'), (u'INDIRECT_-1206076069', u'MULTIEQUAL_-1206076835'), (u'CALL_-1206079795', u'INDIRECT_-1206076590'), (u'MULTIEQUAL_-1206076816', u'MULTIEQUAL_-1206078919'), (u'STORE_-1206076649', u'INDIRECT_-1206077227'), (u'INT_EQUAL_-1206079973', u'CBRANCH_-1206079971'), ('const-3', u'INT_EQUAL_-1206079282'), ('const-1', u'PTRADD_-1206079571'), (u'CALL_-1206079923', u'INDIRECT_-1206076208'), (u'CAST_-1206076942', u'LOAD_-1206081884'), (u'CALL_-1206079263', u'INDIRECT_-1206076498'), (u'STORE_-1206079274', u'INDIRECT_-1206075834'), (u'MULTIEQUAL_-1206077159', u'MULTIEQUAL_-1206077050'), (u'CALL_-1206079208', u'INDIRECT_-1206076474'), ('const-417', u'LOAD_-1206080917'), (u'INT_NOTEQUAL_-1206080179', u'CBRANCH_-1206080176'), (u'CALL_-1206081145', u'INDIRECT_-1206077093'), (u'INDIRECT_-1206077232', u'MULTIEQUAL_-1206075773'), (u'INDIRECT_-1206075937', u'MULTIEQUAL_-1206076703'), (u'INT_ADD_-1206079544', u'CAST_-1206075585'), (u'INDIRECT_-1206076722', u'MULTIEQUAL_-1206075967'), (u'STORE_-1206081138', u'INDIRECT_-1206076941'), ('const-1', u'PTRADD_-1206079887'), (u'INDIRECT_-1206076326', u'MULTIEQUAL_-1206075961'), (u'CALL_-1206081090', u'INDIRECT_-1206077208'), (u'INT_NOTEQUAL_-1206080934', u'CBRANCH_-1206080934'), (u'STORE_-1206081020', u'INDIRECT_-1206076974'), (u'CALL_-1206079824', u'INDIRECT_-1206077354'), ('tmp_1465', u'CBRANCH_-1206080900'), (u'MULTIEQUAL_-1206077093', u'MULTIEQUAL_-1206076984'), ('const-12', u'PTRADD_-1206079504'), (u'INDIRECT_-1206076946', u'MULTIEQUAL_-1206076895'), (u'INDIRECT_-1206077076', u'COPY_-1206077115'), (u'LOAD_-1206079943', u'MULTIEQUAL_-1206078452'), (u'INDIRECT_-1206077172', u'PTRADD_-1206079211'), (u'LOAD_-1206079960', u'MULTIEQUAL_-1206077878'), (u'INDIRECT_-1206077274', u'MULTIEQUAL_-1206077194'), ('const-1', u'PTRADD_-1206079557'), (u'MULTIEQUAL_-1206077496', u'MULTIEQUAL_-1206076954'), (u'MULTIEQUAL_-1206076815', u'MULTIEQUAL_-1206077444'), (u'CAST_-1206075991', u'MULTIEQUAL_-1206078405'), ('const-417', u'LOAD_-1206081783'), (u'INDIRECT_-1206077409', u'MULTIEQUAL_-1206076882'), ('const-1', u'PTRADD_-1206081133'), (u'MULTIEQUAL_-1206076494', u'MULTIEQUAL_-1206076477'), (u'CALL_-1206080824', u'INDIRECT_-1206076584'), ('const-1', u'PTRADD_-1206081159'), ('tmp_3157', u'CBRANCH_-1206079847'), (u'MULTIEQUAL_-1206076426', u'MULTIEQUAL_-1206076916'), (u'CALL_-1206080022', u'INDIRECT_-1206076313'), (u'INDIRECT_-1206075627', u'MULTIEQUAL_-1206075641'), (u'COPY_-1206081078', u'RETURN_-1206081032'), (u'CALL_-1206080786', u'INDIRECT_-1206076895'), (u'INT_EQUAL_-1206080427', u'CBRANCH_-1206080426'), (u'CALL_-1206079826', u'INDIRECT_-1206076231'), (u'CALL_-1206079909', u'INDIRECT_-1206076066'), (u'INT_AND_-1206079254', u'MULTIEQUAL_-1206076803'), ('tmp_2094', u'CBRANCH_-1206080426'), (u'CAST_-1206076782', u'INT_EQUAL_-1206080257'), ('const-417', u'STORE_-1206081020'), (u'CALLIND_-1206079930', u'INDIRECT_-1206077142'), (u'INT_NOTEQUAL_-1206081297', u'CBRANCH_-1206081297'), (u'CALL_-1206079923', u'INDIRECT_-1206076538'), (u'CALL_-1206081664', u'INDIRECT_-1206077280'), (u'CAST_-1206075561', u'LOAD_-1206079960'), (u'INDIRECT_-1206076333', u'MULTIEQUAL_-1206077291'), (u'INT_AND_-1206080117', u'STORE_-1206080140'), (u'INT_NOTEQUAL_-1206081788', u'CBRANCH_-1206081788'), ('tmp_1794', u'CBRANCH_-1206079939'), (u'MULTIEQUAL_-1206078031', u'STORE_-1206079274'), (u'INDIRECT_-1206076066', u'MULTIEQUAL_-1206076763'), (u'INT_ADD_-1206079538', u'CAST_-1206075581'), (u'CALL_-1206080281', u'INDIRECT_-1206075891'), (u'CALL_-1206080017', u'INDIRECT_-1206075749'), (u'CALL_-1206080824', u'INDIRECT_-1206077046'), (u'INDIRECT_-1206077694', u'MULTIEQUAL_-1206077326'), (u'STORE_-1206076649', u'INDIRECT_-1206077161'), (u'INT_NOTEQUAL_-1206081282', u'CBRANCH_-1206081281'), (u'INT_ADD_-1206079943', u'CAST_-1206076662'), (u'STORE_-1206081226', u'INDIRECT_-1206077254'), (u'INDIRECT_-1206077364', u'MULTIEQUAL_-1206077222'), (u'STORE_-1206081020', u'INDIRECT_-1206076776'), (u'CALL_-1206080267', u'INDIRECT_-1206076703'), (u'MULTIEQUAL_-1206076809', u'MULTIEQUAL_-1206077048'), (u'CALL_-1206080412', u'INDIRECT_-1206076379'), (u'CALL_-1206080412', u'INDIRECT_-1206076709'), (u'CALL_-1206080324', u'INDIRECT_-1206077277'), (u'INDIRECT_-1206076165', u'MULTIEQUAL_-1206077225'), (u'CALL_-1206080855', u'CALL_-1206080824'), (u'CAST_-1206076942', u'PTRADD_-1206080221'), (u'INDIRECT_-1206076231', u'MULTIEQUAL_-1206077291'), (u'CALL_-1206080324', u'INDIRECT_-1206077145'), (u'LOAD_-1206079619', u'INT_AND_-1206079593'), (u'MULTIEQUAL_-1206078593', u'MULTIEQUAL_-1206078751'), (u'MULTIEQUAL_-1206077430', u'MULTIEQUAL_-1206076814'), (u'CALL_-1206081209', u'INDIRECT_-1206076664'), ('const-417', u'LOAD_-1206079606'), (u'CALL_-1206081664', u'INDIRECT_-1206077148'), ('const-1', u'PTRADD_-1206079807'), (u'INDIRECT_-1206077010', u'COPY_-1206077049'), (u'INT_EQUAL_-1206079912', u'CBRANCH_-1206079911'), (u'INT_NOTEQUAL_-1206079938', u'CBRANCH_-1206079937'), (u'CALLIND_-1206079930', u'INDIRECT_-1206077406'), (u'INDIRECT_-1206076201', u'MULTIEQUAL_-1206077159'), (u'LOAD_-1206081268', u'INT_EQUAL_-1206081253'), (u'STORE_-1206080140', u'INDIRECT_-1206077179'), (u'INDIRECT_-1206077562', u'MULTIEQUAL_-1206077194'), (u'INDIRECT_-1206076511', u'MULTIEQUAL_-1206077027'), (u'PTRADD_-1206081166', u'STORE_-1206081226'), ('const-417', u'LOAD_-1206079297'), (u'LOAD_-1206079898', u'CAST_-1206075991'), ('const-4', u'PTRADD_-1206075935'), (u'LOAD_-1206081891', u'INT_NOTEQUAL_-1206081741'), (u'CALL_-1206079722', u'INDIRECT_-1206076494'), (u'MULTIEQUAL_-1206078413', u'PTRADD_-1206079908'), ('const-0', u'INT_EQUAL_-1206080550'), (u'PTRADD_-1206081721', u'CAST_-1206076865'), (u'STORE_-1206080140', u'INDIRECT_-1206076981'), (u'MULTIEQUAL_-1206076758', u'MULTIEQUAL_-1206076500'), (u'MULTIEQUAL_-1206078964', u'MULTIEQUAL_-1206078422'), (u'INDIRECT_-1206076230', u'MULTIEQUAL_-1206076750'), (u'LOAD_-1206079567', u'INT_AND_-1206079541'), (u'CALL_-1206080855', u'INDIRECT_-1206076663'), (u'STORE_-1206081020', u'INDIRECT_-1206077172'), (u'MULTIEQUAL_-1206076590', u'MULTIEQUAL_-1206076571'), (u'CAST_-1206075970', u'INT_EQUAL_-1206079848'), (u'CALL_-1206081145', u'INDIRECT_-1206077159'), (u'CAST_-1206076685', u'LOAD_-1206080278'), (u'INDIRECT_-1206075759', u'MULTIEQUAL_-1206075773'), (u'INDIRECT_-1206076023', u'MULTIEQUAL_-1206077354'), (u'CALL_-1206079630', u'INDIRECT_-1206076205'), (u'CAST_-1206075834', u'LOAD_-1206079964'), (u'CALL_-1206079722', u'INDIRECT_-1206076230'), ('const-4', u'PTRADD_-1206076076'), ('const-417', u'LOAD_-1206079277'), (u'CALL_-1206081664', u'INDIRECT_-1206077016'), (u'LOAD_-1206079297', u'INT_EQUAL_-1206079282'), (u'CALL_-1206079879', u'INDIRECT_-1206076982'), (u'CALL_-1206079630', u'INDIRECT_-1206076073'), (u'INDIRECT_-1206076709', u'MULTIEQUAL_-1206077225'), (u'MULTIEQUAL_-1206076954', u'MULTIEQUAL_-1206076948'), ('const-0', u'CALL_-1206080797'), (u'MULTIEQUAL_-1206075965', u'MULTIEQUAL_-1206076758'), (u'CAST_-1206075524', u'STORE_-1206080281'), (u'INDIRECT_-1206075957', u'MULTIEQUAL_-1206077288'), (u'INT_EQUAL_-1206080000', u'CBRANCH_-1206079996'), (u'CALL_-1206080017', u'INDIRECT_-1206076343'), ('const-20', u'INT_ADD_-1206079984'), (u'PTRADD_-1206080963', u'STORE_-1206081020'), (u'MULTIEQUAL_-1206076697', u'MULTIEQUAL_-1206076588'), ('const-417', u'LOAD_-1206079960'), (u'CALL_-1206079795', u'INDIRECT_-1206076260'), ('tmp_172', u'CBRANCH_-1206081899'), ('const-1', u'PTRADD_-1206081206'), (u'MULTIEQUAL_-1206078422', u'MULTIEQUAL_-1206078413'), (u'STORE_-1206080140', u'INDIRECT_-1206077377'), (u'STORE_-1206081173', u'INDIRECT_-1206077091'), (u'CALL_-1206080281', u'INDIRECT_-1206075957'), (u'LOAD_-1206079627', u'INT_ADD_-1206079590'), (u'CALL_-1206080265', u'INDIRECT_-1206075657'), (u'CALL_-1206080564', u'INT_EQUAL_-1206080550'), ('const-0', u'CALL_-1206081926'), ('const-1', u'PTRADD_-1206080894'), (u'MULTIEQUAL_-1206078593', u'CALL_-1206080797'), (u'MULTIEQUAL_-1206078413', u'CALL_-1206079795'), (u'MULTIEQUAL_-1206078708', u'PTRADD_-1206081081'), ('tmp_14529', u'CALL_-1206080267'), ('const-0', u'RETURN_-1206081032'), (u'CALL_-1206079208', u'INDIRECT_-1206076408'), (u'MULTIEQUAL_-1206078413', u'PTRADD_-1206079571'), (u'CAST_-1206076675', u'LOAD_-1206080255'), (u'INDIRECT_-1206077106', u'MULTIEQUAL_-1206076882'), (u'INDIRECT_-1206076003', u'MULTIEQUAL_-1206076961'), (u'INT_EQUAL_-1206080455', u'CBRANCH_-1206080454'), (u'MULTIEQUAL_-1206076902', u'MULTIEQUAL_-1206076360'), (u'CALL_-1206080003', u'INDIRECT_-1206076333'), (u'STORE_-1206081173', u'INDIRECT_-1206077223'), (u'INDIRECT_-1206076644', u'MULTIEQUAL_-1206076426'), ('tmp_2359', u'BRANCH_-1206079936'), (u'CAST_-1206075670', u'LOAD_-1206079627'), (u'MULTIEQUAL_-1206077232', u'MULTIEQUAL_-1206076690'), (u'PTRADD_-1206080894', u'CAST_-1206076412'), (u'CALL_-1206081090', u'INDIRECT_-1206076812'), (u'CALL_-1206079858', u'INDIRECT_-1206075979'), (u'INDIRECT_-1206077148', u'COPY_-1206077190'), ('const-417', u'LOAD_-1206079966'), (u'INDIRECT_-1206076230', u'MULTIEQUAL_-1206075960'), (u'INDIRECT_-1206077343', u'MULTIEQUAL_-1206076816'), (u'CALL_-1206081090', u'INDIRECT_-1206077142'), ('const-4', u'INT_ADD_-1206079948'), (u'CAST_-1206075816', u'INT_RIGHT_-1206075916'), (u'MULTIEQUAL_-1206076434', u'MULTIEQUAL_-1206076675'), (u'LOAD_-1206080079', u'LOAD_-1206079280'), (u'CALL_-1206080564', u'INDIRECT_-1206076862'), (u'MULTIEQUAL_-1206076037', u'COPY_-1206075613'), (u'INDIRECT_-1206077694', u'PTRADD_-1206081757'), (u'INDIRECT_-1206077430', u'MULTIEQUAL_-1206075971'), (u'CALL_-1206081237', u'INDIRECT_-1206076747'), (u'CAST_-1206075661', u'LOAD_-1206079606'), (u'CALL_-1206079795', u'INDIRECT_-1206076722'), (u'MULTIEQUAL_-1206078408', u'PTRADD_-1206079807'), ('const-417', u'LOAD_-1206079992'), (u'CAST_-1206076269', u'LOAD_-1206080000'), (u'INDIRECT_-1206076073', u'MULTIEQUAL_-1206076560'), (u'CAST_-1206076726', u'CALL_-1206080324'), ('const-4', u'INT_AND_-1206079864'), ('tmp_3013', u'CBRANCH_-1206079597'), (u'MULTIEQUAL_-1206078593', u'PTRADD_-1206079898'), (u'CAST_-1206075428', u'LOAD_-1206079784'), (u'CALL_-1206079797', u'INDIRECT_-1206076880'), (u'INDIRECT_-1206076155', u'MULTIEQUAL_-1206076169'), (u'CALL_-1206081209', u'INDIRECT_-1206077192'), (u'MULTIEQUAL_-1206077444', u'COPY_-1206076830'), (u'STORE_-1206081226', u'INDIRECT_-1206076990'), ('const-1', u'PTRADD_-1206079211'), (u'MULTIEQUAL_-1206078593', u'LOAD_-1206079953'), (u'INDIRECT_-1206076644', u'MULTIEQUAL_-1206076420'), (u'MULTIEQUAL_-1206076888', u'MULTIEQUAL_-1206076882'), (u'CALL_-1206080855', u'INDIRECT_-1206076927'), (u'CAST_-1206076265', u'LOAD_-1206079992'), (u'INDIRECT_-1206077232', u'MULTIEQUAL_-1206077090'), (u'INDIRECT_-1206076944', u'COPY_-1206076730'), (u'STORE_-1206076649', u'INDIRECT_-1206076699'), ('const-417', u'LOAD_-1206080309'), (u'INT_EQUAL_-1206080257', u'CBRANCH_-1206080256'), (u'INDIRECT_-1206077040', u'MULTIEQUAL_-1206077364'), ('const-4', u'INT_ADD_-1206079611'), ('const-0', u'RETURN_-1206081606'), ('const-417', u'LOAD_-1206079619'), (u'CALL_-1206080786', u'INDIRECT_-1206077027'), (u'INT_NOTEQUAL_-1206079877', u'CBRANCH_-1206079874'), (u'CALL_-1206080265', u'STORE_-1206075648'), (u'COPY_-1206076249', u'CALL_-1206080309'), (u'CAST_-1206076942', u'PTRADD_-1206080215'), (u'CAST_-1206076942', u'PTRADD_-1206080201'), (u'CALL_-1206079263', u'INDIRECT_-1206076564'), (u'INDIRECT_-1206076710', u'MULTIEQUAL_-1206076486'), (u'CAST_-1206075965', u'INT_ADD_-1206079830'), (u'CALL_-1206080361', u'INDIRECT_-1206077491'), ('tmp_4530', u'BRANCH_-1206079670'), (u'CALL_-1206080281', u'INDIRECT_-1206075693'), (u'MULTIEQUAL_-1206075961', u'MULTIEQUAL_-1206076236'), (u'MULTIEQUAL_-1206077298', u'MULTIEQUAL_-1206076756'), (u'INDIRECT_-1206075901', u'MULTIEQUAL_-1206076961'), (u'INDIRECT_-1206076565', u'MULTIEQUAL_-1206076763'), (u'INDIRECT_-1206076656', u'MULTIEQUAL_-1206075966'), (u'MULTIEQUAL_-1206076302', u'MULTIEQUAL_-1206076405'), (u'MULTIEQUAL_-1206078964', u'LOAD_-1206080252'), (u'MULTIEQUAL_-1206076690', u'MULTIEQUAL_-1206077180'), (u'STORE_-1206080140', u'INDIRECT_-1206077443'), (u'CAST_-1206075499', u'LOAD_-1206075635'), (u'INDIRECT_-1206076763', u'MULTIEQUAL_-1206076961'), ('tmp_4609', u'CBRANCH_-1206079984'), (u'CAST_-1206076653', u'LOAD_-1206079940'), (u'CALL_-1206079630', u'INDIRECT_-1206075875'), (u'MULTIEQUAL_-1206076954', u'COPY_-1206076324'), (u'MULTIEQUAL_-1206076824', u'MULTIEQUAL_-1206076807'), (u'CALL_-1206079722', u'INDIRECT_-1206076296'), (u'CALL_-1206081145', u'INDIRECT_-1206076895'), (u'INDIRECT_-1206076776', u'MULTIEQUAL_-1206076558'), (u'MULTIEQUAL_-1206077225', u'MULTIEQUAL_-1206077173'), (u'INDIRECT_-1206077106', u'MULTIEQUAL_-1206076814'), (u'INDIRECT_-1206076210', u'MULTIEQUAL_-1206076697'), ('const-1', u'PTRADD_-1206080477'), (u'INDIRECT_-1206076560', u'MULTIEQUAL_-1206075965'), (u'CALL_-1206079909', u'INDIRECT_-1206076264'), (u'INDIRECT_-1206076337', u'MULTIEQUAL_-1206076824'), ('const-0', u'INT_NOTEQUAL_-1206079554'), (u'INDIRECT_-1206077016', u'COPY_-1206077058'), (u'CALL_-1206081090', u'INDIRECT_-1206076944'), (u'CALL_-1206080786', u'INDIRECT_-1206077093'), ('const-417', u'LOAD_-1206079898'), (u'LOAD_-1206079627', u'INT_ADD_-1206079605'), (u'PTRADD_-1206076076', u'CAST_-1206075987'), (u'MULTIEQUAL_-1206076690', u'MULTIEQUAL_-1206076684'), ('const-1', u'PTRADD_-1206079989'), (u'LOAD_-1206079606', u'MULTIEQUAL_-1206078405'), (u'MULTIEQUAL_-1206076500', u'MULTIEQUAL_-1206076741'), (u'CAST_-1206076495', u'MULTIEQUAL_-1206078708'), (u'MULTIEQUAL_-1206076656', u'INT_EQUAL_-1206080902'), ('tmp_4333', u'CBRANCH_-1206080176'), (u'CALL_-1206079923', u'INDIRECT_-1206076604'), ('const-0', u'INT_EQUAL_-1206080987'), (u'INDIRECT_-1206077142', u'MULTIEQUAL_-1206077062'), (u'MULTIEQUAL_-1206076961', u'MULTIEQUAL_-1206076852'), (u'INT_NOTEQUAL_-1206080016', u'CBRANCH_-1206080016'), ('const-12', u'PTRADD_-1206080969'), (u'LOAD_-1206081031', u'MULTIEQUAL_-1206078593'), (u'INDIRECT_-1206077172', u'COPY_-1206076499'), (u'MULTIEQUAL_-1206076812', u'MULTIEQUAL_-1206076920'), (u'MULTIEQUAL_-1206076296', u'MULTIEQUAL_-1206076038'), (u'CALL_-1206079630', u'INDIRECT_-1206075809'), (u'LOAD_-1206079772', u'CAST_-1206075420'), ('const-1', u'PTRADD_-1206081166'), (u'MULTIEQUAL_-1206078708', u'CALL_-1206081145'), (u'MULTIEQUAL_-1206076170', u'MULTIEQUAL_-1206076411'), (u'MULTIEQUAL_-1206077291', u'MULTIEQUAL_-1206077239'), (u'INDIRECT_-1206076267', u'MULTIEQUAL_-1206077225'), (u'INDIRECT_-1206075627', u'MULTIEQUAL_-1206076958'), (u'INDIRECT_-1206076135', u'MULTIEQUAL_-1206076901'), ('tmp_3894', u'CBRANCH_-1206080295'), (u'CALL_-1206081090', u'INDIRECT_-1206077010'), (u'CAST_-1206076604', u'CALL_-1206079797'), (u'MULTIEQUAL_-1206076756', u'MULTIEQUAL_-1206076750'), ('tmp_2578', u'CBRANCH_-1206079937'), (u'INT_ADD_-1206079553', u'CAST_-1206075639'), (u'INT_ADD_-1206079984', u'CAST_-1206076269'), (u'MULTIEQUAL_-1206078413', u'PTRADD_-1206080477'), (u'INT_EQUAL_-1206079571', u'CBRANCH_-1206079570'), (u'STORE_-1206076649', u'INDIRECT_-1206077029'), (u'CAST_-1206076942', u'MULTIEQUAL_-1206078964'), (u'MULTIEQUAL_-1206076829', u'MULTIEQUAL_-1206076777'), (u'INT_EQUAL_-1206079259', u'CBRANCH_-1206079255'), (u'INT_AND_-1206078526', u'MULTIEQUAL_-1206076803'), (u'LOAD_-1206081891', u'INT_NOTEQUAL_-1206081843'), (u'CALL_-1206080797', u'INDIRECT_-1206077035'), (u'STORE_-1206080281', u'INDIRECT_-1206075918'), (u'CALL_-1206081237', u'INDIRECT_-1206076945'), (u'STORE_-1206081138', u'INDIRECT_-1206076677'), (u'INDIRECT_-1206076994', u'MULTIEQUAL_-1206076735'), (u'INT_AND_-1206081858', u'INT_EQUAL_-1206081872'), ('const-0', u'INT_EQUAL_-1206080159'), (u'CALL_-1206079923', u'SUBPIECE_-1206075950'), (u'INDIRECT_-1206077040', u'MULTIEQUAL_-1206076816'), ('const-417', u'LOAD_-1206079560'), (u'INDIRECT_-1206076928', u'MULTIEQUAL_-1206076824'), (u'INDIRECT_-1206075891', u'MULTIEQUAL_-1206077222'), (u'INT_NOTEQUAL_-1206079554', u'CBRANCH_-1206079552'), ('const-417', u'LOAD_-1206079953'), (u'CALL_-1206079858', u'INDIRECT_-1206076045'), (u'INDIRECT_-1206076362', u'MULTIEQUAL_-1206075962'), ('tmp_5056', u'BRANCH_-1206079190'), (u'LOAD_-1206081141', u'INT_OR_-1206081114'), (u'INT_EQUAL_-1206080028', u'CBRANCH_-1206080026'), (u'MULTIEQUAL_-1206076566', u'MULTIEQUAL_-1206076669'), (u'MULTIEQUAL_-1206075964', u'MULTIEQUAL_-1206076434'), (u'CAST_-1206076311', u'LOAD_-1206080079'), (u'CAST_-1206075639', u'LOAD_-1206079567'), (u'INT_EQUAL_-1206079689', u'CBRANCH_-1206079688'), (u'CALL_-1206079795', u'INDIRECT_-1206076458'), ('const-417', u'LOAD_-1206080255'), (u'LOAD_-1206081006', u'MULTIEQUAL_-1206079057'), (u'INT_EQUAL_-1206079888', u'CBRANCH_-1206079886'), (u'CALL_-1206081145', u'INDIRECT_-1206077225'), (u'LOAD_-1206079729', u'INT_RIGHT_-1206079694'), (u'CALL_-1206080309', u'INDIRECT_-1206076659'), (u'STORE_-1206079274', u'INDIRECT_-1206075966'), ('const-417', u'LOAD_-1206079619'), (u'MULTIEQUAL_-1206077364', u'MULTIEQUAL_-1206076813'), (u'MULTIEQUAL_-1206078413', u'PTRADD_-1206080317'), (u'CALL_-1206080412', u'INDIRECT_-1206076841'), (u'CAST_-1206075666', u'LOAD_-1206079619'), (u'INDIRECT_-1206076776', u'MULTIEQUAL_-1206076552'), (u'CALL_-1206080797', u'INDIRECT_-1206076771'), ('const-417', u'LOAD_-1206080373'), (u'CAST_-1206076460', u'STORE_-1206076649'), (u'INDIRECT_-1206077100', u'MULTIEQUAL_-1206076732'), (u'INDIRECT_-1206076578', u'MULTIEQUAL_-1206076524'), (u'STORE_-1206081020', u'INDIRECT_-1206076710'), (u'MULTIEQUAL_-1206075967', u'MULTIEQUAL_-1206076890'), ('tmp_1934', u'CBRANCH_-1206080549'), (u'CALL_-1206080267', u'INDIRECT_-1206076637'), (u'INDIRECT_-1206075759', u'MULTIEQUAL_-1206077090'), (u'CALL_-1206080786', u'INDIRECT_-1206076763'), ('const-1', u'PTRADD_-1206080083'), (u'COPY_-1206075531', u'MULTIEQUAL_-1206078116'), (u'INDIRECT_-1206076703', u'MULTIEQUAL_-1206077159'), ('tmp_4395', u'CBRANCH_-1206079733'), ('const-417', u'LOAD_-1206080192'), (u'INT_ADD_-1206080027', u'CAST_-1206076287'), (u'MULTIEQUAL_-1206076494', u'MULTIEQUAL_-1206076236'), (u'INDIRECT_-1206077364', u'MULTIEQUAL_-1206075905'), (u'PTRSUB_-1206076164', u'CALL_-1206080267'), (u'MULTIEQUAL_-1206077118', u'MULTIEQUAL_-1206077099'), (u'INDIRECT_-1206076842', u'MULTIEQUAL_-1206076810'), (u'CALL_-1206079795', u'INDIRECT_-1206076194'), (u'MULTIEQUAL_-1206076434', u'INT_EQUAL_-1206080041'), (u'CALL_-1206081695', u'INDIRECT_-1206077029'), (u'CALL_-1206079858', u'INDIRECT_-1206076177'), (u'INDIRECT_-1206076974', u'MULTIEQUAL_-1206076756'), (u'COPY_-1206076789', u'MULTIEQUAL_-1206078031'), (u'CALL_-1206080786', u'INDIRECT_-1206076697'), (u'LOAD_-1206079271', u'MULTIEQUAL_-1206075798'), (u'CALL_-1206081664', u'INDIRECT_-1206077412'), (u'CALL_-1206080265', u'INDIRECT_-1206076251'), (u'CALL_-1206081926', u'INDIRECT_-1206077628'), (u'INDIRECT_-1206075693', u'MULTIEQUAL_-1206075707'), (u'INDIRECT_-1206076746', u'COPY_-1206076785'), (u'INDIRECT_-1206076474', u'MULTIEQUAL_-1206076961'), ('const-0', u'CALL_-1206080324'), (u'COPY_-1206076523', u'CALL_-1206080855'), (u'CAST_-1206076726', u'LOAD_-1206080309'), ('const-1', u'PTRADD_-1206080963'), ('tmp_3412', u'CBRANCH_-1206079688'), (u'INT_EQUAL_-1206076400', u'CBRANCH_-1206079965'), ('const-417', u'LOAD_-1206080539'), (u'INDIRECT_-1206076494', u'MULTIEQUAL_-1206075964'), (u'CAST_-1206075640', u'INT_ADD_-1206079553'), (u'CALL_-1206081209', u'INDIRECT_-1206076862'), ('const-5', u'PTRADD_-1206076080'), (u'CALL_-1206079909', u'INDIRECT_-1206076330'), (u'INDIRECT_-1206076835', u'MULTIEQUAL_-1206077291'), (u'INDIRECT_-1206075693', u'MULTIEQUAL_-1206077024'), (u'CAST_-1206075410', u'LOAD_-1206079619'), (u'LOAD_-1206079606', u'INT_EQUAL_-1206079571'), ('const-4', u'PTRADD_-1206080002'), (u'CALL_-1206080267', u'INDIRECT_-1206076439'), (u'INDIRECT_-1206076132', u'MULTIEQUAL_-1206076829'), (u'CAST_-1206076508', u'LOAD_-1206081268'), (u'CALL_-1206080281', u'INDIRECT_-1206075627'), (u'MULTIEQUAL_-1206076428', u'MULTIEQUAL_-1206076170'), ('const-20', u'INT_ADD_-1206079538'), (u'INDIRECT_-1206076181', u'MULTIEQUAL_-1206076697'), (u'INDIRECT_-1206076194', u'MULTIEQUAL_-1206075959'), (u'INDIRECT_-1206077113', u'MULTIEQUAL_-1206077100'), (u'INDIRECT_-1206076429', u'MULTIEQUAL_-1206077159'), (u'INDIRECT_-1206076000', u'MULTIEQUAL_-1206076697'), (u'MULTIEQUAL_-1206076788', u'MULTIEQUAL_-1206076769'), (u'INDIRECT_-1206076796', u'MULTIEQUAL_-1206076537'), ('const-417', u'LOAD_-1206079566'), (u'CALL_-1206080361', u'INDIRECT_-1206077161'), (u'MULTIEQUAL_-1206077298', u'MULTIEQUAL_-1206076812'), (u'CALL_-1206081237', u'INDIRECT_-1206077143'), (u'INT_EQUAL_-1206080159', u'CBRANCH_-1206080158'), (u'MULTIEQUAL_-1206076758', u'MULTIEQUAL_-1206076741'), (u'CALL_-1206079208', u'INDIRECT_-1206076672'), ('const-192', u'PTRADD_-1206079989'), (u'CALL_-1206079826', u'INDIRECT_-1206076297'), (u'STORE_-1206079274', u'INDIRECT_-1206075900'), ('tmp_3520', u'CBRANCH_-1206080005'), (u'CALL_-1206080309', u'INDIRECT_-1206076857'), (u'CALL_-1206079909', u'INDIRECT_-1206076594'), (u'CALL_-1206081145', u'INDIRECT_-1206076631'), (u'INT_ADD_-1206079590', u'CAST_-1206075661'), ('tmp_251', u'CBRANCH_-1206081843'), (u'COPY_-1206081652', u'RETURN_-1206081606'), (u'PTRADD_-1206079235', u'LOAD_-1206079297'), ('const-1', u'PTRADD_-1206079235'), (u'CAST_-1206075424', u'LOAD_-1206079778'), (u'INDIRECT_-1206076098', u'MULTIEQUAL_-1206076618'), (u'INDIRECT_-1206077280', u'COPY_-1206077322'), ('const-1', u'INT_AND_-1206080283'), ('const-1', u'PTRADD_-1206079908'), (u'LOAD_-1206079606', u'CAST_-1206075640'), ('const-417', u'LOAD_-1206081891'), (u'CAST_-1206075838', u'LOAD_-1206079970'), ('const-21', u'INT_ADD_-1206079553'), (u'CAST_-1206076662', u'LOAD_-1206079959'), (u'STORE_-1206080275', u'INDIRECT_-1206075980'), (u'INDIRECT_-1206077143', u'MULTIEQUAL_-1206077107'), (u'CAST_-1206076919', u'LOAD_-1206081891'), (u'INDIRECT_-1206076961', u'MULTIEQUAL_-1206077159'), ('const-3', u'INT_NOTEQUAL_-1206079735'), (u'STORE_-1206081226', u'INDIRECT_-1206076858'), ('const-417', u'LOAD_-1206079940'), (u'CALL_-1206080797', u'CAST_-1206076345'), (u'INDIRECT_-1206076032', u'MULTIEQUAL_-1206076552'), (u'INT_AND_-1206079593', u'INT_EQUAL_-1206079607'), (u'INDIRECT_-1206077298', u'MULTIEQUAL_-1206077156'), ('const-12', u'PTRADD_-1206079557'), (u'INT_AND_-1206079864', u'INT_NOTEQUAL_-1206079877'), (u'CALL_-1206081664', u'INDIRECT_-1206076950'), (u'CALL_-1206081664', u'INDIRECT_-1206077082'), (u'CALL_-1206079722', u'INDIRECT_-1206076692'), (u'INDIRECT_-1206076577', u'INT_EQUAL_-1206080359'), (u'PTRADD_-1206080963', u'LOAD_-1206081023'), ('const-6', u'INT_RIGHT_-1206080217'), (u'CALL_-1206080412', u'INDIRECT_-1206076511'), (u'CAST_-1206076942', u'PTRADD_-1206081721'), (u'CALL_-1206080267', u'INDIRECT_-1206076373'), (u'CALL_-1206079263', u'INDIRECT_-1206076828'), (u'CALL_-1206081664', u'INDIRECT_-1206077346'), (u'INT_RIGHT_-1206075916', u'SUBPIECE_-1206075949'), (u'INT_AND_-1206081269', u'INT_NOTEQUAL_-1206081282'), (u'CALL_-1206079208', u'INDIRECT_-1206076540'), (u'LOAD_-1206079751', u'INT_NOTEQUAL_-1206079735'), (u'STORE_-1206081173', u'INDIRECT_-1206077025'), (u'INDIRECT_-1206075871', u'MULTIEQUAL_-1206076637'), (u'CALL_-1206080412', u'INDIRECT_-1206076313'), (u'MULTIEQUAL_-1206076104', u'MULTIEQUAL_-1206076207'), ('const-0', u'CALL_-1206080855'), (u'INT_ZEXT_-1206079875', u'INT_LESS_-1206079873'), (u'PTRADD_-1206081829', u'CAST_-1206076919'), ('const-0', u'SUBPIECE_-1206075950'), (u'INDIRECT_-1206075769', u'MULTIEQUAL_-1206076829'), (u'INDIRECT_-1206077106', u'MULTIEQUAL_-1206077430'), ('const-0', u'INT_EQUAL_-1206080394'), (u'INDIRECT_-1206077211', u'MULTIEQUAL_-1206076684'), (u'MULTIEQUAL_-1206075962', u'MULTIEQUAL_-1206076302'), (u'LOAD_-1206080539', u'MULTIEQUAL_-1206078060'), (u'INDIRECT_-1206077406', u'MULTIEQUAL_-1206077326'), (u'INDIRECT_-1206076769', u'MULTIEQUAL_-1206077225'), (u'CALL_-1206080309', u'INDIRECT_-1206076791'), (u'INT_EQUAL_-1206081872', u'CBRANCH_-1206081870'), (u'INDIRECT_-1206076829', u'MULTIEQUAL_-1206077027'), (u'CALL_-1206080265', u'INDIRECT_-1206075855'), ('const-0', u'INT_NOTEQUAL_-1206079903'), (u'STORE_-1206080281', u'INDIRECT_-1206075654'), (u'CALL_-1206080265', u'INDIRECT_-1206075921'), (u'INDIRECT_-1206075805', u'MULTIEQUAL_-1206076571'), (u'MULTIEQUAL_-1206076814', u'MULTIEQUAL_-1206077378'), (u'MULTIEQUAL_-1206075959', u'MULTIEQUAL_-1206076104'), (u'INDIRECT_-1206076692', u'MULTIEQUAL_-1206075967'), (u'INDIRECT_-1206077298', u'MULTIEQUAL_-1206075839'), ('tmp_2408', u'CBRANCH_-1206080040'), ('tmp_3189', u'CBRANCH_-1206079829'), (u'CALL_-1206080017', u'INDIRECT_-1206075947'), (u'CAST_-1206076726', u'PTRADD_-1206080216'), (u'CALL_-1206080017', u'INDIRECT_-1206076211'), (u'CAST_-1206076395', u'LOAD_-1206080917'), (u'MULTIEQUAL_-1206076296', u'MULTIEQUAL_-1206076279'), (u'CALL_-1206080361', u'INDIRECT_-1206077359'), ('const-191', u'INT_AND_-1206079251'), (u'CALL_-1206079909', u'INDIRECT_-1206076462'), ('const-192', u'PTRADD_-1206079530'), (u'INDIRECT_-1206077311', u'MULTIEQUAL_-1206077298'), (u'CAST_-1206076205', u'LOAD_-1206080539'), (u'CALL_-1206080412', u'CALL_-1206080267'), ('const-1', u'PTRADD_-1206080132'), (u'STORE_-1206081020', u'INDIRECT_-1206077106'), ('const-1', u'PTRADD_-1206081081'), (u'LOAD_-1206079619', u'COPY_-1206075531'), (u'INDIRECT_-1206076880', u'MULTIEQUAL_-1206076829'), (u'CALL_-1206079858', u'INDIRECT_-1206076243'), (u'CALL_-1206079826', u'INDIRECT_-1206076561'), (u'INDIRECT_-1206077496', u'MULTIEQUAL_-1206077128'), ('const-417', u'LOAD_-1206079964'), (u'SUBPIECE_-1206075949', u'INT_LESS_-1206079873'), (u'COPY_-1206075706', u'MULTIEQUAL_-1206078405'), (u'CALL_-1206081090', u'INDIRECT_-1206076878'), (u'CALL_-1206079826', u'INDIRECT_-1206075967'), (u'LOAD_-1206080539', u'PTRADD_-1206076076'), (u'LOAD_-1206081891', u'MULTIEQUAL_-1206079057'), ('const-12', u'PTRADD_-1206080193'), ('const-5', u'CALL_-1206080309'), (u'LOAD_-1206079280', u'INT_AND_-1206079254'), (u'INT_AND_-1206079927', u'INT_EQUAL_-1206079941'), (u'STORE_-1206079274', u'INDIRECT_-1206076164'), (u'CALL_-1206080309', u'CALL_-1206080267'), (u'CALL_-1206080324', u'INDIRECT_-1206076881'), (u'STORE_-1206081219', u'INDIRECT_-1206076655'), (u'MULTIEQUAL_-1206076692', u'MULTIEQUAL_-1206076675'), (u'CALL_-1206079263', u'INDIRECT_-1206076300'), (u'INDIRECT_-1206076812', u'COPY_-1206076851'), (u'INDIRECT_-1206077082', u'COPY_-1206077124'), (u'INDIRECT_-1206077276', u'MULTIEQUAL_-1206077225'), ('const-253', u'INT_AND_-1206080997'), (u'INDIRECT_-1206076730', u'MULTIEQUAL_-1206076626'), (u'LOAD_-1206081891', u'INT_NOTEQUAL_-1206081788'), (u'LOAD_-1206079966', u'INT_RIGHT_-1206079931'), (u'INDIRECT_-1206075967', u'MULTIEQUAL_-1206077027'), (u'LOAD_-1206081031', u'MULTIEQUAL_-1206078422'), ('const-1', u'INT_AND_-1206078526'), (u'STORE_-1206081219', u'INDIRECT_-1206076919'), (u'MULTIEQUAL_-1206076815', u'MULTIEQUAL_-1206077118'), (u'INDIRECT_-1206077475', u'MULTIEQUAL_-1206076948'), (u'INDIRECT_-1206075875', u'MULTIEQUAL_-1206076362'), ('tmp_2333', u'BRANCH_-1206080252'), ('const-4', u'INT_ADD_-1206079762'), (u'INDIRECT_-1206077157', u'CALL_-1206081145'), (u'INDIRECT_-1206077496', u'MULTIEQUAL_-1206076037'), (u'CALL_-1206080267', u'INDIRECT_-1206076835'), (u'PTRADD_-1206080193', u'CAST_-1206076675'), ('const-1', u'PTRADD_-1206080944'), (u'CALL_-1206081926', u'CAST_-1206076942'), (u'LOAD_-1206079960', u'INT_EQUAL_-1206079912'), ('const-1', u'PTRADD_-1206080311'), (u'MULTIEQUAL_-1206075964', u'MULTIEQUAL_-1206076692'), (u'CALL_-1206081926', u'INDIRECT_-1206077694'), (u'PTRADD_-1206079211', u'LOAD_-1206079271'), (u'INDIRECT_-1206076710', u'MULTIEQUAL_-1206076808'), (u'CAST_-1206075585', u'LOAD_-1206079560'), (u'INDIRECT_-1206077166', u'MULTIEQUAL_-1206075707'), (u'LOAD_-1206080278', u'INT_NOTEQUAL_-1206080262'), (u'LOAD_-1206080539', u'PTRADD_-1206076080'), (u'CAST_-1206076412', u'INT_NOTEQUAL_-1206080934'), (u'LOAD_-1206081031', u'MULTIEQUAL_-1206078964'), (u'CAST_-1206076458', u'LOAD_-1206081031'), ('const-64', u'INT_AND_-1206079254'), (u'INDIRECT_-1206076439', u'MULTIEQUAL_-1206076895'), (u'INDIRECT_-1206076205', u'MULTIEQUAL_-1206076434'), (u'LOAD_-1206079633', u'INT_ADD_-1206079611'), (u'INDIRECT_-1206076408', u'MULTIEQUAL_-1206076895'), (u'MULTIEQUAL_-1206075957', u'INT_EQUAL_-1206079689'), (u'INDIRECT_-1206076614', u'COPY_-1206076653'), (u'CALL_-1206079722', u'MULTIEQUAL_-1206075957'), (u'INDIRECT_-1206076337', u'MULTIEQUAL_-1206076566'), (u'CALL_-1206080309', u'INDIRECT_-1206076527'), (u'INT_ADD_-1206079948', u'CAST_-1206075834'), (u'INDIRECT_-1206076644', u'MULTIEQUAL_-1206076968'), ('const-1', u'PTRADD_-1206080017'), (u'INDIRECT_-1206076524', u'MULTIEQUAL_-1206075964'), ('tmp_2019', u'CBRANCH_-1206080484'), (u'CALL_-1206080564', u'INDIRECT_-1206076796'), (u'INT_AND_-1206078085', u'MULTIEQUAL_-1206077980'), (u'LOAD_-1206080284', u'CAST_-1206076782'), ('const-1', u'PTRADD_-1206080317'), (u'MULTIEQUAL_-1206076368', u'MULTIEQUAL_-1206076609'), (u'MULTIEQUAL_-1206076814', u'MULTIEQUAL_-1206077052'), (u'LOAD_-1206080079', u'PTRADD_-1206079235'), (u'CALL_-1206079263', u'INDIRECT_-1206076696'), (u'INDIRECT_-1206076747', u'MULTIEQUAL_-1206076711'), ('const-0', u'INT_NOTEQUAL_-1206079877'), (u'CALL_-1206080281', u'INDIRECT_-1206076155'), (u'INDIRECT_-1206076231', u'MULTIEQUAL_-1206076961'), (u'CALL_-1206079630', u'INDIRECT_-1206076271'), (u'CALL_-1206081664', u'INDIRECT_-1206077478'), ('const-417', u'STORE_-1206079274'), (u'INT_EQUAL_-1206080987', u'CBRANCH_-1206080985'), (u'INT_ADD_-1206079611', u'CAST_-1206075670'), (u'CALL_-1206081695', u'INDIRECT_-1206077095'), (u'STORE_-1206081226', u'INDIRECT_-1206077188'), (u'CALL_-1206080017', u'INT_EQUAL_-1206076400'), (u'CALL_-1206079909', u'INDIRECT_-1206076396'), ('const-417', u'LOAD_-1206079949'), (u'MULTIEQUAL_-1206077159', u'MULTIEQUAL_-1206077107'), ('const-213', u'PTRADD_-1206079211'), (u'CALL_-1206079263', u'INDIRECT_-1206076366'), (u'INT_EQUAL_-1206080902', u'CBRANCH_-1206080900'), (u'MULTIEQUAL_-1206076428', u'MULTIEQUAL_-1206076411'), (u'STORE_-1206075648', u'INDIRECT_-1206075835'), (u'PTRADD_-1206081757', u'CAST_-1206076874'), (u'PTRADD_-1206075935', u'LOAD_-1206079958'), (u'LOAD_-1206079959', u'INT_ADD_-1206079924'), ('const-4', u'PTRADD_-1206080944'), (u'CALL_-1206079722', u'INDIRECT_-1206076098'), (u'INT_EQUAL_-1206079282', u'CBRANCH_-1206079278'), (u'INDIRECT_-1206076099', u'MULTIEQUAL_-1206077159'), (u'STORE_-1206081219', u'INDIRECT_-1206077051'), ('tmp_1346', u'CBRANCH_-1206080985'), (u'INT_AND_-1206077378', u'INT_EQUAL_-1206080000'), ('const-5', u'PTRADD_-1206075503'), (u'PTRADD_-1206081206', u'CAST_-1206076508'), (u'INDIRECT_-1206077180', u'CALL_-1206079824'), ('tmp_325', u'CBRANCH_-1206081788'), (u'PTRADD_-1206079898', u'CAST_-1206075561'), (u'MULTIEQUAL_-1206076632', u'MULTIEQUAL_-1206076873'), (u'INDIRECT_-1206076296', u'MULTIEQUAL_-1206076816'), (u'INDIRECT_-1206076895', u'MULTIEQUAL_-1206077093'), (u'INT_EQUAL_-1206080394', u'CBRANCH_-1206080392'), (u'MULTIEQUAL_-1206078751', u'LOAD_-1206081295'), ('const-4', u'PTRADD_-1206080317'), (u'STORE_-1206076649', u'INDIRECT_-1206076633'), (u'INDIRECT_-1206076362', u'MULTIEQUAL_-1206076882'), (u'CALL_-1206080265', u'INDIRECT_-1206076119'), (u'STORE_-1206081226', u'INDIRECT_-1206076726'), (u'CALL_-1206079797', u'INDIRECT_-1206077144'), (u'INDIRECT_-1206076495', u'MULTIEQUAL_-1206077225'), (u'MULTIEQUAL_-1206076626', u'MULTIEQUAL_-1206076609'), ('tmp_1832', u'CBRANCH_-1206079911'), (u'INDIRECT_-1206077562', u'MULTIEQUAL_-1206077420'), (u'INDIRECT_-1206077172', u'MULTIEQUAL_-1206076815'), (u'INDIRECT_-1206076710', u'MULTIEQUAL_-1206077034'), (u'INDIRECT_-1206076814', u'MULTIEQUAL_-1206076763'), (u'INDIRECT_-1206076098', u'MULTIEQUAL_-1206075958'), (u'STORE_-1206081138', u'INDIRECT_-1206076875'), (u'MULTIEQUAL_-1206076697', u'INT_NOTEQUAL_-1206081297'), (u'LOAD_-1206081006', u'INT_NOTEQUAL_-1206080934'), (u'INDIRECT_-1206077100', u'MULTIEQUAL_-1206075641'), (u'CALL_-1206079879', u'INDIRECT_-1206077048'), ('const-417', u'LOAD_-1206081141'), (u'INDIRECT_-1206076428', u'MULTIEQUAL_-1206075963'), (u'MULTIEQUAL_-1206077291', u'MULTIEQUAL_-1206077182'), (u'INDIRECT_-1206077364', u'INT_NOTEQUAL_-1206081843'), (u'CALL_-1206080022', u'INDIRECT_-1206076445'), (u'INDIRECT_-1206077145', u'MULTIEQUAL_-1206076618'), (u'CALLIND_-1206079930', u'INDIRECT_-1206076812'), (u'CAST_-1206076450', u'LOAD_-1206081006'), ('const-5', u'CALL_-1206081695'), (u'INDIRECT_-1206076571', u'MULTIEQUAL_-1206077027'), (u'CALL_-1206080824', u'INDIRECT_-1206076650'), (u'PTRADD_-1206079989', u'INT_EQUAL_-1206080028'), (u'INT_EQUAL_-1206081900', u'CBRANCH_-1206081899'), (u'CALL_-1206079208', u'CAST_-1206076051'), (u'INDIRECT_-1206076611', u'MULTIEQUAL_-1206076588'), (u'INDIRECT_-1206076462', u'MULTIEQUAL_-1206077159'), (u'CAST_-1206076726', u'PTRADD_-1206080193'), (u'MULTIEQUAL_-1206076895', u'MULTIEQUAL_-1206076843'), (u'CALL_-1206079879', u'INDIRECT_-1206077114'), (u'CALL_-1206080022', u'INDIRECT_-1206076511'), (u'MULTIEQUAL_-1206076236', u'MULTIEQUAL_-1206076477'), (u'INDIRECT_-1206076875', u'MULTIEQUAL_-1206076852'), (u'INDIRECT_-1206076710', u'MULTIEQUAL_-1206076656'), (u'INDIRECT_-1206076598', u'MULTIEQUAL_-1206076494'), (u'INT_LESS_-1206079873', u'CBRANCH_-1206079869'), (u'COPY_-1206076730', u'CALL_-1206079208'), (u'CALL_-1206080564', u'INDIRECT_-1206076598'), ('const-192', u'PTRADD_-1206079807'), (u'CALL_-1206079923', u'INDIRECT_-1206076142'), (u'INT_AND_-1206077923', u'INT_EQUAL_-1206080521'), (u'CAST_-1206076942', u'MULTIEQUAL_-1206078751'), (u'CALL_-1206079879', u'INDIRECT_-1206077180'), ('const-417', u'LOAD_-1206079633'), ('const-0', u'INT_EQUAL_-1206079689'), ('const-417', u'STORE_-1206075648'), (u'MULTIEQUAL_-1206076808', u'MULTIEQUAL_-1206076656'), (u'MULTIEQUAL_-1206075965', u'MULTIEQUAL_-1206076500'), ('tmp_363', u'CBRANCH_-1206081765'), ('const-36', u'PTRADD_-1206080855'), ('const-417', u'STORE_-1206081219'), ('const-417', u'LOAD_-1206080379'), ('const-1', u'PTRADD_-1206080083'), (u'CALL_-1206079826', u'INDIRECT_-1206076429'), (u'INDIRECT_-1206076804', u'MULTIEQUAL_-1206077291'), (u'STORE_-1206080281', u'INDIRECT_-1206076248'), (u'COPY_-1206076234', u'MULTIEQUAL_-1206078116'), (u'CALL_-1206081209', u'INDIRECT_-1206077060'), (u'INDIRECT_-1206076748', u'MULTIEQUAL_-1206076697'), (u'MULTIEQUAL_-1206077232', u'MULTIEQUAL_-1206076811'), (u'LOAD_-1206079784', u'INT_ADD_-1206079762'), (u'CALL_-1206080361', u'INDIRECT_-1206077227'), ('const-1', u'PTRADD_-1206081829'), (u'MULTIEQUAL_-1206075958', u'MULTIEQUAL_-1206076296'), (u'MULTIEQUAL_-1206076038', u'MULTIEQUAL_-1206076141'), (u'INDIRECT_-1206076128', u'MULTIEQUAL_-1206075958'), ('const-1', u'PTRADD_-1206079689'), (u'CALL_-1206080281', u'INDIRECT_-1206075759'), (u'INDIRECT_-1206076089', u'MULTIEQUAL_-1206077420'), (u'CALL_-1206080017', u'INDIRECT_-1206076079'), (u'STORE_-1206075648', u'INDIRECT_-1206075967'), (u'CALL_-1206080412', u'INDIRECT_-1206076907'), (u'MULTIEQUAL_-1206078452', u'LOAD_-1206080342'), ('const-417', u'LOAD_-1206079970'), (u'CAST_-1206075589', u'LOAD_-1206079566'), (u'CAST_-1206075520', u'STORE_-1206080275'), ('tmp_4079', u'CBRANCH_-1206079278'), (u'INDIRECT_-1206076466', u'MULTIEQUAL_-1206076362'), ('const-1', u'PTRADD_-1206080963'), ('const-417', u'STORE_-1206080275'), ('const-4', u'INT_AND_-1206079593'), ('const-284', u'INT_ADD_-1206079924'), (u'INT_AND_-1206080997', u'STORE_-1206081020'), (u'PTRADD_-1206080132', u'LOAD_-1206080192'), (u'LOAD_-1206080143', u'INT_AND_-1206080117'), (u'INDIRECT_-1206076743', u'MULTIEQUAL_-1206076720'), (u'MULTIEQUAL_-1206077027', u'MULTIEQUAL_-1206076918'), (u'INT_EQUAL_-1206079986', u'CBRANCH_-1206079984'), (u'STORE_-1206080140', u'INDIRECT_-1206077047'), ('const-417', u'LOAD_-1206075635'), (u'CALL_-1206079858', u'INDIRECT_-1206076507'), (u'INDIRECT_-1206077040', u'MULTIEQUAL_-1206076822'), (u'CALL_-1206079630', u'INDIRECT_-1206076007'), ('const-12', u'PTRADD_-1206080221'), (u'MULTIEQUAL_-1206077166', u'MULTIEQUAL_-1206076810'), (u'CALL_-1206080309', u'INDIRECT_-1206076263'), (u'CALL_-1206080281', u'INDIRECT_-1206076089'), (u'INDIRECT_-1206075739', u'MULTIEQUAL_-1206076697'), ('const-1', u'PTRADD_-1206080417'), (u'CALL_-1206079797', u'INDIRECT_-1206077078'), (u'MULTIEQUAL_-1206075959', u'MULTIEQUAL_-1206076362'), (u'CALL_-1206079879', u'INDIRECT_-1206077378'), (u'CALL_-1206081090', u'INDIRECT_-1206076746'), ('const-417', u'LOAD_-1206080252'), ('const-0', u'INT_NOTEQUAL_-1206079596'), (u'CALL_-1206079879', u'INDIRECT_-1206077312'), (u'CALL_-1206080309', u'INDIRECT_-1206076593'), (u'INDIRECT_-1206076403', u'MULTIEQUAL_-1206076632'), (u'MULTIEQUAL_-1206078422', u'MULTIEQUAL_-1206078919'), ('const-417', u'LOAD_-1206081295'), ('const-417', u'LOAD_-1206080143'), ('const-0', u'INT_EQUAL_-1206079607'), (u'INDIRECT_-1206076809', u'MULTIEQUAL_-1206076786'), (u'CALL_-1206080022', u'INDIRECT_-1206076577'), (u'CALL_-1206080855', u'INDIRECT_-1206076861'), (u'MULTIEQUAL_-1206077052', u'MULTIEQUAL_-1206077033'), (u'CALL_-1206081695', u'INDIRECT_-1206077161'), (u'MULTIEQUAL_-1206075966', u'MULTIEQUAL_-1206076566'), ('const-24', u'PTRADD_-1206079689'), (u'LOAD_-1206080309', u'INT_AND_-1206080283'), (u'CALL_-1206080824', u'INDIRECT_-1206076716'), ('tmp_14529', u'CALL_-1206079824'), ('const-5', u'CALL_-1206080855'), (u'CALL_-1206081090', u'INDIRECT_-1206077076'), (u'MULTIEQUAL_-1206076362', u'MULTIEQUAL_-1206076104'), (u'CALL_-1206079797', u'INDIRECT_-1206077276'), (u'CAST_-1206075987', u'LOAD_-1206079890'), (u'CALL_-1206079826', u'INDIRECT_-1206076033'), ('const-417', u'LOAD_-1206079958'), (u'CALL_-1206079858', u'CALL_-1206079826'), (u'PTRADD_-1206080216', u'CAST_-1206076685'), (u'MULTIEQUAL_-1206076808', u'MULTIEQUAL_-1206076982'), (u'CALL_-1206080265', u'INDIRECT_-1206075723'), ('const-417', u'LOAD_-1206080043'), (u'INDIRECT_-1206076643', u'MULTIEQUAL_-1206077159'), (u'PTRADD_-1206080317', u'CAST_-1206076100'), (u'INDIRECT_-1206076578', u'MULTIEQUAL_-1206076354'), (u'STORE_-1206079274', u'INDIRECT_-1206076428'), (u'CALL_-1206080824', u'INDIRECT_-1206076914'), (u'CALL_-1206080022', u'INDIRECT_-1206076643'), (u'CALL_-1206079826', u'INDIRECT_-1206076495'), (u'CAST_-1206076942', u'INT_EQUAL_-1206081900'), ('const-417', u'LOAD_-1206079959'), (u'CALL_-1206080855', u'INDIRECT_-1206077125'), (u'STORE_-1206075648', u'INDIRECT_-1206075637'), (u'CAST_-1206075739', u'LOAD_-1206079943'), (u'CALL_-1206081695', u'CALL_-1206081664'), (u'LOAD_-1206080379', u'INT_EQUAL_-1206080359'), (u'INDIRECT_-1206076466', u'MULTIEQUAL_-1206076207'), (u'PTRADD_-1206079530', u'CAST_-1206075645'), (u'INDIRECT_-1206076796', u'MULTIEQUAL_-1206076692'), ('const-328588', u'COPY_-1206076523'), ('const-417', u'LOAD_-1206079943'), (u'INDIRECT_-1206076342', u'MULTIEQUAL_-1206076829'), (u'MULTIEQUAL_-1206078413', u'PTRADD_-1206079504'), (u'CALL_-1206080267', u'INDIRECT_-1206076571'), (u'INDIRECT_-1206076578', u'MULTIEQUAL_-1206076902'), (u'INDIRECT_-1206076945', u'MULTIEQUAL_-1206076909'), (u'CALL_-1206080003', u'INDIRECT_-1206076003'), (u'CALL_-1206079879', u'INDIRECT_-1206076850'), (u'INDIRECT_-1206076007', u'MULTIEQUAL_-1206076236'), (u'MULTIEQUAL_-1206076890', u'MULTIEQUAL_-1206076873'), ('tmp_2930', u'CBRANCH_-1206079571'), (u'CALL_-1206079208', u'INDIRECT_-1206076210'), (u'COPY_-1206077018', u'INT_NOTEQUAL_-1206080006'), (u'STORE_-1206080275', u'INDIRECT_-1206075716'), (u'PTRADD_-1206079807', u'CAST_-1206075970'), (u'MULTIEQUAL_-1206076362', u'MULTIEQUAL_-1206076345'), (u'INDIRECT_-1206077298', u'MULTIEQUAL_-1206076930'), (u'CALL_-1206081090', u'INDIRECT_-1206076680'), (u'STORE_-1206080275', u'INDIRECT_-1206076178'), (u'PTRADD_-1206081081', u'STORE_-1206081138'), (u'INDIRECT_-1206077106', u'MULTIEQUAL_-1206077052'), (u'CALL_-1206079795', u'INDIRECT_-1206076392'), ('const-417', u'LOAD_-1206081031'), (u'CALL_-1206081695', u'INDIRECT_-1206076963'), (u'INDIRECT_-1206076165', u'MULTIEQUAL_-1206076895'), (u'CALL_-1206080797', u'INDIRECT_-1206076969'), ('const-4', u'PTRADD_-1206081206'), (u'INDIRECT_-1206075937', u'MULTIEQUAL_-1206076895'), (u'INDIRECT_-1206076561', u'MULTIEQUAL_-1206077291'), ('tmp_4113', u'CBRANCH_-1206079255'), (u'INDIRECT_-1206077142', u'COPY_-1206077181'), (u'MULTIEQUAL_-1206075962', u'MULTIEQUAL_-1206076560'), ('const-16', u'PTRADD_-1206081133'), (u'LOAD_-1206079953', u'INT_AND_-1206079927'), (u'STORE_-1206081219', u'INDIRECT_-1206076853'), ('tmp_2771', u'BRANCH_-1206079811'), (u'INDIRECT_-1206075809', u'MULTIEQUAL_-1206076038'), (u'PTRADD_-1206080969', u'CAST_-1206076458'), (u'MULTIEQUAL_-1206075963', u'MULTIEQUAL_-1206076626'), (u'LOAD_-1206081023', u'INT_AND_-1206080997'), (u'MULTIEQUAL_-1206076492', u'MULTIEQUAL_-1206076486'), (u'CALL_-1206079923', u'INDIRECT_-1206076274'), (u'STORE_-1206081138', u'INDIRECT_-1206077205'), (u'CALL_-1206080309', u'INDIRECT_-1206076329'), (u'CALL_-1206080855', u'INDIRECT_-1206077059'), (u'CALL_-1206079879', u'INDIRECT_-1206076784'), (u'INDIRECT_-1206076908', u'MULTIEQUAL_-1206077232'), (u'CALL_-1206079630', u'INDIRECT_-1206076139'), (u'CALL_-1206080281', u'INDIRECT_-1206076221'), (u'INT_EQUAL_-1206079607', u'CBRANCH_-1206079597'), (u'PTRADD_-1206081159', u'CAST_-1206076481'), (u'PTRSUB_-1206076575', u'STORE_-1206081173'), (u'STORE_-1206081226', u'INDIRECT_-1206076924'), ('const-0', u'PTRSUB_-1206076164'), (u'MULTIEQUAL_-1206076888', u'MULTIEQUAL_-1206077378'), ('const-12', u'PTRADD_-1206081721'), (u'INDIRECT_-1206077694', u'MULTIEQUAL_-1206077552'), (u'CALL_-1206079797', u'INDIRECT_-1206077012'), (u'CALL_-1206080824', u'INDIRECT_-1206077112'), (u'STORE_-1206080275', u'INDIRECT_-1206076112'), (u'CALL_-1206080281', u'INDIRECT_-1206075825'), ('tmp_3122', u'CBRANCH_-1206079874'), (u'CALL_-1206080022', u'INDIRECT_-1206076709'), (u'INDIRECT_-1206075941', u'MULTIEQUAL_-1206076428'), ('const-490784', u'PTRSUB_-1206076575'), (u'CALL_-1206081237', u'INDIRECT_-1206077275'), (u'CAST_-1206075964', u'LOAD_-1206079844'), ('const-0', u'INT_EQUAL_-1206080521'), (u'LOAD_-1206081031', u'PTRADD_-1206080963'), ('const-417', u'STORE_-1206081138'), (u'INT_AND_-1206080973', u'INT_EQUAL_-1206080987'), ('tmp_1872', u'CBRANCH_-1206079886'), (u'INDIRECT_-1206077208', u'MULTIEQUAL_-1206077128'), (u'MULTIEQUAL_-1206075773', u'STORE_-1206080281'), (u'CALL_-1206080265', u'INDIRECT_-1206075789'), (u'INDIRECT_-1206076400', u'MULTIEQUAL_-1206076296'), (u'STORE_-1206081173', u'INDIRECT_-1206076893'), (u'CALL_-1206080797', u'INDIRECT_-1206076507'), (u'LOAD_-1206080545', u'INT_AND_-1206077378'), (u'CALL_-1206080564', u'INDIRECT_-1206076664'), (u'STORE_-1206079274', u'INDIRECT_-1206076098'), (u'INDIRECT_-1206076812', u'MULTIEQUAL_-1206076732'), (u'INDIRECT_-1206077106', u'MULTIEQUAL_-1206076888'), ('const-0', u'INT_NOTEQUAL_-1206080179'), (u'COPY_-1206076616', u'STORE_-1206081219'), (u'LOAD_-1206081884', u'INT_AND_-1206081858'), ('tmp_796', u'BRANCH_-1206080250'), (u'INT_ADD_-1206079762', u'CAST_-1206075424'), (u'INT_EQUAL_-1206079832', u'CBRANCH_-1206079829'), (u'LOAD_-1206079566', u'INT_ADD_-1206079544'), ('const-0', u'CALL_-1206081695'), (u'INDIRECT_-1206076578', u'MULTIEQUAL_-1206076806'), (u'STORE_-1206080140', u'INDIRECT_-1206077509'), ('const-192', u'PTRADD_-1206080216'), (u'CALL_-1206079795', u'MULTIEQUAL_-1206075957'), (u'INDIRECT_-1206077012', u'MULTIEQUAL_-1206076961'), (u'CALL_-1206080824', u'INDIRECT_-1206076848'), (u'LOAD_-1206080342', u'CALL_-1206080267'), (u'MULTIEQUAL_-1206078708', u'PTRADD_-1206081133'), ('const-12', u'PTRADD_-1206080311'), (u'INT_NOTEQUAL_-1206080296', u'CBRANCH_-1206080295'), (u'CALL_-1206080265', u'INDIRECT_-1206075987'), ('tmp_2677', u'CBRANCH_-1206079869'), (u'MULTIEQUAL_-1206078656', u'COPY_-1206081078'), ('const-0', u'INT_EQUAL_-1206081900'), (u'STORE_-1206081219', u'INDIRECT_-1206076787'), ('const-16', u'INT_AND_-1206079541'), (u'PTRADD_-1206081113', u'CAST_-1206076456'), (u'INDIRECT_-1206076928', u'MULTIEQUAL_-1206076669'), (u'INT_EQUAL_-1206080550', u'CBRANCH_-1206080549'), (u'CALL_-1206081926', u'INDIRECT_-1206077298'), ('const-417', u'LOAD_-1206080342'), (u'CAST_-1206076301', u'LOAD_-1206080064'), (u'CALL_-1206080797', u'INDIRECT_-1206076903'), (u'INDIRECT_-1206076908', u'MULTIEQUAL_-1206076684'), (u'LOAD_-1206079890', u'INT_AND_-1206079864'), (u'INDIRECT_-1206077232', u'INT_NOTEQUAL_-1206081767'), (u'STORE_-1206079274', u'INDIRECT_-1206076230'), (u'MULTIEQUAL_-1206076806', u'MULTIEQUAL_-1206076524'), (u'CALL_-1206081695', u'INDIRECT_-1206077359'), (u'CALL_-1206079879', u'INDIRECT_-1206077246'), (u'INDIRECT_-1206076941', u'MULTIEQUAL_-1206076918'), ('const-1', u'INT_AND_-1206079927'), (u'MULTIEQUAL_-1206076813', u'MULTIEQUAL_-1206077312'), (u'MULTIEQUAL_-1206078751', u'PTRADD_-1206080311'), (u'CALL_-1206079208', u'INDIRECT_-1206076804'), ('const-1', u'INT_AND_-1206077378'), (u'INT_RIGHT_-1206079931', u'INT_AND_-1206078013'), (u'STORE_-1206080281', u'INDIRECT_-1206076182'), (u'INDIRECT_-1206076730', u'MULTIEQUAL_-1206076471'), (u'MULTIEQUAL_-1206077364', u'MULTIEQUAL_-1206076822'), (u'INT_OR_-1206081114', u'STORE_-1206081138'), (u'INDIRECT_-1206075871', u'MULTIEQUAL_-1206076829'), (u'MULTIEQUAL_-1206076722', u'MULTIEQUAL_-1206076703'), (u'CAST_-1206076345', u'MULTIEQUAL_-1206078751'), ('tmp_14529', u'CALL_-1206081926'), (u'STORE_-1206081219', u'INDIRECT_-1206076985'), (u'INDIRECT_-1206076198', u'MULTIEQUAL_-1206076895'), ('tmp_1255', u'BRANCH_-1206080366'), ('const-417', u'LOAD_-1206081268'), (u'MULTIEQUAL_-1206076360', u'MULTIEQUAL_-1206076850'), (u'INDIRECT_-1206076594', u'MULTIEQUAL_-1206077291'), (u'CALL_-1206079858', u'INDIRECT_-1206076309'), ('const-0', u'INT_EQUAL_-1206079896'), ('const-192', u'PTRADD_-1206080417'), (u'INDIRECT_-1206076974', u'MULTIEQUAL_-1206076750'), (u'PTRADD_-1206080017', u'CAST_-1206076311'), (u'STORE_-1206075648', u'INDIRECT_-1206076231'), (u'INDIRECT_-1206077079', u'MULTIEQUAL_-1206076552'), (u'MULTIEQUAL_-1206076954', u'MULTIEQUAL_-1206077444'), (u'CALL_-1206079826', u'INDIRECT_-1206076165'), (u'INDIRECT_-1206076775', u'MULTIEQUAL_-1206077291'), (u'CAST_-1206076865', u'LOAD_-1206081783'), ('const-417', u'LOAD_-1206080999'), ('const-12', u'PTRADD_-1206079571'), (u'INT_ADD_-1206079605', u'CAST_-1206075666'), (u'CALL_-1206080281', u'INT_NOTEQUAL_-1206080229'), (u'INDIRECT_-1206077496', u'INT_NOTEQUAL_-1206081741'), (u'MULTIEQUAL_-1206076426', u'MULTIEQUAL_-1206076420'), (u'MULTIEQUAL_-1206076807', u'MULTIEQUAL_-1206076590'), (u'MULTIEQUAL_-1206076500', u'INT_NOTEQUAL_-1206080016'), (u'CALL_-1206080412', u'INDIRECT_-1206076643'), (u'INT_EQUAL_-1206081253', u'CBRANCH_-1206081251'), ('const-16', u'INT_AND_-1206079245'), (u'LOAD_-1206081006', u'INT_EQUAL_-1206080967'), (u'CALL_-1206080564', u'INDIRECT_-1206076466'), ('const-36', u'PTRADD_-1206081113'), (u'STORE_-1206081226', u'INDIRECT_-1206076660'), ('const-417', u'LOAD_-1206080284'), (u'PTRADD_-1206076855', u'LOAD_-1206080284'), (u'INDIRECT_-1206076400', u'MULTIEQUAL_-1206076141'), (u'INDIRECT_-1206076974', u'MULTIEQUAL_-1206076812'), (u'STORE_-1206079274', u'INDIRECT_-1206076296'), (u'CALL_-1206080003', u'INDIRECT_-1206076267'), (u'CALL_-1206079858', u'INDIRECT_-1206076573'), (u'INDIRECT_-1206077346', u'COPY_-1206077388'), (u'INDIRECT_-1206077011', u'MULTIEQUAL_-1206076975'), (u'CALL_-1206081145', u'INDIRECT_-1206076697'), (u'INT_EQUAL_-1206079941', u'CBRANCH_-1206079939'), (u'INDIRECT_-1206076330', u'MULTIEQUAL_-1206077027'), (u'INDIRECT_-1206076672', u'MULTIEQUAL_-1206077159'), (u'INDIRECT_-1206077166', u'INT_ADD_-1206079943'), (u'MULTIEQUAL_-1206076986', u'MULTIEQUAL_-1206076967'), (u'LOAD_-1206080545', u'INT_AND_-1206077923'), ('tmp_2782', u'BRANCH_-1206080019'), ('const-417', u'STORE_-1206080140'), (u'CALL_-1206080361', u'INDIRECT_-1206077095'), (u'CALL_-1206080022', u'INDIRECT_-1206076181'), (u'MULTIEQUAL_-1206077100', u'MULTIEQUAL_-1206076809'), (u'INDIRECT_-1206076590', u'MULTIEQUAL_-1206075965'), (u'INDIRECT_-1206076947', u'MULTIEQUAL_-1206076420'), (u'MULTIEQUAL_-1206077034', u'MULTIEQUAL_-1206076808'), ('tmp_2893', u'CBRANCH_-1206079595'), (u'PTRADD_-1206079571', u'CAST_-1206075674'), (u'CAST_-1206075581', u'LOAD_-1206079554'), (u'LOAD_-1206080539', u'COPY_-1206076263'), (u'STORE_-1206080275', u'INDIRECT_-1206075650'), (u'INDIRECT_-1206076697', u'MULTIEQUAL_-1206076895'), (u'INDIRECT_-1206076540', u'MULTIEQUAL_-1206077027'), (u'CAST_-1206075743', u'LOAD_-1206079949'), ('const-417', u'LOAD_-1206080079'), (u'CAST_-1206076942', u'PTRADD_-1206081829'), (u'CALL_-1206080797', u'INDIRECT_-1206077101'), (u'INDIRECT_-1206077232', u'MULTIEQUAL_-1206076864'), (u'MULTIEQUAL_-1206076632', u'MULTIEQUAL_-1206076735'), (u'CALL_-1206079824', u'CAST_-1206076604'), (u'CALL_-1206081664', u'INDIRECT_-1206077214'), ('tmp_4744', u'CBRANCH_-1206079902'), (u'INDIRECT_-1206076606', u'MULTIEQUAL_-1206077093'), (u'INDIRECT_-1206076363', u'MULTIEQUAL_-1206077093'), ('const-417', u'LOAD_-1206081006'), (u'INDIRECT_-1206076007', u'MULTIEQUAL_-1206076494'), (u'INDIRECT_-1206075957', u'MULTIEQUAL_-1206075971'), (u'INT_RIGHT_-1206080217', u'INT_AND_-1206078526'), (u'INDIRECT_-1206076155', u'MULTIEQUAL_-1206077486'), ('const-417', u'LOAD_-1206080406'), ('tmp_2342', u'BRANCH_-1206079612'), ('const-1', u'PTRADD_-1206080969')]
null
null
0003a630
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nbyte * FUN_0003a630(undefined4 param_1)\n\n{\n undefined4 uVar1;\n byte bVar2;\n byte *pbVar3;\n undefined4 uVar4;\n int iVar5;\n undefined4 uVar6;\n uint uVar7;\n byte *pbVar8;\n int iVar9;\n undefined4 *puVar10;\n undefined4 *puVar11;\n undefined *puVar12;\n longlong lVar13;\n undefined8 uVar14;\n longlong lVar15;\n byte local_24;\n \n pbVar3 = (byte *)FUN_0003a4b0(param_1,0);\n puVar10 = DAT_00077d90;\n if (pbVar3 == (byte *)0x0) {\n if ((DAT_00077da8 == 0) &&\n (iVar5 = (**(code **)(*(int *)(DAT_00077ec4 + 4) + 0x11c))(DAT_00077ec4,param_1),\n iVar9 = DAT_00077e24, iVar5 != 0)) {\n uVar14 = FUN_00024d90();\n pbVar3 = (byte *)FUN_00036e30(param_1,DAT_00077cfc,uVar14,iVar9);\n }\n else {\n iVar9 = DAT_00077e24;\n uVar14 = FUN_00024d90();\n pbVar3 = (byte *)FUN_000388a0(param_1,DAT_00077cfc,uVar14,iVar9);\n FUN_00036f40(pbVar3);\n }\n goto LAB_0003a7aa;\n }\n puVar11 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) {\n pbVar3[1] = pbVar3[1] & 0xfd;\nLAB_0003a6d4:\n if (((undefined *)puVar11[5] == PTR__bfd_std_section_0006efb4 + 0xc0) && (pbVar3[0x18] != 3)) {\n bVar2 = *pbVar3 >> 6 & 1;\nLAB_0003a8f1:\n puVar12 = PTR__bfd_std_section_0006efb4;\n if (bVar2 == 0) goto LAB_0003a8f9;\n }\n else {\n bVar2 = *pbVar3 >> 6 & 1;\n if ((((undefined *)puVar11[5])[0x15] & 0x10) != 0) goto LAB_0003a8f1;\njoined_r0x0003a700:\n if (bVar2 == 0) {\nLAB_0003a84b:\n if (*(int *)(pbVar3 + 0x24) == DAT_00077e24) {\n lVar13 = FUN_00039db0();\n lVar15 = FUN_00024d90();\n if (lVar13 == lVar15) {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) {\nLAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }\n if (DAT_00077cfc == puVar10) goto LAB_0003a7aa;\n }\n }\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n pbVar3 = (byte *)FUN_0003a070(pbVar3,0);\n FUN_00038b40();\n goto LAB_0003a7aa;\n }\n }\n puVar12 = PTR__bfd_std_section_0006efb4;\n pbVar3 = (byte *)FUN_0003a070(pbVar3,1);\n FUN_00037fc0(pbVar3,0,0);\n pbVar8 = pbVar3;\n if ((*pbVar3 & 1) != 0) {\n if (*(undefined4 **)(pbVar3 + 4) != DAT_00077d90) goto LAB_0003a8f9;\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n }\n *pbVar8 = *pbVar8 & 0xbf;\n }\n else {\n if (DAT_00077d90 != puVar11) {\n if ((puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)) &&\n (((*(int *)(pbVar3 + 0xc) != DAT_00077e24 || (DAT_00077cfc != puVar11)) ||\n (lVar13 = *(longlong *)(pbVar3 + 0x10), lVar15 = FUN_00024d90(), lVar15 != lVar13)))) {\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n return pbVar3;\n }\n puVar10 = DAT_00077cfc;\n *(int *)(pbVar3 + 0xc) = DAT_00077e24;\n *(undefined4 **)(pbVar3 + 4) = puVar10;\n uVar14 = FUN_00024d90();\n *(undefined8 *)(pbVar3 + 0x10) = uVar14;\n goto LAB_0003a7aa;\n }\n pbVar3 = *(byte **)(pbVar3 + 0xc);\n pbVar3[1] = pbVar3[1] & 0xfd;\n puVar11 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) goto LAB_0003a6d4;\n if (puVar10 == puVar11) {\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n if (*(undefined **)(*(int *)(pbVar8 + 4) + 0x14) == PTR__bfd_std_section_0006efb4 + 0xc0) {\n if (pbVar8[0x18] == 3) {\n bVar2 = PTR__bfd_std_section_0006efb4[0xd5];\n goto joined_r0x0003aae2;\n }\n }\n else {\n if (DAT_00077d90 != puVar10) goto LAB_0003a84b;\n bVar2 = *(byte *)(*(int *)(*(int *)(pbVar8 + 4) + 0x14) + 0x15);\njoined_r0x0003aae2:\n if ((bVar2 & 0x10) == 0) {\n bVar2 = *pbVar8 & 0x40;\n goto joined_r0x0003a700;\n }\n }\n bVar2 = *pbVar8 >> 6 & 1;\n goto LAB_0003a8f1;\n }\n puVar12 = PTR__bfd_std_section_0006efb4;\n if (puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)) goto LAB_0003a84b;\n }\nLAB_0003a8f9:\n lVar13 = FUN_00039db0();\n if (lVar13 == 0) {\nLAB_0003a9d0:\n FUN_00038b40();\n goto LAB_0003a7aa;\n }\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n local_24 = *pbVar3 & 1;\n if ((*pbVar3 & 1) == 0) {\n puVar11 = (undefined4 *)puVar10[5];\n if ((*(byte *)(puVar10 + 4) & 4) != 0) goto LAB_0003a939;\n if (puVar11 == (undefined4 *)(puVar12 + 0xc0)) {\n iVar9 = FUN_000380a0(pbVar3);\n }\n else {\n if ((*(byte *)((int)puVar11 + 0x15) & 0x10) == 0) goto LAB_0003a939;\n iVar9 = FUN_000380a0(pbVar3);\n }\n if (iVar9 == 0) goto LAB_0003a939;\nLAB_0003aa3c:\n if (DAT_00077cfc == DAT_00077d70) goto LAB_0003a9d0;\n if (DAT_00077cfc != DAT_00077cec) {\n if (local_24 == 0) {\nLAB_0003aa6f:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (puVar10 == DAT_00077d90) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003aa6f;\n }\n if (DAT_00077cfc != puVar10) goto LAB_0003a947;\n }\n uVar14 = FUN_00039db0();\n uVar7 = FUN_00024d90();\n if ((uint)((ulonglong)uVar14 >> 0x20) < (uint)((uint)uVar14 < uVar7)) {\n uVar14 = FUN_00024d90();\n FUN_00037fc0(pbVar3,uVar14);\n }\n goto LAB_0003a7aa;\n }\n if (puVar10 == DAT_00077d90) {\n puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14);\n if (((*(byte *)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x10) & 4) == 0) &&\n ((puVar11 == (undefined4 *)(puVar12 + 0xc0) || ((*(byte *)((int)puVar11 + 0x15) & 0x10) != 0)\n ))) goto LAB_0003ab3f;\n }\n else {\n puVar11 = puVar10;\n if (puVar10 == (undefined4 *)(puVar12 + 0xc0)) {\nLAB_0003ab3f:\n iVar9 = FUN_000380a0(pbVar3);\n if (iVar9 != 0) goto LAB_0003aa3c;\n puVar11 = puVar10;\n if (puVar10 == DAT_00077d90) {\n puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14);\n }\n }\n }\nLAB_0003a939:\n if (DAT_00077cec == puVar11) goto LAB_0003aa3c;\nLAB_0003a947:\n uVar4 = FUN_00039db0();\n pbVar8 = pbVar3;\n if ((*pbVar3 & 1) == 0) {\nLAB_0003aac2:\n puVar10 = *(undefined4 **)(*(int *)(pbVar8 + 4) + 0x14);\n }\n else {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if (puVar10 == DAT_00077d90) {\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n goto LAB_0003aac2;\n }\n }\n uVar1 = *puVar10;\n uVar6 = dcgettext(0,"symbol `%s\' is already defined as \"%s\"/%s%ld",5);\n FUN_0002bd30(uVar6,param_1,uVar1,&DAT_00050b45,uVar4);\nLAB_0003a7aa:\n if (DAT_00077ee0 != 0) {\n if ((*pbVar3 & 1) != 0) {\n if (*(undefined4 **)(pbVar3 + 4) == DAT_00077d90) {\n pbVar3 = *(byte **)(pbVar3 + 0xc);\n }\n else {\n pbVar3 = (byte *)FUN_00038910();\n }\n }\n iVar9 = DAT_00077ee0;\n pbVar3[0x18] = 3;\n *(int *)(pbVar3 + 8) = iVar9;\n uVar14 = FUN_00039db0();\n *(undefined8 *)(pbVar3 + 0x10) = uVar14;\n *(undefined **)(pbVar3 + 0x24) = &DAT_00077d20;\n FUN_00038690(pbVar3,DAT_00077ce0);\n pbVar3[1] = pbVar3[1] | 1;\n }\n FUN_0001b3b0(pbVar3);\n return pbVar3;\n}\n\n" comment (function_definition "byte * FUN_0003a630(undefined4 param_1)\n\n{\n undefined4 uVar1;\n byte bVar2;\n byte *pbVar3;\n undefined4 uVar4;\n int iVar5;\n undefined4 uVar6;\n uint uVar7;\n byte *pbVar8;\n int iVar9;\n undefined4 *puVar10;\n undefined4 *puVar11;\n undefined *puVar12;\n longlong lVar13;\n undefined8 uVar14;\n longlong lVar15;\n byte local_24;\n \n pbVar3 = (byte *)FUN_0003a4b0(param_1,0);\n puVar10 = DAT_00077d90;\n if (pbVar3 == (byte *)0x0) {\n if ((DAT_00077da8 == 0) &&\n (iVar5 = (**(code **)(*(int *)(DAT_00077ec4 + 4) + 0x11c))(DAT_00077ec4,param_1),\n iVar9 = DAT_00077e24, iVar5 != 0)) {\n uVar14 = FUN_00024d90();\n pbVar3 = (byte *)FUN_00036e30(param_1,DAT_00077cfc,uVar14,iVar9);\n }\n else {\n iVar9 = DAT_00077e24;\n uVar14 = FUN_00024d90();\n pbVar3 = (byte *)FUN_000388a0(param_1,DAT_00077cfc,uVar14,iVar9);\n FUN_00036f40(pbVar3);\n }\n goto LAB_0003a7aa;\n }\n puVar11 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) {\n pbVar3[1] = pbVar3[1] & 0xfd;\nLAB_0003a6d4:\n if (((undefined *)puVar11[5] == PTR__bfd_std_section_0006efb4 + 0xc0) && (pbVar3[0x18] != 3)) {\n bVar2 = *pbVar3 >> 6 & 1;\nLAB_0003a8f1:\n puVar12 = PTR__bfd_std_section_0006efb4;\n if (bVar2 == 0) goto LAB_0003a8f9;\n }\n else {\n bVar2 = *pbVar3 >> 6 & 1;\n if ((((undefined *)puVar11[5])[0x15] & 0x10) != 0) goto LAB_0003a8f1;\njoined_r0x0003a700:\n if (bVar2 == 0) {\nLAB_0003a84b:\n if (*(int *)(pbVar3 + 0x24) == DAT_00077e24) {\n lVar13 = FUN_00039db0();\n lVar15 = FUN_00024d90();\n if (lVar13 == lVar15) {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) {\nLAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }\n if (DAT_00077cfc == puVar10) goto LAB_0003a7aa;\n }\n }\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n pbVar3 = (byte *)FUN_0003a070(pbVar3,0);\n FUN_00038b40();\n goto LAB_0003a7aa;\n }\n }\n puVar12 = PTR__bfd_std_section_0006efb4;\n pbVar3 = (byte *)FUN_0003a070(pbVar3,1);\n FUN_00037fc0(pbVar3,0,0);\n pbVar8 = pbVar3;\n if ((*pbVar3 & 1) != 0) {\n if (*(undefined4 **)(pbVar3 + 4) != DAT_00077d90) goto LAB_0003a8f9;\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n }\n *pbVar8 = *pbVar8 & 0xbf;\n }\n else {\n if (DAT_00077d90 != puVar11) {\n if ((puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)) &&\n (((*(int *)(pbVar3 + 0xc) != DAT_00077e24 || (DAT_00077cfc != puVar11)) ||\n (lVar13 = *(longlong *)(pbVar3 + 0x10), lVar15 = FUN_00024d90(), lVar15 != lVar13)))) {\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n return pbVar3;\n }\n puVar10 = DAT_00077cfc;\n *(int *)(pbVar3 + 0xc) = DAT_00077e24;\n *(undefined4 **)(pbVar3 + 4) = puVar10;\n uVar14 = FUN_00024d90();\n *(undefined8 *)(pbVar3 + 0x10) = uVar14;\n goto LAB_0003a7aa;\n }\n pbVar3 = *(byte **)(pbVar3 + 0xc);\n pbVar3[1] = pbVar3[1] & 0xfd;\n puVar11 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) goto LAB_0003a6d4;\n if (puVar10 == puVar11) {\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n if (*(undefined **)(*(int *)(pbVar8 + 4) + 0x14) == PTR__bfd_std_section_0006efb4 + 0xc0) {\n if (pbVar8[0x18] == 3) {\n bVar2 = PTR__bfd_std_section_0006efb4[0xd5];\n goto joined_r0x0003aae2;\n }\n }\n else {\n if (DAT_00077d90 != puVar10) goto LAB_0003a84b;\n bVar2 = *(byte *)(*(int *)(*(int *)(pbVar8 + 4) + 0x14) + 0x15);\njoined_r0x0003aae2:\n if ((bVar2 & 0x10) == 0) {\n bVar2 = *pbVar8 & 0x40;\n goto joined_r0x0003a700;\n }\n }\n bVar2 = *pbVar8 >> 6 & 1;\n goto LAB_0003a8f1;\n }\n puVar12 = PTR__bfd_std_section_0006efb4;\n if (puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)) goto LAB_0003a84b;\n }\nLAB_0003a8f9:\n lVar13 = FUN_00039db0();\n if (lVar13 == 0) {\nLAB_0003a9d0:\n FUN_00038b40();\n goto LAB_0003a7aa;\n }\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n local_24 = *pbVar3 & 1;\n if ((*pbVar3 & 1) == 0) {\n puVar11 = (undefined4 *)puVar10[5];\n if ((*(byte *)(puVar10 + 4) & 4) != 0) goto LAB_0003a939;\n if (puVar11 == (undefined4 *)(puVar12 + 0xc0)) {\n iVar9 = FUN_000380a0(pbVar3);\n }\n else {\n if ((*(byte *)((int)puVar11 + 0x15) & 0x10) == 0) goto LAB_0003a939;\n iVar9 = FUN_000380a0(pbVar3);\n }\n if (iVar9 == 0) goto LAB_0003a939;\nLAB_0003aa3c:\n if (DAT_00077cfc == DAT_00077d70) goto LAB_0003a9d0;\n if (DAT_00077cfc != DAT_00077cec) {\n if (local_24 == 0) {\nLAB_0003aa6f:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (puVar10 == DAT_00077d90) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003aa6f;\n }\n if (DAT_00077cfc != puVar10) goto LAB_0003a947;\n }\n uVar14 = FUN_00039db0();\n uVar7 = FUN_00024d90();\n if ((uint)((ulonglong)uVar14 >> 0x20) < (uint)((uint)uVar14 < uVar7)) {\n uVar14 = FUN_00024d90();\n FUN_00037fc0(pbVar3,uVar14);\n }\n goto LAB_0003a7aa;\n }\n if (puVar10 == DAT_00077d90) {\n puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14);\n if (((*(byte *)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x10) & 4) == 0) &&\n ((puVar11 == (undefined4 *)(puVar12 + 0xc0) || ((*(byte *)((int)puVar11 + 0x15) & 0x10) != 0)\n ))) goto LAB_0003ab3f;\n }\n else {\n puVar11 = puVar10;\n if (puVar10 == (undefined4 *)(puVar12 + 0xc0)) {\nLAB_0003ab3f:\n iVar9 = FUN_000380a0(pbVar3);\n if (iVar9 != 0) goto LAB_0003aa3c;\n puVar11 = puVar10;\n if (puVar10 == DAT_00077d90) {\n puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14);\n }\n }\n }\nLAB_0003a939:\n if (DAT_00077cec == puVar11) goto LAB_0003aa3c;\nLAB_0003a947:\n uVar4 = FUN_00039db0();\n pbVar8 = pbVar3;\n if ((*pbVar3 & 1) == 0) {\nLAB_0003aac2:\n puVar10 = *(undefined4 **)(*(int *)(pbVar8 + 4) + 0x14);\n }\n else {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if (puVar10 == DAT_00077d90) {\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n goto LAB_0003aac2;\n }\n }\n uVar1 = *puVar10;\n uVar6 = dcgettext(0,"symbol `%s\' is already defined as \"%s\"/%s%ld",5);\n FUN_0002bd30(uVar6,param_1,uVar1,&DAT_00050b45,uVar4);\nLAB_0003a7aa:\n if (DAT_00077ee0 != 0) {\n if ((*pbVar3 & 1) != 0) {\n if (*(undefined4 **)(pbVar3 + 4) == DAT_00077d90) {\n pbVar3 = *(byte **)(pbVar3 + 0xc);\n }\n else {\n pbVar3 = (byte *)FUN_00038910();\n }\n }\n iVar9 = DAT_00077ee0;\n pbVar3[0x18] = 3;\n *(int *)(pbVar3 + 8) = iVar9;\n uVar14 = FUN_00039db0();\n *(undefined8 *)(pbVar3 + 0x10) = uVar14;\n *(undefined **)(pbVar3 + 0x24) = &DAT_00077d20;\n FUN_00038690(pbVar3,DAT_00077ce0);\n pbVar3[1] = pbVar3[1] | 1;\n }\n FUN_0001b3b0(pbVar3);\n return pbVar3;\n}" type_identifier (pointer_declarator "* FUN_0003a630(undefined4 param_1)" * (function_declarator "FUN_0003a630(undefined4 param_1)" identifier (parameter_list "(undefined4 param_1)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) )))) (compound_statement "{\n undefined4 uVar1;\n byte bVar2;\n byte *pbVar3;\n undefined4 uVar4;\n int iVar5;\n undefined4 uVar6;\n uint uVar7;\n byte *pbVar8;\n int iVar9;\n undefined4 *puVar10;\n undefined4 *puVar11;\n undefined *puVar12;\n longlong lVar13;\n undefined8 uVar14;\n longlong lVar15;\n byte local_24;\n \n pbVar3 = (byte *)FUN_0003a4b0(param_1,0);\n puVar10 = DAT_00077d90;\n if (pbVar3 == (byte *)0x0) {\n if ((DAT_00077da8 == 0) &&\n (iVar5 = (**(code **)(*(int *)(DAT_00077ec4 + 4) + 0x11c))(DAT_00077ec4,param_1),\n iVar9 = DAT_00077e24, iVar5 != 0)) {\n uVar14 = FUN_00024d90();\n pbVar3 = (byte *)FUN_00036e30(param_1,DAT_00077cfc,uVar14,iVar9);\n }\n else {\n iVar9 = DAT_00077e24;\n uVar14 = FUN_00024d90();\n pbVar3 = (byte *)FUN_000388a0(param_1,DAT_00077cfc,uVar14,iVar9);\n FUN_00036f40(pbVar3);\n }\n goto LAB_0003a7aa;\n }\n puVar11 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) {\n pbVar3[1] = pbVar3[1] & 0xfd;\nLAB_0003a6d4:\n if (((undefined *)puVar11[5] == PTR__bfd_std_section_0006efb4 + 0xc0) && (pbVar3[0x18] != 3)) {\n bVar2 = *pbVar3 >> 6 & 1;\nLAB_0003a8f1:\n puVar12 = PTR__bfd_std_section_0006efb4;\n if (bVar2 == 0) goto LAB_0003a8f9;\n }\n else {\n bVar2 = *pbVar3 >> 6 & 1;\n if ((((undefined *)puVar11[5])[0x15] & 0x10) != 0) goto LAB_0003a8f1;\njoined_r0x0003a700:\n if (bVar2 == 0) {\nLAB_0003a84b:\n if (*(int *)(pbVar3 + 0x24) == DAT_00077e24) {\n lVar13 = FUN_00039db0();\n lVar15 = FUN_00024d90();\n if (lVar13 == lVar15) {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) {\nLAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }\n if (DAT_00077cfc == puVar10) goto LAB_0003a7aa;\n }\n }\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n pbVar3 = (byte *)FUN_0003a070(pbVar3,0);\n FUN_00038b40();\n goto LAB_0003a7aa;\n }\n }\n puVar12 = PTR__bfd_std_section_0006efb4;\n pbVar3 = (byte *)FUN_0003a070(pbVar3,1);\n FUN_00037fc0(pbVar3,0,0);\n pbVar8 = pbVar3;\n if ((*pbVar3 & 1) != 0) {\n if (*(undefined4 **)(pbVar3 + 4) != DAT_00077d90) goto LAB_0003a8f9;\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n }\n *pbVar8 = *pbVar8 & 0xbf;\n }\n else {\n if (DAT_00077d90 != puVar11) {\n if ((puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)) &&\n (((*(int *)(pbVar3 + 0xc) != DAT_00077e24 || (DAT_00077cfc != puVar11)) ||\n (lVar13 = *(longlong *)(pbVar3 + 0x10), lVar15 = FUN_00024d90(), lVar15 != lVar13)))) {\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n return pbVar3;\n }\n puVar10 = DAT_00077cfc;\n *(int *)(pbVar3 + 0xc) = DAT_00077e24;\n *(undefined4 **)(pbVar3 + 4) = puVar10;\n uVar14 = FUN_00024d90();\n *(undefined8 *)(pbVar3 + 0x10) = uVar14;\n goto LAB_0003a7aa;\n }\n pbVar3 = *(byte **)(pbVar3 + 0xc);\n pbVar3[1] = pbVar3[1] & 0xfd;\n puVar11 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) goto LAB_0003a6d4;\n if (puVar10 == puVar11) {\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n if (*(undefined **)(*(int *)(pbVar8 + 4) + 0x14) == PTR__bfd_std_section_0006efb4 + 0xc0) {\n if (pbVar8[0x18] == 3) {\n bVar2 = PTR__bfd_std_section_0006efb4[0xd5];\n goto joined_r0x0003aae2;\n }\n }\n else {\n if (DAT_00077d90 != puVar10) goto LAB_0003a84b;\n bVar2 = *(byte *)(*(int *)(*(int *)(pbVar8 + 4) + 0x14) + 0x15);\njoined_r0x0003aae2:\n if ((bVar2 & 0x10) == 0) {\n bVar2 = *pbVar8 & 0x40;\n goto joined_r0x0003a700;\n }\n }\n bVar2 = *pbVar8 >> 6 & 1;\n goto LAB_0003a8f1;\n }\n puVar12 = PTR__bfd_std_section_0006efb4;\n if (puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)) goto LAB_0003a84b;\n }\nLAB_0003a8f9:\n lVar13 = FUN_00039db0();\n if (lVar13 == 0) {\nLAB_0003a9d0:\n FUN_00038b40();\n goto LAB_0003a7aa;\n }\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n local_24 = *pbVar3 & 1;\n if ((*pbVar3 & 1) == 0) {\n puVar11 = (undefined4 *)puVar10[5];\n if ((*(byte *)(puVar10 + 4) & 4) != 0) goto LAB_0003a939;\n if (puVar11 == (undefined4 *)(puVar12 + 0xc0)) {\n iVar9 = FUN_000380a0(pbVar3);\n }\n else {\n if ((*(byte *)((int)puVar11 + 0x15) & 0x10) == 0) goto LAB_0003a939;\n iVar9 = FUN_000380a0(pbVar3);\n }\n if (iVar9 == 0) goto LAB_0003a939;\nLAB_0003aa3c:\n if (DAT_00077cfc == DAT_00077d70) goto LAB_0003a9d0;\n if (DAT_00077cfc != DAT_00077cec) {\n if (local_24 == 0) {\nLAB_0003aa6f:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (puVar10 == DAT_00077d90) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003aa6f;\n }\n if (DAT_00077cfc != puVar10) goto LAB_0003a947;\n }\n uVar14 = FUN_00039db0();\n uVar7 = FUN_00024d90();\n if ((uint)((ulonglong)uVar14 >> 0x20) < (uint)((uint)uVar14 < uVar7)) {\n uVar14 = FUN_00024d90();\n FUN_00037fc0(pbVar3,uVar14);\n }\n goto LAB_0003a7aa;\n }\n if (puVar10 == DAT_00077d90) {\n puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14);\n if (((*(byte *)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x10) & 4) == 0) &&\n ((puVar11 == (undefined4 *)(puVar12 + 0xc0) || ((*(byte *)((int)puVar11 + 0x15) & 0x10) != 0)\n ))) goto LAB_0003ab3f;\n }\n else {\n puVar11 = puVar10;\n if (puVar10 == (undefined4 *)(puVar12 + 0xc0)) {\nLAB_0003ab3f:\n iVar9 = FUN_000380a0(pbVar3);\n if (iVar9 != 0) goto LAB_0003aa3c;\n puVar11 = puVar10;\n if (puVar10 == DAT_00077d90) {\n puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14);\n }\n }\n }\nLAB_0003a939:\n if (DAT_00077cec == puVar11) goto LAB_0003aa3c;\nLAB_0003a947:\n uVar4 = FUN_00039db0();\n pbVar8 = pbVar3;\n if ((*pbVar3 & 1) == 0) {\nLAB_0003aac2:\n puVar10 = *(undefined4 **)(*(int *)(pbVar8 + 4) + 0x14);\n }\n else {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if (puVar10 == DAT_00077d90) {\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n goto LAB_0003aac2;\n }\n }\n uVar1 = *puVar10;\n uVar6 = dcgettext(0,"symbol `%s\' is already defined as \"%s\"/%s%ld",5);\n FUN_0002bd30(uVar6,param_1,uVar1,&DAT_00050b45,uVar4);\nLAB_0003a7aa:\n if (DAT_00077ee0 != 0) {\n if ((*pbVar3 & 1) != 0) {\n if (*(undefined4 **)(pbVar3 + 4) == DAT_00077d90) {\n pbVar3 = *(byte **)(pbVar3 + 0xc);\n }\n else {\n pbVar3 = (byte *)FUN_00038910();\n }\n }\n iVar9 = DAT_00077ee0;\n pbVar3[0x18] = 3;\n *(int *)(pbVar3 + 8) = iVar9;\n uVar14 = FUN_00039db0();\n *(undefined8 *)(pbVar3 + 0x10) = uVar14;\n *(undefined **)(pbVar3 + 0x24) = &DAT_00077d20;\n FUN_00038690(pbVar3,DAT_00077ce0);\n pbVar3[1] = pbVar3[1] | 1;\n }\n FUN_0001b3b0(pbVar3);\n return pbVar3;\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (declaration "byte bVar2;" type_identifier identifier ;) (declaration "byte *pbVar3;" type_identifier (pointer_declarator "*pbVar3" * identifier) ;) (declaration "undefined4 uVar4;" type_identifier identifier ;) (declaration "int iVar5;" primitive_type identifier ;) (declaration "undefined4 uVar6;" type_identifier identifier ;) (declaration "uint uVar7;" type_identifier identifier ;) (declaration "byte *pbVar8;" type_identifier (pointer_declarator "*pbVar8" * identifier) ;) (declaration "int iVar9;" primitive_type identifier ;) (declaration "undefined4 *puVar10;" type_identifier (pointer_declarator "*puVar10" * identifier) ;) (declaration "undefined4 *puVar11;" type_identifier (pointer_declarator "*puVar11" * identifier) ;) (declaration "undefined *puVar12;" type_identifier (pointer_declarator "*puVar12" * identifier) ;) (declaration "longlong lVar13;" type_identifier identifier ;) (declaration "undefined8 uVar14;" type_identifier identifier ;) (declaration "longlong lVar15;" type_identifier identifier ;) (declaration "byte local_24;" type_identifier identifier ;) (expression_statement "pbVar3 = (byte *)FUN_0003a4b0(param_1,0);" (assignment_expression "pbVar3 = (byte *)FUN_0003a4b0(param_1,0)" identifier = (cast_expression "(byte *)FUN_0003a4b0(param_1,0)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0003a4b0(param_1,0)" identifier (argument_list "(param_1,0)" ( identifier , number_literal ))))) ;) (expression_statement "puVar10 = DAT_00077d90;" (assignment_expression "puVar10 = DAT_00077d90" identifier = identifier) ;) (if_statement "if (pbVar3 == (byte *)0x0) {\n if ((DAT_00077da8 == 0) &&\n (iVar5 = (**(code **)(*(int *)(DAT_00077ec4 + 4) + 0x11c))(DAT_00077ec4,param_1),\n iVar9 = DAT_00077e24, iVar5 != 0)) {\n uVar14 = FUN_00024d90();\n pbVar3 = (byte *)FUN_00036e30(param_1,DAT_00077cfc,uVar14,iVar9);\n }\n else {\n iVar9 = DAT_00077e24;\n uVar14 = FUN_00024d90();\n pbVar3 = (byte *)FUN_000388a0(param_1,DAT_00077cfc,uVar14,iVar9);\n FUN_00036f40(pbVar3);\n }\n goto LAB_0003a7aa;\n }" if (parenthesized_expression "(pbVar3 == (byte *)0x0)" ( (binary_expression "pbVar3 == (byte *)0x0" identifier == (cast_expression "(byte *)0x0" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n if ((DAT_00077da8 == 0) &&\n (iVar5 = (**(code **)(*(int *)(DAT_00077ec4 + 4) + 0x11c))(DAT_00077ec4,param_1),\n iVar9 = DAT_00077e24, iVar5 != 0)) {\n uVar14 = FUN_00024d90();\n pbVar3 = (byte *)FUN_00036e30(param_1,DAT_00077cfc,uVar14,iVar9);\n }\n else {\n iVar9 = DAT_00077e24;\n uVar14 = FUN_00024d90();\n pbVar3 = (byte *)FUN_000388a0(param_1,DAT_00077cfc,uVar14,iVar9);\n FUN_00036f40(pbVar3);\n }\n goto LAB_0003a7aa;\n }" { (if_statement "if ((DAT_00077da8 == 0) &&\n (iVar5 = (**(code **)(*(int *)(DAT_00077ec4 + 4) + 0x11c))(DAT_00077ec4,param_1),\n iVar9 = DAT_00077e24, iVar5 != 0)) {\n uVar14 = FUN_00024d90();\n pbVar3 = (byte *)FUN_00036e30(param_1,DAT_00077cfc,uVar14,iVar9);\n }\n else {\n iVar9 = DAT_00077e24;\n uVar14 = FUN_00024d90();\n pbVar3 = (byte *)FUN_000388a0(param_1,DAT_00077cfc,uVar14,iVar9);\n FUN_00036f40(pbVar3);\n }" if (parenthesized_expression "((DAT_00077da8 == 0) &&\n (iVar5 = (**(code **)(*(int *)(DAT_00077ec4 + 4) + 0x11c))(DAT_00077ec4,param_1),\n iVar9 = DAT_00077e24, iVar5 != 0))" ( (binary_expression "(DAT_00077da8 == 0) &&\n (iVar5 = (**(code **)(*(int *)(DAT_00077ec4 + 4) + 0x11c))(DAT_00077ec4,param_1),\n iVar9 = DAT_00077e24, iVar5 != 0)" (parenthesized_expression "(DAT_00077da8 == 0)" ( (binary_expression "DAT_00077da8 == 0" identifier == number_literal) )) && (parenthesized_expression "(iVar5 = (**(code **)(*(int *)(DAT_00077ec4 + 4) + 0x11c))(DAT_00077ec4,param_1),\n iVar9 = DAT_00077e24, iVar5 != 0)" ( (comma_expression "iVar5 = (**(code **)(*(int *)(DAT_00077ec4 + 4) + 0x11c))(DAT_00077ec4,param_1),\n iVar9 = DAT_00077e24, iVar5 != 0" (assignment_expression "iVar5 = (**(code **)(*(int *)(DAT_00077ec4 + 4) + 0x11c))(DAT_00077ec4,param_1)" identifier = (call_expression "(**(code **)(*(int *)(DAT_00077ec4 + 4) + 0x11c))(DAT_00077ec4,param_1)" (parenthesized_expression "(**(code **)(*(int *)(DAT_00077ec4 + 4) + 0x11c))" ( (pointer_expression "**(code **)(*(int *)(DAT_00077ec4 + 4) + 0x11c)" * (pointer_expression "*(code **)(*(int *)(DAT_00077ec4 + 4) + 0x11c)" * (cast_expression "(code **)(*(int *)(DAT_00077ec4 + 4) + 0x11c)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)(DAT_00077ec4 + 4) + 0x11c)" ( (binary_expression "*(int *)(DAT_00077ec4 + 4) + 0x11c" (pointer_expression "*(int *)(DAT_00077ec4 + 4)" * (cast_expression "(int *)(DAT_00077ec4 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00077ec4 + 4)" ( (binary_expression "DAT_00077ec4 + 4" identifier + number_literal) )))) + number_literal) ))))) )) (argument_list "(DAT_00077ec4,param_1)" ( identifier , identifier )))) , (comma_expression "iVar9 = DAT_00077e24, iVar5 != 0" (assignment_expression "iVar9 = DAT_00077e24" identifier = identifier) , (binary_expression "iVar5 != 0" identifier != number_literal))) ))) )) (compound_statement "{\n uVar14 = FUN_00024d90();\n pbVar3 = (byte *)FUN_00036e30(param_1,DAT_00077cfc,uVar14,iVar9);\n }" { (expression_statement "uVar14 = FUN_00024d90();" (assignment_expression "uVar14 = FUN_00024d90()" identifier = (call_expression "FUN_00024d90()" identifier (argument_list "()" ( )))) ;) (expression_statement "pbVar3 = (byte *)FUN_00036e30(param_1,DAT_00077cfc,uVar14,iVar9);" (assignment_expression "pbVar3 = (byte *)FUN_00036e30(param_1,DAT_00077cfc,uVar14,iVar9)" identifier = (cast_expression "(byte *)FUN_00036e30(param_1,DAT_00077cfc,uVar14,iVar9)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00036e30(param_1,DAT_00077cfc,uVar14,iVar9)" identifier (argument_list "(param_1,DAT_00077cfc,uVar14,iVar9)" ( identifier , identifier , identifier , identifier ))))) ;) }) (else_clause "else {\n iVar9 = DAT_00077e24;\n uVar14 = FUN_00024d90();\n pbVar3 = (byte *)FUN_000388a0(param_1,DAT_00077cfc,uVar14,iVar9);\n FUN_00036f40(pbVar3);\n }" else (compound_statement "{\n iVar9 = DAT_00077e24;\n uVar14 = FUN_00024d90();\n pbVar3 = (byte *)FUN_000388a0(param_1,DAT_00077cfc,uVar14,iVar9);\n FUN_00036f40(pbVar3);\n }" { (expression_statement "iVar9 = DAT_00077e24;" (assignment_expression "iVar9 = DAT_00077e24" identifier = identifier) ;) (expression_statement "uVar14 = FUN_00024d90();" (assignment_expression "uVar14 = FUN_00024d90()" identifier = (call_expression "FUN_00024d90()" identifier (argument_list "()" ( )))) ;) (expression_statement "pbVar3 = (byte *)FUN_000388a0(param_1,DAT_00077cfc,uVar14,iVar9);" (assignment_expression "pbVar3 = (byte *)FUN_000388a0(param_1,DAT_00077cfc,uVar14,iVar9)" identifier = (cast_expression "(byte *)FUN_000388a0(param_1,DAT_00077cfc,uVar14,iVar9)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_000388a0(param_1,DAT_00077cfc,uVar14,iVar9)" identifier (argument_list "(param_1,DAT_00077cfc,uVar14,iVar9)" ( identifier , identifier , identifier , identifier ))))) ;) (expression_statement "FUN_00036f40(pbVar3);" (call_expression "FUN_00036f40(pbVar3)" identifier (argument_list "(pbVar3)" ( identifier ))) ;) }))) (goto_statement "goto LAB_0003a7aa;" goto statement_identifier ;) })) (expression_statement "puVar11 = *(undefined4 **)(pbVar3 + 4);" (assignment_expression "puVar11 = *(undefined4 **)(pbVar3 + 4)" identifier = (pointer_expression "*(undefined4 **)(pbVar3 + 4)" * (cast_expression "(undefined4 **)(pbVar3 + 4)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(pbVar3 + 4)" ( (binary_expression "pbVar3 + 4" identifier + number_literal) ))))) ;) (if_statement "if ((*pbVar3 & 1) == 0) {\n pbVar3[1] = pbVar3[1] & 0xfd;\nLAB_0003a6d4:\n if (((undefined *)puVar11[5] == PTR__bfd_std_section_0006efb4 + 0xc0) && (pbVar3[0x18] != 3)) {\n bVar2 = *pbVar3 >> 6 & 1;\nLAB_0003a8f1:\n puVar12 = PTR__bfd_std_section_0006efb4;\n if (bVar2 == 0) goto LAB_0003a8f9;\n }\n else {\n bVar2 = *pbVar3 >> 6 & 1;\n if ((((undefined *)puVar11[5])[0x15] & 0x10) != 0) goto LAB_0003a8f1;\njoined_r0x0003a700:\n if (bVar2 == 0) {\nLAB_0003a84b:\n if (*(int *)(pbVar3 + 0x24) == DAT_00077e24) {\n lVar13 = FUN_00039db0();\n lVar15 = FUN_00024d90();\n if (lVar13 == lVar15) {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) {\nLAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }\n if (DAT_00077cfc == puVar10) goto LAB_0003a7aa;\n }\n }\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n pbVar3 = (byte *)FUN_0003a070(pbVar3,0);\n FUN_00038b40();\n goto LAB_0003a7aa;\n }\n }\n puVar12 = PTR__bfd_std_section_0006efb4;\n pbVar3 = (byte *)FUN_0003a070(pbVar3,1);\n FUN_00037fc0(pbVar3,0,0);\n pbVar8 = pbVar3;\n if ((*pbVar3 & 1) != 0) {\n if (*(undefined4 **)(pbVar3 + 4) != DAT_00077d90) goto LAB_0003a8f9;\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n }\n *pbVar8 = *pbVar8 & 0xbf;\n }\n else {\n if (DAT_00077d90 != puVar11) {\n if ((puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)) &&\n (((*(int *)(pbVar3 + 0xc) != DAT_00077e24 || (DAT_00077cfc != puVar11)) ||\n (lVar13 = *(longlong *)(pbVar3 + 0x10), lVar15 = FUN_00024d90(), lVar15 != lVar13)))) {\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n return pbVar3;\n }\n puVar10 = DAT_00077cfc;\n *(int *)(pbVar3 + 0xc) = DAT_00077e24;\n *(undefined4 **)(pbVar3 + 4) = puVar10;\n uVar14 = FUN_00024d90();\n *(undefined8 *)(pbVar3 + 0x10) = uVar14;\n goto LAB_0003a7aa;\n }\n pbVar3 = *(byte **)(pbVar3 + 0xc);\n pbVar3[1] = pbVar3[1] & 0xfd;\n puVar11 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) goto LAB_0003a6d4;\n if (puVar10 == puVar11) {\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n if (*(undefined **)(*(int *)(pbVar8 + 4) + 0x14) == PTR__bfd_std_section_0006efb4 + 0xc0) {\n if (pbVar8[0x18] == 3) {\n bVar2 = PTR__bfd_std_section_0006efb4[0xd5];\n goto joined_r0x0003aae2;\n }\n }\n else {\n if (DAT_00077d90 != puVar10) goto LAB_0003a84b;\n bVar2 = *(byte *)(*(int *)(*(int *)(pbVar8 + 4) + 0x14) + 0x15);\njoined_r0x0003aae2:\n if ((bVar2 & 0x10) == 0) {\n bVar2 = *pbVar8 & 0x40;\n goto joined_r0x0003a700;\n }\n }\n bVar2 = *pbVar8 >> 6 & 1;\n goto LAB_0003a8f1;\n }\n puVar12 = PTR__bfd_std_section_0006efb4;\n if (puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)) goto LAB_0003a84b;\n }" if (parenthesized_expression "((*pbVar3 & 1) == 0)" ( (binary_expression "(*pbVar3 & 1) == 0" (parenthesized_expression "(*pbVar3 & 1)" ( (binary_expression "*pbVar3 & 1" (pointer_expression "*pbVar3" * identifier) & number_literal) )) == number_literal) )) (compound_statement "{\n pbVar3[1] = pbVar3[1] & 0xfd;\nLAB_0003a6d4:\n if (((undefined *)puVar11[5] == PTR__bfd_std_section_0006efb4 + 0xc0) && (pbVar3[0x18] != 3)) {\n bVar2 = *pbVar3 >> 6 & 1;\nLAB_0003a8f1:\n puVar12 = PTR__bfd_std_section_0006efb4;\n if (bVar2 == 0) goto LAB_0003a8f9;\n }\n else {\n bVar2 = *pbVar3 >> 6 & 1;\n if ((((undefined *)puVar11[5])[0x15] & 0x10) != 0) goto LAB_0003a8f1;\njoined_r0x0003a700:\n if (bVar2 == 0) {\nLAB_0003a84b:\n if (*(int *)(pbVar3 + 0x24) == DAT_00077e24) {\n lVar13 = FUN_00039db0();\n lVar15 = FUN_00024d90();\n if (lVar13 == lVar15) {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) {\nLAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }\n if (DAT_00077cfc == puVar10) goto LAB_0003a7aa;\n }\n }\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n pbVar3 = (byte *)FUN_0003a070(pbVar3,0);\n FUN_00038b40();\n goto LAB_0003a7aa;\n }\n }\n puVar12 = PTR__bfd_std_section_0006efb4;\n pbVar3 = (byte *)FUN_0003a070(pbVar3,1);\n FUN_00037fc0(pbVar3,0,0);\n pbVar8 = pbVar3;\n if ((*pbVar3 & 1) != 0) {\n if (*(undefined4 **)(pbVar3 + 4) != DAT_00077d90) goto LAB_0003a8f9;\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n }\n *pbVar8 = *pbVar8 & 0xbf;\n }" { (expression_statement "pbVar3[1] = pbVar3[1] & 0xfd;" (assignment_expression "pbVar3[1] = pbVar3[1] & 0xfd" (subscript_expression "pbVar3[1]" identifier [ number_literal ]) = (binary_expression "pbVar3[1] & 0xfd" (subscript_expression "pbVar3[1]" identifier [ number_literal ]) & number_literal)) ;) (labeled_statement "LAB_0003a6d4:\n if (((undefined *)puVar11[5] == PTR__bfd_std_section_0006efb4 + 0xc0) && (pbVar3[0x18] != 3)) {\n bVar2 = *pbVar3 >> 6 & 1;\nLAB_0003a8f1:\n puVar12 = PTR__bfd_std_section_0006efb4;\n if (bVar2 == 0) goto LAB_0003a8f9;\n }\n else {\n bVar2 = *pbVar3 >> 6 & 1;\n if ((((undefined *)puVar11[5])[0x15] & 0x10) != 0) goto LAB_0003a8f1;\njoined_r0x0003a700:\n if (bVar2 == 0) {\nLAB_0003a84b:\n if (*(int *)(pbVar3 + 0x24) == DAT_00077e24) {\n lVar13 = FUN_00039db0();\n lVar15 = FUN_00024d90();\n if (lVar13 == lVar15) {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) {\nLAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }\n if (DAT_00077cfc == puVar10) goto LAB_0003a7aa;\n }\n }\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n pbVar3 = (byte *)FUN_0003a070(pbVar3,0);\n FUN_00038b40();\n goto LAB_0003a7aa;\n }\n }" statement_identifier : (if_statement "if (((undefined *)puVar11[5] == PTR__bfd_std_section_0006efb4 + 0xc0) && (pbVar3[0x18] != 3)) {\n bVar2 = *pbVar3 >> 6 & 1;\nLAB_0003a8f1:\n puVar12 = PTR__bfd_std_section_0006efb4;\n if (bVar2 == 0) goto LAB_0003a8f9;\n }\n else {\n bVar2 = *pbVar3 >> 6 & 1;\n if ((((undefined *)puVar11[5])[0x15] & 0x10) != 0) goto LAB_0003a8f1;\njoined_r0x0003a700:\n if (bVar2 == 0) {\nLAB_0003a84b:\n if (*(int *)(pbVar3 + 0x24) == DAT_00077e24) {\n lVar13 = FUN_00039db0();\n lVar15 = FUN_00024d90();\n if (lVar13 == lVar15) {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) {\nLAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }\n if (DAT_00077cfc == puVar10) goto LAB_0003a7aa;\n }\n }\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n pbVar3 = (byte *)FUN_0003a070(pbVar3,0);\n FUN_00038b40();\n goto LAB_0003a7aa;\n }\n }" if (parenthesized_expression "(((undefined *)puVar11[5] == PTR__bfd_std_section_0006efb4 + 0xc0) && (pbVar3[0x18] != 3))" ( (binary_expression "((undefined *)puVar11[5] == PTR__bfd_std_section_0006efb4 + 0xc0) && (pbVar3[0x18] != 3)" (parenthesized_expression "((undefined *)puVar11[5] == PTR__bfd_std_section_0006efb4 + 0xc0)" ( (binary_expression "(undefined *)puVar11[5] == PTR__bfd_std_section_0006efb4 + 0xc0" (cast_expression "(undefined *)puVar11[5]" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar11[5]" identifier [ number_literal ])) == (binary_expression "PTR__bfd_std_section_0006efb4 + 0xc0" identifier + number_literal)) )) && (parenthesized_expression "(pbVar3[0x18] != 3)" ( (binary_expression "pbVar3[0x18] != 3" (subscript_expression "pbVar3[0x18]" identifier [ number_literal ]) != number_literal) ))) )) (compound_statement "{\n bVar2 = *pbVar3 >> 6 & 1;\nLAB_0003a8f1:\n puVar12 = PTR__bfd_std_section_0006efb4;\n if (bVar2 == 0) goto LAB_0003a8f9;\n }" { (expression_statement "bVar2 = *pbVar3 >> 6 & 1;" (assignment_expression "bVar2 = *pbVar3 >> 6 & 1" identifier = (binary_expression "*pbVar3 >> 6 & 1" (binary_expression "*pbVar3 >> 6" (pointer_expression "*pbVar3" * identifier) >> number_literal) & number_literal)) ;) (labeled_statement "LAB_0003a8f1:\n puVar12 = PTR__bfd_std_section_0006efb4;" statement_identifier : (expression_statement "puVar12 = PTR__bfd_std_section_0006efb4;" (assignment_expression "puVar12 = PTR__bfd_std_section_0006efb4" identifier = identifier) ;)) (if_statement "if (bVar2 == 0) goto LAB_0003a8f9;" if (parenthesized_expression "(bVar2 == 0)" ( (binary_expression "bVar2 == 0" identifier == number_literal) )) (goto_statement "goto LAB_0003a8f9;" goto statement_identifier ;)) }) (else_clause "else {\n bVar2 = *pbVar3 >> 6 & 1;\n if ((((undefined *)puVar11[5])[0x15] & 0x10) != 0) goto LAB_0003a8f1;\njoined_r0x0003a700:\n if (bVar2 == 0) {\nLAB_0003a84b:\n if (*(int *)(pbVar3 + 0x24) == DAT_00077e24) {\n lVar13 = FUN_00039db0();\n lVar15 = FUN_00024d90();\n if (lVar13 == lVar15) {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) {\nLAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }\n if (DAT_00077cfc == puVar10) goto LAB_0003a7aa;\n }\n }\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n pbVar3 = (byte *)FUN_0003a070(pbVar3,0);\n FUN_00038b40();\n goto LAB_0003a7aa;\n }\n }" else (compound_statement "{\n bVar2 = *pbVar3 >> 6 & 1;\n if ((((undefined *)puVar11[5])[0x15] & 0x10) != 0) goto LAB_0003a8f1;\njoined_r0x0003a700:\n if (bVar2 == 0) {\nLAB_0003a84b:\n if (*(int *)(pbVar3 + 0x24) == DAT_00077e24) {\n lVar13 = FUN_00039db0();\n lVar15 = FUN_00024d90();\n if (lVar13 == lVar15) {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) {\nLAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }\n if (DAT_00077cfc == puVar10) goto LAB_0003a7aa;\n }\n }\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n pbVar3 = (byte *)FUN_0003a070(pbVar3,0);\n FUN_00038b40();\n goto LAB_0003a7aa;\n }\n }" { (expression_statement "bVar2 = *pbVar3 >> 6 & 1;" (assignment_expression "bVar2 = *pbVar3 >> 6 & 1" identifier = (binary_expression "*pbVar3 >> 6 & 1" (binary_expression "*pbVar3 >> 6" (pointer_expression "*pbVar3" * identifier) >> number_literal) & number_literal)) ;) (if_statement "if ((((undefined *)puVar11[5])[0x15] & 0x10) != 0) goto LAB_0003a8f1;" if (parenthesized_expression "((((undefined *)puVar11[5])[0x15] & 0x10) != 0)" ( (binary_expression "(((undefined *)puVar11[5])[0x15] & 0x10) != 0" (parenthesized_expression "(((undefined *)puVar11[5])[0x15] & 0x10)" ( (binary_expression "((undefined *)puVar11[5])[0x15] & 0x10" (subscript_expression "((undefined *)puVar11[5])[0x15]" (parenthesized_expression "((undefined *)puVar11[5])" ( (cast_expression "(undefined *)puVar11[5]" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar11[5]" identifier [ number_literal ])) )) [ number_literal ]) & number_literal) )) != number_literal) )) (goto_statement "goto LAB_0003a8f1;" goto statement_identifier ;)) (labeled_statement "joined_r0x0003a700:\n if (bVar2 == 0) {\nLAB_0003a84b:\n if (*(int *)(pbVar3 + 0x24) == DAT_00077e24) {\n lVar13 = FUN_00039db0();\n lVar15 = FUN_00024d90();\n if (lVar13 == lVar15) {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) {\nLAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }\n if (DAT_00077cfc == puVar10) goto LAB_0003a7aa;\n }\n }\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n pbVar3 = (byte *)FUN_0003a070(pbVar3,0);\n FUN_00038b40();\n goto LAB_0003a7aa;\n }" statement_identifier : (if_statement "if (bVar2 == 0) {\nLAB_0003a84b:\n if (*(int *)(pbVar3 + 0x24) == DAT_00077e24) {\n lVar13 = FUN_00039db0();\n lVar15 = FUN_00024d90();\n if (lVar13 == lVar15) {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) {\nLAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }\n if (DAT_00077cfc == puVar10) goto LAB_0003a7aa;\n }\n }\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n pbVar3 = (byte *)FUN_0003a070(pbVar3,0);\n FUN_00038b40();\n goto LAB_0003a7aa;\n }" if (parenthesized_expression "(bVar2 == 0)" ( (binary_expression "bVar2 == 0" identifier == number_literal) )) (compound_statement "{\nLAB_0003a84b:\n if (*(int *)(pbVar3 + 0x24) == DAT_00077e24) {\n lVar13 = FUN_00039db0();\n lVar15 = FUN_00024d90();\n if (lVar13 == lVar15) {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) {\nLAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }\n if (DAT_00077cfc == puVar10) goto LAB_0003a7aa;\n }\n }\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n pbVar3 = (byte *)FUN_0003a070(pbVar3,0);\n FUN_00038b40();\n goto LAB_0003a7aa;\n }" { (labeled_statement "LAB_0003a84b:\n if (*(int *)(pbVar3 + 0x24) == DAT_00077e24) {\n lVar13 = FUN_00039db0();\n lVar15 = FUN_00024d90();\n if (lVar13 == lVar15) {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) {\nLAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }\n if (DAT_00077cfc == puVar10) goto LAB_0003a7aa;\n }\n }" statement_identifier : (if_statement "if (*(int *)(pbVar3 + 0x24) == DAT_00077e24) {\n lVar13 = FUN_00039db0();\n lVar15 = FUN_00024d90();\n if (lVar13 == lVar15) {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) {\nLAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }\n if (DAT_00077cfc == puVar10) goto LAB_0003a7aa;\n }\n }" if (parenthesized_expression "(*(int *)(pbVar3 + 0x24) == DAT_00077e24)" ( (binary_expression "*(int *)(pbVar3 + 0x24) == DAT_00077e24" (pointer_expression "*(int *)(pbVar3 + 0x24)" * (cast_expression "(int *)(pbVar3 + 0x24)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pbVar3 + 0x24)" ( (binary_expression "pbVar3 + 0x24" identifier + number_literal) )))) == identifier) )) (compound_statement "{\n lVar13 = FUN_00039db0();\n lVar15 = FUN_00024d90();\n if (lVar13 == lVar15) {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) {\nLAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }\n if (DAT_00077cfc == puVar10) goto LAB_0003a7aa;\n }\n }" { (expression_statement "lVar13 = FUN_00039db0();" (assignment_expression "lVar13 = FUN_00039db0()" identifier = (call_expression "FUN_00039db0()" identifier (argument_list "()" ( )))) ;) (expression_statement "lVar15 = FUN_00024d90();" (assignment_expression "lVar15 = FUN_00024d90()" identifier = (call_expression "FUN_00024d90()" identifier (argument_list "()" ( )))) ;) (if_statement "if (lVar13 == lVar15) {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) {\nLAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }\n if (DAT_00077cfc == puVar10) goto LAB_0003a7aa;\n }" if (parenthesized_expression "(lVar13 == lVar15)" ( (binary_expression "lVar13 == lVar15" identifier == identifier) )) (compound_statement "{\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) {\nLAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }\n if (DAT_00077cfc == puVar10) goto LAB_0003a7aa;\n }" { (expression_statement "puVar10 = *(undefined4 **)(pbVar3 + 4);" (assignment_expression "puVar10 = *(undefined4 **)(pbVar3 + 4)" identifier = (pointer_expression "*(undefined4 **)(pbVar3 + 4)" * (cast_expression "(undefined4 **)(pbVar3 + 4)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(pbVar3 + 4)" ( (binary_expression "pbVar3 + 4" identifier + number_literal) ))))) ;) (if_statement "if ((*pbVar3 & 1) == 0) {\nLAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }" if (parenthesized_expression "((*pbVar3 & 1) == 0)" ( (binary_expression "(*pbVar3 & 1) == 0" (parenthesized_expression "(*pbVar3 & 1)" ( (binary_expression "*pbVar3 & 1" (pointer_expression "*pbVar3" * identifier) & number_literal) )) == number_literal) )) (compound_statement "{\nLAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];\n }" { (labeled_statement "LAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];" statement_identifier : (expression_statement "puVar10 = (undefined4 *)puVar10[5];" (assignment_expression "puVar10 = (undefined4 *)puVar10[5]" identifier = (cast_expression "(undefined4 *)puVar10[5]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar10[5]" identifier [ number_literal ]))) ;)) }) (else_clause "else if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }" else (if_statement "if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }" if (parenthesized_expression "(DAT_00077d90 == puVar10)" ( (binary_expression "DAT_00077d90 == puVar10" identifier == identifier) )) (compound_statement "{\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }" { (expression_statement "puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);" (assignment_expression "puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4)" identifier = (pointer_expression "*(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4)" * (cast_expression "(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)(pbVar3 + 0xc) + 4)" ( (binary_expression "*(int *)(pbVar3 + 0xc) + 4" (pointer_expression "*(int *)(pbVar3 + 0xc)" * (cast_expression "(int *)(pbVar3 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pbVar3 + 0xc)" ( (binary_expression "pbVar3 + 0xc" identifier + number_literal) )))) + number_literal) ))))) ;) (goto_statement "goto LAB_0003ac1e;" goto statement_identifier ;) })))) (if_statement "if (DAT_00077cfc == puVar10) goto LAB_0003a7aa;" if (parenthesized_expression "(DAT_00077cfc == puVar10)" ( (binary_expression "DAT_00077cfc == puVar10" identifier == identifier) )) (goto_statement "goto LAB_0003a7aa;" goto statement_identifier ;)) })) }))) (expression_statement "uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);" (assignment_expression "uVar4 = dcgettext(0,"symbol `%s\' is already defined",5)" identifier = (call_expression "dcgettext(0,"symbol `%s\' is already defined",5)" identifier (argument_list "(0,"symbol `%s\' is already defined",5)" ( number_literal , (string_literal ""symbol `%s\' is already defined"" " string_content escape_sequence string_content ") , number_literal )))) ;) (expression_statement "FUN_0002bd30(uVar4,param_1);" (call_expression "FUN_0002bd30(uVar4,param_1)" identifier (argument_list "(uVar4,param_1)" ( identifier , identifier ))) ;) (expression_statement "pbVar3 = (byte *)FUN_0003a070(pbVar3,0);" (assignment_expression "pbVar3 = (byte *)FUN_0003a070(pbVar3,0)" identifier = (cast_expression "(byte *)FUN_0003a070(pbVar3,0)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0003a070(pbVar3,0)" identifier (argument_list "(pbVar3,0)" ( identifier , number_literal ))))) ;) (expression_statement "FUN_00038b40();" (call_expression "FUN_00038b40()" identifier (argument_list "()" ( ))) ;) (goto_statement "goto LAB_0003a7aa;" goto statement_identifier ;) }))) })))) (expression_statement "puVar12 = PTR__bfd_std_section_0006efb4;" (assignment_expression "puVar12 = PTR__bfd_std_section_0006efb4" identifier = identifier) ;) (expression_statement "pbVar3 = (byte *)FUN_0003a070(pbVar3,1);" (assignment_expression "pbVar3 = (byte *)FUN_0003a070(pbVar3,1)" identifier = (cast_expression "(byte *)FUN_0003a070(pbVar3,1)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0003a070(pbVar3,1)" identifier (argument_list "(pbVar3,1)" ( identifier , number_literal ))))) ;) (expression_statement "FUN_00037fc0(pbVar3,0,0);" (call_expression "FUN_00037fc0(pbVar3,0,0)" identifier (argument_list "(pbVar3,0,0)" ( identifier , number_literal , number_literal ))) ;) (expression_statement "pbVar8 = pbVar3;" (assignment_expression "pbVar8 = pbVar3" identifier = identifier) ;) (if_statement "if ((*pbVar3 & 1) != 0) {\n if (*(undefined4 **)(pbVar3 + 4) != DAT_00077d90) goto LAB_0003a8f9;\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n }" if (parenthesized_expression "((*pbVar3 & 1) != 0)" ( (binary_expression "(*pbVar3 & 1) != 0" (parenthesized_expression "(*pbVar3 & 1)" ( (binary_expression "*pbVar3 & 1" (pointer_expression "*pbVar3" * identifier) & number_literal) )) != number_literal) )) (compound_statement "{\n if (*(undefined4 **)(pbVar3 + 4) != DAT_00077d90) goto LAB_0003a8f9;\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n }" { (if_statement "if (*(undefined4 **)(pbVar3 + 4) != DAT_00077d90) goto LAB_0003a8f9;" if (parenthesized_expression "(*(undefined4 **)(pbVar3 + 4) != DAT_00077d90)" ( (binary_expression "*(undefined4 **)(pbVar3 + 4) != DAT_00077d90" (pointer_expression "*(undefined4 **)(pbVar3 + 4)" * (cast_expression "(undefined4 **)(pbVar3 + 4)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(pbVar3 + 4)" ( (binary_expression "pbVar3 + 4" identifier + number_literal) )))) != identifier) )) (goto_statement "goto LAB_0003a8f9;" goto statement_identifier ;)) (expression_statement "pbVar8 = *(byte **)(pbVar3 + 0xc);" (assignment_expression "pbVar8 = *(byte **)(pbVar3 + 0xc)" identifier = (pointer_expression "*(byte **)(pbVar3 + 0xc)" * (cast_expression "(byte **)(pbVar3 + 0xc)" ( (type_descriptor "byte **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(pbVar3 + 0xc)" ( (binary_expression "pbVar3 + 0xc" identifier + number_literal) ))))) ;) })) (expression_statement "*pbVar8 = *pbVar8 & 0xbf;" (assignment_expression "*pbVar8 = *pbVar8 & 0xbf" (pointer_expression "*pbVar8" * identifier) = (binary_expression "*pbVar8 & 0xbf" (pointer_expression "*pbVar8" * identifier) & number_literal)) ;) }) (else_clause "else {\n if (DAT_00077d90 != puVar11) {\n if ((puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)) &&\n (((*(int *)(pbVar3 + 0xc) != DAT_00077e24 || (DAT_00077cfc != puVar11)) ||\n (lVar13 = *(longlong *)(pbVar3 + 0x10), lVar15 = FUN_00024d90(), lVar15 != lVar13)))) {\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n return pbVar3;\n }\n puVar10 = DAT_00077cfc;\n *(int *)(pbVar3 + 0xc) = DAT_00077e24;\n *(undefined4 **)(pbVar3 + 4) = puVar10;\n uVar14 = FUN_00024d90();\n *(undefined8 *)(pbVar3 + 0x10) = uVar14;\n goto LAB_0003a7aa;\n }\n pbVar3 = *(byte **)(pbVar3 + 0xc);\n pbVar3[1] = pbVar3[1] & 0xfd;\n puVar11 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) goto LAB_0003a6d4;\n if (puVar10 == puVar11) {\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n if (*(undefined **)(*(int *)(pbVar8 + 4) + 0x14) == PTR__bfd_std_section_0006efb4 + 0xc0) {\n if (pbVar8[0x18] == 3) {\n bVar2 = PTR__bfd_std_section_0006efb4[0xd5];\n goto joined_r0x0003aae2;\n }\n }\n else {\n if (DAT_00077d90 != puVar10) goto LAB_0003a84b;\n bVar2 = *(byte *)(*(int *)(*(int *)(pbVar8 + 4) + 0x14) + 0x15);\njoined_r0x0003aae2:\n if ((bVar2 & 0x10) == 0) {\n bVar2 = *pbVar8 & 0x40;\n goto joined_r0x0003a700;\n }\n }\n bVar2 = *pbVar8 >> 6 & 1;\n goto LAB_0003a8f1;\n }\n puVar12 = PTR__bfd_std_section_0006efb4;\n if (puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)) goto LAB_0003a84b;\n }" else (compound_statement "{\n if (DAT_00077d90 != puVar11) {\n if ((puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)) &&\n (((*(int *)(pbVar3 + 0xc) != DAT_00077e24 || (DAT_00077cfc != puVar11)) ||\n (lVar13 = *(longlong *)(pbVar3 + 0x10), lVar15 = FUN_00024d90(), lVar15 != lVar13)))) {\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n return pbVar3;\n }\n puVar10 = DAT_00077cfc;\n *(int *)(pbVar3 + 0xc) = DAT_00077e24;\n *(undefined4 **)(pbVar3 + 4) = puVar10;\n uVar14 = FUN_00024d90();\n *(undefined8 *)(pbVar3 + 0x10) = uVar14;\n goto LAB_0003a7aa;\n }\n pbVar3 = *(byte **)(pbVar3 + 0xc);\n pbVar3[1] = pbVar3[1] & 0xfd;\n puVar11 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) goto LAB_0003a6d4;\n if (puVar10 == puVar11) {\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n if (*(undefined **)(*(int *)(pbVar8 + 4) + 0x14) == PTR__bfd_std_section_0006efb4 + 0xc0) {\n if (pbVar8[0x18] == 3) {\n bVar2 = PTR__bfd_std_section_0006efb4[0xd5];\n goto joined_r0x0003aae2;\n }\n }\n else {\n if (DAT_00077d90 != puVar10) goto LAB_0003a84b;\n bVar2 = *(byte *)(*(int *)(*(int *)(pbVar8 + 4) + 0x14) + 0x15);\njoined_r0x0003aae2:\n if ((bVar2 & 0x10) == 0) {\n bVar2 = *pbVar8 & 0x40;\n goto joined_r0x0003a700;\n }\n }\n bVar2 = *pbVar8 >> 6 & 1;\n goto LAB_0003a8f1;\n }\n puVar12 = PTR__bfd_std_section_0006efb4;\n if (puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)) goto LAB_0003a84b;\n }" { (if_statement "if (DAT_00077d90 != puVar11) {\n if ((puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)) &&\n (((*(int *)(pbVar3 + 0xc) != DAT_00077e24 || (DAT_00077cfc != puVar11)) ||\n (lVar13 = *(longlong *)(pbVar3 + 0x10), lVar15 = FUN_00024d90(), lVar15 != lVar13)))) {\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n return pbVar3;\n }\n puVar10 = DAT_00077cfc;\n *(int *)(pbVar3 + 0xc) = DAT_00077e24;\n *(undefined4 **)(pbVar3 + 4) = puVar10;\n uVar14 = FUN_00024d90();\n *(undefined8 *)(pbVar3 + 0x10) = uVar14;\n goto LAB_0003a7aa;\n }" if (parenthesized_expression "(DAT_00077d90 != puVar11)" ( (binary_expression "DAT_00077d90 != puVar11" identifier != identifier) )) (compound_statement "{\n if ((puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)) &&\n (((*(int *)(pbVar3 + 0xc) != DAT_00077e24 || (DAT_00077cfc != puVar11)) ||\n (lVar13 = *(longlong *)(pbVar3 + 0x10), lVar15 = FUN_00024d90(), lVar15 != lVar13)))) {\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n return pbVar3;\n }\n puVar10 = DAT_00077cfc;\n *(int *)(pbVar3 + 0xc) = DAT_00077e24;\n *(undefined4 **)(pbVar3 + 4) = puVar10;\n uVar14 = FUN_00024d90();\n *(undefined8 *)(pbVar3 + 0x10) = uVar14;\n goto LAB_0003a7aa;\n }" { (if_statement "if ((puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)) &&\n (((*(int *)(pbVar3 + 0xc) != DAT_00077e24 || (DAT_00077cfc != puVar11)) ||\n (lVar13 = *(longlong *)(pbVar3 + 0x10), lVar15 = FUN_00024d90(), lVar15 != lVar13)))) {\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n return pbVar3;\n }" if (parenthesized_expression "((puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)) &&\n (((*(int *)(pbVar3 + 0xc) != DAT_00077e24 || (DAT_00077cfc != puVar11)) ||\n (lVar13 = *(longlong *)(pbVar3 + 0x10), lVar15 = FUN_00024d90(), lVar15 != lVar13))))" ( (binary_expression "(puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)) &&\n (((*(int *)(pbVar3 + 0xc) != DAT_00077e24 || (DAT_00077cfc != puVar11)) ||\n (lVar13 = *(longlong *)(pbVar3 + 0x10), lVar15 = FUN_00024d90(), lVar15 != lVar13)))" (parenthesized_expression "(puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0))" ( (binary_expression "puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)" identifier != (cast_expression "(undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR__bfd_std_section_0006efb4 + 0xc0)" ( (binary_expression "PTR__bfd_std_section_0006efb4 + 0xc0" identifier + number_literal) )))) )) && (parenthesized_expression "(((*(int *)(pbVar3 + 0xc) != DAT_00077e24 || (DAT_00077cfc != puVar11)) ||\n (lVar13 = *(longlong *)(pbVar3 + 0x10), lVar15 = FUN_00024d90(), lVar15 != lVar13)))" ( (parenthesized_expression "((*(int *)(pbVar3 + 0xc) != DAT_00077e24 || (DAT_00077cfc != puVar11)) ||\n (lVar13 = *(longlong *)(pbVar3 + 0x10), lVar15 = FUN_00024d90(), lVar15 != lVar13))" ( (binary_expression "(*(int *)(pbVar3 + 0xc) != DAT_00077e24 || (DAT_00077cfc != puVar11)) ||\n (lVar13 = *(longlong *)(pbVar3 + 0x10), lVar15 = FUN_00024d90(), lVar15 != lVar13)" (parenthesized_expression "(*(int *)(pbVar3 + 0xc) != DAT_00077e24 || (DAT_00077cfc != puVar11))" ( (binary_expression "*(int *)(pbVar3 + 0xc) != DAT_00077e24 || (DAT_00077cfc != puVar11)" (binary_expression "*(int *)(pbVar3 + 0xc) != DAT_00077e24" (pointer_expression "*(int *)(pbVar3 + 0xc)" * (cast_expression "(int *)(pbVar3 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pbVar3 + 0xc)" ( (binary_expression "pbVar3 + 0xc" identifier + number_literal) )))) != identifier) || (parenthesized_expression "(DAT_00077cfc != puVar11)" ( (binary_expression "DAT_00077cfc != puVar11" identifier != identifier) ))) )) || (parenthesized_expression "(lVar13 = *(longlong *)(pbVar3 + 0x10), lVar15 = FUN_00024d90(), lVar15 != lVar13)" ( (comma_expression "lVar13 = *(longlong *)(pbVar3 + 0x10), lVar15 = FUN_00024d90(), lVar15 != lVar13" (assignment_expression "lVar13 = *(longlong *)(pbVar3 + 0x10)" identifier = (pointer_expression "*(longlong *)(pbVar3 + 0x10)" * (cast_expression "(longlong *)(pbVar3 + 0x10)" ( (type_descriptor "longlong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pbVar3 + 0x10)" ( (binary_expression "pbVar3 + 0x10" identifier + number_literal) ))))) , (comma_expression "lVar15 = FUN_00024d90(), lVar15 != lVar13" (assignment_expression "lVar15 = FUN_00024d90()" identifier = (call_expression "FUN_00024d90()" identifier (argument_list "()" ( )))) , (binary_expression "lVar15 != lVar13" identifier != identifier))) ))) )) ))) )) (compound_statement "{\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n return pbVar3;\n }" { (expression_statement "uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);" (assignment_expression "uVar4 = dcgettext(0,"symbol `%s\' is already defined",5)" identifier = (call_expression "dcgettext(0,"symbol `%s\' is already defined",5)" identifier (argument_list "(0,"symbol `%s\' is already defined",5)" ( number_literal , (string_literal ""symbol `%s\' is already defined"" " string_content escape_sequence string_content ") , number_literal )))) ;) (expression_statement "FUN_0002bd30(uVar4,param_1);" (call_expression "FUN_0002bd30(uVar4,param_1)" identifier (argument_list "(uVar4,param_1)" ( identifier , identifier ))) ;) (return_statement "return pbVar3;" return identifier ;) })) (expression_statement "puVar10 = DAT_00077cfc;" (assignment_expression "puVar10 = DAT_00077cfc" identifier = identifier) ;) (expression_statement "*(int *)(pbVar3 + 0xc) = DAT_00077e24;" (assignment_expression "*(int *)(pbVar3 + 0xc) = DAT_00077e24" (pointer_expression "*(int *)(pbVar3 + 0xc)" * (cast_expression "(int *)(pbVar3 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pbVar3 + 0xc)" ( (binary_expression "pbVar3 + 0xc" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined4 **)(pbVar3 + 4) = puVar10;" (assignment_expression "*(undefined4 **)(pbVar3 + 4) = puVar10" (pointer_expression "*(undefined4 **)(pbVar3 + 4)" * (cast_expression "(undefined4 **)(pbVar3 + 4)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(pbVar3 + 4)" ( (binary_expression "pbVar3 + 4" identifier + number_literal) )))) = identifier) ;) (expression_statement "uVar14 = FUN_00024d90();" (assignment_expression "uVar14 = FUN_00024d90()" identifier = (call_expression "FUN_00024d90()" identifier (argument_list "()" ( )))) ;) (expression_statement "*(undefined8 *)(pbVar3 + 0x10) = uVar14;" (assignment_expression "*(undefined8 *)(pbVar3 + 0x10) = uVar14" (pointer_expression "*(undefined8 *)(pbVar3 + 0x10)" * (cast_expression "(undefined8 *)(pbVar3 + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pbVar3 + 0x10)" ( (binary_expression "pbVar3 + 0x10" identifier + number_literal) )))) = identifier) ;) (goto_statement "goto LAB_0003a7aa;" goto statement_identifier ;) })) (expression_statement "pbVar3 = *(byte **)(pbVar3 + 0xc);" (assignment_expression "pbVar3 = *(byte **)(pbVar3 + 0xc)" identifier = (pointer_expression "*(byte **)(pbVar3 + 0xc)" * (cast_expression "(byte **)(pbVar3 + 0xc)" ( (type_descriptor "byte **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(pbVar3 + 0xc)" ( (binary_expression "pbVar3 + 0xc" identifier + number_literal) ))))) ;) (expression_statement "pbVar3[1] = pbVar3[1] & 0xfd;" (assignment_expression "pbVar3[1] = pbVar3[1] & 0xfd" (subscript_expression "pbVar3[1]" identifier [ number_literal ]) = (binary_expression "pbVar3[1] & 0xfd" (subscript_expression "pbVar3[1]" identifier [ number_literal ]) & number_literal)) ;) (expression_statement "puVar11 = *(undefined4 **)(pbVar3 + 4);" (assignment_expression "puVar11 = *(undefined4 **)(pbVar3 + 4)" identifier = (pointer_expression "*(undefined4 **)(pbVar3 + 4)" * (cast_expression "(undefined4 **)(pbVar3 + 4)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(pbVar3 + 4)" ( (binary_expression "pbVar3 + 4" identifier + number_literal) ))))) ;) (if_statement "if ((*pbVar3 & 1) == 0) goto LAB_0003a6d4;" if (parenthesized_expression "((*pbVar3 & 1) == 0)" ( (binary_expression "(*pbVar3 & 1) == 0" (parenthesized_expression "(*pbVar3 & 1)" ( (binary_expression "*pbVar3 & 1" (pointer_expression "*pbVar3" * identifier) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_0003a6d4;" goto statement_identifier ;)) (if_statement "if (puVar10 == puVar11) {\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n if (*(undefined **)(*(int *)(pbVar8 + 4) + 0x14) == PTR__bfd_std_section_0006efb4 + 0xc0) {\n if (pbVar8[0x18] == 3) {\n bVar2 = PTR__bfd_std_section_0006efb4[0xd5];\n goto joined_r0x0003aae2;\n }\n }\n else {\n if (DAT_00077d90 != puVar10) goto LAB_0003a84b;\n bVar2 = *(byte *)(*(int *)(*(int *)(pbVar8 + 4) + 0x14) + 0x15);\njoined_r0x0003aae2:\n if ((bVar2 & 0x10) == 0) {\n bVar2 = *pbVar8 & 0x40;\n goto joined_r0x0003a700;\n }\n }\n bVar2 = *pbVar8 >> 6 & 1;\n goto LAB_0003a8f1;\n }" if (parenthesized_expression "(puVar10 == puVar11)" ( (binary_expression "puVar10 == puVar11" identifier == identifier) )) (compound_statement "{\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n if (*(undefined **)(*(int *)(pbVar8 + 4) + 0x14) == PTR__bfd_std_section_0006efb4 + 0xc0) {\n if (pbVar8[0x18] == 3) {\n bVar2 = PTR__bfd_std_section_0006efb4[0xd5];\n goto joined_r0x0003aae2;\n }\n }\n else {\n if (DAT_00077d90 != puVar10) goto LAB_0003a84b;\n bVar2 = *(byte *)(*(int *)(*(int *)(pbVar8 + 4) + 0x14) + 0x15);\njoined_r0x0003aae2:\n if ((bVar2 & 0x10) == 0) {\n bVar2 = *pbVar8 & 0x40;\n goto joined_r0x0003a700;\n }\n }\n bVar2 = *pbVar8 >> 6 & 1;\n goto LAB_0003a8f1;\n }" { (expression_statement "pbVar8 = *(byte **)(pbVar3 + 0xc);" (assignment_expression "pbVar8 = *(byte **)(pbVar3 + 0xc)" identifier = (pointer_expression "*(byte **)(pbVar3 + 0xc)" * (cast_expression "(byte **)(pbVar3 + 0xc)" ( (type_descriptor "byte **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(pbVar3 + 0xc)" ( (binary_expression "pbVar3 + 0xc" identifier + number_literal) ))))) ;) (if_statement "if (*(undefined **)(*(int *)(pbVar8 + 4) + 0x14) == PTR__bfd_std_section_0006efb4 + 0xc0) {\n if (pbVar8[0x18] == 3) {\n bVar2 = PTR__bfd_std_section_0006efb4[0xd5];\n goto joined_r0x0003aae2;\n }\n }\n else {\n if (DAT_00077d90 != puVar10) goto LAB_0003a84b;\n bVar2 = *(byte *)(*(int *)(*(int *)(pbVar8 + 4) + 0x14) + 0x15);\njoined_r0x0003aae2:\n if ((bVar2 & 0x10) == 0) {\n bVar2 = *pbVar8 & 0x40;\n goto joined_r0x0003a700;\n }\n }" if (parenthesized_expression "(*(undefined **)(*(int *)(pbVar8 + 4) + 0x14) == PTR__bfd_std_section_0006efb4 + 0xc0)" ( (binary_expression "*(undefined **)(*(int *)(pbVar8 + 4) + 0x14) == PTR__bfd_std_section_0006efb4 + 0xc0" (pointer_expression "*(undefined **)(*(int *)(pbVar8 + 4) + 0x14)" * (cast_expression "(undefined **)(*(int *)(pbVar8 + 4) + 0x14)" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)(pbVar8 + 4) + 0x14)" ( (binary_expression "*(int *)(pbVar8 + 4) + 0x14" (pointer_expression "*(int *)(pbVar8 + 4)" * (cast_expression "(int *)(pbVar8 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pbVar8 + 4)" ( (binary_expression "pbVar8 + 4" identifier + number_literal) )))) + number_literal) )))) == (binary_expression "PTR__bfd_std_section_0006efb4 + 0xc0" identifier + number_literal)) )) (compound_statement "{\n if (pbVar8[0x18] == 3) {\n bVar2 = PTR__bfd_std_section_0006efb4[0xd5];\n goto joined_r0x0003aae2;\n }\n }" { (if_statement "if (pbVar8[0x18] == 3) {\n bVar2 = PTR__bfd_std_section_0006efb4[0xd5];\n goto joined_r0x0003aae2;\n }" if (parenthesized_expression "(pbVar8[0x18] == 3)" ( (binary_expression "pbVar8[0x18] == 3" (subscript_expression "pbVar8[0x18]" identifier [ number_literal ]) == number_literal) )) (compound_statement "{\n bVar2 = PTR__bfd_std_section_0006efb4[0xd5];\n goto joined_r0x0003aae2;\n }" { (expression_statement "bVar2 = PTR__bfd_std_section_0006efb4[0xd5];" (assignment_expression "bVar2 = PTR__bfd_std_section_0006efb4[0xd5]" identifier = (subscript_expression "PTR__bfd_std_section_0006efb4[0xd5]" identifier [ number_literal ])) ;) (goto_statement "goto joined_r0x0003aae2;" goto statement_identifier ;) })) }) (else_clause "else {\n if (DAT_00077d90 != puVar10) goto LAB_0003a84b;\n bVar2 = *(byte *)(*(int *)(*(int *)(pbVar8 + 4) + 0x14) + 0x15);\njoined_r0x0003aae2:\n if ((bVar2 & 0x10) == 0) {\n bVar2 = *pbVar8 & 0x40;\n goto joined_r0x0003a700;\n }\n }" else (compound_statement "{\n if (DAT_00077d90 != puVar10) goto LAB_0003a84b;\n bVar2 = *(byte *)(*(int *)(*(int *)(pbVar8 + 4) + 0x14) + 0x15);\njoined_r0x0003aae2:\n if ((bVar2 & 0x10) == 0) {\n bVar2 = *pbVar8 & 0x40;\n goto joined_r0x0003a700;\n }\n }" { (if_statement "if (DAT_00077d90 != puVar10) goto LAB_0003a84b;" if (parenthesized_expression "(DAT_00077d90 != puVar10)" ( (binary_expression "DAT_00077d90 != puVar10" identifier != identifier) )) (goto_statement "goto LAB_0003a84b;" goto statement_identifier ;)) (expression_statement "bVar2 = *(byte *)(*(int *)(*(int *)(pbVar8 + 4) + 0x14) + 0x15);" (assignment_expression "bVar2 = *(byte *)(*(int *)(*(int *)(pbVar8 + 4) + 0x14) + 0x15)" identifier = (pointer_expression "*(byte *)(*(int *)(*(int *)(pbVar8 + 4) + 0x14) + 0x15)" * (cast_expression "(byte *)(*(int *)(*(int *)(pbVar8 + 4) + 0x14) + 0x15)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(*(int *)(pbVar8 + 4) + 0x14) + 0x15)" ( (binary_expression "*(int *)(*(int *)(pbVar8 + 4) + 0x14) + 0x15" (pointer_expression "*(int *)(*(int *)(pbVar8 + 4) + 0x14)" * (cast_expression "(int *)(*(int *)(pbVar8 + 4) + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(pbVar8 + 4) + 0x14)" ( (binary_expression "*(int *)(pbVar8 + 4) + 0x14" (pointer_expression "*(int *)(pbVar8 + 4)" * (cast_expression "(int *)(pbVar8 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pbVar8 + 4)" ( (binary_expression "pbVar8 + 4" identifier + number_literal) )))) + number_literal) )))) + number_literal) ))))) ;) (labeled_statement "joined_r0x0003aae2:\n if ((bVar2 & 0x10) == 0) {\n bVar2 = *pbVar8 & 0x40;\n goto joined_r0x0003a700;\n }" statement_identifier : (if_statement "if ((bVar2 & 0x10) == 0) {\n bVar2 = *pbVar8 & 0x40;\n goto joined_r0x0003a700;\n }" if (parenthesized_expression "((bVar2 & 0x10) == 0)" ( (binary_expression "(bVar2 & 0x10) == 0" (parenthesized_expression "(bVar2 & 0x10)" ( (binary_expression "bVar2 & 0x10" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n bVar2 = *pbVar8 & 0x40;\n goto joined_r0x0003a700;\n }" { (expression_statement "bVar2 = *pbVar8 & 0x40;" (assignment_expression "bVar2 = *pbVar8 & 0x40" identifier = (binary_expression "*pbVar8 & 0x40" (pointer_expression "*pbVar8" * identifier) & number_literal)) ;) (goto_statement "goto joined_r0x0003a700;" goto statement_identifier ;) }))) }))) (expression_statement "bVar2 = *pbVar8 >> 6 & 1;" (assignment_expression "bVar2 = *pbVar8 >> 6 & 1" identifier = (binary_expression "*pbVar8 >> 6 & 1" (binary_expression "*pbVar8 >> 6" (pointer_expression "*pbVar8" * identifier) >> number_literal) & number_literal)) ;) (goto_statement "goto LAB_0003a8f1;" goto statement_identifier ;) })) (expression_statement "puVar12 = PTR__bfd_std_section_0006efb4;" (assignment_expression "puVar12 = PTR__bfd_std_section_0006efb4" identifier = identifier) ;) (if_statement "if (puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)) goto LAB_0003a84b;" if (parenthesized_expression "(puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0))" ( (binary_expression "puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)" identifier != (cast_expression "(undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR__bfd_std_section_0006efb4 + 0xc0)" ( (binary_expression "PTR__bfd_std_section_0006efb4 + 0xc0" identifier + number_literal) )))) )) (goto_statement "goto LAB_0003a84b;" goto statement_identifier ;)) }))) (labeled_statement "LAB_0003a8f9:\n lVar13 = FUN_00039db0();" statement_identifier : (expression_statement "lVar13 = FUN_00039db0();" (assignment_expression "lVar13 = FUN_00039db0()" identifier = (call_expression "FUN_00039db0()" identifier (argument_list "()" ( )))) ;)) (if_statement "if (lVar13 == 0) {\nLAB_0003a9d0:\n FUN_00038b40();\n goto LAB_0003a7aa;\n }" if (parenthesized_expression "(lVar13 == 0)" ( (binary_expression "lVar13 == 0" identifier == number_literal) )) (compound_statement "{\nLAB_0003a9d0:\n FUN_00038b40();\n goto LAB_0003a7aa;\n }" { (labeled_statement "LAB_0003a9d0:\n FUN_00038b40();" statement_identifier : (expression_statement "FUN_00038b40();" (call_expression "FUN_00038b40()" identifier (argument_list "()" ( ))) ;)) (goto_statement "goto LAB_0003a7aa;" goto statement_identifier ;) })) (expression_statement "puVar10 = *(undefined4 **)(pbVar3 + 4);" (assignment_expression "puVar10 = *(undefined4 **)(pbVar3 + 4)" identifier = (pointer_expression "*(undefined4 **)(pbVar3 + 4)" * (cast_expression "(undefined4 **)(pbVar3 + 4)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(pbVar3 + 4)" ( (binary_expression "pbVar3 + 4" identifier + number_literal) ))))) ;) (expression_statement "local_24 = *pbVar3 & 1;" (assignment_expression "local_24 = *pbVar3 & 1" identifier = (binary_expression "*pbVar3 & 1" (pointer_expression "*pbVar3" * identifier) & number_literal)) ;) (if_statement "if ((*pbVar3 & 1) == 0) {\n puVar11 = (undefined4 *)puVar10[5];\n if ((*(byte *)(puVar10 + 4) & 4) != 0) goto LAB_0003a939;\n if (puVar11 == (undefined4 *)(puVar12 + 0xc0)) {\n iVar9 = FUN_000380a0(pbVar3);\n }\n else {\n if ((*(byte *)((int)puVar11 + 0x15) & 0x10) == 0) goto LAB_0003a939;\n iVar9 = FUN_000380a0(pbVar3);\n }\n if (iVar9 == 0) goto LAB_0003a939;\nLAB_0003aa3c:\n if (DAT_00077cfc == DAT_00077d70) goto LAB_0003a9d0;\n if (DAT_00077cfc != DAT_00077cec) {\n if (local_24 == 0) {\nLAB_0003aa6f:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (puVar10 == DAT_00077d90) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003aa6f;\n }\n if (DAT_00077cfc != puVar10) goto LAB_0003a947;\n }\n uVar14 = FUN_00039db0();\n uVar7 = FUN_00024d90();\n if ((uint)((ulonglong)uVar14 >> 0x20) < (uint)((uint)uVar14 < uVar7)) {\n uVar14 = FUN_00024d90();\n FUN_00037fc0(pbVar3,uVar14);\n }\n goto LAB_0003a7aa;\n }" if (parenthesized_expression "((*pbVar3 & 1) == 0)" ( (binary_expression "(*pbVar3 & 1) == 0" (parenthesized_expression "(*pbVar3 & 1)" ( (binary_expression "*pbVar3 & 1" (pointer_expression "*pbVar3" * identifier) & number_literal) )) == number_literal) )) (compound_statement "{\n puVar11 = (undefined4 *)puVar10[5];\n if ((*(byte *)(puVar10 + 4) & 4) != 0) goto LAB_0003a939;\n if (puVar11 == (undefined4 *)(puVar12 + 0xc0)) {\n iVar9 = FUN_000380a0(pbVar3);\n }\n else {\n if ((*(byte *)((int)puVar11 + 0x15) & 0x10) == 0) goto LAB_0003a939;\n iVar9 = FUN_000380a0(pbVar3);\n }\n if (iVar9 == 0) goto LAB_0003a939;\nLAB_0003aa3c:\n if (DAT_00077cfc == DAT_00077d70) goto LAB_0003a9d0;\n if (DAT_00077cfc != DAT_00077cec) {\n if (local_24 == 0) {\nLAB_0003aa6f:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (puVar10 == DAT_00077d90) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003aa6f;\n }\n if (DAT_00077cfc != puVar10) goto LAB_0003a947;\n }\n uVar14 = FUN_00039db0();\n uVar7 = FUN_00024d90();\n if ((uint)((ulonglong)uVar14 >> 0x20) < (uint)((uint)uVar14 < uVar7)) {\n uVar14 = FUN_00024d90();\n FUN_00037fc0(pbVar3,uVar14);\n }\n goto LAB_0003a7aa;\n }" { (expression_statement "puVar11 = (undefined4 *)puVar10[5];" (assignment_expression "puVar11 = (undefined4 *)puVar10[5]" identifier = (cast_expression "(undefined4 *)puVar10[5]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar10[5]" identifier [ number_literal ]))) ;) (if_statement "if ((*(byte *)(puVar10 + 4) & 4) != 0) goto LAB_0003a939;" if (parenthesized_expression "((*(byte *)(puVar10 + 4) & 4) != 0)" ( (binary_expression "(*(byte *)(puVar10 + 4) & 4) != 0" (parenthesized_expression "(*(byte *)(puVar10 + 4) & 4)" ( (binary_expression "*(byte *)(puVar10 + 4) & 4" (pointer_expression "*(byte *)(puVar10 + 4)" * (cast_expression "(byte *)(puVar10 + 4)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar10 + 4)" ( (binary_expression "puVar10 + 4" identifier + number_literal) )))) & number_literal) )) != number_literal) )) (goto_statement "goto LAB_0003a939;" goto statement_identifier ;)) (if_statement "if (puVar11 == (undefined4 *)(puVar12 + 0xc0)) {\n iVar9 = FUN_000380a0(pbVar3);\n }\n else {\n if ((*(byte *)((int)puVar11 + 0x15) & 0x10) == 0) goto LAB_0003a939;\n iVar9 = FUN_000380a0(pbVar3);\n }" if (parenthesized_expression "(puVar11 == (undefined4 *)(puVar12 + 0xc0))" ( (binary_expression "puVar11 == (undefined4 *)(puVar12 + 0xc0)" identifier == (cast_expression "(undefined4 *)(puVar12 + 0xc0)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar12 + 0xc0)" ( (binary_expression "puVar12 + 0xc0" identifier + number_literal) )))) )) (compound_statement "{\n iVar9 = FUN_000380a0(pbVar3);\n }" { (expression_statement "iVar9 = FUN_000380a0(pbVar3);" (assignment_expression "iVar9 = FUN_000380a0(pbVar3)" identifier = (call_expression "FUN_000380a0(pbVar3)" identifier (argument_list "(pbVar3)" ( identifier )))) ;) }) (else_clause "else {\n if ((*(byte *)((int)puVar11 + 0x15) & 0x10) == 0) goto LAB_0003a939;\n iVar9 = FUN_000380a0(pbVar3);\n }" else (compound_statement "{\n if ((*(byte *)((int)puVar11 + 0x15) & 0x10) == 0) goto LAB_0003a939;\n iVar9 = FUN_000380a0(pbVar3);\n }" { (if_statement "if ((*(byte *)((int)puVar11 + 0x15) & 0x10) == 0) goto LAB_0003a939;" if (parenthesized_expression "((*(byte *)((int)puVar11 + 0x15) & 0x10) == 0)" ( (binary_expression "(*(byte *)((int)puVar11 + 0x15) & 0x10) == 0" (parenthesized_expression "(*(byte *)((int)puVar11 + 0x15) & 0x10)" ( (binary_expression "*(byte *)((int)puVar11 + 0x15) & 0x10" (pointer_expression "*(byte *)((int)puVar11 + 0x15)" * (cast_expression "(byte *)((int)puVar11 + 0x15)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar11 + 0x15)" ( (binary_expression "(int)puVar11 + 0x15" (cast_expression "(int)puVar11" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_0003a939;" goto statement_identifier ;)) (expression_statement "iVar9 = FUN_000380a0(pbVar3);" (assignment_expression "iVar9 = FUN_000380a0(pbVar3)" identifier = (call_expression "FUN_000380a0(pbVar3)" identifier (argument_list "(pbVar3)" ( identifier )))) ;) }))) (if_statement "if (iVar9 == 0) goto LAB_0003a939;" if (parenthesized_expression "(iVar9 == 0)" ( (binary_expression "iVar9 == 0" identifier == number_literal) )) (goto_statement "goto LAB_0003a939;" goto statement_identifier ;)) (labeled_statement "LAB_0003aa3c:\n if (DAT_00077cfc == DAT_00077d70) goto LAB_0003a9d0;" statement_identifier : (if_statement "if (DAT_00077cfc == DAT_00077d70) goto LAB_0003a9d0;" if (parenthesized_expression "(DAT_00077cfc == DAT_00077d70)" ( (binary_expression "DAT_00077cfc == DAT_00077d70" identifier == identifier) )) (goto_statement "goto LAB_0003a9d0;" goto statement_identifier ;))) (if_statement "if (DAT_00077cfc != DAT_00077cec) {\n if (local_24 == 0) {\nLAB_0003aa6f:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (puVar10 == DAT_00077d90) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003aa6f;\n }\n if (DAT_00077cfc != puVar10) goto LAB_0003a947;\n }" if (parenthesized_expression "(DAT_00077cfc != DAT_00077cec)" ( (binary_expression "DAT_00077cfc != DAT_00077cec" identifier != identifier) )) (compound_statement "{\n if (local_24 == 0) {\nLAB_0003aa6f:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (puVar10 == DAT_00077d90) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003aa6f;\n }\n if (DAT_00077cfc != puVar10) goto LAB_0003a947;\n }" { (if_statement "if (local_24 == 0) {\nLAB_0003aa6f:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (puVar10 == DAT_00077d90) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003aa6f;\n }" if (parenthesized_expression "(local_24 == 0)" ( (binary_expression "local_24 == 0" identifier == number_literal) )) (compound_statement "{\nLAB_0003aa6f:\n puVar10 = (undefined4 *)puVar10[5];\n }" { (labeled_statement "LAB_0003aa6f:\n puVar10 = (undefined4 *)puVar10[5];" statement_identifier : (expression_statement "puVar10 = (undefined4 *)puVar10[5];" (assignment_expression "puVar10 = (undefined4 *)puVar10[5]" identifier = (cast_expression "(undefined4 *)puVar10[5]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar10[5]" identifier [ number_literal ]))) ;)) }) (else_clause "else if (puVar10 == DAT_00077d90) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003aa6f;\n }" else (if_statement "if (puVar10 == DAT_00077d90) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003aa6f;\n }" if (parenthesized_expression "(puVar10 == DAT_00077d90)" ( (binary_expression "puVar10 == DAT_00077d90" identifier == identifier) )) (compound_statement "{\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003aa6f;\n }" { (expression_statement "puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);" (assignment_expression "puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4)" identifier = (pointer_expression "*(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4)" * (cast_expression "(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)(pbVar3 + 0xc) + 4)" ( (binary_expression "*(int *)(pbVar3 + 0xc) + 4" (pointer_expression "*(int *)(pbVar3 + 0xc)" * (cast_expression "(int *)(pbVar3 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pbVar3 + 0xc)" ( (binary_expression "pbVar3 + 0xc" identifier + number_literal) )))) + number_literal) ))))) ;) (goto_statement "goto LAB_0003aa6f;" goto statement_identifier ;) })))) (if_statement "if (DAT_00077cfc != puVar10) goto LAB_0003a947;" if (parenthesized_expression "(DAT_00077cfc != puVar10)" ( (binary_expression "DAT_00077cfc != puVar10" identifier != identifier) )) (goto_statement "goto LAB_0003a947;" goto statement_identifier ;)) })) (expression_statement "uVar14 = FUN_00039db0();" (assignment_expression "uVar14 = FUN_00039db0()" identifier = (call_expression "FUN_00039db0()" identifier (argument_list "()" ( )))) ;) (expression_statement "uVar7 = FUN_00024d90();" (assignment_expression "uVar7 = FUN_00024d90()" identifier = (call_expression "FUN_00024d90()" identifier (argument_list "()" ( )))) ;) (if_statement "if ((uint)((ulonglong)uVar14 >> 0x20) < (uint)((uint)uVar14 < uVar7)) {\n uVar14 = FUN_00024d90();\n FUN_00037fc0(pbVar3,uVar14);\n }" if (parenthesized_expression "((uint)((ulonglong)uVar14 >> 0x20) < (uint)((uint)uVar14 < uVar7))" ( (binary_expression "(uint)((ulonglong)uVar14 >> 0x20) < (uint)((uint)uVar14 < uVar7)" (call_expression "(uint)((ulonglong)uVar14 >> 0x20)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "((ulonglong)uVar14 >> 0x20)" ( (binary_expression "(ulonglong)uVar14 >> 0x20" (cast_expression "(ulonglong)uVar14" ( (type_descriptor "ulonglong" type_identifier) ) identifier) >> number_literal) ))) < (call_expression "(uint)((uint)uVar14 < uVar7)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "((uint)uVar14 < uVar7)" ( (binary_expression "(uint)uVar14 < uVar7" (cast_expression "(uint)uVar14" ( (type_descriptor "uint" type_identifier) ) identifier) < identifier) )))) )) (compound_statement "{\n uVar14 = FUN_00024d90();\n FUN_00037fc0(pbVar3,uVar14);\n }" { (expression_statement "uVar14 = FUN_00024d90();" (assignment_expression "uVar14 = FUN_00024d90()" identifier = (call_expression "FUN_00024d90()" identifier (argument_list "()" ( )))) ;) (expression_statement "FUN_00037fc0(pbVar3,uVar14);" (call_expression "FUN_00037fc0(pbVar3,uVar14)" identifier (argument_list "(pbVar3,uVar14)" ( identifier , identifier ))) ;) })) (goto_statement "goto LAB_0003a7aa;" goto statement_identifier ;) })) (if_statement "if (puVar10 == DAT_00077d90) {\n puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14);\n if (((*(byte *)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x10) & 4) == 0) &&\n ((puVar11 == (undefined4 *)(puVar12 + 0xc0) || ((*(byte *)((int)puVar11 + 0x15) & 0x10) != 0)\n ))) goto LAB_0003ab3f;\n }\n else {\n puVar11 = puVar10;\n if (puVar10 == (undefined4 *)(puVar12 + 0xc0)) {\nLAB_0003ab3f:\n iVar9 = FUN_000380a0(pbVar3);\n if (iVar9 != 0) goto LAB_0003aa3c;\n puVar11 = puVar10;\n if (puVar10 == DAT_00077d90) {\n puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14);\n }\n }\n }" if (parenthesized_expression "(puVar10 == DAT_00077d90)" ( (binary_expression "puVar10 == DAT_00077d90" identifier == identifier) )) (compound_statement "{\n puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14);\n if (((*(byte *)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x10) & 4) == 0) &&\n ((puVar11 == (undefined4 *)(puVar12 + 0xc0) || ((*(byte *)((int)puVar11 + 0x15) & 0x10) != 0)\n ))) goto LAB_0003ab3f;\n }" { (expression_statement "puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14);" (assignment_expression "puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14)" identifier = (pointer_expression "*(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14)" * (cast_expression "(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14)" ( (binary_expression "*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14" (pointer_expression "*(int *)(*(int *)(pbVar3 + 0xc) + 4)" * (cast_expression "(int *)(*(int *)(pbVar3 + 0xc) + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(pbVar3 + 0xc) + 4)" ( (binary_expression "*(int *)(pbVar3 + 0xc) + 4" (pointer_expression "*(int *)(pbVar3 + 0xc)" * (cast_expression "(int *)(pbVar3 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pbVar3 + 0xc)" ( (binary_expression "pbVar3 + 0xc" identifier + number_literal) )))) + number_literal) )))) + number_literal) ))))) ;) (if_statement "if (((*(byte *)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x10) & 4) == 0) &&\n ((puVar11 == (undefined4 *)(puVar12 + 0xc0) || ((*(byte *)((int)puVar11 + 0x15) & 0x10) != 0)\n ))) goto LAB_0003ab3f;" if (parenthesized_expression "(((*(byte *)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x10) & 4) == 0) &&\n ((puVar11 == (undefined4 *)(puVar12 + 0xc0) || ((*(byte *)((int)puVar11 + 0x15) & 0x10) != 0)\n )))" ( (binary_expression "((*(byte *)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x10) & 4) == 0) &&\n ((puVar11 == (undefined4 *)(puVar12 + 0xc0) || ((*(byte *)((int)puVar11 + 0x15) & 0x10) != 0)\n ))" (parenthesized_expression "((*(byte *)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x10) & 4) == 0)" ( (binary_expression "(*(byte *)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x10) & 4) == 0" (parenthesized_expression "(*(byte *)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x10) & 4)" ( (binary_expression "*(byte *)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x10) & 4" (pointer_expression "*(byte *)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x10)" * (cast_expression "(byte *)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x10)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x10)" ( (binary_expression "*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x10" (pointer_expression "*(int *)(*(int *)(pbVar3 + 0xc) + 4)" * (cast_expression "(int *)(*(int *)(pbVar3 + 0xc) + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(pbVar3 + 0xc) + 4)" ( (binary_expression "*(int *)(pbVar3 + 0xc) + 4" (pointer_expression "*(int *)(pbVar3 + 0xc)" * (cast_expression "(int *)(pbVar3 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pbVar3 + 0xc)" ( (binary_expression "pbVar3 + 0xc" identifier + number_literal) )))) + number_literal) )))) + number_literal) )))) & number_literal) )) == number_literal) )) && (parenthesized_expression "((puVar11 == (undefined4 *)(puVar12 + 0xc0) || ((*(byte *)((int)puVar11 + 0x15) & 0x10) != 0)\n ))" ( (parenthesized_expression "(puVar11 == (undefined4 *)(puVar12 + 0xc0) || ((*(byte *)((int)puVar11 + 0x15) & 0x10) != 0)\n )" ( (binary_expression "puVar11 == (undefined4 *)(puVar12 + 0xc0) || ((*(byte *)((int)puVar11 + 0x15) & 0x10) != 0)" (binary_expression "puVar11 == (undefined4 *)(puVar12 + 0xc0)" identifier == (cast_expression "(undefined4 *)(puVar12 + 0xc0)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar12 + 0xc0)" ( (binary_expression "puVar12 + 0xc0" identifier + number_literal) )))) || (parenthesized_expression "((*(byte *)((int)puVar11 + 0x15) & 0x10) != 0)" ( (binary_expression "(*(byte *)((int)puVar11 + 0x15) & 0x10) != 0" (parenthesized_expression "(*(byte *)((int)puVar11 + 0x15) & 0x10)" ( (binary_expression "*(byte *)((int)puVar11 + 0x15) & 0x10" (pointer_expression "*(byte *)((int)puVar11 + 0x15)" * (cast_expression "(byte *)((int)puVar11 + 0x15)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar11 + 0x15)" ( (binary_expression "(int)puVar11 + 0x15" (cast_expression "(int)puVar11" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) & number_literal) )) != number_literal) ))) )) ))) )) (goto_statement "goto LAB_0003ab3f;" goto statement_identifier ;)) }) (else_clause "else {\n puVar11 = puVar10;\n if (puVar10 == (undefined4 *)(puVar12 + 0xc0)) {\nLAB_0003ab3f:\n iVar9 = FUN_000380a0(pbVar3);\n if (iVar9 != 0) goto LAB_0003aa3c;\n puVar11 = puVar10;\n if (puVar10 == DAT_00077d90) {\n puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14);\n }\n }\n }" else (compound_statement "{\n puVar11 = puVar10;\n if (puVar10 == (undefined4 *)(puVar12 + 0xc0)) {\nLAB_0003ab3f:\n iVar9 = FUN_000380a0(pbVar3);\n if (iVar9 != 0) goto LAB_0003aa3c;\n puVar11 = puVar10;\n if (puVar10 == DAT_00077d90) {\n puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14);\n }\n }\n }" { (expression_statement "puVar11 = puVar10;" (assignment_expression "puVar11 = puVar10" identifier = identifier) ;) (if_statement "if (puVar10 == (undefined4 *)(puVar12 + 0xc0)) {\nLAB_0003ab3f:\n iVar9 = FUN_000380a0(pbVar3);\n if (iVar9 != 0) goto LAB_0003aa3c;\n puVar11 = puVar10;\n if (puVar10 == DAT_00077d90) {\n puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14);\n }\n }" if (parenthesized_expression "(puVar10 == (undefined4 *)(puVar12 + 0xc0))" ( (binary_expression "puVar10 == (undefined4 *)(puVar12 + 0xc0)" identifier == (cast_expression "(undefined4 *)(puVar12 + 0xc0)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar12 + 0xc0)" ( (binary_expression "puVar12 + 0xc0" identifier + number_literal) )))) )) (compound_statement "{\nLAB_0003ab3f:\n iVar9 = FUN_000380a0(pbVar3);\n if (iVar9 != 0) goto LAB_0003aa3c;\n puVar11 = puVar10;\n if (puVar10 == DAT_00077d90) {\n puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14);\n }\n }" { (labeled_statement "LAB_0003ab3f:\n iVar9 = FUN_000380a0(pbVar3);" statement_identifier : (expression_statement "iVar9 = FUN_000380a0(pbVar3);" (assignment_expression "iVar9 = FUN_000380a0(pbVar3)" identifier = (call_expression "FUN_000380a0(pbVar3)" identifier (argument_list "(pbVar3)" ( identifier )))) ;)) (if_statement "if (iVar9 != 0) goto LAB_0003aa3c;" if (parenthesized_expression "(iVar9 != 0)" ( (binary_expression "iVar9 != 0" identifier != number_literal) )) (goto_statement "goto LAB_0003aa3c;" goto statement_identifier ;)) (expression_statement "puVar11 = puVar10;" (assignment_expression "puVar11 = puVar10" identifier = identifier) ;) (if_statement "if (puVar10 == DAT_00077d90) {\n puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14);\n }" if (parenthesized_expression "(puVar10 == DAT_00077d90)" ( (binary_expression "puVar10 == DAT_00077d90" identifier == identifier) )) (compound_statement "{\n puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14);\n }" { (expression_statement "puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14);" (assignment_expression "puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14)" identifier = (pointer_expression "*(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14)" * (cast_expression "(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14)" ( (binary_expression "*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14" (pointer_expression "*(int *)(*(int *)(pbVar3 + 0xc) + 4)" * (cast_expression "(int *)(*(int *)(pbVar3 + 0xc) + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(pbVar3 + 0xc) + 4)" ( (binary_expression "*(int *)(pbVar3 + 0xc) + 4" (pointer_expression "*(int *)(pbVar3 + 0xc)" * (cast_expression "(int *)(pbVar3 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pbVar3 + 0xc)" ( (binary_expression "pbVar3 + 0xc" identifier + number_literal) )))) + number_literal) )))) + number_literal) ))))) ;) })) })) }))) (labeled_statement "LAB_0003a939:\n if (DAT_00077cec == puVar11) goto LAB_0003aa3c;" statement_identifier : (if_statement "if (DAT_00077cec == puVar11) goto LAB_0003aa3c;" if (parenthesized_expression "(DAT_00077cec == puVar11)" ( (binary_expression "DAT_00077cec == puVar11" identifier == identifier) )) (goto_statement "goto LAB_0003aa3c;" goto statement_identifier ;))) (labeled_statement "LAB_0003a947:\n uVar4 = FUN_00039db0();" statement_identifier : (expression_statement "uVar4 = FUN_00039db0();" (assignment_expression "uVar4 = FUN_00039db0()" identifier = (call_expression "FUN_00039db0()" identifier (argument_list "()" ( )))) ;)) (expression_statement "pbVar8 = pbVar3;" (assignment_expression "pbVar8 = pbVar3" identifier = identifier) ;) (if_statement "if ((*pbVar3 & 1) == 0) {\nLAB_0003aac2:\n puVar10 = *(undefined4 **)(*(int *)(pbVar8 + 4) + 0x14);\n }\n else {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if (puVar10 == DAT_00077d90) {\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n goto LAB_0003aac2;\n }\n }" if (parenthesized_expression "((*pbVar3 & 1) == 0)" ( (binary_expression "(*pbVar3 & 1) == 0" (parenthesized_expression "(*pbVar3 & 1)" ( (binary_expression "*pbVar3 & 1" (pointer_expression "*pbVar3" * identifier) & number_literal) )) == number_literal) )) (compound_statement "{\nLAB_0003aac2:\n puVar10 = *(undefined4 **)(*(int *)(pbVar8 + 4) + 0x14);\n }" { (labeled_statement "LAB_0003aac2:\n puVar10 = *(undefined4 **)(*(int *)(pbVar8 + 4) + 0x14);" statement_identifier : (expression_statement "puVar10 = *(undefined4 **)(*(int *)(pbVar8 + 4) + 0x14);" (assignment_expression "puVar10 = *(undefined4 **)(*(int *)(pbVar8 + 4) + 0x14)" identifier = (pointer_expression "*(undefined4 **)(*(int *)(pbVar8 + 4) + 0x14)" * (cast_expression "(undefined4 **)(*(int *)(pbVar8 + 4) + 0x14)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)(pbVar8 + 4) + 0x14)" ( (binary_expression "*(int *)(pbVar8 + 4) + 0x14" (pointer_expression "*(int *)(pbVar8 + 4)" * (cast_expression "(int *)(pbVar8 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pbVar8 + 4)" ( (binary_expression "pbVar8 + 4" identifier + number_literal) )))) + number_literal) ))))) ;)) }) (else_clause "else {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if (puVar10 == DAT_00077d90) {\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n goto LAB_0003aac2;\n }\n }" else (compound_statement "{\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if (puVar10 == DAT_00077d90) {\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n goto LAB_0003aac2;\n }\n }" { (expression_statement "puVar10 = *(undefined4 **)(pbVar3 + 4);" (assignment_expression "puVar10 = *(undefined4 **)(pbVar3 + 4)" identifier = (pointer_expression "*(undefined4 **)(pbVar3 + 4)" * (cast_expression "(undefined4 **)(pbVar3 + 4)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(pbVar3 + 4)" ( (binary_expression "pbVar3 + 4" identifier + number_literal) ))))) ;) (if_statement "if (puVar10 == DAT_00077d90) {\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n goto LAB_0003aac2;\n }" if (parenthesized_expression "(puVar10 == DAT_00077d90)" ( (binary_expression "puVar10 == DAT_00077d90" identifier == identifier) )) (compound_statement "{\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n goto LAB_0003aac2;\n }" { (expression_statement "pbVar8 = *(byte **)(pbVar3 + 0xc);" (assignment_expression "pbVar8 = *(byte **)(pbVar3 + 0xc)" identifier = (pointer_expression "*(byte **)(pbVar3 + 0xc)" * (cast_expression "(byte **)(pbVar3 + 0xc)" ( (type_descriptor "byte **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(pbVar3 + 0xc)" ( (binary_expression "pbVar3 + 0xc" identifier + number_literal) ))))) ;) (goto_statement "goto LAB_0003aac2;" goto statement_identifier ;) })) }))) (expression_statement "uVar1 = *puVar10;" (assignment_expression "uVar1 = *puVar10" identifier = (pointer_expression "*puVar10" * identifier)) ;) (expression_statement "uVar6 = dcgettext(0,"symbol `%s\' is already defined as \"%s\"/%s%ld",5);" (assignment_expression "uVar6 = dcgettext(0,"symbol `%s\' is already defined as \"%s\"/%s%ld",5)" identifier = (call_expression "dcgettext(0,"symbol `%s\' is already defined as \"%s\"/%s%ld",5)" identifier (argument_list "(0,"symbol `%s\' is already defined as \"%s\"/%s%ld",5)" ( number_literal , (string_literal ""symbol `%s\' is already defined as \"%s\"/%s%ld"" " string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content ") , number_literal )))) ;) (expression_statement "FUN_0002bd30(uVar6,param_1,uVar1,&DAT_00050b45,uVar4);" (call_expression "FUN_0002bd30(uVar6,param_1,uVar1,&DAT_00050b45,uVar4)" identifier (argument_list "(uVar6,param_1,uVar1,&DAT_00050b45,uVar4)" ( identifier , identifier , identifier , (pointer_expression "&DAT_00050b45" & identifier) , identifier ))) ;) (labeled_statement "LAB_0003a7aa:\n if (DAT_00077ee0 != 0) {\n if ((*pbVar3 & 1) != 0) {\n if (*(undefined4 **)(pbVar3 + 4) == DAT_00077d90) {\n pbVar3 = *(byte **)(pbVar3 + 0xc);\n }\n else {\n pbVar3 = (byte *)FUN_00038910();\n }\n }\n iVar9 = DAT_00077ee0;\n pbVar3[0x18] = 3;\n *(int *)(pbVar3 + 8) = iVar9;\n uVar14 = FUN_00039db0();\n *(undefined8 *)(pbVar3 + 0x10) = uVar14;\n *(undefined **)(pbVar3 + 0x24) = &DAT_00077d20;\n FUN_00038690(pbVar3,DAT_00077ce0);\n pbVar3[1] = pbVar3[1] | 1;\n }" statement_identifier : (if_statement "if (DAT_00077ee0 != 0) {\n if ((*pbVar3 & 1) != 0) {\n if (*(undefined4 **)(pbVar3 + 4) == DAT_00077d90) {\n pbVar3 = *(byte **)(pbVar3 + 0xc);\n }\n else {\n pbVar3 = (byte *)FUN_00038910();\n }\n }\n iVar9 = DAT_00077ee0;\n pbVar3[0x18] = 3;\n *(int *)(pbVar3 + 8) = iVar9;\n uVar14 = FUN_00039db0();\n *(undefined8 *)(pbVar3 + 0x10) = uVar14;\n *(undefined **)(pbVar3 + 0x24) = &DAT_00077d20;\n FUN_00038690(pbVar3,DAT_00077ce0);\n pbVar3[1] = pbVar3[1] | 1;\n }" if (parenthesized_expression "(DAT_00077ee0 != 0)" ( (binary_expression "DAT_00077ee0 != 0" identifier != number_literal) )) (compound_statement "{\n if ((*pbVar3 & 1) != 0) {\n if (*(undefined4 **)(pbVar3 + 4) == DAT_00077d90) {\n pbVar3 = *(byte **)(pbVar3 + 0xc);\n }\n else {\n pbVar3 = (byte *)FUN_00038910();\n }\n }\n iVar9 = DAT_00077ee0;\n pbVar3[0x18] = 3;\n *(int *)(pbVar3 + 8) = iVar9;\n uVar14 = FUN_00039db0();\n *(undefined8 *)(pbVar3 + 0x10) = uVar14;\n *(undefined **)(pbVar3 + 0x24) = &DAT_00077d20;\n FUN_00038690(pbVar3,DAT_00077ce0);\n pbVar3[1] = pbVar3[1] | 1;\n }" { (if_statement "if ((*pbVar3 & 1) != 0) {\n if (*(undefined4 **)(pbVar3 + 4) == DAT_00077d90) {\n pbVar3 = *(byte **)(pbVar3 + 0xc);\n }\n else {\n pbVar3 = (byte *)FUN_00038910();\n }\n }" if (parenthesized_expression "((*pbVar3 & 1) != 0)" ( (binary_expression "(*pbVar3 & 1) != 0" (parenthesized_expression "(*pbVar3 & 1)" ( (binary_expression "*pbVar3 & 1" (pointer_expression "*pbVar3" * identifier) & number_literal) )) != number_literal) )) (compound_statement "{\n if (*(undefined4 **)(pbVar3 + 4) == DAT_00077d90) {\n pbVar3 = *(byte **)(pbVar3 + 0xc);\n }\n else {\n pbVar3 = (byte *)FUN_00038910();\n }\n }" { (if_statement "if (*(undefined4 **)(pbVar3 + 4) == DAT_00077d90) {\n pbVar3 = *(byte **)(pbVar3 + 0xc);\n }\n else {\n pbVar3 = (byte *)FUN_00038910();\n }" if (parenthesized_expression "(*(undefined4 **)(pbVar3 + 4) == DAT_00077d90)" ( (binary_expression "*(undefined4 **)(pbVar3 + 4) == DAT_00077d90" (pointer_expression "*(undefined4 **)(pbVar3 + 4)" * (cast_expression "(undefined4 **)(pbVar3 + 4)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(pbVar3 + 4)" ( (binary_expression "pbVar3 + 4" identifier + number_literal) )))) == identifier) )) (compound_statement "{\n pbVar3 = *(byte **)(pbVar3 + 0xc);\n }" { (expression_statement "pbVar3 = *(byte **)(pbVar3 + 0xc);" (assignment_expression "pbVar3 = *(byte **)(pbVar3 + 0xc)" identifier = (pointer_expression "*(byte **)(pbVar3 + 0xc)" * (cast_expression "(byte **)(pbVar3 + 0xc)" ( (type_descriptor "byte **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(pbVar3 + 0xc)" ( (binary_expression "pbVar3 + 0xc" identifier + number_literal) ))))) ;) }) (else_clause "else {\n pbVar3 = (byte *)FUN_00038910();\n }" else (compound_statement "{\n pbVar3 = (byte *)FUN_00038910();\n }" { (expression_statement "pbVar3 = (byte *)FUN_00038910();" (assignment_expression "pbVar3 = (byte *)FUN_00038910()" identifier = (cast_expression "(byte *)FUN_00038910()" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00038910()" identifier (argument_list "()" ( ))))) ;) }))) })) (expression_statement "iVar9 = DAT_00077ee0;" (assignment_expression "iVar9 = DAT_00077ee0" identifier = identifier) ;) (expression_statement "pbVar3[0x18] = 3;" (assignment_expression "pbVar3[0x18] = 3" (subscript_expression "pbVar3[0x18]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(int *)(pbVar3 + 8) = iVar9;" (assignment_expression "*(int *)(pbVar3 + 8) = iVar9" (pointer_expression "*(int *)(pbVar3 + 8)" * (cast_expression "(int *)(pbVar3 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pbVar3 + 8)" ( (binary_expression "pbVar3 + 8" identifier + number_literal) )))) = identifier) ;) (expression_statement "uVar14 = FUN_00039db0();" (assignment_expression "uVar14 = FUN_00039db0()" identifier = (call_expression "FUN_00039db0()" identifier (argument_list "()" ( )))) ;) (expression_statement "*(undefined8 *)(pbVar3 + 0x10) = uVar14;" (assignment_expression "*(undefined8 *)(pbVar3 + 0x10) = uVar14" (pointer_expression "*(undefined8 *)(pbVar3 + 0x10)" * (cast_expression "(undefined8 *)(pbVar3 + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pbVar3 + 0x10)" ( (binary_expression "pbVar3 + 0x10" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined **)(pbVar3 + 0x24) = &DAT_00077d20;" (assignment_expression "*(undefined **)(pbVar3 + 0x24) = &DAT_00077d20" (pointer_expression "*(undefined **)(pbVar3 + 0x24)" * (cast_expression "(undefined **)(pbVar3 + 0x24)" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(pbVar3 + 0x24)" ( (binary_expression "pbVar3 + 0x24" identifier + number_literal) )))) = (pointer_expression "&DAT_00077d20" & identifier)) ;) (expression_statement "FUN_00038690(pbVar3,DAT_00077ce0);" (call_expression "FUN_00038690(pbVar3,DAT_00077ce0)" identifier (argument_list "(pbVar3,DAT_00077ce0)" ( identifier , identifier ))) ;) (expression_statement "pbVar3[1] = pbVar3[1] | 1;" (assignment_expression "pbVar3[1] = pbVar3[1] | 1" (subscript_expression "pbVar3[1]" identifier [ number_literal ]) = (binary_expression "pbVar3[1] | 1" (subscript_expression "pbVar3[1]" identifier [ number_literal ]) | number_literal)) ;) }))) (expression_statement "FUN_0001b3b0(pbVar3);" (call_expression "FUN_0001b3b0(pbVar3)" identifier (argument_list "(pbVar3)" ( identifier ))) ;) (return_statement "return pbVar3;" return identifier ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nsymbolS * colon(char *sym_name)\n\n{\n undefined1 *puVar1;\n asymbol *paVar2;\n fragS *pfVar3;\n byte bVar4;\n symbolS *symbolP;\n char *pcVar5;\n bfd_boolean bVar6;\n char *format;\n symbolS *psVar7;\n int iVar8;\n segT paVar9;\n segT paVar10;\n undefined *puVar11;\n valueT vVar12;\n addressT aVar13;\n addressT aVar14;\n byte local_24;\n \n symbolP = symbol_find_noref(sym_name,0);\n paVar9 = reg_section;\n if (symbolP == (symbolS *)0x0) {\n if ((flag_keep_locals == 0) &&\n (bVar6 = (*stdoutput->xvec->_bfd_is_local_label_name)(stdoutput,sym_name), pfVar3 = frag_now,\n bVar6 != 0)) {\n aVar13 = frag_now_fix();\n symbolP = (symbolS *)local_symbol_make(sym_name,now_seg,aVar13,pfVar3);\n }\n else {\n pfVar3 = frag_now;\n aVar13 = frag_now_fix();\n symbolP = symbol_new(sym_name,now_seg,aVar13,pfVar3);\n symbol_table_insert(symbolP);\n }\n goto LAB_0003a7aa;\n }\n paVar10 = (segT)symbolP->bsym;\n if (((uint)symbolP->sy_flags & 1) == 0) {\n puVar1 = &(symbolP->sy_flags).field_0x1;\n *puVar1 = *puVar1 & 0xfd;\nLAB_0003a6d4:\n if (((undefined *)paVar10->flags == PTR__bfd_std_section_0006efb4 + 0xc0) &&\n ((symbolP->sy_value).field_0x10 != '\x03')) {\n bVar4 = *(byte *)&symbolP->sy_flags >> 6 & 1;\nLAB_0003a8f1:\n puVar11 = PTR__bfd_std_section_0006efb4;\n if (bVar4 == 0) goto LAB_0003a8f9;\n }\n else {\n bVar4 = *(byte *)&symbolP->sy_flags >> 6 & 1;\n if ((((undefined *)paVar10->flags)[0x15] & 0x10) != 0) goto LAB_0003a8f1;\njoined_r0x0003a700:\n if (bVar4 == 0) {\nLAB_0003a84b:\n if (symbolP->sy_frag == frag_now) {\n vVar12 = S_GET_VALUE(symbolP);\n aVar13 = frag_now_fix();\n if (vVar12 == aVar13) {\n paVar9 = (segT)symbolP->bsym;\n if (((uint)symbolP->sy_flags & 1) == 0) {\nLAB_0003ac1e:\n paVar9 = (segT)paVar9->flags;\n }\n else if (reg_section == paVar9) {\n paVar9 = (segT)((symbolP->sy_value).X_op_symbol)->bsym;\n goto LAB_0003ac1e;\n }\n if (now_seg == paVar9) goto LAB_0003a7aa;\n }\n }\n pcVar5 = (char *)dcgettext(0,"symbol `%s\' is already defined");\n as_bad(pcVar5,sym_name);\n symbolP = symbol_clone(symbolP,0);\n define_sym_at_dot(symbolP);\n goto LAB_0003a7aa;\n }\n }\n puVar11 = PTR__bfd_std_section_0006efb4;\n symbolP = symbol_clone(symbolP,1);\n S_SET_VALUE(symbolP,0);\n psVar7 = symbolP;\n if (((uint)symbolP->sy_flags & 1) != 0) {\n if ((segT)symbolP->bsym != reg_section) goto LAB_0003a8f9;\n psVar7 = (symbolP->sy_value).X_op_symbol;\n }\n *(byte *)&psVar7->sy_flags = *(byte *)&psVar7->sy_flags & 0xbf;\n }\n else {\n if (reg_section != paVar10) {\n if ((paVar10 != (segT)(PTR__bfd_std_section_0006efb4 + 0xc0)) &&\n ((((fragS *)(symbolP->sy_value).X_op_symbol != frag_now || (now_seg != paVar10)) ||\n (aVar13 = (symbolP->sy_value).X_add_number, aVar14 = frag_now_fix(), aVar14 != aVar13))))\n {\n pcVar5 = (char *)dcgettext(0,"symbol `%s\' is already defined",5);\n as_bad(pcVar5,sym_name);\n return symbolP;\n }\n paVar9 = now_seg;\n (symbolP->sy_value).X_op_symbol = (symbolS *)frag_now;\n symbolP->bsym = (asymbol *)paVar9;\n aVar13 = frag_now_fix();\n (symbolP->sy_value).X_add_number = aVar13;\n goto LAB_0003a7aa;\n }\n symbolP = (symbolP->sy_value).X_op_symbol;\n puVar1 = &(symbolP->sy_flags).field_0x1;\n *puVar1 = *puVar1 & 0xfd;\n paVar10 = (segT)symbolP->bsym;\n if (((uint)symbolP->sy_flags & 1) == 0) goto LAB_0003a6d4;\n if (paVar9 == paVar10) {\n psVar7 = (symbolP->sy_value).X_op_symbol;\n if (psVar7->bsym->section == (bfd_section *)(PTR__bfd_std_section_0006efb4 + 0xc0)) {\n if ((psVar7->sy_value).field_0x10 == '\x03') {\n bVar4 = PTR__bfd_std_section_0006efb4[0xd5];\n goto joined_r0x0003aae2;\n }\n }\n else {\n if (reg_section != paVar9) goto LAB_0003a84b;\n bVar4 = *(byte *)((int)&psVar7->bsym->section->flags + 1);\njoined_r0x0003aae2:\n if ((bVar4 & 0x10) == 0) {\n bVar4 = *(byte *)&psVar7->sy_flags & 0x40;\n goto joined_r0x0003a700;\n }\n }\n bVar4 = *(byte *)&psVar7->sy_flags >> 6 & 1;\n goto LAB_0003a8f1;\n }\n puVar11 = PTR__bfd_std_section_0006efb4;\n if (paVar10 != (segT)(PTR__bfd_std_section_0006efb4 + 0xc0)) goto LAB_0003a84b;\n }\nLAB_0003a8f9:\n vVar12 = S_GET_VALUE(symbolP);\n if (vVar12 == 0) {\nLAB_0003a9d0:\n define_sym_at_dot(symbolP);\n goto LAB_0003a7aa;\n }\n paVar9 = (segT)symbolP->bsym;\n local_24 = (byte)((uint)symbolP->sy_flags & 1);\n if (((uint)symbolP->sy_flags & 1) == 0) {\n paVar10 = (segT)paVar9->flags;\n if (((uint)paVar9->prev & 4) != 0) goto LAB_0003a939;\n if (paVar10 == (segT)(puVar11 + 0xc0)) {\n iVar8 = S_IS_EXTERNAL(symbolP);\n }\n else {\n if ((paVar10->flags & 0x1000) == 0) goto LAB_0003a939;\n iVar8 = S_IS_EXTERNAL(symbolP);\n }\n if (iVar8 == 0) goto LAB_0003a939;\nLAB_0003aa3c:\n if (now_seg == data_section) goto LAB_0003a9d0;\n if (now_seg != bss_section) {\n if ((uint)local_24 == 0) {\nLAB_0003aa6f:\n paVar9 = (segT)paVar9->flags;\n }\n else if (paVar9 == reg_section) {\n paVar9 = (segT)((symbolP->sy_value).X_op_symbol)->bsym;\n goto LAB_0003aa6f;\n }\n if (now_seg != paVar9) goto LAB_0003a947;\n }\n vVar12 = S_GET_VALUE(symbolP);\n aVar13 = frag_now_fix();\n if ((uint)(vVar12 >> 0x20) < (uint)((uint)vVar12 < (uint)aVar13)) {\n aVar13 = frag_now_fix();\n S_SET_VALUE(symbolP,aVar13);\n }\n goto LAB_0003a7aa;\n }\n if (paVar9 == reg_section) {\n paVar2 = ((symbolP->sy_value).X_op_symbol)->bsym;\n paVar10 = paVar2->section;\n if (((paVar2->flags & 4) == 0) &&\n ((paVar10 == (segT)(puVar11 + 0xc0) || ((paVar10->flags & 0x1000) != 0)))) goto LAB_0003ab3f;\n }\n else {\n paVar10 = paVar9;\n if (paVar9 == (segT)(puVar11 + 0xc0)) {\nLAB_0003ab3f:\n iVar8 = S_IS_EXTERNAL(symbolP);\n if (iVar8 != 0) goto LAB_0003aa3c;\n paVar10 = paVar9;\n if (paVar9 == reg_section) {\n paVar10 = ((symbolP->sy_value).X_op_symbol)->bsym->section;\n }\n }\n }\nLAB_0003a939:\n if (bss_section == paVar10) goto LAB_0003aa3c;\nLAB_0003a947:\n vVar12 = S_GET_VALUE(symbolP);\n psVar7 = symbolP;\n if (((uint)symbolP->sy_flags & 1) == 0) {\nLAB_0003aac2:\n paVar9 = psVar7->bsym->section;\n }\n else {\n paVar9 = (segT)symbolP->bsym;\n if (paVar9 == reg_section) {\n psVar7 = (symbolP->sy_value).X_op_symbol;\n goto LAB_0003aac2;\n }\n }\n pcVar5 = paVar9->name;\n format = (char *)dcgettext(0,"symbol `%s\' is already defined as \"%s\"/%s%ld");\n as_bad(format,sym_name,pcVar5,&DAT_00050b45,(int)vVar12);\nLAB_0003a7aa:\n if (mri_common_symbol != (symbolS *)0x0) {\n if (((uint)symbolP->sy_flags & 1) != 0) {\n if ((segT)symbolP->bsym == reg_section) {\n symbolP = (symbolP->sy_value).X_op_symbol;\n }\n else {\n symbolP = local_symbol_convert((local_symbol *)symbolP);\n }\n }\n psVar7 = mri_common_symbol;\n (symbolP->sy_value).field_0x10 = 3;\n (symbolP->sy_value).X_add_symbol = psVar7;\n vVar12 = S_GET_VALUE(psVar7);\n (symbolP->sy_value).X_add_number = vVar12;\n symbolP->sy_frag = &zero_address_frag;\n S_SET_SEGMENT(symbolP,expr_section);\n puVar1 = &(symbolP->sy_flags).field_0x1;\n *puVar1 = *puVar1 | 1;\n }\n dwarf2_emit_label(symbolP);\n return symbolP;\n}\n\n" comment comment (function_definition "symbolS * colon(char *sym_name)\n\n{\n undefined1 *puVar1;\n asymbol *paVar2;\n fragS *pfVar3;\n byte bVar4;\n symbolS *symbolP;\n char *pcVar5;\n bfd_boolean bVar6;\n char *format;\n symbolS *psVar7;\n int iVar8;\n segT paVar9;\n segT paVar10;\n undefined *puVar11;\n valueT vVar12;\n addressT aVar13;\n addressT aVar14;\n byte local_24;\n \n symbolP = symbol_find_noref(sym_name,0);\n paVar9 = reg_section;\n if (symbolP == (symbolS *)0x0) {\n if ((flag_keep_locals == 0) &&\n (bVar6 = (*stdoutput->xvec->_bfd_is_local_label_name)(stdoutput,sym_name), pfVar3 = frag_now,\n bVar6 != 0)) {\n aVar13 = frag_now_fix();\n symbolP = (symbolS *)local_symbol_make(sym_name,now_seg,aVar13,pfVar3);\n }\n else {\n pfVar3 = frag_now;\n aVar13 = frag_now_fix();\n symbolP = symbol_new(sym_name,now_seg,aVar13,pfVar3);\n symbol_table_insert(symbolP);\n }\n goto LAB_0003a7aa;\n }\n paVar10 = (segT)symbolP->bsym;\n if (((uint)symbolP->sy_flags & 1) == 0) {\n puVar1 = &(symbolP->sy_flags).field_0x1;\n *puVar1 = *puVar1 & 0xfd;\nLAB_0003a6d4:\n if (((undefined *)paVar10->flags == PTR__bfd_std_section_0006efb4 + 0xc0) &&\n ((symbolP->sy_value).field_0x10 != '\x03')) {\n bVar4 = *(byte *)&symbolP->sy_flags >> 6 & 1;\nLAB_0003a8f1:\n puVar11 = PTR__bfd_std_section_0006efb4;\n if (bVar4 == 0) goto LAB_0003a8f9;\n }\n else {\n bVar4 = *(byte *)&symbolP->sy_flags >> 6 & 1;\n if ((((undefined *)paVar10->flags)[0x15] & 0x10) != 0) goto LAB_0003a8f1;\njoined_r0x0003a700:\n if (bVar4 == 0) {\nLAB_0003a84b:\n if (symbolP->sy_frag == frag_now) {\n vVar12 = S_GET_VALUE(symbolP);\n aVar13 = frag_now_fix();\n if (vVar12 == aVar13) {\n paVar9 = (segT)symbolP->bsym;\n if (((uint)symbolP->sy_flags & 1) == 0) {\nLAB_0003ac1e:\n paVar9 = (segT)paVar9->flags;\n }\n else if (reg_section == paVar9) {\n paVar9 = (segT)((symbolP->sy_value).X_op_symbol)->bsym;\n goto LAB_0003ac1e;\n }\n if (now_seg == paVar9) goto LAB_0003a7aa;\n }\n }\n pcVar5 = (char *)dcgettext(0,"symbol `%s\' is already defined");\n as_bad(pcVar5,sym_name);\n symbolP = symbol_clone(symbolP,0);\n define_sym_at_dot(symbolP);\n goto LAB_0003a7aa;\n }\n }\n puVar11 = PTR__bfd_std_section_0006efb4;\n symbolP = symbol_clone(symbolP,1);\n S_SET_VALUE(symbolP,0);\n psVar7 = symbolP;\n if (((uint)symbolP->sy_flags & 1) != 0) {\n if ((segT)symbolP->bsym != reg_section) goto LAB_0003a8f9;\n psVar7 = (symbolP->sy_value).X_op_symbol;\n }\n *(byte *)&psVar7->sy_flags = *(byte *)&psVar7->sy_flags & 0xbf;\n }\n else {\n if (reg_section != paVar10) {\n if ((paVar10 != (segT)(PTR__bfd_std_section_0006efb4 + 0xc0)) &&\n ((((fragS *)(symbolP->sy_value).X_op_symbol != frag_now || (now_seg != paVar10)) ||\n (aVar13 = (symbolP->sy_value).X_add_number, aVar14 = frag_now_fix(), aVar14 != aVar13))))\n {\n pcVar5 = (char *)dcgettext(0,"symbol `%s\' is already defined",5);\n as_bad(pcVar5,sym_name);\n return symbolP;\n }\n paVar9 = now_seg;\n (symbolP->sy_value).X_op_symbol = (symbolS *)frag_now;\n symbolP->bsym = (asymbol *)paVar9;\n aVar13 = frag_now_fix();\n (symbolP->sy_value).X_add_number = aVar13;\n goto LAB_0003a7aa;\n }\n symbolP = (symbolP->sy_value).X_op_symbol;\n puVar1 = &(symbolP->sy_flags).field_0x1;\n *puVar1 = *puVar1 & 0xfd;\n paVar10 = (segT)symbolP->bsym;\n if (((uint)symbolP->sy_flags & 1) == 0) goto LAB_0003a6d4;\n if (paVar9 == paVar10) {\n psVar7 = (symbolP->sy_value).X_op_symbol;\n if (psVar7->bsym->section == (bfd_section *)(PTR__bfd_std_section_0006efb4 + 0xc0)) {\n if ((psVar7->sy_value).field_0x10 == '\x03') {\n bVar4 = PTR__bfd_std_section_0006efb4[0xd5];\n goto joined_r0x0003aae2;\n }\n }\n else {\n if (reg_section != paVar9) goto LAB_0003a84b;\n bVar4 = *(byte *)((int)&psVar7->bsym->section->flags + 1);\njoined_r0x0003aae2:\n if ((bVar4 & 0x10) == 0) {\n bVar4 = *(byte *)&psVar7->sy_flags & 0x40;\n goto joined_r0x0003a700;\n }\n }\n bVar4 = *(byte *)&psVar7->sy_flags >> 6 & 1;\n goto LAB_0003a8f1;\n }\n puVar11 = PTR__bfd_std_section_0006efb4;\n if (paVar10 != (segT)(PTR__bfd_std_section_0006efb4 + 0xc0)) goto LAB_0003a84b;\n }\nLAB_0003a8f9:\n vVar12 = S_GET_VALUE(symbolP);\n if (vVar12 == 0) {\nLAB_0003a9d0:\n define_sym_at_dot(symbolP);\n goto LAB_0003a7aa;\n }\n paVar9 = (segT)symbolP->bsym;\n local_24 = (byte)((uint)symbolP->sy_flags & 1);\n if (((uint)symbolP->sy_flags & 1) == 0) {\n paVar10 = (segT)paVar9->flags;\n if (((uint)paVar9->prev & 4) != 0) goto LAB_0003a939;\n if (paVar10 == (segT)(puVar11 + 0xc0)) {\n iVar8 = S_IS_EXTERNAL(symbolP);\n }\n else {\n if ((paVar10->flags & 0x1000) == 0) goto LAB_0003a939;\n iVar8 = S_IS_EXTERNAL(symbolP);\n }\n if (iVar8 == 0) goto LAB_0003a939;\nLAB_0003aa3c:\n if (now_seg == data_section) goto LAB_0003a9d0;\n if (now_seg != bss_section) {\n if ((uint)local_24 == 0) {\nLAB_0003aa6f:\n paVar9 = (segT)paVar9->flags;\n }\n else if (paVar9 == reg_section) {\n paVar9 = (segT)((symbolP->sy_value).X_op_symbol)->bsym;\n goto LAB_0003aa6f;\n }\n if (now_seg != paVar9) goto LAB_0003a947;\n }\n vVar12 = S_GET_VALUE(symbolP);\n aVar13 = frag_now_fix();\n if ((uint)(vVar12 >> 0x20) < (uint)((uint)vVar12 < (uint)aVar13)) {\n aVar13 = frag_now_fix();\n S_SET_VALUE(symbolP,aVar13);\n }\n goto LAB_0003a7aa;\n }\n if (paVar9 == reg_section) {\n paVar2 = ((symbolP->sy_value).X_op_symbol)->bsym;\n paVar10 = paVar2->section;\n if (((paVar2->flags & 4) == 0) &&\n ((paVar10 == (segT)(puVar11 + 0xc0) || ((paVar10->flags & 0x1000) != 0)))) goto LAB_0003ab3f;\n }\n else {\n paVar10 = paVar9;\n if (paVar9 == (segT)(puVar11 + 0xc0)) {\nLAB_0003ab3f:\n iVar8 = S_IS_EXTERNAL(symbolP);\n if (iVar8 != 0) goto LAB_0003aa3c;\n paVar10 = paVar9;\n if (paVar9 == reg_section) {\n paVar10 = ((symbolP->sy_value).X_op_symbol)->bsym->section;\n }\n }\n }\nLAB_0003a939:\n if (bss_section == paVar10) goto LAB_0003aa3c;\nLAB_0003a947:\n vVar12 = S_GET_VALUE(symbolP);\n psVar7 = symbolP;\n if (((uint)symbolP->sy_flags & 1) == 0) {\nLAB_0003aac2:\n paVar9 = psVar7->bsym->section;\n }\n else {\n paVar9 = (segT)symbolP->bsym;\n if (paVar9 == reg_section) {\n psVar7 = (symbolP->sy_value).X_op_symbol;\n goto LAB_0003aac2;\n }\n }\n pcVar5 = paVar9->name;\n format = (char *)dcgettext(0,"symbol `%s\' is already defined as \"%s\"/%s%ld");\n as_bad(format,sym_name,pcVar5,&DAT_00050b45,(int)vVar12);\nLAB_0003a7aa:\n if (mri_common_symbol != (symbolS *)0x0) {\n if (((uint)symbolP->sy_flags & 1) != 0) {\n if ((segT)symbolP->bsym == reg_section) {\n symbolP = (symbolP->sy_value).X_op_symbol;\n }\n else {\n symbolP = local_symbol_convert((local_symbol *)symbolP);\n }\n }\n psVar7 = mri_common_symbol;\n (symbolP->sy_value).field_0x10 = 3;\n (symbolP->sy_value).X_add_symbol = psVar7;\n vVar12 = S_GET_VALUE(psVar7);\n (symbolP->sy_value).X_add_number = vVar12;\n symbolP->sy_frag = &zero_address_frag;\n S_SET_SEGMENT(symbolP,expr_section);\n puVar1 = &(symbolP->sy_flags).field_0x1;\n *puVar1 = *puVar1 | 1;\n }\n dwarf2_emit_label(symbolP);\n return symbolP;\n}" type_identifier (pointer_declarator "* colon(char *sym_name)" * (function_declarator "colon(char *sym_name)" identifier (parameter_list "(char *sym_name)" ( (parameter_declaration "char *sym_name" primitive_type (pointer_declarator "*sym_name" * identifier)) )))) (compound_statement "{\n undefined1 *puVar1;\n asymbol *paVar2;\n fragS *pfVar3;\n byte bVar4;\n symbolS *symbolP;\n char *pcVar5;\n bfd_boolean bVar6;\n char *format;\n symbolS *psVar7;\n int iVar8;\n segT paVar9;\n segT paVar10;\n undefined *puVar11;\n valueT vVar12;\n addressT aVar13;\n addressT aVar14;\n byte local_24;\n \n symbolP = symbol_find_noref(sym_name,0);\n paVar9 = reg_section;\n if (symbolP == (symbolS *)0x0) {\n if ((flag_keep_locals == 0) &&\n (bVar6 = (*stdoutput->xvec->_bfd_is_local_label_name)(stdoutput,sym_name), pfVar3 = frag_now,\n bVar6 != 0)) {\n aVar13 = frag_now_fix();\n symbolP = (symbolS *)local_symbol_make(sym_name,now_seg,aVar13,pfVar3);\n }\n else {\n pfVar3 = frag_now;\n aVar13 = frag_now_fix();\n symbolP = symbol_new(sym_name,now_seg,aVar13,pfVar3);\n symbol_table_insert(symbolP);\n }\n goto LAB_0003a7aa;\n }\n paVar10 = (segT)symbolP->bsym;\n if (((uint)symbolP->sy_flags & 1) == 0) {\n puVar1 = &(symbolP->sy_flags).field_0x1;\n *puVar1 = *puVar1 & 0xfd;\nLAB_0003a6d4:\n if (((undefined *)paVar10->flags == PTR__bfd_std_section_0006efb4 + 0xc0) &&\n ((symbolP->sy_value).field_0x10 != '\x03')) {\n bVar4 = *(byte *)&symbolP->sy_flags >> 6 & 1;\nLAB_0003a8f1:\n puVar11 = PTR__bfd_std_section_0006efb4;\n if (bVar4 == 0) goto LAB_0003a8f9;\n }\n else {\n bVar4 = *(byte *)&symbolP->sy_flags >> 6 & 1;\n if ((((undefined *)paVar10->flags)[0x15] & 0x10) != 0) goto LAB_0003a8f1;\njoined_r0x0003a700:\n if (bVar4 == 0) {\nLAB_0003a84b:\n if (symbolP->sy_frag == frag_now) {\n vVar12 = S_GET_VALUE(symbolP);\n aVar13 = frag_now_fix();\n if (vVar12 == aVar13) {\n paVar9 = (segT)symbolP->bsym;\n if (((uint)symbolP->sy_flags & 1) == 0) {\nLAB_0003ac1e:\n paVar9 = (segT)paVar9->flags;\n }\n else if (reg_section == paVar9) {\n paVar9 = (segT)((symbolP->sy_value).X_op_symbol)->bsym;\n goto LAB_0003ac1e;\n }\n if (now_seg == paVar9) goto LAB_0003a7aa;\n }\n }\n pcVar5 = (char *)dcgettext(0,"symbol `%s\' is already defined");\n as_bad(pcVar5,sym_name);\n symbolP = symbol_clone(symbolP,0);\n define_sym_at_dot(symbolP);\n goto LAB_0003a7aa;\n }\n }\n puVar11 = PTR__bfd_std_section_0006efb4;\n symbolP = symbol_clone(symbolP,1);\n S_SET_VALUE(symbolP,0);\n psVar7 = symbolP;\n if (((uint)symbolP->sy_flags & 1) != 0) {\n if ((segT)symbolP->bsym != reg_section) goto LAB_0003a8f9;\n psVar7 = (symbolP->sy_value).X_op_symbol;\n }\n *(byte *)&psVar7->sy_flags = *(byte *)&psVar7->sy_flags & 0xbf;\n }\n else {\n if (reg_section != paVar10) {\n if ((paVar10 != (segT)(PTR__bfd_std_section_0006efb4 + 0xc0)) &&\n ((((fragS *)(symbolP->sy_value).X_op_symbol != frag_now || (now_seg != paVar10)) ||\n (aVar13 = (symbolP->sy_value).X_add_number, aVar14 = frag_now_fix(), aVar14 != aVar13))))\n {\n pcVar5 = (char *)dcgettext(0,"symbol `%s\' is already defined",5);\n as_bad(pcVar5,sym_name);\n return symbolP;\n }\n paVar9 = now_seg;\n (symbolP->sy_value).X_op_symbol = (symbolS *)frag_now;\n symbolP->bsym = (asymbol *)paVar9;\n aVar13 = frag_now_fix();\n (symbolP->sy_value).X_add_number = aVar13;\n goto LAB_0003a7aa;\n }\n symbolP = (symbolP->sy_value).X_op_symbol;\n puVar1 = &(symbolP->sy_flags).field_0x1;\n *puVar1 = *puVar1 & 0xfd;\n paVar10 = (segT)symbolP->bsym;\n if (((uint)symbolP->sy_flags & 1) == 0) goto LAB_0003a6d4;\n if (paVar9 == paVar10) {\n psVar7 = (symbolP->sy_value).X_op_symbol;\n if (psVar7->bsym->section == (bfd_section *)(PTR__bfd_std_section_0006efb4 + 0xc0)) {\n if ((psVar7->sy_value).field_0x10 == '\x03') {\n bVar4 = PTR__bfd_std_section_0006efb4[0xd5];\n goto joined_r0x0003aae2;\n }\n }\n else {\n if (reg_section != paVar9) goto LAB_0003a84b;\n bVar4 = *(byte *)((int)&psVar7->bsym->section->flags + 1);\njoined_r0x0003aae2:\n if ((bVar4 & 0x10) == 0) {\n bVar4 = *(byte *)&psVar7->sy_flags & 0x40;\n goto joined_r0x0003a700;\n }\n }\n bVar4 = *(byte *)&psVar7->sy_flags >> 6 & 1;\n goto LAB_0003a8f1;\n }\n puVar11 = PTR__bfd_std_section_0006efb4;\n if (paVar10 != (segT)(PTR__bfd_std_section_0006efb4 + 0xc0)) goto LAB_0003a84b;\n }\nLAB_0003a8f9:\n vVar12 = S_GET_VALUE(symbolP);\n if (vVar12 == 0) {\nLAB_0003a9d0:\n define_sym_at_dot(symbolP);\n goto LAB_0003a7aa;\n }\n paVar9 = (segT)symbolP->bsym;\n local_24 = (byte)((uint)symbolP->sy_flags & 1);\n if (((uint)symbolP->sy_flags & 1) == 0) {\n paVar10 = (segT)paVar9->flags;\n if (((uint)paVar9->prev & 4) != 0) goto LAB_0003a939;\n if (paVar10 == (segT)(puVar11 + 0xc0)) {\n iVar8 = S_IS_EXTERNAL(symbolP);\n }\n else {\n if ((paVar10->flags & 0x1000) == 0) goto LAB_0003a939;\n iVar8 = S_IS_EXTERNAL(symbolP);\n }\n if (iVar8 == 0) goto LAB_0003a939;\nLAB_0003aa3c:\n if (now_seg == data_section) goto LAB_0003a9d0;\n if (now_seg != bss_section) {\n if ((uint)local_24 == 0) {\nLAB_0003aa6f:\n paVar9 = (segT)paVar9->flags;\n }\n else if (paVar9 == reg_section) {\n paVar9 = (segT)((symbolP->sy_value).X_op_symbol)->bsym;\n goto LAB_0003aa6f;\n }\n if (now_seg != paVar9) goto LAB_0003a947;\n }\n vVar12 = S_GET_VALUE(symbolP);\n aVar13 = frag_now_fix();\n if ((uint)(vVar12 >> 0x20) < (uint)((uint)vVar12 < (uint)aVar13)) {\n aVar13 = frag_now_fix();\n S_SET_VALUE(symbolP,aVar13);\n }\n goto LAB_0003a7aa;\n }\n if (paVar9 == reg_section) {\n paVar2 = ((symbolP->sy_value).X_op_symbol)->bsym;\n paVar10 = paVar2->section;\n if (((paVar2->flags & 4) == 0) &&\n ((paVar10 == (segT)(puVar11 + 0xc0) || ((paVar10->flags & 0x1000) != 0)))) goto LAB_0003ab3f;\n }\n else {\n paVar10 = paVar9;\n if (paVar9 == (segT)(puVar11 + 0xc0)) {\nLAB_0003ab3f:\n iVar8 = S_IS_EXTERNAL(symbolP);\n if (iVar8 != 0) goto LAB_0003aa3c;\n paVar10 = paVar9;\n if (paVar9 == reg_section) {\n paVar10 = ((symbolP->sy_value).X_op_symbol)->bsym->section;\n }\n }\n }\nLAB_0003a939:\n if (bss_section == paVar10) goto LAB_0003aa3c;\nLAB_0003a947:\n vVar12 = S_GET_VALUE(symbolP);\n psVar7 = symbolP;\n if (((uint)symbolP->sy_flags & 1) == 0) {\nLAB_0003aac2:\n paVar9 = psVar7->bsym->section;\n }\n else {\n paVar9 = (segT)symbolP->bsym;\n if (paVar9 == reg_section) {\n psVar7 = (symbolP->sy_value).X_op_symbol;\n goto LAB_0003aac2;\n }\n }\n pcVar5 = paVar9->name;\n format = (char *)dcgettext(0,"symbol `%s\' is already defined as \"%s\"/%s%ld");\n as_bad(format,sym_name,pcVar5,&DAT_00050b45,(int)vVar12);\nLAB_0003a7aa:\n if (mri_common_symbol != (symbolS *)0x0) {\n if (((uint)symbolP->sy_flags & 1) != 0) {\n if ((segT)symbolP->bsym == reg_section) {\n symbolP = (symbolP->sy_value).X_op_symbol;\n }\n else {\n symbolP = local_symbol_convert((local_symbol *)symbolP);\n }\n }\n psVar7 = mri_common_symbol;\n (symbolP->sy_value).field_0x10 = 3;\n (symbolP->sy_value).X_add_symbol = psVar7;\n vVar12 = S_GET_VALUE(psVar7);\n (symbolP->sy_value).X_add_number = vVar12;\n symbolP->sy_frag = &zero_address_frag;\n S_SET_SEGMENT(symbolP,expr_section);\n puVar1 = &(symbolP->sy_flags).field_0x1;\n *puVar1 = *puVar1 | 1;\n }\n dwarf2_emit_label(symbolP);\n return symbolP;\n}" { (declaration "undefined1 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "asymbol *paVar2;" type_identifier (pointer_declarator "*paVar2" * identifier) ;) (declaration "fragS *pfVar3;" type_identifier (pointer_declarator "*pfVar3" * identifier) ;) (declaration "byte bVar4;" type_identifier identifier ;) (declaration "symbolS *symbolP;" type_identifier (pointer_declarator "*symbolP" * identifier) ;) (declaration "char *pcVar5;" primitive_type (pointer_declarator "*pcVar5" * identifier) ;) (declaration "bfd_boolean bVar6;" type_identifier identifier ;) (declaration "char *format;" primitive_type (pointer_declarator "*format" * identifier) ;) (declaration "symbolS *psVar7;" type_identifier (pointer_declarator "*psVar7" * identifier) ;) (declaration "int iVar8;" primitive_type identifier ;) (declaration "segT paVar9;" type_identifier identifier ;) (declaration "segT paVar10;" type_identifier identifier ;) (declaration "undefined *puVar11;" type_identifier (pointer_declarator "*puVar11" * identifier) ;) (declaration "valueT vVar12;" type_identifier identifier ;) (declaration "addressT aVar13;" type_identifier identifier ;) (declaration "addressT aVar14;" type_identifier identifier ;) (declaration "byte local_24;" type_identifier identifier ;) (expression_statement "symbolP = symbol_find_noref(sym_name,0);" (assignment_expression "symbolP = symbol_find_noref(sym_name,0)" identifier = (call_expression "symbol_find_noref(sym_name,0)" identifier (argument_list "(sym_name,0)" ( identifier , number_literal )))) ;) (expression_statement "paVar9 = reg_section;" (assignment_expression "paVar9 = reg_section" identifier = identifier) ;) (if_statement "if (symbolP == (symbolS *)0x0) {\n if ((flag_keep_locals == 0) &&\n (bVar6 = (*stdoutput->xvec->_bfd_is_local_label_name)(stdoutput,sym_name), pfVar3 = frag_now,\n bVar6 != 0)) {\n aVar13 = frag_now_fix();\n symbolP = (symbolS *)local_symbol_make(sym_name,now_seg,aVar13,pfVar3);\n }\n else {\n pfVar3 = frag_now;\n aVar13 = frag_now_fix();\n symbolP = symbol_new(sym_name,now_seg,aVar13,pfVar3);\n symbol_table_insert(symbolP);\n }\n goto LAB_0003a7aa;\n }" if (parenthesized_expression "(symbolP == (symbolS *)0x0)" ( (binary_expression "symbolP == (symbolS *)0x0" identifier == (cast_expression "(symbolS *)0x0" ( (type_descriptor "symbolS *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n if ((flag_keep_locals == 0) &&\n (bVar6 = (*stdoutput->xvec->_bfd_is_local_label_name)(stdoutput,sym_name), pfVar3 = frag_now,\n bVar6 != 0)) {\n aVar13 = frag_now_fix();\n symbolP = (symbolS *)local_symbol_make(sym_name,now_seg,aVar13,pfVar3);\n }\n else {\n pfVar3 = frag_now;\n aVar13 = frag_now_fix();\n symbolP = symbol_new(sym_name,now_seg,aVar13,pfVar3);\n symbol_table_insert(symbolP);\n }\n goto LAB_0003a7aa;\n }" { (if_statement "if ((flag_keep_locals == 0) &&\n (bVar6 = (*stdoutput->xvec->_bfd_is_local_label_name)(stdoutput,sym_name), pfVar3 = frag_now,\n bVar6 != 0)) {\n aVar13 = frag_now_fix();\n symbolP = (symbolS *)local_symbol_make(sym_name,now_seg,aVar13,pfVar3);\n }\n else {\n pfVar3 = frag_now;\n aVar13 = frag_now_fix();\n symbolP = symbol_new(sym_name,now_seg,aVar13,pfVar3);\n symbol_table_insert(symbolP);\n }" if (parenthesized_expression "((flag_keep_locals == 0) &&\n (bVar6 = (*stdoutput->xvec->_bfd_is_local_label_name)(stdoutput,sym_name), pfVar3 = frag_now,\n bVar6 != 0))" ( (binary_expression "(flag_keep_locals == 0) &&\n (bVar6 = (*stdoutput->xvec->_bfd_is_local_label_name)(stdoutput,sym_name), pfVar3 = frag_now,\n bVar6 != 0)" (parenthesized_expression "(flag_keep_locals == 0)" ( (binary_expression "flag_keep_locals == 0" identifier == number_literal) )) && (parenthesized_expression "(bVar6 = (*stdoutput->xvec->_bfd_is_local_label_name)(stdoutput,sym_name), pfVar3 = frag_now,\n bVar6 != 0)" ( (comma_expression "bVar6 = (*stdoutput->xvec->_bfd_is_local_label_name)(stdoutput,sym_name), pfVar3 = frag_now,\n bVar6 != 0" (assignment_expression "bVar6 = (*stdoutput->xvec->_bfd_is_local_label_name)(stdoutput,sym_name)" identifier = (call_expression "(*stdoutput->xvec->_bfd_is_local_label_name)(stdoutput,sym_name)" (parenthesized_expression "(*stdoutput->xvec->_bfd_is_local_label_name)" ( (pointer_expression "*stdoutput->xvec->_bfd_is_local_label_name" * (field_expression "stdoutput->xvec->_bfd_is_local_label_name" (field_expression "stdoutput->xvec" identifier -> field_identifier) -> field_identifier)) )) (argument_list "(stdoutput,sym_name)" ( identifier , identifier )))) , (comma_expression "pfVar3 = frag_now,\n bVar6 != 0" (assignment_expression "pfVar3 = frag_now" identifier = identifier) , (binary_expression "bVar6 != 0" identifier != number_literal))) ))) )) (compound_statement "{\n aVar13 = frag_now_fix();\n symbolP = (symbolS *)local_symbol_make(sym_name,now_seg,aVar13,pfVar3);\n }" { (expression_statement "aVar13 = frag_now_fix();" (assignment_expression "aVar13 = frag_now_fix()" identifier = (call_expression "frag_now_fix()" identifier (argument_list "()" ( )))) ;) (expression_statement "symbolP = (symbolS *)local_symbol_make(sym_name,now_seg,aVar13,pfVar3);" (assignment_expression "symbolP = (symbolS *)local_symbol_make(sym_name,now_seg,aVar13,pfVar3)" identifier = (cast_expression "(symbolS *)local_symbol_make(sym_name,now_seg,aVar13,pfVar3)" ( (type_descriptor "symbolS *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "local_symbol_make(sym_name,now_seg,aVar13,pfVar3)" identifier (argument_list "(sym_name,now_seg,aVar13,pfVar3)" ( identifier , identifier , identifier , identifier ))))) ;) }) (else_clause "else {\n pfVar3 = frag_now;\n aVar13 = frag_now_fix();\n symbolP = symbol_new(sym_name,now_seg,aVar13,pfVar3);\n symbol_table_insert(symbolP);\n }" else (compound_statement "{\n pfVar3 = frag_now;\n aVar13 = frag_now_fix();\n symbolP = symbol_new(sym_name,now_seg,aVar13,pfVar3);\n symbol_table_insert(symbolP);\n }" { (expression_statement "pfVar3 = frag_now;" (assignment_expression "pfVar3 = frag_now" identifier = identifier) ;) (expression_statement "aVar13 = frag_now_fix();" (assignment_expression "aVar13 = frag_now_fix()" identifier = (call_expression "frag_now_fix()" identifier (argument_list "()" ( )))) ;) (expression_statement "symbolP = symbol_new(sym_name,now_seg,aVar13,pfVar3);" (assignment_expression "symbolP = symbol_new(sym_name,now_seg,aVar13,pfVar3)" identifier = (call_expression "symbol_new(sym_name,now_seg,aVar13,pfVar3)" identifier (argument_list "(sym_name,now_seg,aVar13,pfVar3)" ( identifier , identifier , identifier , identifier )))) ;) (expression_statement "symbol_table_insert(symbolP);" (call_expression "symbol_table_insert(symbolP)" identifier (argument_list "(symbolP)" ( identifier ))) ;) }))) (goto_statement "goto LAB_0003a7aa;" goto statement_identifier ;) })) (expression_statement "paVar10 = (segT)symbolP->bsym;" (assignment_expression "paVar10 = (segT)symbolP->bsym" identifier = (cast_expression "(segT)symbolP->bsym" ( (type_descriptor "segT" type_identifier) ) (field_expression "symbolP->bsym" identifier -> field_identifier))) ;) (if_statement "if (((uint)symbolP->sy_flags & 1) == 0) {\n puVar1 = &(symbolP->sy_flags).field_0x1;\n *puVar1 = *puVar1 & 0xfd;\nLAB_0003a6d4:\n if (((undefined *)paVar10->flags == PTR__bfd_std_section_0006efb4 + 0xc0) &&\n ((symbolP->sy_value).field_0x10 != '\x03')) {\n bVar4 = *(byte *)&symbolP->sy_flags >> 6 & 1;\nLAB_0003a8f1:\n puVar11 = PTR__bfd_std_section_0006efb4;\n if (bVar4 == 0) goto LAB_0003a8f9;\n }\n else {\n bVar4 = *(byte *)&symbolP->sy_flags >> 6 & 1;\n if ((((undefined *)paVar10->flags)[0x15] & 0x10) != 0) goto LAB_0003a8f1;\njoined_r0x0003a700:\n if (bVar4 == 0) {\nLAB_0003a84b:\n if (symbolP->sy_frag == frag_now) {\n vVar12 = S_GET_VALUE(symbolP);\n aVar13 = frag_now_fix();\n if (vVar12 == aVar13) {\n paVar9 = (segT)symbolP->bsym;\n if (((uint)symbolP->sy_flags & 1) == 0) {\nLAB_0003ac1e:\n paVar9 = (segT)paVar9->flags;\n }\n else if (reg_section == paVar9) {\n paVar9 = (segT)((symbolP->sy_value).X_op_symbol)->bsym;\n goto LAB_0003ac1e;\n }\n if (now_seg == paVar9) goto LAB_0003a7aa;\n }\n }\n pcVar5 = (char *)dcgettext(0,"symbol `%s\' is already defined");\n as_bad(pcVar5,sym_name);\n symbolP = symbol_clone(symbolP,0);\n define_sym_at_dot(symbolP);\n goto LAB_0003a7aa;\n }\n }\n puVar11 = PTR__bfd_std_section_0006efb4;\n symbolP = symbol_clone(symbolP,1);\n S_SET_VALUE(symbolP,0);\n psVar7 = symbolP;\n if (((uint)symbolP->sy_flags & 1) != 0) {\n if ((segT)symbolP->bsym != reg_section) goto LAB_0003a8f9;\n psVar7 = (symbolP->sy_value).X_op_symbol;\n }\n *(byte *)&psVar7->sy_flags = *(byte *)&psVar7->sy_flags & 0xbf;\n }\n else {\n if (reg_section != paVar10) {\n if ((paVar10 != (segT)(PTR__bfd_std_section_0006efb4 + 0xc0)) &&\n ((((fragS *)(symbolP->sy_value).X_op_symbol != frag_now || (now_seg != paVar10)) ||\n (aVar13 = (symbolP->sy_value).X_add_number, aVar14 = frag_now_fix(), aVar14 != aVar13))))\n {\n pcVar5 = (char *)dcgettext(0,"symbol `%s\' is already defined",5);\n as_bad(pcVar5,sym_name);\n return symbolP;\n }\n paVar9 = now_seg;\n (symbolP->sy_value).X_op_symbol = (symbolS *)frag_now;\n symbolP->bsym = (asymbol *)paVar9;\n aVar13 = frag_now_fix();\n (symbolP->sy_value).X_add_number = aVar13;\n goto LAB_0003a7aa;\n }\n symbolP = (symbolP->sy_value).X_op_symbol;\n puVar1 = &(symbolP->sy_flags).field_0x1;\n *puVar1 = *puVar1 & 0xfd;\n paVar10 = (segT)symbolP->bsym;\n if (((uint)symbolP->sy_flags & 1) == 0) goto LAB_0003a6d4;\n if (paVar9 == paVar10) {\n psVar7 = (symbolP->sy_value).X_op_symbol;\n if (psVar7->bsym->section == (bfd_section *)(PTR__bfd_std_section_0006efb4 + 0xc0)) {\n if ((psVar7->sy_value).field_0x10 == '\x03') {\n bVar4 = PTR__bfd_std_section_0006efb4[0xd5];\n goto joined_r0x0003aae2;\n }\n }\n else {\n if (reg_section != paVar9) goto LAB_0003a84b;\n bVar4 = *(byte *)((int)&psVar7->bsym->section->flags + 1);\njoined_r0x0003aae2:\n if ((bVar4 & 0x10) == 0) {\n bVar4 = *(byte *)&psVar7->sy_flags & 0x40;\n goto joined_r0x0003a700;\n }\n }\n bVar4 = *(byte *)&psVar7->sy_flags >> 6 & 1;\n goto LAB_0003a8f1;\n }\n puVar11 = PTR__bfd_std_section_0006efb4;\n if (paVar10 != (segT)(PTR__bfd_std_section_0006efb4 + 0xc0)) goto LAB_0003a84b;\n }" if (parenthesized_expression "(((uint)symbolP->sy_flags & 1) == 0)" ( (binary_expression "((uint)symbolP->sy_flags & 1) == 0" (parenthesized_expression "((uint)symbolP->sy_flags & 1)" ( (binary_expression "(uint)symbolP->sy_flags & 1" (cast_expression "(uint)symbolP->sy_flags" ( (type_descriptor "uint" type_identifier) ) (field_expression "symbolP->sy_flags" identifier -> field_identifier)) & number_literal) )) == number_literal) )) (compound_statement "{\n puVar1 = &(symbolP->sy_flags).field_0x1;\n *puVar1 = *puVar1 & 0xfd;\nLAB_0003a6d4:\n if (((undefined *)paVar10->flags == PTR__bfd_std_section_0006efb4 + 0xc0) &&\n ((symbolP->sy_value).field_0x10 != '\x03')) {\n bVar4 = *(byte *)&symbolP->sy_flags >> 6 & 1;\nLAB_0003a8f1:\n puVar11 = PTR__bfd_std_section_0006efb4;\n if (bVar4 == 0) goto LAB_0003a8f9;\n }\n else {\n bVar4 = *(byte *)&symbolP->sy_flags >> 6 & 1;\n if ((((undefined *)paVar10->flags)[0x15] & 0x10) != 0) goto LAB_0003a8f1;\njoined_r0x0003a700:\n if (bVar4 == 0) {\nLAB_0003a84b:\n if (symbolP->sy_frag == frag_now) {\n vVar12 = S_GET_VALUE(symbolP);\n aVar13 = frag_now_fix();\n if (vVar12 == aVar13) {\n paVar9 = (segT)symbolP->bsym;\n if (((uint)symbolP->sy_flags & 1) == 0) {\nLAB_0003ac1e:\n paVar9 = (segT)paVar9->flags;\n }\n else if (reg_section == paVar9) {\n paVar9 = (segT)((symbolP->sy_value).X_op_symbol)->bsym;\n goto LAB_0003ac1e;\n }\n if (now_seg == paVar9) goto LAB_0003a7aa;\n }\n }\n pcVar5 = (char *)dcgettext(0,"symbol `%s\' is already defined");\n as_bad(pcVar5,sym_name);\n symbolP = symbol_clone(symbolP,0);\n define_sym_at_dot(symbolP);\n goto LAB_0003a7aa;\n }\n }\n puVar11 = PTR__bfd_std_section_0006efb4;\n symbolP = symbol_clone(symbolP,1);\n S_SET_VALUE(symbolP,0);\n psVar7 = symbolP;\n if (((uint)symbolP->sy_flags & 1) != 0) {\n if ((segT)symbolP->bsym != reg_section) goto LAB_0003a8f9;\n psVar7 = (symbolP->sy_value).X_op_symbol;\n }\n *(byte *)&psVar7->sy_flags = *(byte *)&psVar7->sy_flags & 0xbf;\n }" { (expression_statement "puVar1 = &(symbolP->sy_flags).field_0x1;" (assignment_expression "puVar1 = &(symbolP->sy_flags).field_0x1" identifier = (pointer_expression "&(symbolP->sy_flags).field_0x1" & (field_expression "(symbolP->sy_flags).field_0x1" (parenthesized_expression "(symbolP->sy_flags)" ( (field_expression "symbolP->sy_flags" identifier -> field_identifier) )) . field_identifier))) ;) (expression_statement "*puVar1 = *puVar1 & 0xfd;" (assignment_expression "*puVar1 = *puVar1 & 0xfd" (pointer_expression "*puVar1" * identifier) = (binary_expression "*puVar1 & 0xfd" (pointer_expression "*puVar1" * identifier) & number_literal)) ;) (labeled_statement "LAB_0003a6d4:\n if (((undefined *)paVar10->flags == PTR__bfd_std_section_0006efb4 + 0xc0) &&\n ((symbolP->sy_value).field_0x10 != '\x03')) {\n bVar4 = *(byte *)&symbolP->sy_flags >> 6 & 1;\nLAB_0003a8f1:\n puVar11 = PTR__bfd_std_section_0006efb4;\n if (bVar4 == 0) goto LAB_0003a8f9;\n }\n else {\n bVar4 = *(byte *)&symbolP->sy_flags >> 6 & 1;\n if ((((undefined *)paVar10->flags)[0x15] & 0x10) != 0) goto LAB_0003a8f1;\njoined_r0x0003a700:\n if (bVar4 == 0) {\nLAB_0003a84b:\n if (symbolP->sy_frag == frag_now) {\n vVar12 = S_GET_VALUE(symbolP);\n aVar13 = frag_now_fix();\n if (vVar12 == aVar13) {\n paVar9 = (segT)symbolP->bsym;\n if (((uint)symbolP->sy_flags & 1) == 0) {\nLAB_0003ac1e:\n paVar9 = (segT)paVar9->flags;\n }\n else if (reg_section == paVar9) {\n paVar9 = (segT)((symbolP->sy_value).X_op_symbol)->bsym;\n goto LAB_0003ac1e;\n }\n if (now_seg == paVar9) goto LAB_0003a7aa;\n }\n }\n pcVar5 = (char *)dcgettext(0,"symbol `%s\' is already defined");\n as_bad(pcVar5,sym_name);\n symbolP = symbol_clone(symbolP,0);\n define_sym_at_dot(symbolP);\n goto LAB_0003a7aa;\n }\n }" statement_identifier : (if_statement "if (((undefined *)paVar10->flags == PTR__bfd_std_section_0006efb4 + 0xc0) &&\n ((symbolP->sy_value).field_0x10 != '\x03')) {\n bVar4 = *(byte *)&symbolP->sy_flags >> 6 & 1;\nLAB_0003a8f1:\n puVar11 = PTR__bfd_std_section_0006efb4;\n if (bVar4 == 0) goto LAB_0003a8f9;\n }\n else {\n bVar4 = *(byte *)&symbolP->sy_flags >> 6 & 1;\n if ((((undefined *)paVar10->flags)[0x15] & 0x10) != 0) goto LAB_0003a8f1;\njoined_r0x0003a700:\n if (bVar4 == 0) {\nLAB_0003a84b:\n if (symbolP->sy_frag == frag_now) {\n vVar12 = S_GET_VALUE(symbolP);\n aVar13 = frag_now_fix();\n if (vVar12 == aVar13) {\n paVar9 = (segT)symbolP->bsym;\n if (((uint)symbolP->sy_flags & 1) == 0) {\nLAB_0003ac1e:\n paVar9 = (segT)paVar9->flags;\n }\n else if (reg_section == paVar9) {\n paVar9 = (segT)((symbolP->sy_value).X_op_symbol)->bsym;\n goto LAB_0003ac1e;\n }\n if (now_seg == paVar9) goto LAB_0003a7aa;\n }\n }\n pcVar5 = (char *)dcgettext(0,"symbol `%s\' is already defined");\n as_bad(pcVar5,sym_name);\n symbolP = symbol_clone(symbolP,0);\n define_sym_at_dot(symbolP);\n goto LAB_0003a7aa;\n }\n }" if (parenthesized_expression "(((undefined *)paVar10->flags == PTR__bfd_std_section_0006efb4 + 0xc0) &&\n ((symbolP->sy_value).field_0x10 != '\x03'))" ( (binary_expression "((undefined *)paVar10->flags == PTR__bfd_std_section_0006efb4 + 0xc0) &&\n ((symbolP->sy_value).field_0x10 != '\x03')" (parenthesized_expression "((undefined *)paVar10->flags == PTR__bfd_std_section_0006efb4 + 0xc0)" ( (binary_expression "(undefined *)paVar10->flags == PTR__bfd_std_section_0006efb4 + 0xc0" (cast_expression "(undefined *)paVar10->flags" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "paVar10->flags" identifier -> field_identifier)) == (binary_expression "PTR__bfd_std_section_0006efb4 + 0xc0" identifier + number_literal)) )) && (parenthesized_expression "((symbolP->sy_value).field_0x10 != '\x03')" ( (binary_expression "(symbolP->sy_value).field_0x10 != '\x03'" (field_expression "(symbolP->sy_value).field_0x10" (parenthesized_expression "(symbolP->sy_value)" ( (field_expression "symbolP->sy_value" identifier -> field_identifier) )) . field_identifier) != (char_literal "'\x03'" ' escape_sequence ')) ))) )) (compound_statement "{\n bVar4 = *(byte *)&symbolP->sy_flags >> 6 & 1;\nLAB_0003a8f1:\n puVar11 = PTR__bfd_std_section_0006efb4;\n if (bVar4 == 0) goto LAB_0003a8f9;\n }" { (expression_statement "bVar4 = *(byte *)&symbolP->sy_flags >> 6 & 1;" (assignment_expression "bVar4 = *(byte *)&symbolP->sy_flags >> 6 & 1" identifier = (binary_expression "*(byte *)&symbolP->sy_flags >> 6 & 1" (binary_expression "*(byte *)&symbolP->sy_flags >> 6" (pointer_expression "*(byte *)&symbolP->sy_flags" * (cast_expression "(byte *)&symbolP->sy_flags" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&symbolP->sy_flags" & (field_expression "symbolP->sy_flags" identifier -> field_identifier)))) >> number_literal) & number_literal)) ;) (labeled_statement "LAB_0003a8f1:\n puVar11 = PTR__bfd_std_section_0006efb4;" statement_identifier : (expression_statement "puVar11 = PTR__bfd_std_section_0006efb4;" (assignment_expression "puVar11 = PTR__bfd_std_section_0006efb4" identifier = identifier) ;)) (if_statement "if (bVar4 == 0) goto LAB_0003a8f9;" if (parenthesized_expression "(bVar4 == 0)" ( (binary_expression "bVar4 == 0" identifier == number_literal) )) (goto_statement "goto LAB_0003a8f9;" goto statement_identifier ;)) }) (else_clause "else {\n bVar4 = *(byte *)&symbolP->sy_flags >> 6 & 1;\n if ((((undefined *)paVar10->flags)[0x15] & 0x10) != 0) goto LAB_0003a8f1;\njoined_r0x0003a700:\n if (bVar4 == 0) {\nLAB_0003a84b:\n if (symbolP->sy_frag == frag_now) {\n vVar12 = S_GET_VALUE(symbolP);\n aVar13 = frag_now_fix();\n if (vVar12 == aVar13) {\n paVar9 = (segT)symbolP->bsym;\n if (((uint)symbolP->sy_flags & 1) == 0) {\nLAB_0003ac1e:\n paVar9 = (segT)paVar9->flags;\n }\n else if (reg_section == paVar9) {\n paVar9 = (segT)((symbolP->sy_value).X_op_symbol)->bsym;\n goto LAB_0003ac1e;\n }\n if (now_seg == paVar9) goto LAB_0003a7aa;\n }\n }\n pcVar5 = (char *)dcgettext(0,"symbol `%s\' is already defined");\n as_bad(pcVar5,sym_name);\n symbolP = symbol_clone(symbolP,0);\n define_sym_at_dot(symbolP);\n goto LAB_0003a7aa;\n }\n }" else (compound_statement "{\n bVar4 = *(byte *)&symbolP->sy_flags >> 6 & 1;\n if ((((undefined *)paVar10->flags)[0x15] & 0x10) != 0) goto LAB_0003a8f1;\njoined_r0x0003a700:\n if (bVar4 == 0) {\nLAB_0003a84b:\n if (symbolP->sy_frag == frag_now) {\n vVar12 = S_GET_VALUE(symbolP);\n aVar13 = frag_now_fix();\n if (vVar12 == aVar13) {\n paVar9 = (segT)symbolP->bsym;\n if (((uint)symbolP->sy_flags & 1) == 0) {\nLAB_0003ac1e:\n paVar9 = (segT)paVar9->flags;\n }\n else if (reg_section == paVar9) {\n paVar9 = (segT)((symbolP->sy_value).X_op_symbol)->bsym;\n goto LAB_0003ac1e;\n }\n if (now_seg == paVar9) goto LAB_0003a7aa;\n }\n }\n pcVar5 = (char *)dcgettext(0,"symbol `%s\' is already defined");\n as_bad(pcVar5,sym_name);\n symbolP = symbol_clone(symbolP,0);\n define_sym_at_dot(symbolP);\n goto LAB_0003a7aa;\n }\n }" { (expression_statement "bVar4 = *(byte *)&symbolP->sy_flags >> 6 & 1;" (assignment_expression "bVar4 = *(byte *)&symbolP->sy_flags >> 6 & 1" identifier = (binary_expression "*(byte *)&symbolP->sy_flags >> 6 & 1" (binary_expression "*(byte *)&symbolP->sy_flags >> 6" (pointer_expression "*(byte *)&symbolP->sy_flags" * (cast_expression "(byte *)&symbolP->sy_flags" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&symbolP->sy_flags" & (field_expression "symbolP->sy_flags" identifier -> field_identifier)))) >> number_literal) & number_literal)) ;) (if_statement "if ((((undefined *)paVar10->flags)[0x15] & 0x10) != 0) goto LAB_0003a8f1;" if (parenthesized_expression "((((undefined *)paVar10->flags)[0x15] & 0x10) != 0)" ( (binary_expression "(((undefined *)paVar10->flags)[0x15] & 0x10) != 0" (parenthesized_expression "(((undefined *)paVar10->flags)[0x15] & 0x10)" ( (binary_expression "((undefined *)paVar10->flags)[0x15] & 0x10" (subscript_expression "((undefined *)paVar10->flags)[0x15]" (parenthesized_expression "((undefined *)paVar10->flags)" ( (cast_expression "(undefined *)paVar10->flags" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "paVar10->flags" identifier -> field_identifier)) )) [ number_literal ]) & number_literal) )) != number_literal) )) (goto_statement "goto LAB_0003a8f1;" goto statement_identifier ;)) (labeled_statement "joined_r0x0003a700:\n if (bVar4 == 0) {\nLAB_0003a84b:\n if (symbolP->sy_frag == frag_now) {\n vVar12 = S_GET_VALUE(symbolP);\n aVar13 = frag_now_fix();\n if (vVar12 == aVar13) {\n paVar9 = (segT)symbolP->bsym;\n if (((uint)symbolP->sy_flags & 1) == 0) {\nLAB_0003ac1e:\n paVar9 = (segT)paVar9->flags;\n }\n else if (reg_section == paVar9) {\n paVar9 = (segT)((symbolP->sy_value).X_op_symbol)->bsym;\n goto LAB_0003ac1e;\n }\n if (now_seg == paVar9) goto LAB_0003a7aa;\n }\n }\n pcVar5 = (char *)dcgettext(0,"symbol `%s\' is already defined");\n as_bad(pcVar5,sym_name);\n symbolP = symbol_clone(symbolP,0);\n define_sym_at_dot(symbolP);\n goto LAB_0003a7aa;\n }" statement_identifier : (if_statement "if (bVar4 == 0) {\nLAB_0003a84b:\n if (symbolP->sy_frag == frag_now) {\n vVar12 = S_GET_VALUE(symbolP);\n aVar13 = frag_now_fix();\n if (vVar12 == aVar13) {\n paVar9 = (segT)symbolP->bsym;\n if (((uint)symbolP->sy_flags & 1) == 0) {\nLAB_0003ac1e:\n paVar9 = (segT)paVar9->flags;\n }\n else if (reg_section == paVar9) {\n paVar9 = (segT)((symbolP->sy_value).X_op_symbol)->bsym;\n goto LAB_0003ac1e;\n }\n if (now_seg == paVar9) goto LAB_0003a7aa;\n }\n }\n pcVar5 = (char *)dcgettext(0,"symbol `%s\' is already defined");\n as_bad(pcVar5,sym_name);\n symbolP = symbol_clone(symbolP,0);\n define_sym_at_dot(symbolP);\n goto LAB_0003a7aa;\n }" if (parenthesized_expression "(bVar4 == 0)" ( (binary_expression "bVar4 == 0" identifier == number_literal) )) (compound_statement "{\nLAB_0003a84b:\n if (symbolP->sy_frag == frag_now) {\n vVar12 = S_GET_VALUE(symbolP);\n aVar13 = frag_now_fix();\n if (vVar12 == aVar13) {\n paVar9 = (segT)symbolP->bsym;\n if (((uint)symbolP->sy_flags & 1) == 0) {\nLAB_0003ac1e:\n paVar9 = (segT)paVar9->flags;\n }\n else if (reg_section == paVar9) {\n paVar9 = (segT)((symbolP->sy_value).X_op_symbol)->bsym;\n goto LAB_0003ac1e;\n }\n if (now_seg == paVar9) goto LAB_0003a7aa;\n }\n }\n pcVar5 = (char *)dcgettext(0,"symbol `%s\' is already defined");\n as_bad(pcVar5,sym_name);\n symbolP = symbol_clone(symbolP,0);\n define_sym_at_dot(symbolP);\n goto LAB_0003a7aa;\n }" { (labeled_statement "LAB_0003a84b:\n if (symbolP->sy_frag == frag_now) {\n vVar12 = S_GET_VALUE(symbolP);\n aVar13 = frag_now_fix();\n if (vVar12 == aVar13) {\n paVar9 = (segT)symbolP->bsym;\n if (((uint)symbolP->sy_flags & 1) == 0) {\nLAB_0003ac1e:\n paVar9 = (segT)paVar9->flags;\n }\n else if (reg_section == paVar9) {\n paVar9 = (segT)((symbolP->sy_value).X_op_symbol)->bsym;\n goto LAB_0003ac1e;\n }\n if (now_seg == paVar9) goto LAB_0003a7aa;\n }\n }" statement_identifier : (if_statement "if (symbolP->sy_frag == frag_now) {\n vVar12 = S_GET_VALUE(symbolP);\n aVar13 = frag_now_fix();\n if (vVar12 == aVar13) {\n paVar9 = (segT)symbolP->bsym;\n if (((uint)symbolP->sy_flags & 1) == 0) {\nLAB_0003ac1e:\n paVar9 = (segT)paVar9->flags;\n }\n else if (reg_section == paVar9) {\n paVar9 = (segT)((symbolP->sy_value).X_op_symbol)->bsym;\n goto LAB_0003ac1e;\n }\n if (now_seg == paVar9) goto LAB_0003a7aa;\n }\n }" if (parenthesized_expression "(symbolP->sy_frag == frag_now)" ( (binary_expression "symbolP->sy_frag == frag_now" (field_expression "symbolP->sy_frag" identifier -> field_identifier) == identifier) )) (compound_statement "{\n vVar12 = S_GET_VALUE(symbolP);\n aVar13 = frag_now_fix();\n if (vVar12 == aVar13) {\n paVar9 = (segT)symbolP->bsym;\n if (((uint)symbolP->sy_flags & 1) == 0) {\nLAB_0003ac1e:\n paVar9 = (segT)paVar9->flags;\n }\n else if (reg_section == paVar9) {\n paVar9 = (segT)((symbolP->sy_value).X_op_symbol)->bsym;\n goto LAB_0003ac1e;\n }\n if (now_seg == paVar9) goto LAB_0003a7aa;\n }\n }" { (expression_statement "vVar12 = S_GET_VALUE(symbolP);" (assignment_expression "vVar12 = S_GET_VALUE(symbolP)" identifier = (call_expression "S_GET_VALUE(symbolP)" identifier (argument_list "(symbolP)" ( identifier )))) ;) (expression_statement "aVar13 = frag_now_fix();" (assignment_expression "aVar13 = frag_now_fix()" identifier = (call_expression "frag_now_fix()" identifier (argument_list "()" ( )))) ;) (if_statement "if (vVar12 == aVar13) {\n paVar9 = (segT)symbolP->bsym;\n if (((uint)symbolP->sy_flags & 1) == 0) {\nLAB_0003ac1e:\n paVar9 = (segT)paVar9->flags;\n }\n else if (reg_section == paVar9) {\n paVar9 = (segT)((symbolP->sy_value).X_op_symbol)->bsym;\n goto LAB_0003ac1e;\n }\n if (now_seg == paVar9) goto LAB_0003a7aa;\n }" if (parenthesized_expression "(vVar12 == aVar13)" ( (binary_expression "vVar12 == aVar13" identifier == identifier) )) (compound_statement "{\n paVar9 = (segT)symbolP->bsym;\n if (((uint)symbolP->sy_flags & 1) == 0) {\nLAB_0003ac1e:\n paVar9 = (segT)paVar9->flags;\n }\n else if (reg_section == paVar9) {\n paVar9 = (segT)((symbolP->sy_value).X_op_symbol)->bsym;\n goto LAB_0003ac1e;\n }\n if (now_seg == paVar9) goto LAB_0003a7aa;\n }" { (expression_statement "paVar9 = (segT)symbolP->bsym;" (assignment_expression "paVar9 = (segT)symbolP->bsym" identifier = (cast_expression "(segT)symbolP->bsym" ( (type_descriptor "segT" type_identifier) ) (field_expression "symbolP->bsym" identifier -> field_identifier))) ;) (if_statement "if (((uint)symbolP->sy_flags & 1) == 0) {\nLAB_0003ac1e:\n paVar9 = (segT)paVar9->flags;\n }\n else if (reg_section == paVar9) {\n paVar9 = (segT)((symbolP->sy_value).X_op_symbol)->bsym;\n goto LAB_0003ac1e;\n }" if (parenthesized_expression "(((uint)symbolP->sy_flags & 1) == 0)" ( (binary_expression "((uint)symbolP->sy_flags & 1) == 0" (parenthesized_expression "((uint)symbolP->sy_flags & 1)" ( (binary_expression "(uint)symbolP->sy_flags & 1" (cast_expression "(uint)symbolP->sy_flags" ( (type_descriptor "uint" type_identifier) ) (field_expression "symbolP->sy_flags" identifier -> field_identifier)) & number_literal) )) == number_literal) )) (compound_statement "{\nLAB_0003ac1e:\n paVar9 = (segT)paVar9->flags;\n }" { (labeled_statement "LAB_0003ac1e:\n paVar9 = (segT)paVar9->flags;" statement_identifier : (expression_statement "paVar9 = (segT)paVar9->flags;" (assignment_expression "paVar9 = (segT)paVar9->flags" identifier = (cast_expression "(segT)paVar9->flags" ( (type_descriptor "segT" type_identifier) ) (field_expression "paVar9->flags" identifier -> field_identifier))) ;)) }) (else_clause "else if (reg_section == paVar9) {\n paVar9 = (segT)((symbolP->sy_value).X_op_symbol)->bsym;\n goto LAB_0003ac1e;\n }" else (if_statement "if (reg_section == paVar9) {\n paVar9 = (segT)((symbolP->sy_value).X_op_symbol)->bsym;\n goto LAB_0003ac1e;\n }" if (parenthesized_expression "(reg_section == paVar9)" ( (binary_expression "reg_section == paVar9" identifier == identifier) )) (compound_statement "{\n paVar9 = (segT)((symbolP->sy_value).X_op_symbol)->bsym;\n goto LAB_0003ac1e;\n }" { (expression_statement "paVar9 = (segT)((symbolP->sy_value).X_op_symbol)->bsym;" (assignment_expression "paVar9 = (segT)((symbolP->sy_value).X_op_symbol)->bsym" identifier = (field_expression "(segT)((symbolP->sy_value).X_op_symbol)->bsym" (call_expression "(segT)((symbolP->sy_value).X_op_symbol)" (parenthesized_expression "(segT)" ( identifier )) (argument_list "((symbolP->sy_value).X_op_symbol)" ( (field_expression "(symbolP->sy_value).X_op_symbol" (parenthesized_expression "(symbolP->sy_value)" ( (field_expression "symbolP->sy_value" identifier -> field_identifier) )) . field_identifier) ))) -> field_identifier)) ;) (goto_statement "goto LAB_0003ac1e;" goto statement_identifier ;) })))) (if_statement "if (now_seg == paVar9) goto LAB_0003a7aa;" if (parenthesized_expression "(now_seg == paVar9)" ( (binary_expression "now_seg == paVar9" identifier == identifier) )) (goto_statement "goto LAB_0003a7aa;" goto statement_identifier ;)) })) }))) (expression_statement "pcVar5 = (char *)dcgettext(0,"symbol `%s\' is already defined");" (assignment_expression "pcVar5 = (char *)dcgettext(0,"symbol `%s\' is already defined")" identifier = (cast_expression "(char *)dcgettext(0,"symbol `%s\' is already defined")" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"symbol `%s\' is already defined")" identifier (argument_list "(0,"symbol `%s\' is already defined")" ( number_literal , (string_literal ""symbol `%s\' is already defined"" " string_content escape_sequence string_content ") ))))) ;) (expression_statement "as_bad(pcVar5,sym_name);" (call_expression "as_bad(pcVar5,sym_name)" identifier (argument_list "(pcVar5,sym_name)" ( identifier , identifier ))) ;) (expression_statement "symbolP = symbol_clone(symbolP,0);" (assignment_expression "symbolP = symbol_clone(symbolP,0)" identifier = (call_expression "symbol_clone(symbolP,0)" identifier (argument_list "(symbolP,0)" ( identifier , number_literal )))) ;) (expression_statement "define_sym_at_dot(symbolP);" (call_expression "define_sym_at_dot(symbolP)" identifier (argument_list "(symbolP)" ( identifier ))) ;) (goto_statement "goto LAB_0003a7aa;" goto statement_identifier ;) }))) })))) (expression_statement "puVar11 = PTR__bfd_std_section_0006efb4;" (assignment_expression "puVar11 = PTR__bfd_std_section_0006efb4" identifier = identifier) ;) (expression_statement "symbolP = symbol_clone(symbolP,1);" (assignment_expression "symbolP = symbol_clone(symbolP,1)" identifier = (call_expression "symbol_clone(symbolP,1)" identifier (argument_list "(symbolP,1)" ( identifier , number_literal )))) ;) (expression_statement "S_SET_VALUE(symbolP,0);" (call_expression "S_SET_VALUE(symbolP,0)" identifier (argument_list "(symbolP,0)" ( identifier , number_literal ))) ;) (expression_statement "psVar7 = symbolP;" (assignment_expression "psVar7 = symbolP" identifier = identifier) ;) (if_statement "if (((uint)symbolP->sy_flags & 1) != 0) {\n if ((segT)symbolP->bsym != reg_section) goto LAB_0003a8f9;\n psVar7 = (symbolP->sy_value).X_op_symbol;\n }" if (parenthesized_expression "(((uint)symbolP->sy_flags & 1) != 0)" ( (binary_expression "((uint)symbolP->sy_flags & 1) != 0" (parenthesized_expression "((uint)symbolP->sy_flags & 1)" ( (binary_expression "(uint)symbolP->sy_flags & 1" (cast_expression "(uint)symbolP->sy_flags" ( (type_descriptor "uint" type_identifier) ) (field_expression "symbolP->sy_flags" identifier -> field_identifier)) & number_literal) )) != number_literal) )) (compound_statement "{\n if ((segT)symbolP->bsym != reg_section) goto LAB_0003a8f9;\n psVar7 = (symbolP->sy_value).X_op_symbol;\n }" { (if_statement "if ((segT)symbolP->bsym != reg_section) goto LAB_0003a8f9;" if (parenthesized_expression "((segT)symbolP->bsym != reg_section)" ( (binary_expression "(segT)symbolP->bsym != reg_section" (cast_expression "(segT)symbolP->bsym" ( (type_descriptor "segT" type_identifier) ) (field_expression "symbolP->bsym" identifier -> field_identifier)) != identifier) )) (goto_statement "goto LAB_0003a8f9;" goto statement_identifier ;)) (expression_statement "psVar7 = (symbolP->sy_value).X_op_symbol;" (assignment_expression "psVar7 = (symbolP->sy_value).X_op_symbol" identifier = (field_expression "(symbolP->sy_value).X_op_symbol" (parenthesized_expression "(symbolP->sy_value)" ( (field_expression "symbolP->sy_value" identifier -> field_identifier) )) . field_identifier)) ;) })) (expression_statement "*(byte *)&psVar7->sy_flags = *(byte *)&psVar7->sy_flags & 0xbf;" (assignment_expression "*(byte *)&psVar7->sy_flags = *(byte *)&psVar7->sy_flags & 0xbf" (pointer_expression "*(byte *)&psVar7->sy_flags" * (cast_expression "(byte *)&psVar7->sy_flags" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&psVar7->sy_flags" & (field_expression "psVar7->sy_flags" identifier -> field_identifier)))) = (binary_expression "*(byte *)&psVar7->sy_flags & 0xbf" (pointer_expression "*(byte *)&psVar7->sy_flags" * (cast_expression "(byte *)&psVar7->sy_flags" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&psVar7->sy_flags" & (field_expression "psVar7->sy_flags" identifier -> field_identifier)))) & number_literal)) ;) }) (else_clause "else {\n if (reg_section != paVar10) {\n if ((paVar10 != (segT)(PTR__bfd_std_section_0006efb4 + 0xc0)) &&\n ((((fragS *)(symbolP->sy_value).X_op_symbol != frag_now || (now_seg != paVar10)) ||\n (aVar13 = (symbolP->sy_value).X_add_number, aVar14 = frag_now_fix(), aVar14 != aVar13))))\n {\n pcVar5 = (char *)dcgettext(0,"symbol `%s\' is already defined",5);\n as_bad(pcVar5,sym_name);\n return symbolP;\n }\n paVar9 = now_seg;\n (symbolP->sy_value).X_op_symbol = (symbolS *)frag_now;\n symbolP->bsym = (asymbol *)paVar9;\n aVar13 = frag_now_fix();\n (symbolP->sy_value).X_add_number = aVar13;\n goto LAB_0003a7aa;\n }\n symbolP = (symbolP->sy_value).X_op_symbol;\n puVar1 = &(symbolP->sy_flags).field_0x1;\n *puVar1 = *puVar1 & 0xfd;\n paVar10 = (segT)symbolP->bsym;\n if (((uint)symbolP->sy_flags & 1) == 0) goto LAB_0003a6d4;\n if (paVar9 == paVar10) {\n psVar7 = (symbolP->sy_value).X_op_symbol;\n if (psVar7->bsym->section == (bfd_section *)(PTR__bfd_std_section_0006efb4 + 0xc0)) {\n if ((psVar7->sy_value).field_0x10 == '\x03') {\n bVar4 = PTR__bfd_std_section_0006efb4[0xd5];\n goto joined_r0x0003aae2;\n }\n }\n else {\n if (reg_section != paVar9) goto LAB_0003a84b;\n bVar4 = *(byte *)((int)&psVar7->bsym->section->flags + 1);\njoined_r0x0003aae2:\n if ((bVar4 & 0x10) == 0) {\n bVar4 = *(byte *)&psVar7->sy_flags & 0x40;\n goto joined_r0x0003a700;\n }\n }\n bVar4 = *(byte *)&psVar7->sy_flags >> 6 & 1;\n goto LAB_0003a8f1;\n }\n puVar11 = PTR__bfd_std_section_0006efb4;\n if (paVar10 != (segT)(PTR__bfd_std_section_0006efb4 + 0xc0)) goto LAB_0003a84b;\n }" else (compound_statement "{\n if (reg_section != paVar10) {\n if ((paVar10 != (segT)(PTR__bfd_std_section_0006efb4 + 0xc0)) &&\n ((((fragS *)(symbolP->sy_value).X_op_symbol != frag_now || (now_seg != paVar10)) ||\n (aVar13 = (symbolP->sy_value).X_add_number, aVar14 = frag_now_fix(), aVar14 != aVar13))))\n {\n pcVar5 = (char *)dcgettext(0,"symbol `%s\' is already defined",5);\n as_bad(pcVar5,sym_name);\n return symbolP;\n }\n paVar9 = now_seg;\n (symbolP->sy_value).X_op_symbol = (symbolS *)frag_now;\n symbolP->bsym = (asymbol *)paVar9;\n aVar13 = frag_now_fix();\n (symbolP->sy_value).X_add_number = aVar13;\n goto LAB_0003a7aa;\n }\n symbolP = (symbolP->sy_value).X_op_symbol;\n puVar1 = &(symbolP->sy_flags).field_0x1;\n *puVar1 = *puVar1 & 0xfd;\n paVar10 = (segT)symbolP->bsym;\n if (((uint)symbolP->sy_flags & 1) == 0) goto LAB_0003a6d4;\n if (paVar9 == paVar10) {\n psVar7 = (symbolP->sy_value).X_op_symbol;\n if (psVar7->bsym->section == (bfd_section *)(PTR__bfd_std_section_0006efb4 + 0xc0)) {\n if ((psVar7->sy_value).field_0x10 == '\x03') {\n bVar4 = PTR__bfd_std_section_0006efb4[0xd5];\n goto joined_r0x0003aae2;\n }\n }\n else {\n if (reg_section != paVar9) goto LAB_0003a84b;\n bVar4 = *(byte *)((int)&psVar7->bsym->section->flags + 1);\njoined_r0x0003aae2:\n if ((bVar4 & 0x10) == 0) {\n bVar4 = *(byte *)&psVar7->sy_flags & 0x40;\n goto joined_r0x0003a700;\n }\n }\n bVar4 = *(byte *)&psVar7->sy_flags >> 6 & 1;\n goto LAB_0003a8f1;\n }\n puVar11 = PTR__bfd_std_section_0006efb4;\n if (paVar10 != (segT)(PTR__bfd_std_section_0006efb4 + 0xc0)) goto LAB_0003a84b;\n }" { (if_statement "if (reg_section != paVar10) {\n if ((paVar10 != (segT)(PTR__bfd_std_section_0006efb4 + 0xc0)) &&\n ((((fragS *)(symbolP->sy_value).X_op_symbol != frag_now || (now_seg != paVar10)) ||\n (aVar13 = (symbolP->sy_value).X_add_number, aVar14 = frag_now_fix(), aVar14 != aVar13))))\n {\n pcVar5 = (char *)dcgettext(0,"symbol `%s\' is already defined",5);\n as_bad(pcVar5,sym_name);\n return symbolP;\n }\n paVar9 = now_seg;\n (symbolP->sy_value).X_op_symbol = (symbolS *)frag_now;\n symbolP->bsym = (asymbol *)paVar9;\n aVar13 = frag_now_fix();\n (symbolP->sy_value).X_add_number = aVar13;\n goto LAB_0003a7aa;\n }" if (parenthesized_expression "(reg_section != paVar10)" ( (binary_expression "reg_section != paVar10" identifier != identifier) )) (compound_statement "{\n if ((paVar10 != (segT)(PTR__bfd_std_section_0006efb4 + 0xc0)) &&\n ((((fragS *)(symbolP->sy_value).X_op_symbol != frag_now || (now_seg != paVar10)) ||\n (aVar13 = (symbolP->sy_value).X_add_number, aVar14 = frag_now_fix(), aVar14 != aVar13))))\n {\n pcVar5 = (char *)dcgettext(0,"symbol `%s\' is already defined",5);\n as_bad(pcVar5,sym_name);\n return symbolP;\n }\n paVar9 = now_seg;\n (symbolP->sy_value).X_op_symbol = (symbolS *)frag_now;\n symbolP->bsym = (asymbol *)paVar9;\n aVar13 = frag_now_fix();\n (symbolP->sy_value).X_add_number = aVar13;\n goto LAB_0003a7aa;\n }" { (if_statement "if ((paVar10 != (segT)(PTR__bfd_std_section_0006efb4 + 0xc0)) &&\n ((((fragS *)(symbolP->sy_value).X_op_symbol != frag_now || (now_seg != paVar10)) ||\n (aVar13 = (symbolP->sy_value).X_add_number, aVar14 = frag_now_fix(), aVar14 != aVar13))))\n {\n pcVar5 = (char *)dcgettext(0,"symbol `%s\' is already defined",5);\n as_bad(pcVar5,sym_name);\n return symbolP;\n }" if (parenthesized_expression "((paVar10 != (segT)(PTR__bfd_std_section_0006efb4 + 0xc0)) &&\n ((((fragS *)(symbolP->sy_value).X_op_symbol != frag_now || (now_seg != paVar10)) ||\n (aVar13 = (symbolP->sy_value).X_add_number, aVar14 = frag_now_fix(), aVar14 != aVar13))))" ( (binary_expression "(paVar10 != (segT)(PTR__bfd_std_section_0006efb4 + 0xc0)) &&\n ((((fragS *)(symbolP->sy_value).X_op_symbol != frag_now || (now_seg != paVar10)) ||\n (aVar13 = (symbolP->sy_value).X_add_number, aVar14 = frag_now_fix(), aVar14 != aVar13)))" (parenthesized_expression "(paVar10 != (segT)(PTR__bfd_std_section_0006efb4 + 0xc0))" ( (binary_expression "paVar10 != (segT)(PTR__bfd_std_section_0006efb4 + 0xc0)" identifier != (call_expression "(segT)(PTR__bfd_std_section_0006efb4 + 0xc0)" (parenthesized_expression "(segT)" ( identifier )) (argument_list "(PTR__bfd_std_section_0006efb4 + 0xc0)" ( (binary_expression "PTR__bfd_std_section_0006efb4 + 0xc0" identifier + number_literal) )))) )) && (parenthesized_expression "((((fragS *)(symbolP->sy_value).X_op_symbol != frag_now || (now_seg != paVar10)) ||\n (aVar13 = (symbolP->sy_value).X_add_number, aVar14 = frag_now_fix(), aVar14 != aVar13)))" ( (parenthesized_expression "(((fragS *)(symbolP->sy_value).X_op_symbol != frag_now || (now_seg != paVar10)) ||\n (aVar13 = (symbolP->sy_value).X_add_number, aVar14 = frag_now_fix(), aVar14 != aVar13))" ( (binary_expression "((fragS *)(symbolP->sy_value).X_op_symbol != frag_now || (now_seg != paVar10)) ||\n (aVar13 = (symbolP->sy_value).X_add_number, aVar14 = frag_now_fix(), aVar14 != aVar13)" (parenthesized_expression "((fragS *)(symbolP->sy_value).X_op_symbol != frag_now || (now_seg != paVar10))" ( (binary_expression "(fragS *)(symbolP->sy_value).X_op_symbol != frag_now || (now_seg != paVar10)" (binary_expression "(fragS *)(symbolP->sy_value).X_op_symbol != frag_now" (cast_expression "(fragS *)(symbolP->sy_value).X_op_symbol" ( (type_descriptor "fragS *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "(symbolP->sy_value).X_op_symbol" (parenthesized_expression "(symbolP->sy_value)" ( (field_expression "symbolP->sy_value" identifier -> field_identifier) )) . field_identifier)) != identifier) || (parenthesized_expression "(now_seg != paVar10)" ( (binary_expression "now_seg != paVar10" identifier != identifier) ))) )) || (parenthesized_expression "(aVar13 = (symbolP->sy_value).X_add_number, aVar14 = frag_now_fix(), aVar14 != aVar13)" ( (comma_expression "aVar13 = (symbolP->sy_value).X_add_number, aVar14 = frag_now_fix(), aVar14 != aVar13" (assignment_expression "aVar13 = (symbolP->sy_value).X_add_number" identifier = (field_expression "(symbolP->sy_value).X_add_number" (parenthesized_expression "(symbolP->sy_value)" ( (field_expression "symbolP->sy_value" identifier -> field_identifier) )) . field_identifier)) , (comma_expression "aVar14 = frag_now_fix(), aVar14 != aVar13" (assignment_expression "aVar14 = frag_now_fix()" identifier = (call_expression "frag_now_fix()" identifier (argument_list "()" ( )))) , (binary_expression "aVar14 != aVar13" identifier != identifier))) ))) )) ))) )) (compound_statement "{\n pcVar5 = (char *)dcgettext(0,"symbol `%s\' is already defined",5);\n as_bad(pcVar5,sym_name);\n return symbolP;\n }" { (expression_statement "pcVar5 = (char *)dcgettext(0,"symbol `%s\' is already defined",5);" (assignment_expression "pcVar5 = (char *)dcgettext(0,"symbol `%s\' is already defined",5)" identifier = (cast_expression "(char *)dcgettext(0,"symbol `%s\' is already defined",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"symbol `%s\' is already defined",5)" identifier (argument_list "(0,"symbol `%s\' is already defined",5)" ( number_literal , (string_literal ""symbol `%s\' is already defined"" " string_content escape_sequence string_content ") , number_literal ))))) ;) (expression_statement "as_bad(pcVar5,sym_name);" (call_expression "as_bad(pcVar5,sym_name)" identifier (argument_list "(pcVar5,sym_name)" ( identifier , identifier ))) ;) (return_statement "return symbolP;" return identifier ;) })) (expression_statement "paVar9 = now_seg;" (assignment_expression "paVar9 = now_seg" identifier = identifier) ;) (expression_statement "(symbolP->sy_value).X_op_symbol = (symbolS *)frag_now;" (assignment_expression "(symbolP->sy_value).X_op_symbol = (symbolS *)frag_now" (field_expression "(symbolP->sy_value).X_op_symbol" (parenthesized_expression "(symbolP->sy_value)" ( (field_expression "symbolP->sy_value" identifier -> field_identifier) )) . field_identifier) = (cast_expression "(symbolS *)frag_now" ( (type_descriptor "symbolS *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "symbolP->bsym = (asymbol *)paVar9;" (assignment_expression "symbolP->bsym = (asymbol *)paVar9" (field_expression "symbolP->bsym" identifier -> field_identifier) = (cast_expression "(asymbol *)paVar9" ( (type_descriptor "asymbol *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "aVar13 = frag_now_fix();" (assignment_expression "aVar13 = frag_now_fix()" identifier = (call_expression "frag_now_fix()" identifier (argument_list "()" ( )))) ;) (expression_statement "(symbolP->sy_value).X_add_number = aVar13;" (assignment_expression "(symbolP->sy_value).X_add_number = aVar13" (field_expression "(symbolP->sy_value).X_add_number" (parenthesized_expression "(symbolP->sy_value)" ( (field_expression "symbolP->sy_value" identifier -> field_identifier) )) . field_identifier) = identifier) ;) (goto_statement "goto LAB_0003a7aa;" goto statement_identifier ;) })) (expression_statement "symbolP = (symbolP->sy_value).X_op_symbol;" (assignment_expression "symbolP = (symbolP->sy_value).X_op_symbol" identifier = (field_expression "(symbolP->sy_value).X_op_symbol" (parenthesized_expression "(symbolP->sy_value)" ( (field_expression "symbolP->sy_value" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "puVar1 = &(symbolP->sy_flags).field_0x1;" (assignment_expression "puVar1 = &(symbolP->sy_flags).field_0x1" identifier = (pointer_expression "&(symbolP->sy_flags).field_0x1" & (field_expression "(symbolP->sy_flags).field_0x1" (parenthesized_expression "(symbolP->sy_flags)" ( (field_expression "symbolP->sy_flags" identifier -> field_identifier) )) . field_identifier))) ;) (expression_statement "*puVar1 = *puVar1 & 0xfd;" (assignment_expression "*puVar1 = *puVar1 & 0xfd" (pointer_expression "*puVar1" * identifier) = (binary_expression "*puVar1 & 0xfd" (pointer_expression "*puVar1" * identifier) & number_literal)) ;) (expression_statement "paVar10 = (segT)symbolP->bsym;" (assignment_expression "paVar10 = (segT)symbolP->bsym" identifier = (cast_expression "(segT)symbolP->bsym" ( (type_descriptor "segT" type_identifier) ) (field_expression "symbolP->bsym" identifier -> field_identifier))) ;) (if_statement "if (((uint)symbolP->sy_flags & 1) == 0) goto LAB_0003a6d4;" if (parenthesized_expression "(((uint)symbolP->sy_flags & 1) == 0)" ( (binary_expression "((uint)symbolP->sy_flags & 1) == 0" (parenthesized_expression "((uint)symbolP->sy_flags & 1)" ( (binary_expression "(uint)symbolP->sy_flags & 1" (cast_expression "(uint)symbolP->sy_flags" ( (type_descriptor "uint" type_identifier) ) (field_expression "symbolP->sy_flags" identifier -> field_identifier)) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_0003a6d4;" goto statement_identifier ;)) (if_statement "if (paVar9 == paVar10) {\n psVar7 = (symbolP->sy_value).X_op_symbol;\n if (psVar7->bsym->section == (bfd_section *)(PTR__bfd_std_section_0006efb4 + 0xc0)) {\n if ((psVar7->sy_value).field_0x10 == '\x03') {\n bVar4 = PTR__bfd_std_section_0006efb4[0xd5];\n goto joined_r0x0003aae2;\n }\n }\n else {\n if (reg_section != paVar9) goto LAB_0003a84b;\n bVar4 = *(byte *)((int)&psVar7->bsym->section->flags + 1);\njoined_r0x0003aae2:\n if ((bVar4 & 0x10) == 0) {\n bVar4 = *(byte *)&psVar7->sy_flags & 0x40;\n goto joined_r0x0003a700;\n }\n }\n bVar4 = *(byte *)&psVar7->sy_flags >> 6 & 1;\n goto LAB_0003a8f1;\n }" if (parenthesized_expression "(paVar9 == paVar10)" ( (binary_expression "paVar9 == paVar10" identifier == identifier) )) (compound_statement "{\n psVar7 = (symbolP->sy_value).X_op_symbol;\n if (psVar7->bsym->section == (bfd_section *)(PTR__bfd_std_section_0006efb4 + 0xc0)) {\n if ((psVar7->sy_value).field_0x10 == '\x03') {\n bVar4 = PTR__bfd_std_section_0006efb4[0xd5];\n goto joined_r0x0003aae2;\n }\n }\n else {\n if (reg_section != paVar9) goto LAB_0003a84b;\n bVar4 = *(byte *)((int)&psVar7->bsym->section->flags + 1);\njoined_r0x0003aae2:\n if ((bVar4 & 0x10) == 0) {\n bVar4 = *(byte *)&psVar7->sy_flags & 0x40;\n goto joined_r0x0003a700;\n }\n }\n bVar4 = *(byte *)&psVar7->sy_flags >> 6 & 1;\n goto LAB_0003a8f1;\n }" { (expression_statement "psVar7 = (symbolP->sy_value).X_op_symbol;" (assignment_expression "psVar7 = (symbolP->sy_value).X_op_symbol" identifier = (field_expression "(symbolP->sy_value).X_op_symbol" (parenthesized_expression "(symbolP->sy_value)" ( (field_expression "symbolP->sy_value" identifier -> field_identifier) )) . field_identifier)) ;) (if_statement "if (psVar7->bsym->section == (bfd_section *)(PTR__bfd_std_section_0006efb4 + 0xc0)) {\n if ((psVar7->sy_value).field_0x10 == '\x03') {\n bVar4 = PTR__bfd_std_section_0006efb4[0xd5];\n goto joined_r0x0003aae2;\n }\n }\n else {\n if (reg_section != paVar9) goto LAB_0003a84b;\n bVar4 = *(byte *)((int)&psVar7->bsym->section->flags + 1);\njoined_r0x0003aae2:\n if ((bVar4 & 0x10) == 0) {\n bVar4 = *(byte *)&psVar7->sy_flags & 0x40;\n goto joined_r0x0003a700;\n }\n }" if (parenthesized_expression "(psVar7->bsym->section == (bfd_section *)(PTR__bfd_std_section_0006efb4 + 0xc0))" ( (binary_expression "psVar7->bsym->section == (bfd_section *)(PTR__bfd_std_section_0006efb4 + 0xc0)" (field_expression "psVar7->bsym->section" (field_expression "psVar7->bsym" identifier -> field_identifier) -> field_identifier) == (cast_expression "(bfd_section *)(PTR__bfd_std_section_0006efb4 + 0xc0)" ( (type_descriptor "bfd_section *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR__bfd_std_section_0006efb4 + 0xc0)" ( (binary_expression "PTR__bfd_std_section_0006efb4 + 0xc0" identifier + number_literal) )))) )) (compound_statement "{\n if ((psVar7->sy_value).field_0x10 == '\x03') {\n bVar4 = PTR__bfd_std_section_0006efb4[0xd5];\n goto joined_r0x0003aae2;\n }\n }" { (if_statement "if ((psVar7->sy_value).field_0x10 == '\x03') {\n bVar4 = PTR__bfd_std_section_0006efb4[0xd5];\n goto joined_r0x0003aae2;\n }" if (parenthesized_expression "((psVar7->sy_value).field_0x10 == '\x03')" ( (binary_expression "(psVar7->sy_value).field_0x10 == '\x03'" (field_expression "(psVar7->sy_value).field_0x10" (parenthesized_expression "(psVar7->sy_value)" ( (field_expression "psVar7->sy_value" identifier -> field_identifier) )) . field_identifier) == (char_literal "'\x03'" ' escape_sequence ')) )) (compound_statement "{\n bVar4 = PTR__bfd_std_section_0006efb4[0xd5];\n goto joined_r0x0003aae2;\n }" { (expression_statement "bVar4 = PTR__bfd_std_section_0006efb4[0xd5];" (assignment_expression "bVar4 = PTR__bfd_std_section_0006efb4[0xd5]" identifier = (subscript_expression "PTR__bfd_std_section_0006efb4[0xd5]" identifier [ number_literal ])) ;) (goto_statement "goto joined_r0x0003aae2;" goto statement_identifier ;) })) }) (else_clause "else {\n if (reg_section != paVar9) goto LAB_0003a84b;\n bVar4 = *(byte *)((int)&psVar7->bsym->section->flags + 1);\njoined_r0x0003aae2:\n if ((bVar4 & 0x10) == 0) {\n bVar4 = *(byte *)&psVar7->sy_flags & 0x40;\n goto joined_r0x0003a700;\n }\n }" else (compound_statement "{\n if (reg_section != paVar9) goto LAB_0003a84b;\n bVar4 = *(byte *)((int)&psVar7->bsym->section->flags + 1);\njoined_r0x0003aae2:\n if ((bVar4 & 0x10) == 0) {\n bVar4 = *(byte *)&psVar7->sy_flags & 0x40;\n goto joined_r0x0003a700;\n }\n }" { (if_statement "if (reg_section != paVar9) goto LAB_0003a84b;" if (parenthesized_expression "(reg_section != paVar9)" ( (binary_expression "reg_section != paVar9" identifier != identifier) )) (goto_statement "goto LAB_0003a84b;" goto statement_identifier ;)) (expression_statement "bVar4 = *(byte *)((int)&psVar7->bsym->section->flags + 1);" (assignment_expression "bVar4 = *(byte *)((int)&psVar7->bsym->section->flags + 1)" identifier = (pointer_expression "*(byte *)((int)&psVar7->bsym->section->flags + 1)" * (cast_expression "(byte *)((int)&psVar7->bsym->section->flags + 1)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&psVar7->bsym->section->flags + 1)" ( (binary_expression "(int)&psVar7->bsym->section->flags + 1" (cast_expression "(int)&psVar7->bsym->section->flags" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&psVar7->bsym->section->flags" & (field_expression "psVar7->bsym->section->flags" (field_expression "psVar7->bsym->section" (field_expression "psVar7->bsym" identifier -> field_identifier) -> field_identifier) -> field_identifier))) + number_literal) ))))) ;) (labeled_statement "joined_r0x0003aae2:\n if ((bVar4 & 0x10) == 0) {\n bVar4 = *(byte *)&psVar7->sy_flags & 0x40;\n goto joined_r0x0003a700;\n }" statement_identifier : (if_statement "if ((bVar4 & 0x10) == 0) {\n bVar4 = *(byte *)&psVar7->sy_flags & 0x40;\n goto joined_r0x0003a700;\n }" if (parenthesized_expression "((bVar4 & 0x10) == 0)" ( (binary_expression "(bVar4 & 0x10) == 0" (parenthesized_expression "(bVar4 & 0x10)" ( (binary_expression "bVar4 & 0x10" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n bVar4 = *(byte *)&psVar7->sy_flags & 0x40;\n goto joined_r0x0003a700;\n }" { (expression_statement "bVar4 = *(byte *)&psVar7->sy_flags & 0x40;" (assignment_expression "bVar4 = *(byte *)&psVar7->sy_flags & 0x40" identifier = (binary_expression "*(byte *)&psVar7->sy_flags & 0x40" (pointer_expression "*(byte *)&psVar7->sy_flags" * (cast_expression "(byte *)&psVar7->sy_flags" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&psVar7->sy_flags" & (field_expression "psVar7->sy_flags" identifier -> field_identifier)))) & number_literal)) ;) (goto_statement "goto joined_r0x0003a700;" goto statement_identifier ;) }))) }))) (expression_statement "bVar4 = *(byte *)&psVar7->sy_flags >> 6 & 1;" (assignment_expression "bVar4 = *(byte *)&psVar7->sy_flags >> 6 & 1" identifier = (binary_expression "*(byte *)&psVar7->sy_flags >> 6 & 1" (binary_expression "*(byte *)&psVar7->sy_flags >> 6" (pointer_expression "*(byte *)&psVar7->sy_flags" * (cast_expression "(byte *)&psVar7->sy_flags" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&psVar7->sy_flags" & (field_expression "psVar7->sy_flags" identifier -> field_identifier)))) >> number_literal) & number_literal)) ;) (goto_statement "goto LAB_0003a8f1;" goto statement_identifier ;) })) (expression_statement "puVar11 = PTR__bfd_std_section_0006efb4;" (assignment_expression "puVar11 = PTR__bfd_std_section_0006efb4" identifier = identifier) ;) (if_statement "if (paVar10 != (segT)(PTR__bfd_std_section_0006efb4 + 0xc0)) goto LAB_0003a84b;" if (parenthesized_expression "(paVar10 != (segT)(PTR__bfd_std_section_0006efb4 + 0xc0))" ( (binary_expression "paVar10 != (segT)(PTR__bfd_std_section_0006efb4 + 0xc0)" identifier != (call_expression "(segT)(PTR__bfd_std_section_0006efb4 + 0xc0)" (parenthesized_expression "(segT)" ( identifier )) (argument_list "(PTR__bfd_std_section_0006efb4 + 0xc0)" ( (binary_expression "PTR__bfd_std_section_0006efb4 + 0xc0" identifier + number_literal) )))) )) (goto_statement "goto LAB_0003a84b;" goto statement_identifier ;)) }))) (labeled_statement "LAB_0003a8f9:\n vVar12 = S_GET_VALUE(symbolP);" statement_identifier : (expression_statement "vVar12 = S_GET_VALUE(symbolP);" (assignment_expression "vVar12 = S_GET_VALUE(symbolP)" identifier = (call_expression "S_GET_VALUE(symbolP)" identifier (argument_list "(symbolP)" ( identifier )))) ;)) (if_statement "if (vVar12 == 0) {\nLAB_0003a9d0:\n define_sym_at_dot(symbolP);\n goto LAB_0003a7aa;\n }" if (parenthesized_expression "(vVar12 == 0)" ( (binary_expression "vVar12 == 0" identifier == number_literal) )) (compound_statement "{\nLAB_0003a9d0:\n define_sym_at_dot(symbolP);\n goto LAB_0003a7aa;\n }" { (labeled_statement "LAB_0003a9d0:\n define_sym_at_dot(symbolP);" statement_identifier : (expression_statement "define_sym_at_dot(symbolP);" (call_expression "define_sym_at_dot(symbolP)" identifier (argument_list "(symbolP)" ( identifier ))) ;)) (goto_statement "goto LAB_0003a7aa;" goto statement_identifier ;) })) (expression_statement "paVar9 = (segT)symbolP->bsym;" (assignment_expression "paVar9 = (segT)symbolP->bsym" identifier = (cast_expression "(segT)symbolP->bsym" ( (type_descriptor "segT" type_identifier) ) (field_expression "symbolP->bsym" identifier -> field_identifier))) ;) (expression_statement "local_24 = (byte)((uint)symbolP->sy_flags & 1);" (assignment_expression "local_24 = (byte)((uint)symbolP->sy_flags & 1)" identifier = (call_expression "(byte)((uint)symbolP->sy_flags & 1)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "((uint)symbolP->sy_flags & 1)" ( (binary_expression "(uint)symbolP->sy_flags & 1" (cast_expression "(uint)symbolP->sy_flags" ( (type_descriptor "uint" type_identifier) ) (field_expression "symbolP->sy_flags" identifier -> field_identifier)) & number_literal) )))) ;) (if_statement "if (((uint)symbolP->sy_flags & 1) == 0) {\n paVar10 = (segT)paVar9->flags;\n if (((uint)paVar9->prev & 4) != 0) goto LAB_0003a939;\n if (paVar10 == (segT)(puVar11 + 0xc0)) {\n iVar8 = S_IS_EXTERNAL(symbolP);\n }\n else {\n if ((paVar10->flags & 0x1000) == 0) goto LAB_0003a939;\n iVar8 = S_IS_EXTERNAL(symbolP);\n }\n if (iVar8 == 0) goto LAB_0003a939;\nLAB_0003aa3c:\n if (now_seg == data_section) goto LAB_0003a9d0;\n if (now_seg != bss_section) {\n if ((uint)local_24 == 0) {\nLAB_0003aa6f:\n paVar9 = (segT)paVar9->flags;\n }\n else if (paVar9 == reg_section) {\n paVar9 = (segT)((symbolP->sy_value).X_op_symbol)->bsym;\n goto LAB_0003aa6f;\n }\n if (now_seg != paVar9) goto LAB_0003a947;\n }\n vVar12 = S_GET_VALUE(symbolP);\n aVar13 = frag_now_fix();\n if ((uint)(vVar12 >> 0x20) < (uint)((uint)vVar12 < (uint)aVar13)) {\n aVar13 = frag_now_fix();\n S_SET_VALUE(symbolP,aVar13);\n }\n goto LAB_0003a7aa;\n }" if (parenthesized_expression "(((uint)symbolP->sy_flags & 1) == 0)" ( (binary_expression "((uint)symbolP->sy_flags & 1) == 0" (parenthesized_expression "((uint)symbolP->sy_flags & 1)" ( (binary_expression "(uint)symbolP->sy_flags & 1" (cast_expression "(uint)symbolP->sy_flags" ( (type_descriptor "uint" type_identifier) ) (field_expression "symbolP->sy_flags" identifier -> field_identifier)) & number_literal) )) == number_literal) )) (compound_statement "{\n paVar10 = (segT)paVar9->flags;\n if (((uint)paVar9->prev & 4) != 0) goto LAB_0003a939;\n if (paVar10 == (segT)(puVar11 + 0xc0)) {\n iVar8 = S_IS_EXTERNAL(symbolP);\n }\n else {\n if ((paVar10->flags & 0x1000) == 0) goto LAB_0003a939;\n iVar8 = S_IS_EXTERNAL(symbolP);\n }\n if (iVar8 == 0) goto LAB_0003a939;\nLAB_0003aa3c:\n if (now_seg == data_section) goto LAB_0003a9d0;\n if (now_seg != bss_section) {\n if ((uint)local_24 == 0) {\nLAB_0003aa6f:\n paVar9 = (segT)paVar9->flags;\n }\n else if (paVar9 == reg_section) {\n paVar9 = (segT)((symbolP->sy_value).X_op_symbol)->bsym;\n goto LAB_0003aa6f;\n }\n if (now_seg != paVar9) goto LAB_0003a947;\n }\n vVar12 = S_GET_VALUE(symbolP);\n aVar13 = frag_now_fix();\n if ((uint)(vVar12 >> 0x20) < (uint)((uint)vVar12 < (uint)aVar13)) {\n aVar13 = frag_now_fix();\n S_SET_VALUE(symbolP,aVar13);\n }\n goto LAB_0003a7aa;\n }" { (expression_statement "paVar10 = (segT)paVar9->flags;" (assignment_expression "paVar10 = (segT)paVar9->flags" identifier = (cast_expression "(segT)paVar9->flags" ( (type_descriptor "segT" type_identifier) ) (field_expression "paVar9->flags" identifier -> field_identifier))) ;) (if_statement "if (((uint)paVar9->prev & 4) != 0) goto LAB_0003a939;" if (parenthesized_expression "(((uint)paVar9->prev & 4) != 0)" ( (binary_expression "((uint)paVar9->prev & 4) != 0" (parenthesized_expression "((uint)paVar9->prev & 4)" ( (binary_expression "(uint)paVar9->prev & 4" (cast_expression "(uint)paVar9->prev" ( (type_descriptor "uint" type_identifier) ) (field_expression "paVar9->prev" identifier -> field_identifier)) & number_literal) )) != number_literal) )) (goto_statement "goto LAB_0003a939;" goto statement_identifier ;)) (if_statement "if (paVar10 == (segT)(puVar11 + 0xc0)) {\n iVar8 = S_IS_EXTERNAL(symbolP);\n }\n else {\n if ((paVar10->flags & 0x1000) == 0) goto LAB_0003a939;\n iVar8 = S_IS_EXTERNAL(symbolP);\n }" if (parenthesized_expression "(paVar10 == (segT)(puVar11 + 0xc0))" ( (binary_expression "paVar10 == (segT)(puVar11 + 0xc0)" identifier == (call_expression "(segT)(puVar11 + 0xc0)" (parenthesized_expression "(segT)" ( identifier )) (argument_list "(puVar11 + 0xc0)" ( (binary_expression "puVar11 + 0xc0" identifier + number_literal) )))) )) (compound_statement "{\n iVar8 = S_IS_EXTERNAL(symbolP);\n }" { (expression_statement "iVar8 = S_IS_EXTERNAL(symbolP);" (assignment_expression "iVar8 = S_IS_EXTERNAL(symbolP)" identifier = (call_expression "S_IS_EXTERNAL(symbolP)" identifier (argument_list "(symbolP)" ( identifier )))) ;) }) (else_clause "else {\n if ((paVar10->flags & 0x1000) == 0) goto LAB_0003a939;\n iVar8 = S_IS_EXTERNAL(symbolP);\n }" else (compound_statement "{\n if ((paVar10->flags & 0x1000) == 0) goto LAB_0003a939;\n iVar8 = S_IS_EXTERNAL(symbolP);\n }" { (if_statement "if ((paVar10->flags & 0x1000) == 0) goto LAB_0003a939;" if (parenthesized_expression "((paVar10->flags & 0x1000) == 0)" ( (binary_expression "(paVar10->flags & 0x1000) == 0" (parenthesized_expression "(paVar10->flags & 0x1000)" ( (binary_expression "paVar10->flags & 0x1000" (field_expression "paVar10->flags" identifier -> field_identifier) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_0003a939;" goto statement_identifier ;)) (expression_statement "iVar8 = S_IS_EXTERNAL(symbolP);" (assignment_expression "iVar8 = S_IS_EXTERNAL(symbolP)" identifier = (call_expression "S_IS_EXTERNAL(symbolP)" identifier (argument_list "(symbolP)" ( identifier )))) ;) }))) (if_statement "if (iVar8 == 0) goto LAB_0003a939;" if (parenthesized_expression "(iVar8 == 0)" ( (binary_expression "iVar8 == 0" identifier == number_literal) )) (goto_statement "goto LAB_0003a939;" goto statement_identifier ;)) (labeled_statement "LAB_0003aa3c:\n if (now_seg == data_section) goto LAB_0003a9d0;" statement_identifier : (if_statement "if (now_seg == data_section) goto LAB_0003a9d0;" if (parenthesized_expression "(now_seg == data_section)" ( (binary_expression "now_seg == data_section" identifier == identifier) )) (goto_statement "goto LAB_0003a9d0;" goto statement_identifier ;))) (if_statement "if (now_seg != bss_section) {\n if ((uint)local_24 == 0) {\nLAB_0003aa6f:\n paVar9 = (segT)paVar9->flags;\n }\n else if (paVar9 == reg_section) {\n paVar9 = (segT)((symbolP->sy_value).X_op_symbol)->bsym;\n goto LAB_0003aa6f;\n }\n if (now_seg != paVar9) goto LAB_0003a947;\n }" if (parenthesized_expression "(now_seg != bss_section)" ( (binary_expression "now_seg != bss_section" identifier != identifier) )) (compound_statement "{\n if ((uint)local_24 == 0) {\nLAB_0003aa6f:\n paVar9 = (segT)paVar9->flags;\n }\n else if (paVar9 == reg_section) {\n paVar9 = (segT)((symbolP->sy_value).X_op_symbol)->bsym;\n goto LAB_0003aa6f;\n }\n if (now_seg != paVar9) goto LAB_0003a947;\n }" { (if_statement "if ((uint)local_24 == 0) {\nLAB_0003aa6f:\n paVar9 = (segT)paVar9->flags;\n }\n else if (paVar9 == reg_section) {\n paVar9 = (segT)((symbolP->sy_value).X_op_symbol)->bsym;\n goto LAB_0003aa6f;\n }" if (parenthesized_expression "((uint)local_24 == 0)" ( (binary_expression "(uint)local_24 == 0" (cast_expression "(uint)local_24" ( (type_descriptor "uint" type_identifier) ) identifier) == number_literal) )) (compound_statement "{\nLAB_0003aa6f:\n paVar9 = (segT)paVar9->flags;\n }" { (labeled_statement "LAB_0003aa6f:\n paVar9 = (segT)paVar9->flags;" statement_identifier : (expression_statement "paVar9 = (segT)paVar9->flags;" (assignment_expression "paVar9 = (segT)paVar9->flags" identifier = (cast_expression "(segT)paVar9->flags" ( (type_descriptor "segT" type_identifier) ) (field_expression "paVar9->flags" identifier -> field_identifier))) ;)) }) (else_clause "else if (paVar9 == reg_section) {\n paVar9 = (segT)((symbolP->sy_value).X_op_symbol)->bsym;\n goto LAB_0003aa6f;\n }" else (if_statement "if (paVar9 == reg_section) {\n paVar9 = (segT)((symbolP->sy_value).X_op_symbol)->bsym;\n goto LAB_0003aa6f;\n }" if (parenthesized_expression "(paVar9 == reg_section)" ( (binary_expression "paVar9 == reg_section" identifier == identifier) )) (compound_statement "{\n paVar9 = (segT)((symbolP->sy_value).X_op_symbol)->bsym;\n goto LAB_0003aa6f;\n }" { (expression_statement "paVar9 = (segT)((symbolP->sy_value).X_op_symbol)->bsym;" (assignment_expression "paVar9 = (segT)((symbolP->sy_value).X_op_symbol)->bsym" identifier = (field_expression "(segT)((symbolP->sy_value).X_op_symbol)->bsym" (call_expression "(segT)((symbolP->sy_value).X_op_symbol)" (parenthesized_expression "(segT)" ( identifier )) (argument_list "((symbolP->sy_value).X_op_symbol)" ( (field_expression "(symbolP->sy_value).X_op_symbol" (parenthesized_expression "(symbolP->sy_value)" ( (field_expression "symbolP->sy_value" identifier -> field_identifier) )) . field_identifier) ))) -> field_identifier)) ;) (goto_statement "goto LAB_0003aa6f;" goto statement_identifier ;) })))) (if_statement "if (now_seg != paVar9) goto LAB_0003a947;" if (parenthesized_expression "(now_seg != paVar9)" ( (binary_expression "now_seg != paVar9" identifier != identifier) )) (goto_statement "goto LAB_0003a947;" goto statement_identifier ;)) })) (expression_statement "vVar12 = S_GET_VALUE(symbolP);" (assignment_expression "vVar12 = S_GET_VALUE(symbolP)" identifier = (call_expression "S_GET_VALUE(symbolP)" identifier (argument_list "(symbolP)" ( identifier )))) ;) (expression_statement "aVar13 = frag_now_fix();" (assignment_expression "aVar13 = frag_now_fix()" identifier = (call_expression "frag_now_fix()" identifier (argument_list "()" ( )))) ;) (if_statement "if ((uint)(vVar12 >> 0x20) < (uint)((uint)vVar12 < (uint)aVar13)) {\n aVar13 = frag_now_fix();\n S_SET_VALUE(symbolP,aVar13);\n }" if (parenthesized_expression "((uint)(vVar12 >> 0x20) < (uint)((uint)vVar12 < (uint)aVar13))" ( (binary_expression "(uint)(vVar12 >> 0x20) < (uint)((uint)vVar12 < (uint)aVar13)" (call_expression "(uint)(vVar12 >> 0x20)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(vVar12 >> 0x20)" ( (binary_expression "vVar12 >> 0x20" identifier >> number_literal) ))) < (call_expression "(uint)((uint)vVar12 < (uint)aVar13)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "((uint)vVar12 < (uint)aVar13)" ( (binary_expression "(uint)vVar12 < (uint)aVar13" (cast_expression "(uint)vVar12" ( (type_descriptor "uint" type_identifier) ) identifier) < (cast_expression "(uint)aVar13" ( (type_descriptor "uint" type_identifier) ) identifier)) )))) )) (compound_statement "{\n aVar13 = frag_now_fix();\n S_SET_VALUE(symbolP,aVar13);\n }" { (expression_statement "aVar13 = frag_now_fix();" (assignment_expression "aVar13 = frag_now_fix()" identifier = (call_expression "frag_now_fix()" identifier (argument_list "()" ( )))) ;) (expression_statement "S_SET_VALUE(symbolP,aVar13);" (call_expression "S_SET_VALUE(symbolP,aVar13)" identifier (argument_list "(symbolP,aVar13)" ( identifier , identifier ))) ;) })) (goto_statement "goto LAB_0003a7aa;" goto statement_identifier ;) })) (if_statement "if (paVar9 == reg_section) {\n paVar2 = ((symbolP->sy_value).X_op_symbol)->bsym;\n paVar10 = paVar2->section;\n if (((paVar2->flags & 4) == 0) &&\n ((paVar10 == (segT)(puVar11 + 0xc0) || ((paVar10->flags & 0x1000) != 0)))) goto LAB_0003ab3f;\n }\n else {\n paVar10 = paVar9;\n if (paVar9 == (segT)(puVar11 + 0xc0)) {\nLAB_0003ab3f:\n iVar8 = S_IS_EXTERNAL(symbolP);\n if (iVar8 != 0) goto LAB_0003aa3c;\n paVar10 = paVar9;\n if (paVar9 == reg_section) {\n paVar10 = ((symbolP->sy_value).X_op_symbol)->bsym->section;\n }\n }\n }" if (parenthesized_expression "(paVar9 == reg_section)" ( (binary_expression "paVar9 == reg_section" identifier == identifier) )) (compound_statement "{\n paVar2 = ((symbolP->sy_value).X_op_symbol)->bsym;\n paVar10 = paVar2->section;\n if (((paVar2->flags & 4) == 0) &&\n ((paVar10 == (segT)(puVar11 + 0xc0) || ((paVar10->flags & 0x1000) != 0)))) goto LAB_0003ab3f;\n }" { (expression_statement "paVar2 = ((symbolP->sy_value).X_op_symbol)->bsym;" (assignment_expression "paVar2 = ((symbolP->sy_value).X_op_symbol)->bsym" identifier = (field_expression "((symbolP->sy_value).X_op_symbol)->bsym" (parenthesized_expression "((symbolP->sy_value).X_op_symbol)" ( (field_expression "(symbolP->sy_value).X_op_symbol" (parenthesized_expression "(symbolP->sy_value)" ( (field_expression "symbolP->sy_value" identifier -> field_identifier) )) . field_identifier) )) -> field_identifier)) ;) (expression_statement "paVar10 = paVar2->section;" (assignment_expression "paVar10 = paVar2->section" identifier = (field_expression "paVar2->section" identifier -> field_identifier)) ;) (if_statement "if (((paVar2->flags & 4) == 0) &&\n ((paVar10 == (segT)(puVar11 + 0xc0) || ((paVar10->flags & 0x1000) != 0)))) goto LAB_0003ab3f;" if (parenthesized_expression "(((paVar2->flags & 4) == 0) &&\n ((paVar10 == (segT)(puVar11 + 0xc0) || ((paVar10->flags & 0x1000) != 0))))" ( (binary_expression "((paVar2->flags & 4) == 0) &&\n ((paVar10 == (segT)(puVar11 + 0xc0) || ((paVar10->flags & 0x1000) != 0)))" (parenthesized_expression "((paVar2->flags & 4) == 0)" ( (binary_expression "(paVar2->flags & 4) == 0" (parenthesized_expression "(paVar2->flags & 4)" ( (binary_expression "paVar2->flags & 4" (field_expression "paVar2->flags" identifier -> field_identifier) & number_literal) )) == number_literal) )) && (parenthesized_expression "((paVar10 == (segT)(puVar11 + 0xc0) || ((paVar10->flags & 0x1000) != 0)))" ( (parenthesized_expression "(paVar10 == (segT)(puVar11 + 0xc0) || ((paVar10->flags & 0x1000) != 0))" ( (binary_expression "paVar10 == (segT)(puVar11 + 0xc0) || ((paVar10->flags & 0x1000) != 0)" (binary_expression "paVar10 == (segT)(puVar11 + 0xc0)" identifier == (call_expression "(segT)(puVar11 + 0xc0)" (parenthesized_expression "(segT)" ( identifier )) (argument_list "(puVar11 + 0xc0)" ( (binary_expression "puVar11 + 0xc0" identifier + number_literal) )))) || (parenthesized_expression "((paVar10->flags & 0x1000) != 0)" ( (binary_expression "(paVar10->flags & 0x1000) != 0" (parenthesized_expression "(paVar10->flags & 0x1000)" ( (binary_expression "paVar10->flags & 0x1000" (field_expression "paVar10->flags" identifier -> field_identifier) & number_literal) )) != number_literal) ))) )) ))) )) (goto_statement "goto LAB_0003ab3f;" goto statement_identifier ;)) }) (else_clause "else {\n paVar10 = paVar9;\n if (paVar9 == (segT)(puVar11 + 0xc0)) {\nLAB_0003ab3f:\n iVar8 = S_IS_EXTERNAL(symbolP);\n if (iVar8 != 0) goto LAB_0003aa3c;\n paVar10 = paVar9;\n if (paVar9 == reg_section) {\n paVar10 = ((symbolP->sy_value).X_op_symbol)->bsym->section;\n }\n }\n }" else (compound_statement "{\n paVar10 = paVar9;\n if (paVar9 == (segT)(puVar11 + 0xc0)) {\nLAB_0003ab3f:\n iVar8 = S_IS_EXTERNAL(symbolP);\n if (iVar8 != 0) goto LAB_0003aa3c;\n paVar10 = paVar9;\n if (paVar9 == reg_section) {\n paVar10 = ((symbolP->sy_value).X_op_symbol)->bsym->section;\n }\n }\n }" { (expression_statement "paVar10 = paVar9;" (assignment_expression "paVar10 = paVar9" identifier = identifier) ;) (if_statement "if (paVar9 == (segT)(puVar11 + 0xc0)) {\nLAB_0003ab3f:\n iVar8 = S_IS_EXTERNAL(symbolP);\n if (iVar8 != 0) goto LAB_0003aa3c;\n paVar10 = paVar9;\n if (paVar9 == reg_section) {\n paVar10 = ((symbolP->sy_value).X_op_symbol)->bsym->section;\n }\n }" if (parenthesized_expression "(paVar9 == (segT)(puVar11 + 0xc0))" ( (binary_expression "paVar9 == (segT)(puVar11 + 0xc0)" identifier == (call_expression "(segT)(puVar11 + 0xc0)" (parenthesized_expression "(segT)" ( identifier )) (argument_list "(puVar11 + 0xc0)" ( (binary_expression "puVar11 + 0xc0" identifier + number_literal) )))) )) (compound_statement "{\nLAB_0003ab3f:\n iVar8 = S_IS_EXTERNAL(symbolP);\n if (iVar8 != 0) goto LAB_0003aa3c;\n paVar10 = paVar9;\n if (paVar9 == reg_section) {\n paVar10 = ((symbolP->sy_value).X_op_symbol)->bsym->section;\n }\n }" { (labeled_statement "LAB_0003ab3f:\n iVar8 = S_IS_EXTERNAL(symbolP);" statement_identifier : (expression_statement "iVar8 = S_IS_EXTERNAL(symbolP);" (assignment_expression "iVar8 = S_IS_EXTERNAL(symbolP)" identifier = (call_expression "S_IS_EXTERNAL(symbolP)" identifier (argument_list "(symbolP)" ( identifier )))) ;)) (if_statement "if (iVar8 != 0) goto LAB_0003aa3c;" if (parenthesized_expression "(iVar8 != 0)" ( (binary_expression "iVar8 != 0" identifier != number_literal) )) (goto_statement "goto LAB_0003aa3c;" goto statement_identifier ;)) (expression_statement "paVar10 = paVar9;" (assignment_expression "paVar10 = paVar9" identifier = identifier) ;) (if_statement "if (paVar9 == reg_section) {\n paVar10 = ((symbolP->sy_value).X_op_symbol)->bsym->section;\n }" if (parenthesized_expression "(paVar9 == reg_section)" ( (binary_expression "paVar9 == reg_section" identifier == identifier) )) (compound_statement "{\n paVar10 = ((symbolP->sy_value).X_op_symbol)->bsym->section;\n }" { (expression_statement "paVar10 = ((symbolP->sy_value).X_op_symbol)->bsym->section;" (assignment_expression "paVar10 = ((symbolP->sy_value).X_op_symbol)->bsym->section" identifier = (field_expression "((symbolP->sy_value).X_op_symbol)->bsym->section" (field_expression "((symbolP->sy_value).X_op_symbol)->bsym" (parenthesized_expression "((symbolP->sy_value).X_op_symbol)" ( (field_expression "(symbolP->sy_value).X_op_symbol" (parenthesized_expression "(symbolP->sy_value)" ( (field_expression "symbolP->sy_value" identifier -> field_identifier) )) . field_identifier) )) -> field_identifier) -> field_identifier)) ;) })) })) }))) (labeled_statement "LAB_0003a939:\n if (bss_section == paVar10) goto LAB_0003aa3c;" statement_identifier : (if_statement "if (bss_section == paVar10) goto LAB_0003aa3c;" if (parenthesized_expression "(bss_section == paVar10)" ( (binary_expression "bss_section == paVar10" identifier == identifier) )) (goto_statement "goto LAB_0003aa3c;" goto statement_identifier ;))) (labeled_statement "LAB_0003a947:\n vVar12 = S_GET_VALUE(symbolP);" statement_identifier : (expression_statement "vVar12 = S_GET_VALUE(symbolP);" (assignment_expression "vVar12 = S_GET_VALUE(symbolP)" identifier = (call_expression "S_GET_VALUE(symbolP)" identifier (argument_list "(symbolP)" ( identifier )))) ;)) (expression_statement "psVar7 = symbolP;" (assignment_expression "psVar7 = symbolP" identifier = identifier) ;) (if_statement "if (((uint)symbolP->sy_flags & 1) == 0) {\nLAB_0003aac2:\n paVar9 = psVar7->bsym->section;\n }\n else {\n paVar9 = (segT)symbolP->bsym;\n if (paVar9 == reg_section) {\n psVar7 = (symbolP->sy_value).X_op_symbol;\n goto LAB_0003aac2;\n }\n }" if (parenthesized_expression "(((uint)symbolP->sy_flags & 1) == 0)" ( (binary_expression "((uint)symbolP->sy_flags & 1) == 0" (parenthesized_expression "((uint)symbolP->sy_flags & 1)" ( (binary_expression "(uint)symbolP->sy_flags & 1" (cast_expression "(uint)symbolP->sy_flags" ( (type_descriptor "uint" type_identifier) ) (field_expression "symbolP->sy_flags" identifier -> field_identifier)) & number_literal) )) == number_literal) )) (compound_statement "{\nLAB_0003aac2:\n paVar9 = psVar7->bsym->section;\n }" { (labeled_statement "LAB_0003aac2:\n paVar9 = psVar7->bsym->section;" statement_identifier : (expression_statement "paVar9 = psVar7->bsym->section;" (assignment_expression "paVar9 = psVar7->bsym->section" identifier = (field_expression "psVar7->bsym->section" (field_expression "psVar7->bsym" identifier -> field_identifier) -> field_identifier)) ;)) }) (else_clause "else {\n paVar9 = (segT)symbolP->bsym;\n if (paVar9 == reg_section) {\n psVar7 = (symbolP->sy_value).X_op_symbol;\n goto LAB_0003aac2;\n }\n }" else (compound_statement "{\n paVar9 = (segT)symbolP->bsym;\n if (paVar9 == reg_section) {\n psVar7 = (symbolP->sy_value).X_op_symbol;\n goto LAB_0003aac2;\n }\n }" { (expression_statement "paVar9 = (segT)symbolP->bsym;" (assignment_expression "paVar9 = (segT)symbolP->bsym" identifier = (cast_expression "(segT)symbolP->bsym" ( (type_descriptor "segT" type_identifier) ) (field_expression "symbolP->bsym" identifier -> field_identifier))) ;) (if_statement "if (paVar9 == reg_section) {\n psVar7 = (symbolP->sy_value).X_op_symbol;\n goto LAB_0003aac2;\n }" if (parenthesized_expression "(paVar9 == reg_section)" ( (binary_expression "paVar9 == reg_section" identifier == identifier) )) (compound_statement "{\n psVar7 = (symbolP->sy_value).X_op_symbol;\n goto LAB_0003aac2;\n }" { (expression_statement "psVar7 = (symbolP->sy_value).X_op_symbol;" (assignment_expression "psVar7 = (symbolP->sy_value).X_op_symbol" identifier = (field_expression "(symbolP->sy_value).X_op_symbol" (parenthesized_expression "(symbolP->sy_value)" ( (field_expression "symbolP->sy_value" identifier -> field_identifier) )) . field_identifier)) ;) (goto_statement "goto LAB_0003aac2;" goto statement_identifier ;) })) }))) (expression_statement "pcVar5 = paVar9->name;" (assignment_expression "pcVar5 = paVar9->name" identifier = (field_expression "paVar9->name" identifier -> field_identifier)) ;) (expression_statement "format = (char *)dcgettext(0,"symbol `%s\' is already defined as \"%s\"/%s%ld");" (assignment_expression "format = (char *)dcgettext(0,"symbol `%s\' is already defined as \"%s\"/%s%ld")" identifier = (cast_expression "(char *)dcgettext(0,"symbol `%s\' is already defined as \"%s\"/%s%ld")" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"symbol `%s\' is already defined as \"%s\"/%s%ld")" identifier (argument_list "(0,"symbol `%s\' is already defined as \"%s\"/%s%ld")" ( number_literal , (string_literal ""symbol `%s\' is already defined as \"%s\"/%s%ld"" " string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content ") ))))) ;) (expression_statement "as_bad(format,sym_name,pcVar5,&DAT_00050b45,(int)vVar12);" (call_expression "as_bad(format,sym_name,pcVar5,&DAT_00050b45,(int)vVar12)" identifier (argument_list "(format,sym_name,pcVar5,&DAT_00050b45,(int)vVar12)" ( identifier , identifier , identifier , (pointer_expression "&DAT_00050b45" & identifier) , (cast_expression "(int)vVar12" ( (type_descriptor "int" primitive_type) ) identifier) ))) ;) (labeled_statement "LAB_0003a7aa:\n if (mri_common_symbol != (symbolS *)0x0) {\n if (((uint)symbolP->sy_flags & 1) != 0) {\n if ((segT)symbolP->bsym == reg_section) {\n symbolP = (symbolP->sy_value).X_op_symbol;\n }\n else {\n symbolP = local_symbol_convert((local_symbol *)symbolP);\n }\n }\n psVar7 = mri_common_symbol;\n (symbolP->sy_value).field_0x10 = 3;\n (symbolP->sy_value).X_add_symbol = psVar7;\n vVar12 = S_GET_VALUE(psVar7);\n (symbolP->sy_value).X_add_number = vVar12;\n symbolP->sy_frag = &zero_address_frag;\n S_SET_SEGMENT(symbolP,expr_section);\n puVar1 = &(symbolP->sy_flags).field_0x1;\n *puVar1 = *puVar1 | 1;\n }" statement_identifier : (if_statement "if (mri_common_symbol != (symbolS *)0x0) {\n if (((uint)symbolP->sy_flags & 1) != 0) {\n if ((segT)symbolP->bsym == reg_section) {\n symbolP = (symbolP->sy_value).X_op_symbol;\n }\n else {\n symbolP = local_symbol_convert((local_symbol *)symbolP);\n }\n }\n psVar7 = mri_common_symbol;\n (symbolP->sy_value).field_0x10 = 3;\n (symbolP->sy_value).X_add_symbol = psVar7;\n vVar12 = S_GET_VALUE(psVar7);\n (symbolP->sy_value).X_add_number = vVar12;\n symbolP->sy_frag = &zero_address_frag;\n S_SET_SEGMENT(symbolP,expr_section);\n puVar1 = &(symbolP->sy_flags).field_0x1;\n *puVar1 = *puVar1 | 1;\n }" if (parenthesized_expression "(mri_common_symbol != (symbolS *)0x0)" ( (binary_expression "mri_common_symbol != (symbolS *)0x0" identifier != (cast_expression "(symbolS *)0x0" ( (type_descriptor "symbolS *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n if (((uint)symbolP->sy_flags & 1) != 0) {\n if ((segT)symbolP->bsym == reg_section) {\n symbolP = (symbolP->sy_value).X_op_symbol;\n }\n else {\n symbolP = local_symbol_convert((local_symbol *)symbolP);\n }\n }\n psVar7 = mri_common_symbol;\n (symbolP->sy_value).field_0x10 = 3;\n (symbolP->sy_value).X_add_symbol = psVar7;\n vVar12 = S_GET_VALUE(psVar7);\n (symbolP->sy_value).X_add_number = vVar12;\n symbolP->sy_frag = &zero_address_frag;\n S_SET_SEGMENT(symbolP,expr_section);\n puVar1 = &(symbolP->sy_flags).field_0x1;\n *puVar1 = *puVar1 | 1;\n }" { (if_statement "if (((uint)symbolP->sy_flags & 1) != 0) {\n if ((segT)symbolP->bsym == reg_section) {\n symbolP = (symbolP->sy_value).X_op_symbol;\n }\n else {\n symbolP = local_symbol_convert((local_symbol *)symbolP);\n }\n }" if (parenthesized_expression "(((uint)symbolP->sy_flags & 1) != 0)" ( (binary_expression "((uint)symbolP->sy_flags & 1) != 0" (parenthesized_expression "((uint)symbolP->sy_flags & 1)" ( (binary_expression "(uint)symbolP->sy_flags & 1" (cast_expression "(uint)symbolP->sy_flags" ( (type_descriptor "uint" type_identifier) ) (field_expression "symbolP->sy_flags" identifier -> field_identifier)) & number_literal) )) != number_literal) )) (compound_statement "{\n if ((segT)symbolP->bsym == reg_section) {\n symbolP = (symbolP->sy_value).X_op_symbol;\n }\n else {\n symbolP = local_symbol_convert((local_symbol *)symbolP);\n }\n }" { (if_statement "if ((segT)symbolP->bsym == reg_section) {\n symbolP = (symbolP->sy_value).X_op_symbol;\n }\n else {\n symbolP = local_symbol_convert((local_symbol *)symbolP);\n }" if (parenthesized_expression "((segT)symbolP->bsym == reg_section)" ( (binary_expression "(segT)symbolP->bsym == reg_section" (cast_expression "(segT)symbolP->bsym" ( (type_descriptor "segT" type_identifier) ) (field_expression "symbolP->bsym" identifier -> field_identifier)) == identifier) )) (compound_statement "{\n symbolP = (symbolP->sy_value).X_op_symbol;\n }" { (expression_statement "symbolP = (symbolP->sy_value).X_op_symbol;" (assignment_expression "symbolP = (symbolP->sy_value).X_op_symbol" identifier = (field_expression "(symbolP->sy_value).X_op_symbol" (parenthesized_expression "(symbolP->sy_value)" ( (field_expression "symbolP->sy_value" identifier -> field_identifier) )) . field_identifier)) ;) }) (else_clause "else {\n symbolP = local_symbol_convert((local_symbol *)symbolP);\n }" else (compound_statement "{\n symbolP = local_symbol_convert((local_symbol *)symbolP);\n }" { (expression_statement "symbolP = local_symbol_convert((local_symbol *)symbolP);" (assignment_expression "symbolP = local_symbol_convert((local_symbol *)symbolP)" identifier = (call_expression "local_symbol_convert((local_symbol *)symbolP)" identifier (argument_list "((local_symbol *)symbolP)" ( (cast_expression "(local_symbol *)symbolP" ( (type_descriptor "local_symbol *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) )))) ;) }))) })) (expression_statement "psVar7 = mri_common_symbol;" (assignment_expression "psVar7 = mri_common_symbol" identifier = identifier) ;) (expression_statement "(symbolP->sy_value).field_0x10 = 3;" (assignment_expression "(symbolP->sy_value).field_0x10 = 3" (field_expression "(symbolP->sy_value).field_0x10" (parenthesized_expression "(symbolP->sy_value)" ( (field_expression "symbolP->sy_value" identifier -> field_identifier) )) . field_identifier) = number_literal) ;) (expression_statement "(symbolP->sy_value).X_add_symbol = psVar7;" (assignment_expression "(symbolP->sy_value).X_add_symbol = psVar7" (field_expression "(symbolP->sy_value).X_add_symbol" (parenthesized_expression "(symbolP->sy_value)" ( (field_expression "symbolP->sy_value" identifier -> field_identifier) )) . field_identifier) = identifier) ;) (expression_statement "vVar12 = S_GET_VALUE(psVar7);" (assignment_expression "vVar12 = S_GET_VALUE(psVar7)" identifier = (call_expression "S_GET_VALUE(psVar7)" identifier (argument_list "(psVar7)" ( identifier )))) ;) (expression_statement "(symbolP->sy_value).X_add_number = vVar12;" (assignment_expression "(symbolP->sy_value).X_add_number = vVar12" (field_expression "(symbolP->sy_value).X_add_number" (parenthesized_expression "(symbolP->sy_value)" ( (field_expression "symbolP->sy_value" identifier -> field_identifier) )) . field_identifier) = identifier) ;) (expression_statement "symbolP->sy_frag = &zero_address_frag;" (assignment_expression "symbolP->sy_frag = &zero_address_frag" (field_expression "symbolP->sy_frag" identifier -> field_identifier) = (pointer_expression "&zero_address_frag" & identifier)) ;) (expression_statement "S_SET_SEGMENT(symbolP,expr_section);" (call_expression "S_SET_SEGMENT(symbolP,expr_section)" identifier (argument_list "(symbolP,expr_section)" ( identifier , identifier ))) ;) (expression_statement "puVar1 = &(symbolP->sy_flags).field_0x1;" (assignment_expression "puVar1 = &(symbolP->sy_flags).field_0x1" identifier = (pointer_expression "&(symbolP->sy_flags).field_0x1" & (field_expression "(symbolP->sy_flags).field_0x1" (parenthesized_expression "(symbolP->sy_flags)" ( (field_expression "symbolP->sy_flags" identifier -> field_identifier) )) . field_identifier))) ;) (expression_statement "*puVar1 = *puVar1 | 1;" (assignment_expression "*puVar1 = *puVar1 | 1" (pointer_expression "*puVar1" * identifier) = (binary_expression "*puVar1 | 1" (pointer_expression "*puVar1" * identifier) | number_literal)) ;) }))) (expression_statement "dwarf2_emit_label(symbolP);" (call_expression "dwarf2_emit_label(symbolP)" identifier (argument_list "(symbolP)" ( identifier ))) ;) (return_statement "return symbolP;" return identifier ;) })))
(translation_unit "byte * FUN_0003a630(undefined4 param_1)\n\n{\n undefined4 uVar1;\n byte bVar2;\n byte *pbVar3;\n undefined4 uVar4;\n int iVar5;\n undefined4 uVar6;\n uint uVar7;\n byte *pbVar8;\n int iVar9;\n undefined4 *puVar10;\n undefined4 *puVar11;\n undefined *puVar12;\n longlong lVar13;\n undefined8 uVar14;\n longlong lVar15;\n byte local_24;\n \n pbVar3 = (byte *)FUN_0003a4b0(param_1,0);\n puVar10 = DAT_00077d90;\n if (pbVar3 == (byte *)0x0) {\n if ((DAT_00077da8 == 0) &&\n (iVar5 = (**(code **)(*(int *)(DAT_00077ec4 + 4) + 0x11c))(DAT_00077ec4,param_1),\n iVar9 = DAT_00077e24, iVar5 != 0)) {\n uVar14 = FUN_00024d90();\n pbVar3 = (byte *)FUN_00036e30(param_1,DAT_00077cfc,uVar14,iVar9);\n }\n else {\n iVar9 = DAT_00077e24;\n uVar14 = FUN_00024d90();\n pbVar3 = (byte *)FUN_000388a0(param_1,DAT_00077cfc,uVar14,iVar9);\n FUN_00036f40(pbVar3);\n }\n goto LAB_0003a7aa;\n }\n puVar11 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) {\n pbVar3[1] = pbVar3[1] & 0xfd;\nLAB_0003a6d4:\n if (((undefined *)puVar11[5] == PTR__bfd_std_section_0006efb4 + 0xc0) && (pbVar3[0x18] != 3)) {\n bVar2 = *pbVar3 >> 6 & 1;\nLAB_0003a8f1:\n puVar12 = PTR__bfd_std_section_0006efb4;\n if (bVar2 == 0) goto LAB_0003a8f9;\n }\n else {\n bVar2 = *pbVar3 >> 6 & 1;\n if ((((undefined *)puVar11[5])[0x15] & 0x10) != 0) goto LAB_0003a8f1;\njoined_r0x0003a700:\n if (bVar2 == 0) {\nLAB_0003a84b:\n if (*(int *)(pbVar3 + 0x24) == DAT_00077e24) {\n lVar13 = FUN_00039db0();\n lVar15 = FUN_00024d90();\n if (lVar13 == lVar15) {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) {\nLAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }\n if (DAT_00077cfc == puVar10) goto LAB_0003a7aa;\n }\n }\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n pbVar3 = (byte *)FUN_0003a070(pbVar3,0);\n FUN_00038b40();\n goto LAB_0003a7aa;\n }\n }\n puVar12 = PTR__bfd_std_section_0006efb4;\n pbVar3 = (byte *)FUN_0003a070(pbVar3,1);\n FUN_00037fc0(pbVar3,0,0);\n pbVar8 = pbVar3;\n if ((*pbVar3 & 1) != 0) {\n if (*(undefined4 **)(pbVar3 + 4) != DAT_00077d90) goto LAB_0003a8f9;\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n }\n *pbVar8 = *pbVar8 & 0xbf;\n }\n else {\n if (DAT_00077d90 != puVar11) {\n if ((puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)) &&\n (((*(int *)(pbVar3 + 0xc) != DAT_00077e24 || (DAT_00077cfc != puVar11)) ||\n (lVar13 = *(longlong *)(pbVar3 + 0x10), lVar15 = FUN_00024d90(), lVar15 != lVar13)))) {\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n return pbVar3;\n }\n puVar10 = DAT_00077cfc;\n *(int *)(pbVar3 + 0xc) = DAT_00077e24;\n *(undefined4 **)(pbVar3 + 4) = puVar10;\n uVar14 = FUN_00024d90();\n *(undefined8 *)(pbVar3 + 0x10) = uVar14;\n goto LAB_0003a7aa;\n }\n pbVar3 = *(byte **)(pbVar3 + 0xc);\n pbVar3[1] = pbVar3[1] & 0xfd;\n puVar11 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) goto LAB_0003a6d4;\n if (puVar10 == puVar11) {\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n if (*(undefined **)(*(int *)(pbVar8 + 4) + 0x14) == PTR__bfd_std_section_0006efb4 + 0xc0) {\n if (pbVar8[0x18] == 3) {\n bVar2 = PTR__bfd_std_section_0006efb4[0xd5];\n goto joined_r0x0003aae2;\n }\n }\n else {\n if (DAT_00077d90 != puVar10) goto LAB_0003a84b;\n bVar2 = *(byte *)(*(int *)(*(int *)(pbVar8 + 4) + 0x14) + 0x15);\njoined_r0x0003aae2:\n if ((bVar2 & 0x10) == 0) {\n bVar2 = *pbVar8 & 0x40;\n goto joined_r0x0003a700;\n }\n }\n bVar2 = *pbVar8 >> 6 & 1;\n goto LAB_0003a8f1;\n }\n puVar12 = PTR__bfd_std_section_0006efb4;\n if (puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)) goto LAB_0003a84b;\n }\nLAB_0003a8f9:\n lVar13 = FUN_00039db0();\n if (lVar13 == 0) {\nLAB_0003a9d0:\n FUN_00038b40();\n goto LAB_0003a7aa;\n }\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n local_24 = *pbVar3 & 1;\n if ((*pbVar3 & 1) == 0) {\n puVar11 = (undefined4 *)puVar10[5];\n if ((*(byte *)(puVar10 + 4) & 4) != 0) goto LAB_0003a939;\n if (puVar11 == (undefined4 *)(puVar12 + 0xc0)) {\n iVar9 = FUN_000380a0(pbVar3);\n }\n else {\n if ((*(byte *)((int)puVar11 + 0x15) & 0x10) == 0) goto LAB_0003a939;\n iVar9 = FUN_000380a0(pbVar3);\n }\n if (iVar9 == 0) goto LAB_0003a939;\nLAB_0003aa3c:\n if (DAT_00077cfc == DAT_00077d70) goto LAB_0003a9d0;\n if (DAT_00077cfc != DAT_00077cec) {\n if (local_24 == 0) {\nLAB_0003aa6f:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (puVar10 == DAT_00077d90) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003aa6f;\n }\n if (DAT_00077cfc != puVar10) goto LAB_0003a947;\n }\n uVar14 = FUN_00039db0();\n uVar7 = FUN_00024d90();\n if ((uint)((ulonglong)uVar14 >> 0x20) < (uint)((uint)uVar14 < uVar7)) {\n uVar14 = FUN_00024d90();\n FUN_00037fc0(pbVar3,uVar14);\n }\n goto LAB_0003a7aa;\n }\n if (puVar10 == DAT_00077d90) {\n puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14);\n if (((*(byte *)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x10) & 4) == 0) &&\n ((puVar11 == (undefined4 *)(puVar12 + 0xc0) || ((*(byte *)((int)puVar11 + 0x15) & 0x10) != 0)\n ))) goto LAB_0003ab3f;\n }\n else {\n puVar11 = puVar10;\n if (puVar10 == (undefined4 *)(puVar12 + 0xc0)) {\nLAB_0003ab3f:\n iVar9 = FUN_000380a0(pbVar3);\n if (iVar9 != 0) goto LAB_0003aa3c;\n puVar11 = puVar10;\n if (puVar10 == DAT_00077d90) {\n puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14);\n }\n }\n }\nLAB_0003a939:\n if (DAT_00077cec == puVar11) goto LAB_0003aa3c;\nLAB_0003a947:\n uVar4 = FUN_00039db0();\n pbVar8 = pbVar3;\n if ((*pbVar3 & 1) == 0) {\nLAB_0003aac2:\n puVar10 = *(undefined4 **)(*(int *)(pbVar8 + 4) + 0x14);\n }\n else {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if (puVar10 == DAT_00077d90) {\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n goto LAB_0003aac2;\n }\n }\n uVar1 = *puVar10;\n uVar6 = dcgettext(0,"symbol `%s\' is already defined as \"%s\"/%s%ld",5);\n FUN_0002bd30(uVar6,param_1,uVar1,&DAT_00050b45,uVar4);\nLAB_0003a7aa:\n if (DAT_00077ee0 != 0) {\n if ((*pbVar3 & 1) != 0) {\n if (*(undefined4 **)(pbVar3 + 4) == DAT_00077d90) {\n pbVar3 = *(byte **)(pbVar3 + 0xc);\n }\n else {\n pbVar3 = (byte *)FUN_00038910();\n }\n }\n iVar9 = DAT_00077ee0;\n pbVar3[0x18] = 3;\n *(int *)(pbVar3 + 8) = iVar9;\n uVar14 = FUN_00039db0();\n *(undefined8 *)(pbVar3 + 0x10) = uVar14;\n *(undefined **)(pbVar3 + 0x24) = &DAT_00077d20;\n FUN_00038690(pbVar3,DAT_00077ce0);\n pbVar3[1] = pbVar3[1] | 1;\n }\n FUN_0001b3b0(pbVar3);\n return pbVar3;\n}\n\n" (function_definition "byte * FUN_0003a630(undefined4 param_1)\n\n{\n undefined4 uVar1;\n byte bVar2;\n byte *pbVar3;\n undefined4 uVar4;\n int iVar5;\n undefined4 uVar6;\n uint uVar7;\n byte *pbVar8;\n int iVar9;\n undefined4 *puVar10;\n undefined4 *puVar11;\n undefined *puVar12;\n longlong lVar13;\n undefined8 uVar14;\n longlong lVar15;\n byte local_24;\n \n pbVar3 = (byte *)FUN_0003a4b0(param_1,0);\n puVar10 = DAT_00077d90;\n if (pbVar3 == (byte *)0x0) {\n if ((DAT_00077da8 == 0) &&\n (iVar5 = (**(code **)(*(int *)(DAT_00077ec4 + 4) + 0x11c))(DAT_00077ec4,param_1),\n iVar9 = DAT_00077e24, iVar5 != 0)) {\n uVar14 = FUN_00024d90();\n pbVar3 = (byte *)FUN_00036e30(param_1,DAT_00077cfc,uVar14,iVar9);\n }\n else {\n iVar9 = DAT_00077e24;\n uVar14 = FUN_00024d90();\n pbVar3 = (byte *)FUN_000388a0(param_1,DAT_00077cfc,uVar14,iVar9);\n FUN_00036f40(pbVar3);\n }\n goto LAB_0003a7aa;\n }\n puVar11 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) {\n pbVar3[1] = pbVar3[1] & 0xfd;\nLAB_0003a6d4:\n if (((undefined *)puVar11[5] == PTR__bfd_std_section_0006efb4 + 0xc0) && (pbVar3[0x18] != 3)) {\n bVar2 = *pbVar3 >> 6 & 1;\nLAB_0003a8f1:\n puVar12 = PTR__bfd_std_section_0006efb4;\n if (bVar2 == 0) goto LAB_0003a8f9;\n }\n else {\n bVar2 = *pbVar3 >> 6 & 1;\n if ((((undefined *)puVar11[5])[0x15] & 0x10) != 0) goto LAB_0003a8f1;\njoined_r0x0003a700:\n if (bVar2 == 0) {\nLAB_0003a84b:\n if (*(int *)(pbVar3 + 0x24) == DAT_00077e24) {\n lVar13 = FUN_00039db0();\n lVar15 = FUN_00024d90();\n if (lVar13 == lVar15) {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) {\nLAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }\n if (DAT_00077cfc == puVar10) goto LAB_0003a7aa;\n }\n }\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n pbVar3 = (byte *)FUN_0003a070(pbVar3,0);\n FUN_00038b40();\n goto LAB_0003a7aa;\n }\n }\n puVar12 = PTR__bfd_std_section_0006efb4;\n pbVar3 = (byte *)FUN_0003a070(pbVar3,1);\n FUN_00037fc0(pbVar3,0,0);\n pbVar8 = pbVar3;\n if ((*pbVar3 & 1) != 0) {\n if (*(undefined4 **)(pbVar3 + 4) != DAT_00077d90) goto LAB_0003a8f9;\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n }\n *pbVar8 = *pbVar8 & 0xbf;\n }\n else {\n if (DAT_00077d90 != puVar11) {\n if ((puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)) &&\n (((*(int *)(pbVar3 + 0xc) != DAT_00077e24 || (DAT_00077cfc != puVar11)) ||\n (lVar13 = *(longlong *)(pbVar3 + 0x10), lVar15 = FUN_00024d90(), lVar15 != lVar13)))) {\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n return pbVar3;\n }\n puVar10 = DAT_00077cfc;\n *(int *)(pbVar3 + 0xc) = DAT_00077e24;\n *(undefined4 **)(pbVar3 + 4) = puVar10;\n uVar14 = FUN_00024d90();\n *(undefined8 *)(pbVar3 + 0x10) = uVar14;\n goto LAB_0003a7aa;\n }\n pbVar3 = *(byte **)(pbVar3 + 0xc);\n pbVar3[1] = pbVar3[1] & 0xfd;\n puVar11 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) goto LAB_0003a6d4;\n if (puVar10 == puVar11) {\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n if (*(undefined **)(*(int *)(pbVar8 + 4) + 0x14) == PTR__bfd_std_section_0006efb4 + 0xc0) {\n if (pbVar8[0x18] == 3) {\n bVar2 = PTR__bfd_std_section_0006efb4[0xd5];\n goto joined_r0x0003aae2;\n }\n }\n else {\n if (DAT_00077d90 != puVar10) goto LAB_0003a84b;\n bVar2 = *(byte *)(*(int *)(*(int *)(pbVar8 + 4) + 0x14) + 0x15);\njoined_r0x0003aae2:\n if ((bVar2 & 0x10) == 0) {\n bVar2 = *pbVar8 & 0x40;\n goto joined_r0x0003a700;\n }\n }\n bVar2 = *pbVar8 >> 6 & 1;\n goto LAB_0003a8f1;\n }\n puVar12 = PTR__bfd_std_section_0006efb4;\n if (puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)) goto LAB_0003a84b;\n }\nLAB_0003a8f9:\n lVar13 = FUN_00039db0();\n if (lVar13 == 0) {\nLAB_0003a9d0:\n FUN_00038b40();\n goto LAB_0003a7aa;\n }\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n local_24 = *pbVar3 & 1;\n if ((*pbVar3 & 1) == 0) {\n puVar11 = (undefined4 *)puVar10[5];\n if ((*(byte *)(puVar10 + 4) & 4) != 0) goto LAB_0003a939;\n if (puVar11 == (undefined4 *)(puVar12 + 0xc0)) {\n iVar9 = FUN_000380a0(pbVar3);\n }\n else {\n if ((*(byte *)((int)puVar11 + 0x15) & 0x10) == 0) goto LAB_0003a939;\n iVar9 = FUN_000380a0(pbVar3);\n }\n if (iVar9 == 0) goto LAB_0003a939;\nLAB_0003aa3c:\n if (DAT_00077cfc == DAT_00077d70) goto LAB_0003a9d0;\n if (DAT_00077cfc != DAT_00077cec) {\n if (local_24 == 0) {\nLAB_0003aa6f:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (puVar10 == DAT_00077d90) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003aa6f;\n }\n if (DAT_00077cfc != puVar10) goto LAB_0003a947;\n }\n uVar14 = FUN_00039db0();\n uVar7 = FUN_00024d90();\n if ((uint)((ulonglong)uVar14 >> 0x20) < (uint)((uint)uVar14 < uVar7)) {\n uVar14 = FUN_00024d90();\n FUN_00037fc0(pbVar3,uVar14);\n }\n goto LAB_0003a7aa;\n }\n if (puVar10 == DAT_00077d90) {\n puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14);\n if (((*(byte *)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x10) & 4) == 0) &&\n ((puVar11 == (undefined4 *)(puVar12 + 0xc0) || ((*(byte *)((int)puVar11 + 0x15) & 0x10) != 0)\n ))) goto LAB_0003ab3f;\n }\n else {\n puVar11 = puVar10;\n if (puVar10 == (undefined4 *)(puVar12 + 0xc0)) {\nLAB_0003ab3f:\n iVar9 = FUN_000380a0(pbVar3);\n if (iVar9 != 0) goto LAB_0003aa3c;\n puVar11 = puVar10;\n if (puVar10 == DAT_00077d90) {\n puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14);\n }\n }\n }\nLAB_0003a939:\n if (DAT_00077cec == puVar11) goto LAB_0003aa3c;\nLAB_0003a947:\n uVar4 = FUN_00039db0();\n pbVar8 = pbVar3;\n if ((*pbVar3 & 1) == 0) {\nLAB_0003aac2:\n puVar10 = *(undefined4 **)(*(int *)(pbVar8 + 4) + 0x14);\n }\n else {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if (puVar10 == DAT_00077d90) {\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n goto LAB_0003aac2;\n }\n }\n uVar1 = *puVar10;\n uVar6 = dcgettext(0,"symbol `%s\' is already defined as \"%s\"/%s%ld",5);\n FUN_0002bd30(uVar6,param_1,uVar1,&DAT_00050b45,uVar4);\nLAB_0003a7aa:\n if (DAT_00077ee0 != 0) {\n if ((*pbVar3 & 1) != 0) {\n if (*(undefined4 **)(pbVar3 + 4) == DAT_00077d90) {\n pbVar3 = *(byte **)(pbVar3 + 0xc);\n }\n else {\n pbVar3 = (byte *)FUN_00038910();\n }\n }\n iVar9 = DAT_00077ee0;\n pbVar3[0x18] = 3;\n *(int *)(pbVar3 + 8) = iVar9;\n uVar14 = FUN_00039db0();\n *(undefined8 *)(pbVar3 + 0x10) = uVar14;\n *(undefined **)(pbVar3 + 0x24) = &DAT_00077d20;\n FUN_00038690(pbVar3,DAT_00077ce0);\n pbVar3[1] = pbVar3[1] | 1;\n }\n FUN_0001b3b0(pbVar3);\n return pbVar3;\n}" type_identifier (pointer_declarator "* FUN_0003a630(undefined4 param_1)" * (function_declarator "FUN_0003a630(undefined4 param_1)" identifier (parameter_list "(undefined4 param_1)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) )))) (compound_statement "{\n undefined4 uVar1;\n byte bVar2;\n byte *pbVar3;\n undefined4 uVar4;\n int iVar5;\n undefined4 uVar6;\n uint uVar7;\n byte *pbVar8;\n int iVar9;\n undefined4 *puVar10;\n undefined4 *puVar11;\n undefined *puVar12;\n longlong lVar13;\n undefined8 uVar14;\n longlong lVar15;\n byte local_24;\n \n pbVar3 = (byte *)FUN_0003a4b0(param_1,0);\n puVar10 = DAT_00077d90;\n if (pbVar3 == (byte *)0x0) {\n if ((DAT_00077da8 == 0) &&\n (iVar5 = (**(code **)(*(int *)(DAT_00077ec4 + 4) + 0x11c))(DAT_00077ec4,param_1),\n iVar9 = DAT_00077e24, iVar5 != 0)) {\n uVar14 = FUN_00024d90();\n pbVar3 = (byte *)FUN_00036e30(param_1,DAT_00077cfc,uVar14,iVar9);\n }\n else {\n iVar9 = DAT_00077e24;\n uVar14 = FUN_00024d90();\n pbVar3 = (byte *)FUN_000388a0(param_1,DAT_00077cfc,uVar14,iVar9);\n FUN_00036f40(pbVar3);\n }\n goto LAB_0003a7aa;\n }\n puVar11 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) {\n pbVar3[1] = pbVar3[1] & 0xfd;\nLAB_0003a6d4:\n if (((undefined *)puVar11[5] == PTR__bfd_std_section_0006efb4 + 0xc0) && (pbVar3[0x18] != 3)) {\n bVar2 = *pbVar3 >> 6 & 1;\nLAB_0003a8f1:\n puVar12 = PTR__bfd_std_section_0006efb4;\n if (bVar2 == 0) goto LAB_0003a8f9;\n }\n else {\n bVar2 = *pbVar3 >> 6 & 1;\n if ((((undefined *)puVar11[5])[0x15] & 0x10) != 0) goto LAB_0003a8f1;\njoined_r0x0003a700:\n if (bVar2 == 0) {\nLAB_0003a84b:\n if (*(int *)(pbVar3 + 0x24) == DAT_00077e24) {\n lVar13 = FUN_00039db0();\n lVar15 = FUN_00024d90();\n if (lVar13 == lVar15) {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) {\nLAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }\n if (DAT_00077cfc == puVar10) goto LAB_0003a7aa;\n }\n }\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n pbVar3 = (byte *)FUN_0003a070(pbVar3,0);\n FUN_00038b40();\n goto LAB_0003a7aa;\n }\n }\n puVar12 = PTR__bfd_std_section_0006efb4;\n pbVar3 = (byte *)FUN_0003a070(pbVar3,1);\n FUN_00037fc0(pbVar3,0,0);\n pbVar8 = pbVar3;\n if ((*pbVar3 & 1) != 0) {\n if (*(undefined4 **)(pbVar3 + 4) != DAT_00077d90) goto LAB_0003a8f9;\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n }\n *pbVar8 = *pbVar8 & 0xbf;\n }\n else {\n if (DAT_00077d90 != puVar11) {\n if ((puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)) &&\n (((*(int *)(pbVar3 + 0xc) != DAT_00077e24 || (DAT_00077cfc != puVar11)) ||\n (lVar13 = *(longlong *)(pbVar3 + 0x10), lVar15 = FUN_00024d90(), lVar15 != lVar13)))) {\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n return pbVar3;\n }\n puVar10 = DAT_00077cfc;\n *(int *)(pbVar3 + 0xc) = DAT_00077e24;\n *(undefined4 **)(pbVar3 + 4) = puVar10;\n uVar14 = FUN_00024d90();\n *(undefined8 *)(pbVar3 + 0x10) = uVar14;\n goto LAB_0003a7aa;\n }\n pbVar3 = *(byte **)(pbVar3 + 0xc);\n pbVar3[1] = pbVar3[1] & 0xfd;\n puVar11 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) goto LAB_0003a6d4;\n if (puVar10 == puVar11) {\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n if (*(undefined **)(*(int *)(pbVar8 + 4) + 0x14) == PTR__bfd_std_section_0006efb4 + 0xc0) {\n if (pbVar8[0x18] == 3) {\n bVar2 = PTR__bfd_std_section_0006efb4[0xd5];\n goto joined_r0x0003aae2;\n }\n }\n else {\n if (DAT_00077d90 != puVar10) goto LAB_0003a84b;\n bVar2 = *(byte *)(*(int *)(*(int *)(pbVar8 + 4) + 0x14) + 0x15);\njoined_r0x0003aae2:\n if ((bVar2 & 0x10) == 0) {\n bVar2 = *pbVar8 & 0x40;\n goto joined_r0x0003a700;\n }\n }\n bVar2 = *pbVar8 >> 6 & 1;\n goto LAB_0003a8f1;\n }\n puVar12 = PTR__bfd_std_section_0006efb4;\n if (puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)) goto LAB_0003a84b;\n }\nLAB_0003a8f9:\n lVar13 = FUN_00039db0();\n if (lVar13 == 0) {\nLAB_0003a9d0:\n FUN_00038b40();\n goto LAB_0003a7aa;\n }\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n local_24 = *pbVar3 & 1;\n if ((*pbVar3 & 1) == 0) {\n puVar11 = (undefined4 *)puVar10[5];\n if ((*(byte *)(puVar10 + 4) & 4) != 0) goto LAB_0003a939;\n if (puVar11 == (undefined4 *)(puVar12 + 0xc0)) {\n iVar9 = FUN_000380a0(pbVar3);\n }\n else {\n if ((*(byte *)((int)puVar11 + 0x15) & 0x10) == 0) goto LAB_0003a939;\n iVar9 = FUN_000380a0(pbVar3);\n }\n if (iVar9 == 0) goto LAB_0003a939;\nLAB_0003aa3c:\n if (DAT_00077cfc == DAT_00077d70) goto LAB_0003a9d0;\n if (DAT_00077cfc != DAT_00077cec) {\n if (local_24 == 0) {\nLAB_0003aa6f:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (puVar10 == DAT_00077d90) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003aa6f;\n }\n if (DAT_00077cfc != puVar10) goto LAB_0003a947;\n }\n uVar14 = FUN_00039db0();\n uVar7 = FUN_00024d90();\n if ((uint)((ulonglong)uVar14 >> 0x20) < (uint)((uint)uVar14 < uVar7)) {\n uVar14 = FUN_00024d90();\n FUN_00037fc0(pbVar3,uVar14);\n }\n goto LAB_0003a7aa;\n }\n if (puVar10 == DAT_00077d90) {\n puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14);\n if (((*(byte *)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x10) & 4) == 0) &&\n ((puVar11 == (undefined4 *)(puVar12 + 0xc0) || ((*(byte *)((int)puVar11 + 0x15) & 0x10) != 0)\n ))) goto LAB_0003ab3f;\n }\n else {\n puVar11 = puVar10;\n if (puVar10 == (undefined4 *)(puVar12 + 0xc0)) {\nLAB_0003ab3f:\n iVar9 = FUN_000380a0(pbVar3);\n if (iVar9 != 0) goto LAB_0003aa3c;\n puVar11 = puVar10;\n if (puVar10 == DAT_00077d90) {\n puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14);\n }\n }\n }\nLAB_0003a939:\n if (DAT_00077cec == puVar11) goto LAB_0003aa3c;\nLAB_0003a947:\n uVar4 = FUN_00039db0();\n pbVar8 = pbVar3;\n if ((*pbVar3 & 1) == 0) {\nLAB_0003aac2:\n puVar10 = *(undefined4 **)(*(int *)(pbVar8 + 4) + 0x14);\n }\n else {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if (puVar10 == DAT_00077d90) {\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n goto LAB_0003aac2;\n }\n }\n uVar1 = *puVar10;\n uVar6 = dcgettext(0,"symbol `%s\' is already defined as \"%s\"/%s%ld",5);\n FUN_0002bd30(uVar6,param_1,uVar1,&DAT_00050b45,uVar4);\nLAB_0003a7aa:\n if (DAT_00077ee0 != 0) {\n if ((*pbVar3 & 1) != 0) {\n if (*(undefined4 **)(pbVar3 + 4) == DAT_00077d90) {\n pbVar3 = *(byte **)(pbVar3 + 0xc);\n }\n else {\n pbVar3 = (byte *)FUN_00038910();\n }\n }\n iVar9 = DAT_00077ee0;\n pbVar3[0x18] = 3;\n *(int *)(pbVar3 + 8) = iVar9;\n uVar14 = FUN_00039db0();\n *(undefined8 *)(pbVar3 + 0x10) = uVar14;\n *(undefined **)(pbVar3 + 0x24) = &DAT_00077d20;\n FUN_00038690(pbVar3,DAT_00077ce0);\n pbVar3[1] = pbVar3[1] | 1;\n }\n FUN_0001b3b0(pbVar3);\n return pbVar3;\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (declaration "byte bVar2;" type_identifier identifier ;) (declaration "byte *pbVar3;" type_identifier (pointer_declarator "*pbVar3" * identifier) ;) (declaration "undefined4 uVar4;" type_identifier identifier ;) (declaration "int iVar5;" primitive_type identifier ;) (declaration "undefined4 uVar6;" type_identifier identifier ;) (declaration "uint uVar7;" type_identifier identifier ;) (declaration "byte *pbVar8;" type_identifier (pointer_declarator "*pbVar8" * identifier) ;) (declaration "int iVar9;" primitive_type identifier ;) (declaration "undefined4 *puVar10;" type_identifier (pointer_declarator "*puVar10" * identifier) ;) (declaration "undefined4 *puVar11;" type_identifier (pointer_declarator "*puVar11" * identifier) ;) (declaration "undefined *puVar12;" type_identifier (pointer_declarator "*puVar12" * identifier) ;) (declaration "longlong lVar13;" type_identifier identifier ;) (declaration "undefined8 uVar14;" type_identifier identifier ;) (declaration "longlong lVar15;" type_identifier identifier ;) (declaration "byte local_24;" type_identifier identifier ;) (expression_statement "pbVar3 = (byte *)FUN_0003a4b0(param_1,0);" (assignment_expression "pbVar3 = (byte *)FUN_0003a4b0(param_1,0)" identifier = (cast_expression "(byte *)FUN_0003a4b0(param_1,0)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0003a4b0(param_1,0)" identifier (argument_list "(param_1,0)" ( identifier , number_literal ))))) ;) (expression_statement "puVar10 = DAT_00077d90;" (assignment_expression "puVar10 = DAT_00077d90" identifier = identifier) ;) (if_statement "if (pbVar3 == (byte *)0x0) {\n if ((DAT_00077da8 == 0) &&\n (iVar5 = (**(code **)(*(int *)(DAT_00077ec4 + 4) + 0x11c))(DAT_00077ec4,param_1),\n iVar9 = DAT_00077e24, iVar5 != 0)) {\n uVar14 = FUN_00024d90();\n pbVar3 = (byte *)FUN_00036e30(param_1,DAT_00077cfc,uVar14,iVar9);\n }\n else {\n iVar9 = DAT_00077e24;\n uVar14 = FUN_00024d90();\n pbVar3 = (byte *)FUN_000388a0(param_1,DAT_00077cfc,uVar14,iVar9);\n FUN_00036f40(pbVar3);\n }\n goto LAB_0003a7aa;\n }" if (parenthesized_expression "(pbVar3 == (byte *)0x0)" ( (binary_expression "pbVar3 == (byte *)0x0" identifier == (cast_expression "(byte *)0x0" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n if ((DAT_00077da8 == 0) &&\n (iVar5 = (**(code **)(*(int *)(DAT_00077ec4 + 4) + 0x11c))(DAT_00077ec4,param_1),\n iVar9 = DAT_00077e24, iVar5 != 0)) {\n uVar14 = FUN_00024d90();\n pbVar3 = (byte *)FUN_00036e30(param_1,DAT_00077cfc,uVar14,iVar9);\n }\n else {\n iVar9 = DAT_00077e24;\n uVar14 = FUN_00024d90();\n pbVar3 = (byte *)FUN_000388a0(param_1,DAT_00077cfc,uVar14,iVar9);\n FUN_00036f40(pbVar3);\n }\n goto LAB_0003a7aa;\n }" { (if_statement "if ((DAT_00077da8 == 0) &&\n (iVar5 = (**(code **)(*(int *)(DAT_00077ec4 + 4) + 0x11c))(DAT_00077ec4,param_1),\n iVar9 = DAT_00077e24, iVar5 != 0)) {\n uVar14 = FUN_00024d90();\n pbVar3 = (byte *)FUN_00036e30(param_1,DAT_00077cfc,uVar14,iVar9);\n }\n else {\n iVar9 = DAT_00077e24;\n uVar14 = FUN_00024d90();\n pbVar3 = (byte *)FUN_000388a0(param_1,DAT_00077cfc,uVar14,iVar9);\n FUN_00036f40(pbVar3);\n }" if (parenthesized_expression "((DAT_00077da8 == 0) &&\n (iVar5 = (**(code **)(*(int *)(DAT_00077ec4 + 4) + 0x11c))(DAT_00077ec4,param_1),\n iVar9 = DAT_00077e24, iVar5 != 0))" ( (binary_expression "(DAT_00077da8 == 0) &&\n (iVar5 = (**(code **)(*(int *)(DAT_00077ec4 + 4) + 0x11c))(DAT_00077ec4,param_1),\n iVar9 = DAT_00077e24, iVar5 != 0)" (parenthesized_expression "(DAT_00077da8 == 0)" ( (binary_expression "DAT_00077da8 == 0" identifier == number_literal) )) && (parenthesized_expression "(iVar5 = (**(code **)(*(int *)(DAT_00077ec4 + 4) + 0x11c))(DAT_00077ec4,param_1),\n iVar9 = DAT_00077e24, iVar5 != 0)" ( (comma_expression "iVar5 = (**(code **)(*(int *)(DAT_00077ec4 + 4) + 0x11c))(DAT_00077ec4,param_1),\n iVar9 = DAT_00077e24, iVar5 != 0" (assignment_expression "iVar5 = (**(code **)(*(int *)(DAT_00077ec4 + 4) + 0x11c))(DAT_00077ec4,param_1)" identifier = (call_expression "(**(code **)(*(int *)(DAT_00077ec4 + 4) + 0x11c))(DAT_00077ec4,param_1)" (parenthesized_expression "(**(code **)(*(int *)(DAT_00077ec4 + 4) + 0x11c))" ( (pointer_expression "**(code **)(*(int *)(DAT_00077ec4 + 4) + 0x11c)" * (pointer_expression "*(code **)(*(int *)(DAT_00077ec4 + 4) + 0x11c)" * (cast_expression "(code **)(*(int *)(DAT_00077ec4 + 4) + 0x11c)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)(DAT_00077ec4 + 4) + 0x11c)" ( (binary_expression "*(int *)(DAT_00077ec4 + 4) + 0x11c" (pointer_expression "*(int *)(DAT_00077ec4 + 4)" * (cast_expression "(int *)(DAT_00077ec4 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00077ec4 + 4)" ( (binary_expression "DAT_00077ec4 + 4" identifier + number_literal) )))) + number_literal) ))))) )) (argument_list "(DAT_00077ec4,param_1)" ( identifier , identifier )))) , (comma_expression "iVar9 = DAT_00077e24, iVar5 != 0" (assignment_expression "iVar9 = DAT_00077e24" identifier = identifier) , (binary_expression "iVar5 != 0" identifier != number_literal))) ))) )) (compound_statement "{\n uVar14 = FUN_00024d90();\n pbVar3 = (byte *)FUN_00036e30(param_1,DAT_00077cfc,uVar14,iVar9);\n }" { (expression_statement "uVar14 = FUN_00024d90();" (assignment_expression "uVar14 = FUN_00024d90()" identifier = (call_expression "FUN_00024d90()" identifier (argument_list "()" ( )))) ;) (expression_statement "pbVar3 = (byte *)FUN_00036e30(param_1,DAT_00077cfc,uVar14,iVar9);" (assignment_expression "pbVar3 = (byte *)FUN_00036e30(param_1,DAT_00077cfc,uVar14,iVar9)" identifier = (cast_expression "(byte *)FUN_00036e30(param_1,DAT_00077cfc,uVar14,iVar9)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00036e30(param_1,DAT_00077cfc,uVar14,iVar9)" identifier (argument_list "(param_1,DAT_00077cfc,uVar14,iVar9)" ( identifier , identifier , identifier , identifier ))))) ;) }) (else_clause "else {\n iVar9 = DAT_00077e24;\n uVar14 = FUN_00024d90();\n pbVar3 = (byte *)FUN_000388a0(param_1,DAT_00077cfc,uVar14,iVar9);\n FUN_00036f40(pbVar3);\n }" else (compound_statement "{\n iVar9 = DAT_00077e24;\n uVar14 = FUN_00024d90();\n pbVar3 = (byte *)FUN_000388a0(param_1,DAT_00077cfc,uVar14,iVar9);\n FUN_00036f40(pbVar3);\n }" { (expression_statement "iVar9 = DAT_00077e24;" (assignment_expression "iVar9 = DAT_00077e24" identifier = identifier) ;) (expression_statement "uVar14 = FUN_00024d90();" (assignment_expression "uVar14 = FUN_00024d90()" identifier = (call_expression "FUN_00024d90()" identifier (argument_list "()" ( )))) ;) (expression_statement "pbVar3 = (byte *)FUN_000388a0(param_1,DAT_00077cfc,uVar14,iVar9);" (assignment_expression "pbVar3 = (byte *)FUN_000388a0(param_1,DAT_00077cfc,uVar14,iVar9)" identifier = (cast_expression "(byte *)FUN_000388a0(param_1,DAT_00077cfc,uVar14,iVar9)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_000388a0(param_1,DAT_00077cfc,uVar14,iVar9)" identifier (argument_list "(param_1,DAT_00077cfc,uVar14,iVar9)" ( identifier , identifier , identifier , identifier ))))) ;) (expression_statement "FUN_00036f40(pbVar3);" (call_expression "FUN_00036f40(pbVar3)" identifier (argument_list "(pbVar3)" ( identifier ))) ;) }))) (goto_statement "goto LAB_0003a7aa;" goto statement_identifier ;) })) (expression_statement "puVar11 = *(undefined4 **)(pbVar3 + 4);" (assignment_expression "puVar11 = *(undefined4 **)(pbVar3 + 4)" identifier = (pointer_expression "*(undefined4 **)(pbVar3 + 4)" * (cast_expression "(undefined4 **)(pbVar3 + 4)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(pbVar3 + 4)" ( (binary_expression "pbVar3 + 4" identifier + number_literal) ))))) ;) (if_statement "if ((*pbVar3 & 1) == 0) {\n pbVar3[1] = pbVar3[1] & 0xfd;\nLAB_0003a6d4:\n if (((undefined *)puVar11[5] == PTR__bfd_std_section_0006efb4 + 0xc0) && (pbVar3[0x18] != 3)) {\n bVar2 = *pbVar3 >> 6 & 1;\nLAB_0003a8f1:\n puVar12 = PTR__bfd_std_section_0006efb4;\n if (bVar2 == 0) goto LAB_0003a8f9;\n }\n else {\n bVar2 = *pbVar3 >> 6 & 1;\n if ((((undefined *)puVar11[5])[0x15] & 0x10) != 0) goto LAB_0003a8f1;\njoined_r0x0003a700:\n if (bVar2 == 0) {\nLAB_0003a84b:\n if (*(int *)(pbVar3 + 0x24) == DAT_00077e24) {\n lVar13 = FUN_00039db0();\n lVar15 = FUN_00024d90();\n if (lVar13 == lVar15) {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) {\nLAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }\n if (DAT_00077cfc == puVar10) goto LAB_0003a7aa;\n }\n }\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n pbVar3 = (byte *)FUN_0003a070(pbVar3,0);\n FUN_00038b40();\n goto LAB_0003a7aa;\n }\n }\n puVar12 = PTR__bfd_std_section_0006efb4;\n pbVar3 = (byte *)FUN_0003a070(pbVar3,1);\n FUN_00037fc0(pbVar3,0,0);\n pbVar8 = pbVar3;\n if ((*pbVar3 & 1) != 0) {\n if (*(undefined4 **)(pbVar3 + 4) != DAT_00077d90) goto LAB_0003a8f9;\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n }\n *pbVar8 = *pbVar8 & 0xbf;\n }\n else {\n if (DAT_00077d90 != puVar11) {\n if ((puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)) &&\n (((*(int *)(pbVar3 + 0xc) != DAT_00077e24 || (DAT_00077cfc != puVar11)) ||\n (lVar13 = *(longlong *)(pbVar3 + 0x10), lVar15 = FUN_00024d90(), lVar15 != lVar13)))) {\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n return pbVar3;\n }\n puVar10 = DAT_00077cfc;\n *(int *)(pbVar3 + 0xc) = DAT_00077e24;\n *(undefined4 **)(pbVar3 + 4) = puVar10;\n uVar14 = FUN_00024d90();\n *(undefined8 *)(pbVar3 + 0x10) = uVar14;\n goto LAB_0003a7aa;\n }\n pbVar3 = *(byte **)(pbVar3 + 0xc);\n pbVar3[1] = pbVar3[1] & 0xfd;\n puVar11 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) goto LAB_0003a6d4;\n if (puVar10 == puVar11) {\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n if (*(undefined **)(*(int *)(pbVar8 + 4) + 0x14) == PTR__bfd_std_section_0006efb4 + 0xc0) {\n if (pbVar8[0x18] == 3) {\n bVar2 = PTR__bfd_std_section_0006efb4[0xd5];\n goto joined_r0x0003aae2;\n }\n }\n else {\n if (DAT_00077d90 != puVar10) goto LAB_0003a84b;\n bVar2 = *(byte *)(*(int *)(*(int *)(pbVar8 + 4) + 0x14) + 0x15);\njoined_r0x0003aae2:\n if ((bVar2 & 0x10) == 0) {\n bVar2 = *pbVar8 & 0x40;\n goto joined_r0x0003a700;\n }\n }\n bVar2 = *pbVar8 >> 6 & 1;\n goto LAB_0003a8f1;\n }\n puVar12 = PTR__bfd_std_section_0006efb4;\n if (puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)) goto LAB_0003a84b;\n }" if (parenthesized_expression "((*pbVar3 & 1) == 0)" ( (binary_expression "(*pbVar3 & 1) == 0" (parenthesized_expression "(*pbVar3 & 1)" ( (binary_expression "*pbVar3 & 1" (pointer_expression "*pbVar3" * identifier) & number_literal) )) == number_literal) )) (compound_statement "{\n pbVar3[1] = pbVar3[1] & 0xfd;\nLAB_0003a6d4:\n if (((undefined *)puVar11[5] == PTR__bfd_std_section_0006efb4 + 0xc0) && (pbVar3[0x18] != 3)) {\n bVar2 = *pbVar3 >> 6 & 1;\nLAB_0003a8f1:\n puVar12 = PTR__bfd_std_section_0006efb4;\n if (bVar2 == 0) goto LAB_0003a8f9;\n }\n else {\n bVar2 = *pbVar3 >> 6 & 1;\n if ((((undefined *)puVar11[5])[0x15] & 0x10) != 0) goto LAB_0003a8f1;\njoined_r0x0003a700:\n if (bVar2 == 0) {\nLAB_0003a84b:\n if (*(int *)(pbVar3 + 0x24) == DAT_00077e24) {\n lVar13 = FUN_00039db0();\n lVar15 = FUN_00024d90();\n if (lVar13 == lVar15) {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) {\nLAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }\n if (DAT_00077cfc == puVar10) goto LAB_0003a7aa;\n }\n }\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n pbVar3 = (byte *)FUN_0003a070(pbVar3,0);\n FUN_00038b40();\n goto LAB_0003a7aa;\n }\n }\n puVar12 = PTR__bfd_std_section_0006efb4;\n pbVar3 = (byte *)FUN_0003a070(pbVar3,1);\n FUN_00037fc0(pbVar3,0,0);\n pbVar8 = pbVar3;\n if ((*pbVar3 & 1) != 0) {\n if (*(undefined4 **)(pbVar3 + 4) != DAT_00077d90) goto LAB_0003a8f9;\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n }\n *pbVar8 = *pbVar8 & 0xbf;\n }" { (expression_statement "pbVar3[1] = pbVar3[1] & 0xfd;" (assignment_expression "pbVar3[1] = pbVar3[1] & 0xfd" (subscript_expression "pbVar3[1]" identifier [ number_literal ]) = (binary_expression "pbVar3[1] & 0xfd" (subscript_expression "pbVar3[1]" identifier [ number_literal ]) & number_literal)) ;) (labeled_statement "LAB_0003a6d4:\n if (((undefined *)puVar11[5] == PTR__bfd_std_section_0006efb4 + 0xc0) && (pbVar3[0x18] != 3)) {\n bVar2 = *pbVar3 >> 6 & 1;\nLAB_0003a8f1:\n puVar12 = PTR__bfd_std_section_0006efb4;\n if (bVar2 == 0) goto LAB_0003a8f9;\n }\n else {\n bVar2 = *pbVar3 >> 6 & 1;\n if ((((undefined *)puVar11[5])[0x15] & 0x10) != 0) goto LAB_0003a8f1;\njoined_r0x0003a700:\n if (bVar2 == 0) {\nLAB_0003a84b:\n if (*(int *)(pbVar3 + 0x24) == DAT_00077e24) {\n lVar13 = FUN_00039db0();\n lVar15 = FUN_00024d90();\n if (lVar13 == lVar15) {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) {\nLAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }\n if (DAT_00077cfc == puVar10) goto LAB_0003a7aa;\n }\n }\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n pbVar3 = (byte *)FUN_0003a070(pbVar3,0);\n FUN_00038b40();\n goto LAB_0003a7aa;\n }\n }" statement_identifier : (if_statement "if (((undefined *)puVar11[5] == PTR__bfd_std_section_0006efb4 + 0xc0) && (pbVar3[0x18] != 3)) {\n bVar2 = *pbVar3 >> 6 & 1;\nLAB_0003a8f1:\n puVar12 = PTR__bfd_std_section_0006efb4;\n if (bVar2 == 0) goto LAB_0003a8f9;\n }\n else {\n bVar2 = *pbVar3 >> 6 & 1;\n if ((((undefined *)puVar11[5])[0x15] & 0x10) != 0) goto LAB_0003a8f1;\njoined_r0x0003a700:\n if (bVar2 == 0) {\nLAB_0003a84b:\n if (*(int *)(pbVar3 + 0x24) == DAT_00077e24) {\n lVar13 = FUN_00039db0();\n lVar15 = FUN_00024d90();\n if (lVar13 == lVar15) {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) {\nLAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }\n if (DAT_00077cfc == puVar10) goto LAB_0003a7aa;\n }\n }\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n pbVar3 = (byte *)FUN_0003a070(pbVar3,0);\n FUN_00038b40();\n goto LAB_0003a7aa;\n }\n }" if (parenthesized_expression "(((undefined *)puVar11[5] == PTR__bfd_std_section_0006efb4 + 0xc0) && (pbVar3[0x18] != 3))" ( (binary_expression "((undefined *)puVar11[5] == PTR__bfd_std_section_0006efb4 + 0xc0) && (pbVar3[0x18] != 3)" (parenthesized_expression "((undefined *)puVar11[5] == PTR__bfd_std_section_0006efb4 + 0xc0)" ( (binary_expression "(undefined *)puVar11[5] == PTR__bfd_std_section_0006efb4 + 0xc0" (cast_expression "(undefined *)puVar11[5]" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar11[5]" identifier [ number_literal ])) == (binary_expression "PTR__bfd_std_section_0006efb4 + 0xc0" identifier + number_literal)) )) && (parenthesized_expression "(pbVar3[0x18] != 3)" ( (binary_expression "pbVar3[0x18] != 3" (subscript_expression "pbVar3[0x18]" identifier [ number_literal ]) != number_literal) ))) )) (compound_statement "{\n bVar2 = *pbVar3 >> 6 & 1;\nLAB_0003a8f1:\n puVar12 = PTR__bfd_std_section_0006efb4;\n if (bVar2 == 0) goto LAB_0003a8f9;\n }" { (expression_statement "bVar2 = *pbVar3 >> 6 & 1;" (assignment_expression "bVar2 = *pbVar3 >> 6 & 1" identifier = (binary_expression "*pbVar3 >> 6 & 1" (binary_expression "*pbVar3 >> 6" (pointer_expression "*pbVar3" * identifier) >> number_literal) & number_literal)) ;) (labeled_statement "LAB_0003a8f1:\n puVar12 = PTR__bfd_std_section_0006efb4;" statement_identifier : (expression_statement "puVar12 = PTR__bfd_std_section_0006efb4;" (assignment_expression "puVar12 = PTR__bfd_std_section_0006efb4" identifier = identifier) ;)) (if_statement "if (bVar2 == 0) goto LAB_0003a8f9;" if (parenthesized_expression "(bVar2 == 0)" ( (binary_expression "bVar2 == 0" identifier == number_literal) )) (goto_statement "goto LAB_0003a8f9;" goto statement_identifier ;)) }) (else_clause "else {\n bVar2 = *pbVar3 >> 6 & 1;\n if ((((undefined *)puVar11[5])[0x15] & 0x10) != 0) goto LAB_0003a8f1;\njoined_r0x0003a700:\n if (bVar2 == 0) {\nLAB_0003a84b:\n if (*(int *)(pbVar3 + 0x24) == DAT_00077e24) {\n lVar13 = FUN_00039db0();\n lVar15 = FUN_00024d90();\n if (lVar13 == lVar15) {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) {\nLAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }\n if (DAT_00077cfc == puVar10) goto LAB_0003a7aa;\n }\n }\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n pbVar3 = (byte *)FUN_0003a070(pbVar3,0);\n FUN_00038b40();\n goto LAB_0003a7aa;\n }\n }" else (compound_statement "{\n bVar2 = *pbVar3 >> 6 & 1;\n if ((((undefined *)puVar11[5])[0x15] & 0x10) != 0) goto LAB_0003a8f1;\njoined_r0x0003a700:\n if (bVar2 == 0) {\nLAB_0003a84b:\n if (*(int *)(pbVar3 + 0x24) == DAT_00077e24) {\n lVar13 = FUN_00039db0();\n lVar15 = FUN_00024d90();\n if (lVar13 == lVar15) {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) {\nLAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }\n if (DAT_00077cfc == puVar10) goto LAB_0003a7aa;\n }\n }\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n pbVar3 = (byte *)FUN_0003a070(pbVar3,0);\n FUN_00038b40();\n goto LAB_0003a7aa;\n }\n }" { (expression_statement "bVar2 = *pbVar3 >> 6 & 1;" (assignment_expression "bVar2 = *pbVar3 >> 6 & 1" identifier = (binary_expression "*pbVar3 >> 6 & 1" (binary_expression "*pbVar3 >> 6" (pointer_expression "*pbVar3" * identifier) >> number_literal) & number_literal)) ;) (if_statement "if ((((undefined *)puVar11[5])[0x15] & 0x10) != 0) goto LAB_0003a8f1;" if (parenthesized_expression "((((undefined *)puVar11[5])[0x15] & 0x10) != 0)" ( (binary_expression "(((undefined *)puVar11[5])[0x15] & 0x10) != 0" (parenthesized_expression "(((undefined *)puVar11[5])[0x15] & 0x10)" ( (binary_expression "((undefined *)puVar11[5])[0x15] & 0x10" (subscript_expression "((undefined *)puVar11[5])[0x15]" (parenthesized_expression "((undefined *)puVar11[5])" ( (cast_expression "(undefined *)puVar11[5]" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar11[5]" identifier [ number_literal ])) )) [ number_literal ]) & number_literal) )) != number_literal) )) (goto_statement "goto LAB_0003a8f1;" goto statement_identifier ;)) (labeled_statement "joined_r0x0003a700:\n if (bVar2 == 0) {\nLAB_0003a84b:\n if (*(int *)(pbVar3 + 0x24) == DAT_00077e24) {\n lVar13 = FUN_00039db0();\n lVar15 = FUN_00024d90();\n if (lVar13 == lVar15) {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) {\nLAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }\n if (DAT_00077cfc == puVar10) goto LAB_0003a7aa;\n }\n }\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n pbVar3 = (byte *)FUN_0003a070(pbVar3,0);\n FUN_00038b40();\n goto LAB_0003a7aa;\n }" statement_identifier : (if_statement "if (bVar2 == 0) {\nLAB_0003a84b:\n if (*(int *)(pbVar3 + 0x24) == DAT_00077e24) {\n lVar13 = FUN_00039db0();\n lVar15 = FUN_00024d90();\n if (lVar13 == lVar15) {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) {\nLAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }\n if (DAT_00077cfc == puVar10) goto LAB_0003a7aa;\n }\n }\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n pbVar3 = (byte *)FUN_0003a070(pbVar3,0);\n FUN_00038b40();\n goto LAB_0003a7aa;\n }" if (parenthesized_expression "(bVar2 == 0)" ( (binary_expression "bVar2 == 0" identifier == number_literal) )) (compound_statement "{\nLAB_0003a84b:\n if (*(int *)(pbVar3 + 0x24) == DAT_00077e24) {\n lVar13 = FUN_00039db0();\n lVar15 = FUN_00024d90();\n if (lVar13 == lVar15) {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) {\nLAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }\n if (DAT_00077cfc == puVar10) goto LAB_0003a7aa;\n }\n }\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n pbVar3 = (byte *)FUN_0003a070(pbVar3,0);\n FUN_00038b40();\n goto LAB_0003a7aa;\n }" { (labeled_statement "LAB_0003a84b:\n if (*(int *)(pbVar3 + 0x24) == DAT_00077e24) {\n lVar13 = FUN_00039db0();\n lVar15 = FUN_00024d90();\n if (lVar13 == lVar15) {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) {\nLAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }\n if (DAT_00077cfc == puVar10) goto LAB_0003a7aa;\n }\n }" statement_identifier : (if_statement "if (*(int *)(pbVar3 + 0x24) == DAT_00077e24) {\n lVar13 = FUN_00039db0();\n lVar15 = FUN_00024d90();\n if (lVar13 == lVar15) {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) {\nLAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }\n if (DAT_00077cfc == puVar10) goto LAB_0003a7aa;\n }\n }" if (parenthesized_expression "(*(int *)(pbVar3 + 0x24) == DAT_00077e24)" ( (binary_expression "*(int *)(pbVar3 + 0x24) == DAT_00077e24" (pointer_expression "*(int *)(pbVar3 + 0x24)" * (cast_expression "(int *)(pbVar3 + 0x24)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pbVar3 + 0x24)" ( (binary_expression "pbVar3 + 0x24" identifier + number_literal) )))) == identifier) )) (compound_statement "{\n lVar13 = FUN_00039db0();\n lVar15 = FUN_00024d90();\n if (lVar13 == lVar15) {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) {\nLAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }\n if (DAT_00077cfc == puVar10) goto LAB_0003a7aa;\n }\n }" { (expression_statement "lVar13 = FUN_00039db0();" (assignment_expression "lVar13 = FUN_00039db0()" identifier = (call_expression "FUN_00039db0()" identifier (argument_list "()" ( )))) ;) (expression_statement "lVar15 = FUN_00024d90();" (assignment_expression "lVar15 = FUN_00024d90()" identifier = (call_expression "FUN_00024d90()" identifier (argument_list "()" ( )))) ;) (if_statement "if (lVar13 == lVar15) {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) {\nLAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }\n if (DAT_00077cfc == puVar10) goto LAB_0003a7aa;\n }" if (parenthesized_expression "(lVar13 == lVar15)" ( (binary_expression "lVar13 == lVar15" identifier == identifier) )) (compound_statement "{\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) {\nLAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }\n if (DAT_00077cfc == puVar10) goto LAB_0003a7aa;\n }" { (expression_statement "puVar10 = *(undefined4 **)(pbVar3 + 4);" (assignment_expression "puVar10 = *(undefined4 **)(pbVar3 + 4)" identifier = (pointer_expression "*(undefined4 **)(pbVar3 + 4)" * (cast_expression "(undefined4 **)(pbVar3 + 4)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(pbVar3 + 4)" ( (binary_expression "pbVar3 + 4" identifier + number_literal) ))))) ;) (if_statement "if ((*pbVar3 & 1) == 0) {\nLAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }" if (parenthesized_expression "((*pbVar3 & 1) == 0)" ( (binary_expression "(*pbVar3 & 1) == 0" (parenthesized_expression "(*pbVar3 & 1)" ( (binary_expression "*pbVar3 & 1" (pointer_expression "*pbVar3" * identifier) & number_literal) )) == number_literal) )) (compound_statement "{\nLAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];\n }" { (labeled_statement "LAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];" statement_identifier : (expression_statement "puVar10 = (undefined4 *)puVar10[5];" (assignment_expression "puVar10 = (undefined4 *)puVar10[5]" identifier = (cast_expression "(undefined4 *)puVar10[5]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar10[5]" identifier [ number_literal ]))) ;)) }) (else_clause "else if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }" else (if_statement "if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }" if (parenthesized_expression "(DAT_00077d90 == puVar10)" ( (binary_expression "DAT_00077d90 == puVar10" identifier == identifier) )) (compound_statement "{\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }" { (expression_statement "puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);" (assignment_expression "puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4)" identifier = (pointer_expression "*(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4)" * (cast_expression "(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)(pbVar3 + 0xc) + 4)" ( (binary_expression "*(int *)(pbVar3 + 0xc) + 4" (pointer_expression "*(int *)(pbVar3 + 0xc)" * (cast_expression "(int *)(pbVar3 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pbVar3 + 0xc)" ( (binary_expression "pbVar3 + 0xc" identifier + number_literal) )))) + number_literal) ))))) ;) (goto_statement "goto LAB_0003ac1e;" goto statement_identifier ;) })))) (if_statement "if (DAT_00077cfc == puVar10) goto LAB_0003a7aa;" if (parenthesized_expression "(DAT_00077cfc == puVar10)" ( (binary_expression "DAT_00077cfc == puVar10" identifier == identifier) )) (goto_statement "goto LAB_0003a7aa;" goto statement_identifier ;)) })) }))) (expression_statement "uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);" (assignment_expression "uVar4 = dcgettext(0,"symbol `%s\' is already defined",5)" identifier = (call_expression "dcgettext(0,"symbol `%s\' is already defined",5)" identifier (argument_list "(0,"symbol `%s\' is already defined",5)" ( number_literal , (string_literal ""symbol `%s\' is already defined"" " string_content escape_sequence string_content ") , number_literal )))) ;) (expression_statement "FUN_0002bd30(uVar4,param_1);" (call_expression "FUN_0002bd30(uVar4,param_1)" identifier (argument_list "(uVar4,param_1)" ( identifier , identifier ))) ;) (expression_statement "pbVar3 = (byte *)FUN_0003a070(pbVar3,0);" (assignment_expression "pbVar3 = (byte *)FUN_0003a070(pbVar3,0)" identifier = (cast_expression "(byte *)FUN_0003a070(pbVar3,0)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0003a070(pbVar3,0)" identifier (argument_list "(pbVar3,0)" ( identifier , number_literal ))))) ;) (expression_statement "FUN_00038b40();" (call_expression "FUN_00038b40()" identifier (argument_list "()" ( ))) ;) (goto_statement "goto LAB_0003a7aa;" goto statement_identifier ;) }))) })))) (expression_statement "puVar12 = PTR__bfd_std_section_0006efb4;" (assignment_expression "puVar12 = PTR__bfd_std_section_0006efb4" identifier = identifier) ;) (expression_statement "pbVar3 = (byte *)FUN_0003a070(pbVar3,1);" (assignment_expression "pbVar3 = (byte *)FUN_0003a070(pbVar3,1)" identifier = (cast_expression "(byte *)FUN_0003a070(pbVar3,1)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0003a070(pbVar3,1)" identifier (argument_list "(pbVar3,1)" ( identifier , number_literal ))))) ;) (expression_statement "FUN_00037fc0(pbVar3,0,0);" (call_expression "FUN_00037fc0(pbVar3,0,0)" identifier (argument_list "(pbVar3,0,0)" ( identifier , number_literal , number_literal ))) ;) (expression_statement "pbVar8 = pbVar3;" (assignment_expression "pbVar8 = pbVar3" identifier = identifier) ;) (if_statement "if ((*pbVar3 & 1) != 0) {\n if (*(undefined4 **)(pbVar3 + 4) != DAT_00077d90) goto LAB_0003a8f9;\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n }" if (parenthesized_expression "((*pbVar3 & 1) != 0)" ( (binary_expression "(*pbVar3 & 1) != 0" (parenthesized_expression "(*pbVar3 & 1)" ( (binary_expression "*pbVar3 & 1" (pointer_expression "*pbVar3" * identifier) & number_literal) )) != number_literal) )) (compound_statement "{\n if (*(undefined4 **)(pbVar3 + 4) != DAT_00077d90) goto LAB_0003a8f9;\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n }" { (if_statement "if (*(undefined4 **)(pbVar3 + 4) != DAT_00077d90) goto LAB_0003a8f9;" if (parenthesized_expression "(*(undefined4 **)(pbVar3 + 4) != DAT_00077d90)" ( (binary_expression "*(undefined4 **)(pbVar3 + 4) != DAT_00077d90" (pointer_expression "*(undefined4 **)(pbVar3 + 4)" * (cast_expression "(undefined4 **)(pbVar3 + 4)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(pbVar3 + 4)" ( (binary_expression "pbVar3 + 4" identifier + number_literal) )))) != identifier) )) (goto_statement "goto LAB_0003a8f9;" goto statement_identifier ;)) (expression_statement "pbVar8 = *(byte **)(pbVar3 + 0xc);" (assignment_expression "pbVar8 = *(byte **)(pbVar3 + 0xc)" identifier = (pointer_expression "*(byte **)(pbVar3 + 0xc)" * (cast_expression "(byte **)(pbVar3 + 0xc)" ( (type_descriptor "byte **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(pbVar3 + 0xc)" ( (binary_expression "pbVar3 + 0xc" identifier + number_literal) ))))) ;) })) (expression_statement "*pbVar8 = *pbVar8 & 0xbf;" (assignment_expression "*pbVar8 = *pbVar8 & 0xbf" (pointer_expression "*pbVar8" * identifier) = (binary_expression "*pbVar8 & 0xbf" (pointer_expression "*pbVar8" * identifier) & number_literal)) ;) }) (else_clause "else {\n if (DAT_00077d90 != puVar11) {\n if ((puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)) &&\n (((*(int *)(pbVar3 + 0xc) != DAT_00077e24 || (DAT_00077cfc != puVar11)) ||\n (lVar13 = *(longlong *)(pbVar3 + 0x10), lVar15 = FUN_00024d90(), lVar15 != lVar13)))) {\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n return pbVar3;\n }\n puVar10 = DAT_00077cfc;\n *(int *)(pbVar3 + 0xc) = DAT_00077e24;\n *(undefined4 **)(pbVar3 + 4) = puVar10;\n uVar14 = FUN_00024d90();\n *(undefined8 *)(pbVar3 + 0x10) = uVar14;\n goto LAB_0003a7aa;\n }\n pbVar3 = *(byte **)(pbVar3 + 0xc);\n pbVar3[1] = pbVar3[1] & 0xfd;\n puVar11 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) goto LAB_0003a6d4;\n if (puVar10 == puVar11) {\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n if (*(undefined **)(*(int *)(pbVar8 + 4) + 0x14) == PTR__bfd_std_section_0006efb4 + 0xc0) {\n if (pbVar8[0x18] == 3) {\n bVar2 = PTR__bfd_std_section_0006efb4[0xd5];\n goto joined_r0x0003aae2;\n }\n }\n else {\n if (DAT_00077d90 != puVar10) goto LAB_0003a84b;\n bVar2 = *(byte *)(*(int *)(*(int *)(pbVar8 + 4) + 0x14) + 0x15);\njoined_r0x0003aae2:\n if ((bVar2 & 0x10) == 0) {\n bVar2 = *pbVar8 & 0x40;\n goto joined_r0x0003a700;\n }\n }\n bVar2 = *pbVar8 >> 6 & 1;\n goto LAB_0003a8f1;\n }\n puVar12 = PTR__bfd_std_section_0006efb4;\n if (puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)) goto LAB_0003a84b;\n }" else (compound_statement "{\n if (DAT_00077d90 != puVar11) {\n if ((puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)) &&\n (((*(int *)(pbVar3 + 0xc) != DAT_00077e24 || (DAT_00077cfc != puVar11)) ||\n (lVar13 = *(longlong *)(pbVar3 + 0x10), lVar15 = FUN_00024d90(), lVar15 != lVar13)))) {\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n return pbVar3;\n }\n puVar10 = DAT_00077cfc;\n *(int *)(pbVar3 + 0xc) = DAT_00077e24;\n *(undefined4 **)(pbVar3 + 4) = puVar10;\n uVar14 = FUN_00024d90();\n *(undefined8 *)(pbVar3 + 0x10) = uVar14;\n goto LAB_0003a7aa;\n }\n pbVar3 = *(byte **)(pbVar3 + 0xc);\n pbVar3[1] = pbVar3[1] & 0xfd;\n puVar11 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) goto LAB_0003a6d4;\n if (puVar10 == puVar11) {\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n if (*(undefined **)(*(int *)(pbVar8 + 4) + 0x14) == PTR__bfd_std_section_0006efb4 + 0xc0) {\n if (pbVar8[0x18] == 3) {\n bVar2 = PTR__bfd_std_section_0006efb4[0xd5];\n goto joined_r0x0003aae2;\n }\n }\n else {\n if (DAT_00077d90 != puVar10) goto LAB_0003a84b;\n bVar2 = *(byte *)(*(int *)(*(int *)(pbVar8 + 4) + 0x14) + 0x15);\njoined_r0x0003aae2:\n if ((bVar2 & 0x10) == 0) {\n bVar2 = *pbVar8 & 0x40;\n goto joined_r0x0003a700;\n }\n }\n bVar2 = *pbVar8 >> 6 & 1;\n goto LAB_0003a8f1;\n }\n puVar12 = PTR__bfd_std_section_0006efb4;\n if (puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)) goto LAB_0003a84b;\n }" { (if_statement "if (DAT_00077d90 != puVar11) {\n if ((puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)) &&\n (((*(int *)(pbVar3 + 0xc) != DAT_00077e24 || (DAT_00077cfc != puVar11)) ||\n (lVar13 = *(longlong *)(pbVar3 + 0x10), lVar15 = FUN_00024d90(), lVar15 != lVar13)))) {\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n return pbVar3;\n }\n puVar10 = DAT_00077cfc;\n *(int *)(pbVar3 + 0xc) = DAT_00077e24;\n *(undefined4 **)(pbVar3 + 4) = puVar10;\n uVar14 = FUN_00024d90();\n *(undefined8 *)(pbVar3 + 0x10) = uVar14;\n goto LAB_0003a7aa;\n }" if (parenthesized_expression "(DAT_00077d90 != puVar11)" ( (binary_expression "DAT_00077d90 != puVar11" identifier != identifier) )) (compound_statement "{\n if ((puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)) &&\n (((*(int *)(pbVar3 + 0xc) != DAT_00077e24 || (DAT_00077cfc != puVar11)) ||\n (lVar13 = *(longlong *)(pbVar3 + 0x10), lVar15 = FUN_00024d90(), lVar15 != lVar13)))) {\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n return pbVar3;\n }\n puVar10 = DAT_00077cfc;\n *(int *)(pbVar3 + 0xc) = DAT_00077e24;\n *(undefined4 **)(pbVar3 + 4) = puVar10;\n uVar14 = FUN_00024d90();\n *(undefined8 *)(pbVar3 + 0x10) = uVar14;\n goto LAB_0003a7aa;\n }" { (if_statement "if ((puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)) &&\n (((*(int *)(pbVar3 + 0xc) != DAT_00077e24 || (DAT_00077cfc != puVar11)) ||\n (lVar13 = *(longlong *)(pbVar3 + 0x10), lVar15 = FUN_00024d90(), lVar15 != lVar13)))) {\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n return pbVar3;\n }" if (parenthesized_expression "((puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)) &&\n (((*(int *)(pbVar3 + 0xc) != DAT_00077e24 || (DAT_00077cfc != puVar11)) ||\n (lVar13 = *(longlong *)(pbVar3 + 0x10), lVar15 = FUN_00024d90(), lVar15 != lVar13))))" ( (binary_expression "(puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)) &&\n (((*(int *)(pbVar3 + 0xc) != DAT_00077e24 || (DAT_00077cfc != puVar11)) ||\n (lVar13 = *(longlong *)(pbVar3 + 0x10), lVar15 = FUN_00024d90(), lVar15 != lVar13)))" (parenthesized_expression "(puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0))" ( (binary_expression "puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)" identifier != (cast_expression "(undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR__bfd_std_section_0006efb4 + 0xc0)" ( (binary_expression "PTR__bfd_std_section_0006efb4 + 0xc0" identifier + number_literal) )))) )) && (parenthesized_expression "(((*(int *)(pbVar3 + 0xc) != DAT_00077e24 || (DAT_00077cfc != puVar11)) ||\n (lVar13 = *(longlong *)(pbVar3 + 0x10), lVar15 = FUN_00024d90(), lVar15 != lVar13)))" ( (parenthesized_expression "((*(int *)(pbVar3 + 0xc) != DAT_00077e24 || (DAT_00077cfc != puVar11)) ||\n (lVar13 = *(longlong *)(pbVar3 + 0x10), lVar15 = FUN_00024d90(), lVar15 != lVar13))" ( (binary_expression "(*(int *)(pbVar3 + 0xc) != DAT_00077e24 || (DAT_00077cfc != puVar11)) ||\n (lVar13 = *(longlong *)(pbVar3 + 0x10), lVar15 = FUN_00024d90(), lVar15 != lVar13)" (parenthesized_expression "(*(int *)(pbVar3 + 0xc) != DAT_00077e24 || (DAT_00077cfc != puVar11))" ( (binary_expression "*(int *)(pbVar3 + 0xc) != DAT_00077e24 || (DAT_00077cfc != puVar11)" (binary_expression "*(int *)(pbVar3 + 0xc) != DAT_00077e24" (pointer_expression "*(int *)(pbVar3 + 0xc)" * (cast_expression "(int *)(pbVar3 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pbVar3 + 0xc)" ( (binary_expression "pbVar3 + 0xc" identifier + number_literal) )))) != identifier) || (parenthesized_expression "(DAT_00077cfc != puVar11)" ( (binary_expression "DAT_00077cfc != puVar11" identifier != identifier) ))) )) || (parenthesized_expression "(lVar13 = *(longlong *)(pbVar3 + 0x10), lVar15 = FUN_00024d90(), lVar15 != lVar13)" ( (comma_expression "lVar13 = *(longlong *)(pbVar3 + 0x10), lVar15 = FUN_00024d90(), lVar15 != lVar13" (assignment_expression "lVar13 = *(longlong *)(pbVar3 + 0x10)" identifier = (pointer_expression "*(longlong *)(pbVar3 + 0x10)" * (cast_expression "(longlong *)(pbVar3 + 0x10)" ( (type_descriptor "longlong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pbVar3 + 0x10)" ( (binary_expression "pbVar3 + 0x10" identifier + number_literal) ))))) , (comma_expression "lVar15 = FUN_00024d90(), lVar15 != lVar13" (assignment_expression "lVar15 = FUN_00024d90()" identifier = (call_expression "FUN_00024d90()" identifier (argument_list "()" ( )))) , (binary_expression "lVar15 != lVar13" identifier != identifier))) ))) )) ))) )) (compound_statement "{\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n return pbVar3;\n }" { (expression_statement "uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);" (assignment_expression "uVar4 = dcgettext(0,"symbol `%s\' is already defined",5)" identifier = (call_expression "dcgettext(0,"symbol `%s\' is already defined",5)" identifier (argument_list "(0,"symbol `%s\' is already defined",5)" ( number_literal , (string_literal ""symbol `%s\' is already defined"" " string_content escape_sequence string_content ") , number_literal )))) ;) (expression_statement "FUN_0002bd30(uVar4,param_1);" (call_expression "FUN_0002bd30(uVar4,param_1)" identifier (argument_list "(uVar4,param_1)" ( identifier , identifier ))) ;) (return_statement "return pbVar3;" return identifier ;) })) (expression_statement "puVar10 = DAT_00077cfc;" (assignment_expression "puVar10 = DAT_00077cfc" identifier = identifier) ;) (expression_statement "*(int *)(pbVar3 + 0xc) = DAT_00077e24;" (assignment_expression "*(int *)(pbVar3 + 0xc) = DAT_00077e24" (pointer_expression "*(int *)(pbVar3 + 0xc)" * (cast_expression "(int *)(pbVar3 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pbVar3 + 0xc)" ( (binary_expression "pbVar3 + 0xc" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined4 **)(pbVar3 + 4) = puVar10;" (assignment_expression "*(undefined4 **)(pbVar3 + 4) = puVar10" (pointer_expression "*(undefined4 **)(pbVar3 + 4)" * (cast_expression "(undefined4 **)(pbVar3 + 4)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(pbVar3 + 4)" ( (binary_expression "pbVar3 + 4" identifier + number_literal) )))) = identifier) ;) (expression_statement "uVar14 = FUN_00024d90();" (assignment_expression "uVar14 = FUN_00024d90()" identifier = (call_expression "FUN_00024d90()" identifier (argument_list "()" ( )))) ;) (expression_statement "*(undefined8 *)(pbVar3 + 0x10) = uVar14;" (assignment_expression "*(undefined8 *)(pbVar3 + 0x10) = uVar14" (pointer_expression "*(undefined8 *)(pbVar3 + 0x10)" * (cast_expression "(undefined8 *)(pbVar3 + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pbVar3 + 0x10)" ( (binary_expression "pbVar3 + 0x10" identifier + number_literal) )))) = identifier) ;) (goto_statement "goto LAB_0003a7aa;" goto statement_identifier ;) })) (expression_statement "pbVar3 = *(byte **)(pbVar3 + 0xc);" (assignment_expression "pbVar3 = *(byte **)(pbVar3 + 0xc)" identifier = (pointer_expression "*(byte **)(pbVar3 + 0xc)" * (cast_expression "(byte **)(pbVar3 + 0xc)" ( (type_descriptor "byte **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(pbVar3 + 0xc)" ( (binary_expression "pbVar3 + 0xc" identifier + number_literal) ))))) ;) (expression_statement "pbVar3[1] = pbVar3[1] & 0xfd;" (assignment_expression "pbVar3[1] = pbVar3[1] & 0xfd" (subscript_expression "pbVar3[1]" identifier [ number_literal ]) = (binary_expression "pbVar3[1] & 0xfd" (subscript_expression "pbVar3[1]" identifier [ number_literal ]) & number_literal)) ;) (expression_statement "puVar11 = *(undefined4 **)(pbVar3 + 4);" (assignment_expression "puVar11 = *(undefined4 **)(pbVar3 + 4)" identifier = (pointer_expression "*(undefined4 **)(pbVar3 + 4)" * (cast_expression "(undefined4 **)(pbVar3 + 4)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(pbVar3 + 4)" ( (binary_expression "pbVar3 + 4" identifier + number_literal) ))))) ;) (if_statement "if ((*pbVar3 & 1) == 0) goto LAB_0003a6d4;" if (parenthesized_expression "((*pbVar3 & 1) == 0)" ( (binary_expression "(*pbVar3 & 1) == 0" (parenthesized_expression "(*pbVar3 & 1)" ( (binary_expression "*pbVar3 & 1" (pointer_expression "*pbVar3" * identifier) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_0003a6d4;" goto statement_identifier ;)) (if_statement "if (puVar10 == puVar11) {\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n if (*(undefined **)(*(int *)(pbVar8 + 4) + 0x14) == PTR__bfd_std_section_0006efb4 + 0xc0) {\n if (pbVar8[0x18] == 3) {\n bVar2 = PTR__bfd_std_section_0006efb4[0xd5];\n goto joined_r0x0003aae2;\n }\n }\n else {\n if (DAT_00077d90 != puVar10) goto LAB_0003a84b;\n bVar2 = *(byte *)(*(int *)(*(int *)(pbVar8 + 4) + 0x14) + 0x15);\njoined_r0x0003aae2:\n if ((bVar2 & 0x10) == 0) {\n bVar2 = *pbVar8 & 0x40;\n goto joined_r0x0003a700;\n }\n }\n bVar2 = *pbVar8 >> 6 & 1;\n goto LAB_0003a8f1;\n }" if (parenthesized_expression "(puVar10 == puVar11)" ( (binary_expression "puVar10 == puVar11" identifier == identifier) )) (compound_statement "{\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n if (*(undefined **)(*(int *)(pbVar8 + 4) + 0x14) == PTR__bfd_std_section_0006efb4 + 0xc0) {\n if (pbVar8[0x18] == 3) {\n bVar2 = PTR__bfd_std_section_0006efb4[0xd5];\n goto joined_r0x0003aae2;\n }\n }\n else {\n if (DAT_00077d90 != puVar10) goto LAB_0003a84b;\n bVar2 = *(byte *)(*(int *)(*(int *)(pbVar8 + 4) + 0x14) + 0x15);\njoined_r0x0003aae2:\n if ((bVar2 & 0x10) == 0) {\n bVar2 = *pbVar8 & 0x40;\n goto joined_r0x0003a700;\n }\n }\n bVar2 = *pbVar8 >> 6 & 1;\n goto LAB_0003a8f1;\n }" { (expression_statement "pbVar8 = *(byte **)(pbVar3 + 0xc);" (assignment_expression "pbVar8 = *(byte **)(pbVar3 + 0xc)" identifier = (pointer_expression "*(byte **)(pbVar3 + 0xc)" * (cast_expression "(byte **)(pbVar3 + 0xc)" ( (type_descriptor "byte **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(pbVar3 + 0xc)" ( (binary_expression "pbVar3 + 0xc" identifier + number_literal) ))))) ;) (if_statement "if (*(undefined **)(*(int *)(pbVar8 + 4) + 0x14) == PTR__bfd_std_section_0006efb4 + 0xc0) {\n if (pbVar8[0x18] == 3) {\n bVar2 = PTR__bfd_std_section_0006efb4[0xd5];\n goto joined_r0x0003aae2;\n }\n }\n else {\n if (DAT_00077d90 != puVar10) goto LAB_0003a84b;\n bVar2 = *(byte *)(*(int *)(*(int *)(pbVar8 + 4) + 0x14) + 0x15);\njoined_r0x0003aae2:\n if ((bVar2 & 0x10) == 0) {\n bVar2 = *pbVar8 & 0x40;\n goto joined_r0x0003a700;\n }\n }" if (parenthesized_expression "(*(undefined **)(*(int *)(pbVar8 + 4) + 0x14) == PTR__bfd_std_section_0006efb4 + 0xc0)" ( (binary_expression "*(undefined **)(*(int *)(pbVar8 + 4) + 0x14) == PTR__bfd_std_section_0006efb4 + 0xc0" (pointer_expression "*(undefined **)(*(int *)(pbVar8 + 4) + 0x14)" * (cast_expression "(undefined **)(*(int *)(pbVar8 + 4) + 0x14)" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)(pbVar8 + 4) + 0x14)" ( (binary_expression "*(int *)(pbVar8 + 4) + 0x14" (pointer_expression "*(int *)(pbVar8 + 4)" * (cast_expression "(int *)(pbVar8 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pbVar8 + 4)" ( (binary_expression "pbVar8 + 4" identifier + number_literal) )))) + number_literal) )))) == (binary_expression "PTR__bfd_std_section_0006efb4 + 0xc0" identifier + number_literal)) )) (compound_statement "{\n if (pbVar8[0x18] == 3) {\n bVar2 = PTR__bfd_std_section_0006efb4[0xd5];\n goto joined_r0x0003aae2;\n }\n }" { (if_statement "if (pbVar8[0x18] == 3) {\n bVar2 = PTR__bfd_std_section_0006efb4[0xd5];\n goto joined_r0x0003aae2;\n }" if (parenthesized_expression "(pbVar8[0x18] == 3)" ( (binary_expression "pbVar8[0x18] == 3" (subscript_expression "pbVar8[0x18]" identifier [ number_literal ]) == number_literal) )) (compound_statement "{\n bVar2 = PTR__bfd_std_section_0006efb4[0xd5];\n goto joined_r0x0003aae2;\n }" { (expression_statement "bVar2 = PTR__bfd_std_section_0006efb4[0xd5];" (assignment_expression "bVar2 = PTR__bfd_std_section_0006efb4[0xd5]" identifier = (subscript_expression "PTR__bfd_std_section_0006efb4[0xd5]" identifier [ number_literal ])) ;) (goto_statement "goto joined_r0x0003aae2;" goto statement_identifier ;) })) }) (else_clause "else {\n if (DAT_00077d90 != puVar10) goto LAB_0003a84b;\n bVar2 = *(byte *)(*(int *)(*(int *)(pbVar8 + 4) + 0x14) + 0x15);\njoined_r0x0003aae2:\n if ((bVar2 & 0x10) == 0) {\n bVar2 = *pbVar8 & 0x40;\n goto joined_r0x0003a700;\n }\n }" else (compound_statement "{\n if (DAT_00077d90 != puVar10) goto LAB_0003a84b;\n bVar2 = *(byte *)(*(int *)(*(int *)(pbVar8 + 4) + 0x14) + 0x15);\njoined_r0x0003aae2:\n if ((bVar2 & 0x10) == 0) {\n bVar2 = *pbVar8 & 0x40;\n goto joined_r0x0003a700;\n }\n }" { (if_statement "if (DAT_00077d90 != puVar10) goto LAB_0003a84b;" if (parenthesized_expression "(DAT_00077d90 != puVar10)" ( (binary_expression "DAT_00077d90 != puVar10" identifier != identifier) )) (goto_statement "goto LAB_0003a84b;" goto statement_identifier ;)) (expression_statement "bVar2 = *(byte *)(*(int *)(*(int *)(pbVar8 + 4) + 0x14) + 0x15);" (assignment_expression "bVar2 = *(byte *)(*(int *)(*(int *)(pbVar8 + 4) + 0x14) + 0x15)" identifier = (pointer_expression "*(byte *)(*(int *)(*(int *)(pbVar8 + 4) + 0x14) + 0x15)" * (cast_expression "(byte *)(*(int *)(*(int *)(pbVar8 + 4) + 0x14) + 0x15)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(*(int *)(pbVar8 + 4) + 0x14) + 0x15)" ( (binary_expression "*(int *)(*(int *)(pbVar8 + 4) + 0x14) + 0x15" (pointer_expression "*(int *)(*(int *)(pbVar8 + 4) + 0x14)" * (cast_expression "(int *)(*(int *)(pbVar8 + 4) + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(pbVar8 + 4) + 0x14)" ( (binary_expression "*(int *)(pbVar8 + 4) + 0x14" (pointer_expression "*(int *)(pbVar8 + 4)" * (cast_expression "(int *)(pbVar8 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pbVar8 + 4)" ( (binary_expression "pbVar8 + 4" identifier + number_literal) )))) + number_literal) )))) + number_literal) ))))) ;) (labeled_statement "joined_r0x0003aae2:\n if ((bVar2 & 0x10) == 0) {\n bVar2 = *pbVar8 & 0x40;\n goto joined_r0x0003a700;\n }" statement_identifier : (if_statement "if ((bVar2 & 0x10) == 0) {\n bVar2 = *pbVar8 & 0x40;\n goto joined_r0x0003a700;\n }" if (parenthesized_expression "((bVar2 & 0x10) == 0)" ( (binary_expression "(bVar2 & 0x10) == 0" (parenthesized_expression "(bVar2 & 0x10)" ( (binary_expression "bVar2 & 0x10" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n bVar2 = *pbVar8 & 0x40;\n goto joined_r0x0003a700;\n }" { (expression_statement "bVar2 = *pbVar8 & 0x40;" (assignment_expression "bVar2 = *pbVar8 & 0x40" identifier = (binary_expression "*pbVar8 & 0x40" (pointer_expression "*pbVar8" * identifier) & number_literal)) ;) (goto_statement "goto joined_r0x0003a700;" goto statement_identifier ;) }))) }))) (expression_statement "bVar2 = *pbVar8 >> 6 & 1;" (assignment_expression "bVar2 = *pbVar8 >> 6 & 1" identifier = (binary_expression "*pbVar8 >> 6 & 1" (binary_expression "*pbVar8 >> 6" (pointer_expression "*pbVar8" * identifier) >> number_literal) & number_literal)) ;) (goto_statement "goto LAB_0003a8f1;" goto statement_identifier ;) })) (expression_statement "puVar12 = PTR__bfd_std_section_0006efb4;" (assignment_expression "puVar12 = PTR__bfd_std_section_0006efb4" identifier = identifier) ;) (if_statement "if (puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)) goto LAB_0003a84b;" if (parenthesized_expression "(puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0))" ( (binary_expression "puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)" identifier != (cast_expression "(undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR__bfd_std_section_0006efb4 + 0xc0)" ( (binary_expression "PTR__bfd_std_section_0006efb4 + 0xc0" identifier + number_literal) )))) )) (goto_statement "goto LAB_0003a84b;" goto statement_identifier ;)) }))) (labeled_statement "LAB_0003a8f9:\n lVar13 = FUN_00039db0();" statement_identifier : (expression_statement "lVar13 = FUN_00039db0();" (assignment_expression "lVar13 = FUN_00039db0()" identifier = (call_expression "FUN_00039db0()" identifier (argument_list "()" ( )))) ;)) (if_statement "if (lVar13 == 0) {\nLAB_0003a9d0:\n FUN_00038b40();\n goto LAB_0003a7aa;\n }" if (parenthesized_expression "(lVar13 == 0)" ( (binary_expression "lVar13 == 0" identifier == number_literal) )) (compound_statement "{\nLAB_0003a9d0:\n FUN_00038b40();\n goto LAB_0003a7aa;\n }" { (labeled_statement "LAB_0003a9d0:\n FUN_00038b40();" statement_identifier : (expression_statement "FUN_00038b40();" (call_expression "FUN_00038b40()" identifier (argument_list "()" ( ))) ;)) (goto_statement "goto LAB_0003a7aa;" goto statement_identifier ;) })) (expression_statement "puVar10 = *(undefined4 **)(pbVar3 + 4);" (assignment_expression "puVar10 = *(undefined4 **)(pbVar3 + 4)" identifier = (pointer_expression "*(undefined4 **)(pbVar3 + 4)" * (cast_expression "(undefined4 **)(pbVar3 + 4)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(pbVar3 + 4)" ( (binary_expression "pbVar3 + 4" identifier + number_literal) ))))) ;) (expression_statement "local_24 = *pbVar3 & 1;" (assignment_expression "local_24 = *pbVar3 & 1" identifier = (binary_expression "*pbVar3 & 1" (pointer_expression "*pbVar3" * identifier) & number_literal)) ;) (if_statement "if ((*pbVar3 & 1) == 0) {\n puVar11 = (undefined4 *)puVar10[5];\n if ((*(byte *)(puVar10 + 4) & 4) != 0) goto LAB_0003a939;\n if (puVar11 == (undefined4 *)(puVar12 + 0xc0)) {\n iVar9 = FUN_000380a0(pbVar3);\n }\n else {\n if ((*(byte *)((int)puVar11 + 0x15) & 0x10) == 0) goto LAB_0003a939;\n iVar9 = FUN_000380a0(pbVar3);\n }\n if (iVar9 == 0) goto LAB_0003a939;\nLAB_0003aa3c:\n if (DAT_00077cfc == DAT_00077d70) goto LAB_0003a9d0;\n if (DAT_00077cfc != DAT_00077cec) {\n if (local_24 == 0) {\nLAB_0003aa6f:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (puVar10 == DAT_00077d90) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003aa6f;\n }\n if (DAT_00077cfc != puVar10) goto LAB_0003a947;\n }\n uVar14 = FUN_00039db0();\n uVar7 = FUN_00024d90();\n if ((uint)((ulonglong)uVar14 >> 0x20) < (uint)((uint)uVar14 < uVar7)) {\n uVar14 = FUN_00024d90();\n FUN_00037fc0(pbVar3,uVar14);\n }\n goto LAB_0003a7aa;\n }" if (parenthesized_expression "((*pbVar3 & 1) == 0)" ( (binary_expression "(*pbVar3 & 1) == 0" (parenthesized_expression "(*pbVar3 & 1)" ( (binary_expression "*pbVar3 & 1" (pointer_expression "*pbVar3" * identifier) & number_literal) )) == number_literal) )) (compound_statement "{\n puVar11 = (undefined4 *)puVar10[5];\n if ((*(byte *)(puVar10 + 4) & 4) != 0) goto LAB_0003a939;\n if (puVar11 == (undefined4 *)(puVar12 + 0xc0)) {\n iVar9 = FUN_000380a0(pbVar3);\n }\n else {\n if ((*(byte *)((int)puVar11 + 0x15) & 0x10) == 0) goto LAB_0003a939;\n iVar9 = FUN_000380a0(pbVar3);\n }\n if (iVar9 == 0) goto LAB_0003a939;\nLAB_0003aa3c:\n if (DAT_00077cfc == DAT_00077d70) goto LAB_0003a9d0;\n if (DAT_00077cfc != DAT_00077cec) {\n if (local_24 == 0) {\nLAB_0003aa6f:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (puVar10 == DAT_00077d90) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003aa6f;\n }\n if (DAT_00077cfc != puVar10) goto LAB_0003a947;\n }\n uVar14 = FUN_00039db0();\n uVar7 = FUN_00024d90();\n if ((uint)((ulonglong)uVar14 >> 0x20) < (uint)((uint)uVar14 < uVar7)) {\n uVar14 = FUN_00024d90();\n FUN_00037fc0(pbVar3,uVar14);\n }\n goto LAB_0003a7aa;\n }" { (expression_statement "puVar11 = (undefined4 *)puVar10[5];" (assignment_expression "puVar11 = (undefined4 *)puVar10[5]" identifier = (cast_expression "(undefined4 *)puVar10[5]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar10[5]" identifier [ number_literal ]))) ;) (if_statement "if ((*(byte *)(puVar10 + 4) & 4) != 0) goto LAB_0003a939;" if (parenthesized_expression "((*(byte *)(puVar10 + 4) & 4) != 0)" ( (binary_expression "(*(byte *)(puVar10 + 4) & 4) != 0" (parenthesized_expression "(*(byte *)(puVar10 + 4) & 4)" ( (binary_expression "*(byte *)(puVar10 + 4) & 4" (pointer_expression "*(byte *)(puVar10 + 4)" * (cast_expression "(byte *)(puVar10 + 4)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar10 + 4)" ( (binary_expression "puVar10 + 4" identifier + number_literal) )))) & number_literal) )) != number_literal) )) (goto_statement "goto LAB_0003a939;" goto statement_identifier ;)) (if_statement "if (puVar11 == (undefined4 *)(puVar12 + 0xc0)) {\n iVar9 = FUN_000380a0(pbVar3);\n }\n else {\n if ((*(byte *)((int)puVar11 + 0x15) & 0x10) == 0) goto LAB_0003a939;\n iVar9 = FUN_000380a0(pbVar3);\n }" if (parenthesized_expression "(puVar11 == (undefined4 *)(puVar12 + 0xc0))" ( (binary_expression "puVar11 == (undefined4 *)(puVar12 + 0xc0)" identifier == (cast_expression "(undefined4 *)(puVar12 + 0xc0)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar12 + 0xc0)" ( (binary_expression "puVar12 + 0xc0" identifier + number_literal) )))) )) (compound_statement "{\n iVar9 = FUN_000380a0(pbVar3);\n }" { (expression_statement "iVar9 = FUN_000380a0(pbVar3);" (assignment_expression "iVar9 = FUN_000380a0(pbVar3)" identifier = (call_expression "FUN_000380a0(pbVar3)" identifier (argument_list "(pbVar3)" ( identifier )))) ;) }) (else_clause "else {\n if ((*(byte *)((int)puVar11 + 0x15) & 0x10) == 0) goto LAB_0003a939;\n iVar9 = FUN_000380a0(pbVar3);\n }" else (compound_statement "{\n if ((*(byte *)((int)puVar11 + 0x15) & 0x10) == 0) goto LAB_0003a939;\n iVar9 = FUN_000380a0(pbVar3);\n }" { (if_statement "if ((*(byte *)((int)puVar11 + 0x15) & 0x10) == 0) goto LAB_0003a939;" if (parenthesized_expression "((*(byte *)((int)puVar11 + 0x15) & 0x10) == 0)" ( (binary_expression "(*(byte *)((int)puVar11 + 0x15) & 0x10) == 0" (parenthesized_expression "(*(byte *)((int)puVar11 + 0x15) & 0x10)" ( (binary_expression "*(byte *)((int)puVar11 + 0x15) & 0x10" (pointer_expression "*(byte *)((int)puVar11 + 0x15)" * (cast_expression "(byte *)((int)puVar11 + 0x15)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar11 + 0x15)" ( (binary_expression "(int)puVar11 + 0x15" (cast_expression "(int)puVar11" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_0003a939;" goto statement_identifier ;)) (expression_statement "iVar9 = FUN_000380a0(pbVar3);" (assignment_expression "iVar9 = FUN_000380a0(pbVar3)" identifier = (call_expression "FUN_000380a0(pbVar3)" identifier (argument_list "(pbVar3)" ( identifier )))) ;) }))) (if_statement "if (iVar9 == 0) goto LAB_0003a939;" if (parenthesized_expression "(iVar9 == 0)" ( (binary_expression "iVar9 == 0" identifier == number_literal) )) (goto_statement "goto LAB_0003a939;" goto statement_identifier ;)) (labeled_statement "LAB_0003aa3c:\n if (DAT_00077cfc == DAT_00077d70) goto LAB_0003a9d0;" statement_identifier : (if_statement "if (DAT_00077cfc == DAT_00077d70) goto LAB_0003a9d0;" if (parenthesized_expression "(DAT_00077cfc == DAT_00077d70)" ( (binary_expression "DAT_00077cfc == DAT_00077d70" identifier == identifier) )) (goto_statement "goto LAB_0003a9d0;" goto statement_identifier ;))) (if_statement "if (DAT_00077cfc != DAT_00077cec) {\n if (local_24 == 0) {\nLAB_0003aa6f:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (puVar10 == DAT_00077d90) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003aa6f;\n }\n if (DAT_00077cfc != puVar10) goto LAB_0003a947;\n }" if (parenthesized_expression "(DAT_00077cfc != DAT_00077cec)" ( (binary_expression "DAT_00077cfc != DAT_00077cec" identifier != identifier) )) (compound_statement "{\n if (local_24 == 0) {\nLAB_0003aa6f:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (puVar10 == DAT_00077d90) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003aa6f;\n }\n if (DAT_00077cfc != puVar10) goto LAB_0003a947;\n }" { (if_statement "if (local_24 == 0) {\nLAB_0003aa6f:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (puVar10 == DAT_00077d90) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003aa6f;\n }" if (parenthesized_expression "(local_24 == 0)" ( (binary_expression "local_24 == 0" identifier == number_literal) )) (compound_statement "{\nLAB_0003aa6f:\n puVar10 = (undefined4 *)puVar10[5];\n }" { (labeled_statement "LAB_0003aa6f:\n puVar10 = (undefined4 *)puVar10[5];" statement_identifier : (expression_statement "puVar10 = (undefined4 *)puVar10[5];" (assignment_expression "puVar10 = (undefined4 *)puVar10[5]" identifier = (cast_expression "(undefined4 *)puVar10[5]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar10[5]" identifier [ number_literal ]))) ;)) }) (else_clause "else if (puVar10 == DAT_00077d90) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003aa6f;\n }" else (if_statement "if (puVar10 == DAT_00077d90) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003aa6f;\n }" if (parenthesized_expression "(puVar10 == DAT_00077d90)" ( (binary_expression "puVar10 == DAT_00077d90" identifier == identifier) )) (compound_statement "{\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003aa6f;\n }" { (expression_statement "puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);" (assignment_expression "puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4)" identifier = (pointer_expression "*(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4)" * (cast_expression "(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)(pbVar3 + 0xc) + 4)" ( (binary_expression "*(int *)(pbVar3 + 0xc) + 4" (pointer_expression "*(int *)(pbVar3 + 0xc)" * (cast_expression "(int *)(pbVar3 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pbVar3 + 0xc)" ( (binary_expression "pbVar3 + 0xc" identifier + number_literal) )))) + number_literal) ))))) ;) (goto_statement "goto LAB_0003aa6f;" goto statement_identifier ;) })))) (if_statement "if (DAT_00077cfc != puVar10) goto LAB_0003a947;" if (parenthesized_expression "(DAT_00077cfc != puVar10)" ( (binary_expression "DAT_00077cfc != puVar10" identifier != identifier) )) (goto_statement "goto LAB_0003a947;" goto statement_identifier ;)) })) (expression_statement "uVar14 = FUN_00039db0();" (assignment_expression "uVar14 = FUN_00039db0()" identifier = (call_expression "FUN_00039db0()" identifier (argument_list "()" ( )))) ;) (expression_statement "uVar7 = FUN_00024d90();" (assignment_expression "uVar7 = FUN_00024d90()" identifier = (call_expression "FUN_00024d90()" identifier (argument_list "()" ( )))) ;) (if_statement "if ((uint)((ulonglong)uVar14 >> 0x20) < (uint)((uint)uVar14 < uVar7)) {\n uVar14 = FUN_00024d90();\n FUN_00037fc0(pbVar3,uVar14);\n }" if (parenthesized_expression "((uint)((ulonglong)uVar14 >> 0x20) < (uint)((uint)uVar14 < uVar7))" ( (binary_expression "(uint)((ulonglong)uVar14 >> 0x20) < (uint)((uint)uVar14 < uVar7)" (call_expression "(uint)((ulonglong)uVar14 >> 0x20)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "((ulonglong)uVar14 >> 0x20)" ( (binary_expression "(ulonglong)uVar14 >> 0x20" (cast_expression "(ulonglong)uVar14" ( (type_descriptor "ulonglong" type_identifier) ) identifier) >> number_literal) ))) < (call_expression "(uint)((uint)uVar14 < uVar7)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "((uint)uVar14 < uVar7)" ( (binary_expression "(uint)uVar14 < uVar7" (cast_expression "(uint)uVar14" ( (type_descriptor "uint" type_identifier) ) identifier) < identifier) )))) )) (compound_statement "{\n uVar14 = FUN_00024d90();\n FUN_00037fc0(pbVar3,uVar14);\n }" { (expression_statement "uVar14 = FUN_00024d90();" (assignment_expression "uVar14 = FUN_00024d90()" identifier = (call_expression "FUN_00024d90()" identifier (argument_list "()" ( )))) ;) (expression_statement "FUN_00037fc0(pbVar3,uVar14);" (call_expression "FUN_00037fc0(pbVar3,uVar14)" identifier (argument_list "(pbVar3,uVar14)" ( identifier , identifier ))) ;) })) (goto_statement "goto LAB_0003a7aa;" goto statement_identifier ;) })) (if_statement "if (puVar10 == DAT_00077d90) {\n puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14);\n if (((*(byte *)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x10) & 4) == 0) &&\n ((puVar11 == (undefined4 *)(puVar12 + 0xc0) || ((*(byte *)((int)puVar11 + 0x15) & 0x10) != 0)\n ))) goto LAB_0003ab3f;\n }\n else {\n puVar11 = puVar10;\n if (puVar10 == (undefined4 *)(puVar12 + 0xc0)) {\nLAB_0003ab3f:\n iVar9 = FUN_000380a0(pbVar3);\n if (iVar9 != 0) goto LAB_0003aa3c;\n puVar11 = puVar10;\n if (puVar10 == DAT_00077d90) {\n puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14);\n }\n }\n }" if (parenthesized_expression "(puVar10 == DAT_00077d90)" ( (binary_expression "puVar10 == DAT_00077d90" identifier == identifier) )) (compound_statement "{\n puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14);\n if (((*(byte *)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x10) & 4) == 0) &&\n ((puVar11 == (undefined4 *)(puVar12 + 0xc0) || ((*(byte *)((int)puVar11 + 0x15) & 0x10) != 0)\n ))) goto LAB_0003ab3f;\n }" { (expression_statement "puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14);" (assignment_expression "puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14)" identifier = (pointer_expression "*(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14)" * (cast_expression "(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14)" ( (binary_expression "*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14" (pointer_expression "*(int *)(*(int *)(pbVar3 + 0xc) + 4)" * (cast_expression "(int *)(*(int *)(pbVar3 + 0xc) + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(pbVar3 + 0xc) + 4)" ( (binary_expression "*(int *)(pbVar3 + 0xc) + 4" (pointer_expression "*(int *)(pbVar3 + 0xc)" * (cast_expression "(int *)(pbVar3 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pbVar3 + 0xc)" ( (binary_expression "pbVar3 + 0xc" identifier + number_literal) )))) + number_literal) )))) + number_literal) ))))) ;) (if_statement "if (((*(byte *)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x10) & 4) == 0) &&\n ((puVar11 == (undefined4 *)(puVar12 + 0xc0) || ((*(byte *)((int)puVar11 + 0x15) & 0x10) != 0)\n ))) goto LAB_0003ab3f;" if (parenthesized_expression "(((*(byte *)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x10) & 4) == 0) &&\n ((puVar11 == (undefined4 *)(puVar12 + 0xc0) || ((*(byte *)((int)puVar11 + 0x15) & 0x10) != 0)\n )))" ( (binary_expression "((*(byte *)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x10) & 4) == 0) &&\n ((puVar11 == (undefined4 *)(puVar12 + 0xc0) || ((*(byte *)((int)puVar11 + 0x15) & 0x10) != 0)\n ))" (parenthesized_expression "((*(byte *)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x10) & 4) == 0)" ( (binary_expression "(*(byte *)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x10) & 4) == 0" (parenthesized_expression "(*(byte *)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x10) & 4)" ( (binary_expression "*(byte *)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x10) & 4" (pointer_expression "*(byte *)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x10)" * (cast_expression "(byte *)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x10)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x10)" ( (binary_expression "*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x10" (pointer_expression "*(int *)(*(int *)(pbVar3 + 0xc) + 4)" * (cast_expression "(int *)(*(int *)(pbVar3 + 0xc) + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(pbVar3 + 0xc) + 4)" ( (binary_expression "*(int *)(pbVar3 + 0xc) + 4" (pointer_expression "*(int *)(pbVar3 + 0xc)" * (cast_expression "(int *)(pbVar3 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pbVar3 + 0xc)" ( (binary_expression "pbVar3 + 0xc" identifier + number_literal) )))) + number_literal) )))) + number_literal) )))) & number_literal) )) == number_literal) )) && (parenthesized_expression "((puVar11 == (undefined4 *)(puVar12 + 0xc0) || ((*(byte *)((int)puVar11 + 0x15) & 0x10) != 0)\n ))" ( (parenthesized_expression "(puVar11 == (undefined4 *)(puVar12 + 0xc0) || ((*(byte *)((int)puVar11 + 0x15) & 0x10) != 0)\n )" ( (binary_expression "puVar11 == (undefined4 *)(puVar12 + 0xc0) || ((*(byte *)((int)puVar11 + 0x15) & 0x10) != 0)" (binary_expression "puVar11 == (undefined4 *)(puVar12 + 0xc0)" identifier == (cast_expression "(undefined4 *)(puVar12 + 0xc0)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar12 + 0xc0)" ( (binary_expression "puVar12 + 0xc0" identifier + number_literal) )))) || (parenthesized_expression "((*(byte *)((int)puVar11 + 0x15) & 0x10) != 0)" ( (binary_expression "(*(byte *)((int)puVar11 + 0x15) & 0x10) != 0" (parenthesized_expression "(*(byte *)((int)puVar11 + 0x15) & 0x10)" ( (binary_expression "*(byte *)((int)puVar11 + 0x15) & 0x10" (pointer_expression "*(byte *)((int)puVar11 + 0x15)" * (cast_expression "(byte *)((int)puVar11 + 0x15)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar11 + 0x15)" ( (binary_expression "(int)puVar11 + 0x15" (cast_expression "(int)puVar11" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) & number_literal) )) != number_literal) ))) )) ))) )) (goto_statement "goto LAB_0003ab3f;" goto statement_identifier ;)) }) (else_clause "else {\n puVar11 = puVar10;\n if (puVar10 == (undefined4 *)(puVar12 + 0xc0)) {\nLAB_0003ab3f:\n iVar9 = FUN_000380a0(pbVar3);\n if (iVar9 != 0) goto LAB_0003aa3c;\n puVar11 = puVar10;\n if (puVar10 == DAT_00077d90) {\n puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14);\n }\n }\n }" else (compound_statement "{\n puVar11 = puVar10;\n if (puVar10 == (undefined4 *)(puVar12 + 0xc0)) {\nLAB_0003ab3f:\n iVar9 = FUN_000380a0(pbVar3);\n if (iVar9 != 0) goto LAB_0003aa3c;\n puVar11 = puVar10;\n if (puVar10 == DAT_00077d90) {\n puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14);\n }\n }\n }" { (expression_statement "puVar11 = puVar10;" (assignment_expression "puVar11 = puVar10" identifier = identifier) ;) (if_statement "if (puVar10 == (undefined4 *)(puVar12 + 0xc0)) {\nLAB_0003ab3f:\n iVar9 = FUN_000380a0(pbVar3);\n if (iVar9 != 0) goto LAB_0003aa3c;\n puVar11 = puVar10;\n if (puVar10 == DAT_00077d90) {\n puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14);\n }\n }" if (parenthesized_expression "(puVar10 == (undefined4 *)(puVar12 + 0xc0))" ( (binary_expression "puVar10 == (undefined4 *)(puVar12 + 0xc0)" identifier == (cast_expression "(undefined4 *)(puVar12 + 0xc0)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar12 + 0xc0)" ( (binary_expression "puVar12 + 0xc0" identifier + number_literal) )))) )) (compound_statement "{\nLAB_0003ab3f:\n iVar9 = FUN_000380a0(pbVar3);\n if (iVar9 != 0) goto LAB_0003aa3c;\n puVar11 = puVar10;\n if (puVar10 == DAT_00077d90) {\n puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14);\n }\n }" { (labeled_statement "LAB_0003ab3f:\n iVar9 = FUN_000380a0(pbVar3);" statement_identifier : (expression_statement "iVar9 = FUN_000380a0(pbVar3);" (assignment_expression "iVar9 = FUN_000380a0(pbVar3)" identifier = (call_expression "FUN_000380a0(pbVar3)" identifier (argument_list "(pbVar3)" ( identifier )))) ;)) (if_statement "if (iVar9 != 0) goto LAB_0003aa3c;" if (parenthesized_expression "(iVar9 != 0)" ( (binary_expression "iVar9 != 0" identifier != number_literal) )) (goto_statement "goto LAB_0003aa3c;" goto statement_identifier ;)) (expression_statement "puVar11 = puVar10;" (assignment_expression "puVar11 = puVar10" identifier = identifier) ;) (if_statement "if (puVar10 == DAT_00077d90) {\n puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14);\n }" if (parenthesized_expression "(puVar10 == DAT_00077d90)" ( (binary_expression "puVar10 == DAT_00077d90" identifier == identifier) )) (compound_statement "{\n puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14);\n }" { (expression_statement "puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14);" (assignment_expression "puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14)" identifier = (pointer_expression "*(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14)" * (cast_expression "(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14)" ( (binary_expression "*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14" (pointer_expression "*(int *)(*(int *)(pbVar3 + 0xc) + 4)" * (cast_expression "(int *)(*(int *)(pbVar3 + 0xc) + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(pbVar3 + 0xc) + 4)" ( (binary_expression "*(int *)(pbVar3 + 0xc) + 4" (pointer_expression "*(int *)(pbVar3 + 0xc)" * (cast_expression "(int *)(pbVar3 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pbVar3 + 0xc)" ( (binary_expression "pbVar3 + 0xc" identifier + number_literal) )))) + number_literal) )))) + number_literal) ))))) ;) })) })) }))) (labeled_statement "LAB_0003a939:\n if (DAT_00077cec == puVar11) goto LAB_0003aa3c;" statement_identifier : (if_statement "if (DAT_00077cec == puVar11) goto LAB_0003aa3c;" if (parenthesized_expression "(DAT_00077cec == puVar11)" ( (binary_expression "DAT_00077cec == puVar11" identifier == identifier) )) (goto_statement "goto LAB_0003aa3c;" goto statement_identifier ;))) (labeled_statement "LAB_0003a947:\n uVar4 = FUN_00039db0();" statement_identifier : (expression_statement "uVar4 = FUN_00039db0();" (assignment_expression "uVar4 = FUN_00039db0()" identifier = (call_expression "FUN_00039db0()" identifier (argument_list "()" ( )))) ;)) (expression_statement "pbVar8 = pbVar3;" (assignment_expression "pbVar8 = pbVar3" identifier = identifier) ;) (if_statement "if ((*pbVar3 & 1) == 0) {\nLAB_0003aac2:\n puVar10 = *(undefined4 **)(*(int *)(pbVar8 + 4) + 0x14);\n }\n else {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if (puVar10 == DAT_00077d90) {\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n goto LAB_0003aac2;\n }\n }" if (parenthesized_expression "((*pbVar3 & 1) == 0)" ( (binary_expression "(*pbVar3 & 1) == 0" (parenthesized_expression "(*pbVar3 & 1)" ( (binary_expression "*pbVar3 & 1" (pointer_expression "*pbVar3" * identifier) & number_literal) )) == number_literal) )) (compound_statement "{\nLAB_0003aac2:\n puVar10 = *(undefined4 **)(*(int *)(pbVar8 + 4) + 0x14);\n }" { (labeled_statement "LAB_0003aac2:\n puVar10 = *(undefined4 **)(*(int *)(pbVar8 + 4) + 0x14);" statement_identifier : (expression_statement "puVar10 = *(undefined4 **)(*(int *)(pbVar8 + 4) + 0x14);" (assignment_expression "puVar10 = *(undefined4 **)(*(int *)(pbVar8 + 4) + 0x14)" identifier = (pointer_expression "*(undefined4 **)(*(int *)(pbVar8 + 4) + 0x14)" * (cast_expression "(undefined4 **)(*(int *)(pbVar8 + 4) + 0x14)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)(pbVar8 + 4) + 0x14)" ( (binary_expression "*(int *)(pbVar8 + 4) + 0x14" (pointer_expression "*(int *)(pbVar8 + 4)" * (cast_expression "(int *)(pbVar8 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pbVar8 + 4)" ( (binary_expression "pbVar8 + 4" identifier + number_literal) )))) + number_literal) ))))) ;)) }) (else_clause "else {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if (puVar10 == DAT_00077d90) {\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n goto LAB_0003aac2;\n }\n }" else (compound_statement "{\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if (puVar10 == DAT_00077d90) {\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n goto LAB_0003aac2;\n }\n }" { (expression_statement "puVar10 = *(undefined4 **)(pbVar3 + 4);" (assignment_expression "puVar10 = *(undefined4 **)(pbVar3 + 4)" identifier = (pointer_expression "*(undefined4 **)(pbVar3 + 4)" * (cast_expression "(undefined4 **)(pbVar3 + 4)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(pbVar3 + 4)" ( (binary_expression "pbVar3 + 4" identifier + number_literal) ))))) ;) (if_statement "if (puVar10 == DAT_00077d90) {\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n goto LAB_0003aac2;\n }" if (parenthesized_expression "(puVar10 == DAT_00077d90)" ( (binary_expression "puVar10 == DAT_00077d90" identifier == identifier) )) (compound_statement "{\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n goto LAB_0003aac2;\n }" { (expression_statement "pbVar8 = *(byte **)(pbVar3 + 0xc);" (assignment_expression "pbVar8 = *(byte **)(pbVar3 + 0xc)" identifier = (pointer_expression "*(byte **)(pbVar3 + 0xc)" * (cast_expression "(byte **)(pbVar3 + 0xc)" ( (type_descriptor "byte **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(pbVar3 + 0xc)" ( (binary_expression "pbVar3 + 0xc" identifier + number_literal) ))))) ;) (goto_statement "goto LAB_0003aac2;" goto statement_identifier ;) })) }))) (expression_statement "uVar1 = *puVar10;" (assignment_expression "uVar1 = *puVar10" identifier = (pointer_expression "*puVar10" * identifier)) ;) (expression_statement "uVar6 = dcgettext(0,"symbol `%s\' is already defined as \"%s\"/%s%ld",5);" (assignment_expression "uVar6 = dcgettext(0,"symbol `%s\' is already defined as \"%s\"/%s%ld",5)" identifier = (call_expression "dcgettext(0,"symbol `%s\' is already defined as \"%s\"/%s%ld",5)" identifier (argument_list "(0,"symbol `%s\' is already defined as \"%s\"/%s%ld",5)" ( number_literal , (string_literal ""symbol `%s\' is already defined as \"%s\"/%s%ld"" " string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content ") , number_literal )))) ;) (expression_statement "FUN_0002bd30(uVar6,param_1,uVar1,&DAT_00050b45,uVar4);" (call_expression "FUN_0002bd30(uVar6,param_1,uVar1,&DAT_00050b45,uVar4)" identifier (argument_list "(uVar6,param_1,uVar1,&DAT_00050b45,uVar4)" ( identifier , identifier , identifier , (pointer_expression "&DAT_00050b45" & identifier) , identifier ))) ;) (labeled_statement "LAB_0003a7aa:\n if (DAT_00077ee0 != 0) {\n if ((*pbVar3 & 1) != 0) {\n if (*(undefined4 **)(pbVar3 + 4) == DAT_00077d90) {\n pbVar3 = *(byte **)(pbVar3 + 0xc);\n }\n else {\n pbVar3 = (byte *)FUN_00038910();\n }\n }\n iVar9 = DAT_00077ee0;\n pbVar3[0x18] = 3;\n *(int *)(pbVar3 + 8) = iVar9;\n uVar14 = FUN_00039db0();\n *(undefined8 *)(pbVar3 + 0x10) = uVar14;\n *(undefined **)(pbVar3 + 0x24) = &DAT_00077d20;\n FUN_00038690(pbVar3,DAT_00077ce0);\n pbVar3[1] = pbVar3[1] | 1;\n }" statement_identifier : (if_statement "if (DAT_00077ee0 != 0) {\n if ((*pbVar3 & 1) != 0) {\n if (*(undefined4 **)(pbVar3 + 4) == DAT_00077d90) {\n pbVar3 = *(byte **)(pbVar3 + 0xc);\n }\n else {\n pbVar3 = (byte *)FUN_00038910();\n }\n }\n iVar9 = DAT_00077ee0;\n pbVar3[0x18] = 3;\n *(int *)(pbVar3 + 8) = iVar9;\n uVar14 = FUN_00039db0();\n *(undefined8 *)(pbVar3 + 0x10) = uVar14;\n *(undefined **)(pbVar3 + 0x24) = &DAT_00077d20;\n FUN_00038690(pbVar3,DAT_00077ce0);\n pbVar3[1] = pbVar3[1] | 1;\n }" if (parenthesized_expression "(DAT_00077ee0 != 0)" ( (binary_expression "DAT_00077ee0 != 0" identifier != number_literal) )) (compound_statement "{\n if ((*pbVar3 & 1) != 0) {\n if (*(undefined4 **)(pbVar3 + 4) == DAT_00077d90) {\n pbVar3 = *(byte **)(pbVar3 + 0xc);\n }\n else {\n pbVar3 = (byte *)FUN_00038910();\n }\n }\n iVar9 = DAT_00077ee0;\n pbVar3[0x18] = 3;\n *(int *)(pbVar3 + 8) = iVar9;\n uVar14 = FUN_00039db0();\n *(undefined8 *)(pbVar3 + 0x10) = uVar14;\n *(undefined **)(pbVar3 + 0x24) = &DAT_00077d20;\n FUN_00038690(pbVar3,DAT_00077ce0);\n pbVar3[1] = pbVar3[1] | 1;\n }" { (if_statement "if ((*pbVar3 & 1) != 0) {\n if (*(undefined4 **)(pbVar3 + 4) == DAT_00077d90) {\n pbVar3 = *(byte **)(pbVar3 + 0xc);\n }\n else {\n pbVar3 = (byte *)FUN_00038910();\n }\n }" if (parenthesized_expression "((*pbVar3 & 1) != 0)" ( (binary_expression "(*pbVar3 & 1) != 0" (parenthesized_expression "(*pbVar3 & 1)" ( (binary_expression "*pbVar3 & 1" (pointer_expression "*pbVar3" * identifier) & number_literal) )) != number_literal) )) (compound_statement "{\n if (*(undefined4 **)(pbVar3 + 4) == DAT_00077d90) {\n pbVar3 = *(byte **)(pbVar3 + 0xc);\n }\n else {\n pbVar3 = (byte *)FUN_00038910();\n }\n }" { (if_statement "if (*(undefined4 **)(pbVar3 + 4) == DAT_00077d90) {\n pbVar3 = *(byte **)(pbVar3 + 0xc);\n }\n else {\n pbVar3 = (byte *)FUN_00038910();\n }" if (parenthesized_expression "(*(undefined4 **)(pbVar3 + 4) == DAT_00077d90)" ( (binary_expression "*(undefined4 **)(pbVar3 + 4) == DAT_00077d90" (pointer_expression "*(undefined4 **)(pbVar3 + 4)" * (cast_expression "(undefined4 **)(pbVar3 + 4)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(pbVar3 + 4)" ( (binary_expression "pbVar3 + 4" identifier + number_literal) )))) == identifier) )) (compound_statement "{\n pbVar3 = *(byte **)(pbVar3 + 0xc);\n }" { (expression_statement "pbVar3 = *(byte **)(pbVar3 + 0xc);" (assignment_expression "pbVar3 = *(byte **)(pbVar3 + 0xc)" identifier = (pointer_expression "*(byte **)(pbVar3 + 0xc)" * (cast_expression "(byte **)(pbVar3 + 0xc)" ( (type_descriptor "byte **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(pbVar3 + 0xc)" ( (binary_expression "pbVar3 + 0xc" identifier + number_literal) ))))) ;) }) (else_clause "else {\n pbVar3 = (byte *)FUN_00038910();\n }" else (compound_statement "{\n pbVar3 = (byte *)FUN_00038910();\n }" { (expression_statement "pbVar3 = (byte *)FUN_00038910();" (assignment_expression "pbVar3 = (byte *)FUN_00038910()" identifier = (cast_expression "(byte *)FUN_00038910()" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00038910()" identifier (argument_list "()" ( ))))) ;) }))) })) (expression_statement "iVar9 = DAT_00077ee0;" (assignment_expression "iVar9 = DAT_00077ee0" identifier = identifier) ;) (expression_statement "pbVar3[0x18] = 3;" (assignment_expression "pbVar3[0x18] = 3" (subscript_expression "pbVar3[0x18]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(int *)(pbVar3 + 8) = iVar9;" (assignment_expression "*(int *)(pbVar3 + 8) = iVar9" (pointer_expression "*(int *)(pbVar3 + 8)" * (cast_expression "(int *)(pbVar3 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pbVar3 + 8)" ( (binary_expression "pbVar3 + 8" identifier + number_literal) )))) = identifier) ;) (expression_statement "uVar14 = FUN_00039db0();" (assignment_expression "uVar14 = FUN_00039db0()" identifier = (call_expression "FUN_00039db0()" identifier (argument_list "()" ( )))) ;) (expression_statement "*(undefined8 *)(pbVar3 + 0x10) = uVar14;" (assignment_expression "*(undefined8 *)(pbVar3 + 0x10) = uVar14" (pointer_expression "*(undefined8 *)(pbVar3 + 0x10)" * (cast_expression "(undefined8 *)(pbVar3 + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pbVar3 + 0x10)" ( (binary_expression "pbVar3 + 0x10" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined **)(pbVar3 + 0x24) = &DAT_00077d20;" (assignment_expression "*(undefined **)(pbVar3 + 0x24) = &DAT_00077d20" (pointer_expression "*(undefined **)(pbVar3 + 0x24)" * (cast_expression "(undefined **)(pbVar3 + 0x24)" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(pbVar3 + 0x24)" ( (binary_expression "pbVar3 + 0x24" identifier + number_literal) )))) = (pointer_expression "&DAT_00077d20" & identifier)) ;) (expression_statement "FUN_00038690(pbVar3,DAT_00077ce0);" (call_expression "FUN_00038690(pbVar3,DAT_00077ce0)" identifier (argument_list "(pbVar3,DAT_00077ce0)" ( identifier , identifier ))) ;) (expression_statement "pbVar3[1] = pbVar3[1] | 1;" (assignment_expression "pbVar3[1] = pbVar3[1] | 1" (subscript_expression "pbVar3[1]" identifier [ number_literal ]) = (binary_expression "pbVar3[1] | 1" (subscript_expression "pbVar3[1]" identifier [ number_literal ]) | number_literal)) ;) }))) (expression_statement "FUN_0001b3b0(pbVar3);" (call_expression "FUN_0001b3b0(pbVar3)" identifier (argument_list "(pbVar3)" ( identifier ))) ;) (return_statement "return pbVar3;" return identifier ;) })))
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (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 ( IDENT , LIT ))))) ;) (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 { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == LIT) )) && (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 * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) ))))) )) (argument_list ( IDENT , IDENT )))) , (comma_expression (assignment_expression IDENT = IDENT) , (binary_expression IDENT != LIT))) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , IDENT ))))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , IDENT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( 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) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) & LIT) )) == LIT) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (subscript_expression IDENT [ LIT ]) & LIT)) ;) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) == (binary_expression IDENT + LIT)) )) && (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) != LIT) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression (pointer_expression * IDENT) >> LIT) & LIT)) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = IDENT) ;)) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (goto_statement goto statement_identifier ;)) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression (pointer_expression * IDENT) >> LIT) & LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (subscript_expression (parenthesized_expression ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) )) [ LIT ]) & LIT) )) != LIT) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (labeled_statement 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) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (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 * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) & LIT) )) == LIT) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;)) }) (else_clause else (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 * (abstract_pointer_declarator *))) ) (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 ;) })))) (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (goto_statement goto statement_identifier ;)) })) }))) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence string_content ") , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (goto_statement goto statement_identifier ;) }))) })))) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT , LIT ))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (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 * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (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 IDENT + LIT) ))))) ;) })) (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression (pointer_expression * IDENT) & LIT)) ;) }) (else_clause else (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) )) && (parenthesized_expression ( (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != IDENT) || (parenthesized_expression ( (binary_expression IDENT != IDENT) ))) )) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) , (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) , (binary_expression IDENT != IDENT))) ))) )) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence string_content ") , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (return_statement return IDENT ;) })) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = 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 = (call_expression IDENT (argument_list ( )))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (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 (subscript_expression IDENT [ LIT ]) = (binary_expression (subscript_expression IDENT [ LIT ]) & LIT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) & LIT) )) == LIT) )) (goto_statement goto statement_identifier ;)) (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 * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) == (binary_expression IDENT + LIT)) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (goto_statement goto statement_identifier ;) })) }) (else_clause else (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != 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 (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) + LIT) ))))) ;) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * IDENT) & LIT)) ;) (goto_statement goto statement_identifier ;) }))) }))) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression (pointer_expression * IDENT) >> LIT) & 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 *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) )) (goto_statement goto statement_identifier ;)) }))) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;)) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( ))) ;)) (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 (pointer_expression * IDENT) & LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) & LIT) )) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) != LIT) )) (goto_statement goto statement_identifier ;)) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) }) (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 (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) & LIT) )) == LIT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) }))) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (goto_statement goto statement_identifier ;))) (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;)) }) (else_clause else (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 * (abstract_pointer_declarator *))) ) (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 ;) })))) (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (goto_statement goto statement_identifier ;)) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) >> LIT) ))) < (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) < IDENT) )))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) })) (goto_statement goto statement_identifier ;) })) (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 * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) + LIT) )))) & LIT) )) == LIT) )) && (parenthesized_expression ( (parenthesized_expression ( (binary_expression (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) || (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) & LIT) )) != LIT) ))) )) ))) )) (goto_statement goto statement_identifier ;)) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;)) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (goto_statement goto statement_identifier ;)) (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 * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) + 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 = (call_expression IDENT (argument_list ( )))) ;)) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) & LIT) )) == LIT) )) (compound_statement { (labeled_statement 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 TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + 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 IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (goto_statement goto statement_identifier ;) })) }))) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content ") , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , (pointer_expression & IDENT) , IDENT ))) ;) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (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 * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( ))))) ;) }))) })) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (pointer_expression & IDENT)) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (subscript_expression IDENT [ LIT ]) | LIT)) ;) }))) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return IDENT ;) })))
(function_definition "byte * FUN_0003a630(undefined4 param_1)\n\n{\n undefined4 uVar1;\n byte bVar2;\n byte *pbVar3;\n undefined4 uVar4;\n int iVar5;\n undefined4 uVar6;\n uint uVar7;\n byte *pbVar8;\n int iVar9;\n undefined4 *puVar10;\n undefined4 *puVar11;\n undefined *puVar12;\n longlong lVar13;\n undefined8 uVar14;\n longlong lVar15;\n byte local_24;\n \n pbVar3 = (byte *)FUN_0003a4b0(param_1,0);\n puVar10 = DAT_00077d90;\n if (pbVar3 == (byte *)0x0) {\n if ((DAT_00077da8 == 0) &&\n (iVar5 = (**(code **)(*(int *)(DAT_00077ec4 + 4) + 0x11c))(DAT_00077ec4,param_1),\n iVar9 = DAT_00077e24, iVar5 != 0)) {\n uVar14 = FUN_00024d90();\n pbVar3 = (byte *)FUN_00036e30(param_1,DAT_00077cfc,uVar14,iVar9);\n }\n else {\n iVar9 = DAT_00077e24;\n uVar14 = FUN_00024d90();\n pbVar3 = (byte *)FUN_000388a0(param_1,DAT_00077cfc,uVar14,iVar9);\n FUN_00036f40(pbVar3);\n }\n goto LAB_0003a7aa;\n }\n puVar11 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) {\n pbVar3[1] = pbVar3[1] & 0xfd;\nLAB_0003a6d4:\n if (((undefined *)puVar11[5] == PTR__bfd_std_section_0006efb4 + 0xc0) && (pbVar3[0x18] != 3)) {\n bVar2 = *pbVar3 >> 6 & 1;\nLAB_0003a8f1:\n puVar12 = PTR__bfd_std_section_0006efb4;\n if (bVar2 == 0) goto LAB_0003a8f9;\n }\n else {\n bVar2 = *pbVar3 >> 6 & 1;\n if ((((undefined *)puVar11[5])[0x15] & 0x10) != 0) goto LAB_0003a8f1;\njoined_r0x0003a700:\n if (bVar2 == 0) {\nLAB_0003a84b:\n if (*(int *)(pbVar3 + 0x24) == DAT_00077e24) {\n lVar13 = FUN_00039db0();\n lVar15 = FUN_00024d90();\n if (lVar13 == lVar15) {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) {\nLAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }\n if (DAT_00077cfc == puVar10) goto LAB_0003a7aa;\n }\n }\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n pbVar3 = (byte *)FUN_0003a070(pbVar3,0);\n FUN_00038b40();\n goto LAB_0003a7aa;\n }\n }\n puVar12 = PTR__bfd_std_section_0006efb4;\n pbVar3 = (byte *)FUN_0003a070(pbVar3,1);\n FUN_00037fc0(pbVar3,0,0);\n pbVar8 = pbVar3;\n if ((*pbVar3 & 1) != 0) {\n if (*(undefined4 **)(pbVar3 + 4) != DAT_00077d90) goto LAB_0003a8f9;\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n }\n *pbVar8 = *pbVar8 & 0xbf;\n }\n else {\n if (DAT_00077d90 != puVar11) {\n if ((puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)) &&\n (((*(int *)(pbVar3 + 0xc) != DAT_00077e24 || (DAT_00077cfc != puVar11)) ||\n (lVar13 = *(longlong *)(pbVar3 + 0x10), lVar15 = FUN_00024d90(), lVar15 != lVar13)))) {\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n return pbVar3;\n }\n puVar10 = DAT_00077cfc;\n *(int *)(pbVar3 + 0xc) = DAT_00077e24;\n *(undefined4 **)(pbVar3 + 4) = puVar10;\n uVar14 = FUN_00024d90();\n *(undefined8 *)(pbVar3 + 0x10) = uVar14;\n goto LAB_0003a7aa;\n }\n pbVar3 = *(byte **)(pbVar3 + 0xc);\n pbVar3[1] = pbVar3[1] & 0xfd;\n puVar11 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) goto LAB_0003a6d4;\n if (puVar10 == puVar11) {\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n if (*(undefined **)(*(int *)(pbVar8 + 4) + 0x14) == PTR__bfd_std_section_0006efb4 + 0xc0) {\n if (pbVar8[0x18] == 3) {\n bVar2 = PTR__bfd_std_section_0006efb4[0xd5];\n goto joined_r0x0003aae2;\n }\n }\n else {\n if (DAT_00077d90 != puVar10) goto LAB_0003a84b;\n bVar2 = *(byte *)(*(int *)(*(int *)(pbVar8 + 4) + 0x14) + 0x15);\njoined_r0x0003aae2:\n if ((bVar2 & 0x10) == 0) {\n bVar2 = *pbVar8 & 0x40;\n goto joined_r0x0003a700;\n }\n }\n bVar2 = *pbVar8 >> 6 & 1;\n goto LAB_0003a8f1;\n }\n puVar12 = PTR__bfd_std_section_0006efb4;\n if (puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)) goto LAB_0003a84b;\n }\nLAB_0003a8f9:\n lVar13 = FUN_00039db0();\n if (lVar13 == 0) {\nLAB_0003a9d0:\n FUN_00038b40();\n goto LAB_0003a7aa;\n }\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n local_24 = *pbVar3 & 1;\n if ((*pbVar3 & 1) == 0) {\n puVar11 = (undefined4 *)puVar10[5];\n if ((*(byte *)(puVar10 + 4) & 4) != 0) goto LAB_0003a939;\n if (puVar11 == (undefined4 *)(puVar12 + 0xc0)) {\n iVar9 = FUN_000380a0(pbVar3);\n }\n else {\n if ((*(byte *)((int)puVar11 + 0x15) & 0x10) == 0) goto LAB_0003a939;\n iVar9 = FUN_000380a0(pbVar3);\n }\n if (iVar9 == 0) goto LAB_0003a939;\nLAB_0003aa3c:\n if (DAT_00077cfc == DAT_00077d70) goto LAB_0003a9d0;\n if (DAT_00077cfc != DAT_00077cec) {\n if (local_24 == 0) {\nLAB_0003aa6f:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (puVar10 == DAT_00077d90) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003aa6f;\n }\n if (DAT_00077cfc != puVar10) goto LAB_0003a947;\n }\n uVar14 = FUN_00039db0();\n uVar7 = FUN_00024d90();\n if ((uint)((ulonglong)uVar14 >> 0x20) < (uint)((uint)uVar14 < uVar7)) {\n uVar14 = FUN_00024d90();\n FUN_00037fc0(pbVar3,uVar14);\n }\n goto LAB_0003a7aa;\n }\n if (puVar10 == DAT_00077d90) {\n puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14);\n if (((*(byte *)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x10) & 4) == 0) &&\n ((puVar11 == (undefined4 *)(puVar12 + 0xc0) || ((*(byte *)((int)puVar11 + 0x15) & 0x10) != 0)\n ))) goto LAB_0003ab3f;\n }\n else {\n puVar11 = puVar10;\n if (puVar10 == (undefined4 *)(puVar12 + 0xc0)) {\nLAB_0003ab3f:\n iVar9 = FUN_000380a0(pbVar3);\n if (iVar9 != 0) goto LAB_0003aa3c;\n puVar11 = puVar10;\n if (puVar10 == DAT_00077d90) {\n puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14);\n }\n }\n }\nLAB_0003a939:\n if (DAT_00077cec == puVar11) goto LAB_0003aa3c;\nLAB_0003a947:\n uVar4 = FUN_00039db0();\n pbVar8 = pbVar3;\n if ((*pbVar3 & 1) == 0) {\nLAB_0003aac2:\n puVar10 = *(undefined4 **)(*(int *)(pbVar8 + 4) + 0x14);\n }\n else {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if (puVar10 == DAT_00077d90) {\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n goto LAB_0003aac2;\n }\n }\n uVar1 = *puVar10;\n uVar6 = dcgettext(0,"symbol `%s\' is already defined as \"%s\"/%s%ld",5);\n FUN_0002bd30(uVar6,param_1,uVar1,&DAT_00050b45,uVar4);\nLAB_0003a7aa:\n if (DAT_00077ee0 != 0) {\n if ((*pbVar3 & 1) != 0) {\n if (*(undefined4 **)(pbVar3 + 4) == DAT_00077d90) {\n pbVar3 = *(byte **)(pbVar3 + 0xc);\n }\n else {\n pbVar3 = (byte *)FUN_00038910();\n }\n }\n iVar9 = DAT_00077ee0;\n pbVar3[0x18] = 3;\n *(int *)(pbVar3 + 8) = iVar9;\n uVar14 = FUN_00039db0();\n *(undefined8 *)(pbVar3 + 0x10) = uVar14;\n *(undefined **)(pbVar3 + 0x24) = &DAT_00077d20;\n FUN_00038690(pbVar3,DAT_00077ce0);\n pbVar3[1] = pbVar3[1] | 1;\n }\n FUN_0001b3b0(pbVar3);\n return pbVar3;\n}" (type_identifier "byte") (pointer_declarator "* FUN_0003a630(undefined4 param_1)" (* "*") (function_declarator "FUN_0003a630(undefined4 param_1)" (identifier "FUN_0003a630") (parameter_list "(undefined4 param_1)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) () ")")))) (compound_statement "{\n undefined4 uVar1;\n byte bVar2;\n byte *pbVar3;\n undefined4 uVar4;\n int iVar5;\n undefined4 uVar6;\n uint uVar7;\n byte *pbVar8;\n int iVar9;\n undefined4 *puVar10;\n undefined4 *puVar11;\n undefined *puVar12;\n longlong lVar13;\n undefined8 uVar14;\n longlong lVar15;\n byte local_24;\n \n pbVar3 = (byte *)FUN_0003a4b0(param_1,0);\n puVar10 = DAT_00077d90;\n if (pbVar3 == (byte *)0x0) {\n if ((DAT_00077da8 == 0) &&\n (iVar5 = (**(code **)(*(int *)(DAT_00077ec4 + 4) + 0x11c))(DAT_00077ec4,param_1),\n iVar9 = DAT_00077e24, iVar5 != 0)) {\n uVar14 = FUN_00024d90();\n pbVar3 = (byte *)FUN_00036e30(param_1,DAT_00077cfc,uVar14,iVar9);\n }\n else {\n iVar9 = DAT_00077e24;\n uVar14 = FUN_00024d90();\n pbVar3 = (byte *)FUN_000388a0(param_1,DAT_00077cfc,uVar14,iVar9);\n FUN_00036f40(pbVar3);\n }\n goto LAB_0003a7aa;\n }\n puVar11 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) {\n pbVar3[1] = pbVar3[1] & 0xfd;\nLAB_0003a6d4:\n if (((undefined *)puVar11[5] == PTR__bfd_std_section_0006efb4 + 0xc0) && (pbVar3[0x18] != 3)) {\n bVar2 = *pbVar3 >> 6 & 1;\nLAB_0003a8f1:\n puVar12 = PTR__bfd_std_section_0006efb4;\n if (bVar2 == 0) goto LAB_0003a8f9;\n }\n else {\n bVar2 = *pbVar3 >> 6 & 1;\n if ((((undefined *)puVar11[5])[0x15] & 0x10) != 0) goto LAB_0003a8f1;\njoined_r0x0003a700:\n if (bVar2 == 0) {\nLAB_0003a84b:\n if (*(int *)(pbVar3 + 0x24) == DAT_00077e24) {\n lVar13 = FUN_00039db0();\n lVar15 = FUN_00024d90();\n if (lVar13 == lVar15) {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) {\nLAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }\n if (DAT_00077cfc == puVar10) goto LAB_0003a7aa;\n }\n }\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n pbVar3 = (byte *)FUN_0003a070(pbVar3,0);\n FUN_00038b40();\n goto LAB_0003a7aa;\n }\n }\n puVar12 = PTR__bfd_std_section_0006efb4;\n pbVar3 = (byte *)FUN_0003a070(pbVar3,1);\n FUN_00037fc0(pbVar3,0,0);\n pbVar8 = pbVar3;\n if ((*pbVar3 & 1) != 0) {\n if (*(undefined4 **)(pbVar3 + 4) != DAT_00077d90) goto LAB_0003a8f9;\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n }\n *pbVar8 = *pbVar8 & 0xbf;\n }\n else {\n if (DAT_00077d90 != puVar11) {\n if ((puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)) &&\n (((*(int *)(pbVar3 + 0xc) != DAT_00077e24 || (DAT_00077cfc != puVar11)) ||\n (lVar13 = *(longlong *)(pbVar3 + 0x10), lVar15 = FUN_00024d90(), lVar15 != lVar13)))) {\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n return pbVar3;\n }\n puVar10 = DAT_00077cfc;\n *(int *)(pbVar3 + 0xc) = DAT_00077e24;\n *(undefined4 **)(pbVar3 + 4) = puVar10;\n uVar14 = FUN_00024d90();\n *(undefined8 *)(pbVar3 + 0x10) = uVar14;\n goto LAB_0003a7aa;\n }\n pbVar3 = *(byte **)(pbVar3 + 0xc);\n pbVar3[1] = pbVar3[1] & 0xfd;\n puVar11 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) goto LAB_0003a6d4;\n if (puVar10 == puVar11) {\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n if (*(undefined **)(*(int *)(pbVar8 + 4) + 0x14) == PTR__bfd_std_section_0006efb4 + 0xc0) {\n if (pbVar8[0x18] == 3) {\n bVar2 = PTR__bfd_std_section_0006efb4[0xd5];\n goto joined_r0x0003aae2;\n }\n }\n else {\n if (DAT_00077d90 != puVar10) goto LAB_0003a84b;\n bVar2 = *(byte *)(*(int *)(*(int *)(pbVar8 + 4) + 0x14) + 0x15);\njoined_r0x0003aae2:\n if ((bVar2 & 0x10) == 0) {\n bVar2 = *pbVar8 & 0x40;\n goto joined_r0x0003a700;\n }\n }\n bVar2 = *pbVar8 >> 6 & 1;\n goto LAB_0003a8f1;\n }\n puVar12 = PTR__bfd_std_section_0006efb4;\n if (puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)) goto LAB_0003a84b;\n }\nLAB_0003a8f9:\n lVar13 = FUN_00039db0();\n if (lVar13 == 0) {\nLAB_0003a9d0:\n FUN_00038b40();\n goto LAB_0003a7aa;\n }\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n local_24 = *pbVar3 & 1;\n if ((*pbVar3 & 1) == 0) {\n puVar11 = (undefined4 *)puVar10[5];\n if ((*(byte *)(puVar10 + 4) & 4) != 0) goto LAB_0003a939;\n if (puVar11 == (undefined4 *)(puVar12 + 0xc0)) {\n iVar9 = FUN_000380a0(pbVar3);\n }\n else {\n if ((*(byte *)((int)puVar11 + 0x15) & 0x10) == 0) goto LAB_0003a939;\n iVar9 = FUN_000380a0(pbVar3);\n }\n if (iVar9 == 0) goto LAB_0003a939;\nLAB_0003aa3c:\n if (DAT_00077cfc == DAT_00077d70) goto LAB_0003a9d0;\n if (DAT_00077cfc != DAT_00077cec) {\n if (local_24 == 0) {\nLAB_0003aa6f:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (puVar10 == DAT_00077d90) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003aa6f;\n }\n if (DAT_00077cfc != puVar10) goto LAB_0003a947;\n }\n uVar14 = FUN_00039db0();\n uVar7 = FUN_00024d90();\n if ((uint)((ulonglong)uVar14 >> 0x20) < (uint)((uint)uVar14 < uVar7)) {\n uVar14 = FUN_00024d90();\n FUN_00037fc0(pbVar3,uVar14);\n }\n goto LAB_0003a7aa;\n }\n if (puVar10 == DAT_00077d90) {\n puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14);\n if (((*(byte *)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x10) & 4) == 0) &&\n ((puVar11 == (undefined4 *)(puVar12 + 0xc0) || ((*(byte *)((int)puVar11 + 0x15) & 0x10) != 0)\n ))) goto LAB_0003ab3f;\n }\n else {\n puVar11 = puVar10;\n if (puVar10 == (undefined4 *)(puVar12 + 0xc0)) {\nLAB_0003ab3f:\n iVar9 = FUN_000380a0(pbVar3);\n if (iVar9 != 0) goto LAB_0003aa3c;\n puVar11 = puVar10;\n if (puVar10 == DAT_00077d90) {\n puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14);\n }\n }\n }\nLAB_0003a939:\n if (DAT_00077cec == puVar11) goto LAB_0003aa3c;\nLAB_0003a947:\n uVar4 = FUN_00039db0();\n pbVar8 = pbVar3;\n if ((*pbVar3 & 1) == 0) {\nLAB_0003aac2:\n puVar10 = *(undefined4 **)(*(int *)(pbVar8 + 4) + 0x14);\n }\n else {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if (puVar10 == DAT_00077d90) {\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n goto LAB_0003aac2;\n }\n }\n uVar1 = *puVar10;\n uVar6 = dcgettext(0,"symbol `%s\' is already defined as \"%s\"/%s%ld",5);\n FUN_0002bd30(uVar6,param_1,uVar1,&DAT_00050b45,uVar4);\nLAB_0003a7aa:\n if (DAT_00077ee0 != 0) {\n if ((*pbVar3 & 1) != 0) {\n if (*(undefined4 **)(pbVar3 + 4) == DAT_00077d90) {\n pbVar3 = *(byte **)(pbVar3 + 0xc);\n }\n else {\n pbVar3 = (byte *)FUN_00038910();\n }\n }\n iVar9 = DAT_00077ee0;\n pbVar3[0x18] = 3;\n *(int *)(pbVar3 + 8) = iVar9;\n uVar14 = FUN_00039db0();\n *(undefined8 *)(pbVar3 + 0x10) = uVar14;\n *(undefined **)(pbVar3 + 0x24) = &DAT_00077d20;\n FUN_00038690(pbVar3,DAT_00077ce0);\n pbVar3[1] = pbVar3[1] | 1;\n }\n FUN_0001b3b0(pbVar3);\n return pbVar3;\n}" ({ "{") (declaration "undefined4 uVar1;" (type_identifier "undefined4") (identifier "uVar1") (; ";")) (declaration "byte bVar2;" (type_identifier "byte") (identifier "bVar2") (; ";")) (declaration "byte *pbVar3;" (type_identifier "byte") (pointer_declarator "*pbVar3" (* "*") (identifier "pbVar3")) (; ";")) (declaration "undefined4 uVar4;" (type_identifier "undefined4") (identifier "uVar4") (; ";")) (declaration "int iVar5;" (primitive_type "int") (identifier "iVar5") (; ";")) (declaration "undefined4 uVar6;" (type_identifier "undefined4") (identifier "uVar6") (; ";")) (declaration "uint uVar7;" (type_identifier "uint") (identifier "uVar7") (; ";")) (declaration "byte *pbVar8;" (type_identifier "byte") (pointer_declarator "*pbVar8" (* "*") (identifier "pbVar8")) (; ";")) (declaration "int iVar9;" (primitive_type "int") (identifier "iVar9") (; ";")) (declaration "undefined4 *puVar10;" (type_identifier "undefined4") (pointer_declarator "*puVar10" (* "*") (identifier "puVar10")) (; ";")) (declaration "undefined4 *puVar11;" (type_identifier "undefined4") (pointer_declarator "*puVar11" (* "*") (identifier "puVar11")) (; ";")) (declaration "undefined *puVar12;" (type_identifier "undefined") (pointer_declarator "*puVar12" (* "*") (identifier "puVar12")) (; ";")) (declaration "longlong lVar13;" (type_identifier "longlong") (identifier "lVar13") (; ";")) (declaration "undefined8 uVar14;" (type_identifier "undefined8") (identifier "uVar14") (; ";")) (declaration "longlong lVar15;" (type_identifier "longlong") (identifier "lVar15") (; ";")) (declaration "byte local_24;" (type_identifier "byte") (identifier "local_24") (; ";")) (expression_statement "pbVar3 = (byte *)FUN_0003a4b0(param_1,0);" (assignment_expression "pbVar3 = (byte *)FUN_0003a4b0(param_1,0)" (identifier "pbVar3") (= "=") (cast_expression "(byte *)FUN_0003a4b0(param_1,0)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_0003a4b0(param_1,0)" (identifier "FUN_0003a4b0") (argument_list "(param_1,0)" (( "(") (identifier "param_1") (, ",") (number_literal "0") () ")"))))) (; ";")) (expression_statement "puVar10 = DAT_00077d90;" (assignment_expression "puVar10 = DAT_00077d90" (identifier "puVar10") (= "=") (identifier "DAT_00077d90")) (; ";")) (if_statement "if (pbVar3 == (byte *)0x0) {\n if ((DAT_00077da8 == 0) &&\n (iVar5 = (**(code **)(*(int *)(DAT_00077ec4 + 4) + 0x11c))(DAT_00077ec4,param_1),\n iVar9 = DAT_00077e24, iVar5 != 0)) {\n uVar14 = FUN_00024d90();\n pbVar3 = (byte *)FUN_00036e30(param_1,DAT_00077cfc,uVar14,iVar9);\n }\n else {\n iVar9 = DAT_00077e24;\n uVar14 = FUN_00024d90();\n pbVar3 = (byte *)FUN_000388a0(param_1,DAT_00077cfc,uVar14,iVar9);\n FUN_00036f40(pbVar3);\n }\n goto LAB_0003a7aa;\n }" (if "if") (parenthesized_expression "(pbVar3 == (byte *)0x0)" (( "(") (binary_expression "pbVar3 == (byte *)0x0" (identifier "pbVar3") (== "==") (cast_expression "(byte *)0x0" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n if ((DAT_00077da8 == 0) &&\n (iVar5 = (**(code **)(*(int *)(DAT_00077ec4 + 4) + 0x11c))(DAT_00077ec4,param_1),\n iVar9 = DAT_00077e24, iVar5 != 0)) {\n uVar14 = FUN_00024d90();\n pbVar3 = (byte *)FUN_00036e30(param_1,DAT_00077cfc,uVar14,iVar9);\n }\n else {\n iVar9 = DAT_00077e24;\n uVar14 = FUN_00024d90();\n pbVar3 = (byte *)FUN_000388a0(param_1,DAT_00077cfc,uVar14,iVar9);\n FUN_00036f40(pbVar3);\n }\n goto LAB_0003a7aa;\n }" ({ "{") (if_statement "if ((DAT_00077da8 == 0) &&\n (iVar5 = (**(code **)(*(int *)(DAT_00077ec4 + 4) + 0x11c))(DAT_00077ec4,param_1),\n iVar9 = DAT_00077e24, iVar5 != 0)) {\n uVar14 = FUN_00024d90();\n pbVar3 = (byte *)FUN_00036e30(param_1,DAT_00077cfc,uVar14,iVar9);\n }\n else {\n iVar9 = DAT_00077e24;\n uVar14 = FUN_00024d90();\n pbVar3 = (byte *)FUN_000388a0(param_1,DAT_00077cfc,uVar14,iVar9);\n FUN_00036f40(pbVar3);\n }" (if "if") (parenthesized_expression "((DAT_00077da8 == 0) &&\n (iVar5 = (**(code **)(*(int *)(DAT_00077ec4 + 4) + 0x11c))(DAT_00077ec4,param_1),\n iVar9 = DAT_00077e24, iVar5 != 0))" (( "(") (binary_expression "(DAT_00077da8 == 0) &&\n (iVar5 = (**(code **)(*(int *)(DAT_00077ec4 + 4) + 0x11c))(DAT_00077ec4,param_1),\n iVar9 = DAT_00077e24, iVar5 != 0)" (parenthesized_expression "(DAT_00077da8 == 0)" (( "(") (binary_expression "DAT_00077da8 == 0" (identifier "DAT_00077da8") (== "==") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(iVar5 = (**(code **)(*(int *)(DAT_00077ec4 + 4) + 0x11c))(DAT_00077ec4,param_1),\n iVar9 = DAT_00077e24, iVar5 != 0)" (( "(") (comma_expression "iVar5 = (**(code **)(*(int *)(DAT_00077ec4 + 4) + 0x11c))(DAT_00077ec4,param_1),\n iVar9 = DAT_00077e24, iVar5 != 0" (assignment_expression "iVar5 = (**(code **)(*(int *)(DAT_00077ec4 + 4) + 0x11c))(DAT_00077ec4,param_1)" (identifier "iVar5") (= "=") (call_expression "(**(code **)(*(int *)(DAT_00077ec4 + 4) + 0x11c))(DAT_00077ec4,param_1)" (parenthesized_expression "(**(code **)(*(int *)(DAT_00077ec4 + 4) + 0x11c))" (( "(") (pointer_expression "**(code **)(*(int *)(DAT_00077ec4 + 4) + 0x11c)" (* "*") (pointer_expression "*(code **)(*(int *)(DAT_00077ec4 + 4) + 0x11c)" (* "*") (cast_expression "(code **)(*(int *)(DAT_00077ec4 + 4) + 0x11c)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(int *)(DAT_00077ec4 + 4) + 0x11c)" (( "(") (binary_expression "*(int *)(DAT_00077ec4 + 4) + 0x11c" (pointer_expression "*(int *)(DAT_00077ec4 + 4)" (* "*") (cast_expression "(int *)(DAT_00077ec4 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_00077ec4 + 4)" (( "(") (binary_expression "DAT_00077ec4 + 4" (identifier "DAT_00077ec4") (+ "+") (number_literal "4")) () ")")))) (+ "+") (number_literal "0x11c")) () ")"))))) () ")")) (argument_list "(DAT_00077ec4,param_1)" (( "(") (identifier "DAT_00077ec4") (, ",") (identifier "param_1") () ")")))) (, ",") (comma_expression "iVar9 = DAT_00077e24, iVar5 != 0" (assignment_expression "iVar9 = DAT_00077e24" (identifier "iVar9") (= "=") (identifier "DAT_00077e24")) (, ",") (binary_expression "iVar5 != 0" (identifier "iVar5") (!= "!=") (number_literal "0")))) () ")"))) () ")")) (compound_statement "{\n uVar14 = FUN_00024d90();\n pbVar3 = (byte *)FUN_00036e30(param_1,DAT_00077cfc,uVar14,iVar9);\n }" ({ "{") (expression_statement "uVar14 = FUN_00024d90();" (assignment_expression "uVar14 = FUN_00024d90()" (identifier "uVar14") (= "=") (call_expression "FUN_00024d90()" (identifier "FUN_00024d90") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "pbVar3 = (byte *)FUN_00036e30(param_1,DAT_00077cfc,uVar14,iVar9);" (assignment_expression "pbVar3 = (byte *)FUN_00036e30(param_1,DAT_00077cfc,uVar14,iVar9)" (identifier "pbVar3") (= "=") (cast_expression "(byte *)FUN_00036e30(param_1,DAT_00077cfc,uVar14,iVar9)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_00036e30(param_1,DAT_00077cfc,uVar14,iVar9)" (identifier "FUN_00036e30") (argument_list "(param_1,DAT_00077cfc,uVar14,iVar9)" (( "(") (identifier "param_1") (, ",") (identifier "DAT_00077cfc") (, ",") (identifier "uVar14") (, ",") (identifier "iVar9") () ")"))))) (; ";")) (} "}")) (else_clause "else {\n iVar9 = DAT_00077e24;\n uVar14 = FUN_00024d90();\n pbVar3 = (byte *)FUN_000388a0(param_1,DAT_00077cfc,uVar14,iVar9);\n FUN_00036f40(pbVar3);\n }" (else "else") (compound_statement "{\n iVar9 = DAT_00077e24;\n uVar14 = FUN_00024d90();\n pbVar3 = (byte *)FUN_000388a0(param_1,DAT_00077cfc,uVar14,iVar9);\n FUN_00036f40(pbVar3);\n }" ({ "{") (expression_statement "iVar9 = DAT_00077e24;" (assignment_expression "iVar9 = DAT_00077e24" (identifier "iVar9") (= "=") (identifier "DAT_00077e24")) (; ";")) (expression_statement "uVar14 = FUN_00024d90();" (assignment_expression "uVar14 = FUN_00024d90()" (identifier "uVar14") (= "=") (call_expression "FUN_00024d90()" (identifier "FUN_00024d90") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "pbVar3 = (byte *)FUN_000388a0(param_1,DAT_00077cfc,uVar14,iVar9);" (assignment_expression "pbVar3 = (byte *)FUN_000388a0(param_1,DAT_00077cfc,uVar14,iVar9)" (identifier "pbVar3") (= "=") (cast_expression "(byte *)FUN_000388a0(param_1,DAT_00077cfc,uVar14,iVar9)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_000388a0(param_1,DAT_00077cfc,uVar14,iVar9)" (identifier "FUN_000388a0") (argument_list "(param_1,DAT_00077cfc,uVar14,iVar9)" (( "(") (identifier "param_1") (, ",") (identifier "DAT_00077cfc") (, ",") (identifier "uVar14") (, ",") (identifier "iVar9") () ")"))))) (; ";")) (expression_statement "FUN_00036f40(pbVar3);" (call_expression "FUN_00036f40(pbVar3)" (identifier "FUN_00036f40") (argument_list "(pbVar3)" (( "(") (identifier "pbVar3") () ")"))) (; ";")) (} "}")))) (goto_statement "goto LAB_0003a7aa;" (goto "goto") (statement_identifier "LAB_0003a7aa") (; ";")) (} "}"))) (expression_statement "puVar11 = *(undefined4 **)(pbVar3 + 4);" (assignment_expression "puVar11 = *(undefined4 **)(pbVar3 + 4)" (identifier "puVar11") (= "=") (pointer_expression "*(undefined4 **)(pbVar3 + 4)" (* "*") (cast_expression "(undefined4 **)(pbVar3 + 4)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(pbVar3 + 4)" (( "(") (binary_expression "pbVar3 + 4" (identifier "pbVar3") (+ "+") (number_literal "4")) () ")"))))) (; ";")) (if_statement "if ((*pbVar3 & 1) == 0) {\n pbVar3[1] = pbVar3[1] & 0xfd;\nLAB_0003a6d4:\n if (((undefined *)puVar11[5] == PTR__bfd_std_section_0006efb4 + 0xc0) && (pbVar3[0x18] != 3)) {\n bVar2 = *pbVar3 >> 6 & 1;\nLAB_0003a8f1:\n puVar12 = PTR__bfd_std_section_0006efb4;\n if (bVar2 == 0) goto LAB_0003a8f9;\n }\n else {\n bVar2 = *pbVar3 >> 6 & 1;\n if ((((undefined *)puVar11[5])[0x15] & 0x10) != 0) goto LAB_0003a8f1;\njoined_r0x0003a700:\n if (bVar2 == 0) {\nLAB_0003a84b:\n if (*(int *)(pbVar3 + 0x24) == DAT_00077e24) {\n lVar13 = FUN_00039db0();\n lVar15 = FUN_00024d90();\n if (lVar13 == lVar15) {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) {\nLAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }\n if (DAT_00077cfc == puVar10) goto LAB_0003a7aa;\n }\n }\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n pbVar3 = (byte *)FUN_0003a070(pbVar3,0);\n FUN_00038b40();\n goto LAB_0003a7aa;\n }\n }\n puVar12 = PTR__bfd_std_section_0006efb4;\n pbVar3 = (byte *)FUN_0003a070(pbVar3,1);\n FUN_00037fc0(pbVar3,0,0);\n pbVar8 = pbVar3;\n if ((*pbVar3 & 1) != 0) {\n if (*(undefined4 **)(pbVar3 + 4) != DAT_00077d90) goto LAB_0003a8f9;\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n }\n *pbVar8 = *pbVar8 & 0xbf;\n }\n else {\n if (DAT_00077d90 != puVar11) {\n if ((puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)) &&\n (((*(int *)(pbVar3 + 0xc) != DAT_00077e24 || (DAT_00077cfc != puVar11)) ||\n (lVar13 = *(longlong *)(pbVar3 + 0x10), lVar15 = FUN_00024d90(), lVar15 != lVar13)))) {\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n return pbVar3;\n }\n puVar10 = DAT_00077cfc;\n *(int *)(pbVar3 + 0xc) = DAT_00077e24;\n *(undefined4 **)(pbVar3 + 4) = puVar10;\n uVar14 = FUN_00024d90();\n *(undefined8 *)(pbVar3 + 0x10) = uVar14;\n goto LAB_0003a7aa;\n }\n pbVar3 = *(byte **)(pbVar3 + 0xc);\n pbVar3[1] = pbVar3[1] & 0xfd;\n puVar11 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) goto LAB_0003a6d4;\n if (puVar10 == puVar11) {\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n if (*(undefined **)(*(int *)(pbVar8 + 4) + 0x14) == PTR__bfd_std_section_0006efb4 + 0xc0) {\n if (pbVar8[0x18] == 3) {\n bVar2 = PTR__bfd_std_section_0006efb4[0xd5];\n goto joined_r0x0003aae2;\n }\n }\n else {\n if (DAT_00077d90 != puVar10) goto LAB_0003a84b;\n bVar2 = *(byte *)(*(int *)(*(int *)(pbVar8 + 4) + 0x14) + 0x15);\njoined_r0x0003aae2:\n if ((bVar2 & 0x10) == 0) {\n bVar2 = *pbVar8 & 0x40;\n goto joined_r0x0003a700;\n }\n }\n bVar2 = *pbVar8 >> 6 & 1;\n goto LAB_0003a8f1;\n }\n puVar12 = PTR__bfd_std_section_0006efb4;\n if (puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)) goto LAB_0003a84b;\n }" (if "if") (parenthesized_expression "((*pbVar3 & 1) == 0)" (( "(") (binary_expression "(*pbVar3 & 1) == 0" (parenthesized_expression "(*pbVar3 & 1)" (( "(") (binary_expression "*pbVar3 & 1" (pointer_expression "*pbVar3" (* "*") (identifier "pbVar3")) (& "&") (number_literal "1")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n pbVar3[1] = pbVar3[1] & 0xfd;\nLAB_0003a6d4:\n if (((undefined *)puVar11[5] == PTR__bfd_std_section_0006efb4 + 0xc0) && (pbVar3[0x18] != 3)) {\n bVar2 = *pbVar3 >> 6 & 1;\nLAB_0003a8f1:\n puVar12 = PTR__bfd_std_section_0006efb4;\n if (bVar2 == 0) goto LAB_0003a8f9;\n }\n else {\n bVar2 = *pbVar3 >> 6 & 1;\n if ((((undefined *)puVar11[5])[0x15] & 0x10) != 0) goto LAB_0003a8f1;\njoined_r0x0003a700:\n if (bVar2 == 0) {\nLAB_0003a84b:\n if (*(int *)(pbVar3 + 0x24) == DAT_00077e24) {\n lVar13 = FUN_00039db0();\n lVar15 = FUN_00024d90();\n if (lVar13 == lVar15) {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) {\nLAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }\n if (DAT_00077cfc == puVar10) goto LAB_0003a7aa;\n }\n }\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n pbVar3 = (byte *)FUN_0003a070(pbVar3,0);\n FUN_00038b40();\n goto LAB_0003a7aa;\n }\n }\n puVar12 = PTR__bfd_std_section_0006efb4;\n pbVar3 = (byte *)FUN_0003a070(pbVar3,1);\n FUN_00037fc0(pbVar3,0,0);\n pbVar8 = pbVar3;\n if ((*pbVar3 & 1) != 0) {\n if (*(undefined4 **)(pbVar3 + 4) != DAT_00077d90) goto LAB_0003a8f9;\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n }\n *pbVar8 = *pbVar8 & 0xbf;\n }" ({ "{") (expression_statement "pbVar3[1] = pbVar3[1] & 0xfd;" (assignment_expression "pbVar3[1] = pbVar3[1] & 0xfd" (subscript_expression "pbVar3[1]" (identifier "pbVar3") ([ "[") (number_literal "1") (] "]")) (= "=") (binary_expression "pbVar3[1] & 0xfd" (subscript_expression "pbVar3[1]" (identifier "pbVar3") ([ "[") (number_literal "1") (] "]")) (& "&") (number_literal "0xfd"))) (; ";")) (labeled_statement "LAB_0003a6d4:\n if (((undefined *)puVar11[5] == PTR__bfd_std_section_0006efb4 + 0xc0) && (pbVar3[0x18] != 3)) {\n bVar2 = *pbVar3 >> 6 & 1;\nLAB_0003a8f1:\n puVar12 = PTR__bfd_std_section_0006efb4;\n if (bVar2 == 0) goto LAB_0003a8f9;\n }\n else {\n bVar2 = *pbVar3 >> 6 & 1;\n if ((((undefined *)puVar11[5])[0x15] & 0x10) != 0) goto LAB_0003a8f1;\njoined_r0x0003a700:\n if (bVar2 == 0) {\nLAB_0003a84b:\n if (*(int *)(pbVar3 + 0x24) == DAT_00077e24) {\n lVar13 = FUN_00039db0();\n lVar15 = FUN_00024d90();\n if (lVar13 == lVar15) {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) {\nLAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }\n if (DAT_00077cfc == puVar10) goto LAB_0003a7aa;\n }\n }\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n pbVar3 = (byte *)FUN_0003a070(pbVar3,0);\n FUN_00038b40();\n goto LAB_0003a7aa;\n }\n }" (statement_identifier "LAB_0003a6d4") (: ":") (if_statement "if (((undefined *)puVar11[5] == PTR__bfd_std_section_0006efb4 + 0xc0) && (pbVar3[0x18] != 3)) {\n bVar2 = *pbVar3 >> 6 & 1;\nLAB_0003a8f1:\n puVar12 = PTR__bfd_std_section_0006efb4;\n if (bVar2 == 0) goto LAB_0003a8f9;\n }\n else {\n bVar2 = *pbVar3 >> 6 & 1;\n if ((((undefined *)puVar11[5])[0x15] & 0x10) != 0) goto LAB_0003a8f1;\njoined_r0x0003a700:\n if (bVar2 == 0) {\nLAB_0003a84b:\n if (*(int *)(pbVar3 + 0x24) == DAT_00077e24) {\n lVar13 = FUN_00039db0();\n lVar15 = FUN_00024d90();\n if (lVar13 == lVar15) {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) {\nLAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }\n if (DAT_00077cfc == puVar10) goto LAB_0003a7aa;\n }\n }\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n pbVar3 = (byte *)FUN_0003a070(pbVar3,0);\n FUN_00038b40();\n goto LAB_0003a7aa;\n }\n }" (if "if") (parenthesized_expression "(((undefined *)puVar11[5] == PTR__bfd_std_section_0006efb4 + 0xc0) && (pbVar3[0x18] != 3))" (( "(") (binary_expression "((undefined *)puVar11[5] == PTR__bfd_std_section_0006efb4 + 0xc0) && (pbVar3[0x18] != 3)" (parenthesized_expression "((undefined *)puVar11[5] == PTR__bfd_std_section_0006efb4 + 0xc0)" (( "(") (binary_expression "(undefined *)puVar11[5] == PTR__bfd_std_section_0006efb4 + 0xc0" (cast_expression "(undefined *)puVar11[5]" (( "(") (type_descriptor "undefined *" (type_identifier "undefined") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "puVar11[5]" (identifier "puVar11") ([ "[") (number_literal "5") (] "]"))) (== "==") (binary_expression "PTR__bfd_std_section_0006efb4 + 0xc0" (identifier "PTR__bfd_std_section_0006efb4") (+ "+") (number_literal "0xc0"))) () ")")) (&& "&&") (parenthesized_expression "(pbVar3[0x18] != 3)" (( "(") (binary_expression "pbVar3[0x18] != 3" (subscript_expression "pbVar3[0x18]" (identifier "pbVar3") ([ "[") (number_literal "0x18") (] "]")) (!= "!=") (number_literal "3")) () ")"))) () ")")) (compound_statement "{\n bVar2 = *pbVar3 >> 6 & 1;\nLAB_0003a8f1:\n puVar12 = PTR__bfd_std_section_0006efb4;\n if (bVar2 == 0) goto LAB_0003a8f9;\n }" ({ "{") (expression_statement "bVar2 = *pbVar3 >> 6 & 1;" (assignment_expression "bVar2 = *pbVar3 >> 6 & 1" (identifier "bVar2") (= "=") (binary_expression "*pbVar3 >> 6 & 1" (binary_expression "*pbVar3 >> 6" (pointer_expression "*pbVar3" (* "*") (identifier "pbVar3")) (>> ">>") (number_literal "6")) (& "&") (number_literal "1"))) (; ";")) (labeled_statement "LAB_0003a8f1:\n puVar12 = PTR__bfd_std_section_0006efb4;" (statement_identifier "LAB_0003a8f1") (: ":") (expression_statement "puVar12 = PTR__bfd_std_section_0006efb4;" (assignment_expression "puVar12 = PTR__bfd_std_section_0006efb4" (identifier "puVar12") (= "=") (identifier "PTR__bfd_std_section_0006efb4")) (; ";"))) (if_statement "if (bVar2 == 0) goto LAB_0003a8f9;" (if "if") (parenthesized_expression "(bVar2 == 0)" (( "(") (binary_expression "bVar2 == 0" (identifier "bVar2") (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_0003a8f9;" (goto "goto") (statement_identifier "LAB_0003a8f9") (; ";"))) (} "}")) (else_clause "else {\n bVar2 = *pbVar3 >> 6 & 1;\n if ((((undefined *)puVar11[5])[0x15] & 0x10) != 0) goto LAB_0003a8f1;\njoined_r0x0003a700:\n if (bVar2 == 0) {\nLAB_0003a84b:\n if (*(int *)(pbVar3 + 0x24) == DAT_00077e24) {\n lVar13 = FUN_00039db0();\n lVar15 = FUN_00024d90();\n if (lVar13 == lVar15) {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) {\nLAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }\n if (DAT_00077cfc == puVar10) goto LAB_0003a7aa;\n }\n }\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n pbVar3 = (byte *)FUN_0003a070(pbVar3,0);\n FUN_00038b40();\n goto LAB_0003a7aa;\n }\n }" (else "else") (compound_statement "{\n bVar2 = *pbVar3 >> 6 & 1;\n if ((((undefined *)puVar11[5])[0x15] & 0x10) != 0) goto LAB_0003a8f1;\njoined_r0x0003a700:\n if (bVar2 == 0) {\nLAB_0003a84b:\n if (*(int *)(pbVar3 + 0x24) == DAT_00077e24) {\n lVar13 = FUN_00039db0();\n lVar15 = FUN_00024d90();\n if (lVar13 == lVar15) {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) {\nLAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }\n if (DAT_00077cfc == puVar10) goto LAB_0003a7aa;\n }\n }\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n pbVar3 = (byte *)FUN_0003a070(pbVar3,0);\n FUN_00038b40();\n goto LAB_0003a7aa;\n }\n }" ({ "{") (expression_statement "bVar2 = *pbVar3 >> 6 & 1;" (assignment_expression "bVar2 = *pbVar3 >> 6 & 1" (identifier "bVar2") (= "=") (binary_expression "*pbVar3 >> 6 & 1" (binary_expression "*pbVar3 >> 6" (pointer_expression "*pbVar3" (* "*") (identifier "pbVar3")) (>> ">>") (number_literal "6")) (& "&") (number_literal "1"))) (; ";")) (if_statement "if ((((undefined *)puVar11[5])[0x15] & 0x10) != 0) goto LAB_0003a8f1;" (if "if") (parenthesized_expression "((((undefined *)puVar11[5])[0x15] & 0x10) != 0)" (( "(") (binary_expression "(((undefined *)puVar11[5])[0x15] & 0x10) != 0" (parenthesized_expression "(((undefined *)puVar11[5])[0x15] & 0x10)" (( "(") (binary_expression "((undefined *)puVar11[5])[0x15] & 0x10" (subscript_expression "((undefined *)puVar11[5])[0x15]" (parenthesized_expression "((undefined *)puVar11[5])" (( "(") (cast_expression "(undefined *)puVar11[5]" (( "(") (type_descriptor "undefined *" (type_identifier "undefined") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "puVar11[5]" (identifier "puVar11") ([ "[") (number_literal "5") (] "]"))) () ")")) ([ "[") (number_literal "0x15") (] "]")) (& "&") (number_literal "0x10")) () ")")) (!= "!=") (number_literal "0")) () ")")) (goto_statement "goto LAB_0003a8f1;" (goto "goto") (statement_identifier "LAB_0003a8f1") (; ";"))) (labeled_statement "joined_r0x0003a700:\n if (bVar2 == 0) {\nLAB_0003a84b:\n if (*(int *)(pbVar3 + 0x24) == DAT_00077e24) {\n lVar13 = FUN_00039db0();\n lVar15 = FUN_00024d90();\n if (lVar13 == lVar15) {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) {\nLAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }\n if (DAT_00077cfc == puVar10) goto LAB_0003a7aa;\n }\n }\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n pbVar3 = (byte *)FUN_0003a070(pbVar3,0);\n FUN_00038b40();\n goto LAB_0003a7aa;\n }" (statement_identifier "joined_r0x0003a700") (: ":") (if_statement "if (bVar2 == 0) {\nLAB_0003a84b:\n if (*(int *)(pbVar3 + 0x24) == DAT_00077e24) {\n lVar13 = FUN_00039db0();\n lVar15 = FUN_00024d90();\n if (lVar13 == lVar15) {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) {\nLAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }\n if (DAT_00077cfc == puVar10) goto LAB_0003a7aa;\n }\n }\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n pbVar3 = (byte *)FUN_0003a070(pbVar3,0);\n FUN_00038b40();\n goto LAB_0003a7aa;\n }" (if "if") (parenthesized_expression "(bVar2 == 0)" (( "(") (binary_expression "bVar2 == 0" (identifier "bVar2") (== "==") (number_literal "0")) () ")")) (compound_statement "{\nLAB_0003a84b:\n if (*(int *)(pbVar3 + 0x24) == DAT_00077e24) {\n lVar13 = FUN_00039db0();\n lVar15 = FUN_00024d90();\n if (lVar13 == lVar15) {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) {\nLAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }\n if (DAT_00077cfc == puVar10) goto LAB_0003a7aa;\n }\n }\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n pbVar3 = (byte *)FUN_0003a070(pbVar3,0);\n FUN_00038b40();\n goto LAB_0003a7aa;\n }" ({ "{") (labeled_statement "LAB_0003a84b:\n if (*(int *)(pbVar3 + 0x24) == DAT_00077e24) {\n lVar13 = FUN_00039db0();\n lVar15 = FUN_00024d90();\n if (lVar13 == lVar15) {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) {\nLAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }\n if (DAT_00077cfc == puVar10) goto LAB_0003a7aa;\n }\n }" (statement_identifier "LAB_0003a84b") (: ":") (if_statement "if (*(int *)(pbVar3 + 0x24) == DAT_00077e24) {\n lVar13 = FUN_00039db0();\n lVar15 = FUN_00024d90();\n if (lVar13 == lVar15) {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) {\nLAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }\n if (DAT_00077cfc == puVar10) goto LAB_0003a7aa;\n }\n }" (if "if") (parenthesized_expression "(*(int *)(pbVar3 + 0x24) == DAT_00077e24)" (( "(") (binary_expression "*(int *)(pbVar3 + 0x24) == DAT_00077e24" (pointer_expression "*(int *)(pbVar3 + 0x24)" (* "*") (cast_expression "(int *)(pbVar3 + 0x24)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(pbVar3 + 0x24)" (( "(") (binary_expression "pbVar3 + 0x24" (identifier "pbVar3") (+ "+") (number_literal "0x24")) () ")")))) (== "==") (identifier "DAT_00077e24")) () ")")) (compound_statement "{\n lVar13 = FUN_00039db0();\n lVar15 = FUN_00024d90();\n if (lVar13 == lVar15) {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) {\nLAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }\n if (DAT_00077cfc == puVar10) goto LAB_0003a7aa;\n }\n }" ({ "{") (expression_statement "lVar13 = FUN_00039db0();" (assignment_expression "lVar13 = FUN_00039db0()" (identifier "lVar13") (= "=") (call_expression "FUN_00039db0()" (identifier "FUN_00039db0") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "lVar15 = FUN_00024d90();" (assignment_expression "lVar15 = FUN_00024d90()" (identifier "lVar15") (= "=") (call_expression "FUN_00024d90()" (identifier "FUN_00024d90") (argument_list "()" (( "(") () ")")))) (; ";")) (if_statement "if (lVar13 == lVar15) {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) {\nLAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }\n if (DAT_00077cfc == puVar10) goto LAB_0003a7aa;\n }" (if "if") (parenthesized_expression "(lVar13 == lVar15)" (( "(") (binary_expression "lVar13 == lVar15" (identifier "lVar13") (== "==") (identifier "lVar15")) () ")")) (compound_statement "{\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) {\nLAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }\n if (DAT_00077cfc == puVar10) goto LAB_0003a7aa;\n }" ({ "{") (expression_statement "puVar10 = *(undefined4 **)(pbVar3 + 4);" (assignment_expression "puVar10 = *(undefined4 **)(pbVar3 + 4)" (identifier "puVar10") (= "=") (pointer_expression "*(undefined4 **)(pbVar3 + 4)" (* "*") (cast_expression "(undefined4 **)(pbVar3 + 4)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(pbVar3 + 4)" (( "(") (binary_expression "pbVar3 + 4" (identifier "pbVar3") (+ "+") (number_literal "4")) () ")"))))) (; ";")) (if_statement "if ((*pbVar3 & 1) == 0) {\nLAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }" (if "if") (parenthesized_expression "((*pbVar3 & 1) == 0)" (( "(") (binary_expression "(*pbVar3 & 1) == 0" (parenthesized_expression "(*pbVar3 & 1)" (( "(") (binary_expression "*pbVar3 & 1" (pointer_expression "*pbVar3" (* "*") (identifier "pbVar3")) (& "&") (number_literal "1")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\nLAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];\n }" ({ "{") (labeled_statement "LAB_0003ac1e:\n puVar10 = (undefined4 *)puVar10[5];" (statement_identifier "LAB_0003ac1e") (: ":") (expression_statement "puVar10 = (undefined4 *)puVar10[5];" (assignment_expression "puVar10 = (undefined4 *)puVar10[5]" (identifier "puVar10") (= "=") (cast_expression "(undefined4 *)puVar10[5]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "puVar10[5]" (identifier "puVar10") ([ "[") (number_literal "5") (] "]")))) (; ";"))) (} "}")) (else_clause "else if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }" (else "else") (if_statement "if (DAT_00077d90 == puVar10) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }" (if "if") (parenthesized_expression "(DAT_00077d90 == puVar10)" (( "(") (binary_expression "DAT_00077d90 == puVar10" (identifier "DAT_00077d90") (== "==") (identifier "puVar10")) () ")")) (compound_statement "{\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003ac1e;\n }" ({ "{") (expression_statement "puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);" (assignment_expression "puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4)" (identifier "puVar10") (= "=") (pointer_expression "*(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4)" (* "*") (cast_expression "(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(int *)(pbVar3 + 0xc) + 4)" (( "(") (binary_expression "*(int *)(pbVar3 + 0xc) + 4" (pointer_expression "*(int *)(pbVar3 + 0xc)" (* "*") (cast_expression "(int *)(pbVar3 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(pbVar3 + 0xc)" (( "(") (binary_expression "pbVar3 + 0xc" (identifier "pbVar3") (+ "+") (number_literal "0xc")) () ")")))) (+ "+") (number_literal "4")) () ")"))))) (; ";")) (goto_statement "goto LAB_0003ac1e;" (goto "goto") (statement_identifier "LAB_0003ac1e") (; ";")) (} "}"))))) (if_statement "if (DAT_00077cfc == puVar10) goto LAB_0003a7aa;" (if "if") (parenthesized_expression "(DAT_00077cfc == puVar10)" (( "(") (binary_expression "DAT_00077cfc == puVar10" (identifier "DAT_00077cfc") (== "==") (identifier "puVar10")) () ")")) (goto_statement "goto LAB_0003a7aa;" (goto "goto") (statement_identifier "LAB_0003a7aa") (; ";"))) (} "}"))) (} "}")))) (expression_statement "uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);" (assignment_expression "uVar4 = dcgettext(0,"symbol `%s\' is already defined",5)" (identifier "uVar4") (= "=") (call_expression "dcgettext(0,"symbol `%s\' is already defined",5)" (identifier "dcgettext") (argument_list "(0,"symbol `%s\' is already defined",5)" (( "(") (number_literal "0") (, ",") (string_literal ""symbol `%s\' is already defined"" (" """) (string_content "symbol `%s") (escape_sequence "\'") (string_content " is already defined") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "FUN_0002bd30(uVar4,param_1);" (call_expression "FUN_0002bd30(uVar4,param_1)" (identifier "FUN_0002bd30") (argument_list "(uVar4,param_1)" (( "(") (identifier "uVar4") (, ",") (identifier "param_1") () ")"))) (; ";")) (expression_statement "pbVar3 = (byte *)FUN_0003a070(pbVar3,0);" (assignment_expression "pbVar3 = (byte *)FUN_0003a070(pbVar3,0)" (identifier "pbVar3") (= "=") (cast_expression "(byte *)FUN_0003a070(pbVar3,0)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_0003a070(pbVar3,0)" (identifier "FUN_0003a070") (argument_list "(pbVar3,0)" (( "(") (identifier "pbVar3") (, ",") (number_literal "0") () ")"))))) (; ";")) (expression_statement "FUN_00038b40();" (call_expression "FUN_00038b40()" (identifier "FUN_00038b40") (argument_list "()" (( "(") () ")"))) (; ";")) (goto_statement "goto LAB_0003a7aa;" (goto "goto") (statement_identifier "LAB_0003a7aa") (; ";")) (} "}")))) (} "}"))))) (expression_statement "puVar12 = PTR__bfd_std_section_0006efb4;" (assignment_expression "puVar12 = PTR__bfd_std_section_0006efb4" (identifier "puVar12") (= "=") (identifier "PTR__bfd_std_section_0006efb4")) (; ";")) (expression_statement "pbVar3 = (byte *)FUN_0003a070(pbVar3,1);" (assignment_expression "pbVar3 = (byte *)FUN_0003a070(pbVar3,1)" (identifier "pbVar3") (= "=") (cast_expression "(byte *)FUN_0003a070(pbVar3,1)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_0003a070(pbVar3,1)" (identifier "FUN_0003a070") (argument_list "(pbVar3,1)" (( "(") (identifier "pbVar3") (, ",") (number_literal "1") () ")"))))) (; ";")) (expression_statement "FUN_00037fc0(pbVar3,0,0);" (call_expression "FUN_00037fc0(pbVar3,0,0)" (identifier "FUN_00037fc0") (argument_list "(pbVar3,0,0)" (( "(") (identifier "pbVar3") (, ",") (number_literal "0") (, ",") (number_literal "0") () ")"))) (; ";")) (expression_statement "pbVar8 = pbVar3;" (assignment_expression "pbVar8 = pbVar3" (identifier "pbVar8") (= "=") (identifier "pbVar3")) (; ";")) (if_statement "if ((*pbVar3 & 1) != 0) {\n if (*(undefined4 **)(pbVar3 + 4) != DAT_00077d90) goto LAB_0003a8f9;\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n }" (if "if") (parenthesized_expression "((*pbVar3 & 1) != 0)" (( "(") (binary_expression "(*pbVar3 & 1) != 0" (parenthesized_expression "(*pbVar3 & 1)" (( "(") (binary_expression "*pbVar3 & 1" (pointer_expression "*pbVar3" (* "*") (identifier "pbVar3")) (& "&") (number_literal "1")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n if (*(undefined4 **)(pbVar3 + 4) != DAT_00077d90) goto LAB_0003a8f9;\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n }" ({ "{") (if_statement "if (*(undefined4 **)(pbVar3 + 4) != DAT_00077d90) goto LAB_0003a8f9;" (if "if") (parenthesized_expression "(*(undefined4 **)(pbVar3 + 4) != DAT_00077d90)" (( "(") (binary_expression "*(undefined4 **)(pbVar3 + 4) != DAT_00077d90" (pointer_expression "*(undefined4 **)(pbVar3 + 4)" (* "*") (cast_expression "(undefined4 **)(pbVar3 + 4)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(pbVar3 + 4)" (( "(") (binary_expression "pbVar3 + 4" (identifier "pbVar3") (+ "+") (number_literal "4")) () ")")))) (!= "!=") (identifier "DAT_00077d90")) () ")")) (goto_statement "goto LAB_0003a8f9;" (goto "goto") (statement_identifier "LAB_0003a8f9") (; ";"))) (expression_statement "pbVar8 = *(byte **)(pbVar3 + 0xc);" (assignment_expression "pbVar8 = *(byte **)(pbVar3 + 0xc)" (identifier "pbVar8") (= "=") (pointer_expression "*(byte **)(pbVar3 + 0xc)" (* "*") (cast_expression "(byte **)(pbVar3 + 0xc)" (( "(") (type_descriptor "byte **" (type_identifier "byte") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(pbVar3 + 0xc)" (( "(") (binary_expression "pbVar3 + 0xc" (identifier "pbVar3") (+ "+") (number_literal "0xc")) () ")"))))) (; ";")) (} "}"))) (expression_statement "*pbVar8 = *pbVar8 & 0xbf;" (assignment_expression "*pbVar8 = *pbVar8 & 0xbf" (pointer_expression "*pbVar8" (* "*") (identifier "pbVar8")) (= "=") (binary_expression "*pbVar8 & 0xbf" (pointer_expression "*pbVar8" (* "*") (identifier "pbVar8")) (& "&") (number_literal "0xbf"))) (; ";")) (} "}")) (else_clause "else {\n if (DAT_00077d90 != puVar11) {\n if ((puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)) &&\n (((*(int *)(pbVar3 + 0xc) != DAT_00077e24 || (DAT_00077cfc != puVar11)) ||\n (lVar13 = *(longlong *)(pbVar3 + 0x10), lVar15 = FUN_00024d90(), lVar15 != lVar13)))) {\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n return pbVar3;\n }\n puVar10 = DAT_00077cfc;\n *(int *)(pbVar3 + 0xc) = DAT_00077e24;\n *(undefined4 **)(pbVar3 + 4) = puVar10;\n uVar14 = FUN_00024d90();\n *(undefined8 *)(pbVar3 + 0x10) = uVar14;\n goto LAB_0003a7aa;\n }\n pbVar3 = *(byte **)(pbVar3 + 0xc);\n pbVar3[1] = pbVar3[1] & 0xfd;\n puVar11 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) goto LAB_0003a6d4;\n if (puVar10 == puVar11) {\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n if (*(undefined **)(*(int *)(pbVar8 + 4) + 0x14) == PTR__bfd_std_section_0006efb4 + 0xc0) {\n if (pbVar8[0x18] == 3) {\n bVar2 = PTR__bfd_std_section_0006efb4[0xd5];\n goto joined_r0x0003aae2;\n }\n }\n else {\n if (DAT_00077d90 != puVar10) goto LAB_0003a84b;\n bVar2 = *(byte *)(*(int *)(*(int *)(pbVar8 + 4) + 0x14) + 0x15);\njoined_r0x0003aae2:\n if ((bVar2 & 0x10) == 0) {\n bVar2 = *pbVar8 & 0x40;\n goto joined_r0x0003a700;\n }\n }\n bVar2 = *pbVar8 >> 6 & 1;\n goto LAB_0003a8f1;\n }\n puVar12 = PTR__bfd_std_section_0006efb4;\n if (puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)) goto LAB_0003a84b;\n }" (else "else") (compound_statement "{\n if (DAT_00077d90 != puVar11) {\n if ((puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)) &&\n (((*(int *)(pbVar3 + 0xc) != DAT_00077e24 || (DAT_00077cfc != puVar11)) ||\n (lVar13 = *(longlong *)(pbVar3 + 0x10), lVar15 = FUN_00024d90(), lVar15 != lVar13)))) {\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n return pbVar3;\n }\n puVar10 = DAT_00077cfc;\n *(int *)(pbVar3 + 0xc) = DAT_00077e24;\n *(undefined4 **)(pbVar3 + 4) = puVar10;\n uVar14 = FUN_00024d90();\n *(undefined8 *)(pbVar3 + 0x10) = uVar14;\n goto LAB_0003a7aa;\n }\n pbVar3 = *(byte **)(pbVar3 + 0xc);\n pbVar3[1] = pbVar3[1] & 0xfd;\n puVar11 = *(undefined4 **)(pbVar3 + 4);\n if ((*pbVar3 & 1) == 0) goto LAB_0003a6d4;\n if (puVar10 == puVar11) {\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n if (*(undefined **)(*(int *)(pbVar8 + 4) + 0x14) == PTR__bfd_std_section_0006efb4 + 0xc0) {\n if (pbVar8[0x18] == 3) {\n bVar2 = PTR__bfd_std_section_0006efb4[0xd5];\n goto joined_r0x0003aae2;\n }\n }\n else {\n if (DAT_00077d90 != puVar10) goto LAB_0003a84b;\n bVar2 = *(byte *)(*(int *)(*(int *)(pbVar8 + 4) + 0x14) + 0x15);\njoined_r0x0003aae2:\n if ((bVar2 & 0x10) == 0) {\n bVar2 = *pbVar8 & 0x40;\n goto joined_r0x0003a700;\n }\n }\n bVar2 = *pbVar8 >> 6 & 1;\n goto LAB_0003a8f1;\n }\n puVar12 = PTR__bfd_std_section_0006efb4;\n if (puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)) goto LAB_0003a84b;\n }" ({ "{") (if_statement "if (DAT_00077d90 != puVar11) {\n if ((puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)) &&\n (((*(int *)(pbVar3 + 0xc) != DAT_00077e24 || (DAT_00077cfc != puVar11)) ||\n (lVar13 = *(longlong *)(pbVar3 + 0x10), lVar15 = FUN_00024d90(), lVar15 != lVar13)))) {\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n return pbVar3;\n }\n puVar10 = DAT_00077cfc;\n *(int *)(pbVar3 + 0xc) = DAT_00077e24;\n *(undefined4 **)(pbVar3 + 4) = puVar10;\n uVar14 = FUN_00024d90();\n *(undefined8 *)(pbVar3 + 0x10) = uVar14;\n goto LAB_0003a7aa;\n }" (if "if") (parenthesized_expression "(DAT_00077d90 != puVar11)" (( "(") (binary_expression "DAT_00077d90 != puVar11" (identifier "DAT_00077d90") (!= "!=") (identifier "puVar11")) () ")")) (compound_statement "{\n if ((puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)) &&\n (((*(int *)(pbVar3 + 0xc) != DAT_00077e24 || (DAT_00077cfc != puVar11)) ||\n (lVar13 = *(longlong *)(pbVar3 + 0x10), lVar15 = FUN_00024d90(), lVar15 != lVar13)))) {\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n return pbVar3;\n }\n puVar10 = DAT_00077cfc;\n *(int *)(pbVar3 + 0xc) = DAT_00077e24;\n *(undefined4 **)(pbVar3 + 4) = puVar10;\n uVar14 = FUN_00024d90();\n *(undefined8 *)(pbVar3 + 0x10) = uVar14;\n goto LAB_0003a7aa;\n }" ({ "{") (if_statement "if ((puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)) &&\n (((*(int *)(pbVar3 + 0xc) != DAT_00077e24 || (DAT_00077cfc != puVar11)) ||\n (lVar13 = *(longlong *)(pbVar3 + 0x10), lVar15 = FUN_00024d90(), lVar15 != lVar13)))) {\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n return pbVar3;\n }" (if "if") (parenthesized_expression "((puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)) &&\n (((*(int *)(pbVar3 + 0xc) != DAT_00077e24 || (DAT_00077cfc != puVar11)) ||\n (lVar13 = *(longlong *)(pbVar3 + 0x10), lVar15 = FUN_00024d90(), lVar15 != lVar13))))" (( "(") (binary_expression "(puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)) &&\n (((*(int *)(pbVar3 + 0xc) != DAT_00077e24 || (DAT_00077cfc != puVar11)) ||\n (lVar13 = *(longlong *)(pbVar3 + 0x10), lVar15 = FUN_00024d90(), lVar15 != lVar13)))" (parenthesized_expression "(puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0))" (( "(") (binary_expression "puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)" (identifier "puVar11") (!= "!=") (cast_expression "(undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(PTR__bfd_std_section_0006efb4 + 0xc0)" (( "(") (binary_expression "PTR__bfd_std_section_0006efb4 + 0xc0" (identifier "PTR__bfd_std_section_0006efb4") (+ "+") (number_literal "0xc0")) () ")")))) () ")")) (&& "&&") (parenthesized_expression "(((*(int *)(pbVar3 + 0xc) != DAT_00077e24 || (DAT_00077cfc != puVar11)) ||\n (lVar13 = *(longlong *)(pbVar3 + 0x10), lVar15 = FUN_00024d90(), lVar15 != lVar13)))" (( "(") (parenthesized_expression "((*(int *)(pbVar3 + 0xc) != DAT_00077e24 || (DAT_00077cfc != puVar11)) ||\n (lVar13 = *(longlong *)(pbVar3 + 0x10), lVar15 = FUN_00024d90(), lVar15 != lVar13))" (( "(") (binary_expression "(*(int *)(pbVar3 + 0xc) != DAT_00077e24 || (DAT_00077cfc != puVar11)) ||\n (lVar13 = *(longlong *)(pbVar3 + 0x10), lVar15 = FUN_00024d90(), lVar15 != lVar13)" (parenthesized_expression "(*(int *)(pbVar3 + 0xc) != DAT_00077e24 || (DAT_00077cfc != puVar11))" (( "(") (binary_expression "*(int *)(pbVar3 + 0xc) != DAT_00077e24 || (DAT_00077cfc != puVar11)" (binary_expression "*(int *)(pbVar3 + 0xc) != DAT_00077e24" (pointer_expression "*(int *)(pbVar3 + 0xc)" (* "*") (cast_expression "(int *)(pbVar3 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(pbVar3 + 0xc)" (( "(") (binary_expression "pbVar3 + 0xc" (identifier "pbVar3") (+ "+") (number_literal "0xc")) () ")")))) (!= "!=") (identifier "DAT_00077e24")) (|| "||") (parenthesized_expression "(DAT_00077cfc != puVar11)" (( "(") (binary_expression "DAT_00077cfc != puVar11" (identifier "DAT_00077cfc") (!= "!=") (identifier "puVar11")) () ")"))) () ")")) (|| "||") (parenthesized_expression "(lVar13 = *(longlong *)(pbVar3 + 0x10), lVar15 = FUN_00024d90(), lVar15 != lVar13)" (( "(") (comma_expression "lVar13 = *(longlong *)(pbVar3 + 0x10), lVar15 = FUN_00024d90(), lVar15 != lVar13" (assignment_expression "lVar13 = *(longlong *)(pbVar3 + 0x10)" (identifier "lVar13") (= "=") (pointer_expression "*(longlong *)(pbVar3 + 0x10)" (* "*") (cast_expression "(longlong *)(pbVar3 + 0x10)" (( "(") (type_descriptor "longlong *" (type_identifier "longlong") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(pbVar3 + 0x10)" (( "(") (binary_expression "pbVar3 + 0x10" (identifier "pbVar3") (+ "+") (number_literal "0x10")) () ")"))))) (, ",") (comma_expression "lVar15 = FUN_00024d90(), lVar15 != lVar13" (assignment_expression "lVar15 = FUN_00024d90()" (identifier "lVar15") (= "=") (call_expression "FUN_00024d90()" (identifier "FUN_00024d90") (argument_list "()" (( "(") () ")")))) (, ",") (binary_expression "lVar15 != lVar13" (identifier "lVar15") (!= "!=") (identifier "lVar13")))) () ")"))) () ")")) () ")"))) () ")")) (compound_statement "{\n uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);\n FUN_0002bd30(uVar4,param_1);\n return pbVar3;\n }" ({ "{") (expression_statement "uVar4 = dcgettext(0,"symbol `%s\' is already defined",5);" (assignment_expression "uVar4 = dcgettext(0,"symbol `%s\' is already defined",5)" (identifier "uVar4") (= "=") (call_expression "dcgettext(0,"symbol `%s\' is already defined",5)" (identifier "dcgettext") (argument_list "(0,"symbol `%s\' is already defined",5)" (( "(") (number_literal "0") (, ",") (string_literal ""symbol `%s\' is already defined"" (" """) (string_content "symbol `%s") (escape_sequence "\'") (string_content " is already defined") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "FUN_0002bd30(uVar4,param_1);" (call_expression "FUN_0002bd30(uVar4,param_1)" (identifier "FUN_0002bd30") (argument_list "(uVar4,param_1)" (( "(") (identifier "uVar4") (, ",") (identifier "param_1") () ")"))) (; ";")) (return_statement "return pbVar3;" (return "return") (identifier "pbVar3") (; ";")) (} "}"))) (expression_statement "puVar10 = DAT_00077cfc;" (assignment_expression "puVar10 = DAT_00077cfc" (identifier "puVar10") (= "=") (identifier "DAT_00077cfc")) (; ";")) (expression_statement "*(int *)(pbVar3 + 0xc) = DAT_00077e24;" (assignment_expression "*(int *)(pbVar3 + 0xc) = DAT_00077e24" (pointer_expression "*(int *)(pbVar3 + 0xc)" (* "*") (cast_expression "(int *)(pbVar3 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(pbVar3 + 0xc)" (( "(") (binary_expression "pbVar3 + 0xc" (identifier "pbVar3") (+ "+") (number_literal "0xc")) () ")")))) (= "=") (identifier "DAT_00077e24")) (; ";")) (expression_statement "*(undefined4 **)(pbVar3 + 4) = puVar10;" (assignment_expression "*(undefined4 **)(pbVar3 + 4) = puVar10" (pointer_expression "*(undefined4 **)(pbVar3 + 4)" (* "*") (cast_expression "(undefined4 **)(pbVar3 + 4)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(pbVar3 + 4)" (( "(") (binary_expression "pbVar3 + 4" (identifier "pbVar3") (+ "+") (number_literal "4")) () ")")))) (= "=") (identifier "puVar10")) (; ";")) (expression_statement "uVar14 = FUN_00024d90();" (assignment_expression "uVar14 = FUN_00024d90()" (identifier "uVar14") (= "=") (call_expression "FUN_00024d90()" (identifier "FUN_00024d90") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "*(undefined8 *)(pbVar3 + 0x10) = uVar14;" (assignment_expression "*(undefined8 *)(pbVar3 + 0x10) = uVar14" (pointer_expression "*(undefined8 *)(pbVar3 + 0x10)" (* "*") (cast_expression "(undefined8 *)(pbVar3 + 0x10)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(pbVar3 + 0x10)" (( "(") (binary_expression "pbVar3 + 0x10" (identifier "pbVar3") (+ "+") (number_literal "0x10")) () ")")))) (= "=") (identifier "uVar14")) (; ";")) (goto_statement "goto LAB_0003a7aa;" (goto "goto") (statement_identifier "LAB_0003a7aa") (; ";")) (} "}"))) (expression_statement "pbVar3 = *(byte **)(pbVar3 + 0xc);" (assignment_expression "pbVar3 = *(byte **)(pbVar3 + 0xc)" (identifier "pbVar3") (= "=") (pointer_expression "*(byte **)(pbVar3 + 0xc)" (* "*") (cast_expression "(byte **)(pbVar3 + 0xc)" (( "(") (type_descriptor "byte **" (type_identifier "byte") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(pbVar3 + 0xc)" (( "(") (binary_expression "pbVar3 + 0xc" (identifier "pbVar3") (+ "+") (number_literal "0xc")) () ")"))))) (; ";")) (expression_statement "pbVar3[1] = pbVar3[1] & 0xfd;" (assignment_expression "pbVar3[1] = pbVar3[1] & 0xfd" (subscript_expression "pbVar3[1]" (identifier "pbVar3") ([ "[") (number_literal "1") (] "]")) (= "=") (binary_expression "pbVar3[1] & 0xfd" (subscript_expression "pbVar3[1]" (identifier "pbVar3") ([ "[") (number_literal "1") (] "]")) (& "&") (number_literal "0xfd"))) (; ";")) (expression_statement "puVar11 = *(undefined4 **)(pbVar3 + 4);" (assignment_expression "puVar11 = *(undefined4 **)(pbVar3 + 4)" (identifier "puVar11") (= "=") (pointer_expression "*(undefined4 **)(pbVar3 + 4)" (* "*") (cast_expression "(undefined4 **)(pbVar3 + 4)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(pbVar3 + 4)" (( "(") (binary_expression "pbVar3 + 4" (identifier "pbVar3") (+ "+") (number_literal "4")) () ")"))))) (; ";")) (if_statement "if ((*pbVar3 & 1) == 0) goto LAB_0003a6d4;" (if "if") (parenthesized_expression "((*pbVar3 & 1) == 0)" (( "(") (binary_expression "(*pbVar3 & 1) == 0" (parenthesized_expression "(*pbVar3 & 1)" (( "(") (binary_expression "*pbVar3 & 1" (pointer_expression "*pbVar3" (* "*") (identifier "pbVar3")) (& "&") (number_literal "1")) () ")")) (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_0003a6d4;" (goto "goto") (statement_identifier "LAB_0003a6d4") (; ";"))) (if_statement "if (puVar10 == puVar11) {\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n if (*(undefined **)(*(int *)(pbVar8 + 4) + 0x14) == PTR__bfd_std_section_0006efb4 + 0xc0) {\n if (pbVar8[0x18] == 3) {\n bVar2 = PTR__bfd_std_section_0006efb4[0xd5];\n goto joined_r0x0003aae2;\n }\n }\n else {\n if (DAT_00077d90 != puVar10) goto LAB_0003a84b;\n bVar2 = *(byte *)(*(int *)(*(int *)(pbVar8 + 4) + 0x14) + 0x15);\njoined_r0x0003aae2:\n if ((bVar2 & 0x10) == 0) {\n bVar2 = *pbVar8 & 0x40;\n goto joined_r0x0003a700;\n }\n }\n bVar2 = *pbVar8 >> 6 & 1;\n goto LAB_0003a8f1;\n }" (if "if") (parenthesized_expression "(puVar10 == puVar11)" (( "(") (binary_expression "puVar10 == puVar11" (identifier "puVar10") (== "==") (identifier "puVar11")) () ")")) (compound_statement "{\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n if (*(undefined **)(*(int *)(pbVar8 + 4) + 0x14) == PTR__bfd_std_section_0006efb4 + 0xc0) {\n if (pbVar8[0x18] == 3) {\n bVar2 = PTR__bfd_std_section_0006efb4[0xd5];\n goto joined_r0x0003aae2;\n }\n }\n else {\n if (DAT_00077d90 != puVar10) goto LAB_0003a84b;\n bVar2 = *(byte *)(*(int *)(*(int *)(pbVar8 + 4) + 0x14) + 0x15);\njoined_r0x0003aae2:\n if ((bVar2 & 0x10) == 0) {\n bVar2 = *pbVar8 & 0x40;\n goto joined_r0x0003a700;\n }\n }\n bVar2 = *pbVar8 >> 6 & 1;\n goto LAB_0003a8f1;\n }" ({ "{") (expression_statement "pbVar8 = *(byte **)(pbVar3 + 0xc);" (assignment_expression "pbVar8 = *(byte **)(pbVar3 + 0xc)" (identifier "pbVar8") (= "=") (pointer_expression "*(byte **)(pbVar3 + 0xc)" (* "*") (cast_expression "(byte **)(pbVar3 + 0xc)" (( "(") (type_descriptor "byte **" (type_identifier "byte") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(pbVar3 + 0xc)" (( "(") (binary_expression "pbVar3 + 0xc" (identifier "pbVar3") (+ "+") (number_literal "0xc")) () ")"))))) (; ";")) (if_statement "if (*(undefined **)(*(int *)(pbVar8 + 4) + 0x14) == PTR__bfd_std_section_0006efb4 + 0xc0) {\n if (pbVar8[0x18] == 3) {\n bVar2 = PTR__bfd_std_section_0006efb4[0xd5];\n goto joined_r0x0003aae2;\n }\n }\n else {\n if (DAT_00077d90 != puVar10) goto LAB_0003a84b;\n bVar2 = *(byte *)(*(int *)(*(int *)(pbVar8 + 4) + 0x14) + 0x15);\njoined_r0x0003aae2:\n if ((bVar2 & 0x10) == 0) {\n bVar2 = *pbVar8 & 0x40;\n goto joined_r0x0003a700;\n }\n }" (if "if") (parenthesized_expression "(*(undefined **)(*(int *)(pbVar8 + 4) + 0x14) == PTR__bfd_std_section_0006efb4 + 0xc0)" (( "(") (binary_expression "*(undefined **)(*(int *)(pbVar8 + 4) + 0x14) == PTR__bfd_std_section_0006efb4 + 0xc0" (pointer_expression "*(undefined **)(*(int *)(pbVar8 + 4) + 0x14)" (* "*") (cast_expression "(undefined **)(*(int *)(pbVar8 + 4) + 0x14)" (( "(") (type_descriptor "undefined **" (type_identifier "undefined") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(int *)(pbVar8 + 4) + 0x14)" (( "(") (binary_expression "*(int *)(pbVar8 + 4) + 0x14" (pointer_expression "*(int *)(pbVar8 + 4)" (* "*") (cast_expression "(int *)(pbVar8 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(pbVar8 + 4)" (( "(") (binary_expression "pbVar8 + 4" (identifier "pbVar8") (+ "+") (number_literal "4")) () ")")))) (+ "+") (number_literal "0x14")) () ")")))) (== "==") (binary_expression "PTR__bfd_std_section_0006efb4 + 0xc0" (identifier "PTR__bfd_std_section_0006efb4") (+ "+") (number_literal "0xc0"))) () ")")) (compound_statement "{\n if (pbVar8[0x18] == 3) {\n bVar2 = PTR__bfd_std_section_0006efb4[0xd5];\n goto joined_r0x0003aae2;\n }\n }" ({ "{") (if_statement "if (pbVar8[0x18] == 3) {\n bVar2 = PTR__bfd_std_section_0006efb4[0xd5];\n goto joined_r0x0003aae2;\n }" (if "if") (parenthesized_expression "(pbVar8[0x18] == 3)" (( "(") (binary_expression "pbVar8[0x18] == 3" (subscript_expression "pbVar8[0x18]" (identifier "pbVar8") ([ "[") (number_literal "0x18") (] "]")) (== "==") (number_literal "3")) () ")")) (compound_statement "{\n bVar2 = PTR__bfd_std_section_0006efb4[0xd5];\n goto joined_r0x0003aae2;\n }" ({ "{") (expression_statement "bVar2 = PTR__bfd_std_section_0006efb4[0xd5];" (assignment_expression "bVar2 = PTR__bfd_std_section_0006efb4[0xd5]" (identifier "bVar2") (= "=") (subscript_expression "PTR__bfd_std_section_0006efb4[0xd5]" (identifier "PTR__bfd_std_section_0006efb4") ([ "[") (number_literal "0xd5") (] "]"))) (; ";")) (goto_statement "goto joined_r0x0003aae2;" (goto "goto") (statement_identifier "joined_r0x0003aae2") (; ";")) (} "}"))) (} "}")) (else_clause "else {\n if (DAT_00077d90 != puVar10) goto LAB_0003a84b;\n bVar2 = *(byte *)(*(int *)(*(int *)(pbVar8 + 4) + 0x14) + 0x15);\njoined_r0x0003aae2:\n if ((bVar2 & 0x10) == 0) {\n bVar2 = *pbVar8 & 0x40;\n goto joined_r0x0003a700;\n }\n }" (else "else") (compound_statement "{\n if (DAT_00077d90 != puVar10) goto LAB_0003a84b;\n bVar2 = *(byte *)(*(int *)(*(int *)(pbVar8 + 4) + 0x14) + 0x15);\njoined_r0x0003aae2:\n if ((bVar2 & 0x10) == 0) {\n bVar2 = *pbVar8 & 0x40;\n goto joined_r0x0003a700;\n }\n }" ({ "{") (if_statement "if (DAT_00077d90 != puVar10) goto LAB_0003a84b;" (if "if") (parenthesized_expression "(DAT_00077d90 != puVar10)" (( "(") (binary_expression "DAT_00077d90 != puVar10" (identifier "DAT_00077d90") (!= "!=") (identifier "puVar10")) () ")")) (goto_statement "goto LAB_0003a84b;" (goto "goto") (statement_identifier "LAB_0003a84b") (; ";"))) (expression_statement "bVar2 = *(byte *)(*(int *)(*(int *)(pbVar8 + 4) + 0x14) + 0x15);" (assignment_expression "bVar2 = *(byte *)(*(int *)(*(int *)(pbVar8 + 4) + 0x14) + 0x15)" (identifier "bVar2") (= "=") (pointer_expression "*(byte *)(*(int *)(*(int *)(pbVar8 + 4) + 0x14) + 0x15)" (* "*") (cast_expression "(byte *)(*(int *)(*(int *)(pbVar8 + 4) + 0x14) + 0x15)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(*(int *)(pbVar8 + 4) + 0x14) + 0x15)" (( "(") (binary_expression "*(int *)(*(int *)(pbVar8 + 4) + 0x14) + 0x15" (pointer_expression "*(int *)(*(int *)(pbVar8 + 4) + 0x14)" (* "*") (cast_expression "(int *)(*(int *)(pbVar8 + 4) + 0x14)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(pbVar8 + 4) + 0x14)" (( "(") (binary_expression "*(int *)(pbVar8 + 4) + 0x14" (pointer_expression "*(int *)(pbVar8 + 4)" (* "*") (cast_expression "(int *)(pbVar8 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(pbVar8 + 4)" (( "(") (binary_expression "pbVar8 + 4" (identifier "pbVar8") (+ "+") (number_literal "4")) () ")")))) (+ "+") (number_literal "0x14")) () ")")))) (+ "+") (number_literal "0x15")) () ")"))))) (; ";")) (labeled_statement "joined_r0x0003aae2:\n if ((bVar2 & 0x10) == 0) {\n bVar2 = *pbVar8 & 0x40;\n goto joined_r0x0003a700;\n }" (statement_identifier "joined_r0x0003aae2") (: ":") (if_statement "if ((bVar2 & 0x10) == 0) {\n bVar2 = *pbVar8 & 0x40;\n goto joined_r0x0003a700;\n }" (if "if") (parenthesized_expression "((bVar2 & 0x10) == 0)" (( "(") (binary_expression "(bVar2 & 0x10) == 0" (parenthesized_expression "(bVar2 & 0x10)" (( "(") (binary_expression "bVar2 & 0x10" (identifier "bVar2") (& "&") (number_literal "0x10")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n bVar2 = *pbVar8 & 0x40;\n goto joined_r0x0003a700;\n }" ({ "{") (expression_statement "bVar2 = *pbVar8 & 0x40;" (assignment_expression "bVar2 = *pbVar8 & 0x40" (identifier "bVar2") (= "=") (binary_expression "*pbVar8 & 0x40" (pointer_expression "*pbVar8" (* "*") (identifier "pbVar8")) (& "&") (number_literal "0x40"))) (; ";")) (goto_statement "goto joined_r0x0003a700;" (goto "goto") (statement_identifier "joined_r0x0003a700") (; ";")) (} "}")))) (} "}")))) (expression_statement "bVar2 = *pbVar8 >> 6 & 1;" (assignment_expression "bVar2 = *pbVar8 >> 6 & 1" (identifier "bVar2") (= "=") (binary_expression "*pbVar8 >> 6 & 1" (binary_expression "*pbVar8 >> 6" (pointer_expression "*pbVar8" (* "*") (identifier "pbVar8")) (>> ">>") (number_literal "6")) (& "&") (number_literal "1"))) (; ";")) (goto_statement "goto LAB_0003a8f1;" (goto "goto") (statement_identifier "LAB_0003a8f1") (; ";")) (} "}"))) (expression_statement "puVar12 = PTR__bfd_std_section_0006efb4;" (assignment_expression "puVar12 = PTR__bfd_std_section_0006efb4" (identifier "puVar12") (= "=") (identifier "PTR__bfd_std_section_0006efb4")) (; ";")) (if_statement "if (puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)) goto LAB_0003a84b;" (if "if") (parenthesized_expression "(puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0))" (( "(") (binary_expression "puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)" (identifier "puVar11") (!= "!=") (cast_expression "(undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(PTR__bfd_std_section_0006efb4 + 0xc0)" (( "(") (binary_expression "PTR__bfd_std_section_0006efb4 + 0xc0" (identifier "PTR__bfd_std_section_0006efb4") (+ "+") (number_literal "0xc0")) () ")")))) () ")")) (goto_statement "goto LAB_0003a84b;" (goto "goto") (statement_identifier "LAB_0003a84b") (; ";"))) (} "}")))) (labeled_statement "LAB_0003a8f9:\n lVar13 = FUN_00039db0();" (statement_identifier "LAB_0003a8f9") (: ":") (expression_statement "lVar13 = FUN_00039db0();" (assignment_expression "lVar13 = FUN_00039db0()" (identifier "lVar13") (= "=") (call_expression "FUN_00039db0()" (identifier "FUN_00039db0") (argument_list "()" (( "(") () ")")))) (; ";"))) (if_statement "if (lVar13 == 0) {\nLAB_0003a9d0:\n FUN_00038b40();\n goto LAB_0003a7aa;\n }" (if "if") (parenthesized_expression "(lVar13 == 0)" (( "(") (binary_expression "lVar13 == 0" (identifier "lVar13") (== "==") (number_literal "0")) () ")")) (compound_statement "{\nLAB_0003a9d0:\n FUN_00038b40();\n goto LAB_0003a7aa;\n }" ({ "{") (labeled_statement "LAB_0003a9d0:\n FUN_00038b40();" (statement_identifier "LAB_0003a9d0") (: ":") (expression_statement "FUN_00038b40();" (call_expression "FUN_00038b40()" (identifier "FUN_00038b40") (argument_list "()" (( "(") () ")"))) (; ";"))) (goto_statement "goto LAB_0003a7aa;" (goto "goto") (statement_identifier "LAB_0003a7aa") (; ";")) (} "}"))) (expression_statement "puVar10 = *(undefined4 **)(pbVar3 + 4);" (assignment_expression "puVar10 = *(undefined4 **)(pbVar3 + 4)" (identifier "puVar10") (= "=") (pointer_expression "*(undefined4 **)(pbVar3 + 4)" (* "*") (cast_expression "(undefined4 **)(pbVar3 + 4)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(pbVar3 + 4)" (( "(") (binary_expression "pbVar3 + 4" (identifier "pbVar3") (+ "+") (number_literal "4")) () ")"))))) (; ";")) (expression_statement "local_24 = *pbVar3 & 1;" (assignment_expression "local_24 = *pbVar3 & 1" (identifier "local_24") (= "=") (binary_expression "*pbVar3 & 1" (pointer_expression "*pbVar3" (* "*") (identifier "pbVar3")) (& "&") (number_literal "1"))) (; ";")) (if_statement "if ((*pbVar3 & 1) == 0) {\n puVar11 = (undefined4 *)puVar10[5];\n if ((*(byte *)(puVar10 + 4) & 4) != 0) goto LAB_0003a939;\n if (puVar11 == (undefined4 *)(puVar12 + 0xc0)) {\n iVar9 = FUN_000380a0(pbVar3);\n }\n else {\n if ((*(byte *)((int)puVar11 + 0x15) & 0x10) == 0) goto LAB_0003a939;\n iVar9 = FUN_000380a0(pbVar3);\n }\n if (iVar9 == 0) goto LAB_0003a939;\nLAB_0003aa3c:\n if (DAT_00077cfc == DAT_00077d70) goto LAB_0003a9d0;\n if (DAT_00077cfc != DAT_00077cec) {\n if (local_24 == 0) {\nLAB_0003aa6f:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (puVar10 == DAT_00077d90) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003aa6f;\n }\n if (DAT_00077cfc != puVar10) goto LAB_0003a947;\n }\n uVar14 = FUN_00039db0();\n uVar7 = FUN_00024d90();\n if ((uint)((ulonglong)uVar14 >> 0x20) < (uint)((uint)uVar14 < uVar7)) {\n uVar14 = FUN_00024d90();\n FUN_00037fc0(pbVar3,uVar14);\n }\n goto LAB_0003a7aa;\n }" (if "if") (parenthesized_expression "((*pbVar3 & 1) == 0)" (( "(") (binary_expression "(*pbVar3 & 1) == 0" (parenthesized_expression "(*pbVar3 & 1)" (( "(") (binary_expression "*pbVar3 & 1" (pointer_expression "*pbVar3" (* "*") (identifier "pbVar3")) (& "&") (number_literal "1")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n puVar11 = (undefined4 *)puVar10[5];\n if ((*(byte *)(puVar10 + 4) & 4) != 0) goto LAB_0003a939;\n if (puVar11 == (undefined4 *)(puVar12 + 0xc0)) {\n iVar9 = FUN_000380a0(pbVar3);\n }\n else {\n if ((*(byte *)((int)puVar11 + 0x15) & 0x10) == 0) goto LAB_0003a939;\n iVar9 = FUN_000380a0(pbVar3);\n }\n if (iVar9 == 0) goto LAB_0003a939;\nLAB_0003aa3c:\n if (DAT_00077cfc == DAT_00077d70) goto LAB_0003a9d0;\n if (DAT_00077cfc != DAT_00077cec) {\n if (local_24 == 0) {\nLAB_0003aa6f:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (puVar10 == DAT_00077d90) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003aa6f;\n }\n if (DAT_00077cfc != puVar10) goto LAB_0003a947;\n }\n uVar14 = FUN_00039db0();\n uVar7 = FUN_00024d90();\n if ((uint)((ulonglong)uVar14 >> 0x20) < (uint)((uint)uVar14 < uVar7)) {\n uVar14 = FUN_00024d90();\n FUN_00037fc0(pbVar3,uVar14);\n }\n goto LAB_0003a7aa;\n }" ({ "{") (expression_statement "puVar11 = (undefined4 *)puVar10[5];" (assignment_expression "puVar11 = (undefined4 *)puVar10[5]" (identifier "puVar11") (= "=") (cast_expression "(undefined4 *)puVar10[5]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "puVar10[5]" (identifier "puVar10") ([ "[") (number_literal "5") (] "]")))) (; ";")) (if_statement "if ((*(byte *)(puVar10 + 4) & 4) != 0) goto LAB_0003a939;" (if "if") (parenthesized_expression "((*(byte *)(puVar10 + 4) & 4) != 0)" (( "(") (binary_expression "(*(byte *)(puVar10 + 4) & 4) != 0" (parenthesized_expression "(*(byte *)(puVar10 + 4) & 4)" (( "(") (binary_expression "*(byte *)(puVar10 + 4) & 4" (pointer_expression "*(byte *)(puVar10 + 4)" (* "*") (cast_expression "(byte *)(puVar10 + 4)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar10 + 4)" (( "(") (binary_expression "puVar10 + 4" (identifier "puVar10") (+ "+") (number_literal "4")) () ")")))) (& "&") (number_literal "4")) () ")")) (!= "!=") (number_literal "0")) () ")")) (goto_statement "goto LAB_0003a939;" (goto "goto") (statement_identifier "LAB_0003a939") (; ";"))) (if_statement "if (puVar11 == (undefined4 *)(puVar12 + 0xc0)) {\n iVar9 = FUN_000380a0(pbVar3);\n }\n else {\n if ((*(byte *)((int)puVar11 + 0x15) & 0x10) == 0) goto LAB_0003a939;\n iVar9 = FUN_000380a0(pbVar3);\n }" (if "if") (parenthesized_expression "(puVar11 == (undefined4 *)(puVar12 + 0xc0))" (( "(") (binary_expression "puVar11 == (undefined4 *)(puVar12 + 0xc0)" (identifier "puVar11") (== "==") (cast_expression "(undefined4 *)(puVar12 + 0xc0)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar12 + 0xc0)" (( "(") (binary_expression "puVar12 + 0xc0" (identifier "puVar12") (+ "+") (number_literal "0xc0")) () ")")))) () ")")) (compound_statement "{\n iVar9 = FUN_000380a0(pbVar3);\n }" ({ "{") (expression_statement "iVar9 = FUN_000380a0(pbVar3);" (assignment_expression "iVar9 = FUN_000380a0(pbVar3)" (identifier "iVar9") (= "=") (call_expression "FUN_000380a0(pbVar3)" (identifier "FUN_000380a0") (argument_list "(pbVar3)" (( "(") (identifier "pbVar3") () ")")))) (; ";")) (} "}")) (else_clause "else {\n if ((*(byte *)((int)puVar11 + 0x15) & 0x10) == 0) goto LAB_0003a939;\n iVar9 = FUN_000380a0(pbVar3);\n }" (else "else") (compound_statement "{\n if ((*(byte *)((int)puVar11 + 0x15) & 0x10) == 0) goto LAB_0003a939;\n iVar9 = FUN_000380a0(pbVar3);\n }" ({ "{") (if_statement "if ((*(byte *)((int)puVar11 + 0x15) & 0x10) == 0) goto LAB_0003a939;" (if "if") (parenthesized_expression "((*(byte *)((int)puVar11 + 0x15) & 0x10) == 0)" (( "(") (binary_expression "(*(byte *)((int)puVar11 + 0x15) & 0x10) == 0" (parenthesized_expression "(*(byte *)((int)puVar11 + 0x15) & 0x10)" (( "(") (binary_expression "*(byte *)((int)puVar11 + 0x15) & 0x10" (pointer_expression "*(byte *)((int)puVar11 + 0x15)" (* "*") (cast_expression "(byte *)((int)puVar11 + 0x15)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)puVar11 + 0x15)" (( "(") (binary_expression "(int)puVar11 + 0x15" (cast_expression "(int)puVar11" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "puVar11")) (+ "+") (number_literal "0x15")) () ")")))) (& "&") (number_literal "0x10")) () ")")) (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_0003a939;" (goto "goto") (statement_identifier "LAB_0003a939") (; ";"))) (expression_statement "iVar9 = FUN_000380a0(pbVar3);" (assignment_expression "iVar9 = FUN_000380a0(pbVar3)" (identifier "iVar9") (= "=") (call_expression "FUN_000380a0(pbVar3)" (identifier "FUN_000380a0") (argument_list "(pbVar3)" (( "(") (identifier "pbVar3") () ")")))) (; ";")) (} "}")))) (if_statement "if (iVar9 == 0) goto LAB_0003a939;" (if "if") (parenthesized_expression "(iVar9 == 0)" (( "(") (binary_expression "iVar9 == 0" (identifier "iVar9") (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_0003a939;" (goto "goto") (statement_identifier "LAB_0003a939") (; ";"))) (labeled_statement "LAB_0003aa3c:\n if (DAT_00077cfc == DAT_00077d70) goto LAB_0003a9d0;" (statement_identifier "LAB_0003aa3c") (: ":") (if_statement "if (DAT_00077cfc == DAT_00077d70) goto LAB_0003a9d0;" (if "if") (parenthesized_expression "(DAT_00077cfc == DAT_00077d70)" (( "(") (binary_expression "DAT_00077cfc == DAT_00077d70" (identifier "DAT_00077cfc") (== "==") (identifier "DAT_00077d70")) () ")")) (goto_statement "goto LAB_0003a9d0;" (goto "goto") (statement_identifier "LAB_0003a9d0") (; ";")))) (if_statement "if (DAT_00077cfc != DAT_00077cec) {\n if (local_24 == 0) {\nLAB_0003aa6f:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (puVar10 == DAT_00077d90) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003aa6f;\n }\n if (DAT_00077cfc != puVar10) goto LAB_0003a947;\n }" (if "if") (parenthesized_expression "(DAT_00077cfc != DAT_00077cec)" (( "(") (binary_expression "DAT_00077cfc != DAT_00077cec" (identifier "DAT_00077cfc") (!= "!=") (identifier "DAT_00077cec")) () ")")) (compound_statement "{\n if (local_24 == 0) {\nLAB_0003aa6f:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (puVar10 == DAT_00077d90) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003aa6f;\n }\n if (DAT_00077cfc != puVar10) goto LAB_0003a947;\n }" ({ "{") (if_statement "if (local_24 == 0) {\nLAB_0003aa6f:\n puVar10 = (undefined4 *)puVar10[5];\n }\n else if (puVar10 == DAT_00077d90) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003aa6f;\n }" (if "if") (parenthesized_expression "(local_24 == 0)" (( "(") (binary_expression "local_24 == 0" (identifier "local_24") (== "==") (number_literal "0")) () ")")) (compound_statement "{\nLAB_0003aa6f:\n puVar10 = (undefined4 *)puVar10[5];\n }" ({ "{") (labeled_statement "LAB_0003aa6f:\n puVar10 = (undefined4 *)puVar10[5];" (statement_identifier "LAB_0003aa6f") (: ":") (expression_statement "puVar10 = (undefined4 *)puVar10[5];" (assignment_expression "puVar10 = (undefined4 *)puVar10[5]" (identifier "puVar10") (= "=") (cast_expression "(undefined4 *)puVar10[5]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "puVar10[5]" (identifier "puVar10") ([ "[") (number_literal "5") (] "]")))) (; ";"))) (} "}")) (else_clause "else if (puVar10 == DAT_00077d90) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003aa6f;\n }" (else "else") (if_statement "if (puVar10 == DAT_00077d90) {\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003aa6f;\n }" (if "if") (parenthesized_expression "(puVar10 == DAT_00077d90)" (( "(") (binary_expression "puVar10 == DAT_00077d90" (identifier "puVar10") (== "==") (identifier "DAT_00077d90")) () ")")) (compound_statement "{\n puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);\n goto LAB_0003aa6f;\n }" ({ "{") (expression_statement "puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4);" (assignment_expression "puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4)" (identifier "puVar10") (= "=") (pointer_expression "*(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4)" (* "*") (cast_expression "(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(int *)(pbVar3 + 0xc) + 4)" (( "(") (binary_expression "*(int *)(pbVar3 + 0xc) + 4" (pointer_expression "*(int *)(pbVar3 + 0xc)" (* "*") (cast_expression "(int *)(pbVar3 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(pbVar3 + 0xc)" (( "(") (binary_expression "pbVar3 + 0xc" (identifier "pbVar3") (+ "+") (number_literal "0xc")) () ")")))) (+ "+") (number_literal "4")) () ")"))))) (; ";")) (goto_statement "goto LAB_0003aa6f;" (goto "goto") (statement_identifier "LAB_0003aa6f") (; ";")) (} "}"))))) (if_statement "if (DAT_00077cfc != puVar10) goto LAB_0003a947;" (if "if") (parenthesized_expression "(DAT_00077cfc != puVar10)" (( "(") (binary_expression "DAT_00077cfc != puVar10" (identifier "DAT_00077cfc") (!= "!=") (identifier "puVar10")) () ")")) (goto_statement "goto LAB_0003a947;" (goto "goto") (statement_identifier "LAB_0003a947") (; ";"))) (} "}"))) (expression_statement "uVar14 = FUN_00039db0();" (assignment_expression "uVar14 = FUN_00039db0()" (identifier "uVar14") (= "=") (call_expression "FUN_00039db0()" (identifier "FUN_00039db0") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "uVar7 = FUN_00024d90();" (assignment_expression "uVar7 = FUN_00024d90()" (identifier "uVar7") (= "=") (call_expression "FUN_00024d90()" (identifier "FUN_00024d90") (argument_list "()" (( "(") () ")")))) (; ";")) (if_statement "if ((uint)((ulonglong)uVar14 >> 0x20) < (uint)((uint)uVar14 < uVar7)) {\n uVar14 = FUN_00024d90();\n FUN_00037fc0(pbVar3,uVar14);\n }" (if "if") (parenthesized_expression "((uint)((ulonglong)uVar14 >> 0x20) < (uint)((uint)uVar14 < uVar7))" (( "(") (binary_expression "(uint)((ulonglong)uVar14 >> 0x20) < (uint)((uint)uVar14 < uVar7)" (call_expression "(uint)((ulonglong)uVar14 >> 0x20)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "((ulonglong)uVar14 >> 0x20)" (( "(") (binary_expression "(ulonglong)uVar14 >> 0x20" (cast_expression "(ulonglong)uVar14" (( "(") (type_descriptor "ulonglong" (type_identifier "ulonglong")) () ")") (identifier "uVar14")) (>> ">>") (number_literal "0x20")) () ")"))) (< "<") (call_expression "(uint)((uint)uVar14 < uVar7)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "((uint)uVar14 < uVar7)" (( "(") (binary_expression "(uint)uVar14 < uVar7" (cast_expression "(uint)uVar14" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "uVar14")) (< "<") (identifier "uVar7")) () ")")))) () ")")) (compound_statement "{\n uVar14 = FUN_00024d90();\n FUN_00037fc0(pbVar3,uVar14);\n }" ({ "{") (expression_statement "uVar14 = FUN_00024d90();" (assignment_expression "uVar14 = FUN_00024d90()" (identifier "uVar14") (= "=") (call_expression "FUN_00024d90()" (identifier "FUN_00024d90") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "FUN_00037fc0(pbVar3,uVar14);" (call_expression "FUN_00037fc0(pbVar3,uVar14)" (identifier "FUN_00037fc0") (argument_list "(pbVar3,uVar14)" (( "(") (identifier "pbVar3") (, ",") (identifier "uVar14") () ")"))) (; ";")) (} "}"))) (goto_statement "goto LAB_0003a7aa;" (goto "goto") (statement_identifier "LAB_0003a7aa") (; ";")) (} "}"))) (if_statement "if (puVar10 == DAT_00077d90) {\n puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14);\n if (((*(byte *)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x10) & 4) == 0) &&\n ((puVar11 == (undefined4 *)(puVar12 + 0xc0) || ((*(byte *)((int)puVar11 + 0x15) & 0x10) != 0)\n ))) goto LAB_0003ab3f;\n }\n else {\n puVar11 = puVar10;\n if (puVar10 == (undefined4 *)(puVar12 + 0xc0)) {\nLAB_0003ab3f:\n iVar9 = FUN_000380a0(pbVar3);\n if (iVar9 != 0) goto LAB_0003aa3c;\n puVar11 = puVar10;\n if (puVar10 == DAT_00077d90) {\n puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14);\n }\n }\n }" (if "if") (parenthesized_expression "(puVar10 == DAT_00077d90)" (( "(") (binary_expression "puVar10 == DAT_00077d90" (identifier "puVar10") (== "==") (identifier "DAT_00077d90")) () ")")) (compound_statement "{\n puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14);\n if (((*(byte *)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x10) & 4) == 0) &&\n ((puVar11 == (undefined4 *)(puVar12 + 0xc0) || ((*(byte *)((int)puVar11 + 0x15) & 0x10) != 0)\n ))) goto LAB_0003ab3f;\n }" ({ "{") (expression_statement "puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14);" (assignment_expression "puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14)" (identifier "puVar11") (= "=") (pointer_expression "*(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14)" (* "*") (cast_expression "(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14)" (( "(") (binary_expression "*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14" (pointer_expression "*(int *)(*(int *)(pbVar3 + 0xc) + 4)" (* "*") (cast_expression "(int *)(*(int *)(pbVar3 + 0xc) + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(pbVar3 + 0xc) + 4)" (( "(") (binary_expression "*(int *)(pbVar3 + 0xc) + 4" (pointer_expression "*(int *)(pbVar3 + 0xc)" (* "*") (cast_expression "(int *)(pbVar3 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(pbVar3 + 0xc)" (( "(") (binary_expression "pbVar3 + 0xc" (identifier "pbVar3") (+ "+") (number_literal "0xc")) () ")")))) (+ "+") (number_literal "4")) () ")")))) (+ "+") (number_literal "0x14")) () ")"))))) (; ";")) (if_statement "if (((*(byte *)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x10) & 4) == 0) &&\n ((puVar11 == (undefined4 *)(puVar12 + 0xc0) || ((*(byte *)((int)puVar11 + 0x15) & 0x10) != 0)\n ))) goto LAB_0003ab3f;" (if "if") (parenthesized_expression "(((*(byte *)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x10) & 4) == 0) &&\n ((puVar11 == (undefined4 *)(puVar12 + 0xc0) || ((*(byte *)((int)puVar11 + 0x15) & 0x10) != 0)\n )))" (( "(") (binary_expression "((*(byte *)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x10) & 4) == 0) &&\n ((puVar11 == (undefined4 *)(puVar12 + 0xc0) || ((*(byte *)((int)puVar11 + 0x15) & 0x10) != 0)\n ))" (parenthesized_expression "((*(byte *)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x10) & 4) == 0)" (( "(") (binary_expression "(*(byte *)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x10) & 4) == 0" (parenthesized_expression "(*(byte *)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x10) & 4)" (( "(") (binary_expression "*(byte *)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x10) & 4" (pointer_expression "*(byte *)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x10)" (* "*") (cast_expression "(byte *)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x10)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x10)" (( "(") (binary_expression "*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x10" (pointer_expression "*(int *)(*(int *)(pbVar3 + 0xc) + 4)" (* "*") (cast_expression "(int *)(*(int *)(pbVar3 + 0xc) + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(pbVar3 + 0xc) + 4)" (( "(") (binary_expression "*(int *)(pbVar3 + 0xc) + 4" (pointer_expression "*(int *)(pbVar3 + 0xc)" (* "*") (cast_expression "(int *)(pbVar3 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(pbVar3 + 0xc)" (( "(") (binary_expression "pbVar3 + 0xc" (identifier "pbVar3") (+ "+") (number_literal "0xc")) () ")")))) (+ "+") (number_literal "4")) () ")")))) (+ "+") (number_literal "0x10")) () ")")))) (& "&") (number_literal "4")) () ")")) (== "==") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "((puVar11 == (undefined4 *)(puVar12 + 0xc0) || ((*(byte *)((int)puVar11 + 0x15) & 0x10) != 0)\n ))" (( "(") (parenthesized_expression "(puVar11 == (undefined4 *)(puVar12 + 0xc0) || ((*(byte *)((int)puVar11 + 0x15) & 0x10) != 0)\n )" (( "(") (binary_expression "puVar11 == (undefined4 *)(puVar12 + 0xc0) || ((*(byte *)((int)puVar11 + 0x15) & 0x10) != 0)" (binary_expression "puVar11 == (undefined4 *)(puVar12 + 0xc0)" (identifier "puVar11") (== "==") (cast_expression "(undefined4 *)(puVar12 + 0xc0)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar12 + 0xc0)" (( "(") (binary_expression "puVar12 + 0xc0" (identifier "puVar12") (+ "+") (number_literal "0xc0")) () ")")))) (|| "||") (parenthesized_expression "((*(byte *)((int)puVar11 + 0x15) & 0x10) != 0)" (( "(") (binary_expression "(*(byte *)((int)puVar11 + 0x15) & 0x10) != 0" (parenthesized_expression "(*(byte *)((int)puVar11 + 0x15) & 0x10)" (( "(") (binary_expression "*(byte *)((int)puVar11 + 0x15) & 0x10" (pointer_expression "*(byte *)((int)puVar11 + 0x15)" (* "*") (cast_expression "(byte *)((int)puVar11 + 0x15)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)puVar11 + 0x15)" (( "(") (binary_expression "(int)puVar11 + 0x15" (cast_expression "(int)puVar11" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "puVar11")) (+ "+") (number_literal "0x15")) () ")")))) (& "&") (number_literal "0x10")) () ")")) (!= "!=") (number_literal "0")) () ")"))) () ")")) () ")"))) () ")")) (goto_statement "goto LAB_0003ab3f;" (goto "goto") (statement_identifier "LAB_0003ab3f") (; ";"))) (} "}")) (else_clause "else {\n puVar11 = puVar10;\n if (puVar10 == (undefined4 *)(puVar12 + 0xc0)) {\nLAB_0003ab3f:\n iVar9 = FUN_000380a0(pbVar3);\n if (iVar9 != 0) goto LAB_0003aa3c;\n puVar11 = puVar10;\n if (puVar10 == DAT_00077d90) {\n puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14);\n }\n }\n }" (else "else") (compound_statement "{\n puVar11 = puVar10;\n if (puVar10 == (undefined4 *)(puVar12 + 0xc0)) {\nLAB_0003ab3f:\n iVar9 = FUN_000380a0(pbVar3);\n if (iVar9 != 0) goto LAB_0003aa3c;\n puVar11 = puVar10;\n if (puVar10 == DAT_00077d90) {\n puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14);\n }\n }\n }" ({ "{") (expression_statement "puVar11 = puVar10;" (assignment_expression "puVar11 = puVar10" (identifier "puVar11") (= "=") (identifier "puVar10")) (; ";")) (if_statement "if (puVar10 == (undefined4 *)(puVar12 + 0xc0)) {\nLAB_0003ab3f:\n iVar9 = FUN_000380a0(pbVar3);\n if (iVar9 != 0) goto LAB_0003aa3c;\n puVar11 = puVar10;\n if (puVar10 == DAT_00077d90) {\n puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14);\n }\n }" (if "if") (parenthesized_expression "(puVar10 == (undefined4 *)(puVar12 + 0xc0))" (( "(") (binary_expression "puVar10 == (undefined4 *)(puVar12 + 0xc0)" (identifier "puVar10") (== "==") (cast_expression "(undefined4 *)(puVar12 + 0xc0)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar12 + 0xc0)" (( "(") (binary_expression "puVar12 + 0xc0" (identifier "puVar12") (+ "+") (number_literal "0xc0")) () ")")))) () ")")) (compound_statement "{\nLAB_0003ab3f:\n iVar9 = FUN_000380a0(pbVar3);\n if (iVar9 != 0) goto LAB_0003aa3c;\n puVar11 = puVar10;\n if (puVar10 == DAT_00077d90) {\n puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14);\n }\n }" ({ "{") (labeled_statement "LAB_0003ab3f:\n iVar9 = FUN_000380a0(pbVar3);" (statement_identifier "LAB_0003ab3f") (: ":") (expression_statement "iVar9 = FUN_000380a0(pbVar3);" (assignment_expression "iVar9 = FUN_000380a0(pbVar3)" (identifier "iVar9") (= "=") (call_expression "FUN_000380a0(pbVar3)" (identifier "FUN_000380a0") (argument_list "(pbVar3)" (( "(") (identifier "pbVar3") () ")")))) (; ";"))) (if_statement "if (iVar9 != 0) goto LAB_0003aa3c;" (if "if") (parenthesized_expression "(iVar9 != 0)" (( "(") (binary_expression "iVar9 != 0" (identifier "iVar9") (!= "!=") (number_literal "0")) () ")")) (goto_statement "goto LAB_0003aa3c;" (goto "goto") (statement_identifier "LAB_0003aa3c") (; ";"))) (expression_statement "puVar11 = puVar10;" (assignment_expression "puVar11 = puVar10" (identifier "puVar11") (= "=") (identifier "puVar10")) (; ";")) (if_statement "if (puVar10 == DAT_00077d90) {\n puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14);\n }" (if "if") (parenthesized_expression "(puVar10 == DAT_00077d90)" (( "(") (binary_expression "puVar10 == DAT_00077d90" (identifier "puVar10") (== "==") (identifier "DAT_00077d90")) () ")")) (compound_statement "{\n puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14);\n }" ({ "{") (expression_statement "puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14);" (assignment_expression "puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14)" (identifier "puVar11") (= "=") (pointer_expression "*(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14)" (* "*") (cast_expression "(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14)" (( "(") (binary_expression "*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14" (pointer_expression "*(int *)(*(int *)(pbVar3 + 0xc) + 4)" (* "*") (cast_expression "(int *)(*(int *)(pbVar3 + 0xc) + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(pbVar3 + 0xc) + 4)" (( "(") (binary_expression "*(int *)(pbVar3 + 0xc) + 4" (pointer_expression "*(int *)(pbVar3 + 0xc)" (* "*") (cast_expression "(int *)(pbVar3 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(pbVar3 + 0xc)" (( "(") (binary_expression "pbVar3 + 0xc" (identifier "pbVar3") (+ "+") (number_literal "0xc")) () ")")))) (+ "+") (number_literal "4")) () ")")))) (+ "+") (number_literal "0x14")) () ")"))))) (; ";")) (} "}"))) (} "}"))) (} "}")))) (labeled_statement "LAB_0003a939:\n if (DAT_00077cec == puVar11) goto LAB_0003aa3c;" (statement_identifier "LAB_0003a939") (: ":") (if_statement "if (DAT_00077cec == puVar11) goto LAB_0003aa3c;" (if "if") (parenthesized_expression "(DAT_00077cec == puVar11)" (( "(") (binary_expression "DAT_00077cec == puVar11" (identifier "DAT_00077cec") (== "==") (identifier "puVar11")) () ")")) (goto_statement "goto LAB_0003aa3c;" (goto "goto") (statement_identifier "LAB_0003aa3c") (; ";")))) (labeled_statement "LAB_0003a947:\n uVar4 = FUN_00039db0();" (statement_identifier "LAB_0003a947") (: ":") (expression_statement "uVar4 = FUN_00039db0();" (assignment_expression "uVar4 = FUN_00039db0()" (identifier "uVar4") (= "=") (call_expression "FUN_00039db0()" (identifier "FUN_00039db0") (argument_list "()" (( "(") () ")")))) (; ";"))) (expression_statement "pbVar8 = pbVar3;" (assignment_expression "pbVar8 = pbVar3" (identifier "pbVar8") (= "=") (identifier "pbVar3")) (; ";")) (if_statement "if ((*pbVar3 & 1) == 0) {\nLAB_0003aac2:\n puVar10 = *(undefined4 **)(*(int *)(pbVar8 + 4) + 0x14);\n }\n else {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if (puVar10 == DAT_00077d90) {\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n goto LAB_0003aac2;\n }\n }" (if "if") (parenthesized_expression "((*pbVar3 & 1) == 0)" (( "(") (binary_expression "(*pbVar3 & 1) == 0" (parenthesized_expression "(*pbVar3 & 1)" (( "(") (binary_expression "*pbVar3 & 1" (pointer_expression "*pbVar3" (* "*") (identifier "pbVar3")) (& "&") (number_literal "1")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\nLAB_0003aac2:\n puVar10 = *(undefined4 **)(*(int *)(pbVar8 + 4) + 0x14);\n }" ({ "{") (labeled_statement "LAB_0003aac2:\n puVar10 = *(undefined4 **)(*(int *)(pbVar8 + 4) + 0x14);" (statement_identifier "LAB_0003aac2") (: ":") (expression_statement "puVar10 = *(undefined4 **)(*(int *)(pbVar8 + 4) + 0x14);" (assignment_expression "puVar10 = *(undefined4 **)(*(int *)(pbVar8 + 4) + 0x14)" (identifier "puVar10") (= "=") (pointer_expression "*(undefined4 **)(*(int *)(pbVar8 + 4) + 0x14)" (* "*") (cast_expression "(undefined4 **)(*(int *)(pbVar8 + 4) + 0x14)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(int *)(pbVar8 + 4) + 0x14)" (( "(") (binary_expression "*(int *)(pbVar8 + 4) + 0x14" (pointer_expression "*(int *)(pbVar8 + 4)" (* "*") (cast_expression "(int *)(pbVar8 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(pbVar8 + 4)" (( "(") (binary_expression "pbVar8 + 4" (identifier "pbVar8") (+ "+") (number_literal "4")) () ")")))) (+ "+") (number_literal "0x14")) () ")"))))) (; ";"))) (} "}")) (else_clause "else {\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if (puVar10 == DAT_00077d90) {\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n goto LAB_0003aac2;\n }\n }" (else "else") (compound_statement "{\n puVar10 = *(undefined4 **)(pbVar3 + 4);\n if (puVar10 == DAT_00077d90) {\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n goto LAB_0003aac2;\n }\n }" ({ "{") (expression_statement "puVar10 = *(undefined4 **)(pbVar3 + 4);" (assignment_expression "puVar10 = *(undefined4 **)(pbVar3 + 4)" (identifier "puVar10") (= "=") (pointer_expression "*(undefined4 **)(pbVar3 + 4)" (* "*") (cast_expression "(undefined4 **)(pbVar3 + 4)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(pbVar3 + 4)" (( "(") (binary_expression "pbVar3 + 4" (identifier "pbVar3") (+ "+") (number_literal "4")) () ")"))))) (; ";")) (if_statement "if (puVar10 == DAT_00077d90) {\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n goto LAB_0003aac2;\n }" (if "if") (parenthesized_expression "(puVar10 == DAT_00077d90)" (( "(") (binary_expression "puVar10 == DAT_00077d90" (identifier "puVar10") (== "==") (identifier "DAT_00077d90")) () ")")) (compound_statement "{\n pbVar8 = *(byte **)(pbVar3 + 0xc);\n goto LAB_0003aac2;\n }" ({ "{") (expression_statement "pbVar8 = *(byte **)(pbVar3 + 0xc);" (assignment_expression "pbVar8 = *(byte **)(pbVar3 + 0xc)" (identifier "pbVar8") (= "=") (pointer_expression "*(byte **)(pbVar3 + 0xc)" (* "*") (cast_expression "(byte **)(pbVar3 + 0xc)" (( "(") (type_descriptor "byte **" (type_identifier "byte") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(pbVar3 + 0xc)" (( "(") (binary_expression "pbVar3 + 0xc" (identifier "pbVar3") (+ "+") (number_literal "0xc")) () ")"))))) (; ";")) (goto_statement "goto LAB_0003aac2;" (goto "goto") (statement_identifier "LAB_0003aac2") (; ";")) (} "}"))) (} "}")))) (expression_statement "uVar1 = *puVar10;" (assignment_expression "uVar1 = *puVar10" (identifier "uVar1") (= "=") (pointer_expression "*puVar10" (* "*") (identifier "puVar10"))) (; ";")) (expression_statement "uVar6 = dcgettext(0,"symbol `%s\' is already defined as \"%s\"/%s%ld",5);" (assignment_expression "uVar6 = dcgettext(0,"symbol `%s\' is already defined as \"%s\"/%s%ld",5)" (identifier "uVar6") (= "=") (call_expression "dcgettext(0,"symbol `%s\' is already defined as \"%s\"/%s%ld",5)" (identifier "dcgettext") (argument_list "(0,"symbol `%s\' is already defined as \"%s\"/%s%ld",5)" (( "(") (number_literal "0") (, ",") (string_literal ""symbol `%s\' is already defined as \"%s\"/%s%ld"" (" """) (string_content "symbol `%s") (escape_sequence "\'") (string_content " is already defined as ") (escape_sequence "\"") (string_content "%s") (escape_sequence "\"") (string_content "/%s%ld") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "FUN_0002bd30(uVar6,param_1,uVar1,&DAT_00050b45,uVar4);" (call_expression "FUN_0002bd30(uVar6,param_1,uVar1,&DAT_00050b45,uVar4)" (identifier "FUN_0002bd30") (argument_list "(uVar6,param_1,uVar1,&DAT_00050b45,uVar4)" (( "(") (identifier "uVar6") (, ",") (identifier "param_1") (, ",") (identifier "uVar1") (, ",") (pointer_expression "&DAT_00050b45" (& "&") (identifier "DAT_00050b45")) (, ",") (identifier "uVar4") () ")"))) (; ";")) (labeled_statement "LAB_0003a7aa:\n if (DAT_00077ee0 != 0) {\n if ((*pbVar3 & 1) != 0) {\n if (*(undefined4 **)(pbVar3 + 4) == DAT_00077d90) {\n pbVar3 = *(byte **)(pbVar3 + 0xc);\n }\n else {\n pbVar3 = (byte *)FUN_00038910();\n }\n }\n iVar9 = DAT_00077ee0;\n pbVar3[0x18] = 3;\n *(int *)(pbVar3 + 8) = iVar9;\n uVar14 = FUN_00039db0();\n *(undefined8 *)(pbVar3 + 0x10) = uVar14;\n *(undefined **)(pbVar3 + 0x24) = &DAT_00077d20;\n FUN_00038690(pbVar3,DAT_00077ce0);\n pbVar3[1] = pbVar3[1] | 1;\n }" (statement_identifier "LAB_0003a7aa") (: ":") (if_statement "if (DAT_00077ee0 != 0) {\n if ((*pbVar3 & 1) != 0) {\n if (*(undefined4 **)(pbVar3 + 4) == DAT_00077d90) {\n pbVar3 = *(byte **)(pbVar3 + 0xc);\n }\n else {\n pbVar3 = (byte *)FUN_00038910();\n }\n }\n iVar9 = DAT_00077ee0;\n pbVar3[0x18] = 3;\n *(int *)(pbVar3 + 8) = iVar9;\n uVar14 = FUN_00039db0();\n *(undefined8 *)(pbVar3 + 0x10) = uVar14;\n *(undefined **)(pbVar3 + 0x24) = &DAT_00077d20;\n FUN_00038690(pbVar3,DAT_00077ce0);\n pbVar3[1] = pbVar3[1] | 1;\n }" (if "if") (parenthesized_expression "(DAT_00077ee0 != 0)" (( "(") (binary_expression "DAT_00077ee0 != 0" (identifier "DAT_00077ee0") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n if ((*pbVar3 & 1) != 0) {\n if (*(undefined4 **)(pbVar3 + 4) == DAT_00077d90) {\n pbVar3 = *(byte **)(pbVar3 + 0xc);\n }\n else {\n pbVar3 = (byte *)FUN_00038910();\n }\n }\n iVar9 = DAT_00077ee0;\n pbVar3[0x18] = 3;\n *(int *)(pbVar3 + 8) = iVar9;\n uVar14 = FUN_00039db0();\n *(undefined8 *)(pbVar3 + 0x10) = uVar14;\n *(undefined **)(pbVar3 + 0x24) = &DAT_00077d20;\n FUN_00038690(pbVar3,DAT_00077ce0);\n pbVar3[1] = pbVar3[1] | 1;\n }" ({ "{") (if_statement "if ((*pbVar3 & 1) != 0) {\n if (*(undefined4 **)(pbVar3 + 4) == DAT_00077d90) {\n pbVar3 = *(byte **)(pbVar3 + 0xc);\n }\n else {\n pbVar3 = (byte *)FUN_00038910();\n }\n }" (if "if") (parenthesized_expression "((*pbVar3 & 1) != 0)" (( "(") (binary_expression "(*pbVar3 & 1) != 0" (parenthesized_expression "(*pbVar3 & 1)" (( "(") (binary_expression "*pbVar3 & 1" (pointer_expression "*pbVar3" (* "*") (identifier "pbVar3")) (& "&") (number_literal "1")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n if (*(undefined4 **)(pbVar3 + 4) == DAT_00077d90) {\n pbVar3 = *(byte **)(pbVar3 + 0xc);\n }\n else {\n pbVar3 = (byte *)FUN_00038910();\n }\n }" ({ "{") (if_statement "if (*(undefined4 **)(pbVar3 + 4) == DAT_00077d90) {\n pbVar3 = *(byte **)(pbVar3 + 0xc);\n }\n else {\n pbVar3 = (byte *)FUN_00038910();\n }" (if "if") (parenthesized_expression "(*(undefined4 **)(pbVar3 + 4) == DAT_00077d90)" (( "(") (binary_expression "*(undefined4 **)(pbVar3 + 4) == DAT_00077d90" (pointer_expression "*(undefined4 **)(pbVar3 + 4)" (* "*") (cast_expression "(undefined4 **)(pbVar3 + 4)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(pbVar3 + 4)" (( "(") (binary_expression "pbVar3 + 4" (identifier "pbVar3") (+ "+") (number_literal "4")) () ")")))) (== "==") (identifier "DAT_00077d90")) () ")")) (compound_statement "{\n pbVar3 = *(byte **)(pbVar3 + 0xc);\n }" ({ "{") (expression_statement "pbVar3 = *(byte **)(pbVar3 + 0xc);" (assignment_expression "pbVar3 = *(byte **)(pbVar3 + 0xc)" (identifier "pbVar3") (= "=") (pointer_expression "*(byte **)(pbVar3 + 0xc)" (* "*") (cast_expression "(byte **)(pbVar3 + 0xc)" (( "(") (type_descriptor "byte **" (type_identifier "byte") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(pbVar3 + 0xc)" (( "(") (binary_expression "pbVar3 + 0xc" (identifier "pbVar3") (+ "+") (number_literal "0xc")) () ")"))))) (; ";")) (} "}")) (else_clause "else {\n pbVar3 = (byte *)FUN_00038910();\n }" (else "else") (compound_statement "{\n pbVar3 = (byte *)FUN_00038910();\n }" ({ "{") (expression_statement "pbVar3 = (byte *)FUN_00038910();" (assignment_expression "pbVar3 = (byte *)FUN_00038910()" (identifier "pbVar3") (= "=") (cast_expression "(byte *)FUN_00038910()" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_00038910()" (identifier "FUN_00038910") (argument_list "()" (( "(") () ")"))))) (; ";")) (} "}")))) (} "}"))) (expression_statement "iVar9 = DAT_00077ee0;" (assignment_expression "iVar9 = DAT_00077ee0" (identifier "iVar9") (= "=") (identifier "DAT_00077ee0")) (; ";")) (expression_statement "pbVar3[0x18] = 3;" (assignment_expression "pbVar3[0x18] = 3" (subscript_expression "pbVar3[0x18]" (identifier "pbVar3") ([ "[") (number_literal "0x18") (] "]")) (= "=") (number_literal "3")) (; ";")) (expression_statement "*(int *)(pbVar3 + 8) = iVar9;" (assignment_expression "*(int *)(pbVar3 + 8) = iVar9" (pointer_expression "*(int *)(pbVar3 + 8)" (* "*") (cast_expression "(int *)(pbVar3 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(pbVar3 + 8)" (( "(") (binary_expression "pbVar3 + 8" (identifier "pbVar3") (+ "+") (number_literal "8")) () ")")))) (= "=") (identifier "iVar9")) (; ";")) (expression_statement "uVar14 = FUN_00039db0();" (assignment_expression "uVar14 = FUN_00039db0()" (identifier "uVar14") (= "=") (call_expression "FUN_00039db0()" (identifier "FUN_00039db0") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "*(undefined8 *)(pbVar3 + 0x10) = uVar14;" (assignment_expression "*(undefined8 *)(pbVar3 + 0x10) = uVar14" (pointer_expression "*(undefined8 *)(pbVar3 + 0x10)" (* "*") (cast_expression "(undefined8 *)(pbVar3 + 0x10)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(pbVar3 + 0x10)" (( "(") (binary_expression "pbVar3 + 0x10" (identifier "pbVar3") (+ "+") (number_literal "0x10")) () ")")))) (= "=") (identifier "uVar14")) (; ";")) (expression_statement "*(undefined **)(pbVar3 + 0x24) = &DAT_00077d20;" (assignment_expression "*(undefined **)(pbVar3 + 0x24) = &DAT_00077d20" (pointer_expression "*(undefined **)(pbVar3 + 0x24)" (* "*") (cast_expression "(undefined **)(pbVar3 + 0x24)" (( "(") (type_descriptor "undefined **" (type_identifier "undefined") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(pbVar3 + 0x24)" (( "(") (binary_expression "pbVar3 + 0x24" (identifier "pbVar3") (+ "+") (number_literal "0x24")) () ")")))) (= "=") (pointer_expression "&DAT_00077d20" (& "&") (identifier "DAT_00077d20"))) (; ";")) (expression_statement "FUN_00038690(pbVar3,DAT_00077ce0);" (call_expression "FUN_00038690(pbVar3,DAT_00077ce0)" (identifier "FUN_00038690") (argument_list "(pbVar3,DAT_00077ce0)" (( "(") (identifier "pbVar3") (, ",") (identifier "DAT_00077ce0") () ")"))) (; ";")) (expression_statement "pbVar3[1] = pbVar3[1] | 1;" (assignment_expression "pbVar3[1] = pbVar3[1] | 1" (subscript_expression "pbVar3[1]" (identifier "pbVar3") ([ "[") (number_literal "1") (] "]")) (= "=") (binary_expression "pbVar3[1] | 1" (subscript_expression "pbVar3[1]" (identifier "pbVar3") ([ "[") (number_literal "1") (] "]")) (| "|") (number_literal "1"))) (; ";")) (} "}")))) (expression_statement "FUN_0001b3b0(pbVar3);" (call_expression "FUN_0001b3b0(pbVar3)" (identifier "FUN_0001b3b0") (argument_list "(pbVar3)" (( "(") (identifier "pbVar3") () ")"))) (; ";")) (return_statement "return pbVar3;" (return "return") (identifier "pbVar3") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ type_1 * function_1(char *sym_name) { type_2 *puVar1; type_3 *paVar2; type_4 *pfVar3; type_5 var_10; type_1 *var_2; char *pcVar5; type_6 var_4; char *format; type_1 *psVar7; int var_27; type_7 var_16; type_7 var_23; type_8 *var_25; type_9 var_13; type_10 var_14; type_10 var_24; type_5 local_24; var_2 = var_1(sym_name,0); var_16 = var_15; if (var_2 == (type_1 *)0x0) { if ((var_3 == 0) && (var_4 = (*stdoutput->xvec->_bfd_is_local_label_name)(stdoutput,sym_name), pfVar3 = var_11, var_4 != 0)) { var_14 = var_5(); var_2 = (type_1 *)var_6(sym_name,var_17,var_14,pfVar3); } else { pfVar3 = var_11; var_14 = var_5(); var_2 = var_7(sym_name,var_17,var_14,pfVar3); var_8(var_2); } goto LAB_0003a7aa; } var_23 = (type_7)var_2->bsym; if (((type_11)var_2->sy_flags & 1) == 0) { puVar1 = &(var_2->sy_flags).field_0x1; *puVar1 = *puVar1 & 0xfd; LAB_0003a6d4: if (((type_8 *)var_23->flags == var_9 + 0xc0) && ((var_2->sy_value).field_0x10 != '\x03')) { var_10 = *(type_5 *)&var_2->sy_flags >> 6 & 1; LAB_0003a8f1: var_25 = var_9; if (var_10 == 0) goto LAB_0003a8f9; } else { var_10 = *(type_5 *)&var_2->sy_flags >> 6 & 1; if ((((type_8 *)var_23->flags)[0x15] & 0x10) != 0) goto LAB_0003a8f1; joined_r0x0003a700: if (var_10 == 0) { LAB_0003a84b: if (var_2->sy_frag == var_11) { var_13 = var_12(var_2); var_14 = var_5(); if (var_13 == var_14) { var_16 = (type_7)var_2->bsym; if (((type_11)var_2->sy_flags & 1) == 0) { LAB_0003ac1e: var_16 = (type_7)var_16->flags; } else if (var_15 == var_16) { var_16 = (type_7)((var_2->sy_value).X_op_symbol)->bsym; goto LAB_0003ac1e; } if (var_17 == var_16) goto LAB_0003a7aa; } } pcVar5 = (char *)var_18(0,"symbol `%s\' is already defined"); var_19(pcVar5,sym_name); var_2 = var_20(var_2,0); var_21(var_2); goto LAB_0003a7aa; } } var_25 = var_9; var_2 = var_20(var_2,1); var_22(var_2,0); psVar7 = var_2; if (((type_11)var_2->sy_flags & 1) != 0) { if ((type_7)var_2->bsym != var_15) goto LAB_0003a8f9; psVar7 = (var_2->sy_value).X_op_symbol; } *(type_5 *)&psVar7->sy_flags = *(type_5 *)&psVar7->sy_flags & 0xbf; } else { if (var_15 != var_23) { if ((var_23 != (type_7)(var_9 + 0xc0)) && ((((type_4 *)(var_2->sy_value).X_op_symbol != var_11 || (var_17 != var_23)) || (var_14 = (var_2->sy_value).X_add_number, var_24 = var_5(), var_24 != var_14)))) { pcVar5 = (char *)var_18(0,"symbol `%s\' is already defined",5); var_19(pcVar5,sym_name); return var_2; } var_16 = var_17; (var_2->sy_value).X_op_symbol = (type_1 *)var_11; var_2->bsym = (type_3 *)var_16; var_14 = var_5(); (var_2->sy_value).X_add_number = var_14; goto LAB_0003a7aa; } var_2 = (var_2->sy_value).X_op_symbol; puVar1 = &(var_2->sy_flags).field_0x1; *puVar1 = *puVar1 & 0xfd; var_23 = (type_7)var_2->bsym; if (((type_11)var_2->sy_flags & 1) == 0) goto LAB_0003a6d4; if (var_16 == var_23) { psVar7 = (var_2->sy_value).X_op_symbol; if (psVar7->bsym->section == (type_12 *)(var_9 + 0xc0)) { if ((psVar7->sy_value).field_0x10 == '\x03') { var_10 = var_9[0xd5]; goto joined_r0x0003aae2; } } else { if (var_15 != var_16) goto LAB_0003a84b; var_10 = *(type_5 *)((int)&psVar7->bsym->section->flags + 1); joined_r0x0003aae2: if ((var_10 & 0x10) == 0) { var_10 = *(type_5 *)&psVar7->sy_flags & 0x40; goto joined_r0x0003a700; } } var_10 = *(type_5 *)&psVar7->sy_flags >> 6 & 1; goto LAB_0003a8f1; } var_25 = var_9; if (var_23 != (type_7)(var_9 + 0xc0)) goto LAB_0003a84b; } LAB_0003a8f9: var_13 = var_12(var_2); if (var_13 == 0) { LAB_0003a9d0: var_21(var_2); goto LAB_0003a7aa; } var_16 = (type_7)var_2->bsym; local_24 = (type_5)((type_11)var_2->sy_flags & 1); if (((type_11)var_2->sy_flags & 1) == 0) { var_23 = (type_7)var_16->flags; if (((type_11)var_16->prev & 4) != 0) goto LAB_0003a939; if (var_23 == (type_7)(var_25 + 0xc0)) { var_27 = var_26(var_2); } else { if ((var_23->flags & 0x1000) == 0) goto LAB_0003a939; var_27 = var_26(var_2); } if (var_27 == 0) goto LAB_0003a939; LAB_0003aa3c: if (var_17 == var_28) goto LAB_0003a9d0; if (var_17 != var_29) { if ((type_11)local_24 == 0) { LAB_0003aa6f: var_16 = (type_7)var_16->flags; } else if (var_16 == var_15) { var_16 = (type_7)((var_2->sy_value).X_op_symbol)->bsym; goto LAB_0003aa6f; } if (var_17 != var_16) goto LAB_0003a947; } var_13 = var_12(var_2); var_14 = var_5(); if ((type_11)(var_13 >> 0x20) < (type_11)((type_11)var_13 < (type_11)var_14)) { var_14 = var_5(); var_22(var_2,var_14); } goto LAB_0003a7aa; } if (var_16 == var_15) { paVar2 = ((var_2->sy_value).X_op_symbol)->bsym; var_23 = paVar2->section; if (((paVar2->flags & 4) == 0) && ((var_23 == (type_7)(var_25 + 0xc0) || ((var_23->flags & 0x1000) != 0)))) goto LAB_0003ab3f; } else { var_23 = var_16; if (var_16 == (type_7)(var_25 + 0xc0)) { LAB_0003ab3f: var_27 = var_26(var_2); if (var_27 != 0) goto LAB_0003aa3c; var_23 = var_16; if (var_16 == var_15) { var_23 = ((var_2->sy_value).X_op_symbol)->bsym->section; } } } LAB_0003a939: if (var_29 == var_23) goto LAB_0003aa3c; LAB_0003a947: var_13 = var_12(var_2); psVar7 = var_2; if (((type_11)var_2->sy_flags & 1) == 0) { LAB_0003aac2: var_16 = psVar7->bsym->section; } else { var_16 = (type_7)var_2->bsym; if (var_16 == var_15) { psVar7 = (var_2->sy_value).X_op_symbol; goto LAB_0003aac2; } } pcVar5 = var_16->name; format = (char *)var_18(0,"symbol `%s\' is already defined as \"%s\"/%s%ld"); var_19(format,sym_name,pcVar5,&DAT_00050b45,(int)var_13); LAB_0003a7aa: if (var_30 != (type_1 *)0x0) { if (((type_11)var_2->sy_flags & 1) != 0) { if ((type_7)var_2->bsym == var_15) { var_2 = (var_2->sy_value).X_op_symbol; } else { var_2 = var_31((type_13 *)var_2); } } psVar7 = var_30; (var_2->sy_value).field_0x10 = 3; (var_2->sy_value).X_add_symbol = psVar7; var_13 = var_12(psVar7); (var_2->sy_value).X_add_number = var_13; var_2->sy_frag = &zero_address_frag; var_32(var_2,expr_section); puVar1 = &(var_2->sy_flags).field_0x1; *puVar1 = *puVar1 | 1; } var_33(var_2); return var_2; }
null
(translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (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: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))))) arguments: (argument_list (identifier) (identifier)))) right: (comma_expression left: (assignment_expression left: (identifier) right: (identifier)) right: (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (identifier))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (identifier)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier))))))) (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 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: (identifier)) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (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)))) right: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal)) right: (number_literal)))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal)) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (subscript_expression argument: (parenthesized_expression (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal)))) index: (number_literal)) right: (number_literal))) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (labeled_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: (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)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator 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: (identifier)) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))))) alternative: (else_clause (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (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))))))) (goto_statement label: (statement_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: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence) (string_content)) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (goto_statement label: (statement_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: (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (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: (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: (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: (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))) alternative: (else_clause (compound_statement (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: (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 (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier)) right: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))))) right: (parenthesized_expression (comma_expression left: (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)))))) right: (comma_expression left: (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list))) right: (binary_expression left: (identifier) right: (identifier)))))))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence) (string_content)) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (return_statement (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (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: (call_expression function: (identifier) arguments: (argument_list)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (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 declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) right: (number_literal))) consequence: (goto_statement label: (statement_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: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (goto_statement label: (statement_identifier))))) alternative: (else_clause (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) right: (number_literal))))))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal)))) (goto_statement label: (statement_identifier)))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal)) right: (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: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) consequence: (goto_statement label: (statement_identifier)))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list)))) (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 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: (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 (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier)))))) 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: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (goto_statement label: (statement_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: (number_literal))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))))) alternative: (else_clause (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (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))))))) (goto_statement label: (statement_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: (call_expression function: (identifier) arguments: (argument_list)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (if_statement condition: (parenthesized_expression (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal)))) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (identifier)))))) consequence: (compound_statement (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)))))) (goto_statement label: (statement_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: (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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) right: (number_literal))))) right: (number_literal))) right: (number_literal))) right: (parenthesized_expression (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))))) right: (number_literal))) right: (number_literal)))))))) consequence: (goto_statement label: (statement_identifier)))) alternative: (else_clause (compound_statement (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: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (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: (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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) right: (number_literal)))))))))))))) (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: (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (labeled_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 declarator: (abstract_pointer_declarator))) value: (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))))))))) 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: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator 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: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content)) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (pointer_expression argument: (identifier)) (identifier)))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (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: (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))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list)))))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (return_statement (identifier)))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ byte * MASKED(undefined4 param_1) { undefined4 uVar1; byte bVar2; byte *pbVar3; undefined4 uVar4; int iVar5; undefined4 uVar6; uint uVar7; byte *pbVar8; int iVar9; undefined4 *puVar10; undefined4 *puVar11; undefined *puVar12; longlong lVar13; undefined8 uVar14; longlong lVar15; byte local_24; pbVar3 = (byte *)FUN_0003a4b0(param_1,0); puVar10 = DAT_00077d90; if (pbVar3 == (byte *)0x0) { if ((DAT_00077da8 == 0) && (iVar5 = (**(code **)(*(int *)(DAT_00077ec4 + 4) + 0x11c))(DAT_00077ec4,param_1), iVar9 = DAT_00077e24, iVar5 != 0)) { uVar14 = FUN_00024d90(); pbVar3 = (byte *)FUN_00036e30(param_1,DAT_00077cfc,uVar14,iVar9); } else { iVar9 = DAT_00077e24; uVar14 = FUN_00024d90(); pbVar3 = (byte *)FUN_000388a0(param_1,DAT_00077cfc,uVar14,iVar9); FUN_00036f40(pbVar3); } goto LAB_0003a7aa; } puVar11 = *(undefined4 **)(pbVar3 + 4); if ((*pbVar3 & 1) == 0) { pbVar3[1] = pbVar3[1] & 0xfd; LAB_0003a6d4: if (((undefined *)puVar11[5] == PTR__bfd_std_section_0006efb4 + 0xc0) && (pbVar3[0x18] != 3)) { bVar2 = *pbVar3 >> 6 & 1; LAB_0003a8f1: puVar12 = PTR__bfd_std_section_0006efb4; if (bVar2 == 0) goto LAB_0003a8f9; } else { bVar2 = *pbVar3 >> 6 & 1; if ((((undefined *)puVar11[5])[0x15] & 0x10) != 0) goto LAB_0003a8f1; joined_r0x0003a700: if (bVar2 == 0) { LAB_0003a84b: if (*(int *)(pbVar3 + 0x24) == DAT_00077e24) { lVar13 = FUN_00039db0(); lVar15 = FUN_00024d90(); if (lVar13 == lVar15) { puVar10 = *(undefined4 **)(pbVar3 + 4); if ((*pbVar3 & 1) == 0) { LAB_0003ac1e: puVar10 = (undefined4 *)puVar10[5]; } else if (DAT_00077d90 == puVar10) { puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4); goto LAB_0003ac1e; } if (DAT_00077cfc == puVar10) goto LAB_0003a7aa; } } uVar4 = dcgettext(0,"symbol `%s\' is already defined",5); FUN_0002bd30(uVar4,param_1); pbVar3 = (byte *)FUN_0003a070(pbVar3,0); FUN_00038b40(); goto LAB_0003a7aa; } } puVar12 = PTR__bfd_std_section_0006efb4; pbVar3 = (byte *)FUN_0003a070(pbVar3,1); FUN_00037fc0(pbVar3,0,0); pbVar8 = pbVar3; if ((*pbVar3 & 1) != 0) { if (*(undefined4 **)(pbVar3 + 4) != DAT_00077d90) goto LAB_0003a8f9; pbVar8 = *(byte **)(pbVar3 + 0xc); } *pbVar8 = *pbVar8 & 0xbf; } else { if (DAT_00077d90 != puVar11) { if ((puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)) && (((*(int *)(pbVar3 + 0xc) != DAT_00077e24 || (DAT_00077cfc != puVar11)) || (lVar13 = *(longlong *)(pbVar3 + 0x10), lVar15 = FUN_00024d90(), lVar15 != lVar13)))) { uVar4 = dcgettext(0,"symbol `%s\' is already defined",5); FUN_0002bd30(uVar4,param_1); return pbVar3; } puVar10 = DAT_00077cfc; *(int *)(pbVar3 + 0xc) = DAT_00077e24; *(undefined4 **)(pbVar3 + 4) = puVar10; uVar14 = FUN_00024d90(); *(undefined8 *)(pbVar3 + 0x10) = uVar14; goto LAB_0003a7aa; } pbVar3 = *(byte **)(pbVar3 + 0xc); pbVar3[1] = pbVar3[1] & 0xfd; puVar11 = *(undefined4 **)(pbVar3 + 4); if ((*pbVar3 & 1) == 0) goto LAB_0003a6d4; if (puVar10 == puVar11) { pbVar8 = *(byte **)(pbVar3 + 0xc); if (*(undefined **)(*(int *)(pbVar8 + 4) + 0x14) == PTR__bfd_std_section_0006efb4 + 0xc0) { if (pbVar8[0x18] == 3) { bVar2 = PTR__bfd_std_section_0006efb4[0xd5]; goto joined_r0x0003aae2; } } else { if (DAT_00077d90 != puVar10) goto LAB_0003a84b; bVar2 = *(byte *)(*(int *)(*(int *)(pbVar8 + 4) + 0x14) + 0x15); joined_r0x0003aae2: if ((bVar2 & 0x10) == 0) { bVar2 = *pbVar8 & 0x40; goto joined_r0x0003a700; } } bVar2 = *pbVar8 >> 6 & 1; goto LAB_0003a8f1; } puVar12 = PTR__bfd_std_section_0006efb4; if (puVar11 != (undefined4 *)(PTR__bfd_std_section_0006efb4 + 0xc0)) goto LAB_0003a84b; } LAB_0003a8f9: lVar13 = FUN_00039db0(); if (lVar13 == 0) { LAB_0003a9d0: FUN_00038b40(); goto LAB_0003a7aa; } puVar10 = *(undefined4 **)(pbVar3 + 4); local_24 = *pbVar3 & 1; if ((*pbVar3 & 1) == 0) { puVar11 = (undefined4 *)puVar10[5]; if ((*(byte *)(puVar10 + 4) & 4) != 0) goto LAB_0003a939; if (puVar11 == (undefined4 *)(puVar12 + 0xc0)) { iVar9 = FUN_000380a0(pbVar3); } else { if ((*(byte *)((int)puVar11 + 0x15) & 0x10) == 0) goto LAB_0003a939; iVar9 = FUN_000380a0(pbVar3); } if (iVar9 == 0) goto LAB_0003a939; LAB_0003aa3c: if (DAT_00077cfc == DAT_00077d70) goto LAB_0003a9d0; if (DAT_00077cfc != DAT_00077cec) { if (local_24 == 0) { LAB_0003aa6f: puVar10 = (undefined4 *)puVar10[5]; } else if (puVar10 == DAT_00077d90) { puVar10 = *(undefined4 **)(*(int *)(pbVar3 + 0xc) + 4); goto LAB_0003aa6f; } if (DAT_00077cfc != puVar10) goto LAB_0003a947; } uVar14 = FUN_00039db0(); uVar7 = FUN_00024d90(); if ((uint)((ulonglong)uVar14 >> 0x20) < (uint)((uint)uVar14 < uVar7)) { uVar14 = FUN_00024d90(); FUN_00037fc0(pbVar3,uVar14); } goto LAB_0003a7aa; } if (puVar10 == DAT_00077d90) { puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14); if (((*(byte *)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x10) & 4) == 0) && ((puVar11 == (undefined4 *)(puVar12 + 0xc0) || ((*(byte *)((int)puVar11 + 0x15) & 0x10) != 0) ))) goto LAB_0003ab3f; } else { puVar11 = puVar10; if (puVar10 == (undefined4 *)(puVar12 + 0xc0)) { LAB_0003ab3f: iVar9 = FUN_000380a0(pbVar3); if (iVar9 != 0) goto LAB_0003aa3c; puVar11 = puVar10; if (puVar10 == DAT_00077d90) { puVar11 = *(undefined4 **)(*(int *)(*(int *)(pbVar3 + 0xc) + 4) + 0x14); } } } LAB_0003a939: if (DAT_00077cec == puVar11) goto LAB_0003aa3c; LAB_0003a947: uVar4 = FUN_00039db0(); pbVar8 = pbVar3; if ((*pbVar3 & 1) == 0) { LAB_0003aac2: puVar10 = *(undefined4 **)(*(int *)(pbVar8 + 4) + 0x14); } else { puVar10 = *(undefined4 **)(pbVar3 + 4); if (puVar10 == DAT_00077d90) { pbVar8 = *(byte **)(pbVar3 + 0xc); goto LAB_0003aac2; } } uVar1 = *puVar10; uVar6 = dcgettext(0,"symbol `%s\' is already defined as \"%s\"/%s%ld",5); FUN_0002bd30(uVar6,param_1,uVar1,&DAT_00050b45,uVar4); LAB_0003a7aa: if (DAT_00077ee0 != 0) { if ((*pbVar3 & 1) != 0) { if (*(undefined4 **)(pbVar3 + 4) == DAT_00077d90) { pbVar3 = *(byte **)(pbVar3 + 0xc); } else { pbVar3 = (byte *)FUN_00038910(); } } iVar9 = DAT_00077ee0; pbVar3[0x18] = 3; *(int *)(pbVar3 + 8) = iVar9; uVar14 = FUN_00039db0(); *(undefined8 *)(pbVar3 + 0x10) = uVar14; *(undefined **)(pbVar3 + 0x24) = &DAT_00077d20; FUN_00038690(pbVar3,DAT_00077ce0); pbVar3[1] = pbVar3[1] | 1; } FUN_0001b3b0(pbVar3); return pbVar3; }
162_alpha-linux-gnu-ar_and_alpha-linux-gnu-ar_strip.c
ar_save
FUN_00016f20
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void ar_save(void) { bfd *pbVar1; char *pcVar2; char *__format; pcVar2 = program_name; if (obfd == (bfd *)0x0) { __format = (char *)dcgettext(0,"%s: no open output archive\n",5); fprintf(*(FILE **)PTR_stderr_00020fd4,__format,pcVar2); if (interactive == 0) { /* WARNING: Subroutine does not return */ xexit(9); } } else { pcVar2 = (char *)xstrdup(obfd->filename); pbVar1 = obfd; if (0 < deterministic) { *(uint *)&obfd->field_0x28 = *(uint *)&obfd->field_0x28 | 0x40000; } bfd_close(pbVar1); smart_rename(pcVar2,real_name,0); obfd = (bfd *)0x0; free(pcVar2); } return; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00016f20(void) { undefined4 *puVar1; undefined4 uVar2; void *__ptr; char *__format; uVar2 = DAT_000213a0; if (DAT_000212e4 == (undefined4 *)0x0) { __format = (char *)dcgettext(0,"%s: no open output archive\n",5); fprintf(*(FILE **)PTR_stderr_00020fd4,__format,uVar2); if (DAT_00021280 == 0) { /* WARNING: Subroutine does not return */ xexit(9); } } else { __ptr = (void *)xstrdup(*DAT_000212e4); puVar1 = DAT_000212e4; if (0 < DAT_000211ac) { DAT_000212e4[10] = DAT_000212e4[10] | 0x40000; } bfd_close(puVar1); FUN_00017640(__ptr,DAT_000212e0,0); DAT_000212e4 = (undefined4 *)0x0; free(__ptr); } return; }
PUSH ESI PUSH EBX CALL 0x00013710 ADD EBX,0xa0d9 SUB ESP,0x4 MOV EAX,dword ptr [EBX + 0x2e4] TEST EAX,EAX JZ 0x00016fa0 SUB ESP,0xc PUSH dword ptr [EAX] CALL 0x00012250 ADD ESP,0x10 MOV ESI,EAX LEA EAX,[EBX + 0x1ac] MOV EAX,dword ptr [EAX] TEST EAX,EAX MOV EAX,dword ptr [EBX + 0x2e4] JLE 0x00016f62 OR dword ptr [EAX + 0x28],0x40000 SUB ESP,0xc PUSH EAX CALL 0x000124b0 ADD ESP,0xc PUSH 0x0 PUSH dword ptr [EBX + 0x2e0] PUSH ESI CALL 0x00017640 MOV dword ptr [ESP],ESI MOV dword ptr [EBX + 0x2e4],0x0 CALL 0x00012100 ADD ESP,0x10 ADD ESP,0x4 POP EBX POP ESI RET LEA EAX,[EBX + 0x3a0] SUB ESP,0x4 MOV ESI,dword ptr [EAX] LEA EAX,[EBX + 0xffffb021] PUSH 0x5 PUSH EAX PUSH 0x0 CALL 0x00012180 ADD ESP,0xc PUSH ESI PUSH EAX MOV EAX,dword ptr [EBX + 0xffffffd4] PUSH dword ptr [EAX] CALL 0x00012390 LEA EAX,[EBX + 0x280] ADD ESP,0x10 MOV EDX,dword ptr [EAX] TEST EDX,EDX JNZ 0x00016f91 SUB ESP,0xc PUSH 0x9 CALL 0x000124a0
null
null
null
null
[(u'STORE_-1205964872', u'INDIRECT_-1205964354'), (u'CALL_-1205964793', u'INDIRECT_-1205964378'), ('const-417', u'LOAD_-1205964636'), (u'CALL_-1205964767', u'INDIRECT_-1205964347'), (u'CALL_-1205964767', u'INDIRECT_-1205964311'), (u'CALL_-1205964623', u'INDIRECT_-1205964301'), (u'INT_SLESS_-1205964871', u'CBRANCH_-1205964878'), (u'INDIRECT_-1205964332', u'CAST_-1205964235'), (u'CALL_-1205964559', u'INDIRECT_-1205964239'), (u'INDIRECT_-1205964227', u'COPY_-1205964281'), (u'CALL_-1205964666', u'INDIRECT_-1205964296'), (u'CALL_-1205964559', u'INDIRECT_-1205964275'), (u'PTRSUB_-1205964344', u'CAST_-1205964340'), (u'CALL_-1205964666', u'INDIRECT_-1205964320'), (u'STORE_-1205964872', u'INDIRECT_-1205964390'), (u'CAST_-1205964369', u'CALL_-1205964767'), (u'INDIRECT_-1205964347', u'MULTIEQUAL_-1205964335'), (u'MULTIEQUAL_-1205964299', u'COPY_-1205964357'), (u'STORE_-1205964872', u'INDIRECT_-1205964378'), (u'INDIRECT_-1205964251', u'COPY_-1205964305'), ('tmp_685', u'CBRANCH_-1205964583'), ('const-0', u'COPY_-1205964786'), ('const-0', u'INT_EQUAL_-1205964585'), (u'MULTIEQUAL_-1205964359', u'COPY_-1205964417'), (u'INDIRECT_-1205964335', u'MULTIEQUAL_-1205964323'), ('tmp_108', u'CBRANCH_-1205964956'), (u'INDIRECT_-1205964424', u'MULTIEQUAL_-1205964383'), (u'COPY_-1205964436', u'CALL_-1205964833'), (u'INDIRECT_-1205964289', u'MULTIEQUAL_-1205964335'), (u'MULTIEQUAL_-1205964311', u'COPY_-1205964369'), (u'INDIRECT_-1205964390', u'MULTIEQUAL_-1205964383'), (u'INDIRECT_-1205964414', u'MULTIEQUAL_-1205964407'), ('const-0', u'CALL_-1205964666'), (u'CAST_-1205964369', u'CALL_-1205964793'), (u'CALL_-1205964931', u'INDIRECT_-1205964424'), (u'CALL_-1205964559', u'INDIRECT_-1205964287'), ('const-0', u'INT_SLESS_-1205964871'), (u'INDIRECT_-1205964378', u'MULTIEQUAL_-1205964371'), (u'INDIRECT_-1205964436', u'INT_SLESS_-1205964871'), (u'CALL_-1205964767', u'INDIRECT_-1205964335'), (u'CALL_-1205964833', u'INDIRECT_-1205964348'), (u'INDIRECT_-1205964372', u'CALL_-1205964793'), ('const-417', u'LOAD_-1205964944'), (u'CALL_-1205964623', u'INDIRECT_-1205964313'), ('const-5', u'CALL_-1205964666'), (u'CALL_-1205964833', u'INDIRECT_-1205964396'), (u'CALL_-1205964793', u'INDIRECT_-1205964330'), ('const-40', u'PTRSUB_-1205964344'), (u'CALL_-1205964833', u'INDIRECT_-1205964372'), (u'CALL_-1205964931', u'INDIRECT_-1205964436'), ('const-262144', u'INT_OR_-1205964848'), (u'INDIRECT_-1205964277', u'MULTIEQUAL_-1205964323'), (u'MULTIEQUAL_-1205964347', u'COPY_-1205964405'), ('const-9', u'CALL_-1205964559'), (u'INDIRECT_-1205964313', u'MULTIEQUAL_-1205964359'), (u'CALL_-1205964559', u'INDIRECT_-1205964263'), (u'INDIRECT_-1205964436', u'MULTIEQUAL_-1205964395'), (u'CALL_-1205964767', u'INDIRECT_-1205964323'), (u'STORE_-1205964872', u'INDIRECT_-1205964366'), (u'CALL_-1205964793', u'INDIRECT_-1205964354'), (u'INDIRECT_-1205964412', u'MULTIEQUAL_-1205964371'), (u'INT_EQUAL_-1205964585', u'CBRANCH_-1205964583'), (u'INDIRECT_-1205964448', u'MULTIEQUAL_-1205964407'), (u'CALL_-1205964931', u'INDIRECT_-1205964412'), (u'INDIRECT_-1205964400', u'MULTIEQUAL_-1205964359'), (u'MULTIEQUAL_-1205964323', u'COPY_-1205964381'), (u'STORE_-1205964872', u'INDIRECT_-1205964414'), (u'INDIRECT_-1205964253', u'MULTIEQUAL_-1205964299'), (u'CALL_-1205964666', u'INDIRECT_-1205964284'), (u'INDIRECT_-1205964263', u'COPY_-1205964317'), (u'CALL_-1205964623', u'INDIRECT_-1205964265'), (u'CALL_-1205964931', u'INDIRECT_-1205964388'), ('const-417', u'STORE_-1205964872'), (u'CAST_-1205964252', u'CALL_-1205964623'), ('tmp_1829', u'INT_EQUAL_-1205964957'), (u'CALL_-1205964666', u'INDIRECT_-1205964332'), (u'CALL_-1205964623', u'INDIRECT_-1205964253'), (u'INDIRECT_-1205964275', u'COPY_-1205964329'), (u'INDIRECT_-1205964400', u'PTRSUB_-1205964344'), (u'LOAD_-1205964636', u'CALL_-1205964623'), (u'CALL_-1205964931', u'INDIRECT_-1205964448'), ('const-0', u'CALL_-1205964793'), (u'INDIRECT_-1205964323', u'MULTIEQUAL_-1205964311'), (u'INDIRECT_-1205964311', u'MULTIEQUAL_-1205964299'), (u'CALL_-1205964559', u'INDIRECT_-1205964227'), (u'LOAD_-1205964944', u'CALL_-1205964931'), (u'INT_OR_-1205964848', u'STORE_-1205964872'), ('const-114721', u'COPY_-1205964320'), ('const-417', u'LOAD_-1205964875'), (u'INDIRECT_-1205964289', u'INT_EQUAL_-1205964585'), (u'CALL_-1205964833', u'INDIRECT_-1205964384'), (u'CALL_-1205964666', u'INDIRECT_-1205964272'), (u'INDIRECT_-1205964359', u'MULTIEQUAL_-1205964347'), (u'INDIRECT_-1205964371', u'MULTIEQUAL_-1205964359'), (u'CALL_-1205964931', u'CAST_-1205964369'), (u'CAST_-1205964340', u'LOAD_-1205964875'), ('tmp_231', u'CBRANCH_-1205964878'), ('const-0', u'RETURN_-1205964722'), ('tmp_1829', u'PTRSUB_-1205964375'), (u'LOAD_-1205964875', u'INT_OR_-1205964848'), ('const-1', u'RETURN_-1205964554'), ('tmp_1830', u'COPY_-1205964466'), (u'COPY_-1205964320', u'CALL_-1205964666'), (u'INDIRECT_-1205964239', u'COPY_-1205964293'), (u'CALL_-1205964793', u'INDIRECT_-1205964342'), (u'INDIRECT_-1205964301', u'MULTIEQUAL_-1205964347'), (u'CALL_-1205964767', u'INDIRECT_-1205964371'), (u'CALL_-1205964767', u'INDIRECT_-1205964359'), (u'CALL_-1205964793', u'INDIRECT_-1205964390'), (u'INT_EQUAL_-1205964957', u'CBRANCH_-1205964956'), (u'PTRSUB_-1205964375', u'LOAD_-1205964944'), (u'INDIRECT_-1205964287', u'COPY_-1205964341'), (u'MULTIEQUAL_-1205964335', u'COPY_-1205964393'), (u'INDIRECT_-1205964366', u'MULTIEQUAL_-1205964359'), (u'INDIRECT_-1205964388', u'MULTIEQUAL_-1205964347'), (u'CALL_-1205964833', u'INDIRECT_-1205964408'), (u'INDIRECT_-1205964265', u'MULTIEQUAL_-1205964311'), (u'CAST_-1205964235', u'LOAD_-1205964636'), (u'CALL_-1205964793', u'INDIRECT_-1205964366'), (u'PTRSUB_-1205964344', u'CAST_-1205964339'), (u'COPY_-1205964466', u'CALL_-1205964623'), (u'CALL_-1205964623', u'INDIRECT_-1205964289'), (u'CALL_-1205964623', u'INDIRECT_-1205964277'), (u'CALL_-1205964931', u'INDIRECT_-1205964400'), (u'INDIRECT_-1205964354', u'MULTIEQUAL_-1205964347'), ('const-0', u'INT_EQUAL_-1205964957'), (u'CAST_-1205964339', u'STORE_-1205964872'), (u'CALL_-1205964559', u'INDIRECT_-1205964251'), (u'CALL_-1205964666', u'CAST_-1205964252'), (u'INDIRECT_-1205964402', u'MULTIEQUAL_-1205964395'), (u'INDIRECT_-1205964400', u'COPY_-1205964436'), (u'CALL_-1205964833', u'INDIRECT_-1205964360'), (u'STORE_-1205964872', u'INDIRECT_-1205964402'), ('const-0', u'PTRSUB_-1205964375'), (u'CALL_-1205964666', u'INDIRECT_-1205964308')]
[(u'INDIRECT_-1205964405', u'MULTIEQUAL_-1205964398'), (u'INDIRECT_-1205964335', u'CAST_-1205964239'), (u'INDIRECT_-1205964439', u'INT_SLESS_-1205964871'), (u'CALL_-1205964931', u'INDIRECT_-1205964439'), ('const-417', u'LOAD_-1205964636'), (u'INDIRECT_-1205964254', u'COPY_-1205964308'), ('const-10', u'PTRADD_-1205964349'), (u'INT_SLESS_-1205964871', u'CBRANCH_-1205964878'), (u'INDIRECT_-1205964256', u'MULTIEQUAL_-1205964302'), (u'CALL_-1205964931', u'INDIRECT_-1205964415'), (u'INDIRECT_-1205964374', u'MULTIEQUAL_-1205964362'), (u'CALL_-1205964793', u'INDIRECT_-1205964381'), (u'INDIRECT_-1205964381', u'MULTIEQUAL_-1205964374'), ('tmp_1821', u'LOAD_-1205964944'), (u'CALL_-1205964666', u'CAST_-1205964256'), (u'MULTIEQUAL_-1205964302', u'COPY_-1205964360'), ('tmp_685', u'CBRANCH_-1205964583'), (u'CALL_-1205964931', u'CAST_-1205964373'), (u'MULTIEQUAL_-1205964362', u'COPY_-1205964420'), (u'COPY_-1205964470', u'CALL_-1205964623'), ('const-0', u'INT_EQUAL_-1205964585'), (u'STORE_-1205964872', u'INDIRECT_-1205964417'), (u'INDIRECT_-1205964451', u'MULTIEQUAL_-1205964410'), (u'CALL_-1205964833', u'INDIRECT_-1205964399'), ('tmp_108', u'CBRANCH_-1205964956'), (u'INDIRECT_-1205964369', u'MULTIEQUAL_-1205964362'), (u'CALL_-1205964767', u'INDIRECT_-1205964326'), (u'MULTIEQUAL_-1205964338', u'COPY_-1205964396'), (u'INDIRECT_-1205964266', u'COPY_-1205964320'), (u'CALL_-1205964767', u'INDIRECT_-1205964314'), (u'INDIRECT_-1205964242', u'COPY_-1205964296'), (u'CALL_-1205964559', u'INDIRECT_-1205964242'), (u'INDIRECT_-1205964278', u'COPY_-1205964332'), (u'CALL_-1205964767', u'INDIRECT_-1205964374'), (u'CALL_-1205964559', u'INDIRECT_-1205964266'), (u'CALL_-1205964833', u'INDIRECT_-1205964387'), (u'INDIRECT_-1205964230', u'COPY_-1205964284'), (u'INDIRECT_-1205964280', u'MULTIEQUAL_-1205964326'), (u'INDIRECT_-1205964362', u'MULTIEQUAL_-1205964350'), (u'INDIRECT_-1205964391', u'MULTIEQUAL_-1205964350'), (u'CALL_-1205964931', u'INDIRECT_-1205964403'), ('const-0', u'COPY_-1205964786'), (u'INDIRECT_-1205964326', u'MULTIEQUAL_-1205964314'), (u'CALL_-1205964666', u'INDIRECT_-1205964323'), (u'CALL_-1205964931', u'INDIRECT_-1205964451'), (u'CALL_-1205964931', u'INDIRECT_-1205964427'), (u'CALL_-1205964793', u'INDIRECT_-1205964357'), (u'INDIRECT_-1205964292', u'MULTIEQUAL_-1205964338'), ('const-5', u'CALL_-1205964666'), ('const-262144', u'INT_OR_-1205964848'), (u'INDIRECT_-1205964375', u'CALL_-1205964793'), (u'INDIRECT_-1205964427', u'MULTIEQUAL_-1205964386'), (u'INDIRECT_-1205964357', u'MULTIEQUAL_-1205964350'), (u'INDIRECT_-1205964316', u'MULTIEQUAL_-1205964362'), (u'INT_EQUAL_-1205964585', u'CBRANCH_-1205964583'), (u'INDIRECT_-1205964314', u'MULTIEQUAL_-1205964302'), (u'INDIRECT_-1205964338', u'MULTIEQUAL_-1205964326'), (u'CALL_-1205964666', u'INDIRECT_-1205964311'), (u'CALL_-1205964559', u'INDIRECT_-1205964230'), ('const-0', u'INT_SLESS_-1205964871'), ('const-417', u'LOAD_-1205964944'), (u'CALL_-1205964833', u'INDIRECT_-1205964363'), (u'CALL_-1205964793', u'INDIRECT_-1205964369'), (u'CALL_-1205964666', u'INDIRECT_-1205964299'), (u'CALL_-1205964623', u'INDIRECT_-1205964256'), (u'CALL_-1205964767', u'INDIRECT_-1205964338'), ('const-417', u'STORE_-1205964872'), (u'LOAD_-1205964636', u'CALL_-1205964623'), (u'CALL_-1205964767', u'INDIRECT_-1205964350'), (u'STORE_-1205964872', u'INDIRECT_-1205964369'), (u'LOAD_-1205964944', u'CALL_-1205964931'), (u'STORE_-1205964872', u'INDIRECT_-1205964381'), (u'CALL_-1205964793', u'INDIRECT_-1205964333'), (u'INT_OR_-1205964848', u'STORE_-1205964872'), (u'CAST_-1205964239', u'LOAD_-1205964636'), (u'INDIRECT_-1205964403', u'MULTIEQUAL_-1205964362'), (u'INDIRECT_-1205964417', u'MULTIEQUAL_-1205964410'), (u'MULTIEQUAL_-1205964350', u'COPY_-1205964408'), (u'CALL_-1205964833', u'INDIRECT_-1205964411'), ('tmp_1821', u'INT_EQUAL_-1205964957'), (u'CALL_-1205964559', u'INDIRECT_-1205964290'), (u'STORE_-1205964872', u'INDIRECT_-1205964405'), (u'CALL_-1205964559', u'INDIRECT_-1205964278'), (u'CALL_-1205964559', u'INDIRECT_-1205964254'), ('tmp_231', u'CBRANCH_-1205964878'), (u'CALL_-1205964623', u'INDIRECT_-1205964292'), (u'CALL_-1205964666', u'INDIRECT_-1205964275'), (u'CAST_-1205964256', u'CALL_-1205964623'), ('const-0', u'RETURN_-1205964722'), ('const-417', u'LOAD_-1205964875'), (u'LOAD_-1205964875', u'INT_OR_-1205964848'), (u'CALL_-1205964793', u'INDIRECT_-1205964393'), ('const-1', u'RETURN_-1205964554'), (u'INDIRECT_-1205964268', u'MULTIEQUAL_-1205964314'), (u'CALL_-1205964666', u'INDIRECT_-1205964287'), (u'INDIRECT_-1205964439', u'MULTIEQUAL_-1205964398'), (u'PTRADD_-1205964349', u'STORE_-1205964872'), (u'INDIRECT_-1205964415', u'MULTIEQUAL_-1205964374'), (u'CALL_-1205964833', u'INDIRECT_-1205964375'), (u'CALL_-1205964833', u'INDIRECT_-1205964351'), (u'COPY_-1205964323', u'CALL_-1205964666'), ('const-9', u'CALL_-1205964559'), (u'INDIRECT_-1205964350', u'MULTIEQUAL_-1205964338'), (u'MULTIEQUAL_-1205964326', u'COPY_-1205964384'), (u'MULTIEQUAL_-1205964314', u'COPY_-1205964372'), (u'INT_EQUAL_-1205964957', u'CBRANCH_-1205964956'), (u'CALL_-1205964623', u'INDIRECT_-1205964304'), (u'CALL_-1205964666', u'INDIRECT_-1205964335'), (u'INDIRECT_-1205964403', u'COPY_-1205964440'), (u'STORE_-1205964872', u'INDIRECT_-1205964393'), (u'CALL_-1205964793', u'INDIRECT_-1205964345'), (u'STORE_-1205964872', u'INDIRECT_-1205964357'), (u'CAST_-1205964373', u'CALL_-1205964767'), (u'INDIRECT_-1205964304', u'MULTIEQUAL_-1205964350'), (u'INDIRECT_-1205964393', u'MULTIEQUAL_-1205964386'), (u'CALL_-1205964767', u'INDIRECT_-1205964362'), ('const-0', u'CALL_-1205964666'), (u'CALL_-1205964931', u'INDIRECT_-1205964391'), (u'CALL_-1205964623', u'INDIRECT_-1205964316'), (u'COPY_-1205964440', u'CALL_-1205964833'), ('const-114721', u'COPY_-1205964323'), ('const-0', u'INT_EQUAL_-1205964957'), ('tmp_1822', u'COPY_-1205964470'), (u'CALL_-1205964623', u'INDIRECT_-1205964280'), (u'CALL_-1205964623', u'INDIRECT_-1205964268'), (u'INDIRECT_-1205964403', u'PTRADD_-1205964349'), (u'PTRADD_-1205964349', u'LOAD_-1205964875'), ('const-4', u'PTRADD_-1205964349'), (u'CAST_-1205964373', u'CALL_-1205964793'), (u'INDIRECT_-1205964290', u'COPY_-1205964344'), ('const-0', u'CALL_-1205964793'), (u'INDIRECT_-1205964292', u'INT_EQUAL_-1205964585')]
null
null
00016f20
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00016f20(void)\n\n{\n undefined4 *puVar1;\n undefined4 uVar2;\n void *__ptr;\n char *__format;\n \n uVar2 = DAT_000213a0;\n if (DAT_000212e4 == (undefined4 *)0x0) {\n __format = (char *)dcgettext(0,"%s: no open output archive\n",5);\n fprintf(*(FILE **)PTR_stderr_00020fd4,__format,uVar2);\n if (DAT_00021280 == 0) {\n /* WARNING: Subroutine does not return */\n xexit(9);\n }\n }\n else {\n __ptr = (void *)xstrdup(*DAT_000212e4);\n puVar1 = DAT_000212e4;\n if (0 < DAT_000211ac) {\n DAT_000212e4[10] = DAT_000212e4[10] | 0x40000;\n }\n bfd_close(puVar1);\n FUN_00017640(__ptr,DAT_000212e0,0);\n DAT_000212e4 = (undefined4 *)0x0;\n free(__ptr);\n }\n return;\n}\n\n" comment (function_definition "void FUN_00016f20(void)\n\n{\n undefined4 *puVar1;\n undefined4 uVar2;\n void *__ptr;\n char *__format;\n \n uVar2 = DAT_000213a0;\n if (DAT_000212e4 == (undefined4 *)0x0) {\n __format = (char *)dcgettext(0,"%s: no open output archive\n",5);\n fprintf(*(FILE **)PTR_stderr_00020fd4,__format,uVar2);\n if (DAT_00021280 == 0) {\n /* WARNING: Subroutine does not return */\n xexit(9);\n }\n }\n else {\n __ptr = (void *)xstrdup(*DAT_000212e4);\n puVar1 = DAT_000212e4;\n if (0 < DAT_000211ac) {\n DAT_000212e4[10] = DAT_000212e4[10] | 0x40000;\n }\n bfd_close(puVar1);\n FUN_00017640(__ptr,DAT_000212e0,0);\n DAT_000212e4 = (undefined4 *)0x0;\n free(__ptr);\n }\n return;\n}" primitive_type (function_declarator "FUN_00016f20(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n undefined4 *puVar1;\n undefined4 uVar2;\n void *__ptr;\n char *__format;\n \n uVar2 = DAT_000213a0;\n if (DAT_000212e4 == (undefined4 *)0x0) {\n __format = (char *)dcgettext(0,"%s: no open output archive\n",5);\n fprintf(*(FILE **)PTR_stderr_00020fd4,__format,uVar2);\n if (DAT_00021280 == 0) {\n /* WARNING: Subroutine does not return */\n xexit(9);\n }\n }\n else {\n __ptr = (void *)xstrdup(*DAT_000212e4);\n puVar1 = DAT_000212e4;\n if (0 < DAT_000211ac) {\n DAT_000212e4[10] = DAT_000212e4[10] | 0x40000;\n }\n bfd_close(puVar1);\n FUN_00017640(__ptr,DAT_000212e0,0);\n DAT_000212e4 = (undefined4 *)0x0;\n free(__ptr);\n }\n return;\n}" { (declaration "undefined4 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (declaration "void *__ptr;" primitive_type (pointer_declarator "*__ptr" * identifier) ;) (declaration "char *__format;" primitive_type (pointer_declarator "*__format" * identifier) ;) (expression_statement "uVar2 = DAT_000213a0;" (assignment_expression "uVar2 = DAT_000213a0" identifier = identifier) ;) (if_statement "if (DAT_000212e4 == (undefined4 *)0x0) {\n __format = (char *)dcgettext(0,"%s: no open output archive\n",5);\n fprintf(*(FILE **)PTR_stderr_00020fd4,__format,uVar2);\n if (DAT_00021280 == 0) {\n /* WARNING: Subroutine does not return */\n xexit(9);\n }\n }\n else {\n __ptr = (void *)xstrdup(*DAT_000212e4);\n puVar1 = DAT_000212e4;\n if (0 < DAT_000211ac) {\n DAT_000212e4[10] = DAT_000212e4[10] | 0x40000;\n }\n bfd_close(puVar1);\n FUN_00017640(__ptr,DAT_000212e0,0);\n DAT_000212e4 = (undefined4 *)0x0;\n free(__ptr);\n }" if (parenthesized_expression "(DAT_000212e4 == (undefined4 *)0x0)" ( (binary_expression "DAT_000212e4 == (undefined4 *)0x0" identifier == (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n __format = (char *)dcgettext(0,"%s: no open output archive\n",5);\n fprintf(*(FILE **)PTR_stderr_00020fd4,__format,uVar2);\n if (DAT_00021280 == 0) {\n /* WARNING: Subroutine does not return */\n xexit(9);\n }\n }" { (expression_statement "__format = (char *)dcgettext(0,"%s: no open output archive\n",5);" (assignment_expression "__format = (char *)dcgettext(0,"%s: no open output archive\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"%s: no open output archive\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"%s: no open output archive\n",5)" identifier (argument_list "(0,"%s: no open output archive\n",5)" ( number_literal , (string_literal ""%s: no open output archive\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(*(FILE **)PTR_stderr_00020fd4,__format,uVar2);" (call_expression "fprintf(*(FILE **)PTR_stderr_00020fd4,__format,uVar2)" identifier (argument_list "(*(FILE **)PTR_stderr_00020fd4,__format,uVar2)" ( (pointer_expression "*(FILE **)PTR_stderr_00020fd4" * (cast_expression "(FILE **)PTR_stderr_00020fd4" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) , identifier , identifier ))) ;) (if_statement "if (DAT_00021280 == 0) {\n /* WARNING: Subroutine does not return */\n xexit(9);\n }" if (parenthesized_expression "(DAT_00021280 == 0)" ( (binary_expression "DAT_00021280 == 0" identifier == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n xexit(9);\n }" { comment (expression_statement "xexit(9);" (call_expression "xexit(9)" identifier (argument_list "(9)" ( number_literal ))) ;) })) }) (else_clause "else {\n __ptr = (void *)xstrdup(*DAT_000212e4);\n puVar1 = DAT_000212e4;\n if (0 < DAT_000211ac) {\n DAT_000212e4[10] = DAT_000212e4[10] | 0x40000;\n }\n bfd_close(puVar1);\n FUN_00017640(__ptr,DAT_000212e0,0);\n DAT_000212e4 = (undefined4 *)0x0;\n free(__ptr);\n }" else (compound_statement "{\n __ptr = (void *)xstrdup(*DAT_000212e4);\n puVar1 = DAT_000212e4;\n if (0 < DAT_000211ac) {\n DAT_000212e4[10] = DAT_000212e4[10] | 0x40000;\n }\n bfd_close(puVar1);\n FUN_00017640(__ptr,DAT_000212e0,0);\n DAT_000212e4 = (undefined4 *)0x0;\n free(__ptr);\n }" { (expression_statement "__ptr = (void *)xstrdup(*DAT_000212e4);" (assignment_expression "__ptr = (void *)xstrdup(*DAT_000212e4)" identifier = (cast_expression "(void *)xstrdup(*DAT_000212e4)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xstrdup(*DAT_000212e4)" identifier (argument_list "(*DAT_000212e4)" ( (pointer_expression "*DAT_000212e4" * identifier) ))))) ;) (expression_statement "puVar1 = DAT_000212e4;" (assignment_expression "puVar1 = DAT_000212e4" identifier = identifier) ;) (if_statement "if (0 < DAT_000211ac) {\n DAT_000212e4[10] = DAT_000212e4[10] | 0x40000;\n }" if (parenthesized_expression "(0 < DAT_000211ac)" ( (binary_expression "0 < DAT_000211ac" number_literal < identifier) )) (compound_statement "{\n DAT_000212e4[10] = DAT_000212e4[10] | 0x40000;\n }" { (expression_statement "DAT_000212e4[10] = DAT_000212e4[10] | 0x40000;" (assignment_expression "DAT_000212e4[10] = DAT_000212e4[10] | 0x40000" (subscript_expression "DAT_000212e4[10]" identifier [ number_literal ]) = (binary_expression "DAT_000212e4[10] | 0x40000" (subscript_expression "DAT_000212e4[10]" identifier [ number_literal ]) | number_literal)) ;) })) (expression_statement "bfd_close(puVar1);" (call_expression "bfd_close(puVar1)" identifier (argument_list "(puVar1)" ( identifier ))) ;) (expression_statement "FUN_00017640(__ptr,DAT_000212e0,0);" (call_expression "FUN_00017640(__ptr,DAT_000212e0,0)" identifier (argument_list "(__ptr,DAT_000212e0,0)" ( identifier , identifier , number_literal ))) ;) (expression_statement "DAT_000212e4 = (undefined4 *)0x0;" (assignment_expression "DAT_000212e4 = (undefined4 *)0x0" identifier = (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "free(__ptr);" (call_expression "free(__ptr)" identifier (argument_list "(__ptr)" ( identifier ))) ;) }))) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid ar_save(void)\n\n{\n bfd *pbVar1;\n char *pcVar2;\n char *__format;\n \n pcVar2 = program_name;\n if (obfd == (bfd *)0x0) {\n __format = (char *)dcgettext(0,"%s: no open output archive\n",5);\n fprintf(*(FILE **)PTR_stderr_00020fd4,__format,pcVar2);\n if (interactive == 0) {\n /* WARNING: Subroutine does not return */\n xexit(9);\n }\n }\n else {\n pcVar2 = (char *)xstrdup(obfd->filename);\n pbVar1 = obfd;\n if (0 < deterministic) {\n *(uint *)&obfd->field_0x28 = *(uint *)&obfd->field_0x28 | 0x40000;\n }\n bfd_close(pbVar1);\n smart_rename(pcVar2,real_name,0);\n obfd = (bfd *)0x0;\n free(pcVar2);\n }\n return;\n}\n\n" comment comment (function_definition "void ar_save(void)\n\n{\n bfd *pbVar1;\n char *pcVar2;\n char *__format;\n \n pcVar2 = program_name;\n if (obfd == (bfd *)0x0) {\n __format = (char *)dcgettext(0,"%s: no open output archive\n",5);\n fprintf(*(FILE **)PTR_stderr_00020fd4,__format,pcVar2);\n if (interactive == 0) {\n /* WARNING: Subroutine does not return */\n xexit(9);\n }\n }\n else {\n pcVar2 = (char *)xstrdup(obfd->filename);\n pbVar1 = obfd;\n if (0 < deterministic) {\n *(uint *)&obfd->field_0x28 = *(uint *)&obfd->field_0x28 | 0x40000;\n }\n bfd_close(pbVar1);\n smart_rename(pcVar2,real_name,0);\n obfd = (bfd *)0x0;\n free(pcVar2);\n }\n return;\n}" primitive_type (function_declarator "ar_save(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n bfd *pbVar1;\n char *pcVar2;\n char *__format;\n \n pcVar2 = program_name;\n if (obfd == (bfd *)0x0) {\n __format = (char *)dcgettext(0,"%s: no open output archive\n",5);\n fprintf(*(FILE **)PTR_stderr_00020fd4,__format,pcVar2);\n if (interactive == 0) {\n /* WARNING: Subroutine does not return */\n xexit(9);\n }\n }\n else {\n pcVar2 = (char *)xstrdup(obfd->filename);\n pbVar1 = obfd;\n if (0 < deterministic) {\n *(uint *)&obfd->field_0x28 = *(uint *)&obfd->field_0x28 | 0x40000;\n }\n bfd_close(pbVar1);\n smart_rename(pcVar2,real_name,0);\n obfd = (bfd *)0x0;\n free(pcVar2);\n }\n return;\n}" { (declaration "bfd *pbVar1;" type_identifier (pointer_declarator "*pbVar1" * identifier) ;) (declaration "char *pcVar2;" primitive_type (pointer_declarator "*pcVar2" * identifier) ;) (declaration "char *__format;" primitive_type (pointer_declarator "*__format" * identifier) ;) (expression_statement "pcVar2 = program_name;" (assignment_expression "pcVar2 = program_name" identifier = identifier) ;) (if_statement "if (obfd == (bfd *)0x0) {\n __format = (char *)dcgettext(0,"%s: no open output archive\n",5);\n fprintf(*(FILE **)PTR_stderr_00020fd4,__format,pcVar2);\n if (interactive == 0) {\n /* WARNING: Subroutine does not return */\n xexit(9);\n }\n }\n else {\n pcVar2 = (char *)xstrdup(obfd->filename);\n pbVar1 = obfd;\n if (0 < deterministic) {\n *(uint *)&obfd->field_0x28 = *(uint *)&obfd->field_0x28 | 0x40000;\n }\n bfd_close(pbVar1);\n smart_rename(pcVar2,real_name,0);\n obfd = (bfd *)0x0;\n free(pcVar2);\n }" if (parenthesized_expression "(obfd == (bfd *)0x0)" ( (binary_expression "obfd == (bfd *)0x0" identifier == (cast_expression "(bfd *)0x0" ( (type_descriptor "bfd *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n __format = (char *)dcgettext(0,"%s: no open output archive\n",5);\n fprintf(*(FILE **)PTR_stderr_00020fd4,__format,pcVar2);\n if (interactive == 0) {\n /* WARNING: Subroutine does not return */\n xexit(9);\n }\n }" { (expression_statement "__format = (char *)dcgettext(0,"%s: no open output archive\n",5);" (assignment_expression "__format = (char *)dcgettext(0,"%s: no open output archive\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"%s: no open output archive\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"%s: no open output archive\n",5)" identifier (argument_list "(0,"%s: no open output archive\n",5)" ( number_literal , (string_literal ""%s: no open output archive\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(*(FILE **)PTR_stderr_00020fd4,__format,pcVar2);" (call_expression "fprintf(*(FILE **)PTR_stderr_00020fd4,__format,pcVar2)" identifier (argument_list "(*(FILE **)PTR_stderr_00020fd4,__format,pcVar2)" ( (pointer_expression "*(FILE **)PTR_stderr_00020fd4" * (cast_expression "(FILE **)PTR_stderr_00020fd4" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) , identifier , identifier ))) ;) (if_statement "if (interactive == 0) {\n /* WARNING: Subroutine does not return */\n xexit(9);\n }" if (parenthesized_expression "(interactive == 0)" ( (binary_expression "interactive == 0" identifier == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n xexit(9);\n }" { comment (expression_statement "xexit(9);" (call_expression "xexit(9)" identifier (argument_list "(9)" ( number_literal ))) ;) })) }) (else_clause "else {\n pcVar2 = (char *)xstrdup(obfd->filename);\n pbVar1 = obfd;\n if (0 < deterministic) {\n *(uint *)&obfd->field_0x28 = *(uint *)&obfd->field_0x28 | 0x40000;\n }\n bfd_close(pbVar1);\n smart_rename(pcVar2,real_name,0);\n obfd = (bfd *)0x0;\n free(pcVar2);\n }" else (compound_statement "{\n pcVar2 = (char *)xstrdup(obfd->filename);\n pbVar1 = obfd;\n if (0 < deterministic) {\n *(uint *)&obfd->field_0x28 = *(uint *)&obfd->field_0x28 | 0x40000;\n }\n bfd_close(pbVar1);\n smart_rename(pcVar2,real_name,0);\n obfd = (bfd *)0x0;\n free(pcVar2);\n }" { (expression_statement "pcVar2 = (char *)xstrdup(obfd->filename);" (assignment_expression "pcVar2 = (char *)xstrdup(obfd->filename)" identifier = (cast_expression "(char *)xstrdup(obfd->filename)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xstrdup(obfd->filename)" identifier (argument_list "(obfd->filename)" ( (field_expression "obfd->filename" identifier -> field_identifier) ))))) ;) (expression_statement "pbVar1 = obfd;" (assignment_expression "pbVar1 = obfd" identifier = identifier) ;) (if_statement "if (0 < deterministic) {\n *(uint *)&obfd->field_0x28 = *(uint *)&obfd->field_0x28 | 0x40000;\n }" if (parenthesized_expression "(0 < deterministic)" ( (binary_expression "0 < deterministic" number_literal < identifier) )) (compound_statement "{\n *(uint *)&obfd->field_0x28 = *(uint *)&obfd->field_0x28 | 0x40000;\n }" { (expression_statement "*(uint *)&obfd->field_0x28 = *(uint *)&obfd->field_0x28 | 0x40000;" (assignment_expression "*(uint *)&obfd->field_0x28 = *(uint *)&obfd->field_0x28 | 0x40000" (pointer_expression "*(uint *)&obfd->field_0x28" * (cast_expression "(uint *)&obfd->field_0x28" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&obfd->field_0x28" & (field_expression "obfd->field_0x28" identifier -> field_identifier)))) = (binary_expression "*(uint *)&obfd->field_0x28 | 0x40000" (pointer_expression "*(uint *)&obfd->field_0x28" * (cast_expression "(uint *)&obfd->field_0x28" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&obfd->field_0x28" & (field_expression "obfd->field_0x28" identifier -> field_identifier)))) | number_literal)) ;) })) (expression_statement "bfd_close(pbVar1);" (call_expression "bfd_close(pbVar1)" identifier (argument_list "(pbVar1)" ( identifier ))) ;) (expression_statement "smart_rename(pcVar2,real_name,0);" (call_expression "smart_rename(pcVar2,real_name,0)" identifier (argument_list "(pcVar2,real_name,0)" ( identifier , identifier , number_literal ))) ;) (expression_statement "obfd = (bfd *)0x0;" (assignment_expression "obfd = (bfd *)0x0" identifier = (cast_expression "(bfd *)0x0" ( (type_descriptor "bfd *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "free(pcVar2);" (call_expression "free(pcVar2)" identifier (argument_list "(pcVar2)" ( identifier ))) ;) }))) (return_statement "return;" return ;) })))
(translation_unit "void FUN_00016f20(void)\n\n{\n undefined4 *puVar1;\n undefined4 uVar2;\n void *__ptr;\n char *__format;\n \n uVar2 = DAT_000213a0;\n if (DAT_000212e4 == (undefined4 *)0x0) {\n __format = (char *)dcgettext(0,"%s: no open output archive\n",5);\n fprintf(*(FILE **)PTR_stderr_00020fd4,__format,uVar2);\n if (DAT_00021280 == 0) {\n \n xexit(9);\n }\n }\n else {\n __ptr = (void *)xstrdup(*DAT_000212e4);\n puVar1 = DAT_000212e4;\n if (0 < DAT_000211ac) {\n DAT_000212e4[10] = DAT_000212e4[10] | 0x40000;\n }\n bfd_close(puVar1);\n FUN_00017640(__ptr,DAT_000212e0,0);\n DAT_000212e4 = (undefined4 *)0x0;\n free(__ptr);\n }\n return;\n}\n\n" (function_definition "void FUN_00016f20(void)\n\n{\n undefined4 *puVar1;\n undefined4 uVar2;\n void *__ptr;\n char *__format;\n \n uVar2 = DAT_000213a0;\n if (DAT_000212e4 == (undefined4 *)0x0) {\n __format = (char *)dcgettext(0,"%s: no open output archive\n",5);\n fprintf(*(FILE **)PTR_stderr_00020fd4,__format,uVar2);\n if (DAT_00021280 == 0) {\n \n xexit(9);\n }\n }\n else {\n __ptr = (void *)xstrdup(*DAT_000212e4);\n puVar1 = DAT_000212e4;\n if (0 < DAT_000211ac) {\n DAT_000212e4[10] = DAT_000212e4[10] | 0x40000;\n }\n bfd_close(puVar1);\n FUN_00017640(__ptr,DAT_000212e0,0);\n DAT_000212e4 = (undefined4 *)0x0;\n free(__ptr);\n }\n return;\n}" primitive_type (function_declarator "FUN_00016f20(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n undefined4 *puVar1;\n undefined4 uVar2;\n void *__ptr;\n char *__format;\n \n uVar2 = DAT_000213a0;\n if (DAT_000212e4 == (undefined4 *)0x0) {\n __format = (char *)dcgettext(0,"%s: no open output archive\n",5);\n fprintf(*(FILE **)PTR_stderr_00020fd4,__format,uVar2);\n if (DAT_00021280 == 0) {\n \n xexit(9);\n }\n }\n else {\n __ptr = (void *)xstrdup(*DAT_000212e4);\n puVar1 = DAT_000212e4;\n if (0 < DAT_000211ac) {\n DAT_000212e4[10] = DAT_000212e4[10] | 0x40000;\n }\n bfd_close(puVar1);\n FUN_00017640(__ptr,DAT_000212e0,0);\n DAT_000212e4 = (undefined4 *)0x0;\n free(__ptr);\n }\n return;\n}" { (declaration "undefined4 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (declaration "void *__ptr;" primitive_type (pointer_declarator "*__ptr" * identifier) ;) (declaration "char *__format;" primitive_type (pointer_declarator "*__format" * identifier) ;) (expression_statement "uVar2 = DAT_000213a0;" (assignment_expression "uVar2 = DAT_000213a0" identifier = identifier) ;) (if_statement "if (DAT_000212e4 == (undefined4 *)0x0) {\n __format = (char *)dcgettext(0,"%s: no open output archive\n",5);\n fprintf(*(FILE **)PTR_stderr_00020fd4,__format,uVar2);\n if (DAT_00021280 == 0) {\n \n xexit(9);\n }\n }\n else {\n __ptr = (void *)xstrdup(*DAT_000212e4);\n puVar1 = DAT_000212e4;\n if (0 < DAT_000211ac) {\n DAT_000212e4[10] = DAT_000212e4[10] | 0x40000;\n }\n bfd_close(puVar1);\n FUN_00017640(__ptr,DAT_000212e0,0);\n DAT_000212e4 = (undefined4 *)0x0;\n free(__ptr);\n }" if (parenthesized_expression "(DAT_000212e4 == (undefined4 *)0x0)" ( (binary_expression "DAT_000212e4 == (undefined4 *)0x0" identifier == (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n __format = (char *)dcgettext(0,"%s: no open output archive\n",5);\n fprintf(*(FILE **)PTR_stderr_00020fd4,__format,uVar2);\n if (DAT_00021280 == 0) {\n \n xexit(9);\n }\n }" { (expression_statement "__format = (char *)dcgettext(0,"%s: no open output archive\n",5);" (assignment_expression "__format = (char *)dcgettext(0,"%s: no open output archive\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"%s: no open output archive\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"%s: no open output archive\n",5)" identifier (argument_list "(0,"%s: no open output archive\n",5)" ( number_literal , (string_literal ""%s: no open output archive\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(*(FILE **)PTR_stderr_00020fd4,__format,uVar2);" (call_expression "fprintf(*(FILE **)PTR_stderr_00020fd4,__format,uVar2)" identifier (argument_list "(*(FILE **)PTR_stderr_00020fd4,__format,uVar2)" ( (pointer_expression "*(FILE **)PTR_stderr_00020fd4" * (cast_expression "(FILE **)PTR_stderr_00020fd4" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) , identifier , identifier ))) ;) (if_statement "if (DAT_00021280 == 0) {\n \n xexit(9);\n }" if (parenthesized_expression "(DAT_00021280 == 0)" ( (binary_expression "DAT_00021280 == 0" identifier == number_literal) )) (compound_statement "{\n \n xexit(9);\n }" { (expression_statement "xexit(9);" (call_expression "xexit(9)" identifier (argument_list "(9)" ( number_literal ))) ;) })) }) (else_clause "else {\n __ptr = (void *)xstrdup(*DAT_000212e4);\n puVar1 = DAT_000212e4;\n if (0 < DAT_000211ac) {\n DAT_000212e4[10] = DAT_000212e4[10] | 0x40000;\n }\n bfd_close(puVar1);\n FUN_00017640(__ptr,DAT_000212e0,0);\n DAT_000212e4 = (undefined4 *)0x0;\n free(__ptr);\n }" else (compound_statement "{\n __ptr = (void *)xstrdup(*DAT_000212e4);\n puVar1 = DAT_000212e4;\n if (0 < DAT_000211ac) {\n DAT_000212e4[10] = DAT_000212e4[10] | 0x40000;\n }\n bfd_close(puVar1);\n FUN_00017640(__ptr,DAT_000212e0,0);\n DAT_000212e4 = (undefined4 *)0x0;\n free(__ptr);\n }" { (expression_statement "__ptr = (void *)xstrdup(*DAT_000212e4);" (assignment_expression "__ptr = (void *)xstrdup(*DAT_000212e4)" identifier = (cast_expression "(void *)xstrdup(*DAT_000212e4)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xstrdup(*DAT_000212e4)" identifier (argument_list "(*DAT_000212e4)" ( (pointer_expression "*DAT_000212e4" * identifier) ))))) ;) (expression_statement "puVar1 = DAT_000212e4;" (assignment_expression "puVar1 = DAT_000212e4" identifier = identifier) ;) (if_statement "if (0 < DAT_000211ac) {\n DAT_000212e4[10] = DAT_000212e4[10] | 0x40000;\n }" if (parenthesized_expression "(0 < DAT_000211ac)" ( (binary_expression "0 < DAT_000211ac" number_literal < identifier) )) (compound_statement "{\n DAT_000212e4[10] = DAT_000212e4[10] | 0x40000;\n }" { (expression_statement "DAT_000212e4[10] = DAT_000212e4[10] | 0x40000;" (assignment_expression "DAT_000212e4[10] = DAT_000212e4[10] | 0x40000" (subscript_expression "DAT_000212e4[10]" identifier [ number_literal ]) = (binary_expression "DAT_000212e4[10] | 0x40000" (subscript_expression "DAT_000212e4[10]" identifier [ number_literal ]) | number_literal)) ;) })) (expression_statement "bfd_close(puVar1);" (call_expression "bfd_close(puVar1)" identifier (argument_list "(puVar1)" ( identifier ))) ;) (expression_statement "FUN_00017640(__ptr,DAT_000212e0,0);" (call_expression "FUN_00017640(__ptr,DAT_000212e0,0)" identifier (argument_list "(__ptr,DAT_000212e0,0)" ( identifier , identifier , number_literal ))) ;) (expression_statement "DAT_000212e4 = (undefined4 *)0x0;" (assignment_expression "DAT_000212e4 = (undefined4 *)0x0" identifier = (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (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) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (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 *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) IDENT)) , IDENT , IDENT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( LIT ))) ;) })) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( (pointer_expression * IDENT) ))))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (subscript_expression IDENT [ LIT ]) | LIT)) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , LIT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) }))) (return_statement return ;) })))
(function_definition "void FUN_00016f20(void)\n\n{\n undefined4 *puVar1;\n undefined4 uVar2;\n void *__ptr;\n char *__format;\n \n uVar2 = DAT_000213a0;\n if (DAT_000212e4 == (undefined4 *)0x0) {\n __format = (char *)dcgettext(0,"%s: no open output archive\n",5);\n fprintf(*(FILE **)PTR_stderr_00020fd4,__format,uVar2);\n if (DAT_00021280 == 0) {\n \n xexit(9);\n }\n }\n else {\n __ptr = (void *)xstrdup(*DAT_000212e4);\n puVar1 = DAT_000212e4;\n if (0 < DAT_000211ac) {\n DAT_000212e4[10] = DAT_000212e4[10] | 0x40000;\n }\n bfd_close(puVar1);\n FUN_00017640(__ptr,DAT_000212e0,0);\n DAT_000212e4 = (undefined4 *)0x0;\n free(__ptr);\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_00016f20(void)" (identifier "FUN_00016f20") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n undefined4 *puVar1;\n undefined4 uVar2;\n void *__ptr;\n char *__format;\n \n uVar2 = DAT_000213a0;\n if (DAT_000212e4 == (undefined4 *)0x0) {\n __format = (char *)dcgettext(0,"%s: no open output archive\n",5);\n fprintf(*(FILE **)PTR_stderr_00020fd4,__format,uVar2);\n if (DAT_00021280 == 0) {\n \n xexit(9);\n }\n }\n else {\n __ptr = (void *)xstrdup(*DAT_000212e4);\n puVar1 = DAT_000212e4;\n if (0 < DAT_000211ac) {\n DAT_000212e4[10] = DAT_000212e4[10] | 0x40000;\n }\n bfd_close(puVar1);\n FUN_00017640(__ptr,DAT_000212e0,0);\n DAT_000212e4 = (undefined4 *)0x0;\n free(__ptr);\n }\n return;\n}" ({ "{") (declaration "undefined4 *puVar1;" (type_identifier "undefined4") (pointer_declarator "*puVar1" (* "*") (identifier "puVar1")) (; ";")) (declaration "undefined4 uVar2;" (type_identifier "undefined4") (identifier "uVar2") (; ";")) (declaration "void *__ptr;" (primitive_type "void") (pointer_declarator "*__ptr" (* "*") (identifier "__ptr")) (; ";")) (declaration "char *__format;" (primitive_type "char") (pointer_declarator "*__format" (* "*") (identifier "__format")) (; ";")) (expression_statement "uVar2 = DAT_000213a0;" (assignment_expression "uVar2 = DAT_000213a0" (identifier "uVar2") (= "=") (identifier "DAT_000213a0")) (; ";")) (if_statement "if (DAT_000212e4 == (undefined4 *)0x0) {\n __format = (char *)dcgettext(0,"%s: no open output archive\n",5);\n fprintf(*(FILE **)PTR_stderr_00020fd4,__format,uVar2);\n if (DAT_00021280 == 0) {\n \n xexit(9);\n }\n }\n else {\n __ptr = (void *)xstrdup(*DAT_000212e4);\n puVar1 = DAT_000212e4;\n if (0 < DAT_000211ac) {\n DAT_000212e4[10] = DAT_000212e4[10] | 0x40000;\n }\n bfd_close(puVar1);\n FUN_00017640(__ptr,DAT_000212e0,0);\n DAT_000212e4 = (undefined4 *)0x0;\n free(__ptr);\n }" (if "if") (parenthesized_expression "(DAT_000212e4 == (undefined4 *)0x0)" (( "(") (binary_expression "DAT_000212e4 == (undefined4 *)0x0" (identifier "DAT_000212e4") (== "==") (cast_expression "(undefined4 *)0x0" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n __format = (char *)dcgettext(0,"%s: no open output archive\n",5);\n fprintf(*(FILE **)PTR_stderr_00020fd4,__format,uVar2);\n if (DAT_00021280 == 0) {\n \n xexit(9);\n }\n }" ({ "{") (expression_statement "__format = (char *)dcgettext(0,"%s: no open output archive\n",5);" (assignment_expression "__format = (char *)dcgettext(0,"%s: no open output archive\n",5)" (identifier "__format") (= "=") (cast_expression "(char *)dcgettext(0,"%s: no open output archive\n",5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0,"%s: no open output archive\n",5)" (identifier "dcgettext") (argument_list "(0,"%s: no open output archive\n",5)" (( "(") (number_literal "0") (, ",") (string_literal ""%s: no open output archive\n"" (" """) (string_content "%s: no open output archive") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "fprintf(*(FILE **)PTR_stderr_00020fd4,__format,uVar2);" (call_expression "fprintf(*(FILE **)PTR_stderr_00020fd4,__format,uVar2)" (identifier "fprintf") (argument_list "(*(FILE **)PTR_stderr_00020fd4,__format,uVar2)" (( "(") (pointer_expression "*(FILE **)PTR_stderr_00020fd4" (* "*") (cast_expression "(FILE **)PTR_stderr_00020fd4" (( "(") (type_descriptor "FILE **" (type_identifier "FILE") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (identifier "PTR_stderr_00020fd4"))) (, ",") (identifier "__format") (, ",") (identifier "uVar2") () ")"))) (; ";")) (if_statement "if (DAT_00021280 == 0) {\n \n xexit(9);\n }" (if "if") (parenthesized_expression "(DAT_00021280 == 0)" (( "(") (binary_expression "DAT_00021280 == 0" (identifier "DAT_00021280") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n xexit(9);\n }" ({ "{") (expression_statement "xexit(9);" (call_expression "xexit(9)" (identifier "xexit") (argument_list "(9)" (( "(") (number_literal "9") () ")"))) (; ";")) (} "}"))) (} "}")) (else_clause "else {\n __ptr = (void *)xstrdup(*DAT_000212e4);\n puVar1 = DAT_000212e4;\n if (0 < DAT_000211ac) {\n DAT_000212e4[10] = DAT_000212e4[10] | 0x40000;\n }\n bfd_close(puVar1);\n FUN_00017640(__ptr,DAT_000212e0,0);\n DAT_000212e4 = (undefined4 *)0x0;\n free(__ptr);\n }" (else "else") (compound_statement "{\n __ptr = (void *)xstrdup(*DAT_000212e4);\n puVar1 = DAT_000212e4;\n if (0 < DAT_000211ac) {\n DAT_000212e4[10] = DAT_000212e4[10] | 0x40000;\n }\n bfd_close(puVar1);\n FUN_00017640(__ptr,DAT_000212e0,0);\n DAT_000212e4 = (undefined4 *)0x0;\n free(__ptr);\n }" ({ "{") (expression_statement "__ptr = (void *)xstrdup(*DAT_000212e4);" (assignment_expression "__ptr = (void *)xstrdup(*DAT_000212e4)" (identifier "__ptr") (= "=") (cast_expression "(void *)xstrdup(*DAT_000212e4)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "xstrdup(*DAT_000212e4)" (identifier "xstrdup") (argument_list "(*DAT_000212e4)" (( "(") (pointer_expression "*DAT_000212e4" (* "*") (identifier "DAT_000212e4")) () ")"))))) (; ";")) (expression_statement "puVar1 = DAT_000212e4;" (assignment_expression "puVar1 = DAT_000212e4" (identifier "puVar1") (= "=") (identifier "DAT_000212e4")) (; ";")) (if_statement "if (0 < DAT_000211ac) {\n DAT_000212e4[10] = DAT_000212e4[10] | 0x40000;\n }" (if "if") (parenthesized_expression "(0 < DAT_000211ac)" (( "(") (binary_expression "0 < DAT_000211ac" (number_literal "0") (< "<") (identifier "DAT_000211ac")) () ")")) (compound_statement "{\n DAT_000212e4[10] = DAT_000212e4[10] | 0x40000;\n }" ({ "{") (expression_statement "DAT_000212e4[10] = DAT_000212e4[10] | 0x40000;" (assignment_expression "DAT_000212e4[10] = DAT_000212e4[10] | 0x40000" (subscript_expression "DAT_000212e4[10]" (identifier "DAT_000212e4") ([ "[") (number_literal "10") (] "]")) (= "=") (binary_expression "DAT_000212e4[10] | 0x40000" (subscript_expression "DAT_000212e4[10]" (identifier "DAT_000212e4") ([ "[") (number_literal "10") (] "]")) (| "|") (number_literal "0x40000"))) (; ";")) (} "}"))) (expression_statement "bfd_close(puVar1);" (call_expression "bfd_close(puVar1)" (identifier "bfd_close") (argument_list "(puVar1)" (( "(") (identifier "puVar1") () ")"))) (; ";")) (expression_statement "FUN_00017640(__ptr,DAT_000212e0,0);" (call_expression "FUN_00017640(__ptr,DAT_000212e0,0)" (identifier "FUN_00017640") (argument_list "(__ptr,DAT_000212e0,0)" (( "(") (identifier "__ptr") (, ",") (identifier "DAT_000212e0") (, ",") (number_literal "0") () ")"))) (; ";")) (expression_statement "DAT_000212e4 = (undefined4 *)0x0;" (assignment_expression "DAT_000212e4 = (undefined4 *)0x0" (identifier "DAT_000212e4") (= "=") (cast_expression "(undefined4 *)0x0" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "free(__ptr);" (call_expression "free(__ptr)" (identifier "free") (argument_list "(__ptr)" (( "(") (identifier "__ptr") () ")"))) (; ";")) (} "}")))) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void function_1(void) { type_1 *pbVar1; char *pcVar2; char *__format; pcVar2 = program_name; if (var_1 == (type_1 *)0x0) { __format = (char *)var_2(0,"%s: no open output archive\n",5); var_3(*(type_2 **)PTR_stderr_00020fd4,__format,pcVar2); if (var_4 == 0) { /* WARNING: Subroutine does not return */ var_5(9); } } else { pcVar2 = (char *)var_6(var_1->filename); pbVar1 = var_1; if (0 < var_7) { *(type_3 *)&var_1->field_0x28 = *(type_3 *)&var_1->field_0x28 | 0x40000; } var_8(pbVar1); var_9(pcVar2,real_name,0); var_1 = (type_1 *)0x0; var_10(pcVar2); } return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (type_identifier) declarator: (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))) (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: (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 (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (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 (number_literal))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (number_literal)))) (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 (identifier))))))) (return_statement))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(void) { undefined4 *puVar1; undefined4 uVar2; void *__ptr; char *__format; uVar2 = DAT_000213a0; if (DAT_000212e4 == (undefined4 *)0x0) { __format = (char *)dcgettext(0,"%s: no open output archive\n",5); fprintf(*(FILE **)PTR_stderr_00020fd4,__format,uVar2); if (DAT_00021280 == 0) { /* WARNING: Subroutine does not return */ xexit(9); } } else { __ptr = (void *)xstrdup(*DAT_000212e4); puVar1 = DAT_000212e4; if (0 < DAT_000211ac) { DAT_000212e4[10] = DAT_000212e4[10] | 0x40000; } bfd_close(puVar1); FUN_00017640(__ptr,DAT_000212e0,0); DAT_000212e4 = (undefined4 *)0x0; free(__ptr); } return; }
1580_i686-gnu-dwp_and_i686-gnu-dwp_strip.c
~Struct_no_i
FUN_000436a0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Struct_no_i(Struct_no_i * this, int __in_chrg) */ void __thiscall gold::General_options::Struct_no_i::~Struct_no_i(Struct_no_i *this,int __in_chrg) { pointer pcVar1; (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00381b8c; 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,0x3c); return; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_000436a0(undefined4 *param_1) { *param_1 = &PTR_FUN_00381b8c; if ((undefined4 *)param_1[1] != param_1 + 3) { FUN_001e6db0((undefined4 *)param_1[1]); } FUN_001e6d90(param_1,0x3c); return; }
PUSH ESI PUSH EBX CALL 0x00035840 ADD EBX,0x34b959 SUB ESP,0x4 MOV ESI,dword ptr [ESP + 0x10] LEA EDX,[ESI + 0xc] LEA EAX,[EBX + 0xffff2b8c] MOV dword ptr [ESI],EAX MOV EAX,dword ptr [ESI + 0x4] CMP EAX,EDX JZ 0x000436d2 SUB ESP,0xc PUSH EAX CALL 0x001e6db0 ADD ESP,0x10 SUB ESP,0x8 PUSH 0x3c PUSH ESI CALL 0x001e6d90 ADD ESP,0x14 POP EBX POP ESI RET
null
null
null
null
[('const-3677068', u'PTRSUB_-1206175809'), (u'PTRSUB_-1206175806', u'PTRSUB_-1206175801'), (u'CAST_-1206175799', u'STORE_-1206176029'), ('const-0', u'PTRSUB_-1206175796'), ('const-0', u'PTRSUB_-1206175812'), ('const-8', u'PTRSUB_-1206175808'), (u'PTRSUB_-1206175803', u'PTRSUB_-1206175802'), ('const-417', u'LOAD_-1206176026'), (u'PTRSUB_-1206175808', u'INT_NOTEQUAL_-1206176006'), ('const-0', u'PTRSUB_-1206175802'), (u'PTRSUB_-1206175796', u'LOAD_-1206176026'), ('const-0', u'PTRSUB_-1206175798'), (u'PTRSUB_-1206175798', u'PTRSUB_-1206175796'), ('tmp_135', u'CBRANCH_-1206176006'), ('tmp_323', u'CALL_-1206175942'), (u'PTRSUB_-1206175812', u'PTRSUB_-1206175808'), (u'PTRSUB_-1206175802', u'PTRSUB_-1206175798'), (u'CAST_-1206175793', u'INT_NOTEQUAL_-1206176006'), ('const-0', u'PTRSUB_-1206175809'), (u'INT_NOTEQUAL_-1206176006', u'CBRANCH_-1206176006'), ('tmp_323', u'PTRSUB_-1206175803'), ('const-0', u'RETURN_-1206175909'), ('const-0', u'PTRSUB_-1206175801'), ('const-0', u'PTRSUB_-1206175806'), ('const-4', u'PTRSUB_-1206175803'), (u'PTRSUB_-1206175817', u'PTRSUB_-1206175812'), ('tmp_323', u'PTRSUB_-1206175806'), ('const-4', u'PTRSUB_-1206175817'), (u'LOAD_-1206176026', u'CALL_-1206175983'), (u'LOAD_-1206176026', u'CAST_-1206175793'), (u'PTRSUB_-1206175809', u'CAST_-1206175799'), ('const-417', u'STORE_-1206176029'), (u'PTRSUB_-1206175801', u'STORE_-1206176029'), ('const-60', u'CALL_-1206175942'), ('tmp_323', u'PTRSUB_-1206175817')]
[('const-417', u'LOAD_-1206176026'), ('const-4', u'PTRADD_-1206175811'), ('tmp_597', u'PTRADD_-1206175823'), ('const-3677068', u'PTRSUB_-1206175814'), ('const-60', u'CALL_-1206175942'), ('const-4', u'PTRADD_-1206175823'), ('tmp_597', u'PTRADD_-1206175811'), ('tmp_597', u'CALL_-1206175942'), ('tmp_135', u'CBRANCH_-1206176006'), (u'PTRSUB_-1206175814', u'STORE_-1206176029'), (u'PTRADD_-1206175811', u'LOAD_-1206176026'), (u'PTRADD_-1206175823', u'INT_NOTEQUAL_-1206176006'), ('const-3', u'PTRADD_-1206175823'), ('const-417', u'STORE_-1206176029'), (u'CAST_-1206175811', u'INT_NOTEQUAL_-1206176006'), (u'INT_NOTEQUAL_-1206176006', u'CBRANCH_-1206176006'), ('const-0', u'RETURN_-1206175909'), ('tmp_597', u'STORE_-1206176029'), ('const-1', u'PTRADD_-1206175811'), (u'LOAD_-1206176026', u'CAST_-1206175811'), (u'CAST_-1206175811', u'CALL_-1206175983'), ('const-0', u'PTRSUB_-1206175814')]
null
null
000436a0
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_000436a0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00381b8c;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(param_1,0x3c);\n return;\n}\n\n" comment (function_definition "void FUN_000436a0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00381b8c;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(param_1,0x3c);\n return;\n}" primitive_type (function_declarator "FUN_000436a0(undefined4 *param_1)" identifier (parameter_list "(undefined4 *param_1)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_00381b8c;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(param_1,0x3c);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_00381b8c;" (assignment_expression "*param_1 = &PTR_FUN_00381b8c" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00381b8c" & identifier)) ;) (if_statement "if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }" if (parenthesized_expression "((undefined4 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined4 *)param_1[1] != param_1 + 3" (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" 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_001e6db0((undefined4 *)param_1[1]);\n }" { (expression_statement "FUN_001e6db0((undefined4 *)param_1[1]);" (call_expression "FUN_001e6db0((undefined4 *)param_1[1])" identifier (argument_list "((undefined4 *)param_1[1])" ( (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) ))) ;) })) (expression_statement "FUN_001e6d90(param_1,0x3c);" (call_expression "FUN_001e6d90(param_1,0x3c)" identifier (argument_list "(param_1,0x3c)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Struct_no_i(Struct_no_i * this, int __in_chrg) */\n\nvoid __thiscall gold::General_options::Struct_no_i::~Struct_no_i(Struct_no_i *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_00381b8c;\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,0x3c);\n return;\n}\n\n" comment comment (function_definition "void __thiscall gold::General_options::Struct_no_i::~Struct_no_i(Struct_no_i *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_00381b8c;\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,0x3c);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::General_options::Struct_no_i::~" identifier : : identifier : : identifier : : ~) (function_declarator "Struct_no_i(Struct_no_i *this,int __in_chrg)" identifier (parameter_list "(Struct_no_i *this,int __in_chrg)" ( (parameter_declaration "Struct_no_i *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_00381b8c;\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,0x3c);\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_00381b8c;" (assignment_expression "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00381b8c" (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_00381b8c" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR_parse_to_value_00381b8c" & 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,0x3c);" (call_expression "operator_delete(this,0x3c)" identifier (argument_list "(this,0x3c)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_000436a0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00381b8c;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(param_1,0x3c);\n return;\n}\n\n" (function_definition "void FUN_000436a0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00381b8c;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(param_1,0x3c);\n return;\n}" primitive_type (function_declarator "FUN_000436a0(undefined4 *param_1)" identifier (parameter_list "(undefined4 *param_1)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_00381b8c;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(param_1,0x3c);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_00381b8c;" (assignment_expression "*param_1 = &PTR_FUN_00381b8c" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00381b8c" & identifier)) ;) (if_statement "if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }" if (parenthesized_expression "((undefined4 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined4 *)param_1[1] != param_1 + 3" (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" 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_001e6db0((undefined4 *)param_1[1]);\n }" { (expression_statement "FUN_001e6db0((undefined4 *)param_1[1]);" (call_expression "FUN_001e6db0((undefined4 *)param_1[1])" identifier (argument_list "((undefined4 *)param_1[1])" ( (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) ))) ;) })) (expression_statement "FUN_001e6d90(param_1,0x3c);" (call_expression "FUN_001e6d90(param_1,0x3c)" identifier (argument_list "(param_1,0x3c)" ( 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 ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_000436a0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00381b8c;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(param_1,0x3c);\n return;\n}" (primitive_type "void") (function_declarator "FUN_000436a0(undefined4 *param_1)" (identifier "FUN_000436a0") (parameter_list "(undefined4 *param_1)" (( "(") (parameter_declaration "undefined4 *param_1" (type_identifier "undefined4") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n *param_1 = &PTR_FUN_00381b8c;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(param_1,0x3c);\n return;\n}" ({ "{") (expression_statement "*param_1 = &PTR_FUN_00381b8c;" (assignment_expression "*param_1 = &PTR_FUN_00381b8c" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_00381b8c" (& "&") (identifier "PTR_FUN_00381b8c"))) (; ";")) (if_statement "if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }" (if "if") (parenthesized_expression "((undefined4 *)param_1[1] != param_1 + 3)" (( "(") (binary_expression "(undefined4 *)param_1[1] != param_1 + 3" (cast_expression "(undefined4 *)param_1[1]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (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_001e6db0((undefined4 *)param_1[1]);\n }" ({ "{") (expression_statement "FUN_001e6db0((undefined4 *)param_1[1]);" (call_expression "FUN_001e6db0((undefined4 *)param_1[1])" (identifier "FUN_001e6db0") (argument_list "((undefined4 *)param_1[1])" (( "(") (cast_expression "(undefined4 *)param_1[1]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_001e6d90(param_1,0x3c);" (call_expression "FUN_001e6d90(param_1,0x3c)" (identifier "FUN_001e6d90") (argument_list "(param_1,0x3c)" (( "(") (identifier "param_1") (, ",") (number_literal "0x3c") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Struct_no_i(Struct_no_i * 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_00381b8c; 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,0x3c); 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)))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))) (return_statement))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(undefined4 *param_1) { *param_1 = &PTR_FUN_00381b8c; if ((undefined4 *)param_1[1] != param_1 + 3) { FUN_001e6db0((undefined4 *)param_1[1]); } FUN_001e6d90(param_1,0x3c); return; }
4471_i686-linux-gnu-dwp_and_i686-linux-gnu-dwp_strip.c
get_r_sym
FUN_000fae70
/* DWARF original prototype: uint get_r_sym(Sized_target<32,_false> * this, uchar * preloc) */ uint __thiscall gold::Sized_target<32,_false>::get_r_sym(Sized_target<32,_false> *this,uchar *preloc) { return *(uint *)(preloc + 4) >> 8; }
uint FUN_000fae70(undefined4 param_1,int param_2) { return *(uint *)(param_2 + 4) >> 8; }
MOV EAX,dword ptr [ESP + 0x8] MOV EAX,dword ptr [EAX + 0x4] SHR EAX,0x8 RET
null
null
null
null
[('tmp_132', u'PTRADD_-1206866248'), (u'CAST_-1206866205', u'LOAD_-1206866310'), (u'PTRADD_-1206866248', u'CAST_-1206866205'), ('const-8', u'INT_RIGHT_-1206866275'), ('const-417', u'LOAD_-1206866310'), ('const-4', u'PTRADD_-1206866248'), ('const-1', u'PTRADD_-1206866248'), (u'LOAD_-1206866310', u'INT_RIGHT_-1206866275'), ('const-0', u'RETURN_-1206866255'), (u'INT_RIGHT_-1206866275', u'RETURN_-1206866255')]
[(u'INT_ADD_-1206866294', u'CAST_-1206866205'), ('const-417', u'LOAD_-1206866310'), ('tmp_139', u'INT_ADD_-1206866294'), (u'CAST_-1206866205', u'LOAD_-1206866310'), ('const-4', u'INT_ADD_-1206866294'), ('const-8', u'INT_RIGHT_-1206866275'), (u'LOAD_-1206866310', u'INT_RIGHT_-1206866275'), ('const-0', u'RETURN_-1206866255'), (u'INT_RIGHT_-1206866275', u'RETURN_-1206866255')]
null
null
000fae70
x86
O3
(translation_unit "uint FUN_000fae70(undefined4 param_1,int param_2)\n\n{\n return *(uint *)(param_2 + 4) >> 8;\n}\n\n" (function_definition "uint FUN_000fae70(undefined4 param_1,int param_2)\n\n{\n return *(uint *)(param_2 + 4) >> 8;\n}" type_identifier (function_declarator "FUN_000fae70(undefined4 param_1,int param_2)" identifier (parameter_list "(undefined4 param_1,int param_2)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "int param_2" primitive_type identifier) ))) (compound_statement "{\n return *(uint *)(param_2 + 4) >> 8;\n}" { (return_statement "return *(uint *)(param_2 + 4) >> 8;" return (binary_expression "*(uint *)(param_2 + 4) >> 8" (pointer_expression "*(uint *)(param_2 + 4)" * (cast_expression "(uint *)(param_2 + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 4)" ( (binary_expression "param_2 + 4" identifier + number_literal) )))) >> number_literal) ;) })))
(translation_unit "/* DWARF original prototype: uint get_r_sym(Sized_target<32,_false> * this, uchar * preloc) */\n\nuint __thiscall\ngold::Sized_target<32,_false>::get_r_sym(Sized_target<32,_false> *this,uchar *preloc)\n\n{\n return *(uint *)(preloc + 4) >> 8;\n}\n\n" comment (declaration "uint __thiscall\ngold::Sized_target<32,_false>::get_r_sym(Sized_target<32,_false> *this,uchar *preloc)\n\n{\n return *(uint *)(preloc + 4) >> 8;" type_identifier (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<32" < number_literal) , (ERROR "_false>::get_r_sym(Sized_target<32,_false> *this,uchar *preloc)\n\n{\n return" identifier > : : (function_declarator "get_r_sym(Sized_target<32,_false> *this,uchar *preloc)" identifier (parameter_list "(Sized_target<32,_false> *this,uchar *preloc)" ( (parameter_declaration "Sized_target" type_identifier) (ERROR "<32" < number_literal) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "uchar *preloc" type_identifier (pointer_declarator "*preloc" * identifier)) ))) { return) (pointer_declarator "*(uint *)(preloc + 4)" * (function_declarator "(uint *)(preloc + 4)" (parenthesized_declarator "(uint *)" ( identifier (ERROR "*" *) )) (parameter_list "(preloc + 4)" ( (parameter_declaration "preloc" type_identifier) (ERROR "+ 4" + number_literal) )))) (ERROR ">> 8" >> number_literal) ;) (ERROR "}" }))
(translation_unit "uint FUN_000fae70(undefined4 param_1,int param_2)\n\n{\n return *(uint *)(param_2 + 4) >> 8;\n}\n\n" (function_definition "uint FUN_000fae70(undefined4 param_1,int param_2)\n\n{\n return *(uint *)(param_2 + 4) >> 8;\n}" type_identifier (function_declarator "FUN_000fae70(undefined4 param_1,int param_2)" identifier (parameter_list "(undefined4 param_1,int param_2)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "int param_2" primitive_type identifier) ))) (compound_statement "{\n return *(uint *)(param_2 + 4) >> 8;\n}" { (return_statement "return *(uint *)(param_2 + 4) >> 8;" return (binary_expression "*(uint *)(param_2 + 4) >> 8" (pointer_expression "*(uint *)(param_2 + 4)" * (cast_expression "(uint *)(param_2 + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 4)" ( (binary_expression "param_2 + 4" identifier + number_literal) )))) >> number_literal) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (return_statement return (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) >> LIT) ;) })))
(function_definition "uint FUN_000fae70(undefined4 param_1,int param_2)\n\n{\n return *(uint *)(param_2 + 4) >> 8;\n}" (type_identifier "uint") (function_declarator "FUN_000fae70(undefined4 param_1,int param_2)" (identifier "FUN_000fae70") (parameter_list "(undefined4 param_1,int param_2)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) (, ",") (parameter_declaration "int param_2" (primitive_type "int") (identifier "param_2")) () ")"))) (compound_statement "{\n return *(uint *)(param_2 + 4) >> 8;\n}" ({ "{") (return_statement "return *(uint *)(param_2 + 4) >> 8;" (return "return") (binary_expression "*(uint *)(param_2 + 4) >> 8" (pointer_expression "*(uint *)(param_2 + 4)" (* "*") (cast_expression "(uint *)(param_2 + 4)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 4)" (( "(") (binary_expression "param_2 + 4" (identifier "param_2") (+ "+") (number_literal "4")) () ")")))) (>> ">>") (number_literal "8")) (; ";")) (} "}")))
/* DWARF original prototype: uint get_r_sym(Sized_target<32,_false> * this, uchar * preloc) */ type_1 __thiscall gold::Sized_target<32,_false>::get_r_sym(Sized_target<32,_false> *this,uchar *type_2) { return *(type_1 *)(type_2 + 4) >> 8; }
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: (primitive_type) declarator: (identifier)))) body: (compound_statement (return_statement (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))))
null
uint MASKED(undefined4 param_1,int param_2) { return *(uint *)(param_2 + 4) >> 8; }
1120_sqldiff_and_sqldiff_strip.c
zeroblobFunc
FUN_00047640
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ void zeroblobFunc(sqlite3_context *context,int argc,sqlite3_value **argv) { int errCode; u64 n; n = sqlite3_value_int64(*argv); if ((longlong)n < 0) { n = 0; } errCode = sqlite3_result_zeroblob64(context,n); if (errCode == 0) { return; } sqlite3_result_error_code(context,errCode); return; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00047640(undefined4 param_1,undefined4 param_2,undefined4 *param_3) { int iVar1; longlong lVar2; undefined4 uVar3; uVar3 = 0x47650; lVar2 = FUN_0002d350(*param_3); if (lVar2 < 0) { lVar2 = 0; } iVar1 = FUN_00026a50(param_1,lVar2,uVar3); if (iVar1 == 0) { return; } FUN_000475e0(param_1,iVar1); return; }
PUSH EBP MOV EBP,ESP PUSH ESI MOV EAX,dword ptr [EBP + 0x10] MOV ESI,dword ptr [EBP + 0x8] PUSH EBX CALL 0x00014d20 ADD EBX,0x103884 SUB ESP,0xc PUSH dword ptr [EAX] CALL 0x0002d350 ADD ESP,0xc TEST EDX,EDX JNS 0x0004766b XOR EAX,EAX XOR EDX,EDX PUSH EDX PUSH EAX PUSH ESI CALL 0x00026a50 ADD ESP,0x10 TEST EAX,EAX JNZ 0x00047688 LEA ESP,[EBP + -0x8] POP EBX POP ESI POP EBP RET SUB ESP,0x8 PUSH EAX PUSH ESI CALL 0x000475e0 ADD ESP,0x10 LEA ESP,[EBP + -0x8] POP EBX POP ESI POP EBP RET
null
null
null
null
[('const-0', u'INT_EQUAL_-1206159636'), (u'CALL_-1206159662', u'CALL_-1206159576'), (u'CALL_-1206159731', u'CAST_-1206159427'), ('const-0', u'RETURN_-1206159533'), (u'INT_SLESS_-1206159704', u'CBRANCH_-1206159703'), ('tmp_307', u'CBRANCH_-1206159634'), ('const-0', u'RETURN_-1206159604'), (u'COPY_-1206159530', u'MULTIEQUAL_-1206159468'), ('tmp_488', u'CALL_-1206159662'), (u'CAST_-1206159427', u'INT_SLESS_-1206159704'), (u'INT_EQUAL_-1206159636', u'CBRANCH_-1206159634'), ('const-0', u'INT_SLESS_-1206159704'), ('const-0', u'COPY_-1206159530'), (u'CALL_-1206159731', u'MULTIEQUAL_-1206159468'), (u'LOAD_-1206159744', u'CALL_-1206159731'), ('tmp_488', u'CALL_-1206159576'), (u'CALL_-1206159662', u'INT_EQUAL_-1206159636'), ('tmp_490', u'LOAD_-1206159744'), ('tmp_173', u'CBRANCH_-1206159703'), (u'MULTIEQUAL_-1206159468', u'CALL_-1206159662'), ('const-417', u'LOAD_-1206159744')]
[('const-0', u'COPY_-1206159493'), ('tmp_861', u'LOAD_-1206159744'), ('const-0', u'INT_EQUAL_-1206159636'), (u'CALL_-1206159662', u'CALL_-1206159576'), (u'CALL_-1206159731', u'INDIRECT_-1206159463'), ('const-417', u'LOAD_-1206159744'), ('const-0', u'RETURN_-1206159533'), (u'INT_SLESS_-1206159704', u'CBRANCH_-1206159703'), ('tmp_307', u'CBRANCH_-1206159634'), ('const-0', u'RETURN_-1206159604'), (u'INDIRECT_-1206159463', u'CALL_-1206159662'), ('tmp_862', u'CALL_-1206159662'), (u'COPY_-1206159493', u'MULTIEQUAL_-1206159431'), ('const-292432', u'COPY_-1206159779'), (u'INT_EQUAL_-1206159636', u'CBRANCH_-1206159634'), (u'LOAD_-1206159744', u'CALL_-1206159731'), (u'MULTIEQUAL_-1206159431', u'CALL_-1206159662'), ('tmp_862', u'CALL_-1206159576'), (u'CALL_-1206159662', u'INT_EQUAL_-1206159636'), ('const-0', u'INT_SLESS_-1206159704'), (u'CALL_-1206159731', u'MULTIEQUAL_-1206159431'), ('tmp_173', u'CBRANCH_-1206159703'), (u'CALL_-1206159731', u'INT_SLESS_-1206159704')]
null
null
00047640
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00047640(undefined4 param_1,undefined4 param_2,undefined4 *param_3)\n\n{\n int iVar1;\n longlong lVar2;\n undefined4 uVar3;\n \n uVar3 = 0x47650;\n lVar2 = FUN_0002d350(*param_3);\n if (lVar2 < 0) {\n lVar2 = 0;\n }\n iVar1 = FUN_00026a50(param_1,lVar2,uVar3);\n if (iVar1 == 0) {\n return;\n }\n FUN_000475e0(param_1,iVar1);\n return;\n}\n\n" comment (function_definition "void FUN_00047640(undefined4 param_1,undefined4 param_2,undefined4 *param_3)\n\n{\n int iVar1;\n longlong lVar2;\n undefined4 uVar3;\n \n uVar3 = 0x47650;\n lVar2 = FUN_0002d350(*param_3);\n if (lVar2 < 0) {\n lVar2 = 0;\n }\n iVar1 = FUN_00026a50(param_1,lVar2,uVar3);\n if (iVar1 == 0) {\n return;\n }\n FUN_000475e0(param_1,iVar1);\n return;\n}" primitive_type (function_declarator "FUN_00047640(undefined4 param_1,undefined4 param_2,undefined4 *param_3)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2,undefined4 *param_3)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "undefined4 *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n int iVar1;\n longlong lVar2;\n undefined4 uVar3;\n \n uVar3 = 0x47650;\n lVar2 = FUN_0002d350(*param_3);\n if (lVar2 < 0) {\n lVar2 = 0;\n }\n iVar1 = FUN_00026a50(param_1,lVar2,uVar3);\n if (iVar1 == 0) {\n return;\n }\n FUN_000475e0(param_1,iVar1);\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "longlong lVar2;" type_identifier identifier ;) (declaration "undefined4 uVar3;" type_identifier identifier ;) (expression_statement "uVar3 = 0x47650;" (assignment_expression "uVar3 = 0x47650" identifier = number_literal) ;) (expression_statement "lVar2 = FUN_0002d350(*param_3);" (assignment_expression "lVar2 = FUN_0002d350(*param_3)" identifier = (call_expression "FUN_0002d350(*param_3)" identifier (argument_list "(*param_3)" ( (pointer_expression "*param_3" * identifier) )))) ;) (if_statement "if (lVar2 < 0) {\n lVar2 = 0;\n }" if (parenthesized_expression "(lVar2 < 0)" ( (binary_expression "lVar2 < 0" identifier < number_literal) )) (compound_statement "{\n lVar2 = 0;\n }" { (expression_statement "lVar2 = 0;" (assignment_expression "lVar2 = 0" identifier = number_literal) ;) })) (expression_statement "iVar1 = FUN_00026a50(param_1,lVar2,uVar3);" (assignment_expression "iVar1 = FUN_00026a50(param_1,lVar2,uVar3)" identifier = (call_expression "FUN_00026a50(param_1,lVar2,uVar3)" identifier (argument_list "(param_1,lVar2,uVar3)" ( identifier , identifier , identifier )))) ;) (if_statement "if (iVar1 == 0) {\n return;\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "FUN_000475e0(param_1,iVar1);" (call_expression "FUN_000475e0(param_1,iVar1)" identifier (argument_list "(param_1,iVar1)" ( identifier , identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nvoid zeroblobFunc(sqlite3_context *context,int argc,sqlite3_value **argv)\n\n{\n int errCode;\n u64 n;\n \n n = sqlite3_value_int64(*argv);\n if ((longlong)n < 0) {\n n = 0;\n }\n errCode = sqlite3_result_zeroblob64(context,n);\n if (errCode == 0) {\n return;\n }\n sqlite3_result_error_code(context,errCode);\n return;\n}\n\n" comment comment (function_definition "void zeroblobFunc(sqlite3_context *context,int argc,sqlite3_value **argv)\n\n{\n int errCode;\n u64 n;\n \n n = sqlite3_value_int64(*argv);\n if ((longlong)n < 0) {\n n = 0;\n }\n errCode = sqlite3_result_zeroblob64(context,n);\n if (errCode == 0) {\n return;\n }\n sqlite3_result_error_code(context,errCode);\n return;\n}" primitive_type (function_declarator "zeroblobFunc(sqlite3_context *context,int argc,sqlite3_value **argv)" identifier (parameter_list "(sqlite3_context *context,int argc,sqlite3_value **argv)" ( (parameter_declaration "sqlite3_context *context" type_identifier (pointer_declarator "*context" * identifier)) , (parameter_declaration "int argc" primitive_type identifier) , (parameter_declaration "sqlite3_value **argv" type_identifier (pointer_declarator "**argv" * (pointer_declarator "*argv" * identifier))) ))) (compound_statement "{\n int errCode;\n u64 n;\n \n n = sqlite3_value_int64(*argv);\n if ((longlong)n < 0) {\n n = 0;\n }\n errCode = sqlite3_result_zeroblob64(context,n);\n if (errCode == 0) {\n return;\n }\n sqlite3_result_error_code(context,errCode);\n return;\n}" { (declaration "int errCode;" primitive_type identifier ;) (declaration "u64 n;" type_identifier identifier ;) (expression_statement "n = sqlite3_value_int64(*argv);" (assignment_expression "n = sqlite3_value_int64(*argv)" identifier = (call_expression "sqlite3_value_int64(*argv)" identifier (argument_list "(*argv)" ( (pointer_expression "*argv" * identifier) )))) ;) (if_statement "if ((longlong)n < 0) {\n n = 0;\n }" if (parenthesized_expression "((longlong)n < 0)" ( (binary_expression "(longlong)n < 0" (cast_expression "(longlong)n" ( (type_descriptor "longlong" type_identifier) ) identifier) < number_literal) )) (compound_statement "{\n n = 0;\n }" { (expression_statement "n = 0;" (assignment_expression "n = 0" identifier = number_literal) ;) })) (expression_statement "errCode = sqlite3_result_zeroblob64(context,n);" (assignment_expression "errCode = sqlite3_result_zeroblob64(context,n)" identifier = (call_expression "sqlite3_result_zeroblob64(context,n)" identifier (argument_list "(context,n)" ( identifier , identifier )))) ;) (if_statement "if (errCode == 0) {\n return;\n }" if (parenthesized_expression "(errCode == 0)" ( (binary_expression "errCode == 0" identifier == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "sqlite3_result_error_code(context,errCode);" (call_expression "sqlite3_result_error_code(context,errCode)" identifier (argument_list "(context,errCode)" ( identifier , identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_00047640(undefined4 param_1,undefined4 param_2,undefined4 *param_3)\n\n{\n int iVar1;\n longlong lVar2;\n undefined4 uVar3;\n \n uVar3 = 0x47650;\n lVar2 = FUN_0002d350(*param_3);\n if (lVar2 < 0) {\n lVar2 = 0;\n }\n iVar1 = FUN_00026a50(param_1,lVar2,uVar3);\n if (iVar1 == 0) {\n return;\n }\n FUN_000475e0(param_1,iVar1);\n return;\n}\n\n" (function_definition "void FUN_00047640(undefined4 param_1,undefined4 param_2,undefined4 *param_3)\n\n{\n int iVar1;\n longlong lVar2;\n undefined4 uVar3;\n \n uVar3 = 0x47650;\n lVar2 = FUN_0002d350(*param_3);\n if (lVar2 < 0) {\n lVar2 = 0;\n }\n iVar1 = FUN_00026a50(param_1,lVar2,uVar3);\n if (iVar1 == 0) {\n return;\n }\n FUN_000475e0(param_1,iVar1);\n return;\n}" primitive_type (function_declarator "FUN_00047640(undefined4 param_1,undefined4 param_2,undefined4 *param_3)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2,undefined4 *param_3)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "undefined4 *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n int iVar1;\n longlong lVar2;\n undefined4 uVar3;\n \n uVar3 = 0x47650;\n lVar2 = FUN_0002d350(*param_3);\n if (lVar2 < 0) {\n lVar2 = 0;\n }\n iVar1 = FUN_00026a50(param_1,lVar2,uVar3);\n if (iVar1 == 0) {\n return;\n }\n FUN_000475e0(param_1,iVar1);\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "longlong lVar2;" type_identifier identifier ;) (declaration "undefined4 uVar3;" type_identifier identifier ;) (expression_statement "uVar3 = 0x47650;" (assignment_expression "uVar3 = 0x47650" identifier = number_literal) ;) (expression_statement "lVar2 = FUN_0002d350(*param_3);" (assignment_expression "lVar2 = FUN_0002d350(*param_3)" identifier = (call_expression "FUN_0002d350(*param_3)" identifier (argument_list "(*param_3)" ( (pointer_expression "*param_3" * identifier) )))) ;) (if_statement "if (lVar2 < 0) {\n lVar2 = 0;\n }" if (parenthesized_expression "(lVar2 < 0)" ( (binary_expression "lVar2 < 0" identifier < number_literal) )) (compound_statement "{\n lVar2 = 0;\n }" { (expression_statement "lVar2 = 0;" (assignment_expression "lVar2 = 0" identifier = number_literal) ;) })) (expression_statement "iVar1 = FUN_00026a50(param_1,lVar2,uVar3);" (assignment_expression "iVar1 = FUN_00026a50(param_1,lVar2,uVar3)" identifier = (call_expression "FUN_00026a50(param_1,lVar2,uVar3)" identifier (argument_list "(param_1,lVar2,uVar3)" ( identifier , identifier , identifier )))) ;) (if_statement "if (iVar1 == 0) {\n return;\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "FUN_000475e0(param_1,iVar1);" (call_expression "FUN_000475e0(param_1,iVar1)" identifier (argument_list "(param_1,iVar1)" ( 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 (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (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 < LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_00047640(undefined4 param_1,undefined4 param_2,undefined4 *param_3)\n\n{\n int iVar1;\n longlong lVar2;\n undefined4 uVar3;\n \n uVar3 = 0x47650;\n lVar2 = FUN_0002d350(*param_3);\n if (lVar2 < 0) {\n lVar2 = 0;\n }\n iVar1 = FUN_00026a50(param_1,lVar2,uVar3);\n if (iVar1 == 0) {\n return;\n }\n FUN_000475e0(param_1,iVar1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00047640(undefined4 param_1,undefined4 param_2,undefined4 *param_3)" (identifier "FUN_00047640") (parameter_list "(undefined4 param_1,undefined4 param_2,undefined4 *param_3)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) (, ",") (parameter_declaration "undefined4 *param_3" (type_identifier "undefined4") (pointer_declarator "*param_3" (* "*") (identifier "param_3"))) () ")"))) (compound_statement "{\n int iVar1;\n longlong lVar2;\n undefined4 uVar3;\n \n uVar3 = 0x47650;\n lVar2 = FUN_0002d350(*param_3);\n if (lVar2 < 0) {\n lVar2 = 0;\n }\n iVar1 = FUN_00026a50(param_1,lVar2,uVar3);\n if (iVar1 == 0) {\n return;\n }\n FUN_000475e0(param_1,iVar1);\n return;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "longlong lVar2;" (type_identifier "longlong") (identifier "lVar2") (; ";")) (declaration "undefined4 uVar3;" (type_identifier "undefined4") (identifier "uVar3") (; ";")) (expression_statement "uVar3 = 0x47650;" (assignment_expression "uVar3 = 0x47650" (identifier "uVar3") (= "=") (number_literal "0x47650")) (; ";")) (expression_statement "lVar2 = FUN_0002d350(*param_3);" (assignment_expression "lVar2 = FUN_0002d350(*param_3)" (identifier "lVar2") (= "=") (call_expression "FUN_0002d350(*param_3)" (identifier "FUN_0002d350") (argument_list "(*param_3)" (( "(") (pointer_expression "*param_3" (* "*") (identifier "param_3")) () ")")))) (; ";")) (if_statement "if (lVar2 < 0) {\n lVar2 = 0;\n }" (if "if") (parenthesized_expression "(lVar2 < 0)" (( "(") (binary_expression "lVar2 < 0" (identifier "lVar2") (< "<") (number_literal "0")) () ")")) (compound_statement "{\n lVar2 = 0;\n }" ({ "{") (expression_statement "lVar2 = 0;" (assignment_expression "lVar2 = 0" (identifier "lVar2") (= "=") (number_literal "0")) (; ";")) (} "}"))) (expression_statement "iVar1 = FUN_00026a50(param_1,lVar2,uVar3);" (assignment_expression "iVar1 = FUN_00026a50(param_1,lVar2,uVar3)" (identifier "iVar1") (= "=") (call_expression "FUN_00026a50(param_1,lVar2,uVar3)" (identifier "FUN_00026a50") (argument_list "(param_1,lVar2,uVar3)" (( "(") (identifier "param_1") (, ",") (identifier "lVar2") (, ",") (identifier "uVar3") () ")")))) (; ";")) (if_statement "if (iVar1 == 0) {\n return;\n }" (if "if") (parenthesized_expression "(iVar1 == 0)" (( "(") (binary_expression "iVar1 == 0" (identifier "iVar1") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_000475e0(param_1,iVar1);" (call_expression "FUN_000475e0(param_1,iVar1)" (identifier "FUN_000475e0") (argument_list "(param_1,iVar1)" (( "(") (identifier "param_1") (, ",") (identifier "iVar1") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ void function_1(type_1 *context,int argc,type_2 **argv) { int var_3; type_3 n; n = var_1(*argv); if ((type_4)n < 0) { n = 0; } var_3 = var_2(context,n); if (var_3 == 0) { return; } var_4(context,var_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: (type_identifier) declarator: (pointer_declarator 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: (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: (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: (compound_statement (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (return_statement))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(undefined4 param_1,undefined4 param_2,undefined4 *param_3) { int iVar1; longlong lVar2; undefined4 uVar3; uVar3 = 0x47650; lVar2 = FUN_0002d350(*param_3); if (lVar2 < 0) { lVar2 = 0; } iVar1 = FUN_00026a50(param_1,lVar2,uVar3); if (iVar1 == 0) { return; } FUN_000475e0(param_1,iVar1); return; }
1100_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c
~Struct_warn_shared_textrel
FUN_0003dae0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Struct_warn_shared_textrel(Struct_warn_shared_textrel * this, int __in_chrg) */ void __thiscall gold::General_options::Struct_warn_shared_textrel::~Struct_warn_shared_textrel (Struct_warn_shared_textrel *this,int __in_chrg) { }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_0003dae0(undefined4 *param_1) { *param_1 = &PTR_FUN_0040606c; if ((undefined4 *)param_1[1] != param_1 + 3) { FUN_00248220((undefined4 *)param_1[1]); } FUN_00248200(param_1,0x40); return; }
PUSH ESI PUSH EBX CALL 0x0003a210 ADD EBX,0x3d6519 SUB ESP,0x4 MOV ESI,dword ptr [ESP + 0x10] LEA EDX,[ESI + 0xc] LEA EAX,[EBX + 0xffff206c] MOV dword ptr [ESI],EAX MOV EAX,dword ptr [ESI + 0x4] CMP EAX,EDX JZ 0x0003db12 SUB ESP,0xc PUSH EAX CALL 0x00248220 ADD ESP,0x10 SUB ESP,0x8 PUSH 0x40 PUSH ESI CALL 0x00248200 ADD ESP,0x14 POP EBX POP ESI RET
null
null
null
null
[('const-1', u'RETURN_-1206068490')]
[('const-4', u'PTRADD_-1206068239'), ('const-64', u'CALL_-1206068358'), ('const-0', u'RETURN_-1206068325'), ('tmp_597', u'CALL_-1206068358'), ('tmp_597', u'PTRADD_-1206068239'), (u'PTRSUB_-1206068230', u'STORE_-1206068445'), ('tmp_135', u'CBRANCH_-1206068422'), ('const-1', u'PTRADD_-1206068227'), ('const-0', u'PTRSUB_-1206068230'), (u'INT_NOTEQUAL_-1206068422', u'CBRANCH_-1206068422'), ('const-417', u'LOAD_-1206068442'), (u'PTRADD_-1206068227', u'LOAD_-1206068442'), (u'PTRADD_-1206068239', u'INT_NOTEQUAL_-1206068422'), ('const-417', u'STORE_-1206068445'), (u'CAST_-1206068227', u'INT_NOTEQUAL_-1206068422'), ('tmp_597', u'STORE_-1206068445'), ('const-4218988', u'PTRSUB_-1206068230'), ('const-3', u'PTRADD_-1206068239'), (u'LOAD_-1206068442', u'CAST_-1206068227'), ('const-4', u'PTRADD_-1206068227'), (u'CAST_-1206068227', u'CALL_-1206068399'), ('tmp_597', u'PTRADD_-1206068227')]
null
null
0003dae0
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0003dae0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_0040606c;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }\n FUN_00248200(param_1,0x40);\n return;\n}\n\n" comment (function_definition "void FUN_0003dae0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_0040606c;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }\n FUN_00248200(param_1,0x40);\n return;\n}" primitive_type (function_declarator "FUN_0003dae0(undefined4 *param_1)" identifier (parameter_list "(undefined4 *param_1)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_0040606c;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }\n FUN_00248200(param_1,0x40);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_0040606c;" (assignment_expression "*param_1 = &PTR_FUN_0040606c" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_0040606c" & identifier)) ;) (if_statement "if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }" if (parenthesized_expression "((undefined4 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined4 *)param_1[1] != param_1 + 3" (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" 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_00248220((undefined4 *)param_1[1]);\n }" { (expression_statement "FUN_00248220((undefined4 *)param_1[1]);" (call_expression "FUN_00248220((undefined4 *)param_1[1])" identifier (argument_list "((undefined4 *)param_1[1])" ( (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) ))) ;) })) (expression_statement "FUN_00248200(param_1,0x40);" (call_expression "FUN_00248200(param_1,0x40)" identifier (argument_list "(param_1,0x40)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Struct_warn_shared_textrel(Struct_warn_shared_textrel * this, int\n __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_warn_shared_textrel::~Struct_warn_shared_textrel\n (Struct_warn_shared_textrel *this,int __in_chrg)\n\n{\n}\n\n" comment comment (function_definition "void __thiscall\ngold::General_options::Struct_warn_shared_textrel::~Struct_warn_shared_textrel\n (Struct_warn_shared_textrel *this,int __in_chrg)\n\n{\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::General_options::Struct_warn_shared_textrel::~" identifier : : identifier : : identifier : : ~) (function_declarator "Struct_warn_shared_textrel\n (Struct_warn_shared_textrel *this,int __in_chrg)" identifier (parameter_list "(Struct_warn_shared_textrel *this,int __in_chrg)" ( (parameter_declaration "Struct_warn_shared_textrel *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "int __in_chrg" primitive_type identifier) ))) (compound_statement "{\n}" { })))
(translation_unit "void FUN_0003dae0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_0040606c;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }\n FUN_00248200(param_1,0x40);\n return;\n}\n\n" (function_definition "void FUN_0003dae0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_0040606c;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }\n FUN_00248200(param_1,0x40);\n return;\n}" primitive_type (function_declarator "FUN_0003dae0(undefined4 *param_1)" identifier (parameter_list "(undefined4 *param_1)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_0040606c;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }\n FUN_00248200(param_1,0x40);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_0040606c;" (assignment_expression "*param_1 = &PTR_FUN_0040606c" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_0040606c" & identifier)) ;) (if_statement "if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }" if (parenthesized_expression "((undefined4 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined4 *)param_1[1] != param_1 + 3" (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" 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_00248220((undefined4 *)param_1[1]);\n }" { (expression_statement "FUN_00248220((undefined4 *)param_1[1]);" (call_expression "FUN_00248220((undefined4 *)param_1[1])" identifier (argument_list "((undefined4 *)param_1[1])" ( (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) ))) ;) })) (expression_statement "FUN_00248200(param_1,0x40);" (call_expression "FUN_00248200(param_1,0x40)" identifier (argument_list "(param_1,0x40)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (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 ])) ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_0003dae0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_0040606c;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }\n FUN_00248200(param_1,0x40);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0003dae0(undefined4 *param_1)" (identifier "FUN_0003dae0") (parameter_list "(undefined4 *param_1)" (( "(") (parameter_declaration "undefined4 *param_1" (type_identifier "undefined4") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n *param_1 = &PTR_FUN_0040606c;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }\n FUN_00248200(param_1,0x40);\n return;\n}" ({ "{") (expression_statement "*param_1 = &PTR_FUN_0040606c;" (assignment_expression "*param_1 = &PTR_FUN_0040606c" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_0040606c" (& "&") (identifier "PTR_FUN_0040606c"))) (; ";")) (if_statement "if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }" (if "if") (parenthesized_expression "((undefined4 *)param_1[1] != param_1 + 3)" (( "(") (binary_expression "(undefined4 *)param_1[1] != param_1 + 3" (cast_expression "(undefined4 *)param_1[1]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (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_00248220((undefined4 *)param_1[1]);\n }" ({ "{") (expression_statement "FUN_00248220((undefined4 *)param_1[1]);" (call_expression "FUN_00248220((undefined4 *)param_1[1])" (identifier "FUN_00248220") (argument_list "((undefined4 *)param_1[1])" (( "(") (cast_expression "(undefined4 *)param_1[1]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_00248200(param_1,0x40);" (call_expression "FUN_00248200(param_1,0x40)" (identifier "FUN_00248200") (argument_list "(param_1,0x40)" (( "(") (identifier "param_1") (, ",") (number_literal "0x40") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Struct_warn_shared_textrel(Struct_warn_shared_textrel * this, int __in_chrg) */ void __thiscall gold::General_options::function_1::~function_1 (function_1 *this,int __in_chrg) { }
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)))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))) (return_statement))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(undefined4 *param_1) { *param_1 = &PTR_FUN_0040606c; if ((undefined4 *)param_1[1] != param_1 + 3) { FUN_00248220((undefined4 *)param_1[1]); } FUN_00248200(param_1,0x40); return; }
490_cp_and_cp_strip.c
fseeko64
fseeko64
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fseeko64(FILE *__stream,__off64_t __off,int __whence) { /* WARNING: Bad instruction - Truncating control flow here */ /* fseeko64@@GLIBC_2.1 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fseeko64(FILE *__stream,__off64_t __off,int __whence) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206075278')]
[('const-1', u'RETURN_-1206075278')]
null
null
0003c068
x86
O3
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fseeko64(FILE *__stream,__off64_t __off,int __whence)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "int fseeko64(FILE *__stream,__off64_t __off,int __whence)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "fseeko64(FILE *__stream,__off64_t __off,int __whence)" identifier (parameter_list "(FILE *__stream,__off64_t __off,int __whence)" ( (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) , (parameter_declaration "__off64_t __off" type_identifier identifier) , (parameter_declaration "int __whence" primitive_type identifier) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fseeko64(FILE *__stream,__off64_t __off,int __whence)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fseeko64@@GLIBC_2.1 */\n halt_baddata();\n}\n\n" comment comment (function_definition "int fseeko64(FILE *__stream,__off64_t __off,int __whence)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fseeko64@@GLIBC_2.1 */\n halt_baddata();\n}" primitive_type (function_declarator "fseeko64(FILE *__stream,__off64_t __off,int __whence)" identifier (parameter_list "(FILE *__stream,__off64_t __off,int __whence)" ( (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) , (parameter_declaration "__off64_t __off" type_identifier identifier) , (parameter_declaration "int __whence" primitive_type identifier) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fseeko64@@GLIBC_2.1 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "int fseeko64(FILE *__stream,__off64_t __off,int __whence)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int fseeko64(FILE *__stream,__off64_t __off,int __whence)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "fseeko64(FILE *__stream,__off64_t __off,int __whence)" identifier (parameter_list "(FILE *__stream,__off64_t __off,int __whence)" ( (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) , (parameter_declaration "__off64_t __off" type_identifier identifier) , (parameter_declaration "int __whence" primitive_type identifier) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "int fseeko64(FILE *__stream,__off64_t __off,int __whence)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "fseeko64(FILE *__stream,__off64_t __off,int __whence)" (identifier "fseeko64") (parameter_list "(FILE *__stream,__off64_t __off,int __whence)" (( "(") (parameter_declaration "FILE *__stream" (type_identifier "FILE") (pointer_declarator "*__stream" (* "*") (identifier "__stream"))) (, ",") (parameter_declaration "__off64_t __off" (type_identifier "__off64_t") (identifier "__off")) (, ",") (parameter_declaration "int __whence" (primitive_type "int") (identifier "__whence")) () ")"))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(type_1 *__stream,type_2 __off,int __whence) { /* WARNING: Bad instruction - Truncating control flow here */ /* fseeko64@@GLIBC_2.1 */ var_1(); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
null
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(FILE *__stream,__off64_t __off,int __whence) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
4995_i686-linux-gnu-dwp_and_i686-linux-gnu-dwp_strip.c
clear
FUN_0011e0c0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void clear(_Hashtable<gold::Stringpool_template<char>::Hashkey,_std::pair<const_gold::Stringpool_template<char>::Hashkey,_unsigned_int>,_std::allocator<std::pair<const_gold::Stringpool_template<char>::Hashkey,_unsigned_int>_>,_std::__detail::_Select1st,_gold::Stringpool_template<char>::Stringpool_eq,_gold::Stringpool_template<char>::Stringpool_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_> * this) */ void __thiscall std:: _Hashtable<gold::Stringpool_template<char>::Hashkey,_std::pair<const_gold::Stringpool_template<char>::Hashkey,_unsigned_int>,_std::allocator<std::pair<const_gold::Stringpool_template<char>::Hashkey,_unsigned_int>_>,_std::__detail::_Select1st,_gold::Stringpool_template<char>::Stringpool_eq,_gold::Stringpool_template<char>::Stringpool_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_> ::clear(_Hashtable<gold::Stringpool_template<char>::Hashkey,_std::pair<const_gold::Stringpool_template<char>::Hashkey,_unsigned_int>,_std::allocator<std::pair<const_gold::Stringpool_template<char>::Hashkey,_unsigned_int>_>,_std::__detail::_Select1st,_gold::Stringpool_template<char>::Stringpool_eq,_gold::Stringpool_template<char>::Stringpool_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_> *this) { _Hash_node_base *p_Var1; _Hash_node_base *p_Var2; p_Var2 = (this->_M_before_begin)._M_nxt; while (p_Var2 != (_Hash_node_base *)0x0) { p_Var1 = p_Var2->_M_nxt; operator_delete(p_Var2); p_Var2 = p_Var1; } memset(this->_M_buckets,0,this->_M_bucket_count << 2); this->_M_element_count = 0; (this->_M_before_begin)._M_nxt = (_Hash_node_base *)0x0; return; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_0011e0c0(undefined4 *param_1) { undefined4 *puVar1; undefined4 *puVar2; puVar2 = (undefined4 *)param_1[2]; while (puVar2 != (undefined4 *)0x0) { puVar1 = (undefined4 *)*puVar2; FUN_001807a0(puVar2); puVar2 = puVar1; } memset((void *)*param_1,0,param_1[1] << 2); param_1[3] = 0; param_1[2] = 0; return; }
PUSH EDI PUSH ESI PUSH EBX MOV EDI,dword ptr [ESP + 0x10] CALL 0x00032730 ADD EBX,0x1e3f34 MOV EAX,dword ptr [EDI + 0x8] TEST EAX,EAX JZ 0x0011e0f4 LEA ESI,[ESI] SUB ESP,0xc MOV ESI,dword ptr [EAX] PUSH EAX CALL 0x001807a0 MOV EAX,ESI ADD ESP,0x10 TEST ESI,ESI JNZ 0x0011e0e0 MOV EAX,dword ptr [EDI + 0x4] SUB ESP,0x4 SHL EAX,0x2 PUSH EAX PUSH 0x0 PUSH dword ptr [EDI] CALL 0x000262f0 ADD ESP,0x10 MOV dword ptr [EDI + 0xc],0x0 MOV dword ptr [EDI + 0x8],0x0 POP EBX POP ESI POP EDI RET
null
null
null
null
[('const-2', u'INT_LEFT_-1206984335'), ('const-12', u'PTRSUB_-1206984088'), ('tmp_472', u'PTRSUB_-1206984149'), (u'PTRSUB_-1206984149', u'PTRSUB_-1206984148'), ('const-0', u'STORE_-1206984286'), ('const-0', u'INT_NOTEQUAL_-1206984448'), ('const-417', u'LOAD_-1206984315'), (u'LOAD_-1206984315', u'CALL_-1206984302'), ('const-0', u'CALL_-1206984302'), (u'PTRSUB_-1206984079', u'STORE_-1206984276'), ('const-0', u'PTRSUB_-1206984130'), (u'PTRSUB_-1206984099', u'LOAD_-1206984315'), ('const-417', u'LOAD_-1206984381'), ('tmp_472', u'PTRSUB_-1206984088'), ('const-417', u'STORE_-1206984276'), (u'LOAD_-1206984467', u'COPY_-1206984199'), (u'PTRSUB_-1206984112', u'LOAD_-1206984381'), ('tmp_472', u'PTRSUB_-1206984080'), ('const-0', u'PTRSUB_-1206984079'), ('const-0', u'PTRSUB_-1206984148'), (u'MULTIEQUAL_-1206984142', u'PTRSUB_-1206984130'), ('const-8', u'PTRSUB_-1206984149'), (u'COPY_-1206984171', u'MULTIEQUAL_-1206984142'), ('const-0', u'STORE_-1206984276'), (u'INT_NOTEQUAL_-1206984448', u'CBRANCH_-1206984448'), ('tmp_98', u'CBRANCH_-1206984448'), (u'MULTIEQUAL_-1206984142', u'INT_NOTEQUAL_-1206984448'), (u'PTRSUB_-1206984148', u'LOAD_-1206984467'), (u'INT_LEFT_-1206984335', u'CALL_-1206984302'), (u'MULTIEQUAL_-1206984142', u'CALL_-1206984413'), ('tmp_472', u'PTRSUB_-1206984099'), ('const-417', u'STORE_-1206984286'), (u'LOAD_-1206984381', u'INT_LEFT_-1206984335'), (u'PTRSUB_-1206984080', u'PTRSUB_-1206984079'), ('const-0', u'RETURN_-1206984244'), (u'COPY_-1206984199', u'MULTIEQUAL_-1206984142'), ('const-4', u'PTRSUB_-1206984112'), ('const-417', u'LOAD_-1206984467'), (u'LOAD_-1206984428', u'COPY_-1206984171'), (u'PTRSUB_-1206984130', u'LOAD_-1206984428'), ('const-8', u'PTRSUB_-1206984080'), ('const-417', u'LOAD_-1206984428'), ('tmp_472', u'PTRSUB_-1206984112'), ('const-0', u'PTRSUB_-1206984099'), (u'PTRSUB_-1206984088', u'STORE_-1206984286')]
[(u'LOAD_-1206984467', u'CAST_-1206984143'), (u'CAST_-1206984095', u'CALL_-1206984302'), ('const-3', u'PTRADD_-1206984092'), ('tmp_864', u'PTRADD_-1206984084'), (u'PTRADD_-1206984092', u'STORE_-1206984286'), (u'COPY_-1206984203', u'MULTIEQUAL_-1206984146'), ('const-417', u'LOAD_-1206984428'), ('const-417', u'LOAD_-1206984381'), ('const-0', u'STORE_-1206984286'), ('const-0', u'INT_NOTEQUAL_-1206984448'), ('const-4', u'PTRADD_-1206984092'), ('const-2', u'PTRADD_-1206984150'), (u'PTRADD_-1206984084', u'STORE_-1206984276'), (u'MULTIEQUAL_-1206984146', u'LOAD_-1206984428'), ('tmp_864', u'LOAD_-1206984315'), ('const-4', u'PTRADD_-1206984115'), ('const-0', u'CALL_-1206984302'), (u'COPY_-1206984175', u'MULTIEQUAL_-1206984146'), (u'MULTIEQUAL_-1206984146', u'INT_NOTEQUAL_-1206984448'), ('const-417', u'LOAD_-1206984467'), ('const-417', u'STORE_-1206984276'), ('const-4', u'PTRADD_-1206984150'), ('const-1', u'PTRADD_-1206984115'), ('const-0', u'STORE_-1206984276'), (u'PTRADD_-1206984115', u'LOAD_-1206984381'), (u'INT_NOTEQUAL_-1206984448', u'CBRANCH_-1206984448'), ('tmp_98', u'CBRANCH_-1206984448'), (u'CAST_-1206984125', u'COPY_-1206984175'), ('const-417', u'STORE_-1206984286'), (u'PTRADD_-1206984150', u'LOAD_-1206984467'), (u'INT_LEFT_-1206984335', u'CALL_-1206984302'), ('const-417', u'LOAD_-1206984315'), (u'LOAD_-1206984315', u'CAST_-1206984095'), ('const-2', u'PTRADD_-1206984084'), ('tmp_864', u'PTRADD_-1206984115'), (u'LOAD_-1206984381', u'INT_LEFT_-1206984335'), (u'LOAD_-1206984428', u'CAST_-1206984125'), ('const-0', u'RETURN_-1206984244'), (u'CAST_-1206984143', u'COPY_-1206984203'), (u'MULTIEQUAL_-1206984146', u'CALL_-1206984413'), ('const-4', u'PTRADD_-1206984084'), ('tmp_864', u'PTRADD_-1206984150'), ('const-2', u'INT_LEFT_-1206984335'), ('tmp_864', u'PTRADD_-1206984092')]
null
null
0011e0c0
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0011e0c0(undefined4 *param_1)\n\n{\n undefined4 *puVar1;\n undefined4 *puVar2;\n \n puVar2 = (undefined4 *)param_1[2];\n while (puVar2 != (undefined4 *)0x0) {\n puVar1 = (undefined4 *)*puVar2;\n FUN_001807a0(puVar2);\n puVar2 = puVar1;\n }\n memset((void *)*param_1,0,param_1[1] << 2);\n param_1[3] = 0;\n param_1[2] = 0;\n return;\n}\n\n" comment (function_definition "void FUN_0011e0c0(undefined4 *param_1)\n\n{\n undefined4 *puVar1;\n undefined4 *puVar2;\n \n puVar2 = (undefined4 *)param_1[2];\n while (puVar2 != (undefined4 *)0x0) {\n puVar1 = (undefined4 *)*puVar2;\n FUN_001807a0(puVar2);\n puVar2 = puVar1;\n }\n memset((void *)*param_1,0,param_1[1] << 2);\n param_1[3] = 0;\n param_1[2] = 0;\n return;\n}" primitive_type (function_declarator "FUN_0011e0c0(undefined4 *param_1)" identifier (parameter_list "(undefined4 *param_1)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n undefined4 *puVar1;\n undefined4 *puVar2;\n \n puVar2 = (undefined4 *)param_1[2];\n while (puVar2 != (undefined4 *)0x0) {\n puVar1 = (undefined4 *)*puVar2;\n FUN_001807a0(puVar2);\n puVar2 = puVar1;\n }\n memset((void *)*param_1,0,param_1[1] << 2);\n param_1[3] = 0;\n param_1[2] = 0;\n return;\n}" { (declaration "undefined4 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "undefined4 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (expression_statement "puVar2 = (undefined4 *)param_1[2];" (assignment_expression "puVar2 = (undefined4 *)param_1[2]" identifier = (cast_expression "(undefined4 *)param_1[2]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[2]" identifier [ number_literal ]))) ;) (while_statement "while (puVar2 != (undefined4 *)0x0) {\n puVar1 = (undefined4 *)*puVar2;\n FUN_001807a0(puVar2);\n puVar2 = puVar1;\n }" while (parenthesized_expression "(puVar2 != (undefined4 *)0x0)" ( (binary_expression "puVar2 != (undefined4 *)0x0" identifier != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n puVar1 = (undefined4 *)*puVar2;\n FUN_001807a0(puVar2);\n puVar2 = puVar1;\n }" { (expression_statement "puVar1 = (undefined4 *)*puVar2;" (assignment_expression "puVar1 = (undefined4 *)*puVar2" identifier = (cast_expression "(undefined4 *)*puVar2" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar2" * identifier))) ;) (expression_statement "FUN_001807a0(puVar2);" (call_expression "FUN_001807a0(puVar2)" identifier (argument_list "(puVar2)" ( identifier ))) ;) (expression_statement "puVar2 = puVar1;" (assignment_expression "puVar2 = puVar1" identifier = identifier) ;) })) (expression_statement "memset((void *)*param_1,0,param_1[1] << 2);" (call_expression "memset((void *)*param_1,0,param_1[1] << 2)" identifier (argument_list "((void *)*param_1,0,param_1[1] << 2)" ( (cast_expression "(void *)*param_1" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier)) , number_literal , (binary_expression "param_1[1] << 2" (subscript_expression "param_1[1]" identifier [ number_literal ]) << number_literal) ))) ;) (expression_statement "param_1[3] = 0;" (assignment_expression "param_1[3] = 0" (subscript_expression "param_1[3]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[2] = 0;" (assignment_expression "param_1[2] = 0" (subscript_expression "param_1[2]" identifier [ number_literal ]) = number_literal) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void\n clear(_Hashtable<gold::Stringpool_template<char>::Hashkey,_std::pair<const_gold::Stringpool_template<char>::Hashkey,_unsigned_int>,_std::allocator<std::pair<const_gold::Stringpool_template<char>::Hashkey,_unsigned_int>_>,_std::__detail::_Select1st,_gold::Stringpool_template<char>::Stringpool_eq,_gold::Stringpool_template<char>::Stringpool_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) */\n\nvoid __thiscall\nstd::\n_Hashtable<gold::Stringpool_template<char>::Hashkey,_std::pair<const_gold::Stringpool_template<char>::Hashkey,_unsigned_int>,_std::allocator<std::pair<const_gold::Stringpool_template<char>::Hashkey,_unsigned_int>_>,_std::__detail::_Select1st,_gold::Stringpool_template<char>::Stringpool_eq,_gold::Stringpool_template<char>::Stringpool_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_>\n::clear(_Hashtable<gold::Stringpool_template<char>::Hashkey,_std::pair<const_gold::Stringpool_template<char>::Hashkey,_unsigned_int>,_std::allocator<std::pair<const_gold::Stringpool_template<char>::Hashkey,_unsigned_int>_>,_std::__detail::_Select1st,_gold::Stringpool_template<char>::Stringpool_eq,_gold::Stringpool_template<char>::Stringpool_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)\n\n{\n _Hash_node_base *p_Var1;\n _Hash_node_base *p_Var2;\n \n p_Var2 = (this->_M_before_begin)._M_nxt;\n while (p_Var2 != (_Hash_node_base *)0x0) {\n p_Var1 = p_Var2->_M_nxt;\n operator_delete(p_Var2);\n p_Var2 = p_Var1;\n }\n memset(this->_M_buckets,0,this->_M_bucket_count << 2);\n this->_M_element_count = 0;\n (this->_M_before_begin)._M_nxt = (_Hash_node_base *)0x0;\n return;\n}\n\n" comment comment (declaration "void __thiscall\nstd::\n_Hashtable<gold::Stringpool_template<char>::Hashkey,_std::pair<const_gold::Stringpool_template<char>::Hashkey,_unsigned_int>,_std::allocator<std::pair<const_gold::Stringpool_template<char>::Hashkey,_unsigned_int>_>,_std::__detail::_Select1st,_gold::Stringpool_template<char>::Stringpool_eq,_gold::Stringpool_template<char>::Stringpool_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_>\n::clear(_Hashtable<gold::Stringpool_template<char>::Hashkey,_std::pair<const_gold::Stringpool_template<char>::Hashkey,_unsigned_int>,_std::allocator<std::pair<const_gold::Stringpool_template<char>::Hashkey,_unsigned_int>_>,_std::__detail::_Select1st,_gold::Stringpool_template<char>::Stringpool_eq,_gold::Stringpool_template<char>::Stringpool_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)\n\n{\n _Hash_node_base *p_Var1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::\n_Hashtable<gold::Stringpool_template<char>::" identifier : : identifier < identifier : : identifier < primitive_type > : :) identifier , (ERROR "_std::pair<const_gold::Stringpool_template<char>::" identifier : : identifier < identifier : : identifier < primitive_type > : :) identifier , identifier (ERROR ">" >) , (ERROR "_std::allocator<std::pair<const_gold::Stringpool_template<char>::" identifier : : identifier < identifier : : identifier < identifier : : identifier < primitive_type > : :) identifier , identifier (ERROR ">_>" > identifier >) , (ERROR "_std::__detail::" identifier : : identifier : :) identifier , (ERROR "_gold::Stringpool_template<char>::" identifier : : identifier < primitive_type > : :) identifier , (ERROR "_gold::Stringpool_template<char>::" identifier : : identifier < primitive_type > : :) 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::clear(_Hashtable<gold::Stringpool_template<char>::Hashkey,_std::pair<const_gold::Stringpool_template<char>::Hashkey,_unsigned_int>,_std::allocator<std::pair<const_gold::Stringpool_template<char>::Hashkey,_unsigned_int>_>,_std::__detail::_Select1st,_gold::Stringpool_template<char>::Stringpool_eq,_gold::Stringpool_template<char>::Stringpool_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)\n\n{\n _Hash_node_base" identifier > identifier > : : (function_declarator "clear(_Hashtable<gold::Stringpool_template<char>::Hashkey,_std::pair<const_gold::Stringpool_template<char>::Hashkey,_unsigned_int>,_std::allocator<std::pair<const_gold::Stringpool_template<char>::Hashkey,_unsigned_int>_>,_std::__detail::_Select1st,_gold::Stringpool_template<char>::Stringpool_eq,_gold::Stringpool_template<char>::Stringpool_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)" identifier (parameter_list "(_Hashtable<gold::Stringpool_template<char>::Hashkey,_std::pair<const_gold::Stringpool_template<char>::Hashkey,_unsigned_int>,_std::allocator<std::pair<const_gold::Stringpool_template<char>::Hashkey,_unsigned_int>_>,_std::__detail::_Select1st,_gold::Stringpool_template<char>::Stringpool_eq,_gold::Stringpool_template<char>::Stringpool_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)" ( (parameter_declaration "_Hashtable<gold::Stringpool_template<char>::Hashkey" type_identifier (ERROR "<gold::Stringpool_template<char>::" < identifier : : identifier < primitive_type > : :) identifier) , (parameter_declaration "_std::pair<const_gold::Stringpool_template<char>::Hashkey" type_identifier (ERROR "::pair<const_gold::Stringpool_template<char>::" : : identifier < identifier : : identifier < primitive_type > : :) identifier) , (parameter_declaration "_unsigned_int" type_identifier) (ERROR ">" >) , (parameter_declaration "_std::allocator<std::pair<const_gold::Stringpool_template<char>::Hashkey" type_identifier (ERROR "::allocator<std::pair<const_gold::Stringpool_template<char>::" : : identifier < identifier : : identifier < identifier : : identifier < primitive_type > : :) identifier) , (parameter_declaration "_unsigned_int>_" type_identifier (ERROR ">" >) identifier) (ERROR ">" >) , (parameter_declaration "_std::__detail::_Select1st" type_identifier (ERROR "::__detail::" : : identifier : :) identifier) , (parameter_declaration "_gold::Stringpool_template<char>::Stringpool_eq" type_identifier (ERROR "::Stringpool_template<char>::" : : identifier < primitive_type > : :) identifier) , (parameter_declaration "_gold::Stringpool_template<char>::Stringpool_hash" type_identifier (ERROR "::Stringpool_template<char>::" : : identifier < primitive_type > : :) 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 *this" type_identifier (ERROR ">_>" > identifier >) (pointer_declarator "*this" * identifier)) ))) { identifier) (pointer_declarator "*p_Var1" * identifier) ;) (declaration "_Hash_node_base *p_Var2;" type_identifier (pointer_declarator "*p_Var2" * identifier) ;) (expression_statement "p_Var2 = (this->_M_before_begin)._M_nxt;" (assignment_expression "p_Var2 = (this->_M_before_begin)._M_nxt" identifier = (field_expression "(this->_M_before_begin)._M_nxt" (parenthesized_expression "(this->_M_before_begin)" ( (field_expression "this->_M_before_begin" identifier -> field_identifier) )) . field_identifier)) ;) (while_statement "while (p_Var2 != (_Hash_node_base *)0x0) {\n p_Var1 = p_Var2->_M_nxt;\n operator_delete(p_Var2);\n p_Var2 = p_Var1;\n }" while (parenthesized_expression "(p_Var2 != (_Hash_node_base *)0x0)" ( (binary_expression "p_Var2 != (_Hash_node_base *)0x0" identifier != (cast_expression "(_Hash_node_base *)0x0" ( (type_descriptor "_Hash_node_base *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n p_Var1 = p_Var2->_M_nxt;\n operator_delete(p_Var2);\n p_Var2 = p_Var1;\n }" { (expression_statement "p_Var1 = p_Var2->_M_nxt;" (assignment_expression "p_Var1 = p_Var2->_M_nxt" identifier = (field_expression "p_Var2->_M_nxt" identifier -> field_identifier)) ;) (expression_statement "operator_delete(p_Var2);" (call_expression "operator_delete(p_Var2)" identifier (argument_list "(p_Var2)" ( identifier ))) ;) (expression_statement "p_Var2 = p_Var1;" (assignment_expression "p_Var2 = p_Var1" identifier = identifier) ;) })) (expression_statement "memset(this->_M_buckets,0,this->_M_bucket_count << 2);" (call_expression "memset(this->_M_buckets,0,this->_M_bucket_count << 2)" identifier (argument_list "(this->_M_buckets,0,this->_M_bucket_count << 2)" ( (field_expression "this->_M_buckets" identifier -> field_identifier) , number_literal , (binary_expression "this->_M_bucket_count << 2" (field_expression "this->_M_bucket_count" identifier -> field_identifier) << number_literal) ))) ;) (expression_statement "this->_M_element_count = 0;" (assignment_expression "this->_M_element_count = 0" (field_expression "this->_M_element_count" identifier -> field_identifier) = number_literal) ;) (expression_statement "(this->_M_before_begin)._M_nxt = (_Hash_node_base *)0x0;" (assignment_expression "(this->_M_before_begin)._M_nxt = (_Hash_node_base *)0x0" (field_expression "(this->_M_before_begin)._M_nxt" (parenthesized_expression "(this->_M_before_begin)" ( (field_expression "this->_M_before_begin" identifier -> field_identifier) )) . field_identifier) = (cast_expression "(_Hash_node_base *)0x0" ( (type_descriptor "_Hash_node_base *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (return_statement "return;" return ;) (ERROR "}" }))
(translation_unit "void FUN_0011e0c0(undefined4 *param_1)\n\n{\n undefined4 *puVar1;\n undefined4 *puVar2;\n \n puVar2 = (undefined4 *)param_1[2];\n while (puVar2 != (undefined4 *)0x0) {\n puVar1 = (undefined4 *)*puVar2;\n FUN_001807a0(puVar2);\n puVar2 = puVar1;\n }\n memset((void *)*param_1,0,param_1[1] << 2);\n param_1[3] = 0;\n param_1[2] = 0;\n return;\n}\n\n" (function_definition "void FUN_0011e0c0(undefined4 *param_1)\n\n{\n undefined4 *puVar1;\n undefined4 *puVar2;\n \n puVar2 = (undefined4 *)param_1[2];\n while (puVar2 != (undefined4 *)0x0) {\n puVar1 = (undefined4 *)*puVar2;\n FUN_001807a0(puVar2);\n puVar2 = puVar1;\n }\n memset((void *)*param_1,0,param_1[1] << 2);\n param_1[3] = 0;\n param_1[2] = 0;\n return;\n}" primitive_type (function_declarator "FUN_0011e0c0(undefined4 *param_1)" identifier (parameter_list "(undefined4 *param_1)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n undefined4 *puVar1;\n undefined4 *puVar2;\n \n puVar2 = (undefined4 *)param_1[2];\n while (puVar2 != (undefined4 *)0x0) {\n puVar1 = (undefined4 *)*puVar2;\n FUN_001807a0(puVar2);\n puVar2 = puVar1;\n }\n memset((void *)*param_1,0,param_1[1] << 2);\n param_1[3] = 0;\n param_1[2] = 0;\n return;\n}" { (declaration "undefined4 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "undefined4 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (expression_statement "puVar2 = (undefined4 *)param_1[2];" (assignment_expression "puVar2 = (undefined4 *)param_1[2]" identifier = (cast_expression "(undefined4 *)param_1[2]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[2]" identifier [ number_literal ]))) ;) (while_statement "while (puVar2 != (undefined4 *)0x0) {\n puVar1 = (undefined4 *)*puVar2;\n FUN_001807a0(puVar2);\n puVar2 = puVar1;\n }" while (parenthesized_expression "(puVar2 != (undefined4 *)0x0)" ( (binary_expression "puVar2 != (undefined4 *)0x0" identifier != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n puVar1 = (undefined4 *)*puVar2;\n FUN_001807a0(puVar2);\n puVar2 = puVar1;\n }" { (expression_statement "puVar1 = (undefined4 *)*puVar2;" (assignment_expression "puVar1 = (undefined4 *)*puVar2" identifier = (cast_expression "(undefined4 *)*puVar2" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar2" * identifier))) ;) (expression_statement "FUN_001807a0(puVar2);" (call_expression "FUN_001807a0(puVar2)" identifier (argument_list "(puVar2)" ( identifier ))) ;) (expression_statement "puVar2 = puVar1;" (assignment_expression "puVar2 = puVar1" identifier = identifier) ;) })) (expression_statement "memset((void *)*param_1,0,param_1[1] << 2);" (call_expression "memset((void *)*param_1,0,param_1[1] << 2)" identifier (argument_list "((void *)*param_1,0,param_1[1] << 2)" ( (cast_expression "(void *)*param_1" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier)) , number_literal , (binary_expression "param_1[1] << 2" (subscript_expression "param_1[1]" identifier [ number_literal ]) << number_literal) ))) ;) (expression_statement "param_1[3] = 0;" (assignment_expression "param_1[3] = 0" (subscript_expression "param_1[3]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[2] = 0;" (assignment_expression "param_1[2] = 0" (subscript_expression "param_1[2]" identifier [ number_literal ]) = number_literal) ;) (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 (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (while_statement while (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) })) (expression_statement (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) , LIT , (binary_expression (subscript_expression IDENT [ LIT ]) << LIT) ))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (return_statement return ;) })))
(function_definition "void FUN_0011e0c0(undefined4 *param_1)\n\n{\n undefined4 *puVar1;\n undefined4 *puVar2;\n \n puVar2 = (undefined4 *)param_1[2];\n while (puVar2 != (undefined4 *)0x0) {\n puVar1 = (undefined4 *)*puVar2;\n FUN_001807a0(puVar2);\n puVar2 = puVar1;\n }\n memset((void *)*param_1,0,param_1[1] << 2);\n param_1[3] = 0;\n param_1[2] = 0;\n return;\n}" (primitive_type "void") (function_declarator "FUN_0011e0c0(undefined4 *param_1)" (identifier "FUN_0011e0c0") (parameter_list "(undefined4 *param_1)" (( "(") (parameter_declaration "undefined4 *param_1" (type_identifier "undefined4") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n undefined4 *puVar1;\n undefined4 *puVar2;\n \n puVar2 = (undefined4 *)param_1[2];\n while (puVar2 != (undefined4 *)0x0) {\n puVar1 = (undefined4 *)*puVar2;\n FUN_001807a0(puVar2);\n puVar2 = puVar1;\n }\n memset((void *)*param_1,0,param_1[1] << 2);\n param_1[3] = 0;\n param_1[2] = 0;\n return;\n}" ({ "{") (declaration "undefined4 *puVar1;" (type_identifier "undefined4") (pointer_declarator "*puVar1" (* "*") (identifier "puVar1")) (; ";")) (declaration "undefined4 *puVar2;" (type_identifier "undefined4") (pointer_declarator "*puVar2" (* "*") (identifier "puVar2")) (; ";")) (expression_statement "puVar2 = (undefined4 *)param_1[2];" (assignment_expression "puVar2 = (undefined4 *)param_1[2]" (identifier "puVar2") (= "=") (cast_expression "(undefined4 *)param_1[2]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")))) (; ";")) (while_statement "while (puVar2 != (undefined4 *)0x0) {\n puVar1 = (undefined4 *)*puVar2;\n FUN_001807a0(puVar2);\n puVar2 = puVar1;\n }" (while "while") (parenthesized_expression "(puVar2 != (undefined4 *)0x0)" (( "(") (binary_expression "puVar2 != (undefined4 *)0x0" (identifier "puVar2") (!= "!=") (cast_expression "(undefined4 *)0x0" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n puVar1 = (undefined4 *)*puVar2;\n FUN_001807a0(puVar2);\n puVar2 = puVar1;\n }" ({ "{") (expression_statement "puVar1 = (undefined4 *)*puVar2;" (assignment_expression "puVar1 = (undefined4 *)*puVar2" (identifier "puVar1") (= "=") (cast_expression "(undefined4 *)*puVar2" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*puVar2" (* "*") (identifier "puVar2")))) (; ";")) (expression_statement "FUN_001807a0(puVar2);" (call_expression "FUN_001807a0(puVar2)" (identifier "FUN_001807a0") (argument_list "(puVar2)" (( "(") (identifier "puVar2") () ")"))) (; ";")) (expression_statement "puVar2 = puVar1;" (assignment_expression "puVar2 = puVar1" (identifier "puVar2") (= "=") (identifier "puVar1")) (; ";")) (} "}"))) (expression_statement "memset((void *)*param_1,0,param_1[1] << 2);" (call_expression "memset((void *)*param_1,0,param_1[1] << 2)" (identifier "memset") (argument_list "((void *)*param_1,0,param_1[1] << 2)" (( "(") (cast_expression "(void *)*param_1" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (, ",") (number_literal "0") (, ",") (binary_expression "param_1[1] << 2" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (<< "<<") (number_literal "2")) () ")"))) (; ";")) (expression_statement "param_1[3] = 0;" (assignment_expression "param_1[3] = 0" (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_1[2] = 0;" (assignment_expression "param_1[2] = 0" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (= "=") (number_literal "0")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void clear(_Hashtable<gold::Stringpool_template<char>::Hashkey,_std::pair<const_gold::Stringpool_template<char>::Hashkey,_unsigned_int>,_std::allocator<std::pair<const_gold::Stringpool_template<char>::Hashkey,_unsigned_int>_>,_std::__detail::_Select1st,_gold::Stringpool_template<char>::Stringpool_eq,_gold::Stringpool_template<char>::Stringpool_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_> * this) */ void __thiscall std:: _Hashtable<gold::Stringpool_template<char>::Hashkey,_std::pair<const_gold::Stringpool_template<char>::Hashkey,_unsigned_int>,_std::allocator<std::pair<const_gold::Stringpool_template<char>::Hashkey,_unsigned_int>_>,_std::__detail::_Select1st,_gold::Stringpool_template<char>::Stringpool_eq,_gold::Stringpool_template<char>::Stringpool_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_> ::clear(_Hashtable<gold::Stringpool_template<char>::Hashkey,_std::pair<const_gold::Stringpool_template<char>::Hashkey,_unsigned_int>,_std::allocator<std::pair<const_gold::Stringpool_template<char>::Hashkey,_unsigned_int>_>,_std::__detail::_Select1st,_gold::Stringpool_template<char>::Stringpool_eq,_gold::Stringpool_template<char>::Stringpool_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_> *this) { type_1 *p_Var1; type_1 *var_1; var_1 = (this->_M_before_begin)._M_nxt; while (var_1 != (type_1 *)0x0) { p_Var1 = var_1->_M_nxt; var_2(var_1); var_1 = p_Var1; } var_3(this->_M_buckets,0,this->_M_bucket_count << 2); this->_M_element_count = 0; (this->_M_before_begin)._M_nxt = (type_1 *)0x0; return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (while_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (assignment_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))) (number_literal) (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (return_statement))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(undefined4 *param_1) { undefined4 *puVar1; undefined4 *puVar2; puVar2 = (undefined4 *)param_1[2]; while (puVar2 != (undefined4 *)0x0) { puVar1 = (undefined4 *)*puVar2; FUN_001807a0(puVar2); puVar2 = puVar1; } memset((void *)*param_1,0,param_1[1] << 2); param_1[3] = 0; param_1[2] = 0; return; }
1085_x86_64-kfreebsd-gnu-dwp_and_x86_64-kfreebsd-gnu-dwp_strip.c
do_section_link
FUN_0003afb0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: uint do_section_link(Sized_relobj_dwo<64,_true> * this, uint param_1) */ uint __thiscall gold::Sized_relobj_dwo<64,_true>::do_section_link(Sized_relobj_dwo<64,_true> *this,uint param_2) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/dwp.cc",0x154,"do_section_link"); }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_0003afb0(void) { /* WARNING: Subroutine does not return */ FUN_00069d00("../../gold/dwp.cc",0x154,"do_section_link"); }
PUSH EBX CALL 0x00035840 ADD EBX,0x35404a SUB ESP,0xc LEA EAX,[EBX + 0xffef21bc] PUSH EAX LEA EAX,[EBX + 0xffef1008] PUSH 0x154 PUSH EAX CALL 0x00069d00
null
null
null
null
[(u'COPY_-1206079459', u'CALL_-1206079488'), ('const-1', u'RETURN_-1206079483'), (u'COPY_-1206079458', u'CALL_-1206079488'), ('const-340', u'CALL_-1206079488'), ('const-2625980', u'COPY_-1206079458'), ('const-2621448', u'COPY_-1206079459')]
[('const-340', u'CALL_-1206079488'), ('const-2625980', u'COPY_-1206079464'), ('const-2621448', u'COPY_-1206079465'), (u'COPY_-1206079465', u'CALL_-1206079488'), (u'COPY_-1206079464', u'CALL_-1206079488'), ('const-1', u'RETURN_-1206079483')]
null
null
0003afb0
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0003afb0(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_00069d00("../../gold/dwp.cc",0x154,"do_section_link");\n}\n\n" comment (function_definition "void FUN_0003afb0(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_00069d00("../../gold/dwp.cc",0x154,"do_section_link");\n}" primitive_type (function_declarator "FUN_0003afb0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_00069d00("../../gold/dwp.cc",0x154,"do_section_link");\n}" { comment (expression_statement "FUN_00069d00("../../gold/dwp.cc",0x154,"do_section_link");" (call_expression "FUN_00069d00("../../gold/dwp.cc",0x154,"do_section_link")" identifier (argument_list "("../../gold/dwp.cc",0x154,"do_section_link")" ( (string_literal ""../../gold/dwp.cc"" " string_content ") , number_literal , (string_literal ""do_section_link"" " string_content ") ))) ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: uint do_section_link(Sized_relobj_dwo<64,_true> * this, uint param_1)\n */\n\nuint __thiscall\ngold::Sized_relobj_dwo<64,_true>::do_section_link(Sized_relobj_dwo<64,_true> *this,uint param_2)\n\n{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/dwp.cc",0x154,"do_section_link");\n}\n\n" comment comment (ERROR "uint __thiscall\ngold::Sized_relobj_dwo<64,_true>::do_section_link(Sized_relobj_dwo<64,_true> *this,uint param_2)\n\n{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/dwp.cc",0x154," type_identifier (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<64" < number_literal) , (ERROR "_true>::do_section_link(Sized_relobj_dwo<64,_true> *this,uint param_2)\n\n{" identifier > : : (function_declarator "do_section_link(Sized_relobj_dwo<64,_true> *this,uint param_2)" identifier (parameter_list "(Sized_relobj_dwo<64,_true> *this,uint param_2)" ( (parameter_declaration "Sized_relobj_dwo" type_identifier) (ERROR "<64" < number_literal) , (parameter_declaration "_true> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "uint param_2" type_identifier identifier) ))) {) comment identifier ( (string_literal ""../../gold/dwp.cc"" " string_content ") , number_literal ,) (expression_statement ""do_section_link");" (string_literal ""do_section_link"" " string_content ") (ERROR ")" )) ;) (ERROR "}" }))
(translation_unit "void FUN_0003afb0(void)\n\n{\n \n FUN_00069d00("../../gold/dwp.cc",0x154,"do_section_link");\n}\n\n" (function_definition "void FUN_0003afb0(void)\n\n{\n \n FUN_00069d00("../../gold/dwp.cc",0x154,"do_section_link");\n}" primitive_type (function_declarator "FUN_0003afb0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n \n FUN_00069d00("../../gold/dwp.cc",0x154,"do_section_link");\n}" { (expression_statement "FUN_00069d00("../../gold/dwp.cc",0x154,"do_section_link");" (call_expression "FUN_00069d00("../../gold/dwp.cc",0x154,"do_section_link")" identifier (argument_list "("../../gold/dwp.cc",0x154,"do_section_link")" ( (string_literal ""../../gold/dwp.cc"" " string_content ") , number_literal , (string_literal ""do_section_link"" " string_content ") ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })))
(function_definition "void FUN_0003afb0(void)\n\n{\n \n FUN_00069d00("../../gold/dwp.cc",0x154,"do_section_link");\n}" (primitive_type "void") (function_declarator "FUN_0003afb0(void)" (identifier "FUN_0003afb0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n \n FUN_00069d00("../../gold/dwp.cc",0x154,"do_section_link");\n}" ({ "{") (expression_statement "FUN_00069d00("../../gold/dwp.cc",0x154,"do_section_link");" (call_expression "FUN_00069d00("../../gold/dwp.cc",0x154,"do_section_link")" (identifier "FUN_00069d00") (argument_list "("../../gold/dwp.cc",0x154,"do_section_link")" (( "(") (string_literal ""../../gold/dwp.cc"" (" """) (string_content "../../gold/dwp.cc") (" """)) (, ",") (number_literal "0x154") (, ",") (string_literal ""do_section_link"" (" """) (string_content "do_section_link") (" """)) () ")"))) (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: uint do_section_link(Sized_relobj_dwo<64,_true> * this, uint param_1) */ uint __thiscall gold::Sized_relobj_dwo<64,_true>::do_section_link(Sized_relobj_dwo<64,_true> *this,uint param_2) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/dwp.cc",0x154,"do_section_link"); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(void) { /* WARNING: Subroutine does not return */ FUN_00069d00("../../gold/dwp.cc",0x154,"do_section_link"); }
6643_powerpc64le-linux-gnu-dwp_and_powerpc64le-linux-gnu-dwp_strip.c
write_section_header<64,_false>
FUN_00199300
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Enum "SHT": Some values do not have unique names */ /* DWARF original name: write_section_header<64, false> DWARF original prototype: void write_section_header<64,_false>(Binary_to_elf * this, char * name, Stringpool * shstrtab, SHT type, uint flags, section_size_type offset, section_size_type section_size, uint link, uint info, uint addralign, uint entsize, uchar * * ppout) */ void __thiscall gold::Binary_to_elf::write_section_header<64,_false> (Binary_to_elf *this,char *name,Stringpool *shstrtab,SHT type,uint flags, section_size_type offset,section_size_type section_size,uint link,uint info,uint addralign ,uint entsize,uchar **ppout) { section_offset_type *psVar1; section_offset_type sVar2; section_offset_type *psVar3; sVar2 = 0; psVar1 = (section_offset_type *)*ppout; psVar3 = psVar1; if (*name != '\0') { sVar2 = Stringpool_template<char>::get_offset(shstrtab,name); psVar3 = (section_offset_type *)*ppout; } *psVar1 = sVar2; psVar1[3] = 0; psVar1[1] = type; psVar1[4] = 0; psVar1[2] = flags; psVar1[5] = 0; psVar1[6] = offset; psVar1[7] = 0; psVar1[8] = section_size; psVar1[9] = 0; psVar1[10] = link; psVar1[0xd] = 0; psVar1[0xb] = info; psVar1[0xf] = 0; psVar1[0xc] = addralign; psVar1[0xe] = entsize; *ppout = (uchar *)(psVar3 + 0x10); return; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00199300(undefined4 param_1,char *param_2,undefined4 param_3,undefined4 param_4, undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8, undefined4 param_9,undefined4 param_10,undefined4 param_11,int *param_12) { undefined4 *puVar1; undefined4 uVar2; undefined4 *puVar3; uVar2 = 0; puVar1 = (undefined4 *)*param_12; puVar3 = puVar1; if (*param_2 != '\0') { uVar2 = FUN_00174130(param_3,param_2); puVar3 = (undefined4 *)*param_12; } *puVar1 = uVar2; puVar1[3] = 0; puVar1[1] = param_4; puVar1[4] = 0; puVar1[2] = param_5; puVar1[5] = 0; puVar1[6] = param_6; puVar1[7] = 0; puVar1[8] = param_7; puVar1[9] = 0; puVar1[10] = param_8; puVar1[0xd] = 0; puVar1[0xb] = param_9; puVar1[0xf] = 0; puVar1[0xc] = param_10; puVar1[0xe] = param_11; *param_12 = (int)(puVar3 + 0x10); return; }
PUSH EDI XOR EAX,EAX PUSH ESI PUSH EBX MOV EDI,dword ptr [ESP + 0x3c] CALL 0x00035840 ADD EBX,0x1f5cf2 MOV ECX,dword ptr [ESP + 0x14] MOV ESI,dword ptr [EDI] CMP byte ptr [ECX],0x0 MOV EDX,ESI JNZ 0x00199398 MOV dword ptr [ESI],EAX MOV EAX,dword ptr [ESP + 0x1c] ADD EDX,0x40 MOV dword ptr [ESI + 0xc],0x0 MOV dword ptr [ESI + 0x4],EAX MOV EAX,dword ptr [ESP + 0x20] MOV dword ptr [ESI + 0x10],0x0 MOV dword ptr [ESI + 0x8],EAX MOV EAX,dword ptr [ESP + 0x24] MOV dword ptr [ESI + 0x14],0x0 MOV dword ptr [ESI + 0x18],EAX MOV EAX,dword ptr [ESP + 0x28] MOV dword ptr [ESI + 0x1c],0x0 MOV dword ptr [ESI + 0x20],EAX MOV EAX,dword ptr [ESP + 0x2c] MOV dword ptr [ESI + 0x24],0x0 MOV dword ptr [ESI + 0x28],EAX MOV EAX,dword ptr [ESP + 0x30] MOV dword ptr [ESI + 0x34],0x0 MOV dword ptr [ESI + 0x2c],EAX MOV EAX,dword ptr [ESP + 0x34] MOV dword ptr [ESI + 0x3c],0x0 MOV dword ptr [ESI + 0x30],EAX MOV EAX,dword ptr [ESP + 0x38] MOV dword ptr [ESI + 0x38],EAX MOV dword ptr [EDI],EDX POP EBX POP ESI POP EDI RET SUB ESP,0x8 PUSH ECX PUSH dword ptr [ESP + 0x24] CALL 0x00174130 MOV EDX,dword ptr [EDI] ADD ESP,0x10 JMP 0x00199321
null
null
null
null
[('const-417', u'STORE_-1207528499'), ('const-12', u'PTRADD_-1207528227'), ('const-5', u'PTRADD_-1207528299'), ('const-417', u'LOAD_-1207528638'), (u'LOAD_-1207528638', u'INT_NOTEQUAL_-1207528622'), ('tmp_507', u'STORE_-1207528430'), ('tmp_138', u'CBRANCH_-1207528617'), (u'PTRADD_-1207528307', u'STORE_-1207528558'), (u'PTRADD_-1207528251', u'STORE_-1207528476'), ('const-0', u'STORE_-1207528499'), ('const-2', u'PTRADD_-1207528307'), (u'CAST_-1207528334', u'PTRADD_-1207528299'), (u'CAST_-1207528192', u'MULTIEQUAL_-1207528409'), ('const-4', u'PTRADD_-1207528275'), ('const-13', u'PTRADD_-1207528251'), ('const-0', u'STORE_-1207528545'), ('tmp_508', u'LOAD_-1207528368'), (u'PTRADD_-1207528331', u'STORE_-1207528591'), ('const-0', u'COPY_-1207528697'), ('tmp_484', u'BRANCH_-1207528350'), ('const-0', u'STORE_-1207528522'), ('tmp_498', u'LOAD_-1207528638'), (u'MULTIEQUAL_-1207528409', u'PTRADD_-1207528335'), ('const-6', u'PTRADD_-1207528291'), ('const-0', u'STORE_-1207528476'), ('const-4', u'PTRADD_-1207528243'), ('const-417', u'STORE_-1207528443'), (u'INT_NOTEQUAL_-1207528622', u'CBRANCH_-1207528617'), (u'CAST_-1207528334', u'PTRADD_-1207528307'), ('const-417', u'STORE_-1207528581'), (u'PTRADD_-1207528315', u'STORE_-1207528568'), ('const-417', u'STORE_-1207528476'), ('tmp_500', u'STORE_-1207528581'), ('const-4', u'PTRADD_-1207528315'), (u'CAST_-1207528334', u'PTRADD_-1207528315'), (u'MULTIEQUAL_-1207528413', u'STORE_-1207528615'), (u'CAST_-1207528334', u'PTRADD_-1207528323'), ('const-4', u'PTRADD_-1207528299'), ('const-10', u'PTRADD_-1207528259'), ('const-4', u'PTRADD_-1207528315'), ('const-417', u'STORE_-1207528489'), ('tmp_503', u'STORE_-1207528512'), (u'LOAD_-1207528368', u'CAST_-1207528192'), ('tmp_508', u'LOAD_-1207528642'), (u'PTRADD_-1207528243', u'STORE_-1207528466'), (u'PTRADD_-1207528291', u'STORE_-1207528535'), ('const-4', u'PTRADD_-1207528219'), (u'COPY_-1207528391', u'MULTIEQUAL_-1207528409'), (u'CAST_-1207528334', u'PTRADD_-1207528283'), (u'COPY_-1207528697', u'MULTIEQUAL_-1207528413'), ('const-14', u'PTRADD_-1207528219'), (u'CAST_-1207528334', u'PTRADD_-1207528275'), ('const-15', u'PTRADD_-1207528235'), ('const-4', u'PTRADD_-1207528331'), ('const-4', u'PTRADD_-1207528335'), ('const-9', u'PTRADD_-1207528267'), ('tmp_505', u'STORE_-1207528466'), ('const-417', u'STORE_-1207528545'), (u'CAST_-1207528334', u'PTRADD_-1207528251'), ('const-417', u'LOAD_-1207528368'), (u'PTRADD_-1207528227', u'STORE_-1207528443'), (u'PTRADD_-1207528323', u'STORE_-1207528581'), (u'CAST_-1207528213', u'STORE_-1207528425'), ('const-4', u'PTRADD_-1207528235'), ('tmp_504', u'STORE_-1207528489'), (u'CAST_-1207528334', u'COPY_-1207528391'), ('const-4', u'PTRADD_-1207528307'), (u'CAST_-1207528334', u'PTRADD_-1207528291'), ('tmp_498', u'CALL_-1207528369'), (u'PTRADD_-1207528267', u'STORE_-1207528499'), ('const-417', u'STORE_-1207528425'), (u'CALL_-1207528369', u'MULTIEQUAL_-1207528413'), ('const-417', u'STORE_-1207528615'), ('const-0', u'STORE_-1207528591'), ('const-417', u'LOAD_-1207528642'), ('const-417', u'STORE_-1207528591'), ('const-417', u'STORE_-1207528430'), ('const-4', u'PTRADD_-1207528227'), ('const-4', u'PTRADD_-1207528291'), (u'PTRADD_-1207528299', u'STORE_-1207528545'), ('tmp_508', u'STORE_-1207528425'), ('tmp_502', u'STORE_-1207528535'), ('const-417', u'STORE_-1207528512'), ('const-0', u'INT_NOTEQUAL_-1207528622'), ('tmp_501', u'STORE_-1207528558'), ('const-7', u'PTRADD_-1207528283'), ('const-4', u'PTRADD_-1207528251'), ('const-1', u'PTRADD_-1207528323'), ('const-417', u'STORE_-1207528453'), (u'CAST_-1207528334', u'PTRADD_-1207528219'), (u'CAST_-1207528334', u'STORE_-1207528615'), ('const-417', u'STORE_-1207528568'), (u'CAST_-1207528334', u'PTRADD_-1207528235'), (u'PTRADD_-1207528335', u'CAST_-1207528213'), (u'PTRADD_-1207528219', u'STORE_-1207528430'), (u'CAST_-1207528334', u'PTRADD_-1207528267'), ('const-417', u'STORE_-1207528535'), ('const-0', u'STORE_-1207528453'), (u'PTRADD_-1207528259', u'STORE_-1207528489'), ('const-0', u'RETURN_-1207528398'), ('const-16', u'PTRADD_-1207528335'), ('const-4', u'PTRADD_-1207528323'), ('const-4', u'PTRADD_-1207528259'), (u'CAST_-1207528334', u'PTRADD_-1207528331'), (u'PTRADD_-1207528235', u'STORE_-1207528453'), ('const-11', u'PTRADD_-1207528243'), (u'LOAD_-1207528642', u'CAST_-1207528334'), (u'CAST_-1207528334', u'PTRADD_-1207528227'), (u'PTRADD_-1207528275', u'STORE_-1207528512'), (u'CAST_-1207528334', u'PTRADD_-1207528259'), ('const-3', u'PTRADD_-1207528331'), ('tmp_506', u'STORE_-1207528443'), ('const-417', u'STORE_-1207528558'), ('const-0', u'STORE_-1207528568'), ('const-417', u'STORE_-1207528466'), ('const-4', u'PTRADD_-1207528283'), (u'PTRADD_-1207528283', u'STORE_-1207528522'), ('const-417', u'STORE_-1207528522'), ('const-4', u'PTRADD_-1207528267'), ('const-8', u'PTRADD_-1207528275'), ('tmp_499', u'CALL_-1207528369'), (u'CAST_-1207528334', u'PTRADD_-1207528243')]
[('const-4', u'PTRADD_-1207528254'), ('const-12', u'PTRADD_-1207528230'), ('tmp_826', u'STORE_-1207528489'), (u'CAST_-1207528337', u'PTRADD_-1207528326'), (u'LOAD_-1207528638', u'INT_NOTEQUAL_-1207528622'), (u'PTRADD_-1207528294', u'STORE_-1207528535'), ('tmp_138', u'CBRANCH_-1207528617'), (u'CAST_-1207528216', u'STORE_-1207528425'), (u'PTRADD_-1207528286', u'STORE_-1207528522'), (u'LOAD_-1207528642', u'CAST_-1207528337'), (u'MULTIEQUAL_-1207528410', u'PTRADD_-1207528338'), ('const-417', u'STORE_-1207528591'), (u'CAST_-1207528337', u'PTRADD_-1207528310'), ('const-0', u'STORE_-1207528499'), (u'PTRADD_-1207528246', u'STORE_-1207528466'), (u'CAST_-1207528337', u'PTRADD_-1207528230'), (u'CAST_-1207528195', u'MULTIEQUAL_-1207528410'), (u'PTRADD_-1207528262', u'STORE_-1207528489'), ('const-16', u'PTRADD_-1207528338'), ('const-13', u'PTRADD_-1207528254'), (u'CAST_-1207528337', u'PTRADD_-1207528222'), ('tmp_484', u'BRANCH_-1207528350'), ('tmp_818', u'LOAD_-1207528642'), (u'CAST_-1207528337', u'PTRADD_-1207528278'), ('const-4', u'PTRADD_-1207528294'), ('tmp_830', u'STORE_-1207528581'), (u'INT_NOTEQUAL_-1207528622', u'CBRANCH_-1207528617'), ('const-417', u'STORE_-1207528558'), ('const-7', u'PTRADD_-1207528286'), (u'CAST_-1207528337', u'PTRADD_-1207528238'), ('tmp_831', u'CALL_-1207528369'), ('tmp_828', u'STORE_-1207528535'), ('const-417', u'STORE_-1207528615'), (u'CAST_-1207528337', u'STORE_-1207528615'), ('const-5', u'PTRADD_-1207528302'), ('const-0', u'STORE_-1207528476'), ('const-1', u'PTRADD_-1207528326'), ('const-417', u'LOAD_-1207528638'), ('const-4', u'PTRADD_-1207528278'), ('const-417', u'STORE_-1207528581'), ('const-0', u'COPY_-1207528697'), ('const-4', u'PTRADD_-1207528286'), ('const-0', u'STORE_-1207528545'), ('const-0', u'INT_NOTEQUAL_-1207528622'), (u'MULTIEQUAL_-1207528414', u'STORE_-1207528615'), (u'CAST_-1207528337', u'PTRADD_-1207528294'), ('const-417', u'STORE_-1207528522'), (u'CAST_-1207528337', u'PTRADD_-1207528254'), ('const-417', u'STORE_-1207528443'), ('tmp_818', u'LOAD_-1207528368'), (u'PTRADD_-1207528230', u'STORE_-1207528443'), (u'PTRADD_-1207528238', u'STORE_-1207528453'), ('tmp_827', u'STORE_-1207528512'), (u'CAST_-1207528337', u'PTRADD_-1207528270'), ('const-417', u'LOAD_-1207528642'), ('const-4', u'PTRADD_-1207528326'), ('const-417', u'STORE_-1207528453'), ('tmp_819', u'CALL_-1207528369'), ('const-6', u'PTRADD_-1207528294'), (u'PTRADD_-1207528270', u'STORE_-1207528499'), ('const-2', u'PTRADD_-1207528310'), (u'LOAD_-1207528368', u'CAST_-1207528195'), ('tmp_818', u'STORE_-1207528425'), ('const-15', u'PTRADD_-1207528238'), (u'PTRADD_-1207528310', u'STORE_-1207528558'), ('const-4', u'PTRADD_-1207528302'), ('const-417', u'STORE_-1207528489'), ('const-0', u'STORE_-1207528453'), (u'CAST_-1207528337', u'PTRADD_-1207528286'), ('const-417', u'STORE_-1207528512'), (u'PTRADD_-1207528278', u'STORE_-1207528512'), (u'CALL_-1207528369', u'MULTIEQUAL_-1207528414'), ('const-4', u'PTRADD_-1207528230'), (u'CAST_-1207528337', u'PTRADD_-1207528334'), (u'CAST_-1207528337', u'PTRADD_-1207528302'), (u'PTRADD_-1207528334', u'STORE_-1207528591'), ('tmp_819', u'LOAD_-1207528638'), (u'PTRADD_-1207528338', u'CAST_-1207528216'), ('const-4', u'PTRADD_-1207528338'), ('const-417', u'STORE_-1207528466'), (u'COPY_-1207528697', u'MULTIEQUAL_-1207528414'), (u'CAST_-1207528337', u'COPY_-1207528394'), ('tmp_824', u'STORE_-1207528443'), ('const-417', u'STORE_-1207528476'), ('tmp_823', u'STORE_-1207528430'), (u'PTRADD_-1207528318', u'STORE_-1207528568'), ('const-417', u'STORE_-1207528545'), ('const-11', u'PTRADD_-1207528246'), ('const-10', u'PTRADD_-1207528262'), (u'PTRADD_-1207528254', u'STORE_-1207528476'), ('const-4', u'PTRADD_-1207528310'), ('const-4', u'PTRADD_-1207528334'), ('const-0', u'RETURN_-1207528398'), ('tmp_825', u'STORE_-1207528466'), ('const-417', u'STORE_-1207528568'), ('tmp_829', u'STORE_-1207528558'), (u'PTRADD_-1207528326', u'STORE_-1207528581'), (u'COPY_-1207528394', u'MULTIEQUAL_-1207528410'), ('const-8', u'PTRADD_-1207528278'), ('const-9', u'PTRADD_-1207528270'), ('const-4', u'PTRADD_-1207528222'), ('const-417', u'STORE_-1207528425'), ('const-4', u'PTRADD_-1207528262'), ('const-0', u'STORE_-1207528568'), (u'CAST_-1207528337', u'PTRADD_-1207528246'), ('const-14', u'PTRADD_-1207528222'), (u'CAST_-1207528337', u'PTRADD_-1207528262'), ('const-0', u'STORE_-1207528591'), (u'PTRADD_-1207528302', u'STORE_-1207528545'), ('const-417', u'STORE_-1207528499'), (u'PTRADD_-1207528222', u'STORE_-1207528430'), ('const-4', u'PTRADD_-1207528270'), ('const-4', u'PTRADD_-1207528238'), ('const-3', u'PTRADD_-1207528334'), ('const-417', u'LOAD_-1207528368'), ('const-4', u'PTRADD_-1207528246'), ('const-4', u'PTRADD_-1207528318'), ('const-417', u'STORE_-1207528535'), ('const-0', u'STORE_-1207528522'), ('const-4', u'PTRADD_-1207528318'), (u'CAST_-1207528337', u'PTRADD_-1207528318'), ('const-417', u'STORE_-1207528430')]
null
null
00199300
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00199300(undefined4 param_1,char *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9,undefined4 param_10,undefined4 param_11,int *param_12)\n\n{\n undefined4 *puVar1;\n undefined4 uVar2;\n undefined4 *puVar3;\n \n uVar2 = 0;\n puVar1 = (undefined4 *)*param_12;\n puVar3 = puVar1;\n if (*param_2 != '\0') {\n uVar2 = FUN_00174130(param_3,param_2);\n puVar3 = (undefined4 *)*param_12;\n }\n *puVar1 = uVar2;\n puVar1[3] = 0;\n puVar1[1] = param_4;\n puVar1[4] = 0;\n puVar1[2] = param_5;\n puVar1[5] = 0;\n puVar1[6] = param_6;\n puVar1[7] = 0;\n puVar1[8] = param_7;\n puVar1[9] = 0;\n puVar1[10] = param_8;\n puVar1[0xd] = 0;\n puVar1[0xb] = param_9;\n puVar1[0xf] = 0;\n puVar1[0xc] = param_10;\n puVar1[0xe] = param_11;\n *param_12 = (int)(puVar3 + 0x10);\n return;\n}\n\n" comment (function_definition "void FUN_00199300(undefined4 param_1,char *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9,undefined4 param_10,undefined4 param_11,int *param_12)\n\n{\n undefined4 *puVar1;\n undefined4 uVar2;\n undefined4 *puVar3;\n \n uVar2 = 0;\n puVar1 = (undefined4 *)*param_12;\n puVar3 = puVar1;\n if (*param_2 != '\0') {\n uVar2 = FUN_00174130(param_3,param_2);\n puVar3 = (undefined4 *)*param_12;\n }\n *puVar1 = uVar2;\n puVar1[3] = 0;\n puVar1[1] = param_4;\n puVar1[4] = 0;\n puVar1[2] = param_5;\n puVar1[5] = 0;\n puVar1[6] = param_6;\n puVar1[7] = 0;\n puVar1[8] = param_7;\n puVar1[9] = 0;\n puVar1[10] = param_8;\n puVar1[0xd] = 0;\n puVar1[0xb] = param_9;\n puVar1[0xf] = 0;\n puVar1[0xc] = param_10;\n puVar1[0xe] = param_11;\n *param_12 = (int)(puVar3 + 0x10);\n return;\n}" primitive_type (function_declarator "FUN_00199300(undefined4 param_1,char *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9,undefined4 param_10,undefined4 param_11,int *param_12)" identifier (parameter_list "(undefined4 param_1,char *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9,undefined4 param_10,undefined4 param_11,int *param_12)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "char *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined4 param_3" type_identifier identifier) , (parameter_declaration "undefined4 param_4" type_identifier identifier) , (parameter_declaration "undefined4 param_5" type_identifier identifier) , (parameter_declaration "undefined4 param_6" type_identifier identifier) , (parameter_declaration "undefined4 param_7" type_identifier identifier) , (parameter_declaration "undefined4 param_8" type_identifier identifier) , (parameter_declaration "undefined4 param_9" type_identifier identifier) , (parameter_declaration "undefined4 param_10" type_identifier identifier) , (parameter_declaration "undefined4 param_11" type_identifier identifier) , (parameter_declaration "int *param_12" primitive_type (pointer_declarator "*param_12" * identifier)) ))) (compound_statement "{\n undefined4 *puVar1;\n undefined4 uVar2;\n undefined4 *puVar3;\n \n uVar2 = 0;\n puVar1 = (undefined4 *)*param_12;\n puVar3 = puVar1;\n if (*param_2 != '\0') {\n uVar2 = FUN_00174130(param_3,param_2);\n puVar3 = (undefined4 *)*param_12;\n }\n *puVar1 = uVar2;\n puVar1[3] = 0;\n puVar1[1] = param_4;\n puVar1[4] = 0;\n puVar1[2] = param_5;\n puVar1[5] = 0;\n puVar1[6] = param_6;\n puVar1[7] = 0;\n puVar1[8] = param_7;\n puVar1[9] = 0;\n puVar1[10] = param_8;\n puVar1[0xd] = 0;\n puVar1[0xb] = param_9;\n puVar1[0xf] = 0;\n puVar1[0xc] = param_10;\n puVar1[0xe] = param_11;\n *param_12 = (int)(puVar3 + 0x10);\n return;\n}" { (declaration "undefined4 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (declaration "undefined4 *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (expression_statement "uVar2 = 0;" (assignment_expression "uVar2 = 0" identifier = number_literal) ;) (expression_statement "puVar1 = (undefined4 *)*param_12;" (assignment_expression "puVar1 = (undefined4 *)*param_12" identifier = (cast_expression "(undefined4 *)*param_12" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_12" * identifier))) ;) (expression_statement "puVar3 = puVar1;" (assignment_expression "puVar3 = puVar1" identifier = identifier) ;) (if_statement "if (*param_2 != '\0') {\n uVar2 = FUN_00174130(param_3,param_2);\n puVar3 = (undefined4 *)*param_12;\n }" if (parenthesized_expression "(*param_2 != '\0')" ( (binary_expression "*param_2 != '\0'" (pointer_expression "*param_2" * identifier) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n uVar2 = FUN_00174130(param_3,param_2);\n puVar3 = (undefined4 *)*param_12;\n }" { (expression_statement "uVar2 = FUN_00174130(param_3,param_2);" (assignment_expression "uVar2 = FUN_00174130(param_3,param_2)" identifier = (call_expression "FUN_00174130(param_3,param_2)" identifier (argument_list "(param_3,param_2)" ( identifier , identifier )))) ;) (expression_statement "puVar3 = (undefined4 *)*param_12;" (assignment_expression "puVar3 = (undefined4 *)*param_12" identifier = (cast_expression "(undefined4 *)*param_12" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_12" * identifier))) ;) })) (expression_statement "*puVar1 = uVar2;" (assignment_expression "*puVar1 = uVar2" (pointer_expression "*puVar1" * identifier) = identifier) ;) (expression_statement "puVar1[3] = 0;" (assignment_expression "puVar1[3] = 0" (subscript_expression "puVar1[3]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar1[1] = param_4;" (assignment_expression "puVar1[1] = param_4" (subscript_expression "puVar1[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar1[4] = 0;" (assignment_expression "puVar1[4] = 0" (subscript_expression "puVar1[4]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar1[2] = param_5;" (assignment_expression "puVar1[2] = param_5" (subscript_expression "puVar1[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar1[5] = 0;" (assignment_expression "puVar1[5] = 0" (subscript_expression "puVar1[5]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar1[6] = param_6;" (assignment_expression "puVar1[6] = param_6" (subscript_expression "puVar1[6]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar1[7] = 0;" (assignment_expression "puVar1[7] = 0" (subscript_expression "puVar1[7]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar1[8] = param_7;" (assignment_expression "puVar1[8] = param_7" (subscript_expression "puVar1[8]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar1[9] = 0;" (assignment_expression "puVar1[9] = 0" (subscript_expression "puVar1[9]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar1[10] = param_8;" (assignment_expression "puVar1[10] = param_8" (subscript_expression "puVar1[10]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar1[0xd] = 0;" (assignment_expression "puVar1[0xd] = 0" (subscript_expression "puVar1[0xd]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar1[0xb] = param_9;" (assignment_expression "puVar1[0xb] = param_9" (subscript_expression "puVar1[0xb]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar1[0xf] = 0;" (assignment_expression "puVar1[0xf] = 0" (subscript_expression "puVar1[0xf]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar1[0xc] = param_10;" (assignment_expression "puVar1[0xc] = param_10" (subscript_expression "puVar1[0xc]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar1[0xe] = param_11;" (assignment_expression "puVar1[0xe] = param_11" (subscript_expression "puVar1[0xe]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*param_12 = (int)(puVar3 + 0x10);" (assignment_expression "*param_12 = (int)(puVar3 + 0x10)" (pointer_expression "*param_12" * identifier) = (cast_expression "(int)(puVar3 + 0x10)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(puVar3 + 0x10)" ( (binary_expression "puVar3 + 0x10" identifier + number_literal) )))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Enum "SHT": Some values do not have unique names */\n/* DWARF original name: write_section_header<64, false>\n DWARF original prototype: void write_section_header<64,_false>(Binary_to_elf * this, char * name,\n Stringpool * shstrtab, SHT type, uint flags, section_size_type offset, section_size_type\n section_size, uint link, uint info, uint addralign, uint entsize, uchar * * ppout) */\n\nvoid __thiscall\ngold::Binary_to_elf::write_section_header<64,_false>\n (Binary_to_elf *this,char *name,Stringpool *shstrtab,SHT type,uint flags,\n section_size_type offset,section_size_type section_size,uint link,uint info,uint addralign\n ,uint entsize,uchar **ppout)\n\n{\n section_offset_type *psVar1;\n section_offset_type sVar2;\n section_offset_type *psVar3;\n \n sVar2 = 0;\n psVar1 = (section_offset_type *)*ppout;\n psVar3 = psVar1;\n if (*name != '\0') {\n sVar2 = Stringpool_template<char>::get_offset(shstrtab,name);\n psVar3 = (section_offset_type *)*ppout;\n }\n *psVar1 = sVar2;\n psVar1[3] = 0;\n psVar1[1] = type;\n psVar1[4] = 0;\n psVar1[2] = flags;\n psVar1[5] = 0;\n psVar1[6] = offset;\n psVar1[7] = 0;\n psVar1[8] = section_size;\n psVar1[9] = 0;\n psVar1[10] = link;\n psVar1[0xd] = 0;\n psVar1[0xb] = info;\n psVar1[0xf] = 0;\n psVar1[0xc] = addralign;\n psVar1[0xe] = entsize;\n *ppout = (uchar *)(psVar3 + 0x10);\n return;\n}\n\n" comment comment comment (declaration "void __thiscall\ngold::Binary_to_elf::write_section_header<64,_false>\n (Binary_to_elf *this,char *name,Stringpool *shstrtab,SHT type,uint flags,\n section_size_type offset,section_size_type section_size,uint link,uint info,uint addralign\n ,uint entsize,uchar **ppout)\n\n{\n section_offset_type *psVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Binary_to_elf::" identifier : : identifier : :) identifier (ERROR "<64" < number_literal) , (ERROR "_false>\n (Binary_to_elf *this,char *name,Stringpool *shstrtab,SHT type,uint flags,\n section_size_type offset,section_size_type section_size,uint link,uint info,uint addralign\n ,uint entsize,uchar **ppout)\n\n{\n section_offset_type" (function_declarator "_false>\n (Binary_to_elf *this,char *name,Stringpool *shstrtab,SHT type,uint flags,\n section_size_type offset,section_size_type section_size,uint link,uint info,uint addralign\n ,uint entsize,uchar **ppout)" identifier (ERROR ">" >) (parameter_list "(Binary_to_elf *this,char *name,Stringpool *shstrtab,SHT type,uint flags,\n section_size_type offset,section_size_type section_size,uint link,uint info,uint addralign\n ,uint entsize,uchar **ppout)" ( (parameter_declaration "Binary_to_elf *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "char *name" primitive_type (pointer_declarator "*name" * identifier)) , (parameter_declaration "Stringpool *shstrtab" type_identifier (pointer_declarator "*shstrtab" * identifier)) , (parameter_declaration "SHT type" type_identifier identifier) , (parameter_declaration "uint flags" type_identifier identifier) , (parameter_declaration "section_size_type offset" type_identifier identifier) , (parameter_declaration "section_size_type section_size" type_identifier identifier) , (parameter_declaration "uint link" type_identifier identifier) , (parameter_declaration "uint info" type_identifier identifier) , (parameter_declaration "uint addralign" type_identifier identifier) , (parameter_declaration "uint entsize" type_identifier identifier) , (parameter_declaration "uchar **ppout" type_identifier (pointer_declarator "**ppout" * (pointer_declarator "*ppout" * identifier))) ))) { identifier) (pointer_declarator "*psVar1" * identifier) ;) (declaration "section_offset_type sVar2;" type_identifier identifier ;) (declaration "section_offset_type *psVar3;" type_identifier (pointer_declarator "*psVar3" * identifier) ;) (expression_statement "sVar2 = 0;" (assignment_expression "sVar2 = 0" identifier = number_literal) ;) (expression_statement "psVar1 = (section_offset_type *)*ppout;" (assignment_expression "psVar1 = (section_offset_type *)*ppout" identifier = (cast_expression "(section_offset_type *)*ppout" ( (type_descriptor "section_offset_type *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*ppout" * identifier))) ;) (expression_statement "psVar3 = psVar1;" (assignment_expression "psVar3 = psVar1" identifier = identifier) ;) (if_statement "if (*name != '\0') {\n sVar2 = Stringpool_template<char>::get_offset(shstrtab,name);\n psVar3 = (section_offset_type *)*ppout;\n }" if (parenthesized_expression "(*name != '\0')" ( (binary_expression "*name != '\0'" (pointer_expression "*name" * identifier) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n sVar2 = Stringpool_template<char>::get_offset(shstrtab,name);\n psVar3 = (section_offset_type *)*ppout;\n }" { (expression_statement "sVar2 = Stringpool_template<char>::get_offset(shstrtab,name);" (assignment_expression "sVar2 = Stringpool_template<char>::get_offset(shstrtab,name)" identifier = (binary_expression "Stringpool_template<char>::get_offset(shstrtab,name)" (binary_expression "Stringpool_template<char" identifier < identifier) > (ERROR "::" : :) (call_expression "get_offset(shstrtab,name)" identifier (argument_list "(shstrtab,name)" ( identifier , identifier ))))) ;) (expression_statement "psVar3 = (section_offset_type *)*ppout;" (assignment_expression "psVar3 = (section_offset_type *)*ppout" identifier = (cast_expression "(section_offset_type *)*ppout" ( (type_descriptor "section_offset_type *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*ppout" * identifier))) ;) })) (expression_statement "*psVar1 = sVar2;" (assignment_expression "*psVar1 = sVar2" (pointer_expression "*psVar1" * identifier) = identifier) ;) (expression_statement "psVar1[3] = 0;" (assignment_expression "psVar1[3] = 0" (subscript_expression "psVar1[3]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "psVar1[1] = type;" (assignment_expression "psVar1[1] = type" (subscript_expression "psVar1[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "psVar1[4] = 0;" (assignment_expression "psVar1[4] = 0" (subscript_expression "psVar1[4]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "psVar1[2] = flags;" (assignment_expression "psVar1[2] = flags" (subscript_expression "psVar1[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "psVar1[5] = 0;" (assignment_expression "psVar1[5] = 0" (subscript_expression "psVar1[5]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "psVar1[6] = offset;" (assignment_expression "psVar1[6] = offset" (subscript_expression "psVar1[6]" identifier [ number_literal ]) = identifier) ;) (expression_statement "psVar1[7] = 0;" (assignment_expression "psVar1[7] = 0" (subscript_expression "psVar1[7]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "psVar1[8] = section_size;" (assignment_expression "psVar1[8] = section_size" (subscript_expression "psVar1[8]" identifier [ number_literal ]) = identifier) ;) (expression_statement "psVar1[9] = 0;" (assignment_expression "psVar1[9] = 0" (subscript_expression "psVar1[9]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "psVar1[10] = link;" (assignment_expression "psVar1[10] = link" (subscript_expression "psVar1[10]" identifier [ number_literal ]) = identifier) ;) (expression_statement "psVar1[0xd] = 0;" (assignment_expression "psVar1[0xd] = 0" (subscript_expression "psVar1[0xd]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "psVar1[0xb] = info;" (assignment_expression "psVar1[0xb] = info" (subscript_expression "psVar1[0xb]" identifier [ number_literal ]) = identifier) ;) (expression_statement "psVar1[0xf] = 0;" (assignment_expression "psVar1[0xf] = 0" (subscript_expression "psVar1[0xf]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "psVar1[0xc] = addralign;" (assignment_expression "psVar1[0xc] = addralign" (subscript_expression "psVar1[0xc]" identifier [ number_literal ]) = identifier) ;) (expression_statement "psVar1[0xe] = entsize;" (assignment_expression "psVar1[0xe] = entsize" (subscript_expression "psVar1[0xe]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*ppout = (uchar *)(psVar3 + 0x10);" (assignment_expression "*ppout = (uchar *)(psVar3 + 0x10)" (pointer_expression "*ppout" * identifier) = (cast_expression "(uchar *)(psVar3 + 0x10)" ( (type_descriptor "uchar *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(psVar3 + 0x10)" ( (binary_expression "psVar3 + 0x10" identifier + number_literal) )))) ;) (return_statement "return;" return ;) (ERROR "}" }))
(translation_unit "void FUN_00199300(undefined4 param_1,char *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9,undefined4 param_10,undefined4 param_11,int *param_12)\n\n{\n undefined4 *puVar1;\n undefined4 uVar2;\n undefined4 *puVar3;\n \n uVar2 = 0;\n puVar1 = (undefined4 *)*param_12;\n puVar3 = puVar1;\n if (*param_2 != '\0') {\n uVar2 = FUN_00174130(param_3,param_2);\n puVar3 = (undefined4 *)*param_12;\n }\n *puVar1 = uVar2;\n puVar1[3] = 0;\n puVar1[1] = param_4;\n puVar1[4] = 0;\n puVar1[2] = param_5;\n puVar1[5] = 0;\n puVar1[6] = param_6;\n puVar1[7] = 0;\n puVar1[8] = param_7;\n puVar1[9] = 0;\n puVar1[10] = param_8;\n puVar1[0xd] = 0;\n puVar1[0xb] = param_9;\n puVar1[0xf] = 0;\n puVar1[0xc] = param_10;\n puVar1[0xe] = param_11;\n *param_12 = (int)(puVar3 + 0x10);\n return;\n}\n\n" (function_definition "void FUN_00199300(undefined4 param_1,char *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9,undefined4 param_10,undefined4 param_11,int *param_12)\n\n{\n undefined4 *puVar1;\n undefined4 uVar2;\n undefined4 *puVar3;\n \n uVar2 = 0;\n puVar1 = (undefined4 *)*param_12;\n puVar3 = puVar1;\n if (*param_2 != '\0') {\n uVar2 = FUN_00174130(param_3,param_2);\n puVar3 = (undefined4 *)*param_12;\n }\n *puVar1 = uVar2;\n puVar1[3] = 0;\n puVar1[1] = param_4;\n puVar1[4] = 0;\n puVar1[2] = param_5;\n puVar1[5] = 0;\n puVar1[6] = param_6;\n puVar1[7] = 0;\n puVar1[8] = param_7;\n puVar1[9] = 0;\n puVar1[10] = param_8;\n puVar1[0xd] = 0;\n puVar1[0xb] = param_9;\n puVar1[0xf] = 0;\n puVar1[0xc] = param_10;\n puVar1[0xe] = param_11;\n *param_12 = (int)(puVar3 + 0x10);\n return;\n}" primitive_type (function_declarator "FUN_00199300(undefined4 param_1,char *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9,undefined4 param_10,undefined4 param_11,int *param_12)" identifier (parameter_list "(undefined4 param_1,char *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9,undefined4 param_10,undefined4 param_11,int *param_12)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "char *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined4 param_3" type_identifier identifier) , (parameter_declaration "undefined4 param_4" type_identifier identifier) , (parameter_declaration "undefined4 param_5" type_identifier identifier) , (parameter_declaration "undefined4 param_6" type_identifier identifier) , (parameter_declaration "undefined4 param_7" type_identifier identifier) , (parameter_declaration "undefined4 param_8" type_identifier identifier) , (parameter_declaration "undefined4 param_9" type_identifier identifier) , (parameter_declaration "undefined4 param_10" type_identifier identifier) , (parameter_declaration "undefined4 param_11" type_identifier identifier) , (parameter_declaration "int *param_12" primitive_type (pointer_declarator "*param_12" * identifier)) ))) (compound_statement "{\n undefined4 *puVar1;\n undefined4 uVar2;\n undefined4 *puVar3;\n \n uVar2 = 0;\n puVar1 = (undefined4 *)*param_12;\n puVar3 = puVar1;\n if (*param_2 != '\0') {\n uVar2 = FUN_00174130(param_3,param_2);\n puVar3 = (undefined4 *)*param_12;\n }\n *puVar1 = uVar2;\n puVar1[3] = 0;\n puVar1[1] = param_4;\n puVar1[4] = 0;\n puVar1[2] = param_5;\n puVar1[5] = 0;\n puVar1[6] = param_6;\n puVar1[7] = 0;\n puVar1[8] = param_7;\n puVar1[9] = 0;\n puVar1[10] = param_8;\n puVar1[0xd] = 0;\n puVar1[0xb] = param_9;\n puVar1[0xf] = 0;\n puVar1[0xc] = param_10;\n puVar1[0xe] = param_11;\n *param_12 = (int)(puVar3 + 0x10);\n return;\n}" { (declaration "undefined4 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (declaration "undefined4 *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (expression_statement "uVar2 = 0;" (assignment_expression "uVar2 = 0" identifier = number_literal) ;) (expression_statement "puVar1 = (undefined4 *)*param_12;" (assignment_expression "puVar1 = (undefined4 *)*param_12" identifier = (cast_expression "(undefined4 *)*param_12" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_12" * identifier))) ;) (expression_statement "puVar3 = puVar1;" (assignment_expression "puVar3 = puVar1" identifier = identifier) ;) (if_statement "if (*param_2 != '\0') {\n uVar2 = FUN_00174130(param_3,param_2);\n puVar3 = (undefined4 *)*param_12;\n }" if (parenthesized_expression "(*param_2 != '\0')" ( (binary_expression "*param_2 != '\0'" (pointer_expression "*param_2" * identifier) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n uVar2 = FUN_00174130(param_3,param_2);\n puVar3 = (undefined4 *)*param_12;\n }" { (expression_statement "uVar2 = FUN_00174130(param_3,param_2);" (assignment_expression "uVar2 = FUN_00174130(param_3,param_2)" identifier = (call_expression "FUN_00174130(param_3,param_2)" identifier (argument_list "(param_3,param_2)" ( identifier , identifier )))) ;) (expression_statement "puVar3 = (undefined4 *)*param_12;" (assignment_expression "puVar3 = (undefined4 *)*param_12" identifier = (cast_expression "(undefined4 *)*param_12" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_12" * identifier))) ;) })) (expression_statement "*puVar1 = uVar2;" (assignment_expression "*puVar1 = uVar2" (pointer_expression "*puVar1" * identifier) = identifier) ;) (expression_statement "puVar1[3] = 0;" (assignment_expression "puVar1[3] = 0" (subscript_expression "puVar1[3]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar1[1] = param_4;" (assignment_expression "puVar1[1] = param_4" (subscript_expression "puVar1[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar1[4] = 0;" (assignment_expression "puVar1[4] = 0" (subscript_expression "puVar1[4]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar1[2] = param_5;" (assignment_expression "puVar1[2] = param_5" (subscript_expression "puVar1[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar1[5] = 0;" (assignment_expression "puVar1[5] = 0" (subscript_expression "puVar1[5]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar1[6] = param_6;" (assignment_expression "puVar1[6] = param_6" (subscript_expression "puVar1[6]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar1[7] = 0;" (assignment_expression "puVar1[7] = 0" (subscript_expression "puVar1[7]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar1[8] = param_7;" (assignment_expression "puVar1[8] = param_7" (subscript_expression "puVar1[8]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar1[9] = 0;" (assignment_expression "puVar1[9] = 0" (subscript_expression "puVar1[9]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar1[10] = param_8;" (assignment_expression "puVar1[10] = param_8" (subscript_expression "puVar1[10]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar1[0xd] = 0;" (assignment_expression "puVar1[0xd] = 0" (subscript_expression "puVar1[0xd]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar1[0xb] = param_9;" (assignment_expression "puVar1[0xb] = param_9" (subscript_expression "puVar1[0xb]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar1[0xf] = 0;" (assignment_expression "puVar1[0xf] = 0" (subscript_expression "puVar1[0xf]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar1[0xc] = param_10;" (assignment_expression "puVar1[0xc] = param_10" (subscript_expression "puVar1[0xc]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar1[0xe] = param_11;" (assignment_expression "puVar1[0xe] = param_11" (subscript_expression "puVar1[0xe]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*param_12 = (int)(puVar3 + 0x10);" (assignment_expression "*param_12 = (int)(puVar3 + 0x10)" (pointer_expression "*param_12" * identifier) = (cast_expression "(int)(puVar3 + 0x10)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(puVar3 + 0x10)" ( (binary_expression "puVar3 + 0x10" identifier + number_literal) )))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (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 (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (return_statement return ;) })))
(function_definition "void FUN_00199300(undefined4 param_1,char *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9,undefined4 param_10,undefined4 param_11,int *param_12)\n\n{\n undefined4 *puVar1;\n undefined4 uVar2;\n undefined4 *puVar3;\n \n uVar2 = 0;\n puVar1 = (undefined4 *)*param_12;\n puVar3 = puVar1;\n if (*param_2 != '\0') {\n uVar2 = FUN_00174130(param_3,param_2);\n puVar3 = (undefined4 *)*param_12;\n }\n *puVar1 = uVar2;\n puVar1[3] = 0;\n puVar1[1] = param_4;\n puVar1[4] = 0;\n puVar1[2] = param_5;\n puVar1[5] = 0;\n puVar1[6] = param_6;\n puVar1[7] = 0;\n puVar1[8] = param_7;\n puVar1[9] = 0;\n puVar1[10] = param_8;\n puVar1[0xd] = 0;\n puVar1[0xb] = param_9;\n puVar1[0xf] = 0;\n puVar1[0xc] = param_10;\n puVar1[0xe] = param_11;\n *param_12 = (int)(puVar3 + 0x10);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00199300(undefined4 param_1,char *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9,undefined4 param_10,undefined4 param_11,int *param_12)" (identifier "FUN_00199300") (parameter_list "(undefined4 param_1,char *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9,undefined4 param_10,undefined4 param_11,int *param_12)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) (, ",") (parameter_declaration "char *param_2" (primitive_type "char") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "undefined4 param_3" (type_identifier "undefined4") (identifier "param_3")) (, ",") (parameter_declaration "undefined4 param_4" (type_identifier "undefined4") (identifier "param_4")) (, ",") (parameter_declaration "undefined4 param_5" (type_identifier "undefined4") (identifier "param_5")) (, ",") (parameter_declaration "undefined4 param_6" (type_identifier "undefined4") (identifier "param_6")) (, ",") (parameter_declaration "undefined4 param_7" (type_identifier "undefined4") (identifier "param_7")) (, ",") (parameter_declaration "undefined4 param_8" (type_identifier "undefined4") (identifier "param_8")) (, ",") (parameter_declaration "undefined4 param_9" (type_identifier "undefined4") (identifier "param_9")) (, ",") (parameter_declaration "undefined4 param_10" (type_identifier "undefined4") (identifier "param_10")) (, ",") (parameter_declaration "undefined4 param_11" (type_identifier "undefined4") (identifier "param_11")) (, ",") (parameter_declaration "int *param_12" (primitive_type "int") (pointer_declarator "*param_12" (* "*") (identifier "param_12"))) () ")"))) (compound_statement "{\n undefined4 *puVar1;\n undefined4 uVar2;\n undefined4 *puVar3;\n \n uVar2 = 0;\n puVar1 = (undefined4 *)*param_12;\n puVar3 = puVar1;\n if (*param_2 != '\0') {\n uVar2 = FUN_00174130(param_3,param_2);\n puVar3 = (undefined4 *)*param_12;\n }\n *puVar1 = uVar2;\n puVar1[3] = 0;\n puVar1[1] = param_4;\n puVar1[4] = 0;\n puVar1[2] = param_5;\n puVar1[5] = 0;\n puVar1[6] = param_6;\n puVar1[7] = 0;\n puVar1[8] = param_7;\n puVar1[9] = 0;\n puVar1[10] = param_8;\n puVar1[0xd] = 0;\n puVar1[0xb] = param_9;\n puVar1[0xf] = 0;\n puVar1[0xc] = param_10;\n puVar1[0xe] = param_11;\n *param_12 = (int)(puVar3 + 0x10);\n return;\n}" ({ "{") (declaration "undefined4 *puVar1;" (type_identifier "undefined4") (pointer_declarator "*puVar1" (* "*") (identifier "puVar1")) (; ";")) (declaration "undefined4 uVar2;" (type_identifier "undefined4") (identifier "uVar2") (; ";")) (declaration "undefined4 *puVar3;" (type_identifier "undefined4") (pointer_declarator "*puVar3" (* "*") (identifier "puVar3")) (; ";")) (expression_statement "uVar2 = 0;" (assignment_expression "uVar2 = 0" (identifier "uVar2") (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar1 = (undefined4 *)*param_12;" (assignment_expression "puVar1 = (undefined4 *)*param_12" (identifier "puVar1") (= "=") (cast_expression "(undefined4 *)*param_12" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_12" (* "*") (identifier "param_12")))) (; ";")) (expression_statement "puVar3 = puVar1;" (assignment_expression "puVar3 = puVar1" (identifier "puVar3") (= "=") (identifier "puVar1")) (; ";")) (if_statement "if (*param_2 != '\0') {\n uVar2 = FUN_00174130(param_3,param_2);\n puVar3 = (undefined4 *)*param_12;\n }" (if "if") (parenthesized_expression "(*param_2 != '\0')" (( "(") (binary_expression "*param_2 != '\0'" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n uVar2 = FUN_00174130(param_3,param_2);\n puVar3 = (undefined4 *)*param_12;\n }" ({ "{") (expression_statement "uVar2 = FUN_00174130(param_3,param_2);" (assignment_expression "uVar2 = FUN_00174130(param_3,param_2)" (identifier "uVar2") (= "=") (call_expression "FUN_00174130(param_3,param_2)" (identifier "FUN_00174130") (argument_list "(param_3,param_2)" (( "(") (identifier "param_3") (, ",") (identifier "param_2") () ")")))) (; ";")) (expression_statement "puVar3 = (undefined4 *)*param_12;" (assignment_expression "puVar3 = (undefined4 *)*param_12" (identifier "puVar3") (= "=") (cast_expression "(undefined4 *)*param_12" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_12" (* "*") (identifier "param_12")))) (; ";")) (} "}"))) (expression_statement "*puVar1 = uVar2;" (assignment_expression "*puVar1 = uVar2" (pointer_expression "*puVar1" (* "*") (identifier "puVar1")) (= "=") (identifier "uVar2")) (; ";")) (expression_statement "puVar1[3] = 0;" (assignment_expression "puVar1[3] = 0" (subscript_expression "puVar1[3]" (identifier "puVar1") ([ "[") (number_literal "3") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar1[1] = param_4;" (assignment_expression "puVar1[1] = param_4" (subscript_expression "puVar1[1]" (identifier "puVar1") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "param_4")) (; ";")) (expression_statement "puVar1[4] = 0;" (assignment_expression "puVar1[4] = 0" (subscript_expression "puVar1[4]" (identifier "puVar1") ([ "[") (number_literal "4") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar1[2] = param_5;" (assignment_expression "puVar1[2] = param_5" (subscript_expression "puVar1[2]" (identifier "puVar1") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "param_5")) (; ";")) (expression_statement "puVar1[5] = 0;" (assignment_expression "puVar1[5] = 0" (subscript_expression "puVar1[5]" (identifier "puVar1") ([ "[") (number_literal "5") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar1[6] = param_6;" (assignment_expression "puVar1[6] = param_6" (subscript_expression "puVar1[6]" (identifier "puVar1") ([ "[") (number_literal "6") (] "]")) (= "=") (identifier "param_6")) (; ";")) (expression_statement "puVar1[7] = 0;" (assignment_expression "puVar1[7] = 0" (subscript_expression "puVar1[7]" (identifier "puVar1") ([ "[") (number_literal "7") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar1[8] = param_7;" (assignment_expression "puVar1[8] = param_7" (subscript_expression "puVar1[8]" (identifier "puVar1") ([ "[") (number_literal "8") (] "]")) (= "=") (identifier "param_7")) (; ";")) (expression_statement "puVar1[9] = 0;" (assignment_expression "puVar1[9] = 0" (subscript_expression "puVar1[9]" (identifier "puVar1") ([ "[") (number_literal "9") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar1[10] = param_8;" (assignment_expression "puVar1[10] = param_8" (subscript_expression "puVar1[10]" (identifier "puVar1") ([ "[") (number_literal "10") (] "]")) (= "=") (identifier "param_8")) (; ";")) (expression_statement "puVar1[0xd] = 0;" (assignment_expression "puVar1[0xd] = 0" (subscript_expression "puVar1[0xd]" (identifier "puVar1") ([ "[") (number_literal "0xd") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar1[0xb] = param_9;" (assignment_expression "puVar1[0xb] = param_9" (subscript_expression "puVar1[0xb]" (identifier "puVar1") ([ "[") (number_literal "0xb") (] "]")) (= "=") (identifier "param_9")) (; ";")) (expression_statement "puVar1[0xf] = 0;" (assignment_expression "puVar1[0xf] = 0" (subscript_expression "puVar1[0xf]" (identifier "puVar1") ([ "[") (number_literal "0xf") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar1[0xc] = param_10;" (assignment_expression "puVar1[0xc] = param_10" (subscript_expression "puVar1[0xc]" (identifier "puVar1") ([ "[") (number_literal "0xc") (] "]")) (= "=") (identifier "param_10")) (; ";")) (expression_statement "puVar1[0xe] = param_11;" (assignment_expression "puVar1[0xe] = param_11" (subscript_expression "puVar1[0xe]" (identifier "puVar1") ([ "[") (number_literal "0xe") (] "]")) (= "=") (identifier "param_11")) (; ";")) (expression_statement "*param_12 = (int)(puVar3 + 0x10);" (assignment_expression "*param_12 = (int)(puVar3 + 0x10)" (pointer_expression "*param_12" (* "*") (identifier "param_12")) (= "=") (cast_expression "(int)(puVar3 + 0x10)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "(puVar3 + 0x10)" (( "(") (binary_expression "puVar3 + 0x10" (identifier "puVar3") (+ "+") (number_literal "0x10")) () ")")))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Enum "SHT": Some values do not have unique names */ /* DWARF original name: write_section_header<64, false> DWARF original prototype: void write_section_header<64,_false>(Binary_to_elf * this, char * name, Stringpool * shstrtab, SHT type, uint flags, section_size_type offset, section_size_type section_size, uint link, uint info, uint addralign, uint entsize, uchar * * ppout) */ void __thiscall gold::Binary_to_elf::write_section_header<64,_false> (Binary_to_elf *this,char *name,Stringpool *shstrtab,SHT type,uint flags, section_size_type offset,section_size_type section_size,uint link,uint info,uint addralign ,uint entsize,type_2 **ppout) { type_1 *psVar1; type_1 sVar2; type_1 *var_4; sVar2 = 0; psVar1 = (type_1 *)*ppout; var_4 = psVar1; if (*name != '\0') { sVar2 = var_1<var_2>::var_3(shstrtab,name); var_4 = (type_1 *)*ppout; } *psVar1 = sVar2; psVar1[3] = 0; psVar1[1] = type; psVar1[4] = 0; psVar1[2] = flags; psVar1[5] = 0; psVar1[6] = offset; psVar1[7] = 0; psVar1[8] = section_size; psVar1[9] = 0; psVar1[10] = link; psVar1[0xd] = 0; psVar1[0xb] = info; psVar1[0xf] = 0; psVar1[0xc] = addralign; psVar1[0xe] = entsize; *ppout = (type_2 *)(var_4 + 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)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (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: (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: (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: (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: (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: (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: (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: (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: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (return_statement))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(undefined4 param_1,char *param_2,undefined4 param_3,undefined4 param_4, undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8, undefined4 param_9,undefined4 param_10,undefined4 param_11,int *param_12) { undefined4 *puVar1; undefined4 uVar2; undefined4 *puVar3; uVar2 = 0; puVar1 = (undefined4 *)*param_12; puVar3 = puVar1; if (*param_2 != '\0') { uVar2 = FUN_00174130(param_3,param_2); puVar3 = (undefined4 *)*param_12; } *puVar1 = uVar2; puVar1[3] = 0; puVar1[1] = param_4; puVar1[4] = 0; puVar1[2] = param_5; puVar1[5] = 0; puVar1[6] = param_6; puVar1[7] = 0; puVar1[8] = param_7; puVar1[9] = 0; puVar1[10] = param_8; puVar1[0xd] = 0; puVar1[0xb] = param_9; puVar1[0xf] = 0; puVar1[0xc] = param_10; puVar1[0xe] = param_11; *param_12 = (int)(puVar3 + 0x10); return; }
1902_sqlite3_and_sqlite3_strip.c
fts5PrepareStatement
FUN_00101530
/* WARNING: Function: __x86.get_pc_thunk.si replaced with injection: get_pc_thunk_si */ /* DWARF original prototype: int fts5PrepareStatement(sqlite3_stmt * * ppStmt, Fts5Config * pConfig, char * zFmt, char * zFmt) */ int fts5PrepareStatement(sqlite3_stmt **ppStmt,Fts5Config *pConfig,char *zFmt,char *zFmt_1) { char **ppcVar1; char *zSql; char *pcVar2; int iVar3; int in_GS_OFFSET; char **in_stack_ffffffc4; sqlite3_stmt *pRet; Vdbe *local_20; local_20 = *(Vdbe **)(in_GS_OFFSET + 0x14); pRet = (sqlite3_stmt *)0x0; zSql = sqlite3_vmprintf("SELECT rowid, rank FROM %Q.%Q ORDER BY %s(%s%s%s) %s",(va_list)&zFmt_1); iVar3 = 7; if (zSql != (char *)0x0) { iVar3 = sqlite3LockAndPrepare (pConfig->db,zSql,0x81,0,(Vdbe *)&pRet,(sqlite3_stmt **)0x0,in_stack_ffffffc4) ; if (iVar3 != 0) { pcVar2 = sqlite3_errmsg(pConfig->db); ppcVar1 = pConfig->pzErrmsg; pcVar2 = sqlite3_mprintf("%s",pcVar2); *ppcVar1 = pcVar2; } sqlite3_free(zSql); } *ppStmt = pRet; if (local_20 == *(Vdbe **)(in_GS_OFFSET + 0x14)) { return iVar3; } /* WARNING: Subroutine does not return */ __stack_chk_fail_local(); }
/* WARNING: Function: __i686.get_pc_thunk.si replaced with injection: get_pc_thunk_si */ int FUN_00101530(undefined4 *param_1,undefined4 *param_2) { undefined4 *puVar1; int iVar2; undefined4 uVar3; int iVar4; int in_GS_OFFSET; undefined4 local_24; int local_20; local_20 = *(int *)(in_GS_OFFSET + 0x14); local_24 = 0; iVar2 = FUN_000a2060("SELECT rowid, rank FROM %Q.%Q ORDER BY %s(%s%s%s) %s",&stack0x00000010); iVar4 = 7; if (iVar2 != 0) { iVar4 = FUN_00100700(0x81,0,&local_24,0); if (iVar4 != 0) { uVar3 = FUN_00080a90(*param_2); puVar1 = (undefined4 *)param_2[0x18]; uVar3 = FUN_000a3060("%s",uVar3); *puVar1 = uVar3; } FUN_00044000(iVar2); } *param_1 = local_24; if (local_20 == *(int *)(in_GS_OFFSET + 0x14)) { return iVar4; } /* WARNING: Subroutine does not return */ FUN_00153870(); }
PUSH EBP PUSH EDI PUSH ESI CALL 0x00152e6c ADD ESI,0xb98f0 PUSH EBX SUB ESP,0x2c MOV EAX,GS:[0x14] MOV dword ptr [ESP + 0x1c],EAX XOR EAX,EAX MOV EBP,dword ptr [ESP + 0x40] MOV EDI,dword ptr [ESP + 0x44] LEA EAX,[ESP + 0x4c] MOV dword ptr [ESP + 0x18],0x0 SUB ESP,0x8 PUSH EAX LEA EAX,[ESI + 0xfffb15c0] PUSH EAX CALL 0x000a2060 ADD ESP,0x10 MOV EDX,0x7 TEST EAX,EAX JZ 0x001015b9 PUSH 0x0 MOV EBX,EAX MOV ECX,0xffffffff MOV EDX,EBX LEA EAX,[ESP + 0x1c] PUSH EAX PUSH 0x0 PUSH 0x81 MOV EAX,dword ptr [EDI] CALL 0x00100700 ADD ESP,0x10 MOV EDX,EAX TEST EAX,EAX JNZ 0x001015e0 MOV dword ptr [ESP + 0xc],EDX SUB ESP,0xc PUSH EBX CALL 0x00044000 ADD ESP,0x10 MOV EDX,dword ptr [ESP + 0xc] MOV EAX,dword ptr [ESP + 0x18] MOV dword ptr [EBP],EAX MOV EAX,EDX MOV ECX,dword ptr [ESP + 0x1c] XOR ECX,dword ptr GS:[0x14] JNZ 0x0010160b ADD ESP,0x2c POP EBX POP ESI POP EDI POP EBP RET MOV dword ptr [ESP + 0xc],EAX SUB ESP,0xc PUSH dword ptr [EDI] CALL 0x00080a90 POP EDX MOV EDI,dword ptr [EDI + 0x60] POP ECX PUSH EAX LEA EAX,[ESI + 0xfffa06f9] PUSH EAX CALL 0x000a3060 ADD ESP,0x10 MOV EDX,dword ptr [ESP + 0xc] MOV dword ptr [EDI],EAX JMP 0x001015a5 CALL 0x00153870
null
null
null
null
[(u'INDIRECT_-1206970361', u'MULTIEQUAL_-1206970341'), (u'CALL_-1206970942', u'INDIRECT_-1206970601'), ('const-417', u'LOAD_-1206970869'), ('const-16', u'PTRSUB_-1206970372'), (u'CALL_-1206970942', u'INDIRECT_-1206970485'), (u'LOAD_-1206970644', u'STORE_-1206970589'), (u'INDIRECT_-1206970533', u'MULTIEQUAL_-1206970520'), ('const-0', u'PTRSUB_-1206970307'), (u'CALL_-1206970651', u'INDIRECT_-1206970287'), (u'INDIRECT_-1206970431', u'CALL_-1206970858'), (u'PTRSUB_-1206970372', u'CAST_-1206970345'), (u'CALL_-1206970942', u'INDIRECT_-1206970431'), ('const-20', u'INT_ADD_-1206970738'), (u'CALL_-1206970611', u'INDIRECT_-1206970456'), (u'INDIRECT_-1206970485', u'MULTIEQUAL_-1206970403'), (u'INDIRECT_-1206970442', u'MULTIEQUAL_-1206970422'), ('const-417', u'STORE_-1206970589'), ('const-417', u'LOAD_-1206971034'), (u'INDIRECT_-1206970370', u'MULTIEQUAL_-1206970350'), (u'PTRSUB_-1206970224', u'LOAD_-1206970664'), (u'INT_ADD_-1206970738', u'CAST_-1206970254'), (u'INDIRECT_-1206970558', u'MULTIEQUAL_-1206970539'), (u'CALL_-1206970638', u'INDIRECT_-1206970322'), ('const-0', u'CALL_-1206970858'), ('const-7', u'COPY_-1206970930'), (u'PTRSUB_-1206970320', u'CAST_-1206970316'), (u'COPY_-1206970274', u'CALL_-1206970611'), (u'CALL_-1206970611', u'INDIRECT_-1206970340'), ('const-417', u'LOAD_-1206970664'), ('const-0', u'INT_NOTEQUAL_-1206970828'), (u'INDIRECT_-1206970456', u'MULTIEQUAL_-1206970539'), (u'CALL_-1206970797', u'INDIRECT_-1206970345'), (u'CALL_-1206970942', u'INT_NOTEQUAL_-1206970909'), (u'CALL_-1206970858', u'MULTIEQUAL_-1206970532'), (u'CALL_-1206970638', u'INDIRECT_-1206970241'), ('tmp_785', u'PTRSUB_-1206970307'), (u'INT_NOTEQUAL_-1206970909', u'CBRANCH_-1206970909'), (u'INDIRECT_-1206970336', u'MULTIEQUAL_-1206970322'), (u'INDIRECT_-1206970345', u'MULTIEQUAL_-1206970331'), ('tmp_785', u'PTRSUB_-1206970215'), (u'COPY_-1206970415', u'CALL_-1206970942'), (u'MULTIEQUAL_-1206970532', u'COPY_-1206970766'), ('const-417', u'STORE_-1206970768'), (u'MULTIEQUAL_-1206970322', u'INT_EQUAL_-1206970740'), (u'CALL_-1206970797', u'INDIRECT_-1206970336'), ('tmp_380', u'CBRANCH_-1206970827'), ('tmp_268', u'CBRANCH_-1206970909'), (u'INT_ADD_-1206971018', u'CAST_-1206970389'), (u'LOAD_-1206970752', u'INT_EQUAL_-1206970740'), (u'CALL_-1206970651', u'CALL_-1206970611'), (u'CALL_-1206970651', u'INDIRECT_-1206970359'), ('const-0', u'INT_NOTEQUAL_-1206970909'), (u'PTRSUB_-1206970307', u'LOAD_-1206970869'), (u'INT_NOTEQUAL_-1206970828', u'CBRANCH_-1206970827'), (u'INDIRECT_-1206970413', u'MULTIEQUAL_-1206970331'), (u'CALL_-1206970651', u'INDIRECT_-1206970475'), (u'CALL_-1206970858', u'INDIRECT_-1206970361'), (u'CAST_-1206970345', u'CALL_-1206970942'), (u'CALL_-1206970942', u'CALL_-1206970797'), (u'LOAD_-1206970869', u'CALL_-1206970858'), (u'INDIRECT_-1206970268', u'MULTIEQUAL_-1206970350'), ('tmp_1198', u'INT_ADD_-1206971018'), (u'CAST_-1206970389', u'LOAD_-1206971034'), ('const-0', u'CALL_-1206970858'), (u'CALL_-1206970611', u'STORE_-1206970589'), (u'CALL_-1206970942', u'INDIRECT_-1206970413'), ('const-0', u'PTRSUB_-1206970224'), ('const-96', u'PTRSUB_-1206970215'), (u'CALL_-1206970638', u'INDIRECT_-1206970250'), (u'INDIRECT_-1206970340', u'MULTIEQUAL_-1206970422'), (u'LOAD_-1206970664', u'CALL_-1206970651'), ('tmp_755', u'BRANCH_-1206970585'), ('const-1', u'RETURN_-1206970633'), (u'PTRSUB_-1206970215', u'LOAD_-1206970644'), (u'CAST_-1206970316', u'CALL_-1206970858'), (u'CALL_-1206970942', u'CALL_-1206970858'), ('const-1422625', u'COPY_-1206970274'), ('const-20', u'INT_ADD_-1206971018'), (u'INDIRECT_-1206970417', u'MULTIEQUAL_-1206970403'), ('const-4294967260', u'PTRSUB_-1206970320'), (u'CALL_-1206970858', u'INDIRECT_-1206970370'), ('tmp_1194', u'PTRSUB_-1206970372'), ('const-1491944', u'COPY_-1206970415'), (u'CALL_-1206970797', u'INDIRECT_-1206970417'), (u'CALL_-1206970611', u'INDIRECT_-1206970268'), (u'CALL_-1206970858', u'INDIRECT_-1206970558'), ('tmp_1194', u'PTRSUB_-1206970320'), ('const-417', u'LOAD_-1206970752'), ('tmp_521', u'CBRANCH_-1206970733'), (u'CALL_-1206970797', u'INDIRECT_-1206970533'), ('const-129', u'CALL_-1206970858'), ('tmp_784', u'STORE_-1206970768'), (u'MULTIEQUAL_-1206970331', u'STORE_-1206970768'), (u'CAST_-1206970254', u'LOAD_-1206970752'), (u'CALL_-1206970651', u'INDIRECT_-1206970278'), ('tmp_785', u'PTRSUB_-1206970224'), (u'INDIRECT_-1206970404', u'MULTIEQUAL_-1206970322'), (u'CALL_-1206970858', u'INT_NOTEQUAL_-1206970828'), (u'INT_EQUAL_-1206970740', u'CBRANCH_-1206970733'), (u'CALL_-1206970611', u'INDIRECT_-1206970259'), (u'CALL_-1206970858', u'INDIRECT_-1206970442'), (u'MULTIEQUAL_-1206970520', u'INT_ADD_-1206970738'), (u'INDIRECT_-1206970259', u'MULTIEQUAL_-1206970341'), (u'CALL_-1206970942', u'INDIRECT_-1206970404'), ('const-0', u'COPY_-1206970987'), (u'INDIRECT_-1206970601', u'MULTIEQUAL_-1206970520'), (u'COPY_-1206970930', u'MULTIEQUAL_-1206970532'), ('const-0', u'RETURN_-1206970691'), ('const-417', u'LOAD_-1206970644'), (u'COPY_-1206970766', u'RETURN_-1206970691')]
[('const-0', u'INT_NOTEQUAL_-1206970909'), (u'INT_NOTEQUAL_-1206970828', u'CBRANCH_-1206970827'), (u'MULTIEQUAL_-1206970357', u'INT_EQUAL_-1206970740'), ('tmp_1167', u'PTRSUB_-1206970355'), (u'INDIRECT_-1206970303', u'MULTIEQUAL_-1206970385'), (u'INDIRECT_-1206970371', u'MULTIEQUAL_-1206970357'), (u'INDIRECT_-1206970448', u'MULTIEQUAL_-1206970366'), (u'CALL_-1206970611', u'INDIRECT_-1206970464'), (u'CAST_-1206970252', u'STORE_-1206970589'), (u'CALL_-1206970942', u'CALL_-1206970797'), ('tmp_1892', u'PTRADD_-1206970253'), (u'INT_ADD_-1206971018', u'CAST_-1206970426'), ('const-417', u'STORE_-1206970768'), (u'CAST_-1206970426', u'LOAD_-1206971034'), (u'MULTIEQUAL_-1206970366', u'STORE_-1206970768'), (u'CALL_-1206970942', u'INDIRECT_-1206970439'), (u'CALL_-1206970611', u'STORE_-1206970589'), (u'CALL_-1206970797', u'INDIRECT_-1206970380'), (u'INDIRECT_-1206970380', u'MULTIEQUAL_-1206970366'), ('const-0', u'COPY_-1206970987'), (u'CALL_-1206970858', u'MULTIEQUAL_-1206970540'), ('const-24', u'PTRADD_-1206970253'), ('const-417', u'LOAD_-1206970644'), (u'CALL_-1206970638', u'INDIRECT_-1206970285'), (u'LOAD_-1206970664', u'CALL_-1206970651'), ('tmp_755', u'BRANCH_-1206970585'), (u'INDIRECT_-1206970396', u'MULTIEQUAL_-1206970376'), ('const-20', u'INT_ADD_-1206970738'), ('tmp_1171', u'INT_ADD_-1206971018'), (u'COPY_-1206970309', u'CALL_-1206970611'), ('const-1', u'RETURN_-1206970633'), ('const-129', u'CALL_-1206970858'), (u'CALL_-1206970942', u'INDIRECT_-1206970448'), (u'CALL_-1206970858', u'INDIRECT_-1206970566'), (u'CALL_-1206970858', u'INDIRECT_-1206970405'), (u'CAST_-1206970292', u'LOAD_-1206970752'), (u'PTRSUB_-1206970407', u'CALL_-1206970942'), ('const-20', u'INT_ADD_-1206971018'), ('const-7', u'COPY_-1206970930'), (u'LOAD_-1206970644', u'CAST_-1206970252'), (u'CALL_-1206970651', u'INDIRECT_-1206970483'), ('const-0', u'INT_NOTEQUAL_-1206970828'), (u'COPY_-1206970930', u'MULTIEQUAL_-1206970540'), (u'MULTIEQUAL_-1206970540', u'COPY_-1206970766'), ('const-1491944', u'COPY_-1206970450'), (u'INT_ADD_-1206970738', u'CAST_-1206970292'), (u'CALL_-1206970611', u'INDIRECT_-1206970294'), (u'CALL_-1206970942', u'INT_NOTEQUAL_-1206970909'), ('const-4294967260', u'PTRSUB_-1206970355'), (u'CALL_-1206970858', u'INDIRECT_-1206970396'), ('const-4', u'PTRADD_-1206970253'), (u'CALL_-1206970611', u'INDIRECT_-1206970303'), (u'INDIRECT_-1206970609', u'MULTIEQUAL_-1206970528'), (u'INT_NOTEQUAL_-1206970909', u'CBRANCH_-1206970909'), (u'INDIRECT_-1206970464', u'MULTIEQUAL_-1206970547'), (u'MULTIEQUAL_-1206970528', u'INT_ADD_-1206970738'), ('tmp_521', u'CBRANCH_-1206970733'), ('const-0', u'CALL_-1206970858'), ('tmp_1891', u'STORE_-1206970768'), ('const-417', u'LOAD_-1206970752'), (u'CALL_-1206970942', u'INDIRECT_-1206970609'), (u'CALL_-1206970797', u'INDIRECT_-1206970371'), (u'CALL_-1206970797', u'INDIRECT_-1206970541'), (u'CALL_-1206970858', u'INT_NOTEQUAL_-1206970828'), (u'PTRSUB_-1206970355', u'CALL_-1206970858'), ('tmp_1167', u'PTRSUB_-1206970407'), (u'INT_EQUAL_-1206970740', u'CBRANCH_-1206970733'), (u'CALL_-1206970651', u'INDIRECT_-1206970322'), (u'INDIRECT_-1206970566', u'MULTIEQUAL_-1206970547'), (u'COPY_-1206970450', u'CALL_-1206970942'), ('const-16', u'PTRSUB_-1206970407'), ('tmp_268', u'CBRANCH_-1206970909'), ('tmp_380', u'CBRANCH_-1206970827'), (u'INDIRECT_-1206970541', u'MULTIEQUAL_-1206970528'), ('tmp_1892', u'LOAD_-1206970664'), (u'INDIRECT_-1206970405', u'MULTIEQUAL_-1206970385'), (u'CALL_-1206970638', u'INDIRECT_-1206970276'), (u'LOAD_-1206970752', u'INT_EQUAL_-1206970740'), ('const-417', u'STORE_-1206970589'), (u'INDIRECT_-1206970439', u'MULTIEQUAL_-1206970357'), (u'CALL_-1206970651', u'CALL_-1206970611'), ('const-0', u'RETURN_-1206970691'), (u'CALL_-1206970651', u'INDIRECT_-1206970313'), (u'INDIRECT_-1206970294', u'MULTIEQUAL_-1206970376'), (u'COPY_-1206970766', u'RETURN_-1206970691'), ('const-1422625', u'COPY_-1206970309'), ('const-0', u'CALL_-1206970858'), ('const-417', u'LOAD_-1206970664'), ('const-417', u'LOAD_-1206971034'), (u'PTRADD_-1206970253', u'LOAD_-1206970644')]
null
null
00101530
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.si replaced with injection: get_pc_thunk_si */\n\nint FUN_00101530(undefined4 *param_1,undefined4 *param_2)\n\n{\n undefined4 *puVar1;\n int iVar2;\n undefined4 uVar3;\n int iVar4;\n int in_GS_OFFSET;\n undefined4 local_24;\n int local_20;\n \n local_20 = *(int *)(in_GS_OFFSET + 0x14);\n local_24 = 0;\n iVar2 = FUN_000a2060("SELECT rowid, rank FROM %Q.%Q ORDER BY %s(%s%s%s) %s",&stack0x00000010);\n iVar4 = 7;\n if (iVar2 != 0) {\n iVar4 = FUN_00100700(0x81,0,&local_24,0);\n if (iVar4 != 0) {\n uVar3 = FUN_00080a90(*param_2);\n puVar1 = (undefined4 *)param_2[0x18];\n uVar3 = FUN_000a3060("%s",uVar3);\n *puVar1 = uVar3;\n }\n FUN_00044000(iVar2);\n }\n *param_1 = local_24;\n if (local_20 == *(int *)(in_GS_OFFSET + 0x14)) {\n return iVar4;\n }\n /* WARNING: Subroutine does not return */\n FUN_00153870();\n}\n\n" comment (function_definition "int FUN_00101530(undefined4 *param_1,undefined4 *param_2)\n\n{\n undefined4 *puVar1;\n int iVar2;\n undefined4 uVar3;\n int iVar4;\n int in_GS_OFFSET;\n undefined4 local_24;\n int local_20;\n \n local_20 = *(int *)(in_GS_OFFSET + 0x14);\n local_24 = 0;\n iVar2 = FUN_000a2060("SELECT rowid, rank FROM %Q.%Q ORDER BY %s(%s%s%s) %s",&stack0x00000010);\n iVar4 = 7;\n if (iVar2 != 0) {\n iVar4 = FUN_00100700(0x81,0,&local_24,0);\n if (iVar4 != 0) {\n uVar3 = FUN_00080a90(*param_2);\n puVar1 = (undefined4 *)param_2[0x18];\n uVar3 = FUN_000a3060("%s",uVar3);\n *puVar1 = uVar3;\n }\n FUN_00044000(iVar2);\n }\n *param_1 = local_24;\n if (local_20 == *(int *)(in_GS_OFFSET + 0x14)) {\n return iVar4;\n }\n /* WARNING: Subroutine does not return */\n FUN_00153870();\n}" primitive_type (function_declarator "FUN_00101530(undefined4 *param_1,undefined4 *param_2)" identifier (parameter_list "(undefined4 *param_1,undefined4 *param_2)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined4 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n undefined4 *puVar1;\n int iVar2;\n undefined4 uVar3;\n int iVar4;\n int in_GS_OFFSET;\n undefined4 local_24;\n int local_20;\n \n local_20 = *(int *)(in_GS_OFFSET + 0x14);\n local_24 = 0;\n iVar2 = FUN_000a2060("SELECT rowid, rank FROM %Q.%Q ORDER BY %s(%s%s%s) %s",&stack0x00000010);\n iVar4 = 7;\n if (iVar2 != 0) {\n iVar4 = FUN_00100700(0x81,0,&local_24,0);\n if (iVar4 != 0) {\n uVar3 = FUN_00080a90(*param_2);\n puVar1 = (undefined4 *)param_2[0x18];\n uVar3 = FUN_000a3060("%s",uVar3);\n *puVar1 = uVar3;\n }\n FUN_00044000(iVar2);\n }\n *param_1 = local_24;\n if (local_20 == *(int *)(in_GS_OFFSET + 0x14)) {\n return iVar4;\n }\n /* WARNING: Subroutine does not return */\n FUN_00153870();\n}" { (declaration "undefined4 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "undefined4 uVar3;" type_identifier identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "int in_GS_OFFSET;" primitive_type identifier ;) (declaration "undefined4 local_24;" type_identifier identifier ;) (declaration "int local_20;" primitive_type identifier ;) (expression_statement "local_20 = *(int *)(in_GS_OFFSET + 0x14);" (assignment_expression "local_20 = *(int *)(in_GS_OFFSET + 0x14)" identifier = (pointer_expression "*(int *)(in_GS_OFFSET + 0x14)" * (cast_expression "(int *)(in_GS_OFFSET + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_GS_OFFSET + 0x14)" ( (binary_expression "in_GS_OFFSET + 0x14" identifier + number_literal) ))))) ;) (expression_statement "local_24 = 0;" (assignment_expression "local_24 = 0" identifier = number_literal) ;) (expression_statement "iVar2 = FUN_000a2060("SELECT rowid, rank FROM %Q.%Q ORDER BY %s(%s%s%s) %s",&stack0x00000010);" (assignment_expression "iVar2 = FUN_000a2060("SELECT rowid, rank FROM %Q.%Q ORDER BY %s(%s%s%s) %s",&stack0x00000010)" identifier = (call_expression "FUN_000a2060("SELECT rowid, rank FROM %Q.%Q ORDER BY %s(%s%s%s) %s",&stack0x00000010)" identifier (argument_list "("SELECT rowid, rank FROM %Q.%Q ORDER BY %s(%s%s%s) %s",&stack0x00000010)" ( (string_literal ""SELECT rowid, rank FROM %Q.%Q ORDER BY %s(%s%s%s) %s"" " string_content ") , (pointer_expression "&stack0x00000010" & identifier) )))) ;) (expression_statement "iVar4 = 7;" (assignment_expression "iVar4 = 7" identifier = number_literal) ;) (if_statement "if (iVar2 != 0) {\n iVar4 = FUN_00100700(0x81,0,&local_24,0);\n if (iVar4 != 0) {\n uVar3 = FUN_00080a90(*param_2);\n puVar1 = (undefined4 *)param_2[0x18];\n uVar3 = FUN_000a3060("%s",uVar3);\n *puVar1 = uVar3;\n }\n FUN_00044000(iVar2);\n }" if (parenthesized_expression "(iVar2 != 0)" ( (binary_expression "iVar2 != 0" identifier != number_literal) )) (compound_statement "{\n iVar4 = FUN_00100700(0x81,0,&local_24,0);\n if (iVar4 != 0) {\n uVar3 = FUN_00080a90(*param_2);\n puVar1 = (undefined4 *)param_2[0x18];\n uVar3 = FUN_000a3060("%s",uVar3);\n *puVar1 = uVar3;\n }\n FUN_00044000(iVar2);\n }" { (expression_statement "iVar4 = FUN_00100700(0x81,0,&local_24,0);" (assignment_expression "iVar4 = FUN_00100700(0x81,0,&local_24,0)" identifier = (call_expression "FUN_00100700(0x81,0,&local_24,0)" identifier (argument_list "(0x81,0,&local_24,0)" ( number_literal , number_literal , (pointer_expression "&local_24" & identifier) , number_literal )))) ;) (if_statement "if (iVar4 != 0) {\n uVar3 = FUN_00080a90(*param_2);\n puVar1 = (undefined4 *)param_2[0x18];\n uVar3 = FUN_000a3060("%s",uVar3);\n *puVar1 = uVar3;\n }" if (parenthesized_expression "(iVar4 != 0)" ( (binary_expression "iVar4 != 0" identifier != number_literal) )) (compound_statement "{\n uVar3 = FUN_00080a90(*param_2);\n puVar1 = (undefined4 *)param_2[0x18];\n uVar3 = FUN_000a3060("%s",uVar3);\n *puVar1 = uVar3;\n }" { (expression_statement "uVar3 = FUN_00080a90(*param_2);" (assignment_expression "uVar3 = FUN_00080a90(*param_2)" identifier = (call_expression "FUN_00080a90(*param_2)" identifier (argument_list "(*param_2)" ( (pointer_expression "*param_2" * identifier) )))) ;) (expression_statement "puVar1 = (undefined4 *)param_2[0x18];" (assignment_expression "puVar1 = (undefined4 *)param_2[0x18]" identifier = (cast_expression "(undefined4 *)param_2[0x18]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_2[0x18]" identifier [ number_literal ]))) ;) (expression_statement "uVar3 = FUN_000a3060("%s",uVar3);" (assignment_expression "uVar3 = FUN_000a3060("%s",uVar3)" identifier = (call_expression "FUN_000a3060("%s",uVar3)" identifier (argument_list "("%s",uVar3)" ( (string_literal ""%s"" " string_content ") , identifier )))) ;) (expression_statement "*puVar1 = uVar3;" (assignment_expression "*puVar1 = uVar3" (pointer_expression "*puVar1" * identifier) = identifier) ;) })) (expression_statement "FUN_00044000(iVar2);" (call_expression "FUN_00044000(iVar2)" identifier (argument_list "(iVar2)" ( identifier ))) ;) })) (expression_statement "*param_1 = local_24;" (assignment_expression "*param_1 = local_24" (pointer_expression "*param_1" * identifier) = identifier) ;) (if_statement "if (local_20 == *(int *)(in_GS_OFFSET + 0x14)) {\n return iVar4;\n }" if (parenthesized_expression "(local_20 == *(int *)(in_GS_OFFSET + 0x14))" ( (binary_expression "local_20 == *(int *)(in_GS_OFFSET + 0x14)" identifier == (pointer_expression "*(int *)(in_GS_OFFSET + 0x14)" * (cast_expression "(int *)(in_GS_OFFSET + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_GS_OFFSET + 0x14)" ( (binary_expression "in_GS_OFFSET + 0x14" identifier + number_literal) ))))) )) (compound_statement "{\n return iVar4;\n }" { (return_statement "return iVar4;" return identifier ;) })) comment (expression_statement "FUN_00153870();" (call_expression "FUN_00153870()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.si replaced with injection: get_pc_thunk_si */\n/* DWARF original prototype: int fts5PrepareStatement(sqlite3_stmt * * ppStmt, Fts5Config * pConfig,\n char * zFmt, char * zFmt) */\n\nint fts5PrepareStatement(sqlite3_stmt **ppStmt,Fts5Config *pConfig,char *zFmt,char *zFmt_1)\n\n{\n char **ppcVar1;\n char *zSql;\n char *pcVar2;\n int iVar3;\n int in_GS_OFFSET;\n char **in_stack_ffffffc4;\n sqlite3_stmt *pRet;\n Vdbe *local_20;\n \n local_20 = *(Vdbe **)(in_GS_OFFSET + 0x14);\n pRet = (sqlite3_stmt *)0x0;\n zSql = sqlite3_vmprintf("SELECT rowid, rank FROM %Q.%Q ORDER BY %s(%s%s%s) %s",(va_list)&zFmt_1);\n iVar3 = 7;\n if (zSql != (char *)0x0) {\n iVar3 = sqlite3LockAndPrepare\n (pConfig->db,zSql,0x81,0,(Vdbe *)&pRet,(sqlite3_stmt **)0x0,in_stack_ffffffc4)\n ;\n if (iVar3 != 0) {\n pcVar2 = sqlite3_errmsg(pConfig->db);\n ppcVar1 = pConfig->pzErrmsg;\n pcVar2 = sqlite3_mprintf("%s",pcVar2);\n *ppcVar1 = pcVar2;\n }\n sqlite3_free(zSql);\n }\n *ppStmt = pRet;\n if (local_20 == *(Vdbe **)(in_GS_OFFSET + 0x14)) {\n return iVar3;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail_local();\n}\n\n" comment comment (function_definition "int fts5PrepareStatement(sqlite3_stmt **ppStmt,Fts5Config *pConfig,char *zFmt,char *zFmt_1)\n\n{\n char **ppcVar1;\n char *zSql;\n char *pcVar2;\n int iVar3;\n int in_GS_OFFSET;\n char **in_stack_ffffffc4;\n sqlite3_stmt *pRet;\n Vdbe *local_20;\n \n local_20 = *(Vdbe **)(in_GS_OFFSET + 0x14);\n pRet = (sqlite3_stmt *)0x0;\n zSql = sqlite3_vmprintf("SELECT rowid, rank FROM %Q.%Q ORDER BY %s(%s%s%s) %s",(va_list)&zFmt_1);\n iVar3 = 7;\n if (zSql != (char *)0x0) {\n iVar3 = sqlite3LockAndPrepare\n (pConfig->db,zSql,0x81,0,(Vdbe *)&pRet,(sqlite3_stmt **)0x0,in_stack_ffffffc4)\n ;\n if (iVar3 != 0) {\n pcVar2 = sqlite3_errmsg(pConfig->db);\n ppcVar1 = pConfig->pzErrmsg;\n pcVar2 = sqlite3_mprintf("%s",pcVar2);\n *ppcVar1 = pcVar2;\n }\n sqlite3_free(zSql);\n }\n *ppStmt = pRet;\n if (local_20 == *(Vdbe **)(in_GS_OFFSET + 0x14)) {\n return iVar3;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail_local();\n}" primitive_type (function_declarator "fts5PrepareStatement(sqlite3_stmt **ppStmt,Fts5Config *pConfig,char *zFmt,char *zFmt_1)" identifier (parameter_list "(sqlite3_stmt **ppStmt,Fts5Config *pConfig,char *zFmt,char *zFmt_1)" ( (parameter_declaration "sqlite3_stmt **ppStmt" type_identifier (pointer_declarator "**ppStmt" * (pointer_declarator "*ppStmt" * identifier))) , (parameter_declaration "Fts5Config *pConfig" type_identifier (pointer_declarator "*pConfig" * identifier)) , (parameter_declaration "char *zFmt" primitive_type (pointer_declarator "*zFmt" * identifier)) , (parameter_declaration "char *zFmt_1" primitive_type (pointer_declarator "*zFmt_1" * identifier)) ))) (compound_statement "{\n char **ppcVar1;\n char *zSql;\n char *pcVar2;\n int iVar3;\n int in_GS_OFFSET;\n char **in_stack_ffffffc4;\n sqlite3_stmt *pRet;\n Vdbe *local_20;\n \n local_20 = *(Vdbe **)(in_GS_OFFSET + 0x14);\n pRet = (sqlite3_stmt *)0x0;\n zSql = sqlite3_vmprintf("SELECT rowid, rank FROM %Q.%Q ORDER BY %s(%s%s%s) %s",(va_list)&zFmt_1);\n iVar3 = 7;\n if (zSql != (char *)0x0) {\n iVar3 = sqlite3LockAndPrepare\n (pConfig->db,zSql,0x81,0,(Vdbe *)&pRet,(sqlite3_stmt **)0x0,in_stack_ffffffc4)\n ;\n if (iVar3 != 0) {\n pcVar2 = sqlite3_errmsg(pConfig->db);\n ppcVar1 = pConfig->pzErrmsg;\n pcVar2 = sqlite3_mprintf("%s",pcVar2);\n *ppcVar1 = pcVar2;\n }\n sqlite3_free(zSql);\n }\n *ppStmt = pRet;\n if (local_20 == *(Vdbe **)(in_GS_OFFSET + 0x14)) {\n return iVar3;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail_local();\n}" { (declaration "char **ppcVar1;" primitive_type (pointer_declarator "**ppcVar1" * (pointer_declarator "*ppcVar1" * identifier)) ;) (declaration "char *zSql;" primitive_type (pointer_declarator "*zSql" * identifier) ;) (declaration "char *pcVar2;" primitive_type (pointer_declarator "*pcVar2" * identifier) ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "int in_GS_OFFSET;" primitive_type identifier ;) (declaration "char **in_stack_ffffffc4;" primitive_type (pointer_declarator "**in_stack_ffffffc4" * (pointer_declarator "*in_stack_ffffffc4" * identifier)) ;) (declaration "sqlite3_stmt *pRet;" type_identifier (pointer_declarator "*pRet" * identifier) ;) (declaration "Vdbe *local_20;" type_identifier (pointer_declarator "*local_20" * identifier) ;) (expression_statement "local_20 = *(Vdbe **)(in_GS_OFFSET + 0x14);" (assignment_expression "local_20 = *(Vdbe **)(in_GS_OFFSET + 0x14)" identifier = (pointer_expression "*(Vdbe **)(in_GS_OFFSET + 0x14)" * (cast_expression "(Vdbe **)(in_GS_OFFSET + 0x14)" ( (type_descriptor "Vdbe **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(in_GS_OFFSET + 0x14)" ( (binary_expression "in_GS_OFFSET + 0x14" identifier + number_literal) ))))) ;) (expression_statement "pRet = (sqlite3_stmt *)0x0;" (assignment_expression "pRet = (sqlite3_stmt *)0x0" identifier = (cast_expression "(sqlite3_stmt *)0x0" ( (type_descriptor "sqlite3_stmt *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "zSql = sqlite3_vmprintf("SELECT rowid, rank FROM %Q.%Q ORDER BY %s(%s%s%s) %s",(va_list)&zFmt_1);" (assignment_expression "zSql = sqlite3_vmprintf("SELECT rowid, rank FROM %Q.%Q ORDER BY %s(%s%s%s) %s",(va_list)&zFmt_1)" identifier = (call_expression "sqlite3_vmprintf("SELECT rowid, rank FROM %Q.%Q ORDER BY %s(%s%s%s) %s",(va_list)&zFmt_1)" identifier (argument_list "("SELECT rowid, rank FROM %Q.%Q ORDER BY %s(%s%s%s) %s",(va_list)&zFmt_1)" ( (string_literal ""SELECT rowid, rank FROM %Q.%Q ORDER BY %s(%s%s%s) %s"" " string_content ") , (binary_expression "(va_list)&zFmt_1" (parenthesized_expression "(va_list)" ( identifier )) & identifier) )))) ;) (expression_statement "iVar3 = 7;" (assignment_expression "iVar3 = 7" identifier = number_literal) ;) (if_statement "if (zSql != (char *)0x0) {\n iVar3 = sqlite3LockAndPrepare\n (pConfig->db,zSql,0x81,0,(Vdbe *)&pRet,(sqlite3_stmt **)0x0,in_stack_ffffffc4)\n ;\n if (iVar3 != 0) {\n pcVar2 = sqlite3_errmsg(pConfig->db);\n ppcVar1 = pConfig->pzErrmsg;\n pcVar2 = sqlite3_mprintf("%s",pcVar2);\n *ppcVar1 = pcVar2;\n }\n sqlite3_free(zSql);\n }" if (parenthesized_expression "(zSql != (char *)0x0)" ( (binary_expression "zSql != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar3 = sqlite3LockAndPrepare\n (pConfig->db,zSql,0x81,0,(Vdbe *)&pRet,(sqlite3_stmt **)0x0,in_stack_ffffffc4)\n ;\n if (iVar3 != 0) {\n pcVar2 = sqlite3_errmsg(pConfig->db);\n ppcVar1 = pConfig->pzErrmsg;\n pcVar2 = sqlite3_mprintf("%s",pcVar2);\n *ppcVar1 = pcVar2;\n }\n sqlite3_free(zSql);\n }" { (expression_statement "iVar3 = sqlite3LockAndPrepare\n (pConfig->db,zSql,0x81,0,(Vdbe *)&pRet,(sqlite3_stmt **)0x0,in_stack_ffffffc4)\n ;" (assignment_expression "iVar3 = sqlite3LockAndPrepare\n (pConfig->db,zSql,0x81,0,(Vdbe *)&pRet,(sqlite3_stmt **)0x0,in_stack_ffffffc4)" identifier = (call_expression "sqlite3LockAndPrepare\n (pConfig->db,zSql,0x81,0,(Vdbe *)&pRet,(sqlite3_stmt **)0x0,in_stack_ffffffc4)" identifier (argument_list "(pConfig->db,zSql,0x81,0,(Vdbe *)&pRet,(sqlite3_stmt **)0x0,in_stack_ffffffc4)" ( (field_expression "pConfig->db" identifier -> field_identifier) , identifier , number_literal , number_literal , (cast_expression "(Vdbe *)&pRet" ( (type_descriptor "Vdbe *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&pRet" & identifier)) , (cast_expression "(sqlite3_stmt **)0x0" ( (type_descriptor "sqlite3_stmt **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal) , identifier )))) ;) (if_statement "if (iVar3 != 0) {\n pcVar2 = sqlite3_errmsg(pConfig->db);\n ppcVar1 = pConfig->pzErrmsg;\n pcVar2 = sqlite3_mprintf("%s",pcVar2);\n *ppcVar1 = pcVar2;\n }" if (parenthesized_expression "(iVar3 != 0)" ( (binary_expression "iVar3 != 0" identifier != number_literal) )) (compound_statement "{\n pcVar2 = sqlite3_errmsg(pConfig->db);\n ppcVar1 = pConfig->pzErrmsg;\n pcVar2 = sqlite3_mprintf("%s",pcVar2);\n *ppcVar1 = pcVar2;\n }" { (expression_statement "pcVar2 = sqlite3_errmsg(pConfig->db);" (assignment_expression "pcVar2 = sqlite3_errmsg(pConfig->db)" identifier = (call_expression "sqlite3_errmsg(pConfig->db)" identifier (argument_list "(pConfig->db)" ( (field_expression "pConfig->db" identifier -> field_identifier) )))) ;) (expression_statement "ppcVar1 = pConfig->pzErrmsg;" (assignment_expression "ppcVar1 = pConfig->pzErrmsg" identifier = (field_expression "pConfig->pzErrmsg" identifier -> field_identifier)) ;) (expression_statement "pcVar2 = sqlite3_mprintf("%s",pcVar2);" (assignment_expression "pcVar2 = sqlite3_mprintf("%s",pcVar2)" identifier = (call_expression "sqlite3_mprintf("%s",pcVar2)" identifier (argument_list "("%s",pcVar2)" ( (string_literal ""%s"" " string_content ") , identifier )))) ;) (expression_statement "*ppcVar1 = pcVar2;" (assignment_expression "*ppcVar1 = pcVar2" (pointer_expression "*ppcVar1" * identifier) = identifier) ;) })) (expression_statement "sqlite3_free(zSql);" (call_expression "sqlite3_free(zSql)" identifier (argument_list "(zSql)" ( identifier ))) ;) })) (expression_statement "*ppStmt = pRet;" (assignment_expression "*ppStmt = pRet" (pointer_expression "*ppStmt" * identifier) = identifier) ;) (if_statement "if (local_20 == *(Vdbe **)(in_GS_OFFSET + 0x14)) {\n return iVar3;\n }" if (parenthesized_expression "(local_20 == *(Vdbe **)(in_GS_OFFSET + 0x14))" ( (binary_expression "local_20 == *(Vdbe **)(in_GS_OFFSET + 0x14)" identifier == (pointer_expression "*(Vdbe **)(in_GS_OFFSET + 0x14)" * (cast_expression "(Vdbe **)(in_GS_OFFSET + 0x14)" ( (type_descriptor "Vdbe **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(in_GS_OFFSET + 0x14)" ( (binary_expression "in_GS_OFFSET + 0x14" identifier + number_literal) ))))) )) (compound_statement "{\n return iVar3;\n }" { (return_statement "return iVar3;" return identifier ;) })) comment (expression_statement "__stack_chk_fail_local();" (call_expression "__stack_chk_fail_local()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "int FUN_00101530(undefined4 *param_1,undefined4 *param_2)\n\n{\n undefined4 *puVar1;\n int iVar2;\n undefined4 uVar3;\n int iVar4;\n int in_GS_OFFSET;\n undefined4 local_24;\n int local_20;\n \n local_20 = *(int *)(in_GS_OFFSET + 0x14);\n local_24 = 0;\n iVar2 = FUN_000a2060("SELECT rowid, rank FROM %Q.%Q ORDER BY %s(%s%s%s) %s",&stack0x00000010);\n iVar4 = 7;\n if (iVar2 != 0) {\n iVar4 = FUN_00100700(0x81,0,&local_24,0);\n if (iVar4 != 0) {\n uVar3 = FUN_00080a90(*param_2);\n puVar1 = (undefined4 *)param_2[0x18];\n uVar3 = FUN_000a3060("%s",uVar3);\n *puVar1 = uVar3;\n }\n FUN_00044000(iVar2);\n }\n *param_1 = local_24;\n if (local_20 == *(int *)(in_GS_OFFSET + 0x14)) {\n return iVar4;\n }\n \n FUN_00153870();\n}\n\n" (function_definition "int FUN_00101530(undefined4 *param_1,undefined4 *param_2)\n\n{\n undefined4 *puVar1;\n int iVar2;\n undefined4 uVar3;\n int iVar4;\n int in_GS_OFFSET;\n undefined4 local_24;\n int local_20;\n \n local_20 = *(int *)(in_GS_OFFSET + 0x14);\n local_24 = 0;\n iVar2 = FUN_000a2060("SELECT rowid, rank FROM %Q.%Q ORDER BY %s(%s%s%s) %s",&stack0x00000010);\n iVar4 = 7;\n if (iVar2 != 0) {\n iVar4 = FUN_00100700(0x81,0,&local_24,0);\n if (iVar4 != 0) {\n uVar3 = FUN_00080a90(*param_2);\n puVar1 = (undefined4 *)param_2[0x18];\n uVar3 = FUN_000a3060("%s",uVar3);\n *puVar1 = uVar3;\n }\n FUN_00044000(iVar2);\n }\n *param_1 = local_24;\n if (local_20 == *(int *)(in_GS_OFFSET + 0x14)) {\n return iVar4;\n }\n \n FUN_00153870();\n}" primitive_type (function_declarator "FUN_00101530(undefined4 *param_1,undefined4 *param_2)" identifier (parameter_list "(undefined4 *param_1,undefined4 *param_2)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined4 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n undefined4 *puVar1;\n int iVar2;\n undefined4 uVar3;\n int iVar4;\n int in_GS_OFFSET;\n undefined4 local_24;\n int local_20;\n \n local_20 = *(int *)(in_GS_OFFSET + 0x14);\n local_24 = 0;\n iVar2 = FUN_000a2060("SELECT rowid, rank FROM %Q.%Q ORDER BY %s(%s%s%s) %s",&stack0x00000010);\n iVar4 = 7;\n if (iVar2 != 0) {\n iVar4 = FUN_00100700(0x81,0,&local_24,0);\n if (iVar4 != 0) {\n uVar3 = FUN_00080a90(*param_2);\n puVar1 = (undefined4 *)param_2[0x18];\n uVar3 = FUN_000a3060("%s",uVar3);\n *puVar1 = uVar3;\n }\n FUN_00044000(iVar2);\n }\n *param_1 = local_24;\n if (local_20 == *(int *)(in_GS_OFFSET + 0x14)) {\n return iVar4;\n }\n \n FUN_00153870();\n}" { (declaration "undefined4 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "undefined4 uVar3;" type_identifier identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "int in_GS_OFFSET;" primitive_type identifier ;) (declaration "undefined4 local_24;" type_identifier identifier ;) (declaration "int local_20;" primitive_type identifier ;) (expression_statement "local_20 = *(int *)(in_GS_OFFSET + 0x14);" (assignment_expression "local_20 = *(int *)(in_GS_OFFSET + 0x14)" identifier = (pointer_expression "*(int *)(in_GS_OFFSET + 0x14)" * (cast_expression "(int *)(in_GS_OFFSET + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_GS_OFFSET + 0x14)" ( (binary_expression "in_GS_OFFSET + 0x14" identifier + number_literal) ))))) ;) (expression_statement "local_24 = 0;" (assignment_expression "local_24 = 0" identifier = number_literal) ;) (expression_statement "iVar2 = FUN_000a2060("SELECT rowid, rank FROM %Q.%Q ORDER BY %s(%s%s%s) %s",&stack0x00000010);" (assignment_expression "iVar2 = FUN_000a2060("SELECT rowid, rank FROM %Q.%Q ORDER BY %s(%s%s%s) %s",&stack0x00000010)" identifier = (call_expression "FUN_000a2060("SELECT rowid, rank FROM %Q.%Q ORDER BY %s(%s%s%s) %s",&stack0x00000010)" identifier (argument_list "("SELECT rowid, rank FROM %Q.%Q ORDER BY %s(%s%s%s) %s",&stack0x00000010)" ( (string_literal ""SELECT rowid, rank FROM %Q.%Q ORDER BY %s(%s%s%s) %s"" " string_content ") , (pointer_expression "&stack0x00000010" & identifier) )))) ;) (expression_statement "iVar4 = 7;" (assignment_expression "iVar4 = 7" identifier = number_literal) ;) (if_statement "if (iVar2 != 0) {\n iVar4 = FUN_00100700(0x81,0,&local_24,0);\n if (iVar4 != 0) {\n uVar3 = FUN_00080a90(*param_2);\n puVar1 = (undefined4 *)param_2[0x18];\n uVar3 = FUN_000a3060("%s",uVar3);\n *puVar1 = uVar3;\n }\n FUN_00044000(iVar2);\n }" if (parenthesized_expression "(iVar2 != 0)" ( (binary_expression "iVar2 != 0" identifier != number_literal) )) (compound_statement "{\n iVar4 = FUN_00100700(0x81,0,&local_24,0);\n if (iVar4 != 0) {\n uVar3 = FUN_00080a90(*param_2);\n puVar1 = (undefined4 *)param_2[0x18];\n uVar3 = FUN_000a3060("%s",uVar3);\n *puVar1 = uVar3;\n }\n FUN_00044000(iVar2);\n }" { (expression_statement "iVar4 = FUN_00100700(0x81,0,&local_24,0);" (assignment_expression "iVar4 = FUN_00100700(0x81,0,&local_24,0)" identifier = (call_expression "FUN_00100700(0x81,0,&local_24,0)" identifier (argument_list "(0x81,0,&local_24,0)" ( number_literal , number_literal , (pointer_expression "&local_24" & identifier) , number_literal )))) ;) (if_statement "if (iVar4 != 0) {\n uVar3 = FUN_00080a90(*param_2);\n puVar1 = (undefined4 *)param_2[0x18];\n uVar3 = FUN_000a3060("%s",uVar3);\n *puVar1 = uVar3;\n }" if (parenthesized_expression "(iVar4 != 0)" ( (binary_expression "iVar4 != 0" identifier != number_literal) )) (compound_statement "{\n uVar3 = FUN_00080a90(*param_2);\n puVar1 = (undefined4 *)param_2[0x18];\n uVar3 = FUN_000a3060("%s",uVar3);\n *puVar1 = uVar3;\n }" { (expression_statement "uVar3 = FUN_00080a90(*param_2);" (assignment_expression "uVar3 = FUN_00080a90(*param_2)" identifier = (call_expression "FUN_00080a90(*param_2)" identifier (argument_list "(*param_2)" ( (pointer_expression "*param_2" * identifier) )))) ;) (expression_statement "puVar1 = (undefined4 *)param_2[0x18];" (assignment_expression "puVar1 = (undefined4 *)param_2[0x18]" identifier = (cast_expression "(undefined4 *)param_2[0x18]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_2[0x18]" identifier [ number_literal ]))) ;) (expression_statement "uVar3 = FUN_000a3060("%s",uVar3);" (assignment_expression "uVar3 = FUN_000a3060("%s",uVar3)" identifier = (call_expression "FUN_000a3060("%s",uVar3)" identifier (argument_list "("%s",uVar3)" ( (string_literal ""%s"" " string_content ") , identifier )))) ;) (expression_statement "*puVar1 = uVar3;" (assignment_expression "*puVar1 = uVar3" (pointer_expression "*puVar1" * identifier) = identifier) ;) })) (expression_statement "FUN_00044000(iVar2);" (call_expression "FUN_00044000(iVar2)" identifier (argument_list "(iVar2)" ( identifier ))) ;) })) (expression_statement "*param_1 = local_24;" (assignment_expression "*param_1 = local_24" (pointer_expression "*param_1" * identifier) = identifier) ;) (if_statement "if (local_20 == *(int *)(in_GS_OFFSET + 0x14)) {\n return iVar4;\n }" if (parenthesized_expression "(local_20 == *(int *)(in_GS_OFFSET + 0x14))" ( (binary_expression "local_20 == *(int *)(in_GS_OFFSET + 0x14)" identifier == (pointer_expression "*(int *)(in_GS_OFFSET + 0x14)" * (cast_expression "(int *)(in_GS_OFFSET + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_GS_OFFSET + 0x14)" ( (binary_expression "in_GS_OFFSET + 0x14" identifier + number_literal) ))))) )) (compound_statement "{\n return iVar4;\n }" { (return_statement "return iVar4;" return identifier ;) })) (expression_statement "FUN_00153870();" (call_expression "FUN_00153870()" 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 (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE 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 = LIT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (string_literal " string_content ") , (pointer_expression & IDENT) )))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , LIT , (pointer_expression & IDENT) , LIT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression * IDENT) )))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (string_literal " string_content ") , IDENT )))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (return_statement return IDENT ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "int FUN_00101530(undefined4 *param_1,undefined4 *param_2)\n\n{\n undefined4 *puVar1;\n int iVar2;\n undefined4 uVar3;\n int iVar4;\n int in_GS_OFFSET;\n undefined4 local_24;\n int local_20;\n \n local_20 = *(int *)(in_GS_OFFSET + 0x14);\n local_24 = 0;\n iVar2 = FUN_000a2060("SELECT rowid, rank FROM %Q.%Q ORDER BY %s(%s%s%s) %s",&stack0x00000010);\n iVar4 = 7;\n if (iVar2 != 0) {\n iVar4 = FUN_00100700(0x81,0,&local_24,0);\n if (iVar4 != 0) {\n uVar3 = FUN_00080a90(*param_2);\n puVar1 = (undefined4 *)param_2[0x18];\n uVar3 = FUN_000a3060("%s",uVar3);\n *puVar1 = uVar3;\n }\n FUN_00044000(iVar2);\n }\n *param_1 = local_24;\n if (local_20 == *(int *)(in_GS_OFFSET + 0x14)) {\n return iVar4;\n }\n \n FUN_00153870();\n}" (primitive_type "int") (function_declarator "FUN_00101530(undefined4 *param_1,undefined4 *param_2)" (identifier "FUN_00101530") (parameter_list "(undefined4 *param_1,undefined4 *param_2)" (( "(") (parameter_declaration "undefined4 *param_1" (type_identifier "undefined4") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "undefined4 *param_2" (type_identifier "undefined4") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) () ")"))) (compound_statement "{\n undefined4 *puVar1;\n int iVar2;\n undefined4 uVar3;\n int iVar4;\n int in_GS_OFFSET;\n undefined4 local_24;\n int local_20;\n \n local_20 = *(int *)(in_GS_OFFSET + 0x14);\n local_24 = 0;\n iVar2 = FUN_000a2060("SELECT rowid, rank FROM %Q.%Q ORDER BY %s(%s%s%s) %s",&stack0x00000010);\n iVar4 = 7;\n if (iVar2 != 0) {\n iVar4 = FUN_00100700(0x81,0,&local_24,0);\n if (iVar4 != 0) {\n uVar3 = FUN_00080a90(*param_2);\n puVar1 = (undefined4 *)param_2[0x18];\n uVar3 = FUN_000a3060("%s",uVar3);\n *puVar1 = uVar3;\n }\n FUN_00044000(iVar2);\n }\n *param_1 = local_24;\n if (local_20 == *(int *)(in_GS_OFFSET + 0x14)) {\n return iVar4;\n }\n \n FUN_00153870();\n}" ({ "{") (declaration "undefined4 *puVar1;" (type_identifier "undefined4") (pointer_declarator "*puVar1" (* "*") (identifier "puVar1")) (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (declaration "undefined4 uVar3;" (type_identifier "undefined4") (identifier "uVar3") (; ";")) (declaration "int iVar4;" (primitive_type "int") (identifier "iVar4") (; ";")) (declaration "int in_GS_OFFSET;" (primitive_type "int") (identifier "in_GS_OFFSET") (; ";")) (declaration "undefined4 local_24;" (type_identifier "undefined4") (identifier "local_24") (; ";")) (declaration "int local_20;" (primitive_type "int") (identifier "local_20") (; ";")) (expression_statement "local_20 = *(int *)(in_GS_OFFSET + 0x14);" (assignment_expression "local_20 = *(int *)(in_GS_OFFSET + 0x14)" (identifier "local_20") (= "=") (pointer_expression "*(int *)(in_GS_OFFSET + 0x14)" (* "*") (cast_expression "(int *)(in_GS_OFFSET + 0x14)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(in_GS_OFFSET + 0x14)" (( "(") (binary_expression "in_GS_OFFSET + 0x14" (identifier "in_GS_OFFSET") (+ "+") (number_literal "0x14")) () ")"))))) (; ";")) (expression_statement "local_24 = 0;" (assignment_expression "local_24 = 0" (identifier "local_24") (= "=") (number_literal "0")) (; ";")) (expression_statement "iVar2 = FUN_000a2060("SELECT rowid, rank FROM %Q.%Q ORDER BY %s(%s%s%s) %s",&stack0x00000010);" (assignment_expression "iVar2 = FUN_000a2060("SELECT rowid, rank FROM %Q.%Q ORDER BY %s(%s%s%s) %s",&stack0x00000010)" (identifier "iVar2") (= "=") (call_expression "FUN_000a2060("SELECT rowid, rank FROM %Q.%Q ORDER BY %s(%s%s%s) %s",&stack0x00000010)" (identifier "FUN_000a2060") (argument_list "("SELECT rowid, rank FROM %Q.%Q ORDER BY %s(%s%s%s) %s",&stack0x00000010)" (( "(") (string_literal ""SELECT rowid, rank FROM %Q.%Q ORDER BY %s(%s%s%s) %s"" (" """) (string_content "SELECT rowid, rank FROM %Q.%Q ORDER BY %s(%s%s%s) %s") (" """)) (, ",") (pointer_expression "&stack0x00000010" (& "&") (identifier "stack0x00000010")) () ")")))) (; ";")) (expression_statement "iVar4 = 7;" (assignment_expression "iVar4 = 7" (identifier "iVar4") (= "=") (number_literal "7")) (; ";")) (if_statement "if (iVar2 != 0) {\n iVar4 = FUN_00100700(0x81,0,&local_24,0);\n if (iVar4 != 0) {\n uVar3 = FUN_00080a90(*param_2);\n puVar1 = (undefined4 *)param_2[0x18];\n uVar3 = FUN_000a3060("%s",uVar3);\n *puVar1 = uVar3;\n }\n FUN_00044000(iVar2);\n }" (if "if") (parenthesized_expression "(iVar2 != 0)" (( "(") (binary_expression "iVar2 != 0" (identifier "iVar2") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n iVar4 = FUN_00100700(0x81,0,&local_24,0);\n if (iVar4 != 0) {\n uVar3 = FUN_00080a90(*param_2);\n puVar1 = (undefined4 *)param_2[0x18];\n uVar3 = FUN_000a3060("%s",uVar3);\n *puVar1 = uVar3;\n }\n FUN_00044000(iVar2);\n }" ({ "{") (expression_statement "iVar4 = FUN_00100700(0x81,0,&local_24,0);" (assignment_expression "iVar4 = FUN_00100700(0x81,0,&local_24,0)" (identifier "iVar4") (= "=") (call_expression "FUN_00100700(0x81,0,&local_24,0)" (identifier "FUN_00100700") (argument_list "(0x81,0,&local_24,0)" (( "(") (number_literal "0x81") (, ",") (number_literal "0") (, ",") (pointer_expression "&local_24" (& "&") (identifier "local_24")) (, ",") (number_literal "0") () ")")))) (; ";")) (if_statement "if (iVar4 != 0) {\n uVar3 = FUN_00080a90(*param_2);\n puVar1 = (undefined4 *)param_2[0x18];\n uVar3 = FUN_000a3060("%s",uVar3);\n *puVar1 = uVar3;\n }" (if "if") (parenthesized_expression "(iVar4 != 0)" (( "(") (binary_expression "iVar4 != 0" (identifier "iVar4") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n uVar3 = FUN_00080a90(*param_2);\n puVar1 = (undefined4 *)param_2[0x18];\n uVar3 = FUN_000a3060("%s",uVar3);\n *puVar1 = uVar3;\n }" ({ "{") (expression_statement "uVar3 = FUN_00080a90(*param_2);" (assignment_expression "uVar3 = FUN_00080a90(*param_2)" (identifier "uVar3") (= "=") (call_expression "FUN_00080a90(*param_2)" (identifier "FUN_00080a90") (argument_list "(*param_2)" (( "(") (pointer_expression "*param_2" (* "*") (identifier "param_2")) () ")")))) (; ";")) (expression_statement "puVar1 = (undefined4 *)param_2[0x18];" (assignment_expression "puVar1 = (undefined4 *)param_2[0x18]" (identifier "puVar1") (= "=") (cast_expression "(undefined4 *)param_2[0x18]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_2[0x18]" (identifier "param_2") ([ "[") (number_literal "0x18") (] "]")))) (; ";")) (expression_statement "uVar3 = FUN_000a3060("%s",uVar3);" (assignment_expression "uVar3 = FUN_000a3060("%s",uVar3)" (identifier "uVar3") (= "=") (call_expression "FUN_000a3060("%s",uVar3)" (identifier "FUN_000a3060") (argument_list "("%s",uVar3)" (( "(") (string_literal ""%s"" (" """) (string_content "%s") (" """)) (, ",") (identifier "uVar3") () ")")))) (; ";")) (expression_statement "*puVar1 = uVar3;" (assignment_expression "*puVar1 = uVar3" (pointer_expression "*puVar1" (* "*") (identifier "puVar1")) (= "=") (identifier "uVar3")) (; ";")) (} "}"))) (expression_statement "FUN_00044000(iVar2);" (call_expression "FUN_00044000(iVar2)" (identifier "FUN_00044000") (argument_list "(iVar2)" (( "(") (identifier "iVar2") () ")"))) (; ";")) (} "}"))) (expression_statement "*param_1 = local_24;" (assignment_expression "*param_1 = local_24" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (identifier "local_24")) (; ";")) (if_statement "if (local_20 == *(int *)(in_GS_OFFSET + 0x14)) {\n return iVar4;\n }" (if "if") (parenthesized_expression "(local_20 == *(int *)(in_GS_OFFSET + 0x14))" (( "(") (binary_expression "local_20 == *(int *)(in_GS_OFFSET + 0x14)" (identifier "local_20") (== "==") (pointer_expression "*(int *)(in_GS_OFFSET + 0x14)" (* "*") (cast_expression "(int *)(in_GS_OFFSET + 0x14)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(in_GS_OFFSET + 0x14)" (( "(") (binary_expression "in_GS_OFFSET + 0x14" (identifier "in_GS_OFFSET") (+ "+") (number_literal "0x14")) () ")"))))) () ")")) (compound_statement "{\n return iVar4;\n }" ({ "{") (return_statement "return iVar4;" (return "return") (identifier "iVar4") (; ";")) (} "}"))) (expression_statement "FUN_00153870();" (call_expression "FUN_00153870()" (identifier "FUN_00153870") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.si replaced with injection: get_pc_thunk_si */ /* DWARF original prototype: int fts5PrepareStatement(sqlite3_stmt * * ppStmt, Fts5Config * pConfig, char * zFmt, char * zFmt) */ int function_1(type_1 **ppStmt,type_2 *pConfig,char *zFmt,char *var_3) { char **ppcVar1; char *var_4; char *pcVar2; int var_6; int var_1; char **in_stack_ffffffc4; type_1 *pRet; type_3 *var_10; var_10 = *(type_3 **)(var_1 + 0x14); pRet = (type_1 *)0x0; var_4 = var_2("SELECT rowid, rank FROM %Q.%Q ORDER BY %s(%s%s%s) %s",(va_list)&var_3); var_6 = 7; if (var_4 != (char *)0x0) { var_6 = var_5 (pConfig->db,var_4,0x81,0,(type_3 *)&pRet,(type_1 **)0x0,in_stack_ffffffc4) ; if (var_6 != 0) { pcVar2 = var_7(pConfig->db); ppcVar1 = pConfig->pzErrmsg; pcVar2 = var_8("%s",pcVar2); *ppcVar1 = pcVar2; } var_9(var_4); } *ppStmt = pRet; if (var_10 == *(type_3 **)(var_1 + 0x14)) { return var_6; } /* WARNING: Subroutine does not return */ var_11(); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (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: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (pointer_expression argument: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (number_literal) (pointer_expression argument: (identifier)) (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)))))) (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: (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (identifier))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (return_statement (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
null
/* WARNING: Function: __i686.get_pc_thunk.si replaced with injection: get_pc_thunk_si */ int MASKED(undefined4 *param_1,undefined4 *param_2) { undefined4 *puVar1; int iVar2; undefined4 uVar3; int iVar4; int in_GS_OFFSET; undefined4 local_24; int local_20; local_20 = *(int *)(in_GS_OFFSET + 0x14); local_24 = 0; iVar2 = FUN_000a2060("SELECT rowid, rank FROM %Q.%Q ORDER BY %s(%s%s%s) %s",&stack0x00000010); iVar4 = 7; if (iVar2 != 0) { iVar4 = FUN_00100700(0x81,0,&local_24,0); if (iVar4 != 0) { uVar3 = FUN_00080a90(*param_2); puVar1 = (undefined4 *)param_2[0x18]; uVar3 = FUN_000a3060("%s",uVar3); *puVar1 = uVar3; } FUN_00044000(iVar2); } *param_1 = local_24; if (local_20 == *(int *)(in_GS_OFFSET + 0x14)) { return iVar4; } /* WARNING: Subroutine does not return */ FUN_00153870(); }
861_i686-gnu-dwp_and_i686-gnu-dwp_strip.c
parse_to_value
FUN_00039200
/* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void parse_to_value(Struct_no_as_needed * this, char * param_1, char * param_2, Command_line * param_3, General_options * options) */ void __thiscall gold::General_options::Struct_no_as_needed::parse_to_value (Struct_no_as_needed *this,char *param_2,char *param_3,Command_line *param_4, General_options *options) { (options->as_needed_).user_set_via_option = true; (options->as_needed_).value = false; return; }
void FUN_00039200(void) { int in_stack_00000014; *(undefined2 *)(in_stack_00000014 + 0x2f4) = 1; return; }
MOV EAX,dword ptr [ESP + 0x14] MOV EDX,0x1 MOV word ptr [EAX + 0x2f4],DX RET
null
null
null
null
[('const-696', u'PTRSUB_-1206087075'), ('const-61', u'PTRSUB_-1206087074'), ('const-417', u'STORE_-1206087136'), ('const-696', u'PTRSUB_-1206087077'), ('const-417', u'STORE_-1206087150'), ('const-1', u'STORE_-1206087150'), ('const-60', u'PTRSUB_-1206087076'), (u'COPY_-1206087143', u'PTRSUB_-1206087075'), (u'PTRSUB_-1206087075', u'PTRSUB_-1206087074'), ('const-0', u'RETURN_-1206087133'), ('tmp_32', u'COPY_-1206087143'), (u'PTRSUB_-1206087074', u'STORE_-1206087136'), (u'COPY_-1206087143', u'PTRSUB_-1206087077'), (u'PTRSUB_-1206087077', u'PTRSUB_-1206087076'), ('const-0', u'STORE_-1206087136'), (u'PTRSUB_-1206087076', u'STORE_-1206087150')]
[('const-417', u'STORE_-1206087150'), ('const-756', u'INT_ADD_-1206087136'), ('const-0', u'RETURN_-1206087133'), ('const-1', u'STORE_-1206087150'), (u'CAST_-1206087083', u'STORE_-1206087150'), (u'INT_ADD_-1206087136', u'CAST_-1206087083'), ('tmp_37', u'INT_ADD_-1206087136')]
null
null
00039200
x86
O3
(translation_unit "void FUN_00039200(void)\n\n{\n int in_stack_00000014;\n \n *(undefined2 *)(in_stack_00000014 + 0x2f4) = 1;\n return;\n}\n\n" (function_definition "void FUN_00039200(void)\n\n{\n int in_stack_00000014;\n \n *(undefined2 *)(in_stack_00000014 + 0x2f4) = 1;\n return;\n}" primitive_type (function_declarator "FUN_00039200(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n int in_stack_00000014;\n \n *(undefined2 *)(in_stack_00000014 + 0x2f4) = 1;\n return;\n}" { (declaration "int in_stack_00000014;" primitive_type identifier ;) (expression_statement "*(undefined2 *)(in_stack_00000014 + 0x2f4) = 1;" (assignment_expression "*(undefined2 *)(in_stack_00000014 + 0x2f4) = 1" (pointer_expression "*(undefined2 *)(in_stack_00000014 + 0x2f4)" * (cast_expression "(undefined2 *)(in_stack_00000014 + 0x2f4)" ( (type_descriptor "undefined2 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_stack_00000014 + 0x2f4)" ( (binary_expression "in_stack_00000014 + 0x2f4" identifier + number_literal) )))) = number_literal) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void parse_to_value(Struct_no_as_needed * this, char * param_1, char *\n param_2, Command_line * param_3, General_options * options) */\n\nvoid __thiscall\ngold::General_options::Struct_no_as_needed::parse_to_value\n (Struct_no_as_needed *this,char *param_2,char *param_3,Command_line *param_4,\n General_options *options)\n\n{\n (options->as_needed_).user_set_via_option = true;\n (options->as_needed_).value = false;\n return;\n}\n\n" comment comment (function_definition "void __thiscall\ngold::General_options::Struct_no_as_needed::parse_to_value\n (Struct_no_as_needed *this,char *param_2,char *param_3,Command_line *param_4,\n General_options *options)\n\n{\n (options->as_needed_).user_set_via_option = true;\n (options->as_needed_).value = false;\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::General_options::Struct_no_as_needed::" identifier : : identifier : : identifier : :) (function_declarator "parse_to_value\n (Struct_no_as_needed *this,char *param_2,char *param_3,Command_line *param_4,\n General_options *options)" identifier (parameter_list "(Struct_no_as_needed *this,char *param_2,char *param_3,Command_line *param_4,\n General_options *options)" ( (parameter_declaration "Struct_no_as_needed *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "char *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "char *param_3" primitive_type (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "Command_line *param_4" type_identifier (pointer_declarator "*param_4" * identifier)) , (parameter_declaration "General_options *options" type_identifier (pointer_declarator "*options" * identifier)) ))) (compound_statement "{\n (options->as_needed_).user_set_via_option = true;\n (options->as_needed_).value = false;\n return;\n}" { (expression_statement "(options->as_needed_).user_set_via_option = true;" (assignment_expression "(options->as_needed_).user_set_via_option = true" (field_expression "(options->as_needed_).user_set_via_option" (parenthesized_expression "(options->as_needed_)" ( (field_expression "options->as_needed_" identifier -> field_identifier) )) . field_identifier) = true) ;) (expression_statement "(options->as_needed_).value = false;" (assignment_expression "(options->as_needed_).value = false" (field_expression "(options->as_needed_).value" (parenthesized_expression "(options->as_needed_)" ( (field_expression "options->as_needed_" identifier -> field_identifier) )) . field_identifier) = false) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_00039200(void)\n\n{\n int in_stack_00000014;\n \n *(undefined2 *)(in_stack_00000014 + 0x2f4) = 1;\n return;\n}\n\n" (function_definition "void FUN_00039200(void)\n\n{\n int in_stack_00000014;\n \n *(undefined2 *)(in_stack_00000014 + 0x2f4) = 1;\n return;\n}" primitive_type (function_declarator "FUN_00039200(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n int in_stack_00000014;\n \n *(undefined2 *)(in_stack_00000014 + 0x2f4) = 1;\n return;\n}" { (declaration "int in_stack_00000014;" primitive_type identifier ;) (expression_statement "*(undefined2 *)(in_stack_00000014 + 0x2f4) = 1;" (assignment_expression "*(undefined2 *)(in_stack_00000014 + 0x2f4) = 1" (pointer_expression "*(undefined2 *)(in_stack_00000014 + 0x2f4)" * (cast_expression "(undefined2 *)(in_stack_00000014 + 0x2f4)" ( (type_descriptor "undefined2 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_stack_00000014 + 0x2f4)" ( (binary_expression "in_stack_00000014 + 0x2f4" identifier + number_literal) )))) = number_literal) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE 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_00039200(void)\n\n{\n int in_stack_00000014;\n \n *(undefined2 *)(in_stack_00000014 + 0x2f4) = 1;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00039200(void)" (identifier "FUN_00039200") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n int in_stack_00000014;\n \n *(undefined2 *)(in_stack_00000014 + 0x2f4) = 1;\n return;\n}" ({ "{") (declaration "int in_stack_00000014;" (primitive_type "int") (identifier "in_stack_00000014") (; ";")) (expression_statement "*(undefined2 *)(in_stack_00000014 + 0x2f4) = 1;" (assignment_expression "*(undefined2 *)(in_stack_00000014 + 0x2f4) = 1" (pointer_expression "*(undefined2 *)(in_stack_00000014 + 0x2f4)" (* "*") (cast_expression "(undefined2 *)(in_stack_00000014 + 0x2f4)" (( "(") (type_descriptor "undefined2 *" (type_identifier "undefined2") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(in_stack_00000014 + 0x2f4)" (( "(") (binary_expression "in_stack_00000014 + 0x2f4" (identifier "in_stack_00000014") (+ "+") (number_literal "0x2f4")) () ")")))) (= "=") (number_literal "1")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void parse_to_value(Struct_no_as_needed * this, char * param_1, char * param_2, Command_line * param_3, General_options * options) */ void __thiscall gold::type_3::type_1::function_1 (type_1 *this,char *param_2,char *param_3,type_2 *param_4, type_3 *options) { (options->as_needed_).user_set_via_option = true; (options->as_needed_).value = false; return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (return_statement))))
null
void MASKED(void) { int in_stack_00000014; *(undefined2 *)(in_stack_00000014 + 0x2f4) = 1; return; }
883_wget_and_wget_strip.c
rpl_mbrtowc
FUN_00067010
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ size_t rpl_mbrtowc(wchar_t *pwc,char *s,size_t n,mbstate_t *ps) { _Bool _Var1; size_t sVar2; int in_GS_OFFSET; wchar_t wc; int local_20; undefined4 uStack_14; uStack_14 = 0x67019; local_20 = *(int *)(in_GS_OFFSET + 0x14); if (s == (char *)0x0) { n = 1; s = &DAT_0008fe37; LAB_0006708b: pwc = &wc; } else { sVar2 = 0xfffffffe; if (n == 0) goto LAB_00067063; if (pwc == (wchar_t *)0x0) goto LAB_0006708b; } sVar2 = mbrtowc(pwc,s,n,(mbstate_t *)ps); if (0xfffffffd < sVar2) { _Var1 = hard_locale(0); if (!_Var1) { sVar2 = 1; *pwc = (uint)(byte)*s; } } LAB_00067063: if (local_20 == *(int *)(in_GS_OFFSET + 0x14)) { return sVar2; } /* WARNING: Subroutine does not return */ __stack_chk_fail_local(); }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ size_t FUN_00067010(wchar_t *param_1,byte *param_2,size_t param_3,mbstate_t *param_4) { char cVar1; size_t sVar2; int in_GS_OFFSET; wchar_t local_24; int local_20; undefined4 uStack_14; uStack_14 = 0x67019; local_20 = *(int *)(in_GS_OFFSET + 0x14); if (param_2 == (byte *)0x0) { param_3 = 1; param_2 = &DAT_0008fe37; LAB_0006708b: param_1 = &local_24; } else { sVar2 = 0xfffffffe; if (param_3 == 0) goto LAB_00067063; if (param_1 == (wchar_t *)0x0) goto LAB_0006708b; } sVar2 = mbrtowc(param_1,(char *)param_2,param_3,param_4); if (0xfffffffd < sVar2) { cVar1 = FUN_0007a4c0(0); if (cVar1 == '\0') { sVar2 = 1; *param_1 = (uint)*param_2; } } LAB_00067063: if (local_20 == *(int *)(in_GS_OFFSET + 0x14)) { return sVar2; } /* WARNING: Subroutine does not return */ FUN_0007ad20(); }
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x000190b0 ADD EBX,0x47bb7 SUB ESP,0x1c MOV EDI,dword ptr [ESP + 0x34] MOV EBP,dword ptr [ESP + 0x30] MOV ECX,dword ptr GS:[0x14] MOV dword ptr [ESP + 0xc],ECX XOR ECX,ECX MOV EAX,dword ptr [ESP + 0x38] MOV EDX,dword ptr [ESP + 0x3c] TEST EDI,EDI JZ 0x00067080 MOV ESI,0xfffffffe TEST EAX,EAX JZ 0x00067063 TEST EBP,EBP JZ 0x0006708b PUSH EDX PUSH EAX PUSH EDI PUSH EBP CALL 0x00016580 ADD ESP,0x10 MOV ESI,EAX CMP EAX,-0x3 JA 0x00067098 MOV ECX,dword ptr [ESP + 0xc] XOR ECX,dword ptr GS:[0x14] MOV EAX,ESI JNZ 0x000670b6 ADD ESP,0x1c POP EBX POP ESI POP EDI POP EBP RET MOV EAX,0x1 LEA EDI,[EBX + 0xfffe1267] LEA EBP,[ESP + 0x8] JMP 0x00067050 SUB ESP,0xc PUSH 0x0 CALL 0x0007a4c0 ADD ESP,0x10 TEST AL,AL JNZ 0x00067063 MOVZX EAX,byte ptr [EDI] MOV ESI,0x1 MOV dword ptr [EBP],EAX JMP 0x00067063 CALL 0x0007ad20
null
null
null
null
[(u'CALL_-1206292115', u'INDIRECT_-1206291826'), ('const-417', u'LOAD_-1206292095'), (u'CALL_-1206292115', u'INDIRECT_-1206291831'), ('const-0', u'INT_EQUAL_-1206292342'), (u'CALL_-1206292284', u'INT_LESS_-1206292242'), ('tmp_582', u'BRANCH_-1206292077'), (u'CALL_-1206292284', u'INDIRECT_-1206292035'), (u'INDIRECT_-1206291931', u'MULTIEQUAL_-1206291913'), (u'LOAD_-1206292396', u'MULTIEQUAL_-1206291913'), (u'MULTIEQUAL_-1206292048', u'CALL_-1206292284'), (u'LOAD_-1206292240', u'INT_EQUAL_-1206292228'), ('tmp_345', u'CBRANCH_-1206292250'), ('const-0', u'CALL_-1206292123'), (u'MULTIEQUAL_-1206291913', u'INT_EQUAL_-1206292228'), ('tmp_1005', u'INT_ADD_-1206292380'), ('const-20', u'INT_ADD_-1206292226'), (u'INT_ADD_-1206292226', u'CAST_-1206291873'), (u'STORE_-1206292082', u'INDIRECT_-1206291830'), ('const-0', u'PTRSUB_-1206292057'), ('tmp_616', u'MULTIEQUAL_-1206291984'), (u'MULTIEQUAL_-1206292018', u'INT_ADD_-1206292226'), ('const-1', u'COPY_-1206292091'), (u'MULTIEQUAL_-1206292042', u'LOAD_-1206292095'), ('tmp_617', u'INT_EQUAL_-1206292322'), ('tmp_216', u'CBRANCH_-1206292321'), ('tmp_1005', u'MULTIEQUAL_-1206292018'), ('const-0', u'INT_EQUAL_-1206292322'), (u'CAST_-1206291873', u'LOAD_-1206292240'), (u'PTRSUB_-1206292057', u'MULTIEQUAL_-1206291984'), (u'INDIRECT_-1206291830', u'MULTIEQUAL_-1206291908'), ('tmp_615', u'INT_EQUAL_-1206292308'), ('tmp_616', u'MULTIEQUAL_-1206292042'), ('const-417', u'LOAD_-1206292396'), (u'MULTIEQUAL_-1206291984', u'MULTIEQUAL_-1206292042'), (u'INDIRECT_-1206292035', u'MULTIEQUAL_-1206292018'), ('const-1', u'COPY_-1206292128'), (u'INDIRECT_-1206291926', u'MULTIEQUAL_-1206291908'), (u'MULTIEQUAL_-1206292000', u'MULTIEQUAL_-1206292058'), (u'INDIRECT_-1206291961', u'MULTIEQUAL_-1206292018'), (u'CALL_-1206292123', u'INDIRECT_-1206291857'), (u'COPY_-1206292226', u'RETURN_-1206292176'), ('const-421913', u'COPY_-1206292446'), (u'INDIRECT_-1206291835', u'MULTIEQUAL_-1206291913'), ('const-417', u'LOAD_-1206292240'), ('tmp_389', u'CBRANCH_-1206292218'), ('const-4294967260', u'PTRSUB_-1206291839'), (u'INT_ADD_-1206292380', u'CAST_-1206291937'), ('const-1', u'RETURN_-1206292110'), ('const-0', u'INT_EQUAL_-1206292308'), (u'INT_ZEXT_-1206292079', u'STORE_-1206292082'), (u'CALL_-1206292123', u'INDIRECT_-1206291852'), ('const-417', u'STORE_-1206292082'), (u'CAST_-1206291894', u'CALL_-1206292284'), (u'LOAD_-1206292095', u'CAST_-1206291808'), ('tmp_616', u'INT_EQUAL_-1206292342'), ('const-4294967293', u'INT_LESS_-1206292242'), (u'COPY_-1206292091', u'MULTIEQUAL_-1206292027'), ('const-20', u'INT_ADD_-1206292380'), (u'STORE_-1206292082', u'INDIRECT_-1206291835'), ('const-589367', u'PTRSUB_-1206292057'), (u'MULTIEQUAL_-1206292058', u'CALL_-1206292284'), (u'INT_EQUAL_-1206292228', u'CBRANCH_-1206292218'), (u'CALL_-1206292284', u'INDIRECT_-1206291926'), ('const-0', u'RETURN_-1206292176'), ('tmp_568', u'CBRANCH_-1206292095'), (u'CAST_-1206291808', u'INT_ZEXT_-1206292079'), (u'CALL_-1206292123', u'BOOL_NEGATE_-1206291841'), ('tmp_188', u'CBRANCH_-1206292341'), ('tmp_588', u'BRANCH_-1206292111'), ('tmp_617', u'MULTIEQUAL_-1206292000'), (u'BOOL_NEGATE_-1206291841', u'CBRANCH_-1206292095'), (u'CALL_-1206292284', u'MULTIEQUAL_-1206292027'), (u'INDIRECT_-1206291857', u'MULTIEQUAL_-1206291913'), (u'MULTIEQUAL_-1206292048', u'STORE_-1206292082'), (u'INT_LESS_-1206292242', u'CBRANCH_-1206292250'), ('tmp_618', u'CAST_-1206291894'), ('const-4294967294', u'COPY_-1206292342'), (u'INT_EQUAL_-1206292308', u'CBRANCH_-1206292307'), (u'COPY_-1206292128', u'MULTIEQUAL_-1206292000'), ('tmp_615', u'MULTIEQUAL_-1206292048'), ('tmp_617', u'MULTIEQUAL_-1206292058'), (u'INT_EQUAL_-1206292322', u'CBRANCH_-1206292321'), (u'COPY_-1206292446', u'MULTIEQUAL_-1206291908'), (u'CAST_-1206291937', u'LOAD_-1206292396'), ('tmp_242', u'CBRANCH_-1206292307'), (u'MULTIEQUAL_-1206292042', u'CALL_-1206292284'), (u'CALL_-1206292284', u'INDIRECT_-1206291931'), (u'CALL_-1206292123', u'INDIRECT_-1206291961'), (u'COPY_-1206292342', u'MULTIEQUAL_-1206292027'), (u'MULTIEQUAL_-1206292027', u'COPY_-1206292226'), (u'INT_EQUAL_-1206292342', u'CBRANCH_-1206292341'), (u'PTRSUB_-1206291839', u'MULTIEQUAL_-1206292048'), ('tmp_1001', u'PTRSUB_-1206291839'), (u'INDIRECT_-1206291852', u'MULTIEQUAL_-1206291908')]
[('const-0', u'CALL_-1206292123'), (u'MULTIEQUAL_-1206292044', u'LOAD_-1206292095'), ('const-0', u'INT_EQUAL_-1206292342'), (u'CALL_-1206292284', u'INT_LESS_-1206292242'), ('tmp_582', u'BRANCH_-1206292077'), ('const-417', u'LOAD_-1206292240'), (u'LOAD_-1206292240', u'INT_EQUAL_-1206292228'), ('tmp_345', u'CBRANCH_-1206292250'), (u'CALL_-1206292284', u'MULTIEQUAL_-1206292029'), (u'INT_ADD_-1206292380', u'CAST_-1206291939'), (u'INDIRECT_-1206291928', u'MULTIEQUAL_-1206291910'), ('const-20', u'INT_ADD_-1206292226'), ('tmp_997', u'MULTIEQUAL_-1206292020'), ('const-417', u'LOAD_-1206292095'), (u'CAST_-1206291939', u'LOAD_-1206292396'), (u'MULTIEQUAL_-1206292029', u'COPY_-1206292226'), (u'MULTIEQUAL_-1206292002', u'MULTIEQUAL_-1206292060'), ('const-1', u'COPY_-1206292091'), (u'CALL_-1206292115', u'INDIRECT_-1206291828'), (u'COPY_-1206292342', u'MULTIEQUAL_-1206292029'), (u'STORE_-1206292082', u'INDIRECT_-1206291837'), ('tmp_216', u'CBRANCH_-1206292321'), ('const-0', u'INT_EQUAL_-1206292322'), ('tmp_1451', u'MULTIEQUAL_-1206292060'), (u'CALL_-1206292123', u'INDIRECT_-1206291963'), ('tmp_1451', u'INT_EQUAL_-1206292322'), (u'CALL_-1206292123', u'INDIRECT_-1206291854'), (u'MULTIEQUAL_-1206292050', u'STORE_-1206292082'), ('const-1', u'COPY_-1206292128'), ('const-0', u'INT_EQUAL_-1206292097'), (u'COPY_-1206292226', u'RETURN_-1206292176'), ('const-421913', u'COPY_-1206292446'), ('tmp_389', u'CBRANCH_-1206292218'), ('const-1', u'RETURN_-1206292110'), (u'CALL_-1206292123', u'INT_EQUAL_-1206292097'), ('const-0', u'INT_EQUAL_-1206292308'), (u'MULTIEQUAL_-1206292020', u'INT_ADD_-1206292226'), (u'INT_ZEXT_-1206292079', u'STORE_-1206292082'), (u'CALL_-1206292115', u'INDIRECT_-1206291833'), (u'MULTIEQUAL_-1206292044', u'CAST_-1206291896'), (u'INT_ADD_-1206292226', u'CAST_-1206291876'), (u'MULTIEQUAL_-1206292050', u'CALL_-1206292284'), (u'CALL_-1206292284', u'INDIRECT_-1206291933'), (u'LOAD_-1206292095', u'INT_ZEXT_-1206292079'), (u'INDIRECT_-1206291832', u'MULTIEQUAL_-1206291910'), (u'INDIRECT_-1206291859', u'MULTIEQUAL_-1206291915'), ('const-20', u'INT_ADD_-1206292380'), (u'INDIRECT_-1206292037', u'MULTIEQUAL_-1206292020'), (u'INT_EQUAL_-1206292228', u'CBRANCH_-1206292218'), ('tmp_1450', u'MULTIEQUAL_-1206292050'), ('const-0', u'RETURN_-1206292176'), ('tmp_568', u'CBRANCH_-1206292095'), ('tmp_1449', u'INT_EQUAL_-1206292342'), (u'LOAD_-1206292396', u'MULTIEQUAL_-1206291915'), ('const-4294967260', u'PTRSUB_-1206291841'), ('tmp_188', u'CBRANCH_-1206292341'), ('tmp_588', u'BRANCH_-1206292111'), (u'CALL_-1206292284', u'INDIRECT_-1206292037'), ('const-0', u'PTRSUB_-1206292057'), (u'INT_EQUAL_-1206292097', u'CBRANCH_-1206292095'), (u'PTRSUB_-1206292057', u'MULTIEQUAL_-1206291986'), (u'INT_LESS_-1206292242', u'CBRANCH_-1206292250'), ('const-4294967293', u'INT_LESS_-1206292242'), (u'INDIRECT_-1206291963', u'MULTIEQUAL_-1206292020'), (u'CAST_-1206291876', u'LOAD_-1206292240'), (u'STORE_-1206292082', u'INDIRECT_-1206291832'), (u'CAST_-1206291896', u'CALL_-1206292284'), ('const-4294967294', u'COPY_-1206292342'), (u'CALL_-1206292284', u'INDIRECT_-1206291928'), (u'INT_EQUAL_-1206292308', u'CBRANCH_-1206292307'), (u'MULTIEQUAL_-1206292060', u'CALL_-1206292284'), (u'COPY_-1206292091', u'MULTIEQUAL_-1206292029'), ('const-417', u'STORE_-1206292082'), (u'INDIRECT_-1206291837', u'MULTIEQUAL_-1206291915'), ('tmp_1451', u'MULTIEQUAL_-1206292002'), ('tmp_1452', u'CALL_-1206292284'), (u'COPY_-1206292128', u'MULTIEQUAL_-1206292002'), (u'PTRSUB_-1206291841', u'MULTIEQUAL_-1206292050'), (u'INT_EQUAL_-1206292322', u'CBRANCH_-1206292321'), ('tmp_993', u'PTRSUB_-1206291841'), ('const-417', u'LOAD_-1206292396'), ('tmp_1449', u'MULTIEQUAL_-1206291986'), ('tmp_242', u'CBRANCH_-1206292307'), (u'CALL_-1206292123', u'INDIRECT_-1206291859'), ('const-589367', u'PTRSUB_-1206292057'), ('tmp_997', u'INT_ADD_-1206292380'), (u'MULTIEQUAL_-1206291986', u'MULTIEQUAL_-1206292044'), (u'INDIRECT_-1206291933', u'MULTIEQUAL_-1206291915'), (u'MULTIEQUAL_-1206291915', u'INT_EQUAL_-1206292228'), ('tmp_1449', u'MULTIEQUAL_-1206292044'), (u'INT_EQUAL_-1206292342', u'CBRANCH_-1206292341'), ('tmp_1450', u'INT_EQUAL_-1206292308'), (u'COPY_-1206292446', u'MULTIEQUAL_-1206291910'), (u'INDIRECT_-1206291854', u'MULTIEQUAL_-1206291910')]
null
null
00067010
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nsize_t FUN_00067010(wchar_t *param_1,byte *param_2,size_t param_3,mbstate_t *param_4)\n\n{\n char cVar1;\n size_t sVar2;\n int in_GS_OFFSET;\n wchar_t local_24;\n int local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x67019;\n local_20 = *(int *)(in_GS_OFFSET + 0x14);\n if (param_2 == (byte *)0x0) {\n param_3 = 1;\n param_2 = &DAT_0008fe37;\nLAB_0006708b:\n param_1 = &local_24;\n }\n else {\n sVar2 = 0xfffffffe;\n if (param_3 == 0) goto LAB_00067063;\n if (param_1 == (wchar_t *)0x0) goto LAB_0006708b;\n }\n sVar2 = mbrtowc(param_1,(char *)param_2,param_3,param_4);\n if (0xfffffffd < sVar2) {\n cVar1 = FUN_0007a4c0(0);\n if (cVar1 == '\0') {\n sVar2 = 1;\n *param_1 = (uint)*param_2;\n }\n }\nLAB_00067063:\n if (local_20 == *(int *)(in_GS_OFFSET + 0x14)) {\n return sVar2;\n }\n /* WARNING: Subroutine does not return */\n FUN_0007ad20();\n}\n\n" comment (function_definition "size_t FUN_00067010(wchar_t *param_1,byte *param_2,size_t param_3,mbstate_t *param_4)\n\n{\n char cVar1;\n size_t sVar2;\n int in_GS_OFFSET;\n wchar_t local_24;\n int local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x67019;\n local_20 = *(int *)(in_GS_OFFSET + 0x14);\n if (param_2 == (byte *)0x0) {\n param_3 = 1;\n param_2 = &DAT_0008fe37;\nLAB_0006708b:\n param_1 = &local_24;\n }\n else {\n sVar2 = 0xfffffffe;\n if (param_3 == 0) goto LAB_00067063;\n if (param_1 == (wchar_t *)0x0) goto LAB_0006708b;\n }\n sVar2 = mbrtowc(param_1,(char *)param_2,param_3,param_4);\n if (0xfffffffd < sVar2) {\n cVar1 = FUN_0007a4c0(0);\n if (cVar1 == '\0') {\n sVar2 = 1;\n *param_1 = (uint)*param_2;\n }\n }\nLAB_00067063:\n if (local_20 == *(int *)(in_GS_OFFSET + 0x14)) {\n return sVar2;\n }\n /* WARNING: Subroutine does not return */\n FUN_0007ad20();\n}" primitive_type (function_declarator "FUN_00067010(wchar_t *param_1,byte *param_2,size_t param_3,mbstate_t *param_4)" identifier (parameter_list "(wchar_t *param_1,byte *param_2,size_t param_3,mbstate_t *param_4)" ( (parameter_declaration "wchar_t *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "byte *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "size_t param_3" primitive_type identifier) , (parameter_declaration "mbstate_t *param_4" type_identifier (pointer_declarator "*param_4" * identifier)) ))) (compound_statement "{\n char cVar1;\n size_t sVar2;\n int in_GS_OFFSET;\n wchar_t local_24;\n int local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x67019;\n local_20 = *(int *)(in_GS_OFFSET + 0x14);\n if (param_2 == (byte *)0x0) {\n param_3 = 1;\n param_2 = &DAT_0008fe37;\nLAB_0006708b:\n param_1 = &local_24;\n }\n else {\n sVar2 = 0xfffffffe;\n if (param_3 == 0) goto LAB_00067063;\n if (param_1 == (wchar_t *)0x0) goto LAB_0006708b;\n }\n sVar2 = mbrtowc(param_1,(char *)param_2,param_3,param_4);\n if (0xfffffffd < sVar2) {\n cVar1 = FUN_0007a4c0(0);\n if (cVar1 == '\0') {\n sVar2 = 1;\n *param_1 = (uint)*param_2;\n }\n }\nLAB_00067063:\n if (local_20 == *(int *)(in_GS_OFFSET + 0x14)) {\n return sVar2;\n }\n /* WARNING: Subroutine does not return */\n FUN_0007ad20();\n}" { (declaration "char cVar1;" primitive_type identifier ;) (declaration "size_t sVar2;" primitive_type identifier ;) (declaration "int in_GS_OFFSET;" primitive_type identifier ;) (declaration "wchar_t local_24;" type_identifier identifier ;) (declaration "int local_20;" primitive_type identifier ;) (declaration "undefined4 uStack_14;" type_identifier identifier ;) (expression_statement "uStack_14 = 0x67019;" (assignment_expression "uStack_14 = 0x67019" identifier = number_literal) ;) (expression_statement "local_20 = *(int *)(in_GS_OFFSET + 0x14);" (assignment_expression "local_20 = *(int *)(in_GS_OFFSET + 0x14)" identifier = (pointer_expression "*(int *)(in_GS_OFFSET + 0x14)" * (cast_expression "(int *)(in_GS_OFFSET + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_GS_OFFSET + 0x14)" ( (binary_expression "in_GS_OFFSET + 0x14" identifier + number_literal) ))))) ;) (if_statement "if (param_2 == (byte *)0x0) {\n param_3 = 1;\n param_2 = &DAT_0008fe37;\nLAB_0006708b:\n param_1 = &local_24;\n }\n else {\n sVar2 = 0xfffffffe;\n if (param_3 == 0) goto LAB_00067063;\n if (param_1 == (wchar_t *)0x0) goto LAB_0006708b;\n }" if (parenthesized_expression "(param_2 == (byte *)0x0)" ( (binary_expression "param_2 == (byte *)0x0" identifier == (cast_expression "(byte *)0x0" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n param_3 = 1;\n param_2 = &DAT_0008fe37;\nLAB_0006708b:\n param_1 = &local_24;\n }" { (expression_statement "param_3 = 1;" (assignment_expression "param_3 = 1" identifier = number_literal) ;) (expression_statement "param_2 = &DAT_0008fe37;" (assignment_expression "param_2 = &DAT_0008fe37" identifier = (pointer_expression "&DAT_0008fe37" & identifier)) ;) (labeled_statement "LAB_0006708b:\n param_1 = &local_24;" statement_identifier : (expression_statement "param_1 = &local_24;" (assignment_expression "param_1 = &local_24" identifier = (pointer_expression "&local_24" & identifier)) ;)) }) (else_clause "else {\n sVar2 = 0xfffffffe;\n if (param_3 == 0) goto LAB_00067063;\n if (param_1 == (wchar_t *)0x0) goto LAB_0006708b;\n }" else (compound_statement "{\n sVar2 = 0xfffffffe;\n if (param_3 == 0) goto LAB_00067063;\n if (param_1 == (wchar_t *)0x0) goto LAB_0006708b;\n }" { (expression_statement "sVar2 = 0xfffffffe;" (assignment_expression "sVar2 = 0xfffffffe" identifier = number_literal) ;) (if_statement "if (param_3 == 0) goto LAB_00067063;" if (parenthesized_expression "(param_3 == 0)" ( (binary_expression "param_3 == 0" identifier == number_literal) )) (goto_statement "goto LAB_00067063;" goto statement_identifier ;)) (if_statement "if (param_1 == (wchar_t *)0x0) goto LAB_0006708b;" if (parenthesized_expression "(param_1 == (wchar_t *)0x0)" ( (binary_expression "param_1 == (wchar_t *)0x0" identifier == (cast_expression "(wchar_t *)0x0" ( (type_descriptor "wchar_t *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0006708b;" goto statement_identifier ;)) }))) (expression_statement "sVar2 = mbrtowc(param_1,(char *)param_2,param_3,param_4);" (assignment_expression "sVar2 = mbrtowc(param_1,(char *)param_2,param_3,param_4)" identifier = (call_expression "mbrtowc(param_1,(char *)param_2,param_3,param_4)" identifier (argument_list "(param_1,(char *)param_2,param_3,param_4)" ( identifier , (cast_expression "(char *)param_2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) , identifier , identifier )))) ;) (if_statement "if (0xfffffffd < sVar2) {\n cVar1 = FUN_0007a4c0(0);\n if (cVar1 == '\0') {\n sVar2 = 1;\n *param_1 = (uint)*param_2;\n }\n }" if (parenthesized_expression "(0xfffffffd < sVar2)" ( (binary_expression "0xfffffffd < sVar2" number_literal < identifier) )) (compound_statement "{\n cVar1 = FUN_0007a4c0(0);\n if (cVar1 == '\0') {\n sVar2 = 1;\n *param_1 = (uint)*param_2;\n }\n }" { (expression_statement "cVar1 = FUN_0007a4c0(0);" (assignment_expression "cVar1 = FUN_0007a4c0(0)" identifier = (call_expression "FUN_0007a4c0(0)" identifier (argument_list "(0)" ( number_literal )))) ;) (if_statement "if (cVar1 == '\0') {\n sVar2 = 1;\n *param_1 = (uint)*param_2;\n }" if (parenthesized_expression "(cVar1 == '\0')" ( (binary_expression "cVar1 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n sVar2 = 1;\n *param_1 = (uint)*param_2;\n }" { (expression_statement "sVar2 = 1;" (assignment_expression "sVar2 = 1" identifier = number_literal) ;) (expression_statement "*param_1 = (uint)*param_2;" (assignment_expression "*param_1 = (uint)*param_2" (pointer_expression "*param_1" * identifier) = (binary_expression "(uint)*param_2" (parenthesized_expression "(uint)" ( identifier )) * identifier)) ;) })) })) (labeled_statement "LAB_00067063:\n if (local_20 == *(int *)(in_GS_OFFSET + 0x14)) {\n return sVar2;\n }" statement_identifier : (if_statement "if (local_20 == *(int *)(in_GS_OFFSET + 0x14)) {\n return sVar2;\n }" if (parenthesized_expression "(local_20 == *(int *)(in_GS_OFFSET + 0x14))" ( (binary_expression "local_20 == *(int *)(in_GS_OFFSET + 0x14)" identifier == (pointer_expression "*(int *)(in_GS_OFFSET + 0x14)" * (cast_expression "(int *)(in_GS_OFFSET + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_GS_OFFSET + 0x14)" ( (binary_expression "in_GS_OFFSET + 0x14" identifier + number_literal) ))))) )) (compound_statement "{\n return sVar2;\n }" { (return_statement "return sVar2;" return identifier ;) }))) comment (expression_statement "FUN_0007ad20();" (call_expression "FUN_0007ad20()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nsize_t rpl_mbrtowc(wchar_t *pwc,char *s,size_t n,mbstate_t *ps)\n\n{\n _Bool _Var1;\n size_t sVar2;\n int in_GS_OFFSET;\n wchar_t wc;\n int local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x67019;\n local_20 = *(int *)(in_GS_OFFSET + 0x14);\n if (s == (char *)0x0) {\n n = 1;\n s = &DAT_0008fe37;\nLAB_0006708b:\n pwc = &wc;\n }\n else {\n sVar2 = 0xfffffffe;\n if (n == 0) goto LAB_00067063;\n if (pwc == (wchar_t *)0x0) goto LAB_0006708b;\n }\n sVar2 = mbrtowc(pwc,s,n,(mbstate_t *)ps);\n if (0xfffffffd < sVar2) {\n _Var1 = hard_locale(0);\n if (!_Var1) {\n sVar2 = 1;\n *pwc = (uint)(byte)*s;\n }\n }\nLAB_00067063:\n if (local_20 == *(int *)(in_GS_OFFSET + 0x14)) {\n return sVar2;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail_local();\n}\n\n" comment (function_definition "size_t rpl_mbrtowc(wchar_t *pwc,char *s,size_t n,mbstate_t *ps)\n\n{\n _Bool _Var1;\n size_t sVar2;\n int in_GS_OFFSET;\n wchar_t wc;\n int local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x67019;\n local_20 = *(int *)(in_GS_OFFSET + 0x14);\n if (s == (char *)0x0) {\n n = 1;\n s = &DAT_0008fe37;\nLAB_0006708b:\n pwc = &wc;\n }\n else {\n sVar2 = 0xfffffffe;\n if (n == 0) goto LAB_00067063;\n if (pwc == (wchar_t *)0x0) goto LAB_0006708b;\n }\n sVar2 = mbrtowc(pwc,s,n,(mbstate_t *)ps);\n if (0xfffffffd < sVar2) {\n _Var1 = hard_locale(0);\n if (!_Var1) {\n sVar2 = 1;\n *pwc = (uint)(byte)*s;\n }\n }\nLAB_00067063:\n if (local_20 == *(int *)(in_GS_OFFSET + 0x14)) {\n return sVar2;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail_local();\n}" primitive_type (function_declarator "rpl_mbrtowc(wchar_t *pwc,char *s,size_t n,mbstate_t *ps)" identifier (parameter_list "(wchar_t *pwc,char *s,size_t n,mbstate_t *ps)" ( (parameter_declaration "wchar_t *pwc" type_identifier (pointer_declarator "*pwc" * identifier)) , (parameter_declaration "char *s" primitive_type (pointer_declarator "*s" * identifier)) , (parameter_declaration "size_t n" primitive_type identifier) , (parameter_declaration "mbstate_t *ps" type_identifier (pointer_declarator "*ps" * identifier)) ))) (compound_statement "{\n _Bool _Var1;\n size_t sVar2;\n int in_GS_OFFSET;\n wchar_t wc;\n int local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x67019;\n local_20 = *(int *)(in_GS_OFFSET + 0x14);\n if (s == (char *)0x0) {\n n = 1;\n s = &DAT_0008fe37;\nLAB_0006708b:\n pwc = &wc;\n }\n else {\n sVar2 = 0xfffffffe;\n if (n == 0) goto LAB_00067063;\n if (pwc == (wchar_t *)0x0) goto LAB_0006708b;\n }\n sVar2 = mbrtowc(pwc,s,n,(mbstate_t *)ps);\n if (0xfffffffd < sVar2) {\n _Var1 = hard_locale(0);\n if (!_Var1) {\n sVar2 = 1;\n *pwc = (uint)(byte)*s;\n }\n }\nLAB_00067063:\n if (local_20 == *(int *)(in_GS_OFFSET + 0x14)) {\n return sVar2;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail_local();\n}" { (declaration "_Bool _Var1;" type_identifier identifier ;) (declaration "size_t sVar2;" primitive_type identifier ;) (declaration "int in_GS_OFFSET;" primitive_type identifier ;) (declaration "wchar_t wc;" type_identifier identifier ;) (declaration "int local_20;" primitive_type identifier ;) (declaration "undefined4 uStack_14;" type_identifier identifier ;) (expression_statement "uStack_14 = 0x67019;" (assignment_expression "uStack_14 = 0x67019" identifier = number_literal) ;) (expression_statement "local_20 = *(int *)(in_GS_OFFSET + 0x14);" (assignment_expression "local_20 = *(int *)(in_GS_OFFSET + 0x14)" identifier = (pointer_expression "*(int *)(in_GS_OFFSET + 0x14)" * (cast_expression "(int *)(in_GS_OFFSET + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_GS_OFFSET + 0x14)" ( (binary_expression "in_GS_OFFSET + 0x14" identifier + number_literal) ))))) ;) (if_statement "if (s == (char *)0x0) {\n n = 1;\n s = &DAT_0008fe37;\nLAB_0006708b:\n pwc = &wc;\n }\n else {\n sVar2 = 0xfffffffe;\n if (n == 0) goto LAB_00067063;\n if (pwc == (wchar_t *)0x0) goto LAB_0006708b;\n }" if (parenthesized_expression "(s == (char *)0x0)" ( (binary_expression "s == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n n = 1;\n s = &DAT_0008fe37;\nLAB_0006708b:\n pwc = &wc;\n }" { (expression_statement "n = 1;" (assignment_expression "n = 1" identifier = number_literal) ;) (expression_statement "s = &DAT_0008fe37;" (assignment_expression "s = &DAT_0008fe37" identifier = (pointer_expression "&DAT_0008fe37" & identifier)) ;) (labeled_statement "LAB_0006708b:\n pwc = &wc;" statement_identifier : (expression_statement "pwc = &wc;" (assignment_expression "pwc = &wc" identifier = (pointer_expression "&wc" & identifier)) ;)) }) (else_clause "else {\n sVar2 = 0xfffffffe;\n if (n == 0) goto LAB_00067063;\n if (pwc == (wchar_t *)0x0) goto LAB_0006708b;\n }" else (compound_statement "{\n sVar2 = 0xfffffffe;\n if (n == 0) goto LAB_00067063;\n if (pwc == (wchar_t *)0x0) goto LAB_0006708b;\n }" { (expression_statement "sVar2 = 0xfffffffe;" (assignment_expression "sVar2 = 0xfffffffe" identifier = number_literal) ;) (if_statement "if (n == 0) goto LAB_00067063;" if (parenthesized_expression "(n == 0)" ( (binary_expression "n == 0" identifier == number_literal) )) (goto_statement "goto LAB_00067063;" goto statement_identifier ;)) (if_statement "if (pwc == (wchar_t *)0x0) goto LAB_0006708b;" if (parenthesized_expression "(pwc == (wchar_t *)0x0)" ( (binary_expression "pwc == (wchar_t *)0x0" identifier == (cast_expression "(wchar_t *)0x0" ( (type_descriptor "wchar_t *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0006708b;" goto statement_identifier ;)) }))) (expression_statement "sVar2 = mbrtowc(pwc,s,n,(mbstate_t *)ps);" (assignment_expression "sVar2 = mbrtowc(pwc,s,n,(mbstate_t *)ps)" identifier = (call_expression "mbrtowc(pwc,s,n,(mbstate_t *)ps)" identifier (argument_list "(pwc,s,n,(mbstate_t *)ps)" ( identifier , identifier , identifier , (cast_expression "(mbstate_t *)ps" ( (type_descriptor "mbstate_t *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) )))) ;) (if_statement "if (0xfffffffd < sVar2) {\n _Var1 = hard_locale(0);\n if (!_Var1) {\n sVar2 = 1;\n *pwc = (uint)(byte)*s;\n }\n }" if (parenthesized_expression "(0xfffffffd < sVar2)" ( (binary_expression "0xfffffffd < sVar2" number_literal < identifier) )) (compound_statement "{\n _Var1 = hard_locale(0);\n if (!_Var1) {\n sVar2 = 1;\n *pwc = (uint)(byte)*s;\n }\n }" { (expression_statement "_Var1 = hard_locale(0);" (assignment_expression "_Var1 = hard_locale(0)" identifier = (call_expression "hard_locale(0)" identifier (argument_list "(0)" ( number_literal )))) ;) (if_statement "if (!_Var1) {\n sVar2 = 1;\n *pwc = (uint)(byte)*s;\n }" if (parenthesized_expression "(!_Var1)" ( (unary_expression "!_Var1" ! identifier) )) (compound_statement "{\n sVar2 = 1;\n *pwc = (uint)(byte)*s;\n }" { (expression_statement "sVar2 = 1;" (assignment_expression "sVar2 = 1" identifier = number_literal) ;) (expression_statement "*pwc = (uint)(byte)*s;" (assignment_expression "*pwc = (uint)(byte)*s" (pointer_expression "*pwc" * identifier) = (binary_expression "(uint)(byte)*s" (call_expression "(uint)(byte)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(byte)" ( identifier ))) * identifier)) ;) })) })) (labeled_statement "LAB_00067063:\n if (local_20 == *(int *)(in_GS_OFFSET + 0x14)) {\n return sVar2;\n }" statement_identifier : (if_statement "if (local_20 == *(int *)(in_GS_OFFSET + 0x14)) {\n return sVar2;\n }" if (parenthesized_expression "(local_20 == *(int *)(in_GS_OFFSET + 0x14))" ( (binary_expression "local_20 == *(int *)(in_GS_OFFSET + 0x14)" identifier == (pointer_expression "*(int *)(in_GS_OFFSET + 0x14)" * (cast_expression "(int *)(in_GS_OFFSET + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_GS_OFFSET + 0x14)" ( (binary_expression "in_GS_OFFSET + 0x14" identifier + number_literal) ))))) )) (compound_statement "{\n return sVar2;\n }" { (return_statement "return sVar2;" return identifier ;) }))) comment (expression_statement "__stack_chk_fail_local();" (call_expression "__stack_chk_fail_local()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "size_t FUN_00067010(wchar_t *param_1,byte *param_2,size_t param_3,mbstate_t *param_4)\n\n{\n char cVar1;\n size_t sVar2;\n int in_GS_OFFSET;\n wchar_t local_24;\n int local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x67019;\n local_20 = *(int *)(in_GS_OFFSET + 0x14);\n if (param_2 == (byte *)0x0) {\n param_3 = 1;\n param_2 = &DAT_0008fe37;\nLAB_0006708b:\n param_1 = &local_24;\n }\n else {\n sVar2 = 0xfffffffe;\n if (param_3 == 0) goto LAB_00067063;\n if (param_1 == (wchar_t *)0x0) goto LAB_0006708b;\n }\n sVar2 = mbrtowc(param_1,(char *)param_2,param_3,param_4);\n if (0xfffffffd < sVar2) {\n cVar1 = FUN_0007a4c0(0);\n if (cVar1 == '\0') {\n sVar2 = 1;\n *param_1 = (uint)*param_2;\n }\n }\nLAB_00067063:\n if (local_20 == *(int *)(in_GS_OFFSET + 0x14)) {\n return sVar2;\n }\n \n FUN_0007ad20();\n}\n\n" (function_definition "size_t FUN_00067010(wchar_t *param_1,byte *param_2,size_t param_3,mbstate_t *param_4)\n\n{\n char cVar1;\n size_t sVar2;\n int in_GS_OFFSET;\n wchar_t local_24;\n int local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x67019;\n local_20 = *(int *)(in_GS_OFFSET + 0x14);\n if (param_2 == (byte *)0x0) {\n param_3 = 1;\n param_2 = &DAT_0008fe37;\nLAB_0006708b:\n param_1 = &local_24;\n }\n else {\n sVar2 = 0xfffffffe;\n if (param_3 == 0) goto LAB_00067063;\n if (param_1 == (wchar_t *)0x0) goto LAB_0006708b;\n }\n sVar2 = mbrtowc(param_1,(char *)param_2,param_3,param_4);\n if (0xfffffffd < sVar2) {\n cVar1 = FUN_0007a4c0(0);\n if (cVar1 == '\0') {\n sVar2 = 1;\n *param_1 = (uint)*param_2;\n }\n }\nLAB_00067063:\n if (local_20 == *(int *)(in_GS_OFFSET + 0x14)) {\n return sVar2;\n }\n \n FUN_0007ad20();\n}" primitive_type (function_declarator "FUN_00067010(wchar_t *param_1,byte *param_2,size_t param_3,mbstate_t *param_4)" identifier (parameter_list "(wchar_t *param_1,byte *param_2,size_t param_3,mbstate_t *param_4)" ( (parameter_declaration "wchar_t *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "byte *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "size_t param_3" primitive_type identifier) , (parameter_declaration "mbstate_t *param_4" type_identifier (pointer_declarator "*param_4" * identifier)) ))) (compound_statement "{\n char cVar1;\n size_t sVar2;\n int in_GS_OFFSET;\n wchar_t local_24;\n int local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x67019;\n local_20 = *(int *)(in_GS_OFFSET + 0x14);\n if (param_2 == (byte *)0x0) {\n param_3 = 1;\n param_2 = &DAT_0008fe37;\nLAB_0006708b:\n param_1 = &local_24;\n }\n else {\n sVar2 = 0xfffffffe;\n if (param_3 == 0) goto LAB_00067063;\n if (param_1 == (wchar_t *)0x0) goto LAB_0006708b;\n }\n sVar2 = mbrtowc(param_1,(char *)param_2,param_3,param_4);\n if (0xfffffffd < sVar2) {\n cVar1 = FUN_0007a4c0(0);\n if (cVar1 == '\0') {\n sVar2 = 1;\n *param_1 = (uint)*param_2;\n }\n }\nLAB_00067063:\n if (local_20 == *(int *)(in_GS_OFFSET + 0x14)) {\n return sVar2;\n }\n \n FUN_0007ad20();\n}" { (declaration "char cVar1;" primitive_type identifier ;) (declaration "size_t sVar2;" primitive_type identifier ;) (declaration "int in_GS_OFFSET;" primitive_type identifier ;) (declaration "wchar_t local_24;" type_identifier identifier ;) (declaration "int local_20;" primitive_type identifier ;) (declaration "undefined4 uStack_14;" type_identifier identifier ;) (expression_statement "uStack_14 = 0x67019;" (assignment_expression "uStack_14 = 0x67019" identifier = number_literal) ;) (expression_statement "local_20 = *(int *)(in_GS_OFFSET + 0x14);" (assignment_expression "local_20 = *(int *)(in_GS_OFFSET + 0x14)" identifier = (pointer_expression "*(int *)(in_GS_OFFSET + 0x14)" * (cast_expression "(int *)(in_GS_OFFSET + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_GS_OFFSET + 0x14)" ( (binary_expression "in_GS_OFFSET + 0x14" identifier + number_literal) ))))) ;) (if_statement "if (param_2 == (byte *)0x0) {\n param_3 = 1;\n param_2 = &DAT_0008fe37;\nLAB_0006708b:\n param_1 = &local_24;\n }\n else {\n sVar2 = 0xfffffffe;\n if (param_3 == 0) goto LAB_00067063;\n if (param_1 == (wchar_t *)0x0) goto LAB_0006708b;\n }" if (parenthesized_expression "(param_2 == (byte *)0x0)" ( (binary_expression "param_2 == (byte *)0x0" identifier == (cast_expression "(byte *)0x0" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n param_3 = 1;\n param_2 = &DAT_0008fe37;\nLAB_0006708b:\n param_1 = &local_24;\n }" { (expression_statement "param_3 = 1;" (assignment_expression "param_3 = 1" identifier = number_literal) ;) (expression_statement "param_2 = &DAT_0008fe37;" (assignment_expression "param_2 = &DAT_0008fe37" identifier = (pointer_expression "&DAT_0008fe37" & identifier)) ;) (labeled_statement "LAB_0006708b:\n param_1 = &local_24;" statement_identifier : (expression_statement "param_1 = &local_24;" (assignment_expression "param_1 = &local_24" identifier = (pointer_expression "&local_24" & identifier)) ;)) }) (else_clause "else {\n sVar2 = 0xfffffffe;\n if (param_3 == 0) goto LAB_00067063;\n if (param_1 == (wchar_t *)0x0) goto LAB_0006708b;\n }" else (compound_statement "{\n sVar2 = 0xfffffffe;\n if (param_3 == 0) goto LAB_00067063;\n if (param_1 == (wchar_t *)0x0) goto LAB_0006708b;\n }" { (expression_statement "sVar2 = 0xfffffffe;" (assignment_expression "sVar2 = 0xfffffffe" identifier = number_literal) ;) (if_statement "if (param_3 == 0) goto LAB_00067063;" if (parenthesized_expression "(param_3 == 0)" ( (binary_expression "param_3 == 0" identifier == number_literal) )) (goto_statement "goto LAB_00067063;" goto statement_identifier ;)) (if_statement "if (param_1 == (wchar_t *)0x0) goto LAB_0006708b;" if (parenthesized_expression "(param_1 == (wchar_t *)0x0)" ( (binary_expression "param_1 == (wchar_t *)0x0" identifier == (cast_expression "(wchar_t *)0x0" ( (type_descriptor "wchar_t *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0006708b;" goto statement_identifier ;)) }))) (expression_statement "sVar2 = mbrtowc(param_1,(char *)param_2,param_3,param_4);" (assignment_expression "sVar2 = mbrtowc(param_1,(char *)param_2,param_3,param_4)" identifier = (call_expression "mbrtowc(param_1,(char *)param_2,param_3,param_4)" identifier (argument_list "(param_1,(char *)param_2,param_3,param_4)" ( identifier , (cast_expression "(char *)param_2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) , identifier , identifier )))) ;) (if_statement "if (0xfffffffd < sVar2) {\n cVar1 = FUN_0007a4c0(0);\n if (cVar1 == '\0') {\n sVar2 = 1;\n *param_1 = (uint)*param_2;\n }\n }" if (parenthesized_expression "(0xfffffffd < sVar2)" ( (binary_expression "0xfffffffd < sVar2" number_literal < identifier) )) (compound_statement "{\n cVar1 = FUN_0007a4c0(0);\n if (cVar1 == '\0') {\n sVar2 = 1;\n *param_1 = (uint)*param_2;\n }\n }" { (expression_statement "cVar1 = FUN_0007a4c0(0);" (assignment_expression "cVar1 = FUN_0007a4c0(0)" identifier = (call_expression "FUN_0007a4c0(0)" identifier (argument_list "(0)" ( number_literal )))) ;) (if_statement "if (cVar1 == '\0') {\n sVar2 = 1;\n *param_1 = (uint)*param_2;\n }" if (parenthesized_expression "(cVar1 == '\0')" ( (binary_expression "cVar1 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n sVar2 = 1;\n *param_1 = (uint)*param_2;\n }" { (expression_statement "sVar2 = 1;" (assignment_expression "sVar2 = 1" identifier = number_literal) ;) (expression_statement "*param_1 = (uint)*param_2;" (assignment_expression "*param_1 = (uint)*param_2" (pointer_expression "*param_1" * identifier) = (binary_expression "(uint)*param_2" (parenthesized_expression "(uint)" ( identifier )) * identifier)) ;) })) })) (labeled_statement "LAB_00067063:\n if (local_20 == *(int *)(in_GS_OFFSET + 0x14)) {\n return sVar2;\n }" statement_identifier : (if_statement "if (local_20 == *(int *)(in_GS_OFFSET + 0x14)) {\n return sVar2;\n }" if (parenthesized_expression "(local_20 == *(int *)(in_GS_OFFSET + 0x14))" ( (binary_expression "local_20 == *(int *)(in_GS_OFFSET + 0x14)" identifier == (pointer_expression "*(int *)(in_GS_OFFSET + 0x14)" * (cast_expression "(int *)(in_GS_OFFSET + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_GS_OFFSET + 0x14)" ( (binary_expression "in_GS_OFFSET + 0x14" identifier + number_literal) ))))) )) (compound_statement "{\n return sVar2;\n }" { (return_statement "return sVar2;" return identifier ;) }))) (expression_statement "FUN_0007ad20();" (call_expression "FUN_0007ad20()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression & IDENT)) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (pointer_expression & IDENT)) ;)) }) (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 ;)) (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 , (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT) , IDENT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression (parenthesized_expression ( IDENT )) * IDENT)) ;) })) })) (labeled_statement statement_identifier : (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 IDENT ;) }))) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "size_t FUN_00067010(wchar_t *param_1,byte *param_2,size_t param_3,mbstate_t *param_4)\n\n{\n char cVar1;\n size_t sVar2;\n int in_GS_OFFSET;\n wchar_t local_24;\n int local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x67019;\n local_20 = *(int *)(in_GS_OFFSET + 0x14);\n if (param_2 == (byte *)0x0) {\n param_3 = 1;\n param_2 = &DAT_0008fe37;\nLAB_0006708b:\n param_1 = &local_24;\n }\n else {\n sVar2 = 0xfffffffe;\n if (param_3 == 0) goto LAB_00067063;\n if (param_1 == (wchar_t *)0x0) goto LAB_0006708b;\n }\n sVar2 = mbrtowc(param_1,(char *)param_2,param_3,param_4);\n if (0xfffffffd < sVar2) {\n cVar1 = FUN_0007a4c0(0);\n if (cVar1 == '\0') {\n sVar2 = 1;\n *param_1 = (uint)*param_2;\n }\n }\nLAB_00067063:\n if (local_20 == *(int *)(in_GS_OFFSET + 0x14)) {\n return sVar2;\n }\n \n FUN_0007ad20();\n}" (primitive_type "size_t") (function_declarator "FUN_00067010(wchar_t *param_1,byte *param_2,size_t param_3,mbstate_t *param_4)" (identifier "FUN_00067010") (parameter_list "(wchar_t *param_1,byte *param_2,size_t param_3,mbstate_t *param_4)" (( "(") (parameter_declaration "wchar_t *param_1" (type_identifier "wchar_t") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "byte *param_2" (type_identifier "byte") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "size_t param_3" (primitive_type "size_t") (identifier "param_3")) (, ",") (parameter_declaration "mbstate_t *param_4" (type_identifier "mbstate_t") (pointer_declarator "*param_4" (* "*") (identifier "param_4"))) () ")"))) (compound_statement "{\n char cVar1;\n size_t sVar2;\n int in_GS_OFFSET;\n wchar_t local_24;\n int local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x67019;\n local_20 = *(int *)(in_GS_OFFSET + 0x14);\n if (param_2 == (byte *)0x0) {\n param_3 = 1;\n param_2 = &DAT_0008fe37;\nLAB_0006708b:\n param_1 = &local_24;\n }\n else {\n sVar2 = 0xfffffffe;\n if (param_3 == 0) goto LAB_00067063;\n if (param_1 == (wchar_t *)0x0) goto LAB_0006708b;\n }\n sVar2 = mbrtowc(param_1,(char *)param_2,param_3,param_4);\n if (0xfffffffd < sVar2) {\n cVar1 = FUN_0007a4c0(0);\n if (cVar1 == '\0') {\n sVar2 = 1;\n *param_1 = (uint)*param_2;\n }\n }\nLAB_00067063:\n if (local_20 == *(int *)(in_GS_OFFSET + 0x14)) {\n return sVar2;\n }\n \n FUN_0007ad20();\n}" ({ "{") (declaration "char cVar1;" (primitive_type "char") (identifier "cVar1") (; ";")) (declaration "size_t sVar2;" (primitive_type "size_t") (identifier "sVar2") (; ";")) (declaration "int in_GS_OFFSET;" (primitive_type "int") (identifier "in_GS_OFFSET") (; ";")) (declaration "wchar_t local_24;" (type_identifier "wchar_t") (identifier "local_24") (; ";")) (declaration "int local_20;" (primitive_type "int") (identifier "local_20") (; ";")) (declaration "undefined4 uStack_14;" (type_identifier "undefined4") (identifier "uStack_14") (; ";")) (expression_statement "uStack_14 = 0x67019;" (assignment_expression "uStack_14 = 0x67019" (identifier "uStack_14") (= "=") (number_literal "0x67019")) (; ";")) (expression_statement "local_20 = *(int *)(in_GS_OFFSET + 0x14);" (assignment_expression "local_20 = *(int *)(in_GS_OFFSET + 0x14)" (identifier "local_20") (= "=") (pointer_expression "*(int *)(in_GS_OFFSET + 0x14)" (* "*") (cast_expression "(int *)(in_GS_OFFSET + 0x14)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(in_GS_OFFSET + 0x14)" (( "(") (binary_expression "in_GS_OFFSET + 0x14" (identifier "in_GS_OFFSET") (+ "+") (number_literal "0x14")) () ")"))))) (; ";")) (if_statement "if (param_2 == (byte *)0x0) {\n param_3 = 1;\n param_2 = &DAT_0008fe37;\nLAB_0006708b:\n param_1 = &local_24;\n }\n else {\n sVar2 = 0xfffffffe;\n if (param_3 == 0) goto LAB_00067063;\n if (param_1 == (wchar_t *)0x0) goto LAB_0006708b;\n }" (if "if") (parenthesized_expression "(param_2 == (byte *)0x0)" (( "(") (binary_expression "param_2 == (byte *)0x0" (identifier "param_2") (== "==") (cast_expression "(byte *)0x0" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n param_3 = 1;\n param_2 = &DAT_0008fe37;\nLAB_0006708b:\n param_1 = &local_24;\n }" ({ "{") (expression_statement "param_3 = 1;" (assignment_expression "param_3 = 1" (identifier "param_3") (= "=") (number_literal "1")) (; ";")) (expression_statement "param_2 = &DAT_0008fe37;" (assignment_expression "param_2 = &DAT_0008fe37" (identifier "param_2") (= "=") (pointer_expression "&DAT_0008fe37" (& "&") (identifier "DAT_0008fe37"))) (; ";")) (labeled_statement "LAB_0006708b:\n param_1 = &local_24;" (statement_identifier "LAB_0006708b") (: ":") (expression_statement "param_1 = &local_24;" (assignment_expression "param_1 = &local_24" (identifier "param_1") (= "=") (pointer_expression "&local_24" (& "&") (identifier "local_24"))) (; ";"))) (} "}")) (else_clause "else {\n sVar2 = 0xfffffffe;\n if (param_3 == 0) goto LAB_00067063;\n if (param_1 == (wchar_t *)0x0) goto LAB_0006708b;\n }" (else "else") (compound_statement "{\n sVar2 = 0xfffffffe;\n if (param_3 == 0) goto LAB_00067063;\n if (param_1 == (wchar_t *)0x0) goto LAB_0006708b;\n }" ({ "{") (expression_statement "sVar2 = 0xfffffffe;" (assignment_expression "sVar2 = 0xfffffffe" (identifier "sVar2") (= "=") (number_literal "0xfffffffe")) (; ";")) (if_statement "if (param_3 == 0) goto LAB_00067063;" (if "if") (parenthesized_expression "(param_3 == 0)" (( "(") (binary_expression "param_3 == 0" (identifier "param_3") (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_00067063;" (goto "goto") (statement_identifier "LAB_00067063") (; ";"))) (if_statement "if (param_1 == (wchar_t *)0x0) goto LAB_0006708b;" (if "if") (parenthesized_expression "(param_1 == (wchar_t *)0x0)" (( "(") (binary_expression "param_1 == (wchar_t *)0x0" (identifier "param_1") (== "==") (cast_expression "(wchar_t *)0x0" (( "(") (type_descriptor "wchar_t *" (type_identifier "wchar_t") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (goto_statement "goto LAB_0006708b;" (goto "goto") (statement_identifier "LAB_0006708b") (; ";"))) (} "}")))) (expression_statement "sVar2 = mbrtowc(param_1,(char *)param_2,param_3,param_4);" (assignment_expression "sVar2 = mbrtowc(param_1,(char *)param_2,param_3,param_4)" (identifier "sVar2") (= "=") (call_expression "mbrtowc(param_1,(char *)param_2,param_3,param_4)" (identifier "mbrtowc") (argument_list "(param_1,(char *)param_2,param_3,param_4)" (( "(") (identifier "param_1") (, ",") (cast_expression "(char *)param_2" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "param_2")) (, ",") (identifier "param_3") (, ",") (identifier "param_4") () ")")))) (; ";")) (if_statement "if (0xfffffffd < sVar2) {\n cVar1 = FUN_0007a4c0(0);\n if (cVar1 == '\0') {\n sVar2 = 1;\n *param_1 = (uint)*param_2;\n }\n }" (if "if") (parenthesized_expression "(0xfffffffd < sVar2)" (( "(") (binary_expression "0xfffffffd < sVar2" (number_literal "0xfffffffd") (< "<") (identifier "sVar2")) () ")")) (compound_statement "{\n cVar1 = FUN_0007a4c0(0);\n if (cVar1 == '\0') {\n sVar2 = 1;\n *param_1 = (uint)*param_2;\n }\n }" ({ "{") (expression_statement "cVar1 = FUN_0007a4c0(0);" (assignment_expression "cVar1 = FUN_0007a4c0(0)" (identifier "cVar1") (= "=") (call_expression "FUN_0007a4c0(0)" (identifier "FUN_0007a4c0") (argument_list "(0)" (( "(") (number_literal "0") () ")")))) (; ";")) (if_statement "if (cVar1 == '\0') {\n sVar2 = 1;\n *param_1 = (uint)*param_2;\n }" (if "if") (parenthesized_expression "(cVar1 == '\0')" (( "(") (binary_expression "cVar1 == '\0'" (identifier "cVar1") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n sVar2 = 1;\n *param_1 = (uint)*param_2;\n }" ({ "{") (expression_statement "sVar2 = 1;" (assignment_expression "sVar2 = 1" (identifier "sVar2") (= "=") (number_literal "1")) (; ";")) (expression_statement "*param_1 = (uint)*param_2;" (assignment_expression "*param_1 = (uint)*param_2" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (binary_expression "(uint)*param_2" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (* "*") (identifier "param_2"))) (; ";")) (} "}"))) (} "}"))) (labeled_statement "LAB_00067063:\n if (local_20 == *(int *)(in_GS_OFFSET + 0x14)) {\n return sVar2;\n }" (statement_identifier "LAB_00067063") (: ":") (if_statement "if (local_20 == *(int *)(in_GS_OFFSET + 0x14)) {\n return sVar2;\n }" (if "if") (parenthesized_expression "(local_20 == *(int *)(in_GS_OFFSET + 0x14))" (( "(") (binary_expression "local_20 == *(int *)(in_GS_OFFSET + 0x14)" (identifier "local_20") (== "==") (pointer_expression "*(int *)(in_GS_OFFSET + 0x14)" (* "*") (cast_expression "(int *)(in_GS_OFFSET + 0x14)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(in_GS_OFFSET + 0x14)" (( "(") (binary_expression "in_GS_OFFSET + 0x14" (identifier "in_GS_OFFSET") (+ "+") (number_literal "0x14")) () ")"))))) () ")")) (compound_statement "{\n return sVar2;\n }" ({ "{") (return_statement "return sVar2;" (return "return") (identifier "sVar2") (; ";")) (} "}")))) (expression_statement "FUN_0007ad20();" (call_expression "FUN_0007ad20()" (identifier "FUN_0007ad20") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ size_t function_1(type_1 *var_4,char *var_2,size_t var_3,type_2 *ps) { type_3 _Var1; size_t var_6; int var_1; type_1 wc; int var_8; type_4 uStack_14; uStack_14 = 0x67019; var_8 = *(int *)(var_1 + 0x14); if (var_2 == (char *)0x0) { var_3 = 1; var_2 = &DAT_0008fe37; LAB_0006708b: var_4 = &wc; } else { var_6 = 0xfffffffe; if (var_3 == 0) goto LAB_00067063; if (var_4 == (type_1 *)0x0) goto LAB_0006708b; } var_6 = var_5(var_4,var_2,var_3,(type_2 *)ps); if (0xfffffffd < var_6) { _Var1 = var_7(0); if (!_Var1) { var_6 = 1; *var_4 = (uint)(byte)*var_2; } } LAB_00067063: if (var_8 == *(int *)(var_1 + 0x14)) { return var_6; } /* WARNING: Subroutine does not return */ var_9(); }
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: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) 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: (type_identifier) 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 (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))))) 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))) (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) (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (identifier)) (identifier) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (parenthesized_expression (identifier)) right: (identifier)))))))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (return_statement (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ size_t MASKED(wchar_t *param_1,byte *param_2,size_t param_3,mbstate_t *param_4) { char cVar1; size_t sVar2; int in_GS_OFFSET; wchar_t local_24; int local_20; undefined4 uStack_14; uStack_14 = 0x67019; local_20 = *(int *)(in_GS_OFFSET + 0x14); if (param_2 == (byte *)0x0) { param_3 = 1; param_2 = &DAT_0008fe37; LAB_0006708b: param_1 = &local_24; } else { sVar2 = 0xfffffffe; if (param_3 == 0) goto LAB_00067063; if (param_1 == (wchar_t *)0x0) goto LAB_0006708b; } sVar2 = mbrtowc(param_1,(char *)param_2,param_3,param_4); if (0xfffffffd < sVar2) { cVar1 = FUN_0007a4c0(0); if (cVar1 == '\0') { sVar2 = 1; *param_1 = (uint)*param_2; } } LAB_00067063: if (local_20 == *(int *)(in_GS_OFFSET + 0x14)) { return sVar2; } /* WARNING: Subroutine does not return */ FUN_0007ad20(); }
942_libgmp.so_and_libgmp.so_strip.c
__gmpn_add_err3_n
__gmpn_add_err3_n
mp_limb_t __gmpn_add_err3_n(mp_ptr rp,mp_srcptr up,mp_srcptr vp,mp_ptr ep,mp_srcptr yp1, mp_srcptr yp2,mp_srcptr yp3,mp_size_t n,mp_limb_t cy) { uint uVar1; uint uVar2; uint uVar3; uint uVar4; mp_limb_t mVar5; bool bVar6; uint local_3c; uint local_38; uint local_34; mp_ptr local_30; mp_limb_t local_28; mp_limb_t local_24; mp_limb_t local_20; local_20 = 0; local_34 = 0; local_30 = rp; local_24 = 0; local_38 = 0; local_28 = 0; local_3c = 0; do { uVar1 = yp2[n + -1]; uVar2 = yp1[n + -1]; uVar3 = yp3[n + -1]; uVar4 = *vp + *up; mVar5 = uVar4 + cy; cy = (mp_limb_t)(CARRY4(uVar4,cy) || CARRY4(*vp,*up)); *local_30 = mVar5; uVar4 = -cy; bVar6 = CARRY4(uVar2 & uVar4,local_3c); local_3c = (uVar2 & uVar4) + local_3c; local_28 = local_28 + bVar6; bVar6 = CARRY4(uVar1 & uVar4,local_38); local_38 = (uVar1 & uVar4) + local_38; local_24 = local_24 + bVar6; bVar6 = CARRY4(uVar3 & uVar4,local_34); local_34 = (uVar3 & uVar4) + local_34; local_20 = local_20 + bVar6; local_30 = local_30 + 1; n = n + -1; vp = vp + 1; up = up + 1; } while (n != 0); *ep = local_3c; ep[2] = local_38; ep[1] = local_28; ep[4] = local_34; ep[3] = local_24; ep[5] = local_20; return cy; }
void __gmpn_add_err3_n(int *param_1,uint *param_2,uint *param_3,uint *param_4,int param_5, int param_6,int param_7,int param_8,uint param_9) { uint uVar1; uint uVar2; int iVar3; uint uVar4; uint uVar5; bool bVar6; uint local_3c; uint local_38; uint local_34; int *local_30; uint local_28; uint local_24; uint local_20; local_20 = 0; local_34 = 0; local_30 = param_1; local_24 = 0; local_38 = 0; local_28 = 0; local_3c = 0; do { uVar1 = *(uint *)(param_6 + -4 + param_8 * 4); uVar4 = *(uint *)(param_5 + -4 + param_8 * 4); uVar5 = *(uint *)(param_7 + -4 + param_8 * 4); uVar2 = *param_3 + *param_2; iVar3 = uVar2 + param_9; param_9 = (uint)(CARRY4(uVar2,param_9) || CARRY4(*param_3,*param_2)); *local_30 = iVar3; uVar2 = -param_9; uVar4 = uVar4 & uVar2; bVar6 = CARRY4(uVar4,local_3c); local_3c = uVar4 + local_3c; local_28 = local_28 + bVar6; uVar1 = uVar1 & uVar2; bVar6 = CARRY4(uVar1,local_38); local_38 = uVar1 + local_38; local_24 = local_24 + bVar6; uVar5 = uVar5 & uVar2; bVar6 = CARRY4(uVar5,local_34); local_34 = uVar5 + local_34; local_20 = local_20 + bVar6; local_30 = local_30 + 1; param_8 = param_8 + -1; param_3 = param_3 + 1; param_2 = param_2 + 1; } while (param_8 != 0); *param_4 = local_3c; param_4[2] = local_38; param_4[1] = local_28; param_4[4] = local_34; param_4[3] = local_24; param_4[5] = local_20; return; }
PUSH EBP MOV EDX,0xfffffffc PUSH EDI PUSH ESI PUSH EBX SUB ESP,0x2c MOV EDI,dword ptr [ESP + 0x40] MOV dword ptr [ESP + 0x1c],0x0 MOV dword ptr [ESP + 0x8],0x0 MOV EBP,dword ptr [ESP + 0x48] MOV dword ptr [ESP + 0xc],EDI MOV EDI,dword ptr [ESP + 0x50] MOV dword ptr [ESP + 0x18],0x0 MOV ESI,dword ptr [ESP + 0x5c] ADD EDI,EDX MOV dword ptr [ESP + 0x4],0x0 MOV EAX,dword ptr [ESP + 0x60] MOV dword ptr [ESP + 0x28],EDI MOV EDI,dword ptr [ESP + 0x54] MOV dword ptr [ESP + 0x14],0x0 ADD EDI,EDX ADD EDX,dword ptr [ESP + 0x58] MOV dword ptr [ESP],0x0 MOV dword ptr [ESP + 0x24],EDI MOV dword ptr [ESP + 0x20],EDX LEA ESI,[ESI] NOP MOV ECX,dword ptr [ESP + 0x24] ADD dword ptr [ESP + 0x44],0x4 ADD EBP,0x4 MOV EDX,dword ptr [EBP + -0x4] MOV EDI,dword ptr [ESP + 0x28] MOV ECX,dword ptr [ECX + ESI*0x4] MOV EBX,dword ptr [EDI + ESI*0x4] MOV EDI,dword ptr [ESP + 0x20] MOV dword ptr [ESP + 0x10],ECX MOV ECX,dword ptr [ESP + 0x44] MOV EDI,dword ptr [EDI + ESI*0x4] ADD EDX,dword ptr [ECX + -0x4] SETC CL ADD EDX,EAX SETC AL MOVZX ECX,CL OR EAX,ECX MOV ECX,dword ptr [ESP + 0xc] MOVZX EAX,AL MOV dword ptr [ECX],EDX MOV ECX,dword ptr [ESP + 0x10] MOV EDX,EAX NEG EDX AND EBX,EDX ADD EBX,dword ptr [ESP] ADC dword ptr [ESP + 0x14],0x0 AND ECX,EDX ADD ECX,dword ptr [ESP + 0x4] ADC dword ptr [ESP + 0x18],0x0 AND EDI,EDX ADD EDI,dword ptr [ESP + 0x8] MOV dword ptr [ESP],EBX MOV dword ptr [ESP + 0x4],ECX MOV dword ptr [ESP + 0x8],EDI ADC dword ptr [ESP + 0x1c],0x0 ADD dword ptr [ESP + 0xc],0x4 SUB ESI,0x1 JNZ 0x00045b30 MOV ESI,dword ptr [ESP + 0x4c] MOV EDI,dword ptr [ESP + 0x8] MOV dword ptr [ESI],EBX MOV EBX,dword ptr [ESP + 0x14] MOV dword ptr [ESI + 0x8],ECX MOV dword ptr [ESI + 0x4],EBX MOV EBX,dword ptr [ESP + 0x18] MOV dword ptr [ESI + 0x10],EDI MOV dword ptr [ESI + 0xc],EBX MOV EBX,dword ptr [ESP + 0x1c] MOV dword ptr [ESI + 0x14],EBX ADD ESP,0x2c POP EBX POP ESI POP EDI POP EBP RET
null
null
null
null
[(u'INT_ADD_-1206166225', u'INT_NOTEQUAL_-1206166230'), ('const-2', u'PTRADD_-1206166026'), (u'INT_ZEXT_-1206166465', u'RETURN_-1206166117'), (u'MULTIEQUAL_-1206166210', u'LOAD_-1206166591'), ('const-417', u'STORE_-1206166194'), (u'INT_CARRY_-1206166309', u'INT_ZEXT_-1206166278'), ('const-0', u'COPY_-1206166793'), ('const-417', u'STORE_-1206166212'), (u'MULTIEQUAL_-1206166188', u'PTRADD_-1206166051'), ('tmp_1228', u'PTRADD_-1206166002'), (u'COPY_-1206166228', u'MULTIEQUAL_-1206166192'), ('const-417', u'LOAD_-1206166570'), (u'INT_ZEXT_-1206166278', u'INT_ADD_-1206166265'), (u'LOAD_-1206166591', u'INT_ADD_-1206166514'), (u'MULTIEQUAL_-1206166191', u'INT_CARRY_-1206166420'), ('const-4', u'PTRADD_-1206166171'), (u'INT_ADD_-1206166418', u'MULTIEQUAL_-1206166191'), (u'MULTIEQUAL_-1206166189', u'INT_CARRY_-1206166309'), ('const-0', u'INT_NOTEQUAL_-1206166230'), (u'MULTIEQUAL_-1206166190', u'INT_CARRY_-1206166365'), (u'PTRADD_-1206166165', u'COPY_-1206166100'), (u'INT_ADD_-1206166340', u'MULTIEQUAL_-1206166185'), (u'INT_ZEXT_-1206166409', u'INT_ADD_-1206166396'), (u'INT_AND_-1206166314', u'INT_CARRY_-1206166309'), (u'INT_2COMP_-1206166438', u'INT_AND_-1206166424'), ('const-4', u'PTRADD_-1206166002'), (u'PTRADD_-1206166131', u'LOAD_-1206166542'), (u'PTRADD_-1206166153', u'LOAD_-1206166577'), ('tmp_1226', u'COPY_-1206166228'), (u'PTRADD_-1206166022', u'STORE_-1206166194'), (u'COPY_-1206166775', u'MULTIEQUAL_-1206166188'), ('const-417', u'STORE_-1206166200'), (u'LOAD_-1206166591', u'INT_CARRY_-1206166516'), (u'INT_ADD_-1206166178', u'PTRADD_-1206166131'), (u'LOAD_-1206166570', u'INT_AND_-1206166424'), (u'INT_AND_-1206166370', u'INT_CARRY_-1206166365'), ('const-0', u'COPY_-1206166662'), ('const-1', u'PTRADD_-1206166022'), (u'PTRADD_-1206166051', u'MULTIEQUAL_-1206166188'), ('const-417', u'LOAD_-1206166536'), (u'INT_ADD_-1206166340', u'STORE_-1206166175'), (u'LOAD_-1206166542', u'INT_AND_-1206166314'), ('const-417', u'LOAD_-1206166591'), ('const-417', u'STORE_-1206166175'), ('const-4', u'PTRADD_-1206166022'), (u'MULTIEQUAL_-1206166209', u'INT_ADD_-1206166178'), (u'MULTIEQUAL_-1206166192', u'LOAD_-1206166536'), (u'COPY_-1206166662', u'MULTIEQUAL_-1206166191'), (u'INT_ADD_-1206166225', u'MULTIEQUAL_-1206166209'), ('const-0', u'COPY_-1206166761'), ('const-4', u'PTRADD_-1206166131'), ('const-4', u'PTRADD_-1206166026'), (u'PTRADD_-1206166002', u'STORE_-1206166162'), (u'MULTIEQUAL_-1206166185', u'INT_ADD_-1206166340'), (u'INT_ADD_-1206166200', u'PTRADD_-1206166153'), (u'INT_ADD_-1206166396', u'STORE_-1206166194'), ('const-4294967295', u'INT_ADD_-1206166200'), (u'INT_ADD_-1206166396', u'MULTIEQUAL_-1206166186'), (u'LOAD_-1206166536', u'INT_CARRY_-1206166516'), ('tmp_1225', u'COPY_-1206166775'), (u'INT_AND_-1206166424', u'INT_ADD_-1206166418'), ('tmp_1233', u'MULTIEQUAL_-1206166217'), (u'INT_2COMP_-1206166438', u'INT_AND_-1206166370'), ('const-417', u'LOAD_-1206166532'), (u'COPY_-1206166700', u'MULTIEQUAL_-1206166186'), (u'MULTIEQUAL_-1206166217', u'INT_ADD_-1206166498'), (u'MULTIEQUAL_-1206166217', u'INT_CARRY_-1206166498'), ('const-4', u'PTRADD_-1206166010'), (u'MULTIEQUAL_-1206166192', u'PTRADD_-1206166171'), (u'INT_ZEXT_-1206166353', u'INT_ADD_-1206166340'), (u'COPY_-1206166100', u'MULTIEQUAL_-1206166210'), ('const-4294967295', u'INT_ADD_-1206166178'), ('tmp_1228', u'STORE_-1206166212'), (u'INT_ZEXT_-1206166465', u'MULTIEQUAL_-1206166217'), (u'MULTIEQUAL_-1206166191', u'INT_ADD_-1206166418'), (u'INT_ADD_-1206166307', u'MULTIEQUAL_-1206166189'), ('const-4294967295', u'INT_ADD_-1206166195'), ('tmp_1229', u'PTRADD_-1206166148'), (u'INT_AND_-1206166314', u'INT_ADD_-1206166307'), (u'INT_2COMP_-1206166438', u'INT_AND_-1206166314'), ('tmp_1230', u'PTRADD_-1206166153'), (u'PTRADD_-1206166171', u'COPY_-1206166098'), ('const-417', u'LOAD_-1206166577'), ('tmp_1228', u'PTRADD_-1206166022'), ('tmp_1228', u'PTRADD_-1206166026'), (u'INT_CARRY_-1206166516', u'BOOL_OR_-1206166161'), ('tmp_1231', u'PTRADD_-1206166131'), (u'INT_CARRY_-1206166365', u'INT_ZEXT_-1206166353'), (u'MULTIEQUAL_-1206166189', u'INT_ADD_-1206166307'), ('const-1', u'PTRADD_-1206166051'), (u'COPY_-1206166230', u'MULTIEQUAL_-1206166210'), (u'LOAD_-1206166532', u'INT_ADD_-1206166514'), ('tmp_1061', u'CBRANCH_-1206166228'), (u'MULTIEQUAL_-1206166209', u'INT_ADD_-1206166200'), (u'COPY_-1206166761', u'MULTIEQUAL_-1206166185'), (u'INT_ADD_-1206166265', u'STORE_-1206166162'), ('tmp_1227', u'COPY_-1206166230'), (u'INT_NOTEQUAL_-1206166230', u'CBRANCH_-1206166228'), (u'INT_AND_-1206166424', u'INT_CARRY_-1206166420'), ('const-4', u'PTRADD_-1206166014'), (u'INT_ADD_-1206166514', u'INT_CARRY_-1206166498'), (u'INT_ADD_-1206166514', u'INT_ADD_-1206166498'), (u'INT_ADD_-1206166363', u'MULTIEQUAL_-1206166190'), (u'COPY_-1206166804', u'MULTIEQUAL_-1206166184'), (u'MULTIEQUAL_-1206166186', u'INT_ADD_-1206166396'), (u'MULTIEQUAL_-1206166188', u'STORE_-1206166474'), (u'INT_CARRY_-1206166498', u'BOOL_OR_-1206166161'), ('const-0', u'COPY_-1206166804'), ('const-417', u'STORE_-1206166474'), (u'INT_ADD_-1206166498', u'STORE_-1206166474'), (u'MULTIEQUAL_-1206166209', u'INT_ADD_-1206166225'), (u'INT_ADD_-1206166265', u'MULTIEQUAL_-1206166184'), ('const-3', u'PTRADD_-1206166010'), ('const-4', u'PTRADD_-1206166165'), (u'MULTIEQUAL_-1206166184', u'INT_ADD_-1206166265'), ('tmp_1228', u'PTRADD_-1206166014'), (u'PTRADD_-1206166026', u'STORE_-1206166200'), ('const-0', u'COPY_-1206166732'), ('tmp_1228', u'PTRADD_-1206166010'), ('const-4', u'PTRADD_-1206166148'), (u'INT_CARRY_-1206166420', u'INT_ZEXT_-1206166409'), (u'INT_AND_-1206166370', u'INT_ADD_-1206166363'), ('const-4294967295', u'INT_ADD_-1206166225'), ('const-417', u'STORE_-1206166181'), ('const-417', u'STORE_-1206166162'), (u'PTRADD_-1206166014', u'STORE_-1206166181'), ('const-417', u'LOAD_-1206166542'), (u'COPY_-1206166732', u'MULTIEQUAL_-1206166190'), ('const-5', u'PTRADD_-1206166002'), (u'INT_ZEXT_-1206166465', u'INT_2COMP_-1206166438'), (u'MULTIEQUAL_-1206166192', u'LOAD_-1206166532'), (u'PTRADD_-1206166148', u'LOAD_-1206166570'), ('const-0', u'RETURN_-1206166117'), (u'INT_ADD_-1206166307', u'STORE_-1206166181'), (u'PTRADD_-1206166010', u'STORE_-1206166175'), ('const-1', u'PTRADD_-1206166165'), ('const-0', u'COPY_-1206166700'), (u'LOAD_-1206166577', u'INT_AND_-1206166370'), (u'INT_ADD_-1206166195', u'PTRADD_-1206166148'), (u'MULTIEQUAL_-1206166190', u'INT_ADD_-1206166363'), (u'INT_ADD_-1206166363', u'STORE_-1206166200'), (u'BOOL_OR_-1206166161', u'INT_ZEXT_-1206166465'), ('const-4', u'PTRADD_-1206166051'), ('const-1', u'PTRADD_-1206166171'), ('const-4', u'PTRADD_-1206166153'), (u'COPY_-1206166098', u'MULTIEQUAL_-1206166192'), (u'COPY_-1206166793', u'MULTIEQUAL_-1206166189'), (u'MULTIEQUAL_-1206166209', u'INT_ADD_-1206166195'), (u'INT_ADD_-1206166418', u'STORE_-1206166212'), ('tmp_1232', u'MULTIEQUAL_-1206166209'), (u'MULTIEQUAL_-1206166210', u'PTRADD_-1206166165'), ('const-4', u'PTRADD_-1206166014')]
[(u'INT_ADD_-1206166225', u'INT_NOTEQUAL_-1206166230'), ('tmp_1534', u'MULTIEQUAL_-1206166209'), (u'MULTIEQUAL_-1206166210', u'LOAD_-1206166591'), ('const-4', u'PTRADD_-1206166023'), (u'INT_MULT_-1206166549', u'INT_ADD_-1206166561'), ('const-417', u'STORE_-1206166474'), ('const-417', u'LOAD_-1206166577'), (u'INT_CARRY_-1206166309', u'INT_ZEXT_-1206166278'), (u'INT_ADD_-1206166671', u'INT_ADD_-1206166561'), (u'COPY_-1206166109', u'MULTIEQUAL_-1206166210'), ('tmp_1532', u'COPY_-1206166239'), ('const-0', u'COPY_-1206166804'), (u'COPY_-1206166237', u'MULTIEQUAL_-1206166192'), (u'PTRADD_-1206166035', u'STORE_-1206166200'), ('const-417', u'STORE_-1206166162'), ('const-417', u'STORE_-1206166194'), ('const-0', u'COPY_-1206166700'), ('const-4', u'INT_MULT_-1206166542'), (u'CAST_-1206166144', u'LOAD_-1206166570'), (u'PTRADD_-1206166023', u'STORE_-1206166181'), ('const-0', u'COPY_-1206166662'), (u'INT_ZEXT_-1206166278', u'INT_ADD_-1206166265'), (u'LOAD_-1206166591', u'INT_ADD_-1206166514'), (u'MULTIEQUAL_-1206166191', u'INT_CARRY_-1206166420'), (u'INT_ADD_-1206166418', u'MULTIEQUAL_-1206166191'), ('const-4', u'INT_MULT_-1206166514'), (u'MULTIEQUAL_-1206166189', u'INT_CARRY_-1206166309'), ('const-0', u'INT_NOTEQUAL_-1206166230'), (u'MULTIEQUAL_-1206166190', u'INT_CARRY_-1206166365'), ('const-1', u'PTRADD_-1206166060'), (u'INT_ADD_-1206166340', u'MULTIEQUAL_-1206166185'), (u'INT_ZEXT_-1206166409', u'INT_ADD_-1206166396'), (u'INT_AND_-1206166314', u'INT_CARRY_-1206166309'), (u'INT_2COMP_-1206166438', u'INT_AND_-1206166424'), ('const-4', u'PTRADD_-1206166011'), ('const-4', u'PTRADD_-1206166174'), (u'COPY_-1206166239', u'MULTIEQUAL_-1206166210'), ('const-1', u'PTRADD_-1206166031'), (u'COPY_-1206166775', u'MULTIEQUAL_-1206166188'), ('const-4', u'INT_MULT_-1206166549'), ('tmp_1539', u'COPY_-1206166237'), (u'LOAD_-1206166591', u'INT_CARRY_-1206166516'), (u'LOAD_-1206166570', u'INT_AND_-1206166424'), (u'INT_ADD_-1206166526', u'CAST_-1206166128'), ('tmp_1540', u'PTRADD_-1206166023'), (u'INT_AND_-1206166370', u'INT_CARRY_-1206166365'), ('const-2', u'PTRADD_-1206166035'), ('const-4294967292', u'INT_ADD_-1206166671'), (u'INT_ADD_-1206166340', u'STORE_-1206166175'), (u'LOAD_-1206166542', u'INT_AND_-1206166314'), (u'PTRADD_-1206166060', u'MULTIEQUAL_-1206166188'), ('const-417', u'LOAD_-1206166591'), (u'MULTIEQUAL_-1206166192', u'LOAD_-1206166536'), (u'COPY_-1206166662', u'MULTIEQUAL_-1206166191'), (u'INT_ADD_-1206166225', u'MULTIEQUAL_-1206166209'), ('tmp_1540', u'PTRADD_-1206166031'), (u'INT_MULT_-1206166542', u'INT_ADD_-1206166554'), (u'MULTIEQUAL_-1206166185', u'INT_ADD_-1206166340'), ('const-417', u'LOAD_-1206166542'), (u'INT_ADD_-1206166396', u'STORE_-1206166194'), (u'MULTIEQUAL_-1206166209', u'INT_MULT_-1206166549'), ('const-4', u'PTRADD_-1206166060'), ('tmp_1535', u'MULTIEQUAL_-1206166217'), (u'INT_ADD_-1206166396', u'MULTIEQUAL_-1206166186'), (u'LOAD_-1206166536', u'INT_CARRY_-1206166516'), (u'INT_AND_-1206166424', u'INT_ADD_-1206166418'), (u'INT_2COMP_-1206166438', u'INT_AND_-1206166370'), ('const-4', u'PTRADD_-1206166019'), (u'COPY_-1206166700', u'MULTIEQUAL_-1206166186'), (u'MULTIEQUAL_-1206166217', u'INT_ADD_-1206166498'), (u'MULTIEQUAL_-1206166217', u'INT_CARRY_-1206166498'), (u'MULTIEQUAL_-1206166188', u'PTRADD_-1206166060'), ('const-4294967295', u'INT_ADD_-1206166225'), (u'INT_ZEXT_-1206166353', u'INT_ADD_-1206166340'), ('tmp_1531', u'COPY_-1206166775'), (u'INT_ZEXT_-1206166465', u'MULTIEQUAL_-1206166217'), (u'MULTIEQUAL_-1206166191', u'INT_ADD_-1206166418'), (u'INT_ADD_-1206166307', u'MULTIEQUAL_-1206166189'), ('tmp_1533', u'INT_ADD_-1206166725'), ('const-4294967292', u'INT_ADD_-1206166725'), (u'INT_AND_-1206166314', u'INT_ADD_-1206166307'), (u'INT_2COMP_-1206166438', u'INT_AND_-1206166314'), (u'MULTIEQUAL_-1206166192', u'PTRADD_-1206166174'), (u'MULTIEQUAL_-1206166210', u'PTRADD_-1206166168'), ('const-5', u'PTRADD_-1206166011'), (u'MULTIEQUAL_-1206166209', u'INT_MULT_-1206166542'), ('const-417', u'LOAD_-1206166532'), (u'INT_CARRY_-1206166516', u'BOOL_OR_-1206166161'), (u'INT_CARRY_-1206166365', u'INT_ZEXT_-1206166353'), (u'PTRADD_-1206166031', u'STORE_-1206166194'), ('const-417', u'STORE_-1206166175'), (u'PTRADD_-1206166168', u'COPY_-1206166109'), (u'MULTIEQUAL_-1206166189', u'INT_ADD_-1206166307'), ('const-0', u'COPY_-1206166761'), (u'LOAD_-1206166532', u'INT_ADD_-1206166514'), ('tmp_1061', u'CBRANCH_-1206166228'), ('const-417', u'STORE_-1206166212'), ('const-417', u'STORE_-1206166200'), (u'COPY_-1206166761', u'MULTIEQUAL_-1206166185'), (u'INT_ADD_-1206166265', u'STORE_-1206166162'), (u'INT_NOTEQUAL_-1206166230', u'CBRANCH_-1206166228'), (u'INT_AND_-1206166424', u'INT_CARRY_-1206166420'), (u'INT_ADD_-1206166514', u'INT_CARRY_-1206166498'), (u'INT_ADD_-1206166514', u'INT_ADD_-1206166498'), (u'INT_ADD_-1206166363', u'MULTIEQUAL_-1206166190'), (u'COPY_-1206166804', u'MULTIEQUAL_-1206166184'), ('const-0', u'COPY_-1206166732'), ('const-417', u'STORE_-1206166181'), (u'MULTIEQUAL_-1206166186', u'INT_ADD_-1206166396'), ('tmp_1540', u'PTRADD_-1206166011'), (u'CAST_-1206166128', u'LOAD_-1206166542'), (u'MULTIEQUAL_-1206166188', u'STORE_-1206166474'), (u'INT_CARRY_-1206166498', u'BOOL_OR_-1206166161'), ('const-4', u'PTRADD_-1206166168'), ('const-4', u'PTRADD_-1206166023'), (u'INT_ADD_-1206166498', u'STORE_-1206166474'), (u'MULTIEQUAL_-1206166209', u'INT_ADD_-1206166225'), ('const-3', u'PTRADD_-1206166019'), (u'INT_ADD_-1206166265', u'MULTIEQUAL_-1206166184'), (u'PTRADD_-1206166174', u'COPY_-1206166107'), (u'MULTIEQUAL_-1206166184', u'INT_ADD_-1206166265'), (u'INT_ADD_-1206166725', u'INT_ADD_-1206166554'), ('const-1', u'PTRADD_-1206166174'), ('const-417', u'LOAD_-1206166570'), (u'INT_CARRY_-1206166420', u'INT_ZEXT_-1206166409'), ('tmp_1536', u'INT_ADD_-1206166671'), (u'COPY_-1206166107', u'MULTIEQUAL_-1206166192'), (u'INT_AND_-1206166370', u'INT_ADD_-1206166363'), ('tmp_1540', u'PTRADD_-1206166035'), ('const-4', u'PTRADD_-1206166031'), (u'INT_MULT_-1206166514', u'INT_ADD_-1206166526'), ('tmp_1540', u'STORE_-1206166212'), (u'PTRADD_-1206166019', u'STORE_-1206166175'), (u'COPY_-1206166732', u'MULTIEQUAL_-1206166190'), ('const-4', u'PTRADD_-1206166035'), ('const-417', u'LOAD_-1206166536'), (u'INT_ZEXT_-1206166465', u'INT_2COMP_-1206166438'), (u'INT_ADD_-1206166656', u'INT_ADD_-1206166526'), ('const-1', u'PTRADD_-1206166168'), (u'MULTIEQUAL_-1206166209', u'INT_MULT_-1206166514'), (u'MULTIEQUAL_-1206166192', u'LOAD_-1206166532'), ('tmp_1540', u'PTRADD_-1206166019'), ('const-4294967292', u'INT_ADD_-1206166656'), ('const-0', u'RETURN_-1206166117'), (u'INT_ADD_-1206166561', u'CAST_-1206166148'), (u'INT_ADD_-1206166307', u'STORE_-1206166181'), (u'LOAD_-1206166577', u'INT_AND_-1206166370'), (u'MULTIEQUAL_-1206166190', u'INT_ADD_-1206166363'), (u'INT_ADD_-1206166363', u'STORE_-1206166200'), (u'INT_ADD_-1206166554', u'CAST_-1206166144'), (u'BOOL_OR_-1206166161', u'INT_ZEXT_-1206166465'), ('tmp_1537', u'INT_ADD_-1206166656'), (u'COPY_-1206166793', u'MULTIEQUAL_-1206166189'), ('const-0', u'COPY_-1206166793'), (u'CAST_-1206166148', u'LOAD_-1206166577'), (u'INT_ADD_-1206166418', u'STORE_-1206166212'), (u'PTRADD_-1206166011', u'STORE_-1206166162')]
null
null
00045ac0
x86
O3
(translation_unit "void __gmpn_add_err3_n(int *param_1,uint *param_2,uint *param_3,uint *param_4,int param_5,\n int param_6,int param_7,int param_8,uint param_9)\n\n{\n uint uVar1;\n uint uVar2;\n int iVar3;\n uint uVar4;\n uint uVar5;\n bool bVar6;\n uint local_3c;\n uint local_38;\n uint local_34;\n int *local_30;\n uint local_28;\n uint local_24;\n uint local_20;\n \n local_20 = 0;\n local_34 = 0;\n local_30 = param_1;\n local_24 = 0;\n local_38 = 0;\n local_28 = 0;\n local_3c = 0;\n do {\n uVar1 = *(uint *)(param_6 + -4 + param_8 * 4);\n uVar4 = *(uint *)(param_5 + -4 + param_8 * 4);\n uVar5 = *(uint *)(param_7 + -4 + param_8 * 4);\n uVar2 = *param_3 + *param_2;\n iVar3 = uVar2 + param_9;\n param_9 = (uint)(CARRY4(uVar2,param_9) || CARRY4(*param_3,*param_2));\n *local_30 = iVar3;\n uVar2 = -param_9;\n uVar4 = uVar4 & uVar2;\n bVar6 = CARRY4(uVar4,local_3c);\n local_3c = uVar4 + local_3c;\n local_28 = local_28 + bVar6;\n uVar1 = uVar1 & uVar2;\n bVar6 = CARRY4(uVar1,local_38);\n local_38 = uVar1 + local_38;\n local_24 = local_24 + bVar6;\n uVar5 = uVar5 & uVar2;\n bVar6 = CARRY4(uVar5,local_34);\n local_34 = uVar5 + local_34;\n local_20 = local_20 + bVar6;\n local_30 = local_30 + 1;\n param_8 = param_8 + -1;\n param_3 = param_3 + 1;\n param_2 = param_2 + 1;\n } while (param_8 != 0);\n *param_4 = local_3c;\n param_4[2] = local_38;\n param_4[1] = local_28;\n param_4[4] = local_34;\n param_4[3] = local_24;\n param_4[5] = local_20;\n return;\n}\n\n" (function_definition "void __gmpn_add_err3_n(int *param_1,uint *param_2,uint *param_3,uint *param_4,int param_5,\n int param_6,int param_7,int param_8,uint param_9)\n\n{\n uint uVar1;\n uint uVar2;\n int iVar3;\n uint uVar4;\n uint uVar5;\n bool bVar6;\n uint local_3c;\n uint local_38;\n uint local_34;\n int *local_30;\n uint local_28;\n uint local_24;\n uint local_20;\n \n local_20 = 0;\n local_34 = 0;\n local_30 = param_1;\n local_24 = 0;\n local_38 = 0;\n local_28 = 0;\n local_3c = 0;\n do {\n uVar1 = *(uint *)(param_6 + -4 + param_8 * 4);\n uVar4 = *(uint *)(param_5 + -4 + param_8 * 4);\n uVar5 = *(uint *)(param_7 + -4 + param_8 * 4);\n uVar2 = *param_3 + *param_2;\n iVar3 = uVar2 + param_9;\n param_9 = (uint)(CARRY4(uVar2,param_9) || CARRY4(*param_3,*param_2));\n *local_30 = iVar3;\n uVar2 = -param_9;\n uVar4 = uVar4 & uVar2;\n bVar6 = CARRY4(uVar4,local_3c);\n local_3c = uVar4 + local_3c;\n local_28 = local_28 + bVar6;\n uVar1 = uVar1 & uVar2;\n bVar6 = CARRY4(uVar1,local_38);\n local_38 = uVar1 + local_38;\n local_24 = local_24 + bVar6;\n uVar5 = uVar5 & uVar2;\n bVar6 = CARRY4(uVar5,local_34);\n local_34 = uVar5 + local_34;\n local_20 = local_20 + bVar6;\n local_30 = local_30 + 1;\n param_8 = param_8 + -1;\n param_3 = param_3 + 1;\n param_2 = param_2 + 1;\n } while (param_8 != 0);\n *param_4 = local_3c;\n param_4[2] = local_38;\n param_4[1] = local_28;\n param_4[4] = local_34;\n param_4[3] = local_24;\n param_4[5] = local_20;\n return;\n}" primitive_type (function_declarator "__gmpn_add_err3_n(int *param_1,uint *param_2,uint *param_3,uint *param_4,int param_5,\n int param_6,int param_7,int param_8,uint param_9)" identifier (parameter_list "(int *param_1,uint *param_2,uint *param_3,uint *param_4,int param_5,\n int param_6,int param_7,int param_8,uint param_9)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "uint *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "uint *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "uint *param_4" type_identifier (pointer_declarator "*param_4" * identifier)) , (parameter_declaration "int param_5" primitive_type identifier) , (parameter_declaration "int param_6" primitive_type identifier) , (parameter_declaration "int param_7" primitive_type identifier) , (parameter_declaration "int param_8" primitive_type identifier) , (parameter_declaration "uint param_9" type_identifier identifier) ))) (compound_statement "{\n uint uVar1;\n uint uVar2;\n int iVar3;\n uint uVar4;\n uint uVar5;\n bool bVar6;\n uint local_3c;\n uint local_38;\n uint local_34;\n int *local_30;\n uint local_28;\n uint local_24;\n uint local_20;\n \n local_20 = 0;\n local_34 = 0;\n local_30 = param_1;\n local_24 = 0;\n local_38 = 0;\n local_28 = 0;\n local_3c = 0;\n do {\n uVar1 = *(uint *)(param_6 + -4 + param_8 * 4);\n uVar4 = *(uint *)(param_5 + -4 + param_8 * 4);\n uVar5 = *(uint *)(param_7 + -4 + param_8 * 4);\n uVar2 = *param_3 + *param_2;\n iVar3 = uVar2 + param_9;\n param_9 = (uint)(CARRY4(uVar2,param_9) || CARRY4(*param_3,*param_2));\n *local_30 = iVar3;\n uVar2 = -param_9;\n uVar4 = uVar4 & uVar2;\n bVar6 = CARRY4(uVar4,local_3c);\n local_3c = uVar4 + local_3c;\n local_28 = local_28 + bVar6;\n uVar1 = uVar1 & uVar2;\n bVar6 = CARRY4(uVar1,local_38);\n local_38 = uVar1 + local_38;\n local_24 = local_24 + bVar6;\n uVar5 = uVar5 & uVar2;\n bVar6 = CARRY4(uVar5,local_34);\n local_34 = uVar5 + local_34;\n local_20 = local_20 + bVar6;\n local_30 = local_30 + 1;\n param_8 = param_8 + -1;\n param_3 = param_3 + 1;\n param_2 = param_2 + 1;\n } while (param_8 != 0);\n *param_4 = local_3c;\n param_4[2] = local_38;\n param_4[1] = local_28;\n param_4[4] = local_34;\n param_4[3] = local_24;\n param_4[5] = local_20;\n return;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "uint uVar4;" type_identifier identifier ;) (declaration "uint uVar5;" type_identifier identifier ;) (declaration "bool bVar6;" primitive_type identifier ;) (declaration "uint local_3c;" type_identifier identifier ;) (declaration "uint local_38;" type_identifier identifier ;) (declaration "uint local_34;" type_identifier identifier ;) (declaration "int *local_30;" primitive_type (pointer_declarator "*local_30" * identifier) ;) (declaration "uint local_28;" type_identifier identifier ;) (declaration "uint local_24;" type_identifier identifier ;) (declaration "uint local_20;" type_identifier identifier ;) (expression_statement "local_20 = 0;" (assignment_expression "local_20 = 0" identifier = number_literal) ;) (expression_statement "local_34 = 0;" (assignment_expression "local_34 = 0" identifier = number_literal) ;) (expression_statement "local_30 = param_1;" (assignment_expression "local_30 = param_1" identifier = identifier) ;) (expression_statement "local_24 = 0;" (assignment_expression "local_24 = 0" identifier = number_literal) ;) (expression_statement "local_38 = 0;" (assignment_expression "local_38 = 0" identifier = number_literal) ;) (expression_statement "local_28 = 0;" (assignment_expression "local_28 = 0" identifier = number_literal) ;) (expression_statement "local_3c = 0;" (assignment_expression "local_3c = 0" identifier = number_literal) ;) (do_statement "do {\n uVar1 = *(uint *)(param_6 + -4 + param_8 * 4);\n uVar4 = *(uint *)(param_5 + -4 + param_8 * 4);\n uVar5 = *(uint *)(param_7 + -4 + param_8 * 4);\n uVar2 = *param_3 + *param_2;\n iVar3 = uVar2 + param_9;\n param_9 = (uint)(CARRY4(uVar2,param_9) || CARRY4(*param_3,*param_2));\n *local_30 = iVar3;\n uVar2 = -param_9;\n uVar4 = uVar4 & uVar2;\n bVar6 = CARRY4(uVar4,local_3c);\n local_3c = uVar4 + local_3c;\n local_28 = local_28 + bVar6;\n uVar1 = uVar1 & uVar2;\n bVar6 = CARRY4(uVar1,local_38);\n local_38 = uVar1 + local_38;\n local_24 = local_24 + bVar6;\n uVar5 = uVar5 & uVar2;\n bVar6 = CARRY4(uVar5,local_34);\n local_34 = uVar5 + local_34;\n local_20 = local_20 + bVar6;\n local_30 = local_30 + 1;\n param_8 = param_8 + -1;\n param_3 = param_3 + 1;\n param_2 = param_2 + 1;\n } while (param_8 != 0);" do (compound_statement "{\n uVar1 = *(uint *)(param_6 + -4 + param_8 * 4);\n uVar4 = *(uint *)(param_5 + -4 + param_8 * 4);\n uVar5 = *(uint *)(param_7 + -4 + param_8 * 4);\n uVar2 = *param_3 + *param_2;\n iVar3 = uVar2 + param_9;\n param_9 = (uint)(CARRY4(uVar2,param_9) || CARRY4(*param_3,*param_2));\n *local_30 = iVar3;\n uVar2 = -param_9;\n uVar4 = uVar4 & uVar2;\n bVar6 = CARRY4(uVar4,local_3c);\n local_3c = uVar4 + local_3c;\n local_28 = local_28 + bVar6;\n uVar1 = uVar1 & uVar2;\n bVar6 = CARRY4(uVar1,local_38);\n local_38 = uVar1 + local_38;\n local_24 = local_24 + bVar6;\n uVar5 = uVar5 & uVar2;\n bVar6 = CARRY4(uVar5,local_34);\n local_34 = uVar5 + local_34;\n local_20 = local_20 + bVar6;\n local_30 = local_30 + 1;\n param_8 = param_8 + -1;\n param_3 = param_3 + 1;\n param_2 = param_2 + 1;\n }" { (expression_statement "uVar1 = *(uint *)(param_6 + -4 + param_8 * 4);" (assignment_expression "uVar1 = *(uint *)(param_6 + -4 + param_8 * 4)" identifier = (pointer_expression "*(uint *)(param_6 + -4 + param_8 * 4)" * (cast_expression "(uint *)(param_6 + -4 + param_8 * 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_6 + -4 + param_8 * 4)" ( (binary_expression "param_6 + -4 + param_8 * 4" (binary_expression "param_6 + -4" identifier + number_literal) + (binary_expression "param_8 * 4" identifier * number_literal)) ))))) ;) (expression_statement "uVar4 = *(uint *)(param_5 + -4 + param_8 * 4);" (assignment_expression "uVar4 = *(uint *)(param_5 + -4 + param_8 * 4)" identifier = (pointer_expression "*(uint *)(param_5 + -4 + param_8 * 4)" * (cast_expression "(uint *)(param_5 + -4 + param_8 * 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_5 + -4 + param_8 * 4)" ( (binary_expression "param_5 + -4 + param_8 * 4" (binary_expression "param_5 + -4" identifier + number_literal) + (binary_expression "param_8 * 4" identifier * number_literal)) ))))) ;) (expression_statement "uVar5 = *(uint *)(param_7 + -4 + param_8 * 4);" (assignment_expression "uVar5 = *(uint *)(param_7 + -4 + param_8 * 4)" identifier = (pointer_expression "*(uint *)(param_7 + -4 + param_8 * 4)" * (cast_expression "(uint *)(param_7 + -4 + param_8 * 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_7 + -4 + param_8 * 4)" ( (binary_expression "param_7 + -4 + param_8 * 4" (binary_expression "param_7 + -4" identifier + number_literal) + (binary_expression "param_8 * 4" identifier * number_literal)) ))))) ;) (expression_statement "uVar2 = *param_3 + *param_2;" (assignment_expression "uVar2 = *param_3 + *param_2" identifier = (binary_expression "*param_3 + *param_2" (pointer_expression "*param_3" * identifier) + (pointer_expression "*param_2" * identifier))) ;) (expression_statement "iVar3 = uVar2 + param_9;" (assignment_expression "iVar3 = uVar2 + param_9" identifier = (binary_expression "uVar2 + param_9" identifier + identifier)) ;) (expression_statement "param_9 = (uint)(CARRY4(uVar2,param_9) || CARRY4(*param_3,*param_2));" (assignment_expression "param_9 = (uint)(CARRY4(uVar2,param_9) || CARRY4(*param_3,*param_2))" identifier = (call_expression "(uint)(CARRY4(uVar2,param_9) || CARRY4(*param_3,*param_2))" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(CARRY4(uVar2,param_9) || CARRY4(*param_3,*param_2))" ( (binary_expression "CARRY4(uVar2,param_9) || CARRY4(*param_3,*param_2)" (call_expression "CARRY4(uVar2,param_9)" identifier (argument_list "(uVar2,param_9)" ( identifier , identifier ))) || (call_expression "CARRY4(*param_3,*param_2)" identifier (argument_list "(*param_3,*param_2)" ( (pointer_expression "*param_3" * identifier) , (pointer_expression "*param_2" * identifier) )))) )))) ;) (expression_statement "*local_30 = iVar3;" (assignment_expression "*local_30 = iVar3" (pointer_expression "*local_30" * identifier) = identifier) ;) (expression_statement "uVar2 = -param_9;" (assignment_expression "uVar2 = -param_9" identifier = (unary_expression "-param_9" - identifier)) ;) (expression_statement "uVar4 = uVar4 & uVar2;" (assignment_expression "uVar4 = uVar4 & uVar2" identifier = (binary_expression "uVar4 & uVar2" identifier & identifier)) ;) (expression_statement "bVar6 = CARRY4(uVar4,local_3c);" (assignment_expression "bVar6 = CARRY4(uVar4,local_3c)" identifier = (call_expression "CARRY4(uVar4,local_3c)" identifier (argument_list "(uVar4,local_3c)" ( identifier , identifier )))) ;) (expression_statement "local_3c = uVar4 + local_3c;" (assignment_expression "local_3c = uVar4 + local_3c" identifier = (binary_expression "uVar4 + local_3c" identifier + identifier)) ;) (expression_statement "local_28 = local_28 + bVar6;" (assignment_expression "local_28 = local_28 + bVar6" identifier = (binary_expression "local_28 + bVar6" identifier + identifier)) ;) (expression_statement "uVar1 = uVar1 & uVar2;" (assignment_expression "uVar1 = uVar1 & uVar2" identifier = (binary_expression "uVar1 & uVar2" identifier & identifier)) ;) (expression_statement "bVar6 = CARRY4(uVar1,local_38);" (assignment_expression "bVar6 = CARRY4(uVar1,local_38)" identifier = (call_expression "CARRY4(uVar1,local_38)" identifier (argument_list "(uVar1,local_38)" ( identifier , identifier )))) ;) (expression_statement "local_38 = uVar1 + local_38;" (assignment_expression "local_38 = uVar1 + local_38" identifier = (binary_expression "uVar1 + local_38" identifier + identifier)) ;) (expression_statement "local_24 = local_24 + bVar6;" (assignment_expression "local_24 = local_24 + bVar6" identifier = (binary_expression "local_24 + bVar6" identifier + identifier)) ;) (expression_statement "uVar5 = uVar5 & uVar2;" (assignment_expression "uVar5 = uVar5 & uVar2" identifier = (binary_expression "uVar5 & uVar2" identifier & identifier)) ;) (expression_statement "bVar6 = CARRY4(uVar5,local_34);" (assignment_expression "bVar6 = CARRY4(uVar5,local_34)" identifier = (call_expression "CARRY4(uVar5,local_34)" identifier (argument_list "(uVar5,local_34)" ( identifier , identifier )))) ;) (expression_statement "local_34 = uVar5 + local_34;" (assignment_expression "local_34 = uVar5 + local_34" identifier = (binary_expression "uVar5 + local_34" identifier + identifier)) ;) (expression_statement "local_20 = local_20 + bVar6;" (assignment_expression "local_20 = local_20 + bVar6" identifier = (binary_expression "local_20 + bVar6" identifier + identifier)) ;) (expression_statement "local_30 = local_30 + 1;" (assignment_expression "local_30 = local_30 + 1" identifier = (binary_expression "local_30 + 1" identifier + number_literal)) ;) (expression_statement "param_8 = param_8 + -1;" (assignment_expression "param_8 = param_8 + -1" identifier = (binary_expression "param_8 + -1" identifier + number_literal)) ;) (expression_statement "param_3 = param_3 + 1;" (assignment_expression "param_3 = param_3 + 1" identifier = (binary_expression "param_3 + 1" identifier + number_literal)) ;) (expression_statement "param_2 = param_2 + 1;" (assignment_expression "param_2 = param_2 + 1" identifier = (binary_expression "param_2 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(param_8 != 0)" ( (binary_expression "param_8 != 0" identifier != number_literal) )) ;) (expression_statement "*param_4 = local_3c;" (assignment_expression "*param_4 = local_3c" (pointer_expression "*param_4" * identifier) = identifier) ;) (expression_statement "param_4[2] = local_38;" (assignment_expression "param_4[2] = local_38" (subscript_expression "param_4[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_4[1] = local_28;" (assignment_expression "param_4[1] = local_28" (subscript_expression "param_4[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_4[4] = local_34;" (assignment_expression "param_4[4] = local_34" (subscript_expression "param_4[4]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_4[3] = local_24;" (assignment_expression "param_4[3] = local_24" (subscript_expression "param_4[3]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_4[5] = local_20;" (assignment_expression "param_4[5] = local_20" (subscript_expression "param_4[5]" identifier [ number_literal ]) = identifier) ;) (return_statement "return;" return ;) })))
(translation_unit "mp_limb_t __gmpn_add_err3_n(mp_ptr rp,mp_srcptr up,mp_srcptr vp,mp_ptr ep,mp_srcptr yp1,\n mp_srcptr yp2,mp_srcptr yp3,mp_size_t n,mp_limb_t cy)\n\n{\n uint uVar1;\n uint uVar2;\n uint uVar3;\n uint uVar4;\n mp_limb_t mVar5;\n bool bVar6;\n uint local_3c;\n uint local_38;\n uint local_34;\n mp_ptr local_30;\n mp_limb_t local_28;\n mp_limb_t local_24;\n mp_limb_t local_20;\n \n local_20 = 0;\n local_34 = 0;\n local_30 = rp;\n local_24 = 0;\n local_38 = 0;\n local_28 = 0;\n local_3c = 0;\n do {\n uVar1 = yp2[n + -1];\n uVar2 = yp1[n + -1];\n uVar3 = yp3[n + -1];\n uVar4 = *vp + *up;\n mVar5 = uVar4 + cy;\n cy = (mp_limb_t)(CARRY4(uVar4,cy) || CARRY4(*vp,*up));\n *local_30 = mVar5;\n uVar4 = -cy;\n bVar6 = CARRY4(uVar2 & uVar4,local_3c);\n local_3c = (uVar2 & uVar4) + local_3c;\n local_28 = local_28 + bVar6;\n bVar6 = CARRY4(uVar1 & uVar4,local_38);\n local_38 = (uVar1 & uVar4) + local_38;\n local_24 = local_24 + bVar6;\n bVar6 = CARRY4(uVar3 & uVar4,local_34);\n local_34 = (uVar3 & uVar4) + local_34;\n local_20 = local_20 + bVar6;\n local_30 = local_30 + 1;\n n = n + -1;\n vp = vp + 1;\n up = up + 1;\n } while (n != 0);\n *ep = local_3c;\n ep[2] = local_38;\n ep[1] = local_28;\n ep[4] = local_34;\n ep[3] = local_24;\n ep[5] = local_20;\n return cy;\n}\n\n" (function_definition "mp_limb_t __gmpn_add_err3_n(mp_ptr rp,mp_srcptr up,mp_srcptr vp,mp_ptr ep,mp_srcptr yp1,\n mp_srcptr yp2,mp_srcptr yp3,mp_size_t n,mp_limb_t cy)\n\n{\n uint uVar1;\n uint uVar2;\n uint uVar3;\n uint uVar4;\n mp_limb_t mVar5;\n bool bVar6;\n uint local_3c;\n uint local_38;\n uint local_34;\n mp_ptr local_30;\n mp_limb_t local_28;\n mp_limb_t local_24;\n mp_limb_t local_20;\n \n local_20 = 0;\n local_34 = 0;\n local_30 = rp;\n local_24 = 0;\n local_38 = 0;\n local_28 = 0;\n local_3c = 0;\n do {\n uVar1 = yp2[n + -1];\n uVar2 = yp1[n + -1];\n uVar3 = yp3[n + -1];\n uVar4 = *vp + *up;\n mVar5 = uVar4 + cy;\n cy = (mp_limb_t)(CARRY4(uVar4,cy) || CARRY4(*vp,*up));\n *local_30 = mVar5;\n uVar4 = -cy;\n bVar6 = CARRY4(uVar2 & uVar4,local_3c);\n local_3c = (uVar2 & uVar4) + local_3c;\n local_28 = local_28 + bVar6;\n bVar6 = CARRY4(uVar1 & uVar4,local_38);\n local_38 = (uVar1 & uVar4) + local_38;\n local_24 = local_24 + bVar6;\n bVar6 = CARRY4(uVar3 & uVar4,local_34);\n local_34 = (uVar3 & uVar4) + local_34;\n local_20 = local_20 + bVar6;\n local_30 = local_30 + 1;\n n = n + -1;\n vp = vp + 1;\n up = up + 1;\n } while (n != 0);\n *ep = local_3c;\n ep[2] = local_38;\n ep[1] = local_28;\n ep[4] = local_34;\n ep[3] = local_24;\n ep[5] = local_20;\n return cy;\n}" type_identifier (function_declarator "__gmpn_add_err3_n(mp_ptr rp,mp_srcptr up,mp_srcptr vp,mp_ptr ep,mp_srcptr yp1,\n mp_srcptr yp2,mp_srcptr yp3,mp_size_t n,mp_limb_t cy)" identifier (parameter_list "(mp_ptr rp,mp_srcptr up,mp_srcptr vp,mp_ptr ep,mp_srcptr yp1,\n mp_srcptr yp2,mp_srcptr yp3,mp_size_t n,mp_limb_t cy)" ( (parameter_declaration "mp_ptr rp" type_identifier identifier) , (parameter_declaration "mp_srcptr up" type_identifier identifier) , (parameter_declaration "mp_srcptr vp" type_identifier identifier) , (parameter_declaration "mp_ptr ep" type_identifier identifier) , (parameter_declaration "mp_srcptr yp1" type_identifier identifier) , (parameter_declaration "mp_srcptr yp2" type_identifier identifier) , (parameter_declaration "mp_srcptr yp3" type_identifier identifier) , (parameter_declaration "mp_size_t n" type_identifier identifier) , (parameter_declaration "mp_limb_t cy" type_identifier identifier) ))) (compound_statement "{\n uint uVar1;\n uint uVar2;\n uint uVar3;\n uint uVar4;\n mp_limb_t mVar5;\n bool bVar6;\n uint local_3c;\n uint local_38;\n uint local_34;\n mp_ptr local_30;\n mp_limb_t local_28;\n mp_limb_t local_24;\n mp_limb_t local_20;\n \n local_20 = 0;\n local_34 = 0;\n local_30 = rp;\n local_24 = 0;\n local_38 = 0;\n local_28 = 0;\n local_3c = 0;\n do {\n uVar1 = yp2[n + -1];\n uVar2 = yp1[n + -1];\n uVar3 = yp3[n + -1];\n uVar4 = *vp + *up;\n mVar5 = uVar4 + cy;\n cy = (mp_limb_t)(CARRY4(uVar4,cy) || CARRY4(*vp,*up));\n *local_30 = mVar5;\n uVar4 = -cy;\n bVar6 = CARRY4(uVar2 & uVar4,local_3c);\n local_3c = (uVar2 & uVar4) + local_3c;\n local_28 = local_28 + bVar6;\n bVar6 = CARRY4(uVar1 & uVar4,local_38);\n local_38 = (uVar1 & uVar4) + local_38;\n local_24 = local_24 + bVar6;\n bVar6 = CARRY4(uVar3 & uVar4,local_34);\n local_34 = (uVar3 & uVar4) + local_34;\n local_20 = local_20 + bVar6;\n local_30 = local_30 + 1;\n n = n + -1;\n vp = vp + 1;\n up = up + 1;\n } while (n != 0);\n *ep = local_3c;\n ep[2] = local_38;\n ep[1] = local_28;\n ep[4] = local_34;\n ep[3] = local_24;\n ep[5] = local_20;\n return cy;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "uint uVar3;" type_identifier identifier ;) (declaration "uint uVar4;" type_identifier identifier ;) (declaration "mp_limb_t mVar5;" type_identifier identifier ;) (declaration "bool bVar6;" primitive_type identifier ;) (declaration "uint local_3c;" type_identifier identifier ;) (declaration "uint local_38;" type_identifier identifier ;) (declaration "uint local_34;" type_identifier identifier ;) (declaration "mp_ptr local_30;" type_identifier identifier ;) (declaration "mp_limb_t local_28;" type_identifier identifier ;) (declaration "mp_limb_t local_24;" type_identifier identifier ;) (declaration "mp_limb_t local_20;" type_identifier identifier ;) (expression_statement "local_20 = 0;" (assignment_expression "local_20 = 0" identifier = number_literal) ;) (expression_statement "local_34 = 0;" (assignment_expression "local_34 = 0" identifier = number_literal) ;) (expression_statement "local_30 = rp;" (assignment_expression "local_30 = rp" identifier = identifier) ;) (expression_statement "local_24 = 0;" (assignment_expression "local_24 = 0" identifier = number_literal) ;) (expression_statement "local_38 = 0;" (assignment_expression "local_38 = 0" identifier = number_literal) ;) (expression_statement "local_28 = 0;" (assignment_expression "local_28 = 0" identifier = number_literal) ;) (expression_statement "local_3c = 0;" (assignment_expression "local_3c = 0" identifier = number_literal) ;) (do_statement "do {\n uVar1 = yp2[n + -1];\n uVar2 = yp1[n + -1];\n uVar3 = yp3[n + -1];\n uVar4 = *vp + *up;\n mVar5 = uVar4 + cy;\n cy = (mp_limb_t)(CARRY4(uVar4,cy) || CARRY4(*vp,*up));\n *local_30 = mVar5;\n uVar4 = -cy;\n bVar6 = CARRY4(uVar2 & uVar4,local_3c);\n local_3c = (uVar2 & uVar4) + local_3c;\n local_28 = local_28 + bVar6;\n bVar6 = CARRY4(uVar1 & uVar4,local_38);\n local_38 = (uVar1 & uVar4) + local_38;\n local_24 = local_24 + bVar6;\n bVar6 = CARRY4(uVar3 & uVar4,local_34);\n local_34 = (uVar3 & uVar4) + local_34;\n local_20 = local_20 + bVar6;\n local_30 = local_30 + 1;\n n = n + -1;\n vp = vp + 1;\n up = up + 1;\n } while (n != 0);" do (compound_statement "{\n uVar1 = yp2[n + -1];\n uVar2 = yp1[n + -1];\n uVar3 = yp3[n + -1];\n uVar4 = *vp + *up;\n mVar5 = uVar4 + cy;\n cy = (mp_limb_t)(CARRY4(uVar4,cy) || CARRY4(*vp,*up));\n *local_30 = mVar5;\n uVar4 = -cy;\n bVar6 = CARRY4(uVar2 & uVar4,local_3c);\n local_3c = (uVar2 & uVar4) + local_3c;\n local_28 = local_28 + bVar6;\n bVar6 = CARRY4(uVar1 & uVar4,local_38);\n local_38 = (uVar1 & uVar4) + local_38;\n local_24 = local_24 + bVar6;\n bVar6 = CARRY4(uVar3 & uVar4,local_34);\n local_34 = (uVar3 & uVar4) + local_34;\n local_20 = local_20 + bVar6;\n local_30 = local_30 + 1;\n n = n + -1;\n vp = vp + 1;\n up = up + 1;\n }" { (expression_statement "uVar1 = yp2[n + -1];" (assignment_expression "uVar1 = yp2[n + -1]" identifier = (subscript_expression "yp2[n + -1]" identifier [ (binary_expression "n + -1" identifier + number_literal) ])) ;) (expression_statement "uVar2 = yp1[n + -1];" (assignment_expression "uVar2 = yp1[n + -1]" identifier = (subscript_expression "yp1[n + -1]" identifier [ (binary_expression "n + -1" identifier + number_literal) ])) ;) (expression_statement "uVar3 = yp3[n + -1];" (assignment_expression "uVar3 = yp3[n + -1]" identifier = (subscript_expression "yp3[n + -1]" identifier [ (binary_expression "n + -1" identifier + number_literal) ])) ;) (expression_statement "uVar4 = *vp + *up;" (assignment_expression "uVar4 = *vp + *up" identifier = (binary_expression "*vp + *up" (pointer_expression "*vp" * identifier) + (pointer_expression "*up" * identifier))) ;) (expression_statement "mVar5 = uVar4 + cy;" (assignment_expression "mVar5 = uVar4 + cy" identifier = (binary_expression "uVar4 + cy" identifier + identifier)) ;) (expression_statement "cy = (mp_limb_t)(CARRY4(uVar4,cy) || CARRY4(*vp,*up));" (assignment_expression "cy = (mp_limb_t)(CARRY4(uVar4,cy) || CARRY4(*vp,*up))" identifier = (call_expression "(mp_limb_t)(CARRY4(uVar4,cy) || CARRY4(*vp,*up))" (parenthesized_expression "(mp_limb_t)" ( identifier )) (argument_list "(CARRY4(uVar4,cy) || CARRY4(*vp,*up))" ( (binary_expression "CARRY4(uVar4,cy) || CARRY4(*vp,*up)" (call_expression "CARRY4(uVar4,cy)" identifier (argument_list "(uVar4,cy)" ( identifier , identifier ))) || (call_expression "CARRY4(*vp,*up)" identifier (argument_list "(*vp,*up)" ( (pointer_expression "*vp" * identifier) , (pointer_expression "*up" * identifier) )))) )))) ;) (expression_statement "*local_30 = mVar5;" (assignment_expression "*local_30 = mVar5" (pointer_expression "*local_30" * identifier) = identifier) ;) (expression_statement "uVar4 = -cy;" (assignment_expression "uVar4 = -cy" identifier = (unary_expression "-cy" - identifier)) ;) (expression_statement "bVar6 = CARRY4(uVar2 & uVar4,local_3c);" (assignment_expression "bVar6 = CARRY4(uVar2 & uVar4,local_3c)" identifier = (call_expression "CARRY4(uVar2 & uVar4,local_3c)" identifier (argument_list "(uVar2 & uVar4,local_3c)" ( (binary_expression "uVar2 & uVar4" identifier & identifier) , identifier )))) ;) (expression_statement "local_3c = (uVar2 & uVar4) + local_3c;" (assignment_expression "local_3c = (uVar2 & uVar4) + local_3c" identifier = (binary_expression "(uVar2 & uVar4) + local_3c" (parenthesized_expression "(uVar2 & uVar4)" ( (binary_expression "uVar2 & uVar4" identifier & identifier) )) + identifier)) ;) (expression_statement "local_28 = local_28 + bVar6;" (assignment_expression "local_28 = local_28 + bVar6" identifier = (binary_expression "local_28 + bVar6" identifier + identifier)) ;) (expression_statement "bVar6 = CARRY4(uVar1 & uVar4,local_38);" (assignment_expression "bVar6 = CARRY4(uVar1 & uVar4,local_38)" identifier = (call_expression "CARRY4(uVar1 & uVar4,local_38)" identifier (argument_list "(uVar1 & uVar4,local_38)" ( (binary_expression "uVar1 & uVar4" identifier & identifier) , identifier )))) ;) (expression_statement "local_38 = (uVar1 & uVar4) + local_38;" (assignment_expression "local_38 = (uVar1 & uVar4) + local_38" identifier = (binary_expression "(uVar1 & uVar4) + local_38" (parenthesized_expression "(uVar1 & uVar4)" ( (binary_expression "uVar1 & uVar4" identifier & identifier) )) + identifier)) ;) (expression_statement "local_24 = local_24 + bVar6;" (assignment_expression "local_24 = local_24 + bVar6" identifier = (binary_expression "local_24 + bVar6" identifier + identifier)) ;) (expression_statement "bVar6 = CARRY4(uVar3 & uVar4,local_34);" (assignment_expression "bVar6 = CARRY4(uVar3 & uVar4,local_34)" identifier = (call_expression "CARRY4(uVar3 & uVar4,local_34)" identifier (argument_list "(uVar3 & uVar4,local_34)" ( (binary_expression "uVar3 & uVar4" identifier & identifier) , identifier )))) ;) (expression_statement "local_34 = (uVar3 & uVar4) + local_34;" (assignment_expression "local_34 = (uVar3 & uVar4) + local_34" identifier = (binary_expression "(uVar3 & uVar4) + local_34" (parenthesized_expression "(uVar3 & uVar4)" ( (binary_expression "uVar3 & uVar4" identifier & identifier) )) + identifier)) ;) (expression_statement "local_20 = local_20 + bVar6;" (assignment_expression "local_20 = local_20 + bVar6" identifier = (binary_expression "local_20 + bVar6" identifier + identifier)) ;) (expression_statement "local_30 = local_30 + 1;" (assignment_expression "local_30 = local_30 + 1" identifier = (binary_expression "local_30 + 1" identifier + number_literal)) ;) (expression_statement "n = n + -1;" (assignment_expression "n = n + -1" identifier = (binary_expression "n + -1" identifier + number_literal)) ;) (expression_statement "vp = vp + 1;" (assignment_expression "vp = vp + 1" identifier = (binary_expression "vp + 1" identifier + number_literal)) ;) (expression_statement "up = up + 1;" (assignment_expression "up = up + 1" identifier = (binary_expression "up + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(n != 0)" ( (binary_expression "n != 0" identifier != number_literal) )) ;) (expression_statement "*ep = local_3c;" (assignment_expression "*ep = local_3c" (pointer_expression "*ep" * identifier) = identifier) ;) (expression_statement "ep[2] = local_38;" (assignment_expression "ep[2] = local_38" (subscript_expression "ep[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "ep[1] = local_28;" (assignment_expression "ep[1] = local_28" (subscript_expression "ep[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "ep[4] = local_34;" (assignment_expression "ep[4] = local_34" (subscript_expression "ep[4]" identifier [ number_literal ]) = identifier) ;) (expression_statement "ep[3] = local_24;" (assignment_expression "ep[3] = local_24" (subscript_expression "ep[3]" identifier [ number_literal ]) = identifier) ;) (expression_statement "ep[5] = local_20;" (assignment_expression "ep[5] = local_20" (subscript_expression "ep[5]" identifier [ number_literal ]) = identifier) ;) (return_statement "return cy;" return identifier ;) })))
(translation_unit "void __gmpn_add_err3_n(int *param_1,uint *param_2,uint *param_3,uint *param_4,int param_5,\n int param_6,int param_7,int param_8,uint param_9)\n\n{\n uint uVar1;\n uint uVar2;\n int iVar3;\n uint uVar4;\n uint uVar5;\n bool bVar6;\n uint local_3c;\n uint local_38;\n uint local_34;\n int *local_30;\n uint local_28;\n uint local_24;\n uint local_20;\n \n local_20 = 0;\n local_34 = 0;\n local_30 = param_1;\n local_24 = 0;\n local_38 = 0;\n local_28 = 0;\n local_3c = 0;\n do {\n uVar1 = *(uint *)(param_6 + -4 + param_8 * 4);\n uVar4 = *(uint *)(param_5 + -4 + param_8 * 4);\n uVar5 = *(uint *)(param_7 + -4 + param_8 * 4);\n uVar2 = *param_3 + *param_2;\n iVar3 = uVar2 + param_9;\n param_9 = (uint)(CARRY4(uVar2,param_9) || CARRY4(*param_3,*param_2));\n *local_30 = iVar3;\n uVar2 = -param_9;\n uVar4 = uVar4 & uVar2;\n bVar6 = CARRY4(uVar4,local_3c);\n local_3c = uVar4 + local_3c;\n local_28 = local_28 + bVar6;\n uVar1 = uVar1 & uVar2;\n bVar6 = CARRY4(uVar1,local_38);\n local_38 = uVar1 + local_38;\n local_24 = local_24 + bVar6;\n uVar5 = uVar5 & uVar2;\n bVar6 = CARRY4(uVar5,local_34);\n local_34 = uVar5 + local_34;\n local_20 = local_20 + bVar6;\n local_30 = local_30 + 1;\n param_8 = param_8 + -1;\n param_3 = param_3 + 1;\n param_2 = param_2 + 1;\n } while (param_8 != 0);\n *param_4 = local_3c;\n param_4[2] = local_38;\n param_4[1] = local_28;\n param_4[4] = local_34;\n param_4[3] = local_24;\n param_4[5] = local_20;\n return;\n}\n\n" (function_definition "void __gmpn_add_err3_n(int *param_1,uint *param_2,uint *param_3,uint *param_4,int param_5,\n int param_6,int param_7,int param_8,uint param_9)\n\n{\n uint uVar1;\n uint uVar2;\n int iVar3;\n uint uVar4;\n uint uVar5;\n bool bVar6;\n uint local_3c;\n uint local_38;\n uint local_34;\n int *local_30;\n uint local_28;\n uint local_24;\n uint local_20;\n \n local_20 = 0;\n local_34 = 0;\n local_30 = param_1;\n local_24 = 0;\n local_38 = 0;\n local_28 = 0;\n local_3c = 0;\n do {\n uVar1 = *(uint *)(param_6 + -4 + param_8 * 4);\n uVar4 = *(uint *)(param_5 + -4 + param_8 * 4);\n uVar5 = *(uint *)(param_7 + -4 + param_8 * 4);\n uVar2 = *param_3 + *param_2;\n iVar3 = uVar2 + param_9;\n param_9 = (uint)(CARRY4(uVar2,param_9) || CARRY4(*param_3,*param_2));\n *local_30 = iVar3;\n uVar2 = -param_9;\n uVar4 = uVar4 & uVar2;\n bVar6 = CARRY4(uVar4,local_3c);\n local_3c = uVar4 + local_3c;\n local_28 = local_28 + bVar6;\n uVar1 = uVar1 & uVar2;\n bVar6 = CARRY4(uVar1,local_38);\n local_38 = uVar1 + local_38;\n local_24 = local_24 + bVar6;\n uVar5 = uVar5 & uVar2;\n bVar6 = CARRY4(uVar5,local_34);\n local_34 = uVar5 + local_34;\n local_20 = local_20 + bVar6;\n local_30 = local_30 + 1;\n param_8 = param_8 + -1;\n param_3 = param_3 + 1;\n param_2 = param_2 + 1;\n } while (param_8 != 0);\n *param_4 = local_3c;\n param_4[2] = local_38;\n param_4[1] = local_28;\n param_4[4] = local_34;\n param_4[3] = local_24;\n param_4[5] = local_20;\n return;\n}" primitive_type (function_declarator "__gmpn_add_err3_n(int *param_1,uint *param_2,uint *param_3,uint *param_4,int param_5,\n int param_6,int param_7,int param_8,uint param_9)" identifier (parameter_list "(int *param_1,uint *param_2,uint *param_3,uint *param_4,int param_5,\n int param_6,int param_7,int param_8,uint param_9)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "uint *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "uint *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "uint *param_4" type_identifier (pointer_declarator "*param_4" * identifier)) , (parameter_declaration "int param_5" primitive_type identifier) , (parameter_declaration "int param_6" primitive_type identifier) , (parameter_declaration "int param_7" primitive_type identifier) , (parameter_declaration "int param_8" primitive_type identifier) , (parameter_declaration "uint param_9" type_identifier identifier) ))) (compound_statement "{\n uint uVar1;\n uint uVar2;\n int iVar3;\n uint uVar4;\n uint uVar5;\n bool bVar6;\n uint local_3c;\n uint local_38;\n uint local_34;\n int *local_30;\n uint local_28;\n uint local_24;\n uint local_20;\n \n local_20 = 0;\n local_34 = 0;\n local_30 = param_1;\n local_24 = 0;\n local_38 = 0;\n local_28 = 0;\n local_3c = 0;\n do {\n uVar1 = *(uint *)(param_6 + -4 + param_8 * 4);\n uVar4 = *(uint *)(param_5 + -4 + param_8 * 4);\n uVar5 = *(uint *)(param_7 + -4 + param_8 * 4);\n uVar2 = *param_3 + *param_2;\n iVar3 = uVar2 + param_9;\n param_9 = (uint)(CARRY4(uVar2,param_9) || CARRY4(*param_3,*param_2));\n *local_30 = iVar3;\n uVar2 = -param_9;\n uVar4 = uVar4 & uVar2;\n bVar6 = CARRY4(uVar4,local_3c);\n local_3c = uVar4 + local_3c;\n local_28 = local_28 + bVar6;\n uVar1 = uVar1 & uVar2;\n bVar6 = CARRY4(uVar1,local_38);\n local_38 = uVar1 + local_38;\n local_24 = local_24 + bVar6;\n uVar5 = uVar5 & uVar2;\n bVar6 = CARRY4(uVar5,local_34);\n local_34 = uVar5 + local_34;\n local_20 = local_20 + bVar6;\n local_30 = local_30 + 1;\n param_8 = param_8 + -1;\n param_3 = param_3 + 1;\n param_2 = param_2 + 1;\n } while (param_8 != 0);\n *param_4 = local_3c;\n param_4[2] = local_38;\n param_4[1] = local_28;\n param_4[4] = local_34;\n param_4[3] = local_24;\n param_4[5] = local_20;\n return;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "uint uVar4;" type_identifier identifier ;) (declaration "uint uVar5;" type_identifier identifier ;) (declaration "bool bVar6;" primitive_type identifier ;) (declaration "uint local_3c;" type_identifier identifier ;) (declaration "uint local_38;" type_identifier identifier ;) (declaration "uint local_34;" type_identifier identifier ;) (declaration "int *local_30;" primitive_type (pointer_declarator "*local_30" * identifier) ;) (declaration "uint local_28;" type_identifier identifier ;) (declaration "uint local_24;" type_identifier identifier ;) (declaration "uint local_20;" type_identifier identifier ;) (expression_statement "local_20 = 0;" (assignment_expression "local_20 = 0" identifier = number_literal) ;) (expression_statement "local_34 = 0;" (assignment_expression "local_34 = 0" identifier = number_literal) ;) (expression_statement "local_30 = param_1;" (assignment_expression "local_30 = param_1" identifier = identifier) ;) (expression_statement "local_24 = 0;" (assignment_expression "local_24 = 0" identifier = number_literal) ;) (expression_statement "local_38 = 0;" (assignment_expression "local_38 = 0" identifier = number_literal) ;) (expression_statement "local_28 = 0;" (assignment_expression "local_28 = 0" identifier = number_literal) ;) (expression_statement "local_3c = 0;" (assignment_expression "local_3c = 0" identifier = number_literal) ;) (do_statement "do {\n uVar1 = *(uint *)(param_6 + -4 + param_8 * 4);\n uVar4 = *(uint *)(param_5 + -4 + param_8 * 4);\n uVar5 = *(uint *)(param_7 + -4 + param_8 * 4);\n uVar2 = *param_3 + *param_2;\n iVar3 = uVar2 + param_9;\n param_9 = (uint)(CARRY4(uVar2,param_9) || CARRY4(*param_3,*param_2));\n *local_30 = iVar3;\n uVar2 = -param_9;\n uVar4 = uVar4 & uVar2;\n bVar6 = CARRY4(uVar4,local_3c);\n local_3c = uVar4 + local_3c;\n local_28 = local_28 + bVar6;\n uVar1 = uVar1 & uVar2;\n bVar6 = CARRY4(uVar1,local_38);\n local_38 = uVar1 + local_38;\n local_24 = local_24 + bVar6;\n uVar5 = uVar5 & uVar2;\n bVar6 = CARRY4(uVar5,local_34);\n local_34 = uVar5 + local_34;\n local_20 = local_20 + bVar6;\n local_30 = local_30 + 1;\n param_8 = param_8 + -1;\n param_3 = param_3 + 1;\n param_2 = param_2 + 1;\n } while (param_8 != 0);" do (compound_statement "{\n uVar1 = *(uint *)(param_6 + -4 + param_8 * 4);\n uVar4 = *(uint *)(param_5 + -4 + param_8 * 4);\n uVar5 = *(uint *)(param_7 + -4 + param_8 * 4);\n uVar2 = *param_3 + *param_2;\n iVar3 = uVar2 + param_9;\n param_9 = (uint)(CARRY4(uVar2,param_9) || CARRY4(*param_3,*param_2));\n *local_30 = iVar3;\n uVar2 = -param_9;\n uVar4 = uVar4 & uVar2;\n bVar6 = CARRY4(uVar4,local_3c);\n local_3c = uVar4 + local_3c;\n local_28 = local_28 + bVar6;\n uVar1 = uVar1 & uVar2;\n bVar6 = CARRY4(uVar1,local_38);\n local_38 = uVar1 + local_38;\n local_24 = local_24 + bVar6;\n uVar5 = uVar5 & uVar2;\n bVar6 = CARRY4(uVar5,local_34);\n local_34 = uVar5 + local_34;\n local_20 = local_20 + bVar6;\n local_30 = local_30 + 1;\n param_8 = param_8 + -1;\n param_3 = param_3 + 1;\n param_2 = param_2 + 1;\n }" { (expression_statement "uVar1 = *(uint *)(param_6 + -4 + param_8 * 4);" (assignment_expression "uVar1 = *(uint *)(param_6 + -4 + param_8 * 4)" identifier = (pointer_expression "*(uint *)(param_6 + -4 + param_8 * 4)" * (cast_expression "(uint *)(param_6 + -4 + param_8 * 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_6 + -4 + param_8 * 4)" ( (binary_expression "param_6 + -4 + param_8 * 4" (binary_expression "param_6 + -4" identifier + number_literal) + (binary_expression "param_8 * 4" identifier * number_literal)) ))))) ;) (expression_statement "uVar4 = *(uint *)(param_5 + -4 + param_8 * 4);" (assignment_expression "uVar4 = *(uint *)(param_5 + -4 + param_8 * 4)" identifier = (pointer_expression "*(uint *)(param_5 + -4 + param_8 * 4)" * (cast_expression "(uint *)(param_5 + -4 + param_8 * 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_5 + -4 + param_8 * 4)" ( (binary_expression "param_5 + -4 + param_8 * 4" (binary_expression "param_5 + -4" identifier + number_literal) + (binary_expression "param_8 * 4" identifier * number_literal)) ))))) ;) (expression_statement "uVar5 = *(uint *)(param_7 + -4 + param_8 * 4);" (assignment_expression "uVar5 = *(uint *)(param_7 + -4 + param_8 * 4)" identifier = (pointer_expression "*(uint *)(param_7 + -4 + param_8 * 4)" * (cast_expression "(uint *)(param_7 + -4 + param_8 * 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_7 + -4 + param_8 * 4)" ( (binary_expression "param_7 + -4 + param_8 * 4" (binary_expression "param_7 + -4" identifier + number_literal) + (binary_expression "param_8 * 4" identifier * number_literal)) ))))) ;) (expression_statement "uVar2 = *param_3 + *param_2;" (assignment_expression "uVar2 = *param_3 + *param_2" identifier = (binary_expression "*param_3 + *param_2" (pointer_expression "*param_3" * identifier) + (pointer_expression "*param_2" * identifier))) ;) (expression_statement "iVar3 = uVar2 + param_9;" (assignment_expression "iVar3 = uVar2 + param_9" identifier = (binary_expression "uVar2 + param_9" identifier + identifier)) ;) (expression_statement "param_9 = (uint)(CARRY4(uVar2,param_9) || CARRY4(*param_3,*param_2));" (assignment_expression "param_9 = (uint)(CARRY4(uVar2,param_9) || CARRY4(*param_3,*param_2))" identifier = (call_expression "(uint)(CARRY4(uVar2,param_9) || CARRY4(*param_3,*param_2))" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(CARRY4(uVar2,param_9) || CARRY4(*param_3,*param_2))" ( (binary_expression "CARRY4(uVar2,param_9) || CARRY4(*param_3,*param_2)" (call_expression "CARRY4(uVar2,param_9)" identifier (argument_list "(uVar2,param_9)" ( identifier , identifier ))) || (call_expression "CARRY4(*param_3,*param_2)" identifier (argument_list "(*param_3,*param_2)" ( (pointer_expression "*param_3" * identifier) , (pointer_expression "*param_2" * identifier) )))) )))) ;) (expression_statement "*local_30 = iVar3;" (assignment_expression "*local_30 = iVar3" (pointer_expression "*local_30" * identifier) = identifier) ;) (expression_statement "uVar2 = -param_9;" (assignment_expression "uVar2 = -param_9" identifier = (unary_expression "-param_9" - identifier)) ;) (expression_statement "uVar4 = uVar4 & uVar2;" (assignment_expression "uVar4 = uVar4 & uVar2" identifier = (binary_expression "uVar4 & uVar2" identifier & identifier)) ;) (expression_statement "bVar6 = CARRY4(uVar4,local_3c);" (assignment_expression "bVar6 = CARRY4(uVar4,local_3c)" identifier = (call_expression "CARRY4(uVar4,local_3c)" identifier (argument_list "(uVar4,local_3c)" ( identifier , identifier )))) ;) (expression_statement "local_3c = uVar4 + local_3c;" (assignment_expression "local_3c = uVar4 + local_3c" identifier = (binary_expression "uVar4 + local_3c" identifier + identifier)) ;) (expression_statement "local_28 = local_28 + bVar6;" (assignment_expression "local_28 = local_28 + bVar6" identifier = (binary_expression "local_28 + bVar6" identifier + identifier)) ;) (expression_statement "uVar1 = uVar1 & uVar2;" (assignment_expression "uVar1 = uVar1 & uVar2" identifier = (binary_expression "uVar1 & uVar2" identifier & identifier)) ;) (expression_statement "bVar6 = CARRY4(uVar1,local_38);" (assignment_expression "bVar6 = CARRY4(uVar1,local_38)" identifier = (call_expression "CARRY4(uVar1,local_38)" identifier (argument_list "(uVar1,local_38)" ( identifier , identifier )))) ;) (expression_statement "local_38 = uVar1 + local_38;" (assignment_expression "local_38 = uVar1 + local_38" identifier = (binary_expression "uVar1 + local_38" identifier + identifier)) ;) (expression_statement "local_24 = local_24 + bVar6;" (assignment_expression "local_24 = local_24 + bVar6" identifier = (binary_expression "local_24 + bVar6" identifier + identifier)) ;) (expression_statement "uVar5 = uVar5 & uVar2;" (assignment_expression "uVar5 = uVar5 & uVar2" identifier = (binary_expression "uVar5 & uVar2" identifier & identifier)) ;) (expression_statement "bVar6 = CARRY4(uVar5,local_34);" (assignment_expression "bVar6 = CARRY4(uVar5,local_34)" identifier = (call_expression "CARRY4(uVar5,local_34)" identifier (argument_list "(uVar5,local_34)" ( identifier , identifier )))) ;) (expression_statement "local_34 = uVar5 + local_34;" (assignment_expression "local_34 = uVar5 + local_34" identifier = (binary_expression "uVar5 + local_34" identifier + identifier)) ;) (expression_statement "local_20 = local_20 + bVar6;" (assignment_expression "local_20 = local_20 + bVar6" identifier = (binary_expression "local_20 + bVar6" identifier + identifier)) ;) (expression_statement "local_30 = local_30 + 1;" (assignment_expression "local_30 = local_30 + 1" identifier = (binary_expression "local_30 + 1" identifier + number_literal)) ;) (expression_statement "param_8 = param_8 + -1;" (assignment_expression "param_8 = param_8 + -1" identifier = (binary_expression "param_8 + -1" identifier + number_literal)) ;) (expression_statement "param_3 = param_3 + 1;" (assignment_expression "param_3 = param_3 + 1" identifier = (binary_expression "param_3 + 1" identifier + number_literal)) ;) (expression_statement "param_2 = param_2 + 1;" (assignment_expression "param_2 = param_2 + 1" identifier = (binary_expression "param_2 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(param_8 != 0)" ( (binary_expression "param_8 != 0" identifier != number_literal) )) ;) (expression_statement "*param_4 = local_3c;" (assignment_expression "*param_4 = local_3c" (pointer_expression "*param_4" * identifier) = identifier) ;) (expression_statement "param_4[2] = local_38;" (assignment_expression "param_4[2] = local_38" (subscript_expression "param_4[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_4[1] = local_28;" (assignment_expression "param_4[1] = local_28" (subscript_expression "param_4[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_4[4] = local_34;" (assignment_expression "param_4[4] = local_34" (subscript_expression "param_4[4]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_4[3] = local_24;" (assignment_expression "param_4[3] = local_24" (subscript_expression "param_4[3]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_4[5] = local_20;" (assignment_expression "param_4[5] = local_20" (subscript_expression "param_4[5]" 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)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (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 (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) + (binary_expression IDENT * LIT)) ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) + (binary_expression IDENT * LIT)) ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) + (binary_expression IDENT * LIT)) ))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * IDENT) + (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (call_expression IDENT (argument_list ( IDENT , IDENT ))) || (call_expression IDENT (argument_list ( (pointer_expression * IDENT) , (pointer_expression * IDENT) )))) )))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression IDENT = (unary_expression - 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 IDENT + IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + 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 IDENT + IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + 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 IDENT + IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT != LIT) )) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (return_statement return ;) })))
(function_definition "void __gmpn_add_err3_n(int *param_1,uint *param_2,uint *param_3,uint *param_4,int param_5,\n int param_6,int param_7,int param_8,uint param_9)\n\n{\n uint uVar1;\n uint uVar2;\n int iVar3;\n uint uVar4;\n uint uVar5;\n bool bVar6;\n uint local_3c;\n uint local_38;\n uint local_34;\n int *local_30;\n uint local_28;\n uint local_24;\n uint local_20;\n \n local_20 = 0;\n local_34 = 0;\n local_30 = param_1;\n local_24 = 0;\n local_38 = 0;\n local_28 = 0;\n local_3c = 0;\n do {\n uVar1 = *(uint *)(param_6 + -4 + param_8 * 4);\n uVar4 = *(uint *)(param_5 + -4 + param_8 * 4);\n uVar5 = *(uint *)(param_7 + -4 + param_8 * 4);\n uVar2 = *param_3 + *param_2;\n iVar3 = uVar2 + param_9;\n param_9 = (uint)(CARRY4(uVar2,param_9) || CARRY4(*param_3,*param_2));\n *local_30 = iVar3;\n uVar2 = -param_9;\n uVar4 = uVar4 & uVar2;\n bVar6 = CARRY4(uVar4,local_3c);\n local_3c = uVar4 + local_3c;\n local_28 = local_28 + bVar6;\n uVar1 = uVar1 & uVar2;\n bVar6 = CARRY4(uVar1,local_38);\n local_38 = uVar1 + local_38;\n local_24 = local_24 + bVar6;\n uVar5 = uVar5 & uVar2;\n bVar6 = CARRY4(uVar5,local_34);\n local_34 = uVar5 + local_34;\n local_20 = local_20 + bVar6;\n local_30 = local_30 + 1;\n param_8 = param_8 + -1;\n param_3 = param_3 + 1;\n param_2 = param_2 + 1;\n } while (param_8 != 0);\n *param_4 = local_3c;\n param_4[2] = local_38;\n param_4[1] = local_28;\n param_4[4] = local_34;\n param_4[3] = local_24;\n param_4[5] = local_20;\n return;\n}" (primitive_type "void") (function_declarator "__gmpn_add_err3_n(int *param_1,uint *param_2,uint *param_3,uint *param_4,int param_5,\n int param_6,int param_7,int param_8,uint param_9)" (identifier "__gmpn_add_err3_n") (parameter_list "(int *param_1,uint *param_2,uint *param_3,uint *param_4,int param_5,\n int param_6,int param_7,int param_8,uint param_9)" (( "(") (parameter_declaration "int *param_1" (primitive_type "int") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "uint *param_2" (type_identifier "uint") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "uint *param_3" (type_identifier "uint") (pointer_declarator "*param_3" (* "*") (identifier "param_3"))) (, ",") (parameter_declaration "uint *param_4" (type_identifier "uint") (pointer_declarator "*param_4" (* "*") (identifier "param_4"))) (, ",") (parameter_declaration "int param_5" (primitive_type "int") (identifier "param_5")) (, ",") (parameter_declaration "int param_6" (primitive_type "int") (identifier "param_6")) (, ",") (parameter_declaration "int param_7" (primitive_type "int") (identifier "param_7")) (, ",") (parameter_declaration "int param_8" (primitive_type "int") (identifier "param_8")) (, ",") (parameter_declaration "uint param_9" (type_identifier "uint") (identifier "param_9")) () ")"))) (compound_statement "{\n uint uVar1;\n uint uVar2;\n int iVar3;\n uint uVar4;\n uint uVar5;\n bool bVar6;\n uint local_3c;\n uint local_38;\n uint local_34;\n int *local_30;\n uint local_28;\n uint local_24;\n uint local_20;\n \n local_20 = 0;\n local_34 = 0;\n local_30 = param_1;\n local_24 = 0;\n local_38 = 0;\n local_28 = 0;\n local_3c = 0;\n do {\n uVar1 = *(uint *)(param_6 + -4 + param_8 * 4);\n uVar4 = *(uint *)(param_5 + -4 + param_8 * 4);\n uVar5 = *(uint *)(param_7 + -4 + param_8 * 4);\n uVar2 = *param_3 + *param_2;\n iVar3 = uVar2 + param_9;\n param_9 = (uint)(CARRY4(uVar2,param_9) || CARRY4(*param_3,*param_2));\n *local_30 = iVar3;\n uVar2 = -param_9;\n uVar4 = uVar4 & uVar2;\n bVar6 = CARRY4(uVar4,local_3c);\n local_3c = uVar4 + local_3c;\n local_28 = local_28 + bVar6;\n uVar1 = uVar1 & uVar2;\n bVar6 = CARRY4(uVar1,local_38);\n local_38 = uVar1 + local_38;\n local_24 = local_24 + bVar6;\n uVar5 = uVar5 & uVar2;\n bVar6 = CARRY4(uVar5,local_34);\n local_34 = uVar5 + local_34;\n local_20 = local_20 + bVar6;\n local_30 = local_30 + 1;\n param_8 = param_8 + -1;\n param_3 = param_3 + 1;\n param_2 = param_2 + 1;\n } while (param_8 != 0);\n *param_4 = local_3c;\n param_4[2] = local_38;\n param_4[1] = local_28;\n param_4[4] = local_34;\n param_4[3] = local_24;\n param_4[5] = local_20;\n return;\n}" ({ "{") (declaration "uint uVar1;" (type_identifier "uint") (identifier "uVar1") (; ";")) (declaration "uint uVar2;" (type_identifier "uint") (identifier "uVar2") (; ";")) (declaration "int iVar3;" (primitive_type "int") (identifier "iVar3") (; ";")) (declaration "uint uVar4;" (type_identifier "uint") (identifier "uVar4") (; ";")) (declaration "uint uVar5;" (type_identifier "uint") (identifier "uVar5") (; ";")) (declaration "bool bVar6;" (primitive_type "bool") (identifier "bVar6") (; ";")) (declaration "uint local_3c;" (type_identifier "uint") (identifier "local_3c") (; ";")) (declaration "uint local_38;" (type_identifier "uint") (identifier "local_38") (; ";")) (declaration "uint local_34;" (type_identifier "uint") (identifier "local_34") (; ";")) (declaration "int *local_30;" (primitive_type "int") (pointer_declarator "*local_30" (* "*") (identifier "local_30")) (; ";")) (declaration "uint local_28;" (type_identifier "uint") (identifier "local_28") (; ";")) (declaration "uint local_24;" (type_identifier "uint") (identifier "local_24") (; ";")) (declaration "uint local_20;" (type_identifier "uint") (identifier "local_20") (; ";")) (expression_statement "local_20 = 0;" (assignment_expression "local_20 = 0" (identifier "local_20") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_34 = 0;" (assignment_expression "local_34 = 0" (identifier "local_34") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_30 = param_1;" (assignment_expression "local_30 = param_1" (identifier "local_30") (= "=") (identifier "param_1")) (; ";")) (expression_statement "local_24 = 0;" (assignment_expression "local_24 = 0" (identifier "local_24") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_38 = 0;" (assignment_expression "local_38 = 0" (identifier "local_38") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_28 = 0;" (assignment_expression "local_28 = 0" (identifier "local_28") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_3c = 0;" (assignment_expression "local_3c = 0" (identifier "local_3c") (= "=") (number_literal "0")) (; ";")) (do_statement "do {\n uVar1 = *(uint *)(param_6 + -4 + param_8 * 4);\n uVar4 = *(uint *)(param_5 + -4 + param_8 * 4);\n uVar5 = *(uint *)(param_7 + -4 + param_8 * 4);\n uVar2 = *param_3 + *param_2;\n iVar3 = uVar2 + param_9;\n param_9 = (uint)(CARRY4(uVar2,param_9) || CARRY4(*param_3,*param_2));\n *local_30 = iVar3;\n uVar2 = -param_9;\n uVar4 = uVar4 & uVar2;\n bVar6 = CARRY4(uVar4,local_3c);\n local_3c = uVar4 + local_3c;\n local_28 = local_28 + bVar6;\n uVar1 = uVar1 & uVar2;\n bVar6 = CARRY4(uVar1,local_38);\n local_38 = uVar1 + local_38;\n local_24 = local_24 + bVar6;\n uVar5 = uVar5 & uVar2;\n bVar6 = CARRY4(uVar5,local_34);\n local_34 = uVar5 + local_34;\n local_20 = local_20 + bVar6;\n local_30 = local_30 + 1;\n param_8 = param_8 + -1;\n param_3 = param_3 + 1;\n param_2 = param_2 + 1;\n } while (param_8 != 0);" (do "do") (compound_statement "{\n uVar1 = *(uint *)(param_6 + -4 + param_8 * 4);\n uVar4 = *(uint *)(param_5 + -4 + param_8 * 4);\n uVar5 = *(uint *)(param_7 + -4 + param_8 * 4);\n uVar2 = *param_3 + *param_2;\n iVar3 = uVar2 + param_9;\n param_9 = (uint)(CARRY4(uVar2,param_9) || CARRY4(*param_3,*param_2));\n *local_30 = iVar3;\n uVar2 = -param_9;\n uVar4 = uVar4 & uVar2;\n bVar6 = CARRY4(uVar4,local_3c);\n local_3c = uVar4 + local_3c;\n local_28 = local_28 + bVar6;\n uVar1 = uVar1 & uVar2;\n bVar6 = CARRY4(uVar1,local_38);\n local_38 = uVar1 + local_38;\n local_24 = local_24 + bVar6;\n uVar5 = uVar5 & uVar2;\n bVar6 = CARRY4(uVar5,local_34);\n local_34 = uVar5 + local_34;\n local_20 = local_20 + bVar6;\n local_30 = local_30 + 1;\n param_8 = param_8 + -1;\n param_3 = param_3 + 1;\n param_2 = param_2 + 1;\n }" ({ "{") (expression_statement "uVar1 = *(uint *)(param_6 + -4 + param_8 * 4);" (assignment_expression "uVar1 = *(uint *)(param_6 + -4 + param_8 * 4)" (identifier "uVar1") (= "=") (pointer_expression "*(uint *)(param_6 + -4 + param_8 * 4)" (* "*") (cast_expression "(uint *)(param_6 + -4 + param_8 * 4)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_6 + -4 + param_8 * 4)" (( "(") (binary_expression "param_6 + -4 + param_8 * 4" (binary_expression "param_6 + -4" (identifier "param_6") (+ "+") (number_literal "-4")) (+ "+") (binary_expression "param_8 * 4" (identifier "param_8") (* "*") (number_literal "4"))) () ")"))))) (; ";")) (expression_statement "uVar4 = *(uint *)(param_5 + -4 + param_8 * 4);" (assignment_expression "uVar4 = *(uint *)(param_5 + -4 + param_8 * 4)" (identifier "uVar4") (= "=") (pointer_expression "*(uint *)(param_5 + -4 + param_8 * 4)" (* "*") (cast_expression "(uint *)(param_5 + -4 + param_8 * 4)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_5 + -4 + param_8 * 4)" (( "(") (binary_expression "param_5 + -4 + param_8 * 4" (binary_expression "param_5 + -4" (identifier "param_5") (+ "+") (number_literal "-4")) (+ "+") (binary_expression "param_8 * 4" (identifier "param_8") (* "*") (number_literal "4"))) () ")"))))) (; ";")) (expression_statement "uVar5 = *(uint *)(param_7 + -4 + param_8 * 4);" (assignment_expression "uVar5 = *(uint *)(param_7 + -4 + param_8 * 4)" (identifier "uVar5") (= "=") (pointer_expression "*(uint *)(param_7 + -4 + param_8 * 4)" (* "*") (cast_expression "(uint *)(param_7 + -4 + param_8 * 4)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_7 + -4 + param_8 * 4)" (( "(") (binary_expression "param_7 + -4 + param_8 * 4" (binary_expression "param_7 + -4" (identifier "param_7") (+ "+") (number_literal "-4")) (+ "+") (binary_expression "param_8 * 4" (identifier "param_8") (* "*") (number_literal "4"))) () ")"))))) (; ";")) (expression_statement "uVar2 = *param_3 + *param_2;" (assignment_expression "uVar2 = *param_3 + *param_2" (identifier "uVar2") (= "=") (binary_expression "*param_3 + *param_2" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (+ "+") (pointer_expression "*param_2" (* "*") (identifier "param_2")))) (; ";")) (expression_statement "iVar3 = uVar2 + param_9;" (assignment_expression "iVar3 = uVar2 + param_9" (identifier "iVar3") (= "=") (binary_expression "uVar2 + param_9" (identifier "uVar2") (+ "+") (identifier "param_9"))) (; ";")) (expression_statement "param_9 = (uint)(CARRY4(uVar2,param_9) || CARRY4(*param_3,*param_2));" (assignment_expression "param_9 = (uint)(CARRY4(uVar2,param_9) || CARRY4(*param_3,*param_2))" (identifier "param_9") (= "=") (call_expression "(uint)(CARRY4(uVar2,param_9) || CARRY4(*param_3,*param_2))" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(CARRY4(uVar2,param_9) || CARRY4(*param_3,*param_2))" (( "(") (binary_expression "CARRY4(uVar2,param_9) || CARRY4(*param_3,*param_2)" (call_expression "CARRY4(uVar2,param_9)" (identifier "CARRY4") (argument_list "(uVar2,param_9)" (( "(") (identifier "uVar2") (, ",") (identifier "param_9") () ")"))) (|| "||") (call_expression "CARRY4(*param_3,*param_2)" (identifier "CARRY4") (argument_list "(*param_3,*param_2)" (( "(") (pointer_expression "*param_3" (* "*") (identifier "param_3")) (, ",") (pointer_expression "*param_2" (* "*") (identifier "param_2")) () ")")))) () ")")))) (; ";")) (expression_statement "*local_30 = iVar3;" (assignment_expression "*local_30 = iVar3" (pointer_expression "*local_30" (* "*") (identifier "local_30")) (= "=") (identifier "iVar3")) (; ";")) (expression_statement "uVar2 = -param_9;" (assignment_expression "uVar2 = -param_9" (identifier "uVar2") (= "=") (unary_expression "-param_9" (- "-") (identifier "param_9"))) (; ";")) (expression_statement "uVar4 = uVar4 & uVar2;" (assignment_expression "uVar4 = uVar4 & uVar2" (identifier "uVar4") (= "=") (binary_expression "uVar4 & uVar2" (identifier "uVar4") (& "&") (identifier "uVar2"))) (; ";")) (expression_statement "bVar6 = CARRY4(uVar4,local_3c);" (assignment_expression "bVar6 = CARRY4(uVar4,local_3c)" (identifier "bVar6") (= "=") (call_expression "CARRY4(uVar4,local_3c)" (identifier "CARRY4") (argument_list "(uVar4,local_3c)" (( "(") (identifier "uVar4") (, ",") (identifier "local_3c") () ")")))) (; ";")) (expression_statement "local_3c = uVar4 + local_3c;" (assignment_expression "local_3c = uVar4 + local_3c" (identifier "local_3c") (= "=") (binary_expression "uVar4 + local_3c" (identifier "uVar4") (+ "+") (identifier "local_3c"))) (; ";")) (expression_statement "local_28 = local_28 + bVar6;" (assignment_expression "local_28 = local_28 + bVar6" (identifier "local_28") (= "=") (binary_expression "local_28 + bVar6" (identifier "local_28") (+ "+") (identifier "bVar6"))) (; ";")) (expression_statement "uVar1 = uVar1 & uVar2;" (assignment_expression "uVar1 = uVar1 & uVar2" (identifier "uVar1") (= "=") (binary_expression "uVar1 & uVar2" (identifier "uVar1") (& "&") (identifier "uVar2"))) (; ";")) (expression_statement "bVar6 = CARRY4(uVar1,local_38);" (assignment_expression "bVar6 = CARRY4(uVar1,local_38)" (identifier "bVar6") (= "=") (call_expression "CARRY4(uVar1,local_38)" (identifier "CARRY4") (argument_list "(uVar1,local_38)" (( "(") (identifier "uVar1") (, ",") (identifier "local_38") () ")")))) (; ";")) (expression_statement "local_38 = uVar1 + local_38;" (assignment_expression "local_38 = uVar1 + local_38" (identifier "local_38") (= "=") (binary_expression "uVar1 + local_38" (identifier "uVar1") (+ "+") (identifier "local_38"))) (; ";")) (expression_statement "local_24 = local_24 + bVar6;" (assignment_expression "local_24 = local_24 + bVar6" (identifier "local_24") (= "=") (binary_expression "local_24 + bVar6" (identifier "local_24") (+ "+") (identifier "bVar6"))) (; ";")) (expression_statement "uVar5 = uVar5 & uVar2;" (assignment_expression "uVar5 = uVar5 & uVar2" (identifier "uVar5") (= "=") (binary_expression "uVar5 & uVar2" (identifier "uVar5") (& "&") (identifier "uVar2"))) (; ";")) (expression_statement "bVar6 = CARRY4(uVar5,local_34);" (assignment_expression "bVar6 = CARRY4(uVar5,local_34)" (identifier "bVar6") (= "=") (call_expression "CARRY4(uVar5,local_34)" (identifier "CARRY4") (argument_list "(uVar5,local_34)" (( "(") (identifier "uVar5") (, ",") (identifier "local_34") () ")")))) (; ";")) (expression_statement "local_34 = uVar5 + local_34;" (assignment_expression "local_34 = uVar5 + local_34" (identifier "local_34") (= "=") (binary_expression "uVar5 + local_34" (identifier "uVar5") (+ "+") (identifier "local_34"))) (; ";")) (expression_statement "local_20 = local_20 + bVar6;" (assignment_expression "local_20 = local_20 + bVar6" (identifier "local_20") (= "=") (binary_expression "local_20 + bVar6" (identifier "local_20") (+ "+") (identifier "bVar6"))) (; ";")) (expression_statement "local_30 = local_30 + 1;" (assignment_expression "local_30 = local_30 + 1" (identifier "local_30") (= "=") (binary_expression "local_30 + 1" (identifier "local_30") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "param_8 = param_8 + -1;" (assignment_expression "param_8 = param_8 + -1" (identifier "param_8") (= "=") (binary_expression "param_8 + -1" (identifier "param_8") (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "param_3 = param_3 + 1;" (assignment_expression "param_3 = param_3 + 1" (identifier "param_3") (= "=") (binary_expression "param_3 + 1" (identifier "param_3") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "param_2 = param_2 + 1;" (assignment_expression "param_2 = param_2 + 1" (identifier "param_2") (= "=") (binary_expression "param_2 + 1" (identifier "param_2") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(param_8 != 0)" (( "(") (binary_expression "param_8 != 0" (identifier "param_8") (!= "!=") (number_literal "0")) () ")")) (; ";")) (expression_statement "*param_4 = local_3c;" (assignment_expression "*param_4 = local_3c" (pointer_expression "*param_4" (* "*") (identifier "param_4")) (= "=") (identifier "local_3c")) (; ";")) (expression_statement "param_4[2] = local_38;" (assignment_expression "param_4[2] = local_38" (subscript_expression "param_4[2]" (identifier "param_4") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "local_38")) (; ";")) (expression_statement "param_4[1] = local_28;" (assignment_expression "param_4[1] = local_28" (subscript_expression "param_4[1]" (identifier "param_4") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "local_28")) (; ";")) (expression_statement "param_4[4] = local_34;" (assignment_expression "param_4[4] = local_34" (subscript_expression "param_4[4]" (identifier "param_4") ([ "[") (number_literal "4") (] "]")) (= "=") (identifier "local_34")) (; ";")) (expression_statement "param_4[3] = local_24;" (assignment_expression "param_4[3] = local_24" (subscript_expression "param_4[3]" (identifier "param_4") ([ "[") (number_literal "3") (] "]")) (= "=") (identifier "local_24")) (; ";")) (expression_statement "param_4[5] = local_20;" (assignment_expression "param_4[5] = local_20" (subscript_expression "param_4[5]" (identifier "param_4") ([ "[") (number_literal "5") (] "]")) (= "=") (identifier "local_20")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
type_1 function_1(type_2 rp,type_3 var_17,type_3 var_16,type_2 ep,type_3 yp1, type_3 yp2,type_3 yp3,type_4 var_1,type_1 var_3) { type_5 var_9; type_5 var_5; type_5 var_12; type_5 var_2; type_1 mVar5; bool var_8; type_5 var_6; type_5 var_10; type_5 var_13; type_2 var_15; type_1 var_7; type_1 var_11; type_1 var_14; var_14 = 0; var_13 = 0; var_15 = rp; var_11 = 0; var_10 = 0; var_7 = 0; var_6 = 0; do { var_9 = yp2[var_1 + -1]; var_5 = yp1[var_1 + -1]; var_12 = yp3[var_1 + -1]; var_2 = *var_16 + *var_17; mVar5 = var_2 + var_3; var_3 = (type_1)(var_4(var_2,var_3) || var_4(*var_16,*var_17)); *var_15 = mVar5; var_2 = -var_3; var_8 = var_4(var_5 & var_2,var_6); var_6 = (var_5 & var_2) + var_6; var_7 = var_7 + var_8; var_8 = var_4(var_9 & var_2,var_10); var_10 = (var_9 & var_2) + var_10; var_11 = var_11 + var_8; var_8 = var_4(var_12 & var_2,var_13); var_13 = (var_12 & var_2) + var_13; var_14 = var_14 + var_8; var_15 = var_15 + 1; var_1 = var_1 + -1; var_16 = var_16 + 1; var_17 = var_17 + 1; } while (var_1 != 0); *ep = var_6; ep[2] = var_10; ep[1] = var_7; ep[4] = var_13; ep[3] = var_11; ep[5] = var_14; return var_3; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (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: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (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: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (do_statement body: (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: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal)))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal)))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) 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: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (pointer_expression argument: (identifier))))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (unary_expression argument: (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: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (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: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (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: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (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))) (return_statement))))
null
void MASKED(int *param_1,uint *param_2,uint *param_3,uint *param_4,int param_5, int param_6,int param_7,int param_8,uint param_9) { uint uVar1; uint uVar2; int iVar3; uint uVar4; uint uVar5; bool bVar6; uint local_3c; uint local_38; uint local_34; int *local_30; uint local_28; uint local_24; uint local_20; local_20 = 0; local_34 = 0; local_30 = param_1; local_24 = 0; local_38 = 0; local_28 = 0; local_3c = 0; do { uVar1 = *(uint *)(param_6 + -4 + param_8 * 4); uVar4 = *(uint *)(param_5 + -4 + param_8 * 4); uVar5 = *(uint *)(param_7 + -4 + param_8 * 4); uVar2 = *param_3 + *param_2; iVar3 = uVar2 + param_9; param_9 = (uint)(CARRY4(uVar2,param_9) || CARRY4(*param_3,*param_2)); *local_30 = iVar3; uVar2 = -param_9; uVar4 = uVar4 & uVar2; bVar6 = CARRY4(uVar4,local_3c); local_3c = uVar4 + local_3c; local_28 = local_28 + bVar6; uVar1 = uVar1 & uVar2; bVar6 = CARRY4(uVar1,local_38); local_38 = uVar1 + local_38; local_24 = local_24 + bVar6; uVar5 = uVar5 & uVar2; bVar6 = CARRY4(uVar5,local_34); local_34 = uVar5 + local_34; local_20 = local_20 + bVar6; local_30 = local_30 + 1; param_8 = param_8 + -1; param_3 = param_3 + 1; param_2 = param_2 + 1; } while (param_8 != 0); *param_4 = local_3c; param_4[2] = local_38; param_4[1] = local_28; param_4[4] = local_34; param_4[3] = local_24; param_4[5] = local_20; return; }
36_alpha-linux-gnu-readelf_and_alpha-linux-gnu-readelf_strip.c
fscanf
fscanf
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fscanf(FILE *__stream,char *__format,...) { int iVar1; iVar1 = (*(code *)PTR_fscanf_000b4090)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fscanf(FILE *__stream,char *__format,...) { int iVar1; iVar1 = (*(code *)PTR_fscanf_000b4090)(); return iVar1; }
JMP dword ptr [EBX + 0x90]
null
null
null
null
[(u'CALLIND_-1205980582', u'RETURN_-1205980579'), (u'INDIRECT_-1205980509', u'COPY_-1205980568'), ('tmp_72', u'CAST_-1205980502'), (u'CALLIND_-1205980582', u'INDIRECT_-1205980509'), ('const-0', u'RETURN_-1205980579'), (u'CAST_-1205980502', u'CALLIND_-1205980582')]
[(u'CALLIND_-1205980582', u'RETURN_-1205980579'), (u'INDIRECT_-1205980509', u'COPY_-1205980568'), ('tmp_72', u'CAST_-1205980502'), (u'CALLIND_-1205980582', u'INDIRECT_-1205980509'), ('const-0', u'RETURN_-1205980579'), (u'CAST_-1205980502', u'CALLIND_-1205980582')]
null
null
00013250
x86
O3
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fscanf(FILE *__stream,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fscanf_000b4090)();\n return iVar1;\n}\n\n" comment (function_definition "int fscanf(FILE *__stream,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fscanf_000b4090)();\n return iVar1;\n}" primitive_type (function_declarator "fscanf(FILE *__stream,char *__format,...)" identifier (parameter_list "(FILE *__stream,char *__format,...)" ( (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) , (parameter_declaration "char *__format" primitive_type (pointer_declarator "*__format" * identifier)) , (variadic_parameter "..." ...) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fscanf_000b4090)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_fscanf_000b4090)();" (assignment_expression "iVar1 = (*(code *)PTR_fscanf_000b4090)()" identifier = (call_expression "(*(code *)PTR_fscanf_000b4090)()" (parenthesized_expression "(*(code *)PTR_fscanf_000b4090)" ( (pointer_expression "*(code *)PTR_fscanf_000b4090" * (cast_expression "(code *)PTR_fscanf_000b4090" ( (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 fscanf(FILE *__stream,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fscanf_000b4090)();\n return iVar1;\n}\n\n" comment (function_definition "int fscanf(FILE *__stream,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fscanf_000b4090)();\n return iVar1;\n}" primitive_type (function_declarator "fscanf(FILE *__stream,char *__format,...)" identifier (parameter_list "(FILE *__stream,char *__format,...)" ( (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) , (parameter_declaration "char *__format" primitive_type (pointer_declarator "*__format" * identifier)) , (variadic_parameter "..." ...) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fscanf_000b4090)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_fscanf_000b4090)();" (assignment_expression "iVar1 = (*(code *)PTR_fscanf_000b4090)()" identifier = (call_expression "(*(code *)PTR_fscanf_000b4090)()" (parenthesized_expression "(*(code *)PTR_fscanf_000b4090)" ( (pointer_expression "*(code *)PTR_fscanf_000b4090" * (cast_expression "(code *)PTR_fscanf_000b4090" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
(translation_unit "int fscanf(FILE *__stream,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fscanf_000b4090)();\n return iVar1;\n}\n\n" (function_definition "int fscanf(FILE *__stream,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fscanf_000b4090)();\n return iVar1;\n}" primitive_type (function_declarator "fscanf(FILE *__stream,char *__format,...)" identifier (parameter_list "(FILE *__stream,char *__format,...)" ( (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) , (parameter_declaration "char *__format" primitive_type (pointer_declarator "*__format" * identifier)) , (variadic_parameter "..." ...) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fscanf_000b4090)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_fscanf_000b4090)();" (assignment_expression "iVar1 = (*(code *)PTR_fscanf_000b4090)()" identifier = (call_expression "(*(code *)PTR_fscanf_000b4090)()" (parenthesized_expression "(*(code *)PTR_fscanf_000b4090)" ( (pointer_expression "*(code *)PTR_fscanf_000b4090" * (cast_expression "(code *)PTR_fscanf_000b4090" ( (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)) , (variadic_parameter ...) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( )))) ;) (return_statement return IDENT ;) })))
(function_definition "int fscanf(FILE *__stream,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fscanf_000b4090)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "fscanf(FILE *__stream,char *__format,...)" (identifier "fscanf") (parameter_list "(FILE *__stream,char *__format,...)" (( "(") (parameter_declaration "FILE *__stream" (type_identifier "FILE") (pointer_declarator "*__stream" (* "*") (identifier "__stream"))) (, ",") (parameter_declaration "char *__format" (primitive_type "char") (pointer_declarator "*__format" (* "*") (identifier "__format"))) (, ",") (variadic_parameter "..." (... "...")) () ")"))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fscanf_000b4090)();\n return iVar1;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (expression_statement "iVar1 = (*(code *)PTR_fscanf_000b4090)();" (assignment_expression "iVar1 = (*(code *)PTR_fscanf_000b4090)()" (identifier "iVar1") (= "=") (call_expression "(*(code *)PTR_fscanf_000b4090)()" (parenthesized_expression "(*(code *)PTR_fscanf_000b4090)" (( "(") (pointer_expression "*(code *)PTR_fscanf_000b4090" (* "*") (cast_expression "(code *)PTR_fscanf_000b4090" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_fscanf_000b4090"))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (return_statement "return iVar1;" (return "return") (identifier "iVar1") (; ";")) (} "}")))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(type_1 *__stream,char *__format,...) { int iVar1; iVar1 = (*(type_2 *)PTR_fscanf_000b4090)(); return iVar1; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (variadic_parameter))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list)))) (return_statement (identifier)))))
null
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(FILE *__stream,char *__format,...) { int iVar1; iVar1 = (*(code *)PTR_MASKED_000b4090)(); return iVar1; }
62_powerpc64le-linux-gnu-objcopy_and_powerpc64le-linux-gnu-objcopy_strip.c
strerror
strerror
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * strerror(int __errnum) { char *pcVar1; pcVar1 = (char *)(*(code *)PTR_strerror_000400fc)(); return pcVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * strerror(int __errnum) { char *pcVar1; pcVar1 = (char *)(*(code *)PTR_strerror_000400fc)(); return pcVar1; }
JMP dword ptr [EBX + 0xfc]
null
null
null
null
[(u'CALLIND_-1205980150', u'INDIRECT_-1205980077'), ('tmp_67', u'CAST_-1205980071'), (u'CAST_-1205980071', u'CALLIND_-1205980150'), (u'CAST_-1205980070', u'RETURN_-1205980147'), (u'INDIRECT_-1205980077', u'COPY_-1205980136'), ('const-0', u'RETURN_-1205980147'), (u'CALLIND_-1205980150', u'CAST_-1205980070')]
[(u'CALLIND_-1205980150', u'INDIRECT_-1205980077'), ('tmp_67', u'CAST_-1205980071'), (u'CAST_-1205980071', u'CALLIND_-1205980150'), (u'CAST_-1205980070', u'RETURN_-1205980147'), (u'INDIRECT_-1205980077', u'COPY_-1205980136'), ('const-0', u'RETURN_-1205980147'), (u'CALLIND_-1205980150', u'CAST_-1205980070')]
null
null
00013400
x86
O3
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * strerror(int __errnum)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strerror_000400fc)();\n return pcVar1;\n}\n\n" comment (function_definition "char * strerror(int __errnum)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strerror_000400fc)();\n return pcVar1;\n}" primitive_type (pointer_declarator "* strerror(int __errnum)" * (function_declarator "strerror(int __errnum)" identifier (parameter_list "(int __errnum)" ( (parameter_declaration "int __errnum" primitive_type identifier) )))) (compound_statement "{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strerror_000400fc)();\n return pcVar1;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (expression_statement "pcVar1 = (char *)(*(code *)PTR_strerror_000400fc)();" (assignment_expression "pcVar1 = (char *)(*(code *)PTR_strerror_000400fc)()" identifier = (cast_expression "(char *)(*(code *)PTR_strerror_000400fc)()" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_strerror_000400fc)()" (parenthesized_expression "(*(code *)PTR_strerror_000400fc)" ( (pointer_expression "*(code *)PTR_strerror_000400fc" * (cast_expression "(code *)PTR_strerror_000400fc" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return pcVar1;" return identifier ;) })))
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * strerror(int __errnum)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strerror_000400fc)();\n return pcVar1;\n}\n\n" comment (function_definition "char * strerror(int __errnum)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strerror_000400fc)();\n return pcVar1;\n}" primitive_type (pointer_declarator "* strerror(int __errnum)" * (function_declarator "strerror(int __errnum)" identifier (parameter_list "(int __errnum)" ( (parameter_declaration "int __errnum" primitive_type identifier) )))) (compound_statement "{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strerror_000400fc)();\n return pcVar1;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (expression_statement "pcVar1 = (char *)(*(code *)PTR_strerror_000400fc)();" (assignment_expression "pcVar1 = (char *)(*(code *)PTR_strerror_000400fc)()" identifier = (cast_expression "(char *)(*(code *)PTR_strerror_000400fc)()" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_strerror_000400fc)()" (parenthesized_expression "(*(code *)PTR_strerror_000400fc)" ( (pointer_expression "*(code *)PTR_strerror_000400fc" * (cast_expression "(code *)PTR_strerror_000400fc" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return pcVar1;" return identifier ;) })))
(translation_unit "char * strerror(int __errnum)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strerror_000400fc)();\n return pcVar1;\n}\n\n" (function_definition "char * strerror(int __errnum)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strerror_000400fc)();\n return pcVar1;\n}" primitive_type (pointer_declarator "* strerror(int __errnum)" * (function_declarator "strerror(int __errnum)" identifier (parameter_list "(int __errnum)" ( (parameter_declaration "int __errnum" primitive_type identifier) )))) (compound_statement "{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strerror_000400fc)();\n return pcVar1;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (expression_statement "pcVar1 = (char *)(*(code *)PTR_strerror_000400fc)();" (assignment_expression "pcVar1 = (char *)(*(code *)PTR_strerror_000400fc)()" identifier = (cast_expression "(char *)(*(code *)PTR_strerror_000400fc)()" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_strerror_000400fc)()" (parenthesized_expression "(*(code *)PTR_strerror_000400fc)" ( (pointer_expression "*(code *)PTR_strerror_000400fc" * (cast_expression "(code *)PTR_strerror_000400fc" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return pcVar1;" return identifier ;) })))
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( ))))) ;) (return_statement return IDENT ;) })))
(function_definition "char * strerror(int __errnum)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strerror_000400fc)();\n return pcVar1;\n}" (primitive_type "char") (pointer_declarator "* strerror(int __errnum)" (* "*") (function_declarator "strerror(int __errnum)" (identifier "strerror") (parameter_list "(int __errnum)" (( "(") (parameter_declaration "int __errnum" (primitive_type "int") (identifier "__errnum")) () ")")))) (compound_statement "{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strerror_000400fc)();\n return pcVar1;\n}" ({ "{") (declaration "char *pcVar1;" (primitive_type "char") (pointer_declarator "*pcVar1" (* "*") (identifier "pcVar1")) (; ";")) (expression_statement "pcVar1 = (char *)(*(code *)PTR_strerror_000400fc)();" (assignment_expression "pcVar1 = (char *)(*(code *)PTR_strerror_000400fc)()" (identifier "pcVar1") (= "=") (cast_expression "(char *)(*(code *)PTR_strerror_000400fc)()" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "(*(code *)PTR_strerror_000400fc)()" (parenthesized_expression "(*(code *)PTR_strerror_000400fc)" (( "(") (pointer_expression "*(code *)PTR_strerror_000400fc" (* "*") (cast_expression "(code *)PTR_strerror_000400fc" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_strerror_000400fc"))) () ")")) (argument_list "()" (( "(") () ")"))))) (; ";")) (return_statement "return pcVar1;" (return "return") (identifier "pcVar1") (; ";")) (} "}")))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * function_1(int __errnum) { char *pcVar1; pcVar1 = (char *)(*(type_1 *)PTR_strerror_000400fc)(); return pcVar1; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list))))) (return_statement (identifier)))))
null
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * MASKED(int __errnum) { char *pcVar1; pcVar1 = (char *)(*(code *)PTR_MASKED_000400fc)(); return pcVar1; }
995_libcurl.so.4.5_and_libcurl.so.4.5_strip.c
Curl_thread_join
FUN_0005f870
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ int Curl_thread_join(pthread_t **hnd) { int iVar1; iVar1 = pthread_join(**hnd,(void **)0x0); (*Curl_cfree)(*hnd); *hnd = (pthread_t *)0x0; return (uint)(iVar1 == 0); }
bool __regparm2 FUN_0005f870(undefined4 param_1,undefined4 param_2,undefined4 *param_3) { int iVar1; int unaff_EBX; entry(param_2,0x5f87c); iVar1 = pthread_join(*(pthread_t *)*param_3,(void **)0x0); (**(code **)(unaff_EBX + 0x577f0))(*param_3); *param_3 = 0; return iVar1 == 0; }
PUSH EDI PUSH ESI PUSH EBX MOV ESI,dword ptr [ESP + 0x10] CALL 0x00019ed0 ADD EBX,0x56f64 SUB ESP,0x8 PUSH 0x0 MOV EAX,dword ptr [ESI] PUSH dword ptr [EAX] CALL 0x000195c0 MOV EDI,EAX POP EAX LEA EAX,[EBX + 0x88c] PUSH dword ptr [ESI] CALL dword ptr [EAX] XOR EAX,EAX MOV dword ptr [ESI],0x0 ADD ESP,0x10 TEST EDI,EDI POP EBX SETZ AL POP ESI POP EDI RET
null
null
null
null
[('const-0', u'RETURN_-1206191837'), ('const-417', u'LOAD_-1206191951'), ('tmp_298', u'LOAD_-1206191955'), ('const-417', u'LOAD_-1206191955'), (u'INT_EQUAL_-1206191864', u'INT_ZEXT_-1206191822'), ('const-0', u'CALL_-1206191938'), (u'LOAD_-1206191951', u'CALL_-1206191938'), (u'CALL_-1206191938', u'INDIRECT_-1206191768'), ('const-417', u'LOAD_-1206191921'), (u'CALL_-1206191938', u'INT_EQUAL_-1206191864'), (u'CALLIND_-1206191905', u'INDIRECT_-1206191751'), (u'INDIRECT_-1206191745', u'COPY_-1206191789'), ('const-0', u'STORE_-1206191895'), ('tmp_298', u'STORE_-1206191895'), (u'LOAD_-1206191921', u'CALLIND_-1206191905'), ('const-417', u'STORE_-1206191895'), (u'LOAD_-1206191955', u'LOAD_-1206191951'), (u'STORE_-1206191895', u'INDIRECT_-1206191745'), ('const-0', u'INT_EQUAL_-1206191864'), (u'INDIRECT_-1206191768', u'CALLIND_-1206191905'), (u'INT_ZEXT_-1206191822', u'RETURN_-1206191837'), ('tmp_298', u'LOAD_-1206191921')]
[('const-417', u'LOAD_-1206191951'), (u'LOAD_-1206191955', u'CAST_-1206191746'), ('const-358384', u'INT_ADD_-1206191912'), (u'INDIRECT_-1206191826', u'STORE_-1206191895'), (u'CALL_-1206191988', u'INDIRECT_-1206191826'), ('const-417', u'LOAD_-1206191955'), ('tmp_600', u'CALL_-1206191988'), (u'CALL_-1206191938', u'INT_EQUAL_-1206191864'), (u'CALL_-1206191988', u'INDIRECT_-1206191827'), (u'INT_EQUAL_-1206191864', u'COPY_-1206191774'), ('const-0', u'RETURN_-1206191837'), (u'LOAD_-1206191915', u'CALLIND_-1206191905'), (u'INDIRECT_-1206191826', u'LOAD_-1206191921'), ('const-0', u'INT_EQUAL_-1206191864'), (u'CAST_-1206191746', u'LOAD_-1206191951'), (u'INT_ADD_-1206191912', u'CAST_-1206191733'), ('const-391292', u'CALL_-1206191988'), (u'INDIRECT_-1206191827', u'INT_ADD_-1206191912'), (u'LOAD_-1206191951', u'CALL_-1206191938'), ('const-0', u'STORE_-1206191895'), (u'CAST_-1206191733', u'LOAD_-1206191915'), ('const-417', u'STORE_-1206191895'), (u'INDIRECT_-1206191826', u'LOAD_-1206191955'), (u'LOAD_-1206191921', u'CALLIND_-1206191905'), (u'COPY_-1206191774', u'RETURN_-1206191837'), ('const-417', u'LOAD_-1206191915'), ('const-417', u'LOAD_-1206191921'), ('const-0', u'CALL_-1206191938')]
null
null
0005f870
x86
O3
(translation_unit "bool __regparm2 FUN_0005f870(undefined4 param_1,undefined4 param_2,undefined4 *param_3)\n\n{\n int iVar1;\n int unaff_EBX;\n \n entry(param_2,0x5f87c);\n iVar1 = pthread_join(*(pthread_t *)*param_3,(void **)0x0);\n (**(code **)(unaff_EBX + 0x577f0))(*param_3);\n *param_3 = 0;\n return iVar1 == 0;\n}\n\n" (function_definition "bool __regparm2 FUN_0005f870(undefined4 param_1,undefined4 param_2,undefined4 *param_3)\n\n{\n int iVar1;\n int unaff_EBX;\n \n entry(param_2,0x5f87c);\n iVar1 = pthread_join(*(pthread_t *)*param_3,(void **)0x0);\n (**(code **)(unaff_EBX + 0x577f0))(*param_3);\n *param_3 = 0;\n return iVar1 == 0;\n}" primitive_type (ERROR "__regparm2" identifier) (function_declarator "FUN_0005f870(undefined4 param_1,undefined4 param_2,undefined4 *param_3)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2,undefined4 *param_3)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "undefined4 *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n int iVar1;\n int unaff_EBX;\n \n entry(param_2,0x5f87c);\n iVar1 = pthread_join(*(pthread_t *)*param_3,(void **)0x0);\n (**(code **)(unaff_EBX + 0x577f0))(*param_3);\n *param_3 = 0;\n return iVar1 == 0;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "int unaff_EBX;" primitive_type identifier ;) (expression_statement "entry(param_2,0x5f87c);" (call_expression "entry(param_2,0x5f87c)" identifier (argument_list "(param_2,0x5f87c)" ( identifier , number_literal ))) ;) (expression_statement "iVar1 = pthread_join(*(pthread_t *)*param_3,(void **)0x0);" (assignment_expression "iVar1 = pthread_join(*(pthread_t *)*param_3,(void **)0x0)" identifier = (call_expression "pthread_join(*(pthread_t *)*param_3,(void **)0x0)" identifier (argument_list "(*(pthread_t *)*param_3,(void **)0x0)" ( (pointer_expression "*(pthread_t *)*param_3" * (cast_expression "(pthread_t *)*param_3" ( (type_descriptor "pthread_t *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_3" * identifier))) , (cast_expression "(void **)0x0" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal) )))) ;) (expression_statement "(**(code **)(unaff_EBX + 0x577f0))(*param_3);" (call_expression "(**(code **)(unaff_EBX + 0x577f0))(*param_3)" (parenthesized_expression "(**(code **)(unaff_EBX + 0x577f0))" ( (pointer_expression "**(code **)(unaff_EBX + 0x577f0)" * (pointer_expression "*(code **)(unaff_EBX + 0x577f0)" * (cast_expression "(code **)(unaff_EBX + 0x577f0)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBX + 0x577f0)" ( (binary_expression "unaff_EBX + 0x577f0" identifier + number_literal) ))))) )) (argument_list "(*param_3)" ( (pointer_expression "*param_3" * identifier) ))) ;) (expression_statement "*param_3 = 0;" (assignment_expression "*param_3 = 0" (pointer_expression "*param_3" * identifier) = number_literal) ;) (return_statement "return iVar1 == 0;" return (binary_expression "iVar1 == 0" identifier == number_literal) ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nint Curl_thread_join(pthread_t **hnd)\n\n{\n int iVar1;\n \n iVar1 = pthread_join(**hnd,(void **)0x0);\n (*Curl_cfree)(*hnd);\n *hnd = (pthread_t *)0x0;\n return (uint)(iVar1 == 0);\n}\n\n" comment comment (function_definition "int Curl_thread_join(pthread_t **hnd)\n\n{\n int iVar1;\n \n iVar1 = pthread_join(**hnd,(void **)0x0);\n (*Curl_cfree)(*hnd);\n *hnd = (pthread_t *)0x0;\n return (uint)(iVar1 == 0);\n}" primitive_type (function_declarator "Curl_thread_join(pthread_t **hnd)" identifier (parameter_list "(pthread_t **hnd)" ( (parameter_declaration "pthread_t **hnd" type_identifier (pointer_declarator "**hnd" * (pointer_declarator "*hnd" * identifier))) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = pthread_join(**hnd,(void **)0x0);\n (*Curl_cfree)(*hnd);\n *hnd = (pthread_t *)0x0;\n return (uint)(iVar1 == 0);\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = pthread_join(**hnd,(void **)0x0);" (assignment_expression "iVar1 = pthread_join(**hnd,(void **)0x0)" identifier = (call_expression "pthread_join(**hnd,(void **)0x0)" identifier (argument_list "(**hnd,(void **)0x0)" ( (pointer_expression "**hnd" * (pointer_expression "*hnd" * identifier)) , (cast_expression "(void **)0x0" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal) )))) ;) (expression_statement "(*Curl_cfree)(*hnd);" (call_expression "(*Curl_cfree)(*hnd)" (parenthesized_expression "(*Curl_cfree)" ( (pointer_expression "*Curl_cfree" * identifier) )) (argument_list "(*hnd)" ( (pointer_expression "*hnd" * identifier) ))) ;) (expression_statement "*hnd = (pthread_t *)0x0;" (assignment_expression "*hnd = (pthread_t *)0x0" (pointer_expression "*hnd" * identifier) = (cast_expression "(pthread_t *)0x0" ( (type_descriptor "pthread_t *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (return_statement "return (uint)(iVar1 == 0);" return (call_expression "(uint)(iVar1 == 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) ))) ;) })))
(translation_unit "bool __regparm2 FUN_0005f870(undefined4 param_1,undefined4 param_2,undefined4 *param_3)\n\n{\n int iVar1;\n int unaff_EBX;\n \n entry(param_2,0x5f87c);\n iVar1 = pthread_join(*(pthread_t *)*param_3,(void **)0x0);\n (**(code **)(unaff_EBX + 0x577f0))(*param_3);\n *param_3 = 0;\n return iVar1 == 0;\n}\n\n" (function_definition "bool __regparm2 FUN_0005f870(undefined4 param_1,undefined4 param_2,undefined4 *param_3)\n\n{\n int iVar1;\n int unaff_EBX;\n \n entry(param_2,0x5f87c);\n iVar1 = pthread_join(*(pthread_t *)*param_3,(void **)0x0);\n (**(code **)(unaff_EBX + 0x577f0))(*param_3);\n *param_3 = 0;\n return iVar1 == 0;\n}" primitive_type (ERROR "__regparm2" identifier) (function_declarator "FUN_0005f870(undefined4 param_1,undefined4 param_2,undefined4 *param_3)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2,undefined4 *param_3)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "undefined4 *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n int iVar1;\n int unaff_EBX;\n \n entry(param_2,0x5f87c);\n iVar1 = pthread_join(*(pthread_t *)*param_3,(void **)0x0);\n (**(code **)(unaff_EBX + 0x577f0))(*param_3);\n *param_3 = 0;\n return iVar1 == 0;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "int unaff_EBX;" primitive_type identifier ;) (expression_statement "entry(param_2,0x5f87c);" (call_expression "entry(param_2,0x5f87c)" identifier (argument_list "(param_2,0x5f87c)" ( identifier , number_literal ))) ;) (expression_statement "iVar1 = pthread_join(*(pthread_t *)*param_3,(void **)0x0);" (assignment_expression "iVar1 = pthread_join(*(pthread_t *)*param_3,(void **)0x0)" identifier = (call_expression "pthread_join(*(pthread_t *)*param_3,(void **)0x0)" identifier (argument_list "(*(pthread_t *)*param_3,(void **)0x0)" ( (pointer_expression "*(pthread_t *)*param_3" * (cast_expression "(pthread_t *)*param_3" ( (type_descriptor "pthread_t *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_3" * identifier))) , (cast_expression "(void **)0x0" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal) )))) ;) (expression_statement "(**(code **)(unaff_EBX + 0x577f0))(*param_3);" (call_expression "(**(code **)(unaff_EBX + 0x577f0))(*param_3)" (parenthesized_expression "(**(code **)(unaff_EBX + 0x577f0))" ( (pointer_expression "**(code **)(unaff_EBX + 0x577f0)" * (pointer_expression "*(code **)(unaff_EBX + 0x577f0)" * (cast_expression "(code **)(unaff_EBX + 0x577f0)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBX + 0x577f0)" ( (binary_expression "unaff_EBX + 0x577f0" identifier + number_literal) ))))) )) (argument_list "(*param_3)" ( (pointer_expression "*param_3" * identifier) ))) ;) (expression_statement "*param_3 = 0;" (assignment_expression "*param_3 = 0" (pointer_expression "*param_3" * identifier) = number_literal) ;) (return_statement "return iVar1 == 0;" return (binary_expression "iVar1 == 0" identifier == number_literal) ;) })))
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) , (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) 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 IDENT + LIT) ))))) )) (argument_list ( (pointer_expression * IDENT) ))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;) (return_statement return (binary_expression IDENT == LIT) ;) })))
(function_definition "bool __regparm2 FUN_0005f870(undefined4 param_1,undefined4 param_2,undefined4 *param_3)\n\n{\n int iVar1;\n int unaff_EBX;\n \n entry(param_2,0x5f87c);\n iVar1 = pthread_join(*(pthread_t *)*param_3,(void **)0x0);\n (**(code **)(unaff_EBX + 0x577f0))(*param_3);\n *param_3 = 0;\n return iVar1 == 0;\n}" (primitive_type "bool") (ERROR "__regparm2" (identifier "__regparm2")) (function_declarator "FUN_0005f870(undefined4 param_1,undefined4 param_2,undefined4 *param_3)" (identifier "FUN_0005f870") (parameter_list "(undefined4 param_1,undefined4 param_2,undefined4 *param_3)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) (, ",") (parameter_declaration "undefined4 *param_3" (type_identifier "undefined4") (pointer_declarator "*param_3" (* "*") (identifier "param_3"))) () ")"))) (compound_statement "{\n int iVar1;\n int unaff_EBX;\n \n entry(param_2,0x5f87c);\n iVar1 = pthread_join(*(pthread_t *)*param_3,(void **)0x0);\n (**(code **)(unaff_EBX + 0x577f0))(*param_3);\n *param_3 = 0;\n return iVar1 == 0;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "int unaff_EBX;" (primitive_type "int") (identifier "unaff_EBX") (; ";")) (expression_statement "entry(param_2,0x5f87c);" (call_expression "entry(param_2,0x5f87c)" (identifier "entry") (argument_list "(param_2,0x5f87c)" (( "(") (identifier "param_2") (, ",") (number_literal "0x5f87c") () ")"))) (; ";")) (expression_statement "iVar1 = pthread_join(*(pthread_t *)*param_3,(void **)0x0);" (assignment_expression "iVar1 = pthread_join(*(pthread_t *)*param_3,(void **)0x0)" (identifier "iVar1") (= "=") (call_expression "pthread_join(*(pthread_t *)*param_3,(void **)0x0)" (identifier "pthread_join") (argument_list "(*(pthread_t *)*param_3,(void **)0x0)" (( "(") (pointer_expression "*(pthread_t *)*param_3" (* "*") (cast_expression "(pthread_t *)*param_3" (( "(") (type_descriptor "pthread_t *" (type_identifier "pthread_t") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_3" (* "*") (identifier "param_3")))) (, ",") (cast_expression "(void **)0x0" (( "(") (type_descriptor "void **" (primitive_type "void") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (number_literal "0x0")) () ")")))) (; ";")) (expression_statement "(**(code **)(unaff_EBX + 0x577f0))(*param_3);" (call_expression "(**(code **)(unaff_EBX + 0x577f0))(*param_3)" (parenthesized_expression "(**(code **)(unaff_EBX + 0x577f0))" (( "(") (pointer_expression "**(code **)(unaff_EBX + 0x577f0)" (* "*") (pointer_expression "*(code **)(unaff_EBX + 0x577f0)" (* "*") (cast_expression "(code **)(unaff_EBX + 0x577f0)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(unaff_EBX + 0x577f0)" (( "(") (binary_expression "unaff_EBX + 0x577f0" (identifier "unaff_EBX") (+ "+") (number_literal "0x577f0")) () ")"))))) () ")")) (argument_list "(*param_3)" (( "(") (pointer_expression "*param_3" (* "*") (identifier "param_3")) () ")"))) (; ";")) (expression_statement "*param_3 = 0;" (assignment_expression "*param_3 = 0" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (= "=") (number_literal "0")) (; ";")) (return_statement "return iVar1 == 0;" (return "return") (binary_expression "iVar1 == 0" (identifier "iVar1") (== "==") (number_literal "0")) (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ int function_1(type_1 **hnd) { int var_2; var_2 = var_1(**hnd,(void **)0x0); (*Curl_cfree)(*hnd); *hnd = (type_1 *)0x0; return (uint)(var_2 == 0); }
null
(translation_unit (function_definition type: (primitive_type) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (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: (pointer_expression argument: (identifier)))) (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (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: (identifier) right: (number_literal))))))) arguments: (argument_list (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) (return_statement (binary_expression left: (identifier) right: (number_literal))))))
null
bool __regparm2 MASKED(undefined4 param_1,undefined4 param_2,undefined4 *param_3) { int iVar1; int unaff_EBX; entry(param_2,0x5f87c); iVar1 = pthread_join(*(pthread_t *)*param_3,(void **)0x0); (**(code **)(unaff_EBX + 0x577f0))(*param_3); *param_3 = 0; return iVar1 == 0; }
6230_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
do_layout_deferred_sections
FUN_0024e110
/* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void do_layout_deferred_sections(Sized_relobj_incr<64,_true> * this, Layout * param_1) */ void __thiscall gold::Sized_relobj_incr<64,_true>::do_layout_deferred_sections (Sized_relobj_incr<64,_true> *this,Layout *param_2) { return; }
void FUN_0024e110(void) { return; }
RET
null
null
null
null
[('const-0', u'RETURN_-1204035300')]
[('const-0', u'RETURN_-1204035300')]
null
null
0024e110
x86
O3
(translation_unit "void FUN_0024e110(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_0024e110(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_0024e110(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<64,_true> * this,\n Layout * param_1) */\n\nvoid __thiscall\ngold::Sized_relobj_incr<64,_true>::do_layout_deferred_sections\n (Sized_relobj_incr<64,_true> *this,Layout *param_2)\n\n{\n return;\n}\n\n" comment comment (declaration "void __thiscall\ngold::Sized_relobj_incr<64,_true>::do_layout_deferred_sections\n (Sized_relobj_incr<64,_true> *this,Layout *param_2)\n\n{\n return;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<64,_true>::do_layout_deferred_sections\n (Sized_relobj_incr<64,_true> *this,Layout *param_2)\n\n{\n return" < number_literal , (ERROR "_true>::" identifier > : :) (function_declarator "do_layout_deferred_sections\n (Sized_relobj_incr<64,_true> *this,Layout *param_2)" identifier (parameter_list "(Sized_relobj_incr<64,_true> *this,Layout *param_2)" ( (parameter_declaration "Sized_relobj_incr" type_identifier) (ERROR "<64" < number_literal) , (parameter_declaration "_true> *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_0024e110(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_0024e110(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_0024e110(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_0024e110(void)\n\n{\n return;\n}" (primitive_type "void") (function_declarator "FUN_0024e110(void)" (identifier "FUN_0024e110") (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<64,_true> * this, Layout * param_1) */ void __thiscall gold::Sized_relobj_incr<64,_true>::do_layout_deferred_sections (Sized_relobj_incr<64,_true> *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; }
554_x86_64-linux-gnu-ld_and_x86_64-linux-gnu-ld_strip.c
check_nocrossref
FUN_00036070
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ bfd_boolean check_nocrossref(cref_hash_entry *h,void *ignore) { undefined4 *puVar1; char *pcVar2; lang_nocrossref_type *plVar3; lang_nocrossrefs *ncrs; int iVar4; int iVar5; char *fmt; cref_ref *pcVar6; iVar4 = bfd_link_hash_lookup(link_info.hash,(h->root).string,0,0,1); if (iVar4 == 0) { pcVar2 = (h->root).string; fmt = (char *)dcgettext(0,"%P: symbol `%pT\' missing from main hash table\n",5); einfo(fmt,pcVar2); } else if (((byte)(*(char *)(iVar4 + 0xc) - 3U) < 2) && (puVar1 = *(undefined4 **)(*(int *)(iVar4 + 0x14) + 0x54), puVar1 != (undefined4 *)0x0)) { pcVar2 = (char *)*puVar1; for (ncrs = nocrossref_list; ncrs != (lang_nocrossrefs *)0x0; ncrs = ncrs->next) { for (plVar3 = ncrs->list; plVar3 != (lang_nocrossref_type *)0x0; plVar3 = plVar3->next) { iVar5 = strcmp(plVar3->name,pcVar2); if ((iVar5 == 0) && (pcVar6 = h->refs, pcVar6 != (cref_ref *)0x0)) { do { check_refs(*(char **)(iVar4 + 4),1,*(asection **)(iVar4 + 0x14),pcVar6->abfd,ncrs); pcVar6 = pcVar6->next; } while (pcVar6 != (cref_ref *)0x0); iVar5 = ncrs->onlyfirst; } else { iVar5 = ncrs->onlyfirst; } if (iVar5 != 0) break; } } } return 1; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 FUN_00036070(int param_1) { undefined4 *puVar1; char *__s2; undefined4 *puVar2; undefined4 uVar3; int iVar4; undefined4 uVar5; int *piVar6; iVar4 = bfd_link_hash_lookup(DAT_001d0400,*(undefined4 *)(param_1 + 4),0,0,1); if (iVar4 == 0) { uVar3 = *(undefined4 *)(param_1 + 4); uVar5 = dcgettext(0,"%P: symbol `%pT\' missing from main hash table\n",5); FUN_00034d20(uVar5,uVar3); } else if (((byte)(*(char *)(iVar4 + 0xc) - 3U) < 2) && (puVar1 = *(undefined4 **)(*(int *)(iVar4 + 0x14) + 0x54), puVar1 != (undefined4 *)0x0)) { __s2 = (char *)*puVar1; for (puVar1 = DAT_001d0374; puVar1 != (undefined4 *)0x0; puVar1 = (undefined4 *)*puVar1) { for (puVar2 = (undefined4 *)puVar1[1]; puVar2 != (undefined4 *)0x0; puVar2 = (undefined4 *)*puVar2) { iVar4 = strcmp((char *)puVar2[1],__s2); if ((iVar4 == 0) && (piVar6 = *(int **)(param_1 + 0x10), piVar6 != (int *)0x0)) { do { FUN_00035e70(piVar6[1],puVar1); piVar6 = (int *)*piVar6; } while (piVar6 != (int *)0x0); iVar4 = puVar1[2]; } else { iVar4 = puVar1[2]; } if (iVar4 != 0) break; } } } return 1; }
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x00017b80 ADD EBX,0x197f87 SUB ESP,0x28 MOV dword ptr [ESP + 0x14],EBX PUSH 0x1 PUSH 0x0 PUSH 0x0 MOV EAX,dword ptr [ESP + 0x48] PUSH dword ptr [EAX + 0x4] LEA EAX,[EBX + 0x23e0] PUSH dword ptr [EAX + 0x20] CALL 0x00016590 ADD ESP,0x20 TEST EAX,EAX JZ 0x00036174 MOV ESI,EAX MOVZX EAX,byte ptr [EAX + 0xc] SUB EAX,0x3 CMP AL,0x1 JA 0x00036167 MOV EAX,dword ptr [ESI + 0x14] MOV EAX,dword ptr [EAX + 0x54] TEST EAX,EAX JZ 0x00036167 MOV EAX,dword ptr [EAX] MOV dword ptr [ESP + 0xc],EAX MOV EAX,dword ptr [ESP + 0x8] LEA EAX,[EAX + 0x2374] MOV EBP,dword ptr [EAX] TEST EBP,EBP JZ 0x00036167 LEA ESI,[ESI] MOV EDI,dword ptr [EBP + 0x4] TEST EDI,EDI JNZ 0x00036105 JMP 0x00036160 MOV EAX,dword ptr [EBP + 0x8] TEST EAX,EAX JNZ 0x00036160 MOV EDI,dword ptr [EDI] TEST EDI,EDI JZ 0x00036160 SUB ESP,0x8 PUSH dword ptr [ESP + 0x14] PUSH dword ptr [EDI + 0x4] MOV EBX,dword ptr [ESP + 0x18] CALL 0x000160c0 ADD ESP,0x10 TEST EAX,EAX JNZ 0x000360f8 MOV EAX,dword ptr [ESP + 0x30] MOV EBX,dword ptr [EAX + 0x10] TEST EBX,EBX JZ 0x000360f8 LEA ESI,[ESI] SUB ESP,0x8 MOV ECX,dword ptr [ESI + 0x14] MOV EAX,dword ptr [ESI + 0x4] MOV EDX,0x1 PUSH EBP PUSH dword ptr [EBX + 0x4] CALL 0x00035e70 MOV EBX,dword ptr [EBX] ADD ESP,0x10 TEST EBX,EBX JNZ 0x00036130 MOV EAX,dword ptr [EBP + 0x8] TEST EAX,EAX JZ 0x000360ff LEA ESI,[ESI] NOP MOV EBP,dword ptr [EBP] TEST EBP,EBP JNZ 0x000360e8 ADD ESP,0x1c MOV EAX,0x1 POP EBX POP ESI POP EDI POP EBP RET MOV EAX,dword ptr [ESP + 0x30] SUB ESP,0x4 MOV ESI,dword ptr [EAX + 0x4] PUSH 0x5 MOV EDI,dword ptr [ESP + 0x10] LEA EAX,[EDI + 0xffeafe24] MOV EBX,EDI PUSH EAX PUSH 0x0 CALL 0x00016310 POP EDX POP ECX PUSH ESI PUSH EAX CALL 0x00034d20 ADD ESP,0x10 JMP 0x00036167
null
null
null
null
[(u'CALL_-1206099743', u'INT_ADD_-1206099362'), ('tmp_942', u'CBRANCH_-1206099357'), (u'MULTIEQUAL_-1206098754', u'PTRSUB_-1206098729'), (u'CAST_-1206098768', u'CALL_-1206099459'), ('const-0', u'PTRSUB_-1206098612'), ('const-8', u'PTRSUB_-1206098751'), (u'LOAD_-1206099347', u'MULTIEQUAL_-1206099059'), ('tmp_839', u'CBRANCH_-1206099316'), ('tmp_391', u'CBRANCH_-1206099596'), ('const-0', u'INT_NOTEQUAL_-1206099317'), (u'CAST_-1206098577', u'CALL_-1206099150'), (u'MULTIEQUAL_-1206098733', u'MULTIEQUAL_-1206098673'), (u'PTRSUB_-1206098751', u'LOAD_-1206099377'), (u'INT_NOTEQUAL_-1206099317', u'CBRANCH_-1206099316'), ('const-0', u'INT_NOTEQUAL_-1206099568'), (u'COPY_-1206098817', u'MULTIEQUAL_-1206098771'), (u'MULTIEQUAL_-1206099059', u'PTRSUB_-1206098667'), ('const-417', u'LOAD_-1206099773'), ('const-417', u'LOAD_-1206099378'), (u'CALL_-1206099150', u'INDIRECT_-1206098622'), (u'LOAD_-1206099773', u'CALL_-1206099743'), ('const-417', u'LOAD_-1206099315'), ('const-0', u'PTRSUB_-1206098858'), (u'PTRSUB_-1206098612', u'PTRSUB_-1206098597'), ('tmp_223', u'CBRANCH_-1206099716'), (u'COPY_-1206098669', u'CALL_-1206099176'), ('const-12', u'INT_ADD_-1206099692'), (u'CAST_-1206098780', u'LOAD_-1206099663'), (u'INDIRECT_-1206098864', u'MULTIEQUAL_-1206098769'), (u'PTRSUB_-1206098768', u'LOAD_-1206099587'), (u'INT_SUB_-1206099682', u'CAST_-1206098791'), (u'LOAD_-1206099453', u'MULTIEQUAL_-1206098771'), ('const-417', u'LOAD_-1206099384'), (u'INDIRECT_-1206098742', u'MULTIEQUAL_-1206098732'), ('const-16', u'PTRSUB_-1206098705'), (u'INDIRECT_-1206098754', u'MULTIEQUAL_-1206098723'), (u'LOAD_-1206099362', u'CALL_-1206099348'), (u'CALL_-1206099459', u'INT_EQUAL_-1206099433'), (u'PTRSUB_-1206098640', u'LOAD_-1206099453'), ('const-1', u'CALL_-1206099348'), ('tmp_334', u'CBRANCH_-1206099644'), ('const-0', u'CALL_-1206099176'), (u'CAST_-1206098784', u'LOAD_-1206099669'), (u'CALL_-1206099348', u'INDIRECT_-1206098694'), ('const-4', u'PTRSUB_-1206098729'), ('const-0', u'RETURN_-1206099385'), (u'LOAD_-1206099383', u'MULTIEQUAL_-1206098754'), ('const-4', u'PTRSUB_-1206098833'), (u'INT_ADD_-1206099692', u'CAST_-1206098801'), (u'LOAD_-1206099708', u'INT_SUB_-1206099682'), ('const-3', u'INT_SUB_-1206099682'), ('tmp_1129', u'PTRSUB_-1206098705'), (u'INT_NOTEQUAL_-1206099358', u'CBRANCH_-1206099357'), ('const-0', u'INT_EQUAL_-1206099433'), (u'MULTIEQUAL_-1206098770', u'MULTIEQUAL_-1206098752'), (u'PTRSUB_-1206098833', u'LOAD_-1206099773'), (u'LOAD_-1206099315', u'MULTIEQUAL_-1206098731'), (u'LOAD_-1206099384', u'CALL_-1206099348'), ('const-4', u'PTRSUB_-1206098768'), ('const-417', u'LOAD_-1206099669'), (u'PTRSUB_-1206098597', u'LOAD_-1206099220'), (u'MULTIEQUAL_-1206098771', u'PTRSUB_-1206098768'), (u'PTRSUB_-1206098729', u'LOAD_-1206099480'), ('const-8', u'PTRSUB_-1206098657'), ('const-417', u'LOAD_-1206099347'), (u'MULTIEQUAL_-1206098751', u'MULTIEQUAL_-1206098661'), (u'MULTIEQUAL_-1206098732', u'MULTIEQUAL_-1206098661'), ('const-417', u'LOAD_-1206099377'), (u'MULTIEQUAL_-1206098770', u'MULTIEQUAL_-1206098664'), ('const-417', u'LOAD_-1206099663'), (u'INT_ADD_-1206099368', u'CAST_-1206098663'), (u'MULTIEQUAL_-1206098652', u'COPY_-1206098704'), ('const-4', u'PTRSUB_-1206098597'), (u'INT_EQUAL_-1206099433', u'CBRANCH_-1206099431'), (u'INT_NOTEQUAL_-1206099568', u'CBRANCH_-1206099567'), ('const-417', u'LOAD_-1206099383'), ('const-4', u'PTRSUB_-1206098676'), (u'MULTIEQUAL_-1206098771', u'PTRSUB_-1206098640'), ('const-417', u'LOAD_-1206099220'), (u'CAST_-1206098801', u'LOAD_-1206099708'), ('const-417', u'LOAD_-1206099640'), (u'INDIRECT_-1206098610', u'MULTIEQUAL_-1206098652'), ('const-20', u'INT_ADD_-1206099368'), ('const-0', u'PTRSUB_-1206098743'), (u'CALL_-1206099459', u'INDIRECT_-1206098754'), (u'CAST_-1206098659', u'LOAD_-1206099378'), (u'MULTIEQUAL_-1206098771', u'PTRSUB_-1206098751'), (u'INT_NOTEQUAL_-1206099404', u'CBRANCH_-1206099404'), (u'CALL_-1206099348', u'INDIRECT_-1206098706'), (u'INT_NOTEQUAL_-1206099644', u'CBRANCH_-1206099644'), (u'LOAD_-1206099480', u'CALL_-1206099459'), ('const-1', u'CALL_-1206099743'), ('const-2', u'INT_LESS_-1206099666'), (u'INDIRECT_-1206098694', u'MULTIEQUAL_-1206098711'), (u'PTRSUB_-1206098667', u'LOAD_-1206099347'), ('const-417', u'LOAD_-1206099480'), (u'CALL_-1206099150', u'INDIRECT_-1206098610'), (u'INDIRECT_-1206098706', u'MULTIEQUAL_-1206098733'), ('const-0', u'CALL_-1206099743'), (u'LOAD_-1206099423', u'MULTIEQUAL_-1206099059'), ('const-0', u'INT_NOTEQUAL_-1206099358'), ('const-0', u'PTRSUB_-1206098667'), ('tmp_1129', u'PTRSUB_-1206098858'), (u'LOAD_-1206099347', u'INT_NOTEQUAL_-1206099317'), ('const-515620', u'COPY_-1206098669'), ('const-417', u'LOAD_-1206099362'), (u'LOAD_-1206099423', u'INT_NOTEQUAL_-1206099404'), (u'MULTIEQUAL_-1206098661', u'MULTIEQUAL_-1206098769'), (u'CAST_-1206098663', u'LOAD_-1206099384'), (u'MULTIEQUAL_-1206098769', u'MULTIEQUAL_-1206098652'), ('const-0', u'INT_EQUAL_-1206099717'), ('const-417', u'LOAD_-1206099423'), (u'INT_LESS_-1206099666', u'CBRANCH_-1206099674'), (u'INT_ADD_-1206099647', u'CAST_-1206098780'), (u'CALL_-1206099459', u'INDIRECT_-1206098742'), ('tmp_1129', u'PTRSUB_-1206098612'), ('const-0', u'PTRSUB_-1206098640'), (u'PTRSUB_-1206098676', u'LOAD_-1206099362'), (u'MULTIEQUAL_-1206098771', u'PTRSUB_-1206098657'), (u'MULTIEQUAL_-1206098754', u'INT_NOTEQUAL_-1206099568'), ('const-0', u'INT_NOTEQUAL_-1206099404'), ('const-4', u'INT_ADD_-1206099362'), (u'CALL_-1206099743', u'INT_ADD_-1206099653'), (u'CALL_-1206099176', u'INDIRECT_-1206098620'), (u'INDIRECT_-1206098754', u'MULTIEQUAL_-1206098733'), ('tmp_662', u'CBRANCH_-1206099431'), (u'CALL_-1206099743', u'INT_ADD_-1206099692'), ('const-0', u'INT_NOTEQUAL_-1206099596'), (u'INT_ADD_-1206099653', u'CAST_-1206098784'), (u'INDIRECT_-1206098706', u'MULTIEQUAL_-1206098723'), (u'LOAD_-1206099587', u'MULTIEQUAL_-1206098754'), (u'MULTIEQUAL_-1206098664', u'COPY_-1206098716'), (u'MULTIEQUAL_-1206098732', u'MULTIEQUAL_-1206098751'), ('const-417', u'LOAD_-1206099453'), ('const-5', u'CALL_-1206099176'), (u'INT_NOTEQUAL_-1206099596', u'CBRANCH_-1206099596'), (u'PTRSUB_-1206098858', u'PTRSUB_-1206098833'), (u'PTRSUB_-1206098743', u'LOAD_-1206099383'), (u'INT_ADD_-1206099362', u'CAST_-1206098659'), (u'MULTIEQUAL_-1206098731', u'INT_NOTEQUAL_-1206099358'), (u'INDIRECT_-1206098694', u'MULTIEQUAL_-1206098732'), (u'MULTIEQUAL_-1206099059', u'PTRSUB_-1206098676'), ('const-0', u'CALL_-1206099743'), (u'INDIRECT_-1206098876', u'MULTIEQUAL_-1206098770'), (u'CALL_-1206099743', u'INT_EQUAL_-1206099717'), ('const-417', u'LOAD_-1206099587'), (u'INDIRECT_-1206098876', u'COPY_-1206098817'), ('tmp_1103', u'BRANCH_-1206099135'), ('const-20', u'INT_ADD_-1206099653'), (u'LOAD_-1206099378', u'CALL_-1206099348'), ('const-1', u'COPY_-1206099422'), ('const-417', u'LOAD_-1206099708'), (u'MULTIEQUAL_-1206098769', u'MULTIEQUAL_-1206098751'), (u'LOAD_-1206099663', u'LOAD_-1206099640'), (u'CALL_-1206099743', u'INDIRECT_-1206098864'), (u'INDIRECT_-1206098876', u'MULTIEQUAL_-1206098664'), (u'MULTIEQUAL_-1206098752', u'MULTIEQUAL_-1206098673'), (u'INDIRECT_-1206098864', u'MULTIEQUAL_-1206098652'), (u'LOAD_-1206099640', u'CAST_-1206098768'), (u'MULTIEQUAL_-1206098754', u'PTRSUB_-1206098743'), ('tmp_704', u'CBRANCH_-1206099404'), (u'MULTIEQUAL_-1206098771', u'CALL_-1206099348'), (u'INT_EQUAL_-1206099717', u'CBRANCH_-1206099716'), (u'CAST_-1206098791', u'INT_LESS_-1206099666'), (u'MULTIEQUAL_-1206098733', u'MULTIEQUAL_-1206098752'), (u'CALL_-1206099743', u'INT_ADD_-1206099368'), (u'LOAD_-1206099663', u'INT_NOTEQUAL_-1206099644'), ('tmp_429', u'CBRANCH_-1206099567'), ('const-0', u'INT_NOTEQUAL_-1206099644'), (u'INDIRECT_-1206098742', u'MULTIEQUAL_-1206098711'), (u'INDIRECT_-1206098622', u'MULTIEQUAL_-1206098664'), (u'LOAD_-1206099377', u'MULTIEQUAL_-1206098731'), (u'CALL_-1206099176', u'INDIRECT_-1206098632'), ('tmp_292', u'CBRANCH_-1206099674'), (u'MULTIEQUAL_-1206098771', u'INT_NOTEQUAL_-1206099596'), (u'CALL_-1206099743', u'INDIRECT_-1206098876'), ('const-84', u'INT_ADD_-1206099647'), (u'MULTIEQUAL_-1206098673', u'MULTIEQUAL_-1206098770'), (u'PTRSUB_-1206098705', u'LOAD_-1206099423'), ('tmp_3077', u'CALL_-1206099743'), (u'PTRSUB_-1206098657', u'LOAD_-1206099315'), (u'CALL_-1206099176', u'CAST_-1206098577'), (u'LOAD_-1206099669', u'INT_ADD_-1206099647'), (u'LOAD_-1206099220', u'CALL_-1206099150'), (u'COPY_-1206099422', u'RETURN_-1206099385')]
[('tmp_942', u'CBRANCH_-1206099357'), (u'INDIRECT_-1206098891', u'COPY_-1206098842'), ('tmp_839', u'CBRANCH_-1206099316'), (u'LOAD_-1206099640', u'CAST_-1206098792'), (u'INDIRECT_-1206098709', u'MULTIEQUAL_-1206098755'), (u'INT_ADD_-1206099653', u'CAST_-1206098808'), ('tmp_391', u'CBRANCH_-1206099596'), ('const-0', u'INT_NOTEQUAL_-1206099317'), ('const-0', u'CALL_-1206099743'), (u'CAST_-1206098804', u'LOAD_-1206099663'), (u'CAST_-1206098815', u'INT_LESS_-1206099666'), (u'MULTIEQUAL_-1206098676', u'MULTIEQUAL_-1206098792'), (u'INT_NOTEQUAL_-1206099317', u'CBRANCH_-1206099316'), ('const-0', u'INT_NOTEQUAL_-1206099568'), (u'CAST_-1206098701', u'LOAD_-1206099423'), ('tmp_2889', u'INT_ADD_-1206099407'), (u'MULTIEQUAL_-1206099063', u'PTRADD_-1206098696'), (u'MULTIEQUAL_-1206098754', u'INT_NOTEQUAL_-1206099358'), (u'INDIRECT_-1206098769', u'MULTIEQUAL_-1206098756'), (u'CAST_-1206098792', u'CALL_-1206099459'), (u'LOAD_-1206099773', u'CALL_-1206099743'), (u'MULTIEQUAL_-1206098792', u'MULTIEQUAL_-1206098667'), (u'LOAD_-1206099377', u'MULTIEQUAL_-1206098754'), (u'PTRADD_-1206098769', u'LOAD_-1206099377'), ('const-16', u'INT_ADD_-1206099407'), ('tmp_223', u'CBRANCH_-1206099716'), ('const-4', u'PTRADD_-1206098696'), (u'CAST_-1206098664', u'INT_NOTEQUAL_-1206099317'), (u'CAST_-1206098637', u'MULTIEQUAL_-1206098794'), (u'LOAD_-1206099383', u'CAST_-1206098735'), ('const-12', u'INT_ADD_-1206099692'), (u'MULTIEQUAL_-1206098777', u'PTRADD_-1206098748'), (u'CALL_-1206099348', u'INDIRECT_-1206098709'), (u'MULTIEQUAL_-1206098792', u'MULTIEQUAL_-1206098774'), (u'LOAD_-1206099362', u'CALL_-1206099348'), (u'LOAD_-1206099347', u'CAST_-1206098664'), (u'MULTIEQUAL_-1206098667', u'COPY_-1206098719'), (u'CALL_-1206099459', u'INT_EQUAL_-1206099433'), ('const-417', u'LOAD_-1206099453'), (u'MULTIEQUAL_-1206098777', u'LOAD_-1206099383'), (u'PTRADD_-1206098696', u'LOAD_-1206099362'), ('tmp_334', u'CBRANCH_-1206099644'), (u'CALL_-1206099348', u'INDIRECT_-1206098721'), ('tmp_3028', u'CALL_-1206099743'), (u'MULTIEQUAL_-1206098679', u'COPY_-1206098731'), ('const-0', u'RETURN_-1206099385'), (u'CAST_-1206098825', u'LOAD_-1206099708'), ('const-3', u'INT_SUB_-1206099682'), ('const-417', u'LOAD_-1206099362'), (u'PTRADD_-1206098748', u'LOAD_-1206099480'), (u'LOAD_-1206099708', u'INT_SUB_-1206099682'), ('const-5', u'CALL_-1206099176'), (u'INT_NOTEQUAL_-1206099358', u'CBRANCH_-1206099357'), ('const-0', u'INT_EQUAL_-1206099433'), (u'MULTIEQUAL_-1206098793', u'MULTIEQUAL_-1206098679'), (u'PTRADD_-1206098786', u'LOAD_-1206099587'), (u'MULTIEQUAL_-1206098794', u'PTRADD_-1206098769'), (u'INT_ADD_-1206099647', u'CAST_-1206098804'), (u'MULTIEQUAL_-1206098777', u'INT_NOTEQUAL_-1206099568'), ('const-417', u'LOAD_-1206099377'), (u'MULTIEQUAL_-1206098775', u'MULTIEQUAL_-1206098688'), ('tmp_2889', u'INT_ADD_-1206099757'), (u'LOAD_-1206099315', u'MULTIEQUAL_-1206098754'), (u'LOAD_-1206099423', u'MULTIEQUAL_-1206099063'), (u'CALL_-1206099150', u'INDIRECT_-1206098625'), (u'INDIRECT_-1206098721', u'MULTIEQUAL_-1206098738'), (u'MULTIEQUAL_-1206098756', u'MULTIEQUAL_-1206098775'), (u'INT_EQUAL_-1206099433', u'CBRANCH_-1206099431'), (u'INT_ADD_-1206099757', u'CAST_-1206098857'), (u'COPY_-1206098842', u'MULTIEQUAL_-1206098794'), (u'INT_NOTEQUAL_-1206099568', u'CBRANCH_-1206099567'), ('const-417', u'LOAD_-1206099640'), ('const-2', u'PTRADD_-1206098769'), (u'INDIRECT_-1206098769', u'MULTIEQUAL_-1206098738'), ('const-0', u'CALL_-1206099176'), (u'INDIRECT_-1206098757', u'MULTIEQUAL_-1206098726'), (u'CAST_-1206098664', u'MULTIEQUAL_-1206099063'), (u'MULTIEQUAL_-1206098688', u'MULTIEQUAL_-1206098793'), (u'INT_NOTEQUAL_-1206099404', u'CBRANCH_-1206099404'), ('const-2', u'INT_LESS_-1206099666'), (u'INDIRECT_-1206098891', u'MULTIEQUAL_-1206098679'), (u'INT_SUB_-1206099682', u'CAST_-1206098815'), (u'INT_NOTEQUAL_-1206099644', u'CBRANCH_-1206099644'), (u'COPY_-1206098684', u'CALL_-1206099176'), (u'CALL_-1206099176', u'CALL_-1206099150'), ('const-0', u'INT_NOTEQUAL_-1206099358'), ('const-0', u'CALL_-1206099743'), (u'LOAD_-1206099423', u'INT_NOTEQUAL_-1206099404'), (u'INDIRECT_-1206098891', u'MULTIEQUAL_-1206098793'), ('const-0', u'INT_EQUAL_-1206099717'), (u'INT_LESS_-1206099666', u'CBRANCH_-1206099674'), ('const-417', u'LOAD_-1206099708'), (u'CAST_-1206098762', u'MULTIEQUAL_-1206098777'), (u'CAST_-1206098808', u'LOAD_-1206099669'), ('const-1', u'CALL_-1206099743'), (u'INDIRECT_-1206098879', u'MULTIEQUAL_-1206098792'), (u'INT_ADD_-1206099204', u'CAST_-1206098621'), ('const-1', u'PTRADD_-1206098696'), ('const-417', u'LOAD_-1206099480'), ('const-0', u'INT_NOTEQUAL_-1206099404'), ('const-4', u'PTRADD_-1206098769'), ('const-515620', u'COPY_-1206098684'), ('tmp_2889', u'INT_ADD_-1206099204'), (u'CALL_-1206099743', u'INDIRECT_-1206098879'), (u'CALL_-1206099150', u'INDIRECT_-1206098637'), (u'CALL_-1206099743', u'INT_ADD_-1206099653'), (u'CALL_-1206099743', u'INDIRECT_-1206098891'), ('const-1', u'PTRADD_-1206098748'), ('tmp_662', u'CBRANCH_-1206099431'), (u'CALL_-1206099743', u'INT_ADD_-1206099692'), ('const-0', u'INT_NOTEQUAL_-1206099596'), (u'MULTIEQUAL_-1206098794', u'PTRADD_-1206098678'), (u'MULTIEQUAL_-1206098793', u'MULTIEQUAL_-1206098775'), ('const-2', u'PTRADD_-1206098678'), (u'MULTIEQUAL_-1206098774', u'MULTIEQUAL_-1206098676'), (u'LOAD_-1206099453', u'CAST_-1206098637'), (u'CALL_-1206099176', u'INDIRECT_-1206098647'), (u'MULTIEQUAL_-1206098794', u'INT_NOTEQUAL_-1206099596'), (u'MULTIEQUAL_-1206099063', u'LOAD_-1206099347'), (u'PTRADD_-1206098678', u'LOAD_-1206099315'), (u'MULTIEQUAL_-1206098794', u'LOAD_-1206099453'), (u'INT_NOTEQUAL_-1206099596', u'CBRANCH_-1206099596'), (u'CAST_-1206098735', u'MULTIEQUAL_-1206098777'), (u'INDIRECT_-1206098709', u'MULTIEQUAL_-1206098726'), ('const-417', u'LOAD_-1206099587'), (u'CALL_-1206099176', u'INDIRECT_-1206098635'), (u'LOAD_-1206099587', u'CAST_-1206098762'), (u'INT_ADD_-1206099692', u'CAST_-1206098825'), (u'MULTIEQUAL_-1206098756', u'MULTIEQUAL_-1206098688'), (u'CAST_-1206098725', u'CALL_-1206099459'), (u'CALL_-1206099743', u'INT_EQUAL_-1206099717'), ('const-4', u'PTRADD_-1206098748'), (u'INDIRECT_-1206098637', u'MULTIEQUAL_-1206098679'), ('const-4', u'INT_ADD_-1206099204'), (u'INDIRECT_-1206098879', u'MULTIEQUAL_-1206098667'), ('const-4', u'PTRADD_-1206098786'), ('tmp_1103', u'BRANCH_-1206099135'), ('const-20', u'INT_ADD_-1206099653'), ('const-1', u'COPY_-1206099422'), (u'CALL_-1206099459', u'INDIRECT_-1206098757'), (u'LOAD_-1206099663', u'LOAD_-1206099640'), ('const-4', u'PTRADD_-1206098678'), ('const-1', u'PTRADD_-1206098786'), ('const-4', u'INT_ADD_-1206099757'), ('tmp_704', u'CBRANCH_-1206099404'), (u'INDIRECT_-1206098721', u'MULTIEQUAL_-1206098756'), (u'MULTIEQUAL_-1206098794', u'PTRADD_-1206098786'), (u'CALL_-1206099459', u'INDIRECT_-1206098769'), (u'CAST_-1206098621', u'LOAD_-1206099220'), (u'INT_EQUAL_-1206099717', u'CBRANCH_-1206099716'), ('const-417', u'LOAD_-1206099383'), (u'LOAD_-1206099663', u'INT_NOTEQUAL_-1206099644'), ('const-417', u'LOAD_-1206099423'), (u'MULTIEQUAL_-1206098755', u'MULTIEQUAL_-1206098676'), (u'INT_ADD_-1206099407', u'CAST_-1206098701'), ('const-417', u'LOAD_-1206099347'), (u'INDIRECT_-1206098625', u'MULTIEQUAL_-1206098667'), ('const-417', u'LOAD_-1206099315'), ('tmp_429', u'CBRANCH_-1206099567'), ('const-0', u'INT_NOTEQUAL_-1206099644'), ('const-417', u'LOAD_-1206099663'), ('tmp_292', u'CBRANCH_-1206099674'), (u'LOAD_-1206099480', u'CAST_-1206098725'), (u'MULTIEQUAL_-1206098794', u'CALL_-1206099348'), (u'INDIRECT_-1206098757', u'MULTIEQUAL_-1206098755'), ('const-417', u'LOAD_-1206099773'), ('const-417', u'LOAD_-1206099220'), ('const-84', u'INT_ADD_-1206099647'), ('const-417', u'LOAD_-1206099669'), (u'LOAD_-1206099669', u'INT_ADD_-1206099647'), (u'LOAD_-1206099220', u'CALL_-1206099150'), (u'MULTIEQUAL_-1206098755', u'MULTIEQUAL_-1206098774'), (u'CAST_-1206098857', u'LOAD_-1206099773'), (u'COPY_-1206099422', u'RETURN_-1206099385')]
null
null
00036070
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 FUN_00036070(int param_1)\n\n{\n undefined4 *puVar1;\n char *__s2;\n undefined4 *puVar2;\n undefined4 uVar3;\n int iVar4;\n undefined4 uVar5;\n int *piVar6;\n \n iVar4 = bfd_link_hash_lookup(DAT_001d0400,*(undefined4 *)(param_1 + 4),0,0,1);\n if (iVar4 == 0) {\n uVar3 = *(undefined4 *)(param_1 + 4);\n uVar5 = dcgettext(0,"%P: symbol `%pT\' missing from main hash table\n",5);\n FUN_00034d20(uVar5,uVar3);\n }\n else if (((byte)(*(char *)(iVar4 + 0xc) - 3U) < 2) &&\n (puVar1 = *(undefined4 **)(*(int *)(iVar4 + 0x14) + 0x54), puVar1 != (undefined4 *)0x0)) {\n __s2 = (char *)*puVar1;\n for (puVar1 = DAT_001d0374; puVar1 != (undefined4 *)0x0; puVar1 = (undefined4 *)*puVar1) {\n for (puVar2 = (undefined4 *)puVar1[1]; puVar2 != (undefined4 *)0x0;\n puVar2 = (undefined4 *)*puVar2) {\n iVar4 = strcmp((char *)puVar2[1],__s2);\n if ((iVar4 == 0) && (piVar6 = *(int **)(param_1 + 0x10), piVar6 != (int *)0x0)) {\n do {\n FUN_00035e70(piVar6[1],puVar1);\n piVar6 = (int *)*piVar6;\n } while (piVar6 != (int *)0x0);\n iVar4 = puVar1[2];\n }\n else {\n iVar4 = puVar1[2];\n }\n if (iVar4 != 0) break;\n }\n }\n }\n return 1;\n}\n\n" comment (function_definition "undefined4 FUN_00036070(int param_1)\n\n{\n undefined4 *puVar1;\n char *__s2;\n undefined4 *puVar2;\n undefined4 uVar3;\n int iVar4;\n undefined4 uVar5;\n int *piVar6;\n \n iVar4 = bfd_link_hash_lookup(DAT_001d0400,*(undefined4 *)(param_1 + 4),0,0,1);\n if (iVar4 == 0) {\n uVar3 = *(undefined4 *)(param_1 + 4);\n uVar5 = dcgettext(0,"%P: symbol `%pT\' missing from main hash table\n",5);\n FUN_00034d20(uVar5,uVar3);\n }\n else if (((byte)(*(char *)(iVar4 + 0xc) - 3U) < 2) &&\n (puVar1 = *(undefined4 **)(*(int *)(iVar4 + 0x14) + 0x54), puVar1 != (undefined4 *)0x0)) {\n __s2 = (char *)*puVar1;\n for (puVar1 = DAT_001d0374; puVar1 != (undefined4 *)0x0; puVar1 = (undefined4 *)*puVar1) {\n for (puVar2 = (undefined4 *)puVar1[1]; puVar2 != (undefined4 *)0x0;\n puVar2 = (undefined4 *)*puVar2) {\n iVar4 = strcmp((char *)puVar2[1],__s2);\n if ((iVar4 == 0) && (piVar6 = *(int **)(param_1 + 0x10), piVar6 != (int *)0x0)) {\n do {\n FUN_00035e70(piVar6[1],puVar1);\n piVar6 = (int *)*piVar6;\n } while (piVar6 != (int *)0x0);\n iVar4 = puVar1[2];\n }\n else {\n iVar4 = puVar1[2];\n }\n if (iVar4 != 0) break;\n }\n }\n }\n return 1;\n}" type_identifier (function_declarator "FUN_00036070(int param_1)" identifier (parameter_list "(int param_1)" ( (parameter_declaration "int param_1" primitive_type identifier) ))) (compound_statement "{\n undefined4 *puVar1;\n char *__s2;\n undefined4 *puVar2;\n undefined4 uVar3;\n int iVar4;\n undefined4 uVar5;\n int *piVar6;\n \n iVar4 = bfd_link_hash_lookup(DAT_001d0400,*(undefined4 *)(param_1 + 4),0,0,1);\n if (iVar4 == 0) {\n uVar3 = *(undefined4 *)(param_1 + 4);\n uVar5 = dcgettext(0,"%P: symbol `%pT\' missing from main hash table\n",5);\n FUN_00034d20(uVar5,uVar3);\n }\n else if (((byte)(*(char *)(iVar4 + 0xc) - 3U) < 2) &&\n (puVar1 = *(undefined4 **)(*(int *)(iVar4 + 0x14) + 0x54), puVar1 != (undefined4 *)0x0)) {\n __s2 = (char *)*puVar1;\n for (puVar1 = DAT_001d0374; puVar1 != (undefined4 *)0x0; puVar1 = (undefined4 *)*puVar1) {\n for (puVar2 = (undefined4 *)puVar1[1]; puVar2 != (undefined4 *)0x0;\n puVar2 = (undefined4 *)*puVar2) {\n iVar4 = strcmp((char *)puVar2[1],__s2);\n if ((iVar4 == 0) && (piVar6 = *(int **)(param_1 + 0x10), piVar6 != (int *)0x0)) {\n do {\n FUN_00035e70(piVar6[1],puVar1);\n piVar6 = (int *)*piVar6;\n } while (piVar6 != (int *)0x0);\n iVar4 = puVar1[2];\n }\n else {\n iVar4 = puVar1[2];\n }\n if (iVar4 != 0) break;\n }\n }\n }\n return 1;\n}" { (declaration "undefined4 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "char *__s2;" primitive_type (pointer_declarator "*__s2" * identifier) ;) (declaration "undefined4 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "undefined4 uVar3;" type_identifier identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "undefined4 uVar5;" type_identifier identifier ;) (declaration "int *piVar6;" primitive_type (pointer_declarator "*piVar6" * identifier) ;) (expression_statement "iVar4 = bfd_link_hash_lookup(DAT_001d0400,*(undefined4 *)(param_1 + 4),0,0,1);" (assignment_expression "iVar4 = bfd_link_hash_lookup(DAT_001d0400,*(undefined4 *)(param_1 + 4),0,0,1)" identifier = (call_expression "bfd_link_hash_lookup(DAT_001d0400,*(undefined4 *)(param_1 + 4),0,0,1)" identifier (argument_list "(DAT_001d0400,*(undefined4 *)(param_1 + 4),0,0,1)" ( identifier , (pointer_expression "*(undefined4 *)(param_1 + 4)" * (cast_expression "(undefined4 *)(param_1 + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) )))) , number_literal , number_literal , number_literal )))) ;) (if_statement "if (iVar4 == 0) {\n uVar3 = *(undefined4 *)(param_1 + 4);\n uVar5 = dcgettext(0,"%P: symbol `%pT\' missing from main hash table\n",5);\n FUN_00034d20(uVar5,uVar3);\n }\n else if (((byte)(*(char *)(iVar4 + 0xc) - 3U) < 2) &&\n (puVar1 = *(undefined4 **)(*(int *)(iVar4 + 0x14) + 0x54), puVar1 != (undefined4 *)0x0)) {\n __s2 = (char *)*puVar1;\n for (puVar1 = DAT_001d0374; puVar1 != (undefined4 *)0x0; puVar1 = (undefined4 *)*puVar1) {\n for (puVar2 = (undefined4 *)puVar1[1]; puVar2 != (undefined4 *)0x0;\n puVar2 = (undefined4 *)*puVar2) {\n iVar4 = strcmp((char *)puVar2[1],__s2);\n if ((iVar4 == 0) && (piVar6 = *(int **)(param_1 + 0x10), piVar6 != (int *)0x0)) {\n do {\n FUN_00035e70(piVar6[1],puVar1);\n piVar6 = (int *)*piVar6;\n } while (piVar6 != (int *)0x0);\n iVar4 = puVar1[2];\n }\n else {\n iVar4 = puVar1[2];\n }\n if (iVar4 != 0) break;\n }\n }\n }" if (parenthesized_expression "(iVar4 == 0)" ( (binary_expression "iVar4 == 0" identifier == number_literal) )) (compound_statement "{\n uVar3 = *(undefined4 *)(param_1 + 4);\n uVar5 = dcgettext(0,"%P: symbol `%pT\' missing from main hash table\n",5);\n FUN_00034d20(uVar5,uVar3);\n }" { (expression_statement "uVar3 = *(undefined4 *)(param_1 + 4);" (assignment_expression "uVar3 = *(undefined4 *)(param_1 + 4)" identifier = (pointer_expression "*(undefined4 *)(param_1 + 4)" * (cast_expression "(undefined4 *)(param_1 + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) ))))) ;) (expression_statement "uVar5 = dcgettext(0,"%P: symbol `%pT\' missing from main hash table\n",5);" (assignment_expression "uVar5 = dcgettext(0,"%P: symbol `%pT\' missing from main hash table\n",5)" identifier = (call_expression "dcgettext(0,"%P: symbol `%pT\' missing from main hash table\n",5)" identifier (argument_list "(0,"%P: symbol `%pT\' missing from main hash table\n",5)" ( number_literal , (string_literal ""%P: symbol `%pT\' missing from main hash table\n"" " string_content escape_sequence string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_00034d20(uVar5,uVar3);" (call_expression "FUN_00034d20(uVar5,uVar3)" identifier (argument_list "(uVar5,uVar3)" ( identifier , identifier ))) ;) }) (else_clause "else if (((byte)(*(char *)(iVar4 + 0xc) - 3U) < 2) &&\n (puVar1 = *(undefined4 **)(*(int *)(iVar4 + 0x14) + 0x54), puVar1 != (undefined4 *)0x0)) {\n __s2 = (char *)*puVar1;\n for (puVar1 = DAT_001d0374; puVar1 != (undefined4 *)0x0; puVar1 = (undefined4 *)*puVar1) {\n for (puVar2 = (undefined4 *)puVar1[1]; puVar2 != (undefined4 *)0x0;\n puVar2 = (undefined4 *)*puVar2) {\n iVar4 = strcmp((char *)puVar2[1],__s2);\n if ((iVar4 == 0) && (piVar6 = *(int **)(param_1 + 0x10), piVar6 != (int *)0x0)) {\n do {\n FUN_00035e70(piVar6[1],puVar1);\n piVar6 = (int *)*piVar6;\n } while (piVar6 != (int *)0x0);\n iVar4 = puVar1[2];\n }\n else {\n iVar4 = puVar1[2];\n }\n if (iVar4 != 0) break;\n }\n }\n }" else (if_statement "if (((byte)(*(char *)(iVar4 + 0xc) - 3U) < 2) &&\n (puVar1 = *(undefined4 **)(*(int *)(iVar4 + 0x14) + 0x54), puVar1 != (undefined4 *)0x0)) {\n __s2 = (char *)*puVar1;\n for (puVar1 = DAT_001d0374; puVar1 != (undefined4 *)0x0; puVar1 = (undefined4 *)*puVar1) {\n for (puVar2 = (undefined4 *)puVar1[1]; puVar2 != (undefined4 *)0x0;\n puVar2 = (undefined4 *)*puVar2) {\n iVar4 = strcmp((char *)puVar2[1],__s2);\n if ((iVar4 == 0) && (piVar6 = *(int **)(param_1 + 0x10), piVar6 != (int *)0x0)) {\n do {\n FUN_00035e70(piVar6[1],puVar1);\n piVar6 = (int *)*piVar6;\n } while (piVar6 != (int *)0x0);\n iVar4 = puVar1[2];\n }\n else {\n iVar4 = puVar1[2];\n }\n if (iVar4 != 0) break;\n }\n }\n }" if (parenthesized_expression "(((byte)(*(char *)(iVar4 + 0xc) - 3U) < 2) &&\n (puVar1 = *(undefined4 **)(*(int *)(iVar4 + 0x14) + 0x54), puVar1 != (undefined4 *)0x0))" ( (binary_expression "((byte)(*(char *)(iVar4 + 0xc) - 3U) < 2) &&\n (puVar1 = *(undefined4 **)(*(int *)(iVar4 + 0x14) + 0x54), puVar1 != (undefined4 *)0x0)" (parenthesized_expression "((byte)(*(char *)(iVar4 + 0xc) - 3U) < 2)" ( (binary_expression "(byte)(*(char *)(iVar4 + 0xc) - 3U) < 2" (call_expression "(byte)(*(char *)(iVar4 + 0xc) - 3U)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(*(char *)(iVar4 + 0xc) - 3U)" ( (binary_expression "*(char *)(iVar4 + 0xc) - 3U" (pointer_expression "*(char *)(iVar4 + 0xc)" * (cast_expression "(char *)(iVar4 + 0xc)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0xc)" ( (binary_expression "iVar4 + 0xc" identifier + number_literal) )))) - number_literal) ))) < number_literal) )) && (parenthesized_expression "(puVar1 = *(undefined4 **)(*(int *)(iVar4 + 0x14) + 0x54), puVar1 != (undefined4 *)0x0)" ( (comma_expression "puVar1 = *(undefined4 **)(*(int *)(iVar4 + 0x14) + 0x54), puVar1 != (undefined4 *)0x0" (assignment_expression "puVar1 = *(undefined4 **)(*(int *)(iVar4 + 0x14) + 0x54)" identifier = (pointer_expression "*(undefined4 **)(*(int *)(iVar4 + 0x14) + 0x54)" * (cast_expression "(undefined4 **)(*(int *)(iVar4 + 0x14) + 0x54)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)(iVar4 + 0x14) + 0x54)" ( (binary_expression "*(int *)(iVar4 + 0x14) + 0x54" (pointer_expression "*(int *)(iVar4 + 0x14)" * (cast_expression "(int *)(iVar4 + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0x14)" ( (binary_expression "iVar4 + 0x14" identifier + number_literal) )))) + number_literal) ))))) , (binary_expression "puVar1 != (undefined4 *)0x0" identifier != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) (compound_statement "{\n __s2 = (char *)*puVar1;\n for (puVar1 = DAT_001d0374; puVar1 != (undefined4 *)0x0; puVar1 = (undefined4 *)*puVar1) {\n for (puVar2 = (undefined4 *)puVar1[1]; puVar2 != (undefined4 *)0x0;\n puVar2 = (undefined4 *)*puVar2) {\n iVar4 = strcmp((char *)puVar2[1],__s2);\n if ((iVar4 == 0) && (piVar6 = *(int **)(param_1 + 0x10), piVar6 != (int *)0x0)) {\n do {\n FUN_00035e70(piVar6[1],puVar1);\n piVar6 = (int *)*piVar6;\n } while (piVar6 != (int *)0x0);\n iVar4 = puVar1[2];\n }\n else {\n iVar4 = puVar1[2];\n }\n if (iVar4 != 0) break;\n }\n }\n }" { (expression_statement "__s2 = (char *)*puVar1;" (assignment_expression "__s2 = (char *)*puVar1" identifier = (cast_expression "(char *)*puVar1" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar1" * identifier))) ;) (for_statement "for (puVar1 = DAT_001d0374; puVar1 != (undefined4 *)0x0; puVar1 = (undefined4 *)*puVar1) {\n for (puVar2 = (undefined4 *)puVar1[1]; puVar2 != (undefined4 *)0x0;\n puVar2 = (undefined4 *)*puVar2) {\n iVar4 = strcmp((char *)puVar2[1],__s2);\n if ((iVar4 == 0) && (piVar6 = *(int **)(param_1 + 0x10), piVar6 != (int *)0x0)) {\n do {\n FUN_00035e70(piVar6[1],puVar1);\n piVar6 = (int *)*piVar6;\n } while (piVar6 != (int *)0x0);\n iVar4 = puVar1[2];\n }\n else {\n iVar4 = puVar1[2];\n }\n if (iVar4 != 0) break;\n }\n }" for ( (assignment_expression "puVar1 = DAT_001d0374" identifier = identifier) ; (binary_expression "puVar1 != (undefined4 *)0x0" identifier != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ; (assignment_expression "puVar1 = (undefined4 *)*puVar1" identifier = (cast_expression "(undefined4 *)*puVar1" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar1" * identifier))) ) (compound_statement "{\n for (puVar2 = (undefined4 *)puVar1[1]; puVar2 != (undefined4 *)0x0;\n puVar2 = (undefined4 *)*puVar2) {\n iVar4 = strcmp((char *)puVar2[1],__s2);\n if ((iVar4 == 0) && (piVar6 = *(int **)(param_1 + 0x10), piVar6 != (int *)0x0)) {\n do {\n FUN_00035e70(piVar6[1],puVar1);\n piVar6 = (int *)*piVar6;\n } while (piVar6 != (int *)0x0);\n iVar4 = puVar1[2];\n }\n else {\n iVar4 = puVar1[2];\n }\n if (iVar4 != 0) break;\n }\n }" { (for_statement "for (puVar2 = (undefined4 *)puVar1[1]; puVar2 != (undefined4 *)0x0;\n puVar2 = (undefined4 *)*puVar2) {\n iVar4 = strcmp((char *)puVar2[1],__s2);\n if ((iVar4 == 0) && (piVar6 = *(int **)(param_1 + 0x10), piVar6 != (int *)0x0)) {\n do {\n FUN_00035e70(piVar6[1],puVar1);\n piVar6 = (int *)*piVar6;\n } while (piVar6 != (int *)0x0);\n iVar4 = puVar1[2];\n }\n else {\n iVar4 = puVar1[2];\n }\n if (iVar4 != 0) break;\n }" for ( (assignment_expression "puVar2 = (undefined4 *)puVar1[1]" identifier = (cast_expression "(undefined4 *)puVar1[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar1[1]" identifier [ number_literal ]))) ; (binary_expression "puVar2 != (undefined4 *)0x0" identifier != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ; (assignment_expression "puVar2 = (undefined4 *)*puVar2" identifier = (cast_expression "(undefined4 *)*puVar2" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar2" * identifier))) ) (compound_statement "{\n iVar4 = strcmp((char *)puVar2[1],__s2);\n if ((iVar4 == 0) && (piVar6 = *(int **)(param_1 + 0x10), piVar6 != (int *)0x0)) {\n do {\n FUN_00035e70(piVar6[1],puVar1);\n piVar6 = (int *)*piVar6;\n } while (piVar6 != (int *)0x0);\n iVar4 = puVar1[2];\n }\n else {\n iVar4 = puVar1[2];\n }\n if (iVar4 != 0) break;\n }" { (expression_statement "iVar4 = strcmp((char *)puVar2[1],__s2);" (assignment_expression "iVar4 = strcmp((char *)puVar2[1],__s2)" identifier = (call_expression "strcmp((char *)puVar2[1],__s2)" identifier (argument_list "((char *)puVar2[1],__s2)" ( (cast_expression "(char *)puVar2[1]" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar2[1]" identifier [ number_literal ])) , identifier )))) ;) (if_statement "if ((iVar4 == 0) && (piVar6 = *(int **)(param_1 + 0x10), piVar6 != (int *)0x0)) {\n do {\n FUN_00035e70(piVar6[1],puVar1);\n piVar6 = (int *)*piVar6;\n } while (piVar6 != (int *)0x0);\n iVar4 = puVar1[2];\n }\n else {\n iVar4 = puVar1[2];\n }" if (parenthesized_expression "((iVar4 == 0) && (piVar6 = *(int **)(param_1 + 0x10), piVar6 != (int *)0x0))" ( (binary_expression "(iVar4 == 0) && (piVar6 = *(int **)(param_1 + 0x10), piVar6 != (int *)0x0)" (parenthesized_expression "(iVar4 == 0)" ( (binary_expression "iVar4 == 0" identifier == number_literal) )) && (parenthesized_expression "(piVar6 = *(int **)(param_1 + 0x10), piVar6 != (int *)0x0)" ( (comma_expression "piVar6 = *(int **)(param_1 + 0x10), piVar6 != (int *)0x0" (assignment_expression "piVar6 = *(int **)(param_1 + 0x10)" identifier = (pointer_expression "*(int **)(param_1 + 0x10)" * (cast_expression "(int **)(param_1 + 0x10)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) , (binary_expression "piVar6 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) (compound_statement "{\n do {\n FUN_00035e70(piVar6[1],puVar1);\n piVar6 = (int *)*piVar6;\n } while (piVar6 != (int *)0x0);\n iVar4 = puVar1[2];\n }" { (do_statement "do {\n FUN_00035e70(piVar6[1],puVar1);\n piVar6 = (int *)*piVar6;\n } while (piVar6 != (int *)0x0);" do (compound_statement "{\n FUN_00035e70(piVar6[1],puVar1);\n piVar6 = (int *)*piVar6;\n }" { (expression_statement "FUN_00035e70(piVar6[1],puVar1);" (call_expression "FUN_00035e70(piVar6[1],puVar1)" identifier (argument_list "(piVar6[1],puVar1)" ( (subscript_expression "piVar6[1]" identifier [ number_literal ]) , identifier ))) ;) (expression_statement "piVar6 = (int *)*piVar6;" (assignment_expression "piVar6 = (int *)*piVar6" identifier = (cast_expression "(int *)*piVar6" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar6" * identifier))) ;) }) while (parenthesized_expression "(piVar6 != (int *)0x0)" ( (binary_expression "piVar6 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) (expression_statement "iVar4 = puVar1[2];" (assignment_expression "iVar4 = puVar1[2]" identifier = (subscript_expression "puVar1[2]" identifier [ number_literal ])) ;) }) (else_clause "else {\n iVar4 = puVar1[2];\n }" else (compound_statement "{\n iVar4 = puVar1[2];\n }" { (expression_statement "iVar4 = puVar1[2];" (assignment_expression "iVar4 = puVar1[2]" identifier = (subscript_expression "puVar1[2]" identifier [ number_literal ])) ;) }))) (if_statement "if (iVar4 != 0) break;" if (parenthesized_expression "(iVar4 != 0)" ( (binary_expression "iVar4 != 0" identifier != number_literal) )) (break_statement "break;" break ;)) })) })) })))) (return_statement "return 1;" return number_literal ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nbfd_boolean check_nocrossref(cref_hash_entry *h,void *ignore)\n\n{\n undefined4 *puVar1;\n char *pcVar2;\n lang_nocrossref_type *plVar3;\n lang_nocrossrefs *ncrs;\n int iVar4;\n int iVar5;\n char *fmt;\n cref_ref *pcVar6;\n \n iVar4 = bfd_link_hash_lookup(link_info.hash,(h->root).string,0,0,1);\n if (iVar4 == 0) {\n pcVar2 = (h->root).string;\n fmt = (char *)dcgettext(0,"%P: symbol `%pT\' missing from main hash table\n",5);\n einfo(fmt,pcVar2);\n }\n else if (((byte)(*(char *)(iVar4 + 0xc) - 3U) < 2) &&\n (puVar1 = *(undefined4 **)(*(int *)(iVar4 + 0x14) + 0x54), puVar1 != (undefined4 *)0x0)) {\n pcVar2 = (char *)*puVar1;\n for (ncrs = nocrossref_list; ncrs != (lang_nocrossrefs *)0x0; ncrs = ncrs->next) {\n for (plVar3 = ncrs->list; plVar3 != (lang_nocrossref_type *)0x0; plVar3 = plVar3->next) {\n iVar5 = strcmp(plVar3->name,pcVar2);\n if ((iVar5 == 0) && (pcVar6 = h->refs, pcVar6 != (cref_ref *)0x0)) {\n do {\n check_refs(*(char **)(iVar4 + 4),1,*(asection **)(iVar4 + 0x14),pcVar6->abfd,ncrs);\n pcVar6 = pcVar6->next;\n } while (pcVar6 != (cref_ref *)0x0);\n iVar5 = ncrs->onlyfirst;\n }\n else {\n iVar5 = ncrs->onlyfirst;\n }\n if (iVar5 != 0) break;\n }\n }\n }\n return 1;\n}\n\n" comment comment (function_definition "bfd_boolean check_nocrossref(cref_hash_entry *h,void *ignore)\n\n{\n undefined4 *puVar1;\n char *pcVar2;\n lang_nocrossref_type *plVar3;\n lang_nocrossrefs *ncrs;\n int iVar4;\n int iVar5;\n char *fmt;\n cref_ref *pcVar6;\n \n iVar4 = bfd_link_hash_lookup(link_info.hash,(h->root).string,0,0,1);\n if (iVar4 == 0) {\n pcVar2 = (h->root).string;\n fmt = (char *)dcgettext(0,"%P: symbol `%pT\' missing from main hash table\n",5);\n einfo(fmt,pcVar2);\n }\n else if (((byte)(*(char *)(iVar4 + 0xc) - 3U) < 2) &&\n (puVar1 = *(undefined4 **)(*(int *)(iVar4 + 0x14) + 0x54), puVar1 != (undefined4 *)0x0)) {\n pcVar2 = (char *)*puVar1;\n for (ncrs = nocrossref_list; ncrs != (lang_nocrossrefs *)0x0; ncrs = ncrs->next) {\n for (plVar3 = ncrs->list; plVar3 != (lang_nocrossref_type *)0x0; plVar3 = plVar3->next) {\n iVar5 = strcmp(plVar3->name,pcVar2);\n if ((iVar5 == 0) && (pcVar6 = h->refs, pcVar6 != (cref_ref *)0x0)) {\n do {\n check_refs(*(char **)(iVar4 + 4),1,*(asection **)(iVar4 + 0x14),pcVar6->abfd,ncrs);\n pcVar6 = pcVar6->next;\n } while (pcVar6 != (cref_ref *)0x0);\n iVar5 = ncrs->onlyfirst;\n }\n else {\n iVar5 = ncrs->onlyfirst;\n }\n if (iVar5 != 0) break;\n }\n }\n }\n return 1;\n}" type_identifier (function_declarator "check_nocrossref(cref_hash_entry *h,void *ignore)" identifier (parameter_list "(cref_hash_entry *h,void *ignore)" ( (parameter_declaration "cref_hash_entry *h" type_identifier (pointer_declarator "*h" * identifier)) , (parameter_declaration "void *ignore" primitive_type (pointer_declarator "*ignore" * identifier)) ))) (compound_statement "{\n undefined4 *puVar1;\n char *pcVar2;\n lang_nocrossref_type *plVar3;\n lang_nocrossrefs *ncrs;\n int iVar4;\n int iVar5;\n char *fmt;\n cref_ref *pcVar6;\n \n iVar4 = bfd_link_hash_lookup(link_info.hash,(h->root).string,0,0,1);\n if (iVar4 == 0) {\n pcVar2 = (h->root).string;\n fmt = (char *)dcgettext(0,"%P: symbol `%pT\' missing from main hash table\n",5);\n einfo(fmt,pcVar2);\n }\n else if (((byte)(*(char *)(iVar4 + 0xc) - 3U) < 2) &&\n (puVar1 = *(undefined4 **)(*(int *)(iVar4 + 0x14) + 0x54), puVar1 != (undefined4 *)0x0)) {\n pcVar2 = (char *)*puVar1;\n for (ncrs = nocrossref_list; ncrs != (lang_nocrossrefs *)0x0; ncrs = ncrs->next) {\n for (plVar3 = ncrs->list; plVar3 != (lang_nocrossref_type *)0x0; plVar3 = plVar3->next) {\n iVar5 = strcmp(plVar3->name,pcVar2);\n if ((iVar5 == 0) && (pcVar6 = h->refs, pcVar6 != (cref_ref *)0x0)) {\n do {\n check_refs(*(char **)(iVar4 + 4),1,*(asection **)(iVar4 + 0x14),pcVar6->abfd,ncrs);\n pcVar6 = pcVar6->next;\n } while (pcVar6 != (cref_ref *)0x0);\n iVar5 = ncrs->onlyfirst;\n }\n else {\n iVar5 = ncrs->onlyfirst;\n }\n if (iVar5 != 0) break;\n }\n }\n }\n return 1;\n}" { (declaration "undefined4 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "char *pcVar2;" primitive_type (pointer_declarator "*pcVar2" * identifier) ;) (declaration "lang_nocrossref_type *plVar3;" type_identifier (pointer_declarator "*plVar3" * identifier) ;) (declaration "lang_nocrossrefs *ncrs;" type_identifier (pointer_declarator "*ncrs" * identifier) ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "int iVar5;" primitive_type identifier ;) (declaration "char *fmt;" primitive_type (pointer_declarator "*fmt" * identifier) ;) (declaration "cref_ref *pcVar6;" type_identifier (pointer_declarator "*pcVar6" * identifier) ;) (expression_statement "iVar4 = bfd_link_hash_lookup(link_info.hash,(h->root).string,0,0,1);" (assignment_expression "iVar4 = bfd_link_hash_lookup(link_info.hash,(h->root).string,0,0,1)" identifier = (call_expression "bfd_link_hash_lookup(link_info.hash,(h->root).string,0,0,1)" identifier (argument_list "(link_info.hash,(h->root).string,0,0,1)" ( (field_expression "link_info.hash" identifier . field_identifier) , (field_expression "(h->root).string" (parenthesized_expression "(h->root)" ( (field_expression "h->root" identifier -> field_identifier) )) . field_identifier) , number_literal , number_literal , number_literal )))) ;) (if_statement "if (iVar4 == 0) {\n pcVar2 = (h->root).string;\n fmt = (char *)dcgettext(0,"%P: symbol `%pT\' missing from main hash table\n",5);\n einfo(fmt,pcVar2);\n }\n else if (((byte)(*(char *)(iVar4 + 0xc) - 3U) < 2) &&\n (puVar1 = *(undefined4 **)(*(int *)(iVar4 + 0x14) + 0x54), puVar1 != (undefined4 *)0x0)) {\n pcVar2 = (char *)*puVar1;\n for (ncrs = nocrossref_list; ncrs != (lang_nocrossrefs *)0x0; ncrs = ncrs->next) {\n for (plVar3 = ncrs->list; plVar3 != (lang_nocrossref_type *)0x0; plVar3 = plVar3->next) {\n iVar5 = strcmp(plVar3->name,pcVar2);\n if ((iVar5 == 0) && (pcVar6 = h->refs, pcVar6 != (cref_ref *)0x0)) {\n do {\n check_refs(*(char **)(iVar4 + 4),1,*(asection **)(iVar4 + 0x14),pcVar6->abfd,ncrs);\n pcVar6 = pcVar6->next;\n } while (pcVar6 != (cref_ref *)0x0);\n iVar5 = ncrs->onlyfirst;\n }\n else {\n iVar5 = ncrs->onlyfirst;\n }\n if (iVar5 != 0) break;\n }\n }\n }" if (parenthesized_expression "(iVar4 == 0)" ( (binary_expression "iVar4 == 0" identifier == number_literal) )) (compound_statement "{\n pcVar2 = (h->root).string;\n fmt = (char *)dcgettext(0,"%P: symbol `%pT\' missing from main hash table\n",5);\n einfo(fmt,pcVar2);\n }" { (expression_statement "pcVar2 = (h->root).string;" (assignment_expression "pcVar2 = (h->root).string" identifier = (field_expression "(h->root).string" (parenthesized_expression "(h->root)" ( (field_expression "h->root" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "fmt = (char *)dcgettext(0,"%P: symbol `%pT\' missing from main hash table\n",5);" (assignment_expression "fmt = (char *)dcgettext(0,"%P: symbol `%pT\' missing from main hash table\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"%P: symbol `%pT\' missing from main hash table\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"%P: symbol `%pT\' missing from main hash table\n",5)" identifier (argument_list "(0,"%P: symbol `%pT\' missing from main hash table\n",5)" ( number_literal , (string_literal ""%P: symbol `%pT\' missing from main hash table\n"" " string_content escape_sequence string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "einfo(fmt,pcVar2);" (call_expression "einfo(fmt,pcVar2)" identifier (argument_list "(fmt,pcVar2)" ( identifier , identifier ))) ;) }) (else_clause "else if (((byte)(*(char *)(iVar4 + 0xc) - 3U) < 2) &&\n (puVar1 = *(undefined4 **)(*(int *)(iVar4 + 0x14) + 0x54), puVar1 != (undefined4 *)0x0)) {\n pcVar2 = (char *)*puVar1;\n for (ncrs = nocrossref_list; ncrs != (lang_nocrossrefs *)0x0; ncrs = ncrs->next) {\n for (plVar3 = ncrs->list; plVar3 != (lang_nocrossref_type *)0x0; plVar3 = plVar3->next) {\n iVar5 = strcmp(plVar3->name,pcVar2);\n if ((iVar5 == 0) && (pcVar6 = h->refs, pcVar6 != (cref_ref *)0x0)) {\n do {\n check_refs(*(char **)(iVar4 + 4),1,*(asection **)(iVar4 + 0x14),pcVar6->abfd,ncrs);\n pcVar6 = pcVar6->next;\n } while (pcVar6 != (cref_ref *)0x0);\n iVar5 = ncrs->onlyfirst;\n }\n else {\n iVar5 = ncrs->onlyfirst;\n }\n if (iVar5 != 0) break;\n }\n }\n }" else (if_statement "if (((byte)(*(char *)(iVar4 + 0xc) - 3U) < 2) &&\n (puVar1 = *(undefined4 **)(*(int *)(iVar4 + 0x14) + 0x54), puVar1 != (undefined4 *)0x0)) {\n pcVar2 = (char *)*puVar1;\n for (ncrs = nocrossref_list; ncrs != (lang_nocrossrefs *)0x0; ncrs = ncrs->next) {\n for (plVar3 = ncrs->list; plVar3 != (lang_nocrossref_type *)0x0; plVar3 = plVar3->next) {\n iVar5 = strcmp(plVar3->name,pcVar2);\n if ((iVar5 == 0) && (pcVar6 = h->refs, pcVar6 != (cref_ref *)0x0)) {\n do {\n check_refs(*(char **)(iVar4 + 4),1,*(asection **)(iVar4 + 0x14),pcVar6->abfd,ncrs);\n pcVar6 = pcVar6->next;\n } while (pcVar6 != (cref_ref *)0x0);\n iVar5 = ncrs->onlyfirst;\n }\n else {\n iVar5 = ncrs->onlyfirst;\n }\n if (iVar5 != 0) break;\n }\n }\n }" if (parenthesized_expression "(((byte)(*(char *)(iVar4 + 0xc) - 3U) < 2) &&\n (puVar1 = *(undefined4 **)(*(int *)(iVar4 + 0x14) + 0x54), puVar1 != (undefined4 *)0x0))" ( (binary_expression "((byte)(*(char *)(iVar4 + 0xc) - 3U) < 2) &&\n (puVar1 = *(undefined4 **)(*(int *)(iVar4 + 0x14) + 0x54), puVar1 != (undefined4 *)0x0)" (parenthesized_expression "((byte)(*(char *)(iVar4 + 0xc) - 3U) < 2)" ( (binary_expression "(byte)(*(char *)(iVar4 + 0xc) - 3U) < 2" (call_expression "(byte)(*(char *)(iVar4 + 0xc) - 3U)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(*(char *)(iVar4 + 0xc) - 3U)" ( (binary_expression "*(char *)(iVar4 + 0xc) - 3U" (pointer_expression "*(char *)(iVar4 + 0xc)" * (cast_expression "(char *)(iVar4 + 0xc)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0xc)" ( (binary_expression "iVar4 + 0xc" identifier + number_literal) )))) - number_literal) ))) < number_literal) )) && (parenthesized_expression "(puVar1 = *(undefined4 **)(*(int *)(iVar4 + 0x14) + 0x54), puVar1 != (undefined4 *)0x0)" ( (comma_expression "puVar1 = *(undefined4 **)(*(int *)(iVar4 + 0x14) + 0x54), puVar1 != (undefined4 *)0x0" (assignment_expression "puVar1 = *(undefined4 **)(*(int *)(iVar4 + 0x14) + 0x54)" identifier = (pointer_expression "*(undefined4 **)(*(int *)(iVar4 + 0x14) + 0x54)" * (cast_expression "(undefined4 **)(*(int *)(iVar4 + 0x14) + 0x54)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)(iVar4 + 0x14) + 0x54)" ( (binary_expression "*(int *)(iVar4 + 0x14) + 0x54" (pointer_expression "*(int *)(iVar4 + 0x14)" * (cast_expression "(int *)(iVar4 + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0x14)" ( (binary_expression "iVar4 + 0x14" identifier + number_literal) )))) + number_literal) ))))) , (binary_expression "puVar1 != (undefined4 *)0x0" identifier != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) (compound_statement "{\n pcVar2 = (char *)*puVar1;\n for (ncrs = nocrossref_list; ncrs != (lang_nocrossrefs *)0x0; ncrs = ncrs->next) {\n for (plVar3 = ncrs->list; plVar3 != (lang_nocrossref_type *)0x0; plVar3 = plVar3->next) {\n iVar5 = strcmp(plVar3->name,pcVar2);\n if ((iVar5 == 0) && (pcVar6 = h->refs, pcVar6 != (cref_ref *)0x0)) {\n do {\n check_refs(*(char **)(iVar4 + 4),1,*(asection **)(iVar4 + 0x14),pcVar6->abfd,ncrs);\n pcVar6 = pcVar6->next;\n } while (pcVar6 != (cref_ref *)0x0);\n iVar5 = ncrs->onlyfirst;\n }\n else {\n iVar5 = ncrs->onlyfirst;\n }\n if (iVar5 != 0) break;\n }\n }\n }" { (expression_statement "pcVar2 = (char *)*puVar1;" (assignment_expression "pcVar2 = (char *)*puVar1" identifier = (cast_expression "(char *)*puVar1" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar1" * identifier))) ;) (for_statement "for (ncrs = nocrossref_list; ncrs != (lang_nocrossrefs *)0x0; ncrs = ncrs->next) {\n for (plVar3 = ncrs->list; plVar3 != (lang_nocrossref_type *)0x0; plVar3 = plVar3->next) {\n iVar5 = strcmp(plVar3->name,pcVar2);\n if ((iVar5 == 0) && (pcVar6 = h->refs, pcVar6 != (cref_ref *)0x0)) {\n do {\n check_refs(*(char **)(iVar4 + 4),1,*(asection **)(iVar4 + 0x14),pcVar6->abfd,ncrs);\n pcVar6 = pcVar6->next;\n } while (pcVar6 != (cref_ref *)0x0);\n iVar5 = ncrs->onlyfirst;\n }\n else {\n iVar5 = ncrs->onlyfirst;\n }\n if (iVar5 != 0) break;\n }\n }" for ( (assignment_expression "ncrs = nocrossref_list" identifier = identifier) ; (binary_expression "ncrs != (lang_nocrossrefs *)0x0" identifier != (cast_expression "(lang_nocrossrefs *)0x0" ( (type_descriptor "lang_nocrossrefs *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ; (assignment_expression "ncrs = ncrs->next" identifier = (field_expression "ncrs->next" identifier -> field_identifier)) ) (compound_statement "{\n for (plVar3 = ncrs->list; plVar3 != (lang_nocrossref_type *)0x0; plVar3 = plVar3->next) {\n iVar5 = strcmp(plVar3->name,pcVar2);\n if ((iVar5 == 0) && (pcVar6 = h->refs, pcVar6 != (cref_ref *)0x0)) {\n do {\n check_refs(*(char **)(iVar4 + 4),1,*(asection **)(iVar4 + 0x14),pcVar6->abfd,ncrs);\n pcVar6 = pcVar6->next;\n } while (pcVar6 != (cref_ref *)0x0);\n iVar5 = ncrs->onlyfirst;\n }\n else {\n iVar5 = ncrs->onlyfirst;\n }\n if (iVar5 != 0) break;\n }\n }" { (for_statement "for (plVar3 = ncrs->list; plVar3 != (lang_nocrossref_type *)0x0; plVar3 = plVar3->next) {\n iVar5 = strcmp(plVar3->name,pcVar2);\n if ((iVar5 == 0) && (pcVar6 = h->refs, pcVar6 != (cref_ref *)0x0)) {\n do {\n check_refs(*(char **)(iVar4 + 4),1,*(asection **)(iVar4 + 0x14),pcVar6->abfd,ncrs);\n pcVar6 = pcVar6->next;\n } while (pcVar6 != (cref_ref *)0x0);\n iVar5 = ncrs->onlyfirst;\n }\n else {\n iVar5 = ncrs->onlyfirst;\n }\n if (iVar5 != 0) break;\n }" for ( (assignment_expression "plVar3 = ncrs->list" identifier = (field_expression "ncrs->list" identifier -> field_identifier)) ; (binary_expression "plVar3 != (lang_nocrossref_type *)0x0" identifier != (cast_expression "(lang_nocrossref_type *)0x0" ( (type_descriptor "lang_nocrossref_type *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ; (assignment_expression "plVar3 = plVar3->next" identifier = (field_expression "plVar3->next" identifier -> field_identifier)) ) (compound_statement "{\n iVar5 = strcmp(plVar3->name,pcVar2);\n if ((iVar5 == 0) && (pcVar6 = h->refs, pcVar6 != (cref_ref *)0x0)) {\n do {\n check_refs(*(char **)(iVar4 + 4),1,*(asection **)(iVar4 + 0x14),pcVar6->abfd,ncrs);\n pcVar6 = pcVar6->next;\n } while (pcVar6 != (cref_ref *)0x0);\n iVar5 = ncrs->onlyfirst;\n }\n else {\n iVar5 = ncrs->onlyfirst;\n }\n if (iVar5 != 0) break;\n }" { (expression_statement "iVar5 = strcmp(plVar3->name,pcVar2);" (assignment_expression "iVar5 = strcmp(plVar3->name,pcVar2)" identifier = (call_expression "strcmp(plVar3->name,pcVar2)" identifier (argument_list "(plVar3->name,pcVar2)" ( (field_expression "plVar3->name" identifier -> field_identifier) , identifier )))) ;) (if_statement "if ((iVar5 == 0) && (pcVar6 = h->refs, pcVar6 != (cref_ref *)0x0)) {\n do {\n check_refs(*(char **)(iVar4 + 4),1,*(asection **)(iVar4 + 0x14),pcVar6->abfd,ncrs);\n pcVar6 = pcVar6->next;\n } while (pcVar6 != (cref_ref *)0x0);\n iVar5 = ncrs->onlyfirst;\n }\n else {\n iVar5 = ncrs->onlyfirst;\n }" if (parenthesized_expression "((iVar5 == 0) && (pcVar6 = h->refs, pcVar6 != (cref_ref *)0x0))" ( (binary_expression "(iVar5 == 0) && (pcVar6 = h->refs, pcVar6 != (cref_ref *)0x0)" (parenthesized_expression "(iVar5 == 0)" ( (binary_expression "iVar5 == 0" identifier == number_literal) )) && (parenthesized_expression "(pcVar6 = h->refs, pcVar6 != (cref_ref *)0x0)" ( (comma_expression "pcVar6 = h->refs, pcVar6 != (cref_ref *)0x0" (assignment_expression "pcVar6 = h->refs" identifier = (field_expression "h->refs" identifier -> field_identifier)) , (binary_expression "pcVar6 != (cref_ref *)0x0" identifier != (cast_expression "(cref_ref *)0x0" ( (type_descriptor "cref_ref *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) (compound_statement "{\n do {\n check_refs(*(char **)(iVar4 + 4),1,*(asection **)(iVar4 + 0x14),pcVar6->abfd,ncrs);\n pcVar6 = pcVar6->next;\n } while (pcVar6 != (cref_ref *)0x0);\n iVar5 = ncrs->onlyfirst;\n }" { (do_statement "do {\n check_refs(*(char **)(iVar4 + 4),1,*(asection **)(iVar4 + 0x14),pcVar6->abfd,ncrs);\n pcVar6 = pcVar6->next;\n } while (pcVar6 != (cref_ref *)0x0);" do (compound_statement "{\n check_refs(*(char **)(iVar4 + 4),1,*(asection **)(iVar4 + 0x14),pcVar6->abfd,ncrs);\n pcVar6 = pcVar6->next;\n }" { (expression_statement "check_refs(*(char **)(iVar4 + 4),1,*(asection **)(iVar4 + 0x14),pcVar6->abfd,ncrs);" (call_expression "check_refs(*(char **)(iVar4 + 4),1,*(asection **)(iVar4 + 0x14),pcVar6->abfd,ncrs)" identifier (argument_list "(*(char **)(iVar4 + 4),1,*(asection **)(iVar4 + 0x14),pcVar6->abfd,ncrs)" ( (pointer_expression "*(char **)(iVar4 + 4)" * (cast_expression "(char **)(iVar4 + 4)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar4 + 4)" ( (binary_expression "iVar4 + 4" identifier + number_literal) )))) , number_literal , (pointer_expression "*(asection **)(iVar4 + 0x14)" * (cast_expression "(asection **)(iVar4 + 0x14)" ( (type_descriptor "asection **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar4 + 0x14)" ( (binary_expression "iVar4 + 0x14" identifier + number_literal) )))) , (field_expression "pcVar6->abfd" identifier -> field_identifier) , identifier ))) ;) (expression_statement "pcVar6 = pcVar6->next;" (assignment_expression "pcVar6 = pcVar6->next" identifier = (field_expression "pcVar6->next" identifier -> field_identifier)) ;) }) while (parenthesized_expression "(pcVar6 != (cref_ref *)0x0)" ( (binary_expression "pcVar6 != (cref_ref *)0x0" identifier != (cast_expression "(cref_ref *)0x0" ( (type_descriptor "cref_ref *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) (expression_statement "iVar5 = ncrs->onlyfirst;" (assignment_expression "iVar5 = ncrs->onlyfirst" identifier = (field_expression "ncrs->onlyfirst" identifier -> field_identifier)) ;) }) (else_clause "else {\n iVar5 = ncrs->onlyfirst;\n }" else (compound_statement "{\n iVar5 = ncrs->onlyfirst;\n }" { (expression_statement "iVar5 = ncrs->onlyfirst;" (assignment_expression "iVar5 = ncrs->onlyfirst" identifier = (field_expression "ncrs->onlyfirst" identifier -> field_identifier)) ;) }))) (if_statement "if (iVar5 != 0) break;" if (parenthesized_expression "(iVar5 != 0)" ( (binary_expression "iVar5 != 0" identifier != number_literal) )) (break_statement "break;" break ;)) })) })) })))) (return_statement "return 1;" return number_literal ;) })))
(translation_unit "undefined4 FUN_00036070(int param_1)\n\n{\n undefined4 *puVar1;\n char *__s2;\n undefined4 *puVar2;\n undefined4 uVar3;\n int iVar4;\n undefined4 uVar5;\n int *piVar6;\n \n iVar4 = bfd_link_hash_lookup(DAT_001d0400,*(undefined4 *)(param_1 + 4),0,0,1);\n if (iVar4 == 0) {\n uVar3 = *(undefined4 *)(param_1 + 4);\n uVar5 = dcgettext(0,"%P: symbol `%pT\' missing from main hash table\n",5);\n FUN_00034d20(uVar5,uVar3);\n }\n else if (((byte)(*(char *)(iVar4 + 0xc) - 3U) < 2) &&\n (puVar1 = *(undefined4 **)(*(int *)(iVar4 + 0x14) + 0x54), puVar1 != (undefined4 *)0x0)) {\n __s2 = (char *)*puVar1;\n for (puVar1 = DAT_001d0374; puVar1 != (undefined4 *)0x0; puVar1 = (undefined4 *)*puVar1) {\n for (puVar2 = (undefined4 *)puVar1[1]; puVar2 != (undefined4 *)0x0;\n puVar2 = (undefined4 *)*puVar2) {\n iVar4 = strcmp((char *)puVar2[1],__s2);\n if ((iVar4 == 0) && (piVar6 = *(int **)(param_1 + 0x10), piVar6 != (int *)0x0)) {\n do {\n FUN_00035e70(piVar6[1],puVar1);\n piVar6 = (int *)*piVar6;\n } while (piVar6 != (int *)0x0);\n iVar4 = puVar1[2];\n }\n else {\n iVar4 = puVar1[2];\n }\n if (iVar4 != 0) break;\n }\n }\n }\n return 1;\n}\n\n" (function_definition "undefined4 FUN_00036070(int param_1)\n\n{\n undefined4 *puVar1;\n char *__s2;\n undefined4 *puVar2;\n undefined4 uVar3;\n int iVar4;\n undefined4 uVar5;\n int *piVar6;\n \n iVar4 = bfd_link_hash_lookup(DAT_001d0400,*(undefined4 *)(param_1 + 4),0,0,1);\n if (iVar4 == 0) {\n uVar3 = *(undefined4 *)(param_1 + 4);\n uVar5 = dcgettext(0,"%P: symbol `%pT\' missing from main hash table\n",5);\n FUN_00034d20(uVar5,uVar3);\n }\n else if (((byte)(*(char *)(iVar4 + 0xc) - 3U) < 2) &&\n (puVar1 = *(undefined4 **)(*(int *)(iVar4 + 0x14) + 0x54), puVar1 != (undefined4 *)0x0)) {\n __s2 = (char *)*puVar1;\n for (puVar1 = DAT_001d0374; puVar1 != (undefined4 *)0x0; puVar1 = (undefined4 *)*puVar1) {\n for (puVar2 = (undefined4 *)puVar1[1]; puVar2 != (undefined4 *)0x0;\n puVar2 = (undefined4 *)*puVar2) {\n iVar4 = strcmp((char *)puVar2[1],__s2);\n if ((iVar4 == 0) && (piVar6 = *(int **)(param_1 + 0x10), piVar6 != (int *)0x0)) {\n do {\n FUN_00035e70(piVar6[1],puVar1);\n piVar6 = (int *)*piVar6;\n } while (piVar6 != (int *)0x0);\n iVar4 = puVar1[2];\n }\n else {\n iVar4 = puVar1[2];\n }\n if (iVar4 != 0) break;\n }\n }\n }\n return 1;\n}" type_identifier (function_declarator "FUN_00036070(int param_1)" identifier (parameter_list "(int param_1)" ( (parameter_declaration "int param_1" primitive_type identifier) ))) (compound_statement "{\n undefined4 *puVar1;\n char *__s2;\n undefined4 *puVar2;\n undefined4 uVar3;\n int iVar4;\n undefined4 uVar5;\n int *piVar6;\n \n iVar4 = bfd_link_hash_lookup(DAT_001d0400,*(undefined4 *)(param_1 + 4),0,0,1);\n if (iVar4 == 0) {\n uVar3 = *(undefined4 *)(param_1 + 4);\n uVar5 = dcgettext(0,"%P: symbol `%pT\' missing from main hash table\n",5);\n FUN_00034d20(uVar5,uVar3);\n }\n else if (((byte)(*(char *)(iVar4 + 0xc) - 3U) < 2) &&\n (puVar1 = *(undefined4 **)(*(int *)(iVar4 + 0x14) + 0x54), puVar1 != (undefined4 *)0x0)) {\n __s2 = (char *)*puVar1;\n for (puVar1 = DAT_001d0374; puVar1 != (undefined4 *)0x0; puVar1 = (undefined4 *)*puVar1) {\n for (puVar2 = (undefined4 *)puVar1[1]; puVar2 != (undefined4 *)0x0;\n puVar2 = (undefined4 *)*puVar2) {\n iVar4 = strcmp((char *)puVar2[1],__s2);\n if ((iVar4 == 0) && (piVar6 = *(int **)(param_1 + 0x10), piVar6 != (int *)0x0)) {\n do {\n FUN_00035e70(piVar6[1],puVar1);\n piVar6 = (int *)*piVar6;\n } while (piVar6 != (int *)0x0);\n iVar4 = puVar1[2];\n }\n else {\n iVar4 = puVar1[2];\n }\n if (iVar4 != 0) break;\n }\n }\n }\n return 1;\n}" { (declaration "undefined4 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "char *__s2;" primitive_type (pointer_declarator "*__s2" * identifier) ;) (declaration "undefined4 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "undefined4 uVar3;" type_identifier identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "undefined4 uVar5;" type_identifier identifier ;) (declaration "int *piVar6;" primitive_type (pointer_declarator "*piVar6" * identifier) ;) (expression_statement "iVar4 = bfd_link_hash_lookup(DAT_001d0400,*(undefined4 *)(param_1 + 4),0,0,1);" (assignment_expression "iVar4 = bfd_link_hash_lookup(DAT_001d0400,*(undefined4 *)(param_1 + 4),0,0,1)" identifier = (call_expression "bfd_link_hash_lookup(DAT_001d0400,*(undefined4 *)(param_1 + 4),0,0,1)" identifier (argument_list "(DAT_001d0400,*(undefined4 *)(param_1 + 4),0,0,1)" ( identifier , (pointer_expression "*(undefined4 *)(param_1 + 4)" * (cast_expression "(undefined4 *)(param_1 + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) )))) , number_literal , number_literal , number_literal )))) ;) (if_statement "if (iVar4 == 0) {\n uVar3 = *(undefined4 *)(param_1 + 4);\n uVar5 = dcgettext(0,"%P: symbol `%pT\' missing from main hash table\n",5);\n FUN_00034d20(uVar5,uVar3);\n }\n else if (((byte)(*(char *)(iVar4 + 0xc) - 3U) < 2) &&\n (puVar1 = *(undefined4 **)(*(int *)(iVar4 + 0x14) + 0x54), puVar1 != (undefined4 *)0x0)) {\n __s2 = (char *)*puVar1;\n for (puVar1 = DAT_001d0374; puVar1 != (undefined4 *)0x0; puVar1 = (undefined4 *)*puVar1) {\n for (puVar2 = (undefined4 *)puVar1[1]; puVar2 != (undefined4 *)0x0;\n puVar2 = (undefined4 *)*puVar2) {\n iVar4 = strcmp((char *)puVar2[1],__s2);\n if ((iVar4 == 0) && (piVar6 = *(int **)(param_1 + 0x10), piVar6 != (int *)0x0)) {\n do {\n FUN_00035e70(piVar6[1],puVar1);\n piVar6 = (int *)*piVar6;\n } while (piVar6 != (int *)0x0);\n iVar4 = puVar1[2];\n }\n else {\n iVar4 = puVar1[2];\n }\n if (iVar4 != 0) break;\n }\n }\n }" if (parenthesized_expression "(iVar4 == 0)" ( (binary_expression "iVar4 == 0" identifier == number_literal) )) (compound_statement "{\n uVar3 = *(undefined4 *)(param_1 + 4);\n uVar5 = dcgettext(0,"%P: symbol `%pT\' missing from main hash table\n",5);\n FUN_00034d20(uVar5,uVar3);\n }" { (expression_statement "uVar3 = *(undefined4 *)(param_1 + 4);" (assignment_expression "uVar3 = *(undefined4 *)(param_1 + 4)" identifier = (pointer_expression "*(undefined4 *)(param_1 + 4)" * (cast_expression "(undefined4 *)(param_1 + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) ))))) ;) (expression_statement "uVar5 = dcgettext(0,"%P: symbol `%pT\' missing from main hash table\n",5);" (assignment_expression "uVar5 = dcgettext(0,"%P: symbol `%pT\' missing from main hash table\n",5)" identifier = (call_expression "dcgettext(0,"%P: symbol `%pT\' missing from main hash table\n",5)" identifier (argument_list "(0,"%P: symbol `%pT\' missing from main hash table\n",5)" ( number_literal , (string_literal ""%P: symbol `%pT\' missing from main hash table\n"" " string_content escape_sequence string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_00034d20(uVar5,uVar3);" (call_expression "FUN_00034d20(uVar5,uVar3)" identifier (argument_list "(uVar5,uVar3)" ( identifier , identifier ))) ;) }) (else_clause "else if (((byte)(*(char *)(iVar4 + 0xc) - 3U) < 2) &&\n (puVar1 = *(undefined4 **)(*(int *)(iVar4 + 0x14) + 0x54), puVar1 != (undefined4 *)0x0)) {\n __s2 = (char *)*puVar1;\n for (puVar1 = DAT_001d0374; puVar1 != (undefined4 *)0x0; puVar1 = (undefined4 *)*puVar1) {\n for (puVar2 = (undefined4 *)puVar1[1]; puVar2 != (undefined4 *)0x0;\n puVar2 = (undefined4 *)*puVar2) {\n iVar4 = strcmp((char *)puVar2[1],__s2);\n if ((iVar4 == 0) && (piVar6 = *(int **)(param_1 + 0x10), piVar6 != (int *)0x0)) {\n do {\n FUN_00035e70(piVar6[1],puVar1);\n piVar6 = (int *)*piVar6;\n } while (piVar6 != (int *)0x0);\n iVar4 = puVar1[2];\n }\n else {\n iVar4 = puVar1[2];\n }\n if (iVar4 != 0) break;\n }\n }\n }" else (if_statement "if (((byte)(*(char *)(iVar4 + 0xc) - 3U) < 2) &&\n (puVar1 = *(undefined4 **)(*(int *)(iVar4 + 0x14) + 0x54), puVar1 != (undefined4 *)0x0)) {\n __s2 = (char *)*puVar1;\n for (puVar1 = DAT_001d0374; puVar1 != (undefined4 *)0x0; puVar1 = (undefined4 *)*puVar1) {\n for (puVar2 = (undefined4 *)puVar1[1]; puVar2 != (undefined4 *)0x0;\n puVar2 = (undefined4 *)*puVar2) {\n iVar4 = strcmp((char *)puVar2[1],__s2);\n if ((iVar4 == 0) && (piVar6 = *(int **)(param_1 + 0x10), piVar6 != (int *)0x0)) {\n do {\n FUN_00035e70(piVar6[1],puVar1);\n piVar6 = (int *)*piVar6;\n } while (piVar6 != (int *)0x0);\n iVar4 = puVar1[2];\n }\n else {\n iVar4 = puVar1[2];\n }\n if (iVar4 != 0) break;\n }\n }\n }" if (parenthesized_expression "(((byte)(*(char *)(iVar4 + 0xc) - 3U) < 2) &&\n (puVar1 = *(undefined4 **)(*(int *)(iVar4 + 0x14) + 0x54), puVar1 != (undefined4 *)0x0))" ( (binary_expression "((byte)(*(char *)(iVar4 + 0xc) - 3U) < 2) &&\n (puVar1 = *(undefined4 **)(*(int *)(iVar4 + 0x14) + 0x54), puVar1 != (undefined4 *)0x0)" (parenthesized_expression "((byte)(*(char *)(iVar4 + 0xc) - 3U) < 2)" ( (binary_expression "(byte)(*(char *)(iVar4 + 0xc) - 3U) < 2" (call_expression "(byte)(*(char *)(iVar4 + 0xc) - 3U)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(*(char *)(iVar4 + 0xc) - 3U)" ( (binary_expression "*(char *)(iVar4 + 0xc) - 3U" (pointer_expression "*(char *)(iVar4 + 0xc)" * (cast_expression "(char *)(iVar4 + 0xc)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0xc)" ( (binary_expression "iVar4 + 0xc" identifier + number_literal) )))) - number_literal) ))) < number_literal) )) && (parenthesized_expression "(puVar1 = *(undefined4 **)(*(int *)(iVar4 + 0x14) + 0x54), puVar1 != (undefined4 *)0x0)" ( (comma_expression "puVar1 = *(undefined4 **)(*(int *)(iVar4 + 0x14) + 0x54), puVar1 != (undefined4 *)0x0" (assignment_expression "puVar1 = *(undefined4 **)(*(int *)(iVar4 + 0x14) + 0x54)" identifier = (pointer_expression "*(undefined4 **)(*(int *)(iVar4 + 0x14) + 0x54)" * (cast_expression "(undefined4 **)(*(int *)(iVar4 + 0x14) + 0x54)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)(iVar4 + 0x14) + 0x54)" ( (binary_expression "*(int *)(iVar4 + 0x14) + 0x54" (pointer_expression "*(int *)(iVar4 + 0x14)" * (cast_expression "(int *)(iVar4 + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0x14)" ( (binary_expression "iVar4 + 0x14" identifier + number_literal) )))) + number_literal) ))))) , (binary_expression "puVar1 != (undefined4 *)0x0" identifier != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) (compound_statement "{\n __s2 = (char *)*puVar1;\n for (puVar1 = DAT_001d0374; puVar1 != (undefined4 *)0x0; puVar1 = (undefined4 *)*puVar1) {\n for (puVar2 = (undefined4 *)puVar1[1]; puVar2 != (undefined4 *)0x0;\n puVar2 = (undefined4 *)*puVar2) {\n iVar4 = strcmp((char *)puVar2[1],__s2);\n if ((iVar4 == 0) && (piVar6 = *(int **)(param_1 + 0x10), piVar6 != (int *)0x0)) {\n do {\n FUN_00035e70(piVar6[1],puVar1);\n piVar6 = (int *)*piVar6;\n } while (piVar6 != (int *)0x0);\n iVar4 = puVar1[2];\n }\n else {\n iVar4 = puVar1[2];\n }\n if (iVar4 != 0) break;\n }\n }\n }" { (expression_statement "__s2 = (char *)*puVar1;" (assignment_expression "__s2 = (char *)*puVar1" identifier = (cast_expression "(char *)*puVar1" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar1" * identifier))) ;) (for_statement "for (puVar1 = DAT_001d0374; puVar1 != (undefined4 *)0x0; puVar1 = (undefined4 *)*puVar1) {\n for (puVar2 = (undefined4 *)puVar1[1]; puVar2 != (undefined4 *)0x0;\n puVar2 = (undefined4 *)*puVar2) {\n iVar4 = strcmp((char *)puVar2[1],__s2);\n if ((iVar4 == 0) && (piVar6 = *(int **)(param_1 + 0x10), piVar6 != (int *)0x0)) {\n do {\n FUN_00035e70(piVar6[1],puVar1);\n piVar6 = (int *)*piVar6;\n } while (piVar6 != (int *)0x0);\n iVar4 = puVar1[2];\n }\n else {\n iVar4 = puVar1[2];\n }\n if (iVar4 != 0) break;\n }\n }" for ( (assignment_expression "puVar1 = DAT_001d0374" identifier = identifier) ; (binary_expression "puVar1 != (undefined4 *)0x0" identifier != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ; (assignment_expression "puVar1 = (undefined4 *)*puVar1" identifier = (cast_expression "(undefined4 *)*puVar1" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar1" * identifier))) ) (compound_statement "{\n for (puVar2 = (undefined4 *)puVar1[1]; puVar2 != (undefined4 *)0x0;\n puVar2 = (undefined4 *)*puVar2) {\n iVar4 = strcmp((char *)puVar2[1],__s2);\n if ((iVar4 == 0) && (piVar6 = *(int **)(param_1 + 0x10), piVar6 != (int *)0x0)) {\n do {\n FUN_00035e70(piVar6[1],puVar1);\n piVar6 = (int *)*piVar6;\n } while (piVar6 != (int *)0x0);\n iVar4 = puVar1[2];\n }\n else {\n iVar4 = puVar1[2];\n }\n if (iVar4 != 0) break;\n }\n }" { (for_statement "for (puVar2 = (undefined4 *)puVar1[1]; puVar2 != (undefined4 *)0x0;\n puVar2 = (undefined4 *)*puVar2) {\n iVar4 = strcmp((char *)puVar2[1],__s2);\n if ((iVar4 == 0) && (piVar6 = *(int **)(param_1 + 0x10), piVar6 != (int *)0x0)) {\n do {\n FUN_00035e70(piVar6[1],puVar1);\n piVar6 = (int *)*piVar6;\n } while (piVar6 != (int *)0x0);\n iVar4 = puVar1[2];\n }\n else {\n iVar4 = puVar1[2];\n }\n if (iVar4 != 0) break;\n }" for ( (assignment_expression "puVar2 = (undefined4 *)puVar1[1]" identifier = (cast_expression "(undefined4 *)puVar1[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar1[1]" identifier [ number_literal ]))) ; (binary_expression "puVar2 != (undefined4 *)0x0" identifier != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ; (assignment_expression "puVar2 = (undefined4 *)*puVar2" identifier = (cast_expression "(undefined4 *)*puVar2" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar2" * identifier))) ) (compound_statement "{\n iVar4 = strcmp((char *)puVar2[1],__s2);\n if ((iVar4 == 0) && (piVar6 = *(int **)(param_1 + 0x10), piVar6 != (int *)0x0)) {\n do {\n FUN_00035e70(piVar6[1],puVar1);\n piVar6 = (int *)*piVar6;\n } while (piVar6 != (int *)0x0);\n iVar4 = puVar1[2];\n }\n else {\n iVar4 = puVar1[2];\n }\n if (iVar4 != 0) break;\n }" { (expression_statement "iVar4 = strcmp((char *)puVar2[1],__s2);" (assignment_expression "iVar4 = strcmp((char *)puVar2[1],__s2)" identifier = (call_expression "strcmp((char *)puVar2[1],__s2)" identifier (argument_list "((char *)puVar2[1],__s2)" ( (cast_expression "(char *)puVar2[1]" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar2[1]" identifier [ number_literal ])) , identifier )))) ;) (if_statement "if ((iVar4 == 0) && (piVar6 = *(int **)(param_1 + 0x10), piVar6 != (int *)0x0)) {\n do {\n FUN_00035e70(piVar6[1],puVar1);\n piVar6 = (int *)*piVar6;\n } while (piVar6 != (int *)0x0);\n iVar4 = puVar1[2];\n }\n else {\n iVar4 = puVar1[2];\n }" if (parenthesized_expression "((iVar4 == 0) && (piVar6 = *(int **)(param_1 + 0x10), piVar6 != (int *)0x0))" ( (binary_expression "(iVar4 == 0) && (piVar6 = *(int **)(param_1 + 0x10), piVar6 != (int *)0x0)" (parenthesized_expression "(iVar4 == 0)" ( (binary_expression "iVar4 == 0" identifier == number_literal) )) && (parenthesized_expression "(piVar6 = *(int **)(param_1 + 0x10), piVar6 != (int *)0x0)" ( (comma_expression "piVar6 = *(int **)(param_1 + 0x10), piVar6 != (int *)0x0" (assignment_expression "piVar6 = *(int **)(param_1 + 0x10)" identifier = (pointer_expression "*(int **)(param_1 + 0x10)" * (cast_expression "(int **)(param_1 + 0x10)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) , (binary_expression "piVar6 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) (compound_statement "{\n do {\n FUN_00035e70(piVar6[1],puVar1);\n piVar6 = (int *)*piVar6;\n } while (piVar6 != (int *)0x0);\n iVar4 = puVar1[2];\n }" { (do_statement "do {\n FUN_00035e70(piVar6[1],puVar1);\n piVar6 = (int *)*piVar6;\n } while (piVar6 != (int *)0x0);" do (compound_statement "{\n FUN_00035e70(piVar6[1],puVar1);\n piVar6 = (int *)*piVar6;\n }" { (expression_statement "FUN_00035e70(piVar6[1],puVar1);" (call_expression "FUN_00035e70(piVar6[1],puVar1)" identifier (argument_list "(piVar6[1],puVar1)" ( (subscript_expression "piVar6[1]" identifier [ number_literal ]) , identifier ))) ;) (expression_statement "piVar6 = (int *)*piVar6;" (assignment_expression "piVar6 = (int *)*piVar6" identifier = (cast_expression "(int *)*piVar6" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar6" * identifier))) ;) }) while (parenthesized_expression "(piVar6 != (int *)0x0)" ( (binary_expression "piVar6 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) (expression_statement "iVar4 = puVar1[2];" (assignment_expression "iVar4 = puVar1[2]" identifier = (subscript_expression "puVar1[2]" identifier [ number_literal ])) ;) }) (else_clause "else {\n iVar4 = puVar1[2];\n }" else (compound_statement "{\n iVar4 = puVar1[2];\n }" { (expression_statement "iVar4 = puVar1[2];" (assignment_expression "iVar4 = puVar1[2]" identifier = (subscript_expression "puVar1[2]" identifier [ number_literal ])) ;) }))) (if_statement "if (iVar4 != 0) break;" if (parenthesized_expression "(iVar4 != 0)" ( (binary_expression "iVar4 != 0" identifier != number_literal) )) (break_statement "break;" break ;)) })) })) })))) (return_statement "return 1;" return number_literal ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE 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 TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , LIT , LIT , LIT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence string_content escape_sequence ") , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) }) (else_clause else (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) - LIT) ))) < LIT) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) ))))) , (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))) ;) (for_statement for ( (assignment_expression IDENT = 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 { (for_statement for ( (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ; (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ; (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == LIT) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) , (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT))) ))) )) (compound_statement { (do_statement do (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (subscript_expression IDENT [ LIT ]) , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) }) while (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) }))) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (break_statement break ;)) })) })) })))) (return_statement return LIT ;) })))
(function_definition "undefined4 FUN_00036070(int param_1)\n\n{\n undefined4 *puVar1;\n char *__s2;\n undefined4 *puVar2;\n undefined4 uVar3;\n int iVar4;\n undefined4 uVar5;\n int *piVar6;\n \n iVar4 = bfd_link_hash_lookup(DAT_001d0400,*(undefined4 *)(param_1 + 4),0,0,1);\n if (iVar4 == 0) {\n uVar3 = *(undefined4 *)(param_1 + 4);\n uVar5 = dcgettext(0,"%P: symbol `%pT\' missing from main hash table\n",5);\n FUN_00034d20(uVar5,uVar3);\n }\n else if (((byte)(*(char *)(iVar4 + 0xc) - 3U) < 2) &&\n (puVar1 = *(undefined4 **)(*(int *)(iVar4 + 0x14) + 0x54), puVar1 != (undefined4 *)0x0)) {\n __s2 = (char *)*puVar1;\n for (puVar1 = DAT_001d0374; puVar1 != (undefined4 *)0x0; puVar1 = (undefined4 *)*puVar1) {\n for (puVar2 = (undefined4 *)puVar1[1]; puVar2 != (undefined4 *)0x0;\n puVar2 = (undefined4 *)*puVar2) {\n iVar4 = strcmp((char *)puVar2[1],__s2);\n if ((iVar4 == 0) && (piVar6 = *(int **)(param_1 + 0x10), piVar6 != (int *)0x0)) {\n do {\n FUN_00035e70(piVar6[1],puVar1);\n piVar6 = (int *)*piVar6;\n } while (piVar6 != (int *)0x0);\n iVar4 = puVar1[2];\n }\n else {\n iVar4 = puVar1[2];\n }\n if (iVar4 != 0) break;\n }\n }\n }\n return 1;\n}" (type_identifier "undefined4") (function_declarator "FUN_00036070(int param_1)" (identifier "FUN_00036070") (parameter_list "(int param_1)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) () ")"))) (compound_statement "{\n undefined4 *puVar1;\n char *__s2;\n undefined4 *puVar2;\n undefined4 uVar3;\n int iVar4;\n undefined4 uVar5;\n int *piVar6;\n \n iVar4 = bfd_link_hash_lookup(DAT_001d0400,*(undefined4 *)(param_1 + 4),0,0,1);\n if (iVar4 == 0) {\n uVar3 = *(undefined4 *)(param_1 + 4);\n uVar5 = dcgettext(0,"%P: symbol `%pT\' missing from main hash table\n",5);\n FUN_00034d20(uVar5,uVar3);\n }\n else if (((byte)(*(char *)(iVar4 + 0xc) - 3U) < 2) &&\n (puVar1 = *(undefined4 **)(*(int *)(iVar4 + 0x14) + 0x54), puVar1 != (undefined4 *)0x0)) {\n __s2 = (char *)*puVar1;\n for (puVar1 = DAT_001d0374; puVar1 != (undefined4 *)0x0; puVar1 = (undefined4 *)*puVar1) {\n for (puVar2 = (undefined4 *)puVar1[1]; puVar2 != (undefined4 *)0x0;\n puVar2 = (undefined4 *)*puVar2) {\n iVar4 = strcmp((char *)puVar2[1],__s2);\n if ((iVar4 == 0) && (piVar6 = *(int **)(param_1 + 0x10), piVar6 != (int *)0x0)) {\n do {\n FUN_00035e70(piVar6[1],puVar1);\n piVar6 = (int *)*piVar6;\n } while (piVar6 != (int *)0x0);\n iVar4 = puVar1[2];\n }\n else {\n iVar4 = puVar1[2];\n }\n if (iVar4 != 0) break;\n }\n }\n }\n return 1;\n}" ({ "{") (declaration "undefined4 *puVar1;" (type_identifier "undefined4") (pointer_declarator "*puVar1" (* "*") (identifier "puVar1")) (; ";")) (declaration "char *__s2;" (primitive_type "char") (pointer_declarator "*__s2" (* "*") (identifier "__s2")) (; ";")) (declaration "undefined4 *puVar2;" (type_identifier "undefined4") (pointer_declarator "*puVar2" (* "*") (identifier "puVar2")) (; ";")) (declaration "undefined4 uVar3;" (type_identifier "undefined4") (identifier "uVar3") (; ";")) (declaration "int iVar4;" (primitive_type "int") (identifier "iVar4") (; ";")) (declaration "undefined4 uVar5;" (type_identifier "undefined4") (identifier "uVar5") (; ";")) (declaration "int *piVar6;" (primitive_type "int") (pointer_declarator "*piVar6" (* "*") (identifier "piVar6")) (; ";")) (expression_statement "iVar4 = bfd_link_hash_lookup(DAT_001d0400,*(undefined4 *)(param_1 + 4),0,0,1);" (assignment_expression "iVar4 = bfd_link_hash_lookup(DAT_001d0400,*(undefined4 *)(param_1 + 4),0,0,1)" (identifier "iVar4") (= "=") (call_expression "bfd_link_hash_lookup(DAT_001d0400,*(undefined4 *)(param_1 + 4),0,0,1)" (identifier "bfd_link_hash_lookup") (argument_list "(DAT_001d0400,*(undefined4 *)(param_1 + 4),0,0,1)" (( "(") (identifier "DAT_001d0400") (, ",") (pointer_expression "*(undefined4 *)(param_1 + 4)" (* "*") (cast_expression "(undefined4 *)(param_1 + 4)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 4)" (( "(") (binary_expression "param_1 + 4" (identifier "param_1") (+ "+") (number_literal "4")) () ")")))) (, ",") (number_literal "0") (, ",") (number_literal "0") (, ",") (number_literal "1") () ")")))) (; ";")) (if_statement "if (iVar4 == 0) {\n uVar3 = *(undefined4 *)(param_1 + 4);\n uVar5 = dcgettext(0,"%P: symbol `%pT\' missing from main hash table\n",5);\n FUN_00034d20(uVar5,uVar3);\n }\n else if (((byte)(*(char *)(iVar4 + 0xc) - 3U) < 2) &&\n (puVar1 = *(undefined4 **)(*(int *)(iVar4 + 0x14) + 0x54), puVar1 != (undefined4 *)0x0)) {\n __s2 = (char *)*puVar1;\n for (puVar1 = DAT_001d0374; puVar1 != (undefined4 *)0x0; puVar1 = (undefined4 *)*puVar1) {\n for (puVar2 = (undefined4 *)puVar1[1]; puVar2 != (undefined4 *)0x0;\n puVar2 = (undefined4 *)*puVar2) {\n iVar4 = strcmp((char *)puVar2[1],__s2);\n if ((iVar4 == 0) && (piVar6 = *(int **)(param_1 + 0x10), piVar6 != (int *)0x0)) {\n do {\n FUN_00035e70(piVar6[1],puVar1);\n piVar6 = (int *)*piVar6;\n } while (piVar6 != (int *)0x0);\n iVar4 = puVar1[2];\n }\n else {\n iVar4 = puVar1[2];\n }\n if (iVar4 != 0) break;\n }\n }\n }" (if "if") (parenthesized_expression "(iVar4 == 0)" (( "(") (binary_expression "iVar4 == 0" (identifier "iVar4") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n uVar3 = *(undefined4 *)(param_1 + 4);\n uVar5 = dcgettext(0,"%P: symbol `%pT\' missing from main hash table\n",5);\n FUN_00034d20(uVar5,uVar3);\n }" ({ "{") (expression_statement "uVar3 = *(undefined4 *)(param_1 + 4);" (assignment_expression "uVar3 = *(undefined4 *)(param_1 + 4)" (identifier "uVar3") (= "=") (pointer_expression "*(undefined4 *)(param_1 + 4)" (* "*") (cast_expression "(undefined4 *)(param_1 + 4)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 4)" (( "(") (binary_expression "param_1 + 4" (identifier "param_1") (+ "+") (number_literal "4")) () ")"))))) (; ";")) (expression_statement "uVar5 = dcgettext(0,"%P: symbol `%pT\' missing from main hash table\n",5);" (assignment_expression "uVar5 = dcgettext(0,"%P: symbol `%pT\' missing from main hash table\n",5)" (identifier "uVar5") (= "=") (call_expression "dcgettext(0,"%P: symbol `%pT\' missing from main hash table\n",5)" (identifier "dcgettext") (argument_list "(0,"%P: symbol `%pT\' missing from main hash table\n",5)" (( "(") (number_literal "0") (, ",") (string_literal ""%P: symbol `%pT\' missing from main hash table\n"" (" """) (string_content "%P: symbol `%pT") (escape_sequence "\'") (string_content " missing from main hash table") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "FUN_00034d20(uVar5,uVar3);" (call_expression "FUN_00034d20(uVar5,uVar3)" (identifier "FUN_00034d20") (argument_list "(uVar5,uVar3)" (( "(") (identifier "uVar5") (, ",") (identifier "uVar3") () ")"))) (; ";")) (} "}")) (else_clause "else if (((byte)(*(char *)(iVar4 + 0xc) - 3U) < 2) &&\n (puVar1 = *(undefined4 **)(*(int *)(iVar4 + 0x14) + 0x54), puVar1 != (undefined4 *)0x0)) {\n __s2 = (char *)*puVar1;\n for (puVar1 = DAT_001d0374; puVar1 != (undefined4 *)0x0; puVar1 = (undefined4 *)*puVar1) {\n for (puVar2 = (undefined4 *)puVar1[1]; puVar2 != (undefined4 *)0x0;\n puVar2 = (undefined4 *)*puVar2) {\n iVar4 = strcmp((char *)puVar2[1],__s2);\n if ((iVar4 == 0) && (piVar6 = *(int **)(param_1 + 0x10), piVar6 != (int *)0x0)) {\n do {\n FUN_00035e70(piVar6[1],puVar1);\n piVar6 = (int *)*piVar6;\n } while (piVar6 != (int *)0x0);\n iVar4 = puVar1[2];\n }\n else {\n iVar4 = puVar1[2];\n }\n if (iVar4 != 0) break;\n }\n }\n }" (else "else") (if_statement "if (((byte)(*(char *)(iVar4 + 0xc) - 3U) < 2) &&\n (puVar1 = *(undefined4 **)(*(int *)(iVar4 + 0x14) + 0x54), puVar1 != (undefined4 *)0x0)) {\n __s2 = (char *)*puVar1;\n for (puVar1 = DAT_001d0374; puVar1 != (undefined4 *)0x0; puVar1 = (undefined4 *)*puVar1) {\n for (puVar2 = (undefined4 *)puVar1[1]; puVar2 != (undefined4 *)0x0;\n puVar2 = (undefined4 *)*puVar2) {\n iVar4 = strcmp((char *)puVar2[1],__s2);\n if ((iVar4 == 0) && (piVar6 = *(int **)(param_1 + 0x10), piVar6 != (int *)0x0)) {\n do {\n FUN_00035e70(piVar6[1],puVar1);\n piVar6 = (int *)*piVar6;\n } while (piVar6 != (int *)0x0);\n iVar4 = puVar1[2];\n }\n else {\n iVar4 = puVar1[2];\n }\n if (iVar4 != 0) break;\n }\n }\n }" (if "if") (parenthesized_expression "(((byte)(*(char *)(iVar4 + 0xc) - 3U) < 2) &&\n (puVar1 = *(undefined4 **)(*(int *)(iVar4 + 0x14) + 0x54), puVar1 != (undefined4 *)0x0))" (( "(") (binary_expression "((byte)(*(char *)(iVar4 + 0xc) - 3U) < 2) &&\n (puVar1 = *(undefined4 **)(*(int *)(iVar4 + 0x14) + 0x54), puVar1 != (undefined4 *)0x0)" (parenthesized_expression "((byte)(*(char *)(iVar4 + 0xc) - 3U) < 2)" (( "(") (binary_expression "(byte)(*(char *)(iVar4 + 0xc) - 3U) < 2" (call_expression "(byte)(*(char *)(iVar4 + 0xc) - 3U)" (parenthesized_expression "(byte)" (( "(") (identifier "byte") () ")")) (argument_list "(*(char *)(iVar4 + 0xc) - 3U)" (( "(") (binary_expression "*(char *)(iVar4 + 0xc) - 3U" (pointer_expression "*(char *)(iVar4 + 0xc)" (* "*") (cast_expression "(char *)(iVar4 + 0xc)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar4 + 0xc)" (( "(") (binary_expression "iVar4 + 0xc" (identifier "iVar4") (+ "+") (number_literal "0xc")) () ")")))) (- "-") (number_literal "3U")) () ")"))) (< "<") (number_literal "2")) () ")")) (&& "&&") (parenthesized_expression "(puVar1 = *(undefined4 **)(*(int *)(iVar4 + 0x14) + 0x54), puVar1 != (undefined4 *)0x0)" (( "(") (comma_expression "puVar1 = *(undefined4 **)(*(int *)(iVar4 + 0x14) + 0x54), puVar1 != (undefined4 *)0x0" (assignment_expression "puVar1 = *(undefined4 **)(*(int *)(iVar4 + 0x14) + 0x54)" (identifier "puVar1") (= "=") (pointer_expression "*(undefined4 **)(*(int *)(iVar4 + 0x14) + 0x54)" (* "*") (cast_expression "(undefined4 **)(*(int *)(iVar4 + 0x14) + 0x54)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(int *)(iVar4 + 0x14) + 0x54)" (( "(") (binary_expression "*(int *)(iVar4 + 0x14) + 0x54" (pointer_expression "*(int *)(iVar4 + 0x14)" (* "*") (cast_expression "(int *)(iVar4 + 0x14)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar4 + 0x14)" (( "(") (binary_expression "iVar4 + 0x14" (identifier "iVar4") (+ "+") (number_literal "0x14")) () ")")))) (+ "+") (number_literal "0x54")) () ")"))))) (, ",") (binary_expression "puVar1 != (undefined4 *)0x0" (identifier "puVar1") (!= "!=") (cast_expression "(undefined4 *)0x0" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0")))) () ")"))) () ")")) (compound_statement "{\n __s2 = (char *)*puVar1;\n for (puVar1 = DAT_001d0374; puVar1 != (undefined4 *)0x0; puVar1 = (undefined4 *)*puVar1) {\n for (puVar2 = (undefined4 *)puVar1[1]; puVar2 != (undefined4 *)0x0;\n puVar2 = (undefined4 *)*puVar2) {\n iVar4 = strcmp((char *)puVar2[1],__s2);\n if ((iVar4 == 0) && (piVar6 = *(int **)(param_1 + 0x10), piVar6 != (int *)0x0)) {\n do {\n FUN_00035e70(piVar6[1],puVar1);\n piVar6 = (int *)*piVar6;\n } while (piVar6 != (int *)0x0);\n iVar4 = puVar1[2];\n }\n else {\n iVar4 = puVar1[2];\n }\n if (iVar4 != 0) break;\n }\n }\n }" ({ "{") (expression_statement "__s2 = (char *)*puVar1;" (assignment_expression "__s2 = (char *)*puVar1" (identifier "__s2") (= "=") (cast_expression "(char *)*puVar1" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*puVar1" (* "*") (identifier "puVar1")))) (; ";")) (for_statement "for (puVar1 = DAT_001d0374; puVar1 != (undefined4 *)0x0; puVar1 = (undefined4 *)*puVar1) {\n for (puVar2 = (undefined4 *)puVar1[1]; puVar2 != (undefined4 *)0x0;\n puVar2 = (undefined4 *)*puVar2) {\n iVar4 = strcmp((char *)puVar2[1],__s2);\n if ((iVar4 == 0) && (piVar6 = *(int **)(param_1 + 0x10), piVar6 != (int *)0x0)) {\n do {\n FUN_00035e70(piVar6[1],puVar1);\n piVar6 = (int *)*piVar6;\n } while (piVar6 != (int *)0x0);\n iVar4 = puVar1[2];\n }\n else {\n iVar4 = puVar1[2];\n }\n if (iVar4 != 0) break;\n }\n }" (for "for") (( "(") (assignment_expression "puVar1 = DAT_001d0374" (identifier "puVar1") (= "=") (identifier "DAT_001d0374")) (; ";") (binary_expression "puVar1 != (undefined4 *)0x0" (identifier "puVar1") (!= "!=") (cast_expression "(undefined4 *)0x0" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";") (assignment_expression "puVar1 = (undefined4 *)*puVar1" (identifier "puVar1") (= "=") (cast_expression "(undefined4 *)*puVar1" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*puVar1" (* "*") (identifier "puVar1")))) () ")") (compound_statement "{\n for (puVar2 = (undefined4 *)puVar1[1]; puVar2 != (undefined4 *)0x0;\n puVar2 = (undefined4 *)*puVar2) {\n iVar4 = strcmp((char *)puVar2[1],__s2);\n if ((iVar4 == 0) && (piVar6 = *(int **)(param_1 + 0x10), piVar6 != (int *)0x0)) {\n do {\n FUN_00035e70(piVar6[1],puVar1);\n piVar6 = (int *)*piVar6;\n } while (piVar6 != (int *)0x0);\n iVar4 = puVar1[2];\n }\n else {\n iVar4 = puVar1[2];\n }\n if (iVar4 != 0) break;\n }\n }" ({ "{") (for_statement "for (puVar2 = (undefined4 *)puVar1[1]; puVar2 != (undefined4 *)0x0;\n puVar2 = (undefined4 *)*puVar2) {\n iVar4 = strcmp((char *)puVar2[1],__s2);\n if ((iVar4 == 0) && (piVar6 = *(int **)(param_1 + 0x10), piVar6 != (int *)0x0)) {\n do {\n FUN_00035e70(piVar6[1],puVar1);\n piVar6 = (int *)*piVar6;\n } while (piVar6 != (int *)0x0);\n iVar4 = puVar1[2];\n }\n else {\n iVar4 = puVar1[2];\n }\n if (iVar4 != 0) break;\n }" (for "for") (( "(") (assignment_expression "puVar2 = (undefined4 *)puVar1[1]" (identifier "puVar2") (= "=") (cast_expression "(undefined4 *)puVar1[1]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "puVar1[1]" (identifier "puVar1") ([ "[") (number_literal "1") (] "]")))) (; ";") (binary_expression "puVar2 != (undefined4 *)0x0" (identifier "puVar2") (!= "!=") (cast_expression "(undefined4 *)0x0" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";") (assignment_expression "puVar2 = (undefined4 *)*puVar2" (identifier "puVar2") (= "=") (cast_expression "(undefined4 *)*puVar2" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*puVar2" (* "*") (identifier "puVar2")))) () ")") (compound_statement "{\n iVar4 = strcmp((char *)puVar2[1],__s2);\n if ((iVar4 == 0) && (piVar6 = *(int **)(param_1 + 0x10), piVar6 != (int *)0x0)) {\n do {\n FUN_00035e70(piVar6[1],puVar1);\n piVar6 = (int *)*piVar6;\n } while (piVar6 != (int *)0x0);\n iVar4 = puVar1[2];\n }\n else {\n iVar4 = puVar1[2];\n }\n if (iVar4 != 0) break;\n }" ({ "{") (expression_statement "iVar4 = strcmp((char *)puVar2[1],__s2);" (assignment_expression "iVar4 = strcmp((char *)puVar2[1],__s2)" (identifier "iVar4") (= "=") (call_expression "strcmp((char *)puVar2[1],__s2)" (identifier "strcmp") (argument_list "((char *)puVar2[1],__s2)" (( "(") (cast_expression "(char *)puVar2[1]" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "puVar2[1]" (identifier "puVar2") ([ "[") (number_literal "1") (] "]"))) (, ",") (identifier "__s2") () ")")))) (; ";")) (if_statement "if ((iVar4 == 0) && (piVar6 = *(int **)(param_1 + 0x10), piVar6 != (int *)0x0)) {\n do {\n FUN_00035e70(piVar6[1],puVar1);\n piVar6 = (int *)*piVar6;\n } while (piVar6 != (int *)0x0);\n iVar4 = puVar1[2];\n }\n else {\n iVar4 = puVar1[2];\n }" (if "if") (parenthesized_expression "((iVar4 == 0) && (piVar6 = *(int **)(param_1 + 0x10), piVar6 != (int *)0x0))" (( "(") (binary_expression "(iVar4 == 0) && (piVar6 = *(int **)(param_1 + 0x10), piVar6 != (int *)0x0)" (parenthesized_expression "(iVar4 == 0)" (( "(") (binary_expression "iVar4 == 0" (identifier "iVar4") (== "==") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(piVar6 = *(int **)(param_1 + 0x10), piVar6 != (int *)0x0)" (( "(") (comma_expression "piVar6 = *(int **)(param_1 + 0x10), piVar6 != (int *)0x0" (assignment_expression "piVar6 = *(int **)(param_1 + 0x10)" (identifier "piVar6") (= "=") (pointer_expression "*(int **)(param_1 + 0x10)" (* "*") (cast_expression "(int **)(param_1 + 0x10)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")"))))) (, ",") (binary_expression "piVar6 != (int *)0x0" (identifier "piVar6") (!= "!=") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0")))) () ")"))) () ")")) (compound_statement "{\n do {\n FUN_00035e70(piVar6[1],puVar1);\n piVar6 = (int *)*piVar6;\n } while (piVar6 != (int *)0x0);\n iVar4 = puVar1[2];\n }" ({ "{") (do_statement "do {\n FUN_00035e70(piVar6[1],puVar1);\n piVar6 = (int *)*piVar6;\n } while (piVar6 != (int *)0x0);" (do "do") (compound_statement "{\n FUN_00035e70(piVar6[1],puVar1);\n piVar6 = (int *)*piVar6;\n }" ({ "{") (expression_statement "FUN_00035e70(piVar6[1],puVar1);" (call_expression "FUN_00035e70(piVar6[1],puVar1)" (identifier "FUN_00035e70") (argument_list "(piVar6[1],puVar1)" (( "(") (subscript_expression "piVar6[1]" (identifier "piVar6") ([ "[") (number_literal "1") (] "]")) (, ",") (identifier "puVar1") () ")"))) (; ";")) (expression_statement "piVar6 = (int *)*piVar6;" (assignment_expression "piVar6 = (int *)*piVar6" (identifier "piVar6") (= "=") (cast_expression "(int *)*piVar6" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*piVar6" (* "*") (identifier "piVar6")))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(piVar6 != (int *)0x0)" (( "(") (binary_expression "piVar6 != (int *)0x0" (identifier "piVar6") (!= "!=") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (; ";")) (expression_statement "iVar4 = puVar1[2];" (assignment_expression "iVar4 = puVar1[2]" (identifier "iVar4") (= "=") (subscript_expression "puVar1[2]" (identifier "puVar1") ([ "[") (number_literal "2") (] "]"))) (; ";")) (} "}")) (else_clause "else {\n iVar4 = puVar1[2];\n }" (else "else") (compound_statement "{\n iVar4 = puVar1[2];\n }" ({ "{") (expression_statement "iVar4 = puVar1[2];" (assignment_expression "iVar4 = puVar1[2]" (identifier "iVar4") (= "=") (subscript_expression "puVar1[2]" (identifier "puVar1") ([ "[") (number_literal "2") (] "]"))) (; ";")) (} "}")))) (if_statement "if (iVar4 != 0) break;" (if "if") (parenthesized_expression "(iVar4 != 0)" (( "(") (binary_expression "iVar4 != 0" (identifier "iVar4") (!= "!=") (number_literal "0")) () ")")) (break_statement "break;" (break "break") (; ";"))) (} "}"))) (} "}"))) (} "}"))))) (return_statement "return 1;" (return "return") (number_literal "1") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ type_1 function_1(type_2 *h,void *ignore) { type_3 *var_5; char *pcVar2; type_4 *var_7; type_5 *var_6; int var_2; int var_9; char *fmt; type_6 *var_10; var_2 = var_1(link_info.hash,(h->root).string,0,0,1); if (var_2 == 0) { pcVar2 = (h->root).string; fmt = (char *)var_3(0,"%P: symbol `%pT\' missing from main hash table\n",5); var_4(fmt,pcVar2); } else if (((byte)(*(char *)(var_2 + 0xc) - 3U) < 2) && (var_5 = *(type_3 **)(*(int *)(var_2 + 0x14) + 0x54), var_5 != (type_3 *)0x0)) { pcVar2 = (char *)*var_5; for (var_6 = nocrossref_list; var_6 != (type_5 *)0x0; var_6 = var_6->next) { for (var_7 = var_6->list; var_7 != (type_4 *)0x0; var_7 = var_7->next) { var_9 = var_8(var_7->name,pcVar2); if ((var_9 == 0) && (var_10 = h->refs, var_10 != (type_6 *)0x0)) { do { var_11(*(char **)(var_2 + 4),1,*(type_7 **)(var_2 + 0x14),var_10->abfd,var_6); var_10 = var_10->next; } while (var_10 != (type_6 *)0x0); var_9 = var_6->onlyfirst; } else { var_9 = var_6->onlyfirst; } if (var_9 != 0) break; } } } return 1; }
null
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (number_literal) (number_literal) (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence) (string_content) (escape_sequence)) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) alternative: (else_clause (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))) right: (number_literal))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))))) right: (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))))) (for_statement initializer: (assignment_expression left: (identifier) right: (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 (for_statement initializer: (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal)))) condition: (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal))) update: (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal))))))) consequence: (compound_statement (do_statement body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (subscript_expression argument: (identifier) index: (number_literal)) (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)))))) 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: (subscript_expression argument: (identifier) index: (number_literal))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (break_statement)))))))))) (return_statement (number_literal)))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 MASKED(int param_1) { undefined4 *puVar1; char *__s2; undefined4 *puVar2; undefined4 uVar3; int iVar4; undefined4 uVar5; int *piVar6; iVar4 = bfd_link_hash_lookup(DAT_001d0400,*(undefined4 *)(param_1 + 4),0,0,1); if (iVar4 == 0) { uVar3 = *(undefined4 *)(param_1 + 4); uVar5 = dcgettext(0,"%P: symbol `%pT\' missing from main hash table\n",5); FUN_00034d20(uVar5,uVar3); } else if (((byte)(*(char *)(iVar4 + 0xc) - 3U) < 2) && (puVar1 = *(undefined4 **)(*(int *)(iVar4 + 0x14) + 0x54), puVar1 != (undefined4 *)0x0)) { __s2 = (char *)*puVar1; for (puVar1 = DAT_001d0374; puVar1 != (undefined4 *)0x0; puVar1 = (undefined4 *)*puVar1) { for (puVar2 = (undefined4 *)puVar1[1]; puVar2 != (undefined4 *)0x0; puVar2 = (undefined4 *)*puVar2) { iVar4 = strcmp((char *)puVar2[1],__s2); if ((iVar4 == 0) && (piVar6 = *(int **)(param_1 + 0x10), piVar6 != (int *)0x0)) { do { FUN_00035e70(piVar6[1],puVar1); piVar6 = (int *)*piVar6; } while (piVar6 != (int *)0x0); iVar4 = puVar1[2]; } else { iVar4 = puVar1[2]; } if (iVar4 != 0) break; } } } return 1; }
1016_powerpc64-linux-gnu-dwp_and_powerpc64-linux-gnu-dwp_strip.c
do_get_global_symbols
FUN_0003a400
/* DWARF original prototype: Symbols * do_get_global_symbols(Sized_relobj_dwo<32,_false> * this) */ Symbols * __thiscall gold::Sized_relobj_dwo<32,_false>::do_get_global_symbols(Sized_relobj_dwo<32,_false> *this) { return (Symbols *)0x0; }
undefined4 FUN_0003a400(void) { return 0; }
XOR EAX,EAX RET
null
null
null
null
[('const-0', u'RETURN_-1206082537'), (u'COPY_-1206082557', u'RETURN_-1206082537'), ('const-0', u'COPY_-1206082557')]
[('const-0', u'RETURN_-1206082537'), (u'COPY_-1206082557', u'RETURN_-1206082537'), ('const-0', u'COPY_-1206082557')]
null
null
0003a400
x86
O3
(translation_unit "undefined4 FUN_0003a400(void)\n\n{\n return 0;\n}\n\n" (function_definition "undefined4 FUN_0003a400(void)\n\n{\n return 0;\n}" type_identifier (function_declarator "FUN_0003a400(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return 0;\n}" { (return_statement "return 0;" return number_literal ;) })))
(translation_unit "/* DWARF original prototype: Symbols * do_get_global_symbols(Sized_relobj_dwo<32,_false> * this) */\n\nSymbols * __thiscall\ngold::Sized_relobj_dwo<32,_false>::do_get_global_symbols(Sized_relobj_dwo<32,_false> *this)\n\n{\n return (Symbols *)0x0;\n}\n\n" comment (ERROR "Symbols * __thiscall\ngold::Sized_relobj_dwo<32,_false>::do_get_global_symbols(Sized_relobj_dwo<32,_false> *this)" (binary_expression "Symbols * __thiscall\ngold::Sized_relobj_dwo<32,_false>::do_get_global_symbols(Sized_relobj_dwo<32,_false> *this)" (binary_expression "Symbols * __thiscall\ngold::Sized_relobj_dwo<32" (binary_expression "Symbols * __thiscall" identifier * identifier) (ERROR "gold::Sized_relobj_dwo" identifier : : identifier) < number_literal) (ERROR ",_false" , identifier) > (ERROR "::" : :) (call_expression "do_get_global_symbols(Sized_relobj_dwo<32,_false> *this)" identifier (argument_list "(Sized_relobj_dwo<32,_false> *this)" ( (binary_expression "Sized_relobj_dwo<32" identifier < number_literal) , (binary_expression "_false> *this" identifier > (pointer_expression "*this" * identifier)) ))))) (compound_statement "{\n return (Symbols *)0x0;\n}" { (return_statement "return (Symbols *)0x0;" return (cast_expression "(Symbols *)0x0" ( (type_descriptor "Symbols *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) ;) }))
(translation_unit "undefined4 FUN_0003a400(void)\n\n{\n return 0;\n}\n\n" (function_definition "undefined4 FUN_0003a400(void)\n\n{\n return 0;\n}" type_identifier (function_declarator "FUN_0003a400(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return 0;\n}" { (return_statement "return 0;" return number_literal ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (return_statement return LIT ;) })))
(function_definition "undefined4 FUN_0003a400(void)\n\n{\n return 0;\n}" (type_identifier "undefined4") (function_declarator "FUN_0003a400(void)" (identifier "FUN_0003a400") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n return 0;\n}" ({ "{") (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}")))
/* DWARF original prototype: Symbols * do_get_global_symbols(Sized_relobj_dwo<32,_false> * this) */ type_1 * __thiscall gold::Sized_relobj_dwo<32,_false>::do_get_global_symbols(Sized_relobj_dwo<32,_false> *this) { return (type_1 *)0x0; }
null
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (return_statement (number_literal)))))
null
undefined4 MASKED(void) { return 0; }
114_realpath_and_realpath_strip.c
hash_clear
FUN_00013720
/* WARNING: Unknown calling convention */ void hash_clear(Hash_table *table) { hash_entry *phVar1; hash_entry *phVar2; Hash_data_freer p_Var3; hash_entry *phVar4; hash_entry *phVar5; phVar2 = table->bucket_limit; phVar5 = table->bucket; if (table->bucket < phVar2) { do { while (phVar5->data == (void *)0x0) { phVar5 = phVar5 + 1; if (phVar2 <= phVar5) goto LAB_0001379e; } p_Var3 = table->data_freer; phVar2 = phVar5->next; if (phVar5->next != (hash_entry *)0x0) { LAB_00013750: if (p_Var3 != (Hash_data_freer)0x0) goto code_r0x00013754; phVar4 = table->free_entry_list; do { phVar1 = phVar2->next; phVar2->data = (void *)0x0; phVar2->next = phVar4; table->free_entry_list = phVar2; phVar4 = phVar2; phVar2 = phVar1; } while (phVar1 != (hash_entry *)0x0); goto LAB_00013787; } LAB_00013779: if (p_Var3 != (Hash_data_freer)0x0) { (*p_Var3)(phVar5->data); } LAB_00013787: phVar5->data = (void *)0x0; phVar4 = phVar5 + 1; phVar5->next = (hash_entry *)0x0; phVar2 = table->bucket_limit; phVar5 = phVar4; } while (phVar4 < phVar2); } LAB_0001379e: table->n_buckets_used = 0; table->n_entries = 0; return; code_r0x00013754: (*p_Var3)(phVar2->data); phVar4 = phVar2->next; phVar1 = table->free_entry_list; p_Var3 = table->data_freer; phVar2->data = (void *)0x0; phVar2->next = phVar1; table->free_entry_list = phVar2; phVar2 = phVar4; if (phVar4 == (hash_entry *)0x0) goto LAB_00013779; goto LAB_00013750; }
void FUN_00013720(undefined4 *param_1) { undefined4 uVar1; undefined4 *puVar2; int *piVar3; code *pcVar4; undefined4 *puVar5; undefined4 *puVar6; int *piVar7; int *piVar8; piVar3 = (int *)param_1[1]; piVar7 = (int *)*param_1; if ((int *)*param_1 < piVar3) { do { while (*piVar7 == 0) { piVar7 = piVar7 + 2; if (piVar3 <= piVar7) goto LAB_0001379e; } pcVar4 = (code *)param_1[8]; puVar6 = (undefined4 *)piVar7[1]; if ((undefined4 *)piVar7[1] != (undefined4 *)0x0) { LAB_00013750: if (pcVar4 != (code *)0x0) goto code_r0x00013754; puVar5 = (undefined4 *)param_1[9]; do { puVar2 = (undefined4 *)puVar6[1]; *puVar6 = 0; puVar6[1] = puVar5; param_1[9] = puVar6; puVar5 = puVar6; puVar6 = puVar2; } while (puVar2 != (undefined4 *)0x0); goto LAB_00013787; } LAB_00013779: if (pcVar4 != (code *)0x0) { (*pcVar4)(*piVar7); } LAB_00013787: *piVar7 = 0; piVar8 = piVar7 + 2; piVar7[1] = 0; piVar3 = (int *)param_1[1]; piVar7 = piVar8; } while (piVar8 < piVar3); } LAB_0001379e: param_1[3] = 0; param_1[4] = 0; return; code_r0x00013754: (*pcVar4)(*puVar6); puVar5 = (undefined4 *)puVar6[1]; uVar1 = param_1[9]; pcVar4 = (code *)param_1[8]; *puVar6 = 0; puVar6[1] = uVar1; param_1[9] = puVar6; puVar6 = puVar5; if (puVar5 == (undefined4 *)0x0) goto LAB_00013779; goto LAB_00013750; }
PUSH EDI PUSH ESI PUSH EBX MOV ESI,dword ptr [ESP + 0x10] MOV EDI,dword ptr [ESI] MOV EAX,dword ptr [ESI + 0x4] CMP EDI,EAX JC 0x0001373f JMP 0x0001379e ADD EDI,0x8 CMP EAX,EDI JBE 0x0001379e MOV EDX,dword ptr [EDI] TEST EDX,EDX JZ 0x00013738 MOV EBX,dword ptr [EDI + 0x4] MOV EAX,dword ptr [ESI + 0x20] TEST EBX,EBX JZ 0x00013779 NOP TEST EAX,EAX JZ 0x000137b0 SUB ESP,0xc PUSH dword ptr [EBX] CALL EAX MOV ECX,dword ptr [EBX + 0x4] MOV EDX,dword ptr [ESI + 0x24] MOV EAX,dword ptr [ESI + 0x20] MOV dword ptr [EBX],0x0 ADD ESP,0x10 MOV dword ptr [EBX + 0x4],EDX MOV dword ptr [ESI + 0x24],EBX MOV EBX,ECX TEST ECX,ECX JNZ 0x00013750 TEST EAX,EAX JZ 0x00013787 SUB ESP,0xc PUSH dword ptr [EDI] CALL EAX ADD ESP,0x10 MOV dword ptr [EDI],0x0 ADD EDI,0x8 MOV dword ptr [EDI + -0x4],0x0 MOV EAX,dword ptr [ESI + 0x4] CMP EAX,EDI JA 0x0001373f MOV dword ptr [ESI + 0xc],0x0 MOV dword ptr [ESI + 0x10],0x0 POP EBX POP ESI POP EDI RET MOV EDX,dword ptr [ESI + 0x24] MOV EAX,dword ptr [EBX + 0x4] MOV dword ptr [EBX],0x0 MOV dword ptr [EBX + 0x4],EDX MOV EDX,EBX MOV dword ptr [ESI + 0x24],EBX MOV EBX,EAX TEST EAX,EAX JNZ 0x000137b3 JMP 0x00013787
null
null
null
null
[(u'PTRSUB_-1205978771', u'LOAD_-1205979277'), ('tmp_693', u'PTRSUB_-1205978735'), ('const-417', u'LOAD_-1205979252'), (u'MULTIEQUAL_-1205978791', u'COPY_-1205978673'), ('tmp_693', u'PTRSUB_-1205978661'), (u'LOAD_-1205979045', u'INT_LESS_-1205979015'), (u'INT_LESSEQUAL_-1205979059', u'CBRANCH_-1205979069'), (u'MULTIEQUAL_-1205978791', u'PTRSUB_-1205978633'), ('const-0', u'PTRSUB_-1205978633'), (u'MULTIEQUAL_-1205978909', u'CALLIND_-1205979191'), (u'COPY_-1205978696', u'MULTIEQUAL_-1205978791'), (u'MULTIEQUAL_-1205978924', u'INT_LESSEQUAL_-1205979059'), (u'LOAD_-1205979206', u'CALLIND_-1205979191'), ('tmp_693', u'PTRSUB_-1205978760'), ('const-417', u'STORE_-1205979074'), ('const-0', u'PTRSUB_-1205978744'), ('const-0', u'INT_EQUAL_-1205979128'), ('const-4', u'PTRSUB_-1205978626'), ('const-12', u'PTRSUB_-1205978661'), (u'PTRSUB_-1205978717', u'STORE_-1205979153'), ('const-0', u'PTRSUB_-1205978771'), ('const-8', u'PTRADD_-1205978682'), (u'LOAD_-1205979004', u'COPY_-1205978698'), (u'LOAD_-1205979258', u'COPY_-1205978793'), (u'MULTIEQUAL_-1205978867', u'INT_NOTEQUAL_-1205979112'), (u'PTRADD_-1205978780', u'INT_LESSEQUAL_-1205979059'), (u'MULTIEQUAL_-1205978909', u'INT_NOTEQUAL_-1205979218'), ('const-417', u'LOAD_-1205978998'), ('const-0', u'INT_NOTEQUAL_-1205979233'), (u'INT_NOTEQUAL_-1205979233', u'CBRANCH_-1205979233'), ('const-417', u'STORE_-1205979153'), (u'PTRSUB_-1205978696', u'LOAD_-1205979100'), ('const-417', u'LOAD_-1205979277'), ('tmp_553', u'CBRANCH_-1205979023'), ('const-417', u'LOAD_-1205979100'), (u'MULTIEQUAL_-1205978924', u'MULTIEQUAL_-1205978924'), ('const-1', u'PTRADD_-1205978780'), (u'COPY_-1205978698', u'MULTIEQUAL_-1205978797'), (u'MULTIEQUAL_-1205978888', u'PTRSUB_-1205978744'), ('const-0', u'STORE_-1205979190'), ('const-0', u'INT_EQUAL_-1205979260'), (u'PTRSUB_-1205978739', u'LOAD_-1205979193'), ('tmp_399', u'CBRANCH_-1205979112'), (u'COPY_-1205978750', u'MULTIEQUAL_-1205978888'), ('const-417', u'STORE_-1205979200'), (u'PTRSUB_-1205978727', u'STORE_-1205979174'), ('tmp_693', u'PTRSUB_-1205978641'), ('tmp_200', u'CBRANCH_-1205979233'), ('const-417', u'LOAD_-1205979004'), (u'LOAD_-1205979193', u'COPY_-1205978750'), (u'LOAD_-1205979045', u'MULTIEQUAL_-1205978924'), ('tmp_693', u'PTRSUB_-1205978795'), ('tmp_73', u'CBRANCH_-1205979314'), (u'PTRSUB_-1205978735', u'LOAD_-1205979187'), ('const-4', u'PTRSUB_-1205978669'), (u'PTRSUB_-1205978764', u'LOAD_-1205979258'), ('tmp_693', u'PTRSUB_-1205978653'), (u'MULTIEQUAL_-1205978888', u'COPY_-1205978696'), (u'MULTIEQUAL_-1205978888', u'PTRSUB_-1205978717'), (u'COPY_-1205978673', u'MULTIEQUAL_-1205978797'), (u'MULTIEQUAL_-1205978867', u'CALLIND_-1205979085'), (u'LOAD_-1205978998', u'INT_NOTEQUAL_-1205978953'), ('const-36', u'PTRSUB_-1205978735'), ('const-417', u'STORE_-1205979053'), ('tmp_226', u'CBRANCH_-1205979218'), ('const-0', u'STORE_-1205979074'), (u'MULTIEQUAL_-1205978791', u'PTRSUB_-1205978626'), (u'LOAD_-1205978998', u'COPY_-1205978671'), (u'LOAD_-1205979339', u'COPY_-1205978822'), ('const-417', u'STORE_-1205978982'), ('const-417', u'LOAD_-1205979181'), (u'COPY_-1205978711', u'MULTIEQUAL_-1205978896'), ('const-0', u'INT_NOTEQUAL_-1205978953'), (u'PTRSUB_-1205978641', u'LOAD_-1205979004'), (u'INT_EQUAL_-1205979128', u'CBRANCH_-1205979126'), ('const-0', u'STORE_-1205978991'), (u'PTRSUB_-1205978653', u'STORE_-1205979190'), ('const-417', u'LOAD_-1205979193'), (u'PTRSUB_-1205978688', u'STORE_-1205979074'), ('tmp_693', u'PTRSUB_-1205978798'), ('const-0', u'PTRSUB_-1205978688'), (u'PTRSUB_-1205978637', u'LOAD_-1205978998'), (u'INT_NOTEQUAL_-1205978953', u'CBRANCH_-1205978952'), ('const-417', u'STORE_-1205979147'), (u'MULTIEQUAL_-1205978896', u'PTRADD_-1205978682'), ('tmp_682', u'CBRANCH_-1205979069'), (u'INT_LESS_-1205979315', u'CBRANCH_-1205979314'), ('const-0', u'INT_NOTEQUAL_-1205979218'), (u'LOAD_-1205979277', u'INT_EQUAL_-1205979260'), (u'MULTIEQUAL_-1205978896', u'PTRSUB_-1205978771'), ('const-0', u'STORE_-1205979174'), (u'MULTIEQUAL_-1205978896', u'PTRSUB_-1205978764'), (u'LOAD_-1205979181', u'MULTIEQUAL_-1205978909'), ('const-36', u'PTRSUB_-1205978713'), (u'LOAD_-1205979100', u'CALLIND_-1205979085'), ('const-417', u'LOAD_-1205979258'), ('const-36', u'PTRSUB_-1205978641'), (u'INT_LESS_-1205979015', u'CBRANCH_-1205979023'), (u'MULTIEQUAL_-1205978888', u'PTRSUB_-1205978727'), (u'PTRSUB_-1205978798', u'LOAD_-1205979339'), ('const-8', u'PTRADD_-1205978780'), ('const-0', u'PTRSUB_-1205978696'), ('tmp_693', u'PTRSUB_-1205978713'), (u'INT_NOTEQUAL_-1205979112', u'CBRANCH_-1205979112'), (u'MULTIEQUAL_-1205978896', u'PTRSUB_-1205978688'), ('tmp_158', u'CBRANCH_-1205979259'), ('const-417', u'STORE_-1205979174'), ('tmp_373', u'CBRANCH_-1205979126'), (u'MULTIEQUAL_-1205978888', u'PTRSUB_-1205978739'), (u'LOAD_-1205979339', u'INT_LESS_-1205979315'), ('const-32', u'PTRSUB_-1205978731'), ('const-0', u'STORE_-1205979200'), ('const-417', u'STORE_-1205979190'), ('const-4', u'PTRSUB_-1205978795'), (u'MULTIEQUAL_-1205978888', u'STORE_-1205979147'), ('const-417', u'STORE_-1205978991'), (u'PTRSUB_-1205978626', u'STORE_-1205978982'), (u'MULTIEQUAL_-1205978896', u'PTRSUB_-1205978677'), ('const-0', u'PTRSUB_-1205978798'), ('const-0', u'INT_NOTEQUAL_-1205979112'), ('const-4', u'PTRSUB_-1205978717'), ('tmp_622', u'CBRANCH_-1205978952'), (u'PTRSUB_-1205978620', u'STORE_-1205978973'), (u'LOAD_-1205979252', u'MULTIEQUAL_-1205978909'), ('const-417', u'LOAD_-1205979187'), (u'MULTIEQUAL_-1205978791', u'PTRSUB_-1205978637'), ('tmp_693', u'PTRSUB_-1205978620'), (u'PTRSUB_-1205978731', u'LOAD_-1205979181'), (u'LOAD_-1205979181', u'MULTIEQUAL_-1205978867'), (u'INT_EQUAL_-1205979260', u'CBRANCH_-1205979259'), (u'PTRADD_-1205978682', u'COPY_-1205978711'), ('const-0', u'RETURN_-1205979158'), (u'MULTIEQUAL_-1205978896', u'PTRSUB_-1205978696'), (u'PTRSUB_-1205978633', u'STORE_-1205978991'), (u'PTRSUB_-1205978795', u'LOAD_-1205979334'), ('const-4', u'PTRSUB_-1205978739'), ('tmp_693', u'PTRSUB_-1205978731'), ('const-0', u'PTRSUB_-1205978727'), (u'PTRADD_-1205978682', u'INT_LESS_-1205979015'), ('const-417', u'STORE_-1205978973'), (u'COPY_-1205978671', u'MULTIEQUAL_-1205978791'), (u'LOAD_-1205979334', u'MULTIEQUAL_-1205978924'), ('const-36', u'PTRSUB_-1205978620'), (u'INT_NOTEQUAL_-1205979218', u'CBRANCH_-1205979218'), (u'PTRSUB_-1205978713', u'STORE_-1205979147'), (u'LOAD_-1205979252', u'MULTIEQUAL_-1205978867'), ('const-417', u'LOAD_-1205979206'), ('const-417', u'LOAD_-1205979339'), (u'MULTIEQUAL_-1205978797', u'STORE_-1205978982'), (u'COPY_-1205978822', u'MULTIEQUAL_-1205978896'), (u'LOAD_-1205979258', u'INT_NOTEQUAL_-1205979233'), ('const-0', u'STORE_-1205979053'), ('const-32', u'PTRSUB_-1205978760'), (u'PTRSUB_-1205978760', u'LOAD_-1205979252'), (u'LOAD_-1205979193', u'INT_EQUAL_-1205979128'), (u'LOAD_-1205979334', u'INT_LESS_-1205979315'), (u'PTRSUB_-1205978661', u'STORE_-1205979200'), (u'MULTIEQUAL_-1205978896', u'PTRADD_-1205978780'), ('const-4', u'PTRSUB_-1205978677'), ('const-417', u'LOAD_-1205979334'), (u'PTRSUB_-1205978677', u'STORE_-1205979053'), ('const-4', u'PTRSUB_-1205978764'), ('const-4', u'PTRSUB_-1205978637'), (u'PTRSUB_-1205978744', u'LOAD_-1205979206'), ('const-16', u'PTRSUB_-1205978653'), ('const-1', u'PTRADD_-1205978682'), (u'COPY_-1205978793', u'MULTIEQUAL_-1205978888'), (u'PTRADD_-1205978780', u'MULTIEQUAL_-1205978896'), ('const-417', u'LOAD_-1205979045'), (u'PTRSUB_-1205978669', u'LOAD_-1205979045'), (u'LOAD_-1205979187', u'STORE_-1205979153'), ('tmp_693', u'PTRSUB_-1205978669'), (u'MULTIEQUAL_-1205978791', u'STORE_-1205978973')]
[(u'MULTIEQUAL_-1205978896', u'LOAD_-1205979277'), ('const-417', u'LOAD_-1205979339'), (u'PTRADD_-1205978668', u'STORE_-1205979200'), (u'COPY_-1205978703', u'MULTIEQUAL_-1205978791'), (u'INT_LESSEQUAL_-1205979059', u'CBRANCH_-1205979069'), ('const-4', u'PTRADD_-1205978676'), (u'MULTIEQUAL_-1205978909', u'CALLIND_-1205979191'), (u'CAST_-1205978739', u'INT_NOTEQUAL_-1205979233'), ('const-417', u'STORE_-1205979153'), (u'LOAD_-1205979339', u'CAST_-1205978771'), (u'MULTIEQUAL_-1205978896', u'PTRADD_-1205978684'), (u'MULTIEQUAL_-1205978924', u'INT_LESSEQUAL_-1205979059'), (u'PTRADD_-1205978763', u'LOAD_-1205979252'), (u'LOAD_-1205979206', u'CALLIND_-1205979191'), ('const-1', u'PTRADD_-1205978684'), (u'MULTIEQUAL_-1205978791', u'STORE_-1205978991'), ('const-0', u'STORE_-1205979200'), ('const-4', u'PTRADD_-1205978743'), ('const-417', u'LOAD_-1205979193'), (u'COPY_-1205978680', u'MULTIEQUAL_-1205978797'), ('const-0', u'INT_EQUAL_-1205979128'), (u'CAST_-1205978624', u'COPY_-1205978678'), ('const-417', u'LOAD_-1205979100'), (u'PTRADD_-1205978767', u'LOAD_-1205979258'), ('const-2', u'PTRADD_-1205978781'), (u'MULTIEQUAL_-1205978867', u'INT_NOTEQUAL_-1205979112'), ('const-9', u'PTRADD_-1205978648'), (u'MULTIEQUAL_-1205978909', u'INT_NOTEQUAL_-1205979218'), (u'CAST_-1205978708', u'MULTIEQUAL_-1205978909'), (u'CAST_-1205978771', u'INT_LESS_-1205979315'), (u'INT_NOTEQUAL_-1205979233', u'CBRANCH_-1205979233'), ('const-0', u'INT_NOTEQUAL_-1205979233'), ('const-417', u'LOAD_-1205979334'), (u'COPY_-1205978800', u'MULTIEQUAL_-1205978888'), ('tmp_1530', u'LOAD_-1205979339'), (u'PTRADD_-1205978743', u'LOAD_-1205979193'), ('const-0', u'STORE_-1205979074'), (u'PTRADD_-1205978676', u'LOAD_-1205979045'), ('tmp_553', u'CBRANCH_-1205979023'), ('const-4', u'PTRADD_-1205978644'), (u'MULTIEQUAL_-1205978924', u'MULTIEQUAL_-1205978924'), (u'PTRADD_-1205978722', u'STORE_-1205979153'), ('const-4', u'PTRADD_-1205978628'), (u'LOAD_-1205979181', u'CAST_-1205978708'), ('const-1', u'PTRADD_-1205978797'), ('const-0', u'INT_EQUAL_-1205979260'), ('tmp_399', u'CBRANCH_-1205979112'), ('const-4', u'PTRADD_-1205978660'), ('const-9', u'PTRADD_-1205978628'), (u'MULTIEQUAL_-1205978896', u'PTRADD_-1205978767'), ('const-417', u'STORE_-1205979200'), ('const-1', u'PTRADD_-1205978767'), ('tmp_200', u'CBRANCH_-1205979233'), ('const-417', u'LOAD_-1205979187'), ('const-2', u'PTRADD_-1205978688'), (u'COPY_-1205978705', u'MULTIEQUAL_-1205978797'), (u'LOAD_-1205979334', u'CAST_-1205978768'), (u'LOAD_-1205979193', u'CAST_-1205978715'), ('tmp_73', u'CBRANCH_-1205979314'), ('const-4', u'PTRADD_-1205978767'), (u'PTRADD_-1205978660', u'STORE_-1205979190'), (u'PTRADD_-1205978797', u'LOAD_-1205979334'), ('tmp_1530', u'PTRADD_-1205978718'), ('const-0', u'STORE_-1205978991'), (u'CAST_-1205978768', u'MULTIEQUAL_-1205978924'), ('const-4', u'PTRADD_-1205978735'), (u'MULTIEQUAL_-1205978888', u'COPY_-1205978703'), ('const-417', u'LOAD_-1205979206'), (u'MULTIEQUAL_-1205978867', u'CALLIND_-1205979085'), ('const-3', u'PTRADD_-1205978668'), ('const-4', u'PTRADD_-1205978718'), ('tmp_226', u'CBRANCH_-1205979218'), ('const-4', u'PTRADD_-1205978763'), (u'COPY_-1205978757', u'MULTIEQUAL_-1205978888'), ('const-417', u'LOAD_-1205979181'), ('const-417', u'LOAD_-1205978998'), ('const-4', u'PTRADD_-1205978722'), ('const-0', u'INT_NOTEQUAL_-1205978953'), ('const-4', u'PTRADD_-1205978739'), (u'INT_EQUAL_-1205979128', u'CBRANCH_-1205979126'), (u'PTRADD_-1205978718', u'STORE_-1205979147'), (u'PTRADD_-1205978688', u'INT_LESS_-1205979015'), (u'PTRADD_-1205978735', u'LOAD_-1205979181'), ('const-1', u'PTRADD_-1205978722'), (u'COPY_-1205978718', u'MULTIEQUAL_-1205978896'), ('const-4', u'PTRADD_-1205978684'), (u'CAST_-1205978628', u'COPY_-1205978705'), ('tmp_1530', u'PTRADD_-1205978628'), ('const-4', u'PTRADD_-1205978688'), ('const-417', u'STORE_-1205978991'), (u'CAST_-1205978715', u'COPY_-1205978757'), (u'INT_NOTEQUAL_-1205978953', u'CBRANCH_-1205978952'), (u'MULTIEQUAL_-1205978791', u'PTRADD_-1205978644'), (u'PTRADD_-1205978781', u'MULTIEQUAL_-1205978896'), (u'MULTIEQUAL_-1205978888', u'PTRADD_-1205978743'), (u'MULTIEQUAL_-1205978888', u'PTRADD_-1205978722'), ('tmp_682', u'CBRANCH_-1205979069'), (u'INT_LESS_-1205979315', u'CBRANCH_-1205979314'), ('const-0', u'INT_NOTEQUAL_-1205979218'), (u'CAST_-1205978624', u'INT_NOTEQUAL_-1205978953'), (u'LOAD_-1205979277', u'INT_EQUAL_-1205979260'), ('const-417', u'STORE_-1205979053'), (u'PTRADD_-1205978739', u'LOAD_-1205979187'), ('const-1', u'PTRADD_-1205978644'), (u'LOAD_-1205979258', u'CAST_-1205978739'), (u'MULTIEQUAL_-1205978896', u'LOAD_-1205979100'), ('const-417', u'LOAD_-1205979258'), (u'MULTIEQUAL_-1205978896', u'PTRADD_-1205978781'), ('const-9', u'PTRADD_-1205978718'), ('tmp_1530', u'PTRADD_-1205978668'), ('const-1', u'PTRADD_-1205978676'), (u'CAST_-1205978768', u'INT_LESS_-1205979315'), ('const-417', u'LOAD_-1205979277'), (u'LOAD_-1205979100', u'CALLIND_-1205979085'), (u'PTRADD_-1205978684', u'STORE_-1205979053'), (u'INT_LESS_-1205979015', u'CBRANCH_-1205979023'), (u'COPY_-1205978829', u'MULTIEQUAL_-1205978896'), (u'MULTIEQUAL_-1205978888', u'LOAD_-1205979206'), (u'PTRADD_-1205978644', u'LOAD_-1205978998'), ('const-1', u'PTRADD_-1205978634'), (u'CAST_-1205978735', u'MULTIEQUAL_-1205978909'), (u'INT_NOTEQUAL_-1205979112', u'CBRANCH_-1205979112'), (u'MULTIEQUAL_-1205978896', u'PTRADD_-1205978688'), ('tmp_158', u'CBRANCH_-1205979259'), ('const-417', u'LOAD_-1205979045'), ('tmp_373', u'CBRANCH_-1205979126'), (u'CAST_-1205978651', u'INT_LESS_-1205979015'), ('const-417', u'LOAD_-1205979004'), (u'LOAD_-1205979004', u'CAST_-1205978628'), (u'LOAD_-1205979252', u'CAST_-1205978735'), ('const-1', u'PTRADD_-1205978743'), (u'MULTIEQUAL_-1205978888', u'STORE_-1205979147'), (u'CAST_-1205978739', u'COPY_-1205978800'), ('const-4', u'PTRADD_-1205978668'), ('const-0', u'STORE_-1205979053'), (u'CAST_-1205978651', u'MULTIEQUAL_-1205978924'), (u'PTRADD_-1205978634', u'STORE_-1205978982'), ('const-0', u'INT_NOTEQUAL_-1205979112'), ('tmp_1530', u'PTRADD_-1205978797'), ('tmp_622', u'CBRANCH_-1205978952'), (u'MULTIEQUAL_-1205978888', u'STORE_-1205979174'), (u'COPY_-1205978678', u'MULTIEQUAL_-1205978791'), ('tmp_1530', u'PTRADD_-1205978763'), (u'INT_EQUAL_-1205979260', u'CBRANCH_-1205979259'), ('const-417', u'STORE_-1205978982'), ('const-0', u'RETURN_-1205979158'), (u'CAST_-1205978735', u'MULTIEQUAL_-1205978867'), ('const-8', u'PTRADD_-1205978735'), ('tmp_1530', u'PTRADD_-1205978676'), (u'PTRADD_-1205978628', u'STORE_-1205978973'), ('tmp_1530', u'PTRADD_-1205978739'), ('const-0', u'STORE_-1205979190'), (u'PTRADD_-1205978648', u'LOAD_-1205979004'), ('const-8', u'PTRADD_-1205978763'), (u'MULTIEQUAL_-1205978896', u'STORE_-1205979074'), (u'INT_NOTEQUAL_-1205979218', u'CBRANCH_-1205979218'), ('const-4', u'PTRADD_-1205978648'), (u'PTRADD_-1205978781', u'INT_LESSEQUAL_-1205979059'), (u'LOAD_-1205978998', u'CAST_-1205978624'), ('const-9', u'PTRADD_-1205978739'), (u'MULTIEQUAL_-1205978797', u'STORE_-1205978982'), ('const-417', u'LOAD_-1205979252'), (u'LOAD_-1205979045', u'CAST_-1205978651'), (u'MULTIEQUAL_-1205978791', u'COPY_-1205978680'), ('const-417', u'STORE_-1205979174'), ('const-417', u'STORE_-1205979074'), (u'MULTIEQUAL_-1205978791', u'PTRADD_-1205978634'), ('const-0', u'STORE_-1205979174'), ('const-4', u'PTRADD_-1205978797'), (u'CAST_-1205978715', u'INT_EQUAL_-1205979128'), ('const-4', u'PTRADD_-1205978660'), ('const-4', u'PTRADD_-1205978781'), ('tmp_1530', u'PTRADD_-1205978648'), ('tmp_1530', u'PTRADD_-1205978735'), (u'PTRADD_-1205978688', u'COPY_-1205978718'), (u'CAST_-1205978708', u'MULTIEQUAL_-1205978867'), ('const-417', u'STORE_-1205979147'), ('const-417', u'STORE_-1205979190'), ('tmp_1530', u'PTRADD_-1205978660'), (u'CAST_-1205978771', u'COPY_-1205978829'), (u'LOAD_-1205979187', u'STORE_-1205979153'), ('const-4', u'PTRADD_-1205978634'), ('const-417', u'STORE_-1205978973'), (u'MULTIEQUAL_-1205978791', u'STORE_-1205978973')]
null
null
00013720
x86
O3
(translation_unit "void FUN_00013720(undefined4 *param_1)\n\n{\n undefined4 uVar1;\n undefined4 *puVar2;\n int *piVar3;\n code *pcVar4;\n undefined4 *puVar5;\n undefined4 *puVar6;\n int *piVar7;\n int *piVar8;\n \n piVar3 = (int *)param_1[1];\n piVar7 = (int *)*param_1;\n if ((int *)*param_1 < piVar3) {\n do {\n while (*piVar7 == 0) {\n piVar7 = piVar7 + 2;\n if (piVar3 <= piVar7) goto LAB_0001379e;\n }\n pcVar4 = (code *)param_1[8];\n puVar6 = (undefined4 *)piVar7[1];\n if ((undefined4 *)piVar7[1] != (undefined4 *)0x0) {\nLAB_00013750:\n if (pcVar4 != (code *)0x0) goto code_r0x00013754;\n puVar5 = (undefined4 *)param_1[9];\n do {\n puVar2 = (undefined4 *)puVar6[1];\n *puVar6 = 0;\n puVar6[1] = puVar5;\n param_1[9] = puVar6;\n puVar5 = puVar6;\n puVar6 = puVar2;\n } while (puVar2 != (undefined4 *)0x0);\n goto LAB_00013787;\n }\nLAB_00013779:\n if (pcVar4 != (code *)0x0) {\n (*pcVar4)(*piVar7);\n }\nLAB_00013787:\n *piVar7 = 0;\n piVar8 = piVar7 + 2;\n piVar7[1] = 0;\n piVar3 = (int *)param_1[1];\n piVar7 = piVar8;\n } while (piVar8 < piVar3);\n }\nLAB_0001379e:\n param_1[3] = 0;\n param_1[4] = 0;\n return;\ncode_r0x00013754:\n (*pcVar4)(*puVar6);\n puVar5 = (undefined4 *)puVar6[1];\n uVar1 = param_1[9];\n pcVar4 = (code *)param_1[8];\n *puVar6 = 0;\n puVar6[1] = uVar1;\n param_1[9] = puVar6;\n puVar6 = puVar5;\n if (puVar5 == (undefined4 *)0x0) goto LAB_00013779;\n goto LAB_00013750;\n}\n\n" (function_definition "void FUN_00013720(undefined4 *param_1)\n\n{\n undefined4 uVar1;\n undefined4 *puVar2;\n int *piVar3;\n code *pcVar4;\n undefined4 *puVar5;\n undefined4 *puVar6;\n int *piVar7;\n int *piVar8;\n \n piVar3 = (int *)param_1[1];\n piVar7 = (int *)*param_1;\n if ((int *)*param_1 < piVar3) {\n do {\n while (*piVar7 == 0) {\n piVar7 = piVar7 + 2;\n if (piVar3 <= piVar7) goto LAB_0001379e;\n }\n pcVar4 = (code *)param_1[8];\n puVar6 = (undefined4 *)piVar7[1];\n if ((undefined4 *)piVar7[1] != (undefined4 *)0x0) {\nLAB_00013750:\n if (pcVar4 != (code *)0x0) goto code_r0x00013754;\n puVar5 = (undefined4 *)param_1[9];\n do {\n puVar2 = (undefined4 *)puVar6[1];\n *puVar6 = 0;\n puVar6[1] = puVar5;\n param_1[9] = puVar6;\n puVar5 = puVar6;\n puVar6 = puVar2;\n } while (puVar2 != (undefined4 *)0x0);\n goto LAB_00013787;\n }\nLAB_00013779:\n if (pcVar4 != (code *)0x0) {\n (*pcVar4)(*piVar7);\n }\nLAB_00013787:\n *piVar7 = 0;\n piVar8 = piVar7 + 2;\n piVar7[1] = 0;\n piVar3 = (int *)param_1[1];\n piVar7 = piVar8;\n } while (piVar8 < piVar3);\n }\nLAB_0001379e:\n param_1[3] = 0;\n param_1[4] = 0;\n return;\ncode_r0x00013754:\n (*pcVar4)(*puVar6);\n puVar5 = (undefined4 *)puVar6[1];\n uVar1 = param_1[9];\n pcVar4 = (code *)param_1[8];\n *puVar6 = 0;\n puVar6[1] = uVar1;\n param_1[9] = puVar6;\n puVar6 = puVar5;\n if (puVar5 == (undefined4 *)0x0) goto LAB_00013779;\n goto LAB_00013750;\n}" primitive_type (function_declarator "FUN_00013720(undefined4 *param_1)" identifier (parameter_list "(undefined4 *param_1)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n undefined4 uVar1;\n undefined4 *puVar2;\n int *piVar3;\n code *pcVar4;\n undefined4 *puVar5;\n undefined4 *puVar6;\n int *piVar7;\n int *piVar8;\n \n piVar3 = (int *)param_1[1];\n piVar7 = (int *)*param_1;\n if ((int *)*param_1 < piVar3) {\n do {\n while (*piVar7 == 0) {\n piVar7 = piVar7 + 2;\n if (piVar3 <= piVar7) goto LAB_0001379e;\n }\n pcVar4 = (code *)param_1[8];\n puVar6 = (undefined4 *)piVar7[1];\n if ((undefined4 *)piVar7[1] != (undefined4 *)0x0) {\nLAB_00013750:\n if (pcVar4 != (code *)0x0) goto code_r0x00013754;\n puVar5 = (undefined4 *)param_1[9];\n do {\n puVar2 = (undefined4 *)puVar6[1];\n *puVar6 = 0;\n puVar6[1] = puVar5;\n param_1[9] = puVar6;\n puVar5 = puVar6;\n puVar6 = puVar2;\n } while (puVar2 != (undefined4 *)0x0);\n goto LAB_00013787;\n }\nLAB_00013779:\n if (pcVar4 != (code *)0x0) {\n (*pcVar4)(*piVar7);\n }\nLAB_00013787:\n *piVar7 = 0;\n piVar8 = piVar7 + 2;\n piVar7[1] = 0;\n piVar3 = (int *)param_1[1];\n piVar7 = piVar8;\n } while (piVar8 < piVar3);\n }\nLAB_0001379e:\n param_1[3] = 0;\n param_1[4] = 0;\n return;\ncode_r0x00013754:\n (*pcVar4)(*puVar6);\n puVar5 = (undefined4 *)puVar6[1];\n uVar1 = param_1[9];\n pcVar4 = (code *)param_1[8];\n *puVar6 = 0;\n puVar6[1] = uVar1;\n param_1[9] = puVar6;\n puVar6 = puVar5;\n if (puVar5 == (undefined4 *)0x0) goto LAB_00013779;\n goto LAB_00013750;\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (declaration "undefined4 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "int *piVar3;" primitive_type (pointer_declarator "*piVar3" * identifier) ;) (declaration "code *pcVar4;" type_identifier (pointer_declarator "*pcVar4" * identifier) ;) (declaration "undefined4 *puVar5;" type_identifier (pointer_declarator "*puVar5" * identifier) ;) (declaration "undefined4 *puVar6;" type_identifier (pointer_declarator "*puVar6" * identifier) ;) (declaration "int *piVar7;" primitive_type (pointer_declarator "*piVar7" * identifier) ;) (declaration "int *piVar8;" primitive_type (pointer_declarator "*piVar8" * identifier) ;) (expression_statement "piVar3 = (int *)param_1[1];" (assignment_expression "piVar3 = (int *)param_1[1]" identifier = (cast_expression "(int *)param_1[1]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) ;) (expression_statement "piVar7 = (int *)*param_1;" (assignment_expression "piVar7 = (int *)*param_1" identifier = (cast_expression "(int *)*param_1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (if_statement "if ((int *)*param_1 < piVar3) {\n do {\n while (*piVar7 == 0) {\n piVar7 = piVar7 + 2;\n if (piVar3 <= piVar7) goto LAB_0001379e;\n }\n pcVar4 = (code *)param_1[8];\n puVar6 = (undefined4 *)piVar7[1];\n if ((undefined4 *)piVar7[1] != (undefined4 *)0x0) {\nLAB_00013750:\n if (pcVar4 != (code *)0x0) goto code_r0x00013754;\n puVar5 = (undefined4 *)param_1[9];\n do {\n puVar2 = (undefined4 *)puVar6[1];\n *puVar6 = 0;\n puVar6[1] = puVar5;\n param_1[9] = puVar6;\n puVar5 = puVar6;\n puVar6 = puVar2;\n } while (puVar2 != (undefined4 *)0x0);\n goto LAB_00013787;\n }\nLAB_00013779:\n if (pcVar4 != (code *)0x0) {\n (*pcVar4)(*piVar7);\n }\nLAB_00013787:\n *piVar7 = 0;\n piVar8 = piVar7 + 2;\n piVar7[1] = 0;\n piVar3 = (int *)param_1[1];\n piVar7 = piVar8;\n } while (piVar8 < piVar3);\n }" if (parenthesized_expression "((int *)*param_1 < piVar3)" ( (binary_expression "(int *)*param_1 < piVar3" (cast_expression "(int *)*param_1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier)) < identifier) )) (compound_statement "{\n do {\n while (*piVar7 == 0) {\n piVar7 = piVar7 + 2;\n if (piVar3 <= piVar7) goto LAB_0001379e;\n }\n pcVar4 = (code *)param_1[8];\n puVar6 = (undefined4 *)piVar7[1];\n if ((undefined4 *)piVar7[1] != (undefined4 *)0x0) {\nLAB_00013750:\n if (pcVar4 != (code *)0x0) goto code_r0x00013754;\n puVar5 = (undefined4 *)param_1[9];\n do {\n puVar2 = (undefined4 *)puVar6[1];\n *puVar6 = 0;\n puVar6[1] = puVar5;\n param_1[9] = puVar6;\n puVar5 = puVar6;\n puVar6 = puVar2;\n } while (puVar2 != (undefined4 *)0x0);\n goto LAB_00013787;\n }\nLAB_00013779:\n if (pcVar4 != (code *)0x0) {\n (*pcVar4)(*piVar7);\n }\nLAB_00013787:\n *piVar7 = 0;\n piVar8 = piVar7 + 2;\n piVar7[1] = 0;\n piVar3 = (int *)param_1[1];\n piVar7 = piVar8;\n } while (piVar8 < piVar3);\n }" { (do_statement "do {\n while (*piVar7 == 0) {\n piVar7 = piVar7 + 2;\n if (piVar3 <= piVar7) goto LAB_0001379e;\n }\n pcVar4 = (code *)param_1[8];\n puVar6 = (undefined4 *)piVar7[1];\n if ((undefined4 *)piVar7[1] != (undefined4 *)0x0) {\nLAB_00013750:\n if (pcVar4 != (code *)0x0) goto code_r0x00013754;\n puVar5 = (undefined4 *)param_1[9];\n do {\n puVar2 = (undefined4 *)puVar6[1];\n *puVar6 = 0;\n puVar6[1] = puVar5;\n param_1[9] = puVar6;\n puVar5 = puVar6;\n puVar6 = puVar2;\n } while (puVar2 != (undefined4 *)0x0);\n goto LAB_00013787;\n }\nLAB_00013779:\n if (pcVar4 != (code *)0x0) {\n (*pcVar4)(*piVar7);\n }\nLAB_00013787:\n *piVar7 = 0;\n piVar8 = piVar7 + 2;\n piVar7[1] = 0;\n piVar3 = (int *)param_1[1];\n piVar7 = piVar8;\n } while (piVar8 < piVar3);" do (compound_statement "{\n while (*piVar7 == 0) {\n piVar7 = piVar7 + 2;\n if (piVar3 <= piVar7) goto LAB_0001379e;\n }\n pcVar4 = (code *)param_1[8];\n puVar6 = (undefined4 *)piVar7[1];\n if ((undefined4 *)piVar7[1] != (undefined4 *)0x0) {\nLAB_00013750:\n if (pcVar4 != (code *)0x0) goto code_r0x00013754;\n puVar5 = (undefined4 *)param_1[9];\n do {\n puVar2 = (undefined4 *)puVar6[1];\n *puVar6 = 0;\n puVar6[1] = puVar5;\n param_1[9] = puVar6;\n puVar5 = puVar6;\n puVar6 = puVar2;\n } while (puVar2 != (undefined4 *)0x0);\n goto LAB_00013787;\n }\nLAB_00013779:\n if (pcVar4 != (code *)0x0) {\n (*pcVar4)(*piVar7);\n }\nLAB_00013787:\n *piVar7 = 0;\n piVar8 = piVar7 + 2;\n piVar7[1] = 0;\n piVar3 = (int *)param_1[1];\n piVar7 = piVar8;\n }" { (while_statement "while (*piVar7 == 0) {\n piVar7 = piVar7 + 2;\n if (piVar3 <= piVar7) goto LAB_0001379e;\n }" while (parenthesized_expression "(*piVar7 == 0)" ( (binary_expression "*piVar7 == 0" (pointer_expression "*piVar7" * identifier) == number_literal) )) (compound_statement "{\n piVar7 = piVar7 + 2;\n if (piVar3 <= piVar7) goto LAB_0001379e;\n }" { (expression_statement "piVar7 = piVar7 + 2;" (assignment_expression "piVar7 = piVar7 + 2" identifier = (binary_expression "piVar7 + 2" identifier + number_literal)) ;) (if_statement "if (piVar3 <= piVar7) goto LAB_0001379e;" if (parenthesized_expression "(piVar3 <= piVar7)" ( (binary_expression "piVar3 <= piVar7" identifier <= identifier) )) (goto_statement "goto LAB_0001379e;" goto statement_identifier ;)) })) (expression_statement "pcVar4 = (code *)param_1[8];" (assignment_expression "pcVar4 = (code *)param_1[8]" identifier = (cast_expression "(code *)param_1[8]" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[8]" identifier [ number_literal ]))) ;) (expression_statement "puVar6 = (undefined4 *)piVar7[1];" (assignment_expression "puVar6 = (undefined4 *)piVar7[1]" identifier = (cast_expression "(undefined4 *)piVar7[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar7[1]" identifier [ number_literal ]))) ;) (if_statement "if ((undefined4 *)piVar7[1] != (undefined4 *)0x0) {\nLAB_00013750:\n if (pcVar4 != (code *)0x0) goto code_r0x00013754;\n puVar5 = (undefined4 *)param_1[9];\n do {\n puVar2 = (undefined4 *)puVar6[1];\n *puVar6 = 0;\n puVar6[1] = puVar5;\n param_1[9] = puVar6;\n puVar5 = puVar6;\n puVar6 = puVar2;\n } while (puVar2 != (undefined4 *)0x0);\n goto LAB_00013787;\n }" if (parenthesized_expression "((undefined4 *)piVar7[1] != (undefined4 *)0x0)" ( (binary_expression "(undefined4 *)piVar7[1] != (undefined4 *)0x0" (cast_expression "(undefined4 *)piVar7[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar7[1]" identifier [ number_literal ])) != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\nLAB_00013750:\n if (pcVar4 != (code *)0x0) goto code_r0x00013754;\n puVar5 = (undefined4 *)param_1[9];\n do {\n puVar2 = (undefined4 *)puVar6[1];\n *puVar6 = 0;\n puVar6[1] = puVar5;\n param_1[9] = puVar6;\n puVar5 = puVar6;\n puVar6 = puVar2;\n } while (puVar2 != (undefined4 *)0x0);\n goto LAB_00013787;\n }" { (labeled_statement "LAB_00013750:\n if (pcVar4 != (code *)0x0) goto code_r0x00013754;" statement_identifier : (if_statement "if (pcVar4 != (code *)0x0) goto code_r0x00013754;" if (parenthesized_expression "(pcVar4 != (code *)0x0)" ( (binary_expression "pcVar4 != (code *)0x0" identifier != (cast_expression "(code *)0x0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto code_r0x00013754;" goto statement_identifier ;))) (expression_statement "puVar5 = (undefined4 *)param_1[9];" (assignment_expression "puVar5 = (undefined4 *)param_1[9]" identifier = (cast_expression "(undefined4 *)param_1[9]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[9]" identifier [ number_literal ]))) ;) (do_statement "do {\n puVar2 = (undefined4 *)puVar6[1];\n *puVar6 = 0;\n puVar6[1] = puVar5;\n param_1[9] = puVar6;\n puVar5 = puVar6;\n puVar6 = puVar2;\n } while (puVar2 != (undefined4 *)0x0);" do (compound_statement "{\n puVar2 = (undefined4 *)puVar6[1];\n *puVar6 = 0;\n puVar6[1] = puVar5;\n param_1[9] = puVar6;\n puVar5 = puVar6;\n puVar6 = puVar2;\n }" { (expression_statement "puVar2 = (undefined4 *)puVar6[1];" (assignment_expression "puVar2 = (undefined4 *)puVar6[1]" identifier = (cast_expression "(undefined4 *)puVar6[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar6[1]" identifier [ number_literal ]))) ;) (expression_statement "*puVar6 = 0;" (assignment_expression "*puVar6 = 0" (pointer_expression "*puVar6" * identifier) = number_literal) ;) (expression_statement "puVar6[1] = puVar5;" (assignment_expression "puVar6[1] = puVar5" (subscript_expression "puVar6[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_1[9] = puVar6;" (assignment_expression "param_1[9] = puVar6" (subscript_expression "param_1[9]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar5 = puVar6;" (assignment_expression "puVar5 = puVar6" identifier = identifier) ;) (expression_statement "puVar6 = puVar2;" (assignment_expression "puVar6 = puVar2" identifier = identifier) ;) }) while (parenthesized_expression "(puVar2 != (undefined4 *)0x0)" ( (binary_expression "puVar2 != (undefined4 *)0x0" identifier != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) (goto_statement "goto LAB_00013787;" goto statement_identifier ;) })) (labeled_statement "LAB_00013779:\n if (pcVar4 != (code *)0x0) {\n (*pcVar4)(*piVar7);\n }" statement_identifier : (if_statement "if (pcVar4 != (code *)0x0) {\n (*pcVar4)(*piVar7);\n }" if (parenthesized_expression "(pcVar4 != (code *)0x0)" ( (binary_expression "pcVar4 != (code *)0x0" identifier != (cast_expression "(code *)0x0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n (*pcVar4)(*piVar7);\n }" { (expression_statement "(*pcVar4)(*piVar7);" (call_expression "(*pcVar4)(*piVar7)" (parenthesized_expression "(*pcVar4)" ( (pointer_expression "*pcVar4" * identifier) )) (argument_list "(*piVar7)" ( (pointer_expression "*piVar7" * identifier) ))) ;) }))) (labeled_statement "LAB_00013787:\n *piVar7 = 0;" statement_identifier : (expression_statement "*piVar7 = 0;" (assignment_expression "*piVar7 = 0" (pointer_expression "*piVar7" * identifier) = number_literal) ;)) (expression_statement "piVar8 = piVar7 + 2;" (assignment_expression "piVar8 = piVar7 + 2" identifier = (binary_expression "piVar7 + 2" identifier + number_literal)) ;) (expression_statement "piVar7[1] = 0;" (assignment_expression "piVar7[1] = 0" (subscript_expression "piVar7[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar3 = (int *)param_1[1];" (assignment_expression "piVar3 = (int *)param_1[1]" identifier = (cast_expression "(int *)param_1[1]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) ;) (expression_statement "piVar7 = piVar8;" (assignment_expression "piVar7 = piVar8" identifier = identifier) ;) }) while (parenthesized_expression "(piVar8 < piVar3)" ( (binary_expression "piVar8 < piVar3" identifier < identifier) )) ;) })) (labeled_statement "LAB_0001379e:\n param_1[3] = 0;" statement_identifier : (expression_statement "param_1[3] = 0;" (assignment_expression "param_1[3] = 0" (subscript_expression "param_1[3]" identifier [ number_literal ]) = number_literal) ;)) (expression_statement "param_1[4] = 0;" (assignment_expression "param_1[4] = 0" (subscript_expression "param_1[4]" identifier [ number_literal ]) = number_literal) ;) (return_statement "return;" return ;) (labeled_statement "code_r0x00013754:\n (*pcVar4)(*puVar6);" statement_identifier : (expression_statement "(*pcVar4)(*puVar6);" (call_expression "(*pcVar4)(*puVar6)" (parenthesized_expression "(*pcVar4)" ( (pointer_expression "*pcVar4" * identifier) )) (argument_list "(*puVar6)" ( (pointer_expression "*puVar6" * identifier) ))) ;)) (expression_statement "puVar5 = (undefined4 *)puVar6[1];" (assignment_expression "puVar5 = (undefined4 *)puVar6[1]" identifier = (cast_expression "(undefined4 *)puVar6[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar6[1]" identifier [ number_literal ]))) ;) (expression_statement "uVar1 = param_1[9];" (assignment_expression "uVar1 = param_1[9]" identifier = (subscript_expression "param_1[9]" identifier [ number_literal ])) ;) (expression_statement "pcVar4 = (code *)param_1[8];" (assignment_expression "pcVar4 = (code *)param_1[8]" identifier = (cast_expression "(code *)param_1[8]" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[8]" identifier [ number_literal ]))) ;) (expression_statement "*puVar6 = 0;" (assignment_expression "*puVar6 = 0" (pointer_expression "*puVar6" * identifier) = number_literal) ;) (expression_statement "puVar6[1] = uVar1;" (assignment_expression "puVar6[1] = uVar1" (subscript_expression "puVar6[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_1[9] = puVar6;" (assignment_expression "param_1[9] = puVar6" (subscript_expression "param_1[9]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar6 = puVar5;" (assignment_expression "puVar6 = puVar5" identifier = identifier) ;) (if_statement "if (puVar5 == (undefined4 *)0x0) goto LAB_00013779;" if (parenthesized_expression "(puVar5 == (undefined4 *)0x0)" ( (binary_expression "puVar5 == (undefined4 *)0x0" identifier == (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_00013779;" goto statement_identifier ;)) (goto_statement "goto LAB_00013750;" goto statement_identifier ;) })))
(translation_unit "/* WARNING: Unknown calling convention */\n\nvoid hash_clear(Hash_table *table)\n\n{\n hash_entry *phVar1;\n hash_entry *phVar2;\n Hash_data_freer p_Var3;\n hash_entry *phVar4;\n hash_entry *phVar5;\n \n phVar2 = table->bucket_limit;\n phVar5 = table->bucket;\n if (table->bucket < phVar2) {\n do {\n while (phVar5->data == (void *)0x0) {\n phVar5 = phVar5 + 1;\n if (phVar2 <= phVar5) goto LAB_0001379e;\n }\n p_Var3 = table->data_freer;\n phVar2 = phVar5->next;\n if (phVar5->next != (hash_entry *)0x0) {\nLAB_00013750:\n if (p_Var3 != (Hash_data_freer)0x0) goto code_r0x00013754;\n phVar4 = table->free_entry_list;\n do {\n phVar1 = phVar2->next;\n phVar2->data = (void *)0x0;\n phVar2->next = phVar4;\n table->free_entry_list = phVar2;\n phVar4 = phVar2;\n phVar2 = phVar1;\n } while (phVar1 != (hash_entry *)0x0);\n goto LAB_00013787;\n }\nLAB_00013779:\n if (p_Var3 != (Hash_data_freer)0x0) {\n (*p_Var3)(phVar5->data);\n }\nLAB_00013787:\n phVar5->data = (void *)0x0;\n phVar4 = phVar5 + 1;\n phVar5->next = (hash_entry *)0x0;\n phVar2 = table->bucket_limit;\n phVar5 = phVar4;\n } while (phVar4 < phVar2);\n }\nLAB_0001379e:\n table->n_buckets_used = 0;\n table->n_entries = 0;\n return;\ncode_r0x00013754:\n (*p_Var3)(phVar2->data);\n phVar4 = phVar2->next;\n phVar1 = table->free_entry_list;\n p_Var3 = table->data_freer;\n phVar2->data = (void *)0x0;\n phVar2->next = phVar1;\n table->free_entry_list = phVar2;\n phVar2 = phVar4;\n if (phVar4 == (hash_entry *)0x0) goto LAB_00013779;\n goto LAB_00013750;\n}\n\n" comment (function_definition "void hash_clear(Hash_table *table)\n\n{\n hash_entry *phVar1;\n hash_entry *phVar2;\n Hash_data_freer p_Var3;\n hash_entry *phVar4;\n hash_entry *phVar5;\n \n phVar2 = table->bucket_limit;\n phVar5 = table->bucket;\n if (table->bucket < phVar2) {\n do {\n while (phVar5->data == (void *)0x0) {\n phVar5 = phVar5 + 1;\n if (phVar2 <= phVar5) goto LAB_0001379e;\n }\n p_Var3 = table->data_freer;\n phVar2 = phVar5->next;\n if (phVar5->next != (hash_entry *)0x0) {\nLAB_00013750:\n if (p_Var3 != (Hash_data_freer)0x0) goto code_r0x00013754;\n phVar4 = table->free_entry_list;\n do {\n phVar1 = phVar2->next;\n phVar2->data = (void *)0x0;\n phVar2->next = phVar4;\n table->free_entry_list = phVar2;\n phVar4 = phVar2;\n phVar2 = phVar1;\n } while (phVar1 != (hash_entry *)0x0);\n goto LAB_00013787;\n }\nLAB_00013779:\n if (p_Var3 != (Hash_data_freer)0x0) {\n (*p_Var3)(phVar5->data);\n }\nLAB_00013787:\n phVar5->data = (void *)0x0;\n phVar4 = phVar5 + 1;\n phVar5->next = (hash_entry *)0x0;\n phVar2 = table->bucket_limit;\n phVar5 = phVar4;\n } while (phVar4 < phVar2);\n }\nLAB_0001379e:\n table->n_buckets_used = 0;\n table->n_entries = 0;\n return;\ncode_r0x00013754:\n (*p_Var3)(phVar2->data);\n phVar4 = phVar2->next;\n phVar1 = table->free_entry_list;\n p_Var3 = table->data_freer;\n phVar2->data = (void *)0x0;\n phVar2->next = phVar1;\n table->free_entry_list = phVar2;\n phVar2 = phVar4;\n if (phVar4 == (hash_entry *)0x0) goto LAB_00013779;\n goto LAB_00013750;\n}" primitive_type (function_declarator "hash_clear(Hash_table *table)" identifier (parameter_list "(Hash_table *table)" ( (parameter_declaration "Hash_table *table" type_identifier (pointer_declarator "*table" * identifier)) ))) (compound_statement "{\n hash_entry *phVar1;\n hash_entry *phVar2;\n Hash_data_freer p_Var3;\n hash_entry *phVar4;\n hash_entry *phVar5;\n \n phVar2 = table->bucket_limit;\n phVar5 = table->bucket;\n if (table->bucket < phVar2) {\n do {\n while (phVar5->data == (void *)0x0) {\n phVar5 = phVar5 + 1;\n if (phVar2 <= phVar5) goto LAB_0001379e;\n }\n p_Var3 = table->data_freer;\n phVar2 = phVar5->next;\n if (phVar5->next != (hash_entry *)0x0) {\nLAB_00013750:\n if (p_Var3 != (Hash_data_freer)0x0) goto code_r0x00013754;\n phVar4 = table->free_entry_list;\n do {\n phVar1 = phVar2->next;\n phVar2->data = (void *)0x0;\n phVar2->next = phVar4;\n table->free_entry_list = phVar2;\n phVar4 = phVar2;\n phVar2 = phVar1;\n } while (phVar1 != (hash_entry *)0x0);\n goto LAB_00013787;\n }\nLAB_00013779:\n if (p_Var3 != (Hash_data_freer)0x0) {\n (*p_Var3)(phVar5->data);\n }\nLAB_00013787:\n phVar5->data = (void *)0x0;\n phVar4 = phVar5 + 1;\n phVar5->next = (hash_entry *)0x0;\n phVar2 = table->bucket_limit;\n phVar5 = phVar4;\n } while (phVar4 < phVar2);\n }\nLAB_0001379e:\n table->n_buckets_used = 0;\n table->n_entries = 0;\n return;\ncode_r0x00013754:\n (*p_Var3)(phVar2->data);\n phVar4 = phVar2->next;\n phVar1 = table->free_entry_list;\n p_Var3 = table->data_freer;\n phVar2->data = (void *)0x0;\n phVar2->next = phVar1;\n table->free_entry_list = phVar2;\n phVar2 = phVar4;\n if (phVar4 == (hash_entry *)0x0) goto LAB_00013779;\n goto LAB_00013750;\n}" { (declaration "hash_entry *phVar1;" type_identifier (pointer_declarator "*phVar1" * identifier) ;) (declaration "hash_entry *phVar2;" type_identifier (pointer_declarator "*phVar2" * identifier) ;) (declaration "Hash_data_freer p_Var3;" type_identifier identifier ;) (declaration "hash_entry *phVar4;" type_identifier (pointer_declarator "*phVar4" * identifier) ;) (declaration "hash_entry *phVar5;" type_identifier (pointer_declarator "*phVar5" * identifier) ;) (expression_statement "phVar2 = table->bucket_limit;" (assignment_expression "phVar2 = table->bucket_limit" identifier = (field_expression "table->bucket_limit" identifier -> field_identifier)) ;) (expression_statement "phVar5 = table->bucket;" (assignment_expression "phVar5 = table->bucket" identifier = (field_expression "table->bucket" identifier -> field_identifier)) ;) (if_statement "if (table->bucket < phVar2) {\n do {\n while (phVar5->data == (void *)0x0) {\n phVar5 = phVar5 + 1;\n if (phVar2 <= phVar5) goto LAB_0001379e;\n }\n p_Var3 = table->data_freer;\n phVar2 = phVar5->next;\n if (phVar5->next != (hash_entry *)0x0) {\nLAB_00013750:\n if (p_Var3 != (Hash_data_freer)0x0) goto code_r0x00013754;\n phVar4 = table->free_entry_list;\n do {\n phVar1 = phVar2->next;\n phVar2->data = (void *)0x0;\n phVar2->next = phVar4;\n table->free_entry_list = phVar2;\n phVar4 = phVar2;\n phVar2 = phVar1;\n } while (phVar1 != (hash_entry *)0x0);\n goto LAB_00013787;\n }\nLAB_00013779:\n if (p_Var3 != (Hash_data_freer)0x0) {\n (*p_Var3)(phVar5->data);\n }\nLAB_00013787:\n phVar5->data = (void *)0x0;\n phVar4 = phVar5 + 1;\n phVar5->next = (hash_entry *)0x0;\n phVar2 = table->bucket_limit;\n phVar5 = phVar4;\n } while (phVar4 < phVar2);\n }" if (parenthesized_expression "(table->bucket < phVar2)" ( (binary_expression "table->bucket < phVar2" (field_expression "table->bucket" identifier -> field_identifier) < identifier) )) (compound_statement "{\n do {\n while (phVar5->data == (void *)0x0) {\n phVar5 = phVar5 + 1;\n if (phVar2 <= phVar5) goto LAB_0001379e;\n }\n p_Var3 = table->data_freer;\n phVar2 = phVar5->next;\n if (phVar5->next != (hash_entry *)0x0) {\nLAB_00013750:\n if (p_Var3 != (Hash_data_freer)0x0) goto code_r0x00013754;\n phVar4 = table->free_entry_list;\n do {\n phVar1 = phVar2->next;\n phVar2->data = (void *)0x0;\n phVar2->next = phVar4;\n table->free_entry_list = phVar2;\n phVar4 = phVar2;\n phVar2 = phVar1;\n } while (phVar1 != (hash_entry *)0x0);\n goto LAB_00013787;\n }\nLAB_00013779:\n if (p_Var3 != (Hash_data_freer)0x0) {\n (*p_Var3)(phVar5->data);\n }\nLAB_00013787:\n phVar5->data = (void *)0x0;\n phVar4 = phVar5 + 1;\n phVar5->next = (hash_entry *)0x0;\n phVar2 = table->bucket_limit;\n phVar5 = phVar4;\n } while (phVar4 < phVar2);\n }" { (do_statement "do {\n while (phVar5->data == (void *)0x0) {\n phVar5 = phVar5 + 1;\n if (phVar2 <= phVar5) goto LAB_0001379e;\n }\n p_Var3 = table->data_freer;\n phVar2 = phVar5->next;\n if (phVar5->next != (hash_entry *)0x0) {\nLAB_00013750:\n if (p_Var3 != (Hash_data_freer)0x0) goto code_r0x00013754;\n phVar4 = table->free_entry_list;\n do {\n phVar1 = phVar2->next;\n phVar2->data = (void *)0x0;\n phVar2->next = phVar4;\n table->free_entry_list = phVar2;\n phVar4 = phVar2;\n phVar2 = phVar1;\n } while (phVar1 != (hash_entry *)0x0);\n goto LAB_00013787;\n }\nLAB_00013779:\n if (p_Var3 != (Hash_data_freer)0x0) {\n (*p_Var3)(phVar5->data);\n }\nLAB_00013787:\n phVar5->data = (void *)0x0;\n phVar4 = phVar5 + 1;\n phVar5->next = (hash_entry *)0x0;\n phVar2 = table->bucket_limit;\n phVar5 = phVar4;\n } while (phVar4 < phVar2);" do (compound_statement "{\n while (phVar5->data == (void *)0x0) {\n phVar5 = phVar5 + 1;\n if (phVar2 <= phVar5) goto LAB_0001379e;\n }\n p_Var3 = table->data_freer;\n phVar2 = phVar5->next;\n if (phVar5->next != (hash_entry *)0x0) {\nLAB_00013750:\n if (p_Var3 != (Hash_data_freer)0x0) goto code_r0x00013754;\n phVar4 = table->free_entry_list;\n do {\n phVar1 = phVar2->next;\n phVar2->data = (void *)0x0;\n phVar2->next = phVar4;\n table->free_entry_list = phVar2;\n phVar4 = phVar2;\n phVar2 = phVar1;\n } while (phVar1 != (hash_entry *)0x0);\n goto LAB_00013787;\n }\nLAB_00013779:\n if (p_Var3 != (Hash_data_freer)0x0) {\n (*p_Var3)(phVar5->data);\n }\nLAB_00013787:\n phVar5->data = (void *)0x0;\n phVar4 = phVar5 + 1;\n phVar5->next = (hash_entry *)0x0;\n phVar2 = table->bucket_limit;\n phVar5 = phVar4;\n }" { (while_statement "while (phVar5->data == (void *)0x0) {\n phVar5 = phVar5 + 1;\n if (phVar2 <= phVar5) goto LAB_0001379e;\n }" while (parenthesized_expression "(phVar5->data == (void *)0x0)" ( (binary_expression "phVar5->data == (void *)0x0" (field_expression "phVar5->data" identifier -> field_identifier) == (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n phVar5 = phVar5 + 1;\n if (phVar2 <= phVar5) goto LAB_0001379e;\n }" { (expression_statement "phVar5 = phVar5 + 1;" (assignment_expression "phVar5 = phVar5 + 1" identifier = (binary_expression "phVar5 + 1" identifier + number_literal)) ;) (if_statement "if (phVar2 <= phVar5) goto LAB_0001379e;" if (parenthesized_expression "(phVar2 <= phVar5)" ( (binary_expression "phVar2 <= phVar5" identifier <= identifier) )) (goto_statement "goto LAB_0001379e;" goto statement_identifier ;)) })) (expression_statement "p_Var3 = table->data_freer;" (assignment_expression "p_Var3 = table->data_freer" identifier = (field_expression "table->data_freer" identifier -> field_identifier)) ;) (expression_statement "phVar2 = phVar5->next;" (assignment_expression "phVar2 = phVar5->next" identifier = (field_expression "phVar5->next" identifier -> field_identifier)) ;) (if_statement "if (phVar5->next != (hash_entry *)0x0) {\nLAB_00013750:\n if (p_Var3 != (Hash_data_freer)0x0) goto code_r0x00013754;\n phVar4 = table->free_entry_list;\n do {\n phVar1 = phVar2->next;\n phVar2->data = (void *)0x0;\n phVar2->next = phVar4;\n table->free_entry_list = phVar2;\n phVar4 = phVar2;\n phVar2 = phVar1;\n } while (phVar1 != (hash_entry *)0x0);\n goto LAB_00013787;\n }" if (parenthesized_expression "(phVar5->next != (hash_entry *)0x0)" ( (binary_expression "phVar5->next != (hash_entry *)0x0" (field_expression "phVar5->next" identifier -> field_identifier) != (cast_expression "(hash_entry *)0x0" ( (type_descriptor "hash_entry *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\nLAB_00013750:\n if (p_Var3 != (Hash_data_freer)0x0) goto code_r0x00013754;\n phVar4 = table->free_entry_list;\n do {\n phVar1 = phVar2->next;\n phVar2->data = (void *)0x0;\n phVar2->next = phVar4;\n table->free_entry_list = phVar2;\n phVar4 = phVar2;\n phVar2 = phVar1;\n } while (phVar1 != (hash_entry *)0x0);\n goto LAB_00013787;\n }" { (labeled_statement "LAB_00013750:\n if (p_Var3 != (Hash_data_freer)0x0) goto code_r0x00013754;" statement_identifier : (if_statement "if (p_Var3 != (Hash_data_freer)0x0) goto code_r0x00013754;" if (parenthesized_expression "(p_Var3 != (Hash_data_freer)0x0)" ( (binary_expression "p_Var3 != (Hash_data_freer)0x0" identifier != (cast_expression "(Hash_data_freer)0x0" ( (type_descriptor "Hash_data_freer" type_identifier) ) number_literal)) )) (goto_statement "goto code_r0x00013754;" goto statement_identifier ;))) (expression_statement "phVar4 = table->free_entry_list;" (assignment_expression "phVar4 = table->free_entry_list" identifier = (field_expression "table->free_entry_list" identifier -> field_identifier)) ;) (do_statement "do {\n phVar1 = phVar2->next;\n phVar2->data = (void *)0x0;\n phVar2->next = phVar4;\n table->free_entry_list = phVar2;\n phVar4 = phVar2;\n phVar2 = phVar1;\n } while (phVar1 != (hash_entry *)0x0);" do (compound_statement "{\n phVar1 = phVar2->next;\n phVar2->data = (void *)0x0;\n phVar2->next = phVar4;\n table->free_entry_list = phVar2;\n phVar4 = phVar2;\n phVar2 = phVar1;\n }" { (expression_statement "phVar1 = phVar2->next;" (assignment_expression "phVar1 = phVar2->next" identifier = (field_expression "phVar2->next" identifier -> field_identifier)) ;) (expression_statement "phVar2->data = (void *)0x0;" (assignment_expression "phVar2->data = (void *)0x0" (field_expression "phVar2->data" identifier -> field_identifier) = (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "phVar2->next = phVar4;" (assignment_expression "phVar2->next = phVar4" (field_expression "phVar2->next" identifier -> field_identifier) = identifier) ;) (expression_statement "table->free_entry_list = phVar2;" (assignment_expression "table->free_entry_list = phVar2" (field_expression "table->free_entry_list" identifier -> field_identifier) = identifier) ;) (expression_statement "phVar4 = phVar2;" (assignment_expression "phVar4 = phVar2" identifier = identifier) ;) (expression_statement "phVar2 = phVar1;" (assignment_expression "phVar2 = phVar1" identifier = identifier) ;) }) while (parenthesized_expression "(phVar1 != (hash_entry *)0x0)" ( (binary_expression "phVar1 != (hash_entry *)0x0" identifier != (cast_expression "(hash_entry *)0x0" ( (type_descriptor "hash_entry *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) (goto_statement "goto LAB_00013787;" goto statement_identifier ;) })) (labeled_statement "LAB_00013779:\n if (p_Var3 != (Hash_data_freer)0x0) {\n (*p_Var3)(phVar5->data);\n }" statement_identifier : (if_statement "if (p_Var3 != (Hash_data_freer)0x0) {\n (*p_Var3)(phVar5->data);\n }" if (parenthesized_expression "(p_Var3 != (Hash_data_freer)0x0)" ( (binary_expression "p_Var3 != (Hash_data_freer)0x0" identifier != (cast_expression "(Hash_data_freer)0x0" ( (type_descriptor "Hash_data_freer" type_identifier) ) number_literal)) )) (compound_statement "{\n (*p_Var3)(phVar5->data);\n }" { (expression_statement "(*p_Var3)(phVar5->data);" (call_expression "(*p_Var3)(phVar5->data)" (parenthesized_expression "(*p_Var3)" ( (pointer_expression "*p_Var3" * identifier) )) (argument_list "(phVar5->data)" ( (field_expression "phVar5->data" identifier -> field_identifier) ))) ;) }))) (labeled_statement "LAB_00013787:\n phVar5->data = (void *)0x0;" statement_identifier : (expression_statement "phVar5->data = (void *)0x0;" (assignment_expression "phVar5->data = (void *)0x0" (field_expression "phVar5->data" identifier -> field_identifier) = (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;)) (expression_statement "phVar4 = phVar5 + 1;" (assignment_expression "phVar4 = phVar5 + 1" identifier = (binary_expression "phVar5 + 1" identifier + number_literal)) ;) (expression_statement "phVar5->next = (hash_entry *)0x0;" (assignment_expression "phVar5->next = (hash_entry *)0x0" (field_expression "phVar5->next" identifier -> field_identifier) = (cast_expression "(hash_entry *)0x0" ( (type_descriptor "hash_entry *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "phVar2 = table->bucket_limit;" (assignment_expression "phVar2 = table->bucket_limit" identifier = (field_expression "table->bucket_limit" identifier -> field_identifier)) ;) (expression_statement "phVar5 = phVar4;" (assignment_expression "phVar5 = phVar4" identifier = identifier) ;) }) while (parenthesized_expression "(phVar4 < phVar2)" ( (binary_expression "phVar4 < phVar2" identifier < identifier) )) ;) })) (labeled_statement "LAB_0001379e:\n table->n_buckets_used = 0;" statement_identifier : (expression_statement "table->n_buckets_used = 0;" (assignment_expression "table->n_buckets_used = 0" (field_expression "table->n_buckets_used" identifier -> field_identifier) = number_literal) ;)) (expression_statement "table->n_entries = 0;" (assignment_expression "table->n_entries = 0" (field_expression "table->n_entries" identifier -> field_identifier) = number_literal) ;) (return_statement "return;" return ;) (labeled_statement "code_r0x00013754:\n (*p_Var3)(phVar2->data);" statement_identifier : (expression_statement "(*p_Var3)(phVar2->data);" (call_expression "(*p_Var3)(phVar2->data)" (parenthesized_expression "(*p_Var3)" ( (pointer_expression "*p_Var3" * identifier) )) (argument_list "(phVar2->data)" ( (field_expression "phVar2->data" identifier -> field_identifier) ))) ;)) (expression_statement "phVar4 = phVar2->next;" (assignment_expression "phVar4 = phVar2->next" identifier = (field_expression "phVar2->next" identifier -> field_identifier)) ;) (expression_statement "phVar1 = table->free_entry_list;" (assignment_expression "phVar1 = table->free_entry_list" identifier = (field_expression "table->free_entry_list" identifier -> field_identifier)) ;) (expression_statement "p_Var3 = table->data_freer;" (assignment_expression "p_Var3 = table->data_freer" identifier = (field_expression "table->data_freer" identifier -> field_identifier)) ;) (expression_statement "phVar2->data = (void *)0x0;" (assignment_expression "phVar2->data = (void *)0x0" (field_expression "phVar2->data" identifier -> field_identifier) = (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "phVar2->next = phVar1;" (assignment_expression "phVar2->next = phVar1" (field_expression "phVar2->next" identifier -> field_identifier) = identifier) ;) (expression_statement "table->free_entry_list = phVar2;" (assignment_expression "table->free_entry_list = phVar2" (field_expression "table->free_entry_list" identifier -> field_identifier) = identifier) ;) (expression_statement "phVar2 = phVar4;" (assignment_expression "phVar2 = phVar4" identifier = identifier) ;) (if_statement "if (phVar4 == (hash_entry *)0x0) goto LAB_00013779;" if (parenthesized_expression "(phVar4 == (hash_entry *)0x0)" ( (binary_expression "phVar4 == (hash_entry *)0x0" identifier == (cast_expression "(hash_entry *)0x0" ( (type_descriptor "hash_entry *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_00013779;" goto statement_identifier ;)) (goto_statement "goto LAB_00013750;" goto statement_identifier ;) })))
(translation_unit "void FUN_00013720(undefined4 *param_1)\n\n{\n undefined4 uVar1;\n undefined4 *puVar2;\n int *piVar3;\n code *pcVar4;\n undefined4 *puVar5;\n undefined4 *puVar6;\n int *piVar7;\n int *piVar8;\n \n piVar3 = (int *)param_1[1];\n piVar7 = (int *)*param_1;\n if ((int *)*param_1 < piVar3) {\n do {\n while (*piVar7 == 0) {\n piVar7 = piVar7 + 2;\n if (piVar3 <= piVar7) goto LAB_0001379e;\n }\n pcVar4 = (code *)param_1[8];\n puVar6 = (undefined4 *)piVar7[1];\n if ((undefined4 *)piVar7[1] != (undefined4 *)0x0) {\nLAB_00013750:\n if (pcVar4 != (code *)0x0) goto code_r0x00013754;\n puVar5 = (undefined4 *)param_1[9];\n do {\n puVar2 = (undefined4 *)puVar6[1];\n *puVar6 = 0;\n puVar6[1] = puVar5;\n param_1[9] = puVar6;\n puVar5 = puVar6;\n puVar6 = puVar2;\n } while (puVar2 != (undefined4 *)0x0);\n goto LAB_00013787;\n }\nLAB_00013779:\n if (pcVar4 != (code *)0x0) {\n (*pcVar4)(*piVar7);\n }\nLAB_00013787:\n *piVar7 = 0;\n piVar8 = piVar7 + 2;\n piVar7[1] = 0;\n piVar3 = (int *)param_1[1];\n piVar7 = piVar8;\n } while (piVar8 < piVar3);\n }\nLAB_0001379e:\n param_1[3] = 0;\n param_1[4] = 0;\n return;\ncode_r0x00013754:\n (*pcVar4)(*puVar6);\n puVar5 = (undefined4 *)puVar6[1];\n uVar1 = param_1[9];\n pcVar4 = (code *)param_1[8];\n *puVar6 = 0;\n puVar6[1] = uVar1;\n param_1[9] = puVar6;\n puVar6 = puVar5;\n if (puVar5 == (undefined4 *)0x0) goto LAB_00013779;\n goto LAB_00013750;\n}\n\n" (function_definition "void FUN_00013720(undefined4 *param_1)\n\n{\n undefined4 uVar1;\n undefined4 *puVar2;\n int *piVar3;\n code *pcVar4;\n undefined4 *puVar5;\n undefined4 *puVar6;\n int *piVar7;\n int *piVar8;\n \n piVar3 = (int *)param_1[1];\n piVar7 = (int *)*param_1;\n if ((int *)*param_1 < piVar3) {\n do {\n while (*piVar7 == 0) {\n piVar7 = piVar7 + 2;\n if (piVar3 <= piVar7) goto LAB_0001379e;\n }\n pcVar4 = (code *)param_1[8];\n puVar6 = (undefined4 *)piVar7[1];\n if ((undefined4 *)piVar7[1] != (undefined4 *)0x0) {\nLAB_00013750:\n if (pcVar4 != (code *)0x0) goto code_r0x00013754;\n puVar5 = (undefined4 *)param_1[9];\n do {\n puVar2 = (undefined4 *)puVar6[1];\n *puVar6 = 0;\n puVar6[1] = puVar5;\n param_1[9] = puVar6;\n puVar5 = puVar6;\n puVar6 = puVar2;\n } while (puVar2 != (undefined4 *)0x0);\n goto LAB_00013787;\n }\nLAB_00013779:\n if (pcVar4 != (code *)0x0) {\n (*pcVar4)(*piVar7);\n }\nLAB_00013787:\n *piVar7 = 0;\n piVar8 = piVar7 + 2;\n piVar7[1] = 0;\n piVar3 = (int *)param_1[1];\n piVar7 = piVar8;\n } while (piVar8 < piVar3);\n }\nLAB_0001379e:\n param_1[3] = 0;\n param_1[4] = 0;\n return;\ncode_r0x00013754:\n (*pcVar4)(*puVar6);\n puVar5 = (undefined4 *)puVar6[1];\n uVar1 = param_1[9];\n pcVar4 = (code *)param_1[8];\n *puVar6 = 0;\n puVar6[1] = uVar1;\n param_1[9] = puVar6;\n puVar6 = puVar5;\n if (puVar5 == (undefined4 *)0x0) goto LAB_00013779;\n goto LAB_00013750;\n}" primitive_type (function_declarator "FUN_00013720(undefined4 *param_1)" identifier (parameter_list "(undefined4 *param_1)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n undefined4 uVar1;\n undefined4 *puVar2;\n int *piVar3;\n code *pcVar4;\n undefined4 *puVar5;\n undefined4 *puVar6;\n int *piVar7;\n int *piVar8;\n \n piVar3 = (int *)param_1[1];\n piVar7 = (int *)*param_1;\n if ((int *)*param_1 < piVar3) {\n do {\n while (*piVar7 == 0) {\n piVar7 = piVar7 + 2;\n if (piVar3 <= piVar7) goto LAB_0001379e;\n }\n pcVar4 = (code *)param_1[8];\n puVar6 = (undefined4 *)piVar7[1];\n if ((undefined4 *)piVar7[1] != (undefined4 *)0x0) {\nLAB_00013750:\n if (pcVar4 != (code *)0x0) goto code_r0x00013754;\n puVar5 = (undefined4 *)param_1[9];\n do {\n puVar2 = (undefined4 *)puVar6[1];\n *puVar6 = 0;\n puVar6[1] = puVar5;\n param_1[9] = puVar6;\n puVar5 = puVar6;\n puVar6 = puVar2;\n } while (puVar2 != (undefined4 *)0x0);\n goto LAB_00013787;\n }\nLAB_00013779:\n if (pcVar4 != (code *)0x0) {\n (*pcVar4)(*piVar7);\n }\nLAB_00013787:\n *piVar7 = 0;\n piVar8 = piVar7 + 2;\n piVar7[1] = 0;\n piVar3 = (int *)param_1[1];\n piVar7 = piVar8;\n } while (piVar8 < piVar3);\n }\nLAB_0001379e:\n param_1[3] = 0;\n param_1[4] = 0;\n return;\ncode_r0x00013754:\n (*pcVar4)(*puVar6);\n puVar5 = (undefined4 *)puVar6[1];\n uVar1 = param_1[9];\n pcVar4 = (code *)param_1[8];\n *puVar6 = 0;\n puVar6[1] = uVar1;\n param_1[9] = puVar6;\n puVar6 = puVar5;\n if (puVar5 == (undefined4 *)0x0) goto LAB_00013779;\n goto LAB_00013750;\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (declaration "undefined4 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "int *piVar3;" primitive_type (pointer_declarator "*piVar3" * identifier) ;) (declaration "code *pcVar4;" type_identifier (pointer_declarator "*pcVar4" * identifier) ;) (declaration "undefined4 *puVar5;" type_identifier (pointer_declarator "*puVar5" * identifier) ;) (declaration "undefined4 *puVar6;" type_identifier (pointer_declarator "*puVar6" * identifier) ;) (declaration "int *piVar7;" primitive_type (pointer_declarator "*piVar7" * identifier) ;) (declaration "int *piVar8;" primitive_type (pointer_declarator "*piVar8" * identifier) ;) (expression_statement "piVar3 = (int *)param_1[1];" (assignment_expression "piVar3 = (int *)param_1[1]" identifier = (cast_expression "(int *)param_1[1]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) ;) (expression_statement "piVar7 = (int *)*param_1;" (assignment_expression "piVar7 = (int *)*param_1" identifier = (cast_expression "(int *)*param_1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (if_statement "if ((int *)*param_1 < piVar3) {\n do {\n while (*piVar7 == 0) {\n piVar7 = piVar7 + 2;\n if (piVar3 <= piVar7) goto LAB_0001379e;\n }\n pcVar4 = (code *)param_1[8];\n puVar6 = (undefined4 *)piVar7[1];\n if ((undefined4 *)piVar7[1] != (undefined4 *)0x0) {\nLAB_00013750:\n if (pcVar4 != (code *)0x0) goto code_r0x00013754;\n puVar5 = (undefined4 *)param_1[9];\n do {\n puVar2 = (undefined4 *)puVar6[1];\n *puVar6 = 0;\n puVar6[1] = puVar5;\n param_1[9] = puVar6;\n puVar5 = puVar6;\n puVar6 = puVar2;\n } while (puVar2 != (undefined4 *)0x0);\n goto LAB_00013787;\n }\nLAB_00013779:\n if (pcVar4 != (code *)0x0) {\n (*pcVar4)(*piVar7);\n }\nLAB_00013787:\n *piVar7 = 0;\n piVar8 = piVar7 + 2;\n piVar7[1] = 0;\n piVar3 = (int *)param_1[1];\n piVar7 = piVar8;\n } while (piVar8 < piVar3);\n }" if (parenthesized_expression "((int *)*param_1 < piVar3)" ( (binary_expression "(int *)*param_1 < piVar3" (cast_expression "(int *)*param_1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier)) < identifier) )) (compound_statement "{\n do {\n while (*piVar7 == 0) {\n piVar7 = piVar7 + 2;\n if (piVar3 <= piVar7) goto LAB_0001379e;\n }\n pcVar4 = (code *)param_1[8];\n puVar6 = (undefined4 *)piVar7[1];\n if ((undefined4 *)piVar7[1] != (undefined4 *)0x0) {\nLAB_00013750:\n if (pcVar4 != (code *)0x0) goto code_r0x00013754;\n puVar5 = (undefined4 *)param_1[9];\n do {\n puVar2 = (undefined4 *)puVar6[1];\n *puVar6 = 0;\n puVar6[1] = puVar5;\n param_1[9] = puVar6;\n puVar5 = puVar6;\n puVar6 = puVar2;\n } while (puVar2 != (undefined4 *)0x0);\n goto LAB_00013787;\n }\nLAB_00013779:\n if (pcVar4 != (code *)0x0) {\n (*pcVar4)(*piVar7);\n }\nLAB_00013787:\n *piVar7 = 0;\n piVar8 = piVar7 + 2;\n piVar7[1] = 0;\n piVar3 = (int *)param_1[1];\n piVar7 = piVar8;\n } while (piVar8 < piVar3);\n }" { (do_statement "do {\n while (*piVar7 == 0) {\n piVar7 = piVar7 + 2;\n if (piVar3 <= piVar7) goto LAB_0001379e;\n }\n pcVar4 = (code *)param_1[8];\n puVar6 = (undefined4 *)piVar7[1];\n if ((undefined4 *)piVar7[1] != (undefined4 *)0x0) {\nLAB_00013750:\n if (pcVar4 != (code *)0x0) goto code_r0x00013754;\n puVar5 = (undefined4 *)param_1[9];\n do {\n puVar2 = (undefined4 *)puVar6[1];\n *puVar6 = 0;\n puVar6[1] = puVar5;\n param_1[9] = puVar6;\n puVar5 = puVar6;\n puVar6 = puVar2;\n } while (puVar2 != (undefined4 *)0x0);\n goto LAB_00013787;\n }\nLAB_00013779:\n if (pcVar4 != (code *)0x0) {\n (*pcVar4)(*piVar7);\n }\nLAB_00013787:\n *piVar7 = 0;\n piVar8 = piVar7 + 2;\n piVar7[1] = 0;\n piVar3 = (int *)param_1[1];\n piVar7 = piVar8;\n } while (piVar8 < piVar3);" do (compound_statement "{\n while (*piVar7 == 0) {\n piVar7 = piVar7 + 2;\n if (piVar3 <= piVar7) goto LAB_0001379e;\n }\n pcVar4 = (code *)param_1[8];\n puVar6 = (undefined4 *)piVar7[1];\n if ((undefined4 *)piVar7[1] != (undefined4 *)0x0) {\nLAB_00013750:\n if (pcVar4 != (code *)0x0) goto code_r0x00013754;\n puVar5 = (undefined4 *)param_1[9];\n do {\n puVar2 = (undefined4 *)puVar6[1];\n *puVar6 = 0;\n puVar6[1] = puVar5;\n param_1[9] = puVar6;\n puVar5 = puVar6;\n puVar6 = puVar2;\n } while (puVar2 != (undefined4 *)0x0);\n goto LAB_00013787;\n }\nLAB_00013779:\n if (pcVar4 != (code *)0x0) {\n (*pcVar4)(*piVar7);\n }\nLAB_00013787:\n *piVar7 = 0;\n piVar8 = piVar7 + 2;\n piVar7[1] = 0;\n piVar3 = (int *)param_1[1];\n piVar7 = piVar8;\n }" { (while_statement "while (*piVar7 == 0) {\n piVar7 = piVar7 + 2;\n if (piVar3 <= piVar7) goto LAB_0001379e;\n }" while (parenthesized_expression "(*piVar7 == 0)" ( (binary_expression "*piVar7 == 0" (pointer_expression "*piVar7" * identifier) == number_literal) )) (compound_statement "{\n piVar7 = piVar7 + 2;\n if (piVar3 <= piVar7) goto LAB_0001379e;\n }" { (expression_statement "piVar7 = piVar7 + 2;" (assignment_expression "piVar7 = piVar7 + 2" identifier = (binary_expression "piVar7 + 2" identifier + number_literal)) ;) (if_statement "if (piVar3 <= piVar7) goto LAB_0001379e;" if (parenthesized_expression "(piVar3 <= piVar7)" ( (binary_expression "piVar3 <= piVar7" identifier <= identifier) )) (goto_statement "goto LAB_0001379e;" goto statement_identifier ;)) })) (expression_statement "pcVar4 = (code *)param_1[8];" (assignment_expression "pcVar4 = (code *)param_1[8]" identifier = (cast_expression "(code *)param_1[8]" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[8]" identifier [ number_literal ]))) ;) (expression_statement "puVar6 = (undefined4 *)piVar7[1];" (assignment_expression "puVar6 = (undefined4 *)piVar7[1]" identifier = (cast_expression "(undefined4 *)piVar7[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar7[1]" identifier [ number_literal ]))) ;) (if_statement "if ((undefined4 *)piVar7[1] != (undefined4 *)0x0) {\nLAB_00013750:\n if (pcVar4 != (code *)0x0) goto code_r0x00013754;\n puVar5 = (undefined4 *)param_1[9];\n do {\n puVar2 = (undefined4 *)puVar6[1];\n *puVar6 = 0;\n puVar6[1] = puVar5;\n param_1[9] = puVar6;\n puVar5 = puVar6;\n puVar6 = puVar2;\n } while (puVar2 != (undefined4 *)0x0);\n goto LAB_00013787;\n }" if (parenthesized_expression "((undefined4 *)piVar7[1] != (undefined4 *)0x0)" ( (binary_expression "(undefined4 *)piVar7[1] != (undefined4 *)0x0" (cast_expression "(undefined4 *)piVar7[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar7[1]" identifier [ number_literal ])) != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\nLAB_00013750:\n if (pcVar4 != (code *)0x0) goto code_r0x00013754;\n puVar5 = (undefined4 *)param_1[9];\n do {\n puVar2 = (undefined4 *)puVar6[1];\n *puVar6 = 0;\n puVar6[1] = puVar5;\n param_1[9] = puVar6;\n puVar5 = puVar6;\n puVar6 = puVar2;\n } while (puVar2 != (undefined4 *)0x0);\n goto LAB_00013787;\n }" { (labeled_statement "LAB_00013750:\n if (pcVar4 != (code *)0x0) goto code_r0x00013754;" statement_identifier : (if_statement "if (pcVar4 != (code *)0x0) goto code_r0x00013754;" if (parenthesized_expression "(pcVar4 != (code *)0x0)" ( (binary_expression "pcVar4 != (code *)0x0" identifier != (cast_expression "(code *)0x0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto code_r0x00013754;" goto statement_identifier ;))) (expression_statement "puVar5 = (undefined4 *)param_1[9];" (assignment_expression "puVar5 = (undefined4 *)param_1[9]" identifier = (cast_expression "(undefined4 *)param_1[9]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[9]" identifier [ number_literal ]))) ;) (do_statement "do {\n puVar2 = (undefined4 *)puVar6[1];\n *puVar6 = 0;\n puVar6[1] = puVar5;\n param_1[9] = puVar6;\n puVar5 = puVar6;\n puVar6 = puVar2;\n } while (puVar2 != (undefined4 *)0x0);" do (compound_statement "{\n puVar2 = (undefined4 *)puVar6[1];\n *puVar6 = 0;\n puVar6[1] = puVar5;\n param_1[9] = puVar6;\n puVar5 = puVar6;\n puVar6 = puVar2;\n }" { (expression_statement "puVar2 = (undefined4 *)puVar6[1];" (assignment_expression "puVar2 = (undefined4 *)puVar6[1]" identifier = (cast_expression "(undefined4 *)puVar6[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar6[1]" identifier [ number_literal ]))) ;) (expression_statement "*puVar6 = 0;" (assignment_expression "*puVar6 = 0" (pointer_expression "*puVar6" * identifier) = number_literal) ;) (expression_statement "puVar6[1] = puVar5;" (assignment_expression "puVar6[1] = puVar5" (subscript_expression "puVar6[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_1[9] = puVar6;" (assignment_expression "param_1[9] = puVar6" (subscript_expression "param_1[9]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar5 = puVar6;" (assignment_expression "puVar5 = puVar6" identifier = identifier) ;) (expression_statement "puVar6 = puVar2;" (assignment_expression "puVar6 = puVar2" identifier = identifier) ;) }) while (parenthesized_expression "(puVar2 != (undefined4 *)0x0)" ( (binary_expression "puVar2 != (undefined4 *)0x0" identifier != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) (goto_statement "goto LAB_00013787;" goto statement_identifier ;) })) (labeled_statement "LAB_00013779:\n if (pcVar4 != (code *)0x0) {\n (*pcVar4)(*piVar7);\n }" statement_identifier : (if_statement "if (pcVar4 != (code *)0x0) {\n (*pcVar4)(*piVar7);\n }" if (parenthesized_expression "(pcVar4 != (code *)0x0)" ( (binary_expression "pcVar4 != (code *)0x0" identifier != (cast_expression "(code *)0x0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n (*pcVar4)(*piVar7);\n }" { (expression_statement "(*pcVar4)(*piVar7);" (call_expression "(*pcVar4)(*piVar7)" (parenthesized_expression "(*pcVar4)" ( (pointer_expression "*pcVar4" * identifier) )) (argument_list "(*piVar7)" ( (pointer_expression "*piVar7" * identifier) ))) ;) }))) (labeled_statement "LAB_00013787:\n *piVar7 = 0;" statement_identifier : (expression_statement "*piVar7 = 0;" (assignment_expression "*piVar7 = 0" (pointer_expression "*piVar7" * identifier) = number_literal) ;)) (expression_statement "piVar8 = piVar7 + 2;" (assignment_expression "piVar8 = piVar7 + 2" identifier = (binary_expression "piVar7 + 2" identifier + number_literal)) ;) (expression_statement "piVar7[1] = 0;" (assignment_expression "piVar7[1] = 0" (subscript_expression "piVar7[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar3 = (int *)param_1[1];" (assignment_expression "piVar3 = (int *)param_1[1]" identifier = (cast_expression "(int *)param_1[1]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) ;) (expression_statement "piVar7 = piVar8;" (assignment_expression "piVar7 = piVar8" identifier = identifier) ;) }) while (parenthesized_expression "(piVar8 < piVar3)" ( (binary_expression "piVar8 < piVar3" identifier < identifier) )) ;) })) (labeled_statement "LAB_0001379e:\n param_1[3] = 0;" statement_identifier : (expression_statement "param_1[3] = 0;" (assignment_expression "param_1[3] = 0" (subscript_expression "param_1[3]" identifier [ number_literal ]) = number_literal) ;)) (expression_statement "param_1[4] = 0;" (assignment_expression "param_1[4] = 0" (subscript_expression "param_1[4]" identifier [ number_literal ]) = number_literal) ;) (return_statement "return;" return ;) (labeled_statement "code_r0x00013754:\n (*pcVar4)(*puVar6);" statement_identifier : (expression_statement "(*pcVar4)(*puVar6);" (call_expression "(*pcVar4)(*puVar6)" (parenthesized_expression "(*pcVar4)" ( (pointer_expression "*pcVar4" * identifier) )) (argument_list "(*puVar6)" ( (pointer_expression "*puVar6" * identifier) ))) ;)) (expression_statement "puVar5 = (undefined4 *)puVar6[1];" (assignment_expression "puVar5 = (undefined4 *)puVar6[1]" identifier = (cast_expression "(undefined4 *)puVar6[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar6[1]" identifier [ number_literal ]))) ;) (expression_statement "uVar1 = param_1[9];" (assignment_expression "uVar1 = param_1[9]" identifier = (subscript_expression "param_1[9]" identifier [ number_literal ])) ;) (expression_statement "pcVar4 = (code *)param_1[8];" (assignment_expression "pcVar4 = (code *)param_1[8]" identifier = (cast_expression "(code *)param_1[8]" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[8]" identifier [ number_literal ]))) ;) (expression_statement "*puVar6 = 0;" (assignment_expression "*puVar6 = 0" (pointer_expression "*puVar6" * identifier) = number_literal) ;) (expression_statement "puVar6[1] = uVar1;" (assignment_expression "puVar6[1] = uVar1" (subscript_expression "puVar6[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_1[9] = puVar6;" (assignment_expression "param_1[9] = puVar6" (subscript_expression "param_1[9]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar6 = puVar5;" (assignment_expression "puVar6 = puVar5" identifier = identifier) ;) (if_statement "if (puVar5 == (undefined4 *)0x0) goto LAB_00013779;" if (parenthesized_expression "(puVar5 == (undefined4 *)0x0)" ( (binary_expression "puVar5 == (undefined4 *)0x0" identifier == (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_00013779;" goto statement_identifier ;)) (goto_statement "goto LAB_00013750;" goto statement_identifier ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) < IDENT) )) (compound_statement { (do_statement do (compound_statement { (while_statement while (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT <= IDENT) )) (goto_statement goto statement_identifier ;)) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (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 ;))) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }) while (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) ;) (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)) )) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( (pointer_expression * IDENT) ))) ;) }))) (labeled_statement statement_identifier : (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }) while (parenthesized_expression ( (binary_expression IDENT < IDENT) )) ;) })) (labeled_statement statement_identifier : (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;)) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (return_statement return ;) (labeled_statement statement_identifier : (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( (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 = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (goto_statement goto statement_identifier ;)) (goto_statement goto statement_identifier ;) })))
(function_definition "void FUN_00013720(undefined4 *param_1)\n\n{\n undefined4 uVar1;\n undefined4 *puVar2;\n int *piVar3;\n code *pcVar4;\n undefined4 *puVar5;\n undefined4 *puVar6;\n int *piVar7;\n int *piVar8;\n \n piVar3 = (int *)param_1[1];\n piVar7 = (int *)*param_1;\n if ((int *)*param_1 < piVar3) {\n do {\n while (*piVar7 == 0) {\n piVar7 = piVar7 + 2;\n if (piVar3 <= piVar7) goto LAB_0001379e;\n }\n pcVar4 = (code *)param_1[8];\n puVar6 = (undefined4 *)piVar7[1];\n if ((undefined4 *)piVar7[1] != (undefined4 *)0x0) {\nLAB_00013750:\n if (pcVar4 != (code *)0x0) goto code_r0x00013754;\n puVar5 = (undefined4 *)param_1[9];\n do {\n puVar2 = (undefined4 *)puVar6[1];\n *puVar6 = 0;\n puVar6[1] = puVar5;\n param_1[9] = puVar6;\n puVar5 = puVar6;\n puVar6 = puVar2;\n } while (puVar2 != (undefined4 *)0x0);\n goto LAB_00013787;\n }\nLAB_00013779:\n if (pcVar4 != (code *)0x0) {\n (*pcVar4)(*piVar7);\n }\nLAB_00013787:\n *piVar7 = 0;\n piVar8 = piVar7 + 2;\n piVar7[1] = 0;\n piVar3 = (int *)param_1[1];\n piVar7 = piVar8;\n } while (piVar8 < piVar3);\n }\nLAB_0001379e:\n param_1[3] = 0;\n param_1[4] = 0;\n return;\ncode_r0x00013754:\n (*pcVar4)(*puVar6);\n puVar5 = (undefined4 *)puVar6[1];\n uVar1 = param_1[9];\n pcVar4 = (code *)param_1[8];\n *puVar6 = 0;\n puVar6[1] = uVar1;\n param_1[9] = puVar6;\n puVar6 = puVar5;\n if (puVar5 == (undefined4 *)0x0) goto LAB_00013779;\n goto LAB_00013750;\n}" (primitive_type "void") (function_declarator "FUN_00013720(undefined4 *param_1)" (identifier "FUN_00013720") (parameter_list "(undefined4 *param_1)" (( "(") (parameter_declaration "undefined4 *param_1" (type_identifier "undefined4") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n undefined4 uVar1;\n undefined4 *puVar2;\n int *piVar3;\n code *pcVar4;\n undefined4 *puVar5;\n undefined4 *puVar6;\n int *piVar7;\n int *piVar8;\n \n piVar3 = (int *)param_1[1];\n piVar7 = (int *)*param_1;\n if ((int *)*param_1 < piVar3) {\n do {\n while (*piVar7 == 0) {\n piVar7 = piVar7 + 2;\n if (piVar3 <= piVar7) goto LAB_0001379e;\n }\n pcVar4 = (code *)param_1[8];\n puVar6 = (undefined4 *)piVar7[1];\n if ((undefined4 *)piVar7[1] != (undefined4 *)0x0) {\nLAB_00013750:\n if (pcVar4 != (code *)0x0) goto code_r0x00013754;\n puVar5 = (undefined4 *)param_1[9];\n do {\n puVar2 = (undefined4 *)puVar6[1];\n *puVar6 = 0;\n puVar6[1] = puVar5;\n param_1[9] = puVar6;\n puVar5 = puVar6;\n puVar6 = puVar2;\n } while (puVar2 != (undefined4 *)0x0);\n goto LAB_00013787;\n }\nLAB_00013779:\n if (pcVar4 != (code *)0x0) {\n (*pcVar4)(*piVar7);\n }\nLAB_00013787:\n *piVar7 = 0;\n piVar8 = piVar7 + 2;\n piVar7[1] = 0;\n piVar3 = (int *)param_1[1];\n piVar7 = piVar8;\n } while (piVar8 < piVar3);\n }\nLAB_0001379e:\n param_1[3] = 0;\n param_1[4] = 0;\n return;\ncode_r0x00013754:\n (*pcVar4)(*puVar6);\n puVar5 = (undefined4 *)puVar6[1];\n uVar1 = param_1[9];\n pcVar4 = (code *)param_1[8];\n *puVar6 = 0;\n puVar6[1] = uVar1;\n param_1[9] = puVar6;\n puVar6 = puVar5;\n if (puVar5 == (undefined4 *)0x0) goto LAB_00013779;\n goto LAB_00013750;\n}" ({ "{") (declaration "undefined4 uVar1;" (type_identifier "undefined4") (identifier "uVar1") (; ";")) (declaration "undefined4 *puVar2;" (type_identifier "undefined4") (pointer_declarator "*puVar2" (* "*") (identifier "puVar2")) (; ";")) (declaration "int *piVar3;" (primitive_type "int") (pointer_declarator "*piVar3" (* "*") (identifier "piVar3")) (; ";")) (declaration "code *pcVar4;" (type_identifier "code") (pointer_declarator "*pcVar4" (* "*") (identifier "pcVar4")) (; ";")) (declaration "undefined4 *puVar5;" (type_identifier "undefined4") (pointer_declarator "*puVar5" (* "*") (identifier "puVar5")) (; ";")) (declaration "undefined4 *puVar6;" (type_identifier "undefined4") (pointer_declarator "*puVar6" (* "*") (identifier "puVar6")) (; ";")) (declaration "int *piVar7;" (primitive_type "int") (pointer_declarator "*piVar7" (* "*") (identifier "piVar7")) (; ";")) (declaration "int *piVar8;" (primitive_type "int") (pointer_declarator "*piVar8" (* "*") (identifier "piVar8")) (; ";")) (expression_statement "piVar3 = (int *)param_1[1];" (assignment_expression "piVar3 = (int *)param_1[1]" (identifier "piVar3") (= "=") (cast_expression "(int *)param_1[1]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")))) (; ";")) (expression_statement "piVar7 = (int *)*param_1;" (assignment_expression "piVar7 = (int *)*param_1" (identifier "piVar7") (= "=") (cast_expression "(int *)*param_1" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1")))) (; ";")) (if_statement "if ((int *)*param_1 < piVar3) {\n do {\n while (*piVar7 == 0) {\n piVar7 = piVar7 + 2;\n if (piVar3 <= piVar7) goto LAB_0001379e;\n }\n pcVar4 = (code *)param_1[8];\n puVar6 = (undefined4 *)piVar7[1];\n if ((undefined4 *)piVar7[1] != (undefined4 *)0x0) {\nLAB_00013750:\n if (pcVar4 != (code *)0x0) goto code_r0x00013754;\n puVar5 = (undefined4 *)param_1[9];\n do {\n puVar2 = (undefined4 *)puVar6[1];\n *puVar6 = 0;\n puVar6[1] = puVar5;\n param_1[9] = puVar6;\n puVar5 = puVar6;\n puVar6 = puVar2;\n } while (puVar2 != (undefined4 *)0x0);\n goto LAB_00013787;\n }\nLAB_00013779:\n if (pcVar4 != (code *)0x0) {\n (*pcVar4)(*piVar7);\n }\nLAB_00013787:\n *piVar7 = 0;\n piVar8 = piVar7 + 2;\n piVar7[1] = 0;\n piVar3 = (int *)param_1[1];\n piVar7 = piVar8;\n } while (piVar8 < piVar3);\n }" (if "if") (parenthesized_expression "((int *)*param_1 < piVar3)" (( "(") (binary_expression "(int *)*param_1 < piVar3" (cast_expression "(int *)*param_1" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (< "<") (identifier "piVar3")) () ")")) (compound_statement "{\n do {\n while (*piVar7 == 0) {\n piVar7 = piVar7 + 2;\n if (piVar3 <= piVar7) goto LAB_0001379e;\n }\n pcVar4 = (code *)param_1[8];\n puVar6 = (undefined4 *)piVar7[1];\n if ((undefined4 *)piVar7[1] != (undefined4 *)0x0) {\nLAB_00013750:\n if (pcVar4 != (code *)0x0) goto code_r0x00013754;\n puVar5 = (undefined4 *)param_1[9];\n do {\n puVar2 = (undefined4 *)puVar6[1];\n *puVar6 = 0;\n puVar6[1] = puVar5;\n param_1[9] = puVar6;\n puVar5 = puVar6;\n puVar6 = puVar2;\n } while (puVar2 != (undefined4 *)0x0);\n goto LAB_00013787;\n }\nLAB_00013779:\n if (pcVar4 != (code *)0x0) {\n (*pcVar4)(*piVar7);\n }\nLAB_00013787:\n *piVar7 = 0;\n piVar8 = piVar7 + 2;\n piVar7[1] = 0;\n piVar3 = (int *)param_1[1];\n piVar7 = piVar8;\n } while (piVar8 < piVar3);\n }" ({ "{") (do_statement "do {\n while (*piVar7 == 0) {\n piVar7 = piVar7 + 2;\n if (piVar3 <= piVar7) goto LAB_0001379e;\n }\n pcVar4 = (code *)param_1[8];\n puVar6 = (undefined4 *)piVar7[1];\n if ((undefined4 *)piVar7[1] != (undefined4 *)0x0) {\nLAB_00013750:\n if (pcVar4 != (code *)0x0) goto code_r0x00013754;\n puVar5 = (undefined4 *)param_1[9];\n do {\n puVar2 = (undefined4 *)puVar6[1];\n *puVar6 = 0;\n puVar6[1] = puVar5;\n param_1[9] = puVar6;\n puVar5 = puVar6;\n puVar6 = puVar2;\n } while (puVar2 != (undefined4 *)0x0);\n goto LAB_00013787;\n }\nLAB_00013779:\n if (pcVar4 != (code *)0x0) {\n (*pcVar4)(*piVar7);\n }\nLAB_00013787:\n *piVar7 = 0;\n piVar8 = piVar7 + 2;\n piVar7[1] = 0;\n piVar3 = (int *)param_1[1];\n piVar7 = piVar8;\n } while (piVar8 < piVar3);" (do "do") (compound_statement "{\n while (*piVar7 == 0) {\n piVar7 = piVar7 + 2;\n if (piVar3 <= piVar7) goto LAB_0001379e;\n }\n pcVar4 = (code *)param_1[8];\n puVar6 = (undefined4 *)piVar7[1];\n if ((undefined4 *)piVar7[1] != (undefined4 *)0x0) {\nLAB_00013750:\n if (pcVar4 != (code *)0x0) goto code_r0x00013754;\n puVar5 = (undefined4 *)param_1[9];\n do {\n puVar2 = (undefined4 *)puVar6[1];\n *puVar6 = 0;\n puVar6[1] = puVar5;\n param_1[9] = puVar6;\n puVar5 = puVar6;\n puVar6 = puVar2;\n } while (puVar2 != (undefined4 *)0x0);\n goto LAB_00013787;\n }\nLAB_00013779:\n if (pcVar4 != (code *)0x0) {\n (*pcVar4)(*piVar7);\n }\nLAB_00013787:\n *piVar7 = 0;\n piVar8 = piVar7 + 2;\n piVar7[1] = 0;\n piVar3 = (int *)param_1[1];\n piVar7 = piVar8;\n }" ({ "{") (while_statement "while (*piVar7 == 0) {\n piVar7 = piVar7 + 2;\n if (piVar3 <= piVar7) goto LAB_0001379e;\n }" (while "while") (parenthesized_expression "(*piVar7 == 0)" (( "(") (binary_expression "*piVar7 == 0" (pointer_expression "*piVar7" (* "*") (identifier "piVar7")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n piVar7 = piVar7 + 2;\n if (piVar3 <= piVar7) goto LAB_0001379e;\n }" ({ "{") (expression_statement "piVar7 = piVar7 + 2;" (assignment_expression "piVar7 = piVar7 + 2" (identifier "piVar7") (= "=") (binary_expression "piVar7 + 2" (identifier "piVar7") (+ "+") (number_literal "2"))) (; ";")) (if_statement "if (piVar3 <= piVar7) goto LAB_0001379e;" (if "if") (parenthesized_expression "(piVar3 <= piVar7)" (( "(") (binary_expression "piVar3 <= piVar7" (identifier "piVar3") (<= "<=") (identifier "piVar7")) () ")")) (goto_statement "goto LAB_0001379e;" (goto "goto") (statement_identifier "LAB_0001379e") (; ";"))) (} "}"))) (expression_statement "pcVar4 = (code *)param_1[8];" (assignment_expression "pcVar4 = (code *)param_1[8]" (identifier "pcVar4") (= "=") (cast_expression "(code *)param_1[8]" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[8]" (identifier "param_1") ([ "[") (number_literal "8") (] "]")))) (; ";")) (expression_statement "puVar6 = (undefined4 *)piVar7[1];" (assignment_expression "puVar6 = (undefined4 *)piVar7[1]" (identifier "puVar6") (= "=") (cast_expression "(undefined4 *)piVar7[1]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "piVar7[1]" (identifier "piVar7") ([ "[") (number_literal "1") (] "]")))) (; ";")) (if_statement "if ((undefined4 *)piVar7[1] != (undefined4 *)0x0) {\nLAB_00013750:\n if (pcVar4 != (code *)0x0) goto code_r0x00013754;\n puVar5 = (undefined4 *)param_1[9];\n do {\n puVar2 = (undefined4 *)puVar6[1];\n *puVar6 = 0;\n puVar6[1] = puVar5;\n param_1[9] = puVar6;\n puVar5 = puVar6;\n puVar6 = puVar2;\n } while (puVar2 != (undefined4 *)0x0);\n goto LAB_00013787;\n }" (if "if") (parenthesized_expression "((undefined4 *)piVar7[1] != (undefined4 *)0x0)" (( "(") (binary_expression "(undefined4 *)piVar7[1] != (undefined4 *)0x0" (cast_expression "(undefined4 *)piVar7[1]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "piVar7[1]" (identifier "piVar7") ([ "[") (number_literal "1") (] "]"))) (!= "!=") (cast_expression "(undefined4 *)0x0" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\nLAB_00013750:\n if (pcVar4 != (code *)0x0) goto code_r0x00013754;\n puVar5 = (undefined4 *)param_1[9];\n do {\n puVar2 = (undefined4 *)puVar6[1];\n *puVar6 = 0;\n puVar6[1] = puVar5;\n param_1[9] = puVar6;\n puVar5 = puVar6;\n puVar6 = puVar2;\n } while (puVar2 != (undefined4 *)0x0);\n goto LAB_00013787;\n }" ({ "{") (labeled_statement "LAB_00013750:\n if (pcVar4 != (code *)0x0) goto code_r0x00013754;" (statement_identifier "LAB_00013750") (: ":") (if_statement "if (pcVar4 != (code *)0x0) goto code_r0x00013754;" (if "if") (parenthesized_expression "(pcVar4 != (code *)0x0)" (( "(") (binary_expression "pcVar4 != (code *)0x0" (identifier "pcVar4") (!= "!=") (cast_expression "(code *)0x0" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (goto_statement "goto code_r0x00013754;" (goto "goto") (statement_identifier "code_r0x00013754") (; ";")))) (expression_statement "puVar5 = (undefined4 *)param_1[9];" (assignment_expression "puVar5 = (undefined4 *)param_1[9]" (identifier "puVar5") (= "=") (cast_expression "(undefined4 *)param_1[9]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[9]" (identifier "param_1") ([ "[") (number_literal "9") (] "]")))) (; ";")) (do_statement "do {\n puVar2 = (undefined4 *)puVar6[1];\n *puVar6 = 0;\n puVar6[1] = puVar5;\n param_1[9] = puVar6;\n puVar5 = puVar6;\n puVar6 = puVar2;\n } while (puVar2 != (undefined4 *)0x0);" (do "do") (compound_statement "{\n puVar2 = (undefined4 *)puVar6[1];\n *puVar6 = 0;\n puVar6[1] = puVar5;\n param_1[9] = puVar6;\n puVar5 = puVar6;\n puVar6 = puVar2;\n }" ({ "{") (expression_statement "puVar2 = (undefined4 *)puVar6[1];" (assignment_expression "puVar2 = (undefined4 *)puVar6[1]" (identifier "puVar2") (= "=") (cast_expression "(undefined4 *)puVar6[1]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "puVar6[1]" (identifier "puVar6") ([ "[") (number_literal "1") (] "]")))) (; ";")) (expression_statement "*puVar6 = 0;" (assignment_expression "*puVar6 = 0" (pointer_expression "*puVar6" (* "*") (identifier "puVar6")) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar6[1] = puVar5;" (assignment_expression "puVar6[1] = puVar5" (subscript_expression "puVar6[1]" (identifier "puVar6") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "puVar5")) (; ";")) (expression_statement "param_1[9] = puVar6;" (assignment_expression "param_1[9] = puVar6" (subscript_expression "param_1[9]" (identifier "param_1") ([ "[") (number_literal "9") (] "]")) (= "=") (identifier "puVar6")) (; ";")) (expression_statement "puVar5 = puVar6;" (assignment_expression "puVar5 = puVar6" (identifier "puVar5") (= "=") (identifier "puVar6")) (; ";")) (expression_statement "puVar6 = puVar2;" (assignment_expression "puVar6 = puVar2" (identifier "puVar6") (= "=") (identifier "puVar2")) (; ";")) (} "}")) (while "while") (parenthesized_expression "(puVar2 != (undefined4 *)0x0)" (( "(") (binary_expression "puVar2 != (undefined4 *)0x0" (identifier "puVar2") (!= "!=") (cast_expression "(undefined4 *)0x0" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (; ";")) (goto_statement "goto LAB_00013787;" (goto "goto") (statement_identifier "LAB_00013787") (; ";")) (} "}"))) (labeled_statement "LAB_00013779:\n if (pcVar4 != (code *)0x0) {\n (*pcVar4)(*piVar7);\n }" (statement_identifier "LAB_00013779") (: ":") (if_statement "if (pcVar4 != (code *)0x0) {\n (*pcVar4)(*piVar7);\n }" (if "if") (parenthesized_expression "(pcVar4 != (code *)0x0)" (( "(") (binary_expression "pcVar4 != (code *)0x0" (identifier "pcVar4") (!= "!=") (cast_expression "(code *)0x0" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n (*pcVar4)(*piVar7);\n }" ({ "{") (expression_statement "(*pcVar4)(*piVar7);" (call_expression "(*pcVar4)(*piVar7)" (parenthesized_expression "(*pcVar4)" (( "(") (pointer_expression "*pcVar4" (* "*") (identifier "pcVar4")) () ")")) (argument_list "(*piVar7)" (( "(") (pointer_expression "*piVar7" (* "*") (identifier "piVar7")) () ")"))) (; ";")) (} "}")))) (labeled_statement "LAB_00013787:\n *piVar7 = 0;" (statement_identifier "LAB_00013787") (: ":") (expression_statement "*piVar7 = 0;" (assignment_expression "*piVar7 = 0" (pointer_expression "*piVar7" (* "*") (identifier "piVar7")) (= "=") (number_literal "0")) (; ";"))) (expression_statement "piVar8 = piVar7 + 2;" (assignment_expression "piVar8 = piVar7 + 2" (identifier "piVar8") (= "=") (binary_expression "piVar7 + 2" (identifier "piVar7") (+ "+") (number_literal "2"))) (; ";")) (expression_statement "piVar7[1] = 0;" (assignment_expression "piVar7[1] = 0" (subscript_expression "piVar7[1]" (identifier "piVar7") ([ "[") (number_literal "1") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar3 = (int *)param_1[1];" (assignment_expression "piVar3 = (int *)param_1[1]" (identifier "piVar3") (= "=") (cast_expression "(int *)param_1[1]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")))) (; ";")) (expression_statement "piVar7 = piVar8;" (assignment_expression "piVar7 = piVar8" (identifier "piVar7") (= "=") (identifier "piVar8")) (; ";")) (} "}")) (while "while") (parenthesized_expression "(piVar8 < piVar3)" (( "(") (binary_expression "piVar8 < piVar3" (identifier "piVar8") (< "<") (identifier "piVar3")) () ")")) (; ";")) (} "}"))) (labeled_statement "LAB_0001379e:\n param_1[3] = 0;" (statement_identifier "LAB_0001379e") (: ":") (expression_statement "param_1[3] = 0;" (assignment_expression "param_1[3] = 0" (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]")) (= "=") (number_literal "0")) (; ";"))) (expression_statement "param_1[4] = 0;" (assignment_expression "param_1[4] = 0" (subscript_expression "param_1[4]" (identifier "param_1") ([ "[") (number_literal "4") (] "]")) (= "=") (number_literal "0")) (; ";")) (return_statement "return;" (return "return") (; ";")) (labeled_statement "code_r0x00013754:\n (*pcVar4)(*puVar6);" (statement_identifier "code_r0x00013754") (: ":") (expression_statement "(*pcVar4)(*puVar6);" (call_expression "(*pcVar4)(*puVar6)" (parenthesized_expression "(*pcVar4)" (( "(") (pointer_expression "*pcVar4" (* "*") (identifier "pcVar4")) () ")")) (argument_list "(*puVar6)" (( "(") (pointer_expression "*puVar6" (* "*") (identifier "puVar6")) () ")"))) (; ";"))) (expression_statement "puVar5 = (undefined4 *)puVar6[1];" (assignment_expression "puVar5 = (undefined4 *)puVar6[1]" (identifier "puVar5") (= "=") (cast_expression "(undefined4 *)puVar6[1]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "puVar6[1]" (identifier "puVar6") ([ "[") (number_literal "1") (] "]")))) (; ";")) (expression_statement "uVar1 = param_1[9];" (assignment_expression "uVar1 = param_1[9]" (identifier "uVar1") (= "=") (subscript_expression "param_1[9]" (identifier "param_1") ([ "[") (number_literal "9") (] "]"))) (; ";")) (expression_statement "pcVar4 = (code *)param_1[8];" (assignment_expression "pcVar4 = (code *)param_1[8]" (identifier "pcVar4") (= "=") (cast_expression "(code *)param_1[8]" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[8]" (identifier "param_1") ([ "[") (number_literal "8") (] "]")))) (; ";")) (expression_statement "*puVar6 = 0;" (assignment_expression "*puVar6 = 0" (pointer_expression "*puVar6" (* "*") (identifier "puVar6")) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar6[1] = uVar1;" (assignment_expression "puVar6[1] = uVar1" (subscript_expression "puVar6[1]" (identifier "puVar6") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "uVar1")) (; ";")) (expression_statement "param_1[9] = puVar6;" (assignment_expression "param_1[9] = puVar6" (subscript_expression "param_1[9]" (identifier "param_1") ([ "[") (number_literal "9") (] "]")) (= "=") (identifier "puVar6")) (; ";")) (expression_statement "puVar6 = puVar5;" (assignment_expression "puVar6 = puVar5" (identifier "puVar6") (= "=") (identifier "puVar5")) (; ";")) (if_statement "if (puVar5 == (undefined4 *)0x0) goto LAB_00013779;" (if "if") (parenthesized_expression "(puVar5 == (undefined4 *)0x0)" (( "(") (binary_expression "puVar5 == (undefined4 *)0x0" (identifier "puVar5") (== "==") (cast_expression "(undefined4 *)0x0" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (goto_statement "goto LAB_00013779;" (goto "goto") (statement_identifier "LAB_00013779") (; ";"))) (goto_statement "goto LAB_00013750;" (goto "goto") (statement_identifier "LAB_00013750") (; ";")) (} "}")))
/* WARNING: Unknown calling convention */ void function_1(type_1 *table) { type_2 *var_4; type_2 *var_1; type_3 var_3; type_2 *var_5; type_2 *var_2; var_1 = table->bucket_limit; var_2 = table->bucket; if (table->bucket < var_1) { do { while (var_2->data == (void *)0x0) { var_2 = var_2 + 1; if (var_1 <= var_2) goto LAB_0001379e; } var_3 = table->data_freer; var_1 = var_2->next; if (var_2->next != (type_2 *)0x0) { LAB_00013750: if (var_3 != (type_3)0x0) goto code_r0x00013754; var_5 = table->free_entry_list; do { var_4 = var_1->next; var_1->data = (void *)0x0; var_1->next = var_5; table->free_entry_list = var_1; var_5 = var_1; var_1 = var_4; } while (var_4 != (type_2 *)0x0); goto LAB_00013787; } LAB_00013779: if (var_3 != (type_3)0x0) { (*var_3)(var_2->data); } LAB_00013787: var_2->data = (void *)0x0; var_5 = var_2 + 1; var_2->next = (type_2 *)0x0; var_1 = table->bucket_limit; var_2 = var_5; } while (var_5 < var_1); } LAB_0001379e: table->n_buckets_used = 0; table->n_entries = 0; return; code_r0x00013754: (*var_3)(var_1->data); var_5 = var_1->next; var_4 = table->free_entry_list; var_3 = table->data_freer; var_1->data = (void *)0x0; var_1->next = var_4; table->free_entry_list = var_1; var_1 = var_5; if (var_5 == (type_2 *)0x0) goto LAB_00013779; goto LAB_00013750; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (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: (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))))) (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: (identifier))) consequence: (compound_statement (do_statement body: (compound_statement (while_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) body: (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: (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: (subscript_expression argument: (identifier) index: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (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: (number_literal)))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (goto_statement label: (statement_identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (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: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal))))) (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: (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)))))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (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: (identifier)))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (return_statement) (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list (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: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (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))) (goto_statement label: (statement_identifier)))))
null
void MASKED(undefined4 *param_1) { undefined4 uVar1; undefined4 *puVar2; int *piVar3; code *pcVar4; undefined4 *puVar5; undefined4 *puVar6; int *piVar7; int *piVar8; piVar3 = (int *)param_1[1]; piVar7 = (int *)*param_1; if ((int *)*param_1 < piVar3) { do { while (*piVar7 == 0) { piVar7 = piVar7 + 2; if (piVar3 <= piVar7) goto LAB_0001379e; } pcVar4 = (code *)param_1[8]; puVar6 = (undefined4 *)piVar7[1]; if ((undefined4 *)piVar7[1] != (undefined4 *)0x0) { LAB_00013750: if (pcVar4 != (code *)0x0) goto code_r0x00013754; puVar5 = (undefined4 *)param_1[9]; do { puVar2 = (undefined4 *)puVar6[1]; *puVar6 = 0; puVar6[1] = puVar5; param_1[9] = puVar6; puVar5 = puVar6; puVar6 = puVar2; } while (puVar2 != (undefined4 *)0x0); goto LAB_00013787; } LAB_00013779: if (pcVar4 != (code *)0x0) { (*pcVar4)(*piVar7); } LAB_00013787: *piVar7 = 0; piVar8 = piVar7 + 2; piVar7[1] = 0; piVar3 = (int *)param_1[1]; piVar7 = piVar8; } while (piVar8 < piVar3); } LAB_0001379e: param_1[3] = 0; param_1[4] = 0; return; code_r0x00013754: (*pcVar4)(*puVar6); puVar5 = (undefined4 *)puVar6[1]; uVar1 = param_1[9]; pcVar4 = (code *)param_1[8]; *puVar6 = 0; puVar6[1] = uVar1; param_1[9] = puVar6; puVar6 = puVar5; if (puVar5 == (undefined4 *)0x0) goto LAB_00013779; goto LAB_00013750; }
1623_i686-kfreebsd-gnu-dwp_and_i686-kfreebsd-gnu-dwp_strip.c
~Struct_ctors_in_init_array
FUN_00041900
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Struct_ctors_in_init_array(Struct_ctors_in_init_array * this, int __in_chrg) */ void __thiscall gold::General_options::Struct_ctors_in_init_array::~Struct_ctors_in_init_array (Struct_ctors_in_init_array *this,int __in_chrg) { pointer pcVar1; (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_002f617c; pcVar1 = (this->option).longname._M_dataplus._M_p; if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9 *)pcVar1 != &(this->option).longname.field_2) { operator_delete(pcVar1); } return; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00041900(undefined4 *param_1) { *param_1 = &PTR_FUN_002f617c; if ((undefined4 *)param_1[1] != param_1 + 3) { FUN_001807a0((undefined4 *)param_1[1]); } return; }
PUSH EBX CALL 0x00032730 ADD EBX,0x2c06fa SUB ESP,0x8 MOV EAX,dword ptr [ESP + 0x10] ADD EAX,0xc LEA EDX,[EBX + 0xffff417c] MOV dword ptr [EAX + -0xc],EDX MOV EDX,dword ptr [EAX + -0x8] CMP EDX,EAX JZ 0x00041932 SUB ESP,0xc PUSH EDX CALL 0x001807a0 ADD ESP,0x10 ADD ESP,0x8 POP EBX RET
null
null
null
null
[(u'PTRSUB_-1206183428', u'LOAD_-1206183605'), ('const-0', u'PTRSUB_-1206183442'), (u'PTRSUB_-1206183450', u'PTRSUB_-1206183445'), ('const-0', u'PTRSUB_-1206183434'), (u'PTRSUB_-1206183434', u'PTRSUB_-1206183430'), ('const-0', u'PTRSUB_-1206183434'), ('const-0', u'PTRSUB_-1206183445'), (u'LOAD_-1206183605', u'CAST_-1206183425'), ('const-4', u'PTRSUB_-1206183450'), (u'PTRSUB_-1206183445', u'PTRSUB_-1206183441'), ('const-0', u'PTRSUB_-1206183428'), (u'PTRSUB_-1206183442', u'CAST_-1206183432'), ('const-4', u'PTRSUB_-1206183435'), ('tmp_151', u'CBRANCH_-1206183585'), (u'PTRSUB_-1206183430', u'PTRSUB_-1206183428'), (u'CAST_-1206183425', u'INT_NOTEQUAL_-1206183585'), (u'PTRSUB_-1206183435', u'PTRSUB_-1206183434'), (u'LOAD_-1206183605', u'CALL_-1206183562'), ('tmp_276', u'PTRSUB_-1206183435'), (u'PTRSUB_-1206183434', u'STORE_-1206183609'), ('const-417', u'STORE_-1206183609'), ('tmp_276', u'PTRSUB_-1206183450'), (u'PTRSUB_-1206183441', u'INT_NOTEQUAL_-1206183585'), ('const-0', u'PTRSUB_-1206183439'), ('const-3105148', u'PTRSUB_-1206183442'), (u'INT_NOTEQUAL_-1206183585', u'CBRANCH_-1206183585'), (u'PTRSUB_-1206183439', u'PTRSUB_-1206183434'), ('const-0', u'RETURN_-1206183522'), ('tmp_276', u'PTRSUB_-1206183439'), ('const-8', u'PTRSUB_-1206183441'), ('const-0', u'PTRSUB_-1206183430'), ('const-417', u'LOAD_-1206183605'), (u'CAST_-1206183432', u'STORE_-1206183609')]
[('const-1', u'PTRADD_-1206183440'), ('const-3', u'PTRADD_-1206183453'), (u'CAST_-1206183440', u'CALL_-1206183562'), ('const-417', u'STORE_-1206183609'), ('tmp_439', u'PTRADD_-1206183440'), (u'INT_NOTEQUAL_-1206183585', u'CBRANCH_-1206183585'), ('const-0', u'RETURN_-1206183522'), ('tmp_439', u'PTRADD_-1206183453'), (u'PTRADD_-1206183440', u'LOAD_-1206183605'), ('const-0', u'PTRSUB_-1206183444'), ('const-4', u'PTRADD_-1206183440'), (u'PTRADD_-1206183453', u'INT_NOTEQUAL_-1206183585'), ('tmp_439', u'STORE_-1206183609'), (u'PTRSUB_-1206183444', u'STORE_-1206183609'), ('const-4', u'PTRADD_-1206183453'), ('tmp_151', u'CBRANCH_-1206183585'), (u'LOAD_-1206183605', u'CAST_-1206183440'), ('const-3105148', u'PTRSUB_-1206183444'), ('const-417', u'LOAD_-1206183605'), (u'CAST_-1206183440', u'INT_NOTEQUAL_-1206183585')]
null
null
00041900
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00041900(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_002f617c;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001807a0((undefined4 *)param_1[1]);\n }\n return;\n}\n\n" comment (function_definition "void FUN_00041900(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_002f617c;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001807a0((undefined4 *)param_1[1]);\n }\n return;\n}" primitive_type (function_declarator "FUN_00041900(undefined4 *param_1)" identifier (parameter_list "(undefined4 *param_1)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_002f617c;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001807a0((undefined4 *)param_1[1]);\n }\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_002f617c;" (assignment_expression "*param_1 = &PTR_FUN_002f617c" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_002f617c" & identifier)) ;) (if_statement "if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001807a0((undefined4 *)param_1[1]);\n }" if (parenthesized_expression "((undefined4 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined4 *)param_1[1] != param_1 + 3" (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" 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_001807a0((undefined4 *)param_1[1]);\n }" { (expression_statement "FUN_001807a0((undefined4 *)param_1[1]);" (call_expression "FUN_001807a0((undefined4 *)param_1[1])" identifier (argument_list "((undefined4 *)param_1[1])" ( (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) ))) ;) })) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Struct_ctors_in_init_array(Struct_ctors_in_init_array * this, int\n __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_ctors_in_init_array::~Struct_ctors_in_init_array\n (Struct_ctors_in_init_array *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_002f617c;\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 return;\n}\n\n" comment comment (function_definition "void __thiscall\ngold::General_options::Struct_ctors_in_init_array::~Struct_ctors_in_init_array\n (Struct_ctors_in_init_array *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_002f617c;\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 return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::General_options::Struct_ctors_in_init_array::~" identifier : : identifier : : identifier : : ~) (function_declarator "Struct_ctors_in_init_array\n (Struct_ctors_in_init_array *this,int __in_chrg)" identifier (parameter_list "(Struct_ctors_in_init_array *this,int __in_chrg)" ( (parameter_declaration "Struct_ctors_in_init_array *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_002f617c;\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 return;\n}" { (declaration "pointer pcVar1;" type_identifier identifier ;) (expression_statement "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_002f617c;" (assignment_expression "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_002f617c" (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_002f617c" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR_parse_to_value_002f617c" & 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 ))) ;) })) (return_statement "return;" return ;) })))
(translation_unit "void FUN_00041900(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_002f617c;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001807a0((undefined4 *)param_1[1]);\n }\n return;\n}\n\n" (function_definition "void FUN_00041900(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_002f617c;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001807a0((undefined4 *)param_1[1]);\n }\n return;\n}" primitive_type (function_declarator "FUN_00041900(undefined4 *param_1)" identifier (parameter_list "(undefined4 *param_1)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_002f617c;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001807a0((undefined4 *)param_1[1]);\n }\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_002f617c;" (assignment_expression "*param_1 = &PTR_FUN_002f617c" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_002f617c" & identifier)) ;) (if_statement "if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001807a0((undefined4 *)param_1[1]);\n }" if (parenthesized_expression "((undefined4 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined4 *)param_1[1] != param_1 + 3" (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" 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_001807a0((undefined4 *)param_1[1]);\n }" { (expression_statement "FUN_001807a0((undefined4 *)param_1[1]);" (call_expression "FUN_001807a0((undefined4 *)param_1[1])" identifier (argument_list "((undefined4 *)param_1[1])" ( (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" 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 ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) ))) ;) })) (return_statement return ;) })))
(function_definition "void FUN_00041900(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_002f617c;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001807a0((undefined4 *)param_1[1]);\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_00041900(undefined4 *param_1)" (identifier "FUN_00041900") (parameter_list "(undefined4 *param_1)" (( "(") (parameter_declaration "undefined4 *param_1" (type_identifier "undefined4") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n *param_1 = &PTR_FUN_002f617c;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001807a0((undefined4 *)param_1[1]);\n }\n return;\n}" ({ "{") (expression_statement "*param_1 = &PTR_FUN_002f617c;" (assignment_expression "*param_1 = &PTR_FUN_002f617c" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_002f617c" (& "&") (identifier "PTR_FUN_002f617c"))) (; ";")) (if_statement "if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001807a0((undefined4 *)param_1[1]);\n }" (if "if") (parenthesized_expression "((undefined4 *)param_1[1] != param_1 + 3)" (( "(") (binary_expression "(undefined4 *)param_1[1] != param_1 + 3" (cast_expression "(undefined4 *)param_1[1]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (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_001807a0((undefined4 *)param_1[1]);\n }" ({ "{") (expression_statement "FUN_001807a0((undefined4 *)param_1[1]);" (call_expression "FUN_001807a0((undefined4 *)param_1[1])" (identifier "FUN_001807a0") (argument_list "((undefined4 *)param_1[1])" (( "(") (cast_expression "(undefined4 *)param_1[1]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) () ")"))) (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Struct_ctors_in_init_array(Struct_ctors_in_init_array * 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_002f617c; 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); } 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))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(undefined4 *param_1) { *param_1 = &PTR_FUN_002f617c; if ((undefined4 *)param_1[1] != param_1 + 3) { FUN_001807a0((undefined4 *)param_1[1]); } return; }
414_s390x-linux-gnu-strip_and_s390x-linux-gnu-strip_strip.c
bfd_get_stab_name
bfd_get_stab_name
/* WARNING: Control flow encountered bad instruction data */ void bfd_get_stab_name(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ void bfd_get_stab_name(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206185934')]
[('const-1', u'RETURN_-1206185934')]
null
null
00041028
x86
O3
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_get_stab_name(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_get_stab_name(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "bfd_get_stab_name(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_get_stab_name(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_get_stab_name(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "bfd_get_stab_name(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_get_stab_name(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void bfd_get_stab_name(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "bfd_get_stab_name(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_get_stab_name(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "bfd_get_stab_name(void)" (identifier "bfd_get_stab_name") (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(); }
8008_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c
string
FUN_00204f40
/* std::string::string(std::string&&) */ void __thiscall std::string::string(string *this,string *param_1) { *(string **)this = this + 8; if (param_1 + 8 == *(string **)param_1) { *(undefined4 *)(this + 8) = *(undefined4 *)(param_1 + 8); *(undefined4 *)(this + 0xc) = *(undefined4 *)(param_1 + 0xc); *(undefined4 *)(this + 0x10) = *(undefined4 *)(param_1 + 0x10); *(undefined4 *)(this + 0x14) = *(undefined4 *)(param_1 + 0x14); } else { *(string **)this = *(string **)param_1; *(undefined4 *)(this + 8) = *(undefined4 *)(param_1 + 8); } *(undefined4 *)(this + 4) = *(undefined4 *)(param_1 + 4); *(string **)param_1 = param_1 + 8; *(undefined4 *)(param_1 + 4) = 0; param_1[8] = (string)0x0; return; }
void FUN_00204f40(int *param_1,int *param_2) { *param_1 = (int)(param_1 + 2); if (param_2 + 2 == (int *)*param_2) { param_1[2] = param_2[2]; param_1[3] = param_2[3]; param_1[4] = param_2[4]; param_1[5] = param_2[5]; } else { *param_1 = *param_2; param_1[2] = param_2[2]; } param_1[1] = param_2[1]; *param_2 = (int)(param_2 + 2); param_2[1] = 0; *(undefined1 *)(param_2 + 2) = 0; return; }
PUSH ESI PUSH EBX MOV EDX,dword ptr [ESP + 0xc] MOV EAX,dword ptr [ESP + 0x10] LEA ESI,[EDX + 0x8] MOV dword ptr [EDX],ESI MOV EBX,dword ptr [EAX] LEA ECX,[EAX + 0x8] CMP ECX,EBX JZ 0x00204f80 MOV dword ptr [EDX],EBX MOV EBX,dword ptr [EAX + 0x8] MOV dword ptr [EDX + 0x8],EBX MOV EBX,dword ptr [EAX + 0x4] MOV dword ptr [EDX + 0x4],EBX MOV dword ptr [EAX],ECX MOV dword ptr [EAX + 0x4],0x0 MOV byte ptr [EAX + 0x8],0x0 POP EBX POP ESI RET MOV EBX,dword ptr [EAX + 0x8] MOV dword ptr [EDX + 0x8],EBX MOV EBX,dword ptr [ECX + 0x4] MOV dword ptr [EDX + 0xc],EBX MOV EBX,dword ptr [ECX + 0x8] MOV dword ptr [EDX + 0x10],EBX MOV EBX,dword ptr [ECX + 0xc] MOV dword ptr [EDX + 0x14],EBX JMP 0x00204f60
null
null
null
null
[('const-0', u'STORE_-1203810404'), (u'CAST_-1203810294', u'STORE_-1203810426'), (u'PTRADD_-1203810344', u'CAST_-1203810279'), ('const-1', u'PTRADD_-1203810261'), ('tmp_236', u'PTRADD_-1203810291'), ('const-417', u'STORE_-1203810409'), ('const-1', u'PTRADD_-1203810273'), ('tmp_236', u'PTRADD_-1203810267'), (u'CAST_-1203810269', u'LOAD_-1203810365'), ('const-1', u'PTRADD_-1203810366'), ('const-417', u'STORE_-1203810345'), ('const-417', u'LOAD_-1203810422'), ('const-20', u'PTRADD_-1203810261'), ('const-16', u'PTRADD_-1203810279'), ('const-417', u'LOAD_-1203810341'), (u'LOAD_-1203810463', u'INT_EQUAL_-1203810440'), (u'PTRADD_-1203810396', u'INT_EQUAL_-1203810440'), ('tmp_235', u'CAST_-1203810301'), ('const-4', u'PTRADD_-1203810354'), ('const-1', u'PTRADD_-1203810344'), ('const-12', u'PTRADD_-1203810285'), (u'PTRADD_-1203810291', u'CAST_-1203810261'), ('const-1', u'PTRADD_-1203810285'), ('const-1', u'PTRADD_-1203810267'), ('const-1', u'PTRADD_-1203810291'), ('tmp_236', u'CAST_-1203810319'), ('const-12', u'PTRADD_-1203810291'), (u'LOAD_-1203810463', u'STORE_-1203810437'), (u'PTRADD_-1203810366', u'CAST_-1203810294'), ('tmp_235', u'PTRADD_-1203810285'), ('const-417', u'STORE_-1203810414'), ('const-8', u'PTRADD_-1203810297'), ('const-1', u'PTRADD_-1203810360'), ('tmp_236', u'PTRADD_-1203810303'), (u'LOAD_-1203810353', u'STORE_-1203810345'), (u'CAST_-1203810286', u'STORE_-1203810414'), (u'CAST_-1203810319', u'LOAD_-1203810463'), ('const-1', u'PTRADD_-1203810279'), ('const-1', u'PTRADD_-1203810396'), (u'CAST_-1203810245', u'LOAD_-1203810329'), ('const-417', u'STORE_-1203810357'), ('tmp_236', u'PTRADD_-1203810279'), (u'PTRADD_-1203810279', u'CAST_-1203810253'), (u'CAST_-1203810290', u'LOAD_-1203810422'), ('const-8', u'PTRADD_-1203810372'), ('tmp_235', u'CAST_-1203810322'), (u'CAST_-1203810279', u'STORE_-1203810404'), ('tmp_235', u'PTRADD_-1203810297'), ('tmp_235', u'PTRADD_-1203810366'), (u'PTRADD_-1203810360', u'CAST_-1203810290'), ('tmp_236', u'PTRADD_-1203810372'), (u'CAST_-1203810265', u'STORE_-1203810357'), ('const-417', u'STORE_-1203810404'), ('const-8', u'PTRADD_-1203810396'), ('const-1', u'PTRADD_-1203810334'), ('const-417', u'STORE_-1203810465'), ('const-8', u'PTRADD_-1203810303'), (u'LOAD_-1203810422', u'STORE_-1203810414'), ('const-20', u'PTRADD_-1203810267'), ('const-417', u'LOAD_-1203810365'), ('const-417', u'STORE_-1203810394'), ('const-1', u'PTRADD_-1203810372'), ('tmp_236', u'CAST_-1203810282'), ('const-0', u'STORE_-1203810394'), (u'PTRADD_-1203810409', u'STORE_-1203810465'), (u'PTRADD_-1203810297', u'CAST_-1203810265'), (u'CAST_-1203810257', u'STORE_-1203810345'), ('tmp_236', u'PTRADD_-1203810344'), (u'CAST_-1203810249', u'STORE_-1203810333'), ('const-8', u'PTRADD_-1203810409'), ('tmp_236', u'PTRADD_-1203810360'), ('tmp_80', u'CBRANCH_-1203810439'), ('const-417', u'STORE_-1203810426'), ('const-1', u'PTRADD_-1203810303'), (u'LOAD_-1203810365', u'STORE_-1203810357'), ('const-1', u'PTRADD_-1203810354'), ('tmp_235', u'PTRADD_-1203810354'), ('tmp_235', u'PTRADD_-1203810409'), (u'PTRADD_-1203810267', u'CAST_-1203810245'), (u'LOAD_-1203810329', u'STORE_-1203810321'), (u'PTRADD_-1203810303', u'CAST_-1203810269'), (u'INT_EQUAL_-1203810440', u'CBRANCH_-1203810439'), ('const-417', u'STORE_-1203810333'), ('const-8', u'PTRADD_-1203810334'), (u'PTRADD_-1203810261', u'CAST_-1203810241'), (u'PTRADD_-1203810354', u'CAST_-1203810286'), ('const-4', u'PTRADD_-1203810360'), (u'CAST_-1203810261', u'LOAD_-1203810353'), ('const-417', u'LOAD_-1203810329'), (u'PTRADD_-1203810273', u'CAST_-1203810249'), (u'LOAD_-1203810434', u'STORE_-1203810426'), (u'PTRADD_-1203810334', u'STORE_-1203810394'), ('const-417', u'STORE_-1203810437'), (u'CAST_-1203810301', u'STORE_-1203810437'), (u'CAST_-1203810322', u'STORE_-1203810465'), ('tmp_235', u'PTRADD_-1203810261'), (u'CAST_-1203810298', u'LOAD_-1203810434'), ('const-0', u'RETURN_-1203810370'), ('tmp_236', u'PTRADD_-1203810396'), (u'LOAD_-1203810341', u'STORE_-1203810333'), ('tmp_236', u'PTRADD_-1203810334'), ('const-417', u'STORE_-1203810321'), ('const-4', u'PTRADD_-1203810344'), ('const-417', u'LOAD_-1203810463'), (u'CAST_-1203810282', u'STORE_-1203810409'), ('tmp_231', u'BRANCH_-1203810316'), ('const-16', u'PTRADD_-1203810273'), ('tmp_235', u'PTRADD_-1203810273'), (u'PTRADD_-1203810285', u'CAST_-1203810257'), (u'PTRADD_-1203810396', u'STORE_-1203810409'), (u'CAST_-1203810253', u'LOAD_-1203810341'), (u'CAST_-1203810241', u'STORE_-1203810321'), ('const-1', u'PTRADD_-1203810409'), (u'PTRADD_-1203810372', u'CAST_-1203810298'), ('const-417', u'LOAD_-1203810353'), ('const-1', u'PTRADD_-1203810297'), ('const-8', u'PTRADD_-1203810366'), ('const-417', u'LOAD_-1203810434')]
[('const-2', u'PTRADD_-1203810324'), ('const-4', u'PTRADD_-1203810238'), ('tmp_277', u'PTRADD_-1203810316'), ('tmp_276', u'STORE_-1203810437'), ('const-4', u'PTRADD_-1203810302'), ('tmp_277', u'PTRADD_-1203810262'), ('const-2', u'PTRADD_-1203810262'), ('const-4', u'PTRADD_-1203810246'), (u'CAST_-1203810269', u'STORE_-1203810394'), ('tmp_276', u'PTRADD_-1203810324'), ('const-417', u'STORE_-1203810437'), ('tmp_277', u'PTRADD_-1203810298'), ('const-0', u'STORE_-1203810404'), ('const-4', u'PTRADD_-1203810258'), ('const-417', u'LOAD_-1203810365'), ('tmp_276', u'PTRADD_-1203810250'), (u'PTRADD_-1203810262', u'LOAD_-1203810365'), ('const-4', u'PTRADD_-1203810242'), (u'PTRADD_-1203810298', u'LOAD_-1203810422'), (u'PTRADD_-1203810246', u'LOAD_-1203810341'), ('const-2', u'PTRADD_-1203810280'), ('const-4', u'PTRADD_-1203810298'), ('const-2', u'PTRADD_-1203810258'), (u'LOAD_-1203810463', u'STORE_-1203810437'), ('const-417', u'STORE_-1203810426'), ('tmp_277', u'PTRADD_-1203810280'), ('const-417', u'LOAD_-1203810422'), ('tmp_276', u'PTRADD_-1203810242'), ('const-417', u'STORE_-1203810409'), (u'PTRADD_-1203810258', u'STORE_-1203810357'), ('const-417', u'LOAD_-1203810353'), ('const-4', u'PTRADD_-1203810242'), ('const-417', u'STORE_-1203810465'), ('const-4', u'PTRADD_-1203810294'), (u'PTRADD_-1203810316', u'INT_EQUAL_-1203810440'), (u'LOAD_-1203810353', u'STORE_-1203810345'), ('const-417', u'STORE_-1203810394'), ('const-3', u'PTRADD_-1203810250'), ('const-2', u'PTRADD_-1203810302'), (u'PTRADD_-1203810288', u'STORE_-1203810404'), (u'PTRADD_-1203810250', u'STORE_-1203810345'), ('tmp_276', u'PTRADD_-1203810302'), ('const-4', u'PTRADD_-1203810234'), ('const-1', u'PTRADD_-1203810298'), ('const-4', u'PTRADD_-1203810306'), ('tmp_277', u'PTRADD_-1203810288'), ('const-417', u'STORE_-1203810345'), (u'LOAD_-1203810422', u'STORE_-1203810414'), ('const-4', u'PTRADD_-1203810288'), ('const-4', u'PTRADD_-1203810262'), ('tmp_277', u'PTRADD_-1203810246'), ('tmp_277', u'PTRADD_-1203810306'), ('const-417', u'LOAD_-1203810341'), (u'PTRADD_-1203810238', u'LOAD_-1203810329'), ('const-5', u'PTRADD_-1203810238'), ('const-4', u'PTRADD_-1203810254'), ('const-417', u'LOAD_-1203810329'), ('const-1', u'PTRADD_-1203810294'), ('const-4', u'PTRADD_-1203810324'), ('tmp_80', u'CBRANCH_-1203810439'), (u'PTRADD_-1203810306', u'LOAD_-1203810434'), (u'LOAD_-1203810365', u'STORE_-1203810357'), ('tmp_277', u'PTRADD_-1203810238'), ('const-0', u'STORE_-1203810394'), (u'LOAD_-1203810463', u'CAST_-1203810298'), (u'PTRADD_-1203810294', u'STORE_-1203810414'), ('tmp_276', u'PTRADD_-1203810294'), (u'PTRADD_-1203810254', u'LOAD_-1203810353'), (u'PTRADD_-1203810242', u'STORE_-1203810333'), (u'PTRADD_-1203810324', u'CAST_-1203810306'), (u'LOAD_-1203810329', u'STORE_-1203810321'), ('const-2', u'PTRADD_-1203810306'), (u'INT_EQUAL_-1203810440', u'CBRANCH_-1203810439'), ('const-417', u'STORE_-1203810414'), ('tmp_276', u'STORE_-1203810465'), ('const-2', u'PTRADD_-1203810316'), (u'LOAD_-1203810434', u'STORE_-1203810426'), ('const-417', u'STORE_-1203810357'), ('const-4', u'PTRADD_-1203810246'), (u'PTRADD_-1203810302', u'STORE_-1203810426'), (u'PTRADD_-1203810316', u'CAST_-1203810279'), ('const-0', u'RETURN_-1203810370'), ('tmp_276', u'PTRADD_-1203810234'), ('const-1', u'PTRADD_-1203810288'), (u'CAST_-1203810279', u'STORE_-1203810409'), ('const-417', u'LOAD_-1203810434'), ('const-4', u'PTRADD_-1203810280'), (u'LOAD_-1203810341', u'STORE_-1203810333'), (u'CAST_-1203810298', u'INT_EQUAL_-1203810440'), ('const-417', u'STORE_-1203810333'), ('const-4', u'PTRADD_-1203810250'), ('tmp_276', u'PTRADD_-1203810258'), ('const-4', u'PTRADD_-1203810316'), (u'PTRADD_-1203810234', u'STORE_-1203810321'), ('tmp_231', u'BRANCH_-1203810316'), ('tmp_277', u'STORE_-1203810409'), ('const-417', u'LOAD_-1203810463'), ('const-417', u'STORE_-1203810321'), ('tmp_277', u'LOAD_-1203810463'), (u'CAST_-1203810306', u'STORE_-1203810465'), ('const-3', u'PTRADD_-1203810254'), (u'PTRADD_-1203810280', u'CAST_-1203810269'), ('const-417', u'STORE_-1203810404'), ('const-5', u'PTRADD_-1203810234'), ('tmp_277', u'PTRADD_-1203810254')]
null
null
00204f40
x86
O3
(translation_unit "void FUN_00204f40(int *param_1,int *param_2)\n\n{\n *param_1 = (int)(param_1 + 2);\n if (param_2 + 2 == (int *)*param_2) {\n param_1[2] = param_2[2];\n param_1[3] = param_2[3];\n param_1[4] = param_2[4];\n param_1[5] = param_2[5];\n }\n else {\n *param_1 = *param_2;\n param_1[2] = param_2[2];\n }\n param_1[1] = param_2[1];\n *param_2 = (int)(param_2 + 2);\n param_2[1] = 0;\n *(undefined1 *)(param_2 + 2) = 0;\n return;\n}\n\n" (function_definition "void FUN_00204f40(int *param_1,int *param_2)\n\n{\n *param_1 = (int)(param_1 + 2);\n if (param_2 + 2 == (int *)*param_2) {\n param_1[2] = param_2[2];\n param_1[3] = param_2[3];\n param_1[4] = param_2[4];\n param_1[5] = param_2[5];\n }\n else {\n *param_1 = *param_2;\n param_1[2] = param_2[2];\n }\n param_1[1] = param_2[1];\n *param_2 = (int)(param_2 + 2);\n param_2[1] = 0;\n *(undefined1 *)(param_2 + 2) = 0;\n return;\n}" primitive_type (function_declarator "FUN_00204f40(int *param_1,int *param_2)" identifier (parameter_list "(int *param_1,int *param_2)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n *param_1 = (int)(param_1 + 2);\n if (param_2 + 2 == (int *)*param_2) {\n param_1[2] = param_2[2];\n param_1[3] = param_2[3];\n param_1[4] = param_2[4];\n param_1[5] = param_2[5];\n }\n else {\n *param_1 = *param_2;\n param_1[2] = param_2[2];\n }\n param_1[1] = param_2[1];\n *param_2 = (int)(param_2 + 2);\n param_2[1] = 0;\n *(undefined1 *)(param_2 + 2) = 0;\n return;\n}" { (expression_statement "*param_1 = (int)(param_1 + 2);" (assignment_expression "*param_1 = (int)(param_1 + 2)" (pointer_expression "*param_1" * identifier) = (cast_expression "(int)(param_1 + 2)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) )))) ;) (if_statement "if (param_2 + 2 == (int *)*param_2) {\n param_1[2] = param_2[2];\n param_1[3] = param_2[3];\n param_1[4] = param_2[4];\n param_1[5] = param_2[5];\n }\n else {\n *param_1 = *param_2;\n param_1[2] = param_2[2];\n }" if (parenthesized_expression "(param_2 + 2 == (int *)*param_2)" ( (binary_expression "param_2 + 2 == (int *)*param_2" (binary_expression "param_2 + 2" identifier + number_literal) == (cast_expression "(int *)*param_2" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier))) )) (compound_statement "{\n param_1[2] = param_2[2];\n param_1[3] = param_2[3];\n param_1[4] = param_2[4];\n param_1[5] = param_2[5];\n }" { (expression_statement "param_1[2] = param_2[2];" (assignment_expression "param_1[2] = param_2[2]" (subscript_expression "param_1[2]" identifier [ number_literal ]) = (subscript_expression "param_2[2]" identifier [ number_literal ])) ;) (expression_statement "param_1[3] = param_2[3];" (assignment_expression "param_1[3] = param_2[3]" (subscript_expression "param_1[3]" identifier [ number_literal ]) = (subscript_expression "param_2[3]" identifier [ number_literal ])) ;) (expression_statement "param_1[4] = param_2[4];" (assignment_expression "param_1[4] = param_2[4]" (subscript_expression "param_1[4]" identifier [ number_literal ]) = (subscript_expression "param_2[4]" identifier [ number_literal ])) ;) (expression_statement "param_1[5] = param_2[5];" (assignment_expression "param_1[5] = param_2[5]" (subscript_expression "param_1[5]" identifier [ number_literal ]) = (subscript_expression "param_2[5]" identifier [ number_literal ])) ;) }) (else_clause "else {\n *param_1 = *param_2;\n param_1[2] = param_2[2];\n }" else (compound_statement "{\n *param_1 = *param_2;\n param_1[2] = param_2[2];\n }" { (expression_statement "*param_1 = *param_2;" (assignment_expression "*param_1 = *param_2" (pointer_expression "*param_1" * identifier) = (pointer_expression "*param_2" * identifier)) ;) (expression_statement "param_1[2] = param_2[2];" (assignment_expression "param_1[2] = param_2[2]" (subscript_expression "param_1[2]" identifier [ number_literal ]) = (subscript_expression "param_2[2]" identifier [ number_literal ])) ;) }))) (expression_statement "param_1[1] = param_2[1];" (assignment_expression "param_1[1] = param_2[1]" (subscript_expression "param_1[1]" identifier [ number_literal ]) = (subscript_expression "param_2[1]" identifier [ number_literal ])) ;) (expression_statement "*param_2 = (int)(param_2 + 2);" (assignment_expression "*param_2 = (int)(param_2 + 2)" (pointer_expression "*param_2" * identifier) = (cast_expression "(int)(param_2 + 2)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(param_2 + 2)" ( (binary_expression "param_2 + 2" identifier + number_literal) )))) ;) (expression_statement "param_2[1] = 0;" (assignment_expression "param_2[1] = 0" (subscript_expression "param_2[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(undefined1 *)(param_2 + 2) = 0;" (assignment_expression "*(undefined1 *)(param_2 + 2) = 0" (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) )))) = number_literal) ;) (return_statement "return;" return ;) })))
(translation_unit "/* std::string::string(std::string&&) */\n\nvoid __thiscall std::string::string(string *this,string *param_1)\n\n{\n *(string **)this = this + 8;\n if (param_1 + 8 == *(string **)param_1) {\n *(undefined4 *)(this + 8) = *(undefined4 *)(param_1 + 8);\n *(undefined4 *)(this + 0xc) = *(undefined4 *)(param_1 + 0xc);\n *(undefined4 *)(this + 0x10) = *(undefined4 *)(param_1 + 0x10);\n *(undefined4 *)(this + 0x14) = *(undefined4 *)(param_1 + 0x14);\n }\n else {\n *(string **)this = *(string **)param_1;\n *(undefined4 *)(this + 8) = *(undefined4 *)(param_1 + 8);\n }\n *(undefined4 *)(this + 4) = *(undefined4 *)(param_1 + 4);\n *(string **)param_1 = param_1 + 8;\n *(undefined4 *)(param_1 + 4) = 0;\n param_1[8] = (string)0x0;\n return;\n}\n\n" comment (function_definition "void __thiscall std::string::string(string *this,string *param_1)\n\n{\n *(string **)this = this + 8;\n if (param_1 + 8 == *(string **)param_1) {\n *(undefined4 *)(this + 8) = *(undefined4 *)(param_1 + 8);\n *(undefined4 *)(this + 0xc) = *(undefined4 *)(param_1 + 0xc);\n *(undefined4 *)(this + 0x10) = *(undefined4 *)(param_1 + 0x10);\n *(undefined4 *)(this + 0x14) = *(undefined4 *)(param_1 + 0x14);\n }\n else {\n *(string **)this = *(string **)param_1;\n *(undefined4 *)(this + 8) = *(undefined4 *)(param_1 + 8);\n }\n *(undefined4 *)(this + 4) = *(undefined4 *)(param_1 + 4);\n *(string **)param_1 = param_1 + 8;\n *(undefined4 *)(param_1 + 4) = 0;\n param_1[8] = (string)0x0;\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::string::" identifier : : identifier : :) (function_declarator "string(string *this,string *param_1)" identifier (parameter_list "(string *this,string *param_1)" ( (parameter_declaration "string *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "string *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *(string **)this = this + 8;\n if (param_1 + 8 == *(string **)param_1) {\n *(undefined4 *)(this + 8) = *(undefined4 *)(param_1 + 8);\n *(undefined4 *)(this + 0xc) = *(undefined4 *)(param_1 + 0xc);\n *(undefined4 *)(this + 0x10) = *(undefined4 *)(param_1 + 0x10);\n *(undefined4 *)(this + 0x14) = *(undefined4 *)(param_1 + 0x14);\n }\n else {\n *(string **)this = *(string **)param_1;\n *(undefined4 *)(this + 8) = *(undefined4 *)(param_1 + 8);\n }\n *(undefined4 *)(this + 4) = *(undefined4 *)(param_1 + 4);\n *(string **)param_1 = param_1 + 8;\n *(undefined4 *)(param_1 + 4) = 0;\n param_1[8] = (string)0x0;\n return;\n}" { (expression_statement "*(string **)this = this + 8;" (assignment_expression "*(string **)this = this + 8" (pointer_expression "*(string **)this" * (cast_expression "(string **)this" ( (type_descriptor "string **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) = (binary_expression "this + 8" identifier + number_literal)) ;) (if_statement "if (param_1 + 8 == *(string **)param_1) {\n *(undefined4 *)(this + 8) = *(undefined4 *)(param_1 + 8);\n *(undefined4 *)(this + 0xc) = *(undefined4 *)(param_1 + 0xc);\n *(undefined4 *)(this + 0x10) = *(undefined4 *)(param_1 + 0x10);\n *(undefined4 *)(this + 0x14) = *(undefined4 *)(param_1 + 0x14);\n }\n else {\n *(string **)this = *(string **)param_1;\n *(undefined4 *)(this + 8) = *(undefined4 *)(param_1 + 8);\n }" if (parenthesized_expression "(param_1 + 8 == *(string **)param_1)" ( (binary_expression "param_1 + 8 == *(string **)param_1" (binary_expression "param_1 + 8" identifier + number_literal) == (pointer_expression "*(string **)param_1" * (cast_expression "(string **)param_1" ( (type_descriptor "string **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier))) )) (compound_statement "{\n *(undefined4 *)(this + 8) = *(undefined4 *)(param_1 + 8);\n *(undefined4 *)(this + 0xc) = *(undefined4 *)(param_1 + 0xc);\n *(undefined4 *)(this + 0x10) = *(undefined4 *)(param_1 + 0x10);\n *(undefined4 *)(this + 0x14) = *(undefined4 *)(param_1 + 0x14);\n }" { (expression_statement "*(undefined4 *)(this + 8) = *(undefined4 *)(param_1 + 8);" (assignment_expression "*(undefined4 *)(this + 8) = *(undefined4 *)(param_1 + 8)" (pointer_expression "*(undefined4 *)(this + 8)" * (cast_expression "(undefined4 *)(this + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 8)" ( (binary_expression "this + 8" identifier + number_literal) )))) = (pointer_expression "*(undefined4 *)(param_1 + 8)" * (cast_expression "(undefined4 *)(param_1 + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)(this + 0xc) = *(undefined4 *)(param_1 + 0xc);" (assignment_expression "*(undefined4 *)(this + 0xc) = *(undefined4 *)(param_1 + 0xc)" (pointer_expression "*(undefined4 *)(this + 0xc)" * (cast_expression "(undefined4 *)(this + 0xc)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0xc)" ( (binary_expression "this + 0xc" identifier + number_literal) )))) = (pointer_expression "*(undefined4 *)(param_1 + 0xc)" * (cast_expression "(undefined4 *)(param_1 + 0xc)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xc)" ( (binary_expression "param_1 + 0xc" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)(this + 0x10) = *(undefined4 *)(param_1 + 0x10);" (assignment_expression "*(undefined4 *)(this + 0x10) = *(undefined4 *)(param_1 + 0x10)" (pointer_expression "*(undefined4 *)(this + 0x10)" * (cast_expression "(undefined4 *)(this + 0x10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x10)" ( (binary_expression "this + 0x10" identifier + number_literal) )))) = (pointer_expression "*(undefined4 *)(param_1 + 0x10)" * (cast_expression "(undefined4 *)(param_1 + 0x10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)(this + 0x14) = *(undefined4 *)(param_1 + 0x14);" (assignment_expression "*(undefined4 *)(this + 0x14) = *(undefined4 *)(param_1 + 0x14)" (pointer_expression "*(undefined4 *)(this + 0x14)" * (cast_expression "(undefined4 *)(this + 0x14)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x14)" ( (binary_expression "this + 0x14" identifier + number_literal) )))) = (pointer_expression "*(undefined4 *)(param_1 + 0x14)" * (cast_expression "(undefined4 *)(param_1 + 0x14)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x14)" ( (binary_expression "param_1 + 0x14" identifier + number_literal) ))))) ;) }) (else_clause "else {\n *(string **)this = *(string **)param_1;\n *(undefined4 *)(this + 8) = *(undefined4 *)(param_1 + 8);\n }" else (compound_statement "{\n *(string **)this = *(string **)param_1;\n *(undefined4 *)(this + 8) = *(undefined4 *)(param_1 + 8);\n }" { (expression_statement "*(string **)this = *(string **)param_1;" (assignment_expression "*(string **)this = *(string **)param_1" (pointer_expression "*(string **)this" * (cast_expression "(string **)this" ( (type_descriptor "string **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) = (pointer_expression "*(string **)param_1" * (cast_expression "(string **)param_1" ( (type_descriptor "string **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier))) ;) (expression_statement "*(undefined4 *)(this + 8) = *(undefined4 *)(param_1 + 8);" (assignment_expression "*(undefined4 *)(this + 8) = *(undefined4 *)(param_1 + 8)" (pointer_expression "*(undefined4 *)(this + 8)" * (cast_expression "(undefined4 *)(this + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 8)" ( (binary_expression "this + 8" identifier + number_literal) )))) = (pointer_expression "*(undefined4 *)(param_1 + 8)" * (cast_expression "(undefined4 *)(param_1 + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) ))))) ;) }))) (expression_statement "*(undefined4 *)(this + 4) = *(undefined4 *)(param_1 + 4);" (assignment_expression "*(undefined4 *)(this + 4) = *(undefined4 *)(param_1 + 4)" (pointer_expression "*(undefined4 *)(this + 4)" * (cast_expression "(undefined4 *)(this + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 4)" ( (binary_expression "this + 4" identifier + number_literal) )))) = (pointer_expression "*(undefined4 *)(param_1 + 4)" * (cast_expression "(undefined4 *)(param_1 + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) ))))) ;) (expression_statement "*(string **)param_1 = param_1 + 8;" (assignment_expression "*(string **)param_1 = param_1 + 8" (pointer_expression "*(string **)param_1" * (cast_expression "(string **)param_1" ( (type_descriptor "string **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) = (binary_expression "param_1 + 8" identifier + number_literal)) ;) (expression_statement "*(undefined4 *)(param_1 + 4) = 0;" (assignment_expression "*(undefined4 *)(param_1 + 4) = 0" (pointer_expression "*(undefined4 *)(param_1 + 4)" * (cast_expression "(undefined4 *)(param_1 + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) )))) = number_literal) ;) (expression_statement "param_1[8] = (string)0x0;" (assignment_expression "param_1[8] = (string)0x0" (subscript_expression "param_1[8]" identifier [ number_literal ]) = (cast_expression "(string)0x0" ( (type_descriptor "string" type_identifier) ) number_literal)) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_00204f40(int *param_1,int *param_2)\n\n{\n *param_1 = (int)(param_1 + 2);\n if (param_2 + 2 == (int *)*param_2) {\n param_1[2] = param_2[2];\n param_1[3] = param_2[3];\n param_1[4] = param_2[4];\n param_1[5] = param_2[5];\n }\n else {\n *param_1 = *param_2;\n param_1[2] = param_2[2];\n }\n param_1[1] = param_2[1];\n *param_2 = (int)(param_2 + 2);\n param_2[1] = 0;\n *(undefined1 *)(param_2 + 2) = 0;\n return;\n}\n\n" (function_definition "void FUN_00204f40(int *param_1,int *param_2)\n\n{\n *param_1 = (int)(param_1 + 2);\n if (param_2 + 2 == (int *)*param_2) {\n param_1[2] = param_2[2];\n param_1[3] = param_2[3];\n param_1[4] = param_2[4];\n param_1[5] = param_2[5];\n }\n else {\n *param_1 = *param_2;\n param_1[2] = param_2[2];\n }\n param_1[1] = param_2[1];\n *param_2 = (int)(param_2 + 2);\n param_2[1] = 0;\n *(undefined1 *)(param_2 + 2) = 0;\n return;\n}" primitive_type (function_declarator "FUN_00204f40(int *param_1,int *param_2)" identifier (parameter_list "(int *param_1,int *param_2)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n *param_1 = (int)(param_1 + 2);\n if (param_2 + 2 == (int *)*param_2) {\n param_1[2] = param_2[2];\n param_1[3] = param_2[3];\n param_1[4] = param_2[4];\n param_1[5] = param_2[5];\n }\n else {\n *param_1 = *param_2;\n param_1[2] = param_2[2];\n }\n param_1[1] = param_2[1];\n *param_2 = (int)(param_2 + 2);\n param_2[1] = 0;\n *(undefined1 *)(param_2 + 2) = 0;\n return;\n}" { (expression_statement "*param_1 = (int)(param_1 + 2);" (assignment_expression "*param_1 = (int)(param_1 + 2)" (pointer_expression "*param_1" * identifier) = (cast_expression "(int)(param_1 + 2)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) )))) ;) (if_statement "if (param_2 + 2 == (int *)*param_2) {\n param_1[2] = param_2[2];\n param_1[3] = param_2[3];\n param_1[4] = param_2[4];\n param_1[5] = param_2[5];\n }\n else {\n *param_1 = *param_2;\n param_1[2] = param_2[2];\n }" if (parenthesized_expression "(param_2 + 2 == (int *)*param_2)" ( (binary_expression "param_2 + 2 == (int *)*param_2" (binary_expression "param_2 + 2" identifier + number_literal) == (cast_expression "(int *)*param_2" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier))) )) (compound_statement "{\n param_1[2] = param_2[2];\n param_1[3] = param_2[3];\n param_1[4] = param_2[4];\n param_1[5] = param_2[5];\n }" { (expression_statement "param_1[2] = param_2[2];" (assignment_expression "param_1[2] = param_2[2]" (subscript_expression "param_1[2]" identifier [ number_literal ]) = (subscript_expression "param_2[2]" identifier [ number_literal ])) ;) (expression_statement "param_1[3] = param_2[3];" (assignment_expression "param_1[3] = param_2[3]" (subscript_expression "param_1[3]" identifier [ number_literal ]) = (subscript_expression "param_2[3]" identifier [ number_literal ])) ;) (expression_statement "param_1[4] = param_2[4];" (assignment_expression "param_1[4] = param_2[4]" (subscript_expression "param_1[4]" identifier [ number_literal ]) = (subscript_expression "param_2[4]" identifier [ number_literal ])) ;) (expression_statement "param_1[5] = param_2[5];" (assignment_expression "param_1[5] = param_2[5]" (subscript_expression "param_1[5]" identifier [ number_literal ]) = (subscript_expression "param_2[5]" identifier [ number_literal ])) ;) }) (else_clause "else {\n *param_1 = *param_2;\n param_1[2] = param_2[2];\n }" else (compound_statement "{\n *param_1 = *param_2;\n param_1[2] = param_2[2];\n }" { (expression_statement "*param_1 = *param_2;" (assignment_expression "*param_1 = *param_2" (pointer_expression "*param_1" * identifier) = (pointer_expression "*param_2" * identifier)) ;) (expression_statement "param_1[2] = param_2[2];" (assignment_expression "param_1[2] = param_2[2]" (subscript_expression "param_1[2]" identifier [ number_literal ]) = (subscript_expression "param_2[2]" identifier [ number_literal ])) ;) }))) (expression_statement "param_1[1] = param_2[1];" (assignment_expression "param_1[1] = param_2[1]" (subscript_expression "param_1[1]" identifier [ number_literal ]) = (subscript_expression "param_2[1]" identifier [ number_literal ])) ;) (expression_statement "*param_2 = (int)(param_2 + 2);" (assignment_expression "*param_2 = (int)(param_2 + 2)" (pointer_expression "*param_2" * identifier) = (cast_expression "(int)(param_2 + 2)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(param_2 + 2)" ( (binary_expression "param_2 + 2" identifier + number_literal) )))) ;) (expression_statement "param_2[1] = 0;" (assignment_expression "param_2[1] = 0" (subscript_expression "param_2[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(undefined1 *)(param_2 + 2) = 0;" (assignment_expression "*(undefined1 *)(param_2 + 2) = 0" (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) )))) = number_literal) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (subscript_expression IDENT [ LIT ])) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (subscript_expression IDENT [ LIT ])) ;) }))) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (return_statement return ;) })))
(function_definition "void FUN_00204f40(int *param_1,int *param_2)\n\n{\n *param_1 = (int)(param_1 + 2);\n if (param_2 + 2 == (int *)*param_2) {\n param_1[2] = param_2[2];\n param_1[3] = param_2[3];\n param_1[4] = param_2[4];\n param_1[5] = param_2[5];\n }\n else {\n *param_1 = *param_2;\n param_1[2] = param_2[2];\n }\n param_1[1] = param_2[1];\n *param_2 = (int)(param_2 + 2);\n param_2[1] = 0;\n *(undefined1 *)(param_2 + 2) = 0;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00204f40(int *param_1,int *param_2)" (identifier "FUN_00204f40") (parameter_list "(int *param_1,int *param_2)" (( "(") (parameter_declaration "int *param_1" (primitive_type "int") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "int *param_2" (primitive_type "int") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) () ")"))) (compound_statement "{\n *param_1 = (int)(param_1 + 2);\n if (param_2 + 2 == (int *)*param_2) {\n param_1[2] = param_2[2];\n param_1[3] = param_2[3];\n param_1[4] = param_2[4];\n param_1[5] = param_2[5];\n }\n else {\n *param_1 = *param_2;\n param_1[2] = param_2[2];\n }\n param_1[1] = param_2[1];\n *param_2 = (int)(param_2 + 2);\n param_2[1] = 0;\n *(undefined1 *)(param_2 + 2) = 0;\n return;\n}" ({ "{") (expression_statement "*param_1 = (int)(param_1 + 2);" (assignment_expression "*param_1 = (int)(param_1 + 2)" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (cast_expression "(int)(param_1 + 2)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "(param_1 + 2)" (( "(") (binary_expression "param_1 + 2" (identifier "param_1") (+ "+") (number_literal "2")) () ")")))) (; ";")) (if_statement "if (param_2 + 2 == (int *)*param_2) {\n param_1[2] = param_2[2];\n param_1[3] = param_2[3];\n param_1[4] = param_2[4];\n param_1[5] = param_2[5];\n }\n else {\n *param_1 = *param_2;\n param_1[2] = param_2[2];\n }" (if "if") (parenthesized_expression "(param_2 + 2 == (int *)*param_2)" (( "(") (binary_expression "param_2 + 2 == (int *)*param_2" (binary_expression "param_2 + 2" (identifier "param_2") (+ "+") (number_literal "2")) (== "==") (cast_expression "(int *)*param_2" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_2" (* "*") (identifier "param_2")))) () ")")) (compound_statement "{\n param_1[2] = param_2[2];\n param_1[3] = param_2[3];\n param_1[4] = param_2[4];\n param_1[5] = param_2[5];\n }" ({ "{") (expression_statement "param_1[2] = param_2[2];" (assignment_expression "param_1[2] = param_2[2]" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (= "=") (subscript_expression "param_2[2]" (identifier "param_2") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "param_1[3] = param_2[3];" (assignment_expression "param_1[3] = param_2[3]" (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]")) (= "=") (subscript_expression "param_2[3]" (identifier "param_2") ([ "[") (number_literal "3") (] "]"))) (; ";")) (expression_statement "param_1[4] = param_2[4];" (assignment_expression "param_1[4] = param_2[4]" (subscript_expression "param_1[4]" (identifier "param_1") ([ "[") (number_literal "4") (] "]")) (= "=") (subscript_expression "param_2[4]" (identifier "param_2") ([ "[") (number_literal "4") (] "]"))) (; ";")) (expression_statement "param_1[5] = param_2[5];" (assignment_expression "param_1[5] = param_2[5]" (subscript_expression "param_1[5]" (identifier "param_1") ([ "[") (number_literal "5") (] "]")) (= "=") (subscript_expression "param_2[5]" (identifier "param_2") ([ "[") (number_literal "5") (] "]"))) (; ";")) (} "}")) (else_clause "else {\n *param_1 = *param_2;\n param_1[2] = param_2[2];\n }" (else "else") (compound_statement "{\n *param_1 = *param_2;\n param_1[2] = param_2[2];\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"))) (; ";")) (expression_statement "param_1[2] = param_2[2];" (assignment_expression "param_1[2] = param_2[2]" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (= "=") (subscript_expression "param_2[2]" (identifier "param_2") ([ "[") (number_literal "2") (] "]"))) (; ";")) (} "}")))) (expression_statement "param_1[1] = param_2[1];" (assignment_expression "param_1[1] = param_2[1]" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (= "=") (subscript_expression "param_2[1]" (identifier "param_2") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "*param_2 = (int)(param_2 + 2);" (assignment_expression "*param_2 = (int)(param_2 + 2)" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (cast_expression "(int)(param_2 + 2)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "(param_2 + 2)" (( "(") (binary_expression "param_2 + 2" (identifier "param_2") (+ "+") (number_literal "2")) () ")")))) (; ";")) (expression_statement "param_2[1] = 0;" (assignment_expression "param_2[1] = 0" (subscript_expression "param_2[1]" (identifier "param_2") ([ "[") (number_literal "1") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined1 *)(param_2 + 2) = 0;" (assignment_expression "*(undefined1 *)(param_2 + 2) = 0" (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")) () ")")))) (= "=") (number_literal "0")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* std::string::string(std::string&&) */ void __thiscall std::function_1::function_1(function_1 *var_1,function_1 *var_2) { *(function_1 **)var_1 = var_1 + 8; if (var_2 + 8 == *(function_1 **)var_2) { *(type_1 *)(var_1 + 8) = *(type_1 *)(var_2 + 8); *(type_1 *)(var_1 + 0xc) = *(type_1 *)(var_2 + 0xc); *(type_1 *)(var_1 + 0x10) = *(type_1 *)(var_2 + 0x10); *(type_1 *)(var_1 + 0x14) = *(type_1 *)(var_2 + 0x14); } else { *(function_1 **)var_1 = *(function_1 **)var_2; *(type_1 *)(var_1 + 8) = *(type_1 *)(var_2 + 8); } *(type_1 *)(var_1 + 4) = *(type_1 *)(var_2 + 4); *(function_1 **)var_2 = var_2 + 8; *(type_1 *)(var_2 + 4) = 0; var_2[8] = (function_1)0x0; return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) consequence: (compound_statement (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (subscript_expression argument: (identifier) index: (number_literal))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (subscript_expression argument: (identifier) index: (number_literal))))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (return_statement))))
null
void MASKED(int *param_1,int *param_2) { *param_1 = (int)(param_1 + 2); if (param_2 + 2 == (int *)*param_2) { param_1[2] = param_2[2]; param_1[3] = param_2[3]; param_1[4] = param_2[4]; param_1[5] = param_2[5]; } else { *param_1 = *param_2; param_1[2] = param_2[2]; } param_1[1] = param_2[1]; *param_2 = (int)(param_2 + 2); param_2[1] = 0; *(undefined1 *)(param_2 + 2) = 0; return; }
96_hppa64-linux-gnu-addr2line_and_hppa64-linux-gnu-addr2line_strip.c
set_default_bfd_target
FUN_00012710
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void set_default_bfd_target(void) { int iVar1; undefined4 uVar2; char *format; iVar1 = bfd_set_default_target("hppa64-unknown-linux-gnu"); if (iVar1 != 0) { return; } uVar2 = bfd_get_error(); uVar2 = bfd_errmsg(uVar2); format = (char *)dcgettext(0,"can\'t set BFD default target to `%s\': %s",5); /* WARNING: Subroutine does not return */ fatal(format,"hppa64-unknown-linux-gnu",uVar2); }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00012710(void) { undefined *puVar1; int iVar2; undefined4 uVar3; undefined4 uVar4; char *__format; char *pcVar5; pcVar5 = "hppa64-unknown-linux-gnu"; iVar2 = bfd_set_default_target("hppa64-unknown-linux-gnu"); if (iVar2 != 0) { return; } uVar3 = bfd_get_error(); uVar3 = bfd_errmsg(uVar3); uVar4 = dcgettext(0,"can\'t set BFD default target to `%s\': %s",5); FUN_000126c0(uVar4,"hppa64-unknown-linux-gnu",uVar3); fflush(*(FILE **)PTR_stdout_00017ff0); uVar3 = DAT_00018278; __format = (char *)dcgettext(0,"%s: Matching formats:",5); puVar1 = PTR_stderr_00017fd8; fprintf(*(FILE **)PTR_stderr_00017fd8,__format,uVar3); iVar2 = *(int *)pcVar5; while (iVar2 != 0) { pcVar5 = (char *)((int)pcVar5 + 4); fprintf(*(FILE **)puVar1," %s",iVar2); iVar2 = *(int *)pcVar5; } fputc(10,*(FILE **)puVar1); return; }
PUSH EDI PUSH ESI PUSH EBX CALL 0x00011ff0 ADD EBX,0x58e8 SUB ESP,0xc LEA ESI,[EBX + 0xffffd705] PUSH ESI CALL 0x000110a0 ADD ESP,0x10 TEST EAX,EAX JZ 0x00012738 POP EBX POP ESI POP EDI RET CALL 0x00011190 SUB ESP,0xc PUSH EAX CALL 0x00011430 ADD ESP,0xc MOV EDI,EAX LEA EAX,[EBX + 0xffffd884] PUSH 0x5 PUSH EAX PUSH 0x0 CALL 0x00011130 ADD ESP,0xc PUSH EDI PUSH ESI PUSH EAX CALL 0x000126c0 LEA ESI,[ESI] LEA ESI,[ESI]
null
null
null
null
[(u'CALL_-1205983351', u'CALL_-1205983327'), (u'COPY_-1205983190', u'CALL_-1205983404'), (u'COPY_-1205983132', u'CALL_-1205983250'), ('const-1', u'RETURN_-1205983245'), ('const-0', u'CALL_-1205983282'), (u'COPY_-1205983142', u'CALL_-1205983282'), (u'CALL_-1205983282', u'CAST_-1205983078'), (u'INT_NOTEQUAL_-1205983377', u'CBRANCH_-1205983377'), ('const-0', u'RETURN_-1205983352'), ('const-87813', u'COPY_-1205983132'), ('tmp_155', u'CBRANCH_-1205983377'), (u'CALL_-1205983327', u'CALL_-1205983250'), ('const-87813', u'COPY_-1205983190'), ('const-5', u'CALL_-1205983282'), (u'CAST_-1205983078', u'CALL_-1205983250'), ('const-0', u'INT_NOTEQUAL_-1205983377'), (u'CALL_-1205983404', u'INT_NOTEQUAL_-1205983377'), ('const-88196', u'COPY_-1205983142')]
[(u'CALL_-1205983103', u'INDIRECT_-1205982485'), (u'INDIRECT_-1205982647', u'CAST_-1205982417'), (u'INDIRECT_-1205982647', u'MULTIEQUAL_-1205982424'), (u'INDIRECT_-1205982466', u'MULTIEQUAL_-1205982422'), (u'COPY_-1205982508', u'CAST_-1205982368'), (u'CALL_-1205983404', u'INDIRECT_-1205982634'), ('const-417', u'LOAD_-1205982988'), (u'CALL_-1205982975', u'INDIRECT_-1205982420'), (u'INDIRECT_-1205982434', u'MULTIEQUAL_-1205982422'), (u'INT_ADD_-1205982457', u'CAST_-1205982396'), ('const-0', u'INT_NOTEQUAL_-1205983377'), ('const-0', u'RETURN_-1205982869'), ('const-0', u'INT_NOTEQUAL_-1205983028'), (u'LOAD_-1205982988', u'CALL_-1205982975'), (u'CALL_-1205983157', u'INDIRECT_-1205982513'), (u'CALL_-1205983157', u'INDIRECT_-1205982499'), ('const-88196', u'COPY_-1205982601'), ('tmp_155', u'CBRANCH_-1205983377'), (u'CALL_-1205983060', u'INDIRECT_-1205982452'), (u'INDIRECT_-1205982480', u'MULTIEQUAL_-1205982423'), (u'CALL_-1205983351', u'INDIRECT_-1205982603'), (u'CALL_-1205983351', u'INDIRECT_-1205982617'), ('const-417', u'LOAD_-1205982930'), (u'CALL_-1205983404', u'INDIRECT_-1205982606'), (u'INDIRECT_-1205982452', u'MULTIEQUAL_-1205982421'), ('const-0', u'CALL_-1205983103'), (u'INDIRECT_-1205982634', u'COPY_-1205982669'), ('const-87813', u'COPY_-1205982652'), ('const-417', u'LOAD_-1205983073'), ('const-417', u'LOAD_-1205983170'), (u'CALL_-1205983327', u'INDIRECT_-1205982607'), (u'CALL_-1205983282', u'INDIRECT_-1205982585'), (u'COPY_-1205982534', u'CALL_-1205983060'), (u'CAST_-1205982390', u'LOAD_-1205982988'), (u'INDIRECT_-1205982606', u'COPY_-1205982641'), (u'INDIRECT_-1205982397', u'COPY_-1205982443'), (u'CALL_-1205983351', u'INDIRECT_-1205982589'), (u'CAST_-1205982442', u'CALL_-1205983060'), ('const-88085', u'COPY_-1205982470'), (u'CALL_-1205982912', u'INDIRECT_-1205982425'), ('const-5', u'CALL_-1205983103'), (u'CAST_-1205982417', u'LOAD_-1205983059'), (u'CALL_-1205983250', u'INDIRECT_-1205982559'), (u'INDIRECT_-1205982499', u'COPY_-1205982508'), (u'COPY_-1205982594', u'CALL_-1205983250'), ('const-417', u'LOAD_-1205982974'), (u'CALL_-1205983060', u'INDIRECT_-1205982466'), (u'INDIRECT_-1205982499', u'COPY_-1205982534'), (u'INDIRECT_-1205982620', u'COPY_-1205982655'), (u'INDIRECT_-1205982499', u'CAST_-1205982425'), (u'CALL_-1205982912', u'INDIRECT_-1205982397'), (u'CAST_-1205982396', u'CAST_-1205982382'), (u'INDIRECT_-1205982425', u'COPY_-1205982471'), (u'CALL_-1205983327', u'INDIRECT_-1205982579'), (u'CALL_-1205983282', u'INDIRECT_-1205982571'), (u'CALL_-1205983404', u'INT_NOTEQUAL_-1205983377'), (u'INDIRECT_-1205982559', u'CAST_-1205982472'), (u'COPY_-1205982470', u'CALL_-1205982975'), (u'CALL_-1205983250', u'INDIRECT_-1205982545'), (u'COPY_-1205982521', u'CALL_-1205983103'), (u'INT_NOTEQUAL_-1205983377', u'CBRANCH_-1205983377'), (u'MULTIEQUAL_-1205982424', u'CAST_-1205982397'), ('tmp_695', u'CBRANCH_-1205983028'), ('const-87813', u'COPY_-1205982594'), (u'CALL_-1205983404', u'INDIRECT_-1205982620'), (u'COPY_-1205982601', u'CALL_-1205983282'), (u'MULTIEQUAL_-1205982426', u'INT_NOTEQUAL_-1205983028'), ('const-0', u'RETURN_-1205983352'), (u'CALL_-1205983282', u'INDIRECT_-1205982557'), (u'CALL_-1205983103', u'INDIRECT_-1205982499'), (u'CALL_-1205983060', u'INDIRECT_-1205982480'), (u'CALL_-1205983250', u'INDIRECT_-1205982573'), (u'CALL_-1205983103', u'INDIRECT_-1205982471'), (u'INDIRECT_-1205982448', u'MULTIEQUAL_-1205982423'), (u'CAST_-1205982425', u'LOAD_-1205983073'), ('const-0', u'CALL_-1205983282'), (u'CAST_-1205982382', u'LOAD_-1205982974'), ('const-5', u'CALL_-1205983282'), (u'CALL_-1205983157', u'INDIRECT_-1205982527'), ('const-87838', u'COPY_-1205982521'), (u'LOAD_-1205983059', u'MULTIEQUAL_-1205982426'), (u'CALL_-1205983351', u'CALL_-1205983327'), (u'CAST_-1205982396', u'MULTIEQUAL_-1205982424'), (u'CAST_-1205982368', u'LOAD_-1205982930'), (u'LOAD_-1205983073', u'CALL_-1205983060'), (u'CALL_-1205982975', u'INDIRECT_-1205982434'), (u'CAST_-1205982472', u'LOAD_-1205983170'), (u'LOAD_-1205982930', u'CALL_-1205982912'), (u'INT_NOTEQUAL_-1205983028', u'CBRANCH_-1205983028'), (u'LOAD_-1205983170', u'CALL_-1205983157'), (u'CALL_-1205983250', u'INDIRECT_-1205982647'), (u'CALL_-1205983327', u'INDIRECT_-1205982593'), (u'CALL_-1205983103', u'CAST_-1205982442'), ('const-10', u'CALL_-1205982912'), (u'CALL_-1205982912', u'INDIRECT_-1205982411'), (u'CALL_-1205982975', u'INDIRECT_-1205982448'), (u'COPY_-1205982508', u'CAST_-1205982390'), ('const-4', u'INT_ADD_-1205982457'), ('const-87813', u'COPY_-1205983424'), ('const-417', u'LOAD_-1205983059'), (u'COPY_-1205982652', u'CALL_-1205983404'), (u'INDIRECT_-1205982420', u'MULTIEQUAL_-1205982421'), (u'CAST_-1205982397', u'INT_ADD_-1205982457'), (u'CALL_-1205983327', u'CALL_-1205983250'), (u'CALL_-1205983282', u'CALL_-1205983250'), (u'INDIRECT_-1205982411', u'COPY_-1205982457'), (u'LOAD_-1205982974', u'MULTIEQUAL_-1205982426'), (u'MULTIEQUAL_-1205982426', u'CALL_-1205982975')]
null
null
00012710
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00012710(void)\n\n{\n undefined *puVar1;\n int iVar2;\n undefined4 uVar3;\n undefined4 uVar4;\n char *__format;\n char *pcVar5;\n \n pcVar5 = "hppa64-unknown-linux-gnu";\n iVar2 = bfd_set_default_target("hppa64-unknown-linux-gnu");\n if (iVar2 != 0) {\n return;\n }\n uVar3 = bfd_get_error();\n uVar3 = bfd_errmsg(uVar3);\n uVar4 = dcgettext(0,"can\'t set BFD default target to `%s\': %s",5);\n FUN_000126c0(uVar4,"hppa64-unknown-linux-gnu",uVar3);\n fflush(*(FILE **)PTR_stdout_00017ff0);\n uVar3 = DAT_00018278;\n __format = (char *)dcgettext(0,"%s: Matching formats:",5);\n puVar1 = PTR_stderr_00017fd8;\n fprintf(*(FILE **)PTR_stderr_00017fd8,__format,uVar3);\n iVar2 = *(int *)pcVar5;\n while (iVar2 != 0) {\n pcVar5 = (char *)((int)pcVar5 + 4);\n fprintf(*(FILE **)puVar1," %s",iVar2);\n iVar2 = *(int *)pcVar5;\n }\n fputc(10,*(FILE **)puVar1);\n return;\n}\n\n" comment (function_definition "void FUN_00012710(void)\n\n{\n undefined *puVar1;\n int iVar2;\n undefined4 uVar3;\n undefined4 uVar4;\n char *__format;\n char *pcVar5;\n \n pcVar5 = "hppa64-unknown-linux-gnu";\n iVar2 = bfd_set_default_target("hppa64-unknown-linux-gnu");\n if (iVar2 != 0) {\n return;\n }\n uVar3 = bfd_get_error();\n uVar3 = bfd_errmsg(uVar3);\n uVar4 = dcgettext(0,"can\'t set BFD default target to `%s\': %s",5);\n FUN_000126c0(uVar4,"hppa64-unknown-linux-gnu",uVar3);\n fflush(*(FILE **)PTR_stdout_00017ff0);\n uVar3 = DAT_00018278;\n __format = (char *)dcgettext(0,"%s: Matching formats:",5);\n puVar1 = PTR_stderr_00017fd8;\n fprintf(*(FILE **)PTR_stderr_00017fd8,__format,uVar3);\n iVar2 = *(int *)pcVar5;\n while (iVar2 != 0) {\n pcVar5 = (char *)((int)pcVar5 + 4);\n fprintf(*(FILE **)puVar1," %s",iVar2);\n iVar2 = *(int *)pcVar5;\n }\n fputc(10,*(FILE **)puVar1);\n return;\n}" primitive_type (function_declarator "FUN_00012710(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n undefined *puVar1;\n int iVar2;\n undefined4 uVar3;\n undefined4 uVar4;\n char *__format;\n char *pcVar5;\n \n pcVar5 = "hppa64-unknown-linux-gnu";\n iVar2 = bfd_set_default_target("hppa64-unknown-linux-gnu");\n if (iVar2 != 0) {\n return;\n }\n uVar3 = bfd_get_error();\n uVar3 = bfd_errmsg(uVar3);\n uVar4 = dcgettext(0,"can\'t set BFD default target to `%s\': %s",5);\n FUN_000126c0(uVar4,"hppa64-unknown-linux-gnu",uVar3);\n fflush(*(FILE **)PTR_stdout_00017ff0);\n uVar3 = DAT_00018278;\n __format = (char *)dcgettext(0,"%s: Matching formats:",5);\n puVar1 = PTR_stderr_00017fd8;\n fprintf(*(FILE **)PTR_stderr_00017fd8,__format,uVar3);\n iVar2 = *(int *)pcVar5;\n while (iVar2 != 0) {\n pcVar5 = (char *)((int)pcVar5 + 4);\n fprintf(*(FILE **)puVar1," %s",iVar2);\n iVar2 = *(int *)pcVar5;\n }\n fputc(10,*(FILE **)puVar1);\n return;\n}" { (declaration "undefined *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "undefined4 uVar3;" type_identifier identifier ;) (declaration "undefined4 uVar4;" type_identifier identifier ;) (declaration "char *__format;" primitive_type (pointer_declarator "*__format" * identifier) ;) (declaration "char *pcVar5;" primitive_type (pointer_declarator "*pcVar5" * identifier) ;) (expression_statement "pcVar5 = "hppa64-unknown-linux-gnu";" (assignment_expression "pcVar5 = "hppa64-unknown-linux-gnu"" identifier = (string_literal ""hppa64-unknown-linux-gnu"" " string_content ")) ;) (expression_statement "iVar2 = bfd_set_default_target("hppa64-unknown-linux-gnu");" (assignment_expression "iVar2 = bfd_set_default_target("hppa64-unknown-linux-gnu")" identifier = (call_expression "bfd_set_default_target("hppa64-unknown-linux-gnu")" identifier (argument_list "("hppa64-unknown-linux-gnu")" ( (string_literal ""hppa64-unknown-linux-gnu"" " string_content ") )))) ;) (if_statement "if (iVar2 != 0) {\n return;\n }" if (parenthesized_expression "(iVar2 != 0)" ( (binary_expression "iVar2 != 0" identifier != number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "uVar3 = bfd_get_error();" (assignment_expression "uVar3 = bfd_get_error()" identifier = (call_expression "bfd_get_error()" identifier (argument_list "()" ( )))) ;) (expression_statement "uVar3 = bfd_errmsg(uVar3);" (assignment_expression "uVar3 = bfd_errmsg(uVar3)" identifier = (call_expression "bfd_errmsg(uVar3)" identifier (argument_list "(uVar3)" ( identifier )))) ;) (expression_statement "uVar4 = dcgettext(0,"can\'t set BFD default target to `%s\': %s",5);" (assignment_expression "uVar4 = dcgettext(0,"can\'t set BFD default target to `%s\': %s",5)" identifier = (call_expression "dcgettext(0,"can\'t set BFD default target to `%s\': %s",5)" identifier (argument_list "(0,"can\'t set BFD default target to `%s\': %s",5)" ( number_literal , (string_literal ""can\'t set BFD default target to `%s\': %s"" " string_content escape_sequence string_content escape_sequence string_content ") , number_literal )))) ;) (expression_statement "FUN_000126c0(uVar4,"hppa64-unknown-linux-gnu",uVar3);" (call_expression "FUN_000126c0(uVar4,"hppa64-unknown-linux-gnu",uVar3)" identifier (argument_list "(uVar4,"hppa64-unknown-linux-gnu",uVar3)" ( identifier , (string_literal ""hppa64-unknown-linux-gnu"" " string_content ") , identifier ))) ;) (expression_statement "fflush(*(FILE **)PTR_stdout_00017ff0);" (call_expression "fflush(*(FILE **)PTR_stdout_00017ff0)" identifier (argument_list "(*(FILE **)PTR_stdout_00017ff0)" ( (pointer_expression "*(FILE **)PTR_stdout_00017ff0" * (cast_expression "(FILE **)PTR_stdout_00017ff0" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) ))) ;) (expression_statement "uVar3 = DAT_00018278;" (assignment_expression "uVar3 = DAT_00018278" identifier = identifier) ;) (expression_statement "__format = (char *)dcgettext(0,"%s: Matching formats:",5);" (assignment_expression "__format = (char *)dcgettext(0,"%s: Matching formats:",5)" identifier = (cast_expression "(char *)dcgettext(0,"%s: Matching formats:",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"%s: Matching formats:",5)" identifier (argument_list "(0,"%s: Matching formats:",5)" ( number_literal , (string_literal ""%s: Matching formats:"" " string_content ") , number_literal ))))) ;) (expression_statement "puVar1 = PTR_stderr_00017fd8;" (assignment_expression "puVar1 = PTR_stderr_00017fd8" identifier = identifier) ;) (expression_statement "fprintf(*(FILE **)PTR_stderr_00017fd8,__format,uVar3);" (call_expression "fprintf(*(FILE **)PTR_stderr_00017fd8,__format,uVar3)" identifier (argument_list "(*(FILE **)PTR_stderr_00017fd8,__format,uVar3)" ( (pointer_expression "*(FILE **)PTR_stderr_00017fd8" * (cast_expression "(FILE **)PTR_stderr_00017fd8" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) , identifier , identifier ))) ;) (expression_statement "iVar2 = *(int *)pcVar5;" (assignment_expression "iVar2 = *(int *)pcVar5" identifier = (pointer_expression "*(int *)pcVar5" * (cast_expression "(int *)pcVar5" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier))) ;) (while_statement "while (iVar2 != 0) {\n pcVar5 = (char *)((int)pcVar5 + 4);\n fprintf(*(FILE **)puVar1," %s",iVar2);\n iVar2 = *(int *)pcVar5;\n }" while (parenthesized_expression "(iVar2 != 0)" ( (binary_expression "iVar2 != 0" identifier != number_literal) )) (compound_statement "{\n pcVar5 = (char *)((int)pcVar5 + 4);\n fprintf(*(FILE **)puVar1," %s",iVar2);\n iVar2 = *(int *)pcVar5;\n }" { (expression_statement "pcVar5 = (char *)((int)pcVar5 + 4);" (assignment_expression "pcVar5 = (char *)((int)pcVar5 + 4)" identifier = (cast_expression "(char *)((int)pcVar5 + 4)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)pcVar5 + 4)" ( (binary_expression "(int)pcVar5 + 4" (cast_expression "(int)pcVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) ;) (expression_statement "fprintf(*(FILE **)puVar1," %s",iVar2);" (call_expression "fprintf(*(FILE **)puVar1," %s",iVar2)" identifier (argument_list "(*(FILE **)puVar1," %s",iVar2)" ( (pointer_expression "*(FILE **)puVar1" * (cast_expression "(FILE **)puVar1" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) , (string_literal "" %s"" " string_content ") , identifier ))) ;) (expression_statement "iVar2 = *(int *)pcVar5;" (assignment_expression "iVar2 = *(int *)pcVar5" identifier = (pointer_expression "*(int *)pcVar5" * (cast_expression "(int *)pcVar5" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier))) ;) })) (expression_statement "fputc(10,*(FILE **)puVar1);" (call_expression "fputc(10,*(FILE **)puVar1)" identifier (argument_list "(10,*(FILE **)puVar1)" ( number_literal , (pointer_expression "*(FILE **)puVar1" * (cast_expression "(FILE **)puVar1" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid set_default_bfd_target(void)\n\n{\n int iVar1;\n undefined4 uVar2;\n char *format;\n \n iVar1 = bfd_set_default_target("hppa64-unknown-linux-gnu");\n if (iVar1 != 0) {\n return;\n }\n uVar2 = bfd_get_error();\n uVar2 = bfd_errmsg(uVar2);\n format = (char *)dcgettext(0,"can\'t set BFD default target to `%s\': %s",5);\n /* WARNING: Subroutine does not return */\n fatal(format,"hppa64-unknown-linux-gnu",uVar2);\n}\n\n" comment comment (function_definition "void set_default_bfd_target(void)\n\n{\n int iVar1;\n undefined4 uVar2;\n char *format;\n \n iVar1 = bfd_set_default_target("hppa64-unknown-linux-gnu");\n if (iVar1 != 0) {\n return;\n }\n uVar2 = bfd_get_error();\n uVar2 = bfd_errmsg(uVar2);\n format = (char *)dcgettext(0,"can\'t set BFD default target to `%s\': %s",5);\n /* WARNING: Subroutine does not return */\n fatal(format,"hppa64-unknown-linux-gnu",uVar2);\n}" primitive_type (function_declarator "set_default_bfd_target(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n int iVar1;\n undefined4 uVar2;\n char *format;\n \n iVar1 = bfd_set_default_target("hppa64-unknown-linux-gnu");\n if (iVar1 != 0) {\n return;\n }\n uVar2 = bfd_get_error();\n uVar2 = bfd_errmsg(uVar2);\n format = (char *)dcgettext(0,"can\'t set BFD default target to `%s\': %s",5);\n /* WARNING: Subroutine does not return */\n fatal(format,"hppa64-unknown-linux-gnu",uVar2);\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (declaration "char *format;" primitive_type (pointer_declarator "*format" * identifier) ;) (expression_statement "iVar1 = bfd_set_default_target("hppa64-unknown-linux-gnu");" (assignment_expression "iVar1 = bfd_set_default_target("hppa64-unknown-linux-gnu")" identifier = (call_expression "bfd_set_default_target("hppa64-unknown-linux-gnu")" identifier (argument_list "("hppa64-unknown-linux-gnu")" ( (string_literal ""hppa64-unknown-linux-gnu"" " string_content ") )))) ;) (if_statement "if (iVar1 != 0) {\n return;\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "uVar2 = bfd_get_error();" (assignment_expression "uVar2 = bfd_get_error()" identifier = (call_expression "bfd_get_error()" identifier (argument_list "()" ( )))) ;) (expression_statement "uVar2 = bfd_errmsg(uVar2);" (assignment_expression "uVar2 = bfd_errmsg(uVar2)" identifier = (call_expression "bfd_errmsg(uVar2)" identifier (argument_list "(uVar2)" ( identifier )))) ;) (expression_statement "format = (char *)dcgettext(0,"can\'t set BFD default target to `%s\': %s",5);" (assignment_expression "format = (char *)dcgettext(0,"can\'t set BFD default target to `%s\': %s",5)" identifier = (cast_expression "(char *)dcgettext(0,"can\'t set BFD default target to `%s\': %s",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"can\'t set BFD default target to `%s\': %s",5)" identifier (argument_list "(0,"can\'t set BFD default target to `%s\': %s",5)" ( number_literal , (string_literal ""can\'t set BFD default target to `%s\': %s"" " string_content escape_sequence string_content escape_sequence string_content ") , number_literal ))))) ;) comment (expression_statement "fatal(format,"hppa64-unknown-linux-gnu",uVar2);" (call_expression "fatal(format,"hppa64-unknown-linux-gnu",uVar2)" identifier (argument_list "(format,"hppa64-unknown-linux-gnu",uVar2)" ( identifier , (string_literal ""hppa64-unknown-linux-gnu"" " string_content ") , identifier ))) ;) })))
(translation_unit "void FUN_00012710(void)\n\n{\n undefined *puVar1;\n int iVar2;\n undefined4 uVar3;\n undefined4 uVar4;\n char *__format;\n char *pcVar5;\n \n pcVar5 = "hppa64-unknown-linux-gnu";\n iVar2 = bfd_set_default_target("hppa64-unknown-linux-gnu");\n if (iVar2 != 0) {\n return;\n }\n uVar3 = bfd_get_error();\n uVar3 = bfd_errmsg(uVar3);\n uVar4 = dcgettext(0,"can\'t set BFD default target to `%s\': %s",5);\n FUN_000126c0(uVar4,"hppa64-unknown-linux-gnu",uVar3);\n fflush(*(FILE **)PTR_stdout_00017ff0);\n uVar3 = DAT_00018278;\n __format = (char *)dcgettext(0,"%s: Matching formats:",5);\n puVar1 = PTR_stderr_00017fd8;\n fprintf(*(FILE **)PTR_stderr_00017fd8,__format,uVar3);\n iVar2 = *(int *)pcVar5;\n while (iVar2 != 0) {\n pcVar5 = (char *)((int)pcVar5 + 4);\n fprintf(*(FILE **)puVar1," %s",iVar2);\n iVar2 = *(int *)pcVar5;\n }\n fputc(10,*(FILE **)puVar1);\n return;\n}\n\n" (function_definition "void FUN_00012710(void)\n\n{\n undefined *puVar1;\n int iVar2;\n undefined4 uVar3;\n undefined4 uVar4;\n char *__format;\n char *pcVar5;\n \n pcVar5 = "hppa64-unknown-linux-gnu";\n iVar2 = bfd_set_default_target("hppa64-unknown-linux-gnu");\n if (iVar2 != 0) {\n return;\n }\n uVar3 = bfd_get_error();\n uVar3 = bfd_errmsg(uVar3);\n uVar4 = dcgettext(0,"can\'t set BFD default target to `%s\': %s",5);\n FUN_000126c0(uVar4,"hppa64-unknown-linux-gnu",uVar3);\n fflush(*(FILE **)PTR_stdout_00017ff0);\n uVar3 = DAT_00018278;\n __format = (char *)dcgettext(0,"%s: Matching formats:",5);\n puVar1 = PTR_stderr_00017fd8;\n fprintf(*(FILE **)PTR_stderr_00017fd8,__format,uVar3);\n iVar2 = *(int *)pcVar5;\n while (iVar2 != 0) {\n pcVar5 = (char *)((int)pcVar5 + 4);\n fprintf(*(FILE **)puVar1," %s",iVar2);\n iVar2 = *(int *)pcVar5;\n }\n fputc(10,*(FILE **)puVar1);\n return;\n}" primitive_type (function_declarator "FUN_00012710(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n undefined *puVar1;\n int iVar2;\n undefined4 uVar3;\n undefined4 uVar4;\n char *__format;\n char *pcVar5;\n \n pcVar5 = "hppa64-unknown-linux-gnu";\n iVar2 = bfd_set_default_target("hppa64-unknown-linux-gnu");\n if (iVar2 != 0) {\n return;\n }\n uVar3 = bfd_get_error();\n uVar3 = bfd_errmsg(uVar3);\n uVar4 = dcgettext(0,"can\'t set BFD default target to `%s\': %s",5);\n FUN_000126c0(uVar4,"hppa64-unknown-linux-gnu",uVar3);\n fflush(*(FILE **)PTR_stdout_00017ff0);\n uVar3 = DAT_00018278;\n __format = (char *)dcgettext(0,"%s: Matching formats:",5);\n puVar1 = PTR_stderr_00017fd8;\n fprintf(*(FILE **)PTR_stderr_00017fd8,__format,uVar3);\n iVar2 = *(int *)pcVar5;\n while (iVar2 != 0) {\n pcVar5 = (char *)((int)pcVar5 + 4);\n fprintf(*(FILE **)puVar1," %s",iVar2);\n iVar2 = *(int *)pcVar5;\n }\n fputc(10,*(FILE **)puVar1);\n return;\n}" { (declaration "undefined *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "undefined4 uVar3;" type_identifier identifier ;) (declaration "undefined4 uVar4;" type_identifier identifier ;) (declaration "char *__format;" primitive_type (pointer_declarator "*__format" * identifier) ;) (declaration "char *pcVar5;" primitive_type (pointer_declarator "*pcVar5" * identifier) ;) (expression_statement "pcVar5 = "hppa64-unknown-linux-gnu";" (assignment_expression "pcVar5 = "hppa64-unknown-linux-gnu"" identifier = (string_literal ""hppa64-unknown-linux-gnu"" " string_content ")) ;) (expression_statement "iVar2 = bfd_set_default_target("hppa64-unknown-linux-gnu");" (assignment_expression "iVar2 = bfd_set_default_target("hppa64-unknown-linux-gnu")" identifier = (call_expression "bfd_set_default_target("hppa64-unknown-linux-gnu")" identifier (argument_list "("hppa64-unknown-linux-gnu")" ( (string_literal ""hppa64-unknown-linux-gnu"" " string_content ") )))) ;) (if_statement "if (iVar2 != 0) {\n return;\n }" if (parenthesized_expression "(iVar2 != 0)" ( (binary_expression "iVar2 != 0" identifier != number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "uVar3 = bfd_get_error();" (assignment_expression "uVar3 = bfd_get_error()" identifier = (call_expression "bfd_get_error()" identifier (argument_list "()" ( )))) ;) (expression_statement "uVar3 = bfd_errmsg(uVar3);" (assignment_expression "uVar3 = bfd_errmsg(uVar3)" identifier = (call_expression "bfd_errmsg(uVar3)" identifier (argument_list "(uVar3)" ( identifier )))) ;) (expression_statement "uVar4 = dcgettext(0,"can\'t set BFD default target to `%s\': %s",5);" (assignment_expression "uVar4 = dcgettext(0,"can\'t set BFD default target to `%s\': %s",5)" identifier = (call_expression "dcgettext(0,"can\'t set BFD default target to `%s\': %s",5)" identifier (argument_list "(0,"can\'t set BFD default target to `%s\': %s",5)" ( number_literal , (string_literal ""can\'t set BFD default target to `%s\': %s"" " string_content escape_sequence string_content escape_sequence string_content ") , number_literal )))) ;) (expression_statement "FUN_000126c0(uVar4,"hppa64-unknown-linux-gnu",uVar3);" (call_expression "FUN_000126c0(uVar4,"hppa64-unknown-linux-gnu",uVar3)" identifier (argument_list "(uVar4,"hppa64-unknown-linux-gnu",uVar3)" ( identifier , (string_literal ""hppa64-unknown-linux-gnu"" " string_content ") , identifier ))) ;) (expression_statement "fflush(*(FILE **)PTR_stdout_00017ff0);" (call_expression "fflush(*(FILE **)PTR_stdout_00017ff0)" identifier (argument_list "(*(FILE **)PTR_stdout_00017ff0)" ( (pointer_expression "*(FILE **)PTR_stdout_00017ff0" * (cast_expression "(FILE **)PTR_stdout_00017ff0" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) ))) ;) (expression_statement "uVar3 = DAT_00018278;" (assignment_expression "uVar3 = DAT_00018278" identifier = identifier) ;) (expression_statement "__format = (char *)dcgettext(0,"%s: Matching formats:",5);" (assignment_expression "__format = (char *)dcgettext(0,"%s: Matching formats:",5)" identifier = (cast_expression "(char *)dcgettext(0,"%s: Matching formats:",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"%s: Matching formats:",5)" identifier (argument_list "(0,"%s: Matching formats:",5)" ( number_literal , (string_literal ""%s: Matching formats:"" " string_content ") , number_literal ))))) ;) (expression_statement "puVar1 = PTR_stderr_00017fd8;" (assignment_expression "puVar1 = PTR_stderr_00017fd8" identifier = identifier) ;) (expression_statement "fprintf(*(FILE **)PTR_stderr_00017fd8,__format,uVar3);" (call_expression "fprintf(*(FILE **)PTR_stderr_00017fd8,__format,uVar3)" identifier (argument_list "(*(FILE **)PTR_stderr_00017fd8,__format,uVar3)" ( (pointer_expression "*(FILE **)PTR_stderr_00017fd8" * (cast_expression "(FILE **)PTR_stderr_00017fd8" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) , identifier , identifier ))) ;) (expression_statement "iVar2 = *(int *)pcVar5;" (assignment_expression "iVar2 = *(int *)pcVar5" identifier = (pointer_expression "*(int *)pcVar5" * (cast_expression "(int *)pcVar5" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier))) ;) (while_statement "while (iVar2 != 0) {\n pcVar5 = (char *)((int)pcVar5 + 4);\n fprintf(*(FILE **)puVar1," %s",iVar2);\n iVar2 = *(int *)pcVar5;\n }" while (parenthesized_expression "(iVar2 != 0)" ( (binary_expression "iVar2 != 0" identifier != number_literal) )) (compound_statement "{\n pcVar5 = (char *)((int)pcVar5 + 4);\n fprintf(*(FILE **)puVar1," %s",iVar2);\n iVar2 = *(int *)pcVar5;\n }" { (expression_statement "pcVar5 = (char *)((int)pcVar5 + 4);" (assignment_expression "pcVar5 = (char *)((int)pcVar5 + 4)" identifier = (cast_expression "(char *)((int)pcVar5 + 4)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)pcVar5 + 4)" ( (binary_expression "(int)pcVar5 + 4" (cast_expression "(int)pcVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) ;) (expression_statement "fprintf(*(FILE **)puVar1," %s",iVar2);" (call_expression "fprintf(*(FILE **)puVar1," %s",iVar2)" identifier (argument_list "(*(FILE **)puVar1," %s",iVar2)" ( (pointer_expression "*(FILE **)puVar1" * (cast_expression "(FILE **)puVar1" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) , (string_literal "" %s"" " string_content ") , identifier ))) ;) (expression_statement "iVar2 = *(int *)pcVar5;" (assignment_expression "iVar2 = *(int *)pcVar5" identifier = (pointer_expression "*(int *)pcVar5" * (cast_expression "(int *)pcVar5" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier))) ;) })) (expression_statement "fputc(10,*(FILE **)puVar1);" (call_expression "fputc(10,*(FILE **)puVar1)" identifier (argument_list "(10,*(FILE **)puVar1)" ( number_literal , (pointer_expression "*(FILE **)puVar1" * (cast_expression "(FILE **)puVar1" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) ))) ;) (return_statement "return;" return ;) })))
(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 ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (string_literal " string_content ")) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (string_literal " string_content ") )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (return_statement return ;) })) (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 = (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence string_content escape_sequence string_content ") , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) IDENT)) ))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " string_content ") , LIT ))))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) IDENT)) , IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT))) ;) (while_statement while (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) IDENT)) , (string_literal " string_content ") , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT))) ;) })) (expression_statement (call_expression IDENT (argument_list ( LIT , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) IDENT)) ))) ;) (return_statement return ;) })))
(function_definition "void FUN_00012710(void)\n\n{\n undefined *puVar1;\n int iVar2;\n undefined4 uVar3;\n undefined4 uVar4;\n char *__format;\n char *pcVar5;\n \n pcVar5 = "hppa64-unknown-linux-gnu";\n iVar2 = bfd_set_default_target("hppa64-unknown-linux-gnu");\n if (iVar2 != 0) {\n return;\n }\n uVar3 = bfd_get_error();\n uVar3 = bfd_errmsg(uVar3);\n uVar4 = dcgettext(0,"can\'t set BFD default target to `%s\': %s",5);\n FUN_000126c0(uVar4,"hppa64-unknown-linux-gnu",uVar3);\n fflush(*(FILE **)PTR_stdout_00017ff0);\n uVar3 = DAT_00018278;\n __format = (char *)dcgettext(0,"%s: Matching formats:",5);\n puVar1 = PTR_stderr_00017fd8;\n fprintf(*(FILE **)PTR_stderr_00017fd8,__format,uVar3);\n iVar2 = *(int *)pcVar5;\n while (iVar2 != 0) {\n pcVar5 = (char *)((int)pcVar5 + 4);\n fprintf(*(FILE **)puVar1," %s",iVar2);\n iVar2 = *(int *)pcVar5;\n }\n fputc(10,*(FILE **)puVar1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00012710(void)" (identifier "FUN_00012710") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n undefined *puVar1;\n int iVar2;\n undefined4 uVar3;\n undefined4 uVar4;\n char *__format;\n char *pcVar5;\n \n pcVar5 = "hppa64-unknown-linux-gnu";\n iVar2 = bfd_set_default_target("hppa64-unknown-linux-gnu");\n if (iVar2 != 0) {\n return;\n }\n uVar3 = bfd_get_error();\n uVar3 = bfd_errmsg(uVar3);\n uVar4 = dcgettext(0,"can\'t set BFD default target to `%s\': %s",5);\n FUN_000126c0(uVar4,"hppa64-unknown-linux-gnu",uVar3);\n fflush(*(FILE **)PTR_stdout_00017ff0);\n uVar3 = DAT_00018278;\n __format = (char *)dcgettext(0,"%s: Matching formats:",5);\n puVar1 = PTR_stderr_00017fd8;\n fprintf(*(FILE **)PTR_stderr_00017fd8,__format,uVar3);\n iVar2 = *(int *)pcVar5;\n while (iVar2 != 0) {\n pcVar5 = (char *)((int)pcVar5 + 4);\n fprintf(*(FILE **)puVar1," %s",iVar2);\n iVar2 = *(int *)pcVar5;\n }\n fputc(10,*(FILE **)puVar1);\n return;\n}" ({ "{") (declaration "undefined *puVar1;" (type_identifier "undefined") (pointer_declarator "*puVar1" (* "*") (identifier "puVar1")) (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (declaration "undefined4 uVar3;" (type_identifier "undefined4") (identifier "uVar3") (; ";")) (declaration "undefined4 uVar4;" (type_identifier "undefined4") (identifier "uVar4") (; ";")) (declaration "char *__format;" (primitive_type "char") (pointer_declarator "*__format" (* "*") (identifier "__format")) (; ";")) (declaration "char *pcVar5;" (primitive_type "char") (pointer_declarator "*pcVar5" (* "*") (identifier "pcVar5")) (; ";")) (expression_statement "pcVar5 = "hppa64-unknown-linux-gnu";" (assignment_expression "pcVar5 = "hppa64-unknown-linux-gnu"" (identifier "pcVar5") (= "=") (string_literal ""hppa64-unknown-linux-gnu"" (" """) (string_content "hppa64-unknown-linux-gnu") (" """))) (; ";")) (expression_statement "iVar2 = bfd_set_default_target("hppa64-unknown-linux-gnu");" (assignment_expression "iVar2 = bfd_set_default_target("hppa64-unknown-linux-gnu")" (identifier "iVar2") (= "=") (call_expression "bfd_set_default_target("hppa64-unknown-linux-gnu")" (identifier "bfd_set_default_target") (argument_list "("hppa64-unknown-linux-gnu")" (( "(") (string_literal ""hppa64-unknown-linux-gnu"" (" """) (string_content "hppa64-unknown-linux-gnu") (" """)) () ")")))) (; ";")) (if_statement "if (iVar2 != 0) {\n return;\n }" (if "if") (parenthesized_expression "(iVar2 != 0)" (( "(") (binary_expression "iVar2 != 0" (identifier "iVar2") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "uVar3 = bfd_get_error();" (assignment_expression "uVar3 = bfd_get_error()" (identifier "uVar3") (= "=") (call_expression "bfd_get_error()" (identifier "bfd_get_error") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "uVar3 = bfd_errmsg(uVar3);" (assignment_expression "uVar3 = bfd_errmsg(uVar3)" (identifier "uVar3") (= "=") (call_expression "bfd_errmsg(uVar3)" (identifier "bfd_errmsg") (argument_list "(uVar3)" (( "(") (identifier "uVar3") () ")")))) (; ";")) (expression_statement "uVar4 = dcgettext(0,"can\'t set BFD default target to `%s\': %s",5);" (assignment_expression "uVar4 = dcgettext(0,"can\'t set BFD default target to `%s\': %s",5)" (identifier "uVar4") (= "=") (call_expression "dcgettext(0,"can\'t set BFD default target to `%s\': %s",5)" (identifier "dcgettext") (argument_list "(0,"can\'t set BFD default target to `%s\': %s",5)" (( "(") (number_literal "0") (, ",") (string_literal ""can\'t set BFD default target to `%s\': %s"" (" """) (string_content "can") (escape_sequence "\'") (string_content "t set BFD default target to `%s") (escape_sequence "\'") (string_content ": %s") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "FUN_000126c0(uVar4,"hppa64-unknown-linux-gnu",uVar3);" (call_expression "FUN_000126c0(uVar4,"hppa64-unknown-linux-gnu",uVar3)" (identifier "FUN_000126c0") (argument_list "(uVar4,"hppa64-unknown-linux-gnu",uVar3)" (( "(") (identifier "uVar4") (, ",") (string_literal ""hppa64-unknown-linux-gnu"" (" """) (string_content "hppa64-unknown-linux-gnu") (" """)) (, ",") (identifier "uVar3") () ")"))) (; ";")) (expression_statement "fflush(*(FILE **)PTR_stdout_00017ff0);" (call_expression "fflush(*(FILE **)PTR_stdout_00017ff0)" (identifier "fflush") (argument_list "(*(FILE **)PTR_stdout_00017ff0)" (( "(") (pointer_expression "*(FILE **)PTR_stdout_00017ff0" (* "*") (cast_expression "(FILE **)PTR_stdout_00017ff0" (( "(") (type_descriptor "FILE **" (type_identifier "FILE") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (identifier "PTR_stdout_00017ff0"))) () ")"))) (; ";")) (expression_statement "uVar3 = DAT_00018278;" (assignment_expression "uVar3 = DAT_00018278" (identifier "uVar3") (= "=") (identifier "DAT_00018278")) (; ";")) (expression_statement "__format = (char *)dcgettext(0,"%s: Matching formats:",5);" (assignment_expression "__format = (char *)dcgettext(0,"%s: Matching formats:",5)" (identifier "__format") (= "=") (cast_expression "(char *)dcgettext(0,"%s: Matching formats:",5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0,"%s: Matching formats:",5)" (identifier "dcgettext") (argument_list "(0,"%s: Matching formats:",5)" (( "(") (number_literal "0") (, ",") (string_literal ""%s: Matching formats:"" (" """) (string_content "%s: Matching formats:") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "puVar1 = PTR_stderr_00017fd8;" (assignment_expression "puVar1 = PTR_stderr_00017fd8" (identifier "puVar1") (= "=") (identifier "PTR_stderr_00017fd8")) (; ";")) (expression_statement "fprintf(*(FILE **)PTR_stderr_00017fd8,__format,uVar3);" (call_expression "fprintf(*(FILE **)PTR_stderr_00017fd8,__format,uVar3)" (identifier "fprintf") (argument_list "(*(FILE **)PTR_stderr_00017fd8,__format,uVar3)" (( "(") (pointer_expression "*(FILE **)PTR_stderr_00017fd8" (* "*") (cast_expression "(FILE **)PTR_stderr_00017fd8" (( "(") (type_descriptor "FILE **" (type_identifier "FILE") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (identifier "PTR_stderr_00017fd8"))) (, ",") (identifier "__format") (, ",") (identifier "uVar3") () ")"))) (; ";")) (expression_statement "iVar2 = *(int *)pcVar5;" (assignment_expression "iVar2 = *(int *)pcVar5" (identifier "iVar2") (= "=") (pointer_expression "*(int *)pcVar5" (* "*") (cast_expression "(int *)pcVar5" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "pcVar5")))) (; ";")) (while_statement "while (iVar2 != 0) {\n pcVar5 = (char *)((int)pcVar5 + 4);\n fprintf(*(FILE **)puVar1," %s",iVar2);\n iVar2 = *(int *)pcVar5;\n }" (while "while") (parenthesized_expression "(iVar2 != 0)" (( "(") (binary_expression "iVar2 != 0" (identifier "iVar2") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n pcVar5 = (char *)((int)pcVar5 + 4);\n fprintf(*(FILE **)puVar1," %s",iVar2);\n iVar2 = *(int *)pcVar5;\n }" ({ "{") (expression_statement "pcVar5 = (char *)((int)pcVar5 + 4);" (assignment_expression "pcVar5 = (char *)((int)pcVar5 + 4)" (identifier "pcVar5") (= "=") (cast_expression "(char *)((int)pcVar5 + 4)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)pcVar5 + 4)" (( "(") (binary_expression "(int)pcVar5 + 4" (cast_expression "(int)pcVar5" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "pcVar5")) (+ "+") (number_literal "4")) () ")")))) (; ";")) (expression_statement "fprintf(*(FILE **)puVar1," %s",iVar2);" (call_expression "fprintf(*(FILE **)puVar1," %s",iVar2)" (identifier "fprintf") (argument_list "(*(FILE **)puVar1," %s",iVar2)" (( "(") (pointer_expression "*(FILE **)puVar1" (* "*") (cast_expression "(FILE **)puVar1" (( "(") (type_descriptor "FILE **" (type_identifier "FILE") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (identifier "puVar1"))) (, ",") (string_literal "" %s"" (" """) (string_content " %s") (" """)) (, ",") (identifier "iVar2") () ")"))) (; ";")) (expression_statement "iVar2 = *(int *)pcVar5;" (assignment_expression "iVar2 = *(int *)pcVar5" (identifier "iVar2") (= "=") (pointer_expression "*(int *)pcVar5" (* "*") (cast_expression "(int *)pcVar5" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "pcVar5")))) (; ";")) (} "}"))) (expression_statement "fputc(10,*(FILE **)puVar1);" (call_expression "fputc(10,*(FILE **)puVar1)" (identifier "fputc") (argument_list "(10,*(FILE **)puVar1)" (( "(") (number_literal "10") (, ",") (pointer_expression "*(FILE **)puVar1" (* "*") (cast_expression "(FILE **)puVar1" (( "(") (type_descriptor "FILE **" (type_identifier "FILE") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (identifier "puVar1"))) () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void function_1(void) { int var_2; type_1 uVar2; char *format; var_2 = var_1("hppa64-unknown-linux-gnu"); if (var_2 != 0) { return; } uVar2 = var_3(); uVar2 = var_4(uVar2); format = (char *)var_5(0,"can\'t set BFD default target to `%s\': %s",5); /* WARNING: Subroutine does not return */ var_6(format,"hppa64-unknown-linux-gnu",uVar2); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (return_statement))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (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: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content)) (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 (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (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)) (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (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 declarator: (abstract_pointer_declarator))) value: (identifier))) (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (identifier))))) (while_statement condition: (parenthesized_expression (binary_expression left: (identifier) 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: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (identifier))) (string_literal (string_content)) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (identifier))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (identifier)))))) (return_statement))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(void) { undefined *puVar1; int iVar2; undefined4 uVar3; undefined4 uVar4; char *__format; char *pcVar5; pcVar5 = "hppa64-unknown-linux-gnu"; iVar2 = bfd_set_default_target("hppa64-unknown-linux-gnu"); if (iVar2 != 0) { return; } uVar3 = bfd_get_error(); uVar3 = bfd_errmsg(uVar3); uVar4 = dcgettext(0,"can\'t set BFD default target to `%s\': %s",5); FUN_000126c0(uVar4,"hppa64-unknown-linux-gnu",uVar3); fflush(*(FILE **)PTR_stdout_00017ff0); uVar3 = DAT_00018278; __format = (char *)dcgettext(0,"%s: Matching formats:",5); puVar1 = PTR_stderr_00017fd8; fprintf(*(FILE **)PTR_stderr_00017fd8,__format,uVar3); iVar2 = *(int *)pcVar5; while (iVar2 != 0) { pcVar5 = (char *)((int)pcVar5 + 4); fprintf(*(FILE **)puVar1," %s",iVar2); iVar2 = *(int *)pcVar5; } fputc(10,*(FILE **)puVar1); return; }
547_nano_and_nano_strip.c
update_multiline_undo
FUN_000386f0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void update_multiline_undo(ssize_t lineno,char *indentation) { undo *puVar1; int iVar2; undo_group *puVar3; char **ppcVar4; char *pcVar5; puVar1 = openfile->current_undo; puVar3 = puVar1->grouping; if ((puVar3 == (undo_group *)0x0) || (iVar2 = puVar3->bottom_line + 1, iVar2 != lineno)) { puVar3 = (undo_group *)nmalloc(0x10); puVar3->next = puVar1->grouping; puVar1->grouping = puVar3; puVar3->top_line = lineno; puVar3->bottom_line = lineno; ppcVar4 = (char **)nmalloc(4); puVar3->indentations = ppcVar4; ppcVar4 = puVar1->grouping->indentations; } else { puVar3->bottom_line = iVar2; iVar2 = iVar2 - puVar3->top_line; ppcVar4 = (char **)nrealloc(puVar3->indentations,iVar2 * 4 + 4); puVar3->indentations = ppcVar4; ppcVar4 = puVar1->grouping->indentations + iVar2; } pcVar5 = mallocstrcpy((char *)0x0,indentation); *ppcVar4 = pcVar5; puVar1->newsize = openfile->totsize; return; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_000386f0(int param_1,undefined4 param_2) { int iVar1; int iVar2; int iVar3; int *piVar4; undefined4 uVar5; int iVar6; undefined4 *puVar7; iVar1 = *(int *)(DAT_0007b640 + 0x44); piVar4 = *(int **)(iVar1 + 0x1c); if ((piVar4 == (int *)0x0) || (iVar3 = piVar4[1] + 1, iVar3 != param_1)) { piVar4 = (int *)FUN_0003da70(0x10); piVar4[3] = *(int *)(iVar1 + 0x1c); *(int **)(iVar1 + 0x1c) = piVar4; *piVar4 = param_1; piVar4[1] = param_1; iVar3 = FUN_0003da70(4); piVar4[2] = iVar3; puVar7 = *(undefined4 **)(*(int *)(iVar1 + 0x1c) + 8); } else { piVar4[1] = iVar3; iVar2 = *piVar4; iVar6 = FUN_0003dad0(piVar4[2],(iVar3 - iVar2) * 4 + 4); piVar4[2] = iVar6; puVar7 = (undefined4 *)(*(int *)(*(int *)(iVar1 + 0x1c) + 8) + (iVar3 - iVar2) * 4); } uVar5 = FUN_0003dbd0(0,param_2); *puVar7 = uVar5; *(undefined4 *)(iVar1 + 0x14) = *(undefined4 *)(DAT_0007b640 + 0x14); return; }
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x00015680 ADD EBX,0x424d7 SUB ESP,0x1c LEA EBP,[EBX + 0xa70] MOV EAX,dword ptr [EBP] MOV ESI,dword ptr [EAX + 0x44] MOV EDI,dword ptr [ESI + 0x1c] TEST EDI,EDI JZ 0x00038721 MOV EAX,dword ptr [EDI + 0x4] ADD EAX,0x1 CMP EAX,dword ptr [ESP + 0x30] JZ 0x00038780 SUB ESP,0xc PUSH 0x10 CALL 0x0003da70 MOV EDI,EAX MOV EAX,dword ptr [ESI + 0x1c] MOV dword ptr [EDI + 0xc],EAX MOV EAX,dword ptr [ESP + 0x40] MOV dword ptr [ESI + 0x1c],EDI MOV dword ptr [EDI],EAX MOV dword ptr [EDI + 0x4],EAX MOV dword ptr [ESP],0x4 CALL 0x0003da70 MOV dword ptr [EDI + 0x8],EAX MOV EAX,dword ptr [ESI + 0x1c] MOV EDI,dword ptr [EAX + 0x8] POP EAX POP EDX PUSH dword ptr [ESP + 0x3c] PUSH 0x0 CALL 0x0003dbd0 ADD ESP,0x10 MOV dword ptr [EDI],EAX MOV EAX,dword ptr [EBP] MOV EAX,dword ptr [EAX + 0x14] MOV dword ptr [ESI + 0x14],EAX ADD ESP,0x1c POP EBX POP ESI POP EDI POP EBP RET MOV dword ptr [EDI + 0x4],EAX SUB EAX,dword ptr [EDI] SUB ESP,0x8 MOV EDX,EAX LEA EAX,[EAX*0x4 + 0x4] MOV dword ptr [ESP + 0x14],EDX PUSH EAX PUSH dword ptr [EDI + 0x8] CALL 0x0003dad0 MOV EDX,dword ptr [ESP + 0x1c] MOV dword ptr [EDI + 0x8],EAX MOV EAX,dword ptr [ESI + 0x1c] MOV EAX,dword ptr [EAX + 0x8] LEA EDI,[EAX + EDX*0x4] JMP 0x00038754
null
null
null
null
[('const-417', u'STORE_-1206089660'), (u'CALL_-1206089847', u'INDIRECT_-1206089467'), (u'INT_SUB_-1206089634', u'PTRADD_-1206089297'), ('const-68', u'PTRSUB_-1206089475'), ('const-28', u'PTRSUB_-1206089399'), ('const-28', u'PTRSUB_-1206089426'), (u'PTRSUB_-1206089370', u'LOAD_-1206089719'), (u'PTRSUB_-1206089471', u'LOAD_-1206089927'), (u'INT_ADD_-1206089883', u'INT_NOTEQUAL_-1206089873'), ('const-0', u'PTRSUB_-1206089341'), ('const-417', u'STORE_-1206089821'), (u'LOAD_-1206089842', u'STORE_-1206089834'), (u'PTRSUB_-1206089475', u'LOAD_-1206089933'), (u'LOAD_-1206089927', u'PTRSUB_-1206089463'), ('tmp_142', u'CBRANCH_-1206089908'), (u'PTRSUB_-1206089419', u'STORE_-1206089811'), ('tmp_672', u'BRANCH_-1206089558'), ('const-8', u'PTRSUB_-1206089395'), (u'CAST_-1206089429', u'PTRSUB_-1206089434'), (u'MULTIEQUAL_-1206089539', u'STORE_-1206089727'), (u'LOAD_-1206089933', u'PTRSUB_-1206089304'), (u'CALL_-1206089792', u'INDIRECT_-1206089434'), (u'CAST_-1206089429', u'PTRSUB_-1206089403'), (u'LOAD_-1206089927', u'PTRSUB_-1206089345'), ('const-417', u'LOAD_-1206089571'), ('const-417', u'STORE_-1206089811'), ('const-417', u'STORE_-1206089727'), (u'PTRSUB_-1206089304', u'LOAD_-1206089577'), (u'INT_MULT_-1206089598', u'INT_ADD_-1206089610'), ('const-417', u'LOAD_-1206089927'), (u'STORE_-1206089834', u'INDIRECT_-1206089453'), (u'CALL_-1206089847', u'CAST_-1206089429'), ('const-12', u'PTRSUB_-1206089434'), ('const-0', u'RETURN_-1206089666'), (u'PTRADD_-1206089297', u'MULTIEQUAL_-1206089539'), (u'LOAD_-1206089577', u'PTRSUB_-1206089300'), (u'CALL_-1206089742', u'INDIRECT_-1206089411'), (u'INT_ADD_-1206089610', u'CALL_-1206089592'), ('const-417', u'LOAD_-1206089933'), ('const-4', u'PTRSUB_-1206089345'), ('const-417', u'LOAD_-1206089907'), ('const-0', u'PTRSUB_-1206089422'), ('const-28', u'PTRSUB_-1206089304'), ('tmp_694', u'INT_NOTEQUAL_-1206089873'), ('const-8', u'PTRSUB_-1206089321'), (u'PTRSUB_-1206089434', u'STORE_-1206089834'), (u'INT_ADD_-1206089883', u'STORE_-1206089660'), ('const-417', u'LOAD_-1206089784'), ('tmp_212', u'CBRANCH_-1206089871'), (u'LOAD_-1206089778', u'MULTIEQUAL_-1206089539'), (u'PTRSUB_-1206089345', u'STORE_-1206089660'), (u'CAST_-1206089429', u'PTRSUB_-1206089422'), ('const-417', u'LOAD_-1206089842'), ('tmp_694', u'STORE_-1206089811'), (u'CALL_-1206089592', u'CAST_-1206089315'), (u'PTRSUB_-1206089438', u'LOAD_-1206089842'), ('const-417', u'STORE_-1206089711'), ('const-417', u'STORE_-1206089581'), ('const-0', u'CALL_-1206089742'), (u'LOAD_-1206089719', u'STORE_-1206089711'), (u'PTRSUB_-1206089426', u'STORE_-1206089821'), ('const-4', u'PTRSUB_-1206089463'), (u'LOAD_-1206089927', u'INT_EQUAL_-1206089909'), ('const-8', u'PTRSUB_-1206089403'), (u'PTRSUB_-1206089395', u'LOAD_-1206089778'), (u'CALL_-1206089792', u'CAST_-1206089396'), (u'STORE_-1206089788', u'INDIRECT_-1206089422'), ('const-417', u'STORE_-1206089816'), (u'CAST_-1206089315', u'STORE_-1206089581'), (u'STORE_-1206089816', u'INDIRECT_-1206089441'), (u'PTRSUB_-1206089300', u'LOAD_-1206089571'), ('const-417', u'LOAD_-1206089778'), (u'INT_NOTEQUAL_-1206089873', u'CBRANCH_-1206089871'), (u'STORE_-1206089660', u'INDIRECT_-1206089366'), ('const-8', u'PTRSUB_-1206089300'), (u'LOAD_-1206089907', u'INT_ADD_-1206089883'), ('const-4', u'PTRSUB_-1206089419'), ('tmp_695', u'CALL_-1206089742'), ('const-417', u'LOAD_-1206089719'), (u'PTRSUB_-1206089308', u'STORE_-1206089581'), (u'LOAD_-1206089653', u'INT_SUB_-1206089634'), ('const-4', u'CALL_-1206089792'), (u'INDIRECT_-1206089387', u'COPY_-1206089444'), (u'CAST_-1206089429', u'STORE_-1206089821'), (u'LOAD_-1206089933', u'PTRSUB_-1206089438'), ('const-417', u'LOAD_-1206089577'), (u'LOAD_-1206089933', u'PTRSUB_-1206089399'), (u'PTRSUB_-1206089463', u'LOAD_-1206089907'), (u'PTRSUB_-1206089366', u'STORE_-1206089711'), (u'STORE_-1206089727', u'INDIRECT_-1206089396'), ('const-20', u'PTRSUB_-1206089366'), (u'INT_ADD_-1206089883', u'INT_SUB_-1206089634'), (u'PTRSUB_-1206089422', u'STORE_-1206089816'), (u'INDIRECT_-1206089396', u'PTRSUB_-1206089370'), (u'CAST_-1206089396', u'STORE_-1206089788'), (u'PTRSUB_-1206089321', u'LOAD_-1206089606'), ('const-417', u'STORE_-1206089834'), (u'LOAD_-1206089933', u'PTRSUB_-1206089366'), ('const-4', u'INT_MULT_-1206089598'), (u'CALL_-1206089592', u'INDIRECT_-1206089353'), ('tmp_1361', u'PTRSUB_-1206089475'), (u'CAST_-1206089429', u'PTRSUB_-1206089419'), (u'PTRSUB_-1206089341', u'LOAD_-1206089653'), (u'LOAD_-1206089927', u'PTRSUB_-1206089341'), ('const-28', u'PTRSUB_-1206089471'), (u'CALL_-1206089742', u'STORE_-1206089727'), (u'LOAD_-1206089571', u'PTRADD_-1206089297'), ('const-1', u'INT_ADD_-1206089883'), (u'INDIRECT_-1206089331', u'MULTIEQUAL_-1206089409'), ('const-417', u'LOAD_-1206089653'), (u'LOAD_-1206089927', u'PTRSUB_-1206089321'), ('const-4', u'PTRADD_-1206089297'), ('tmp_694', u'STORE_-1206089816'), (u'INDIRECT_-1206089422', u'MULTIEQUAL_-1206089409'), (u'STORE_-1206089711', u'INDIRECT_-1206089387'), ('const-16', u'CALL_-1206089847'), ('const-28', u'PTRSUB_-1206089438'), ('const-20', u'PTRSUB_-1206089370'), (u'LOAD_-1206089784', u'PTRSUB_-1206089395'), (u'INT_SUB_-1206089634', u'INT_MULT_-1206089598'), ('const-4', u'INT_ADD_-1206089610'), ('const-8', u'PTRSUB_-1206089308'), (u'STORE_-1206089581', u'INDIRECT_-1206089331'), (u'LOAD_-1206089927', u'PTRSUB_-1206089308'), ('const-417', u'STORE_-1206089788'), (u'LOAD_-1206089933', u'PTRSUB_-1206089471'), (u'INT_EQUAL_-1206089909', u'CBRANCH_-1206089908'), ('const-0', u'INT_EQUAL_-1206089909'), (u'PTRSUB_-1206089399', u'LOAD_-1206089784'), ('const-417', u'LOAD_-1206089606'), (u'LOAD_-1206089606', u'CALL_-1206089592'), (u'STORE_-1206089811', u'INDIRECT_-1206089438'), (u'STORE_-1206089821', u'INDIRECT_-1206089445'), (u'LOAD_-1206089933', u'PTRSUB_-1206089426'), (u'PTRSUB_-1206089403', u'STORE_-1206089788')]
[('const-417', u'LOAD_-1206089719'), (u'LOAD_-1206089927', u'PTRADD_-1206089466'), (u'CALL_-1206089847', u'INDIRECT_-1206089467'), ('const-20', u'INT_ADD_-1206089703'), (u'LOAD_-1206089571', u'INT_ADD_-1206089548'), ('const-1', u'PTRADD_-1206089355'), (u'CAST_-1206089310', u'LOAD_-1206089571'), ('const-4', u'PTRADD_-1206089319'), ('const-68', u'INT_ADD_-1206089917'), ('const-3', u'PTRADD_-1206089438'), ('const-417', u'LOAD_-1206089784'), ('const-417', u'STORE_-1206089788'), (u'INT_ADD_-1206089883', u'INT_NOTEQUAL_-1206089873'), (u'LOAD_-1206089933', u'INT_ADD_-1206089697'), (u'LOAD_-1206089577', u'INT_ADD_-1206089555'), (u'LOAD_-1206089842', u'STORE_-1206089834'), ('const-4', u'INT_MULT_-1206089536'), ('const-8', u'INT_ADD_-1206089555'), ('const-417', u'LOAD_-1206089571'), ('tmp_142', u'CBRANCH_-1206089908'), (u'LOAD_-1206089933', u'INT_ADD_-1206089911'), (u'INT_ADD_-1206089917', u'CAST_-1206089470'), ('tmp_672', u'BRANCH_-1206089558'), ('const-2', u'PTRADD_-1206089409'), ('const-28', u'INT_ADD_-1206089911'), (u'MULTIEQUAL_-1206089539', u'STORE_-1206089727'), ('const-417', u'STORE_-1206089821'), (u'CALL_-1206089792', u'INDIRECT_-1206089434'), ('const-417', u'STORE_-1206089816'), ('const-417', u'STORE_-1206089660'), (u'PTRADD_-1206089355', u'STORE_-1206089660'), ('const-28', u'INT_ADD_-1206089561'), (u'CAST_-1206089391', u'LOAD_-1206089778'), (u'INT_MULT_-1206089598', u'INT_ADD_-1206089610'), (u'STORE_-1206089834', u'INDIRECT_-1206089453'), ('const-417', u'LOAD_-1206089606'), (u'LOAD_-1206089933', u'INT_ADD_-1206089826'), ('const-417', u'STORE_-1206089727'), ('const-0', u'RETURN_-1206089666'), ('tmp_1327', u'STORE_-1206089811'), ('const-417', u'STORE_-1206089811'), (u'LOAD_-1206089933', u'INT_ADD_-1206089561'), ('const-2', u'PTRADD_-1206089332'), (u'CALL_-1206089742', u'INDIRECT_-1206089411'), (u'INT_ADD_-1206089610', u'CALL_-1206089592'), (u'INT_ADD_-1206089911', u'CAST_-1206089466'), (u'CAST_-1206089306', u'MULTIEQUAL_-1206089539'), ('const-0', u'CALL_-1206089742'), (u'INT_ADD_-1206089807', u'CAST_-1206089419'), (u'PTRADD_-1206089425', u'STORE_-1206089811'), (u'INT_ADD_-1206089762', u'CAST_-1206089391'), (u'CAST_-1206089466', u'LOAD_-1206089927'), ('const-417', u'STORE_-1206089581'), ('const-4', u'PTRADD_-1206089466'), (u'INT_ADD_-1206089883', u'STORE_-1206089660'), (u'CAST_-1206089438', u'STORE_-1206089821'), (u'INDIRECT_-1206089396', u'INT_ADD_-1206089703'), ('tmp_212', u'CBRANCH_-1206089871'), (u'LOAD_-1206089778', u'MULTIEQUAL_-1206089539'), (u'INT_SUB_-1206089634', u'INT_MULT_-1206089536'), (u'CAST_-1206089470', u'LOAD_-1206089933'), ('const-28', u'INT_ADD_-1206089768'), ('const-417', u'LOAD_-1206089927'), (u'CAST_-1206089438', u'PTRADD_-1206089438'), ('const-417', u'LOAD_-1206089842'), ('const-28', u'INT_ADD_-1206089826'), (u'CALL_-1206089592', u'STORE_-1206089581'), (u'LOAD_-1206089927', u'LOAD_-1206089653'), (u'LOAD_-1206089719', u'STORE_-1206089711'), (u'CAST_-1206089438', u'PTRADD_-1206089425'), (u'LOAD_-1206089927', u'INT_EQUAL_-1206089909'), ('const-1', u'PTRADD_-1206089425'), ('const-20', u'INT_ADD_-1206089697'), ('const-417', u'LOAD_-1206089577'), (u'STORE_-1206089788', u'INDIRECT_-1206089422'), (u'PTRADD_-1206089332', u'LOAD_-1206089606'), (u'LOAD_-1206089927', u'PTRADD_-1206089319'), ('const-28', u'INT_ADD_-1206089807'), (u'STORE_-1206089816', u'INDIRECT_-1206089441'), ('const-417', u'STORE_-1206089711'), (u'INT_NOTEQUAL_-1206089873', u'CBRANCH_-1206089871'), ('tmp_1327', u'INT_NOTEQUAL_-1206089873'), (u'CAST_-1206089438', u'STORE_-1206089816'), (u'STORE_-1206089660', u'INDIRECT_-1206089366'), (u'LOAD_-1206089907', u'INT_ADD_-1206089883'), (u'LOAD_-1206089927', u'PTRADD_-1206089355'), (u'CAST_-1206089438', u'PTRADD_-1206089409'), (u'LOAD_-1206089933', u'INT_ADD_-1206089807'), (u'INT_ADD_-1206089555', u'CAST_-1206089310'), ('const-417', u'LOAD_-1206089933'), ('const-4', u'PTRADD_-1206089355'), (u'LOAD_-1206089653', u'INT_SUB_-1206089634'), (u'INT_ADD_-1206089561', u'CAST_-1206089314'), ('const-4', u'PTRADD_-1206089438'), (u'PTRADD_-1206089409', u'STORE_-1206089788'), (u'INDIRECT_-1206089387', u'COPY_-1206089444'), ('const-417', u'LOAD_-1206089653'), (u'CAST_-1206089395', u'LOAD_-1206089784'), ('const-1', u'PTRADD_-1206089466'), (u'CAST_-1206089419', u'STORE_-1206089821'), (u'STORE_-1206089727', u'INDIRECT_-1206089396'), (u'INT_ADD_-1206089768', u'CAST_-1206089395'), ('const-417', u'LOAD_-1206089778'), (u'LOAD_-1206089927', u'PTRADD_-1206089332'), (u'INT_ADD_-1206089883', u'INT_SUB_-1206089634'), (u'INT_MULT_-1206089536', u'INT_ADD_-1206089548'), (u'INT_ADD_-1206089826', u'CAST_-1206089430'), ('tmp_1327', u'STORE_-1206089816'), ('const-417', u'STORE_-1206089834'), (u'LOAD_-1206089784', u'INT_ADD_-1206089762'), ('const-4', u'PTRADD_-1206089332'), ('const-4', u'INT_MULT_-1206089598'), (u'CALL_-1206089592', u'INDIRECT_-1206089353'), ('const-4', u'PTRADD_-1206089425'), (u'CAST_-1206089366', u'LOAD_-1206089719'), (u'CALL_-1206089742', u'STORE_-1206089727'), ('const-1', u'INT_ADD_-1206089883'), (u'INDIRECT_-1206089331', u'MULTIEQUAL_-1206089409'), (u'PTRADD_-1206089319', u'STORE_-1206089581'), (u'CAST_-1206089362', u'STORE_-1206089711'), (u'INDIRECT_-1206089422', u'MULTIEQUAL_-1206089409'), ('tmp_1416', u'INT_ADD_-1206089917'), (u'INT_ADD_-1206089703', u'CAST_-1206089366'), (u'CAST_-1206089314', u'LOAD_-1206089577'), (u'CALL_-1206089792', u'STORE_-1206089788'), (u'PTRADD_-1206089466', u'LOAD_-1206089907'), (u'STORE_-1206089711', u'INDIRECT_-1206089387'), ('const-16', u'CALL_-1206089847'), (u'INT_ADD_-1206089697', u'CAST_-1206089362'), ('const-417', u'LOAD_-1206089907'), (u'INT_SUB_-1206089634', u'INT_MULT_-1206089598'), ('const-4', u'INT_ADD_-1206089610'), (u'STORE_-1206089581', u'INDIRECT_-1206089331'), ('tmp_1328', u'CALL_-1206089742'), (u'PTRADD_-1206089438', u'STORE_-1206089834'), (u'INT_ADD_-1206089548', u'CAST_-1206089306'), (u'INT_EQUAL_-1206089909', u'CBRANCH_-1206089908'), ('const-4', u'CALL_-1206089792'), ('const-8', u'INT_ADD_-1206089762'), ('const-0', u'INT_EQUAL_-1206089909'), (u'CAST_-1206089430', u'LOAD_-1206089842'), (u'LOAD_-1206089933', u'INT_ADD_-1206089768'), ('const-2', u'PTRADD_-1206089319'), (u'LOAD_-1206089606', u'CALL_-1206089592'), (u'STORE_-1206089811', u'INDIRECT_-1206089438'), (u'CALL_-1206089847', u'CAST_-1206089438'), (u'STORE_-1206089821', u'INDIRECT_-1206089445'), ('const-4', u'PTRADD_-1206089409')]
null
null
000386f0
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_000386f0(int param_1,undefined4 param_2)\n\n{\n int iVar1;\n int iVar2;\n int iVar3;\n int *piVar4;\n undefined4 uVar5;\n int iVar6;\n undefined4 *puVar7;\n \n iVar1 = *(int *)(DAT_0007b640 + 0x44);\n piVar4 = *(int **)(iVar1 + 0x1c);\n if ((piVar4 == (int *)0x0) || (iVar3 = piVar4[1] + 1, iVar3 != param_1)) {\n piVar4 = (int *)FUN_0003da70(0x10);\n piVar4[3] = *(int *)(iVar1 + 0x1c);\n *(int **)(iVar1 + 0x1c) = piVar4;\n *piVar4 = param_1;\n piVar4[1] = param_1;\n iVar3 = FUN_0003da70(4);\n piVar4[2] = iVar3;\n puVar7 = *(undefined4 **)(*(int *)(iVar1 + 0x1c) + 8);\n }\n else {\n piVar4[1] = iVar3;\n iVar2 = *piVar4;\n iVar6 = FUN_0003dad0(piVar4[2],(iVar3 - iVar2) * 4 + 4);\n piVar4[2] = iVar6;\n puVar7 = (undefined4 *)(*(int *)(*(int *)(iVar1 + 0x1c) + 8) + (iVar3 - iVar2) * 4);\n }\n uVar5 = FUN_0003dbd0(0,param_2);\n *puVar7 = uVar5;\n *(undefined4 *)(iVar1 + 0x14) = *(undefined4 *)(DAT_0007b640 + 0x14);\n return;\n}\n\n" comment (function_definition "void FUN_000386f0(int param_1,undefined4 param_2)\n\n{\n int iVar1;\n int iVar2;\n int iVar3;\n int *piVar4;\n undefined4 uVar5;\n int iVar6;\n undefined4 *puVar7;\n \n iVar1 = *(int *)(DAT_0007b640 + 0x44);\n piVar4 = *(int **)(iVar1 + 0x1c);\n if ((piVar4 == (int *)0x0) || (iVar3 = piVar4[1] + 1, iVar3 != param_1)) {\n piVar4 = (int *)FUN_0003da70(0x10);\n piVar4[3] = *(int *)(iVar1 + 0x1c);\n *(int **)(iVar1 + 0x1c) = piVar4;\n *piVar4 = param_1;\n piVar4[1] = param_1;\n iVar3 = FUN_0003da70(4);\n piVar4[2] = iVar3;\n puVar7 = *(undefined4 **)(*(int *)(iVar1 + 0x1c) + 8);\n }\n else {\n piVar4[1] = iVar3;\n iVar2 = *piVar4;\n iVar6 = FUN_0003dad0(piVar4[2],(iVar3 - iVar2) * 4 + 4);\n piVar4[2] = iVar6;\n puVar7 = (undefined4 *)(*(int *)(*(int *)(iVar1 + 0x1c) + 8) + (iVar3 - iVar2) * 4);\n }\n uVar5 = FUN_0003dbd0(0,param_2);\n *puVar7 = uVar5;\n *(undefined4 *)(iVar1 + 0x14) = *(undefined4 *)(DAT_0007b640 + 0x14);\n return;\n}" primitive_type (function_declarator "FUN_000386f0(int param_1,undefined4 param_2)" identifier (parameter_list "(int param_1,undefined4 param_2)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) ))) (compound_statement "{\n int iVar1;\n int iVar2;\n int iVar3;\n int *piVar4;\n undefined4 uVar5;\n int iVar6;\n undefined4 *puVar7;\n \n iVar1 = *(int *)(DAT_0007b640 + 0x44);\n piVar4 = *(int **)(iVar1 + 0x1c);\n if ((piVar4 == (int *)0x0) || (iVar3 = piVar4[1] + 1, iVar3 != param_1)) {\n piVar4 = (int *)FUN_0003da70(0x10);\n piVar4[3] = *(int *)(iVar1 + 0x1c);\n *(int **)(iVar1 + 0x1c) = piVar4;\n *piVar4 = param_1;\n piVar4[1] = param_1;\n iVar3 = FUN_0003da70(4);\n piVar4[2] = iVar3;\n puVar7 = *(undefined4 **)(*(int *)(iVar1 + 0x1c) + 8);\n }\n else {\n piVar4[1] = iVar3;\n iVar2 = *piVar4;\n iVar6 = FUN_0003dad0(piVar4[2],(iVar3 - iVar2) * 4 + 4);\n piVar4[2] = iVar6;\n puVar7 = (undefined4 *)(*(int *)(*(int *)(iVar1 + 0x1c) + 8) + (iVar3 - iVar2) * 4);\n }\n uVar5 = FUN_0003dbd0(0,param_2);\n *puVar7 = uVar5;\n *(undefined4 *)(iVar1 + 0x14) = *(undefined4 *)(DAT_0007b640 + 0x14);\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "int *piVar4;" primitive_type (pointer_declarator "*piVar4" * identifier) ;) (declaration "undefined4 uVar5;" type_identifier identifier ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "undefined4 *puVar7;" type_identifier (pointer_declarator "*puVar7" * identifier) ;) (expression_statement "iVar1 = *(int *)(DAT_0007b640 + 0x44);" (assignment_expression "iVar1 = *(int *)(DAT_0007b640 + 0x44)" identifier = (pointer_expression "*(int *)(DAT_0007b640 + 0x44)" * (cast_expression "(int *)(DAT_0007b640 + 0x44)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0007b640 + 0x44)" ( (binary_expression "DAT_0007b640 + 0x44" identifier + number_literal) ))))) ;) (expression_statement "piVar4 = *(int **)(iVar1 + 0x1c);" (assignment_expression "piVar4 = *(int **)(iVar1 + 0x1c)" identifier = (pointer_expression "*(int **)(iVar1 + 0x1c)" * (cast_expression "(int **)(iVar1 + 0x1c)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar1 + 0x1c)" ( (binary_expression "iVar1 + 0x1c" identifier + number_literal) ))))) ;) (if_statement "if ((piVar4 == (int *)0x0) || (iVar3 = piVar4[1] + 1, iVar3 != param_1)) {\n piVar4 = (int *)FUN_0003da70(0x10);\n piVar4[3] = *(int *)(iVar1 + 0x1c);\n *(int **)(iVar1 + 0x1c) = piVar4;\n *piVar4 = param_1;\n piVar4[1] = param_1;\n iVar3 = FUN_0003da70(4);\n piVar4[2] = iVar3;\n puVar7 = *(undefined4 **)(*(int *)(iVar1 + 0x1c) + 8);\n }\n else {\n piVar4[1] = iVar3;\n iVar2 = *piVar4;\n iVar6 = FUN_0003dad0(piVar4[2],(iVar3 - iVar2) * 4 + 4);\n piVar4[2] = iVar6;\n puVar7 = (undefined4 *)(*(int *)(*(int *)(iVar1 + 0x1c) + 8) + (iVar3 - iVar2) * 4);\n }" if (parenthesized_expression "((piVar4 == (int *)0x0) || (iVar3 = piVar4[1] + 1, iVar3 != param_1))" ( (binary_expression "(piVar4 == (int *)0x0) || (iVar3 = piVar4[1] + 1, iVar3 != param_1)" (parenthesized_expression "(piVar4 == (int *)0x0)" ( (binary_expression "piVar4 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) || (parenthesized_expression "(iVar3 = piVar4[1] + 1, iVar3 != param_1)" ( (comma_expression "iVar3 = piVar4[1] + 1, iVar3 != param_1" (assignment_expression "iVar3 = piVar4[1] + 1" identifier = (binary_expression "piVar4[1] + 1" (subscript_expression "piVar4[1]" identifier [ number_literal ]) + number_literal)) , (binary_expression "iVar3 != param_1" identifier != identifier)) ))) )) (compound_statement "{\n piVar4 = (int *)FUN_0003da70(0x10);\n piVar4[3] = *(int *)(iVar1 + 0x1c);\n *(int **)(iVar1 + 0x1c) = piVar4;\n *piVar4 = param_1;\n piVar4[1] = param_1;\n iVar3 = FUN_0003da70(4);\n piVar4[2] = iVar3;\n puVar7 = *(undefined4 **)(*(int *)(iVar1 + 0x1c) + 8);\n }" { (expression_statement "piVar4 = (int *)FUN_0003da70(0x10);" (assignment_expression "piVar4 = (int *)FUN_0003da70(0x10)" identifier = (cast_expression "(int *)FUN_0003da70(0x10)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0003da70(0x10)" identifier (argument_list "(0x10)" ( number_literal ))))) ;) (expression_statement "piVar4[3] = *(int *)(iVar1 + 0x1c);" (assignment_expression "piVar4[3] = *(int *)(iVar1 + 0x1c)" (subscript_expression "piVar4[3]" identifier [ number_literal ]) = (pointer_expression "*(int *)(iVar1 + 0x1c)" * (cast_expression "(int *)(iVar1 + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x1c)" ( (binary_expression "iVar1 + 0x1c" identifier + number_literal) ))))) ;) (expression_statement "*(int **)(iVar1 + 0x1c) = piVar4;" (assignment_expression "*(int **)(iVar1 + 0x1c) = piVar4" (pointer_expression "*(int **)(iVar1 + 0x1c)" * (cast_expression "(int **)(iVar1 + 0x1c)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar1 + 0x1c)" ( (binary_expression "iVar1 + 0x1c" identifier + number_literal) )))) = identifier) ;) (expression_statement "*piVar4 = param_1;" (assignment_expression "*piVar4 = param_1" (pointer_expression "*piVar4" * identifier) = identifier) ;) (expression_statement "piVar4[1] = param_1;" (assignment_expression "piVar4[1] = param_1" (subscript_expression "piVar4[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "iVar3 = FUN_0003da70(4);" (assignment_expression "iVar3 = FUN_0003da70(4)" identifier = (call_expression "FUN_0003da70(4)" identifier (argument_list "(4)" ( number_literal )))) ;) (expression_statement "piVar4[2] = iVar3;" (assignment_expression "piVar4[2] = iVar3" (subscript_expression "piVar4[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar7 = *(undefined4 **)(*(int *)(iVar1 + 0x1c) + 8);" (assignment_expression "puVar7 = *(undefined4 **)(*(int *)(iVar1 + 0x1c) + 8)" identifier = (pointer_expression "*(undefined4 **)(*(int *)(iVar1 + 0x1c) + 8)" * (cast_expression "(undefined4 **)(*(int *)(iVar1 + 0x1c) + 8)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)(iVar1 + 0x1c) + 8)" ( (binary_expression "*(int *)(iVar1 + 0x1c) + 8" (pointer_expression "*(int *)(iVar1 + 0x1c)" * (cast_expression "(int *)(iVar1 + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x1c)" ( (binary_expression "iVar1 + 0x1c" identifier + number_literal) )))) + number_literal) ))))) ;) }) (else_clause "else {\n piVar4[1] = iVar3;\n iVar2 = *piVar4;\n iVar6 = FUN_0003dad0(piVar4[2],(iVar3 - iVar2) * 4 + 4);\n piVar4[2] = iVar6;\n puVar7 = (undefined4 *)(*(int *)(*(int *)(iVar1 + 0x1c) + 8) + (iVar3 - iVar2) * 4);\n }" else (compound_statement "{\n piVar4[1] = iVar3;\n iVar2 = *piVar4;\n iVar6 = FUN_0003dad0(piVar4[2],(iVar3 - iVar2) * 4 + 4);\n piVar4[2] = iVar6;\n puVar7 = (undefined4 *)(*(int *)(*(int *)(iVar1 + 0x1c) + 8) + (iVar3 - iVar2) * 4);\n }" { (expression_statement "piVar4[1] = iVar3;" (assignment_expression "piVar4[1] = iVar3" (subscript_expression "piVar4[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "iVar2 = *piVar4;" (assignment_expression "iVar2 = *piVar4" identifier = (pointer_expression "*piVar4" * identifier)) ;) (expression_statement "iVar6 = FUN_0003dad0(piVar4[2],(iVar3 - iVar2) * 4 + 4);" (assignment_expression "iVar6 = FUN_0003dad0(piVar4[2],(iVar3 - iVar2) * 4 + 4)" identifier = (call_expression "FUN_0003dad0(piVar4[2],(iVar3 - iVar2) * 4 + 4)" identifier (argument_list "(piVar4[2],(iVar3 - iVar2) * 4 + 4)" ( (subscript_expression "piVar4[2]" identifier [ number_literal ]) , (binary_expression "(iVar3 - iVar2) * 4 + 4" (binary_expression "(iVar3 - iVar2) * 4" (parenthesized_expression "(iVar3 - iVar2)" ( (binary_expression "iVar3 - iVar2" identifier - identifier) )) * number_literal) + number_literal) )))) ;) (expression_statement "piVar4[2] = iVar6;" (assignment_expression "piVar4[2] = iVar6" (subscript_expression "piVar4[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar7 = (undefined4 *)(*(int *)(*(int *)(iVar1 + 0x1c) + 8) + (iVar3 - iVar2) * 4);" (assignment_expression "puVar7 = (undefined4 *)(*(int *)(*(int *)(iVar1 + 0x1c) + 8) + (iVar3 - iVar2) * 4)" identifier = (cast_expression "(undefined4 *)(*(int *)(*(int *)(iVar1 + 0x1c) + 8) + (iVar3 - iVar2) * 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(*(int *)(iVar1 + 0x1c) + 8) + (iVar3 - iVar2) * 4)" ( (binary_expression "*(int *)(*(int *)(iVar1 + 0x1c) + 8) + (iVar3 - iVar2) * 4" (pointer_expression "*(int *)(*(int *)(iVar1 + 0x1c) + 8)" * (cast_expression "(int *)(*(int *)(iVar1 + 0x1c) + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar1 + 0x1c) + 8)" ( (binary_expression "*(int *)(iVar1 + 0x1c) + 8" (pointer_expression "*(int *)(iVar1 + 0x1c)" * (cast_expression "(int *)(iVar1 + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x1c)" ( (binary_expression "iVar1 + 0x1c" identifier + number_literal) )))) + number_literal) )))) + (binary_expression "(iVar3 - iVar2) * 4" (parenthesized_expression "(iVar3 - iVar2)" ( (binary_expression "iVar3 - iVar2" identifier - identifier) )) * number_literal)) )))) ;) }))) (expression_statement "uVar5 = FUN_0003dbd0(0,param_2);" (assignment_expression "uVar5 = FUN_0003dbd0(0,param_2)" identifier = (call_expression "FUN_0003dbd0(0,param_2)" identifier (argument_list "(0,param_2)" ( number_literal , identifier )))) ;) (expression_statement "*puVar7 = uVar5;" (assignment_expression "*puVar7 = uVar5" (pointer_expression "*puVar7" * identifier) = identifier) ;) (expression_statement "*(undefined4 *)(iVar1 + 0x14) = *(undefined4 *)(DAT_0007b640 + 0x14);" (assignment_expression "*(undefined4 *)(iVar1 + 0x14) = *(undefined4 *)(DAT_0007b640 + 0x14)" (pointer_expression "*(undefined4 *)(iVar1 + 0x14)" * (cast_expression "(undefined4 *)(iVar1 + 0x14)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x14)" ( (binary_expression "iVar1 + 0x14" identifier + number_literal) )))) = (pointer_expression "*(undefined4 *)(DAT_0007b640 + 0x14)" * (cast_expression "(undefined4 *)(DAT_0007b640 + 0x14)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0007b640 + 0x14)" ( (binary_expression "DAT_0007b640 + 0x14" identifier + number_literal) ))))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid update_multiline_undo(ssize_t lineno,char *indentation)\n\n{\n undo *puVar1;\n int iVar2;\n undo_group *puVar3;\n char **ppcVar4;\n char *pcVar5;\n \n puVar1 = openfile->current_undo;\n puVar3 = puVar1->grouping;\n if ((puVar3 == (undo_group *)0x0) || (iVar2 = puVar3->bottom_line + 1, iVar2 != lineno)) {\n puVar3 = (undo_group *)nmalloc(0x10);\n puVar3->next = puVar1->grouping;\n puVar1->grouping = puVar3;\n puVar3->top_line = lineno;\n puVar3->bottom_line = lineno;\n ppcVar4 = (char **)nmalloc(4);\n puVar3->indentations = ppcVar4;\n ppcVar4 = puVar1->grouping->indentations;\n }\n else {\n puVar3->bottom_line = iVar2;\n iVar2 = iVar2 - puVar3->top_line;\n ppcVar4 = (char **)nrealloc(puVar3->indentations,iVar2 * 4 + 4);\n puVar3->indentations = ppcVar4;\n ppcVar4 = puVar1->grouping->indentations + iVar2;\n }\n pcVar5 = mallocstrcpy((char *)0x0,indentation);\n *ppcVar4 = pcVar5;\n puVar1->newsize = openfile->totsize;\n return;\n}\n\n" comment (function_definition "void update_multiline_undo(ssize_t lineno,char *indentation)\n\n{\n undo *puVar1;\n int iVar2;\n undo_group *puVar3;\n char **ppcVar4;\n char *pcVar5;\n \n puVar1 = openfile->current_undo;\n puVar3 = puVar1->grouping;\n if ((puVar3 == (undo_group *)0x0) || (iVar2 = puVar3->bottom_line + 1, iVar2 != lineno)) {\n puVar3 = (undo_group *)nmalloc(0x10);\n puVar3->next = puVar1->grouping;\n puVar1->grouping = puVar3;\n puVar3->top_line = lineno;\n puVar3->bottom_line = lineno;\n ppcVar4 = (char **)nmalloc(4);\n puVar3->indentations = ppcVar4;\n ppcVar4 = puVar1->grouping->indentations;\n }\n else {\n puVar3->bottom_line = iVar2;\n iVar2 = iVar2 - puVar3->top_line;\n ppcVar4 = (char **)nrealloc(puVar3->indentations,iVar2 * 4 + 4);\n puVar3->indentations = ppcVar4;\n ppcVar4 = puVar1->grouping->indentations + iVar2;\n }\n pcVar5 = mallocstrcpy((char *)0x0,indentation);\n *ppcVar4 = pcVar5;\n puVar1->newsize = openfile->totsize;\n return;\n}" primitive_type (function_declarator "update_multiline_undo(ssize_t lineno,char *indentation)" identifier (parameter_list "(ssize_t lineno,char *indentation)" ( (parameter_declaration "ssize_t lineno" primitive_type identifier) , (parameter_declaration "char *indentation" primitive_type (pointer_declarator "*indentation" * identifier)) ))) (compound_statement "{\n undo *puVar1;\n int iVar2;\n undo_group *puVar3;\n char **ppcVar4;\n char *pcVar5;\n \n puVar1 = openfile->current_undo;\n puVar3 = puVar1->grouping;\n if ((puVar3 == (undo_group *)0x0) || (iVar2 = puVar3->bottom_line + 1, iVar2 != lineno)) {\n puVar3 = (undo_group *)nmalloc(0x10);\n puVar3->next = puVar1->grouping;\n puVar1->grouping = puVar3;\n puVar3->top_line = lineno;\n puVar3->bottom_line = lineno;\n ppcVar4 = (char **)nmalloc(4);\n puVar3->indentations = ppcVar4;\n ppcVar4 = puVar1->grouping->indentations;\n }\n else {\n puVar3->bottom_line = iVar2;\n iVar2 = iVar2 - puVar3->top_line;\n ppcVar4 = (char **)nrealloc(puVar3->indentations,iVar2 * 4 + 4);\n puVar3->indentations = ppcVar4;\n ppcVar4 = puVar1->grouping->indentations + iVar2;\n }\n pcVar5 = mallocstrcpy((char *)0x0,indentation);\n *ppcVar4 = pcVar5;\n puVar1->newsize = openfile->totsize;\n return;\n}" { (declaration "undo *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "undo_group *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (declaration "char **ppcVar4;" primitive_type (pointer_declarator "**ppcVar4" * (pointer_declarator "*ppcVar4" * identifier)) ;) (declaration "char *pcVar5;" primitive_type (pointer_declarator "*pcVar5" * identifier) ;) (expression_statement "puVar1 = openfile->current_undo;" (assignment_expression "puVar1 = openfile->current_undo" identifier = (field_expression "openfile->current_undo" identifier -> field_identifier)) ;) (expression_statement "puVar3 = puVar1->grouping;" (assignment_expression "puVar3 = puVar1->grouping" identifier = (field_expression "puVar1->grouping" identifier -> field_identifier)) ;) (if_statement "if ((puVar3 == (undo_group *)0x0) || (iVar2 = puVar3->bottom_line + 1, iVar2 != lineno)) {\n puVar3 = (undo_group *)nmalloc(0x10);\n puVar3->next = puVar1->grouping;\n puVar1->grouping = puVar3;\n puVar3->top_line = lineno;\n puVar3->bottom_line = lineno;\n ppcVar4 = (char **)nmalloc(4);\n puVar3->indentations = ppcVar4;\n ppcVar4 = puVar1->grouping->indentations;\n }\n else {\n puVar3->bottom_line = iVar2;\n iVar2 = iVar2 - puVar3->top_line;\n ppcVar4 = (char **)nrealloc(puVar3->indentations,iVar2 * 4 + 4);\n puVar3->indentations = ppcVar4;\n ppcVar4 = puVar1->grouping->indentations + iVar2;\n }" if (parenthesized_expression "((puVar3 == (undo_group *)0x0) || (iVar2 = puVar3->bottom_line + 1, iVar2 != lineno))" ( (binary_expression "(puVar3 == (undo_group *)0x0) || (iVar2 = puVar3->bottom_line + 1, iVar2 != lineno)" (parenthesized_expression "(puVar3 == (undo_group *)0x0)" ( (binary_expression "puVar3 == (undo_group *)0x0" identifier == (cast_expression "(undo_group *)0x0" ( (type_descriptor "undo_group *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) || (parenthesized_expression "(iVar2 = puVar3->bottom_line + 1, iVar2 != lineno)" ( (comma_expression "iVar2 = puVar3->bottom_line + 1, iVar2 != lineno" (assignment_expression "iVar2 = puVar3->bottom_line + 1" identifier = (binary_expression "puVar3->bottom_line + 1" (field_expression "puVar3->bottom_line" identifier -> field_identifier) + number_literal)) , (binary_expression "iVar2 != lineno" identifier != identifier)) ))) )) (compound_statement "{\n puVar3 = (undo_group *)nmalloc(0x10);\n puVar3->next = puVar1->grouping;\n puVar1->grouping = puVar3;\n puVar3->top_line = lineno;\n puVar3->bottom_line = lineno;\n ppcVar4 = (char **)nmalloc(4);\n puVar3->indentations = ppcVar4;\n ppcVar4 = puVar1->grouping->indentations;\n }" { (expression_statement "puVar3 = (undo_group *)nmalloc(0x10);" (assignment_expression "puVar3 = (undo_group *)nmalloc(0x10)" identifier = (cast_expression "(undo_group *)nmalloc(0x10)" ( (type_descriptor "undo_group *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "nmalloc(0x10)" identifier (argument_list "(0x10)" ( number_literal ))))) ;) (expression_statement "puVar3->next = puVar1->grouping;" (assignment_expression "puVar3->next = puVar1->grouping" (field_expression "puVar3->next" identifier -> field_identifier) = (field_expression "puVar1->grouping" identifier -> field_identifier)) ;) (expression_statement "puVar1->grouping = puVar3;" (assignment_expression "puVar1->grouping = puVar3" (field_expression "puVar1->grouping" identifier -> field_identifier) = identifier) ;) (expression_statement "puVar3->top_line = lineno;" (assignment_expression "puVar3->top_line = lineno" (field_expression "puVar3->top_line" identifier -> field_identifier) = identifier) ;) (expression_statement "puVar3->bottom_line = lineno;" (assignment_expression "puVar3->bottom_line = lineno" (field_expression "puVar3->bottom_line" identifier -> field_identifier) = identifier) ;) (expression_statement "ppcVar4 = (char **)nmalloc(4);" (assignment_expression "ppcVar4 = (char **)nmalloc(4)" identifier = (cast_expression "(char **)nmalloc(4)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (call_expression "nmalloc(4)" identifier (argument_list "(4)" ( number_literal ))))) ;) (expression_statement "puVar3->indentations = ppcVar4;" (assignment_expression "puVar3->indentations = ppcVar4" (field_expression "puVar3->indentations" identifier -> field_identifier) = identifier) ;) (expression_statement "ppcVar4 = puVar1->grouping->indentations;" (assignment_expression "ppcVar4 = puVar1->grouping->indentations" identifier = (field_expression "puVar1->grouping->indentations" (field_expression "puVar1->grouping" identifier -> field_identifier) -> field_identifier)) ;) }) (else_clause "else {\n puVar3->bottom_line = iVar2;\n iVar2 = iVar2 - puVar3->top_line;\n ppcVar4 = (char **)nrealloc(puVar3->indentations,iVar2 * 4 + 4);\n puVar3->indentations = ppcVar4;\n ppcVar4 = puVar1->grouping->indentations + iVar2;\n }" else (compound_statement "{\n puVar3->bottom_line = iVar2;\n iVar2 = iVar2 - puVar3->top_line;\n ppcVar4 = (char **)nrealloc(puVar3->indentations,iVar2 * 4 + 4);\n puVar3->indentations = ppcVar4;\n ppcVar4 = puVar1->grouping->indentations + iVar2;\n }" { (expression_statement "puVar3->bottom_line = iVar2;" (assignment_expression "puVar3->bottom_line = iVar2" (field_expression "puVar3->bottom_line" identifier -> field_identifier) = identifier) ;) (expression_statement "iVar2 = iVar2 - puVar3->top_line;" (assignment_expression "iVar2 = iVar2 - puVar3->top_line" identifier = (binary_expression "iVar2 - puVar3->top_line" identifier - (field_expression "puVar3->top_line" identifier -> field_identifier))) ;) (expression_statement "ppcVar4 = (char **)nrealloc(puVar3->indentations,iVar2 * 4 + 4);" (assignment_expression "ppcVar4 = (char **)nrealloc(puVar3->indentations,iVar2 * 4 + 4)" identifier = (cast_expression "(char **)nrealloc(puVar3->indentations,iVar2 * 4 + 4)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (call_expression "nrealloc(puVar3->indentations,iVar2 * 4 + 4)" identifier (argument_list "(puVar3->indentations,iVar2 * 4 + 4)" ( (field_expression "puVar3->indentations" identifier -> field_identifier) , (binary_expression "iVar2 * 4 + 4" (binary_expression "iVar2 * 4" identifier * number_literal) + number_literal) ))))) ;) (expression_statement "puVar3->indentations = ppcVar4;" (assignment_expression "puVar3->indentations = ppcVar4" (field_expression "puVar3->indentations" identifier -> field_identifier) = identifier) ;) (expression_statement "ppcVar4 = puVar1->grouping->indentations + iVar2;" (assignment_expression "ppcVar4 = puVar1->grouping->indentations + iVar2" identifier = (binary_expression "puVar1->grouping->indentations + iVar2" (field_expression "puVar1->grouping->indentations" (field_expression "puVar1->grouping" identifier -> field_identifier) -> field_identifier) + identifier)) ;) }))) (expression_statement "pcVar5 = mallocstrcpy((char *)0x0,indentation);" (assignment_expression "pcVar5 = mallocstrcpy((char *)0x0,indentation)" identifier = (call_expression "mallocstrcpy((char *)0x0,indentation)" identifier (argument_list "((char *)0x0,indentation)" ( (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) , identifier )))) ;) (expression_statement "*ppcVar4 = pcVar5;" (assignment_expression "*ppcVar4 = pcVar5" (pointer_expression "*ppcVar4" * identifier) = identifier) ;) (expression_statement "puVar1->newsize = openfile->totsize;" (assignment_expression "puVar1->newsize = openfile->totsize" (field_expression "puVar1->newsize" identifier -> field_identifier) = (field_expression "openfile->totsize" identifier -> field_identifier)) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_000386f0(int param_1,undefined4 param_2)\n\n{\n int iVar1;\n int iVar2;\n int iVar3;\n int *piVar4;\n undefined4 uVar5;\n int iVar6;\n undefined4 *puVar7;\n \n iVar1 = *(int *)(DAT_0007b640 + 0x44);\n piVar4 = *(int **)(iVar1 + 0x1c);\n if ((piVar4 == (int *)0x0) || (iVar3 = piVar4[1] + 1, iVar3 != param_1)) {\n piVar4 = (int *)FUN_0003da70(0x10);\n piVar4[3] = *(int *)(iVar1 + 0x1c);\n *(int **)(iVar1 + 0x1c) = piVar4;\n *piVar4 = param_1;\n piVar4[1] = param_1;\n iVar3 = FUN_0003da70(4);\n piVar4[2] = iVar3;\n puVar7 = *(undefined4 **)(*(int *)(iVar1 + 0x1c) + 8);\n }\n else {\n piVar4[1] = iVar3;\n iVar2 = *piVar4;\n iVar6 = FUN_0003dad0(piVar4[2],(iVar3 - iVar2) * 4 + 4);\n piVar4[2] = iVar6;\n puVar7 = (undefined4 *)(*(int *)(*(int *)(iVar1 + 0x1c) + 8) + (iVar3 - iVar2) * 4);\n }\n uVar5 = FUN_0003dbd0(0,param_2);\n *puVar7 = uVar5;\n *(undefined4 *)(iVar1 + 0x14) = *(undefined4 *)(DAT_0007b640 + 0x14);\n return;\n}\n\n" (function_definition "void FUN_000386f0(int param_1,undefined4 param_2)\n\n{\n int iVar1;\n int iVar2;\n int iVar3;\n int *piVar4;\n undefined4 uVar5;\n int iVar6;\n undefined4 *puVar7;\n \n iVar1 = *(int *)(DAT_0007b640 + 0x44);\n piVar4 = *(int **)(iVar1 + 0x1c);\n if ((piVar4 == (int *)0x0) || (iVar3 = piVar4[1] + 1, iVar3 != param_1)) {\n piVar4 = (int *)FUN_0003da70(0x10);\n piVar4[3] = *(int *)(iVar1 + 0x1c);\n *(int **)(iVar1 + 0x1c) = piVar4;\n *piVar4 = param_1;\n piVar4[1] = param_1;\n iVar3 = FUN_0003da70(4);\n piVar4[2] = iVar3;\n puVar7 = *(undefined4 **)(*(int *)(iVar1 + 0x1c) + 8);\n }\n else {\n piVar4[1] = iVar3;\n iVar2 = *piVar4;\n iVar6 = FUN_0003dad0(piVar4[2],(iVar3 - iVar2) * 4 + 4);\n piVar4[2] = iVar6;\n puVar7 = (undefined4 *)(*(int *)(*(int *)(iVar1 + 0x1c) + 8) + (iVar3 - iVar2) * 4);\n }\n uVar5 = FUN_0003dbd0(0,param_2);\n *puVar7 = uVar5;\n *(undefined4 *)(iVar1 + 0x14) = *(undefined4 *)(DAT_0007b640 + 0x14);\n return;\n}" primitive_type (function_declarator "FUN_000386f0(int param_1,undefined4 param_2)" identifier (parameter_list "(int param_1,undefined4 param_2)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) ))) (compound_statement "{\n int iVar1;\n int iVar2;\n int iVar3;\n int *piVar4;\n undefined4 uVar5;\n int iVar6;\n undefined4 *puVar7;\n \n iVar1 = *(int *)(DAT_0007b640 + 0x44);\n piVar4 = *(int **)(iVar1 + 0x1c);\n if ((piVar4 == (int *)0x0) || (iVar3 = piVar4[1] + 1, iVar3 != param_1)) {\n piVar4 = (int *)FUN_0003da70(0x10);\n piVar4[3] = *(int *)(iVar1 + 0x1c);\n *(int **)(iVar1 + 0x1c) = piVar4;\n *piVar4 = param_1;\n piVar4[1] = param_1;\n iVar3 = FUN_0003da70(4);\n piVar4[2] = iVar3;\n puVar7 = *(undefined4 **)(*(int *)(iVar1 + 0x1c) + 8);\n }\n else {\n piVar4[1] = iVar3;\n iVar2 = *piVar4;\n iVar6 = FUN_0003dad0(piVar4[2],(iVar3 - iVar2) * 4 + 4);\n piVar4[2] = iVar6;\n puVar7 = (undefined4 *)(*(int *)(*(int *)(iVar1 + 0x1c) + 8) + (iVar3 - iVar2) * 4);\n }\n uVar5 = FUN_0003dbd0(0,param_2);\n *puVar7 = uVar5;\n *(undefined4 *)(iVar1 + 0x14) = *(undefined4 *)(DAT_0007b640 + 0x14);\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "int *piVar4;" primitive_type (pointer_declarator "*piVar4" * identifier) ;) (declaration "undefined4 uVar5;" type_identifier identifier ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "undefined4 *puVar7;" type_identifier (pointer_declarator "*puVar7" * identifier) ;) (expression_statement "iVar1 = *(int *)(DAT_0007b640 + 0x44);" (assignment_expression "iVar1 = *(int *)(DAT_0007b640 + 0x44)" identifier = (pointer_expression "*(int *)(DAT_0007b640 + 0x44)" * (cast_expression "(int *)(DAT_0007b640 + 0x44)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0007b640 + 0x44)" ( (binary_expression "DAT_0007b640 + 0x44" identifier + number_literal) ))))) ;) (expression_statement "piVar4 = *(int **)(iVar1 + 0x1c);" (assignment_expression "piVar4 = *(int **)(iVar1 + 0x1c)" identifier = (pointer_expression "*(int **)(iVar1 + 0x1c)" * (cast_expression "(int **)(iVar1 + 0x1c)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar1 + 0x1c)" ( (binary_expression "iVar1 + 0x1c" identifier + number_literal) ))))) ;) (if_statement "if ((piVar4 == (int *)0x0) || (iVar3 = piVar4[1] + 1, iVar3 != param_1)) {\n piVar4 = (int *)FUN_0003da70(0x10);\n piVar4[3] = *(int *)(iVar1 + 0x1c);\n *(int **)(iVar1 + 0x1c) = piVar4;\n *piVar4 = param_1;\n piVar4[1] = param_1;\n iVar3 = FUN_0003da70(4);\n piVar4[2] = iVar3;\n puVar7 = *(undefined4 **)(*(int *)(iVar1 + 0x1c) + 8);\n }\n else {\n piVar4[1] = iVar3;\n iVar2 = *piVar4;\n iVar6 = FUN_0003dad0(piVar4[2],(iVar3 - iVar2) * 4 + 4);\n piVar4[2] = iVar6;\n puVar7 = (undefined4 *)(*(int *)(*(int *)(iVar1 + 0x1c) + 8) + (iVar3 - iVar2) * 4);\n }" if (parenthesized_expression "((piVar4 == (int *)0x0) || (iVar3 = piVar4[1] + 1, iVar3 != param_1))" ( (binary_expression "(piVar4 == (int *)0x0) || (iVar3 = piVar4[1] + 1, iVar3 != param_1)" (parenthesized_expression "(piVar4 == (int *)0x0)" ( (binary_expression "piVar4 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) || (parenthesized_expression "(iVar3 = piVar4[1] + 1, iVar3 != param_1)" ( (comma_expression "iVar3 = piVar4[1] + 1, iVar3 != param_1" (assignment_expression "iVar3 = piVar4[1] + 1" identifier = (binary_expression "piVar4[1] + 1" (subscript_expression "piVar4[1]" identifier [ number_literal ]) + number_literal)) , (binary_expression "iVar3 != param_1" identifier != identifier)) ))) )) (compound_statement "{\n piVar4 = (int *)FUN_0003da70(0x10);\n piVar4[3] = *(int *)(iVar1 + 0x1c);\n *(int **)(iVar1 + 0x1c) = piVar4;\n *piVar4 = param_1;\n piVar4[1] = param_1;\n iVar3 = FUN_0003da70(4);\n piVar4[2] = iVar3;\n puVar7 = *(undefined4 **)(*(int *)(iVar1 + 0x1c) + 8);\n }" { (expression_statement "piVar4 = (int *)FUN_0003da70(0x10);" (assignment_expression "piVar4 = (int *)FUN_0003da70(0x10)" identifier = (cast_expression "(int *)FUN_0003da70(0x10)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0003da70(0x10)" identifier (argument_list "(0x10)" ( number_literal ))))) ;) (expression_statement "piVar4[3] = *(int *)(iVar1 + 0x1c);" (assignment_expression "piVar4[3] = *(int *)(iVar1 + 0x1c)" (subscript_expression "piVar4[3]" identifier [ number_literal ]) = (pointer_expression "*(int *)(iVar1 + 0x1c)" * (cast_expression "(int *)(iVar1 + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x1c)" ( (binary_expression "iVar1 + 0x1c" identifier + number_literal) ))))) ;) (expression_statement "*(int **)(iVar1 + 0x1c) = piVar4;" (assignment_expression "*(int **)(iVar1 + 0x1c) = piVar4" (pointer_expression "*(int **)(iVar1 + 0x1c)" * (cast_expression "(int **)(iVar1 + 0x1c)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar1 + 0x1c)" ( (binary_expression "iVar1 + 0x1c" identifier + number_literal) )))) = identifier) ;) (expression_statement "*piVar4 = param_1;" (assignment_expression "*piVar4 = param_1" (pointer_expression "*piVar4" * identifier) = identifier) ;) (expression_statement "piVar4[1] = param_1;" (assignment_expression "piVar4[1] = param_1" (subscript_expression "piVar4[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "iVar3 = FUN_0003da70(4);" (assignment_expression "iVar3 = FUN_0003da70(4)" identifier = (call_expression "FUN_0003da70(4)" identifier (argument_list "(4)" ( number_literal )))) ;) (expression_statement "piVar4[2] = iVar3;" (assignment_expression "piVar4[2] = iVar3" (subscript_expression "piVar4[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar7 = *(undefined4 **)(*(int *)(iVar1 + 0x1c) + 8);" (assignment_expression "puVar7 = *(undefined4 **)(*(int *)(iVar1 + 0x1c) + 8)" identifier = (pointer_expression "*(undefined4 **)(*(int *)(iVar1 + 0x1c) + 8)" * (cast_expression "(undefined4 **)(*(int *)(iVar1 + 0x1c) + 8)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)(iVar1 + 0x1c) + 8)" ( (binary_expression "*(int *)(iVar1 + 0x1c) + 8" (pointer_expression "*(int *)(iVar1 + 0x1c)" * (cast_expression "(int *)(iVar1 + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x1c)" ( (binary_expression "iVar1 + 0x1c" identifier + number_literal) )))) + number_literal) ))))) ;) }) (else_clause "else {\n piVar4[1] = iVar3;\n iVar2 = *piVar4;\n iVar6 = FUN_0003dad0(piVar4[2],(iVar3 - iVar2) * 4 + 4);\n piVar4[2] = iVar6;\n puVar7 = (undefined4 *)(*(int *)(*(int *)(iVar1 + 0x1c) + 8) + (iVar3 - iVar2) * 4);\n }" else (compound_statement "{\n piVar4[1] = iVar3;\n iVar2 = *piVar4;\n iVar6 = FUN_0003dad0(piVar4[2],(iVar3 - iVar2) * 4 + 4);\n piVar4[2] = iVar6;\n puVar7 = (undefined4 *)(*(int *)(*(int *)(iVar1 + 0x1c) + 8) + (iVar3 - iVar2) * 4);\n }" { (expression_statement "piVar4[1] = iVar3;" (assignment_expression "piVar4[1] = iVar3" (subscript_expression "piVar4[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "iVar2 = *piVar4;" (assignment_expression "iVar2 = *piVar4" identifier = (pointer_expression "*piVar4" * identifier)) ;) (expression_statement "iVar6 = FUN_0003dad0(piVar4[2],(iVar3 - iVar2) * 4 + 4);" (assignment_expression "iVar6 = FUN_0003dad0(piVar4[2],(iVar3 - iVar2) * 4 + 4)" identifier = (call_expression "FUN_0003dad0(piVar4[2],(iVar3 - iVar2) * 4 + 4)" identifier (argument_list "(piVar4[2],(iVar3 - iVar2) * 4 + 4)" ( (subscript_expression "piVar4[2]" identifier [ number_literal ]) , (binary_expression "(iVar3 - iVar2) * 4 + 4" (binary_expression "(iVar3 - iVar2) * 4" (parenthesized_expression "(iVar3 - iVar2)" ( (binary_expression "iVar3 - iVar2" identifier - identifier) )) * number_literal) + number_literal) )))) ;) (expression_statement "piVar4[2] = iVar6;" (assignment_expression "piVar4[2] = iVar6" (subscript_expression "piVar4[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar7 = (undefined4 *)(*(int *)(*(int *)(iVar1 + 0x1c) + 8) + (iVar3 - iVar2) * 4);" (assignment_expression "puVar7 = (undefined4 *)(*(int *)(*(int *)(iVar1 + 0x1c) + 8) + (iVar3 - iVar2) * 4)" identifier = (cast_expression "(undefined4 *)(*(int *)(*(int *)(iVar1 + 0x1c) + 8) + (iVar3 - iVar2) * 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(*(int *)(iVar1 + 0x1c) + 8) + (iVar3 - iVar2) * 4)" ( (binary_expression "*(int *)(*(int *)(iVar1 + 0x1c) + 8) + (iVar3 - iVar2) * 4" (pointer_expression "*(int *)(*(int *)(iVar1 + 0x1c) + 8)" * (cast_expression "(int *)(*(int *)(iVar1 + 0x1c) + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar1 + 0x1c) + 8)" ( (binary_expression "*(int *)(iVar1 + 0x1c) + 8" (pointer_expression "*(int *)(iVar1 + 0x1c)" * (cast_expression "(int *)(iVar1 + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x1c)" ( (binary_expression "iVar1 + 0x1c" identifier + number_literal) )))) + number_literal) )))) + (binary_expression "(iVar3 - iVar2) * 4" (parenthesized_expression "(iVar3 - iVar2)" ( (binary_expression "iVar3 - iVar2" identifier - identifier) )) * number_literal)) )))) ;) }))) (expression_statement "uVar5 = FUN_0003dbd0(0,param_2);" (assignment_expression "uVar5 = FUN_0003dbd0(0,param_2)" identifier = (call_expression "FUN_0003dbd0(0,param_2)" identifier (argument_list "(0,param_2)" ( number_literal , identifier )))) ;) (expression_statement "*puVar7 = uVar5;" (assignment_expression "*puVar7 = uVar5" (pointer_expression "*puVar7" * identifier) = identifier) ;) (expression_statement "*(undefined4 *)(iVar1 + 0x14) = *(undefined4 *)(DAT_0007b640 + 0x14);" (assignment_expression "*(undefined4 *)(iVar1 + 0x14) = *(undefined4 *)(DAT_0007b640 + 0x14)" (pointer_expression "*(undefined4 *)(iVar1 + 0x14)" * (cast_expression "(undefined4 *)(iVar1 + 0x14)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x14)" ( (binary_expression "iVar1 + 0x14" identifier + number_literal) )))) = (pointer_expression "*(undefined4 *)(DAT_0007b640 + 0x14)" * (cast_expression "(undefined4 *)(DAT_0007b640 + 0x14)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0007b640 + 0x14)" ( (binary_expression "DAT_0007b640 + 0x14" identifier + number_literal) ))))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (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) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (binary_expression (subscript_expression IDENT [ LIT ]) + LIT)) , (binary_expression IDENT != IDENT)) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT ))))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (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 * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT )))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) ))))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (subscript_expression IDENT [ LIT ]) , (binary_expression (binary_expression (parenthesized_expression ( (binary_expression IDENT - IDENT) )) * LIT) + LIT) )))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) + (binary_expression (parenthesized_expression ( (binary_expression IDENT - IDENT) )) * LIT)) )))) ;) }))) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , IDENT )))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (return_statement return ;) })))
(function_definition "void FUN_000386f0(int param_1,undefined4 param_2)\n\n{\n int iVar1;\n int iVar2;\n int iVar3;\n int *piVar4;\n undefined4 uVar5;\n int iVar6;\n undefined4 *puVar7;\n \n iVar1 = *(int *)(DAT_0007b640 + 0x44);\n piVar4 = *(int **)(iVar1 + 0x1c);\n if ((piVar4 == (int *)0x0) || (iVar3 = piVar4[1] + 1, iVar3 != param_1)) {\n piVar4 = (int *)FUN_0003da70(0x10);\n piVar4[3] = *(int *)(iVar1 + 0x1c);\n *(int **)(iVar1 + 0x1c) = piVar4;\n *piVar4 = param_1;\n piVar4[1] = param_1;\n iVar3 = FUN_0003da70(4);\n piVar4[2] = iVar3;\n puVar7 = *(undefined4 **)(*(int *)(iVar1 + 0x1c) + 8);\n }\n else {\n piVar4[1] = iVar3;\n iVar2 = *piVar4;\n iVar6 = FUN_0003dad0(piVar4[2],(iVar3 - iVar2) * 4 + 4);\n piVar4[2] = iVar6;\n puVar7 = (undefined4 *)(*(int *)(*(int *)(iVar1 + 0x1c) + 8) + (iVar3 - iVar2) * 4);\n }\n uVar5 = FUN_0003dbd0(0,param_2);\n *puVar7 = uVar5;\n *(undefined4 *)(iVar1 + 0x14) = *(undefined4 *)(DAT_0007b640 + 0x14);\n return;\n}" (primitive_type "void") (function_declarator "FUN_000386f0(int param_1,undefined4 param_2)" (identifier "FUN_000386f0") (parameter_list "(int param_1,undefined4 param_2)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) () ")"))) (compound_statement "{\n int iVar1;\n int iVar2;\n int iVar3;\n int *piVar4;\n undefined4 uVar5;\n int iVar6;\n undefined4 *puVar7;\n \n iVar1 = *(int *)(DAT_0007b640 + 0x44);\n piVar4 = *(int **)(iVar1 + 0x1c);\n if ((piVar4 == (int *)0x0) || (iVar3 = piVar4[1] + 1, iVar3 != param_1)) {\n piVar4 = (int *)FUN_0003da70(0x10);\n piVar4[3] = *(int *)(iVar1 + 0x1c);\n *(int **)(iVar1 + 0x1c) = piVar4;\n *piVar4 = param_1;\n piVar4[1] = param_1;\n iVar3 = FUN_0003da70(4);\n piVar4[2] = iVar3;\n puVar7 = *(undefined4 **)(*(int *)(iVar1 + 0x1c) + 8);\n }\n else {\n piVar4[1] = iVar3;\n iVar2 = *piVar4;\n iVar6 = FUN_0003dad0(piVar4[2],(iVar3 - iVar2) * 4 + 4);\n piVar4[2] = iVar6;\n puVar7 = (undefined4 *)(*(int *)(*(int *)(iVar1 + 0x1c) + 8) + (iVar3 - iVar2) * 4);\n }\n uVar5 = FUN_0003dbd0(0,param_2);\n *puVar7 = uVar5;\n *(undefined4 *)(iVar1 + 0x14) = *(undefined4 *)(DAT_0007b640 + 0x14);\n return;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (declaration "int iVar3;" (primitive_type "int") (identifier "iVar3") (; ";")) (declaration "int *piVar4;" (primitive_type "int") (pointer_declarator "*piVar4" (* "*") (identifier "piVar4")) (; ";")) (declaration "undefined4 uVar5;" (type_identifier "undefined4") (identifier "uVar5") (; ";")) (declaration "int iVar6;" (primitive_type "int") (identifier "iVar6") (; ";")) (declaration "undefined4 *puVar7;" (type_identifier "undefined4") (pointer_declarator "*puVar7" (* "*") (identifier "puVar7")) (; ";")) (expression_statement "iVar1 = *(int *)(DAT_0007b640 + 0x44);" (assignment_expression "iVar1 = *(int *)(DAT_0007b640 + 0x44)" (identifier "iVar1") (= "=") (pointer_expression "*(int *)(DAT_0007b640 + 0x44)" (* "*") (cast_expression "(int *)(DAT_0007b640 + 0x44)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_0007b640 + 0x44)" (( "(") (binary_expression "DAT_0007b640 + 0x44" (identifier "DAT_0007b640") (+ "+") (number_literal "0x44")) () ")"))))) (; ";")) (expression_statement "piVar4 = *(int **)(iVar1 + 0x1c);" (assignment_expression "piVar4 = *(int **)(iVar1 + 0x1c)" (identifier "piVar4") (= "=") (pointer_expression "*(int **)(iVar1 + 0x1c)" (* "*") (cast_expression "(int **)(iVar1 + 0x1c)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar1 + 0x1c)" (( "(") (binary_expression "iVar1 + 0x1c" (identifier "iVar1") (+ "+") (number_literal "0x1c")) () ")"))))) (; ";")) (if_statement "if ((piVar4 == (int *)0x0) || (iVar3 = piVar4[1] + 1, iVar3 != param_1)) {\n piVar4 = (int *)FUN_0003da70(0x10);\n piVar4[3] = *(int *)(iVar1 + 0x1c);\n *(int **)(iVar1 + 0x1c) = piVar4;\n *piVar4 = param_1;\n piVar4[1] = param_1;\n iVar3 = FUN_0003da70(4);\n piVar4[2] = iVar3;\n puVar7 = *(undefined4 **)(*(int *)(iVar1 + 0x1c) + 8);\n }\n else {\n piVar4[1] = iVar3;\n iVar2 = *piVar4;\n iVar6 = FUN_0003dad0(piVar4[2],(iVar3 - iVar2) * 4 + 4);\n piVar4[2] = iVar6;\n puVar7 = (undefined4 *)(*(int *)(*(int *)(iVar1 + 0x1c) + 8) + (iVar3 - iVar2) * 4);\n }" (if "if") (parenthesized_expression "((piVar4 == (int *)0x0) || (iVar3 = piVar4[1] + 1, iVar3 != param_1))" (( "(") (binary_expression "(piVar4 == (int *)0x0) || (iVar3 = piVar4[1] + 1, iVar3 != param_1)" (parenthesized_expression "(piVar4 == (int *)0x0)" (( "(") (binary_expression "piVar4 == (int *)0x0" (identifier "piVar4") (== "==") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (|| "||") (parenthesized_expression "(iVar3 = piVar4[1] + 1, iVar3 != param_1)" (( "(") (comma_expression "iVar3 = piVar4[1] + 1, iVar3 != param_1" (assignment_expression "iVar3 = piVar4[1] + 1" (identifier "iVar3") (= "=") (binary_expression "piVar4[1] + 1" (subscript_expression "piVar4[1]" (identifier "piVar4") ([ "[") (number_literal "1") (] "]")) (+ "+") (number_literal "1"))) (, ",") (binary_expression "iVar3 != param_1" (identifier "iVar3") (!= "!=") (identifier "param_1"))) () ")"))) () ")")) (compound_statement "{\n piVar4 = (int *)FUN_0003da70(0x10);\n piVar4[3] = *(int *)(iVar1 + 0x1c);\n *(int **)(iVar1 + 0x1c) = piVar4;\n *piVar4 = param_1;\n piVar4[1] = param_1;\n iVar3 = FUN_0003da70(4);\n piVar4[2] = iVar3;\n puVar7 = *(undefined4 **)(*(int *)(iVar1 + 0x1c) + 8);\n }" ({ "{") (expression_statement "piVar4 = (int *)FUN_0003da70(0x10);" (assignment_expression "piVar4 = (int *)FUN_0003da70(0x10)" (identifier "piVar4") (= "=") (cast_expression "(int *)FUN_0003da70(0x10)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_0003da70(0x10)" (identifier "FUN_0003da70") (argument_list "(0x10)" (( "(") (number_literal "0x10") () ")"))))) (; ";")) (expression_statement "piVar4[3] = *(int *)(iVar1 + 0x1c);" (assignment_expression "piVar4[3] = *(int *)(iVar1 + 0x1c)" (subscript_expression "piVar4[3]" (identifier "piVar4") ([ "[") (number_literal "3") (] "]")) (= "=") (pointer_expression "*(int *)(iVar1 + 0x1c)" (* "*") (cast_expression "(int *)(iVar1 + 0x1c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + 0x1c)" (( "(") (binary_expression "iVar1 + 0x1c" (identifier "iVar1") (+ "+") (number_literal "0x1c")) () ")"))))) (; ";")) (expression_statement "*(int **)(iVar1 + 0x1c) = piVar4;" (assignment_expression "*(int **)(iVar1 + 0x1c) = piVar4" (pointer_expression "*(int **)(iVar1 + 0x1c)" (* "*") (cast_expression "(int **)(iVar1 + 0x1c)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar1 + 0x1c)" (( "(") (binary_expression "iVar1 + 0x1c" (identifier "iVar1") (+ "+") (number_literal "0x1c")) () ")")))) (= "=") (identifier "piVar4")) (; ";")) (expression_statement "*piVar4 = param_1;" (assignment_expression "*piVar4 = param_1" (pointer_expression "*piVar4" (* "*") (identifier "piVar4")) (= "=") (identifier "param_1")) (; ";")) (expression_statement "piVar4[1] = param_1;" (assignment_expression "piVar4[1] = param_1" (subscript_expression "piVar4[1]" (identifier "piVar4") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "param_1")) (; ";")) (expression_statement "iVar3 = FUN_0003da70(4);" (assignment_expression "iVar3 = FUN_0003da70(4)" (identifier "iVar3") (= "=") (call_expression "FUN_0003da70(4)" (identifier "FUN_0003da70") (argument_list "(4)" (( "(") (number_literal "4") () ")")))) (; ";")) (expression_statement "piVar4[2] = iVar3;" (assignment_expression "piVar4[2] = iVar3" (subscript_expression "piVar4[2]" (identifier "piVar4") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "iVar3")) (; ";")) (expression_statement "puVar7 = *(undefined4 **)(*(int *)(iVar1 + 0x1c) + 8);" (assignment_expression "puVar7 = *(undefined4 **)(*(int *)(iVar1 + 0x1c) + 8)" (identifier "puVar7") (= "=") (pointer_expression "*(undefined4 **)(*(int *)(iVar1 + 0x1c) + 8)" (* "*") (cast_expression "(undefined4 **)(*(int *)(iVar1 + 0x1c) + 8)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(int *)(iVar1 + 0x1c) + 8)" (( "(") (binary_expression "*(int *)(iVar1 + 0x1c) + 8" (pointer_expression "*(int *)(iVar1 + 0x1c)" (* "*") (cast_expression "(int *)(iVar1 + 0x1c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + 0x1c)" (( "(") (binary_expression "iVar1 + 0x1c" (identifier "iVar1") (+ "+") (number_literal "0x1c")) () ")")))) (+ "+") (number_literal "8")) () ")"))))) (; ";")) (} "}")) (else_clause "else {\n piVar4[1] = iVar3;\n iVar2 = *piVar4;\n iVar6 = FUN_0003dad0(piVar4[2],(iVar3 - iVar2) * 4 + 4);\n piVar4[2] = iVar6;\n puVar7 = (undefined4 *)(*(int *)(*(int *)(iVar1 + 0x1c) + 8) + (iVar3 - iVar2) * 4);\n }" (else "else") (compound_statement "{\n piVar4[1] = iVar3;\n iVar2 = *piVar4;\n iVar6 = FUN_0003dad0(piVar4[2],(iVar3 - iVar2) * 4 + 4);\n piVar4[2] = iVar6;\n puVar7 = (undefined4 *)(*(int *)(*(int *)(iVar1 + 0x1c) + 8) + (iVar3 - iVar2) * 4);\n }" ({ "{") (expression_statement "piVar4[1] = iVar3;" (assignment_expression "piVar4[1] = iVar3" (subscript_expression "piVar4[1]" (identifier "piVar4") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "iVar3")) (; ";")) (expression_statement "iVar2 = *piVar4;" (assignment_expression "iVar2 = *piVar4" (identifier "iVar2") (= "=") (pointer_expression "*piVar4" (* "*") (identifier "piVar4"))) (; ";")) (expression_statement "iVar6 = FUN_0003dad0(piVar4[2],(iVar3 - iVar2) * 4 + 4);" (assignment_expression "iVar6 = FUN_0003dad0(piVar4[2],(iVar3 - iVar2) * 4 + 4)" (identifier "iVar6") (= "=") (call_expression "FUN_0003dad0(piVar4[2],(iVar3 - iVar2) * 4 + 4)" (identifier "FUN_0003dad0") (argument_list "(piVar4[2],(iVar3 - iVar2) * 4 + 4)" (( "(") (subscript_expression "piVar4[2]" (identifier "piVar4") ([ "[") (number_literal "2") (] "]")) (, ",") (binary_expression "(iVar3 - iVar2) * 4 + 4" (binary_expression "(iVar3 - iVar2) * 4" (parenthesized_expression "(iVar3 - iVar2)" (( "(") (binary_expression "iVar3 - iVar2" (identifier "iVar3") (- "-") (identifier "iVar2")) () ")")) (* "*") (number_literal "4")) (+ "+") (number_literal "4")) () ")")))) (; ";")) (expression_statement "piVar4[2] = iVar6;" (assignment_expression "piVar4[2] = iVar6" (subscript_expression "piVar4[2]" (identifier "piVar4") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "iVar6")) (; ";")) (expression_statement "puVar7 = (undefined4 *)(*(int *)(*(int *)(iVar1 + 0x1c) + 8) + (iVar3 - iVar2) * 4);" (assignment_expression "puVar7 = (undefined4 *)(*(int *)(*(int *)(iVar1 + 0x1c) + 8) + (iVar3 - iVar2) * 4)" (identifier "puVar7") (= "=") (cast_expression "(undefined4 *)(*(int *)(*(int *)(iVar1 + 0x1c) + 8) + (iVar3 - iVar2) * 4)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(*(int *)(iVar1 + 0x1c) + 8) + (iVar3 - iVar2) * 4)" (( "(") (binary_expression "*(int *)(*(int *)(iVar1 + 0x1c) + 8) + (iVar3 - iVar2) * 4" (pointer_expression "*(int *)(*(int *)(iVar1 + 0x1c) + 8)" (* "*") (cast_expression "(int *)(*(int *)(iVar1 + 0x1c) + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(iVar1 + 0x1c) + 8)" (( "(") (binary_expression "*(int *)(iVar1 + 0x1c) + 8" (pointer_expression "*(int *)(iVar1 + 0x1c)" (* "*") (cast_expression "(int *)(iVar1 + 0x1c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + 0x1c)" (( "(") (binary_expression "iVar1 + 0x1c" (identifier "iVar1") (+ "+") (number_literal "0x1c")) () ")")))) (+ "+") (number_literal "8")) () ")")))) (+ "+") (binary_expression "(iVar3 - iVar2) * 4" (parenthesized_expression "(iVar3 - iVar2)" (( "(") (binary_expression "iVar3 - iVar2" (identifier "iVar3") (- "-") (identifier "iVar2")) () ")")) (* "*") (number_literal "4"))) () ")")))) (; ";")) (} "}")))) (expression_statement "uVar5 = FUN_0003dbd0(0,param_2);" (assignment_expression "uVar5 = FUN_0003dbd0(0,param_2)" (identifier "uVar5") (= "=") (call_expression "FUN_0003dbd0(0,param_2)" (identifier "FUN_0003dbd0") (argument_list "(0,param_2)" (( "(") (number_literal "0") (, ",") (identifier "param_2") () ")")))) (; ";")) (expression_statement "*puVar7 = uVar5;" (assignment_expression "*puVar7 = uVar5" (pointer_expression "*puVar7" (* "*") (identifier "puVar7")) (= "=") (identifier "uVar5")) (; ";")) (expression_statement "*(undefined4 *)(iVar1 + 0x14) = *(undefined4 *)(DAT_0007b640 + 0x14);" (assignment_expression "*(undefined4 *)(iVar1 + 0x14) = *(undefined4 *)(DAT_0007b640 + 0x14)" (pointer_expression "*(undefined4 *)(iVar1 + 0x14)" (* "*") (cast_expression "(undefined4 *)(iVar1 + 0x14)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + 0x14)" (( "(") (binary_expression "iVar1 + 0x14" (identifier "iVar1") (+ "+") (number_literal "0x14")) () ")")))) (= "=") (pointer_expression "*(undefined4 *)(DAT_0007b640 + 0x14)" (* "*") (cast_expression "(undefined4 *)(DAT_0007b640 + 0x14)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_0007b640 + 0x14)" (( "(") (binary_expression "DAT_0007b640 + 0x14" (identifier "DAT_0007b640") (+ "+") (number_literal "0x14")) () ")"))))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void function_1(ssize_t var_3,char *indentation) { type_1 *puVar1; int var_2; type_2 *var_1; char **ppcVar4; char *pcVar5; puVar1 = openfile->current_undo; var_1 = puVar1->grouping; if ((var_1 == (type_2 *)0x0) || (var_2 = var_1->bottom_line + 1, var_2 != var_3)) { var_1 = (type_2 *)var_4(0x10); var_1->next = puVar1->grouping; puVar1->grouping = var_1; var_1->top_line = var_3; var_1->bottom_line = var_3; ppcVar4 = (char **)var_4(4); var_1->indentations = ppcVar4; ppcVar4 = puVar1->grouping->indentations; } else { var_1->bottom_line = var_2; var_2 = var_2 - var_1->top_line; ppcVar4 = (char **)var_5(var_1->indentations,var_2 * 4 + 4); var_1->indentations = ppcVar4; ppcVar4 = puVar1->grouping->indentations + var_2; } pcVar5 = var_6((char *)0x0,indentation); *ppcVar4 = pcVar5; puVar1->newsize = openfile->totsize; 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: (type_identifier) 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: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) right: (binary_expression left: (identifier) right: (identifier)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal)))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (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))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (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: (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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (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 (subscript_expression argument: (identifier) index: (number_literal)) (binary_expression left: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) right: (number_literal)) right: (number_literal)))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) right: (number_literal)))))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (identifier))))) (expression_statement (assignment_expression left: (pointer_expression argument: (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: (pointer_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
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(int param_1,undefined4 param_2) { int iVar1; int iVar2; int iVar3; int *piVar4; undefined4 uVar5; int iVar6; undefined4 *puVar7; iVar1 = *(int *)(DAT_0007b640 + 0x44); piVar4 = *(int **)(iVar1 + 0x1c); if ((piVar4 == (int *)0x0) || (iVar3 = piVar4[1] + 1, iVar3 != param_1)) { piVar4 = (int *)FUN_0003da70(0x10); piVar4[3] = *(int *)(iVar1 + 0x1c); *(int **)(iVar1 + 0x1c) = piVar4; *piVar4 = param_1; piVar4[1] = param_1; iVar3 = FUN_0003da70(4); piVar4[2] = iVar3; puVar7 = *(undefined4 **)(*(int *)(iVar1 + 0x1c) + 8); } else { piVar4[1] = iVar3; iVar2 = *piVar4; iVar6 = FUN_0003dad0(piVar4[2],(iVar3 - iVar2) * 4 + 4); piVar4[2] = iVar6; puVar7 = (undefined4 *)(*(int *)(*(int *)(iVar1 + 0x1c) + 8) + (iVar3 - iVar2) * 4); } uVar5 = FUN_0003dbd0(0,param_2); *puVar7 = uVar5; *(undefined4 *)(iVar1 + 0x14) = *(undefined4 *)(DAT_0007b640 + 0x14); return; }
10200_powerpc-linux-gnu-dwp_and_powerpc-linux-gnu-dwp_strip.c
do_positive_sign
FUN_0025a5f0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* std::moneypunct<char, true>::do_positive_sign() const */ int * std::moneypunct<char,true>::do_positive_sign(void) { char *__s; int *in_stack_00000004; int in_stack_00000008; __s = *(char **)(*(int *)(in_stack_00000008 + 8) + 0x1c); *in_stack_00000004 = (int)(in_stack_00000004 + 2); if (__s != (char *)0x0) { strlen(__s); } __cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>:: _M_construct<char_const*>(); return in_stack_00000004; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ int * FUN_0025a5f0(int *param_1,int param_2) { char *__s; char *pcVar1; size_t sVar2; __s = *(char **)(*(int *)(param_2 + 8) + 0x1c); *param_1 = (int)(param_1 + 2); pcVar1 = (char *)0xffffffff; if (__s != (char *)0x0) { sVar2 = strlen(__s); pcVar1 = __s + sVar2; } FUN_00050e40(param_1,__s,pcVar1,0); return param_1; }
PUSH EDI PUSH ESI PUSH EBX MOV EAX,dword ptr [ESP + 0x14] CALL 0x00035840 ADD EBX,0x134a04 MOV ESI,dword ptr [ESP + 0x10] MOV EAX,dword ptr [EAX + 0x8] MOV EDI,dword ptr [EAX + 0x1c] LEA EAX,[ESI + 0x8] MOV dword ptr [ESI],EAX MOV EAX,0xffffffff TEST EDI,EDI JZ 0x0025a628 SUB ESP,0xc PUSH EDI CALL 0x000295f0 ADD ESP,0x10 ADD EAX,EDI PUSH 0x0 PUSH EAX PUSH EDI PUSH ESI CALL 0x00050e40 ADD ESP,0x10 MOV EAX,ESI POP EBX POP ESI POP EDI RET 0x4
null
null
null
null
[('const-417', u'STORE_-1204115914'), ('const-28', u'INT_ADD_-1204115910'), ('const-4', u'PTRADD_-1204115689'), ('const-0', u'INT_NOTEQUAL_-1204115892'), (u'COPY_-1204115809', u'RETURN_-1204115779'), (u'LOAD_-1204115926', u'CALL_-1204115869'), ('tmp_640', u'STORE_-1204115914'), ('const-2', u'PTRADD_-1204115689'), (u'INT_ADD_-1204115916', u'CAST_-1204115695'), (u'INT_ADD_-1204115910', u'CAST_-1204115691'), (u'LOAD_-1204115926', u'INT_NOTEQUAL_-1204115892'), (u'LOAD_-1204115932', u'INT_ADD_-1204115910'), ('const-417', u'LOAD_-1204115926'), (u'CAST_-1204115684', u'STORE_-1204115914'), ('const-8', u'INT_ADD_-1204115916'), ('const-0', u'RETURN_-1204115779'), ('const-417', u'LOAD_-1204115932'), ('tmp_639', u'INT_ADD_-1204115916'), (u'CAST_-1204115695', u'LOAD_-1204115932'), (u'PTRADD_-1204115689', u'CAST_-1204115684'), (u'CAST_-1204115691', u'LOAD_-1204115926'), (u'INT_NOTEQUAL_-1204115892', u'CBRANCH_-1204115892'), ('tmp_640', u'COPY_-1204115809'), ('tmp_640', u'PTRADD_-1204115689'), ('tmp_126', u'CBRANCH_-1204115892')]
[('tmp_640', u'CALL_-1204115821'), ('const-28', u'INT_ADD_-1204115910'), ('const-4', u'PTRADD_-1204115689'), ('const-0', u'INT_NOTEQUAL_-1204115892'), (u'MULTIEQUAL_-1204115732', u'CALL_-1204115821'), (u'COPY_-1204115809', u'RETURN_-1204115779'), (u'LOAD_-1204115926', u'CALL_-1204115869'), ('tmp_640', u'STORE_-1204115914'), ('const-1', u'PTRADD_-1204115791'), (u'LOAD_-1204115926', u'CALL_-1204115821'), ('const-417', u'STORE_-1204115914'), ('const-417', u'LOAD_-1204115932'), ('const-417', u'LOAD_-1204115926'), ('const-2', u'PTRADD_-1204115689'), (u'PTRADD_-1204115791', u'MULTIEQUAL_-1204115732'), (u'INT_ADD_-1204115916', u'CAST_-1204115695'), (u'INT_ADD_-1204115910', u'CAST_-1204115691'), (u'LOAD_-1204115926', u'INT_NOTEQUAL_-1204115892'), (u'LOAD_-1204115932', u'INT_ADD_-1204115910'), (u'CAST_-1204115684', u'STORE_-1204115914'), ('const-8', u'INT_ADD_-1204115916'), (u'CALL_-1204115869', u'PTRADD_-1204115791'), ('const-0', u'RETURN_-1204115779'), (u'LOAD_-1204115926', u'PTRADD_-1204115791'), ('const-0', u'CALL_-1204115821'), ('tmp_639', u'INT_ADD_-1204115916'), (u'CAST_-1204115695', u'LOAD_-1204115932'), (u'PTRADD_-1204115689', u'CAST_-1204115684'), (u'CAST_-1204115691', u'LOAD_-1204115926'), (u'INT_NOTEQUAL_-1204115892', u'CBRANCH_-1204115892'), ('tmp_640', u'COPY_-1204115809'), ('tmp_640', u'PTRADD_-1204115689'), ('tmp_126', u'CBRANCH_-1204115892'), ('const-4294967295', u'COPY_-1204115913'), (u'COPY_-1204115913', u'MULTIEQUAL_-1204115732')]
null
null
0025a5f0
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint * FUN_0025a5f0(int *param_1,int param_2)\n\n{\n char *__s;\n char *pcVar1;\n size_t sVar2;\n \n __s = *(char **)(*(int *)(param_2 + 8) + 0x1c);\n *param_1 = (int)(param_1 + 2);\n pcVar1 = (char *)0xffffffff;\n if (__s != (char *)0x0) {\n sVar2 = strlen(__s);\n pcVar1 = __s + sVar2;\n }\n FUN_00050e40(param_1,__s,pcVar1,0);\n return param_1;\n}\n\n" comment (function_definition "int * FUN_0025a5f0(int *param_1,int param_2)\n\n{\n char *__s;\n char *pcVar1;\n size_t sVar2;\n \n __s = *(char **)(*(int *)(param_2 + 8) + 0x1c);\n *param_1 = (int)(param_1 + 2);\n pcVar1 = (char *)0xffffffff;\n if (__s != (char *)0x0) {\n sVar2 = strlen(__s);\n pcVar1 = __s + sVar2;\n }\n FUN_00050e40(param_1,__s,pcVar1,0);\n return param_1;\n}" primitive_type (pointer_declarator "* FUN_0025a5f0(int *param_1,int param_2)" * (function_declarator "FUN_0025a5f0(int *param_1,int param_2)" identifier (parameter_list "(int *param_1,int param_2)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int param_2" primitive_type identifier) )))) (compound_statement "{\n char *__s;\n char *pcVar1;\n size_t sVar2;\n \n __s = *(char **)(*(int *)(param_2 + 8) + 0x1c);\n *param_1 = (int)(param_1 + 2);\n pcVar1 = (char *)0xffffffff;\n if (__s != (char *)0x0) {\n sVar2 = strlen(__s);\n pcVar1 = __s + sVar2;\n }\n FUN_00050e40(param_1,__s,pcVar1,0);\n return param_1;\n}" { (declaration "char *__s;" primitive_type (pointer_declarator "*__s" * identifier) ;) (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (declaration "size_t sVar2;" primitive_type identifier ;) (expression_statement "__s = *(char **)(*(int *)(param_2 + 8) + 0x1c);" (assignment_expression "__s = *(char **)(*(int *)(param_2 + 8) + 0x1c)" identifier = (pointer_expression "*(char **)(*(int *)(param_2 + 8) + 0x1c)" * (cast_expression "(char **)(*(int *)(param_2 + 8) + 0x1c)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)(param_2 + 8) + 0x1c)" ( (binary_expression "*(int *)(param_2 + 8) + 0x1c" (pointer_expression "*(int *)(param_2 + 8)" * (cast_expression "(int *)(param_2 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 8)" ( (binary_expression "param_2 + 8" identifier + number_literal) )))) + number_literal) ))))) ;) (expression_statement "*param_1 = (int)(param_1 + 2);" (assignment_expression "*param_1 = (int)(param_1 + 2)" (pointer_expression "*param_1" * identifier) = (cast_expression "(int)(param_1 + 2)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) )))) ;) (expression_statement "pcVar1 = (char *)0xffffffff;" (assignment_expression "pcVar1 = (char *)0xffffffff" identifier = (cast_expression "(char *)0xffffffff" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (if_statement "if (__s != (char *)0x0) {\n sVar2 = strlen(__s);\n pcVar1 = __s + sVar2;\n }" if (parenthesized_expression "(__s != (char *)0x0)" ( (binary_expression "__s != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n sVar2 = strlen(__s);\n pcVar1 = __s + sVar2;\n }" { (expression_statement "sVar2 = strlen(__s);" (assignment_expression "sVar2 = strlen(__s)" identifier = (call_expression "strlen(__s)" identifier (argument_list "(__s)" ( identifier )))) ;) (expression_statement "pcVar1 = __s + sVar2;" (assignment_expression "pcVar1 = __s + sVar2" identifier = (binary_expression "__s + sVar2" identifier + identifier)) ;) })) (expression_statement "FUN_00050e40(param_1,__s,pcVar1,0);" (call_expression "FUN_00050e40(param_1,__s,pcVar1,0)" identifier (argument_list "(param_1,__s,pcVar1,0)" ( identifier , identifier , identifier , number_literal ))) ;) (return_statement "return param_1;" return identifier ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::moneypunct<char, true>::do_positive_sign() const */\n\nint * std::moneypunct<char,true>::do_positive_sign(void)\n\n{\n char *__s;\n int *in_stack_00000004;\n int in_stack_00000008;\n \n __s = *(char **)(*(int *)(in_stack_00000008 + 8) + 0x1c);\n *in_stack_00000004 = (int)(in_stack_00000004 + 2);\n if (__s != (char *)0x0) {\n strlen(__s);\n }\n __cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>::\n _M_construct<char_const*>();\n return in_stack_00000004;\n}\n\n" comment comment (declaration "int * std::moneypunct<char,true>::do_positive_sign(void)\n\n{\n char *__s;" primitive_type (pointer_declarator "* std::moneypunct" * (ERROR "std::" identifier : :) identifier) (ERROR "<char" < primitive_type) , (ERROR "true>::do_positive_sign(void)\n\n{\n char" identifier > : : (function_declarator "do_positive_sign(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) { primitive_type) (pointer_declarator "*__s" * identifier) ;) (declaration "int *in_stack_00000004;" primitive_type (pointer_declarator "*in_stack_00000004" * identifier) ;) (declaration "int in_stack_00000008;" primitive_type identifier ;) (expression_statement "__s = *(char **)(*(int *)(in_stack_00000008 + 8) + 0x1c);" (assignment_expression "__s = *(char **)(*(int *)(in_stack_00000008 + 8) + 0x1c)" identifier = (pointer_expression "*(char **)(*(int *)(in_stack_00000008 + 8) + 0x1c)" * (cast_expression "(char **)(*(int *)(in_stack_00000008 + 8) + 0x1c)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)(in_stack_00000008 + 8) + 0x1c)" ( (binary_expression "*(int *)(in_stack_00000008 + 8) + 0x1c" (pointer_expression "*(int *)(in_stack_00000008 + 8)" * (cast_expression "(int *)(in_stack_00000008 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_stack_00000008 + 8)" ( (binary_expression "in_stack_00000008 + 8" identifier + number_literal) )))) + number_literal) ))))) ;) (expression_statement "*in_stack_00000004 = (int)(in_stack_00000004 + 2);" (assignment_expression "*in_stack_00000004 = (int)(in_stack_00000004 + 2)" (pointer_expression "*in_stack_00000004" * identifier) = (cast_expression "(int)(in_stack_00000004 + 2)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(in_stack_00000004 + 2)" ( (binary_expression "in_stack_00000004 + 2" identifier + number_literal) )))) ;) (if_statement "if (__s != (char *)0x0) {\n strlen(__s);\n }" if (parenthesized_expression "(__s != (char *)0x0)" ( (binary_expression "__s != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n strlen(__s);\n }" { (expression_statement "strlen(__s);" (call_expression "strlen(__s)" identifier (argument_list "(__s)" ( identifier ))) ;) })) (labeled_statement "__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>::\n _M_construct<char_const*>();" statement_identifier (ERROR "::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>:" : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > :) : (expression_statement "_M_construct<char_const*>();" (binary_expression "_M_construct<char_const" identifier < identifier) (ERROR "*>()" * > ( )) ;)) (return_statement "return in_stack_00000004;" return identifier ;) (ERROR "}" }))
(translation_unit "int * FUN_0025a5f0(int *param_1,int param_2)\n\n{\n char *__s;\n char *pcVar1;\n size_t sVar2;\n \n __s = *(char **)(*(int *)(param_2 + 8) + 0x1c);\n *param_1 = (int)(param_1 + 2);\n pcVar1 = (char *)0xffffffff;\n if (__s != (char *)0x0) {\n sVar2 = strlen(__s);\n pcVar1 = __s + sVar2;\n }\n FUN_00050e40(param_1,__s,pcVar1,0);\n return param_1;\n}\n\n" (function_definition "int * FUN_0025a5f0(int *param_1,int param_2)\n\n{\n char *__s;\n char *pcVar1;\n size_t sVar2;\n \n __s = *(char **)(*(int *)(param_2 + 8) + 0x1c);\n *param_1 = (int)(param_1 + 2);\n pcVar1 = (char *)0xffffffff;\n if (__s != (char *)0x0) {\n sVar2 = strlen(__s);\n pcVar1 = __s + sVar2;\n }\n FUN_00050e40(param_1,__s,pcVar1,0);\n return param_1;\n}" primitive_type (pointer_declarator "* FUN_0025a5f0(int *param_1,int param_2)" * (function_declarator "FUN_0025a5f0(int *param_1,int param_2)" identifier (parameter_list "(int *param_1,int param_2)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int param_2" primitive_type identifier) )))) (compound_statement "{\n char *__s;\n char *pcVar1;\n size_t sVar2;\n \n __s = *(char **)(*(int *)(param_2 + 8) + 0x1c);\n *param_1 = (int)(param_1 + 2);\n pcVar1 = (char *)0xffffffff;\n if (__s != (char *)0x0) {\n sVar2 = strlen(__s);\n pcVar1 = __s + sVar2;\n }\n FUN_00050e40(param_1,__s,pcVar1,0);\n return param_1;\n}" { (declaration "char *__s;" primitive_type (pointer_declarator "*__s" * identifier) ;) (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (declaration "size_t sVar2;" primitive_type identifier ;) (expression_statement "__s = *(char **)(*(int *)(param_2 + 8) + 0x1c);" (assignment_expression "__s = *(char **)(*(int *)(param_2 + 8) + 0x1c)" identifier = (pointer_expression "*(char **)(*(int *)(param_2 + 8) + 0x1c)" * (cast_expression "(char **)(*(int *)(param_2 + 8) + 0x1c)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)(param_2 + 8) + 0x1c)" ( (binary_expression "*(int *)(param_2 + 8) + 0x1c" (pointer_expression "*(int *)(param_2 + 8)" * (cast_expression "(int *)(param_2 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 8)" ( (binary_expression "param_2 + 8" identifier + number_literal) )))) + number_literal) ))))) ;) (expression_statement "*param_1 = (int)(param_1 + 2);" (assignment_expression "*param_1 = (int)(param_1 + 2)" (pointer_expression "*param_1" * identifier) = (cast_expression "(int)(param_1 + 2)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) )))) ;) (expression_statement "pcVar1 = (char *)0xffffffff;" (assignment_expression "pcVar1 = (char *)0xffffffff" identifier = (cast_expression "(char *)0xffffffff" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (if_statement "if (__s != (char *)0x0) {\n sVar2 = strlen(__s);\n pcVar1 = __s + sVar2;\n }" if (parenthesized_expression "(__s != (char *)0x0)" ( (binary_expression "__s != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n sVar2 = strlen(__s);\n pcVar1 = __s + sVar2;\n }" { (expression_statement "sVar2 = strlen(__s);" (assignment_expression "sVar2 = strlen(__s)" identifier = (call_expression "strlen(__s)" identifier (argument_list "(__s)" ( identifier )))) ;) (expression_statement "pcVar1 = __s + sVar2;" (assignment_expression "pcVar1 = __s + sVar2" identifier = (binary_expression "__s + sVar2" identifier + identifier)) ;) })) (expression_statement "FUN_00050e40(param_1,__s,pcVar1,0);" (call_expression "FUN_00050e40(param_1,__s,pcVar1,0)" identifier (argument_list "(param_1,__s,pcVar1,0)" ( identifier , identifier , identifier , number_literal ))) ;) (return_statement "return param_1;" return identifier ;) })))
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) ))))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_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 != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , LIT ))) ;) (return_statement return IDENT ;) })))
(function_definition "int * FUN_0025a5f0(int *param_1,int param_2)\n\n{\n char *__s;\n char *pcVar1;\n size_t sVar2;\n \n __s = *(char **)(*(int *)(param_2 + 8) + 0x1c);\n *param_1 = (int)(param_1 + 2);\n pcVar1 = (char *)0xffffffff;\n if (__s != (char *)0x0) {\n sVar2 = strlen(__s);\n pcVar1 = __s + sVar2;\n }\n FUN_00050e40(param_1,__s,pcVar1,0);\n return param_1;\n}" (primitive_type "int") (pointer_declarator "* FUN_0025a5f0(int *param_1,int param_2)" (* "*") (function_declarator "FUN_0025a5f0(int *param_1,int param_2)" (identifier "FUN_0025a5f0") (parameter_list "(int *param_1,int param_2)" (( "(") (parameter_declaration "int *param_1" (primitive_type "int") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "int param_2" (primitive_type "int") (identifier "param_2")) () ")")))) (compound_statement "{\n char *__s;\n char *pcVar1;\n size_t sVar2;\n \n __s = *(char **)(*(int *)(param_2 + 8) + 0x1c);\n *param_1 = (int)(param_1 + 2);\n pcVar1 = (char *)0xffffffff;\n if (__s != (char *)0x0) {\n sVar2 = strlen(__s);\n pcVar1 = __s + sVar2;\n }\n FUN_00050e40(param_1,__s,pcVar1,0);\n return param_1;\n}" ({ "{") (declaration "char *__s;" (primitive_type "char") (pointer_declarator "*__s" (* "*") (identifier "__s")) (; ";")) (declaration "char *pcVar1;" (primitive_type "char") (pointer_declarator "*pcVar1" (* "*") (identifier "pcVar1")) (; ";")) (declaration "size_t sVar2;" (primitive_type "size_t") (identifier "sVar2") (; ";")) (expression_statement "__s = *(char **)(*(int *)(param_2 + 8) + 0x1c);" (assignment_expression "__s = *(char **)(*(int *)(param_2 + 8) + 0x1c)" (identifier "__s") (= "=") (pointer_expression "*(char **)(*(int *)(param_2 + 8) + 0x1c)" (* "*") (cast_expression "(char **)(*(int *)(param_2 + 8) + 0x1c)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(int *)(param_2 + 8) + 0x1c)" (( "(") (binary_expression "*(int *)(param_2 + 8) + 0x1c" (pointer_expression "*(int *)(param_2 + 8)" (* "*") (cast_expression "(int *)(param_2 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 8)" (( "(") (binary_expression "param_2 + 8" (identifier "param_2") (+ "+") (number_literal "8")) () ")")))) (+ "+") (number_literal "0x1c")) () ")"))))) (; ";")) (expression_statement "*param_1 = (int)(param_1 + 2);" (assignment_expression "*param_1 = (int)(param_1 + 2)" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (cast_expression "(int)(param_1 + 2)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "(param_1 + 2)" (( "(") (binary_expression "param_1 + 2" (identifier "param_1") (+ "+") (number_literal "2")) () ")")))) (; ";")) (expression_statement "pcVar1 = (char *)0xffffffff;" (assignment_expression "pcVar1 = (char *)0xffffffff" (identifier "pcVar1") (= "=") (cast_expression "(char *)0xffffffff" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0xffffffff"))) (; ";")) (if_statement "if (__s != (char *)0x0) {\n sVar2 = strlen(__s);\n pcVar1 = __s + sVar2;\n }" (if "if") (parenthesized_expression "(__s != (char *)0x0)" (( "(") (binary_expression "__s != (char *)0x0" (identifier "__s") (!= "!=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n sVar2 = strlen(__s);\n pcVar1 = __s + sVar2;\n }" ({ "{") (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 "pcVar1 = __s + sVar2;" (assignment_expression "pcVar1 = __s + sVar2" (identifier "pcVar1") (= "=") (binary_expression "__s + sVar2" (identifier "__s") (+ "+") (identifier "sVar2"))) (; ";")) (} "}"))) (expression_statement "FUN_00050e40(param_1,__s,pcVar1,0);" (call_expression "FUN_00050e40(param_1,__s,pcVar1,0)" (identifier "FUN_00050e40") (argument_list "(param_1,__s,pcVar1,0)" (( "(") (identifier "param_1") (, ",") (identifier "__s") (, ",") (identifier "pcVar1") (, ",") (number_literal "0") () ")"))) (; ";")) (return_statement "return param_1;" (return "return") (identifier "param_1") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* std::moneypunct<char, true>::do_positive_sign() const */ int * std::moneypunct<char,true>::do_positive_sign(void) { char *var_3; int *var_2; int var_1; var_3 = *(char **)(*(int *)(var_1 + 8) + 0x1c); *var_2 = (int)(var_2 + 2); if (var_3 != (char *)0x0) { var_4(var_3); } __cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>:: var_5<var_6*>(); return var_2; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (number_literal)))) (return_statement (identifier)))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ int * MASKED(int *param_1,int param_2) { char *__s; char *pcVar1; size_t sVar2; __s = *(char **)(*(int *)(param_2 + 8) + 0x1c); *param_1 = (int)(param_1 + 2); pcVar1 = (char *)0xffffffff; if (__s != (char *)0x0) { sVar2 = strlen(__s); pcVar1 = __s + sVar2; } FUN_00050e40(param_1,__s,pcVar1,0); return param_1; }
91_m68k-linux-gnu-elfedit_and_m68k-linux-gnu-elfedit_strip.c
xcalloc
FUN_00014530
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void * xcalloc(size_t nelem,size_t elsize) { void *pvVar1; if ((nelem == 0) || (elsize == 0)) { elsize = 1; nelem = 1; } pvVar1 = calloc(nelem,elsize); if (pvVar1 != (void *)0x0) { return pvVar1; } /* WARNING: Subroutine does not return */ xmalloc_failed(nelem * elsize); }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00014530(size_t param_1,size_t param_2) { void *pvVar1; if ((param_1 == 0) || (param_2 == 0)) { param_2 = 1; param_1 = 1; } pvVar1 = calloc(param_1,param_2); if (pvVar1 != (void *)0x0) { return; } /* WARNING: Subroutine does not return */ FUN_00014470(param_1 * param_2); }
PUSH EDI PUSH ESI PUSH EBX MOV ESI,dword ptr [ESP + 0x10] CALL 0x000117c0 ADD EBX,0x4ac4 MOV EDI,dword ptr [ESP + 0x14] TEST ESI,ESI JZ 0x00014568 TEST EDI,EDI JZ 0x00014568 SUB ESP,0x8 PUSH EDI PUSH ESI CALL 0x00011290 ADD ESP,0x10 TEST EAX,EAX JZ 0x00014574 POP EBX POP ESI POP EDI RET MOV EDI,0x1 MOV ESI,0x1 JMP 0x0001454e IMUL ESI,EDI SUB ESP,0xc PUSH ESI CALL 0x00014470
null
null
null
null
[(u'MULTIEQUAL_-1205975522', u'INT_MULT_-1205975559'), ('tmp_350', u'INT_EQUAL_-1205975696'), ('const-1', u'COPY_-1205975573'), ('tmp_124', u'CBRANCH_-1205975681'), ('tmp_98', u'CBRANCH_-1205975695'), (u'MULTIEQUAL_-1205975522', u'CALL_-1205975654'), ('const-1', u'COPY_-1205975579'), (u'CALL_-1205975654', u'INT_NOTEQUAL_-1205975627'), (u'CALL_-1205975654', u'RETURN_-1205975602'), ('tmp_350', u'MULTIEQUAL_-1205975523'), (u'INT_EQUAL_-1205975682', u'CBRANCH_-1205975681'), ('tmp_226', u'CBRANCH_-1205975627'), (u'INT_MULT_-1205975559', u'CALL_-1205975557'), ('const-0', u'INT_EQUAL_-1205975682'), ('const-0', u'INT_EQUAL_-1205975696'), (u'COPY_-1205975579', u'MULTIEQUAL_-1205975522'), ('const-0', u'INT_NOTEQUAL_-1205975627'), (u'COPY_-1205975573', u'MULTIEQUAL_-1205975523'), ('tmp_351', u'INT_EQUAL_-1205975682'), ('const-1', u'RETURN_-1205975552'), (u'INT_EQUAL_-1205975696', u'CBRANCH_-1205975695'), (u'INT_NOTEQUAL_-1205975627', u'CBRANCH_-1205975627'), ('tmp_351', u'MULTIEQUAL_-1205975522'), (u'MULTIEQUAL_-1205975523', u'INT_MULT_-1205975559'), ('tmp_333', u'BRANCH_-1205975564'), (u'MULTIEQUAL_-1205975523', u'CALL_-1205975654'), ('const-0', u'RETURN_-1205975602')]
[(u'MULTIEQUAL_-1205975522', u'INT_MULT_-1205975559'), ('tmp_630', u'MULTIEQUAL_-1205975523'), ('const-1', u'COPY_-1205975573'), ('tmp_124', u'CBRANCH_-1205975681'), ('tmp_630', u'INT_EQUAL_-1205975696'), ('tmp_98', u'CBRANCH_-1205975695'), ('tmp_631', u'MULTIEQUAL_-1205975522'), (u'MULTIEQUAL_-1205975522', u'CALL_-1205975654'), ('const-1', u'COPY_-1205975579'), (u'CALL_-1205975654', u'INT_NOTEQUAL_-1205975627'), (u'INT_EQUAL_-1205975682', u'CBRANCH_-1205975681'), ('tmp_226', u'CBRANCH_-1205975627'), (u'INT_MULT_-1205975559', u'CALL_-1205975557'), ('const-0', u'INT_EQUAL_-1205975682'), ('const-0', u'INT_EQUAL_-1205975696'), (u'COPY_-1205975579', u'MULTIEQUAL_-1205975522'), ('const-0', u'INT_NOTEQUAL_-1205975627'), (u'COPY_-1205975573', u'MULTIEQUAL_-1205975523'), ('const-1', u'RETURN_-1205975552'), ('tmp_631', u'INT_EQUAL_-1205975682'), (u'INT_EQUAL_-1205975696', u'CBRANCH_-1205975695'), (u'INT_NOTEQUAL_-1205975627', u'CBRANCH_-1205975627'), (u'MULTIEQUAL_-1205975523', u'INT_MULT_-1205975559'), ('tmp_333', u'BRANCH_-1205975564'), (u'MULTIEQUAL_-1205975523', u'CALL_-1205975654'), ('const-0', u'RETURN_-1205975602')]
null
null
00014530
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00014530(size_t param_1,size_t param_2)\n\n{\n void *pvVar1;\n \n if ((param_1 == 0) || (param_2 == 0)) {\n param_2 = 1;\n param_1 = 1;\n }\n pvVar1 = calloc(param_1,param_2);\n if (pvVar1 != (void *)0x0) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00014470(param_1 * param_2);\n}\n\n" comment (function_definition "void FUN_00014530(size_t param_1,size_t param_2)\n\n{\n void *pvVar1;\n \n if ((param_1 == 0) || (param_2 == 0)) {\n param_2 = 1;\n param_1 = 1;\n }\n pvVar1 = calloc(param_1,param_2);\n if (pvVar1 != (void *)0x0) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00014470(param_1 * param_2);\n}" primitive_type (function_declarator "FUN_00014530(size_t param_1,size_t param_2)" identifier (parameter_list "(size_t param_1,size_t param_2)" ( (parameter_declaration "size_t param_1" primitive_type identifier) , (parameter_declaration "size_t param_2" primitive_type identifier) ))) (compound_statement "{\n void *pvVar1;\n \n if ((param_1 == 0) || (param_2 == 0)) {\n param_2 = 1;\n param_1 = 1;\n }\n pvVar1 = calloc(param_1,param_2);\n if (pvVar1 != (void *)0x0) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00014470(param_1 * param_2);\n}" { (declaration "void *pvVar1;" primitive_type (pointer_declarator "*pvVar1" * identifier) ;) (if_statement "if ((param_1 == 0) || (param_2 == 0)) {\n param_2 = 1;\n param_1 = 1;\n }" if (parenthesized_expression "((param_1 == 0) || (param_2 == 0))" ( (binary_expression "(param_1 == 0) || (param_2 == 0)" (parenthesized_expression "(param_1 == 0)" ( (binary_expression "param_1 == 0" identifier == number_literal) )) || (parenthesized_expression "(param_2 == 0)" ( (binary_expression "param_2 == 0" identifier == number_literal) ))) )) (compound_statement "{\n param_2 = 1;\n param_1 = 1;\n }" { (expression_statement "param_2 = 1;" (assignment_expression "param_2 = 1" identifier = number_literal) ;) (expression_statement "param_1 = 1;" (assignment_expression "param_1 = 1" identifier = number_literal) ;) })) (expression_statement "pvVar1 = calloc(param_1,param_2);" (assignment_expression "pvVar1 = calloc(param_1,param_2)" identifier = (call_expression "calloc(param_1,param_2)" identifier (argument_list "(param_1,param_2)" ( identifier , identifier )))) ;) (if_statement "if (pvVar1 != (void *)0x0) {\n return;\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 return;\n }" { (return_statement "return;" return ;) })) comment (expression_statement "FUN_00014470(param_1 * param_2);" (call_expression "FUN_00014470(param_1 * param_2)" identifier (argument_list "(param_1 * param_2)" ( (binary_expression "param_1 * param_2" identifier * identifier) ))) ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid * xcalloc(size_t nelem,size_t elsize)\n\n{\n void *pvVar1;\n \n if ((nelem == 0) || (elsize == 0)) {\n elsize = 1;\n nelem = 1;\n }\n pvVar1 = calloc(nelem,elsize);\n if (pvVar1 != (void *)0x0) {\n return pvVar1;\n }\n /* WARNING: Subroutine does not return */\n xmalloc_failed(nelem * elsize);\n}\n\n" comment (function_definition "void * xcalloc(size_t nelem,size_t elsize)\n\n{\n void *pvVar1;\n \n if ((nelem == 0) || (elsize == 0)) {\n elsize = 1;\n nelem = 1;\n }\n pvVar1 = calloc(nelem,elsize);\n if (pvVar1 != (void *)0x0) {\n return pvVar1;\n }\n /* WARNING: Subroutine does not return */\n xmalloc_failed(nelem * elsize);\n}" primitive_type (pointer_declarator "* xcalloc(size_t nelem,size_t elsize)" * (function_declarator "xcalloc(size_t nelem,size_t elsize)" identifier (parameter_list "(size_t nelem,size_t elsize)" ( (parameter_declaration "size_t nelem" primitive_type identifier) , (parameter_declaration "size_t elsize" primitive_type identifier) )))) (compound_statement "{\n void *pvVar1;\n \n if ((nelem == 0) || (elsize == 0)) {\n elsize = 1;\n nelem = 1;\n }\n pvVar1 = calloc(nelem,elsize);\n if (pvVar1 != (void *)0x0) {\n return pvVar1;\n }\n /* WARNING: Subroutine does not return */\n xmalloc_failed(nelem * elsize);\n}" { (declaration "void *pvVar1;" primitive_type (pointer_declarator "*pvVar1" * identifier) ;) (if_statement "if ((nelem == 0) || (elsize == 0)) {\n elsize = 1;\n nelem = 1;\n }" if (parenthesized_expression "((nelem == 0) || (elsize == 0))" ( (binary_expression "(nelem == 0) || (elsize == 0)" (parenthesized_expression "(nelem == 0)" ( (binary_expression "nelem == 0" identifier == number_literal) )) || (parenthesized_expression "(elsize == 0)" ( (binary_expression "elsize == 0" identifier == number_literal) ))) )) (compound_statement "{\n elsize = 1;\n nelem = 1;\n }" { (expression_statement "elsize = 1;" (assignment_expression "elsize = 1" identifier = number_literal) ;) (expression_statement "nelem = 1;" (assignment_expression "nelem = 1" identifier = number_literal) ;) })) (expression_statement "pvVar1 = calloc(nelem,elsize);" (assignment_expression "pvVar1 = calloc(nelem,elsize)" identifier = (call_expression "calloc(nelem,elsize)" identifier (argument_list "(nelem,elsize)" ( identifier , identifier )))) ;) (if_statement "if (pvVar1 != (void *)0x0) {\n return 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 return pvVar1;\n }" { (return_statement "return pvVar1;" return identifier ;) })) comment (expression_statement "xmalloc_failed(nelem * elsize);" (call_expression "xmalloc_failed(nelem * elsize)" identifier (argument_list "(nelem * elsize)" ( (binary_expression "nelem * elsize" identifier * identifier) ))) ;) })))
(translation_unit "void FUN_00014530(size_t param_1,size_t param_2)\n\n{\n void *pvVar1;\n \n if ((param_1 == 0) || (param_2 == 0)) {\n param_2 = 1;\n param_1 = 1;\n }\n pvVar1 = calloc(param_1,param_2);\n if (pvVar1 != (void *)0x0) {\n return;\n }\n \n FUN_00014470(param_1 * param_2);\n}\n\n" (function_definition "void FUN_00014530(size_t param_1,size_t param_2)\n\n{\n void *pvVar1;\n \n if ((param_1 == 0) || (param_2 == 0)) {\n param_2 = 1;\n param_1 = 1;\n }\n pvVar1 = calloc(param_1,param_2);\n if (pvVar1 != (void *)0x0) {\n return;\n }\n \n FUN_00014470(param_1 * param_2);\n}" primitive_type (function_declarator "FUN_00014530(size_t param_1,size_t param_2)" identifier (parameter_list "(size_t param_1,size_t param_2)" ( (parameter_declaration "size_t param_1" primitive_type identifier) , (parameter_declaration "size_t param_2" primitive_type identifier) ))) (compound_statement "{\n void *pvVar1;\n \n if ((param_1 == 0) || (param_2 == 0)) {\n param_2 = 1;\n param_1 = 1;\n }\n pvVar1 = calloc(param_1,param_2);\n if (pvVar1 != (void *)0x0) {\n return;\n }\n \n FUN_00014470(param_1 * param_2);\n}" { (declaration "void *pvVar1;" primitive_type (pointer_declarator "*pvVar1" * identifier) ;) (if_statement "if ((param_1 == 0) || (param_2 == 0)) {\n param_2 = 1;\n param_1 = 1;\n }" if (parenthesized_expression "((param_1 == 0) || (param_2 == 0))" ( (binary_expression "(param_1 == 0) || (param_2 == 0)" (parenthesized_expression "(param_1 == 0)" ( (binary_expression "param_1 == 0" identifier == number_literal) )) || (parenthesized_expression "(param_2 == 0)" ( (binary_expression "param_2 == 0" identifier == number_literal) ))) )) (compound_statement "{\n param_2 = 1;\n param_1 = 1;\n }" { (expression_statement "param_2 = 1;" (assignment_expression "param_2 = 1" identifier = number_literal) ;) (expression_statement "param_1 = 1;" (assignment_expression "param_1 = 1" identifier = number_literal) ;) })) (expression_statement "pvVar1 = calloc(param_1,param_2);" (assignment_expression "pvVar1 = calloc(param_1,param_2)" identifier = (call_expression "calloc(param_1,param_2)" identifier (argument_list "(param_1,param_2)" ( identifier , identifier )))) ;) (if_statement "if (pvVar1 != (void *)0x0) {\n return;\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 return;\n }" { (return_statement "return;" return ;) })) (expression_statement "FUN_00014470(param_1 * param_2);" (call_expression "FUN_00014470(param_1 * param_2)" identifier (argument_list "(param_1 * param_2)" ( (binary_expression "param_1 * param_2" identifier * identifier) ))) ;) })))
(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) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == LIT) )) || (parenthesized_expression ( (binary_expression IDENT == LIT) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT * IDENT) ))) ;) })))
(function_definition "void FUN_00014530(size_t param_1,size_t param_2)\n\n{\n void *pvVar1;\n \n if ((param_1 == 0) || (param_2 == 0)) {\n param_2 = 1;\n param_1 = 1;\n }\n pvVar1 = calloc(param_1,param_2);\n if (pvVar1 != (void *)0x0) {\n return;\n }\n \n FUN_00014470(param_1 * param_2);\n}" (primitive_type "void") (function_declarator "FUN_00014530(size_t param_1,size_t param_2)" (identifier "FUN_00014530") (parameter_list "(size_t param_1,size_t param_2)" (( "(") (parameter_declaration "size_t param_1" (primitive_type "size_t") (identifier "param_1")) (, ",") (parameter_declaration "size_t param_2" (primitive_type "size_t") (identifier "param_2")) () ")"))) (compound_statement "{\n void *pvVar1;\n \n if ((param_1 == 0) || (param_2 == 0)) {\n param_2 = 1;\n param_1 = 1;\n }\n pvVar1 = calloc(param_1,param_2);\n if (pvVar1 != (void *)0x0) {\n return;\n }\n \n FUN_00014470(param_1 * param_2);\n}" ({ "{") (declaration "void *pvVar1;" (primitive_type "void") (pointer_declarator "*pvVar1" (* "*") (identifier "pvVar1")) (; ";")) (if_statement "if ((param_1 == 0) || (param_2 == 0)) {\n param_2 = 1;\n param_1 = 1;\n }" (if "if") (parenthesized_expression "((param_1 == 0) || (param_2 == 0))" (( "(") (binary_expression "(param_1 == 0) || (param_2 == 0)" (parenthesized_expression "(param_1 == 0)" (( "(") (binary_expression "param_1 == 0" (identifier "param_1") (== "==") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "(param_2 == 0)" (( "(") (binary_expression "param_2 == 0" (identifier "param_2") (== "==") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n param_2 = 1;\n param_1 = 1;\n }" ({ "{") (expression_statement "param_2 = 1;" (assignment_expression "param_2 = 1" (identifier "param_2") (= "=") (number_literal "1")) (; ";")) (expression_statement "param_1 = 1;" (assignment_expression "param_1 = 1" (identifier "param_1") (= "=") (number_literal "1")) (; ";")) (} "}"))) (expression_statement "pvVar1 = calloc(param_1,param_2);" (assignment_expression "pvVar1 = calloc(param_1,param_2)" (identifier "pvVar1") (= "=") (call_expression "calloc(param_1,param_2)" (identifier "calloc") (argument_list "(param_1,param_2)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") () ")")))) (; ";")) (if_statement "if (pvVar1 != (void *)0x0) {\n return;\n }" (if "if") (parenthesized_expression "(pvVar1 != (void *)0x0)" (( "(") (binary_expression "pvVar1 != (void *)0x0" (identifier "pvVar1") (!= "!=") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_00014470(param_1 * param_2);" (call_expression "FUN_00014470(param_1 * param_2)" (identifier "FUN_00014470") (argument_list "(param_1 * param_2)" (( "(") (binary_expression "param_1 * param_2" (identifier "param_1") (* "*") (identifier "param_2")) () ")"))) (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void * function_1(size_t var_1,size_t var_2) { void *var_4; if ((var_1 == 0) || (var_2 == 0)) { var_2 = 1; var_1 = 1; } var_4 = var_3(var_1,var_2); if (var_4 != (void *)0x0) { return var_4; } /* WARNING: Subroutine does not return */ var_5(var_1 * var_2); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (identifier))))))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(size_t param_1,size_t param_2) { void *pvVar1; if ((param_1 == 0) || (param_2 == 0)) { param_2 = 1; param_1 = 1; } pvVar1 = calloc(param_1,param_2); if (pvVar1 != (void *)0x0) { return; } /* WARNING: Subroutine does not return */ FUN_00014470(param_1 * param_2); }
6348_i686-linux-gnu-ld_and_i686-linux-gnu-ld_strip.c
string_appends
FUN_00193a40
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void string_appends(string * p, string * s, string * s) */ void __regparm3 string_appends(string *p,string *s,string *s_1) { size_t __n; if ((string *)s->b != s_1) { __n = (int)s_1 - (int)s->b; string_need(p,__n); memcpy(p->p,s->b,__n); p->p = p->p + __n; } return; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void __regparm3 FUN_00193a40(int param_1,int *param_2,int param_3) { size_t __n; if (*param_2 != param_3) { __n = param_3 - *param_2; FUN_00193770(); memcpy(*(void **)(param_1 + 4),(void *)*param_2,__n); *(int *)(param_1 + 4) = *(int *)(param_1 + 4) + __n; } return; }
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x00035680 ADD EBX,0x1ab5b7 SUB ESP,0xc MOV ESI,dword ptr [EDX] CMP ESI,ECX JZ 0x00193a7c SUB ECX,ESI MOV EBP,EDX MOV EDI,EAX MOV EDX,ECX MOV ESI,ECX CALL 0x00193770 SUB ESP,0x4 PUSH ESI PUSH dword ptr [EBP] PUSH dword ptr [EDI + 0x4] CALL 0x000285c0 ADD dword ptr [EDI + 0x4],ESI ADD ESP,0x10 ADD ESP,0xc POP EBX POP ESI POP EDI POP EBP RET
null
null
null
null
[('const-4', u'PTRSUB_-1207551063'), (u'PTRSUB_-1207551063', u'STORE_-1207551274'), (u'PTRADD_-1207551213', u'STORE_-1207551274'), ('tmp_400', u'CALL_-1207551322'), ('const-0', u'PTRSUB_-1207551076'), (u'INT_SUB_-1207551332', u'CALL_-1207551283'), ('const-417', u'LOAD_-1207551371'), (u'CAST_-1207551093', u'INT_SUB_-1207551332'), ('const-417', u'LOAD_-1207551277'), ('tmp_401', u'PTRSUB_-1207551102'), (u'PTRSUB_-1207551063', u'LOAD_-1207551277'), (u'INT_SUB_-1207551332', u'PTRADD_-1207551213'), ('tmp_400', u'PTRSUB_-1207551063'), ('tmp_401', u'PTRSUB_-1207551076'), ('const-417', u'LOAD_-1207551305'), (u'CAST_-1207551100', u'INT_NOTEQUAL_-1207551352'), ('const-0', u'RETURN_-1207551208'), ('const-417', u'STORE_-1207551274'), (u'INT_NOTEQUAL_-1207551352', u'CBRANCH_-1207551352'), (u'PTRSUB_-1207551076', u'LOAD_-1207551305'), (u'PTRSUB_-1207551102', u'LOAD_-1207551371'), (u'LOAD_-1207551371', u'CAST_-1207551092'), (u'CAST_-1207551092', u'INT_SUB_-1207551332'), (u'PTRSUB_-1207551072', u'LOAD_-1207551297'), (u'INT_SUB_-1207551332', u'CALL_-1207551322'), ('const-417', u'LOAD_-1207551297'), (u'LOAD_-1207551371', u'CAST_-1207551100'), (u'LOAD_-1207551297', u'CALL_-1207551283'), ('tmp_402', u'CAST_-1207551093'), ('const-1', u'PTRADD_-1207551213'), ('tmp_402', u'INT_NOTEQUAL_-1207551352'), ('tmp_125', u'CBRANCH_-1207551352'), (u'LOAD_-1207551305', u'CALL_-1207551283'), ('tmp_400', u'PTRSUB_-1207551072'), ('const-0', u'PTRSUB_-1207551102'), (u'LOAD_-1207551277', u'PTRADD_-1207551213'), ('const-4', u'PTRSUB_-1207551072')]
[('tmp_548', u'LOAD_-1207551371'), (u'INT_SUB_-1207551332', u'CALL_-1207551283'), ('const-417', u'STORE_-1207551274'), ('const-417', u'LOAD_-1207551305'), (u'LOAD_-1207551371', u'INT_NOTEQUAL_-1207551352'), (u'LOAD_-1207551305', u'CAST_-1207551079'), ('const-417', u'LOAD_-1207551297'), (u'CAST_-1207551066', u'LOAD_-1207551277'), ('const-0', u'RETURN_-1207551208'), ('tmp_549', u'INT_SUB_-1207551332'), (u'CAST_-1207551075', u'LOAD_-1207551297'), ('const-417', u'LOAD_-1207551277'), (u'INT_SUB_-1207551332', u'INT_ADD_-1207551259'), (u'INT_NOTEQUAL_-1207551352', u'CBRANCH_-1207551352'), ('const-417', u'LOAD_-1207551371'), ('tmp_548', u'LOAD_-1207551305'), ('const-4', u'INT_ADD_-1207551281'), (u'INT_ADD_-1207551265', u'CAST_-1207551066'), (u'LOAD_-1207551297', u'CALL_-1207551283'), (u'CAST_-1207551079', u'CALL_-1207551283'), ('tmp_551', u'INT_ADD_-1207551281'), (u'INT_ADD_-1207551259', u'STORE_-1207551274'), ('const-4', u'INT_ADD_-1207551265'), ('tmp_125', u'CBRANCH_-1207551352'), (u'LOAD_-1207551277', u'INT_ADD_-1207551259'), ('tmp_551', u'INT_ADD_-1207551265'), (u'CAST_-1207551066', u'STORE_-1207551274'), (u'LOAD_-1207551371', u'INT_SUB_-1207551332'), ('tmp_549', u'INT_NOTEQUAL_-1207551352'), (u'INT_ADD_-1207551281', u'CAST_-1207551075')]
null
null
00193a40
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid __regparm3 FUN_00193a40(int param_1,int *param_2,int param_3)\n\n{\n size_t __n;\n \n if (*param_2 != param_3) {\n __n = param_3 - *param_2;\n FUN_00193770();\n memcpy(*(void **)(param_1 + 4),(void *)*param_2,__n);\n *(int *)(param_1 + 4) = *(int *)(param_1 + 4) + __n;\n }\n return;\n}\n\n" comment (function_definition "void __regparm3 FUN_00193a40(int param_1,int *param_2,int param_3)\n\n{\n size_t __n;\n \n if (*param_2 != param_3) {\n __n = param_3 - *param_2;\n FUN_00193770();\n memcpy(*(void **)(param_1 + 4),(void *)*param_2,__n);\n *(int *)(param_1 + 4) = *(int *)(param_1 + 4) + __n;\n }\n return;\n}" primitive_type (ERROR "__regparm3" identifier) (function_declarator "FUN_00193a40(int param_1,int *param_2,int param_3)" identifier (parameter_list "(int param_1,int *param_2,int param_3)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "int *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "int param_3" primitive_type identifier) ))) (compound_statement "{\n size_t __n;\n \n if (*param_2 != param_3) {\n __n = param_3 - *param_2;\n FUN_00193770();\n memcpy(*(void **)(param_1 + 4),(void *)*param_2,__n);\n *(int *)(param_1 + 4) = *(int *)(param_1 + 4) + __n;\n }\n return;\n}" { (declaration "size_t __n;" primitive_type identifier ;) (if_statement "if (*param_2 != param_3) {\n __n = param_3 - *param_2;\n FUN_00193770();\n memcpy(*(void **)(param_1 + 4),(void *)*param_2,__n);\n *(int *)(param_1 + 4) = *(int *)(param_1 + 4) + __n;\n }" if (parenthesized_expression "(*param_2 != param_3)" ( (binary_expression "*param_2 != param_3" (pointer_expression "*param_2" * identifier) != identifier) )) (compound_statement "{\n __n = param_3 - *param_2;\n FUN_00193770();\n memcpy(*(void **)(param_1 + 4),(void *)*param_2,__n);\n *(int *)(param_1 + 4) = *(int *)(param_1 + 4) + __n;\n }" { (expression_statement "__n = param_3 - *param_2;" (assignment_expression "__n = param_3 - *param_2" identifier = (binary_expression "param_3 - *param_2" identifier - (pointer_expression "*param_2" * identifier))) ;) (expression_statement "FUN_00193770();" (call_expression "FUN_00193770()" identifier (argument_list "()" ( ))) ;) (expression_statement "memcpy(*(void **)(param_1 + 4),(void *)*param_2,__n);" (call_expression "memcpy(*(void **)(param_1 + 4),(void *)*param_2,__n)" identifier (argument_list "(*(void **)(param_1 + 4),(void *)*param_2,__n)" ( (pointer_expression "*(void **)(param_1 + 4)" * (cast_expression "(void **)(param_1 + 4)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) )))) , (cast_expression "(void *)*param_2" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier)) , identifier ))) ;) (expression_statement "*(int *)(param_1 + 4) = *(int *)(param_1 + 4) + __n;" (assignment_expression "*(int *)(param_1 + 4) = *(int *)(param_1 + 4) + __n" (pointer_expression "*(int *)(param_1 + 4)" * (cast_expression "(int *)(param_1 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) )))) = (binary_expression "*(int *)(param_1 + 4) + __n" (pointer_expression "*(int *)(param_1 + 4)" * (cast_expression "(int *)(param_1 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) )))) + identifier)) ;) })) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void string_appends(string * p, string * s, string * s) */\n\nvoid __regparm3 string_appends(string *p,string *s,string *s_1)\n\n{\n size_t __n;\n \n if ((string *)s->b != s_1) {\n __n = (int)s_1 - (int)s->b;\n string_need(p,__n);\n memcpy(p->p,s->b,__n);\n p->p = p->p + __n;\n }\n return;\n}\n\n" comment comment (function_definition "void __regparm3 string_appends(string *p,string *s,string *s_1)\n\n{\n size_t __n;\n \n if ((string *)s->b != s_1) {\n __n = (int)s_1 - (int)s->b;\n string_need(p,__n);\n memcpy(p->p,s->b,__n);\n p->p = p->p + __n;\n }\n return;\n}" primitive_type (ERROR "__regparm3" identifier) (function_declarator "string_appends(string *p,string *s,string *s_1)" identifier (parameter_list "(string *p,string *s,string *s_1)" ( (parameter_declaration "string *p" type_identifier (pointer_declarator "*p" * identifier)) , (parameter_declaration "string *s" type_identifier (pointer_declarator "*s" * identifier)) , (parameter_declaration "string *s_1" type_identifier (pointer_declarator "*s_1" * identifier)) ))) (compound_statement "{\n size_t __n;\n \n if ((string *)s->b != s_1) {\n __n = (int)s_1 - (int)s->b;\n string_need(p,__n);\n memcpy(p->p,s->b,__n);\n p->p = p->p + __n;\n }\n return;\n}" { (declaration "size_t __n;" primitive_type identifier ;) (if_statement "if ((string *)s->b != s_1) {\n __n = (int)s_1 - (int)s->b;\n string_need(p,__n);\n memcpy(p->p,s->b,__n);\n p->p = p->p + __n;\n }" if (parenthesized_expression "((string *)s->b != s_1)" ( (binary_expression "(string *)s->b != s_1" (cast_expression "(string *)s->b" ( (type_descriptor "string *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "s->b" identifier -> field_identifier)) != identifier) )) (compound_statement "{\n __n = (int)s_1 - (int)s->b;\n string_need(p,__n);\n memcpy(p->p,s->b,__n);\n p->p = p->p + __n;\n }" { (expression_statement "__n = (int)s_1 - (int)s->b;" (assignment_expression "__n = (int)s_1 - (int)s->b" identifier = (binary_expression "(int)s_1 - (int)s->b" (cast_expression "(int)s_1" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)s->b" ( (type_descriptor "int" primitive_type) ) (field_expression "s->b" identifier -> field_identifier)))) ;) (expression_statement "string_need(p,__n);" (call_expression "string_need(p,__n)" identifier (argument_list "(p,__n)" ( identifier , identifier ))) ;) (expression_statement "memcpy(p->p,s->b,__n);" (call_expression "memcpy(p->p,s->b,__n)" identifier (argument_list "(p->p,s->b,__n)" ( (field_expression "p->p" identifier -> field_identifier) , (field_expression "s->b" identifier -> field_identifier) , identifier ))) ;) (expression_statement "p->p = p->p + __n;" (assignment_expression "p->p = p->p + __n" (field_expression "p->p" identifier -> field_identifier) = (binary_expression "p->p + __n" (field_expression "p->p" identifier -> field_identifier) + identifier)) ;) })) (return_statement "return;" return ;) })))
(translation_unit "void __regparm3 FUN_00193a40(int param_1,int *param_2,int param_3)\n\n{\n size_t __n;\n \n if (*param_2 != param_3) {\n __n = param_3 - *param_2;\n FUN_00193770();\n memcpy(*(void **)(param_1 + 4),(void *)*param_2,__n);\n *(int *)(param_1 + 4) = *(int *)(param_1 + 4) + __n;\n }\n return;\n}\n\n" (function_definition "void __regparm3 FUN_00193a40(int param_1,int *param_2,int param_3)\n\n{\n size_t __n;\n \n if (*param_2 != param_3) {\n __n = param_3 - *param_2;\n FUN_00193770();\n memcpy(*(void **)(param_1 + 4),(void *)*param_2,__n);\n *(int *)(param_1 + 4) = *(int *)(param_1 + 4) + __n;\n }\n return;\n}" primitive_type (ERROR "__regparm3" identifier) (function_declarator "FUN_00193a40(int param_1,int *param_2,int param_3)" identifier (parameter_list "(int param_1,int *param_2,int param_3)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "int *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "int param_3" primitive_type identifier) ))) (compound_statement "{\n size_t __n;\n \n if (*param_2 != param_3) {\n __n = param_3 - *param_2;\n FUN_00193770();\n memcpy(*(void **)(param_1 + 4),(void *)*param_2,__n);\n *(int *)(param_1 + 4) = *(int *)(param_1 + 4) + __n;\n }\n return;\n}" { (declaration "size_t __n;" primitive_type identifier ;) (if_statement "if (*param_2 != param_3) {\n __n = param_3 - *param_2;\n FUN_00193770();\n memcpy(*(void **)(param_1 + 4),(void *)*param_2,__n);\n *(int *)(param_1 + 4) = *(int *)(param_1 + 4) + __n;\n }" if (parenthesized_expression "(*param_2 != param_3)" ( (binary_expression "*param_2 != param_3" (pointer_expression "*param_2" * identifier) != identifier) )) (compound_statement "{\n __n = param_3 - *param_2;\n FUN_00193770();\n memcpy(*(void **)(param_1 + 4),(void *)*param_2,__n);\n *(int *)(param_1 + 4) = *(int *)(param_1 + 4) + __n;\n }" { (expression_statement "__n = param_3 - *param_2;" (assignment_expression "__n = param_3 - *param_2" identifier = (binary_expression "param_3 - *param_2" identifier - (pointer_expression "*param_2" * identifier))) ;) (expression_statement "FUN_00193770();" (call_expression "FUN_00193770()" identifier (argument_list "()" ( ))) ;) (expression_statement "memcpy(*(void **)(param_1 + 4),(void *)*param_2,__n);" (call_expression "memcpy(*(void **)(param_1 + 4),(void *)*param_2,__n)" identifier (argument_list "(*(void **)(param_1 + 4),(void *)*param_2,__n)" ( (pointer_expression "*(void **)(param_1 + 4)" * (cast_expression "(void **)(param_1 + 4)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) )))) , (cast_expression "(void *)*param_2" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier)) , identifier ))) ;) (expression_statement "*(int *)(param_1 + 4) = *(int *)(param_1 + 4) + __n;" (assignment_expression "*(int *)(param_1 + 4) = *(int *)(param_1 + 4) + __n" (pointer_expression "*(int *)(param_1 + 4)" * (cast_expression "(int *)(param_1 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) )))) = (binary_expression "*(int *)(param_1 + 4) + __n" (pointer_expression "*(int *)(param_1 + 4)" * (cast_expression "(int *)(param_1 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) )))) + identifier)) ;) })) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT - (pointer_expression * IDENT))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (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) )))) , (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) , IDENT ))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + IDENT)) ;) })) (return_statement return ;) })))
(function_definition "void __regparm3 FUN_00193a40(int param_1,int *param_2,int param_3)\n\n{\n size_t __n;\n \n if (*param_2 != param_3) {\n __n = param_3 - *param_2;\n FUN_00193770();\n memcpy(*(void **)(param_1 + 4),(void *)*param_2,__n);\n *(int *)(param_1 + 4) = *(int *)(param_1 + 4) + __n;\n }\n return;\n}" (primitive_type "void") (ERROR "__regparm3" (identifier "__regparm3")) (function_declarator "FUN_00193a40(int param_1,int *param_2,int param_3)" (identifier "FUN_00193a40") (parameter_list "(int param_1,int *param_2,int param_3)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) (, ",") (parameter_declaration "int *param_2" (primitive_type "int") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "int param_3" (primitive_type "int") (identifier "param_3")) () ")"))) (compound_statement "{\n size_t __n;\n \n if (*param_2 != param_3) {\n __n = param_3 - *param_2;\n FUN_00193770();\n memcpy(*(void **)(param_1 + 4),(void *)*param_2,__n);\n *(int *)(param_1 + 4) = *(int *)(param_1 + 4) + __n;\n }\n return;\n}" ({ "{") (declaration "size_t __n;" (primitive_type "size_t") (identifier "__n") (; ";")) (if_statement "if (*param_2 != param_3) {\n __n = param_3 - *param_2;\n FUN_00193770();\n memcpy(*(void **)(param_1 + 4),(void *)*param_2,__n);\n *(int *)(param_1 + 4) = *(int *)(param_1 + 4) + __n;\n }" (if "if") (parenthesized_expression "(*param_2 != param_3)" (( "(") (binary_expression "*param_2 != param_3" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (!= "!=") (identifier "param_3")) () ")")) (compound_statement "{\n __n = param_3 - *param_2;\n FUN_00193770();\n memcpy(*(void **)(param_1 + 4),(void *)*param_2,__n);\n *(int *)(param_1 + 4) = *(int *)(param_1 + 4) + __n;\n }" ({ "{") (expression_statement "__n = param_3 - *param_2;" (assignment_expression "__n = param_3 - *param_2" (identifier "__n") (= "=") (binary_expression "param_3 - *param_2" (identifier "param_3") (- "-") (pointer_expression "*param_2" (* "*") (identifier "param_2")))) (; ";")) (expression_statement "FUN_00193770();" (call_expression "FUN_00193770()" (identifier "FUN_00193770") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "memcpy(*(void **)(param_1 + 4),(void *)*param_2,__n);" (call_expression "memcpy(*(void **)(param_1 + 4),(void *)*param_2,__n)" (identifier "memcpy") (argument_list "(*(void **)(param_1 + 4),(void *)*param_2,__n)" (( "(") (pointer_expression "*(void **)(param_1 + 4)" (* "*") (cast_expression "(void **)(param_1 + 4)" (( "(") (type_descriptor "void **" (primitive_type "void") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 4)" (( "(") (binary_expression "param_1 + 4" (identifier "param_1") (+ "+") (number_literal "4")) () ")")))) (, ",") (cast_expression "(void *)*param_2" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_2" (* "*") (identifier "param_2"))) (, ",") (identifier "__n") () ")"))) (; ";")) (expression_statement "*(int *)(param_1 + 4) = *(int *)(param_1 + 4) + __n;" (assignment_expression "*(int *)(param_1 + 4) = *(int *)(param_1 + 4) + __n" (pointer_expression "*(int *)(param_1 + 4)" (* "*") (cast_expression "(int *)(param_1 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 4)" (( "(") (binary_expression "param_1 + 4" (identifier "param_1") (+ "+") (number_literal "4")) () ")")))) (= "=") (binary_expression "*(int *)(param_1 + 4) + __n" (pointer_expression "*(int *)(param_1 + 4)" (* "*") (cast_expression "(int *)(param_1 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 4)" (( "(") (binary_expression "param_1 + 4" (identifier "param_1") (+ "+") (number_literal "4")) () ")")))) (+ "+") (identifier "__n"))) (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void string_appends(string * p, string * s, string * s) */ void __regparm3 function_1(type_1 *p,type_1 *s,type_1 *var_1) { size_t var_4; if ((type_1 *)s->b != var_1) { var_4 = (int)var_1 - (int)s->b; var_2(p,var_4); var_3(p->p,s->b,var_4); p->p = p->p + var_4; } return; }
null
(translation_unit (function_definition type: (primitive_type) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (pointer_expression argument: (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (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))))) (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))) (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier)))))) (return_statement))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void __regparm3 MASKED(int param_1,int *param_2,int param_3) { size_t __n; if (*param_2 != param_3) { __n = param_3 - *param_2; FUN_00193770(); memcpy(*(void **)(param_1 + 4),(void *)*param_2,__n); *(int *)(param_1 + 4) = *(int *)(param_1 + 4) + __n; } return; }
489_libMagickWand-7.Q16HDRI.so.8.0_and_libMagickWand-7.Q16HDRI.so.8.0_strip.c
GetPreviousImageInList
GetPreviousImageInList
void GetPreviousImageInList(void) { (*(code *)PTR_GetPreviousImageInList_0016a868)(); return; }
void GetPreviousImageInList(void) { (*(code *)PTR_GetPreviousImageInList_0016a868)(); return; }
JMP dword ptr [EBX + 0x868]
null
null
null
null
[('tmp_58', u'CAST_-1205934681'), (u'CALLIND_-1205934758', u'INDIRECT_-1205934686'), ('const-0', u'RETURN_-1205934755'), (u'CAST_-1205934681', u'CALLIND_-1205934758'), (u'INDIRECT_-1205934686', u'COPY_-1205934745')]
[('tmp_58', u'CAST_-1205934681'), (u'CALLIND_-1205934758', u'INDIRECT_-1205934686'), ('const-0', u'RETURN_-1205934755'), (u'CAST_-1205934681', u'CALLIND_-1205934758'), (u'INDIRECT_-1205934686', u'COPY_-1205934745')]
null
null
0001e550
x86
O3
(translation_unit "void GetPreviousImageInList(void)\n\n{\n (*(code *)PTR_GetPreviousImageInList_0016a868)();\n return;\n}\n\n" (function_definition "void GetPreviousImageInList(void)\n\n{\n (*(code *)PTR_GetPreviousImageInList_0016a868)();\n return;\n}" primitive_type (function_declarator "GetPreviousImageInList(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_GetPreviousImageInList_0016a868)();\n return;\n}" { (expression_statement "(*(code *)PTR_GetPreviousImageInList_0016a868)();" (call_expression "(*(code *)PTR_GetPreviousImageInList_0016a868)()" (parenthesized_expression "(*(code *)PTR_GetPreviousImageInList_0016a868)" ( (pointer_expression "*(code *)PTR_GetPreviousImageInList_0016a868" * (cast_expression "(code *)PTR_GetPreviousImageInList_0016a868" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void GetPreviousImageInList(void)\n\n{\n (*(code *)PTR_GetPreviousImageInList_0016a868)();\n return;\n}\n\n" (function_definition "void GetPreviousImageInList(void)\n\n{\n (*(code *)PTR_GetPreviousImageInList_0016a868)();\n return;\n}" primitive_type (function_declarator "GetPreviousImageInList(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_GetPreviousImageInList_0016a868)();\n return;\n}" { (expression_statement "(*(code *)PTR_GetPreviousImageInList_0016a868)();" (call_expression "(*(code *)PTR_GetPreviousImageInList_0016a868)()" (parenthesized_expression "(*(code *)PTR_GetPreviousImageInList_0016a868)" ( (pointer_expression "*(code *)PTR_GetPreviousImageInList_0016a868" * (cast_expression "(code *)PTR_GetPreviousImageInList_0016a868" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void GetPreviousImageInList(void)\n\n{\n (*(code *)PTR_GetPreviousImageInList_0016a868)();\n return;\n}\n\n" (function_definition "void GetPreviousImageInList(void)\n\n{\n (*(code *)PTR_GetPreviousImageInList_0016a868)();\n return;\n}" primitive_type (function_declarator "GetPreviousImageInList(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_GetPreviousImageInList_0016a868)();\n return;\n}" { (expression_statement "(*(code *)PTR_GetPreviousImageInList_0016a868)();" (call_expression "(*(code *)PTR_GetPreviousImageInList_0016a868)()" (parenthesized_expression "(*(code *)PTR_GetPreviousImageInList_0016a868)" ( (pointer_expression "*(code *)PTR_GetPreviousImageInList_0016a868" * (cast_expression "(code *)PTR_GetPreviousImageInList_0016a868" ( (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 GetPreviousImageInList(void)\n\n{\n (*(code *)PTR_GetPreviousImageInList_0016a868)();\n return;\n}" (primitive_type "void") (function_declarator "GetPreviousImageInList(void)" (identifier "GetPreviousImageInList") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_GetPreviousImageInList_0016a868)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_GetPreviousImageInList_0016a868)();" (call_expression "(*(code *)PTR_GetPreviousImageInList_0016a868)()" (parenthesized_expression "(*(code *)PTR_GetPreviousImageInList_0016a868)" (( "(") (pointer_expression "*(code *)PTR_GetPreviousImageInList_0016a868" (* "*") (cast_expression "(code *)PTR_GetPreviousImageInList_0016a868" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_GetPreviousImageInList_0016a868"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(void) { (*(type_1 *)PTR_GetPreviousImageInList_0016a868)(); 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_0016a868)(); return; }
714_aarch64-linux-gnu-ld_and_aarch64-linux-gnu-ld_strip.c
gldaarch64elf32b_after_open
FUN_00048120
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void gldaarch64elf32b_after_open(void) { int *piVar1; output_elf_obj_tdata *poVar2; bfd_link_needed_list **ppbVar3; bfd_link_needed_list *pbVar4; bfd_link_hash_table *pbVar5; asection *paVar6; bfd_link_needed_list *pbVar7; uint uVar8; int iVar9; bfd_boolean bVar10; char *pcVar11; size_t sVar12; bfd *pbVar13; char *pcVar14; size_t sVar15; size_t sVar16; char *pcVar17; byte *pbVar18; char *pcVar19; char *pcVar20; bfd_link_hash_entry *pbVar21; byte bVar22; bfd *pbVar23; bfd_section *pbVar24; byte *pbVar25; search_dirs *psVar26; size_t sVar27; byte *pbVar28; char *pcVar29; bool bVar30; bool bVar31; bool bVar32; bool bVar33; byte bVar34; bfd_size_type bVar35; char *local_84; bfd_link_needed_list *local_78; bfd *local_74; char *local_68; dt_needed *local_64; dt_needed n; dt_needed nn; dt_needed needed; bVar34 = 0; after_open_default(); pbVar5 = link_info.hash; if ((link_info.hash)->type == bfd_link_elf_hash_table) { if (command_line.out_implib_filename != (char *)0x0) { unlink_if_ordinary(command_line.out_implib_filename); link_info.out_implib_bfd = (bfd *)bfd_openw(command_line.out_implib_filename,(link_info.output_bfd)->xvec->name); pcVar11 = command_line.out_implib_filename; if (link_info.out_implib_bfd == (bfd *)0x0) { pcVar20 = (char *)dcgettext(0,"%F%P: %s: can\'t open for writing: %E\n",5); einfo(pcVar20,pcVar11); } } pbVar23 = link_info.output_bfd; pbVar13 = link_info.input_bfds; if (emit_note_gnu_build_id != (char *)0x0) { for (; pbVar13 != (bfd *)0x0; pbVar13 = (pbVar13->link).next) { if (((pbVar13->xvec->flavour == bfd_target_elf_flavour) && (pbVar13->section_count != 0)) && ((*(byte *)((int)pbVar13->usrdata + 0x24) & 0x10) == 0)) { bVar35 = compute_build_id_size(emit_note_gnu_build_id); if ((bVar35 == 0) || (bVar35 + 0x10 == 0)) { pcVar11 = "%P: warning: unrecognized --build-id style ignored\n"; } else { paVar6 = (asection *) bfd_make_section_with_flags (pbVar13,".note.gnu.build-id", "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n /* .gnu.warning sections are handled specially by elf32.em. */\n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n /* Adjust the address for the rodata segment. We want to adjust up to\n the same address within the page on the next page up. */\n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." /* TRUNCATED STRING LITERAL */ ); if (paVar6 != (asection *)0x0) { paVar6->alignment_power = 2; pbVar23 = link_info.output_bfd; poVar2 = (((link_info.output_bfd)->tdata).elf_obj_data)->o; (poVar2->build_id).after_write_object_contents = write_build_id; pcVar11 = emit_note_gnu_build_id; (poVar2->build_id).sec = paVar6; (poVar2->build_id).style = pcVar11; *(undefined4 *)((int)paVar6->used_by_bfd + 4) = 7; paVar6->size = bVar35 + 0x10; goto LAB_000482f4; } pcVar11 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n"; } pcVar11 = (char *)dcgettext(0,pcVar11,5); einfo(pcVar11); break; } } free(emit_note_gnu_build_id); emit_note_gnu_build_id = (char *)0x0; pbVar23 = link_info.output_bfd; } LAB_000482f4: (**(code **)((int)pbVar23->xvec->backend_data + 0x1d0))(&link_info); if ((link_info._0_1_ & 3) == 2) { if ((byte)link_info._5_1_ >> 7 == (~link_info._6_1_ & 1)) { bfd_make_section_with_flags (link_info.input_bfds,".note.GNU-stack",(byte)link_info._5_1_ >> 3 & 0x10 | 8); } } else { if (((link_info._4_1_ & 0x20) == 0) && (link_info.input_bfds != (bfd *)0x0)) { local_78 = (bfd_link_needed_list *)0x0; bVar31 = false; local_74 = (bfd *)0x0; pbVar13 = link_info.input_bfds; do { while ((*(byte *)((int)pbVar13->usrdata + 0x24) & 0x10) != 0) { LAB_00048a88: pbVar13 = (pbVar13->link).next; if (pbVar13 == (bfd *)0x0) goto LAB_00048b86; } pbVar24 = pbVar13->sections; if (pbVar24 != (bfd_section *)0x0) { local_84 = (char *)0x0; do { bVar33 = pbVar24->output_section < (bfd_section *)(PTR__bfd_std_section_001c1fd4 + 0x180); bVar30 = pbVar24->output_section == (bfd_section *)(PTR__bfd_std_section_001c1fd4 + 0x180); pcVar11 = local_84; if (!bVar30) { iVar9 = 0xf; pbVar18 = (byte *)pbVar24->name; pbVar25 = (byte *)".eh_frame_entry"; do { if (iVar9 == 0) break; iVar9 = iVar9 + -1; bVar33 = *pbVar18 < *pbVar25; bVar30 = *pbVar18 == *pbVar25; pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1; pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1; } while (bVar30); bVar32 = false; bVar33 = (!bVar33 && !bVar30) == bVar33; if (bVar33) { local_84 = (char *)0x2; goto LAB_00048b31; } iVar9 = 10; pbVar18 = (byte *)pbVar24->name; pbVar25 = (byte *)".eh_frame"; do { if (iVar9 == 0) break; iVar9 = iVar9 + -1; bVar32 = *pbVar18 < *pbVar25; bVar33 = *pbVar18 == *pbVar25; pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1; pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1; } while (bVar33); if (((!bVar32 && !bVar33) == bVar32) && (piVar1 = (int *)((int)&pbVar24->size + 4), pcVar11 = (char *)1, *piVar1 == 0 && (uint)(8 < (uint)pbVar24->size) <= (uint)-*piVar1)) { pcVar11 = local_84; } } local_84 = pcVar11; pbVar24 = pbVar24->next; } while (pbVar24 != (bfd_section *)0x0); if (local_84 != (char *)0x0) { LAB_00048b31: pbVar7 = (bfd_link_needed_list *)local_84; if ((local_78 != (bfd_link_needed_list *)0x0) && (pbVar7 = local_78, local_78 != (bfd_link_needed_list *)local_84)) { if (local_84 != (char *)0x1) { pbVar13 = local_74; } pcVar11 = (char *)dcgettext(0, "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n" ,5); einfo(pcVar11,pbVar13); break; } local_78 = pbVar7; if ((local_74 == (bfd *)0x0) && (((local_84 == (char *)0x2 || ((link_info._2_2_ & 0xc000) != 0)) && (bVar31 = true, pbVar13->xvec->flavour == bfd_target_elf_flavour)))) { local_74 = pbVar13; } } } if (local_78 != (bfd_link_needed_list *)0x2) goto LAB_00048a88; pbVar13 = (pbVar13->link).next; link_info._2_2_ = link_info._2_2_ & 0x3fff | 0x8000; } while (pbVar13 != (bfd *)0x0); LAB_00048b86: if ((local_74 == (bfd *)0x0) || (pbVar21 = (bfd_link_hash_entry *) bfd_make_section_with_flags (local_74,".eh_frame_hdr", *(uint *)((int)local_74->xvec->backend_data + 0x30) | 8), pbVar21 == (bfd_link_hash_entry *)0x0)) { if (bVar31) { pcVar11 = (char *)dcgettext(0, "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n" ,5); einfo(pcVar11); } } else { pbVar21[2].u.i.warning = (char *)0x2; pbVar5[4].undefs_tail = pbVar21; } } pbVar7 = (bfd_link_needed_list *)bfd_elf_get_needed_list(link_info.output_bfd,&link_info); local_78 = pbVar7; if (pbVar7 != (bfd_link_needed_list *)0x0) { LAB_00048360: pbVar4 = pbVar7; if ((local_78->by == (bfd *)0x0) || ((uVar8 = bfd_elf_get_dyn_lib_class(local_78->by), (uVar8 & 1) == 0 && (((local_78->by == (bfd *)0x0 || ((link_info._2_2_ & 0x180) != 0x80)) || (uVar8 = bfd_elf_get_dyn_lib_class(local_78->by), (uVar8 & 4) == 0)))))) { for (; pbVar4 != local_78; pbVar4 = pbVar4->next) { if (((pbVar4->by == (bfd *)0x0) || (uVar8 = bfd_elf_get_dyn_lib_class(pbVar4->by), (uVar8 & 1) == 0)) && (iVar9 = strcmp(pbVar4->name,local_78->name), iVar9 == 0)) { if (pbVar4 != local_78) goto LAB_000484a0; break; } } global_found = (lang_input_statement_type *)0x0; global_needed = local_78; real_func = gldaarch64elf32b_check_needed; lang_for_each_input_file(aarch64_for_each_input_file_wrapper); if ((global_found == (lang_input_statement_type *)0x0) || (uVar8 = bfd_elf_get_dyn_lib_class(global_found->the_bfd), (uVar8 & 1) != 0)) { pbVar13 = local_78->by; pcVar11 = local_78->name; n.by = pbVar13; n.name = pcVar11; nn.by = pbVar13; if (verbose != 0) { pcVar20 = (char *)dcgettext(0,"%s needed by %pB\n",5); info_msg(pcVar20,pcVar11,pbVar13); } if (global_found == (lang_input_statement_type *)0x0) { LAB_00048538: local_64 = (dt_needed *)0x0; do { pcVar20 = n.name; pcVar11 = command_line.rpath_link; if (*n.name == '/') { bVar10 = gldaarch64elf32b_try_needed(&n,(int)n.name,local_64); if (bVar10 != 0) goto LAB_000484a0; } else if ((command_line.rpath_link != (char *)0x0) && (*command_line.rpath_link != '\0')) { needed.by = n.by; needed.name = n.name; sVar12 = strlen(n.name); do { local_68 = strchr(pcVar11,(int)config.rpath_separator); if (local_68 == (char *)0x0) { sVar27 = strlen(pcVar11); local_68 = pcVar11 + sVar27; } sVar27 = (int)local_68 - (int)pcVar11; local_84 = (char *)xmalloc(sVar12 + 2 + sVar27); pcVar17 = local_84; if (pcVar11 != local_68) { memcpy(local_84,pcVar11,sVar27); local_84[sVar27] = '/'; pcVar17 = local_84 + sVar27 + 1; } pcVar11 = (char *)0x0; strcpy(pcVar17,pcVar20); while (pcVar11 = strchr(local_84 + (int)pcVar11,0x24), pcVar11 != (char *)0x0) { pcVar17 = strchr(pcVar11,0x2f); sVar27 = strlen(local_84); if (pcVar17 != (char *)0x0) { *pcVar17 = '\0'; } bVar22 = pcVar11[1]; pcVar19 = pcVar11 + 1; if (bVar22 == 0x7b) { bVar22 = pcVar11[2]; pcVar19 = pcVar11 + 2; } pbVar18 = (byte *)(pcVar19 + 1); bVar31 = bVar22 < 0x4c; bVar33 = bVar22 == 0x4c; if (bVar33) { iVar9 = 3; pbVar25 = pbVar18; pbVar28 = (byte *)0x701f6; do { if (iVar9 == 0) break; iVar9 = iVar9 + -1; bVar31 = *pbVar25 < *pbVar28; bVar33 = *pbVar25 == *pbVar28; pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1; pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1; } while (bVar33); bVar30 = false; bVar31 = (!bVar31 && !bVar33) == bVar31; if (!bVar31) { iVar9 = 4; pbVar25 = &DAT_000af890; do { if (iVar9 == 0) break; iVar9 = iVar9 + -1; bVar30 = *pbVar18 < *pbVar25; bVar31 = *pbVar18 == *pbVar25; pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1; pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1; } while (bVar31); if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7; } sVar15 = 3; pcVar29 = (char *)0x0; pcVar19 = "lib"; LAB_00048700: pcVar14 = (char *)xmalloc(sVar15 + sVar27); iVar9 = (int)pcVar11 - (int)local_84; if (pcVar17 == (char *)0x0) { sprintf(pcVar14,"%.*s%s",iVar9,local_84,pcVar19); sVar27 = strlen(pcVar19); pcVar11 = (char *)(iVar9 + sVar27); } else { sprintf(pcVar14,"%.*s%s/%s",iVar9,local_84,pcVar19,pcVar17 + 1); sVar27 = strlen(pcVar19); pcVar11 = (char *)(iVar9 + 1 + sVar27); } free(local_84); local_84 = pcVar14; } else { bVar31 = bVar22 < 0x4f; bVar33 = bVar22 == 0x4f; if (bVar33) { iVar9 = 6; pbVar25 = pbVar18; pbVar28 = (byte *)0x704cc; do { if (iVar9 == 0) break; iVar9 = iVar9 + -1; bVar31 = *pbVar25 < *pbVar28; bVar33 = *pbVar25 == *pbVar28; pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1; pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1; } while (bVar33); bVar30 = false; bVar31 = (!bVar31 && !bVar33) == bVar31; if (!bVar31) { iVar9 = 7; pbVar25 = (byte *)"RIGIN}"; do { if (iVar9 == 0) break; iVar9 = iVar9 + -1; bVar30 = *pbVar18 < *pbVar25; bVar31 = *pbVar18 == *pbVar25; pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1; pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1; } while (bVar31); if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7; } pbVar13 = needed.by; if (((needed.by != (bfd *)0x0) || (pbVar13 = link_info.output_bfd, link_info.output_bfd != (bfd *)0x0)) && (pcVar29 = pbVar13->filename, pcVar29 != (char *)0x0)) { if (*pcVar29 == '/') { pcVar19 = (char *)xstrdup(pcVar29); } else { pcVar14 = (char *)getpwd(); sVar15 = strlen(pcVar29); sVar16 = strlen(pcVar14); pcVar19 = (char *)xmalloc(sVar15 + 2 + sVar16); sprintf(pcVar19,"%s/%s",pcVar14,pcVar29); } pcVar29 = strrchr(pcVar19,0x2f); if (pcVar29 != (char *)0x0) { *pcVar29 = '\0'; } sVar15 = strlen(pcVar19); pcVar29 = pcVar19; goto LAB_00048700; } } LAB_000487e7: if (verbose != 0) { pcVar19 = (char *)dcgettext(0, "unrecognised or unsupported token \'%s\' in search path\n" ,5); info_msg(pcVar19,pcVar11); } if (pcVar17 != (char *)0x0) { *pcVar17 = '/'; } pcVar29 = (char *)0x0; pcVar11 = pcVar11 + (1 - (int)local_84); } free(pcVar29); } needed.name = local_84; bVar10 = gldaarch64elf32b_try_needed(&needed,(int)local_84,local_64); if (bVar10 != 0) goto LAB_000484a0; free(local_84); if (*local_68 == '\0') break; pcVar11 = local_68 + 1; } while( true ); } sVar12 = strlen(local_78->name); if (search_head != (search_dirs_type *)0x0) { psVar26 = search_head; do { if (psVar26->cmdline == 0) { sVar27 = strlen(psVar26->name); pcVar11 = (char *)xmalloc(sVar27 + sVar12 + 2); sprintf(pcVar11,"%s/%s",psVar26->name,local_78->name); nn.name = pcVar11; bVar10 = gldaarch64elf32b_try_needed(&nn,(int)pcVar11,local_64); if (bVar10 != 0) goto LAB_000484a0; free(pcVar11); } psVar26 = psVar26->next; } while (psVar26 != (search_dirs *)0x0); } if (local_64 == (dt_needed *)0x1) goto code_r0x00048a13; local_64 = (dt_needed *)0x1; } while( true ); } nn.name = global_found->filename; bVar10 = gldaarch64elf32b_try_needed(&nn,(int)nn.name,(dt_needed *)0x1); if (bVar10 == 0) goto LAB_00048538; } } goto LAB_000484a0; } LAB_000484b2: if (((link_info._3_1_ & 0xc0) == 0x80) && (iVar9 = bfd_elf_parse_eh_frame_entries(0,&link_info), iVar9 == 0)) { pcVar11 = (char *)dcgettext(0,"%F%P: failed to parse EH frame entries\n",5); einfo(pcVar11); } } } return; code_r0x00048a13: pbVar13 = local_78->by; pcVar11 = local_78->name; pcVar20 = (char *)dcgettext(0, "%P: warning: %s, needed by %pB, not found (try using -rpath or -rpath-link)\n" ,5); einfo(pcVar20,pcVar11,pbVar13); LAB_000484a0: ppbVar3 = &local_78->next; local_78 = *ppbVar3; if (*ppbVar3 == (bfd_link_needed_list *)0x0) goto LAB_000484b2; goto LAB_00048360; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ void FUN_00048120(void) { undefined4 *puVar1; undefined4 uVar2; bool bVar3; void *pvVar4; char *pcVar5; undefined4 *puVar6; uint uVar7; int iVar8; undefined4 uVar9; size_t sVar10; undefined4 *puVar11; char *pcVar12; size_t sVar13; size_t sVar14; char *pcVar15; char *pcVar16; byte *pbVar17; undefined4 uVar18; int iVar19; byte bVar20; int iVar21; char *pcVar22; byte *pbVar23; int *piVar24; size_t sVar25; byte *pbVar26; char *pcVar27; bool bVar28; bool bVar29; bool bVar30; byte bVar31; longlong lVar32; char *local_84; undefined4 *local_78; int local_74; char *local_68; bVar31 = 0; FUN_000339e0(); iVar8 = DAT_001c4600; if (*(int *)(DAT_001c4600 + 0x28) == 1) { if (DAT_001c46a0 != 0) { unlink_if_ordinary(DAT_001c46a0); DAT_001c4618 = bfd_openw(DAT_001c46a0,*(undefined4 *)DAT_001c4614[1]); iVar19 = DAT_001c46a0; if (DAT_001c4618 == 0) { uVar9 = dcgettext(0,"%F%P: %s: can\'t open for writing: %E\n",5); FUN_00034dc0(uVar9,iVar19); } } puVar6 = DAT_001c4614; iVar19 = DAT_001c461c; if (DAT_001c3d64 != (void *)0x0) { for (; iVar19 != 0; iVar19 = *(int *)(iVar19 + 0x9c)) { if (((*(int *)(*(int *)(iVar19 + 4) + 4) == 5) && (*(int *)(iVar19 + 0x68) != 0)) && ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) == 0)) { lVar32 = FUN_00038a90(DAT_001c3d64); if ((lVar32 == 0) || (lVar32 + 0x10 == 0)) { pcVar5 = "%P: warning: unrecognized --build-id style ignored\n"; } else { iVar19 = bfd_make_section_with_flags (iVar19,".note.gnu.build-id", "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n /* .gnu.warning sections are handled specially by elf32.em. */\n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n /* Adjust the address for the rodata segment. We want to adjust up to\n the same address within the page on the next page up. */\n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." /* TRUNCATED STRING LITERAL */ ); if (iVar19 != 0) { *(undefined4 *)(iVar19 + 0x58) = 2; puVar6 = DAT_001c4614; iVar21 = *(int *)(DAT_001c4614[0x28] + 0x9c0); *(code **)(iVar21 + 0x10) = FUN_00046f30; pvVar4 = DAT_001c3d64; *(int *)(iVar21 + 0x18) = iVar19; *(void **)(iVar21 + 0x14) = pvVar4; *(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4) = 7; *(longlong *)(iVar19 + 0x2c) = lVar32 + 0x10; goto LAB_000482f4; } pcVar5 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n"; } uVar9 = dcgettext(0,pcVar5,5); FUN_00034dc0(uVar9); break; } } free(DAT_001c3d64); DAT_001c3d64 = (void *)0x0; puVar6 = DAT_001c4614; } LAB_000482f4: (**(code **)(*(int *)(puVar6[1] + 0x1c0) + 0x1d0))(&DAT_001c45e0); if ((DAT_001c45e0 & 3) == 2) { if (DAT_001c45e5 >> 7 == (~DAT_001c45e6 & 1)) { bfd_make_section_with_flags(DAT_001c461c,".note.GNU-stack",DAT_001c45e5 >> 3 & 0x10 | 8); } } else { if (((DAT_001c45e4 & 0x20) == 0) && (DAT_001c461c != 0)) { local_78 = (undefined4 *)0x0; bVar3 = false; local_74 = 0; iVar19 = DAT_001c461c; do { while ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) != 0) { LAB_00048a88: iVar19 = *(int *)(iVar19 + 0x9c); if (iVar19 == 0) goto LAB_00048b86; } puVar6 = *(undefined4 **)(iVar19 + 0x60); if (puVar6 != (undefined4 *)0x0) { local_84 = (char *)0x0; do { bVar29 = (undefined *)puVar6[0x15] < PTR__bfd_std_section_001c1fd4 + 0x180; bVar30 = (undefined *)puVar6[0x15] == PTR__bfd_std_section_001c1fd4 + 0x180; pcVar5 = local_84; if (!bVar30) { iVar21 = 0xf; pbVar17 = (byte *)*puVar6; pbVar23 = (byte *)".eh_frame_entry"; do { if (iVar21 == 0) break; iVar21 = iVar21 + -1; bVar29 = *pbVar17 < *pbVar23; bVar30 = *pbVar17 == *pbVar23; pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1; pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1; } while (bVar30); bVar28 = false; bVar29 = (!bVar29 && !bVar30) == bVar29; if (bVar29) { local_84 = (char *)0x2; goto LAB_00048b31; } iVar21 = 10; pbVar17 = (byte *)*puVar6; pbVar23 = (byte *)".eh_frame"; do { if (iVar21 == 0) break; iVar21 = iVar21 + -1; bVar28 = *pbVar17 < *pbVar23; bVar29 = *pbVar17 == *pbVar23; pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1; pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1; } while (bVar29); if (((!bVar28 && !bVar29) == bVar28) && (pcVar5 = (char *)1, puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])) { pcVar5 = local_84; } } local_84 = pcVar5; puVar6 = (undefined4 *)puVar6[3]; } while (puVar6 != (undefined4 *)0x0); if (local_84 != (char *)0x0) { LAB_00048b31: pcVar5 = local_84; if ((local_78 != (undefined4 *)0x0) && (pcVar5 = (char *)local_78, (char *)local_78 != local_84)) { if (local_84 != (char *)0x1) { iVar19 = local_74; } uVar9 = dcgettext(0, "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n" ,5); FUN_00034dc0(uVar9,iVar19); break; } local_78 = (undefined4 *)pcVar5; if ((local_74 == 0) && (((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) && (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)))) { local_74 = iVar19; } } } if (local_78 != (undefined4 *)0x2) goto LAB_00048a88; iVar19 = *(int *)(iVar19 + 0x9c); _DAT_001c45e2 = _DAT_001c45e2 & 0x3fff | 0x8000; } while (iVar19 != 0); LAB_00048b86: if ((local_74 == 0) || (iVar19 = bfd_make_section_with_flags (local_74,".eh_frame_hdr", *(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8), iVar19 == 0)) { if (bVar3) { uVar9 = dcgettext(0, "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n" ,5); FUN_00034dc0(uVar9); } } else { *(undefined4 *)(iVar19 + 0x58) = 2; *(int *)(iVar8 + 0xd0) = iVar19; } } puVar6 = (undefined4 *)bfd_elf_get_needed_list(DAT_001c4614,&DAT_001c45e0); local_78 = puVar6; if (puVar6 != (undefined4 *)0x0) { LAB_00048360: puVar1 = puVar6; if ((local_78[1] == 0) || ((uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 1) == 0 && (((local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) || (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0)))))) { for (; puVar1 != local_78; puVar1 = (undefined4 *)*puVar1) { if (((puVar1[1] == 0) || (uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0)) && (iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2]), iVar8 == 0)) { if (puVar1 != local_78) goto LAB_000484a0; break; } } DAT_001c3d78 = 0; DAT_001c3de0 = local_78; DAT_001c3de4 = FUN_00047cf0; FUN_000276c0(FUN_00045020); if ((DAT_001c3d78 == 0) || (uVar7 = bfd_elf_get_dyn_lib_class(*(undefined4 *)(DAT_001c3d78 + 0x10)), (uVar7 & 1) != 0)) { puVar1 = (undefined4 *)local_78[1]; pcVar5 = (char *)local_78[2]; if (DAT_001c475c != 0) { uVar9 = dcgettext(0,"%s needed by %pB\n",5); FUN_00034d90(uVar9,pcVar5,puVar1); } if ((DAT_001c3d78 == 0) || (iVar8 = FUN_00047df0(), iVar8 == 0)) { bVar3 = false; do { pcVar22 = DAT_001c46c8; if (*pcVar5 == '/') { iVar8 = FUN_00047df0(); if (iVar8 != 0) break; } else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) { sVar10 = strlen(pcVar5); do { local_68 = strchr(pcVar22,(int)DAT_001c4728); if (local_68 == (char *)0x0) { sVar25 = strlen(pcVar22); local_68 = pcVar22 + sVar25; } sVar25 = (int)local_68 - (int)pcVar22; local_84 = (char *)xmalloc(sVar10 + 2 + sVar25); pcVar16 = local_84; if (pcVar22 != local_68) { memcpy(local_84,pcVar22,sVar25); local_84[sVar25] = '/'; pcVar16 = local_84 + sVar25 + 1; } pcVar22 = (char *)0x0; strcpy(pcVar16,pcVar5); while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) { pcVar16 = strchr(pcVar22,0x2f); sVar25 = strlen(local_84); if (pcVar16 != (char *)0x0) { *pcVar16 = '\0'; } bVar20 = pcVar22[1]; pcVar15 = pcVar22 + 1; if (bVar20 == 0x7b) { bVar20 = pcVar22[2]; pcVar15 = pcVar22 + 2; } pbVar17 = (byte *)(pcVar15 + 1); bVar29 = bVar20 < 0x4c; bVar30 = bVar20 == 0x4c; if (bVar30) { iVar8 = 3; pbVar23 = pbVar17; pbVar26 = (byte *)0x701f6; do { if (iVar8 == 0) break; iVar8 = iVar8 + -1; bVar29 = *pbVar23 < *pbVar26; bVar30 = *pbVar23 == *pbVar26; pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1; pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1; } while (bVar30); bVar28 = false; bVar29 = (!bVar29 && !bVar30) == bVar29; if (!bVar29) { iVar8 = 4; pbVar23 = &DAT_000af890; do { if (iVar8 == 0) break; iVar8 = iVar8 + -1; bVar28 = *pbVar17 < *pbVar23; bVar29 = *pbVar17 == *pbVar23; pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1; pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1; } while (bVar29); if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7; } sVar13 = 3; pcVar27 = (char *)0x0; pcVar15 = "lib"; LAB_00048700: pcVar12 = (char *)xmalloc(sVar13 + sVar25); iVar8 = (int)pcVar22 - (int)local_84; if (pcVar16 == (char *)0x0) { sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15); sVar25 = strlen(pcVar15); pcVar22 = (char *)(iVar8 + sVar25); } else { sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1); sVar25 = strlen(pcVar15); pcVar22 = (char *)(iVar8 + 1 + sVar25); } free(local_84); local_84 = pcVar12; } else { bVar29 = bVar20 < 0x4f; bVar30 = bVar20 == 0x4f; if (bVar30) { iVar8 = 6; pbVar23 = pbVar17; pbVar26 = (byte *)0x704cc; do { if (iVar8 == 0) break; iVar8 = iVar8 + -1; bVar29 = *pbVar23 < *pbVar26; bVar30 = *pbVar23 == *pbVar26; pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1; pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1; } while (bVar30); bVar28 = false; bVar29 = (!bVar29 && !bVar30) == bVar29; if (!bVar29) { iVar8 = 7; pbVar23 = (byte *)"RIGIN}"; do { if (iVar8 == 0) break; iVar8 = iVar8 + -1; bVar28 = *pbVar17 < *pbVar23; bVar29 = *pbVar17 == *pbVar23; pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1; pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1; } while (bVar29); if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7; } puVar11 = puVar1; if (((puVar1 != (undefined4 *)0x0) || (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) && (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) { if (*pcVar27 == '/') { pcVar15 = (char *)xstrdup(pcVar27); } else { pcVar12 = (char *)getpwd(); sVar13 = strlen(pcVar27); sVar14 = strlen(pcVar12); pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14); sprintf(pcVar15,"%s/%s",pcVar12,pcVar27); } pcVar27 = strrchr(pcVar15,0x2f); if (pcVar27 != (char *)0x0) { *pcVar27 = '\0'; } sVar13 = strlen(pcVar15); pcVar27 = pcVar15; goto LAB_00048700; } } LAB_000487e7: if (DAT_001c475c != 0) { uVar9 = dcgettext(0, "unrecognised or unsupported token \'%s\' in search path\n" ,5); FUN_00034d90(uVar9,pcVar22); } if (pcVar16 != (char *)0x0) { *pcVar16 = '/'; } pcVar27 = (char *)0x0; pcVar22 = pcVar22 + (1 - (int)local_84); } free(pcVar27); } iVar8 = FUN_00047df0(); if (iVar8 != 0) goto LAB_000484a0; free(local_84); if (*local_68 == '\0') break; pcVar22 = local_68 + 1; } while( true ); } sVar10 = strlen((char *)local_78[2]); if (DAT_001c4804 != (int *)0x0) { piVar24 = DAT_001c4804; do { if (piVar24[2] == 0) { sVar25 = strlen((char *)piVar24[1]); pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2); sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]); iVar8 = FUN_00047df0(); if (iVar8 != 0) goto LAB_000484a0; free(pcVar22); } piVar24 = (int *)*piVar24; } while (piVar24 != (int *)0x0); } if (bVar3) goto code_r0x00048a13; bVar3 = true; } while( true ); } } } goto LAB_000484a0; } LAB_000484b2: if (((DAT_001c45e3 & 0xc0) == 0x80) && (iVar8 = bfd_elf_parse_eh_frame_entries(0,&DAT_001c45e0), iVar8 == 0)) { uVar9 = dcgettext(0,"%F%P: failed to parse EH frame entries\n",5); FUN_00034dc0(uVar9); } } } return; code_r0x00048a13: uVar9 = local_78[1]; uVar2 = local_78[2]; uVar18 = dcgettext(0, "%P: warning: %s, needed by %pB, not found (try using -rpath or -rpath-link)\n" ,5); FUN_00034dc0(uVar18,uVar2,uVar9); LAB_000484a0: local_78 = (undefined4 *)*local_78; if (local_78 == (undefined4 *)0x0) goto LAB_000484b2; goto LAB_00048360; }
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x00017c50 ADD EBX,0x179ed7 SUB ESP,0x7c CALL 0x000339e0 LEA ESI,[EBX + 0x25e0] MOV EAX,dword ptr [ESI + 0x20] MOV dword ptr [ESP + 0x20],ESI CMP dword ptr [EAX + 0x28],0x1 MOV dword ptr [ESP + 0x1c],EAX JNZ 0x000482ab LEA EDI,[EBX + 0x2680] MOV EAX,dword ptr [EDI + 0x20] MOV dword ptr [ESP + 0x48],EDI TEST EAX,EAX JZ 0x0004818c SUB ESP,0xc PUSH EAX CALL 0x00016920 MOV EAX,dword ptr [ESI + 0x34] POP ECX POP EBP MOV EAX,dword ptr [EAX + 0x4] PUSH dword ptr [EAX] PUSH dword ptr [EDI + 0x20] CALL 0x00016a30 ADD ESP,0x10 MOV dword ptr [ESI + 0x38],EAX TEST EAX,EAX JZ 0x00048c8d MOV EDX,dword ptr [EBX + 0x1d64] MOV EAX,dword ptr [ESP + 0x20] TEST EDX,EDX JZ 0x00048bd3 MOV ESI,dword ptr [EAX + 0x3c] TEST ESI,ESI JNZ 0x000481be JMP 0x000482d7 MOV ESI,dword ptr [ESI + 0x9c] TEST ESI,ESI JZ 0x000482d7 MOV EAX,dword ptr [ESI + 0x4] CMP dword ptr [EAX + 0x4],0x5 JNZ 0x000481b0 MOV EDI,dword ptr [ESI + 0x68] TEST EDI,EDI JZ 0x000481b0 MOV EAX,dword ptr [ESI + 0xa4] TEST byte ptr [EAX + 0x24],0x10 JNZ 0x000481b0 SUB ESP,0xc PUSH EDX CALL 0x00038a90 ADD ESP,0x10 MOV EDI,EDX OR EDI,EAX JZ 0x000482b3 ADD EAX,0x10 ADC EDX,0x0 MOV EDI,EAX MOV EBP,EDX OR EDX,EAX JZ 0x000482b3 SUB ESP,0x4 LEA EAX,[EBX + 0xffeed8a5] PUSH 0x10402b PUSH EAX PUSH ESI CALL 0x00016190 ADD ESP,0x10 TEST EAX,EAX JZ 0x00048cb8 MOV ECX,dword ptr [ESP + 0x20] LEA ESI,[EBX + 0xffe84f30] MOV dword ptr [EAX + 0x58],0x2 MOV EDX,dword ptr [ECX + 0x34] MOV ECX,dword ptr [EDX + 0xa0] MOV ECX,dword ptr [ECX + 0x9c0] MOV dword ptr [ECX + 0x10],ESI MOV ESI,dword ptr [EBX + 0x1d64] MOV dword ptr [ECX + 0x18],EAX MOV dword ptr [ECX + 0x14],ESI MOV ECX,dword ptr [EAX + 0xa4] MOV dword ptr [ECX + 0x4],0x7 MOV dword ptr [EAX + 0x2c],EDI MOV dword ptr [EAX + 0x30],EBP JMP 0x000482f4 MOVZX EDX,byte ptr [EAX + 0x5] MOVZX EAX,byte ptr [EAX + 0x6] MOV ECX,EDX MOV byte ptr [ESP + 0x8],AL NOT EAX SHR CL,0x7 AND EAX,0x1 CMP CL,AL JNZ 0x000482ab MOV EAX,EDX SUB ESP,0x4 SHR AL,0x3 AND EAX,0x10 OR EAX,0x8 MOVZX EAX,AL PUSH EAX LEA EAX,[EBX + 0xffeed8b8] PUSH EAX MOV EAX,dword ptr [ESP + 0x2c] PUSH dword ptr [EAX + 0x3c] CALL 0x00016190 ADD ESP,0x10 ADD ESP,0x7c POP EBX POP ESI POP EDI POP EBP RET SUB ESP,0x4 LEA EAX,[EBX + 0xffeed474] PUSH 0x5 PUSH EAX PUSH 0x0 CALL 0x00016380 MOV dword ptr [ESP],EAX CALL 0x00034dc0 MOV EDX,dword ptr [EBX + 0x1d64] ADD ESP,0x10 SUB ESP,0xc PUSH EDX CALL 0x00016e80 MOV EAX,dword ptr [ESP + 0x30] ADD ESP,0x10 MOV dword ptr [EBX + 0x1d64],0x0 MOV EDX,dword ptr [EAX + 0x34] SUB ESP,0xc MOV EAX,dword ptr [EDX + 0x4] MOV EDI,dword ptr [ESP + 0x2c] MOV EAX,dword ptr [EAX + 0x1c0] PUSH EDI CALL dword ptr [EAX + 0x1d0] MOVZX EAX,byte ptr [EDI] MOV byte ptr [ESP + 0x18],AL AND EAX,0x3 ADD ESP,0x10 CMP AL,0x2 MOV EAX,dword ptr [ESP + 0x20] JZ 0x00048269 TEST byte ptr [EAX + 0x4],0x20 JZ 0x00048a50 SUB ESP,0x8 MOV EAX,dword ptr [ESP + 0x28] PUSH EAX PUSH dword ptr [EAX + 0x34] CALL 0x00016610 LEA ECX,[EBX + 0x2804] MOV dword ptr [ESP + 0x40],EAX ADD ESP,0x10 MOV dword ptr [ESP + 0x14],EAX MOV dword ptr [ESP + 0x4c],ECX TEST EAX,EAX JZ 0x000484b2 LEA ESI,[ESI] NOP MOV EAX,dword ptr [ESP + 0x14] MOV EAX,dword ptr [EAX + 0x4] TEST EAX,EAX JZ 0x000483a5 SUB ESP,0xc PUSH EAX CALL 0x00016430 ADD ESP,0x10 TEST AL,0x1 JNZ 0x000484a0 MOV EAX,dword ptr [ESP + 0x14] MOV EDX,dword ptr [EAX + 0x4] TEST EDX,EDX JZ 0x000483a5 MOV EAX,dword ptr [ESP + 0x20] MOVZX EAX,word ptr [EAX + 0x2] MOV word ptr [ESP + 0x8],AX AND AX,0x180 CMP AX,0x80 JZ 0x00048518 MOV EAX,dword ptr [ESP + 0x30] MOV EDI,dword ptr [ESP + 0x14] MOV ESI,EAX CMP EAX,EDI JZ 0x000483f6 MOV EDI,dword ptr [ESP + 0x14] LEA ESI,[ESI] NOP MOV EAX,dword ptr [ESI + 0x4] TEST EAX,EAX JZ 0x000483d7 SUB ESP,0xc PUSH EAX CALL 0x00016430 ADD ESP,0x10 TEST AL,0x1 JNZ 0x000483f0 SUB ESP,0x8 PUSH dword ptr [EDI + 0x8] PUSH dword ptr [ESI + 0x8] CALL 0x000160f0 ADD ESP,0x10 TEST EAX,EAX JZ 0x00048508 MOV ESI,dword ptr [ESI] CMP ESI,EDI JNZ 0x000483c0 MOV EAX,dword ptr [ESP + 0x14] SUB ESP,0xc MOV dword ptr [EBX + 0x1d78],0x0 MOV dword ptr [EBX + 0x1de0],EAX LEA EAX,[EBX + 0xffe85cf0] MOV dword ptr [EBX + 0x1de4],EAX LEA EAX,[EBX + 0xffe83020] PUSH EAX CALL 0x000276c0 MOV EAX,dword ptr [EBX + 0x1d78] ADD ESP,0x10 TEST EAX,EAX JZ 0x00048444 SUB ESP,0xc PUSH dword ptr [EAX + 0x10] CALL 0x00016430 ADD ESP,0x10 TEST AL,0x1 JZ 0x000484a0 MOV EAX,dword ptr [ESP + 0x14] MOV ESI,dword ptr [EAX + 0x4] MOV EDI,dword ptr [EAX + 0x8] LEA EAX,[EBX + 0x275c] MOV dword ptr [ESP + 0x58],ESI MOV EBP,dword ptr [EAX] MOV dword ptr [ESP + 0x5c],EDI MOV dword ptr [ESP + 0x60],ESI MOV dword ptr [ESP + 0x1c],EAX TEST EBP,EBP JNZ 0x00048c38 MOV EAX,dword ptr [EBX + 0x1d78] TEST EAX,EAX JZ 0x00048538 MOV EDX,dword ptr [EAX + 0x8] MOV ECX,0x1 LEA EAX,[ESP + 0x60] MOV dword ptr [ESP + 0x64],EDX CALL 0x00047df0 TEST EAX,EAX JZ 0x00048538 LEA ESI,[ESI] MOV EAX,dword ptr [ESP + 0x14] MOV EAX,dword ptr [EAX] MOV dword ptr [ESP + 0x14],EAX TEST EAX,EAX JNZ 0x00048360 MOV EAX,dword ptr [ESP + 0x20] MOVZX EAX,byte ptr [EAX + 0x3] MOV byte ptr [ESP + 0x8],AL AND EAX,0xffffffc0 CMP AL,0x80 JNZ 0x000482ab SUB ESP,0x8 PUSH dword ptr [ESP + 0x28] PUSH 0x0 CALL 0x00016910 ADD ESP,0x10 TEST EAX,EAX JNZ 0x000482ab SUB ESP,0x4 LEA EAX,[EBX + 0xffeed590] PUSH 0x5 PUSH EAX PUSH 0x0 CALL 0x00016380 MOV dword ptr [ESP],EAX CALL 0x00034dc0 ADD ESP,0x10 JMP 0x000482ab CMP ESI,dword ptr [ESP + 0x14] JNZ 0x000484a0 JMP 0x000483f6 SUB ESP,0xc PUSH EDX CALL 0x00016430 ADD ESP,0x10 TEST AL,0x4 JNZ 0x000484a0 JMP 0x000483a5 LEA EAX,[EBX + 0x26e0] MOV dword ptr [ESP + 0x28],0x0 MOV dword ptr [ESP + 0x38],EAX MOV EAX,dword ptr [ESP + 0x48] MOV ESI,dword ptr [EAX + 0x48] MOV EAX,dword ptr [ESP + 0x5c] CMP byte ptr [EAX],0x2f MOV dword ptr [ESP + 0x34],EAX JZ 0x0004895f TEST ESI,ESI JZ 0x00048978 CMP byte ptr [ESI],0x0 JZ 0x00048978 MOV EAX,dword ptr [ESP + 0x58] SUB ESP,0xc MOV dword ptr [ESP + 0x74],EAX MOV EAX,dword ptr [ESP + 0x40] MOV dword ptr [ESP + 0x78],EAX PUSH EAX CALL 0x00016870 ADD ESP,0x10 ADD EAX,0x2 MOV dword ptr [ESP + 0x3c],EAX LEA EAX,[ESP + 0x68] MOV dword ptr [ESP + 0x40],EAX LEA EAX,[EBX + 0xffeed89e] MOV dword ptr [ESP + 0x44],EAX LEA ESI,[ESI] NOP SUB ESP,0x8 MOV EAX,dword ptr [ESP + 0x40] MOVSX EAX,byte ptr [EAX + 0x48] PUSH EAX PUSH ESI CALL 0x00016840 ADD ESP,0x10 MOV dword ptr [ESP + 0x24],EAX TEST EAX,EAX JZ 0x00048948 MOV EBP,dword ptr [ESP + 0x24] SUB ESP,0xc MOV EAX,dword ptr [ESP + 0x48] MOV EDI,EBP SUB EDI,ESI ADD EAX,EDI PUSH EAX CALL 0x00016e98 MOV dword ptr [ESP + 0x18],EAX ADD ESP,0x10 CMP ESI,EBP JZ 0x0004860b SUB ESP,0x4 PUSH EDI PUSH ESI MOV ESI,EAX PUSH EAX CALL 0x00016250 MOV byte ptr [ESI + EDI*0x1],0x2f LEA EAX,[ESI + EDI*0x1 + 0x1] ADD ESP,0x10 SUB ESP,0x8 XOR EBP,EBP PUSH dword ptr [ESP + 0x3c] PUSH EAX CALL 0x000165d0 ADD ESP,0x10 LEA EAX,[EBX + 0xffeed894] MOV dword ptr [ESP + 0x2c],EAX JMP 0x00048775 MOV ECX,0x6 LEA EDI,[EBX + 0xffeae4cc] MOV ESI,EAX CMPSB.REPE ES:EDI,ESI SETA CL SBB CL,0x0 TEST CL,CL JZ 0x00048665 MOV ESI,EAX MOV ECX,0x7 LEA EDI,[EBX + 0xffeed889] CMPSB.REPE ES:EDI,ESI SETA AL SBB AL,0x0 TEST AL,AL JNZ 0x000487e7 MOV EAX,dword ptr [ESP + 0x68] TEST EAX,EAX JZ 0x00048900 MOV EDI,dword ptr [EAX] TEST EDI,EDI JZ 0x000487e7 CMP byte ptr [EDI],0x2f JZ 0x00048918 MOV dword ptr [ESP + 0x10],EDX CALL 0x00016410 SUB ESP,0xc MOV dword ptr [ESP + 0x18],EAX PUSH EDI CALL 0x00016870 POP EDX PUSH dword ptr [ESP + 0x18] MOV ESI,EAX CALL 0x00016870 LEA EAX,[ESI + EAX*0x1 + 0x2] MOV dword ptr [ESP],EAX CALL 0x00016e98 PUSH EDI MOV ESI,EAX LEA EAX,[EBX + 0xffeed898] PUSH dword ptr [ESP + 0x20] PUSH EAX PUSH ESI CALL 0x00016ba0 ADD ESP,0x20 MOV EDX,dword ptr [ESP + 0x10] MOV dword ptr [ESP + 0xc],EDX SUB ESP,0x8 PUSH 0x2f PUSH ESI CALL 0x00016ae0 ADD ESP,0x10 MOV EDX,dword ptr [ESP + 0xc] TEST EAX,EAX JZ 0x00048938 MOV byte ptr [EAX],0x0 SUB ESP,0xc MOV EDI,ESI PUSH ESI CALL 0x00016870 ADD ESP,0x10 MOV EDX,dword ptr [ESP + 0xc] MOV dword ptr [ESP + 0x10],EDX SUB ESP,0xc ADD EAX,dword ptr [ESP + 0x24] PUSH EAX CALL 0x00016e98 SUB EBP,dword ptr [ESP + 0x18] MOV dword ptr [ESP + 0x1c],EAX ADD ESP,0x10 MOV EDX,dword ptr [ESP + 0x10] TEST EDX,EDX JZ 0x000488d0 SUB ESP,0x8 ADD EDX,0x1 PUSH EDX PUSH ESI PUSH dword ptr [ESP + 0x18] PUSH EBP PUSH dword ptr [ESP + 0x44] PUSH dword ptr [ESP + 0x28] CALL 0x00016ba0 ADD ESP,0x14 PUSH ESI CALL 0x00016870 ADD ESP,0x10 LEA EBP,[EBP + EAX*0x1 + 0x1] SUB ESP,0xc PUSH dword ptr [ESP + 0x14] CALL 0x00016e80 ADD ESP,0x10 MOV EAX,dword ptr [ESP + 0xc] MOV dword ptr [ESP + 0x8],EAX SUB ESP,0xc PUSH EDI CALL 0x00016e80 ADD ESP,0x10 SUB ESP,0x8 PUSH 0x24 ADD EBP,dword ptr [ESP + 0x14] PUSH EBP CALL 0x00016840 ADD ESP,0x10 MOV EBP,EAX TEST EAX,EAX JZ 0x00048888 SUB ESP,0x8 PUSH 0x2f PUSH EBP CALL 0x00016840 POP ECX MOV dword ptr [ESP + 0x18],EAX LEA EAX,[EBP + 0x1] MOV dword ptr [ESP + 0x1c],EAX PUSH dword ptr [ESP + 0x14] CALL 0x00016870 ADD ESP,0x10 MOV EDX,dword ptr [ESP + 0xc] MOV dword ptr [ESP + 0x18],EAX TEST EDX,EDX JZ 0x000487c3 MOV byte ptr [EDX],0x0 MOVZX ECX,byte ptr [EBP + 0x1] LEA EAX,[EBP + 0x1] CMP CL,0x7b JNZ 0x000487d6 MOVZX ECX,byte ptr [EBP + 0x2] LEA EAX,[EBP + 0x2] ADD EAX,0x1 CMP CL,0x4c JZ 0x00048810 CMP CL,0x4f JZ 0x00048630 MOV EAX,dword ptr [ESP + 0x1c] MOV ESI,dword ptr [EAX] TEST ESI,ESI JNZ 0x00048858 TEST EDX,EDX JZ 0x000487f8 MOV byte ptr [EDX],0x2f MOV EBP,dword ptr [ESP + 0x10] XOR EDI,EDI SUB EBP,dword ptr [ESP + 0x8] JMP 0x00048769 MOV ECX,0x3 LEA EDI,[EBX + 0xffeae1f6] MOV ESI,EAX CMPSB.REPE ES:EDI,ESI SETA CL SBB CL,0x0 TEST CL,CL JZ 0x00048841 MOV ESI,EAX MOV ECX,0x4 LEA EDI,[EBX + 0xffeed890] CMPSB.REPE ES:EDI,ESI SETA AL SBB AL,0x0 TEST AL,AL JNZ 0x000487e7 MOV EAX,0x3 XOR EDI,EDI LEA ESI,[EBX + 0xffebbf7d] JMP 0x00048700 MOV dword ptr [ESP + 0xc],EDX LEA EAX,[EBX + 0xffeed414] SUB ESP,0x4 PUSH 0x5 PUSH EAX PUSH 0x0 CALL 0x00016380 POP EDX POP ECX PUSH EBP PUSH EAX CALL 0x00034d90 ADD ESP,0x10 MOV EDX,dword ptr [ESP + 0xc] JMP 0x000487f1 MOV EDI,dword ptr [ESP + 0x8] MOV ECX,dword ptr [ESP + 0x28] MOV EAX,dword ptr [ESP + 0x40] MOV EDX,EDI MOV dword ptr [ESP + 0x6c],EDI CALL 0x00047df0 TEST EAX,EAX JNZ 0x000484a0 SUB ESP,0xc PUSH EDI CALL 0x00016e80 ADD ESP,0x10 MOV EAX,dword ptr [ESP + 0x24] CMP byte ptr [EAX],0x0 JZ 0x00048978 ADD EAX,0x1 MOV ESI,EAX JMP 0x000485b0 SUB ESP,0xc PUSH ESI PUSH dword ptr [ESP + 0x18] PUSH EBP PUSH dword ptr [ESP + 0x5c] PUSH dword ptr [ESP + 0x28] CALL 0x00016ba0 ADD ESP,0x14 PUSH ESI CALL 0x00016870 ADD ESP,0x10 ADD EBP,EAX JMP 0x00048752 MOV EAX,dword ptr [ESP + 0x20] MOV EAX,dword ptr [EAX + 0x34] TEST EAX,EAX JNZ 0x00048671 JMP 0x000487e7 MOV dword ptr [ESP + 0xc],EDX SUB ESP,0xc PUSH EDI CALL 0x00016570 ADD ESP,0x10 MOV EDX,dword ptr [ESP + 0xc] MOV ESI,EAX JMP 0x000486cd MOV dword ptr [ESP + 0xc],EDX JMP 0x000486ee SUB ESP,0xc PUSH ESI CALL 0x00016870 ADD ESP,0x10 ADD EAX,ESI MOV dword ptr [ESP + 0x24],EAX JMP 0x000485d1 MOV ECX,dword ptr [ESP + 0x28] MOV EDX,dword ptr [ESP + 0x34] LEA EAX,[ESP + 0x58] CALL 0x00047df0 TEST EAX,EAX JNZ 0x000484a0 SUB ESP,0xc MOV EAX,dword ptr [ESP + 0x20] PUSH dword ptr [EAX + 0x8] CALL 0x00016870 ADD ESP,0x10 MOV ECX,dword ptr [ESP + 0x4c] MOV ESI,dword ptr [ECX] TEST ESI,ESI JZ 0x00048a0c ADD EAX,0x2 LEA EBP,[EBX + 0xffeed898] MOV dword ptr [ESP + 0x8],EAX LEA ESI,[ESI] MOV EAX,dword ptr [ESI + 0x8] TEST EAX,EAX JNZ 0x00048a06 SUB ESP,0xc PUSH dword ptr [ESI + 0x4] CALL 0x00016870 ADD EAX,dword ptr [ESP + 0x18] MOV dword ptr [ESP],EAX CALL 0x00016e98 MOV EDI,EAX MOV EAX,dword ptr [ESP + 0x24] PUSH dword ptr [EAX + 0x8] PUSH dword ptr [ESI + 0x4] PUSH EBP PUSH EDI CALL 0x00016ba0 MOV dword ptr [ESP + 0x84],EDI ADD ESP,0x20 MOV EDX,EDI MOV ECX,dword ptr [ESP + 0x28] LEA EAX,[ESP + 0x60] CALL 0x00047df0 TEST EAX,EAX JNZ 0x000484a0 SUB ESP,0xc PUSH EDI CALL 0x00016e80 ADD ESP,0x10 MOV ESI,dword ptr [ESI] TEST ESI,ESI JNZ 0x000489a8 CMP dword ptr [ESP + 0x28],0x1 JNZ 0x00048a43 MOV EAX,dword ptr [ESP + 0x14] SUB ESP,0x4 MOV EDI,dword ptr [EAX + 0x4] MOV ESI,dword ptr [EAX + 0x8] LEA EAX,[EBX + 0xffeed5b8] PUSH 0x5 PUSH EAX PUSH 0x0 CALL 0x00016380 ADD ESP,0xc PUSH EDI PUSH ESI PUSH EAX CALL 0x00034dc0 ADD ESP,0x10 JMP 0x000484a0 MOV dword ptr [ESP + 0x28],0x1 JMP 0x0004854a MOV EBP,dword ptr [EAX + 0x3c] TEST EBP,EBP JZ 0x0004832e MOV EAX,dword ptr [EBX + 0xffffffd4] MOV dword ptr [ESP + 0x14],0x0 MOV dword ptr [ESP + 0x24],0x0 ADD EAX,0x180 MOV dword ptr [ESP + 0x18],0x0 MOV dword ptr [ESP + 0xc],EAX JMP 0x00048a96 MOV EBP,dword ptr [EBP + 0x9c] TEST EBP,EBP JZ 0x00048b86 MOV EAX,dword ptr [EBP + 0xa4] TEST byte ptr [EAX + 0x24],0x10 JNZ 0x00048a88 MOV EDX,dword ptr [EBP + 0x60] TEST EDX,EDX JZ 0x00048b58 LEA EAX,[EBX + 0xffeed8c8] MOV dword ptr [ESP + 0x8],0x0 MOV dword ptr [ESP + 0x10],EAX JMP 0x00048b07 MOV ESI,EAX MOV ECX,0xa LEA EDI,[EBX + 0xffeed8d8] CMPSB.REPE ES:EDI,ESI SETA AL SBB AL,0x0 MOVSX EAX,AL TEST EAX,EAX JNZ 0x00048afc MOV ECX,0x8 CMP ECX,dword ptr [EDX + 0x2c] SBB EAX,dword ptr [EDX + 0x30] MOV EAX,0x1 CMOVNC EAX,dword ptr [ESP + 0x8] MOV dword ptr [ESP + 0x8],EAX MOV EDX,dword ptr [EDX + 0xc] TEST EDX,EDX JZ 0x00048bdb MOV EAX,dword ptr [EDX] MOV EDI,dword ptr [ESP + 0xc] CMP dword ptr [EDX + 0x54],EDI JZ 0x00048afc MOV EDI,dword ptr [ESP + 0x10] MOV ECX,0xf MOV ESI,EAX CMPSB.REPE ES:EDI,ESI SETA CL SBB CL,0x0 TEST CL,CL JNZ 0x00048ac8 MOV dword ptr [ESP + 0x8],0x2 MOV EAX,dword ptr [ESP + 0x14] TEST EAX,EAX JZ 0x00048bf0 MOV ECX,dword ptr [ESP + 0x8] CMP EAX,ECX JNZ 0x00048cc8 MOV EAX,dword ptr [ESP + 0x18] TEST EAX,EAX JZ 0x00048c04 LEA ESI,[ESI] CMP dword ptr [ESP + 0x14],0x2 JNZ 0x00048a88 MOV EDX,dword ptr [ESP + 0x20] MOV EBP,dword ptr [EBP + 0x9c] MOVZX EAX,byte ptr [EDX + 0x3] MOV byte ptr [ESP + 0x8],AL AND EAX,0x3f OR EAX,0xffffff80 MOV byte ptr [EDX + 0x3],AL TEST EBP,EBP JNZ 0x00048a96 MOV EDX,dword ptr [ESP + 0x18] TEST EDX,EDX JZ 0x00048c5e MOV EAX,dword ptr [EDX + 0x4] SUB ESP,0x4 MOV EAX,dword ptr [EAX + 0x1c0] MOV EAX,dword ptr [EAX + 0x30] OR EAX,0x8 PUSH EAX LEA EAX,[EBX + 0xffeed8e2] PUSH EAX PUSH EDX CALL 0x00016190 ADD ESP,0x10 TEST EAX,EAX JZ 0x00048c5e MOV ECX,dword ptr [ESP + 0x1c] MOV dword ptr [EAX + 0x58],0x2 MOV dword ptr [ECX + 0xd0],EAX JMP 0x0004832e MOV EDX,dword ptr [EAX + 0x34] JMP 0x000482f4 MOV ESI,dword ptr [ESP + 0x8] TEST ESI,ESI JZ 0x00048b58 JMP 0x00048b31 MOV EAX,dword ptr [ESP + 0x8] MOV dword ptr [ESP + 0x14],EAX MOV EAX,dword ptr [ESP + 0x18] TEST EAX,EAX JNZ 0x00048b58 CMP dword ptr [ESP + 0x8],0x2 JZ 0x00048c19 MOV EAX,dword ptr [ESP + 0x20] TEST byte ptr [EAX + 0x3],0xc0 JZ 0x00048b58 MOV EAX,dword ptr [EBP + 0x4] MOV dword ptr [ESP + 0x24],0x1 CMP dword ptr [EAX + 0x4],0x5 MOV EAX,dword ptr [ESP + 0x18] CMOVZ EAX,EBP MOV dword ptr [ESP + 0x18],EAX JMP 0x00048b58 SUB ESP,0x4 LEA EAX,[EBX + 0xffeed8f0] PUSH 0x5 PUSH EAX PUSH 0x0 CALL 0x00016380 ADD ESP,0xc PUSH ESI PUSH EDI PUSH EAX CALL 0x00034d90 ADD ESP,0x10 JMP 0x0004846e MOV EAX,dword ptr [ESP + 0x24] TEST EAX,EAX JZ 0x0004832e SUB ESP,0x4 LEA EAX,[EBX + 0xffeed544] PUSH 0x5 PUSH EAX PUSH 0x0 CALL 0x00016380 MOV dword ptr [ESP],EAX CALL 0x00034dc0 ADD ESP,0x10 JMP 0x0004832e MOV EAX,dword ptr [ESP + 0x48] SUB ESP,0x4 MOV ESI,dword ptr [EAX + 0x20] LEA EAX,[EBX + 0xffeed44c] PUSH 0x5 PUSH EAX PUSH 0x0 CALL 0x00016380 POP EBP POP EDX PUSH ESI PUSH EAX CALL 0x00034dc0 ADD ESP,0x10 JMP 0x0004818c SUB ESP,0x4 LEA EAX,[EBX + 0xffeed4a8] PUSH 0x5 JMP 0x000482be CMP ECX,0x1 LEA EAX,[EBX + 0xffeed4f4] CMOVNZ EBP,dword ptr [ESP + 0x18] SUB ESP,0x4 PUSH 0x5 PUSH EAX PUSH 0x0 CALL 0x00016380 POP EDX POP ECX PUSH EBP PUSH EAX CALL 0x00034dc0 ADD ESP,0x10 JMP 0x00048b86
null
null
null
null
[(u'CALL_-1206150167', u'INDIRECT_-1206141266'), (u'INDIRECT_-1206148374', u'INT_ZEXT_-1206153040'), (u'CALL_-1206152563', u'INDIRECT_-1206140882'), (u'CALL_-1206156964', u'INDIRECT_-1206146182'), (u'INT_ZEXT_-1206154211', u'INT_MULT_-1206148360'), (u'CALL_-1206152442', u'INDIRECT_-1206142692'), (u'INDIRECT_-1206142942', u'MULTIEQUAL_-1206145246'), (u'CALL_-1206153554', u'INDIRECT_-1206144797'), (u'INDIRECT_-1206143614', u'MULTIEQUAL_-1206141350'), (u'INDIRECT_-1206143155', u'MULTIEQUAL_-1206142891'), (u'MULTIEQUAL_-1206144825', u'MULTIEQUAL_-1206143763'), (u'INDIRECT_-1206144831', u'MULTIEQUAL_-1206144891'), (u'INDIRECT_-1206142026', u'MULTIEQUAL_-1206142079'), (u'MULTIEQUAL_-1206142389', u'MULTIEQUAL_-1206142906'), (u'CALL_-1206152168', u'INDIRECT_-1206143732'), (u'INDIRECT_-1206145145', u'MULTIEQUAL_-1206145057'), ('const-417', u'LOAD_-1206151315'), (u'CALL_-1206154661', u'INDIRECT_-1206144705'), (u'CALL_-1206153554', u'INDIRECT_-1206143420'), (u'CALL_-1206153992', u'INDIRECT_-1206142782'), (u'CALL_-1206150750', u'INDIRECT_-1206140385'), (u'INDIRECT_-1206141244', u'MULTIEQUAL_-1206141352'), (u'INDIRECT_-1206144146', u'MULTIEQUAL_-1206144027'), (u'INDIRECT_-1206142363', u'MULTIEQUAL_-1206142924'), (u'BOOL_AND_-1206151565', u'INT_EQUAL_-1206151566'), (u'STORE_-1206151220', u'INDIRECT_-1206142010'), (u'MULTIEQUAL_-1206142703', u'PTRSUB_-1206142726'), (u'INDIRECT_-1206142711', u'MULTIEQUAL_-1206143254'), (u'CALL_-1206153992', u'INDIRECT_-1206141737'), ('const-1', u'PTRADD_-1206153926'), ('const-1', u'PTRADD_-1206152995'), (u'INDIRECT_-1206143096', u'MULTIEQUAL_-1206142977'), (u'CAST_-1206142514', u'INT_ADD_-1206153215'), (u'STORE_-1206154035', u'INDIRECT_-1206142930'), (u'STORE_-1206154656', u'INDIRECT_-1206142097'), (u'INDIRECT_-1206142058', u'MULTIEQUAL_-1206142043'), ('const-417', u'LOAD_-1206151827'), (u'INDIRECT_-1206144927', u'MULTIEQUAL_-1206144892'), (u'MULTIEQUAL_-1206146715', u'CALL_-1206154078'), (u'MULTIEQUAL_-1206146204', u'MULTIEQUAL_-1206145849'), (u'CALL_-1206153554', u'INDIRECT_-1206143188'), (u'CALL_-1206150193', u'INDIRECT_-1206143141'), (u'LOAD_-1206153260', u'INT_NOTEQUAL_-1206153241'), (u'INDIRECT_-1206140501', u'MULTIEQUAL_-1206140770'), (u'CALL_-1206153992', u'INDIRECT_-1206144414'), (u'INDIRECT_-1206143278', u'MULTIEQUAL_-1206143257'), (u'MULTIEQUAL_-1206141043', u'MULTIEQUAL_-1206141134'), ('const-719088', u'COPY_-1206140124'), (u'INDIRECT_-1206143498', u'MULTIEQUAL_-1206143486'), ('tmp_3684', u'CBRANCH_-1206153917'), ('const-4294967295', u'INT_ADD_-1206154128'), (u'INDIRECT_-1206145585', u'MULTIEQUAL_-1206145490'), (u'CALL_-1206154661', u'INDIRECT_-1206143884'), (u'CALL_-1206153481', u'INDIRECT_-1206141644'), (u'CALL_-1206156809', u'INDIRECT_-1206142974'), (u'CALL_-1206152922', u'INDIRECT_-1206144105'), (u'STORE_-1206153901', u'INDIRECT_-1206142522'), (u'MULTIEQUAL_-1206141714', u'MULTIEQUAL_-1206141623'), (u'INDIRECT_-1206142340', u'MULTIEQUAL_-1206142238'), (u'CALL_-1206153938', u'INDIRECT_-1206142650'), (u'INDIRECT_-1206144126', u'MULTIEQUAL_-1206145441'), (u'INDIRECT_-1206143764', u'MULTIEQUAL_-1206143668'), (u'CALL_-1206155215', u'INDIRECT_-1206143770'), (u'CALL_-1206153678', u'INDIRECT_-1206142874'), (u'INDIRECT_-1206144605', u'MULTIEQUAL_-1206144135'), (u'INDIRECT_-1206143908', u'MULTIEQUAL_-1206143789'), (u'MULTIEQUAL_-1206141482', u'MULTIEQUAL_-1206141391'), ('const-417', u'LOAD_-1206152208'), (u'STORE_-1206153010', u'INDIRECT_-1206142955'), (u'CALL_-1206154940', u'INDIRECT_-1206142954'), (u'INDIRECT_-1206142521', u'MULTIEQUAL_-1206142629'), (u'INDIRECT_-1206141214', u'MULTIEQUAL_-1206140957'), (u'INDIRECT_-1206143554', u'MULTIEQUAL_-1206143423'), (u'STORE_-1206154035', u'INDIRECT_-1206141648'), (u'CALL_-1206152277', u'INDIRECT_-1206141147'), (u'CALL_-1206151271', u'INDIRECT_-1206143705'), (u'INDIRECT_-1206144941', u'MULTIEQUAL_-1206142166'), (u'CALL_-1206152876', u'INDIRECT_-1206141812'), (u'CALL_-1206156061', u'INDIRECT_-1206145261'), (u'MULTIEQUAL_-1206148143', u'PTRADD_-1206151180'), (u'MULTIEQUAL_-1206143254', u'COPY_-1206143352'), (u'MULTIEQUAL_-1206145299', u'MULTIEQUAL_-1206142166'), (u'MULTIEQUAL_-1206145746', u'INT_NOTEQUAL_-1206150827'), (u'MULTIEQUAL_-1206143887', u'MULTIEQUAL_-1206143557'), (u'CALL_-1206153704', u'INDIRECT_-1206141486'), (u'INDIRECT_-1206140369', u'MULTIEQUAL_-1206142665'), ('tmp_10244', u'BRANCH_-1206150249'), (u'CALL_-1206155288', u'INDIRECT_-1206145080'), (u'STORE_-1206154656', u'INDIRECT_-1206141865'), (u'CALL_-1206153481', u'INDIRECT_-1206141992'), (u'INDIRECT_-1206143497', u'MULTIEQUAL_-1206143459'), (u'STORE_-1206151220', u'INDIRECT_-1206141076'), (u'INDIRECT_-1206144263', u'MULTIEQUAL_-1206143934'), (u'INDIRECT_-1206140175', u'MULTIEQUAL_-1206142120'), (u'INDIRECT_-1206142010', u'MULTIEQUAL_-1206144179'), (u'INDIRECT_-1206141879', u'MULTIEQUAL_-1206141474'), (u'INDIRECT_-1206144500', u'MULTIEQUAL_-1206144172'), (u'CALL_-1206153992', u'INDIRECT_-1206143483'), (u'CALL_-1206153994', u'INDIRECT_-1206142445'), (u'CALL_-1206155202', u'INDIRECT_-1206143175'), (u'CALL_-1206154940', u'INDIRECT_-1206144935'), (u'CALL_-1206154940', u'INDIRECT_-1206143656'), (u'MULTIEQUAL_-1206142703', u'PTRSUB_-1206142745'), (u'INT_ZEXT_-1206153129', u'INT_MULT_-1206147803'), (u'CALL_-1206152922', u'INDIRECT_-1206141086'), ('const-7', u'INT_RIGHT_-1206153222'), (u'PTRSUB_-1206142745', u'LOAD_-1206153286'), (u'INT_ADD_-1206141609', u'PTRADD_-1206154156'), (u'CALL_-1206152563', u'INDIRECT_-1206143797'), (u'INDIRECT_-1206142317', u'MULTIEQUAL_-1206142286'), (u'LOAD_-1206156021', u'INT_EQUAL_-1206156003'), (u'MULTIEQUAL_-1206141159', u'MULTIEQUAL_-1206141250'), (u'INDIRECT_-1206142570', u'MULTIEQUAL_-1206142433'), (u'MULTIEQUAL_-1206144935', u'MULTIEQUAL_-1206143873'), (u'CALL_-1206152442', u'INDIRECT_-1206143745'), (u'CAST_-1206141228', u'MULTIEQUAL_-1206149238'), (u'INT_EQUAL_-1206152233', u'CBRANCH_-1206152228'), (u'INDIRECT_-1206143500', u'MULTIEQUAL_-1206143239'), (u'MULTIEQUAL_-1206142400', u'MULTIEQUAL_-1206142173'), (u'MULTIEQUAL_-1206142659', u'MULTIEQUAL_-1206142958'), (u'COPY_-1206150265', u'MULTIEQUAL_-1206150620'), (u'CALL_-1206152370', u'INDIRECT_-1206141609'), (u'INDIRECT_-1206142714', u'MULTIEQUAL_-1206142543'), (u'MULTIEQUAL_-1206146715', u'COPY_-1206152889'), (u'CALL_-1206153704', u'INDIRECT_-1206142298'), (u'INDIRECT_-1206141330', u'MULTIEQUAL_-1206142040'), (u'INDIRECT_-1206145815', u'MULTIEQUAL_-1206143558'), (u'CALL_-1206155792', u'INDIRECT_-1206142456'), (u'INDIRECT_-1206141843', u'MULTIEQUAL_-1206141769'), (u'INDIRECT_-1206143172', u'MULTIEQUAL_-1206143448'), (u'STORE_-1206152976', u'INDIRECT_-1206143628'), (u'INDIRECT_-1206142710', u'MULTIEQUAL_-1206142615'), (u'CALL_-1206153530', u'INDIRECT_-1206142012'), (u'CALL_-1206154730', u'CAST_-1206141436'), (u'INT_EQUAL_-1206155379', u'CBRANCH_-1206155377'), (u'MULTIEQUAL_-1206143093', u'MULTIEQUAL_-1206143235'), (u'CALL_-1206155202', u'INDIRECT_-1206142479'), (u'INDIRECT_-1206142142', u'MULTIEQUAL_-1206142040'), (u'CALL_-1206150193', u'INDIRECT_-1206141978'), ('const-4', u'PTRSUB_-1206140556'), (u'INT_EQUAL_-1206153119', u'CBRANCH_-1206153120'), (u'STORE_-1206152961', u'INDIRECT_-1206144552'), (u'INDIRECT_-1206144297', u'MULTIEQUAL_-1206144188'), (u'INDIRECT_-1206143727', u'MULTIEQUAL_-1206143693'), (u'STORE_-1206152976', u'INDIRECT_-1206144093'), (u'INDIRECT_-1206144678', u'COPY_-1206142543'), (u'MULTIEQUAL_-1206145076', u'MULTIEQUAL_-1206145042'), (u'CALL_-1206153917', u'INDIRECT_-1206144838'), (u'CALL_-1206153530', u'INDIRECT_-1206141432'), (u'LOAD_-1206152208', u'CALL_-1206152136'), (u'INDIRECT_-1206141623', u'MULTIEQUAL_-1206143007'), (u'MULTIEQUAL_-1206142171', u'MULTIEQUAL_-1206149314'), (u'CALL_-1206155215', u'INDIRECT_-1206142604'), (u'INDIRECT_-1206144347', u'MULTIEQUAL_-1206144316'), (u'MULTIEQUAL_-1206144248', u'MULTIEQUAL_-1206144214'), ('const-32', u'INT_AND_-1206156208'), (u'INDIRECT_-1206145170', u'MULTIEQUAL_-1206145077'), (u'MULTIEQUAL_-1206142512', u'MULTIEQUAL_-1206142507'), ('tmp_5885', u'CBRANCH_-1206153036'), (u'CALL_-1206153041', u'INDIRECT_-1206144159'), (u'MULTIEQUAL_-1206141043', u'MULTIEQUAL_-1206141035'), ('const-0', u'INT_EQUAL_-1206155629'), ('const-16', u'PTRSUB_-1206142091'), (u'CALL_-1206150776', u'INDIRECT_-1206147078'), ('const-16', u'INT_ADD_-1206149251'), (u'STORE_-1206149153', u'INDIRECT_-1206143013'), (u'CALL_-1206152136', u'INDIRECT_-1206141739'), (u'INDIRECT_-1206144134', u'MULTIEQUAL_-1206144003'), (u'MULTIEQUAL_-1206150286', u'PTRSUB_-1206142417'), (u'INDIRECT_-1206142911', u'MULTIEQUAL_-1206145654'), ('const-0', u'INT_NOTEQUAL_-1206153241'), ('const-0', u'COPY_-1206153097'), (u'INT_NOTEQUAL_-1206156718', u'CBRANCH_-1206156717'), (u'CALL_-1206153686', u'INDIRECT_-1206143124'), (u'MULTIEQUAL_-1206141002', u'MULTIEQUAL_-1206140775'), (u'INDIRECT_-1206145255', u'MULTIEQUAL_-1206145160'), (u'INDIRECT_-1206142899', u'MULTIEQUAL_-1206142815'), (u'STORE_-1206152940', u'INDIRECT_-1206143372'), (u'INT_EQUAL_-1206155423', u'CBRANCH_-1206155422'), (u'STORE_-1206154656', u'INDIRECT_-1206143263'), (u'CALL_-1206150990', u'INDIRECT_-1206142115'), (u'INDIRECT_-1206142992', u'MULTIEQUAL_-1206142977'), (u'CALL_-1206156853', u'INDIRECT_-1206144971'), (u'CALL_-1206153753', u'INDIRECT_-1206143265'), (u'CALL_-1206151512', u'INDIRECT_-1206142281'), (u'MULTIEQUAL_-1206143075', u'MULTIEQUAL_-1206142724'), (u'INT_LESS_-1206153949', u'MULTIEQUAL_-1206149219'), (u'CALL_-1206152799', u'INDIRECT_-1206144503'), (u'STORE_-1206152976', u'INDIRECT_-1206144562'), (u'INDIRECT_-1206141562', u'MULTIEQUAL_-1206142272'), (u'INDIRECT_-1206144108', u'MULTIEQUAL_-1206143991'), (u'CALL_-1206156387', u'INDIRECT_-1206142845'), (u'INDIRECT_-1206142340', u'MULTIEQUAL_-1206142301'), (u'INDIRECT_-1206142627', u'MULTIEQUAL_-1206142494'), (u'CALL_-1206153877', u'INDIRECT_-1206144927'), (u'CALL_-1206155215', u'INDIRECT_-1206142952'), (u'CALL_-1206152341', u'INDIRECT_-1206141755'), (u'MULTIEQUAL_-1206144589', u'MULTIEQUAL_-1206144259'), ('tmp_4175', u'CBRANCH_-1206154143'), (u'INDIRECT_-1206145298', u'MULTIEQUAL_-1206145061'), (u'INDIRECT_-1206144698', u'MULTIEQUAL_-1206144842'), (u'BOOL_AND_-1206151183', u'INT_EQUAL_-1206151181'), (u'CALL_-1206152563', u'INT_ADD_-1206152506'), (u'PTRSUB_-1206140665', u'LOAD_-1206152456'), (u'INDIRECT_-1206148129', u'MULTIEQUAL_-1206147888'), (u'INDIRECT_-1206143686', u'MULTIEQUAL_-1206145001'), (u'INDIRECT_-1206145811', u'MULTIEQUAL_-1206142170'), (u'INDIRECT_-1206145657', u'MULTIEQUAL_-1206145544'), (u'CALL_-1206153822', u'INDIRECT_-1206143527'), (u'CALL_-1206154119', u'INDIRECT_-1206142177'), (u'INT_AND_-1206148918', u'INT_NOTEQUAL_-1206155574'), (u'CALL_-1206152442', u'INDIRECT_-1206143855'), (u'CALL_-1206153704', u'INDIRECT_-1206142768'), (u'INDIRECT_-1206141510', u'MULTIEQUAL_-1206141239'), (u'INDIRECT_-1206143963', u'MULTIEQUAL_-1206143950'), (u'INDIRECT_-1206141081', u'MULTIEQUAL_-1206141350'), (u'PTRSUB_-1206142008', u'CALL_-1206155437'), (u'CALL_-1206153190', u'INDIRECT_-1206143798'), (u'MULTIEQUAL_-1206143997', u'MULTIEQUAL_-1206142935'), (u'INDIRECT_-1206142859', u'MULTIEQUAL_-1206142615'), (u'INDIRECT_-1206145877', u'MULTIEQUAL_-1206145764'), (u'CALL_-1206155437', u'INDIRECT_-1206142859'), (u'MULTIEQUAL_-1206145554', u'INT_NOTEQUAL_-1206151532'), ('tmp_4161', u'CBRANCH_-1206154164'), (u'INDIRECT_-1206141333', u'MULTIEQUAL_-1206141275'), (u'COPY_-1206151866', u'MULTIEQUAL_-1206145442'), (u'STORE_-1206151230', u'INDIRECT_-1206140388'), (u'CALL_-1206155601', u'INDIRECT_-1206142250'), (u'INDIRECT_-1206145547', u'MULTIEQUAL_-1206145434'), (u'INDIRECT_-1206144434', u'MULTIEQUAL_-1206142163'), ('const-4294967294', u'INT_MULT_-1206147802'), (u'INT_ADD_-1206141097', u'PTRADD_-1206152995'), (u'INDIRECT_-1206143687', u'MULTIEQUAL_-1206143499'), (u'INDIRECT_-1206142174', u'MULTIEQUAL_-1206142554'), (u'CALL_-1206153994', u'INDIRECT_-1206144548'), (u'INT_ZEXT_-1206153040', u'INT_MULT_-1206147767'), (u'MULTIEQUAL_-1206140538', u'MULTIEQUAL_-1206140311'), (u'CALL_-1206153481', u'INDIRECT_-1206142224'), (u'CALL_-1206155601', u'INDIRECT_-1206142830'), (u'INDIRECT_-1206142974', u'MULTIEQUAL_-1206142843'), (u'INDIRECT_-1206144025', u'MULTIEQUAL_-1206143892'), (u'INDIRECT_-1206142867', u'MULTIEQUAL_-1206143370'), (u'MULTIEQUAL_-1206149238', u'CALL_-1206153822'), (u'CAST_-1206142513', u'LOAD_-1206153229'), (u'INDIRECT_-1206143321', u'MULTIEQUAL_-1206143257'), (u'MULTIEQUAL_-1206143866', u'MULTIEQUAL_-1206143665'), (u'INDIRECT_-1206142344', u'MULTIEQUAL_-1206142323'), (u'CALL_-1206156387', u'INDIRECT_-1206143425'), (u'CALL_-1206153963', u'INDIRECT_-1206144534'), (u'INDIRECT_-1206141699', u'MULTIEQUAL_-1206143007'), (u'INDIRECT_-1206143846', u'MULTIEQUAL_-1206143709'), (u'CALL_-1206152799', u'INDIRECT_-1206143917'), (u'INDIRECT_-1206143450', u'MULTIEQUAL_-1206143122'), (u'INDIRECT_-1206143186', u'MULTIEQUAL_-1206142156'), ('tmp_7071', u'BRANCH_-1206152308'), (u'MULTIEQUAL_-1206145409', u'MULTIEQUAL_-1206142167'), (u'INDIRECT_-1206142213', u'MULTIEQUAL_-1206142179'), ('const-0', u'INT_EQUAL_-1206156035'), (u'INDIRECT_-1206141688', u'MULTIEQUAL_-1206141647'), (u'CALL_-1206152833', u'INDIRECT_-1206142142'), ('const-718992', u'PTRSUB_-1206153009'), (u'STORE_-1206151230', u'INDIRECT_-1206140620'), (u'CALL_-1206153063', u'INDIRECT_-1206143827'), (u'BOOL_NEGATE_-1206148350', u'BOOL_AND_-1206154164'), (u'MULTIEQUAL_-1206142850', u'MULTIEQUAL_-1206142816'), (u'MULTIEQUAL_-1206142152', u'MULTIEQUAL_-1206142963'), (u'CALL_-1206156964', u'INDIRECT_-1206146292'), (u'INDIRECT_-1206143772', u'MULTIEQUAL_-1206143670'), ('const-4', u'PTRSUB_-1206142478'), ('const-282656', u'PTRSUB_-1206142165'), (u'INDIRECT_-1206146219', u'MULTIEQUAL_-1206146094'), ('const-1', u'INT_ADD_-1206141610'), (u'MULTIEQUAL_-1206142659', u'MULTIEQUAL_-1206142621'), (u'CALL_-1206153285', u'INDIRECT_-1206149057'), ('const-0', u'INT_EQUAL_-1206155879'), ('const-32', u'PTRSUB_-1206140104'), (u'MULTIEQUAL_-1206145519', u'MULTIEQUAL_-1206142168'), (u'CALL_-1206152922', u'INDIRECT_-1206144325'), (u'INT_NOTEQUAL_-1206153788', u'CBRANCH_-1206153788'), (u'MULTIEQUAL_-1206148849', u'LOAD_-1206153136'), (u'CALL_-1206155664', u'INDIRECT_-1206144021'), (u'INDIRECT_-1206142876', u'MULTIEQUAL_-1206142861'), (u'LOAD_-1206153052', u'INT_LESS_-1206153035'), (u'LOAD_-1206153052', u'INT_EQUAL_-1206153035'), (u'MULTIEQUAL_-1206142148', u'MULTIEQUAL_-1206142499'), (u'CALL_-1206154830', u'MULTIEQUAL_-1206146345'), (u'CALL_-1206153678', u'INDIRECT_-1206141592'), (u'INDIRECT_-1206141805', u'MULTIEQUAL_-1206143750'), (u'INDIRECT_-1206141549', u'MULTIEQUAL_-1206141500'), (u'INDIRECT_-1206143042', u'MULTIEQUAL_-1206143003'), (u'CALL_-1206153530', u'INDIRECT_-1206142708'), (u'MULTIEQUAL_-1206141159', u'MULTIEQUAL_-1206141151'), (u'CALL_-1206152277', u'INDIRECT_-1206142893'), (u'INDIRECT_-1206141343', u'MULTIEQUAL_-1206141279'), (u'INT_EQUAL_-1206151650', u'BOOL_NEGATE_-1206142651'), (u'CALL_-1206153285', u'INDIRECT_-1206143186'), (u'CALL_-1206153041', u'INDIRECT_-1206141952'), (u'MULTIEQUAL_-1206147833', u'MULTIEQUAL_-1206147742'), (u'CALL_-1206152412', u'INDIRECT_-1206142093'), (u'INDIRECT_-1206147913', u'MULTIEQUAL_-1206147734'), (u'INDIRECT_-1206145607', u'MULTIEQUAL_-1206145497'), (u'INDIRECT_-1206144440', u'MULTIEQUAL_-1206143950'), (u'INDIRECT_-1206142688', u'MULTIEQUAL_-1206142586'), (u'INDIRECT_-1206144483', u'MULTIEQUAL_-1206144599'), (u'INDIRECT_-1206149371', u'MULTIEQUAL_-1206149126'), (u'INDIRECT_-1206140985', u'MULTIEQUAL_-1206140927'), (u'CALL_-1206150776', u'INDIRECT_-1206140743'), (u'INDIRECT_-1206142407', u'MULTIEQUAL_-1206142787'), (u'INDIRECT_-1206143089', u'MULTIEQUAL_-1206143025'), (u'STORE_-1206152955', u'INDIRECT_-1206142918'), (u'INDIRECT_-1206142615', u'MULTIEQUAL_-1206142557'), (u'CALL_-1206154181', u'CALL_-1206153678'), (u'INDIRECT_-1206143903', u'MULTIEQUAL_-1206143653'), (u'STORE_-1206151220', u'INDIRECT_-1206141424'), (u'INDIRECT_-1206141119', u'MULTIEQUAL_-1206142427'), (u'CAST_-1206140431', u'CAST_-1206140386'), (u'MULTIEQUAL_-1206140803', u'MULTIEQUAL_-1206142019'), (u'CAST_-1206140431', u'CALL_-1206152370'), (u'CALL_-1206153530', u'INDIRECT_-1206143062'), (u'CALL_-1206156853', u'INDIRECT_-1206144739'), (u'CALL_-1206155855', u'INDIRECT_-1206143058'), (u'CALL_-1206152442', u'INDIRECT_-1206141178'), (u'CALL_-1206153678', u'INDIRECT_-1206143933'), (u'INDIRECT_-1206144031', u'MULTIEQUAL_-1206145001'), (u'INDIRECT_-1206143384', u'MULTIEQUAL_-1206143007'), (u'CALL_-1206156809', u'INDIRECT_-1206146219'), (u'INDIRECT_-1206142290', u'MULTIEQUAL_-1206142670'), (u'INDIRECT_-1206143500', u'MULTIEQUAL_-1206143123'), (u'INDIRECT_-1206143207', u'MULTIEQUAL_-1206143123'), (u'MULTIEQUAL_-1206149355', u'LOAD_-1206154132'), (u'CALL_-1206155855', u'INDIRECT_-1206143522'), (u'CALL_-1206155601', u'INDIRECT_-1206143062'), (u'INDIRECT_-1206141855', u'MULTIEQUAL_-1206141771'), (u'MULTIEQUAL_-1206142251', u'LOAD_-1206155012'), (u'MULTIEQUAL_-1206141825', u'MULTIEQUAL_-1206144179'), (u'INDIRECT_-1206142042', u'MULTIEQUAL_-1206141946'), ('const-0', u'INT_EQUAL_-1206153629'), (u'INT_EQUAL_-1206153629', u'CBRANCH_-1206153628'), (u'INDIRECT_-1206144210', u'MULTIEQUAL_-1206143934'), (u'MULTIEQUAL_-1206143338', u'MULTIEQUAL_-1206143111'), (u'INDIRECT_-1206142976', u'MULTIEQUAL_-1206142781'), (u'INT_OR_-1206149398', u'CALL_-1206153063'), (u'CAST_-1206139980', u'INT_ADD_-1206151299'), (u'MULTIEQUAL_-1206143649', u'MULTIEQUAL_-1206142587'), (u'MULTIEQUAL_-1206148185', u'LOAD_-1206151235'), (u'MULTIEQUAL_-1206142958', u'MULTIEQUAL_-1206142151'), (u'MULTIEQUAL_-1206142170', u'MULTIEQUAL_-1206145629'), (u'CAST_-1206140253', u'INT_ADD_-1206151802'), (u'MULTIEQUAL_-1206142153', u'MULTIEQUAL_-1206143079'), (u'STORE_-1206154035', u'INDIRECT_-1206141300'), (u'INDIRECT_-1206144548', u'MULTIEQUAL_-1206142284'), (u'INDIRECT_-1206140380', u'MULTIEQUAL_-1206142549'), (u'CALL_-1206152786', u'INDIRECT_-1206143560'), (u'CALL_-1206153059', u'INDIRECT_-1206143861'), (u'STORE_-1206152961', u'INDIRECT_-1206143618'), (u'MULTIEQUAL_-1206142166', u'MULTIEQUAL_-1206145160'), (u'CALL_-1206156853', u'INDIRECT_-1206143689'), (u'MULTIEQUAL_-1206142079', u'MULTIEQUAL_-1206142378'), (u'INDIRECT_-1206142403', u'MULTIEQUAL_-1206142906'), (u'CALL_-1206150776', u'INDIRECT_-1206140047'), (u'LOAD_-1206154051', u'LOAD_-1206154029'), (u'MULTIEQUAL_-1206142209', u'MULTIEQUAL_-1206142201'), (u'INDIRECT_-1206143595', u'MULTIEQUAL_-1206143486'), (u'CALL_-1206156964', u'INDIRECT_-1206143511'), (u'PTRSUB_-1206142274', u'LOAD_-1206156021'), (u'INDIRECT_-1206144705', u'MULTIEQUAL_-1206144637'), (u'INDIRECT_-1206142802', u'MULTIEQUAL_-1206142790'), (u'CALL_-1206150750', u'INDIRECT_-1206143282'), (u'INDIRECT_-1206145767', u'MULTIEQUAL_-1206145654'), (u'CALL_-1206152786', u'INDIRECT_-1206144378'), (u'CALL_-1206152786', u'INDIRECT_-1206145767'), (u'MULTIEQUAL_-1206145441', u'MULTIEQUAL_-1206145402'), (u'INDIRECT_-1206142224', u'MULTIEQUAL_-1206142185'), (u'STORE_-1206153901', u'INDIRECT_-1206141710'), (u'INDIRECT_-1206141235', u'MULTIEQUAL_-1206142543'), ('const-0', u'INT_EQUAL_-1206155423'), (u'INDIRECT_-1206146072', u'MULTIEQUAL_-1206145874'), ('const-294128', u'PTRSUB_-1206155626'), ('const-44', u'PTRSUB_-1206140339'), (u'INDIRECT_-1206141308', u'MULTIEQUAL_-1206143477'), (u'INDIRECT_-1206143091', u'MULTIEQUAL_-1206142958'), (u'CALL_-1206152833', u'INDIRECT_-1206142728'), (u'MULTIEQUAL_-1206141816', u'MULTIEQUAL_-1206141811'), (u'CALL_-1206154661', u'INDIRECT_-1206143652'), (u'STORE_-1206154656', u'INDIRECT_-1206143611'), (u'PTRSUB_-1206140320', u'LOAD_-1206151110'), (u'PTRADD_-1206151175', u'COPY_-1206140323'), ('const-0', u'PTRSUB_-1206140577'), (u'STORE_-1206151230', u'INDIRECT_-1206142366'), (u'MULTIEQUAL_-1206145155', u'COPY_-1206141762'), (u'MULTIEQUAL_-1206142019', u'MULTIEQUAL_-1206140957'), (u'INDIRECT_-1206144258', u'COPY_-1206141471'), (u'CALL_-1206154078', u'INDIRECT_-1206143205'), (u'INDIRECT_-1206144547', u'MULTIEQUAL_-1206144514'), (u'CALL_-1206156061', u'INDIRECT_-1206142456'), (u'CALL_-1206152876', u'INDIRECT_-1206142630'), (u'CALL_-1206156809', u'INDIRECT_-1206144604'), (u'INDIRECT_-1206142131', u'MULTIEQUAL_-1206142674'), (u'INDIRECT_-1206144084', u'INT_AND_-1206149249'), (u'CALL_-1206155792', u'INDIRECT_-1206145365'), (u'MULTIEQUAL_-1206141928', u'MULTIEQUAL_-1206141928'), (u'CAST_-1206140197', u'COPY_-1206140317'), (u'CALL_-1206153994', u'INDIRECT_-1206143263'), (u'CALL_-1206153041', u'INDIRECT_-1206142300'), ('const-417', u'LOAD_-1206156835'), (u'INDIRECT_-1206141159', u'MULTIEQUAL_-1206142543'), (u'INDIRECT_-1206143207', u'MULTIEQUAL_-1206142737'), (u'INDIRECT_-1206143099', u'MULTIEQUAL_-1206143602'), (u'INDIRECT_-1206145371', u'MULTIEQUAL_-1206142166'), (u'INDIRECT_-1206142920', u'MULTIEQUAL_-1206142659'), (u'INT_MULT_-1206147767', u'INT_ADD_-1206141096'), (u'CALL_-1206153963', u'INDIRECT_-1206143481'), ('tmp_4320', u'CBRANCH_-1206154080'), ('const-417', u'LOAD_-1206152489'), (u'CALL_-1206151480', u'INDIRECT_-1206143420'), (u'INDIRECT_-1206141767', u'MULTIEQUAL_-1206144063'), ('const-0', u'INT_EQUAL_-1206153140'), (u'INDIRECT_-1206143257', u'MULTIEQUAL_-1206143246'), (u'MULTIEQUAL_-1206142311', u'MULTIEQUAL_-1206142273'), (u'CALL_-1206150776', u'INDIRECT_-1206141561'), (u'INDIRECT_-1206143420', u'MULTIEQUAL_-1206145372'), (u'INDIRECT_-1206141348', u'MULTIEQUAL_-1206142311'), (u'INDIRECT_-1206144950', u'MULTIEQUAL_-1206144857'), (u'STORE_-1206149153', u'INDIRECT_-1206144411'), (u'CALL_-1206155601', u'INDIRECT_-1206143178'), (u'CALL_-1206156387', u'INDIRECT_-1206143077'), (u'INDIRECT_-1206141266', u'MULTIEQUAL_-1206144003'), (u'CALL_-1206153481', u'INDIRECT_-1206143274'), (u'INDIRECT_-1206144141', u'MULTIEQUAL_-1206143897'), (u'INDIRECT_-1206141815', u'MULTIEQUAL_-1206143123'), ('const-4', u'INT_AND_-1206148671'), (u'PTRSUB_-1206142741', u'LOAD_-1206153280'), (u'LOAD_-1206152577', u'CALL_-1206152563'), (u'STORE_-1206151220', u'INDIRECT_-1206141308'), (u'CALL_-1206152341', u'INDIRECT_-1206140943'), (u'INDIRECT_-1206142358', u'MULTIEQUAL_-1206144527'), (u'INDIRECT_-1206143294', u'MULTIEQUAL_-1206143123'), (u'MULTIEQUAL_-1206147391', u'PTRSUB_-1206141975'), (u'MULTIEQUAL_-1206141903', u'MULTIEQUAL_-1206140841'), (u'CAST_-1206140167', u'LOAD_-1206151156'), (u'MULTIEQUAL_-1206142831', u'MULTIEQUAL_-1206141769'), (u'CALL_-1206153822', u'INDIRECT_-1206141781'), (u'INDIRECT_-1206144091', u'MULTIEQUAL_-1206143887'), (u'CALL_-1206153059', u'INDIRECT_-1206144795'), (u'MULTIEQUAL_-1206142557', u'MULTIEQUAL_-1206142648'), (u'CALL_-1206151003', u'INDIRECT_-1206142008'), ('tmp_726', u'CBRANCH_-1206156241'), (u'CALL_-1206153554', u'INDIRECT_-1206144687'), (u'COPY_-1206142359', u'MULTIEQUAL_-1206150286'), (u'LOAD_-1206151235', u'INT_LESS_-1206151220'), (u'LOAD_-1206151235', u'INT_EQUAL_-1206151220'), (u'CALL_-1206154940', u'INDIRECT_-1206143772'), (u'INDIRECT_-1206141300', u'MULTIEQUAL_-1206141279'), (u'CALL_-1206151003', u'INDIRECT_-1206141190'), (u'CALL_-1206150167', u'INDIRECT_-1206141034'), (u'CALL_-1206155792', u'INDIRECT_-1206149371'), (u'MULTIEQUAL_-1206142164', u'MULTIEQUAL_-1206142159'), (u'CALL_-1206153994', u'INDIRECT_-1206142677'), (u'MULTIEQUAL_-1206149086', u'INT_ADD_-1206153046'), (u'INDIRECT_-1206142331', u'MULTIEQUAL_-1206142293'), (u'CALL_-1206152281', u'INDIRECT_-1206141217'), (u'COPY_-1206153167', u'MULTIEQUAL_-1206149106'), (u'MULTIEQUAL_-1206147705', u'CALL_-1206150750'), (u'INDIRECT_-1206142632', u'MULTIEQUAL_-1206142513'), (u'INDIRECT_-1206143500', u'MULTIEQUAL_-1206143398'), (u'CALL_-1206155288', u'INDIRECT_-1206143215'), ('const-417', u'LOAD_-1206156103'), (u'CALL_-1206156387', u'INDIRECT_-1206142729'), (u'CALL_-1206153963', u'INDIRECT_-1206142431'), (u'LOAD_-1206156309', u'CALLIND_-1206156299'), (u'MULTIEQUAL_-1206143441', u'MULTIEQUAL_-1206145796'), (u'LOAD_-1206151439', u'INT_NOTEQUAL_-1206151373'), ('const-1', u'PTRADD_-1206153962'), ('tmp_9402', u'CBRANCH_-1206153184'), (u'INDIRECT_-1206145141', u'MULTIEQUAL_-1206144652'), (u'INDIRECT_-1206144616', u'MULTIEQUAL_-1206144288'), (u'CALL_-1206155855', u'INDIRECT_-1206145387'), (u'CALL_-1206152833', u'INDIRECT_-1206148129'), (u'MULTIEQUAL_-1206143982', u'PTRSUB_-1206142017'), (u'CALL_-1206152281', u'INDIRECT_-1206142146'), (u'INT_EQUAL_-1206151623', u'CBRANCH_-1206151628'), (u'MULTIEQUAL_-1206142703', u'CALL_-1206153059'), (u'INDIRECT_-1206145701', u'MULTIEQUAL_-1206145331'), (u'MULTIEQUAL_-1206140543', u'MULTIEQUAL_-1206142897'), ('const-0', u'COPY_-1206155721'), (u'CALL_-1206152168', u'INDIRECT_-1206140823'), (u'CALL_-1206156853', u'INDIRECT_-1206143457'), ('tmp_1463', u'CBRANCH_-1206155765'), (u'INDIRECT_-1206143162', u'MULTIEQUAL_-1206143141'), (u'MULTIEQUAL_-1206145369', u'MULTIEQUAL_-1206145554'), (u'CALL_-1206151271', u'INDIRECT_-1206140930'), ('const-1', u'PTRADD_-1206153926'), (u'INT_LESS_-1206154201', u'MULTIEQUAL_-1206149219'), (u'INT_LESS_-1206154201', u'MULTIEQUAL_-1206149216'), (u'CALL_-1206151480', u'INDIRECT_-1206141568'), (u'CALL_-1206154661', u'INDIRECT_-1206142834'), (u'CALL_-1206153041', u'INDIRECT_-1206143118'), (u'CALL_-1206153938', u'INDIRECT_-1206142302'), (u'INDIRECT_-1206143015', u'MULTIEQUAL_-1206142906'), (u'INDIRECT_-1206143940', u'MULTIEQUAL_-1206145331'), (u'CALL_-1206154078', u'INDIRECT_-1206141807'), (u'INDIRECT_-1206143595', u'MULTIEQUAL_-1206143331'), (u'INT_NOTEQUAL_-1206155915', u'CBRANCH_-1206155915'), (u'CALL_-1206156177', u'INDIRECT_-1206145316'), (u'CALL_-1206150193', u'INDIRECT_-1206143471'), (u'INDIRECT_-1206141232', u'MULTIEQUAL_-1206142195'), (u'MULTIEQUAL_-1206142396', u'MULTIEQUAL_-1206142391'), (u'CALL_-1206153190', u'INDIRECT_-1206143682'), (u'INT_NOTEQUAL_-1206153241', u'CBRANCH_-1206153241'), (u'INT_NOTEQUAL_-1206155953', u'CBRANCH_-1206155951'), (u'INDIRECT_-1206141499', u'MULTIEQUAL_-1206144235'), (u'STORE_-1206154656', u'INDIRECT_-1206143379'), (u'CALL_-1206150167', u'INDIRECT_-1206141382'), (u'STORE_-1206153782', u'INDIRECT_-1206143257'), (u'INDIRECT_-1206149601', u'INT_ZEXT_-1206151612'), ('tmp_6786', u'CBRANCH_-1206152228'), (u'CALL_-1206154589', u'INDIRECT_-1206142111'), (u'LOAD_-1206155566', u'COPY_-1206141932'), (u'INT_AND_-1206149249', u'INT_EQUAL_-1206156249'), (u'INDIRECT_-1206144237', u'MULTIEQUAL_-1206144049'), (u'MULTIEQUAL_-1206147127', u'MULTIEQUAL_-1206149480'), (u'INDIRECT_-1206142435', u'MULTIEQUAL_-1206142351'), (u'MULTIEQUAL_-1206142532', u'MULTIEQUAL_-1206142441'), (u'CALL_-1206154940', u'INDIRECT_-1206142374'), (u'LOAD_-1206151342', u'PTRSUB_-1206140157'), (u'CALL_-1206150990', u'INDIRECT_-1206141883'), (u'INDIRECT_-1206143272', u'MULTIEQUAL_-1206145576'), (u'CALL_-1206152799', u'INDIRECT_-1206145556'), (u'INDIRECT_-1206140582', u'MULTIEQUAL_-1206140311'), (u'MULTIEQUAL_-1206141859', u'MULTIEQUAL_-1206142061'), (u'INDIRECT_-1206144217', u'MULTIEQUAL_-1206144184'), ('const-47', u'STORE_-1206153901'), (u'CALL_-1206152876', u'INDIRECT_-1206144471'), (u'INDIRECT_-1206142679', u'MULTIEQUAL_-1206142641'), (u'CALL_-1206154661', u'INDIRECT_-1206144925'), (u'STORE_-1206152961', u'INDIRECT_-1206144668'), (u'INT_LESS_-1206153035', u'MULTIEQUAL_-1206148716'), (u'INDIRECT_-1206143903', u'MULTIEQUAL_-1206144620'), ('tmp_6959', u'BRANCH_-1206152121'), (u'MULTIEQUAL_-1206142352', u'MULTIEQUAL_-1206142151'), (u'INDIRECT_-1206142628', u'MULTIEQUAL_-1206142433'), (u'INDIRECT_-1206143215', u'MULTIEQUAL_-1206143718'), (u'INDIRECT_-1206141782', u'MULTIEQUAL_-1206142343'), (u'CALL_-1206153994', u'INDIRECT_-1206148664'), (u'MULTIEQUAL_-1206149425', u'MULTIEQUAL_-1206142171'), (u'INDIRECT_-1206140222', u'MULTIEQUAL_-1206142959'), (u'INDIRECT_-1206143827', u'MULTIEQUAL_-1206143718'), (u'INDIRECT_-1206143970', u'MULTIEQUAL_-1206143593'), (u'INDIRECT_-1206142026', u'MULTIEQUAL_-1206141769'), (u'LOAD_-1206153136', u'INT_LESS_-1206153119'), (u'LOAD_-1206153136', u'INT_EQUAL_-1206153119'), ('const-5', u'INT_EQUAL_-1206153265'), (u'STORE_-1206152976', u'INDIRECT_-1206144446'), (u'CALL_-1206153041', u'INDIRECT_-1206142417'), (u'INDIRECT_-1206141594', u'MULTIEQUAL_-1206141974'), (u'STORE_-1206151230', u'INDIRECT_-1206141786'), (u'CALL_-1206153992', u'INDIRECT_-1206144634'), ('const-1', u'PTRADD_-1206152727'), (u'MULTIEQUAL_-1206145257', u'MULTIEQUAL_-1206145212'), (u'CALL_-1206153963', u'INDIRECT_-1206143597'), (u'INDIRECT_-1206141550', u'MULTIEQUAL_-1206142111'), (u'CALL_-1206153753', u'INDIRECT_-1206142215'), (u'CALL_-1206153963', u'INDIRECT_-1206142663'), (u'MULTIEQUAL_-1206144821', u'INT_NOTEQUAL_-1206156742'), (u'INDIRECT_-1206144086', u'MULTIEQUAL_-1206143709'), (u'CAST_-1206140157', u'COPY_-1206140273'), (u'INT_AND_-1206149403', u'INT_OR_-1206149398'), (u'INDIRECT_-1206144251', u'MULTIEQUAL_-1206145221'), (u'INDIRECT_-1206143395', u'MULTIEQUAL_-1206142906'), (u'INDIRECT_-1206143141', u'MULTIEQUAL_-1206143130'), (u'CALL_-1206153938', u'INDIRECT_-1206142186'), (u'CALL_-1206156061', u'INDIRECT_-1206143152'), (u'CALL_-1206155215', u'INDIRECT_-1206143184'), (u'INDIRECT_-1206142512', u'MULTIEQUAL_-1206142317'), (u'INDIRECT_-1206142374', u'MULTIEQUAL_-1206142427'), (u'INDIRECT_-1206142606', u'MULTIEQUAL_-1206142151'), (u'INDIRECT_-1206142374', u'MULTIEQUAL_-1206143084'), (u'INT_AND_-1206151790', u'INT_NOTEQUAL_-1206151803'), (u'INDIRECT_-1206143885', u'MULTIEQUAL_-1206144452'), (u'PTRSUB_-1206140343', u'LOAD_-1206151172'), (u'INDIRECT_-1206143439', u'MULTIEQUAL_-1206142969'), (u'INDIRECT_-1206145675', u'MULTIEQUAL_-1206145354'), (u'MULTIEQUAL_-1206145155', u'CALL_-1206154940'), (u'INDIRECT_-1206141116', u'MULTIEQUAL_-1206142079'), (u'MULTIEQUAL_-1206144057', u'MULTIEQUAL_-1206144356'), ('const-417', u'LOAD_-1206155012'), (u'INDIRECT_-1206141691', u'MULTIEQUAL_-1206141627'), (u'CALL_-1206153059', u'INDIRECT_-1206143397'), (u'PTRADD_-1206152995', u'COPY_-1206140987'), (u'INT_AND_-1206155953', u'INT_NOTEQUAL_-1206155953'), (u'CALL_-1206154078', u'INDIRECT_-1206143089'), (u'INDIRECT_-1206142131', u'MULTIEQUAL_-1206142400'), (u'CALL_-1206152281', u'INDIRECT_-1206143558'), (u'MULTIEQUAL_-1206143765', u'MULTIEQUAL_-1206142703'), (u'INDIRECT_-1206143382', u'MULTIEQUAL_-1206145686'), (u'CALL_-1206153963', u'INDIRECT_-1206142315'), (u'MULTIEQUAL_-1206149106', u'INT_EQUAL_-1206153140'), (u'COPY_-1206140184', u'MULTIEQUAL_-1206140051'), (u'MULTIEQUAL_-1206143771', u'MULTIEQUAL_-1206143441'), (u'INDIRECT_-1206145045', u'MULTIEQUAL_-1206144950'), (u'STORE_-1206154035', u'INDIRECT_-1206142814'), (u'LOAD_-1206151677', u'CAST_-1206140198'), (u'CALL_-1206152277', u'INDIRECT_-1206141379'), (u'CALL_-1206151003', u'INDIRECT_-1206140378'), ('const-417', u'LOAD_-1206153050'), (u'INDIRECT_-1206143629', u'MULTIEQUAL_-1206143354'), (u'INDIRECT_-1206143796', u'MULTIEQUAL_-1206145111'), (u'INDIRECT_-1206145968', u'MULTIEQUAL_-1206145849'), (u'INDIRECT_-1206145298', u'MULTIEQUAL_-1206145221'), (u'INDIRECT_-1206142848', u'MULTIEQUAL_-1206142807'), (u'STORE_-1206152940', u'INDIRECT_-1206144422'), ('const-3', u'COPY_-1206153167'), (u'CALL_-1206155437', u'INDIRECT_-1206142511'), ('tmp_5728', u'CBRANCH_-1206153120'), (u'CALL_-1206155215', u'INDIRECT_-1206145269'), (u'INDIRECT_-1206142825', u'MULTIEQUAL_-1206142776'), ('tmp_8684', u'CBRANCH_-1206150813'), (u'INDIRECT_-1206143406', u'MULTIEQUAL_-1206143311'), (u'PTRSUB_-1206142409', u'LOAD_-1206156322'), (u'CALL_-1206151480', u'INDIRECT_-1206142980'), ('const-717900', u'COPY_-1206140046'), (u'INDIRECT_-1206143645', u'MULTIEQUAL_-1206144188'), (u'INT_AND_-1206140180', u'INT_NOTEQUAL_-1206151052'), (u'PTRSUB_-1206140301', u'LOAD_-1206151665'), (u'CALL_-1206151003', u'INDIRECT_-1206140494'), (u'INDIRECT_-1206145811', u'MULTIEQUAL_-1206145441'), (u'INDIRECT_-1206143905', u'MULTIEQUAL_-1206143784'), (u'CALL_-1206155601', u'INDIRECT_-1206145165'), (u'MULTIEQUAL_-1206143118', u'MULTIEQUAL_-1206142891'), (u'INDIRECT_-1206143975', u'MULTIEQUAL_-1206143486'), (u'CALL_-1206152786', u'INDIRECT_-1206145657'), (u'CALL_-1206155601', u'INDIRECT_-1206143294'), (u'MULTIEQUAL_-1206148734', u'BOOL_NEGATE_-1206147793'), (u'CALL_-1206153678', u'INDIRECT_-1206141824'), (u'CALL_-1206152136', u'INDIRECT_-1206141971'), (u'INDIRECT_-1206141968', u'MULTIEQUAL_-1206144705'), (u'MULTIEQUAL_-1206143405', u'MULTIEQUAL_-1206142156'), (u'CALL_-1206153530', u'INDIRECT_-1206142825'), (u'CALL_-1206152412', u'INDIRECT_-1206141629'), (u'CALL_-1206153530', u'INDIRECT_-1206144567'), (u'INDIRECT_-1206144207', u'MULTIEQUAL_-1206143718'), ('const-49152', u'INT_AND_-1206140180'), (u'INDIRECT_-1206144378', u'MULTIEQUAL_-1206144259'), (u'CALL_-1206152370', u'INDIRECT_-1206143932'), (u'CALL_-1206153190', u'INDIRECT_-1206143566'), (u'STORE_-1206152940', u'INDIRECT_-1206144190'), (u'LOAD_-1206155403', u'COPY_-1206141877'), (u'CALL_-1206153994', u'INDIRECT_-1206143495'), (u'CAST_-1206142607', u'INT_EQUAL_-1206156777'), (u'INDIRECT_-1206143535', u'PTRSUB_-1206142620'), ('const-290608', u'PTRSUB_-1206142642'), (u'CALL_-1206154661', u'INDIRECT_-1206141790'), ('const-0', u'COPY_-1206154619'), ('const-2', u'INT_ADD_-1206153920'), (u'CALL_-1206152136', u'INDIRECT_-1206142441'), (u'INDIRECT_-1206141999', u'MULTIEQUAL_-1206144295'), (u'MULTIEQUAL_-1206145454', u'MULTIEQUAL_-1206145442'), ('const-0', u'PTRSUB_-1206142165'), (u'CALL_-1206155792', u'INDIRECT_-1206142804'), (u'CALL_-1206153704', u'INDIRECT_-1206142531'), (u'INT_LESS_-1206151650', u'MULTIEQUAL_-1206147946'), (u'CALL_-1206150167', u'INDIRECT_-1206142911'), (u'INDIRECT_-1206146402', u'MULTIEQUAL_-1206146204'), (u'PTRSUB_-1206142071', u'LOAD_-1206155566'), (u'INDIRECT_-1206142401', u'MULTIEQUAL_-1206143709'), (u'INDIRECT_-1206144550', u'MULTIEQUAL_-1206144173'), (u'INDIRECT_-1206142983', u'MULTIEQUAL_-1206143486'), (u'INDIRECT_-1206144091', u'MULTIEQUAL_-1206143602'), (u'CALL_-1206153530', u'INDIRECT_-1206143526'), (u'MULTIEQUAL_-1206141267', u'MULTIEQUAL_-1206142483'), (u'INDIRECT_-1206140949', u'MULTIEQUAL_-1206143245'), (u'CALL_-1206153686', u'INDIRECT_-1206143240'), (u'INDIRECT_-1206144039', u'MULTIEQUAL_-1206144426'), (u'INT_EQUAL_-1206156249', u'CBRANCH_-1206156241'), (u'CALL_-1206152281', u'INDIRECT_-1206141797'), (u'MULTIEQUAL_-1206142171', u'MULTIEQUAL_-1206149285'), ('const-4294967244', u'PTRSUB_-1206140743'), (u'INDIRECT_-1206142942', u'MULTIEQUAL_-1206142847'), (u'INT_NOTEQUAL_-1206155501', u'CBRANCH_-1206155500'), (u'INDIRECT_-1206145585', u'MULTIEQUAL_-1206145331'), (u'INDIRECT_-1206144453', u'MULTIEQUAL_-1206145170'), ('tmp_1085', u'CBRANCH_-1206156002'), (u'CALL_-1206155664', u'INDIRECT_-1206145410'), ('tmp_7821', u'CBRANCH_-1206151564'), (u'INDIRECT_-1206142686', u'MULTIEQUAL_-1206140422'), (u'INDIRECT_-1206145316', u'MULTIEQUAL_-1206144852'), (u'INDIRECT_-1206144093', u'MULTIEQUAL_-1206143818'), (u'INDIRECT_-1206140930', u'MULTIEQUAL_-1206140659'), ('tmp_3710', u'CBRANCH_-1206153903'), (u'INDIRECT_-1206145695', u'MULTIEQUAL_-1206145600'), (u'INDIRECT_-1206143732', u'MULTIEQUAL_-1206142157'), (u'CALL_-1206154181', u'PTRADD_-1206153962'), ('const-8', u'INT_OR_-1206151282'), (u'CALL_-1206155855', u'INDIRECT_-1206142594'), (u'CALL_-1206152168', u'CAST_-1206140323'), (u'CALL_-1206153678', u'INDIRECT_-1206144043'), (u'CALL_-1206152786', u'INDIRECT_-1206144025'), ('const-417', u'LOAD_-1206151172'), (u'CALL_-1206153704', u'INDIRECT_-1206143232'), (u'CALL_-1206151271', u'INDIRECT_-1206147381'), ('tmp_2272', u'BRANCH_-1206155187'), (u'CALL_-1206154940', u'INDIRECT_-1206143186'), (u'CALL_-1206152442', u'INDIRECT_-1206140830'), (u'INDIRECT_-1206142207', u'MULTIEQUAL_-1206142196'), (u'MULTIEQUAL_-1206143533', u'MULTIEQUAL_-1206142471'), (u'INDIRECT_-1206142677', u'MULTIEQUAL_-1206142643'), (u'MULTIEQUAL_-1206148871', u'LOAD_-1206153050'), ('tmp_1349', u'CBRANCH_-1206155827'), (u'CALL_-1206154730', u'INDIRECT_-1206144620'), (u'MULTIEQUAL_-1206149027', u'CALL_-1206153992'), (u'CALL_-1206153017', u'INDIRECT_-1206144039'), (u'CALL_-1206154830', u'INDIRECT_-1206142667'), (u'CALL_-1206152563', u'INDIRECT_-1206141114'), (u'INDIRECT_-1206144373', u'MULTIEQUAL_-1206144489'), (u'CALL_-1206151512', u'INDIRECT_-1206141347'), (u'MULTIEQUAL_-1206145262', u'MULTIEQUAL_-1206145061'), (u'INDIRECT_-1206141505', u'MULTIEQUAL_-1206141474'), (u'MULTIEQUAL_-1206149144', u'MULTIEQUAL_-1206149027'), (u'INDIRECT_-1206142288', u'MULTIEQUAL_-1206142396'), (u'CALL_-1206152412', u'INDIRECT_-1206141397'), (u'PTRSUB_-1206140676', u'LOAD_-1206152489'), (u'MULTIEQUAL_-1206140659', u'MULTIEQUAL_-1206143013'), (u'INDIRECT_-1206143830', u'MULTIEQUAL_-1206145221'), (u'COPY_-1206140236', u'MULTIEQUAL_-1206148067'), (u'MULTIEQUAL_-1206142273', u'MULTIEQUAL_-1206142790'), (u'CALL_-1206155437', u'INDIRECT_-1206142743'), (u'CALL_-1206152799', u'INDIRECT_-1206143105'), (u'MULTIEQUAL_-1206141383', u'MULTIEQUAL_-1206142599'), (u'CALL_-1206155202', u'INDIRECT_-1206143877'), (u'PTRSUB_-1206140743', u'CALL_-1206152277'), ('tmp_165', u'CBRANCH_-1206156915'), (u'MULTIEQUAL_-1206142731', u'MULTIEQUAL_-1206142715'), (u'CALL_-1206153686', u'INDIRECT_-1206142654'), (u'INDIRECT_-1206143656', u'MULTIEQUAL_-1206143554'), (u'CALL_-1206156853', u'INDIRECT_-1206145798'), (u'MULTIEQUAL_-1206145874', u'MULTIEQUAL_-1206145544'), (u'MULTIEQUAL_-1206143001', u'MULTIEQUAL_-1206145356'), (u'CALL_-1206151003', u'INDIRECT_-1206147177'), (u'CALL_-1206155855', u'INDIRECT_-1206144108'), (u'STORE_-1206152976', u'INDIRECT_-1206143164'), (u'INDIRECT_-1206142627', u'MULTIEQUAL_-1206142383'), (u'INDIRECT_-1206143849', u'INT_AND_-1206155953'), (u'LOAD_-1206154051', u'INT_NOTEQUAL_-1206154033'), (u'INDIRECT_-1206144262', u'MULTIEQUAL_-1206144143'), (u'INDIRECT_-1206143019', u'MULTIEQUAL_-1206142988'), (u'CALL_-1206153190', u'INDIRECT_-1206144263'), (u'CALL_-1206155601', u'INDIRECT_-1206142714'), (u'INDIRECT_-1206142036', u'MULTIEQUAL_-1206141995'), (u'INDIRECT_-1206143047', u'MULTIEQUAL_-1206142558'), (u'CALL_-1206152876', u'INDIRECT_-1206142276'), (u'CALL_-1206151003', u'INDIRECT_-1206140262'), (u'CALL_-1206154940', u'INDIRECT_-1206142026'), (u'CALL_-1206155664', u'INDIRECT_-1206143789'), (u'MULTIEQUAL_-1206143486', u'COPY_-1206143584'), (u'INDIRECT_-1206145375', u'MULTIEQUAL_-1206145246'), (u'INDIRECT_-1206148374', u'INT_ZEXT_-1206154127'), (u'INT_OR_-1206141841', u'MULTIEQUAL_-1206141699'), (u'CAST_-1206141436', u'COPY_-1206141592'), (u'LOAD_-1206156941', u'INT_EQUAL_-1206156926'), (u'CALL_-1206154181', u'INDIRECT_-1206143146'), (u'CALL_-1206150776', u'INDIRECT_-1206140163'), (u'INDIRECT_-1206143861', u'MULTIEQUAL_-1206143586'), (u'COPY_-1206142219', u'MULTIEQUAL_-1206147391'), (u'MULTIEQUAL_-1206142151', u'MULTIEQUAL_-1206142818'), (u'MULTIEQUAL_-1206143280', u'MULTIEQUAL_-1206143079'), (u'MULTIEQUAL_-1206149355', u'PTRADD_-1206154072'), ('const-8', u'PTRSUB_-1206140058'), (u'INDIRECT_-1206144295', u'MULTIEQUAL_-1206144122'), (u'INDIRECT_-1206143039', u'MULTIEQUAL_-1206142634'), (u'INDIRECT_-1206143062', u'MULTIEQUAL_-1206142891'), (u'INDIRECT_-1206142986', u'MULTIEQUAL_-1206142658'), (u'INDIRECT_-1206143888', u'MULTIEQUAL_-1206143837'), (u'CALL_-1206156809', u'INDIRECT_-1206144250'), ('const-417', u'LOAD_-1206151617'), (u'INDIRECT_-1206143392', u'MULTIEQUAL_-1206143668'), (u'INDIRECT_-1206149901', u'MULTIEQUAL_-1206149590'), (u'INT_EQUAL_-1206156085', u'CBRANCH_-1206156084'), (u'INDIRECT_-1206148374', u'MULTIEQUAL_-1206148283'), (u'STORE_-1206152940', u'INDIRECT_-1206143836'), (u'INDIRECT_-1206142973', u'MULTIEQUAL_-1206142909'), (u'STORE_-1206151230', u'INDIRECT_-1206140736'), (u'INT_ADD_-1206141610', u'PTRADD_-1206154161'), (u'INDIRECT_-1206142743', u'MULTIEQUAL_-1206142499'), (u'CALL_-1206152136', u'INDIRECT_-1206140927'), (u'CALL_-1206152281', u'INDIRECT_-1206142029'), (u'CALL_-1206155664', u'INDIRECT_-1206143905'), (u'MULTIEQUAL_-1206148713', u'INT_NOTEQUAL_-1206152999'), (u'CALL_-1206152324', u'INDIRECT_-1206141467'), (u'CALL_-1206153285', u'INDIRECT_-1206142142'), (u'MULTIEQUAL_-1206142057', u'MULTIEQUAL_-1206144411'), ('const-5', u'CALL_-1206150776'), (u'INT_MULT_-1206147768', u'INT_ADD_-1206141097'), (u'INDIRECT_-1206144548', u'MULTIEQUAL_-1206144411'), (u'INDIRECT_-1206143448', u'MULTIEQUAL_-1206143950'), ('const-2', u'COPY_-1206151563'), (u'CALL_-1206152136', u'INDIRECT_-1206141391'), (u'MULTIEQUAL_-1206145454', u'MULTIEQUAL_-1206145212'), (u'INDIRECT_-1206144340', u'MULTIEQUAL_-1206144223'), ('const-417', u'STORE_-1206151230'), ('const-1', u'INT_ADD_-1206141097'), (u'MULTIEQUAL_-1206142311', u'MULTIEQUAL_-1206142610'), (u'MULTIEQUAL_-1206144356', u'MULTIEQUAL_-1206142163'), (u'CALL_-1206155601', u'INDIRECT_-1206145055'), (u'STORE_-1206154035', u'INDIRECT_-1206141764'), (u'INDIRECT_-1206143186', u'MULTIEQUAL_-1206143239'), (u'INDIRECT_-1206143070', u'MULTIEQUAL_-1206143123'), (u'COPY_-1206151642', u'MULTIEQUAL_-1206148318'), (u'INDIRECT_-1206142490', u'MULTIEQUAL_-1206142388'), (u'MULTIEQUAL_-1206142154', u'MULTIEQUAL_-1206143166'), (u'MULTIEQUAL_-1206146715', u'CALL_-1206153554'), ('const-417', u'LOAD_-1206155814'), (u'STORE_-1206153901', u'INDIRECT_-1206142406'), (u'INDIRECT_-1206143393', u'MULTIEQUAL_-1206142988'), (u'CALL_-1206153190', u'INDIRECT_-1206144030'), (u'CALL_-1206156809', u'INDIRECT_-1206144134'), (u'PTRADD_-1206154140', u'CALL_-1206154181'), ('tmp_4005', u'BRANCH_-1206153656'), (u'CALL_-1206155601', u'INDIRECT_-1206143643'), (u'CALL_-1206154181', u'PTRADD_-1206153969'), (u'INDIRECT_-1206143129', u'MULTIEQUAL_-1206142956'), (u'CALL_-1206153822', u'INDIRECT_-1206142361'), (u'CALL_-1206156177', u'INDIRECT_-1206142859'), (u'CAST_-1206142607', u'MULTIEQUAL_-1206143539'), (u'CALL_-1206154661', u'INDIRECT_-1206142602'), ('tmp_9707', u'CBRANCH_-1206153261'), (u'INDIRECT_-1206142728', u'MULTIEQUAL_-1206143438'), (u'BOOL_NEGATE_-1206146933', u'BOOL_AND_-1206151565'), (u'INDIRECT_-1206144550', u'MULTIEQUAL_-1206142164'), (u'INDIRECT_-1206143394', u'MULTIEQUAL_-1206143373'), (u'CALL_-1206152412', u'INDIRECT_-1206141049'), (u'CALL_-1206150193', u'INDIRECT_-1206140928'), (u'INT_EQUAL_-1206150957', u'CBRANCH_-1206150955'), (u'CALL_-1206153877', u'INDIRECT_-1206143086'), (u'CAST_-1206141126', u'INT_SUB_-1206153661'), (u'CALL_-1206152277', u'INDIRECT_-1206147946'), ('const-5', u'CALL_-1206153704'), (u'INT_EQUAL_-1206155043', u'CBRANCH_-1206155034'), (u'INDIRECT_-1206141942', u'MULTIEQUAL_-1206142322'), (u'CALL_-1206152412', u'INDIRECT_-1206141513'), (u'INDIRECT_-1206144084', u'MULTIEQUAL_-1206141820'), (u'MULTIEQUAL_-1206142153', u'MULTIEQUAL_-1206143050'), (u'INDIRECT_-1206142026', u'MULTIEQUAL_-1206142146'), (u'INDIRECT_-1206141197', u'MULTIEQUAL_-1206141466'), (u'MULTIEQUAL_-1206142167', u'MULTIEQUAL_-1206145299'), (u'INDIRECT_-1206143375', u'MULTIEQUAL_-1206143111'), (u'INDIRECT_-1206144795', u'MULTIEQUAL_-1206144520'), (u'INDIRECT_-1206142804', u'MULTIEQUAL_-1206142543'), (u'COPY_-1206141030', u'MULTIEQUAL_-1206146729'), (u'CALL_-1206152833', u'INDIRECT_-1206142491'), (u'INDIRECT_-1206144025', u'MULTIEQUAL_-1206143905'), (u'INDIRECT_-1206146062', u'MULTIEQUAL_-1206145794'), (u'INDIRECT_-1206142511', u'MULTIEQUAL_-1206142267'), (u'CALL_-1206153041', u'INDIRECT_-1206141372'), (u'INDIRECT_-1206144369', u'MULTIEQUAL_-1206144756'), (u'INDIRECT_-1206143036', u'MULTIEQUAL_-1206142151'), (u'INDIRECT_-1206148463', u'MULTIEQUAL_-1206148440'), ('const-16', u'PTRSUB_-1206140114'), (u'MULTIEQUAL_-1206147772', u'MULTIEQUAL_-1206147769'), (u'INDIRECT_-1206143265', u'MULTIEQUAL_-1206143001'), (u'CALL_-1206150167', u'INDIRECT_-1206140686'), (u'INDIRECT_-1206141611', u'MULTIEQUAL_-1206141537'), ('const-417', u'LOAD_-1206151677'), (u'CALL_-1206155437', u'INDIRECT_-1206143439'), (u'CALL_-1206155437', u'INDIRECT_-1206144968'), (u'INDIRECT_-1206143975', u'MULTIEQUAL_-1206143771'), (u'INDIRECT_-1206144078', u'MULTIEQUAL_-1206144913'), (u'LOAD_-1206154132', u'INT_LESS_-1206154117'), (u'LOAD_-1206154132', u'INT_EQUAL_-1206154117'), (u'CALL_-1206152922', u'INDIRECT_-1206142600'), (u'MULTIEQUAL_-1206143903', u'MULTIEQUAL_-1206144420'), (u'STORE_-1206152976', u'INDIRECT_-1206144330'), (u'MULTIEQUAL_-1206143423', u'MULTIEQUAL_-1206143093'), (u'CALL_-1206155792', u'INDIRECT_-1206143152'), (u'INDIRECT_-1206145371', u'MULTIEQUAL_-1206145001'), (u'CALL_-1206153059', u'INDIRECT_-1206143977'), (u'INDIRECT_-1206144368', u'MULTIEQUAL_-1206144512'), (u'CALL_-1206154589', u'INDIRECT_-1206144898'), (u'INDIRECT_-1206145375', u'MULTIEQUAL_-1206143118'), (u'INDIRECT_-1206147381', u'MULTIEQUAL_-1206147127'), (u'INDIRECT_-1206141678', u'MULTIEQUAL_-1206141421'), (u'INDIRECT_-1206145485', u'MULTIEQUAL_-1206143228'), (u'STORE_-1206152955', u'INDIRECT_-1206143150'), (u'INDIRECT_-1206142688', u'MULTIEQUAL_-1206142427'), (u'INDIRECT_-1206144414', u'MULTIEQUAL_-1206144390'), (u'CALL_-1206152168', u'INDIRECT_-1206141635'), (u'STORE_-1206153010', u'INDIRECT_-1206144817'), (u'INDIRECT_-1206143996', u'MULTIEQUAL_-1206143825'), ('tmp_8816', u'BRANCH_-1206150735'), (u'LOAD_-1206152456', u'CALL_-1206152442'), (u'INT_EQUAL_-1206156777', u'CBRANCH_-1206156776'), ('const-0', u'PTRSUB_-1206142541'), (u'CALL_-1206156853', u'INDIRECT_-1206143921'), (u'INDIRECT_-1206143857', u'MULTIEQUAL_-1206143452'), ('const-0', u'INT_EQUAL_-1206153161'), (u'INDIRECT_-1206143677', u'MULTIEQUAL_-1206143593'), (u'CALL_-1206153686', u'CAST_-1206141132'), (u'CALL_-1206152277', u'INDIRECT_-1206141495'), (u'MULTIEQUAL_-1206143417', u'MULTIEQUAL_-1206142355'), (u'CALL_-1206156387', u'INDIRECT_-1206143193'), (u'MULTIEQUAL_-1206142843', u'MULTIEQUAL_-1206142492'), (u'MULTIEQUAL_-1206142709', u'MULTIEQUAL_-1206142150'), (u'INDIRECT_-1206142478', u'MULTIEQUAL_-1206142361'), (u'INDIRECT_-1206143656', u'MULTIEQUAL_-1206142160'), (u'CALL_-1206155792', u'INDIRECT_-1206144434'), (u'INDIRECT_-1206144968', u'MULTIEQUAL_-1206144731'), (u'INT_LESS_-1206154117', u'MULTIEQUAL_-1206149197'), (u'INT_NOTEQUAL_-1206154695', u'CBRANCH_-1206154695'), (u'INDIRECT_-1206141246', u'MULTIEQUAL_-1206141231'), (u'CAST_-1206140167', u'LOAD_-1206151152'), (u'CALL_-1206153059', u'INDIRECT_-1206144447'), (u'CALL_-1206155601', u'INDIRECT_-1206145385'), (u'INDIRECT_-1206145078', u'MULTIEQUAL_-1206144841'), (u'MULTIEQUAL_-1206142164', u'MULTIEQUAL_-1206144332'), (u'INDIRECT_-1206141926', u'MULTIEQUAL_-1206141731'), ('const-417', u'LOAD_-1206152987'), (u'CALL_-1206152324', u'INDIRECT_-1206143686'), (u'INDIRECT_-1206143163', u'MULTIEQUAL_-1206142959'), (u'INDIRECT_-1206141749', u'MULTIEQUAL_-1206141715'), (u'INT_EQUAL_-1206154138', u'CBRANCH_-1206154143'), (u'CALL_-1206153938', u'INDIRECT_-1206142418'), (u'CALL_-1206152370', u'INDIRECT_-1206142891'), (u'STORE_-1206152961', u'INDIRECT_-1206144083'), (u'CALL_-1206152341', u'INDIRECT_-1206144078'), (u'COPY_-1206151137', u'CAST_-1206140157'), (u'INDIRECT_-1206144316', u'MULTIEQUAL_-1206142052'), (u'INDIRECT_-1206140485', u'MULTIEQUAL_-1206142781'), (u'INT_EQUAL_-1206151220', u'MULTIEQUAL_-1206147769'), (u'CALL_-1206153994', u'INDIRECT_-1206142909'), (u'INDIRECT_-1206142709', u'MULTIEQUAL_-1206142660'), (u'INDIRECT_-1206142826', u'MULTIEQUAL_-1206142731'), (u'CALL_-1206152442', u'INDIRECT_-1206141062'), (u'MULTIEQUAL_-1206142146', u'MULTIEQUAL_-1206142267'), (u'CALL_-1206153059', u'CAST_-1206142450'), (u'INDIRECT_-1206143212', u'MULTIEQUAL_-1206143093'), (u'CALL_-1206150167', u'INDIRECT_-1206140802'), (u'INDIRECT_-1206143711', u'MULTIEQUAL_-1206143602'), (u'INDIRECT_-1206144215', u'MULTIEQUAL_-1206144782'), (u'CALL_-1206152168', u'INDIRECT_-1206142685'), (u'INDIRECT_-1206142091', u'MULTIEQUAL_-1206142080'), ('const-79', u'INT_LESS_-1206153949'), (u'INDIRECT_-1206144434', u'MULTIEQUAL_-1206144332'), (u'MULTIEQUAL_-1206148225', u'PTRSUB_-1206140301'), (u'CAST_-1206142450', u'INT_NOTEQUAL_-1206153032'), (u'CALL_-1206154830', u'INDIRECT_-1206144660'), (u'INT_EQUAL_-1206153161', u'CBRANCH_-1206153160'), (u'INDIRECT_-1206145261', u'MULTIEQUAL_-1206144891'), (u'INDIRECT_-1206142665', u'MULTIEQUAL_-1206142634'), (u'CALL_-1206152876', u'INDIRECT_-1206143210'), (u'CALL_-1206151271', u'INDIRECT_-1206142096'), (u'CAST_-1206141436', u'MULTIEQUAL_-1206146715'), (u'CALL_-1206155202', u'INDIRECT_-1206143291'), (u'STORE_-1206153782', u'INDIRECT_-1206143141'), (u'INDIRECT_-1206142246', u'MULTIEQUAL_-1206142807'), (u'CALL_-1206152281', u'INDIRECT_-1206143998'), (u'CALL_-1206153753', u'INDIRECT_-1206142563'), (u'INDIRECT_-1206143410', u'MULTIEQUAL_-1206143239'), (u'INDIRECT_-1206144677', u'MULTIEQUAL_-1206144188'), (u'CALL_-1206153059', u'INDIRECT_-1206144679'), (u'CALL_-1206151512', u'INDIRECT_-1206140651'), (u'CALL_-1206156853', u'INDIRECT_-1206143573'), (u'INT_ADD_-1206140411', u'PTRADD_-1206151180'), (u'PTRSUB_-1206140104', u'STORE_-1206151220'), (u'INDIRECT_-1206141230', u'MULTIEQUAL_-1206141035'), (u'CALLIND_-1206156299', u'INDIRECT_-1206144316'), (u'INDIRECT_-1206141797', u'MULTIEQUAL_-1206141739'), (u'MULTIEQUAL_-1206149238', u'MULTIEQUAL_-1206149186'), (u'MULTIEQUAL_-1206142323', u'MULTIEQUAL_-1206142280'), (u'CAST_-1206140386', u'CALL_-1206152324'), (u'CALL_-1206151512', u'INDIRECT_-1206141115'), (u'CALL_-1206153017', u'INDIRECT_-1206143819'), (u'MULTIEQUAL_-1206141598', u'MULTIEQUAL_-1206141507'), (u'CALL_-1206152786', u'INDIRECT_-1206144610'), (u'CALL_-1206155215', u'INDIRECT_-1206142372'), (u'INT_MULT_-1206148359', u'INT_ADD_-1206141609'), ('tmp_6401', u'CBRANCH_-1206152469'), (u'CALL_-1206152168', u'INDIRECT_-1206140707'), (u'INDIRECT_-1206142231', u'MULTIEQUAL_-1206144527'), ('const-1', u'PTRADD_-1206153547'), (u'COPY_-1206140252', u'MULTIEQUAL_-1206148108'), (u'INT_NOTEQUAL_-1206151455', u'CBRANCH_-1206151451'), (u'INDIRECT_-1206141379', u'MULTIEQUAL_-1206141305'), (u'CALL_-1206153963', u'INDIRECT_-1206143365'), (u'INDIRECT_-1206143294', u'MULTIEQUAL_-1206143256'), (u'LOAD_-1206152987', u'PTRSUB_-1206142595'), (u'INT_NOTEQUAL_-1206152999', u'CBRANCH_-1206152998'), (u'INDIRECT_-1206145055', u'MULTIEQUAL_-1206144891'), (u'INDIRECT_-1206145025', u'MULTIEQUAL_-1206144821'), (u'INDIRECT_-1206142047', u'MULTIEQUAL_-1206141947'), (u'CALL_-1206155792', u'INDIRECT_-1206145255'), (u'STORE_-1206152961', u'INDIRECT_-1206143038'), (u'INDIRECT_-1206144411', u'MULTIEQUAL_-1206144238'), (u'INDIRECT_-1206144952', u'MULTIEQUAL_-1206144821'), (u'COPY_-1206142593', u'CALL_-1206153063'), (u'INDIRECT_-1206141568', u'MULTIEQUAL_-1206143513'), (u'INDIRECT_-1206143438', u'COPY_-1206142741'), (u'MULTIEQUAL_-1206143982', u'INT_EQUAL_-1206155474'), (u'MULTIEQUAL_-1206143555', u'MULTIEQUAL_-1206144072'), (u'MULTIEQUAL_-1206145442', u'COPY_-1206139999'), ('const-0', u'PTRSUB_-1206141975'), (u'INDIRECT_-1206143540', u'MULTIEQUAL_-1206143593'), (u'CALL_-1206156387', u'INDIRECT_-1206145858'), (u'INDIRECT_-1206144836', u'MULTIEQUAL_-1206144705'), (u'CALL_-1206151271', u'INDIRECT_-1206141278'), (u'CALL_-1206154119', u'INDIRECT_-1206141365'), (u'CALL_-1206156061', u'INDIRECT_-1206143268'), (u'MULTIEQUAL_-1206143063', u'MULTIEQUAL_-1206142001'), (u'INDIRECT_-1206143294', u'MULTIEQUAL_-1206143198'), (u'CALL_-1206152341', u'INDIRECT_-1206142805'), (u'CALL_-1206150750', u'INDIRECT_-1206140269'), (u'INDIRECT_-1206141495', u'MULTIEQUAL_-1206141421'), (u'MULTIEQUAL_-1206140927', u'MULTIEQUAL_-1206140919'), (u'LOAD_-1206151816', u'INT_AND_-1206151790'), (u'INDIRECT_-1206149644', u'MULTIEQUAL_-1206149535'), (u'CALL_-1206156387', u'INDIRECT_-1206145528'), (u'CALL_-1206151271', u'INDIRECT_-1206141510'), (u'CALL_-1206155288', u'INDIRECT_-1206142635'), (u'INDIRECT_-1206141959', u'MULTIEQUAL_-1206143123'), (u'CALL_-1206156387', u'INDIRECT_-1206143889'), (u'CALL_-1206153753', u'INDIRECT_-1206143497'), (u'INDIRECT_-1206144179', u'MULTIEQUAL_-1206144006'), (u'CALL_-1206154181', u'INDIRECT_-1206142444'), (u'PTRSUB_-1206142425', u'CALLIND_-1206156299'), ('const-0', u'INT_NOTEQUAL_-1206151916'), (u'CALL_-1206154078', u'INT_ADD_-1206153691'), (u'INDIRECT_-1206146292', u'MULTIEQUAL_-1206146094'), (u'CALL_-1206153938', u'INDIRECT_-1206143468'), (u'INDIRECT_-1206143328', u'MULTIEQUAL_-1206143209'), (u'INT_EQUAL_-1206154165', u'BOOL_NEGATE_-1206143896'), (u'INDIRECT_-1206144698', u'MULTIEQUAL_-1206144599'), (u'CALL_-1206152442', u'INDIRECT_-1206141990'), (u'CALL_-1206153994', u'INDIRECT_-1206142329'), (u'CALL_-1206152442', u'INDIRECT_-1206141526'), ('const-3', u'COPY_-1206152999'), (u'CALL_-1206156177', u'INDIRECT_-1206142743'), (u'CALL_-1206153877', u'INDIRECT_-1206142732'), (u'BOOL_NEGATE_-1206147793', u'BOOL_AND_-1206153082'), (u'INDIRECT_-1206145607', u'MULTIEQUAL_-1206145519'), (u'CALL_-1206154119', u'INDIRECT_-1206142525'), (u'INDIRECT_-1206144137', u'PTRSUB_-1206142091'), (u'CALL_-1206152324', u'INDIRECT_-1206140887'), (u'STORE_-1206152955', u'INDIRECT_-1206143962'), (u'CALL_-1206153059', u'INDIRECT_-1206142817'), (u'CALL_-1206156964', u'INDIRECT_-1206143859'), (u'COPY_-1206142649', u'MULTIEQUAL_-1206142703'), (u'INDIRECT_-1206142807', u'MULTIEQUAL_-1206142402'), (u'CAST_-1206139759', u'CALL_-1206150990'), ('tmp_3787', u'BRANCH_-1206153861'), (u'INDIRECT_-1206141883', u'MULTIEQUAL_-1206144179'), (u'INDIRECT_-1206144720', u'MULTIEQUAL_-1206144589'), (u'MULTIEQUAL_-1206148946', u'MULTIEQUAL_-1206148943'), (u'INT_EQUAL_-1206151146', u'BOOL_AND_-1206142682'), ('const-0', u'INT_EQUAL_-1206154222'), (u'INDIRECT_-1206142044', u'MULTIEQUAL_-1206143007'), (u'CALL_-1206152281', u'INDIRECT_-1206143888'), (u'CALL_-1206152833', u'INDIRECT_-1206141678'), (u'CALL_-1206151271', u'INDIRECT_-1206142328'), (u'CALL_-1206150193', u'INDIRECT_-1206141509'), (u'INDIRECT_-1206143425', u'COPY_-1206142359'), ('const-0', u'INT_EQUAL_-1206156222'), (u'BOOL_AND_-1206153082', u'INT_EQUAL_-1206153083'), (u'INDIRECT_-1206140728', u'MULTIEQUAL_-1206142897'), ('const-0', u'PTRSUB_-1206142425'), (u'CALL_-1206152833', u'INDIRECT_-1206142844'), (u'INDIRECT_-1206142630', u'MULTIEQUAL_-1206143593'), (u'INDIRECT_-1206141913', u'MULTIEQUAL_-1206141855'), (u'MULTIEQUAL_-1206142163', u'MULTIEQUAL_-1206144245'), (u'CALL_-1206153554', u'INDIRECT_-1206144357'), (u'MULTIEQUAL_-1206141928', u'MULTIEQUAL_-1206141699'), (u'LOAD_-1206153044', u'COPY_-1206142618'), (u'COPY_-1206142013', u'CALL_-1206155215'), (u'CALL_-1206153063', u'INDIRECT_-1206143015'), ('const-718148', u'COPY_-1206140086'), (u'CALL_-1206150750', u'INDIRECT_-1206141313'), (u'STORE_-1206154656', u'INDIRECT_-1206143495'), (u'PTRSUB_-1206140257', u'LOAD_-1206151487'), (u'INDIRECT_-1206144787', u'MULTIEQUAL_-1206144756'), (u'CALL_-1206155215', u'INDIRECT_-1206144829'), (u'INDIRECT_-1206145952', u'MULTIEQUAL_-1206145684'), (u'INDIRECT_-1206143150', u'CALL_-1206153063'), (u'MULTIEQUAL_-1206142325', u'MULTIEQUAL_-1206142416'), (u'INDIRECT_-1206142838', u'MULTIEQUAL_-1206142891'), (u'MULTIEQUAL_-1206142172', u'INT_NOTEQUAL_-1206153322'), ('const-1', u'PTRADD_-1206154140'), (u'CALL_-1206154730', u'INDIRECT_-1206145060'), (u'LOAD_-1206151237', u'INT_LESS_-1206151220'), (u'LOAD_-1206151237', u'INT_EQUAL_-1206151220'), (u'INDIRECT_-1206145145', u'MULTIEQUAL_-1206145050'), (u'CALL_-1206155437', u'INDIRECT_-1206142975'), (u'CALL_-1206153822', u'STORE_-1206153782'), (u'INT_EQUAL_-1206153965', u'CBRANCH_-1206153963'), ('tmp_10204', u'BRANCH_-1206152919'), (u'INDIRECT_-1206149306', u'MULTIEQUAL_-1206149203'), (u'INT_ADD_-1206153046', u'MULTIEQUAL_-1206149086'), (u'INDIRECT_-1206145595', u'MULTIEQUAL_-1206145466'), (u'CALL_-1206154589', u'INDIRECT_-1206143156'), (u'CALL_-1206153017', u'INDIRECT_-1206142992'), (u'CAST_-1206142450', u'STORE_-1206152961'), (u'CALL_-1206153963', u'INDIRECT_-1206143713'), (u'INDIRECT_-1206142383', u'MULTIEQUAL_-1206142325'), (u'INT_NOTEQUAL_-1206152525', u'CBRANCH_-1206152525'), (u'STORE_-1206154656', u'INDIRECT_-1206143142'), (u'CALL_-1206156809', u'INDIRECT_-1206144720'), (u'CALL_-1206150167', u'INDIRECT_-1206143131'), (u'INDIRECT_-1206142748', u'MULTIEQUAL_-1206142629'), (u'CALL_-1206156177', u'INDIRECT_-1206143904'), (u'PTRSUB_-1206142165', u'CALL_-1206155664'), (u'INDIRECT_-1206145051', u'MULTIEQUAL_-1206142167'), (u'INDIRECT_-1206142627', u'MULTIEQUAL_-1206142543'), ('const-417', u'LOAD_-1206152996'), (u'CALL_-1206153938', u'INDIRECT_-1206141954'), ('const-515965', u'COPY_-1206152982'), (u'CALL_-1206152324', u'INDIRECT_-1206142164'), (u'MULTIEQUAL_-1206142157', u'MULTIEQUAL_-1206142674'), (u'CALL_-1206150167', u'INDIRECT_-1206140918'), (u'MULTIEQUAL_-1206143433', u'SUBPIECE_-1206143543'), (u'INDIRECT_-1206142782', u'MULTIEQUAL_-1206142751'), ('const-0', u'CALL_-1206153704'), (u'INDIRECT_-1206143556', u'MULTIEQUAL_-1206143312'), ('const-8', u'PTRSUB_-1206140718'), (u'CAST_-1206142450', u'PTRSUB_-1206142585'), (u'MULTIEQUAL_-1206145189', u'MULTIEQUAL_-1206142165'), (u'MULTIEQUAL_-1206143825', u'MULTIEQUAL_-1206143787'), (u'INDIRECT_-1206142572', u'MULTIEQUAL_-1206142147'), ('const-1065003', u'COPY_-1206142734'), (u'MULTIEQUAL_-1206142793', u'MULTIEQUAL_-1206142995'), (u'CALL_-1206152281', u'INDIRECT_-1206142731'), (u'MULTIEQUAL_-1206141279', u'MULTIEQUAL_-1206141481'), (u'CALL_-1206156809', u'INDIRECT_-1206144018'), (u'MULTIEQUAL_-1206149331', u'LOAD_-1206154218'), ('const-2', u'PTRADD_-1206140116'), (u'CALLIND_-1206156299', u'INDIRECT_-1206143498'), (u'INDIRECT_-1206142864', u'MULTIEQUAL_-1206142745'), (u'CALL_-1206152563', u'INDIRECT_-1206144237'), (u'INDIRECT_-1206143854', u'MULTIEQUAL_-1206143752'), (u'COPY_-1206141762', u'CALL_-1206154589'), (u'MULTIEQUAL_-1206143221', u'MULTIEQUAL_-1206145576'), (u'INDIRECT_-1206142980', u'MULTIEQUAL_-1206144932'), (u'INDIRECT_-1206145695', u'MULTIEQUAL_-1206145607'), (u'INDIRECT_-1206143425', u'MULTIEQUAL_-1206143304'), (u'CALL_-1206153963', u'INDIRECT_-1206141967'), (u'CALL_-1206155792', u'INDIRECT_-1206143616'), (u'CALL_-1206153917', u'INDIRECT_-1206141593'), (u'INDIRECT_-1206149848', u'MULTIEQUAL_-1206149590'), (u'MULTIEQUAL_-1206142468', u'MULTIEQUAL_-1206142267'), (u'CALL_-1206156387', u'INDIRECT_-1206145418'), (u'CALLIND_-1206156299', u'INDIRECT_-1206142802'), (u'CALL_-1206153753', u'INDIRECT_-1206148550'), (u'CALL_-1206153041', u'INDIRECT_-1206142184'), (u'CALL_-1206154940', u'INDIRECT_-1206143540'), (u'INT_EQUAL_-1206153217', u'CBRANCH_-1206153213'), (u'MULTIEQUAL_-1206148279', u'PTRSUB_-1206140208'), (u'CALL_-1206155792', u'INT_EQUAL_-1206155766'), (u'INDIRECT_-1206141760', u'MULTIEQUAL_-1206141721'), (u'INT_EQUAL_-1206153083', u'MULTIEQUAL_-1206148462'), (u'CALL_-1206151003', u'INDIRECT_-1206143061'), (u'CALL_-1206152324', u'INDIRECT_-1206143796'), (u'CALL_-1206155437', u'INDIRECT_-1206142627'), ('const-417', u'LOAD_-1206151799'), (u'CALL_-1206153678', u'INDIRECT_-1206148159'), (u'CALL_-1206150750', u'INDIRECT_-1206141551'), (u'STORE_-1206149153', u'INDIRECT_-1206143245'), (u'MULTIEQUAL_-1206147391', u'PTRSUB_-1206142185'), (u'COPY_-1206141476', u'MULTIEQUAL_-1206149313'), (u'CALL_-1206153041', u'INDIRECT_-1206143829'), (u'INDIRECT_-1206141362', u'MULTIEQUAL_-1206141742'), ('tmp_8626', u'CBRANCH_-1206151001'), (u'INDIRECT_-1206143764', u'MULTIEQUAL_-1206143593'), (u'INDIRECT_-1206145852', u'MULTIEQUAL_-1206145654'), (u'MULTIEQUAL_-1206143355', u'MULTIEQUAL_-1206143317'), ('const-5', u'INT_EQUAL_-1206151013'), (u'CALL_-1206153917', u'INDIRECT_-1206143107'), (u'MULTIEQUAL_-1206148394', u'INT_EQUAL_-1206151241'), ('const-0', u'INT_NOTEQUAL_-1206151091'), (u'CALL_-1206152136', u'INDIRECT_-1206144050'), ('const-0', u'PTRSUB_-1206142605'), (u'MULTIEQUAL_-1206141250', u'MULTIEQUAL_-1206141159'), (u'CALL_-1206153285', u'INT_AND_-1206148671'), (u'INDIRECT_-1206143290', u'MULTIEQUAL_-1206143195'), (u'PTRSUB_-1206142411', u'LOAD_-1206152996'), ('const-0', u'COPY_-1206153115'), (u'INDIRECT_-1206144759', u'MULTIEQUAL_-1206144586'), (u'CALL_-1206155202', u'INDIRECT_-1206142015'), (u'INDIRECT_-1206141971', u'MULTIEQUAL_-1206143355'), (u'INDIRECT_-1206141459', u'MULTIEQUAL_-1206141395'), (u'MULTIEQUAL_-1206143718', u'COPY_-1206143816'), (u'MULTIEQUAL_-1206143074', u'MULTIEQUAL_-1206142152'), (u'CALL_-1206154589', u'INDIRECT_-1206145118'), (u'CALL_-1206153017', u'INDIRECT_-1206141594'), (u'MULTIEQUAL_-1206148279', u'COPY_-1206139950'), (u'INDIRECT_-1206145842', u'MULTIEQUAL_-1206145574'), (u'INDIRECT_-1206143036', u'MULTIEQUAL_-1206142934'), (u'INDIRECT_-1206143070', u'MULTIEQUAL_-1206142968'), (u'INDIRECT_-1206142946', u'MULTIEQUAL_-1206142775'), (u'INDIRECT_-1206142746', u'MULTIEQUAL_-1206143709'), (u'INDIRECT_-1206145167', u'MULTIEQUAL_-1206145079'), (u'MULTIEQUAL_-1206142062', u'MULTIEQUAL_-1206141971'), (u'CALL_-1206151480', u'INDIRECT_-1206142269'), (u'INDIRECT_-1206141565', u'MULTIEQUAL_-1206141507'), (u'INDIRECT_-1206142789', u'MULTIEQUAL_-1206144173'), (u'MULTIEQUAL_-1206143098', u'MULTIEQUAL_-1206143093'), (u'CALL_-1206152833', u'INDIRECT_-1206142258'), (u'INDIRECT_-1206149057', u'MULTIEQUAL_-1206149126'), (u'MULTIEQUAL_-1206143991', u'MULTIEQUAL_-1206142161'), (u'CALL_-1206152412', u'INDIRECT_-1206140817'), (u'INDIRECT_-1206140965', u'MULTIEQUAL_-1206141234'), (u'CALL_-1206152412', u'INDIRECT_-1206147848'), (u'INDIRECT_-1206144793', u'MULTIEQUAL_-1206144589'), (u'CALL_-1206155288', u'INDIRECT_-1206144860'), (u'INT_EQUAL_-1206153186', u'CBRANCH_-1206153184'), (u'INDIRECT_-1206142751', u'MULTIEQUAL_-1206143254'), (u'MULTIEQUAL_-1206142158', u'MULTIEQUAL_-1206143631'), (u'CALL_-1206152168', u'INDIRECT_-1206142100'), (u'CALL_-1206156853', u'INDIRECT_-1206146018'), (u'INDIRECT_-1206143062', u'MULTIEQUAL_-1206142966'), (u'STORE_-1206152976', u'INDIRECT_-1206143396'), (u'INDIRECT_-1206143291', u'MULTIEQUAL_-1206143834'), (u'CALL_-1206152833', u'INDIRECT_-1206141910'), (u'MULTIEQUAL_-1206149342', u'PTRADD_-1206153926'), (u'INDIRECT_-1206143457', u'CALL_-1206156809'), (u'MULTIEQUAL_-1206142080', u'MULTIEQUAL_-1206143296'), (u'CALL_-1206152324', u'INDIRECT_-1206147802'), (u'PTRSUB_-1206140058', u'STORE_-1206151230'), (u'CAST_-1206141436', u'CALL_-1206154661'), (u'CALL_-1206153992', u'INDIRECT_-1206142201'), (u'MULTIEQUAL_-1206143472', u'MULTIEQUAL_-1206143770'), (u'INDIRECT_-1206140844', u'MULTIEQUAL_-1206143013'), (u'CALL_-1206154830', u'INDIRECT_-1206145210'), (u'CAST_-1206141436', u'PTRADD_-1206154587'), (u'CALL_-1206153530', u'INT_ADD_-1206153498'), (u'STORE_-1206152961', u'INDIRECT_-1206144204'), (u'CALL_-1206153063', u'INDIRECT_-1206143131'), (u'INDIRECT_-1206143761', u'MULTIEQUAL_-1206144304'), (u'MULTIEQUAL_-1206143654', u'MULTIEQUAL_-1206142157'), (u'INDIRECT_-1206148045', u'MULTIEQUAL_-1206148440'), (u'INDIRECT_-1206143889', u'MULTIEQUAL_-1206143768'), (u'CALL_-1206153917', u'INDIRECT_-1206142173'), (u'CALL_-1206152799', u'INDIRECT_-1206145776'), (u'MULTIEQUAL_-1206142891', u'MULTIEQUAL_-1206142853'), (u'INDIRECT_-1206144263', u'MULTIEQUAL_-1206144379'), (u'MULTIEQUAL_-1206144098', u'MULTIEQUAL_-1206143897'), (u'MULTIEQUAL_-1206144235', u'MULTIEQUAL_-1206143905'), (u'INT_ADD_-1206153500', u'INT_ADD_-1206153498'), ('tmp_3643', u'CBRANCH_-1206153947'), (u'STORE_-1206153901', u'INDIRECT_-1206142058'), (u'COPY_-1206153161', u'COPY_-1206141011'), (u'MULTIEQUAL_-1206142079', u'MULTIEQUAL_-1206142041'), (u'INT_EQUAL_-1206156222', u'CBRANCH_-1206156219'), (u'INDIRECT_-1206143614', u'MULTIEQUAL_-1206143602'), (u'MULTIEQUAL_-1206145281', u'MULTIEQUAL_-1206145265'), (u'INDIRECT_-1206149601', u'INT_ZEXT_-1206151230'), (u'INDIRECT_-1206144529', u'MULTIEQUAL_-1206144420'), (u'LOAD_-1206151665', u'INT_LESS_-1206151650'), (u'LOAD_-1206151665', u'INT_EQUAL_-1206151650'), (u'MULTIEQUAL_-1206145155', u'MULTIEQUAL_-1206144093'), ('const-0', u'STORE_-1206154035'), (u'CALL_-1206156853', u'INDIRECT_-1206146128'), (u'MULTIEQUAL_-1206145482', u'MULTIEQUAL_-1206145281'), (u'INDIRECT_-1206145277', u'MULTIEQUAL_-1206145189'), (u'MULTIEQUAL_-1206142150', u'MULTIEQUAL_-1206142702'), (u'INDIRECT_-1206142633', u'MULTIEQUAL_-1206143941'), ('const-1', u'INT_ADD_-1206140331'), (u'LOAD_-1206155814', u'CALL_-1206155792'), ('const-1', u'PTRADD_-1206153074'), (u'COPY_-1206139979', u'MULTIEQUAL_-1206145257'), ('tmp_4085', u'CBRANCH_-1206154202'), (u'INDIRECT_-1206142522', u'MULTIEQUAL_-1206142507'), ('const-0', u'INT_EQUAL_-1206151348'), (u'INDIRECT_-1206144744', u'MULTIEQUAL_-1206144720'), (u'CALL_-1206150776', u'INDIRECT_-1206143402'), (u'MULTIEQUAL_-1206142386', u'MULTIEQUAL_-1206142352'), (u'CALL_-1206153686', u'INDIRECT_-1206144849'), (u'MULTIEQUAL_-1206148462', u'MULTIEQUAL_-1206148459'), (u'PTRSUB_-1206142482', u'STORE_-1206152961'), (u'CALL_-1206153530', u'INDIRECT_-1206144677'), (u'PTRADD_-1206153969', u'LOAD_-1206154031'), (u'MULTIEQUAL_-1206148966', u'MULTIEQUAL_-1206148950'), ('const-719064', u'COPY_-1206151259'), (u'STORE_-1206151230', u'INDIRECT_-1206141084'), (u'INDIRECT_-1206142387', u'MULTIEQUAL_-1206142323'), (u'INDIRECT_-1206142491', u'MULTIEQUAL_-1206143201'), (u'CALL_-1206154119', u'INDIRECT_-1206142995'), (u'CALL_-1206153285', u'INDIRECT_-1206143419'), (u'INDIRECT_-1206140686', u'MULTIEQUAL_-1206143423'), (u'INT_NOTEQUAL_-1206153903', u'CBRANCH_-1206153903'), (u'CALL_-1206153917', u'INDIRECT_-1206144728'), (u'INDIRECT_-1206144707', u'MULTIEQUAL_-1206144672'), (u'INT_NOTEQUAL_-1206156876', u'CBRANCH_-1206156876'), (u'CALL_-1206152281', u'INDIRECT_-1206143668'), (u'CALL_-1206153059', u'INDIRECT_-1206142933'), (u'CALL_-1206151512', u'INDIRECT_-1206141817'), (u'LOAD_-1206155058', u'INT_EQUAL_-1206155043'), ('tmp_5996', u'BRANCH_-1206152971'), ('const-417', u'LOAD_-1206156830'), (u'INDIRECT_-1206147168', u'MULTIEQUAL_-1206149480'), ('const-0', u'INT_EQUAL_-1206154138'), (u'CALL_-1206154830', u'INDIRECT_-1206141855'), (u'CALL_-1206152341', u'INDIRECT_-1206144298'), (u'MULTIEQUAL_-1206148143', u'LOAD_-1206151237'), (u'STORE_-1206152955', u'INDIRECT_-1206143614'), ('const-0', u'COPY_-1206140625'), (u'CALL_-1206155202', u'INDIRECT_-1206142827'), (u'INDIRECT_-1206142749', u'MULTIEQUAL_-1206144057'), (u'CALL_-1206150776', u'INDIRECT_-1206141793'), (u'CALL_-1206150776', u'INDIRECT_-1206141440'), (u'MULTIEQUAL_-1206141623', u'MULTIEQUAL_-1206141714'), (u'CALL_-1206155202', u'INDIRECT_-1206144930'), ('tmp_8562', u'CBRANCH_-1206151050'), (u'MULTIEQUAL_-1206144705', u'MULTIEQUAL_-1206144354'), (u'CALL_-1206156387', u'INDIRECT_-1206143541'), (u'CALL_-1206152277', u'INDIRECT_-1206144270'), (u'CALL_-1206155792', u'INDIRECT_-1206145695'), (u'CALL_-1206155288', u'INDIRECT_-1206144149'), (u'MULTIEQUAL_-1206143164', u'MULTIEQUAL_-1206142963'), (u'CALL_-1206152136', u'INDIRECT_-1206142325'), (u'STORE_-1206152976', u'INDIRECT_-1206142700'), (u'INDIRECT_-1206144258', u'INT_NOTEQUAL_-1206154055'), (u'CALL_-1206155202', u'INDIRECT_-1206142595'), (u'STORE_-1206149153', u'INDIRECT_-1206144527'), ('const-0', u'CALL_-1206150776'), (u'MULTIEQUAL_-1206143837', u'MULTIEQUAL_-1206143928'), (u'CALL_-1206152281', u'INDIRECT_-1206142499'), (u'INT_NOTEQUAL_-1206156121', u'CBRANCH_-1206156121'), (u'MULTIEQUAL_-1206146345', u'LOAD_-1206152813'), (u'MULTIEQUAL_-1206143941', u'MULTIEQUAL_-1206144240'), (u'MULTIEQUAL_-1206142195', u'MULTIEQUAL_-1206142157'), (u'INDIRECT_-1206145210', u'MULTIEQUAL_-1206145133'), (u'INDIRECT_-1206141086', u'MULTIEQUAL_-1206141647'), (u'MULTIEQUAL_-1206142775', u'MULTIEQUAL_-1206142737'), (u'CALL_-1206156061', u'INT_AND_-1206149139'), (u'CALL_-1206155202', u'INDIRECT_-1206142943'), (u'INDIRECT_-1206142328', u'MULTIEQUAL_-1206142057'), ('const-0', u'INT_EQUAL_-1206151241'), ('const-0', u'INT_NOTEQUAL_-1206153788'), (u'CALL_-1206153190', u'INT_ADD_-1206149251'), (u'CALL_-1206153704', u'INDIRECT_-1206141370'), (u'COPY_-1206140171', u'MULTIEQUAL_-1206140051'), (u'COPY_-1206141127', u'CALL_-1206153704'), (u'CALL_-1206150990', u'INDIRECT_-1206143382'), (u'INDIRECT_-1206140755', u'MULTIEQUAL_-1206142700'), ('const-417', u'LOAD_-1206152456'), (u'CALL_-1206154181', u'CAST_-1206141126'), (u'MULTIEQUAL_-1206148225', u'PTRSUB_-1206140308'), (u'CALL_-1206156061', u'INDIRECT_-1206142572'), (u'INDIRECT_-1206142804', u'MULTIEQUAL_-1206142709'), ('tmp_1644', u'CBRANCH_-1206155628'), (u'CALL_-1206150990', u'INDIRECT_-1206141530'), (u'INDIRECT_-1206144524', u'MULTIEQUAL_-1206144500'), (u'INDIRECT_-1206143309', u'MULTIEQUAL_-1206143188'), (u'LOAD_-1206154002', u'MULTIEQUAL_-1206147853'), (u'CALL_-1206150193', u'INDIRECT_-1206142210'), (u'CAST_-1206140124', u'COPY_-1206140252'), (u'CALL_-1206153285', u'INDIRECT_-1206143772'), ('const-0', u'CALL_-1206155288'), (u'CALL_-1206153285', u'INDIRECT_-1206143070'), (u'CALL_-1206154730', u'INDIRECT_-1206143793'), (u'CALL_-1206155664', u'INDIRECT_-1206145520'), (u'CALL_-1206152277', u'INDIRECT_-1206142429'), (u'CALL_-1206153753', u'INDIRECT_-1206142099'), (u'CALL_-1206153686', u'INDIRECT_-1206142770'), (u'STORE_-1206154656', u'INDIRECT_-1206142677'), (u'STORE_-1206154656', u'INDIRECT_-1206143727'), ('const-417', u'STORE_-1206153782'), (u'CALL_-1206154589', u'INDIRECT_-1206143039'), (u'CALL_-1206155437', u'INDIRECT_-1206143091'), (u'INDIRECT_-1206144815', u'MULTIEQUAL_-1206144747'), (u'INDIRECT_-1206144237', u'MULTIEQUAL_-1206144148'), (u'MULTIEQUAL_-1206145221', u'MULTIEQUAL_-1206145182'), (u'CALL_-1206153994', u'INDIRECT_-1206143147'), (u'CALL_-1206153041', u'INDIRECT_-1206141488'), ('tmp_7588', u'CBRANCH_-1206151780'), (u'INDIRECT_-1206143382', u'MULTIEQUAL_-1206141118'), (u'CALL_-1206153704', u'INDIRECT_-1206144163'), (u'INDIRECT_-1206143933', u'MULTIEQUAL_-1206144049'), (u'INDIRECT_-1206140269', u'MULTIEQUAL_-1206140538'), (u'INDIRECT_-1206148159', u'MULTIEQUAL_-1206148283'), (u'CALL_-1206151480', u'INDIRECT_-1206143530'), (u'CALL_-1206152277', u'INDIRECT_-1206142545'), (u'INDIRECT_-1206141812', u'MULTIEQUAL_-1206142775'), (u'CALL_-1206153992', u'INDIRECT_-1206141621'), (u'INDIRECT_-1206144017', u'MULTIEQUAL_-1206143928'), (u'CALL_-1206151512', u'INDIRECT_-1206141933'), (u'CALL_-1206153059', u'INDIRECT_-1206145952'), (u'STORE_-1206153782', u'INDIRECT_-1206142787'), (u'CALL_-1206152277', u'INDIRECT_-1206142308'), (u'MULTIEQUAL_-1206140902', u'MULTIEQUAL_-1206140811'), (u'INT_LESS_-1206154117', u'MULTIEQUAL_-1206149200'), (u'INDIRECT_-1206142507', u'MULTIEQUAL_-1206142386'), (u'CALL_-1206151271', u'INDIRECT_-1206141394'), ('tmp_2953', u'CBRANCH_-1206154695'), (u'CALL_-1206154181', u'INDIRECT_-1206142676'), ('tmp_1744', u'CBRANCH_-1206155574'), (u'INDIRECT_-1206143406', u'MULTIEQUAL_-1206143289'), (u'CALL_-1206152799', u'INDIRECT_-1206145666'), ('const-4', u'PTRSUB_-1206140022'), (u'CALL_-1206152786', u'INDIRECT_-1206144726'), (u'MULTIEQUAL_-1206145497', u'MULTIEQUAL_-1206142169'), (u'INDIRECT_-1206142961', u'MULTIEQUAL_-1206142840'), (u'CALL_-1206153686', u'INDIRECT_-1206144739'), (u'CALLIND_-1206156299', u'INDIRECT_-1206149601'), ('const-1', u'COPY_-1206152116'), (u'CALL_-1206153481', u'INDIRECT_-1206144217'), (u'INDIRECT_-1206141014', u'MULTIEQUAL_-1206141394'), (u'INDIRECT_-1206142112', u'MULTIEQUAL_-1206142091'), (u'INT_EQUAL_-1206151566', u'MULTIEQUAL_-1206147772'), (u'MULTIEQUAL_-1206140325', u'MULTIEQUAL_-1206140522'), (u'MULTIEQUAL_-1206142323', u'MULTIEQUAL_-1206142525'), (u'INDIRECT_-1206144825', u'MULTIEQUAL_-1206144730'), (u'MULTIEQUAL_-1206145746', u'CAST_-1206140077'), (u'INDIRECT_-1206144298', u'MULTIEQUAL_-1206145133'), (u'CALL_-1206155288', u'INDIRECT_-1206145410'), (u'CALL_-1206153063', u'INDIRECT_-1206143247'), (u'CALL_-1206155664', u'INDIRECT_-1206142391'), ('const-417', u'LOAD_-1206151342'), (u'INDIRECT_-1206143439', u'MULTIEQUAL_-1206143306'), (u'COPY_-1206142040', u'MULTIEQUAL_-1206142172'), ('const-1', u'PTRADD_-1206154161'), (u'CALL_-1206151271', u'INDIRECT_-1206142212'), ('const-0', u'COPY_-1206151580'), (u'INDIRECT_-1206143668', u'MULTIEQUAL_-1206143547'), (u'MULTIEQUAL_-1206142959', u'MULTIEQUAL_-1206142629'), (u'INDIRECT_-1206145167', u'MULTIEQUAL_-1206145057'), (u'MULTIEQUAL_-1206148891', u'LOAD_-1206153134'), ('const-3', u'INT_AND_-1206149249'), (u'INDIRECT_-1206142876', u'MULTIEQUAL_-1206143256'), (u'MULTIEQUAL_-1206142043', u'MULTIEQUAL_-1206142185'), (u'CALL_-1206155855', u'INDIRECT_-1206145717'), (u'CALL_-1206152136', u'INDIRECT_-1206142088'), (u'STORE_-1206152955', u'INDIRECT_-1206144664'), (u'CALL_-1206151480', u'INDIRECT_-1206140291'), (u'CALL_-1206153059', u'INDIRECT_-1206143049'), (u'CALL_-1206151271', u'INDIRECT_-1206140814'), (u'INDIRECT_-1206143876', u'MULTIEQUAL_-1206143759'), ('const-1', u'COPY_-1206151137'), (u'CALL_-1206150750', u'INDIRECT_-1206142131'), (u'MULTIEQUAL_-1206141830', u'MULTIEQUAL_-1206141739'), (u'CAST_-1206139749', u'CALL_-1206150167'), (u'CALL_-1206154940', u'INDIRECT_-1206141910'), (u'INDIRECT_-1206143509', u'MULTIEQUAL_-1206143104'), ('const-2', u'PTRADD_-1206153933'), (u'INT_ADD_-1206140331', u'PTRADD_-1206151562'), ('const-1', u'PTRADD_-1206153933'), (u'CALL_-1206153992', u'INDIRECT_-1206141389'), (u'CALL_-1206154078', u'INDIRECT_-1206142503'), (u'INDIRECT_-1206143279', u'MULTIEQUAL_-1206143075'), ('const-4294967252', u'PTRSUB_-1206142008'), (u'CALL_-1206154589', u'INDIRECT_-1206142343'), (u'INDIRECT_-1206141764', u'MULTIEQUAL_-1206141743'), (u'INDIRECT_-1206141664', u'MULTIEQUAL_-1206141626'), (u'INT_EQUAL_-1206154014', u'CBRANCH_-1206154012'), (u'INT_AND_-1206153203', u'INT_EQUAL_-1206153217'), (u'INDIRECT_-1206145717', u'MULTIEQUAL_-1206145629'), (u'CALL_-1206152341', u'INDIRECT_-1206141871'), (u'CALL_-1206152277', u'INDIRECT_-1206141959'), (u'CALL_-1206151480', u'INDIRECT_-1206143090'), (u'INDIRECT_-1206143483', u'MULTIEQUAL_-1206143452'), ('const-0', u'PTRSUB_-1206153009'), (u'PTRSUB_-1206142605', u'STORE_-1206152976'), (u'INDIRECT_-1206142595', u'MULTIEQUAL_-1206143138'), (u'CALL_-1206155288', u'INDIRECT_-1206144970'), ('const-0', u'PTRSUB_-1206141962'), (u'INDIRECT_-1206144434', u'MULTIEQUAL_-1206144402'), (u'CALL_-1206155288', u'INDIRECT_-1206143331'), (u'CALL_-1206155215', u'INDIRECT_-1206145379'), (u'CALL_-1206150750', u'INDIRECT_-1206140153'), (u'CALL_-1206152277', u'INDIRECT_-1206144050'), (u'CALL_-1206152563', u'INDIRECT_-1206141230'), (u'MULTIEQUAL_-1206140687', u'MULTIEQUAL_-1206141903'), (u'INT_NOTEQUAL_-1206151373', u'CBRANCH_-1206151372'), (u'INDIRECT_-1206143970', u'MULTIEQUAL_-1206142159'), (u'CALL_-1206156061', u'INDIRECT_-1206143732'), (u'CALL_-1206154730', u'INDIRECT_-1206142511'), (u'CALL_-1206152324', u'INDIRECT_-1206143906'), (u'INDIRECT_-1206142392', u'MULTIEQUAL_-1206143355'), (u'MULTIEQUAL_-1206142781', u'MULTIEQUAL_-1206143997'), (u'CALL_-1206153554', u'INDIRECT_-1206142835'), (u'MULTIEQUAL_-1206145442', u'COPY_-1206140027'), (u'CALL_-1206153285', u'INDIRECT_-1206145381'), (u'CALL_-1206155288', u'INDIRECT_-1206142751'), (u'CALL_-1206155202', u'INDIRECT_-1206142363'), (u'MULTIEQUAL_-1206148962', u'BOOL_NEGATE_-1206148349'), (u'INDIRECT_-1206143513', u'MULTIEQUAL_-1206143238'), (u'MULTIEQUAL_-1206144049', u'MULTIEQUAL_-1206145265'), (u'CALL_-1206152799', u'INDIRECT_-1206143221'), ('const-417', u'LOAD_-1206152202'), (u'MULTIEQUAL_-1206142790', u'COPY_-1206142888'), (u'INDIRECT_-1206144270', u'MULTIEQUAL_-1206144203'), (u'CALL_-1206154589', u'INDIRECT_-1206141879'), (u'BOOL_NEGATE_-1206143896', u'CBRANCH_-1206154164'), ('const-104', u'PTRSUB_-1206142734'), (u'MULTIEQUAL_-1206143209', u'MULTIEQUAL_-1206143351'), (u'CALL_-1206153822', u'INDIRECT_-1206141665'), (u'CALL_-1206150990', u'INDIRECT_-1206141999'), (u'CALL_-1206152341', u'INDIRECT_-1206142921'), (u'INDIRECT_-1206143207', u'MULTIEQUAL_-1206143074'), (u'INT_SUB_-1206153661', u'CALL_-1206153554'), (u'CALL_-1206150750', u'INDIRECT_-1206140849'), (u'CAST_-1206141783', u'CALL_-1206155437'), (u'CALL_-1206153938', u'INDIRECT_-1206144741'), (u'MULTIEQUAL_-1206142672', u'MULTIEQUAL_-1206142629'), (u'INDIRECT_-1206147946', u'MULTIEQUAL_-1206147888'), (u'CALL_-1206155664', u'INDIRECT_-1206142855'), (u'CALL_-1206152799', u'INDIRECT_-1206144619'), (u'INDIRECT_-1206142777', u'MULTIEQUAL_-1206143941'), (u'MULTIEQUAL_-1206149508', u'CALL_-1206154661'), (u'INDIRECT_-1206142688', u'MULTIEQUAL_-1206142649'), (u'STORE_-1206152955', u'INDIRECT_-1206142802'), (u'INDIRECT_-1206143034', u'MULTIEQUAL_-1206142897'), (u'CALL_-1206153481', u'INDIRECT_-1206144767'), (u'INDIRECT_-1206143162', u'MULTIEQUAL_-1206145466'), (u'COPY_-1206140262', u'MULTIEQUAL_-1206145785'), (u'CALL_-1206152786', u'INDIRECT_-1206145547'), (u'CALL_-1206154589', u'INDIRECT_-1206148794'), (u'CALL_-1206154830', u'INDIRECT_-1206142087'), (u'MULTIEQUAL_-1206140522', u'MULTIEQUAL_-1206140534'), (u'CALL_-1206151271', u'INDIRECT_-1206143595'), (u'INDIRECT_-1206143902', u'MULTIEQUAL_-1206143771'), (u'CALL_-1206153994', u'INDIRECT_-1206141633'), (u'CALL_-1206153285', u'INDIRECT_-1206145051'), (u'CALL_-1206154661', u'INDIRECT_-1206141906'), (u'INDIRECT_-1206141076', u'MULTIEQUAL_-1206143245'), ('tmp_903', u'CBRANCH_-1206156121'), (u'INDIRECT_-1206144788', u'MULTIEQUAL_-1206144390'), (u'INDIRECT_-1206141476', u'MULTIEQUAL_-1206141584'), (u'LOAD_-1206152987', u'PTRSUB_-1206142590'), (u'MULTIEQUAL_-1206142593', u'MULTIEQUAL_-1206142149'), (u'CALL_-1206156177', u'INDIRECT_-1206145756'), (u'MULTIEQUAL_-1206142624', u'MULTIEQUAL_-1206142766'), (u'CALLIND_-1206156299', u'INDIRECT_-1206143034'), (u'INDIRECT_-1206143616', u'MULTIEQUAL_-1206143239'), (u'MULTIEQUAL_-1206143007', u'MULTIEQUAL_-1206142969'), (u'CALL_-1206155664', u'INDIRECT_-1206143435'), (u'CALL_-1206153822', u'INDIRECT_-1206143063'), (u'CALL_-1206153992', u'INDIRECT_-1206143251'), (u'CALL_-1206153041', u'INDIRECT_-1206143002'), (u'COPY_-1206141483', u'MULTIEQUAL_-1206149355'), ('const-1', u'INT_NOTEQUAL_-1206150827'), (u'INDIRECT_-1206143940', u'MULTIEQUAL_-1206145111'), (u'MULTIEQUAL_-1206143539', u'MULTIEQUAL_-1206143209'), (u'INDIRECT_-1206143152', u'MULTIEQUAL_-1206143050'), (u'STORE_-1206153010', u'INDIRECT_-1206143071'), (u'INDIRECT_-1206144112', u'MULTIEQUAL_-1206143941'), (u'CALL_-1206153822', u'INDIRECT_-1206141549'), (u'INDIRECT_-1206143730', u'MULTIEQUAL_-1206143593'), (u'INDIRECT_-1206144605', u'MULTIEQUAL_-1206144472'), (u'MULTIEQUAL_-1206149216', u'BOOL_NEGATE_-1206148350'), (u'INDIRECT_-1206145779', u'MULTIEQUAL_-1206145654'), (u'INDIRECT_-1206144058', u'MULTIEQUAL_-1206143885'), (u'CALL_-1206155792', u'INDIRECT_-1206143500'), (u'STORE_-1206153901', u'INDIRECT_-1206141362'), ('const-417', u'LOAD_-1206151324'), (u'CALL_-1206153686', u'INDIRECT_-1206148525'), ('const-2', u'STORE_-1206151230'), (u'CALL_-1206151480', u'INDIRECT_-1206140523'), (u'INDIRECT_-1206141940', u'MULTIEQUAL_-1206142048'), (u'CALL_-1206154830', u'INT_EQUAL_-1206154797'), (u'CALL_-1206152168', u'INDIRECT_-1206141287'), (u'MULTIEQUAL_-1206140534', u'MULTIEQUAL_-1206140283'), (u'CALL_-1206152442', u'INDIRECT_-1206144185'), ('const-0', u'INT_NOTEQUAL_-1206156876'), (u'INDIRECT_-1206143174', u'MULTIEQUAL_-1206143057'), (u'MULTIEQUAL_-1206149313', u'LOAD_-1206154134'), (u'CALL_-1206153041', u'INDIRECT_-1206141256'), (u'CALL_-1206155601', u'INDIRECT_-1206144112'), (u'INDIRECT_-1206145381', u'MULTIEQUAL_-1206145441'), (u'INDIRECT_-1206142975', u'MULTIEQUAL_-1206142731'), (u'INDIRECT_-1206142926', u'MULTIEQUAL_-1206142887'), (u'INDIRECT_-1206144194', u'MULTIEQUAL_-1206144170'), (u'INDIRECT_-1206144253', u'MULTIEQUAL_-1206144132'), (u'INDIRECT_-1206142592', u'MULTIEQUAL_-1206142554'), (u'MULTIEQUAL_-1206146729', u'MULTIEQUAL_-1206146715'), (u'STORE_-1206154035', u'INDIRECT_-1206141996'), (u'CAST_-1206140603', u'MULTIEQUAL_-1206149238'), (u'INDIRECT_-1206140350', u'MULTIEQUAL_-1206140079'), (u'INDIRECT_-1206143671', u'MULTIEQUAL_-1206143538'), (u'CALL_-1206152442', u'INDIRECT_-1206142344'), (u'INDIRECT_-1206143511', u'MULTIEQUAL_-1206143307'), (u'CAST_-1206142124', u'COPY_-1206142178'), (u'CALL_-1206156061', u'INDIRECT_-1206143384'), (u'MULTIEQUAL_-1206145442', u'COPY_-1206139827'), (u'STORE_-1206152976', u'INDIRECT_-1206143744'), (u'CALLIND_-1206156299', u'INDIRECT_-1206143266'), (u'LOAD_-1206155566', u'CALL_-1206151480'), (u'MULTIEQUAL_-1206142555', u'MULTIEQUAL_-1206142757'), (u'CALL_-1206154119', u'INDIRECT_-1206144170'), (u'CALL_-1206156061', u'INDIRECT_-1206144318'), (u'MULTIEQUAL_-1206142284', u'MULTIEQUAL_-1206142057'), (u'INDIRECT_-1206143666', u'MULTIEQUAL_-1206143625'), (u'CALL_-1206152324', u'INDIRECT_-1206141583'), (u'INDIRECT_-1206142336', u'MULTIEQUAL_-1206143164'), (u'LOAD_-1206152392', u'CALL_-1206152370'), (u'MULTIEQUAL_-1206141928', u'INT_AND_-1206140330'), (u'CALL_-1206151271', u'INDIRECT_-1206143265'), (u'MULTIEQUAL_-1206142165', u'MULTIEQUAL_-1206145050'), (u'CALL_-1206154078', u'INDIRECT_-1206142857'), (u'INDIRECT_-1206146172', u'MULTIEQUAL_-1206145904'), (u'INDIRECT_-1206143063', u'MULTIEQUAL_-1206143014'), (u'MULTIEQUAL_-1206143195', u'MULTIEQUAL_-1206143179'), (u'CALL_-1206152324', u'INDIRECT_-1206142633'), (u'INDIRECT_-1206143858', u'MULTIEQUAL_-1206144693'), ('const-719000', u'COPY_-1206140755'), (u'CALL_-1206156964', u'INDIRECT_-1206144909'), ('const-1', u'INT_AND_-1206149139'), (u'CALL_-1206155601', u'INDIRECT_-1206145495'), (u'CALL_-1206150167', u'INDIRECT_-1206143241'), (u'CALL_-1206153678', u'INDIRECT_-1206144373'), (u'INDIRECT_-1206144730', u'MULTIEQUAL_-1206144637'), (u'CAST_-1206140935', u'COPY_-1206141507'), (u'INDIRECT_-1206142343', u'MULTIEQUAL_-1206141938'), (u'MULTIEQUAL_-1206142091', u'INT_NOTEQUAL_-1206152917'), (u'INT_EQUAL_-1206152471', u'CBRANCH_-1206152469'), (u'CALL_-1206154730', u'INDIRECT_-1206141931'), ('const-0', u'SUBPIECE_-1206140268'), (u'CALL_-1206150990', u'INDIRECT_-1206141297'), ('const-0', u'INT_EQUAL_-1206152798'), (u'INDIRECT_-1206145255', u'MULTIEQUAL_-1206145167'), (u'INDIRECT_-1206144657', u'MULTIEQUAL_-1206144624'), (u'CALL_-1206152341', u'INDIRECT_-1206143858'), (u'CALL_-1206156177', u'INDIRECT_-1206144489'), ('tmp_4354', u'CBRANCH_-1206154055'), (u'CALL_-1206152563', u'INDIRECT_-1206144017'), (u'PTRSUB_-1206140308', u'LOAD_-1206151677'), (u'CALL_-1206153938', u'INDIRECT_-1206144631'), (u'CALL_-1206153753', u'INDIRECT_-1206143033'), (u'CALL_-1206156964', u'INDIRECT_-1206145025'), (u'STORE_-1206154656', u'INDIRECT_-1206142329'), (u'MULTIEQUAL_-1206144472', u'MULTIEQUAL_-1206142164'), (u'CALL_-1206152324', u'INDIRECT_-1206142865'), ('tmp_6324', u'CBRANCH_-1206152525'), (u'CALL_-1206152833', u'INDIRECT_-1206144343'), (u'CAST_-1206139806', u'CALL_-1206151480'), (u'INDIRECT_-1206144367', u'MULTIEQUAL_-1206144235'), (u'INDIRECT_-1206141611', u'MULTIEQUAL_-1206142775'), (u'CALL_-1206153554', u'INDIRECT_-1206143072'), (u'MULTIEQUAL_-1206144420', u'COPY_-1206144518'), ('tmp_3544', u'CBRANCH_-1206154003'), (u'INDIRECT_-1206142736', u'MULTIEQUAL_-1206142672'), (u'CAST_-1206141443', u'INT_SUB_-1206154743'), (u'CALL_-1206150167', u'INDIRECT_-1206142200'), (u'PTRADD_-1206153933', u'MULTIEQUAL_-1206149342'), (u'CALL_-1206152833', u'INDIRECT_-1206142612'), (u'CALL_-1206151271', u'INDIRECT_-1206142444'), (u'CALL_-1206152412', u'INDIRECT_-1206142331'), (u'MULTIEQUAL_-1206143887', u'MULTIEQUAL_-1206143536'), ('const-417', u'LOAD_-1206153260'), ('const-0', u'INT_EQUAL_-1206155379'), (u'STORE_-1206153782', u'INDIRECT_-1206143025'), (u'CALL_-1206152277', u'INDIRECT_-1206142661'), (u'CALL_-1206154730', u'INDIRECT_-1206143561'), (u'MULTIEQUAL_-1206147391', u'INT_NOTEQUAL_-1206153322'), (u'INDIRECT_-1206143677', u'MULTIEQUAL_-1206143577'), (u'INDIRECT_-1206142014', u'MULTIEQUAL_-1206142575'), (u'INDIRECT_-1206141114', u'MULTIEQUAL_-1206140919'), (u'CALL_-1206150990', u'INDIRECT_-1206142231'), (u'MULTIEQUAL_-1206146365', u'INT_EQUAL_-1206152233'), (u'MULTIEQUAL_-1206144057', u'MULTIEQUAL_-1206144148'), (u'INDIRECT_-1206142163', u'MULTIEQUAL_-1206142063'), (u'CAST_-1206140431', u'COPY_-1206140518'), (u'CALL_-1206153481', u'INDIRECT_-1206142805'), (u'COPY_-1206142543', u'STORE_-1206152955'), (u'MULTIEQUAL_-1206142775', u'MULTIEQUAL_-1206143074'), (u'CALL_-1206155855', u'INDIRECT_-1206142826'), (u'INDIRECT_-1206144202', u'MULTIEQUAL_-1206143825'), (u'CALL_-1206153190', u'INDIRECT_-1206143334'), ('const-1852896', u'PTRSUB_-1206142372'), (u'CALL_-1206153063', u'INDIRECT_-1206144297'), (u'INDIRECT_-1206144634', u'MULTIEQUAL_-1206144610'), (u'MULTIEQUAL_-1206140427', u'MULTIEQUAL_-1206142781'), (u'COPY_-1206140802', u'MULTIEQUAL_-1206149706'), (u'INT_ADD_-1206149251', u'STORE_-1206149153'), (u'CALL_-1206155664', u'INDIRECT_-1206143319'), (u'BOOL_AND_-1206154164', u'INT_EQUAL_-1206154165'), (u'CALL_-1206153678', u'INDIRECT_-1206144483'), (u'STORE_-1206153901', u'INDIRECT_-1206143224'), (u'CALL_-1206153678', u'INDIRECT_-1206142404'), (u'INDIRECT_-1206142509', u'MULTIEQUAL_-1206143472'), (u'CALL_-1206152341', u'INDIRECT_-1206141987'), (u'CALL_-1206153938', u'INT_ADD_-1206153918'), ('const-1', u'PTRADD_-1206153962'), (u'MULTIEQUAL_-1206142209', u'MULTIEQUAL_-1206142300'), (u'LOAD_-1206155566', u'COPY_-1206141936'), (u'COPY_-1206154243', u'COPY_-1206141493'), (u'INDIRECT_-1206142490', u'MULTIEQUAL_-1206142150'), (u'INDIRECT_-1206143676', u'MULTIEQUAL_-1206143557'), (u'LOAD_-1206156335', u'PTRSUB_-1206142409'), ('const-1', u'INT_ADD_-1206153500'), (u'COPY_-1206153080', u'MULTIEQUAL_-1206149086'), (u'INDIRECT_-1206141263', u'MULTIEQUAL_-1206142427'), (u'CALL_-1206151003', u'INDIRECT_-1206142240'), ('tmp_9741', u'CBRANCH_-1206153241'), (u'CALL_-1206151512', u'INDIRECT_-1206141231'), ('const-417', u'LOAD_-1206155615'), (u'CALL_-1206153481', u'INDIRECT_-1206141876'), (u'INDIRECT_-1206145265', u'MULTIEQUAL_-1206145170'), (u'INDIRECT_-1206149281', u'MULTIEQUAL_-1206149203'), (u'INDIRECT_-1206142572', u'MULTIEQUAL_-1206142311'), (u'INDIRECT_-1206142975', u'MULTIEQUAL_-1206142875'), (u'INT_NOTEQUAL_-1206152250', u'CBRANCH_-1206152249'), (u'CALL_-1206154940', u'INDIRECT_-1206142142'), (u'CALL_-1206153017', u'INDIRECT_-1206142644'), (u'CALL_-1206153992', u'INDIRECT_-1206141853'), (u'MULTIEQUAL_-1206144008', u'MULTIEQUAL_-1206142160'), (u'COPY_-1206141936', u'MULTIEQUAL_-1206145482'), (u'CALL_-1206152563', u'INDIRECT_-1206142976'), (u'CAST_-1206140123', u'COPY_-1206140239'), (u'CALL_-1206156853', u'INDIRECT_-1206145908'), (u'INDIRECT_-1206142174', u'MULTIEQUAL_-1206142159'), (u'INDIRECT_-1206142870', u'MULTIEQUAL_-1206142542'), (u'INDIRECT_-1206142445', u'MULTIEQUAL_-1206142411'), (u'LOAD_-1206154031', u'MULTIEQUAL_-1206147853'), (u'CALL_-1206156387', u'INDIRECT_-1206144591'), (u'CALL_-1206153963', u'INDIRECT_-1206141619'), (u'MULTIEQUAL_-1206144705', u'MULTIEQUAL_-1206144375'), (u'MULTIEQUAL_-1206144214', u'MULTIEQUAL_-1206144013'), (u'CALL_-1206153063', u'INDIRECT_-1206142667'), (u'INDIRECT_-1206143556', u'MULTIEQUAL_-1206143472'), (u'INT_NEGATE_-1206149431', u'INT_AND_-1206149423'), (u'INT_EQUAL_-1206154117', u'MULTIEQUAL_-1206148946'), (u'CALL_-1206153059', u'INDIRECT_-1206143513'), (u'MULTIEQUAL_-1206143598', u'MULTIEQUAL_-1206143507'), (u'MULTIEQUAL_-1206141820', u'MULTIEQUAL_-1206141593'), ('tmp_3182', u'BRANCH_-1206154559'), (u'MULTIEQUAL_-1206142159', u'MULTIEQUAL_-1206143752'), (u'INDIRECT_-1206145055', u'MULTIEQUAL_-1206144966'), (u'INDIRECT_-1206143540', u'MULTIEQUAL_-1206143438'), (u'MULTIEQUAL_-1206141623', u'MULTIEQUAL_-1206141615'), (u'MULTIEQUAL_-1206143007', u'MULTIEQUAL_-1206143306'), (u'INDIRECT_-1206142845', u'MULTIEQUAL_-1206142724'), ('const-718264', u'COPY_-1206140673'), (u'CALL_-1206153530', u'INDIRECT_-1206142946'), (u'INDIRECT_-1206144909', u'MULTIEQUAL_-1206144705'), (u'MULTIEQUAL_-1206143430', u'MULTIEQUAL_-1206143396'), (u'INDIRECT_-1206141519', u'MULTIEQUAL_-1206141481'), (u'MULTIEQUAL_-1206148108', u'PTRADD_-1206151557'), ('const-1852896', u'PTRSUB_-1206142425'), (u'CALL_-1206155215', u'INDIRECT_-1206142024'), (u'INDIRECT_-1206148443', u'MULTIEQUAL_-1206148418'), (u'INDIRECT_-1206144141', u'MULTIEQUAL_-1206144057'), (u'MULTIEQUAL_-1206145042', u'MULTIEQUAL_-1206144841'), (u'INDIRECT_-1206142012', u'MULTIEQUAL_-1206141974'), (u'STORE_-1206151220', u'INDIRECT_-1206142242'), (u'INDIRECT_-1206145497', u'MULTIEQUAL_-1206145409'), (u'CALL_-1206153963', u'INDIRECT_-1206148650'), (u'INDIRECT_-1206142340', u'MULTIEQUAL_-1206142245'), (u'CALL_-1206155855', u'INDIRECT_-1206142942'), (u'INDIRECT_-1206142037', u'MULTIEQUAL_-1206143982'), (u'CALL_-1206155792', u'INDIRECT_-1206142340'), (u'INDIRECT_-1206141910', u'MULTIEQUAL_-1206141808'), (u'MULTIEQUAL_-1206140927', u'MULTIEQUAL_-1206141018'), (u'INDIRECT_-1206144105', u'MULTIEQUAL_-1206144672'), (u'INDIRECT_-1206143656', u'MULTIEQUAL_-1206143709'), (u'CALL_-1206152281', u'INDIRECT_-1206143778'), (u'INDIRECT_-1206147068', u'MULTIEQUAL_-1206147353'), (u'INDIRECT_-1206141407', u'MULTIEQUAL_-1206142235'), (u'MULTIEQUAL_-1206141928', u'INT_AND_-1206140180'), (u'INDIRECT_-1206144831', u'MULTIEQUAL_-1206142165'), (u'CALL_-1206154078', u'INDIRECT_-1206143321'), (u'INDIRECT_-1206144200', u'MULTIEQUAL_-1206141936'), (u'CALL_-1206153992', u'INDIRECT_-1206142085'), (u'INDIRECT_-1206145475', u'MULTIEQUAL_-1206145387'), (u'INDIRECT_-1206143859', u'MULTIEQUAL_-1206143655'), (u'CALL_-1206153059', u'INDIRECT_-1206144911'), (u'CALL_-1206153938', u'INDIRECT_-1206143236'), (u'MULTIEQUAL_-1206147943', u'INT_EQUAL_-1206151566'), (u'INDIRECT_-1206142830', u'MULTIEQUAL_-1206142734'), (u'INDIRECT_-1206144160', u'MULTIEQUAL_-1206144093'), (u'INDIRECT_-1206142954', u'MULTIEQUAL_-1206142154'), (u'STORE_-1206154656', u'INDIRECT_-1206141981'), (u'CALL_-1206153877', u'INDIRECT_-1206142152'), (u'STORE_-1206153782', u'INDIRECT_-1206142207'), ('tmp_4242', u'CBRANCH_-1206154118'), (u'CALL_-1206153938', u'INDIRECT_-1206143584'), (u'CALL_-1206152922', u'INDIRECT_-1206142130'), (u'STORE_-1206152955', u'INDIRECT_-1206142686'), (u'CALL_-1206153530', u'INDIRECT_-1206142360'), (u'INDIRECT_-1206142456', u'MULTIEQUAL_-1206142417'), (u'INT_NOTEQUAL_-1206151506', u'CBRANCH_-1206151505'), (u'MULTIEQUAL_-1206144473', u'MULTIEQUAL_-1206144122'), (u'CALL_-1206155215', u'INDIRECT_-1206142256'), ('const-0', u'COPY_-1206156366'), (u'CALL_-1206152341', u'INDIRECT_-1206143037'), (u'MULTIEQUAL_-1206143201', u'MULTIEQUAL_-1206143718'), (u'MULTIEQUAL_-1206147692', u'MULTIEQUAL_-1206147689'), (u'MULTIEQUAL_-1206141709', u'MULTIEQUAL_-1206144063'), (u'CALL_-1206156853', u'INDIRECT_-1206143341'), (u'INDIRECT_-1206140037', u'MULTIEQUAL_-1206140306'), (u'MULTIEQUAL_-1206146204', u'MULTIEQUAL_-1206145874'), (u'CALL_-1206152833', u'INDIRECT_-1206141446'), (u'CALL_-1206155855', u'INDIRECT_-1206142362'), (u'CALL_-1206154181', u'INDIRECT_-1206144755'), (u'INDIRECT_-1206141931', u'MULTIEQUAL_-1206141831'), (u'CALL_-1206151480', u'INDIRECT_-1206140407'), (u'INDIRECT_-1206140871', u'MULTIEQUAL_-1206142816'), (u'INDIRECT_-1206143178', u'MULTIEQUAL_-1206143007'), (u'CALL_-1206153285', u'INDIRECT_-1206142606'), (u'CALL_-1206152922', u'INDIRECT_-1206143775'), (u'CALL_-1206153938', u'INDIRECT_-1206142766'), (u'CALL_-1206152168', u'INDIRECT_-1206144062'), (u'CALL_-1206153481', u'INDIRECT_-1206144657'), (u'INDIRECT_-1206142088', u'MULTIEQUAL_-1206143472'), (u'CALL_-1206153938', u'INDIRECT_-1206143120'), (u'MULTIEQUAL_-1206145057', u'MULTIEQUAL_-1206142165'), (u'PTRSUB_-1206140035', u'LOAD_-1206151439'), (u'CALL_-1206153063', u'INDIRECT_-1206143595'), (u'INDIRECT_-1206142366', u'MULTIEQUAL_-1206142270'), (u'INDIRECT_-1206142512', u'MULTIEQUAL_-1206142416'), (u'INDIRECT_-1206140466', u'MULTIEQUAL_-1206140195'), (u'CALL_-1206154589', u'INDIRECT_-1206143741'), (u'INDIRECT_-1206141391', u'MULTIEQUAL_-1206142775'), (u'COPY_-1206140755', u'CALL_-1206152370'), (u'PTRADD_-1206151180', u'COPY_-1206140310'), (u'CALL_-1206153753', u'INDIRECT_-1206142795'), (u'INT_ADD_-1206149251', u'INT_EQUAL_-1206153107'), (u'CALL_-1206154181', u'INDIRECT_-1206142212'), (u'MULTIEQUAL_-1206148950', u'MULTIEQUAL_-1206147888'), (u'INDIRECT_-1206143222', u'MULTIEQUAL_-1206143330'), (u'CALL_-1206154078', u'INDIRECT_-1206142619'), (u'PTRSUB_-1206140552', u'LOAD_-1206152202'), (u'CALL_-1206150990', u'INDIRECT_-1206140601'), (u'INDIRECT_-1206143846', u'MULTIEQUAL_-1206141582'), ('const-1', u'PTRADD_-1206154596'), (u'INT_NOTEQUAL_-1206154055', u'CBRANCH_-1206154055'), (u'PTRADD_-1206154161', u'COPY_-1206141490'), (u'INDIRECT_-1206148420', u'MULTIEQUAL_-1206148404'), (u'CALL_-1206154078', u'INDIRECT_-1206142155'), (u'INDIRECT_-1206142865', u'MULTIEQUAL_-1206144173'), (u'CALL_-1206156387', u'INDIRECT_-1206145748'), (u'CALL_-1206156061', u'INDIRECT_-1206142688'), (u'CALL_-1206153285', u'INDIRECT_-1206142838'), (u'COPY_-1206140278', u'CALL_-1206151271'), (u'INDIRECT_-1206143277', u'MULTIEQUAL_-1206142872'), (u'CALL_-1206152168', u'INDIRECT_-1206142453'), (u'CALL_-1206153994', u'INDIRECT_-1206142561'), (u'STORE_-1206149153', u'INDIRECT_-1206142897'), (u'CALLIND_-1206156299', u'INDIRECT_-1206145375'), (u'STORE_-1206151230', u'INDIRECT_-1206141902'), (u'CALL_-1206153554', u'INDIRECT_-1206141906'), (u'CAST_-1206142339', u'INT_RIGHT_-1206153222'), (u'PTRSUB_-1206140429', u'LOAD_-1206151827'), (u'CALL_-1206153481', u'INDIRECT_-1206143390'), (u'CALL_-1206156964', u'INDIRECT_-1206145962'), (u'INDIRECT_-1206143033', u'MULTIEQUAL_-1206142995'), (u'INDIRECT_-1206143601', u'MULTIEQUAL_-1206143517'), ('const-417', u'STORE_-1206152976'), (u'MULTIEQUAL_-1206142745', u'MULTIEQUAL_-1206142887'), (u'INDIRECT_-1206145536', u'MULTIEQUAL_-1206145072'), ('tmp_7127', u'CBRANCH_-1206152261'), ('const-0', u'INT_NOTEQUAL_-1206154996'), (u'PTRADD_-1206154587', u'MULTIEQUAL_-1206149798'), ('const-2', u'INT_ADD_-1206154908'), ('const-0', u'INT_EQUAL_-1206151146'), (u'INDIRECT_-1206145622', u'MULTIEQUAL_-1206145299'), ('const-1', u'PTRADD_-1206153969'), (u'INT_LESS_-1206151220', u'MULTIEQUAL_-1206148026'), (u'PTRADD_-1206140106', u'PTRSUB_-1206140104'), (u'MULTIEQUAL_-1206142158', u'MULTIEQUAL_-1206143660'), (u'MULTIEQUAL_-1206144821', u'CALL_-1206153190'), (u'CALL_-1206153877', u'INDIRECT_-1206142848'), (u'MULTIEQUAL_-1206143075', u'MULTIEQUAL_-1206142745'), (u'INDIRECT_-1206143616', u'MULTIEQUAL_-1206143514'), (u'CALL_-1206152833', u'INDIRECT_-1206142374'), (u'CALL_-1206151512', u'INDIRECT_-1206140419'), (u'INDIRECT_-1206143789', u'MULTIEQUAL_-1206143668'), (u'INT_NOTEQUAL_-1206152861', u'CBRANCH_-1206152860'), (u'PTRSUB_-1206142871', u'LOAD_-1206156941'), (u'INDIRECT_-1206142549', u'MULTIEQUAL_-1206142518'), (u'CALL_-1206150776', u'INDIRECT_-1206142962'), (u'INDIRECT_-1206143733', u'MULTIEQUAL_-1206143472'), (u'INDIRECT_-1206142686', u'MULTIEQUAL_-1206142674'), (u'INDIRECT_-1206144475', u'MULTIEQUAL_-1206144354'), (u'CALL_-1206153822', u'INDIRECT_-1206142709'), (u'CALL_-1206153285', u'INDIRECT_-1206143888'), (u'CALL_-1206153822', u'INDIRECT_-1206144464'), (u'INDIRECT_-1206143155', u'MULTIEQUAL_-1206145246'), (u'MULTIEQUAL_-1206142157', u'MULTIEQUAL_-1206143514'), (u'CALL_-1206154078', u'INDIRECT_-1206144368'), (u'CALL_-1206155792', u'INDIRECT_-1206143036'), (u'CALL_-1206155664', u'INDIRECT_-1206144137'), (u'INDIRECT_-1206141592', u'MULTIEQUAL_-1206141700'), (u'LOAD_-1206152951', u'CAST_-1206142379'), ('const-417', u'LOAD_-1206155897'), (u'MULTIEQUAL_-1206145442', u'MULTIEQUAL_-1206145212'), (u'INDIRECT_-1206144968', u'MULTIEQUAL_-1206144891'), (u'MULTIEQUAL_-1206142168', u'MULTIEQUAL_-1206145380'), (u'INDIRECT_-1206142946', u'MULTIEQUAL_-1206142850'), ('const-0', u'COPY_-1206151767'), (u'MULTIEQUAL_-1206142891', u'MULTIEQUAL_-1206145246'), (u'CALL_-1206153059', u'INDIRECT_-1206143745'), (u'CALL_-1206156809', u'INDIRECT_-1206143554'), (u'MULTIEQUAL_-1206145265', u'MULTIEQUAL_-1206144203'), (u'CALL_-1206156387', u'INDIRECT_-1206144243'), ('const-0', u'INT_NOTEQUAL_-1206151803'), (u'INDIRECT_-1206143052', u'MULTIEQUAL_-1206145356'), (u'INDIRECT_-1206144344', u'MULTIEQUAL_-1206144248'), (u'STORE_-1206153901', u'INDIRECT_-1206143108'), (u'INDIRECT_-1206142285', u'MULTIEQUAL_-1206143593'), (u'MULTIEQUAL_-1206148487', u'PTRSUB_-1206140577'), (u'LOAD_-1206155897', u'CALL_-1206155855'), (u'CALL_-1206152168', u'INDIRECT_-1206141055'), (u'INDIRECT_-1206141810', u'MULTIEQUAL_-1206141714'), (u'MULTIEQUAL_-1206140786', u'MULTIEQUAL_-1206140695'), (u'INDIRECT_-1206148821', u'MULTIEQUAL_-1206148762'), (u'INDIRECT_-1206140771', u'MULTIEQUAL_-1206142079'), (u'CALL_-1206153285', u'INDIRECT_-1206145271'), (u'MULTIEQUAL_-1206143423', u'COPY_-1206142649'), (u'STORE_-1206151220', u'INDIRECT_-1206141778'), (u'CAST_-1206139963', u'INT_EQUAL_-1206151245'), (u'INDIRECT_-1206141920', u'MULTIEQUAL_-1206141879'), (u'INDIRECT_-1206142128', u'MULTIEQUAL_-1206142090'), (u'INDIRECT_-1206142503', u'MULTIEQUAL_-1206142439'), (u'INDIRECT_-1206143009', u'MULTIEQUAL_-1206144173'), (u'CALL_-1206153063', u'INDIRECT_-1206143711'), (u'CALL_-1206153963', u'INDIRECT_-1206143249'), (u'INDIRECT_-1206141804', u'MULTIEQUAL_-1206141763'), (u'MULTIEQUAL_-1206145111', u'MULTIEQUAL_-1206145072'), (u'CALL_-1206153285', u'INDIRECT_-1206144004'), (u'INDIRECT_-1206142795', u'MULTIEQUAL_-1206142757'), (u'INDIRECT_-1206141181', u'MULTIEQUAL_-1206143477'), (u'CALL_-1206150750', u'INDIRECT_-1206140037'), (u'CALL_-1206155601', u'INDIRECT_-1206142946'), (u'INDIRECT_-1206142639', u'MULTIEQUAL_-1206142624'), (u'INT_SUB_-1206141155', u'PTRADD_-1206153811'), (u'MULTIEQUAL_-1206143048', u'MULTIEQUAL_-1206142847'), (u'INDIRECT_-1206142287', u'MULTIEQUAL_-1206142790'), (u'CALL_-1206156809', u'INDIRECT_-1206143786'), (u'INDIRECT_-1206141807', u'MULTIEQUAL_-1206141743'), ('const-88', u'PTRSUB_-1206142631'), (u'CALL_-1206153678', u'INDIRECT_-1206142758'), (u'INDIRECT_-1206141416', u'MULTIEQUAL_-1206141395'), (u'INDIRECT_-1206141681', u'MULTIEQUAL_-1206141623'), (u'INT_ZEXT_-1206153124', u'INT_MULT_-1206147802'), (u'CALL_-1206156177', u'INDIRECT_-1206143439'), (u'INDIRECT_-1206141523', u'MULTIEQUAL_-1206142351'), (u'STORE_-1206152940', u'INDIRECT_-1206143140'), (u'CALL_-1206152799', u'INDIRECT_-1206144387'), (u'INDIRECT_-1206148001', u'MULTIEQUAL_-1206148576'), (u'INDIRECT_-1206142570', u'MULTIEQUAL_-1206140306'), (u'CALL_-1206153059', u'INDIRECT_-1206146172'), (u'CALL_-1206153994', u'INDIRECT_-1206144988'), (u'CALL_-1206152412', u'INDIRECT_-1206143732'), (u'STORE_-1206152940', u'INDIRECT_-1206144654'), (u'INT_NOTEQUAL_-1206151052', u'CBRANCH_-1206151050'), (u'CALL_-1206152168', u'INDIRECT_-1206141867'), (u'COPY_-1206141469', u'MULTIEQUAL_-1206149313'), (u'CALL_-1206153686', u'INDIRECT_-1206144299'), (u'CALL_-1206154119', u'INDIRECT_-1206141713'), (u'CALL_-1206154119', u'INDIRECT_-1206142409'), (u'INDIRECT_-1206144258', u'MULTIEQUAL_-1206144159'), (u'MULTIEQUAL_-1206143198', u'MULTIEQUAL_-1206143164'), ('const-0', u'INT_NOTEQUAL_-1206154033'), (u'MULTIEQUAL_-1206142959', u'MULTIEQUAL_-1206142608'), (u'MULTIEQUAL_-1206142120', u'MULTIEQUAL_-1206141919'), (u'CALL_-1206151480', u'INDIRECT_-1206142037'), (u'INDIRECT_-1206141694', u'MULTIEQUAL_-1206141598'), (u'MULTIEQUAL_-1206143396', u'MULTIEQUAL_-1206143195'), (u'INDIRECT_-1206142732', u'MULTIEQUAL_-1206142691'), (u'CALL_-1206154661', u'INDIRECT_-1206142486'), (u'CALL_-1206153704', u'INDIRECT_-1206142182'), (u'INDIRECT_-1206142960', u'MULTIEQUAL_-1206143670'), (u'INDIRECT_-1206143730', u'CAST_-1206142339'), (u'COPY_-1206156366', u'MULTIEQUAL_-1206144470'), (u'CALL_-1206156853', u'INDIRECT_-1206144623'), ('const-417', u'LOAD_-1206155806'), (u'INDIRECT_-1206142511', u'MULTIEQUAL_-1206142427'), (u'INT_SUB_-1206154743', u'PTRADD_-1206154596'), (u'MULTIEQUAL_-1206143022', u'COPY_-1206143120'), (u'INDIRECT_-1206141743', u'MULTIEQUAL_-1206141732'), (u'CALL_-1206152786', u'INDIRECT_-1206142748'), (u'CALL_-1206154830', u'INDIRECT_-1206143248'), ('const-459980', u'COPY_-1206154243'), (u'CALL_-1206153481', u'INDIRECT_-1206142340'), (u'CALL_-1206150167', u'INDIRECT_-1206141736'), (u'INDIRECT_-1206149281', u'MULTIEQUAL_-1206149126'), (u'INDIRECT_-1206144200', u'MULTIEQUAL_-1206144063'), (u'CALL_-1206155664', u'INDIRECT_-1206145190'), (u'INDIRECT_-1206142244', u'MULTIEQUAL_-1206142206'), (u'CALL_-1206151512', u'INDIRECT_-1206142165'), (u'MULTIEQUAL_-1206141511', u'MULTIEQUAL_-1206141713'), (u'CALL_-1206153678', u'INDIRECT_-1206141244'), (u'CALL_-1206153917', u'INDIRECT_-1206142289'), (u'CALL_-1206155664', u'INDIRECT_-1206145300'), (u'CALL_-1206153753', u'INDIRECT_-1206142912'), (u'INDIRECT_-1206143975', u'PTRSUB_-1206142871'), ('const-448', u'PTRSUB_-1206140157'), (u'CALLIND_-1206156299', u'INDIRECT_-1206145705'), (u'COPY_-1206141008', u'MULTIEQUAL_-1206148871'), (u'CALL_-1206154589', u'INDIRECT_-1206142575'), (u'CAST_-1206142450', u'PTRSUB_-1206142631'), (u'MULTIEQUAL_-1206142439', u'MULTIEQUAL_-1206142396'), (u'CALL_-1206155437', u'INDIRECT_-1206145078'), ('const-8', u'PTRSUB_-1206142185'), (u'INDIRECT_-1206141103', u'MULTIEQUAL_-1206143048'), (u'CALL_-1206153963', u'INDIRECT_-1206144864'), (u'CALL_-1206151271', u'INDIRECT_-1206141743'), (u'COPY_-1206152789', u'MULTIEQUAL_-1206150620'), ('tmp_9783', u'CBRANCH_-1206153213'), (u'CALL_-1206154661', u'INDIRECT_-1206142138'), (u'INDIRECT_-1206141923', u'MULTIEQUAL_-1206141859'), (u'MULTIEQUAL_-1206144357', u'MULTIEQUAL_-1206144006'), (u'INT_EQUAL_-1206151566', u'CBRANCH_-1206151564'), (u'CALL_-1206156853', u'INDIRECT_-1206143109'), (u'INDIRECT_-1206143625', u'MULTIEQUAL_-1206143220'), (u'MULTIEQUAL_-1206141963', u'MULTIEQUAL_-1206143179'), (u'MULTIEQUAL_-1206146094', u'MULTIEQUAL_-1206145764'), (u'INDIRECT_-1206143611', u'MULTIEQUAL_-1206143577'), (u'CALL_-1206152563', u'INDIRECT_-1206142275'), (u'CALL_-1206152786', u'INDIRECT_-1206145877'), (u'COPY_-1206140249', u'MULTIEQUAL_-1206148108'), (u'INDIRECT_-1206145481', u'MULTIEQUAL_-1206145111'), ('tmp_5024', u'CBRANCH_-1206153628'), (u'CALL_-1206153017', u'INDIRECT_-1206141014'), (u'CALL_-1206156853', u'INDIRECT_-1206143805'), (u'MULTIEQUAL_-1206141468', u'MULTIEQUAL_-1206141463'), (u'CALL_-1206151512', u'INDIRECT_-1206142049'), (u'PTRSUB_-1206142606', u'PTRSUB_-1206142605'), (u'INDIRECT_-1206143730', u'MULTIEQUAL_-1206141466'), ('tmp_3494', u'CBRANCH_-1206154037'), (u'MULTIEQUAL_-1206143708', u'MULTIEQUAL_-1206143617'), (u'INDIRECT_-1206143435', u'MULTIEQUAL_-1206143314'), (u'CALL_-1206153285', u'INDIRECT_-1206142722'), (u'CALL_-1206156964', u'INDIRECT_-1206144793'), (u'CALL_-1206153753', u'INDIRECT_-1206143149'), (u'INDIRECT_-1206143263', u'MULTIEQUAL_-1206143229'), (u'MULTIEQUAL_-1206143771', u'MULTIEQUAL_-1206143420'), (u'INDIRECT_-1206144325', u'MULTIEQUAL_-1206144892'), ('const-2', u'INT_EQUAL_-1206151079'), (u'INDIRECT_-1206142158', u'MULTIEQUAL_-1206142062'), (u'PTRSUB_-1206142590', u'PTRSUB_-1206142478'), (u'INDIRECT_-1206143888', u'MULTIEQUAL_-1206143786'), (u'INDIRECT_-1206142160', u'MULTIEQUAL_-1206143123'), (u'INDIRECT_-1206142015', u'MULTIEQUAL_-1206142284'), (u'INDIRECT_-1206142456', u'MULTIEQUAL_-1206142079'), (u'INDIRECT_-1206143551', u'MULTIEQUAL_-1206143430'), ('const-128', u'INT_EQUAL_-1206155327'), (u'MULTIEQUAL_-1206142549', u'MULTIEQUAL_-1206143765'), (u'INDIRECT_-1206142267', u'MULTIEQUAL_-1206142209'), ('const-417', u'LOAD_-1206155566'), ('const-47', u'CALL_-1206153822'), (u'INDIRECT_-1206141959', u'MULTIEQUAL_-1206141885'), (u'CALL_-1206152563', u'INDIRECT_-1206147913'), (u'INDIRECT_-1206147946', u'MULTIEQUAL_-1206149126'), (u'MULTIEQUAL_-1206148965', u'MULTIEQUAL_-1206148962'), (u'INDIRECT_-1206145145', u'MULTIEQUAL_-1206144891'), (u'MULTIEQUAL_-1206149197', u'BOOL_NEGATE_-1206148315'), (u'INDIRECT_-1206140264', u'MULTIEQUAL_-1206142433'), (u'CALL_-1206150167', u'INDIRECT_-1206143021'), (u'CALL_-1206153554', u'INDIRECT_-1206144577'), ('const-719032', u'COPY_-1206142593'), (u'INDIRECT_-1206144224', u'MULTIEQUAL_-1206144129'), ('const-7', u'STORE_-1206152940'), (u'INDIRECT_-1206142990', u'MULTIEQUAL_-1206143098'), (u'INDIRECT_-1206141130', u'MULTIEQUAL_-1206141510'), (u'INDIRECT_-1206145118', u'MULTIEQUAL_-1206144720'), ('const-8', u'PTRSUB_-1206140552'), (u'CALL_-1206155437', u'INDIRECT_-1206142279'), (u'INDIRECT_-1206144770', u'MULTIEQUAL_-1206144693'), (u'INDIRECT_-1206143149', u'MULTIEQUAL_-1206143111'), (u'CALL_-1206152563', u'INDIRECT_-1206141346'), (u'INDIRECT_-1206145889', u'MULTIEQUAL_-1206145764'), (u'INDIRECT_-1206149601', u'MULTIEQUAL_-1206149480'), (u'INDIRECT_-1206141980', u'MULTIEQUAL_-1206141709'), (u'MULTIEQUAL_-1206143634', u'MULTIEQUAL_-1206143433'), (u'CALL_-1206153994', u'INDIRECT_-1206142213'), (u'MULTIEQUAL_-1206142088', u'MULTIEQUAL_-1206142179'), (u'MULTIEQUAL_-1206144016', u'MULTIEQUAL_-1206143982'), ('const-0', u'INT_NOTEQUAL_-1206156718'), (u'CALL_-1206152277', u'INDIRECT_-1206141263'), (u'MULTIEQUAL_-1206149219', u'MULTIEQUAL_-1206149216'), (u'INDIRECT_-1206145528', u'MULTIEQUAL_-1206145409'), (u'INDIRECT_-1206144318', u'MULTIEQUAL_-1206143941'), ('const-1', u'PTRADD_-1206153940'), (u'CALL_-1206153285', u'INDIRECT_-1206142026'), (u'CALL_-1206153530', u'INDIRECT_-1206141664'), (u'CALL_-1206152136', u'INDIRECT_-1206140811'), (u'INDIRECT_-1206141727', u'MULTIEQUAL_-1206142891'), (u'CALL_-1206153285', u'INDIRECT_-1206143540'), (u'STORE_-1206153901', u'INDIRECT_-1206141594'), (u'CALL_-1206152563', u'INDIRECT_-1206141462'), (u'INDIRECT_-1206145475', u'MULTIEQUAL_-1206145221'), (u'STORE_-1206152940', u'INDIRECT_-1206144069'), (u'CALL_-1206153994', u'CAST_-1206141266'), (u'CALL_-1206154830', u'INDIRECT_-1206142319'), (u'BOOL_NEGATE_-1206147022', u'BOOL_AND_-1206151183'), ('tmp_7276', u'BRANCH_-1206151465'), (u'INDIRECT_-1206142478', u'MULTIEQUAL_-1206142383'), (u'INDIRECT_-1206142099', u'MULTIEQUAL_-1206142061'), (u'INDIRECT_-1206144527', u'MULTIEQUAL_-1206144354'), (u'INT_ZEXT_-1206154127', u'INT_MULT_-1206148325'), ('const-0', u'INT_NOTEQUAL_-1206154037'), (u'MULTIEQUAL_-1206148026', u'MULTIEQUAL_-1206148023'), (u'CAST_-1206140643', u'MULTIEQUAL_-1206149124'), (u'INDIRECT_-1206140698', u'MULTIEQUAL_-1206140427'), (u'INDIRECT_-1206145858', u'MULTIEQUAL_-1206145739'), (u'CALL_-1206152922', u'INDIRECT_-1206140970'), (u'CALL_-1206152341', u'INDIRECT_-1206143748'), (u'CALL_-1206153686', u'INDIRECT_-1206143356'), (u'CALL_-1206154589', u'INDIRECT_-1206144678'), (u'CALL_-1206152799', u'INDIRECT_-1206143801'), (u'INDIRECT_-1206144137', u'INT_EQUAL_-1206155629'), (u'INDIRECT_-1206143970', u'MULTIEQUAL_-1206143709'), (u'MULTIEQUAL_-1206142966', u'MULTIEQUAL_-1206142932'), (u'INT_NOTEQUAL_-1206151532', u'CBRANCH_-1206151532'), (u'INDIRECT_-1206142946', u'MULTIEQUAL_-1206142908'), (u'CALL_-1206150193', u'INDIRECT_-1206140580'), (u'COPY_-1206140046', u'CALL_-1206150193'), (u'INDIRECT_-1206143245', u'MULTIEQUAL_-1206143072'), (u'INDIRECT_-1206144563', u'MULTIEQUAL_-1206144288'), (u'INDIRECT_-1206143720', u'MULTIEQUAL_-1206143653'), (u'CALL_-1206152281', u'INDIRECT_-1206140753'), (u'INDIRECT_-1206142308', u'MULTIEQUAL_-1206143472'), (u'BOOL_NEGATE_-1206146934', u'BOOL_AND_-1206151565'), (u'CALL_-1206156177', u'INDIRECT_-1206145866'), (u'INDIRECT_-1206142275', u'MULTIEQUAL_-1206142179'), (u'MULTIEQUAL_-1206142135', u'MULTIEQUAL_-1206141073'), (u'MULTIEQUAL_-1206149890', u'MULTIEQUAL_-1206149560'), ('tmp_22015', u'PTRSUB_-1206140607'), (u'INT_NOTEQUAL_-1206150827', u'CBRANCH_-1206150813'), (u'INDIRECT_-1206143685', u'MULTIEQUAL_-1206144188'), (u'INDIRECT_-1206144434', u'MULTIEQUAL_-1206144057'), (u'CALL_-1206150167', u'INDIRECT_-1206140222'), (u'CALL_-1206156177', u'INDIRECT_-1206143207'), (u'MULTIEQUAL_-1206145001', u'MULTIEQUAL_-1206145299'), (u'CALL_-1206154830', u'INDIRECT_-1206142435'), ('const-12', u'PTRSUB_-1206140320'), (u'CALL_-1206151271', u'INDIRECT_-1206143155'), (u'LOAD_-1206154218', u'INT_LESS_-1206154201'), (u'LOAD_-1206154218', u'INT_EQUAL_-1206154201'), (u'INDIRECT_-1206149393', u'MULTIEQUAL_-1206149292'), (u'CALL_-1206153877', u'INDIRECT_-1206144817'), (u'CALL_-1206152277', u'INDIRECT_-1206143720'), (u'INT_ADD_-1206153918', u'CALL_-1206153917'), (u'INT_NOTEQUAL_-1206153918', u'CBRANCH_-1206153917'), (u'CALL_-1206153686', u'INDIRECT_-1206143588'), (u'INT_EQUAL_-1206151181', u'CBRANCH_-1206151179'), ('const-0', u'INT_EQUAL_-1206151623'), (u'PTRSUB_-1206142631', u'STORE_-1206153010'), (u'INDIRECT_-1206141446', u'MULTIEQUAL_-1206141189'), (u'INDIRECT_-1206144764', u'MULTIEQUAL_-1206144732'), (u'CALL_-1206156809', u'INDIRECT_-1206150005'), (u'INDIRECT_-1206141098', u'MULTIEQUAL_-1206141808'), (u'INDIRECT_-1206142511', u'MULTIEQUAL_-1206142041'), (u'MULTIEQUAL_-1206143141', u'MULTIEQUAL_-1206143098'), (u'CALL_-1206155215', u'INDIRECT_-1206144002'), (u'INDIRECT_-1206145145', u'MULTIEQUAL_-1206145077'), (u'CALL_-1206152324', u'INDIRECT_-1206141931'), (u'CALL_-1206153530', u'INDIRECT_-1206141896'), (u'INDIRECT_-1206144561', u'MULTIEQUAL_-1206144072'), (u'CALL_-1206155601', u'INDIRECT_-1206142366'), (u'CALL_-1206153753', u'INDIRECT_-1206144654'), (u'INDIRECT_-1206144228', u'MULTIEQUAL_-1206144132'), (u'MULTIEQUAL_-1206142853', u'MULTIEQUAL_-1206143370'), (u'STORE_-1206151230', u'INDIRECT_-1206141200'), (u'LOAD_-1206155806', u'CALL_-1206155792'), (u'MULTIEQUAL_-1206147734', u'MULTIEQUAL_-1206148950'), (u'INDIRECT_-1206142456', u'MULTIEQUAL_-1206142354'), (u'CALL_-1206156177', u'INDIRECT_-1206143555'), (u'INDIRECT_-1206142686', u'MULTIEQUAL_-1206142549'), (u'CALL_-1206153992', u'INDIRECT_-1206141505'), (u'MULTIEQUAL_-1206142932', u'MULTIEQUAL_-1206142731'), (u'INDIRECT_-1206140753', u'MULTIEQUAL_-1206140695'), (u'INDIRECT_-1206141995', u'MULTIEQUAL_-1206141590'), (u'INDIRECT_-1206143743', u'MULTIEQUAL_-1206143539'), (u'MULTIEQUAL_-1206140311', u'MULTIEQUAL_-1206142665'), (u'STORE_-1206149153', u'INDIRECT_-1206144759'), (u'COPY_-1206155095', u'MULTIEQUAL_-1206146365'), (u'INDIRECT_-1206145365', u'MULTIEQUAL_-1206145277'), (u'CALL_-1206152341', u'INDIRECT_-1206141407'), (u'INDIRECT_-1206144148', u'MULTIEQUAL_-1206144292'), (u'CALL_-1206152833', u'INDIRECT_-1206141794'), (u'INDIRECT_-1206142920', u'MULTIEQUAL_-1206142818'), (u'CALL_-1206155601', u'INDIRECT_-1206143880'), (u'MULTIEQUAL_-1206149186', u'CALL_-1206153554'), (u'MULTIEQUAL_-1206144038', u'MULTIEQUAL_-1206143947'), (u'INDIRECT_-1206141217', u'MULTIEQUAL_-1206141159'), ('const-1', u'COPY_-1206140187'), (u'INDIRECT_-1206143058', u'MULTIEQUAL_-1206142963'), (u'MULTIEQUAL_-1206141855', u'MULTIEQUAL_-1206141946'), (u'INT_ADD_-1206151613', u'MULTIEQUAL_-1206148318'), (u'PTRADD_-1206152727', u'MULTIEQUAL_-1206149508'), (u'CALL_-1206153877', u'INDIRECT_-1206144487'), (u'CALL_-1206153678', u'INDIRECT_-1206141708'), (u'MULTIEQUAL_-1206141366', u'MULTIEQUAL_-1206141275'), (u'INDIRECT_-1206143439', u'MULTIEQUAL_-1206143355'), (u'CALL_-1206153704', u'INDIRECT_-1206142066'), (u'MULTIEQUAL_-1206143638', u'MULTIEQUAL_-1206142158'), (u'CALL_-1206152341', u'INDIRECT_-1206142103'), (u'CALL_-1206153992', u'INDIRECT_-1206144194'), ('const-0', u'INT_EQUAL_-1206152471'), (u'CALL_-1206156177', u'INDIRECT_-1206145646'), (u'INDIRECT_-1206143929', u'MULTIEQUAL_-1206144316'), (u'STORE_-1206153010', u'INDIRECT_-1206143883'), (u'CALL_-1206152922', u'INDIRECT_-1206142363'), (u'MULTIEQUAL_-1206142155', u'MULTIEQUAL_-1206143311'), (u'MULTIEQUAL_-1206143331', u'MULTIEQUAL_-1206145686'), (u'CALL_-1206150167', u'INDIRECT_-1206140338'), (u'INT_ZEXT_-1206153045', u'INT_MULT_-1206147768'), (u'MULTIEQUAL_-1206142166', u'MULTIEQUAL_-1206145189'), (u'PTRSUB_-1206142571', u'STORE_-1206149153'), (u'CALL_-1206151271', u'INDIRECT_-1206140582'), (u'MULTIEQUAL_-1206140422', u'MULTIEQUAL_-1206140195'), (u'CAST_-1206142124', u'COPY_-1206142219'), (u'MULTIEQUAL_-1206143897', u'MULTIEQUAL_-1206143881'), ('const-4294967295', u'INT_ADD_-1206153130'), (u'CALL_-1206152563', u'INDIRECT_-1206141926'), (u'INDIRECT_-1206142616', u'MULTIEQUAL_-1206142575'), (u'INT_EQUAL_-1206154117', u'MULTIEQUAL_-1206148943'), (u'INDIRECT_-1206142457', u'MULTIEQUAL_-1206143285'), (u'CALL_-1206152324', u'INDIRECT_-1206142401'), (u'CALL_-1206153059', u'INDIRECT_-1206143281'), (u'CALL_-1206153938', u'INDIRECT_-1206141606'), (u'INT_MULT_-1206147032', u'INT_ADD_-1206140411'), ('const-36', u'INT_ADD_-1206153215'), (u'INDIRECT_-1206140998', u'MULTIEQUAL_-1206140803'), (u'CALL_-1206154940', u'INDIRECT_-1206145265'), (u'CALL_-1206152277', u'INDIRECT_-1206143009'), (u'CALL_-1206152786', u'INDIRECT_-1206144262'), (u'CALL_-1206152281', u'INDIRECT_-1206141913'), (u'CALL_-1206155601', u'INDIRECT_-1206143410'), (u'CALL_-1206155202', u'INDIRECT_-1206145040'), ('const-417', u'LOAD_-1206156021'), (u'INDIRECT_-1206144086', u'MULTIEQUAL_-1206142160'), (u'INDIRECT_-1206141031', u'MULTIEQUAL_-1206140957'), (u'INDIRECT_-1206143996', u'MULTIEQUAL_-1206143900'), (u'MULTIEQUAL_-1206149373', u'LOAD_-1206154216'), (u'INDIRECT_-1206142055', u'MULTIEQUAL_-1206142558'), (u'INDIRECT_-1206144202', u'MULTIEQUAL_-1206142161'), ('tmp_1838', u'CBRANCH_-1206155500'), (u'MULTIEQUAL_-1206149798', u'CALL_-1206154589'), (u'CAST_-1206140935', u'COPY_-1206141008'), (u'CALL_-1206152370', u'INDIRECT_-1206147828'), (u'INDIRECT_-1206141059', u'MULTIEQUAL_-1206141887'), ('tmp_5818', u'CBRANCH_-1206153061'), (u'CALL_-1206150776', u'INDIRECT_-1206141323'), (u'INDIRECT_-1206144677', u'MULTIEQUAL_-1206144473'), ('const-417', u'LOAD_-1206154002'), (u'INDIRECT_-1206142477', u'MULTIEQUAL_-1206142428'), (u'INDIRECT_-1206144233', u'MULTIEQUAL_-1206144950'), (u'CALL_-1206152799', u'INDIRECT_-1206142989'), (u'INDIRECT_-1206140915', u'MULTIEQUAL_-1206142079'), ('const-417', u'LOAD_-1206151152'), (u'CALL_-1206155855', u'INDIRECT_-1206142710'), ('const-417', u'LOAD_-1206153134'), (u'PTRSUB_-1206140208', u'PTRSUB_-1206140035'), (u'INDIRECT_-1206142594', u'MULTIEQUAL_-1206142499'), (u'STORE_-1206154035', u'INDIRECT_-1206142576'), (u'CALL_-1206150750', u'INDIRECT_-1206143392'), (u'INDIRECT_-1206140811', u'MULTIEQUAL_-1206142195'), (u'CALLIND_-1206156299', u'INDIRECT_-1206145815'), (u'CALL_-1206152799', u'INDIRECT_-1206145446'), (u'COPY_-1206141001', u'MULTIEQUAL_-1206148871'), (u'INDIRECT_-1206142744', u'MULTIEQUAL_-1206142549'), (u'INT_AND_-1206149423', u'INT_EQUAL_-1206153186'), (u'MULTIEQUAL_-1206146715', u'COPY_-1206141030'), (u'INDIRECT_-1206141928', u'MULTIEQUAL_-1206142891'), ('tmp_9179', u'CBRANCH_-1206151091'), (u'CAST_-1206141132', u'CALL_-1206153554'), (u'INDIRECT_-1206148846', u'MULTIEQUAL_-1206148762'), ('const-1', u'PTRADD_-1206154072'), (u'CALL_-1206152442', u'INDIRECT_-1206147861'), (u'CALL_-1206153554', u'INDIRECT_-1206142254'), ('tmp_7410', u'CBRANCH_-1206153257'), (u'INDIRECT_-1206145485', u'MULTIEQUAL_-1206145356'), (u'CALL_-1206152277', u'INDIRECT_-1206144160'), (u'STORE_-1206149153', u'INDIRECT_-1206143825'), (u'INDIRECT_-1206144318', u'MULTIEQUAL_-1206144057'), (u'CALL_-1206152922', u'INDIRECT_-1206143995'), (u'CALL_-1206150750', u'INDIRECT_-1206142952'), (u'CALL_-1206151271', u'INDIRECT_-1206141864'), (u'COPY_-1206141471', u'MULTIEQUAL_-1206149706'), (u'MULTIEQUAL_-1206145566', u'MULTIEQUAL_-1206145554'), ('const-0', u'CALL_-1206152168'), (u'INDIRECT_-1206140385', u'MULTIEQUAL_-1206140654'), (u'PTRSUB_-1206142734', u'LOAD_-1206153260'), (u'INDIRECT_-1206143062', u'MULTIEQUAL_-1206143338'), (u'INDIRECT_-1206143165', u'MULTIEQUAL_-1206142890'), (u'INDIRECT_-1206141003', u'MULTIEQUAL_-1206142311'), (u'STORE_-1206152940', u'INDIRECT_-1206142908'), (u'CALL_-1206155664', u'INDIRECT_-1206142739'), (u'LOAD_-1206152202', u'CALL_-1206152136'), (u'CALL_-1206152442', u'INDIRECT_-1206142106'), (u'INDIRECT_-1206142366', u'MULTIEQUAL_-1206142195'), ('const-156', u'PTRSUB_-1206142760'), (u'MULTIEQUAL_-1206143950', u'COPY_-1206144049'), (u'INDIRECT_-1206143904', u'MULTIEQUAL_-1206143433'), (u'STORE_-1206152955', u'INDIRECT_-1206144432'), (u'MULTIEQUAL_-1206141627', u'MULTIEQUAL_-1206141584'), (u'CALL_-1206152277', u'INDIRECT_-1206141611'), (u'CALL_-1206153041', u'INDIRECT_-1206141604'), (u'MULTIEQUAL_-1206141971', u'MULTIEQUAL_-1206142062'), (u'INDIRECT_-1206142482', u'MULTIEQUAL_-1206142386'), (u'CALL_-1206153190', u'INT_EQUAL_-1206153161'), (u'CALL_-1206156177', u'INDIRECT_-1206143671'), (u'COPY_-1206140185', u'CAST_-1206140088'), (u'MULTIEQUAL_-1206143257', u'MULTIEQUAL_-1206143214'), (u'PTRSUB_-1206141732', u'CALL_-1206152876'), (u'INDIRECT_-1206143526', u'MULTIEQUAL_-1206143430'), (u'CALL_-1206154940', u'INDIRECT_-1206142258'), (u'CALL_-1206156964', u'INDIRECT_-1206143395'), (u'LOAD_-1206153240', u'CAST_-1206142514'), (u'CALL_-1206156061', u'INDIRECT_-1206149487'), (u'CALL_-1206153822', u'INDIRECT_-1206142129'), (u'INDIRECT_-1206144456', u'MULTIEQUAL_-1206144339'), (u'MULTIEQUAL_-1206141471', u'MULTIEQUAL_-1206143826'), (u'MULTIEQUAL_-1206149570', u'INT_EQUAL_-1206154138'), (u'INT_ADD_-1206140410', u'PTRADD_-1206151175'), (u'CALL_-1206151512', u'INDIRECT_-1206141463'), (u'INDIRECT_-1206145261', u'MULTIEQUAL_-1206142165'), (u'INDIRECT_-1206143489', u'MULTIEQUAL_-1206143478'), (u'CALL_-1206153041', u'INDIRECT_-1206141024'), (u'CALL_-1206155855', u'INDIRECT_-1206143174'), (u'CALL_-1206154181', u'INDIRECT_-1206142328'), (u'CALL_-1206152412', u'INDIRECT_-1206143622'), (u'STORE_-1206152976', u'INDIRECT_-1206143512'), (u'COPY_-1206141022', u'MULTIEQUAL_-1206148891'), (u'CALL_-1206154940', u'INDIRECT_-1206142838'), (u'CALL_-1206154181', u'INDIRECT_-1206141980'), (u'INDIRECT_-1206145536', u'MULTIEQUAL_-1206145409'), (u'INDIRECT_-1206149057', u'MULTIEQUAL_-1206142171'), (u'INT_ZEXT_-1206151230', u'INT_MULT_-1206147032'), (u'CALL_-1206156809', u'INDIRECT_-1206144488'), (u'MULTIEQUAL_-1206142703', u'INT_NOTEQUAL_-1206156718'), (u'INDIRECT_-1206141478', u'MULTIEQUAL_-1206141858'), (u'INDIRECT_-1206144488', u'MULTIEQUAL_-1206144357'), (u'MULTIEQUAL_-1206146715', u'CAST_-1206140884'), (u'CALL_-1206156387', u'INDIRECT_-1206145638'), (u'MULTIEQUAL_-1206142367', u'MULTIEQUAL_-1206141305'), (u'INDIRECT_-1206141942', u'MULTIEQUAL_-1206141927'), (u'LOAD_-1206152489', u'INT_EQUAL_-1206152471'), (u'INDIRECT_-1206143801', u'MULTIEQUAL_-1206144304'), (u'CALL_-1206156061', u'INDIRECT_-1206144086'), (u'CALL_-1206153877', u'INDIRECT_-1206142268'), (u'STORE_-1206152940', u'INDIRECT_-1206143256'), (u'MULTIEQUAL_-1206149088', u'CAST_-1206141028'), (u'INDIRECT_-1206140869', u'MULTIEQUAL_-1206140811'), (u'CALL_-1206152370', u'INDIRECT_-1206142311'), (u'INDIRECT_-1206143174', u'MULTIEQUAL_-1206143079'), (u'CALL_-1206155855', u'INDIRECT_-1206145277'), ('const-1', u'PTRADD_-1206152727'), (u'LOAD_-1206151152', u'INT_2COMP_-1206147009'), (u'MULTIEQUAL_-1206144652', u'COPY_-1206144750'), (u'CALL_-1206154661', u'INDIRECT_-1206143420'), (u'COPY_-1206140344', u'MULTIEQUAL_-1206145257'), (u'CALL_-1206153704', u'INDIRECT_-1206143000'), (u'MULTIEQUAL_-1206144491', u'CALL_-1206156387'), ('const-0', u'CALL_-1206152799'), (u'MULTIEQUAL_-1206142816', u'MULTIEQUAL_-1206142615'), (u'INDIRECT_-1206143977', u'MULTIEQUAL_-1206143702'), (u'INDIRECT_-1206143846', u'MULTIEQUAL_-1206143834'), (u'INDIRECT_-1206144793', u'MULTIEQUAL_-1206144304'), ('tmp_2430', u'CBRANCH_-1206155034'), (u'MULTIEQUAL_-1206143257', u'MULTIEQUAL_-1206143459'), (u'INT_EQUAL_-1206151013', u'CBRANCH_-1206151001'), (u'CALL_-1206150990', u'INDIRECT_-1206141065'), (u'CALL_-1206156177', u'INDIRECT_-1206143091'), (u'INDIRECT_-1206143036', u'MULTIEQUAL_-1206142659'), (u'INT_SUB_-1206154743', u'CALL_-1206154661'), (u'INDIRECT_-1206141910', u'MULTIEQUAL_-1206142620'), (u'MULTIEQUAL_-1206143617', u'MULTIEQUAL_-1206143609'), (u'INDIRECT_-1206142942', u'MULTIEQUAL_-1206142893'), (u'CALL_-1206153554', u'INDIRECT_-1206143304'), (u'INDIRECT_-1206149393', u'MULTIEQUAL_-1206149314'), (u'INDIRECT_-1206141449', u'MULTIEQUAL_-1206141391'), (u'COPY_-1206140262', u'MULTIEQUAL_-1206145746'), (u'INDIRECT_-1206142444', u'MULTIEQUAL_-1206142173'), (u'CALL_-1206153686', u'INDIRECT_-1206144519'), (u'INDIRECT_-1206150005', u'MULTIEQUAL_-1206149890'), (u'INT_EQUAL_-1206154222', u'CBRANCH_-1206154227'), (u'CALL_-1206153704', u'INDIRECT_-1206142884'), ('const-48', u'INT_ADD_-1206151299'), (u'CALL_-1206156177', u'INDIRECT_-1206143323'), (u'MULTIEQUAL_-1206141231', u'MULTIEQUAL_-1206141373'), (u'INDIRECT_-1206145866', u'MULTIEQUAL_-1206145739'), (u'CALL_-1206153963', u'INDIRECT_-1206142895'), (u'LOAD_-1206152400', u'CALL_-1206152370'), (u'CALL_-1206156964', u'INDIRECT_-1206145141'), (u'CALL_-1206153753', u'INDIRECT_-1206141751'), (u'CALL_-1206151480', u'INDIRECT_-1206141219'), (u'CALL_-1206150193', u'INDIRECT_-1206147147'), (u'MULTIEQUAL_-1206140770', u'MULTIEQUAL_-1206140543'), (u'CALL_-1206153992', u'INDIRECT_-1206142903'), (u'INDIRECT_-1206144935', u'MULTIEQUAL_-1206144840'), (u'CALL_-1206150750', u'INDIRECT_-1206141430'), (u'INDIRECT_-1206148886', u'MULTIEQUAL_-1206148818'), (u'INDIRECT_-1206143009', u'MULTIEQUAL_-1206142935'), (u'CALL_-1206150990', u'INDIRECT_-1206140253'), (u'INDIRECT_-1206142975', u'MULTIEQUAL_-1206142891'), (u'MULTIEQUAL_-1206142040', u'INT_SEXT_-1206154834'), (u'MULTIEQUAL_-1206142052', u'MULTIEQUAL_-1206141825'), (u'MULTIEQUAL_-1206142947', u'MULTIEQUAL_-1206141885'), (u'INDIRECT_-1206143395', u'MULTIEQUAL_-1206143191'), (u'MULTIEQUAL_-1206143507', u'MULTIEQUAL_-1206143499'), (u'INDIRECT_-1206142362', u'MULTIEQUAL_-1206142267'), (u'INDIRECT_-1206144086', u'MULTIEQUAL_-1206143825'), (u'MULTIEQUAL_-1206142172', u'INT_NOTEQUAL_-1206155915'), (u'INDIRECT_-1206144202', u'MULTIEQUAL_-1206144107'), (u'MULTIEQUAL_-1206141347', u'MULTIEQUAL_-1206141489'), (u'CALL_-1206151480', u'INDIRECT_-1206140639'), ('const-719074', u'COPY_-1206140278'), (u'INDIRECT_-1206145952', u'MULTIEQUAL_-1206145629'), (u'CALL_-1206153530', u'INDIRECT_-1206141780'), (u'MULTIEQUAL_-1206141927', u'MULTIEQUAL_-1206142069'), (u'INDIRECT_-1206142572', u'MULTIEQUAL_-1206142533'), (u'CALL_-1206155792', u'INDIRECT_-1206143733'), (u'INDIRECT_-1206144494', u'MULTIEQUAL_-1206144375'), (u'CALL_-1206156964', u'INDIRECT_-1206144207'), (u'INDIRECT_-1206142965', u'MULTIEQUAL_-1206142924'), (u'INDIRECT_-1206142825', u'MULTIEQUAL_-1206142787'), (u'CALL_-1206153554', u'INDIRECT_-1206148473'), (u'CALL_-1206155792', u'INDIRECT_-1206145585'), (u'INDIRECT_-1206143792', u'MULTIEQUAL_-1206143673'), (u'INDIRECT_-1206142456', u'MULTIEQUAL_-1206142195'), (u'CALL_-1206150750', u'INDIRECT_-1206140965'), (u'MULTIEQUAL_-1206147391', u'PTRSUB_-1206142274'), ('const-718985', u'COPY_-1206154156'), (u'INDIRECT_-1206141635', u'MULTIEQUAL_-1206141597'), (u'MULTIEQUAL_-1206142842', u'MULTIEQUAL_-1206142150'), (u'MULTIEQUAL_-1206143085', u'MULTIEQUAL_-1206143602'), (u'MULTIEQUAL_-1206148318', u'INT_EQUAL_-1206151623'), (u'MULTIEQUAL_-1206145387', u'MULTIEQUAL_-1206142168'), (u'INT_SUB_-1206154743', u'INT_ADD_-1206141668'), (u'CALL_-1206152168', u'INDIRECT_-1206143952'), (u'INDIRECT_-1206143218', u'MULTIEQUAL_-1206142890'), (u'INDIRECT_-1206141931', u'MULTIEQUAL_-1206143239'), (u'INDIRECT_-1206142491', u'MULTIEQUAL_-1206142234'), (u'MULTIEQUAL_-1206140306', u'MULTIEQUAL_-1206140079'), (u'CALL_-1206154181', u'INDIRECT_-1206143030'), (u'MULTIEQUAL_-1206148459', u'BOOL_NEGATE_-1206147757'), (u'CALL_-1206152563', u'INDIRECT_-1206142512'), (u'INDIRECT_-1206142693', u'MULTIEQUAL_-1206142672'), (u'STORE_-1206152961', u'INDIRECT_-1206144436'), (u'CALL_-1206150193', u'INDIRECT_-1206141746'), (u'MULTIEQUAL_-1206143317', u'MULTIEQUAL_-1206143834'), (u'INDIRECT_-1206142572', u'MULTIEQUAL_-1206142470'), (u'INDIRECT_-1206142857', u'MULTIEQUAL_-1206142793'), ('const-0', u'INT_NOTEQUAL_-1206151532'), (u'STORE_-1206151220', u'INDIRECT_-1206141192'), (u'MULTIEQUAL_-1206142300', u'MULTIEQUAL_-1206142209'), (u'CALL_-1206153704', u'INDIRECT_-1206143943'), (u'INDIRECT_-1206143091', u'MULTIEQUAL_-1206142847'), (u'INDIRECT_-1206142200', u'MULTIEQUAL_-1206144937'), (u'INDIRECT_-1206142075', u'MULTIEQUAL_-1206143239'), (u'CALL_-1206156061', u'INDIRECT_-1206143970'), ('const-1', u'SUBPIECE_-1206143543'), (u'COPY_-1206141490', u'MULTIEQUAL_-1206149331'), (u'INDIRECT_-1206143070', u'MULTIEQUAL_-1206142155'), (u'CALL_-1206152168', u'INDIRECT_-1206141171'), (u'MULTIEQUAL_-1206144339', u'MULTIEQUAL_-1206142164'), (u'INDIRECT_-1206144373', u'MULTIEQUAL_-1206143903'), (u'PTRADD_-1206154596', u'STORE_-1206154656'), (u'INT_NOTEQUAL_-1206153322', u'CBRANCH_-1206153319'), (u'INT_EQUAL_-1206154201', u'MULTIEQUAL_-1206148962'), (u'INDIRECT_-1206142832', u'MULTIEQUAL_-1206143393'), (u'MULTIEQUAL_-1206143370', u'COPY_-1206143468'), (u'CALL_-1206153017', u'INDIRECT_-1206142407'), (u'MULTIEQUAL_-1206143549', u'MULTIEQUAL_-1206143533'), (u'INT_EQUAL_-1206153119', u'MULTIEQUAL_-1206148480'), (u'CAST_-1206140884', u'INT_SUB_-1206141155'), ('const-44', u'PTRSUB_-1206142571'), (u'INDIRECT_-1206142275', u'MULTIEQUAL_-1206142080'), (u'PTRADD_-1206151557', u'COPY_-1206140249'), (u'CALL_-1206156809', u'INDIRECT_-1206143670'), (u'CALL_-1206155601', u'INDIRECT_-1206145605'), (u'MULTIEQUAL_-1206148829', u'PTRADD_-1206152995'), (u'CALL_-1206155601', u'INDIRECT_-1206144228'), (u'BOOL_NEGATE_-1206148349', u'BOOL_AND_-1206154164'), ('const-417', u'LOAD_-1206152813'), (u'INDIRECT_-1206143265', u'MULTIEQUAL_-1206143227'), (u'INDIRECT_-1206141162', u'MULTIEQUAL_-1206140891'), (u'INT_EQUAL_-1206154165', u'MULTIEQUAL_-1206148946'), (u'CALL_-1206154181', u'INDIRECT_-1206143494'), (u'INDIRECT_-1206144384', u'MULTIEQUAL_-1206144056'), (u'INDIRECT_-1206145591', u'MULTIEQUAL_-1206142168'), (u'CALL_-1206152370', u'INDIRECT_-1206141145'), (u'MULTIEQUAL_-1206140811', u'MULTIEQUAL_-1206140803'), (u'CALL_-1206152277', u'INDIRECT_-1206142075'), (u'INT_RIGHT_-1206153139', u'INT_AND_-1206149403'), (u'CALL_-1206153822', u'INDIRECT_-1206144574'), (u'COPY_-1206141422', u'CALL_-1206153554'), (u'MULTIEQUAL_-1206140775', u'MULTIEQUAL_-1206143129'), (u'MULTIEQUAL_-1206148849', u'PTRADD_-1206153079'), ('tmp_2489', u'CBRANCH_-1206154995'), (u'COPY_-1206140987', u'MULTIEQUAL_-1206148829'), (u'CALL_-1206152277', u'INDIRECT_-1206141031'), (u'INDIRECT_-1206142363', u'MULTIEQUAL_-1206142906'), (u'CALL_-1206152412', u'INDIRECT_-1206142210'), (u'CALL_-1206154078', u'INDIRECT_-1206144588'), ('const-4294967294', u'INT_MULT_-1206147031'), (u'INDIRECT_-1206144660', u'MULTIEQUAL_-1206144583'), (u'CALL_-1206154119', u'INDIRECT_-1206148396'), (u'CALL_-1206154078', u'INDIRECT_-1206141923'), (u'INDIRECT_-1206143657', u'MULTIEQUAL_-1206143536'), (u'STORE_-1206153901', u'INDIRECT_-1206142639'), (u'CALL_-1206155202', u'INDIRECT_-1206143645'), ('tmp_7903', u'CBRANCH_-1206151505'), ('tmp_3613', u'CBRANCH_-1206153963'), (u'INDIRECT_-1206143152', u'MULTIEQUAL_-1206142775'), (u'INDIRECT_-1206142447', u'MULTIEQUAL_-1206142409'), ('const-0', u'INT_NOTEQUAL_-1206153918'), (u'PTRSUB_-1206140416', u'LOAD_-1206151799'), (u'CALL_-1206153822', u'INDIRECT_-1206143411'), (u'INDIRECT_-1206142555', u'MULTIEQUAL_-1206142544'), (u'STORE_-1206152976', u'INDIRECT_-1206142932'), ('const-2', u'INT_ADD_-1206152506'), ('const-1', u'INT_ADD_-1206141123'), ('tmp_9135', u'CBRANCH_-1206151122'), (u'INDIRECT_-1206143046', u'MULTIEQUAL_-1206143025'), (u'CALL_-1206153059', u'INDIRECT_-1206145732'), (u'LOAD_-1206153229', u'INT_AND_-1206153203'), (u'CALL_-1206153285', u'INDIRECT_-1206144831'), (u'INT_EQUAL_-1206151348', u'CBRANCH_-1206151347'), (u'CALL_-1206154589', u'INDIRECT_-1206143393'), (u'CAST_-1206142271', u'CALL_-1206152786'), (u'INDIRECT_-1206143614', u'INT_NEGATE_-1206149431'), (u'CALL_-1206153917', u'INDIRECT_-1206142405'), (u'INDIRECT_-1206144149', u'MULTIEQUAL_-1206144536'), (u'CALL_-1206152277', u'INDIRECT_-1206143940'), (u'INT_AND_-1206149039', u'INT_EQUAL_-1206155829'), (u'INDIRECT_-1206141351', u'MULTIEQUAL_-1206142659'), (u'CALL_-1206153753', u'INDIRECT_-1206142331'), (u'MULTIEQUAL_-1206143539', u'MULTIEQUAL_-1206143188'), ('const-448', u'PTRSUB_-1206142409'), (u'LOAD_-1206154134', u'INT_LESS_-1206154117'), (u'LOAD_-1206154134', u'INT_EQUAL_-1206154117'), (u'CALL_-1206153678', u'INDIRECT_-1206141128'), (u'INDIRECT_-1206144153', u'MULTIEQUAL_-1206144269'), (u'CALL_-1206153917', u'CAST_-1206141228'), (u'CALL_-1206156964', u'INDIRECT_-1206144323'), (u'MULTIEQUAL_-1206142789', u'MULTIEQUAL_-1206142781'), (u'INDIRECT_-1206144343', u'MULTIEQUAL_-1206145060'), (u'CALL_-1206151480', u'INDIRECT_-1206143200'), (u'CALL_-1206154181', u'INDIRECT_-1206141864'), (u'CALL_-1206153041', u'INDIRECT_-1206141720'), ('tmp_8453', u'BRANCH_-1206150975'), (u'INDIRECT_-1206142570', u'MULTIEQUAL_-1206142558'), ('const-4', u'COPY_-1206153080'), (u'CALL_-1206150167', u'INDIRECT_-1206141620'), (u'INDIRECT_-1206142479', u'MULTIEQUAL_-1206143022'), (u'INDIRECT_-1206140733', u'MULTIEQUAL_-1206141002'), ('const-4', u'PTRSUB_-1206140164'), (u'CALL_-1206152412', u'INDIRECT_-1206144172'), (u'CALL_-1206153877', u'INDIRECT_-1206142616'), (u'MULTIEQUAL_-1206142825', u'MULTIEQUAL_-1206142151'), (u'INDIRECT_-1206144368', u'MULTIEQUAL_-1206144269'), (u'MULTIEQUAL_-1206143881', u'MULTIEQUAL_-1206142819'), (u'INDIRECT_-1206144257', u'MULTIEQUAL_-1206144124'), (u'INDIRECT_-1206142930', u'MULTIEQUAL_-1206142909'), (u'INDIRECT_-1206142954', u'MULTIEQUAL_-1206143007'), (u'INDIRECT_-1206142731', u'MULTIEQUAL_-1206142673'), (u'INDIRECT_-1206142142', u'MULTIEQUAL_-1206142147'), (u'INDIRECT_-1206143091', u'MULTIEQUAL_-1206142621'), (u'CALL_-1206154730', u'INDIRECT_-1206143677'), (u'LOAD_-1206156103', u'CALL_-1206156061'), (u'CALL_-1206152370', u'INDIRECT_-1206141841'), (u'MULTIEQUAL_-1206143507', u'MULTIEQUAL_-1206143598'), ('const-417', u'LOAD_-1206153286'), (u'LOAD_-1206152813', u'INT_EQUAL_-1206152798'), (u'MULTIEQUAL_-1206148737', u'MULTIEQUAL_-1206148734'), (u'MULTIEQUAL_-1206144891', u'MULTIEQUAL_-1206144852'), (u'CALL_-1206152412', u'INDIRECT_-1206141165'), (u'CALL_-1206151003', u'INDIRECT_-1206141306'), (u'CALL_-1206153063', u'INDIRECT_-1206144529'), ('const-36', u'CALL_-1206154181'), (u'INDIRECT_-1206144127', u'MULTIEQUAL_-1206144038'), (u'CALL_-1206152922', u'INDIRECT_-1206142246'), (u'MULTIEQUAL_-1206142207', u'MULTIEQUAL_-1206142409'), (u'INT_MULT_-1206147802', u'INT_ADD_-1206141123'), (u'INDIRECT_-1206144432', u'MULTIEQUAL_-1206144295'), (u'INDIRECT_-1206144331', u'MULTIEQUAL_-1206144056'), (u'INT_NOTEQUAL_-1206154151', u'CBRANCH_-1206154151'), (u'CALL_-1206156387', u'INDIRECT_-1206144707'), (u'MULTIEQUAL_-1206145265', u'COPY_-1206154971'), (u'STORE_-1206152955', u'INDIRECT_-1206144316'), (u'MULTIEQUAL_-1206144240', u'MULTIEQUAL_-1206142162'), (u'MULTIEQUAL_-1206148225', u'PTRSUB_-1206140343'), (u'CALL_-1206150776', u'INDIRECT_-1206140859'), (u'INDIRECT_-1206143266', u'MULTIEQUAL_-1206143129'), (u'CAST_-1206142450', u'PTRSUB_-1206142571'), (u'INDIRECT_-1206143671', u'MULTIEQUAL_-1206143201'), ('const-16', u'PTRSUB_-1206142590'), (u'CALL_-1206153678', u'INDIRECT_-1206144263'), (u'INT_LESS_-1206151157', u'INT_ZEXT_-1206151142'), (u'CALL_-1206150776', u'INDIRECT_-1206143072'), (u'CALL_-1206153992', u'INDIRECT_-1206142317'), (u'CALL_-1206155437', u'INDIRECT_-1206143677'), (u'MULTIEQUAL_-1206147391', u'PTRSUB_-1206140638'), (u'CALL_-1206153059', u'INDIRECT_-1206144331'), (u'INDIRECT_-1206141996', u'MULTIEQUAL_-1206141975'), (u'PTRADD_-1206153074', u'COPY_-1206141022'), (u'INT_LESS_-1206151602', u'MULTIEQUAL_-1206147943'), (u'CALL_-1206155437', u'INDIRECT_-1206142395'), (u'CALL_-1206153017', u'INDIRECT_-1206143108'), (u'INDIRECT_-1206141678', u'MULTIEQUAL_-1206142388'), (u'BOOL_AND_-1206154080', u'INT_NOTEQUAL_-1206154081'), ('const-0', u'INT_NOTEQUAL_-1206155574'), (u'PTRADD_-1206153079', u'COPY_-1206141008'), ('const-1', u'PTRADD_-1206154587'), (u'CALL_-1206154078', u'INDIRECT_-1206141575'), (u'CALL_-1206156809', u'INDIRECT_-1206143206'), (u'MULTIEQUAL_-1206143538', u'MULTIEQUAL_-1206142156'), (u'INDIRECT_-1206143323', u'MULTIEQUAL_-1206143079'), (u'MULTIEQUAL_-1206141466', u'MULTIEQUAL_-1206141239'), (u'INDIRECT_-1206142739', u'MULTIEQUAL_-1206142618'), (u'CALL_-1206152412', u'INDIRECT_-1206142911'), (u'CALL_-1206152412', u'INDIRECT_-1206141281'), (u'CALL_-1206156853', u'INDIRECT_-1206144507'), (u'CALL_-1206156964', u'INDIRECT_-1206144561'), (u'CALL_-1206153917', u'INDIRECT_-1206143571'), (u'CALL_-1206153481', u'INDIRECT_-1206142688'), (u'INDIRECT_-1206142943', u'MULTIEQUAL_-1206143486'), (u'INDIRECT_-1206143408', u'MULTIEQUAL_-1206143950'), (u'CALL_-1206153704', u'CAST_-1206140777'), ('tmp_9879', u'CBRANCH_-1206153160'), (u'INDIRECT_-1206142247', u'MULTIEQUAL_-1206142790'), (u'CALL_-1206151271', u'INDIRECT_-1206143375'), (u'INT_LESS_-1206153119', u'MULTIEQUAL_-1206148734'), (u'INDIRECT_-1206142042', u'MULTIEQUAL_-1206141847'), ('const-192', u'INT_AND_-1206148789'), (u'MULTIEQUAL_-1206147946', u'MULTIEQUAL_-1206147943'), (u'INDIRECT_-1206144874', u'MULTIEQUAL_-1206144842'), (u'CALL_-1206153530', u'INDIRECT_-1206142128'), ('tmp_8290', u'CBRANCH_-1206151244'), (u'COPY_-1206139950', u'MULTIEQUAL_-1206145257'), (u'PTRSUB_-1206140577', u'LOAD_-1206152268'), (u'COPY_-1206140272', u'MULTIEQUAL_-1206145804'), ('const-40', u'PTRSUB_-1206142871'), (u'INDIRECT_-1206143424', u'MULTIEQUAL_-1206143322'), (u'PTRSUB_-1206140157', u'LOAD_-1206151324'), (u'INDIRECT_-1206143090', u'MULTIEQUAL_-1206142959'), (u'CALL_-1206151512', u'CAST_-1206139806'), (u'INDIRECT_-1206143610', u'MULTIEQUAL_-1206145001'), (u'MULTIEQUAL_-1206142648', u'MULTIEQUAL_-1206142557'), (u'INDIRECT_-1206142490', u'MULTIEQUAL_-1206142543'), ('tmp_8881', u'CBRANCH_-1206151246'), ('const-718068', u'COPY_-1206139985'), (u'INT_ZEXT_-1206151607', u'INT_MULT_-1206146943'), (u'CAST_-1206141442', u'INT_SUB_-1206154743'), (u'CALL_-1206153530', u'INDIRECT_-1206144787'), (u'INT_ADD_-1206154128', u'MULTIEQUAL_-1206149570'), (u'MULTIEQUAL_-1206143025', u'MULTIEQUAL_-1206143227'), (u'CALL_-1206154078', u'INDIRECT_-1206144478'), (u'CALL_-1206153992', u'INDIRECT_-1206142433'), (u'CALL_-1206153822', u'INDIRECT_-1206143179'), (u'CALL_-1206152922', u'INDIRECT_-1206141550'), ('const-0', u'CALL_-1206151512'), (u'INDIRECT_-1206143251', u'MULTIEQUAL_-1206143220'), ('const-1', u'INT_SUB_-1206141155'), (u'INDIRECT_-1206143268', u'MULTIEQUAL_-1206143166'), (u'LOAD_-1206155468', u'CAST_-1206141783'), (u'COPY_-1206140262', u'INT_NOTEQUAL_-1206150854'), (u'MULTIEQUAL_-1206142629', u'MULTIEQUAL_-1206142624'), (u'LOAD_-1206151619', u'INT_LESS_-1206151602'), (u'LOAD_-1206151619', u'INT_EQUAL_-1206151602'), (u'INDIRECT_-1206141451', u'MULTIEQUAL_-1206143396'), (u'CALL_-1206152563', u'INDIRECT_-1206142042'), (u'MULTIEQUAL_-1206142378', u'MULTIEQUAL_-1206142146'), (u'INDIRECT_-1206145275', u'MULTIEQUAL_-1206145186'), (u'LOAD_-1206154051', u'CALL_-1206153877'), (u'CALL_-1206153753', u'INDIRECT_-1206143613'), (u'COPY_-1206141305', u'MULTIEQUAL_-1206149144'), (u'CALL_-1206154078', u'INDIRECT_-1206142387'), (u'INDIRECT_-1206149601', u'INT_ZEXT_-1206151225'), (u'CALL_-1206155855', u'INDIRECT_-1206143638'), (u'CALL_-1206154830', u'INDIRECT_-1206143833'), ('const-47', u'INT_EQUAL_-1206155043'), (u'CALL_-1206152324', u'INDIRECT_-1206141119'), (u'INDIRECT_-1206142918', u'MULTIEQUAL_-1206142906'), (u'CALL_-1206153877', u'INDIRECT_-1206148603'), (u'INDIRECT_-1206145646', u'MULTIEQUAL_-1206145182'), (u'CALL_-1206152442', u'INDIRECT_-1206142576'), (u'STORE_-1206151220', u'INDIRECT_-1206140844'), (u'INDIRECT_-1206142918', u'MULTIEQUAL_-1206140654'), (u'INDIRECT_-1206145895', u'MULTIEQUAL_-1206145574'), (u'MULTIEQUAL_-1206145554', u'COPY_-1206140171'), (u'INDIRECT_-1206143522', u'MULTIEQUAL_-1206143405'), (u'CALL_-1206153994', u'INDIRECT_-1206144438'), (u'CALL_-1206153686', u'INDIRECT_-1206144629'), (u'PTRADD_-1206153926', u'CAST_-1206140935'), (u'INDIRECT_-1206140496', u'MULTIEQUAL_-1206142665'), (u'INDIRECT_-1206142899', u'MULTIEQUAL_-1206142790'), (u'INDIRECT_-1206142572', u'MULTIEQUAL_-1206142195'), (u'INDIRECT_-1206144489', u'MULTIEQUAL_-1206144356'), ('tmp_8486', u'CBRANCH_-1206151465'), (u'CALL_-1206153190', u'INDIRECT_-1206144616'), (u'CALL_-1206154119', u'INDIRECT_-1206144500'), ('const-5', u'CALL_-1206151003'), (u'INDIRECT_-1206142802', u'MULTIEQUAL_-1206142665'), ('const-4', u'PTRSUB_-1206142741'), (u'PTRADD_-1206154072', u'COPY_-1206141483'), (u'INDIRECT_-1206141147', u'MULTIEQUAL_-1206141073'), ('const-16', u'INT_AND_-1206153203'), (u'SUBPIECE_-1206143543', u'INT_AND_-1206148789'), (u'CALL_-1206153017', u'INDIRECT_-1206141710'), (u'INT_EQUAL_-1206155327', u'CBRANCH_-1206155325'), (u'INDIRECT_-1206143266', u'MULTIEQUAL_-1206141002'), (u'MULTIEQUAL_-1206144107', u'MULTIEQUAL_-1206142162'), (u'MULTIEQUAL_-1206142270', u'INT_NOTEQUAL_-1206155501'), (u'CALL_-1206155215', u'INDIRECT_-1206142488'), (u'MULTIEQUAL_-1206145001', u'MULTIEQUAL_-1206144962'), (u'INDIRECT_-1206143444', u'MULTIEQUAL_-1206143325'), (u'INDIRECT_-1206141394', u'MULTIEQUAL_-1206141123'), (u'MULTIEQUAL_-1206142941', u'MULTIEQUAL_-1206142152'), ('tmp_2777', u'CBRANCH_-1206154796'), (u'CALL_-1206152341', u'INDIRECT_-1206142457'), (u'CALL_-1206153285', u'INDIRECT_-1206145161'), (u'CALL_-1206153822', u'INT_NOTEQUAL_-1206153788'), (u'MULTIEQUAL_-1206141352', u'MULTIEQUAL_-1206141347'), (u'MULTIEQUAL_-1206143750', u'MULTIEQUAL_-1206143549'), (u'BOOL_NEGATE_-1206148314', u'BOOL_AND_-1206154080'), (u'INDIRECT_-1206143755', u'MULTIEQUAL_-1206143638'), (u'MULTIEQUAL_-1206143709', u'MULTIEQUAL_-1206143671'), (u'LOAD_-1206156021', u'CALL_-1206153285'), (u'INDIRECT_-1206148374', u'INT_ZEXT_-1206154211'), (u'CALL_-1206153678', u'INDIRECT_-1206142642'), (u'CALL_-1206152168', u'INDIRECT_-1206142801'), ('const-4294967295', u'INT_ADD_-1206151613'), (u'CALL_-1206155288', u'INDIRECT_-1206144033'), (u'CALL_-1206152876', u'INDIRECT_-1206143094'), ('const-1', u'CALL_-1206155437'), (u'INDIRECT_-1206142783', u'MULTIEQUAL_-1206142674'), (u'INDIRECT_-1206142163', u'MULTIEQUAL_-1206141919'), (u'INDIRECT_-1206143025', u'MULTIEQUAL_-1206142991'), (u'CALL_-1206153554', u'INDIRECT_-1206142718'), (u'MULTIEQUAL_-1206143296', u'MULTIEQUAL_-1206142234'), (u'CALL_-1206152136', u'INDIRECT_-1206143610'), (u'INDIRECT_-1206143186', u'MULTIEQUAL_-1206143084'), (u'BOOL_NEGATE_-1206147021', u'BOOL_AND_-1206151183'), (u'INDIRECT_-1206146329', u'MULTIEQUAL_-1206146204'), (u'MULTIEQUAL_-1206145442', u'COPY_-1206139979'), (u'PTRSUB_-1206142585', u'LOAD_-1206152951'), ('const-4', u'PTRSUB_-1206142745'), (u'INDIRECT_-1206143535', u'COPY_-1206142563'), (u'CALL_-1206154119', u'INDIRECT_-1206142061'), (u'CALL_-1206152168', u'INDIRECT_-1206142569'), (u'MULTIEQUAL_-1206142507', u'MULTIEQUAL_-1206142649'), ('const-0', u'CALL_-1206151003'), (u'CALL_-1206150990', u'INDIRECT_-1206140485'), (u'CALL_-1206152876', u'INDIRECT_-1206142509'), (u'CALL_-1206154830', u'INDIRECT_-1206148886'), (u'INDIRECT_-1206145141', u'MULTIEQUAL_-1206144937'), (u'INDIRECT_-1206143627', u'MULTIEQUAL_-1206143138'), (u'MULTIEQUAL_-1206145874', u'MULTIEQUAL_-1206145519'), (u'INDIRECT_-1206142511', u'MULTIEQUAL_-1206142378'), (u'CALL_-1206152922', u'INDIRECT_-1206142716'), ('const-5', u'CALL_-1206150193'), (u'COPY_-1206142741', u'CALL_-1206150167'), (u'STORE_-1206153782', u'INDIRECT_-1206141511'), (u'INDIRECT_-1206143142', u'MULTIEQUAL_-1206143108'), (u'CALL_-1206153822', u'INDIRECT_-1206144794'), (u'INDIRECT_-1206142325', u'MULTIEQUAL_-1206143709'), (u'PTRSUB_-1206140607', u'CALL_-1206152324'), (u'CALL_-1206152136', u'INDIRECT_-1206142789'), (u'INDIRECT_-1206145717', u'MULTIEQUAL_-1206145607'), (u'PTRADD_-1206152263', u'MULTIEQUAL_-1206146345'), (u'CALL_-1206154181', u'INDIRECT_-1206142096'), (u'CALL_-1206150750', u'INDIRECT_-1206141081'), (u'INDIRECT_-1206148941', u'MULTIEQUAL_-1206148855'), (u'INDIRECT_-1206142920', u'MULTIEQUAL_-1206142543'), (u'INDIRECT_-1206141667', u'MULTIEQUAL_-1206141936'), (u'CALL_-1206153704', u'INDIRECT_-1206141834'), (u'CALL_-1206152324', u'INDIRECT_-1206143576'), ('const-0', u'INT_NOTEQUAL_-1206150854'), ('const-0', u'INT_NOTEQUAL_-1206154055'), ('const-0', u'INT_EQUAL_-1206155829'), (u'MULTIEQUAL_-1206142172', u'PTRSUB_-1206142161'), (u'INDIRECT_-1206143094', u'MULTIEQUAL_-1206144057'), (u'CALL_-1206150750', u'INDIRECT_-1206142015'), (u'INDIRECT_-1206143206', u'MULTIEQUAL_-1206143075'), (u'LOAD_-1206152996', u'PTRSUB_-1206142613'), (u'CALL_-1206152876', u'INDIRECT_-1206142978'), (u'CALL_-1206153190', u'INDIRECT_-1206144500'), (u'CALL_-1206151512', u'INDIRECT_-1206141701'), (u'INDIRECT_-1206145605', u'MULTIEQUAL_-1206145441'), ('tmp_947', u'CBRANCH_-1206156084'), (u'MULTIEQUAL_-1206146094', u'MULTIEQUAL_-1206145739'), (u'INDIRECT_-1206145051', u'MULTIEQUAL_-1206145111'), (u'CALL_-1206153877', u'INDIRECT_-1206141804'), (u'PTRADD_-1206152990', u'COPY_-1206141001'), (u'COPY_-1206152116', u'MULTIEQUAL_-1206146365'), (u'CALL_-1206155437', u'INDIRECT_-1206143556'), (u'CALL_-1206154730', u'INDIRECT_-1206142279'), (u'CALL_-1206153554', u'INDIRECT_-1206142138'), (u'MULTIEQUAL_-1206143330', u'MULTIEQUAL_-1206143325'), (u'PTRSUB_-1206142642', u'STORE_-1206152976'), (u'INT_LESS_-1206153965', u'MULTIEQUAL_-1206148737'), (u'CALL_-1206155664', u'INDIRECT_-1206142507'), (u'LOAD_-1206151487', u'MULTIEQUAL_-1206148279'), (u'INDIRECT_-1206143058', u'MULTIEQUAL_-1206142941'), (u'INDIRECT_-1206143643', u'MULTIEQUAL_-1206143594'), (u'CALL_-1206155792', u'INDIRECT_-1206143268'), (u'CALL_-1206151512', u'INDIRECT_-1206143102'), (u'INDIRECT_-1206144359', u'MULTIEQUAL_-1206144238'), (u'CALL_-1206153753', u'INDIRECT_-1206144324'), (u'CALL_-1206153530', u'INDIRECT_-1206144457'), (u'MULTIEQUAL_-1206143558', u'MULTIEQUAL_-1206143331'), (u'INDIRECT_-1206142250', u'MULTIEQUAL_-1206142079'), (u'INDIRECT_-1206144233', u'MULTIEQUAL_-1206143983'), (u'INDIRECT_-1206143479', u'MULTIEQUAL_-1206143370'), (u'CALL_-1206153059', u'INDIRECT_-1206143165'), (u'COPY_-1206142178', u'MULTIEQUAL_-1206142172'), (u'CALL_-1206153994', u'INDIRECT_-1206143379'), (u'INDIRECT_-1206143369', u'MULTIEQUAL_-1206143285'), ('const-16', u'PTRSUB_-1206142595'), (u'INDIRECT_-1206142783', u'MULTIEQUAL_-1206142699'), (u'BOOL_NEGATE_-1206147757', u'BOOL_AND_-1206152998'), (u'MULTIEQUAL_-1206144124', u'MULTIEQUAL_-1206142161'), (u'CALLIND_-1206156299', u'INDIRECT_-1206145485'), (u'INDIRECT_-1206142323', u'MULTIEQUAL_-1206142312'), (u'CALL_-1206153992', u'INDIRECT_-1206144304'), (u'CALLIND_-1206156299', u'INDIRECT_-1206143846'), (u'INDIRECT_-1206142545', u'MULTIEQUAL_-1206142471'), (u'MULTIEQUAL_-1206143609', u'MULTIEQUAL_-1206144825'), (u'STORE_-1206153782', u'INDIRECT_-1206142904'), (u'MULTIEQUAL_-1206143982', u'MULTIEQUAL_-1206143781'), (u'MULTIEQUAL_-1206143781', u'MULTIEQUAL_-1206143765'), ('const-0', u'INT_EQUAL_-1206153107'), (u'INDIRECT_-1206143787', u'MULTIEQUAL_-1206143654'), (u'COPY_-1206141932', u'MULTIEQUAL_-1206145262'), (u'CALL_-1206153704', u'INDIRECT_-1206148169'), ('const-47', u'INT_EQUAL_-1206154014'), (u'INDIRECT_-1206145437', u'MULTIEQUAL_-1206145324'), (u'STORE_-1206151220', u'INDIRECT_-1206141657'), (u'INDIRECT_-1206143793', u'MULTIEQUAL_-1206143709'), (u'CALL_-1206153704', u'INDIRECT_-1206144053'), (u'STORE_-1206152976', u'INDIRECT_-1206142816'), (u'INDIRECT_-1206143021', u'MULTIEQUAL_-1206145764'), (u'INDIRECT_-1206142499', u'MULTIEQUAL_-1206142441'), (u'CALL_-1206154589', u'INDIRECT_-1206142807'), (u'INDIRECT_-1206143131', u'MULTIEQUAL_-1206143047'), (u'CALL_-1206154078', u'INDIRECT_-1206141691'), (u'CALL_-1206154119', u'INDIRECT_-1206142641'), (u'CALL_-1206152799', u'INDIRECT_-1206143569'), (u'INDIRECT_-1206141446', u'MULTIEQUAL_-1206142156'), (u'CALL_-1206155215', u'INDIRECT_-1206143068'), (u'INDIRECT_-1206143797', u'MULTIEQUAL_-1206143609'), (u'INDIRECT_-1206141620', u'MULTIEQUAL_-1206144357'), (u'INDIRECT_-1206141708', u'MULTIEQUAL_-1206141816'), (u'STORE_-1206152976', u'INDIRECT_-1206143860'), ('tmp_425', u'CBRANCH_-1206156742'), (u'MULTIEQUAL_-1206146345', u'PTRADD_-1206152727'), (u'CALL_-1206151512', u'INDIRECT_-1206140303'), (u'MULTIEQUAL_-1206142441', u'MULTIEQUAL_-1206142532'), (u'INDIRECT_-1206141751', u'MULTIEQUAL_-1206141713'), ('tmp_6065', u'CBRANCH_-1206152860'), (u'MULTIEQUAL_-1206145764', u'MULTIEQUAL_-1206145434'), (u'CAST_-1206141028', u'PTRADD_-1206154140'), (u'MULTIEQUAL_-1206141018', u'MULTIEQUAL_-1206140927'), ('const-0', u'INT_NOTEQUAL_-1206153903'), (u'INDIRECT_-1206144025', u'MULTIEQUAL_-1206143555'), (u'INDIRECT_-1206141382', u'MULTIEQUAL_-1206144119'), (u'STORE_-1206151220', u'INDIRECT_-1206140960'), (u'CALL_-1206152786', u'INDIRECT_-1206144494'), (u'STORE_-1206154035', u'INDIRECT_-1206141532'), (u'CALL_-1206155664', u'INDIRECT_-1206142275'), (u'CALL_-1206153753', u'INDIRECT_-1206141867'), ('const-417', u'LOAD_-1206155468'), (u'CALL_-1206152442', u'INDIRECT_-1206141410'), ('tmp_9028', u'CBRANCH_-1206151179'), (u'INDIRECT_-1206143605', u'MULTIEQUAL_-1206143594'), (u'MULTIEQUAL_-1206141275', u'MULTIEQUAL_-1206141267'), (u'CALL_-1206150990', u'INDIRECT_-1206141181'), (u'CALL_-1206150990', u'INDIRECT_-1206140833'), (u'MULTIEQUAL_-1206142737', u'MULTIEQUAL_-1206143254'), (u'CALL_-1206152442', u'INDIRECT_-1206141758'), (u'CALL_-1206152324', u'INDIRECT_-1206140771'), (u'CALL_-1206154940', u'INDIRECT_-1206143303'), (u'BOOL_NEGATE_-1206147792', u'BOOL_AND_-1206153082'), (u'INDIRECT_-1206143163', u'MULTIEQUAL_-1206142674'), (u'INDIRECT_-1206145271', u'MULTIEQUAL_-1206145331'), (u'INDIRECT_-1206142933', u'MULTIEQUAL_-1206142658'), ('tmp_9978', u'CBRANCH_-1206153106'), (u'CALL_-1206152833', u'INDIRECT_-1206143903'), (u'INDIRECT_-1206141921', u'MULTIEQUAL_-1206143866'), (u'INDIRECT_-1206144141', u'MULTIEQUAL_-1206145111'), (u'INT_MULT_-1206148325', u'INT_ADD_-1206141583'), ('const-0', u'INT_NOTEQUAL_-1206151052'), (u'INDIRECT_-1206140943', u'MULTIEQUAL_-1206141771'), (u'MULTIEQUAL_-1206143770', u'MULTIEQUAL_-1206142158'), (u'CALL_-1206154119', u'INDIRECT_-1206143227'), (u'PTRSUB_-1206142760', u'PTRSUB_-1206142541'), (u'INDIRECT_-1206141794', u'MULTIEQUAL_-1206142504'), (u'STORE_-1206152961', u'INDIRECT_-1206143154'), (u'STORE_-1206151220', u'INDIRECT_-1206141540'), (u'BOOL_NEGATE_-1206147758', u'BOOL_AND_-1206152998'), ('const-0', u'INT_NOTEQUAL_-1206153032'), (u'MULTIEQUAL_-1206143141', u'MULTIEQUAL_-1206143343'), (u'INDIRECT_-1206141763', u'MULTIEQUAL_-1206141358'), (u'COPY_-1206151767', u'MULTIEQUAL_-1206145785'), (u'CALL_-1206153190', u'INDIRECT_-1206146115'), (u'CALL_-1206154830', u'INDIRECT_-1206143717'), (u'CALL_-1206153753', u'MULTIEQUAL_-1206149567'), (u'CALL_-1206154078', u'INDIRECT_-1206144698'), (u'CALL_-1206152833', u'INDIRECT_-1206141214'), (u'CALL_-1206152341', u'INDIRECT_-1206141291'), (u'CALL_-1206152876', u'INDIRECT_-1206144251'), (u'INT_SUB_-1206153661', u'CALL_-1206153041'), (u'MULTIEQUAL_-1206142035', u'MULTIEQUAL_-1206142019'), ('const-0', u'INT_NOTEQUAL_-1206155501'), ('const-417', u'LOAD_-1206154031'), ('const-417', u'STORE_-1206152961'), (u'CALL_-1206154119', u'INDIRECT_-1206143459'), (u'CALL_-1206151480', u'INDIRECT_-1206143310'), ('const-8', u'INT_LESS_-1206151157'), (u'INDIRECT_-1206142758', u'MULTIEQUAL_-1206142866'), (u'MULTIEQUAL_-1206143727', u'MULTIEQUAL_-1206143818'), (u'INDIRECT_-1206143150', u'COPY_-1206140417'), (u'COPY_-1206140124', u'CALL_-1206151512'), (u'INDIRECT_-1206142250', u'MULTIEQUAL_-1206142154'), (u'INDIRECT_-1206149487', u'MULTIEQUAL_-1206142171'), (u'INT_NOTEQUAL_-1206154081', u'CBRANCH_-1206154080'), (u'CALL_-1206152786', u'INDIRECT_-1206143328'), (u'INDIRECT_-1206144588', u'MULTIEQUAL_-1206144489'), (u'INDIRECT_-1206143274', u'MULTIEQUAL_-1206143235'), (u'INDIRECT_-1206143351', u'MULTIEQUAL_-1206146094'), (u'INDIRECT_-1206141150', u'MULTIEQUAL_-1206143887'), (u'STORE_-1206154035', u'INDIRECT_-1206141416'), (u'CALL_-1206152876', u'INDIRECT_-1206144141'), (u'CALL_-1206155215', u'CAST_-1206141661'), (u'INDIRECT_-1206142920', u'MULTIEQUAL_-1206142150'), (u'CALL_-1206150990', u'INDIRECT_-1206147168'), (u'INDIRECT_-1206144561', u'MULTIEQUAL_-1206144357'), (u'INT_AND_-1206149139', u'INT_EQUAL_-1206156035'), (u'INDIRECT_-1206145190', u'MULTIEQUAL_-1206145076'), (u'CALL_-1206154181', u'PTRADD_-1206153933'), (u'LOAD_-1206151110', u'MULTIEQUAL_-1206148225'), (u'CALL_-1206155288', u'INDIRECT_-1206142171'), (u'MULTIEQUAL_-1206147391', u'PTRSUB_-1206140552'), (u'INT_NOTEQUAL_-1206154996', u'CBRANCH_-1206154995'), (u'INDIRECT_-1206142576', u'MULTIEQUAL_-1206142555'), (u'CALL_-1206153822', u'INDIRECT_-1206143295'), ('const-417', u'LOAD_-1206153052'), (u'INDIRECT_-1206141246', u'MULTIEQUAL_-1206141626'), (u'MULTIEQUAL_-1206148318', u'INT_ADD_-1206151613'), (u'CALL_-1206153917', u'INDIRECT_-1206143339'), (u'MULTIEQUAL_-1206143602', u'COPY_-1206143700'), (u'CALL_-1206152324', u'INDIRECT_-1206144016'), (u'INT_EQUAL_-1206155629', u'CBRANCH_-1206155628'), (u'CALL_-1206150193', u'INDIRECT_-1206141862'), (u'INDIRECT_-1206144898', u'MULTIEQUAL_-1206144500'), (u'MULTIEQUAL_-1206145212', u'INT_EQUAL_-1206151348'), (u'INT_EQUAL_-1206153035', u'MULTIEQUAL_-1206148459'), (u'INDIRECT_-1206140153', u'MULTIEQUAL_-1206140422'), (u'INDIRECT_-1206140601', u'MULTIEQUAL_-1206142897'), (u'INDIRECT_-1206145275', u'MULTIEQUAL_-1206145111'), (u'CALL_-1206156177', u'INDIRECT_-1206144257'), (u'CALL_-1206155664', u'INDIRECT_-1206142623'), (u'INDIRECT_-1206144149', u'MULTIEQUAL_-1206144652'), ('tmp_7313', u'CBRANCH_-1206153319'), (u'INDIRECT_-1206142308', u'MULTIEQUAL_-1206142234'), (u'CALL_-1206152442', u'INDIRECT_-1206141294'), ('tmp_5963', u'CBRANCH_-1206152998'), (u'CALL_-1206153041', u'INDIRECT_-1206142068'), (u'INDIRECT_-1206142391', u'MULTIEQUAL_-1206142270'), (u'CALL_-1206150776', u'INDIRECT_-1206140511'), (u'MULTIEQUAL_-1206144135', u'MULTIEQUAL_-1206144652'), (u'MULTIEQUAL_-1206141971', u'MULTIEQUAL_-1206141963'), (u'LOAD_-1206154216', u'INT_LESS_-1206154201'), (u'LOAD_-1206154216', u'INT_EQUAL_-1206154201'), (u'CALL_-1206152563', u'INDIRECT_-1206141694'), (u'CALL_-1206151512', u'INDIRECT_-1206140883'), (u'INDIRECT_-1206142191', u'MULTIEQUAL_-1206143355'), (u'CALL_-1206153963', u'INT_ADD_-1206153920'), (u'MULTIEQUAL_-1206142673', u'MULTIEQUAL_-1206142665'), (u'CALL_-1206155437', u'INDIRECT_-1206144257'), (u'INDIRECT_-1206143560', u'MULTIEQUAL_-1206143441'), (u'STORE_-1206151220', u'INDIRECT_-1206140728'), (u'CALL_-1206152341', u'INDIRECT_-1206144188'), (u'INT_ZEXT_-1206151142', u'INT_LESSEQUAL_-1206151136'), (u'INDIRECT_-1206143059', u'MULTIEQUAL_-1206143602'), (u'CALL_-1206152136', u'INDIRECT_-1206141159'), (u'MULTIEQUAL_-1206142165', u'MULTIEQUAL_-1206145079'), (u'INDIRECT_-1206142743', u'MULTIEQUAL_-1206142643'), (u'INDIRECT_-1206141572', u'MULTIEQUAL_-1206141531'), (u'CALL_-1206154940', u'INDIRECT_-1206144825'), (u'CALL_-1206155664', u'INDIRECT_-1206144369'), (u'CALL_-1206153753', u'INDIRECT_-1206142447'), (u'MULTIEQUAL_-1206143834', u'COPY_-1206143932'), (u'STORE_-1206151230', u'INDIRECT_-1206142134'), (u'CALL_-1206151480', u'INDIRECT_-1206142153'), (u'INDIRECT_-1206141843', u'MULTIEQUAL_-1206143007'), (u'CALL_-1206153686', u'INDIRECT_-1206142190'), (u'INDIRECT_-1206144108', u'MULTIEQUAL_-1206144057'), ('const-718224', u'COPY_-1206142013'), (u'CALL_-1206154078', u'INDIRECT_-1206142271'), (u'INDIRECT_-1206142804', u'MULTIEQUAL_-1206142427'), (u'CALL_-1206155288', u'INDIRECT_-1206145190'), (u'CALL_-1206152412', u'INDIRECT_-1206143952'), (u'MULTIEQUAL_-1206142152', u'MULTIEQUAL_-1206142934'), (u'INDIRECT_-1206141230', u'MULTIEQUAL_-1206141134'), (u'MULTIEQUAL_-1206147391', u'PTRSUB_-1206142067'), (u'CALL_-1206154181', u'INDIRECT_-1206143262'), (u'CALL_-1206152136', u'INDIRECT_-1206147726'), (u'INDIRECT_-1206143087', u'MULTIEQUAL_-1206142966'), (u'CALL_-1206155215', u'INDIRECT_-1206143417'), ('const-15', u'COPY_-1206151642'), ('const-417', u'STORE_-1206149153'), (u'CALL_-1206154830', u'INDIRECT_-1206142551'), (u'CALL_-1206154181', u'PTRADD_-1206153811'), (u'MULTIEQUAL_-1206142621', u'MULTIEQUAL_-1206143138'), (u'MULTIEQUAL_-1206141507', u'MULTIEQUAL_-1206141598'), (u'STORE_-1206151230', u'INDIRECT_-1206140272'), (u'STORE_-1206152976', u'INDIRECT_-1206144214'), (u'INDIRECT_-1206145165', u'MULTIEQUAL_-1206145001'), (u'MULTIEQUAL_-1206148185', u'PTRADD_-1206151175'), (u'MULTIEQUAL_-1206145045', u'MULTIEQUAL_-1206143983'), (u'MULTIEQUAL_-1206149570', u'INT_ADD_-1206154128'), (u'CALL_-1206156387', u'INDIRECT_-1206149644'), (u'INDIRECT_-1206140695', u'MULTIEQUAL_-1206142079'), (u'INDIRECT_-1206144033', u'MULTIEQUAL_-1206144536'), (u'STORE_-1206151230', u'INDIRECT_-1206141548'), (u'CALL_-1206156061', u'INDIRECT_-1206142920'), (u'STORE_-1206152955', u'INDIRECT_-1206143846'), (u'MULTIEQUAL_-1206142169', u'MULTIEQUAL_-1206145519'), (u'CALL_-1206153963', u'INDIRECT_-1206144754'), (u'INDIRECT_-1206142860', u'MULTIEQUAL_-1206142764'), (u'LOAD_-1206151677', u'CAST_-1206140124'), (u'MULTIEQUAL_-1206141695', u'MULTIEQUAL_-1206141837'), (u'INDIRECT_-1206143798', u'MULTIEQUAL_-1206143470'), (u'CALL_-1206152281', u'INDIRECT_-1206140869'), (u'CALL_-1206153994', u'INDIRECT_-1206142097'), (u'PTRSUB_-1206142726', u'LOAD_-1206153240'), (u'INDIRECT_-1206143266', u'MULTIEQUAL_-1206143254'), (u'CALL_-1206152786', u'INDIRECT_-1206143096'), (u'CALL_-1206150990', u'INDIRECT_-1206143052'), (u'CALL_-1206155855', u'INDIRECT_-1206142478'), (u'MULTIEQUAL_-1206142543', u'MULTIEQUAL_-1206142505'), (u'INDIRECT_-1206143730', u'CAST_-1206142323'), (u'CALL_-1206153017', u'INDIRECT_-1206142058'), (u'CALL_-1206153190', u'INDIRECT_-1206144848'), (u'INDIRECT_-1206144318', u'MULTIEQUAL_-1206144223'), ('tmp_4385', u'CBRANCH_-1206154033'), (u'INDIRECT_-1206141626', u'MULTIEQUAL_-1206141355'), (u'INDIRECT_-1206144123', u'MULTIEQUAL_-1206144840'), (u'INDIRECT_-1206143500', u'MULTIEQUAL_-1206143405'), (u'INDIRECT_-1206142918', u'MULTIEQUAL_-1206142781'), (u'INDIRECT_-1206142163', u'MULTIEQUAL_-1206142079'), (u'CALL_-1206152370', u'INDIRECT_-1206140797'), (u'INDIRECT_-1206144664', u'MULTIEQUAL_-1206144527'), (u'MULTIEQUAL_-1206141275', u'MULTIEQUAL_-1206141366'), (u'INDIRECT_-1206142258', u'MULTIEQUAL_-1206142156'), (u'MULTIEQUAL_-1206141391', u'MULTIEQUAL_-1206141383'), (u'STORE_-1206149153', u'INDIRECT_-1206143129'), (u'INDIRECT_-1206145842', u'MULTIEQUAL_-1206145519'), (u'PTRADD_-1206153962', u'MULTIEQUAL_-1206149342'), (u'COPY_-1206140323', u'MULTIEQUAL_-1206148185'), (u'INDIRECT_-1206144025', u'MULTIEQUAL_-1206143781'), (u'CALL_-1206154940', u'INDIRECT_-1206148941'), (u'CALL_-1206150193', u'INDIRECT_-1206140464'), ('tmp_5507', u'BRANCH_-1206152991'), (u'CALL_-1206156809', u'INDIRECT_-1206143090'), (u'MULTIEQUAL_-1206148225', u'PTRSUB_-1206140320'), (u'CALL_-1206155437', u'INDIRECT_-1206143323'), (u'CALL_-1206156061', u'INDIRECT_-1206145481'), (u'CALL_-1206153753', u'INDIRECT_-1206141635'), (u'CALL_-1206156177', u'INDIRECT_-1206144373'), (u'LOAD_-1206155560', u'COPY_-1206141934'), (u'STORE_-1206152940', u'INDIRECT_-1206143720'), ('tmp_9213', u'CBRANCH_-1206150854'), (u'INDIRECT_-1206144597', u'MULTIEQUAL_-1206144562'), (u'MULTIEQUAL_-1206149167', u'MULTIEQUAL_-1206148966'), (u'CALL_-1206155855', u'INDIRECT_-1206145607'), (u'MULTIEQUAL_-1206141975', u'MULTIEQUAL_-1206141932'), (u'INDIRECT_-1206144373', u'MULTIEQUAL_-1206144240'), ('const-0', u'PTRSUB_-1206142821'), (u'MULTIEQUAL_-1206142168', u'MULTIEQUAL_-1206141941'), (u'CALL_-1206153822', u'INDIRECT_-1206143643'), ('const-84', u'PTRSUB_-1206140301'), (u'INDIRECT_-1206143131', u'MULTIEQUAL_-1206145874'), (u'INDIRECT_-1206142271', u'MULTIEQUAL_-1206142207'), (u'CALL_-1206156061', u'INDIRECT_-1206144550'), (u'CALL_-1206153059', u'INDIRECT_-1206145842'), (u'CALL_-1206152786', u'INDIRECT_-1206142980'), (u'INDIRECT_-1206146109', u'MULTIEQUAL_-1206145984'), (u'CALL_-1206155792', u'INDIRECT_-1206145475'), (u'CALL_-1206155792', u'INDIRECT_-1206144318'), (u'MULTIEQUAL_-1206145442', u'INT_EQUAL_-1206150957'), (u'CALL_-1206152370', u'INDIRECT_-1206142659'), (u'INDIRECT_-1206142029', u'MULTIEQUAL_-1206141971'), (u'INT_EQUAL_-1206153949', u'CBRANCH_-1206153947'), (u'CALL_-1206152370', u'INDIRECT_-1206141377'), (u'MULTIEQUAL_-1206147391', u'PTRSUB_-1206140556'), (u'INDIRECT_-1206142441', u'MULTIEQUAL_-1206143825'), (u'STORE_-1206152955', u'INDIRECT_-1206143266'), (u'INDIRECT_-1206143302', u'MULTIEQUAL_-1206142157'), (u'INDIRECT_-1206142948', u'MULTIEQUAL_-1206143509'), (u'INDIRECT_-1206142978', u'MULTIEQUAL_-1206143941'), ('const-417', u'LOAD_-1206151816'), (u'INDIRECT_-1206144643', u'MULTIEQUAL_-1206144470'), (u'CALL_-1206154119', u'INDIRECT_-1206141481'), (u'COPY_-1206140317', u'MULTIEQUAL_-1206148143'), (u'STORE_-1206152961', u'INDIRECT_-1206143850'), (u'INDIRECT_-1206142484', u'MULTIEQUAL_-1206143045'), (u'CALL_-1206154730', u'INDIRECT_-1206145170'), (u'CALL_-1206153753', u'INDIRECT_-1206144764'), ('tmp_1872', u'CBRANCH_-1206155473'), (u'STORE_-1206152940', u'INDIRECT_-1206143604'), ('const-4', u'PTRSUB_-1206142417'), (u'MULTIEQUAL_-1206147689', u'BOOL_NEGATE_-1206146933'), (u'CALL_-1206155215', u'INDIRECT_-1206143654'), ('const-0', u'INT_EQUAL_-1206153056'), (u'STORE_-1206152976', u'INDIRECT_-1206144794'), (u'CALL_-1206155215', u'INDIRECT_-1206142720'), (u'MULTIEQUAL_-1206143719', u'MULTIEQUAL_-1206144935'), (u'INDIRECT_-1206145385', u'MULTIEQUAL_-1206145221'), (u'CALL_-1206152876', u'INDIRECT_-1206148147'), (u'INDIRECT_-1206143135', u'MULTIEQUAL_-1206143104'), (u'INDIRECT_-1206143876', u'MULTIEQUAL_-1206143781'), (u'CALL_-1206153877', u'INDIRECT_-1206143550'), (u'INDIRECT_-1206145591', u'MULTIEQUAL_-1206145221'), (u'STORE_-1206153010', u'INDIRECT_-1206144585'), (u'CAST_-1206141661', u'CALL_-1206155202'), (u'CALL_-1206151512', u'INDIRECT_-1206147218'), (u'INDIRECT_-1206142904', u'MULTIEQUAL_-1206142893'), (u'MULTIEQUAL_-1206143373', u'MULTIEQUAL_-1206143575'), (u'CALL_-1206150776', u'INDIRECT_-1206142141'), (u'CALL_-1206156964', u'INDIRECT_-1206145852'), (u'CALL_-1206154589', u'INDIRECT_-1206141763'), ('const-0', u'INT_EQUAL_-1206151245'), ('const-417', u'LOAD_-1206154051'), (u'CALL_-1206154181', u'PTRADD_-1206153940'), (u'INDIRECT_-1206143522', u'MULTIEQUAL_-1206143427'), (u'MULTIEQUAL_-1206143239', u'MULTIEQUAL_-1206143201'), (u'CALL_-1206153917', u'INDIRECT_-1206142637'), ('const-156', u'PTRSUB_-1206140444'), ('const-1', u'INT_ADD_-1206140411'), (u'CALL_-1206152833', u'INDIRECT_-1206141098'), (u'CALL_-1206156387', u'INDIRECT_-1206144359'), (u'INDIRECT_-1206144715', u'MULTIEQUAL_-1206144620'), (u'CALL_-1206153190', u'INDIRECT_-1206144384'), (u'CALL_-1206152876', u'INDIRECT_-1206141464'), (u'CALL_-1206151480', u'INDIRECT_-1206147206'), (u'INDIRECT_-1206144228', u'MULTIEQUAL_-1206144057'), (u'CALL_-1206153822', u'INDIRECT_-1206142477'), (u'COPY_-1206140310', u'MULTIEQUAL_-1206148143'), (u'MULTIEQUAL_-1206143617', u'MULTIEQUAL_-1206143708'), (u'INDIRECT_-1206143743', u'MULTIEQUAL_-1206143254'), (u'INDIRECT_-1206143461', u'MULTIEQUAL_-1206146204'), (u'CALL_-1206154661', u'INDIRECT_-1206144595'), (u'CALL_-1206152563', u'INDIRECT_-1206142860'), (u'CALL_-1206156964', u'INDIRECT_-1206143163'), (u'INDIRECT_-1206142688', u'MULTIEQUAL_-1206142311'), (u'MULTIEQUAL_-1206142236', u'MULTIEQUAL_-1206142035'), ('const-8', u'PTRSUB_-1206142067'), (u'INDIRECT_-1206142975', u'MULTIEQUAL_-1206142505'), (u'CALL_-1206154181', u'INDIRECT_-1206141516'), (u'INDIRECT_-1206141852', u'MULTIEQUAL_-1206144589'), (u'CALL_-1206152281', u'INDIRECT_-1206142615'), (u'CALL_-1206156853', u'INDIRECT_-1206144386'), (u'CALL_-1206156177', u'INDIRECT_-1206144025'), (u'INDIRECT_-1206142787', u'MULTIEQUAL_-1206142776'), ('const-1', u'PTRADD_-1206151180'), (u'INDIRECT_-1206143772', u'MULTIEQUAL_-1206143825'), (u'STORE_-1206152940', u'INDIRECT_-1206144770'), (u'MULTIEQUAL_-1206143671', u'MULTIEQUAL_-1206144188'), (u'CALL_-1206153994', u'INDIRECT_-1206143727'), (u'CALL_-1206155601', u'INDIRECT_-1206142598'), (u'MULTIEQUAL_-1206143593', u'MULTIEQUAL_-1206143892'), (u'CALL_-1206153917', u'INDIRECT_-1206142869'), (u'CALL_-1206151480', u'INDIRECT_-1206141103'), ('const-417', u'LOAD_-1206152951'), (u'CALL_-1206153190', u'INDIRECT_-1206144146'), (u'INDIRECT_-1206144141', u'MULTIEQUAL_-1206144008'), (u'LOAD_-1206151028', u'INT_EQUAL_-1206151013'), (u'INT_EQUAL_-1206154006', u'CBRANCH_-1206154003'), (u'CALL_-1206150193', u'CAST_-1206139749'), (u'INDIRECT_-1206142511', u'MULTIEQUAL_-1206142411'), (u'CALL_-1206153678', u'INDIRECT_-1206142172'), (u'MULTIEQUAL_-1206141584', u'MULTIEQUAL_-1206141579'), (u'CALL_-1206152563', u'INDIRECT_-1206140998'), (u'INT_NOTEQUAL_-1206151803', u'CBRANCH_-1206151800'), (u'CALL_-1206151003', u'INDIRECT_-1206142124'), (u'MULTIEQUAL_-1206142750', u'MULTIEQUAL_-1206142745'), (u'MULTIEQUAL_-1206141134', u'MULTIEQUAL_-1206141043'), (u'INT_ADD_-1206153691', u'CALL_-1206153686'), (u'CALL_-1206153285', u'INDIRECT_-1206142374'), (u'STORE_-1206152955', u'INDIRECT_-1206143730'), (u'INDIRECT_-1206144043', u'MULTIEQUAL_-1206144159'), (u'CAST_-1206139963', u'STORE_-1206151220'), (u'CALL_-1206154078', u'INDIRECT_-1206141343'), (u'CALL_-1206150776', u'INDIRECT_-1206141091'), (u'MULTIEQUAL_-1206140079', u'MULTIEQUAL_-1206142433'), (u'INDIRECT_-1206145705', u'MULTIEQUAL_-1206145576'), (u'CALL_-1206155437', u'INDIRECT_-1206149194'), (u'INDIRECT_-1206141910', u'MULTIEQUAL_-1206141653'), (u'CALL_-1206156177', u'INDIRECT_-1206144141'), (u'CALL_-1206153190', u'INDIRECT_-1206142870'), ('const-4294967294', u'INT_MULT_-1206147032'), (u'INDIRECT_-1206142362', u'MULTIEQUAL_-1206142245'), (u'CALL_-1206155601', u'INDIRECT_-1206145275'), (u'CALL_-1206154181', u'INDIRECT_-1206141748'), (u'INDIRECT_-1206144434', u'MULTIEQUAL_-1206144173'), (u'INDIRECT_-1206143498', u'MULTIEQUAL_-1206141234'), ('const-0', u'INT_EQUAL_-1206153217'), ('const-4', u'PTRSUB_-1206142071'), (u'LOAD_-1206153286', u'PTRSUB_-1206142741'), ('const-0', u'INT_EQUAL_-1206156003'), (u'MULTIEQUAL_-1206144003', u'MULTIEQUAL_-1206143673'), (u'INT_EQUAL_-1206154797', u'CBRANCH_-1206154796'), (u'MULTIEQUAL_-1206142207', u'MULTIEQUAL_-1206142164'), (u'INDIRECT_-1206144664', u'MULTIEQUAL_-1206142400'), (u'MULTIEQUAL_-1206148487', u'PTRSUB_-1206140665'), (u'CALL_-1206153063', u'INDIRECT_-1206143943'), (u'CALL_-1206151480', u'INDIRECT_-1206140755'), (u'INDIRECT_-1206142830', u'MULTIEQUAL_-1206142659'), (u'STORE_-1206153901', u'INDIRECT_-1206141942'), (u'COPY_-1206141877', u'MULTIEQUAL_-1206147391'), (u'INDIRECT_-1206142923', u'MULTIEQUAL_-1206142518'), (u'CALL_-1206155601', u'INDIRECT_-1206144344'), (u'CALL_-1206150193', u'INDIRECT_-1206143251'), (u'CALLIND_-1206156299', u'INDIRECT_-1206142686'), (u'COPY_-1206140246', u'MULTIEQUAL_-1206145804'), (u'INDIRECT_-1206143526', u'MULTIEQUAL_-1206143355'), (u'CALL_-1206151512', u'INDIRECT_-1206143212'), (u'CALL_-1206153917', u'INDIRECT_-1206142753'), (u'INDIRECT_-1206143830', u'MULTIEQUAL_-1206143763'), (u'INDIRECT_-1206145365', u'MULTIEQUAL_-1206145111'), (u'CALL_-1206154830', u'INDIRECT_-1206143369'), (u'MULTIEQUAL_-1206145804', u'COPY_-1206140262'), (u'STORE_-1206154656', u'INDIRECT_-1206142445'), (u'MULTIEQUAL_-1206143892', u'MULTIEQUAL_-1206142159'), ('const-96', u'PTRSUB_-1206140416'), (u'INT_NOTEQUAL_-1206152309', u'CBRANCH_-1206152308'), (u'CALL_-1206155855', u'INDIRECT_-1206144224'), ('const-417', u'STORE_-1206154035'), (u'MULTIEQUAL_-1206144951', u'MULTIEQUAL_-1206144935'), (u'CALL_-1206153822', u'INDIRECT_-1206142593'), (u'CALL_-1206155437', u'INT_EQUAL_-1206155423'), (u'INDIRECT_-1206143595', u'MULTIEQUAL_-1206145686'), (u'INDIRECT_-1206144664', u'PTRADD_-1206151816'), (u'LOAD_-1206151315', u'INT_OR_-1206151282'), (u'CALL_-1206152277', u'INDIRECT_-1206140915'), (u'CALL_-1206154661', u'INDIRECT_-1206145035'), ('const-0', u'STORE_-1206153782'), (u'CAST_-1206142200', u'LOAD_-1206156309'), (u'STORE_-1206149153', u'INDIRECT_-1206142781'), (u'INDIRECT_-1206144141', u'MULTIEQUAL_-1206143671'), (u'INDIRECT_-1206142716', u'MULTIEQUAL_-1206143277'), (u'MULTIEQUAL_-1206145984', u'MULTIEQUAL_-1206145654'), (u'INT_2COMP_-1206147009', u'CAST_-1206140166'), (u'INDIRECT_-1206143331', u'MULTIEQUAL_-1206143834'), (u'CALL_-1206151003', u'INDIRECT_-1206141776'), (u'INDIRECT_-1206142781', u'MULTIEQUAL_-1206142608'), (u'CALL_-1206152833', u'INDIRECT_-1206142026'), ('const-417', u'LOAD_-1206151665'), (u'MULTIEQUAL_-1206143355', u'MULTIEQUAL_-1206143654'), (u'INT_NOTEQUAL_-1206151091', u'CBRANCH_-1206151091'), (u'INT_ADD_-1206156293', u'CAST_-1206142200'), (u'CALL_-1206153059', u'INDIRECT_-1206145622'), (u'INDIRECT_-1206142575', u'MULTIEQUAL_-1206142170'), (u'STORE_-1206152961', u'INDIRECT_-1206144320'), (u'CALL_-1206154181', u'INDIRECT_-1206148431'), (u'INDIRECT_-1206145518', u'MULTIEQUAL_-1206145441'), (u'INDIRECT_-1206143323', u'MULTIEQUAL_-1206143190'), (u'CALL_-1206151271', u'INDIRECT_-1206140350'), (u'COPY_-1206142563', u'COPY_-1206142499'), ('const-4294967294', u'INT_MULT_-1206147767'), (u'MULTIEQUAL_-1206142391', u'MULTIEQUAL_-1206142533'), (u'INDIRECT_-1206145300', u'MULTIEQUAL_-1206145186'), (u'INDIRECT_-1206143643', u'MULTIEQUAL_-1206143547'), (u'INDIRECT_-1206143555', u'MULTIEQUAL_-1206143085'), (u'INDIRECT_-1206142594', u'MULTIEQUAL_-1206142477'), (u'CALL_-1206153992', u'INDIRECT_-1206143135'), (u'INDIRECT_-1206141896', u'MULTIEQUAL_-1206141858'), (u'CALL_-1206154119', u'INDIRECT_-1206142293'), (u'CALL_-1206152799', u'INDIRECT_-1206145886'), (u'MULTIEQUAL_-1206145739', u'MULTIEQUAL_-1206142170'), (u'COPY_-1206141763', u'MULTIEQUAL_-1206149508'), (u'INDIRECT_-1206141826', u'MULTIEQUAL_-1206142206'), (u'STORE_-1206152961', u'INDIRECT_-1206142922'), (u'MULTIEQUAL_-1206143245', u'CALL_-1206156177'), (u'INDIRECT_-1206147802', u'MULTIEQUAL_-1206149126'), (u'MULTIEQUAL_-1206147742', u'MULTIEQUAL_-1206147734'), (u'INDIRECT_-1206145756', u'MULTIEQUAL_-1206145292'), (u'CALL_-1206154119', u'INDIRECT_-1206141945'), (u'INDIRECT_-1206141313', u'MULTIEQUAL_-1206141582'), (u'MULTIEQUAL_-1206143325', u'MULTIEQUAL_-1206143467'), (u'CALL_-1206155601', u'INDIRECT_-1206143996'), (u'CALL_-1206153530', u'INDIRECT_-1206142476'), (u'INDIRECT_-1206142164', u'MULTIEQUAL_-1206143472'), (u'INDIRECT_-1206143907', u'MULTIEQUAL_-1206143719'), (u'MULTIEQUAL_-1206142170', u'MULTIEQUAL_-1206145600'), (u'CALL_-1206155855', u'INDIRECT_-1206145167'), (u'INDIRECT_-1206142912', u'MULTIEQUAL_-1206142874'), (u'INDIRECT_-1206141530', u'MULTIEQUAL_-1206143826'), (u'MULTIEQUAL_-1206145331', u'MULTIEQUAL_-1206145292'), (u'CALL_-1206153704', u'INDIRECT_-1206141602'), (u'CALL_-1206152136', u'INDIRECT_-1206143940'), (u'CAST_-1206140297', u'INT_LESS_-1206151650'), (u'CAST_-1206140297', u'INT_EQUAL_-1206151650'), (u'INT_ZEXT_-1206151612', u'INT_MULT_-1206146944'), (u'CALL_-1206153917', u'INDIRECT_-1206143455'), (u'CALL_-1206153554', u'INDIRECT_-1206142370'), (u'INDIRECT_-1206143498', u'MULTIEQUAL_-1206143361'), (u'INT_RIGHT_-1206153222', u'INT_EQUAL_-1206153186'), (u'INDIRECT_-1206142992', u'MULTIEQUAL_-1206143372'), (u'CALL_-1206154181', u'INDIRECT_-1206142914'), (u'INDIRECT_-1206142847', u'MULTIEQUAL_-1206142789'), (u'CALL_-1206153992', u'INDIRECT_-1206148420'), (u'CALL_-1206152168', u'INDIRECT_-1206142337'), (u'INDIRECT_-1206149194', u'MULTIEQUAL_-1206149126'), (u'INDIRECT_-1206143282', u'MULTIEQUAL_-1206143558'), (u'CALL_-1206154661', u'INDIRECT_-1206148821'), (u'CALL_-1206150193', u'INDIRECT_-1206140696'), (u'MULTIEQUAL_-1206141579', u'MULTIEQUAL_-1206141721'), (u'PTRSUB_-1206140556', u'LOAD_-1206152208'), (u'INDIRECT_-1206143438', u'MULTIEQUAL_-1206143307'), (u'INDIRECT_-1206140523', u'MULTIEQUAL_-1206142468'), (u'INDIRECT_-1206143323', u'MULTIEQUAL_-1206142853'), (u'CALL_-1206152833', u'INDIRECT_-1206144013'), (u'MULTIEQUAL_-1206149373', u'PTRADD_-1206154156'), (u'MULTIEQUAL_-1206142325', u'MULTIEQUAL_-1206142317'), (u'MULTIEQUAL_-1206141350', u'MULTIEQUAL_-1206141123'), (u'CALL_-1206153877', u'INDIRECT_-1206141688'), ('const-0', u'INT_NOTEQUAL_-1206152917'), (u'INDIRECT_-1206141495', u'MULTIEQUAL_-1206142659'), (u'STORE_-1206152961', u'INDIRECT_-1206143386'), (u'INDIRECT_-1206143013', u'MULTIEQUAL_-1206142840'), (u'MULTIEQUAL_-1206148225', u'PTRSUB_-1206140339'), (u'MULTIEQUAL_-1206148279', u'PTRSUB_-1206140022'), (u'MULTIEQUAL_-1206141932', u'MULTIEQUAL_-1206141927'), (u'INDIRECT_-1206143616', u'MULTIEQUAL_-1206143521'), ('const-417', u'LOAD_-1206155058'), (u'INDIRECT_-1206140291', u'MULTIEQUAL_-1206142236'), (u'MULTIEQUAL_-1206149313', u'PTRADD_-1206154077'), (u'INDIRECT_-1206145495', u'MULTIEQUAL_-1206145331'), (u'CALL_-1206153686', u'INDIRECT_-1206141494'), (u'CALL_-1206152833', u'INDIRECT_-1206143192'), (u'CALL_-1206152324', u'INDIRECT_-1206141235'), (u'CALL_-1206155288', u'INDIRECT_-1206142403'), (u'INDIRECT_-1206143379', u'MULTIEQUAL_-1206143345'), (u'COPY_-1206142618', u'MULTIEQUAL_-1206142703'), (u'MULTIEQUAL_-1206141279', u'MULTIEQUAL_-1206141236'), (u'PTRADD_-1206153547', u'CALL_-1206153554'), (u'COPY_-1206140273', u'MULTIEQUAL_-1206145804'), (u'INDIRECT_-1206144006', u'MULTIEQUAL_-1206143885'), (u'CALL_-1206152922', u'INDIRECT_-1206142948'), (u'INDIRECT_-1206142804', u'MULTIEQUAL_-1206142702'), (u'MULTIEQUAL_-1206141731', u'MULTIEQUAL_-1206142947'), (u'INDIRECT_-1206145068', u'MULTIEQUAL_-1206144937'), (u'CALL_-1206154830', u'INDIRECT_-1206142899'), (u'CALL_-1206154730', u'INDIRECT_-1206143445'), (u'CALL_-1206155288', u'INDIRECT_-1206143801'), (u'INDIRECT_-1206142228', u'MULTIEQUAL_-1206142207'), ('const-384', u'PTRADD_-1206151816'), (u'CAST_-1206141324', u'COPY_-1206141476'), (u'MULTIEQUAL_-1206140811', u'MULTIEQUAL_-1206140902'), (u'INDIRECT_-1206144440', u'MULTIEQUAL_-1206144235'), (u'INT_ADD_-1206153920', u'INT_ADD_-1206153918'), (u'CALL_-1206153917', u'INDIRECT_-1206142986'), (u'MULTIEQUAL_-1206141463', u'MULTIEQUAL_-1206141605'), (u'LOAD_-1206154051', u'CALL_-1206152922'), (u'INDIRECT_-1206141412', u'MULTIEQUAL_-1206141373'), (u'INDIRECT_-1206141696', u'MULTIEQUAL_-1206142659'), (u'CALL_-1206151003', u'INDIRECT_-1206140958'), (u'CALL_-1206155792', u'INDIRECT_-1206144202'), (u'MULTIEQUAL_-1206141946', u'MULTIEQUAL_-1206141855'), (u'CALL_-1206156061', u'INDIRECT_-1206145701'), (u'CALL_-1206156061', u'INDIRECT_-1206144202'), (u'CALL_-1206152370', u'INDIRECT_-1206142543'), (u'CALL_-1206153190', u'INDIRECT_-1206143218'), (u'MULTIEQUAL_-1206141395', u'MULTIEQUAL_-1206141597'), (u'COPY_-1206154179', u'MULTIEQUAL_-1206149200'), (u'CALL_-1206153963', u'INDIRECT_-1206144424'), (u'INDIRECT_-1206142191', u'MULTIEQUAL_-1206142117'), ('const-164', u'PTRSUB_-1206140429'), ('tmp_5804', u'CBRANCH_-1206153082'), (u'MULTIEQUAL_-1206142843', u'MULTIEQUAL_-1206142513'), (u'INT_EQUAL_-1206154201', u'CBRANCH_-1206154202'), (u'INDIRECT_-1206144925', u'MULTIEQUAL_-1206144857'), ('const-0', u'PTRSUB_-1206139939'), (u'CALL_-1206150750', u'INDIRECT_-1206141783'), (u'STORE_-1206152955', u'INDIRECT_-1206143382'), (u'INDIRECT_-1206144840', u'MULTIEQUAL_-1206144747'), (u'STORE_-1206153782', u'INDIRECT_-1206141627'), (u'INDIRECT_-1206143677', u'MULTIEQUAL_-1206143433'), (u'INDIRECT_-1206141548', u'MULTIEQUAL_-1206141510'), (u'CALL_-1206151003', u'INDIRECT_-1206140842'), (u'CALL_-1206153190', u'INDIRECT_-1206145675'), (u'MULTIEQUAL_-1206147391', u'COPY_-1206155708'), (u'MULTIEQUAL_-1206149186', u'CALL_-1206153041'), (u'CALL_-1206152370', u'INDIRECT_-1206141725'), ('tmp_5603', u'BRANCH_-1206152897'), (u'INDIRECT_-1206142460', u'MULTIEQUAL_-1206142439'), (u'INDIRECT_-1206148550', u'MULTIEQUAL_-1206148526'), (u'MULTIEQUAL_-1206142172', u'PTRSUB_-1206142181'), (u'INDIRECT_-1206142406', u'MULTIEQUAL_-1206142391'), (u'MULTIEQUAL_-1206144891', u'MULTIEQUAL_-1206145189'), (u'MULTIEQUAL_-1206140695', u'MULTIEQUAL_-1206140687'), ('tmp_383', u'CBRANCH_-1206156776'), (u'CALL_-1206152412', u'CAST_-1206140431'), ('tmp_6204', u'BRANCH_-1206152775'), (u'INDIRECT_-1206142612', u'MULTIEQUAL_-1206142355'), (u'MULTIEQUAL_-1206149292', u'MULTIEQUAL_-1206142171'), ('const-8', u'PTRSUB_-1206142181'), (u'COPY_-1206141490', u'MULTIEQUAL_-1206149355'), (u'MULTIEQUAL_-1206142441', u'MULTIEQUAL_-1206142433'), ('tmp_22015', u'PTRSUB_-1206142008'), (u'CALL_-1206153554', u'INDIRECT_-1206144247'), (u'BOOL_NEGATE_-1206143410', u'CBRANCH_-1206153082'), (u'INDIRECT_-1206143411', u'MULTIEQUAL_-1206143362'), (u'CALL_-1206156809', u'INDIRECT_-1206145999'), (u'LOAD_-1206151799', u'INT_NOTEQUAL_-1206151780'), (u'INDIRECT_-1206144588', u'MULTIEQUAL_-1206144732'), (u'CALL_-1206150776', u'INDIRECT_-1206142025'), ('const-156', u'PTRSUB_-1206140208'), ('const-417', u'LOAD_-1206151156'), (u'INDIRECT_-1206142551', u'MULTIEQUAL_-1206142467'), (u'CALL_-1206152370', u'INDIRECT_-1206141957'), (u'MULTIEQUAL_-1206140654', u'MULTIEQUAL_-1206140427'), (u'CALL_-1206155437', u'INDIRECT_-1206143207'), (u'INDIRECT_-1206141330', u'MULTIEQUAL_-1206141073'), (u'MULTIEQUAL_-1206142201', u'MULTIEQUAL_-1206143417'), (u'INDIRECT_-1206140338', u'MULTIEQUAL_-1206143075'), (u'CALL_-1206153963', u'INDIRECT_-1206143012'), (u'STORE_-1206153010', u'INDIRECT_-1206143303'), (u'CALL_-1206150193', u'INDIRECT_-1206142921'), ('tmp_8093', u'CBRANCH_-1206151372'), (u'CALL_-1206153481', u'INDIRECT_-1206141412'), ('const-417', u'STORE_-1206153010'), (u'CALL_-1206156853', u'INDIRECT_-1206143225'), (u'CALL_-1206152799', u'INDIRECT_-1206144735'), (u'INDIRECT_-1206143037', u'MULTIEQUAL_-1206143865'), (u'INDIRECT_-1206143485', u'MULTIEQUAL_-1206145576'), (u'CALL_-1206152922', u'INDIRECT_-1206143064'), (u'INDIRECT_-1206141737', u'MULTIEQUAL_-1206141706'), (u'STORE_-1206149153', u'INDIRECT_-1206143709'), (u'INDIRECT_-1206143329', u'MULTIEQUAL_-1206143229'), (u'CALL_-1206153686', u'INDIRECT_-1206142074'), (u'INDIRECT_-1206144030', u'MULTIEQUAL_-1206143702'), (u'INDIRECT_-1206143247', u'MULTIEQUAL_-1206143138'), (u'INDIRECT_-1206144207', u'MULTIEQUAL_-1206144003'), (u'PTRSUB_-1206142212', u'LOAD_-1206155897'), (u'INDIRECT_-1206145418', u'MULTIEQUAL_-1206145299'), (u'CAST_-1206141436', u'PTRADD_-1206154596'), (u'PTRSUB_-1206142372', u'CALL_-1206156177'), (u'INDIRECT_-1206143854', u'MULTIEQUAL_-1206143593'), (u'PTRSUB_-1206142181', u'LOAD_-1206155806'), (u'INDIRECT_-1206143555', u'MULTIEQUAL_-1206143422'), (u'MULTIEQUAL_-1206141615', u'MULTIEQUAL_-1206142831'), (u'INDIRECT_-1206143500', u'MULTIEQUAL_-1206144891'), (u'CALL_-1206154078', u'INDIRECT_-1206144148'), (u'MULTIEQUAL_-1206148108', u'LOAD_-1206151617'), (u'INDIRECT_-1206143361', u'MULTIEQUAL_-1206143188'), (u'MULTIEQUAL_-1206141511', u'MULTIEQUAL_-1206141468'), (u'PTRSUB_-1206140444', u'PTRSUB_-1206140257'), (u'MULTIEQUAL_-1206143191', u'MULTIEQUAL_-1206142840'), (u'CALL_-1206153190', u'INDIRECT_-1206145895'), (u'INDIRECT_-1206145732', u'MULTIEQUAL_-1206145464'), (u'INDIRECT_-1206143909', u'MULTIEQUAL_-1206143809'), (u'CALL_-1206151512', u'INDIRECT_-1206141580'), (u'MULTIEQUAL_-1206146715', u'PTRADD_-1206154140'), (u'CAST_-1206141266', u'CALL_-1206153938'), (u'INDIRECT_-1206143846', u'INT_AND_-1206156208'), (u'MULTIEQUAL_-1206143190', u'MULTIEQUAL_-1206142153'), (u'INDIRECT_-1206141318', u'MULTIEQUAL_-1206141879'), (u'INDIRECT_-1206148374', u'MULTIEQUAL_-1206148526'), (u'CALL_-1206154661', u'INDIRECT_-1206143768'), (u'MULTIEQUAL_-1206142161', u'MULTIEQUAL_-1206144013'), (u'PTRSUB_-1206142017', u'LOAD_-1206155468'), (u'INDIRECT_-1206145060', u'MULTIEQUAL_-1206144967'), (u'INDIRECT_-1206144487', u'MULTIEQUAL_-1206144452'), (u'CALL_-1206153753', u'INDIRECT_-1206142679'), (u'INDIRECT_-1206144604', u'MULTIEQUAL_-1206144473'), (u'INDIRECT_-1206147726', u'MULTIEQUAL_-1206149126'), (u'CAST_-1206140168', u'INT_ADD_-1206140385'), (u'INDIRECT_-1206142258', u'MULTIEQUAL_-1206142001'), ('tmp_8316', u'BRANCH_-1206151212'), (u'CALL_-1206155215', u'INDIRECT_-1206142140'), (u'INDIRECT_-1206141926', u'MULTIEQUAL_-1206141830'), (u'INDIRECT_-1206142429', u'MULTIEQUAL_-1206142355'), (u'CALL_-1206152876', u'INDIRECT_-1206144361'), (u'CALL_-1206155664', u'INDIRECT_-1206144253'), (u'CALL_-1206154181', u'INDIRECT_-1206144535'), (u'CALL_-1206152281', u'INDIRECT_-1206141101'), ('const-4294967295', u'INT_ADD_-1206153046'), (u'INDIRECT_-1206141971', u'MULTIEQUAL_-1206141887'), (u'INDIRECT_-1206143477', u'MULTIEQUAL_-1206143304'), (u'MULTIEQUAL_-1206144715', u'MULTIEQUAL_-1206143653'), (u'INDIRECT_-1206143970', u'MULTIEQUAL_-1206143875'), ('const-0', u'INT_NOTEQUAL_-1206154151'), (u'INDIRECT_-1206143540', u'MULTIEQUAL_-1206142159'), (u'INDIRECT_-1206149487', u'MULTIEQUAL_-1206149126'), (u'INT_ADD_-1206154733', u'CALL_-1206154730'), ('tmp_8522', u'CBRANCH_-1206151075'), (u'INT_ZEXT_-1206154206', u'INT_MULT_-1206148359'), (u'INDIRECT_-1206142142', u'MULTIEQUAL_-1206142195'), (u'MULTIEQUAL_-1206145442', u'MULTIEQUAL_-1206145454'), (u'CALL_-1206154119', u'INDIRECT_-1206144280'), (u'INDIRECT_-1206141263', u'MULTIEQUAL_-1206141189'), ('const-4', u'PTRSUB_-1206140665'), (u'COPY_-1206154249', u'MULTIEQUAL_-1206149588'), ('tmp_758', u'CBRANCH_-1206156219'), (u'CALL_-1206155437', u'INDIRECT_-1206144141'), (u'MULTIEQUAL_-1206142156', u'MULTIEQUAL_-1206143398'), ('const-0', u'INT_EQUAL_-1206153259'), (u'INDIRECT_-1206141639', u'MULTIEQUAL_-1206142467'), (u'STORE_-1206153901', u'INDIRECT_-1206141826'), (u'COPY_-1206142734', u'CALL_-1206153059'), (u'CALL_-1206152922', u'INDIRECT_-1206142484'), (u'INDIRECT_-1206142129', u'MULTIEQUAL_-1206142080'), (u'INDIRECT_-1206142722', u'MULTIEQUAL_-1206142152'), (u'MULTIEQUAL_-1206144269', u'MULTIEQUAL_-1206144404'), ('const-6', u'COPY_-1206154249'), (u'INDIRECT_-1206143576', u'MULTIEQUAL_-1206144891'), (u'CALL_-1206153063', u'INDIRECT_-1206143363'), ('const-417', u'LOAD_-1206151045'), (u'CALL_-1206156853', u'INDIRECT_-1206144269'), (u'INDIRECT_-1206143819', u'MULTIEQUAL_-1206144206'), ('const-0', u'INT_EQUAL_-1206155474'), (u'INDIRECT_-1206144453', u'MULTIEQUAL_-1206144203'), ('const-417', u'LOAD_-1206151439'), (u'CALL_-1206156964', u'INDIRECT_-1206143047'), (u'INDIRECT_-1206146172', u'MULTIEQUAL_-1206145849'), (u'INDIRECT_-1206142954', u'MULTIEQUAL_-1206142852'), (u'MULTIEQUAL_-1206145984', u'MULTIEQUAL_-1206145629'), (u'STORE_-1206153782', u'INDIRECT_-1206142671'), (u'MULTIEQUAL_-1206142672', u'MULTIEQUAL_-1206142874'), (u'MULTIEQUAL_-1206141847', u'MULTIEQUAL_-1206143063'), ('tmp_8349', u'CBRANCH_-1206151048'), (u'MULTIEQUAL_-1206141507', u'MULTIEQUAL_-1206141499'), (u'MULTIEQUAL_-1206143784', u'MULTIEQUAL_-1206143750'), (u'CALLIND_-1206156299', u'INDIRECT_-1206144084'), (u'MULTIEQUAL_-1206142483', u'MULTIEQUAL_-1206141421'), (u'CALL_-1206153938', u'INDIRECT_-1206141722'), (u'INDIRECT_-1206144257', u'MULTIEQUAL_-1206144013'), (u'CALL_-1206152136', u'INDIRECT_-1206143830'), (u'INDIRECT_-1206143178', u'MULTIEQUAL_-1206143082'), (u'BOOL_NEGATE_-1206148315', u'BOOL_AND_-1206154080'), (u'STORE_-1206152976', u'INDIRECT_-1206143976'), (u'CALL_-1206156387', u'INDIRECT_-1206143657'), (u'INT_MULT_-1206148360', u'INT_ADD_-1206141610'), (u'CALL_-1206154589', u'INDIRECT_-1206143277'), (u'INDIRECT_-1206141794', u'MULTIEQUAL_-1206141537'), (u'INDIRECT_-1206143102', u'MULTIEQUAL_-1206142774'), (u'CALL_-1206154119', u'INDIRECT_-1206141829'), ('const-7', u'COPY_-1206154162'), (u'MULTIEQUAL_-1206149106', u'INT_ADD_-1206153130'), (u'CALL_-1206153877', u'INDIRECT_-1206143202'), (u'CAST_-1206141062', u'MULTIEQUAL_-1206149124'), (u'STORE_-1206149153', u'INDIRECT_-1206142665'), (u'CALL_-1206150193', u'INDIRECT_-1206140232'), (u'INDIRECT_-1206141413', u'MULTIEQUAL_-1206143709'), (u'MULTIEQUAL_-1206145155', u'CAST_-1206140535'), (u'PTRSUB_-1206142821', u'LOAD_-1206156830'), (u'STORE_-1206153010', u'INDIRECT_-1206143535'), (u'INDIRECT_-1206143375', u'MULTIEQUAL_-1206145466'), (u'CALL_-1206154589', u'INDIRECT_-1206143625'), (u'INDIRECT_-1206146005', u'MULTIEQUAL_-1206145684'), (u'INDIRECT_-1206143015', u'MULTIEQUAL_-1206142931'), (u'CAST_-1206141132', u'CALL_-1206153041'), (u'INDIRECT_-1206144146', u'MULTIEQUAL_-1206143818'), (u'CALL_-1206153992', u'INDIRECT_-1206142549'), (u'MULTIEQUAL_-1206143228', u'MULTIEQUAL_-1206143001'), ('tmp_8867', u'CBRANCH_-1206150955'), (u'STORE_-1206152955', u'INDIRECT_-1206144079'), (u'MULTIEQUAL_-1206143025', u'MULTIEQUAL_-1206142982'), (u'INDIRECT_-1206143322', u'MULTIEQUAL_-1206143191'), (u'MULTIEQUAL_-1206144473', u'MULTIEQUAL_-1206144143'), (u'INDIRECT_-1206142691', u'MULTIEQUAL_-1206142286'), (u'INDIRECT_-1206144084', u'MULTIEQUAL_-1206144072'), (u'CALL_-1206151003', u'INDIRECT_-1206140726'), (u'CALL_-1206153938', u'INDIRECT_-1206143352'), (u'INDIRECT_-1206143334', u'MULTIEQUAL_-1206143006'), (u'STORE_-1206153010', u'INDIRECT_-1206142723'), (u'CALL_-1206153059', u'INDIRECT_-1206144563'), (u'INDIRECT_-1206143384', u'MULTIEQUAL_-1206142154'), (u'MULTIEQUAL_-1206144379', u'MULTIEQUAL_-1206144514'), (u'MULTIEQUAL_-1206142162', u'MULTIEQUAL_-1206144129'), (u'STORE_-1206151220', u'INDIRECT_-1206141894'), ('const-0', u'PTRSUB_-1206155626'), (u'INDIRECT_-1206141983', u'MULTIEQUAL_-1206141945'), ('const-0', u'COPY_-1206152991'), (u'MULTIEQUAL_-1206141743', u'MULTIEQUAL_-1206141700'), (u'CALL_-1206153686', u'INDIRECT_-1206143472'), (u'INDIRECT_-1206143558', u'MULTIEQUAL_-1206143507'), (u'MULTIEQUAL_-1206144937', u'MULTIEQUAL_-1206144586'), (u'MULTIEQUAL_-1206142977', u'MULTIEQUAL_-1206143119'), (u'CALLIND_-1206156299', u'INDIRECT_-1206143614'), (u'INT_MULT_-1206148324', u'INT_ADD_-1206141582'), (u'CALL_-1206153686', u'INDIRECT_-1206142887'), (u'CALL_-1206150167', u'INDIRECT_-1206141968'), (u'INDIRECT_-1206143541', u'MULTIEQUAL_-1206143420'), (u'INDIRECT_-1206142171', u'MULTIEQUAL_-1206142674'), (u'CALL_-1206153481', u'INDIRECT_-1206143158'), (u'INDIRECT_-1206148794', u'MULTIEQUAL_-1206148404'), (u'CALL_-1206153530', u'INDIRECT_-1206144347'), (u'CALL_-1206153554', u'INDIRECT_-1206141674'), (u'MULTIEQUAL_-1206142610', u'MULTIEQUAL_-1206142148'), (u'INDIRECT_-1206140849', u'MULTIEQUAL_-1206141118'), (u'INDIRECT_-1206140882', u'INT_NOTEQUAL_-1206152525'), (u'INDIRECT_-1206144478', u'MULTIEQUAL_-1206144622'), (u'STORE_-1206153782', u'INDIRECT_-1206142555'), (u'CALL_-1206155288', u'INDIRECT_-1206143685'), ('tmp_4018', u'CBRANCH_-1206154227'), (u'CALL_-1206155288', u'INDIRECT_-1206143099'), (u'CALL_-1206150193', u'INDIRECT_-1206143031'), (u'MULTIEQUAL_-1206144003', u'MULTIEQUAL_-1206143652'), ('const-417', u'LOAD_-1206151235'), (u'INDIRECT_-1206142519', u'MULTIEQUAL_-1206143022'), (u'CALL_-1206153017', u'INDIRECT_-1206142528'), (u'INDIRECT_-1206145188', u'MULTIEQUAL_-1206145111'), ('const-4', u'PTRSUB_-1206142212'), (u'PTRSUB_-1206141975', u'LOAD_-1206155403'), (u'MULTIEQUAL_-1206142317', u'MULTIEQUAL_-1206143533'), (u'INDIRECT_-1206144732', u'MULTIEQUAL_-1206144404'), (u'INDIRECT_-1206143202', u'MULTIEQUAL_-1206143161'), (u'CALL_-1206156809', u'INDIRECT_-1206146329'), (u'INDIRECT_-1206142075', u'MULTIEQUAL_-1206142001'), (u'MULTIEQUAL_-1206142150', u'MULTIEQUAL_-1206142731'), (u'CALL_-1206153704', u'INDIRECT_-1206143116'), (u'MULTIEQUAL_-1206145152', u'MULTIEQUAL_-1206144951'), (u'INDIRECT_-1206145497', u'MULTIEQUAL_-1206145387'), (u'INDIRECT_-1206142058', u'MULTIEQUAL_-1206142438'), (u'INT_EQUAL_-1206155474', u'CBRANCH_-1206155473'), (u'INDIRECT_-1206143268', u'MULTIEQUAL_-1206142891'), (u'CALLIND_-1206156299', u'INDIRECT_-1206144432'), (u'INDIRECT_-1206142606', u'MULTIEQUAL_-1206142659'), (u'MULTIEQUAL_-1206142091', u'MULTIEQUAL_-1206142048'), (u'CALL_-1206151271', u'INDIRECT_-1206140698'), (u'STORE_-1206154035', u'INDIRECT_-1206143278'), (u'CALL_-1206152563', u'INDIRECT_-1206142158'), (u'PTRSUB_-1206140339', u'CAST_-1206140168'), (u'CALL_-1206152442', u'INDIRECT_-1206140946'), (u'MULTIEQUAL_-1206143314', u'MULTIEQUAL_-1206143280'), (u'MULTIEQUAL_-1206148829', u'LOAD_-1206153052'), (u'CALL_-1206150193', u'INDIRECT_-1206141392'), (u'CALL_-1206154589', u'INDIRECT_-1206142459'), (u'CALL_-1206156177', u'INDIRECT_-1206149542'), (u'INDIRECT_-1206143108', u'MULTIEQUAL_-1206143093'), (u'INDIRECT_-1206145815', u'MULTIEQUAL_-1206145686'), (u'CALL_-1206150167', u'INDIRECT_-1206141150'), (u'MULTIEQUAL_-1206149508', u'INT_NOTEQUAL_-1206154695'), (u'CALL_-1206154119', u'STORE_-1206153901'), (u'CALL_-1206153481', u'INDIRECT_-1206142926'), (u'INDIRECT_-1206145426', u'MULTIEQUAL_-1206144962'), ('const-79', u'INT_EQUAL_-1206153949'), (u'CALL_-1206154119', u'INDIRECT_-1206144390'), ('const-4294967294', u'INT_MULT_-1206148325'), (u'COPY_-1206141008', u'MULTIEQUAL_-1206148849'), (u'INDIRECT_-1206141114', u'MULTIEQUAL_-1206141018'), (u'INDIRECT_-1206143854', u'MULTIEQUAL_-1206143759'), (u'CALL_-1206155792', u'INDIRECT_-1206143970'), (u'MULTIEQUAL_-1206142906', u'COPY_-1206143004'), ('const-3', u'INT_RIGHT_-1206153139'), (u'MULTIEQUAL_-1206142172', u'PTRSUB_-1206142212'), (u'CALL_-1206156853', u'INDIRECT_-1206144153'), (u'INDIRECT_-1206143561', u'MULTIEQUAL_-1206143461'), (u'CALL_-1206153041', u'INDIRECT_-1206144269'), (u'INDIRECT_-1206142593', u'MULTIEQUAL_-1206142544'), (u'CALL_-1206151271', u'INDIRECT_-1206141626'), (u'STORE_-1206153010', u'INDIRECT_-1206143651'), (u'CALL_-1206154078', u'INDIRECT_-1206143437'), (u'STORE_-1206152961', u'INDIRECT_-1206142806'), (u'STORE_-1206152976', u'INDIRECT_-1206143048'), (u'COPY_-1206154162', u'MULTIEQUAL_-1206149570'), (u'MULTIEQUAL_-1206147391', u'INT_NOTEQUAL_-1206155915'), (u'INT_LESS_-1206153035', u'MULTIEQUAL_-1206148713'), (u'CALL_-1206153938', u'INDIRECT_-1206141838'), (u'INDIRECT_-1206141507', u'MULTIEQUAL_-1206142891'), ('const-1', u'INT_ADD_-1206141668'), (u'INDIRECT_-1206143410', u'MULTIEQUAL_-1206143314'), (u'MULTIEQUAL_-1206142963', u'MULTIEQUAL_-1206142947'), (u'INDIRECT_-1206142942', u'MULTIEQUAL_-1206142825'), (u'CALL_-1206152922', u'INDIRECT_-1206141782'), (u'CALL_-1206154830', u'INDIRECT_-1206143131'), (u'LOAD_-1206155560', u'CALL_-1206151480'), (u'CALL_-1206153059', u'INDIRECT_-1206146062'), ('tmp_1209', u'CBRANCH_-1206155915'), (u'CAST_-1206140252', u'LOAD_-1206151816'), (u'CALL_-1206154181', u'INDIRECT_-1206141632'), ('const-417', u'LOAD_-1206152400'), (u'INDIRECT_-1206143384', u'MULTIEQUAL_-1206143123'), (u'CALL_-1206153994', u'INDIRECT_-1206141749'), (u'CALL_-1206153753', u'INDIRECT_-1206144544'), (u'INDIRECT_-1206142598', u'MULTIEQUAL_-1206142427'), (u'INDIRECT_-1206141864', u'MULTIEQUAL_-1206141593'), (u'INDIRECT_-1206142760', u'MULTIEQUAL_-1206143140'), (u'MULTIEQUAL_-1206142505', u'MULTIEQUAL_-1206143022'), (u'CALL_-1206151480', u'INDIRECT_-1206141689'), ('tmp_5661', u'CBRANCH_-1206153145'), (u'INDIRECT_-1206141992', u'MULTIEQUAL_-1206141953'), (u'INDIRECT_-1206142374', u'MULTIEQUAL_-1206142272'), (u'CALL_-1206153822', u'INDIRECT_-1206144684'), (u'MULTIEQUAL_-1206142156', u'MULTIEQUAL_-1206143427'), (u'CALL_-1206154661', u'INDIRECT_-1206142254'), (u'MULTIEQUAL_-1206142969', u'MULTIEQUAL_-1206143486'), (u'INDIRECT_-1206142146', u'MULTIEQUAL_-1206142088'), (u'CALL_-1206153285', u'INDIRECT_-1206143302'), (u'INDIRECT_-1206143175', u'MULTIEQUAL_-1206143718'), (u'CALL_-1206152442', u'INDIRECT_-1206141874'), (u'CAST_-1206140431', u'CALL_-1206152281'), (u'INDIRECT_-1206143888', u'MULTIEQUAL_-1206143941'), (u'INDIRECT_-1206143076', u'MULTIEQUAL_-1206142819'), (u'INDIRECT_-1206142374', u'MULTIEQUAL_-1206142149'), (u'INT_EQUAL_-1206151079', u'CBRANCH_-1206151075'), (u'INT_EQUAL_-1206154201', u'MULTIEQUAL_-1206148965'), (u'STORE_-1206152961', u'INDIRECT_-1206143734'), (u'INDIRECT_-1206143566', u'MULTIEQUAL_-1206143238'), (u'CALL_-1206155202', u'INDIRECT_-1206145150'), (u'INDIRECT_-1206141627', u'MULTIEQUAL_-1206141616'), (u'MULTIEQUAL_-1206145212', u'CALL_-1206151271'), (u'MULTIEQUAL_-1206141151', u'MULTIEQUAL_-1206142367'), (u'CALL_-1206154119', u'INT_NOTEQUAL_-1206154037'), ('const-0', u'INT_NOTEQUAL_-1206156742'), (u'INDIRECT_-1206142802', u'MULTIEQUAL_-1206140538'), (u'CAST_-1206139979', u'LOAD_-1206151315'), (u'INDIRECT_-1206142201', u'MULTIEQUAL_-1206142170'), (u'INDIRECT_-1206143880', u'MULTIEQUAL_-1206143784'), (u'MULTIEQUAL_-1206143593', u'MULTIEQUAL_-1206143555'), (u'CALL_-1206153285', u'INDIRECT_-1206144120'), ('tmp_7611', u'BRANCH_-1206151748'), (u'INDIRECT_-1206142395', u'MULTIEQUAL_-1206142295'), (u'CALL_-1206155202', u'INDIRECT_-1206143761'), (u'INDIRECT_-1206141644', u'MULTIEQUAL_-1206141605'), (u'INDIRECT_-1206142396', u'MULTIEQUAL_-1206142300'), (u'INDIRECT_-1206142087', u'MULTIEQUAL_-1206142003'), (u'INDIRECT_-1206144108', u'MULTIEQUAL_-1206144013'), (u'CALL_-1206150167', u'INDIRECT_-1206140570'), (u'INDIRECT_-1206143638', u'MULTIEQUAL_-1206143521'), (u'LOAD_-1206155761', u'COPY_-1206142040'), (u'MULTIEQUAL_-1206149508', u'CALL_-1206154830'), ('const-1', u'INT_AND_-1206149039'), (u'INDIRECT_-1206142212', u'MULTIEQUAL_-1206141941'), (u'MULTIEQUAL_-1206143947', u'MULTIEQUAL_-1206144038'), (u'INDIRECT_-1206140915', u'MULTIEQUAL_-1206140841'), (u'CALL_-1206154730', u'INDIRECT_-1206142627'), (u'INDIRECT_-1206142374', u'MULTIEQUAL_-1206142117'), (u'CALL_-1206156061', u'INDIRECT_-1206143849'), (u'CALL_-1206154730', u'INDIRECT_-1206143909'), (u'CALL_-1206152277', u'INT_NOTEQUAL_-1206152262'), (u'CALL_-1206154730', u'INDIRECT_-1206144840'), (u'MULTIEQUAL_-1206145167', u'MULTIEQUAL_-1206142166'), (u'CALL_-1206153481', u'INDIRECT_-1206144327'), (u'CALL_-1206150776', u'INDIRECT_-1206140395'), (u'INDIRECT_-1206142844', u'MULTIEQUAL_-1206143554'), (u'MULTIEQUAL_-1206148279', u'PTRSUB_-1206140416'), ('const-47', u'CALL_-1206154119'), (u'CALL_-1206151512', u'INDIRECT_-1206140187'), (u'COPY_-1206140633', u'MULTIEQUAL_-1206148487'), (u'INDIRECT_-1206143880', u'MULTIEQUAL_-1206143709'), ('tmp_6968', u'BRANCH_-1206152104'), (u'STORE_-1206154035', u'INDIRECT_-1206143046'), (u'INDIRECT_-1206142015', u'MULTIEQUAL_-1206142558'), (u'INDIRECT_-1206142722', u'MULTIEQUAL_-1206142620'), (u'STORE_-1206153782', u'INDIRECT_-1206143489'), (u'CALL_-1206152136', u'INDIRECT_-1206141623'), (u'MULTIEQUAL_-1206143655', u'MULTIEQUAL_-1206143325'), (u'CALL_-1206152922', u'CAST_-1206140603'), ('const-0', u'INT_EQUAL_-1206150957'), (u'CALL_-1206150193', u'INDIRECT_-1206141160'), (u'INDIRECT_-1206143992', u'MULTIEQUAL_-1206143897'), (u'INT_EQUAL_-1206155766', u'CBRANCH_-1206155765'), (u'MULTIEQUAL_-1206142502', u'MULTIEQUAL_-1206142468'), (u'INDIRECT_-1206142047', u'MULTIEQUAL_-1206143355'), (u'MULTIEQUAL_-1206142674', u'COPY_-1206142772'), (u'CALL_-1206153059', u'INDIRECT_-1206149848'), (u'INDIRECT_-1206143077', u'MULTIEQUAL_-1206142956'), (u'INDIRECT_-1206143034', u'MULTIEQUAL_-1206140770'), (u'CALL_-1206154181', u'INDIRECT_-1206142793'), ('const-417', u'STORE_-1206152955'), (u'INDIRECT_-1206143224', u'MULTIEQUAL_-1206143209'), (u'INDIRECT_-1206142115', u'MULTIEQUAL_-1206144411'), (u'CALL_-1206154119', u'STORE_-1206154035'), (u'MULTIEQUAL_-1206148483', u'MULTIEQUAL_-1206148480'), (u'MULTIEQUAL_-1206140283', u'CBRANCH_-1206151048'), (u'CALL_-1206153678', u'INDIRECT_-1206142521'), (u'CALL_-1206155437', u'INDIRECT_-1206142163'), (u'INDIRECT_-1206141710', u'MULTIEQUAL_-1206142090'), (u'CALL_-1206153017', u'INDIRECT_-1206142876'), (u'LOAD_-1206151110', u'INT_NOTEQUAL_-1206151091'), (u'CALL_-1206155601', u'INDIRECT_-1206142482'), (u'CALL_-1206152370', u'INDIRECT_-1206144152'), (u'INDIRECT_-1206142826', u'MULTIEQUAL_-1206142709'), (u'INDIRECT_-1206149371', u'MULTIEQUAL_-1206149292'), (u'CALL_-1206156964', u'INDIRECT_-1206150078'), (u'INDIRECT_-1206145155', u'MULTIEQUAL_-1206145060'), (u'INDIRECT_-1206141710', u'MULTIEQUAL_-1206141695'), (u'CALL_-1206155855', u'INDIRECT_-1206143992'), (u'CALL_-1206152370', u'INDIRECT_-1206142427'), (u'INDIRECT_-1206144259', u'MULTIEQUAL_-1206144646'), ('const-1', u'INT_AND_-1206149423'), (u'CALL_-1206153481', u'INDIRECT_-1206148443'), (u'CALL_-1206153822', u'INDIRECT_-1206142013'), (u'CALL_-1206153063', u'INDIRECT_-1206144181'), (u'INDIRECT_-1206141665', u'MULTIEQUAL_-1206141616'), (u'CALL_-1206153686', u'INDIRECT_-1206141726'), ('const-4', u'INT_ADD_-1206140385'), (u'MULTIEQUAL_-1206142169', u'MULTIEQUAL_-1206145490'), ('const-4', u'PTRSUB_-1206142306'), (u'MULTIEQUAL_-1206141811', u'MULTIEQUAL_-1206141953'), ('const-160', u'PTRSUB_-1206142620'), (u'INDIRECT_-1206140639', u'MULTIEQUAL_-1206142584'), (u'MULTIEQUAL_-1206140195', u'MULTIEQUAL_-1206142549'), (u'INDIRECT_-1206142482', u'MULTIEQUAL_-1206142311'), (u'INDIRECT_-1206145866', u'MULTIEQUAL_-1206145402'), (u'CALL_-1206155202', u'INDIRECT_-1206142247'), (u'INDIRECT_-1206143993', u'MULTIEQUAL_-1206144536'), (u'MULTIEQUAL_-1206143057', u'MULTIEQUAL_-1206142153'), (u'INT_EQUAL_-1206151602', u'CBRANCH_-1206151603'), ('tmp_1253', u'CBRANCH_-1206155878'), (u'MULTIEQUAL_-1206143941', u'MULTIEQUAL_-1206143903'), (u'MULTIEQUAL_-1206142789', u'MULTIEQUAL_-1206142880'), (u'INDIRECT_-1206142975', u'MULTIEQUAL_-1206142842'), (u'COPY_-1206141186', u'MULTIEQUAL_-1206146729'), (u'INDIRECT_-1206142838', u'MULTIEQUAL_-1206142736'), (u'INDIRECT_-1206142258', u'MULTIEQUAL_-1206142311'), (u'CALL_-1206156387', u'INDIRECT_-1206142961'), (u'INDIRECT_-1206141899', u'MULTIEQUAL_-1206142168'), (u'CALL_-1206153059', u'INDIRECT_-1206144210'), (u'PTRADD_-1206151816', u'CAST_-1206140297'), (u'CALL_-1206152341', u'INDIRECT_-1206142336'), (u'INDIRECT_-1206142623', u'MULTIEQUAL_-1206142502'), (u'INT_ADD_-1206141124', u'PTRADD_-1206153079'), (u'INT_ADD_-1206153130', u'MULTIEQUAL_-1206149106'), (u'STORE_-1206152961', u'INDIRECT_-1206144784'), (u'MULTIEQUAL_-1206144173', u'MULTIEQUAL_-1206144472'), (u'CALL_-1206153917', u'INDIRECT_-1206142521'), (u'CALL_-1206153992', u'INDIRECT_-1206144744'), (u'CALL_-1206156964', u'INDIRECT_-1206143627'), (u'CALL_-1206154589', u'INDIRECT_-1206143509'), (u'MULTIEQUAL_-1206146715', u'CALL_-1206153481'), (u'INDIRECT_-1206143279', u'MULTIEQUAL_-1206142790'), (u'MULTIEQUAL_-1206142433', u'MULTIEQUAL_-1206143649'), (u'CALL_-1206152341', u'INDIRECT_-1206143968'), (u'INT_EQUAL_-1206155829', u'CBRANCH_-1206155827'), (u'CALL_-1206153877', u'INDIRECT_-1206142965'), (u'COPY_-1206140997', u'CALL_-1206153041'), (u'INDIRECT_-1206143485', u'MULTIEQUAL_-1206143401'), (u'CALL_-1206152341', u'INDIRECT_-1206141523'), (u'MULTIEQUAL_-1206142195', u'MULTIEQUAL_-1206142494'), (u'INDIRECT_-1206141755', u'MULTIEQUAL_-1206142583'), (u'CALL_-1206154830', u'INDIRECT_-1206144990'), ('const-4', u'PTRSUB_-1206140010'), (u'INDIRECT_-1206144344', u'MULTIEQUAL_-1206144173'), ('const-4', u'PTRSUB_-1206140634'), (u'MULTIEQUAL_-1206143499', u'MULTIEQUAL_-1206144715'), (u'STORE_-1206153782', u'INDIRECT_-1206143605'), (u'CALL_-1206153481', u'INDIRECT_-1206141528'), (u'INDIRECT_-1206142108', u'MULTIEQUAL_-1206142069'), (u'CALL_-1206152833', u'INDIRECT_-1206141562'), (u'CALL_-1206152370', u'INDIRECT_-1206140913'), (u'INDIRECT_-1206143687', u'MULTIEQUAL_-1206143598'), (u'INDIRECT_-1206143150', u'MULTIEQUAL_-1206140886'), (u'INDIRECT_-1206147206', u'MULTIEQUAL_-1206149167'), (u'INDIRECT_-1206143303', u'MULTIEQUAL_-1206143201'), ('const-0', u'PTRSUB_-1206142411'), (u'CALL_-1206153530', u'INDIRECT_-1206143178'), (u'CALL_-1206155288', u'INDIRECT_-1206142287'), (u'CALL_-1206153678', u'INDIRECT_-1206144153'), (u'CALL_-1206152277', u'INDIRECT_-1206141727'), ('const-417', u'LOAD_-1206155403'), (u'INDIRECT_-1206142661', u'MULTIEQUAL_-1206143825'), (u'MULTIEQUAL_-1206142494', u'MULTIEQUAL_-1206142147'), ('const-1', u'PTRADD_-1206154077'), (u'INDIRECT_-1206142804', u'MULTIEQUAL_-1206142149'), (u'INDIRECT_-1206142814', u'MULTIEQUAL_-1206142793'), (u'CALL_-1206154730', u'INDIRECT_-1206143091'), (u'MULTIEQUAL_-1206142157', u'MULTIEQUAL_-1206143543'), (u'PTRSUB_-1206140634', u'LOAD_-1206152392'), (u'INDIRECT_-1206143877', u'MULTIEQUAL_-1206144420'), (u'PTRSUB_-1206140022', u'LOAD_-1206151045'), (u'INDIRECT_-1206144060', u'MULTIEQUAL_-1206143950'), (u'CALL_-1206152786', u'INDIRECT_-1206143792'), (u'INDIRECT_-1206143419', u'MULTIEQUAL_-1206142158'), (u'INDIRECT_-1206142209', u'MULTIEQUAL_-1206143593'), (u'CALL_-1206153917', u'INDIRECT_-1206144618'), (u'INDIRECT_-1206142456', u'MULTIEQUAL_-1206142361'), (u'CALL_-1206152833', u'INDIRECT_-1206144453'), (u'CALL_-1206156061', u'INDIRECT_-1206143036'), (u'MULTIEQUAL_-1206142543', u'MULTIEQUAL_-1206142842'), (u'INDIRECT_-1206142276', u'MULTIEQUAL_-1206143239'), (u'INT_LESS_-1206151602', u'MULTIEQUAL_-1206147946'), (u'INDIRECT_-1206143797', u'MULTIEQUAL_-1206143708'), (u'INT_OR_-1206141841', u'MULTIEQUAL_-1206141928'), (u'INDIRECT_-1206141736', u'MULTIEQUAL_-1206144473'), (u'CALL_-1206153753', u'INDIRECT_-1206144434'), ('tmp_2168', u'CBRANCH_-1206155260'), (u'CALL_-1206153938', u'INDIRECT_-1206142999'), (u'INDIRECT_-1206144327', u'MULTIEQUAL_-1206144294'), ('const-0', u'INT_NOTEQUAL_-1206151780'), (u'CALL_-1206153285', u'INDIRECT_-1206142954'), (u'MULTIEQUAL_-1206143306', u'MULTIEQUAL_-1206142154'), (u'INDIRECT_-1206146062', u'MULTIEQUAL_-1206145739'), (u'MULTIEQUAL_-1206144235', u'MULTIEQUAL_-1206143885'), (u'MULTIEQUAL_-1206142909', u'MULTIEQUAL_-1206143111'), (u'COPY_-1206140086', u'CALL_-1206151003'), (u'CALL_-1206153041', u'INDIRECT_-1206148055'), (u'CALL_-1206152876', u'INDIRECT_-1206143921'), (u'STORE_-1206153782', u'INDIRECT_-1206141743'), (u'CALL_-1206154181', u'INDIRECT_-1206144205'), (u'INDIRECT_-1206143741', u'MULTIEQUAL_-1206143336'), (u'INDIRECT_-1206142476', u'MULTIEQUAL_-1206142438'), (u'INDIRECT_-1206142126', u'MULTIEQUAL_-1206144295'), ('const-417', u'LOAD_-1206154029'), (u'CAST_-1206142201', u'INT_ADD_-1206156293'), (u'CALL_-1206154830', u'INDIRECT_-1206143485'), (u'INDIRECT_-1206142013', u'MULTIEQUAL_-1206141964'), (u'CALL_-1206150193', u'INDIRECT_-1206142094'), (u'INDIRECT_-1206142642', u'MULTIEQUAL_-1206142750'), (u'MULTIEQUAL_-1206142148', u'MULTIEQUAL_-1206142470'), (u'INT_ADD_-1206153498', u'CAST_-1206141062'), (u'MULTIEQUAL_-1206142861', u'MULTIEQUAL_-1206143003'), (u'INDIRECT_-1206142644', u'MULTIEQUAL_-1206143024'), (u'CALL_-1206153753', u'INDIRECT_-1206143381'), (u'INDIRECT_-1206141594', u'MULTIEQUAL_-1206141579'), ('tmp_8948', u'CBRANCH_-1206151221'), (u'INDIRECT_-1206143511', u'CALL_-1206156853'), ('const-2', u'INT_NOTEQUAL_-1206151455'), (u'INDIRECT_-1206144620', u'MULTIEQUAL_-1206144527'), (u'INDIRECT_-1206142859', u'MULTIEQUAL_-1206142726'), (u'INDIRECT_-1206143904', u'MULTIEQUAL_-1206143770'), ('const-5', u'CALL_-1206155215'), (u'INDIRECT_-1206142396', u'MULTIEQUAL_-1206142201'), (u'CALL_-1206150167', u'INDIRECT_-1206143351'), (u'CALL_-1206152799', u'INDIRECT_-1206143685'), (u'CALL_-1206152786', u'INDIRECT_-1206144146'), (u'CALL_-1206153063', u'INDIRECT_-1206144060'), (u'INDIRECT_-1206141562', u'MULTIEQUAL_-1206141305'), (u'INDIRECT_-1206142395', u'MULTIEQUAL_-1206142151'), (u'INDIRECT_-1206142760', u'MULTIEQUAL_-1206142745'), (u'CALL_-1206153686', u'INDIRECT_-1206141958'), (u'CALL_-1206156853', u'INDIRECT_-1206146348'), (u'CALL_-1206152799', u'INDIRECT_-1206142757'), (u'MULTIEQUAL_-1206142793', u'MULTIEQUAL_-1206142750'), (u'MULTIEQUAL_-1206148023', u'BOOL_NEGATE_-1206147022'), (u'LOAD_-1206151617', u'INT_LESS_-1206151602'), (u'LOAD_-1206151617', u'INT_EQUAL_-1206151602'), (u'INDIRECT_-1206140960', u'MULTIEQUAL_-1206143129'), (u'MULTIEQUAL_-1206143668', u'MULTIEQUAL_-1206143634'), (u'MULTIEQUAL_-1206142160', u'MULTIEQUAL_-1206143897'), (u'MULTIEQUAL_-1206142477', u'MULTIEQUAL_-1206142148'), (u'CALL_-1206150776', u'INDIRECT_-1206141909'), (u'MULTIEQUAL_-1206142173', u'MULTIEQUAL_-1206144527'), (u'INDIRECT_-1206149601', u'MULTIEQUAL_-1206147353'), (u'INDIRECT_-1206142722', u'MULTIEQUAL_-1206142775'), (u'INDIRECT_-1206140882', u'COPY_-1206140633'), (u'CALL_-1206155288', u'INDIRECT_-1206142867'), (u'MULTIEQUAL_-1206142251', u'COPY_-1206141763'), (u'CALL_-1206155202', u'INDIRECT_-1206142131'), (u'MULTIEQUAL_-1206142703', u'PTRSUB_-1206142734'), (u'CALL_-1206150776', u'INDIRECT_-1206143292'), (u'INT_EQUAL_-1206153259', u'CBRANCH_-1206153257'), (u'CALL_-1206151003', u'INDIRECT_-1206142951'), (u'INDIRECT_-1206144127', u'MULTIEQUAL_-1206143939'), (u'MULTIEQUAL_-1206145785', u'COPY_-1206140246'), (u'CALL_-1206154181', u'INDIRECT_-1206142560'), (u'INDIRECT_-1206144018', u'MULTIEQUAL_-1206143887'), (u'LOAD_-1206151827', u'CAST_-1206140253'), (u'CALL_-1206152370', u'INDIRECT_-1206143712'), (u'CALL_-1206150776', u'INDIRECT_-1206141677'), (u'COPY_-1206139983', u'MULTIEQUAL_-1206145369'), (u'LOAD_-1206151799', u'MULTIEQUAL_-1206148225'), (u'CALL_-1206153678', u'INDIRECT_-1206141360'), (u'INDIRECT_-1206141098', u'MULTIEQUAL_-1206140841'), (u'INDIRECT_-1206141379', u'MULTIEQUAL_-1206142543'), (u'CALL_-1206153554', u'INDIRECT_-1206142022'), (u'MULTIEQUAL_-1206142088', u'MULTIEQUAL_-1206142080'), (u'CALL_-1206156964', u'INDIRECT_-1206146402'), (u'INDIRECT_-1206145732', u'MULTIEQUAL_-1206145409'), (u'CALL_-1206156177', u'INDIRECT_-1206145536'), (u'MULTIEQUAL_-1206144072', u'COPY_-1206144170'), (u'MULTIEQUAL_-1206145212', u'PTRSUB_-1206140164'), (u'COPY_-1206152982', u'MULTIEQUAL_-1206149186'), (u'INDIRECT_-1206140927', u'MULTIEQUAL_-1206142311'), (u'INDIRECT_-1206141853', u'MULTIEQUAL_-1206141822'), (u'INT_MULT_-1206147803', u'INT_ADD_-1206141124'), (u'CALL_-1206155202', u'INDIRECT_-1206144820'), ('const-1', u'INT_ADD_-1206141583'), ('const-417', u'LOAD_-1206155761'), (u'INDIRECT_-1206142606', u'MULTIEQUAL_-1206142504'), (u'INT_EQUAL_-1206156003', u'CBRANCH_-1206156002'), (u'CALL_-1206154830', u'INDIRECT_-1206143601'), (u'INDIRECT_-1206144456', u'MULTIEQUAL_-1206144361'), (u'CALL_-1206152281', u'INDIRECT_-1206142383'), (u'CALL_-1206151003', u'INDIRECT_-1206141892'), (u'STORE_-1206153010', u'INDIRECT_-1206144469'), (u'CALL_-1206150750', u'INDIRECT_-1206140733'), (u'MULTIEQUAL_-1206141239', u'MULTIEQUAL_-1206143593'), (u'INT_EQUAL_-1206151220', u'MULTIEQUAL_-1206147772'), (u'INDIRECT_-1206143529', u'MULTIEQUAL_-1206144072'), (u'MULTIEQUAL_-1206145746', u'INT_EQUAL_-1206151079'), (u'CALL_-1206154589', u'INDIRECT_-1206143857'), (u'STORE_-1206151230', u'INDIRECT_-1206141665'), (u'CALL_-1206154119', u'PTRADD_-1206153547'), (u'CALL_-1206152341', u'PTRADD_-1206152263'), (u'CALL_-1206152136', u'INDIRECT_-1206142673'), (u'MULTIEQUAL_-1206143138', u'COPY_-1206143236'), (u'INDIRECT_-1206140106', u'MULTIEQUAL_-1206142843'), ('const-417', u'LOAD_-1206156322'), (u'INDIRECT_-1206144188', u'MULTIEQUAL_-1206145023'), (u'CALL_-1206155215', u'INDIRECT_-1206144939'), (u'CALL_-1206156061', u'INDIRECT_-1206145371'), (u'CALL_-1206156964', u'INDIRECT_-1206144440'), (u'CALL_-1206152412', u'INDIRECT_-1206141861'), (u'INDIRECT_-1206142384', u'MULTIEQUAL_-1206142343'), (u'STORE_-1206153782', u'INDIRECT_-1206142323'), (u'CALL_-1206152833', u'INDIRECT_-1206142960'), (u'CALL_-1206156177', u'CAST_-1206142124'), (u'CALLIND_-1206156299', u'INDIRECT_-1206143963'), (u'INDIRECT_-1206143397', u'MULTIEQUAL_-1206143122'), (u'COPY_-1206141507', u'MULTIEQUAL_-1206149373'), (u'CALL_-1206153063', u'INDIRECT_-1206144413'), (u'INDIRECT_-1206142921', u'MULTIEQUAL_-1206143749'), (u'CALL_-1206154830', u'INDIRECT_-1206142783'), (u'STORE_-1206154035', u'INDIRECT_-1206143162'), (u'MULTIEQUAL_-1206144304', u'COPY_-1206144402'), (u'INDIRECT_-1206141551', u'MULTIEQUAL_-1206141820'), (u'INDIRECT_-1206144323', u'MULTIEQUAL_-1206143834'), (u'LOAD_-1206155012', u'INT_NOTEQUAL_-1206154996'), (u'CALL_-1206153877', u'INDIRECT_-1206142500'), (u'CALL_-1206156964', u'INDIRECT_-1206143743'), (u'CALL_-1206154940', u'INDIRECT_-1206143424'), (u'INDIRECT_-1206142628', u'MULTIEQUAL_-1206142532'), (u'INDIRECT_-1206142855', u'MULTIEQUAL_-1206142734'), (u'PTRADD_-1206140116', u'PTRSUB_-1206140114'), (u'INDIRECT_-1206143062', u'MULTIEQUAL_-1206143024'), ('const-0', u'COPY_-1206151902'), (u'COPY_-1206140239', u'MULTIEQUAL_-1206148067'), ('const-0', u'INT_EQUAL_-1206156777'), (u'CALL_-1206155437', u'INDIRECT_-1206143793'), ('const-1', u'INT_AND_-1206148918'), ('const-16', u'PTRSUB_-1206142606'), (u'INDIRECT_-1206143302', u'MULTIEQUAL_-1206143355'), (u'MULTIEQUAL_-1206143373', u'MULTIEQUAL_-1206143330'), (u'CALL_-1206150193', u'INDIRECT_-1206140812'), ('const-417', u'STORE_-1206151220'), (u'INDIRECT_-1206144257', u'MULTIEQUAL_-1206143787'), (u'INDIRECT_-1206142155', u'MULTIEQUAL_-1206142091'), (u'CALL_-1206153063', u'INDIRECT_-1206144761'), (u'INDIRECT_-1206143203', u'MULTIEQUAL_-1206143082'), (u'INDIRECT_-1206143825', u'MULTIEQUAL_-1206143652'), (u'INDIRECT_-1206143090', u'MULTIEQUAL_-1206145042'), (u'CALL_-1206153686', u'INDIRECT_-1206142538'), (u'STORE_-1206153782', u'INDIRECT_-1206142439'), (u'INDIRECT_-1206143492', u'MULTIEQUAL_-1206145796'), (u'MULTIEQUAL_-1206143472', u'MULTIEQUAL_-1206143433'), (u'CALL_-1206155437', u'INDIRECT_-1206145408'), ('tmp_5646', u'CBRANCH_-1206152916'), (u'MULTIEQUAL_-1206142555', u'MULTIEQUAL_-1206142512'), (u'MULTIEQUAL_-1206145785', u'COPY_-1206140272'), (u'INDIRECT_-1206142269', u'MULTIEQUAL_-1206144214'), (u'INDIRECT_-1206143668', u'MULTIEQUAL_-1206143617'), (u'INDIRECT_-1206143593', u'MULTIEQUAL_-1206143420'), (u'CALL_-1206152786', u'INDIRECT_-1206143908'), (u'MULTIEQUAL_-1206144731', u'MULTIEQUAL_-1206144715'), (u'INDIRECT_-1206143748', u'MULTIEQUAL_-1206144583'), (u'INT_ADD_-1206152926', u'CAST_-1206142378'), (u'PTRSUB_-1206142067', u'LOAD_-1206155560'), (u'CALL_-1206155792', u'INDIRECT_-1206142688'), (u'INDIRECT_-1206145255', u'MULTIEQUAL_-1206145001'), (u'PTRSUB_-1206141962', u'CALL_-1206155288'), ('tmp_7554', u'CBRANCH_-1206151800'), (u'CALL_-1206151003', u'INDIRECT_-1206141074'), (u'INT_SUB_-1206153661', u'INT_ADD_-1206152985'), (u'CALL_-1206155215', u'INDIRECT_-1206145159'), (u'INDIRECT_-1206144911', u'MULTIEQUAL_-1206144636'), (u'INDIRECT_-1206142893', u'MULTIEQUAL_-1206144057'), ('tmp_4747', u'CBRANCH_-1206153788'), (u'CALLIND_-1206156299', u'INDIRECT_-1206143150'), (u'MULTIEQUAL_-1206149102', u'MULTIEQUAL_-1206149088'), (u'CALL_-1206154661', u'INDIRECT_-1206142950'), ('const-4', u'PTRADD_-1206140106'), ('tmp_461', u'CBRANCH_-1206156717'), ('const-719000', u'COPY_-1206141544'), (u'CALL_-1206152370', u'INDIRECT_-1206142073'), ('const-4294967294', u'INT_MULT_-1206146944'), (u'CALL_-1206152281', u'INDIRECT_-1206141333'), (u'CALL_-1206150167', u'INDIRECT_-1206147137'), (u'MULTIEQUAL_-1206142558', u'COPY_-1206142656'), (u'LOAD_-1206153280', u'INT_EQUAL_-1206153265'), (u'CALL_-1206153686', u'INDIRECT_-1206144409'), (u'MULTIEQUAL_-1206148871', u'PTRADD_-1206152990'), (u'CALL_-1206152412', u'INDIRECT_-1206144062'), ('const-719013', u'COPY_-1206142739'), (u'INDIRECT_-1206141147', u'MULTIEQUAL_-1206142311'), (u'STORE_-1206153901', u'INDIRECT_-1206142290'), (u'CALL_-1206153017', u'INDIRECT_-1206148045'), (u'COPY_-1206140187', u'MULTIEQUAL_-1206140325'), (u'INDIRECT_-1206145426', u'MULTIEQUAL_-1206145299'), (u'PTRSUB_-1206139939', u'PTRSUB_-1206140058'), (u'CALL_-1206156853', u'INDIRECT_-1206144855'), (u'INDIRECT_-1206143268', u'MULTIEQUAL_-1206143007'), (u'CALL_-1206153917', u'INDIRECT_-1206144508'), (u'INDIRECT_-1206142258', u'MULTIEQUAL_-1206142148'), (u'INDIRECT_-1206142279', u'MULTIEQUAL_-1206142035'), (u'CALL_-1206151003', u'INDIRECT_-1206140146'), (u'INDIRECT_-1206149663', u'MULTIEQUAL_-1206149560'), (u'CALL_-1206155664', u'INDIRECT_-1206143551'), (u'CALL_-1206152136', u'INDIRECT_-1206141043'), (u'LOAD_-1206151324', u'CAST_-1206139980'), (u'CALL_-1206153686', u'INDIRECT_-1206141610'), (u'CAST_-1206140535', u'CALL_-1206152277'), ('const-4294967294', u'INT_MULT_-1206148359'), (u'INDIRECT_-1206142688', u'MULTIEQUAL_-1206142593'), (u'MULTIEQUAL_-1206142715', u'MULTIEQUAL_-1206141653'), (u'MULTIEQUAL_-1206142499', u'MULTIEQUAL_-1206142483'), (u'MULTIEQUAL_-1206148279', u'PTRSUB_-1206140444'), (u'MULTIEQUAL_-1206145654', u'MULTIEQUAL_-1206145299'), (u'INDIRECT_-1206145008', u'MULTIEQUAL_-1206144610'), (u'INDIRECT_-1206142619', u'MULTIEQUAL_-1206142555'), (u'LOAD_-1206151045', u'PTRSUB_-1206140010'), (u'CALL_-1206153938', u'INDIRECT_-1206143700'), (u'INDIRECT_-1206141362', u'MULTIEQUAL_-1206141347'), (u'CALL_-1206155664', u'INDIRECT_-1206143668'), (u'CALL_-1206153017', u'INDIRECT_-1206141246'), (u'MULTIEQUAL_-1206149124', u'MULTIEQUAL_-1206149102'), (u'CALL_-1206156964', u'INDIRECT_-1206143279'), (u'INDIRECT_-1206144664', u'MULTIEQUAL_-1206144652'), (u'CALL_-1206154830', u'INDIRECT_-1206143949'), (u'STORE_-1206154656', u'INDIRECT_-1206142213'), (u'INDIRECT_-1206143158', u'MULTIEQUAL_-1206143119'), (u'COPY_-1206140673', u'CALL_-1206152168'), (u'MULTIEQUAL_-1206147853', u'INT_LESS_-1206153949'), (u'MULTIEQUAL_-1206147853', u'INT_EQUAL_-1206153949'), (u'INT_ADD_-1206152985', u'CAST_-1206140643'), (u'INDIRECT_-1206147784', u'MULTIEQUAL_-1206147742'), (u'MULTIEQUAL_-1206143079', u'MULTIEQUAL_-1206143063'), (u'INDIRECT_-1206142971', u'MULTIEQUAL_-1206142850'), ('const-0', u'INT_EQUAL_-1206154797'), (u'STORE_-1206149153', u'INDIRECT_-1206144295'), (u'INDIRECT_-1206144361', u'MULTIEQUAL_-1206145331'), (u'INDIRECT_-1206141192', u'MULTIEQUAL_-1206143361'), (u'CALL_-1206152563', u'INDIRECT_-1206142744'), (u'INDIRECT_-1206145271', u'MULTIEQUAL_-1206142169'), (u'MULTIEQUAL_-1206144049', u'MULTIEQUAL_-1206144184'), (u'INDIRECT_-1206145277', u'MULTIEQUAL_-1206145167'), (u'INDIRECT_-1206141657', u'MULTIEQUAL_-1206143826'), (u'CALL_-1206152876', u'INT_NOTEQUAL_-1206152861'), (u'CALL_-1206154661', u'INDIRECT_-1206143183'), (u'INDIRECT_-1206145987', u'MULTIEQUAL_-1206145874'), (u'STORE_-1206149153', u'INDIRECT_-1206144179'), (u'CALL_-1206150193', u'INDIRECT_-1206143361'), ('const-0', u'INT_NOTEQUAL_-1206155016'), (u'CALL_-1206153190', u'INDIRECT_-1206146225'), (u'CALL_-1206152833', u'INDIRECT_-1206144123'), (u'INDIRECT_-1206141871', u'MULTIEQUAL_-1206142699'), (u'CALL_-1206154830', u'INDIRECT_-1206145100'), (u'CALL_-1206152786', u'INDIRECT_-1206142864'), (u'CALL_-1206155437', u'INDIRECT_-1206145518'), (u'INDIRECT_-1206142903', u'MULTIEQUAL_-1206142872'), (u'CALL_-1206152281', u'INDIRECT_-1206141565'), (u'CALL_-1206151003', u'INDIRECT_-1206143391'), (u'INDIRECT_-1206143281', u'MULTIEQUAL_-1206143006'), (u'CALL_-1206154661', u'INDIRECT_-1206142022'), (u'CALL_-1206155288', u'INDIRECT_-1206145300'), (u'INDIRECT_-1206142158', u'MULTIEQUAL_-1206141963'), (u'INT_AND_-1206148789', u'INT_EQUAL_-1206155327'), (u'CALL_-1206153017', u'INDIRECT_-1206142290'), (u'CALL_-1206152324', u'INDIRECT_-1206141699'), (u'MULTIEQUAL_-1206142866', u'MULTIEQUAL_-1206142861'), (u'COPY_-1206153097', u'MULTIEQUAL_-1206148716'), (u'INDIRECT_-1206142340', u'MULTIEQUAL_-1206142079'), (u'MULTIEQUAL_-1206142665', u'MULTIEQUAL_-1206143881'), ('tmp_7445', u'CBRANCH_-1206151916'), (u'INDIRECT_-1206141430', u'MULTIEQUAL_-1206141699'), (u'CALL_-1206152136', u'INDIRECT_-1206140695'), (u'CALL_-1206154730', u'INDIRECT_-1206142859'), (u'CALL_-1206154181', u'INDIRECT_-1206144645'), (u'CALL_-1206153822', u'INDIRECT_-1206142942'), (u'CALL_-1206153530', u'INDIRECT_-1206144237'), (u'CALL_-1206152563', u'INDIRECT_-1206142396'), (u'STORE_-1206149153', u'INDIRECT_-1206143361'), (u'MULTIEQUAL_-1206142700', u'MULTIEQUAL_-1206142499'), (u'COPY_-1206140027', u'MULTIEQUAL_-1206145257'), (u'PTRSUB_-1206142595', u'PTRSUB_-1206142482'), (u'CALL_-1206153063', u'INDIRECT_-1206142899'), (u'INDIRECT_-1206145381', u'MULTIEQUAL_-1206142170'), (u'CALL_-1206153963', u'INDIRECT_-1206142199'), (u'CALL_-1206154119', u'INDIRECT_-1206143111'), (u'INT_ADD_-1206141123', u'PTRADD_-1206153074'), (u'CALL_-1206152168', u'INDIRECT_-1206143842'), (u'CALL_-1206152324', u'INDIRECT_-1206142517'), (u'INDIRECT_-1206141278', u'MULTIEQUAL_-1206141007'), (u'INDIRECT_-1206142203', u'MULTIEQUAL_-1206142119'), (u'INDIRECT_-1206143485', u'MULTIEQUAL_-1206143221'), (u'INDIRECT_-1206144761', u'MULTIEQUAL_-1206144652'), (u'INDIRECT_-1206141981', u'MULTIEQUAL_-1206141947'), (u'CALL_-1206153190', u'INDIRECT_-1206144964'), (u'INDIRECT_-1206142665', u'MULTIEQUAL_-1206142492'), (u'MULTIEQUAL_-1206142048', u'MULTIEQUAL_-1206142043'), (u'INDIRECT_-1206143526', u'MULTIEQUAL_-1206143488'), (u'CALL_-1206152136', u'INDIRECT_-1206141275'), (u'INDIRECT_-1206144369', u'MULTIEQUAL_-1206144248'), (u'CALL_-1206153554', u'INDIRECT_-1206142486'), (u'CALL_-1206156809', u'INDIRECT_-1206144836'), (u'CALL_-1206152324', u'INT_NOTEQUAL_-1206152309'), (u'COPY_-1206151777', u'CAST_-1206140123'), (u'INDIRECT_-1206143643', u'MULTIEQUAL_-1206143472'), (u'STORE_-1206153782', u'INDIRECT_-1206142091'), (u'INT_EQUAL_-1206151650', u'MULTIEQUAL_-1206147692'), (u'INDIRECT_-1206143527', u'MULTIEQUAL_-1206143478'), (u'MULTIEQUAL_-1206149126', u'MULTIEQUAL_-1206149425'), (u'INDIRECT_-1206144109', u'MULTIEQUAL_-1206144652'), (u'MULTIEQUAL_-1206144132', u'MULTIEQUAL_-1206144098'), (u'INDIRECT_-1206145408', u'MULTIEQUAL_-1206145171'), (u'CALL_-1206152341', u'INDIRECT_-1206147974'), (u'INDIRECT_-1206142909', u'MULTIEQUAL_-1206142875'), ('const-417', u'LOAD_-1206153240'), (u'INDIRECT_-1206143382', u'MULTIEQUAL_-1206143370'), (u'INDIRECT_-1206143888', u'MULTIEQUAL_-1206142162'), (u'INDIRECT_-1206141780', u'MULTIEQUAL_-1206141742'), (u'PTRSUB_-1206142613', u'LOAD_-1206152987'), ('tmp_6174', u'CBRANCH_-1206152796'), (u'COPY_-1206142702', u'MULTIEQUAL_-1206150286'), (u'MULTIEQUAL_-1206149508', u'CALL_-1206152341'), (u'CALL_-1206152786', u'INDIRECT_-1206145437'), ('const-4294967295', u'INT_ADD_-1206154212'), (u'INDIRECT_-1206143720', u'MULTIEQUAL_-1206144891'), (u'LOAD_-1206155897', u'INT_EQUAL_-1206155879'), (u'MULTIEQUAL_-1206142280', u'MULTIEQUAL_-1206142275'), (u'STORE_-1206152940', u'INDIRECT_-1206143024'), (u'CALL_-1206154940', u'INDIRECT_-1206142490'), ('const-0', u'INT_EQUAL_-1206155766'), (u'INDIRECT_-1206143495', u'MULTIEQUAL_-1206143461'), (u'CALL_-1206154940', u'INDIRECT_-1206143888'), ('tmp_22015', u'PTRSUB_-1206141732'), (u'MULTIEQUAL_-1206141395', u'MULTIEQUAL_-1206141352'), (u'MULTIEQUAL_-1206140534', u'MULTIEQUAL_-1206140522'), (u'CALL_-1206150990', u'INDIRECT_-1206140717'), (u'INDIRECT_-1206141532', u'MULTIEQUAL_-1206141511'), (u'CALL_-1206151480', u'INDIRECT_-1206141451'), (u'INDIRECT_-1206144817', u'MULTIEQUAL_-1206144782'), (u'INDIRECT_-1206142404', u'MULTIEQUAL_-1206142512'), (u'CALL_-1206153530', u'INDIRECT_-1206142592'), ('const-0', u'PTRSUB_-1206140308'), (u'MULTIEQUAL_-1206140522', u'MULTIEQUAL_-1206140325'), (u'INDIRECT_-1206142219', u'MULTIEQUAL_-1206143047'), (u'CAST_-1206141132', u'COPY_-1206141186'), (u'STORE_-1206151230', u'INDIRECT_-1206140852'), (u'CALL_-1206153938', u'INDIRECT_-1206144851'), (u'INDIRECT_-1206141031', u'MULTIEQUAL_-1206142195'), (u'MULTIEQUAL_-1206142982', u'MULTIEQUAL_-1206142977'), (u'CALL_-1206153963', u'INDIRECT_-1206142547'), (u'CALL_-1206150750', u'INDIRECT_-1206143172'), (u'STORE_-1206153010', u'INDIRECT_-1206144237'), (u'CALL_-1206152922', u'INDIRECT_-1206148001'), (u'INDIRECT_-1206142817', u'MULTIEQUAL_-1206142542'), (u'INDIRECT_-1206144880', u'MULTIEQUAL_-1206144803'), ('const-8', u'PTRSUB_-1206140638'), (u'CALL_-1206152136', u'INDIRECT_-1206141507'), (u'INT_NOTEQUAL_-1206155574', u'CBRANCH_-1206155574'), ('const-719048', u'COPY_-1206151777'), (u'COPY_-1206140994', u'MULTIEQUAL_-1206148829'), (u'CALL_-1206153938', u'INDIRECT_-1206142534'), (u'MULTIEQUAL_-1206140522', u'MULTIEQUAL_-1206140283'), (u'INT_EQUAL_-1206153056', u'CBRANCH_-1206153061'), ('const-16', u'INT_AND_-1206151790'), (u'INT_EQUAL_-1206153265', u'CBRANCH_-1206153261'), (u'CALL_-1206152442', u'INDIRECT_-1206143635'), ('const-417', u'LOAD_-1206151110'), ('tmp_22015', u'PTRSUB_-1206140743'), (u'CALL_-1206152370', u'INDIRECT_-1206141493'), (u'CALL_-1206150167', u'INDIRECT_-1206141852'), (u'INDIRECT_-1206143192', u'MULTIEQUAL_-1206143902'), (u'CALL_-1206154830', u'INDIRECT_-1206144770'), (u'CALL_-1206154181', u'INDIRECT_-1206144315'), (u'CALL_-1206156177', u'INDIRECT_-1206142627'), (u'INDIRECT_-1206141434', u'MULTIEQUAL_-1206141995'), (u'INDIRECT_-1206140137', u'MULTIEQUAL_-1206142433'), (u'CALL_-1206154181', u'CALL_-1206154119'), (u'CALL_-1206153686', u'INDIRECT_-1206141842'), (u'INDIRECT_-1206142096', u'MULTIEQUAL_-1206141825'), (u'INDIRECT_-1206142980', u'MULTIEQUAL_-1206142861'), ('const-417', u'LOAD_-1206153136'), ('const-417', u'LOAD_-1206152392'), (u'COPY_-1206153890', u'MULTIEQUAL_-1206149027'), (u'PTRSUB_-1206153009', u'COPY_-1206140994'), (u'INDIRECT_-1206140882', u'MULTIEQUAL_-1206140687'), (u'INDIRECT_-1206145595', u'MULTIEQUAL_-1206143338'), (u'MULTIEQUAL_-1206141499', u'MULTIEQUAL_-1206142715'), (u'CALL_-1206153554', u'INDIRECT_-1206144467'), (u'INDIRECT_-1206145161', u'MULTIEQUAL_-1206145221'), (u'MULTIEQUAL_-1206142147', u'MULTIEQUAL_-1206142383'), (u'CALL_-1206156387', u'INDIRECT_-1206144006'), ('const-1', u'INT_ADD_-1206141096'), ('const-1', u'INT_EQUAL_-1206152233'), (u'CALL_-1206152324', u'INDIRECT_-1206142285'), (u'INDIRECT_-1206149542', u'MULTIEQUAL_-1206149425'), (u'INT_EQUAL_-1206156035', u'CBRANCH_-1206156033'), (u'CALL_-1206151003', u'INDIRECT_-1206141422'), (u'INDIRECT_-1206143268', u'MULTIEQUAL_-1206142153'), ('const-417', u'LOAD_-1206151619'), (u'MULTIEQUAL_-1206142164', u'MULTIEQUAL_-1206144361'), (u'INT_EQUAL_-1206153035', u'MULTIEQUAL_-1206148462'), (u'CALL_-1206150990', u'INDIRECT_-1206143492'), (u'INDIRECT_-1206141826', u'MULTIEQUAL_-1206141811'), (u'CALL_-1206150776', u'INDIRECT_-1206140627'), (u'CALL_-1206152833', u'INDIRECT_-1206141330'), (u'PTRADD_-1206153811', u'MULTIEQUAL_-1206149102'), ('const-4294967294', u'INT_MULT_-1206147803'), (u'CALLIND_-1206156299', u'INDIRECT_-1206144664'), (u'CALL_-1206152442', u'INDIRECT_-1206142460'), (u'CALL_-1206153190', u'INDIRECT_-1206144732'), (u'INDIRECT_-1206148374', u'INT_ZEXT_-1206153124'), (u'CALL_-1206156853', u'INDIRECT_-1206146238'), (u'MULTIEQUAL_-1206148487', u'PTRSUB_-1206140634'), ('const-417', u'LOAD_-1206156309'), (u'MULTIEQUAL_-1206145061', u'MULTIEQUAL_-1206145045'), (u'INDIRECT_-1206144112', u'MULTIEQUAL_-1206144016'), (u'INDIRECT_-1206143434', u'MULTIEQUAL_-1206143393'), (u'COPY_-1206141011', u'MULTIEQUAL_-1206148849'), ('const-4294967260', u'PTRSUB_-1206141732'), (u'INDIRECT_-1206143793', u'MULTIEQUAL_-1206143693'), (u'CALL_-1206154589', u'INDIRECT_-1206141995'), (u'STORE_-1206153901', u'INDIRECT_-1206143340'), (u'CALL_-1206151512', u'INDIRECT_-1206143432'), (u'CAST_-1206140088', u'COPY_-1206140184'), (u'CALL_-1206154589', u'INDIRECT_-1206142227'), (u'MULTIEQUAL_-1206143307', u'MULTIEQUAL_-1206142956'), (u'MULTIEQUAL_-1206149508', u'PTRADD_-1206152263'), (u'INDIRECT_-1206141034', u'MULTIEQUAL_-1206143771'), (u'INDIRECT_-1206142563', u'MULTIEQUAL_-1206142525'), (u'MULTIEQUAL_-1206143433', u'MULTIEQUAL_-1206143417'), (u'INDIRECT_-1206141511', u'MULTIEQUAL_-1206141500'), (u'CALL_-1206154181', u'INT_NOTEQUAL_-1206154151'), (u'INDIRECT_-1206141275', u'MULTIEQUAL_-1206142659'), (u'STORE_-1206153782', u'INDIRECT_-1206141859'), (u'INT_EQUAL_-1206153107', u'CBRANCH_-1206153106'), (u'LOAD_-1206156835', u'PTRSUB_-1206142821'), (u'CALL_-1206154078', u'INDIRECT_-1206142736'), (u'MULTIEQUAL_-1206145171', u'MULTIEQUAL_-1206145155'), (u'MULTIEQUAL_-1206143433', u'MULTIEQUAL_-1206143950'), (u'INDIRECT_-1206142084', u'MULTIEQUAL_-1206144821'), (u'MULTIEQUAL_-1206143818', u'MULTIEQUAL_-1206143727'), (u'INDIRECT_-1206142561', u'MULTIEQUAL_-1206142527'), (u'CALL_-1206152876', u'INDIRECT_-1206141116'), (u'MULTIEQUAL_-1206142847', u'MULTIEQUAL_-1206142831'), (u'STORE_-1206152940', u'INDIRECT_-1206144306'), (u'INT_AND_-1206156208', u'INT_EQUAL_-1206156222'), (u'PTRADD_-1206154156', u'COPY_-1206141504'), (u'MULTIEQUAL_-1206143179', u'MULTIEQUAL_-1206142117'), (u'CAST_-1206141125', u'INT_SUB_-1206153661'), (u'CALL_-1206155855', u'INDIRECT_-1206149393'), (u'CALL_-1206152922', u'INDIRECT_-1206144215'), (u'STORE_-1206152955', u'INDIRECT_-1206144548'), (u'MULTIEQUAL_-1206149200', u'MULTIEQUAL_-1206149197'), (u'INDIRECT_-1206142360', u'MULTIEQUAL_-1206142322'), (u'INDIRECT_-1206142319', u'MULTIEQUAL_-1206142235'), (u'CALL_-1206156177', u'INDIRECT_-1206145426'), (u'CALL_-1206153554', u'INDIRECT_-1206141442'), (u'CALL_-1206152412', u'INDIRECT_-1206141745'), (u'CALL_-1206150193', u'INDIRECT_-1206141044'), (u'INDIRECT_-1206143772', u'MULTIEQUAL_-1206142161'), ('tmp_8127', u'CBRANCH_-1206151347'), ('const-0', u'INT_NOTEQUAL_-1206152262'), (u'MULTIEQUAL_-1206143928', u'MULTIEQUAL_-1206143837'), (u'CALL_-1206152786', u'INDIRECT_-1206143212'), (u'INDIRECT_-1206141783', u'MULTIEQUAL_-1206142052'), (u'CALL_-1206152876', u'INDIRECT_-1206142746'), (u'INDIRECT_-1206143907', u'MULTIEQUAL_-1206143818'), (u'MULTIEQUAL_-1206142149', u'MULTIEQUAL_-1206142615'), (u'CALL_-1206152412', u'INDIRECT_-1206140933'), (u'INT_MULT_-1206146943', u'INT_ADD_-1206140330'), (u'MULTIEQUAL_-1206145442', u'COPY_-1206139951'), (u'CALL_-1206153554', u'INDIRECT_-1206141790'), (u'CALL_-1206153481', u'INDIRECT_-1206141760'), (u'CALL_-1206156853', u'INDIRECT_-1206142993'), (u'INDIRECT_-1206143511', u'INT_NOTEQUAL_-1206156876'), (u'CALL_-1206151480', u'INDIRECT_-1206140987'), (u'INDIRECT_-1206148374', u'INT_ZEXT_-1206153129'), (u'CALL_-1206153917', u'INDIRECT_-1206143223'), (u'MULTIEQUAL_-1206148891', u'PTRADD_-1206153074'), ('const-0', u'INT_NOTEQUAL_-1206152861'), (u'CALL_-1206155855', u'INDIRECT_-1206143755'), (u'CALL_-1206154940', u'INDIRECT_-1206142606'), (u'STORE_-1206154035', u'INDIRECT_-1206142460'), (u'INDIRECT_-1206148374', u'INT_ZEXT_-1206153045'), (u'INDIRECT_-1206141424', u'MULTIEQUAL_-1206143593'), (u'CALL_-1206153041', u'INDIRECT_-1206142886'), (u'INDIRECT_-1206144909', u'MULTIEQUAL_-1206144420'), (u'INDIRECT_-1206145475', u'MULTIEQUAL_-1206145380'), (u'CALL_-1206155855', u'INDIRECT_-1206143876'), (u'INDIRECT_-1206143511', u'MULTIEQUAL_-1206143022'), (u'PTRSUB_-1206142825', u'LOAD_-1206156835'), (u'INDIRECT_-1206143968', u'MULTIEQUAL_-1206144803'), (u'COPY_-1206139951', u'MULTIEQUAL_-1206145257'), (u'INDIRECT_-1206142627', u'MULTIEQUAL_-1206142527'), (u'CALL_-1206154078', u'INDIRECT_-1206141459'), (u'INDIRECT_-1206144316', u'MULTIEQUAL_-1206144179'), ('const-417', u'LOAD_-1206152577'), (u'INDIRECT_-1206142838', u'MULTIEQUAL_-1206142153'), (u'CALL_-1206152442', u'INDIRECT_-1206142924'), (u'CALL_-1206150990', u'INDIRECT_-1206141651'), (u'MULTIEQUAL_-1206142599', u'MULTIEQUAL_-1206141537'), (u'INT_EQUAL_-1206151602', u'MULTIEQUAL_-1206147689'), (u'MULTIEQUAL_-1206145155', u'COPY_-1206154957'), (u'MULTIEQUAL_-1206148067', u'LOAD_-1206151619'), ('const-0', u'PTRSUB_-1206140035'), (u'INDIRECT_-1206143917', u'MULTIEQUAL_-1206144420'), (u'CALL_-1206154119', u'INDIRECT_-1206144610'), (u'LOAD_-1206153050', u'INT_LESS_-1206153035'), (u'LOAD_-1206153050', u'INT_EQUAL_-1206153035'), (u'INDIRECT_-1206143833', u'MULTIEQUAL_-1206143749'), (u'INDIRECT_-1206141855', u'MULTIEQUAL_-1206143239'), (u'CALL_-1206153753', u'INDIRECT_-1206141983'), (u'STORE_-1206153901', u'INDIRECT_-1206142876'), ('const-0', u'PTRSUB_-1206142161'), (u'INDIRECT_-1206142842', u'MULTIEQUAL_-1206143118'), (u'CALL_-1206156853', u'INDIRECT_-1206144037'), (u'MULTIEQUAL_-1206144841', u'MULTIEQUAL_-1206144825'), (u'INDIRECT_-1206142557', u'MULTIEQUAL_-1206143941'), (u'INDIRECT_-1206143859', u'MULTIEQUAL_-1206143370'), (u'MULTIEQUAL_-1206145186', u'MULTIEQUAL_-1206145152'), ('const-0', u'PTRSUB_-1206141507'), (u'CALL_-1206152922', u'INDIRECT_-1206141202'), (u'BOOL_AND_-1206142682', u'CBRANCH_-1206151122'), (u'MULTIEQUAL_-1206142427', u'MULTIEQUAL_-1206142389'), (u'CALL_-1206154730', u'INDIRECT_-1206141815'), (u'INDIRECT_-1206141867', u'MULTIEQUAL_-1206141829'), (u'INDIRECT_-1206144726', u'MULTIEQUAL_-1206144607'), (u'CALL_-1206153877', u'INDIRECT_-1206144597'), (u'CALL_-1206155202', u'INDIRECT_-1206143059'), (u'MULTIEQUAL_-1206146715', u'CALL_-1206153041'), (u'CALL_-1206151480', u'INDIRECT_-1206140175'), (u'INDIRECT_-1206144457', u'MULTIEQUAL_-1206144426'), (u'INDIRECT_-1206143241', u'MULTIEQUAL_-1206145984'), (u'MULTIEQUAL_-1206142726', u'MULTIEQUAL_-1206142149'), (u'PTRADD_-1206153940', u'LOAD_-1206154002'), (u'MULTIEQUAL_-1206149197', u'INT_NOTEQUAL_-1206154081'), (u'INDIRECT_-1206144990', u'MULTIEQUAL_-1206144913'), (u'STORE_-1206151220', u'INDIRECT_-1206142126'), (u'PTRSUB_-1206142417', u'LOAD_-1206156335'), (u'MULTIEQUAL_-1206140891', u'MULTIEQUAL_-1206143245'), (u'CALL_-1206156177', u'INDIRECT_-1206142511'), ('const-1', u'PTRADD_-1206154156'), (u'MULTIEQUAL_-1206145221', u'MULTIEQUAL_-1206145519'), (u'CALL_-1206153704', u'INDIRECT_-1206144493'), ('const-417', u'LOAD_-1206153280'), (u'CALL_-1206153190', u'INDIRECT_-1206142986'), (u'CALL_-1206153822', u'INDIRECT_-1206148580'), (u'CALL_-1206155664', u'INDIRECT_-1206145080'), ('const-719006', u'COPY_-1206140997'), (u'CALL_-1206155855', u'INDIRECT_-1206144456'), (u'INDIRECT_-1206141897', u'MULTIEQUAL_-1206141848'), (u'CALL_-1206152876', u'INDIRECT_-1206141348'), (u'MULTIEQUAL_-1206144589', u'MULTIEQUAL_-1206144238'), (u'CALL_-1206151512', u'INDIRECT_-1206140535'), (u'CALL_-1206154940', u'INT_ADD_-1206154908'), (u'CALL_-1206153554', u'INDIRECT_-1206141558'), (u'CAST_-1206139663', u'CALL_-1206150750'), (u'INDIRECT_-1206143786', u'MULTIEQUAL_-1206143655'), (u'STORE_-1206154035', u'INDIRECT_-1206142344'), (u'CALL_-1206152324', u'INDIRECT_-1206141815'), (u'INDIRECT_-1206145080', u'MULTIEQUAL_-1206144966'), (u'MULTIEQUAL_-1206144057', u'MULTIEQUAL_-1206144019'), (u'CALL_-1206150990', u'INDIRECT_-1206143272'), (u'CALL_-1206153481', u'INDIRECT_-1206142572'), (u'INDIRECT_-1206144160', u'MULTIEQUAL_-1206145331'), (u'CALL_-1206150167', u'INDIRECT_-1206142084'), (u'INDIRECT_-1206143745', u'MULTIEQUAL_-1206143470'), (u'INDIRECT_-1206140454', u'MULTIEQUAL_-1206143191'), (u'MULTIEQUAL_-1206143787', u'MULTIEQUAL_-1206144304'), (u'INDIRECT_-1206144224', u'MULTIEQUAL_-1206144107'), ('tmp_7659', u'CBRANCH_-1206151648'), (u'CALL_-1206150990', u'INDIRECT_-1206142942'), (u'INDIRECT_-1206141987', u'MULTIEQUAL_-1206142815'), (u'CALL_-1206153877', u'INDIRECT_-1206144377'), (u'CALL_-1206156853', u'INDIRECT_-1206150024'), (u'CALL_-1206155215', u'INDIRECT_-1206143300'), (u'MULTIEQUAL_-1206144173', u'MULTIEQUAL_-1206144135'), (u'CALL_-1206152324', u'INDIRECT_-1206141003'), (u'LOAD_-1206151439', u'MULTIEQUAL_-1206148279'), (u'CALL_-1206153678', u'INDIRECT_-1206141476'), (u'BOOL_NEGATE_-1206142651', u'CBRANCH_-1206151648'), (u'STORE_-1206152955', u'INDIRECT_-1206144780'), (u'INDIRECT_-1206143265', u'MULTIEQUAL_-1206145356'), (u'INDIRECT_-1206142103', u'MULTIEQUAL_-1206142931'), (u'INT_LESSEQUAL_-1206151136', u'BOOL_AND_-1206142682'), (u'PTRSUB_-1206140114', u'PTRSUB_-1206139939'), (u'INDIRECT_-1206144237', u'MULTIEQUAL_-1206144206'), (u'CALL_-1206154078', u'INDIRECT_-1206148374'), (u'INT_EQUAL_-1206153083', u'BOOL_NEGATE_-1206143410'), (u'INDIRECT_-1206143049', u'MULTIEQUAL_-1206142774'), (u'MULTIEQUAL_-1206142251', u'INT_NOTEQUAL_-1206155016'), (u'INDIRECT_-1206143614', u'MULTIEQUAL_-1206143477'), (u'MULTIEQUAL_-1206143173', u'MULTIEQUAL_-1206142154'), (u'INDIRECT_-1206142290', u'MULTIEQUAL_-1206142275'), (u'MULTIEQUAL_-1206142416', u'MULTIEQUAL_-1206142325'), (u'MULTIEQUAL_-1206143668', u'MULTIEQUAL_-1206143441'), (u'CALL_-1206150750', u'INDIRECT_-1206140501'), (u'CALL_-1206153190', u'INDIRECT_-1206146005'), (u'INDIRECT_-1206149848', u'MULTIEQUAL_-1206149535'), (u'MULTIEQUAL_-1206144188', u'COPY_-1206144286'), (u'INDIRECT_-1206143193', u'MULTIEQUAL_-1206143072'), (u'MULTIEQUAL_-1206142361', u'MULTIEQUAL_-1206142147'), (u'CALL_-1206151271', u'INDIRECT_-1206141046'), (u'INDIRECT_-1206143638', u'MULTIEQUAL_-1206143543'), (u'INDIRECT_-1206143787', u'MULTIEQUAL_-1206143317'), (u'INDIRECT_-1206143108', u'MULTIEQUAL_-1206143488'), (u'CALL_-1206153041', u'INDIRECT_-1206143939'), (u'INT_NOTEQUAL_-1206151916', u'CBRANCH_-1206151916'), (u'COPY_-1206151580', u'MULTIEQUAL_-1206148026'), (u'CAST_-1206140077', u'INT_NOTEQUAL_-1206151506'), (u'INT_EQUAL_-1206154117', u'CBRANCH_-1206154118'), ('const-417', u'LOAD_-1206154134'), (u'MULTIEQUAL_-1206144013', u'MULTIEQUAL_-1206143997'), (u'INDIRECT_-1206144004', u'MULTIEQUAL_-1206144057'), (u'CALL_-1206153063', u'INDIRECT_-1206143479'), (u'STORE_-1206151230', u'INDIRECT_-1206141432'), (u'CALL_-1206152799', u'INDIRECT_-1206143453'), (u'INDIRECT_-1206144013', u'MULTIEQUAL_-1206144730'), (u'INDIRECT_-1206142976', u'MULTIEQUAL_-1206142880'), (u'CALL_-1206151271', u'CAST_-1206139963'), (u'PTRSUB_-1206142091', u'LOAD_-1206155615'), (u'MULTIEQUAL_-1206146345', u'CAST_-1206141443'), (u'CALL_-1206156061', u'INDIRECT_-1206144434'), (u'CALL_-1206155215', u'INDIRECT_-1206143538'), (u'CALL_-1206152412', u'INDIRECT_-1206142679'), (u'INDIRECT_-1206141540', u'MULTIEQUAL_-1206143709'), (u'MULTIEQUAL_-1206149216', u'INT_EQUAL_-1206154165'), (u'INT_ADD_-1206141583', u'PTRADD_-1206154077'), ('const-384', u'INT_AND_-1206155953'), (u'MULTIEQUAL_-1206143900', u'MULTIEQUAL_-1206143866'), (u'PTRSUB_-1206142185', u'LOAD_-1206155814'), (u'INDIRECT_-1206140612', u'MULTIEQUAL_-1206142781'), (u'INDIRECT_-1206142743', u'MULTIEQUAL_-1206142273'), (u'CALL_-1206153917', u'INDIRECT_-1206144398'), ('tmp_1929', u'CBRANCH_-1206155422'), (u'MULTIEQUAL_-1206145441', u'MULTIEQUAL_-1206145739'), (u'INDIRECT_-1206141781', u'MULTIEQUAL_-1206141732'), (u'INDIRECT_-1206141778', u'MULTIEQUAL_-1206143947'), (u'MULTIEQUAL_-1206142155', u'MULTIEQUAL_-1206143282'), ('const-4294967294', u'INT_MULT_-1206147768'), (u'CALL_-1206153704', u'INDIRECT_-1206141138'), (u'MULTIEQUAL_-1206141593', u'MULTIEQUAL_-1206143947'), ('const-0', u'INT_NOTEQUAL_-1206151373'), (u'CALL_-1206154119', u'INDIRECT_-1206143343'), (u'CAST_-1206142379', u'INT_ADD_-1206152926'), (u'INDIRECT_-1206144120', u'MULTIEQUAL_-1206144173'), (u'INDIRECT_-1206142245', u'MULTIEQUAL_-1206142196'), ('const-0', u'RETURN_-1206155743'), (u'CALL_-1206152876', u'INDIRECT_-1206141232'), (u'INDIRECT_-1206142667', u'MULTIEQUAL_-1206142583'), (u'INT_ZEXT_-1206151225', u'INT_MULT_-1206147031'), (u'INDIRECT_-1206144016', u'MULTIEQUAL_-1206145331'), (u'INDIRECT_-1206142671', u'MULTIEQUAL_-1206142660'), (u'INDIRECT_-1206142860', u'MULTIEQUAL_-1206142665'), (u'INDIRECT_-1206142805', u'MULTIEQUAL_-1206143633'), (u'MULTIEQUAL_-1206142147', u'MULTIEQUAL_-1206142354'), ('const-1', u'PTRADD_-1206151175'), (u'CALL_-1206150776', u'CAST_-1206139663'), (u'STORE_-1206152940', u'INDIRECT_-1206142676'), (u'MULTIEQUAL_-1206150620', u'CALL_-1206152799'), ('const-0', u'INT_NOTEQUAL_-1206152250'), (u'INDIRECT_-1206140617', u'MULTIEQUAL_-1206140886'), (u'CALL_-1206152563', u'INDIRECT_-1206144127'), (u'LOAD_-1206156322', u'CAST_-1206142201'), (u'CALL_-1206153963', u'INDIRECT_-1206144644'), (u'CALL_-1206156387', u'INDIRECT_-1206142613'), (u'CALL_-1206153994', u'INDIRECT_-1206144658'), (u'INDIRECT_-1206144377', u'MULTIEQUAL_-1206144342'), (u'MULTIEQUAL_-1206145369', u'INT_NOTEQUAL_-1206151455'), (u'STORE_-1206149153', u'INDIRECT_-1206143477'), (u'CALL_-1206152168', u'INDIRECT_-1206140939'), (u'CALL_-1206150750', u'INDIRECT_-1206142842'), (u'INDIRECT_-1206144050', u'MULTIEQUAL_-1206145221'), (u'CALL_-1206156387', u'INDIRECT_-1206143773'), (u'INDIRECT_-1206144478', u'MULTIEQUAL_-1206144379'), (u'MULTIEQUAL_-1206140051', u'COPY_-1206139983'), (u'MULTIEQUAL_-1206142168', u'MULTIEQUAL_-1206145409'), (u'CALL_-1206153704', u'INDIRECT_-1206141950'), (u'CALL_-1206152370', u'INDIRECT_-1206144042'), (u'CALL_-1206152370', u'INDIRECT_-1206141261'), (u'CALL_-1206154119', u'INDIRECT_-1206141597'), (u'CALL_-1206156387', u'INDIRECT_-1206144475'), (u'CALL_-1206153481', u'INDIRECT_-1206144437'), ('tmp_7977', u'CBRANCH_-1206151451'), (u'LOAD_-1206154029', u'INT_EQUAL_-1206154014'), (u'INT_ADD_-1206152418', u'CALL_-1206152412'), (u'PTRSUB_-1206140638', u'LOAD_-1206152400'), ('const-417', u'LOAD_-1206154216'), (u'CAST_-1206141266', u'CALL_-1206153877'), (u'CALL_-1206150750', u'INDIRECT_-1206141197'), (u'INT_SUB_-1206154743', u'INT_ADD_-1206154733'), (u'INDIRECT_-1206142528', u'MULTIEQUAL_-1206142908'), (u'CALL_-1206153678', u'INDIRECT_-1206142990'), (u'CALL_-1206153822', u'INDIRECT_-1206142825'), (u'CALL_-1206153992', u'INDIRECT_-1206144524'), (u'MULTIEQUAL_-1206148487', u'PTRSUB_-1206140676'), (u'STORE_-1206152961', u'INDIRECT_-1206143966'), (u'INDIRECT_-1206141467', u'MULTIEQUAL_-1206142775'), (u'CALL_-1206153753', u'INDIRECT_-1206144874'), (u'INDIRECT_-1206143367', u'MULTIEQUAL_-1206143336'), (u'CALL_-1206156061', u'INDIRECT_-1206143616'), (u'STORE_-1206151230', u'INDIRECT_-1206140968'), (u'CALL_-1206156061', u'INDIRECT_-1206143500'), (u'BOOL_AND_-1206152998', u'INT_NOTEQUAL_-1206152999'), ('const-417', u'LOAD_-1206152268'), (u'LOAD_-1206152987', u'PTRSUB_-1206142606'), (u'CALL_-1206154730', u'INDIRECT_-1206144730'), (u'CALL_-1206154119', u'INT_NOTEQUAL_-1206153903'), (u'CALL_-1206152799', u'INDIRECT_-1206149672'), (u'LOAD_-1206156830', u'CALL_-1206156809'), (u'MULTIEQUAL_-1206146715', u'CAST_-1206140727'), ('const-164', u'PTRSUB_-1206142585'), (u'INDIRECT_-1206147137', u'MULTIEQUAL_-1206149890'), (u'INDIRECT_-1206143036', u'MULTIEQUAL_-1206142775'), (u'INDIRECT_-1206143207', u'MULTIEQUAL_-1206142963'), (u'INDIRECT_-1206142130', u'MULTIEQUAL_-1206142691'), ('const-417', u'LOAD_-1206156941'), (u'CALL_-1206152786', u'INDIRECT_-1206149663'), (u'INDIRECT_-1206142026', u'MULTIEQUAL_-1206142736'), (u'MULTIEQUAL_-1206142673', u'MULTIEQUAL_-1206142764'), ('const-5', u'CALL_-1206151512'), (u'MULTIEQUAL_-1206144821', u'MULTIEQUAL_-1206144491'), (u'CALL_-1206152277', u'INDIRECT_-1206142191'), (u'CALL_-1206154940', u'INDIRECT_-1206145045'), (u'INDIRECT_-1206143439', u'MULTIEQUAL_-1206143195'), (u'CALL_-1206154830', u'INDIRECT_-1206141971'), (u'STORE_-1206154035', u'INDIRECT_-1206142693'), (u'INDIRECT_-1206148129', u'MULTIEQUAL_-1206148855'), (u'CALL_-1206153041', u'INDIRECT_-1206142654'), (u'STORE_-1206154656', u'INDIRECT_-1206142793'), (u'CALL_-1206156964', u'INDIRECT_-1206144677'), ('const-5', u'CALL_-1206152799'), (u'STORE_-1206152955', u'INDIRECT_-1206143498'), (u'INT_EQUAL_-1206153949', u'MULTIEQUAL_-1206148965'), (u'INDIRECT_-1206145481', u'MULTIEQUAL_-1206142167'), (u'INDIRECT_-1206144257', u'MULTIEQUAL_-1206144173'), (u'COPY_-1206142814', u'PTRADD_-1206140106'), (u'MULTIEQUAL_-1206143123', u'MULTIEQUAL_-1206143422'), (u'MULTIEQUAL_-1206144357', u'MULTIEQUAL_-1206144027'), (u'CALL_-1206154661', u'INDIRECT_-1206142370'), (u'MULTIEQUAL_-1206146345', u'INT_NOTEQUAL_-1206154695'), (u'CALL_-1206153877', u'INDIRECT_-1206141572'), (u'MULTIEQUAL_-1206146365', u'CALL_-1206152277'), (u'CALL_-1206153041', u'INDIRECT_-1206141836'), ('tmp_3323', u'CBRANCH_-1206154151'), (u'CALL_-1206153963', u'INDIRECT_-1206141851'), (u'CALL_-1206155664', u'INDIRECT_-1206149306'), (u'CALL_-1206152799', u'INDIRECT_-1206144034'), ('const-1', u'PTRADD_-1206151816'), (u'CALL_-1206152168', u'INDIRECT_-1206141519'), (u'CALL_-1206151512', u'INDIRECT_-1206143322'), (u'CALL_-1206150776', u'INDIRECT_-1206142852'), (u'INDIRECT_-1206143530', u'MULTIEQUAL_-1206145482'), (u'INDIRECT_-1206143849', u'MULTIEQUAL_-1206143472'), (u'CALL_-1206153063', u'INDIRECT_-1206142783'), (u'MULTIEQUAL_-1206143837', u'MULTIEQUAL_-1206143829'), (u'CAST_-1206142323', u'INT_RIGHT_-1206153139'), (u'INDIRECT_-1206140802', u'MULTIEQUAL_-1206143539'), (u'CALL_-1206154589', u'INDIRECT_-1206142691'), (u'CALL_-1206151003', u'INDIRECT_-1206143171'), (u'INDIRECT_-1206141046', u'MULTIEQUAL_-1206140775'), (u'INDIRECT_-1206143437', u'MULTIEQUAL_-1206143373'), (u'INDIRECT_-1206142844', u'MULTIEQUAL_-1206142587'), (u'CALLIND_-1206156299', u'INDIRECT_-1206145595'), (u'CALL_-1206153917', u'INDIRECT_-1206143687'), ('tmp_212', u'CBRANCH_-1206156876'), (u'CALL_-1206153041', u'INDIRECT_-1206142538'), ('const-0', u'INT_NOTEQUAL_-1206156121'), (u'MULTIEQUAL_-1206143422', u'MULTIEQUAL_-1206142155'), (u'CALL_-1206152412', u'INDIRECT_-1206142447'), (u'CALL_-1206152136', u'INDIRECT_-1206142209'), (u'INDIRECT_-1206145756', u'MULTIEQUAL_-1206145629'), (u'INDIRECT_-1206144679', u'MULTIEQUAL_-1206144404'), (u'INDIRECT_-1206143178', u'MULTIEQUAL_-1206143140'), (u'CALL_-1206156061', u'INDIRECT_-1206145591'), (u'CALL_-1206155202', u'INDIRECT_-1206142711'), (u'MULTIEQUAL_-1206143513', u'MULTIEQUAL_-1206143312'), (u'CALL_-1206153877', u'INDIRECT_-1206142036'), (u'CALL_-1206152168', u'INDIRECT_-1206141403'), (u'INDIRECT_-1206144677', u'MULTIEQUAL_-1206144646'), (u'INDIRECT_-1206141648', u'MULTIEQUAL_-1206141627'), (u'INDIRECT_-1206145518', u'MULTIEQUAL_-1206145281'), ('const-1', u'INT_ADD_-1206141582'), (u'LOAD_-1206153134', u'INT_LESS_-1206153119'), (u'LOAD_-1206153134', u'INT_EQUAL_-1206153119'), (u'MULTIEQUAL_-1206148067', u'PTRADD_-1206151562'), (u'INDIRECT_-1206142085', u'MULTIEQUAL_-1206142054'), (u'MULTIEQUAL_-1206144966', u'MULTIEQUAL_-1206144932'), (u'CALL_-1206154181', u'INDIRECT_-1206141400'), (u'CALL_-1206154940', u'INDIRECT_-1206145155'), (u'CALL_-1206154730', u'INDIRECT_-1206142047'), (u'INDIRECT_-1206143373', u'MULTIEQUAL_-1206143362'), (u'INDIRECT_-1206144544', u'MULTIEQUAL_-1206144512'), (u'CALL_-1206155664', u'INDIRECT_-1206142971'), (u'STORE_-1206152955', u'INDIRECT_-1206144200'), (u'CALL_-1206151480', u'INDIRECT_-1206141805'), (u'INT_ADD_-1206154908', u'INT_ADD_-1206154733'), ('const-32768', u'INT_OR_-1206141841'), (u'CALL_-1206153059', u'INDIRECT_-1206143629'), (u'MULTIEQUAL_-1206147769', u'BOOL_NEGATE_-1206147021'), (u'PTRSUB_-1206142306', u'LOAD_-1206156103'), (u'CALL_-1206155202', u'INDIRECT_-1206143993'), (u'CALL_-1206153017', u'INDIRECT_-1206141478'), (u'CALL_-1206152370', u'INDIRECT_-1206142190'), ('const-1', u'PTRADD_-1206153811'), (u'MULTIEQUAL_-1206147742', u'MULTIEQUAL_-1206147833'), (u'CALL_-1206152370', u'INDIRECT_-1206143822'), (u'MULTIEQUAL_-1206143312', u'MULTIEQUAL_-1206143296'), (u'INDIRECT_-1206145100', u'MULTIEQUAL_-1206145023'), ('const-1', u'PTRADD_-1206152263'), (u'CALL_-1206153190', u'INDIRECT_-1206149901'), (u'INDIRECT_-1206144050', u'MULTIEQUAL_-1206143983'), ('const-76', u'INT_LESS_-1206153965'), (u'STORE_-1206153010', u'INDIRECT_-1206143999'), (u'INDIRECT_-1206143086', u'MULTIEQUAL_-1206143045'), (u'MULTIEQUAL_-1206143665', u'MULTIEQUAL_-1206143649'), (u'COPY_-1206140417', u'MULTIEQUAL_-1206148279'), (u'CALL_-1206154730', u'INDIRECT_-1206142395'), (u'INDIRECT_-1206144318', u'MULTIEQUAL_-1206142162'), (u'COPY_-1206154619', u'MULTIEQUAL_-1206149088'), (u'INDIRECT_-1206142268', u'MULTIEQUAL_-1206142227'), (u'INDIRECT_-1206144767', u'MULTIEQUAL_-1206144734'), (u'MULTIEQUAL_-1206143875', u'MULTIEQUAL_-1206142160'), (u'CAST_-1206140935', u'COPY_-1206141025'), (u'INDIRECT_-1206144489', u'MULTIEQUAL_-1206144019'), (u'CALL_-1206152168', u'INDIRECT_-1206143622'), (u'INT_EQUAL_-1206153140', u'CBRANCH_-1206153145'), (u'INDIRECT_-1206142517', u'MULTIEQUAL_-1206143825'), ('const-1', u'PTRADD_-1206153969'), ('const-459254', u'COPY_-1206153161'), (u'INDIRECT_-1206141575', u'MULTIEQUAL_-1206141511'), (u'CALL_-1206151480', u'INDIRECT_-1206141921'), (u'INT_ADD_-1206141582', u'PTRADD_-1206154072'), (u'STORE_-1206152940', u'INDIRECT_-1206142792'), (u'CALL_-1206151512', u'INDIRECT_-1206142992'), (u'STORE_-1206153010', u'INDIRECT_-1206144701'), (u'CALLIND_-1206156299', u'INDIRECT_-1206144548'), (u'CALL_-1206153017', u'INDIRECT_-1206141130'), (u'PTRSUB_-1206142541', u'LOAD_-1206153044'), (u'MULTIEQUAL_-1206148480', u'BOOL_NEGATE_-1206147792'), (u'CALL_-1206156809', u'INDIRECT_-1206146109'), ('const-0', u'COPY_-1206154179'), (u'MULTIEQUAL_-1206143289', u'MULTIEQUAL_-1206142155'), (u'INDIRECT_-1206142329', u'MULTIEQUAL_-1206142295'), (u'INDIRECT_-1206143705', u'MULTIEQUAL_-1206145796'), (u'INDIRECT_-1206141578', u'MULTIEQUAL_-1206141482'), (u'MULTIEQUAL_-1206143727', u'MULTIEQUAL_-1206143719'), (u'INT_ADD_-1206140330', u'PTRADD_-1206151557'), (u'CALL_-1206153994', u'INDIRECT_-1206143611'), ('tmp_7676', u'CBRANCH_-1206151628'), (u'COPY_-1206154156', u'CAST_-1206141324'), ('const-0', u'PTRSUB_-1206140257'), (u'INT_EQUAL_-1206155262', u'CBRANCH_-1206155260'), (u'INDIRECT_-1206141432', u'MULTIEQUAL_-1206141394'), (u'CALL_-1206156809', u'INDIRECT_-1206145068'), (u'STORE_-1206154035', u'INDIRECT_-1206142112'), (u'INDIRECT_-1206141810', u'MULTIEQUAL_-1206141615'), (u'MULTIEQUAL_-1206142154', u'MULTIEQUAL_-1206143195'), (u'PTRSUB_-1206142478', u'STORE_-1206152955'), (u'CALL_-1206152136', u'INDIRECT_-1206141855'), (u'CALL_-1206156809', u'INDIRECT_-1206143438'), (u'INDIRECT_-1206145748', u'MULTIEQUAL_-1206145629'), (u'MULTIEQUAL_-1206140695', u'MULTIEQUAL_-1206140786'), ('const-123', u'INT_EQUAL_-1206154006'), (u'CALL_-1206154181', u'INDIRECT_-1206144425'), (u'CALL_-1206152922', u'INDIRECT_-1206141318'), (u'CALL_-1206152341', u'INDIRECT_-1206141175'), (u'COPY_-1206142499', u'MULTIEQUAL_-1206150286'), (u'MULTIEQUAL_-1206142041', u'MULTIEQUAL_-1206142558'), (u'INDIRECT_-1206140833', u'MULTIEQUAL_-1206143129'), (u'INT_ADD_-1206153215', u'CAST_-1206142513'), (u'STORE_-1206154656', u'INDIRECT_-1206142561'), (u'INT_ADD_-1206154212', u'MULTIEQUAL_-1206149588'), (u'INDIRECT_-1206143975', u'COPY_-1206142814'), (u'INDIRECT_-1206143208', u'MULTIEQUAL_-1206143108'), (u'MULTIEQUAL_-1206142163', u'MULTIEQUAL_-1206144216'), (u'CALLIND_-1206156299', u'INDIRECT_-1206145925'), (u'MULTIEQUAL_-1206143825', u'MULTIEQUAL_-1206144124'), (u'INT_NOTEQUAL_-1206155016', u'CBRANCH_-1206155016'), (u'CALL_-1206150990', u'INDIRECT_-1206140137'), (u'INT_EQUAL_-1206153035', u'CBRANCH_-1206153036'), (u'STORE_-1206151230', u'INDIRECT_-1206142250'), (u'INDIRECT_-1206142172', u'MULTIEQUAL_-1206142280'), (u'CALL_-1206152281', u'INDIRECT_-1206142847'), (u'CAST_-1206142124', u'INT_NOTEQUAL_-1206156121'), (u'MULTIEQUAL_-1206142146', u'MULTIEQUAL_-1206142238'), (u'INDIRECT_-1206145638', u'MULTIEQUAL_-1206145519'), ('tmp_4418', u'CBRANCH_-1206154012'), (u'CALL_-1206152412', u'INDIRECT_-1206142795'), (u'CALL_-1206152281', u'INDIRECT_-1206142267'), (u'INT_SEXT_-1206154834', u'CALL_-1206154830'), (u'INDIRECT_-1206143914', u'MULTIEQUAL_-1206143586'), (u'MULTIEQUAL_-1206142584', u'MULTIEQUAL_-1206142383'), (u'INDIRECT_-1206141389', u'MULTIEQUAL_-1206141358'), (u'MULTIEQUAL_-1206142151', u'MULTIEQUAL_-1206142135'), (u'CALL_-1206153994', u'INDIRECT_-1206144768'), (u'CALL_-1206156809', u'INDIRECT_-1206143322'), (u'CALL_-1206156387', u'INDIRECT_-1206145968'), (u'CALL_-1206155855', u'INDIRECT_-1206143406'), (u'PTRSUB_-1206140718', u'LOAD_-1206152577'), (u'INT_ADD_-1206140385', u'CAST_-1206140167'), (u'MULTIEQUAL_-1206146715', u'CALL_-1206152833'), (u'MULTIEQUAL_-1206142615', u'MULTIEQUAL_-1206142599'), (u'INDIRECT_-1206142661', u'MULTIEQUAL_-1206142587'), (u'INDIRECT_-1206150078', u'MULTIEQUAL_-1206149890'), (u'CALL_-1206152563', u'INDIRECT_-1206141578'), (u'CALL_-1206152786', u'INDIRECT_-1206142632'), (u'CAST_-1206140166', u'INT_LESSEQUAL_-1206151136'), (u'CALLIND_-1206156299', u'INDIRECT_-1206142918'), (u'INDIRECT_-1206143992', u'MULTIEQUAL_-1206143875'), (u'MULTIEQUAL_-1206143947', u'MULTIEQUAL_-1206143939'), (u'CALL_-1206153992', u'INDIRECT_-1206142665'), (u'LOAD_-1206152268', u'INT_NOTEQUAL_-1206152250'), (u'INDIRECT_-1206144318', u'MULTIEQUAL_-1206144216'), (u'STORE_-1206151230', u'INDIRECT_-1206141316'), (u'INDIRECT_-1206141462', u'MULTIEQUAL_-1206141267'), ('const-0', u'COPY_-1206153890'), (u'CALL_-1206153678', u'INDIRECT_-1206143222'), (u'INDIRECT_-1206140814', u'MULTIEQUAL_-1206140543'), (u'CALL_-1206156809', u'CAST_-1206142607'), (u'INDIRECT_-1206142920', u'MULTIEQUAL_-1206142825'), (u'INDIRECT_-1206140882', u'MULTIEQUAL_-1206140786'), (u'CALL_-1206152799', u'INDIRECT_-1206143337'), (u'CALL_-1206154730', u'INDIRECT_-1206143208'), (u'CALL_-1206153285', u'INDIRECT_-1206144941'), (u'MULTIEQUAL_-1206143939', u'MULTIEQUAL_-1206145155'), (u'CALL_-1206153877', u'INDIRECT_-1206143318'), (u'INDIRECT_-1206143091', u'MULTIEQUAL_-1206142991'), (u'CALL_-1206154661', u'INDIRECT_-1206142718'), (u'CALL_-1206150990', u'INDIRECT_-1206141413'), ('const-717992', u'COPY_-1206150265'), ('const-417', u'STORE_-1206153901'), (u'INT_ADD_-1206151802', u'CAST_-1206140252'), (u'INT_EQUAL_-1206151220', u'CBRANCH_-1206151221'), (u'CALL_-1206152922', u'INDIRECT_-1206143885'), (u'MULTIEQUAL_-1206144821', u'MULTIEQUAL_-1206144470'), (u'INDIRECT_-1206143319', u'MULTIEQUAL_-1206143198'), (u'MULTIEQUAL_-1206144223', u'MULTIEQUAL_-1206142163'), (u'LOAD_-1206155615', u'CALL_-1206155601'), (u'CALL_-1206152370', u'INDIRECT_-1206142775'), (u'STORE_-1206151220', u'INDIRECT_-1206140264'), (u'MULTIEQUAL_-1206141936', u'MULTIEQUAL_-1206141709'), (u'CALL_-1206151003', u'CAST_-1206139759'), (u'CALL_-1206155215', u'INDIRECT_-1206145049'), (u'MULTIEQUAL_-1206145764', u'MULTIEQUAL_-1206145409'), (u'INDIRECT_-1206142960', u'MULTIEQUAL_-1206142703'), (u'CALL_-1206152876', u'INDIRECT_-1206142862'), (u'CALL_-1206154730', u'INDIRECT_-1206143329'), ('const-464', u'INT_ADD_-1206156293'), (u'COPY_-1206141934', u'MULTIEQUAL_-1206145372'), (u'CALL_-1206152442', u'INDIRECT_-1206143965'), (u'CALL_-1206152168', u'INDIRECT_-1206147738'), (u'INDIRECT_-1206143569', u'MULTIEQUAL_-1206144072'), (u'CALL_-1206154589', u'INDIRECT_-1206142923'), (u'INDIRECT_-1206142689', u'MULTIEQUAL_-1206143517'), (u'CALL_-1206153704', u'INDIRECT_-1206144273'), (u'CALLIND_-1206156299', u'INDIRECT_-1206143382'), (u'CALL_-1206153017', u'INDIRECT_-1206142174'), ('const-1', u'INT_ADD_-1206140410'), (u'COPY_-1206152999', u'MULTIEQUAL_-1206149567'), (u'CALL_-1206152442', u'INDIRECT_-1206142808'), (u'LOAD_-1206151172', u'SUBPIECE_-1206140268'), (u'CALL_-1206155792', u'INDIRECT_-1206145145'), (u'CALL_-1206155202', u'INDIRECT_-1206143408'), (u'MULTIEQUAL_-1206141234', u'MULTIEQUAL_-1206141007'), (u'MULTIEQUAL_-1206145554', u'MULTIEQUAL_-1206145566'), ('const-417', u'LOAD_-1206153229'), (u'MULTIEQUAL_-1206147391', u'PTRSUB_-1206142071'), (u'CAST_-1206139963', u'PTRADD_-1206140116'), (u'INDIRECT_-1206143733', u'MULTIEQUAL_-1206143638'), (u'MULTIEQUAL_-1206145629', u'MULTIEQUAL_-1206142169'), (u'STORE_-1206151220', u'INDIRECT_-1206140612'), (u'CALL_-1206152876', u'INDIRECT_-1206142160'), (u'CALL_-1206151003', u'INDIRECT_-1206143501'), (u'STORE_-1206154035', u'INDIRECT_-1206141880'), (u'INDIRECT_-1206141580', u'MULTIEQUAL_-1206142543'), (u'MULTIEQUAL_-1206147853', u'INT_LESS_-1206153965'), (u'MULTIEQUAL_-1206147853', u'INT_EQUAL_-1206153965'), (u'CALLIND_-1206156299', u'INDIRECT_-1206143730'), (u'INDIRECT_-1206144340', u'MULTIEQUAL_-1206144245'), (u'MULTIEQUAL_-1206142151', u'MULTIEQUAL_-1206142847'), (u'CALL_-1206152281', u'INDIRECT_-1206144108'), (u'INDIRECT_-1206143843', u'MULTIEQUAL_-1206143809'), (u'INDIRECT_-1206143720', u'MULTIEQUAL_-1206145111'), ('const-4', u'PTRSUB_-1206142274'), (u'CALL_-1206150167', u'INDIRECT_-1206140454'), (u'CALL_-1206156177', u'INDIRECT_-1206143787'), (u'INDIRECT_-1206143156', u'MULTIEQUAL_-1206142751'), (u'CALL_-1206153938', u'INDIRECT_-1206144521'), (u'INDIRECT_-1206142242', u'MULTIEQUAL_-1206144411'), (u'INDIRECT_-1206140253', u'MULTIEQUAL_-1206142549'), (u'INDIRECT_-1206143064', u'MULTIEQUAL_-1206143625'), (u'CALL_-1206154830', u'INDIRECT_-1206144880'), (u'INDIRECT_-1206144432', u'MULTIEQUAL_-1206144420'), (u'CALL_-1206154830', u'INDIRECT_-1206143015'), ('const-417', u'STORE_-1206152940'), (u'INDIRECT_-1206142439', u'MULTIEQUAL_-1206142428'), (u'CALL_-1206150167', u'INDIRECT_-1206143461'), (u'CALL_-1206153704', u'INDIRECT_-1206142414'), (u'PTRSUB_-1206140164', u'LOAD_-1206151342'), (u'MULTIEQUAL_-1206144937', u'MULTIEQUAL_-1206144607'), (u'CALL_-1206153992', u'INDIRECT_-1206141969'), ('const-0', u'COPY_-1206151866'), (u'INDIRECT_-1206142627', u'MULTIEQUAL_-1206142157'), (u'MULTIEQUAL_-1206141007', u'MULTIEQUAL_-1206143361'), (u'CALL_-1206151512', u'INDIRECT_-1206140767'), (u'CALL_-1206152799', u'INDIRECT_-1206145996'), (u'CALL_-1206155855', u'INDIRECT_-1206143290'), ('const-0', u'INT_EQUAL_-1206151466'), (u'INDIRECT_-1206141859', u'MULTIEQUAL_-1206141848'), (u'COPY_-1206141025', u'MULTIEQUAL_-1206148891'), (u'INDIRECT_-1206143295', u'MULTIEQUAL_-1206143246'), (u'CALL_-1206153481', u'INDIRECT_-1206142456'), (u'CALL_-1206153963', u'INDIRECT_-1206144974'), (u'CALL_-1206153822', u'INDIRECT_-1206144354'), (u'CALL_-1206152324', u'INDIRECT_-1206142749'), (u'MULTIEQUAL_-1206141582', u'MULTIEQUAL_-1206141355'), (u'PTRADD_-1206154077', u'COPY_-1206141469'), (u'CALL_-1206155792', u'INDIRECT_-1206142920'), (u'MULTIEQUAL_-1206142880', u'MULTIEQUAL_-1206142789'), ('const-1', u'PTRADD_-1206151562'), (u'INDIRECT_-1206146182', u'MULTIEQUAL_-1206145984'), (u'INDIRECT_-1206143290', u'MULTIEQUAL_-1206143173'), (u'INDIRECT_-1206143773', u'MULTIEQUAL_-1206143652'), ('tmp_2058', u'CBRANCH_-1206155325'), (u'INDIRECT_-1206140717', u'MULTIEQUAL_-1206143013'), (u'INDIRECT_-1206144413', u'MULTIEQUAL_-1206144304'), (u'INDIRECT_-1206144568', u'MULTIEQUAL_-1206144170'), (u'MULTIEQUAL_-1206141699', u'MULTIEQUAL_-1206141471'), (u'INDIRECT_-1206143940', u'MULTIEQUAL_-1206143873'), (u'INDIRECT_-1206143150', u'MULTIEQUAL_-1206143013'), (u'INDIRECT_-1206143949', u'MULTIEQUAL_-1206143865'), (u'STORE_-1206149153', u'INDIRECT_-1206143593'), (u'MULTIEQUAL_-1206145607', u'MULTIEQUAL_-1206142170'), (u'MULTIEQUAL_-1206141123', u'MULTIEQUAL_-1206143477'), (u'MULTIEQUAL_-1206141975', u'MULTIEQUAL_-1206142177'), (u'MULTIEQUAL_-1206142091', u'MULTIEQUAL_-1206142293'), (u'MULTIEQUAL_-1206147391', u'PTRSUB_-1206142306'), (u'INT_NOTEQUAL_-1206152917', u'CBRANCH_-1206152916'), (u'COPY_-1206139828', u'MULTIEQUAL_-1206147705'), (u'MULTIEQUAL_-1206148713', u'BOOL_NEGATE_-1206147758'), (u'INDIRECT_-1206143732', u'MULTIEQUAL_-1206143355'), (u'INT_LESS_-1206151220', u'MULTIEQUAL_-1206148023'), (u'CALL_-1206156809', u'INDIRECT_-1206144952'), (u'CALL_-1206155601', u'INT_AND_-1206148918'), (u'CALL_-1206153678', u'INDIRECT_-1206142056'), (u'INDIRECT_-1206141297', u'MULTIEQUAL_-1206143593'), (u'CALL_-1206150193', u'INDIRECT_-1206140348'), (u'CALL_-1206153822', u'INDIRECT_-1206141897'), (u'INT_EQUAL_-1206153965', u'MULTIEQUAL_-1206148483'), (u'MULTIEQUAL_-1206143448', u'MULTIEQUAL_-1206143221'), (u'MULTIEQUAL_-1206141118', u'MULTIEQUAL_-1206140891'), (u'INDIRECT_-1206141128', u'MULTIEQUAL_-1206141236'), (u'STORE_-1206152940', u'INDIRECT_-1206144538'), (u'CALL_-1206152442', u'INDIRECT_-1206142223'), (u'INDIRECT_-1206149194', u'MULTIEQUAL_-1206148966'), (u'CALL_-1206153917', u'INDIRECT_-1206144948'), (u'CALL_-1206151480', u'INDIRECT_-1206141335'), (u'CALL_-1206154181', u'INDIRECT_-1206143378'), (u'INDIRECT_-1206144323', u'MULTIEQUAL_-1206144119'), (u'CALL_-1206153992', u'INDIRECT_-1206143019'), (u'CALL_-1206152136', u'INDIRECT_-1206143720'), (u'MULTIEQUAL_-1206149706', u'PTRSUB_-1206141507'), (u'CALL_-1206156177', u'INDIRECT_-1206144605'), ('tmp_1161', u'CBRANCH_-1206155951'), (u'INDIRECT_-1206142635', u'MULTIEQUAL_-1206143138'), (u'CALL_-1206156809', u'INDIRECT_-1206145779'), (u'COPY_-1206152991', u'MULTIEQUAL_-1206149144'), ('const-0', u'CALL_-1206155215'), ('const-8', u'INT_OR_-1206149398'), (u'CALL_-1206153017', u'INDIRECT_-1206141942'), (u'INDIRECT_-1206142793', u'MULTIEQUAL_-1206142759'), ('const-10', u'COPY_-1206151265'), (u'CALL_-1206154730', u'INDIRECT_-1206144950'), (u'CALL_-1206155215', u'INDIRECT_-1206142836'), (u'CALL_-1206155855', u'INDIRECT_-1206145497'), (u'INDIRECT_-1206144432', u'MULTIEQUAL_-1206142168'), (u'CAST_-1206142378', u'STORE_-1206152940'), (u'CALL_-1206152563', u'INDIRECT_-1206142628'), (u'MULTIEQUAL_-1206148279', u'PTRSUB_-1206140429'), (u'CALL_-1206152412', u'INDIRECT_-1206143842'), (u'CALL_-1206153190', u'INDIRECT_-1206143914'), (u'INDIRECT_-1206142874', u'MULTIEQUAL_-1206142982'), (u'CAST_-1206140323', u'CALL_-1206152136'), (u'INDIRECT_-1206143047', u'MULTIEQUAL_-1206142843'), (u'CALL_-1206150776', u'INDIRECT_-1206143182'), (u'CALL_-1206154940', u'INDIRECT_-1206143070'), (u'CALL_-1206153059', u'INDIRECT_-1206144093'), (u'INDIRECT_-1206145962', u'MULTIEQUAL_-1206145764'), (u'INDIRECT_-1206144123', u'MULTIEQUAL_-1206143873'), (u'CALL_-1206152341', u'INDIRECT_-1206142689'), (u'MULTIEQUAL_-1206144932', u'MULTIEQUAL_-1206144731'), ('const-1', u'PTRADD_-1206152990'), (u'COPY_-1206151259', u'CAST_-1206140197'), ('const-44', u'PTRADD_-1206140106'), (u'INDIRECT_-1206142598', u'MULTIEQUAL_-1206142502'), (u'CALL_-1206155664', u'INDIRECT_-1206143087'), (u'INDIRECT_-1206140918', u'MULTIEQUAL_-1206143655'), (u'CALL_-1206153686', u'INDIRECT_-1206143008'), (u'MULTIEQUAL_-1206147391', u'PTRSUB_-1206140718'), (u'INDIRECT_-1206143775', u'MULTIEQUAL_-1206144342'), (u'INDIRECT_-1206143025', u'MULTIEQUAL_-1206143014'), (u'CALL_-1206155601', u'INDIRECT_-1206149281'), (u'INDIRECT_-1206142612', u'MULTIEQUAL_-1206143322'), ('const-4294967294', u'INT_MULT_-1206148324'), (u'MULTIEQUAL_-1206145331', u'MULTIEQUAL_-1206145629'), (u'CALL_-1206152799', u'INDIRECT_-1206142873'), (u'MULTIEQUAL_-1206141627', u'MULTIEQUAL_-1206141829'), (u'INDIRECT_-1206143210', u'MULTIEQUAL_-1206144173'), (u'CALL_-1206153917', u'INDIRECT_-1206148624'), (u'INDIRECT_-1206142827', u'MULTIEQUAL_-1206143370'), (u'CALL_-1206151271', u'INDIRECT_-1206143485'), (u'CALL_-1206153530', u'INDIRECT_-1206143294'), (u'INDIRECT_-1206142859', u'MULTIEQUAL_-1206142775'), (u'INDIRECT_-1206145161', u'MULTIEQUAL_-1206142168'), (u'CALL_-1206152922', u'INDIRECT_-1206141666'), (u'INDIRECT_-1206144086', u'MULTIEQUAL_-1206143991'), (u'INDIRECT_-1206145585', u'MULTIEQUAL_-1206145497'), (u'CALL_-1206155202', u'INDIRECT_-1206144109'), (u'INDIRECT_-1206141880', u'MULTIEQUAL_-1206141859'), (u'INDIRECT_-1206142744', u'MULTIEQUAL_-1206142648'), (u'INDIRECT_-1206142279', u'MULTIEQUAL_-1206142179'), (u'MULTIEQUAL_-1206149186', u'CALL_-1206153530'), (u'CALL_-1206153481', u'INDIRECT_-1206143506'), (u'INDIRECT_-1206141689', u'MULTIEQUAL_-1206143634'), (u'INDIRECT_-1206143340', u'MULTIEQUAL_-1206143325'), (u'INT_EQUAL_-1206153119', u'MULTIEQUAL_-1206148483'), (u'INDIRECT_-1206142859', u'MULTIEQUAL_-1206142389'), (u'INDIRECT_-1206143205', u'MULTIEQUAL_-1206143141'), ('const-4', u'INT_ADD_-1206152926'), (u'CALL_-1206153938', u'INDIRECT_-1206144961'), ('tmp_6647', u'CBRANCH_-1206152308'), (u'INDIRECT_-1206145999', u'MULTIEQUAL_-1206145874'), (u'CALL_-1206154730', u'INDIRECT_-1206142975'), (u'INDIRECT_-1206141975', u'MULTIEQUAL_-1206141964'), (u'INDIRECT_-1206143150', u'MULTIEQUAL_-1206143138'), (u'CALL_-1206153041', u'INDIRECT_-1206144379'), (u'CALL_-1206154830', u'INDIRECT_-1206142203'), (u'CALL_-1206154730', u'INDIRECT_-1206142743'), (u'INDIRECT_-1206142215', u'MULTIEQUAL_-1206142177'), (u'CALL_-1206153704', u'INDIRECT_-1206141254'), (u'INDIRECT_-1206142227', u'MULTIEQUAL_-1206141822'), (u'INDIRECT_-1206143384', u'MULTIEQUAL_-1206143289'), (u'INDIRECT_-1206141346', u'MULTIEQUAL_-1206141151'), (u'CALL_-1206155288', u'INT_EQUAL_-1206155262'), (u'CALL_-1206155664', u'INDIRECT_-1206143203'), (u'MULTIEQUAL_-1206143829', u'MULTIEQUAL_-1206145045'), (u'INDIRECT_-1206145078', u'MULTIEQUAL_-1206145001'), (u'CALL_-1206153554', u'INDIRECT_-1206142602'), (u'INDIRECT_-1206142572', u'MULTIEQUAL_-1206142477'), (u'MULTIEQUAL_-1206148023', u'INT_EQUAL_-1206151181'), (u'MULTIEQUAL_-1206145369', u'MULTIEQUAL_-1206145566'), (u'STORE_-1206153782', u'INDIRECT_-1206141975'), (u'STORE_-1206151230', u'INDIRECT_-1206142018'), (u'INDIRECT_-1206143705', u'MULTIEQUAL_-1206143441'), ('tmp_2456', u'CBRANCH_-1206155016'), (u'COPY_-1206141592', u'MULTIEQUAL_-1206149798'), (u'INDIRECT_-1206145035', u'MULTIEQUAL_-1206144967'), (u'CALL_-1206150750', u'INDIRECT_-1206140617'), (u'INDIRECT_-1206143682', u'MULTIEQUAL_-1206143354'), ('const-2', u'INT_EQUAL_-1206156249'), (u'MULTIEQUAL_-1206145554', u'INT_NOTEQUAL_-1206151506'), (u'MULTIEQUAL_-1206141700', u'MULTIEQUAL_-1206141695'), (u'INDIRECT_-1206140970', u'MULTIEQUAL_-1206141531'), (u'STORE_-1206153901', u'INDIRECT_-1206142760'), (u'INDIRECT_-1206141202', u'MULTIEQUAL_-1206141763'), (u'MULTIEQUAL_-1206143655', u'COPY_-1206142702'), (u'INDIRECT_-1206148374', u'INT_ZEXT_-1206154122'), (u'STORE_-1206153901', u'INDIRECT_-1206142992'), (u'STORE_-1206153010', u'INDIRECT_-1206142839'), (u'CALL_-1206156809', u'INDIRECT_-1206145889'), (u'CALL_-1206151003', u'INDIRECT_-1206140610'), ('tmp_7863', u'CBRANCH_-1206151532'), (u'INDIRECT_-1206148374', u'INT_ZEXT_-1206154206'), (u'MULTIEQUAL_-1206143239', u'MULTIEQUAL_-1206143538'), (u'INDIRECT_-1206144258', u'MULTIEQUAL_-1206144402'), (u'CALL_-1206155288', u'INDIRECT_-1206142055'), (u'CALL_-1206150750', u'INDIRECT_-1206147068'), (u'CALL_-1206153554', u'INDIRECT_-1206142956'), (u'CALL_-1206152563', u'INDIRECT_-1206143687'), (u'CALL_-1206154078', u'INDIRECT_-1206142973'), (u'CALL_-1206153994', u'INDIRECT_-1206142793'), ('const-36', u'INT_ADD_-1206151802'), (u'CALL_-1206156964', u'INDIRECT_-1206143975'), (u'INDIRECT_-1206145925', u'MULTIEQUAL_-1206145796'), (u'MULTIEQUAL_-1206146365', u'CALL_-1206152876'), (u'CALL_-1206153963', u'INDIRECT_-1206141735'), (u'INDIRECT_-1206144848', u'MULTIEQUAL_-1206144520'), (u'INDIRECT_-1206144013', u'MULTIEQUAL_-1206143763'), (u'INDIRECT_-1206144595', u'MULTIEQUAL_-1206144527'), (u'MULTIEQUAL_-1206144159', u'MULTIEQUAL_-1206144294'), (u'CALL_-1206153285', u'INDIRECT_-1206142490'), (u'CALL_-1206153481', u'INDIRECT_-1206144547'), (u'CALL_-1206152412', u'INDIRECT_-1206142563'), (u'INDIRECT_-1206144017', u'MULTIEQUAL_-1206143829'), (u'CALL_-1206152168', u'INDIRECT_-1206141751'), ('const-417', u'LOAD_-1206153044'), ('const-1', u'INT_ADD_-1206141124'), (u'INDIRECT_-1206144181', u'MULTIEQUAL_-1206144072'), (u'MULTIEQUAL_-1206142159', u'MULTIEQUAL_-1206142301'), ('const-1', u'INT_ADD_-1206141609'), (u'INDIRECT_-1206142952', u'MULTIEQUAL_-1206143228'), (u'INDIRECT_-1206142500', u'MULTIEQUAL_-1206142459'), (u'CALL_-1206152876', u'INDIRECT_-1206142044'), (u'CALL_-1206153994', u'INDIRECT_-1206141981'), (u'INDIRECT_-1206142433', u'MULTIEQUAL_-1206142402'), (u'INDIRECT_-1206143805', u'PTRSUB_-1206142825'), (u'CALL_-1206155288', u'INDIRECT_-1206143569'), (u'MULTIEQUAL_-1206144599', u'MULTIEQUAL_-1206144734'), (u'CALL_-1206151271', u'INDIRECT_-1206140466'), (u'MULTIEQUAL_-1206149331', u'PTRADD_-1206154161'), ('tmp_7513', u'BRANCH_-1206151847'), (u'INDIRECT_-1206141651', u'MULTIEQUAL_-1206143947'), (u'MULTIEQUAL_-1206142618', u'MULTIEQUAL_-1206142584'), (u'CALL_-1206153704', u'INDIRECT_-1206142652'), (u'INDIRECT_-1206142893', u'MULTIEQUAL_-1206142819'), (u'COPY_-1206139827', u'MULTIEQUAL_-1206147705'), ('const-417', u'LOAD_-1206155560'), (u'INDIRECT_-1206141578', u'MULTIEQUAL_-1206141383'), (u'STORE_-1206152961', u'INDIRECT_-1206143270'), (u'CALL_-1206150776', u'INDIRECT_-1206140975'), (u'INDIRECT_-1206143076', u'MULTIEQUAL_-1206143786'), (u'INT_MULT_-1206146944', u'INT_ADD_-1206140331'), (u'STORE_-1206152961', u'INDIRECT_-1206143502'), (u'MULTIEQUAL_-1206141035', u'MULTIEQUAL_-1206142251'), (u'MULTIEQUAL_-1206149238', u'COPY_-1206141305'), (u'COPY_-1206151902', u'MULTIEQUAL_-1206145554'), (u'INDIRECT_-1206144127', u'MULTIEQUAL_-1206144006'), (u'CALL_-1206153481', u'INDIRECT_-1206142108'), (u'CALL_-1206153704', u'INDIRECT_-1206144383'), (u'CALL_-1206152876', u'INDIRECT_-1206144031'), (u'MULTIEQUAL_-1206142167', u'MULTIEQUAL_-1206145270'), (u'MULTIEQUAL_-1206141236', u'MULTIEQUAL_-1206141231'), (u'CALL_-1206150193', u'INDIRECT_-1206140116'), (u'MULTIEQUAL_-1206143655', u'MULTIEQUAL_-1206143304'), (u'MULTIEQUAL_-1206143082', u'MULTIEQUAL_-1206143048'), (u'INDIRECT_-1206143410', u'MULTIEQUAL_-1206143372'), (u'INDIRECT_-1206141101', u'MULTIEQUAL_-1206141043'), (u'INDIRECT_-1206141043', u'MULTIEQUAL_-1206142427'), ('const-2', u'PTRADD_-1206153940'), (u'MULTIEQUAL_-1206144057', u'MULTIEQUAL_-1206144049'), (u'CALL_-1206153285', u'INDIRECT_-1206142258'), (u'CALL_-1206151480', u'INDIRECT_-1206140871'), (u'CALL_-1206153963', u'INDIRECT_-1206142779'), (u'CALL_-1206156387', u'INDIRECT_-1206144127'), (u'INDIRECT_-1206144137', u'MULTIEQUAL_-1206144016'), (u'CALL_-1206152786', u'INDIRECT_-1206143444'), (u'CALL_-1206155437', u'INDIRECT_-1206143909'), (u'MULTIEQUAL_-1206147943', u'BOOL_NEGATE_-1206146934'), ('const-0', u'INT_EQUAL_-1206155262'), (u'STORE_-1206154656', u'INDIRECT_-1206142909'), (u'INDIRECT_-1206141694', u'MULTIEQUAL_-1206141499'), (u'INDIRECT_-1206142142', u'MULTIEQUAL_-1206142852'), (u'CALL_-1206155792', u'INDIRECT_-1206143384'), (u'INDIRECT_-1206145785', u'MULTIEQUAL_-1206145464'), ('const-128', u'INT_NOTEQUAL_-1206155953'), (u'INDIRECT_-1206145165', u'MULTIEQUAL_-1206145076'), (u'MULTIEQUAL_-1206149203', u'MULTIEQUAL_-1206149167'), (u'CALL_-1206153917', u'INDIRECT_-1206141941'), (u'CALL_-1206152833', u'INDIRECT_-1206143076'), (u'CALL_-1206155792', u'INDIRECT_-1206142572'), (u'STORE_-1206154035', u'INDIRECT_-1206142228'), (u'CALL_-1206154940', u'INDIRECT_-1206142722'), (u'CALL_-1206152922', u'INDIRECT_-1206141898'), (u'CALL_-1206152876', u'INDIRECT_-1206141696'), (u'MULTIEQUAL_-1206142245', u'MULTIEQUAL_-1206142146'), (u'CALL_-1206153190', u'INDIRECT_-1206143450'), ('const-417', u'LOAD_-1206156335'), ('const-4', u'PTRSUB_-1206142825'), (u'INT_AND_-1206140330', u'INT_OR_-1206141841'), (u'MULTIEQUAL_-1206143709', u'MULTIEQUAL_-1206144008'), (u'CALL_-1206153554', u'INDIRECT_-1206143536'), (u'CALL_-1206152277', u'INDIRECT_-1206142777'), (u'CALL_-1206152799', u'INDIRECT_-1206144271'), (u'INDIRECT_-1206142456', u'MULTIEQUAL_-1206142146'), (u'INDIRECT_-1206144050', u'MULTIEQUAL_-1206145441'), (u'CALL_-1206153877', u'INDIRECT_-1206142384'), (u'CALL_-1206153822', u'INDIRECT_-1206142245'), (u'INT_EQUAL_-1206152798', u'CBRANCH_-1206152796'), (u'CALL_-1206152442', u'INDIRECT_-1206141642'), (u'STORE_-1206152940', u'INDIRECT_-1206143952'), (u'INDIRECT_-1206144447', u'MULTIEQUAL_-1206144172'), (u'INDIRECT_-1206144084', u'MULTIEQUAL_-1206143947'), (u'INDIRECT_-1206144202', u'MULTIEQUAL_-1206143941'), (u'CALL_-1206154661', u'INDIRECT_-1206144815'), (u'CALL_-1206156964', u'INDIRECT_-1206146072'), (u'MULTIEQUAL_-1206148943', u'BOOL_NEGATE_-1206148314'), ('const-0', u'COPY_-1206155095'), (u'COPY_-1206140330', u'MULTIEQUAL_-1206148185'), (u'CALL_-1206155792', u'INDIRECT_-1206143854'), (u'MULTIEQUAL_-1206148283', u'MULTIEQUAL_-1206148418'), (u'MULTIEQUAL_-1206142439', u'MULTIEQUAL_-1206142641'), (u'INDIRECT_-1206140998', u'MULTIEQUAL_-1206140902'), ('const-47', u'STORE_-1206154656'), (u'STORE_-1206151220', u'INDIRECT_-1206140380'), (u'INDIRECT_-1206142728', u'MULTIEQUAL_-1206142471'), (u'CAST_-1206140727', u'CALL_-1206152876'), (u'INDIRECT_-1206147913', u'MULTIEQUAL_-1206147833'), (u'MULTIEQUAL_-1206145257', u'MULTIEQUAL_-1206145454'), (u'INDIRECT_-1206142026', u'MULTIEQUAL_-1206141924'), (u'CALL_-1206150750', u'INDIRECT_-1206141899'), ('tmp_7743', u'CBRANCH_-1206151603'), (u'INDIRECT_-1206141214', u'MULTIEQUAL_-1206141924'), (u'INDIRECT_-1206142708', u'MULTIEQUAL_-1206142670'), (u'CAST_-1206140777', u'CALL_-1206153678'), (u'CALL_-1206156177', u'INDIRECT_-1206142975'), (u'INDIRECT_-1206141739', u'MULTIEQUAL_-1206143123'), (u'CALL_-1206153686', u'INDIRECT_-1206142306'), ('const-0', u'INT_NOTEQUAL_-1206152525'), (u'CALL_-1206150193', u'INDIRECT_-1206141630'), (u'LOAD_-1206151487', u'INT_EQUAL_-1206151466'), (u'INT_ZEXT_-1206154122', u'INT_MULT_-1206148324'), (u'INDIRECT_-1206145025', u'MULTIEQUAL_-1206144536'), (u'CALL_-1206152324', u'INDIRECT_-1206142047'), (u'CALL_-1206154119', u'INDIRECT_-1206144720'), (u'CALL_-1206154589', u'INDIRECT_-1206144568'), ('const-1', u'INT_ADD_-1206140330'), (u'COPY_-1206142739', u'CALL_-1206153059'), ('const-417', u'LOAD_-1206151237'), (u'INDIRECT_-1206144434', u'MULTIEQUAL_-1206144339'), (u'COPY_-1206140625', u'MULTIEQUAL_-1206140522'), (u'STORE_-1206149153', u'INDIRECT_-1206144058'), (u'INDIRECT_-1206141969', u'MULTIEQUAL_-1206141938'), (u'CALL_-1206153017', u'INDIRECT_-1206141362'), (u'LOAD_-1206154031', u'INT_EQUAL_-1206154006'), (u'CALL_-1206153938', u'INDIRECT_-1206148637'), ('const-718996', u'COPY_-1206141422'), (u'MULTIEQUAL_-1206140325', u'MULTIEQUAL_-1206140283'), (u'MULTIEQUAL_-1206148734', u'INT_EQUAL_-1206153083'), (u'MULTIEQUAL_-1206145554', u'MULTIEQUAL_-1206145369'), (u'INT_ADD_-1206151231', u'MULTIEQUAL_-1206148394'), (u'INDIRECT_-1206144021', u'MULTIEQUAL_-1206143900'), (u'INDIRECT_-1206144678', u'MULTIEQUAL_-1206144280'), (u'INDIRECT_-1206142667', u'MULTIEQUAL_-1206142558'), ('const-417', u'LOAD_-1206154132'), ('const-4294967295', u'INT_ADD_-1206151231'), (u'CALL_-1206153877', u'INDIRECT_-1206143434'), (u'CALL_-1206152168', u'INDIRECT_-1206141983'), (u'INDIRECT_-1206143034', u'MULTIEQUAL_-1206143022'), (u'CALL_-1206155601', u'INDIRECT_-1206143764'), (u'STORE_-1206152955', u'INDIRECT_-1206143034'), ('const-0', u'INT_NOTEQUAL_-1206152309'), (u'INDIRECT_-1206144025', u'MULTIEQUAL_-1206143941'), (u'INDIRECT_-1206141065', u'MULTIEQUAL_-1206143361'), (u'INDIRECT_-1206141876', u'MULTIEQUAL_-1206141837'), (u'INDIRECT_-1206141346', u'MULTIEQUAL_-1206141250'), (u'CALL_-1206155437', u'INDIRECT_-1206145298'), (u'MULTIEQUAL_-1206142734', u'MULTIEQUAL_-1206142700'), (u'CALL_-1206153017', u'INDIRECT_-1206144369'), (u'CALL_-1206152442', u'INT_ADD_-1206152418'), (u'INDIRECT_-1206145387', u'MULTIEQUAL_-1206145299'), (u'STORE_-1206153901', u'INDIRECT_-1206141478'), (u'MULTIEQUAL_-1206142149', u'MULTIEQUAL_-1206142586'), (u'CALL_-1206152281', u'INDIRECT_-1206147784'), (u'CALL_-1206152341', u'INDIRECT_-1206141639'), (u'MULTIEQUAL_-1206141355', u'MULTIEQUAL_-1206143709'), (u'CALL_-1206153041', u'INDIRECT_-1206141140'), (u'STORE_-1206152961', u'INDIRECT_-1206142690'), ('const-164', u'PTRSUB_-1206142726'), (u'CALL_-1206155288', u'INDIRECT_-1206142983'), (u'INDIRECT_-1206143909', u'MULTIEQUAL_-1206143665'), (u'CALL_-1206153530', u'INDIRECT_-1206143410'), (u'INT_EQUAL_-1206151466', u'CBRANCH_-1206151465'), (u'PTRSUB_-1206142161', u'LOAD_-1206155761'), (u'INDIRECT_-1206143445', u'MULTIEQUAL_-1206143345'), (u'MULTIEQUAL_-1206141739', u'MULTIEQUAL_-1206141830'), (u'CALL_-1206156061', u'INDIRECT_-1206142804'), (u'INT_EQUAL_-1206156926', u'CBRANCH_-1206156915'), (u'CALL_-1206152168', u'INDIRECT_-1206142221'), (u'MULTIEQUAL_-1206142275', u'MULTIEQUAL_-1206142417'), (u'INDIRECT_-1206144654', u'MULTIEQUAL_-1206144622'), (u'CALL_-1206153678', u'INDIRECT_-1206143106'), (u'CALL_-1206155855', u'INT_AND_-1206149039'), (u'CALL_-1206152876', u'INDIRECT_-1206141580'), (u'CALL_-1206156387', u'INDIRECT_-1206143309'), ('const-8', u'PTRSUB_-1206142482'), (u'MULTIEQUAL_-1206141395', u'INT_NOTEQUAL_-1206153918'), (u'CALL_-1206152168', u'INDIRECT_-1206143512'), (u'MULTIEQUAL_-1206145654', u'MULTIEQUAL_-1206145324'), (u'INDIRECT_-1206144471', u'MULTIEQUAL_-1206145441'), (u'MULTIEQUAL_-1206147353', u'MULTIEQUAL_-1206147127'), (u'INDIRECT_-1206143627', u'MULTIEQUAL_-1206143423'), (u'MULTIEQUAL_-1206142383', u'MULTIEQUAL_-1206142367'), (u'COPY_-1206141544', u'CALL_-1206153877'), (u'CALL_-1206153877', u'INDIRECT_-1206143666'), (u'INDIRECT_-1206144250', u'MULTIEQUAL_-1206144119'), (u'CALL_-1206152370', u'INDIRECT_-1206143602'), (u'COPY_-1206151265', u'MULTIEQUAL_-1206148394'), (u'INDIRECT_-1206144548', u'MULTIEQUAL_-1206144536'), (u'CALL_-1206152799', u'INDIRECT_-1206144155'), (u'MULTIEQUAL_-1206142270', u'MULTIEQUAL_-1206142236'), ('const-44', u'PTRSUB_-1206140343'), (u'CALL_-1206153938', u'INDIRECT_-1206144411'), (u'CALL_-1206150990', u'INDIRECT_-1206140369'), (u'INDIRECT_-1206143390', u'MULTIEQUAL_-1206143351'), (u'INDIRECT_-1206145188', u'MULTIEQUAL_-1206144951'), (u'INT_NOTEQUAL_-1206153032', u'CBRANCH_-1206153032'), (u'CALL_-1206152277', u'INDIRECT_-1206143830'), (u'INDIRECT_-1206141528', u'MULTIEQUAL_-1206141489'), (u'LOAD_-1206154051', u'CALL_-1206153963'), (u'CALL_-1206151003', u'INDIRECT_-1206141660'), (u'INDIRECT_-1206141898', u'MULTIEQUAL_-1206142459'), (u'INDIRECT_-1206143310', u'MULTIEQUAL_-1206145262'), (u'MULTIEQUAL_-1206142891', u'MULTIEQUAL_-1206143190'), (u'INDIRECT_-1206147974', u'MULTIEQUAL_-1206148818'), (u'STORE_-1206152940', u'INDIRECT_-1206143488'), (u'CALL_-1206150990', u'INDIRECT_-1206141767'), (u'INDIRECT_-1206144270', u'MULTIEQUAL_-1206145441'), (u'CALL_-1206153822', u'INDIRECT_-1206144904'), (u'MULTIEQUAL_-1206146715', u'CAST_-1206141125'), (u'INDIRECT_-1206143995', u'MULTIEQUAL_-1206144562'), (u'CALL_-1206153992', u'INDIRECT_-1206143367'), (u'INDIRECT_-1206143179', u'MULTIEQUAL_-1206143130'), (u'INDIRECT_-1206145408', u'MULTIEQUAL_-1206145331'), (u'MULTIEQUAL_-1206142427', u'MULTIEQUAL_-1206142726'), (u'INDIRECT_-1206142859', u'MULTIEQUAL_-1206142759'), (u'MULTIEQUAL_-1206149890', u'MULTIEQUAL_-1206149535'), (u'CALL_-1206152786', u'INDIRECT_-1206145987'), (u'MULTIEQUAL_-1206143547', u'MULTIEQUAL_-1206143513'), (u'INDIRECT_-1206144004', u'MULTIEQUAL_-1206143902'), (u'INT_NOTEQUAL_-1206150854', u'CBRANCH_-1206150854'), (u'STORE_-1206153010', u'INDIRECT_-1206143187'), (u'CALL_-1206153963', u'INDIRECT_-1206142083'), (u'MULTIEQUAL_-1206141391', u'MULTIEQUAL_-1206141482'), ('const-1', u'PTRADD_-1206151557'), (u'MULTIEQUAL_-1206143111', u'MULTIEQUAL_-1206145466'), (u'INDIRECT_-1206141865', u'MULTIEQUAL_-1206141831'), (u'INDIRECT_-1206141743', u'MULTIEQUAL_-1206141471'), (u'INDIRECT_-1206145316', u'MULTIEQUAL_-1206145189'), (u'LOAD_-1206152268', u'MULTIEQUAL_-1206148487'), (u'CALL_-1206150776', u'INDIRECT_-1206141207'), (u'CALL_-1206152876', u'INDIRECT_-1206142392'), (u'CALL_-1206152281', u'INDIRECT_-1206140985'), (u'INDIRECT_-1206142258', u'MULTIEQUAL_-1206142968'), ('const-16383', u'INT_AND_-1206140330'), (u'CALL_-1206152341', u'INDIRECT_-1206142573'), (u'INDIRECT_-1206143323', u'MULTIEQUAL_-1206143239'), (u'INDIRECT_-1206143717', u'MULTIEQUAL_-1206143633'), (u'INDIRECT_-1206143152', u'MULTIEQUAL_-1206142152'), (u'CALL_-1206152922', u'INDIRECT_-1206142014'), (u'CALL_-1206152277', u'INDIRECT_-1206141843'), (u'CALL_-1206153017', u'INDIRECT_-1206144149'), (u'INDIRECT_-1206142395', u'MULTIEQUAL_-1206142311'), (u'INDIRECT_-1206141219', u'MULTIEQUAL_-1206143164'), (u'CALL_-1206153753', u'INDIRECT_-1206141519'), (u'INDIRECT_-1206142743', u'MULTIEQUAL_-1206142659'), ('const-1', u'PTRADD_-1206153547'), (u'CALL_-1206154940', u'INDIRECT_-1206144715'), (u'INDIRECT_-1206143730', u'MULTIEQUAL_-1206143718'), (u'INDIRECT_-1206143268', u'MULTIEQUAL_-1206143173'), (u'INT_ADD_-1206152506', u'INT_ADD_-1206152418'), (u'INDIRECT_-1206143091', u'MULTIEQUAL_-1206143007'), (u'INDIRECT_-1206142573', u'MULTIEQUAL_-1206143401'), (u'INT_EQUAL_-1206155879', u'CBRANCH_-1206155878'), (u'CALL_-1206156061', u'INDIRECT_-1206145811'), (u'CALL_-1206155437', u'INDIRECT_-1206145188'), (u'COPY_-1206139999', u'MULTIEQUAL_-1206145257'), (u'INDIRECT_-1206144316', u'MULTIEQUAL_-1206144304'), (u'MULTIEQUAL_-1206142091', u'COPY_-1206140802'), (u'MULTIEQUAL_-1206142154', u'MULTIEQUAL_-1206142120'), (u'CALL_-1206155288', u'INDIRECT_-1206143917'), (u'CAST_-1206141228', u'CALL_-1206153877'), (u'MULTIEQUAL_-1206145746', u'COPY_-1206140185'), (u'INDIRECT_-1206142361', u'MULTIEQUAL_-1206142312'), (u'COPY_-1206151563', u'MULTIEQUAL_-1206145746'), (u'MULTIEQUAL_-1206149588', u'INT_EQUAL_-1206154222'), (u'MULTIEQUAL_-1206149086', u'INT_EQUAL_-1206153056'), ('tmp_1980', u'CBRANCH_-1206155377'), (u'SUBPIECE_-1206140268', u'INT_LESS_-1206151157'), (u'CALL_-1206153678', u'INDIRECT_-1206141940'), (u'MULTIEQUAL_-1206140886', u'MULTIEQUAL_-1206140659'), (u'CALL_-1206153704', u'INDIRECT_-1206141718'), ('const-16', u'INT_AND_-1206149403'), (u'INDIRECT_-1206143943', u'MULTIEQUAL_-1206143834'), (u'INDIRECT_-1206145387', u'MULTIEQUAL_-1206145277'), ('const-1', u'PTRADD_-1206153079'), (u'CALL_-1206151003', u'INDIRECT_-1206141539'), ('const-1', u'INT_EQUAL_-1206156926'), (u'CALL_-1206151003', u'INDIRECT_-1206143281'), (u'INDIRECT_-1206147381', u'MULTIEQUAL_-1206149480'), (u'CALL_-1206150167', u'INDIRECT_-1206140106'), (u'CALL_-1206153530', u'INDIRECT_-1206141548'), (u'INDIRECT_-1206142056', u'MULTIEQUAL_-1206142164'), (u'CALL_-1206153017', u'INDIRECT_-1206141826'), (u'CALL_-1206151271', u'INDIRECT_-1206141162'), (u'INDIRECT_-1206143778', u'MULTIEQUAL_-1206143727'), (u'CALL_-1206150990', u'INDIRECT_-1206143162'), (u'MULTIEQUAL_-1206145111', u'MULTIEQUAL_-1206145409'), (u'INDIRECT_-1206143709', u'MULTIEQUAL_-1206143536'), (u'CALL_-1206153877', u'INDIRECT_-1206144707'), (u'INDIRECT_-1206144645', u'MULTIEQUAL_-1206144536'), (u'INDIRECT_-1206143998', u'MULTIEQUAL_-1206143947'), (u'MULTIEQUAL_-1206142251', u'MULTIEQUAL_-1206141189'), (u'CALL_-1206154661', u'INDIRECT_-1206143304'), (u'INDIRECT_-1206141824', u'MULTIEQUAL_-1206141932'), (u'CALL_-1206154661', u'INDIRECT_-1206143066'), (u'INDIRECT_-1206143106', u'MULTIEQUAL_-1206143214'), (u'INT_EQUAL_-1206151602', u'MULTIEQUAL_-1206147692'), (u'MULTIEQUAL_-1206143191', u'MULTIEQUAL_-1206142861'), (u'INDIRECT_-1206144004', u'MULTIEQUAL_-1206142163'), (u'INDIRECT_-1206141666', u'MULTIEQUAL_-1206142227'), (u'INDIRECT_-1206143909', u'MULTIEQUAL_-1206143825'), (u'CALL_-1206155202', u'INDIRECT_-1206145370'), (u'CALL_-1206153938', u'INDIRECT_-1206142070'), (u'CALL_-1206152922', u'INDIRECT_-1206142832'), (u'MULTIEQUAL_-1206142557', u'MULTIEQUAL_-1206142549'), ('tmp_10093', u'CBRANCH_-1206153032'), (u'INDIRECT_-1206143152', u'MULTIEQUAL_-1206143057'), (u'INDIRECT_-1206145701', u'MULTIEQUAL_-1206142169'), (u'INDIRECT_-1206144567', u'MULTIEQUAL_-1206144536'), (u'MULTIEQUAL_-1206144119', u'MULTIEQUAL_-1206143768'), (u'INT_EQUAL_-1206151245', u'CBRANCH_-1206151244'), (u'INDIRECT_-1206146225', u'MULTIEQUAL_-1206145904'), (u'CALL_-1206153530', u'INDIRECT_-1206148463'), (u'INDIRECT_-1206140987', u'MULTIEQUAL_-1206142932'), (u'STORE_-1206153901', u'INDIRECT_-1206142174'), (u'MULTIEQUAL_-1206149508', u'CAST_-1206141442'), (u'STORE_-1206154656', u'INDIRECT_-1206141749'), (u'CALL_-1206151512', u'INDIRECT_-1206140999'), ('const-0', u'INT_EQUAL_-1206156085'), (u'INDIRECT_-1206142777', u'MULTIEQUAL_-1206142703'), (u'MULTIEQUAL_-1206141941', u'MULTIEQUAL_-1206144295'), (u'STORE_-1206153010', u'INDIRECT_-1206144116'), (u'CALL_-1206153017', u'INDIRECT_-1206142760'), (u'MULTIEQUAL_-1206145257', u'MULTIEQUAL_-1206145442'), (u'INDIRECT_-1206142429', u'MULTIEQUAL_-1206143593'), (u'CALL_-1206153938', u'INDIRECT_-1206142882'), (u'INDIRECT_-1206141621', u'MULTIEQUAL_-1206141590'), (u'MULTIEQUAL_-1206141859', u'MULTIEQUAL_-1206141816'), (u'INDIRECT_-1206144324', u'MULTIEQUAL_-1206144292'), (u'CALL_-1206152799', u'CAST_-1206142271'), ('const-717844', u'COPY_-1206141127'), (u'CALL_-1206152833', u'INDIRECT_-1206144233'), ('const-417', u'LOAD_-1206151028'), (u'PTRSUB_-1206142620', u'PTRSUB_-1206142411'), (u'CALL_-1206153994', u'INDIRECT_-1206141865'), (u'STORE_-1206151230', u'INDIRECT_-1206140504'), (u'CALL_-1206155202', u'INDIRECT_-1206145260'), (u'CALL_-1206154078', u'INDIRECT_-1206142039'), (u'CALL_-1206152324', u'INDIRECT_-1206141351'), (u'CALL_-1206153481', u'INDIRECT_-1206143042'), (u'MULTIEQUAL_-1206149567', u'INT_ADD_-1206153691'), (u'INDIRECT_-1206142279', u'MULTIEQUAL_-1206142195'), (u'INDIRECT_-1206145705', u'MULTIEQUAL_-1206143448'), (u'MULTIEQUAL_-1206142909', u'MULTIEQUAL_-1206142866'), (u'STORE_-1206152976', u'INDIRECT_-1206144678'), ('const-0', u'PTRSUB_-1206142372'), (u'CALL_-1206152341', u'INDIRECT_-1206141059'), (u'INT_NOTEQUAL_-1206154037', u'CBRANCH_-1206154037'), (u'INDIRECT_-1206143550', u'MULTIEQUAL_-1206143509'), (u'INDIRECT_-1206142142', u'MULTIEQUAL_-1206141885'), (u'CALL_-1206153041', u'INDIRECT_-1206144049'), (u'CALL_-1206155792', u'INDIRECT_-1206144086'), (u'INDIRECT_-1206143192', u'MULTIEQUAL_-1206142935'), (u'INDIRECT_-1206145622', u'MULTIEQUAL_-1206145354'), (u'INDIRECT_-1206142152', u'MULTIEQUAL_-1206142111'), (u'INDIRECT_-1206142545', u'MULTIEQUAL_-1206143709'), (u'INDIRECT_-1206145365', u'MULTIEQUAL_-1206145270'), (u'LOAD_-1206155403', u'INT_EQUAL_-1206155379'), (u'CALL_-1206153994', u'INDIRECT_-1206143026'), (u'INDIRECT_-1206144148', u'MULTIEQUAL_-1206144049'), (u'INDIRECT_-1206143363', u'MULTIEQUAL_-1206143254'), (u'INT_AND_-1206148671', u'INT_EQUAL_-1206153259'), (u'INDIRECT_-1206142600', u'MULTIEQUAL_-1206143161'), (u'INDIRECT_-1206143906', u'MULTIEQUAL_-1206145221'), (u'CALL_-1206152876', u'INDIRECT_-1206141928'), (u'CALL_-1206156853', u'INDIRECT_-1206145087'), (u'CALLIND_-1206156299', u'INDIRECT_-1206142570'), (u'CALL_-1206152563', u'INDIRECT_-1206143907'), (u'INT_NOTEQUAL_-1206156742', u'CBRANCH_-1206156742'), (u'MULTIEQUAL_-1206148279', u'COPY_-1206139828'), (u'INT_ADD_-1206141668', u'PTRADD_-1206154587'), (u'INT_ADD_-1206151299', u'CAST_-1206139979'), (u'MULTIEQUAL_-1206144536', u'COPY_-1206144634'), (u'INDIRECT_-1206143849', u'MULTIEQUAL_-1206142158'), (u'MULTIEQUAL_-1206144019', u'MULTIEQUAL_-1206144536'), (u'CALL_-1206152281', u'INDIRECT_-1206141681'), (u'CALL_-1206150750', u'INDIRECT_-1206141667'), (u'MULTIEQUAL_-1206143423', u'MULTIEQUAL_-1206143072'), (u'INDIRECT_-1206142153', u'MULTIEQUAL_-1206144098'), (u'MULTIEQUAL_-1206140325', u'MULTIEQUAL_-1206140534'), (u'INDIRECT_-1206142673', u'MULTIEQUAL_-1206144057'), (u'CALL_-1206153678', u'INDIRECT_-1206142288'), (u'MULTIEQUAL_-1206149186', u'CALL_-1206153017'), (u'CALL_-1206154589', u'INDIRECT_-1206145008'), (u'INDIRECT_-1206149601', u'INT_ZEXT_-1206151607'), (u'CALL_-1206152786', u'INDIRECT_-1206143676'), (u'INDIRECT_-1206144610', u'MULTIEQUAL_-1206144491'), (u'CALLIND_-1206156299', u'INDIRECT_-1206144200'), (u'INDIRECT_-1206143200', u'MULTIEQUAL_-1206145152'), (u'CALL_-1206152799', u'INDIRECT_-1206142641'), (u'MULTIEQUAL_-1206143214', u'MULTIEQUAL_-1206143209'), (u'MULTIEQUAL_-1206141743', u'MULTIEQUAL_-1206141945'), (u'CALL_-1206150776', u'INDIRECT_-1206140279'), (u'PTRADD_-1206151562', u'COPY_-1206140236'), ('const-2496', u'PTRSUB_-1206142613'), (u'CALL_-1206154119', u'INDIRECT_-1206142758'), (u'MULTIEQUAL_-1206142159', u'MULTIEQUAL_-1206143781'), ('const-1852896', u'PTRSUB_-1206141962'), (u'MULTIEQUAL_-1206148716', u'MULTIEQUAL_-1206148713'), (u'INDIRECT_-1206144707', u'MULTIEQUAL_-1206144586'), (u'CALL_-1206152281', u'INDIRECT_-1206141449'), (u'MULTIEQUAL_-1206146365', u'CALL_-1206152324'), (u'MULTIEQUAL_-1206144119', u'MULTIEQUAL_-1206143789'), (u'INDIRECT_-1206143500', u'MULTIEQUAL_-1206142155'), (u'INDIRECT_-1206144941', u'MULTIEQUAL_-1206145001'), (u'INDIRECT_-1206142710', u'MULTIEQUAL_-1206142593'), ('tmp_1043', u'CBRANCH_-1206156033'), (u'STORE_-1206153782', u'INDIRECT_-1206143373'), (u'INDIRECT_-1206141335', u'MULTIEQUAL_-1206143280'), (u'MULTIEQUAL_-1206142179', u'MULTIEQUAL_-1206142088'), (u'CALL_-1206153917', u'INDIRECT_-1206142057'), (u'LOAD_-1206151156', u'INT_EQUAL_-1206151146'), ('const-0', u'CALL_-1206150193'), (u'CALL_-1206153530', u'INDIRECT_-1206142244'), (u'STORE_-1206151220', u'INDIRECT_-1206140496'), (u'INDIRECT_-1206142743', u'MULTIEQUAL_-1206142610'), (u'STORE_-1206154656', u'INDIRECT_-1206143025'), ('const-5', u'CALL_-1206152168'), (u'MULTIEQUAL_-1206143307', u'MULTIEQUAL_-1206142977'), (u'INDIRECT_-1206144120', u'MULTIEQUAL_-1206142164'), (u'CALL_-1206155601', u'INDIRECT_-1206143526'), (u'MULTIEQUAL_-1206149238', u'CALL_-1206153753'), (u'CALL_-1206153017', u'INDIRECT_-1206143929'), (u'CALL_-1206153917', u'INDIRECT_-1206141709'), (u'MULTIEQUAL_-1206141919', u'MULTIEQUAL_-1206141903'), (u'INDIRECT_-1206141815', u'MULTIEQUAL_-1206141715'), ('const-32', u'PTRADD_-1206140116'), (u'INDIRECT_-1206144964', u'MULTIEQUAL_-1206144636'), (u'INDIRECT_-1206143733', u'MULTIEQUAL_-1206143631'), (u'CALL_-1206154940', u'INDIRECT_-1206144004'), (u'INDIRECT_-1206143830', u'MULTIEQUAL_-1206145001'), (u'INT_NOTEQUAL_-1206151780', u'CBRANCH_-1206151780'), (u'INDIRECT_-1206143384', u'MULTIEQUAL_-1206143282'), ('const-2', u'STORE_-1206153010'), (u'INDIRECT_-1206146115', u'MULTIEQUAL_-1206145794'), (u'INDIRECT_-1206143613', u'MULTIEQUAL_-1206143575'), (u'INDIRECT_-1206142275', u'MULTIEQUAL_-1206142154'), (u'INDIRECT_-1206143921', u'MULTIEQUAL_-1206144891'), (u'CALL_-1206153877', u'INDIRECT_-1206141920'), (u'CAST_-1206140198', u'COPY_-1206140330'), (u'INDIRECT_-1206141175', u'MULTIEQUAL_-1206142003'), (u'MULTIEQUAL_-1206145442', u'COPY_-1206140344'), (u'CALL_-1206152412', u'INDIRECT_-1206141977'), (u'CALL_-1206150750', u'INDIRECT_-1206143062'), ('const-8', u'PTRSUB_-1206140676'), (u'INDIRECT_-1206143793', u'MULTIEQUAL_-1206143549'), (u'MULTIEQUAL_-1206140919', u'MULTIEQUAL_-1206142135'), (u'INDIRECT_-1206142097', u'MULTIEQUAL_-1206142063'), ('tmp_6748', u'CBRANCH_-1206152249'), (u'CALL_-1206155288', u'INDIRECT_-1206143448'), (u'INDIRECT_-1206143963', u'MULTIEQUAL_-1206143826'), (u'MULTIEQUAL_-1206145155', u'LOAD_-1206155058'), (u'CALL_-1206153017', u'INDIRECT_-1206144259'), (u'INDIRECT_-1206145646', u'MULTIEQUAL_-1206145519'), (u'STORE_-1206153901', u'INDIRECT_-1206141246'), (u'STORE_-1206153010', u'INDIRECT_-1206143767'), (u'CALL_-1206153686', u'INDIRECT_-1206142422'), (u'CALL_-1206156809', u'INDIRECT_-1206144367'), (u'STORE_-1206149153', u'INDIRECT_-1206144643'), (u'CALL_-1206155215', u'INDIRECT_-1206143886'), (u'CALL_-1206154661', u'INDIRECT_-1206143536'), (u'CALL_-1206151512', u'INDIRECT_-1206143542'), (u'INDIRECT_-1206142613', u'MULTIEQUAL_-1206142492'), (u'COPY_-1206139985', u'CALL_-1206150776'), ('const-717940', u'COPY_-1206152789'), (u'CAST_-1206140935', u'COPY_-1206141490'), (u'CALL_-1206150990', u'INDIRECT_-1206140949'), (u'INDIRECT_-1206141360', u'MULTIEQUAL_-1206141468'), ('const-417', u'LOAD_-1206154218'), (u'MULTIEQUAL_-1206141739', u'MULTIEQUAL_-1206141731'), (u'INDIRECT_-1206143755', u'MULTIEQUAL_-1206143660'), (u'MULTIEQUAL_-1206143759', u'MULTIEQUAL_-1206142159'), (u'CALL_-1206153190', u'INDIRECT_-1206143102'), (u'INT_MULT_-1206147031', u'INT_ADD_-1206140410'), (u'CALL_-1206153994', u'INDIRECT_-1206144878'), (u'INDIRECT_-1206142688', u'MULTIEQUAL_-1206142148'), (u'INT_NOTEQUAL_-1206152262', u'CBRANCH_-1206152261'), (u'INDIRECT_-1206145925', u'MULTIEQUAL_-1206143668'), (u'STORE_-1206153010', u'INDIRECT_-1206144353'), (u'INT_NOTEQUAL_-1206154033', u'CBRANCH_-1206154033'), (u'INDIRECT_-1206144343', u'MULTIEQUAL_-1206144093'), (u'INDIRECT_-1206143941', u'MULTIEQUAL_-1206143768'), (u'CALL_-1206150193', u'INDIRECT_-1206141276'), (u'CALL_-1206153063', u'INDIRECT_-1206144645'), (u'INDIRECT_-1206148147', u'MULTIEQUAL_-1206149126'), (u'CALL_-1206155855', u'INDIRECT_-1206144340'), ('const-4294967294', u'INT_MULT_-1206148360'), (u'STORE_-1206149153', u'INDIRECT_-1206143941'), ('const-8', u'PTRSUB_-1206142017'), (u'INDIRECT_-1206142459', u'MULTIEQUAL_-1206142054'), (u'STORE_-1206152976', u'INDIRECT_-1206143280'), ('const-417', u'STORE_-1206154656'), (u'INDIRECT_-1206144304', u'MULTIEQUAL_-1206144280'), ('const-4294967294', u'INT_MULT_-1206146943'), ('const-4294967252', u'PTRSUB_-1206140607'), (u'MULTIEQUAL_-1206142764', u'MULTIEQUAL_-1206142673'), (u'INDIRECT_-1206144437', u'MULTIEQUAL_-1206144404'), (u'INDIRECT_-1206143382', u'MULTIEQUAL_-1206143245'), (u'INDIRECT_-1206142111', u'MULTIEQUAL_-1206141706'), (u'STORE_-1206154656', u'INDIRECT_-1206143843'), (u'CALL_-1206154119', u'INT_EQUAL_-1206153629'), (u'INT_ADD_-1206141096', u'PTRADD_-1206152990'), (u'INDIRECT_-1206143150', u'INT_NOTEQUAL_-1206151916'), (u'CALL_-1206154589', u'INDIRECT_-1206144788'), ('tmp_10547', u'BRANCH_-1206150152'), (u'STORE_-1206153010', u'INDIRECT_-1206143419'), (u'INDIRECT_-1206143419', u'MULTIEQUAL_-1206143472'), (u'CALL_-1206154119', u'INDIRECT_-1206142879'), ('const-417', u'LOAD_-1206151487'), (u'CALL_-1206154661', u'INDIRECT_-1206145145'), (u'INDIRECT_-1206148603', u'MULTIEQUAL_-1206148576'), (u'CALL_-1206154078', u'INDIRECT_-1206144258'), (u'STORE_-1206151220', u'INDIRECT_-1206142358'), (u'INDIRECT_-1206145695', u'MULTIEQUAL_-1206145441'), ('const-76', u'INT_EQUAL_-1206153965'), (u'MULTIEQUAL_-1206142703', u'PTRSUB_-1206142760'), (u'INDIRECT_-1206141462', u'MULTIEQUAL_-1206141366'), (u'CALL_-1206155664', u'INDIRECT_-1206145630'), (u'MULTIEQUAL_-1206149588', u'INT_ADD_-1206154212'), (u'INT_OR_-1206151282', u'CALL_-1206151271'), (u'MULTIEQUAL_-1206143521', u'MULTIEQUAL_-1206142157'), (u'INDIRECT_-1206140570', u'MULTIEQUAL_-1206143307'), (u'INT_SUB_-1206153661', u'INT_ADD_-1206153500'), (u'INDIRECT_-1206143616', u'MULTIEQUAL_-1206142156'), (u'PTRSUB_-1206141507', u'LOAD_-1206154051'), (u'INDIRECT_-1206142039', u'MULTIEQUAL_-1206141975'), (u'INDIRECT_-1206144243', u'MULTIEQUAL_-1206144122'), (u'INDIRECT_-1206143381', u'MULTIEQUAL_-1206143343'), (u'INDIRECT_-1206143248', u'MULTIEQUAL_-1206143164'), (u'MULTIEQUAL_-1206143123', u'MULTIEQUAL_-1206143085'), (u'INDIRECT_-1206144200', u'MULTIEQUAL_-1206144188'), (u'INDIRECT_-1206141727', u'MULTIEQUAL_-1206141653'), (u'MULTIEQUAL_-1206144489', u'MULTIEQUAL_-1206144624'), (u'CALL_-1206152136', u'INDIRECT_-1206142557'), (u'CALL_-1206154730', u'INDIRECT_-1206148846'), (u'MULTIEQUAL_-1206145277', u'MULTIEQUAL_-1206142167'), (u'CALL_-1206152922', u'INDIRECT_-1206141434'), (u'CALL_-1206152341', u'INDIRECT_-1206142219'), (u'INDIRECT_-1206143963', u'MULTIEQUAL_-1206141928'), (u'CALL_-1206153963', u'INDIRECT_-1206143133'), (u'INDIRECT_-1206141478', u'MULTIEQUAL_-1206141463'), (u'CALL_-1206152442', u'INDIRECT_-1206144075'), (u'CALL_-1206155288', u'INDIRECT_-1206142519'), (u'CALL_-1206155437', u'INDIRECT_-1206144025'), (u'INDIRECT_-1206143131', u'MULTIEQUAL_-1206143022'), (u'INDIRECT_-1206141291', u'MULTIEQUAL_-1206142119'), (u'INDIRECT_-1206143318', u'MULTIEQUAL_-1206143277'), (u'INDIRECT_-1206142805', u'MULTIEQUAL_-1206142766'), (u'CALL_-1206152136', u'INDIRECT_-1206143500'), (u'CALL_-1206153917', u'INDIRECT_-1206141825'), (u'INDIRECT_-1206141464', u'MULTIEQUAL_-1206142427'), (u'STORE_-1206154035', u'INDIRECT_-1206143394'), (u'PTRSUB_-1206140010', u'LOAD_-1206151028'), (u'INDIRECT_-1206149371', u'MULTIEQUAL_-1206149285'), (u'INDIRECT_-1206141894', u'MULTIEQUAL_-1206144063'), (u'INDIRECT_-1206142862', u'MULTIEQUAL_-1206143825'), (u'CALL_-1206156964', u'INDIRECT_-1206144091'), (u'CALL_-1206152324', u'INDIRECT_-1206144126'), ('const-0', u'PTRSUB_-1206142642'), (u'INDIRECT_-1206142714', u'MULTIEQUAL_-1206142618'), (u'INDIRECT_-1206141583', u'MULTIEQUAL_-1206142891'), (u'LOAD_-1206156103', u'INT_EQUAL_-1206156085'), (u'COPY_-1206141504', u'MULTIEQUAL_-1206149373'), (u'CALL_-1206152563', u'INDIRECT_-1206141810'), (u'COPY_-1206141493', u'MULTIEQUAL_-1206149331'), (u'INDIRECT_-1206143616', u'MULTIEQUAL_-1206143355'), (u'CALL_-1206153017', u'INT_ADD_-1206152985'), (u'CALL_-1206152370', u'INDIRECT_-1206141029'), (u'CALL_-1206153285', u'INDIRECT_-1206143656'), (u'CALL_-1206155215', u'INDIRECT_-1206144118'), (u'MULTIEQUAL_-1206148394', u'INT_ADD_-1206151231'), (u'CALL_-1206153190', u'INDIRECT_-1206145785'), (u'MULTIEQUAL_-1206142267', u'MULTIEQUAL_-1206142251'), (u'INT_EQUAL_-1206151241', u'CBRANCH_-1206151246'), (u'INDIRECT_-1206143036', u'MULTIEQUAL_-1206142941'), (u'CALL_-1206153041', u'INDIRECT_-1206142770'), (u'CALL_-1206150167', u'INDIRECT_-1206141499'), (u'INDIRECT_-1206140407', u'MULTIEQUAL_-1206142352'), (u'CALL_-1206154730', u'INDIRECT_-1206142163'), (u'MULTIEQUAL_-1206145372', u'MULTIEQUAL_-1206145171'), (u'CALL_-1206155202', u'INDIRECT_-1206143529'), (u'MULTIEQUAL_-1206141855', u'MULTIEQUAL_-1206141847'), (u'CALL_-1206156809', u'INDIRECT_-1206143902'), (u'INDIRECT_-1206142729', u'MULTIEQUAL_-1206142608'), (u'INDIRECT_-1206143506', u'MULTIEQUAL_-1206143467'), (u'CALL_-1206151271', u'INDIRECT_-1206141980'), (u'INDIRECT_-1206142897', u'MULTIEQUAL_-1206142724'), (u'INT_LESS_-1206153119', u'MULTIEQUAL_-1206148737'), (u'INDIRECT_-1206143152', u'MULTIEQUAL_-1206142891'), (u'INDIRECT_-1206140887', u'MULTIEQUAL_-1206142195'), (u'MULTIEQUAL_-1206144148', u'MULTIEQUAL_-1206144057')]
[(u'STORE_-1206153901', u'INDIRECT_-1206143005'), (u'INDIRECT_-1206142266', u'MULTIEQUAL_-1206142975'), (u'CALL_-1206152799', u'INDIRECT_-1206144400'), (u'MULTIEQUAL_-1206142268', u'INT_NOTEQUAL_-1206155501'), (u'CALL_-1206151271', u'INDIRECT_-1206140348'), (u'MULTIEQUAL_-1206142389', u'MULTIEQUAL_-1206142906'), (u'CALL_-1206155855', u'INDIRECT_-1206142828'), (u'CALL_-1206155202', u'INDIRECT_-1206142130'), (u'INDIRECT_-1206144136', u'MULTIEQUAL_-1206142203'), ('const-5', u'CALL_-1206150193'), (u'CALL_-1206154589', u'INDIRECT_-1206142697'), (u'CALL_-1206153822', u'INDIRECT_-1206143308'), (u'BOOL_AND_-1206151565', u'INT_EQUAL_-1206151566'), (u'CALL_-1206155855', u'INDIRECT_-1206142711'), ('const-2', u'PTRADD_-1206142078'), (u'MULTIEQUAL_-1206141386', u'MULTIEQUAL_-1206142602'), (u'INDIRECT_-1206143443', u'MULTIEQUAL_-1206143321'), (u'MULTIEQUAL_-1206142492', u'MULTIEQUAL_-1206142186'), ('const-0', u'COPY_-1206140619'), (u'INDIRECT_-1206143079', u'MULTIEQUAL_-1206142957'), (u'CALL_-1206154078', u'INDIRECT_-1206142746'), (u'INDIRECT_-1206149295', u'MULTIEQUAL_-1206149140'), (u'STORE_-1206152976', u'INDIRECT_-1206143751'), (u'INDIRECT_-1206141711', u'MULTIEQUAL_-1206141818'), (u'PTRSUB_-1206142362', u'CALL_-1206156177'), (u'INDIRECT_-1206144220', u'MULTIEQUAL_-1206143943'), (u'STORE_-1206151230', u'INDIRECT_-1206140855'), (u'CALL_-1206153481', u'INDIRECT_-1206141761'), (u'COPY_-1206141055', u'MULTIEQUAL_-1206148863'), (u'MULTIEQUAL_-1206142618', u'MULTIEQUAL_-1206142602'), (u'CALL_-1206155601', u'INDIRECT_-1206143535'), (u'LOAD_-1206153260', u'INT_NOTEQUAL_-1206153241'), (u'CALL_-1206156853', u'INDIRECT_-1206144161'), (u'MULTIEQUAL_-1206144484', u'MULTIEQUAL_-1206144154'), (u'MULTIEQUAL_-1206141043', u'MULTIEQUAL_-1206141134'), (u'INDIRECT_-1206141748', u'MULTIEQUAL_-1206144484'), (u'PTRADD_-1206140682', u'LOAD_-1206152456'), (u'MULTIEQUAL_-1206142585', u'MULTIEQUAL_-1206142384'), (u'MULTIEQUAL_-1206149584', u'INT_EQUAL_-1206154138'), (u'INDIRECT_-1206143045', u'MULTIEQUAL_-1206142555'), (u'MULTIEQUAL_-1206140900', u'MULTIEQUAL_-1206140809'), ('tmp_3684', u'CBRANCH_-1206153917'), (u'INDIRECT_-1206142132', u'MULTIEQUAL_-1206142093'), (u'INDIRECT_-1206143630', u'MULTIEQUAL_-1206143140'), (u'INDIRECT_-1206144450', u'MULTIEQUAL_-1206144347'), (u'INDIRECT_-1206143273', u'MULTIEQUAL_-1206142192'), (u'STORE_-1206152976', u'INDIRECT_-1206144459'), ('const-719013', u'COPY_-1206142729'), (u'CALL_-1206153481', u'INDIRECT_-1206141644'), (u'MULTIEQUAL_-1206140516', u'MULTIEQUAL_-1206140528'), (u'CALL_-1206150776', u'INDIRECT_-1206141806'), (u'MULTIEQUAL_-1206143154', u'MULTIEQUAL_-1206143356'), (u'INDIRECT_-1206141410', u'MULTIEQUAL_-1206141370'), (u'CALL_-1206154119', u'INDIRECT_-1206141831'), (u'MULTIEQUAL_-1206142188', u'MULTIEQUAL_-1206142586'), (u'MULTIEQUAL_-1206142095', u'MULTIEQUAL_-1206142052'), (u'CALL_-1206152136', u'INDIRECT_-1206141278'), (u'INDIRECT_-1206143100', u'MULTIEQUAL_-1206142999'), (u'INDIRECT_-1206141348', u'MULTIEQUAL_-1206142310'), (u'MULTIEQUAL_-1206148239', u'LOAD_-1206151677'), (u'MULTIEQUAL_-1206142719', u'MULTIEQUAL_-1206141657'), ('const-2', u'PTRADD_-1206142190'), (u'MULTIEQUAL_-1206141233', u'MULTIEQUAL_-1206141228'), (u'STORE_-1206153010', u'INDIRECT_-1206142955'), (u'CALL_-1206152370', u'INDIRECT_-1206140912'), (u'CALL_-1206155215', u'INDIRECT_-1206143900'), (u'INDIRECT_-1206142600', u'MULTIEQUAL_-1206142550'), (u'CALL_-1206150167', u'INDIRECT_-1206141631'), (u'CALL_-1206152277', u'INDIRECT_-1206141147'), (u'CALL_-1206152876', u'INDIRECT_-1206142050'), (u'MULTIEQUAL_-1206142957', u'MULTIEQUAL_-1206142627'), (u'STORE_-1206154656', u'INDIRECT_-1206142683'), (u'CALL_-1206150750', u'INDIRECT_-1206140971'), (u'INT_ADD_-1206156925', u'CAST_-1206142711'), (u'MULTIEQUAL_-1206141978', u'MULTIEQUAL_-1206142180'), (u'INT_OR_-1206141851', u'MULTIEQUAL_-1206141937'), ('tmp_10244', u'BRANCH_-1206150249'), (u'CALL_-1206154589', u'INDIRECT_-1206142463'), (u'CALL_-1206152136', u'INDIRECT_-1206142337'), ('const-156', u'INT_ADD_-1206151471'), (u'PTRADD_-1206153926', u'CAST_-1206140977'), (u'CALL_-1206152786', u'INDIRECT_-1206142630'), (u'INDIRECT_-1206141274', u'MULTIEQUAL_-1206144010'), (u'CALL_-1206155202', u'INDIRECT_-1206143891'), (u'CALL_-1206152324', u'INDIRECT_-1206142174'), (u'STORE_-1206154656', u'INDIRECT_-1206142566'), (u'INT_ADD_-1206151326', u'CAST_-1206140037'), (u'MULTIEQUAL_-1206149200', u'CALL_-1206153530'), (u'CALL_-1206152281', u'INDIRECT_-1206140751'), (u'MULTIEQUAL_-1206141701', u'MULTIEQUAL_-1206141696'), (u'CALL_-1206152922', u'INDIRECT_-1206141670'), (u'CALL_-1206152281', u'INDIRECT_-1206147798'), (u'MULTIEQUAL_-1206147407', u'PTRADD_-1206142194'), (u'MULTIEQUAL_-1206147407', u'PTRADD_-1206140735'), (u'INDIRECT_-1206143855', u'MULTIEQUAL_-1206143842'), (u'INDIRECT_-1206142555', u'MULTIEQUAL_-1206142470'), (u'INDIRECT_-1206142182', u'MULTIEQUAL_-1206142561'), (u'MULTIEQUAL_-1206144601', u'MULTIEQUAL_-1206144250'), (u'INDIRECT_-1206143122', u'MULTIEQUAL_-1206143106'), (u'CAST_-1206142007', u'CALL_-1206155792'), (u'CALL_-1206153285', u'INDIRECT_-1206143429'), (u'CALL_-1206151003', u'INDIRECT_-1206140612'), (u'LOAD_-1206156021', u'INT_EQUAL_-1206156003'), (u'LOAD_-1206152987', u'INT_ADD_-1206152947'), (u'CAST_-1206142472', u'STORE_-1206153010'), (u'INDIRECT_-1206144192', u'MULTIEQUAL_-1206144082'), (u'MULTIEQUAL_-1206149158', u'MULTIEQUAL_-1206149041'), (u'CALL_-1206150750', u'INDIRECT_-1206140152'), (u'INDIRECT_-1206143796', u'MULTIEQUAL_-1206143325'), (u'MULTIEQUAL_-1206142201', u'MULTIEQUAL_-1206144142'), (u'STORE_-1206152961', u'INDIRECT_-1206144449'), (u'CALL_-1206151512', u'INDIRECT_-1206140302'), (u'STORE_-1206142666', u'INDIRECT_-1206144306'), (u'MULTIEQUAL_-1206147867', u'INT_LESS_-1206153949'), (u'MULTIEQUAL_-1206147867', u'INT_EQUAL_-1206153949'), (u'STORE_-1206153901', u'INDIRECT_-1206141946'), (u'MULTIEQUAL_-1206142134', u'MULTIEQUAL_-1206141072'), (u'CALL_-1206152442', u'INDIRECT_-1206142823'), (u'CALL_-1206152922', u'INDIRECT_-1206141787'), (u'CALL_-1206153994', u'INDIRECT_-1206148678'), (u'STORE_-1206152955', u'INDIRECT_-1206143971'), (u'CALL_-1206152136', u'INDIRECT_-1206141512'), (u'STORE_-1206151230', u'INDIRECT_-1206140972'), (u'INT_EQUAL_-1206155379', u'CBRANCH_-1206155377'), (u'CALL_-1206154589', u'INDIRECT_-1206143522'), (u'CALL_-1206155792', u'INDIRECT_-1206144333'), ('const-40', u'INT_ADD_-1206156925'), (u'INDIRECT_-1206142053', u'MULTIEQUAL_-1206142555'), (u'INDIRECT_-1206141798', u'MULTIEQUAL_-1206141540'), (u'INT_EQUAL_-1206153119', u'CBRANCH_-1206153120'), (u'CALL_-1206153554', u'INDIRECT_-1206142025'), (u'CALL_-1206153686', u'INDIRECT_-1206141492'), (u'MULTIEQUAL_-1206143779', u'MULTIEQUAL_-1206142197'), (u'INDIRECT_-1206143448', u'MULTIEQUAL_-1206143406'), (u'INDIRECT_-1206142463', u'MULTIEQUAL_-1206142057'), (u'MULTIEQUAL_-1206143799', u'MULTIEQUAL_-1206144316'), (u'INDIRECT_-1206142455', u'MULTIEQUAL_-1206142359'), (u'INDIRECT_-1206143308', u'MULTIEQUAL_-1206143269'), (u'LOAD_-1206151439', u'MULTIEQUAL_-1206148293'), (u'INDIRECT_-1206143835', u'MULTIEQUAL_-1206143725'), (u'INDIRECT_-1206142247', u'MULTIEQUAL_-1206142789'), (u'MULTIEQUAL_-1206141836', u'MULTIEQUAL_-1206141745'), (u'LOAD_-1206152208', u'CALL_-1206152136'), (u'MULTIEQUAL_-1206144263', u'MULTIEQUAL_-1206144229'), ('const-12', u'PTRADD_-1206140361'), (u'INDIRECT_-1206143036', u'MULTIEQUAL_-1206143023'), (u'INDIRECT_-1206148059', u'MULTIEQUAL_-1206148454'), (u'CALL_-1206152876', u'INDIRECT_-1206142167'), (u'INDIRECT_-1206142140', u'MULTIEQUAL_-1206144308'), (u'CALL_-1206153554', u'INDIRECT_-1206141791'), (u'COPY_-1206140181', u'MULTIEQUAL_-1206140319'), (u'INDIRECT_-1206141798', u'MULTIEQUAL_-1206142507'), ('const-32', u'INT_AND_-1206156208'), (u'INDIRECT_-1206142814', u'MULTIEQUAL_-1206142408'), ('tmp_5885', u'CBRANCH_-1206153036'), (u'MULTIEQUAL_-1206141043', u'MULTIEQUAL_-1206141035'), (u'CALL_-1206150990', u'INDIRECT_-1206141305'), ('const-0', u'INT_EQUAL_-1206155629'), (u'MULTIEQUAL_-1206142957', u'MULTIEQUAL_-1206142606'), (u'CALL_-1206155202', u'INDIRECT_-1206143183'), (u'CALL_-1206156177', u'INDIRECT_-1206143211'), ('const-0', u'INT_NOTEQUAL_-1206153241'), ('const-0', u'COPY_-1206153097'), (u'INT_NOTEQUAL_-1206156718', u'CBRANCH_-1206156717'), (u'CALL_-1206156061', u'INDIRECT_-1206143273'), (u'CALL_-1206150750', u'INDIRECT_-1206140503'), (u'CALL_-1206156853', u'INDIRECT_-1206143810'), (u'INT_EQUAL_-1206155423', u'CBRANCH_-1206155422'), (u'INDIRECT_-1206142612', u'MULTIEQUAL_-1206143172'), (u'INT_AND_-1206140174', u'INT_NOTEQUAL_-1206151052'), (u'INDIRECT_-1206143336', u'MULTIEQUAL_-1206143271'), ('const-0', u'CALL_-1206150193'), (u'INT_ADD_-1206153046', u'MULTIEQUAL_-1206149100'), (u'CAST_-1206140244', u'COPY_-1206140361'), (u'COPY_-1206140236', u'COPY_-1206140235'), (u'INDIRECT_-1206143973', u'MULTIEQUAL_-1206143835'), (u'CALL_-1206154078', u'INDIRECT_-1206143102'), (u'CALL_-1206150990', u'INDIRECT_-1206141188'), (u'CALL_-1206156387', u'INDIRECT_-1206142845'), (u'MULTIEQUAL_-1206142197', u'MULTIEQUAL_-1206143640'), (u'CALL_-1206152563', u'INDIRECT_-1206142875'), (u'INT_EQUAL_-1206153965', u'MULTIEQUAL_-1206148497'), ('tmp_4175', u'CBRANCH_-1206154143'), (u'CALL_-1206152412', u'INDIRECT_-1206142927'), (u'MULTIEQUAL_-1206142038', u'MULTIEQUAL_-1206142555'), (u'PTRADD_-1206152990', u'COPY_-1206141045'), (u'BOOL_AND_-1206151183', u'INT_EQUAL_-1206151181'), (u'CALL_-1206152563', u'INT_ADD_-1206152506'), (u'MULTIEQUAL_-1206142242', u'MULTIEQUAL_-1206142185'), (u'CALL_-1206152341', u'INDIRECT_-1206142228'), (u'PTRADD_-1206142078', u'LOAD_-1206155560'), (u'INDIRECT_-1206142215', u'MULTIEQUAL_-1206142180'), ('const-417', u'LOAD_-1206153240'), (u'CALL_-1206151480', u'INDIRECT_-1206141934'), (u'INDIRECT_-1206142220', u'MULTIEQUAL_-1206143603'), (u'MULTIEQUAL_-1206147407', u'PTRADD_-1206140571'), (u'CALL_-1206151271', u'INDIRECT_-1206140465'), (u'CALL_-1206156387', u'INDIRECT_-1206144255'), (u'INDIRECT_-1206142098', u'MULTIEQUAL_-1206142063'), (u'CALL_-1206153059', u'INDIRECT_-1206149862'), ('tmp_4161', u'CBRANCH_-1206154164'), (u'INDIRECT_-1206144329', u'MULTIEQUAL_-1206144316'), (u'MULTIEQUAL_-1206142199', u'MULTIEQUAL_-1206143908'), (u'INDIRECT_-1206143731', u'MULTIEQUAL_-1206143646'), (u'CALL_-1206156809', u'INDIRECT_-1206143791'), (u'INT_ADD_-1206141624', u'PTRADD_-1206154161'), (u'INT_ADD_-1206152996', u'CAST_-1206142472'), (u'STORE_-1206152961', u'INDIRECT_-1206143156'), (u'INDIRECT_-1206141664', u'MULTIEQUAL_-1206141625'), (u'MULTIEQUAL_-1206142895', u'MULTIEQUAL_-1206142804'), ('const-1', u'INT_AND_-1206148932'), (u'STORE_-1206153901', u'INDIRECT_-1206141244'), (u'INDIRECT_-1206142512', u'MULTIEQUAL_-1206142267'), ('const-2', u'PTRADD_-1206140693'), ('const-32768', u'INT_OR_-1206141851'), ('const-417', u'LOAD_-1206151235'), (u'MULTIEQUAL_-1206143012', u'MULTIEQUAL_-1206142974'), ('const-0', u'COPY_-1206151866'), (u'CALL_-1206152370', u'INDIRECT_-1206141731'), (u'CALL_-1206151480', u'INDIRECT_-1206142285'), (u'CALL_-1206151480', u'INDIRECT_-1206141109'), (u'INDIRECT_-1206141575', u'MULTIEQUAL_-1206141510'), (u'CALL_-1206152833', u'INDIRECT_-1206141564'), (u'CALL_-1206152922', u'INDIRECT_-1206141436'), (u'PTRADD_-1206151816', u'INT_LESS_-1206151650'), (u'PTRADD_-1206151816', u'INT_EQUAL_-1206151650'), ('tmp_7071', u'BRANCH_-1206152308'), (u'INDIRECT_-1206143097', u'MULTIEQUAL_-1206142852'), (u'MULTIEQUAL_-1206142191', u'MULTIEQUAL_-1206142966'), (u'CALL_-1206153994', u'INDIRECT_-1206142801'), (u'CALL_-1206154940', u'INDIRECT_-1206142961'), (u'CALL_-1206150193', u'INDIRECT_-1206141992'), (u'INDIRECT_-1206147798', u'MULTIEQUAL_-1206147756'), (u'MULTIEQUAL_-1206142819', u'MULTIEQUAL_-1206142618'), (u'INDIRECT_-1206142365', u'MULTIEQUAL_-1206142268'), (u'INDIRECT_-1206143448', u'MULTIEQUAL_-1206143203'), (u'MULTIEQUAL_-1206140528', u'MULTIEQUAL_-1206140516'), (u'INDIRECT_-1206141395', u'MULTIEQUAL_-1206142778'), (u'CALL_-1206155664', u'INDIRECT_-1206144268'), (u'INT_MULT_-1206148373', u'INT_ADD_-1206141623'), (u'CALL_-1206152281', u'INDIRECT_-1206141570'), (u'CALL_-1206151003', u'INDIRECT_-1206141080'), (u'INDIRECT_-1206149658', u'MULTIEQUAL_-1206149549'), (u'CALL_-1206153285', u'INDIRECT_-1206143902'), (u'COPY_-1206141551', u'MULTIEQUAL_-1206149387'), (u'INDIRECT_-1206142599', u'MULTIEQUAL_-1206142502'), (u'CALL_-1206150750', u'INDIRECT_-1206140737'), (u'MULTIEQUAL_-1206140319', u'MULTIEQUAL_-1206140516'), ('const-0', u'INT_EQUAL_-1206155879'), (u'STORE_-1206154656', u'INDIRECT_-1206142449'), (u'INT_LESS_-1206153965', u'MULTIEQUAL_-1206148751'), (u'CALL_-1206152563', u'INDIRECT_-1206141699'), (u'MULTIEQUAL_-1206149200', u'CALL_-1206153017'), (u'INT_NOTEQUAL_-1206153788', u'CBRANCH_-1206153788'), (u'CALL_-1206153063', u'INDIRECT_-1206144192'), (u'MULTIEQUAL_-1206142726', u'MULTIEQUAL_-1206142188'), (u'LOAD_-1206153052', u'INT_LESS_-1206153035'), (u'LOAD_-1206153052', u'INT_EQUAL_-1206153035'), (u'INDIRECT_-1206142802', u'MULTIEQUAL_-1206142789'), (u'MULTIEQUAL_-1206142272', u'MULTIEQUAL_-1206142789'), (u'CALL_-1206155437', u'INDIRECT_-1206143688'), (u'COPY_-1206142784', u'CALL_-1206150167'), (u'MULTIEQUAL_-1206143795', u'MULTIEQUAL_-1206143761'), (u'INDIRECT_-1206140503', u'MULTIEQUAL_-1206140771'), (u'MULTIEQUAL_-1206142702', u'MULTIEQUAL_-1206142501'), (u'CALL_-1206152136', u'INDIRECT_-1206142805'), (u'CALL_-1206154830', u'INDIRECT_-1206142555'), (u'MULTIEQUAL_-1206141818', u'MULTIEQUAL_-1206141813'), (u'INDIRECT_-1206143481', u'MULTIEQUAL_-1206143308'), (u'CALL_-1206155202', u'INDIRECT_-1206142013'), (u'MULTIEQUAL_-1206142562', u'MULTIEQUAL_-1206143778'), (u'INDIRECT_-1206142819', u'MULTIEQUAL_-1206143646'), (u'CALL_-1206155288', u'INDIRECT_-1206143814'), (u'INT_EQUAL_-1206151220', u'MULTIEQUAL_-1206147786'), (u'CALL_-1206151271', u'INDIRECT_-1206141992'), (u'INDIRECT_-1206142398', u'MULTIEQUAL_-1206142297'), (u'PTRADD_-1206154161', u'COPY_-1206141534'), (u'STORE_-1206152955', u'INDIRECT_-1206142918'), (u'INDIRECT_-1206143508', u'MULTIEQUAL_-1206143473'), (u'CALL_-1206154181', u'CALL_-1206153678'), (u'CALL_-1206152341', u'INDIRECT_-1206141526'), (u'CALL_-1206154730', u'INDIRECT_-1206142281'), (u'CALL_-1206155855', u'INDIRECT_-1206142945'), (u'CALL_-1206152277', u'INDIRECT_-1206142200'), (u'INDIRECT_-1206143517', u'MULTIEQUAL_-1206143241'), (u'CALL_-1206150776', u'INDIRECT_-1206140513'), (u'INDIRECT_-1206144566', u'MULTIEQUAL_-1206144188'), (u'CALL_-1206155437', u'INDIRECT_-1206142746'), (u'CALL_-1206153994', u'INDIRECT_-1206142216'), (u'CALL_-1206152922', u'INDIRECT_-1206142138'), (u'CALL_-1206153992', u'INDIRECT_-1206142206'), (u'CALL_-1206156853', u'INDIRECT_-1206144752'), (u'MULTIEQUAL_-1206144071', u'MULTIEQUAL_-1206144033'), (u'BOOL_AND_-1206142698', u'CBRANCH_-1206151122'), (u'CALL_-1206152370', u'INDIRECT_-1206141614'), (u'CALL_-1206152341', u'INDIRECT_-1206141877'), (u'MULTIEQUAL_-1206148157', u'LOAD_-1206151237'), (u'MULTIEQUAL_-1206144835', u'MULTIEQUAL_-1206144505'), (u'INDIRECT_-1206142792', u'MULTIEQUAL_-1206142760'), (u'CAST_-1206140125', u'INT_NOTEQUAL_-1206151506'), (u'MULTIEQUAL_-1206142251', u'LOAD_-1206155012'), (u'CALL_-1206152799', u'INDIRECT_-1206143341'), (u'CALL_-1206153877', u'INDIRECT_-1206142272'), (u'COPY_-1206151259', u'CAST_-1206140244'), ('const-0', u'INT_EQUAL_-1206153629'), (u'INT_EQUAL_-1206153629', u'CBRANCH_-1206153628'), (u'INDIRECT_-1206144016', u'MULTIEQUAL_-1206143894'), (u'STORE_-1206152940', u'INDIRECT_-1206143259'), (u'INT_MULT_-1206147817', u'INT_ADD_-1206141139'), (u'MULTIEQUAL_-1206142778', u'MULTIEQUAL_-1206142740'), (u'MULTIEQUAL_-1206141861', u'MULTIEQUAL_-1206141818'), (u'INDIRECT_-1206142346', u'MULTIEQUAL_-1206142306'), (u'INDIRECT_-1206143981', u'INT_ADD_-1206156925'), (u'CALL_-1206155601', u'INDIRECT_-1206142716'), (u'INDIRECT_-1206141330', u'MULTIEQUAL_-1206141072'), (u'LOAD_-1206155566', u'CAST_-1206141893'), (u'MULTIEQUAL_-1206149327', u'LOAD_-1206154134'), (u'CALL_-1206152136', u'INDIRECT_-1206141863'), (u'CALL_-1206154078', u'INDIRECT_-1206142043'), (u'CALL_-1206155792', u'INDIRECT_-1206143743'), (u'MULTIEQUAL_-1206142736', u'MULTIEQUAL_-1206142702'), (u'CALL_-1206156809', u'INDIRECT_-1206144377'), (u'INDIRECT_-1206142483', u'MULTIEQUAL_-1206142444'), (u'MULTIEQUAL_-1206144112', u'MULTIEQUAL_-1206143911'), (u'INDIRECT_-1206143410', u'MULTIEQUAL_-1206143388'), (u'MULTIEQUAL_-1206142877', u'MULTIEQUAL_-1206142872'), (u'MULTIEQUAL_-1206149720', u'LOAD_-1206154051'), (u'CALL_-1206154589', u'INDIRECT_-1206142229'), (u'CAST_-1206140037', u'LOAD_-1206151342'), (u'INDIRECT_-1206142740', u'MULTIEQUAL_-1206142698'), (u'INDIRECT_-1206142132', u'MULTIEQUAL_-1206142082'), (u'INDIRECT_-1206140693', u'MULTIEQUAL_-1206142076'), (u'CAST_-1206142169', u'COPY_-1206142229'), (u'INDIRECT_-1206142050', u'MULTIEQUAL_-1206141854'), (u'COPY_-1206141052', u'MULTIEQUAL_-1206148885'), (u'INDIRECT_-1206141553', u'MULTIEQUAL_-1206142113'), ('const-417', u'LOAD_-1206151045'), (u'CALL_-1206154078', u'INDIRECT_-1206142511'), (u'INT_ZEXT_-1206151612', u'INT_MULT_-1206146958'), (u'INDIRECT_-1206143805', u'MULTIEQUAL_-1206143720'), (u'MULTIEQUAL_-1206144028', u'MULTIEQUAL_-1206144012'), (u'INDIRECT_-1206144273', u'MULTIEQUAL_-1206144028'), ('const-0', u'INT_EQUAL_-1206155423'), (u'CALL_-1206152442', u'INDIRECT_-1206142233'), (u'INDIRECT_-1206141447', u'MULTIEQUAL_-1206141189'), (u'INDIRECT_-1206140730', u'MULTIEQUAL_-1206142898'), (u'INDIRECT_-1206144036', u'MULTIEQUAL_-1206143902'), (u'CALL_-1206152412', u'INDIRECT_-1206141751'), (u'INT_ADD_-1206153270', u'CAST_-1206142587'), (u'MULTIEQUAL_-1206143321', u'MULTIEQUAL_-1206143305'), (u'MULTIEQUAL_-1206142281', u'MULTIEQUAL_-1206142423'), (u'COPY_-1206140036', u'CALL_-1206150193'), (u'INDIRECT_-1206143810', u'PTRADD_-1206142817'), (u'PTRADD_-1206142194', u'LOAD_-1206155814'), (u'INT_EQUAL_-1206151602', u'MULTIEQUAL_-1206147706'), (u'INDIRECT_-1206144215', u'MULTIEQUAL_-1206142200'), (u'CALL_-1206152922', u'INDIRECT_-1206141553'), (u'MULTIEQUAL_-1206144550', u'COPY_-1206144649'), (u'INT_AND_-1206148932', u'INT_NOTEQUAL_-1206155574'), (u'INDIRECT_-1206143039', u'MULTIEQUAL_-1206142190'), (u'CALLIND_-1206156299', u'INDIRECT_-1206144446'), (u'STORE_-1206153901', u'INDIRECT_-1206143239'), (u'INDIRECT_-1206142630', u'MULTIEQUAL_-1206142510'), (u'CALL_-1206155288', u'INDIRECT_-1206143931'), (u'STORE_-1206153782', u'INDIRECT_-1206141509'), (u'CALL_-1206152412', u'INDIRECT_-1206142459'), ('const-417', u'STORE_-1206153010'), (u'MULTIEQUAL_-1206143295', u'MULTIEQUAL_-1206142194'), (u'INDIRECT_-1206143219', u'MULTIEQUAL_-1206143154'), (u'MULTIEQUAL_-1206141394', u'MULTIEQUAL_-1206141386'), (u'BOOL_NEGATE_-1206142667', u'CBRANCH_-1206151648'), (u'COPY_-1206140290', u'MULTIEQUAL_-1206145820'), (u'COPY_-1206140296', u'MULTIEQUAL_-1206148122'), (u'INDIRECT_-1206142056', u'MULTIEQUAL_-1206143363'), (u'CALL_-1206153530', u'INDIRECT_-1206142835'), (u'INDIRECT_-1206143507', u'MULTIEQUAL_-1206143129'), (u'INDIRECT_-1206141305', u'MULTIEQUAL_-1206143600'), ('tmp_4320', u'CBRANCH_-1206154080'), ('const-1', u'PTRADD_-1206151175'), ('const-717940', u'COPY_-1206152789'), (u'MULTIEQUAL_-1206143087', u'MULTIEQUAL_-1206143053'), ('const-2', u'COPY_-1206151563'), (u'INT_RIGHT_-1206153139', u'INT_AND_-1206149417'), (u'MULTIEQUAL_-1206140888', u'MULTIEQUAL_-1206140661'), (u'INDIRECT_-1206142568', u'MULTIEQUAL_-1206142430'), ('const-0', u'INT_EQUAL_-1206153140'), (u'CALL_-1206152833', u'INDIRECT_-1206142032'), (u'INDIRECT_-1206142872', u'MULTIEQUAL_-1206143374'), (u'INDIRECT_-1206142258', u'MULTIEQUAL_-1206142187'), (u'INDIRECT_-1206142278', u'MULTIEQUAL_-1206142033'), (u'INDIRECT_-1206142414', u'MULTIEQUAL_-1206142398'), (u'CALL_-1206153017', u'INDIRECT_-1206142656'), (u'CALL_-1206152277', u'INDIRECT_-1206142557'), (u'INDIRECT_-1206141231', u'MULTIEQUAL_-1206142193'), (u'CALL_-1206154078', u'INDIRECT_-1206141926'), (u'CALL_-1206153190', u'INDIRECT_-1206143804'), ('const-417', u'LOAD_-1206151827'), (u'CALL_-1206152799', u'INDIRECT_-1206142639'), (u'MULTIEQUAL_-1206143374', u'COPY_-1206143473'), (u'INDIRECT_-1206144543', u'MULTIEQUAL_-1206144433'), (u'CAST_-1206142245', u'LOAD_-1206156309'), ('const-294128', u'PTRSUB_-1206155626'), (u'INDIRECT_-1206142890', u'MULTIEQUAL_-1206143269'), (u'CALL_-1206153822', u'INDIRECT_-1206141781'), ('tmp_726', u'CBRANCH_-1206156241'), (u'INDIRECT_-1206144449', u'MULTIEQUAL_-1206142202'), (u'CALL_-1206152786', u'INDIRECT_-1206144391'), (u'COPY_-1206151866', u'MULTIEQUAL_-1206145458'), (u'MULTIEQUAL_-1206142195', u'MULTIEQUAL_-1206143405'), ('const-47', u'STORE_-1206153901'), (u'CALL_-1206151512', u'INDIRECT_-1206141238'), (u'LOAD_-1206151235', u'INT_LESS_-1206151220'), (u'LOAD_-1206151235', u'INT_EQUAL_-1206151220'), (u'INDIRECT_-1206142000', u'MULTIEQUAL_-1206141978'), (u'INDIRECT_-1206143176', u'MULTIEQUAL_-1206143154'), (u'CALL_-1206151512', u'INDIRECT_-1206141472'), (u'CALL_-1206155601', u'INDIRECT_-1206143418'), (u'CALL_-1206152324', u'INDIRECT_-1206142764'), (u'STORE_-1206151230', u'INDIRECT_-1206142382'), (u'CALL_-1206155855', u'INDIRECT_-1206143413'), (u'CALL_-1206154730', u'INDIRECT_-1206142749'), (u'MULTIEQUAL_-1206149100', u'INT_ADD_-1206153046'), (u'CALL_-1206153704', u'INDIRECT_-1206142306'), (u'CAST_-1206141332', u'LOAD_-1206154029'), (u'CALL_-1206155288', u'INDIRECT_-1206144165'), (u'INT_MULT_-1206148374', u'INT_ADD_-1206141624'), ('const-1', u'PTRADD_-1206153547'), (u'MULTIEQUAL_-1206142095', u'COPY_-1206140845'), ('const-417', u'LOAD_-1206152400'), (u'INDIRECT_-1206149501', u'MULTIEQUAL_-1206142204'), (u'CALL_-1206152370', u'INDIRECT_-1206142790'), ('const-1', u'PTRADD_-1206154140'), (u'LOAD_-1206156309', u'CALLIND_-1206156299'), (u'COPY_-1206140388', u'MULTIEQUAL_-1206145273'), (u'CALL_-1206155288', u'INDIRECT_-1206142989'), (u'LOAD_-1206151439', u'INT_NOTEQUAL_-1206151373'), (u'CALL_-1206153041', u'INDIRECT_-1206141139'), ('tmp_9402', u'CBRANCH_-1206153184'), (u'STORE_-1206151220', u'INDIRECT_-1206141789'), (u'CALL_-1206156964', u'INDIRECT_-1206145040'), (u'STORE_-1206152976', u'INDIRECT_-1206143166'), (u'STORE_-1206152961', u'INDIRECT_-1206144332'), (u'CALL_-1206153686', u'CAST_-1206141173'), (u'CALL_-1206153938', u'INDIRECT_-1206148651'), (u'MULTIEQUAL_-1206146361', u'INT_NOTEQUAL_-1206154695'), (u'CAST_-1206140977', u'COPY_-1206141551'), (u'INDIRECT_-1206142206', u'MULTIEQUAL_-1206142174'), (u'COPY_-1206142724', u'CALL_-1206153059'), (u'INT_EQUAL_-1206151623', u'CBRANCH_-1206151628'), (u'INDIRECT_-1206143130', u'MULTIEQUAL_-1206142957'), (u'CALL_-1206153753', u'INDIRECT_-1206143278'), (u'INDIRECT_-1206142834', u'MULTIEQUAL_-1206142784'), (u'INDIRECT_-1206143048', u'MULTIEQUAL_-1206142642'), (u'INDIRECT_-1206143800', u'MULTIEQUAL_-1206143680'), (u'INDIRECT_-1206142717', u'MULTIEQUAL_-1206142678'), ('tmp_1463', u'CBRANCH_-1206155765'), (u'INDIRECT_-1206142716', u'MULTIEQUAL_-1206142544'), (u'INDIRECT_-1206144216', u'MULTIEQUAL_-1206144120'), (u'MULTIEQUAL_-1206142117', u'MULTIEQUAL_-1206141916'), (u'COPY_-1206141527', u'MULTIEQUAL_-1206149369'), ('const-1', u'PTRADD_-1206153926'), (u'CALL_-1206152922', u'INDIRECT_-1206142021'), (u'CALL_-1206153285', u'INDIRECT_-1206142375'), (u'STORE_-1206152961', u'INDIRECT_-1206144566'), (u'INDIRECT_-1206144151', u'INT_ADD_-1206155599'), (u'INDIRECT_-1206143921', u'MULTIEQUAL_-1206143592'), (u'INDIRECT_-1206141526', u'MULTIEQUAL_-1206142353'), (u'CALL_-1206152341', u'INDIRECT_-1206142585'), (u'INDIRECT_-1206141315', u'MULTIEQUAL_-1206143483'), (u'CALL_-1206156387', u'INDIRECT_-1206142611'), (u'INDIRECT_-1206141231', u'MULTIEQUAL_-1206141134'), (u'INDIRECT_-1206142170', u'MULTIEQUAL_-1206142672'), (u'STORE_-1206153782', u'INDIRECT_-1206142328'), (u'INT_NOTEQUAL_-1206155915', u'CBRANCH_-1206155915'), (u'MULTIEQUAL_-1206142515', u'MULTIEQUAL_-1206142657'), (u'INDIRECT_-1206143102', u'MULTIEQUAL_-1206142773'), (u'INDIRECT_-1206148388', u'INT_ZEXT_-1206154206'), ('const-16', u'INT_ADD_-1206155599'), (u'MULTIEQUAL_-1206142804', u'MULTIEQUAL_-1206142796'), (u'INT_NOTEQUAL_-1206153241', u'CBRANCH_-1206153241'), (u'INT_NOTEQUAL_-1206155953', u'CBRANCH_-1206155951'), (u'CALL_-1206153059', u'INDIRECT_-1206144810'), (u'CALL_-1206156061', u'INDIRECT_-1206144449'), (u'CALL_-1206152412', u'INDIRECT_-1206142810'), ('tmp_6786', u'CBRANCH_-1206152228'), (u'CALL_-1206152799', u'INDIRECT_-1206143107'), (u'STORE_-1206152961', u'INDIRECT_-1206144683'), (u'INDIRECT_-1206142336', u'MULTIEQUAL_-1206142297'), (u'CALL_-1206156809', u'INDIRECT_-1206143908'), (u'CALL_-1206153530', u'INDIRECT_-1206143308'), (u'INDIRECT_-1206142109', u'MULTIEQUAL_-1206141837'), ('const-1', u'PTRADD_-1206154596'), (u'CALLIND_-1206156299', u'INDIRECT_-1206143270'), (u'STORE_-1206152940', u'INDIRECT_-1206143961'), (u'CAST_-1206141307', u'CALL_-1206153877'), (u'CALL_-1206150776', u'INDIRECT_-1206140630'), (u'INDIRECT_-1206142366', u'MULTIEQUAL_-1206142316'), (u'INDIRECT_-1206142571', u'MULTIEQUAL_-1206142186'), (u'INDIRECT_-1206143396', u'MULTIEQUAL_-1206143191'), ('const-1852896', u'PTRSUB_-1206141952'), (u'MULTIEQUAL_-1206146731', u'COPY_-1206141074'), (u'INDIRECT_-1206144446', u'MULTIEQUAL_-1206144308'), (u'CALL_-1206153041', u'INDIRECT_-1206141373'), (u'BOOL_NEGATE_-1206147771', u'BOOL_AND_-1206152998'), (u'CALL_-1206150750', u'INDIRECT_-1206142147'), (u'CAST_-1206142568', u'LOAD_-1206153240'), (u'CALL_-1206154661', u'INDIRECT_-1206141905'), (u'INDIRECT_-1206144004', u'MULTIEQUAL_-1206143908'), (u'INDIRECT_-1206142791', u'MULTIEQUAL_-1206143954'), (u'CALL_-1206154078', u'INDIRECT_-1206141458'), (u'MULTIEQUAL_-1206145385', u'MULTIEQUAL_-1206145582'), ('const-5', u'CALL_-1206151003'), ('tmp_6959', u'BRANCH_-1206152121'), (u'INDIRECT_-1206143747', u'MULTIEQUAL_-1206143542'), (u'INDIRECT_-1206143504', u'MULTIEQUAL_-1206143492'), (u'INDIRECT_-1206142773', u'MULTIEQUAL_-1206143152'), (u'CALL_-1206151003', u'INDIRECT_-1206140261'), ('const-719000', u'COPY_-1206141534'), (u'CALL_-1206153992', u'INDIRECT_-1206141738'), (u'CALL_-1206154181', u'INDIRECT_-1206143159'), ('const-4294967294', u'INT_MULT_-1206146957'), (u'MULTIEQUAL_-1206141152', u'MULTIEQUAL_-1206142368'), (u'LOAD_-1206153136', u'INT_LESS_-1206153119'), (u'LOAD_-1206153136', u'INT_EQUAL_-1206153119'), (u'MULTIEQUAL_-1206142219', u'MULTIEQUAL_-1206142310'), (u'INDIRECT_-1206148457', u'MULTIEQUAL_-1206148432'), (u'INDIRECT_-1206142389', u'MULTIEQUAL_-1206142347'), (u'INT_ADD_-1206154128', u'MULTIEQUAL_-1206149584'), (u'CALL_-1206150193', u'INDIRECT_-1206141401'), (u'MULTIEQUAL_-1206141708', u'MULTIEQUAL_-1206141480'), ('const-1', u'PTRADD_-1206152727'), (u'INDIRECT_-1206141096', u'MULTIEQUAL_-1206140838'), (u'CALL_-1206152168', u'INDIRECT_-1206142817'), (u'STORE_-1206154035', u'INDIRECT_-1206141766'), (u'CALL_-1206152442', u'INDIRECT_-1206141413'), (u'CALL_-1206153686', u'INDIRECT_-1206142428'), (u'INDIRECT_-1206140968', u'MULTIEQUAL_-1206141528'), ('const-1', u'INT_ADD_-1206140353'), (u'CALL_-1206156061', u'INDIRECT_-1206143390'), ('const-459980', u'COPY_-1206154243'), (u'CALL_-1206153917', u'INDIRECT_-1206142878'), (u'MULTIEQUAL_-1206142375', u'MULTIEQUAL_-1206142185'), (u'CALL_-1206153063', u'INDIRECT_-1206144660'), (u'CALL_-1206154181', u'INDIRECT_-1206143276'), (u'CALL_-1206151271', u'INDIRECT_-1206140933'), (u'INDIRECT_-1206142216', u'MULTIEQUAL_-1206144952'), (u'CALL_-1206153063', u'INDIRECT_-1206144309'), (u'INT_LESS_-1206151650', u'MULTIEQUAL_-1206147960'), (u'STORE_-1206154035', u'INDIRECT_-1206143059'), (u'INDIRECT_-1206148388', u'INT_ZEXT_-1206153129'), (u'INT_AND_-1206151790', u'INT_NOTEQUAL_-1206151803'), (u'MULTIEQUAL_-1206143677', u'MULTIEQUAL_-1206143661'), (u'CALL_-1206155664', u'INDIRECT_-1206142390'), (u'STORE_-1206142666', u'INDIRECT_-1206144774'), (u'STORE_-1206152976', u'INDIRECT_-1206144576'), (u'INDIRECT_-1206142477', u'MULTIEQUAL_-1206142359'), (u'CAST_-1206140023', u'LOAD_-1206151315'), (u'CAST_-1206141173', u'CALL_-1206153554'), (u'INDIRECT_-1206143634', u'MULTIEQUAL_-1206143358'), (u'INT_AND_-1206155953', u'INT_NOTEQUAL_-1206155953'), (u'INDIRECT_-1206143296', u'MULTIEQUAL_-1206143200'), (u'INDIRECT_-1206142229', u'MULTIEQUAL_-1206142189'), ('const-4294967294', u'INT_MULT_-1206147816'), (u'INDIRECT_-1206142454', u'MULTIEQUAL_-1206142185'), (u'CALL_-1206153963', u'INDIRECT_-1206142085'), (u'CALL_-1206151512', u'INDIRECT_-1206141829'), (u'MULTIEQUAL_-1206149217', u'MULTIEQUAL_-1206149181'), (u'CALL_-1206151003', u'INDIRECT_-1206140378'), ('const-417', u'LOAD_-1206153050'), (u'CALL_-1206152370', u'INDIRECT_-1206142082'), (u'INDIRECT_-1206143522', u'MULTIEQUAL_-1206143116'), (u'INDIRECT_-1206144923', u'MULTIEQUAL_-1206144433'), (u'INDIRECT_-1206144512', u'MULTIEQUAL_-1206144183'), (u'CALL_-1206156809', u'INDIRECT_-1206143557'), ('const-3', u'COPY_-1206153167'), (u'INDIRECT_-1206142919', u'MULTIEQUAL_-1206142781'), (u'PTRADD_-1206153074', u'COPY_-1206141066'), (u'INDIRECT_-1206143194', u'MULTIEQUAL_-1206143246'), ('tmp_5728', u'CBRANCH_-1206153120'), (u'MULTIEQUAL_-1206143565', u'MULTIEQUAL_-1206144082'), (u'CALL_-1206156061', u'INDIRECT_-1206142571'), (u'INDIRECT_-1206145157', u'MULTIEQUAL_-1206144667'), (u'CALL_-1206153059', u'INDIRECT_-1206143751'), ('tmp_8684', u'CBRANCH_-1206150813'), (u'INDIRECT_-1206141422', u'MULTIEQUAL_-1206143717'), (u'MULTIEQUAL_-1206140544', u'MULTIEQUAL_-1206142898'), (u'CALL_-1206152341', u'INDIRECT_-1206141994'), ('const-417', u'STORE_-1206152955'), (u'INT_MULT_-1206147781', u'INT_ADD_-1206141111'), (u'LOAD_-1206152456', u'CAST_-1206140488'), (u'CALL_-1206153753', u'INDIRECT_-1206142570'), (u'CALL_-1206150750', u'INDIRECT_-1206141679'), (u'CALL_-1206152563', u'INDIRECT_-1206140997'), (u'INDIRECT_-1206143219', u'MULTIEQUAL_-1206142890'), (u'INDIRECT_-1206143981', u'MULTIEQUAL_-1206142198'), ('const-1', u'INT_AND_-1206149053'), (u'INT_NEGATE_-1206149445', u'INT_AND_-1206149437'), (u'MULTIEQUAL_-1206142920', u'MULTIEQUAL_-1206143122'), (u'COPY_-1206150265', u'MULTIEQUAL_-1206150634'), ('const-1', u'INT_AND_-1206149437'), (u'INDIRECT_-1206141102', u'MULTIEQUAL_-1206141043'), (u'STORE_-1206142666', u'INDIRECT_-1206144540'), (u'MULTIEQUAL_-1206143129', u'MULTIEQUAL_-1206143428'), (u'CALL_-1206154078', u'INDIRECT_-1206142628'), (u'CALL_-1206155664', u'INDIRECT_-1206143917'), (u'INDIRECT_-1206142337', u'MULTIEQUAL_-1206143720'), (u'INDIRECT_-1206141746', u'MULTIEQUAL_-1206143129'), (u'STORE_-1206154656', u'INDIRECT_-1206142098'), (u'INDIRECT_-1206148143', u'MULTIEQUAL_-1206147902'), (u'MULTIEQUAL_-1206148751', u'MULTIEQUAL_-1206148748'), ('const-2', u'INT_ADD_-1206153920'), (u'INDIRECT_-1206143226', u'MULTIEQUAL_-1206144188'), (u'MULTIEQUAL_-1206143140', u'COPY_-1206143239'), (u'INDIRECT_-1206141670', u'MULTIEQUAL_-1206142230'), (u'CALL_-1206153877', u'INDIRECT_-1206142740'), (u'INDIRECT_-1206141432', u'MULTIEQUAL_-1206143600'), (u'MULTIEQUAL_-1206142501', u'MULTIEQUAL_-1206142485'), (u'CALL_-1206153938', u'INDIRECT_-1206143599'), (u'CALL_-1206152799', u'INDIRECT_-1206142756'), (u'INT_EQUAL_-1206156249', u'CBRANCH_-1206156241'), ('const-128', u'INT_NOTEQUAL_-1206155953'), (u'CALL_-1206152922', u'INDIRECT_-1206142729'), ('const-40', u'PTRADD_-1206142619'), (u'CALL_-1206156964', u'INDIRECT_-1206145157'), (u'CALL_-1206153059', u'INDIRECT_-1206143166'), (u'INDIRECT_-1206142758', u'MULTIEQUAL_-1206143720'), (u'INT_NOTEQUAL_-1206155501', u'CBRANCH_-1206155500'), (u'CALL_-1206154589', u'INDIRECT_-1206141878'), (u'INDIRECT_-1206143781', u'MULTIEQUAL_-1206143659'), ('tmp_1085', u'CBRANCH_-1206156002'), (u'STORE_-1206152955', u'INDIRECT_-1206143737'), (u'MULTIEQUAL_-1206141462', u'MULTIEQUAL_-1206141604'), (u'CALL_-1206152563', u'INDIRECT_-1206142758'), ('tmp_7821', u'CBRANCH_-1206151564'), (u'CALL_-1206154119', u'INDIRECT_-1206142650'), (u'CALL_-1206153017', u'INDIRECT_-1206142539'), ('tmp_3710', u'CBRANCH_-1206153903'), (u'CALL_-1206155202', u'INDIRECT_-1206143418'), (u'INDIRECT_-1206143621', u'INT_NEGATE_-1206149445'), (u'CALL_-1206154661', u'INDIRECT_-1206142607'), (u'CALL_-1206154181', u'PTRADD_-1206153962'), (u'CALL_-1206150750', u'INDIRECT_-1206140035'), ('const-8', u'INT_OR_-1206151282'), (u'CALL_-1206155855', u'INDIRECT_-1206142594'), ('const-417', u'LOAD_-1206152456'), (u'CALL_-1206152442', u'INDIRECT_-1206141530'), (u'CALL_-1206153753', u'INDIRECT_-1206142102'), (u'INDIRECT_-1206143326', u'MULTIEQUAL_-1206143204'), (u'INDIRECT_-1206141877', u'MULTIEQUAL_-1206142704'), ('tmp_2272', u'BRANCH_-1206155187'), (u'INDIRECT_-1206142804', u'MULTIEQUAL_-1206142765'), (u'MULTIEQUAL_-1206143720', u'MULTIEQUAL_-1206144019'), (u'INDIRECT_-1206143715', u'MULTIEQUAL_-1206143542'), (u'MULTIEQUAL_-1206142193', u'MULTIEQUAL_-1206143171'), (u'INDIRECT_-1206141109', u'MULTIEQUAL_-1206143053'), (u'CALL_-1206153917', u'INDIRECT_-1206148638'), (u'CALL_-1206154078', u'INDIRECT_-1206141692'), (u'CALL_-1206153059', u'INT_ADD_-1206152996'), (u'INDIRECT_-1206142844', u'MULTIEQUAL_-1206142741'), ('tmp_1349', u'CBRANCH_-1206155827'), (u'INDIRECT_-1206141202', u'MULTIEQUAL_-1206141762'), (u'INDIRECT_-1206144126', u'MULTIEQUAL_-1206143954'), (u'CALL_-1206152563', u'INDIRECT_-1206141114'), (u'INDIRECT_-1206141948', u'MULTIEQUAL_-1206142327'), ('const-0', u'INT_NOTEQUAL_-1206154996'), (u'CALL_-1206156387', u'INDIRECT_-1206143196'), (u'CALL_-1206154830', u'INDIRECT_-1206142321'), (u'CALL_-1206150193', u'INDIRECT_-1206141050'), (u'CALL_-1206152786', u'INDIRECT_-1206143683'), (u'CALL_-1206152277', u'INDIRECT_-1206147960'), (u'COPY_-1206141069', u'MULTIEQUAL_-1206148905'), (u'INDIRECT_-1206143391', u'MULTIEQUAL_-1206143356'), (u'MULTIEQUAL_-1206148727', u'BOOL_NEGATE_-1206147772'), (u'CALL_-1206153285', u'INDIRECT_-1206142609'), (u'CALL_-1206150776', u'INDIRECT_-1206140981'), (u'INDIRECT_-1206140135', u'MULTIEQUAL_-1206142430'), (u'MULTIEQUAL_-1206148843', u'PTRADD_-1206152995'), ('tmp_165', u'CBRANCH_-1206156915'), (u'INDIRECT_-1206142623', u'MULTIEQUAL_-1206143332'), (u'STORE_-1206152955', u'INDIRECT_-1206143035'), (u'CALL_-1206151512', u'INDIRECT_-1206141712'), (u'MULTIEQUAL_-1206142944', u'MULTIEQUAL_-1206142191'), (u'MULTIEQUAL_-1206142672', u'COPY_-1206142771'), (u'CALL_-1206153917', u'INDIRECT_-1206142996'), (u'INDIRECT_-1206143161', u'MULTIEQUAL_-1206143122'), (u'INDIRECT_-1206141966', u'MULTIEQUAL_-1206141891'), (u'INT_ADD_-1206151802', u'CAST_-1206140300'), (u'CAST_-1206141167', u'INT_SUB_-1206153661'), ('const-4', u'PTRADD_-1206140361'), (u'INDIRECT_-1206143775', u'MULTIEQUAL_-1206143603'), (u'CALL_-1206152563', u'INDIRECT_-1206142407'), (u'CAST_-1206140307', u'LOAD_-1206151827'), (u'CALL_-1206156177', u'INDIRECT_-1206143328'), ('const-16', u'INT_ADD_-1206142764'), (u'LOAD_-1206151665', u'CAST_-1206140184'), (u'LOAD_-1206156941', u'INT_EQUAL_-1206156926'), (u'CALL_-1206152277', u'INDIRECT_-1206141615'), (u'INDIRECT_-1206143270', u'MULTIEQUAL_-1206143257'), (u'INDIRECT_-1206142168', u'MULTIEQUAL_-1206144112'), (u'INDIRECT_-1206142641', u'MULTIEQUAL_-1206142544'), (u'STORE_-1206154656', u'INDIRECT_-1206143274'), (u'INDIRECT_-1206141664', u'MULTIEQUAL_-1206141614'), (u'MULTIEQUAL_-1206143363', u'MULTIEQUAL_-1206143325'), (u'INDIRECT_-1206140769', u'MULTIEQUAL_-1206142076'), (u'MULTIEQUAL_-1206149041', u'CALL_-1206153992'), (u'MULTIEQUAL_-1206141937', u'MULTIEQUAL_-1206141937'), (u'INT_EQUAL_-1206156085', u'CBRANCH_-1206156084'), (u'STORE_-1206152961', u'INDIRECT_-1206143039'), (u'INDIRECT_-1206142338', u'MULTIEQUAL_-1206142076'), (u'MULTIEQUAL_-1206146745', u'MULTIEQUAL_-1206146731'), (u'CALL_-1206150193', u'INDIRECT_-1206140114'), (u'INDIRECT_-1206145084', u'MULTIEQUAL_-1206144952'), (u'CALL_-1206153992', u'INDIRECT_-1206142089'), (u'CALL_-1206153704', u'INDIRECT_-1206142780'), (u'INDIRECT_-1206147927', u'MULTIEQUAL_-1206147847'), (u'INDIRECT_-1206141787', u'MULTIEQUAL_-1206142347'), (u'CALL_-1206153877', u'INDIRECT_-1206141921'), (u'INDIRECT_-1206142038', u'MULTIEQUAL_-1206141979'), (u'CALL_-1206152136', u'INDIRECT_-1206140927'), (u'INDIRECT_-1206147927', u'MULTIEQUAL_-1206147748'), (u'INDIRECT_-1206143214', u'MULTIEQUAL_-1206143172'), (u'INDIRECT_-1206144850', u'MULTIEQUAL_-1206144718'), (u'MULTIEQUAL_-1206148081', u'PTRADD_-1206151562'), (u'INDIRECT_-1206141226', u'MULTIEQUAL_-1206143170'), ('const-0', u'CALL_-1206153704'), (u'INDIRECT_-1206142413', u'MULTIEQUAL_-1206142520'), (u'MULTIEQUAL_-1206145762', u'COPY_-1206140236'), (u'CALL_-1206153753', u'MULTIEQUAL_-1206149581'), (u'MULTIEQUAL_-1206148885', u'PTRADD_-1206152990'), (u'INDIRECT_-1206143194', u'MULTIEQUAL_-1206142195'), (u'MULTIEQUAL_-1206142385', u'MULTIEQUAL_-1206142351'), (u'CALL_-1206153877', u'INDIRECT_-1206143448'), (u'CALL_-1206152324', u'INDIRECT_-1206142296'), (u'CALL_-1206152324', u'INDIRECT_-1206140886'), ('const-1', u'INT_ADD_-1206141597'), (u'INDIRECT_-1206141219', u'MULTIEQUAL_-1206141160'), (u'CALL_-1206152136', u'INDIRECT_-1206141629'), (u'CALL_-1206153190', u'INDIRECT_-1206144155'), (u'INDIRECT_-1206143775', u'MULTIEQUAL_-1206143678'), (u'CALL_-1206153753', u'INDIRECT_-1206142336'), (u'CALL_-1206156809', u'INDIRECT_-1206144733'), (u'CALL_-1206153063', u'INDIRECT_-1206143484'), (u'INDIRECT_-1206141906', u'MULTIEQUAL_-1206144074'), (u'MULTIEQUAL_-1206142778', u'MULTIEQUAL_-1206143077'), (u'PTRADD_-1206154140', u'CALL_-1206154181'), (u'INDIRECT_-1206142376', u'MULTIEQUAL_-1206142273'), ('tmp_4005', u'BRANCH_-1206153656'), (u'CALL_-1206154181', u'PTRADD_-1206153969'), (u'INDIRECT_-1206141081', u'MULTIEQUAL_-1206143249'), (u'INDIRECT_-1206143668', u'MULTIEQUAL_-1206142199'), (u'CALL_-1206150167', u'INDIRECT_-1206141391'), (u'INDIRECT_-1206141284', u'MULTIEQUAL_-1206141012'), ('tmp_9707', u'CBRANCH_-1206153261'), (u'MULTIEQUAL_-1206140537', u'MULTIEQUAL_-1206140310'), (u'CALL_-1206153753', u'INDIRECT_-1206141517'), (u'CALL_-1206152412', u'INDIRECT_-1206141049'), (u'STORE_-1206151230', u'INDIRECT_-1206142265'), (u'INT_EQUAL_-1206150957', u'CBRANCH_-1206150955'), ('const-4', u'PTRADD_-1206140365'), (u'MULTIEQUAL_-1206142196', u'MULTIEQUAL_-1206143551'), (u'CALL_-1206152277', u'INDIRECT_-1206142674'), (u'INDIRECT_-1206143504', u'MULTIEQUAL_-1206141239'), (u'MULTIEQUAL_-1206143187', u'MULTIEQUAL_-1206142125'), (u'STORE_-1206152976', u'INDIRECT_-1206143985'), (u'INT_EQUAL_-1206155043', u'CBRANCH_-1206155034'), (u'MULTIEQUAL_-1206141979', u'MULTIEQUAL_-1206142070'), ('const-0', u'PTRSUB_-1206142632'), (u'INDIRECT_-1206141985', u'MULTIEQUAL_-1206141946'), (u'STORE_-1206152940', u'INDIRECT_-1206143727'), (u'COPY_-1206151767', u'MULTIEQUAL_-1206145801'), (u'INDIRECT_-1206143865', u'MULTIEQUAL_-1206143762'), (u'CALL_-1206152442', u'INDIRECT_-1206141179'), (u'CAST_-1206140488', u'CALL_-1206152442'), (u'INDIRECT_-1206141896', u'MULTIEQUAL_-1206144191'), ('const-718148', u'COPY_-1206140076'), (u'CALL_-1206154181', u'CAST_-1206141167'), (u'INDIRECT_-1206142519', u'MULTIEQUAL_-1206143481'), (u'CALL_-1206155792', u'INDIRECT_-1206144450'), ('const-2496', u'INT_ADD_-1206152971'), (u'CALL_-1206153554', u'INDIRECT_-1206143201'), (u'STORE_-1206151220', u'INDIRECT_-1206141432'), (u'CALL_-1206153822', u'INDIRECT_-1206142834'), (u'STORE_-1206153901', u'INDIRECT_-1206142063'), (u'COPY_-1206140306', u'INT_NOTEQUAL_-1206150854'), (u'STORE_-1206153782', u'INDIRECT_-1206142445'), (u'LOAD_-1206154132', u'INT_LESS_-1206154117'), (u'LOAD_-1206154132', u'INT_EQUAL_-1206154117'), (u'INDIRECT_-1206140221', u'MULTIEQUAL_-1206142957'), (u'MULTIEQUAL_-1206143603', u'MULTIEQUAL_-1206143565'), (u'CALL_-1206153704', u'INDIRECT_-1206141721'), (u'INDIRECT_-1206144680', u'MULTIEQUAL_-1206144667'), (u'INT_LESS_-1206154117', u'MULTIEQUAL_-1206149211'), (u'INDIRECT_-1206142160', u'MULTIEQUAL_-1206142095'), (u'CALL_-1206150193', u'INDIRECT_-1206140816'), (u'MULTIEQUAL_-1206143249', u'CALL_-1206156177'), (u'CALL_-1206152136', u'INDIRECT_-1206141746'), (u'INDIRECT_-1206144332', u'MULTIEQUAL_-1206142201'), (u'CALL_-1206153063', u'INDIRECT_-1206143367'), (u'STORE_-1206151220', u'INDIRECT_-1206142374'), ('tmp_8816', u'BRANCH_-1206150735'), (u'INDIRECT_-1206141898', u'MULTIEQUAL_-1206141848'), (u'CALL_-1206153017', u'INDIRECT_-1206141480'), (u'INT_EQUAL_-1206156777', u'CBRANCH_-1206156776'), (u'MULTIEQUAL_-1206143203', u'MULTIEQUAL_-1206143187'), (u'INDIRECT_-1206141471', u'MULTIEQUAL_-1206142778'), (u'CALL_-1206150750', u'INDIRECT_-1206140386'), (u'INDIRECT_-1206142024', u'MULTIEQUAL_-1206142185'), (u'INDIRECT_-1206147151', u'MULTIEQUAL_-1206149904'), (u'INDIRECT_-1206142272', u'MULTIEQUAL_-1206142230'), ('const-128', u'INT_EQUAL_-1206155327'), ('const-417', u'STORE_-1206154656'), (u'INDIRECT_-1206143691', u'MULTIEQUAL_-1206143590'), (u'INDIRECT_-1206141477', u'MULTIEQUAL_-1206141584'), (u'INT_LESS_-1206151602', u'MULTIEQUAL_-1206147960'), (u'INT_NOTEQUAL_-1206154695', u'CBRANCH_-1206154695'), (u'CALL_-1206153994', u'INDIRECT_-1206143392'), ('const-88', u'INT_ADD_-1206152996'), ('const-417', u'LOAD_-1206151677'), (u'CALL_-1206155437', u'INDIRECT_-1206143448'), (u'CALL_-1206152341', u'INDIRECT_-1206142468'), (u'CALL_-1206153678', u'INDIRECT_-1206141828'), (u'INT_EQUAL_-1206154138', u'CBRANCH_-1206154143'), (u'PTRADD_-1206140651', u'LOAD_-1206152392'), (u'MULTIEQUAL_-1206141017', u'MULTIEQUAL_-1206140926'), (u'MULTIEQUAL_-1206142544', u'MULTIEQUAL_-1206142843'), (u'INDIRECT_-1206142266', u'MULTIEQUAL_-1206142008'), (u'CALL_-1206150776', u'INDIRECT_-1206142157'), (u'INDIRECT_-1206143765', u'MULTIEQUAL_-1206143669'), (u'CALL_-1206153678', u'INDIRECT_-1206141594'), ('const-1', u'PTRADD_-1206142221'), (u'CAST_-1206142665', u'LOAD_-1206156830'), (u'CALL_-1206153190', u'INDIRECT_-1206143453'), (u'INDIRECT_-1206143270', u'MULTIEQUAL_-1206143258'), (u'CALL_-1206153041', u'INDIRECT_-1206142075'), (u'INDIRECT_-1206142758', u'MULTIEQUAL_-1206142661'), (u'INDIRECT_-1206143982', u'MULTIEQUAL_-1206143720'), (u'INT_EQUAL_-1206151650', u'BOOL_NEGATE_-1206142667'), (u'INDIRECT_-1206142506', u'MULTIEQUAL_-1206142464'), (u'CALL_-1206154181', u'INDIRECT_-1206142100'), (u'INDIRECT_-1206141440', u'MULTIEQUAL_-1206141708'), (u'CALL_-1206153994', u'INDIRECT_-1206143743'), (u'INDIRECT_-1206143080', u'MULTIEQUAL_-1206143640'), (u'INDIRECT_-1206141781', u'MULTIEQUAL_-1206141742'), (u'CALL_-1206152442', u'INDIRECT_-1206141062'), (u'INDIRECT_-1206144927', u'MULTIEQUAL_-1206144651'), (u'MULTIEQUAL_-1206141862', u'MULTIEQUAL_-1206141953'), (u'STORE_-1206152955', u'INDIRECT_-1206143269'), (u'INDIRECT_-1206142050', u'MULTIEQUAL_-1206143012'), (u'CALL_-1206150776', u'CALL_-1206150750'), (u'INDIRECT_-1206142284', u'MULTIEQUAL_-1206143246'), ('const-79', u'INT_LESS_-1206153949'), (u'INDIRECT_-1206143796', u'MULTIEQUAL_-1206143662'), (u'CALL_-1206154940', u'INDIRECT_-1206142376'), (u'CALL_-1206152324', u'INDIRECT_-1206141237'), ('const-0', u'PTRSUB_-1206141952'), (u'INT_EQUAL_-1206153161', u'CBRANCH_-1206153160'), (u'INDIRECT_-1206149208', u'MULTIEQUAL_-1206149140'), (u'INT_EQUAL_-1206153035', u'MULTIEQUAL_-1206148476'), (u'CALL_-1206154730', u'INDIRECT_-1206143925'), (u'CALL_-1206153041', u'INDIRECT_-1206141724'), ('const-8', u'INT_OR_-1206149412'), (u'CALL_-1206153877', u'INDIRECT_-1206142857'), (u'INDIRECT_-1206142950', u'MULTIEQUAL_-1206142853'), (u'MULTIEQUAL_-1206142563', u'MULTIEQUAL_-1206142765'), (u'INT_ADD_-1206140353', u'PTRADD_-1206151557'), (u'COPY_-1206154243', u'COPY_-1206141537'), (u'CALL_-1206152341', u'INDIRECT_-1206142936'), (u'CALL_-1206151480', u'INDIRECT_-1206141460'), (u'COPY_-1206141516', u'MULTIEQUAL_-1206149720'), (u'INDIRECT_-1206149615', u'INT_ZEXT_-1206151230'), (u'STORE_-1206142666', u'INDIRECT_-1206143949'), (u'INDIRECT_-1206141517', u'MULTIEQUAL_-1206141478'), (u'CALL_-1206155855', u'INDIRECT_-1206143887'), (u'CALL_-1206154078', u'INDIRECT_-1206141809'), (u'CALL_-1206153963', u'INDIRECT_-1206142787'), (u'MULTIEQUAL_-1206142097', u'MULTIEQUAL_-1206142188'), (u'MULTIEQUAL_-1206148239', u'PTRADD_-1206140361'), (u'INDIRECT_-1206143892', u'MULTIEQUAL_-1206143795'), ('tmp_6401', u'CBRANCH_-1206152469'), (u'STORE_-1206153901', u'INDIRECT_-1206142771'), (u'CAST_-1206142253', u'LOAD_-1206156322'), (u'CALL_-1206156853', u'INDIRECT_-1206145103'), (u'CALL_-1206153917', u'INDIRECT_-1206142761'), (u'CAST_-1206140169', u'COPY_-1206140283'), (u'LOAD_-1206155761', u'CAST_-1206141983'), (u'CALL_-1206155215', u'INDIRECT_-1206143309'), (u'INT_NOTEQUAL_-1206151455', u'CBRANCH_-1206151451'), (u'INDIRECT_-1206142945', u'MULTIEQUAL_-1206142827'), (u'CALL_-1206154730', u'INDIRECT_-1206143340'), (u'CALL_-1206153481', u'INDIRECT_-1206141410'), (u'STORE_-1206152976', u'INDIRECT_-1206144810'), (u'INT_NOTEQUAL_-1206152999', u'CBRANCH_-1206152998'), (u'CAST_-1206142576', u'LOAD_-1206153260'), (u'INDIRECT_-1206142482', u'MULTIEQUAL_-1206142310'), (u'INT_MULT_-1206147046', u'INT_ADD_-1206140432'), (u'MULTIEQUAL_-1206143208', u'MULTIEQUAL_-1206143725'), (u'INDIRECT_-1206142845', u'MULTIEQUAL_-1206142723'), (u'CALL_-1206155664', u'INDIRECT_-1206143443'), (u'INDIRECT_-1206143859', u'MULTIEQUAL_-1206143481'), (u'MULTIEQUAL_-1206143246', u'MULTIEQUAL_-1206143208'), (u'MULTIEQUAL_-1206142796', u'MULTIEQUAL_-1206144012'), (u'MULTIEQUAL_-1206143542', u'MULTIEQUAL_-1206143212'), (u'INDIRECT_-1206143191', u'MULTIEQUAL_-1206143152'), (u'MULTIEQUAL_-1206144019', u'MULTIEQUAL_-1206142199'), (u'INDIRECT_-1206141863', u'MULTIEQUAL_-1206143246'), ('const-4', u'PTRADD_-1206140693'), (u'COPY_-1206154249', u'MULTIEQUAL_-1206149602'), (u'INDIRECT_-1206142647', u'MULTIEQUAL_-1206143954'), (u'CAST_-1206141332', u'INT_NOTEQUAL_-1206154033'), (u'CALL_-1206150776', u'INDIRECT_-1206141572'), (u'CALL_-1206150750', u'INDIRECT_-1206140269'), (u'CALL_-1206153992', u'INDIRECT_-1206141972'), (u'LOAD_-1206151816', u'INT_AND_-1206151790'), (u'CALL_-1206154661', u'INDIRECT_-1206143783'), (u'STORE_-1206152976', u'INDIRECT_-1206143634'), (u'MULTIEQUAL_-1206149211', u'INT_NOTEQUAL_-1206154081'), (u'MULTIEQUAL_-1206148476', u'MULTIEQUAL_-1206148473'), (u'INDIRECT_-1206141126', u'MULTIEQUAL_-1206141233'), (u'INDIRECT_-1206144270', u'MULTIEQUAL_-1206144136'), (u'MULTIEQUAL_-1206140319', u'MULTIEQUAL_-1206140277'), (u'CALL_-1206153059', u'INDIRECT_-1206144459'), ('const-4', u'PTRADD_-1206142190'), ('const-0', u'INT_NOTEQUAL_-1206151916'), (u'INDIRECT_-1206144489', u'MULTIEQUAL_-1206144367'), (u'CALL_-1206154078', u'INT_ADD_-1206153691'), (u'CAST_-1206140191', u'COPY_-1206140374'), (u'INT_ADD_-1206152971', u'CAST_-1206142455'), (u'CALL_-1206150776', u'INDIRECT_-1206142040'), (u'CALL_-1206153530', u'INDIRECT_-1206143425'), (u'MULTIEQUAL_-1206142205', u'INT_NOTEQUAL_-1206153322'), (u'STORE_-1206151220', u'INDIRECT_-1206141549'), ('const-3', u'COPY_-1206152999'), (u'COPY_-1206152991', u'MULTIEQUAL_-1206149158'), (u'CALL_-1206156177', u'INDIRECT_-1206142743'), (u'INDIRECT_-1206141588', u'MULTIEQUAL_-1206142895'), (u'CALL_-1206153704', u'INDIRECT_-1206141253'), (u'INDIRECT_-1206140737', u'MULTIEQUAL_-1206141005'), (u'INDIRECT_-1206142038', u'MULTIEQUAL_-1206141996'), (u'INDIRECT_-1206142923', u'MULTIEQUAL_-1206142661'), (u'CALL_-1206153530', u'INDIRECT_-1206142717'), (u'CALL_-1206153994', u'INDIRECT_-1206143626'), (u'CALL_-1206151271', u'INDIRECT_-1206141518'), (u'MULTIEQUAL_-1206141393', u'MULTIEQUAL_-1206141595'), (u'STORE_-1206151220', u'INDIRECT_-1206140847'), (u'INDIRECT_-1206141817', u'MULTIEQUAL_-1206143761'), ('const-1', u'PTRADD_-1206140651'), (u'MULTIEQUAL_-1206143442', u'MULTIEQUAL_-1206143959'), (u'STORE_-1206152940', u'INDIRECT_-1206143493'), ('tmp_3787', u'BRANCH_-1206153861'), (u'CALL_-1206152412', u'INDIRECT_-1206141517'), (u'CALL_-1206155664', u'INDIRECT_-1206142273'), ('const-0', u'INT_EQUAL_-1206154222'), (u'CALL_-1206153753', u'INDIRECT_-1206142804'), (u'MULTIEQUAL_-1206148885', u'LOAD_-1206153050'), (u'PTRADD_-1206152995', u'COPY_-1206141031'), (u'CALL_-1206152786', u'INDIRECT_-1206143215'), (u'CAST_-1206141983', u'COPY_-1206142091'), ('const-4294967294', u'INT_MULT_-1206148374'), (u'INDIRECT_-1206142531', u'MULTIEQUAL_-1206142515'), ('const-0', u'INT_EQUAL_-1206156222'), (u'BOOL_AND_-1206153082', u'INT_EQUAL_-1206153083'), ('const-417', u'STORE_-1206151220'), ('const-7', u'INT_RIGHT_-1206153222'), (u'STORE_-1206154656', u'INDIRECT_-1206142215'), (u'BOOL_NEGATE_-1206147807', u'BOOL_AND_-1206153082'), ('const-417', u'LOAD_-1206152987'), ('const-417', u'STORE_-1206152961'), (u'STORE_-1206142666', u'INDIRECT_-1206143715'), (u'INDIRECT_-1206143741', u'MULTIEQUAL_-1206142196'), ('const-417', u'LOAD_-1206155761'), (u'CALL_-1206153041', u'INDIRECT_-1206142192'), (u'MULTIEQUAL_-1206144952', u'MULTIEQUAL_-1206144622'), (u'MULTIEQUAL_-1206142329', u'MULTIEQUAL_-1206142531'), (u'MULTIEQUAL_-1206145801', u'COPY_-1206140290'), ('const-4294967294', u'INT_MULT_-1206147046'), (u'MULTIEQUAL_-1206142310', u'MULTIEQUAL_-1206142219'), (u'CALL_-1206154830', u'INDIRECT_-1206142672'), (u'CALL_-1206154589', u'INDIRECT_-1206142931'), (u'CALL_-1206152281', u'INDIRECT_-1206142863'), (u'COPY_-1206156366', u'MULTIEQUAL_-1206144484'), (u'LOAD_-1206151237', u'INT_LESS_-1206151220'), (u'LOAD_-1206151237', u'INT_EQUAL_-1206151220'), (u'CALL_-1206150750', u'INDIRECT_-1206141913'), (u'CALL_-1206153917', u'INDIRECT_-1206143703'), (u'INDIRECT_-1206143206', u'MULTIEQUAL_-1206143074'), (u'CALL_-1206153822', u'STORE_-1206153782'), (u'INT_EQUAL_-1206153965', u'CBRANCH_-1206153963'), ('tmp_10204', u'BRANCH_-1206152919'), (u'LOAD_-1206156322', u'INT_ADD_-1206156293'), ('const-718985', u'COPY_-1206154156'), (u'MULTIEQUAL_-1206145228', u'INT_ADD_-1206151326'), (u'INDIRECT_-1206142980', u'MULTIEQUAL_-1206142735'), (u'INDIRECT_-1206141478', u'MULTIEQUAL_-1206141462'), ('const-4294967295', u'INT_ADD_-1206151231'), (u'CALL_-1206153992', u'INDIRECT_-1206142792'), (u'MULTIEQUAL_-1206144033', u'MULTIEQUAL_-1206144550'), (u'MULTIEQUAL_-1206143529', u'MULTIEQUAL_-1206142196'), (u'MULTIEQUAL_-1206143425', u'MULTIEQUAL_-1206143095'), (u'INT_NOTEQUAL_-1206152525', u'CBRANCH_-1206152525'), ('const-417', u'STORE_-1206142666'), (u'INDIRECT_-1206140941', u'MULTIEQUAL_-1206141768'), (u'MULTIEQUAL_-1206148199', u'PTRADD_-1206151175'), (u'CAST_-1206141893', u'INT_NOTEQUAL_-1206154055'), (u'CALL_-1206153017', u'INDIRECT_-1206142417'), (u'CALL_-1206152922', u'INDIRECT_-1206142612'), (u'CALL_-1206153963', u'INDIRECT_-1206141968'), (u'CALL_-1206150750', u'INDIRECT_-1206141562'), (u'INDIRECT_-1206143630', u'MULTIEQUAL_-1206143425'), (u'CALL_-1206153017', u'INDIRECT_-1206141831'), (u'INDIRECT_-1206143508', u'MULTIEQUAL_-1206143412'), (u'PTRADD_-1206151562', u'COPY_-1206140280'), (u'CALL_-1206154589', u'INDIRECT_-1206141761'), (u'INDIRECT_-1206143405', u'MULTIEQUAL_-1206143365'), (u'MULTIEQUAL_-1206142192', u'MULTIEQUAL_-1206143083'), (u'CALL_-1206156809', u'INDIRECT_-1206150019'), (u'CALL_-1206152370', u'INDIRECT_-1206142907'), ('const-0', u'CALL_-1206155215'), (u'INDIRECT_-1206144098', u'MULTIEQUAL_-1206142199'), (u'CALL_-1206154078', u'INDIRECT_-1206142160'), (u'CALL_-1206152799', u'INDIRECT_-1206144283'), (u'MULTIEQUAL_-1206142186', u'MULTIEQUAL_-1206142381'), ('const-4294967294', u'INT_MULT_-1206147817'), (u'CALL_-1206152412', u'INDIRECT_-1206141634'), (u'INDIRECT_-1206143621', u'MULTIEQUAL_-1206141356'), (u'INDIRECT_-1206142641', u'MULTIEQUAL_-1206142445'), (u'INT_ADD_-1206152935', u'CAST_-1206142430'), (u'CALL_-1206153678', u'INDIRECT_-1206142296'), (u'INDIRECT_-1206148388', u'INT_ZEXT_-1206154211'), (u'MULTIEQUAL_-1206140277', u'CBRANCH_-1206151048'), ('const-1', u'PTRADD_-1206142817'), (u'CALL_-1206153481', u'INDIRECT_-1206142580'), (u'MULTIEQUAL_-1206142468', u'MULTIEQUAL_-1206142267'), (u'CALL_-1206152876', u'INDIRECT_-1206142519'), (u'CALLIND_-1206156299', u'INDIRECT_-1206142802'), (u'CALL_-1206153686', u'INDIRECT_-1206143019'), (u'MULTIEQUAL_-1206143012', u'MULTIEQUAL_-1206143311'), (u'STORE_-1206153782', u'INDIRECT_-1206143153'), (u'MULTIEQUAL_-1206148332', u'INT_ADD_-1206151613'), (u'INT_EQUAL_-1206153217', u'CBRANCH_-1206153213'), (u'MULTIEQUAL_-1206141510', u'MULTIEQUAL_-1206141467'), (u'INDIRECT_-1206143751', u'MULTIEQUAL_-1206143475'), (u'CALL_-1206155792', u'INT_EQUAL_-1206155766'), (u'INDIRECT_-1206142395', u'MULTIEQUAL_-1206142336'), (u'BOOL_NEGATE_-1206147772', u'BOOL_AND_-1206152998'), (u'INDIRECT_-1206143059', u'MULTIEQUAL_-1206143037'), (u'COPY_-1206140293', u'MULTIEQUAL_-1206148122'), (u'MULTIEQUAL_-1206144505', u'CALL_-1206156387'), ('const-0', u'COPY_-1206151902'), (u'INT_ADD_-1206154212', u'MULTIEQUAL_-1206149602'), (u'CALL_-1206153704', u'INDIRECT_-1206142663'), ('const-1', u'INT_NOTEQUAL_-1206150827'), (u'INDIRECT_-1206142023', u'MULTIEQUAL_-1206144191'), (u'CALL_-1206150990', u'INDIRECT_-1206140486'), (u'INDIRECT_-1206144268', u'MULTIEQUAL_-1206144146'), (u'CALL_-1206152341', u'INDIRECT_-1206141760'), ('tmp_8626', u'CBRANCH_-1206151001'), (u'CALL_-1206154730', u'INDIRECT_-1206141930'), ('const-0', u'INT_NOTEQUAL_-1206151091'), (u'MULTIEQUAL_-1206142895', u'MULTIEQUAL_-1206143194'), (u'INDIRECT_-1206143747', u'MULTIEQUAL_-1206143257'), (u'COPY_-1206152999', u'MULTIEQUAL_-1206149581'), (u'CALL_-1206152324', u'INDIRECT_-1206141822'), (u'MULTIEQUAL_-1206144188', u'MULTIEQUAL_-1206144150'), ('const-0', u'COPY_-1206153115'), (u'CALL_-1206154078', u'INDIRECT_-1206143336'), (u'MULTIEQUAL_-1206142219', u'MULTIEQUAL_-1206142211'), (u'INDIRECT_-1206142138', u'MULTIEQUAL_-1206142698'), (u'MULTIEQUAL_-1206145458', u'COPY_-1206139871'), (u'INDIRECT_-1206143091', u'MULTIEQUAL_-1206143800'), (u'CALL_-1206156177', u'INDIRECT_-1206143796'), (u'CALL_-1206156809', u'INDIRECT_-1206144259'), (u'MULTIEQUAL_-1206149522', u'INT_NOTEQUAL_-1206154695'), (u'MULTIEQUAL_-1206147706', u'MULTIEQUAL_-1206147703'), (u'INT_OR_-1206141851', u'MULTIEQUAL_-1206141708'), (u'STORE_-1206152961', u'INDIRECT_-1206143390'), (u'INDIRECT_-1206142455', u'MULTIEQUAL_-1206142193'), (u'INDIRECT_-1206143340', u'MULTIEQUAL_-1206143239'), ('const-79', u'INT_EQUAL_-1206153949'), ('const-1', u'INT_ADD_-1206140431'), (u'CALL_-1206152786', u'INDIRECT_-1206143098'), (u'MULTIEQUAL_-1206142164', u'MULTIEQUAL_-1206142306'), (u'INDIRECT_-1206143382', u'MULTIEQUAL_-1206143350'), (u'INDIRECT_-1206142805', u'MULTIEQUAL_-1206142188'), (u'INDIRECT_-1206144216', u'MULTIEQUAL_-1206143954'), (u'STORE_-1206153782', u'INDIRECT_-1206143621'), (u'INDIRECT_-1206143283', u'MULTIEQUAL_-1206143007'), (u'CALL_-1206153704', u'INDIRECT_-1206143248'), (u'INT_EQUAL_-1206153186', u'CBRANCH_-1206153184'), (u'MULTIEQUAL_-1206142661', u'MULTIEQUAL_-1206142623'), ('const-1', u'INT_ADD_-1206140432'), (u'INDIRECT_-1206143062', u'MULTIEQUAL_-1206142966'), (u'MULTIEQUAL_-1206141277', u'MULTIEQUAL_-1206141269'), (u'MULTIEQUAL_-1206141473', u'MULTIEQUAL_-1206141246'), (u'INT_EQUAL_-1206151566', u'MULTIEQUAL_-1206147786'), (u'INDIRECT_-1206142512', u'MULTIEQUAL_-1206142453'), (u'INDIRECT_-1206141003', u'MULTIEQUAL_-1206142310'), (u'MULTIEQUAL_-1206144354', u'MULTIEQUAL_-1206142203'), ('const-47', u'STORE_-1206154656'), (u'CALL_-1206154940', u'INDIRECT_-1206142844'), (u'INDIRECT_-1206143738', u'MULTIEQUAL_-1206143600'), (u'INDIRECT_-1206144504', u'MULTIEQUAL_-1206144370'), (u'INDIRECT_-1206144863', u'MULTIEQUAL_-1206144534'), ('const-123', u'INT_EQUAL_-1206154006'), (u'INDIRECT_-1206140997', u'MULTIEQUAL_-1206140801'), (u'CALL_-1206153530', u'INT_ADD_-1206153498'), (u'INT_ADD_-1206153244', u'CAST_-1206142576'), (u'CALL_-1206153678', u'INDIRECT_-1206142179'), (u'CALL_-1206150167', u'INDIRECT_-1206140806'), (u'MULTIEQUAL_-1206142736', u'INT_NOTEQUAL_-1206156718'), (u'CAST_-1206139894', u'LOAD_-1206151028'), (u'INDIRECT_-1206143902', u'MULTIEQUAL_-1206142201'), (u'INDIRECT_-1206142032', u'MULTIEQUAL_-1206142741'), (u'INDIRECT_-1206143140', u'MULTIEQUAL_-1206143055'), (u'INT_ADD_-1206153500', u'INT_ADD_-1206153498'), ('tmp_3643', u'CBRANCH_-1206153947'), (u'INDIRECT_-1206143931', u'MULTIEQUAL_-1206144433'), (u'INDIRECT_-1206143453', u'MULTIEQUAL_-1206143388'), (u'LOAD_-1206154002', u'MULTIEQUAL_-1206147867'), (u'INT_EQUAL_-1206156222', u'CBRANCH_-1206156219'), (u'CALL_-1206152833', u'INDIRECT_-1206143091'), ('const-417', u'LOAD_-1206151816'), (u'INDIRECT_-1206143625', u'MULTIEQUAL_-1206143590'), (u'MULTIEQUAL_-1206147960', u'MULTIEQUAL_-1206147957'), (u'INDIRECT_-1206144967', u'MULTIEQUAL_-1206144835'), (u'COPY_-1206141230', u'MULTIEQUAL_-1206146745'), (u'CALLIND_-1206156299', u'INDIRECT_-1206143621'), (u'INDIRECT_-1206142679', u'MULTIEQUAL_-1206142667'), ('const-417', u'LOAD_-1206151619'), (u'CALL_-1206152833', u'INDIRECT_-1206142623'), (u'STORE_-1206142666', u'INDIRECT_-1206143598'), (u'COPY_-1206140374', u'MULTIEQUAL_-1206148199'), ('tmp_4085', u'CBRANCH_-1206154202'), (u'MULTIEQUAL_-1206149252', u'COPY_-1206141349'), ('const-0', u'INT_EQUAL_-1206151348'), (u'INDIRECT_-1206143425', u'MULTIEQUAL_-1206143386'), (u'CALL_-1206156964', u'INDIRECT_-1206144689'), (u'INDIRECT_-1206141044', u'MULTIEQUAL_-1206142427'), (u'INDIRECT_-1206142395', u'MULTIEQUAL_-1206142150'), (u'MULTIEQUAL_-1206142736', u'INT_ADD_-1206153244'), (u'CALLIND_-1206156299', u'INDIRECT_-1206144329'), (u'PTRADD_-1206142082', u'LOAD_-1206155566'), (u'INDIRECT_-1206142015', u'MULTIEQUAL_-1206141976'), (u'INDIRECT_-1206141188', u'MULTIEQUAL_-1206143483'), (u'INDIRECT_-1206144212', u'MULTIEQUAL_-1206144199'), (u'STORE_-1206154035', u'INDIRECT_-1206142468'), (u'CALL_-1206156964', u'INDIRECT_-1206144806'), (u'INDIRECT_-1206141634', u'MULTIEQUAL_-1206141595'), (u'INDIRECT_-1206142098', u'MULTIEQUAL_-1206143481'), (u'PTRADD_-1206153969', u'LOAD_-1206154031'), (u'INDIRECT_-1206142628', u'MULTIEQUAL_-1206142563'), (u'INDIRECT_-1206141343', u'MULTIEQUAL_-1206143287'), (u'CALL_-1206156387', u'INDIRECT_-1206143547'), (u'CALL_-1206153994', u'INDIRECT_-1206142450'), (u'CALL_-1206153190', u'INDIRECT_-1206144273'), (u'INT_ADD_-1206152985', u'CAST_-1206140684'), (u'CAST_-1206141307', u'CALL_-1206153938'), (u'INDIRECT_-1206143156', u'MULTIEQUAL_-1206142778'), (u'INT_NOTEQUAL_-1206153903', u'CBRANCH_-1206153903'), (u'CALL_-1206156061', u'INDIRECT_-1206144215'), (u'CALL_-1206156853', u'INDIRECT_-1206144396'), (u'CALL_-1206153063', u'INDIRECT_-1206144426'), (u'INT_NOTEQUAL_-1206156876', u'CBRANCH_-1206156876'), (u'INDIRECT_-1206141436', u'MULTIEQUAL_-1206141996'), (u'INDIRECT_-1206142277', u'MULTIEQUAL_-1206142212'), (u'CALL_-1206152277', u'INDIRECT_-1206142318'), (u'CALL_-1206151512', u'INDIRECT_-1206141121'), (u'CALL_-1206152799', u'INDIRECT_-1206143458'), (u'LOAD_-1206155058', u'INT_EQUAL_-1206155043'), ('tmp_5996', u'BRANCH_-1206152971'), ('const-0', u'INT_EQUAL_-1206154138'), (u'CALL_-1206152168', u'INDIRECT_-1206142232'), (u'INT_ADD_-1206151613', u'MULTIEQUAL_-1206148332'), (u'CALL_-1206155792', u'INDIRECT_-1206143157'), (u'LOAD_-1206152987', u'INT_ADD_-1206152941'), (u'INDIRECT_-1206143395', u'MULTIEQUAL_-1206143356'), ('const-3', u'PTRADD_-1206140343'), (u'STORE_-1206152976', u'INDIRECT_-1206144103'), (u'INDIRECT_-1206144008', u'MULTIEQUAL_-1206144550'), (u'MULTIEQUAL_-1206142857', u'MULTIEQUAL_-1206143374'), (u'CALL_-1206152168', u'INDIRECT_-1206147752'), (u'MULTIEQUAL_-1206143443', u'MULTIEQUAL_-1206143427'), (u'CALL_-1206152277', u'INDIRECT_-1206143025'), (u'INDIRECT_-1206140837', u'MULTIEQUAL_-1206143132'), ('tmp_8562', u'CBRANCH_-1206151050'), (u'CALL_-1206156177', u'INDIRECT_-1206144153'), (u'CALL_-1206153938', u'INDIRECT_-1206143482'), (u'CALL_-1206150776', u'INDIRECT_-1206140747'), (u'CALL_-1206152341', u'INDIRECT_-1206141643'), (u'INDIRECT_-1206142147', u'MULTIEQUAL_-1206142415'), (u'CALL_-1206152324', u'INDIRECT_-1206142530'), (u'STORE_-1206154035', u'INDIRECT_-1206141298'), (u'COPY_-1206140845', u'MULTIEQUAL_-1206149720'), (u'CALL_-1206151512', u'INDIRECT_-1206140536'), (u'COPY_-1206139871', u'MULTIEQUAL_-1206147719'), (u'INT_NOTEQUAL_-1206156121', u'CBRANCH_-1206156121'), (u'STORE_-1206142666', u'INDIRECT_-1206142896'), (u'CALL_-1206151512', u'INDIRECT_-1206141004'), (u'CALL_-1206153686', u'INDIRECT_-1206141609'), (u'CALL_-1206151003', u'INDIRECT_-1206141431'), ('const-0', u'INT_EQUAL_-1206151241'), ('const-0', u'INT_NOTEQUAL_-1206153788'), (u'CALL_-1206153704', u'INDIRECT_-1206141370'), (u'CALL_-1206152168', u'INDIRECT_-1206141992'), (u'CALL_-1206153678', u'INDIRECT_-1206141945'), (u'INDIRECT_-1206142888', u'MULTIEQUAL_-1206142872'), (u'MULTIEQUAL_-1206142188', u'MULTIEQUAL_-1206142097'), (u'CALL_-1206150193', u'INDIRECT_-1206141519'), (u'MULTIEQUAL_-1206143438', u'MULTIEQUAL_-1206143404'), (u'CALL_-1206154078', u'INDIRECT_-1206142394'), ('tmp_1644', u'CBRANCH_-1206155628'), ('const-47', u'CALL_-1206153822'), (u'INDIRECT_-1206143621', u'MULTIEQUAL_-1206143608'), (u'INDIRECT_-1206141995', u'MULTIEQUAL_-1206141955'), (u'MULTIEQUAL_-1206142710', u'MULTIEQUAL_-1206142189'), (u'CALL_-1206150167', u'INDIRECT_-1206140455'), (u'INDIRECT_-1206140152', u'MULTIEQUAL_-1206140420'), (u'MULTIEQUAL_-1206141862', u'MULTIEQUAL_-1206141854'), (u'MULTIEQUAL_-1206148473', u'BOOL_NEGATE_-1206147771'), (u'CALL_-1206153992', u'INDIRECT_-1206142557'), (u'INDIRECT_-1206143387', u'MULTIEQUAL_-1206143375'), (u'CALL_-1206153017', u'INDIRECT_-1206141129'), (u'MULTIEQUAL_-1206148122', u'LOAD_-1206151617'), (u'MULTIEQUAL_-1206142853', u'MULTIEQUAL_-1206142819'), (u'CALL_-1206154661', u'INDIRECT_-1206143075'), (u'INDIRECT_-1206148617', u'MULTIEQUAL_-1206148590'), (u'CALL_-1206154830', u'INDIRECT_-1206141970'), (u'INDIRECT_-1206141994', u'MULTIEQUAL_-1206142821'), (u'STORE_-1206151220', u'INDIRECT_-1206142140'), (u'INDIRECT_-1206143513', u'MULTIEQUAL_-1206143023'), (u'CALL_-1206153041', u'INDIRECT_-1206141607'), ('tmp_7588', u'CBRANCH_-1206151780'), (u'INDIRECT_-1206147988', u'MULTIEQUAL_-1206148832'), (u'MULTIEQUAL_-1206148157', u'PTRADD_-1206151180'), (u'INDIRECT_-1206143557', u'MULTIEQUAL_-1206143425'), (u'MULTIEQUAL_-1206148980', u'MULTIEQUAL_-1206148964'), (u'INDIRECT_-1206142656', u'MULTIEQUAL_-1206143035'), (u'CALL_-1206151271', u'STORE_-1206151220'), (u'CALL_-1206153992', u'INDIRECT_-1206141621'), (u'CAST_-1206140205', u'COPY_-1206140317'), (u'MULTIEQUAL_-1206142185', u'MULTIEQUAL_-1206142235'), (u'INDIRECT_-1206143551', u'MULTIEQUAL_-1206143603'), (u'INDIRECT_-1206141336', u'MULTIEQUAL_-1206141277'), (u'CALL_-1206154830', u'MULTIEQUAL_-1206146361'), (u'MULTIEQUAL_-1206143769', u'MULTIEQUAL_-1206142198'), (u'CALL_-1206155601', u'INDIRECT_-1206143184'), ('tmp_2953', u'CBRANCH_-1206154695'), ('tmp_1744', u'CBRANCH_-1206155574'), (u'CALL_-1206153554', u'INDIRECT_-1206142376'), (u'MULTIEQUAL_-1206145273', u'MULTIEQUAL_-1206145470'), (u'INDIRECT_-1206140269', u'MULTIEQUAL_-1206140537'), (u'CALL_-1206153554', u'INDIRECT_-1206143084'), (u'MULTIEQUAL_-1206144127', u'MULTIEQUAL_-1206143776'), (u'INDIRECT_-1206143791', u'MULTIEQUAL_-1206143659'), (u'INDIRECT_-1206144255', u'MULTIEQUAL_-1206144133'), (u'CALL_-1206156387', u'INDIRECT_-1206142728'), (u'INDIRECT_-1206147182', u'MULTIEQUAL_-1206149494'), ('const-0', u'PTRSUB_-1206153009'), (u'INDIRECT_-1206142832', u'MULTIEQUAL_-1206143374'), (u'INDIRECT_-1206142524', u'MULTIEQUAL_-1206142427'), (u'MULTIEQUAL_-1206141745', u'MULTIEQUAL_-1206141836'), (u'CALL_-1206153481', u'INDIRECT_-1206141995'), (u'CALL_-1206152341', u'INDIRECT_-1206140941'), (u'STORE_-1206152940', u'INDIRECT_-1206144669'), (u'CALL_-1206154119', u'INDIRECT_-1206142182'), (u'CAST_-1206142423', u'STORE_-1206152940'), ('const-417', u'LOAD_-1206151172'), (u'CALL_-1206154830', u'INDIRECT_-1206143497'), (u'MULTIEQUAL_-1206146731', u'CALL_-1206153481'), ('const-0', u'COPY_-1206151580'), (u'CALL_-1206153753', u'INDIRECT_-1206143161'), (u'INDIRECT_-1206142914', u'MULTIEQUAL_-1206142882'), (u'CALL_-1206155855', u'INDIRECT_-1206143530'), (u'CALL_-1206151480', u'INDIRECT_-1206141817'), (u'INDIRECT_-1206143196', u'MULTIEQUAL_-1206143074'), (u'CALL_-1206153938', u'INDIRECT_-1206141721'), (u'CALL_-1206153059', u'INDIRECT_-1206144220'), (u'CALL_-1206156387', u'INDIRECT_-1206143898'), (u'MULTIEQUAL_-1206144718', u'MULTIEQUAL_-1206144388'), (u'CALL_-1206152442', u'INDIRECT_-1206141764'), (u'STORE_-1206153010', u'INDIRECT_-1206144599'), (u'CALL_-1206150990', u'INDIRECT_-1206140720'), (u'CALL_-1206153063', u'INDIRECT_-1206143952'), (u'CALL_-1206153041', u'INDIRECT_-1206142309'), (u'CALL_-1206153059', u'INDIRECT_-1206143049'), ('const-1', u'COPY_-1206151137'), (u'CALL_-1206154730', u'INDIRECT_-1206143691'), (u'MULTIEQUAL_-1206149522', u'CALL_-1206154661'), (u'CALL_-1206154119', u'INDIRECT_-1206142533'), ('const-2', u'PTRADD_-1206153933'), (u'CALLIND_-1206156299', u'INDIRECT_-1206143738'), (u'CALL_-1206155437', u'INDIRECT_-1206144273'), (u'BOOL_NEGATE_-1206146947', u'BOOL_AND_-1206151565'), (u'INDIRECT_-1206144332', u'MULTIEQUAL_-1206144127'), (u'INDIRECT_-1206143166', u'MULTIEQUAL_-1206142890'), (u'CALL_-1206154119', u'INDIRECT_-1206141480'), (u'INDIRECT_-1206144274', u'MULTIEQUAL_-1206144154'), (u'COPY_-1206142669', u'MULTIEQUAL_-1206142736'), (u'MULTIEQUAL_-1206142736', u'INT_ADD_-1206153224'), (u'INDIRECT_-1206141409', u'MULTIEQUAL_-1206142236'), (u'INT_EQUAL_-1206154014', u'CBRANCH_-1206154012'), (u'INT_AND_-1206153203', u'INT_EQUAL_-1206153217'), (u'CALL_-1206151003', u'CALL_-1206150990'), (u'INDIRECT_-1206143678', u'MULTIEQUAL_-1206143556'), (u'PTRADD_-1206154587', u'MULTIEQUAL_-1206149812'), (u'INDIRECT_-1206143390', u'MULTIEQUAL_-1206142193'), (u'MULTIEQUAL_-1206140310', u'MULTIEQUAL_-1206142664'), (u'INDIRECT_-1206143191', u'MULTIEQUAL_-1206143141'), (u'MULTIEQUAL_-1206141900', u'MULTIEQUAL_-1206140838'), (u'MULTIEQUAL_-1206143178', u'MULTIEQUAL_-1206142193'), (u'CALL_-1206155855', u'INDIRECT_-1206143062'), (u'MULTIEQUAL_-1206148905', u'LOAD_-1206153134'), (u'INDIRECT_-1206142360', u'MULTIEQUAL_-1206142264'), (u'INDIRECT_-1206142881', u'MULTIEQUAL_-1206144188'), (u'CALL_-1206150167', u'INDIRECT_-1206141982'), (u'INDIRECT_-1206140875', u'MULTIEQUAL_-1206142819'), (u'STORE_-1206152955', u'INDIRECT_-1206144211'), ('const-417', u'LOAD_-1206153229'), (u'CALL_-1206151480', u'INDIRECT_-1206140758'), (u'CALL_-1206153554', u'INDIRECT_-1206142845'), (u'INDIRECT_-1206141747', u'MULTIEQUAL_-1206141712'), (u'INT_NOTEQUAL_-1206151373', u'CBRANCH_-1206151372'), (u'CALL_-1206155288', u'INDIRECT_-1206143106'), (u'INDIRECT_-1206141766', u'MULTIEQUAL_-1206141744'), (u'CALL_-1206152799', u'INDIRECT_-1206144751'), (u'CALL_-1206154830', u'INDIRECT_-1206143023'), (u'CALL_-1206156809', u'INDIRECT_-1206144499'), (u'INDIRECT_-1206149407', u'MULTIEQUAL_-1206149328'), (u'CAST_-1206141103', u'MULTIEQUAL_-1206149138'), (u'CALL_-1206156061', u'INDIRECT_-1206144098'), (u'CALL_-1206155792', u'INDIRECT_-1206144099'), (u'INDIRECT_-1206147816', u'MULTIEQUAL_-1206149140'), (u'INDIRECT_-1206141532', u'MULTIEQUAL_-1206141510'), (u'INDIRECT_-1206149208', u'MULTIEQUAL_-1206148980'), (u'CALL_-1206153063', u'INDIRECT_-1206143250'), (u'MULTIEQUAL_-1206140303', u'MULTIEQUAL_-1206140076'), (u'INDIRECT_-1206143023', u'MULTIEQUAL_-1206142938'), (u'INDIRECT_-1206142623', u'MULTIEQUAL_-1206142365'), (u'COPY_-1206140461', u'MULTIEQUAL_-1206148293'), (u'STORE_-1206151230', u'INDIRECT_-1206141089'), (u'STORE_-1206151230', u'INDIRECT_-1206141206'), (u'INDIRECT_-1206143430', u'MULTIEQUAL_-1206143308'), (u'INT_ADD_-1206141597', u'PTRADD_-1206154077'), (u'CALL_-1206154830', u'INDIRECT_-1206143614'), (u'CALL_-1206155437', u'INDIRECT_-1206144039'), (u'MULTIEQUAL_-1206143345', u'MULTIEQUAL_-1206143340'), (u'COPY_-1206139995', u'MULTIEQUAL_-1206145273'), (u'INT_SUB_-1206153661', u'CALL_-1206153554'), (u'INT_ADD_-1206151012', u'CAST_-1206139894'), (u'CALL_-1206155601', u'INT_AND_-1206148932'), (u'CAST_-1206141889', u'CALL_-1206151480'), (u'STORE_-1206152976', u'INDIRECT_-1206142815'), (u'INDIRECT_-1206142835', u'MULTIEQUAL_-1206142796'), (u'CALL_-1206150990', u'INDIRECT_-1206141071'), (u'CALL_-1206152324', u'INDIRECT_-1206141939'), (u'CALL_-1206153059', u'INDIRECT_-1206143985'), (u'INDIRECT_-1206144034', u'MULTIEQUAL_-1206143912'), (u'INDIRECT_-1206143067', u'MULTIEQUAL_-1206142895'), (u'CALL_-1206152281', u'INDIRECT_-1206141921'), (u'CALL_-1206154589', u'INDIRECT_-1206142814'), (u'CALL_-1206153963', u'INDIRECT_-1206142670'), (u'CALL_-1206154830', u'INDIRECT_-1206142087'), (u'STORE_-1206154035', u'INDIRECT_-1206141649'), (u'MULTIEQUAL_-1206142169', u'MULTIEQUAL_-1206142164'), (u'CALL_-1206152876', u'INDIRECT_-1206148161'), (u'LOAD_-1206155806', u'CAST_-1206142003'), (u'MULTIEQUAL_-1206148960', u'MULTIEQUAL_-1206148957'), (u'INDIRECT_-1206144563', u'MULTIEQUAL_-1206142298'), (u'MULTIEQUAL_-1206149233', u'MULTIEQUAL_-1206149230'), (u'MULTIEQUAL_-1206149230', u'INT_EQUAL_-1206154165'), (u'CALL_-1206153554', u'INDIRECT_-1206143435'), (u'INDIRECT_-1206141908', u'MULTIEQUAL_-1206141805'), (u'INT_LESS_-1206151602', u'MULTIEQUAL_-1206147957'), (u'CALL_-1206153938', u'INDIRECT_-1206142540'), ('const-4', u'PTRADD_-1206140651'), ('tmp_903', u'CBRANCH_-1206156121'), (u'INDIRECT_-1206143215', u'MULTIEQUAL_-1206143095'), ('const-1', u'PTRADD_-1206152995'), (u'CAST_-1206140684', u'MULTIEQUAL_-1206149138'), (u'MULTIEQUAL_-1206143246', u'MULTIEQUAL_-1206143545'), (u'INDIRECT_-1206143098', u'MULTIEQUAL_-1206142978'), (u'INDIRECT_-1206143153', u'MULTIEQUAL_-1206143141'), (u'STORE_-1206153010', u'INDIRECT_-1206144365'), (u'INT_ADD_-1206152941', u'CAST_-1206142434'), (u'CALL_-1206154661', u'INDIRECT_-1206142373'), (u'INDIRECT_-1206144036', u'MULTIEQUAL_-1206143565'), ('const-2', u'STORE_-1206153010'), (u'CALL_-1206152922', u'INDIRECT_-1206142373'), (u'MULTIEQUAL_-1206144199', u'COPY_-1206144298'), (u'INDIRECT_-1206143396', u'MULTIEQUAL_-1206142906'), (u'MULTIEQUAL_-1206149120', u'INT_ADD_-1206153130'), (u'INT_LESS_-1206154201', u'MULTIEQUAL_-1206149230'), (u'CALL_-1206153686', u'INDIRECT_-1206143370'), (u'CALL_-1206155215', u'INDIRECT_-1206142373'), (u'INDIRECT_-1206149677', u'MULTIEQUAL_-1206149574'), (u'CALL_-1206156853', u'INDIRECT_-1206143693'), (u'MULTIEQUAL_-1206140926', u'MULTIEQUAL_-1206141017'), (u'INT_EQUAL_-1206153083', u'MULTIEQUAL_-1206148476'), (u'INT_ADD_-1206152962', u'CAST_-1206142448'), (u'CALL_-1206154830', u'INT_EQUAL_-1206154797'), (u'INDIRECT_-1206142746', u'MULTIEQUAL_-1206142681'), (u'CALL_-1206152281', u'INDIRECT_-1206142038'), (u'CALL_-1206155288', u'INDIRECT_-1206143580'), (u'INDIRECT_-1206149615', u'INT_ZEXT_-1206151612'), (u'INDIRECT_-1206141157', u'MULTIEQUAL_-1206143893'), (u'MULTIEQUAL_-1206146731', u'PTRADD_-1206154140'), ('const-0', u'INT_NOTEQUAL_-1206156876'), (u'CALL_-1206153041', u'INDIRECT_-1206141256'), (u'MULTIEQUAL_-1206142476', u'MULTIEQUAL_-1206142187'), (u'INDIRECT_-1206141114', u'MULTIEQUAL_-1206140918'), (u'CAST_-1206141893', u'COPY_-1206141516'), (u'INDIRECT_-1206142764', u'MULTIEQUAL_-1206144071'), (u'INT_2COMP_-1206147023', u'CAST_-1206140214'), (u'CALL_-1206152277', u'INDIRECT_-1206142440'), (u'INDIRECT_-1206144019', u'MULTIEQUAL_-1206144071'), ('const-96', u'INT_ADD_-1206151783'), (u'CALL_-1206150167', u'INDIRECT_-1206140572'), (u'INDIRECT_-1206142365', u'MULTIEQUAL_-1206142193'), (u'INT_ZEXT_-1206154127', u'INT_MULT_-1206148339'), (u'MULTIEQUAL_-1206145458', u'COPY_-1206140043'), (u'INDIRECT_-1206141789', u'MULTIEQUAL_-1206143957'), (u'INDIRECT_-1206142141', u'MULTIEQUAL_-1206142193'), (u'MULTIEQUAL_-1206141916', u'MULTIEQUAL_-1206141900'), (u'INDIRECT_-1206142896', u'MULTIEQUAL_-1206142723'), (u'INDIRECT_-1206142226', u'MULTIEQUAL_-1206141954'), (u'INDIRECT_-1206141898', u'MULTIEQUAL_-1206141859'), (u'STORE_-1206151230', u'INDIRECT_-1206141914'), (u'CALL_-1206154730', u'INDIRECT_-1206143574'), (u'PTRADD_-1206151175', u'COPY_-1206140367'), (u'CALL_-1206150193', u'INDIRECT_-1206140582'), (u'CALLIND_-1206156299', u'INDIRECT_-1206143504'), (u'LOAD_-1206152392', u'CALL_-1206152370'), (u'INDIRECT_-1206144009', u'MULTIEQUAL_-1206143912'), (u'CALL_-1206155288', u'INDIRECT_-1206143223'), (u'CALL_-1206155855', u'INDIRECT_-1206142360'), (u'INDIRECT_-1206142825', u'MULTIEQUAL_-1206142803'), (u'COPY_-1206140317', u'MULTIEQUAL_-1206145820'), (u'CALL_-1206153877', u'INDIRECT_-1206143565'), (u'CALL_-1206155202', u'INDIRECT_-1206142715'), (u'CALL_-1206154589', u'INDIRECT_-1206143048'), (u'CALL_-1206153992', u'INDIRECT_-1206148434'), (u'INDIRECT_-1206142975', u'MULTIEQUAL_-1206142853'), (u'INDIRECT_-1206141570', u'MULTIEQUAL_-1206141511'), (u'MULTIEQUAL_-1206148297', u'MULTIEQUAL_-1206148432'), (u'INDIRECT_-1206142383', u'MULTIEQUAL_-1206142125'), (u'CALL_-1206152412', u'INDIRECT_-1206140815'), (u'INDIRECT_-1206144391', u'MULTIEQUAL_-1206144271'), (u'INDIRECT_-1206142477', u'MULTIEQUAL_-1206142381'), (u'INDIRECT_-1206141649', u'MULTIEQUAL_-1206141627'), (u'CALL_-1206153917', u'INDIRECT_-1206141591'), (u'MULTIEQUAL_-1206148748', u'BOOL_NEGATE_-1206147807'), (u'MULTIEQUAL_-1206142298', u'MULTIEQUAL_-1206142071'), (u'CALLIND_-1206156299', u'INDIRECT_-1206143036'), (u'CALL_-1206155601', u'INDIRECT_-1206142599'), (u'INT_EQUAL_-1206152471', u'CBRANCH_-1206152469'), (u'CALL_-1206152324', u'INDIRECT_-1206141120'), (u'INDIRECT_-1206143868', u'MULTIEQUAL_-1206143592'), (u'INT_EQUAL_-1206154117', u'MULTIEQUAL_-1206148960'), (u'CALL_-1206151480', u'INDIRECT_-1206140290'), (u'INDIRECT_-1206142440', u'MULTIEQUAL_-1206142365'), (u'MULTIEQUAL_-1206149602', u'INT_ADD_-1206154212'), (u'INDIRECT_-1206143208', u'MULTIEQUAL_-1206142950'), ('tmp_4354', u'CBRANCH_-1206154055'), (u'MULTIEQUAL_-1206142095', u'INT_NOTEQUAL_-1206152917'), (u'CALL_-1206153059', u'INDIRECT_-1206144927'), (u'INDIRECT_-1206141829', u'MULTIEQUAL_-1206141813'), ('const-718264', u'COPY_-1206140663'), (u'CAST_-1206140472', u'CALL_-1206152370'), (u'INDIRECT_-1206142802', u'MULTIEQUAL_-1206140537'), ('tmp_6324', u'CBRANCH_-1206152525'), (u'INDIRECT_-1206141732', u'MULTIEQUAL_-1206141657'), (u'MULTIEQUAL_-1206143037', u'MULTIEQUAL_-1206142994'), (u'CALL_-1206152442', u'INDIRECT_-1206140945'), (u'INDIRECT_-1206143765', u'MULTIEQUAL_-1206143647'), (u'CALL_-1206152277', u'INDIRECT_-1206142908'), ('const-4', u'PTRADD_-1206140343'), (u'CALL_-1206153530', u'INDIRECT_-1206142483'), (u'CALL_-1206152786', u'INDIRECT_-1206144035'), (u'INDIRECT_-1206142161', u'MULTIEQUAL_-1206141916'), (u'STORE_-1206154656', u'INDIRECT_-1206143508'), ('tmp_3544', u'CBRANCH_-1206154003'), (u'INDIRECT_-1206142711', u'MULTIEQUAL_-1206142593'), (u'INDIRECT_-1206143331', u'MULTIEQUAL_-1206143246'), (u'COPY_-1206151580', u'MULTIEQUAL_-1206148040'), (u'CALL_-1206150193', u'INDIRECT_-1206140699'), (u'INDIRECT_-1206142936', u'MULTIEQUAL_-1206143763'), (u'CALL_-1206153285', u'INDIRECT_-1206142141'), (u'INDIRECT_-1206144342', u'MULTIEQUAL_-1206144066'), ('const-0', u'INT_EQUAL_-1206155379'), (u'INDIRECT_-1206143278', u'MULTIEQUAL_-1206143239'), (u'INDIRECT_-1206143157', u'MULTIEQUAL_-1206143054'), (u'CALL_-1206153753', u'INDIRECT_-1206148564'), (u'CALL_-1206153992', u'INDIRECT_-1206143031'), (u'CALL_-1206154830', u'INDIRECT_-1206143140'), (u'CALL_-1206155288', u'INDIRECT_-1206142170'), (u'MULTIEQUAL_-1206142310', u'MULTIEQUAL_-1206142609'), (u'CALL_-1206153822', u'INDIRECT_-1206141664'), (u'MULTIEQUAL_-1206140427', u'MULTIEQUAL_-1206142781'), (u'CALL_-1206153678', u'INDIRECT_-1206142653'), (u'BOOL_AND_-1206154164', u'INT_EQUAL_-1206154165'), (u'COPY_-1206142606', u'COPY_-1206142543'), (u'PTRADD_-1206152263', u'MULTIEQUAL_-1206146361'), (u'CALL_-1206153704', u'INDIRECT_-1206142423'), (u'INDIRECT_-1206140720', u'MULTIEQUAL_-1206143015'), (u'CALL_-1206153753', u'INDIRECT_-1206142219'), (u'CALL_-1206153938', u'INT_ADD_-1206153918'), (u'CALL_-1206152786', u'INDIRECT_-1206144742'), (u'CALL_-1206155855', u'INDIRECT_-1206143179'), ('const-1', u'PTRADD_-1206153962'), (u'MULTIEQUAL_-1206142191', u'MULTIEQUAL_-1206142937'), (u'MULTIEQUAL_-1206147957', u'INT_EQUAL_-1206151566'), ('const-88', u'INT_ADD_-1206151216'), ('const-16', u'INT_AND_-1206149417'), (u'INDIRECT_-1206149385', u'MULTIEQUAL_-1206149306'), ('const-1', u'INT_ADD_-1206153500'), (u'CALL_-1206152876', u'INDIRECT_-1206141816'), (u'INT_ADD_-1206142764', u'INT_EQUAL_-1206153107'), ('tmp_9741', u'CBRANCH_-1206153241'), (u'INDIRECT_-1206142665', u'MULTIEQUAL_-1206142555'), (u'INT_NOTEQUAL_-1206152250', u'CBRANCH_-1206152249'), (u'MULTIEQUAL_-1206148293', u'INT_ADD_-1206151471'), (u'CALL_-1206154940', u'INDIRECT_-1206142142'), (u'INDIRECT_-1206143535', u'MULTIEQUAL_-1206143363'), (u'INDIRECT_-1206142366', u'MULTIEQUAL_-1206142327'), (u'MULTIEQUAL_-1206140692', u'MULTIEQUAL_-1206140783'), (u'STORE_-1206153782', u'INDIRECT_-1206141860'), (u'CALL_-1206156177', u'INDIRECT_-1206144621'), (u'INT_SUB_-1206154743', u'INT_ADD_-1206141682'), (u'INDIRECT_-1206143209', u'MULTIEQUAL_-1206143087'), (u'CALL_-1206155215', u'INDIRECT_-1206143075'), (u'MULTIEQUAL_-1206148905', u'PTRADD_-1206153074'), (u'MULTIEQUAL_-1206147407', u'INT_NOTEQUAL_-1206155915'), (u'MULTIEQUAL_-1206143678', u'MULTIEQUAL_-1206143644'), (u'INDIRECT_-1206142247', u'MULTIEQUAL_-1206144542'), (u'CALL_-1206155792', u'INDIRECT_-1206144216'), (u'CALL_-1206153917', u'INDIRECT_-1206142293'), (u'INDIRECT_-1206142285', u'MULTIEQUAL_-1206142089'), (u'INDIRECT_-1206141387', u'MULTIEQUAL_-1206141355'), (u'INDIRECT_-1206143332', u'MULTIEQUAL_-1206143212'), (u'MULTIEQUAL_-1206148727', u'INT_NOTEQUAL_-1206152999'), (u'MULTIEQUAL_-1206142017', u'MULTIEQUAL_-1206140955'), (u'INDIRECT_-1206144025', u'MULTIEQUAL_-1206143893'), (u'CALL_-1206156061', u'INDIRECT_-1206143741'), (u'COPY_-1206140354', u'MULTIEQUAL_-1206148157'), (u'INT_ADD_-1206153215', u'CAST_-1206142561'), (u'INDIRECT_-1206143499', u'MULTIEQUAL_-1206143467'), (u'CALL_-1206154730', u'INDIRECT_-1206148860'), (u'MULTIEQUAL_-1206142506', u'MULTIEQUAL_-1206143023'), (u'PTRADD_-1206142283', u'LOAD_-1206156021'), (u'CALL_-1206154661', u'INDIRECT_-1206141788'), ('tmp_3182', u'BRANCH_-1206154559'), (u'CALL_-1206153822', u'INDIRECT_-1206143659'), (u'STORE_-1206154035', u'INDIRECT_-1206142585'), ('const-1', u'PTRADD_-1206140682'), (u'INT_EQUAL_-1206151650', u'MULTIEQUAL_-1206147706'), (u'INT_ADD_-1206151206', u'CAST_-1206139979'), (u'CALL_-1206154119', u'INDIRECT_-1206142768'), (u'STORE_-1206154656', u'INDIRECT_-1206143034'), (u'INDIRECT_-1206142952', u'MULTIEQUAL_-1206142902'), (u'MULTIEQUAL_-1206141160', u'MULTIEQUAL_-1206141152'), (u'INDIRECT_-1206144657', u'MULTIEQUAL_-1206144484'), (u'CALL_-1206150193', u'INDIRECT_-1206140231'), ('const-459254', u'COPY_-1206153161'), (u'CALL_-1206152341', u'INDIRECT_-1206142111'), (u'INDIRECT_-1206143742', u'MULTIEQUAL_-1206143707'), (u'INDIRECT_-1206141933', u'MULTIEQUAL_-1206141836'), (u'CALL_-1206153917', u'INDIRECT_-1206141942'), (u'CALL_-1206153481', u'INDIRECT_-1206142229'), (u'LOAD_-1206153240', u'INT_ADD_-1206153215'), (u'LOAD_-1206156835', u'CAST_-1206142665'), (u'CALL_-1206153992', u'INDIRECT_-1206141387'), (u'CALL_-1206153917', u'INDIRECT_-1206142059'), ('const-718992', u'PTRSUB_-1206153009'), (u'CALL_-1206152277', u'INDIRECT_-1206142083'), (u'INDIRECT_-1206142149', u'MULTIEQUAL_-1206141891'), (u'CALL_-1206150750', u'INDIRECT_-1206141322'), (u'MULTIEQUAL_-1206148497', u'MULTIEQUAL_-1206148494'), (u'CALL_-1206156853', u'INDIRECT_-1206143342'), (u'MULTIEQUAL_-1206142368', u'MULTIEQUAL_-1206141306'), (u'COPY_-1206140268', u'CALL_-1206151271'), (u'INDIRECT_-1206143094', u'MULTIEQUAL_-1206142623'), (u'INDIRECT_-1206142770', u'MULTIEQUAL_-1206142877'), (u'CALL_-1206152786', u'INDIRECT_-1206143566'), (u'MULTIEQUAL_-1206140895', u'MULTIEQUAL_-1206143249'), (u'CALL_-1206152876', u'INDIRECT_-1206143226'), (u'MULTIEQUAL_-1206142197', u'MULTIEQUAL_-1206143669'), ('const-4294967294', u'INT_MULT_-1206148373'), (u'INDIRECT_-1206143697', u'MULTIEQUAL_-1206144199'), (u'INDIRECT_-1206141615', u'MULTIEQUAL_-1206142778'), (u'MULTIEQUAL_-1206141012', u'MULTIEQUAL_-1206143366'), (u'INT_SUB_-1206141170', u'PTRADD_-1206153811'), (u'MULTIEQUAL_-1206142520', u'MULTIEQUAL_-1206142515'), (u'INDIRECT_-1206144625', u'MULTIEQUAL_-1206144505'), (u'INDIRECT_-1206142318', u'MULTIEQUAL_-1206143481'), (u'INDIRECT_-1206141864', u'MULTIEQUAL_-1206141829'), (u'STORE_-1206154656', u'INDIRECT_-1206141981'), ('tmp_4242', u'CBRANCH_-1206154118'), (u'STORE_-1206152955', u'INDIRECT_-1206142684'), (u'CALL_-1206154661', u'INDIRECT_-1206143193'), (u'COPY_-1206151137', u'CAST_-1206140205'), (u'INT_NOTEQUAL_-1206151506', u'CBRANCH_-1206151505'), (u'CALL_-1206156809', u'MULTIEQUAL_-1206143542'), (u'MULTIEQUAL_-1206149369', u'PTRADD_-1206154072'), (u'CALL_-1206150750', u'INDIRECT_-1206147082'), (u'CALL_-1206155215', u'INDIRECT_-1206142256'), ('const-208', u'INT_ADD_-1206151206'), (u'INDIRECT_-1206142204', u'MULTIEQUAL_-1206142119'), (u'CALL_-1206153963', u'INDIRECT_-1206142319'), (u'CALL_-1206153285', u'INDIRECT_-1206143077'), (u'INDIRECT_-1206144621', u'MULTIEQUAL_-1206144150'), (u'INDIRECT_-1206141629', u'MULTIEQUAL_-1206143012'), ('const-448', u'INT_ADD_-1206151308'), (u'INDIRECT_-1206141980', u'MULTIEQUAL_-1206143363'), (u'CALL_-1206151480', u'INDIRECT_-1206140407'), (u'INDIRECT_-1206141594', u'MULTIEQUAL_-1206141701'), (u'CALL_-1206150776', u'INDIRECT_-1206147092'), (u'MULTIEQUAL_-1206142485', u'MULTIEQUAL_-1206141423'), (u'INDIRECT_-1206142030', u'MULTIEQUAL_-1206142298'), (u'INDIRECT_-1206144810', u'MULTIEQUAL_-1206144534'), (u'INDIRECT_-1206142942', u'MULTIEQUAL_-1206142920'), (u'INDIRECT_-1206142025', u'MULTIEQUAL_-1206141922'), (u'LOAD_-1206151487', u'MULTIEQUAL_-1206148293'), (u'CALL_-1206153017', u'INDIRECT_-1206143124'), ('const-4', u'PTRADD_-1206140325'), (u'CAST_-1206139906', u'LOAD_-1206151045'), (u'CAST_-1206141366', u'COPY_-1206141520'), (u'INDIRECT_-1206143336', u'MULTIEQUAL_-1206143007'), (u'CALL_-1206155202', u'INDIRECT_-1206144008'), (u'MULTIEQUAL_-1206142089', u'MULTIEQUAL_-1206143305'), (u'INDIRECT_-1206142863', u'MULTIEQUAL_-1206142618'), (u'LOAD_-1206151677', u'CAST_-1206140191'), (u'INDIRECT_-1206143624', u'MULTIEQUAL_-1206142195'), ('const-5', u'CALL_-1206153704'), (u'MULTIEQUAL_-1206143603', u'MULTIEQUAL_-1206143902'), ('const-4', u'PTRADD_-1206140575'), (u'INT_NOTEQUAL_-1206154055', u'CBRANCH_-1206154055'), (u'INDIRECT_-1206142394', u'MULTIEQUAL_-1206142329'), (u'COPY_-1206151902', u'MULTIEQUAL_-1206145570'), (u'CALL_-1206151512', u'INDIRECT_-1206142063'), (u'STORE_-1206152976', u'INDIRECT_-1206142698'), (u'INDIRECT_-1206141278', u'MULTIEQUAL_-1206142661'), (u'MULTIEQUAL_-1206150634', u'CALL_-1206152799'), (u'CALL_-1206156061', u'INDIRECT_-1206142688'), (u'INT_ADD_-1206156306', u'CAST_-1206142253'), (u'PTRADD_-1206140361', u'LOAD_-1206151156'), (u'INDIRECT_-1206143785', u'MULTIEQUAL_-1206142200'), (u'CALL_-1206156964', u'INDIRECT_-1206143396'), (u'CALL_-1206153041', u'INDIRECT_-1206142900'), (u'INDIRECT_-1206142360', u'MULTIEQUAL_-1206142242'), (u'CALL_-1206152277', u'INDIRECT_-1206141030'), (u'MULTIEQUAL_-1206144835', u'CALL_-1206153190'), (u'INDIRECT_-1206144689', u'MULTIEQUAL_-1206144199'), (u'CALL_-1206152412', u'INDIRECT_-1206142102'), (u'INDIRECT_-1206142375', u'MULTIEQUAL_-1206142188'), (u'CALL_-1206151480', u'INDIRECT_-1206141343'), (u'CALL_-1206152370', u'INDIRECT_-1206142322'), (u'CAST_-1206141166', u'INT_SUB_-1206153661'), (u'STORE_-1206151220', u'INDIRECT_-1206141667'), (u'CALL_-1206155215', u'INDIRECT_-1206142490'), (u'INDIRECT_-1206142758', u'MULTIEQUAL_-1206142562'), (u'INDIRECT_-1206143566', u'MULTIEQUAL_-1206143446'), (u'STORE_-1206152955', u'INDIRECT_-1206144328'), (u'INDIRECT_-1206143062', u'MULTIEQUAL_-1206142944'), (u'INDIRECT_-1206141088', u'MULTIEQUAL_-1206141356'), ('const-417', u'LOAD_-1206152951'), ('tmp_7127', u'CBRANCH_-1206152261'), (u'INDIRECT_-1206142992', u'MULTIEQUAL_-1206142796'), (u'MULTIEQUAL_-1206141696', u'MULTIEQUAL_-1206141838'), (u'INDIRECT_-1206144333', u'MULTIEQUAL_-1206144071'), ('const-2', u'INT_ADD_-1206154908'), (u'CALL_-1206152799', u'INDIRECT_-1206144166'), (u'MULTIEQUAL_-1206142336', u'MULTIEQUAL_-1206142328'), (u'STORE_-1206152955', u'INDIRECT_-1206143503'), (u'COPY_-1206151777', u'CAST_-1206140169'), (u'CALL_-1206153877', u'INDIRECT_-1206143214'), ('const-1', u'PTRADD_-1206153969'), (u'INDIRECT_-1206147960', u'MULTIEQUAL_-1206149140'), (u'CALL_-1206152786', u'INDIRECT_-1206149677'), (u'MULTIEQUAL_-1206144433', u'COPY_-1206144532'), ('const-4', u'PTRADD_-1206142315'), (u'CALL_-1206151512', u'INDIRECT_-1206140419'), (u'INDIRECT_-1206142653', u'MULTIEQUAL_-1206142760'), (u'INT_NOTEQUAL_-1206152861', u'CBRANCH_-1206152860'), (u'INDIRECT_-1206144095', u'MULTIEQUAL_-1206143957'), (u'STORE_-1206154035', u'INDIRECT_-1206143410'), (u'INT_ADD_-1206152947', u'CAST_-1206142438'), (u'INDIRECT_-1206141120', u'MULTIEQUAL_-1206142427'), (u'INDIRECT_-1206147082', u'MULTIEQUAL_-1206147367'), (u'CALL_-1206151003', u'INDIRECT_-1206140144'), (u'MULTIEQUAL_-1206143305', u'MULTIEQUAL_-1206142243'), (u'MULTIEQUAL_-1206145458', u'MULTIEQUAL_-1206145228'), (u'CALL_-1206152833', u'INDIRECT_-1206141096'), (u'CALLIND_-1206156299', u'INDIRECT_-1206143153'), (u'CALL_-1206153017', u'INDIRECT_-1206141597'), (u'STORE_-1206154035', u'INDIRECT_-1206142234'), (u'CALL_-1206153992', u'INDIRECT_-1206142914'), (u'INT_AND_-1206148803', u'INT_EQUAL_-1206155327'), (u'INDIRECT_-1206141341', u'MULTIEQUAL_-1206141276'), (u'MULTIEQUAL_-1206142852', u'MULTIEQUAL_-1206142836'), (u'STORE_-1206152940', u'INDIRECT_-1206144552'), (u'CALL_-1206153190', u'INDIRECT_-1206144863'), (u'CALL_-1206154589', u'INDIRECT_-1206142112'), (u'CALL_-1206153017', u'INDIRECT_-1206141363'), (u'CALL_-1206150776', u'INDIRECT_-1206140162'), (u'MULTIEQUAL_-1206142446', u'MULTIEQUAL_-1206142648'), (u'INDIRECT_-1206143560', u'MULTIEQUAL_-1206143438'), ('const-0', u'INT_NOTEQUAL_-1206151803'), (u'STORE_-1206153010', u'INDIRECT_-1206142721'), (u'LOAD_-1206155897', u'CALL_-1206155855'), (u'INDIRECT_-1206143400', u'MULTIEQUAL_-1206143124'), (u'CALL_-1206156177', u'INDIRECT_-1206143094'), ('const-417', u'LOAD_-1206153044'), (u'MULTIEQUAL_-1206142071', u'MULTIEQUAL_-1206144425'), (u'MULTIEQUAL_-1206149345', u'PTRADD_-1206154161'), (u'INDIRECT_-1206142141', u'MULTIEQUAL_-1206142186'), ('const-4', u'INT_ADD_-1206153264'), (u'CALL_-1206153877', u'INDIRECT_-1206143682'), (u'LOAD_-1206152577', u'CAST_-1206140540'), (u'INDIRECT_-1206140290', u'MULTIEQUAL_-1206142234'), (u'CALL_-1206152370', u'INDIRECT_-1206142673'), (u'MULTIEQUAL_-1206145273', u'MULTIEQUAL_-1206145228'), (u'MULTIEQUAL_-1206142329', u'MULTIEQUAL_-1206142286'), (u'INDIRECT_-1206143153', u'INT_NOTEQUAL_-1206151916'), (u'INDIRECT_-1206142572', u'MULTIEQUAL_-1206142476'), (u'CALL_-1206150990', u'INDIRECT_-1206140603'), (u'CALL_-1206151271', u'INDIRECT_-1206142460'), (u'INDIRECT_-1206144332', u'MULTIEQUAL_-1206143954'), (u'CALL_-1206152341', u'INDIRECT_-1206141292'), (u'INDIRECT_-1206142094', u'MULTIEQUAL_-1206142082'), (u'CALL_-1206155215', u'INDIRECT_-1206142724'), (u'CALL_-1206153963', u'INDIRECT_-1206143729'), (u'CALL_-1206153822', u'INDIRECT_-1206142132'), (u'MULTIEQUAL_-1206148037', u'INT_EQUAL_-1206151181'), (u'PTRADD_-1206142619', u'LOAD_-1206152996'), (u'INDIRECT_-1206142743', u'MULTIEQUAL_-1206142272'), (u'INDIRECT_-1206143922', u'MULTIEQUAL_-1206143677'), (u'CAST_-1206140540', u'CALL_-1206152563'), ('const-719048', u'COPY_-1206151777'), (u'MULTIEQUAL_-1206142234', u'MULTIEQUAL_-1206142033'), (u'INT_NOTEQUAL_-1206151052', u'CBRANCH_-1206151050'), (u'STORE_-1206151230', u'INDIRECT_-1206140270'), (u'COPY_-1206139872', u'MULTIEQUAL_-1206147719'), (u'CAST_-1206141269', u'MULTIEQUAL_-1206149252'), (u'INDIRECT_-1206143270', u'MULTIEQUAL_-1206143132'), (u'INDIRECT_-1206142685', u'MULTIEQUAL_-1206142547'), ('const-0', u'INT_NOTEQUAL_-1206154033'), (u'MULTIEQUAL_-1206148239', u'PTRADD_-1206140325'), (u'CALL_-1206152833', u'INDIRECT_-1206142857'), ('const-4', u'INT_ADD_-1206151029'), (u'INDIRECT_-1206143688', u'MULTIEQUAL_-1206143443'), (u'CALL_-1206152876', u'INDIRECT_-1206141699'), (u'INT_SUB_-1206154743', u'PTRADD_-1206154596'), (u'INDIRECT_-1206143301', u'MULTIEQUAL_-1206143204'), (u'INDIRECT_-1206141213', u'MULTIEQUAL_-1206141922'), (u'CALL_-1206153686', u'INDIRECT_-1206142194'), ('const-1', u'INT_ADD_-1206141111'), ('const-1', u'PTRADD_-1206154161'), (u'INDIRECT_-1206143045', u'MULTIEQUAL_-1206142840'), (u'CALL_-1206151271', u'INDIRECT_-1206142343'), ('const-0', u'INT_EQUAL_-1206153107'), (u'INDIRECT_-1206144504', u'MULTIEQUAL_-1206144033'), (u'INDIRECT_-1206142492', u'MULTIEQUAL_-1206142189'), (u'MULTIEQUAL_-1206142203', u'MULTIEQUAL_-1206144347'), (u'INDIRECT_-1206148388', u'INT_ZEXT_-1206153045'), (u'INDIRECT_-1206143683', u'MULTIEQUAL_-1206143563'), (u'INDIRECT_-1206142249', u'MULTIEQUAL_-1206142210'), (u'CALL_-1206156809', u'INDIRECT_-1206144967'), ('const-1', u'INT_ADD_-1206141682'), (u'CALL_-1206155215', u'INDIRECT_-1206143427'), (u'INDIRECT_-1206140954', u'MULTIEQUAL_-1206143249'), (u'CALL_-1206153481', u'INDIRECT_-1206142937'), ('tmp_9783', u'CBRANCH_-1206153213'), (u'INDIRECT_-1206142972', u'MULTIEQUAL_-1206142840'), (u'INDIRECT_-1206143040', u'MULTIEQUAL_-1206142778'), ('const-1', u'PTRADD_-1206142082'), (u'MULTIEQUAL_-1206142198', u'MULTIEQUAL_-1206143762'), (u'INT_EQUAL_-1206151566', u'CBRANCH_-1206151564'), (u'CALL_-1206153530', u'INDIRECT_-1206142015'), (u'CALL_-1206153059', u'INDIRECT_-1206144342'), (u'MULTIEQUAL_-1206142446', u'MULTIEQUAL_-1206142403'), (u'MULTIEQUAL_-1206142953', u'MULTIEQUAL_-1206141891'), (u'CALL_-1206155664', u'INDIRECT_-1206143326'), (u'INDIRECT_-1206148835', u'MULTIEQUAL_-1206148776'), ('tmp_5024', u'CBRANCH_-1206153628'), (u'INDIRECT_-1206141809', u'MULTIEQUAL_-1206141744'), (u'MULTIEQUAL_-1206148122', u'PTRADD_-1206151557'), (u'MULTIEQUAL_-1206141005', u'MULTIEQUAL_-1206140778'), ('const-4', u'PTRADD_-1206142817'), (u'CALL_-1206153994', u'INDIRECT_-1206141982'), (u'CALL_-1206153963', u'INDIRECT_-1206142553'), (u'INDIRECT_-1206140455', u'MULTIEQUAL_-1206143191'), (u'PTRSUB_-1206141952', u'CALL_-1206155288'), (u'INDIRECT_-1206143805', u'MULTIEQUAL_-1206143560'), ('tmp_3494', u'CBRANCH_-1206154037'), (u'CALL_-1206152168', u'INDIRECT_-1206141056'), (u'INDIRECT_-1206143687', u'MULTIEQUAL_-1206143358'), (u'COPY_-1206151265', u'MULTIEQUAL_-1206148408'), (u'CALL_-1206154119', u'INDIRECT_-1206142416'), (u'INDIRECT_-1206144777', u'MULTIEQUAL_-1206144667'), (u'INDIRECT_-1206141381', u'MULTIEQUAL_-1206141306'), (u'CALL_-1206153686', u'INDIRECT_-1206143253'), (u'INDIRECT_-1206142130', u'MULTIEQUAL_-1206144425'), (u'MULTIEQUAL_-1206141276', u'MULTIEQUAL_-1206141233'), (u'MULTIEQUAL_-1206142188', u'MULTIEQUAL_-1206142615'), (u'MULTIEQUAL_-1206142351', u'MULTIEQUAL_-1206142150'), (u'CALL_-1206152876', u'INDIRECT_-1206142992'), ('const-0', u'CALL_-1206150776'), (u'STORE_-1206154656', u'INDIRECT_-1206143859'), (u'MULTIEQUAL_-1206143308', u'MULTIEQUAL_-1206142957'), (u'INDIRECT_-1206141681', u'MULTIEQUAL_-1206141423'), (u'MULTIEQUAL_-1206142827', u'MULTIEQUAL_-1206142190'), (u'INDIRECT_-1206143814', u'MULTIEQUAL_-1206144316'), (u'MULTIEQUAL_-1206142202', u'MULTIEQUAL_-1206144230'), (u'MULTIEQUAL_-1206145570', u'CAST_-1206140125'), (u'INDIRECT_-1206141071', u'MULTIEQUAL_-1206143366'), (u'CALL_-1206153992', u'INDIRECT_-1206143265'), (u'CALL_-1206152922', u'INDIRECT_-1206141319'), (u'INDIRECT_-1206143418', u'MULTIEQUAL_-1206143246'), (u'CALL_-1206155437', u'INDIRECT_-1206143922'), (u'STORE_-1206152955', u'INDIRECT_-1206143854'), (u'MULTIEQUAL_-1206149522', u'CAST_-1206141484'), (u'INDIRECT_-1206143124', u'MULTIEQUAL_-1206143503'), (u'MULTIEQUAL_-1206141511', u'MULTIEQUAL_-1206141503'), (u'INDIRECT_-1206143184', u'MULTIEQUAL_-1206143012'), (u'INDIRECT_-1206143551', u'MULTIEQUAL_-1206142198'), (u'STORE_-1206151230', u'INDIRECT_-1206142031'), (u'INDIRECT_-1206142149', u'MULTIEQUAL_-1206142858'), (u'CALL_-1206153877', u'INDIRECT_-1206141570'), (u'CALL_-1206150776', u'INDIRECT_-1206141689'), (u'INDIRECT_-1206142364', u'MULTIEQUAL_-1206142906'), (u'INDIRECT_-1206144472', u'MULTIEQUAL_-1206144376'), (u'CALL_-1206150193', u'INDIRECT_-1206140465'), (u'COPY_-1206153080', u'MULTIEQUAL_-1206149100'), (u'INDIRECT_-1206143504', u'MULTIEQUAL_-1206143491'), (u'INDIRECT_-1206143247', u'MULTIEQUAL_-1206143074'), (u'MULTIEQUAL_-1206143340', u'MULTIEQUAL_-1206143482'), ('const-0', u'INT_NOTEQUAL_-1206156718'), (u'MULTIEQUAL_-1206142840', u'MULTIEQUAL_-1206142489'), (u'INDIRECT_-1206144136', u'MULTIEQUAL_-1206144188'), (u'INDIRECT_-1206143328', u'MULTIEQUAL_-1206143194'), (u'INDIRECT_-1206143566', u'MULTIEQUAL_-1206143321'), (u'LOAD_-1206151324', u'INT_ADD_-1206151299'), (u'CALL_-1206153530', u'INDIRECT_-1206141664'), (u'CALL_-1206150193', u'INDIRECT_-1206142109'), (u'CALL_-1206154589', u'INDIRECT_-1206143639'), (u'STORE_-1206152976', u'INDIRECT_-1206144342'), (u'INDIRECT_-1206142228', u'MULTIEQUAL_-1206143055'), (u'INDIRECT_-1206141527', u'MULTIEQUAL_-1206141487'), (u'MULTIEQUAL_-1206148494', u'BOOL_NEGATE_-1206147806'), ('tmp_7276', u'BRANCH_-1206151465'), (u'CALL_-1206152922', u'INDIRECT_-1206140968'), (u'MULTIEQUAL_-1206149252', u'MULTIEQUAL_-1206149200'), (u'CAST_-1206140977', u'COPY_-1206141069'), (u'CALL_-1206155215', u'INDIRECT_-1206144017'), (u'INDIRECT_-1206143429', u'MULTIEQUAL_-1206143481'), ('const-1', u'PTRADD_-1206153926'), ('const-0', u'INT_NOTEQUAL_-1206154037'), (u'MULTIEQUAL_-1206142047', u'MULTIEQUAL_-1206142189'), (u'CALLIND_-1206156299', u'INDIRECT_-1206142568'), (u'INDIRECT_-1206143091', u'MULTIEQUAL_-1206142833'), (u'CALL_-1206156061', u'INDIRECT_-1206143156'), ('const-417', u'LOAD_-1206152577'), (u'CALL_-1206156853', u'INDIRECT_-1206143108'), (u'CALL_-1206153704', u'INDIRECT_-1206141136'), (u'CAST_-1206142448', u'STORE_-1206152976'), (u'CALL_-1206152370', u'INDIRECT_-1206147842'), (u'INT_NOTEQUAL_-1206151532', u'CBRANCH_-1206151532'), (u'INT_ADD_-1206151029', u'CAST_-1206139906'), (u'MULTIEQUAL_-1206142359', u'MULTIEQUAL_-1206142186'), (u'MULTIEQUAL_-1206142205', u'INT_NOTEQUAL_-1206155915'), (u'INDIRECT_-1206144099', u'MULTIEQUAL_-1206143837'), (u'INDIRECT_-1206142338', u'MULTIEQUAL_-1206142242'), (u'CALL_-1206154830', u'INDIRECT_-1206142204'), (u'INDIRECT_-1206143562', u'MULTIEQUAL_-1206143428'), (u'CALL_-1206154940', u'INDIRECT_-1206141908'), (u'CALL_-1206155215', u'INDIRECT_-1206142841'), (u'CALL_-1206155437', u'INDIRECT_-1206142863'), (u'INDIRECT_-1206142521', u'MULTIEQUAL_-1206143023'), (u'INDIRECT_-1206143679', u'MULTIEQUAL_-1206143208'), (u'INDIRECT_-1206143552', u'MULTIEQUAL_-1206143449'), ('const-417', u'LOAD_-1206155806'), (u'INDIRECT_-1206147395', u'MULTIEQUAL_-1206149494'), (u'CALL_-1206153285', u'INDIRECT_-1206143551'), (u'CALL_-1206151271', u'INDIRECT_-1206141753'), (u'CALL_-1206152876', u'INDIRECT_-1206142284'), (u'CALL_-1206150167', u'INDIRECT_-1206141040'), ('const-417', u'LOAD_-1206155566'), (u'INDIRECT_-1206141096', u'MULTIEQUAL_-1206141805'), (u'INT_NOTEQUAL_-1206150827', u'CBRANCH_-1206150813'), (u'CALL_-1206154589', u'INDIRECT_-1206143166'), (u'INT_EQUAL_-1206151220', u'MULTIEQUAL_-1206147783'), ('const-5', u'INT_EQUAL_-1206151013'), (u'CALL_-1206151512', u'INDIRECT_-1206141590'), (u'INDIRECT_-1206144270', u'MULTIEQUAL_-1206143799'), (u'CALL_-1206156853', u'INDIRECT_-1206142991'), (u'CALL_-1206154181', u'INDIRECT_-1206141866'), (u'CALL_-1206153017', u'INDIRECT_-1206142299'), (u'LOAD_-1206154218', u'INT_LESS_-1206154201'), (u'LOAD_-1206154218', u'INT_EQUAL_-1206154201'), (u'CALL_-1206153992', u'INDIRECT_-1206142674'), (u'INDIRECT_-1206142338', u'MULTIEQUAL_-1206142235'), (u'INT_ADD_-1206153918', u'CALL_-1206153917'), (u'INT_NOTEQUAL_-1206153918', u'CBRANCH_-1206153917'), (u'INT_EQUAL_-1206151181', u'CBRANCH_-1206151179'), ('const-0', u'INT_EQUAL_-1206151623'), (u'MULTIEQUAL_-1206143074', u'MULTIEQUAL_-1206142744'), ('const-2', u'PTRADD_-1206140655'), (u'CALL_-1206154940', u'INDIRECT_-1206142025'), (u'INDIRECT_-1206144273', u'MULTIEQUAL_-1206144188'), (u'CALL_-1206153704', u'INDIRECT_-1206142897'), (u'INDIRECT_-1206143985', u'MULTIEQUAL_-1206143709'), (u'CALL_-1206153530', u'INDIRECT_-1206141781'), (u'CALL_-1206152168', u'INDIRECT_-1206141290'), (u'CALL_-1206153686', u'INDIRECT_-1206142311'), (u'CALL_-1206156061', u'INDIRECT_-1206144332'), (u'CALL_-1206154940', u'INDIRECT_-1206148955'), (u'CALL_-1206154119', u'INDIRECT_-1206143124'), ('const-4294967295', u'INT_ADD_-1206154128'), ('const-417', u'LOAD_-1206151487'), (u'INDIRECT_-1206143864', u'MULTIEQUAL_-1206143659'), (u'STORE_-1206154035', u'INDIRECT_-1206142351'), (u'CALL_-1206150776', u'INDIRECT_-1206140396'), ('const-0', u'COPY_-1206151767'), ('const-4294967294', u'INT_MULT_-1206146958'), ('const-16383', u'INT_AND_-1206140324'), (u'STORE_-1206152955', u'INDIRECT_-1206144445'), (u'LOAD_-1206153286', u'INT_ADD_-1206153264'), (u'INDIRECT_-1206143952', u'MULTIEQUAL_-1206143842'), (u'COPY_-1206140367', u'MULTIEQUAL_-1206148199'), (u'CALL_-1206153938', u'INDIRECT_-1206143248'), (u'CALL_-1206155664', u'INDIRECT_-1206143092'), (u'CALL_-1206153992', u'INDIRECT_-1206142323'), (u'CALL_-1206152442', u'INDIRECT_-1206142472'), (u'INDIRECT_-1206141816', u'MULTIEQUAL_-1206141620'), (u'INDIRECT_-1206143004', u'MULTIEQUAL_-1206143111'), (u'CALL_-1206155202', u'INDIRECT_-1206142364'), (u'INDIRECT_-1206142507', u'MULTIEQUAL_-1206142385'), (u'CALL_-1206153686', u'INDIRECT_-1206142779'), (u'MULTIEQUAL_-1206149200', u'CALL_-1206153041'), (u'MULTIEQUAL_-1206147407', u'PTRADD_-1206140655'), (u'MULTIEQUAL_-1206141978', u'MULTIEQUAL_-1206141935'), ('const-0', u'INT_EQUAL_-1206152471'), (u'STORE_-1206153901', u'INDIRECT_-1206142649'), (u'LOAD_-1206151045', u'INT_ADD_-1206151012'), (u'MULTIEQUAL_-1206142638', u'MULTIEQUAL_-1206142633'), (u'CALL_-1206150167', u'INDIRECT_-1206140338'), (u'MULTIEQUAL_-1206143608', u'COPY_-1206143707'), (u'MULTIEQUAL_-1206143091', u'MULTIEQUAL_-1206143608'), (u'MULTIEQUAL_-1206143725', u'COPY_-1206143824'), (u'CALL_-1206151271', u'INDIRECT_-1206140582'), (u'INDIRECT_-1206142977', u'MULTIEQUAL_-1206142843'), ('const-47', u'INT_EQUAL_-1206155043'), (u'INDIRECT_-1206143036', u'MULTIEQUAL_-1206140771'), (u'COPY_-1206142091', u'MULTIEQUAL_-1206142205'), (u'INDIRECT_-1206142923', u'MULTIEQUAL_-1206142827'), (u'STORE_-1206153782', u'INDIRECT_-1206142094'), (u'STORE_-1206151220', u'INDIRECT_-1206142023'), (u'CALL_-1206151480', u'INDIRECT_-1206140641'), (u'CALL_-1206155855', u'INDIRECT_-1206144121'), (u'INT_LESS_-1206153119', u'MULTIEQUAL_-1206148748'), (u'INDIRECT_-1206143855', u'MULTIEQUAL_-1206141590'), (u'CALL_-1206153994', u'INDIRECT_-1206142918'), (u'INT_ZEXT_-1206154211', u'INT_MULT_-1206148374'), (u'INDIRECT_-1206143855', u'MULTIEQUAL_-1206143717'), (u'INDIRECT_-1206141933', u'MULTIEQUAL_-1206142895'), (u'INDIRECT_-1206141679', u'MULTIEQUAL_-1206141947'), ('const-36', u'INT_ADD_-1206153215'), (u'INDIRECT_-1206142716', u'MULTIEQUAL_-1206142619'), (u'MULTIEQUAL_-1206148293', u'COPY_-1206139872'), (u'INDIRECT_-1206142374', u'MULTIEQUAL_-1206144542'), (u'INDIRECT_-1206141966', u'MULTIEQUAL_-1206143129'), (u'INDIRECT_-1206143741', u'MULTIEQUAL_-1206143363'), (u'CALL_-1206153530', u'INDIRECT_-1206142600'), (u'CALL_-1206153938', u'INDIRECT_-1206143131'), (u'INDIRECT_-1206143184', u'MULTIEQUAL_-1206143087'), (u'CALL_-1206150776', u'INDIRECT_-1206141332'), ('tmp_1838', u'CBRANCH_-1206155500'), ('const-156', u'INT_ADD_-1206153028'), (u'CALL_-1206152799', u'INDIRECT_-1206143575'), ('tmp_5818', u'CBRANCH_-1206153061'), ('const-417', u'LOAD_-1206154002'), ('const-1', u'INT_ADD_-1206141624'), (u'INDIRECT_-1206144273', u'MULTIEQUAL_-1206143943'), ('const-2', u'STORE_-1206151230'), (u'INT_EQUAL_-1206154165', u'MULTIEQUAL_-1206148960'), ('const-417', u'LOAD_-1206153134'), (u'INDIRECT_-1206143413', u'MULTIEQUAL_-1206143295'), (u'MULTIEQUAL_-1206144367', u'MULTIEQUAL_-1206144037'), (u'INDIRECT_-1206143288', u'MULTIEQUAL_-1206143248'), (u'STORE_-1206152955', u'INDIRECT_-1206143620'), (u'INDIRECT_-1206142683', u'MULTIEQUAL_-1206142648'), (u'CALL_-1206152324', u'INDIRECT_-1206141471'), (u'STORE_-1206142666', u'INDIRECT_-1206143130'), (u'CALL_-1206151003', u'INDIRECT_-1206140495'), ('const-1', u'PTRADD_-1206151562'), ('const-515965', u'COPY_-1206152982'), (u'INDIRECT_-1206142833', u'MULTIEQUAL_-1206142736'), ('tmp_9179', u'CBRANCH_-1206151091'), (u'INDIRECT_-1206142899', u'MULTIEQUAL_-1206142789'), (u'INDIRECT_-1206142922', u'MULTIEQUAL_-1206142189'), ('tmp_7410', u'CBRANCH_-1206153257'), (u'CALL_-1206156061', u'INDIRECT_-1206143039'), (u'INT_ADD_-1206141623', u'PTRADD_-1206154156'), (u'CALL_-1206154181', u'INDIRECT_-1206142217'), (u'INDIRECT_-1206142950', u'MULTIEQUAL_-1206142778'), (u'INDIRECT_-1206144156', u'MULTIEQUAL_-1206143911'), (u'INDIRECT_-1206140751', u'MULTIEQUAL_-1206140692'), (u'CAST_-1206141173', u'CALL_-1206153041'), (u'CALL_-1206154119', u'INDIRECT_-1206143241'), (u'INDIRECT_-1206143917', u'MULTIEQUAL_-1206143795'), (u'CALL_-1206156387', u'INDIRECT_-1206143664'), (u'INDIRECT_-1206144387', u'MULTIEQUAL_-1206143916'), (u'STORE_-1206152940', u'INDIRECT_-1206142908'), (u'INDIRECT_-1206148388', u'INT_ZEXT_-1206154127'), (u'LOAD_-1206152202', u'CALL_-1206152136'), (u'INT_ADD_-1206141596', u'PTRADD_-1206154072'), (u'STORE_-1206152955', u'INDIRECT_-1206144089'), (u'CALL_-1206155202', u'INDIRECT_-1206143300'), (u'INDIRECT_-1206143218', u'MULTIEQUAL_-1206143117'), (u'CALL_-1206153481', u'INDIRECT_-1206142112'), (u'COPY_-1206152982', u'MULTIEQUAL_-1206149200'), (u'CALL_-1206152412', u'INDIRECT_-1206142576'), (u'CALL_-1206153481', u'INDIRECT_-1206142697'), (u'INDIRECT_-1206140854', u'MULTIEQUAL_-1206141122'), (u'INDIRECT_-1206140886', u'MULTIEQUAL_-1206142193'), (u'INDIRECT_-1206143007', u'MULTIEQUAL_-1206143386'), (u'INDIRECT_-1206144980', u'MULTIEQUAL_-1206144651'), (u'CALL_-1206154730', u'INDIRECT_-1206143218'), (u'INDIRECT_-1206149615', u'MULTIEQUAL_-1206147367'), (u'MULTIEQUAL_-1206142681', u'MULTIEQUAL_-1206142883'), (u'MULTIEQUAL_-1206141627', u'MULTIEQUAL_-1206141584'), (u'INDIRECT_-1206141582', u'MULTIEQUAL_-1206141485'), (u'MULTIEQUAL_-1206142555', u'COPY_-1206142654'), (u'CALL_-1206156387', u'INDIRECT_-1206143430'), (u'INDIRECT_-1206141264', u'MULTIEQUAL_-1206142427'), (u'CALL_-1206153190', u'INT_EQUAL_-1206153161'), (u'CALL_-1206154181', u'INDIRECT_-1206142803'), (u'INDIRECT_-1206143497', u'MULTIEQUAL_-1206143412'), (u'MULTIEQUAL_-1206141122', u'MULTIEQUAL_-1206140895'), (u'CALL_-1206151003', u'INDIRECT_-1206141314'), (u'INDIRECT_-1206142287', u'MULTIEQUAL_-1206142789'), (u'CALL_-1206153530', u'INDIRECT_-1206141547'), (u'INDIRECT_-1206143208', u'MULTIEQUAL_-1206143917'), (u'CALL_-1206153190', u'INDIRECT_-1206143570'), (u'INDIRECT_-1206144020', u'MULTIEQUAL_-1206143917'), (u'CAST_-1206140195', u'MULTIEQUAL_-1206148239'), (u'INDIRECT_-1206142013', u'MULTIEQUAL_-1206144308'), (u'CALL_-1206156061', u'INDIRECT_-1206143507'), (u'INDIRECT_-1206143457', u'MULTIEQUAL_-1206143356'), (u'MULTIEQUAL_-1206142619', u'MULTIEQUAL_-1206142585'), (u'LOAD_-1206156335', u'INT_ADD_-1206156306'), (u'CALL_-1206152370', u'INDIRECT_-1206141965'), (u'INDIRECT_-1206142102', u'MULTIEQUAL_-1206142063'), (u'MULTIEQUAL_-1206148748', u'INT_EQUAL_-1206153083'), ('const-1', u'INT_AND_-1206149153'), ('const-1', u'PTRADD_-1206154072'), (u'CALL_-1206154730', u'INDIRECT_-1206142866'), (u'MULTIEQUAL_-1206143545', u'MULTIEQUAL_-1206142195'), (u'MULTIEQUAL_-1206144484', u'MULTIEQUAL_-1206144133'), (u'LOAD_-1206152489', u'INT_EQUAL_-1206152471'), (u'INDIRECT_-1206143598', u'MULTIEQUAL_-1206143425'), (u'INDIRECT_-1206143504', u'MULTIEQUAL_-1206143366'), (u'CALL_-1206151271', u'INDIRECT_-1206141050'), (u'INDIRECT_-1206141012', u'MULTIEQUAL_-1206141391'), ('const-4', u'PTRADD_-1206142194'), (u'CALL_-1206155601', u'INDIRECT_-1206142248'), (u'INDIRECT_-1206143508', u'MULTIEQUAL_-1206143405'), (u'MULTIEQUAL_-1206145273', u'MULTIEQUAL_-1206145458'), (u'INDIRECT_-1206142179', u'MULTIEQUAL_-1206142286'), (u'INDIRECT_-1206144450', u'MULTIEQUAL_-1206144244'), ('tmp_2430', u'CBRANCH_-1206155034'), (u'INT_EQUAL_-1206151013', u'CBRANCH_-1206151001'), (u'STORE_-1206153901', u'INDIRECT_-1206141595'), (u'CALL_-1206156853', u'INDIRECT_-1206144986'), (u'CALL_-1206152876', u'INDIRECT_-1206142641'), (u'INT_SUB_-1206154743', u'CALL_-1206154661'), (u'INDIRECT_-1206143542', u'MULTIEQUAL_-1206143492'), ('const-417', u'LOAD_-1206152208'), (u'INDIRECT_-1206142649', u'MULTIEQUAL_-1206142633'), (u'CAST_-1206142003', u'CALL_-1206155792'), (u'STORE_-1206154656', u'INDIRECT_-1206143742'), (u'INT_EQUAL_-1206154222', u'CBRANCH_-1206154227'), (u'CALL_-1206154181', u'INDIRECT_-1206143393'), (u'CALL_-1206153041', u'INDIRECT_-1206142783'), (u'CALL_-1206153704', u'INDIRECT_-1206142072'), ('const-48', u'INT_ADD_-1206151299'), (u'MULTIEQUAL_-1206149214', u'MULTIEQUAL_-1206149211'), (u'MULTIEQUAL_-1206143129', u'MULTIEQUAL_-1206143091'), (u'CAST_-1206142438', u'STORE_-1206152961'), (u'CALL_-1206153063', u'INDIRECT_-1206142665'), (u'LOAD_-1206152400', u'CALL_-1206152370'), (u'INDIRECT_-1206141615', u'MULTIEQUAL_-1206141540'), (u'CALL_-1206153753', u'INDIRECT_-1206141751'), (u'CALL_-1206152563', u'INDIRECT_-1206141816'), (u'STORE_-1206154035', u'INDIRECT_-1206143293'), (u'INDIRECT_-1206143738', u'INT_RIGHT_-1206153222'), (u'CALL_-1206154730', u'INDIRECT_-1206142515'), (u'CALL_-1206151512', u'INDIRECT_-1206142180'), (u'INDIRECT_-1206144098', u'MULTIEQUAL_-1206143720'), (u'STORE_-1206153010', u'INDIRECT_-1206142838'), (u'CALL_-1206151003', u'INDIRECT_-1206141905'), (u'INDIRECT_-1206142539', u'MULTIEQUAL_-1206142918'), (u'CALL_-1206150990', u'INDIRECT_-1206141540'), (u'INDIRECT_-1206141213', u'MULTIEQUAL_-1206140955'), (u'INDIRECT_-1206142746', u'MULTIEQUAL_-1206142661'), (u'INDIRECT_-1206142043', u'MULTIEQUAL_-1206141978'), (u'INDIRECT_-1206142112', u'MULTIEQUAL_-1206142072'), (u'INDIRECT_-1206141743', u'MULTIEQUAL_-1206141731'), (u'CALL_-1206153963', u'INDIRECT_-1206143261'), (u'CALL_-1206155664', u'INDIRECT_-1206142975'), (u'CALL_-1206152168', u'INDIRECT_-1206141641'), (u'INDIRECT_-1206142483', u'MULTIEQUAL_-1206142433'), ('const-417', u'LOAD_-1206155058'), (u'INDIRECT_-1206143279', u'MULTIEQUAL_-1206142789'), (u'LOAD_-1206151152', u'INT_2COMP_-1206147023'), (u'CAST_-1206139934', u'COPY_-1206140034'), (u'CALL_-1206152324', u'INDIRECT_-1206141705'), (u'INT_ADD_-1206151811', u'CAST_-1206140307'), (u'INDIRECT_-1206141714', u'MULTIEQUAL_-1206142093'), ('const-164', u'INT_ADD_-1206151811'), ('const-719088', u'COPY_-1206140114'), (u'MULTIEQUAL_-1206142609', u'MULTIEQUAL_-1206142187'), ('const-21', u'PTRADD_-1206140325'), (u'CALL_-1206152370', u'INDIRECT_-1206140795'), (u'MULTIEQUAL_-1206142070', u'MULTIEQUAL_-1206141979'), (u'MULTIEQUAL_-1206142192', u'MULTIEQUAL_-1206143054'), (u'CALL_-1206154078', u'INDIRECT_-1206141341'), (u'CAST_-1206140977', u'COPY_-1206141052'), (u'PTRADD_-1206154156', u'COPY_-1206141548'), (u'INDIRECT_-1206142746', u'MULTIEQUAL_-1206142501'), (u'INDIRECT_-1206141915', u'MULTIEQUAL_-1206141657'), ('const-290608', u'PTRSUB_-1206142632'), (u'MULTIEQUAL_-1206143325', u'MULTIEQUAL_-1206143842'), (u'INDIRECT_-1206140847', u'MULTIEQUAL_-1206143015'), (u'CALL_-1206155202', u'INDIRECT_-1206142598'), ('const-0', u'INT_NOTEQUAL_-1206151532'), (u'STORE_-1206153782', u'INDIRECT_-1206143036'), (u'STORE_-1206152976', u'INDIRECT_-1206144693'), (u'CALL_-1206156387', u'INDIRECT_-1206144489'), (u'INDIRECT_-1206141865', u'MULTIEQUAL_-1206144601'), (u'INDIRECT_-1206144259', u'MULTIEQUAL_-1206144127'), (u'CALL_-1206154181', u'INDIRECT_-1206142568'), (u'MULTIEQUAL_-1206148293', u'INT_ADD_-1206151811'), (u'CALL_-1206152168', u'INDIRECT_-1206142700'), (u'PTRADD_-1206154596', u'STORE_-1206154656'), (u'INT_NOTEQUAL_-1206153322', u'CBRANCH_-1206153319'), (u'CALL_-1206155202', u'INDIRECT_-1206144125'), (u'CALL_-1206153994', u'INDIRECT_-1206141748'), ('const-417', u'STORE_-1206153901'), ('const-417', u'LOAD_-1206151156'), (u'CALL_-1206153822', u'INDIRECT_-1206142015'), (u'CALL_-1206152563', u'INDIRECT_-1206140880'), (u'MULTIEQUAL_-1206143778', u'MULTIEQUAL_-1206142716'), (u'MULTIEQUAL_-1206141628', u'MULTIEQUAL_-1206141719'), (u'CALL_-1206152563', u'INDIRECT_-1206142641'), (u'MULTIEQUAL_-1206143911', u'MULTIEQUAL_-1206143895'), (u'CALL_-1206152799', u'CALL_-1206152786'), (u'CALL_-1206154119', u'INDIRECT_-1206141714'), (u'INDIRECT_-1206140582', u'MULTIEQUAL_-1206140310'), (u'MULTIEQUAL_-1206141935', u'MULTIEQUAL_-1206141930'), ('const-0', u'INT_EQUAL_-1206155829'), (u'MULTIEQUAL_-1206144370', u'MULTIEQUAL_-1206142202'), (u'CAST_-1206141269', u'CALL_-1206153877'), (u'CALL_-1206154730', u'INDIRECT_-1206141813'), (u'CAST_-1206140402', u'MULTIEQUAL_-1206148501'), (u'INDIRECT_-1206142740', u'MULTIEQUAL_-1206142482'), (u'CALL_-1206150990', u'INDIRECT_-1206141896'), (u'INDIRECT_-1206143513', u'INT_NOTEQUAL_-1206156876'), (u'INDIRECT_-1206143507', u'MULTIEQUAL_-1206142194'), (u'MULTIEQUAL_-1206141620', u'MULTIEQUAL_-1206142836'), (u'INDIRECT_-1206141692', u'MULTIEQUAL_-1206141627'), (u'INT_LESSEQUAL_-1206151136', u'BOOL_AND_-1206142698'), (u'INDIRECT_-1206142495', u'MULTIEQUAL_-1206143055'), (u'CALL_-1206155601', u'INDIRECT_-1206149295'), ('tmp_2489', u'CBRANCH_-1206154995'), (u'CALL_-1206154119', u'INDIRECT_-1206143007'), (u'INDIRECT_-1206143195', u'MULTIEQUAL_-1206143092'), (u'INDIRECT_-1206144306', u'MULTIEQUAL_-1206144133'), (u'INDIRECT_-1206142980', u'MULTIEQUAL_-1206142895'), (u'CALL_-1206152412', u'INDIRECT_-1206141400'), (u'INDIRECT_-1206142375', u'MULTIEQUAL_-1206142427'), ('const-719064', u'COPY_-1206151259'), (u'MULTIEQUAL_-1206140528', u'MULTIEQUAL_-1206140277'), ('tmp_7903', u'CBRANCH_-1206151505'), ('const-417', u'LOAD_-1206155897'), (u'COPY_-1206154179', u'MULTIEQUAL_-1206149214'), (u'LOAD_-1206153044', u'COPY_-1206142669'), ('tmp_3613', u'CBRANCH_-1206153963'), (u'STORE_-1206153782', u'INDIRECT_-1206142211'), (u'CALL_-1206153704', u'INDIRECT_-1206141838'), (u'INDIRECT_-1206144774', u'MULTIEQUAL_-1206144601'), (u'COPY_-1206141534', u'MULTIEQUAL_-1206149345'), ('const-0', u'INT_NOTEQUAL_-1206153918'), (u'CALL_-1206153190', u'INDIRECT_-1206144512'), (u'STORE_-1206152976', u'INDIRECT_-1206142932'), ('const-2', u'INT_ADD_-1206152506'), (u'INDIRECT_-1206144360', u'MULTIEQUAL_-1206144188'), ('const-7', u'STORE_-1206152940'), (u'CALL_-1206156964', u'INDIRECT_-1206143630'), (u'CALL_-1206152341', u'INDIRECT_-1206141409'), ('tmp_9135', u'CBRANCH_-1206151122'), (u'INT_AND_-1206149417', u'INT_OR_-1206149412'), (u'LOAD_-1206153229', u'INT_AND_-1206153203'), (u'INT_AND_-1206140324', u'INT_OR_-1206141851'), (u'MULTIEQUAL_-1206142204', u'MULTIEQUAL_-1206149299'), (u'INT_EQUAL_-1206151348', u'CBRANCH_-1206151347'), (u'INDIRECT_-1206142981', u'MULTIEQUAL_-1206142861'), (u'MULTIEQUAL_-1206142212', u'MULTIEQUAL_-1206142169'), (u'CALL_-1206151480', u'INDIRECT_-1206147220'), (u'LOAD_-1206154134', u'INT_LESS_-1206154117'), (u'LOAD_-1206154134', u'INT_EQUAL_-1206154117'), (u'CAST_-1206141779', u'INT_EQUAL_-1206155379'), (u'STORE_-1206152940', u'INDIRECT_-1206144318'), (u'INDIRECT_-1206141631', u'MULTIEQUAL_-1206144367'), (u'BOOL_NEGATE_-1206143426', u'CBRANCH_-1206153082'), (u'CALL_-1206152277', u'INDIRECT_-1206141732'), (u'CALL_-1206153481', u'INDIRECT_-1206143171'), ('tmp_8453', u'BRANCH_-1206150975'), ('const-4', u'COPY_-1206153080'), (u'INDIRECT_-1206140971', u'MULTIEQUAL_-1206141239'), (u'CALL_-1206153963', u'INDIRECT_-1206143378'), (u'INDIRECT_-1206140699', u'MULTIEQUAL_-1206140427'), (u'MULTIEQUAL_-1206149327', u'PTRADD_-1206154077'), (u'MULTIEQUAL_-1206144835', u'MULTIEQUAL_-1206144484'), (u'CALL_-1206153822', u'INDIRECT_-1206142483'), (u'MULTIEQUAL_-1206147407', u'COPY_-1206155708'), (u'MULTIEQUAL_-1206143308', u'MULTIEQUAL_-1206142978'), (u'MULTIEQUAL_-1206141246', u'MULTIEQUAL_-1206143600'), (u'INT_MULT_-1206147816', u'INT_ADD_-1206141138'), (u'LOAD_-1206156103', u'CALL_-1206156061'), (u'CALL_-1206153285', u'INDIRECT_-1206144136'), (u'COPY_-1206140665', u'MULTIEQUAL_-1206141880'), (u'LOAD_-1206152813', u'INT_EQUAL_-1206152798'), (u'INDIRECT_-1206142697', u'MULTIEQUAL_-1206142657'), (u'CALL_-1206153822', u'INDIRECT_-1206142952'), (u'INDIRECT_-1206140496', u'MULTIEQUAL_-1206142664'), (u'INDIRECT_-1206143044', u'MULTIEQUAL_-1206143005'), (u'CALL_-1206151003', u'INDIRECT_-1206141671'), (u'INT_NOTEQUAL_-1206154151', u'CBRANCH_-1206154151'), (u'MULTIEQUAL_-1206142190', u'MULTIEQUAL_-1206142849'), (u'INDIRECT_-1206142566', u'MULTIEQUAL_-1206142531'), (u'CALL_-1206151480', u'INDIRECT_-1206140524'), (u'INDIRECT_-1206141161', u'MULTIEQUAL_-1206142544'), (u'CALL_-1206150990', u'INDIRECT_-1206140135'), (u'INT_EQUAL_-1206151146', u'BOOL_AND_-1206142698'), (u'INDIRECT_-1206142572', u'MULTIEQUAL_-1206142310'), (u'CALL_-1206155215', u'INDIRECT_-1206142022'), (u'INT_LESS_-1206151157', u'INT_ZEXT_-1206151142'), (u'INDIRECT_-1206144540', u'MULTIEQUAL_-1206144367'), (u'CALL_-1206152833', u'INDIRECT_-1206142974'), (u'CALL_-1206152136', u'INDIRECT_-1206141161'), (u'INDIRECT_-1206144212', u'MULTIEQUAL_-1206141947'), (u'CALL_-1206155437', u'INDIRECT_-1206142395'), (u'COPY_-1206141412', u'CALL_-1206153554'), (u'INDIRECT_-1206142285', u'MULTIEQUAL_-1206142188'), (u'BOOL_AND_-1206154080', u'INT_NOTEQUAL_-1206154081'), (u'MULTIEQUAL_-1206142633', u'MULTIEQUAL_-1206142775'), ('const-1', u'PTRADD_-1206140575'), (u'CALL_-1206154078', u'INDIRECT_-1206141575'), (u'CALL_-1206156809', u'INDIRECT_-1206143206'), (u'CALL_-1206153063', u'INDIRECT_-1206143835'), ('const-0', u'COPY_-1206141949'), (u'MULTIEQUAL_-1206141590', u'MULTIEQUAL_-1206141363'), (u'INDIRECT_-1206144332', u'MULTIEQUAL_-1206143842'), (u'INDIRECT_-1206143508', u'MULTIEQUAL_-1206143246'), (u'INDIRECT_-1206143273', u'MULTIEQUAL_-1206142895'), ('tmp_9879', u'CBRANCH_-1206153160'), ('const-156', u'INT_ADD_-1206151423'), (u'INDIRECT_-1206143458', u'MULTIEQUAL_-1206143959'), (u'MULTIEQUAL_-1206143204', u'MULTIEQUAL_-1206143170'), (u'CALL_-1206150167', u'INDIRECT_-1206140923'), (u'CALL_-1206156387', u'INDIRECT_-1206144372'), (u'MULTIEQUAL_-1206145458', u'INT_EQUAL_-1206150957'), (u'CALL_-1206153678', u'INDIRECT_-1206141243'), (u'INDIRECT_-1206141699', u'MULTIEQUAL_-1206142661'), ('const-2', u'INT_NOTEQUAL_-1206151455'), ('tmp_8290', u'CBRANCH_-1206151244'), (u'CALL_-1206150167', u'INDIRECT_-1206142099'), (u'CALL_-1206154661', u'INDIRECT_-1206142958'), (u'INDIRECT_-1206144121', u'MULTIEQUAL_-1206144003'), (u'CALL_-1206152442', u'INDIRECT_-1206147875'), (u'CALL_-1206152136', u'INDIRECT_-1206142098'), (u'CALL_-1206153917', u'INDIRECT_-1206142644'), (u'CALL_-1206151271', u'INDIRECT_-1206147395'), (u'MULTIEQUAL_-1206142415', u'MULTIEQUAL_-1206142188'), ('tmp_8881', u'CBRANCH_-1206151246'), (u'CALL_-1206153917', u'INDIRECT_-1206141708'), (u'INDIRECT_-1206144450', u'MULTIEQUAL_-1206143959'), (u'CALL_-1206156853', u'INDIRECT_-1206150038'), ('const-1', u'INT_ADD_-1206141623'), (u'MULTIEQUAL_-1206148040', u'MULTIEQUAL_-1206148037'), (u'CALL_-1206152136', u'INDIRECT_-1206140693'), (u'MULTIEQUAL_-1206140918', u'MULTIEQUAL_-1206142134'), (u'LOAD_-1206151172', u'CAST_-1206140218'), (u'INDIRECT_-1206142013', u'MULTIEQUAL_-1206142555'), (u'CALL_-1206155664', u'INDIRECT_-1206143209'), (u'INDIRECT_-1206142945', u'MULTIEQUAL_-1206142849'), (u'MULTIEQUAL_-1206144010', u'MULTIEQUAL_-1206143659'), (u'MULTIEQUAL_-1206149102', u'CAST_-1206141070'), ('const-417', u'LOAD_-1206151617'), (u'LOAD_-1206151619', u'INT_LESS_-1206151602'), (u'LOAD_-1206151619', u'INT_EQUAL_-1206151602'), (u'CALL_-1206154119', u'INDIRECT_-1206141363'), (u'INDIRECT_-1206143625', u'MULTIEQUAL_-1206143363'), (u'INDIRECT_-1206141738', u'MULTIEQUAL_-1206141706'), (u'INDIRECT_-1206143152', u'MULTIEQUAL_-1206143117'), ('const-1', u'PTRADD_-1206154156'), (u'PTRADD_-1206153811', u'MULTIEQUAL_-1206149116'), (u'CALL_-1206152922', u'INDIRECT_-1206141904'), (u'MULTIEQUAL_-1206144229', u'MULTIEQUAL_-1206144028'), (u'INDIRECT_-1206144426', u'MULTIEQUAL_-1206144316'), (u'COPY_-1206154162', u'MULTIEQUAL_-1206149584'), (u'CALL_-1206155437', u'INDIRECT_-1206144156'), (u'INT_LESS_-1206151220', u'MULTIEQUAL_-1206148040'), (u'INT_ADD_-1206141112', u'PTRADD_-1206152995'), (u'MULTIEQUAL_-1206142960', u'MULTIEQUAL_-1206142190'), (u'CALL_-1206153963', u'INDIRECT_-1206142436'), (u'INDIRECT_-1206143625', u'MULTIEQUAL_-1206143522'), (u'CALL_-1206150990', u'INDIRECT_-1206142247'), (u'CALL_-1206152324', u'INDIRECT_-1206142881'), ('const-24', u'INT_ADD_-1206152947'), (u'INDIRECT_-1206142021', u'MULTIEQUAL_-1206142581'), ('tmp_8486', u'CBRANCH_-1206151465'), (u'INDIRECT_-1206150092', u'MULTIEQUAL_-1206149904'), (u'INDIRECT_-1206143859', u'MULTIEQUAL_-1206142197'), (u'CALL_-1206152277', u'INDIRECT_-1206141498'), (u'CALL_-1206152168', u'INDIRECT_-1206142349'), (u'CALL_-1206153530', u'INDIRECT_-1206141430'), (u'CALL_-1206150750', u'INDIRECT_-1206141440'), (u'MULTIEQUAL_-1206142593', u'MULTIEQUAL_-1206142188'), (u'CAST_-1206140304', u'LOAD_-1206151487'), (u'STORE_-1206153901', u'INDIRECT_-1206142888'), (u'CALL_-1206153753', u'INDIRECT_-1206143395'), (u'CALL_-1206152168', u'INDIRECT_-1206141524'), (u'INDIRECT_-1206144660', u'MULTIEQUAL_-1206144550'), (u'CALL_-1206152370', u'INDIRECT_-1206141263'), (u'CALL_-1206152341', u'INDIRECT_-1206142702'), ('const-16', u'INT_AND_-1206153203'), (u'INDIRECT_-1206143808', u'MULTIEQUAL_-1206143707'), (u'CALL_-1206155855', u'INDIRECT_-1206144355'), (u'CALL_-1206152324', u'INDIRECT_-1206141588'), (u'INT_EQUAL_-1206155327', u'CBRANCH_-1206155325'), (u'CALL_-1206154181', u'INDIRECT_-1206143042'), (u'CALL_-1206152136', u'INDIRECT_-1206141980'), (u'CALL_-1206152833', u'INDIRECT_-1206142149'), (u'CALL_-1206152341', u'INDIRECT_-1206147988'), (u'INDIRECT_-1206142717', u'MULTIEQUAL_-1206142667'), (u'MULTIEQUAL_-1206148037', u'BOOL_NEGATE_-1206147036'), (u'INDIRECT_-1206142111', u'MULTIEQUAL_-1206142938'), (u'MULTIEQUAL_-1206142198', u'MULTIEQUAL_-1206143791'), (u'CALL_-1206154181', u'INDIRECT_-1206142685'), (u'INT_MULT_-1206146957', u'INT_ADD_-1206140353'), (u'INDIRECT_-1206142413', u'MULTIEQUAL_-1206143720'), (u'INDIRECT_-1206143153', u'CALL_-1206153063'), (u'CALL_-1206154181', u'INDIRECT_-1206141749'), (u'STORE_-1206153010', u'INDIRECT_-1206144126'), (u'INDIRECT_-1206149407', u'MULTIEQUAL_-1206149306'), (u'INDIRECT_-1206141828', u'MULTIEQUAL_-1206141935'), ('tmp_2777', u'CBRANCH_-1206154796'), (u'INDIRECT_-1206143981', u'MULTIEQUAL_-1206143776'), (u'CALL_-1206153822', u'INT_NOTEQUAL_-1206153788'), (u'MULTIEQUAL_-1206143886', u'MULTIEQUAL_-1206142199'), (u'LOAD_-1206156021', u'CALL_-1206153285'), (u'CAST_-1206140402', u'INT_NOTEQUAL_-1206152250'), (u'CAST_-1206142415', u'STORE_-1206142666'), (u'INDIRECT_-1206143340', u'MULTIEQUAL_-1206143842'), (u'STORE_-1206152961', u'INDIRECT_-1206144800'), (u'INDIRECT_-1206141853', u'MULTIEQUAL_-1206141768'), (u'INDIRECT_-1206143094', u'MULTIEQUAL_-1206142960'), (u'MULTIEQUAL_-1206143560', u'MULTIEQUAL_-1206143544'), (u'INDIRECT_-1206143873', u'MULTIEQUAL_-1206143467'), (u'CALL_-1206152786', u'INDIRECT_-1206143917'), (u'CALL_-1206152833', u'INDIRECT_-1206142383'), (u'COPY_-1206140316', u'MULTIEQUAL_-1206145820'), (u'CALL_-1206153917', u'INDIRECT_-1206142176'), (u'INDIRECT_-1206142599', u'MULTIEQUAL_-1206142427'), (u'INDIRECT_-1206142468', u'MULTIEQUAL_-1206142446'), (u'MULTIEQUAL_-1206142969', u'MULTIEQUAL_-1206142953'), (u'CALL_-1206155664', u'INDIRECT_-1206142624'), (u'INDIRECT_-1206141498', u'MULTIEQUAL_-1206142661'), (u'CALL_-1206153917', u'CAST_-1206141269'), (u'INT_ADD_-1206156293', u'CAST_-1206142245'), (u'MULTIEQUAL_-1206141350', u'MULTIEQUAL_-1206141345'), (u'CALL_-1206154119', u'INDIRECT_-1206148410'), (u'INDIRECT_-1206140613', u'MULTIEQUAL_-1206142781'), (u'CALL_-1206156061', u'INDIRECT_-1206142805'), (u'MULTIEQUAL_-1206142211', u'MULTIEQUAL_-1206143427'), (u'STORE_-1206152940', u'INDIRECT_-1206142791'), (u'STORE_-1206153010', u'INDIRECT_-1206143072'), (u'CALL_-1206152136', u'INDIRECT_-1206142220'), (u'CALL_-1206152341', u'INDIRECT_-1206141058'), (u'INDIRECT_-1206144680', u'PTRADD_-1206151816'), (u'CALL_-1206156964', u'INDIRECT_-1206144450'), ('const-417', u'LOAD_-1206151324'), (u'CALL_-1206156387', u'INDIRECT_-1206144723'), (u'MULTIEQUAL_-1206148239', u'PTRADD_-1206140365'), (u'COPY_-1206140677', u'MULTIEQUAL_-1206148501'), (u'MULTIEQUAL_-1206145458', u'COPY_-1206140071'), (u'INDIRECT_-1206144019', u'MULTIEQUAL_-1206142202'), (u'COPY_-1206140235', u'MULTIEQUAL_-1206140084'), (u'STORE_-1206152961', u'INDIRECT_-1206143858'), (u'CALL_-1206152370', u'INDIRECT_-1206142200'), (u'INDIRECT_-1206142351', u'MULTIEQUAL_-1206142329'), (u'INDIRECT_-1206142395', u'MULTIEQUAL_-1206142310'), ('const-717992', u'COPY_-1206150265'), (u'STORE_-1206152961', u'INDIRECT_-1206144093'), (u'CALL_-1206153822', u'INDIRECT_-1206142717'), (u'MULTIEQUAL_-1206143481', u'MULTIEQUAL_-1206143779'), (u'CALL_-1206152876', u'INDIRECT_-1206141114'), (u'CALL_-1206152442', u'INDIRECT_-1206141881'), (u'INDIRECT_-1206142726', u'MULTIEQUAL_-1206142778'), (u'CALL_-1206153753', u'INDIRECT_-1206141634'), (u'INDIRECT_-1206149615', u'INT_ZEXT_-1206151607'), (u'MULTIEQUAL_-1206144136', u'MULTIEQUAL_-1206142200'), ('const-0', u'INT_NOTEQUAL_-1206150854'), (u'CALL_-1206150990', u'INDIRECT_-1206140252'), (u'CALL_-1206153678', u'INDIRECT_-1206141711'), ('const-0', u'INT_NOTEQUAL_-1206154055'), (u'CALL_-1206153877', u'INDIRECT_-1206143331'), (u'CALL_-1206153686', u'INDIRECT_-1206142662'), (u'MULTIEQUAL_-1206149522', u'PTRADD_-1206152263'), (u'CALL_-1206156387', u'INDIRECT_-1206144016'), (u'INDIRECT_-1206144576', u'MULTIEQUAL_-1206144300'), ('tmp_947', u'CBRANCH_-1206156084'), (u'MULTIEQUAL_-1206142840', u'MULTIEQUAL_-1206142510'), (u'CALL_-1206153877', u'INDIRECT_-1206141804'), (u'CALL_-1206153992', u'INDIRECT_-1206143382'), (u'CALL_-1206151480', u'INDIRECT_-1206140992'), (u'MULTIEQUAL_-1206141276', u'MULTIEQUAL_-1206141478'), (u'CALL_-1206153041', u'INDIRECT_-1206141958'), (u'CALL_-1206155664', u'INDIRECT_-1206142507'), (u'CALL_-1206153753', u'INDIRECT_-1206143512'), (u'INDIRECT_-1206141540', u'MULTIEQUAL_-1206143835'), (u'MULTIEQUAL_-1206141239', u'MULTIEQUAL_-1206141012'), (u'INDIRECT_-1206142512', u'MULTIEQUAL_-1206142427'), (u'INDIRECT_-1206144693', u'MULTIEQUAL_-1206144417'), (u'INDIRECT_-1206141582', u'MULTIEQUAL_-1206141386'), (u'INDIRECT_-1206141167', u'MULTIEQUAL_-1206140895'), (u'INT_ADD_-1206151299', u'CAST_-1206140023'), (u'CALL_-1206152876', u'INDIRECT_-1206141465'), (u'CALL_-1206153994', u'CAST_-1206141307'), (u'CALL_-1206154181', u'INDIRECT_-1206142451'), (u'CALL_-1206153041', u'INDIRECT_-1206143017'), (u'CALL_-1206150167', u'INDIRECT_-1206140689'), (u'COPY_-1206140306', u'MULTIEQUAL_-1206145762'), (u'CALL_-1206154661', u'INDIRECT_-1206143315'), (u'MULTIEQUAL_-1206142200', u'MULTIEQUAL_-1206144025'), (u'CALL_-1206152341', u'INDIRECT_-1206142819'), (u'MULTIEQUAL_-1206147407', u'LOAD_-1206155403'), (u'MULTIEQUAL_-1206149252', u'CALL_-1206153753'), (u'STORE_-1206142666', u'INDIRECT_-1206142779'), (u'INDIRECT_-1206140262', u'MULTIEQUAL_-1206142430'), (u'CALL_-1206155601', u'INDIRECT_-1206143653'), (u'INDIRECT_-1206142404', u'MULTIEQUAL_-1206142906'), (u'MULTIEQUAL_-1206143893', u'MULTIEQUAL_-1206143563'), (u'INT_ADD_-1206153224', u'CAST_-1206142568'), ('const-5', u'CALL_-1206155215'), ('const-0', u'INT_EQUAL_-1206151146'), (u'INDIRECT_-1206140880', u'INT_NOTEQUAL_-1206152525'), (u'CALL_-1206156853', u'INDIRECT_-1206144044'), (u'INDIRECT_-1206142156', u'MULTIEQUAL_-1206142097'), (u'INDIRECT_-1206143601', u'MULTIEQUAL_-1206143491'), (u'INDIRECT_-1206141114', u'MULTIEQUAL_-1206142076'), (u'INDIRECT_-1206143657', u'MULTIEQUAL_-1206144199'), (u'STORE_-1206152955', u'INDIRECT_-1206144562'), (u'CAST_-1206140926', u'INT_SUB_-1206141170'), (u'CALL_-1206156809', u'INDIRECT_-1206144850'), (u'INDIRECT_-1206140806', u'MULTIEQUAL_-1206143542'), (u'INDIRECT_-1206142248', u'MULTIEQUAL_-1206142076'), (u'CALL_-1206152168', u'INDIRECT_-1206140822'), ('tmp_425', u'CBRANCH_-1206156742'), ('const-282656', u'PTRSUB_-1206142155'), (u'INDIRECT_-1206141816', u'MULTIEQUAL_-1206141719'), (u'INDIRECT_-1206142453', u'MULTIEQUAL_-1206142414'), (u'INT_LESS_-1206153035', u'MULTIEQUAL_-1206148730'), (u'INDIRECT_-1206142332', u'MULTIEQUAL_-1206142297'), ('tmp_6065', u'CBRANCH_-1206152860'), (u'LOAD_-1206151342', u'INT_ADD_-1206151308'), ('const-0', u'INT_NOTEQUAL_-1206153903'), (u'CALL_-1206155664', u'INDIRECT_-1206144034'), (u'INDIRECT_-1206141246', u'MULTIEQUAL_-1206141625'), (u'STORE_-1206154035', u'INDIRECT_-1206141532'), (u'CALL_-1206153041', u'INDIRECT_-1206142427'), ('tmp_9028', u'CBRANCH_-1206151179'), (u'STORE_-1206154035', u'INDIRECT_-1206143176'), (u'COPY_-1206140987', u'CALL_-1206153041'), (u'CALL_-1206151003', u'INDIRECT_-1206140963'), (u'LOAD_-1206152987', u'INT_ADD_-1206152962'), (u'MULTIEQUAL_-1206140809', u'MULTIEQUAL_-1206140900'), (u'INDIRECT_-1206143156', u'MULTIEQUAL_-1206142191'), (u'INDIRECT_-1206142407', u'MULTIEQUAL_-1206142310'), (u'MULTIEQUAL_-1206143425', u'COPY_-1206142700'), (u'INDIRECT_-1206141992', u'MULTIEQUAL_-1206141720'), (u'CALL_-1206153994', u'INDIRECT_-1206143036'), (u'MULTIEQUAL_-1206143086', u'MULTIEQUAL_-1206143070'), (u'MULTIEQUAL_-1206142203', u'MULTIEQUAL_-1206144376'), (u'CALL_-1206153822', u'INDIRECT_-1206142366'), (u'INDIRECT_-1206142689', u'MULTIEQUAL_-1206142586'), (u'CALL_-1206152370', u'INDIRECT_-1206142556'), (u'INDIRECT_-1206140386', u'MULTIEQUAL_-1206140654'), ('tmp_9978', u'CBRANCH_-1206153106'), (u'CALL_-1206153877', u'INDIRECT_-1206142506'), (u'CAST_-1206140644', u'MULTIEQUAL_-1206149252'), (u'CALL_-1206154661', u'INDIRECT_-1206142139'), (u'COPY_-1206141537', u'MULTIEQUAL_-1206149345'), (u'CALL_-1206154589', u'INDIRECT_-1206143873'), (u'INDIRECT_-1206143430', u'COPY_-1206142403'), (u'INDIRECT_-1206143162', u'MULTIEQUAL_-1206142957'), (u'INDIRECT_-1206142866', u'MULTIEQUAL_-1206142765'), ('const-0', u'INT_NOTEQUAL_-1206153032'), (u'CALL_-1206155664', u'INDIRECT_-1206142741'), (u'INDIRECT_-1206143664', u'MULTIEQUAL_-1206143542'), (u'MULTIEQUAL_-1206141937', u'INT_AND_-1206140174'), (u'MULTIEQUAL_-1206142803', u'MULTIEQUAL_-1206143005'), (u'MULTIEQUAL_-1206145570', u'MULTIEQUAL_-1206145582'), (u'INT_ADD_-1206151471', u'CAST_-1206140304'), (u'INT_SUB_-1206153661', u'CALL_-1206153041'), (u'STORE_-1206153782', u'INDIRECT_-1206142914'), (u'INDIRECT_-1206142624', u'MULTIEQUAL_-1206142502'), ('const-0', u'INT_NOTEQUAL_-1206155501'), ('const-417', u'LOAD_-1206154031'), (u'INDIRECT_-1206141058', u'MULTIEQUAL_-1206141885'), (u'CALL_-1206154940', u'INDIRECT_-1206143078'), (u'INDIRECT_-1206142977', u'MULTIEQUAL_-1206142506'), (u'CAST_-1206142434', u'STORE_-1206152955'), (u'INDIRECT_-1206143323', u'MULTIEQUAL_-1206143191'), (u'MULTIEQUAL_-1206148501', u'LOAD_-1206152268'), (u'INT_NOTEQUAL_-1206154081', u'CBRANCH_-1206154080'), (u'CALLIND_-1206156299', u'INDIRECT_-1206142919'), (u'MULTIEQUAL_-1206142310', u'MULTIEQUAL_-1206142272'), (u'MULTIEQUAL_-1206142803', u'MULTIEQUAL_-1206142760'), (u'CALLIND_-1206156299', u'INDIRECT_-1206143387'), (u'CALL_-1206153017', u'INDIRECT_-1206142065'), (u'CALL_-1206155437', u'INDIRECT_-1206143331'), (u'CALL_-1206152922', u'INDIRECT_-1206142495'), (u'INDIRECT_-1206144806', u'MULTIEQUAL_-1206144601'), (u'STORE_-1206151220', u'INDIRECT_-1206140730'), (u'CALL_-1206152281', u'INDIRECT_-1206141453'), (u'MULTIEQUAL_-1206148293', u'INT_ADD_-1206151783'), (u'CALL_-1206151003', u'INDIRECT_-1206140846'), (u'INDIRECT_-1206144048', u'MULTIEQUAL_-1206144550'), (u'CALL_-1206154181', u'PTRADD_-1206153933'), (u'CALL_-1206150193', u'INDIRECT_-1206147161'), ('const-4', u'INT_AND_-1206148685'), (u'COPY_-1206140283', u'MULTIEQUAL_-1206148081'), (u'MULTIEQUAL_-1206144029', u'MULTIEQUAL_-1206143995'), (u'CALL_-1206153063', u'INDIRECT_-1206142782'), (u'INDIRECT_-1206141804', u'MULTIEQUAL_-1206141762'), (u'INDIRECT_-1206143621', u'MULTIEQUAL_-1206143609'), ('const-20', u'INT_ADD_-1206152941'), ('const-417', u'LOAD_-1206156830'), (u'INT_NOTEQUAL_-1206154996', u'CBRANCH_-1206154995'), (u'MULTIEQUAL_-1206144012', u'MULTIEQUAL_-1206142950'), (u'MULTIEQUAL_-1206144244', u'MULTIEQUAL_-1206143894'), (u'MULTIEQUAL_-1206142872', u'MULTIEQUAL_-1206143014'), (u'CALL_-1206153063', u'INDIRECT_-1206143016'), (u'CALL_-1206152563', u'INDIRECT_-1206142992'), (u'INDIRECT_-1206142509', u'MULTIEQUAL_-1206142375'), ('const-417', u'LOAD_-1206153052'), (u'CALL_-1206150167', u'INDIRECT_-1206141157'), (u'MULTIEQUAL_-1206147783', u'BOOL_NEGATE_-1206147035'), (u'CALL_-1206155792', u'INDIRECT_-1206143625'), (u'INDIRECT_-1206142857', u'MULTIEQUAL_-1206142599'), (u'INT_EQUAL_-1206155629', u'CBRANCH_-1206155628'), (u'INDIRECT_-1206141498', u'MULTIEQUAL_-1206141423'), (u'MULTIEQUAL_-1206144367', u'MULTIEQUAL_-1206144016'), (u'INDIRECT_-1206142257', u'MULTIEQUAL_-1206144425'), (u'CALL_-1206155855', u'INDIRECT_-1206144472'), ('tmp_7313', u'CBRANCH_-1206153319'), (u'CALL_-1206152833', u'INDIRECT_-1206142501'), ('tmp_5963', u'CBRANCH_-1206152998'), (u'INDIRECT_-1206143981', u'MULTIEQUAL_-1206143603'), (u'INDIRECT_-1206141237', u'MULTIEQUAL_-1206142544'), (u'INDIRECT_-1206142674', u'MULTIEQUAL_-1206143837'), (u'INDIRECT_-1206140810', u'MULTIEQUAL_-1206142193'), (u'CALL_-1206153877', u'INDIRECT_-1206142975'), (u'LOAD_-1206154216', u'INT_LESS_-1206154201'), (u'LOAD_-1206154216', u'INT_EQUAL_-1206154201'), (u'MULTIEQUAL_-1206141745', u'MULTIEQUAL_-1206141737'), (u'BOOL_NEGATE_-1206147036', u'BOOL_AND_-1206151183'), (u'MULTIEQUAL_-1206143776', u'MULTIEQUAL_-1206143446'), (u'MULTIEQUAL_-1206148332', u'INT_EQUAL_-1206151623'), (u'CALL_-1206153963', u'INT_ADD_-1206153920'), (u'CALL_-1206153822', u'INDIRECT_-1206143074'), (u'INDIRECT_-1206142417', u'MULTIEQUAL_-1206142796'), ('const-1', u'INT_SUB_-1206141170'), (u'INT_ZEXT_-1206151142', u'INT_LESSEQUAL_-1206151136'), (u'INDIRECT_-1206142919', u'MULTIEQUAL_-1206140654'), ('const-1', u'PTRADD_-1206153811'), (u'STORE_-1206152961', u'INDIRECT_-1206143741'), (u'INDIRECT_-1206143296', u'MULTIEQUAL_-1206143178'), (u'MULTIEQUAL_-1206141837', u'MULTIEQUAL_-1206144191'), (u'INDIRECT_-1206143153', u'MULTIEQUAL_-1206143140'), ('const-15', u'COPY_-1206151642'), (u'CALL_-1206152786', u'INDIRECT_-1206143449'), (u'CALL_-1206152341', u'INDIRECT_-1206143053'), (u'STORE_-1206154656', u'INDIRECT_-1206142800'), (u'CALL_-1206154181', u'PTRADD_-1206153811'), (u'MULTIEQUAL_-1206142445', u'MULTIEQUAL_-1206143661'), (u'MULTIEQUAL_-1206145570', u'CAST_-1206140122'), (u'CALL_-1206151271', u'INDIRECT_-1206142226'), (u'STORE_-1206151230', u'INDIRECT_-1206141323'), (u'CAST_-1206141478', u'COPY_-1206141636'), ('const-1', u'COPY_-1206140181'), (u'CALL_-1206153285', u'INDIRECT_-1206149071'), (u'INDIRECT_-1206144157', u'MULTIEQUAL_-1206144037'), (u'INDIRECT_-1206142219', u'MULTIEQUAL_-1206142180'), (u'INDIRECT_-1206141760', u'MULTIEQUAL_-1206142587'), (u'COPY_-1206140745', u'CALL_-1206152370'), (u'MULTIEQUAL_-1206147748', u'MULTIEQUAL_-1206148964'), (u'CALL_-1206153017', u'INDIRECT_-1206142890'), (u'STORE_-1206152940', u'INDIRECT_-1206143844'), (u'INDIRECT_-1206143328', u'MULTIEQUAL_-1206142857'), ('tmp_4385', u'CBRANCH_-1206154033'), (u'MULTIEQUAL_-1206148979', u'MULTIEQUAL_-1206148976'), (u'INT_ZEXT_-1206151230', u'INT_MULT_-1206147046'), (u'MULTIEQUAL_-1206142039', u'INT_SEXT_-1206154834'), (u'CALL_-1206155437', u'INDIRECT_-1206142161'), (u'INDIRECT_-1206143036', u'MULTIEQUAL_-1206142898'), (u'INDIRECT_-1206142594', u'MULTIEQUAL_-1206142476'), (u'INDIRECT_-1206142273', u'MULTIEQUAL_-1206142151'), (u'INDIRECT_-1206142689', u'MULTIEQUAL_-1206142427'), (u'CALL_-1206154730', u'INDIRECT_-1206142983'), (u'MULTIEQUAL_-1206149306', u'MULTIEQUAL_-1206142204'), ('tmp_5507', u'BRANCH_-1206152991'), (u'MULTIEQUAL_-1206141930', u'MULTIEQUAL_-1206142072'), (u'CALL_-1206152277', u'INDIRECT_-1206142791'), (u'CALL_-1206152833', u'INDIRECT_-1206143208'), (u'CALL_-1206151480', u'INDIRECT_-1206141226'), (u'COPY_-1206141038', u'MULTIEQUAL_-1206148843'), ('const-5', u'CALL_-1206150776'), (u'INDIRECT_-1206143435', u'MULTIEQUAL_-1206143332'), (u'INDIRECT_-1206143917', u'MULTIEQUAL_-1206143797'), (u'CAST_-1206140122', u'COPY_-1206140222'), (u'MULTIEQUAL_-1206144082', u'COPY_-1206144181'), ('tmp_9213', u'CBRANCH_-1206150854'), (u'CALL_-1206153190', u'INDIRECT_-1206143336'), (u'INDIRECT_-1206144423', u'MULTIEQUAL_-1206144250'), (u'INDIRECT_-1206140868', u'MULTIEQUAL_-1206140809'), (u'CALL_-1206153481', u'INDIRECT_-1206143288'), (u'CALL_-1206152281', u'INDIRECT_-1206142746'), ('const-4', u'INT_ADD_-1206151012'), (u'STORE_-1206152955', u'INDIRECT_-1206144679'), (u'CALL_-1206153704', u'INDIRECT_-1206143014'), (u'INT_ZEXT_-1206151225', u'INT_MULT_-1206147045'), (u'CAST_-1206141070', u'PTRADD_-1206154140'), (u'CAST_-1206142169', u'COPY_-1206142263'), (u'INDIRECT_-1206144102', u'MULTIEQUAL_-1206143826'), (u'CALL_-1206152341', u'INDIRECT_-1206142346'), (u'INDIRECT_-1206141939', u'MULTIEQUAL_-1206143246'), (u'INDIRECT_-1206143425', u'MULTIEQUAL_-1206143375'), (u'INDIRECT_-1206148434', u'MULTIEQUAL_-1206148418'), (u'INT_EQUAL_-1206153949', u'CBRANCH_-1206153947'), (u'MULTIEQUAL_-1206147786', u'MULTIEQUAL_-1206147783'), (u'MULTIEQUAL_-1206140661', u'MULTIEQUAL_-1206143015'), (u'CALL_-1206154119', u'INDIRECT_-1206143358'), ('const-1', u'INT_ADD_-1206141138'), (u'MULTIEQUAL_-1206142906', u'COPY_-1206143005'), (u'INDIRECT_-1206148808', u'MULTIEQUAL_-1206148418'), (u'MULTIEQUAL_-1206147756', u'MULTIEQUAL_-1206147748'), (u'MULTIEQUAL_-1206142150', u'MULTIEQUAL_-1206142134'), (u'LOAD_-1206151827', u'INT_ADD_-1206151802'), (u'CALL_-1206153753', u'INDIRECT_-1206142922'), (u'CALL_-1206153554', u'INDIRECT_-1206142493'), (u'CALL_-1206152136', u'INDIRECT_-1206140810'), (u'MULTIEQUAL_-1206142064', u'MULTIEQUAL_-1206141837'), (u'INT_ADD_-1206151308', u'CAST_-1206140030'), ('tmp_1872', u'CBRANCH_-1206155473'), (u'CALL_-1206153753', u'INDIRECT_-1206143044'), (u'CALL_-1206155792', u'INDIRECT_-1206142806'), (u'MULTIEQUAL_-1206143077', u'MULTIEQUAL_-1206142191'), (u'INT_AND_-1206148685', u'INT_EQUAL_-1206153259'), ('const-0', u'INT_EQUAL_-1206153056'), ('const-4', u'PTRADD_-1206140655'), (u'INDIRECT_-1206142703', u'MULTIEQUAL_-1206142681'), (u'MULTIEQUAL_-1206144244', u'MULTIEQUAL_-1206143914'), (u'CALL_-1206153190', u'INT_ADD_-1206142764'), (u'INDIRECT_-1206143542', u'MULTIEQUAL_-1206143503'), (u'CALL_-1206151512', u'INDIRECT_-1206142297'), (u'CALL_-1206153059', u'INDIRECT_-1206142932'), (u'CALL_-1206153963', u'INDIRECT_-1206141734'), (u'INDIRECT_-1206141322', u'MULTIEQUAL_-1206141590'), (u'MULTIEQUAL_-1206144835', u'INT_NOTEQUAL_-1206156742'), ('const-0', u'INT_EQUAL_-1206151245'), ('const-417', u'LOAD_-1206152202'), ('const-417', u'LOAD_-1206154051'), (u'CALL_-1206154181', u'PTRADD_-1206153940'), (u'MULTIEQUAL_-1206144003', u'MULTIEQUAL_-1206142200'), (u'CALL_-1206152563', u'INDIRECT_-1206141933'), (u'CALL_-1206152168', u'INDIRECT_-1206141173'), (u'INDIRECT_-1206142985', u'MULTIEQUAL_-1206142656'), (u'INDIRECT_-1206143570', u'MULTIEQUAL_-1206143241'), (u'CALL_-1206155202', u'INDIRECT_-1206143657'), (u'CALL_-1206150193', u'INDIRECT_-1206141758'), (u'MULTIEQUAL_-1206144120', u'MULTIEQUAL_-1206142201'), (u'INDIRECT_-1206143565', u'MULTIEQUAL_-1206143523'), (u'MULTIEQUAL_-1206148501', u'PTRADD_-1206140682'), (u'INDIRECT_-1206141687', u'MULTIEQUAL_-1206141628'), (u'CALL_-1206153063', u'INDIRECT_-1206143133'), ('const-1', u'PTRADD_-1206142283'), (u'STORE_-1206151220', u'INDIRECT_-1206141906'), (u'INDIRECT_-1206143054', u'MULTIEQUAL_-1206143014'), (u'CALL_-1206156809', u'INDIRECT_-1206144616'), (u'CALL_-1206153190', u'INDIRECT_-1206142868'), (u'INDIRECT_-1206143647', u'MULTIEQUAL_-1206143529'), (u'CALL_-1206156964', u'INDIRECT_-1206144923'), (u'CALL_-1206155288', u'INDIRECT_-1206142521'), (u'CALL_-1206152442', u'INDIRECT_-1206142940'), (u'CALL_-1206152370', u'INDIRECT_-1206142439'), (u'INDIRECT_-1206142868', u'MULTIEQUAL_-1206142803'), (u'MULTIEQUAL_-1206142286', u'MULTIEQUAL_-1206142281'), (u'INDIRECT_-1206141480', u'MULTIEQUAL_-1206141859'), (u'CALL_-1206150750', u'INDIRECT_-1206141205'), (u'INDIRECT_-1206141509', u'MULTIEQUAL_-1206141497'), (u'CALL_-1206153285', u'INT_AND_-1206148685'), (u'CALL_-1206153822', u'INDIRECT_-1206141547'), ('const-719000', u'COPY_-1206140745'), (u'INDIRECT_-1206148143', u'MULTIEQUAL_-1206148869'), (u'INDIRECT_-1206143265', u'MULTIEQUAL_-1206143233'), (u'INDIRECT_-1206140992', u'MULTIEQUAL_-1206142936'), (u'INDIRECT_-1206143331', u'MULTIEQUAL_-1206143086'), (u'MULTIEQUAL_-1206149369', u'LOAD_-1206154132'), (u'CALL_-1206155437', u'INDIRECT_-1206142512'), (u'CALL_-1206153017', u'INDIRECT_-1206141714'), (u'MULTIEQUAL_-1206145385', u'MULTIEQUAL_-1206145570'), ('const-4294967294', u'INT_MULT_-1206147045'), (u'INDIRECT_-1206144153', u'MULTIEQUAL_-1206143682'), (u'INDIRECT_-1206142200', u'MULTIEQUAL_-1206143363'), (u'STORE_-1206153782', u'INDIRECT_-1206141626'), (u'CALL_-1206152922', u'INDIRECT_-1206142255'), (u'LOAD_-1206151028', u'INT_EQUAL_-1206151013'), (u'INDIRECT_-1206140407', u'MULTIEQUAL_-1206142351'), (u'CALL_-1206152136', u'INDIRECT_-1206147740'), (u'INT_EQUAL_-1206154006', u'CBRANCH_-1206154003'), (u'INDIRECT_-1206142715', u'MULTIEQUAL_-1206143257'), (u'INDIRECT_-1206141926', u'MULTIEQUAL_-1206141861'), (u'CALL_-1206153994', u'INDIRECT_-1206142684'), (u'STORE_-1206151230', u'INDIRECT_-1206141797'), (u'MULTIEQUAL_-1206141584', u'MULTIEQUAL_-1206141579'), (u'INT_NOTEQUAL_-1206151803', u'CBRANCH_-1206151800'), (u'MULTIEQUAL_-1206141134', u'MULTIEQUAL_-1206141043'), (u'INT_ADD_-1206153691', u'CALL_-1206153686'), (u'CALL_-1206154940', u'INDIRECT_-1206142727'), ('const-0', u'PTRSUB_-1206142362'), (u'CALL_-1206155792', u'INDIRECT_-1206143040'), (u'MULTIEQUAL_-1206143902', u'MULTIEQUAL_-1206142198'), (u'CALL_-1206153059', u'INDIRECT_-1206144693'), ('const-0', u'INT_EQUAL_-1206153217'), (u'MULTIEQUAL_-1206143074', u'MULTIEQUAL_-1206142723'), (u'INDIRECT_-1206141981', u'MULTIEQUAL_-1206141946'), (u'INDIRECT_-1206141040', u'MULTIEQUAL_-1206143776'), ('const-0', u'INT_EQUAL_-1206156003'), (u'INT_EQUAL_-1206154797', u'CBRANCH_-1206154796'), (u'INT_ADD_-1206155599', u'CAST_-1206141913'), (u'INDIRECT_-1206143270', u'MULTIEQUAL_-1206141005'), (u'CAST_-1206140300', u'LOAD_-1206151816'), ('const-0', u'INT_NOTEQUAL_-1206151052'), ('const-0', u'CALL_-1206151512'), (u'CALL_-1206150167', u'INDIRECT_-1206147151'), (u'CALL_-1206152324', u'INDIRECT_-1206141354'), ('const-417', u'LOAD_-1206152996'), (u'INDIRECT_-1206141465', u'MULTIEQUAL_-1206141269'), (u'INDIRECT_-1206143459', u'CALL_-1206156809'), (u'MULTIEQUAL_-1206143363', u'MULTIEQUAL_-1206143662'), (u'INDIRECT_-1206141946', u'MULTIEQUAL_-1206141930'), (u'INT_NOTEQUAL_-1206152309', u'CBRANCH_-1206152308'), ('const-417', u'STORE_-1206154035'), (u'MULTIEQUAL_-1206142185', u'MULTIEQUAL_-1206142264'), (u'CALL_-1206155437', u'INT_EQUAL_-1206155423'), ('const-417', u'STORE_-1206152976'), (u'CALL_-1206152833', u'INDIRECT_-1206141798'), (u'LOAD_-1206151315', u'INT_OR_-1206151282'), (u'INT_ADD_-1206141139', u'PTRADD_-1206153079'), (u'INDIRECT_-1206143865', u'MULTIEQUAL_-1206143769'), (u'MULTIEQUAL_-1206142202', u'MULTIEQUAL_-1206144259'), (u'MULTIEQUAL_-1206141363', u'MULTIEQUAL_-1206143717'), (u'CALL_-1206152281', u'INDIRECT_-1206141219'), (u'MULTIEQUAL_-1206143388', u'MULTIEQUAL_-1206143345'), (u'INDIRECT_-1206140369', u'MULTIEQUAL_-1206142664'), (u'MULTIEQUAL_-1206145228', u'CALL_-1206151271'), (u'INT_NOTEQUAL_-1206151091', u'CBRANCH_-1206151091'), (u'STORE_-1206153010', u'INDIRECT_-1206143189'), (u'STORE_-1206154656', u'INDIRECT_-1206143152'), (u'CALL_-1206153822', u'INDIRECT_-1206143425'), (u'INDIRECT_-1206143391', u'MULTIEQUAL_-1206143288'), (u'MULTIEQUAL_-1206143662', u'MULTIEQUAL_-1206142196'), (u'INDIRECT_-1206140913', u'MULTIEQUAL_-1206140838'), (u'CALL_-1206155792', u'INDIRECT_-1206142923'), (u'INDIRECT_-1206143148', u'MULTIEQUAL_-1206143116'), (u'MULTIEQUAL_-1206145385', u'INT_NOTEQUAL_-1206151455'), (u'INDIRECT_-1206142524', u'MULTIEQUAL_-1206142328'), (u'MULTIEQUAL_-1206142936', u'MULTIEQUAL_-1206142735'), (u'INDIRECT_-1206142180', u'MULTIEQUAL_-1206142164'), (u'INDIRECT_-1206142557', u'MULTIEQUAL_-1206142482'), (u'INDIRECT_-1206142229', u'MULTIEQUAL_-1206141823'), (u'INDIRECT_-1206150019', u'MULTIEQUAL_-1206149904'), (u'INDIRECT_-1206141147', u'MULTIEQUAL_-1206141072'), (u'INDIRECT_-1206143774', u'MULTIEQUAL_-1206144316'), (u'INDIRECT_-1206143153', u'MULTIEQUAL_-1206140888'), (u'CALL_-1206152370', u'INDIRECT_-1206141848'), (u'INDIRECT_-1206143679', u'MULTIEQUAL_-1206143545'), (u'STORE_-1206153782', u'INDIRECT_-1206143504'), (u'CALL_-1206154830', u'INDIRECT_-1206143731'), (u'INT_MULT_-1206148338', u'INT_ADD_-1206141596'), (u'STORE_-1206152961', u'INDIRECT_-1206142922'), (u'MULTIEQUAL_-1206140771', u'MULTIEQUAL_-1206140544'), (u'CALL_-1206152799', u'INDIRECT_-1206144517'), (u'CALL_-1206152412', u'INDIRECT_-1206141985'), ('const-2', u'INT_EQUAL_-1206151079'), (u'INDIRECT_-1206142454', u'MULTIEQUAL_-1206143837'), (u'INT_ADD_-1206141682', u'PTRADD_-1206154587'), (u'CALL_-1206151271', u'INT_ADD_-1206151216'), (u'INDIRECT_-1206143364', u'MULTIEQUAL_-1206143191'), (u'CALL_-1206150776', u'INDIRECT_-1206141450'), (u'STORE_-1206153010', u'INDIRECT_-1206143891'), (u'INDIRECT_-1206142937', u'MULTIEQUAL_-1206142897'), (u'MULTIEQUAL_-1206145470', u'MULTIEQUAL_-1206145458'), (u'INDIRECT_-1206142598', u'MULTIEQUAL_-1206143140'), (u'COPY_-1206142263', u'MULTIEQUAL_-1206147407'), (u'CALL_-1206156809', u'INDIRECT_-1206145084'), (u'INT_RIGHT_-1206153222', u'INT_EQUAL_-1206153186'), (u'CALL_-1206152324', u'INDIRECT_-1206142647'), (u'MULTIEQUAL_-1206142544', u'MULTIEQUAL_-1206142506'), (u'CALL_-1206153017', u'INDIRECT_-1206141012'), (u'STORE_-1206154656', u'INDIRECT_-1206141747'), (u'CALL_-1206150167', u'INDIRECT_-1206141748'), ('const-4', u'PTRADD_-1206142425'), (u'MULTIEQUAL_-1206141579', u'MULTIEQUAL_-1206141721'), (u'CALL_-1206152277', u'INDIRECT_-1206141966'), (u'CALL_-1206155664', u'INDIRECT_-1206143800'), (u'CALL_-1206154940', u'INDIRECT_-1206143313'), (u'PTRADD_-1206153079', u'COPY_-1206141052'), (u'CALL_-1206152786', u'INDIRECT_-1206144508'), (u'INDIRECT_-1206148388', u'INT_ZEXT_-1206153040'), (u'INDIRECT_-1206142562', u'MULTIEQUAL_-1206142550'), ('const-0', u'INT_NOTEQUAL_-1206152917'), (u'INDIRECT_-1206143864', u'MULTIEQUAL_-1206143374'), (u'INDIRECT_-1206143013', u'MULTIEQUAL_-1206142840'), (u'CALL_-1206151480', u'INDIRECT_-1206141700'), (u'INDIRECT_-1206143390', u'MULTIEQUAL_-1206143012'), (u'INDIRECT_-1206144125', u'MULTIEQUAL_-1206144667'), (u'MULTIEQUAL_-1206141393', u'INT_NOTEQUAL_-1206153918'), (u'INT_EQUAL_-1206153035', u'MULTIEQUAL_-1206148473'), (u'INDIRECT_-1206142278', u'MULTIEQUAL_-1206142193'), (u'INDIRECT_-1206142050', u'MULTIEQUAL_-1206141953'), (u'INDIRECT_-1206142571', u'MULTIEQUAL_-1206142193'), ('const-1', u'COPY_-1206140665'), ('const-16', u'INT_ADD_-1206152962'), (u'PTRADD_-1206153547', u'CALL_-1206153554'), (u'COPY_-1206141066', u'MULTIEQUAL_-1206148905'), (u'INDIRECT_-1206142083', u'MULTIEQUAL_-1206143246'), (u'MULTIEQUAL_-1206143442', u'SUBPIECE_-1206143553'), (u'BOOL_NEGATE_-1206143912', u'CBRANCH_-1206154164'), (u'CALL_-1206152799', u'INDIRECT_-1206144634'), (u'CALL_-1206153190', u'INDIRECT_-1206142985'), (u'INDIRECT_-1206141244', u'MULTIEQUAL_-1206141228'), (u'INDIRECT_-1206142440', u'MULTIEQUAL_-1206143603'), (u'CALL_-1206153063', u'INDIRECT_-1206144543'), ('const-384', u'PTRADD_-1206151816'), (u'INDIRECT_-1206143668', u'MULTIEQUAL_-1206143720'), (u'INDIRECT_-1206143629', u'MULTIEQUAL_-1206143590'), (u'STORE_-1206151220', u'INDIRECT_-1206140613'), (u'CALL_-1206151003', u'INDIRECT_-1206141197'), (u'INT_ADD_-1206153920', u'INT_ADD_-1206153918'), (u'INDIRECT_-1206142285', u'MULTIEQUAL_-1206144229'), (u'MULTIEQUAL_-1206141269', u'MULTIEQUAL_-1206142485'), (u'CALL_-1206153063', u'INDIRECT_-1206143718'), (u'INDIRECT_-1206142626', u'MULTIEQUAL_-1206142155'), (u'MULTIEQUAL_-1206149812', u'CALL_-1206154589'), (u'CALL_-1206150193', u'INDIRECT_-1206141875'), (u'CALL_-1206152833', u'INDIRECT_-1206142740'), (u'INDIRECT_-1206145040', u'MULTIEQUAL_-1206144550'), (u'CALL_-1206156177', u'INDIRECT_-1206142860'), (u'CALL_-1206153041', u'INDIRECT_-1206141841'), ('const-5', u'CALL_-1206152168'), (u'CALL_-1206150167', u'INDIRECT_-1206141509'), (u'COPY_-1206141548', u'MULTIEQUAL_-1206149387'), ('tmp_5804', u'CBRANCH_-1206153082'), (u'INT_ADD_-1206140432', u'PTRADD_-1206151180'), (u'INDIRECT_-1206142672', u'MULTIEQUAL_-1206142587'), (u'INT_EQUAL_-1206154201', u'CBRANCH_-1206154202'), (u'INDIRECT_-1206142863', u'MULTIEQUAL_-1206142804'), (u'CALL_-1206156853', u'INDIRECT_-1206143459'), ('tmp_5603', u'BRANCH_-1206152897'), (u'INT_AND_-1206149263', u'INT_EQUAL_-1206156249'), (u'INDIRECT_-1206141644', u'MULTIEQUAL_-1206141604'), (u'INDIRECT_-1206142828', u'MULTIEQUAL_-1206142732'), ('tmp_383', u'CBRANCH_-1206156776'), (u'CALL_-1206155792', u'INDIRECT_-1206143508'), (u'INDIRECT_-1206142112', u'MULTIEQUAL_-1206141706'), ('tmp_6204', u'BRANCH_-1206152775'), (u'MULTIEQUAL_-1206141979', u'MULTIEQUAL_-1206141971'), (u'CAST_-1206142561', u'LOAD_-1206153229'), (u'CALL_-1206155855', u'INT_AND_-1206149053'), (u'MULTIEQUAL_-1206142836', u'MULTIEQUAL_-1206141774'), (u'CALL_-1206152168', u'INDIRECT_-1206140705'), (u'LOAD_-1206151799', u'INT_NOTEQUAL_-1206151780'), (u'CALL_-1206153992', u'INDIRECT_-1206141855'), (u'INDIRECT_-1206143211', u'MULTIEQUAL_-1206142740'), (u'MULTIEQUAL_-1206140778', u'MULTIEQUAL_-1206143132'), (u'CALL_-1206153686', u'INDIRECT_-1206141960'), (u'CALL_-1206153704', u'INDIRECT_-1206148183'), (u'INDIRECT_-1206141804', u'MULTIEQUAL_-1206141745'), (u'MULTIEQUAL_-1206140654', u'MULTIEQUAL_-1206140427'), (u'STORE_-1206153010', u'INDIRECT_-1206144833'), (u'INDIRECT_-1206143053', u'MULTIEQUAL_-1206143880'), (u'CALL_-1206152412', u'CAST_-1206140472'), (u'MULTIEQUAL_-1206140684', u'MULTIEQUAL_-1206141900'), ('tmp_8093', u'CBRANCH_-1206151372'), (u'MULTIEQUAL_-1206141954', u'MULTIEQUAL_-1206144308'), (u'MULTIEQUAL_-1206149200', u'CALL_-1206153554'), (u'CALL_-1206156853', u'INDIRECT_-1206143225'), (u'MULTIEQUAL_-1206148293', u'INT_ADD_-1206151029'), (u'CALL_-1206153190', u'INDIRECT_-1206144980'), (u'CALL_-1206153822', u'INDIRECT_-1206148594'), (u'CALL_-1206151271', u'INDIRECT_-1206141635'), (u'CALL_-1206153041', u'INDIRECT_-1206141490'), (u'MULTIEQUAL_-1206142155', u'MULTIEQUAL_-1206142672'), (u'INDIRECT_-1206144377', u'MULTIEQUAL_-1206144244'), (u'INT_ADD_-1206142764', u'STORE_-1206142666'), (u'INDIRECT_-1206143089', u'MULTIEQUAL_-1206142957'), (u'INDIRECT_-1206143512', u'MULTIEQUAL_-1206143473'), (u'CAST_-1206140195', u'INT_NOTEQUAL_-1206151091'), (u'CALL_-1206156964', u'INDIRECT_-1206143864'), (u'CALL_-1206153285', u'INDIRECT_-1206144019'), (u'MULTIEQUAL_-1206148293', u'INT_ADD_-1206151423'), (u'INDIRECT_-1206141761', u'MULTIEQUAL_-1206141355'), (u'INDIRECT_-1206142501', u'MULTIEQUAL_-1206143210'), ('const-1', u'PTRADD_-1206151816'), (u'INDIRECT_-1206144499', u'MULTIEQUAL_-1206144367'), (u'INDIRECT_-1206141460', u'MULTIEQUAL_-1206143404'), (u'MULTIEQUAL_-1206143228', u'MULTIEQUAL_-1206143223'), (u'MULTIEQUAL_-1206142736', u'INT_ADD_-1206153028'), (u'CALL_-1206153530', u'INDIRECT_-1206142132'), (u'INDIRECT_-1206144098', u'MULTIEQUAL_-1206143893'), (u'INDIRECT_-1206143855', u'INT_AND_-1206156208'), (u'INDIRECT_-1206142860', u'MULTIEQUAL_-1206142726'), (u'CALL_-1206150776', u'INDIRECT_-1206140045'), (u'INDIRECT_-1206142949', u'MULTIEQUAL_-1206143491'), (u'MULTIEQUAL_-1206143191', u'MULTIEQUAL_-1206142840'), (u'CALL_-1206154119', u'INDIRECT_-1206143475'), (u'INDIRECT_-1206141934', u'MULTIEQUAL_-1206143878'), (u'CALL_-1206152442', u'INDIRECT_-1206141647'), (u'CALL_-1206153938', u'INDIRECT_-1206142306'), (u'MULTIEQUAL_-1206148730', u'MULTIEQUAL_-1206148727'), (u'CAST_-1206141332', u'CALL_-1206153963'), (u'CALL_-1206151480', u'INDIRECT_-1206142168'), (u'INT_ADD_-1206153264', u'CAST_-1206142583'), (u'PTRADD_-1206142190', u'LOAD_-1206155806'), (u'MULTIEQUAL_-1206143037', u'MULTIEQUAL_-1206143239'), (u'INT_LESS_-1206151220', u'MULTIEQUAL_-1206148037'), (u'CALL_-1206153938', u'INDIRECT_-1206142774'), (u'STORE_-1206153010', u'INDIRECT_-1206143657'), (u'CALL_-1206153481', u'INDIRECT_-1206142463'), (u'MULTIEQUAL_-1206144188', u'MULTIEQUAL_-1206144487'), (u'CALL_-1206153059', u'INDIRECT_-1206143517'), (u'INDIRECT_-1206144355', u'MULTIEQUAL_-1206144237'), (u'MULTIEQUAL_-1206141719', u'MULTIEQUAL_-1206141628'), (u'MULTIEQUAL_-1206149581', u'INT_ADD_-1206153691'), (u'CALLIND_-1206156299', u'INDIRECT_-1206144095'), (u'INDIRECT_-1206143308', u'MULTIEQUAL_-1206143258'), (u'CALL_-1206153822', u'INDIRECT_-1206141898'), (u'INDIRECT_-1206141595', u'MULTIEQUAL_-1206141579'), ('tmp_8316', u'BRANCH_-1206151212'), (u'INDIRECT_-1206141635', u'MULTIEQUAL_-1206141363'), (u'INDIRECT_-1206142278', u'MULTIEQUAL_-1206142219'), (u'INDIRECT_-1206142914', u'MULTIEQUAL_-1206142902'), (u'MULTIEQUAL_-1206142974', u'MULTIEQUAL_-1206143491'), (u'MULTIEQUAL_-1206143481', u'MULTIEQUAL_-1206143442'), (u'CALL_-1206156964', u'INDIRECT_-1206144572'), (u'STORE_-1206154656', u'INDIRECT_-1206143625'), (u'MULTIEQUAL_-1206142212', u'MULTIEQUAL_-1206142414'), (u'INDIRECT_-1206142440', u'MULTIEQUAL_-1206142408'), (u'CALL_-1206152786', u'INDIRECT_-1206142747'), (u'INDIRECT_-1206142864', u'MULTIEQUAL_-1206142744'), ('const-0', u'INT_NOTEQUAL_-1206154151'), (u'PTRADD_-1206154077', u'COPY_-1206141513'), (u'INT_ADD_-1206154733', u'CALL_-1206154730'), (u'INDIRECT_-1206144385', u'MULTIEQUAL_-1206144263'), (u'INDIRECT_-1206141129', u'MULTIEQUAL_-1206141508'), ('tmp_8522', u'CBRANCH_-1206151075'), (u'CALL_-1206152876', u'INDIRECT_-1206141231'), ('tmp_758', u'CBRANCH_-1206156219'), (u'INDIRECT_-1206140927', u'MULTIEQUAL_-1206142310'), (u'CALL_-1206153917', u'INDIRECT_-1206143235'), (u'INDIRECT_-1206142931', u'MULTIEQUAL_-1206142525'), (u'CALL_-1206153678', u'INDIRECT_-1206141477'), (u'CALL_-1206156177', u'INDIRECT_-1206142977'), ('const-0', u'STORE_-1206153782'), (u'LOAD_-1206151110', u'CAST_-1206140195'), (u'CALL_-1206156061', u'INDIRECT_-1206143859'), (u'CALL_-1206156809', u'INDIRECT_-1206143323'), (u'CALL_-1206156061', u'INT_AND_-1206149153'), ('const-6', u'COPY_-1206154249'), (u'MULTIEQUAL_-1206142195', u'MULTIEQUAL_-1206143434'), (u'CALL_-1206153686', u'INDIRECT_-1206143136'), (u'INDIRECT_-1206143274', u'MULTIEQUAL_-1206143012'), (u'INDIRECT_-1206143738', u'INT_RIGHT_-1206153139'), ('const-0', u'INT_EQUAL_-1206155474'), (u'STORE_-1206152961', u'INDIRECT_-1206144215'), (u'MULTIEQUAL_-1206146731', u'CALL_-1206153554'), ('const-417', u'LOAD_-1206151152'), ('tmp_8349', u'CBRANCH_-1206151048'), (u'INT_EQUAL_-1206154201', u'MULTIEQUAL_-1206148976'), (u'CALL_-1206152786', u'INDIRECT_-1206143332'), (u'MULTIEQUAL_-1206145762', u'INT_NOTEQUAL_-1206151506'), (u'CALL_-1206156177', u'INDIRECT_-1206144504'), ('const-1065003', u'COPY_-1206142724'), (u'COPY_-1206140361', u'MULTIEQUAL_-1206148157'), (u'MULTIEQUAL_-1206143170', u'MULTIEQUAL_-1206142969'), (u'CALL_-1206155664', u'INDIRECT_-1206144385'), (u'CALL_-1206153917', u'INDIRECT_-1206143469'), (u'INDIRECT_-1206142796', u'MULTIEQUAL_-1206142784'), (u'STORE_-1206153010', u'INDIRECT_-1206143306'), (u'INDIRECT_-1206141705', u'MULTIEQUAL_-1206143012'), (u'INDIRECT_-1206142749', u'MULTIEQUAL_-1206142648'), (u'INDIRECT_-1206142463', u'MULTIEQUAL_-1206142423'), (u'INT_LESS_-1206153949', u'MULTIEQUAL_-1206149233'), (u'MULTIEQUAL_-1206142687', u'MULTIEQUAL_-1206142778'), (u'MULTIEQUAL_-1206144316', u'COPY_-1206144415'), ('const-7', u'COPY_-1206154162'), (u'CALL_-1206154661', u'INDIRECT_-1206142256'), (u'MULTIEQUAL_-1206149345', u'LOAD_-1206154218'), (u'MULTIEQUAL_-1206142398', u'MULTIEQUAL_-1206142540'), (u'INDIRECT_-1206142343', u'MULTIEQUAL_-1206142071'), (u'MULTIEQUAL_-1206142187', u'MULTIEQUAL_-1206142498'), (u'PTRADD_-1206152727', u'MULTIEQUAL_-1206149522'), ('const-417', u'LOAD_-1206151799'), ('const-417', u'STORE_-1206151230'), (u'INDIRECT_-1206144151', u'INT_EQUAL_-1206155629'), (u'INT_AND_-1206149437', u'INT_EQUAL_-1206153186'), (u'INDIRECT_-1206143106', u'MULTIEQUAL_-1206143608'), (u'INDIRECT_-1206142580', u'MULTIEQUAL_-1206142540'), (u'CALL_-1206156809', u'INDIRECT_-1206143089'), (u'MULTIEQUAL_-1206144718', u'MULTIEQUAL_-1206144367'), (u'MULTIEQUAL_-1206148199', u'LOAD_-1206151235'), ('tmp_8867', u'CBRANCH_-1206150955'), (u'CALL_-1206153481', u'INDIRECT_-1206141878'), (u'INDIRECT_-1206142087', u'MULTIEQUAL_-1206142002'), (u'CALLIND_-1206156299', u'INDIRECT_-1206144212'), (u'CALL_-1206153753', u'INDIRECT_-1206142687'), (u'INDIRECT_-1206147740', u'MULTIEQUAL_-1206149140'), (u'INDIRECT_-1206148900', u'MULTIEQUAL_-1206148832'), ('const-0', u'COPY_-1206154619'), (u'CALL_-1206153686', u'INDIRECT_-1206142077'), (u'CALL_-1206153285', u'INDIRECT_-1206143194'), (u'CALL_-1206152876', u'INDIRECT_-1206142758'), (u'MULTIEQUAL_-1206147847', u'MULTIEQUAL_-1206147756'), (u'INDIRECT_-1206141582', u'MULTIEQUAL_-1206142544'), (u'PTRSUB_-1206142632', u'STORE_-1206152976'), (u'INDIRECT_-1206142557', u'MULTIEQUAL_-1206143720'), (u'CALL_-1206153678', u'INDIRECT_-1206142531'), ('const-1852896', u'PTRSUB_-1206142415'), (u'INDIRECT_-1206142806', u'MULTIEQUAL_-1206142710'), (u'INT_AND_-1206149053', u'INT_EQUAL_-1206155829'), (u'CALL_-1206155437', u'INDIRECT_-1206142629'), (u'INDIRECT_-1206142662', u'MULTIEQUAL_-1206142489'), (u'MULTIEQUAL_-1206149356', u'PTRADD_-1206153926'), (u'CALL_-1206153041', u'INDIRECT_-1206141022'), (u'CALL_-1206150750', u'INDIRECT_-1206142030'), (u'INDIRECT_-1206144355', u'MULTIEQUAL_-1206144259'), (u'CALL_-1206153963', u'INDIRECT_-1206143144'), (u'CALL_-1206153963', u'INDIRECT_-1206143022'), (u'INDIRECT_-1206143540', u'COPY_-1206142606'), (u'CAST_-1206142455', u'LOAD_-1206152987'), (u'INDIRECT_-1206141883', u'MULTIEQUAL_-1206141861'), (u'CALL_-1206153554', u'INDIRECT_-1206141674'), (u'INDIRECT_-1206143313', u'MULTIEQUAL_-1206143191'), (u'CALL_-1206156853', u'INDIRECT_-1206144869'), ('tmp_4018', u'CBRANCH_-1206154227'), (u'MULTIEQUAL_-1206142778', u'MULTIEQUAL_-1206142687'), (u'CALL_-1206152412', u'INDIRECT_-1206142693'), (u'INDIRECT_-1206144395', u'MULTIEQUAL_-1206144066'), (u'COPY_-1206141534', u'MULTIEQUAL_-1206149369'), (u'MULTIEQUAL_-1206141467', u'MULTIEQUAL_-1206141462'), ('const-1', u'PTRADD_-1206153969'), (u'INDIRECT_-1206141977', u'MULTIEQUAL_-1206141965'), (u'CAST_-1206142169', u'INT_NOTEQUAL_-1206156121'), (u'INDIRECT_-1206143391', u'MULTIEQUAL_-1206143129'), (u'MULTIEQUAL_-1206142570', u'MULTIEQUAL_-1206142562'), ('const-718224', u'COPY_-1206142003'), (u'INDIRECT_-1206142249', u'MULTIEQUAL_-1206142199'), (u'CALL_-1206153877', u'INDIRECT_-1206142623'), (u'INDIRECT_-1206144212', u'MULTIEQUAL_-1206144074'), (u'INDIRECT_-1206143859', u'MULTIEQUAL_-1206143824'), (u'CALL_-1206154830', u'INDIRECT_-1206148900'), ('const-417', u'LOAD_-1206151665'), ('const-0', u'PTRSUB_-1206155626'), (u'CALL_-1206155601', u'INDIRECT_-1206144126'), (u'INDIRECT_-1206143522', u'MULTIEQUAL_-1206143482'), (u'CALL_-1206153017', u'INDIRECT_-1206141948'), ('const-417', u'LOAD_-1206151315'), (u'INT_EQUAL_-1206155474', u'CBRANCH_-1206155473'), (u'BOOL_NEGATE_-1206148329', u'BOOL_AND_-1206154080'), (u'INDIRECT_-1206142626', u'MULTIEQUAL_-1206142492'), (u'PTRADD_-1206142425', u'LOAD_-1206156335'), (u'CALL_-1206153285', u'INDIRECT_-1206143311'), (u'CALL_-1206155601', u'INDIRECT_-1206144009'), ('const-2', u'PTRADD_-1206142194'), (u'CALL_-1206150167', u'INDIRECT_-1206141274'), (u'INDIRECT_-1206143804', u'MULTIEQUAL_-1206143475'), (u'INDIRECT_-1206141564', u'MULTIEQUAL_-1206142273'), (u'CALL_-1206154119', u'STORE_-1206153901'), (u'CALL_-1206156853', u'INDIRECT_-1206143927'), (u'INDIRECT_-1206142623', u'MULTIEQUAL_-1206142581'), ('const-5', u'CALL_-1206152799'), (u'INDIRECT_-1206143718', u'MULTIEQUAL_-1206143608'), (u'INT_ZEXT_-1206153045', u'INT_MULT_-1206147782'), (u'INDIRECT_-1206140620', u'MULTIEQUAL_-1206140888'), (u'INDIRECT_-1206140173', u'MULTIEQUAL_-1206142117'), (u'INDIRECT_-1206143513', u'MULTIEQUAL_-1206143308'), (u'CAST_-1206141478', u'CALL_-1206154661'), (u'CALL_-1206156387', u'INDIRECT_-1206149658'), (u'STORE_-1206151230', u'INDIRECT_-1206141675'), ('const-1', u'PTRADD_-1206153962'), (u'INDIRECT_-1206148173', u'MULTIEQUAL_-1206148297'), (u'MULTIEQUAL_-1206143257', u'COPY_-1206143356'), (u'CALL_-1206152281', u'INDIRECT_-1206142512'), (u'INDIRECT_-1206142992', u'MULTIEQUAL_-1206143954'), (u'INDIRECT_-1206144039', u'MULTIEQUAL_-1206143794'), (u'CALL_-1206153678', u'INDIRECT_-1206141126'), (u'CALL_-1206153938', u'INDIRECT_-1206141838'), (u'CALL_-1206153678', u'INDIRECT_-1206148173'), (u'INDIRECT_-1206141330', u'MULTIEQUAL_-1206142039'), (u'INDIRECT_-1206141509', u'MULTIEQUAL_-1206144244'), (u'INDIRECT_-1206143982', u'MULTIEQUAL_-1206143886'), (u'MULTIEQUAL_-1206145458', u'COPY_-1206140388'), (u'INDIRECT_-1206143153', u'MULTIEQUAL_-1206143015'), ('tmp_1209', u'CBRANCH_-1206155915'), (u'INDIRECT_-1206142843', u'MULTIEQUAL_-1206142895'), (u'CALL_-1206154181', u'INDIRECT_-1206141632'), (u'CALL_-1206152281', u'INDIRECT_-1206141804'), (u'MULTIEQUAL_-1206145458', u'COPY_-1206139995'), (u'INDIRECT_-1206143074', u'MULTIEQUAL_-1206143024'), (u'CALL_-1206152412', u'INDIRECT_-1206141868'), (u'INDIRECT_-1206145157', u'MULTIEQUAL_-1206144952'), (u'CALL_-1206155437', u'INDIRECT_-1206142980'), (u'CALL_-1206153530', u'INDIRECT_-1206142249'), (u'MULTIEQUAL_-1206141628', u'MULTIEQUAL_-1206141620'), (u'INDIRECT_-1206142234', u'MULTIEQUAL_-1206142212'), ('tmp_5661', u'CBRANCH_-1206153145'), (u'MULTIEQUAL_-1206149522', u'CALL_-1206154830'), (u'CALL_-1206156809', u'INDIRECT_-1206143440'), (u'INDIRECT_-1206142729', u'MULTIEQUAL_-1206143289'), ('const-417', u'LOAD_-1206151237'), (u'CALL_-1206152799', u'INDIRECT_-1206142990'), (u'MULTIEQUAL_-1206142181', u'MULTIEQUAL_-1206141954'), (u'INDIRECT_-1206142051', u'MULTIEQUAL_-1206143995'), (u'CALL_-1206153938', u'INDIRECT_-1206141955'), (u'INDIRECT_-1206141875', u'MULTIEQUAL_-1206141603'), (u'CALL_-1206152168', u'INDIRECT_-1206141875'), ('const-1', u'INT_ADD_-1206141139'), (u'MULTIEQUAL_-1206142193', u'MULTIEQUAL_-1206143200'), (u'INT_EQUAL_-1206151079', u'CBRANCH_-1206151075'), (u'CALL_-1206150750', u'INDIRECT_-1206140854'), (u'INDIRECT_-1206142828', u'MULTIEQUAL_-1206142710'), (u'INDIRECT_-1206140985', u'MULTIEQUAL_-1206140926'), ('const-417', u'STORE_-1206152940'), (u'INDIRECT_-1206142815', u'MULTIEQUAL_-1206142775'), (u'PTRADD_-1206140325', u'LOAD_-1206151665'), (u'CALL_-1206151271', u'INDIRECT_-1206141875'), (u'INDIRECT_-1206144151', u'MULTIEQUAL_-1206144029'), (u'INDIRECT_-1206142688', u'MULTIEQUAL_-1206144071'), (u'CALL_-1206154119', u'INT_NOTEQUAL_-1206154037'), (u'CALL_-1206150990', u'INDIRECT_-1206141422'), ('const-4', u'PTRADD_-1206142082'), ('const-0', u'INT_NOTEQUAL_-1206156742'), (u'STORE_-1206142666', u'INDIRECT_-1206143364'), (u'CALL_-1206153285', u'INDIRECT_-1206142726'), (u'CALL_-1206152277', u'INDIRECT_-1206141849'), (u'CALL_-1206152412', u'INDIRECT_-1206147862'), ('const-47', u'INT_EQUAL_-1206154014'), (u'CALL_-1206153938', u'INDIRECT_-1206142891'), (u'CALL_-1206153938', u'INDIRECT_-1206143009'), (u'INDIRECT_-1206141401', u'MULTIEQUAL_-1206141129'), ('tmp_7611', u'BRANCH_-1206151748'), (u'CALL_-1206155792', u'INDIRECT_-1206143865'), (u'CALL_-1206151271', u'INDIRECT_-1206140699'), (u'INDIRECT_-1206140641', u'MULTIEQUAL_-1206142585'), (u'INDIRECT_-1206142688', u'MULTIEQUAL_-1206142310'), (u'COPY_-1206153161', u'COPY_-1206141055'), (u'MULTIEQUAL_-1206143053', u'MULTIEQUAL_-1206142852'), (u'MULTIEQUAL_-1206145458', u'MULTIEQUAL_-1206145470'), (u'CALL_-1206155601', u'INDIRECT_-1206144243'), (u'INDIRECT_-1206142632', u'MULTIEQUAL_-1206142531'), (u'MULTIEQUAL_-1206142076', u'MULTIEQUAL_-1206142038'), (u'INDIRECT_-1206142594', u'MULTIEQUAL_-1206142498'), (u'CAST_-1206142588', u'LOAD_-1206153044'), (u'LOAD_-1206154031', u'MULTIEQUAL_-1206147867'), (u'MULTIEQUAL_-1206143111', u'MULTIEQUAL_-1206143106'), (u'INDIRECT_-1206143223', u'MULTIEQUAL_-1206143725'), (u'CALL_-1206152277', u'INT_NOTEQUAL_-1206152262'), ('const-1', u'INT_EQUAL_-1206156926'), (u'CALL_-1206154181', u'INDIRECT_-1206143510'), (u'INDIRECT_-1206143387', u'MULTIEQUAL_-1206141122'), (u'INDIRECT_-1206144459', u'MULTIEQUAL_-1206144183'), (u'CALL_-1206155664', u'INDIRECT_-1206144151'), (u'INDIRECT_-1206143049', u'MULTIEQUAL_-1206142773'), (u'MULTIEQUAL_-1206142328', u'MULTIEQUAL_-1206143544'), (u'MULTIEQUAL_-1206141861', u'MULTIEQUAL_-1206142063'), ('tmp_6968', u'BRANCH_-1206152104'), (u'CALL_-1206156853', u'INDIRECT_-1206143576'), (u'CALL_-1206153963', u'INDIRECT_-1206143612'), (u'INDIRECT_-1206144215', u'MULTIEQUAL_-1206143725'), (u'CAST_-1206140472', u'CALL_-1206152281'), ('const-0', u'INT_EQUAL_-1206150957'), (u'MULTIEQUAL_-1206142502', u'MULTIEQUAL_-1206142468'), (u'INT_EQUAL_-1206155766', u'CBRANCH_-1206155765'), (u'INDIRECT_-1206143484', u'MULTIEQUAL_-1206143374'), (u'CALL_-1206155288', u'INDIRECT_-1206142638'), (u'STORE_-1206152976', u'INDIRECT_-1206143517'), (u'COPY_-1206142543', u'MULTIEQUAL_-1206150300'), (u'CALL_-1206152563', u'INDIRECT_-1206142524'), (u'BOOL_NEGATE_-1206147035', u'BOOL_AND_-1206151183'), ('const-164', u'INT_ADD_-1206152935'), ('const-4', u'PTRADD_-1206142283'), (u'INDIRECT_-1206143331', u'MULTIEQUAL_-1206143289'), (u'INDIRECT_-1206142858', u'MULTIEQUAL_-1206142736'), ('const-417', u'LOAD_-1206151028'), (u'CALL_-1206154119', u'STORE_-1206154035'), (u'INDIRECT_-1206143887', u'MULTIEQUAL_-1206143791'), (u'MULTIEQUAL_-1206142760', u'MULTIEQUAL_-1206142755'), (u'INDIRECT_-1206143786', u'MULTIEQUAL_-1206143683'), (u'CALL_-1206155601', u'INDIRECT_-1206142482'), (u'INDIRECT_-1206143066', u'MULTIEQUAL_-1206143608'), (u'CALL_-1206156964', u'INDIRECT_-1206150092'), (u'CALL_-1206155437', u'INDIRECT_-1206143097'), (u'CALL_-1206154078', u'INDIRECT_-1206142985'), (u'INDIRECT_-1206140524', u'MULTIEQUAL_-1206142468'), (u'INDIRECT_-1206141363', u'MULTIEQUAL_-1206141742'), (u'INT_ZEXT_-1206151607', u'INT_MULT_-1206146957'), ('const-417', u'LOAD_-1206156322'), (u'MULTIEQUAL_-1206143404', u'MULTIEQUAL_-1206143203'), (u'CAST_-1206140214', u'INT_LESSEQUAL_-1206151136'), (u'CALL_-1206153686', u'INDIRECT_-1206141726'), (u'COPY_-1206140280', u'MULTIEQUAL_-1206148081'), (u'CALL_-1206153938', u'INDIRECT_-1206142072'), ('const-4', u'PTRADD_-1206140682'), ('const-417', u'LOAD_-1206155814'), (u'STORE_-1206142666', u'INDIRECT_-1206144189'), (u'CALL_-1206155202', u'INDIRECT_-1206142247'), ('const-417', u'LOAD_-1206155012'), (u'CALL_-1206152136', u'INDIRECT_-1206142688'), (u'CALL_-1206154940', u'INDIRECT_-1206143903'), (u'INDIRECT_-1206143109', u'MULTIEQUAL_-1206144071'), (u'INDIRECT_-1206141465', u'MULTIEQUAL_-1206141368'), (u'INDIRECT_-1206144923', u'MULTIEQUAL_-1206144718'), (u'INT_EQUAL_-1206151602', u'CBRANCH_-1206151603'), ('tmp_1253', u'CBRANCH_-1206155878'), (u'INDIRECT_-1206140035', u'MULTIEQUAL_-1206140303'), (u'INDIRECT_-1206142407', u'MULTIEQUAL_-1206142211'), (u'INDIRECT_-1206142164', u'MULTIEQUAL_-1206142063'), (u'CALL_-1206153822', u'INDIRECT_-1206143542'), (u'INT_EQUAL_-1206154117', u'MULTIEQUAL_-1206148957'), (u'MULTIEQUAL_-1206145582', u'MULTIEQUAL_-1206145570'), (u'CALLIND_-1206156299', u'INDIRECT_-1206143973'), ('const-0', u'CALL_-1206155288'), ('const-4294967295', u'INT_ADD_-1206151613'), (u'INDIRECT_-1206143250', u'MULTIEQUAL_-1206143140'), (u'INDIRECT_-1206141175', u'MULTIEQUAL_-1206142002'), (u'MULTIEQUAL_-1206141744', u'MULTIEQUAL_-1206141701'), (u'INDIRECT_-1206141878', u'MULTIEQUAL_-1206141838'), (u'STORE_-1206153010', u'INDIRECT_-1206143774'), (u'INDIRECT_-1206142805', u'MULTIEQUAL_-1206142427'), (u'MULTIEQUAL_-1206142789', u'COPY_-1206142888'), (u'MULTIEQUAL_-1206144253', u'MULTIEQUAL_-1206142201'), (u'INDIRECT_-1206141878', u'MULTIEQUAL_-1206141472'), (u'INDIRECT_-1206143077', u'MULTIEQUAL_-1206143129'), (u'INDIRECT_-1206142259', u'MULTIEQUAL_-1206142156'), (u'INT_EQUAL_-1206155829', u'CBRANCH_-1206155827'), (u'MULTIEQUAL_-1206141603', u'MULTIEQUAL_-1206143957'), (u'CALL_-1206154730', u'INDIRECT_-1206142632'), (u'INDIRECT_-1206142454', u'MULTIEQUAL_-1206142076'), (u'CALL_-1206153822', u'INDIRECT_-1206143191'), (u'INDIRECT_-1206143440', u'COPY_-1206142784'), (u'CALL_-1206153994', u'INDIRECT_-1206143509'), (u'CALL_-1206155288', u'INDIRECT_-1206142287'), (u'STORE_-1206154035', u'INDIRECT_-1206141883'), (u'MULTIEQUAL_-1206149140', u'MULTIEQUAL_-1206149439'), (u'INT_MULT_-1206147045', u'INT_ADD_-1206140431'), (u'CALL_-1206153994', u'INDIRECT_-1206142567'), (u'STORE_-1206153901', u'INDIRECT_-1206142180'), (u'CALL_-1206152442', u'INDIRECT_-1206141998'), (u'INDIRECT_-1206141868', u'MULTIEQUAL_-1206141829'), (u'INDIRECT_-1206142296', u'MULTIEQUAL_-1206143603'), (u'INDIRECT_-1206141348', u'MULTIEQUAL_-1206141251'), (u'CALL_-1206152281', u'INDIRECT_-1206141102'), (u'INDIRECT_-1206142641', u'MULTIEQUAL_-1206143603'), (u'INDIRECT_-1206142063', u'MULTIEQUAL_-1206142047'), (u'CALL_-1206152563', u'INDIRECT_-1206147927'), (u'STORE_-1206153782', u'INDIRECT_-1206141977'), (u'CALL_-1206156177', u'INDIRECT_-1206143679'), (u'CALL_-1206156809', u'INT_EQUAL_-1206156777'), (u'INDIRECT_-1206141995', u'MULTIEQUAL_-1206141589'), (u'CALL_-1206152563', u'INDIRECT_-1206141348'), (u'BOOL_NEGATE_-1206146948', u'BOOL_AND_-1206151565'), (u'INDIRECT_-1206142674', u'MULTIEQUAL_-1206142642'), (u'CALL_-1206153059', u'INT_ADD_-1206152935'), (u'INDIRECT_-1206142922', u'MULTIEQUAL_-1206142883'), (u'CALL_-1206155288', u'INDIRECT_-1206142053'), ('tmp_2168', u'CBRANCH_-1206155260'), (u'MULTIEQUAL_-1206141277', u'MULTIEQUAL_-1206141368'), (u'INDIRECT_-1206142585', u'MULTIEQUAL_-1206142563'), (u'INT_LESS_-1206153035', u'MULTIEQUAL_-1206148727'), ('const-0', u'INT_NOTEQUAL_-1206151780'), ('const-417', u'LOAD_-1206155403'), (u'MULTIEQUAL_-1206143837', u'MULTIEQUAL_-1206143799'), (u'CALL_-1206155202', u'INDIRECT_-1206142832'), (u'LOAD_-1206152996', u'INT_ADD_-1206152971'), (u'CALL_-1206153481', u'INDIRECT_-1206143054'), (u'INDIRECT_-1206140252', u'MULTIEQUAL_-1206142547'), (u'STORE_-1206153782', u'INDIRECT_-1206141743'), (u'INDIRECT_-1206141319', u'MULTIEQUAL_-1206141879'), (u'INDIRECT_-1206141360', u'MULTIEQUAL_-1206141467'), (u'CALL_-1206153063', u'INDIRECT_-1206144070'), ('const-417', u'LOAD_-1206154029'), (u'CALL_-1206154830', u'INDIRECT_-1206143380'), (u'INDIRECT_-1206144566', u'MULTIEQUAL_-1206142203'), (u'CALL_-1206152412', u'INDIRECT_-1206142342'), (u'INDIRECT_-1206144155', u'MULTIEQUAL_-1206143826'), (u'STORE_-1206152961', u'INDIRECT_-1206143624'), (u'MULTIEQUAL_-1206142194', u'MULTIEQUAL_-1206143317'), (u'INDIRECT_-1206140880', u'MULTIEQUAL_-1206140684'), (u'INDIRECT_-1206142685', u'MULTIEQUAL_-1206142672'), (u'CALL_-1206152281', u'INDIRECT_-1206142395'), (u'CALL_-1206153963', u'INDIRECT_-1206142904'), (u'MULTIEQUAL_-1206149138', u'MULTIEQUAL_-1206149116'), (u'INDIRECT_-1206143530', u'MULTIEQUAL_-1206143434'), (u'CALL_-1206152442', u'INDIRECT_-1206142589'), ('tmp_8948', u'CBRANCH_-1206151221'), (u'INDIRECT_-1206142390', u'MULTIEQUAL_-1206142268'), ('const-3', u'INT_AND_-1206149263'), (u'CALL_-1206156964', u'INDIRECT_-1206144215'), (u'CAST_-1206140977', u'COPY_-1206141534'), (u'MULTIEQUAL_-1206142563', u'MULTIEQUAL_-1206142520'), (u'INDIRECT_-1206143092', u'MULTIEQUAL_-1206142970'), (u'CALL_-1206152786', u'INDIRECT_-1206144625'), (u'CALL_-1206156809', u'INDIRECT_-1206144142'), (u'INDIRECT_-1206141430', u'MULTIEQUAL_-1206141391'), (u'INDIRECT_-1206143445', u'MULTIEQUAL_-1206142974'), (u'CALL_-1206154661', u'INDIRECT_-1206143900'), (u'CALL_-1206155215', u'INDIRECT_-1206144134'), ('const-0', u'COPY_-1206152991'), (u'INDIRECT_-1206140964', u'MULTIEQUAL_-1206143132'), (u'LOAD_-1206151617', u'INT_LESS_-1206151602'), (u'LOAD_-1206151617', u'INT_EQUAL_-1206151602'), (u'INDIRECT_-1206149862', u'MULTIEQUAL_-1206149604'), (u'INDIRECT_-1206142401', u'MULTIEQUAL_-1206143363'), (u'INDIRECT_-1206141712', u'MULTIEQUAL_-1206141696'), (u'STORE_-1206153782', u'INDIRECT_-1206143270'), (u'CALL_-1206153285', u'INDIRECT_-1206142960'), (u'CALL_-1206151003', u'INDIRECT_-1206142139'), (u'INDIRECT_-1206141465', u'MULTIEQUAL_-1206142427'), (u'PTRADD_-1206142221', u'LOAD_-1206155897'), (u'INDIRECT_-1206141913', u'MULTIEQUAL_-1206142181'), (u'INDIRECT_-1206144450', u'MULTIEQUAL_-1206144188'), (u'INT_EQUAL_-1206153259', u'CBRANCH_-1206153257'), (u'INDIRECT_-1206140816', u'MULTIEQUAL_-1206140544'), (u'CALL_-1206152563', u'INDIRECT_-1206141231'), (u'CALL_-1206155664', u'INDIRECT_-1206142858'), (u'STORE_-1206154035', u'INDIRECT_-1206142117'), (u'CALL_-1206156177', u'INDIRECT_-1206143445'), (u'INT_ADD_-1206140431', u'PTRADD_-1206151175'), (u'PTRADD_-1206140575', u'LOAD_-1206152208'), (u'MULTIEQUAL_-1206148964', u'MULTIEQUAL_-1206147902'), (u'INT_EQUAL_-1206153119', u'MULTIEQUAL_-1206148494'), (u'CALL_-1206152168', u'INDIRECT_-1206141758'), (u'MULTIEQUAL_-1206142205', u'PTRADD_-1206142190'), (u'STORE_-1206151220', u'INDIRECT_-1206141198'), (u'INDIRECT_-1206143513', u'CALL_-1206156853'), (u'INDIRECT_-1206148161', u'MULTIEQUAL_-1206149140'), (u'INDIRECT_-1206142771', u'MULTIEQUAL_-1206142755'), (u'MULTIEQUAL_-1206145458', u'COPY_-1206140023'), (u'INDIRECT_-1206143832', u'MULTIEQUAL_-1206143659'), (u'CAST_-1206142587', u'LOAD_-1206153286'), (u'INDIRECT_-1206142743', u'MULTIEQUAL_-1206142609'), (u'CALL_-1206153678', u'INDIRECT_-1206141360'), (u'INDIRECT_-1206142875', u'MULTIEQUAL_-1206142778'), (u'CALL_-1206156964', u'INDIRECT_-1206144332'), (u'INDIRECT_-1206141855', u'MULTIEQUAL_-1206141823'), (u'INDIRECT_-1206141453', u'MULTIEQUAL_-1206141394'), (u'CALL_-1206152370', u'INDIRECT_-1206141497'), ('const-1', u'PTRADD_-1206142315'), ('const-104', u'INT_ADD_-1206153244'), (u'CALL_-1206156853', u'INDIRECT_-1206144278'), (u'STORE_-1206153782', u'INDIRECT_-1206143387'), (u'CALL_-1206153041', u'INDIRECT_-1206148069'), (u'INDIRECT_-1206141348', u'MULTIEQUAL_-1206141152'), (u'CALL_-1206154589', u'INDIRECT_-1206142580'), (u'INT_EQUAL_-1206156003', u'CBRANCH_-1206156002'), (u'INDIRECT_-1206141915', u'MULTIEQUAL_-1206142624'), (u'CALL_-1206155437', u'INDIRECT_-1206149208'), (u'INDIRECT_-1206142728', u'MULTIEQUAL_-1206142606'), (u'MULTIEQUAL_-1206143954', u'MULTIEQUAL_-1206143916'), (u'MULTIEQUAL_-1206142188', u'MULTIEQUAL_-1206144542'), ('const-0', u'CALL_-1206151003'), (u'INDIRECT_-1206144742', u'MULTIEQUAL_-1206144622'), (u'CALL_-1206153753', u'INDIRECT_-1206143629'), (u'CALL_-1206153059', u'INDIRECT_-1206143868'), (u'MULTIEQUAL_-1206148501', u'PTRADD_-1206140693'), (u'INDIRECT_-1206143153', u'COPY_-1206140461'), ('const-1', u'PTRADD_-1206153074'), (u'COPY_-1206154619', u'MULTIEQUAL_-1206149102'), (u'CALL_-1206154181', u'INDIRECT_-1206141983'), (u'INDIRECT_-1206144138', u'MULTIEQUAL_-1206144016'), (u'MULTIEQUAL_-1206143878', u'MULTIEQUAL_-1206143677'), (u'CALL_-1206154119', u'PTRADD_-1206153547'), (u'MULTIEQUAL_-1206142740', u'MULTIEQUAL_-1206143257'), (u'STORE_-1206151220', u'INDIRECT_-1206141081'), (u'STORE_-1206151220', u'INDIRECT_-1206140379'), (u'CALL_-1206152341', u'PTRADD_-1206152263'), (u'INDIRECT_-1206142983', u'MULTIEQUAL_-1206142882'), (u'INDIRECT_-1206141781', u'MULTIEQUAL_-1206141731'), (u'MULTIEQUAL_-1206144071', u'MULTIEQUAL_-1206144370'), (u'INDIRECT_-1206142065', u'MULTIEQUAL_-1206142444'), (u'STORE_-1206142666', u'INDIRECT_-1206143247'), (u'CALL_-1206150776', u'INDIRECT_-1206141923'), ('const-0', u'INT_EQUAL_-1206152798'), (u'COPY_-1206142229', u'MULTIEQUAL_-1206142205'), ('const-417', u'LOAD_-1206151110'), (u'CALL_-1206154181', u'INDIRECT_-1206142334'), (u'LOAD_-1206155012', u'INT_NOTEQUAL_-1206154996'), (u'INDIRECT_-1206141147', u'MULTIEQUAL_-1206142310'), (u'CALL_-1206153059', u'INDIRECT_-1206143283'), (u'CALL_-1206154181', u'INDIRECT_-1206148445'), ('const-417', u'LOAD_-1206155615'), (u'INDIRECT_-1206144142', u'MULTIEQUAL_-1206144010'), (u'INDIRECT_-1206142346', u'MULTIEQUAL_-1206143173'), ('const-1', u'PTRADD_-1206154587'), (u'INDIRECT_-1206149556', u'MULTIEQUAL_-1206149439'), (u'MULTIEQUAL_-1206143776', u'MULTIEQUAL_-1206143425'), (u'INDIRECT_-1206143311', u'MULTIEQUAL_-1206142196'), ('const-0', u'INT_EQUAL_-1206156777'), (u'INDIRECT_-1206143293', u'MULTIEQUAL_-1206143271'), (u'LOAD_-1206152268', u'CAST_-1206140402'), (u'MULTIEQUAL_-1206149904', u'MULTIEQUAL_-1206149574'), ('const-1', u'INT_ADD_-1206141596'), ('const-11', u'PTRADD_-1206140365'), (u'CALL_-1206154589', u'INDIRECT_-1206148808'), (u'INDIRECT_-1206143621', u'MULTIEQUAL_-1206143483'), (u'STORE_-1206153901', u'INDIRECT_-1206141361'), (u'STORE_-1206142666', u'INDIRECT_-1206144423'), (u'MULTIEQUAL_-1206145228', u'INT_EQUAL_-1206151348'), ('const-1852896', u'PTRSUB_-1206142362'), (u'CALL_-1206153481', u'INDIRECT_-1206141527'), (u'CALL_-1206154730', u'INDIRECT_-1206142398'), (u'INDIRECT_-1206143313', u'MULTIEQUAL_-1206143210'), (u'INDIRECT_-1206142685', u'MULTIEQUAL_-1206140420'), (u'CALL_-1206153285', u'INDIRECT_-1206142024'), (u'INDIRECT_-1206143445', u'MULTIEQUAL_-1206143311'), (u'MULTIEQUAL_-1206144487', u'MULTIEQUAL_-1206142203'), (u'CALL_-1206155855', u'INDIRECT_-1206143296'), ('tmp_5646', u'CBRANCH_-1206152916'), (u'CALL_-1206153190', u'INDIRECT_-1206144629'), (u'CALL_-1206153554', u'INDIRECT_-1206142727'), (u'CALL_-1206152876', u'INDIRECT_-1206142875'), (u'INDIRECT_-1206141626', u'MULTIEQUAL_-1206141614'), (u'INDIRECT_-1206141564', u'MULTIEQUAL_-1206141306'), (u'CALL_-1206153059', u'INDIRECT_-1206142815'), (u'CALL_-1206153917', u'INDIRECT_-1206143352'), (u'CALL_-1206153481', u'INDIRECT_-1206142815'), ('tmp_7554', u'CBRANCH_-1206151800'), (u'INDIRECT_-1206141681', u'MULTIEQUAL_-1206142390'), (u'CALL_-1206155601', u'INDIRECT_-1206143067'), (u'INT_SUB_-1206153661', u'INT_ADD_-1206152985'), (u'CALL_-1206152833', u'INDIRECT_-1206142266'), (u'CALL_-1206156061', u'INDIRECT_-1206149501'), (u'INDIRECT_-1206143179', u'MULTIEQUAL_-1206143083'), (u'INDIRECT_-1206143301', u'MULTIEQUAL_-1206143129'), (u'PTRADD_-1206140361', u'LOAD_-1206151152'), (u'INDIRECT_-1206142024', u'MULTIEQUAL_-1206142076'), ('tmp_4747', u'CBRANCH_-1206153788'), (u'MULTIEQUAL_-1206143287', u'MULTIEQUAL_-1206143086'), (u'CALL_-1206155288', u'INDIRECT_-1206142404'), (u'INDIRECT_-1206149615', u'MULTIEQUAL_-1206149494'), ('tmp_461', u'CBRANCH_-1206156717'), (u'INDIRECT_-1206142255', u'MULTIEQUAL_-1206142815'), (u'INDIRECT_-1206142702', u'MULTIEQUAL_-1206143529'), (u'STORE_-1206142666', u'INDIRECT_-1206143013'), (u'STORE_-1206153010', u'INDIRECT_-1206143423'), ('const-2', u'PTRADD_-1206140571'), (u'LOAD_-1206153280', u'INT_EQUAL_-1206153265'), (u'INDIRECT_-1206148388', u'MULTIEQUAL_-1206148297'), (u'COPY_-1206142403', u'MULTIEQUAL_-1206150300'), (u'INDIRECT_-1206143800', u'MULTIEQUAL_-1206143678'), (u'CALL_-1206153686', u'INDIRECT_-1206143604'), (u'CALL_-1206155215', u'INDIRECT_-1206143192'), (u'CALL_-1206155792', u'INDIRECT_-1206143391'), (u'INDIRECT_-1206142323', u'MULTIEQUAL_-1206142291'), (u'MULTIEQUAL_-1206141394', u'MULTIEQUAL_-1206141485'), (u'INDIRECT_-1206141816', u'MULTIEQUAL_-1206142778'), (u'INDIRECT_-1206141970', u'MULTIEQUAL_-1206141885'), (u'INDIRECT_-1206141643', u'MULTIEQUAL_-1206142470'), (u'CALL_-1206153554', u'INDIRECT_-1206142610'), (u'INDIRECT_-1206141860', u'MULTIEQUAL_-1206141848'), (u'INDIRECT_-1206142875', u'MULTIEQUAL_-1206142679'), (u'MULTIEQUAL_-1206142151', u'MULTIEQUAL_-1206142117'), (u'CALL_-1206153753', u'INDIRECT_-1206141868'), ('const-417', u'LOAD_-1206156941'), (u'CALL_-1206152876', u'INDIRECT_-1206141582'), (u'MULTIEQUAL_-1206147957', u'BOOL_NEGATE_-1206146948'), (u'INDIRECT_-1206142481', u'MULTIEQUAL_-1206143023'), (u'INDIRECT_-1206142782', u'MULTIEQUAL_-1206142672'), (u'INDIRECT_-1206142281', u'MULTIEQUAL_-1206142180'), (u'CALL_-1206154830', u'INDIRECT_-1206143848'), (u'CALL_-1206155215', u'INDIRECT_-1206142607'), ('const-5', u'CALL_-1206151512'), (u'INDIRECT_-1206143097', u'MULTIEQUAL_-1206143055'), (u'CALL_-1206153704', u'INDIRECT_-1206141955'), (u'INDIRECT_-1206143530', u'MULTIEQUAL_-1206143412'), (u'CALL_-1206154940', u'INDIRECT_-1206143552'), (u'MULTIEQUAL_-1206142189', u'MULTIEQUAL_-1206142703'), (u'CALL_-1206153017', u'INDIRECT_-1206141246'), (u'CALL_-1206152442', u'INDIRECT_-1206142115'), (u'CALL_-1206156964', u'INDIRECT_-1206143279'), (u'INDIRECT_-1206143547', u'MULTIEQUAL_-1206143425'), (u'INDIRECT_-1206143031', u'MULTIEQUAL_-1206142999'), (u'INDIRECT_-1206142501', u'MULTIEQUAL_-1206142243'), (u'CALL_-1206156387', u'INDIRECT_-1206143781'), (u'CALL_-1206150990', u'INDIRECT_-1206141662'), (u'MULTIEQUAL_-1206143893', u'MULTIEQUAL_-1206143542'), (u'INT_ADD_-1206151216', u'CAST_-1206139987'), (u'CALL_-1206152324', u'INDIRECT_-1206140769'), (u'MULTIEQUAL_-1206141251', u'MULTIEQUAL_-1206141160'), (u'MULTIEQUAL_-1206140193', u'MULTIEQUAL_-1206142547'), ('const-0', u'INT_EQUAL_-1206154797'), (u'CALL_-1206151271', u'INDIRECT_-1206142109'), (u'STORE_-1206153901', u'INDIRECT_-1206141712'), (u'INDIRECT_-1206142975', u'MULTIEQUAL_-1206142933'), (u'INT_ADD_-1206152916', u'CAST_-1206142415'), (u'CALL_-1206152876', u'INT_NOTEQUAL_-1206152861'), (u'CALL_-1206152168', u'INDIRECT_-1206141407'), (u'INDIRECT_-1206141264', u'MULTIEQUAL_-1206141189'), ('const-0', u'INT_NOTEQUAL_-1206155016'), (u'INDIRECT_-1206141504', u'MULTIEQUAL_-1206141472'), (u'MULTIEQUAL_-1206142736', u'INT_ADD_-1206153270'), (u'CALL_-1206155792', u'INDIRECT_-1206143274'), (u'CALL_-1206152786', u'INDIRECT_-1206142864'), (u'INDIRECT_-1206143981', u'COPY_-1206142857'), ('const-417', u'LOAD_-1206151439'), (u'CALL_-1206154661', u'INDIRECT_-1206142022'), (u'MULTIEQUAL_-1206141480', u'MULTIEQUAL_-1206143835'), (u'CALL_-1206153686', u'INDIRECT_-1206148539'), (u'COPY_-1206140663', u'CALL_-1206152168'), (u'INDIRECT_-1206148860', u'MULTIEQUAL_-1206148776'), (u'MULTIEQUAL_-1206142679', u'MULTIEQUAL_-1206143895'), (u'CALL_-1206151512', u'INDIRECT_-1206140653'), (u'CALL_-1206155601', u'INDIRECT_-1206143301'), ('const-1', u'PTRADD_-1206153079'), (u'STORE_-1206151230', u'INDIRECT_-1206140387'), ('tmp_7445', u'CBRANCH_-1206151916'), (u'MULTIEQUAL_-1206149439', u'MULTIEQUAL_-1206142204'), (u'CALL_-1206151512', u'CALL_-1206151480'), (u'INDIRECT_-1206141849', u'MULTIEQUAL_-1206141774'), (u'MULTIEQUAL_-1206141937', u'INT_AND_-1206140324'), (u'INT_ADD_-1206153498', u'CAST_-1206141103'), (u'INDIRECT_-1206147960', u'MULTIEQUAL_-1206147902'), (u'INDIRECT_-1206149385', u'MULTIEQUAL_-1206149140'), (u'INDIRECT_-1206142726', u'MULTIEQUAL_-1206142191'), (u'INDIRECT_-1206143653', u'MULTIEQUAL_-1206143556'), (u'STORE_-1206154656', u'INDIRECT_-1206142332'), (u'INDIRECT_-1206144629', u'MULTIEQUAL_-1206144300'), (u'INDIRECT_-1206142806', u'MULTIEQUAL_-1206142544'), (u'CALL_-1206155288', u'INDIRECT_-1206144048'), (u'MULTIEQUAL_-1206146361', u'CAST_-1206141485'), (u'CALL_-1206153963', u'INDIRECT_-1206142202'), (u'INDIRECT_-1206142062', u'MULTIEQUAL_-1206142169'), (u'CALL_-1206153063', u'INDIRECT_-1206142899'), (u'CALL_-1206155202', u'INDIRECT_-1206142949'), (u'INDIRECT_-1206142791', u'MULTIEQUAL_-1206142716'), (u'LOAD_-1206152951', u'INT_ADD_-1206152926'), (u'INDIRECT_-1206141849', u'MULTIEQUAL_-1206143012'), (u'MULTIEQUAL_-1206143425', u'MULTIEQUAL_-1206143074'), (u'INDIRECT_-1206140997', u'MULTIEQUAL_-1206140900'), (u'CALL_-1206152324', u'INT_NOTEQUAL_-1206152309'), (u'CALL_-1206154940', u'INDIRECT_-1206142493'), (u'STORE_-1206151230', u'INDIRECT_-1206142148'), (u'MULTIEQUAL_-1206142196', u'MULTIEQUAL_-1206143522'), (u'INT_OR_-1206149412', u'CALL_-1206153063'), (u'INDIRECT_-1206143157', u'MULTIEQUAL_-1206142895'), (u'STORE_-1206153901', u'INDIRECT_-1206143122'), (u'INDIRECT_-1206144689', u'MULTIEQUAL_-1206144484'), (u'INDIRECT_-1206143179', u'MULTIEQUAL_-1206143061'), (u'MULTIEQUAL_-1206143223', u'MULTIEQUAL_-1206143365'), (u'CALL_-1206154661', u'INDIRECT_-1206142490'), (u'CALL_-1206153554', u'INDIRECT_-1206143318'), (u'CALL_-1206150193', u'INDIRECT_-1206141284'), (u'MULTIEQUAL_-1206143659', u'MULTIEQUAL_-1206143308'), (u'CALL_-1206155855', u'INDIRECT_-1206144004'), (u'MULTIEQUAL_-1206143916', u'MULTIEQUAL_-1206144433'), (u'CALL_-1206155215', u'INDIRECT_-1206143783'), (u'INDIRECT_-1206144070', u'MULTIEQUAL_-1206143959'), (u'MULTIEQUAL_-1206142076', u'MULTIEQUAL_-1206142375'), (u'INDIRECT_-1206142741', u'MULTIEQUAL_-1206142619'), (u'CAST_-1206141478', u'PTRADD_-1206154587'), (u'CALL_-1206153994', u'INDIRECT_-1206142333'), (u'CALL_-1206153686', u'INDIRECT_-1206142897'), (u'MULTIEQUAL_-1206141510', u'MULTIEQUAL_-1206141712'), (u'INDIRECT_-1206142697', u'MULTIEQUAL_-1206142291'), (u'CALL_-1206150990', u'INDIRECT_-1206140837'), (u'INDIRECT_-1206144238', u'MULTIEQUAL_-1206144120'), ('tmp_6174', u'CBRANCH_-1206152796'), (u'CAST_-1206141779', u'COPY_-1206141921'), (u'COPY_-1206140222', u'MULTIEQUAL_-1206140084'), (u'STORE_-1206152955', u'INDIRECT_-1206144796'), (u'INDIRECT_-1206142960', u'MULTIEQUAL_-1206142193'), (u'INDIRECT_-1206143914', u'MULTIEQUAL_-1206143442'), (u'CALL_-1206156177', u'CAST_-1206142169'), (u'MULTIEQUAL_-1206140516', u'MULTIEQUAL_-1206140319'), (u'CALL_-1206156964', u'INDIRECT_-1206143162'), ('const-4294967294', u'INT_MULT_-1206148339'), (u'INDIRECT_-1206143625', u'MULTIEQUAL_-1206143529'), (u'LOAD_-1206155897', u'INT_EQUAL_-1206155879'), (u'CALL_-1206155601', u'INDIRECT_-1206143892'), (u'INDIRECT_-1206143380', u'MULTIEQUAL_-1206143295'), ('const-4294967294', u'INT_MULT_-1206148338'), (u'PTRADD_-1206153933', u'MULTIEQUAL_-1206149356'), (u'INDIRECT_-1206140933', u'MULTIEQUAL_-1206140661'), (u'INDIRECT_-1206142297', u'MULTIEQUAL_-1206142281'), ('const-0', u'INT_EQUAL_-1206155766'), (u'CAST_-1206141332', u'CALL_-1206153877'), (u'CALLIND_-1206156299', u'INDIRECT_-1206144680'), (u'INDIRECT_-1206141243', u'MULTIEQUAL_-1206141350'), (u'CALL_-1206152277', u'INDIRECT_-1206141381'), (u'CALL_-1206151271', u'INDIRECT_-1206141167'), (u'CALL_-1206153059', u'INDIRECT_-1206143634'), (u'INDIRECT_-1206140379', u'MULTIEQUAL_-1206142547'), (u'INDIRECT_-1206142373', u'MULTIEQUAL_-1206142933'), (u'STORE_-1206153901', u'INDIRECT_-1206142297'), (u'CALLIND_-1206156299', u'INDIRECT_-1206143855'), (u'CAST_-1206141478', u'MULTIEQUAL_-1206146731'), (u'MULTIEQUAL_-1206147141', u'MULTIEQUAL_-1206149494'), (u'INDIRECT_-1206143405', u'MULTIEQUAL_-1206142999'), (u'MULTIEQUAL_-1206142687', u'MULTIEQUAL_-1206142679'), (u'INDIRECT_-1206142609', u'MULTIEQUAL_-1206142661'), (u'CALL_-1206155855', u'INDIRECT_-1206143765'), (u'MULTIEQUAL_-1206143321', u'MULTIEQUAL_-1206143287'), (u'CALL_-1206153917', u'INDIRECT_-1206142410'), (u'CALL_-1206154119', u'INDIRECT_-1206142890'), (u'STORE_-1206151220', u'INDIRECT_-1206142257'), (u'MULTIEQUAL_-1206143842', u'COPY_-1206143941'), (u'INDIRECT_-1206143453', u'MULTIEQUAL_-1206143124'), (u'INDIRECT_-1206140758', u'MULTIEQUAL_-1206142702'), (u'CALL_-1206154730', u'INDIRECT_-1206143457'), (u'CALL_-1206153063', u'INDIRECT_-1206144777'), (u'INDIRECT_-1206142468', u'MULTIEQUAL_-1206143295'), (u'INDIRECT_-1206143891', u'MULTIEQUAL_-1206144433'), (u'CALL_-1206153285', u'INDIRECT_-1206142843'), (u'INDIRECT_-1206142568', u'MULTIEQUAL_-1206142555'), (u'INT_NOTEQUAL_-1206155574', u'CBRANCH_-1206155574'), (u'MULTIEQUAL_-1206146731', u'CALL_-1206153041'), (u'BOOL_NEGATE_-1206147806', u'BOOL_AND_-1206153082'), (u'MULTIEQUAL_-1206145762', u'INT_EQUAL_-1206151079'), (u'INDIRECT_-1206141415', u'MULTIEQUAL_-1206141393'), (u'CALL_-1206152324', u'INDIRECT_-1206142413'), (u'MULTIEQUAL_-1206143271', u'MULTIEQUAL_-1206143228'), (u'INT_EQUAL_-1206153056', u'CBRANCH_-1206153061'), ('const-16', u'INT_AND_-1206151790'), (u'INT_EQUAL_-1206153265', u'CBRANCH_-1206153261'), (u'INDIRECT_-1206142957', u'MULTIEQUAL_-1206142918'), (u'INDIRECT_-1206142167', u'MULTIEQUAL_-1206142070'), (u'STORE_-1206152940', u'INDIRECT_-1206143025'), (u'CALL_-1206155437', u'INDIRECT_-1206143805'), (u'CALL_-1206152786', u'INDIRECT_-1206144274'), (u'INDIRECT_-1206141933', u'MULTIEQUAL_-1206141737'), ('const-719074', u'COPY_-1206140268'), (u'INDIRECT_-1206142580', u'MULTIEQUAL_-1206142174'), (u'COPY_-1206141636', u'MULTIEQUAL_-1206149812'), (u'INDIRECT_-1206144189', u'MULTIEQUAL_-1206144016'), (u'MULTIEQUAL_-1206141813', u'MULTIEQUAL_-1206141955'), (u'INDIRECT_-1206141085', u'MULTIEQUAL_-1206141645'), (u'STORE_-1206152976', u'INDIRECT_-1206143400'), (u'INDIRECT_-1206142875', u'MULTIEQUAL_-1206143837'), (u'CALL_-1206154181', u'CALL_-1206154119'), (u'MULTIEQUAL_-1206148239', u'PTRADD_-1206140343'), (u'CALL_-1206154730', u'INDIRECT_-1206142164'), (u'CALL_-1206155288', u'INDIRECT_-1206142872'), (u'INDIRECT_-1206144215', u'MULTIEQUAL_-1206144010'), (u'INDIRECT_-1206143449', u'MULTIEQUAL_-1206143329'), ('const-417', u'LOAD_-1206153136'), (u'INDIRECT_-1206143300', u'MULTIEQUAL_-1206143842'), (u'CALL_-1206155202', u'INDIRECT_-1206143774'), (u'CALL_-1206152833', u'INDIRECT_-1206148143'), (u'PTRADD_-1206140655', u'LOAD_-1206152400'), (u'CALL_-1206153678', u'INDIRECT_-1206142887'), (u'CALL_-1206153190', u'INDIRECT_-1206144038'), (u'COPY_-1206141513', u'MULTIEQUAL_-1206149327'), ('const-0', u'INT_EQUAL_-1206153161'), (u'CALL_-1206152563', u'INDIRECT_-1206142050'), (u'INT_EQUAL_-1206156035', u'CBRANCH_-1206156033'), (u'INDIRECT_-1206142571', u'MULTIEQUAL_-1206143954'), ('const-417', u'LOAD_-1206152813'), (u'CALL_-1206151271', u'INDIRECT_-1206141284'), (u'INDIRECT_-1206143133', u'MULTIEQUAL_-1206143023'), (u'MULTIEQUAL_-1206143542', u'MULTIEQUAL_-1206143191'), (u'CALL_-1206152833', u'INDIRECT_-1206141330'), (u'INDIRECT_-1206141972', u'MULTIEQUAL_-1206141940'), (u'CALL_-1206152786', u'INDIRECT_-1206143800'), (u'MULTIEQUAL_-1206142544', u'MULTIEQUAL_-1206142453'), (u'INDIRECT_-1206142611', u'MULTIEQUAL_-1206142489'), (u'CALL_-1206153554', u'INDIRECT_-1206142142'), (u'INDIRECT_-1206143025', u'MULTIEQUAL_-1206144188'), (u'INDIRECT_-1206147395', u'MULTIEQUAL_-1206147141'), (u'MULTIEQUAL_-1206141368', u'MULTIEQUAL_-1206141277'), (u'BOOL_NEGATE_-1206148328', u'BOOL_AND_-1206154080'), (u'CALL_-1206153059', u'INDIRECT_-1206143400'), (u'INDIRECT_-1206142963', u'MULTIEQUAL_-1206143523'), (u'INDIRECT_-1206142318', u'MULTIEQUAL_-1206142243'), (u'CALL_-1206154589', u'INDIRECT_-1206141995'), (u'CALL_-1206153481', u'INDIRECT_-1206143405'), ('const-1', u'PTRADD_-1206153940'), (u'CALL_-1206153017', u'INDIRECT_-1206142773'), (u'CALL_-1206152922', u'INDIRECT_-1206141085'), (u'MULTIEQUAL_-1206142097', u'MULTIEQUAL_-1206142089'), ('const-417', u'LOAD_-1206153286'), (u'INDIRECT_-1206140465', u'MULTIEQUAL_-1206140193'), (u'CALL_-1206154940', u'INDIRECT_-1206143669'), (u'COPY_-1206153890', u'MULTIEQUAL_-1206149041'), (u'CALL_-1206154181', u'INT_NOTEQUAL_-1206154151'), (u'CAST_-1206139979', u'STORE_-1206151220'), (u'CALL_-1206153678', u'INDIRECT_-1206142062'), (u'INT_EQUAL_-1206153107', u'CBRANCH_-1206153106'), (u'INDIRECT_-1206144693', u'COPY_-1206142586'), (u'INDIRECT_-1206144035', u'MULTIEQUAL_-1206143914'), (u'MULTIEQUAL_-1206147367', u'MULTIEQUAL_-1206147141'), ('const-417', u'LOAD_-1206153280'), (u'INDIRECT_-1206141578', u'MULTIEQUAL_-1206143522'), (u'CALL_-1206151480', u'INDIRECT_-1206140875'), (u'CALL_-1206153822', u'INDIRECT_-1206142249'), (u'CALL_-1206153285', u'INDIRECT_-1206142492'), (u'INT_LESS_-1206153119', u'MULTIEQUAL_-1206148751'), (u'CALL_-1206152833', u'INDIRECT_-1206141213'), (u'INDIRECT_-1206144446', u'MULTIEQUAL_-1206142181'), (u'CALL_-1206151271', u'INDIRECT_-1206140816'), (u'INT_AND_-1206156208', u'INT_EQUAL_-1206156222'), (u'INDIRECT_-1206142638', u'MULTIEQUAL_-1206143140'), (u'CALL_-1206156387', u'INDIRECT_-1206144606'), (u'INDIRECT_-1206141921', u'MULTIEQUAL_-1206141879'), (u'MULTIEQUAL_-1206150300', u'PTRADD_-1206142425'), (u'STORE_-1206152940', u'INDIRECT_-1206144786'), (u'CALL_-1206151512', u'INDIRECT_-1206140770'), ('tmp_8127', u'CBRANCH_-1206151347'), ('const-0', u'INT_NOTEQUAL_-1206152262'), (u'PTRADD_-1206153962', u'MULTIEQUAL_-1206149356'), (u'INDIRECT_-1206141562', u'MULTIEQUAL_-1206141830'), (u'INT_MULT_-1206148339', u'INT_ADD_-1206141597'), (u'CALL_-1206153963', u'INDIRECT_-1206143495'), ('const-0', u'INT_NOTEQUAL_-1206152861'), (u'STORE_-1206153010', u'INDIRECT_-1206144482'), (u'INDIRECT_-1206142629', u'MULTIEQUAL_-1206142384'), (u'CALL_-1206150776', u'INDIRECT_-1206140864'), (u'MULTIEQUAL_-1206143682', u'MULTIEQUAL_-1206144199'), (u'CALL_-1206153994', u'INDIRECT_-1206141631'), (u'MULTIEQUAL_-1206141345', u'MULTIEQUAL_-1206141487'), (u'MULTIEQUAL_-1206145762', u'INT_NOTEQUAL_-1206150827'), (u'INDIRECT_-1206142932', u'MULTIEQUAL_-1206142656'), (u'CALL_-1206151003', u'INDIRECT_-1206142022'), (u'INDIRECT_-1206143562', u'MULTIEQUAL_-1206143091'), ('const-4294967294', u'INT_MULT_-1206147782'), (u'CALL_-1206152412', u'INDIRECT_-1206141166'), (u'CAST_-1206140184', u'INT_LESS_-1206151650'), (u'CAST_-1206140184', u'INT_EQUAL_-1206151650'), (u'CALL_-1206153190', u'INDIRECT_-1206143921'), (u'CALL_-1206156853', u'INDIRECT_-1206144518'), (u'CALL_-1206150990', u'INDIRECT_-1206142130'), (u'MULTIEQUAL_-1206142623', u'MULTIEQUAL_-1206143140'), (u'CALL_-1206152799', u'INDIRECT_-1206143809'), (u'CALL_-1206153686', u'INDIRECT_-1206141843'), (u'BOOL_NEGATE_-1206148364', u'BOOL_AND_-1206154164'), (u'MULTIEQUAL_-1206141485', u'MULTIEQUAL_-1206141394'), (u'INDIRECT_-1206143540', u'MULTIEQUAL_-1206144082'), (u'MULTIEQUAL_-1206142403', u'MULTIEQUAL_-1206142398'), (u'MULTIEQUAL_-1206143720', u'MULTIEQUAL_-1206143682'), ('const-1', u'PTRADD_-1206151180'), (u'INDIRECT_-1206144333', u'MULTIEQUAL_-1206144237'), (u'INDIRECT_-1206141662', u'MULTIEQUAL_-1206143957'), (u'INDIRECT_-1206143653', u'MULTIEQUAL_-1206143481'), (u'MULTIEQUAL_-1206146361', u'PTRADD_-1206152727'), (u'LOAD_-1206153050', u'INT_LESS_-1206153035'), (u'LOAD_-1206153050', u'INT_EQUAL_-1206153035'), (u'MULTIEQUAL_-1206147407', u'PTRADD_-1206142315'), (u'INDIRECT_-1206143785', u'MULTIEQUAL_-1206143837'), (u'CALL_-1206153877', u'INDIRECT_-1206142389'), (u'MULTIEQUAL_-1206142736', u'CALL_-1206153059'), (u'CALL_-1206154078', u'INDIRECT_-1206143219'), (u'CALL_-1206152922', u'INDIRECT_-1206141202'), (u'INDIRECT_-1206142155', u'MULTIEQUAL_-1206142113'), (u'MULTIEQUAL_-1206142661', u'MULTIEQUAL_-1206142570'), (u'MULTIEQUAL_-1206142427', u'MULTIEQUAL_-1206142389'), (u'CALL_-1206152563', u'INDIRECT_-1206141582'), (u'INDIRECT_-1206141361', u'MULTIEQUAL_-1206141345'), (u'CALL_-1206155601', u'INDIRECT_-1206142833'), (u'STORE_-1206154656', u'INDIRECT_-1206143391'), (u'PTRADD_-1206153940', u'LOAD_-1206154002'), (u'INDIRECT_-1206144572', u'MULTIEQUAL_-1206144367'), (u'CALL_-1206154940', u'INDIRECT_-1206143786'), (u'INDIRECT_-1206143756', u'MULTIEQUAL_-1206143350'), (u'CAST_-1206141478', u'PTRADD_-1206154596'), (u'INDIRECT_-1206144095', u'MULTIEQUAL_-1206144082'), (u'INDIRECT_-1206144309', u'MULTIEQUAL_-1206144199'), (u'INDIRECT_-1206143214', u'MULTIEQUAL_-1206143129'), ('const-417', u'LOAD_-1206153260'), (u'INT_ZEXT_-1206154122', u'INT_MULT_-1206148338'), (u'CALL_-1206151512', u'INDIRECT_-1206141355'), (u'CAST_-1206140030', u'LOAD_-1206151324'), (u'STORE_-1206142666', u'INDIRECT_-1206143481'), (u'MULTIEQUAL_-1206142186', u'MULTIEQUAL_-1206142352'), (u'CALL_-1206152876', u'INDIRECT_-1206141348'), (u'INDIRECT_-1206140923', u'MULTIEQUAL_-1206143659'), (u'MULTIEQUAL_-1206141830', u'MULTIEQUAL_-1206141603'), (u'CALL_-1206154940', u'INT_ADD_-1206154908'), (u'INDIRECT_-1206143279', u'MULTIEQUAL_-1206143074'), (u'STORE_-1206152961', u'INDIRECT_-1206143273'), (u'CALL_-1206153554', u'INDIRECT_-1206142967'), (u'COPY_-1206141052', u'MULTIEQUAL_-1206148863'), (u'LOAD_-1206155814', u'CAST_-1206142007'), (u'CALL_-1206152281', u'INDIRECT_-1206142629'), ('tmp_7659', u'CBRANCH_-1206151648'), (u'CALL_-1206153678', u'INDIRECT_-1206143121'), (u'CALL_-1206150990', u'INDIRECT_-1206147182'), (u'CALL_-1206152324', u'INDIRECT_-1206141003'), (u'CALL_-1206153190', u'INDIRECT_-1206143219'), (u'INDIRECT_-1206141982', u'MULTIEQUAL_-1206144718'), (u'MULTIEQUAL_-1206143070', u'MULTIEQUAL_-1206142008'), (u'INDIRECT_-1206143077', u'MULTIEQUAL_-1206142194'), (u'MULTIEQUAL_-1206142251', u'INT_NOTEQUAL_-1206155016'), (u'STORE_-1206153010', u'INDIRECT_-1206143540'), (u'CALL_-1206152281', u'INDIRECT_-1206142156'), (u'INDIRECT_-1206143288', u'MULTIEQUAL_-1206142882'), (u'CALL_-1206152786', u'INDIRECT_-1206142981'), (u'CALL_-1206152799', u'INDIRECT_-1206149686'), (u'INDIRECT_-1206142460', u'MULTIEQUAL_-1206142188'), (u'PTRADD_-1206154072', u'COPY_-1206141527'), (u'INDIRECT_-1206142843', u'MULTIEQUAL_-1206142192'), (u'INDIRECT_-1206144009', u'MULTIEQUAL_-1206143837'), (u'INDIRECT_-1206142438', u'MULTIEQUAL_-1206142353'), (u'CALL_-1206155792', u'INDIRECT_-1206142338'), (u'INDIRECT_-1206142860', u'MULTIEQUAL_-1206142389'), (u'MULTIEQUAL_-1206142189', u'MULTIEQUAL_-1206142732'), (u'INT_NOTEQUAL_-1206151916', u'CBRANCH_-1206151916'), (u'CALL_-1206155855', u'INDIRECT_-1206142477'), (u'INT_EQUAL_-1206154117', u'CBRANCH_-1206154118'), (u'INDIRECT_-1206143914', u'MULTIEQUAL_-1206143779'), ('const-417', u'LOAD_-1206154134'), (u'INDIRECT_-1206143973', u'MULTIEQUAL_-1206143959'), (u'MULTIEQUAL_-1206140084', u'CAST_-1206139934'), (u'MULTIEQUAL_-1206149584', u'INT_ADD_-1206154128'), (u'MULTIEQUAL_-1206141737', u'MULTIEQUAL_-1206142953'), (u'INDIRECT_-1206149320', u'MULTIEQUAL_-1206149217'), ('const-384', u'INT_AND_-1206155953'), (u'MULTIEQUAL_-1206146731', u'CALL_-1206154078'), (u'INDIRECT_-1206141354', u'MULTIEQUAL_-1206142661'), (u'INDIRECT_-1206141930', u'MULTIEQUAL_-1206141829'), (u'INDIRECT_-1206140348', u'MULTIEQUAL_-1206140076'), ('tmp_1929', u'CBRANCH_-1206155422'), (u'INDIRECT_-1206142833', u'MULTIEQUAL_-1206142661'), (u'MULTIEQUAL_-1206148408', u'INT_ADD_-1206151231'), ('const-36', u'CALL_-1206154181'), (u'INDIRECT_-1206143574', u'MULTIEQUAL_-1206143473'), (u'CALL_-1206152833', u'INDIRECT_-1206141447'), (u'CALL_-1206156387', u'INDIRECT_-1206143079'), ('const-0', u'PTRSUB_-1206142155'), (u'COPY_-1206142746', u'MULTIEQUAL_-1206150300'), ('const-0', u'INT_NOTEQUAL_-1206151373'), (u'INDIRECT_-1206142455', u'MULTIEQUAL_-1206142352'), (u'CALL_-1206156061', u'INDIRECT_-1206143624'), (u'COPY_-1206139975', u'CALL_-1206150776'), (u'INDIRECT_-1206141667', u'MULTIEQUAL_-1206143835'), (u'CALL_-1206153938', u'INDIRECT_-1206143716'), ('const-0', u'RETURN_-1206155743'), (u'INDIRECT_-1206140486', u'MULTIEQUAL_-1206142781'), (u'CALL_-1206155215', u'CALL_-1206155202'), (u'INDIRECT_-1206140104', u'MULTIEQUAL_-1206142840'), (u'CALL_-1206153059', u'INT_ADD_-1206152916'), (u'COPY_-1206141534', u'CALL_-1206153877'), (u'CALL_-1206154181', u'INDIRECT_-1206141398'), (u'COPY_-1206152789', u'MULTIEQUAL_-1206150634'), ('const-0', u'INT_NOTEQUAL_-1206152250'), (u'CALL_-1206153059', u'STORE_-1206152961'), (u'CAST_-1206141889', u'LOAD_-1206155058'), ('const-3', u'INT_RIGHT_-1206153139'), (u'CALL_-1206153481', u'INDIRECT_-1206143522'), (u'STORE_-1206152940', u'INDIRECT_-1206144079'), (u'CALL_-1206153190', u'INDIRECT_-1206143687'), (u'INDIRECT_-1206142383', u'MULTIEQUAL_-1206143092'), (u'INDIRECT_-1206143391', u'MULTIEQUAL_-1206143295'), (u'INDIRECT_-1206143078', u'MULTIEQUAL_-1206142975'), (u'CALL_-1206153704', u'INDIRECT_-1206142541'), (u'MULTIEQUAL_-1206140420', u'MULTIEQUAL_-1206140193'), (u'CALL_-1206152168', u'INDIRECT_-1206140939'), (u'INDIRECT_-1206143743', u'MULTIEQUAL_-1206143481'), (u'CALL_-1206155215', u'INDIRECT_-1206142958'), (u'CALL_-1206154119', u'INDIRECT_-1206141597'), (u'INDIRECT_-1206141512', u'MULTIEQUAL_-1206142895'), ('tmp_7977', u'CBRANCH_-1206151451'), (u'INDIRECT_-1206144508', u'MULTIEQUAL_-1206144388'), (u'LOAD_-1206154029', u'INT_EQUAL_-1206154014'), (u'INT_ADD_-1206152418', u'CALL_-1206152412'), (u'COPY_-1206140306', u'MULTIEQUAL_-1206145801'), ('const-417', u'LOAD_-1206154216'), (u'INDIRECT_-1206144746', u'MULTIEQUAL_-1206144417'), (u'INT_SUB_-1206154743', u'INT_ADD_-1206154733'), (u'MULTIEQUAL_-1206143154', u'MULTIEQUAL_-1206143111'), (u'COPY_-1206142857', u'INT_ADD_-1206151206'), (u'MULTIEQUAL_-1206142205', u'PTRADD_-1206142221'), (u'INDIRECT_-1206142857', u'MULTIEQUAL_-1206142815'), (u'CALL_-1206152136', u'INDIRECT_-1206142454'), (u'BOOL_AND_-1206152998', u'INT_NOTEQUAL_-1206152999'), (u'CALL_-1206156964', u'INDIRECT_-1206143981'), (u'CALL_-1206153994', u'INDIRECT_-1206143158'), ('const-417', u'LOAD_-1206156309'), (u'CALL_-1206154119', u'INT_NOTEQUAL_-1206153903'), (u'INDIRECT_-1206143258', u'MULTIEQUAL_-1206143173'), (u'LOAD_-1206156830', u'CALL_-1206156809'), (u'COPY_-1206140023', u'MULTIEQUAL_-1206145273'), (u'STORE_-1206153782', u'INDIRECT_-1206142562'), (u'CALL_-1206155855', u'INDIRECT_-1206144238'), (u'INDIRECT_-1206141050', u'MULTIEQUAL_-1206140778'), (u'CALL_-1206154661', u'INDIRECT_-1206142841'), (u'CALL_-1206153877', u'INDIRECT_-1206141687'), (u'INDIRECT_-1206144446', u'MULTIEQUAL_-1206144433'), (u'INDIRECT_-1206142863', u'MULTIEQUAL_-1206142778'), (u'CALL_-1206153877', u'INDIRECT_-1206148617'), (u'MULTIEQUAL_-1206140692', u'MULTIEQUAL_-1206140684'), ('const-0', u'CALL_-1206152168'), (u'INDIRECT_-1206143859', u'INT_AND_-1206155953'), (u'INDIRECT_-1206142296', u'MULTIEQUAL_-1206142403'), (u'STORE_-1206152940', u'INDIRECT_-1206143610'), (u'INDIRECT_-1206141205', u'MULTIEQUAL_-1206141473'), ('const-4294967295', u'INT_ADD_-1206153130'), (u'INDIRECT_-1206141570', u'MULTIEQUAL_-1206141528'), (u'MULTIEQUAL_-1206144146', u'MULTIEQUAL_-1206144112'), (u'CALL_-1206155601', u'INDIRECT_-1206142365'), (u'MULTIEQUAL_-1206144237', u'MULTIEQUAL_-1206142202'), (u'CALLIND_-1206156299', u'INDIRECT_-1206142685'), (u'MULTIEQUAL_-1206143311', u'MULTIEQUAL_-1206142193'), (u'INDIRECT_-1206144215', u'MULTIEQUAL_-1206143837'), ('const-717900', u'COPY_-1206140036'), (u'INDIRECT_-1206144039', u'MULTIEQUAL_-1206143954'), (u'INT_LESS_-1206154117', u'MULTIEQUAL_-1206149214'), (u'INT_EQUAL_-1206153119', u'MULTIEQUAL_-1206148497'), (u'MULTIEQUAL_-1206145570', u'INT_NOTEQUAL_-1206151532'), (u'CALL_-1206153190', u'INDIRECT_-1206144395'), (u'INDIRECT_-1206144616', u'MULTIEQUAL_-1206144484'), ('tmp_3323', u'CBRANCH_-1206154151'), (u'MULTIEQUAL_-1206146731', u'CAST_-1206141166'), (u'INDIRECT_-1206143074', u'MULTIEQUAL_-1206143035'), (u'PTRADD_-1206140693', u'LOAD_-1206152489'), (u'CALL_-1206153963', u'INDIRECT_-1206141851'), (u'CALL_-1206154830', u'INDIRECT_-1206142789'), (u'COPY_-1206141031', u'MULTIEQUAL_-1206148843'), (u'MULTIEQUAL_-1206142193', u'MULTIEQUAL_-1206142155'), (u'CALL_-1206152922', u'INDIRECT_-1206142963'), (u'CALL_-1206153994', u'INDIRECT_-1206142099'), (u'CALL_-1206155288', u'INDIRECT_-1206143340'), (u'INDIRECT_-1206143025', u'MULTIEQUAL_-1206142950'), (u'CALL_-1206153877', u'INDIRECT_-1206142155'), (u'CALL_-1206155601', u'INDIRECT_-1206143775'), (u'MULTIEQUAL_-1206143659', u'MULTIEQUAL_-1206143329'), (u'INDIRECT_-1206142961', u'MULTIEQUAL_-1206142858'), (u'CALL_-1206153041', u'INDIRECT_-1206142549'), (u'INDIRECT_-1206142746', u'MULTIEQUAL_-1206142687'), ('tmp_212', u'CBRANCH_-1206156876'), (u'CALL_-1206153554', u'INDIRECT_-1206148487'), ('const-0', u'INT_NOTEQUAL_-1206156121'), (u'MULTIEQUAL_-1206149116', u'MULTIEQUAL_-1206149102'), (u'CALL_-1206155601', u'INDIRECT_-1206144360'), (u'INDIRECT_-1206145040', u'MULTIEQUAL_-1206144835'), (u'CALL_-1206154661', u'INDIRECT_-1206143432'), (u'INDIRECT_-1206142609', u'MULTIEQUAL_-1206142190'), ('const-2', u'INT_EQUAL_-1206156249'), (u'MULTIEQUAL_-1206144952', u'MULTIEQUAL_-1206144601'), ('const-0', u'STORE_-1206154035'), (u'INDIRECT_-1206149071', u'MULTIEQUAL_-1206142204'), (u'INDIRECT_-1206143367', u'MULTIEQUAL_-1206143257'), (u'CALL_-1206156853', u'INDIRECT_-1206144635'), (u'PTRSUB_-1206142415', u'CALLIND_-1206156299'), (u'CALL_-1206156177', u'INDIRECT_-1206142509'), (u'MULTIEQUAL_-1206141953', u'MULTIEQUAL_-1206141862'), (u'INT_ADD_-1206141111', u'PTRADD_-1206152990'), (u'INDIRECT_-1206144449', u'MULTIEQUAL_-1206144071'), (u'MULTIEQUAL_-1206142681', u'MULTIEQUAL_-1206142638'), (u'LOAD_-1206151799', u'MULTIEQUAL_-1206148239'), (u'MULTIEQUAL_-1206142989', u'MULTIEQUAL_-1206143131'), (u'LOAD_-1206153134', u'INT_LESS_-1206153119'), (u'LOAD_-1206153134', u'INT_EQUAL_-1206153119'), (u'MULTIEQUAL_-1206142453', u'MULTIEQUAL_-1206142544'), (u'PTRADD_-1206151180', u'COPY_-1206140354'), (u'CALL_-1206155855', u'INDIRECT_-1206143647'), (u'CALL_-1206154730', u'INDIRECT_-1206142047'), (u'CALL_-1206150193', u'CALL_-1206150167'), (u'INDIRECT_-1206141549', u'MULTIEQUAL_-1206143717'), (u'CALL_-1206154830', u'INDIRECT_-1206143965'), (u'INT_ADD_-1206154908', u'INT_ADD_-1206154733'), (u'CAST_-1206141893', u'CALL_-1206151480'), (u'STORE_-1206152940', u'INDIRECT_-1206144201'), (u'MULTIEQUAL_-1206143837', u'MULTIEQUAL_-1206144136'), (u'CALL_-1206154940', u'INDIRECT_-1206142259'), (u'PTRADD_-1206142315', u'LOAD_-1206156103'), (u'CALL_-1206151003', u'INDIRECT_-1206141788'), (u'INDIRECT_-1206143097', u'MULTIEQUAL_-1206143012'), (u'INDIRECT_-1206143659', u'MULTIEQUAL_-1206143609'), (u'STORE_-1206153010', u'INDIRECT_-1206144248'), (u'INDIRECT_-1206149915', u'MULTIEQUAL_-1206149604'), (u'CALL_-1206156387', u'INDIRECT_-1206144138'), ('const-76', u'INT_LESS_-1206153965'), (u'MULTIEQUAL_-1206147407', u'INT_NOTEQUAL_-1206153322'), (u'CALL_-1206153992', u'INDIRECT_-1206141504'), (u'INDIRECT_-1206142923', u'MULTIEQUAL_-1206142820'), (u'CALL_-1206152563', u'INDIRECT_-1206142167'), (u'INDIRECT_-1206143157', u'MULTIEQUAL_-1206143061'), (u'MULTIEQUAL_-1206143522', u'MULTIEQUAL_-1206143321'), (u'STORE_-1206153782', u'INDIRECT_-1206142796'), ('const-1', u'PTRADD_-1206152727'), (u'MULTIEQUAL_-1206141602', u'MULTIEQUAL_-1206141511'), (u'INDIRECT_-1206142815', u'MULTIEQUAL_-1206142539'), (u'STORE_-1206152961', u'INDIRECT_-1206142688'), (u'MULTIEQUAL_-1206143895', u'MULTIEQUAL_-1206142833'), (u'CALL_-1206152799', u'INDIRECT_-1206143224'), ('const-718996', u'COPY_-1206141412'), (u'INDIRECT_-1206142174', u'MULTIEQUAL_-1206143481'), ('const-0', u'INT_EQUAL_-1206153259'), (u'INT_EQUAL_-1206153140', u'CBRANCH_-1206153145'), (u'MULTIEQUAL_-1206144667', u'COPY_-1206144766'), (u'SUBPIECE_-1206143553', u'INT_AND_-1206148803'), (u'INDIRECT_-1206142747', u'MULTIEQUAL_-1206142627'), (u'CALL_-1206155288', u'INDIRECT_-1206143697'), (u'CALL_-1206156964', u'INDIRECT_-1206143747'), ('const-0', u'COPY_-1206154179'), (u'CALL_-1206152876', u'INDIRECT_-1206142401'), (u'MULTIEQUAL_-1206147407', u'PTRADD_-1206142078'), (u'MULTIEQUAL_-1206140926', u'MULTIEQUAL_-1206140918'), (u'INT_ADD_-1206153028', u'CAST_-1206142588'), (u'MULTIEQUAL_-1206149904', u'MULTIEQUAL_-1206149549'), (u'INDIRECT_-1206142600', u'MULTIEQUAL_-1206142561'), ('const-4294967295', u'INT_ADD_-1206153046'), ('tmp_7676', u'CBRANCH_-1206151628'), (u'INT_EQUAL_-1206155262', u'CBRANCH_-1206155260'), (u'CALL_-1206156061', u'INDIRECT_-1206144566'), (u'MULTIEQUAL_-1206142843', u'MULTIEQUAL_-1206142189'), (u'MULTIEQUAL_-1206149602', u'INT_EQUAL_-1206154222'), (u'CALL_-1206155215', u'INDIRECT_-1206143666'), (u'INDIRECT_-1206143614', u'MULTIEQUAL_-1206143529'), (u'CALL_-1206150167', u'INDIRECT_-1206142216'), (u'CALL_-1206150167', u'INDIRECT_-1206140221'), (u'INT_ADD_-1206151423', u'CAST_-1206140082'), (u'MULTIEQUAL_-1206143194', u'MULTIEQUAL_-1206142192'), (u'MULTIEQUAL_-1206140783', u'MULTIEQUAL_-1206140692'), (u'MULTIEQUAL_-1206142755', u'MULTIEQUAL_-1206142897'), (u'MULTIEQUAL_-1206141228', u'MULTIEQUAL_-1206141370'), (u'CALL_-1206154119', u'INDIRECT_-1206141948'), ('const-417', u'LOAD_-1206156335'), (u'CAST_-1206140191', u'COPY_-1206140296'), (u'INT_EQUAL_-1206151602', u'MULTIEQUAL_-1206147703'), (u'MULTIEQUAL_-1206143794', u'MULTIEQUAL_-1206143778'), (u'CALL_-1206152341', u'INDIRECT_-1206141175'), (u'CALL_-1206152799', u'INDIRECT_-1206144044'), (u'INDIRECT_-1206149862', u'MULTIEQUAL_-1206149549'), (u'CALL_-1206152281', u'INDIRECT_-1206140868'), (u'CALL_-1206154830', u'INDIRECT_-1206141853'), (u'INT_NOTEQUAL_-1206155016', u'CBRANCH_-1206155016'), (u'MULTIEQUAL_-1206144150', u'MULTIEQUAL_-1206144667'), (u'CALL_-1206155792', u'INDIRECT_-1206143982'), (u'INT_EQUAL_-1206153035', u'CBRANCH_-1206153036'), (u'INDIRECT_-1206143908', u'MULTIEQUAL_-1206143776'), (u'MULTIEQUAL_-1206143106', u'MULTIEQUAL_-1206143248'), (u'INDIRECT_-1206142200', u'MULTIEQUAL_-1206142125'), ('const-417', u'LOAD_-1206156103'), (u'MULTIEQUAL_-1206146361', u'LOAD_-1206152813'), ('tmp_4418', u'CBRANCH_-1206154012'), (u'INT_SEXT_-1206154834', u'CALL_-1206154830'), (u'CALL_-1206151480', u'INDIRECT_-1206141578'), (u'INDIRECT_-1206140913', u'MULTIEQUAL_-1206142076'), (u'INDIRECT_-1206143102', u'MULTIEQUAL_-1206143037'), (u'INDIRECT_-1206141945', u'MULTIEQUAL_-1206142052'), (u'MULTIEQUAL_-1206143954', u'MULTIEQUAL_-1206144253'), (u'INDIRECT_-1206142868', u'MULTIEQUAL_-1206142539'), (u'INDIRECT_-1206144004', u'MULTIEQUAL_-1206143886'), (u'CALL_-1206153530', u'INDIRECT_-1206143074'), (u'INDIRECT_-1206143040', u'MULTIEQUAL_-1206142944'), (u'COPY_-1206139994', u'MULTIEQUAL_-1206145273'), (u'CALL_-1206152442', u'INDIRECT_-1206141296'), (u'INDIRECT_-1206143949', u'MULTIEQUAL_-1206143776'), (u'CALL_-1206152281', u'INDIRECT_-1206141336'), (u'INDIRECT_-1206143738', u'MULTIEQUAL_-1206143725'), (u'INDIRECT_-1206143440', u'MULTIEQUAL_-1206143308'), (u'CALL_-1206156177', u'INDIRECT_-1206143914'), (u'CALL_-1206155288', u'INDIRECT_-1206143458'), (u'MULTIEQUAL_-1206142570', u'MULTIEQUAL_-1206142661'), (u'CALL_-1206152136', u'INDIRECT_-1206141044'), (u'INDIRECT_-1206141292', u'MULTIEQUAL_-1206142119'), (u'CALL_-1206154940', u'INDIRECT_-1206143195'), (u'PTRSUB_-1206142155', u'CALL_-1206155664'), (u'CALL_-1206156177', u'INDIRECT_-1206144270'), (u'COPY_-1206142729', u'CALL_-1206153059'), (u'MULTIEQUAL_-1206143644', u'MULTIEQUAL_-1206143443'), (u'INDIRECT_-1206141518', u'MULTIEQUAL_-1206141246'), (u'CALL_-1206155664', u'INDIRECT_-1206143560'), (u'COPY_-1206140071', u'MULTIEQUAL_-1206145273'), (u'CALL_-1206153704', u'INDIRECT_-1206143131'), (u'CALL_-1206153938', u'INDIRECT_-1206142657'), (u'CALL_-1206153917', u'INDIRECT_-1206143118'), ('const-8', u'INT_LESS_-1206151157'), (u'INT_ADD_-1206152926', u'CAST_-1206142423'), (u'INT_EQUAL_-1206151220', u'CBRANCH_-1206151221'), (u'INDIRECT_-1206142629', u'MULTIEQUAL_-1206142544'), ('const-1', u'PTRADD_-1206152263'), (u'INDIRECT_-1206143005', u'MULTIEQUAL_-1206142989'), (u'CALL_-1206151003', u'INDIRECT_-1206142256'), (u'LOAD_-1206155615', u'CALL_-1206155601'), (u'CALL_-1206152922', u'INDIRECT_-1206143080'), (u'CAST_-1206140082', u'LOAD_-1206151439'), (u'CALL_-1206156387', u'INDIRECT_-1206142962'), (u'CALL_-1206155437', u'INDIRECT_-1206143214'), (u'INDIRECT_-1206144563', u'MULTIEQUAL_-1206144425'), (u'INDIRECT_-1206141231', u'MULTIEQUAL_-1206141035'), ('const-464', u'INT_ADD_-1206156293'), (u'INDIRECT_-1206143067', u'MULTIEQUAL_-1206142970'), (u'MULTIEQUAL_-1206141720', u'MULTIEQUAL_-1206144074'), (u'INDIRECT_-1206148388', u'INT_ZEXT_-1206153124'), (u'INDIRECT_-1206141687', u'MULTIEQUAL_-1206141645'), (u'CALL_-1206153877', u'INDIRECT_-1206142038'), (u'INDIRECT_-1206148015', u'MULTIEQUAL_-1206148590'), (u'INDIRECT_-1206144121', u'MULTIEQUAL_-1206144025'), (u'MULTIEQUAL_-1206142033', u'MULTIEQUAL_-1206142017'), (u'MULTIEQUAL_-1206140809', u'MULTIEQUAL_-1206140801'), (u'CALL_-1206151512', u'INDIRECT_-1206141946'), (u'INDIRECT_-1206144621', u'MULTIEQUAL_-1206144487'), ('const-719032', u'COPY_-1206142583'), ('const-0', u'COPY_-1206153890'), (u'INDIRECT_-1206141761', u'MULTIEQUAL_-1206141721'), (u'MULTIEQUAL_-1206148081', u'LOAD_-1206151619'), (u'MULTIEQUAL_-1206143959', u'COPY_-1206144059'), (u'INDIRECT_-1206143639', u'MULTIEQUAL_-1206143233'), ('const-417', u'LOAD_-1206152489'), (u'STORE_-1206153010', u'INDIRECT_-1206144716'), (u'CALL_-1206152442', u'INDIRECT_-1206140828'), (u'INDIRECT_-1206142962', u'MULTIEQUAL_-1206142840'), (u'CALL_-1206156061', u'INDIRECT_-1206143981'), (u'INDIRECT_-1206148955', u'MULTIEQUAL_-1206148869'), ('const-2', u'PTRADD_-1206140735'), (u'INDIRECT_-1206142117', u'MULTIEQUAL_-1206142095'), (u'INDIRECT_-1206143239', u'MULTIEQUAL_-1206143223'), ('const-1', u'PTRADD_-1206151557'), (u'CALL_-1206153753', u'INDIRECT_-1206141985'), (u'CALL_-1206152876', u'INDIRECT_-1206141933'), (u'INDIRECT_-1206142674', u'MULTIEQUAL_-1206142599'), (u'CALL_-1206150990', u'INDIRECT_-1206142013'), (u'INDIRECT_-1206141381', u'MULTIEQUAL_-1206142544'), (u'MULTIEQUAL_-1206142095', u'MULTIEQUAL_-1206142297'), (u'MULTIEQUAL_-1206144601', u'MULTIEQUAL_-1206144271'), (u'INDIRECT_-1206147220', u'MULTIEQUAL_-1206149181'), (u'MULTIEQUAL_-1206141971', u'MULTIEQUAL_-1206143187'), (u'INDIRECT_-1206144126', u'MULTIEQUAL_-1206144029'), (u'INDIRECT_-1206143535', u'MULTIEQUAL_-1206143438'), (u'MULTIEQUAL_-1206142661', u'MULTIEQUAL_-1206142960'), (u'PTRADD_-1206140571', u'LOAD_-1206152202'), (u'INDIRECT_-1206142779', u'MULTIEQUAL_-1206142606'), (u'INDIRECT_-1206143274', u'MULTIEQUAL_-1206143239'), (u'MULTIEQUAL_-1206141511', u'MULTIEQUAL_-1206141602'), (u'CAST_-1206142430', u'LOAD_-1206152951'), (u'CALL_-1206152412', u'INDIRECT_-1206141283'), (u'CALL_-1206156061', u'INDIRECT_-1206142454'), (u'INDIRECT_-1206142130', u'MULTIEQUAL_-1206142672'), (u'INDIRECT_-1206142299', u'MULTIEQUAL_-1206142678'), (u'MULTIEQUAL_-1206142052', u'MULTIEQUAL_-1206142047'), ('const-0', u'INT_EQUAL_-1206151466'), (u'INDIRECT_-1206142089', u'MULTIEQUAL_-1206142057'), (u'CALL_-1206152412', u'INDIRECT_-1206140932'), (u'CALL_-1206150193', u'INDIRECT_-1206141641'), (u'STORE_-1206154035', u'INDIRECT_-1206142825'), ('const-0', u'INT_EQUAL_-1206156035'), ('const-0', u'INT_NOTEQUAL_-1206155574'), (u'CALL_-1206154078', u'INDIRECT_-1206143453'), (u'INDIRECT_-1206142755', u'MULTIEQUAL_-1206143257'), (u'INDIRECT_-1206142515', u'MULTIEQUAL_-1206142414'), (u'INDIRECT_-1206142610', u'MULTIEQUAL_-1206142507'), ('tmp_2058', u'CBRANCH_-1206155325'), (u'INDIRECT_-1206142572', u'MULTIEQUAL_-1206142469'), (u'INDIRECT_-1206142917', u'MULTIEQUAL_-1206142882'), (u'STORE_-1206152961', u'INDIRECT_-1206143975'), (u'INDIRECT_-1206143171', u'MULTIEQUAL_-1206143131'), (u'LOAD_-1206154051', u'CAST_-1206141332'), (u'INT_NOTEQUAL_-1206152917', u'CBRANCH_-1206152916'), (u'INDIRECT_-1206143925', u'MULTIEQUAL_-1206143824'), (u'MULTIEQUAL_-1206148976', u'BOOL_NEGATE_-1206148363'), ('const-4294967294', u'INT_MULT_-1206147781'), ('const-1', u'PTRADD_-1206142425'), (u'CALL_-1206150750', u'INDIRECT_-1206141796'), (u'CALL_-1206150193', u'INDIRECT_-1206140348'), (u'INDIRECT_-1206142167', u'MULTIEQUAL_-1206143129'), (u'CALL_-1206154078', u'INDIRECT_-1206142277'), (u'MULTIEQUAL_-1206145820', u'COPY_-1206140306'), (u'INDIRECT_-1206141753', u'MULTIEQUAL_-1206141480'), (u'MULTIEQUAL_-1206149387', u'PTRADD_-1206154156'), (u'CALL_-1206156177', u'INDIRECT_-1206144036'), (u'INDIRECT_-1206142167', u'MULTIEQUAL_-1206141971'), (u'INDIRECT_-1206142805', u'MULTIEQUAL_-1206144188'), (u'MULTIEQUAL_-1206140801', u'MULTIEQUAL_-1206142017'), ('tmp_1161', u'CBRANCH_-1206155951'), (u'CALL_-1206155792', u'INDIRECT_-1206142455'), (u'LOAD_-1206155403', u'CAST_-1206141779'), (u'MULTIEQUAL_-1206149522', u'CALL_-1206152341'), (u'CALL_-1206150750', u'INDIRECT_-1206141088'), (u'INDIRECT_-1206143887', u'MULTIEQUAL_-1206143769'), ('const-10', u'COPY_-1206151265'), (u'INDIRECT_-1206142887', u'MULTIEQUAL_-1206142994'), (u'COPY_-1206141921', u'MULTIEQUAL_-1206147407'), (u'CALL_-1206152563', u'INDIRECT_-1206141465'), (u'CALL_-1206151003', u'INDIRECT_-1206141549'), (u'CAST_-1206141889', u'CALL_-1206154589'), (u'INDIRECT_-1206142161', u'MULTIEQUAL_-1206142076'), (u'STORE_-1206152955', u'INDIRECT_-1206143152'), (u'MULTIEQUAL_-1206149120', u'INT_EQUAL_-1206153140'), (u'CALL_-1206150193', u'INDIRECT_-1206142226'), (u'MULTIEQUAL_-1206148293', u'COPY_-1206139994'), ('const-44', u'INT_ADD_-1206152916'), (u'INDIRECT_-1206142922', u'MULTIEQUAL_-1206142544'), ('const-47', u'CALL_-1206154119'), (u'INDIRECT_-1206143034', u'MULTIEQUAL_-1206142999'), (u'CALL_-1206153992', u'INDIRECT_-1206143499'), (u'PTRADD_-1206142817', u'LOAD_-1206156835'), (u'INDIRECT_-1206142992', u'MULTIEQUAL_-1206142895'), (u'CALL_-1206154119', u'INDIRECT_-1206142065'), (u'INDIRECT_-1206142248', u'MULTIEQUAL_-1206142151'), (u'CALL_-1206154181', u'INDIRECT_-1206142925'), (u'CALL_-1206151271', u'INDIRECT_-1206141401'), (u'CALL_-1206152799', u'INDIRECT_-1206142873'), (u'COPY_-1206141045', u'MULTIEQUAL_-1206148885'), (u'CALL_-1206153481', u'INDIRECT_-1206148457'), (u'MULTIEQUAL_-1206141627', u'MULTIEQUAL_-1206141829'), (u'CALL_-1206152922', u'CAST_-1206140644'), (u'INDIRECT_-1206142740', u'MULTIEQUAL_-1206143449'), (u'INT_EQUAL_-1206153949', u'MULTIEQUAL_-1206148979'), (u'INDIRECT_-1206143387', u'MULTIEQUAL_-1206143249'), (u'MULTIEQUAL_-1206141393', u'MULTIEQUAL_-1206141350'), (u'MULTIEQUAL_-1206142205', u'LOAD_-1206155761'), (u'INDIRECT_-1206142711', u'MULTIEQUAL_-1206142615'), ('const-417', u'LOAD_-1206156835'), (u'MULTIEQUAL_-1206146731', u'CAST_-1206140926'), (u'INDIRECT_-1206144680', u'MULTIEQUAL_-1206142415'), (u'INT_ZEXT_-1206153124', u'INT_MULT_-1206147816'), (u'CALL_-1206156809', u'INDIRECT_-1206143674'), ('const-4', u'INT_ADD_-1206152926'), ('tmp_6647', u'CBRANCH_-1206152308'), (u'CALL_-1206154661', u'INDIRECT_-1206142724'), (u'CALL_-1206156809', u'INDIRECT_-1206142972'), (u'STORE_-1206152940', u'INDIRECT_-1206142674'), (u'MULTIEQUAL_-1206141854', u'MULTIEQUAL_-1206143070'), (u'INT_ADD_-1206151231', u'MULTIEQUAL_-1206148408'), (u'CALL_-1206152370', u'INDIRECT_-1206141380'), (u'STORE_-1206152955', u'INDIRECT_-1206143386'), (u'INDIRECT_-1206142509', u'MULTIEQUAL_-1206142038'), (u'MULTIEQUAL_-1206142251', u'COPY_-1206141806'), (u'INDIRECT_-1206142482', u'MULTIEQUAL_-1206142385'), (u'CALL_-1206155288', u'INT_EQUAL_-1206155262'), (u'MULTIEQUAL_-1206140516', u'MULTIEQUAL_-1206140277'), (u'MULTIEQUAL_-1206142336', u'MULTIEQUAL_-1206142427'), (u'INDIRECT_-1206143848', u'MULTIEQUAL_-1206143763'), (u'STORE_-1206153901', u'INDIRECT_-1206141829'), (u'CALL_-1206154589', u'INDIRECT_-1206143288'), (u'STORE_-1206152976', u'INDIRECT_-1206143283'), (u'MULTIEQUAL_-1206141356', u'MULTIEQUAL_-1206141129'), (u'CALL_-1206156809', u'INDIRECT_-1206144025'), (u'INDIRECT_-1206143121', u'MULTIEQUAL_-1206143228'), (u'STORE_-1206153782', u'INDIRECT_-1206142679'), (u'MULTIEQUAL_-1206146731', u'CALL_-1206152833'), ('tmp_2456', u'CBRANCH_-1206155016'), (u'INDIRECT_-1206141732', u'MULTIEQUAL_-1206142895'), (u'CALL_-1206153041', u'INDIRECT_-1206143134'), (u'PTRADD_-1206151557', u'COPY_-1206140293'), (u'MULTIEQUAL_-1206142384', u'MULTIEQUAL_-1206142368'), (u'CALL_-1206152786', u'INDIRECT_-1206144157'), (u'MULTIEQUAL_-1206143912', u'MULTIEQUAL_-1206143878'), (u'CALL_-1206153678', u'INDIRECT_-1206142413'), (u'CALL_-1206153938', u'INDIRECT_-1206142189'), (u'INDIRECT_-1206141114', u'MULTIEQUAL_-1206141017'), ('tmp_7863', u'CBRANCH_-1206151532'), (u'INDIRECT_-1206141030', u'MULTIEQUAL_-1206140955'), (u'INDIRECT_-1206144095', u'INT_AND_-1206149263'), (u'CALL_-1206154730', u'INDIRECT_-1206143100'), (u'INDIRECT_-1206141298', u'MULTIEQUAL_-1206141276'), ('const-36', u'INT_ADD_-1206151802'), (u'MULTIEQUAL_-1206140076', u'MULTIEQUAL_-1206142430'), (u'INT_LESS_-1206154201', u'MULTIEQUAL_-1206149233'), (u'STORE_-1206142666', u'INDIRECT_-1206142662'), (u'CALL_-1206155202', u'INDIRECT_-1206143540'), (u'INDIRECT_-1206140338', u'MULTIEQUAL_-1206143074'), (u'CALL_-1206156387', u'INDIRECT_-1206143313'), (u'COPY_-1206140043', u'MULTIEQUAL_-1206145273'), (u'MULTIEQUAL_-1206143659', u'COPY_-1206142746'), (u'INDIRECT_-1206143898', u'MULTIEQUAL_-1206143776'), (u'INDIRECT_-1206144450', u'MULTIEQUAL_-1206144354'), (u'CALL_-1206154830', u'INDIRECT_-1206142438'), (u'MULTIEQUAL_-1206149230', u'BOOL_NEGATE_-1206148364'), (u'CALL_-1206153686', u'INDIRECT_-1206143487'), (u'CALL_-1206152563', u'INDIRECT_-1206142285'), (u'PTRSUB_-1206153009', u'COPY_-1206141038'), (u'COPY_-1206140034', u'MULTIEQUAL_-1206145385'), (u'MULTIEQUAL_-1206142187', u'MULTIEQUAL_-1206142469'), (u'CALL_-1206152442', u'INDIRECT_-1206142355'), (u'MULTIEQUAL_-1206143556', u'MULTIEQUAL_-1206143522'), (u'INDIRECT_-1206142531', u'MULTIEQUAL_-1206142638'), (u'INDIRECT_-1206143902', u'MULTIEQUAL_-1206143954'), (u'CALL_-1206152370', u'INDIRECT_-1206141146'), ('const-417', u'LOAD_-1206156021'), (u'MULTIEQUAL_-1206142994', u'MULTIEQUAL_-1206142989'), (u'INDIRECT_-1206143647', u'MULTIEQUAL_-1206143551'), (u'INT_ADD_-1206151783', u'CAST_-1206140293'), ('const-0', u'COPY_-1206155721'), (u'CAST_-1206140293', u'LOAD_-1206151799'), (u'MULTIEQUAL_-1206142453', u'MULTIEQUAL_-1206142445'), ('tmp_7513', u'BRANCH_-1206151847'), (u'INDIRECT_-1206142142', u'MULTIEQUAL_-1206142039'), (u'INDIRECT_-1206142321', u'MULTIEQUAL_-1206142236'), (u'CAST_-1206141889', u'CALL_-1206154940'), (u'INDIRECT_-1206143903', u'MULTIEQUAL_-1206143800'), (u'CALL_-1206151512', u'INDIRECT_-1206140185'), (u'INDIRECT_-1206142919', u'MULTIEQUAL_-1206142906'), (u'STORE_-1206152955', u'INDIRECT_-1206142801'), (u'CALL_-1206154119', u'INDIRECT_-1206142299'), (u'MULTIEQUAL_-1206141035', u'MULTIEQUAL_-1206142251'), (u'MULTIEQUAL_-1206143271', u'MULTIEQUAL_-1206143473'), ('const-718068', u'COPY_-1206139975'), (u'CALL_-1206152442', u'INDIRECT_-1206142706'), (u'CALL_-1206152281', u'INDIRECT_-1206142278'), (u'STORE_-1206154656', u'INDIRECT_-1206142917'), ('const-717844', u'COPY_-1206141117'), (u'INDIRECT_-1206143413', u'MULTIEQUAL_-1206143317'), (u'CALL_-1206152833', u'INDIRECT_-1206141915'), (u'STORE_-1206153010', u'INDIRECT_-1206144008'), (u'INDIRECT_-1206142974', u'MULTIEQUAL_-1206142716'), (u'INDIRECT_-1206143211', u'MULTIEQUAL_-1206143077'), (u'CALL_-1206153678', u'INDIRECT_-1206143238'), ('const-2', u'PTRADD_-1206153940'), (u'CALL_-1206153285', u'INDIRECT_-1206142258'), (u'CALL_-1206156964', u'INDIRECT_-1206144098'), (u'MULTIEQUAL_-1206142427', u'MULTIEQUAL_-1206142336'), (u'INDIRECT_-1206142211', u'MULTIEQUAL_-1206142199'), ('const-192', u'INT_AND_-1206148803'), (u'CALL_-1206150776', u'INDIRECT_-1206141215'), ('const-0', u'INT_EQUAL_-1206155262'), (u'CALL_-1206152168', u'INDIRECT_-1206142466'), (u'CALL_-1206154181', u'INDIRECT_-1206141515'), (u'INDIRECT_-1206144472', u'MULTIEQUAL_-1206144354'), (u'CALL_-1206153877', u'INDIRECT_-1206143097'), (u'COPY_-1206151642', u'MULTIEQUAL_-1206148332'), (u'INDIRECT_-1206144806', u'MULTIEQUAL_-1206144316'), (u'CALL_-1206155792', u'INDIRECT_-1206142572'), (u'MULTIEQUAL_-1206149181', u'MULTIEQUAL_-1206148980'), (u'CALL_-1206153963', u'INDIRECT_-1206148664'), (u'COPY_-1206141117', u'CALL_-1206153704'), ('const-49152', u'INT_AND_-1206140174'), (u'CALL_-1206153678', u'INDIRECT_-1206142770'), (u'INDIRECT_-1206142806', u'MULTIEQUAL_-1206142703'), (u'CALL_-1206155664', u'INDIRECT_-1206143678'), (u'INDIRECT_-1206142585', u'MULTIEQUAL_-1206143412'), (u'CALL_-1206150167', u'INDIRECT_-1206140104'), (u'CALL_-1206153063', u'INDIRECT_-1206143601'), (u'MULTIEQUAL_-1206142194', u'MULTIEQUAL_-1206143288'), (u'INT_EQUAL_-1206152798', u'CBRANCH_-1206152796'), (u'INDIRECT_-1206142906', u'MULTIEQUAL_-1206142821'), (u'COPY_-1206142700', u'MULTIEQUAL_-1206142736'), ('const-1', u'PTRADD_-1206152990'), (u'CALL_-1206151003', u'INDIRECT_-1206140729'), ('const-719006', u'COPY_-1206140987'), (u'INDIRECT_-1206142985', u'MULTIEQUAL_-1206142920'), (u'CALL_-1206151512', u'INDIRECT_-1206140887'), (u'CALL_-1206150750', u'INDIRECT_-1206140620'), (u'CALL_-1206153481', u'INDIRECT_-1206142346'), (u'INDIRECT_-1206143183', u'MULTIEQUAL_-1206143725'), (u'CALL_-1206154661', u'INDIRECT_-1206148835'), (u'CALLIND_-1206156299', u'INDIRECT_-1206144563'), (u'CALL_-1206154589', u'INDIRECT_-1206142346'), ('const-1', u'INT_ADD_-1206141112'), (u'INDIRECT_-1206148564', u'MULTIEQUAL_-1206148540'), (u'STORE_-1206151230', u'INDIRECT_-1206141440'), (u'CALL_-1206153917', u'INDIRECT_-1206143586'), ('tmp_7743', u'CBRANCH_-1206151603'), (u'CALL_-1206151003', u'INDIRECT_-1206147191'), (u'INDIRECT_-1206144329', u'MULTIEQUAL_-1206144191'), (u'INDIRECT_-1206143973', u'MULTIEQUAL_-1206141937'), (u'MULTIEQUAL_-1206143761', u'MULTIEQUAL_-1206143560'), ('const-0', u'PTRSUB_-1206142415'), (u'CALL_-1206152324', u'INDIRECT_-1206142056'), ('const-0', u'INT_NOTEQUAL_-1206152525'), (u'INDIRECT_-1206143039', u'MULTIEQUAL_-1206142661'), (u'MULTIEQUAL_-1206145801', u'COPY_-1206140316'), (u'CALL_-1206153530', u'INDIRECT_-1206142957'), (u'LOAD_-1206151487', u'INT_EQUAL_-1206151466'), (u'STORE_-1206152976', u'INDIRECT_-1206143049'), (u'CALL_-1206152277', u'INDIRECT_-1206140913'), (u'MULTIEQUAL_-1206142895', u'MULTIEQUAL_-1206142857'), (u'INDIRECT_-1206144680', u'MULTIEQUAL_-1206144542'), (u'INDIRECT_-1206144733', u'MULTIEQUAL_-1206144601'), ('const-4', u'PTRADD_-1206142078'), (u'CALL_-1206156061', u'INDIRECT_-1206142922'), (u'CALL_-1206153938', u'INDIRECT_-1206141604'), (u'LOAD_-1206154031', u'INT_EQUAL_-1206154006'), (u'MULTIEQUAL_-1206142193', u'MULTIEQUAL_-1206142492'), (u'INDIRECT_-1206144360', u'MULTIEQUAL_-1206144263'), (u'INDIRECT_-1206143166', u'MULTIEQUAL_-1206142760'), (u'MULTIEQUAL_-1206147719', u'CALL_-1206150750'), (u'CALL_-1206155664', u'INDIRECT_-1206149320'), (u'INDIRECT_-1206143566', u'MULTIEQUAL_-1206143481'), (u'MULTIEQUAL_-1206147703', u'BOOL_NEGATE_-1206146947'), (u'CALL_-1206152922', u'INDIRECT_-1206148015'), (u'MULTIEQUAL_-1206147756', u'MULTIEQUAL_-1206147847'), ('const-417', u'LOAD_-1206154132'), (u'INDIRECT_-1206142908', u'MULTIEQUAL_-1206142833'), (u'CALL_-1206153530', u'INDIRECT_-1206143191'), (u'INT_EQUAL_-1206154201', u'MULTIEQUAL_-1206148979'), (u'INDIRECT_-1206142689', u'MULTIEQUAL_-1206142593'), (u'INDIRECT_-1206143418', u'MULTIEQUAL_-1206143321'), (u'CALL_-1206153917', u'INDIRECT_-1206142527'), (u'MULTIEQUAL_-1206145470', u'MULTIEQUAL_-1206145228'), (u'STORE_-1206151230', u'INDIRECT_-1206140738'), (u'MULTIEQUAL_-1206140319', u'MULTIEQUAL_-1206140528'), (u'INDIRECT_-1206143743', u'MULTIEQUAL_-1206143640'), (u'INDIRECT_-1206143238', u'MULTIEQUAL_-1206143345'), (u'CALL_-1206153753', u'INDIRECT_-1206142453'), ('const-0', u'INT_NOTEQUAL_-1206152309'), (u'CALL_-1206153994', u'INDIRECT_-1206143275'), (u'MULTIEQUAL_-1206148408', u'INT_EQUAL_-1206151241'), (u'MULTIEQUAL_-1206149252', u'CALL_-1206153822'), ('const-4', u'PTRADD_-1206140571'), (u'STORE_-1206154035', u'INDIRECT_-1206142942'), (u'COPY_-1206153097', u'MULTIEQUAL_-1206148730'), (u'CALL_-1206152442', u'INT_ADD_-1206152418'), (u'STORE_-1206153901', u'INDIRECT_-1206141478'), (u'MULTIEQUAL_-1206147407', u'PTRADD_-1206140575'), (u'COPY_-1206141520', u'MULTIEQUAL_-1206149327'), (u'INDIRECT_-1206140880', u'COPY_-1206140677'), ('const-1', u'PTRADD_-1206154077'), (u'CALL_-1206155437', u'INDIRECT_-1206143566'), (u'CALL_-1206152799', u'INDIRECT_-1206143692'), (u'INDIRECT_-1206142492', u'MULTIEQUAL_-1206142544'), (u'INDIRECT_-1206149295', u'MULTIEQUAL_-1206149217'), (u'STORE_-1206142666', u'INDIRECT_-1206144657'), (u'INT_EQUAL_-1206151466', u'CBRANCH_-1206151465'), (u'INDIRECT_-1206142688', u'MULTIEQUAL_-1206142187'), (u'INDIRECT_-1206141751', u'MULTIEQUAL_-1206141712'), (u'INT_EQUAL_-1206156926', u'CBRANCH_-1206156915'), (u'CAST_-1206141173', u'COPY_-1206141230'), (u'CALL_-1206153938', u'INDIRECT_-1206142423'), (u'CALL_-1206152281', u'INDIRECT_-1206141687'), ('const-4294967295', u'INT_ADD_-1206154212'), (u'CALL_-1206153938', u'INDIRECT_-1206143365'), (u'STORE_-1206153901', u'INDIRECT_-1206143356'), (u'INDIRECT_-1206143865', u'MULTIEQUAL_-1206143603'), (u'MULTIEQUAL_-1206141129', u'MULTIEQUAL_-1206143483'), (u'INDIRECT_-1206142570', u'MULTIEQUAL_-1206142531'), (u'CALL_-1206153704', u'CALL_-1206153678'), (u'CALL_-1206153041', u'INDIRECT_-1206142666'), (u'INDIRECT_-1206141621', u'MULTIEQUAL_-1206141589'), (u'INDIRECT_-1206142493', u'MULTIEQUAL_-1206142390'), ('const-417', u'LOAD_-1206152268'), (u'CALL_-1206153678', u'INDIRECT_-1206143004'), (u'CALL_-1206153992', u'INDIRECT_-1206142440'), (u'CALL_-1206153554', u'INDIRECT_-1206141440'), ('const-417', u'LOAD_-1206152392'), (u'INDIRECT_-1206143682', u'MULTIEQUAL_-1206143640'), (u'MULTIEQUAL_-1206143491', u'COPY_-1206143590'), ('const-417', u'LOAD_-1206155560'), (u'CALL_-1206150990', u'INDIRECT_-1206140369'), (u'CALL_-1206150990', u'INDIRECT_-1206141779'), (u'INT_NOTEQUAL_-1206153032', u'CBRANCH_-1206153032'), ('const-0', u'CALL_-1206152799'), (u'MULTIEQUAL_-1206147867', u'INT_LESS_-1206153965'), (u'MULTIEQUAL_-1206147867', u'INT_EQUAL_-1206153965'), (u'STORE_-1206152940', u'INDIRECT_-1206144435'), (u'COPY_-1206153167', u'MULTIEQUAL_-1206149120'), (u'MULTIEQUAL_-1206141937', u'MULTIEQUAL_-1206141708'), (u'STORE_-1206142666', u'INDIRECT_-1206143832'), (u'CALL_-1206153017', u'INDIRECT_-1206148059'), (u'MULTIEQUAL_-1206142427', u'MULTIEQUAL_-1206142726'), (u'CALL_-1206154078', u'INDIRECT_-1206142868'), (u'STORE_-1206154035', u'INDIRECT_-1206142703'), (u'INDIRECT_-1206141198', u'MULTIEQUAL_-1206143366'), (u'INDIRECT_-1206144067', u'MULTIEQUAL_-1206143894'), (u'MULTIEQUAL_-1206143023', u'COPY_-1206143122'), (u'INDIRECT_-1206142511', u'MULTIEQUAL_-1206142446'), (u'INT_NOTEQUAL_-1206150854', u'CBRANCH_-1206150854'), (u'INDIRECT_-1206142258', u'MULTIEQUAL_-1206142310'), ('const-1', u'SUBPIECE_-1206143553'), (u'INDIRECT_-1206141779', u'MULTIEQUAL_-1206144074'), (u'COPY_-1206142583', u'CALL_-1206153063'), (u'CALL_-1206153686', u'INDIRECT_-1206142545'), (u'CALL_-1206154661', u'INDIRECT_-1206143549'), (u'CALL_-1206156177', u'INDIRECT_-1206143562'), (u'INDIRECT_-1206144243', u'MULTIEQUAL_-1206144146'), (u'CAST_-1206141484', u'INT_SUB_-1206154743'), (u'STORE_-1206152976', u'INDIRECT_-1206143868'), (u'INDIRECT_-1206142346', u'MULTIEQUAL_-1206141940'), (u'COPY_-1206140114', u'CALL_-1206151512'), (u'CALL_-1206152799', u'INDIRECT_-1206143926'), (u'CALL_-1206152281', u'INDIRECT_-1206140985'), (u'CALL_-1206155437', u'INDIRECT_-1206142278'), (u'CALL_-1206154589', u'INDIRECT_-1206143405'), (u'MULTIEQUAL_-1206143427', u'MULTIEQUAL_-1206142365'), (u'CALL_-1206151512', u'INDIRECT_-1206147232'), (u'CAST_-1206141485', u'INT_SUB_-1206154743'), (u'INDIRECT_-1206143743', u'MULTIEQUAL_-1206143647'), (u'CALL_-1206152277', u'INDIRECT_-1206141264'), (u'MULTIEQUAL_-1206149100', u'INT_EQUAL_-1206153056'), (u'COPY_-1206151563', u'MULTIEQUAL_-1206145762'), (u'CALL_-1206153059', u'INDIRECT_-1206144576'), (u'INDIRECT_-1206140603', u'MULTIEQUAL_-1206142898'), ('const-1', u'PTRADD_-1206153547'), (u'CAST_-1206142711', u'LOAD_-1206156941'), (u'MULTIEQUAL_-1206141880', u'CBRANCH_-1206152228'), (u'CALL_-1206153554', u'INDIRECT_-1206141557'), (u'CALL_-1206156964', u'INDIRECT_-1206143513'), (u'INDIRECT_-1206143214', u'MULTIEQUAL_-1206142969'), (u'INDIRECT_-1206141030', u'MULTIEQUAL_-1206142193'), (u'CALL_-1206150193', u'INDIRECT_-1206140933'), (u'INDIRECT_-1206143981', u'MULTIEQUAL_-1206143491'), (u'INT_ADD_-1206152506', u'INT_ADD_-1206152418'), (u'CALL_-1206153190', u'INDIRECT_-1206144746'), (u'INT_ZEXT_-1206153040', u'INT_MULT_-1206147781'), ('const-1', u'PTRADD_-1206153933'), (u'INDIRECT_-1206143311', u'MULTIEQUAL_-1206143363'), (u'INDIRECT_-1206142099', u'MULTIEQUAL_-1206144835'), (u'INT_EQUAL_-1206155879', u'CBRANCH_-1206155878'), (u'INDIRECT_-1206141699', u'MULTIEQUAL_-1206141602'), ('const-4', u'INT_ADD_-1206151326'), (u'MULTIEQUAL_-1206141744', u'MULTIEQUAL_-1206141946'), (u'INDIRECT_-1206140572', u'MULTIEQUAL_-1206143308'), (u'INDIRECT_-1206142047', u'MULTIEQUAL_-1206141946'), (u'INDIRECT_-1206144038', u'MULTIEQUAL_-1206143709'), ('const-417', u'STORE_-1206153782'), (u'CALL_-1206153992', u'INDIRECT_-1206143148'), (u'STORE_-1206151230', u'INDIRECT_-1206141557'), (u'CALL_-1206153822', u'INDIRECT_-1206142600'), (u'MULTIEQUAL_-1206143412', u'MULTIEQUAL_-1206142195'), (u'CAST_-1206139987', u'STORE_-1206151230'), (u'MULTIEQUAL_-1206149387', u'LOAD_-1206154216'), ('const-164', u'INT_ADD_-1206153224'), (u'MULTIEQUAL_-1206142804', u'MULTIEQUAL_-1206142895'), ('tmp_1980', u'CBRANCH_-1206155377'), (u'STORE_-1206151220', u'INDIRECT_-1206140964'), (u'PTRADD_-1206140365', u'LOAD_-1206151172'), (u'COPY_-1206140076', u'CALL_-1206151003'), (u'INDIRECT_-1206142800', u'MULTIEQUAL_-1206142765'), (u'MULTIEQUAL_-1206148843', u'LOAD_-1206153052'), (u'STORE_-1206151220', u'INDIRECT_-1206141315'), (u'CALL_-1206155601', u'INDIRECT_-1206142950'), ('const-5', u'INT_EQUAL_-1206153265'), (u'INT_ZEXT_-1206154206', u'INT_MULT_-1206148373'), (u'CALL_-1206154940', u'INDIRECT_-1206143435'), (u'CALL_-1206154830', u'INDIRECT_-1206142906'), (u'CALL_-1206151480', u'INDIRECT_-1206142051'), (u'INDIRECT_-1206142449', u'MULTIEQUAL_-1206142414'), (u'INDIRECT_-1206143418', u'MULTIEQUAL_-1206143959'), (u'INDIRECT_-1206142328', u'MULTIEQUAL_-1206142316'), (u'MULTIEQUAL_-1206143061', u'MULTIEQUAL_-1206142192'), (u'MULTIEQUAL_-1206142251', u'MULTIEQUAL_-1206141189'), (u'CALL_-1206150193', u'INDIRECT_-1206141167'), (u'MULTIEQUAL_-1206142735', u'MULTIEQUAL_-1206142719'), (u'INT_EQUAL_-1206154165', u'BOOL_NEGATE_-1206143912'), (u'MULTIEQUAL_-1206143661', u'MULTIEQUAL_-1206142599'), (u'MULTIEQUAL_-1206148957', u'BOOL_NEGATE_-1206148328'), (u'INDIRECT_-1206141458', u'MULTIEQUAL_-1206141393'), (u'CALLIND_-1206156299', u'INDIRECT_-1206149615'), (u'MULTIEQUAL_-1206143191', u'MULTIEQUAL_-1206142861'), (u'STORE_-1206152961', u'INDIRECT_-1206142805'), (u'INDIRECT_-1206143274', u'MULTIEQUAL_-1206143171'), (u'INDIRECT_-1206149071', u'MULTIEQUAL_-1206149140'), (u'CALL_-1206155855', u'INDIRECT_-1206149407'), (u'INDIRECT_-1206142557', u'MULTIEQUAL_-1206142525'), (u'STORE_-1206142666', u'INDIRECT_-1206144067'), (u'CALL_-1206152168', u'INDIRECT_-1206142583'), ('tmp_10093', u'CBRANCH_-1206153032'), (u'INDIRECT_-1206144387', u'MULTIEQUAL_-1206144253'), (u'INDIRECT_-1206142960', u'MULTIEQUAL_-1206143012'), (u'CALL_-1206153963', u'INDIRECT_-1206141617'), (u'INT_MULT_-1206146958', u'INT_ADD_-1206140354'), (u'COPY_-1206154156', u'CAST_-1206141366'), (u'CALL_-1206154940', u'INDIRECT_-1206144020'), (u'CALL_-1206154830', u'INDIRECT_-1206143258'), (u'INT_EQUAL_-1206151245', u'CBRANCH_-1206151244'), (u'INDIRECT_-1206143387', u'MULTIEQUAL_-1206143374'), ('const-0', u'INT_EQUAL_-1206156085'), (u'INDIRECT_-1206148388', u'MULTIEQUAL_-1206148540'), (u'COPY_-1206140619', u'MULTIEQUAL_-1206140516'), (u'STORE_-1206152940', u'INDIRECT_-1206143142'), (u'CALL_-1206153017', u'INDIRECT_-1206143007'), (u'INDIRECT_-1206144153', u'MULTIEQUAL_-1206144019'), (u'CALL_-1206155215', u'INDIRECT_-1206142139'), (u'INDIRECT_-1206142974', u'MULTIEQUAL_-1206143683'), (u'CALL_-1206152168', u'INDIRECT_-1206142110'), (u'CALL_-1206150776', u'INDIRECT_-1206141098'), (u'COPY_-1206141349', u'MULTIEQUAL_-1206149158'), (u'INDIRECT_-1206141547', u'MULTIEQUAL_-1206141497'), (u'CALL_-1206150990', u'INDIRECT_-1206140954'), (u'CALL_-1206155202', u'INDIRECT_-1206143066'), (u'STORE_-1206154035', u'INDIRECT_-1206141415'), (u'CALL_-1206153994', u'INDIRECT_-1206141865'), (u'STORE_-1206151230', u'INDIRECT_-1206140504'), (u'STORE_-1206153901', u'INDIRECT_-1206142531'), (u'INDIRECT_-1206142568', u'MULTIEQUAL_-1206140303'), (u'INDIRECT_-1206143274', u'MULTIEQUAL_-1206143178'), (u'CALL_-1206154661', u'INDIRECT_-1206143666'), (u'PTRADD_-1206140343', u'LOAD_-1206151110'), (u'INT_NOTEQUAL_-1206154037', u'CBRANCH_-1206154037'), (u'INDIRECT_-1206142989', u'MULTIEQUAL_-1206143491'), ('const-1', u'INT_ADD_-1206140354'), (u'INDIRECT_-1206143922', u'MULTIEQUAL_-1206143837'), (u'CAST_-1206141913', u'LOAD_-1206155615'), (u'CALL_-1206152324', u'INDIRECT_-1206147816'), (u'INDIRECT_-1206142857', u'MULTIEQUAL_-1206143566'), (u'INDIRECT_-1206141547', u'MULTIEQUAL_-1206141508'), (u'MULTIEQUAL_-1206145570', u'MULTIEQUAL_-1206145385'), (u'STORE_-1206153901', u'INDIRECT_-1206142414'), (u'INDIRECT_-1206142032', u'MULTIEQUAL_-1206141774'), (u'CALL_-1206152136', u'INDIRECT_-1206141395'), (u'INDIRECT_-1206141597', u'MULTIEQUAL_-1206141976'), (u'CALL_-1206153704', u'INDIRECT_-1206142189'), (u'CALL_-1206153704', u'INDIRECT_-1206141604'), (u'INDIRECT_-1206142530', u'MULTIEQUAL_-1206143837'), (u'MULTIEQUAL_-1206144010', u'MULTIEQUAL_-1206143680'), (u'CALL_-1206153059', u'INDIRECT_-1206144102'), (u'INT_NOTEQUAL_-1206156742', u'CBRANCH_-1206156742'), ('const-4', u'PTRADD_-1206142221'), (u'INDIRECT_-1206142908', u'MULTIEQUAL_-1206144071'), (u'INT_AND_-1206149153', u'INT_EQUAL_-1206156035'), (u'CALL_-1206152876', u'INDIRECT_-1206143109'), (u'CALL_-1206152833', u'INDIRECT_-1206141681'), (u'CALL_-1206153554', u'INDIRECT_-1206142259'), (u'INDIRECT_-1206143540', u'PTRADD_-1206142619'), (u'CALL_-1206154730', u'CAST_-1206141478'), (u'INT_ADD_-1206141138', u'PTRADD_-1206153074'), (u'INDIRECT_-1206149385', u'MULTIEQUAL_-1206149299'), (u'CALL_-1206156177', u'INDIRECT_-1206144387'), (u'INDIRECT_-1206143040', u'MULTIEQUAL_-1206142937'), (u'INDIRECT_-1206142445', u'MULTIEQUAL_-1206142433'), (u'CALL_-1206150776', u'INDIRECT_-1206140279'), (u'MULTIEQUAL_-1206144127', u'MULTIEQUAL_-1206143797'), (u'CALL_-1206154078', u'INDIRECT_-1206148388'), (u'INDIRECT_-1206142846', u'MULTIEQUAL_-1206143406'), (u'INDIRECT_-1206141822', u'MULTIEQUAL_-1206143129'), (u'CALL_-1206154589', u'INDIRECT_-1206143756'), (u'STORE_-1206152976', u'INDIRECT_-1206144225'), (u'INDIRECT_-1206142629', u'MULTIEQUAL_-1206142570'), (u'INDIRECT_-1206141699', u'MULTIEQUAL_-1206141503'), (u'MULTIEQUAL_-1206143428', u'MULTIEQUAL_-1206142194'), (u'INDIRECT_-1206142083', u'MULTIEQUAL_-1206142008'), (u'STORE_-1206154035', u'INDIRECT_-1206142000'), ('tmp_1043', u'CBRANCH_-1206156033'), (u'MULTIEQUAL_-1206149211', u'BOOL_NEGATE_-1206148329'), (u'CALL_-1206153704', u'INDIRECT_-1206141487'), (u'LOAD_-1206151156', u'INT_EQUAL_-1206151146'), (u'CALL_-1206155215', u'INDIRECT_-1206143549'), (u'STORE_-1206151220', u'INDIRECT_-1206140496'), (u'INT_MULT_-1206147782', u'INT_ADD_-1206141112'), (u'INDIRECT_-1206141796', u'MULTIEQUAL_-1206142064'), (u'STORE_-1206151220', u'INDIRECT_-1206140262'), (u'INDIRECT_-1206143448', u'MULTIEQUAL_-1206143363'), (u'INDIRECT_-1206141391', u'MULTIEQUAL_-1206144127'), (u'COPY_-1206141074', u'MULTIEQUAL_-1206146745'), (u'INT_NOTEQUAL_-1206151780', u'CBRANCH_-1206151780'), (u'MULTIEQUAL_-1206142190', u'MULTIEQUAL_-1206142820'), (u'INDIRECT_-1206149501', u'MULTIEQUAL_-1206149140'), (u'INDIRECT_-1206144572', u'MULTIEQUAL_-1206144082'), (u'INDIRECT_-1206142789', u'MULTIEQUAL_-1206142704'), (u'MULTIEQUAL_-1206141503', u'MULTIEQUAL_-1206142719'), (u'CALL_-1206155792', u'INDIRECT_-1206142689'), (u'CALL_-1206153285', u'INDIRECT_-1206143785'), (u'MULTIEQUAL_-1206148501', u'PTRADD_-1206140651'), (u'INDIRECT_-1206140880', u'MULTIEQUAL_-1206140783'), (u'INT_ADD_-1206140354', u'PTRADD_-1206151562'), (u'STORE_-1206154656', u'INDIRECT_-1206141864'), (u'MULTIEQUAL_-1206143544', u'MULTIEQUAL_-1206142482'), (u'INDIRECT_-1206140689', u'MULTIEQUAL_-1206143425'), (u'INDIRECT_-1206143624', u'MULTIEQUAL_-1206143246'), ('tmp_6748', u'CBRANCH_-1206152249'), (u'INDIRECT_-1206143738', u'MULTIEQUAL_-1206141473'), (u'INDIRECT_-1206141904', u'MULTIEQUAL_-1206142464'), (u'INDIRECT_-1206143016', u'MULTIEQUAL_-1206142906'), (u'MULTIEQUAL_-1206143388', u'MULTIEQUAL_-1206143590'), (u'INDIRECT_-1206141831', u'MULTIEQUAL_-1206142210'), (u'MULTIEQUAL_-1206148863', u'LOAD_-1206153136'), (u'INDIRECT_-1206144098', u'MULTIEQUAL_-1206143608'), ('const-0', u'COPY_-1206156366'), (u'INDIRECT_-1206143036', u'MULTIEQUAL_-1206143024'), (u'INDIRECT_-1206144329', u'MULTIEQUAL_-1206142064'), ('const-417', u'LOAD_-1206154218'), (u'MULTIEQUAL_-1206147407', u'PTRADD_-1206142283'), (u'CALL_-1206153190', u'INDIRECT_-1206143102'), (u'MULTIEQUAL_-1206143995', u'MULTIEQUAL_-1206143794'), (u'CALL_-1206153554', u'INDIRECT_-1206141908'), (u'INDIRECT_-1206144095', u'MULTIEQUAL_-1206141830'), (u'INT_NOTEQUAL_-1206152262', u'CBRANCH_-1206152261'), ('const-448', u'INT_ADD_-1206156306'), (u'INT_NOTEQUAL_-1206154033', u'CBRANCH_-1206154033'), (u'CALL_-1206155288', u'INDIRECT_-1206142755'), (u'COPY_-1206142003', u'CALL_-1206155215'), ('const-4', u'PTRADD_-1206142619'), (u'INDIRECT_-1206142687', u'MULTIEQUAL_-1206142648'), (u'CALL_-1206153554', u'INDIRECT_-1206143552'), (u'CALL_-1206152136', u'INDIRECT_-1206142571'), (u'INDIRECT_-1206148388', u'INT_ZEXT_-1206154122'), (u'CALL_-1206151480', u'INDIRECT_-1206140173'), (u'CALL_-1206154119', u'INT_EQUAL_-1206153629'), (u'COPY_-1206141949', u'MULTIEQUAL_-1206141880'), (u'INDIRECT_-1206143580', u'MULTIEQUAL_-1206144082'), ('tmp_10547', u'BRANCH_-1206150152'), (u'INDIRECT_-1206142727', u'MULTIEQUAL_-1206142624'), (u'MULTIEQUAL_-1206142602', u'MULTIEQUAL_-1206141540'), (u'INDIRECT_-1206141700', u'MULTIEQUAL_-1206143644'), (u'CALL_-1206156177', u'INDIRECT_-1206149556'), (u'MULTIEQUAL_-1206143995', u'INT_EQUAL_-1206155474'), (u'INDIRECT_-1206141921', u'MULTIEQUAL_-1206141862'), (u'CALL_-1206152168', u'CALL_-1206152136'), (u'INDIRECT_-1206143429', u'MULTIEQUAL_-1206142197'), (u'COPY_-1206142586', u'STORE_-1206152955'), (u'CALL_-1206153059', u'INT_NOTEQUAL_-1206153032'), (u'INDIRECT_-1206144243', u'MULTIEQUAL_-1206144071'), (u'LOAD_-1206155560', u'CAST_-1206141889'), (u'INT_OR_-1206151282', u'CALL_-1206151271'), (u'MULTIEQUAL_-1206148863', u'PTRADD_-1206153079'), (u'INT_SUB_-1206153661', u'INT_ADD_-1206153500'), (u'CALL_-1206153530', u'INDIRECT_-1206142366'), ('const-417', u'LOAD_-1206151342'), (u'CALL_-1206153285', u'INDIRECT_-1206143668'), ('const-4', u'PTRADD_-1206140735'), (u'INDIRECT_-1206144238', u'MULTIEQUAL_-1206144142'), (u'CALL_-1206154940', u'INDIRECT_-1206142610'), (u'INDIRECT_-1206141447', u'MULTIEQUAL_-1206142156'), (u'INDIRECT_-1206141813', u'MULTIEQUAL_-1206141712'), (u'MULTIEQUAL_-1206142268', u'MULTIEQUAL_-1206142234'), (u'CALL_-1206153530', u'INDIRECT_-1206143542'), (u'INT_EQUAL_-1206153083', u'BOOL_NEGATE_-1206143426'), (u'CALL_-1206153017', u'INDIRECT_-1206142182'), (u'INDIRECT_-1206148477', u'MULTIEQUAL_-1206148454'), (u'CALL_-1206151271', u'INT_EQUAL_-1206151245'), (u'INDIRECT_-1206143965', u'MULTIEQUAL_-1206143880'), (u'INDIRECT_-1206149615', u'INT_ZEXT_-1206151225'), (u'COPY_-1206141806', u'MULTIEQUAL_-1206149522'), (u'PTRADD_-1206140735', u'LOAD_-1206152577'), (u'CALL_-1206155792', u'INDIRECT_-1206149385'), (u'INDIRECT_-1206144563', u'MULTIEQUAL_-1206144550'), (u'CALL_-1206153917', u'INDIRECT_-1206141825'), (u'CALL_-1206156964', u'INDIRECT_-1206143045'), (u'INT_ADD_-1206153130', u'MULTIEQUAL_-1206149120'), (u'CALL_-1206152922', u'INDIRECT_-1206142846'), (u'INDIRECT_-1206143688', u'MULTIEQUAL_-1206143603'), (u'MULTIEQUAL_-1206142204', u'MULTIEQUAL_-1206149328'), (u'LOAD_-1206156103', u'INT_EQUAL_-1206156085'), (u'MULTIEQUAL_-1206142970', u'MULTIEQUAL_-1206142936'), (u'MULTIEQUAL_-1206143647', u'MULTIEQUAL_-1206142197'), (u'MULTIEQUAL_-1206147407', u'PTRADD_-1206142082'), (u'STORE_-1206152940', u'INDIRECT_-1206143376'), (u'INDIRECT_-1206144099', u'MULTIEQUAL_-1206144003'), (u'CAST_-1206140218', u'INT_LESS_-1206151157'), (u'CALL_-1206153017', u'INT_ADD_-1206152985'), (u'CALL_-1206152370', u'INDIRECT_-1206141029'), (u'CALL_-1206153530', u'INDIRECT_-1206141898'), (u'INDIRECT_-1206143892', u'MULTIEQUAL_-1206143720'), (u'CALL_-1206155202', u'INDIRECT_-1206142481'), (u'INDIRECT_-1206143669', u'MULTIEQUAL_-1206143566'), (u'MULTIEQUAL_-1206142920', u'MULTIEQUAL_-1206142877'), (u'CALL_-1206154730', u'INDIRECT_-1206143808'), (u'CALL_-1206153190', u'INDIRECT_-1206149915'), (u'INDIRECT_-1206144165', u'MULTIEQUAL_-1206144667'), ('const-76', u'INT_EQUAL_-1206153965'), (u'STORE_-1206151230', u'INDIRECT_-1206140621'), (u'MULTIEQUAL_-1206142267', u'MULTIEQUAL_-1206142251'), (u'CALL_-1206153530', u'INDIRECT_-1206148477'), (u'MULTIEQUAL_-1206141160', u'MULTIEQUAL_-1206141251'), (u'INT_EQUAL_-1206151241', u'CBRANCH_-1206151246'), (u'INDIRECT_-1206142802', u'MULTIEQUAL_-1206142664'), (u'CALL_-1206156177', u'INDIRECT_-1206142626'), (u'INDIRECT_-1206144333', u'MULTIEQUAL_-1206144230'), (u'INDIRECT_-1206144372', u'MULTIEQUAL_-1206144250'), (u'INDIRECT_-1206143162', u'MULTIEQUAL_-1206142672'), (u'INDIRECT_-1206144156', u'MULTIEQUAL_-1206144071'), (u'MULTIEQUAL_-1206141947', u'MULTIEQUAL_-1206141720'), (u'BOOL_NEGATE_-1206148363', u'BOOL_AND_-1206154164'), (u'CALL_-1206150167', u'INDIRECT_-1206141865'), (u'CAST_-1206142583', u'LOAD_-1206153280'), (u'INDIRECT_-1206144723', u'MULTIEQUAL_-1206144601'), ('const-4', u'INT_ADD_-1206153270'), (u'STORE_-1206152961', u'INDIRECT_-1206143507'), (u'CALL_-1206152412', u'INDIRECT_-1206142220'), (u'CAST_-1206141332', u'CALL_-1206152922'), (u'INDIRECT_-1206142015', u'MULTIEQUAL_-1206141965'), (u'INT_ZEXT_-1206153129', u'INT_MULT_-1206147817'), (u'INDIRECT_-1206143356', u'MULTIEQUAL_-1206143340')]
null
null
00048120
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */\n\nvoid FUN_00048120(void)\n\n{\n undefined4 *puVar1;\n undefined4 uVar2;\n bool bVar3;\n void *pvVar4;\n char *pcVar5;\n undefined4 *puVar6;\n uint uVar7;\n int iVar8;\n undefined4 uVar9;\n size_t sVar10;\n undefined4 *puVar11;\n char *pcVar12;\n size_t sVar13;\n size_t sVar14;\n char *pcVar15;\n char *pcVar16;\n byte *pbVar17;\n undefined4 uVar18;\n int iVar19;\n byte bVar20;\n int iVar21;\n char *pcVar22;\n byte *pbVar23;\n int *piVar24;\n size_t sVar25;\n byte *pbVar26;\n char *pcVar27;\n bool bVar28;\n bool bVar29;\n bool bVar30;\n byte bVar31;\n longlong lVar32;\n char *local_84;\n undefined4 *local_78;\n int local_74;\n char *local_68;\n \n bVar31 = 0;\n FUN_000339e0();\n iVar8 = DAT_001c4600;\n if (*(int *)(DAT_001c4600 + 0x28) == 1) {\n if (DAT_001c46a0 != 0) {\n unlink_if_ordinary(DAT_001c46a0);\n DAT_001c4618 = bfd_openw(DAT_001c46a0,*(undefined4 *)DAT_001c4614[1]);\n iVar19 = DAT_001c46a0;\n if (DAT_001c4618 == 0) {\n uVar9 = dcgettext(0,"%F%P: %s: can\'t open for writing: %E\n",5);\n FUN_00034dc0(uVar9,iVar19);\n }\n }\n puVar6 = DAT_001c4614;\n iVar19 = DAT_001c461c;\n if (DAT_001c3d64 != (void *)0x0) {\n for (; iVar19 != 0; iVar19 = *(int *)(iVar19 + 0x9c)) {\n if (((*(int *)(*(int *)(iVar19 + 4) + 4) == 5) && (*(int *)(iVar19 + 0x68) != 0)) &&\n ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) == 0)) {\n lVar32 = FUN_00038a90(DAT_001c3d64);\n if ((lVar32 == 0) || (lVar32 + 0x10 == 0)) {\n pcVar5 = "%P: warning: unrecognized --build-id style ignored\n";\n }\n else {\n iVar19 = bfd_make_section_with_flags\n (iVar19,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n /* .gnu.warning sections are handled specially by elf32.em. */\n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n /* Adjust the address for the rodata segment. We want to adjust up to\n the same address within the page on the next page up. */\n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." /* TRUNCATED STRING LITERAL */\n );\n if (iVar19 != 0) {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n puVar6 = DAT_001c4614;\n iVar21 = *(int *)(DAT_001c4614[0x28] + 0x9c0);\n *(code **)(iVar21 + 0x10) = FUN_00046f30;\n pvVar4 = DAT_001c3d64;\n *(int *)(iVar21 + 0x18) = iVar19;\n *(void **)(iVar21 + 0x14) = pvVar4;\n *(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4) = 7;\n *(longlong *)(iVar19 + 0x2c) = lVar32 + 0x10;\n goto LAB_000482f4;\n }\n pcVar5 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";\n }\n uVar9 = dcgettext(0,pcVar5,5);\n FUN_00034dc0(uVar9);\n break;\n }\n }\n free(DAT_001c3d64);\n DAT_001c3d64 = (void *)0x0;\n puVar6 = DAT_001c4614;\n }\nLAB_000482f4:\n (**(code **)(*(int *)(puVar6[1] + 0x1c0) + 0x1d0))(&DAT_001c45e0);\n if ((DAT_001c45e0 & 3) == 2) {\n if (DAT_001c45e5 >> 7 == (~DAT_001c45e6 & 1)) {\n bfd_make_section_with_flags(DAT_001c461c,".note.GNU-stack",DAT_001c45e5 >> 3 & 0x10 | 8);\n }\n }\n else {\n if (((DAT_001c45e4 & 0x20) == 0) && (DAT_001c461c != 0)) {\n local_78 = (undefined4 *)0x0;\n bVar3 = false;\n local_74 = 0;\n iVar19 = DAT_001c461c;\n do {\n while ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) != 0) {\nLAB_00048a88:\n iVar19 = *(int *)(iVar19 + 0x9c);\n if (iVar19 == 0) goto LAB_00048b86;\n }\n puVar6 = *(undefined4 **)(iVar19 + 0x60);\n if (puVar6 != (undefined4 *)0x0) {\n local_84 = (char *)0x0;\n do {\n bVar29 = (undefined *)puVar6[0x15] < PTR__bfd_std_section_001c1fd4 + 0x180;\n bVar30 = (undefined *)puVar6[0x15] == PTR__bfd_std_section_001c1fd4 + 0x180;\n pcVar5 = local_84;\n if (!bVar30) {\n iVar21 = 0xf;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame_entry";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (bVar29) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar21 = 10;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if (((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])) {\n pcVar5 = local_84;\n }\n }\n local_84 = pcVar5;\n puVar6 = (undefined4 *)puVar6[3];\n } while (puVar6 != (undefined4 *)0x0);\n if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pcVar5 = local_84;\n if ((local_78 != (undefined4 *)0x0) &&\n (pcVar5 = (char *)local_78, (char *)local_78 != local_84)) {\n if (local_84 != (char *)0x1) {\n iVar19 = local_74;\n }\n uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n FUN_00034dc0(uVar9,iVar19);\n break;\n }\n local_78 = (undefined4 *)pcVar5;\n if ((local_74 == 0) &&\n (((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)))) {\n local_74 = iVar19;\n }\n }\n }\n if (local_78 != (undefined4 *)0x2) goto LAB_00048a88;\n iVar19 = *(int *)(iVar19 + 0x9c);\n _DAT_001c45e2 = _DAT_001c45e2 & 0x3fff | 0x8000;\n } while (iVar19 != 0);\nLAB_00048b86:\n if ((local_74 == 0) ||\n (iVar19 = bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8),\n iVar19 == 0)) {\n if (bVar3) {\n uVar9 = dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n FUN_00034dc0(uVar9);\n }\n }\n else {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n *(int *)(iVar8 + 0xd0) = iVar19;\n }\n }\n puVar6 = (undefined4 *)bfd_elf_get_needed_list(DAT_001c4614,&DAT_001c45e0);\n local_78 = puVar6;\n if (puVar6 != (undefined4 *)0x0) {\nLAB_00048360:\n puVar1 = puVar6;\n if ((local_78[1] == 0) ||\n ((uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 1) == 0 &&\n (((local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0)))))) {\n for (; puVar1 != local_78; puVar1 = (undefined4 *)*puVar1) {\n if (((puVar1[1] == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0)) &&\n (iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2]), iVar8 == 0)) {\n if (puVar1 != local_78) goto LAB_000484a0;\n break;\n }\n }\n DAT_001c3d78 = 0;\n DAT_001c3de0 = local_78;\n DAT_001c3de4 = FUN_00047cf0;\n FUN_000276c0(FUN_00045020);\n if ((DAT_001c3d78 == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(*(undefined4 *)(DAT_001c3d78 + 0x10)),\n (uVar7 & 1) != 0)) {\n puVar1 = (undefined4 *)local_78[1];\n pcVar5 = (char *)local_78[2];\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,"%s needed by %pB\n",5);\n FUN_00034d90(uVar9,pcVar5,puVar1);\n }\n if ((DAT_001c3d78 == 0) || (iVar8 = FUN_00047df0(), iVar8 == 0)) {\n bVar3 = false;\n do {\n pcVar22 = DAT_001c46c8;\n if (*pcVar5 == '/') {\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }\n else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }\n sVar10 = strlen((char *)local_78[2]);\n if (DAT_001c4804 != (int *)0x0) {\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }\n if (bVar3) goto code_r0x00048a13;\n bVar3 = true;\n } while( true );\n }\n }\n }\n goto LAB_000484a0;\n }\nLAB_000484b2:\n if (((DAT_001c45e3 & 0xc0) == 0x80) &&\n (iVar8 = bfd_elf_parse_eh_frame_entries(0,&DAT_001c45e0), iVar8 == 0)) {\n uVar9 = dcgettext(0,"%F%P: failed to parse EH frame entries\n",5);\n FUN_00034dc0(uVar9);\n }\n }\n }\n return;\ncode_r0x00048a13:\n uVar9 = local_78[1];\n uVar2 = local_78[2];\n uVar18 = dcgettext(0,\n "%P: warning: %s, needed by %pB, not found (try using -rpath or -rpath-link)\n"\n ,5);\n FUN_00034dc0(uVar18,uVar2,uVar9);\nLAB_000484a0:\n local_78 = (undefined4 *)*local_78;\n if (local_78 == (undefined4 *)0x0) goto LAB_000484b2;\n goto LAB_00048360;\n}\n\n" comment comment (function_definition "void FUN_00048120(void)\n\n{\n undefined4 *puVar1;\n undefined4 uVar2;\n bool bVar3;\n void *pvVar4;\n char *pcVar5;\n undefined4 *puVar6;\n uint uVar7;\n int iVar8;\n undefined4 uVar9;\n size_t sVar10;\n undefined4 *puVar11;\n char *pcVar12;\n size_t sVar13;\n size_t sVar14;\n char *pcVar15;\n char *pcVar16;\n byte *pbVar17;\n undefined4 uVar18;\n int iVar19;\n byte bVar20;\n int iVar21;\n char *pcVar22;\n byte *pbVar23;\n int *piVar24;\n size_t sVar25;\n byte *pbVar26;\n char *pcVar27;\n bool bVar28;\n bool bVar29;\n bool bVar30;\n byte bVar31;\n longlong lVar32;\n char *local_84;\n undefined4 *local_78;\n int local_74;\n char *local_68;\n \n bVar31 = 0;\n FUN_000339e0();\n iVar8 = DAT_001c4600;\n if (*(int *)(DAT_001c4600 + 0x28) == 1) {\n if (DAT_001c46a0 != 0) {\n unlink_if_ordinary(DAT_001c46a0);\n DAT_001c4618 = bfd_openw(DAT_001c46a0,*(undefined4 *)DAT_001c4614[1]);\n iVar19 = DAT_001c46a0;\n if (DAT_001c4618 == 0) {\n uVar9 = dcgettext(0,"%F%P: %s: can\'t open for writing: %E\n",5);\n FUN_00034dc0(uVar9,iVar19);\n }\n }\n puVar6 = DAT_001c4614;\n iVar19 = DAT_001c461c;\n if (DAT_001c3d64 != (void *)0x0) {\n for (; iVar19 != 0; iVar19 = *(int *)(iVar19 + 0x9c)) {\n if (((*(int *)(*(int *)(iVar19 + 4) + 4) == 5) && (*(int *)(iVar19 + 0x68) != 0)) &&\n ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) == 0)) {\n lVar32 = FUN_00038a90(DAT_001c3d64);\n if ((lVar32 == 0) || (lVar32 + 0x10 == 0)) {\n pcVar5 = "%P: warning: unrecognized --build-id style ignored\n";\n }\n else {\n iVar19 = bfd_make_section_with_flags\n (iVar19,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n /* .gnu.warning sections are handled specially by elf32.em. */\n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n /* Adjust the address for the rodata segment. We want to adjust up to\n the same address within the page on the next page up. */\n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." /* TRUNCATED STRING LITERAL */\n );\n if (iVar19 != 0) {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n puVar6 = DAT_001c4614;\n iVar21 = *(int *)(DAT_001c4614[0x28] + 0x9c0);\n *(code **)(iVar21 + 0x10) = FUN_00046f30;\n pvVar4 = DAT_001c3d64;\n *(int *)(iVar21 + 0x18) = iVar19;\n *(void **)(iVar21 + 0x14) = pvVar4;\n *(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4) = 7;\n *(longlong *)(iVar19 + 0x2c) = lVar32 + 0x10;\n goto LAB_000482f4;\n }\n pcVar5 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";\n }\n uVar9 = dcgettext(0,pcVar5,5);\n FUN_00034dc0(uVar9);\n break;\n }\n }\n free(DAT_001c3d64);\n DAT_001c3d64 = (void *)0x0;\n puVar6 = DAT_001c4614;\n }\nLAB_000482f4:\n (**(code **)(*(int *)(puVar6[1] + 0x1c0) + 0x1d0))(&DAT_001c45e0);\n if ((DAT_001c45e0 & 3) == 2) {\n if (DAT_001c45e5 >> 7 == (~DAT_001c45e6 & 1)) {\n bfd_make_section_with_flags(DAT_001c461c,".note.GNU-stack",DAT_001c45e5 >> 3 & 0x10 | 8);\n }\n }\n else {\n if (((DAT_001c45e4 & 0x20) == 0) && (DAT_001c461c != 0)) {\n local_78 = (undefined4 *)0x0;\n bVar3 = false;\n local_74 = 0;\n iVar19 = DAT_001c461c;\n do {\n while ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) != 0) {\nLAB_00048a88:\n iVar19 = *(int *)(iVar19 + 0x9c);\n if (iVar19 == 0) goto LAB_00048b86;\n }\n puVar6 = *(undefined4 **)(iVar19 + 0x60);\n if (puVar6 != (undefined4 *)0x0) {\n local_84 = (char *)0x0;\n do {\n bVar29 = (undefined *)puVar6[0x15] < PTR__bfd_std_section_001c1fd4 + 0x180;\n bVar30 = (undefined *)puVar6[0x15] == PTR__bfd_std_section_001c1fd4 + 0x180;\n pcVar5 = local_84;\n if (!bVar30) {\n iVar21 = 0xf;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame_entry";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (bVar29) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar21 = 10;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if (((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])) {\n pcVar5 = local_84;\n }\n }\n local_84 = pcVar5;\n puVar6 = (undefined4 *)puVar6[3];\n } while (puVar6 != (undefined4 *)0x0);\n if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pcVar5 = local_84;\n if ((local_78 != (undefined4 *)0x0) &&\n (pcVar5 = (char *)local_78, (char *)local_78 != local_84)) {\n if (local_84 != (char *)0x1) {\n iVar19 = local_74;\n }\n uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n FUN_00034dc0(uVar9,iVar19);\n break;\n }\n local_78 = (undefined4 *)pcVar5;\n if ((local_74 == 0) &&\n (((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)))) {\n local_74 = iVar19;\n }\n }\n }\n if (local_78 != (undefined4 *)0x2) goto LAB_00048a88;\n iVar19 = *(int *)(iVar19 + 0x9c);\n _DAT_001c45e2 = _DAT_001c45e2 & 0x3fff | 0x8000;\n } while (iVar19 != 0);\nLAB_00048b86:\n if ((local_74 == 0) ||\n (iVar19 = bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8),\n iVar19 == 0)) {\n if (bVar3) {\n uVar9 = dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n FUN_00034dc0(uVar9);\n }\n }\n else {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n *(int *)(iVar8 + 0xd0) = iVar19;\n }\n }\n puVar6 = (undefined4 *)bfd_elf_get_needed_list(DAT_001c4614,&DAT_001c45e0);\n local_78 = puVar6;\n if (puVar6 != (undefined4 *)0x0) {\nLAB_00048360:\n puVar1 = puVar6;\n if ((local_78[1] == 0) ||\n ((uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 1) == 0 &&\n (((local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0)))))) {\n for (; puVar1 != local_78; puVar1 = (undefined4 *)*puVar1) {\n if (((puVar1[1] == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0)) &&\n (iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2]), iVar8 == 0)) {\n if (puVar1 != local_78) goto LAB_000484a0;\n break;\n }\n }\n DAT_001c3d78 = 0;\n DAT_001c3de0 = local_78;\n DAT_001c3de4 = FUN_00047cf0;\n FUN_000276c0(FUN_00045020);\n if ((DAT_001c3d78 == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(*(undefined4 *)(DAT_001c3d78 + 0x10)),\n (uVar7 & 1) != 0)) {\n puVar1 = (undefined4 *)local_78[1];\n pcVar5 = (char *)local_78[2];\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,"%s needed by %pB\n",5);\n FUN_00034d90(uVar9,pcVar5,puVar1);\n }\n if ((DAT_001c3d78 == 0) || (iVar8 = FUN_00047df0(), iVar8 == 0)) {\n bVar3 = false;\n do {\n pcVar22 = DAT_001c46c8;\n if (*pcVar5 == '/') {\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }\n else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }\n sVar10 = strlen((char *)local_78[2]);\n if (DAT_001c4804 != (int *)0x0) {\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }\n if (bVar3) goto code_r0x00048a13;\n bVar3 = true;\n } while( true );\n }\n }\n }\n goto LAB_000484a0;\n }\nLAB_000484b2:\n if (((DAT_001c45e3 & 0xc0) == 0x80) &&\n (iVar8 = bfd_elf_parse_eh_frame_entries(0,&DAT_001c45e0), iVar8 == 0)) {\n uVar9 = dcgettext(0,"%F%P: failed to parse EH frame entries\n",5);\n FUN_00034dc0(uVar9);\n }\n }\n }\n return;\ncode_r0x00048a13:\n uVar9 = local_78[1];\n uVar2 = local_78[2];\n uVar18 = dcgettext(0,\n "%P: warning: %s, needed by %pB, not found (try using -rpath or -rpath-link)\n"\n ,5);\n FUN_00034dc0(uVar18,uVar2,uVar9);\nLAB_000484a0:\n local_78 = (undefined4 *)*local_78;\n if (local_78 == (undefined4 *)0x0) goto LAB_000484b2;\n goto LAB_00048360;\n}" primitive_type (function_declarator "FUN_00048120(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n undefined4 *puVar1;\n undefined4 uVar2;\n bool bVar3;\n void *pvVar4;\n char *pcVar5;\n undefined4 *puVar6;\n uint uVar7;\n int iVar8;\n undefined4 uVar9;\n size_t sVar10;\n undefined4 *puVar11;\n char *pcVar12;\n size_t sVar13;\n size_t sVar14;\n char *pcVar15;\n char *pcVar16;\n byte *pbVar17;\n undefined4 uVar18;\n int iVar19;\n byte bVar20;\n int iVar21;\n char *pcVar22;\n byte *pbVar23;\n int *piVar24;\n size_t sVar25;\n byte *pbVar26;\n char *pcVar27;\n bool bVar28;\n bool bVar29;\n bool bVar30;\n byte bVar31;\n longlong lVar32;\n char *local_84;\n undefined4 *local_78;\n int local_74;\n char *local_68;\n \n bVar31 = 0;\n FUN_000339e0();\n iVar8 = DAT_001c4600;\n if (*(int *)(DAT_001c4600 + 0x28) == 1) {\n if (DAT_001c46a0 != 0) {\n unlink_if_ordinary(DAT_001c46a0);\n DAT_001c4618 = bfd_openw(DAT_001c46a0,*(undefined4 *)DAT_001c4614[1]);\n iVar19 = DAT_001c46a0;\n if (DAT_001c4618 == 0) {\n uVar9 = dcgettext(0,"%F%P: %s: can\'t open for writing: %E\n",5);\n FUN_00034dc0(uVar9,iVar19);\n }\n }\n puVar6 = DAT_001c4614;\n iVar19 = DAT_001c461c;\n if (DAT_001c3d64 != (void *)0x0) {\n for (; iVar19 != 0; iVar19 = *(int *)(iVar19 + 0x9c)) {\n if (((*(int *)(*(int *)(iVar19 + 4) + 4) == 5) && (*(int *)(iVar19 + 0x68) != 0)) &&\n ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) == 0)) {\n lVar32 = FUN_00038a90(DAT_001c3d64);\n if ((lVar32 == 0) || (lVar32 + 0x10 == 0)) {\n pcVar5 = "%P: warning: unrecognized --build-id style ignored\n";\n }\n else {\n iVar19 = bfd_make_section_with_flags\n (iVar19,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n /* .gnu.warning sections are handled specially by elf32.em. */\n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n /* Adjust the address for the rodata segment. We want to adjust up to\n the same address within the page on the next page up. */\n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." /* TRUNCATED STRING LITERAL */\n );\n if (iVar19 != 0) {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n puVar6 = DAT_001c4614;\n iVar21 = *(int *)(DAT_001c4614[0x28] + 0x9c0);\n *(code **)(iVar21 + 0x10) = FUN_00046f30;\n pvVar4 = DAT_001c3d64;\n *(int *)(iVar21 + 0x18) = iVar19;\n *(void **)(iVar21 + 0x14) = pvVar4;\n *(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4) = 7;\n *(longlong *)(iVar19 + 0x2c) = lVar32 + 0x10;\n goto LAB_000482f4;\n }\n pcVar5 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";\n }\n uVar9 = dcgettext(0,pcVar5,5);\n FUN_00034dc0(uVar9);\n break;\n }\n }\n free(DAT_001c3d64);\n DAT_001c3d64 = (void *)0x0;\n puVar6 = DAT_001c4614;\n }\nLAB_000482f4:\n (**(code **)(*(int *)(puVar6[1] + 0x1c0) + 0x1d0))(&DAT_001c45e0);\n if ((DAT_001c45e0 & 3) == 2) {\n if (DAT_001c45e5 >> 7 == (~DAT_001c45e6 & 1)) {\n bfd_make_section_with_flags(DAT_001c461c,".note.GNU-stack",DAT_001c45e5 >> 3 & 0x10 | 8);\n }\n }\n else {\n if (((DAT_001c45e4 & 0x20) == 0) && (DAT_001c461c != 0)) {\n local_78 = (undefined4 *)0x0;\n bVar3 = false;\n local_74 = 0;\n iVar19 = DAT_001c461c;\n do {\n while ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) != 0) {\nLAB_00048a88:\n iVar19 = *(int *)(iVar19 + 0x9c);\n if (iVar19 == 0) goto LAB_00048b86;\n }\n puVar6 = *(undefined4 **)(iVar19 + 0x60);\n if (puVar6 != (undefined4 *)0x0) {\n local_84 = (char *)0x0;\n do {\n bVar29 = (undefined *)puVar6[0x15] < PTR__bfd_std_section_001c1fd4 + 0x180;\n bVar30 = (undefined *)puVar6[0x15] == PTR__bfd_std_section_001c1fd4 + 0x180;\n pcVar5 = local_84;\n if (!bVar30) {\n iVar21 = 0xf;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame_entry";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (bVar29) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar21 = 10;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if (((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])) {\n pcVar5 = local_84;\n }\n }\n local_84 = pcVar5;\n puVar6 = (undefined4 *)puVar6[3];\n } while (puVar6 != (undefined4 *)0x0);\n if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pcVar5 = local_84;\n if ((local_78 != (undefined4 *)0x0) &&\n (pcVar5 = (char *)local_78, (char *)local_78 != local_84)) {\n if (local_84 != (char *)0x1) {\n iVar19 = local_74;\n }\n uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n FUN_00034dc0(uVar9,iVar19);\n break;\n }\n local_78 = (undefined4 *)pcVar5;\n if ((local_74 == 0) &&\n (((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)))) {\n local_74 = iVar19;\n }\n }\n }\n if (local_78 != (undefined4 *)0x2) goto LAB_00048a88;\n iVar19 = *(int *)(iVar19 + 0x9c);\n _DAT_001c45e2 = _DAT_001c45e2 & 0x3fff | 0x8000;\n } while (iVar19 != 0);\nLAB_00048b86:\n if ((local_74 == 0) ||\n (iVar19 = bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8),\n iVar19 == 0)) {\n if (bVar3) {\n uVar9 = dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n FUN_00034dc0(uVar9);\n }\n }\n else {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n *(int *)(iVar8 + 0xd0) = iVar19;\n }\n }\n puVar6 = (undefined4 *)bfd_elf_get_needed_list(DAT_001c4614,&DAT_001c45e0);\n local_78 = puVar6;\n if (puVar6 != (undefined4 *)0x0) {\nLAB_00048360:\n puVar1 = puVar6;\n if ((local_78[1] == 0) ||\n ((uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 1) == 0 &&\n (((local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0)))))) {\n for (; puVar1 != local_78; puVar1 = (undefined4 *)*puVar1) {\n if (((puVar1[1] == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0)) &&\n (iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2]), iVar8 == 0)) {\n if (puVar1 != local_78) goto LAB_000484a0;\n break;\n }\n }\n DAT_001c3d78 = 0;\n DAT_001c3de0 = local_78;\n DAT_001c3de4 = FUN_00047cf0;\n FUN_000276c0(FUN_00045020);\n if ((DAT_001c3d78 == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(*(undefined4 *)(DAT_001c3d78 + 0x10)),\n (uVar7 & 1) != 0)) {\n puVar1 = (undefined4 *)local_78[1];\n pcVar5 = (char *)local_78[2];\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,"%s needed by %pB\n",5);\n FUN_00034d90(uVar9,pcVar5,puVar1);\n }\n if ((DAT_001c3d78 == 0) || (iVar8 = FUN_00047df0(), iVar8 == 0)) {\n bVar3 = false;\n do {\n pcVar22 = DAT_001c46c8;\n if (*pcVar5 == '/') {\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }\n else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }\n sVar10 = strlen((char *)local_78[2]);\n if (DAT_001c4804 != (int *)0x0) {\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }\n if (bVar3) goto code_r0x00048a13;\n bVar3 = true;\n } while( true );\n }\n }\n }\n goto LAB_000484a0;\n }\nLAB_000484b2:\n if (((DAT_001c45e3 & 0xc0) == 0x80) &&\n (iVar8 = bfd_elf_parse_eh_frame_entries(0,&DAT_001c45e0), iVar8 == 0)) {\n uVar9 = dcgettext(0,"%F%P: failed to parse EH frame entries\n",5);\n FUN_00034dc0(uVar9);\n }\n }\n }\n return;\ncode_r0x00048a13:\n uVar9 = local_78[1];\n uVar2 = local_78[2];\n uVar18 = dcgettext(0,\n "%P: warning: %s, needed by %pB, not found (try using -rpath or -rpath-link)\n"\n ,5);\n FUN_00034dc0(uVar18,uVar2,uVar9);\nLAB_000484a0:\n local_78 = (undefined4 *)*local_78;\n if (local_78 == (undefined4 *)0x0) goto LAB_000484b2;\n goto LAB_00048360;\n}" { (declaration "undefined4 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (declaration "bool bVar3;" primitive_type identifier ;) (declaration "void *pvVar4;" primitive_type (pointer_declarator "*pvVar4" * identifier) ;) (declaration "char *pcVar5;" primitive_type (pointer_declarator "*pcVar5" * identifier) ;) (declaration "undefined4 *puVar6;" type_identifier (pointer_declarator "*puVar6" * identifier) ;) (declaration "uint uVar7;" type_identifier identifier ;) (declaration "int iVar8;" primitive_type identifier ;) (declaration "undefined4 uVar9;" type_identifier identifier ;) (declaration "size_t sVar10;" primitive_type identifier ;) (declaration "undefined4 *puVar11;" type_identifier (pointer_declarator "*puVar11" * identifier) ;) (declaration "char *pcVar12;" primitive_type (pointer_declarator "*pcVar12" * identifier) ;) (declaration "size_t sVar13;" primitive_type identifier ;) (declaration "size_t sVar14;" primitive_type identifier ;) (declaration "char *pcVar15;" primitive_type (pointer_declarator "*pcVar15" * identifier) ;) (declaration "char *pcVar16;" primitive_type (pointer_declarator "*pcVar16" * identifier) ;) (declaration "byte *pbVar17;" type_identifier (pointer_declarator "*pbVar17" * identifier) ;) (declaration "undefined4 uVar18;" type_identifier identifier ;) (declaration "int iVar19;" primitive_type identifier ;) (declaration "byte bVar20;" type_identifier identifier ;) (declaration "int iVar21;" primitive_type identifier ;) (declaration "char *pcVar22;" primitive_type (pointer_declarator "*pcVar22" * identifier) ;) (declaration "byte *pbVar23;" type_identifier (pointer_declarator "*pbVar23" * identifier) ;) (declaration "int *piVar24;" primitive_type (pointer_declarator "*piVar24" * identifier) ;) (declaration "size_t sVar25;" primitive_type identifier ;) (declaration "byte *pbVar26;" type_identifier (pointer_declarator "*pbVar26" * identifier) ;) (declaration "char *pcVar27;" primitive_type (pointer_declarator "*pcVar27" * identifier) ;) (declaration "bool bVar28;" primitive_type identifier ;) (declaration "bool bVar29;" primitive_type identifier ;) (declaration "bool bVar30;" primitive_type identifier ;) (declaration "byte bVar31;" type_identifier identifier ;) (declaration "longlong lVar32;" type_identifier identifier ;) (declaration "char *local_84;" primitive_type (pointer_declarator "*local_84" * identifier) ;) (declaration "undefined4 *local_78;" type_identifier (pointer_declarator "*local_78" * identifier) ;) (declaration "int local_74;" primitive_type identifier ;) (declaration "char *local_68;" primitive_type (pointer_declarator "*local_68" * identifier) ;) (expression_statement "bVar31 = 0;" (assignment_expression "bVar31 = 0" identifier = number_literal) ;) (expression_statement "FUN_000339e0();" (call_expression "FUN_000339e0()" identifier (argument_list "()" ( ))) ;) (expression_statement "iVar8 = DAT_001c4600;" (assignment_expression "iVar8 = DAT_001c4600" identifier = identifier) ;) (if_statement "if (*(int *)(DAT_001c4600 + 0x28) == 1) {\n if (DAT_001c46a0 != 0) {\n unlink_if_ordinary(DAT_001c46a0);\n DAT_001c4618 = bfd_openw(DAT_001c46a0,*(undefined4 *)DAT_001c4614[1]);\n iVar19 = DAT_001c46a0;\n if (DAT_001c4618 == 0) {\n uVar9 = dcgettext(0,"%F%P: %s: can\'t open for writing: %E\n",5);\n FUN_00034dc0(uVar9,iVar19);\n }\n }\n puVar6 = DAT_001c4614;\n iVar19 = DAT_001c461c;\n if (DAT_001c3d64 != (void *)0x0) {\n for (; iVar19 != 0; iVar19 = *(int *)(iVar19 + 0x9c)) {\n if (((*(int *)(*(int *)(iVar19 + 4) + 4) == 5) && (*(int *)(iVar19 + 0x68) != 0)) &&\n ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) == 0)) {\n lVar32 = FUN_00038a90(DAT_001c3d64);\n if ((lVar32 == 0) || (lVar32 + 0x10 == 0)) {\n pcVar5 = "%P: warning: unrecognized --build-id style ignored\n";\n }\n else {\n iVar19 = bfd_make_section_with_flags\n (iVar19,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n /* .gnu.warning sections are handled specially by elf32.em. */\n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n /* Adjust the address for the rodata segment. We want to adjust up to\n the same address within the page on the next page up. */\n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." /* TRUNCATED STRING LITERAL */\n );\n if (iVar19 != 0) {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n puVar6 = DAT_001c4614;\n iVar21 = *(int *)(DAT_001c4614[0x28] + 0x9c0);\n *(code **)(iVar21 + 0x10) = FUN_00046f30;\n pvVar4 = DAT_001c3d64;\n *(int *)(iVar21 + 0x18) = iVar19;\n *(void **)(iVar21 + 0x14) = pvVar4;\n *(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4) = 7;\n *(longlong *)(iVar19 + 0x2c) = lVar32 + 0x10;\n goto LAB_000482f4;\n }\n pcVar5 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";\n }\n uVar9 = dcgettext(0,pcVar5,5);\n FUN_00034dc0(uVar9);\n break;\n }\n }\n free(DAT_001c3d64);\n DAT_001c3d64 = (void *)0x0;\n puVar6 = DAT_001c4614;\n }\nLAB_000482f4:\n (**(code **)(*(int *)(puVar6[1] + 0x1c0) + 0x1d0))(&DAT_001c45e0);\n if ((DAT_001c45e0 & 3) == 2) {\n if (DAT_001c45e5 >> 7 == (~DAT_001c45e6 & 1)) {\n bfd_make_section_with_flags(DAT_001c461c,".note.GNU-stack",DAT_001c45e5 >> 3 & 0x10 | 8);\n }\n }\n else {\n if (((DAT_001c45e4 & 0x20) == 0) && (DAT_001c461c != 0)) {\n local_78 = (undefined4 *)0x0;\n bVar3 = false;\n local_74 = 0;\n iVar19 = DAT_001c461c;\n do {\n while ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) != 0) {\nLAB_00048a88:\n iVar19 = *(int *)(iVar19 + 0x9c);\n if (iVar19 == 0) goto LAB_00048b86;\n }\n puVar6 = *(undefined4 **)(iVar19 + 0x60);\n if (puVar6 != (undefined4 *)0x0) {\n local_84 = (char *)0x0;\n do {\n bVar29 = (undefined *)puVar6[0x15] < PTR__bfd_std_section_001c1fd4 + 0x180;\n bVar30 = (undefined *)puVar6[0x15] == PTR__bfd_std_section_001c1fd4 + 0x180;\n pcVar5 = local_84;\n if (!bVar30) {\n iVar21 = 0xf;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame_entry";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (bVar29) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar21 = 10;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if (((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])) {\n pcVar5 = local_84;\n }\n }\n local_84 = pcVar5;\n puVar6 = (undefined4 *)puVar6[3];\n } while (puVar6 != (undefined4 *)0x0);\n if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pcVar5 = local_84;\n if ((local_78 != (undefined4 *)0x0) &&\n (pcVar5 = (char *)local_78, (char *)local_78 != local_84)) {\n if (local_84 != (char *)0x1) {\n iVar19 = local_74;\n }\n uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n FUN_00034dc0(uVar9,iVar19);\n break;\n }\n local_78 = (undefined4 *)pcVar5;\n if ((local_74 == 0) &&\n (((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)))) {\n local_74 = iVar19;\n }\n }\n }\n if (local_78 != (undefined4 *)0x2) goto LAB_00048a88;\n iVar19 = *(int *)(iVar19 + 0x9c);\n _DAT_001c45e2 = _DAT_001c45e2 & 0x3fff | 0x8000;\n } while (iVar19 != 0);\nLAB_00048b86:\n if ((local_74 == 0) ||\n (iVar19 = bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8),\n iVar19 == 0)) {\n if (bVar3) {\n uVar9 = dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n FUN_00034dc0(uVar9);\n }\n }\n else {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n *(int *)(iVar8 + 0xd0) = iVar19;\n }\n }\n puVar6 = (undefined4 *)bfd_elf_get_needed_list(DAT_001c4614,&DAT_001c45e0);\n local_78 = puVar6;\n if (puVar6 != (undefined4 *)0x0) {\nLAB_00048360:\n puVar1 = puVar6;\n if ((local_78[1] == 0) ||\n ((uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 1) == 0 &&\n (((local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0)))))) {\n for (; puVar1 != local_78; puVar1 = (undefined4 *)*puVar1) {\n if (((puVar1[1] == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0)) &&\n (iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2]), iVar8 == 0)) {\n if (puVar1 != local_78) goto LAB_000484a0;\n break;\n }\n }\n DAT_001c3d78 = 0;\n DAT_001c3de0 = local_78;\n DAT_001c3de4 = FUN_00047cf0;\n FUN_000276c0(FUN_00045020);\n if ((DAT_001c3d78 == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(*(undefined4 *)(DAT_001c3d78 + 0x10)),\n (uVar7 & 1) != 0)) {\n puVar1 = (undefined4 *)local_78[1];\n pcVar5 = (char *)local_78[2];\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,"%s needed by %pB\n",5);\n FUN_00034d90(uVar9,pcVar5,puVar1);\n }\n if ((DAT_001c3d78 == 0) || (iVar8 = FUN_00047df0(), iVar8 == 0)) {\n bVar3 = false;\n do {\n pcVar22 = DAT_001c46c8;\n if (*pcVar5 == '/') {\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }\n else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }\n sVar10 = strlen((char *)local_78[2]);\n if (DAT_001c4804 != (int *)0x0) {\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }\n if (bVar3) goto code_r0x00048a13;\n bVar3 = true;\n } while( true );\n }\n }\n }\n goto LAB_000484a0;\n }\nLAB_000484b2:\n if (((DAT_001c45e3 & 0xc0) == 0x80) &&\n (iVar8 = bfd_elf_parse_eh_frame_entries(0,&DAT_001c45e0), iVar8 == 0)) {\n uVar9 = dcgettext(0,"%F%P: failed to parse EH frame entries\n",5);\n FUN_00034dc0(uVar9);\n }\n }\n }" if (parenthesized_expression "(*(int *)(DAT_001c4600 + 0x28) == 1)" ( (binary_expression "*(int *)(DAT_001c4600 + 0x28) == 1" (pointer_expression "*(int *)(DAT_001c4600 + 0x28)" * (cast_expression "(int *)(DAT_001c4600 + 0x28)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_001c4600 + 0x28)" ( (binary_expression "DAT_001c4600 + 0x28" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n if (DAT_001c46a0 != 0) {\n unlink_if_ordinary(DAT_001c46a0);\n DAT_001c4618 = bfd_openw(DAT_001c46a0,*(undefined4 *)DAT_001c4614[1]);\n iVar19 = DAT_001c46a0;\n if (DAT_001c4618 == 0) {\n uVar9 = dcgettext(0,"%F%P: %s: can\'t open for writing: %E\n",5);\n FUN_00034dc0(uVar9,iVar19);\n }\n }\n puVar6 = DAT_001c4614;\n iVar19 = DAT_001c461c;\n if (DAT_001c3d64 != (void *)0x0) {\n for (; iVar19 != 0; iVar19 = *(int *)(iVar19 + 0x9c)) {\n if (((*(int *)(*(int *)(iVar19 + 4) + 4) == 5) && (*(int *)(iVar19 + 0x68) != 0)) &&\n ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) == 0)) {\n lVar32 = FUN_00038a90(DAT_001c3d64);\n if ((lVar32 == 0) || (lVar32 + 0x10 == 0)) {\n pcVar5 = "%P: warning: unrecognized --build-id style ignored\n";\n }\n else {\n iVar19 = bfd_make_section_with_flags\n (iVar19,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n /* .gnu.warning sections are handled specially by elf32.em. */\n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n /* Adjust the address for the rodata segment. We want to adjust up to\n the same address within the page on the next page up. */\n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." /* TRUNCATED STRING LITERAL */\n );\n if (iVar19 != 0) {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n puVar6 = DAT_001c4614;\n iVar21 = *(int *)(DAT_001c4614[0x28] + 0x9c0);\n *(code **)(iVar21 + 0x10) = FUN_00046f30;\n pvVar4 = DAT_001c3d64;\n *(int *)(iVar21 + 0x18) = iVar19;\n *(void **)(iVar21 + 0x14) = pvVar4;\n *(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4) = 7;\n *(longlong *)(iVar19 + 0x2c) = lVar32 + 0x10;\n goto LAB_000482f4;\n }\n pcVar5 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";\n }\n uVar9 = dcgettext(0,pcVar5,5);\n FUN_00034dc0(uVar9);\n break;\n }\n }\n free(DAT_001c3d64);\n DAT_001c3d64 = (void *)0x0;\n puVar6 = DAT_001c4614;\n }\nLAB_000482f4:\n (**(code **)(*(int *)(puVar6[1] + 0x1c0) + 0x1d0))(&DAT_001c45e0);\n if ((DAT_001c45e0 & 3) == 2) {\n if (DAT_001c45e5 >> 7 == (~DAT_001c45e6 & 1)) {\n bfd_make_section_with_flags(DAT_001c461c,".note.GNU-stack",DAT_001c45e5 >> 3 & 0x10 | 8);\n }\n }\n else {\n if (((DAT_001c45e4 & 0x20) == 0) && (DAT_001c461c != 0)) {\n local_78 = (undefined4 *)0x0;\n bVar3 = false;\n local_74 = 0;\n iVar19 = DAT_001c461c;\n do {\n while ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) != 0) {\nLAB_00048a88:\n iVar19 = *(int *)(iVar19 + 0x9c);\n if (iVar19 == 0) goto LAB_00048b86;\n }\n puVar6 = *(undefined4 **)(iVar19 + 0x60);\n if (puVar6 != (undefined4 *)0x0) {\n local_84 = (char *)0x0;\n do {\n bVar29 = (undefined *)puVar6[0x15] < PTR__bfd_std_section_001c1fd4 + 0x180;\n bVar30 = (undefined *)puVar6[0x15] == PTR__bfd_std_section_001c1fd4 + 0x180;\n pcVar5 = local_84;\n if (!bVar30) {\n iVar21 = 0xf;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame_entry";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (bVar29) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar21 = 10;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if (((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])) {\n pcVar5 = local_84;\n }\n }\n local_84 = pcVar5;\n puVar6 = (undefined4 *)puVar6[3];\n } while (puVar6 != (undefined4 *)0x0);\n if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pcVar5 = local_84;\n if ((local_78 != (undefined4 *)0x0) &&\n (pcVar5 = (char *)local_78, (char *)local_78 != local_84)) {\n if (local_84 != (char *)0x1) {\n iVar19 = local_74;\n }\n uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n FUN_00034dc0(uVar9,iVar19);\n break;\n }\n local_78 = (undefined4 *)pcVar5;\n if ((local_74 == 0) &&\n (((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)))) {\n local_74 = iVar19;\n }\n }\n }\n if (local_78 != (undefined4 *)0x2) goto LAB_00048a88;\n iVar19 = *(int *)(iVar19 + 0x9c);\n _DAT_001c45e2 = _DAT_001c45e2 & 0x3fff | 0x8000;\n } while (iVar19 != 0);\nLAB_00048b86:\n if ((local_74 == 0) ||\n (iVar19 = bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8),\n iVar19 == 0)) {\n if (bVar3) {\n uVar9 = dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n FUN_00034dc0(uVar9);\n }\n }\n else {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n *(int *)(iVar8 + 0xd0) = iVar19;\n }\n }\n puVar6 = (undefined4 *)bfd_elf_get_needed_list(DAT_001c4614,&DAT_001c45e0);\n local_78 = puVar6;\n if (puVar6 != (undefined4 *)0x0) {\nLAB_00048360:\n puVar1 = puVar6;\n if ((local_78[1] == 0) ||\n ((uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 1) == 0 &&\n (((local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0)))))) {\n for (; puVar1 != local_78; puVar1 = (undefined4 *)*puVar1) {\n if (((puVar1[1] == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0)) &&\n (iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2]), iVar8 == 0)) {\n if (puVar1 != local_78) goto LAB_000484a0;\n break;\n }\n }\n DAT_001c3d78 = 0;\n DAT_001c3de0 = local_78;\n DAT_001c3de4 = FUN_00047cf0;\n FUN_000276c0(FUN_00045020);\n if ((DAT_001c3d78 == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(*(undefined4 *)(DAT_001c3d78 + 0x10)),\n (uVar7 & 1) != 0)) {\n puVar1 = (undefined4 *)local_78[1];\n pcVar5 = (char *)local_78[2];\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,"%s needed by %pB\n",5);\n FUN_00034d90(uVar9,pcVar5,puVar1);\n }\n if ((DAT_001c3d78 == 0) || (iVar8 = FUN_00047df0(), iVar8 == 0)) {\n bVar3 = false;\n do {\n pcVar22 = DAT_001c46c8;\n if (*pcVar5 == '/') {\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }\n else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }\n sVar10 = strlen((char *)local_78[2]);\n if (DAT_001c4804 != (int *)0x0) {\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }\n if (bVar3) goto code_r0x00048a13;\n bVar3 = true;\n } while( true );\n }\n }\n }\n goto LAB_000484a0;\n }\nLAB_000484b2:\n if (((DAT_001c45e3 & 0xc0) == 0x80) &&\n (iVar8 = bfd_elf_parse_eh_frame_entries(0,&DAT_001c45e0), iVar8 == 0)) {\n uVar9 = dcgettext(0,"%F%P: failed to parse EH frame entries\n",5);\n FUN_00034dc0(uVar9);\n }\n }\n }" { (if_statement "if (DAT_001c46a0 != 0) {\n unlink_if_ordinary(DAT_001c46a0);\n DAT_001c4618 = bfd_openw(DAT_001c46a0,*(undefined4 *)DAT_001c4614[1]);\n iVar19 = DAT_001c46a0;\n if (DAT_001c4618 == 0) {\n uVar9 = dcgettext(0,"%F%P: %s: can\'t open for writing: %E\n",5);\n FUN_00034dc0(uVar9,iVar19);\n }\n }" if (parenthesized_expression "(DAT_001c46a0 != 0)" ( (binary_expression "DAT_001c46a0 != 0" identifier != number_literal) )) (compound_statement "{\n unlink_if_ordinary(DAT_001c46a0);\n DAT_001c4618 = bfd_openw(DAT_001c46a0,*(undefined4 *)DAT_001c4614[1]);\n iVar19 = DAT_001c46a0;\n if (DAT_001c4618 == 0) {\n uVar9 = dcgettext(0,"%F%P: %s: can\'t open for writing: %E\n",5);\n FUN_00034dc0(uVar9,iVar19);\n }\n }" { (expression_statement "unlink_if_ordinary(DAT_001c46a0);" (call_expression "unlink_if_ordinary(DAT_001c46a0)" identifier (argument_list "(DAT_001c46a0)" ( identifier ))) ;) (expression_statement "DAT_001c4618 = bfd_openw(DAT_001c46a0,*(undefined4 *)DAT_001c4614[1]);" (assignment_expression "DAT_001c4618 = bfd_openw(DAT_001c46a0,*(undefined4 *)DAT_001c4614[1])" identifier = (call_expression "bfd_openw(DAT_001c46a0,*(undefined4 *)DAT_001c4614[1])" identifier (argument_list "(DAT_001c46a0,*(undefined4 *)DAT_001c4614[1])" ( identifier , (pointer_expression "*(undefined4 *)DAT_001c4614[1]" * (cast_expression "(undefined4 *)DAT_001c4614[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "DAT_001c4614[1]" identifier [ number_literal ]))) )))) ;) (expression_statement "iVar19 = DAT_001c46a0;" (assignment_expression "iVar19 = DAT_001c46a0" identifier = identifier) ;) (if_statement "if (DAT_001c4618 == 0) {\n uVar9 = dcgettext(0,"%F%P: %s: can\'t open for writing: %E\n",5);\n FUN_00034dc0(uVar9,iVar19);\n }" if (parenthesized_expression "(DAT_001c4618 == 0)" ( (binary_expression "DAT_001c4618 == 0" identifier == number_literal) )) (compound_statement "{\n uVar9 = dcgettext(0,"%F%P: %s: can\'t open for writing: %E\n",5);\n FUN_00034dc0(uVar9,iVar19);\n }" { (expression_statement "uVar9 = dcgettext(0,"%F%P: %s: can\'t open for writing: %E\n",5);" (assignment_expression "uVar9 = dcgettext(0,"%F%P: %s: can\'t open for writing: %E\n",5)" identifier = (call_expression "dcgettext(0,"%F%P: %s: can\'t open for writing: %E\n",5)" identifier (argument_list "(0,"%F%P: %s: can\'t open for writing: %E\n",5)" ( number_literal , (string_literal ""%F%P: %s: can\'t open for writing: %E\n"" " string_content escape_sequence string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_00034dc0(uVar9,iVar19);" (call_expression "FUN_00034dc0(uVar9,iVar19)" identifier (argument_list "(uVar9,iVar19)" ( identifier , identifier ))) ;) })) })) (expression_statement "puVar6 = DAT_001c4614;" (assignment_expression "puVar6 = DAT_001c4614" identifier = identifier) ;) (expression_statement "iVar19 = DAT_001c461c;" (assignment_expression "iVar19 = DAT_001c461c" identifier = identifier) ;) (if_statement "if (DAT_001c3d64 != (void *)0x0) {\n for (; iVar19 != 0; iVar19 = *(int *)(iVar19 + 0x9c)) {\n if (((*(int *)(*(int *)(iVar19 + 4) + 4) == 5) && (*(int *)(iVar19 + 0x68) != 0)) &&\n ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) == 0)) {\n lVar32 = FUN_00038a90(DAT_001c3d64);\n if ((lVar32 == 0) || (lVar32 + 0x10 == 0)) {\n pcVar5 = "%P: warning: unrecognized --build-id style ignored\n";\n }\n else {\n iVar19 = bfd_make_section_with_flags\n (iVar19,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n /* .gnu.warning sections are handled specially by elf32.em. */\n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n /* Adjust the address for the rodata segment. We want to adjust up to\n the same address within the page on the next page up. */\n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." /* TRUNCATED STRING LITERAL */\n );\n if (iVar19 != 0) {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n puVar6 = DAT_001c4614;\n iVar21 = *(int *)(DAT_001c4614[0x28] + 0x9c0);\n *(code **)(iVar21 + 0x10) = FUN_00046f30;\n pvVar4 = DAT_001c3d64;\n *(int *)(iVar21 + 0x18) = iVar19;\n *(void **)(iVar21 + 0x14) = pvVar4;\n *(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4) = 7;\n *(longlong *)(iVar19 + 0x2c) = lVar32 + 0x10;\n goto LAB_000482f4;\n }\n pcVar5 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";\n }\n uVar9 = dcgettext(0,pcVar5,5);\n FUN_00034dc0(uVar9);\n break;\n }\n }\n free(DAT_001c3d64);\n DAT_001c3d64 = (void *)0x0;\n puVar6 = DAT_001c4614;\n }" if (parenthesized_expression "(DAT_001c3d64 != (void *)0x0)" ( (binary_expression "DAT_001c3d64 != (void *)0x0" identifier != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n for (; iVar19 != 0; iVar19 = *(int *)(iVar19 + 0x9c)) {\n if (((*(int *)(*(int *)(iVar19 + 4) + 4) == 5) && (*(int *)(iVar19 + 0x68) != 0)) &&\n ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) == 0)) {\n lVar32 = FUN_00038a90(DAT_001c3d64);\n if ((lVar32 == 0) || (lVar32 + 0x10 == 0)) {\n pcVar5 = "%P: warning: unrecognized --build-id style ignored\n";\n }\n else {\n iVar19 = bfd_make_section_with_flags\n (iVar19,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n /* .gnu.warning sections are handled specially by elf32.em. */\n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n /* Adjust the address for the rodata segment. We want to adjust up to\n the same address within the page on the next page up. */\n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." /* TRUNCATED STRING LITERAL */\n );\n if (iVar19 != 0) {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n puVar6 = DAT_001c4614;\n iVar21 = *(int *)(DAT_001c4614[0x28] + 0x9c0);\n *(code **)(iVar21 + 0x10) = FUN_00046f30;\n pvVar4 = DAT_001c3d64;\n *(int *)(iVar21 + 0x18) = iVar19;\n *(void **)(iVar21 + 0x14) = pvVar4;\n *(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4) = 7;\n *(longlong *)(iVar19 + 0x2c) = lVar32 + 0x10;\n goto LAB_000482f4;\n }\n pcVar5 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";\n }\n uVar9 = dcgettext(0,pcVar5,5);\n FUN_00034dc0(uVar9);\n break;\n }\n }\n free(DAT_001c3d64);\n DAT_001c3d64 = (void *)0x0;\n puVar6 = DAT_001c4614;\n }" { (for_statement "for (; iVar19 != 0; iVar19 = *(int *)(iVar19 + 0x9c)) {\n if (((*(int *)(*(int *)(iVar19 + 4) + 4) == 5) && (*(int *)(iVar19 + 0x68) != 0)) &&\n ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) == 0)) {\n lVar32 = FUN_00038a90(DAT_001c3d64);\n if ((lVar32 == 0) || (lVar32 + 0x10 == 0)) {\n pcVar5 = "%P: warning: unrecognized --build-id style ignored\n";\n }\n else {\n iVar19 = bfd_make_section_with_flags\n (iVar19,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n /* .gnu.warning sections are handled specially by elf32.em. */\n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n /* Adjust the address for the rodata segment. We want to adjust up to\n the same address within the page on the next page up. */\n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." /* TRUNCATED STRING LITERAL */\n );\n if (iVar19 != 0) {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n puVar6 = DAT_001c4614;\n iVar21 = *(int *)(DAT_001c4614[0x28] + 0x9c0);\n *(code **)(iVar21 + 0x10) = FUN_00046f30;\n pvVar4 = DAT_001c3d64;\n *(int *)(iVar21 + 0x18) = iVar19;\n *(void **)(iVar21 + 0x14) = pvVar4;\n *(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4) = 7;\n *(longlong *)(iVar19 + 0x2c) = lVar32 + 0x10;\n goto LAB_000482f4;\n }\n pcVar5 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";\n }\n uVar9 = dcgettext(0,pcVar5,5);\n FUN_00034dc0(uVar9);\n break;\n }\n }" for ( ; (binary_expression "iVar19 != 0" identifier != number_literal) ; (assignment_expression "iVar19 = *(int *)(iVar19 + 0x9c)" identifier = (pointer_expression "*(int *)(iVar19 + 0x9c)" * (cast_expression "(int *)(iVar19 + 0x9c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar19 + 0x9c)" ( (binary_expression "iVar19 + 0x9c" identifier + number_literal) ))))) ) (compound_statement "{\n if (((*(int *)(*(int *)(iVar19 + 4) + 4) == 5) && (*(int *)(iVar19 + 0x68) != 0)) &&\n ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) == 0)) {\n lVar32 = FUN_00038a90(DAT_001c3d64);\n if ((lVar32 == 0) || (lVar32 + 0x10 == 0)) {\n pcVar5 = "%P: warning: unrecognized --build-id style ignored\n";\n }\n else {\n iVar19 = bfd_make_section_with_flags\n (iVar19,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n /* .gnu.warning sections are handled specially by elf32.em. */\n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n /* Adjust the address for the rodata segment. We want to adjust up to\n the same address within the page on the next page up. */\n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." /* TRUNCATED STRING LITERAL */\n );\n if (iVar19 != 0) {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n puVar6 = DAT_001c4614;\n iVar21 = *(int *)(DAT_001c4614[0x28] + 0x9c0);\n *(code **)(iVar21 + 0x10) = FUN_00046f30;\n pvVar4 = DAT_001c3d64;\n *(int *)(iVar21 + 0x18) = iVar19;\n *(void **)(iVar21 + 0x14) = pvVar4;\n *(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4) = 7;\n *(longlong *)(iVar19 + 0x2c) = lVar32 + 0x10;\n goto LAB_000482f4;\n }\n pcVar5 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";\n }\n uVar9 = dcgettext(0,pcVar5,5);\n FUN_00034dc0(uVar9);\n break;\n }\n }" { (if_statement "if (((*(int *)(*(int *)(iVar19 + 4) + 4) == 5) && (*(int *)(iVar19 + 0x68) != 0)) &&\n ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) == 0)) {\n lVar32 = FUN_00038a90(DAT_001c3d64);\n if ((lVar32 == 0) || (lVar32 + 0x10 == 0)) {\n pcVar5 = "%P: warning: unrecognized --build-id style ignored\n";\n }\n else {\n iVar19 = bfd_make_section_with_flags\n (iVar19,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n /* .gnu.warning sections are handled specially by elf32.em. */\n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n /* Adjust the address for the rodata segment. We want to adjust up to\n the same address within the page on the next page up. */\n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." /* TRUNCATED STRING LITERAL */\n );\n if (iVar19 != 0) {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n puVar6 = DAT_001c4614;\n iVar21 = *(int *)(DAT_001c4614[0x28] + 0x9c0);\n *(code **)(iVar21 + 0x10) = FUN_00046f30;\n pvVar4 = DAT_001c3d64;\n *(int *)(iVar21 + 0x18) = iVar19;\n *(void **)(iVar21 + 0x14) = pvVar4;\n *(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4) = 7;\n *(longlong *)(iVar19 + 0x2c) = lVar32 + 0x10;\n goto LAB_000482f4;\n }\n pcVar5 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";\n }\n uVar9 = dcgettext(0,pcVar5,5);\n FUN_00034dc0(uVar9);\n break;\n }" if (parenthesized_expression "(((*(int *)(*(int *)(iVar19 + 4) + 4) == 5) && (*(int *)(iVar19 + 0x68) != 0)) &&\n ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) == 0))" ( (binary_expression "((*(int *)(*(int *)(iVar19 + 4) + 4) == 5) && (*(int *)(iVar19 + 0x68) != 0)) &&\n ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) == 0)" (parenthesized_expression "((*(int *)(*(int *)(iVar19 + 4) + 4) == 5) && (*(int *)(iVar19 + 0x68) != 0))" ( (binary_expression "(*(int *)(*(int *)(iVar19 + 4) + 4) == 5) && (*(int *)(iVar19 + 0x68) != 0)" (parenthesized_expression "(*(int *)(*(int *)(iVar19 + 4) + 4) == 5)" ( (binary_expression "*(int *)(*(int *)(iVar19 + 4) + 4) == 5" (pointer_expression "*(int *)(*(int *)(iVar19 + 4) + 4)" * (cast_expression "(int *)(*(int *)(iVar19 + 4) + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar19 + 4) + 4)" ( (binary_expression "*(int *)(iVar19 + 4) + 4" (pointer_expression "*(int *)(iVar19 + 4)" * (cast_expression "(int *)(iVar19 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar19 + 4)" ( (binary_expression "iVar19 + 4" identifier + number_literal) )))) + number_literal) )))) == number_literal) )) && (parenthesized_expression "(*(int *)(iVar19 + 0x68) != 0)" ( (binary_expression "*(int *)(iVar19 + 0x68) != 0" (pointer_expression "*(int *)(iVar19 + 0x68)" * (cast_expression "(int *)(iVar19 + 0x68)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar19 + 0x68)" ( (binary_expression "iVar19 + 0x68" identifier + number_literal) )))) != number_literal) ))) )) && (parenthesized_expression "((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) == 0)" ( (binary_expression "(*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) == 0" (parenthesized_expression "(*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10)" ( (binary_expression "*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10" (pointer_expression "*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24)" * (cast_expression "(byte *)(*(int *)(iVar19 + 0xa4) + 0x24)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar19 + 0xa4) + 0x24)" ( (binary_expression "*(int *)(iVar19 + 0xa4) + 0x24" (pointer_expression "*(int *)(iVar19 + 0xa4)" * (cast_expression "(int *)(iVar19 + 0xa4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar19 + 0xa4)" ( (binary_expression "iVar19 + 0xa4" identifier + number_literal) )))) + number_literal) )))) & number_literal) )) == number_literal) ))) )) (compound_statement "{\n lVar32 = FUN_00038a90(DAT_001c3d64);\n if ((lVar32 == 0) || (lVar32 + 0x10 == 0)) {\n pcVar5 = "%P: warning: unrecognized --build-id style ignored\n";\n }\n else {\n iVar19 = bfd_make_section_with_flags\n (iVar19,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n /* .gnu.warning sections are handled specially by elf32.em. */\n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n /* Adjust the address for the rodata segment. We want to adjust up to\n the same address within the page on the next page up. */\n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." /* TRUNCATED STRING LITERAL */\n );\n if (iVar19 != 0) {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n puVar6 = DAT_001c4614;\n iVar21 = *(int *)(DAT_001c4614[0x28] + 0x9c0);\n *(code **)(iVar21 + 0x10) = FUN_00046f30;\n pvVar4 = DAT_001c3d64;\n *(int *)(iVar21 + 0x18) = iVar19;\n *(void **)(iVar21 + 0x14) = pvVar4;\n *(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4) = 7;\n *(longlong *)(iVar19 + 0x2c) = lVar32 + 0x10;\n goto LAB_000482f4;\n }\n pcVar5 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";\n }\n uVar9 = dcgettext(0,pcVar5,5);\n FUN_00034dc0(uVar9);\n break;\n }" { (expression_statement "lVar32 = FUN_00038a90(DAT_001c3d64);" (assignment_expression "lVar32 = FUN_00038a90(DAT_001c3d64)" identifier = (call_expression "FUN_00038a90(DAT_001c3d64)" identifier (argument_list "(DAT_001c3d64)" ( identifier )))) ;) (if_statement "if ((lVar32 == 0) || (lVar32 + 0x10 == 0)) {\n pcVar5 = "%P: warning: unrecognized --build-id style ignored\n";\n }\n else {\n iVar19 = bfd_make_section_with_flags\n (iVar19,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n /* .gnu.warning sections are handled specially by elf32.em. */\n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n /* Adjust the address for the rodata segment. We want to adjust up to\n the same address within the page on the next page up. */\n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." /* TRUNCATED STRING LITERAL */\n );\n if (iVar19 != 0) {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n puVar6 = DAT_001c4614;\n iVar21 = *(int *)(DAT_001c4614[0x28] + 0x9c0);\n *(code **)(iVar21 + 0x10) = FUN_00046f30;\n pvVar4 = DAT_001c3d64;\n *(int *)(iVar21 + 0x18) = iVar19;\n *(void **)(iVar21 + 0x14) = pvVar4;\n *(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4) = 7;\n *(longlong *)(iVar19 + 0x2c) = lVar32 + 0x10;\n goto LAB_000482f4;\n }\n pcVar5 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";\n }" if (parenthesized_expression "((lVar32 == 0) || (lVar32 + 0x10 == 0))" ( (binary_expression "(lVar32 == 0) || (lVar32 + 0x10 == 0)" (parenthesized_expression "(lVar32 == 0)" ( (binary_expression "lVar32 == 0" identifier == number_literal) )) || (parenthesized_expression "(lVar32 + 0x10 == 0)" ( (binary_expression "lVar32 + 0x10 == 0" (binary_expression "lVar32 + 0x10" identifier + number_literal) == number_literal) ))) )) (compound_statement "{\n pcVar5 = "%P: warning: unrecognized --build-id style ignored\n";\n }" { (expression_statement "pcVar5 = "%P: warning: unrecognized --build-id style ignored\n";" (assignment_expression "pcVar5 = "%P: warning: unrecognized --build-id style ignored\n"" identifier = (string_literal ""%P: warning: unrecognized --build-id style ignored\n"" " string_content escape_sequence ")) ;) }) (else_clause "else {\n iVar19 = bfd_make_section_with_flags\n (iVar19,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n /* .gnu.warning sections are handled specially by elf32.em. */\n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n /* Adjust the address for the rodata segment. We want to adjust up to\n the same address within the page on the next page up. */\n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." /* TRUNCATED STRING LITERAL */\n );\n if (iVar19 != 0) {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n puVar6 = DAT_001c4614;\n iVar21 = *(int *)(DAT_001c4614[0x28] + 0x9c0);\n *(code **)(iVar21 + 0x10) = FUN_00046f30;\n pvVar4 = DAT_001c3d64;\n *(int *)(iVar21 + 0x18) = iVar19;\n *(void **)(iVar21 + 0x14) = pvVar4;\n *(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4) = 7;\n *(longlong *)(iVar19 + 0x2c) = lVar32 + 0x10;\n goto LAB_000482f4;\n }\n pcVar5 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";\n }" else (compound_statement "{\n iVar19 = bfd_make_section_with_flags\n (iVar19,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n /* .gnu.warning sections are handled specially by elf32.em. */\n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n /* Adjust the address for the rodata segment. We want to adjust up to\n the same address within the page on the next page up. */\n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." /* TRUNCATED STRING LITERAL */\n );\n if (iVar19 != 0) {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n puVar6 = DAT_001c4614;\n iVar21 = *(int *)(DAT_001c4614[0x28] + 0x9c0);\n *(code **)(iVar21 + 0x10) = FUN_00046f30;\n pvVar4 = DAT_001c3d64;\n *(int *)(iVar21 + 0x18) = iVar19;\n *(void **)(iVar21 + 0x14) = pvVar4;\n *(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4) = 7;\n *(longlong *)(iVar19 + 0x2c) = lVar32 + 0x10;\n goto LAB_000482f4;\n }\n pcVar5 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";\n }" { (expression_statement "iVar19 = bfd_make_section_with_flags\n (iVar19,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n /* .gnu.warning sections are handled specially by elf32.em. */\n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n /* Adjust the address for the rodata segment. We want to adjust up to\n the same address within the page on the next page up. */\n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." /* TRUNCATED STRING LITERAL */\n );" (assignment_expression "iVar19 = bfd_make_section_with_flags\n (iVar19,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n /* .gnu.warning sections are handled specially by elf32.em. */\n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n /* Adjust the address for the rodata segment. We want to adjust up to\n the same address within the page on the next page up. */\n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." /* TRUNCATED STRING LITERAL */\n )" identifier = (call_expression "bfd_make_section_with_flags\n (iVar19,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n /* .gnu.warning sections are handled specially by elf32.em. */\n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n /* Adjust the address for the rodata segment. We want to adjust up to\n the same address within the page on the next page up. */\n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." /* TRUNCATED STRING LITERAL */\n )" identifier (argument_list "(iVar19,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n /* .gnu.warning sections are handled specially by elf32.em. */\n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n /* Adjust the address for the rodata segment. We want to adjust up to\n the same address within the page on the next page up. */\n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." /* TRUNCATED STRING LITERAL */\n )" ( identifier , (string_literal "".note.gnu.build-id"" " string_content ") , (string_literal ""t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n /* .gnu.warning sections are handled specially by elf32.em. */\n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n /* Adjust the address for the rodata segment. We want to adjust up to\n the same address within the page on the next page up. */\n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..."" " string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content ") comment )))) ;) (if_statement "if (iVar19 != 0) {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n puVar6 = DAT_001c4614;\n iVar21 = *(int *)(DAT_001c4614[0x28] + 0x9c0);\n *(code **)(iVar21 + 0x10) = FUN_00046f30;\n pvVar4 = DAT_001c3d64;\n *(int *)(iVar21 + 0x18) = iVar19;\n *(void **)(iVar21 + 0x14) = pvVar4;\n *(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4) = 7;\n *(longlong *)(iVar19 + 0x2c) = lVar32 + 0x10;\n goto LAB_000482f4;\n }" if (parenthesized_expression "(iVar19 != 0)" ( (binary_expression "iVar19 != 0" identifier != number_literal) )) (compound_statement "{\n *(undefined4 *)(iVar19 + 0x58) = 2;\n puVar6 = DAT_001c4614;\n iVar21 = *(int *)(DAT_001c4614[0x28] + 0x9c0);\n *(code **)(iVar21 + 0x10) = FUN_00046f30;\n pvVar4 = DAT_001c3d64;\n *(int *)(iVar21 + 0x18) = iVar19;\n *(void **)(iVar21 + 0x14) = pvVar4;\n *(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4) = 7;\n *(longlong *)(iVar19 + 0x2c) = lVar32 + 0x10;\n goto LAB_000482f4;\n }" { (expression_statement "*(undefined4 *)(iVar19 + 0x58) = 2;" (assignment_expression "*(undefined4 *)(iVar19 + 0x58) = 2" (pointer_expression "*(undefined4 *)(iVar19 + 0x58)" * (cast_expression "(undefined4 *)(iVar19 + 0x58)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar19 + 0x58)" ( (binary_expression "iVar19 + 0x58" identifier + number_literal) )))) = number_literal) ;) (expression_statement "puVar6 = DAT_001c4614;" (assignment_expression "puVar6 = DAT_001c4614" identifier = identifier) ;) (expression_statement "iVar21 = *(int *)(DAT_001c4614[0x28] + 0x9c0);" (assignment_expression "iVar21 = *(int *)(DAT_001c4614[0x28] + 0x9c0)" identifier = (pointer_expression "*(int *)(DAT_001c4614[0x28] + 0x9c0)" * (cast_expression "(int *)(DAT_001c4614[0x28] + 0x9c0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_001c4614[0x28] + 0x9c0)" ( (binary_expression "DAT_001c4614[0x28] + 0x9c0" (subscript_expression "DAT_001c4614[0x28]" identifier [ number_literal ]) + number_literal) ))))) ;) (expression_statement "*(code **)(iVar21 + 0x10) = FUN_00046f30;" (assignment_expression "*(code **)(iVar21 + 0x10) = FUN_00046f30" (pointer_expression "*(code **)(iVar21 + 0x10)" * (cast_expression "(code **)(iVar21 + 0x10)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar21 + 0x10)" ( (binary_expression "iVar21 + 0x10" identifier + number_literal) )))) = identifier) ;) (expression_statement "pvVar4 = DAT_001c3d64;" (assignment_expression "pvVar4 = DAT_001c3d64" identifier = identifier) ;) (expression_statement "*(int *)(iVar21 + 0x18) = iVar19;" (assignment_expression "*(int *)(iVar21 + 0x18) = iVar19" (pointer_expression "*(int *)(iVar21 + 0x18)" * (cast_expression "(int *)(iVar21 + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar21 + 0x18)" ( (binary_expression "iVar21 + 0x18" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(void **)(iVar21 + 0x14) = pvVar4;" (assignment_expression "*(void **)(iVar21 + 0x14) = pvVar4" (pointer_expression "*(void **)(iVar21 + 0x14)" * (cast_expression "(void **)(iVar21 + 0x14)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar21 + 0x14)" ( (binary_expression "iVar21 + 0x14" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4) = 7;" (assignment_expression "*(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4) = 7" (pointer_expression "*(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4)" * (cast_expression "(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar19 + 0xa4) + 4)" ( (binary_expression "*(int *)(iVar19 + 0xa4) + 4" (pointer_expression "*(int *)(iVar19 + 0xa4)" * (cast_expression "(int *)(iVar19 + 0xa4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar19 + 0xa4)" ( (binary_expression "iVar19 + 0xa4" identifier + number_literal) )))) + number_literal) )))) = number_literal) ;) (expression_statement "*(longlong *)(iVar19 + 0x2c) = lVar32 + 0x10;" (assignment_expression "*(longlong *)(iVar19 + 0x2c) = lVar32 + 0x10" (pointer_expression "*(longlong *)(iVar19 + 0x2c)" * (cast_expression "(longlong *)(iVar19 + 0x2c)" ( (type_descriptor "longlong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar19 + 0x2c)" ( (binary_expression "iVar19 + 0x2c" identifier + number_literal) )))) = (binary_expression "lVar32 + 0x10" identifier + number_literal)) ;) (goto_statement "goto LAB_000482f4;" goto statement_identifier ;) })) (expression_statement "pcVar5 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";" (assignment_expression "pcVar5 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n"" identifier = (string_literal ""%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n"" " string_content escape_sequence ")) ;) }))) (expression_statement "uVar9 = dcgettext(0,pcVar5,5);" (assignment_expression "uVar9 = dcgettext(0,pcVar5,5)" identifier = (call_expression "dcgettext(0,pcVar5,5)" identifier (argument_list "(0,pcVar5,5)" ( number_literal , identifier , number_literal )))) ;) (expression_statement "FUN_00034dc0(uVar9);" (call_expression "FUN_00034dc0(uVar9)" identifier (argument_list "(uVar9)" ( identifier ))) ;) (break_statement "break;" break ;) })) })) (expression_statement "free(DAT_001c3d64);" (call_expression "free(DAT_001c3d64)" identifier (argument_list "(DAT_001c3d64)" ( identifier ))) ;) (expression_statement "DAT_001c3d64 = (void *)0x0;" (assignment_expression "DAT_001c3d64 = (void *)0x0" identifier = (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "puVar6 = DAT_001c4614;" (assignment_expression "puVar6 = DAT_001c4614" identifier = identifier) ;) })) (labeled_statement "LAB_000482f4:\n (**(code **)(*(int *)(puVar6[1] + 0x1c0) + 0x1d0))(&DAT_001c45e0);" statement_identifier : (expression_statement "(**(code **)(*(int *)(puVar6[1] + 0x1c0) + 0x1d0))(&DAT_001c45e0);" (call_expression "(**(code **)(*(int *)(puVar6[1] + 0x1c0) + 0x1d0))(&DAT_001c45e0)" (parenthesized_expression "(**(code **)(*(int *)(puVar6[1] + 0x1c0) + 0x1d0))" ( (pointer_expression "**(code **)(*(int *)(puVar6[1] + 0x1c0) + 0x1d0)" * (pointer_expression "*(code **)(*(int *)(puVar6[1] + 0x1c0) + 0x1d0)" * (cast_expression "(code **)(*(int *)(puVar6[1] + 0x1c0) + 0x1d0)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)(puVar6[1] + 0x1c0) + 0x1d0)" ( (binary_expression "*(int *)(puVar6[1] + 0x1c0) + 0x1d0" (pointer_expression "*(int *)(puVar6[1] + 0x1c0)" * (cast_expression "(int *)(puVar6[1] + 0x1c0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar6[1] + 0x1c0)" ( (binary_expression "puVar6[1] + 0x1c0" (subscript_expression "puVar6[1]" identifier [ number_literal ]) + number_literal) )))) + number_literal) ))))) )) (argument_list "(&DAT_001c45e0)" ( (pointer_expression "&DAT_001c45e0" & identifier) ))) ;)) (if_statement "if ((DAT_001c45e0 & 3) == 2) {\n if (DAT_001c45e5 >> 7 == (~DAT_001c45e6 & 1)) {\n bfd_make_section_with_flags(DAT_001c461c,".note.GNU-stack",DAT_001c45e5 >> 3 & 0x10 | 8);\n }\n }\n else {\n if (((DAT_001c45e4 & 0x20) == 0) && (DAT_001c461c != 0)) {\n local_78 = (undefined4 *)0x0;\n bVar3 = false;\n local_74 = 0;\n iVar19 = DAT_001c461c;\n do {\n while ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) != 0) {\nLAB_00048a88:\n iVar19 = *(int *)(iVar19 + 0x9c);\n if (iVar19 == 0) goto LAB_00048b86;\n }\n puVar6 = *(undefined4 **)(iVar19 + 0x60);\n if (puVar6 != (undefined4 *)0x0) {\n local_84 = (char *)0x0;\n do {\n bVar29 = (undefined *)puVar6[0x15] < PTR__bfd_std_section_001c1fd4 + 0x180;\n bVar30 = (undefined *)puVar6[0x15] == PTR__bfd_std_section_001c1fd4 + 0x180;\n pcVar5 = local_84;\n if (!bVar30) {\n iVar21 = 0xf;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame_entry";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (bVar29) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar21 = 10;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if (((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])) {\n pcVar5 = local_84;\n }\n }\n local_84 = pcVar5;\n puVar6 = (undefined4 *)puVar6[3];\n } while (puVar6 != (undefined4 *)0x0);\n if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pcVar5 = local_84;\n if ((local_78 != (undefined4 *)0x0) &&\n (pcVar5 = (char *)local_78, (char *)local_78 != local_84)) {\n if (local_84 != (char *)0x1) {\n iVar19 = local_74;\n }\n uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n FUN_00034dc0(uVar9,iVar19);\n break;\n }\n local_78 = (undefined4 *)pcVar5;\n if ((local_74 == 0) &&\n (((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)))) {\n local_74 = iVar19;\n }\n }\n }\n if (local_78 != (undefined4 *)0x2) goto LAB_00048a88;\n iVar19 = *(int *)(iVar19 + 0x9c);\n _DAT_001c45e2 = _DAT_001c45e2 & 0x3fff | 0x8000;\n } while (iVar19 != 0);\nLAB_00048b86:\n if ((local_74 == 0) ||\n (iVar19 = bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8),\n iVar19 == 0)) {\n if (bVar3) {\n uVar9 = dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n FUN_00034dc0(uVar9);\n }\n }\n else {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n *(int *)(iVar8 + 0xd0) = iVar19;\n }\n }\n puVar6 = (undefined4 *)bfd_elf_get_needed_list(DAT_001c4614,&DAT_001c45e0);\n local_78 = puVar6;\n if (puVar6 != (undefined4 *)0x0) {\nLAB_00048360:\n puVar1 = puVar6;\n if ((local_78[1] == 0) ||\n ((uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 1) == 0 &&\n (((local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0)))))) {\n for (; puVar1 != local_78; puVar1 = (undefined4 *)*puVar1) {\n if (((puVar1[1] == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0)) &&\n (iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2]), iVar8 == 0)) {\n if (puVar1 != local_78) goto LAB_000484a0;\n break;\n }\n }\n DAT_001c3d78 = 0;\n DAT_001c3de0 = local_78;\n DAT_001c3de4 = FUN_00047cf0;\n FUN_000276c0(FUN_00045020);\n if ((DAT_001c3d78 == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(*(undefined4 *)(DAT_001c3d78 + 0x10)),\n (uVar7 & 1) != 0)) {\n puVar1 = (undefined4 *)local_78[1];\n pcVar5 = (char *)local_78[2];\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,"%s needed by %pB\n",5);\n FUN_00034d90(uVar9,pcVar5,puVar1);\n }\n if ((DAT_001c3d78 == 0) || (iVar8 = FUN_00047df0(), iVar8 == 0)) {\n bVar3 = false;\n do {\n pcVar22 = DAT_001c46c8;\n if (*pcVar5 == '/') {\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }\n else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }\n sVar10 = strlen((char *)local_78[2]);\n if (DAT_001c4804 != (int *)0x0) {\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }\n if (bVar3) goto code_r0x00048a13;\n bVar3 = true;\n } while( true );\n }\n }\n }\n goto LAB_000484a0;\n }\nLAB_000484b2:\n if (((DAT_001c45e3 & 0xc0) == 0x80) &&\n (iVar8 = bfd_elf_parse_eh_frame_entries(0,&DAT_001c45e0), iVar8 == 0)) {\n uVar9 = dcgettext(0,"%F%P: failed to parse EH frame entries\n",5);\n FUN_00034dc0(uVar9);\n }\n }" if (parenthesized_expression "((DAT_001c45e0 & 3) == 2)" ( (binary_expression "(DAT_001c45e0 & 3) == 2" (parenthesized_expression "(DAT_001c45e0 & 3)" ( (binary_expression "DAT_001c45e0 & 3" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n if (DAT_001c45e5 >> 7 == (~DAT_001c45e6 & 1)) {\n bfd_make_section_with_flags(DAT_001c461c,".note.GNU-stack",DAT_001c45e5 >> 3 & 0x10 | 8);\n }\n }" { (if_statement "if (DAT_001c45e5 >> 7 == (~DAT_001c45e6 & 1)) {\n bfd_make_section_with_flags(DAT_001c461c,".note.GNU-stack",DAT_001c45e5 >> 3 & 0x10 | 8);\n }" if (parenthesized_expression "(DAT_001c45e5 >> 7 == (~DAT_001c45e6 & 1))" ( (binary_expression "DAT_001c45e5 >> 7 == (~DAT_001c45e6 & 1)" (binary_expression "DAT_001c45e5 >> 7" identifier >> number_literal) == (parenthesized_expression "(~DAT_001c45e6 & 1)" ( (binary_expression "~DAT_001c45e6 & 1" (unary_expression "~DAT_001c45e6" ~ identifier) & number_literal) ))) )) (compound_statement "{\n bfd_make_section_with_flags(DAT_001c461c,".note.GNU-stack",DAT_001c45e5 >> 3 & 0x10 | 8);\n }" { (expression_statement "bfd_make_section_with_flags(DAT_001c461c,".note.GNU-stack",DAT_001c45e5 >> 3 & 0x10 | 8);" (call_expression "bfd_make_section_with_flags(DAT_001c461c,".note.GNU-stack",DAT_001c45e5 >> 3 & 0x10 | 8)" identifier (argument_list "(DAT_001c461c,".note.GNU-stack",DAT_001c45e5 >> 3 & 0x10 | 8)" ( identifier , (string_literal "".note.GNU-stack"" " string_content ") , (binary_expression "DAT_001c45e5 >> 3 & 0x10 | 8" (binary_expression "DAT_001c45e5 >> 3 & 0x10" (binary_expression "DAT_001c45e5 >> 3" identifier >> number_literal) & number_literal) | number_literal) ))) ;) })) }) (else_clause "else {\n if (((DAT_001c45e4 & 0x20) == 0) && (DAT_001c461c != 0)) {\n local_78 = (undefined4 *)0x0;\n bVar3 = false;\n local_74 = 0;\n iVar19 = DAT_001c461c;\n do {\n while ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) != 0) {\nLAB_00048a88:\n iVar19 = *(int *)(iVar19 + 0x9c);\n if (iVar19 == 0) goto LAB_00048b86;\n }\n puVar6 = *(undefined4 **)(iVar19 + 0x60);\n if (puVar6 != (undefined4 *)0x0) {\n local_84 = (char *)0x0;\n do {\n bVar29 = (undefined *)puVar6[0x15] < PTR__bfd_std_section_001c1fd4 + 0x180;\n bVar30 = (undefined *)puVar6[0x15] == PTR__bfd_std_section_001c1fd4 + 0x180;\n pcVar5 = local_84;\n if (!bVar30) {\n iVar21 = 0xf;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame_entry";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (bVar29) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar21 = 10;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if (((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])) {\n pcVar5 = local_84;\n }\n }\n local_84 = pcVar5;\n puVar6 = (undefined4 *)puVar6[3];\n } while (puVar6 != (undefined4 *)0x0);\n if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pcVar5 = local_84;\n if ((local_78 != (undefined4 *)0x0) &&\n (pcVar5 = (char *)local_78, (char *)local_78 != local_84)) {\n if (local_84 != (char *)0x1) {\n iVar19 = local_74;\n }\n uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n FUN_00034dc0(uVar9,iVar19);\n break;\n }\n local_78 = (undefined4 *)pcVar5;\n if ((local_74 == 0) &&\n (((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)))) {\n local_74 = iVar19;\n }\n }\n }\n if (local_78 != (undefined4 *)0x2) goto LAB_00048a88;\n iVar19 = *(int *)(iVar19 + 0x9c);\n _DAT_001c45e2 = _DAT_001c45e2 & 0x3fff | 0x8000;\n } while (iVar19 != 0);\nLAB_00048b86:\n if ((local_74 == 0) ||\n (iVar19 = bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8),\n iVar19 == 0)) {\n if (bVar3) {\n uVar9 = dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n FUN_00034dc0(uVar9);\n }\n }\n else {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n *(int *)(iVar8 + 0xd0) = iVar19;\n }\n }\n puVar6 = (undefined4 *)bfd_elf_get_needed_list(DAT_001c4614,&DAT_001c45e0);\n local_78 = puVar6;\n if (puVar6 != (undefined4 *)0x0) {\nLAB_00048360:\n puVar1 = puVar6;\n if ((local_78[1] == 0) ||\n ((uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 1) == 0 &&\n (((local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0)))))) {\n for (; puVar1 != local_78; puVar1 = (undefined4 *)*puVar1) {\n if (((puVar1[1] == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0)) &&\n (iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2]), iVar8 == 0)) {\n if (puVar1 != local_78) goto LAB_000484a0;\n break;\n }\n }\n DAT_001c3d78 = 0;\n DAT_001c3de0 = local_78;\n DAT_001c3de4 = FUN_00047cf0;\n FUN_000276c0(FUN_00045020);\n if ((DAT_001c3d78 == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(*(undefined4 *)(DAT_001c3d78 + 0x10)),\n (uVar7 & 1) != 0)) {\n puVar1 = (undefined4 *)local_78[1];\n pcVar5 = (char *)local_78[2];\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,"%s needed by %pB\n",5);\n FUN_00034d90(uVar9,pcVar5,puVar1);\n }\n if ((DAT_001c3d78 == 0) || (iVar8 = FUN_00047df0(), iVar8 == 0)) {\n bVar3 = false;\n do {\n pcVar22 = DAT_001c46c8;\n if (*pcVar5 == '/') {\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }\n else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }\n sVar10 = strlen((char *)local_78[2]);\n if (DAT_001c4804 != (int *)0x0) {\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }\n if (bVar3) goto code_r0x00048a13;\n bVar3 = true;\n } while( true );\n }\n }\n }\n goto LAB_000484a0;\n }\nLAB_000484b2:\n if (((DAT_001c45e3 & 0xc0) == 0x80) &&\n (iVar8 = bfd_elf_parse_eh_frame_entries(0,&DAT_001c45e0), iVar8 == 0)) {\n uVar9 = dcgettext(0,"%F%P: failed to parse EH frame entries\n",5);\n FUN_00034dc0(uVar9);\n }\n }" else (compound_statement "{\n if (((DAT_001c45e4 & 0x20) == 0) && (DAT_001c461c != 0)) {\n local_78 = (undefined4 *)0x0;\n bVar3 = false;\n local_74 = 0;\n iVar19 = DAT_001c461c;\n do {\n while ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) != 0) {\nLAB_00048a88:\n iVar19 = *(int *)(iVar19 + 0x9c);\n if (iVar19 == 0) goto LAB_00048b86;\n }\n puVar6 = *(undefined4 **)(iVar19 + 0x60);\n if (puVar6 != (undefined4 *)0x0) {\n local_84 = (char *)0x0;\n do {\n bVar29 = (undefined *)puVar6[0x15] < PTR__bfd_std_section_001c1fd4 + 0x180;\n bVar30 = (undefined *)puVar6[0x15] == PTR__bfd_std_section_001c1fd4 + 0x180;\n pcVar5 = local_84;\n if (!bVar30) {\n iVar21 = 0xf;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame_entry";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (bVar29) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar21 = 10;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if (((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])) {\n pcVar5 = local_84;\n }\n }\n local_84 = pcVar5;\n puVar6 = (undefined4 *)puVar6[3];\n } while (puVar6 != (undefined4 *)0x0);\n if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pcVar5 = local_84;\n if ((local_78 != (undefined4 *)0x0) &&\n (pcVar5 = (char *)local_78, (char *)local_78 != local_84)) {\n if (local_84 != (char *)0x1) {\n iVar19 = local_74;\n }\n uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n FUN_00034dc0(uVar9,iVar19);\n break;\n }\n local_78 = (undefined4 *)pcVar5;\n if ((local_74 == 0) &&\n (((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)))) {\n local_74 = iVar19;\n }\n }\n }\n if (local_78 != (undefined4 *)0x2) goto LAB_00048a88;\n iVar19 = *(int *)(iVar19 + 0x9c);\n _DAT_001c45e2 = _DAT_001c45e2 & 0x3fff | 0x8000;\n } while (iVar19 != 0);\nLAB_00048b86:\n if ((local_74 == 0) ||\n (iVar19 = bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8),\n iVar19 == 0)) {\n if (bVar3) {\n uVar9 = dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n FUN_00034dc0(uVar9);\n }\n }\n else {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n *(int *)(iVar8 + 0xd0) = iVar19;\n }\n }\n puVar6 = (undefined4 *)bfd_elf_get_needed_list(DAT_001c4614,&DAT_001c45e0);\n local_78 = puVar6;\n if (puVar6 != (undefined4 *)0x0) {\nLAB_00048360:\n puVar1 = puVar6;\n if ((local_78[1] == 0) ||\n ((uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 1) == 0 &&\n (((local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0)))))) {\n for (; puVar1 != local_78; puVar1 = (undefined4 *)*puVar1) {\n if (((puVar1[1] == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0)) &&\n (iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2]), iVar8 == 0)) {\n if (puVar1 != local_78) goto LAB_000484a0;\n break;\n }\n }\n DAT_001c3d78 = 0;\n DAT_001c3de0 = local_78;\n DAT_001c3de4 = FUN_00047cf0;\n FUN_000276c0(FUN_00045020);\n if ((DAT_001c3d78 == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(*(undefined4 *)(DAT_001c3d78 + 0x10)),\n (uVar7 & 1) != 0)) {\n puVar1 = (undefined4 *)local_78[1];\n pcVar5 = (char *)local_78[2];\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,"%s needed by %pB\n",5);\n FUN_00034d90(uVar9,pcVar5,puVar1);\n }\n if ((DAT_001c3d78 == 0) || (iVar8 = FUN_00047df0(), iVar8 == 0)) {\n bVar3 = false;\n do {\n pcVar22 = DAT_001c46c8;\n if (*pcVar5 == '/') {\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }\n else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }\n sVar10 = strlen((char *)local_78[2]);\n if (DAT_001c4804 != (int *)0x0) {\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }\n if (bVar3) goto code_r0x00048a13;\n bVar3 = true;\n } while( true );\n }\n }\n }\n goto LAB_000484a0;\n }\nLAB_000484b2:\n if (((DAT_001c45e3 & 0xc0) == 0x80) &&\n (iVar8 = bfd_elf_parse_eh_frame_entries(0,&DAT_001c45e0), iVar8 == 0)) {\n uVar9 = dcgettext(0,"%F%P: failed to parse EH frame entries\n",5);\n FUN_00034dc0(uVar9);\n }\n }" { (if_statement "if (((DAT_001c45e4 & 0x20) == 0) && (DAT_001c461c != 0)) {\n local_78 = (undefined4 *)0x0;\n bVar3 = false;\n local_74 = 0;\n iVar19 = DAT_001c461c;\n do {\n while ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) != 0) {\nLAB_00048a88:\n iVar19 = *(int *)(iVar19 + 0x9c);\n if (iVar19 == 0) goto LAB_00048b86;\n }\n puVar6 = *(undefined4 **)(iVar19 + 0x60);\n if (puVar6 != (undefined4 *)0x0) {\n local_84 = (char *)0x0;\n do {\n bVar29 = (undefined *)puVar6[0x15] < PTR__bfd_std_section_001c1fd4 + 0x180;\n bVar30 = (undefined *)puVar6[0x15] == PTR__bfd_std_section_001c1fd4 + 0x180;\n pcVar5 = local_84;\n if (!bVar30) {\n iVar21 = 0xf;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame_entry";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (bVar29) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar21 = 10;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if (((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])) {\n pcVar5 = local_84;\n }\n }\n local_84 = pcVar5;\n puVar6 = (undefined4 *)puVar6[3];\n } while (puVar6 != (undefined4 *)0x0);\n if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pcVar5 = local_84;\n if ((local_78 != (undefined4 *)0x0) &&\n (pcVar5 = (char *)local_78, (char *)local_78 != local_84)) {\n if (local_84 != (char *)0x1) {\n iVar19 = local_74;\n }\n uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n FUN_00034dc0(uVar9,iVar19);\n break;\n }\n local_78 = (undefined4 *)pcVar5;\n if ((local_74 == 0) &&\n (((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)))) {\n local_74 = iVar19;\n }\n }\n }\n if (local_78 != (undefined4 *)0x2) goto LAB_00048a88;\n iVar19 = *(int *)(iVar19 + 0x9c);\n _DAT_001c45e2 = _DAT_001c45e2 & 0x3fff | 0x8000;\n } while (iVar19 != 0);\nLAB_00048b86:\n if ((local_74 == 0) ||\n (iVar19 = bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8),\n iVar19 == 0)) {\n if (bVar3) {\n uVar9 = dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n FUN_00034dc0(uVar9);\n }\n }\n else {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n *(int *)(iVar8 + 0xd0) = iVar19;\n }\n }" if (parenthesized_expression "(((DAT_001c45e4 & 0x20) == 0) && (DAT_001c461c != 0))" ( (binary_expression "((DAT_001c45e4 & 0x20) == 0) && (DAT_001c461c != 0)" (parenthesized_expression "((DAT_001c45e4 & 0x20) == 0)" ( (binary_expression "(DAT_001c45e4 & 0x20) == 0" (parenthesized_expression "(DAT_001c45e4 & 0x20)" ( (binary_expression "DAT_001c45e4 & 0x20" identifier & number_literal) )) == number_literal) )) && (parenthesized_expression "(DAT_001c461c != 0)" ( (binary_expression "DAT_001c461c != 0" identifier != number_literal) ))) )) (compound_statement "{\n local_78 = (undefined4 *)0x0;\n bVar3 = false;\n local_74 = 0;\n iVar19 = DAT_001c461c;\n do {\n while ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) != 0) {\nLAB_00048a88:\n iVar19 = *(int *)(iVar19 + 0x9c);\n if (iVar19 == 0) goto LAB_00048b86;\n }\n puVar6 = *(undefined4 **)(iVar19 + 0x60);\n if (puVar6 != (undefined4 *)0x0) {\n local_84 = (char *)0x0;\n do {\n bVar29 = (undefined *)puVar6[0x15] < PTR__bfd_std_section_001c1fd4 + 0x180;\n bVar30 = (undefined *)puVar6[0x15] == PTR__bfd_std_section_001c1fd4 + 0x180;\n pcVar5 = local_84;\n if (!bVar30) {\n iVar21 = 0xf;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame_entry";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (bVar29) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar21 = 10;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if (((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])) {\n pcVar5 = local_84;\n }\n }\n local_84 = pcVar5;\n puVar6 = (undefined4 *)puVar6[3];\n } while (puVar6 != (undefined4 *)0x0);\n if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pcVar5 = local_84;\n if ((local_78 != (undefined4 *)0x0) &&\n (pcVar5 = (char *)local_78, (char *)local_78 != local_84)) {\n if (local_84 != (char *)0x1) {\n iVar19 = local_74;\n }\n uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n FUN_00034dc0(uVar9,iVar19);\n break;\n }\n local_78 = (undefined4 *)pcVar5;\n if ((local_74 == 0) &&\n (((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)))) {\n local_74 = iVar19;\n }\n }\n }\n if (local_78 != (undefined4 *)0x2) goto LAB_00048a88;\n iVar19 = *(int *)(iVar19 + 0x9c);\n _DAT_001c45e2 = _DAT_001c45e2 & 0x3fff | 0x8000;\n } while (iVar19 != 0);\nLAB_00048b86:\n if ((local_74 == 0) ||\n (iVar19 = bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8),\n iVar19 == 0)) {\n if (bVar3) {\n uVar9 = dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n FUN_00034dc0(uVar9);\n }\n }\n else {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n *(int *)(iVar8 + 0xd0) = iVar19;\n }\n }" { (expression_statement "local_78 = (undefined4 *)0x0;" (assignment_expression "local_78 = (undefined4 *)0x0" identifier = (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "bVar3 = false;" (assignment_expression "bVar3 = false" identifier = false) ;) (expression_statement "local_74 = 0;" (assignment_expression "local_74 = 0" identifier = number_literal) ;) (expression_statement "iVar19 = DAT_001c461c;" (assignment_expression "iVar19 = DAT_001c461c" identifier = identifier) ;) (do_statement "do {\n while ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) != 0) {\nLAB_00048a88:\n iVar19 = *(int *)(iVar19 + 0x9c);\n if (iVar19 == 0) goto LAB_00048b86;\n }\n puVar6 = *(undefined4 **)(iVar19 + 0x60);\n if (puVar6 != (undefined4 *)0x0) {\n local_84 = (char *)0x0;\n do {\n bVar29 = (undefined *)puVar6[0x15] < PTR__bfd_std_section_001c1fd4 + 0x180;\n bVar30 = (undefined *)puVar6[0x15] == PTR__bfd_std_section_001c1fd4 + 0x180;\n pcVar5 = local_84;\n if (!bVar30) {\n iVar21 = 0xf;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame_entry";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (bVar29) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar21 = 10;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if (((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])) {\n pcVar5 = local_84;\n }\n }\n local_84 = pcVar5;\n puVar6 = (undefined4 *)puVar6[3];\n } while (puVar6 != (undefined4 *)0x0);\n if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pcVar5 = local_84;\n if ((local_78 != (undefined4 *)0x0) &&\n (pcVar5 = (char *)local_78, (char *)local_78 != local_84)) {\n if (local_84 != (char *)0x1) {\n iVar19 = local_74;\n }\n uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n FUN_00034dc0(uVar9,iVar19);\n break;\n }\n local_78 = (undefined4 *)pcVar5;\n if ((local_74 == 0) &&\n (((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)))) {\n local_74 = iVar19;\n }\n }\n }\n if (local_78 != (undefined4 *)0x2) goto LAB_00048a88;\n iVar19 = *(int *)(iVar19 + 0x9c);\n _DAT_001c45e2 = _DAT_001c45e2 & 0x3fff | 0x8000;\n } while (iVar19 != 0);" do (compound_statement "{\n while ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) != 0) {\nLAB_00048a88:\n iVar19 = *(int *)(iVar19 + 0x9c);\n if (iVar19 == 0) goto LAB_00048b86;\n }\n puVar6 = *(undefined4 **)(iVar19 + 0x60);\n if (puVar6 != (undefined4 *)0x0) {\n local_84 = (char *)0x0;\n do {\n bVar29 = (undefined *)puVar6[0x15] < PTR__bfd_std_section_001c1fd4 + 0x180;\n bVar30 = (undefined *)puVar6[0x15] == PTR__bfd_std_section_001c1fd4 + 0x180;\n pcVar5 = local_84;\n if (!bVar30) {\n iVar21 = 0xf;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame_entry";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (bVar29) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar21 = 10;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if (((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])) {\n pcVar5 = local_84;\n }\n }\n local_84 = pcVar5;\n puVar6 = (undefined4 *)puVar6[3];\n } while (puVar6 != (undefined4 *)0x0);\n if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pcVar5 = local_84;\n if ((local_78 != (undefined4 *)0x0) &&\n (pcVar5 = (char *)local_78, (char *)local_78 != local_84)) {\n if (local_84 != (char *)0x1) {\n iVar19 = local_74;\n }\n uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n FUN_00034dc0(uVar9,iVar19);\n break;\n }\n local_78 = (undefined4 *)pcVar5;\n if ((local_74 == 0) &&\n (((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)))) {\n local_74 = iVar19;\n }\n }\n }\n if (local_78 != (undefined4 *)0x2) goto LAB_00048a88;\n iVar19 = *(int *)(iVar19 + 0x9c);\n _DAT_001c45e2 = _DAT_001c45e2 & 0x3fff | 0x8000;\n }" { (while_statement "while ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) != 0) {\nLAB_00048a88:\n iVar19 = *(int *)(iVar19 + 0x9c);\n if (iVar19 == 0) goto LAB_00048b86;\n }" while (parenthesized_expression "((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) != 0)" ( (binary_expression "(*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) != 0" (parenthesized_expression "(*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10)" ( (binary_expression "*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10" (pointer_expression "*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24)" * (cast_expression "(byte *)(*(int *)(iVar19 + 0xa4) + 0x24)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar19 + 0xa4) + 0x24)" ( (binary_expression "*(int *)(iVar19 + 0xa4) + 0x24" (pointer_expression "*(int *)(iVar19 + 0xa4)" * (cast_expression "(int *)(iVar19 + 0xa4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar19 + 0xa4)" ( (binary_expression "iVar19 + 0xa4" identifier + number_literal) )))) + number_literal) )))) & number_literal) )) != number_literal) )) (compound_statement "{\nLAB_00048a88:\n iVar19 = *(int *)(iVar19 + 0x9c);\n if (iVar19 == 0) goto LAB_00048b86;\n }" { (labeled_statement "LAB_00048a88:\n iVar19 = *(int *)(iVar19 + 0x9c);" statement_identifier : (expression_statement "iVar19 = *(int *)(iVar19 + 0x9c);" (assignment_expression "iVar19 = *(int *)(iVar19 + 0x9c)" identifier = (pointer_expression "*(int *)(iVar19 + 0x9c)" * (cast_expression "(int *)(iVar19 + 0x9c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar19 + 0x9c)" ( (binary_expression "iVar19 + 0x9c" identifier + number_literal) ))))) ;)) (if_statement "if (iVar19 == 0) goto LAB_00048b86;" if (parenthesized_expression "(iVar19 == 0)" ( (binary_expression "iVar19 == 0" identifier == number_literal) )) (goto_statement "goto LAB_00048b86;" goto statement_identifier ;)) })) (expression_statement "puVar6 = *(undefined4 **)(iVar19 + 0x60);" (assignment_expression "puVar6 = *(undefined4 **)(iVar19 + 0x60)" identifier = (pointer_expression "*(undefined4 **)(iVar19 + 0x60)" * (cast_expression "(undefined4 **)(iVar19 + 0x60)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar19 + 0x60)" ( (binary_expression "iVar19 + 0x60" identifier + number_literal) ))))) ;) (if_statement "if (puVar6 != (undefined4 *)0x0) {\n local_84 = (char *)0x0;\n do {\n bVar29 = (undefined *)puVar6[0x15] < PTR__bfd_std_section_001c1fd4 + 0x180;\n bVar30 = (undefined *)puVar6[0x15] == PTR__bfd_std_section_001c1fd4 + 0x180;\n pcVar5 = local_84;\n if (!bVar30) {\n iVar21 = 0xf;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame_entry";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (bVar29) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar21 = 10;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if (((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])) {\n pcVar5 = local_84;\n }\n }\n local_84 = pcVar5;\n puVar6 = (undefined4 *)puVar6[3];\n } while (puVar6 != (undefined4 *)0x0);\n if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pcVar5 = local_84;\n if ((local_78 != (undefined4 *)0x0) &&\n (pcVar5 = (char *)local_78, (char *)local_78 != local_84)) {\n if (local_84 != (char *)0x1) {\n iVar19 = local_74;\n }\n uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n FUN_00034dc0(uVar9,iVar19);\n break;\n }\n local_78 = (undefined4 *)pcVar5;\n if ((local_74 == 0) &&\n (((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)))) {\n local_74 = iVar19;\n }\n }\n }" if (parenthesized_expression "(puVar6 != (undefined4 *)0x0)" ( (binary_expression "puVar6 != (undefined4 *)0x0" identifier != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n local_84 = (char *)0x0;\n do {\n bVar29 = (undefined *)puVar6[0x15] < PTR__bfd_std_section_001c1fd4 + 0x180;\n bVar30 = (undefined *)puVar6[0x15] == PTR__bfd_std_section_001c1fd4 + 0x180;\n pcVar5 = local_84;\n if (!bVar30) {\n iVar21 = 0xf;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame_entry";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (bVar29) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar21 = 10;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if (((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])) {\n pcVar5 = local_84;\n }\n }\n local_84 = pcVar5;\n puVar6 = (undefined4 *)puVar6[3];\n } while (puVar6 != (undefined4 *)0x0);\n if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pcVar5 = local_84;\n if ((local_78 != (undefined4 *)0x0) &&\n (pcVar5 = (char *)local_78, (char *)local_78 != local_84)) {\n if (local_84 != (char *)0x1) {\n iVar19 = local_74;\n }\n uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n FUN_00034dc0(uVar9,iVar19);\n break;\n }\n local_78 = (undefined4 *)pcVar5;\n if ((local_74 == 0) &&\n (((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)))) {\n local_74 = iVar19;\n }\n }\n }" { (expression_statement "local_84 = (char *)0x0;" (assignment_expression "local_84 = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (do_statement "do {\n bVar29 = (undefined *)puVar6[0x15] < PTR__bfd_std_section_001c1fd4 + 0x180;\n bVar30 = (undefined *)puVar6[0x15] == PTR__bfd_std_section_001c1fd4 + 0x180;\n pcVar5 = local_84;\n if (!bVar30) {\n iVar21 = 0xf;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame_entry";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (bVar29) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar21 = 10;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if (((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])) {\n pcVar5 = local_84;\n }\n }\n local_84 = pcVar5;\n puVar6 = (undefined4 *)puVar6[3];\n } while (puVar6 != (undefined4 *)0x0);" do (compound_statement "{\n bVar29 = (undefined *)puVar6[0x15] < PTR__bfd_std_section_001c1fd4 + 0x180;\n bVar30 = (undefined *)puVar6[0x15] == PTR__bfd_std_section_001c1fd4 + 0x180;\n pcVar5 = local_84;\n if (!bVar30) {\n iVar21 = 0xf;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame_entry";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (bVar29) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar21 = 10;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if (((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])) {\n pcVar5 = local_84;\n }\n }\n local_84 = pcVar5;\n puVar6 = (undefined4 *)puVar6[3];\n }" { (expression_statement "bVar29 = (undefined *)puVar6[0x15] < PTR__bfd_std_section_001c1fd4 + 0x180;" (assignment_expression "bVar29 = (undefined *)puVar6[0x15] < PTR__bfd_std_section_001c1fd4 + 0x180" identifier = (binary_expression "(undefined *)puVar6[0x15] < PTR__bfd_std_section_001c1fd4 + 0x180" (cast_expression "(undefined *)puVar6[0x15]" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar6[0x15]" identifier [ number_literal ])) < (binary_expression "PTR__bfd_std_section_001c1fd4 + 0x180" identifier + number_literal))) ;) (expression_statement "bVar30 = (undefined *)puVar6[0x15] == PTR__bfd_std_section_001c1fd4 + 0x180;" (assignment_expression "bVar30 = (undefined *)puVar6[0x15] == PTR__bfd_std_section_001c1fd4 + 0x180" identifier = (binary_expression "(undefined *)puVar6[0x15] == PTR__bfd_std_section_001c1fd4 + 0x180" (cast_expression "(undefined *)puVar6[0x15]" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar6[0x15]" identifier [ number_literal ])) == (binary_expression "PTR__bfd_std_section_001c1fd4 + 0x180" identifier + number_literal))) ;) (expression_statement "pcVar5 = local_84;" (assignment_expression "pcVar5 = local_84" identifier = identifier) ;) (if_statement "if (!bVar30) {\n iVar21 = 0xf;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame_entry";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (bVar29) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar21 = 10;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if (((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])) {\n pcVar5 = local_84;\n }\n }" if (parenthesized_expression "(!bVar30)" ( (unary_expression "!bVar30" ! identifier) )) (compound_statement "{\n iVar21 = 0xf;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame_entry";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (bVar29) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar21 = 10;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if (((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])) {\n pcVar5 = local_84;\n }\n }" { (expression_statement "iVar21 = 0xf;" (assignment_expression "iVar21 = 0xf" identifier = number_literal) ;) (expression_statement "pbVar17 = (byte *)*puVar6;" (assignment_expression "pbVar17 = (byte *)*puVar6" identifier = (cast_expression "(byte *)*puVar6" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar6" * identifier))) ;) (expression_statement "pbVar23 = (byte *)".eh_frame_entry";" (assignment_expression "pbVar23 = (byte *)".eh_frame_entry"" identifier = (cast_expression "(byte *)".eh_frame_entry"" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (string_literal "".eh_frame_entry"" " string_content "))) ;) (do_statement "do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar30);" do (compound_statement "{\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n }" { (if_statement "if (iVar21 == 0) break;" if (parenthesized_expression "(iVar21 == 0)" ( (binary_expression "iVar21 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "iVar21 = iVar21 + -1;" (assignment_expression "iVar21 = iVar21 + -1" identifier = (binary_expression "iVar21 + -1" identifier + number_literal)) ;) (expression_statement "bVar29 = *pbVar17 < *pbVar23;" (assignment_expression "bVar29 = *pbVar17 < *pbVar23" identifier = (binary_expression "*pbVar17 < *pbVar23" (pointer_expression "*pbVar17" * identifier) < (pointer_expression "*pbVar23" * identifier))) ;) (expression_statement "bVar30 = *pbVar17 == *pbVar23;" (assignment_expression "bVar30 = *pbVar17 == *pbVar23" identifier = (binary_expression "*pbVar17 == *pbVar23" (pointer_expression "*pbVar17" * identifier) == (pointer_expression "*pbVar23" * identifier))) ;) (expression_statement "pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;" (assignment_expression "pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1" identifier = (binary_expression "pbVar17 + (uint)bVar31 * -2 + 1" (binary_expression "pbVar17 + (uint)bVar31 * -2" identifier + (binary_expression "(uint)bVar31 * -2" (cast_expression "(uint)bVar31" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;" (assignment_expression "pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1" identifier = (binary_expression "pbVar23 + (uint)bVar31 * -2 + 1" (binary_expression "pbVar23 + (uint)bVar31 * -2" identifier + (binary_expression "(uint)bVar31 * -2" (cast_expression "(uint)bVar31" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar30)" ( identifier )) ;) (expression_statement "bVar28 = false;" (assignment_expression "bVar28 = false" identifier = false) ;) (expression_statement "bVar29 = (!bVar29 && !bVar30) == bVar29;" (assignment_expression "bVar29 = (!bVar29 && !bVar30) == bVar29" identifier = (binary_expression "(!bVar29 && !bVar30) == bVar29" (parenthesized_expression "(!bVar29 && !bVar30)" ( (binary_expression "!bVar29 && !bVar30" (unary_expression "!bVar29" ! identifier) && (unary_expression "!bVar30" ! identifier)) )) == identifier)) ;) (if_statement "if (bVar29) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }" if (parenthesized_expression "(bVar29)" ( identifier )) (compound_statement "{\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }" { (expression_statement "local_84 = (char *)0x2;" (assignment_expression "local_84 = (char *)0x2" identifier = (cast_expression "(char *)0x2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (goto_statement "goto LAB_00048b31;" goto statement_identifier ;) })) (expression_statement "iVar21 = 10;" (assignment_expression "iVar21 = 10" identifier = number_literal) ;) (expression_statement "pbVar17 = (byte *)*puVar6;" (assignment_expression "pbVar17 = (byte *)*puVar6" identifier = (cast_expression "(byte *)*puVar6" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar6" * identifier))) ;) (expression_statement "pbVar23 = (byte *)".eh_frame";" (assignment_expression "pbVar23 = (byte *)".eh_frame"" identifier = (cast_expression "(byte *)".eh_frame"" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (string_literal "".eh_frame"" " string_content "))) ;) (do_statement "do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);" do (compound_statement "{\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n }" { (if_statement "if (iVar21 == 0) break;" if (parenthesized_expression "(iVar21 == 0)" ( (binary_expression "iVar21 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "iVar21 = iVar21 + -1;" (assignment_expression "iVar21 = iVar21 + -1" identifier = (binary_expression "iVar21 + -1" identifier + number_literal)) ;) (expression_statement "bVar28 = *pbVar17 < *pbVar23;" (assignment_expression "bVar28 = *pbVar17 < *pbVar23" identifier = (binary_expression "*pbVar17 < *pbVar23" (pointer_expression "*pbVar17" * identifier) < (pointer_expression "*pbVar23" * identifier))) ;) (expression_statement "bVar29 = *pbVar17 == *pbVar23;" (assignment_expression "bVar29 = *pbVar17 == *pbVar23" identifier = (binary_expression "*pbVar17 == *pbVar23" (pointer_expression "*pbVar17" * identifier) == (pointer_expression "*pbVar23" * identifier))) ;) (expression_statement "pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;" (assignment_expression "pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1" identifier = (binary_expression "pbVar17 + (uint)bVar31 * -2 + 1" (binary_expression "pbVar17 + (uint)bVar31 * -2" identifier + (binary_expression "(uint)bVar31 * -2" (cast_expression "(uint)bVar31" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;" (assignment_expression "pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1" identifier = (binary_expression "pbVar23 + (uint)bVar31 * -2 + 1" (binary_expression "pbVar23 + (uint)bVar31 * -2" identifier + (binary_expression "(uint)bVar31 * -2" (cast_expression "(uint)bVar31" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar29)" ( identifier )) ;) (if_statement "if (((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])) {\n pcVar5 = local_84;\n }" if (parenthesized_expression "(((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc]))" ( (binary_expression "((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])" (parenthesized_expression "((!bVar28 && !bVar29) == bVar28)" ( (binary_expression "(!bVar28 && !bVar29) == bVar28" (parenthesized_expression "(!bVar28 && !bVar29)" ( (binary_expression "!bVar28 && !bVar29" (unary_expression "!bVar28" ! identifier) && (unary_expression "!bVar29" ! identifier)) )) == identifier) )) && (parenthesized_expression "(pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])" ( (comma_expression "pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc]" (assignment_expression "pcVar5 = (char *)1" identifier = (cast_expression "(char *)1" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) , (binary_expression "puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc]" (binary_expression "puVar6[0xc] == 0" (subscript_expression "puVar6[0xc]" identifier [ number_literal ]) == number_literal) && (binary_expression "(uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc]" (call_expression "(uint)(8 < (uint)puVar6[0xb])" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(8 < (uint)puVar6[0xb])" ( (binary_expression "8 < (uint)puVar6[0xb]" number_literal < (cast_expression "(uint)puVar6[0xb]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression "puVar6[0xb]" identifier [ number_literal ]))) ))) <= (binary_expression "(uint)-puVar6[0xc]" (parenthesized_expression "(uint)" ( identifier )) - (subscript_expression "puVar6[0xc]" identifier [ number_literal ]))))) ))) )) (compound_statement "{\n pcVar5 = local_84;\n }" { (expression_statement "pcVar5 = local_84;" (assignment_expression "pcVar5 = local_84" identifier = identifier) ;) })) })) (expression_statement "local_84 = pcVar5;" (assignment_expression "local_84 = pcVar5" identifier = identifier) ;) (expression_statement "puVar6 = (undefined4 *)puVar6[3];" (assignment_expression "puVar6 = (undefined4 *)puVar6[3]" identifier = (cast_expression "(undefined4 *)puVar6[3]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar6[3]" identifier [ number_literal ]))) ;) }) while (parenthesized_expression "(puVar6 != (undefined4 *)0x0)" ( (binary_expression "puVar6 != (undefined4 *)0x0" identifier != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) (if_statement "if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pcVar5 = local_84;\n if ((local_78 != (undefined4 *)0x0) &&\n (pcVar5 = (char *)local_78, (char *)local_78 != local_84)) {\n if (local_84 != (char *)0x1) {\n iVar19 = local_74;\n }\n uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n FUN_00034dc0(uVar9,iVar19);\n break;\n }\n local_78 = (undefined4 *)pcVar5;\n if ((local_74 == 0) &&\n (((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)))) {\n local_74 = iVar19;\n }\n }" if (parenthesized_expression "(local_84 != (char *)0x0)" ( (binary_expression "local_84 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\nLAB_00048b31:\n pcVar5 = local_84;\n if ((local_78 != (undefined4 *)0x0) &&\n (pcVar5 = (char *)local_78, (char *)local_78 != local_84)) {\n if (local_84 != (char *)0x1) {\n iVar19 = local_74;\n }\n uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n FUN_00034dc0(uVar9,iVar19);\n break;\n }\n local_78 = (undefined4 *)pcVar5;\n if ((local_74 == 0) &&\n (((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)))) {\n local_74 = iVar19;\n }\n }" { (labeled_statement "LAB_00048b31:\n pcVar5 = local_84;" statement_identifier : (expression_statement "pcVar5 = local_84;" (assignment_expression "pcVar5 = local_84" identifier = identifier) ;)) (if_statement "if ((local_78 != (undefined4 *)0x0) &&\n (pcVar5 = (char *)local_78, (char *)local_78 != local_84)) {\n if (local_84 != (char *)0x1) {\n iVar19 = local_74;\n }\n uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n FUN_00034dc0(uVar9,iVar19);\n break;\n }" if (parenthesized_expression "((local_78 != (undefined4 *)0x0) &&\n (pcVar5 = (char *)local_78, (char *)local_78 != local_84))" ( (binary_expression "(local_78 != (undefined4 *)0x0) &&\n (pcVar5 = (char *)local_78, (char *)local_78 != local_84)" (parenthesized_expression "(local_78 != (undefined4 *)0x0)" ( (binary_expression "local_78 != (undefined4 *)0x0" identifier != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(pcVar5 = (char *)local_78, (char *)local_78 != local_84)" ( (comma_expression "pcVar5 = (char *)local_78, (char *)local_78 != local_84" (assignment_expression "pcVar5 = (char *)local_78" identifier = (cast_expression "(char *)local_78" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) , (binary_expression "(char *)local_78 != local_84" (cast_expression "(char *)local_78" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) != identifier)) ))) )) (compound_statement "{\n if (local_84 != (char *)0x1) {\n iVar19 = local_74;\n }\n uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n FUN_00034dc0(uVar9,iVar19);\n break;\n }" { (if_statement "if (local_84 != (char *)0x1) {\n iVar19 = local_74;\n }" if (parenthesized_expression "(local_84 != (char *)0x1)" ( (binary_expression "local_84 != (char *)0x1" identifier != (cast_expression "(char *)0x1" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar19 = local_74;\n }" { (expression_statement "iVar19 = local_74;" (assignment_expression "iVar19 = local_74" identifier = identifier) ;) })) (expression_statement "uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);" (assignment_expression "uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5)" identifier = (call_expression "dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5)" identifier (argument_list "(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5)" ( number_literal , (string_literal ""%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"" " string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_00034dc0(uVar9,iVar19);" (call_expression "FUN_00034dc0(uVar9,iVar19)" identifier (argument_list "(uVar9,iVar19)" ( identifier , identifier ))) ;) (break_statement "break;" break ;) })) (expression_statement "local_78 = (undefined4 *)pcVar5;" (assignment_expression "local_78 = (undefined4 *)pcVar5" identifier = (cast_expression "(undefined4 *)pcVar5" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (if_statement "if ((local_74 == 0) &&\n (((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)))) {\n local_74 = iVar19;\n }" if (parenthesized_expression "((local_74 == 0) &&\n (((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5))))" ( (binary_expression "(local_74 == 0) &&\n (((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)))" (parenthesized_expression "(local_74 == 0)" ( (binary_expression "local_74 == 0" identifier == number_literal) )) && (parenthesized_expression "(((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)))" ( (parenthesized_expression "((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5))" ( (binary_expression "(local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)" (parenthesized_expression "(local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0))" ( (binary_expression "local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)" (binary_expression "local_84 == (char *)0x2" identifier == (cast_expression "(char *)0x2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) || (parenthesized_expression "((_DAT_001c45e2 & 0xc000) != 0)" ( (binary_expression "(_DAT_001c45e2 & 0xc000) != 0" (parenthesized_expression "(_DAT_001c45e2 & 0xc000)" ( (binary_expression "_DAT_001c45e2 & 0xc000" identifier & number_literal) )) != number_literal) ))) )) && (parenthesized_expression "(bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)" ( (comma_expression "bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5" (assignment_expression "bVar3 = true" identifier = true) , (binary_expression "*(int *)(*(int *)(iVar19 + 4) + 4) == 5" (pointer_expression "*(int *)(*(int *)(iVar19 + 4) + 4)" * (cast_expression "(int *)(*(int *)(iVar19 + 4) + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar19 + 4) + 4)" ( (binary_expression "*(int *)(iVar19 + 4) + 4" (pointer_expression "*(int *)(iVar19 + 4)" * (cast_expression "(int *)(iVar19 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar19 + 4)" ( (binary_expression "iVar19 + 4" identifier + number_literal) )))) + number_literal) )))) == number_literal)) ))) )) ))) )) (compound_statement "{\n local_74 = iVar19;\n }" { (expression_statement "local_74 = iVar19;" (assignment_expression "local_74 = iVar19" identifier = identifier) ;) })) })) })) (if_statement "if (local_78 != (undefined4 *)0x2) goto LAB_00048a88;" if (parenthesized_expression "(local_78 != (undefined4 *)0x2)" ( (binary_expression "local_78 != (undefined4 *)0x2" identifier != (cast_expression "(undefined4 *)0x2" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_00048a88;" goto statement_identifier ;)) (expression_statement "iVar19 = *(int *)(iVar19 + 0x9c);" (assignment_expression "iVar19 = *(int *)(iVar19 + 0x9c)" identifier = (pointer_expression "*(int *)(iVar19 + 0x9c)" * (cast_expression "(int *)(iVar19 + 0x9c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar19 + 0x9c)" ( (binary_expression "iVar19 + 0x9c" identifier + number_literal) ))))) ;) (expression_statement "_DAT_001c45e2 = _DAT_001c45e2 & 0x3fff | 0x8000;" (assignment_expression "_DAT_001c45e2 = _DAT_001c45e2 & 0x3fff | 0x8000" identifier = (binary_expression "_DAT_001c45e2 & 0x3fff | 0x8000" (binary_expression "_DAT_001c45e2 & 0x3fff" identifier & number_literal) | number_literal)) ;) }) while (parenthesized_expression "(iVar19 != 0)" ( (binary_expression "iVar19 != 0" identifier != number_literal) )) ;) (labeled_statement "LAB_00048b86:\n if ((local_74 == 0) ||\n (iVar19 = bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8),\n iVar19 == 0)) {\n if (bVar3) {\n uVar9 = dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n FUN_00034dc0(uVar9);\n }\n }\n else {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n *(int *)(iVar8 + 0xd0) = iVar19;\n }" statement_identifier : (if_statement "if ((local_74 == 0) ||\n (iVar19 = bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8),\n iVar19 == 0)) {\n if (bVar3) {\n uVar9 = dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n FUN_00034dc0(uVar9);\n }\n }\n else {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n *(int *)(iVar8 + 0xd0) = iVar19;\n }" if (parenthesized_expression "((local_74 == 0) ||\n (iVar19 = bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8),\n iVar19 == 0))" ( (binary_expression "(local_74 == 0) ||\n (iVar19 = bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8),\n iVar19 == 0)" (parenthesized_expression "(local_74 == 0)" ( (binary_expression "local_74 == 0" identifier == number_literal) )) || (parenthesized_expression "(iVar19 = bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8),\n iVar19 == 0)" ( (comma_expression "iVar19 = bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8),\n iVar19 == 0" (assignment_expression "iVar19 = bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8)" identifier = (call_expression "bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8)" identifier (argument_list "(local_74,".eh_frame_hdr",\n *(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8)" ( identifier , (string_literal "".eh_frame_hdr"" " string_content ") , (binary_expression "*(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8" (pointer_expression "*(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30)" * (cast_expression "(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30)" ( (binary_expression "*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30" (pointer_expression "*(int *)(*(int *)(local_74 + 4) + 0x1c0)" * (cast_expression "(int *)(*(int *)(local_74 + 4) + 0x1c0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(local_74 + 4) + 0x1c0)" ( (binary_expression "*(int *)(local_74 + 4) + 0x1c0" (pointer_expression "*(int *)(local_74 + 4)" * (cast_expression "(int *)(local_74 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_74 + 4)" ( (binary_expression "local_74 + 4" identifier + number_literal) )))) + number_literal) )))) + number_literal) )))) | number_literal) )))) , (binary_expression "iVar19 == 0" identifier == number_literal)) ))) )) (compound_statement "{\n if (bVar3) {\n uVar9 = dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n FUN_00034dc0(uVar9);\n }\n }" { (if_statement "if (bVar3) {\n uVar9 = dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n FUN_00034dc0(uVar9);\n }" if (parenthesized_expression "(bVar3)" ( identifier )) (compound_statement "{\n uVar9 = dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n FUN_00034dc0(uVar9);\n }" { (expression_statement "uVar9 = dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);" (assignment_expression "uVar9 = dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5)" identifier = (call_expression "dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5)" identifier (argument_list "(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5)" ( number_literal , (string_literal ""%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"" " string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_00034dc0(uVar9);" (call_expression "FUN_00034dc0(uVar9)" identifier (argument_list "(uVar9)" ( identifier ))) ;) })) }) (else_clause "else {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n *(int *)(iVar8 + 0xd0) = iVar19;\n }" else (compound_statement "{\n *(undefined4 *)(iVar19 + 0x58) = 2;\n *(int *)(iVar8 + 0xd0) = iVar19;\n }" { (expression_statement "*(undefined4 *)(iVar19 + 0x58) = 2;" (assignment_expression "*(undefined4 *)(iVar19 + 0x58) = 2" (pointer_expression "*(undefined4 *)(iVar19 + 0x58)" * (cast_expression "(undefined4 *)(iVar19 + 0x58)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar19 + 0x58)" ( (binary_expression "iVar19 + 0x58" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(int *)(iVar8 + 0xd0) = iVar19;" (assignment_expression "*(int *)(iVar8 + 0xd0) = iVar19" (pointer_expression "*(int *)(iVar8 + 0xd0)" * (cast_expression "(int *)(iVar8 + 0xd0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar8 + 0xd0)" ( (binary_expression "iVar8 + 0xd0" identifier + number_literal) )))) = identifier) ;) })))) })) (expression_statement "puVar6 = (undefined4 *)bfd_elf_get_needed_list(DAT_001c4614,&DAT_001c45e0);" (assignment_expression "puVar6 = (undefined4 *)bfd_elf_get_needed_list(DAT_001c4614,&DAT_001c45e0)" identifier = (cast_expression "(undefined4 *)bfd_elf_get_needed_list(DAT_001c4614,&DAT_001c45e0)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "bfd_elf_get_needed_list(DAT_001c4614,&DAT_001c45e0)" identifier (argument_list "(DAT_001c4614,&DAT_001c45e0)" ( identifier , (pointer_expression "&DAT_001c45e0" & identifier) ))))) ;) (expression_statement "local_78 = puVar6;" (assignment_expression "local_78 = puVar6" identifier = identifier) ;) (if_statement "if (puVar6 != (undefined4 *)0x0) {\nLAB_00048360:\n puVar1 = puVar6;\n if ((local_78[1] == 0) ||\n ((uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 1) == 0 &&\n (((local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0)))))) {\n for (; puVar1 != local_78; puVar1 = (undefined4 *)*puVar1) {\n if (((puVar1[1] == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0)) &&\n (iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2]), iVar8 == 0)) {\n if (puVar1 != local_78) goto LAB_000484a0;\n break;\n }\n }\n DAT_001c3d78 = 0;\n DAT_001c3de0 = local_78;\n DAT_001c3de4 = FUN_00047cf0;\n FUN_000276c0(FUN_00045020);\n if ((DAT_001c3d78 == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(*(undefined4 *)(DAT_001c3d78 + 0x10)),\n (uVar7 & 1) != 0)) {\n puVar1 = (undefined4 *)local_78[1];\n pcVar5 = (char *)local_78[2];\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,"%s needed by %pB\n",5);\n FUN_00034d90(uVar9,pcVar5,puVar1);\n }\n if ((DAT_001c3d78 == 0) || (iVar8 = FUN_00047df0(), iVar8 == 0)) {\n bVar3 = false;\n do {\n pcVar22 = DAT_001c46c8;\n if (*pcVar5 == '/') {\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }\n else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }\n sVar10 = strlen((char *)local_78[2]);\n if (DAT_001c4804 != (int *)0x0) {\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }\n if (bVar3) goto code_r0x00048a13;\n bVar3 = true;\n } while( true );\n }\n }\n }\n goto LAB_000484a0;\n }" if (parenthesized_expression "(puVar6 != (undefined4 *)0x0)" ( (binary_expression "puVar6 != (undefined4 *)0x0" identifier != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\nLAB_00048360:\n puVar1 = puVar6;\n if ((local_78[1] == 0) ||\n ((uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 1) == 0 &&\n (((local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0)))))) {\n for (; puVar1 != local_78; puVar1 = (undefined4 *)*puVar1) {\n if (((puVar1[1] == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0)) &&\n (iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2]), iVar8 == 0)) {\n if (puVar1 != local_78) goto LAB_000484a0;\n break;\n }\n }\n DAT_001c3d78 = 0;\n DAT_001c3de0 = local_78;\n DAT_001c3de4 = FUN_00047cf0;\n FUN_000276c0(FUN_00045020);\n if ((DAT_001c3d78 == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(*(undefined4 *)(DAT_001c3d78 + 0x10)),\n (uVar7 & 1) != 0)) {\n puVar1 = (undefined4 *)local_78[1];\n pcVar5 = (char *)local_78[2];\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,"%s needed by %pB\n",5);\n FUN_00034d90(uVar9,pcVar5,puVar1);\n }\n if ((DAT_001c3d78 == 0) || (iVar8 = FUN_00047df0(), iVar8 == 0)) {\n bVar3 = false;\n do {\n pcVar22 = DAT_001c46c8;\n if (*pcVar5 == '/') {\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }\n else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }\n sVar10 = strlen((char *)local_78[2]);\n if (DAT_001c4804 != (int *)0x0) {\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }\n if (bVar3) goto code_r0x00048a13;\n bVar3 = true;\n } while( true );\n }\n }\n }\n goto LAB_000484a0;\n }" { (labeled_statement "LAB_00048360:\n puVar1 = puVar6;" statement_identifier : (expression_statement "puVar1 = puVar6;" (assignment_expression "puVar1 = puVar6" identifier = identifier) ;)) (if_statement "if ((local_78[1] == 0) ||\n ((uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 1) == 0 &&\n (((local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0)))))) {\n for (; puVar1 != local_78; puVar1 = (undefined4 *)*puVar1) {\n if (((puVar1[1] == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0)) &&\n (iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2]), iVar8 == 0)) {\n if (puVar1 != local_78) goto LAB_000484a0;\n break;\n }\n }\n DAT_001c3d78 = 0;\n DAT_001c3de0 = local_78;\n DAT_001c3de4 = FUN_00047cf0;\n FUN_000276c0(FUN_00045020);\n if ((DAT_001c3d78 == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(*(undefined4 *)(DAT_001c3d78 + 0x10)),\n (uVar7 & 1) != 0)) {\n puVar1 = (undefined4 *)local_78[1];\n pcVar5 = (char *)local_78[2];\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,"%s needed by %pB\n",5);\n FUN_00034d90(uVar9,pcVar5,puVar1);\n }\n if ((DAT_001c3d78 == 0) || (iVar8 = FUN_00047df0(), iVar8 == 0)) {\n bVar3 = false;\n do {\n pcVar22 = DAT_001c46c8;\n if (*pcVar5 == '/') {\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }\n else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }\n sVar10 = strlen((char *)local_78[2]);\n if (DAT_001c4804 != (int *)0x0) {\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }\n if (bVar3) goto code_r0x00048a13;\n bVar3 = true;\n } while( true );\n }\n }\n }" if (parenthesized_expression "((local_78[1] == 0) ||\n ((uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 1) == 0 &&\n (((local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0))))))" ( (binary_expression "(local_78[1] == 0) ||\n ((uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 1) == 0 &&\n (((local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0)))))" (parenthesized_expression "(local_78[1] == 0)" ( (binary_expression "local_78[1] == 0" (subscript_expression "local_78[1]" identifier [ number_literal ]) == number_literal) )) || (parenthesized_expression "((uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 1) == 0 &&\n (((local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0)))))" ( (parenthesized_expression "(uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 1) == 0 &&\n (((local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0))))" ( (comma_expression "uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 1) == 0 &&\n (((local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0)))" (assignment_expression "uVar7 = bfd_elf_get_dyn_lib_class(local_78[1])" identifier = (call_expression "bfd_elf_get_dyn_lib_class(local_78[1])" identifier (argument_list "(local_78[1])" ( (subscript_expression "local_78[1]" identifier [ number_literal ]) )))) , (binary_expression "(uVar7 & 1) == 0 &&\n (((local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0)))" (binary_expression "(uVar7 & 1) == 0" (parenthesized_expression "(uVar7 & 1)" ( (binary_expression "uVar7 & 1" identifier & number_literal) )) == number_literal) && (parenthesized_expression "(((local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0)))" ( (parenthesized_expression "((local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0))" ( (binary_expression "(local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0)" (parenthesized_expression "(local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80))" ( (binary_expression "local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)" (binary_expression "local_78[1] == 0" (subscript_expression "local_78[1]" identifier [ number_literal ]) == number_literal) || (parenthesized_expression "((_DAT_001c45e2 & 0x180) != 0x80)" ( (binary_expression "(_DAT_001c45e2 & 0x180) != 0x80" (parenthesized_expression "(_DAT_001c45e2 & 0x180)" ( (binary_expression "_DAT_001c45e2 & 0x180" identifier & number_literal) )) != number_literal) ))) )) || (parenthesized_expression "(uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0)" ( (comma_expression "uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0" (assignment_expression "uVar7 = bfd_elf_get_dyn_lib_class(local_78[1])" identifier = (call_expression "bfd_elf_get_dyn_lib_class(local_78[1])" identifier (argument_list "(local_78[1])" ( (subscript_expression "local_78[1]" identifier [ number_literal ]) )))) , (binary_expression "(uVar7 & 4) == 0" (parenthesized_expression "(uVar7 & 4)" ( (binary_expression "uVar7 & 4" identifier & number_literal) )) == number_literal)) ))) )) )))) )) ))) )) (compound_statement "{\n for (; puVar1 != local_78; puVar1 = (undefined4 *)*puVar1) {\n if (((puVar1[1] == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0)) &&\n (iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2]), iVar8 == 0)) {\n if (puVar1 != local_78) goto LAB_000484a0;\n break;\n }\n }\n DAT_001c3d78 = 0;\n DAT_001c3de0 = local_78;\n DAT_001c3de4 = FUN_00047cf0;\n FUN_000276c0(FUN_00045020);\n if ((DAT_001c3d78 == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(*(undefined4 *)(DAT_001c3d78 + 0x10)),\n (uVar7 & 1) != 0)) {\n puVar1 = (undefined4 *)local_78[1];\n pcVar5 = (char *)local_78[2];\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,"%s needed by %pB\n",5);\n FUN_00034d90(uVar9,pcVar5,puVar1);\n }\n if ((DAT_001c3d78 == 0) || (iVar8 = FUN_00047df0(), iVar8 == 0)) {\n bVar3 = false;\n do {\n pcVar22 = DAT_001c46c8;\n if (*pcVar5 == '/') {\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }\n else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }\n sVar10 = strlen((char *)local_78[2]);\n if (DAT_001c4804 != (int *)0x0) {\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }\n if (bVar3) goto code_r0x00048a13;\n bVar3 = true;\n } while( true );\n }\n }\n }" { (for_statement "for (; puVar1 != local_78; puVar1 = (undefined4 *)*puVar1) {\n if (((puVar1[1] == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0)) &&\n (iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2]), iVar8 == 0)) {\n if (puVar1 != local_78) goto LAB_000484a0;\n break;\n }\n }" for ( ; (binary_expression "puVar1 != local_78" identifier != identifier) ; (assignment_expression "puVar1 = (undefined4 *)*puVar1" identifier = (cast_expression "(undefined4 *)*puVar1" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar1" * identifier))) ) (compound_statement "{\n if (((puVar1[1] == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0)) &&\n (iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2]), iVar8 == 0)) {\n if (puVar1 != local_78) goto LAB_000484a0;\n break;\n }\n }" { (if_statement "if (((puVar1[1] == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0)) &&\n (iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2]), iVar8 == 0)) {\n if (puVar1 != local_78) goto LAB_000484a0;\n break;\n }" if (parenthesized_expression "(((puVar1[1] == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0)) &&\n (iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2]), iVar8 == 0))" ( (binary_expression "((puVar1[1] == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0)) &&\n (iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2]), iVar8 == 0)" (parenthesized_expression "((puVar1[1] == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0))" ( (binary_expression "(puVar1[1] == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0)" (parenthesized_expression "(puVar1[1] == 0)" ( (binary_expression "puVar1[1] == 0" (subscript_expression "puVar1[1]" identifier [ number_literal ]) == number_literal) )) || (parenthesized_expression "(uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0)" ( (comma_expression "uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0" (assignment_expression "uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1])" identifier = (call_expression "bfd_elf_get_dyn_lib_class(puVar1[1])" identifier (argument_list "(puVar1[1])" ( (subscript_expression "puVar1[1]" identifier [ number_literal ]) )))) , (binary_expression "(uVar7 & 1) == 0" (parenthesized_expression "(uVar7 & 1)" ( (binary_expression "uVar7 & 1" identifier & number_literal) )) == number_literal)) ))) )) && (parenthesized_expression "(iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2]), iVar8 == 0)" ( (comma_expression "iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2]), iVar8 == 0" (assignment_expression "iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2])" identifier = (call_expression "strcmp((char *)puVar1[2],(char *)local_78[2])" identifier (argument_list "((char *)puVar1[2],(char *)local_78[2])" ( (cast_expression "(char *)puVar1[2]" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar1[2]" identifier [ number_literal ])) , (cast_expression "(char *)local_78[2]" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "local_78[2]" identifier [ number_literal ])) )))) , (binary_expression "iVar8 == 0" identifier == number_literal)) ))) )) (compound_statement "{\n if (puVar1 != local_78) goto LAB_000484a0;\n break;\n }" { (if_statement "if (puVar1 != local_78) goto LAB_000484a0;" if (parenthesized_expression "(puVar1 != local_78)" ( (binary_expression "puVar1 != local_78" identifier != identifier) )) (goto_statement "goto LAB_000484a0;" goto statement_identifier ;)) (break_statement "break;" break ;) })) })) (expression_statement "DAT_001c3d78 = 0;" (assignment_expression "DAT_001c3d78 = 0" identifier = number_literal) ;) (expression_statement "DAT_001c3de0 = local_78;" (assignment_expression "DAT_001c3de0 = local_78" identifier = identifier) ;) (expression_statement "DAT_001c3de4 = FUN_00047cf0;" (assignment_expression "DAT_001c3de4 = FUN_00047cf0" identifier = identifier) ;) (expression_statement "FUN_000276c0(FUN_00045020);" (call_expression "FUN_000276c0(FUN_00045020)" identifier (argument_list "(FUN_00045020)" ( identifier ))) ;) (if_statement "if ((DAT_001c3d78 == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(*(undefined4 *)(DAT_001c3d78 + 0x10)),\n (uVar7 & 1) != 0)) {\n puVar1 = (undefined4 *)local_78[1];\n pcVar5 = (char *)local_78[2];\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,"%s needed by %pB\n",5);\n FUN_00034d90(uVar9,pcVar5,puVar1);\n }\n if ((DAT_001c3d78 == 0) || (iVar8 = FUN_00047df0(), iVar8 == 0)) {\n bVar3 = false;\n do {\n pcVar22 = DAT_001c46c8;\n if (*pcVar5 == '/') {\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }\n else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }\n sVar10 = strlen((char *)local_78[2]);\n if (DAT_001c4804 != (int *)0x0) {\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }\n if (bVar3) goto code_r0x00048a13;\n bVar3 = true;\n } while( true );\n }\n }" if (parenthesized_expression "((DAT_001c3d78 == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(*(undefined4 *)(DAT_001c3d78 + 0x10)),\n (uVar7 & 1) != 0))" ( (binary_expression "(DAT_001c3d78 == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(*(undefined4 *)(DAT_001c3d78 + 0x10)),\n (uVar7 & 1) != 0)" (parenthesized_expression "(DAT_001c3d78 == 0)" ( (binary_expression "DAT_001c3d78 == 0" identifier == number_literal) )) || (parenthesized_expression "(uVar7 = bfd_elf_get_dyn_lib_class(*(undefined4 *)(DAT_001c3d78 + 0x10)),\n (uVar7 & 1) != 0)" ( (comma_expression "uVar7 = bfd_elf_get_dyn_lib_class(*(undefined4 *)(DAT_001c3d78 + 0x10)),\n (uVar7 & 1) != 0" (assignment_expression "uVar7 = bfd_elf_get_dyn_lib_class(*(undefined4 *)(DAT_001c3d78 + 0x10))" identifier = (call_expression "bfd_elf_get_dyn_lib_class(*(undefined4 *)(DAT_001c3d78 + 0x10))" identifier (argument_list "(*(undefined4 *)(DAT_001c3d78 + 0x10))" ( (pointer_expression "*(undefined4 *)(DAT_001c3d78 + 0x10)" * (cast_expression "(undefined4 *)(DAT_001c3d78 + 0x10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_001c3d78 + 0x10)" ( (binary_expression "DAT_001c3d78 + 0x10" identifier + number_literal) )))) )))) , (binary_expression "(uVar7 & 1) != 0" (parenthesized_expression "(uVar7 & 1)" ( (binary_expression "uVar7 & 1" identifier & number_literal) )) != number_literal)) ))) )) (compound_statement "{\n puVar1 = (undefined4 *)local_78[1];\n pcVar5 = (char *)local_78[2];\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,"%s needed by %pB\n",5);\n FUN_00034d90(uVar9,pcVar5,puVar1);\n }\n if ((DAT_001c3d78 == 0) || (iVar8 = FUN_00047df0(), iVar8 == 0)) {\n bVar3 = false;\n do {\n pcVar22 = DAT_001c46c8;\n if (*pcVar5 == '/') {\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }\n else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }\n sVar10 = strlen((char *)local_78[2]);\n if (DAT_001c4804 != (int *)0x0) {\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }\n if (bVar3) goto code_r0x00048a13;\n bVar3 = true;\n } while( true );\n }\n }" { (expression_statement "puVar1 = (undefined4 *)local_78[1];" (assignment_expression "puVar1 = (undefined4 *)local_78[1]" identifier = (cast_expression "(undefined4 *)local_78[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "local_78[1]" identifier [ number_literal ]))) ;) (expression_statement "pcVar5 = (char *)local_78[2];" (assignment_expression "pcVar5 = (char *)local_78[2]" identifier = (cast_expression "(char *)local_78[2]" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "local_78[2]" identifier [ number_literal ]))) ;) (if_statement "if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,"%s needed by %pB\n",5);\n FUN_00034d90(uVar9,pcVar5,puVar1);\n }" if (parenthesized_expression "(DAT_001c475c != 0)" ( (binary_expression "DAT_001c475c != 0" identifier != number_literal) )) (compound_statement "{\n uVar9 = dcgettext(0,"%s needed by %pB\n",5);\n FUN_00034d90(uVar9,pcVar5,puVar1);\n }" { (expression_statement "uVar9 = dcgettext(0,"%s needed by %pB\n",5);" (assignment_expression "uVar9 = dcgettext(0,"%s needed by %pB\n",5)" identifier = (call_expression "dcgettext(0,"%s needed by %pB\n",5)" identifier (argument_list "(0,"%s needed by %pB\n",5)" ( number_literal , (string_literal ""%s needed by %pB\n"" " string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_00034d90(uVar9,pcVar5,puVar1);" (call_expression "FUN_00034d90(uVar9,pcVar5,puVar1)" identifier (argument_list "(uVar9,pcVar5,puVar1)" ( identifier , identifier , identifier ))) ;) })) (if_statement "if ((DAT_001c3d78 == 0) || (iVar8 = FUN_00047df0(), iVar8 == 0)) {\n bVar3 = false;\n do {\n pcVar22 = DAT_001c46c8;\n if (*pcVar5 == '/') {\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }\n else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }\n sVar10 = strlen((char *)local_78[2]);\n if (DAT_001c4804 != (int *)0x0) {\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }\n if (bVar3) goto code_r0x00048a13;\n bVar3 = true;\n } while( true );\n }" if (parenthesized_expression "((DAT_001c3d78 == 0) || (iVar8 = FUN_00047df0(), iVar8 == 0))" ( (binary_expression "(DAT_001c3d78 == 0) || (iVar8 = FUN_00047df0(), iVar8 == 0)" (parenthesized_expression "(DAT_001c3d78 == 0)" ( (binary_expression "DAT_001c3d78 == 0" identifier == number_literal) )) || (parenthesized_expression "(iVar8 = FUN_00047df0(), iVar8 == 0)" ( (comma_expression "iVar8 = FUN_00047df0(), iVar8 == 0" (assignment_expression "iVar8 = FUN_00047df0()" identifier = (call_expression "FUN_00047df0()" identifier (argument_list "()" ( )))) , (binary_expression "iVar8 == 0" identifier == number_literal)) ))) )) (compound_statement "{\n bVar3 = false;\n do {\n pcVar22 = DAT_001c46c8;\n if (*pcVar5 == '/') {\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }\n else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }\n sVar10 = strlen((char *)local_78[2]);\n if (DAT_001c4804 != (int *)0x0) {\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }\n if (bVar3) goto code_r0x00048a13;\n bVar3 = true;\n } while( true );\n }" { (expression_statement "bVar3 = false;" (assignment_expression "bVar3 = false" identifier = false) ;) (do_statement "do {\n pcVar22 = DAT_001c46c8;\n if (*pcVar5 == '/') {\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }\n else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }\n sVar10 = strlen((char *)local_78[2]);\n if (DAT_001c4804 != (int *)0x0) {\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }\n if (bVar3) goto code_r0x00048a13;\n bVar3 = true;\n } while( true );" do (compound_statement "{\n pcVar22 = DAT_001c46c8;\n if (*pcVar5 == '/') {\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }\n else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }\n sVar10 = strlen((char *)local_78[2]);\n if (DAT_001c4804 != (int *)0x0) {\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }\n if (bVar3) goto code_r0x00048a13;\n bVar3 = true;\n }" { (expression_statement "pcVar22 = DAT_001c46c8;" (assignment_expression "pcVar22 = DAT_001c46c8" identifier = identifier) ;) (if_statement "if (*pcVar5 == '/') {\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }\n else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }" if (parenthesized_expression "(*pcVar5 == '/')" ( (binary_expression "*pcVar5 == '/'" (pointer_expression "*pcVar5" * identifier) == (char_literal "'/'" ' character ')) )) (compound_statement "{\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }" { (expression_statement "iVar8 = FUN_00047df0();" (assignment_expression "iVar8 = FUN_00047df0()" identifier = (call_expression "FUN_00047df0()" identifier (argument_list "()" ( )))) ;) (if_statement "if (iVar8 != 0) break;" if (parenthesized_expression "(iVar8 != 0)" ( (binary_expression "iVar8 != 0" identifier != number_literal) )) (break_statement "break;" break ;)) }) (else_clause "else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }" else (if_statement "if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }" if (parenthesized_expression "((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0'))" ( (binary_expression "(DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')" (parenthesized_expression "(DAT_001c46c8 != (char *)0x0)" ( (binary_expression "DAT_001c46c8 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(*DAT_001c46c8 != '\0')" ( (binary_expression "*DAT_001c46c8 != '\0'" (pointer_expression "*DAT_001c46c8" * identifier) != (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }" { (expression_statement "sVar10 = strlen(pcVar5);" (assignment_expression "sVar10 = strlen(pcVar5)" identifier = (call_expression "strlen(pcVar5)" identifier (argument_list "(pcVar5)" ( identifier )))) ;) (do_statement "do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );" do (compound_statement "{\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n }" { (expression_statement "local_68 = strchr(pcVar22,(int)DAT_001c4728);" (assignment_expression "local_68 = strchr(pcVar22,(int)DAT_001c4728)" identifier = (call_expression "strchr(pcVar22,(int)DAT_001c4728)" identifier (argument_list "(pcVar22,(int)DAT_001c4728)" ( identifier , (cast_expression "(int)DAT_001c4728" ( (type_descriptor "int" primitive_type) ) identifier) )))) ;) (if_statement "if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }" if (parenthesized_expression "(local_68 == (char *)0x0)" ( (binary_expression "local_68 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }" { (expression_statement "sVar25 = strlen(pcVar22);" (assignment_expression "sVar25 = strlen(pcVar22)" identifier = (call_expression "strlen(pcVar22)" identifier (argument_list "(pcVar22)" ( identifier )))) ;) (expression_statement "local_68 = pcVar22 + sVar25;" (assignment_expression "local_68 = pcVar22 + sVar25" identifier = (binary_expression "pcVar22 + sVar25" identifier + identifier)) ;) })) (expression_statement "sVar25 = (int)local_68 - (int)pcVar22;" (assignment_expression "sVar25 = (int)local_68 - (int)pcVar22" identifier = (binary_expression "(int)local_68 - (int)pcVar22" (cast_expression "(int)local_68" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)pcVar22" ( (type_descriptor "int" primitive_type) ) identifier))) ;) (expression_statement "local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);" (assignment_expression "local_84 = (char *)xmalloc(sVar10 + 2 + sVar25)" identifier = (cast_expression "(char *)xmalloc(sVar10 + 2 + sVar25)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(sVar10 + 2 + sVar25)" identifier (argument_list "(sVar10 + 2 + sVar25)" ( (binary_expression "sVar10 + 2 + sVar25" (binary_expression "sVar10 + 2" identifier + number_literal) + identifier) ))))) ;) (expression_statement "pcVar16 = local_84;" (assignment_expression "pcVar16 = local_84" identifier = identifier) ;) (if_statement "if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }" if (parenthesized_expression "(pcVar22 != local_68)" ( (binary_expression "pcVar22 != local_68" identifier != identifier) )) (compound_statement "{\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }" { (expression_statement "memcpy(local_84,pcVar22,sVar25);" (call_expression "memcpy(local_84,pcVar22,sVar25)" identifier (argument_list "(local_84,pcVar22,sVar25)" ( identifier , identifier , identifier ))) ;) (expression_statement "local_84[sVar25] = '/';" (assignment_expression "local_84[sVar25] = '/'" (subscript_expression "local_84[sVar25]" identifier [ identifier ]) = (char_literal "'/'" ' character ')) ;) (expression_statement "pcVar16 = local_84 + sVar25 + 1;" (assignment_expression "pcVar16 = local_84 + sVar25 + 1" identifier = (binary_expression "local_84 + sVar25 + 1" (binary_expression "local_84 + sVar25" identifier + identifier) + number_literal)) ;) })) (expression_statement "pcVar22 = (char *)0x0;" (assignment_expression "pcVar22 = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "strcpy(pcVar16,pcVar5);" (call_expression "strcpy(pcVar16,pcVar5)" identifier (argument_list "(pcVar16,pcVar5)" ( identifier , identifier ))) ;) (while_statement "while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }" while (parenthesized_expression "(pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0)" ( (comma_expression "pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0" (assignment_expression "pcVar22 = strchr(local_84 + (int)pcVar22,0x24)" identifier = (call_expression "strchr(local_84 + (int)pcVar22,0x24)" identifier (argument_list "(local_84 + (int)pcVar22,0x24)" ( (binary_expression "local_84 + (int)pcVar22" identifier + (cast_expression "(int)pcVar22" ( (type_descriptor "int" primitive_type) ) identifier)) , number_literal )))) , (binary_expression "pcVar22 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal))) )) (compound_statement "{\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }" { (expression_statement "pcVar16 = strchr(pcVar22,0x2f);" (assignment_expression "pcVar16 = strchr(pcVar22,0x2f)" identifier = (call_expression "strchr(pcVar22,0x2f)" identifier (argument_list "(pcVar22,0x2f)" ( identifier , number_literal )))) ;) (expression_statement "sVar25 = strlen(local_84);" (assignment_expression "sVar25 = strlen(local_84)" identifier = (call_expression "strlen(local_84)" identifier (argument_list "(local_84)" ( identifier )))) ;) (if_statement "if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }" if (parenthesized_expression "(pcVar16 != (char *)0x0)" ( (binary_expression "pcVar16 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n *pcVar16 = '\0';\n }" { (expression_statement "*pcVar16 = '\0';" (assignment_expression "*pcVar16 = '\0'" (pointer_expression "*pcVar16" * identifier) = (char_literal "'\0'" ' escape_sequence ')) ;) })) (expression_statement "bVar20 = pcVar22[1];" (assignment_expression "bVar20 = pcVar22[1]" identifier = (subscript_expression "pcVar22[1]" identifier [ number_literal ])) ;) (expression_statement "pcVar15 = pcVar22 + 1;" (assignment_expression "pcVar15 = pcVar22 + 1" identifier = (binary_expression "pcVar22 + 1" identifier + number_literal)) ;) (if_statement "if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }" if (parenthesized_expression "(bVar20 == 0x7b)" ( (binary_expression "bVar20 == 0x7b" identifier == number_literal) )) (compound_statement "{\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }" { (expression_statement "bVar20 = pcVar22[2];" (assignment_expression "bVar20 = pcVar22[2]" identifier = (subscript_expression "pcVar22[2]" identifier [ number_literal ])) ;) (expression_statement "pcVar15 = pcVar22 + 2;" (assignment_expression "pcVar15 = pcVar22 + 2" identifier = (binary_expression "pcVar22 + 2" identifier + number_literal)) ;) })) (expression_statement "pbVar17 = (byte *)(pcVar15 + 1);" (assignment_expression "pbVar17 = (byte *)(pcVar15 + 1)" identifier = (cast_expression "(byte *)(pcVar15 + 1)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pcVar15 + 1)" ( (binary_expression "pcVar15 + 1" identifier + number_literal) )))) ;) (expression_statement "bVar29 = bVar20 < 0x4c;" (assignment_expression "bVar29 = bVar20 < 0x4c" identifier = (binary_expression "bVar20 < 0x4c" identifier < number_literal)) ;) (expression_statement "bVar30 = bVar20 == 0x4c;" (assignment_expression "bVar30 = bVar20 == 0x4c" identifier = (binary_expression "bVar20 == 0x4c" identifier == number_literal)) ;) (if_statement "if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }" if (parenthesized_expression "(bVar30)" ( identifier )) (compound_statement "{\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }" { (expression_statement "iVar8 = 3;" (assignment_expression "iVar8 = 3" identifier = number_literal) ;) (expression_statement "pbVar23 = pbVar17;" (assignment_expression "pbVar23 = pbVar17" identifier = identifier) ;) (expression_statement "pbVar26 = (byte *)0x701f6;" (assignment_expression "pbVar26 = (byte *)0x701f6" identifier = (cast_expression "(byte *)0x701f6" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (do_statement "do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);" do (compound_statement "{\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n }" { (if_statement "if (iVar8 == 0) break;" if (parenthesized_expression "(iVar8 == 0)" ( (binary_expression "iVar8 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "iVar8 = iVar8 + -1;" (assignment_expression "iVar8 = iVar8 + -1" identifier = (binary_expression "iVar8 + -1" identifier + number_literal)) ;) (expression_statement "bVar29 = *pbVar23 < *pbVar26;" (assignment_expression "bVar29 = *pbVar23 < *pbVar26" identifier = (binary_expression "*pbVar23 < *pbVar26" (pointer_expression "*pbVar23" * identifier) < (pointer_expression "*pbVar26" * identifier))) ;) (expression_statement "bVar30 = *pbVar23 == *pbVar26;" (assignment_expression "bVar30 = *pbVar23 == *pbVar26" identifier = (binary_expression "*pbVar23 == *pbVar26" (pointer_expression "*pbVar23" * identifier) == (pointer_expression "*pbVar26" * identifier))) ;) (expression_statement "pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;" (assignment_expression "pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1" identifier = (binary_expression "pbVar23 + (uint)bVar31 * -2 + 1" (binary_expression "pbVar23 + (uint)bVar31 * -2" identifier + (binary_expression "(uint)bVar31 * -2" (cast_expression "(uint)bVar31" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;" (assignment_expression "pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1" identifier = (binary_expression "pbVar26 + (uint)bVar31 * -2 + 1" (binary_expression "pbVar26 + (uint)bVar31 * -2" identifier + (binary_expression "(uint)bVar31 * -2" (cast_expression "(uint)bVar31" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar30)" ( identifier )) ;) (expression_statement "bVar28 = false;" (assignment_expression "bVar28 = false" identifier = false) ;) (expression_statement "bVar29 = (!bVar29 && !bVar30) == bVar29;" (assignment_expression "bVar29 = (!bVar29 && !bVar30) == bVar29" identifier = (binary_expression "(!bVar29 && !bVar30) == bVar29" (parenthesized_expression "(!bVar29 && !bVar30)" ( (binary_expression "!bVar29 && !bVar30" (unary_expression "!bVar29" ! identifier) && (unary_expression "!bVar30" ! identifier)) )) == identifier)) ;) (if_statement "if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }" if (parenthesized_expression "(!bVar29)" ( (unary_expression "!bVar29" ! identifier) )) (compound_statement "{\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }" { (expression_statement "iVar8 = 4;" (assignment_expression "iVar8 = 4" identifier = number_literal) ;) (expression_statement "pbVar23 = &DAT_000af890;" (assignment_expression "pbVar23 = &DAT_000af890" identifier = (pointer_expression "&DAT_000af890" & identifier)) ;) (do_statement "do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);" do (compound_statement "{\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n }" { (if_statement "if (iVar8 == 0) break;" if (parenthesized_expression "(iVar8 == 0)" ( (binary_expression "iVar8 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "iVar8 = iVar8 + -1;" (assignment_expression "iVar8 = iVar8 + -1" identifier = (binary_expression "iVar8 + -1" identifier + number_literal)) ;) (expression_statement "bVar28 = *pbVar17 < *pbVar23;" (assignment_expression "bVar28 = *pbVar17 < *pbVar23" identifier = (binary_expression "*pbVar17 < *pbVar23" (pointer_expression "*pbVar17" * identifier) < (pointer_expression "*pbVar23" * identifier))) ;) (expression_statement "bVar29 = *pbVar17 == *pbVar23;" (assignment_expression "bVar29 = *pbVar17 == *pbVar23" identifier = (binary_expression "*pbVar17 == *pbVar23" (pointer_expression "*pbVar17" * identifier) == (pointer_expression "*pbVar23" * identifier))) ;) (expression_statement "pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;" (assignment_expression "pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1" identifier = (binary_expression "pbVar17 + (uint)bVar31 * -2 + 1" (binary_expression "pbVar17 + (uint)bVar31 * -2" identifier + (binary_expression "(uint)bVar31 * -2" (cast_expression "(uint)bVar31" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;" (assignment_expression "pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1" identifier = (binary_expression "pbVar23 + (uint)bVar31 * -2 + 1" (binary_expression "pbVar23 + (uint)bVar31 * -2" identifier + (binary_expression "(uint)bVar31 * -2" (cast_expression "(uint)bVar31" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar29)" ( identifier )) ;) (if_statement "if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;" if (parenthesized_expression "((!bVar28 && !bVar29) != bVar28)" ( (binary_expression "(!bVar28 && !bVar29) != bVar28" (parenthesized_expression "(!bVar28 && !bVar29)" ( (binary_expression "!bVar28 && !bVar29" (unary_expression "!bVar28" ! identifier) && (unary_expression "!bVar29" ! identifier)) )) != identifier) )) (goto_statement "goto LAB_000487e7;" goto statement_identifier ;)) })) (expression_statement "sVar13 = 3;" (assignment_expression "sVar13 = 3" identifier = number_literal) ;) (expression_statement "pcVar27 = (char *)0x0;" (assignment_expression "pcVar27 = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "pcVar15 = "lib";" (assignment_expression "pcVar15 = "lib"" identifier = (string_literal ""lib"" " string_content ")) ;) (labeled_statement "LAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);" statement_identifier : (expression_statement "pcVar12 = (char *)xmalloc(sVar13 + sVar25);" (assignment_expression "pcVar12 = (char *)xmalloc(sVar13 + sVar25)" identifier = (cast_expression "(char *)xmalloc(sVar13 + sVar25)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(sVar13 + sVar25)" identifier (argument_list "(sVar13 + sVar25)" ( (binary_expression "sVar13 + sVar25" identifier + identifier) ))))) ;)) (expression_statement "iVar8 = (int)pcVar22 - (int)local_84;" (assignment_expression "iVar8 = (int)pcVar22 - (int)local_84" identifier = (binary_expression "(int)pcVar22 - (int)local_84" (cast_expression "(int)pcVar22" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)local_84" ( (type_descriptor "int" primitive_type) ) identifier))) ;) (if_statement "if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }" if (parenthesized_expression "(pcVar16 == (char *)0x0)" ( (binary_expression "pcVar16 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }" { (expression_statement "sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);" (call_expression "sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15)" identifier (argument_list "(pcVar12,"%.*s%s",iVar8,local_84,pcVar15)" ( identifier , (string_literal ""%.*s%s"" " string_content ") , identifier , identifier , identifier ))) ;) (expression_statement "sVar25 = strlen(pcVar15);" (assignment_expression "sVar25 = strlen(pcVar15)" identifier = (call_expression "strlen(pcVar15)" identifier (argument_list "(pcVar15)" ( identifier )))) ;) (expression_statement "pcVar22 = (char *)(iVar8 + sVar25);" (assignment_expression "pcVar22 = (char *)(iVar8 + sVar25)" identifier = (cast_expression "(char *)(iVar8 + sVar25)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar8 + sVar25)" ( (binary_expression "iVar8 + sVar25" identifier + identifier) )))) ;) }) (else_clause "else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }" else (compound_statement "{\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }" { (expression_statement "sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);" (call_expression "sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1)" identifier (argument_list "(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1)" ( identifier , (string_literal ""%.*s%s/%s"" " string_content ") , identifier , identifier , identifier , (binary_expression "pcVar16 + 1" identifier + number_literal) ))) ;) (expression_statement "sVar25 = strlen(pcVar15);" (assignment_expression "sVar25 = strlen(pcVar15)" identifier = (call_expression "strlen(pcVar15)" identifier (argument_list "(pcVar15)" ( identifier )))) ;) (expression_statement "pcVar22 = (char *)(iVar8 + 1 + sVar25);" (assignment_expression "pcVar22 = (char *)(iVar8 + 1 + sVar25)" identifier = (cast_expression "(char *)(iVar8 + 1 + sVar25)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar8 + 1 + sVar25)" ( (binary_expression "iVar8 + 1 + sVar25" (binary_expression "iVar8 + 1" identifier + number_literal) + identifier) )))) ;) }))) (expression_statement "free(local_84);" (call_expression "free(local_84)" identifier (argument_list "(local_84)" ( identifier ))) ;) (expression_statement "local_84 = pcVar12;" (assignment_expression "local_84 = pcVar12" identifier = identifier) ;) }) (else_clause "else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }" else (compound_statement "{\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }" { (expression_statement "bVar29 = bVar20 < 0x4f;" (assignment_expression "bVar29 = bVar20 < 0x4f" identifier = (binary_expression "bVar20 < 0x4f" identifier < number_literal)) ;) (expression_statement "bVar30 = bVar20 == 0x4f;" (assignment_expression "bVar30 = bVar20 == 0x4f" identifier = (binary_expression "bVar20 == 0x4f" identifier == number_literal)) ;) (if_statement "if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }" if (parenthesized_expression "(bVar30)" ( identifier )) (compound_statement "{\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }" { (expression_statement "iVar8 = 6;" (assignment_expression "iVar8 = 6" identifier = number_literal) ;) (expression_statement "pbVar23 = pbVar17;" (assignment_expression "pbVar23 = pbVar17" identifier = identifier) ;) (expression_statement "pbVar26 = (byte *)0x704cc;" (assignment_expression "pbVar26 = (byte *)0x704cc" identifier = (cast_expression "(byte *)0x704cc" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (do_statement "do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);" do (compound_statement "{\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n }" { (if_statement "if (iVar8 == 0) break;" if (parenthesized_expression "(iVar8 == 0)" ( (binary_expression "iVar8 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "iVar8 = iVar8 + -1;" (assignment_expression "iVar8 = iVar8 + -1" identifier = (binary_expression "iVar8 + -1" identifier + number_literal)) ;) (expression_statement "bVar29 = *pbVar23 < *pbVar26;" (assignment_expression "bVar29 = *pbVar23 < *pbVar26" identifier = (binary_expression "*pbVar23 < *pbVar26" (pointer_expression "*pbVar23" * identifier) < (pointer_expression "*pbVar26" * identifier))) ;) (expression_statement "bVar30 = *pbVar23 == *pbVar26;" (assignment_expression "bVar30 = *pbVar23 == *pbVar26" identifier = (binary_expression "*pbVar23 == *pbVar26" (pointer_expression "*pbVar23" * identifier) == (pointer_expression "*pbVar26" * identifier))) ;) (expression_statement "pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;" (assignment_expression "pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1" identifier = (binary_expression "pbVar23 + (uint)bVar31 * -2 + 1" (binary_expression "pbVar23 + (uint)bVar31 * -2" identifier + (binary_expression "(uint)bVar31 * -2" (cast_expression "(uint)bVar31" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;" (assignment_expression "pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1" identifier = (binary_expression "pbVar26 + (uint)bVar31 * -2 + 1" (binary_expression "pbVar26 + (uint)bVar31 * -2" identifier + (binary_expression "(uint)bVar31 * -2" (cast_expression "(uint)bVar31" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar30)" ( identifier )) ;) (expression_statement "bVar28 = false;" (assignment_expression "bVar28 = false" identifier = false) ;) (expression_statement "bVar29 = (!bVar29 && !bVar30) == bVar29;" (assignment_expression "bVar29 = (!bVar29 && !bVar30) == bVar29" identifier = (binary_expression "(!bVar29 && !bVar30) == bVar29" (parenthesized_expression "(!bVar29 && !bVar30)" ( (binary_expression "!bVar29 && !bVar30" (unary_expression "!bVar29" ! identifier) && (unary_expression "!bVar30" ! identifier)) )) == identifier)) ;) (if_statement "if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }" if (parenthesized_expression "(!bVar29)" ( (unary_expression "!bVar29" ! identifier) )) (compound_statement "{\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }" { (expression_statement "iVar8 = 7;" (assignment_expression "iVar8 = 7" identifier = number_literal) ;) (expression_statement "pbVar23 = (byte *)"RIGIN}";" (assignment_expression "pbVar23 = (byte *)"RIGIN}"" identifier = (cast_expression "(byte *)"RIGIN}"" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (string_literal ""RIGIN}"" " string_content "))) ;) (do_statement "do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);" do (compound_statement "{\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n }" { (if_statement "if (iVar8 == 0) break;" if (parenthesized_expression "(iVar8 == 0)" ( (binary_expression "iVar8 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "iVar8 = iVar8 + -1;" (assignment_expression "iVar8 = iVar8 + -1" identifier = (binary_expression "iVar8 + -1" identifier + number_literal)) ;) (expression_statement "bVar28 = *pbVar17 < *pbVar23;" (assignment_expression "bVar28 = *pbVar17 < *pbVar23" identifier = (binary_expression "*pbVar17 < *pbVar23" (pointer_expression "*pbVar17" * identifier) < (pointer_expression "*pbVar23" * identifier))) ;) (expression_statement "bVar29 = *pbVar17 == *pbVar23;" (assignment_expression "bVar29 = *pbVar17 == *pbVar23" identifier = (binary_expression "*pbVar17 == *pbVar23" (pointer_expression "*pbVar17" * identifier) == (pointer_expression "*pbVar23" * identifier))) ;) (expression_statement "pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;" (assignment_expression "pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1" identifier = (binary_expression "pbVar17 + (uint)bVar31 * -2 + 1" (binary_expression "pbVar17 + (uint)bVar31 * -2" identifier + (binary_expression "(uint)bVar31 * -2" (cast_expression "(uint)bVar31" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;" (assignment_expression "pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1" identifier = (binary_expression "pbVar23 + (uint)bVar31 * -2 + 1" (binary_expression "pbVar23 + (uint)bVar31 * -2" identifier + (binary_expression "(uint)bVar31 * -2" (cast_expression "(uint)bVar31" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar29)" ( identifier )) ;) (if_statement "if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;" if (parenthesized_expression "((!bVar28 && !bVar29) != bVar28)" ( (binary_expression "(!bVar28 && !bVar29) != bVar28" (parenthesized_expression "(!bVar28 && !bVar29)" ( (binary_expression "!bVar28 && !bVar29" (unary_expression "!bVar28" ! identifier) && (unary_expression "!bVar29" ! identifier)) )) != identifier) )) (goto_statement "goto LAB_000487e7;" goto statement_identifier ;)) })) (expression_statement "puVar11 = puVar1;" (assignment_expression "puVar11 = puVar1" identifier = identifier) ;) (if_statement "if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }" if (parenthesized_expression "(((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0))" ( (binary_expression "((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)" (parenthesized_expression "((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0))" ( (binary_expression "(puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)" (parenthesized_expression "(puVar1 != (undefined4 *)0x0)" ( (binary_expression "puVar1 != (undefined4 *)0x0" identifier != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) || (parenthesized_expression "(puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)" ( (comma_expression "puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0" (assignment_expression "puVar11 = DAT_001c4614" identifier = identifier) , (binary_expression "DAT_001c4614 != (undefined4 *)0x0" identifier != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) && (parenthesized_expression "(pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)" ( (comma_expression "pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0" (assignment_expression "pcVar27 = (char *)*puVar11" identifier = (cast_expression "(char *)*puVar11" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar11" * identifier))) , (binary_expression "pcVar27 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) (compound_statement "{\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }" { (if_statement "if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }" if (parenthesized_expression "(*pcVar27 == '/')" ( (binary_expression "*pcVar27 == '/'" (pointer_expression "*pcVar27" * identifier) == (char_literal "'/'" ' character ')) )) (compound_statement "{\n pcVar15 = (char *)xstrdup(pcVar27);\n }" { (expression_statement "pcVar15 = (char *)xstrdup(pcVar27);" (assignment_expression "pcVar15 = (char *)xstrdup(pcVar27)" identifier = (cast_expression "(char *)xstrdup(pcVar27)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xstrdup(pcVar27)" identifier (argument_list "(pcVar27)" ( identifier ))))) ;) }) (else_clause "else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }" else (compound_statement "{\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }" { (expression_statement "pcVar12 = (char *)getpwd();" (assignment_expression "pcVar12 = (char *)getpwd()" identifier = (cast_expression "(char *)getpwd()" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "getpwd()" identifier (argument_list "()" ( ))))) ;) (expression_statement "sVar13 = strlen(pcVar27);" (assignment_expression "sVar13 = strlen(pcVar27)" identifier = (call_expression "strlen(pcVar27)" identifier (argument_list "(pcVar27)" ( identifier )))) ;) (expression_statement "sVar14 = strlen(pcVar12);" (assignment_expression "sVar14 = strlen(pcVar12)" identifier = (call_expression "strlen(pcVar12)" identifier (argument_list "(pcVar12)" ( identifier )))) ;) (expression_statement "pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);" (assignment_expression "pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14)" identifier = (cast_expression "(char *)xmalloc(sVar13 + 2 + sVar14)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(sVar13 + 2 + sVar14)" identifier (argument_list "(sVar13 + 2 + sVar14)" ( (binary_expression "sVar13 + 2 + sVar14" (binary_expression "sVar13 + 2" identifier + number_literal) + identifier) ))))) ;) (expression_statement "sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);" (call_expression "sprintf(pcVar15,"%s/%s",pcVar12,pcVar27)" identifier (argument_list "(pcVar15,"%s/%s",pcVar12,pcVar27)" ( identifier , (string_literal ""%s/%s"" " string_content ") , identifier , identifier ))) ;) }))) (expression_statement "pcVar27 = strrchr(pcVar15,0x2f);" (assignment_expression "pcVar27 = strrchr(pcVar15,0x2f)" identifier = (call_expression "strrchr(pcVar15,0x2f)" identifier (argument_list "(pcVar15,0x2f)" ( identifier , number_literal )))) ;) (if_statement "if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }" if (parenthesized_expression "(pcVar27 != (char *)0x0)" ( (binary_expression "pcVar27 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n *pcVar27 = '\0';\n }" { (expression_statement "*pcVar27 = '\0';" (assignment_expression "*pcVar27 = '\0'" (pointer_expression "*pcVar27" * identifier) = (char_literal "'\0'" ' escape_sequence ')) ;) })) (expression_statement "sVar13 = strlen(pcVar15);" (assignment_expression "sVar13 = strlen(pcVar15)" identifier = (call_expression "strlen(pcVar15)" identifier (argument_list "(pcVar15)" ( identifier )))) ;) (expression_statement "pcVar27 = pcVar15;" (assignment_expression "pcVar27 = pcVar15" identifier = identifier) ;) (goto_statement "goto LAB_00048700;" goto statement_identifier ;) })) })) (labeled_statement "LAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }" statement_identifier : (if_statement "if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }" if (parenthesized_expression "(DAT_001c475c != 0)" ( (binary_expression "DAT_001c475c != 0" identifier != number_literal) )) (compound_statement "{\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }" { (expression_statement "uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);" (assignment_expression "uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5)" identifier = (call_expression "dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5)" identifier (argument_list "(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5)" ( number_literal , (string_literal ""unrecognised or unsupported token \'%s\' in search path\n"" " string_content escape_sequence string_content escape_sequence string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_00034d90(uVar9,pcVar22);" (call_expression "FUN_00034d90(uVar9,pcVar22)" identifier (argument_list "(uVar9,pcVar22)" ( identifier , identifier ))) ;) }))) (if_statement "if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }" if (parenthesized_expression "(pcVar16 != (char *)0x0)" ( (binary_expression "pcVar16 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n *pcVar16 = '/';\n }" { (expression_statement "*pcVar16 = '/';" (assignment_expression "*pcVar16 = '/'" (pointer_expression "*pcVar16" * identifier) = (char_literal "'/'" ' character ')) ;) })) (expression_statement "pcVar27 = (char *)0x0;" (assignment_expression "pcVar27 = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "pcVar22 = pcVar22 + (1 - (int)local_84);" (assignment_expression "pcVar22 = pcVar22 + (1 - (int)local_84)" identifier = (binary_expression "pcVar22 + (1 - (int)local_84)" identifier + (parenthesized_expression "(1 - (int)local_84)" ( (binary_expression "1 - (int)local_84" number_literal - (cast_expression "(int)local_84" ( (type_descriptor "int" primitive_type) ) identifier)) )))) ;) }))) (expression_statement "free(pcVar27);" (call_expression "free(pcVar27)" identifier (argument_list "(pcVar27)" ( identifier ))) ;) })) (expression_statement "iVar8 = FUN_00047df0();" (assignment_expression "iVar8 = FUN_00047df0()" identifier = (call_expression "FUN_00047df0()" identifier (argument_list "()" ( )))) ;) (if_statement "if (iVar8 != 0) goto LAB_000484a0;" if (parenthesized_expression "(iVar8 != 0)" ( (binary_expression "iVar8 != 0" identifier != number_literal) )) (goto_statement "goto LAB_000484a0;" goto statement_identifier ;)) (expression_statement "free(local_84);" (call_expression "free(local_84)" identifier (argument_list "(local_84)" ( identifier ))) ;) (if_statement "if (*local_68 == '\0') break;" if (parenthesized_expression "(*local_68 == '\0')" ( (binary_expression "*local_68 == '\0'" (pointer_expression "*local_68" * identifier) == (char_literal "'\0'" ' escape_sequence ')) )) (break_statement "break;" break ;)) (expression_statement "pcVar22 = local_68 + 1;" (assignment_expression "pcVar22 = local_68 + 1" identifier = (binary_expression "local_68 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "( true )" ( true )) ;) })))) (expression_statement "sVar10 = strlen((char *)local_78[2]);" (assignment_expression "sVar10 = strlen((char *)local_78[2])" identifier = (call_expression "strlen((char *)local_78[2])" identifier (argument_list "((char *)local_78[2])" ( (cast_expression "(char *)local_78[2]" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "local_78[2]" identifier [ number_literal ])) )))) ;) (if_statement "if (DAT_001c4804 != (int *)0x0) {\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }" if (parenthesized_expression "(DAT_001c4804 != (int *)0x0)" ( (binary_expression "DAT_001c4804 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }" { (expression_statement "piVar24 = DAT_001c4804;" (assignment_expression "piVar24 = DAT_001c4804" identifier = identifier) ;) (do_statement "do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);" do (compound_statement "{\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n }" { (if_statement "if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }" if (parenthesized_expression "(piVar24[2] == 0)" ( (binary_expression "piVar24[2] == 0" (subscript_expression "piVar24[2]" identifier [ number_literal ]) == number_literal) )) (compound_statement "{\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }" { (expression_statement "sVar25 = strlen((char *)piVar24[1]);" (assignment_expression "sVar25 = strlen((char *)piVar24[1])" identifier = (call_expression "strlen((char *)piVar24[1])" identifier (argument_list "((char *)piVar24[1])" ( (cast_expression "(char *)piVar24[1]" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar24[1]" identifier [ number_literal ])) )))) ;) (expression_statement "pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);" (assignment_expression "pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2)" identifier = (cast_expression "(char *)xmalloc(sVar25 + sVar10 + 2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(sVar25 + sVar10 + 2)" identifier (argument_list "(sVar25 + sVar10 + 2)" ( (binary_expression "sVar25 + sVar10 + 2" (binary_expression "sVar25 + sVar10" identifier + identifier) + number_literal) ))))) ;) (expression_statement "sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);" (call_expression "sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2])" identifier (argument_list "(pcVar22,"%s/%s",piVar24[1],local_78[2])" ( identifier , (string_literal ""%s/%s"" " string_content ") , (subscript_expression "piVar24[1]" identifier [ number_literal ]) , (subscript_expression "local_78[2]" identifier [ number_literal ]) ))) ;) (expression_statement "iVar8 = FUN_00047df0();" (assignment_expression "iVar8 = FUN_00047df0()" identifier = (call_expression "FUN_00047df0()" identifier (argument_list "()" ( )))) ;) (if_statement "if (iVar8 != 0) goto LAB_000484a0;" if (parenthesized_expression "(iVar8 != 0)" ( (binary_expression "iVar8 != 0" identifier != number_literal) )) (goto_statement "goto LAB_000484a0;" goto statement_identifier ;)) (expression_statement "free(pcVar22);" (call_expression "free(pcVar22)" identifier (argument_list "(pcVar22)" ( identifier ))) ;) })) (expression_statement "piVar24 = (int *)*piVar24;" (assignment_expression "piVar24 = (int *)*piVar24" identifier = (cast_expression "(int *)*piVar24" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar24" * identifier))) ;) }) while (parenthesized_expression "(piVar24 != (int *)0x0)" ( (binary_expression "piVar24 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) })) (if_statement "if (bVar3) goto code_r0x00048a13;" if (parenthesized_expression "(bVar3)" ( identifier )) (goto_statement "goto code_r0x00048a13;" goto statement_identifier ;)) (expression_statement "bVar3 = true;" (assignment_expression "bVar3 = true" identifier = true) ;) }) while (parenthesized_expression "( true )" ( true )) ;) })) })) })) (goto_statement "goto LAB_000484a0;" goto statement_identifier ;) })) (labeled_statement "LAB_000484b2:\n if (((DAT_001c45e3 & 0xc0) == 0x80) &&\n (iVar8 = bfd_elf_parse_eh_frame_entries(0,&DAT_001c45e0), iVar8 == 0)) {\n uVar9 = dcgettext(0,"%F%P: failed to parse EH frame entries\n",5);\n FUN_00034dc0(uVar9);\n }" statement_identifier : (if_statement "if (((DAT_001c45e3 & 0xc0) == 0x80) &&\n (iVar8 = bfd_elf_parse_eh_frame_entries(0,&DAT_001c45e0), iVar8 == 0)) {\n uVar9 = dcgettext(0,"%F%P: failed to parse EH frame entries\n",5);\n FUN_00034dc0(uVar9);\n }" if (parenthesized_expression "(((DAT_001c45e3 & 0xc0) == 0x80) &&\n (iVar8 = bfd_elf_parse_eh_frame_entries(0,&DAT_001c45e0), iVar8 == 0))" ( (binary_expression "((DAT_001c45e3 & 0xc0) == 0x80) &&\n (iVar8 = bfd_elf_parse_eh_frame_entries(0,&DAT_001c45e0), iVar8 == 0)" (parenthesized_expression "((DAT_001c45e3 & 0xc0) == 0x80)" ( (binary_expression "(DAT_001c45e3 & 0xc0) == 0x80" (parenthesized_expression "(DAT_001c45e3 & 0xc0)" ( (binary_expression "DAT_001c45e3 & 0xc0" identifier & number_literal) )) == number_literal) )) && (parenthesized_expression "(iVar8 = bfd_elf_parse_eh_frame_entries(0,&DAT_001c45e0), iVar8 == 0)" ( (comma_expression "iVar8 = bfd_elf_parse_eh_frame_entries(0,&DAT_001c45e0), iVar8 == 0" (assignment_expression "iVar8 = bfd_elf_parse_eh_frame_entries(0,&DAT_001c45e0)" identifier = (call_expression "bfd_elf_parse_eh_frame_entries(0,&DAT_001c45e0)" identifier (argument_list "(0,&DAT_001c45e0)" ( number_literal , (pointer_expression "&DAT_001c45e0" & identifier) )))) , (binary_expression "iVar8 == 0" identifier == number_literal)) ))) )) (compound_statement "{\n uVar9 = dcgettext(0,"%F%P: failed to parse EH frame entries\n",5);\n FUN_00034dc0(uVar9);\n }" { (expression_statement "uVar9 = dcgettext(0,"%F%P: failed to parse EH frame entries\n",5);" (assignment_expression "uVar9 = dcgettext(0,"%F%P: failed to parse EH frame entries\n",5)" identifier = (call_expression "dcgettext(0,"%F%P: failed to parse EH frame entries\n",5)" identifier (argument_list "(0,"%F%P: failed to parse EH frame entries\n",5)" ( number_literal , (string_literal ""%F%P: failed to parse EH frame entries\n"" " string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_00034dc0(uVar9);" (call_expression "FUN_00034dc0(uVar9)" identifier (argument_list "(uVar9)" ( identifier ))) ;) }))) }))) })) (return_statement "return;" return ;) (labeled_statement "code_r0x00048a13:\n uVar9 = local_78[1];" statement_identifier : (expression_statement "uVar9 = local_78[1];" (assignment_expression "uVar9 = local_78[1]" identifier = (subscript_expression "local_78[1]" identifier [ number_literal ])) ;)) (expression_statement "uVar2 = local_78[2];" (assignment_expression "uVar2 = local_78[2]" identifier = (subscript_expression "local_78[2]" identifier [ number_literal ])) ;) (expression_statement "uVar18 = dcgettext(0,\n "%P: warning: %s, needed by %pB, not found (try using -rpath or -rpath-link)\n"\n ,5);" (assignment_expression "uVar18 = dcgettext(0,\n "%P: warning: %s, needed by %pB, not found (try using -rpath or -rpath-link)\n"\n ,5)" identifier = (call_expression "dcgettext(0,\n "%P: warning: %s, needed by %pB, not found (try using -rpath or -rpath-link)\n"\n ,5)" identifier (argument_list "(0,\n "%P: warning: %s, needed by %pB, not found (try using -rpath or -rpath-link)\n"\n ,5)" ( number_literal , (string_literal ""%P: warning: %s, needed by %pB, not found (try using -rpath or -rpath-link)\n"" " string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_00034dc0(uVar18,uVar2,uVar9);" (call_expression "FUN_00034dc0(uVar18,uVar2,uVar9)" identifier (argument_list "(uVar18,uVar2,uVar9)" ( identifier , identifier , identifier ))) ;) (labeled_statement "LAB_000484a0:\n local_78 = (undefined4 *)*local_78;" statement_identifier : (expression_statement "local_78 = (undefined4 *)*local_78;" (assignment_expression "local_78 = (undefined4 *)*local_78" identifier = (cast_expression "(undefined4 *)*local_78" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*local_78" * identifier))) ;)) (if_statement "if (local_78 == (undefined4 *)0x0) goto LAB_000484b2;" if (parenthesized_expression "(local_78 == (undefined4 *)0x0)" ( (binary_expression "local_78 == (undefined4 *)0x0" identifier == (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_000484b2;" goto statement_identifier ;)) (goto_statement "goto LAB_00048360;" goto statement_identifier ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid gldaarch64elf32b_after_open(void)\n\n{\n int *piVar1;\n output_elf_obj_tdata *poVar2;\n bfd_link_needed_list **ppbVar3;\n bfd_link_needed_list *pbVar4;\n bfd_link_hash_table *pbVar5;\n asection *paVar6;\n bfd_link_needed_list *pbVar7;\n uint uVar8;\n int iVar9;\n bfd_boolean bVar10;\n char *pcVar11;\n size_t sVar12;\n bfd *pbVar13;\n char *pcVar14;\n size_t sVar15;\n size_t sVar16;\n char *pcVar17;\n byte *pbVar18;\n char *pcVar19;\n char *pcVar20;\n bfd_link_hash_entry *pbVar21;\n byte bVar22;\n bfd *pbVar23;\n bfd_section *pbVar24;\n byte *pbVar25;\n search_dirs *psVar26;\n size_t sVar27;\n byte *pbVar28;\n char *pcVar29;\n bool bVar30;\n bool bVar31;\n bool bVar32;\n bool bVar33;\n byte bVar34;\n bfd_size_type bVar35;\n char *local_84;\n bfd_link_needed_list *local_78;\n bfd *local_74;\n char *local_68;\n dt_needed *local_64;\n dt_needed n;\n dt_needed nn;\n dt_needed needed;\n \n bVar34 = 0;\n after_open_default();\n pbVar5 = link_info.hash;\n if ((link_info.hash)->type == bfd_link_elf_hash_table) {\n if (command_line.out_implib_filename != (char *)0x0) {\n unlink_if_ordinary(command_line.out_implib_filename);\n link_info.out_implib_bfd =\n (bfd *)bfd_openw(command_line.out_implib_filename,(link_info.output_bfd)->xvec->name);\n pcVar11 = command_line.out_implib_filename;\n if (link_info.out_implib_bfd == (bfd *)0x0) {\n pcVar20 = (char *)dcgettext(0,"%F%P: %s: can\'t open for writing: %E\n",5);\n einfo(pcVar20,pcVar11);\n }\n }\n pbVar23 = link_info.output_bfd;\n pbVar13 = link_info.input_bfds;\n if (emit_note_gnu_build_id != (char *)0x0) {\n for (; pbVar13 != (bfd *)0x0; pbVar13 = (pbVar13->link).next) {\n if (((pbVar13->xvec->flavour == bfd_target_elf_flavour) && (pbVar13->section_count != 0)) &&\n ((*(byte *)((int)pbVar13->usrdata + 0x24) & 0x10) == 0)) {\n bVar35 = compute_build_id_size(emit_note_gnu_build_id);\n if ((bVar35 == 0) || (bVar35 + 0x10 == 0)) {\n pcVar11 = "%P: warning: unrecognized --build-id style ignored\n";\n }\n else {\n paVar6 = (asection *)\n bfd_make_section_with_flags\n (pbVar13,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n /* .gnu.warning sections are handled specially by elf32.em. */\n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n /* Adjust the address for the rodata segment. We want to adjust up to\n the same address within the page on the next page up. */\n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." /* TRUNCATED STRING LITERAL */\n );\n if (paVar6 != (asection *)0x0) {\n paVar6->alignment_power = 2;\n pbVar23 = link_info.output_bfd;\n poVar2 = (((link_info.output_bfd)->tdata).elf_obj_data)->o;\n (poVar2->build_id).after_write_object_contents = write_build_id;\n pcVar11 = emit_note_gnu_build_id;\n (poVar2->build_id).sec = paVar6;\n (poVar2->build_id).style = pcVar11;\n *(undefined4 *)((int)paVar6->used_by_bfd + 4) = 7;\n paVar6->size = bVar35 + 0x10;\n goto LAB_000482f4;\n }\n pcVar11 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";\n }\n pcVar11 = (char *)dcgettext(0,pcVar11,5);\n einfo(pcVar11);\n break;\n }\n }\n free(emit_note_gnu_build_id);\n emit_note_gnu_build_id = (char *)0x0;\n pbVar23 = link_info.output_bfd;\n }\nLAB_000482f4:\n (**(code **)((int)pbVar23->xvec->backend_data + 0x1d0))(&link_info);\n if ((link_info._0_1_ & 3) == 2) {\n if ((byte)link_info._5_1_ >> 7 == (~link_info._6_1_ & 1)) {\n bfd_make_section_with_flags\n (link_info.input_bfds,".note.GNU-stack",(byte)link_info._5_1_ >> 3 & 0x10 | 8);\n }\n }\n else {\n if (((link_info._4_1_ & 0x20) == 0) && (link_info.input_bfds != (bfd *)0x0)) {\n local_78 = (bfd_link_needed_list *)0x0;\n bVar31 = false;\n local_74 = (bfd *)0x0;\n pbVar13 = link_info.input_bfds;\n do {\n while ((*(byte *)((int)pbVar13->usrdata + 0x24) & 0x10) != 0) {\nLAB_00048a88:\n pbVar13 = (pbVar13->link).next;\n if (pbVar13 == (bfd *)0x0) goto LAB_00048b86;\n }\n pbVar24 = pbVar13->sections;\n if (pbVar24 != (bfd_section *)0x0) {\n local_84 = (char *)0x0;\n do {\n bVar33 = pbVar24->output_section <\n (bfd_section *)(PTR__bfd_std_section_001c1fd4 + 0x180);\n bVar30 = pbVar24->output_section ==\n (bfd_section *)(PTR__bfd_std_section_001c1fd4 + 0x180);\n pcVar11 = local_84;\n if (!bVar30) {\n iVar9 = 0xf;\n pbVar18 = (byte *)pbVar24->name;\n pbVar25 = (byte *)".eh_frame_entry";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar33 = *pbVar18 < *pbVar25;\n bVar30 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar30);\n bVar32 = false;\n bVar33 = (!bVar33 && !bVar30) == bVar33;\n if (bVar33) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar9 = 10;\n pbVar18 = (byte *)pbVar24->name;\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar32 = *pbVar18 < *pbVar25;\n bVar33 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n if (((!bVar32 && !bVar33) == bVar32) &&\n (piVar1 = (int *)((int)&pbVar24->size + 4), pcVar11 = (char *)1,\n *piVar1 == 0 && (uint)(8 < (uint)pbVar24->size) <= (uint)-*piVar1)) {\n pcVar11 = local_84;\n }\n }\n local_84 = pcVar11;\n pbVar24 = pbVar24->next;\n } while (pbVar24 != (bfd_section *)0x0);\n if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pbVar7 = (bfd_link_needed_list *)local_84;\n if ((local_78 != (bfd_link_needed_list *)0x0) &&\n (pbVar7 = local_78, local_78 != (bfd_link_needed_list *)local_84)) {\n if (local_84 != (char *)0x1) {\n pbVar13 = local_74;\n }\n pcVar11 = (char *)dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n einfo(pcVar11,pbVar13);\n break;\n }\n local_78 = pbVar7;\n if ((local_74 == (bfd *)0x0) &&\n (((local_84 == (char *)0x2 || ((link_info._2_2_ & 0xc000) != 0)) &&\n (bVar31 = true, pbVar13->xvec->flavour == bfd_target_elf_flavour)))) {\n local_74 = pbVar13;\n }\n }\n }\n if (local_78 != (bfd_link_needed_list *)0x2) goto LAB_00048a88;\n pbVar13 = (pbVar13->link).next;\n link_info._2_2_ = link_info._2_2_ & 0x3fff | 0x8000;\n } while (pbVar13 != (bfd *)0x0);\nLAB_00048b86:\n if ((local_74 == (bfd *)0x0) ||\n (pbVar21 = (bfd_link_hash_entry *)\n bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)((int)local_74->xvec->backend_data + 0x30) | 8),\n pbVar21 == (bfd_link_hash_entry *)0x0)) {\n if (bVar31) {\n pcVar11 = (char *)dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n einfo(pcVar11);\n }\n }\n else {\n pbVar21[2].u.i.warning = (char *)0x2;\n pbVar5[4].undefs_tail = pbVar21;\n }\n }\n pbVar7 = (bfd_link_needed_list *)bfd_elf_get_needed_list(link_info.output_bfd,&link_info);\n local_78 = pbVar7;\n if (pbVar7 != (bfd_link_needed_list *)0x0) {\nLAB_00048360:\n pbVar4 = pbVar7;\n if ((local_78->by == (bfd *)0x0) ||\n ((uVar8 = bfd_elf_get_dyn_lib_class(local_78->by), (uVar8 & 1) == 0 &&\n (((local_78->by == (bfd *)0x0 || ((link_info._2_2_ & 0x180) != 0x80)) ||\n (uVar8 = bfd_elf_get_dyn_lib_class(local_78->by), (uVar8 & 4) == 0)))))) {\n for (; pbVar4 != local_78; pbVar4 = pbVar4->next) {\n if (((pbVar4->by == (bfd *)0x0) ||\n (uVar8 = bfd_elf_get_dyn_lib_class(pbVar4->by), (uVar8 & 1) == 0)) &&\n (iVar9 = strcmp(pbVar4->name,local_78->name), iVar9 == 0)) {\n if (pbVar4 != local_78) goto LAB_000484a0;\n break;\n }\n }\n global_found = (lang_input_statement_type *)0x0;\n global_needed = local_78;\n real_func = gldaarch64elf32b_check_needed;\n lang_for_each_input_file(aarch64_for_each_input_file_wrapper);\n if ((global_found == (lang_input_statement_type *)0x0) ||\n (uVar8 = bfd_elf_get_dyn_lib_class(global_found->the_bfd), (uVar8 & 1) != 0)) {\n pbVar13 = local_78->by;\n pcVar11 = local_78->name;\n n.by = pbVar13;\n n.name = pcVar11;\n nn.by = pbVar13;\n if (verbose != 0) {\n pcVar20 = (char *)dcgettext(0,"%s needed by %pB\n",5);\n info_msg(pcVar20,pcVar11,pbVar13);\n }\n if (global_found == (lang_input_statement_type *)0x0) {\nLAB_00048538:\n local_64 = (dt_needed *)0x0;\n do {\n pcVar20 = n.name;\n pcVar11 = command_line.rpath_link;\n if (*n.name == '/') {\n bVar10 = gldaarch64elf32b_try_needed(&n,(int)n.name,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n }\n else if ((command_line.rpath_link != (char *)0x0) &&\n (*command_line.rpath_link != '\0')) {\n needed.by = n.by;\n needed.name = n.name;\n sVar12 = strlen(n.name);\n do {\n local_68 = strchr(pcVar11,(int)config.rpath_separator);\n if (local_68 == (char *)0x0) {\n sVar27 = strlen(pcVar11);\n local_68 = pcVar11 + sVar27;\n }\n sVar27 = (int)local_68 - (int)pcVar11;\n local_84 = (char *)xmalloc(sVar12 + 2 + sVar27);\n pcVar17 = local_84;\n if (pcVar11 != local_68) {\n memcpy(local_84,pcVar11,sVar27);\n local_84[sVar27] = '/';\n pcVar17 = local_84 + sVar27 + 1;\n }\n pcVar11 = (char *)0x0;\n strcpy(pcVar17,pcVar20);\n while (pcVar11 = strchr(local_84 + (int)pcVar11,0x24), pcVar11 != (char *)0x0) {\n pcVar17 = strchr(pcVar11,0x2f);\n sVar27 = strlen(local_84);\n if (pcVar17 != (char *)0x0) {\n *pcVar17 = '\0';\n }\n bVar22 = pcVar11[1];\n pcVar19 = pcVar11 + 1;\n if (bVar22 == 0x7b) {\n bVar22 = pcVar11[2];\n pcVar19 = pcVar11 + 2;\n }\n pbVar18 = (byte *)(pcVar19 + 1);\n bVar31 = bVar22 < 0x4c;\n bVar33 = bVar22 == 0x4c;\n if (bVar33) {\n iVar9 = 3;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x701f6;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 4;\n pbVar25 = &DAT_000af890;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n sVar15 = 3;\n pcVar29 = (char *)0x0;\n pcVar19 = "lib";\nLAB_00048700:\n pcVar14 = (char *)xmalloc(sVar15 + sVar27);\n iVar9 = (int)pcVar11 - (int)local_84;\n if (pcVar17 == (char *)0x0) {\n sprintf(pcVar14,"%.*s%s",iVar9,local_84,pcVar19);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + sVar27);\n }\n else {\n sprintf(pcVar14,"%.*s%s/%s",iVar9,local_84,pcVar19,pcVar17 + 1);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + 1 + sVar27);\n }\n free(local_84);\n local_84 = pcVar14;\n }\n else {\n bVar31 = bVar22 < 0x4f;\n bVar33 = bVar22 == 0x4f;\n if (bVar33) {\n iVar9 = 6;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x704cc;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 7;\n pbVar25 = (byte *)"RIGIN}";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n pbVar13 = needed.by;\n if (((needed.by != (bfd *)0x0) ||\n (pbVar13 = link_info.output_bfd, link_info.output_bfd != (bfd *)0x0))\n && (pcVar29 = pbVar13->filename, pcVar29 != (char *)0x0)) {\n if (*pcVar29 == '/') {\n pcVar19 = (char *)xstrdup(pcVar29);\n }\n else {\n pcVar14 = (char *)getpwd();\n sVar15 = strlen(pcVar29);\n sVar16 = strlen(pcVar14);\n pcVar19 = (char *)xmalloc(sVar15 + 2 + sVar16);\n sprintf(pcVar19,"%s/%s",pcVar14,pcVar29);\n }\n pcVar29 = strrchr(pcVar19,0x2f);\n if (pcVar29 != (char *)0x0) {\n *pcVar29 = '\0';\n }\n sVar15 = strlen(pcVar19);\n pcVar29 = pcVar19;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (verbose != 0) {\n pcVar19 = (char *)dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n info_msg(pcVar19,pcVar11);\n }\n if (pcVar17 != (char *)0x0) {\n *pcVar17 = '/';\n }\n pcVar29 = (char *)0x0;\n pcVar11 = pcVar11 + (1 - (int)local_84);\n }\n free(pcVar29);\n }\n needed.name = local_84;\n bVar10 = gldaarch64elf32b_try_needed(&needed,(int)local_84,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar11 = local_68 + 1;\n } while( true );\n }\n sVar12 = strlen(local_78->name);\n if (search_head != (search_dirs_type *)0x0) {\n psVar26 = search_head;\n do {\n if (psVar26->cmdline == 0) {\n sVar27 = strlen(psVar26->name);\n pcVar11 = (char *)xmalloc(sVar27 + sVar12 + 2);\n sprintf(pcVar11,"%s/%s",psVar26->name,local_78->name);\n nn.name = pcVar11;\n bVar10 = gldaarch64elf32b_try_needed(&nn,(int)pcVar11,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n free(pcVar11);\n }\n psVar26 = psVar26->next;\n } while (psVar26 != (search_dirs *)0x0);\n }\n if (local_64 == (dt_needed *)0x1) goto code_r0x00048a13;\n local_64 = (dt_needed *)0x1;\n } while( true );\n }\n nn.name = global_found->filename;\n bVar10 = gldaarch64elf32b_try_needed(&nn,(int)nn.name,(dt_needed *)0x1);\n if (bVar10 == 0) goto LAB_00048538;\n }\n }\n goto LAB_000484a0;\n }\nLAB_000484b2:\n if (((link_info._3_1_ & 0xc0) == 0x80) &&\n (iVar9 = bfd_elf_parse_eh_frame_entries(0,&link_info), iVar9 == 0)) {\n pcVar11 = (char *)dcgettext(0,"%F%P: failed to parse EH frame entries\n",5);\n einfo(pcVar11);\n }\n }\n }\n return;\ncode_r0x00048a13:\n pbVar13 = local_78->by;\n pcVar11 = local_78->name;\n pcVar20 = (char *)dcgettext(0,\n "%P: warning: %s, needed by %pB, not found (try using -rpath or -rpath-link)\n"\n ,5);\n einfo(pcVar20,pcVar11,pbVar13);\nLAB_000484a0:\n ppbVar3 = &local_78->next;\n local_78 = *ppbVar3;\n if (*ppbVar3 == (bfd_link_needed_list *)0x0) goto LAB_000484b2;\n goto LAB_00048360;\n}\n\n" comment comment (function_definition "void gldaarch64elf32b_after_open(void)\n\n{\n int *piVar1;\n output_elf_obj_tdata *poVar2;\n bfd_link_needed_list **ppbVar3;\n bfd_link_needed_list *pbVar4;\n bfd_link_hash_table *pbVar5;\n asection *paVar6;\n bfd_link_needed_list *pbVar7;\n uint uVar8;\n int iVar9;\n bfd_boolean bVar10;\n char *pcVar11;\n size_t sVar12;\n bfd *pbVar13;\n char *pcVar14;\n size_t sVar15;\n size_t sVar16;\n char *pcVar17;\n byte *pbVar18;\n char *pcVar19;\n char *pcVar20;\n bfd_link_hash_entry *pbVar21;\n byte bVar22;\n bfd *pbVar23;\n bfd_section *pbVar24;\n byte *pbVar25;\n search_dirs *psVar26;\n size_t sVar27;\n byte *pbVar28;\n char *pcVar29;\n bool bVar30;\n bool bVar31;\n bool bVar32;\n bool bVar33;\n byte bVar34;\n bfd_size_type bVar35;\n char *local_84;\n bfd_link_needed_list *local_78;\n bfd *local_74;\n char *local_68;\n dt_needed *local_64;\n dt_needed n;\n dt_needed nn;\n dt_needed needed;\n \n bVar34 = 0;\n after_open_default();\n pbVar5 = link_info.hash;\n if ((link_info.hash)->type == bfd_link_elf_hash_table) {\n if (command_line.out_implib_filename != (char *)0x0) {\n unlink_if_ordinary(command_line.out_implib_filename);\n link_info.out_implib_bfd =\n (bfd *)bfd_openw(command_line.out_implib_filename,(link_info.output_bfd)->xvec->name);\n pcVar11 = command_line.out_implib_filename;\n if (link_info.out_implib_bfd == (bfd *)0x0) {\n pcVar20 = (char *)dcgettext(0,"%F%P: %s: can\'t open for writing: %E\n",5);\n einfo(pcVar20,pcVar11);\n }\n }\n pbVar23 = link_info.output_bfd;\n pbVar13 = link_info.input_bfds;\n if (emit_note_gnu_build_id != (char *)0x0) {\n for (; pbVar13 != (bfd *)0x0; pbVar13 = (pbVar13->link).next) {\n if (((pbVar13->xvec->flavour == bfd_target_elf_flavour) && (pbVar13->section_count != 0)) &&\n ((*(byte *)((int)pbVar13->usrdata + 0x24) & 0x10) == 0)) {\n bVar35 = compute_build_id_size(emit_note_gnu_build_id);\n if ((bVar35 == 0) || (bVar35 + 0x10 == 0)) {\n pcVar11 = "%P: warning: unrecognized --build-id style ignored\n";\n }\n else {\n paVar6 = (asection *)\n bfd_make_section_with_flags\n (pbVar13,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n /* .gnu.warning sections are handled specially by elf32.em. */\n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n /* Adjust the address for the rodata segment. We want to adjust up to\n the same address within the page on the next page up. */\n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." /* TRUNCATED STRING LITERAL */\n );\n if (paVar6 != (asection *)0x0) {\n paVar6->alignment_power = 2;\n pbVar23 = link_info.output_bfd;\n poVar2 = (((link_info.output_bfd)->tdata).elf_obj_data)->o;\n (poVar2->build_id).after_write_object_contents = write_build_id;\n pcVar11 = emit_note_gnu_build_id;\n (poVar2->build_id).sec = paVar6;\n (poVar2->build_id).style = pcVar11;\n *(undefined4 *)((int)paVar6->used_by_bfd + 4) = 7;\n paVar6->size = bVar35 + 0x10;\n goto LAB_000482f4;\n }\n pcVar11 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";\n }\n pcVar11 = (char *)dcgettext(0,pcVar11,5);\n einfo(pcVar11);\n break;\n }\n }\n free(emit_note_gnu_build_id);\n emit_note_gnu_build_id = (char *)0x0;\n pbVar23 = link_info.output_bfd;\n }\nLAB_000482f4:\n (**(code **)((int)pbVar23->xvec->backend_data + 0x1d0))(&link_info);\n if ((link_info._0_1_ & 3) == 2) {\n if ((byte)link_info._5_1_ >> 7 == (~link_info._6_1_ & 1)) {\n bfd_make_section_with_flags\n (link_info.input_bfds,".note.GNU-stack",(byte)link_info._5_1_ >> 3 & 0x10 | 8);\n }\n }\n else {\n if (((link_info._4_1_ & 0x20) == 0) && (link_info.input_bfds != (bfd *)0x0)) {\n local_78 = (bfd_link_needed_list *)0x0;\n bVar31 = false;\n local_74 = (bfd *)0x0;\n pbVar13 = link_info.input_bfds;\n do {\n while ((*(byte *)((int)pbVar13->usrdata + 0x24) & 0x10) != 0) {\nLAB_00048a88:\n pbVar13 = (pbVar13->link).next;\n if (pbVar13 == (bfd *)0x0) goto LAB_00048b86;\n }\n pbVar24 = pbVar13->sections;\n if (pbVar24 != (bfd_section *)0x0) {\n local_84 = (char *)0x0;\n do {\n bVar33 = pbVar24->output_section <\n (bfd_section *)(PTR__bfd_std_section_001c1fd4 + 0x180);\n bVar30 = pbVar24->output_section ==\n (bfd_section *)(PTR__bfd_std_section_001c1fd4 + 0x180);\n pcVar11 = local_84;\n if (!bVar30) {\n iVar9 = 0xf;\n pbVar18 = (byte *)pbVar24->name;\n pbVar25 = (byte *)".eh_frame_entry";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar33 = *pbVar18 < *pbVar25;\n bVar30 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar30);\n bVar32 = false;\n bVar33 = (!bVar33 && !bVar30) == bVar33;\n if (bVar33) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar9 = 10;\n pbVar18 = (byte *)pbVar24->name;\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar32 = *pbVar18 < *pbVar25;\n bVar33 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n if (((!bVar32 && !bVar33) == bVar32) &&\n (piVar1 = (int *)((int)&pbVar24->size + 4), pcVar11 = (char *)1,\n *piVar1 == 0 && (uint)(8 < (uint)pbVar24->size) <= (uint)-*piVar1)) {\n pcVar11 = local_84;\n }\n }\n local_84 = pcVar11;\n pbVar24 = pbVar24->next;\n } while (pbVar24 != (bfd_section *)0x0);\n if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pbVar7 = (bfd_link_needed_list *)local_84;\n if ((local_78 != (bfd_link_needed_list *)0x0) &&\n (pbVar7 = local_78, local_78 != (bfd_link_needed_list *)local_84)) {\n if (local_84 != (char *)0x1) {\n pbVar13 = local_74;\n }\n pcVar11 = (char *)dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n einfo(pcVar11,pbVar13);\n break;\n }\n local_78 = pbVar7;\n if ((local_74 == (bfd *)0x0) &&\n (((local_84 == (char *)0x2 || ((link_info._2_2_ & 0xc000) != 0)) &&\n (bVar31 = true, pbVar13->xvec->flavour == bfd_target_elf_flavour)))) {\n local_74 = pbVar13;\n }\n }\n }\n if (local_78 != (bfd_link_needed_list *)0x2) goto LAB_00048a88;\n pbVar13 = (pbVar13->link).next;\n link_info._2_2_ = link_info._2_2_ & 0x3fff | 0x8000;\n } while (pbVar13 != (bfd *)0x0);\nLAB_00048b86:\n if ((local_74 == (bfd *)0x0) ||\n (pbVar21 = (bfd_link_hash_entry *)\n bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)((int)local_74->xvec->backend_data + 0x30) | 8),\n pbVar21 == (bfd_link_hash_entry *)0x0)) {\n if (bVar31) {\n pcVar11 = (char *)dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n einfo(pcVar11);\n }\n }\n else {\n pbVar21[2].u.i.warning = (char *)0x2;\n pbVar5[4].undefs_tail = pbVar21;\n }\n }\n pbVar7 = (bfd_link_needed_list *)bfd_elf_get_needed_list(link_info.output_bfd,&link_info);\n local_78 = pbVar7;\n if (pbVar7 != (bfd_link_needed_list *)0x0) {\nLAB_00048360:\n pbVar4 = pbVar7;\n if ((local_78->by == (bfd *)0x0) ||\n ((uVar8 = bfd_elf_get_dyn_lib_class(local_78->by), (uVar8 & 1) == 0 &&\n (((local_78->by == (bfd *)0x0 || ((link_info._2_2_ & 0x180) != 0x80)) ||\n (uVar8 = bfd_elf_get_dyn_lib_class(local_78->by), (uVar8 & 4) == 0)))))) {\n for (; pbVar4 != local_78; pbVar4 = pbVar4->next) {\n if (((pbVar4->by == (bfd *)0x0) ||\n (uVar8 = bfd_elf_get_dyn_lib_class(pbVar4->by), (uVar8 & 1) == 0)) &&\n (iVar9 = strcmp(pbVar4->name,local_78->name), iVar9 == 0)) {\n if (pbVar4 != local_78) goto LAB_000484a0;\n break;\n }\n }\n global_found = (lang_input_statement_type *)0x0;\n global_needed = local_78;\n real_func = gldaarch64elf32b_check_needed;\n lang_for_each_input_file(aarch64_for_each_input_file_wrapper);\n if ((global_found == (lang_input_statement_type *)0x0) ||\n (uVar8 = bfd_elf_get_dyn_lib_class(global_found->the_bfd), (uVar8 & 1) != 0)) {\n pbVar13 = local_78->by;\n pcVar11 = local_78->name;\n n.by = pbVar13;\n n.name = pcVar11;\n nn.by = pbVar13;\n if (verbose != 0) {\n pcVar20 = (char *)dcgettext(0,"%s needed by %pB\n",5);\n info_msg(pcVar20,pcVar11,pbVar13);\n }\n if (global_found == (lang_input_statement_type *)0x0) {\nLAB_00048538:\n local_64 = (dt_needed *)0x0;\n do {\n pcVar20 = n.name;\n pcVar11 = command_line.rpath_link;\n if (*n.name == '/') {\n bVar10 = gldaarch64elf32b_try_needed(&n,(int)n.name,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n }\n else if ((command_line.rpath_link != (char *)0x0) &&\n (*command_line.rpath_link != '\0')) {\n needed.by = n.by;\n needed.name = n.name;\n sVar12 = strlen(n.name);\n do {\n local_68 = strchr(pcVar11,(int)config.rpath_separator);\n if (local_68 == (char *)0x0) {\n sVar27 = strlen(pcVar11);\n local_68 = pcVar11 + sVar27;\n }\n sVar27 = (int)local_68 - (int)pcVar11;\n local_84 = (char *)xmalloc(sVar12 + 2 + sVar27);\n pcVar17 = local_84;\n if (pcVar11 != local_68) {\n memcpy(local_84,pcVar11,sVar27);\n local_84[sVar27] = '/';\n pcVar17 = local_84 + sVar27 + 1;\n }\n pcVar11 = (char *)0x0;\n strcpy(pcVar17,pcVar20);\n while (pcVar11 = strchr(local_84 + (int)pcVar11,0x24), pcVar11 != (char *)0x0) {\n pcVar17 = strchr(pcVar11,0x2f);\n sVar27 = strlen(local_84);\n if (pcVar17 != (char *)0x0) {\n *pcVar17 = '\0';\n }\n bVar22 = pcVar11[1];\n pcVar19 = pcVar11 + 1;\n if (bVar22 == 0x7b) {\n bVar22 = pcVar11[2];\n pcVar19 = pcVar11 + 2;\n }\n pbVar18 = (byte *)(pcVar19 + 1);\n bVar31 = bVar22 < 0x4c;\n bVar33 = bVar22 == 0x4c;\n if (bVar33) {\n iVar9 = 3;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x701f6;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 4;\n pbVar25 = &DAT_000af890;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n sVar15 = 3;\n pcVar29 = (char *)0x0;\n pcVar19 = "lib";\nLAB_00048700:\n pcVar14 = (char *)xmalloc(sVar15 + sVar27);\n iVar9 = (int)pcVar11 - (int)local_84;\n if (pcVar17 == (char *)0x0) {\n sprintf(pcVar14,"%.*s%s",iVar9,local_84,pcVar19);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + sVar27);\n }\n else {\n sprintf(pcVar14,"%.*s%s/%s",iVar9,local_84,pcVar19,pcVar17 + 1);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + 1 + sVar27);\n }\n free(local_84);\n local_84 = pcVar14;\n }\n else {\n bVar31 = bVar22 < 0x4f;\n bVar33 = bVar22 == 0x4f;\n if (bVar33) {\n iVar9 = 6;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x704cc;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 7;\n pbVar25 = (byte *)"RIGIN}";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n pbVar13 = needed.by;\n if (((needed.by != (bfd *)0x0) ||\n (pbVar13 = link_info.output_bfd, link_info.output_bfd != (bfd *)0x0))\n && (pcVar29 = pbVar13->filename, pcVar29 != (char *)0x0)) {\n if (*pcVar29 == '/') {\n pcVar19 = (char *)xstrdup(pcVar29);\n }\n else {\n pcVar14 = (char *)getpwd();\n sVar15 = strlen(pcVar29);\n sVar16 = strlen(pcVar14);\n pcVar19 = (char *)xmalloc(sVar15 + 2 + sVar16);\n sprintf(pcVar19,"%s/%s",pcVar14,pcVar29);\n }\n pcVar29 = strrchr(pcVar19,0x2f);\n if (pcVar29 != (char *)0x0) {\n *pcVar29 = '\0';\n }\n sVar15 = strlen(pcVar19);\n pcVar29 = pcVar19;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (verbose != 0) {\n pcVar19 = (char *)dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n info_msg(pcVar19,pcVar11);\n }\n if (pcVar17 != (char *)0x0) {\n *pcVar17 = '/';\n }\n pcVar29 = (char *)0x0;\n pcVar11 = pcVar11 + (1 - (int)local_84);\n }\n free(pcVar29);\n }\n needed.name = local_84;\n bVar10 = gldaarch64elf32b_try_needed(&needed,(int)local_84,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar11 = local_68 + 1;\n } while( true );\n }\n sVar12 = strlen(local_78->name);\n if (search_head != (search_dirs_type *)0x0) {\n psVar26 = search_head;\n do {\n if (psVar26->cmdline == 0) {\n sVar27 = strlen(psVar26->name);\n pcVar11 = (char *)xmalloc(sVar27 + sVar12 + 2);\n sprintf(pcVar11,"%s/%s",psVar26->name,local_78->name);\n nn.name = pcVar11;\n bVar10 = gldaarch64elf32b_try_needed(&nn,(int)pcVar11,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n free(pcVar11);\n }\n psVar26 = psVar26->next;\n } while (psVar26 != (search_dirs *)0x0);\n }\n if (local_64 == (dt_needed *)0x1) goto code_r0x00048a13;\n local_64 = (dt_needed *)0x1;\n } while( true );\n }\n nn.name = global_found->filename;\n bVar10 = gldaarch64elf32b_try_needed(&nn,(int)nn.name,(dt_needed *)0x1);\n if (bVar10 == 0) goto LAB_00048538;\n }\n }\n goto LAB_000484a0;\n }\nLAB_000484b2:\n if (((link_info._3_1_ & 0xc0) == 0x80) &&\n (iVar9 = bfd_elf_parse_eh_frame_entries(0,&link_info), iVar9 == 0)) {\n pcVar11 = (char *)dcgettext(0,"%F%P: failed to parse EH frame entries\n",5);\n einfo(pcVar11);\n }\n }\n }\n return;\ncode_r0x00048a13:\n pbVar13 = local_78->by;\n pcVar11 = local_78->name;\n pcVar20 = (char *)dcgettext(0,\n "%P: warning: %s, needed by %pB, not found (try using -rpath or -rpath-link)\n"\n ,5);\n einfo(pcVar20,pcVar11,pbVar13);\nLAB_000484a0:\n ppbVar3 = &local_78->next;\n local_78 = *ppbVar3;\n if (*ppbVar3 == (bfd_link_needed_list *)0x0) goto LAB_000484b2;\n goto LAB_00048360;\n}" primitive_type (function_declarator "gldaarch64elf32b_after_open(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n int *piVar1;\n output_elf_obj_tdata *poVar2;\n bfd_link_needed_list **ppbVar3;\n bfd_link_needed_list *pbVar4;\n bfd_link_hash_table *pbVar5;\n asection *paVar6;\n bfd_link_needed_list *pbVar7;\n uint uVar8;\n int iVar9;\n bfd_boolean bVar10;\n char *pcVar11;\n size_t sVar12;\n bfd *pbVar13;\n char *pcVar14;\n size_t sVar15;\n size_t sVar16;\n char *pcVar17;\n byte *pbVar18;\n char *pcVar19;\n char *pcVar20;\n bfd_link_hash_entry *pbVar21;\n byte bVar22;\n bfd *pbVar23;\n bfd_section *pbVar24;\n byte *pbVar25;\n search_dirs *psVar26;\n size_t sVar27;\n byte *pbVar28;\n char *pcVar29;\n bool bVar30;\n bool bVar31;\n bool bVar32;\n bool bVar33;\n byte bVar34;\n bfd_size_type bVar35;\n char *local_84;\n bfd_link_needed_list *local_78;\n bfd *local_74;\n char *local_68;\n dt_needed *local_64;\n dt_needed n;\n dt_needed nn;\n dt_needed needed;\n \n bVar34 = 0;\n after_open_default();\n pbVar5 = link_info.hash;\n if ((link_info.hash)->type == bfd_link_elf_hash_table) {\n if (command_line.out_implib_filename != (char *)0x0) {\n unlink_if_ordinary(command_line.out_implib_filename);\n link_info.out_implib_bfd =\n (bfd *)bfd_openw(command_line.out_implib_filename,(link_info.output_bfd)->xvec->name);\n pcVar11 = command_line.out_implib_filename;\n if (link_info.out_implib_bfd == (bfd *)0x0) {\n pcVar20 = (char *)dcgettext(0,"%F%P: %s: can\'t open for writing: %E\n",5);\n einfo(pcVar20,pcVar11);\n }\n }\n pbVar23 = link_info.output_bfd;\n pbVar13 = link_info.input_bfds;\n if (emit_note_gnu_build_id != (char *)0x0) {\n for (; pbVar13 != (bfd *)0x0; pbVar13 = (pbVar13->link).next) {\n if (((pbVar13->xvec->flavour == bfd_target_elf_flavour) && (pbVar13->section_count != 0)) &&\n ((*(byte *)((int)pbVar13->usrdata + 0x24) & 0x10) == 0)) {\n bVar35 = compute_build_id_size(emit_note_gnu_build_id);\n if ((bVar35 == 0) || (bVar35 + 0x10 == 0)) {\n pcVar11 = "%P: warning: unrecognized --build-id style ignored\n";\n }\n else {\n paVar6 = (asection *)\n bfd_make_section_with_flags\n (pbVar13,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n /* .gnu.warning sections are handled specially by elf32.em. */\n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n /* Adjust the address for the rodata segment. We want to adjust up to\n the same address within the page on the next page up. */\n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." /* TRUNCATED STRING LITERAL */\n );\n if (paVar6 != (asection *)0x0) {\n paVar6->alignment_power = 2;\n pbVar23 = link_info.output_bfd;\n poVar2 = (((link_info.output_bfd)->tdata).elf_obj_data)->o;\n (poVar2->build_id).after_write_object_contents = write_build_id;\n pcVar11 = emit_note_gnu_build_id;\n (poVar2->build_id).sec = paVar6;\n (poVar2->build_id).style = pcVar11;\n *(undefined4 *)((int)paVar6->used_by_bfd + 4) = 7;\n paVar6->size = bVar35 + 0x10;\n goto LAB_000482f4;\n }\n pcVar11 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";\n }\n pcVar11 = (char *)dcgettext(0,pcVar11,5);\n einfo(pcVar11);\n break;\n }\n }\n free(emit_note_gnu_build_id);\n emit_note_gnu_build_id = (char *)0x0;\n pbVar23 = link_info.output_bfd;\n }\nLAB_000482f4:\n (**(code **)((int)pbVar23->xvec->backend_data + 0x1d0))(&link_info);\n if ((link_info._0_1_ & 3) == 2) {\n if ((byte)link_info._5_1_ >> 7 == (~link_info._6_1_ & 1)) {\n bfd_make_section_with_flags\n (link_info.input_bfds,".note.GNU-stack",(byte)link_info._5_1_ >> 3 & 0x10 | 8);\n }\n }\n else {\n if (((link_info._4_1_ & 0x20) == 0) && (link_info.input_bfds != (bfd *)0x0)) {\n local_78 = (bfd_link_needed_list *)0x0;\n bVar31 = false;\n local_74 = (bfd *)0x0;\n pbVar13 = link_info.input_bfds;\n do {\n while ((*(byte *)((int)pbVar13->usrdata + 0x24) & 0x10) != 0) {\nLAB_00048a88:\n pbVar13 = (pbVar13->link).next;\n if (pbVar13 == (bfd *)0x0) goto LAB_00048b86;\n }\n pbVar24 = pbVar13->sections;\n if (pbVar24 != (bfd_section *)0x0) {\n local_84 = (char *)0x0;\n do {\n bVar33 = pbVar24->output_section <\n (bfd_section *)(PTR__bfd_std_section_001c1fd4 + 0x180);\n bVar30 = pbVar24->output_section ==\n (bfd_section *)(PTR__bfd_std_section_001c1fd4 + 0x180);\n pcVar11 = local_84;\n if (!bVar30) {\n iVar9 = 0xf;\n pbVar18 = (byte *)pbVar24->name;\n pbVar25 = (byte *)".eh_frame_entry";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar33 = *pbVar18 < *pbVar25;\n bVar30 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar30);\n bVar32 = false;\n bVar33 = (!bVar33 && !bVar30) == bVar33;\n if (bVar33) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar9 = 10;\n pbVar18 = (byte *)pbVar24->name;\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar32 = *pbVar18 < *pbVar25;\n bVar33 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n if (((!bVar32 && !bVar33) == bVar32) &&\n (piVar1 = (int *)((int)&pbVar24->size + 4), pcVar11 = (char *)1,\n *piVar1 == 0 && (uint)(8 < (uint)pbVar24->size) <= (uint)-*piVar1)) {\n pcVar11 = local_84;\n }\n }\n local_84 = pcVar11;\n pbVar24 = pbVar24->next;\n } while (pbVar24 != (bfd_section *)0x0);\n if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pbVar7 = (bfd_link_needed_list *)local_84;\n if ((local_78 != (bfd_link_needed_list *)0x0) &&\n (pbVar7 = local_78, local_78 != (bfd_link_needed_list *)local_84)) {\n if (local_84 != (char *)0x1) {\n pbVar13 = local_74;\n }\n pcVar11 = (char *)dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n einfo(pcVar11,pbVar13);\n break;\n }\n local_78 = pbVar7;\n if ((local_74 == (bfd *)0x0) &&\n (((local_84 == (char *)0x2 || ((link_info._2_2_ & 0xc000) != 0)) &&\n (bVar31 = true, pbVar13->xvec->flavour == bfd_target_elf_flavour)))) {\n local_74 = pbVar13;\n }\n }\n }\n if (local_78 != (bfd_link_needed_list *)0x2) goto LAB_00048a88;\n pbVar13 = (pbVar13->link).next;\n link_info._2_2_ = link_info._2_2_ & 0x3fff | 0x8000;\n } while (pbVar13 != (bfd *)0x0);\nLAB_00048b86:\n if ((local_74 == (bfd *)0x0) ||\n (pbVar21 = (bfd_link_hash_entry *)\n bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)((int)local_74->xvec->backend_data + 0x30) | 8),\n pbVar21 == (bfd_link_hash_entry *)0x0)) {\n if (bVar31) {\n pcVar11 = (char *)dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n einfo(pcVar11);\n }\n }\n else {\n pbVar21[2].u.i.warning = (char *)0x2;\n pbVar5[4].undefs_tail = pbVar21;\n }\n }\n pbVar7 = (bfd_link_needed_list *)bfd_elf_get_needed_list(link_info.output_bfd,&link_info);\n local_78 = pbVar7;\n if (pbVar7 != (bfd_link_needed_list *)0x0) {\nLAB_00048360:\n pbVar4 = pbVar7;\n if ((local_78->by == (bfd *)0x0) ||\n ((uVar8 = bfd_elf_get_dyn_lib_class(local_78->by), (uVar8 & 1) == 0 &&\n (((local_78->by == (bfd *)0x0 || ((link_info._2_2_ & 0x180) != 0x80)) ||\n (uVar8 = bfd_elf_get_dyn_lib_class(local_78->by), (uVar8 & 4) == 0)))))) {\n for (; pbVar4 != local_78; pbVar4 = pbVar4->next) {\n if (((pbVar4->by == (bfd *)0x0) ||\n (uVar8 = bfd_elf_get_dyn_lib_class(pbVar4->by), (uVar8 & 1) == 0)) &&\n (iVar9 = strcmp(pbVar4->name,local_78->name), iVar9 == 0)) {\n if (pbVar4 != local_78) goto LAB_000484a0;\n break;\n }\n }\n global_found = (lang_input_statement_type *)0x0;\n global_needed = local_78;\n real_func = gldaarch64elf32b_check_needed;\n lang_for_each_input_file(aarch64_for_each_input_file_wrapper);\n if ((global_found == (lang_input_statement_type *)0x0) ||\n (uVar8 = bfd_elf_get_dyn_lib_class(global_found->the_bfd), (uVar8 & 1) != 0)) {\n pbVar13 = local_78->by;\n pcVar11 = local_78->name;\n n.by = pbVar13;\n n.name = pcVar11;\n nn.by = pbVar13;\n if (verbose != 0) {\n pcVar20 = (char *)dcgettext(0,"%s needed by %pB\n",5);\n info_msg(pcVar20,pcVar11,pbVar13);\n }\n if (global_found == (lang_input_statement_type *)0x0) {\nLAB_00048538:\n local_64 = (dt_needed *)0x0;\n do {\n pcVar20 = n.name;\n pcVar11 = command_line.rpath_link;\n if (*n.name == '/') {\n bVar10 = gldaarch64elf32b_try_needed(&n,(int)n.name,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n }\n else if ((command_line.rpath_link != (char *)0x0) &&\n (*command_line.rpath_link != '\0')) {\n needed.by = n.by;\n needed.name = n.name;\n sVar12 = strlen(n.name);\n do {\n local_68 = strchr(pcVar11,(int)config.rpath_separator);\n if (local_68 == (char *)0x0) {\n sVar27 = strlen(pcVar11);\n local_68 = pcVar11 + sVar27;\n }\n sVar27 = (int)local_68 - (int)pcVar11;\n local_84 = (char *)xmalloc(sVar12 + 2 + sVar27);\n pcVar17 = local_84;\n if (pcVar11 != local_68) {\n memcpy(local_84,pcVar11,sVar27);\n local_84[sVar27] = '/';\n pcVar17 = local_84 + sVar27 + 1;\n }\n pcVar11 = (char *)0x0;\n strcpy(pcVar17,pcVar20);\n while (pcVar11 = strchr(local_84 + (int)pcVar11,0x24), pcVar11 != (char *)0x0) {\n pcVar17 = strchr(pcVar11,0x2f);\n sVar27 = strlen(local_84);\n if (pcVar17 != (char *)0x0) {\n *pcVar17 = '\0';\n }\n bVar22 = pcVar11[1];\n pcVar19 = pcVar11 + 1;\n if (bVar22 == 0x7b) {\n bVar22 = pcVar11[2];\n pcVar19 = pcVar11 + 2;\n }\n pbVar18 = (byte *)(pcVar19 + 1);\n bVar31 = bVar22 < 0x4c;\n bVar33 = bVar22 == 0x4c;\n if (bVar33) {\n iVar9 = 3;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x701f6;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 4;\n pbVar25 = &DAT_000af890;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n sVar15 = 3;\n pcVar29 = (char *)0x0;\n pcVar19 = "lib";\nLAB_00048700:\n pcVar14 = (char *)xmalloc(sVar15 + sVar27);\n iVar9 = (int)pcVar11 - (int)local_84;\n if (pcVar17 == (char *)0x0) {\n sprintf(pcVar14,"%.*s%s",iVar9,local_84,pcVar19);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + sVar27);\n }\n else {\n sprintf(pcVar14,"%.*s%s/%s",iVar9,local_84,pcVar19,pcVar17 + 1);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + 1 + sVar27);\n }\n free(local_84);\n local_84 = pcVar14;\n }\n else {\n bVar31 = bVar22 < 0x4f;\n bVar33 = bVar22 == 0x4f;\n if (bVar33) {\n iVar9 = 6;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x704cc;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 7;\n pbVar25 = (byte *)"RIGIN}";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n pbVar13 = needed.by;\n if (((needed.by != (bfd *)0x0) ||\n (pbVar13 = link_info.output_bfd, link_info.output_bfd != (bfd *)0x0))\n && (pcVar29 = pbVar13->filename, pcVar29 != (char *)0x0)) {\n if (*pcVar29 == '/') {\n pcVar19 = (char *)xstrdup(pcVar29);\n }\n else {\n pcVar14 = (char *)getpwd();\n sVar15 = strlen(pcVar29);\n sVar16 = strlen(pcVar14);\n pcVar19 = (char *)xmalloc(sVar15 + 2 + sVar16);\n sprintf(pcVar19,"%s/%s",pcVar14,pcVar29);\n }\n pcVar29 = strrchr(pcVar19,0x2f);\n if (pcVar29 != (char *)0x0) {\n *pcVar29 = '\0';\n }\n sVar15 = strlen(pcVar19);\n pcVar29 = pcVar19;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (verbose != 0) {\n pcVar19 = (char *)dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n info_msg(pcVar19,pcVar11);\n }\n if (pcVar17 != (char *)0x0) {\n *pcVar17 = '/';\n }\n pcVar29 = (char *)0x0;\n pcVar11 = pcVar11 + (1 - (int)local_84);\n }\n free(pcVar29);\n }\n needed.name = local_84;\n bVar10 = gldaarch64elf32b_try_needed(&needed,(int)local_84,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar11 = local_68 + 1;\n } while( true );\n }\n sVar12 = strlen(local_78->name);\n if (search_head != (search_dirs_type *)0x0) {\n psVar26 = search_head;\n do {\n if (psVar26->cmdline == 0) {\n sVar27 = strlen(psVar26->name);\n pcVar11 = (char *)xmalloc(sVar27 + sVar12 + 2);\n sprintf(pcVar11,"%s/%s",psVar26->name,local_78->name);\n nn.name = pcVar11;\n bVar10 = gldaarch64elf32b_try_needed(&nn,(int)pcVar11,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n free(pcVar11);\n }\n psVar26 = psVar26->next;\n } while (psVar26 != (search_dirs *)0x0);\n }\n if (local_64 == (dt_needed *)0x1) goto code_r0x00048a13;\n local_64 = (dt_needed *)0x1;\n } while( true );\n }\n nn.name = global_found->filename;\n bVar10 = gldaarch64elf32b_try_needed(&nn,(int)nn.name,(dt_needed *)0x1);\n if (bVar10 == 0) goto LAB_00048538;\n }\n }\n goto LAB_000484a0;\n }\nLAB_000484b2:\n if (((link_info._3_1_ & 0xc0) == 0x80) &&\n (iVar9 = bfd_elf_parse_eh_frame_entries(0,&link_info), iVar9 == 0)) {\n pcVar11 = (char *)dcgettext(0,"%F%P: failed to parse EH frame entries\n",5);\n einfo(pcVar11);\n }\n }\n }\n return;\ncode_r0x00048a13:\n pbVar13 = local_78->by;\n pcVar11 = local_78->name;\n pcVar20 = (char *)dcgettext(0,\n "%P: warning: %s, needed by %pB, not found (try using -rpath or -rpath-link)\n"\n ,5);\n einfo(pcVar20,pcVar11,pbVar13);\nLAB_000484a0:\n ppbVar3 = &local_78->next;\n local_78 = *ppbVar3;\n if (*ppbVar3 == (bfd_link_needed_list *)0x0) goto LAB_000484b2;\n goto LAB_00048360;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "output_elf_obj_tdata *poVar2;" type_identifier (pointer_declarator "*poVar2" * identifier) ;) (declaration "bfd_link_needed_list **ppbVar3;" type_identifier (pointer_declarator "**ppbVar3" * (pointer_declarator "*ppbVar3" * identifier)) ;) (declaration "bfd_link_needed_list *pbVar4;" type_identifier (pointer_declarator "*pbVar4" * identifier) ;) (declaration "bfd_link_hash_table *pbVar5;" type_identifier (pointer_declarator "*pbVar5" * identifier) ;) (declaration "asection *paVar6;" type_identifier (pointer_declarator "*paVar6" * identifier) ;) (declaration "bfd_link_needed_list *pbVar7;" type_identifier (pointer_declarator "*pbVar7" * identifier) ;) (declaration "uint uVar8;" type_identifier identifier ;) (declaration "int iVar9;" primitive_type identifier ;) (declaration "bfd_boolean bVar10;" type_identifier identifier ;) (declaration "char *pcVar11;" primitive_type (pointer_declarator "*pcVar11" * identifier) ;) (declaration "size_t sVar12;" primitive_type identifier ;) (declaration "bfd *pbVar13;" type_identifier (pointer_declarator "*pbVar13" * identifier) ;) (declaration "char *pcVar14;" primitive_type (pointer_declarator "*pcVar14" * identifier) ;) (declaration "size_t sVar15;" primitive_type identifier ;) (declaration "size_t sVar16;" primitive_type identifier ;) (declaration "char *pcVar17;" primitive_type (pointer_declarator "*pcVar17" * identifier) ;) (declaration "byte *pbVar18;" type_identifier (pointer_declarator "*pbVar18" * identifier) ;) (declaration "char *pcVar19;" primitive_type (pointer_declarator "*pcVar19" * identifier) ;) (declaration "char *pcVar20;" primitive_type (pointer_declarator "*pcVar20" * identifier) ;) (declaration "bfd_link_hash_entry *pbVar21;" type_identifier (pointer_declarator "*pbVar21" * identifier) ;) (declaration "byte bVar22;" type_identifier identifier ;) (declaration "bfd *pbVar23;" type_identifier (pointer_declarator "*pbVar23" * identifier) ;) (declaration "bfd_section *pbVar24;" type_identifier (pointer_declarator "*pbVar24" * identifier) ;) (declaration "byte *pbVar25;" type_identifier (pointer_declarator "*pbVar25" * identifier) ;) (declaration "search_dirs *psVar26;" type_identifier (pointer_declarator "*psVar26" * identifier) ;) (declaration "size_t sVar27;" primitive_type identifier ;) (declaration "byte *pbVar28;" type_identifier (pointer_declarator "*pbVar28" * identifier) ;) (declaration "char *pcVar29;" primitive_type (pointer_declarator "*pcVar29" * identifier) ;) (declaration "bool bVar30;" primitive_type identifier ;) (declaration "bool bVar31;" primitive_type identifier ;) (declaration "bool bVar32;" primitive_type identifier ;) (declaration "bool bVar33;" primitive_type identifier ;) (declaration "byte bVar34;" type_identifier identifier ;) (declaration "bfd_size_type bVar35;" type_identifier identifier ;) (declaration "char *local_84;" primitive_type (pointer_declarator "*local_84" * identifier) ;) (declaration "bfd_link_needed_list *local_78;" type_identifier (pointer_declarator "*local_78" * identifier) ;) (declaration "bfd *local_74;" type_identifier (pointer_declarator "*local_74" * identifier) ;) (declaration "char *local_68;" primitive_type (pointer_declarator "*local_68" * identifier) ;) (declaration "dt_needed *local_64;" type_identifier (pointer_declarator "*local_64" * identifier) ;) (declaration "dt_needed n;" type_identifier identifier ;) (declaration "dt_needed nn;" type_identifier identifier ;) (declaration "dt_needed needed;" type_identifier identifier ;) (expression_statement "bVar34 = 0;" (assignment_expression "bVar34 = 0" identifier = number_literal) ;) (expression_statement "after_open_default();" (call_expression "after_open_default()" identifier (argument_list "()" ( ))) ;) (expression_statement "pbVar5 = link_info.hash;" (assignment_expression "pbVar5 = link_info.hash" identifier = (field_expression "link_info.hash" identifier . field_identifier)) ;) (if_statement "if ((link_info.hash)->type == bfd_link_elf_hash_table) {\n if (command_line.out_implib_filename != (char *)0x0) {\n unlink_if_ordinary(command_line.out_implib_filename);\n link_info.out_implib_bfd =\n (bfd *)bfd_openw(command_line.out_implib_filename,(link_info.output_bfd)->xvec->name);\n pcVar11 = command_line.out_implib_filename;\n if (link_info.out_implib_bfd == (bfd *)0x0) {\n pcVar20 = (char *)dcgettext(0,"%F%P: %s: can\'t open for writing: %E\n",5);\n einfo(pcVar20,pcVar11);\n }\n }\n pbVar23 = link_info.output_bfd;\n pbVar13 = link_info.input_bfds;\n if (emit_note_gnu_build_id != (char *)0x0) {\n for (; pbVar13 != (bfd *)0x0; pbVar13 = (pbVar13->link).next) {\n if (((pbVar13->xvec->flavour == bfd_target_elf_flavour) && (pbVar13->section_count != 0)) &&\n ((*(byte *)((int)pbVar13->usrdata + 0x24) & 0x10) == 0)) {\n bVar35 = compute_build_id_size(emit_note_gnu_build_id);\n if ((bVar35 == 0) || (bVar35 + 0x10 == 0)) {\n pcVar11 = "%P: warning: unrecognized --build-id style ignored\n";\n }\n else {\n paVar6 = (asection *)\n bfd_make_section_with_flags\n (pbVar13,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n /* .gnu.warning sections are handled specially by elf32.em. */\n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n /* Adjust the address for the rodata segment. We want to adjust up to\n the same address within the page on the next page up. */\n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." /* TRUNCATED STRING LITERAL */\n );\n if (paVar6 != (asection *)0x0) {\n paVar6->alignment_power = 2;\n pbVar23 = link_info.output_bfd;\n poVar2 = (((link_info.output_bfd)->tdata).elf_obj_data)->o;\n (poVar2->build_id).after_write_object_contents = write_build_id;\n pcVar11 = emit_note_gnu_build_id;\n (poVar2->build_id).sec = paVar6;\n (poVar2->build_id).style = pcVar11;\n *(undefined4 *)((int)paVar6->used_by_bfd + 4) = 7;\n paVar6->size = bVar35 + 0x10;\n goto LAB_000482f4;\n }\n pcVar11 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";\n }\n pcVar11 = (char *)dcgettext(0,pcVar11,5);\n einfo(pcVar11);\n break;\n }\n }\n free(emit_note_gnu_build_id);\n emit_note_gnu_build_id = (char *)0x0;\n pbVar23 = link_info.output_bfd;\n }\nLAB_000482f4:\n (**(code **)((int)pbVar23->xvec->backend_data + 0x1d0))(&link_info);\n if ((link_info._0_1_ & 3) == 2) {\n if ((byte)link_info._5_1_ >> 7 == (~link_info._6_1_ & 1)) {\n bfd_make_section_with_flags\n (link_info.input_bfds,".note.GNU-stack",(byte)link_info._5_1_ >> 3 & 0x10 | 8);\n }\n }\n else {\n if (((link_info._4_1_ & 0x20) == 0) && (link_info.input_bfds != (bfd *)0x0)) {\n local_78 = (bfd_link_needed_list *)0x0;\n bVar31 = false;\n local_74 = (bfd *)0x0;\n pbVar13 = link_info.input_bfds;\n do {\n while ((*(byte *)((int)pbVar13->usrdata + 0x24) & 0x10) != 0) {\nLAB_00048a88:\n pbVar13 = (pbVar13->link).next;\n if (pbVar13 == (bfd *)0x0) goto LAB_00048b86;\n }\n pbVar24 = pbVar13->sections;\n if (pbVar24 != (bfd_section *)0x0) {\n local_84 = (char *)0x0;\n do {\n bVar33 = pbVar24->output_section <\n (bfd_section *)(PTR__bfd_std_section_001c1fd4 + 0x180);\n bVar30 = pbVar24->output_section ==\n (bfd_section *)(PTR__bfd_std_section_001c1fd4 + 0x180);\n pcVar11 = local_84;\n if (!bVar30) {\n iVar9 = 0xf;\n pbVar18 = (byte *)pbVar24->name;\n pbVar25 = (byte *)".eh_frame_entry";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar33 = *pbVar18 < *pbVar25;\n bVar30 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar30);\n bVar32 = false;\n bVar33 = (!bVar33 && !bVar30) == bVar33;\n if (bVar33) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar9 = 10;\n pbVar18 = (byte *)pbVar24->name;\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar32 = *pbVar18 < *pbVar25;\n bVar33 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n if (((!bVar32 && !bVar33) == bVar32) &&\n (piVar1 = (int *)((int)&pbVar24->size + 4), pcVar11 = (char *)1,\n *piVar1 == 0 && (uint)(8 < (uint)pbVar24->size) <= (uint)-*piVar1)) {\n pcVar11 = local_84;\n }\n }\n local_84 = pcVar11;\n pbVar24 = pbVar24->next;\n } while (pbVar24 != (bfd_section *)0x0);\n if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pbVar7 = (bfd_link_needed_list *)local_84;\n if ((local_78 != (bfd_link_needed_list *)0x0) &&\n (pbVar7 = local_78, local_78 != (bfd_link_needed_list *)local_84)) {\n if (local_84 != (char *)0x1) {\n pbVar13 = local_74;\n }\n pcVar11 = (char *)dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n einfo(pcVar11,pbVar13);\n break;\n }\n local_78 = pbVar7;\n if ((local_74 == (bfd *)0x0) &&\n (((local_84 == (char *)0x2 || ((link_info._2_2_ & 0xc000) != 0)) &&\n (bVar31 = true, pbVar13->xvec->flavour == bfd_target_elf_flavour)))) {\n local_74 = pbVar13;\n }\n }\n }\n if (local_78 != (bfd_link_needed_list *)0x2) goto LAB_00048a88;\n pbVar13 = (pbVar13->link).next;\n link_info._2_2_ = link_info._2_2_ & 0x3fff | 0x8000;\n } while (pbVar13 != (bfd *)0x0);\nLAB_00048b86:\n if ((local_74 == (bfd *)0x0) ||\n (pbVar21 = (bfd_link_hash_entry *)\n bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)((int)local_74->xvec->backend_data + 0x30) | 8),\n pbVar21 == (bfd_link_hash_entry *)0x0)) {\n if (bVar31) {\n pcVar11 = (char *)dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n einfo(pcVar11);\n }\n }\n else {\n pbVar21[2].u.i.warning = (char *)0x2;\n pbVar5[4].undefs_tail = pbVar21;\n }\n }\n pbVar7 = (bfd_link_needed_list *)bfd_elf_get_needed_list(link_info.output_bfd,&link_info);\n local_78 = pbVar7;\n if (pbVar7 != (bfd_link_needed_list *)0x0) {\nLAB_00048360:\n pbVar4 = pbVar7;\n if ((local_78->by == (bfd *)0x0) ||\n ((uVar8 = bfd_elf_get_dyn_lib_class(local_78->by), (uVar8 & 1) == 0 &&\n (((local_78->by == (bfd *)0x0 || ((link_info._2_2_ & 0x180) != 0x80)) ||\n (uVar8 = bfd_elf_get_dyn_lib_class(local_78->by), (uVar8 & 4) == 0)))))) {\n for (; pbVar4 != local_78; pbVar4 = pbVar4->next) {\n if (((pbVar4->by == (bfd *)0x0) ||\n (uVar8 = bfd_elf_get_dyn_lib_class(pbVar4->by), (uVar8 & 1) == 0)) &&\n (iVar9 = strcmp(pbVar4->name,local_78->name), iVar9 == 0)) {\n if (pbVar4 != local_78) goto LAB_000484a0;\n break;\n }\n }\n global_found = (lang_input_statement_type *)0x0;\n global_needed = local_78;\n real_func = gldaarch64elf32b_check_needed;\n lang_for_each_input_file(aarch64_for_each_input_file_wrapper);\n if ((global_found == (lang_input_statement_type *)0x0) ||\n (uVar8 = bfd_elf_get_dyn_lib_class(global_found->the_bfd), (uVar8 & 1) != 0)) {\n pbVar13 = local_78->by;\n pcVar11 = local_78->name;\n n.by = pbVar13;\n n.name = pcVar11;\n nn.by = pbVar13;\n if (verbose != 0) {\n pcVar20 = (char *)dcgettext(0,"%s needed by %pB\n",5);\n info_msg(pcVar20,pcVar11,pbVar13);\n }\n if (global_found == (lang_input_statement_type *)0x0) {\nLAB_00048538:\n local_64 = (dt_needed *)0x0;\n do {\n pcVar20 = n.name;\n pcVar11 = command_line.rpath_link;\n if (*n.name == '/') {\n bVar10 = gldaarch64elf32b_try_needed(&n,(int)n.name,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n }\n else if ((command_line.rpath_link != (char *)0x0) &&\n (*command_line.rpath_link != '\0')) {\n needed.by = n.by;\n needed.name = n.name;\n sVar12 = strlen(n.name);\n do {\n local_68 = strchr(pcVar11,(int)config.rpath_separator);\n if (local_68 == (char *)0x0) {\n sVar27 = strlen(pcVar11);\n local_68 = pcVar11 + sVar27;\n }\n sVar27 = (int)local_68 - (int)pcVar11;\n local_84 = (char *)xmalloc(sVar12 + 2 + sVar27);\n pcVar17 = local_84;\n if (pcVar11 != local_68) {\n memcpy(local_84,pcVar11,sVar27);\n local_84[sVar27] = '/';\n pcVar17 = local_84 + sVar27 + 1;\n }\n pcVar11 = (char *)0x0;\n strcpy(pcVar17,pcVar20);\n while (pcVar11 = strchr(local_84 + (int)pcVar11,0x24), pcVar11 != (char *)0x0) {\n pcVar17 = strchr(pcVar11,0x2f);\n sVar27 = strlen(local_84);\n if (pcVar17 != (char *)0x0) {\n *pcVar17 = '\0';\n }\n bVar22 = pcVar11[1];\n pcVar19 = pcVar11 + 1;\n if (bVar22 == 0x7b) {\n bVar22 = pcVar11[2];\n pcVar19 = pcVar11 + 2;\n }\n pbVar18 = (byte *)(pcVar19 + 1);\n bVar31 = bVar22 < 0x4c;\n bVar33 = bVar22 == 0x4c;\n if (bVar33) {\n iVar9 = 3;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x701f6;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 4;\n pbVar25 = &DAT_000af890;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n sVar15 = 3;\n pcVar29 = (char *)0x0;\n pcVar19 = "lib";\nLAB_00048700:\n pcVar14 = (char *)xmalloc(sVar15 + sVar27);\n iVar9 = (int)pcVar11 - (int)local_84;\n if (pcVar17 == (char *)0x0) {\n sprintf(pcVar14,"%.*s%s",iVar9,local_84,pcVar19);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + sVar27);\n }\n else {\n sprintf(pcVar14,"%.*s%s/%s",iVar9,local_84,pcVar19,pcVar17 + 1);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + 1 + sVar27);\n }\n free(local_84);\n local_84 = pcVar14;\n }\n else {\n bVar31 = bVar22 < 0x4f;\n bVar33 = bVar22 == 0x4f;\n if (bVar33) {\n iVar9 = 6;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x704cc;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 7;\n pbVar25 = (byte *)"RIGIN}";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n pbVar13 = needed.by;\n if (((needed.by != (bfd *)0x0) ||\n (pbVar13 = link_info.output_bfd, link_info.output_bfd != (bfd *)0x0))\n && (pcVar29 = pbVar13->filename, pcVar29 != (char *)0x0)) {\n if (*pcVar29 == '/') {\n pcVar19 = (char *)xstrdup(pcVar29);\n }\n else {\n pcVar14 = (char *)getpwd();\n sVar15 = strlen(pcVar29);\n sVar16 = strlen(pcVar14);\n pcVar19 = (char *)xmalloc(sVar15 + 2 + sVar16);\n sprintf(pcVar19,"%s/%s",pcVar14,pcVar29);\n }\n pcVar29 = strrchr(pcVar19,0x2f);\n if (pcVar29 != (char *)0x0) {\n *pcVar29 = '\0';\n }\n sVar15 = strlen(pcVar19);\n pcVar29 = pcVar19;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (verbose != 0) {\n pcVar19 = (char *)dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n info_msg(pcVar19,pcVar11);\n }\n if (pcVar17 != (char *)0x0) {\n *pcVar17 = '/';\n }\n pcVar29 = (char *)0x0;\n pcVar11 = pcVar11 + (1 - (int)local_84);\n }\n free(pcVar29);\n }\n needed.name = local_84;\n bVar10 = gldaarch64elf32b_try_needed(&needed,(int)local_84,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar11 = local_68 + 1;\n } while( true );\n }\n sVar12 = strlen(local_78->name);\n if (search_head != (search_dirs_type *)0x0) {\n psVar26 = search_head;\n do {\n if (psVar26->cmdline == 0) {\n sVar27 = strlen(psVar26->name);\n pcVar11 = (char *)xmalloc(sVar27 + sVar12 + 2);\n sprintf(pcVar11,"%s/%s",psVar26->name,local_78->name);\n nn.name = pcVar11;\n bVar10 = gldaarch64elf32b_try_needed(&nn,(int)pcVar11,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n free(pcVar11);\n }\n psVar26 = psVar26->next;\n } while (psVar26 != (search_dirs *)0x0);\n }\n if (local_64 == (dt_needed *)0x1) goto code_r0x00048a13;\n local_64 = (dt_needed *)0x1;\n } while( true );\n }\n nn.name = global_found->filename;\n bVar10 = gldaarch64elf32b_try_needed(&nn,(int)nn.name,(dt_needed *)0x1);\n if (bVar10 == 0) goto LAB_00048538;\n }\n }\n goto LAB_000484a0;\n }\nLAB_000484b2:\n if (((link_info._3_1_ & 0xc0) == 0x80) &&\n (iVar9 = bfd_elf_parse_eh_frame_entries(0,&link_info), iVar9 == 0)) {\n pcVar11 = (char *)dcgettext(0,"%F%P: failed to parse EH frame entries\n",5);\n einfo(pcVar11);\n }\n }\n }" if (parenthesized_expression "((link_info.hash)->type == bfd_link_elf_hash_table)" ( (binary_expression "(link_info.hash)->type == bfd_link_elf_hash_table" (field_expression "(link_info.hash)->type" (parenthesized_expression "(link_info.hash)" ( (field_expression "link_info.hash" identifier . field_identifier) )) -> field_identifier) == identifier) )) (compound_statement "{\n if (command_line.out_implib_filename != (char *)0x0) {\n unlink_if_ordinary(command_line.out_implib_filename);\n link_info.out_implib_bfd =\n (bfd *)bfd_openw(command_line.out_implib_filename,(link_info.output_bfd)->xvec->name);\n pcVar11 = command_line.out_implib_filename;\n if (link_info.out_implib_bfd == (bfd *)0x0) {\n pcVar20 = (char *)dcgettext(0,"%F%P: %s: can\'t open for writing: %E\n",5);\n einfo(pcVar20,pcVar11);\n }\n }\n pbVar23 = link_info.output_bfd;\n pbVar13 = link_info.input_bfds;\n if (emit_note_gnu_build_id != (char *)0x0) {\n for (; pbVar13 != (bfd *)0x0; pbVar13 = (pbVar13->link).next) {\n if (((pbVar13->xvec->flavour == bfd_target_elf_flavour) && (pbVar13->section_count != 0)) &&\n ((*(byte *)((int)pbVar13->usrdata + 0x24) & 0x10) == 0)) {\n bVar35 = compute_build_id_size(emit_note_gnu_build_id);\n if ((bVar35 == 0) || (bVar35 + 0x10 == 0)) {\n pcVar11 = "%P: warning: unrecognized --build-id style ignored\n";\n }\n else {\n paVar6 = (asection *)\n bfd_make_section_with_flags\n (pbVar13,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n /* .gnu.warning sections are handled specially by elf32.em. */\n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n /* Adjust the address for the rodata segment. We want to adjust up to\n the same address within the page on the next page up. */\n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." /* TRUNCATED STRING LITERAL */\n );\n if (paVar6 != (asection *)0x0) {\n paVar6->alignment_power = 2;\n pbVar23 = link_info.output_bfd;\n poVar2 = (((link_info.output_bfd)->tdata).elf_obj_data)->o;\n (poVar2->build_id).after_write_object_contents = write_build_id;\n pcVar11 = emit_note_gnu_build_id;\n (poVar2->build_id).sec = paVar6;\n (poVar2->build_id).style = pcVar11;\n *(undefined4 *)((int)paVar6->used_by_bfd + 4) = 7;\n paVar6->size = bVar35 + 0x10;\n goto LAB_000482f4;\n }\n pcVar11 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";\n }\n pcVar11 = (char *)dcgettext(0,pcVar11,5);\n einfo(pcVar11);\n break;\n }\n }\n free(emit_note_gnu_build_id);\n emit_note_gnu_build_id = (char *)0x0;\n pbVar23 = link_info.output_bfd;\n }\nLAB_000482f4:\n (**(code **)((int)pbVar23->xvec->backend_data + 0x1d0))(&link_info);\n if ((link_info._0_1_ & 3) == 2) {\n if ((byte)link_info._5_1_ >> 7 == (~link_info._6_1_ & 1)) {\n bfd_make_section_with_flags\n (link_info.input_bfds,".note.GNU-stack",(byte)link_info._5_1_ >> 3 & 0x10 | 8);\n }\n }\n else {\n if (((link_info._4_1_ & 0x20) == 0) && (link_info.input_bfds != (bfd *)0x0)) {\n local_78 = (bfd_link_needed_list *)0x0;\n bVar31 = false;\n local_74 = (bfd *)0x0;\n pbVar13 = link_info.input_bfds;\n do {\n while ((*(byte *)((int)pbVar13->usrdata + 0x24) & 0x10) != 0) {\nLAB_00048a88:\n pbVar13 = (pbVar13->link).next;\n if (pbVar13 == (bfd *)0x0) goto LAB_00048b86;\n }\n pbVar24 = pbVar13->sections;\n if (pbVar24 != (bfd_section *)0x0) {\n local_84 = (char *)0x0;\n do {\n bVar33 = pbVar24->output_section <\n (bfd_section *)(PTR__bfd_std_section_001c1fd4 + 0x180);\n bVar30 = pbVar24->output_section ==\n (bfd_section *)(PTR__bfd_std_section_001c1fd4 + 0x180);\n pcVar11 = local_84;\n if (!bVar30) {\n iVar9 = 0xf;\n pbVar18 = (byte *)pbVar24->name;\n pbVar25 = (byte *)".eh_frame_entry";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar33 = *pbVar18 < *pbVar25;\n bVar30 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar30);\n bVar32 = false;\n bVar33 = (!bVar33 && !bVar30) == bVar33;\n if (bVar33) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar9 = 10;\n pbVar18 = (byte *)pbVar24->name;\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar32 = *pbVar18 < *pbVar25;\n bVar33 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n if (((!bVar32 && !bVar33) == bVar32) &&\n (piVar1 = (int *)((int)&pbVar24->size + 4), pcVar11 = (char *)1,\n *piVar1 == 0 && (uint)(8 < (uint)pbVar24->size) <= (uint)-*piVar1)) {\n pcVar11 = local_84;\n }\n }\n local_84 = pcVar11;\n pbVar24 = pbVar24->next;\n } while (pbVar24 != (bfd_section *)0x0);\n if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pbVar7 = (bfd_link_needed_list *)local_84;\n if ((local_78 != (bfd_link_needed_list *)0x0) &&\n (pbVar7 = local_78, local_78 != (bfd_link_needed_list *)local_84)) {\n if (local_84 != (char *)0x1) {\n pbVar13 = local_74;\n }\n pcVar11 = (char *)dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n einfo(pcVar11,pbVar13);\n break;\n }\n local_78 = pbVar7;\n if ((local_74 == (bfd *)0x0) &&\n (((local_84 == (char *)0x2 || ((link_info._2_2_ & 0xc000) != 0)) &&\n (bVar31 = true, pbVar13->xvec->flavour == bfd_target_elf_flavour)))) {\n local_74 = pbVar13;\n }\n }\n }\n if (local_78 != (bfd_link_needed_list *)0x2) goto LAB_00048a88;\n pbVar13 = (pbVar13->link).next;\n link_info._2_2_ = link_info._2_2_ & 0x3fff | 0x8000;\n } while (pbVar13 != (bfd *)0x0);\nLAB_00048b86:\n if ((local_74 == (bfd *)0x0) ||\n (pbVar21 = (bfd_link_hash_entry *)\n bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)((int)local_74->xvec->backend_data + 0x30) | 8),\n pbVar21 == (bfd_link_hash_entry *)0x0)) {\n if (bVar31) {\n pcVar11 = (char *)dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n einfo(pcVar11);\n }\n }\n else {\n pbVar21[2].u.i.warning = (char *)0x2;\n pbVar5[4].undefs_tail = pbVar21;\n }\n }\n pbVar7 = (bfd_link_needed_list *)bfd_elf_get_needed_list(link_info.output_bfd,&link_info);\n local_78 = pbVar7;\n if (pbVar7 != (bfd_link_needed_list *)0x0) {\nLAB_00048360:\n pbVar4 = pbVar7;\n if ((local_78->by == (bfd *)0x0) ||\n ((uVar8 = bfd_elf_get_dyn_lib_class(local_78->by), (uVar8 & 1) == 0 &&\n (((local_78->by == (bfd *)0x0 || ((link_info._2_2_ & 0x180) != 0x80)) ||\n (uVar8 = bfd_elf_get_dyn_lib_class(local_78->by), (uVar8 & 4) == 0)))))) {\n for (; pbVar4 != local_78; pbVar4 = pbVar4->next) {\n if (((pbVar4->by == (bfd *)0x0) ||\n (uVar8 = bfd_elf_get_dyn_lib_class(pbVar4->by), (uVar8 & 1) == 0)) &&\n (iVar9 = strcmp(pbVar4->name,local_78->name), iVar9 == 0)) {\n if (pbVar4 != local_78) goto LAB_000484a0;\n break;\n }\n }\n global_found = (lang_input_statement_type *)0x0;\n global_needed = local_78;\n real_func = gldaarch64elf32b_check_needed;\n lang_for_each_input_file(aarch64_for_each_input_file_wrapper);\n if ((global_found == (lang_input_statement_type *)0x0) ||\n (uVar8 = bfd_elf_get_dyn_lib_class(global_found->the_bfd), (uVar8 & 1) != 0)) {\n pbVar13 = local_78->by;\n pcVar11 = local_78->name;\n n.by = pbVar13;\n n.name = pcVar11;\n nn.by = pbVar13;\n if (verbose != 0) {\n pcVar20 = (char *)dcgettext(0,"%s needed by %pB\n",5);\n info_msg(pcVar20,pcVar11,pbVar13);\n }\n if (global_found == (lang_input_statement_type *)0x0) {\nLAB_00048538:\n local_64 = (dt_needed *)0x0;\n do {\n pcVar20 = n.name;\n pcVar11 = command_line.rpath_link;\n if (*n.name == '/') {\n bVar10 = gldaarch64elf32b_try_needed(&n,(int)n.name,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n }\n else if ((command_line.rpath_link != (char *)0x0) &&\n (*command_line.rpath_link != '\0')) {\n needed.by = n.by;\n needed.name = n.name;\n sVar12 = strlen(n.name);\n do {\n local_68 = strchr(pcVar11,(int)config.rpath_separator);\n if (local_68 == (char *)0x0) {\n sVar27 = strlen(pcVar11);\n local_68 = pcVar11 + sVar27;\n }\n sVar27 = (int)local_68 - (int)pcVar11;\n local_84 = (char *)xmalloc(sVar12 + 2 + sVar27);\n pcVar17 = local_84;\n if (pcVar11 != local_68) {\n memcpy(local_84,pcVar11,sVar27);\n local_84[sVar27] = '/';\n pcVar17 = local_84 + sVar27 + 1;\n }\n pcVar11 = (char *)0x0;\n strcpy(pcVar17,pcVar20);\n while (pcVar11 = strchr(local_84 + (int)pcVar11,0x24), pcVar11 != (char *)0x0) {\n pcVar17 = strchr(pcVar11,0x2f);\n sVar27 = strlen(local_84);\n if (pcVar17 != (char *)0x0) {\n *pcVar17 = '\0';\n }\n bVar22 = pcVar11[1];\n pcVar19 = pcVar11 + 1;\n if (bVar22 == 0x7b) {\n bVar22 = pcVar11[2];\n pcVar19 = pcVar11 + 2;\n }\n pbVar18 = (byte *)(pcVar19 + 1);\n bVar31 = bVar22 < 0x4c;\n bVar33 = bVar22 == 0x4c;\n if (bVar33) {\n iVar9 = 3;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x701f6;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 4;\n pbVar25 = &DAT_000af890;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n sVar15 = 3;\n pcVar29 = (char *)0x0;\n pcVar19 = "lib";\nLAB_00048700:\n pcVar14 = (char *)xmalloc(sVar15 + sVar27);\n iVar9 = (int)pcVar11 - (int)local_84;\n if (pcVar17 == (char *)0x0) {\n sprintf(pcVar14,"%.*s%s",iVar9,local_84,pcVar19);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + sVar27);\n }\n else {\n sprintf(pcVar14,"%.*s%s/%s",iVar9,local_84,pcVar19,pcVar17 + 1);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + 1 + sVar27);\n }\n free(local_84);\n local_84 = pcVar14;\n }\n else {\n bVar31 = bVar22 < 0x4f;\n bVar33 = bVar22 == 0x4f;\n if (bVar33) {\n iVar9 = 6;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x704cc;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 7;\n pbVar25 = (byte *)"RIGIN}";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n pbVar13 = needed.by;\n if (((needed.by != (bfd *)0x0) ||\n (pbVar13 = link_info.output_bfd, link_info.output_bfd != (bfd *)0x0))\n && (pcVar29 = pbVar13->filename, pcVar29 != (char *)0x0)) {\n if (*pcVar29 == '/') {\n pcVar19 = (char *)xstrdup(pcVar29);\n }\n else {\n pcVar14 = (char *)getpwd();\n sVar15 = strlen(pcVar29);\n sVar16 = strlen(pcVar14);\n pcVar19 = (char *)xmalloc(sVar15 + 2 + sVar16);\n sprintf(pcVar19,"%s/%s",pcVar14,pcVar29);\n }\n pcVar29 = strrchr(pcVar19,0x2f);\n if (pcVar29 != (char *)0x0) {\n *pcVar29 = '\0';\n }\n sVar15 = strlen(pcVar19);\n pcVar29 = pcVar19;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (verbose != 0) {\n pcVar19 = (char *)dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n info_msg(pcVar19,pcVar11);\n }\n if (pcVar17 != (char *)0x0) {\n *pcVar17 = '/';\n }\n pcVar29 = (char *)0x0;\n pcVar11 = pcVar11 + (1 - (int)local_84);\n }\n free(pcVar29);\n }\n needed.name = local_84;\n bVar10 = gldaarch64elf32b_try_needed(&needed,(int)local_84,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar11 = local_68 + 1;\n } while( true );\n }\n sVar12 = strlen(local_78->name);\n if (search_head != (search_dirs_type *)0x0) {\n psVar26 = search_head;\n do {\n if (psVar26->cmdline == 0) {\n sVar27 = strlen(psVar26->name);\n pcVar11 = (char *)xmalloc(sVar27 + sVar12 + 2);\n sprintf(pcVar11,"%s/%s",psVar26->name,local_78->name);\n nn.name = pcVar11;\n bVar10 = gldaarch64elf32b_try_needed(&nn,(int)pcVar11,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n free(pcVar11);\n }\n psVar26 = psVar26->next;\n } while (psVar26 != (search_dirs *)0x0);\n }\n if (local_64 == (dt_needed *)0x1) goto code_r0x00048a13;\n local_64 = (dt_needed *)0x1;\n } while( true );\n }\n nn.name = global_found->filename;\n bVar10 = gldaarch64elf32b_try_needed(&nn,(int)nn.name,(dt_needed *)0x1);\n if (bVar10 == 0) goto LAB_00048538;\n }\n }\n goto LAB_000484a0;\n }\nLAB_000484b2:\n if (((link_info._3_1_ & 0xc0) == 0x80) &&\n (iVar9 = bfd_elf_parse_eh_frame_entries(0,&link_info), iVar9 == 0)) {\n pcVar11 = (char *)dcgettext(0,"%F%P: failed to parse EH frame entries\n",5);\n einfo(pcVar11);\n }\n }\n }" { (if_statement "if (command_line.out_implib_filename != (char *)0x0) {\n unlink_if_ordinary(command_line.out_implib_filename);\n link_info.out_implib_bfd =\n (bfd *)bfd_openw(command_line.out_implib_filename,(link_info.output_bfd)->xvec->name);\n pcVar11 = command_line.out_implib_filename;\n if (link_info.out_implib_bfd == (bfd *)0x0) {\n pcVar20 = (char *)dcgettext(0,"%F%P: %s: can\'t open for writing: %E\n",5);\n einfo(pcVar20,pcVar11);\n }\n }" if (parenthesized_expression "(command_line.out_implib_filename != (char *)0x0)" ( (binary_expression "command_line.out_implib_filename != (char *)0x0" (field_expression "command_line.out_implib_filename" identifier . field_identifier) != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n unlink_if_ordinary(command_line.out_implib_filename);\n link_info.out_implib_bfd =\n (bfd *)bfd_openw(command_line.out_implib_filename,(link_info.output_bfd)->xvec->name);\n pcVar11 = command_line.out_implib_filename;\n if (link_info.out_implib_bfd == (bfd *)0x0) {\n pcVar20 = (char *)dcgettext(0,"%F%P: %s: can\'t open for writing: %E\n",5);\n einfo(pcVar20,pcVar11);\n }\n }" { (expression_statement "unlink_if_ordinary(command_line.out_implib_filename);" (call_expression "unlink_if_ordinary(command_line.out_implib_filename)" identifier (argument_list "(command_line.out_implib_filename)" ( (field_expression "command_line.out_implib_filename" identifier . field_identifier) ))) ;) (expression_statement "link_info.out_implib_bfd =\n (bfd *)bfd_openw(command_line.out_implib_filename,(link_info.output_bfd)->xvec->name);" (assignment_expression "link_info.out_implib_bfd =\n (bfd *)bfd_openw(command_line.out_implib_filename,(link_info.output_bfd)->xvec->name)" (field_expression "link_info.out_implib_bfd" identifier . field_identifier) = (cast_expression "(bfd *)bfd_openw(command_line.out_implib_filename,(link_info.output_bfd)->xvec->name)" ( (type_descriptor "bfd *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "bfd_openw(command_line.out_implib_filename,(link_info.output_bfd)->xvec->name)" identifier (argument_list "(command_line.out_implib_filename,(link_info.output_bfd)->xvec->name)" ( (field_expression "command_line.out_implib_filename" identifier . field_identifier) , (field_expression "(link_info.output_bfd)->xvec->name" (field_expression "(link_info.output_bfd)->xvec" (parenthesized_expression "(link_info.output_bfd)" ( (field_expression "link_info.output_bfd" identifier . field_identifier) )) -> field_identifier) -> field_identifier) ))))) ;) (expression_statement "pcVar11 = command_line.out_implib_filename;" (assignment_expression "pcVar11 = command_line.out_implib_filename" identifier = (field_expression "command_line.out_implib_filename" identifier . field_identifier)) ;) (if_statement "if (link_info.out_implib_bfd == (bfd *)0x0) {\n pcVar20 = (char *)dcgettext(0,"%F%P: %s: can\'t open for writing: %E\n",5);\n einfo(pcVar20,pcVar11);\n }" if (parenthesized_expression "(link_info.out_implib_bfd == (bfd *)0x0)" ( (binary_expression "link_info.out_implib_bfd == (bfd *)0x0" (field_expression "link_info.out_implib_bfd" identifier . field_identifier) == (cast_expression "(bfd *)0x0" ( (type_descriptor "bfd *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pcVar20 = (char *)dcgettext(0,"%F%P: %s: can\'t open for writing: %E\n",5);\n einfo(pcVar20,pcVar11);\n }" { (expression_statement "pcVar20 = (char *)dcgettext(0,"%F%P: %s: can\'t open for writing: %E\n",5);" (assignment_expression "pcVar20 = (char *)dcgettext(0,"%F%P: %s: can\'t open for writing: %E\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"%F%P: %s: can\'t open for writing: %E\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"%F%P: %s: can\'t open for writing: %E\n",5)" identifier (argument_list "(0,"%F%P: %s: can\'t open for writing: %E\n",5)" ( number_literal , (string_literal ""%F%P: %s: can\'t open for writing: %E\n"" " string_content escape_sequence string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "einfo(pcVar20,pcVar11);" (call_expression "einfo(pcVar20,pcVar11)" identifier (argument_list "(pcVar20,pcVar11)" ( identifier , identifier ))) ;) })) })) (expression_statement "pbVar23 = link_info.output_bfd;" (assignment_expression "pbVar23 = link_info.output_bfd" identifier = (field_expression "link_info.output_bfd" identifier . field_identifier)) ;) (expression_statement "pbVar13 = link_info.input_bfds;" (assignment_expression "pbVar13 = link_info.input_bfds" identifier = (field_expression "link_info.input_bfds" identifier . field_identifier)) ;) (if_statement "if (emit_note_gnu_build_id != (char *)0x0) {\n for (; pbVar13 != (bfd *)0x0; pbVar13 = (pbVar13->link).next) {\n if (((pbVar13->xvec->flavour == bfd_target_elf_flavour) && (pbVar13->section_count != 0)) &&\n ((*(byte *)((int)pbVar13->usrdata + 0x24) & 0x10) == 0)) {\n bVar35 = compute_build_id_size(emit_note_gnu_build_id);\n if ((bVar35 == 0) || (bVar35 + 0x10 == 0)) {\n pcVar11 = "%P: warning: unrecognized --build-id style ignored\n";\n }\n else {\n paVar6 = (asection *)\n bfd_make_section_with_flags\n (pbVar13,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n /* .gnu.warning sections are handled specially by elf32.em. */\n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n /* Adjust the address for the rodata segment. We want to adjust up to\n the same address within the page on the next page up. */\n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." /* TRUNCATED STRING LITERAL */\n );\n if (paVar6 != (asection *)0x0) {\n paVar6->alignment_power = 2;\n pbVar23 = link_info.output_bfd;\n poVar2 = (((link_info.output_bfd)->tdata).elf_obj_data)->o;\n (poVar2->build_id).after_write_object_contents = write_build_id;\n pcVar11 = emit_note_gnu_build_id;\n (poVar2->build_id).sec = paVar6;\n (poVar2->build_id).style = pcVar11;\n *(undefined4 *)((int)paVar6->used_by_bfd + 4) = 7;\n paVar6->size = bVar35 + 0x10;\n goto LAB_000482f4;\n }\n pcVar11 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";\n }\n pcVar11 = (char *)dcgettext(0,pcVar11,5);\n einfo(pcVar11);\n break;\n }\n }\n free(emit_note_gnu_build_id);\n emit_note_gnu_build_id = (char *)0x0;\n pbVar23 = link_info.output_bfd;\n }" if (parenthesized_expression "(emit_note_gnu_build_id != (char *)0x0)" ( (binary_expression "emit_note_gnu_build_id != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n for (; pbVar13 != (bfd *)0x0; pbVar13 = (pbVar13->link).next) {\n if (((pbVar13->xvec->flavour == bfd_target_elf_flavour) && (pbVar13->section_count != 0)) &&\n ((*(byte *)((int)pbVar13->usrdata + 0x24) & 0x10) == 0)) {\n bVar35 = compute_build_id_size(emit_note_gnu_build_id);\n if ((bVar35 == 0) || (bVar35 + 0x10 == 0)) {\n pcVar11 = "%P: warning: unrecognized --build-id style ignored\n";\n }\n else {\n paVar6 = (asection *)\n bfd_make_section_with_flags\n (pbVar13,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n /* .gnu.warning sections are handled specially by elf32.em. */\n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n /* Adjust the address for the rodata segment. We want to adjust up to\n the same address within the page on the next page up. */\n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." /* TRUNCATED STRING LITERAL */\n );\n if (paVar6 != (asection *)0x0) {\n paVar6->alignment_power = 2;\n pbVar23 = link_info.output_bfd;\n poVar2 = (((link_info.output_bfd)->tdata).elf_obj_data)->o;\n (poVar2->build_id).after_write_object_contents = write_build_id;\n pcVar11 = emit_note_gnu_build_id;\n (poVar2->build_id).sec = paVar6;\n (poVar2->build_id).style = pcVar11;\n *(undefined4 *)((int)paVar6->used_by_bfd + 4) = 7;\n paVar6->size = bVar35 + 0x10;\n goto LAB_000482f4;\n }\n pcVar11 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";\n }\n pcVar11 = (char *)dcgettext(0,pcVar11,5);\n einfo(pcVar11);\n break;\n }\n }\n free(emit_note_gnu_build_id);\n emit_note_gnu_build_id = (char *)0x0;\n pbVar23 = link_info.output_bfd;\n }" { (for_statement "for (; pbVar13 != (bfd *)0x0; pbVar13 = (pbVar13->link).next) {\n if (((pbVar13->xvec->flavour == bfd_target_elf_flavour) && (pbVar13->section_count != 0)) &&\n ((*(byte *)((int)pbVar13->usrdata + 0x24) & 0x10) == 0)) {\n bVar35 = compute_build_id_size(emit_note_gnu_build_id);\n if ((bVar35 == 0) || (bVar35 + 0x10 == 0)) {\n pcVar11 = "%P: warning: unrecognized --build-id style ignored\n";\n }\n else {\n paVar6 = (asection *)\n bfd_make_section_with_flags\n (pbVar13,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n /* .gnu.warning sections are handled specially by elf32.em. */\n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n /* Adjust the address for the rodata segment. We want to adjust up to\n the same address within the page on the next page up. */\n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." /* TRUNCATED STRING LITERAL */\n );\n if (paVar6 != (asection *)0x0) {\n paVar6->alignment_power = 2;\n pbVar23 = link_info.output_bfd;\n poVar2 = (((link_info.output_bfd)->tdata).elf_obj_data)->o;\n (poVar2->build_id).after_write_object_contents = write_build_id;\n pcVar11 = emit_note_gnu_build_id;\n (poVar2->build_id).sec = paVar6;\n (poVar2->build_id).style = pcVar11;\n *(undefined4 *)((int)paVar6->used_by_bfd + 4) = 7;\n paVar6->size = bVar35 + 0x10;\n goto LAB_000482f4;\n }\n pcVar11 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";\n }\n pcVar11 = (char *)dcgettext(0,pcVar11,5);\n einfo(pcVar11);\n break;\n }\n }" for ( ; (binary_expression "pbVar13 != (bfd *)0x0" identifier != (cast_expression "(bfd *)0x0" ( (type_descriptor "bfd *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ; (assignment_expression "pbVar13 = (pbVar13->link).next" identifier = (field_expression "(pbVar13->link).next" (parenthesized_expression "(pbVar13->link)" ( (field_expression "pbVar13->link" identifier -> field_identifier) )) . field_identifier)) ) (compound_statement "{\n if (((pbVar13->xvec->flavour == bfd_target_elf_flavour) && (pbVar13->section_count != 0)) &&\n ((*(byte *)((int)pbVar13->usrdata + 0x24) & 0x10) == 0)) {\n bVar35 = compute_build_id_size(emit_note_gnu_build_id);\n if ((bVar35 == 0) || (bVar35 + 0x10 == 0)) {\n pcVar11 = "%P: warning: unrecognized --build-id style ignored\n";\n }\n else {\n paVar6 = (asection *)\n bfd_make_section_with_flags\n (pbVar13,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n /* .gnu.warning sections are handled specially by elf32.em. */\n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n /* Adjust the address for the rodata segment. We want to adjust up to\n the same address within the page on the next page up. */\n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." /* TRUNCATED STRING LITERAL */\n );\n if (paVar6 != (asection *)0x0) {\n paVar6->alignment_power = 2;\n pbVar23 = link_info.output_bfd;\n poVar2 = (((link_info.output_bfd)->tdata).elf_obj_data)->o;\n (poVar2->build_id).after_write_object_contents = write_build_id;\n pcVar11 = emit_note_gnu_build_id;\n (poVar2->build_id).sec = paVar6;\n (poVar2->build_id).style = pcVar11;\n *(undefined4 *)((int)paVar6->used_by_bfd + 4) = 7;\n paVar6->size = bVar35 + 0x10;\n goto LAB_000482f4;\n }\n pcVar11 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";\n }\n pcVar11 = (char *)dcgettext(0,pcVar11,5);\n einfo(pcVar11);\n break;\n }\n }" { (if_statement "if (((pbVar13->xvec->flavour == bfd_target_elf_flavour) && (pbVar13->section_count != 0)) &&\n ((*(byte *)((int)pbVar13->usrdata + 0x24) & 0x10) == 0)) {\n bVar35 = compute_build_id_size(emit_note_gnu_build_id);\n if ((bVar35 == 0) || (bVar35 + 0x10 == 0)) {\n pcVar11 = "%P: warning: unrecognized --build-id style ignored\n";\n }\n else {\n paVar6 = (asection *)\n bfd_make_section_with_flags\n (pbVar13,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n /* .gnu.warning sections are handled specially by elf32.em. */\n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n /* Adjust the address for the rodata segment. We want to adjust up to\n the same address within the page on the next page up. */\n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." /* TRUNCATED STRING LITERAL */\n );\n if (paVar6 != (asection *)0x0) {\n paVar6->alignment_power = 2;\n pbVar23 = link_info.output_bfd;\n poVar2 = (((link_info.output_bfd)->tdata).elf_obj_data)->o;\n (poVar2->build_id).after_write_object_contents = write_build_id;\n pcVar11 = emit_note_gnu_build_id;\n (poVar2->build_id).sec = paVar6;\n (poVar2->build_id).style = pcVar11;\n *(undefined4 *)((int)paVar6->used_by_bfd + 4) = 7;\n paVar6->size = bVar35 + 0x10;\n goto LAB_000482f4;\n }\n pcVar11 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";\n }\n pcVar11 = (char *)dcgettext(0,pcVar11,5);\n einfo(pcVar11);\n break;\n }" if (parenthesized_expression "(((pbVar13->xvec->flavour == bfd_target_elf_flavour) && (pbVar13->section_count != 0)) &&\n ((*(byte *)((int)pbVar13->usrdata + 0x24) & 0x10) == 0))" ( (binary_expression "((pbVar13->xvec->flavour == bfd_target_elf_flavour) && (pbVar13->section_count != 0)) &&\n ((*(byte *)((int)pbVar13->usrdata + 0x24) & 0x10) == 0)" (parenthesized_expression "((pbVar13->xvec->flavour == bfd_target_elf_flavour) && (pbVar13->section_count != 0))" ( (binary_expression "(pbVar13->xvec->flavour == bfd_target_elf_flavour) && (pbVar13->section_count != 0)" (parenthesized_expression "(pbVar13->xvec->flavour == bfd_target_elf_flavour)" ( (binary_expression "pbVar13->xvec->flavour == bfd_target_elf_flavour" (field_expression "pbVar13->xvec->flavour" (field_expression "pbVar13->xvec" identifier -> field_identifier) -> field_identifier) == identifier) )) && (parenthesized_expression "(pbVar13->section_count != 0)" ( (binary_expression "pbVar13->section_count != 0" (field_expression "pbVar13->section_count" identifier -> field_identifier) != number_literal) ))) )) && (parenthesized_expression "((*(byte *)((int)pbVar13->usrdata + 0x24) & 0x10) == 0)" ( (binary_expression "(*(byte *)((int)pbVar13->usrdata + 0x24) & 0x10) == 0" (parenthesized_expression "(*(byte *)((int)pbVar13->usrdata + 0x24) & 0x10)" ( (binary_expression "*(byte *)((int)pbVar13->usrdata + 0x24) & 0x10" (pointer_expression "*(byte *)((int)pbVar13->usrdata + 0x24)" * (cast_expression "(byte *)((int)pbVar13->usrdata + 0x24)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)pbVar13->usrdata + 0x24)" ( (binary_expression "(int)pbVar13->usrdata + 0x24" (cast_expression "(int)pbVar13->usrdata" ( (type_descriptor "int" primitive_type) ) (field_expression "pbVar13->usrdata" identifier -> field_identifier)) + number_literal) )))) & number_literal) )) == number_literal) ))) )) (compound_statement "{\n bVar35 = compute_build_id_size(emit_note_gnu_build_id);\n if ((bVar35 == 0) || (bVar35 + 0x10 == 0)) {\n pcVar11 = "%P: warning: unrecognized --build-id style ignored\n";\n }\n else {\n paVar6 = (asection *)\n bfd_make_section_with_flags\n (pbVar13,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n /* .gnu.warning sections are handled specially by elf32.em. */\n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n /* Adjust the address for the rodata segment. We want to adjust up to\n the same address within the page on the next page up. */\n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." /* TRUNCATED STRING LITERAL */\n );\n if (paVar6 != (asection *)0x0) {\n paVar6->alignment_power = 2;\n pbVar23 = link_info.output_bfd;\n poVar2 = (((link_info.output_bfd)->tdata).elf_obj_data)->o;\n (poVar2->build_id).after_write_object_contents = write_build_id;\n pcVar11 = emit_note_gnu_build_id;\n (poVar2->build_id).sec = paVar6;\n (poVar2->build_id).style = pcVar11;\n *(undefined4 *)((int)paVar6->used_by_bfd + 4) = 7;\n paVar6->size = bVar35 + 0x10;\n goto LAB_000482f4;\n }\n pcVar11 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";\n }\n pcVar11 = (char *)dcgettext(0,pcVar11,5);\n einfo(pcVar11);\n break;\n }" { (expression_statement "bVar35 = compute_build_id_size(emit_note_gnu_build_id);" (assignment_expression "bVar35 = compute_build_id_size(emit_note_gnu_build_id)" identifier = (call_expression "compute_build_id_size(emit_note_gnu_build_id)" identifier (argument_list "(emit_note_gnu_build_id)" ( identifier )))) ;) (if_statement "if ((bVar35 == 0) || (bVar35 + 0x10 == 0)) {\n pcVar11 = "%P: warning: unrecognized --build-id style ignored\n";\n }\n else {\n paVar6 = (asection *)\n bfd_make_section_with_flags\n (pbVar13,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n /* .gnu.warning sections are handled specially by elf32.em. */\n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n /* Adjust the address for the rodata segment. We want to adjust up to\n the same address within the page on the next page up. */\n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." /* TRUNCATED STRING LITERAL */\n );\n if (paVar6 != (asection *)0x0) {\n paVar6->alignment_power = 2;\n pbVar23 = link_info.output_bfd;\n poVar2 = (((link_info.output_bfd)->tdata).elf_obj_data)->o;\n (poVar2->build_id).after_write_object_contents = write_build_id;\n pcVar11 = emit_note_gnu_build_id;\n (poVar2->build_id).sec = paVar6;\n (poVar2->build_id).style = pcVar11;\n *(undefined4 *)((int)paVar6->used_by_bfd + 4) = 7;\n paVar6->size = bVar35 + 0x10;\n goto LAB_000482f4;\n }\n pcVar11 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";\n }" if (parenthesized_expression "((bVar35 == 0) || (bVar35 + 0x10 == 0))" ( (binary_expression "(bVar35 == 0) || (bVar35 + 0x10 == 0)" (parenthesized_expression "(bVar35 == 0)" ( (binary_expression "bVar35 == 0" identifier == number_literal) )) || (parenthesized_expression "(bVar35 + 0x10 == 0)" ( (binary_expression "bVar35 + 0x10 == 0" (binary_expression "bVar35 + 0x10" identifier + number_literal) == number_literal) ))) )) (compound_statement "{\n pcVar11 = "%P: warning: unrecognized --build-id style ignored\n";\n }" { (expression_statement "pcVar11 = "%P: warning: unrecognized --build-id style ignored\n";" (assignment_expression "pcVar11 = "%P: warning: unrecognized --build-id style ignored\n"" identifier = (string_literal ""%P: warning: unrecognized --build-id style ignored\n"" " string_content escape_sequence ")) ;) }) (else_clause "else {\n paVar6 = (asection *)\n bfd_make_section_with_flags\n (pbVar13,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n /* .gnu.warning sections are handled specially by elf32.em. */\n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n /* Adjust the address for the rodata segment. We want to adjust up to\n the same address within the page on the next page up. */\n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." /* TRUNCATED STRING LITERAL */\n );\n if (paVar6 != (asection *)0x0) {\n paVar6->alignment_power = 2;\n pbVar23 = link_info.output_bfd;\n poVar2 = (((link_info.output_bfd)->tdata).elf_obj_data)->o;\n (poVar2->build_id).after_write_object_contents = write_build_id;\n pcVar11 = emit_note_gnu_build_id;\n (poVar2->build_id).sec = paVar6;\n (poVar2->build_id).style = pcVar11;\n *(undefined4 *)((int)paVar6->used_by_bfd + 4) = 7;\n paVar6->size = bVar35 + 0x10;\n goto LAB_000482f4;\n }\n pcVar11 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";\n }" else (compound_statement "{\n paVar6 = (asection *)\n bfd_make_section_with_flags\n (pbVar13,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n /* .gnu.warning sections are handled specially by elf32.em. */\n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n /* Adjust the address for the rodata segment. We want to adjust up to\n the same address within the page on the next page up. */\n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." /* TRUNCATED STRING LITERAL */\n );\n if (paVar6 != (asection *)0x0) {\n paVar6->alignment_power = 2;\n pbVar23 = link_info.output_bfd;\n poVar2 = (((link_info.output_bfd)->tdata).elf_obj_data)->o;\n (poVar2->build_id).after_write_object_contents = write_build_id;\n pcVar11 = emit_note_gnu_build_id;\n (poVar2->build_id).sec = paVar6;\n (poVar2->build_id).style = pcVar11;\n *(undefined4 *)((int)paVar6->used_by_bfd + 4) = 7;\n paVar6->size = bVar35 + 0x10;\n goto LAB_000482f4;\n }\n pcVar11 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";\n }" { (expression_statement "paVar6 = (asection *)\n bfd_make_section_with_flags\n (pbVar13,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n /* .gnu.warning sections are handled specially by elf32.em. */\n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n /* Adjust the address for the rodata segment. We want to adjust up to\n the same address within the page on the next page up. */\n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." /* TRUNCATED STRING LITERAL */\n );" (assignment_expression "paVar6 = (asection *)\n bfd_make_section_with_flags\n (pbVar13,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n /* .gnu.warning sections are handled specially by elf32.em. */\n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n /* Adjust the address for the rodata segment. We want to adjust up to\n the same address within the page on the next page up. */\n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." /* TRUNCATED STRING LITERAL */\n )" identifier = (cast_expression "(asection *)\n bfd_make_section_with_flags\n (pbVar13,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n /* .gnu.warning sections are handled specially by elf32.em. */\n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n /* Adjust the address for the rodata segment. We want to adjust up to\n the same address within the page on the next page up. */\n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." /* TRUNCATED STRING LITERAL */\n )" ( (type_descriptor "asection *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "bfd_make_section_with_flags\n (pbVar13,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n /* .gnu.warning sections are handled specially by elf32.em. */\n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n /* Adjust the address for the rodata segment. We want to adjust up to\n the same address within the page on the next page up. */\n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." /* TRUNCATED STRING LITERAL */\n )" identifier (argument_list "(pbVar13,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n /* .gnu.warning sections are handled specially by elf32.em. */\n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n /* Adjust the address for the rodata segment. We want to adjust up to\n the same address within the page on the next page up. */\n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." /* TRUNCATED STRING LITERAL */\n )" ( identifier , (string_literal "".note.gnu.build-id"" " string_content ") , (string_literal ""t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n /* .gnu.warning sections are handled specially by elf32.em. */\n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n /* Adjust the address for the rodata segment. We want to adjust up to\n the same address within the page on the next page up. */\n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..."" " string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content ") comment ))))) ;) (if_statement "if (paVar6 != (asection *)0x0) {\n paVar6->alignment_power = 2;\n pbVar23 = link_info.output_bfd;\n poVar2 = (((link_info.output_bfd)->tdata).elf_obj_data)->o;\n (poVar2->build_id).after_write_object_contents = write_build_id;\n pcVar11 = emit_note_gnu_build_id;\n (poVar2->build_id).sec = paVar6;\n (poVar2->build_id).style = pcVar11;\n *(undefined4 *)((int)paVar6->used_by_bfd + 4) = 7;\n paVar6->size = bVar35 + 0x10;\n goto LAB_000482f4;\n }" if (parenthesized_expression "(paVar6 != (asection *)0x0)" ( (binary_expression "paVar6 != (asection *)0x0" identifier != (cast_expression "(asection *)0x0" ( (type_descriptor "asection *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n paVar6->alignment_power = 2;\n pbVar23 = link_info.output_bfd;\n poVar2 = (((link_info.output_bfd)->tdata).elf_obj_data)->o;\n (poVar2->build_id).after_write_object_contents = write_build_id;\n pcVar11 = emit_note_gnu_build_id;\n (poVar2->build_id).sec = paVar6;\n (poVar2->build_id).style = pcVar11;\n *(undefined4 *)((int)paVar6->used_by_bfd + 4) = 7;\n paVar6->size = bVar35 + 0x10;\n goto LAB_000482f4;\n }" { (expression_statement "paVar6->alignment_power = 2;" (assignment_expression "paVar6->alignment_power = 2" (field_expression "paVar6->alignment_power" identifier -> field_identifier) = number_literal) ;) (expression_statement "pbVar23 = link_info.output_bfd;" (assignment_expression "pbVar23 = link_info.output_bfd" identifier = (field_expression "link_info.output_bfd" identifier . field_identifier)) ;) (expression_statement "poVar2 = (((link_info.output_bfd)->tdata).elf_obj_data)->o;" (assignment_expression "poVar2 = (((link_info.output_bfd)->tdata).elf_obj_data)->o" identifier = (field_expression "(((link_info.output_bfd)->tdata).elf_obj_data)->o" (parenthesized_expression "(((link_info.output_bfd)->tdata).elf_obj_data)" ( (field_expression "((link_info.output_bfd)->tdata).elf_obj_data" (parenthesized_expression "((link_info.output_bfd)->tdata)" ( (field_expression "(link_info.output_bfd)->tdata" (parenthesized_expression "(link_info.output_bfd)" ( (field_expression "link_info.output_bfd" identifier . field_identifier) )) -> field_identifier) )) . field_identifier) )) -> field_identifier)) ;) (expression_statement "(poVar2->build_id).after_write_object_contents = write_build_id;" (assignment_expression "(poVar2->build_id).after_write_object_contents = write_build_id" (field_expression "(poVar2->build_id).after_write_object_contents" (parenthesized_expression "(poVar2->build_id)" ( (field_expression "poVar2->build_id" identifier -> field_identifier) )) . field_identifier) = identifier) ;) (expression_statement "pcVar11 = emit_note_gnu_build_id;" (assignment_expression "pcVar11 = emit_note_gnu_build_id" identifier = identifier) ;) (expression_statement "(poVar2->build_id).sec = paVar6;" (assignment_expression "(poVar2->build_id).sec = paVar6" (field_expression "(poVar2->build_id).sec" (parenthesized_expression "(poVar2->build_id)" ( (field_expression "poVar2->build_id" identifier -> field_identifier) )) . field_identifier) = identifier) ;) (expression_statement "(poVar2->build_id).style = pcVar11;" (assignment_expression "(poVar2->build_id).style = pcVar11" (field_expression "(poVar2->build_id).style" (parenthesized_expression "(poVar2->build_id)" ( (field_expression "poVar2->build_id" identifier -> field_identifier) )) . field_identifier) = identifier) ;) (expression_statement "*(undefined4 *)((int)paVar6->used_by_bfd + 4) = 7;" (assignment_expression "*(undefined4 *)((int)paVar6->used_by_bfd + 4) = 7" (pointer_expression "*(undefined4 *)((int)paVar6->used_by_bfd + 4)" * (cast_expression "(undefined4 *)((int)paVar6->used_by_bfd + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)paVar6->used_by_bfd + 4)" ( (binary_expression "(int)paVar6->used_by_bfd + 4" (cast_expression "(int)paVar6->used_by_bfd" ( (type_descriptor "int" primitive_type) ) (field_expression "paVar6->used_by_bfd" identifier -> field_identifier)) + number_literal) )))) = number_literal) ;) (expression_statement "paVar6->size = bVar35 + 0x10;" (assignment_expression "paVar6->size = bVar35 + 0x10" (field_expression "paVar6->size" identifier -> field_identifier) = (binary_expression "bVar35 + 0x10" identifier + number_literal)) ;) (goto_statement "goto LAB_000482f4;" goto statement_identifier ;) })) (expression_statement "pcVar11 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";" (assignment_expression "pcVar11 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n"" identifier = (string_literal ""%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n"" " string_content escape_sequence ")) ;) }))) (expression_statement "pcVar11 = (char *)dcgettext(0,pcVar11,5);" (assignment_expression "pcVar11 = (char *)dcgettext(0,pcVar11,5)" identifier = (cast_expression "(char *)dcgettext(0,pcVar11,5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,pcVar11,5)" identifier (argument_list "(0,pcVar11,5)" ( number_literal , identifier , number_literal ))))) ;) (expression_statement "einfo(pcVar11);" (call_expression "einfo(pcVar11)" identifier (argument_list "(pcVar11)" ( identifier ))) ;) (break_statement "break;" break ;) })) })) (expression_statement "free(emit_note_gnu_build_id);" (call_expression "free(emit_note_gnu_build_id)" identifier (argument_list "(emit_note_gnu_build_id)" ( identifier ))) ;) (expression_statement "emit_note_gnu_build_id = (char *)0x0;" (assignment_expression "emit_note_gnu_build_id = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "pbVar23 = link_info.output_bfd;" (assignment_expression "pbVar23 = link_info.output_bfd" identifier = (field_expression "link_info.output_bfd" identifier . field_identifier)) ;) })) (labeled_statement "LAB_000482f4:\n (**(code **)((int)pbVar23->xvec->backend_data + 0x1d0))(&link_info);" statement_identifier : (expression_statement "(**(code **)((int)pbVar23->xvec->backend_data + 0x1d0))(&link_info);" (call_expression "(**(code **)((int)pbVar23->xvec->backend_data + 0x1d0))(&link_info)" (parenthesized_expression "(**(code **)((int)pbVar23->xvec->backend_data + 0x1d0))" ( (pointer_expression "**(code **)((int)pbVar23->xvec->backend_data + 0x1d0)" * (pointer_expression "*(code **)((int)pbVar23->xvec->backend_data + 0x1d0)" * (cast_expression "(code **)((int)pbVar23->xvec->backend_data + 0x1d0)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)pbVar23->xvec->backend_data + 0x1d0)" ( (binary_expression "(int)pbVar23->xvec->backend_data + 0x1d0" (cast_expression "(int)pbVar23->xvec->backend_data" ( (type_descriptor "int" primitive_type) ) (field_expression "pbVar23->xvec->backend_data" (field_expression "pbVar23->xvec" identifier -> field_identifier) -> field_identifier)) + number_literal) ))))) )) (argument_list "(&link_info)" ( (pointer_expression "&link_info" & identifier) ))) ;)) (if_statement "if ((link_info._0_1_ & 3) == 2) {\n if ((byte)link_info._5_1_ >> 7 == (~link_info._6_1_ & 1)) {\n bfd_make_section_with_flags\n (link_info.input_bfds,".note.GNU-stack",(byte)link_info._5_1_ >> 3 & 0x10 | 8);\n }\n }\n else {\n if (((link_info._4_1_ & 0x20) == 0) && (link_info.input_bfds != (bfd *)0x0)) {\n local_78 = (bfd_link_needed_list *)0x0;\n bVar31 = false;\n local_74 = (bfd *)0x0;\n pbVar13 = link_info.input_bfds;\n do {\n while ((*(byte *)((int)pbVar13->usrdata + 0x24) & 0x10) != 0) {\nLAB_00048a88:\n pbVar13 = (pbVar13->link).next;\n if (pbVar13 == (bfd *)0x0) goto LAB_00048b86;\n }\n pbVar24 = pbVar13->sections;\n if (pbVar24 != (bfd_section *)0x0) {\n local_84 = (char *)0x0;\n do {\n bVar33 = pbVar24->output_section <\n (bfd_section *)(PTR__bfd_std_section_001c1fd4 + 0x180);\n bVar30 = pbVar24->output_section ==\n (bfd_section *)(PTR__bfd_std_section_001c1fd4 + 0x180);\n pcVar11 = local_84;\n if (!bVar30) {\n iVar9 = 0xf;\n pbVar18 = (byte *)pbVar24->name;\n pbVar25 = (byte *)".eh_frame_entry";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar33 = *pbVar18 < *pbVar25;\n bVar30 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar30);\n bVar32 = false;\n bVar33 = (!bVar33 && !bVar30) == bVar33;\n if (bVar33) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar9 = 10;\n pbVar18 = (byte *)pbVar24->name;\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar32 = *pbVar18 < *pbVar25;\n bVar33 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n if (((!bVar32 && !bVar33) == bVar32) &&\n (piVar1 = (int *)((int)&pbVar24->size + 4), pcVar11 = (char *)1,\n *piVar1 == 0 && (uint)(8 < (uint)pbVar24->size) <= (uint)-*piVar1)) {\n pcVar11 = local_84;\n }\n }\n local_84 = pcVar11;\n pbVar24 = pbVar24->next;\n } while (pbVar24 != (bfd_section *)0x0);\n if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pbVar7 = (bfd_link_needed_list *)local_84;\n if ((local_78 != (bfd_link_needed_list *)0x0) &&\n (pbVar7 = local_78, local_78 != (bfd_link_needed_list *)local_84)) {\n if (local_84 != (char *)0x1) {\n pbVar13 = local_74;\n }\n pcVar11 = (char *)dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n einfo(pcVar11,pbVar13);\n break;\n }\n local_78 = pbVar7;\n if ((local_74 == (bfd *)0x0) &&\n (((local_84 == (char *)0x2 || ((link_info._2_2_ & 0xc000) != 0)) &&\n (bVar31 = true, pbVar13->xvec->flavour == bfd_target_elf_flavour)))) {\n local_74 = pbVar13;\n }\n }\n }\n if (local_78 != (bfd_link_needed_list *)0x2) goto LAB_00048a88;\n pbVar13 = (pbVar13->link).next;\n link_info._2_2_ = link_info._2_2_ & 0x3fff | 0x8000;\n } while (pbVar13 != (bfd *)0x0);\nLAB_00048b86:\n if ((local_74 == (bfd *)0x0) ||\n (pbVar21 = (bfd_link_hash_entry *)\n bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)((int)local_74->xvec->backend_data + 0x30) | 8),\n pbVar21 == (bfd_link_hash_entry *)0x0)) {\n if (bVar31) {\n pcVar11 = (char *)dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n einfo(pcVar11);\n }\n }\n else {\n pbVar21[2].u.i.warning = (char *)0x2;\n pbVar5[4].undefs_tail = pbVar21;\n }\n }\n pbVar7 = (bfd_link_needed_list *)bfd_elf_get_needed_list(link_info.output_bfd,&link_info);\n local_78 = pbVar7;\n if (pbVar7 != (bfd_link_needed_list *)0x0) {\nLAB_00048360:\n pbVar4 = pbVar7;\n if ((local_78->by == (bfd *)0x0) ||\n ((uVar8 = bfd_elf_get_dyn_lib_class(local_78->by), (uVar8 & 1) == 0 &&\n (((local_78->by == (bfd *)0x0 || ((link_info._2_2_ & 0x180) != 0x80)) ||\n (uVar8 = bfd_elf_get_dyn_lib_class(local_78->by), (uVar8 & 4) == 0)))))) {\n for (; pbVar4 != local_78; pbVar4 = pbVar4->next) {\n if (((pbVar4->by == (bfd *)0x0) ||\n (uVar8 = bfd_elf_get_dyn_lib_class(pbVar4->by), (uVar8 & 1) == 0)) &&\n (iVar9 = strcmp(pbVar4->name,local_78->name), iVar9 == 0)) {\n if (pbVar4 != local_78) goto LAB_000484a0;\n break;\n }\n }\n global_found = (lang_input_statement_type *)0x0;\n global_needed = local_78;\n real_func = gldaarch64elf32b_check_needed;\n lang_for_each_input_file(aarch64_for_each_input_file_wrapper);\n if ((global_found == (lang_input_statement_type *)0x0) ||\n (uVar8 = bfd_elf_get_dyn_lib_class(global_found->the_bfd), (uVar8 & 1) != 0)) {\n pbVar13 = local_78->by;\n pcVar11 = local_78->name;\n n.by = pbVar13;\n n.name = pcVar11;\n nn.by = pbVar13;\n if (verbose != 0) {\n pcVar20 = (char *)dcgettext(0,"%s needed by %pB\n",5);\n info_msg(pcVar20,pcVar11,pbVar13);\n }\n if (global_found == (lang_input_statement_type *)0x0) {\nLAB_00048538:\n local_64 = (dt_needed *)0x0;\n do {\n pcVar20 = n.name;\n pcVar11 = command_line.rpath_link;\n if (*n.name == '/') {\n bVar10 = gldaarch64elf32b_try_needed(&n,(int)n.name,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n }\n else if ((command_line.rpath_link != (char *)0x0) &&\n (*command_line.rpath_link != '\0')) {\n needed.by = n.by;\n needed.name = n.name;\n sVar12 = strlen(n.name);\n do {\n local_68 = strchr(pcVar11,(int)config.rpath_separator);\n if (local_68 == (char *)0x0) {\n sVar27 = strlen(pcVar11);\n local_68 = pcVar11 + sVar27;\n }\n sVar27 = (int)local_68 - (int)pcVar11;\n local_84 = (char *)xmalloc(sVar12 + 2 + sVar27);\n pcVar17 = local_84;\n if (pcVar11 != local_68) {\n memcpy(local_84,pcVar11,sVar27);\n local_84[sVar27] = '/';\n pcVar17 = local_84 + sVar27 + 1;\n }\n pcVar11 = (char *)0x0;\n strcpy(pcVar17,pcVar20);\n while (pcVar11 = strchr(local_84 + (int)pcVar11,0x24), pcVar11 != (char *)0x0) {\n pcVar17 = strchr(pcVar11,0x2f);\n sVar27 = strlen(local_84);\n if (pcVar17 != (char *)0x0) {\n *pcVar17 = '\0';\n }\n bVar22 = pcVar11[1];\n pcVar19 = pcVar11 + 1;\n if (bVar22 == 0x7b) {\n bVar22 = pcVar11[2];\n pcVar19 = pcVar11 + 2;\n }\n pbVar18 = (byte *)(pcVar19 + 1);\n bVar31 = bVar22 < 0x4c;\n bVar33 = bVar22 == 0x4c;\n if (bVar33) {\n iVar9 = 3;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x701f6;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 4;\n pbVar25 = &DAT_000af890;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n sVar15 = 3;\n pcVar29 = (char *)0x0;\n pcVar19 = "lib";\nLAB_00048700:\n pcVar14 = (char *)xmalloc(sVar15 + sVar27);\n iVar9 = (int)pcVar11 - (int)local_84;\n if (pcVar17 == (char *)0x0) {\n sprintf(pcVar14,"%.*s%s",iVar9,local_84,pcVar19);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + sVar27);\n }\n else {\n sprintf(pcVar14,"%.*s%s/%s",iVar9,local_84,pcVar19,pcVar17 + 1);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + 1 + sVar27);\n }\n free(local_84);\n local_84 = pcVar14;\n }\n else {\n bVar31 = bVar22 < 0x4f;\n bVar33 = bVar22 == 0x4f;\n if (bVar33) {\n iVar9 = 6;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x704cc;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 7;\n pbVar25 = (byte *)"RIGIN}";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n pbVar13 = needed.by;\n if (((needed.by != (bfd *)0x0) ||\n (pbVar13 = link_info.output_bfd, link_info.output_bfd != (bfd *)0x0))\n && (pcVar29 = pbVar13->filename, pcVar29 != (char *)0x0)) {\n if (*pcVar29 == '/') {\n pcVar19 = (char *)xstrdup(pcVar29);\n }\n else {\n pcVar14 = (char *)getpwd();\n sVar15 = strlen(pcVar29);\n sVar16 = strlen(pcVar14);\n pcVar19 = (char *)xmalloc(sVar15 + 2 + sVar16);\n sprintf(pcVar19,"%s/%s",pcVar14,pcVar29);\n }\n pcVar29 = strrchr(pcVar19,0x2f);\n if (pcVar29 != (char *)0x0) {\n *pcVar29 = '\0';\n }\n sVar15 = strlen(pcVar19);\n pcVar29 = pcVar19;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (verbose != 0) {\n pcVar19 = (char *)dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n info_msg(pcVar19,pcVar11);\n }\n if (pcVar17 != (char *)0x0) {\n *pcVar17 = '/';\n }\n pcVar29 = (char *)0x0;\n pcVar11 = pcVar11 + (1 - (int)local_84);\n }\n free(pcVar29);\n }\n needed.name = local_84;\n bVar10 = gldaarch64elf32b_try_needed(&needed,(int)local_84,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar11 = local_68 + 1;\n } while( true );\n }\n sVar12 = strlen(local_78->name);\n if (search_head != (search_dirs_type *)0x0) {\n psVar26 = search_head;\n do {\n if (psVar26->cmdline == 0) {\n sVar27 = strlen(psVar26->name);\n pcVar11 = (char *)xmalloc(sVar27 + sVar12 + 2);\n sprintf(pcVar11,"%s/%s",psVar26->name,local_78->name);\n nn.name = pcVar11;\n bVar10 = gldaarch64elf32b_try_needed(&nn,(int)pcVar11,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n free(pcVar11);\n }\n psVar26 = psVar26->next;\n } while (psVar26 != (search_dirs *)0x0);\n }\n if (local_64 == (dt_needed *)0x1) goto code_r0x00048a13;\n local_64 = (dt_needed *)0x1;\n } while( true );\n }\n nn.name = global_found->filename;\n bVar10 = gldaarch64elf32b_try_needed(&nn,(int)nn.name,(dt_needed *)0x1);\n if (bVar10 == 0) goto LAB_00048538;\n }\n }\n goto LAB_000484a0;\n }\nLAB_000484b2:\n if (((link_info._3_1_ & 0xc0) == 0x80) &&\n (iVar9 = bfd_elf_parse_eh_frame_entries(0,&link_info), iVar9 == 0)) {\n pcVar11 = (char *)dcgettext(0,"%F%P: failed to parse EH frame entries\n",5);\n einfo(pcVar11);\n }\n }" if (parenthesized_expression "((link_info._0_1_ & 3) == 2)" ( (binary_expression "(link_info._0_1_ & 3) == 2" (parenthesized_expression "(link_info._0_1_ & 3)" ( (binary_expression "link_info._0_1_ & 3" (field_expression "link_info._0_1_" identifier . field_identifier) & number_literal) )) == number_literal) )) (compound_statement "{\n if ((byte)link_info._5_1_ >> 7 == (~link_info._6_1_ & 1)) {\n bfd_make_section_with_flags\n (link_info.input_bfds,".note.GNU-stack",(byte)link_info._5_1_ >> 3 & 0x10 | 8);\n }\n }" { (if_statement "if ((byte)link_info._5_1_ >> 7 == (~link_info._6_1_ & 1)) {\n bfd_make_section_with_flags\n (link_info.input_bfds,".note.GNU-stack",(byte)link_info._5_1_ >> 3 & 0x10 | 8);\n }" if (parenthesized_expression "((byte)link_info._5_1_ >> 7 == (~link_info._6_1_ & 1))" ( (binary_expression "(byte)link_info._5_1_ >> 7 == (~link_info._6_1_ & 1)" (binary_expression "(byte)link_info._5_1_ >> 7" (cast_expression "(byte)link_info._5_1_" ( (type_descriptor "byte" type_identifier) ) (field_expression "link_info._5_1_" identifier . field_identifier)) >> number_literal) == (parenthesized_expression "(~link_info._6_1_ & 1)" ( (binary_expression "~link_info._6_1_ & 1" (unary_expression "~link_info._6_1_" ~ (field_expression "link_info._6_1_" identifier . field_identifier)) & number_literal) ))) )) (compound_statement "{\n bfd_make_section_with_flags\n (link_info.input_bfds,".note.GNU-stack",(byte)link_info._5_1_ >> 3 & 0x10 | 8);\n }" { (expression_statement "bfd_make_section_with_flags\n (link_info.input_bfds,".note.GNU-stack",(byte)link_info._5_1_ >> 3 & 0x10 | 8);" (call_expression "bfd_make_section_with_flags\n (link_info.input_bfds,".note.GNU-stack",(byte)link_info._5_1_ >> 3 & 0x10 | 8)" identifier (argument_list "(link_info.input_bfds,".note.GNU-stack",(byte)link_info._5_1_ >> 3 & 0x10 | 8)" ( (field_expression "link_info.input_bfds" identifier . field_identifier) , (string_literal "".note.GNU-stack"" " string_content ") , (binary_expression "(byte)link_info._5_1_ >> 3 & 0x10 | 8" (binary_expression "(byte)link_info._5_1_ >> 3 & 0x10" (binary_expression "(byte)link_info._5_1_ >> 3" (cast_expression "(byte)link_info._5_1_" ( (type_descriptor "byte" type_identifier) ) (field_expression "link_info._5_1_" identifier . field_identifier)) >> number_literal) & number_literal) | number_literal) ))) ;) })) }) (else_clause "else {\n if (((link_info._4_1_ & 0x20) == 0) && (link_info.input_bfds != (bfd *)0x0)) {\n local_78 = (bfd_link_needed_list *)0x0;\n bVar31 = false;\n local_74 = (bfd *)0x0;\n pbVar13 = link_info.input_bfds;\n do {\n while ((*(byte *)((int)pbVar13->usrdata + 0x24) & 0x10) != 0) {\nLAB_00048a88:\n pbVar13 = (pbVar13->link).next;\n if (pbVar13 == (bfd *)0x0) goto LAB_00048b86;\n }\n pbVar24 = pbVar13->sections;\n if (pbVar24 != (bfd_section *)0x0) {\n local_84 = (char *)0x0;\n do {\n bVar33 = pbVar24->output_section <\n (bfd_section *)(PTR__bfd_std_section_001c1fd4 + 0x180);\n bVar30 = pbVar24->output_section ==\n (bfd_section *)(PTR__bfd_std_section_001c1fd4 + 0x180);\n pcVar11 = local_84;\n if (!bVar30) {\n iVar9 = 0xf;\n pbVar18 = (byte *)pbVar24->name;\n pbVar25 = (byte *)".eh_frame_entry";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar33 = *pbVar18 < *pbVar25;\n bVar30 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar30);\n bVar32 = false;\n bVar33 = (!bVar33 && !bVar30) == bVar33;\n if (bVar33) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar9 = 10;\n pbVar18 = (byte *)pbVar24->name;\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar32 = *pbVar18 < *pbVar25;\n bVar33 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n if (((!bVar32 && !bVar33) == bVar32) &&\n (piVar1 = (int *)((int)&pbVar24->size + 4), pcVar11 = (char *)1,\n *piVar1 == 0 && (uint)(8 < (uint)pbVar24->size) <= (uint)-*piVar1)) {\n pcVar11 = local_84;\n }\n }\n local_84 = pcVar11;\n pbVar24 = pbVar24->next;\n } while (pbVar24 != (bfd_section *)0x0);\n if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pbVar7 = (bfd_link_needed_list *)local_84;\n if ((local_78 != (bfd_link_needed_list *)0x0) &&\n (pbVar7 = local_78, local_78 != (bfd_link_needed_list *)local_84)) {\n if (local_84 != (char *)0x1) {\n pbVar13 = local_74;\n }\n pcVar11 = (char *)dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n einfo(pcVar11,pbVar13);\n break;\n }\n local_78 = pbVar7;\n if ((local_74 == (bfd *)0x0) &&\n (((local_84 == (char *)0x2 || ((link_info._2_2_ & 0xc000) != 0)) &&\n (bVar31 = true, pbVar13->xvec->flavour == bfd_target_elf_flavour)))) {\n local_74 = pbVar13;\n }\n }\n }\n if (local_78 != (bfd_link_needed_list *)0x2) goto LAB_00048a88;\n pbVar13 = (pbVar13->link).next;\n link_info._2_2_ = link_info._2_2_ & 0x3fff | 0x8000;\n } while (pbVar13 != (bfd *)0x0);\nLAB_00048b86:\n if ((local_74 == (bfd *)0x0) ||\n (pbVar21 = (bfd_link_hash_entry *)\n bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)((int)local_74->xvec->backend_data + 0x30) | 8),\n pbVar21 == (bfd_link_hash_entry *)0x0)) {\n if (bVar31) {\n pcVar11 = (char *)dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n einfo(pcVar11);\n }\n }\n else {\n pbVar21[2].u.i.warning = (char *)0x2;\n pbVar5[4].undefs_tail = pbVar21;\n }\n }\n pbVar7 = (bfd_link_needed_list *)bfd_elf_get_needed_list(link_info.output_bfd,&link_info);\n local_78 = pbVar7;\n if (pbVar7 != (bfd_link_needed_list *)0x0) {\nLAB_00048360:\n pbVar4 = pbVar7;\n if ((local_78->by == (bfd *)0x0) ||\n ((uVar8 = bfd_elf_get_dyn_lib_class(local_78->by), (uVar8 & 1) == 0 &&\n (((local_78->by == (bfd *)0x0 || ((link_info._2_2_ & 0x180) != 0x80)) ||\n (uVar8 = bfd_elf_get_dyn_lib_class(local_78->by), (uVar8 & 4) == 0)))))) {\n for (; pbVar4 != local_78; pbVar4 = pbVar4->next) {\n if (((pbVar4->by == (bfd *)0x0) ||\n (uVar8 = bfd_elf_get_dyn_lib_class(pbVar4->by), (uVar8 & 1) == 0)) &&\n (iVar9 = strcmp(pbVar4->name,local_78->name), iVar9 == 0)) {\n if (pbVar4 != local_78) goto LAB_000484a0;\n break;\n }\n }\n global_found = (lang_input_statement_type *)0x0;\n global_needed = local_78;\n real_func = gldaarch64elf32b_check_needed;\n lang_for_each_input_file(aarch64_for_each_input_file_wrapper);\n if ((global_found == (lang_input_statement_type *)0x0) ||\n (uVar8 = bfd_elf_get_dyn_lib_class(global_found->the_bfd), (uVar8 & 1) != 0)) {\n pbVar13 = local_78->by;\n pcVar11 = local_78->name;\n n.by = pbVar13;\n n.name = pcVar11;\n nn.by = pbVar13;\n if (verbose != 0) {\n pcVar20 = (char *)dcgettext(0,"%s needed by %pB\n",5);\n info_msg(pcVar20,pcVar11,pbVar13);\n }\n if (global_found == (lang_input_statement_type *)0x0) {\nLAB_00048538:\n local_64 = (dt_needed *)0x0;\n do {\n pcVar20 = n.name;\n pcVar11 = command_line.rpath_link;\n if (*n.name == '/') {\n bVar10 = gldaarch64elf32b_try_needed(&n,(int)n.name,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n }\n else if ((command_line.rpath_link != (char *)0x0) &&\n (*command_line.rpath_link != '\0')) {\n needed.by = n.by;\n needed.name = n.name;\n sVar12 = strlen(n.name);\n do {\n local_68 = strchr(pcVar11,(int)config.rpath_separator);\n if (local_68 == (char *)0x0) {\n sVar27 = strlen(pcVar11);\n local_68 = pcVar11 + sVar27;\n }\n sVar27 = (int)local_68 - (int)pcVar11;\n local_84 = (char *)xmalloc(sVar12 + 2 + sVar27);\n pcVar17 = local_84;\n if (pcVar11 != local_68) {\n memcpy(local_84,pcVar11,sVar27);\n local_84[sVar27] = '/';\n pcVar17 = local_84 + sVar27 + 1;\n }\n pcVar11 = (char *)0x0;\n strcpy(pcVar17,pcVar20);\n while (pcVar11 = strchr(local_84 + (int)pcVar11,0x24), pcVar11 != (char *)0x0) {\n pcVar17 = strchr(pcVar11,0x2f);\n sVar27 = strlen(local_84);\n if (pcVar17 != (char *)0x0) {\n *pcVar17 = '\0';\n }\n bVar22 = pcVar11[1];\n pcVar19 = pcVar11 + 1;\n if (bVar22 == 0x7b) {\n bVar22 = pcVar11[2];\n pcVar19 = pcVar11 + 2;\n }\n pbVar18 = (byte *)(pcVar19 + 1);\n bVar31 = bVar22 < 0x4c;\n bVar33 = bVar22 == 0x4c;\n if (bVar33) {\n iVar9 = 3;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x701f6;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 4;\n pbVar25 = &DAT_000af890;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n sVar15 = 3;\n pcVar29 = (char *)0x0;\n pcVar19 = "lib";\nLAB_00048700:\n pcVar14 = (char *)xmalloc(sVar15 + sVar27);\n iVar9 = (int)pcVar11 - (int)local_84;\n if (pcVar17 == (char *)0x0) {\n sprintf(pcVar14,"%.*s%s",iVar9,local_84,pcVar19);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + sVar27);\n }\n else {\n sprintf(pcVar14,"%.*s%s/%s",iVar9,local_84,pcVar19,pcVar17 + 1);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + 1 + sVar27);\n }\n free(local_84);\n local_84 = pcVar14;\n }\n else {\n bVar31 = bVar22 < 0x4f;\n bVar33 = bVar22 == 0x4f;\n if (bVar33) {\n iVar9 = 6;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x704cc;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 7;\n pbVar25 = (byte *)"RIGIN}";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n pbVar13 = needed.by;\n if (((needed.by != (bfd *)0x0) ||\n (pbVar13 = link_info.output_bfd, link_info.output_bfd != (bfd *)0x0))\n && (pcVar29 = pbVar13->filename, pcVar29 != (char *)0x0)) {\n if (*pcVar29 == '/') {\n pcVar19 = (char *)xstrdup(pcVar29);\n }\n else {\n pcVar14 = (char *)getpwd();\n sVar15 = strlen(pcVar29);\n sVar16 = strlen(pcVar14);\n pcVar19 = (char *)xmalloc(sVar15 + 2 + sVar16);\n sprintf(pcVar19,"%s/%s",pcVar14,pcVar29);\n }\n pcVar29 = strrchr(pcVar19,0x2f);\n if (pcVar29 != (char *)0x0) {\n *pcVar29 = '\0';\n }\n sVar15 = strlen(pcVar19);\n pcVar29 = pcVar19;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (verbose != 0) {\n pcVar19 = (char *)dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n info_msg(pcVar19,pcVar11);\n }\n if (pcVar17 != (char *)0x0) {\n *pcVar17 = '/';\n }\n pcVar29 = (char *)0x0;\n pcVar11 = pcVar11 + (1 - (int)local_84);\n }\n free(pcVar29);\n }\n needed.name = local_84;\n bVar10 = gldaarch64elf32b_try_needed(&needed,(int)local_84,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar11 = local_68 + 1;\n } while( true );\n }\n sVar12 = strlen(local_78->name);\n if (search_head != (search_dirs_type *)0x0) {\n psVar26 = search_head;\n do {\n if (psVar26->cmdline == 0) {\n sVar27 = strlen(psVar26->name);\n pcVar11 = (char *)xmalloc(sVar27 + sVar12 + 2);\n sprintf(pcVar11,"%s/%s",psVar26->name,local_78->name);\n nn.name = pcVar11;\n bVar10 = gldaarch64elf32b_try_needed(&nn,(int)pcVar11,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n free(pcVar11);\n }\n psVar26 = psVar26->next;\n } while (psVar26 != (search_dirs *)0x0);\n }\n if (local_64 == (dt_needed *)0x1) goto code_r0x00048a13;\n local_64 = (dt_needed *)0x1;\n } while( true );\n }\n nn.name = global_found->filename;\n bVar10 = gldaarch64elf32b_try_needed(&nn,(int)nn.name,(dt_needed *)0x1);\n if (bVar10 == 0) goto LAB_00048538;\n }\n }\n goto LAB_000484a0;\n }\nLAB_000484b2:\n if (((link_info._3_1_ & 0xc0) == 0x80) &&\n (iVar9 = bfd_elf_parse_eh_frame_entries(0,&link_info), iVar9 == 0)) {\n pcVar11 = (char *)dcgettext(0,"%F%P: failed to parse EH frame entries\n",5);\n einfo(pcVar11);\n }\n }" else (compound_statement "{\n if (((link_info._4_1_ & 0x20) == 0) && (link_info.input_bfds != (bfd *)0x0)) {\n local_78 = (bfd_link_needed_list *)0x0;\n bVar31 = false;\n local_74 = (bfd *)0x0;\n pbVar13 = link_info.input_bfds;\n do {\n while ((*(byte *)((int)pbVar13->usrdata + 0x24) & 0x10) != 0) {\nLAB_00048a88:\n pbVar13 = (pbVar13->link).next;\n if (pbVar13 == (bfd *)0x0) goto LAB_00048b86;\n }\n pbVar24 = pbVar13->sections;\n if (pbVar24 != (bfd_section *)0x0) {\n local_84 = (char *)0x0;\n do {\n bVar33 = pbVar24->output_section <\n (bfd_section *)(PTR__bfd_std_section_001c1fd4 + 0x180);\n bVar30 = pbVar24->output_section ==\n (bfd_section *)(PTR__bfd_std_section_001c1fd4 + 0x180);\n pcVar11 = local_84;\n if (!bVar30) {\n iVar9 = 0xf;\n pbVar18 = (byte *)pbVar24->name;\n pbVar25 = (byte *)".eh_frame_entry";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar33 = *pbVar18 < *pbVar25;\n bVar30 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar30);\n bVar32 = false;\n bVar33 = (!bVar33 && !bVar30) == bVar33;\n if (bVar33) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar9 = 10;\n pbVar18 = (byte *)pbVar24->name;\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar32 = *pbVar18 < *pbVar25;\n bVar33 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n if (((!bVar32 && !bVar33) == bVar32) &&\n (piVar1 = (int *)((int)&pbVar24->size + 4), pcVar11 = (char *)1,\n *piVar1 == 0 && (uint)(8 < (uint)pbVar24->size) <= (uint)-*piVar1)) {\n pcVar11 = local_84;\n }\n }\n local_84 = pcVar11;\n pbVar24 = pbVar24->next;\n } while (pbVar24 != (bfd_section *)0x0);\n if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pbVar7 = (bfd_link_needed_list *)local_84;\n if ((local_78 != (bfd_link_needed_list *)0x0) &&\n (pbVar7 = local_78, local_78 != (bfd_link_needed_list *)local_84)) {\n if (local_84 != (char *)0x1) {\n pbVar13 = local_74;\n }\n pcVar11 = (char *)dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n einfo(pcVar11,pbVar13);\n break;\n }\n local_78 = pbVar7;\n if ((local_74 == (bfd *)0x0) &&\n (((local_84 == (char *)0x2 || ((link_info._2_2_ & 0xc000) != 0)) &&\n (bVar31 = true, pbVar13->xvec->flavour == bfd_target_elf_flavour)))) {\n local_74 = pbVar13;\n }\n }\n }\n if (local_78 != (bfd_link_needed_list *)0x2) goto LAB_00048a88;\n pbVar13 = (pbVar13->link).next;\n link_info._2_2_ = link_info._2_2_ & 0x3fff | 0x8000;\n } while (pbVar13 != (bfd *)0x0);\nLAB_00048b86:\n if ((local_74 == (bfd *)0x0) ||\n (pbVar21 = (bfd_link_hash_entry *)\n bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)((int)local_74->xvec->backend_data + 0x30) | 8),\n pbVar21 == (bfd_link_hash_entry *)0x0)) {\n if (bVar31) {\n pcVar11 = (char *)dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n einfo(pcVar11);\n }\n }\n else {\n pbVar21[2].u.i.warning = (char *)0x2;\n pbVar5[4].undefs_tail = pbVar21;\n }\n }\n pbVar7 = (bfd_link_needed_list *)bfd_elf_get_needed_list(link_info.output_bfd,&link_info);\n local_78 = pbVar7;\n if (pbVar7 != (bfd_link_needed_list *)0x0) {\nLAB_00048360:\n pbVar4 = pbVar7;\n if ((local_78->by == (bfd *)0x0) ||\n ((uVar8 = bfd_elf_get_dyn_lib_class(local_78->by), (uVar8 & 1) == 0 &&\n (((local_78->by == (bfd *)0x0 || ((link_info._2_2_ & 0x180) != 0x80)) ||\n (uVar8 = bfd_elf_get_dyn_lib_class(local_78->by), (uVar8 & 4) == 0)))))) {\n for (; pbVar4 != local_78; pbVar4 = pbVar4->next) {\n if (((pbVar4->by == (bfd *)0x0) ||\n (uVar8 = bfd_elf_get_dyn_lib_class(pbVar4->by), (uVar8 & 1) == 0)) &&\n (iVar9 = strcmp(pbVar4->name,local_78->name), iVar9 == 0)) {\n if (pbVar4 != local_78) goto LAB_000484a0;\n break;\n }\n }\n global_found = (lang_input_statement_type *)0x0;\n global_needed = local_78;\n real_func = gldaarch64elf32b_check_needed;\n lang_for_each_input_file(aarch64_for_each_input_file_wrapper);\n if ((global_found == (lang_input_statement_type *)0x0) ||\n (uVar8 = bfd_elf_get_dyn_lib_class(global_found->the_bfd), (uVar8 & 1) != 0)) {\n pbVar13 = local_78->by;\n pcVar11 = local_78->name;\n n.by = pbVar13;\n n.name = pcVar11;\n nn.by = pbVar13;\n if (verbose != 0) {\n pcVar20 = (char *)dcgettext(0,"%s needed by %pB\n",5);\n info_msg(pcVar20,pcVar11,pbVar13);\n }\n if (global_found == (lang_input_statement_type *)0x0) {\nLAB_00048538:\n local_64 = (dt_needed *)0x0;\n do {\n pcVar20 = n.name;\n pcVar11 = command_line.rpath_link;\n if (*n.name == '/') {\n bVar10 = gldaarch64elf32b_try_needed(&n,(int)n.name,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n }\n else if ((command_line.rpath_link != (char *)0x0) &&\n (*command_line.rpath_link != '\0')) {\n needed.by = n.by;\n needed.name = n.name;\n sVar12 = strlen(n.name);\n do {\n local_68 = strchr(pcVar11,(int)config.rpath_separator);\n if (local_68 == (char *)0x0) {\n sVar27 = strlen(pcVar11);\n local_68 = pcVar11 + sVar27;\n }\n sVar27 = (int)local_68 - (int)pcVar11;\n local_84 = (char *)xmalloc(sVar12 + 2 + sVar27);\n pcVar17 = local_84;\n if (pcVar11 != local_68) {\n memcpy(local_84,pcVar11,sVar27);\n local_84[sVar27] = '/';\n pcVar17 = local_84 + sVar27 + 1;\n }\n pcVar11 = (char *)0x0;\n strcpy(pcVar17,pcVar20);\n while (pcVar11 = strchr(local_84 + (int)pcVar11,0x24), pcVar11 != (char *)0x0) {\n pcVar17 = strchr(pcVar11,0x2f);\n sVar27 = strlen(local_84);\n if (pcVar17 != (char *)0x0) {\n *pcVar17 = '\0';\n }\n bVar22 = pcVar11[1];\n pcVar19 = pcVar11 + 1;\n if (bVar22 == 0x7b) {\n bVar22 = pcVar11[2];\n pcVar19 = pcVar11 + 2;\n }\n pbVar18 = (byte *)(pcVar19 + 1);\n bVar31 = bVar22 < 0x4c;\n bVar33 = bVar22 == 0x4c;\n if (bVar33) {\n iVar9 = 3;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x701f6;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 4;\n pbVar25 = &DAT_000af890;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n sVar15 = 3;\n pcVar29 = (char *)0x0;\n pcVar19 = "lib";\nLAB_00048700:\n pcVar14 = (char *)xmalloc(sVar15 + sVar27);\n iVar9 = (int)pcVar11 - (int)local_84;\n if (pcVar17 == (char *)0x0) {\n sprintf(pcVar14,"%.*s%s",iVar9,local_84,pcVar19);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + sVar27);\n }\n else {\n sprintf(pcVar14,"%.*s%s/%s",iVar9,local_84,pcVar19,pcVar17 + 1);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + 1 + sVar27);\n }\n free(local_84);\n local_84 = pcVar14;\n }\n else {\n bVar31 = bVar22 < 0x4f;\n bVar33 = bVar22 == 0x4f;\n if (bVar33) {\n iVar9 = 6;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x704cc;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 7;\n pbVar25 = (byte *)"RIGIN}";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n pbVar13 = needed.by;\n if (((needed.by != (bfd *)0x0) ||\n (pbVar13 = link_info.output_bfd, link_info.output_bfd != (bfd *)0x0))\n && (pcVar29 = pbVar13->filename, pcVar29 != (char *)0x0)) {\n if (*pcVar29 == '/') {\n pcVar19 = (char *)xstrdup(pcVar29);\n }\n else {\n pcVar14 = (char *)getpwd();\n sVar15 = strlen(pcVar29);\n sVar16 = strlen(pcVar14);\n pcVar19 = (char *)xmalloc(sVar15 + 2 + sVar16);\n sprintf(pcVar19,"%s/%s",pcVar14,pcVar29);\n }\n pcVar29 = strrchr(pcVar19,0x2f);\n if (pcVar29 != (char *)0x0) {\n *pcVar29 = '\0';\n }\n sVar15 = strlen(pcVar19);\n pcVar29 = pcVar19;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (verbose != 0) {\n pcVar19 = (char *)dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n info_msg(pcVar19,pcVar11);\n }\n if (pcVar17 != (char *)0x0) {\n *pcVar17 = '/';\n }\n pcVar29 = (char *)0x0;\n pcVar11 = pcVar11 + (1 - (int)local_84);\n }\n free(pcVar29);\n }\n needed.name = local_84;\n bVar10 = gldaarch64elf32b_try_needed(&needed,(int)local_84,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar11 = local_68 + 1;\n } while( true );\n }\n sVar12 = strlen(local_78->name);\n if (search_head != (search_dirs_type *)0x0) {\n psVar26 = search_head;\n do {\n if (psVar26->cmdline == 0) {\n sVar27 = strlen(psVar26->name);\n pcVar11 = (char *)xmalloc(sVar27 + sVar12 + 2);\n sprintf(pcVar11,"%s/%s",psVar26->name,local_78->name);\n nn.name = pcVar11;\n bVar10 = gldaarch64elf32b_try_needed(&nn,(int)pcVar11,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n free(pcVar11);\n }\n psVar26 = psVar26->next;\n } while (psVar26 != (search_dirs *)0x0);\n }\n if (local_64 == (dt_needed *)0x1) goto code_r0x00048a13;\n local_64 = (dt_needed *)0x1;\n } while( true );\n }\n nn.name = global_found->filename;\n bVar10 = gldaarch64elf32b_try_needed(&nn,(int)nn.name,(dt_needed *)0x1);\n if (bVar10 == 0) goto LAB_00048538;\n }\n }\n goto LAB_000484a0;\n }\nLAB_000484b2:\n if (((link_info._3_1_ & 0xc0) == 0x80) &&\n (iVar9 = bfd_elf_parse_eh_frame_entries(0,&link_info), iVar9 == 0)) {\n pcVar11 = (char *)dcgettext(0,"%F%P: failed to parse EH frame entries\n",5);\n einfo(pcVar11);\n }\n }" { (if_statement "if (((link_info._4_1_ & 0x20) == 0) && (link_info.input_bfds != (bfd *)0x0)) {\n local_78 = (bfd_link_needed_list *)0x0;\n bVar31 = false;\n local_74 = (bfd *)0x0;\n pbVar13 = link_info.input_bfds;\n do {\n while ((*(byte *)((int)pbVar13->usrdata + 0x24) & 0x10) != 0) {\nLAB_00048a88:\n pbVar13 = (pbVar13->link).next;\n if (pbVar13 == (bfd *)0x0) goto LAB_00048b86;\n }\n pbVar24 = pbVar13->sections;\n if (pbVar24 != (bfd_section *)0x0) {\n local_84 = (char *)0x0;\n do {\n bVar33 = pbVar24->output_section <\n (bfd_section *)(PTR__bfd_std_section_001c1fd4 + 0x180);\n bVar30 = pbVar24->output_section ==\n (bfd_section *)(PTR__bfd_std_section_001c1fd4 + 0x180);\n pcVar11 = local_84;\n if (!bVar30) {\n iVar9 = 0xf;\n pbVar18 = (byte *)pbVar24->name;\n pbVar25 = (byte *)".eh_frame_entry";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar33 = *pbVar18 < *pbVar25;\n bVar30 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar30);\n bVar32 = false;\n bVar33 = (!bVar33 && !bVar30) == bVar33;\n if (bVar33) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar9 = 10;\n pbVar18 = (byte *)pbVar24->name;\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar32 = *pbVar18 < *pbVar25;\n bVar33 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n if (((!bVar32 && !bVar33) == bVar32) &&\n (piVar1 = (int *)((int)&pbVar24->size + 4), pcVar11 = (char *)1,\n *piVar1 == 0 && (uint)(8 < (uint)pbVar24->size) <= (uint)-*piVar1)) {\n pcVar11 = local_84;\n }\n }\n local_84 = pcVar11;\n pbVar24 = pbVar24->next;\n } while (pbVar24 != (bfd_section *)0x0);\n if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pbVar7 = (bfd_link_needed_list *)local_84;\n if ((local_78 != (bfd_link_needed_list *)0x0) &&\n (pbVar7 = local_78, local_78 != (bfd_link_needed_list *)local_84)) {\n if (local_84 != (char *)0x1) {\n pbVar13 = local_74;\n }\n pcVar11 = (char *)dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n einfo(pcVar11,pbVar13);\n break;\n }\n local_78 = pbVar7;\n if ((local_74 == (bfd *)0x0) &&\n (((local_84 == (char *)0x2 || ((link_info._2_2_ & 0xc000) != 0)) &&\n (bVar31 = true, pbVar13->xvec->flavour == bfd_target_elf_flavour)))) {\n local_74 = pbVar13;\n }\n }\n }\n if (local_78 != (bfd_link_needed_list *)0x2) goto LAB_00048a88;\n pbVar13 = (pbVar13->link).next;\n link_info._2_2_ = link_info._2_2_ & 0x3fff | 0x8000;\n } while (pbVar13 != (bfd *)0x0);\nLAB_00048b86:\n if ((local_74 == (bfd *)0x0) ||\n (pbVar21 = (bfd_link_hash_entry *)\n bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)((int)local_74->xvec->backend_data + 0x30) | 8),\n pbVar21 == (bfd_link_hash_entry *)0x0)) {\n if (bVar31) {\n pcVar11 = (char *)dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n einfo(pcVar11);\n }\n }\n else {\n pbVar21[2].u.i.warning = (char *)0x2;\n pbVar5[4].undefs_tail = pbVar21;\n }\n }" if (parenthesized_expression "(((link_info._4_1_ & 0x20) == 0) && (link_info.input_bfds != (bfd *)0x0))" ( (binary_expression "((link_info._4_1_ & 0x20) == 0) && (link_info.input_bfds != (bfd *)0x0)" (parenthesized_expression "((link_info._4_1_ & 0x20) == 0)" ( (binary_expression "(link_info._4_1_ & 0x20) == 0" (parenthesized_expression "(link_info._4_1_ & 0x20)" ( (binary_expression "link_info._4_1_ & 0x20" (field_expression "link_info._4_1_" identifier . field_identifier) & number_literal) )) == number_literal) )) && (parenthesized_expression "(link_info.input_bfds != (bfd *)0x0)" ( (binary_expression "link_info.input_bfds != (bfd *)0x0" (field_expression "link_info.input_bfds" identifier . field_identifier) != (cast_expression "(bfd *)0x0" ( (type_descriptor "bfd *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ))) )) (compound_statement "{\n local_78 = (bfd_link_needed_list *)0x0;\n bVar31 = false;\n local_74 = (bfd *)0x0;\n pbVar13 = link_info.input_bfds;\n do {\n while ((*(byte *)((int)pbVar13->usrdata + 0x24) & 0x10) != 0) {\nLAB_00048a88:\n pbVar13 = (pbVar13->link).next;\n if (pbVar13 == (bfd *)0x0) goto LAB_00048b86;\n }\n pbVar24 = pbVar13->sections;\n if (pbVar24 != (bfd_section *)0x0) {\n local_84 = (char *)0x0;\n do {\n bVar33 = pbVar24->output_section <\n (bfd_section *)(PTR__bfd_std_section_001c1fd4 + 0x180);\n bVar30 = pbVar24->output_section ==\n (bfd_section *)(PTR__bfd_std_section_001c1fd4 + 0x180);\n pcVar11 = local_84;\n if (!bVar30) {\n iVar9 = 0xf;\n pbVar18 = (byte *)pbVar24->name;\n pbVar25 = (byte *)".eh_frame_entry";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar33 = *pbVar18 < *pbVar25;\n bVar30 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar30);\n bVar32 = false;\n bVar33 = (!bVar33 && !bVar30) == bVar33;\n if (bVar33) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar9 = 10;\n pbVar18 = (byte *)pbVar24->name;\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar32 = *pbVar18 < *pbVar25;\n bVar33 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n if (((!bVar32 && !bVar33) == bVar32) &&\n (piVar1 = (int *)((int)&pbVar24->size + 4), pcVar11 = (char *)1,\n *piVar1 == 0 && (uint)(8 < (uint)pbVar24->size) <= (uint)-*piVar1)) {\n pcVar11 = local_84;\n }\n }\n local_84 = pcVar11;\n pbVar24 = pbVar24->next;\n } while (pbVar24 != (bfd_section *)0x0);\n if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pbVar7 = (bfd_link_needed_list *)local_84;\n if ((local_78 != (bfd_link_needed_list *)0x0) &&\n (pbVar7 = local_78, local_78 != (bfd_link_needed_list *)local_84)) {\n if (local_84 != (char *)0x1) {\n pbVar13 = local_74;\n }\n pcVar11 = (char *)dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n einfo(pcVar11,pbVar13);\n break;\n }\n local_78 = pbVar7;\n if ((local_74 == (bfd *)0x0) &&\n (((local_84 == (char *)0x2 || ((link_info._2_2_ & 0xc000) != 0)) &&\n (bVar31 = true, pbVar13->xvec->flavour == bfd_target_elf_flavour)))) {\n local_74 = pbVar13;\n }\n }\n }\n if (local_78 != (bfd_link_needed_list *)0x2) goto LAB_00048a88;\n pbVar13 = (pbVar13->link).next;\n link_info._2_2_ = link_info._2_2_ & 0x3fff | 0x8000;\n } while (pbVar13 != (bfd *)0x0);\nLAB_00048b86:\n if ((local_74 == (bfd *)0x0) ||\n (pbVar21 = (bfd_link_hash_entry *)\n bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)((int)local_74->xvec->backend_data + 0x30) | 8),\n pbVar21 == (bfd_link_hash_entry *)0x0)) {\n if (bVar31) {\n pcVar11 = (char *)dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n einfo(pcVar11);\n }\n }\n else {\n pbVar21[2].u.i.warning = (char *)0x2;\n pbVar5[4].undefs_tail = pbVar21;\n }\n }" { (expression_statement "local_78 = (bfd_link_needed_list *)0x0;" (assignment_expression "local_78 = (bfd_link_needed_list *)0x0" identifier = (cast_expression "(bfd_link_needed_list *)0x0" ( (type_descriptor "bfd_link_needed_list *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "bVar31 = false;" (assignment_expression "bVar31 = false" identifier = false) ;) (expression_statement "local_74 = (bfd *)0x0;" (assignment_expression "local_74 = (bfd *)0x0" identifier = (cast_expression "(bfd *)0x0" ( (type_descriptor "bfd *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "pbVar13 = link_info.input_bfds;" (assignment_expression "pbVar13 = link_info.input_bfds" identifier = (field_expression "link_info.input_bfds" identifier . field_identifier)) ;) (do_statement "do {\n while ((*(byte *)((int)pbVar13->usrdata + 0x24) & 0x10) != 0) {\nLAB_00048a88:\n pbVar13 = (pbVar13->link).next;\n if (pbVar13 == (bfd *)0x0) goto LAB_00048b86;\n }\n pbVar24 = pbVar13->sections;\n if (pbVar24 != (bfd_section *)0x0) {\n local_84 = (char *)0x0;\n do {\n bVar33 = pbVar24->output_section <\n (bfd_section *)(PTR__bfd_std_section_001c1fd4 + 0x180);\n bVar30 = pbVar24->output_section ==\n (bfd_section *)(PTR__bfd_std_section_001c1fd4 + 0x180);\n pcVar11 = local_84;\n if (!bVar30) {\n iVar9 = 0xf;\n pbVar18 = (byte *)pbVar24->name;\n pbVar25 = (byte *)".eh_frame_entry";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar33 = *pbVar18 < *pbVar25;\n bVar30 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar30);\n bVar32 = false;\n bVar33 = (!bVar33 && !bVar30) == bVar33;\n if (bVar33) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar9 = 10;\n pbVar18 = (byte *)pbVar24->name;\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar32 = *pbVar18 < *pbVar25;\n bVar33 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n if (((!bVar32 && !bVar33) == bVar32) &&\n (piVar1 = (int *)((int)&pbVar24->size + 4), pcVar11 = (char *)1,\n *piVar1 == 0 && (uint)(8 < (uint)pbVar24->size) <= (uint)-*piVar1)) {\n pcVar11 = local_84;\n }\n }\n local_84 = pcVar11;\n pbVar24 = pbVar24->next;\n } while (pbVar24 != (bfd_section *)0x0);\n if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pbVar7 = (bfd_link_needed_list *)local_84;\n if ((local_78 != (bfd_link_needed_list *)0x0) &&\n (pbVar7 = local_78, local_78 != (bfd_link_needed_list *)local_84)) {\n if (local_84 != (char *)0x1) {\n pbVar13 = local_74;\n }\n pcVar11 = (char *)dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n einfo(pcVar11,pbVar13);\n break;\n }\n local_78 = pbVar7;\n if ((local_74 == (bfd *)0x0) &&\n (((local_84 == (char *)0x2 || ((link_info._2_2_ & 0xc000) != 0)) &&\n (bVar31 = true, pbVar13->xvec->flavour == bfd_target_elf_flavour)))) {\n local_74 = pbVar13;\n }\n }\n }\n if (local_78 != (bfd_link_needed_list *)0x2) goto LAB_00048a88;\n pbVar13 = (pbVar13->link).next;\n link_info._2_2_ = link_info._2_2_ & 0x3fff | 0x8000;\n } while (pbVar13 != (bfd *)0x0);" do (compound_statement "{\n while ((*(byte *)((int)pbVar13->usrdata + 0x24) & 0x10) != 0) {\nLAB_00048a88:\n pbVar13 = (pbVar13->link).next;\n if (pbVar13 == (bfd *)0x0) goto LAB_00048b86;\n }\n pbVar24 = pbVar13->sections;\n if (pbVar24 != (bfd_section *)0x0) {\n local_84 = (char *)0x0;\n do {\n bVar33 = pbVar24->output_section <\n (bfd_section *)(PTR__bfd_std_section_001c1fd4 + 0x180);\n bVar30 = pbVar24->output_section ==\n (bfd_section *)(PTR__bfd_std_section_001c1fd4 + 0x180);\n pcVar11 = local_84;\n if (!bVar30) {\n iVar9 = 0xf;\n pbVar18 = (byte *)pbVar24->name;\n pbVar25 = (byte *)".eh_frame_entry";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar33 = *pbVar18 < *pbVar25;\n bVar30 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar30);\n bVar32 = false;\n bVar33 = (!bVar33 && !bVar30) == bVar33;\n if (bVar33) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar9 = 10;\n pbVar18 = (byte *)pbVar24->name;\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar32 = *pbVar18 < *pbVar25;\n bVar33 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n if (((!bVar32 && !bVar33) == bVar32) &&\n (piVar1 = (int *)((int)&pbVar24->size + 4), pcVar11 = (char *)1,\n *piVar1 == 0 && (uint)(8 < (uint)pbVar24->size) <= (uint)-*piVar1)) {\n pcVar11 = local_84;\n }\n }\n local_84 = pcVar11;\n pbVar24 = pbVar24->next;\n } while (pbVar24 != (bfd_section *)0x0);\n if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pbVar7 = (bfd_link_needed_list *)local_84;\n if ((local_78 != (bfd_link_needed_list *)0x0) &&\n (pbVar7 = local_78, local_78 != (bfd_link_needed_list *)local_84)) {\n if (local_84 != (char *)0x1) {\n pbVar13 = local_74;\n }\n pcVar11 = (char *)dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n einfo(pcVar11,pbVar13);\n break;\n }\n local_78 = pbVar7;\n if ((local_74 == (bfd *)0x0) &&\n (((local_84 == (char *)0x2 || ((link_info._2_2_ & 0xc000) != 0)) &&\n (bVar31 = true, pbVar13->xvec->flavour == bfd_target_elf_flavour)))) {\n local_74 = pbVar13;\n }\n }\n }\n if (local_78 != (bfd_link_needed_list *)0x2) goto LAB_00048a88;\n pbVar13 = (pbVar13->link).next;\n link_info._2_2_ = link_info._2_2_ & 0x3fff | 0x8000;\n }" { (while_statement "while ((*(byte *)((int)pbVar13->usrdata + 0x24) & 0x10) != 0) {\nLAB_00048a88:\n pbVar13 = (pbVar13->link).next;\n if (pbVar13 == (bfd *)0x0) goto LAB_00048b86;\n }" while (parenthesized_expression "((*(byte *)((int)pbVar13->usrdata + 0x24) & 0x10) != 0)" ( (binary_expression "(*(byte *)((int)pbVar13->usrdata + 0x24) & 0x10) != 0" (parenthesized_expression "(*(byte *)((int)pbVar13->usrdata + 0x24) & 0x10)" ( (binary_expression "*(byte *)((int)pbVar13->usrdata + 0x24) & 0x10" (pointer_expression "*(byte *)((int)pbVar13->usrdata + 0x24)" * (cast_expression "(byte *)((int)pbVar13->usrdata + 0x24)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)pbVar13->usrdata + 0x24)" ( (binary_expression "(int)pbVar13->usrdata + 0x24" (cast_expression "(int)pbVar13->usrdata" ( (type_descriptor "int" primitive_type) ) (field_expression "pbVar13->usrdata" identifier -> field_identifier)) + number_literal) )))) & number_literal) )) != number_literal) )) (compound_statement "{\nLAB_00048a88:\n pbVar13 = (pbVar13->link).next;\n if (pbVar13 == (bfd *)0x0) goto LAB_00048b86;\n }" { (labeled_statement "LAB_00048a88:\n pbVar13 = (pbVar13->link).next;" statement_identifier : (expression_statement "pbVar13 = (pbVar13->link).next;" (assignment_expression "pbVar13 = (pbVar13->link).next" identifier = (field_expression "(pbVar13->link).next" (parenthesized_expression "(pbVar13->link)" ( (field_expression "pbVar13->link" identifier -> field_identifier) )) . field_identifier)) ;)) (if_statement "if (pbVar13 == (bfd *)0x0) goto LAB_00048b86;" if (parenthesized_expression "(pbVar13 == (bfd *)0x0)" ( (binary_expression "pbVar13 == (bfd *)0x0" identifier == (cast_expression "(bfd *)0x0" ( (type_descriptor "bfd *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_00048b86;" goto statement_identifier ;)) })) (expression_statement "pbVar24 = pbVar13->sections;" (assignment_expression "pbVar24 = pbVar13->sections" identifier = (field_expression "pbVar13->sections" identifier -> field_identifier)) ;) (if_statement "if (pbVar24 != (bfd_section *)0x0) {\n local_84 = (char *)0x0;\n do {\n bVar33 = pbVar24->output_section <\n (bfd_section *)(PTR__bfd_std_section_001c1fd4 + 0x180);\n bVar30 = pbVar24->output_section ==\n (bfd_section *)(PTR__bfd_std_section_001c1fd4 + 0x180);\n pcVar11 = local_84;\n if (!bVar30) {\n iVar9 = 0xf;\n pbVar18 = (byte *)pbVar24->name;\n pbVar25 = (byte *)".eh_frame_entry";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar33 = *pbVar18 < *pbVar25;\n bVar30 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar30);\n bVar32 = false;\n bVar33 = (!bVar33 && !bVar30) == bVar33;\n if (bVar33) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar9 = 10;\n pbVar18 = (byte *)pbVar24->name;\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar32 = *pbVar18 < *pbVar25;\n bVar33 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n if (((!bVar32 && !bVar33) == bVar32) &&\n (piVar1 = (int *)((int)&pbVar24->size + 4), pcVar11 = (char *)1,\n *piVar1 == 0 && (uint)(8 < (uint)pbVar24->size) <= (uint)-*piVar1)) {\n pcVar11 = local_84;\n }\n }\n local_84 = pcVar11;\n pbVar24 = pbVar24->next;\n } while (pbVar24 != (bfd_section *)0x0);\n if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pbVar7 = (bfd_link_needed_list *)local_84;\n if ((local_78 != (bfd_link_needed_list *)0x0) &&\n (pbVar7 = local_78, local_78 != (bfd_link_needed_list *)local_84)) {\n if (local_84 != (char *)0x1) {\n pbVar13 = local_74;\n }\n pcVar11 = (char *)dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n einfo(pcVar11,pbVar13);\n break;\n }\n local_78 = pbVar7;\n if ((local_74 == (bfd *)0x0) &&\n (((local_84 == (char *)0x2 || ((link_info._2_2_ & 0xc000) != 0)) &&\n (bVar31 = true, pbVar13->xvec->flavour == bfd_target_elf_flavour)))) {\n local_74 = pbVar13;\n }\n }\n }" if (parenthesized_expression "(pbVar24 != (bfd_section *)0x0)" ( (binary_expression "pbVar24 != (bfd_section *)0x0" identifier != (cast_expression "(bfd_section *)0x0" ( (type_descriptor "bfd_section *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n local_84 = (char *)0x0;\n do {\n bVar33 = pbVar24->output_section <\n (bfd_section *)(PTR__bfd_std_section_001c1fd4 + 0x180);\n bVar30 = pbVar24->output_section ==\n (bfd_section *)(PTR__bfd_std_section_001c1fd4 + 0x180);\n pcVar11 = local_84;\n if (!bVar30) {\n iVar9 = 0xf;\n pbVar18 = (byte *)pbVar24->name;\n pbVar25 = (byte *)".eh_frame_entry";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar33 = *pbVar18 < *pbVar25;\n bVar30 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar30);\n bVar32 = false;\n bVar33 = (!bVar33 && !bVar30) == bVar33;\n if (bVar33) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar9 = 10;\n pbVar18 = (byte *)pbVar24->name;\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar32 = *pbVar18 < *pbVar25;\n bVar33 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n if (((!bVar32 && !bVar33) == bVar32) &&\n (piVar1 = (int *)((int)&pbVar24->size + 4), pcVar11 = (char *)1,\n *piVar1 == 0 && (uint)(8 < (uint)pbVar24->size) <= (uint)-*piVar1)) {\n pcVar11 = local_84;\n }\n }\n local_84 = pcVar11;\n pbVar24 = pbVar24->next;\n } while (pbVar24 != (bfd_section *)0x0);\n if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pbVar7 = (bfd_link_needed_list *)local_84;\n if ((local_78 != (bfd_link_needed_list *)0x0) &&\n (pbVar7 = local_78, local_78 != (bfd_link_needed_list *)local_84)) {\n if (local_84 != (char *)0x1) {\n pbVar13 = local_74;\n }\n pcVar11 = (char *)dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n einfo(pcVar11,pbVar13);\n break;\n }\n local_78 = pbVar7;\n if ((local_74 == (bfd *)0x0) &&\n (((local_84 == (char *)0x2 || ((link_info._2_2_ & 0xc000) != 0)) &&\n (bVar31 = true, pbVar13->xvec->flavour == bfd_target_elf_flavour)))) {\n local_74 = pbVar13;\n }\n }\n }" { (expression_statement "local_84 = (char *)0x0;" (assignment_expression "local_84 = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (do_statement "do {\n bVar33 = pbVar24->output_section <\n (bfd_section *)(PTR__bfd_std_section_001c1fd4 + 0x180);\n bVar30 = pbVar24->output_section ==\n (bfd_section *)(PTR__bfd_std_section_001c1fd4 + 0x180);\n pcVar11 = local_84;\n if (!bVar30) {\n iVar9 = 0xf;\n pbVar18 = (byte *)pbVar24->name;\n pbVar25 = (byte *)".eh_frame_entry";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar33 = *pbVar18 < *pbVar25;\n bVar30 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar30);\n bVar32 = false;\n bVar33 = (!bVar33 && !bVar30) == bVar33;\n if (bVar33) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar9 = 10;\n pbVar18 = (byte *)pbVar24->name;\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar32 = *pbVar18 < *pbVar25;\n bVar33 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n if (((!bVar32 && !bVar33) == bVar32) &&\n (piVar1 = (int *)((int)&pbVar24->size + 4), pcVar11 = (char *)1,\n *piVar1 == 0 && (uint)(8 < (uint)pbVar24->size) <= (uint)-*piVar1)) {\n pcVar11 = local_84;\n }\n }\n local_84 = pcVar11;\n pbVar24 = pbVar24->next;\n } while (pbVar24 != (bfd_section *)0x0);" do (compound_statement "{\n bVar33 = pbVar24->output_section <\n (bfd_section *)(PTR__bfd_std_section_001c1fd4 + 0x180);\n bVar30 = pbVar24->output_section ==\n (bfd_section *)(PTR__bfd_std_section_001c1fd4 + 0x180);\n pcVar11 = local_84;\n if (!bVar30) {\n iVar9 = 0xf;\n pbVar18 = (byte *)pbVar24->name;\n pbVar25 = (byte *)".eh_frame_entry";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar33 = *pbVar18 < *pbVar25;\n bVar30 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar30);\n bVar32 = false;\n bVar33 = (!bVar33 && !bVar30) == bVar33;\n if (bVar33) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar9 = 10;\n pbVar18 = (byte *)pbVar24->name;\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar32 = *pbVar18 < *pbVar25;\n bVar33 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n if (((!bVar32 && !bVar33) == bVar32) &&\n (piVar1 = (int *)((int)&pbVar24->size + 4), pcVar11 = (char *)1,\n *piVar1 == 0 && (uint)(8 < (uint)pbVar24->size) <= (uint)-*piVar1)) {\n pcVar11 = local_84;\n }\n }\n local_84 = pcVar11;\n pbVar24 = pbVar24->next;\n }" { (expression_statement "bVar33 = pbVar24->output_section <\n (bfd_section *)(PTR__bfd_std_section_001c1fd4 + 0x180);" (assignment_expression "bVar33 = pbVar24->output_section <\n (bfd_section *)(PTR__bfd_std_section_001c1fd4 + 0x180)" identifier = (binary_expression "pbVar24->output_section <\n (bfd_section *)(PTR__bfd_std_section_001c1fd4 + 0x180)" (field_expression "pbVar24->output_section" identifier -> field_identifier) < (cast_expression "(bfd_section *)(PTR__bfd_std_section_001c1fd4 + 0x180)" ( (type_descriptor "bfd_section *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR__bfd_std_section_001c1fd4 + 0x180)" ( (binary_expression "PTR__bfd_std_section_001c1fd4 + 0x180" identifier + number_literal) ))))) ;) (expression_statement "bVar30 = pbVar24->output_section ==\n (bfd_section *)(PTR__bfd_std_section_001c1fd4 + 0x180);" (assignment_expression "bVar30 = pbVar24->output_section ==\n (bfd_section *)(PTR__bfd_std_section_001c1fd4 + 0x180)" identifier = (binary_expression "pbVar24->output_section ==\n (bfd_section *)(PTR__bfd_std_section_001c1fd4 + 0x180)" (field_expression "pbVar24->output_section" identifier -> field_identifier) == (cast_expression "(bfd_section *)(PTR__bfd_std_section_001c1fd4 + 0x180)" ( (type_descriptor "bfd_section *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR__bfd_std_section_001c1fd4 + 0x180)" ( (binary_expression "PTR__bfd_std_section_001c1fd4 + 0x180" identifier + number_literal) ))))) ;) (expression_statement "pcVar11 = local_84;" (assignment_expression "pcVar11 = local_84" identifier = identifier) ;) (if_statement "if (!bVar30) {\n iVar9 = 0xf;\n pbVar18 = (byte *)pbVar24->name;\n pbVar25 = (byte *)".eh_frame_entry";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar33 = *pbVar18 < *pbVar25;\n bVar30 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar30);\n bVar32 = false;\n bVar33 = (!bVar33 && !bVar30) == bVar33;\n if (bVar33) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar9 = 10;\n pbVar18 = (byte *)pbVar24->name;\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar32 = *pbVar18 < *pbVar25;\n bVar33 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n if (((!bVar32 && !bVar33) == bVar32) &&\n (piVar1 = (int *)((int)&pbVar24->size + 4), pcVar11 = (char *)1,\n *piVar1 == 0 && (uint)(8 < (uint)pbVar24->size) <= (uint)-*piVar1)) {\n pcVar11 = local_84;\n }\n }" if (parenthesized_expression "(!bVar30)" ( (unary_expression "!bVar30" ! identifier) )) (compound_statement "{\n iVar9 = 0xf;\n pbVar18 = (byte *)pbVar24->name;\n pbVar25 = (byte *)".eh_frame_entry";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar33 = *pbVar18 < *pbVar25;\n bVar30 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar30);\n bVar32 = false;\n bVar33 = (!bVar33 && !bVar30) == bVar33;\n if (bVar33) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar9 = 10;\n pbVar18 = (byte *)pbVar24->name;\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar32 = *pbVar18 < *pbVar25;\n bVar33 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n if (((!bVar32 && !bVar33) == bVar32) &&\n (piVar1 = (int *)((int)&pbVar24->size + 4), pcVar11 = (char *)1,\n *piVar1 == 0 && (uint)(8 < (uint)pbVar24->size) <= (uint)-*piVar1)) {\n pcVar11 = local_84;\n }\n }" { (expression_statement "iVar9 = 0xf;" (assignment_expression "iVar9 = 0xf" identifier = number_literal) ;) (expression_statement "pbVar18 = (byte *)pbVar24->name;" (assignment_expression "pbVar18 = (byte *)pbVar24->name" identifier = (cast_expression "(byte *)pbVar24->name" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "pbVar24->name" identifier -> field_identifier))) ;) (expression_statement "pbVar25 = (byte *)".eh_frame_entry";" (assignment_expression "pbVar25 = (byte *)".eh_frame_entry"" identifier = (cast_expression "(byte *)".eh_frame_entry"" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (string_literal "".eh_frame_entry"" " string_content "))) ;) (do_statement "do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar33 = *pbVar18 < *pbVar25;\n bVar30 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar30);" do (compound_statement "{\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar33 = *pbVar18 < *pbVar25;\n bVar30 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n }" { (if_statement "if (iVar9 == 0) break;" if (parenthesized_expression "(iVar9 == 0)" ( (binary_expression "iVar9 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "iVar9 = iVar9 + -1;" (assignment_expression "iVar9 = iVar9 + -1" identifier = (binary_expression "iVar9 + -1" identifier + number_literal)) ;) (expression_statement "bVar33 = *pbVar18 < *pbVar25;" (assignment_expression "bVar33 = *pbVar18 < *pbVar25" identifier = (binary_expression "*pbVar18 < *pbVar25" (pointer_expression "*pbVar18" * identifier) < (pointer_expression "*pbVar25" * identifier))) ;) (expression_statement "bVar30 = *pbVar18 == *pbVar25;" (assignment_expression "bVar30 = *pbVar18 == *pbVar25" identifier = (binary_expression "*pbVar18 == *pbVar25" (pointer_expression "*pbVar18" * identifier) == (pointer_expression "*pbVar25" * identifier))) ;) (expression_statement "pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;" (assignment_expression "pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1" identifier = (binary_expression "pbVar18 + (uint)bVar34 * -2 + 1" (binary_expression "pbVar18 + (uint)bVar34 * -2" identifier + (binary_expression "(uint)bVar34 * -2" (cast_expression "(uint)bVar34" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;" (assignment_expression "pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1" identifier = (binary_expression "pbVar25 + (uint)bVar34 * -2 + 1" (binary_expression "pbVar25 + (uint)bVar34 * -2" identifier + (binary_expression "(uint)bVar34 * -2" (cast_expression "(uint)bVar34" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar30)" ( identifier )) ;) (expression_statement "bVar32 = false;" (assignment_expression "bVar32 = false" identifier = false) ;) (expression_statement "bVar33 = (!bVar33 && !bVar30) == bVar33;" (assignment_expression "bVar33 = (!bVar33 && !bVar30) == bVar33" identifier = (binary_expression "(!bVar33 && !bVar30) == bVar33" (parenthesized_expression "(!bVar33 && !bVar30)" ( (binary_expression "!bVar33 && !bVar30" (unary_expression "!bVar33" ! identifier) && (unary_expression "!bVar30" ! identifier)) )) == identifier)) ;) (if_statement "if (bVar33) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }" if (parenthesized_expression "(bVar33)" ( identifier )) (compound_statement "{\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }" { (expression_statement "local_84 = (char *)0x2;" (assignment_expression "local_84 = (char *)0x2" identifier = (cast_expression "(char *)0x2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (goto_statement "goto LAB_00048b31;" goto statement_identifier ;) })) (expression_statement "iVar9 = 10;" (assignment_expression "iVar9 = 10" identifier = number_literal) ;) (expression_statement "pbVar18 = (byte *)pbVar24->name;" (assignment_expression "pbVar18 = (byte *)pbVar24->name" identifier = (cast_expression "(byte *)pbVar24->name" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "pbVar24->name" identifier -> field_identifier))) ;) (expression_statement "pbVar25 = (byte *)".eh_frame";" (assignment_expression "pbVar25 = (byte *)".eh_frame"" identifier = (cast_expression "(byte *)".eh_frame"" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (string_literal "".eh_frame"" " string_content "))) ;) (do_statement "do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar32 = *pbVar18 < *pbVar25;\n bVar33 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar33);" do (compound_statement "{\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar32 = *pbVar18 < *pbVar25;\n bVar33 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n }" { (if_statement "if (iVar9 == 0) break;" if (parenthesized_expression "(iVar9 == 0)" ( (binary_expression "iVar9 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "iVar9 = iVar9 + -1;" (assignment_expression "iVar9 = iVar9 + -1" identifier = (binary_expression "iVar9 + -1" identifier + number_literal)) ;) (expression_statement "bVar32 = *pbVar18 < *pbVar25;" (assignment_expression "bVar32 = *pbVar18 < *pbVar25" identifier = (binary_expression "*pbVar18 < *pbVar25" (pointer_expression "*pbVar18" * identifier) < (pointer_expression "*pbVar25" * identifier))) ;) (expression_statement "bVar33 = *pbVar18 == *pbVar25;" (assignment_expression "bVar33 = *pbVar18 == *pbVar25" identifier = (binary_expression "*pbVar18 == *pbVar25" (pointer_expression "*pbVar18" * identifier) == (pointer_expression "*pbVar25" * identifier))) ;) (expression_statement "pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;" (assignment_expression "pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1" identifier = (binary_expression "pbVar18 + (uint)bVar34 * -2 + 1" (binary_expression "pbVar18 + (uint)bVar34 * -2" identifier + (binary_expression "(uint)bVar34 * -2" (cast_expression "(uint)bVar34" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;" (assignment_expression "pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1" identifier = (binary_expression "pbVar25 + (uint)bVar34 * -2 + 1" (binary_expression "pbVar25 + (uint)bVar34 * -2" identifier + (binary_expression "(uint)bVar34 * -2" (cast_expression "(uint)bVar34" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar33)" ( identifier )) ;) (if_statement "if (((!bVar32 && !bVar33) == bVar32) &&\n (piVar1 = (int *)((int)&pbVar24->size + 4), pcVar11 = (char *)1,\n *piVar1 == 0 && (uint)(8 < (uint)pbVar24->size) <= (uint)-*piVar1)) {\n pcVar11 = local_84;\n }" if (parenthesized_expression "(((!bVar32 && !bVar33) == bVar32) &&\n (piVar1 = (int *)((int)&pbVar24->size + 4), pcVar11 = (char *)1,\n *piVar1 == 0 && (uint)(8 < (uint)pbVar24->size) <= (uint)-*piVar1))" ( (binary_expression "((!bVar32 && !bVar33) == bVar32) &&\n (piVar1 = (int *)((int)&pbVar24->size + 4), pcVar11 = (char *)1,\n *piVar1 == 0 && (uint)(8 < (uint)pbVar24->size) <= (uint)-*piVar1)" (parenthesized_expression "((!bVar32 && !bVar33) == bVar32)" ( (binary_expression "(!bVar32 && !bVar33) == bVar32" (parenthesized_expression "(!bVar32 && !bVar33)" ( (binary_expression "!bVar32 && !bVar33" (unary_expression "!bVar32" ! identifier) && (unary_expression "!bVar33" ! identifier)) )) == identifier) )) && (parenthesized_expression "(piVar1 = (int *)((int)&pbVar24->size + 4), pcVar11 = (char *)1,\n *piVar1 == 0 && (uint)(8 < (uint)pbVar24->size) <= (uint)-*piVar1)" ( (comma_expression "piVar1 = (int *)((int)&pbVar24->size + 4), pcVar11 = (char *)1,\n *piVar1 == 0 && (uint)(8 < (uint)pbVar24->size) <= (uint)-*piVar1" (assignment_expression "piVar1 = (int *)((int)&pbVar24->size + 4)" identifier = (cast_expression "(int *)((int)&pbVar24->size + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&pbVar24->size + 4)" ( (binary_expression "(int)&pbVar24->size + 4" (cast_expression "(int)&pbVar24->size" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&pbVar24->size" & (field_expression "pbVar24->size" identifier -> field_identifier))) + number_literal) )))) , (comma_expression "pcVar11 = (char *)1,\n *piVar1 == 0 && (uint)(8 < (uint)pbVar24->size) <= (uint)-*piVar1" (assignment_expression "pcVar11 = (char *)1" identifier = (cast_expression "(char *)1" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) , (binary_expression "*piVar1 == 0 && (uint)(8 < (uint)pbVar24->size) <= (uint)-*piVar1" (binary_expression "*piVar1 == 0" (pointer_expression "*piVar1" * identifier) == number_literal) && (binary_expression "(uint)(8 < (uint)pbVar24->size) <= (uint)-*piVar1" (call_expression "(uint)(8 < (uint)pbVar24->size)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(8 < (uint)pbVar24->size)" ( (binary_expression "8 < (uint)pbVar24->size" number_literal < (cast_expression "(uint)pbVar24->size" ( (type_descriptor "uint" type_identifier) ) (field_expression "pbVar24->size" identifier -> field_identifier))) ))) <= (binary_expression "(uint)-*piVar1" (parenthesized_expression "(uint)" ( identifier )) - (pointer_expression "*piVar1" * identifier)))))) ))) )) (compound_statement "{\n pcVar11 = local_84;\n }" { (expression_statement "pcVar11 = local_84;" (assignment_expression "pcVar11 = local_84" identifier = identifier) ;) })) })) (expression_statement "local_84 = pcVar11;" (assignment_expression "local_84 = pcVar11" identifier = identifier) ;) (expression_statement "pbVar24 = pbVar24->next;" (assignment_expression "pbVar24 = pbVar24->next" identifier = (field_expression "pbVar24->next" identifier -> field_identifier)) ;) }) while (parenthesized_expression "(pbVar24 != (bfd_section *)0x0)" ( (binary_expression "pbVar24 != (bfd_section *)0x0" identifier != (cast_expression "(bfd_section *)0x0" ( (type_descriptor "bfd_section *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) (if_statement "if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pbVar7 = (bfd_link_needed_list *)local_84;\n if ((local_78 != (bfd_link_needed_list *)0x0) &&\n (pbVar7 = local_78, local_78 != (bfd_link_needed_list *)local_84)) {\n if (local_84 != (char *)0x1) {\n pbVar13 = local_74;\n }\n pcVar11 = (char *)dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n einfo(pcVar11,pbVar13);\n break;\n }\n local_78 = pbVar7;\n if ((local_74 == (bfd *)0x0) &&\n (((local_84 == (char *)0x2 || ((link_info._2_2_ & 0xc000) != 0)) &&\n (bVar31 = true, pbVar13->xvec->flavour == bfd_target_elf_flavour)))) {\n local_74 = pbVar13;\n }\n }" if (parenthesized_expression "(local_84 != (char *)0x0)" ( (binary_expression "local_84 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\nLAB_00048b31:\n pbVar7 = (bfd_link_needed_list *)local_84;\n if ((local_78 != (bfd_link_needed_list *)0x0) &&\n (pbVar7 = local_78, local_78 != (bfd_link_needed_list *)local_84)) {\n if (local_84 != (char *)0x1) {\n pbVar13 = local_74;\n }\n pcVar11 = (char *)dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n einfo(pcVar11,pbVar13);\n break;\n }\n local_78 = pbVar7;\n if ((local_74 == (bfd *)0x0) &&\n (((local_84 == (char *)0x2 || ((link_info._2_2_ & 0xc000) != 0)) &&\n (bVar31 = true, pbVar13->xvec->flavour == bfd_target_elf_flavour)))) {\n local_74 = pbVar13;\n }\n }" { (labeled_statement "LAB_00048b31:\n pbVar7 = (bfd_link_needed_list *)local_84;" statement_identifier : (expression_statement "pbVar7 = (bfd_link_needed_list *)local_84;" (assignment_expression "pbVar7 = (bfd_link_needed_list *)local_84" identifier = (cast_expression "(bfd_link_needed_list *)local_84" ( (type_descriptor "bfd_link_needed_list *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;)) (if_statement "if ((local_78 != (bfd_link_needed_list *)0x0) &&\n (pbVar7 = local_78, local_78 != (bfd_link_needed_list *)local_84)) {\n if (local_84 != (char *)0x1) {\n pbVar13 = local_74;\n }\n pcVar11 = (char *)dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n einfo(pcVar11,pbVar13);\n break;\n }" if (parenthesized_expression "((local_78 != (bfd_link_needed_list *)0x0) &&\n (pbVar7 = local_78, local_78 != (bfd_link_needed_list *)local_84))" ( (binary_expression "(local_78 != (bfd_link_needed_list *)0x0) &&\n (pbVar7 = local_78, local_78 != (bfd_link_needed_list *)local_84)" (parenthesized_expression "(local_78 != (bfd_link_needed_list *)0x0)" ( (binary_expression "local_78 != (bfd_link_needed_list *)0x0" identifier != (cast_expression "(bfd_link_needed_list *)0x0" ( (type_descriptor "bfd_link_needed_list *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(pbVar7 = local_78, local_78 != (bfd_link_needed_list *)local_84)" ( (comma_expression "pbVar7 = local_78, local_78 != (bfd_link_needed_list *)local_84" (assignment_expression "pbVar7 = local_78" identifier = identifier) , (binary_expression "local_78 != (bfd_link_needed_list *)local_84" identifier != (cast_expression "(bfd_link_needed_list *)local_84" ( (type_descriptor "bfd_link_needed_list *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier))) ))) )) (compound_statement "{\n if (local_84 != (char *)0x1) {\n pbVar13 = local_74;\n }\n pcVar11 = (char *)dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n einfo(pcVar11,pbVar13);\n break;\n }" { (if_statement "if (local_84 != (char *)0x1) {\n pbVar13 = local_74;\n }" if (parenthesized_expression "(local_84 != (char *)0x1)" ( (binary_expression "local_84 != (char *)0x1" identifier != (cast_expression "(char *)0x1" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pbVar13 = local_74;\n }" { (expression_statement "pbVar13 = local_74;" (assignment_expression "pbVar13 = local_74" identifier = identifier) ;) })) (expression_statement "pcVar11 = (char *)dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);" (assignment_expression "pcVar11 = (char *)dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5)" identifier = (cast_expression "(char *)dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5)" identifier (argument_list "(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5)" ( number_literal , (string_literal ""%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "einfo(pcVar11,pbVar13);" (call_expression "einfo(pcVar11,pbVar13)" identifier (argument_list "(pcVar11,pbVar13)" ( identifier , identifier ))) ;) (break_statement "break;" break ;) })) (expression_statement "local_78 = pbVar7;" (assignment_expression "local_78 = pbVar7" identifier = identifier) ;) (if_statement "if ((local_74 == (bfd *)0x0) &&\n (((local_84 == (char *)0x2 || ((link_info._2_2_ & 0xc000) != 0)) &&\n (bVar31 = true, pbVar13->xvec->flavour == bfd_target_elf_flavour)))) {\n local_74 = pbVar13;\n }" if (parenthesized_expression "((local_74 == (bfd *)0x0) &&\n (((local_84 == (char *)0x2 || ((link_info._2_2_ & 0xc000) != 0)) &&\n (bVar31 = true, pbVar13->xvec->flavour == bfd_target_elf_flavour))))" ( (binary_expression "(local_74 == (bfd *)0x0) &&\n (((local_84 == (char *)0x2 || ((link_info._2_2_ & 0xc000) != 0)) &&\n (bVar31 = true, pbVar13->xvec->flavour == bfd_target_elf_flavour)))" (parenthesized_expression "(local_74 == (bfd *)0x0)" ( (binary_expression "local_74 == (bfd *)0x0" identifier == (cast_expression "(bfd *)0x0" ( (type_descriptor "bfd *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(((local_84 == (char *)0x2 || ((link_info._2_2_ & 0xc000) != 0)) &&\n (bVar31 = true, pbVar13->xvec->flavour == bfd_target_elf_flavour)))" ( (parenthesized_expression "((local_84 == (char *)0x2 || ((link_info._2_2_ & 0xc000) != 0)) &&\n (bVar31 = true, pbVar13->xvec->flavour == bfd_target_elf_flavour))" ( (binary_expression "(local_84 == (char *)0x2 || ((link_info._2_2_ & 0xc000) != 0)) &&\n (bVar31 = true, pbVar13->xvec->flavour == bfd_target_elf_flavour)" (parenthesized_expression "(local_84 == (char *)0x2 || ((link_info._2_2_ & 0xc000) != 0))" ( (binary_expression "local_84 == (char *)0x2 || ((link_info._2_2_ & 0xc000) != 0)" (binary_expression "local_84 == (char *)0x2" identifier == (cast_expression "(char *)0x2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) || (parenthesized_expression "((link_info._2_2_ & 0xc000) != 0)" ( (binary_expression "(link_info._2_2_ & 0xc000) != 0" (parenthesized_expression "(link_info._2_2_ & 0xc000)" ( (binary_expression "link_info._2_2_ & 0xc000" (field_expression "link_info._2_2_" identifier . field_identifier) & number_literal) )) != number_literal) ))) )) && (parenthesized_expression "(bVar31 = true, pbVar13->xvec->flavour == bfd_target_elf_flavour)" ( (comma_expression "bVar31 = true, pbVar13->xvec->flavour == bfd_target_elf_flavour" (assignment_expression "bVar31 = true" identifier = true) , (binary_expression "pbVar13->xvec->flavour == bfd_target_elf_flavour" (field_expression "pbVar13->xvec->flavour" (field_expression "pbVar13->xvec" identifier -> field_identifier) -> field_identifier) == identifier)) ))) )) ))) )) (compound_statement "{\n local_74 = pbVar13;\n }" { (expression_statement "local_74 = pbVar13;" (assignment_expression "local_74 = pbVar13" identifier = identifier) ;) })) })) })) (if_statement "if (local_78 != (bfd_link_needed_list *)0x2) goto LAB_00048a88;" if (parenthesized_expression "(local_78 != (bfd_link_needed_list *)0x2)" ( (binary_expression "local_78 != (bfd_link_needed_list *)0x2" identifier != (cast_expression "(bfd_link_needed_list *)0x2" ( (type_descriptor "bfd_link_needed_list *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_00048a88;" goto statement_identifier ;)) (expression_statement "pbVar13 = (pbVar13->link).next;" (assignment_expression "pbVar13 = (pbVar13->link).next" identifier = (field_expression "(pbVar13->link).next" (parenthesized_expression "(pbVar13->link)" ( (field_expression "pbVar13->link" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "link_info._2_2_ = link_info._2_2_ & 0x3fff | 0x8000;" (assignment_expression "link_info._2_2_ = link_info._2_2_ & 0x3fff | 0x8000" (field_expression "link_info._2_2_" identifier . field_identifier) = (binary_expression "link_info._2_2_ & 0x3fff | 0x8000" (binary_expression "link_info._2_2_ & 0x3fff" (field_expression "link_info._2_2_" identifier . field_identifier) & number_literal) | number_literal)) ;) }) while (parenthesized_expression "(pbVar13 != (bfd *)0x0)" ( (binary_expression "pbVar13 != (bfd *)0x0" identifier != (cast_expression "(bfd *)0x0" ( (type_descriptor "bfd *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) (labeled_statement "LAB_00048b86:\n if ((local_74 == (bfd *)0x0) ||\n (pbVar21 = (bfd_link_hash_entry *)\n bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)((int)local_74->xvec->backend_data + 0x30) | 8),\n pbVar21 == (bfd_link_hash_entry *)0x0)) {\n if (bVar31) {\n pcVar11 = (char *)dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n einfo(pcVar11);\n }\n }\n else {\n pbVar21[2].u.i.warning = (char *)0x2;\n pbVar5[4].undefs_tail = pbVar21;\n }" statement_identifier : (if_statement "if ((local_74 == (bfd *)0x0) ||\n (pbVar21 = (bfd_link_hash_entry *)\n bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)((int)local_74->xvec->backend_data + 0x30) | 8),\n pbVar21 == (bfd_link_hash_entry *)0x0)) {\n if (bVar31) {\n pcVar11 = (char *)dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n einfo(pcVar11);\n }\n }\n else {\n pbVar21[2].u.i.warning = (char *)0x2;\n pbVar5[4].undefs_tail = pbVar21;\n }" if (parenthesized_expression "((local_74 == (bfd *)0x0) ||\n (pbVar21 = (bfd_link_hash_entry *)\n bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)((int)local_74->xvec->backend_data + 0x30) | 8),\n pbVar21 == (bfd_link_hash_entry *)0x0))" ( (binary_expression "(local_74 == (bfd *)0x0) ||\n (pbVar21 = (bfd_link_hash_entry *)\n bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)((int)local_74->xvec->backend_data + 0x30) | 8),\n pbVar21 == (bfd_link_hash_entry *)0x0)" (parenthesized_expression "(local_74 == (bfd *)0x0)" ( (binary_expression "local_74 == (bfd *)0x0" identifier == (cast_expression "(bfd *)0x0" ( (type_descriptor "bfd *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) || (parenthesized_expression "(pbVar21 = (bfd_link_hash_entry *)\n bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)((int)local_74->xvec->backend_data + 0x30) | 8),\n pbVar21 == (bfd_link_hash_entry *)0x0)" ( (comma_expression "pbVar21 = (bfd_link_hash_entry *)\n bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)((int)local_74->xvec->backend_data + 0x30) | 8),\n pbVar21 == (bfd_link_hash_entry *)0x0" (assignment_expression "pbVar21 = (bfd_link_hash_entry *)\n bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)((int)local_74->xvec->backend_data + 0x30) | 8)" identifier = (cast_expression "(bfd_link_hash_entry *)\n bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)((int)local_74->xvec->backend_data + 0x30) | 8)" ( (type_descriptor "bfd_link_hash_entry *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)((int)local_74->xvec->backend_data + 0x30) | 8)" identifier (argument_list "(local_74,".eh_frame_hdr",\n *(uint *)((int)local_74->xvec->backend_data + 0x30) | 8)" ( identifier , (string_literal "".eh_frame_hdr"" " string_content ") , (binary_expression "*(uint *)((int)local_74->xvec->backend_data + 0x30) | 8" (pointer_expression "*(uint *)((int)local_74->xvec->backend_data + 0x30)" * (cast_expression "(uint *)((int)local_74->xvec->backend_data + 0x30)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)local_74->xvec->backend_data + 0x30)" ( (binary_expression "(int)local_74->xvec->backend_data + 0x30" (cast_expression "(int)local_74->xvec->backend_data" ( (type_descriptor "int" primitive_type) ) (field_expression "local_74->xvec->backend_data" (field_expression "local_74->xvec" identifier -> field_identifier) -> field_identifier)) + number_literal) )))) | number_literal) ))))) , (binary_expression "pbVar21 == (bfd_link_hash_entry *)0x0" identifier == (cast_expression "(bfd_link_hash_entry *)0x0" ( (type_descriptor "bfd_link_hash_entry *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) (compound_statement "{\n if (bVar31) {\n pcVar11 = (char *)dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n einfo(pcVar11);\n }\n }" { (if_statement "if (bVar31) {\n pcVar11 = (char *)dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n einfo(pcVar11);\n }" if (parenthesized_expression "(bVar31)" ( identifier )) (compound_statement "{\n pcVar11 = (char *)dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n einfo(pcVar11);\n }" { (expression_statement "pcVar11 = (char *)dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);" (assignment_expression "pcVar11 = (char *)dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5)" identifier = (cast_expression "(char *)dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5)" identifier (argument_list "(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5)" ( number_literal , (string_literal ""%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "einfo(pcVar11);" (call_expression "einfo(pcVar11)" identifier (argument_list "(pcVar11)" ( identifier ))) ;) })) }) (else_clause "else {\n pbVar21[2].u.i.warning = (char *)0x2;\n pbVar5[4].undefs_tail = pbVar21;\n }" else (compound_statement "{\n pbVar21[2].u.i.warning = (char *)0x2;\n pbVar5[4].undefs_tail = pbVar21;\n }" { (expression_statement "pbVar21[2].u.i.warning = (char *)0x2;" (assignment_expression "pbVar21[2].u.i.warning = (char *)0x2" (field_expression "pbVar21[2].u.i.warning" (field_expression "pbVar21[2].u.i" (field_expression "pbVar21[2].u" (subscript_expression "pbVar21[2]" identifier [ number_literal ]) . field_identifier) . field_identifier) . field_identifier) = (cast_expression "(char *)0x2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "pbVar5[4].undefs_tail = pbVar21;" (assignment_expression "pbVar5[4].undefs_tail = pbVar21" (field_expression "pbVar5[4].undefs_tail" (subscript_expression "pbVar5[4]" identifier [ number_literal ]) . field_identifier) = identifier) ;) })))) })) (expression_statement "pbVar7 = (bfd_link_needed_list *)bfd_elf_get_needed_list(link_info.output_bfd,&link_info);" (assignment_expression "pbVar7 = (bfd_link_needed_list *)bfd_elf_get_needed_list(link_info.output_bfd,&link_info)" identifier = (cast_expression "(bfd_link_needed_list *)bfd_elf_get_needed_list(link_info.output_bfd,&link_info)" ( (type_descriptor "bfd_link_needed_list *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "bfd_elf_get_needed_list(link_info.output_bfd,&link_info)" identifier (argument_list "(link_info.output_bfd,&link_info)" ( (field_expression "link_info.output_bfd" identifier . field_identifier) , (pointer_expression "&link_info" & identifier) ))))) ;) (expression_statement "local_78 = pbVar7;" (assignment_expression "local_78 = pbVar7" identifier = identifier) ;) (if_statement "if (pbVar7 != (bfd_link_needed_list *)0x0) {\nLAB_00048360:\n pbVar4 = pbVar7;\n if ((local_78->by == (bfd *)0x0) ||\n ((uVar8 = bfd_elf_get_dyn_lib_class(local_78->by), (uVar8 & 1) == 0 &&\n (((local_78->by == (bfd *)0x0 || ((link_info._2_2_ & 0x180) != 0x80)) ||\n (uVar8 = bfd_elf_get_dyn_lib_class(local_78->by), (uVar8 & 4) == 0)))))) {\n for (; pbVar4 != local_78; pbVar4 = pbVar4->next) {\n if (((pbVar4->by == (bfd *)0x0) ||\n (uVar8 = bfd_elf_get_dyn_lib_class(pbVar4->by), (uVar8 & 1) == 0)) &&\n (iVar9 = strcmp(pbVar4->name,local_78->name), iVar9 == 0)) {\n if (pbVar4 != local_78) goto LAB_000484a0;\n break;\n }\n }\n global_found = (lang_input_statement_type *)0x0;\n global_needed = local_78;\n real_func = gldaarch64elf32b_check_needed;\n lang_for_each_input_file(aarch64_for_each_input_file_wrapper);\n if ((global_found == (lang_input_statement_type *)0x0) ||\n (uVar8 = bfd_elf_get_dyn_lib_class(global_found->the_bfd), (uVar8 & 1) != 0)) {\n pbVar13 = local_78->by;\n pcVar11 = local_78->name;\n n.by = pbVar13;\n n.name = pcVar11;\n nn.by = pbVar13;\n if (verbose != 0) {\n pcVar20 = (char *)dcgettext(0,"%s needed by %pB\n",5);\n info_msg(pcVar20,pcVar11,pbVar13);\n }\n if (global_found == (lang_input_statement_type *)0x0) {\nLAB_00048538:\n local_64 = (dt_needed *)0x0;\n do {\n pcVar20 = n.name;\n pcVar11 = command_line.rpath_link;\n if (*n.name == '/') {\n bVar10 = gldaarch64elf32b_try_needed(&n,(int)n.name,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n }\n else if ((command_line.rpath_link != (char *)0x0) &&\n (*command_line.rpath_link != '\0')) {\n needed.by = n.by;\n needed.name = n.name;\n sVar12 = strlen(n.name);\n do {\n local_68 = strchr(pcVar11,(int)config.rpath_separator);\n if (local_68 == (char *)0x0) {\n sVar27 = strlen(pcVar11);\n local_68 = pcVar11 + sVar27;\n }\n sVar27 = (int)local_68 - (int)pcVar11;\n local_84 = (char *)xmalloc(sVar12 + 2 + sVar27);\n pcVar17 = local_84;\n if (pcVar11 != local_68) {\n memcpy(local_84,pcVar11,sVar27);\n local_84[sVar27] = '/';\n pcVar17 = local_84 + sVar27 + 1;\n }\n pcVar11 = (char *)0x0;\n strcpy(pcVar17,pcVar20);\n while (pcVar11 = strchr(local_84 + (int)pcVar11,0x24), pcVar11 != (char *)0x0) {\n pcVar17 = strchr(pcVar11,0x2f);\n sVar27 = strlen(local_84);\n if (pcVar17 != (char *)0x0) {\n *pcVar17 = '\0';\n }\n bVar22 = pcVar11[1];\n pcVar19 = pcVar11 + 1;\n if (bVar22 == 0x7b) {\n bVar22 = pcVar11[2];\n pcVar19 = pcVar11 + 2;\n }\n pbVar18 = (byte *)(pcVar19 + 1);\n bVar31 = bVar22 < 0x4c;\n bVar33 = bVar22 == 0x4c;\n if (bVar33) {\n iVar9 = 3;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x701f6;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 4;\n pbVar25 = &DAT_000af890;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n sVar15 = 3;\n pcVar29 = (char *)0x0;\n pcVar19 = "lib";\nLAB_00048700:\n pcVar14 = (char *)xmalloc(sVar15 + sVar27);\n iVar9 = (int)pcVar11 - (int)local_84;\n if (pcVar17 == (char *)0x0) {\n sprintf(pcVar14,"%.*s%s",iVar9,local_84,pcVar19);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + sVar27);\n }\n else {\n sprintf(pcVar14,"%.*s%s/%s",iVar9,local_84,pcVar19,pcVar17 + 1);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + 1 + sVar27);\n }\n free(local_84);\n local_84 = pcVar14;\n }\n else {\n bVar31 = bVar22 < 0x4f;\n bVar33 = bVar22 == 0x4f;\n if (bVar33) {\n iVar9 = 6;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x704cc;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 7;\n pbVar25 = (byte *)"RIGIN}";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n pbVar13 = needed.by;\n if (((needed.by != (bfd *)0x0) ||\n (pbVar13 = link_info.output_bfd, link_info.output_bfd != (bfd *)0x0))\n && (pcVar29 = pbVar13->filename, pcVar29 != (char *)0x0)) {\n if (*pcVar29 == '/') {\n pcVar19 = (char *)xstrdup(pcVar29);\n }\n else {\n pcVar14 = (char *)getpwd();\n sVar15 = strlen(pcVar29);\n sVar16 = strlen(pcVar14);\n pcVar19 = (char *)xmalloc(sVar15 + 2 + sVar16);\n sprintf(pcVar19,"%s/%s",pcVar14,pcVar29);\n }\n pcVar29 = strrchr(pcVar19,0x2f);\n if (pcVar29 != (char *)0x0) {\n *pcVar29 = '\0';\n }\n sVar15 = strlen(pcVar19);\n pcVar29 = pcVar19;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (verbose != 0) {\n pcVar19 = (char *)dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n info_msg(pcVar19,pcVar11);\n }\n if (pcVar17 != (char *)0x0) {\n *pcVar17 = '/';\n }\n pcVar29 = (char *)0x0;\n pcVar11 = pcVar11 + (1 - (int)local_84);\n }\n free(pcVar29);\n }\n needed.name = local_84;\n bVar10 = gldaarch64elf32b_try_needed(&needed,(int)local_84,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar11 = local_68 + 1;\n } while( true );\n }\n sVar12 = strlen(local_78->name);\n if (search_head != (search_dirs_type *)0x0) {\n psVar26 = search_head;\n do {\n if (psVar26->cmdline == 0) {\n sVar27 = strlen(psVar26->name);\n pcVar11 = (char *)xmalloc(sVar27 + sVar12 + 2);\n sprintf(pcVar11,"%s/%s",psVar26->name,local_78->name);\n nn.name = pcVar11;\n bVar10 = gldaarch64elf32b_try_needed(&nn,(int)pcVar11,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n free(pcVar11);\n }\n psVar26 = psVar26->next;\n } while (psVar26 != (search_dirs *)0x0);\n }\n if (local_64 == (dt_needed *)0x1) goto code_r0x00048a13;\n local_64 = (dt_needed *)0x1;\n } while( true );\n }\n nn.name = global_found->filename;\n bVar10 = gldaarch64elf32b_try_needed(&nn,(int)nn.name,(dt_needed *)0x1);\n if (bVar10 == 0) goto LAB_00048538;\n }\n }\n goto LAB_000484a0;\n }" if (parenthesized_expression "(pbVar7 != (bfd_link_needed_list *)0x0)" ( (binary_expression "pbVar7 != (bfd_link_needed_list *)0x0" identifier != (cast_expression "(bfd_link_needed_list *)0x0" ( (type_descriptor "bfd_link_needed_list *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\nLAB_00048360:\n pbVar4 = pbVar7;\n if ((local_78->by == (bfd *)0x0) ||\n ((uVar8 = bfd_elf_get_dyn_lib_class(local_78->by), (uVar8 & 1) == 0 &&\n (((local_78->by == (bfd *)0x0 || ((link_info._2_2_ & 0x180) != 0x80)) ||\n (uVar8 = bfd_elf_get_dyn_lib_class(local_78->by), (uVar8 & 4) == 0)))))) {\n for (; pbVar4 != local_78; pbVar4 = pbVar4->next) {\n if (((pbVar4->by == (bfd *)0x0) ||\n (uVar8 = bfd_elf_get_dyn_lib_class(pbVar4->by), (uVar8 & 1) == 0)) &&\n (iVar9 = strcmp(pbVar4->name,local_78->name), iVar9 == 0)) {\n if (pbVar4 != local_78) goto LAB_000484a0;\n break;\n }\n }\n global_found = (lang_input_statement_type *)0x0;\n global_needed = local_78;\n real_func = gldaarch64elf32b_check_needed;\n lang_for_each_input_file(aarch64_for_each_input_file_wrapper);\n if ((global_found == (lang_input_statement_type *)0x0) ||\n (uVar8 = bfd_elf_get_dyn_lib_class(global_found->the_bfd), (uVar8 & 1) != 0)) {\n pbVar13 = local_78->by;\n pcVar11 = local_78->name;\n n.by = pbVar13;\n n.name = pcVar11;\n nn.by = pbVar13;\n if (verbose != 0) {\n pcVar20 = (char *)dcgettext(0,"%s needed by %pB\n",5);\n info_msg(pcVar20,pcVar11,pbVar13);\n }\n if (global_found == (lang_input_statement_type *)0x0) {\nLAB_00048538:\n local_64 = (dt_needed *)0x0;\n do {\n pcVar20 = n.name;\n pcVar11 = command_line.rpath_link;\n if (*n.name == '/') {\n bVar10 = gldaarch64elf32b_try_needed(&n,(int)n.name,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n }\n else if ((command_line.rpath_link != (char *)0x0) &&\n (*command_line.rpath_link != '\0')) {\n needed.by = n.by;\n needed.name = n.name;\n sVar12 = strlen(n.name);\n do {\n local_68 = strchr(pcVar11,(int)config.rpath_separator);\n if (local_68 == (char *)0x0) {\n sVar27 = strlen(pcVar11);\n local_68 = pcVar11 + sVar27;\n }\n sVar27 = (int)local_68 - (int)pcVar11;\n local_84 = (char *)xmalloc(sVar12 + 2 + sVar27);\n pcVar17 = local_84;\n if (pcVar11 != local_68) {\n memcpy(local_84,pcVar11,sVar27);\n local_84[sVar27] = '/';\n pcVar17 = local_84 + sVar27 + 1;\n }\n pcVar11 = (char *)0x0;\n strcpy(pcVar17,pcVar20);\n while (pcVar11 = strchr(local_84 + (int)pcVar11,0x24), pcVar11 != (char *)0x0) {\n pcVar17 = strchr(pcVar11,0x2f);\n sVar27 = strlen(local_84);\n if (pcVar17 != (char *)0x0) {\n *pcVar17 = '\0';\n }\n bVar22 = pcVar11[1];\n pcVar19 = pcVar11 + 1;\n if (bVar22 == 0x7b) {\n bVar22 = pcVar11[2];\n pcVar19 = pcVar11 + 2;\n }\n pbVar18 = (byte *)(pcVar19 + 1);\n bVar31 = bVar22 < 0x4c;\n bVar33 = bVar22 == 0x4c;\n if (bVar33) {\n iVar9 = 3;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x701f6;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 4;\n pbVar25 = &DAT_000af890;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n sVar15 = 3;\n pcVar29 = (char *)0x0;\n pcVar19 = "lib";\nLAB_00048700:\n pcVar14 = (char *)xmalloc(sVar15 + sVar27);\n iVar9 = (int)pcVar11 - (int)local_84;\n if (pcVar17 == (char *)0x0) {\n sprintf(pcVar14,"%.*s%s",iVar9,local_84,pcVar19);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + sVar27);\n }\n else {\n sprintf(pcVar14,"%.*s%s/%s",iVar9,local_84,pcVar19,pcVar17 + 1);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + 1 + sVar27);\n }\n free(local_84);\n local_84 = pcVar14;\n }\n else {\n bVar31 = bVar22 < 0x4f;\n bVar33 = bVar22 == 0x4f;\n if (bVar33) {\n iVar9 = 6;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x704cc;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 7;\n pbVar25 = (byte *)"RIGIN}";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n pbVar13 = needed.by;\n if (((needed.by != (bfd *)0x0) ||\n (pbVar13 = link_info.output_bfd, link_info.output_bfd != (bfd *)0x0))\n && (pcVar29 = pbVar13->filename, pcVar29 != (char *)0x0)) {\n if (*pcVar29 == '/') {\n pcVar19 = (char *)xstrdup(pcVar29);\n }\n else {\n pcVar14 = (char *)getpwd();\n sVar15 = strlen(pcVar29);\n sVar16 = strlen(pcVar14);\n pcVar19 = (char *)xmalloc(sVar15 + 2 + sVar16);\n sprintf(pcVar19,"%s/%s",pcVar14,pcVar29);\n }\n pcVar29 = strrchr(pcVar19,0x2f);\n if (pcVar29 != (char *)0x0) {\n *pcVar29 = '\0';\n }\n sVar15 = strlen(pcVar19);\n pcVar29 = pcVar19;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (verbose != 0) {\n pcVar19 = (char *)dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n info_msg(pcVar19,pcVar11);\n }\n if (pcVar17 != (char *)0x0) {\n *pcVar17 = '/';\n }\n pcVar29 = (char *)0x0;\n pcVar11 = pcVar11 + (1 - (int)local_84);\n }\n free(pcVar29);\n }\n needed.name = local_84;\n bVar10 = gldaarch64elf32b_try_needed(&needed,(int)local_84,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar11 = local_68 + 1;\n } while( true );\n }\n sVar12 = strlen(local_78->name);\n if (search_head != (search_dirs_type *)0x0) {\n psVar26 = search_head;\n do {\n if (psVar26->cmdline == 0) {\n sVar27 = strlen(psVar26->name);\n pcVar11 = (char *)xmalloc(sVar27 + sVar12 + 2);\n sprintf(pcVar11,"%s/%s",psVar26->name,local_78->name);\n nn.name = pcVar11;\n bVar10 = gldaarch64elf32b_try_needed(&nn,(int)pcVar11,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n free(pcVar11);\n }\n psVar26 = psVar26->next;\n } while (psVar26 != (search_dirs *)0x0);\n }\n if (local_64 == (dt_needed *)0x1) goto code_r0x00048a13;\n local_64 = (dt_needed *)0x1;\n } while( true );\n }\n nn.name = global_found->filename;\n bVar10 = gldaarch64elf32b_try_needed(&nn,(int)nn.name,(dt_needed *)0x1);\n if (bVar10 == 0) goto LAB_00048538;\n }\n }\n goto LAB_000484a0;\n }" { (labeled_statement "LAB_00048360:\n pbVar4 = pbVar7;" statement_identifier : (expression_statement "pbVar4 = pbVar7;" (assignment_expression "pbVar4 = pbVar7" identifier = identifier) ;)) (if_statement "if ((local_78->by == (bfd *)0x0) ||\n ((uVar8 = bfd_elf_get_dyn_lib_class(local_78->by), (uVar8 & 1) == 0 &&\n (((local_78->by == (bfd *)0x0 || ((link_info._2_2_ & 0x180) != 0x80)) ||\n (uVar8 = bfd_elf_get_dyn_lib_class(local_78->by), (uVar8 & 4) == 0)))))) {\n for (; pbVar4 != local_78; pbVar4 = pbVar4->next) {\n if (((pbVar4->by == (bfd *)0x0) ||\n (uVar8 = bfd_elf_get_dyn_lib_class(pbVar4->by), (uVar8 & 1) == 0)) &&\n (iVar9 = strcmp(pbVar4->name,local_78->name), iVar9 == 0)) {\n if (pbVar4 != local_78) goto LAB_000484a0;\n break;\n }\n }\n global_found = (lang_input_statement_type *)0x0;\n global_needed = local_78;\n real_func = gldaarch64elf32b_check_needed;\n lang_for_each_input_file(aarch64_for_each_input_file_wrapper);\n if ((global_found == (lang_input_statement_type *)0x0) ||\n (uVar8 = bfd_elf_get_dyn_lib_class(global_found->the_bfd), (uVar8 & 1) != 0)) {\n pbVar13 = local_78->by;\n pcVar11 = local_78->name;\n n.by = pbVar13;\n n.name = pcVar11;\n nn.by = pbVar13;\n if (verbose != 0) {\n pcVar20 = (char *)dcgettext(0,"%s needed by %pB\n",5);\n info_msg(pcVar20,pcVar11,pbVar13);\n }\n if (global_found == (lang_input_statement_type *)0x0) {\nLAB_00048538:\n local_64 = (dt_needed *)0x0;\n do {\n pcVar20 = n.name;\n pcVar11 = command_line.rpath_link;\n if (*n.name == '/') {\n bVar10 = gldaarch64elf32b_try_needed(&n,(int)n.name,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n }\n else if ((command_line.rpath_link != (char *)0x0) &&\n (*command_line.rpath_link != '\0')) {\n needed.by = n.by;\n needed.name = n.name;\n sVar12 = strlen(n.name);\n do {\n local_68 = strchr(pcVar11,(int)config.rpath_separator);\n if (local_68 == (char *)0x0) {\n sVar27 = strlen(pcVar11);\n local_68 = pcVar11 + sVar27;\n }\n sVar27 = (int)local_68 - (int)pcVar11;\n local_84 = (char *)xmalloc(sVar12 + 2 + sVar27);\n pcVar17 = local_84;\n if (pcVar11 != local_68) {\n memcpy(local_84,pcVar11,sVar27);\n local_84[sVar27] = '/';\n pcVar17 = local_84 + sVar27 + 1;\n }\n pcVar11 = (char *)0x0;\n strcpy(pcVar17,pcVar20);\n while (pcVar11 = strchr(local_84 + (int)pcVar11,0x24), pcVar11 != (char *)0x0) {\n pcVar17 = strchr(pcVar11,0x2f);\n sVar27 = strlen(local_84);\n if (pcVar17 != (char *)0x0) {\n *pcVar17 = '\0';\n }\n bVar22 = pcVar11[1];\n pcVar19 = pcVar11 + 1;\n if (bVar22 == 0x7b) {\n bVar22 = pcVar11[2];\n pcVar19 = pcVar11 + 2;\n }\n pbVar18 = (byte *)(pcVar19 + 1);\n bVar31 = bVar22 < 0x4c;\n bVar33 = bVar22 == 0x4c;\n if (bVar33) {\n iVar9 = 3;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x701f6;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 4;\n pbVar25 = &DAT_000af890;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n sVar15 = 3;\n pcVar29 = (char *)0x0;\n pcVar19 = "lib";\nLAB_00048700:\n pcVar14 = (char *)xmalloc(sVar15 + sVar27);\n iVar9 = (int)pcVar11 - (int)local_84;\n if (pcVar17 == (char *)0x0) {\n sprintf(pcVar14,"%.*s%s",iVar9,local_84,pcVar19);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + sVar27);\n }\n else {\n sprintf(pcVar14,"%.*s%s/%s",iVar9,local_84,pcVar19,pcVar17 + 1);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + 1 + sVar27);\n }\n free(local_84);\n local_84 = pcVar14;\n }\n else {\n bVar31 = bVar22 < 0x4f;\n bVar33 = bVar22 == 0x4f;\n if (bVar33) {\n iVar9 = 6;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x704cc;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 7;\n pbVar25 = (byte *)"RIGIN}";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n pbVar13 = needed.by;\n if (((needed.by != (bfd *)0x0) ||\n (pbVar13 = link_info.output_bfd, link_info.output_bfd != (bfd *)0x0))\n && (pcVar29 = pbVar13->filename, pcVar29 != (char *)0x0)) {\n if (*pcVar29 == '/') {\n pcVar19 = (char *)xstrdup(pcVar29);\n }\n else {\n pcVar14 = (char *)getpwd();\n sVar15 = strlen(pcVar29);\n sVar16 = strlen(pcVar14);\n pcVar19 = (char *)xmalloc(sVar15 + 2 + sVar16);\n sprintf(pcVar19,"%s/%s",pcVar14,pcVar29);\n }\n pcVar29 = strrchr(pcVar19,0x2f);\n if (pcVar29 != (char *)0x0) {\n *pcVar29 = '\0';\n }\n sVar15 = strlen(pcVar19);\n pcVar29 = pcVar19;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (verbose != 0) {\n pcVar19 = (char *)dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n info_msg(pcVar19,pcVar11);\n }\n if (pcVar17 != (char *)0x0) {\n *pcVar17 = '/';\n }\n pcVar29 = (char *)0x0;\n pcVar11 = pcVar11 + (1 - (int)local_84);\n }\n free(pcVar29);\n }\n needed.name = local_84;\n bVar10 = gldaarch64elf32b_try_needed(&needed,(int)local_84,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar11 = local_68 + 1;\n } while( true );\n }\n sVar12 = strlen(local_78->name);\n if (search_head != (search_dirs_type *)0x0) {\n psVar26 = search_head;\n do {\n if (psVar26->cmdline == 0) {\n sVar27 = strlen(psVar26->name);\n pcVar11 = (char *)xmalloc(sVar27 + sVar12 + 2);\n sprintf(pcVar11,"%s/%s",psVar26->name,local_78->name);\n nn.name = pcVar11;\n bVar10 = gldaarch64elf32b_try_needed(&nn,(int)pcVar11,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n free(pcVar11);\n }\n psVar26 = psVar26->next;\n } while (psVar26 != (search_dirs *)0x0);\n }\n if (local_64 == (dt_needed *)0x1) goto code_r0x00048a13;\n local_64 = (dt_needed *)0x1;\n } while( true );\n }\n nn.name = global_found->filename;\n bVar10 = gldaarch64elf32b_try_needed(&nn,(int)nn.name,(dt_needed *)0x1);\n if (bVar10 == 0) goto LAB_00048538;\n }\n }" if (parenthesized_expression "((local_78->by == (bfd *)0x0) ||\n ((uVar8 = bfd_elf_get_dyn_lib_class(local_78->by), (uVar8 & 1) == 0 &&\n (((local_78->by == (bfd *)0x0 || ((link_info._2_2_ & 0x180) != 0x80)) ||\n (uVar8 = bfd_elf_get_dyn_lib_class(local_78->by), (uVar8 & 4) == 0))))))" ( (binary_expression "(local_78->by == (bfd *)0x0) ||\n ((uVar8 = bfd_elf_get_dyn_lib_class(local_78->by), (uVar8 & 1) == 0 &&\n (((local_78->by == (bfd *)0x0 || ((link_info._2_2_ & 0x180) != 0x80)) ||\n (uVar8 = bfd_elf_get_dyn_lib_class(local_78->by), (uVar8 & 4) == 0)))))" (parenthesized_expression "(local_78->by == (bfd *)0x0)" ( (binary_expression "local_78->by == (bfd *)0x0" (field_expression "local_78->by" identifier -> field_identifier) == (cast_expression "(bfd *)0x0" ( (type_descriptor "bfd *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) || (parenthesized_expression "((uVar8 = bfd_elf_get_dyn_lib_class(local_78->by), (uVar8 & 1) == 0 &&\n (((local_78->by == (bfd *)0x0 || ((link_info._2_2_ & 0x180) != 0x80)) ||\n (uVar8 = bfd_elf_get_dyn_lib_class(local_78->by), (uVar8 & 4) == 0)))))" ( (parenthesized_expression "(uVar8 = bfd_elf_get_dyn_lib_class(local_78->by), (uVar8 & 1) == 0 &&\n (((local_78->by == (bfd *)0x0 || ((link_info._2_2_ & 0x180) != 0x80)) ||\n (uVar8 = bfd_elf_get_dyn_lib_class(local_78->by), (uVar8 & 4) == 0))))" ( (comma_expression "uVar8 = bfd_elf_get_dyn_lib_class(local_78->by), (uVar8 & 1) == 0 &&\n (((local_78->by == (bfd *)0x0 || ((link_info._2_2_ & 0x180) != 0x80)) ||\n (uVar8 = bfd_elf_get_dyn_lib_class(local_78->by), (uVar8 & 4) == 0)))" (assignment_expression "uVar8 = bfd_elf_get_dyn_lib_class(local_78->by)" identifier = (call_expression "bfd_elf_get_dyn_lib_class(local_78->by)" identifier (argument_list "(local_78->by)" ( (field_expression "local_78->by" identifier -> field_identifier) )))) , (binary_expression "(uVar8 & 1) == 0 &&\n (((local_78->by == (bfd *)0x0 || ((link_info._2_2_ & 0x180) != 0x80)) ||\n (uVar8 = bfd_elf_get_dyn_lib_class(local_78->by), (uVar8 & 4) == 0)))" (binary_expression "(uVar8 & 1) == 0" (parenthesized_expression "(uVar8 & 1)" ( (binary_expression "uVar8 & 1" identifier & number_literal) )) == number_literal) && (parenthesized_expression "(((local_78->by == (bfd *)0x0 || ((link_info._2_2_ & 0x180) != 0x80)) ||\n (uVar8 = bfd_elf_get_dyn_lib_class(local_78->by), (uVar8 & 4) == 0)))" ( (parenthesized_expression "((local_78->by == (bfd *)0x0 || ((link_info._2_2_ & 0x180) != 0x80)) ||\n (uVar8 = bfd_elf_get_dyn_lib_class(local_78->by), (uVar8 & 4) == 0))" ( (binary_expression "(local_78->by == (bfd *)0x0 || ((link_info._2_2_ & 0x180) != 0x80)) ||\n (uVar8 = bfd_elf_get_dyn_lib_class(local_78->by), (uVar8 & 4) == 0)" (parenthesized_expression "(local_78->by == (bfd *)0x0 || ((link_info._2_2_ & 0x180) != 0x80))" ( (binary_expression "local_78->by == (bfd *)0x0 || ((link_info._2_2_ & 0x180) != 0x80)" (binary_expression "local_78->by == (bfd *)0x0" (field_expression "local_78->by" identifier -> field_identifier) == (cast_expression "(bfd *)0x0" ( (type_descriptor "bfd *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) || (parenthesized_expression "((link_info._2_2_ & 0x180) != 0x80)" ( (binary_expression "(link_info._2_2_ & 0x180) != 0x80" (parenthesized_expression "(link_info._2_2_ & 0x180)" ( (binary_expression "link_info._2_2_ & 0x180" (field_expression "link_info._2_2_" identifier . field_identifier) & number_literal) )) != number_literal) ))) )) || (parenthesized_expression "(uVar8 = bfd_elf_get_dyn_lib_class(local_78->by), (uVar8 & 4) == 0)" ( (comma_expression "uVar8 = bfd_elf_get_dyn_lib_class(local_78->by), (uVar8 & 4) == 0" (assignment_expression "uVar8 = bfd_elf_get_dyn_lib_class(local_78->by)" identifier = (call_expression "bfd_elf_get_dyn_lib_class(local_78->by)" identifier (argument_list "(local_78->by)" ( (field_expression "local_78->by" identifier -> field_identifier) )))) , (binary_expression "(uVar8 & 4) == 0" (parenthesized_expression "(uVar8 & 4)" ( (binary_expression "uVar8 & 4" identifier & number_literal) )) == number_literal)) ))) )) )))) )) ))) )) (compound_statement "{\n for (; pbVar4 != local_78; pbVar4 = pbVar4->next) {\n if (((pbVar4->by == (bfd *)0x0) ||\n (uVar8 = bfd_elf_get_dyn_lib_class(pbVar4->by), (uVar8 & 1) == 0)) &&\n (iVar9 = strcmp(pbVar4->name,local_78->name), iVar9 == 0)) {\n if (pbVar4 != local_78) goto LAB_000484a0;\n break;\n }\n }\n global_found = (lang_input_statement_type *)0x0;\n global_needed = local_78;\n real_func = gldaarch64elf32b_check_needed;\n lang_for_each_input_file(aarch64_for_each_input_file_wrapper);\n if ((global_found == (lang_input_statement_type *)0x0) ||\n (uVar8 = bfd_elf_get_dyn_lib_class(global_found->the_bfd), (uVar8 & 1) != 0)) {\n pbVar13 = local_78->by;\n pcVar11 = local_78->name;\n n.by = pbVar13;\n n.name = pcVar11;\n nn.by = pbVar13;\n if (verbose != 0) {\n pcVar20 = (char *)dcgettext(0,"%s needed by %pB\n",5);\n info_msg(pcVar20,pcVar11,pbVar13);\n }\n if (global_found == (lang_input_statement_type *)0x0) {\nLAB_00048538:\n local_64 = (dt_needed *)0x0;\n do {\n pcVar20 = n.name;\n pcVar11 = command_line.rpath_link;\n if (*n.name == '/') {\n bVar10 = gldaarch64elf32b_try_needed(&n,(int)n.name,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n }\n else if ((command_line.rpath_link != (char *)0x0) &&\n (*command_line.rpath_link != '\0')) {\n needed.by = n.by;\n needed.name = n.name;\n sVar12 = strlen(n.name);\n do {\n local_68 = strchr(pcVar11,(int)config.rpath_separator);\n if (local_68 == (char *)0x0) {\n sVar27 = strlen(pcVar11);\n local_68 = pcVar11 + sVar27;\n }\n sVar27 = (int)local_68 - (int)pcVar11;\n local_84 = (char *)xmalloc(sVar12 + 2 + sVar27);\n pcVar17 = local_84;\n if (pcVar11 != local_68) {\n memcpy(local_84,pcVar11,sVar27);\n local_84[sVar27] = '/';\n pcVar17 = local_84 + sVar27 + 1;\n }\n pcVar11 = (char *)0x0;\n strcpy(pcVar17,pcVar20);\n while (pcVar11 = strchr(local_84 + (int)pcVar11,0x24), pcVar11 != (char *)0x0) {\n pcVar17 = strchr(pcVar11,0x2f);\n sVar27 = strlen(local_84);\n if (pcVar17 != (char *)0x0) {\n *pcVar17 = '\0';\n }\n bVar22 = pcVar11[1];\n pcVar19 = pcVar11 + 1;\n if (bVar22 == 0x7b) {\n bVar22 = pcVar11[2];\n pcVar19 = pcVar11 + 2;\n }\n pbVar18 = (byte *)(pcVar19 + 1);\n bVar31 = bVar22 < 0x4c;\n bVar33 = bVar22 == 0x4c;\n if (bVar33) {\n iVar9 = 3;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x701f6;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 4;\n pbVar25 = &DAT_000af890;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n sVar15 = 3;\n pcVar29 = (char *)0x0;\n pcVar19 = "lib";\nLAB_00048700:\n pcVar14 = (char *)xmalloc(sVar15 + sVar27);\n iVar9 = (int)pcVar11 - (int)local_84;\n if (pcVar17 == (char *)0x0) {\n sprintf(pcVar14,"%.*s%s",iVar9,local_84,pcVar19);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + sVar27);\n }\n else {\n sprintf(pcVar14,"%.*s%s/%s",iVar9,local_84,pcVar19,pcVar17 + 1);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + 1 + sVar27);\n }\n free(local_84);\n local_84 = pcVar14;\n }\n else {\n bVar31 = bVar22 < 0x4f;\n bVar33 = bVar22 == 0x4f;\n if (bVar33) {\n iVar9 = 6;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x704cc;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 7;\n pbVar25 = (byte *)"RIGIN}";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n pbVar13 = needed.by;\n if (((needed.by != (bfd *)0x0) ||\n (pbVar13 = link_info.output_bfd, link_info.output_bfd != (bfd *)0x0))\n && (pcVar29 = pbVar13->filename, pcVar29 != (char *)0x0)) {\n if (*pcVar29 == '/') {\n pcVar19 = (char *)xstrdup(pcVar29);\n }\n else {\n pcVar14 = (char *)getpwd();\n sVar15 = strlen(pcVar29);\n sVar16 = strlen(pcVar14);\n pcVar19 = (char *)xmalloc(sVar15 + 2 + sVar16);\n sprintf(pcVar19,"%s/%s",pcVar14,pcVar29);\n }\n pcVar29 = strrchr(pcVar19,0x2f);\n if (pcVar29 != (char *)0x0) {\n *pcVar29 = '\0';\n }\n sVar15 = strlen(pcVar19);\n pcVar29 = pcVar19;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (verbose != 0) {\n pcVar19 = (char *)dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n info_msg(pcVar19,pcVar11);\n }\n if (pcVar17 != (char *)0x0) {\n *pcVar17 = '/';\n }\n pcVar29 = (char *)0x0;\n pcVar11 = pcVar11 + (1 - (int)local_84);\n }\n free(pcVar29);\n }\n needed.name = local_84;\n bVar10 = gldaarch64elf32b_try_needed(&needed,(int)local_84,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar11 = local_68 + 1;\n } while( true );\n }\n sVar12 = strlen(local_78->name);\n if (search_head != (search_dirs_type *)0x0) {\n psVar26 = search_head;\n do {\n if (psVar26->cmdline == 0) {\n sVar27 = strlen(psVar26->name);\n pcVar11 = (char *)xmalloc(sVar27 + sVar12 + 2);\n sprintf(pcVar11,"%s/%s",psVar26->name,local_78->name);\n nn.name = pcVar11;\n bVar10 = gldaarch64elf32b_try_needed(&nn,(int)pcVar11,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n free(pcVar11);\n }\n psVar26 = psVar26->next;\n } while (psVar26 != (search_dirs *)0x0);\n }\n if (local_64 == (dt_needed *)0x1) goto code_r0x00048a13;\n local_64 = (dt_needed *)0x1;\n } while( true );\n }\n nn.name = global_found->filename;\n bVar10 = gldaarch64elf32b_try_needed(&nn,(int)nn.name,(dt_needed *)0x1);\n if (bVar10 == 0) goto LAB_00048538;\n }\n }" { (for_statement "for (; pbVar4 != local_78; pbVar4 = pbVar4->next) {\n if (((pbVar4->by == (bfd *)0x0) ||\n (uVar8 = bfd_elf_get_dyn_lib_class(pbVar4->by), (uVar8 & 1) == 0)) &&\n (iVar9 = strcmp(pbVar4->name,local_78->name), iVar9 == 0)) {\n if (pbVar4 != local_78) goto LAB_000484a0;\n break;\n }\n }" for ( ; (binary_expression "pbVar4 != local_78" identifier != identifier) ; (assignment_expression "pbVar4 = pbVar4->next" identifier = (field_expression "pbVar4->next" identifier -> field_identifier)) ) (compound_statement "{\n if (((pbVar4->by == (bfd *)0x0) ||\n (uVar8 = bfd_elf_get_dyn_lib_class(pbVar4->by), (uVar8 & 1) == 0)) &&\n (iVar9 = strcmp(pbVar4->name,local_78->name), iVar9 == 0)) {\n if (pbVar4 != local_78) goto LAB_000484a0;\n break;\n }\n }" { (if_statement "if (((pbVar4->by == (bfd *)0x0) ||\n (uVar8 = bfd_elf_get_dyn_lib_class(pbVar4->by), (uVar8 & 1) == 0)) &&\n (iVar9 = strcmp(pbVar4->name,local_78->name), iVar9 == 0)) {\n if (pbVar4 != local_78) goto LAB_000484a0;\n break;\n }" if (parenthesized_expression "(((pbVar4->by == (bfd *)0x0) ||\n (uVar8 = bfd_elf_get_dyn_lib_class(pbVar4->by), (uVar8 & 1) == 0)) &&\n (iVar9 = strcmp(pbVar4->name,local_78->name), iVar9 == 0))" ( (binary_expression "((pbVar4->by == (bfd *)0x0) ||\n (uVar8 = bfd_elf_get_dyn_lib_class(pbVar4->by), (uVar8 & 1) == 0)) &&\n (iVar9 = strcmp(pbVar4->name,local_78->name), iVar9 == 0)" (parenthesized_expression "((pbVar4->by == (bfd *)0x0) ||\n (uVar8 = bfd_elf_get_dyn_lib_class(pbVar4->by), (uVar8 & 1) == 0))" ( (binary_expression "(pbVar4->by == (bfd *)0x0) ||\n (uVar8 = bfd_elf_get_dyn_lib_class(pbVar4->by), (uVar8 & 1) == 0)" (parenthesized_expression "(pbVar4->by == (bfd *)0x0)" ( (binary_expression "pbVar4->by == (bfd *)0x0" (field_expression "pbVar4->by" identifier -> field_identifier) == (cast_expression "(bfd *)0x0" ( (type_descriptor "bfd *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) || (parenthesized_expression "(uVar8 = bfd_elf_get_dyn_lib_class(pbVar4->by), (uVar8 & 1) == 0)" ( (comma_expression "uVar8 = bfd_elf_get_dyn_lib_class(pbVar4->by), (uVar8 & 1) == 0" (assignment_expression "uVar8 = bfd_elf_get_dyn_lib_class(pbVar4->by)" identifier = (call_expression "bfd_elf_get_dyn_lib_class(pbVar4->by)" identifier (argument_list "(pbVar4->by)" ( (field_expression "pbVar4->by" identifier -> field_identifier) )))) , (binary_expression "(uVar8 & 1) == 0" (parenthesized_expression "(uVar8 & 1)" ( (binary_expression "uVar8 & 1" identifier & number_literal) )) == number_literal)) ))) )) && (parenthesized_expression "(iVar9 = strcmp(pbVar4->name,local_78->name), iVar9 == 0)" ( (comma_expression "iVar9 = strcmp(pbVar4->name,local_78->name), iVar9 == 0" (assignment_expression "iVar9 = strcmp(pbVar4->name,local_78->name)" identifier = (call_expression "strcmp(pbVar4->name,local_78->name)" identifier (argument_list "(pbVar4->name,local_78->name)" ( (field_expression "pbVar4->name" identifier -> field_identifier) , (field_expression "local_78->name" identifier -> field_identifier) )))) , (binary_expression "iVar9 == 0" identifier == number_literal)) ))) )) (compound_statement "{\n if (pbVar4 != local_78) goto LAB_000484a0;\n break;\n }" { (if_statement "if (pbVar4 != local_78) goto LAB_000484a0;" if (parenthesized_expression "(pbVar4 != local_78)" ( (binary_expression "pbVar4 != local_78" identifier != identifier) )) (goto_statement "goto LAB_000484a0;" goto statement_identifier ;)) (break_statement "break;" break ;) })) })) (expression_statement "global_found = (lang_input_statement_type *)0x0;" (assignment_expression "global_found = (lang_input_statement_type *)0x0" identifier = (cast_expression "(lang_input_statement_type *)0x0" ( (type_descriptor "lang_input_statement_type *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "global_needed = local_78;" (assignment_expression "global_needed = local_78" identifier = identifier) ;) (expression_statement "real_func = gldaarch64elf32b_check_needed;" (assignment_expression "real_func = gldaarch64elf32b_check_needed" identifier = identifier) ;) (expression_statement "lang_for_each_input_file(aarch64_for_each_input_file_wrapper);" (call_expression "lang_for_each_input_file(aarch64_for_each_input_file_wrapper)" identifier (argument_list "(aarch64_for_each_input_file_wrapper)" ( identifier ))) ;) (if_statement "if ((global_found == (lang_input_statement_type *)0x0) ||\n (uVar8 = bfd_elf_get_dyn_lib_class(global_found->the_bfd), (uVar8 & 1) != 0)) {\n pbVar13 = local_78->by;\n pcVar11 = local_78->name;\n n.by = pbVar13;\n n.name = pcVar11;\n nn.by = pbVar13;\n if (verbose != 0) {\n pcVar20 = (char *)dcgettext(0,"%s needed by %pB\n",5);\n info_msg(pcVar20,pcVar11,pbVar13);\n }\n if (global_found == (lang_input_statement_type *)0x0) {\nLAB_00048538:\n local_64 = (dt_needed *)0x0;\n do {\n pcVar20 = n.name;\n pcVar11 = command_line.rpath_link;\n if (*n.name == '/') {\n bVar10 = gldaarch64elf32b_try_needed(&n,(int)n.name,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n }\n else if ((command_line.rpath_link != (char *)0x0) &&\n (*command_line.rpath_link != '\0')) {\n needed.by = n.by;\n needed.name = n.name;\n sVar12 = strlen(n.name);\n do {\n local_68 = strchr(pcVar11,(int)config.rpath_separator);\n if (local_68 == (char *)0x0) {\n sVar27 = strlen(pcVar11);\n local_68 = pcVar11 + sVar27;\n }\n sVar27 = (int)local_68 - (int)pcVar11;\n local_84 = (char *)xmalloc(sVar12 + 2 + sVar27);\n pcVar17 = local_84;\n if (pcVar11 != local_68) {\n memcpy(local_84,pcVar11,sVar27);\n local_84[sVar27] = '/';\n pcVar17 = local_84 + sVar27 + 1;\n }\n pcVar11 = (char *)0x0;\n strcpy(pcVar17,pcVar20);\n while (pcVar11 = strchr(local_84 + (int)pcVar11,0x24), pcVar11 != (char *)0x0) {\n pcVar17 = strchr(pcVar11,0x2f);\n sVar27 = strlen(local_84);\n if (pcVar17 != (char *)0x0) {\n *pcVar17 = '\0';\n }\n bVar22 = pcVar11[1];\n pcVar19 = pcVar11 + 1;\n if (bVar22 == 0x7b) {\n bVar22 = pcVar11[2];\n pcVar19 = pcVar11 + 2;\n }\n pbVar18 = (byte *)(pcVar19 + 1);\n bVar31 = bVar22 < 0x4c;\n bVar33 = bVar22 == 0x4c;\n if (bVar33) {\n iVar9 = 3;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x701f6;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 4;\n pbVar25 = &DAT_000af890;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n sVar15 = 3;\n pcVar29 = (char *)0x0;\n pcVar19 = "lib";\nLAB_00048700:\n pcVar14 = (char *)xmalloc(sVar15 + sVar27);\n iVar9 = (int)pcVar11 - (int)local_84;\n if (pcVar17 == (char *)0x0) {\n sprintf(pcVar14,"%.*s%s",iVar9,local_84,pcVar19);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + sVar27);\n }\n else {\n sprintf(pcVar14,"%.*s%s/%s",iVar9,local_84,pcVar19,pcVar17 + 1);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + 1 + sVar27);\n }\n free(local_84);\n local_84 = pcVar14;\n }\n else {\n bVar31 = bVar22 < 0x4f;\n bVar33 = bVar22 == 0x4f;\n if (bVar33) {\n iVar9 = 6;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x704cc;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 7;\n pbVar25 = (byte *)"RIGIN}";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n pbVar13 = needed.by;\n if (((needed.by != (bfd *)0x0) ||\n (pbVar13 = link_info.output_bfd, link_info.output_bfd != (bfd *)0x0))\n && (pcVar29 = pbVar13->filename, pcVar29 != (char *)0x0)) {\n if (*pcVar29 == '/') {\n pcVar19 = (char *)xstrdup(pcVar29);\n }\n else {\n pcVar14 = (char *)getpwd();\n sVar15 = strlen(pcVar29);\n sVar16 = strlen(pcVar14);\n pcVar19 = (char *)xmalloc(sVar15 + 2 + sVar16);\n sprintf(pcVar19,"%s/%s",pcVar14,pcVar29);\n }\n pcVar29 = strrchr(pcVar19,0x2f);\n if (pcVar29 != (char *)0x0) {\n *pcVar29 = '\0';\n }\n sVar15 = strlen(pcVar19);\n pcVar29 = pcVar19;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (verbose != 0) {\n pcVar19 = (char *)dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n info_msg(pcVar19,pcVar11);\n }\n if (pcVar17 != (char *)0x0) {\n *pcVar17 = '/';\n }\n pcVar29 = (char *)0x0;\n pcVar11 = pcVar11 + (1 - (int)local_84);\n }\n free(pcVar29);\n }\n needed.name = local_84;\n bVar10 = gldaarch64elf32b_try_needed(&needed,(int)local_84,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar11 = local_68 + 1;\n } while( true );\n }\n sVar12 = strlen(local_78->name);\n if (search_head != (search_dirs_type *)0x0) {\n psVar26 = search_head;\n do {\n if (psVar26->cmdline == 0) {\n sVar27 = strlen(psVar26->name);\n pcVar11 = (char *)xmalloc(sVar27 + sVar12 + 2);\n sprintf(pcVar11,"%s/%s",psVar26->name,local_78->name);\n nn.name = pcVar11;\n bVar10 = gldaarch64elf32b_try_needed(&nn,(int)pcVar11,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n free(pcVar11);\n }\n psVar26 = psVar26->next;\n } while (psVar26 != (search_dirs *)0x0);\n }\n if (local_64 == (dt_needed *)0x1) goto code_r0x00048a13;\n local_64 = (dt_needed *)0x1;\n } while( true );\n }\n nn.name = global_found->filename;\n bVar10 = gldaarch64elf32b_try_needed(&nn,(int)nn.name,(dt_needed *)0x1);\n if (bVar10 == 0) goto LAB_00048538;\n }" if (parenthesized_expression "((global_found == (lang_input_statement_type *)0x0) ||\n (uVar8 = bfd_elf_get_dyn_lib_class(global_found->the_bfd), (uVar8 & 1) != 0))" ( (binary_expression "(global_found == (lang_input_statement_type *)0x0) ||\n (uVar8 = bfd_elf_get_dyn_lib_class(global_found->the_bfd), (uVar8 & 1) != 0)" (parenthesized_expression "(global_found == (lang_input_statement_type *)0x0)" ( (binary_expression "global_found == (lang_input_statement_type *)0x0" identifier == (cast_expression "(lang_input_statement_type *)0x0" ( (type_descriptor "lang_input_statement_type *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) || (parenthesized_expression "(uVar8 = bfd_elf_get_dyn_lib_class(global_found->the_bfd), (uVar8 & 1) != 0)" ( (comma_expression "uVar8 = bfd_elf_get_dyn_lib_class(global_found->the_bfd), (uVar8 & 1) != 0" (assignment_expression "uVar8 = bfd_elf_get_dyn_lib_class(global_found->the_bfd)" identifier = (call_expression "bfd_elf_get_dyn_lib_class(global_found->the_bfd)" identifier (argument_list "(global_found->the_bfd)" ( (field_expression "global_found->the_bfd" identifier -> field_identifier) )))) , (binary_expression "(uVar8 & 1) != 0" (parenthesized_expression "(uVar8 & 1)" ( (binary_expression "uVar8 & 1" identifier & number_literal) )) != number_literal)) ))) )) (compound_statement "{\n pbVar13 = local_78->by;\n pcVar11 = local_78->name;\n n.by = pbVar13;\n n.name = pcVar11;\n nn.by = pbVar13;\n if (verbose != 0) {\n pcVar20 = (char *)dcgettext(0,"%s needed by %pB\n",5);\n info_msg(pcVar20,pcVar11,pbVar13);\n }\n if (global_found == (lang_input_statement_type *)0x0) {\nLAB_00048538:\n local_64 = (dt_needed *)0x0;\n do {\n pcVar20 = n.name;\n pcVar11 = command_line.rpath_link;\n if (*n.name == '/') {\n bVar10 = gldaarch64elf32b_try_needed(&n,(int)n.name,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n }\n else if ((command_line.rpath_link != (char *)0x0) &&\n (*command_line.rpath_link != '\0')) {\n needed.by = n.by;\n needed.name = n.name;\n sVar12 = strlen(n.name);\n do {\n local_68 = strchr(pcVar11,(int)config.rpath_separator);\n if (local_68 == (char *)0x0) {\n sVar27 = strlen(pcVar11);\n local_68 = pcVar11 + sVar27;\n }\n sVar27 = (int)local_68 - (int)pcVar11;\n local_84 = (char *)xmalloc(sVar12 + 2 + sVar27);\n pcVar17 = local_84;\n if (pcVar11 != local_68) {\n memcpy(local_84,pcVar11,sVar27);\n local_84[sVar27] = '/';\n pcVar17 = local_84 + sVar27 + 1;\n }\n pcVar11 = (char *)0x0;\n strcpy(pcVar17,pcVar20);\n while (pcVar11 = strchr(local_84 + (int)pcVar11,0x24), pcVar11 != (char *)0x0) {\n pcVar17 = strchr(pcVar11,0x2f);\n sVar27 = strlen(local_84);\n if (pcVar17 != (char *)0x0) {\n *pcVar17 = '\0';\n }\n bVar22 = pcVar11[1];\n pcVar19 = pcVar11 + 1;\n if (bVar22 == 0x7b) {\n bVar22 = pcVar11[2];\n pcVar19 = pcVar11 + 2;\n }\n pbVar18 = (byte *)(pcVar19 + 1);\n bVar31 = bVar22 < 0x4c;\n bVar33 = bVar22 == 0x4c;\n if (bVar33) {\n iVar9 = 3;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x701f6;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 4;\n pbVar25 = &DAT_000af890;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n sVar15 = 3;\n pcVar29 = (char *)0x0;\n pcVar19 = "lib";\nLAB_00048700:\n pcVar14 = (char *)xmalloc(sVar15 + sVar27);\n iVar9 = (int)pcVar11 - (int)local_84;\n if (pcVar17 == (char *)0x0) {\n sprintf(pcVar14,"%.*s%s",iVar9,local_84,pcVar19);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + sVar27);\n }\n else {\n sprintf(pcVar14,"%.*s%s/%s",iVar9,local_84,pcVar19,pcVar17 + 1);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + 1 + sVar27);\n }\n free(local_84);\n local_84 = pcVar14;\n }\n else {\n bVar31 = bVar22 < 0x4f;\n bVar33 = bVar22 == 0x4f;\n if (bVar33) {\n iVar9 = 6;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x704cc;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 7;\n pbVar25 = (byte *)"RIGIN}";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n pbVar13 = needed.by;\n if (((needed.by != (bfd *)0x0) ||\n (pbVar13 = link_info.output_bfd, link_info.output_bfd != (bfd *)0x0))\n && (pcVar29 = pbVar13->filename, pcVar29 != (char *)0x0)) {\n if (*pcVar29 == '/') {\n pcVar19 = (char *)xstrdup(pcVar29);\n }\n else {\n pcVar14 = (char *)getpwd();\n sVar15 = strlen(pcVar29);\n sVar16 = strlen(pcVar14);\n pcVar19 = (char *)xmalloc(sVar15 + 2 + sVar16);\n sprintf(pcVar19,"%s/%s",pcVar14,pcVar29);\n }\n pcVar29 = strrchr(pcVar19,0x2f);\n if (pcVar29 != (char *)0x0) {\n *pcVar29 = '\0';\n }\n sVar15 = strlen(pcVar19);\n pcVar29 = pcVar19;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (verbose != 0) {\n pcVar19 = (char *)dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n info_msg(pcVar19,pcVar11);\n }\n if (pcVar17 != (char *)0x0) {\n *pcVar17 = '/';\n }\n pcVar29 = (char *)0x0;\n pcVar11 = pcVar11 + (1 - (int)local_84);\n }\n free(pcVar29);\n }\n needed.name = local_84;\n bVar10 = gldaarch64elf32b_try_needed(&needed,(int)local_84,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar11 = local_68 + 1;\n } while( true );\n }\n sVar12 = strlen(local_78->name);\n if (search_head != (search_dirs_type *)0x0) {\n psVar26 = search_head;\n do {\n if (psVar26->cmdline == 0) {\n sVar27 = strlen(psVar26->name);\n pcVar11 = (char *)xmalloc(sVar27 + sVar12 + 2);\n sprintf(pcVar11,"%s/%s",psVar26->name,local_78->name);\n nn.name = pcVar11;\n bVar10 = gldaarch64elf32b_try_needed(&nn,(int)pcVar11,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n free(pcVar11);\n }\n psVar26 = psVar26->next;\n } while (psVar26 != (search_dirs *)0x0);\n }\n if (local_64 == (dt_needed *)0x1) goto code_r0x00048a13;\n local_64 = (dt_needed *)0x1;\n } while( true );\n }\n nn.name = global_found->filename;\n bVar10 = gldaarch64elf32b_try_needed(&nn,(int)nn.name,(dt_needed *)0x1);\n if (bVar10 == 0) goto LAB_00048538;\n }" { (expression_statement "pbVar13 = local_78->by;" (assignment_expression "pbVar13 = local_78->by" identifier = (field_expression "local_78->by" identifier -> field_identifier)) ;) (expression_statement "pcVar11 = local_78->name;" (assignment_expression "pcVar11 = local_78->name" identifier = (field_expression "local_78->name" identifier -> field_identifier)) ;) (expression_statement "n.by = pbVar13;" (assignment_expression "n.by = pbVar13" (field_expression "n.by" identifier . field_identifier) = identifier) ;) (expression_statement "n.name = pcVar11;" (assignment_expression "n.name = pcVar11" (field_expression "n.name" identifier . field_identifier) = identifier) ;) (expression_statement "nn.by = pbVar13;" (assignment_expression "nn.by = pbVar13" (field_expression "nn.by" identifier . field_identifier) = identifier) ;) (if_statement "if (verbose != 0) {\n pcVar20 = (char *)dcgettext(0,"%s needed by %pB\n",5);\n info_msg(pcVar20,pcVar11,pbVar13);\n }" if (parenthesized_expression "(verbose != 0)" ( (binary_expression "verbose != 0" identifier != number_literal) )) (compound_statement "{\n pcVar20 = (char *)dcgettext(0,"%s needed by %pB\n",5);\n info_msg(pcVar20,pcVar11,pbVar13);\n }" { (expression_statement "pcVar20 = (char *)dcgettext(0,"%s needed by %pB\n",5);" (assignment_expression "pcVar20 = (char *)dcgettext(0,"%s needed by %pB\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"%s needed by %pB\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"%s needed by %pB\n",5)" identifier (argument_list "(0,"%s needed by %pB\n",5)" ( number_literal , (string_literal ""%s needed by %pB\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "info_msg(pcVar20,pcVar11,pbVar13);" (call_expression "info_msg(pcVar20,pcVar11,pbVar13)" identifier (argument_list "(pcVar20,pcVar11,pbVar13)" ( identifier , identifier , identifier ))) ;) })) (if_statement "if (global_found == (lang_input_statement_type *)0x0) {\nLAB_00048538:\n local_64 = (dt_needed *)0x0;\n do {\n pcVar20 = n.name;\n pcVar11 = command_line.rpath_link;\n if (*n.name == '/') {\n bVar10 = gldaarch64elf32b_try_needed(&n,(int)n.name,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n }\n else if ((command_line.rpath_link != (char *)0x0) &&\n (*command_line.rpath_link != '\0')) {\n needed.by = n.by;\n needed.name = n.name;\n sVar12 = strlen(n.name);\n do {\n local_68 = strchr(pcVar11,(int)config.rpath_separator);\n if (local_68 == (char *)0x0) {\n sVar27 = strlen(pcVar11);\n local_68 = pcVar11 + sVar27;\n }\n sVar27 = (int)local_68 - (int)pcVar11;\n local_84 = (char *)xmalloc(sVar12 + 2 + sVar27);\n pcVar17 = local_84;\n if (pcVar11 != local_68) {\n memcpy(local_84,pcVar11,sVar27);\n local_84[sVar27] = '/';\n pcVar17 = local_84 + sVar27 + 1;\n }\n pcVar11 = (char *)0x0;\n strcpy(pcVar17,pcVar20);\n while (pcVar11 = strchr(local_84 + (int)pcVar11,0x24), pcVar11 != (char *)0x0) {\n pcVar17 = strchr(pcVar11,0x2f);\n sVar27 = strlen(local_84);\n if (pcVar17 != (char *)0x0) {\n *pcVar17 = '\0';\n }\n bVar22 = pcVar11[1];\n pcVar19 = pcVar11 + 1;\n if (bVar22 == 0x7b) {\n bVar22 = pcVar11[2];\n pcVar19 = pcVar11 + 2;\n }\n pbVar18 = (byte *)(pcVar19 + 1);\n bVar31 = bVar22 < 0x4c;\n bVar33 = bVar22 == 0x4c;\n if (bVar33) {\n iVar9 = 3;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x701f6;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 4;\n pbVar25 = &DAT_000af890;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n sVar15 = 3;\n pcVar29 = (char *)0x0;\n pcVar19 = "lib";\nLAB_00048700:\n pcVar14 = (char *)xmalloc(sVar15 + sVar27);\n iVar9 = (int)pcVar11 - (int)local_84;\n if (pcVar17 == (char *)0x0) {\n sprintf(pcVar14,"%.*s%s",iVar9,local_84,pcVar19);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + sVar27);\n }\n else {\n sprintf(pcVar14,"%.*s%s/%s",iVar9,local_84,pcVar19,pcVar17 + 1);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + 1 + sVar27);\n }\n free(local_84);\n local_84 = pcVar14;\n }\n else {\n bVar31 = bVar22 < 0x4f;\n bVar33 = bVar22 == 0x4f;\n if (bVar33) {\n iVar9 = 6;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x704cc;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 7;\n pbVar25 = (byte *)"RIGIN}";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n pbVar13 = needed.by;\n if (((needed.by != (bfd *)0x0) ||\n (pbVar13 = link_info.output_bfd, link_info.output_bfd != (bfd *)0x0))\n && (pcVar29 = pbVar13->filename, pcVar29 != (char *)0x0)) {\n if (*pcVar29 == '/') {\n pcVar19 = (char *)xstrdup(pcVar29);\n }\n else {\n pcVar14 = (char *)getpwd();\n sVar15 = strlen(pcVar29);\n sVar16 = strlen(pcVar14);\n pcVar19 = (char *)xmalloc(sVar15 + 2 + sVar16);\n sprintf(pcVar19,"%s/%s",pcVar14,pcVar29);\n }\n pcVar29 = strrchr(pcVar19,0x2f);\n if (pcVar29 != (char *)0x0) {\n *pcVar29 = '\0';\n }\n sVar15 = strlen(pcVar19);\n pcVar29 = pcVar19;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (verbose != 0) {\n pcVar19 = (char *)dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n info_msg(pcVar19,pcVar11);\n }\n if (pcVar17 != (char *)0x0) {\n *pcVar17 = '/';\n }\n pcVar29 = (char *)0x0;\n pcVar11 = pcVar11 + (1 - (int)local_84);\n }\n free(pcVar29);\n }\n needed.name = local_84;\n bVar10 = gldaarch64elf32b_try_needed(&needed,(int)local_84,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar11 = local_68 + 1;\n } while( true );\n }\n sVar12 = strlen(local_78->name);\n if (search_head != (search_dirs_type *)0x0) {\n psVar26 = search_head;\n do {\n if (psVar26->cmdline == 0) {\n sVar27 = strlen(psVar26->name);\n pcVar11 = (char *)xmalloc(sVar27 + sVar12 + 2);\n sprintf(pcVar11,"%s/%s",psVar26->name,local_78->name);\n nn.name = pcVar11;\n bVar10 = gldaarch64elf32b_try_needed(&nn,(int)pcVar11,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n free(pcVar11);\n }\n psVar26 = psVar26->next;\n } while (psVar26 != (search_dirs *)0x0);\n }\n if (local_64 == (dt_needed *)0x1) goto code_r0x00048a13;\n local_64 = (dt_needed *)0x1;\n } while( true );\n }" if (parenthesized_expression "(global_found == (lang_input_statement_type *)0x0)" ( (binary_expression "global_found == (lang_input_statement_type *)0x0" identifier == (cast_expression "(lang_input_statement_type *)0x0" ( (type_descriptor "lang_input_statement_type *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\nLAB_00048538:\n local_64 = (dt_needed *)0x0;\n do {\n pcVar20 = n.name;\n pcVar11 = command_line.rpath_link;\n if (*n.name == '/') {\n bVar10 = gldaarch64elf32b_try_needed(&n,(int)n.name,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n }\n else if ((command_line.rpath_link != (char *)0x0) &&\n (*command_line.rpath_link != '\0')) {\n needed.by = n.by;\n needed.name = n.name;\n sVar12 = strlen(n.name);\n do {\n local_68 = strchr(pcVar11,(int)config.rpath_separator);\n if (local_68 == (char *)0x0) {\n sVar27 = strlen(pcVar11);\n local_68 = pcVar11 + sVar27;\n }\n sVar27 = (int)local_68 - (int)pcVar11;\n local_84 = (char *)xmalloc(sVar12 + 2 + sVar27);\n pcVar17 = local_84;\n if (pcVar11 != local_68) {\n memcpy(local_84,pcVar11,sVar27);\n local_84[sVar27] = '/';\n pcVar17 = local_84 + sVar27 + 1;\n }\n pcVar11 = (char *)0x0;\n strcpy(pcVar17,pcVar20);\n while (pcVar11 = strchr(local_84 + (int)pcVar11,0x24), pcVar11 != (char *)0x0) {\n pcVar17 = strchr(pcVar11,0x2f);\n sVar27 = strlen(local_84);\n if (pcVar17 != (char *)0x0) {\n *pcVar17 = '\0';\n }\n bVar22 = pcVar11[1];\n pcVar19 = pcVar11 + 1;\n if (bVar22 == 0x7b) {\n bVar22 = pcVar11[2];\n pcVar19 = pcVar11 + 2;\n }\n pbVar18 = (byte *)(pcVar19 + 1);\n bVar31 = bVar22 < 0x4c;\n bVar33 = bVar22 == 0x4c;\n if (bVar33) {\n iVar9 = 3;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x701f6;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 4;\n pbVar25 = &DAT_000af890;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n sVar15 = 3;\n pcVar29 = (char *)0x0;\n pcVar19 = "lib";\nLAB_00048700:\n pcVar14 = (char *)xmalloc(sVar15 + sVar27);\n iVar9 = (int)pcVar11 - (int)local_84;\n if (pcVar17 == (char *)0x0) {\n sprintf(pcVar14,"%.*s%s",iVar9,local_84,pcVar19);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + sVar27);\n }\n else {\n sprintf(pcVar14,"%.*s%s/%s",iVar9,local_84,pcVar19,pcVar17 + 1);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + 1 + sVar27);\n }\n free(local_84);\n local_84 = pcVar14;\n }\n else {\n bVar31 = bVar22 < 0x4f;\n bVar33 = bVar22 == 0x4f;\n if (bVar33) {\n iVar9 = 6;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x704cc;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 7;\n pbVar25 = (byte *)"RIGIN}";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n pbVar13 = needed.by;\n if (((needed.by != (bfd *)0x0) ||\n (pbVar13 = link_info.output_bfd, link_info.output_bfd != (bfd *)0x0))\n && (pcVar29 = pbVar13->filename, pcVar29 != (char *)0x0)) {\n if (*pcVar29 == '/') {\n pcVar19 = (char *)xstrdup(pcVar29);\n }\n else {\n pcVar14 = (char *)getpwd();\n sVar15 = strlen(pcVar29);\n sVar16 = strlen(pcVar14);\n pcVar19 = (char *)xmalloc(sVar15 + 2 + sVar16);\n sprintf(pcVar19,"%s/%s",pcVar14,pcVar29);\n }\n pcVar29 = strrchr(pcVar19,0x2f);\n if (pcVar29 != (char *)0x0) {\n *pcVar29 = '\0';\n }\n sVar15 = strlen(pcVar19);\n pcVar29 = pcVar19;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (verbose != 0) {\n pcVar19 = (char *)dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n info_msg(pcVar19,pcVar11);\n }\n if (pcVar17 != (char *)0x0) {\n *pcVar17 = '/';\n }\n pcVar29 = (char *)0x0;\n pcVar11 = pcVar11 + (1 - (int)local_84);\n }\n free(pcVar29);\n }\n needed.name = local_84;\n bVar10 = gldaarch64elf32b_try_needed(&needed,(int)local_84,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar11 = local_68 + 1;\n } while( true );\n }\n sVar12 = strlen(local_78->name);\n if (search_head != (search_dirs_type *)0x0) {\n psVar26 = search_head;\n do {\n if (psVar26->cmdline == 0) {\n sVar27 = strlen(psVar26->name);\n pcVar11 = (char *)xmalloc(sVar27 + sVar12 + 2);\n sprintf(pcVar11,"%s/%s",psVar26->name,local_78->name);\n nn.name = pcVar11;\n bVar10 = gldaarch64elf32b_try_needed(&nn,(int)pcVar11,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n free(pcVar11);\n }\n psVar26 = psVar26->next;\n } while (psVar26 != (search_dirs *)0x0);\n }\n if (local_64 == (dt_needed *)0x1) goto code_r0x00048a13;\n local_64 = (dt_needed *)0x1;\n } while( true );\n }" { (labeled_statement "LAB_00048538:\n local_64 = (dt_needed *)0x0;" statement_identifier : (expression_statement "local_64 = (dt_needed *)0x0;" (assignment_expression "local_64 = (dt_needed *)0x0" identifier = (cast_expression "(dt_needed *)0x0" ( (type_descriptor "dt_needed *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;)) (do_statement "do {\n pcVar20 = n.name;\n pcVar11 = command_line.rpath_link;\n if (*n.name == '/') {\n bVar10 = gldaarch64elf32b_try_needed(&n,(int)n.name,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n }\n else if ((command_line.rpath_link != (char *)0x0) &&\n (*command_line.rpath_link != '\0')) {\n needed.by = n.by;\n needed.name = n.name;\n sVar12 = strlen(n.name);\n do {\n local_68 = strchr(pcVar11,(int)config.rpath_separator);\n if (local_68 == (char *)0x0) {\n sVar27 = strlen(pcVar11);\n local_68 = pcVar11 + sVar27;\n }\n sVar27 = (int)local_68 - (int)pcVar11;\n local_84 = (char *)xmalloc(sVar12 + 2 + sVar27);\n pcVar17 = local_84;\n if (pcVar11 != local_68) {\n memcpy(local_84,pcVar11,sVar27);\n local_84[sVar27] = '/';\n pcVar17 = local_84 + sVar27 + 1;\n }\n pcVar11 = (char *)0x0;\n strcpy(pcVar17,pcVar20);\n while (pcVar11 = strchr(local_84 + (int)pcVar11,0x24), pcVar11 != (char *)0x0) {\n pcVar17 = strchr(pcVar11,0x2f);\n sVar27 = strlen(local_84);\n if (pcVar17 != (char *)0x0) {\n *pcVar17 = '\0';\n }\n bVar22 = pcVar11[1];\n pcVar19 = pcVar11 + 1;\n if (bVar22 == 0x7b) {\n bVar22 = pcVar11[2];\n pcVar19 = pcVar11 + 2;\n }\n pbVar18 = (byte *)(pcVar19 + 1);\n bVar31 = bVar22 < 0x4c;\n bVar33 = bVar22 == 0x4c;\n if (bVar33) {\n iVar9 = 3;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x701f6;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 4;\n pbVar25 = &DAT_000af890;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n sVar15 = 3;\n pcVar29 = (char *)0x0;\n pcVar19 = "lib";\nLAB_00048700:\n pcVar14 = (char *)xmalloc(sVar15 + sVar27);\n iVar9 = (int)pcVar11 - (int)local_84;\n if (pcVar17 == (char *)0x0) {\n sprintf(pcVar14,"%.*s%s",iVar9,local_84,pcVar19);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + sVar27);\n }\n else {\n sprintf(pcVar14,"%.*s%s/%s",iVar9,local_84,pcVar19,pcVar17 + 1);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + 1 + sVar27);\n }\n free(local_84);\n local_84 = pcVar14;\n }\n else {\n bVar31 = bVar22 < 0x4f;\n bVar33 = bVar22 == 0x4f;\n if (bVar33) {\n iVar9 = 6;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x704cc;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 7;\n pbVar25 = (byte *)"RIGIN}";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n pbVar13 = needed.by;\n if (((needed.by != (bfd *)0x0) ||\n (pbVar13 = link_info.output_bfd, link_info.output_bfd != (bfd *)0x0))\n && (pcVar29 = pbVar13->filename, pcVar29 != (char *)0x0)) {\n if (*pcVar29 == '/') {\n pcVar19 = (char *)xstrdup(pcVar29);\n }\n else {\n pcVar14 = (char *)getpwd();\n sVar15 = strlen(pcVar29);\n sVar16 = strlen(pcVar14);\n pcVar19 = (char *)xmalloc(sVar15 + 2 + sVar16);\n sprintf(pcVar19,"%s/%s",pcVar14,pcVar29);\n }\n pcVar29 = strrchr(pcVar19,0x2f);\n if (pcVar29 != (char *)0x0) {\n *pcVar29 = '\0';\n }\n sVar15 = strlen(pcVar19);\n pcVar29 = pcVar19;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (verbose != 0) {\n pcVar19 = (char *)dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n info_msg(pcVar19,pcVar11);\n }\n if (pcVar17 != (char *)0x0) {\n *pcVar17 = '/';\n }\n pcVar29 = (char *)0x0;\n pcVar11 = pcVar11 + (1 - (int)local_84);\n }\n free(pcVar29);\n }\n needed.name = local_84;\n bVar10 = gldaarch64elf32b_try_needed(&needed,(int)local_84,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar11 = local_68 + 1;\n } while( true );\n }\n sVar12 = strlen(local_78->name);\n if (search_head != (search_dirs_type *)0x0) {\n psVar26 = search_head;\n do {\n if (psVar26->cmdline == 0) {\n sVar27 = strlen(psVar26->name);\n pcVar11 = (char *)xmalloc(sVar27 + sVar12 + 2);\n sprintf(pcVar11,"%s/%s",psVar26->name,local_78->name);\n nn.name = pcVar11;\n bVar10 = gldaarch64elf32b_try_needed(&nn,(int)pcVar11,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n free(pcVar11);\n }\n psVar26 = psVar26->next;\n } while (psVar26 != (search_dirs *)0x0);\n }\n if (local_64 == (dt_needed *)0x1) goto code_r0x00048a13;\n local_64 = (dt_needed *)0x1;\n } while( true );" do (compound_statement "{\n pcVar20 = n.name;\n pcVar11 = command_line.rpath_link;\n if (*n.name == '/') {\n bVar10 = gldaarch64elf32b_try_needed(&n,(int)n.name,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n }\n else if ((command_line.rpath_link != (char *)0x0) &&\n (*command_line.rpath_link != '\0')) {\n needed.by = n.by;\n needed.name = n.name;\n sVar12 = strlen(n.name);\n do {\n local_68 = strchr(pcVar11,(int)config.rpath_separator);\n if (local_68 == (char *)0x0) {\n sVar27 = strlen(pcVar11);\n local_68 = pcVar11 + sVar27;\n }\n sVar27 = (int)local_68 - (int)pcVar11;\n local_84 = (char *)xmalloc(sVar12 + 2 + sVar27);\n pcVar17 = local_84;\n if (pcVar11 != local_68) {\n memcpy(local_84,pcVar11,sVar27);\n local_84[sVar27] = '/';\n pcVar17 = local_84 + sVar27 + 1;\n }\n pcVar11 = (char *)0x0;\n strcpy(pcVar17,pcVar20);\n while (pcVar11 = strchr(local_84 + (int)pcVar11,0x24), pcVar11 != (char *)0x0) {\n pcVar17 = strchr(pcVar11,0x2f);\n sVar27 = strlen(local_84);\n if (pcVar17 != (char *)0x0) {\n *pcVar17 = '\0';\n }\n bVar22 = pcVar11[1];\n pcVar19 = pcVar11 + 1;\n if (bVar22 == 0x7b) {\n bVar22 = pcVar11[2];\n pcVar19 = pcVar11 + 2;\n }\n pbVar18 = (byte *)(pcVar19 + 1);\n bVar31 = bVar22 < 0x4c;\n bVar33 = bVar22 == 0x4c;\n if (bVar33) {\n iVar9 = 3;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x701f6;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 4;\n pbVar25 = &DAT_000af890;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n sVar15 = 3;\n pcVar29 = (char *)0x0;\n pcVar19 = "lib";\nLAB_00048700:\n pcVar14 = (char *)xmalloc(sVar15 + sVar27);\n iVar9 = (int)pcVar11 - (int)local_84;\n if (pcVar17 == (char *)0x0) {\n sprintf(pcVar14,"%.*s%s",iVar9,local_84,pcVar19);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + sVar27);\n }\n else {\n sprintf(pcVar14,"%.*s%s/%s",iVar9,local_84,pcVar19,pcVar17 + 1);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + 1 + sVar27);\n }\n free(local_84);\n local_84 = pcVar14;\n }\n else {\n bVar31 = bVar22 < 0x4f;\n bVar33 = bVar22 == 0x4f;\n if (bVar33) {\n iVar9 = 6;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x704cc;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 7;\n pbVar25 = (byte *)"RIGIN}";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n pbVar13 = needed.by;\n if (((needed.by != (bfd *)0x0) ||\n (pbVar13 = link_info.output_bfd, link_info.output_bfd != (bfd *)0x0))\n && (pcVar29 = pbVar13->filename, pcVar29 != (char *)0x0)) {\n if (*pcVar29 == '/') {\n pcVar19 = (char *)xstrdup(pcVar29);\n }\n else {\n pcVar14 = (char *)getpwd();\n sVar15 = strlen(pcVar29);\n sVar16 = strlen(pcVar14);\n pcVar19 = (char *)xmalloc(sVar15 + 2 + sVar16);\n sprintf(pcVar19,"%s/%s",pcVar14,pcVar29);\n }\n pcVar29 = strrchr(pcVar19,0x2f);\n if (pcVar29 != (char *)0x0) {\n *pcVar29 = '\0';\n }\n sVar15 = strlen(pcVar19);\n pcVar29 = pcVar19;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (verbose != 0) {\n pcVar19 = (char *)dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n info_msg(pcVar19,pcVar11);\n }\n if (pcVar17 != (char *)0x0) {\n *pcVar17 = '/';\n }\n pcVar29 = (char *)0x0;\n pcVar11 = pcVar11 + (1 - (int)local_84);\n }\n free(pcVar29);\n }\n needed.name = local_84;\n bVar10 = gldaarch64elf32b_try_needed(&needed,(int)local_84,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar11 = local_68 + 1;\n } while( true );\n }\n sVar12 = strlen(local_78->name);\n if (search_head != (search_dirs_type *)0x0) {\n psVar26 = search_head;\n do {\n if (psVar26->cmdline == 0) {\n sVar27 = strlen(psVar26->name);\n pcVar11 = (char *)xmalloc(sVar27 + sVar12 + 2);\n sprintf(pcVar11,"%s/%s",psVar26->name,local_78->name);\n nn.name = pcVar11;\n bVar10 = gldaarch64elf32b_try_needed(&nn,(int)pcVar11,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n free(pcVar11);\n }\n psVar26 = psVar26->next;\n } while (psVar26 != (search_dirs *)0x0);\n }\n if (local_64 == (dt_needed *)0x1) goto code_r0x00048a13;\n local_64 = (dt_needed *)0x1;\n }" { (expression_statement "pcVar20 = n.name;" (assignment_expression "pcVar20 = n.name" identifier = (field_expression "n.name" identifier . field_identifier)) ;) (expression_statement "pcVar11 = command_line.rpath_link;" (assignment_expression "pcVar11 = command_line.rpath_link" identifier = (field_expression "command_line.rpath_link" identifier . field_identifier)) ;) (if_statement "if (*n.name == '/') {\n bVar10 = gldaarch64elf32b_try_needed(&n,(int)n.name,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n }\n else if ((command_line.rpath_link != (char *)0x0) &&\n (*command_line.rpath_link != '\0')) {\n needed.by = n.by;\n needed.name = n.name;\n sVar12 = strlen(n.name);\n do {\n local_68 = strchr(pcVar11,(int)config.rpath_separator);\n if (local_68 == (char *)0x0) {\n sVar27 = strlen(pcVar11);\n local_68 = pcVar11 + sVar27;\n }\n sVar27 = (int)local_68 - (int)pcVar11;\n local_84 = (char *)xmalloc(sVar12 + 2 + sVar27);\n pcVar17 = local_84;\n if (pcVar11 != local_68) {\n memcpy(local_84,pcVar11,sVar27);\n local_84[sVar27] = '/';\n pcVar17 = local_84 + sVar27 + 1;\n }\n pcVar11 = (char *)0x0;\n strcpy(pcVar17,pcVar20);\n while (pcVar11 = strchr(local_84 + (int)pcVar11,0x24), pcVar11 != (char *)0x0) {\n pcVar17 = strchr(pcVar11,0x2f);\n sVar27 = strlen(local_84);\n if (pcVar17 != (char *)0x0) {\n *pcVar17 = '\0';\n }\n bVar22 = pcVar11[1];\n pcVar19 = pcVar11 + 1;\n if (bVar22 == 0x7b) {\n bVar22 = pcVar11[2];\n pcVar19 = pcVar11 + 2;\n }\n pbVar18 = (byte *)(pcVar19 + 1);\n bVar31 = bVar22 < 0x4c;\n bVar33 = bVar22 == 0x4c;\n if (bVar33) {\n iVar9 = 3;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x701f6;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 4;\n pbVar25 = &DAT_000af890;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n sVar15 = 3;\n pcVar29 = (char *)0x0;\n pcVar19 = "lib";\nLAB_00048700:\n pcVar14 = (char *)xmalloc(sVar15 + sVar27);\n iVar9 = (int)pcVar11 - (int)local_84;\n if (pcVar17 == (char *)0x0) {\n sprintf(pcVar14,"%.*s%s",iVar9,local_84,pcVar19);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + sVar27);\n }\n else {\n sprintf(pcVar14,"%.*s%s/%s",iVar9,local_84,pcVar19,pcVar17 + 1);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + 1 + sVar27);\n }\n free(local_84);\n local_84 = pcVar14;\n }\n else {\n bVar31 = bVar22 < 0x4f;\n bVar33 = bVar22 == 0x4f;\n if (bVar33) {\n iVar9 = 6;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x704cc;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 7;\n pbVar25 = (byte *)"RIGIN}";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n pbVar13 = needed.by;\n if (((needed.by != (bfd *)0x0) ||\n (pbVar13 = link_info.output_bfd, link_info.output_bfd != (bfd *)0x0))\n && (pcVar29 = pbVar13->filename, pcVar29 != (char *)0x0)) {\n if (*pcVar29 == '/') {\n pcVar19 = (char *)xstrdup(pcVar29);\n }\n else {\n pcVar14 = (char *)getpwd();\n sVar15 = strlen(pcVar29);\n sVar16 = strlen(pcVar14);\n pcVar19 = (char *)xmalloc(sVar15 + 2 + sVar16);\n sprintf(pcVar19,"%s/%s",pcVar14,pcVar29);\n }\n pcVar29 = strrchr(pcVar19,0x2f);\n if (pcVar29 != (char *)0x0) {\n *pcVar29 = '\0';\n }\n sVar15 = strlen(pcVar19);\n pcVar29 = pcVar19;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (verbose != 0) {\n pcVar19 = (char *)dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n info_msg(pcVar19,pcVar11);\n }\n if (pcVar17 != (char *)0x0) {\n *pcVar17 = '/';\n }\n pcVar29 = (char *)0x0;\n pcVar11 = pcVar11 + (1 - (int)local_84);\n }\n free(pcVar29);\n }\n needed.name = local_84;\n bVar10 = gldaarch64elf32b_try_needed(&needed,(int)local_84,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar11 = local_68 + 1;\n } while( true );\n }" if (parenthesized_expression "(*n.name == '/')" ( (binary_expression "*n.name == '/'" (pointer_expression "*n.name" * (field_expression "n.name" identifier . field_identifier)) == (char_literal "'/'" ' character ')) )) (compound_statement "{\n bVar10 = gldaarch64elf32b_try_needed(&n,(int)n.name,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n }" { (expression_statement "bVar10 = gldaarch64elf32b_try_needed(&n,(int)n.name,local_64);" (assignment_expression "bVar10 = gldaarch64elf32b_try_needed(&n,(int)n.name,local_64)" identifier = (call_expression "gldaarch64elf32b_try_needed(&n,(int)n.name,local_64)" identifier (argument_list "(&n,(int)n.name,local_64)" ( (pointer_expression "&n" & identifier) , (cast_expression "(int)n.name" ( (type_descriptor "int" primitive_type) ) (field_expression "n.name" identifier . field_identifier)) , identifier )))) ;) (if_statement "if (bVar10 != 0) goto LAB_000484a0;" if (parenthesized_expression "(bVar10 != 0)" ( (binary_expression "bVar10 != 0" identifier != number_literal) )) (goto_statement "goto LAB_000484a0;" goto statement_identifier ;)) }) (else_clause "else if ((command_line.rpath_link != (char *)0x0) &&\n (*command_line.rpath_link != '\0')) {\n needed.by = n.by;\n needed.name = n.name;\n sVar12 = strlen(n.name);\n do {\n local_68 = strchr(pcVar11,(int)config.rpath_separator);\n if (local_68 == (char *)0x0) {\n sVar27 = strlen(pcVar11);\n local_68 = pcVar11 + sVar27;\n }\n sVar27 = (int)local_68 - (int)pcVar11;\n local_84 = (char *)xmalloc(sVar12 + 2 + sVar27);\n pcVar17 = local_84;\n if (pcVar11 != local_68) {\n memcpy(local_84,pcVar11,sVar27);\n local_84[sVar27] = '/';\n pcVar17 = local_84 + sVar27 + 1;\n }\n pcVar11 = (char *)0x0;\n strcpy(pcVar17,pcVar20);\n while (pcVar11 = strchr(local_84 + (int)pcVar11,0x24), pcVar11 != (char *)0x0) {\n pcVar17 = strchr(pcVar11,0x2f);\n sVar27 = strlen(local_84);\n if (pcVar17 != (char *)0x0) {\n *pcVar17 = '\0';\n }\n bVar22 = pcVar11[1];\n pcVar19 = pcVar11 + 1;\n if (bVar22 == 0x7b) {\n bVar22 = pcVar11[2];\n pcVar19 = pcVar11 + 2;\n }\n pbVar18 = (byte *)(pcVar19 + 1);\n bVar31 = bVar22 < 0x4c;\n bVar33 = bVar22 == 0x4c;\n if (bVar33) {\n iVar9 = 3;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x701f6;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 4;\n pbVar25 = &DAT_000af890;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n sVar15 = 3;\n pcVar29 = (char *)0x0;\n pcVar19 = "lib";\nLAB_00048700:\n pcVar14 = (char *)xmalloc(sVar15 + sVar27);\n iVar9 = (int)pcVar11 - (int)local_84;\n if (pcVar17 == (char *)0x0) {\n sprintf(pcVar14,"%.*s%s",iVar9,local_84,pcVar19);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + sVar27);\n }\n else {\n sprintf(pcVar14,"%.*s%s/%s",iVar9,local_84,pcVar19,pcVar17 + 1);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + 1 + sVar27);\n }\n free(local_84);\n local_84 = pcVar14;\n }\n else {\n bVar31 = bVar22 < 0x4f;\n bVar33 = bVar22 == 0x4f;\n if (bVar33) {\n iVar9 = 6;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x704cc;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 7;\n pbVar25 = (byte *)"RIGIN}";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n pbVar13 = needed.by;\n if (((needed.by != (bfd *)0x0) ||\n (pbVar13 = link_info.output_bfd, link_info.output_bfd != (bfd *)0x0))\n && (pcVar29 = pbVar13->filename, pcVar29 != (char *)0x0)) {\n if (*pcVar29 == '/') {\n pcVar19 = (char *)xstrdup(pcVar29);\n }\n else {\n pcVar14 = (char *)getpwd();\n sVar15 = strlen(pcVar29);\n sVar16 = strlen(pcVar14);\n pcVar19 = (char *)xmalloc(sVar15 + 2 + sVar16);\n sprintf(pcVar19,"%s/%s",pcVar14,pcVar29);\n }\n pcVar29 = strrchr(pcVar19,0x2f);\n if (pcVar29 != (char *)0x0) {\n *pcVar29 = '\0';\n }\n sVar15 = strlen(pcVar19);\n pcVar29 = pcVar19;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (verbose != 0) {\n pcVar19 = (char *)dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n info_msg(pcVar19,pcVar11);\n }\n if (pcVar17 != (char *)0x0) {\n *pcVar17 = '/';\n }\n pcVar29 = (char *)0x0;\n pcVar11 = pcVar11 + (1 - (int)local_84);\n }\n free(pcVar29);\n }\n needed.name = local_84;\n bVar10 = gldaarch64elf32b_try_needed(&needed,(int)local_84,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar11 = local_68 + 1;\n } while( true );\n }" else (if_statement "if ((command_line.rpath_link != (char *)0x0) &&\n (*command_line.rpath_link != '\0')) {\n needed.by = n.by;\n needed.name = n.name;\n sVar12 = strlen(n.name);\n do {\n local_68 = strchr(pcVar11,(int)config.rpath_separator);\n if (local_68 == (char *)0x0) {\n sVar27 = strlen(pcVar11);\n local_68 = pcVar11 + sVar27;\n }\n sVar27 = (int)local_68 - (int)pcVar11;\n local_84 = (char *)xmalloc(sVar12 + 2 + sVar27);\n pcVar17 = local_84;\n if (pcVar11 != local_68) {\n memcpy(local_84,pcVar11,sVar27);\n local_84[sVar27] = '/';\n pcVar17 = local_84 + sVar27 + 1;\n }\n pcVar11 = (char *)0x0;\n strcpy(pcVar17,pcVar20);\n while (pcVar11 = strchr(local_84 + (int)pcVar11,0x24), pcVar11 != (char *)0x0) {\n pcVar17 = strchr(pcVar11,0x2f);\n sVar27 = strlen(local_84);\n if (pcVar17 != (char *)0x0) {\n *pcVar17 = '\0';\n }\n bVar22 = pcVar11[1];\n pcVar19 = pcVar11 + 1;\n if (bVar22 == 0x7b) {\n bVar22 = pcVar11[2];\n pcVar19 = pcVar11 + 2;\n }\n pbVar18 = (byte *)(pcVar19 + 1);\n bVar31 = bVar22 < 0x4c;\n bVar33 = bVar22 == 0x4c;\n if (bVar33) {\n iVar9 = 3;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x701f6;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 4;\n pbVar25 = &DAT_000af890;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n sVar15 = 3;\n pcVar29 = (char *)0x0;\n pcVar19 = "lib";\nLAB_00048700:\n pcVar14 = (char *)xmalloc(sVar15 + sVar27);\n iVar9 = (int)pcVar11 - (int)local_84;\n if (pcVar17 == (char *)0x0) {\n sprintf(pcVar14,"%.*s%s",iVar9,local_84,pcVar19);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + sVar27);\n }\n else {\n sprintf(pcVar14,"%.*s%s/%s",iVar9,local_84,pcVar19,pcVar17 + 1);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + 1 + sVar27);\n }\n free(local_84);\n local_84 = pcVar14;\n }\n else {\n bVar31 = bVar22 < 0x4f;\n bVar33 = bVar22 == 0x4f;\n if (bVar33) {\n iVar9 = 6;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x704cc;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 7;\n pbVar25 = (byte *)"RIGIN}";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n pbVar13 = needed.by;\n if (((needed.by != (bfd *)0x0) ||\n (pbVar13 = link_info.output_bfd, link_info.output_bfd != (bfd *)0x0))\n && (pcVar29 = pbVar13->filename, pcVar29 != (char *)0x0)) {\n if (*pcVar29 == '/') {\n pcVar19 = (char *)xstrdup(pcVar29);\n }\n else {\n pcVar14 = (char *)getpwd();\n sVar15 = strlen(pcVar29);\n sVar16 = strlen(pcVar14);\n pcVar19 = (char *)xmalloc(sVar15 + 2 + sVar16);\n sprintf(pcVar19,"%s/%s",pcVar14,pcVar29);\n }\n pcVar29 = strrchr(pcVar19,0x2f);\n if (pcVar29 != (char *)0x0) {\n *pcVar29 = '\0';\n }\n sVar15 = strlen(pcVar19);\n pcVar29 = pcVar19;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (verbose != 0) {\n pcVar19 = (char *)dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n info_msg(pcVar19,pcVar11);\n }\n if (pcVar17 != (char *)0x0) {\n *pcVar17 = '/';\n }\n pcVar29 = (char *)0x0;\n pcVar11 = pcVar11 + (1 - (int)local_84);\n }\n free(pcVar29);\n }\n needed.name = local_84;\n bVar10 = gldaarch64elf32b_try_needed(&needed,(int)local_84,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar11 = local_68 + 1;\n } while( true );\n }" if (parenthesized_expression "((command_line.rpath_link != (char *)0x0) &&\n (*command_line.rpath_link != '\0'))" ( (binary_expression "(command_line.rpath_link != (char *)0x0) &&\n (*command_line.rpath_link != '\0')" (parenthesized_expression "(command_line.rpath_link != (char *)0x0)" ( (binary_expression "command_line.rpath_link != (char *)0x0" (field_expression "command_line.rpath_link" identifier . field_identifier) != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(*command_line.rpath_link != '\0')" ( (binary_expression "*command_line.rpath_link != '\0'" (pointer_expression "*command_line.rpath_link" * (field_expression "command_line.rpath_link" identifier . field_identifier)) != (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n needed.by = n.by;\n needed.name = n.name;\n sVar12 = strlen(n.name);\n do {\n local_68 = strchr(pcVar11,(int)config.rpath_separator);\n if (local_68 == (char *)0x0) {\n sVar27 = strlen(pcVar11);\n local_68 = pcVar11 + sVar27;\n }\n sVar27 = (int)local_68 - (int)pcVar11;\n local_84 = (char *)xmalloc(sVar12 + 2 + sVar27);\n pcVar17 = local_84;\n if (pcVar11 != local_68) {\n memcpy(local_84,pcVar11,sVar27);\n local_84[sVar27] = '/';\n pcVar17 = local_84 + sVar27 + 1;\n }\n pcVar11 = (char *)0x0;\n strcpy(pcVar17,pcVar20);\n while (pcVar11 = strchr(local_84 + (int)pcVar11,0x24), pcVar11 != (char *)0x0) {\n pcVar17 = strchr(pcVar11,0x2f);\n sVar27 = strlen(local_84);\n if (pcVar17 != (char *)0x0) {\n *pcVar17 = '\0';\n }\n bVar22 = pcVar11[1];\n pcVar19 = pcVar11 + 1;\n if (bVar22 == 0x7b) {\n bVar22 = pcVar11[2];\n pcVar19 = pcVar11 + 2;\n }\n pbVar18 = (byte *)(pcVar19 + 1);\n bVar31 = bVar22 < 0x4c;\n bVar33 = bVar22 == 0x4c;\n if (bVar33) {\n iVar9 = 3;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x701f6;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 4;\n pbVar25 = &DAT_000af890;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n sVar15 = 3;\n pcVar29 = (char *)0x0;\n pcVar19 = "lib";\nLAB_00048700:\n pcVar14 = (char *)xmalloc(sVar15 + sVar27);\n iVar9 = (int)pcVar11 - (int)local_84;\n if (pcVar17 == (char *)0x0) {\n sprintf(pcVar14,"%.*s%s",iVar9,local_84,pcVar19);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + sVar27);\n }\n else {\n sprintf(pcVar14,"%.*s%s/%s",iVar9,local_84,pcVar19,pcVar17 + 1);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + 1 + sVar27);\n }\n free(local_84);\n local_84 = pcVar14;\n }\n else {\n bVar31 = bVar22 < 0x4f;\n bVar33 = bVar22 == 0x4f;\n if (bVar33) {\n iVar9 = 6;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x704cc;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 7;\n pbVar25 = (byte *)"RIGIN}";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n pbVar13 = needed.by;\n if (((needed.by != (bfd *)0x0) ||\n (pbVar13 = link_info.output_bfd, link_info.output_bfd != (bfd *)0x0))\n && (pcVar29 = pbVar13->filename, pcVar29 != (char *)0x0)) {\n if (*pcVar29 == '/') {\n pcVar19 = (char *)xstrdup(pcVar29);\n }\n else {\n pcVar14 = (char *)getpwd();\n sVar15 = strlen(pcVar29);\n sVar16 = strlen(pcVar14);\n pcVar19 = (char *)xmalloc(sVar15 + 2 + sVar16);\n sprintf(pcVar19,"%s/%s",pcVar14,pcVar29);\n }\n pcVar29 = strrchr(pcVar19,0x2f);\n if (pcVar29 != (char *)0x0) {\n *pcVar29 = '\0';\n }\n sVar15 = strlen(pcVar19);\n pcVar29 = pcVar19;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (verbose != 0) {\n pcVar19 = (char *)dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n info_msg(pcVar19,pcVar11);\n }\n if (pcVar17 != (char *)0x0) {\n *pcVar17 = '/';\n }\n pcVar29 = (char *)0x0;\n pcVar11 = pcVar11 + (1 - (int)local_84);\n }\n free(pcVar29);\n }\n needed.name = local_84;\n bVar10 = gldaarch64elf32b_try_needed(&needed,(int)local_84,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar11 = local_68 + 1;\n } while( true );\n }" { (expression_statement "needed.by = n.by;" (assignment_expression "needed.by = n.by" (field_expression "needed.by" identifier . field_identifier) = (field_expression "n.by" identifier . field_identifier)) ;) (expression_statement "needed.name = n.name;" (assignment_expression "needed.name = n.name" (field_expression "needed.name" identifier . field_identifier) = (field_expression "n.name" identifier . field_identifier)) ;) (expression_statement "sVar12 = strlen(n.name);" (assignment_expression "sVar12 = strlen(n.name)" identifier = (call_expression "strlen(n.name)" identifier (argument_list "(n.name)" ( (field_expression "n.name" identifier . field_identifier) )))) ;) (do_statement "do {\n local_68 = strchr(pcVar11,(int)config.rpath_separator);\n if (local_68 == (char *)0x0) {\n sVar27 = strlen(pcVar11);\n local_68 = pcVar11 + sVar27;\n }\n sVar27 = (int)local_68 - (int)pcVar11;\n local_84 = (char *)xmalloc(sVar12 + 2 + sVar27);\n pcVar17 = local_84;\n if (pcVar11 != local_68) {\n memcpy(local_84,pcVar11,sVar27);\n local_84[sVar27] = '/';\n pcVar17 = local_84 + sVar27 + 1;\n }\n pcVar11 = (char *)0x0;\n strcpy(pcVar17,pcVar20);\n while (pcVar11 = strchr(local_84 + (int)pcVar11,0x24), pcVar11 != (char *)0x0) {\n pcVar17 = strchr(pcVar11,0x2f);\n sVar27 = strlen(local_84);\n if (pcVar17 != (char *)0x0) {\n *pcVar17 = '\0';\n }\n bVar22 = pcVar11[1];\n pcVar19 = pcVar11 + 1;\n if (bVar22 == 0x7b) {\n bVar22 = pcVar11[2];\n pcVar19 = pcVar11 + 2;\n }\n pbVar18 = (byte *)(pcVar19 + 1);\n bVar31 = bVar22 < 0x4c;\n bVar33 = bVar22 == 0x4c;\n if (bVar33) {\n iVar9 = 3;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x701f6;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 4;\n pbVar25 = &DAT_000af890;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n sVar15 = 3;\n pcVar29 = (char *)0x0;\n pcVar19 = "lib";\nLAB_00048700:\n pcVar14 = (char *)xmalloc(sVar15 + sVar27);\n iVar9 = (int)pcVar11 - (int)local_84;\n if (pcVar17 == (char *)0x0) {\n sprintf(pcVar14,"%.*s%s",iVar9,local_84,pcVar19);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + sVar27);\n }\n else {\n sprintf(pcVar14,"%.*s%s/%s",iVar9,local_84,pcVar19,pcVar17 + 1);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + 1 + sVar27);\n }\n free(local_84);\n local_84 = pcVar14;\n }\n else {\n bVar31 = bVar22 < 0x4f;\n bVar33 = bVar22 == 0x4f;\n if (bVar33) {\n iVar9 = 6;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x704cc;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 7;\n pbVar25 = (byte *)"RIGIN}";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n pbVar13 = needed.by;\n if (((needed.by != (bfd *)0x0) ||\n (pbVar13 = link_info.output_bfd, link_info.output_bfd != (bfd *)0x0))\n && (pcVar29 = pbVar13->filename, pcVar29 != (char *)0x0)) {\n if (*pcVar29 == '/') {\n pcVar19 = (char *)xstrdup(pcVar29);\n }\n else {\n pcVar14 = (char *)getpwd();\n sVar15 = strlen(pcVar29);\n sVar16 = strlen(pcVar14);\n pcVar19 = (char *)xmalloc(sVar15 + 2 + sVar16);\n sprintf(pcVar19,"%s/%s",pcVar14,pcVar29);\n }\n pcVar29 = strrchr(pcVar19,0x2f);\n if (pcVar29 != (char *)0x0) {\n *pcVar29 = '\0';\n }\n sVar15 = strlen(pcVar19);\n pcVar29 = pcVar19;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (verbose != 0) {\n pcVar19 = (char *)dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n info_msg(pcVar19,pcVar11);\n }\n if (pcVar17 != (char *)0x0) {\n *pcVar17 = '/';\n }\n pcVar29 = (char *)0x0;\n pcVar11 = pcVar11 + (1 - (int)local_84);\n }\n free(pcVar29);\n }\n needed.name = local_84;\n bVar10 = gldaarch64elf32b_try_needed(&needed,(int)local_84,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar11 = local_68 + 1;\n } while( true );" do (compound_statement "{\n local_68 = strchr(pcVar11,(int)config.rpath_separator);\n if (local_68 == (char *)0x0) {\n sVar27 = strlen(pcVar11);\n local_68 = pcVar11 + sVar27;\n }\n sVar27 = (int)local_68 - (int)pcVar11;\n local_84 = (char *)xmalloc(sVar12 + 2 + sVar27);\n pcVar17 = local_84;\n if (pcVar11 != local_68) {\n memcpy(local_84,pcVar11,sVar27);\n local_84[sVar27] = '/';\n pcVar17 = local_84 + sVar27 + 1;\n }\n pcVar11 = (char *)0x0;\n strcpy(pcVar17,pcVar20);\n while (pcVar11 = strchr(local_84 + (int)pcVar11,0x24), pcVar11 != (char *)0x0) {\n pcVar17 = strchr(pcVar11,0x2f);\n sVar27 = strlen(local_84);\n if (pcVar17 != (char *)0x0) {\n *pcVar17 = '\0';\n }\n bVar22 = pcVar11[1];\n pcVar19 = pcVar11 + 1;\n if (bVar22 == 0x7b) {\n bVar22 = pcVar11[2];\n pcVar19 = pcVar11 + 2;\n }\n pbVar18 = (byte *)(pcVar19 + 1);\n bVar31 = bVar22 < 0x4c;\n bVar33 = bVar22 == 0x4c;\n if (bVar33) {\n iVar9 = 3;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x701f6;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 4;\n pbVar25 = &DAT_000af890;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n sVar15 = 3;\n pcVar29 = (char *)0x0;\n pcVar19 = "lib";\nLAB_00048700:\n pcVar14 = (char *)xmalloc(sVar15 + sVar27);\n iVar9 = (int)pcVar11 - (int)local_84;\n if (pcVar17 == (char *)0x0) {\n sprintf(pcVar14,"%.*s%s",iVar9,local_84,pcVar19);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + sVar27);\n }\n else {\n sprintf(pcVar14,"%.*s%s/%s",iVar9,local_84,pcVar19,pcVar17 + 1);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + 1 + sVar27);\n }\n free(local_84);\n local_84 = pcVar14;\n }\n else {\n bVar31 = bVar22 < 0x4f;\n bVar33 = bVar22 == 0x4f;\n if (bVar33) {\n iVar9 = 6;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x704cc;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 7;\n pbVar25 = (byte *)"RIGIN}";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n pbVar13 = needed.by;\n if (((needed.by != (bfd *)0x0) ||\n (pbVar13 = link_info.output_bfd, link_info.output_bfd != (bfd *)0x0))\n && (pcVar29 = pbVar13->filename, pcVar29 != (char *)0x0)) {\n if (*pcVar29 == '/') {\n pcVar19 = (char *)xstrdup(pcVar29);\n }\n else {\n pcVar14 = (char *)getpwd();\n sVar15 = strlen(pcVar29);\n sVar16 = strlen(pcVar14);\n pcVar19 = (char *)xmalloc(sVar15 + 2 + sVar16);\n sprintf(pcVar19,"%s/%s",pcVar14,pcVar29);\n }\n pcVar29 = strrchr(pcVar19,0x2f);\n if (pcVar29 != (char *)0x0) {\n *pcVar29 = '\0';\n }\n sVar15 = strlen(pcVar19);\n pcVar29 = pcVar19;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (verbose != 0) {\n pcVar19 = (char *)dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n info_msg(pcVar19,pcVar11);\n }\n if (pcVar17 != (char *)0x0) {\n *pcVar17 = '/';\n }\n pcVar29 = (char *)0x0;\n pcVar11 = pcVar11 + (1 - (int)local_84);\n }\n free(pcVar29);\n }\n needed.name = local_84;\n bVar10 = gldaarch64elf32b_try_needed(&needed,(int)local_84,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar11 = local_68 + 1;\n }" { (expression_statement "local_68 = strchr(pcVar11,(int)config.rpath_separator);" (assignment_expression "local_68 = strchr(pcVar11,(int)config.rpath_separator)" identifier = (call_expression "strchr(pcVar11,(int)config.rpath_separator)" identifier (argument_list "(pcVar11,(int)config.rpath_separator)" ( identifier , (cast_expression "(int)config.rpath_separator" ( (type_descriptor "int" primitive_type) ) (field_expression "config.rpath_separator" identifier . field_identifier)) )))) ;) (if_statement "if (local_68 == (char *)0x0) {\n sVar27 = strlen(pcVar11);\n local_68 = pcVar11 + sVar27;\n }" if (parenthesized_expression "(local_68 == (char *)0x0)" ( (binary_expression "local_68 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n sVar27 = strlen(pcVar11);\n local_68 = pcVar11 + sVar27;\n }" { (expression_statement "sVar27 = strlen(pcVar11);" (assignment_expression "sVar27 = strlen(pcVar11)" identifier = (call_expression "strlen(pcVar11)" identifier (argument_list "(pcVar11)" ( identifier )))) ;) (expression_statement "local_68 = pcVar11 + sVar27;" (assignment_expression "local_68 = pcVar11 + sVar27" identifier = (binary_expression "pcVar11 + sVar27" identifier + identifier)) ;) })) (expression_statement "sVar27 = (int)local_68 - (int)pcVar11;" (assignment_expression "sVar27 = (int)local_68 - (int)pcVar11" identifier = (binary_expression "(int)local_68 - (int)pcVar11" (cast_expression "(int)local_68" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)pcVar11" ( (type_descriptor "int" primitive_type) ) identifier))) ;) (expression_statement "local_84 = (char *)xmalloc(sVar12 + 2 + sVar27);" (assignment_expression "local_84 = (char *)xmalloc(sVar12 + 2 + sVar27)" identifier = (cast_expression "(char *)xmalloc(sVar12 + 2 + sVar27)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(sVar12 + 2 + sVar27)" identifier (argument_list "(sVar12 + 2 + sVar27)" ( (binary_expression "sVar12 + 2 + sVar27" (binary_expression "sVar12 + 2" identifier + number_literal) + identifier) ))))) ;) (expression_statement "pcVar17 = local_84;" (assignment_expression "pcVar17 = local_84" identifier = identifier) ;) (if_statement "if (pcVar11 != local_68) {\n memcpy(local_84,pcVar11,sVar27);\n local_84[sVar27] = '/';\n pcVar17 = local_84 + sVar27 + 1;\n }" if (parenthesized_expression "(pcVar11 != local_68)" ( (binary_expression "pcVar11 != local_68" identifier != identifier) )) (compound_statement "{\n memcpy(local_84,pcVar11,sVar27);\n local_84[sVar27] = '/';\n pcVar17 = local_84 + sVar27 + 1;\n }" { (expression_statement "memcpy(local_84,pcVar11,sVar27);" (call_expression "memcpy(local_84,pcVar11,sVar27)" identifier (argument_list "(local_84,pcVar11,sVar27)" ( identifier , identifier , identifier ))) ;) (expression_statement "local_84[sVar27] = '/';" (assignment_expression "local_84[sVar27] = '/'" (subscript_expression "local_84[sVar27]" identifier [ identifier ]) = (char_literal "'/'" ' character ')) ;) (expression_statement "pcVar17 = local_84 + sVar27 + 1;" (assignment_expression "pcVar17 = local_84 + sVar27 + 1" identifier = (binary_expression "local_84 + sVar27 + 1" (binary_expression "local_84 + sVar27" identifier + identifier) + number_literal)) ;) })) (expression_statement "pcVar11 = (char *)0x0;" (assignment_expression "pcVar11 = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "strcpy(pcVar17,pcVar20);" (call_expression "strcpy(pcVar17,pcVar20)" identifier (argument_list "(pcVar17,pcVar20)" ( identifier , identifier ))) ;) (while_statement "while (pcVar11 = strchr(local_84 + (int)pcVar11,0x24), pcVar11 != (char *)0x0) {\n pcVar17 = strchr(pcVar11,0x2f);\n sVar27 = strlen(local_84);\n if (pcVar17 != (char *)0x0) {\n *pcVar17 = '\0';\n }\n bVar22 = pcVar11[1];\n pcVar19 = pcVar11 + 1;\n if (bVar22 == 0x7b) {\n bVar22 = pcVar11[2];\n pcVar19 = pcVar11 + 2;\n }\n pbVar18 = (byte *)(pcVar19 + 1);\n bVar31 = bVar22 < 0x4c;\n bVar33 = bVar22 == 0x4c;\n if (bVar33) {\n iVar9 = 3;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x701f6;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 4;\n pbVar25 = &DAT_000af890;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n sVar15 = 3;\n pcVar29 = (char *)0x0;\n pcVar19 = "lib";\nLAB_00048700:\n pcVar14 = (char *)xmalloc(sVar15 + sVar27);\n iVar9 = (int)pcVar11 - (int)local_84;\n if (pcVar17 == (char *)0x0) {\n sprintf(pcVar14,"%.*s%s",iVar9,local_84,pcVar19);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + sVar27);\n }\n else {\n sprintf(pcVar14,"%.*s%s/%s",iVar9,local_84,pcVar19,pcVar17 + 1);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + 1 + sVar27);\n }\n free(local_84);\n local_84 = pcVar14;\n }\n else {\n bVar31 = bVar22 < 0x4f;\n bVar33 = bVar22 == 0x4f;\n if (bVar33) {\n iVar9 = 6;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x704cc;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 7;\n pbVar25 = (byte *)"RIGIN}";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n pbVar13 = needed.by;\n if (((needed.by != (bfd *)0x0) ||\n (pbVar13 = link_info.output_bfd, link_info.output_bfd != (bfd *)0x0))\n && (pcVar29 = pbVar13->filename, pcVar29 != (char *)0x0)) {\n if (*pcVar29 == '/') {\n pcVar19 = (char *)xstrdup(pcVar29);\n }\n else {\n pcVar14 = (char *)getpwd();\n sVar15 = strlen(pcVar29);\n sVar16 = strlen(pcVar14);\n pcVar19 = (char *)xmalloc(sVar15 + 2 + sVar16);\n sprintf(pcVar19,"%s/%s",pcVar14,pcVar29);\n }\n pcVar29 = strrchr(pcVar19,0x2f);\n if (pcVar29 != (char *)0x0) {\n *pcVar29 = '\0';\n }\n sVar15 = strlen(pcVar19);\n pcVar29 = pcVar19;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (verbose != 0) {\n pcVar19 = (char *)dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n info_msg(pcVar19,pcVar11);\n }\n if (pcVar17 != (char *)0x0) {\n *pcVar17 = '/';\n }\n pcVar29 = (char *)0x0;\n pcVar11 = pcVar11 + (1 - (int)local_84);\n }\n free(pcVar29);\n }" while (parenthesized_expression "(pcVar11 = strchr(local_84 + (int)pcVar11,0x24), pcVar11 != (char *)0x0)" ( (comma_expression "pcVar11 = strchr(local_84 + (int)pcVar11,0x24), pcVar11 != (char *)0x0" (assignment_expression "pcVar11 = strchr(local_84 + (int)pcVar11,0x24)" identifier = (call_expression "strchr(local_84 + (int)pcVar11,0x24)" identifier (argument_list "(local_84 + (int)pcVar11,0x24)" ( (binary_expression "local_84 + (int)pcVar11" identifier + (cast_expression "(int)pcVar11" ( (type_descriptor "int" primitive_type) ) identifier)) , number_literal )))) , (binary_expression "pcVar11 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal))) )) (compound_statement "{\n pcVar17 = strchr(pcVar11,0x2f);\n sVar27 = strlen(local_84);\n if (pcVar17 != (char *)0x0) {\n *pcVar17 = '\0';\n }\n bVar22 = pcVar11[1];\n pcVar19 = pcVar11 + 1;\n if (bVar22 == 0x7b) {\n bVar22 = pcVar11[2];\n pcVar19 = pcVar11 + 2;\n }\n pbVar18 = (byte *)(pcVar19 + 1);\n bVar31 = bVar22 < 0x4c;\n bVar33 = bVar22 == 0x4c;\n if (bVar33) {\n iVar9 = 3;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x701f6;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 4;\n pbVar25 = &DAT_000af890;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n sVar15 = 3;\n pcVar29 = (char *)0x0;\n pcVar19 = "lib";\nLAB_00048700:\n pcVar14 = (char *)xmalloc(sVar15 + sVar27);\n iVar9 = (int)pcVar11 - (int)local_84;\n if (pcVar17 == (char *)0x0) {\n sprintf(pcVar14,"%.*s%s",iVar9,local_84,pcVar19);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + sVar27);\n }\n else {\n sprintf(pcVar14,"%.*s%s/%s",iVar9,local_84,pcVar19,pcVar17 + 1);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + 1 + sVar27);\n }\n free(local_84);\n local_84 = pcVar14;\n }\n else {\n bVar31 = bVar22 < 0x4f;\n bVar33 = bVar22 == 0x4f;\n if (bVar33) {\n iVar9 = 6;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x704cc;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 7;\n pbVar25 = (byte *)"RIGIN}";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n pbVar13 = needed.by;\n if (((needed.by != (bfd *)0x0) ||\n (pbVar13 = link_info.output_bfd, link_info.output_bfd != (bfd *)0x0))\n && (pcVar29 = pbVar13->filename, pcVar29 != (char *)0x0)) {\n if (*pcVar29 == '/') {\n pcVar19 = (char *)xstrdup(pcVar29);\n }\n else {\n pcVar14 = (char *)getpwd();\n sVar15 = strlen(pcVar29);\n sVar16 = strlen(pcVar14);\n pcVar19 = (char *)xmalloc(sVar15 + 2 + sVar16);\n sprintf(pcVar19,"%s/%s",pcVar14,pcVar29);\n }\n pcVar29 = strrchr(pcVar19,0x2f);\n if (pcVar29 != (char *)0x0) {\n *pcVar29 = '\0';\n }\n sVar15 = strlen(pcVar19);\n pcVar29 = pcVar19;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (verbose != 0) {\n pcVar19 = (char *)dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n info_msg(pcVar19,pcVar11);\n }\n if (pcVar17 != (char *)0x0) {\n *pcVar17 = '/';\n }\n pcVar29 = (char *)0x0;\n pcVar11 = pcVar11 + (1 - (int)local_84);\n }\n free(pcVar29);\n }" { (expression_statement "pcVar17 = strchr(pcVar11,0x2f);" (assignment_expression "pcVar17 = strchr(pcVar11,0x2f)" identifier = (call_expression "strchr(pcVar11,0x2f)" identifier (argument_list "(pcVar11,0x2f)" ( identifier , number_literal )))) ;) (expression_statement "sVar27 = strlen(local_84);" (assignment_expression "sVar27 = strlen(local_84)" identifier = (call_expression "strlen(local_84)" identifier (argument_list "(local_84)" ( identifier )))) ;) (if_statement "if (pcVar17 != (char *)0x0) {\n *pcVar17 = '\0';\n }" if (parenthesized_expression "(pcVar17 != (char *)0x0)" ( (binary_expression "pcVar17 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n *pcVar17 = '\0';\n }" { (expression_statement "*pcVar17 = '\0';" (assignment_expression "*pcVar17 = '\0'" (pointer_expression "*pcVar17" * identifier) = (char_literal "'\0'" ' escape_sequence ')) ;) })) (expression_statement "bVar22 = pcVar11[1];" (assignment_expression "bVar22 = pcVar11[1]" identifier = (subscript_expression "pcVar11[1]" identifier [ number_literal ])) ;) (expression_statement "pcVar19 = pcVar11 + 1;" (assignment_expression "pcVar19 = pcVar11 + 1" identifier = (binary_expression "pcVar11 + 1" identifier + number_literal)) ;) (if_statement "if (bVar22 == 0x7b) {\n bVar22 = pcVar11[2];\n pcVar19 = pcVar11 + 2;\n }" if (parenthesized_expression "(bVar22 == 0x7b)" ( (binary_expression "bVar22 == 0x7b" identifier == number_literal) )) (compound_statement "{\n bVar22 = pcVar11[2];\n pcVar19 = pcVar11 + 2;\n }" { (expression_statement "bVar22 = pcVar11[2];" (assignment_expression "bVar22 = pcVar11[2]" identifier = (subscript_expression "pcVar11[2]" identifier [ number_literal ])) ;) (expression_statement "pcVar19 = pcVar11 + 2;" (assignment_expression "pcVar19 = pcVar11 + 2" identifier = (binary_expression "pcVar11 + 2" identifier + number_literal)) ;) })) (expression_statement "pbVar18 = (byte *)(pcVar19 + 1);" (assignment_expression "pbVar18 = (byte *)(pcVar19 + 1)" identifier = (cast_expression "(byte *)(pcVar19 + 1)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pcVar19 + 1)" ( (binary_expression "pcVar19 + 1" identifier + number_literal) )))) ;) (expression_statement "bVar31 = bVar22 < 0x4c;" (assignment_expression "bVar31 = bVar22 < 0x4c" identifier = (binary_expression "bVar22 < 0x4c" identifier < number_literal)) ;) (expression_statement "bVar33 = bVar22 == 0x4c;" (assignment_expression "bVar33 = bVar22 == 0x4c" identifier = (binary_expression "bVar22 == 0x4c" identifier == number_literal)) ;) (if_statement "if (bVar33) {\n iVar9 = 3;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x701f6;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 4;\n pbVar25 = &DAT_000af890;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n sVar15 = 3;\n pcVar29 = (char *)0x0;\n pcVar19 = "lib";\nLAB_00048700:\n pcVar14 = (char *)xmalloc(sVar15 + sVar27);\n iVar9 = (int)pcVar11 - (int)local_84;\n if (pcVar17 == (char *)0x0) {\n sprintf(pcVar14,"%.*s%s",iVar9,local_84,pcVar19);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + sVar27);\n }\n else {\n sprintf(pcVar14,"%.*s%s/%s",iVar9,local_84,pcVar19,pcVar17 + 1);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + 1 + sVar27);\n }\n free(local_84);\n local_84 = pcVar14;\n }\n else {\n bVar31 = bVar22 < 0x4f;\n bVar33 = bVar22 == 0x4f;\n if (bVar33) {\n iVar9 = 6;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x704cc;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 7;\n pbVar25 = (byte *)"RIGIN}";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n pbVar13 = needed.by;\n if (((needed.by != (bfd *)0x0) ||\n (pbVar13 = link_info.output_bfd, link_info.output_bfd != (bfd *)0x0))\n && (pcVar29 = pbVar13->filename, pcVar29 != (char *)0x0)) {\n if (*pcVar29 == '/') {\n pcVar19 = (char *)xstrdup(pcVar29);\n }\n else {\n pcVar14 = (char *)getpwd();\n sVar15 = strlen(pcVar29);\n sVar16 = strlen(pcVar14);\n pcVar19 = (char *)xmalloc(sVar15 + 2 + sVar16);\n sprintf(pcVar19,"%s/%s",pcVar14,pcVar29);\n }\n pcVar29 = strrchr(pcVar19,0x2f);\n if (pcVar29 != (char *)0x0) {\n *pcVar29 = '\0';\n }\n sVar15 = strlen(pcVar19);\n pcVar29 = pcVar19;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (verbose != 0) {\n pcVar19 = (char *)dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n info_msg(pcVar19,pcVar11);\n }\n if (pcVar17 != (char *)0x0) {\n *pcVar17 = '/';\n }\n pcVar29 = (char *)0x0;\n pcVar11 = pcVar11 + (1 - (int)local_84);\n }" if (parenthesized_expression "(bVar33)" ( identifier )) (compound_statement "{\n iVar9 = 3;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x701f6;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 4;\n pbVar25 = &DAT_000af890;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n sVar15 = 3;\n pcVar29 = (char *)0x0;\n pcVar19 = "lib";\nLAB_00048700:\n pcVar14 = (char *)xmalloc(sVar15 + sVar27);\n iVar9 = (int)pcVar11 - (int)local_84;\n if (pcVar17 == (char *)0x0) {\n sprintf(pcVar14,"%.*s%s",iVar9,local_84,pcVar19);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + sVar27);\n }\n else {\n sprintf(pcVar14,"%.*s%s/%s",iVar9,local_84,pcVar19,pcVar17 + 1);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + 1 + sVar27);\n }\n free(local_84);\n local_84 = pcVar14;\n }" { (expression_statement "iVar9 = 3;" (assignment_expression "iVar9 = 3" identifier = number_literal) ;) (expression_statement "pbVar25 = pbVar18;" (assignment_expression "pbVar25 = pbVar18" identifier = identifier) ;) (expression_statement "pbVar28 = (byte *)0x701f6;" (assignment_expression "pbVar28 = (byte *)0x701f6" identifier = (cast_expression "(byte *)0x701f6" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (do_statement "do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);" do (compound_statement "{\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n }" { (if_statement "if (iVar9 == 0) break;" if (parenthesized_expression "(iVar9 == 0)" ( (binary_expression "iVar9 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "iVar9 = iVar9 + -1;" (assignment_expression "iVar9 = iVar9 + -1" identifier = (binary_expression "iVar9 + -1" identifier + number_literal)) ;) (expression_statement "bVar31 = *pbVar25 < *pbVar28;" (assignment_expression "bVar31 = *pbVar25 < *pbVar28" identifier = (binary_expression "*pbVar25 < *pbVar28" (pointer_expression "*pbVar25" * identifier) < (pointer_expression "*pbVar28" * identifier))) ;) (expression_statement "bVar33 = *pbVar25 == *pbVar28;" (assignment_expression "bVar33 = *pbVar25 == *pbVar28" identifier = (binary_expression "*pbVar25 == *pbVar28" (pointer_expression "*pbVar25" * identifier) == (pointer_expression "*pbVar28" * identifier))) ;) (expression_statement "pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;" (assignment_expression "pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1" identifier = (binary_expression "pbVar25 + (uint)bVar34 * -2 + 1" (binary_expression "pbVar25 + (uint)bVar34 * -2" identifier + (binary_expression "(uint)bVar34 * -2" (cast_expression "(uint)bVar34" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;" (assignment_expression "pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1" identifier = (binary_expression "pbVar28 + (uint)bVar34 * -2 + 1" (binary_expression "pbVar28 + (uint)bVar34 * -2" identifier + (binary_expression "(uint)bVar34 * -2" (cast_expression "(uint)bVar34" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar33)" ( identifier )) ;) (expression_statement "bVar30 = false;" (assignment_expression "bVar30 = false" identifier = false) ;) (expression_statement "bVar31 = (!bVar31 && !bVar33) == bVar31;" (assignment_expression "bVar31 = (!bVar31 && !bVar33) == bVar31" identifier = (binary_expression "(!bVar31 && !bVar33) == bVar31" (parenthesized_expression "(!bVar31 && !bVar33)" ( (binary_expression "!bVar31 && !bVar33" (unary_expression "!bVar31" ! identifier) && (unary_expression "!bVar33" ! identifier)) )) == identifier)) ;) (if_statement "if (!bVar31) {\n iVar9 = 4;\n pbVar25 = &DAT_000af890;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }" if (parenthesized_expression "(!bVar31)" ( (unary_expression "!bVar31" ! identifier) )) (compound_statement "{\n iVar9 = 4;\n pbVar25 = &DAT_000af890;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }" { (expression_statement "iVar9 = 4;" (assignment_expression "iVar9 = 4" identifier = number_literal) ;) (expression_statement "pbVar25 = &DAT_000af890;" (assignment_expression "pbVar25 = &DAT_000af890" identifier = (pointer_expression "&DAT_000af890" & identifier)) ;) (do_statement "do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);" do (compound_statement "{\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n }" { (if_statement "if (iVar9 == 0) break;" if (parenthesized_expression "(iVar9 == 0)" ( (binary_expression "iVar9 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "iVar9 = iVar9 + -1;" (assignment_expression "iVar9 = iVar9 + -1" identifier = (binary_expression "iVar9 + -1" identifier + number_literal)) ;) (expression_statement "bVar30 = *pbVar18 < *pbVar25;" (assignment_expression "bVar30 = *pbVar18 < *pbVar25" identifier = (binary_expression "*pbVar18 < *pbVar25" (pointer_expression "*pbVar18" * identifier) < (pointer_expression "*pbVar25" * identifier))) ;) (expression_statement "bVar31 = *pbVar18 == *pbVar25;" (assignment_expression "bVar31 = *pbVar18 == *pbVar25" identifier = (binary_expression "*pbVar18 == *pbVar25" (pointer_expression "*pbVar18" * identifier) == (pointer_expression "*pbVar25" * identifier))) ;) (expression_statement "pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;" (assignment_expression "pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1" identifier = (binary_expression "pbVar18 + (uint)bVar34 * -2 + 1" (binary_expression "pbVar18 + (uint)bVar34 * -2" identifier + (binary_expression "(uint)bVar34 * -2" (cast_expression "(uint)bVar34" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;" (assignment_expression "pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1" identifier = (binary_expression "pbVar25 + (uint)bVar34 * -2 + 1" (binary_expression "pbVar25 + (uint)bVar34 * -2" identifier + (binary_expression "(uint)bVar34 * -2" (cast_expression "(uint)bVar34" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar31)" ( identifier )) ;) (if_statement "if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;" if (parenthesized_expression "((!bVar30 && !bVar31) != bVar30)" ( (binary_expression "(!bVar30 && !bVar31) != bVar30" (parenthesized_expression "(!bVar30 && !bVar31)" ( (binary_expression "!bVar30 && !bVar31" (unary_expression "!bVar30" ! identifier) && (unary_expression "!bVar31" ! identifier)) )) != identifier) )) (goto_statement "goto LAB_000487e7;" goto statement_identifier ;)) })) (expression_statement "sVar15 = 3;" (assignment_expression "sVar15 = 3" identifier = number_literal) ;) (expression_statement "pcVar29 = (char *)0x0;" (assignment_expression "pcVar29 = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "pcVar19 = "lib";" (assignment_expression "pcVar19 = "lib"" identifier = (string_literal ""lib"" " string_content ")) ;) (labeled_statement "LAB_00048700:\n pcVar14 = (char *)xmalloc(sVar15 + sVar27);" statement_identifier : (expression_statement "pcVar14 = (char *)xmalloc(sVar15 + sVar27);" (assignment_expression "pcVar14 = (char *)xmalloc(sVar15 + sVar27)" identifier = (cast_expression "(char *)xmalloc(sVar15 + sVar27)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(sVar15 + sVar27)" identifier (argument_list "(sVar15 + sVar27)" ( (binary_expression "sVar15 + sVar27" identifier + identifier) ))))) ;)) (expression_statement "iVar9 = (int)pcVar11 - (int)local_84;" (assignment_expression "iVar9 = (int)pcVar11 - (int)local_84" identifier = (binary_expression "(int)pcVar11 - (int)local_84" (cast_expression "(int)pcVar11" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)local_84" ( (type_descriptor "int" primitive_type) ) identifier))) ;) (if_statement "if (pcVar17 == (char *)0x0) {\n sprintf(pcVar14,"%.*s%s",iVar9,local_84,pcVar19);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + sVar27);\n }\n else {\n sprintf(pcVar14,"%.*s%s/%s",iVar9,local_84,pcVar19,pcVar17 + 1);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + 1 + sVar27);\n }" if (parenthesized_expression "(pcVar17 == (char *)0x0)" ( (binary_expression "pcVar17 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n sprintf(pcVar14,"%.*s%s",iVar9,local_84,pcVar19);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + sVar27);\n }" { (expression_statement "sprintf(pcVar14,"%.*s%s",iVar9,local_84,pcVar19);" (call_expression "sprintf(pcVar14,"%.*s%s",iVar9,local_84,pcVar19)" identifier (argument_list "(pcVar14,"%.*s%s",iVar9,local_84,pcVar19)" ( identifier , (string_literal ""%.*s%s"" " string_content ") , identifier , identifier , identifier ))) ;) (expression_statement "sVar27 = strlen(pcVar19);" (assignment_expression "sVar27 = strlen(pcVar19)" identifier = (call_expression "strlen(pcVar19)" identifier (argument_list "(pcVar19)" ( identifier )))) ;) (expression_statement "pcVar11 = (char *)(iVar9 + sVar27);" (assignment_expression "pcVar11 = (char *)(iVar9 + sVar27)" identifier = (cast_expression "(char *)(iVar9 + sVar27)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + sVar27)" ( (binary_expression "iVar9 + sVar27" identifier + identifier) )))) ;) }) (else_clause "else {\n sprintf(pcVar14,"%.*s%s/%s",iVar9,local_84,pcVar19,pcVar17 + 1);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + 1 + sVar27);\n }" else (compound_statement "{\n sprintf(pcVar14,"%.*s%s/%s",iVar9,local_84,pcVar19,pcVar17 + 1);\n sVar27 = strlen(pcVar19);\n pcVar11 = (char *)(iVar9 + 1 + sVar27);\n }" { (expression_statement "sprintf(pcVar14,"%.*s%s/%s",iVar9,local_84,pcVar19,pcVar17 + 1);" (call_expression "sprintf(pcVar14,"%.*s%s/%s",iVar9,local_84,pcVar19,pcVar17 + 1)" identifier (argument_list "(pcVar14,"%.*s%s/%s",iVar9,local_84,pcVar19,pcVar17 + 1)" ( identifier , (string_literal ""%.*s%s/%s"" " string_content ") , identifier , identifier , identifier , (binary_expression "pcVar17 + 1" identifier + number_literal) ))) ;) (expression_statement "sVar27 = strlen(pcVar19);" (assignment_expression "sVar27 = strlen(pcVar19)" identifier = (call_expression "strlen(pcVar19)" identifier (argument_list "(pcVar19)" ( identifier )))) ;) (expression_statement "pcVar11 = (char *)(iVar9 + 1 + sVar27);" (assignment_expression "pcVar11 = (char *)(iVar9 + 1 + sVar27)" identifier = (cast_expression "(char *)(iVar9 + 1 + sVar27)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 1 + sVar27)" ( (binary_expression "iVar9 + 1 + sVar27" (binary_expression "iVar9 + 1" identifier + number_literal) + identifier) )))) ;) }))) (expression_statement "free(local_84);" (call_expression "free(local_84)" identifier (argument_list "(local_84)" ( identifier ))) ;) (expression_statement "local_84 = pcVar14;" (assignment_expression "local_84 = pcVar14" identifier = identifier) ;) }) (else_clause "else {\n bVar31 = bVar22 < 0x4f;\n bVar33 = bVar22 == 0x4f;\n if (bVar33) {\n iVar9 = 6;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x704cc;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 7;\n pbVar25 = (byte *)"RIGIN}";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n pbVar13 = needed.by;\n if (((needed.by != (bfd *)0x0) ||\n (pbVar13 = link_info.output_bfd, link_info.output_bfd != (bfd *)0x0))\n && (pcVar29 = pbVar13->filename, pcVar29 != (char *)0x0)) {\n if (*pcVar29 == '/') {\n pcVar19 = (char *)xstrdup(pcVar29);\n }\n else {\n pcVar14 = (char *)getpwd();\n sVar15 = strlen(pcVar29);\n sVar16 = strlen(pcVar14);\n pcVar19 = (char *)xmalloc(sVar15 + 2 + sVar16);\n sprintf(pcVar19,"%s/%s",pcVar14,pcVar29);\n }\n pcVar29 = strrchr(pcVar19,0x2f);\n if (pcVar29 != (char *)0x0) {\n *pcVar29 = '\0';\n }\n sVar15 = strlen(pcVar19);\n pcVar29 = pcVar19;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (verbose != 0) {\n pcVar19 = (char *)dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n info_msg(pcVar19,pcVar11);\n }\n if (pcVar17 != (char *)0x0) {\n *pcVar17 = '/';\n }\n pcVar29 = (char *)0x0;\n pcVar11 = pcVar11 + (1 - (int)local_84);\n }" else (compound_statement "{\n bVar31 = bVar22 < 0x4f;\n bVar33 = bVar22 == 0x4f;\n if (bVar33) {\n iVar9 = 6;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x704cc;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 7;\n pbVar25 = (byte *)"RIGIN}";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n pbVar13 = needed.by;\n if (((needed.by != (bfd *)0x0) ||\n (pbVar13 = link_info.output_bfd, link_info.output_bfd != (bfd *)0x0))\n && (pcVar29 = pbVar13->filename, pcVar29 != (char *)0x0)) {\n if (*pcVar29 == '/') {\n pcVar19 = (char *)xstrdup(pcVar29);\n }\n else {\n pcVar14 = (char *)getpwd();\n sVar15 = strlen(pcVar29);\n sVar16 = strlen(pcVar14);\n pcVar19 = (char *)xmalloc(sVar15 + 2 + sVar16);\n sprintf(pcVar19,"%s/%s",pcVar14,pcVar29);\n }\n pcVar29 = strrchr(pcVar19,0x2f);\n if (pcVar29 != (char *)0x0) {\n *pcVar29 = '\0';\n }\n sVar15 = strlen(pcVar19);\n pcVar29 = pcVar19;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (verbose != 0) {\n pcVar19 = (char *)dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n info_msg(pcVar19,pcVar11);\n }\n if (pcVar17 != (char *)0x0) {\n *pcVar17 = '/';\n }\n pcVar29 = (char *)0x0;\n pcVar11 = pcVar11 + (1 - (int)local_84);\n }" { (expression_statement "bVar31 = bVar22 < 0x4f;" (assignment_expression "bVar31 = bVar22 < 0x4f" identifier = (binary_expression "bVar22 < 0x4f" identifier < number_literal)) ;) (expression_statement "bVar33 = bVar22 == 0x4f;" (assignment_expression "bVar33 = bVar22 == 0x4f" identifier = (binary_expression "bVar22 == 0x4f" identifier == number_literal)) ;) (if_statement "if (bVar33) {\n iVar9 = 6;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x704cc;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 7;\n pbVar25 = (byte *)"RIGIN}";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n pbVar13 = needed.by;\n if (((needed.by != (bfd *)0x0) ||\n (pbVar13 = link_info.output_bfd, link_info.output_bfd != (bfd *)0x0))\n && (pcVar29 = pbVar13->filename, pcVar29 != (char *)0x0)) {\n if (*pcVar29 == '/') {\n pcVar19 = (char *)xstrdup(pcVar29);\n }\n else {\n pcVar14 = (char *)getpwd();\n sVar15 = strlen(pcVar29);\n sVar16 = strlen(pcVar14);\n pcVar19 = (char *)xmalloc(sVar15 + 2 + sVar16);\n sprintf(pcVar19,"%s/%s",pcVar14,pcVar29);\n }\n pcVar29 = strrchr(pcVar19,0x2f);\n if (pcVar29 != (char *)0x0) {\n *pcVar29 = '\0';\n }\n sVar15 = strlen(pcVar19);\n pcVar29 = pcVar19;\n goto LAB_00048700;\n }\n }" if (parenthesized_expression "(bVar33)" ( identifier )) (compound_statement "{\n iVar9 = 6;\n pbVar25 = pbVar18;\n pbVar28 = (byte *)0x704cc;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);\n bVar30 = false;\n bVar31 = (!bVar31 && !bVar33) == bVar31;\n if (!bVar31) {\n iVar9 = 7;\n pbVar25 = (byte *)"RIGIN}";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }\n pbVar13 = needed.by;\n if (((needed.by != (bfd *)0x0) ||\n (pbVar13 = link_info.output_bfd, link_info.output_bfd != (bfd *)0x0))\n && (pcVar29 = pbVar13->filename, pcVar29 != (char *)0x0)) {\n if (*pcVar29 == '/') {\n pcVar19 = (char *)xstrdup(pcVar29);\n }\n else {\n pcVar14 = (char *)getpwd();\n sVar15 = strlen(pcVar29);\n sVar16 = strlen(pcVar14);\n pcVar19 = (char *)xmalloc(sVar15 + 2 + sVar16);\n sprintf(pcVar19,"%s/%s",pcVar14,pcVar29);\n }\n pcVar29 = strrchr(pcVar19,0x2f);\n if (pcVar29 != (char *)0x0) {\n *pcVar29 = '\0';\n }\n sVar15 = strlen(pcVar19);\n pcVar29 = pcVar19;\n goto LAB_00048700;\n }\n }" { (expression_statement "iVar9 = 6;" (assignment_expression "iVar9 = 6" identifier = number_literal) ;) (expression_statement "pbVar25 = pbVar18;" (assignment_expression "pbVar25 = pbVar18" identifier = identifier) ;) (expression_statement "pbVar28 = (byte *)0x704cc;" (assignment_expression "pbVar28 = (byte *)0x704cc" identifier = (cast_expression "(byte *)0x704cc" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (do_statement "do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n } while (bVar33);" do (compound_statement "{\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar31 = *pbVar25 < *pbVar28;\n bVar33 = *pbVar25 == *pbVar28;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;\n }" { (if_statement "if (iVar9 == 0) break;" if (parenthesized_expression "(iVar9 == 0)" ( (binary_expression "iVar9 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "iVar9 = iVar9 + -1;" (assignment_expression "iVar9 = iVar9 + -1" identifier = (binary_expression "iVar9 + -1" identifier + number_literal)) ;) (expression_statement "bVar31 = *pbVar25 < *pbVar28;" (assignment_expression "bVar31 = *pbVar25 < *pbVar28" identifier = (binary_expression "*pbVar25 < *pbVar28" (pointer_expression "*pbVar25" * identifier) < (pointer_expression "*pbVar28" * identifier))) ;) (expression_statement "bVar33 = *pbVar25 == *pbVar28;" (assignment_expression "bVar33 = *pbVar25 == *pbVar28" identifier = (binary_expression "*pbVar25 == *pbVar28" (pointer_expression "*pbVar25" * identifier) == (pointer_expression "*pbVar28" * identifier))) ;) (expression_statement "pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;" (assignment_expression "pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1" identifier = (binary_expression "pbVar25 + (uint)bVar34 * -2 + 1" (binary_expression "pbVar25 + (uint)bVar34 * -2" identifier + (binary_expression "(uint)bVar34 * -2" (cast_expression "(uint)bVar34" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1;" (assignment_expression "pbVar28 = pbVar28 + (uint)bVar34 * -2 + 1" identifier = (binary_expression "pbVar28 + (uint)bVar34 * -2 + 1" (binary_expression "pbVar28 + (uint)bVar34 * -2" identifier + (binary_expression "(uint)bVar34 * -2" (cast_expression "(uint)bVar34" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar33)" ( identifier )) ;) (expression_statement "bVar30 = false;" (assignment_expression "bVar30 = false" identifier = false) ;) (expression_statement "bVar31 = (!bVar31 && !bVar33) == bVar31;" (assignment_expression "bVar31 = (!bVar31 && !bVar33) == bVar31" identifier = (binary_expression "(!bVar31 && !bVar33) == bVar31" (parenthesized_expression "(!bVar31 && !bVar33)" ( (binary_expression "!bVar31 && !bVar33" (unary_expression "!bVar31" ! identifier) && (unary_expression "!bVar33" ! identifier)) )) == identifier)) ;) (if_statement "if (!bVar31) {\n iVar9 = 7;\n pbVar25 = (byte *)"RIGIN}";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }" if (parenthesized_expression "(!bVar31)" ( (unary_expression "!bVar31" ! identifier) )) (compound_statement "{\n iVar9 = 7;\n pbVar25 = (byte *)"RIGIN}";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);\n if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;\n }" { (expression_statement "iVar9 = 7;" (assignment_expression "iVar9 = 7" identifier = number_literal) ;) (expression_statement "pbVar25 = (byte *)"RIGIN}";" (assignment_expression "pbVar25 = (byte *)"RIGIN}"" identifier = (cast_expression "(byte *)"RIGIN}"" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (string_literal ""RIGIN}"" " string_content "))) ;) (do_statement "do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n } while (bVar31);" do (compound_statement "{\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar30 = *pbVar18 < *pbVar25;\n bVar31 = *pbVar18 == *pbVar25;\n pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;\n }" { (if_statement "if (iVar9 == 0) break;" if (parenthesized_expression "(iVar9 == 0)" ( (binary_expression "iVar9 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "iVar9 = iVar9 + -1;" (assignment_expression "iVar9 = iVar9 + -1" identifier = (binary_expression "iVar9 + -1" identifier + number_literal)) ;) (expression_statement "bVar30 = *pbVar18 < *pbVar25;" (assignment_expression "bVar30 = *pbVar18 < *pbVar25" identifier = (binary_expression "*pbVar18 < *pbVar25" (pointer_expression "*pbVar18" * identifier) < (pointer_expression "*pbVar25" * identifier))) ;) (expression_statement "bVar31 = *pbVar18 == *pbVar25;" (assignment_expression "bVar31 = *pbVar18 == *pbVar25" identifier = (binary_expression "*pbVar18 == *pbVar25" (pointer_expression "*pbVar18" * identifier) == (pointer_expression "*pbVar25" * identifier))) ;) (expression_statement "pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1;" (assignment_expression "pbVar18 = pbVar18 + (uint)bVar34 * -2 + 1" identifier = (binary_expression "pbVar18 + (uint)bVar34 * -2 + 1" (binary_expression "pbVar18 + (uint)bVar34 * -2" identifier + (binary_expression "(uint)bVar34 * -2" (cast_expression "(uint)bVar34" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1;" (assignment_expression "pbVar25 = pbVar25 + (uint)bVar34 * -2 + 1" identifier = (binary_expression "pbVar25 + (uint)bVar34 * -2 + 1" (binary_expression "pbVar25 + (uint)bVar34 * -2" identifier + (binary_expression "(uint)bVar34 * -2" (cast_expression "(uint)bVar34" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar31)" ( identifier )) ;) (if_statement "if ((!bVar30 && !bVar31) != bVar30) goto LAB_000487e7;" if (parenthesized_expression "((!bVar30 && !bVar31) != bVar30)" ( (binary_expression "(!bVar30 && !bVar31) != bVar30" (parenthesized_expression "(!bVar30 && !bVar31)" ( (binary_expression "!bVar30 && !bVar31" (unary_expression "!bVar30" ! identifier) && (unary_expression "!bVar31" ! identifier)) )) != identifier) )) (goto_statement "goto LAB_000487e7;" goto statement_identifier ;)) })) (expression_statement "pbVar13 = needed.by;" (assignment_expression "pbVar13 = needed.by" identifier = (field_expression "needed.by" identifier . field_identifier)) ;) (if_statement "if (((needed.by != (bfd *)0x0) ||\n (pbVar13 = link_info.output_bfd, link_info.output_bfd != (bfd *)0x0))\n && (pcVar29 = pbVar13->filename, pcVar29 != (char *)0x0)) {\n if (*pcVar29 == '/') {\n pcVar19 = (char *)xstrdup(pcVar29);\n }\n else {\n pcVar14 = (char *)getpwd();\n sVar15 = strlen(pcVar29);\n sVar16 = strlen(pcVar14);\n pcVar19 = (char *)xmalloc(sVar15 + 2 + sVar16);\n sprintf(pcVar19,"%s/%s",pcVar14,pcVar29);\n }\n pcVar29 = strrchr(pcVar19,0x2f);\n if (pcVar29 != (char *)0x0) {\n *pcVar29 = '\0';\n }\n sVar15 = strlen(pcVar19);\n pcVar29 = pcVar19;\n goto LAB_00048700;\n }" if (parenthesized_expression "(((needed.by != (bfd *)0x0) ||\n (pbVar13 = link_info.output_bfd, link_info.output_bfd != (bfd *)0x0))\n && (pcVar29 = pbVar13->filename, pcVar29 != (char *)0x0))" ( (binary_expression "((needed.by != (bfd *)0x0) ||\n (pbVar13 = link_info.output_bfd, link_info.output_bfd != (bfd *)0x0))\n && (pcVar29 = pbVar13->filename, pcVar29 != (char *)0x0)" (parenthesized_expression "((needed.by != (bfd *)0x0) ||\n (pbVar13 = link_info.output_bfd, link_info.output_bfd != (bfd *)0x0))" ( (binary_expression "(needed.by != (bfd *)0x0) ||\n (pbVar13 = link_info.output_bfd, link_info.output_bfd != (bfd *)0x0)" (parenthesized_expression "(needed.by != (bfd *)0x0)" ( (binary_expression "needed.by != (bfd *)0x0" (field_expression "needed.by" identifier . field_identifier) != (cast_expression "(bfd *)0x0" ( (type_descriptor "bfd *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) || (parenthesized_expression "(pbVar13 = link_info.output_bfd, link_info.output_bfd != (bfd *)0x0)" ( (comma_expression "pbVar13 = link_info.output_bfd, link_info.output_bfd != (bfd *)0x0" (assignment_expression "pbVar13 = link_info.output_bfd" identifier = (field_expression "link_info.output_bfd" identifier . field_identifier)) , (binary_expression "link_info.output_bfd != (bfd *)0x0" (field_expression "link_info.output_bfd" identifier . field_identifier) != (cast_expression "(bfd *)0x0" ( (type_descriptor "bfd *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) && (parenthesized_expression "(pcVar29 = pbVar13->filename, pcVar29 != (char *)0x0)" ( (comma_expression "pcVar29 = pbVar13->filename, pcVar29 != (char *)0x0" (assignment_expression "pcVar29 = pbVar13->filename" identifier = (field_expression "pbVar13->filename" identifier -> field_identifier)) , (binary_expression "pcVar29 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) (compound_statement "{\n if (*pcVar29 == '/') {\n pcVar19 = (char *)xstrdup(pcVar29);\n }\n else {\n pcVar14 = (char *)getpwd();\n sVar15 = strlen(pcVar29);\n sVar16 = strlen(pcVar14);\n pcVar19 = (char *)xmalloc(sVar15 + 2 + sVar16);\n sprintf(pcVar19,"%s/%s",pcVar14,pcVar29);\n }\n pcVar29 = strrchr(pcVar19,0x2f);\n if (pcVar29 != (char *)0x0) {\n *pcVar29 = '\0';\n }\n sVar15 = strlen(pcVar19);\n pcVar29 = pcVar19;\n goto LAB_00048700;\n }" { (if_statement "if (*pcVar29 == '/') {\n pcVar19 = (char *)xstrdup(pcVar29);\n }\n else {\n pcVar14 = (char *)getpwd();\n sVar15 = strlen(pcVar29);\n sVar16 = strlen(pcVar14);\n pcVar19 = (char *)xmalloc(sVar15 + 2 + sVar16);\n sprintf(pcVar19,"%s/%s",pcVar14,pcVar29);\n }" if (parenthesized_expression "(*pcVar29 == '/')" ( (binary_expression "*pcVar29 == '/'" (pointer_expression "*pcVar29" * identifier) == (char_literal "'/'" ' character ')) )) (compound_statement "{\n pcVar19 = (char *)xstrdup(pcVar29);\n }" { (expression_statement "pcVar19 = (char *)xstrdup(pcVar29);" (assignment_expression "pcVar19 = (char *)xstrdup(pcVar29)" identifier = (cast_expression "(char *)xstrdup(pcVar29)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xstrdup(pcVar29)" identifier (argument_list "(pcVar29)" ( identifier ))))) ;) }) (else_clause "else {\n pcVar14 = (char *)getpwd();\n sVar15 = strlen(pcVar29);\n sVar16 = strlen(pcVar14);\n pcVar19 = (char *)xmalloc(sVar15 + 2 + sVar16);\n sprintf(pcVar19,"%s/%s",pcVar14,pcVar29);\n }" else (compound_statement "{\n pcVar14 = (char *)getpwd();\n sVar15 = strlen(pcVar29);\n sVar16 = strlen(pcVar14);\n pcVar19 = (char *)xmalloc(sVar15 + 2 + sVar16);\n sprintf(pcVar19,"%s/%s",pcVar14,pcVar29);\n }" { (expression_statement "pcVar14 = (char *)getpwd();" (assignment_expression "pcVar14 = (char *)getpwd()" identifier = (cast_expression "(char *)getpwd()" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "getpwd()" identifier (argument_list "()" ( ))))) ;) (expression_statement "sVar15 = strlen(pcVar29);" (assignment_expression "sVar15 = strlen(pcVar29)" identifier = (call_expression "strlen(pcVar29)" identifier (argument_list "(pcVar29)" ( identifier )))) ;) (expression_statement "sVar16 = strlen(pcVar14);" (assignment_expression "sVar16 = strlen(pcVar14)" identifier = (call_expression "strlen(pcVar14)" identifier (argument_list "(pcVar14)" ( identifier )))) ;) (expression_statement "pcVar19 = (char *)xmalloc(sVar15 + 2 + sVar16);" (assignment_expression "pcVar19 = (char *)xmalloc(sVar15 + 2 + sVar16)" identifier = (cast_expression "(char *)xmalloc(sVar15 + 2 + sVar16)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(sVar15 + 2 + sVar16)" identifier (argument_list "(sVar15 + 2 + sVar16)" ( (binary_expression "sVar15 + 2 + sVar16" (binary_expression "sVar15 + 2" identifier + number_literal) + identifier) ))))) ;) (expression_statement "sprintf(pcVar19,"%s/%s",pcVar14,pcVar29);" (call_expression "sprintf(pcVar19,"%s/%s",pcVar14,pcVar29)" identifier (argument_list "(pcVar19,"%s/%s",pcVar14,pcVar29)" ( identifier , (string_literal ""%s/%s"" " string_content ") , identifier , identifier ))) ;) }))) (expression_statement "pcVar29 = strrchr(pcVar19,0x2f);" (assignment_expression "pcVar29 = strrchr(pcVar19,0x2f)" identifier = (call_expression "strrchr(pcVar19,0x2f)" identifier (argument_list "(pcVar19,0x2f)" ( identifier , number_literal )))) ;) (if_statement "if (pcVar29 != (char *)0x0) {\n *pcVar29 = '\0';\n }" if (parenthesized_expression "(pcVar29 != (char *)0x0)" ( (binary_expression "pcVar29 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n *pcVar29 = '\0';\n }" { (expression_statement "*pcVar29 = '\0';" (assignment_expression "*pcVar29 = '\0'" (pointer_expression "*pcVar29" * identifier) = (char_literal "'\0'" ' escape_sequence ')) ;) })) (expression_statement "sVar15 = strlen(pcVar19);" (assignment_expression "sVar15 = strlen(pcVar19)" identifier = (call_expression "strlen(pcVar19)" identifier (argument_list "(pcVar19)" ( identifier )))) ;) (expression_statement "pcVar29 = pcVar19;" (assignment_expression "pcVar29 = pcVar19" identifier = identifier) ;) (goto_statement "goto LAB_00048700;" goto statement_identifier ;) })) })) (labeled_statement "LAB_000487e7:\n if (verbose != 0) {\n pcVar19 = (char *)dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n info_msg(pcVar19,pcVar11);\n }" statement_identifier : (if_statement "if (verbose != 0) {\n pcVar19 = (char *)dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n info_msg(pcVar19,pcVar11);\n }" if (parenthesized_expression "(verbose != 0)" ( (binary_expression "verbose != 0" identifier != number_literal) )) (compound_statement "{\n pcVar19 = (char *)dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n info_msg(pcVar19,pcVar11);\n }" { (expression_statement "pcVar19 = (char *)dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);" (assignment_expression "pcVar19 = (char *)dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5)" identifier = (cast_expression "(char *)dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5)" identifier (argument_list "(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5)" ( number_literal , (string_literal ""unrecognised or unsupported token \'%s\' in search path\n"" " string_content escape_sequence string_content escape_sequence string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "info_msg(pcVar19,pcVar11);" (call_expression "info_msg(pcVar19,pcVar11)" identifier (argument_list "(pcVar19,pcVar11)" ( identifier , identifier ))) ;) }))) (if_statement "if (pcVar17 != (char *)0x0) {\n *pcVar17 = '/';\n }" if (parenthesized_expression "(pcVar17 != (char *)0x0)" ( (binary_expression "pcVar17 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n *pcVar17 = '/';\n }" { (expression_statement "*pcVar17 = '/';" (assignment_expression "*pcVar17 = '/'" (pointer_expression "*pcVar17" * identifier) = (char_literal "'/'" ' character ')) ;) })) (expression_statement "pcVar29 = (char *)0x0;" (assignment_expression "pcVar29 = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "pcVar11 = pcVar11 + (1 - (int)local_84);" (assignment_expression "pcVar11 = pcVar11 + (1 - (int)local_84)" identifier = (binary_expression "pcVar11 + (1 - (int)local_84)" identifier + (parenthesized_expression "(1 - (int)local_84)" ( (binary_expression "1 - (int)local_84" number_literal - (cast_expression "(int)local_84" ( (type_descriptor "int" primitive_type) ) identifier)) )))) ;) }))) (expression_statement "free(pcVar29);" (call_expression "free(pcVar29)" identifier (argument_list "(pcVar29)" ( identifier ))) ;) })) (expression_statement "needed.name = local_84;" (assignment_expression "needed.name = local_84" (field_expression "needed.name" identifier . field_identifier) = identifier) ;) (expression_statement "bVar10 = gldaarch64elf32b_try_needed(&needed,(int)local_84,local_64);" (assignment_expression "bVar10 = gldaarch64elf32b_try_needed(&needed,(int)local_84,local_64)" identifier = (call_expression "gldaarch64elf32b_try_needed(&needed,(int)local_84,local_64)" identifier (argument_list "(&needed,(int)local_84,local_64)" ( (pointer_expression "&needed" & identifier) , (cast_expression "(int)local_84" ( (type_descriptor "int" primitive_type) ) identifier) , identifier )))) ;) (if_statement "if (bVar10 != 0) goto LAB_000484a0;" if (parenthesized_expression "(bVar10 != 0)" ( (binary_expression "bVar10 != 0" identifier != number_literal) )) (goto_statement "goto LAB_000484a0;" goto statement_identifier ;)) (expression_statement "free(local_84);" (call_expression "free(local_84)" identifier (argument_list "(local_84)" ( identifier ))) ;) (if_statement "if (*local_68 == '\0') break;" if (parenthesized_expression "(*local_68 == '\0')" ( (binary_expression "*local_68 == '\0'" (pointer_expression "*local_68" * identifier) == (char_literal "'\0'" ' escape_sequence ')) )) (break_statement "break;" break ;)) (expression_statement "pcVar11 = local_68 + 1;" (assignment_expression "pcVar11 = local_68 + 1" identifier = (binary_expression "local_68 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "( true )" ( true )) ;) })))) (expression_statement "sVar12 = strlen(local_78->name);" (assignment_expression "sVar12 = strlen(local_78->name)" identifier = (call_expression "strlen(local_78->name)" identifier (argument_list "(local_78->name)" ( (field_expression "local_78->name" identifier -> field_identifier) )))) ;) (if_statement "if (search_head != (search_dirs_type *)0x0) {\n psVar26 = search_head;\n do {\n if (psVar26->cmdline == 0) {\n sVar27 = strlen(psVar26->name);\n pcVar11 = (char *)xmalloc(sVar27 + sVar12 + 2);\n sprintf(pcVar11,"%s/%s",psVar26->name,local_78->name);\n nn.name = pcVar11;\n bVar10 = gldaarch64elf32b_try_needed(&nn,(int)pcVar11,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n free(pcVar11);\n }\n psVar26 = psVar26->next;\n } while (psVar26 != (search_dirs *)0x0);\n }" if (parenthesized_expression "(search_head != (search_dirs_type *)0x0)" ( (binary_expression "search_head != (search_dirs_type *)0x0" identifier != (cast_expression "(search_dirs_type *)0x0" ( (type_descriptor "search_dirs_type *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n psVar26 = search_head;\n do {\n if (psVar26->cmdline == 0) {\n sVar27 = strlen(psVar26->name);\n pcVar11 = (char *)xmalloc(sVar27 + sVar12 + 2);\n sprintf(pcVar11,"%s/%s",psVar26->name,local_78->name);\n nn.name = pcVar11;\n bVar10 = gldaarch64elf32b_try_needed(&nn,(int)pcVar11,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n free(pcVar11);\n }\n psVar26 = psVar26->next;\n } while (psVar26 != (search_dirs *)0x0);\n }" { (expression_statement "psVar26 = search_head;" (assignment_expression "psVar26 = search_head" identifier = identifier) ;) (do_statement "do {\n if (psVar26->cmdline == 0) {\n sVar27 = strlen(psVar26->name);\n pcVar11 = (char *)xmalloc(sVar27 + sVar12 + 2);\n sprintf(pcVar11,"%s/%s",psVar26->name,local_78->name);\n nn.name = pcVar11;\n bVar10 = gldaarch64elf32b_try_needed(&nn,(int)pcVar11,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n free(pcVar11);\n }\n psVar26 = psVar26->next;\n } while (psVar26 != (search_dirs *)0x0);" do (compound_statement "{\n if (psVar26->cmdline == 0) {\n sVar27 = strlen(psVar26->name);\n pcVar11 = (char *)xmalloc(sVar27 + sVar12 + 2);\n sprintf(pcVar11,"%s/%s",psVar26->name,local_78->name);\n nn.name = pcVar11;\n bVar10 = gldaarch64elf32b_try_needed(&nn,(int)pcVar11,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n free(pcVar11);\n }\n psVar26 = psVar26->next;\n }" { (if_statement "if (psVar26->cmdline == 0) {\n sVar27 = strlen(psVar26->name);\n pcVar11 = (char *)xmalloc(sVar27 + sVar12 + 2);\n sprintf(pcVar11,"%s/%s",psVar26->name,local_78->name);\n nn.name = pcVar11;\n bVar10 = gldaarch64elf32b_try_needed(&nn,(int)pcVar11,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n free(pcVar11);\n }" if (parenthesized_expression "(psVar26->cmdline == 0)" ( (binary_expression "psVar26->cmdline == 0" (field_expression "psVar26->cmdline" identifier -> field_identifier) == number_literal) )) (compound_statement "{\n sVar27 = strlen(psVar26->name);\n pcVar11 = (char *)xmalloc(sVar27 + sVar12 + 2);\n sprintf(pcVar11,"%s/%s",psVar26->name,local_78->name);\n nn.name = pcVar11;\n bVar10 = gldaarch64elf32b_try_needed(&nn,(int)pcVar11,local_64);\n if (bVar10 != 0) goto LAB_000484a0;\n free(pcVar11);\n }" { (expression_statement "sVar27 = strlen(psVar26->name);" (assignment_expression "sVar27 = strlen(psVar26->name)" identifier = (call_expression "strlen(psVar26->name)" identifier (argument_list "(psVar26->name)" ( (field_expression "psVar26->name" identifier -> field_identifier) )))) ;) (expression_statement "pcVar11 = (char *)xmalloc(sVar27 + sVar12 + 2);" (assignment_expression "pcVar11 = (char *)xmalloc(sVar27 + sVar12 + 2)" identifier = (cast_expression "(char *)xmalloc(sVar27 + sVar12 + 2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(sVar27 + sVar12 + 2)" identifier (argument_list "(sVar27 + sVar12 + 2)" ( (binary_expression "sVar27 + sVar12 + 2" (binary_expression "sVar27 + sVar12" identifier + identifier) + number_literal) ))))) ;) (expression_statement "sprintf(pcVar11,"%s/%s",psVar26->name,local_78->name);" (call_expression "sprintf(pcVar11,"%s/%s",psVar26->name,local_78->name)" identifier (argument_list "(pcVar11,"%s/%s",psVar26->name,local_78->name)" ( identifier , (string_literal ""%s/%s"" " string_content ") , (field_expression "psVar26->name" identifier -> field_identifier) , (field_expression "local_78->name" identifier -> field_identifier) ))) ;) (expression_statement "nn.name = pcVar11;" (assignment_expression "nn.name = pcVar11" (field_expression "nn.name" identifier . field_identifier) = identifier) ;) (expression_statement "bVar10 = gldaarch64elf32b_try_needed(&nn,(int)pcVar11,local_64);" (assignment_expression "bVar10 = gldaarch64elf32b_try_needed(&nn,(int)pcVar11,local_64)" identifier = (call_expression "gldaarch64elf32b_try_needed(&nn,(int)pcVar11,local_64)" identifier (argument_list "(&nn,(int)pcVar11,local_64)" ( (pointer_expression "&nn" & identifier) , (cast_expression "(int)pcVar11" ( (type_descriptor "int" primitive_type) ) identifier) , identifier )))) ;) (if_statement "if (bVar10 != 0) goto LAB_000484a0;" if (parenthesized_expression "(bVar10 != 0)" ( (binary_expression "bVar10 != 0" identifier != number_literal) )) (goto_statement "goto LAB_000484a0;" goto statement_identifier ;)) (expression_statement "free(pcVar11);" (call_expression "free(pcVar11)" identifier (argument_list "(pcVar11)" ( identifier ))) ;) })) (expression_statement "psVar26 = psVar26->next;" (assignment_expression "psVar26 = psVar26->next" identifier = (field_expression "psVar26->next" identifier -> field_identifier)) ;) }) while (parenthesized_expression "(psVar26 != (search_dirs *)0x0)" ( (binary_expression "psVar26 != (search_dirs *)0x0" identifier != (cast_expression "(search_dirs *)0x0" ( (type_descriptor "search_dirs *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) })) (if_statement "if (local_64 == (dt_needed *)0x1) goto code_r0x00048a13;" if (parenthesized_expression "(local_64 == (dt_needed *)0x1)" ( (binary_expression "local_64 == (dt_needed *)0x1" identifier == (cast_expression "(dt_needed *)0x1" ( (type_descriptor "dt_needed *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto code_r0x00048a13;" goto statement_identifier ;)) (expression_statement "local_64 = (dt_needed *)0x1;" (assignment_expression "local_64 = (dt_needed *)0x1" identifier = (cast_expression "(dt_needed *)0x1" ( (type_descriptor "dt_needed *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) }) while (parenthesized_expression "( true )" ( true )) ;) })) (expression_statement "nn.name = global_found->filename;" (assignment_expression "nn.name = global_found->filename" (field_expression "nn.name" identifier . field_identifier) = (field_expression "global_found->filename" identifier -> field_identifier)) ;) (expression_statement "bVar10 = gldaarch64elf32b_try_needed(&nn,(int)nn.name,(dt_needed *)0x1);" (assignment_expression "bVar10 = gldaarch64elf32b_try_needed(&nn,(int)nn.name,(dt_needed *)0x1)" identifier = (call_expression "gldaarch64elf32b_try_needed(&nn,(int)nn.name,(dt_needed *)0x1)" identifier (argument_list "(&nn,(int)nn.name,(dt_needed *)0x1)" ( (pointer_expression "&nn" & identifier) , (cast_expression "(int)nn.name" ( (type_descriptor "int" primitive_type) ) (field_expression "nn.name" identifier . field_identifier)) , (cast_expression "(dt_needed *)0x1" ( (type_descriptor "dt_needed *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) )))) ;) (if_statement "if (bVar10 == 0) goto LAB_00048538;" if (parenthesized_expression "(bVar10 == 0)" ( (binary_expression "bVar10 == 0" identifier == number_literal) )) (goto_statement "goto LAB_00048538;" goto statement_identifier ;)) })) })) (goto_statement "goto LAB_000484a0;" goto statement_identifier ;) })) (labeled_statement "LAB_000484b2:\n if (((link_info._3_1_ & 0xc0) == 0x80) &&\n (iVar9 = bfd_elf_parse_eh_frame_entries(0,&link_info), iVar9 == 0)) {\n pcVar11 = (char *)dcgettext(0,"%F%P: failed to parse EH frame entries\n",5);\n einfo(pcVar11);\n }" statement_identifier : (if_statement "if (((link_info._3_1_ & 0xc0) == 0x80) &&\n (iVar9 = bfd_elf_parse_eh_frame_entries(0,&link_info), iVar9 == 0)) {\n pcVar11 = (char *)dcgettext(0,"%F%P: failed to parse EH frame entries\n",5);\n einfo(pcVar11);\n }" if (parenthesized_expression "(((link_info._3_1_ & 0xc0) == 0x80) &&\n (iVar9 = bfd_elf_parse_eh_frame_entries(0,&link_info), iVar9 == 0))" ( (binary_expression "((link_info._3_1_ & 0xc0) == 0x80) &&\n (iVar9 = bfd_elf_parse_eh_frame_entries(0,&link_info), iVar9 == 0)" (parenthesized_expression "((link_info._3_1_ & 0xc0) == 0x80)" ( (binary_expression "(link_info._3_1_ & 0xc0) == 0x80" (parenthesized_expression "(link_info._3_1_ & 0xc0)" ( (binary_expression "link_info._3_1_ & 0xc0" (field_expression "link_info._3_1_" identifier . field_identifier) & number_literal) )) == number_literal) )) && (parenthesized_expression "(iVar9 = bfd_elf_parse_eh_frame_entries(0,&link_info), iVar9 == 0)" ( (comma_expression "iVar9 = bfd_elf_parse_eh_frame_entries(0,&link_info), iVar9 == 0" (assignment_expression "iVar9 = bfd_elf_parse_eh_frame_entries(0,&link_info)" identifier = (call_expression "bfd_elf_parse_eh_frame_entries(0,&link_info)" identifier (argument_list "(0,&link_info)" ( number_literal , (pointer_expression "&link_info" & identifier) )))) , (binary_expression "iVar9 == 0" identifier == number_literal)) ))) )) (compound_statement "{\n pcVar11 = (char *)dcgettext(0,"%F%P: failed to parse EH frame entries\n",5);\n einfo(pcVar11);\n }" { (expression_statement "pcVar11 = (char *)dcgettext(0,"%F%P: failed to parse EH frame entries\n",5);" (assignment_expression "pcVar11 = (char *)dcgettext(0,"%F%P: failed to parse EH frame entries\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"%F%P: failed to parse EH frame entries\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"%F%P: failed to parse EH frame entries\n",5)" identifier (argument_list "(0,"%F%P: failed to parse EH frame entries\n",5)" ( number_literal , (string_literal ""%F%P: failed to parse EH frame entries\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "einfo(pcVar11);" (call_expression "einfo(pcVar11)" identifier (argument_list "(pcVar11)" ( identifier ))) ;) }))) }))) })) (return_statement "return;" return ;) (labeled_statement "code_r0x00048a13:\n pbVar13 = local_78->by;" statement_identifier : (expression_statement "pbVar13 = local_78->by;" (assignment_expression "pbVar13 = local_78->by" identifier = (field_expression "local_78->by" identifier -> field_identifier)) ;)) (expression_statement "pcVar11 = local_78->name;" (assignment_expression "pcVar11 = local_78->name" identifier = (field_expression "local_78->name" identifier -> field_identifier)) ;) (expression_statement "pcVar20 = (char *)dcgettext(0,\n "%P: warning: %s, needed by %pB, not found (try using -rpath or -rpath-link)\n"\n ,5);" (assignment_expression "pcVar20 = (char *)dcgettext(0,\n "%P: warning: %s, needed by %pB, not found (try using -rpath or -rpath-link)\n"\n ,5)" identifier = (cast_expression "(char *)dcgettext(0,\n "%P: warning: %s, needed by %pB, not found (try using -rpath or -rpath-link)\n"\n ,5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,\n "%P: warning: %s, needed by %pB, not found (try using -rpath or -rpath-link)\n"\n ,5)" identifier (argument_list "(0,\n "%P: warning: %s, needed by %pB, not found (try using -rpath or -rpath-link)\n"\n ,5)" ( number_literal , (string_literal ""%P: warning: %s, needed by %pB, not found (try using -rpath or -rpath-link)\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "einfo(pcVar20,pcVar11,pbVar13);" (call_expression "einfo(pcVar20,pcVar11,pbVar13)" identifier (argument_list "(pcVar20,pcVar11,pbVar13)" ( identifier , identifier , identifier ))) ;) (labeled_statement "LAB_000484a0:\n ppbVar3 = &local_78->next;" statement_identifier : (expression_statement "ppbVar3 = &local_78->next;" (assignment_expression "ppbVar3 = &local_78->next" identifier = (pointer_expression "&local_78->next" & (field_expression "local_78->next" identifier -> field_identifier))) ;)) (expression_statement "local_78 = *ppbVar3;" (assignment_expression "local_78 = *ppbVar3" identifier = (pointer_expression "*ppbVar3" * identifier)) ;) (if_statement "if (*ppbVar3 == (bfd_link_needed_list *)0x0) goto LAB_000484b2;" if (parenthesized_expression "(*ppbVar3 == (bfd_link_needed_list *)0x0)" ( (binary_expression "*ppbVar3 == (bfd_link_needed_list *)0x0" (pointer_expression "*ppbVar3" * identifier) == (cast_expression "(bfd_link_needed_list *)0x0" ( (type_descriptor "bfd_link_needed_list *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_000484b2;" goto statement_identifier ;)) (goto_statement "goto LAB_00048360;" goto statement_identifier ;) })))
(translation_unit "void FUN_00048120(void)\n\n{\n undefined4 *puVar1;\n undefined4 uVar2;\n bool bVar3;\n void *pvVar4;\n char *pcVar5;\n undefined4 *puVar6;\n uint uVar7;\n int iVar8;\n undefined4 uVar9;\n size_t sVar10;\n undefined4 *puVar11;\n char *pcVar12;\n size_t sVar13;\n size_t sVar14;\n char *pcVar15;\n char *pcVar16;\n byte *pbVar17;\n undefined4 uVar18;\n int iVar19;\n byte bVar20;\n int iVar21;\n char *pcVar22;\n byte *pbVar23;\n int *piVar24;\n size_t sVar25;\n byte *pbVar26;\n char *pcVar27;\n bool bVar28;\n bool bVar29;\n bool bVar30;\n byte bVar31;\n longlong lVar32;\n char *local_84;\n undefined4 *local_78;\n int local_74;\n char *local_68;\n \n bVar31 = 0;\n FUN_000339e0();\n iVar8 = DAT_001c4600;\n if (*(int *)(DAT_001c4600 + 0x28) == 1) {\n if (DAT_001c46a0 != 0) {\n unlink_if_ordinary(DAT_001c46a0);\n DAT_001c4618 = bfd_openw(DAT_001c46a0,*(undefined4 *)DAT_001c4614[1]);\n iVar19 = DAT_001c46a0;\n if (DAT_001c4618 == 0) {\n uVar9 = dcgettext(0,"%F%P: %s: can\'t open for writing: %E\n",5);\n FUN_00034dc0(uVar9,iVar19);\n }\n }\n puVar6 = DAT_001c4614;\n iVar19 = DAT_001c461c;\n if (DAT_001c3d64 != (void *)0x0) {\n for (; iVar19 != 0; iVar19 = *(int *)(iVar19 + 0x9c)) {\n if (((*(int *)(*(int *)(iVar19 + 4) + 4) == 5) && (*(int *)(iVar19 + 0x68) != 0)) &&\n ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) == 0)) {\n lVar32 = FUN_00038a90(DAT_001c3d64);\n if ((lVar32 == 0) || (lVar32 + 0x10 == 0)) {\n pcVar5 = "%P: warning: unrecognized --build-id style ignored\n";\n }\n else {\n iVar19 = bfd_make_section_with_flags\n (iVar19,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n \n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n \n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." \n );\n if (iVar19 != 0) {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n puVar6 = DAT_001c4614;\n iVar21 = *(int *)(DAT_001c4614[0x28] + 0x9c0);\n *(code **)(iVar21 + 0x10) = FUN_00046f30;\n pvVar4 = DAT_001c3d64;\n *(int *)(iVar21 + 0x18) = iVar19;\n *(void **)(iVar21 + 0x14) = pvVar4;\n *(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4) = 7;\n *(longlong *)(iVar19 + 0x2c) = lVar32 + 0x10;\n goto LAB_000482f4;\n }\n pcVar5 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";\n }\n uVar9 = dcgettext(0,pcVar5,5);\n FUN_00034dc0(uVar9);\n break;\n }\n }\n free(DAT_001c3d64);\n DAT_001c3d64 = (void *)0x0;\n puVar6 = DAT_001c4614;\n }\nLAB_000482f4:\n (**(code **)(*(int *)(puVar6[1] + 0x1c0) + 0x1d0))(&DAT_001c45e0);\n if ((DAT_001c45e0 & 3) == 2) {\n if (DAT_001c45e5 >> 7 == (~DAT_001c45e6 & 1)) {\n bfd_make_section_with_flags(DAT_001c461c,".note.GNU-stack",DAT_001c45e5 >> 3 & 0x10 | 8);\n }\n }\n else {\n if (((DAT_001c45e4 & 0x20) == 0) && (DAT_001c461c != 0)) {\n local_78 = (undefined4 *)0x0;\n bVar3 = false;\n local_74 = 0;\n iVar19 = DAT_001c461c;\n do {\n while ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) != 0) {\nLAB_00048a88:\n iVar19 = *(int *)(iVar19 + 0x9c);\n if (iVar19 == 0) goto LAB_00048b86;\n }\n puVar6 = *(undefined4 **)(iVar19 + 0x60);\n if (puVar6 != (undefined4 *)0x0) {\n local_84 = (char *)0x0;\n do {\n bVar29 = (undefined *)puVar6[0x15] < PTR__bfd_std_section_001c1fd4 + 0x180;\n bVar30 = (undefined *)puVar6[0x15] == PTR__bfd_std_section_001c1fd4 + 0x180;\n pcVar5 = local_84;\n if (!bVar30) {\n iVar21 = 0xf;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame_entry";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (bVar29) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar21 = 10;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if (((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])) {\n pcVar5 = local_84;\n }\n }\n local_84 = pcVar5;\n puVar6 = (undefined4 *)puVar6[3];\n } while (puVar6 != (undefined4 *)0x0);\n if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pcVar5 = local_84;\n if ((local_78 != (undefined4 *)0x0) &&\n (pcVar5 = (char *)local_78, (char *)local_78 != local_84)) {\n if (local_84 != (char *)0x1) {\n iVar19 = local_74;\n }\n uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n FUN_00034dc0(uVar9,iVar19);\n break;\n }\n local_78 = (undefined4 *)pcVar5;\n if ((local_74 == 0) &&\n (((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)))) {\n local_74 = iVar19;\n }\n }\n }\n if (local_78 != (undefined4 *)0x2) goto LAB_00048a88;\n iVar19 = *(int *)(iVar19 + 0x9c);\n _DAT_001c45e2 = _DAT_001c45e2 & 0x3fff | 0x8000;\n } while (iVar19 != 0);\nLAB_00048b86:\n if ((local_74 == 0) ||\n (iVar19 = bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8),\n iVar19 == 0)) {\n if (bVar3) {\n uVar9 = dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n FUN_00034dc0(uVar9);\n }\n }\n else {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n *(int *)(iVar8 + 0xd0) = iVar19;\n }\n }\n puVar6 = (undefined4 *)bfd_elf_get_needed_list(DAT_001c4614,&DAT_001c45e0);\n local_78 = puVar6;\n if (puVar6 != (undefined4 *)0x0) {\nLAB_00048360:\n puVar1 = puVar6;\n if ((local_78[1] == 0) ||\n ((uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 1) == 0 &&\n (((local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0)))))) {\n for (; puVar1 != local_78; puVar1 = (undefined4 *)*puVar1) {\n if (((puVar1[1] == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0)) &&\n (iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2]), iVar8 == 0)) {\n if (puVar1 != local_78) goto LAB_000484a0;\n break;\n }\n }\n DAT_001c3d78 = 0;\n DAT_001c3de0 = local_78;\n DAT_001c3de4 = FUN_00047cf0;\n FUN_000276c0(FUN_00045020);\n if ((DAT_001c3d78 == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(*(undefined4 *)(DAT_001c3d78 + 0x10)),\n (uVar7 & 1) != 0)) {\n puVar1 = (undefined4 *)local_78[1];\n pcVar5 = (char *)local_78[2];\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,"%s needed by %pB\n",5);\n FUN_00034d90(uVar9,pcVar5,puVar1);\n }\n if ((DAT_001c3d78 == 0) || (iVar8 = FUN_00047df0(), iVar8 == 0)) {\n bVar3 = false;\n do {\n pcVar22 = DAT_001c46c8;\n if (*pcVar5 == '/') {\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }\n else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }\n sVar10 = strlen((char *)local_78[2]);\n if (DAT_001c4804 != (int *)0x0) {\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }\n if (bVar3) goto code_r0x00048a13;\n bVar3 = true;\n } while( true );\n }\n }\n }\n goto LAB_000484a0;\n }\nLAB_000484b2:\n if (((DAT_001c45e3 & 0xc0) == 0x80) &&\n (iVar8 = bfd_elf_parse_eh_frame_entries(0,&DAT_001c45e0), iVar8 == 0)) {\n uVar9 = dcgettext(0,"%F%P: failed to parse EH frame entries\n",5);\n FUN_00034dc0(uVar9);\n }\n }\n }\n return;\ncode_r0x00048a13:\n uVar9 = local_78[1];\n uVar2 = local_78[2];\n uVar18 = dcgettext(0,\n "%P: warning: %s, needed by %pB, not found (try using -rpath or -rpath-link)\n"\n ,5);\n FUN_00034dc0(uVar18,uVar2,uVar9);\nLAB_000484a0:\n local_78 = (undefined4 *)*local_78;\n if (local_78 == (undefined4 *)0x0) goto LAB_000484b2;\n goto LAB_00048360;\n}\n\n" (function_definition "void FUN_00048120(void)\n\n{\n undefined4 *puVar1;\n undefined4 uVar2;\n bool bVar3;\n void *pvVar4;\n char *pcVar5;\n undefined4 *puVar6;\n uint uVar7;\n int iVar8;\n undefined4 uVar9;\n size_t sVar10;\n undefined4 *puVar11;\n char *pcVar12;\n size_t sVar13;\n size_t sVar14;\n char *pcVar15;\n char *pcVar16;\n byte *pbVar17;\n undefined4 uVar18;\n int iVar19;\n byte bVar20;\n int iVar21;\n char *pcVar22;\n byte *pbVar23;\n int *piVar24;\n size_t sVar25;\n byte *pbVar26;\n char *pcVar27;\n bool bVar28;\n bool bVar29;\n bool bVar30;\n byte bVar31;\n longlong lVar32;\n char *local_84;\n undefined4 *local_78;\n int local_74;\n char *local_68;\n \n bVar31 = 0;\n FUN_000339e0();\n iVar8 = DAT_001c4600;\n if (*(int *)(DAT_001c4600 + 0x28) == 1) {\n if (DAT_001c46a0 != 0) {\n unlink_if_ordinary(DAT_001c46a0);\n DAT_001c4618 = bfd_openw(DAT_001c46a0,*(undefined4 *)DAT_001c4614[1]);\n iVar19 = DAT_001c46a0;\n if (DAT_001c4618 == 0) {\n uVar9 = dcgettext(0,"%F%P: %s: can\'t open for writing: %E\n",5);\n FUN_00034dc0(uVar9,iVar19);\n }\n }\n puVar6 = DAT_001c4614;\n iVar19 = DAT_001c461c;\n if (DAT_001c3d64 != (void *)0x0) {\n for (; iVar19 != 0; iVar19 = *(int *)(iVar19 + 0x9c)) {\n if (((*(int *)(*(int *)(iVar19 + 4) + 4) == 5) && (*(int *)(iVar19 + 0x68) != 0)) &&\n ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) == 0)) {\n lVar32 = FUN_00038a90(DAT_001c3d64);\n if ((lVar32 == 0) || (lVar32 + 0x10 == 0)) {\n pcVar5 = "%P: warning: unrecognized --build-id style ignored\n";\n }\n else {\n iVar19 = bfd_make_section_with_flags\n (iVar19,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n \n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n \n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." \n );\n if (iVar19 != 0) {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n puVar6 = DAT_001c4614;\n iVar21 = *(int *)(DAT_001c4614[0x28] + 0x9c0);\n *(code **)(iVar21 + 0x10) = FUN_00046f30;\n pvVar4 = DAT_001c3d64;\n *(int *)(iVar21 + 0x18) = iVar19;\n *(void **)(iVar21 + 0x14) = pvVar4;\n *(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4) = 7;\n *(longlong *)(iVar19 + 0x2c) = lVar32 + 0x10;\n goto LAB_000482f4;\n }\n pcVar5 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";\n }\n uVar9 = dcgettext(0,pcVar5,5);\n FUN_00034dc0(uVar9);\n break;\n }\n }\n free(DAT_001c3d64);\n DAT_001c3d64 = (void *)0x0;\n puVar6 = DAT_001c4614;\n }\nLAB_000482f4:\n (**(code **)(*(int *)(puVar6[1] + 0x1c0) + 0x1d0))(&DAT_001c45e0);\n if ((DAT_001c45e0 & 3) == 2) {\n if (DAT_001c45e5 >> 7 == (~DAT_001c45e6 & 1)) {\n bfd_make_section_with_flags(DAT_001c461c,".note.GNU-stack",DAT_001c45e5 >> 3 & 0x10 | 8);\n }\n }\n else {\n if (((DAT_001c45e4 & 0x20) == 0) && (DAT_001c461c != 0)) {\n local_78 = (undefined4 *)0x0;\n bVar3 = false;\n local_74 = 0;\n iVar19 = DAT_001c461c;\n do {\n while ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) != 0) {\nLAB_00048a88:\n iVar19 = *(int *)(iVar19 + 0x9c);\n if (iVar19 == 0) goto LAB_00048b86;\n }\n puVar6 = *(undefined4 **)(iVar19 + 0x60);\n if (puVar6 != (undefined4 *)0x0) {\n local_84 = (char *)0x0;\n do {\n bVar29 = (undefined *)puVar6[0x15] < PTR__bfd_std_section_001c1fd4 + 0x180;\n bVar30 = (undefined *)puVar6[0x15] == PTR__bfd_std_section_001c1fd4 + 0x180;\n pcVar5 = local_84;\n if (!bVar30) {\n iVar21 = 0xf;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame_entry";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (bVar29) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar21 = 10;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if (((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])) {\n pcVar5 = local_84;\n }\n }\n local_84 = pcVar5;\n puVar6 = (undefined4 *)puVar6[3];\n } while (puVar6 != (undefined4 *)0x0);\n if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pcVar5 = local_84;\n if ((local_78 != (undefined4 *)0x0) &&\n (pcVar5 = (char *)local_78, (char *)local_78 != local_84)) {\n if (local_84 != (char *)0x1) {\n iVar19 = local_74;\n }\n uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n FUN_00034dc0(uVar9,iVar19);\n break;\n }\n local_78 = (undefined4 *)pcVar5;\n if ((local_74 == 0) &&\n (((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)))) {\n local_74 = iVar19;\n }\n }\n }\n if (local_78 != (undefined4 *)0x2) goto LAB_00048a88;\n iVar19 = *(int *)(iVar19 + 0x9c);\n _DAT_001c45e2 = _DAT_001c45e2 & 0x3fff | 0x8000;\n } while (iVar19 != 0);\nLAB_00048b86:\n if ((local_74 == 0) ||\n (iVar19 = bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8),\n iVar19 == 0)) {\n if (bVar3) {\n uVar9 = dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n FUN_00034dc0(uVar9);\n }\n }\n else {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n *(int *)(iVar8 + 0xd0) = iVar19;\n }\n }\n puVar6 = (undefined4 *)bfd_elf_get_needed_list(DAT_001c4614,&DAT_001c45e0);\n local_78 = puVar6;\n if (puVar6 != (undefined4 *)0x0) {\nLAB_00048360:\n puVar1 = puVar6;\n if ((local_78[1] == 0) ||\n ((uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 1) == 0 &&\n (((local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0)))))) {\n for (; puVar1 != local_78; puVar1 = (undefined4 *)*puVar1) {\n if (((puVar1[1] == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0)) &&\n (iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2]), iVar8 == 0)) {\n if (puVar1 != local_78) goto LAB_000484a0;\n break;\n }\n }\n DAT_001c3d78 = 0;\n DAT_001c3de0 = local_78;\n DAT_001c3de4 = FUN_00047cf0;\n FUN_000276c0(FUN_00045020);\n if ((DAT_001c3d78 == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(*(undefined4 *)(DAT_001c3d78 + 0x10)),\n (uVar7 & 1) != 0)) {\n puVar1 = (undefined4 *)local_78[1];\n pcVar5 = (char *)local_78[2];\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,"%s needed by %pB\n",5);\n FUN_00034d90(uVar9,pcVar5,puVar1);\n }\n if ((DAT_001c3d78 == 0) || (iVar8 = FUN_00047df0(), iVar8 == 0)) {\n bVar3 = false;\n do {\n pcVar22 = DAT_001c46c8;\n if (*pcVar5 == '/') {\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }\n else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }\n sVar10 = strlen((char *)local_78[2]);\n if (DAT_001c4804 != (int *)0x0) {\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }\n if (bVar3) goto code_r0x00048a13;\n bVar3 = true;\n } while( true );\n }\n }\n }\n goto LAB_000484a0;\n }\nLAB_000484b2:\n if (((DAT_001c45e3 & 0xc0) == 0x80) &&\n (iVar8 = bfd_elf_parse_eh_frame_entries(0,&DAT_001c45e0), iVar8 == 0)) {\n uVar9 = dcgettext(0,"%F%P: failed to parse EH frame entries\n",5);\n FUN_00034dc0(uVar9);\n }\n }\n }\n return;\ncode_r0x00048a13:\n uVar9 = local_78[1];\n uVar2 = local_78[2];\n uVar18 = dcgettext(0,\n "%P: warning: %s, needed by %pB, not found (try using -rpath or -rpath-link)\n"\n ,5);\n FUN_00034dc0(uVar18,uVar2,uVar9);\nLAB_000484a0:\n local_78 = (undefined4 *)*local_78;\n if (local_78 == (undefined4 *)0x0) goto LAB_000484b2;\n goto LAB_00048360;\n}" primitive_type (function_declarator "FUN_00048120(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n undefined4 *puVar1;\n undefined4 uVar2;\n bool bVar3;\n void *pvVar4;\n char *pcVar5;\n undefined4 *puVar6;\n uint uVar7;\n int iVar8;\n undefined4 uVar9;\n size_t sVar10;\n undefined4 *puVar11;\n char *pcVar12;\n size_t sVar13;\n size_t sVar14;\n char *pcVar15;\n char *pcVar16;\n byte *pbVar17;\n undefined4 uVar18;\n int iVar19;\n byte bVar20;\n int iVar21;\n char *pcVar22;\n byte *pbVar23;\n int *piVar24;\n size_t sVar25;\n byte *pbVar26;\n char *pcVar27;\n bool bVar28;\n bool bVar29;\n bool bVar30;\n byte bVar31;\n longlong lVar32;\n char *local_84;\n undefined4 *local_78;\n int local_74;\n char *local_68;\n \n bVar31 = 0;\n FUN_000339e0();\n iVar8 = DAT_001c4600;\n if (*(int *)(DAT_001c4600 + 0x28) == 1) {\n if (DAT_001c46a0 != 0) {\n unlink_if_ordinary(DAT_001c46a0);\n DAT_001c4618 = bfd_openw(DAT_001c46a0,*(undefined4 *)DAT_001c4614[1]);\n iVar19 = DAT_001c46a0;\n if (DAT_001c4618 == 0) {\n uVar9 = dcgettext(0,"%F%P: %s: can\'t open for writing: %E\n",5);\n FUN_00034dc0(uVar9,iVar19);\n }\n }\n puVar6 = DAT_001c4614;\n iVar19 = DAT_001c461c;\n if (DAT_001c3d64 != (void *)0x0) {\n for (; iVar19 != 0; iVar19 = *(int *)(iVar19 + 0x9c)) {\n if (((*(int *)(*(int *)(iVar19 + 4) + 4) == 5) && (*(int *)(iVar19 + 0x68) != 0)) &&\n ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) == 0)) {\n lVar32 = FUN_00038a90(DAT_001c3d64);\n if ((lVar32 == 0) || (lVar32 + 0x10 == 0)) {\n pcVar5 = "%P: warning: unrecognized --build-id style ignored\n";\n }\n else {\n iVar19 = bfd_make_section_with_flags\n (iVar19,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n \n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n \n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." \n );\n if (iVar19 != 0) {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n puVar6 = DAT_001c4614;\n iVar21 = *(int *)(DAT_001c4614[0x28] + 0x9c0);\n *(code **)(iVar21 + 0x10) = FUN_00046f30;\n pvVar4 = DAT_001c3d64;\n *(int *)(iVar21 + 0x18) = iVar19;\n *(void **)(iVar21 + 0x14) = pvVar4;\n *(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4) = 7;\n *(longlong *)(iVar19 + 0x2c) = lVar32 + 0x10;\n goto LAB_000482f4;\n }\n pcVar5 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";\n }\n uVar9 = dcgettext(0,pcVar5,5);\n FUN_00034dc0(uVar9);\n break;\n }\n }\n free(DAT_001c3d64);\n DAT_001c3d64 = (void *)0x0;\n puVar6 = DAT_001c4614;\n }\nLAB_000482f4:\n (**(code **)(*(int *)(puVar6[1] + 0x1c0) + 0x1d0))(&DAT_001c45e0);\n if ((DAT_001c45e0 & 3) == 2) {\n if (DAT_001c45e5 >> 7 == (~DAT_001c45e6 & 1)) {\n bfd_make_section_with_flags(DAT_001c461c,".note.GNU-stack",DAT_001c45e5 >> 3 & 0x10 | 8);\n }\n }\n else {\n if (((DAT_001c45e4 & 0x20) == 0) && (DAT_001c461c != 0)) {\n local_78 = (undefined4 *)0x0;\n bVar3 = false;\n local_74 = 0;\n iVar19 = DAT_001c461c;\n do {\n while ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) != 0) {\nLAB_00048a88:\n iVar19 = *(int *)(iVar19 + 0x9c);\n if (iVar19 == 0) goto LAB_00048b86;\n }\n puVar6 = *(undefined4 **)(iVar19 + 0x60);\n if (puVar6 != (undefined4 *)0x0) {\n local_84 = (char *)0x0;\n do {\n bVar29 = (undefined *)puVar6[0x15] < PTR__bfd_std_section_001c1fd4 + 0x180;\n bVar30 = (undefined *)puVar6[0x15] == PTR__bfd_std_section_001c1fd4 + 0x180;\n pcVar5 = local_84;\n if (!bVar30) {\n iVar21 = 0xf;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame_entry";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (bVar29) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar21 = 10;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if (((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])) {\n pcVar5 = local_84;\n }\n }\n local_84 = pcVar5;\n puVar6 = (undefined4 *)puVar6[3];\n } while (puVar6 != (undefined4 *)0x0);\n if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pcVar5 = local_84;\n if ((local_78 != (undefined4 *)0x0) &&\n (pcVar5 = (char *)local_78, (char *)local_78 != local_84)) {\n if (local_84 != (char *)0x1) {\n iVar19 = local_74;\n }\n uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n FUN_00034dc0(uVar9,iVar19);\n break;\n }\n local_78 = (undefined4 *)pcVar5;\n if ((local_74 == 0) &&\n (((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)))) {\n local_74 = iVar19;\n }\n }\n }\n if (local_78 != (undefined4 *)0x2) goto LAB_00048a88;\n iVar19 = *(int *)(iVar19 + 0x9c);\n _DAT_001c45e2 = _DAT_001c45e2 & 0x3fff | 0x8000;\n } while (iVar19 != 0);\nLAB_00048b86:\n if ((local_74 == 0) ||\n (iVar19 = bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8),\n iVar19 == 0)) {\n if (bVar3) {\n uVar9 = dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n FUN_00034dc0(uVar9);\n }\n }\n else {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n *(int *)(iVar8 + 0xd0) = iVar19;\n }\n }\n puVar6 = (undefined4 *)bfd_elf_get_needed_list(DAT_001c4614,&DAT_001c45e0);\n local_78 = puVar6;\n if (puVar6 != (undefined4 *)0x0) {\nLAB_00048360:\n puVar1 = puVar6;\n if ((local_78[1] == 0) ||\n ((uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 1) == 0 &&\n (((local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0)))))) {\n for (; puVar1 != local_78; puVar1 = (undefined4 *)*puVar1) {\n if (((puVar1[1] == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0)) &&\n (iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2]), iVar8 == 0)) {\n if (puVar1 != local_78) goto LAB_000484a0;\n break;\n }\n }\n DAT_001c3d78 = 0;\n DAT_001c3de0 = local_78;\n DAT_001c3de4 = FUN_00047cf0;\n FUN_000276c0(FUN_00045020);\n if ((DAT_001c3d78 == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(*(undefined4 *)(DAT_001c3d78 + 0x10)),\n (uVar7 & 1) != 0)) {\n puVar1 = (undefined4 *)local_78[1];\n pcVar5 = (char *)local_78[2];\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,"%s needed by %pB\n",5);\n FUN_00034d90(uVar9,pcVar5,puVar1);\n }\n if ((DAT_001c3d78 == 0) || (iVar8 = FUN_00047df0(), iVar8 == 0)) {\n bVar3 = false;\n do {\n pcVar22 = DAT_001c46c8;\n if (*pcVar5 == '/') {\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }\n else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }\n sVar10 = strlen((char *)local_78[2]);\n if (DAT_001c4804 != (int *)0x0) {\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }\n if (bVar3) goto code_r0x00048a13;\n bVar3 = true;\n } while( true );\n }\n }\n }\n goto LAB_000484a0;\n }\nLAB_000484b2:\n if (((DAT_001c45e3 & 0xc0) == 0x80) &&\n (iVar8 = bfd_elf_parse_eh_frame_entries(0,&DAT_001c45e0), iVar8 == 0)) {\n uVar9 = dcgettext(0,"%F%P: failed to parse EH frame entries\n",5);\n FUN_00034dc0(uVar9);\n }\n }\n }\n return;\ncode_r0x00048a13:\n uVar9 = local_78[1];\n uVar2 = local_78[2];\n uVar18 = dcgettext(0,\n "%P: warning: %s, needed by %pB, not found (try using -rpath or -rpath-link)\n"\n ,5);\n FUN_00034dc0(uVar18,uVar2,uVar9);\nLAB_000484a0:\n local_78 = (undefined4 *)*local_78;\n if (local_78 == (undefined4 *)0x0) goto LAB_000484b2;\n goto LAB_00048360;\n}" { (declaration "undefined4 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (declaration "bool bVar3;" primitive_type identifier ;) (declaration "void *pvVar4;" primitive_type (pointer_declarator "*pvVar4" * identifier) ;) (declaration "char *pcVar5;" primitive_type (pointer_declarator "*pcVar5" * identifier) ;) (declaration "undefined4 *puVar6;" type_identifier (pointer_declarator "*puVar6" * identifier) ;) (declaration "uint uVar7;" type_identifier identifier ;) (declaration "int iVar8;" primitive_type identifier ;) (declaration "undefined4 uVar9;" type_identifier identifier ;) (declaration "size_t sVar10;" primitive_type identifier ;) (declaration "undefined4 *puVar11;" type_identifier (pointer_declarator "*puVar11" * identifier) ;) (declaration "char *pcVar12;" primitive_type (pointer_declarator "*pcVar12" * identifier) ;) (declaration "size_t sVar13;" primitive_type identifier ;) (declaration "size_t sVar14;" primitive_type identifier ;) (declaration "char *pcVar15;" primitive_type (pointer_declarator "*pcVar15" * identifier) ;) (declaration "char *pcVar16;" primitive_type (pointer_declarator "*pcVar16" * identifier) ;) (declaration "byte *pbVar17;" type_identifier (pointer_declarator "*pbVar17" * identifier) ;) (declaration "undefined4 uVar18;" type_identifier identifier ;) (declaration "int iVar19;" primitive_type identifier ;) (declaration "byte bVar20;" type_identifier identifier ;) (declaration "int iVar21;" primitive_type identifier ;) (declaration "char *pcVar22;" primitive_type (pointer_declarator "*pcVar22" * identifier) ;) (declaration "byte *pbVar23;" type_identifier (pointer_declarator "*pbVar23" * identifier) ;) (declaration "int *piVar24;" primitive_type (pointer_declarator "*piVar24" * identifier) ;) (declaration "size_t sVar25;" primitive_type identifier ;) (declaration "byte *pbVar26;" type_identifier (pointer_declarator "*pbVar26" * identifier) ;) (declaration "char *pcVar27;" primitive_type (pointer_declarator "*pcVar27" * identifier) ;) (declaration "bool bVar28;" primitive_type identifier ;) (declaration "bool bVar29;" primitive_type identifier ;) (declaration "bool bVar30;" primitive_type identifier ;) (declaration "byte bVar31;" type_identifier identifier ;) (declaration "longlong lVar32;" type_identifier identifier ;) (declaration "char *local_84;" primitive_type (pointer_declarator "*local_84" * identifier) ;) (declaration "undefined4 *local_78;" type_identifier (pointer_declarator "*local_78" * identifier) ;) (declaration "int local_74;" primitive_type identifier ;) (declaration "char *local_68;" primitive_type (pointer_declarator "*local_68" * identifier) ;) (expression_statement "bVar31 = 0;" (assignment_expression "bVar31 = 0" identifier = number_literal) ;) (expression_statement "FUN_000339e0();" (call_expression "FUN_000339e0()" identifier (argument_list "()" ( ))) ;) (expression_statement "iVar8 = DAT_001c4600;" (assignment_expression "iVar8 = DAT_001c4600" identifier = identifier) ;) (if_statement "if (*(int *)(DAT_001c4600 + 0x28) == 1) {\n if (DAT_001c46a0 != 0) {\n unlink_if_ordinary(DAT_001c46a0);\n DAT_001c4618 = bfd_openw(DAT_001c46a0,*(undefined4 *)DAT_001c4614[1]);\n iVar19 = DAT_001c46a0;\n if (DAT_001c4618 == 0) {\n uVar9 = dcgettext(0,"%F%P: %s: can\'t open for writing: %E\n",5);\n FUN_00034dc0(uVar9,iVar19);\n }\n }\n puVar6 = DAT_001c4614;\n iVar19 = DAT_001c461c;\n if (DAT_001c3d64 != (void *)0x0) {\n for (; iVar19 != 0; iVar19 = *(int *)(iVar19 + 0x9c)) {\n if (((*(int *)(*(int *)(iVar19 + 4) + 4) == 5) && (*(int *)(iVar19 + 0x68) != 0)) &&\n ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) == 0)) {\n lVar32 = FUN_00038a90(DAT_001c3d64);\n if ((lVar32 == 0) || (lVar32 + 0x10 == 0)) {\n pcVar5 = "%P: warning: unrecognized --build-id style ignored\n";\n }\n else {\n iVar19 = bfd_make_section_with_flags\n (iVar19,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n \n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n \n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." \n );\n if (iVar19 != 0) {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n puVar6 = DAT_001c4614;\n iVar21 = *(int *)(DAT_001c4614[0x28] + 0x9c0);\n *(code **)(iVar21 + 0x10) = FUN_00046f30;\n pvVar4 = DAT_001c3d64;\n *(int *)(iVar21 + 0x18) = iVar19;\n *(void **)(iVar21 + 0x14) = pvVar4;\n *(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4) = 7;\n *(longlong *)(iVar19 + 0x2c) = lVar32 + 0x10;\n goto LAB_000482f4;\n }\n pcVar5 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";\n }\n uVar9 = dcgettext(0,pcVar5,5);\n FUN_00034dc0(uVar9);\n break;\n }\n }\n free(DAT_001c3d64);\n DAT_001c3d64 = (void *)0x0;\n puVar6 = DAT_001c4614;\n }\nLAB_000482f4:\n (**(code **)(*(int *)(puVar6[1] + 0x1c0) + 0x1d0))(&DAT_001c45e0);\n if ((DAT_001c45e0 & 3) == 2) {\n if (DAT_001c45e5 >> 7 == (~DAT_001c45e6 & 1)) {\n bfd_make_section_with_flags(DAT_001c461c,".note.GNU-stack",DAT_001c45e5 >> 3 & 0x10 | 8);\n }\n }\n else {\n if (((DAT_001c45e4 & 0x20) == 0) && (DAT_001c461c != 0)) {\n local_78 = (undefined4 *)0x0;\n bVar3 = false;\n local_74 = 0;\n iVar19 = DAT_001c461c;\n do {\n while ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) != 0) {\nLAB_00048a88:\n iVar19 = *(int *)(iVar19 + 0x9c);\n if (iVar19 == 0) goto LAB_00048b86;\n }\n puVar6 = *(undefined4 **)(iVar19 + 0x60);\n if (puVar6 != (undefined4 *)0x0) {\n local_84 = (char *)0x0;\n do {\n bVar29 = (undefined *)puVar6[0x15] < PTR__bfd_std_section_001c1fd4 + 0x180;\n bVar30 = (undefined *)puVar6[0x15] == PTR__bfd_std_section_001c1fd4 + 0x180;\n pcVar5 = local_84;\n if (!bVar30) {\n iVar21 = 0xf;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame_entry";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (bVar29) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar21 = 10;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if (((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])) {\n pcVar5 = local_84;\n }\n }\n local_84 = pcVar5;\n puVar6 = (undefined4 *)puVar6[3];\n } while (puVar6 != (undefined4 *)0x0);\n if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pcVar5 = local_84;\n if ((local_78 != (undefined4 *)0x0) &&\n (pcVar5 = (char *)local_78, (char *)local_78 != local_84)) {\n if (local_84 != (char *)0x1) {\n iVar19 = local_74;\n }\n uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n FUN_00034dc0(uVar9,iVar19);\n break;\n }\n local_78 = (undefined4 *)pcVar5;\n if ((local_74 == 0) &&\n (((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)))) {\n local_74 = iVar19;\n }\n }\n }\n if (local_78 != (undefined4 *)0x2) goto LAB_00048a88;\n iVar19 = *(int *)(iVar19 + 0x9c);\n _DAT_001c45e2 = _DAT_001c45e2 & 0x3fff | 0x8000;\n } while (iVar19 != 0);\nLAB_00048b86:\n if ((local_74 == 0) ||\n (iVar19 = bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8),\n iVar19 == 0)) {\n if (bVar3) {\n uVar9 = dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n FUN_00034dc0(uVar9);\n }\n }\n else {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n *(int *)(iVar8 + 0xd0) = iVar19;\n }\n }\n puVar6 = (undefined4 *)bfd_elf_get_needed_list(DAT_001c4614,&DAT_001c45e0);\n local_78 = puVar6;\n if (puVar6 != (undefined4 *)0x0) {\nLAB_00048360:\n puVar1 = puVar6;\n if ((local_78[1] == 0) ||\n ((uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 1) == 0 &&\n (((local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0)))))) {\n for (; puVar1 != local_78; puVar1 = (undefined4 *)*puVar1) {\n if (((puVar1[1] == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0)) &&\n (iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2]), iVar8 == 0)) {\n if (puVar1 != local_78) goto LAB_000484a0;\n break;\n }\n }\n DAT_001c3d78 = 0;\n DAT_001c3de0 = local_78;\n DAT_001c3de4 = FUN_00047cf0;\n FUN_000276c0(FUN_00045020);\n if ((DAT_001c3d78 == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(*(undefined4 *)(DAT_001c3d78 + 0x10)),\n (uVar7 & 1) != 0)) {\n puVar1 = (undefined4 *)local_78[1];\n pcVar5 = (char *)local_78[2];\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,"%s needed by %pB\n",5);\n FUN_00034d90(uVar9,pcVar5,puVar1);\n }\n if ((DAT_001c3d78 == 0) || (iVar8 = FUN_00047df0(), iVar8 == 0)) {\n bVar3 = false;\n do {\n pcVar22 = DAT_001c46c8;\n if (*pcVar5 == '/') {\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }\n else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }\n sVar10 = strlen((char *)local_78[2]);\n if (DAT_001c4804 != (int *)0x0) {\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }\n if (bVar3) goto code_r0x00048a13;\n bVar3 = true;\n } while( true );\n }\n }\n }\n goto LAB_000484a0;\n }\nLAB_000484b2:\n if (((DAT_001c45e3 & 0xc0) == 0x80) &&\n (iVar8 = bfd_elf_parse_eh_frame_entries(0,&DAT_001c45e0), iVar8 == 0)) {\n uVar9 = dcgettext(0,"%F%P: failed to parse EH frame entries\n",5);\n FUN_00034dc0(uVar9);\n }\n }\n }" if (parenthesized_expression "(*(int *)(DAT_001c4600 + 0x28) == 1)" ( (binary_expression "*(int *)(DAT_001c4600 + 0x28) == 1" (pointer_expression "*(int *)(DAT_001c4600 + 0x28)" * (cast_expression "(int *)(DAT_001c4600 + 0x28)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_001c4600 + 0x28)" ( (binary_expression "DAT_001c4600 + 0x28" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n if (DAT_001c46a0 != 0) {\n unlink_if_ordinary(DAT_001c46a0);\n DAT_001c4618 = bfd_openw(DAT_001c46a0,*(undefined4 *)DAT_001c4614[1]);\n iVar19 = DAT_001c46a0;\n if (DAT_001c4618 == 0) {\n uVar9 = dcgettext(0,"%F%P: %s: can\'t open for writing: %E\n",5);\n FUN_00034dc0(uVar9,iVar19);\n }\n }\n puVar6 = DAT_001c4614;\n iVar19 = DAT_001c461c;\n if (DAT_001c3d64 != (void *)0x0) {\n for (; iVar19 != 0; iVar19 = *(int *)(iVar19 + 0x9c)) {\n if (((*(int *)(*(int *)(iVar19 + 4) + 4) == 5) && (*(int *)(iVar19 + 0x68) != 0)) &&\n ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) == 0)) {\n lVar32 = FUN_00038a90(DAT_001c3d64);\n if ((lVar32 == 0) || (lVar32 + 0x10 == 0)) {\n pcVar5 = "%P: warning: unrecognized --build-id style ignored\n";\n }\n else {\n iVar19 = bfd_make_section_with_flags\n (iVar19,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n \n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n \n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." \n );\n if (iVar19 != 0) {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n puVar6 = DAT_001c4614;\n iVar21 = *(int *)(DAT_001c4614[0x28] + 0x9c0);\n *(code **)(iVar21 + 0x10) = FUN_00046f30;\n pvVar4 = DAT_001c3d64;\n *(int *)(iVar21 + 0x18) = iVar19;\n *(void **)(iVar21 + 0x14) = pvVar4;\n *(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4) = 7;\n *(longlong *)(iVar19 + 0x2c) = lVar32 + 0x10;\n goto LAB_000482f4;\n }\n pcVar5 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";\n }\n uVar9 = dcgettext(0,pcVar5,5);\n FUN_00034dc0(uVar9);\n break;\n }\n }\n free(DAT_001c3d64);\n DAT_001c3d64 = (void *)0x0;\n puVar6 = DAT_001c4614;\n }\nLAB_000482f4:\n (**(code **)(*(int *)(puVar6[1] + 0x1c0) + 0x1d0))(&DAT_001c45e0);\n if ((DAT_001c45e0 & 3) == 2) {\n if (DAT_001c45e5 >> 7 == (~DAT_001c45e6 & 1)) {\n bfd_make_section_with_flags(DAT_001c461c,".note.GNU-stack",DAT_001c45e5 >> 3 & 0x10 | 8);\n }\n }\n else {\n if (((DAT_001c45e4 & 0x20) == 0) && (DAT_001c461c != 0)) {\n local_78 = (undefined4 *)0x0;\n bVar3 = false;\n local_74 = 0;\n iVar19 = DAT_001c461c;\n do {\n while ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) != 0) {\nLAB_00048a88:\n iVar19 = *(int *)(iVar19 + 0x9c);\n if (iVar19 == 0) goto LAB_00048b86;\n }\n puVar6 = *(undefined4 **)(iVar19 + 0x60);\n if (puVar6 != (undefined4 *)0x0) {\n local_84 = (char *)0x0;\n do {\n bVar29 = (undefined *)puVar6[0x15] < PTR__bfd_std_section_001c1fd4 + 0x180;\n bVar30 = (undefined *)puVar6[0x15] == PTR__bfd_std_section_001c1fd4 + 0x180;\n pcVar5 = local_84;\n if (!bVar30) {\n iVar21 = 0xf;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame_entry";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (bVar29) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar21 = 10;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if (((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])) {\n pcVar5 = local_84;\n }\n }\n local_84 = pcVar5;\n puVar6 = (undefined4 *)puVar6[3];\n } while (puVar6 != (undefined4 *)0x0);\n if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pcVar5 = local_84;\n if ((local_78 != (undefined4 *)0x0) &&\n (pcVar5 = (char *)local_78, (char *)local_78 != local_84)) {\n if (local_84 != (char *)0x1) {\n iVar19 = local_74;\n }\n uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n FUN_00034dc0(uVar9,iVar19);\n break;\n }\n local_78 = (undefined4 *)pcVar5;\n if ((local_74 == 0) &&\n (((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)))) {\n local_74 = iVar19;\n }\n }\n }\n if (local_78 != (undefined4 *)0x2) goto LAB_00048a88;\n iVar19 = *(int *)(iVar19 + 0x9c);\n _DAT_001c45e2 = _DAT_001c45e2 & 0x3fff | 0x8000;\n } while (iVar19 != 0);\nLAB_00048b86:\n if ((local_74 == 0) ||\n (iVar19 = bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8),\n iVar19 == 0)) {\n if (bVar3) {\n uVar9 = dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n FUN_00034dc0(uVar9);\n }\n }\n else {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n *(int *)(iVar8 + 0xd0) = iVar19;\n }\n }\n puVar6 = (undefined4 *)bfd_elf_get_needed_list(DAT_001c4614,&DAT_001c45e0);\n local_78 = puVar6;\n if (puVar6 != (undefined4 *)0x0) {\nLAB_00048360:\n puVar1 = puVar6;\n if ((local_78[1] == 0) ||\n ((uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 1) == 0 &&\n (((local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0)))))) {\n for (; puVar1 != local_78; puVar1 = (undefined4 *)*puVar1) {\n if (((puVar1[1] == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0)) &&\n (iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2]), iVar8 == 0)) {\n if (puVar1 != local_78) goto LAB_000484a0;\n break;\n }\n }\n DAT_001c3d78 = 0;\n DAT_001c3de0 = local_78;\n DAT_001c3de4 = FUN_00047cf0;\n FUN_000276c0(FUN_00045020);\n if ((DAT_001c3d78 == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(*(undefined4 *)(DAT_001c3d78 + 0x10)),\n (uVar7 & 1) != 0)) {\n puVar1 = (undefined4 *)local_78[1];\n pcVar5 = (char *)local_78[2];\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,"%s needed by %pB\n",5);\n FUN_00034d90(uVar9,pcVar5,puVar1);\n }\n if ((DAT_001c3d78 == 0) || (iVar8 = FUN_00047df0(), iVar8 == 0)) {\n bVar3 = false;\n do {\n pcVar22 = DAT_001c46c8;\n if (*pcVar5 == '/') {\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }\n else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }\n sVar10 = strlen((char *)local_78[2]);\n if (DAT_001c4804 != (int *)0x0) {\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }\n if (bVar3) goto code_r0x00048a13;\n bVar3 = true;\n } while( true );\n }\n }\n }\n goto LAB_000484a0;\n }\nLAB_000484b2:\n if (((DAT_001c45e3 & 0xc0) == 0x80) &&\n (iVar8 = bfd_elf_parse_eh_frame_entries(0,&DAT_001c45e0), iVar8 == 0)) {\n uVar9 = dcgettext(0,"%F%P: failed to parse EH frame entries\n",5);\n FUN_00034dc0(uVar9);\n }\n }\n }" { (if_statement "if (DAT_001c46a0 != 0) {\n unlink_if_ordinary(DAT_001c46a0);\n DAT_001c4618 = bfd_openw(DAT_001c46a0,*(undefined4 *)DAT_001c4614[1]);\n iVar19 = DAT_001c46a0;\n if (DAT_001c4618 == 0) {\n uVar9 = dcgettext(0,"%F%P: %s: can\'t open for writing: %E\n",5);\n FUN_00034dc0(uVar9,iVar19);\n }\n }" if (parenthesized_expression "(DAT_001c46a0 != 0)" ( (binary_expression "DAT_001c46a0 != 0" identifier != number_literal) )) (compound_statement "{\n unlink_if_ordinary(DAT_001c46a0);\n DAT_001c4618 = bfd_openw(DAT_001c46a0,*(undefined4 *)DAT_001c4614[1]);\n iVar19 = DAT_001c46a0;\n if (DAT_001c4618 == 0) {\n uVar9 = dcgettext(0,"%F%P: %s: can\'t open for writing: %E\n",5);\n FUN_00034dc0(uVar9,iVar19);\n }\n }" { (expression_statement "unlink_if_ordinary(DAT_001c46a0);" (call_expression "unlink_if_ordinary(DAT_001c46a0)" identifier (argument_list "(DAT_001c46a0)" ( identifier ))) ;) (expression_statement "DAT_001c4618 = bfd_openw(DAT_001c46a0,*(undefined4 *)DAT_001c4614[1]);" (assignment_expression "DAT_001c4618 = bfd_openw(DAT_001c46a0,*(undefined4 *)DAT_001c4614[1])" identifier = (call_expression "bfd_openw(DAT_001c46a0,*(undefined4 *)DAT_001c4614[1])" identifier (argument_list "(DAT_001c46a0,*(undefined4 *)DAT_001c4614[1])" ( identifier , (pointer_expression "*(undefined4 *)DAT_001c4614[1]" * (cast_expression "(undefined4 *)DAT_001c4614[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "DAT_001c4614[1]" identifier [ number_literal ]))) )))) ;) (expression_statement "iVar19 = DAT_001c46a0;" (assignment_expression "iVar19 = DAT_001c46a0" identifier = identifier) ;) (if_statement "if (DAT_001c4618 == 0) {\n uVar9 = dcgettext(0,"%F%P: %s: can\'t open for writing: %E\n",5);\n FUN_00034dc0(uVar9,iVar19);\n }" if (parenthesized_expression "(DAT_001c4618 == 0)" ( (binary_expression "DAT_001c4618 == 0" identifier == number_literal) )) (compound_statement "{\n uVar9 = dcgettext(0,"%F%P: %s: can\'t open for writing: %E\n",5);\n FUN_00034dc0(uVar9,iVar19);\n }" { (expression_statement "uVar9 = dcgettext(0,"%F%P: %s: can\'t open for writing: %E\n",5);" (assignment_expression "uVar9 = dcgettext(0,"%F%P: %s: can\'t open for writing: %E\n",5)" identifier = (call_expression "dcgettext(0,"%F%P: %s: can\'t open for writing: %E\n",5)" identifier (argument_list "(0,"%F%P: %s: can\'t open for writing: %E\n",5)" ( number_literal , (string_literal ""%F%P: %s: can\'t open for writing: %E\n"" " string_content escape_sequence string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_00034dc0(uVar9,iVar19);" (call_expression "FUN_00034dc0(uVar9,iVar19)" identifier (argument_list "(uVar9,iVar19)" ( identifier , identifier ))) ;) })) })) (expression_statement "puVar6 = DAT_001c4614;" (assignment_expression "puVar6 = DAT_001c4614" identifier = identifier) ;) (expression_statement "iVar19 = DAT_001c461c;" (assignment_expression "iVar19 = DAT_001c461c" identifier = identifier) ;) (if_statement "if (DAT_001c3d64 != (void *)0x0) {\n for (; iVar19 != 0; iVar19 = *(int *)(iVar19 + 0x9c)) {\n if (((*(int *)(*(int *)(iVar19 + 4) + 4) == 5) && (*(int *)(iVar19 + 0x68) != 0)) &&\n ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) == 0)) {\n lVar32 = FUN_00038a90(DAT_001c3d64);\n if ((lVar32 == 0) || (lVar32 + 0x10 == 0)) {\n pcVar5 = "%P: warning: unrecognized --build-id style ignored\n";\n }\n else {\n iVar19 = bfd_make_section_with_flags\n (iVar19,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n \n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n \n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." \n );\n if (iVar19 != 0) {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n puVar6 = DAT_001c4614;\n iVar21 = *(int *)(DAT_001c4614[0x28] + 0x9c0);\n *(code **)(iVar21 + 0x10) = FUN_00046f30;\n pvVar4 = DAT_001c3d64;\n *(int *)(iVar21 + 0x18) = iVar19;\n *(void **)(iVar21 + 0x14) = pvVar4;\n *(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4) = 7;\n *(longlong *)(iVar19 + 0x2c) = lVar32 + 0x10;\n goto LAB_000482f4;\n }\n pcVar5 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";\n }\n uVar9 = dcgettext(0,pcVar5,5);\n FUN_00034dc0(uVar9);\n break;\n }\n }\n free(DAT_001c3d64);\n DAT_001c3d64 = (void *)0x0;\n puVar6 = DAT_001c4614;\n }" if (parenthesized_expression "(DAT_001c3d64 != (void *)0x0)" ( (binary_expression "DAT_001c3d64 != (void *)0x0" identifier != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n for (; iVar19 != 0; iVar19 = *(int *)(iVar19 + 0x9c)) {\n if (((*(int *)(*(int *)(iVar19 + 4) + 4) == 5) && (*(int *)(iVar19 + 0x68) != 0)) &&\n ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) == 0)) {\n lVar32 = FUN_00038a90(DAT_001c3d64);\n if ((lVar32 == 0) || (lVar32 + 0x10 == 0)) {\n pcVar5 = "%P: warning: unrecognized --build-id style ignored\n";\n }\n else {\n iVar19 = bfd_make_section_with_flags\n (iVar19,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n \n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n \n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." \n );\n if (iVar19 != 0) {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n puVar6 = DAT_001c4614;\n iVar21 = *(int *)(DAT_001c4614[0x28] + 0x9c0);\n *(code **)(iVar21 + 0x10) = FUN_00046f30;\n pvVar4 = DAT_001c3d64;\n *(int *)(iVar21 + 0x18) = iVar19;\n *(void **)(iVar21 + 0x14) = pvVar4;\n *(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4) = 7;\n *(longlong *)(iVar19 + 0x2c) = lVar32 + 0x10;\n goto LAB_000482f4;\n }\n pcVar5 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";\n }\n uVar9 = dcgettext(0,pcVar5,5);\n FUN_00034dc0(uVar9);\n break;\n }\n }\n free(DAT_001c3d64);\n DAT_001c3d64 = (void *)0x0;\n puVar6 = DAT_001c4614;\n }" { (for_statement "for (; iVar19 != 0; iVar19 = *(int *)(iVar19 + 0x9c)) {\n if (((*(int *)(*(int *)(iVar19 + 4) + 4) == 5) && (*(int *)(iVar19 + 0x68) != 0)) &&\n ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) == 0)) {\n lVar32 = FUN_00038a90(DAT_001c3d64);\n if ((lVar32 == 0) || (lVar32 + 0x10 == 0)) {\n pcVar5 = "%P: warning: unrecognized --build-id style ignored\n";\n }\n else {\n iVar19 = bfd_make_section_with_flags\n (iVar19,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n \n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n \n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." \n );\n if (iVar19 != 0) {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n puVar6 = DAT_001c4614;\n iVar21 = *(int *)(DAT_001c4614[0x28] + 0x9c0);\n *(code **)(iVar21 + 0x10) = FUN_00046f30;\n pvVar4 = DAT_001c3d64;\n *(int *)(iVar21 + 0x18) = iVar19;\n *(void **)(iVar21 + 0x14) = pvVar4;\n *(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4) = 7;\n *(longlong *)(iVar19 + 0x2c) = lVar32 + 0x10;\n goto LAB_000482f4;\n }\n pcVar5 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";\n }\n uVar9 = dcgettext(0,pcVar5,5);\n FUN_00034dc0(uVar9);\n break;\n }\n }" for ( ; (binary_expression "iVar19 != 0" identifier != number_literal) ; (assignment_expression "iVar19 = *(int *)(iVar19 + 0x9c)" identifier = (pointer_expression "*(int *)(iVar19 + 0x9c)" * (cast_expression "(int *)(iVar19 + 0x9c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar19 + 0x9c)" ( (binary_expression "iVar19 + 0x9c" identifier + number_literal) ))))) ) (compound_statement "{\n if (((*(int *)(*(int *)(iVar19 + 4) + 4) == 5) && (*(int *)(iVar19 + 0x68) != 0)) &&\n ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) == 0)) {\n lVar32 = FUN_00038a90(DAT_001c3d64);\n if ((lVar32 == 0) || (lVar32 + 0x10 == 0)) {\n pcVar5 = "%P: warning: unrecognized --build-id style ignored\n";\n }\n else {\n iVar19 = bfd_make_section_with_flags\n (iVar19,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n \n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n \n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." \n );\n if (iVar19 != 0) {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n puVar6 = DAT_001c4614;\n iVar21 = *(int *)(DAT_001c4614[0x28] + 0x9c0);\n *(code **)(iVar21 + 0x10) = FUN_00046f30;\n pvVar4 = DAT_001c3d64;\n *(int *)(iVar21 + 0x18) = iVar19;\n *(void **)(iVar21 + 0x14) = pvVar4;\n *(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4) = 7;\n *(longlong *)(iVar19 + 0x2c) = lVar32 + 0x10;\n goto LAB_000482f4;\n }\n pcVar5 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";\n }\n uVar9 = dcgettext(0,pcVar5,5);\n FUN_00034dc0(uVar9);\n break;\n }\n }" { (if_statement "if (((*(int *)(*(int *)(iVar19 + 4) + 4) == 5) && (*(int *)(iVar19 + 0x68) != 0)) &&\n ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) == 0)) {\n lVar32 = FUN_00038a90(DAT_001c3d64);\n if ((lVar32 == 0) || (lVar32 + 0x10 == 0)) {\n pcVar5 = "%P: warning: unrecognized --build-id style ignored\n";\n }\n else {\n iVar19 = bfd_make_section_with_flags\n (iVar19,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n \n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n \n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." \n );\n if (iVar19 != 0) {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n puVar6 = DAT_001c4614;\n iVar21 = *(int *)(DAT_001c4614[0x28] + 0x9c0);\n *(code **)(iVar21 + 0x10) = FUN_00046f30;\n pvVar4 = DAT_001c3d64;\n *(int *)(iVar21 + 0x18) = iVar19;\n *(void **)(iVar21 + 0x14) = pvVar4;\n *(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4) = 7;\n *(longlong *)(iVar19 + 0x2c) = lVar32 + 0x10;\n goto LAB_000482f4;\n }\n pcVar5 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";\n }\n uVar9 = dcgettext(0,pcVar5,5);\n FUN_00034dc0(uVar9);\n break;\n }" if (parenthesized_expression "(((*(int *)(*(int *)(iVar19 + 4) + 4) == 5) && (*(int *)(iVar19 + 0x68) != 0)) &&\n ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) == 0))" ( (binary_expression "((*(int *)(*(int *)(iVar19 + 4) + 4) == 5) && (*(int *)(iVar19 + 0x68) != 0)) &&\n ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) == 0)" (parenthesized_expression "((*(int *)(*(int *)(iVar19 + 4) + 4) == 5) && (*(int *)(iVar19 + 0x68) != 0))" ( (binary_expression "(*(int *)(*(int *)(iVar19 + 4) + 4) == 5) && (*(int *)(iVar19 + 0x68) != 0)" (parenthesized_expression "(*(int *)(*(int *)(iVar19 + 4) + 4) == 5)" ( (binary_expression "*(int *)(*(int *)(iVar19 + 4) + 4) == 5" (pointer_expression "*(int *)(*(int *)(iVar19 + 4) + 4)" * (cast_expression "(int *)(*(int *)(iVar19 + 4) + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar19 + 4) + 4)" ( (binary_expression "*(int *)(iVar19 + 4) + 4" (pointer_expression "*(int *)(iVar19 + 4)" * (cast_expression "(int *)(iVar19 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar19 + 4)" ( (binary_expression "iVar19 + 4" identifier + number_literal) )))) + number_literal) )))) == number_literal) )) && (parenthesized_expression "(*(int *)(iVar19 + 0x68) != 0)" ( (binary_expression "*(int *)(iVar19 + 0x68) != 0" (pointer_expression "*(int *)(iVar19 + 0x68)" * (cast_expression "(int *)(iVar19 + 0x68)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar19 + 0x68)" ( (binary_expression "iVar19 + 0x68" identifier + number_literal) )))) != number_literal) ))) )) && (parenthesized_expression "((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) == 0)" ( (binary_expression "(*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) == 0" (parenthesized_expression "(*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10)" ( (binary_expression "*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10" (pointer_expression "*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24)" * (cast_expression "(byte *)(*(int *)(iVar19 + 0xa4) + 0x24)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar19 + 0xa4) + 0x24)" ( (binary_expression "*(int *)(iVar19 + 0xa4) + 0x24" (pointer_expression "*(int *)(iVar19 + 0xa4)" * (cast_expression "(int *)(iVar19 + 0xa4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar19 + 0xa4)" ( (binary_expression "iVar19 + 0xa4" identifier + number_literal) )))) + number_literal) )))) & number_literal) )) == number_literal) ))) )) (compound_statement "{\n lVar32 = FUN_00038a90(DAT_001c3d64);\n if ((lVar32 == 0) || (lVar32 + 0x10 == 0)) {\n pcVar5 = "%P: warning: unrecognized --build-id style ignored\n";\n }\n else {\n iVar19 = bfd_make_section_with_flags\n (iVar19,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n \n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n \n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." \n );\n if (iVar19 != 0) {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n puVar6 = DAT_001c4614;\n iVar21 = *(int *)(DAT_001c4614[0x28] + 0x9c0);\n *(code **)(iVar21 + 0x10) = FUN_00046f30;\n pvVar4 = DAT_001c3d64;\n *(int *)(iVar21 + 0x18) = iVar19;\n *(void **)(iVar21 + 0x14) = pvVar4;\n *(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4) = 7;\n *(longlong *)(iVar19 + 0x2c) = lVar32 + 0x10;\n goto LAB_000482f4;\n }\n pcVar5 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";\n }\n uVar9 = dcgettext(0,pcVar5,5);\n FUN_00034dc0(uVar9);\n break;\n }" { (expression_statement "lVar32 = FUN_00038a90(DAT_001c3d64);" (assignment_expression "lVar32 = FUN_00038a90(DAT_001c3d64)" identifier = (call_expression "FUN_00038a90(DAT_001c3d64)" identifier (argument_list "(DAT_001c3d64)" ( identifier )))) ;) (if_statement "if ((lVar32 == 0) || (lVar32 + 0x10 == 0)) {\n pcVar5 = "%P: warning: unrecognized --build-id style ignored\n";\n }\n else {\n iVar19 = bfd_make_section_with_flags\n (iVar19,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n \n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n \n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." \n );\n if (iVar19 != 0) {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n puVar6 = DAT_001c4614;\n iVar21 = *(int *)(DAT_001c4614[0x28] + 0x9c0);\n *(code **)(iVar21 + 0x10) = FUN_00046f30;\n pvVar4 = DAT_001c3d64;\n *(int *)(iVar21 + 0x18) = iVar19;\n *(void **)(iVar21 + 0x14) = pvVar4;\n *(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4) = 7;\n *(longlong *)(iVar19 + 0x2c) = lVar32 + 0x10;\n goto LAB_000482f4;\n }\n pcVar5 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";\n }" if (parenthesized_expression "((lVar32 == 0) || (lVar32 + 0x10 == 0))" ( (binary_expression "(lVar32 == 0) || (lVar32 + 0x10 == 0)" (parenthesized_expression "(lVar32 == 0)" ( (binary_expression "lVar32 == 0" identifier == number_literal) )) || (parenthesized_expression "(lVar32 + 0x10 == 0)" ( (binary_expression "lVar32 + 0x10 == 0" (binary_expression "lVar32 + 0x10" identifier + number_literal) == number_literal) ))) )) (compound_statement "{\n pcVar5 = "%P: warning: unrecognized --build-id style ignored\n";\n }" { (expression_statement "pcVar5 = "%P: warning: unrecognized --build-id style ignored\n";" (assignment_expression "pcVar5 = "%P: warning: unrecognized --build-id style ignored\n"" identifier = (string_literal ""%P: warning: unrecognized --build-id style ignored\n"" " string_content escape_sequence ")) ;) }) (else_clause "else {\n iVar19 = bfd_make_section_with_flags\n (iVar19,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n \n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n \n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." \n );\n if (iVar19 != 0) {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n puVar6 = DAT_001c4614;\n iVar21 = *(int *)(DAT_001c4614[0x28] + 0x9c0);\n *(code **)(iVar21 + 0x10) = FUN_00046f30;\n pvVar4 = DAT_001c3d64;\n *(int *)(iVar21 + 0x18) = iVar19;\n *(void **)(iVar21 + 0x14) = pvVar4;\n *(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4) = 7;\n *(longlong *)(iVar19 + 0x2c) = lVar32 + 0x10;\n goto LAB_000482f4;\n }\n pcVar5 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";\n }" else (compound_statement "{\n iVar19 = bfd_make_section_with_flags\n (iVar19,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n \n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n \n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." \n );\n if (iVar19 != 0) {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n puVar6 = DAT_001c4614;\n iVar21 = *(int *)(DAT_001c4614[0x28] + 0x9c0);\n *(code **)(iVar21 + 0x10) = FUN_00046f30;\n pvVar4 = DAT_001c3d64;\n *(int *)(iVar21 + 0x18) = iVar19;\n *(void **)(iVar21 + 0x14) = pvVar4;\n *(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4) = 7;\n *(longlong *)(iVar19 + 0x2c) = lVar32 + 0x10;\n goto LAB_000482f4;\n }\n pcVar5 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";\n }" { (expression_statement "iVar19 = bfd_make_section_with_flags\n (iVar19,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n \n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n \n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." \n );" (assignment_expression "iVar19 = bfd_make_section_with_flags\n (iVar19,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n \n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n \n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." \n )" identifier = (call_expression "bfd_make_section_with_flags\n (iVar19,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n \n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n \n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." \n )" identifier (argument_list "(iVar19,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n \n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n \n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." \n )" ( identifier , (string_literal "".note.gnu.build-id"" " string_content ") , (string_literal ""t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n \n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n \n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..."" " string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content ") )))) ;) (if_statement "if (iVar19 != 0) {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n puVar6 = DAT_001c4614;\n iVar21 = *(int *)(DAT_001c4614[0x28] + 0x9c0);\n *(code **)(iVar21 + 0x10) = FUN_00046f30;\n pvVar4 = DAT_001c3d64;\n *(int *)(iVar21 + 0x18) = iVar19;\n *(void **)(iVar21 + 0x14) = pvVar4;\n *(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4) = 7;\n *(longlong *)(iVar19 + 0x2c) = lVar32 + 0x10;\n goto LAB_000482f4;\n }" if (parenthesized_expression "(iVar19 != 0)" ( (binary_expression "iVar19 != 0" identifier != number_literal) )) (compound_statement "{\n *(undefined4 *)(iVar19 + 0x58) = 2;\n puVar6 = DAT_001c4614;\n iVar21 = *(int *)(DAT_001c4614[0x28] + 0x9c0);\n *(code **)(iVar21 + 0x10) = FUN_00046f30;\n pvVar4 = DAT_001c3d64;\n *(int *)(iVar21 + 0x18) = iVar19;\n *(void **)(iVar21 + 0x14) = pvVar4;\n *(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4) = 7;\n *(longlong *)(iVar19 + 0x2c) = lVar32 + 0x10;\n goto LAB_000482f4;\n }" { (expression_statement "*(undefined4 *)(iVar19 + 0x58) = 2;" (assignment_expression "*(undefined4 *)(iVar19 + 0x58) = 2" (pointer_expression "*(undefined4 *)(iVar19 + 0x58)" * (cast_expression "(undefined4 *)(iVar19 + 0x58)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar19 + 0x58)" ( (binary_expression "iVar19 + 0x58" identifier + number_literal) )))) = number_literal) ;) (expression_statement "puVar6 = DAT_001c4614;" (assignment_expression "puVar6 = DAT_001c4614" identifier = identifier) ;) (expression_statement "iVar21 = *(int *)(DAT_001c4614[0x28] + 0x9c0);" (assignment_expression "iVar21 = *(int *)(DAT_001c4614[0x28] + 0x9c0)" identifier = (pointer_expression "*(int *)(DAT_001c4614[0x28] + 0x9c0)" * (cast_expression "(int *)(DAT_001c4614[0x28] + 0x9c0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_001c4614[0x28] + 0x9c0)" ( (binary_expression "DAT_001c4614[0x28] + 0x9c0" (subscript_expression "DAT_001c4614[0x28]" identifier [ number_literal ]) + number_literal) ))))) ;) (expression_statement "*(code **)(iVar21 + 0x10) = FUN_00046f30;" (assignment_expression "*(code **)(iVar21 + 0x10) = FUN_00046f30" (pointer_expression "*(code **)(iVar21 + 0x10)" * (cast_expression "(code **)(iVar21 + 0x10)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar21 + 0x10)" ( (binary_expression "iVar21 + 0x10" identifier + number_literal) )))) = identifier) ;) (expression_statement "pvVar4 = DAT_001c3d64;" (assignment_expression "pvVar4 = DAT_001c3d64" identifier = identifier) ;) (expression_statement "*(int *)(iVar21 + 0x18) = iVar19;" (assignment_expression "*(int *)(iVar21 + 0x18) = iVar19" (pointer_expression "*(int *)(iVar21 + 0x18)" * (cast_expression "(int *)(iVar21 + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar21 + 0x18)" ( (binary_expression "iVar21 + 0x18" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(void **)(iVar21 + 0x14) = pvVar4;" (assignment_expression "*(void **)(iVar21 + 0x14) = pvVar4" (pointer_expression "*(void **)(iVar21 + 0x14)" * (cast_expression "(void **)(iVar21 + 0x14)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar21 + 0x14)" ( (binary_expression "iVar21 + 0x14" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4) = 7;" (assignment_expression "*(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4) = 7" (pointer_expression "*(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4)" * (cast_expression "(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar19 + 0xa4) + 4)" ( (binary_expression "*(int *)(iVar19 + 0xa4) + 4" (pointer_expression "*(int *)(iVar19 + 0xa4)" * (cast_expression "(int *)(iVar19 + 0xa4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar19 + 0xa4)" ( (binary_expression "iVar19 + 0xa4" identifier + number_literal) )))) + number_literal) )))) = number_literal) ;) (expression_statement "*(longlong *)(iVar19 + 0x2c) = lVar32 + 0x10;" (assignment_expression "*(longlong *)(iVar19 + 0x2c) = lVar32 + 0x10" (pointer_expression "*(longlong *)(iVar19 + 0x2c)" * (cast_expression "(longlong *)(iVar19 + 0x2c)" ( (type_descriptor "longlong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar19 + 0x2c)" ( (binary_expression "iVar19 + 0x2c" identifier + number_literal) )))) = (binary_expression "lVar32 + 0x10" identifier + number_literal)) ;) (goto_statement "goto LAB_000482f4;" goto statement_identifier ;) })) (expression_statement "pcVar5 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";" (assignment_expression "pcVar5 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n"" identifier = (string_literal ""%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n"" " string_content escape_sequence ")) ;) }))) (expression_statement "uVar9 = dcgettext(0,pcVar5,5);" (assignment_expression "uVar9 = dcgettext(0,pcVar5,5)" identifier = (call_expression "dcgettext(0,pcVar5,5)" identifier (argument_list "(0,pcVar5,5)" ( number_literal , identifier , number_literal )))) ;) (expression_statement "FUN_00034dc0(uVar9);" (call_expression "FUN_00034dc0(uVar9)" identifier (argument_list "(uVar9)" ( identifier ))) ;) (break_statement "break;" break ;) })) })) (expression_statement "free(DAT_001c3d64);" (call_expression "free(DAT_001c3d64)" identifier (argument_list "(DAT_001c3d64)" ( identifier ))) ;) (expression_statement "DAT_001c3d64 = (void *)0x0;" (assignment_expression "DAT_001c3d64 = (void *)0x0" identifier = (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "puVar6 = DAT_001c4614;" (assignment_expression "puVar6 = DAT_001c4614" identifier = identifier) ;) })) (labeled_statement "LAB_000482f4:\n (**(code **)(*(int *)(puVar6[1] + 0x1c0) + 0x1d0))(&DAT_001c45e0);" statement_identifier : (expression_statement "(**(code **)(*(int *)(puVar6[1] + 0x1c0) + 0x1d0))(&DAT_001c45e0);" (call_expression "(**(code **)(*(int *)(puVar6[1] + 0x1c0) + 0x1d0))(&DAT_001c45e0)" (parenthesized_expression "(**(code **)(*(int *)(puVar6[1] + 0x1c0) + 0x1d0))" ( (pointer_expression "**(code **)(*(int *)(puVar6[1] + 0x1c0) + 0x1d0)" * (pointer_expression "*(code **)(*(int *)(puVar6[1] + 0x1c0) + 0x1d0)" * (cast_expression "(code **)(*(int *)(puVar6[1] + 0x1c0) + 0x1d0)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)(puVar6[1] + 0x1c0) + 0x1d0)" ( (binary_expression "*(int *)(puVar6[1] + 0x1c0) + 0x1d0" (pointer_expression "*(int *)(puVar6[1] + 0x1c0)" * (cast_expression "(int *)(puVar6[1] + 0x1c0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar6[1] + 0x1c0)" ( (binary_expression "puVar6[1] + 0x1c0" (subscript_expression "puVar6[1]" identifier [ number_literal ]) + number_literal) )))) + number_literal) ))))) )) (argument_list "(&DAT_001c45e0)" ( (pointer_expression "&DAT_001c45e0" & identifier) ))) ;)) (if_statement "if ((DAT_001c45e0 & 3) == 2) {\n if (DAT_001c45e5 >> 7 == (~DAT_001c45e6 & 1)) {\n bfd_make_section_with_flags(DAT_001c461c,".note.GNU-stack",DAT_001c45e5 >> 3 & 0x10 | 8);\n }\n }\n else {\n if (((DAT_001c45e4 & 0x20) == 0) && (DAT_001c461c != 0)) {\n local_78 = (undefined4 *)0x0;\n bVar3 = false;\n local_74 = 0;\n iVar19 = DAT_001c461c;\n do {\n while ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) != 0) {\nLAB_00048a88:\n iVar19 = *(int *)(iVar19 + 0x9c);\n if (iVar19 == 0) goto LAB_00048b86;\n }\n puVar6 = *(undefined4 **)(iVar19 + 0x60);\n if (puVar6 != (undefined4 *)0x0) {\n local_84 = (char *)0x0;\n do {\n bVar29 = (undefined *)puVar6[0x15] < PTR__bfd_std_section_001c1fd4 + 0x180;\n bVar30 = (undefined *)puVar6[0x15] == PTR__bfd_std_section_001c1fd4 + 0x180;\n pcVar5 = local_84;\n if (!bVar30) {\n iVar21 = 0xf;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame_entry";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (bVar29) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar21 = 10;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if (((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])) {\n pcVar5 = local_84;\n }\n }\n local_84 = pcVar5;\n puVar6 = (undefined4 *)puVar6[3];\n } while (puVar6 != (undefined4 *)0x0);\n if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pcVar5 = local_84;\n if ((local_78 != (undefined4 *)0x0) &&\n (pcVar5 = (char *)local_78, (char *)local_78 != local_84)) {\n if (local_84 != (char *)0x1) {\n iVar19 = local_74;\n }\n uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n FUN_00034dc0(uVar9,iVar19);\n break;\n }\n local_78 = (undefined4 *)pcVar5;\n if ((local_74 == 0) &&\n (((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)))) {\n local_74 = iVar19;\n }\n }\n }\n if (local_78 != (undefined4 *)0x2) goto LAB_00048a88;\n iVar19 = *(int *)(iVar19 + 0x9c);\n _DAT_001c45e2 = _DAT_001c45e2 & 0x3fff | 0x8000;\n } while (iVar19 != 0);\nLAB_00048b86:\n if ((local_74 == 0) ||\n (iVar19 = bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8),\n iVar19 == 0)) {\n if (bVar3) {\n uVar9 = dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n FUN_00034dc0(uVar9);\n }\n }\n else {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n *(int *)(iVar8 + 0xd0) = iVar19;\n }\n }\n puVar6 = (undefined4 *)bfd_elf_get_needed_list(DAT_001c4614,&DAT_001c45e0);\n local_78 = puVar6;\n if (puVar6 != (undefined4 *)0x0) {\nLAB_00048360:\n puVar1 = puVar6;\n if ((local_78[1] == 0) ||\n ((uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 1) == 0 &&\n (((local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0)))))) {\n for (; puVar1 != local_78; puVar1 = (undefined4 *)*puVar1) {\n if (((puVar1[1] == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0)) &&\n (iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2]), iVar8 == 0)) {\n if (puVar1 != local_78) goto LAB_000484a0;\n break;\n }\n }\n DAT_001c3d78 = 0;\n DAT_001c3de0 = local_78;\n DAT_001c3de4 = FUN_00047cf0;\n FUN_000276c0(FUN_00045020);\n if ((DAT_001c3d78 == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(*(undefined4 *)(DAT_001c3d78 + 0x10)),\n (uVar7 & 1) != 0)) {\n puVar1 = (undefined4 *)local_78[1];\n pcVar5 = (char *)local_78[2];\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,"%s needed by %pB\n",5);\n FUN_00034d90(uVar9,pcVar5,puVar1);\n }\n if ((DAT_001c3d78 == 0) || (iVar8 = FUN_00047df0(), iVar8 == 0)) {\n bVar3 = false;\n do {\n pcVar22 = DAT_001c46c8;\n if (*pcVar5 == '/') {\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }\n else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }\n sVar10 = strlen((char *)local_78[2]);\n if (DAT_001c4804 != (int *)0x0) {\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }\n if (bVar3) goto code_r0x00048a13;\n bVar3 = true;\n } while( true );\n }\n }\n }\n goto LAB_000484a0;\n }\nLAB_000484b2:\n if (((DAT_001c45e3 & 0xc0) == 0x80) &&\n (iVar8 = bfd_elf_parse_eh_frame_entries(0,&DAT_001c45e0), iVar8 == 0)) {\n uVar9 = dcgettext(0,"%F%P: failed to parse EH frame entries\n",5);\n FUN_00034dc0(uVar9);\n }\n }" if (parenthesized_expression "((DAT_001c45e0 & 3) == 2)" ( (binary_expression "(DAT_001c45e0 & 3) == 2" (parenthesized_expression "(DAT_001c45e0 & 3)" ( (binary_expression "DAT_001c45e0 & 3" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n if (DAT_001c45e5 >> 7 == (~DAT_001c45e6 & 1)) {\n bfd_make_section_with_flags(DAT_001c461c,".note.GNU-stack",DAT_001c45e5 >> 3 & 0x10 | 8);\n }\n }" { (if_statement "if (DAT_001c45e5 >> 7 == (~DAT_001c45e6 & 1)) {\n bfd_make_section_with_flags(DAT_001c461c,".note.GNU-stack",DAT_001c45e5 >> 3 & 0x10 | 8);\n }" if (parenthesized_expression "(DAT_001c45e5 >> 7 == (~DAT_001c45e6 & 1))" ( (binary_expression "DAT_001c45e5 >> 7 == (~DAT_001c45e6 & 1)" (binary_expression "DAT_001c45e5 >> 7" identifier >> number_literal) == (parenthesized_expression "(~DAT_001c45e6 & 1)" ( (binary_expression "~DAT_001c45e6 & 1" (unary_expression "~DAT_001c45e6" ~ identifier) & number_literal) ))) )) (compound_statement "{\n bfd_make_section_with_flags(DAT_001c461c,".note.GNU-stack",DAT_001c45e5 >> 3 & 0x10 | 8);\n }" { (expression_statement "bfd_make_section_with_flags(DAT_001c461c,".note.GNU-stack",DAT_001c45e5 >> 3 & 0x10 | 8);" (call_expression "bfd_make_section_with_flags(DAT_001c461c,".note.GNU-stack",DAT_001c45e5 >> 3 & 0x10 | 8)" identifier (argument_list "(DAT_001c461c,".note.GNU-stack",DAT_001c45e5 >> 3 & 0x10 | 8)" ( identifier , (string_literal "".note.GNU-stack"" " string_content ") , (binary_expression "DAT_001c45e5 >> 3 & 0x10 | 8" (binary_expression "DAT_001c45e5 >> 3 & 0x10" (binary_expression "DAT_001c45e5 >> 3" identifier >> number_literal) & number_literal) | number_literal) ))) ;) })) }) (else_clause "else {\n if (((DAT_001c45e4 & 0x20) == 0) && (DAT_001c461c != 0)) {\n local_78 = (undefined4 *)0x0;\n bVar3 = false;\n local_74 = 0;\n iVar19 = DAT_001c461c;\n do {\n while ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) != 0) {\nLAB_00048a88:\n iVar19 = *(int *)(iVar19 + 0x9c);\n if (iVar19 == 0) goto LAB_00048b86;\n }\n puVar6 = *(undefined4 **)(iVar19 + 0x60);\n if (puVar6 != (undefined4 *)0x0) {\n local_84 = (char *)0x0;\n do {\n bVar29 = (undefined *)puVar6[0x15] < PTR__bfd_std_section_001c1fd4 + 0x180;\n bVar30 = (undefined *)puVar6[0x15] == PTR__bfd_std_section_001c1fd4 + 0x180;\n pcVar5 = local_84;\n if (!bVar30) {\n iVar21 = 0xf;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame_entry";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (bVar29) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar21 = 10;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if (((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])) {\n pcVar5 = local_84;\n }\n }\n local_84 = pcVar5;\n puVar6 = (undefined4 *)puVar6[3];\n } while (puVar6 != (undefined4 *)0x0);\n if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pcVar5 = local_84;\n if ((local_78 != (undefined4 *)0x0) &&\n (pcVar5 = (char *)local_78, (char *)local_78 != local_84)) {\n if (local_84 != (char *)0x1) {\n iVar19 = local_74;\n }\n uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n FUN_00034dc0(uVar9,iVar19);\n break;\n }\n local_78 = (undefined4 *)pcVar5;\n if ((local_74 == 0) &&\n (((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)))) {\n local_74 = iVar19;\n }\n }\n }\n if (local_78 != (undefined4 *)0x2) goto LAB_00048a88;\n iVar19 = *(int *)(iVar19 + 0x9c);\n _DAT_001c45e2 = _DAT_001c45e2 & 0x3fff | 0x8000;\n } while (iVar19 != 0);\nLAB_00048b86:\n if ((local_74 == 0) ||\n (iVar19 = bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8),\n iVar19 == 0)) {\n if (bVar3) {\n uVar9 = dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n FUN_00034dc0(uVar9);\n }\n }\n else {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n *(int *)(iVar8 + 0xd0) = iVar19;\n }\n }\n puVar6 = (undefined4 *)bfd_elf_get_needed_list(DAT_001c4614,&DAT_001c45e0);\n local_78 = puVar6;\n if (puVar6 != (undefined4 *)0x0) {\nLAB_00048360:\n puVar1 = puVar6;\n if ((local_78[1] == 0) ||\n ((uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 1) == 0 &&\n (((local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0)))))) {\n for (; puVar1 != local_78; puVar1 = (undefined4 *)*puVar1) {\n if (((puVar1[1] == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0)) &&\n (iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2]), iVar8 == 0)) {\n if (puVar1 != local_78) goto LAB_000484a0;\n break;\n }\n }\n DAT_001c3d78 = 0;\n DAT_001c3de0 = local_78;\n DAT_001c3de4 = FUN_00047cf0;\n FUN_000276c0(FUN_00045020);\n if ((DAT_001c3d78 == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(*(undefined4 *)(DAT_001c3d78 + 0x10)),\n (uVar7 & 1) != 0)) {\n puVar1 = (undefined4 *)local_78[1];\n pcVar5 = (char *)local_78[2];\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,"%s needed by %pB\n",5);\n FUN_00034d90(uVar9,pcVar5,puVar1);\n }\n if ((DAT_001c3d78 == 0) || (iVar8 = FUN_00047df0(), iVar8 == 0)) {\n bVar3 = false;\n do {\n pcVar22 = DAT_001c46c8;\n if (*pcVar5 == '/') {\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }\n else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }\n sVar10 = strlen((char *)local_78[2]);\n if (DAT_001c4804 != (int *)0x0) {\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }\n if (bVar3) goto code_r0x00048a13;\n bVar3 = true;\n } while( true );\n }\n }\n }\n goto LAB_000484a0;\n }\nLAB_000484b2:\n if (((DAT_001c45e3 & 0xc0) == 0x80) &&\n (iVar8 = bfd_elf_parse_eh_frame_entries(0,&DAT_001c45e0), iVar8 == 0)) {\n uVar9 = dcgettext(0,"%F%P: failed to parse EH frame entries\n",5);\n FUN_00034dc0(uVar9);\n }\n }" else (compound_statement "{\n if (((DAT_001c45e4 & 0x20) == 0) && (DAT_001c461c != 0)) {\n local_78 = (undefined4 *)0x0;\n bVar3 = false;\n local_74 = 0;\n iVar19 = DAT_001c461c;\n do {\n while ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) != 0) {\nLAB_00048a88:\n iVar19 = *(int *)(iVar19 + 0x9c);\n if (iVar19 == 0) goto LAB_00048b86;\n }\n puVar6 = *(undefined4 **)(iVar19 + 0x60);\n if (puVar6 != (undefined4 *)0x0) {\n local_84 = (char *)0x0;\n do {\n bVar29 = (undefined *)puVar6[0x15] < PTR__bfd_std_section_001c1fd4 + 0x180;\n bVar30 = (undefined *)puVar6[0x15] == PTR__bfd_std_section_001c1fd4 + 0x180;\n pcVar5 = local_84;\n if (!bVar30) {\n iVar21 = 0xf;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame_entry";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (bVar29) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar21 = 10;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if (((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])) {\n pcVar5 = local_84;\n }\n }\n local_84 = pcVar5;\n puVar6 = (undefined4 *)puVar6[3];\n } while (puVar6 != (undefined4 *)0x0);\n if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pcVar5 = local_84;\n if ((local_78 != (undefined4 *)0x0) &&\n (pcVar5 = (char *)local_78, (char *)local_78 != local_84)) {\n if (local_84 != (char *)0x1) {\n iVar19 = local_74;\n }\n uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n FUN_00034dc0(uVar9,iVar19);\n break;\n }\n local_78 = (undefined4 *)pcVar5;\n if ((local_74 == 0) &&\n (((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)))) {\n local_74 = iVar19;\n }\n }\n }\n if (local_78 != (undefined4 *)0x2) goto LAB_00048a88;\n iVar19 = *(int *)(iVar19 + 0x9c);\n _DAT_001c45e2 = _DAT_001c45e2 & 0x3fff | 0x8000;\n } while (iVar19 != 0);\nLAB_00048b86:\n if ((local_74 == 0) ||\n (iVar19 = bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8),\n iVar19 == 0)) {\n if (bVar3) {\n uVar9 = dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n FUN_00034dc0(uVar9);\n }\n }\n else {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n *(int *)(iVar8 + 0xd0) = iVar19;\n }\n }\n puVar6 = (undefined4 *)bfd_elf_get_needed_list(DAT_001c4614,&DAT_001c45e0);\n local_78 = puVar6;\n if (puVar6 != (undefined4 *)0x0) {\nLAB_00048360:\n puVar1 = puVar6;\n if ((local_78[1] == 0) ||\n ((uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 1) == 0 &&\n (((local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0)))))) {\n for (; puVar1 != local_78; puVar1 = (undefined4 *)*puVar1) {\n if (((puVar1[1] == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0)) &&\n (iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2]), iVar8 == 0)) {\n if (puVar1 != local_78) goto LAB_000484a0;\n break;\n }\n }\n DAT_001c3d78 = 0;\n DAT_001c3de0 = local_78;\n DAT_001c3de4 = FUN_00047cf0;\n FUN_000276c0(FUN_00045020);\n if ((DAT_001c3d78 == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(*(undefined4 *)(DAT_001c3d78 + 0x10)),\n (uVar7 & 1) != 0)) {\n puVar1 = (undefined4 *)local_78[1];\n pcVar5 = (char *)local_78[2];\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,"%s needed by %pB\n",5);\n FUN_00034d90(uVar9,pcVar5,puVar1);\n }\n if ((DAT_001c3d78 == 0) || (iVar8 = FUN_00047df0(), iVar8 == 0)) {\n bVar3 = false;\n do {\n pcVar22 = DAT_001c46c8;\n if (*pcVar5 == '/') {\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }\n else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }\n sVar10 = strlen((char *)local_78[2]);\n if (DAT_001c4804 != (int *)0x0) {\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }\n if (bVar3) goto code_r0x00048a13;\n bVar3 = true;\n } while( true );\n }\n }\n }\n goto LAB_000484a0;\n }\nLAB_000484b2:\n if (((DAT_001c45e3 & 0xc0) == 0x80) &&\n (iVar8 = bfd_elf_parse_eh_frame_entries(0,&DAT_001c45e0), iVar8 == 0)) {\n uVar9 = dcgettext(0,"%F%P: failed to parse EH frame entries\n",5);\n FUN_00034dc0(uVar9);\n }\n }" { (if_statement "if (((DAT_001c45e4 & 0x20) == 0) && (DAT_001c461c != 0)) {\n local_78 = (undefined4 *)0x0;\n bVar3 = false;\n local_74 = 0;\n iVar19 = DAT_001c461c;\n do {\n while ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) != 0) {\nLAB_00048a88:\n iVar19 = *(int *)(iVar19 + 0x9c);\n if (iVar19 == 0) goto LAB_00048b86;\n }\n puVar6 = *(undefined4 **)(iVar19 + 0x60);\n if (puVar6 != (undefined4 *)0x0) {\n local_84 = (char *)0x0;\n do {\n bVar29 = (undefined *)puVar6[0x15] < PTR__bfd_std_section_001c1fd4 + 0x180;\n bVar30 = (undefined *)puVar6[0x15] == PTR__bfd_std_section_001c1fd4 + 0x180;\n pcVar5 = local_84;\n if (!bVar30) {\n iVar21 = 0xf;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame_entry";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (bVar29) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar21 = 10;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if (((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])) {\n pcVar5 = local_84;\n }\n }\n local_84 = pcVar5;\n puVar6 = (undefined4 *)puVar6[3];\n } while (puVar6 != (undefined4 *)0x0);\n if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pcVar5 = local_84;\n if ((local_78 != (undefined4 *)0x0) &&\n (pcVar5 = (char *)local_78, (char *)local_78 != local_84)) {\n if (local_84 != (char *)0x1) {\n iVar19 = local_74;\n }\n uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n FUN_00034dc0(uVar9,iVar19);\n break;\n }\n local_78 = (undefined4 *)pcVar5;\n if ((local_74 == 0) &&\n (((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)))) {\n local_74 = iVar19;\n }\n }\n }\n if (local_78 != (undefined4 *)0x2) goto LAB_00048a88;\n iVar19 = *(int *)(iVar19 + 0x9c);\n _DAT_001c45e2 = _DAT_001c45e2 & 0x3fff | 0x8000;\n } while (iVar19 != 0);\nLAB_00048b86:\n if ((local_74 == 0) ||\n (iVar19 = bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8),\n iVar19 == 0)) {\n if (bVar3) {\n uVar9 = dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n FUN_00034dc0(uVar9);\n }\n }\n else {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n *(int *)(iVar8 + 0xd0) = iVar19;\n }\n }" if (parenthesized_expression "(((DAT_001c45e4 & 0x20) == 0) && (DAT_001c461c != 0))" ( (binary_expression "((DAT_001c45e4 & 0x20) == 0) && (DAT_001c461c != 0)" (parenthesized_expression "((DAT_001c45e4 & 0x20) == 0)" ( (binary_expression "(DAT_001c45e4 & 0x20) == 0" (parenthesized_expression "(DAT_001c45e4 & 0x20)" ( (binary_expression "DAT_001c45e4 & 0x20" identifier & number_literal) )) == number_literal) )) && (parenthesized_expression "(DAT_001c461c != 0)" ( (binary_expression "DAT_001c461c != 0" identifier != number_literal) ))) )) (compound_statement "{\n local_78 = (undefined4 *)0x0;\n bVar3 = false;\n local_74 = 0;\n iVar19 = DAT_001c461c;\n do {\n while ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) != 0) {\nLAB_00048a88:\n iVar19 = *(int *)(iVar19 + 0x9c);\n if (iVar19 == 0) goto LAB_00048b86;\n }\n puVar6 = *(undefined4 **)(iVar19 + 0x60);\n if (puVar6 != (undefined4 *)0x0) {\n local_84 = (char *)0x0;\n do {\n bVar29 = (undefined *)puVar6[0x15] < PTR__bfd_std_section_001c1fd4 + 0x180;\n bVar30 = (undefined *)puVar6[0x15] == PTR__bfd_std_section_001c1fd4 + 0x180;\n pcVar5 = local_84;\n if (!bVar30) {\n iVar21 = 0xf;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame_entry";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (bVar29) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar21 = 10;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if (((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])) {\n pcVar5 = local_84;\n }\n }\n local_84 = pcVar5;\n puVar6 = (undefined4 *)puVar6[3];\n } while (puVar6 != (undefined4 *)0x0);\n if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pcVar5 = local_84;\n if ((local_78 != (undefined4 *)0x0) &&\n (pcVar5 = (char *)local_78, (char *)local_78 != local_84)) {\n if (local_84 != (char *)0x1) {\n iVar19 = local_74;\n }\n uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n FUN_00034dc0(uVar9,iVar19);\n break;\n }\n local_78 = (undefined4 *)pcVar5;\n if ((local_74 == 0) &&\n (((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)))) {\n local_74 = iVar19;\n }\n }\n }\n if (local_78 != (undefined4 *)0x2) goto LAB_00048a88;\n iVar19 = *(int *)(iVar19 + 0x9c);\n _DAT_001c45e2 = _DAT_001c45e2 & 0x3fff | 0x8000;\n } while (iVar19 != 0);\nLAB_00048b86:\n if ((local_74 == 0) ||\n (iVar19 = bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8),\n iVar19 == 0)) {\n if (bVar3) {\n uVar9 = dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n FUN_00034dc0(uVar9);\n }\n }\n else {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n *(int *)(iVar8 + 0xd0) = iVar19;\n }\n }" { (expression_statement "local_78 = (undefined4 *)0x0;" (assignment_expression "local_78 = (undefined4 *)0x0" identifier = (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "bVar3 = false;" (assignment_expression "bVar3 = false" identifier = false) ;) (expression_statement "local_74 = 0;" (assignment_expression "local_74 = 0" identifier = number_literal) ;) (expression_statement "iVar19 = DAT_001c461c;" (assignment_expression "iVar19 = DAT_001c461c" identifier = identifier) ;) (do_statement "do {\n while ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) != 0) {\nLAB_00048a88:\n iVar19 = *(int *)(iVar19 + 0x9c);\n if (iVar19 == 0) goto LAB_00048b86;\n }\n puVar6 = *(undefined4 **)(iVar19 + 0x60);\n if (puVar6 != (undefined4 *)0x0) {\n local_84 = (char *)0x0;\n do {\n bVar29 = (undefined *)puVar6[0x15] < PTR__bfd_std_section_001c1fd4 + 0x180;\n bVar30 = (undefined *)puVar6[0x15] == PTR__bfd_std_section_001c1fd4 + 0x180;\n pcVar5 = local_84;\n if (!bVar30) {\n iVar21 = 0xf;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame_entry";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (bVar29) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar21 = 10;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if (((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])) {\n pcVar5 = local_84;\n }\n }\n local_84 = pcVar5;\n puVar6 = (undefined4 *)puVar6[3];\n } while (puVar6 != (undefined4 *)0x0);\n if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pcVar5 = local_84;\n if ((local_78 != (undefined4 *)0x0) &&\n (pcVar5 = (char *)local_78, (char *)local_78 != local_84)) {\n if (local_84 != (char *)0x1) {\n iVar19 = local_74;\n }\n uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n FUN_00034dc0(uVar9,iVar19);\n break;\n }\n local_78 = (undefined4 *)pcVar5;\n if ((local_74 == 0) &&\n (((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)))) {\n local_74 = iVar19;\n }\n }\n }\n if (local_78 != (undefined4 *)0x2) goto LAB_00048a88;\n iVar19 = *(int *)(iVar19 + 0x9c);\n _DAT_001c45e2 = _DAT_001c45e2 & 0x3fff | 0x8000;\n } while (iVar19 != 0);" do (compound_statement "{\n while ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) != 0) {\nLAB_00048a88:\n iVar19 = *(int *)(iVar19 + 0x9c);\n if (iVar19 == 0) goto LAB_00048b86;\n }\n puVar6 = *(undefined4 **)(iVar19 + 0x60);\n if (puVar6 != (undefined4 *)0x0) {\n local_84 = (char *)0x0;\n do {\n bVar29 = (undefined *)puVar6[0x15] < PTR__bfd_std_section_001c1fd4 + 0x180;\n bVar30 = (undefined *)puVar6[0x15] == PTR__bfd_std_section_001c1fd4 + 0x180;\n pcVar5 = local_84;\n if (!bVar30) {\n iVar21 = 0xf;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame_entry";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (bVar29) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar21 = 10;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if (((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])) {\n pcVar5 = local_84;\n }\n }\n local_84 = pcVar5;\n puVar6 = (undefined4 *)puVar6[3];\n } while (puVar6 != (undefined4 *)0x0);\n if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pcVar5 = local_84;\n if ((local_78 != (undefined4 *)0x0) &&\n (pcVar5 = (char *)local_78, (char *)local_78 != local_84)) {\n if (local_84 != (char *)0x1) {\n iVar19 = local_74;\n }\n uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n FUN_00034dc0(uVar9,iVar19);\n break;\n }\n local_78 = (undefined4 *)pcVar5;\n if ((local_74 == 0) &&\n (((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)))) {\n local_74 = iVar19;\n }\n }\n }\n if (local_78 != (undefined4 *)0x2) goto LAB_00048a88;\n iVar19 = *(int *)(iVar19 + 0x9c);\n _DAT_001c45e2 = _DAT_001c45e2 & 0x3fff | 0x8000;\n }" { (while_statement "while ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) != 0) {\nLAB_00048a88:\n iVar19 = *(int *)(iVar19 + 0x9c);\n if (iVar19 == 0) goto LAB_00048b86;\n }" while (parenthesized_expression "((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) != 0)" ( (binary_expression "(*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) != 0" (parenthesized_expression "(*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10)" ( (binary_expression "*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10" (pointer_expression "*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24)" * (cast_expression "(byte *)(*(int *)(iVar19 + 0xa4) + 0x24)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar19 + 0xa4) + 0x24)" ( (binary_expression "*(int *)(iVar19 + 0xa4) + 0x24" (pointer_expression "*(int *)(iVar19 + 0xa4)" * (cast_expression "(int *)(iVar19 + 0xa4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar19 + 0xa4)" ( (binary_expression "iVar19 + 0xa4" identifier + number_literal) )))) + number_literal) )))) & number_literal) )) != number_literal) )) (compound_statement "{\nLAB_00048a88:\n iVar19 = *(int *)(iVar19 + 0x9c);\n if (iVar19 == 0) goto LAB_00048b86;\n }" { (labeled_statement "LAB_00048a88:\n iVar19 = *(int *)(iVar19 + 0x9c);" statement_identifier : (expression_statement "iVar19 = *(int *)(iVar19 + 0x9c);" (assignment_expression "iVar19 = *(int *)(iVar19 + 0x9c)" identifier = (pointer_expression "*(int *)(iVar19 + 0x9c)" * (cast_expression "(int *)(iVar19 + 0x9c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar19 + 0x9c)" ( (binary_expression "iVar19 + 0x9c" identifier + number_literal) ))))) ;)) (if_statement "if (iVar19 == 0) goto LAB_00048b86;" if (parenthesized_expression "(iVar19 == 0)" ( (binary_expression "iVar19 == 0" identifier == number_literal) )) (goto_statement "goto LAB_00048b86;" goto statement_identifier ;)) })) (expression_statement "puVar6 = *(undefined4 **)(iVar19 + 0x60);" (assignment_expression "puVar6 = *(undefined4 **)(iVar19 + 0x60)" identifier = (pointer_expression "*(undefined4 **)(iVar19 + 0x60)" * (cast_expression "(undefined4 **)(iVar19 + 0x60)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar19 + 0x60)" ( (binary_expression "iVar19 + 0x60" identifier + number_literal) ))))) ;) (if_statement "if (puVar6 != (undefined4 *)0x0) {\n local_84 = (char *)0x0;\n do {\n bVar29 = (undefined *)puVar6[0x15] < PTR__bfd_std_section_001c1fd4 + 0x180;\n bVar30 = (undefined *)puVar6[0x15] == PTR__bfd_std_section_001c1fd4 + 0x180;\n pcVar5 = local_84;\n if (!bVar30) {\n iVar21 = 0xf;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame_entry";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (bVar29) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar21 = 10;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if (((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])) {\n pcVar5 = local_84;\n }\n }\n local_84 = pcVar5;\n puVar6 = (undefined4 *)puVar6[3];\n } while (puVar6 != (undefined4 *)0x0);\n if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pcVar5 = local_84;\n if ((local_78 != (undefined4 *)0x0) &&\n (pcVar5 = (char *)local_78, (char *)local_78 != local_84)) {\n if (local_84 != (char *)0x1) {\n iVar19 = local_74;\n }\n uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n FUN_00034dc0(uVar9,iVar19);\n break;\n }\n local_78 = (undefined4 *)pcVar5;\n if ((local_74 == 0) &&\n (((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)))) {\n local_74 = iVar19;\n }\n }\n }" if (parenthesized_expression "(puVar6 != (undefined4 *)0x0)" ( (binary_expression "puVar6 != (undefined4 *)0x0" identifier != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n local_84 = (char *)0x0;\n do {\n bVar29 = (undefined *)puVar6[0x15] < PTR__bfd_std_section_001c1fd4 + 0x180;\n bVar30 = (undefined *)puVar6[0x15] == PTR__bfd_std_section_001c1fd4 + 0x180;\n pcVar5 = local_84;\n if (!bVar30) {\n iVar21 = 0xf;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame_entry";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (bVar29) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar21 = 10;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if (((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])) {\n pcVar5 = local_84;\n }\n }\n local_84 = pcVar5;\n puVar6 = (undefined4 *)puVar6[3];\n } while (puVar6 != (undefined4 *)0x0);\n if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pcVar5 = local_84;\n if ((local_78 != (undefined4 *)0x0) &&\n (pcVar5 = (char *)local_78, (char *)local_78 != local_84)) {\n if (local_84 != (char *)0x1) {\n iVar19 = local_74;\n }\n uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n FUN_00034dc0(uVar9,iVar19);\n break;\n }\n local_78 = (undefined4 *)pcVar5;\n if ((local_74 == 0) &&\n (((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)))) {\n local_74 = iVar19;\n }\n }\n }" { (expression_statement "local_84 = (char *)0x0;" (assignment_expression "local_84 = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (do_statement "do {\n bVar29 = (undefined *)puVar6[0x15] < PTR__bfd_std_section_001c1fd4 + 0x180;\n bVar30 = (undefined *)puVar6[0x15] == PTR__bfd_std_section_001c1fd4 + 0x180;\n pcVar5 = local_84;\n if (!bVar30) {\n iVar21 = 0xf;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame_entry";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (bVar29) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar21 = 10;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if (((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])) {\n pcVar5 = local_84;\n }\n }\n local_84 = pcVar5;\n puVar6 = (undefined4 *)puVar6[3];\n } while (puVar6 != (undefined4 *)0x0);" do (compound_statement "{\n bVar29 = (undefined *)puVar6[0x15] < PTR__bfd_std_section_001c1fd4 + 0x180;\n bVar30 = (undefined *)puVar6[0x15] == PTR__bfd_std_section_001c1fd4 + 0x180;\n pcVar5 = local_84;\n if (!bVar30) {\n iVar21 = 0xf;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame_entry";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (bVar29) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar21 = 10;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if (((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])) {\n pcVar5 = local_84;\n }\n }\n local_84 = pcVar5;\n puVar6 = (undefined4 *)puVar6[3];\n }" { (expression_statement "bVar29 = (undefined *)puVar6[0x15] < PTR__bfd_std_section_001c1fd4 + 0x180;" (assignment_expression "bVar29 = (undefined *)puVar6[0x15] < PTR__bfd_std_section_001c1fd4 + 0x180" identifier = (binary_expression "(undefined *)puVar6[0x15] < PTR__bfd_std_section_001c1fd4 + 0x180" (cast_expression "(undefined *)puVar6[0x15]" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar6[0x15]" identifier [ number_literal ])) < (binary_expression "PTR__bfd_std_section_001c1fd4 + 0x180" identifier + number_literal))) ;) (expression_statement "bVar30 = (undefined *)puVar6[0x15] == PTR__bfd_std_section_001c1fd4 + 0x180;" (assignment_expression "bVar30 = (undefined *)puVar6[0x15] == PTR__bfd_std_section_001c1fd4 + 0x180" identifier = (binary_expression "(undefined *)puVar6[0x15] == PTR__bfd_std_section_001c1fd4 + 0x180" (cast_expression "(undefined *)puVar6[0x15]" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar6[0x15]" identifier [ number_literal ])) == (binary_expression "PTR__bfd_std_section_001c1fd4 + 0x180" identifier + number_literal))) ;) (expression_statement "pcVar5 = local_84;" (assignment_expression "pcVar5 = local_84" identifier = identifier) ;) (if_statement "if (!bVar30) {\n iVar21 = 0xf;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame_entry";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (bVar29) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar21 = 10;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if (((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])) {\n pcVar5 = local_84;\n }\n }" if (parenthesized_expression "(!bVar30)" ( (unary_expression "!bVar30" ! identifier) )) (compound_statement "{\n iVar21 = 0xf;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame_entry";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (bVar29) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar21 = 10;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if (((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])) {\n pcVar5 = local_84;\n }\n }" { (expression_statement "iVar21 = 0xf;" (assignment_expression "iVar21 = 0xf" identifier = number_literal) ;) (expression_statement "pbVar17 = (byte *)*puVar6;" (assignment_expression "pbVar17 = (byte *)*puVar6" identifier = (cast_expression "(byte *)*puVar6" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar6" * identifier))) ;) (expression_statement "pbVar23 = (byte *)".eh_frame_entry";" (assignment_expression "pbVar23 = (byte *)".eh_frame_entry"" identifier = (cast_expression "(byte *)".eh_frame_entry"" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (string_literal "".eh_frame_entry"" " string_content "))) ;) (do_statement "do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar30);" do (compound_statement "{\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n }" { (if_statement "if (iVar21 == 0) break;" if (parenthesized_expression "(iVar21 == 0)" ( (binary_expression "iVar21 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "iVar21 = iVar21 + -1;" (assignment_expression "iVar21 = iVar21 + -1" identifier = (binary_expression "iVar21 + -1" identifier + number_literal)) ;) (expression_statement "bVar29 = *pbVar17 < *pbVar23;" (assignment_expression "bVar29 = *pbVar17 < *pbVar23" identifier = (binary_expression "*pbVar17 < *pbVar23" (pointer_expression "*pbVar17" * identifier) < (pointer_expression "*pbVar23" * identifier))) ;) (expression_statement "bVar30 = *pbVar17 == *pbVar23;" (assignment_expression "bVar30 = *pbVar17 == *pbVar23" identifier = (binary_expression "*pbVar17 == *pbVar23" (pointer_expression "*pbVar17" * identifier) == (pointer_expression "*pbVar23" * identifier))) ;) (expression_statement "pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;" (assignment_expression "pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1" identifier = (binary_expression "pbVar17 + (uint)bVar31 * -2 + 1" (binary_expression "pbVar17 + (uint)bVar31 * -2" identifier + (binary_expression "(uint)bVar31 * -2" (cast_expression "(uint)bVar31" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;" (assignment_expression "pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1" identifier = (binary_expression "pbVar23 + (uint)bVar31 * -2 + 1" (binary_expression "pbVar23 + (uint)bVar31 * -2" identifier + (binary_expression "(uint)bVar31 * -2" (cast_expression "(uint)bVar31" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar30)" ( identifier )) ;) (expression_statement "bVar28 = false;" (assignment_expression "bVar28 = false" identifier = false) ;) (expression_statement "bVar29 = (!bVar29 && !bVar30) == bVar29;" (assignment_expression "bVar29 = (!bVar29 && !bVar30) == bVar29" identifier = (binary_expression "(!bVar29 && !bVar30) == bVar29" (parenthesized_expression "(!bVar29 && !bVar30)" ( (binary_expression "!bVar29 && !bVar30" (unary_expression "!bVar29" ! identifier) && (unary_expression "!bVar30" ! identifier)) )) == identifier)) ;) (if_statement "if (bVar29) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }" if (parenthesized_expression "(bVar29)" ( identifier )) (compound_statement "{\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }" { (expression_statement "local_84 = (char *)0x2;" (assignment_expression "local_84 = (char *)0x2" identifier = (cast_expression "(char *)0x2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (goto_statement "goto LAB_00048b31;" goto statement_identifier ;) })) (expression_statement "iVar21 = 10;" (assignment_expression "iVar21 = 10" identifier = number_literal) ;) (expression_statement "pbVar17 = (byte *)*puVar6;" (assignment_expression "pbVar17 = (byte *)*puVar6" identifier = (cast_expression "(byte *)*puVar6" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar6" * identifier))) ;) (expression_statement "pbVar23 = (byte *)".eh_frame";" (assignment_expression "pbVar23 = (byte *)".eh_frame"" identifier = (cast_expression "(byte *)".eh_frame"" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (string_literal "".eh_frame"" " string_content "))) ;) (do_statement "do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);" do (compound_statement "{\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n }" { (if_statement "if (iVar21 == 0) break;" if (parenthesized_expression "(iVar21 == 0)" ( (binary_expression "iVar21 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "iVar21 = iVar21 + -1;" (assignment_expression "iVar21 = iVar21 + -1" identifier = (binary_expression "iVar21 + -1" identifier + number_literal)) ;) (expression_statement "bVar28 = *pbVar17 < *pbVar23;" (assignment_expression "bVar28 = *pbVar17 < *pbVar23" identifier = (binary_expression "*pbVar17 < *pbVar23" (pointer_expression "*pbVar17" * identifier) < (pointer_expression "*pbVar23" * identifier))) ;) (expression_statement "bVar29 = *pbVar17 == *pbVar23;" (assignment_expression "bVar29 = *pbVar17 == *pbVar23" identifier = (binary_expression "*pbVar17 == *pbVar23" (pointer_expression "*pbVar17" * identifier) == (pointer_expression "*pbVar23" * identifier))) ;) (expression_statement "pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;" (assignment_expression "pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1" identifier = (binary_expression "pbVar17 + (uint)bVar31 * -2 + 1" (binary_expression "pbVar17 + (uint)bVar31 * -2" identifier + (binary_expression "(uint)bVar31 * -2" (cast_expression "(uint)bVar31" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;" (assignment_expression "pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1" identifier = (binary_expression "pbVar23 + (uint)bVar31 * -2 + 1" (binary_expression "pbVar23 + (uint)bVar31 * -2" identifier + (binary_expression "(uint)bVar31 * -2" (cast_expression "(uint)bVar31" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar29)" ( identifier )) ;) (if_statement "if (((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])) {\n pcVar5 = local_84;\n }" if (parenthesized_expression "(((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc]))" ( (binary_expression "((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])" (parenthesized_expression "((!bVar28 && !bVar29) == bVar28)" ( (binary_expression "(!bVar28 && !bVar29) == bVar28" (parenthesized_expression "(!bVar28 && !bVar29)" ( (binary_expression "!bVar28 && !bVar29" (unary_expression "!bVar28" ! identifier) && (unary_expression "!bVar29" ! identifier)) )) == identifier) )) && (parenthesized_expression "(pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])" ( (comma_expression "pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc]" (assignment_expression "pcVar5 = (char *)1" identifier = (cast_expression "(char *)1" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) , (binary_expression "puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc]" (binary_expression "puVar6[0xc] == 0" (subscript_expression "puVar6[0xc]" identifier [ number_literal ]) == number_literal) && (binary_expression "(uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc]" (call_expression "(uint)(8 < (uint)puVar6[0xb])" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(8 < (uint)puVar6[0xb])" ( (binary_expression "8 < (uint)puVar6[0xb]" number_literal < (cast_expression "(uint)puVar6[0xb]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression "puVar6[0xb]" identifier [ number_literal ]))) ))) <= (binary_expression "(uint)-puVar6[0xc]" (parenthesized_expression "(uint)" ( identifier )) - (subscript_expression "puVar6[0xc]" identifier [ number_literal ]))))) ))) )) (compound_statement "{\n pcVar5 = local_84;\n }" { (expression_statement "pcVar5 = local_84;" (assignment_expression "pcVar5 = local_84" identifier = identifier) ;) })) })) (expression_statement "local_84 = pcVar5;" (assignment_expression "local_84 = pcVar5" identifier = identifier) ;) (expression_statement "puVar6 = (undefined4 *)puVar6[3];" (assignment_expression "puVar6 = (undefined4 *)puVar6[3]" identifier = (cast_expression "(undefined4 *)puVar6[3]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar6[3]" identifier [ number_literal ]))) ;) }) while (parenthesized_expression "(puVar6 != (undefined4 *)0x0)" ( (binary_expression "puVar6 != (undefined4 *)0x0" identifier != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) (if_statement "if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pcVar5 = local_84;\n if ((local_78 != (undefined4 *)0x0) &&\n (pcVar5 = (char *)local_78, (char *)local_78 != local_84)) {\n if (local_84 != (char *)0x1) {\n iVar19 = local_74;\n }\n uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n FUN_00034dc0(uVar9,iVar19);\n break;\n }\n local_78 = (undefined4 *)pcVar5;\n if ((local_74 == 0) &&\n (((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)))) {\n local_74 = iVar19;\n }\n }" if (parenthesized_expression "(local_84 != (char *)0x0)" ( (binary_expression "local_84 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\nLAB_00048b31:\n pcVar5 = local_84;\n if ((local_78 != (undefined4 *)0x0) &&\n (pcVar5 = (char *)local_78, (char *)local_78 != local_84)) {\n if (local_84 != (char *)0x1) {\n iVar19 = local_74;\n }\n uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n FUN_00034dc0(uVar9,iVar19);\n break;\n }\n local_78 = (undefined4 *)pcVar5;\n if ((local_74 == 0) &&\n (((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)))) {\n local_74 = iVar19;\n }\n }" { (labeled_statement "LAB_00048b31:\n pcVar5 = local_84;" statement_identifier : (expression_statement "pcVar5 = local_84;" (assignment_expression "pcVar5 = local_84" identifier = identifier) ;)) (if_statement "if ((local_78 != (undefined4 *)0x0) &&\n (pcVar5 = (char *)local_78, (char *)local_78 != local_84)) {\n if (local_84 != (char *)0x1) {\n iVar19 = local_74;\n }\n uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n FUN_00034dc0(uVar9,iVar19);\n break;\n }" if (parenthesized_expression "((local_78 != (undefined4 *)0x0) &&\n (pcVar5 = (char *)local_78, (char *)local_78 != local_84))" ( (binary_expression "(local_78 != (undefined4 *)0x0) &&\n (pcVar5 = (char *)local_78, (char *)local_78 != local_84)" (parenthesized_expression "(local_78 != (undefined4 *)0x0)" ( (binary_expression "local_78 != (undefined4 *)0x0" identifier != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(pcVar5 = (char *)local_78, (char *)local_78 != local_84)" ( (comma_expression "pcVar5 = (char *)local_78, (char *)local_78 != local_84" (assignment_expression "pcVar5 = (char *)local_78" identifier = (cast_expression "(char *)local_78" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) , (binary_expression "(char *)local_78 != local_84" (cast_expression "(char *)local_78" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) != identifier)) ))) )) (compound_statement "{\n if (local_84 != (char *)0x1) {\n iVar19 = local_74;\n }\n uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n FUN_00034dc0(uVar9,iVar19);\n break;\n }" { (if_statement "if (local_84 != (char *)0x1) {\n iVar19 = local_74;\n }" if (parenthesized_expression "(local_84 != (char *)0x1)" ( (binary_expression "local_84 != (char *)0x1" identifier != (cast_expression "(char *)0x1" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar19 = local_74;\n }" { (expression_statement "iVar19 = local_74;" (assignment_expression "iVar19 = local_74" identifier = identifier) ;) })) (expression_statement "uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);" (assignment_expression "uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5)" identifier = (call_expression "dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5)" identifier (argument_list "(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5)" ( number_literal , (string_literal ""%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"" " string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_00034dc0(uVar9,iVar19);" (call_expression "FUN_00034dc0(uVar9,iVar19)" identifier (argument_list "(uVar9,iVar19)" ( identifier , identifier ))) ;) (break_statement "break;" break ;) })) (expression_statement "local_78 = (undefined4 *)pcVar5;" (assignment_expression "local_78 = (undefined4 *)pcVar5" identifier = (cast_expression "(undefined4 *)pcVar5" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (if_statement "if ((local_74 == 0) &&\n (((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)))) {\n local_74 = iVar19;\n }" if (parenthesized_expression "((local_74 == 0) &&\n (((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5))))" ( (binary_expression "(local_74 == 0) &&\n (((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)))" (parenthesized_expression "(local_74 == 0)" ( (binary_expression "local_74 == 0" identifier == number_literal) )) && (parenthesized_expression "(((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)))" ( (parenthesized_expression "((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5))" ( (binary_expression "(local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)" (parenthesized_expression "(local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0))" ( (binary_expression "local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)" (binary_expression "local_84 == (char *)0x2" identifier == (cast_expression "(char *)0x2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) || (parenthesized_expression "((_DAT_001c45e2 & 0xc000) != 0)" ( (binary_expression "(_DAT_001c45e2 & 0xc000) != 0" (parenthesized_expression "(_DAT_001c45e2 & 0xc000)" ( (binary_expression "_DAT_001c45e2 & 0xc000" identifier & number_literal) )) != number_literal) ))) )) && (parenthesized_expression "(bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)" ( (comma_expression "bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5" (assignment_expression "bVar3 = true" identifier = true) , (binary_expression "*(int *)(*(int *)(iVar19 + 4) + 4) == 5" (pointer_expression "*(int *)(*(int *)(iVar19 + 4) + 4)" * (cast_expression "(int *)(*(int *)(iVar19 + 4) + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar19 + 4) + 4)" ( (binary_expression "*(int *)(iVar19 + 4) + 4" (pointer_expression "*(int *)(iVar19 + 4)" * (cast_expression "(int *)(iVar19 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar19 + 4)" ( (binary_expression "iVar19 + 4" identifier + number_literal) )))) + number_literal) )))) == number_literal)) ))) )) ))) )) (compound_statement "{\n local_74 = iVar19;\n }" { (expression_statement "local_74 = iVar19;" (assignment_expression "local_74 = iVar19" identifier = identifier) ;) })) })) })) (if_statement "if (local_78 != (undefined4 *)0x2) goto LAB_00048a88;" if (parenthesized_expression "(local_78 != (undefined4 *)0x2)" ( (binary_expression "local_78 != (undefined4 *)0x2" identifier != (cast_expression "(undefined4 *)0x2" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_00048a88;" goto statement_identifier ;)) (expression_statement "iVar19 = *(int *)(iVar19 + 0x9c);" (assignment_expression "iVar19 = *(int *)(iVar19 + 0x9c)" identifier = (pointer_expression "*(int *)(iVar19 + 0x9c)" * (cast_expression "(int *)(iVar19 + 0x9c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar19 + 0x9c)" ( (binary_expression "iVar19 + 0x9c" identifier + number_literal) ))))) ;) (expression_statement "_DAT_001c45e2 = _DAT_001c45e2 & 0x3fff | 0x8000;" (assignment_expression "_DAT_001c45e2 = _DAT_001c45e2 & 0x3fff | 0x8000" identifier = (binary_expression "_DAT_001c45e2 & 0x3fff | 0x8000" (binary_expression "_DAT_001c45e2 & 0x3fff" identifier & number_literal) | number_literal)) ;) }) while (parenthesized_expression "(iVar19 != 0)" ( (binary_expression "iVar19 != 0" identifier != number_literal) )) ;) (labeled_statement "LAB_00048b86:\n if ((local_74 == 0) ||\n (iVar19 = bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8),\n iVar19 == 0)) {\n if (bVar3) {\n uVar9 = dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n FUN_00034dc0(uVar9);\n }\n }\n else {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n *(int *)(iVar8 + 0xd0) = iVar19;\n }" statement_identifier : (if_statement "if ((local_74 == 0) ||\n (iVar19 = bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8),\n iVar19 == 0)) {\n if (bVar3) {\n uVar9 = dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n FUN_00034dc0(uVar9);\n }\n }\n else {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n *(int *)(iVar8 + 0xd0) = iVar19;\n }" if (parenthesized_expression "((local_74 == 0) ||\n (iVar19 = bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8),\n iVar19 == 0))" ( (binary_expression "(local_74 == 0) ||\n (iVar19 = bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8),\n iVar19 == 0)" (parenthesized_expression "(local_74 == 0)" ( (binary_expression "local_74 == 0" identifier == number_literal) )) || (parenthesized_expression "(iVar19 = bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8),\n iVar19 == 0)" ( (comma_expression "iVar19 = bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8),\n iVar19 == 0" (assignment_expression "iVar19 = bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8)" identifier = (call_expression "bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8)" identifier (argument_list "(local_74,".eh_frame_hdr",\n *(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8)" ( identifier , (string_literal "".eh_frame_hdr"" " string_content ") , (binary_expression "*(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8" (pointer_expression "*(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30)" * (cast_expression "(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30)" ( (binary_expression "*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30" (pointer_expression "*(int *)(*(int *)(local_74 + 4) + 0x1c0)" * (cast_expression "(int *)(*(int *)(local_74 + 4) + 0x1c0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(local_74 + 4) + 0x1c0)" ( (binary_expression "*(int *)(local_74 + 4) + 0x1c0" (pointer_expression "*(int *)(local_74 + 4)" * (cast_expression "(int *)(local_74 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_74 + 4)" ( (binary_expression "local_74 + 4" identifier + number_literal) )))) + number_literal) )))) + number_literal) )))) | number_literal) )))) , (binary_expression "iVar19 == 0" identifier == number_literal)) ))) )) (compound_statement "{\n if (bVar3) {\n uVar9 = dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n FUN_00034dc0(uVar9);\n }\n }" { (if_statement "if (bVar3) {\n uVar9 = dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n FUN_00034dc0(uVar9);\n }" if (parenthesized_expression "(bVar3)" ( identifier )) (compound_statement "{\n uVar9 = dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n FUN_00034dc0(uVar9);\n }" { (expression_statement "uVar9 = dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);" (assignment_expression "uVar9 = dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5)" identifier = (call_expression "dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5)" identifier (argument_list "(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5)" ( number_literal , (string_literal ""%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"" " string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_00034dc0(uVar9);" (call_expression "FUN_00034dc0(uVar9)" identifier (argument_list "(uVar9)" ( identifier ))) ;) })) }) (else_clause "else {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n *(int *)(iVar8 + 0xd0) = iVar19;\n }" else (compound_statement "{\n *(undefined4 *)(iVar19 + 0x58) = 2;\n *(int *)(iVar8 + 0xd0) = iVar19;\n }" { (expression_statement "*(undefined4 *)(iVar19 + 0x58) = 2;" (assignment_expression "*(undefined4 *)(iVar19 + 0x58) = 2" (pointer_expression "*(undefined4 *)(iVar19 + 0x58)" * (cast_expression "(undefined4 *)(iVar19 + 0x58)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar19 + 0x58)" ( (binary_expression "iVar19 + 0x58" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(int *)(iVar8 + 0xd0) = iVar19;" (assignment_expression "*(int *)(iVar8 + 0xd0) = iVar19" (pointer_expression "*(int *)(iVar8 + 0xd0)" * (cast_expression "(int *)(iVar8 + 0xd0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar8 + 0xd0)" ( (binary_expression "iVar8 + 0xd0" identifier + number_literal) )))) = identifier) ;) })))) })) (expression_statement "puVar6 = (undefined4 *)bfd_elf_get_needed_list(DAT_001c4614,&DAT_001c45e0);" (assignment_expression "puVar6 = (undefined4 *)bfd_elf_get_needed_list(DAT_001c4614,&DAT_001c45e0)" identifier = (cast_expression "(undefined4 *)bfd_elf_get_needed_list(DAT_001c4614,&DAT_001c45e0)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "bfd_elf_get_needed_list(DAT_001c4614,&DAT_001c45e0)" identifier (argument_list "(DAT_001c4614,&DAT_001c45e0)" ( identifier , (pointer_expression "&DAT_001c45e0" & identifier) ))))) ;) (expression_statement "local_78 = puVar6;" (assignment_expression "local_78 = puVar6" identifier = identifier) ;) (if_statement "if (puVar6 != (undefined4 *)0x0) {\nLAB_00048360:\n puVar1 = puVar6;\n if ((local_78[1] == 0) ||\n ((uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 1) == 0 &&\n (((local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0)))))) {\n for (; puVar1 != local_78; puVar1 = (undefined4 *)*puVar1) {\n if (((puVar1[1] == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0)) &&\n (iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2]), iVar8 == 0)) {\n if (puVar1 != local_78) goto LAB_000484a0;\n break;\n }\n }\n DAT_001c3d78 = 0;\n DAT_001c3de0 = local_78;\n DAT_001c3de4 = FUN_00047cf0;\n FUN_000276c0(FUN_00045020);\n if ((DAT_001c3d78 == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(*(undefined4 *)(DAT_001c3d78 + 0x10)),\n (uVar7 & 1) != 0)) {\n puVar1 = (undefined4 *)local_78[1];\n pcVar5 = (char *)local_78[2];\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,"%s needed by %pB\n",5);\n FUN_00034d90(uVar9,pcVar5,puVar1);\n }\n if ((DAT_001c3d78 == 0) || (iVar8 = FUN_00047df0(), iVar8 == 0)) {\n bVar3 = false;\n do {\n pcVar22 = DAT_001c46c8;\n if (*pcVar5 == '/') {\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }\n else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }\n sVar10 = strlen((char *)local_78[2]);\n if (DAT_001c4804 != (int *)0x0) {\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }\n if (bVar3) goto code_r0x00048a13;\n bVar3 = true;\n } while( true );\n }\n }\n }\n goto LAB_000484a0;\n }" if (parenthesized_expression "(puVar6 != (undefined4 *)0x0)" ( (binary_expression "puVar6 != (undefined4 *)0x0" identifier != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\nLAB_00048360:\n puVar1 = puVar6;\n if ((local_78[1] == 0) ||\n ((uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 1) == 0 &&\n (((local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0)))))) {\n for (; puVar1 != local_78; puVar1 = (undefined4 *)*puVar1) {\n if (((puVar1[1] == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0)) &&\n (iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2]), iVar8 == 0)) {\n if (puVar1 != local_78) goto LAB_000484a0;\n break;\n }\n }\n DAT_001c3d78 = 0;\n DAT_001c3de0 = local_78;\n DAT_001c3de4 = FUN_00047cf0;\n FUN_000276c0(FUN_00045020);\n if ((DAT_001c3d78 == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(*(undefined4 *)(DAT_001c3d78 + 0x10)),\n (uVar7 & 1) != 0)) {\n puVar1 = (undefined4 *)local_78[1];\n pcVar5 = (char *)local_78[2];\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,"%s needed by %pB\n",5);\n FUN_00034d90(uVar9,pcVar5,puVar1);\n }\n if ((DAT_001c3d78 == 0) || (iVar8 = FUN_00047df0(), iVar8 == 0)) {\n bVar3 = false;\n do {\n pcVar22 = DAT_001c46c8;\n if (*pcVar5 == '/') {\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }\n else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }\n sVar10 = strlen((char *)local_78[2]);\n if (DAT_001c4804 != (int *)0x0) {\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }\n if (bVar3) goto code_r0x00048a13;\n bVar3 = true;\n } while( true );\n }\n }\n }\n goto LAB_000484a0;\n }" { (labeled_statement "LAB_00048360:\n puVar1 = puVar6;" statement_identifier : (expression_statement "puVar1 = puVar6;" (assignment_expression "puVar1 = puVar6" identifier = identifier) ;)) (if_statement "if ((local_78[1] == 0) ||\n ((uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 1) == 0 &&\n (((local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0)))))) {\n for (; puVar1 != local_78; puVar1 = (undefined4 *)*puVar1) {\n if (((puVar1[1] == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0)) &&\n (iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2]), iVar8 == 0)) {\n if (puVar1 != local_78) goto LAB_000484a0;\n break;\n }\n }\n DAT_001c3d78 = 0;\n DAT_001c3de0 = local_78;\n DAT_001c3de4 = FUN_00047cf0;\n FUN_000276c0(FUN_00045020);\n if ((DAT_001c3d78 == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(*(undefined4 *)(DAT_001c3d78 + 0x10)),\n (uVar7 & 1) != 0)) {\n puVar1 = (undefined4 *)local_78[1];\n pcVar5 = (char *)local_78[2];\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,"%s needed by %pB\n",5);\n FUN_00034d90(uVar9,pcVar5,puVar1);\n }\n if ((DAT_001c3d78 == 0) || (iVar8 = FUN_00047df0(), iVar8 == 0)) {\n bVar3 = false;\n do {\n pcVar22 = DAT_001c46c8;\n if (*pcVar5 == '/') {\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }\n else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }\n sVar10 = strlen((char *)local_78[2]);\n if (DAT_001c4804 != (int *)0x0) {\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }\n if (bVar3) goto code_r0x00048a13;\n bVar3 = true;\n } while( true );\n }\n }\n }" if (parenthesized_expression "((local_78[1] == 0) ||\n ((uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 1) == 0 &&\n (((local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0))))))" ( (binary_expression "(local_78[1] == 0) ||\n ((uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 1) == 0 &&\n (((local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0)))))" (parenthesized_expression "(local_78[1] == 0)" ( (binary_expression "local_78[1] == 0" (subscript_expression "local_78[1]" identifier [ number_literal ]) == number_literal) )) || (parenthesized_expression "((uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 1) == 0 &&\n (((local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0)))))" ( (parenthesized_expression "(uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 1) == 0 &&\n (((local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0))))" ( (comma_expression "uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 1) == 0 &&\n (((local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0)))" (assignment_expression "uVar7 = bfd_elf_get_dyn_lib_class(local_78[1])" identifier = (call_expression "bfd_elf_get_dyn_lib_class(local_78[1])" identifier (argument_list "(local_78[1])" ( (subscript_expression "local_78[1]" identifier [ number_literal ]) )))) , (binary_expression "(uVar7 & 1) == 0 &&\n (((local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0)))" (binary_expression "(uVar7 & 1) == 0" (parenthesized_expression "(uVar7 & 1)" ( (binary_expression "uVar7 & 1" identifier & number_literal) )) == number_literal) && (parenthesized_expression "(((local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0)))" ( (parenthesized_expression "((local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0))" ( (binary_expression "(local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0)" (parenthesized_expression "(local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80))" ( (binary_expression "local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)" (binary_expression "local_78[1] == 0" (subscript_expression "local_78[1]" identifier [ number_literal ]) == number_literal) || (parenthesized_expression "((_DAT_001c45e2 & 0x180) != 0x80)" ( (binary_expression "(_DAT_001c45e2 & 0x180) != 0x80" (parenthesized_expression "(_DAT_001c45e2 & 0x180)" ( (binary_expression "_DAT_001c45e2 & 0x180" identifier & number_literal) )) != number_literal) ))) )) || (parenthesized_expression "(uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0)" ( (comma_expression "uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0" (assignment_expression "uVar7 = bfd_elf_get_dyn_lib_class(local_78[1])" identifier = (call_expression "bfd_elf_get_dyn_lib_class(local_78[1])" identifier (argument_list "(local_78[1])" ( (subscript_expression "local_78[1]" identifier [ number_literal ]) )))) , (binary_expression "(uVar7 & 4) == 0" (parenthesized_expression "(uVar7 & 4)" ( (binary_expression "uVar7 & 4" identifier & number_literal) )) == number_literal)) ))) )) )))) )) ))) )) (compound_statement "{\n for (; puVar1 != local_78; puVar1 = (undefined4 *)*puVar1) {\n if (((puVar1[1] == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0)) &&\n (iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2]), iVar8 == 0)) {\n if (puVar1 != local_78) goto LAB_000484a0;\n break;\n }\n }\n DAT_001c3d78 = 0;\n DAT_001c3de0 = local_78;\n DAT_001c3de4 = FUN_00047cf0;\n FUN_000276c0(FUN_00045020);\n if ((DAT_001c3d78 == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(*(undefined4 *)(DAT_001c3d78 + 0x10)),\n (uVar7 & 1) != 0)) {\n puVar1 = (undefined4 *)local_78[1];\n pcVar5 = (char *)local_78[2];\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,"%s needed by %pB\n",5);\n FUN_00034d90(uVar9,pcVar5,puVar1);\n }\n if ((DAT_001c3d78 == 0) || (iVar8 = FUN_00047df0(), iVar8 == 0)) {\n bVar3 = false;\n do {\n pcVar22 = DAT_001c46c8;\n if (*pcVar5 == '/') {\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }\n else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }\n sVar10 = strlen((char *)local_78[2]);\n if (DAT_001c4804 != (int *)0x0) {\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }\n if (bVar3) goto code_r0x00048a13;\n bVar3 = true;\n } while( true );\n }\n }\n }" { (for_statement "for (; puVar1 != local_78; puVar1 = (undefined4 *)*puVar1) {\n if (((puVar1[1] == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0)) &&\n (iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2]), iVar8 == 0)) {\n if (puVar1 != local_78) goto LAB_000484a0;\n break;\n }\n }" for ( ; (binary_expression "puVar1 != local_78" identifier != identifier) ; (assignment_expression "puVar1 = (undefined4 *)*puVar1" identifier = (cast_expression "(undefined4 *)*puVar1" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar1" * identifier))) ) (compound_statement "{\n if (((puVar1[1] == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0)) &&\n (iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2]), iVar8 == 0)) {\n if (puVar1 != local_78) goto LAB_000484a0;\n break;\n }\n }" { (if_statement "if (((puVar1[1] == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0)) &&\n (iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2]), iVar8 == 0)) {\n if (puVar1 != local_78) goto LAB_000484a0;\n break;\n }" if (parenthesized_expression "(((puVar1[1] == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0)) &&\n (iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2]), iVar8 == 0))" ( (binary_expression "((puVar1[1] == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0)) &&\n (iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2]), iVar8 == 0)" (parenthesized_expression "((puVar1[1] == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0))" ( (binary_expression "(puVar1[1] == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0)" (parenthesized_expression "(puVar1[1] == 0)" ( (binary_expression "puVar1[1] == 0" (subscript_expression "puVar1[1]" identifier [ number_literal ]) == number_literal) )) || (parenthesized_expression "(uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0)" ( (comma_expression "uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0" (assignment_expression "uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1])" identifier = (call_expression "bfd_elf_get_dyn_lib_class(puVar1[1])" identifier (argument_list "(puVar1[1])" ( (subscript_expression "puVar1[1]" identifier [ number_literal ]) )))) , (binary_expression "(uVar7 & 1) == 0" (parenthesized_expression "(uVar7 & 1)" ( (binary_expression "uVar7 & 1" identifier & number_literal) )) == number_literal)) ))) )) && (parenthesized_expression "(iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2]), iVar8 == 0)" ( (comma_expression "iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2]), iVar8 == 0" (assignment_expression "iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2])" identifier = (call_expression "strcmp((char *)puVar1[2],(char *)local_78[2])" identifier (argument_list "((char *)puVar1[2],(char *)local_78[2])" ( (cast_expression "(char *)puVar1[2]" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar1[2]" identifier [ number_literal ])) , (cast_expression "(char *)local_78[2]" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "local_78[2]" identifier [ number_literal ])) )))) , (binary_expression "iVar8 == 0" identifier == number_literal)) ))) )) (compound_statement "{\n if (puVar1 != local_78) goto LAB_000484a0;\n break;\n }" { (if_statement "if (puVar1 != local_78) goto LAB_000484a0;" if (parenthesized_expression "(puVar1 != local_78)" ( (binary_expression "puVar1 != local_78" identifier != identifier) )) (goto_statement "goto LAB_000484a0;" goto statement_identifier ;)) (break_statement "break;" break ;) })) })) (expression_statement "DAT_001c3d78 = 0;" (assignment_expression "DAT_001c3d78 = 0" identifier = number_literal) ;) (expression_statement "DAT_001c3de0 = local_78;" (assignment_expression "DAT_001c3de0 = local_78" identifier = identifier) ;) (expression_statement "DAT_001c3de4 = FUN_00047cf0;" (assignment_expression "DAT_001c3de4 = FUN_00047cf0" identifier = identifier) ;) (expression_statement "FUN_000276c0(FUN_00045020);" (call_expression "FUN_000276c0(FUN_00045020)" identifier (argument_list "(FUN_00045020)" ( identifier ))) ;) (if_statement "if ((DAT_001c3d78 == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(*(undefined4 *)(DAT_001c3d78 + 0x10)),\n (uVar7 & 1) != 0)) {\n puVar1 = (undefined4 *)local_78[1];\n pcVar5 = (char *)local_78[2];\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,"%s needed by %pB\n",5);\n FUN_00034d90(uVar9,pcVar5,puVar1);\n }\n if ((DAT_001c3d78 == 0) || (iVar8 = FUN_00047df0(), iVar8 == 0)) {\n bVar3 = false;\n do {\n pcVar22 = DAT_001c46c8;\n if (*pcVar5 == '/') {\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }\n else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }\n sVar10 = strlen((char *)local_78[2]);\n if (DAT_001c4804 != (int *)0x0) {\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }\n if (bVar3) goto code_r0x00048a13;\n bVar3 = true;\n } while( true );\n }\n }" if (parenthesized_expression "((DAT_001c3d78 == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(*(undefined4 *)(DAT_001c3d78 + 0x10)),\n (uVar7 & 1) != 0))" ( (binary_expression "(DAT_001c3d78 == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(*(undefined4 *)(DAT_001c3d78 + 0x10)),\n (uVar7 & 1) != 0)" (parenthesized_expression "(DAT_001c3d78 == 0)" ( (binary_expression "DAT_001c3d78 == 0" identifier == number_literal) )) || (parenthesized_expression "(uVar7 = bfd_elf_get_dyn_lib_class(*(undefined4 *)(DAT_001c3d78 + 0x10)),\n (uVar7 & 1) != 0)" ( (comma_expression "uVar7 = bfd_elf_get_dyn_lib_class(*(undefined4 *)(DAT_001c3d78 + 0x10)),\n (uVar7 & 1) != 0" (assignment_expression "uVar7 = bfd_elf_get_dyn_lib_class(*(undefined4 *)(DAT_001c3d78 + 0x10))" identifier = (call_expression "bfd_elf_get_dyn_lib_class(*(undefined4 *)(DAT_001c3d78 + 0x10))" identifier (argument_list "(*(undefined4 *)(DAT_001c3d78 + 0x10))" ( (pointer_expression "*(undefined4 *)(DAT_001c3d78 + 0x10)" * (cast_expression "(undefined4 *)(DAT_001c3d78 + 0x10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_001c3d78 + 0x10)" ( (binary_expression "DAT_001c3d78 + 0x10" identifier + number_literal) )))) )))) , (binary_expression "(uVar7 & 1) != 0" (parenthesized_expression "(uVar7 & 1)" ( (binary_expression "uVar7 & 1" identifier & number_literal) )) != number_literal)) ))) )) (compound_statement "{\n puVar1 = (undefined4 *)local_78[1];\n pcVar5 = (char *)local_78[2];\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,"%s needed by %pB\n",5);\n FUN_00034d90(uVar9,pcVar5,puVar1);\n }\n if ((DAT_001c3d78 == 0) || (iVar8 = FUN_00047df0(), iVar8 == 0)) {\n bVar3 = false;\n do {\n pcVar22 = DAT_001c46c8;\n if (*pcVar5 == '/') {\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }\n else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }\n sVar10 = strlen((char *)local_78[2]);\n if (DAT_001c4804 != (int *)0x0) {\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }\n if (bVar3) goto code_r0x00048a13;\n bVar3 = true;\n } while( true );\n }\n }" { (expression_statement "puVar1 = (undefined4 *)local_78[1];" (assignment_expression "puVar1 = (undefined4 *)local_78[1]" identifier = (cast_expression "(undefined4 *)local_78[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "local_78[1]" identifier [ number_literal ]))) ;) (expression_statement "pcVar5 = (char *)local_78[2];" (assignment_expression "pcVar5 = (char *)local_78[2]" identifier = (cast_expression "(char *)local_78[2]" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "local_78[2]" identifier [ number_literal ]))) ;) (if_statement "if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,"%s needed by %pB\n",5);\n FUN_00034d90(uVar9,pcVar5,puVar1);\n }" if (parenthesized_expression "(DAT_001c475c != 0)" ( (binary_expression "DAT_001c475c != 0" identifier != number_literal) )) (compound_statement "{\n uVar9 = dcgettext(0,"%s needed by %pB\n",5);\n FUN_00034d90(uVar9,pcVar5,puVar1);\n }" { (expression_statement "uVar9 = dcgettext(0,"%s needed by %pB\n",5);" (assignment_expression "uVar9 = dcgettext(0,"%s needed by %pB\n",5)" identifier = (call_expression "dcgettext(0,"%s needed by %pB\n",5)" identifier (argument_list "(0,"%s needed by %pB\n",5)" ( number_literal , (string_literal ""%s needed by %pB\n"" " string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_00034d90(uVar9,pcVar5,puVar1);" (call_expression "FUN_00034d90(uVar9,pcVar5,puVar1)" identifier (argument_list "(uVar9,pcVar5,puVar1)" ( identifier , identifier , identifier ))) ;) })) (if_statement "if ((DAT_001c3d78 == 0) || (iVar8 = FUN_00047df0(), iVar8 == 0)) {\n bVar3 = false;\n do {\n pcVar22 = DAT_001c46c8;\n if (*pcVar5 == '/') {\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }\n else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }\n sVar10 = strlen((char *)local_78[2]);\n if (DAT_001c4804 != (int *)0x0) {\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }\n if (bVar3) goto code_r0x00048a13;\n bVar3 = true;\n } while( true );\n }" if (parenthesized_expression "((DAT_001c3d78 == 0) || (iVar8 = FUN_00047df0(), iVar8 == 0))" ( (binary_expression "(DAT_001c3d78 == 0) || (iVar8 = FUN_00047df0(), iVar8 == 0)" (parenthesized_expression "(DAT_001c3d78 == 0)" ( (binary_expression "DAT_001c3d78 == 0" identifier == number_literal) )) || (parenthesized_expression "(iVar8 = FUN_00047df0(), iVar8 == 0)" ( (comma_expression "iVar8 = FUN_00047df0(), iVar8 == 0" (assignment_expression "iVar8 = FUN_00047df0()" identifier = (call_expression "FUN_00047df0()" identifier (argument_list "()" ( )))) , (binary_expression "iVar8 == 0" identifier == number_literal)) ))) )) (compound_statement "{\n bVar3 = false;\n do {\n pcVar22 = DAT_001c46c8;\n if (*pcVar5 == '/') {\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }\n else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }\n sVar10 = strlen((char *)local_78[2]);\n if (DAT_001c4804 != (int *)0x0) {\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }\n if (bVar3) goto code_r0x00048a13;\n bVar3 = true;\n } while( true );\n }" { (expression_statement "bVar3 = false;" (assignment_expression "bVar3 = false" identifier = false) ;) (do_statement "do {\n pcVar22 = DAT_001c46c8;\n if (*pcVar5 == '/') {\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }\n else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }\n sVar10 = strlen((char *)local_78[2]);\n if (DAT_001c4804 != (int *)0x0) {\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }\n if (bVar3) goto code_r0x00048a13;\n bVar3 = true;\n } while( true );" do (compound_statement "{\n pcVar22 = DAT_001c46c8;\n if (*pcVar5 == '/') {\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }\n else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }\n sVar10 = strlen((char *)local_78[2]);\n if (DAT_001c4804 != (int *)0x0) {\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }\n if (bVar3) goto code_r0x00048a13;\n bVar3 = true;\n }" { (expression_statement "pcVar22 = DAT_001c46c8;" (assignment_expression "pcVar22 = DAT_001c46c8" identifier = identifier) ;) (if_statement "if (*pcVar5 == '/') {\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }\n else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }" if (parenthesized_expression "(*pcVar5 == '/')" ( (binary_expression "*pcVar5 == '/'" (pointer_expression "*pcVar5" * identifier) == (char_literal "'/'" ' character ')) )) (compound_statement "{\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }" { (expression_statement "iVar8 = FUN_00047df0();" (assignment_expression "iVar8 = FUN_00047df0()" identifier = (call_expression "FUN_00047df0()" identifier (argument_list "()" ( )))) ;) (if_statement "if (iVar8 != 0) break;" if (parenthesized_expression "(iVar8 != 0)" ( (binary_expression "iVar8 != 0" identifier != number_literal) )) (break_statement "break;" break ;)) }) (else_clause "else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }" else (if_statement "if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }" if (parenthesized_expression "((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0'))" ( (binary_expression "(DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')" (parenthesized_expression "(DAT_001c46c8 != (char *)0x0)" ( (binary_expression "DAT_001c46c8 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(*DAT_001c46c8 != '\0')" ( (binary_expression "*DAT_001c46c8 != '\0'" (pointer_expression "*DAT_001c46c8" * identifier) != (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }" { (expression_statement "sVar10 = strlen(pcVar5);" (assignment_expression "sVar10 = strlen(pcVar5)" identifier = (call_expression "strlen(pcVar5)" identifier (argument_list "(pcVar5)" ( identifier )))) ;) (do_statement "do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );" do (compound_statement "{\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n }" { (expression_statement "local_68 = strchr(pcVar22,(int)DAT_001c4728);" (assignment_expression "local_68 = strchr(pcVar22,(int)DAT_001c4728)" identifier = (call_expression "strchr(pcVar22,(int)DAT_001c4728)" identifier (argument_list "(pcVar22,(int)DAT_001c4728)" ( identifier , (cast_expression "(int)DAT_001c4728" ( (type_descriptor "int" primitive_type) ) identifier) )))) ;) (if_statement "if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }" if (parenthesized_expression "(local_68 == (char *)0x0)" ( (binary_expression "local_68 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }" { (expression_statement "sVar25 = strlen(pcVar22);" (assignment_expression "sVar25 = strlen(pcVar22)" identifier = (call_expression "strlen(pcVar22)" identifier (argument_list "(pcVar22)" ( identifier )))) ;) (expression_statement "local_68 = pcVar22 + sVar25;" (assignment_expression "local_68 = pcVar22 + sVar25" identifier = (binary_expression "pcVar22 + sVar25" identifier + identifier)) ;) })) (expression_statement "sVar25 = (int)local_68 - (int)pcVar22;" (assignment_expression "sVar25 = (int)local_68 - (int)pcVar22" identifier = (binary_expression "(int)local_68 - (int)pcVar22" (cast_expression "(int)local_68" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)pcVar22" ( (type_descriptor "int" primitive_type) ) identifier))) ;) (expression_statement "local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);" (assignment_expression "local_84 = (char *)xmalloc(sVar10 + 2 + sVar25)" identifier = (cast_expression "(char *)xmalloc(sVar10 + 2 + sVar25)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(sVar10 + 2 + sVar25)" identifier (argument_list "(sVar10 + 2 + sVar25)" ( (binary_expression "sVar10 + 2 + sVar25" (binary_expression "sVar10 + 2" identifier + number_literal) + identifier) ))))) ;) (expression_statement "pcVar16 = local_84;" (assignment_expression "pcVar16 = local_84" identifier = identifier) ;) (if_statement "if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }" if (parenthesized_expression "(pcVar22 != local_68)" ( (binary_expression "pcVar22 != local_68" identifier != identifier) )) (compound_statement "{\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }" { (expression_statement "memcpy(local_84,pcVar22,sVar25);" (call_expression "memcpy(local_84,pcVar22,sVar25)" identifier (argument_list "(local_84,pcVar22,sVar25)" ( identifier , identifier , identifier ))) ;) (expression_statement "local_84[sVar25] = '/';" (assignment_expression "local_84[sVar25] = '/'" (subscript_expression "local_84[sVar25]" identifier [ identifier ]) = (char_literal "'/'" ' character ')) ;) (expression_statement "pcVar16 = local_84 + sVar25 + 1;" (assignment_expression "pcVar16 = local_84 + sVar25 + 1" identifier = (binary_expression "local_84 + sVar25 + 1" (binary_expression "local_84 + sVar25" identifier + identifier) + number_literal)) ;) })) (expression_statement "pcVar22 = (char *)0x0;" (assignment_expression "pcVar22 = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "strcpy(pcVar16,pcVar5);" (call_expression "strcpy(pcVar16,pcVar5)" identifier (argument_list "(pcVar16,pcVar5)" ( identifier , identifier ))) ;) (while_statement "while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }" while (parenthesized_expression "(pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0)" ( (comma_expression "pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0" (assignment_expression "pcVar22 = strchr(local_84 + (int)pcVar22,0x24)" identifier = (call_expression "strchr(local_84 + (int)pcVar22,0x24)" identifier (argument_list "(local_84 + (int)pcVar22,0x24)" ( (binary_expression "local_84 + (int)pcVar22" identifier + (cast_expression "(int)pcVar22" ( (type_descriptor "int" primitive_type) ) identifier)) , number_literal )))) , (binary_expression "pcVar22 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal))) )) (compound_statement "{\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }" { (expression_statement "pcVar16 = strchr(pcVar22,0x2f);" (assignment_expression "pcVar16 = strchr(pcVar22,0x2f)" identifier = (call_expression "strchr(pcVar22,0x2f)" identifier (argument_list "(pcVar22,0x2f)" ( identifier , number_literal )))) ;) (expression_statement "sVar25 = strlen(local_84);" (assignment_expression "sVar25 = strlen(local_84)" identifier = (call_expression "strlen(local_84)" identifier (argument_list "(local_84)" ( identifier )))) ;) (if_statement "if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }" if (parenthesized_expression "(pcVar16 != (char *)0x0)" ( (binary_expression "pcVar16 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n *pcVar16 = '\0';\n }" { (expression_statement "*pcVar16 = '\0';" (assignment_expression "*pcVar16 = '\0'" (pointer_expression "*pcVar16" * identifier) = (char_literal "'\0'" ' escape_sequence ')) ;) })) (expression_statement "bVar20 = pcVar22[1];" (assignment_expression "bVar20 = pcVar22[1]" identifier = (subscript_expression "pcVar22[1]" identifier [ number_literal ])) ;) (expression_statement "pcVar15 = pcVar22 + 1;" (assignment_expression "pcVar15 = pcVar22 + 1" identifier = (binary_expression "pcVar22 + 1" identifier + number_literal)) ;) (if_statement "if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }" if (parenthesized_expression "(bVar20 == 0x7b)" ( (binary_expression "bVar20 == 0x7b" identifier == number_literal) )) (compound_statement "{\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }" { (expression_statement "bVar20 = pcVar22[2];" (assignment_expression "bVar20 = pcVar22[2]" identifier = (subscript_expression "pcVar22[2]" identifier [ number_literal ])) ;) (expression_statement "pcVar15 = pcVar22 + 2;" (assignment_expression "pcVar15 = pcVar22 + 2" identifier = (binary_expression "pcVar22 + 2" identifier + number_literal)) ;) })) (expression_statement "pbVar17 = (byte *)(pcVar15 + 1);" (assignment_expression "pbVar17 = (byte *)(pcVar15 + 1)" identifier = (cast_expression "(byte *)(pcVar15 + 1)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pcVar15 + 1)" ( (binary_expression "pcVar15 + 1" identifier + number_literal) )))) ;) (expression_statement "bVar29 = bVar20 < 0x4c;" (assignment_expression "bVar29 = bVar20 < 0x4c" identifier = (binary_expression "bVar20 < 0x4c" identifier < number_literal)) ;) (expression_statement "bVar30 = bVar20 == 0x4c;" (assignment_expression "bVar30 = bVar20 == 0x4c" identifier = (binary_expression "bVar20 == 0x4c" identifier == number_literal)) ;) (if_statement "if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }" if (parenthesized_expression "(bVar30)" ( identifier )) (compound_statement "{\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }" { (expression_statement "iVar8 = 3;" (assignment_expression "iVar8 = 3" identifier = number_literal) ;) (expression_statement "pbVar23 = pbVar17;" (assignment_expression "pbVar23 = pbVar17" identifier = identifier) ;) (expression_statement "pbVar26 = (byte *)0x701f6;" (assignment_expression "pbVar26 = (byte *)0x701f6" identifier = (cast_expression "(byte *)0x701f6" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (do_statement "do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);" do (compound_statement "{\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n }" { (if_statement "if (iVar8 == 0) break;" if (parenthesized_expression "(iVar8 == 0)" ( (binary_expression "iVar8 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "iVar8 = iVar8 + -1;" (assignment_expression "iVar8 = iVar8 + -1" identifier = (binary_expression "iVar8 + -1" identifier + number_literal)) ;) (expression_statement "bVar29 = *pbVar23 < *pbVar26;" (assignment_expression "bVar29 = *pbVar23 < *pbVar26" identifier = (binary_expression "*pbVar23 < *pbVar26" (pointer_expression "*pbVar23" * identifier) < (pointer_expression "*pbVar26" * identifier))) ;) (expression_statement "bVar30 = *pbVar23 == *pbVar26;" (assignment_expression "bVar30 = *pbVar23 == *pbVar26" identifier = (binary_expression "*pbVar23 == *pbVar26" (pointer_expression "*pbVar23" * identifier) == (pointer_expression "*pbVar26" * identifier))) ;) (expression_statement "pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;" (assignment_expression "pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1" identifier = (binary_expression "pbVar23 + (uint)bVar31 * -2 + 1" (binary_expression "pbVar23 + (uint)bVar31 * -2" identifier + (binary_expression "(uint)bVar31 * -2" (cast_expression "(uint)bVar31" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;" (assignment_expression "pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1" identifier = (binary_expression "pbVar26 + (uint)bVar31 * -2 + 1" (binary_expression "pbVar26 + (uint)bVar31 * -2" identifier + (binary_expression "(uint)bVar31 * -2" (cast_expression "(uint)bVar31" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar30)" ( identifier )) ;) (expression_statement "bVar28 = false;" (assignment_expression "bVar28 = false" identifier = false) ;) (expression_statement "bVar29 = (!bVar29 && !bVar30) == bVar29;" (assignment_expression "bVar29 = (!bVar29 && !bVar30) == bVar29" identifier = (binary_expression "(!bVar29 && !bVar30) == bVar29" (parenthesized_expression "(!bVar29 && !bVar30)" ( (binary_expression "!bVar29 && !bVar30" (unary_expression "!bVar29" ! identifier) && (unary_expression "!bVar30" ! identifier)) )) == identifier)) ;) (if_statement "if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }" if (parenthesized_expression "(!bVar29)" ( (unary_expression "!bVar29" ! identifier) )) (compound_statement "{\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }" { (expression_statement "iVar8 = 4;" (assignment_expression "iVar8 = 4" identifier = number_literal) ;) (expression_statement "pbVar23 = &DAT_000af890;" (assignment_expression "pbVar23 = &DAT_000af890" identifier = (pointer_expression "&DAT_000af890" & identifier)) ;) (do_statement "do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);" do (compound_statement "{\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n }" { (if_statement "if (iVar8 == 0) break;" if (parenthesized_expression "(iVar8 == 0)" ( (binary_expression "iVar8 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "iVar8 = iVar8 + -1;" (assignment_expression "iVar8 = iVar8 + -1" identifier = (binary_expression "iVar8 + -1" identifier + number_literal)) ;) (expression_statement "bVar28 = *pbVar17 < *pbVar23;" (assignment_expression "bVar28 = *pbVar17 < *pbVar23" identifier = (binary_expression "*pbVar17 < *pbVar23" (pointer_expression "*pbVar17" * identifier) < (pointer_expression "*pbVar23" * identifier))) ;) (expression_statement "bVar29 = *pbVar17 == *pbVar23;" (assignment_expression "bVar29 = *pbVar17 == *pbVar23" identifier = (binary_expression "*pbVar17 == *pbVar23" (pointer_expression "*pbVar17" * identifier) == (pointer_expression "*pbVar23" * identifier))) ;) (expression_statement "pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;" (assignment_expression "pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1" identifier = (binary_expression "pbVar17 + (uint)bVar31 * -2 + 1" (binary_expression "pbVar17 + (uint)bVar31 * -2" identifier + (binary_expression "(uint)bVar31 * -2" (cast_expression "(uint)bVar31" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;" (assignment_expression "pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1" identifier = (binary_expression "pbVar23 + (uint)bVar31 * -2 + 1" (binary_expression "pbVar23 + (uint)bVar31 * -2" identifier + (binary_expression "(uint)bVar31 * -2" (cast_expression "(uint)bVar31" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar29)" ( identifier )) ;) (if_statement "if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;" if (parenthesized_expression "((!bVar28 && !bVar29) != bVar28)" ( (binary_expression "(!bVar28 && !bVar29) != bVar28" (parenthesized_expression "(!bVar28 && !bVar29)" ( (binary_expression "!bVar28 && !bVar29" (unary_expression "!bVar28" ! identifier) && (unary_expression "!bVar29" ! identifier)) )) != identifier) )) (goto_statement "goto LAB_000487e7;" goto statement_identifier ;)) })) (expression_statement "sVar13 = 3;" (assignment_expression "sVar13 = 3" identifier = number_literal) ;) (expression_statement "pcVar27 = (char *)0x0;" (assignment_expression "pcVar27 = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "pcVar15 = "lib";" (assignment_expression "pcVar15 = "lib"" identifier = (string_literal ""lib"" " string_content ")) ;) (labeled_statement "LAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);" statement_identifier : (expression_statement "pcVar12 = (char *)xmalloc(sVar13 + sVar25);" (assignment_expression "pcVar12 = (char *)xmalloc(sVar13 + sVar25)" identifier = (cast_expression "(char *)xmalloc(sVar13 + sVar25)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(sVar13 + sVar25)" identifier (argument_list "(sVar13 + sVar25)" ( (binary_expression "sVar13 + sVar25" identifier + identifier) ))))) ;)) (expression_statement "iVar8 = (int)pcVar22 - (int)local_84;" (assignment_expression "iVar8 = (int)pcVar22 - (int)local_84" identifier = (binary_expression "(int)pcVar22 - (int)local_84" (cast_expression "(int)pcVar22" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)local_84" ( (type_descriptor "int" primitive_type) ) identifier))) ;) (if_statement "if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }" if (parenthesized_expression "(pcVar16 == (char *)0x0)" ( (binary_expression "pcVar16 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }" { (expression_statement "sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);" (call_expression "sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15)" identifier (argument_list "(pcVar12,"%.*s%s",iVar8,local_84,pcVar15)" ( identifier , (string_literal ""%.*s%s"" " string_content ") , identifier , identifier , identifier ))) ;) (expression_statement "sVar25 = strlen(pcVar15);" (assignment_expression "sVar25 = strlen(pcVar15)" identifier = (call_expression "strlen(pcVar15)" identifier (argument_list "(pcVar15)" ( identifier )))) ;) (expression_statement "pcVar22 = (char *)(iVar8 + sVar25);" (assignment_expression "pcVar22 = (char *)(iVar8 + sVar25)" identifier = (cast_expression "(char *)(iVar8 + sVar25)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar8 + sVar25)" ( (binary_expression "iVar8 + sVar25" identifier + identifier) )))) ;) }) (else_clause "else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }" else (compound_statement "{\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }" { (expression_statement "sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);" (call_expression "sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1)" identifier (argument_list "(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1)" ( identifier , (string_literal ""%.*s%s/%s"" " string_content ") , identifier , identifier , identifier , (binary_expression "pcVar16 + 1" identifier + number_literal) ))) ;) (expression_statement "sVar25 = strlen(pcVar15);" (assignment_expression "sVar25 = strlen(pcVar15)" identifier = (call_expression "strlen(pcVar15)" identifier (argument_list "(pcVar15)" ( identifier )))) ;) (expression_statement "pcVar22 = (char *)(iVar8 + 1 + sVar25);" (assignment_expression "pcVar22 = (char *)(iVar8 + 1 + sVar25)" identifier = (cast_expression "(char *)(iVar8 + 1 + sVar25)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar8 + 1 + sVar25)" ( (binary_expression "iVar8 + 1 + sVar25" (binary_expression "iVar8 + 1" identifier + number_literal) + identifier) )))) ;) }))) (expression_statement "free(local_84);" (call_expression "free(local_84)" identifier (argument_list "(local_84)" ( identifier ))) ;) (expression_statement "local_84 = pcVar12;" (assignment_expression "local_84 = pcVar12" identifier = identifier) ;) }) (else_clause "else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }" else (compound_statement "{\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }" { (expression_statement "bVar29 = bVar20 < 0x4f;" (assignment_expression "bVar29 = bVar20 < 0x4f" identifier = (binary_expression "bVar20 < 0x4f" identifier < number_literal)) ;) (expression_statement "bVar30 = bVar20 == 0x4f;" (assignment_expression "bVar30 = bVar20 == 0x4f" identifier = (binary_expression "bVar20 == 0x4f" identifier == number_literal)) ;) (if_statement "if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }" if (parenthesized_expression "(bVar30)" ( identifier )) (compound_statement "{\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }" { (expression_statement "iVar8 = 6;" (assignment_expression "iVar8 = 6" identifier = number_literal) ;) (expression_statement "pbVar23 = pbVar17;" (assignment_expression "pbVar23 = pbVar17" identifier = identifier) ;) (expression_statement "pbVar26 = (byte *)0x704cc;" (assignment_expression "pbVar26 = (byte *)0x704cc" identifier = (cast_expression "(byte *)0x704cc" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (do_statement "do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);" do (compound_statement "{\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n }" { (if_statement "if (iVar8 == 0) break;" if (parenthesized_expression "(iVar8 == 0)" ( (binary_expression "iVar8 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "iVar8 = iVar8 + -1;" (assignment_expression "iVar8 = iVar8 + -1" identifier = (binary_expression "iVar8 + -1" identifier + number_literal)) ;) (expression_statement "bVar29 = *pbVar23 < *pbVar26;" (assignment_expression "bVar29 = *pbVar23 < *pbVar26" identifier = (binary_expression "*pbVar23 < *pbVar26" (pointer_expression "*pbVar23" * identifier) < (pointer_expression "*pbVar26" * identifier))) ;) (expression_statement "bVar30 = *pbVar23 == *pbVar26;" (assignment_expression "bVar30 = *pbVar23 == *pbVar26" identifier = (binary_expression "*pbVar23 == *pbVar26" (pointer_expression "*pbVar23" * identifier) == (pointer_expression "*pbVar26" * identifier))) ;) (expression_statement "pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;" (assignment_expression "pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1" identifier = (binary_expression "pbVar23 + (uint)bVar31 * -2 + 1" (binary_expression "pbVar23 + (uint)bVar31 * -2" identifier + (binary_expression "(uint)bVar31 * -2" (cast_expression "(uint)bVar31" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;" (assignment_expression "pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1" identifier = (binary_expression "pbVar26 + (uint)bVar31 * -2 + 1" (binary_expression "pbVar26 + (uint)bVar31 * -2" identifier + (binary_expression "(uint)bVar31 * -2" (cast_expression "(uint)bVar31" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar30)" ( identifier )) ;) (expression_statement "bVar28 = false;" (assignment_expression "bVar28 = false" identifier = false) ;) (expression_statement "bVar29 = (!bVar29 && !bVar30) == bVar29;" (assignment_expression "bVar29 = (!bVar29 && !bVar30) == bVar29" identifier = (binary_expression "(!bVar29 && !bVar30) == bVar29" (parenthesized_expression "(!bVar29 && !bVar30)" ( (binary_expression "!bVar29 && !bVar30" (unary_expression "!bVar29" ! identifier) && (unary_expression "!bVar30" ! identifier)) )) == identifier)) ;) (if_statement "if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }" if (parenthesized_expression "(!bVar29)" ( (unary_expression "!bVar29" ! identifier) )) (compound_statement "{\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }" { (expression_statement "iVar8 = 7;" (assignment_expression "iVar8 = 7" identifier = number_literal) ;) (expression_statement "pbVar23 = (byte *)"RIGIN}";" (assignment_expression "pbVar23 = (byte *)"RIGIN}"" identifier = (cast_expression "(byte *)"RIGIN}"" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (string_literal ""RIGIN}"" " string_content "))) ;) (do_statement "do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);" do (compound_statement "{\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n }" { (if_statement "if (iVar8 == 0) break;" if (parenthesized_expression "(iVar8 == 0)" ( (binary_expression "iVar8 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "iVar8 = iVar8 + -1;" (assignment_expression "iVar8 = iVar8 + -1" identifier = (binary_expression "iVar8 + -1" identifier + number_literal)) ;) (expression_statement "bVar28 = *pbVar17 < *pbVar23;" (assignment_expression "bVar28 = *pbVar17 < *pbVar23" identifier = (binary_expression "*pbVar17 < *pbVar23" (pointer_expression "*pbVar17" * identifier) < (pointer_expression "*pbVar23" * identifier))) ;) (expression_statement "bVar29 = *pbVar17 == *pbVar23;" (assignment_expression "bVar29 = *pbVar17 == *pbVar23" identifier = (binary_expression "*pbVar17 == *pbVar23" (pointer_expression "*pbVar17" * identifier) == (pointer_expression "*pbVar23" * identifier))) ;) (expression_statement "pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;" (assignment_expression "pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1" identifier = (binary_expression "pbVar17 + (uint)bVar31 * -2 + 1" (binary_expression "pbVar17 + (uint)bVar31 * -2" identifier + (binary_expression "(uint)bVar31 * -2" (cast_expression "(uint)bVar31" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;" (assignment_expression "pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1" identifier = (binary_expression "pbVar23 + (uint)bVar31 * -2 + 1" (binary_expression "pbVar23 + (uint)bVar31 * -2" identifier + (binary_expression "(uint)bVar31 * -2" (cast_expression "(uint)bVar31" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar29)" ( identifier )) ;) (if_statement "if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;" if (parenthesized_expression "((!bVar28 && !bVar29) != bVar28)" ( (binary_expression "(!bVar28 && !bVar29) != bVar28" (parenthesized_expression "(!bVar28 && !bVar29)" ( (binary_expression "!bVar28 && !bVar29" (unary_expression "!bVar28" ! identifier) && (unary_expression "!bVar29" ! identifier)) )) != identifier) )) (goto_statement "goto LAB_000487e7;" goto statement_identifier ;)) })) (expression_statement "puVar11 = puVar1;" (assignment_expression "puVar11 = puVar1" identifier = identifier) ;) (if_statement "if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }" if (parenthesized_expression "(((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0))" ( (binary_expression "((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)" (parenthesized_expression "((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0))" ( (binary_expression "(puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)" (parenthesized_expression "(puVar1 != (undefined4 *)0x0)" ( (binary_expression "puVar1 != (undefined4 *)0x0" identifier != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) || (parenthesized_expression "(puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)" ( (comma_expression "puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0" (assignment_expression "puVar11 = DAT_001c4614" identifier = identifier) , (binary_expression "DAT_001c4614 != (undefined4 *)0x0" identifier != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) && (parenthesized_expression "(pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)" ( (comma_expression "pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0" (assignment_expression "pcVar27 = (char *)*puVar11" identifier = (cast_expression "(char *)*puVar11" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar11" * identifier))) , (binary_expression "pcVar27 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) (compound_statement "{\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }" { (if_statement "if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }" if (parenthesized_expression "(*pcVar27 == '/')" ( (binary_expression "*pcVar27 == '/'" (pointer_expression "*pcVar27" * identifier) == (char_literal "'/'" ' character ')) )) (compound_statement "{\n pcVar15 = (char *)xstrdup(pcVar27);\n }" { (expression_statement "pcVar15 = (char *)xstrdup(pcVar27);" (assignment_expression "pcVar15 = (char *)xstrdup(pcVar27)" identifier = (cast_expression "(char *)xstrdup(pcVar27)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xstrdup(pcVar27)" identifier (argument_list "(pcVar27)" ( identifier ))))) ;) }) (else_clause "else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }" else (compound_statement "{\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }" { (expression_statement "pcVar12 = (char *)getpwd();" (assignment_expression "pcVar12 = (char *)getpwd()" identifier = (cast_expression "(char *)getpwd()" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "getpwd()" identifier (argument_list "()" ( ))))) ;) (expression_statement "sVar13 = strlen(pcVar27);" (assignment_expression "sVar13 = strlen(pcVar27)" identifier = (call_expression "strlen(pcVar27)" identifier (argument_list "(pcVar27)" ( identifier )))) ;) (expression_statement "sVar14 = strlen(pcVar12);" (assignment_expression "sVar14 = strlen(pcVar12)" identifier = (call_expression "strlen(pcVar12)" identifier (argument_list "(pcVar12)" ( identifier )))) ;) (expression_statement "pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);" (assignment_expression "pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14)" identifier = (cast_expression "(char *)xmalloc(sVar13 + 2 + sVar14)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(sVar13 + 2 + sVar14)" identifier (argument_list "(sVar13 + 2 + sVar14)" ( (binary_expression "sVar13 + 2 + sVar14" (binary_expression "sVar13 + 2" identifier + number_literal) + identifier) ))))) ;) (expression_statement "sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);" (call_expression "sprintf(pcVar15,"%s/%s",pcVar12,pcVar27)" identifier (argument_list "(pcVar15,"%s/%s",pcVar12,pcVar27)" ( identifier , (string_literal ""%s/%s"" " string_content ") , identifier , identifier ))) ;) }))) (expression_statement "pcVar27 = strrchr(pcVar15,0x2f);" (assignment_expression "pcVar27 = strrchr(pcVar15,0x2f)" identifier = (call_expression "strrchr(pcVar15,0x2f)" identifier (argument_list "(pcVar15,0x2f)" ( identifier , number_literal )))) ;) (if_statement "if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }" if (parenthesized_expression "(pcVar27 != (char *)0x0)" ( (binary_expression "pcVar27 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n *pcVar27 = '\0';\n }" { (expression_statement "*pcVar27 = '\0';" (assignment_expression "*pcVar27 = '\0'" (pointer_expression "*pcVar27" * identifier) = (char_literal "'\0'" ' escape_sequence ')) ;) })) (expression_statement "sVar13 = strlen(pcVar15);" (assignment_expression "sVar13 = strlen(pcVar15)" identifier = (call_expression "strlen(pcVar15)" identifier (argument_list "(pcVar15)" ( identifier )))) ;) (expression_statement "pcVar27 = pcVar15;" (assignment_expression "pcVar27 = pcVar15" identifier = identifier) ;) (goto_statement "goto LAB_00048700;" goto statement_identifier ;) })) })) (labeled_statement "LAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }" statement_identifier : (if_statement "if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }" if (parenthesized_expression "(DAT_001c475c != 0)" ( (binary_expression "DAT_001c475c != 0" identifier != number_literal) )) (compound_statement "{\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }" { (expression_statement "uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);" (assignment_expression "uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5)" identifier = (call_expression "dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5)" identifier (argument_list "(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5)" ( number_literal , (string_literal ""unrecognised or unsupported token \'%s\' in search path\n"" " string_content escape_sequence string_content escape_sequence string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_00034d90(uVar9,pcVar22);" (call_expression "FUN_00034d90(uVar9,pcVar22)" identifier (argument_list "(uVar9,pcVar22)" ( identifier , identifier ))) ;) }))) (if_statement "if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }" if (parenthesized_expression "(pcVar16 != (char *)0x0)" ( (binary_expression "pcVar16 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n *pcVar16 = '/';\n }" { (expression_statement "*pcVar16 = '/';" (assignment_expression "*pcVar16 = '/'" (pointer_expression "*pcVar16" * identifier) = (char_literal "'/'" ' character ')) ;) })) (expression_statement "pcVar27 = (char *)0x0;" (assignment_expression "pcVar27 = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "pcVar22 = pcVar22 + (1 - (int)local_84);" (assignment_expression "pcVar22 = pcVar22 + (1 - (int)local_84)" identifier = (binary_expression "pcVar22 + (1 - (int)local_84)" identifier + (parenthesized_expression "(1 - (int)local_84)" ( (binary_expression "1 - (int)local_84" number_literal - (cast_expression "(int)local_84" ( (type_descriptor "int" primitive_type) ) identifier)) )))) ;) }))) (expression_statement "free(pcVar27);" (call_expression "free(pcVar27)" identifier (argument_list "(pcVar27)" ( identifier ))) ;) })) (expression_statement "iVar8 = FUN_00047df0();" (assignment_expression "iVar8 = FUN_00047df0()" identifier = (call_expression "FUN_00047df0()" identifier (argument_list "()" ( )))) ;) (if_statement "if (iVar8 != 0) goto LAB_000484a0;" if (parenthesized_expression "(iVar8 != 0)" ( (binary_expression "iVar8 != 0" identifier != number_literal) )) (goto_statement "goto LAB_000484a0;" goto statement_identifier ;)) (expression_statement "free(local_84);" (call_expression "free(local_84)" identifier (argument_list "(local_84)" ( identifier ))) ;) (if_statement "if (*local_68 == '\0') break;" if (parenthesized_expression "(*local_68 == '\0')" ( (binary_expression "*local_68 == '\0'" (pointer_expression "*local_68" * identifier) == (char_literal "'\0'" ' escape_sequence ')) )) (break_statement "break;" break ;)) (expression_statement "pcVar22 = local_68 + 1;" (assignment_expression "pcVar22 = local_68 + 1" identifier = (binary_expression "local_68 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "( true )" ( true )) ;) })))) (expression_statement "sVar10 = strlen((char *)local_78[2]);" (assignment_expression "sVar10 = strlen((char *)local_78[2])" identifier = (call_expression "strlen((char *)local_78[2])" identifier (argument_list "((char *)local_78[2])" ( (cast_expression "(char *)local_78[2]" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "local_78[2]" identifier [ number_literal ])) )))) ;) (if_statement "if (DAT_001c4804 != (int *)0x0) {\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }" if (parenthesized_expression "(DAT_001c4804 != (int *)0x0)" ( (binary_expression "DAT_001c4804 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }" { (expression_statement "piVar24 = DAT_001c4804;" (assignment_expression "piVar24 = DAT_001c4804" identifier = identifier) ;) (do_statement "do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);" do (compound_statement "{\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n }" { (if_statement "if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }" if (parenthesized_expression "(piVar24[2] == 0)" ( (binary_expression "piVar24[2] == 0" (subscript_expression "piVar24[2]" identifier [ number_literal ]) == number_literal) )) (compound_statement "{\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }" { (expression_statement "sVar25 = strlen((char *)piVar24[1]);" (assignment_expression "sVar25 = strlen((char *)piVar24[1])" identifier = (call_expression "strlen((char *)piVar24[1])" identifier (argument_list "((char *)piVar24[1])" ( (cast_expression "(char *)piVar24[1]" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar24[1]" identifier [ number_literal ])) )))) ;) (expression_statement "pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);" (assignment_expression "pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2)" identifier = (cast_expression "(char *)xmalloc(sVar25 + sVar10 + 2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(sVar25 + sVar10 + 2)" identifier (argument_list "(sVar25 + sVar10 + 2)" ( (binary_expression "sVar25 + sVar10 + 2" (binary_expression "sVar25 + sVar10" identifier + identifier) + number_literal) ))))) ;) (expression_statement "sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);" (call_expression "sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2])" identifier (argument_list "(pcVar22,"%s/%s",piVar24[1],local_78[2])" ( identifier , (string_literal ""%s/%s"" " string_content ") , (subscript_expression "piVar24[1]" identifier [ number_literal ]) , (subscript_expression "local_78[2]" identifier [ number_literal ]) ))) ;) (expression_statement "iVar8 = FUN_00047df0();" (assignment_expression "iVar8 = FUN_00047df0()" identifier = (call_expression "FUN_00047df0()" identifier (argument_list "()" ( )))) ;) (if_statement "if (iVar8 != 0) goto LAB_000484a0;" if (parenthesized_expression "(iVar8 != 0)" ( (binary_expression "iVar8 != 0" identifier != number_literal) )) (goto_statement "goto LAB_000484a0;" goto statement_identifier ;)) (expression_statement "free(pcVar22);" (call_expression "free(pcVar22)" identifier (argument_list "(pcVar22)" ( identifier ))) ;) })) (expression_statement "piVar24 = (int *)*piVar24;" (assignment_expression "piVar24 = (int *)*piVar24" identifier = (cast_expression "(int *)*piVar24" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar24" * identifier))) ;) }) while (parenthesized_expression "(piVar24 != (int *)0x0)" ( (binary_expression "piVar24 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) })) (if_statement "if (bVar3) goto code_r0x00048a13;" if (parenthesized_expression "(bVar3)" ( identifier )) (goto_statement "goto code_r0x00048a13;" goto statement_identifier ;)) (expression_statement "bVar3 = true;" (assignment_expression "bVar3 = true" identifier = true) ;) }) while (parenthesized_expression "( true )" ( true )) ;) })) })) })) (goto_statement "goto LAB_000484a0;" goto statement_identifier ;) })) (labeled_statement "LAB_000484b2:\n if (((DAT_001c45e3 & 0xc0) == 0x80) &&\n (iVar8 = bfd_elf_parse_eh_frame_entries(0,&DAT_001c45e0), iVar8 == 0)) {\n uVar9 = dcgettext(0,"%F%P: failed to parse EH frame entries\n",5);\n FUN_00034dc0(uVar9);\n }" statement_identifier : (if_statement "if (((DAT_001c45e3 & 0xc0) == 0x80) &&\n (iVar8 = bfd_elf_parse_eh_frame_entries(0,&DAT_001c45e0), iVar8 == 0)) {\n uVar9 = dcgettext(0,"%F%P: failed to parse EH frame entries\n",5);\n FUN_00034dc0(uVar9);\n }" if (parenthesized_expression "(((DAT_001c45e3 & 0xc0) == 0x80) &&\n (iVar8 = bfd_elf_parse_eh_frame_entries(0,&DAT_001c45e0), iVar8 == 0))" ( (binary_expression "((DAT_001c45e3 & 0xc0) == 0x80) &&\n (iVar8 = bfd_elf_parse_eh_frame_entries(0,&DAT_001c45e0), iVar8 == 0)" (parenthesized_expression "((DAT_001c45e3 & 0xc0) == 0x80)" ( (binary_expression "(DAT_001c45e3 & 0xc0) == 0x80" (parenthesized_expression "(DAT_001c45e3 & 0xc0)" ( (binary_expression "DAT_001c45e3 & 0xc0" identifier & number_literal) )) == number_literal) )) && (parenthesized_expression "(iVar8 = bfd_elf_parse_eh_frame_entries(0,&DAT_001c45e0), iVar8 == 0)" ( (comma_expression "iVar8 = bfd_elf_parse_eh_frame_entries(0,&DAT_001c45e0), iVar8 == 0" (assignment_expression "iVar8 = bfd_elf_parse_eh_frame_entries(0,&DAT_001c45e0)" identifier = (call_expression "bfd_elf_parse_eh_frame_entries(0,&DAT_001c45e0)" identifier (argument_list "(0,&DAT_001c45e0)" ( number_literal , (pointer_expression "&DAT_001c45e0" & identifier) )))) , (binary_expression "iVar8 == 0" identifier == number_literal)) ))) )) (compound_statement "{\n uVar9 = dcgettext(0,"%F%P: failed to parse EH frame entries\n",5);\n FUN_00034dc0(uVar9);\n }" { (expression_statement "uVar9 = dcgettext(0,"%F%P: failed to parse EH frame entries\n",5);" (assignment_expression "uVar9 = dcgettext(0,"%F%P: failed to parse EH frame entries\n",5)" identifier = (call_expression "dcgettext(0,"%F%P: failed to parse EH frame entries\n",5)" identifier (argument_list "(0,"%F%P: failed to parse EH frame entries\n",5)" ( number_literal , (string_literal ""%F%P: failed to parse EH frame entries\n"" " string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_00034dc0(uVar9);" (call_expression "FUN_00034dc0(uVar9)" identifier (argument_list "(uVar9)" ( identifier ))) ;) }))) }))) })) (return_statement "return;" return ;) (labeled_statement "code_r0x00048a13:\n uVar9 = local_78[1];" statement_identifier : (expression_statement "uVar9 = local_78[1];" (assignment_expression "uVar9 = local_78[1]" identifier = (subscript_expression "local_78[1]" identifier [ number_literal ])) ;)) (expression_statement "uVar2 = local_78[2];" (assignment_expression "uVar2 = local_78[2]" identifier = (subscript_expression "local_78[2]" identifier [ number_literal ])) ;) (expression_statement "uVar18 = dcgettext(0,\n "%P: warning: %s, needed by %pB, not found (try using -rpath or -rpath-link)\n"\n ,5);" (assignment_expression "uVar18 = dcgettext(0,\n "%P: warning: %s, needed by %pB, not found (try using -rpath or -rpath-link)\n"\n ,5)" identifier = (call_expression "dcgettext(0,\n "%P: warning: %s, needed by %pB, not found (try using -rpath or -rpath-link)\n"\n ,5)" identifier (argument_list "(0,\n "%P: warning: %s, needed by %pB, not found (try using -rpath or -rpath-link)\n"\n ,5)" ( number_literal , (string_literal ""%P: warning: %s, needed by %pB, not found (try using -rpath or -rpath-link)\n"" " string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_00034dc0(uVar18,uVar2,uVar9);" (call_expression "FUN_00034dc0(uVar18,uVar2,uVar9)" identifier (argument_list "(uVar18,uVar2,uVar9)" ( identifier , identifier , identifier ))) ;) (labeled_statement "LAB_000484a0:\n local_78 = (undefined4 *)*local_78;" statement_identifier : (expression_statement "local_78 = (undefined4 *)*local_78;" (assignment_expression "local_78 = (undefined4 *)*local_78" identifier = (cast_expression "(undefined4 *)*local_78" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*local_78" * identifier))) ;)) (if_statement "if (local_78 == (undefined4 *)0x0) goto LAB_000484b2;" if (parenthesized_expression "(local_78 == (undefined4 *)0x0)" ( (binary_expression "local_78 == (undefined4 *)0x0" identifier == (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_000484b2;" goto statement_identifier ;)) (goto_statement "goto LAB_00048360;" goto statement_identifier ;) })))
(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 (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (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 (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (pointer_expression * (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 IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence string_content escape_sequence ") , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) })) })) (expression_statement (assignment_expression IDENT = IDENT) ;) (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 { (for_statement for ( ; (binary_expression IDENT != LIT) ; (assignment_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 (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) == LIT) )) && (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != LIT) ))) )) && (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) & LIT) )) == LIT) ))) )) (compound_statement { (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 ( (binary_expression (binary_expression IDENT + LIT) == LIT) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (string_literal " string_content escape_sequence ")) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") , (string_literal " string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content ") )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (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 (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 IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = 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 (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression IDENT + LIT)) ;) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = (string_literal " string_content escape_sequence ")) ;) }))) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , IDENT , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (break_statement break ;) })) })) (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 = IDENT) ;) })) (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 * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) )))) + LIT) ))))) )) (argument_list ( (pointer_expression & IDENT) ))) ;)) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) == LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT >> LIT) == (parenthesized_expression ( (binary_expression (unary_expression ~ IDENT) & LIT) ))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") , (binary_expression (binary_expression (binary_expression IDENT >> LIT) & LIT) | LIT) ))) ;) })) }) (else_clause else (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) == LIT) )) && (parenthesized_expression ( (binary_expression IDENT != LIT) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression IDENT = BOOL) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (do_statement do (compound_statement { (while_statement while (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) & LIT) )) != LIT) )) (compound_statement { (labeled_statement statement_identifier : (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) )) (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) ))))) ;) (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)) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) < (binary_expression IDENT + LIT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) == (binary_expression IDENT + LIT))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (unary_expression ! IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (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 )) ;) (expression_statement (assignment_expression IDENT = BOOL) ;) (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( (binary_expression (unary_expression ! IDENT) && (unary_expression ! IDENT)) )) == IDENT)) ;) (if_statement if (parenthesized_expression ( IDENT )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (string_literal " string_content "))) ;) (do_statement do (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * IDENT) < (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * IDENT) == (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) + LIT)) ;) }) while (parenthesized_expression ( IDENT )) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (unary_expression ! IDENT) && (unary_expression ! IDENT)) )) == IDENT) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) , (binary_expression (binary_expression (subscript_expression IDENT [ LIT ]) == LIT) && (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression LIT < (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ]))) ))) <= (binary_expression (parenthesized_expression ( IDENT )) - (subscript_expression IDENT [ LIT ]))))) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) })) })) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) }) while (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = IDENT) ;)) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) , (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT) != IDENT)) ))) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (break_statement break ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) 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 IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) || (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) ))) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = BOOL) , (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) == LIT)) ))) )) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) })) })) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT & LIT) | LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT != LIT) )) ;) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == LIT) )) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") , (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) + LIT) )))) | LIT) )))) , (binary_expression IDENT == LIT)) ))) )) (compound_statement { (if_statement if (parenthesized_expression ( IDENT )) (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 ))) ;) })) }) (else_clause else (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) })))) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT , (pointer_expression & IDENT) ))))) ;) (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 (assignment_expression IDENT = IDENT) ;)) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) == LIT) )) || (parenthesized_expression ( (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( (subscript_expression IDENT [ LIT ]) )))) , (binary_expression (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) == LIT) && (parenthesized_expression ( (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (subscript_expression IDENT [ LIT ]) == LIT) || (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) ))) )) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( (subscript_expression IDENT [ LIT ]) )))) , (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) == LIT)) ))) )) )))) )) ))) )) (compound_statement { (for_statement for ( ; (binary_expression IDENT != IDENT) ; (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) == LIT) )) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( (subscript_expression IDENT [ LIT ]) )))) , (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) == LIT)) ))) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) , (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) )))) , (binary_expression IDENT == LIT)) ))) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (goto_statement goto statement_identifier ;)) (break_statement break ;) })) })) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == LIT) )) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) )))) , (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT)) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != 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 , IDENT , IDENT ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == LIT) )) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) , (binary_expression IDENT == LIT)) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = BOOL) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = 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 ( )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (break_statement break ;)) }) (else_clause else (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) && (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != (char_literal ' escape_sequence ')) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( 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 ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) - (cast_expression ( (type_descriptor TYPE) ) IDENT))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( (binary_expression (binary_expression IDENT + LIT) + IDENT) ))))) ;) (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 , IDENT , IDENT ))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ IDENT ]) = (char_literal ' character ')) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + IDENT) + LIT)) ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (while_statement while (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression IDENT + (cast_expression ( (type_descriptor TYPE) ) IDENT)) , LIT )))) , (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 , LIT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (char_literal ' escape_sequence ')) ;) })) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT < LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT == LIT)) ;) (if_statement if (parenthesized_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 *)) ) 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 = (pointer_expression & IDENT)) ;) (do_statement do (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * IDENT) < (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * IDENT) == (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) + LIT)) ;) }) while (parenthesized_expression ( IDENT )) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (unary_expression ! IDENT) && (unary_expression ! IDENT)) )) != IDENT) )) (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)) ;) (expression_statement (assignment_expression IDENT = (string_literal " string_content ")) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( (binary_expression IDENT + IDENT) ))))) ;)) (expression_statement (assignment_expression IDENT = (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 (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") , IDENT , IDENT , 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 *)) ) (parenthesized_expression ( (binary_expression IDENT + IDENT) )))) ;) }) (else_clause else (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") , IDENT , IDENT , IDENT , (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 *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) + IDENT) )))) ;) }))) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT < LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT == LIT)) ;) (if_statement if (parenthesized_expression ( 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 *)) ) 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 = (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) )) (goto_statement goto statement_identifier ;)) })) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = IDENT) , (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT))) ))) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) , (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT))) ))) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) == (char_literal ' character ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT ))))) ;) }) (else_clause else (compound_statement { (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 = (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 IDENT + LIT) + IDENT) ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") , IDENT , IDENT ))) ;) }))) (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 (assignment_expression (pointer_expression * IDENT) = (char_literal ' escape_sequence ')) ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (goto_statement goto statement_identifier ;) })) })) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence string_content escape_sequence string_content escape_sequence ") , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( 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 (pointer_expression * IDENT) = (char_literal ' character ')) ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (parenthesized_expression ( (binary_expression LIT - (cast_expression ( (type_descriptor TYPE) ) IDENT)) )))) ;) }))) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (goto_statement goto statement_identifier ;)) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) == (char_literal ' escape_sequence ')) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( BOOL )) ;) })))) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (do_statement do (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (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 *)) ) (call_expression IDENT (argument_list ( (binary_expression (binary_expression IDENT + IDENT) + LIT) ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") , (subscript_expression IDENT [ LIT ]) , (subscript_expression IDENT [ LIT ]) ))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (goto_statement goto statement_identifier ;)) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) }) while (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) ;) })) (if_statement if (parenthesized_expression ( IDENT )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = BOOL) ;) }) while (parenthesized_expression ( BOOL )) ;) })) })) })) (goto_statement goto statement_identifier ;) })) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) == LIT) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (pointer_expression & IDENT) )))) , (binary_expression IDENT == 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 ))) ;) }))) }))) })) (return_statement return ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;)) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;)) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (goto_statement goto statement_identifier ;)) (goto_statement goto statement_identifier ;) })))
(function_definition "void FUN_00048120(void)\n\n{\n undefined4 *puVar1;\n undefined4 uVar2;\n bool bVar3;\n void *pvVar4;\n char *pcVar5;\n undefined4 *puVar6;\n uint uVar7;\n int iVar8;\n undefined4 uVar9;\n size_t sVar10;\n undefined4 *puVar11;\n char *pcVar12;\n size_t sVar13;\n size_t sVar14;\n char *pcVar15;\n char *pcVar16;\n byte *pbVar17;\n undefined4 uVar18;\n int iVar19;\n byte bVar20;\n int iVar21;\n char *pcVar22;\n byte *pbVar23;\n int *piVar24;\n size_t sVar25;\n byte *pbVar26;\n char *pcVar27;\n bool bVar28;\n bool bVar29;\n bool bVar30;\n byte bVar31;\n longlong lVar32;\n char *local_84;\n undefined4 *local_78;\n int local_74;\n char *local_68;\n \n bVar31 = 0;\n FUN_000339e0();\n iVar8 = DAT_001c4600;\n if (*(int *)(DAT_001c4600 + 0x28) == 1) {\n if (DAT_001c46a0 != 0) {\n unlink_if_ordinary(DAT_001c46a0);\n DAT_001c4618 = bfd_openw(DAT_001c46a0,*(undefined4 *)DAT_001c4614[1]);\n iVar19 = DAT_001c46a0;\n if (DAT_001c4618 == 0) {\n uVar9 = dcgettext(0,"%F%P: %s: can\'t open for writing: %E\n",5);\n FUN_00034dc0(uVar9,iVar19);\n }\n }\n puVar6 = DAT_001c4614;\n iVar19 = DAT_001c461c;\n if (DAT_001c3d64 != (void *)0x0) {\n for (; iVar19 != 0; iVar19 = *(int *)(iVar19 + 0x9c)) {\n if (((*(int *)(*(int *)(iVar19 + 4) + 4) == 5) && (*(int *)(iVar19 + 0x68) != 0)) &&\n ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) == 0)) {\n lVar32 = FUN_00038a90(DAT_001c3d64);\n if ((lVar32 == 0) || (lVar32 + 0x10 == 0)) {\n pcVar5 = "%P: warning: unrecognized --build-id style ignored\n";\n }\n else {\n iVar19 = bfd_make_section_with_flags\n (iVar19,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n \n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n \n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." \n );\n if (iVar19 != 0) {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n puVar6 = DAT_001c4614;\n iVar21 = *(int *)(DAT_001c4614[0x28] + 0x9c0);\n *(code **)(iVar21 + 0x10) = FUN_00046f30;\n pvVar4 = DAT_001c3d64;\n *(int *)(iVar21 + 0x18) = iVar19;\n *(void **)(iVar21 + 0x14) = pvVar4;\n *(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4) = 7;\n *(longlong *)(iVar19 + 0x2c) = lVar32 + 0x10;\n goto LAB_000482f4;\n }\n pcVar5 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";\n }\n uVar9 = dcgettext(0,pcVar5,5);\n FUN_00034dc0(uVar9);\n break;\n }\n }\n free(DAT_001c3d64);\n DAT_001c3d64 = (void *)0x0;\n puVar6 = DAT_001c4614;\n }\nLAB_000482f4:\n (**(code **)(*(int *)(puVar6[1] + 0x1c0) + 0x1d0))(&DAT_001c45e0);\n if ((DAT_001c45e0 & 3) == 2) {\n if (DAT_001c45e5 >> 7 == (~DAT_001c45e6 & 1)) {\n bfd_make_section_with_flags(DAT_001c461c,".note.GNU-stack",DAT_001c45e5 >> 3 & 0x10 | 8);\n }\n }\n else {\n if (((DAT_001c45e4 & 0x20) == 0) && (DAT_001c461c != 0)) {\n local_78 = (undefined4 *)0x0;\n bVar3 = false;\n local_74 = 0;\n iVar19 = DAT_001c461c;\n do {\n while ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) != 0) {\nLAB_00048a88:\n iVar19 = *(int *)(iVar19 + 0x9c);\n if (iVar19 == 0) goto LAB_00048b86;\n }\n puVar6 = *(undefined4 **)(iVar19 + 0x60);\n if (puVar6 != (undefined4 *)0x0) {\n local_84 = (char *)0x0;\n do {\n bVar29 = (undefined *)puVar6[0x15] < PTR__bfd_std_section_001c1fd4 + 0x180;\n bVar30 = (undefined *)puVar6[0x15] == PTR__bfd_std_section_001c1fd4 + 0x180;\n pcVar5 = local_84;\n if (!bVar30) {\n iVar21 = 0xf;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame_entry";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (bVar29) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar21 = 10;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if (((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])) {\n pcVar5 = local_84;\n }\n }\n local_84 = pcVar5;\n puVar6 = (undefined4 *)puVar6[3];\n } while (puVar6 != (undefined4 *)0x0);\n if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pcVar5 = local_84;\n if ((local_78 != (undefined4 *)0x0) &&\n (pcVar5 = (char *)local_78, (char *)local_78 != local_84)) {\n if (local_84 != (char *)0x1) {\n iVar19 = local_74;\n }\n uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n FUN_00034dc0(uVar9,iVar19);\n break;\n }\n local_78 = (undefined4 *)pcVar5;\n if ((local_74 == 0) &&\n (((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)))) {\n local_74 = iVar19;\n }\n }\n }\n if (local_78 != (undefined4 *)0x2) goto LAB_00048a88;\n iVar19 = *(int *)(iVar19 + 0x9c);\n _DAT_001c45e2 = _DAT_001c45e2 & 0x3fff | 0x8000;\n } while (iVar19 != 0);\nLAB_00048b86:\n if ((local_74 == 0) ||\n (iVar19 = bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8),\n iVar19 == 0)) {\n if (bVar3) {\n uVar9 = dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n FUN_00034dc0(uVar9);\n }\n }\n else {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n *(int *)(iVar8 + 0xd0) = iVar19;\n }\n }\n puVar6 = (undefined4 *)bfd_elf_get_needed_list(DAT_001c4614,&DAT_001c45e0);\n local_78 = puVar6;\n if (puVar6 != (undefined4 *)0x0) {\nLAB_00048360:\n puVar1 = puVar6;\n if ((local_78[1] == 0) ||\n ((uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 1) == 0 &&\n (((local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0)))))) {\n for (; puVar1 != local_78; puVar1 = (undefined4 *)*puVar1) {\n if (((puVar1[1] == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0)) &&\n (iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2]), iVar8 == 0)) {\n if (puVar1 != local_78) goto LAB_000484a0;\n break;\n }\n }\n DAT_001c3d78 = 0;\n DAT_001c3de0 = local_78;\n DAT_001c3de4 = FUN_00047cf0;\n FUN_000276c0(FUN_00045020);\n if ((DAT_001c3d78 == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(*(undefined4 *)(DAT_001c3d78 + 0x10)),\n (uVar7 & 1) != 0)) {\n puVar1 = (undefined4 *)local_78[1];\n pcVar5 = (char *)local_78[2];\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,"%s needed by %pB\n",5);\n FUN_00034d90(uVar9,pcVar5,puVar1);\n }\n if ((DAT_001c3d78 == 0) || (iVar8 = FUN_00047df0(), iVar8 == 0)) {\n bVar3 = false;\n do {\n pcVar22 = DAT_001c46c8;\n if (*pcVar5 == '/') {\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }\n else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }\n sVar10 = strlen((char *)local_78[2]);\n if (DAT_001c4804 != (int *)0x0) {\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }\n if (bVar3) goto code_r0x00048a13;\n bVar3 = true;\n } while( true );\n }\n }\n }\n goto LAB_000484a0;\n }\nLAB_000484b2:\n if (((DAT_001c45e3 & 0xc0) == 0x80) &&\n (iVar8 = bfd_elf_parse_eh_frame_entries(0,&DAT_001c45e0), iVar8 == 0)) {\n uVar9 = dcgettext(0,"%F%P: failed to parse EH frame entries\n",5);\n FUN_00034dc0(uVar9);\n }\n }\n }\n return;\ncode_r0x00048a13:\n uVar9 = local_78[1];\n uVar2 = local_78[2];\n uVar18 = dcgettext(0,\n "%P: warning: %s, needed by %pB, not found (try using -rpath or -rpath-link)\n"\n ,5);\n FUN_00034dc0(uVar18,uVar2,uVar9);\nLAB_000484a0:\n local_78 = (undefined4 *)*local_78;\n if (local_78 == (undefined4 *)0x0) goto LAB_000484b2;\n goto LAB_00048360;\n}" (primitive_type "void") (function_declarator "FUN_00048120(void)" (identifier "FUN_00048120") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n undefined4 *puVar1;\n undefined4 uVar2;\n bool bVar3;\n void *pvVar4;\n char *pcVar5;\n undefined4 *puVar6;\n uint uVar7;\n int iVar8;\n undefined4 uVar9;\n size_t sVar10;\n undefined4 *puVar11;\n char *pcVar12;\n size_t sVar13;\n size_t sVar14;\n char *pcVar15;\n char *pcVar16;\n byte *pbVar17;\n undefined4 uVar18;\n int iVar19;\n byte bVar20;\n int iVar21;\n char *pcVar22;\n byte *pbVar23;\n int *piVar24;\n size_t sVar25;\n byte *pbVar26;\n char *pcVar27;\n bool bVar28;\n bool bVar29;\n bool bVar30;\n byte bVar31;\n longlong lVar32;\n char *local_84;\n undefined4 *local_78;\n int local_74;\n char *local_68;\n \n bVar31 = 0;\n FUN_000339e0();\n iVar8 = DAT_001c4600;\n if (*(int *)(DAT_001c4600 + 0x28) == 1) {\n if (DAT_001c46a0 != 0) {\n unlink_if_ordinary(DAT_001c46a0);\n DAT_001c4618 = bfd_openw(DAT_001c46a0,*(undefined4 *)DAT_001c4614[1]);\n iVar19 = DAT_001c46a0;\n if (DAT_001c4618 == 0) {\n uVar9 = dcgettext(0,"%F%P: %s: can\'t open for writing: %E\n",5);\n FUN_00034dc0(uVar9,iVar19);\n }\n }\n puVar6 = DAT_001c4614;\n iVar19 = DAT_001c461c;\n if (DAT_001c3d64 != (void *)0x0) {\n for (; iVar19 != 0; iVar19 = *(int *)(iVar19 + 0x9c)) {\n if (((*(int *)(*(int *)(iVar19 + 4) + 4) == 5) && (*(int *)(iVar19 + 0x68) != 0)) &&\n ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) == 0)) {\n lVar32 = FUN_00038a90(DAT_001c3d64);\n if ((lVar32 == 0) || (lVar32 + 0x10 == 0)) {\n pcVar5 = "%P: warning: unrecognized --build-id style ignored\n";\n }\n else {\n iVar19 = bfd_make_section_with_flags\n (iVar19,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n \n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n \n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." \n );\n if (iVar19 != 0) {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n puVar6 = DAT_001c4614;\n iVar21 = *(int *)(DAT_001c4614[0x28] + 0x9c0);\n *(code **)(iVar21 + 0x10) = FUN_00046f30;\n pvVar4 = DAT_001c3d64;\n *(int *)(iVar21 + 0x18) = iVar19;\n *(void **)(iVar21 + 0x14) = pvVar4;\n *(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4) = 7;\n *(longlong *)(iVar19 + 0x2c) = lVar32 + 0x10;\n goto LAB_000482f4;\n }\n pcVar5 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";\n }\n uVar9 = dcgettext(0,pcVar5,5);\n FUN_00034dc0(uVar9);\n break;\n }\n }\n free(DAT_001c3d64);\n DAT_001c3d64 = (void *)0x0;\n puVar6 = DAT_001c4614;\n }\nLAB_000482f4:\n (**(code **)(*(int *)(puVar6[1] + 0x1c0) + 0x1d0))(&DAT_001c45e0);\n if ((DAT_001c45e0 & 3) == 2) {\n if (DAT_001c45e5 >> 7 == (~DAT_001c45e6 & 1)) {\n bfd_make_section_with_flags(DAT_001c461c,".note.GNU-stack",DAT_001c45e5 >> 3 & 0x10 | 8);\n }\n }\n else {\n if (((DAT_001c45e4 & 0x20) == 0) && (DAT_001c461c != 0)) {\n local_78 = (undefined4 *)0x0;\n bVar3 = false;\n local_74 = 0;\n iVar19 = DAT_001c461c;\n do {\n while ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) != 0) {\nLAB_00048a88:\n iVar19 = *(int *)(iVar19 + 0x9c);\n if (iVar19 == 0) goto LAB_00048b86;\n }\n puVar6 = *(undefined4 **)(iVar19 + 0x60);\n if (puVar6 != (undefined4 *)0x0) {\n local_84 = (char *)0x0;\n do {\n bVar29 = (undefined *)puVar6[0x15] < PTR__bfd_std_section_001c1fd4 + 0x180;\n bVar30 = (undefined *)puVar6[0x15] == PTR__bfd_std_section_001c1fd4 + 0x180;\n pcVar5 = local_84;\n if (!bVar30) {\n iVar21 = 0xf;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame_entry";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (bVar29) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar21 = 10;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if (((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])) {\n pcVar5 = local_84;\n }\n }\n local_84 = pcVar5;\n puVar6 = (undefined4 *)puVar6[3];\n } while (puVar6 != (undefined4 *)0x0);\n if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pcVar5 = local_84;\n if ((local_78 != (undefined4 *)0x0) &&\n (pcVar5 = (char *)local_78, (char *)local_78 != local_84)) {\n if (local_84 != (char *)0x1) {\n iVar19 = local_74;\n }\n uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n FUN_00034dc0(uVar9,iVar19);\n break;\n }\n local_78 = (undefined4 *)pcVar5;\n if ((local_74 == 0) &&\n (((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)))) {\n local_74 = iVar19;\n }\n }\n }\n if (local_78 != (undefined4 *)0x2) goto LAB_00048a88;\n iVar19 = *(int *)(iVar19 + 0x9c);\n _DAT_001c45e2 = _DAT_001c45e2 & 0x3fff | 0x8000;\n } while (iVar19 != 0);\nLAB_00048b86:\n if ((local_74 == 0) ||\n (iVar19 = bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8),\n iVar19 == 0)) {\n if (bVar3) {\n uVar9 = dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n FUN_00034dc0(uVar9);\n }\n }\n else {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n *(int *)(iVar8 + 0xd0) = iVar19;\n }\n }\n puVar6 = (undefined4 *)bfd_elf_get_needed_list(DAT_001c4614,&DAT_001c45e0);\n local_78 = puVar6;\n if (puVar6 != (undefined4 *)0x0) {\nLAB_00048360:\n puVar1 = puVar6;\n if ((local_78[1] == 0) ||\n ((uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 1) == 0 &&\n (((local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0)))))) {\n for (; puVar1 != local_78; puVar1 = (undefined4 *)*puVar1) {\n if (((puVar1[1] == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0)) &&\n (iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2]), iVar8 == 0)) {\n if (puVar1 != local_78) goto LAB_000484a0;\n break;\n }\n }\n DAT_001c3d78 = 0;\n DAT_001c3de0 = local_78;\n DAT_001c3de4 = FUN_00047cf0;\n FUN_000276c0(FUN_00045020);\n if ((DAT_001c3d78 == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(*(undefined4 *)(DAT_001c3d78 + 0x10)),\n (uVar7 & 1) != 0)) {\n puVar1 = (undefined4 *)local_78[1];\n pcVar5 = (char *)local_78[2];\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,"%s needed by %pB\n",5);\n FUN_00034d90(uVar9,pcVar5,puVar1);\n }\n if ((DAT_001c3d78 == 0) || (iVar8 = FUN_00047df0(), iVar8 == 0)) {\n bVar3 = false;\n do {\n pcVar22 = DAT_001c46c8;\n if (*pcVar5 == '/') {\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }\n else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }\n sVar10 = strlen((char *)local_78[2]);\n if (DAT_001c4804 != (int *)0x0) {\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }\n if (bVar3) goto code_r0x00048a13;\n bVar3 = true;\n } while( true );\n }\n }\n }\n goto LAB_000484a0;\n }\nLAB_000484b2:\n if (((DAT_001c45e3 & 0xc0) == 0x80) &&\n (iVar8 = bfd_elf_parse_eh_frame_entries(0,&DAT_001c45e0), iVar8 == 0)) {\n uVar9 = dcgettext(0,"%F%P: failed to parse EH frame entries\n",5);\n FUN_00034dc0(uVar9);\n }\n }\n }\n return;\ncode_r0x00048a13:\n uVar9 = local_78[1];\n uVar2 = local_78[2];\n uVar18 = dcgettext(0,\n "%P: warning: %s, needed by %pB, not found (try using -rpath or -rpath-link)\n"\n ,5);\n FUN_00034dc0(uVar18,uVar2,uVar9);\nLAB_000484a0:\n local_78 = (undefined4 *)*local_78;\n if (local_78 == (undefined4 *)0x0) goto LAB_000484b2;\n goto LAB_00048360;\n}" ({ "{") (declaration "undefined4 *puVar1;" (type_identifier "undefined4") (pointer_declarator "*puVar1" (* "*") (identifier "puVar1")) (; ";")) (declaration "undefined4 uVar2;" (type_identifier "undefined4") (identifier "uVar2") (; ";")) (declaration "bool bVar3;" (primitive_type "bool") (identifier "bVar3") (; ";")) (declaration "void *pvVar4;" (primitive_type "void") (pointer_declarator "*pvVar4" (* "*") (identifier "pvVar4")) (; ";")) (declaration "char *pcVar5;" (primitive_type "char") (pointer_declarator "*pcVar5" (* "*") (identifier "pcVar5")) (; ";")) (declaration "undefined4 *puVar6;" (type_identifier "undefined4") (pointer_declarator "*puVar6" (* "*") (identifier "puVar6")) (; ";")) (declaration "uint uVar7;" (type_identifier "uint") (identifier "uVar7") (; ";")) (declaration "int iVar8;" (primitive_type "int") (identifier "iVar8") (; ";")) (declaration "undefined4 uVar9;" (type_identifier "undefined4") (identifier "uVar9") (; ";")) (declaration "size_t sVar10;" (primitive_type "size_t") (identifier "sVar10") (; ";")) (declaration "undefined4 *puVar11;" (type_identifier "undefined4") (pointer_declarator "*puVar11" (* "*") (identifier "puVar11")) (; ";")) (declaration "char *pcVar12;" (primitive_type "char") (pointer_declarator "*pcVar12" (* "*") (identifier "pcVar12")) (; ";")) (declaration "size_t sVar13;" (primitive_type "size_t") (identifier "sVar13") (; ";")) (declaration "size_t sVar14;" (primitive_type "size_t") (identifier "sVar14") (; ";")) (declaration "char *pcVar15;" (primitive_type "char") (pointer_declarator "*pcVar15" (* "*") (identifier "pcVar15")) (; ";")) (declaration "char *pcVar16;" (primitive_type "char") (pointer_declarator "*pcVar16" (* "*") (identifier "pcVar16")) (; ";")) (declaration "byte *pbVar17;" (type_identifier "byte") (pointer_declarator "*pbVar17" (* "*") (identifier "pbVar17")) (; ";")) (declaration "undefined4 uVar18;" (type_identifier "undefined4") (identifier "uVar18") (; ";")) (declaration "int iVar19;" (primitive_type "int") (identifier "iVar19") (; ";")) (declaration "byte bVar20;" (type_identifier "byte") (identifier "bVar20") (; ";")) (declaration "int iVar21;" (primitive_type "int") (identifier "iVar21") (; ";")) (declaration "char *pcVar22;" (primitive_type "char") (pointer_declarator "*pcVar22" (* "*") (identifier "pcVar22")) (; ";")) (declaration "byte *pbVar23;" (type_identifier "byte") (pointer_declarator "*pbVar23" (* "*") (identifier "pbVar23")) (; ";")) (declaration "int *piVar24;" (primitive_type "int") (pointer_declarator "*piVar24" (* "*") (identifier "piVar24")) (; ";")) (declaration "size_t sVar25;" (primitive_type "size_t") (identifier "sVar25") (; ";")) (declaration "byte *pbVar26;" (type_identifier "byte") (pointer_declarator "*pbVar26" (* "*") (identifier "pbVar26")) (; ";")) (declaration "char *pcVar27;" (primitive_type "char") (pointer_declarator "*pcVar27" (* "*") (identifier "pcVar27")) (; ";")) (declaration "bool bVar28;" (primitive_type "bool") (identifier "bVar28") (; ";")) (declaration "bool bVar29;" (primitive_type "bool") (identifier "bVar29") (; ";")) (declaration "bool bVar30;" (primitive_type "bool") (identifier "bVar30") (; ";")) (declaration "byte bVar31;" (type_identifier "byte") (identifier "bVar31") (; ";")) (declaration "longlong lVar32;" (type_identifier "longlong") (identifier "lVar32") (; ";")) (declaration "char *local_84;" (primitive_type "char") (pointer_declarator "*local_84" (* "*") (identifier "local_84")) (; ";")) (declaration "undefined4 *local_78;" (type_identifier "undefined4") (pointer_declarator "*local_78" (* "*") (identifier "local_78")) (; ";")) (declaration "int local_74;" (primitive_type "int") (identifier "local_74") (; ";")) (declaration "char *local_68;" (primitive_type "char") (pointer_declarator "*local_68" (* "*") (identifier "local_68")) (; ";")) (expression_statement "bVar31 = 0;" (assignment_expression "bVar31 = 0" (identifier "bVar31") (= "=") (number_literal "0")) (; ";")) (expression_statement "FUN_000339e0();" (call_expression "FUN_000339e0()" (identifier "FUN_000339e0") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "iVar8 = DAT_001c4600;" (assignment_expression "iVar8 = DAT_001c4600" (identifier "iVar8") (= "=") (identifier "DAT_001c4600")) (; ";")) (if_statement "if (*(int *)(DAT_001c4600 + 0x28) == 1) {\n if (DAT_001c46a0 != 0) {\n unlink_if_ordinary(DAT_001c46a0);\n DAT_001c4618 = bfd_openw(DAT_001c46a0,*(undefined4 *)DAT_001c4614[1]);\n iVar19 = DAT_001c46a0;\n if (DAT_001c4618 == 0) {\n uVar9 = dcgettext(0,"%F%P: %s: can\'t open for writing: %E\n",5);\n FUN_00034dc0(uVar9,iVar19);\n }\n }\n puVar6 = DAT_001c4614;\n iVar19 = DAT_001c461c;\n if (DAT_001c3d64 != (void *)0x0) {\n for (; iVar19 != 0; iVar19 = *(int *)(iVar19 + 0x9c)) {\n if (((*(int *)(*(int *)(iVar19 + 4) + 4) == 5) && (*(int *)(iVar19 + 0x68) != 0)) &&\n ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) == 0)) {\n lVar32 = FUN_00038a90(DAT_001c3d64);\n if ((lVar32 == 0) || (lVar32 + 0x10 == 0)) {\n pcVar5 = "%P: warning: unrecognized --build-id style ignored\n";\n }\n else {\n iVar19 = bfd_make_section_with_flags\n (iVar19,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n \n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n \n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." \n );\n if (iVar19 != 0) {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n puVar6 = DAT_001c4614;\n iVar21 = *(int *)(DAT_001c4614[0x28] + 0x9c0);\n *(code **)(iVar21 + 0x10) = FUN_00046f30;\n pvVar4 = DAT_001c3d64;\n *(int *)(iVar21 + 0x18) = iVar19;\n *(void **)(iVar21 + 0x14) = pvVar4;\n *(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4) = 7;\n *(longlong *)(iVar19 + 0x2c) = lVar32 + 0x10;\n goto LAB_000482f4;\n }\n pcVar5 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";\n }\n uVar9 = dcgettext(0,pcVar5,5);\n FUN_00034dc0(uVar9);\n break;\n }\n }\n free(DAT_001c3d64);\n DAT_001c3d64 = (void *)0x0;\n puVar6 = DAT_001c4614;\n }\nLAB_000482f4:\n (**(code **)(*(int *)(puVar6[1] + 0x1c0) + 0x1d0))(&DAT_001c45e0);\n if ((DAT_001c45e0 & 3) == 2) {\n if (DAT_001c45e5 >> 7 == (~DAT_001c45e6 & 1)) {\n bfd_make_section_with_flags(DAT_001c461c,".note.GNU-stack",DAT_001c45e5 >> 3 & 0x10 | 8);\n }\n }\n else {\n if (((DAT_001c45e4 & 0x20) == 0) && (DAT_001c461c != 0)) {\n local_78 = (undefined4 *)0x0;\n bVar3 = false;\n local_74 = 0;\n iVar19 = DAT_001c461c;\n do {\n while ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) != 0) {\nLAB_00048a88:\n iVar19 = *(int *)(iVar19 + 0x9c);\n if (iVar19 == 0) goto LAB_00048b86;\n }\n puVar6 = *(undefined4 **)(iVar19 + 0x60);\n if (puVar6 != (undefined4 *)0x0) {\n local_84 = (char *)0x0;\n do {\n bVar29 = (undefined *)puVar6[0x15] < PTR__bfd_std_section_001c1fd4 + 0x180;\n bVar30 = (undefined *)puVar6[0x15] == PTR__bfd_std_section_001c1fd4 + 0x180;\n pcVar5 = local_84;\n if (!bVar30) {\n iVar21 = 0xf;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame_entry";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (bVar29) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar21 = 10;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if (((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])) {\n pcVar5 = local_84;\n }\n }\n local_84 = pcVar5;\n puVar6 = (undefined4 *)puVar6[3];\n } while (puVar6 != (undefined4 *)0x0);\n if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pcVar5 = local_84;\n if ((local_78 != (undefined4 *)0x0) &&\n (pcVar5 = (char *)local_78, (char *)local_78 != local_84)) {\n if (local_84 != (char *)0x1) {\n iVar19 = local_74;\n }\n uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n FUN_00034dc0(uVar9,iVar19);\n break;\n }\n local_78 = (undefined4 *)pcVar5;\n if ((local_74 == 0) &&\n (((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)))) {\n local_74 = iVar19;\n }\n }\n }\n if (local_78 != (undefined4 *)0x2) goto LAB_00048a88;\n iVar19 = *(int *)(iVar19 + 0x9c);\n _DAT_001c45e2 = _DAT_001c45e2 & 0x3fff | 0x8000;\n } while (iVar19 != 0);\nLAB_00048b86:\n if ((local_74 == 0) ||\n (iVar19 = bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8),\n iVar19 == 0)) {\n if (bVar3) {\n uVar9 = dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n FUN_00034dc0(uVar9);\n }\n }\n else {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n *(int *)(iVar8 + 0xd0) = iVar19;\n }\n }\n puVar6 = (undefined4 *)bfd_elf_get_needed_list(DAT_001c4614,&DAT_001c45e0);\n local_78 = puVar6;\n if (puVar6 != (undefined4 *)0x0) {\nLAB_00048360:\n puVar1 = puVar6;\n if ((local_78[1] == 0) ||\n ((uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 1) == 0 &&\n (((local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0)))))) {\n for (; puVar1 != local_78; puVar1 = (undefined4 *)*puVar1) {\n if (((puVar1[1] == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0)) &&\n (iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2]), iVar8 == 0)) {\n if (puVar1 != local_78) goto LAB_000484a0;\n break;\n }\n }\n DAT_001c3d78 = 0;\n DAT_001c3de0 = local_78;\n DAT_001c3de4 = FUN_00047cf0;\n FUN_000276c0(FUN_00045020);\n if ((DAT_001c3d78 == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(*(undefined4 *)(DAT_001c3d78 + 0x10)),\n (uVar7 & 1) != 0)) {\n puVar1 = (undefined4 *)local_78[1];\n pcVar5 = (char *)local_78[2];\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,"%s needed by %pB\n",5);\n FUN_00034d90(uVar9,pcVar5,puVar1);\n }\n if ((DAT_001c3d78 == 0) || (iVar8 = FUN_00047df0(), iVar8 == 0)) {\n bVar3 = false;\n do {\n pcVar22 = DAT_001c46c8;\n if (*pcVar5 == '/') {\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }\n else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }\n sVar10 = strlen((char *)local_78[2]);\n if (DAT_001c4804 != (int *)0x0) {\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }\n if (bVar3) goto code_r0x00048a13;\n bVar3 = true;\n } while( true );\n }\n }\n }\n goto LAB_000484a0;\n }\nLAB_000484b2:\n if (((DAT_001c45e3 & 0xc0) == 0x80) &&\n (iVar8 = bfd_elf_parse_eh_frame_entries(0,&DAT_001c45e0), iVar8 == 0)) {\n uVar9 = dcgettext(0,"%F%P: failed to parse EH frame entries\n",5);\n FUN_00034dc0(uVar9);\n }\n }\n }" (if "if") (parenthesized_expression "(*(int *)(DAT_001c4600 + 0x28) == 1)" (( "(") (binary_expression "*(int *)(DAT_001c4600 + 0x28) == 1" (pointer_expression "*(int *)(DAT_001c4600 + 0x28)" (* "*") (cast_expression "(int *)(DAT_001c4600 + 0x28)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_001c4600 + 0x28)" (( "(") (binary_expression "DAT_001c4600 + 0x28" (identifier "DAT_001c4600") (+ "+") (number_literal "0x28")) () ")")))) (== "==") (number_literal "1")) () ")")) (compound_statement "{\n if (DAT_001c46a0 != 0) {\n unlink_if_ordinary(DAT_001c46a0);\n DAT_001c4618 = bfd_openw(DAT_001c46a0,*(undefined4 *)DAT_001c4614[1]);\n iVar19 = DAT_001c46a0;\n if (DAT_001c4618 == 0) {\n uVar9 = dcgettext(0,"%F%P: %s: can\'t open for writing: %E\n",5);\n FUN_00034dc0(uVar9,iVar19);\n }\n }\n puVar6 = DAT_001c4614;\n iVar19 = DAT_001c461c;\n if (DAT_001c3d64 != (void *)0x0) {\n for (; iVar19 != 0; iVar19 = *(int *)(iVar19 + 0x9c)) {\n if (((*(int *)(*(int *)(iVar19 + 4) + 4) == 5) && (*(int *)(iVar19 + 0x68) != 0)) &&\n ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) == 0)) {\n lVar32 = FUN_00038a90(DAT_001c3d64);\n if ((lVar32 == 0) || (lVar32 + 0x10 == 0)) {\n pcVar5 = "%P: warning: unrecognized --build-id style ignored\n";\n }\n else {\n iVar19 = bfd_make_section_with_flags\n (iVar19,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n \n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n \n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." \n );\n if (iVar19 != 0) {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n puVar6 = DAT_001c4614;\n iVar21 = *(int *)(DAT_001c4614[0x28] + 0x9c0);\n *(code **)(iVar21 + 0x10) = FUN_00046f30;\n pvVar4 = DAT_001c3d64;\n *(int *)(iVar21 + 0x18) = iVar19;\n *(void **)(iVar21 + 0x14) = pvVar4;\n *(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4) = 7;\n *(longlong *)(iVar19 + 0x2c) = lVar32 + 0x10;\n goto LAB_000482f4;\n }\n pcVar5 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";\n }\n uVar9 = dcgettext(0,pcVar5,5);\n FUN_00034dc0(uVar9);\n break;\n }\n }\n free(DAT_001c3d64);\n DAT_001c3d64 = (void *)0x0;\n puVar6 = DAT_001c4614;\n }\nLAB_000482f4:\n (**(code **)(*(int *)(puVar6[1] + 0x1c0) + 0x1d0))(&DAT_001c45e0);\n if ((DAT_001c45e0 & 3) == 2) {\n if (DAT_001c45e5 >> 7 == (~DAT_001c45e6 & 1)) {\n bfd_make_section_with_flags(DAT_001c461c,".note.GNU-stack",DAT_001c45e5 >> 3 & 0x10 | 8);\n }\n }\n else {\n if (((DAT_001c45e4 & 0x20) == 0) && (DAT_001c461c != 0)) {\n local_78 = (undefined4 *)0x0;\n bVar3 = false;\n local_74 = 0;\n iVar19 = DAT_001c461c;\n do {\n while ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) != 0) {\nLAB_00048a88:\n iVar19 = *(int *)(iVar19 + 0x9c);\n if (iVar19 == 0) goto LAB_00048b86;\n }\n puVar6 = *(undefined4 **)(iVar19 + 0x60);\n if (puVar6 != (undefined4 *)0x0) {\n local_84 = (char *)0x0;\n do {\n bVar29 = (undefined *)puVar6[0x15] < PTR__bfd_std_section_001c1fd4 + 0x180;\n bVar30 = (undefined *)puVar6[0x15] == PTR__bfd_std_section_001c1fd4 + 0x180;\n pcVar5 = local_84;\n if (!bVar30) {\n iVar21 = 0xf;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame_entry";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (bVar29) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar21 = 10;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if (((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])) {\n pcVar5 = local_84;\n }\n }\n local_84 = pcVar5;\n puVar6 = (undefined4 *)puVar6[3];\n } while (puVar6 != (undefined4 *)0x0);\n if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pcVar5 = local_84;\n if ((local_78 != (undefined4 *)0x0) &&\n (pcVar5 = (char *)local_78, (char *)local_78 != local_84)) {\n if (local_84 != (char *)0x1) {\n iVar19 = local_74;\n }\n uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n FUN_00034dc0(uVar9,iVar19);\n break;\n }\n local_78 = (undefined4 *)pcVar5;\n if ((local_74 == 0) &&\n (((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)))) {\n local_74 = iVar19;\n }\n }\n }\n if (local_78 != (undefined4 *)0x2) goto LAB_00048a88;\n iVar19 = *(int *)(iVar19 + 0x9c);\n _DAT_001c45e2 = _DAT_001c45e2 & 0x3fff | 0x8000;\n } while (iVar19 != 0);\nLAB_00048b86:\n if ((local_74 == 0) ||\n (iVar19 = bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8),\n iVar19 == 0)) {\n if (bVar3) {\n uVar9 = dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n FUN_00034dc0(uVar9);\n }\n }\n else {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n *(int *)(iVar8 + 0xd0) = iVar19;\n }\n }\n puVar6 = (undefined4 *)bfd_elf_get_needed_list(DAT_001c4614,&DAT_001c45e0);\n local_78 = puVar6;\n if (puVar6 != (undefined4 *)0x0) {\nLAB_00048360:\n puVar1 = puVar6;\n if ((local_78[1] == 0) ||\n ((uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 1) == 0 &&\n (((local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0)))))) {\n for (; puVar1 != local_78; puVar1 = (undefined4 *)*puVar1) {\n if (((puVar1[1] == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0)) &&\n (iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2]), iVar8 == 0)) {\n if (puVar1 != local_78) goto LAB_000484a0;\n break;\n }\n }\n DAT_001c3d78 = 0;\n DAT_001c3de0 = local_78;\n DAT_001c3de4 = FUN_00047cf0;\n FUN_000276c0(FUN_00045020);\n if ((DAT_001c3d78 == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(*(undefined4 *)(DAT_001c3d78 + 0x10)),\n (uVar7 & 1) != 0)) {\n puVar1 = (undefined4 *)local_78[1];\n pcVar5 = (char *)local_78[2];\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,"%s needed by %pB\n",5);\n FUN_00034d90(uVar9,pcVar5,puVar1);\n }\n if ((DAT_001c3d78 == 0) || (iVar8 = FUN_00047df0(), iVar8 == 0)) {\n bVar3 = false;\n do {\n pcVar22 = DAT_001c46c8;\n if (*pcVar5 == '/') {\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }\n else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }\n sVar10 = strlen((char *)local_78[2]);\n if (DAT_001c4804 != (int *)0x0) {\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }\n if (bVar3) goto code_r0x00048a13;\n bVar3 = true;\n } while( true );\n }\n }\n }\n goto LAB_000484a0;\n }\nLAB_000484b2:\n if (((DAT_001c45e3 & 0xc0) == 0x80) &&\n (iVar8 = bfd_elf_parse_eh_frame_entries(0,&DAT_001c45e0), iVar8 == 0)) {\n uVar9 = dcgettext(0,"%F%P: failed to parse EH frame entries\n",5);\n FUN_00034dc0(uVar9);\n }\n }\n }" ({ "{") (if_statement "if (DAT_001c46a0 != 0) {\n unlink_if_ordinary(DAT_001c46a0);\n DAT_001c4618 = bfd_openw(DAT_001c46a0,*(undefined4 *)DAT_001c4614[1]);\n iVar19 = DAT_001c46a0;\n if (DAT_001c4618 == 0) {\n uVar9 = dcgettext(0,"%F%P: %s: can\'t open for writing: %E\n",5);\n FUN_00034dc0(uVar9,iVar19);\n }\n }" (if "if") (parenthesized_expression "(DAT_001c46a0 != 0)" (( "(") (binary_expression "DAT_001c46a0 != 0" (identifier "DAT_001c46a0") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n unlink_if_ordinary(DAT_001c46a0);\n DAT_001c4618 = bfd_openw(DAT_001c46a0,*(undefined4 *)DAT_001c4614[1]);\n iVar19 = DAT_001c46a0;\n if (DAT_001c4618 == 0) {\n uVar9 = dcgettext(0,"%F%P: %s: can\'t open for writing: %E\n",5);\n FUN_00034dc0(uVar9,iVar19);\n }\n }" ({ "{") (expression_statement "unlink_if_ordinary(DAT_001c46a0);" (call_expression "unlink_if_ordinary(DAT_001c46a0)" (identifier "unlink_if_ordinary") (argument_list "(DAT_001c46a0)" (( "(") (identifier "DAT_001c46a0") () ")"))) (; ";")) (expression_statement "DAT_001c4618 = bfd_openw(DAT_001c46a0,*(undefined4 *)DAT_001c4614[1]);" (assignment_expression "DAT_001c4618 = bfd_openw(DAT_001c46a0,*(undefined4 *)DAT_001c4614[1])" (identifier "DAT_001c4618") (= "=") (call_expression "bfd_openw(DAT_001c46a0,*(undefined4 *)DAT_001c4614[1])" (identifier "bfd_openw") (argument_list "(DAT_001c46a0,*(undefined4 *)DAT_001c4614[1])" (( "(") (identifier "DAT_001c46a0") (, ",") (pointer_expression "*(undefined4 *)DAT_001c4614[1]" (* "*") (cast_expression "(undefined4 *)DAT_001c4614[1]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "DAT_001c4614[1]" (identifier "DAT_001c4614") ([ "[") (number_literal "1") (] "]")))) () ")")))) (; ";")) (expression_statement "iVar19 = DAT_001c46a0;" (assignment_expression "iVar19 = DAT_001c46a0" (identifier "iVar19") (= "=") (identifier "DAT_001c46a0")) (; ";")) (if_statement "if (DAT_001c4618 == 0) {\n uVar9 = dcgettext(0,"%F%P: %s: can\'t open for writing: %E\n",5);\n FUN_00034dc0(uVar9,iVar19);\n }" (if "if") (parenthesized_expression "(DAT_001c4618 == 0)" (( "(") (binary_expression "DAT_001c4618 == 0" (identifier "DAT_001c4618") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n uVar9 = dcgettext(0,"%F%P: %s: can\'t open for writing: %E\n",5);\n FUN_00034dc0(uVar9,iVar19);\n }" ({ "{") (expression_statement "uVar9 = dcgettext(0,"%F%P: %s: can\'t open for writing: %E\n",5);" (assignment_expression "uVar9 = dcgettext(0,"%F%P: %s: can\'t open for writing: %E\n",5)" (identifier "uVar9") (= "=") (call_expression "dcgettext(0,"%F%P: %s: can\'t open for writing: %E\n",5)" (identifier "dcgettext") (argument_list "(0,"%F%P: %s: can\'t open for writing: %E\n",5)" (( "(") (number_literal "0") (, ",") (string_literal ""%F%P: %s: can\'t open for writing: %E\n"" (" """) (string_content "%F%P: %s: can") (escape_sequence "\'") (string_content "t open for writing: %E") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "FUN_00034dc0(uVar9,iVar19);" (call_expression "FUN_00034dc0(uVar9,iVar19)" (identifier "FUN_00034dc0") (argument_list "(uVar9,iVar19)" (( "(") (identifier "uVar9") (, ",") (identifier "iVar19") () ")"))) (; ";")) (} "}"))) (} "}"))) (expression_statement "puVar6 = DAT_001c4614;" (assignment_expression "puVar6 = DAT_001c4614" (identifier "puVar6") (= "=") (identifier "DAT_001c4614")) (; ";")) (expression_statement "iVar19 = DAT_001c461c;" (assignment_expression "iVar19 = DAT_001c461c" (identifier "iVar19") (= "=") (identifier "DAT_001c461c")) (; ";")) (if_statement "if (DAT_001c3d64 != (void *)0x0) {\n for (; iVar19 != 0; iVar19 = *(int *)(iVar19 + 0x9c)) {\n if (((*(int *)(*(int *)(iVar19 + 4) + 4) == 5) && (*(int *)(iVar19 + 0x68) != 0)) &&\n ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) == 0)) {\n lVar32 = FUN_00038a90(DAT_001c3d64);\n if ((lVar32 == 0) || (lVar32 + 0x10 == 0)) {\n pcVar5 = "%P: warning: unrecognized --build-id style ignored\n";\n }\n else {\n iVar19 = bfd_make_section_with_flags\n (iVar19,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n \n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n \n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." \n );\n if (iVar19 != 0) {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n puVar6 = DAT_001c4614;\n iVar21 = *(int *)(DAT_001c4614[0x28] + 0x9c0);\n *(code **)(iVar21 + 0x10) = FUN_00046f30;\n pvVar4 = DAT_001c3d64;\n *(int *)(iVar21 + 0x18) = iVar19;\n *(void **)(iVar21 + 0x14) = pvVar4;\n *(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4) = 7;\n *(longlong *)(iVar19 + 0x2c) = lVar32 + 0x10;\n goto LAB_000482f4;\n }\n pcVar5 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";\n }\n uVar9 = dcgettext(0,pcVar5,5);\n FUN_00034dc0(uVar9);\n break;\n }\n }\n free(DAT_001c3d64);\n DAT_001c3d64 = (void *)0x0;\n puVar6 = DAT_001c4614;\n }" (if "if") (parenthesized_expression "(DAT_001c3d64 != (void *)0x0)" (( "(") (binary_expression "DAT_001c3d64 != (void *)0x0" (identifier "DAT_001c3d64") (!= "!=") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n for (; iVar19 != 0; iVar19 = *(int *)(iVar19 + 0x9c)) {\n if (((*(int *)(*(int *)(iVar19 + 4) + 4) == 5) && (*(int *)(iVar19 + 0x68) != 0)) &&\n ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) == 0)) {\n lVar32 = FUN_00038a90(DAT_001c3d64);\n if ((lVar32 == 0) || (lVar32 + 0x10 == 0)) {\n pcVar5 = "%P: warning: unrecognized --build-id style ignored\n";\n }\n else {\n iVar19 = bfd_make_section_with_flags\n (iVar19,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n \n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n \n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." \n );\n if (iVar19 != 0) {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n puVar6 = DAT_001c4614;\n iVar21 = *(int *)(DAT_001c4614[0x28] + 0x9c0);\n *(code **)(iVar21 + 0x10) = FUN_00046f30;\n pvVar4 = DAT_001c3d64;\n *(int *)(iVar21 + 0x18) = iVar19;\n *(void **)(iVar21 + 0x14) = pvVar4;\n *(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4) = 7;\n *(longlong *)(iVar19 + 0x2c) = lVar32 + 0x10;\n goto LAB_000482f4;\n }\n pcVar5 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";\n }\n uVar9 = dcgettext(0,pcVar5,5);\n FUN_00034dc0(uVar9);\n break;\n }\n }\n free(DAT_001c3d64);\n DAT_001c3d64 = (void *)0x0;\n puVar6 = DAT_001c4614;\n }" ({ "{") (for_statement "for (; iVar19 != 0; iVar19 = *(int *)(iVar19 + 0x9c)) {\n if (((*(int *)(*(int *)(iVar19 + 4) + 4) == 5) && (*(int *)(iVar19 + 0x68) != 0)) &&\n ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) == 0)) {\n lVar32 = FUN_00038a90(DAT_001c3d64);\n if ((lVar32 == 0) || (lVar32 + 0x10 == 0)) {\n pcVar5 = "%P: warning: unrecognized --build-id style ignored\n";\n }\n else {\n iVar19 = bfd_make_section_with_flags\n (iVar19,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n \n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n \n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." \n );\n if (iVar19 != 0) {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n puVar6 = DAT_001c4614;\n iVar21 = *(int *)(DAT_001c4614[0x28] + 0x9c0);\n *(code **)(iVar21 + 0x10) = FUN_00046f30;\n pvVar4 = DAT_001c3d64;\n *(int *)(iVar21 + 0x18) = iVar19;\n *(void **)(iVar21 + 0x14) = pvVar4;\n *(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4) = 7;\n *(longlong *)(iVar19 + 0x2c) = lVar32 + 0x10;\n goto LAB_000482f4;\n }\n pcVar5 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";\n }\n uVar9 = dcgettext(0,pcVar5,5);\n FUN_00034dc0(uVar9);\n break;\n }\n }" (for "for") (( "(") (; ";") (binary_expression "iVar19 != 0" (identifier "iVar19") (!= "!=") (number_literal "0")) (; ";") (assignment_expression "iVar19 = *(int *)(iVar19 + 0x9c)" (identifier "iVar19") (= "=") (pointer_expression "*(int *)(iVar19 + 0x9c)" (* "*") (cast_expression "(int *)(iVar19 + 0x9c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar19 + 0x9c)" (( "(") (binary_expression "iVar19 + 0x9c" (identifier "iVar19") (+ "+") (number_literal "0x9c")) () ")"))))) () ")") (compound_statement "{\n if (((*(int *)(*(int *)(iVar19 + 4) + 4) == 5) && (*(int *)(iVar19 + 0x68) != 0)) &&\n ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) == 0)) {\n lVar32 = FUN_00038a90(DAT_001c3d64);\n if ((lVar32 == 0) || (lVar32 + 0x10 == 0)) {\n pcVar5 = "%P: warning: unrecognized --build-id style ignored\n";\n }\n else {\n iVar19 = bfd_make_section_with_flags\n (iVar19,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n \n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n \n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." \n );\n if (iVar19 != 0) {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n puVar6 = DAT_001c4614;\n iVar21 = *(int *)(DAT_001c4614[0x28] + 0x9c0);\n *(code **)(iVar21 + 0x10) = FUN_00046f30;\n pvVar4 = DAT_001c3d64;\n *(int *)(iVar21 + 0x18) = iVar19;\n *(void **)(iVar21 + 0x14) = pvVar4;\n *(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4) = 7;\n *(longlong *)(iVar19 + 0x2c) = lVar32 + 0x10;\n goto LAB_000482f4;\n }\n pcVar5 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";\n }\n uVar9 = dcgettext(0,pcVar5,5);\n FUN_00034dc0(uVar9);\n break;\n }\n }" ({ "{") (if_statement "if (((*(int *)(*(int *)(iVar19 + 4) + 4) == 5) && (*(int *)(iVar19 + 0x68) != 0)) &&\n ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) == 0)) {\n lVar32 = FUN_00038a90(DAT_001c3d64);\n if ((lVar32 == 0) || (lVar32 + 0x10 == 0)) {\n pcVar5 = "%P: warning: unrecognized --build-id style ignored\n";\n }\n else {\n iVar19 = bfd_make_section_with_flags\n (iVar19,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n \n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n \n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." \n );\n if (iVar19 != 0) {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n puVar6 = DAT_001c4614;\n iVar21 = *(int *)(DAT_001c4614[0x28] + 0x9c0);\n *(code **)(iVar21 + 0x10) = FUN_00046f30;\n pvVar4 = DAT_001c3d64;\n *(int *)(iVar21 + 0x18) = iVar19;\n *(void **)(iVar21 + 0x14) = pvVar4;\n *(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4) = 7;\n *(longlong *)(iVar19 + 0x2c) = lVar32 + 0x10;\n goto LAB_000482f4;\n }\n pcVar5 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";\n }\n uVar9 = dcgettext(0,pcVar5,5);\n FUN_00034dc0(uVar9);\n break;\n }" (if "if") (parenthesized_expression "(((*(int *)(*(int *)(iVar19 + 4) + 4) == 5) && (*(int *)(iVar19 + 0x68) != 0)) &&\n ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) == 0))" (( "(") (binary_expression "((*(int *)(*(int *)(iVar19 + 4) + 4) == 5) && (*(int *)(iVar19 + 0x68) != 0)) &&\n ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) == 0)" (parenthesized_expression "((*(int *)(*(int *)(iVar19 + 4) + 4) == 5) && (*(int *)(iVar19 + 0x68) != 0))" (( "(") (binary_expression "(*(int *)(*(int *)(iVar19 + 4) + 4) == 5) && (*(int *)(iVar19 + 0x68) != 0)" (parenthesized_expression "(*(int *)(*(int *)(iVar19 + 4) + 4) == 5)" (( "(") (binary_expression "*(int *)(*(int *)(iVar19 + 4) + 4) == 5" (pointer_expression "*(int *)(*(int *)(iVar19 + 4) + 4)" (* "*") (cast_expression "(int *)(*(int *)(iVar19 + 4) + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(iVar19 + 4) + 4)" (( "(") (binary_expression "*(int *)(iVar19 + 4) + 4" (pointer_expression "*(int *)(iVar19 + 4)" (* "*") (cast_expression "(int *)(iVar19 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar19 + 4)" (( "(") (binary_expression "iVar19 + 4" (identifier "iVar19") (+ "+") (number_literal "4")) () ")")))) (+ "+") (number_literal "4")) () ")")))) (== "==") (number_literal "5")) () ")")) (&& "&&") (parenthesized_expression "(*(int *)(iVar19 + 0x68) != 0)" (( "(") (binary_expression "*(int *)(iVar19 + 0x68) != 0" (pointer_expression "*(int *)(iVar19 + 0x68)" (* "*") (cast_expression "(int *)(iVar19 + 0x68)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar19 + 0x68)" (( "(") (binary_expression "iVar19 + 0x68" (identifier "iVar19") (+ "+") (number_literal "0x68")) () ")")))) (!= "!=") (number_literal "0")) () ")"))) () ")")) (&& "&&") (parenthesized_expression "((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) == 0)" (( "(") (binary_expression "(*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) == 0" (parenthesized_expression "(*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10)" (( "(") (binary_expression "*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10" (pointer_expression "*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24)" (* "*") (cast_expression "(byte *)(*(int *)(iVar19 + 0xa4) + 0x24)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(iVar19 + 0xa4) + 0x24)" (( "(") (binary_expression "*(int *)(iVar19 + 0xa4) + 0x24" (pointer_expression "*(int *)(iVar19 + 0xa4)" (* "*") (cast_expression "(int *)(iVar19 + 0xa4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar19 + 0xa4)" (( "(") (binary_expression "iVar19 + 0xa4" (identifier "iVar19") (+ "+") (number_literal "0xa4")) () ")")))) (+ "+") (number_literal "0x24")) () ")")))) (& "&") (number_literal "0x10")) () ")")) (== "==") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n lVar32 = FUN_00038a90(DAT_001c3d64);\n if ((lVar32 == 0) || (lVar32 + 0x10 == 0)) {\n pcVar5 = "%P: warning: unrecognized --build-id style ignored\n";\n }\n else {\n iVar19 = bfd_make_section_with_flags\n (iVar19,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n \n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n \n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." \n );\n if (iVar19 != 0) {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n puVar6 = DAT_001c4614;\n iVar21 = *(int *)(DAT_001c4614[0x28] + 0x9c0);\n *(code **)(iVar21 + 0x10) = FUN_00046f30;\n pvVar4 = DAT_001c3d64;\n *(int *)(iVar21 + 0x18) = iVar19;\n *(void **)(iVar21 + 0x14) = pvVar4;\n *(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4) = 7;\n *(longlong *)(iVar19 + 0x2c) = lVar32 + 0x10;\n goto LAB_000482f4;\n }\n pcVar5 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";\n }\n uVar9 = dcgettext(0,pcVar5,5);\n FUN_00034dc0(uVar9);\n break;\n }" ({ "{") (expression_statement "lVar32 = FUN_00038a90(DAT_001c3d64);" (assignment_expression "lVar32 = FUN_00038a90(DAT_001c3d64)" (identifier "lVar32") (= "=") (call_expression "FUN_00038a90(DAT_001c3d64)" (identifier "FUN_00038a90") (argument_list "(DAT_001c3d64)" (( "(") (identifier "DAT_001c3d64") () ")")))) (; ";")) (if_statement "if ((lVar32 == 0) || (lVar32 + 0x10 == 0)) {\n pcVar5 = "%P: warning: unrecognized --build-id style ignored\n";\n }\n else {\n iVar19 = bfd_make_section_with_flags\n (iVar19,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n \n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n \n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." \n );\n if (iVar19 != 0) {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n puVar6 = DAT_001c4614;\n iVar21 = *(int *)(DAT_001c4614[0x28] + 0x9c0);\n *(code **)(iVar21 + 0x10) = FUN_00046f30;\n pvVar4 = DAT_001c3d64;\n *(int *)(iVar21 + 0x18) = iVar19;\n *(void **)(iVar21 + 0x14) = pvVar4;\n *(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4) = 7;\n *(longlong *)(iVar19 + 0x2c) = lVar32 + 0x10;\n goto LAB_000482f4;\n }\n pcVar5 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";\n }" (if "if") (parenthesized_expression "((lVar32 == 0) || (lVar32 + 0x10 == 0))" (( "(") (binary_expression "(lVar32 == 0) || (lVar32 + 0x10 == 0)" (parenthesized_expression "(lVar32 == 0)" (( "(") (binary_expression "lVar32 == 0" (identifier "lVar32") (== "==") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "(lVar32 + 0x10 == 0)" (( "(") (binary_expression "lVar32 + 0x10 == 0" (binary_expression "lVar32 + 0x10" (identifier "lVar32") (+ "+") (number_literal "0x10")) (== "==") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n pcVar5 = "%P: warning: unrecognized --build-id style ignored\n";\n }" ({ "{") (expression_statement "pcVar5 = "%P: warning: unrecognized --build-id style ignored\n";" (assignment_expression "pcVar5 = "%P: warning: unrecognized --build-id style ignored\n"" (identifier "pcVar5") (= "=") (string_literal ""%P: warning: unrecognized --build-id style ignored\n"" (" """) (string_content "%P: warning: unrecognized --build-id style ignored") (escape_sequence "\n") (" """))) (; ";")) (} "}")) (else_clause "else {\n iVar19 = bfd_make_section_with_flags\n (iVar19,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n \n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n \n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." \n );\n if (iVar19 != 0) {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n puVar6 = DAT_001c4614;\n iVar21 = *(int *)(DAT_001c4614[0x28] + 0x9c0);\n *(code **)(iVar21 + 0x10) = FUN_00046f30;\n pvVar4 = DAT_001c3d64;\n *(int *)(iVar21 + 0x18) = iVar19;\n *(void **)(iVar21 + 0x14) = pvVar4;\n *(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4) = 7;\n *(longlong *)(iVar19 + 0x2c) = lVar32 + 0x10;\n goto LAB_000482f4;\n }\n pcVar5 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";\n }" (else "else") (compound_statement "{\n iVar19 = bfd_make_section_with_flags\n (iVar19,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n \n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n \n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." \n );\n if (iVar19 != 0) {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n puVar6 = DAT_001c4614;\n iVar21 = *(int *)(DAT_001c4614[0x28] + 0x9c0);\n *(code **)(iVar21 + 0x10) = FUN_00046f30;\n pvVar4 = DAT_001c3d64;\n *(int *)(iVar21 + 0x18) = iVar19;\n *(void **)(iVar21 + 0x14) = pvVar4;\n *(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4) = 7;\n *(longlong *)(iVar19 + 0x2c) = lVar32 + 0x10;\n goto LAB_000482f4;\n }\n pcVar5 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";\n }" ({ "{") (expression_statement "iVar19 = bfd_make_section_with_flags\n (iVar19,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n \n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n \n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." \n );" (assignment_expression "iVar19 = bfd_make_section_with_flags\n (iVar19,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n \n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n \n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." \n )" (identifier "iVar19") (= "=") (call_expression "bfd_make_section_with_flags\n (iVar19,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n \n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n \n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." \n )" (identifier "bfd_make_section_with_flags") (argument_list "(iVar19,".note.gnu.build-id",\n "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n \n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n \n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." \n )" (( "(") (identifier "iVar19") (, ",") (string_literal "".note.gnu.build-id"" (" """) (string_content ".note.gnu.build-id") (" """)) (, ",") (string_literal ""t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n \n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n \n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..."" (" """) (string_content "t.*) }") (escape_sequence "\n") (string_content " .rela.fini : { *(.rela.fini) }") (escape_sequence "\n") (string_content " .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }") (escape_sequence "\n") (string_content " .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }") (escape_sequence "\n") (string_content " .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }") (escape_sequence "\n") (string_content " .rela.tdata") (escape_sequence "\t") (string_content " : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }") (escape_sequence "\n") (string_content " .rela.tbss") (escape_sequence "\t") (string_content " : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }") (escape_sequence "\n") (string_content " .rela.ctors : { *(.rela.ctors) }") (escape_sequence "\n") (string_content " .rela.dtors : { *(.rela.dtors) }") (escape_sequence "\n") (string_content " .rela.got : { *(.rela.got) }") (escape_sequence "\n") (string_content " .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }") (escape_sequence "\n") (string_content " .rela.ifunc : { *(.rela.ifunc) }") (escape_sequence "\n") (string_content " .rela.plt :") (escape_sequence "\n") (string_content " {") (escape_sequence "\n") (string_content " *(.rela.plt)") (escape_sequence "\n") (string_content " PROVIDE_HIDDEN (__rela_iplt_start = .);") (escape_sequence "\n") (string_content " *(.rela.iplt)") (escape_sequence "\n") (string_content " PROVIDE_HIDDEN (__rela_iplt_end = .);") (escape_sequence "\n") (string_content " }") (escape_sequence "\n") (string_content " . = ALIGN(CONSTANT (MAXPAGESIZE));") (escape_sequence "\n") (string_content " .init :") (escape_sequence "\n") (string_content " {") (escape_sequence "\n") (string_content " KEEP (*(SORT_NONE(.init)))") (escape_sequence "\n") (string_content " } =0x1f2003d5") (escape_sequence "\n") (string_content " .plt : ALIGN(16) { *(.plt) *(.iplt) }") (escape_sequence "\n") (string_content " .text :") (escape_sequence "\n") (string_content " {") (escape_sequence "\n") (string_content " *(.text.unlikely .text.*_unlikely .text.unlikely.*)") (escape_sequence "\n") (string_content " *(.text.exit .text.exit.*)") (escape_sequence "\n") (string_content " *(.text.startup .text.startup.*)") (escape_sequence "\n") (string_content " *(.text.hot .text.hot.*)") (escape_sequence "\n") (string_content " *(.text .stub .text.* .gnu.linkonce.t.*)") (escape_sequence "\n") (string_content " ") (escape_sequence "\n") (string_content " *(.gnu.warning)") (escape_sequence "\n") (string_content " } =0x1f2003d5") (escape_sequence "\n") (string_content " .fini :") (escape_sequence "\n") (string_content " {") (escape_sequence "\n") (string_content " KEEP (*(SORT_NONE(.fini)))") (escape_sequence "\n") (string_content " } =0x1f2003d5") (escape_sequence "\n") (string_content " PROVIDE (__etext = .);") (escape_sequence "\n") (string_content " PROVIDE (_etext = .);") (escape_sequence "\n") (string_content " PROVIDE (etext = .);") (escape_sequence "\n") (string_content " . = ALIGN(CONSTANT (MAXPAGESIZE));") (escape_sequence "\n") (string_content " ") (escape_sequence "\n") (string_content " . = SEGMENT_START(") (escape_sequence "\"") (string_content "rodata-segment") (escape_sequence "\"") (string_content ", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));") (escape_sequence "\n") (string_content " .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }") (escape_sequence "\n") (string_content " .rodata1 : { *(.rodata1) }") (escape_sequence "\n") (string_content " .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }") (escape_sequence "\n") (string_content " .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }") (escape_sequence "\n") (string_content " .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table") (escape_sequence "\n") (string_content " .gcc_e...") (" """)) () ")")))) (; ";")) (if_statement "if (iVar19 != 0) {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n puVar6 = DAT_001c4614;\n iVar21 = *(int *)(DAT_001c4614[0x28] + 0x9c0);\n *(code **)(iVar21 + 0x10) = FUN_00046f30;\n pvVar4 = DAT_001c3d64;\n *(int *)(iVar21 + 0x18) = iVar19;\n *(void **)(iVar21 + 0x14) = pvVar4;\n *(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4) = 7;\n *(longlong *)(iVar19 + 0x2c) = lVar32 + 0x10;\n goto LAB_000482f4;\n }" (if "if") (parenthesized_expression "(iVar19 != 0)" (( "(") (binary_expression "iVar19 != 0" (identifier "iVar19") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n *(undefined4 *)(iVar19 + 0x58) = 2;\n puVar6 = DAT_001c4614;\n iVar21 = *(int *)(DAT_001c4614[0x28] + 0x9c0);\n *(code **)(iVar21 + 0x10) = FUN_00046f30;\n pvVar4 = DAT_001c3d64;\n *(int *)(iVar21 + 0x18) = iVar19;\n *(void **)(iVar21 + 0x14) = pvVar4;\n *(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4) = 7;\n *(longlong *)(iVar19 + 0x2c) = lVar32 + 0x10;\n goto LAB_000482f4;\n }" ({ "{") (expression_statement "*(undefined4 *)(iVar19 + 0x58) = 2;" (assignment_expression "*(undefined4 *)(iVar19 + 0x58) = 2" (pointer_expression "*(undefined4 *)(iVar19 + 0x58)" (* "*") (cast_expression "(undefined4 *)(iVar19 + 0x58)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar19 + 0x58)" (( "(") (binary_expression "iVar19 + 0x58" (identifier "iVar19") (+ "+") (number_literal "0x58")) () ")")))) (= "=") (number_literal "2")) (; ";")) (expression_statement "puVar6 = DAT_001c4614;" (assignment_expression "puVar6 = DAT_001c4614" (identifier "puVar6") (= "=") (identifier "DAT_001c4614")) (; ";")) (expression_statement "iVar21 = *(int *)(DAT_001c4614[0x28] + 0x9c0);" (assignment_expression "iVar21 = *(int *)(DAT_001c4614[0x28] + 0x9c0)" (identifier "iVar21") (= "=") (pointer_expression "*(int *)(DAT_001c4614[0x28] + 0x9c0)" (* "*") (cast_expression "(int *)(DAT_001c4614[0x28] + 0x9c0)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_001c4614[0x28] + 0x9c0)" (( "(") (binary_expression "DAT_001c4614[0x28] + 0x9c0" (subscript_expression "DAT_001c4614[0x28]" (identifier "DAT_001c4614") ([ "[") (number_literal "0x28") (] "]")) (+ "+") (number_literal "0x9c0")) () ")"))))) (; ";")) (expression_statement "*(code **)(iVar21 + 0x10) = FUN_00046f30;" (assignment_expression "*(code **)(iVar21 + 0x10) = FUN_00046f30" (pointer_expression "*(code **)(iVar21 + 0x10)" (* "*") (cast_expression "(code **)(iVar21 + 0x10)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar21 + 0x10)" (( "(") (binary_expression "iVar21 + 0x10" (identifier "iVar21") (+ "+") (number_literal "0x10")) () ")")))) (= "=") (identifier "FUN_00046f30")) (; ";")) (expression_statement "pvVar4 = DAT_001c3d64;" (assignment_expression "pvVar4 = DAT_001c3d64" (identifier "pvVar4") (= "=") (identifier "DAT_001c3d64")) (; ";")) (expression_statement "*(int *)(iVar21 + 0x18) = iVar19;" (assignment_expression "*(int *)(iVar21 + 0x18) = iVar19" (pointer_expression "*(int *)(iVar21 + 0x18)" (* "*") (cast_expression "(int *)(iVar21 + 0x18)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar21 + 0x18)" (( "(") (binary_expression "iVar21 + 0x18" (identifier "iVar21") (+ "+") (number_literal "0x18")) () ")")))) (= "=") (identifier "iVar19")) (; ";")) (expression_statement "*(void **)(iVar21 + 0x14) = pvVar4;" (assignment_expression "*(void **)(iVar21 + 0x14) = pvVar4" (pointer_expression "*(void **)(iVar21 + 0x14)" (* "*") (cast_expression "(void **)(iVar21 + 0x14)" (( "(") (type_descriptor "void **" (primitive_type "void") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar21 + 0x14)" (( "(") (binary_expression "iVar21 + 0x14" (identifier "iVar21") (+ "+") (number_literal "0x14")) () ")")))) (= "=") (identifier "pvVar4")) (; ";")) (expression_statement "*(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4) = 7;" (assignment_expression "*(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4) = 7" (pointer_expression "*(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4)" (* "*") (cast_expression "(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(iVar19 + 0xa4) + 4)" (( "(") (binary_expression "*(int *)(iVar19 + 0xa4) + 4" (pointer_expression "*(int *)(iVar19 + 0xa4)" (* "*") (cast_expression "(int *)(iVar19 + 0xa4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar19 + 0xa4)" (( "(") (binary_expression "iVar19 + 0xa4" (identifier "iVar19") (+ "+") (number_literal "0xa4")) () ")")))) (+ "+") (number_literal "4")) () ")")))) (= "=") (number_literal "7")) (; ";")) (expression_statement "*(longlong *)(iVar19 + 0x2c) = lVar32 + 0x10;" (assignment_expression "*(longlong *)(iVar19 + 0x2c) = lVar32 + 0x10" (pointer_expression "*(longlong *)(iVar19 + 0x2c)" (* "*") (cast_expression "(longlong *)(iVar19 + 0x2c)" (( "(") (type_descriptor "longlong *" (type_identifier "longlong") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar19 + 0x2c)" (( "(") (binary_expression "iVar19 + 0x2c" (identifier "iVar19") (+ "+") (number_literal "0x2c")) () ")")))) (= "=") (binary_expression "lVar32 + 0x10" (identifier "lVar32") (+ "+") (number_literal "0x10"))) (; ";")) (goto_statement "goto LAB_000482f4;" (goto "goto") (statement_identifier "LAB_000482f4") (; ";")) (} "}"))) (expression_statement "pcVar5 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n";" (assignment_expression "pcVar5 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n"" (identifier "pcVar5") (= "=") (string_literal ""%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n"" (" """) (string_content "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored") (escape_sequence "\n") (" """))) (; ";")) (} "}")))) (expression_statement "uVar9 = dcgettext(0,pcVar5,5);" (assignment_expression "uVar9 = dcgettext(0,pcVar5,5)" (identifier "uVar9") (= "=") (call_expression "dcgettext(0,pcVar5,5)" (identifier "dcgettext") (argument_list "(0,pcVar5,5)" (( "(") (number_literal "0") (, ",") (identifier "pcVar5") (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "FUN_00034dc0(uVar9);" (call_expression "FUN_00034dc0(uVar9)" (identifier "FUN_00034dc0") (argument_list "(uVar9)" (( "(") (identifier "uVar9") () ")"))) (; ";")) (break_statement "break;" (break "break") (; ";")) (} "}"))) (} "}"))) (expression_statement "free(DAT_001c3d64);" (call_expression "free(DAT_001c3d64)" (identifier "free") (argument_list "(DAT_001c3d64)" (( "(") (identifier "DAT_001c3d64") () ")"))) (; ";")) (expression_statement "DAT_001c3d64 = (void *)0x0;" (assignment_expression "DAT_001c3d64 = (void *)0x0" (identifier "DAT_001c3d64") (= "=") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "puVar6 = DAT_001c4614;" (assignment_expression "puVar6 = DAT_001c4614" (identifier "puVar6") (= "=") (identifier "DAT_001c4614")) (; ";")) (} "}"))) (labeled_statement "LAB_000482f4:\n (**(code **)(*(int *)(puVar6[1] + 0x1c0) + 0x1d0))(&DAT_001c45e0);" (statement_identifier "LAB_000482f4") (: ":") (expression_statement "(**(code **)(*(int *)(puVar6[1] + 0x1c0) + 0x1d0))(&DAT_001c45e0);" (call_expression "(**(code **)(*(int *)(puVar6[1] + 0x1c0) + 0x1d0))(&DAT_001c45e0)" (parenthesized_expression "(**(code **)(*(int *)(puVar6[1] + 0x1c0) + 0x1d0))" (( "(") (pointer_expression "**(code **)(*(int *)(puVar6[1] + 0x1c0) + 0x1d0)" (* "*") (pointer_expression "*(code **)(*(int *)(puVar6[1] + 0x1c0) + 0x1d0)" (* "*") (cast_expression "(code **)(*(int *)(puVar6[1] + 0x1c0) + 0x1d0)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(int *)(puVar6[1] + 0x1c0) + 0x1d0)" (( "(") (binary_expression "*(int *)(puVar6[1] + 0x1c0) + 0x1d0" (pointer_expression "*(int *)(puVar6[1] + 0x1c0)" (* "*") (cast_expression "(int *)(puVar6[1] + 0x1c0)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar6[1] + 0x1c0)" (( "(") (binary_expression "puVar6[1] + 0x1c0" (subscript_expression "puVar6[1]" (identifier "puVar6") ([ "[") (number_literal "1") (] "]")) (+ "+") (number_literal "0x1c0")) () ")")))) (+ "+") (number_literal "0x1d0")) () ")"))))) () ")")) (argument_list "(&DAT_001c45e0)" (( "(") (pointer_expression "&DAT_001c45e0" (& "&") (identifier "DAT_001c45e0")) () ")"))) (; ";"))) (if_statement "if ((DAT_001c45e0 & 3) == 2) {\n if (DAT_001c45e5 >> 7 == (~DAT_001c45e6 & 1)) {\n bfd_make_section_with_flags(DAT_001c461c,".note.GNU-stack",DAT_001c45e5 >> 3 & 0x10 | 8);\n }\n }\n else {\n if (((DAT_001c45e4 & 0x20) == 0) && (DAT_001c461c != 0)) {\n local_78 = (undefined4 *)0x0;\n bVar3 = false;\n local_74 = 0;\n iVar19 = DAT_001c461c;\n do {\n while ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) != 0) {\nLAB_00048a88:\n iVar19 = *(int *)(iVar19 + 0x9c);\n if (iVar19 == 0) goto LAB_00048b86;\n }\n puVar6 = *(undefined4 **)(iVar19 + 0x60);\n if (puVar6 != (undefined4 *)0x0) {\n local_84 = (char *)0x0;\n do {\n bVar29 = (undefined *)puVar6[0x15] < PTR__bfd_std_section_001c1fd4 + 0x180;\n bVar30 = (undefined *)puVar6[0x15] == PTR__bfd_std_section_001c1fd4 + 0x180;\n pcVar5 = local_84;\n if (!bVar30) {\n iVar21 = 0xf;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame_entry";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (bVar29) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar21 = 10;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if (((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])) {\n pcVar5 = local_84;\n }\n }\n local_84 = pcVar5;\n puVar6 = (undefined4 *)puVar6[3];\n } while (puVar6 != (undefined4 *)0x0);\n if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pcVar5 = local_84;\n if ((local_78 != (undefined4 *)0x0) &&\n (pcVar5 = (char *)local_78, (char *)local_78 != local_84)) {\n if (local_84 != (char *)0x1) {\n iVar19 = local_74;\n }\n uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n FUN_00034dc0(uVar9,iVar19);\n break;\n }\n local_78 = (undefined4 *)pcVar5;\n if ((local_74 == 0) &&\n (((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)))) {\n local_74 = iVar19;\n }\n }\n }\n if (local_78 != (undefined4 *)0x2) goto LAB_00048a88;\n iVar19 = *(int *)(iVar19 + 0x9c);\n _DAT_001c45e2 = _DAT_001c45e2 & 0x3fff | 0x8000;\n } while (iVar19 != 0);\nLAB_00048b86:\n if ((local_74 == 0) ||\n (iVar19 = bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8),\n iVar19 == 0)) {\n if (bVar3) {\n uVar9 = dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n FUN_00034dc0(uVar9);\n }\n }\n else {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n *(int *)(iVar8 + 0xd0) = iVar19;\n }\n }\n puVar6 = (undefined4 *)bfd_elf_get_needed_list(DAT_001c4614,&DAT_001c45e0);\n local_78 = puVar6;\n if (puVar6 != (undefined4 *)0x0) {\nLAB_00048360:\n puVar1 = puVar6;\n if ((local_78[1] == 0) ||\n ((uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 1) == 0 &&\n (((local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0)))))) {\n for (; puVar1 != local_78; puVar1 = (undefined4 *)*puVar1) {\n if (((puVar1[1] == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0)) &&\n (iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2]), iVar8 == 0)) {\n if (puVar1 != local_78) goto LAB_000484a0;\n break;\n }\n }\n DAT_001c3d78 = 0;\n DAT_001c3de0 = local_78;\n DAT_001c3de4 = FUN_00047cf0;\n FUN_000276c0(FUN_00045020);\n if ((DAT_001c3d78 == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(*(undefined4 *)(DAT_001c3d78 + 0x10)),\n (uVar7 & 1) != 0)) {\n puVar1 = (undefined4 *)local_78[1];\n pcVar5 = (char *)local_78[2];\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,"%s needed by %pB\n",5);\n FUN_00034d90(uVar9,pcVar5,puVar1);\n }\n if ((DAT_001c3d78 == 0) || (iVar8 = FUN_00047df0(), iVar8 == 0)) {\n bVar3 = false;\n do {\n pcVar22 = DAT_001c46c8;\n if (*pcVar5 == '/') {\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }\n else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }\n sVar10 = strlen((char *)local_78[2]);\n if (DAT_001c4804 != (int *)0x0) {\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }\n if (bVar3) goto code_r0x00048a13;\n bVar3 = true;\n } while( true );\n }\n }\n }\n goto LAB_000484a0;\n }\nLAB_000484b2:\n if (((DAT_001c45e3 & 0xc0) == 0x80) &&\n (iVar8 = bfd_elf_parse_eh_frame_entries(0,&DAT_001c45e0), iVar8 == 0)) {\n uVar9 = dcgettext(0,"%F%P: failed to parse EH frame entries\n",5);\n FUN_00034dc0(uVar9);\n }\n }" (if "if") (parenthesized_expression "((DAT_001c45e0 & 3) == 2)" (( "(") (binary_expression "(DAT_001c45e0 & 3) == 2" (parenthesized_expression "(DAT_001c45e0 & 3)" (( "(") (binary_expression "DAT_001c45e0 & 3" (identifier "DAT_001c45e0") (& "&") (number_literal "3")) () ")")) (== "==") (number_literal "2")) () ")")) (compound_statement "{\n if (DAT_001c45e5 >> 7 == (~DAT_001c45e6 & 1)) {\n bfd_make_section_with_flags(DAT_001c461c,".note.GNU-stack",DAT_001c45e5 >> 3 & 0x10 | 8);\n }\n }" ({ "{") (if_statement "if (DAT_001c45e5 >> 7 == (~DAT_001c45e6 & 1)) {\n bfd_make_section_with_flags(DAT_001c461c,".note.GNU-stack",DAT_001c45e5 >> 3 & 0x10 | 8);\n }" (if "if") (parenthesized_expression "(DAT_001c45e5 >> 7 == (~DAT_001c45e6 & 1))" (( "(") (binary_expression "DAT_001c45e5 >> 7 == (~DAT_001c45e6 & 1)" (binary_expression "DAT_001c45e5 >> 7" (identifier "DAT_001c45e5") (>> ">>") (number_literal "7")) (== "==") (parenthesized_expression "(~DAT_001c45e6 & 1)" (( "(") (binary_expression "~DAT_001c45e6 & 1" (unary_expression "~DAT_001c45e6" (~ "~") (identifier "DAT_001c45e6")) (& "&") (number_literal "1")) () ")"))) () ")")) (compound_statement "{\n bfd_make_section_with_flags(DAT_001c461c,".note.GNU-stack",DAT_001c45e5 >> 3 & 0x10 | 8);\n }" ({ "{") (expression_statement "bfd_make_section_with_flags(DAT_001c461c,".note.GNU-stack",DAT_001c45e5 >> 3 & 0x10 | 8);" (call_expression "bfd_make_section_with_flags(DAT_001c461c,".note.GNU-stack",DAT_001c45e5 >> 3 & 0x10 | 8)" (identifier "bfd_make_section_with_flags") (argument_list "(DAT_001c461c,".note.GNU-stack",DAT_001c45e5 >> 3 & 0x10 | 8)" (( "(") (identifier "DAT_001c461c") (, ",") (string_literal "".note.GNU-stack"" (" """) (string_content ".note.GNU-stack") (" """)) (, ",") (binary_expression "DAT_001c45e5 >> 3 & 0x10 | 8" (binary_expression "DAT_001c45e5 >> 3 & 0x10" (binary_expression "DAT_001c45e5 >> 3" (identifier "DAT_001c45e5") (>> ">>") (number_literal "3")) (& "&") (number_literal "0x10")) (| "|") (number_literal "8")) () ")"))) (; ";")) (} "}"))) (} "}")) (else_clause "else {\n if (((DAT_001c45e4 & 0x20) == 0) && (DAT_001c461c != 0)) {\n local_78 = (undefined4 *)0x0;\n bVar3 = false;\n local_74 = 0;\n iVar19 = DAT_001c461c;\n do {\n while ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) != 0) {\nLAB_00048a88:\n iVar19 = *(int *)(iVar19 + 0x9c);\n if (iVar19 == 0) goto LAB_00048b86;\n }\n puVar6 = *(undefined4 **)(iVar19 + 0x60);\n if (puVar6 != (undefined4 *)0x0) {\n local_84 = (char *)0x0;\n do {\n bVar29 = (undefined *)puVar6[0x15] < PTR__bfd_std_section_001c1fd4 + 0x180;\n bVar30 = (undefined *)puVar6[0x15] == PTR__bfd_std_section_001c1fd4 + 0x180;\n pcVar5 = local_84;\n if (!bVar30) {\n iVar21 = 0xf;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame_entry";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (bVar29) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar21 = 10;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if (((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])) {\n pcVar5 = local_84;\n }\n }\n local_84 = pcVar5;\n puVar6 = (undefined4 *)puVar6[3];\n } while (puVar6 != (undefined4 *)0x0);\n if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pcVar5 = local_84;\n if ((local_78 != (undefined4 *)0x0) &&\n (pcVar5 = (char *)local_78, (char *)local_78 != local_84)) {\n if (local_84 != (char *)0x1) {\n iVar19 = local_74;\n }\n uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n FUN_00034dc0(uVar9,iVar19);\n break;\n }\n local_78 = (undefined4 *)pcVar5;\n if ((local_74 == 0) &&\n (((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)))) {\n local_74 = iVar19;\n }\n }\n }\n if (local_78 != (undefined4 *)0x2) goto LAB_00048a88;\n iVar19 = *(int *)(iVar19 + 0x9c);\n _DAT_001c45e2 = _DAT_001c45e2 & 0x3fff | 0x8000;\n } while (iVar19 != 0);\nLAB_00048b86:\n if ((local_74 == 0) ||\n (iVar19 = bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8),\n iVar19 == 0)) {\n if (bVar3) {\n uVar9 = dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n FUN_00034dc0(uVar9);\n }\n }\n else {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n *(int *)(iVar8 + 0xd0) = iVar19;\n }\n }\n puVar6 = (undefined4 *)bfd_elf_get_needed_list(DAT_001c4614,&DAT_001c45e0);\n local_78 = puVar6;\n if (puVar6 != (undefined4 *)0x0) {\nLAB_00048360:\n puVar1 = puVar6;\n if ((local_78[1] == 0) ||\n ((uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 1) == 0 &&\n (((local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0)))))) {\n for (; puVar1 != local_78; puVar1 = (undefined4 *)*puVar1) {\n if (((puVar1[1] == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0)) &&\n (iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2]), iVar8 == 0)) {\n if (puVar1 != local_78) goto LAB_000484a0;\n break;\n }\n }\n DAT_001c3d78 = 0;\n DAT_001c3de0 = local_78;\n DAT_001c3de4 = FUN_00047cf0;\n FUN_000276c0(FUN_00045020);\n if ((DAT_001c3d78 == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(*(undefined4 *)(DAT_001c3d78 + 0x10)),\n (uVar7 & 1) != 0)) {\n puVar1 = (undefined4 *)local_78[1];\n pcVar5 = (char *)local_78[2];\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,"%s needed by %pB\n",5);\n FUN_00034d90(uVar9,pcVar5,puVar1);\n }\n if ((DAT_001c3d78 == 0) || (iVar8 = FUN_00047df0(), iVar8 == 0)) {\n bVar3 = false;\n do {\n pcVar22 = DAT_001c46c8;\n if (*pcVar5 == '/') {\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }\n else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }\n sVar10 = strlen((char *)local_78[2]);\n if (DAT_001c4804 != (int *)0x0) {\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }\n if (bVar3) goto code_r0x00048a13;\n bVar3 = true;\n } while( true );\n }\n }\n }\n goto LAB_000484a0;\n }\nLAB_000484b2:\n if (((DAT_001c45e3 & 0xc0) == 0x80) &&\n (iVar8 = bfd_elf_parse_eh_frame_entries(0,&DAT_001c45e0), iVar8 == 0)) {\n uVar9 = dcgettext(0,"%F%P: failed to parse EH frame entries\n",5);\n FUN_00034dc0(uVar9);\n }\n }" (else "else") (compound_statement "{\n if (((DAT_001c45e4 & 0x20) == 0) && (DAT_001c461c != 0)) {\n local_78 = (undefined4 *)0x0;\n bVar3 = false;\n local_74 = 0;\n iVar19 = DAT_001c461c;\n do {\n while ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) != 0) {\nLAB_00048a88:\n iVar19 = *(int *)(iVar19 + 0x9c);\n if (iVar19 == 0) goto LAB_00048b86;\n }\n puVar6 = *(undefined4 **)(iVar19 + 0x60);\n if (puVar6 != (undefined4 *)0x0) {\n local_84 = (char *)0x0;\n do {\n bVar29 = (undefined *)puVar6[0x15] < PTR__bfd_std_section_001c1fd4 + 0x180;\n bVar30 = (undefined *)puVar6[0x15] == PTR__bfd_std_section_001c1fd4 + 0x180;\n pcVar5 = local_84;\n if (!bVar30) {\n iVar21 = 0xf;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame_entry";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (bVar29) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar21 = 10;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if (((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])) {\n pcVar5 = local_84;\n }\n }\n local_84 = pcVar5;\n puVar6 = (undefined4 *)puVar6[3];\n } while (puVar6 != (undefined4 *)0x0);\n if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pcVar5 = local_84;\n if ((local_78 != (undefined4 *)0x0) &&\n (pcVar5 = (char *)local_78, (char *)local_78 != local_84)) {\n if (local_84 != (char *)0x1) {\n iVar19 = local_74;\n }\n uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n FUN_00034dc0(uVar9,iVar19);\n break;\n }\n local_78 = (undefined4 *)pcVar5;\n if ((local_74 == 0) &&\n (((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)))) {\n local_74 = iVar19;\n }\n }\n }\n if (local_78 != (undefined4 *)0x2) goto LAB_00048a88;\n iVar19 = *(int *)(iVar19 + 0x9c);\n _DAT_001c45e2 = _DAT_001c45e2 & 0x3fff | 0x8000;\n } while (iVar19 != 0);\nLAB_00048b86:\n if ((local_74 == 0) ||\n (iVar19 = bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8),\n iVar19 == 0)) {\n if (bVar3) {\n uVar9 = dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n FUN_00034dc0(uVar9);\n }\n }\n else {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n *(int *)(iVar8 + 0xd0) = iVar19;\n }\n }\n puVar6 = (undefined4 *)bfd_elf_get_needed_list(DAT_001c4614,&DAT_001c45e0);\n local_78 = puVar6;\n if (puVar6 != (undefined4 *)0x0) {\nLAB_00048360:\n puVar1 = puVar6;\n if ((local_78[1] == 0) ||\n ((uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 1) == 0 &&\n (((local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0)))))) {\n for (; puVar1 != local_78; puVar1 = (undefined4 *)*puVar1) {\n if (((puVar1[1] == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0)) &&\n (iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2]), iVar8 == 0)) {\n if (puVar1 != local_78) goto LAB_000484a0;\n break;\n }\n }\n DAT_001c3d78 = 0;\n DAT_001c3de0 = local_78;\n DAT_001c3de4 = FUN_00047cf0;\n FUN_000276c0(FUN_00045020);\n if ((DAT_001c3d78 == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(*(undefined4 *)(DAT_001c3d78 + 0x10)),\n (uVar7 & 1) != 0)) {\n puVar1 = (undefined4 *)local_78[1];\n pcVar5 = (char *)local_78[2];\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,"%s needed by %pB\n",5);\n FUN_00034d90(uVar9,pcVar5,puVar1);\n }\n if ((DAT_001c3d78 == 0) || (iVar8 = FUN_00047df0(), iVar8 == 0)) {\n bVar3 = false;\n do {\n pcVar22 = DAT_001c46c8;\n if (*pcVar5 == '/') {\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }\n else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }\n sVar10 = strlen((char *)local_78[2]);\n if (DAT_001c4804 != (int *)0x0) {\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }\n if (bVar3) goto code_r0x00048a13;\n bVar3 = true;\n } while( true );\n }\n }\n }\n goto LAB_000484a0;\n }\nLAB_000484b2:\n if (((DAT_001c45e3 & 0xc0) == 0x80) &&\n (iVar8 = bfd_elf_parse_eh_frame_entries(0,&DAT_001c45e0), iVar8 == 0)) {\n uVar9 = dcgettext(0,"%F%P: failed to parse EH frame entries\n",5);\n FUN_00034dc0(uVar9);\n }\n }" ({ "{") (if_statement "if (((DAT_001c45e4 & 0x20) == 0) && (DAT_001c461c != 0)) {\n local_78 = (undefined4 *)0x0;\n bVar3 = false;\n local_74 = 0;\n iVar19 = DAT_001c461c;\n do {\n while ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) != 0) {\nLAB_00048a88:\n iVar19 = *(int *)(iVar19 + 0x9c);\n if (iVar19 == 0) goto LAB_00048b86;\n }\n puVar6 = *(undefined4 **)(iVar19 + 0x60);\n if (puVar6 != (undefined4 *)0x0) {\n local_84 = (char *)0x0;\n do {\n bVar29 = (undefined *)puVar6[0x15] < PTR__bfd_std_section_001c1fd4 + 0x180;\n bVar30 = (undefined *)puVar6[0x15] == PTR__bfd_std_section_001c1fd4 + 0x180;\n pcVar5 = local_84;\n if (!bVar30) {\n iVar21 = 0xf;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame_entry";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (bVar29) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar21 = 10;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if (((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])) {\n pcVar5 = local_84;\n }\n }\n local_84 = pcVar5;\n puVar6 = (undefined4 *)puVar6[3];\n } while (puVar6 != (undefined4 *)0x0);\n if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pcVar5 = local_84;\n if ((local_78 != (undefined4 *)0x0) &&\n (pcVar5 = (char *)local_78, (char *)local_78 != local_84)) {\n if (local_84 != (char *)0x1) {\n iVar19 = local_74;\n }\n uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n FUN_00034dc0(uVar9,iVar19);\n break;\n }\n local_78 = (undefined4 *)pcVar5;\n if ((local_74 == 0) &&\n (((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)))) {\n local_74 = iVar19;\n }\n }\n }\n if (local_78 != (undefined4 *)0x2) goto LAB_00048a88;\n iVar19 = *(int *)(iVar19 + 0x9c);\n _DAT_001c45e2 = _DAT_001c45e2 & 0x3fff | 0x8000;\n } while (iVar19 != 0);\nLAB_00048b86:\n if ((local_74 == 0) ||\n (iVar19 = bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8),\n iVar19 == 0)) {\n if (bVar3) {\n uVar9 = dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n FUN_00034dc0(uVar9);\n }\n }\n else {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n *(int *)(iVar8 + 0xd0) = iVar19;\n }\n }" (if "if") (parenthesized_expression "(((DAT_001c45e4 & 0x20) == 0) && (DAT_001c461c != 0))" (( "(") (binary_expression "((DAT_001c45e4 & 0x20) == 0) && (DAT_001c461c != 0)" (parenthesized_expression "((DAT_001c45e4 & 0x20) == 0)" (( "(") (binary_expression "(DAT_001c45e4 & 0x20) == 0" (parenthesized_expression "(DAT_001c45e4 & 0x20)" (( "(") (binary_expression "DAT_001c45e4 & 0x20" (identifier "DAT_001c45e4") (& "&") (number_literal "0x20")) () ")")) (== "==") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(DAT_001c461c != 0)" (( "(") (binary_expression "DAT_001c461c != 0" (identifier "DAT_001c461c") (!= "!=") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n local_78 = (undefined4 *)0x0;\n bVar3 = false;\n local_74 = 0;\n iVar19 = DAT_001c461c;\n do {\n while ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) != 0) {\nLAB_00048a88:\n iVar19 = *(int *)(iVar19 + 0x9c);\n if (iVar19 == 0) goto LAB_00048b86;\n }\n puVar6 = *(undefined4 **)(iVar19 + 0x60);\n if (puVar6 != (undefined4 *)0x0) {\n local_84 = (char *)0x0;\n do {\n bVar29 = (undefined *)puVar6[0x15] < PTR__bfd_std_section_001c1fd4 + 0x180;\n bVar30 = (undefined *)puVar6[0x15] == PTR__bfd_std_section_001c1fd4 + 0x180;\n pcVar5 = local_84;\n if (!bVar30) {\n iVar21 = 0xf;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame_entry";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (bVar29) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar21 = 10;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if (((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])) {\n pcVar5 = local_84;\n }\n }\n local_84 = pcVar5;\n puVar6 = (undefined4 *)puVar6[3];\n } while (puVar6 != (undefined4 *)0x0);\n if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pcVar5 = local_84;\n if ((local_78 != (undefined4 *)0x0) &&\n (pcVar5 = (char *)local_78, (char *)local_78 != local_84)) {\n if (local_84 != (char *)0x1) {\n iVar19 = local_74;\n }\n uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n FUN_00034dc0(uVar9,iVar19);\n break;\n }\n local_78 = (undefined4 *)pcVar5;\n if ((local_74 == 0) &&\n (((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)))) {\n local_74 = iVar19;\n }\n }\n }\n if (local_78 != (undefined4 *)0x2) goto LAB_00048a88;\n iVar19 = *(int *)(iVar19 + 0x9c);\n _DAT_001c45e2 = _DAT_001c45e2 & 0x3fff | 0x8000;\n } while (iVar19 != 0);\nLAB_00048b86:\n if ((local_74 == 0) ||\n (iVar19 = bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8),\n iVar19 == 0)) {\n if (bVar3) {\n uVar9 = dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n FUN_00034dc0(uVar9);\n }\n }\n else {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n *(int *)(iVar8 + 0xd0) = iVar19;\n }\n }" ({ "{") (expression_statement "local_78 = (undefined4 *)0x0;" (assignment_expression "local_78 = (undefined4 *)0x0" (identifier "local_78") (= "=") (cast_expression "(undefined4 *)0x0" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "bVar3 = false;" (assignment_expression "bVar3 = false" (identifier "bVar3") (= "=") (false "false")) (; ";")) (expression_statement "local_74 = 0;" (assignment_expression "local_74 = 0" (identifier "local_74") (= "=") (number_literal "0")) (; ";")) (expression_statement "iVar19 = DAT_001c461c;" (assignment_expression "iVar19 = DAT_001c461c" (identifier "iVar19") (= "=") (identifier "DAT_001c461c")) (; ";")) (do_statement "do {\n while ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) != 0) {\nLAB_00048a88:\n iVar19 = *(int *)(iVar19 + 0x9c);\n if (iVar19 == 0) goto LAB_00048b86;\n }\n puVar6 = *(undefined4 **)(iVar19 + 0x60);\n if (puVar6 != (undefined4 *)0x0) {\n local_84 = (char *)0x0;\n do {\n bVar29 = (undefined *)puVar6[0x15] < PTR__bfd_std_section_001c1fd4 + 0x180;\n bVar30 = (undefined *)puVar6[0x15] == PTR__bfd_std_section_001c1fd4 + 0x180;\n pcVar5 = local_84;\n if (!bVar30) {\n iVar21 = 0xf;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame_entry";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (bVar29) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar21 = 10;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if (((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])) {\n pcVar5 = local_84;\n }\n }\n local_84 = pcVar5;\n puVar6 = (undefined4 *)puVar6[3];\n } while (puVar6 != (undefined4 *)0x0);\n if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pcVar5 = local_84;\n if ((local_78 != (undefined4 *)0x0) &&\n (pcVar5 = (char *)local_78, (char *)local_78 != local_84)) {\n if (local_84 != (char *)0x1) {\n iVar19 = local_74;\n }\n uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n FUN_00034dc0(uVar9,iVar19);\n break;\n }\n local_78 = (undefined4 *)pcVar5;\n if ((local_74 == 0) &&\n (((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)))) {\n local_74 = iVar19;\n }\n }\n }\n if (local_78 != (undefined4 *)0x2) goto LAB_00048a88;\n iVar19 = *(int *)(iVar19 + 0x9c);\n _DAT_001c45e2 = _DAT_001c45e2 & 0x3fff | 0x8000;\n } while (iVar19 != 0);" (do "do") (compound_statement "{\n while ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) != 0) {\nLAB_00048a88:\n iVar19 = *(int *)(iVar19 + 0x9c);\n if (iVar19 == 0) goto LAB_00048b86;\n }\n puVar6 = *(undefined4 **)(iVar19 + 0x60);\n if (puVar6 != (undefined4 *)0x0) {\n local_84 = (char *)0x0;\n do {\n bVar29 = (undefined *)puVar6[0x15] < PTR__bfd_std_section_001c1fd4 + 0x180;\n bVar30 = (undefined *)puVar6[0x15] == PTR__bfd_std_section_001c1fd4 + 0x180;\n pcVar5 = local_84;\n if (!bVar30) {\n iVar21 = 0xf;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame_entry";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (bVar29) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar21 = 10;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if (((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])) {\n pcVar5 = local_84;\n }\n }\n local_84 = pcVar5;\n puVar6 = (undefined4 *)puVar6[3];\n } while (puVar6 != (undefined4 *)0x0);\n if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pcVar5 = local_84;\n if ((local_78 != (undefined4 *)0x0) &&\n (pcVar5 = (char *)local_78, (char *)local_78 != local_84)) {\n if (local_84 != (char *)0x1) {\n iVar19 = local_74;\n }\n uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n FUN_00034dc0(uVar9,iVar19);\n break;\n }\n local_78 = (undefined4 *)pcVar5;\n if ((local_74 == 0) &&\n (((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)))) {\n local_74 = iVar19;\n }\n }\n }\n if (local_78 != (undefined4 *)0x2) goto LAB_00048a88;\n iVar19 = *(int *)(iVar19 + 0x9c);\n _DAT_001c45e2 = _DAT_001c45e2 & 0x3fff | 0x8000;\n }" ({ "{") (while_statement "while ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) != 0) {\nLAB_00048a88:\n iVar19 = *(int *)(iVar19 + 0x9c);\n if (iVar19 == 0) goto LAB_00048b86;\n }" (while "while") (parenthesized_expression "((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) != 0)" (( "(") (binary_expression "(*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) != 0" (parenthesized_expression "(*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10)" (( "(") (binary_expression "*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10" (pointer_expression "*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24)" (* "*") (cast_expression "(byte *)(*(int *)(iVar19 + 0xa4) + 0x24)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(iVar19 + 0xa4) + 0x24)" (( "(") (binary_expression "*(int *)(iVar19 + 0xa4) + 0x24" (pointer_expression "*(int *)(iVar19 + 0xa4)" (* "*") (cast_expression "(int *)(iVar19 + 0xa4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar19 + 0xa4)" (( "(") (binary_expression "iVar19 + 0xa4" (identifier "iVar19") (+ "+") (number_literal "0xa4")) () ")")))) (+ "+") (number_literal "0x24")) () ")")))) (& "&") (number_literal "0x10")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\nLAB_00048a88:\n iVar19 = *(int *)(iVar19 + 0x9c);\n if (iVar19 == 0) goto LAB_00048b86;\n }" ({ "{") (labeled_statement "LAB_00048a88:\n iVar19 = *(int *)(iVar19 + 0x9c);" (statement_identifier "LAB_00048a88") (: ":") (expression_statement "iVar19 = *(int *)(iVar19 + 0x9c);" (assignment_expression "iVar19 = *(int *)(iVar19 + 0x9c)" (identifier "iVar19") (= "=") (pointer_expression "*(int *)(iVar19 + 0x9c)" (* "*") (cast_expression "(int *)(iVar19 + 0x9c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar19 + 0x9c)" (( "(") (binary_expression "iVar19 + 0x9c" (identifier "iVar19") (+ "+") (number_literal "0x9c")) () ")"))))) (; ";"))) (if_statement "if (iVar19 == 0) goto LAB_00048b86;" (if "if") (parenthesized_expression "(iVar19 == 0)" (( "(") (binary_expression "iVar19 == 0" (identifier "iVar19") (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_00048b86;" (goto "goto") (statement_identifier "LAB_00048b86") (; ";"))) (} "}"))) (expression_statement "puVar6 = *(undefined4 **)(iVar19 + 0x60);" (assignment_expression "puVar6 = *(undefined4 **)(iVar19 + 0x60)" (identifier "puVar6") (= "=") (pointer_expression "*(undefined4 **)(iVar19 + 0x60)" (* "*") (cast_expression "(undefined4 **)(iVar19 + 0x60)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar19 + 0x60)" (( "(") (binary_expression "iVar19 + 0x60" (identifier "iVar19") (+ "+") (number_literal "0x60")) () ")"))))) (; ";")) (if_statement "if (puVar6 != (undefined4 *)0x0) {\n local_84 = (char *)0x0;\n do {\n bVar29 = (undefined *)puVar6[0x15] < PTR__bfd_std_section_001c1fd4 + 0x180;\n bVar30 = (undefined *)puVar6[0x15] == PTR__bfd_std_section_001c1fd4 + 0x180;\n pcVar5 = local_84;\n if (!bVar30) {\n iVar21 = 0xf;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame_entry";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (bVar29) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar21 = 10;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if (((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])) {\n pcVar5 = local_84;\n }\n }\n local_84 = pcVar5;\n puVar6 = (undefined4 *)puVar6[3];\n } while (puVar6 != (undefined4 *)0x0);\n if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pcVar5 = local_84;\n if ((local_78 != (undefined4 *)0x0) &&\n (pcVar5 = (char *)local_78, (char *)local_78 != local_84)) {\n if (local_84 != (char *)0x1) {\n iVar19 = local_74;\n }\n uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n FUN_00034dc0(uVar9,iVar19);\n break;\n }\n local_78 = (undefined4 *)pcVar5;\n if ((local_74 == 0) &&\n (((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)))) {\n local_74 = iVar19;\n }\n }\n }" (if "if") (parenthesized_expression "(puVar6 != (undefined4 *)0x0)" (( "(") (binary_expression "puVar6 != (undefined4 *)0x0" (identifier "puVar6") (!= "!=") (cast_expression "(undefined4 *)0x0" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n local_84 = (char *)0x0;\n do {\n bVar29 = (undefined *)puVar6[0x15] < PTR__bfd_std_section_001c1fd4 + 0x180;\n bVar30 = (undefined *)puVar6[0x15] == PTR__bfd_std_section_001c1fd4 + 0x180;\n pcVar5 = local_84;\n if (!bVar30) {\n iVar21 = 0xf;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame_entry";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (bVar29) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar21 = 10;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if (((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])) {\n pcVar5 = local_84;\n }\n }\n local_84 = pcVar5;\n puVar6 = (undefined4 *)puVar6[3];\n } while (puVar6 != (undefined4 *)0x0);\n if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pcVar5 = local_84;\n if ((local_78 != (undefined4 *)0x0) &&\n (pcVar5 = (char *)local_78, (char *)local_78 != local_84)) {\n if (local_84 != (char *)0x1) {\n iVar19 = local_74;\n }\n uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n FUN_00034dc0(uVar9,iVar19);\n break;\n }\n local_78 = (undefined4 *)pcVar5;\n if ((local_74 == 0) &&\n (((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)))) {\n local_74 = iVar19;\n }\n }\n }" ({ "{") (expression_statement "local_84 = (char *)0x0;" (assignment_expression "local_84 = (char *)0x0" (identifier "local_84") (= "=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (do_statement "do {\n bVar29 = (undefined *)puVar6[0x15] < PTR__bfd_std_section_001c1fd4 + 0x180;\n bVar30 = (undefined *)puVar6[0x15] == PTR__bfd_std_section_001c1fd4 + 0x180;\n pcVar5 = local_84;\n if (!bVar30) {\n iVar21 = 0xf;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame_entry";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (bVar29) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar21 = 10;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if (((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])) {\n pcVar5 = local_84;\n }\n }\n local_84 = pcVar5;\n puVar6 = (undefined4 *)puVar6[3];\n } while (puVar6 != (undefined4 *)0x0);" (do "do") (compound_statement "{\n bVar29 = (undefined *)puVar6[0x15] < PTR__bfd_std_section_001c1fd4 + 0x180;\n bVar30 = (undefined *)puVar6[0x15] == PTR__bfd_std_section_001c1fd4 + 0x180;\n pcVar5 = local_84;\n if (!bVar30) {\n iVar21 = 0xf;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame_entry";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (bVar29) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar21 = 10;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if (((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])) {\n pcVar5 = local_84;\n }\n }\n local_84 = pcVar5;\n puVar6 = (undefined4 *)puVar6[3];\n }" ({ "{") (expression_statement "bVar29 = (undefined *)puVar6[0x15] < PTR__bfd_std_section_001c1fd4 + 0x180;" (assignment_expression "bVar29 = (undefined *)puVar6[0x15] < PTR__bfd_std_section_001c1fd4 + 0x180" (identifier "bVar29") (= "=") (binary_expression "(undefined *)puVar6[0x15] < PTR__bfd_std_section_001c1fd4 + 0x180" (cast_expression "(undefined *)puVar6[0x15]" (( "(") (type_descriptor "undefined *" (type_identifier "undefined") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "puVar6[0x15]" (identifier "puVar6") ([ "[") (number_literal "0x15") (] "]"))) (< "<") (binary_expression "PTR__bfd_std_section_001c1fd4 + 0x180" (identifier "PTR__bfd_std_section_001c1fd4") (+ "+") (number_literal "0x180")))) (; ";")) (expression_statement "bVar30 = (undefined *)puVar6[0x15] == PTR__bfd_std_section_001c1fd4 + 0x180;" (assignment_expression "bVar30 = (undefined *)puVar6[0x15] == PTR__bfd_std_section_001c1fd4 + 0x180" (identifier "bVar30") (= "=") (binary_expression "(undefined *)puVar6[0x15] == PTR__bfd_std_section_001c1fd4 + 0x180" (cast_expression "(undefined *)puVar6[0x15]" (( "(") (type_descriptor "undefined *" (type_identifier "undefined") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "puVar6[0x15]" (identifier "puVar6") ([ "[") (number_literal "0x15") (] "]"))) (== "==") (binary_expression "PTR__bfd_std_section_001c1fd4 + 0x180" (identifier "PTR__bfd_std_section_001c1fd4") (+ "+") (number_literal "0x180")))) (; ";")) (expression_statement "pcVar5 = local_84;" (assignment_expression "pcVar5 = local_84" (identifier "pcVar5") (= "=") (identifier "local_84")) (; ";")) (if_statement "if (!bVar30) {\n iVar21 = 0xf;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame_entry";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (bVar29) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar21 = 10;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if (((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])) {\n pcVar5 = local_84;\n }\n }" (if "if") (parenthesized_expression "(!bVar30)" (( "(") (unary_expression "!bVar30" (! "!") (identifier "bVar30")) () ")")) (compound_statement "{\n iVar21 = 0xf;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame_entry";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (bVar29) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }\n iVar21 = 10;\n pbVar17 = (byte *)*puVar6;\n pbVar23 = (byte *)".eh_frame";\n do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if (((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])) {\n pcVar5 = local_84;\n }\n }" ({ "{") (expression_statement "iVar21 = 0xf;" (assignment_expression "iVar21 = 0xf" (identifier "iVar21") (= "=") (number_literal "0xf")) (; ";")) (expression_statement "pbVar17 = (byte *)*puVar6;" (assignment_expression "pbVar17 = (byte *)*puVar6" (identifier "pbVar17") (= "=") (cast_expression "(byte *)*puVar6" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*puVar6" (* "*") (identifier "puVar6")))) (; ";")) (expression_statement "pbVar23 = (byte *)".eh_frame_entry";" (assignment_expression "pbVar23 = (byte *)".eh_frame_entry"" (identifier "pbVar23") (= "=") (cast_expression "(byte *)".eh_frame_entry"" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (string_literal "".eh_frame_entry"" (" """) (string_content ".eh_frame_entry") (" """)))) (; ";")) (do_statement "do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar30);" (do "do") (compound_statement "{\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar29 = *pbVar17 < *pbVar23;\n bVar30 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n }" ({ "{") (if_statement "if (iVar21 == 0) break;" (if "if") (parenthesized_expression "(iVar21 == 0)" (( "(") (binary_expression "iVar21 == 0" (identifier "iVar21") (== "==") (number_literal "0")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "iVar21 = iVar21 + -1;" (assignment_expression "iVar21 = iVar21 + -1" (identifier "iVar21") (= "=") (binary_expression "iVar21 + -1" (identifier "iVar21") (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "bVar29 = *pbVar17 < *pbVar23;" (assignment_expression "bVar29 = *pbVar17 < *pbVar23" (identifier "bVar29") (= "=") (binary_expression "*pbVar17 < *pbVar23" (pointer_expression "*pbVar17" (* "*") (identifier "pbVar17")) (< "<") (pointer_expression "*pbVar23" (* "*") (identifier "pbVar23")))) (; ";")) (expression_statement "bVar30 = *pbVar17 == *pbVar23;" (assignment_expression "bVar30 = *pbVar17 == *pbVar23" (identifier "bVar30") (= "=") (binary_expression "*pbVar17 == *pbVar23" (pointer_expression "*pbVar17" (* "*") (identifier "pbVar17")) (== "==") (pointer_expression "*pbVar23" (* "*") (identifier "pbVar23")))) (; ";")) (expression_statement "pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;" (assignment_expression "pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1" (identifier "pbVar17") (= "=") (binary_expression "pbVar17 + (uint)bVar31 * -2 + 1" (binary_expression "pbVar17 + (uint)bVar31 * -2" (identifier "pbVar17") (+ "+") (binary_expression "(uint)bVar31 * -2" (cast_expression "(uint)bVar31" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar31")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (expression_statement "pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;" (assignment_expression "pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1" (identifier "pbVar23") (= "=") (binary_expression "pbVar23 + (uint)bVar31 * -2 + 1" (binary_expression "pbVar23 + (uint)bVar31 * -2" (identifier "pbVar23") (+ "+") (binary_expression "(uint)bVar31 * -2" (cast_expression "(uint)bVar31" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar31")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(bVar30)" (( "(") (identifier "bVar30") () ")")) (; ";")) (expression_statement "bVar28 = false;" (assignment_expression "bVar28 = false" (identifier "bVar28") (= "=") (false "false")) (; ";")) (expression_statement "bVar29 = (!bVar29 && !bVar30) == bVar29;" (assignment_expression "bVar29 = (!bVar29 && !bVar30) == bVar29" (identifier "bVar29") (= "=") (binary_expression "(!bVar29 && !bVar30) == bVar29" (parenthesized_expression "(!bVar29 && !bVar30)" (( "(") (binary_expression "!bVar29 && !bVar30" (unary_expression "!bVar29" (! "!") (identifier "bVar29")) (&& "&&") (unary_expression "!bVar30" (! "!") (identifier "bVar30"))) () ")")) (== "==") (identifier "bVar29"))) (; ";")) (if_statement "if (bVar29) {\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }" (if "if") (parenthesized_expression "(bVar29)" (( "(") (identifier "bVar29") () ")")) (compound_statement "{\n local_84 = (char *)0x2;\n goto LAB_00048b31;\n }" ({ "{") (expression_statement "local_84 = (char *)0x2;" (assignment_expression "local_84 = (char *)0x2" (identifier "local_84") (= "=") (cast_expression "(char *)0x2" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x2"))) (; ";")) (goto_statement "goto LAB_00048b31;" (goto "goto") (statement_identifier "LAB_00048b31") (; ";")) (} "}"))) (expression_statement "iVar21 = 10;" (assignment_expression "iVar21 = 10" (identifier "iVar21") (= "=") (number_literal "10")) (; ";")) (expression_statement "pbVar17 = (byte *)*puVar6;" (assignment_expression "pbVar17 = (byte *)*puVar6" (identifier "pbVar17") (= "=") (cast_expression "(byte *)*puVar6" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*puVar6" (* "*") (identifier "puVar6")))) (; ";")) (expression_statement "pbVar23 = (byte *)".eh_frame";" (assignment_expression "pbVar23 = (byte *)".eh_frame"" (identifier "pbVar23") (= "=") (cast_expression "(byte *)".eh_frame"" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (string_literal "".eh_frame"" (" """) (string_content ".eh_frame") (" """)))) (; ";")) (do_statement "do {\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);" (do "do") (compound_statement "{\n if (iVar21 == 0) break;\n iVar21 = iVar21 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n }" ({ "{") (if_statement "if (iVar21 == 0) break;" (if "if") (parenthesized_expression "(iVar21 == 0)" (( "(") (binary_expression "iVar21 == 0" (identifier "iVar21") (== "==") (number_literal "0")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "iVar21 = iVar21 + -1;" (assignment_expression "iVar21 = iVar21 + -1" (identifier "iVar21") (= "=") (binary_expression "iVar21 + -1" (identifier "iVar21") (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "bVar28 = *pbVar17 < *pbVar23;" (assignment_expression "bVar28 = *pbVar17 < *pbVar23" (identifier "bVar28") (= "=") (binary_expression "*pbVar17 < *pbVar23" (pointer_expression "*pbVar17" (* "*") (identifier "pbVar17")) (< "<") (pointer_expression "*pbVar23" (* "*") (identifier "pbVar23")))) (; ";")) (expression_statement "bVar29 = *pbVar17 == *pbVar23;" (assignment_expression "bVar29 = *pbVar17 == *pbVar23" (identifier "bVar29") (= "=") (binary_expression "*pbVar17 == *pbVar23" (pointer_expression "*pbVar17" (* "*") (identifier "pbVar17")) (== "==") (pointer_expression "*pbVar23" (* "*") (identifier "pbVar23")))) (; ";")) (expression_statement "pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;" (assignment_expression "pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1" (identifier "pbVar17") (= "=") (binary_expression "pbVar17 + (uint)bVar31 * -2 + 1" (binary_expression "pbVar17 + (uint)bVar31 * -2" (identifier "pbVar17") (+ "+") (binary_expression "(uint)bVar31 * -2" (cast_expression "(uint)bVar31" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar31")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (expression_statement "pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;" (assignment_expression "pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1" (identifier "pbVar23") (= "=") (binary_expression "pbVar23 + (uint)bVar31 * -2 + 1" (binary_expression "pbVar23 + (uint)bVar31 * -2" (identifier "pbVar23") (+ "+") (binary_expression "(uint)bVar31 * -2" (cast_expression "(uint)bVar31" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar31")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(bVar29)" (( "(") (identifier "bVar29") () ")")) (; ";")) (if_statement "if (((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])) {\n pcVar5 = local_84;\n }" (if "if") (parenthesized_expression "(((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc]))" (( "(") (binary_expression "((!bVar28 && !bVar29) == bVar28) &&\n (pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])" (parenthesized_expression "((!bVar28 && !bVar29) == bVar28)" (( "(") (binary_expression "(!bVar28 && !bVar29) == bVar28" (parenthesized_expression "(!bVar28 && !bVar29)" (( "(") (binary_expression "!bVar28 && !bVar29" (unary_expression "!bVar28" (! "!") (identifier "bVar28")) (&& "&&") (unary_expression "!bVar29" (! "!") (identifier "bVar29"))) () ")")) (== "==") (identifier "bVar28")) () ")")) (&& "&&") (parenthesized_expression "(pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])" (( "(") (comma_expression "pcVar5 = (char *)1,\n puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc]" (assignment_expression "pcVar5 = (char *)1" (identifier "pcVar5") (= "=") (cast_expression "(char *)1" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "1"))) (, ",") (binary_expression "puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc]" (binary_expression "puVar6[0xc] == 0" (subscript_expression "puVar6[0xc]" (identifier "puVar6") ([ "[") (number_literal "0xc") (] "]")) (== "==") (number_literal "0")) (&& "&&") (binary_expression "(uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc]" (call_expression "(uint)(8 < (uint)puVar6[0xb])" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(8 < (uint)puVar6[0xb])" (( "(") (binary_expression "8 < (uint)puVar6[0xb]" (number_literal "8") (< "<") (cast_expression "(uint)puVar6[0xb]" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (subscript_expression "puVar6[0xb]" (identifier "puVar6") ([ "[") (number_literal "0xb") (] "]")))) () ")"))) (<= "<=") (binary_expression "(uint)-puVar6[0xc]" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (- "-") (subscript_expression "puVar6[0xc]" (identifier "puVar6") ([ "[") (number_literal "0xc") (] "]")))))) () ")"))) () ")")) (compound_statement "{\n pcVar5 = local_84;\n }" ({ "{") (expression_statement "pcVar5 = local_84;" (assignment_expression "pcVar5 = local_84" (identifier "pcVar5") (= "=") (identifier "local_84")) (; ";")) (} "}"))) (} "}"))) (expression_statement "local_84 = pcVar5;" (assignment_expression "local_84 = pcVar5" (identifier "local_84") (= "=") (identifier "pcVar5")) (; ";")) (expression_statement "puVar6 = (undefined4 *)puVar6[3];" (assignment_expression "puVar6 = (undefined4 *)puVar6[3]" (identifier "puVar6") (= "=") (cast_expression "(undefined4 *)puVar6[3]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "puVar6[3]" (identifier "puVar6") ([ "[") (number_literal "3") (] "]")))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(puVar6 != (undefined4 *)0x0)" (( "(") (binary_expression "puVar6 != (undefined4 *)0x0" (identifier "puVar6") (!= "!=") (cast_expression "(undefined4 *)0x0" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (; ";")) (if_statement "if (local_84 != (char *)0x0) {\nLAB_00048b31:\n pcVar5 = local_84;\n if ((local_78 != (undefined4 *)0x0) &&\n (pcVar5 = (char *)local_78, (char *)local_78 != local_84)) {\n if (local_84 != (char *)0x1) {\n iVar19 = local_74;\n }\n uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n FUN_00034dc0(uVar9,iVar19);\n break;\n }\n local_78 = (undefined4 *)pcVar5;\n if ((local_74 == 0) &&\n (((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)))) {\n local_74 = iVar19;\n }\n }" (if "if") (parenthesized_expression "(local_84 != (char *)0x0)" (( "(") (binary_expression "local_84 != (char *)0x0" (identifier "local_84") (!= "!=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\nLAB_00048b31:\n pcVar5 = local_84;\n if ((local_78 != (undefined4 *)0x0) &&\n (pcVar5 = (char *)local_78, (char *)local_78 != local_84)) {\n if (local_84 != (char *)0x1) {\n iVar19 = local_74;\n }\n uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n FUN_00034dc0(uVar9,iVar19);\n break;\n }\n local_78 = (undefined4 *)pcVar5;\n if ((local_74 == 0) &&\n (((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)))) {\n local_74 = iVar19;\n }\n }" ({ "{") (labeled_statement "LAB_00048b31:\n pcVar5 = local_84;" (statement_identifier "LAB_00048b31") (: ":") (expression_statement "pcVar5 = local_84;" (assignment_expression "pcVar5 = local_84" (identifier "pcVar5") (= "=") (identifier "local_84")) (; ";"))) (if_statement "if ((local_78 != (undefined4 *)0x0) &&\n (pcVar5 = (char *)local_78, (char *)local_78 != local_84)) {\n if (local_84 != (char *)0x1) {\n iVar19 = local_74;\n }\n uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n FUN_00034dc0(uVar9,iVar19);\n break;\n }" (if "if") (parenthesized_expression "((local_78 != (undefined4 *)0x0) &&\n (pcVar5 = (char *)local_78, (char *)local_78 != local_84))" (( "(") (binary_expression "(local_78 != (undefined4 *)0x0) &&\n (pcVar5 = (char *)local_78, (char *)local_78 != local_84)" (parenthesized_expression "(local_78 != (undefined4 *)0x0)" (( "(") (binary_expression "local_78 != (undefined4 *)0x0" (identifier "local_78") (!= "!=") (cast_expression "(undefined4 *)0x0" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (&& "&&") (parenthesized_expression "(pcVar5 = (char *)local_78, (char *)local_78 != local_84)" (( "(") (comma_expression "pcVar5 = (char *)local_78, (char *)local_78 != local_84" (assignment_expression "pcVar5 = (char *)local_78" (identifier "pcVar5") (= "=") (cast_expression "(char *)local_78" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "local_78"))) (, ",") (binary_expression "(char *)local_78 != local_84" (cast_expression "(char *)local_78" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "local_78")) (!= "!=") (identifier "local_84"))) () ")"))) () ")")) (compound_statement "{\n if (local_84 != (char *)0x1) {\n iVar19 = local_74;\n }\n uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);\n FUN_00034dc0(uVar9,iVar19);\n break;\n }" ({ "{") (if_statement "if (local_84 != (char *)0x1) {\n iVar19 = local_74;\n }" (if "if") (parenthesized_expression "(local_84 != (char *)0x1)" (( "(") (binary_expression "local_84 != (char *)0x1" (identifier "local_84") (!= "!=") (cast_expression "(char *)0x1" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x1"))) () ")")) (compound_statement "{\n iVar19 = local_74;\n }" ({ "{") (expression_statement "iVar19 = local_74;" (assignment_expression "iVar19 = local_74" (identifier "iVar19") (= "=") (identifier "local_74")) (; ";")) (} "}"))) (expression_statement "uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5);" (assignment_expression "uVar9 = dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5)" (identifier "uVar9") (= "=") (call_expression "dcgettext(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5)" (identifier "dcgettext") (argument_list "(0,\n "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"\n ,5)" (( "(") (number_literal "0") (, ",") (string_literal ""%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n"" (" """) (string_content "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "FUN_00034dc0(uVar9,iVar19);" (call_expression "FUN_00034dc0(uVar9,iVar19)" (identifier "FUN_00034dc0") (argument_list "(uVar9,iVar19)" (( "(") (identifier "uVar9") (, ",") (identifier "iVar19") () ")"))) (; ";")) (break_statement "break;" (break "break") (; ";")) (} "}"))) (expression_statement "local_78 = (undefined4 *)pcVar5;" (assignment_expression "local_78 = (undefined4 *)pcVar5" (identifier "local_78") (= "=") (cast_expression "(undefined4 *)pcVar5" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "pcVar5"))) (; ";")) (if_statement "if ((local_74 == 0) &&\n (((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)))) {\n local_74 = iVar19;\n }" (if "if") (parenthesized_expression "((local_74 == 0) &&\n (((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5))))" (( "(") (binary_expression "(local_74 == 0) &&\n (((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)))" (parenthesized_expression "(local_74 == 0)" (( "(") (binary_expression "local_74 == 0" (identifier "local_74") (== "==") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)))" (( "(") (parenthesized_expression "((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5))" (( "(") (binary_expression "(local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) &&\n (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)" (parenthesized_expression "(local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0))" (( "(") (binary_expression "local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)" (binary_expression "local_84 == (char *)0x2" (identifier "local_84") (== "==") (cast_expression "(char *)0x2" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x2"))) (|| "||") (parenthesized_expression "((_DAT_001c45e2 & 0xc000) != 0)" (( "(") (binary_expression "(_DAT_001c45e2 & 0xc000) != 0" (parenthesized_expression "(_DAT_001c45e2 & 0xc000)" (( "(") (binary_expression "_DAT_001c45e2 & 0xc000" (identifier "_DAT_001c45e2") (& "&") (number_literal "0xc000")) () ")")) (!= "!=") (number_literal "0")) () ")"))) () ")")) (&& "&&") (parenthesized_expression "(bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)" (( "(") (comma_expression "bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5" (assignment_expression "bVar3 = true" (identifier "bVar3") (= "=") (true "true")) (, ",") (binary_expression "*(int *)(*(int *)(iVar19 + 4) + 4) == 5" (pointer_expression "*(int *)(*(int *)(iVar19 + 4) + 4)" (* "*") (cast_expression "(int *)(*(int *)(iVar19 + 4) + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(iVar19 + 4) + 4)" (( "(") (binary_expression "*(int *)(iVar19 + 4) + 4" (pointer_expression "*(int *)(iVar19 + 4)" (* "*") (cast_expression "(int *)(iVar19 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar19 + 4)" (( "(") (binary_expression "iVar19 + 4" (identifier "iVar19") (+ "+") (number_literal "4")) () ")")))) (+ "+") (number_literal "4")) () ")")))) (== "==") (number_literal "5"))) () ")"))) () ")")) () ")"))) () ")")) (compound_statement "{\n local_74 = iVar19;\n }" ({ "{") (expression_statement "local_74 = iVar19;" (assignment_expression "local_74 = iVar19" (identifier "local_74") (= "=") (identifier "iVar19")) (; ";")) (} "}"))) (} "}"))) (} "}"))) (if_statement "if (local_78 != (undefined4 *)0x2) goto LAB_00048a88;" (if "if") (parenthesized_expression "(local_78 != (undefined4 *)0x2)" (( "(") (binary_expression "local_78 != (undefined4 *)0x2" (identifier "local_78") (!= "!=") (cast_expression "(undefined4 *)0x2" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x2"))) () ")")) (goto_statement "goto LAB_00048a88;" (goto "goto") (statement_identifier "LAB_00048a88") (; ";"))) (expression_statement "iVar19 = *(int *)(iVar19 + 0x9c);" (assignment_expression "iVar19 = *(int *)(iVar19 + 0x9c)" (identifier "iVar19") (= "=") (pointer_expression "*(int *)(iVar19 + 0x9c)" (* "*") (cast_expression "(int *)(iVar19 + 0x9c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar19 + 0x9c)" (( "(") (binary_expression "iVar19 + 0x9c" (identifier "iVar19") (+ "+") (number_literal "0x9c")) () ")"))))) (; ";")) (expression_statement "_DAT_001c45e2 = _DAT_001c45e2 & 0x3fff | 0x8000;" (assignment_expression "_DAT_001c45e2 = _DAT_001c45e2 & 0x3fff | 0x8000" (identifier "_DAT_001c45e2") (= "=") (binary_expression "_DAT_001c45e2 & 0x3fff | 0x8000" (binary_expression "_DAT_001c45e2 & 0x3fff" (identifier "_DAT_001c45e2") (& "&") (number_literal "0x3fff")) (| "|") (number_literal "0x8000"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(iVar19 != 0)" (( "(") (binary_expression "iVar19 != 0" (identifier "iVar19") (!= "!=") (number_literal "0")) () ")")) (; ";")) (labeled_statement "LAB_00048b86:\n if ((local_74 == 0) ||\n (iVar19 = bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8),\n iVar19 == 0)) {\n if (bVar3) {\n uVar9 = dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n FUN_00034dc0(uVar9);\n }\n }\n else {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n *(int *)(iVar8 + 0xd0) = iVar19;\n }" (statement_identifier "LAB_00048b86") (: ":") (if_statement "if ((local_74 == 0) ||\n (iVar19 = bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8),\n iVar19 == 0)) {\n if (bVar3) {\n uVar9 = dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n FUN_00034dc0(uVar9);\n }\n }\n else {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n *(int *)(iVar8 + 0xd0) = iVar19;\n }" (if "if") (parenthesized_expression "((local_74 == 0) ||\n (iVar19 = bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8),\n iVar19 == 0))" (( "(") (binary_expression "(local_74 == 0) ||\n (iVar19 = bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8),\n iVar19 == 0)" (parenthesized_expression "(local_74 == 0)" (( "(") (binary_expression "local_74 == 0" (identifier "local_74") (== "==") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "(iVar19 = bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8),\n iVar19 == 0)" (( "(") (comma_expression "iVar19 = bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8),\n iVar19 == 0" (assignment_expression "iVar19 = bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8)" (identifier "iVar19") (= "=") (call_expression "bfd_make_section_with_flags\n (local_74,".eh_frame_hdr",\n *(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8)" (identifier "bfd_make_section_with_flags") (argument_list "(local_74,".eh_frame_hdr",\n *(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8)" (( "(") (identifier "local_74") (, ",") (string_literal "".eh_frame_hdr"" (" """) (string_content ".eh_frame_hdr") (" """)) (, ",") (binary_expression "*(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8" (pointer_expression "*(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30)" (* "*") (cast_expression "(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30)" (( "(") (binary_expression "*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30" (pointer_expression "*(int *)(*(int *)(local_74 + 4) + 0x1c0)" (* "*") (cast_expression "(int *)(*(int *)(local_74 + 4) + 0x1c0)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(local_74 + 4) + 0x1c0)" (( "(") (binary_expression "*(int *)(local_74 + 4) + 0x1c0" (pointer_expression "*(int *)(local_74 + 4)" (* "*") (cast_expression "(int *)(local_74 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_74 + 4)" (( "(") (binary_expression "local_74 + 4" (identifier "local_74") (+ "+") (number_literal "4")) () ")")))) (+ "+") (number_literal "0x1c0")) () ")")))) (+ "+") (number_literal "0x30")) () ")")))) (| "|") (number_literal "8")) () ")")))) (, ",") (binary_expression "iVar19 == 0" (identifier "iVar19") (== "==") (number_literal "0"))) () ")"))) () ")")) (compound_statement "{\n if (bVar3) {\n uVar9 = dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n FUN_00034dc0(uVar9);\n }\n }" ({ "{") (if_statement "if (bVar3) {\n uVar9 = dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n FUN_00034dc0(uVar9);\n }" (if "if") (parenthesized_expression "(bVar3)" (( "(") (identifier "bVar3") () ")")) (compound_statement "{\n uVar9 = dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);\n FUN_00034dc0(uVar9);\n }" ({ "{") (expression_statement "uVar9 = dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5);" (assignment_expression "uVar9 = dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5)" (identifier "uVar9") (= "=") (call_expression "dcgettext(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5)" (identifier "dcgettext") (argument_list "(0,\n "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"\n ,5)" (( "(") (number_literal "0") (, ",") (string_literal ""%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"" (" """) (string_content "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "FUN_00034dc0(uVar9);" (call_expression "FUN_00034dc0(uVar9)" (identifier "FUN_00034dc0") (argument_list "(uVar9)" (( "(") (identifier "uVar9") () ")"))) (; ";")) (} "}"))) (} "}")) (else_clause "else {\n *(undefined4 *)(iVar19 + 0x58) = 2;\n *(int *)(iVar8 + 0xd0) = iVar19;\n }" (else "else") (compound_statement "{\n *(undefined4 *)(iVar19 + 0x58) = 2;\n *(int *)(iVar8 + 0xd0) = iVar19;\n }" ({ "{") (expression_statement "*(undefined4 *)(iVar19 + 0x58) = 2;" (assignment_expression "*(undefined4 *)(iVar19 + 0x58) = 2" (pointer_expression "*(undefined4 *)(iVar19 + 0x58)" (* "*") (cast_expression "(undefined4 *)(iVar19 + 0x58)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar19 + 0x58)" (( "(") (binary_expression "iVar19 + 0x58" (identifier "iVar19") (+ "+") (number_literal "0x58")) () ")")))) (= "=") (number_literal "2")) (; ";")) (expression_statement "*(int *)(iVar8 + 0xd0) = iVar19;" (assignment_expression "*(int *)(iVar8 + 0xd0) = iVar19" (pointer_expression "*(int *)(iVar8 + 0xd0)" (* "*") (cast_expression "(int *)(iVar8 + 0xd0)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar8 + 0xd0)" (( "(") (binary_expression "iVar8 + 0xd0" (identifier "iVar8") (+ "+") (number_literal "0xd0")) () ")")))) (= "=") (identifier "iVar19")) (; ";")) (} "}"))))) (} "}"))) (expression_statement "puVar6 = (undefined4 *)bfd_elf_get_needed_list(DAT_001c4614,&DAT_001c45e0);" (assignment_expression "puVar6 = (undefined4 *)bfd_elf_get_needed_list(DAT_001c4614,&DAT_001c45e0)" (identifier "puVar6") (= "=") (cast_expression "(undefined4 *)bfd_elf_get_needed_list(DAT_001c4614,&DAT_001c45e0)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "bfd_elf_get_needed_list(DAT_001c4614,&DAT_001c45e0)" (identifier "bfd_elf_get_needed_list") (argument_list "(DAT_001c4614,&DAT_001c45e0)" (( "(") (identifier "DAT_001c4614") (, ",") (pointer_expression "&DAT_001c45e0" (& "&") (identifier "DAT_001c45e0")) () ")"))))) (; ";")) (expression_statement "local_78 = puVar6;" (assignment_expression "local_78 = puVar6" (identifier "local_78") (= "=") (identifier "puVar6")) (; ";")) (if_statement "if (puVar6 != (undefined4 *)0x0) {\nLAB_00048360:\n puVar1 = puVar6;\n if ((local_78[1] == 0) ||\n ((uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 1) == 0 &&\n (((local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0)))))) {\n for (; puVar1 != local_78; puVar1 = (undefined4 *)*puVar1) {\n if (((puVar1[1] == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0)) &&\n (iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2]), iVar8 == 0)) {\n if (puVar1 != local_78) goto LAB_000484a0;\n break;\n }\n }\n DAT_001c3d78 = 0;\n DAT_001c3de0 = local_78;\n DAT_001c3de4 = FUN_00047cf0;\n FUN_000276c0(FUN_00045020);\n if ((DAT_001c3d78 == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(*(undefined4 *)(DAT_001c3d78 + 0x10)),\n (uVar7 & 1) != 0)) {\n puVar1 = (undefined4 *)local_78[1];\n pcVar5 = (char *)local_78[2];\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,"%s needed by %pB\n",5);\n FUN_00034d90(uVar9,pcVar5,puVar1);\n }\n if ((DAT_001c3d78 == 0) || (iVar8 = FUN_00047df0(), iVar8 == 0)) {\n bVar3 = false;\n do {\n pcVar22 = DAT_001c46c8;\n if (*pcVar5 == '/') {\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }\n else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }\n sVar10 = strlen((char *)local_78[2]);\n if (DAT_001c4804 != (int *)0x0) {\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }\n if (bVar3) goto code_r0x00048a13;\n bVar3 = true;\n } while( true );\n }\n }\n }\n goto LAB_000484a0;\n }" (if "if") (parenthesized_expression "(puVar6 != (undefined4 *)0x0)" (( "(") (binary_expression "puVar6 != (undefined4 *)0x0" (identifier "puVar6") (!= "!=") (cast_expression "(undefined4 *)0x0" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\nLAB_00048360:\n puVar1 = puVar6;\n if ((local_78[1] == 0) ||\n ((uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 1) == 0 &&\n (((local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0)))))) {\n for (; puVar1 != local_78; puVar1 = (undefined4 *)*puVar1) {\n if (((puVar1[1] == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0)) &&\n (iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2]), iVar8 == 0)) {\n if (puVar1 != local_78) goto LAB_000484a0;\n break;\n }\n }\n DAT_001c3d78 = 0;\n DAT_001c3de0 = local_78;\n DAT_001c3de4 = FUN_00047cf0;\n FUN_000276c0(FUN_00045020);\n if ((DAT_001c3d78 == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(*(undefined4 *)(DAT_001c3d78 + 0x10)),\n (uVar7 & 1) != 0)) {\n puVar1 = (undefined4 *)local_78[1];\n pcVar5 = (char *)local_78[2];\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,"%s needed by %pB\n",5);\n FUN_00034d90(uVar9,pcVar5,puVar1);\n }\n if ((DAT_001c3d78 == 0) || (iVar8 = FUN_00047df0(), iVar8 == 0)) {\n bVar3 = false;\n do {\n pcVar22 = DAT_001c46c8;\n if (*pcVar5 == '/') {\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }\n else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }\n sVar10 = strlen((char *)local_78[2]);\n if (DAT_001c4804 != (int *)0x0) {\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }\n if (bVar3) goto code_r0x00048a13;\n bVar3 = true;\n } while( true );\n }\n }\n }\n goto LAB_000484a0;\n }" ({ "{") (labeled_statement "LAB_00048360:\n puVar1 = puVar6;" (statement_identifier "LAB_00048360") (: ":") (expression_statement "puVar1 = puVar6;" (assignment_expression "puVar1 = puVar6" (identifier "puVar1") (= "=") (identifier "puVar6")) (; ";"))) (if_statement "if ((local_78[1] == 0) ||\n ((uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 1) == 0 &&\n (((local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0)))))) {\n for (; puVar1 != local_78; puVar1 = (undefined4 *)*puVar1) {\n if (((puVar1[1] == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0)) &&\n (iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2]), iVar8 == 0)) {\n if (puVar1 != local_78) goto LAB_000484a0;\n break;\n }\n }\n DAT_001c3d78 = 0;\n DAT_001c3de0 = local_78;\n DAT_001c3de4 = FUN_00047cf0;\n FUN_000276c0(FUN_00045020);\n if ((DAT_001c3d78 == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(*(undefined4 *)(DAT_001c3d78 + 0x10)),\n (uVar7 & 1) != 0)) {\n puVar1 = (undefined4 *)local_78[1];\n pcVar5 = (char *)local_78[2];\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,"%s needed by %pB\n",5);\n FUN_00034d90(uVar9,pcVar5,puVar1);\n }\n if ((DAT_001c3d78 == 0) || (iVar8 = FUN_00047df0(), iVar8 == 0)) {\n bVar3 = false;\n do {\n pcVar22 = DAT_001c46c8;\n if (*pcVar5 == '/') {\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }\n else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }\n sVar10 = strlen((char *)local_78[2]);\n if (DAT_001c4804 != (int *)0x0) {\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }\n if (bVar3) goto code_r0x00048a13;\n bVar3 = true;\n } while( true );\n }\n }\n }" (if "if") (parenthesized_expression "((local_78[1] == 0) ||\n ((uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 1) == 0 &&\n (((local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0))))))" (( "(") (binary_expression "(local_78[1] == 0) ||\n ((uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 1) == 0 &&\n (((local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0)))))" (parenthesized_expression "(local_78[1] == 0)" (( "(") (binary_expression "local_78[1] == 0" (subscript_expression "local_78[1]" (identifier "local_78") ([ "[") (number_literal "1") (] "]")) (== "==") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "((uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 1) == 0 &&\n (((local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0)))))" (( "(") (parenthesized_expression "(uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 1) == 0 &&\n (((local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0))))" (( "(") (comma_expression "uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 1) == 0 &&\n (((local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0)))" (assignment_expression "uVar7 = bfd_elf_get_dyn_lib_class(local_78[1])" (identifier "uVar7") (= "=") (call_expression "bfd_elf_get_dyn_lib_class(local_78[1])" (identifier "bfd_elf_get_dyn_lib_class") (argument_list "(local_78[1])" (( "(") (subscript_expression "local_78[1]" (identifier "local_78") ([ "[") (number_literal "1") (] "]")) () ")")))) (, ",") (binary_expression "(uVar7 & 1) == 0 &&\n (((local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0)))" (binary_expression "(uVar7 & 1) == 0" (parenthesized_expression "(uVar7 & 1)" (( "(") (binary_expression "uVar7 & 1" (identifier "uVar7") (& "&") (number_literal "1")) () ")")) (== "==") (number_literal "0")) (&& "&&") (parenthesized_expression "(((local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0)))" (( "(") (parenthesized_expression "((local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0))" (( "(") (binary_expression "(local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0)" (parenthesized_expression "(local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80))" (( "(") (binary_expression "local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)" (binary_expression "local_78[1] == 0" (subscript_expression "local_78[1]" (identifier "local_78") ([ "[") (number_literal "1") (] "]")) (== "==") (number_literal "0")) (|| "||") (parenthesized_expression "((_DAT_001c45e2 & 0x180) != 0x80)" (( "(") (binary_expression "(_DAT_001c45e2 & 0x180) != 0x80" (parenthesized_expression "(_DAT_001c45e2 & 0x180)" (( "(") (binary_expression "_DAT_001c45e2 & 0x180" (identifier "_DAT_001c45e2") (& "&") (number_literal "0x180")) () ")")) (!= "!=") (number_literal "0x80")) () ")"))) () ")")) (|| "||") (parenthesized_expression "(uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0)" (( "(") (comma_expression "uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0" (assignment_expression "uVar7 = bfd_elf_get_dyn_lib_class(local_78[1])" (identifier "uVar7") (= "=") (call_expression "bfd_elf_get_dyn_lib_class(local_78[1])" (identifier "bfd_elf_get_dyn_lib_class") (argument_list "(local_78[1])" (( "(") (subscript_expression "local_78[1]" (identifier "local_78") ([ "[") (number_literal "1") (] "]")) () ")")))) (, ",") (binary_expression "(uVar7 & 4) == 0" (parenthesized_expression "(uVar7 & 4)" (( "(") (binary_expression "uVar7 & 4" (identifier "uVar7") (& "&") (number_literal "4")) () ")")) (== "==") (number_literal "0"))) () ")"))) () ")")) () ")")))) () ")")) () ")"))) () ")")) (compound_statement "{\n for (; puVar1 != local_78; puVar1 = (undefined4 *)*puVar1) {\n if (((puVar1[1] == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0)) &&\n (iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2]), iVar8 == 0)) {\n if (puVar1 != local_78) goto LAB_000484a0;\n break;\n }\n }\n DAT_001c3d78 = 0;\n DAT_001c3de0 = local_78;\n DAT_001c3de4 = FUN_00047cf0;\n FUN_000276c0(FUN_00045020);\n if ((DAT_001c3d78 == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(*(undefined4 *)(DAT_001c3d78 + 0x10)),\n (uVar7 & 1) != 0)) {\n puVar1 = (undefined4 *)local_78[1];\n pcVar5 = (char *)local_78[2];\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,"%s needed by %pB\n",5);\n FUN_00034d90(uVar9,pcVar5,puVar1);\n }\n if ((DAT_001c3d78 == 0) || (iVar8 = FUN_00047df0(), iVar8 == 0)) {\n bVar3 = false;\n do {\n pcVar22 = DAT_001c46c8;\n if (*pcVar5 == '/') {\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }\n else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }\n sVar10 = strlen((char *)local_78[2]);\n if (DAT_001c4804 != (int *)0x0) {\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }\n if (bVar3) goto code_r0x00048a13;\n bVar3 = true;\n } while( true );\n }\n }\n }" ({ "{") (for_statement "for (; puVar1 != local_78; puVar1 = (undefined4 *)*puVar1) {\n if (((puVar1[1] == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0)) &&\n (iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2]), iVar8 == 0)) {\n if (puVar1 != local_78) goto LAB_000484a0;\n break;\n }\n }" (for "for") (( "(") (; ";") (binary_expression "puVar1 != local_78" (identifier "puVar1") (!= "!=") (identifier "local_78")) (; ";") (assignment_expression "puVar1 = (undefined4 *)*puVar1" (identifier "puVar1") (= "=") (cast_expression "(undefined4 *)*puVar1" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*puVar1" (* "*") (identifier "puVar1")))) () ")") (compound_statement "{\n if (((puVar1[1] == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0)) &&\n (iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2]), iVar8 == 0)) {\n if (puVar1 != local_78) goto LAB_000484a0;\n break;\n }\n }" ({ "{") (if_statement "if (((puVar1[1] == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0)) &&\n (iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2]), iVar8 == 0)) {\n if (puVar1 != local_78) goto LAB_000484a0;\n break;\n }" (if "if") (parenthesized_expression "(((puVar1[1] == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0)) &&\n (iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2]), iVar8 == 0))" (( "(") (binary_expression "((puVar1[1] == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0)) &&\n (iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2]), iVar8 == 0)" (parenthesized_expression "((puVar1[1] == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0))" (( "(") (binary_expression "(puVar1[1] == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0)" (parenthesized_expression "(puVar1[1] == 0)" (( "(") (binary_expression "puVar1[1] == 0" (subscript_expression "puVar1[1]" (identifier "puVar1") ([ "[") (number_literal "1") (] "]")) (== "==") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "(uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0)" (( "(") (comma_expression "uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0" (assignment_expression "uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1])" (identifier "uVar7") (= "=") (call_expression "bfd_elf_get_dyn_lib_class(puVar1[1])" (identifier "bfd_elf_get_dyn_lib_class") (argument_list "(puVar1[1])" (( "(") (subscript_expression "puVar1[1]" (identifier "puVar1") ([ "[") (number_literal "1") (] "]")) () ")")))) (, ",") (binary_expression "(uVar7 & 1) == 0" (parenthesized_expression "(uVar7 & 1)" (( "(") (binary_expression "uVar7 & 1" (identifier "uVar7") (& "&") (number_literal "1")) () ")")) (== "==") (number_literal "0"))) () ")"))) () ")")) (&& "&&") (parenthesized_expression "(iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2]), iVar8 == 0)" (( "(") (comma_expression "iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2]), iVar8 == 0" (assignment_expression "iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2])" (identifier "iVar8") (= "=") (call_expression "strcmp((char *)puVar1[2],(char *)local_78[2])" (identifier "strcmp") (argument_list "((char *)puVar1[2],(char *)local_78[2])" (( "(") (cast_expression "(char *)puVar1[2]" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "puVar1[2]" (identifier "puVar1") ([ "[") (number_literal "2") (] "]"))) (, ",") (cast_expression "(char *)local_78[2]" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "local_78[2]" (identifier "local_78") ([ "[") (number_literal "2") (] "]"))) () ")")))) (, ",") (binary_expression "iVar8 == 0" (identifier "iVar8") (== "==") (number_literal "0"))) () ")"))) () ")")) (compound_statement "{\n if (puVar1 != local_78) goto LAB_000484a0;\n break;\n }" ({ "{") (if_statement "if (puVar1 != local_78) goto LAB_000484a0;" (if "if") (parenthesized_expression "(puVar1 != local_78)" (( "(") (binary_expression "puVar1 != local_78" (identifier "puVar1") (!= "!=") (identifier "local_78")) () ")")) (goto_statement "goto LAB_000484a0;" (goto "goto") (statement_identifier "LAB_000484a0") (; ";"))) (break_statement "break;" (break "break") (; ";")) (} "}"))) (} "}"))) (expression_statement "DAT_001c3d78 = 0;" (assignment_expression "DAT_001c3d78 = 0" (identifier "DAT_001c3d78") (= "=") (number_literal "0")) (; ";")) (expression_statement "DAT_001c3de0 = local_78;" (assignment_expression "DAT_001c3de0 = local_78" (identifier "DAT_001c3de0") (= "=") (identifier "local_78")) (; ";")) (expression_statement "DAT_001c3de4 = FUN_00047cf0;" (assignment_expression "DAT_001c3de4 = FUN_00047cf0" (identifier "DAT_001c3de4") (= "=") (identifier "FUN_00047cf0")) (; ";")) (expression_statement "FUN_000276c0(FUN_00045020);" (call_expression "FUN_000276c0(FUN_00045020)" (identifier "FUN_000276c0") (argument_list "(FUN_00045020)" (( "(") (identifier "FUN_00045020") () ")"))) (; ";")) (if_statement "if ((DAT_001c3d78 == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(*(undefined4 *)(DAT_001c3d78 + 0x10)),\n (uVar7 & 1) != 0)) {\n puVar1 = (undefined4 *)local_78[1];\n pcVar5 = (char *)local_78[2];\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,"%s needed by %pB\n",5);\n FUN_00034d90(uVar9,pcVar5,puVar1);\n }\n if ((DAT_001c3d78 == 0) || (iVar8 = FUN_00047df0(), iVar8 == 0)) {\n bVar3 = false;\n do {\n pcVar22 = DAT_001c46c8;\n if (*pcVar5 == '/') {\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }\n else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }\n sVar10 = strlen((char *)local_78[2]);\n if (DAT_001c4804 != (int *)0x0) {\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }\n if (bVar3) goto code_r0x00048a13;\n bVar3 = true;\n } while( true );\n }\n }" (if "if") (parenthesized_expression "((DAT_001c3d78 == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(*(undefined4 *)(DAT_001c3d78 + 0x10)),\n (uVar7 & 1) != 0))" (( "(") (binary_expression "(DAT_001c3d78 == 0) ||\n (uVar7 = bfd_elf_get_dyn_lib_class(*(undefined4 *)(DAT_001c3d78 + 0x10)),\n (uVar7 & 1) != 0)" (parenthesized_expression "(DAT_001c3d78 == 0)" (( "(") (binary_expression "DAT_001c3d78 == 0" (identifier "DAT_001c3d78") (== "==") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "(uVar7 = bfd_elf_get_dyn_lib_class(*(undefined4 *)(DAT_001c3d78 + 0x10)),\n (uVar7 & 1) != 0)" (( "(") (comma_expression "uVar7 = bfd_elf_get_dyn_lib_class(*(undefined4 *)(DAT_001c3d78 + 0x10)),\n (uVar7 & 1) != 0" (assignment_expression "uVar7 = bfd_elf_get_dyn_lib_class(*(undefined4 *)(DAT_001c3d78 + 0x10))" (identifier "uVar7") (= "=") (call_expression "bfd_elf_get_dyn_lib_class(*(undefined4 *)(DAT_001c3d78 + 0x10))" (identifier "bfd_elf_get_dyn_lib_class") (argument_list "(*(undefined4 *)(DAT_001c3d78 + 0x10))" (( "(") (pointer_expression "*(undefined4 *)(DAT_001c3d78 + 0x10)" (* "*") (cast_expression "(undefined4 *)(DAT_001c3d78 + 0x10)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_001c3d78 + 0x10)" (( "(") (binary_expression "DAT_001c3d78 + 0x10" (identifier "DAT_001c3d78") (+ "+") (number_literal "0x10")) () ")")))) () ")")))) (, ",") (binary_expression "(uVar7 & 1) != 0" (parenthesized_expression "(uVar7 & 1)" (( "(") (binary_expression "uVar7 & 1" (identifier "uVar7") (& "&") (number_literal "1")) () ")")) (!= "!=") (number_literal "0"))) () ")"))) () ")")) (compound_statement "{\n puVar1 = (undefined4 *)local_78[1];\n pcVar5 = (char *)local_78[2];\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,"%s needed by %pB\n",5);\n FUN_00034d90(uVar9,pcVar5,puVar1);\n }\n if ((DAT_001c3d78 == 0) || (iVar8 = FUN_00047df0(), iVar8 == 0)) {\n bVar3 = false;\n do {\n pcVar22 = DAT_001c46c8;\n if (*pcVar5 == '/') {\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }\n else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }\n sVar10 = strlen((char *)local_78[2]);\n if (DAT_001c4804 != (int *)0x0) {\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }\n if (bVar3) goto code_r0x00048a13;\n bVar3 = true;\n } while( true );\n }\n }" ({ "{") (expression_statement "puVar1 = (undefined4 *)local_78[1];" (assignment_expression "puVar1 = (undefined4 *)local_78[1]" (identifier "puVar1") (= "=") (cast_expression "(undefined4 *)local_78[1]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "local_78[1]" (identifier "local_78") ([ "[") (number_literal "1") (] "]")))) (; ";")) (expression_statement "pcVar5 = (char *)local_78[2];" (assignment_expression "pcVar5 = (char *)local_78[2]" (identifier "pcVar5") (= "=") (cast_expression "(char *)local_78[2]" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "local_78[2]" (identifier "local_78") ([ "[") (number_literal "2") (] "]")))) (; ";")) (if_statement "if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,"%s needed by %pB\n",5);\n FUN_00034d90(uVar9,pcVar5,puVar1);\n }" (if "if") (parenthesized_expression "(DAT_001c475c != 0)" (( "(") (binary_expression "DAT_001c475c != 0" (identifier "DAT_001c475c") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n uVar9 = dcgettext(0,"%s needed by %pB\n",5);\n FUN_00034d90(uVar9,pcVar5,puVar1);\n }" ({ "{") (expression_statement "uVar9 = dcgettext(0,"%s needed by %pB\n",5);" (assignment_expression "uVar9 = dcgettext(0,"%s needed by %pB\n",5)" (identifier "uVar9") (= "=") (call_expression "dcgettext(0,"%s needed by %pB\n",5)" (identifier "dcgettext") (argument_list "(0,"%s needed by %pB\n",5)" (( "(") (number_literal "0") (, ",") (string_literal ""%s needed by %pB\n"" (" """) (string_content "%s needed by %pB") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "FUN_00034d90(uVar9,pcVar5,puVar1);" (call_expression "FUN_00034d90(uVar9,pcVar5,puVar1)" (identifier "FUN_00034d90") (argument_list "(uVar9,pcVar5,puVar1)" (( "(") (identifier "uVar9") (, ",") (identifier "pcVar5") (, ",") (identifier "puVar1") () ")"))) (; ";")) (} "}"))) (if_statement "if ((DAT_001c3d78 == 0) || (iVar8 = FUN_00047df0(), iVar8 == 0)) {\n bVar3 = false;\n do {\n pcVar22 = DAT_001c46c8;\n if (*pcVar5 == '/') {\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }\n else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }\n sVar10 = strlen((char *)local_78[2]);\n if (DAT_001c4804 != (int *)0x0) {\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }\n if (bVar3) goto code_r0x00048a13;\n bVar3 = true;\n } while( true );\n }" (if "if") (parenthesized_expression "((DAT_001c3d78 == 0) || (iVar8 = FUN_00047df0(), iVar8 == 0))" (( "(") (binary_expression "(DAT_001c3d78 == 0) || (iVar8 = FUN_00047df0(), iVar8 == 0)" (parenthesized_expression "(DAT_001c3d78 == 0)" (( "(") (binary_expression "DAT_001c3d78 == 0" (identifier "DAT_001c3d78") (== "==") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "(iVar8 = FUN_00047df0(), iVar8 == 0)" (( "(") (comma_expression "iVar8 = FUN_00047df0(), iVar8 == 0" (assignment_expression "iVar8 = FUN_00047df0()" (identifier "iVar8") (= "=") (call_expression "FUN_00047df0()" (identifier "FUN_00047df0") (argument_list "()" (( "(") () ")")))) (, ",") (binary_expression "iVar8 == 0" (identifier "iVar8") (== "==") (number_literal "0"))) () ")"))) () ")")) (compound_statement "{\n bVar3 = false;\n do {\n pcVar22 = DAT_001c46c8;\n if (*pcVar5 == '/') {\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }\n else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }\n sVar10 = strlen((char *)local_78[2]);\n if (DAT_001c4804 != (int *)0x0) {\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }\n if (bVar3) goto code_r0x00048a13;\n bVar3 = true;\n } while( true );\n }" ({ "{") (expression_statement "bVar3 = false;" (assignment_expression "bVar3 = false" (identifier "bVar3") (= "=") (false "false")) (; ";")) (do_statement "do {\n pcVar22 = DAT_001c46c8;\n if (*pcVar5 == '/') {\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }\n else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }\n sVar10 = strlen((char *)local_78[2]);\n if (DAT_001c4804 != (int *)0x0) {\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }\n if (bVar3) goto code_r0x00048a13;\n bVar3 = true;\n } while( true );" (do "do") (compound_statement "{\n pcVar22 = DAT_001c46c8;\n if (*pcVar5 == '/') {\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }\n else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }\n sVar10 = strlen((char *)local_78[2]);\n if (DAT_001c4804 != (int *)0x0) {\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }\n if (bVar3) goto code_r0x00048a13;\n bVar3 = true;\n }" ({ "{") (expression_statement "pcVar22 = DAT_001c46c8;" (assignment_expression "pcVar22 = DAT_001c46c8" (identifier "pcVar22") (= "=") (identifier "DAT_001c46c8")) (; ";")) (if_statement "if (*pcVar5 == '/') {\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }\n else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }" (if "if") (parenthesized_expression "(*pcVar5 == '/')" (( "(") (binary_expression "*pcVar5 == '/'" (pointer_expression "*pcVar5" (* "*") (identifier "pcVar5")) (== "==") (char_literal "'/'" (' "'") (character "/") (' "'"))) () ")")) (compound_statement "{\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) break;\n }" ({ "{") (expression_statement "iVar8 = FUN_00047df0();" (assignment_expression "iVar8 = FUN_00047df0()" (identifier "iVar8") (= "=") (call_expression "FUN_00047df0()" (identifier "FUN_00047df0") (argument_list "()" (( "(") () ")")))) (; ";")) (if_statement "if (iVar8 != 0) break;" (if "if") (parenthesized_expression "(iVar8 != 0)" (( "(") (binary_expression "iVar8 != 0" (identifier "iVar8") (!= "!=") (number_literal "0")) () ")")) (break_statement "break;" (break "break") (; ";"))) (} "}")) (else_clause "else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }" (else "else") (if_statement "if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) {\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }" (if "if") (parenthesized_expression "((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0'))" (( "(") (binary_expression "(DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')" (parenthesized_expression "(DAT_001c46c8 != (char *)0x0)" (( "(") (binary_expression "DAT_001c46c8 != (char *)0x0" (identifier "DAT_001c46c8") (!= "!=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (&& "&&") (parenthesized_expression "(*DAT_001c46c8 != '\0')" (( "(") (binary_expression "*DAT_001c46c8 != '\0'" (pointer_expression "*DAT_001c46c8" (* "*") (identifier "DAT_001c46c8")) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")"))) () ")")) (compound_statement "{\n sVar10 = strlen(pcVar5);\n do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );\n }" ({ "{") (expression_statement "sVar10 = strlen(pcVar5);" (assignment_expression "sVar10 = strlen(pcVar5)" (identifier "sVar10") (= "=") (call_expression "strlen(pcVar5)" (identifier "strlen") (argument_list "(pcVar5)" (( "(") (identifier "pcVar5") () ")")))) (; ";")) (do_statement "do {\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n } while( true );" (do "do") (compound_statement "{\n local_68 = strchr(pcVar22,(int)DAT_001c4728);\n if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }\n sVar25 = (int)local_68 - (int)pcVar22;\n local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);\n pcVar16 = local_84;\n if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }\n pcVar22 = (char *)0x0;\n strcpy(pcVar16,pcVar5);\n while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(local_84);\n if (*local_68 == '\0') break;\n pcVar22 = local_68 + 1;\n }" ({ "{") (expression_statement "local_68 = strchr(pcVar22,(int)DAT_001c4728);" (assignment_expression "local_68 = strchr(pcVar22,(int)DAT_001c4728)" (identifier "local_68") (= "=") (call_expression "strchr(pcVar22,(int)DAT_001c4728)" (identifier "strchr") (argument_list "(pcVar22,(int)DAT_001c4728)" (( "(") (identifier "pcVar22") (, ",") (cast_expression "(int)DAT_001c4728" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "DAT_001c4728")) () ")")))) (; ";")) (if_statement "if (local_68 == (char *)0x0) {\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }" (if "if") (parenthesized_expression "(local_68 == (char *)0x0)" (( "(") (binary_expression "local_68 == (char *)0x0" (identifier "local_68") (== "==") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n sVar25 = strlen(pcVar22);\n local_68 = pcVar22 + sVar25;\n }" ({ "{") (expression_statement "sVar25 = strlen(pcVar22);" (assignment_expression "sVar25 = strlen(pcVar22)" (identifier "sVar25") (= "=") (call_expression "strlen(pcVar22)" (identifier "strlen") (argument_list "(pcVar22)" (( "(") (identifier "pcVar22") () ")")))) (; ";")) (expression_statement "local_68 = pcVar22 + sVar25;" (assignment_expression "local_68 = pcVar22 + sVar25" (identifier "local_68") (= "=") (binary_expression "pcVar22 + sVar25" (identifier "pcVar22") (+ "+") (identifier "sVar25"))) (; ";")) (} "}"))) (expression_statement "sVar25 = (int)local_68 - (int)pcVar22;" (assignment_expression "sVar25 = (int)local_68 - (int)pcVar22" (identifier "sVar25") (= "=") (binary_expression "(int)local_68 - (int)pcVar22" (cast_expression "(int)local_68" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "local_68")) (- "-") (cast_expression "(int)pcVar22" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "pcVar22")))) (; ";")) (expression_statement "local_84 = (char *)xmalloc(sVar10 + 2 + sVar25);" (assignment_expression "local_84 = (char *)xmalloc(sVar10 + 2 + sVar25)" (identifier "local_84") (= "=") (cast_expression "(char *)xmalloc(sVar10 + 2 + sVar25)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "xmalloc(sVar10 + 2 + sVar25)" (identifier "xmalloc") (argument_list "(sVar10 + 2 + sVar25)" (( "(") (binary_expression "sVar10 + 2 + sVar25" (binary_expression "sVar10 + 2" (identifier "sVar10") (+ "+") (number_literal "2")) (+ "+") (identifier "sVar25")) () ")"))))) (; ";")) (expression_statement "pcVar16 = local_84;" (assignment_expression "pcVar16 = local_84" (identifier "pcVar16") (= "=") (identifier "local_84")) (; ";")) (if_statement "if (pcVar22 != local_68) {\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }" (if "if") (parenthesized_expression "(pcVar22 != local_68)" (( "(") (binary_expression "pcVar22 != local_68" (identifier "pcVar22") (!= "!=") (identifier "local_68")) () ")")) (compound_statement "{\n memcpy(local_84,pcVar22,sVar25);\n local_84[sVar25] = '/';\n pcVar16 = local_84 + sVar25 + 1;\n }" ({ "{") (expression_statement "memcpy(local_84,pcVar22,sVar25);" (call_expression "memcpy(local_84,pcVar22,sVar25)" (identifier "memcpy") (argument_list "(local_84,pcVar22,sVar25)" (( "(") (identifier "local_84") (, ",") (identifier "pcVar22") (, ",") (identifier "sVar25") () ")"))) (; ";")) (expression_statement "local_84[sVar25] = '/';" (assignment_expression "local_84[sVar25] = '/'" (subscript_expression "local_84[sVar25]" (identifier "local_84") ([ "[") (identifier "sVar25") (] "]")) (= "=") (char_literal "'/'" (' "'") (character "/") (' "'"))) (; ";")) (expression_statement "pcVar16 = local_84 + sVar25 + 1;" (assignment_expression "pcVar16 = local_84 + sVar25 + 1" (identifier "pcVar16") (= "=") (binary_expression "local_84 + sVar25 + 1" (binary_expression "local_84 + sVar25" (identifier "local_84") (+ "+") (identifier "sVar25")) (+ "+") (number_literal "1"))) (; ";")) (} "}"))) (expression_statement "pcVar22 = (char *)0x0;" (assignment_expression "pcVar22 = (char *)0x0" (identifier "pcVar22") (= "=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "strcpy(pcVar16,pcVar5);" (call_expression "strcpy(pcVar16,pcVar5)" (identifier "strcpy") (argument_list "(pcVar16,pcVar5)" (( "(") (identifier "pcVar16") (, ",") (identifier "pcVar5") () ")"))) (; ";")) (while_statement "while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) {\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }" (while "while") (parenthesized_expression "(pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0)" (( "(") (comma_expression "pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0" (assignment_expression "pcVar22 = strchr(local_84 + (int)pcVar22,0x24)" (identifier "pcVar22") (= "=") (call_expression "strchr(local_84 + (int)pcVar22,0x24)" (identifier "strchr") (argument_list "(local_84 + (int)pcVar22,0x24)" (( "(") (binary_expression "local_84 + (int)pcVar22" (identifier "local_84") (+ "+") (cast_expression "(int)pcVar22" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "pcVar22"))) (, ",") (number_literal "0x24") () ")")))) (, ",") (binary_expression "pcVar22 != (char *)0x0" (identifier "pcVar22") (!= "!=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0")))) () ")")) (compound_statement "{\n pcVar16 = strchr(pcVar22,0x2f);\n sVar25 = strlen(local_84);\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }\n bVar20 = pcVar22[1];\n pcVar15 = pcVar22 + 1;\n if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }\n pbVar17 = (byte *)(pcVar15 + 1);\n bVar29 = bVar20 < 0x4c;\n bVar30 = bVar20 == 0x4c;\n if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }\n free(pcVar27);\n }" ({ "{") (expression_statement "pcVar16 = strchr(pcVar22,0x2f);" (assignment_expression "pcVar16 = strchr(pcVar22,0x2f)" (identifier "pcVar16") (= "=") (call_expression "strchr(pcVar22,0x2f)" (identifier "strchr") (argument_list "(pcVar22,0x2f)" (( "(") (identifier "pcVar22") (, ",") (number_literal "0x2f") () ")")))) (; ";")) (expression_statement "sVar25 = strlen(local_84);" (assignment_expression "sVar25 = strlen(local_84)" (identifier "sVar25") (= "=") (call_expression "strlen(local_84)" (identifier "strlen") (argument_list "(local_84)" (( "(") (identifier "local_84") () ")")))) (; ";")) (if_statement "if (pcVar16 != (char *)0x0) {\n *pcVar16 = '\0';\n }" (if "if") (parenthesized_expression "(pcVar16 != (char *)0x0)" (( "(") (binary_expression "pcVar16 != (char *)0x0" (identifier "pcVar16") (!= "!=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n *pcVar16 = '\0';\n }" ({ "{") (expression_statement "*pcVar16 = '\0';" (assignment_expression "*pcVar16 = '\0'" (pointer_expression "*pcVar16" (* "*") (identifier "pcVar16")) (= "=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) (; ";")) (} "}"))) (expression_statement "bVar20 = pcVar22[1];" (assignment_expression "bVar20 = pcVar22[1]" (identifier "bVar20") (= "=") (subscript_expression "pcVar22[1]" (identifier "pcVar22") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "pcVar15 = pcVar22 + 1;" (assignment_expression "pcVar15 = pcVar22 + 1" (identifier "pcVar15") (= "=") (binary_expression "pcVar22 + 1" (identifier "pcVar22") (+ "+") (number_literal "1"))) (; ";")) (if_statement "if (bVar20 == 0x7b) {\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }" (if "if") (parenthesized_expression "(bVar20 == 0x7b)" (( "(") (binary_expression "bVar20 == 0x7b" (identifier "bVar20") (== "==") (number_literal "0x7b")) () ")")) (compound_statement "{\n bVar20 = pcVar22[2];\n pcVar15 = pcVar22 + 2;\n }" ({ "{") (expression_statement "bVar20 = pcVar22[2];" (assignment_expression "bVar20 = pcVar22[2]" (identifier "bVar20") (= "=") (subscript_expression "pcVar22[2]" (identifier "pcVar22") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "pcVar15 = pcVar22 + 2;" (assignment_expression "pcVar15 = pcVar22 + 2" (identifier "pcVar15") (= "=") (binary_expression "pcVar22 + 2" (identifier "pcVar22") (+ "+") (number_literal "2"))) (; ";")) (} "}"))) (expression_statement "pbVar17 = (byte *)(pcVar15 + 1);" (assignment_expression "pbVar17 = (byte *)(pcVar15 + 1)" (identifier "pbVar17") (= "=") (cast_expression "(byte *)(pcVar15 + 1)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(pcVar15 + 1)" (( "(") (binary_expression "pcVar15 + 1" (identifier "pcVar15") (+ "+") (number_literal "1")) () ")")))) (; ";")) (expression_statement "bVar29 = bVar20 < 0x4c;" (assignment_expression "bVar29 = bVar20 < 0x4c" (identifier "bVar29") (= "=") (binary_expression "bVar20 < 0x4c" (identifier "bVar20") (< "<") (number_literal "0x4c"))) (; ";")) (expression_statement "bVar30 = bVar20 == 0x4c;" (assignment_expression "bVar30 = bVar20 == 0x4c" (identifier "bVar30") (= "=") (binary_expression "bVar20 == 0x4c" (identifier "bVar20") (== "==") (number_literal "0x4c"))) (; ";")) (if_statement "if (bVar30) {\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }\n else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }" (if "if") (parenthesized_expression "(bVar30)" (( "(") (identifier "bVar30") () ")")) (compound_statement "{\n iVar8 = 3;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x701f6;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n sVar13 = 3;\n pcVar27 = (char *)0x0;\n pcVar15 = "lib";\nLAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);\n iVar8 = (int)pcVar22 - (int)local_84;\n if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }\n free(local_84);\n local_84 = pcVar12;\n }" ({ "{") (expression_statement "iVar8 = 3;" (assignment_expression "iVar8 = 3" (identifier "iVar8") (= "=") (number_literal "3")) (; ";")) (expression_statement "pbVar23 = pbVar17;" (assignment_expression "pbVar23 = pbVar17" (identifier "pbVar23") (= "=") (identifier "pbVar17")) (; ";")) (expression_statement "pbVar26 = (byte *)0x701f6;" (assignment_expression "pbVar26 = (byte *)0x701f6" (identifier "pbVar26") (= "=") (cast_expression "(byte *)0x701f6" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x701f6"))) (; ";")) (do_statement "do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);" (do "do") (compound_statement "{\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n }" ({ "{") (if_statement "if (iVar8 == 0) break;" (if "if") (parenthesized_expression "(iVar8 == 0)" (( "(") (binary_expression "iVar8 == 0" (identifier "iVar8") (== "==") (number_literal "0")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "iVar8 = iVar8 + -1;" (assignment_expression "iVar8 = iVar8 + -1" (identifier "iVar8") (= "=") (binary_expression "iVar8 + -1" (identifier "iVar8") (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "bVar29 = *pbVar23 < *pbVar26;" (assignment_expression "bVar29 = *pbVar23 < *pbVar26" (identifier "bVar29") (= "=") (binary_expression "*pbVar23 < *pbVar26" (pointer_expression "*pbVar23" (* "*") (identifier "pbVar23")) (< "<") (pointer_expression "*pbVar26" (* "*") (identifier "pbVar26")))) (; ";")) (expression_statement "bVar30 = *pbVar23 == *pbVar26;" (assignment_expression "bVar30 = *pbVar23 == *pbVar26" (identifier "bVar30") (= "=") (binary_expression "*pbVar23 == *pbVar26" (pointer_expression "*pbVar23" (* "*") (identifier "pbVar23")) (== "==") (pointer_expression "*pbVar26" (* "*") (identifier "pbVar26")))) (; ";")) (expression_statement "pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;" (assignment_expression "pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1" (identifier "pbVar23") (= "=") (binary_expression "pbVar23 + (uint)bVar31 * -2 + 1" (binary_expression "pbVar23 + (uint)bVar31 * -2" (identifier "pbVar23") (+ "+") (binary_expression "(uint)bVar31 * -2" (cast_expression "(uint)bVar31" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar31")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (expression_statement "pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;" (assignment_expression "pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1" (identifier "pbVar26") (= "=") (binary_expression "pbVar26 + (uint)bVar31 * -2 + 1" (binary_expression "pbVar26 + (uint)bVar31 * -2" (identifier "pbVar26") (+ "+") (binary_expression "(uint)bVar31 * -2" (cast_expression "(uint)bVar31" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar31")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(bVar30)" (( "(") (identifier "bVar30") () ")")) (; ";")) (expression_statement "bVar28 = false;" (assignment_expression "bVar28 = false" (identifier "bVar28") (= "=") (false "false")) (; ";")) (expression_statement "bVar29 = (!bVar29 && !bVar30) == bVar29;" (assignment_expression "bVar29 = (!bVar29 && !bVar30) == bVar29" (identifier "bVar29") (= "=") (binary_expression "(!bVar29 && !bVar30) == bVar29" (parenthesized_expression "(!bVar29 && !bVar30)" (( "(") (binary_expression "!bVar29 && !bVar30" (unary_expression "!bVar29" (! "!") (identifier "bVar29")) (&& "&&") (unary_expression "!bVar30" (! "!") (identifier "bVar30"))) () ")")) (== "==") (identifier "bVar29"))) (; ";")) (if_statement "if (!bVar29) {\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }" (if "if") (parenthesized_expression "(!bVar29)" (( "(") (unary_expression "!bVar29" (! "!") (identifier "bVar29")) () ")")) (compound_statement "{\n iVar8 = 4;\n pbVar23 = &DAT_000af890;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }" ({ "{") (expression_statement "iVar8 = 4;" (assignment_expression "iVar8 = 4" (identifier "iVar8") (= "=") (number_literal "4")) (; ";")) (expression_statement "pbVar23 = &DAT_000af890;" (assignment_expression "pbVar23 = &DAT_000af890" (identifier "pbVar23") (= "=") (pointer_expression "&DAT_000af890" (& "&") (identifier "DAT_000af890"))) (; ";")) (do_statement "do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);" (do "do") (compound_statement "{\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n }" ({ "{") (if_statement "if (iVar8 == 0) break;" (if "if") (parenthesized_expression "(iVar8 == 0)" (( "(") (binary_expression "iVar8 == 0" (identifier "iVar8") (== "==") (number_literal "0")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "iVar8 = iVar8 + -1;" (assignment_expression "iVar8 = iVar8 + -1" (identifier "iVar8") (= "=") (binary_expression "iVar8 + -1" (identifier "iVar8") (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "bVar28 = *pbVar17 < *pbVar23;" (assignment_expression "bVar28 = *pbVar17 < *pbVar23" (identifier "bVar28") (= "=") (binary_expression "*pbVar17 < *pbVar23" (pointer_expression "*pbVar17" (* "*") (identifier "pbVar17")) (< "<") (pointer_expression "*pbVar23" (* "*") (identifier "pbVar23")))) (; ";")) (expression_statement "bVar29 = *pbVar17 == *pbVar23;" (assignment_expression "bVar29 = *pbVar17 == *pbVar23" (identifier "bVar29") (= "=") (binary_expression "*pbVar17 == *pbVar23" (pointer_expression "*pbVar17" (* "*") (identifier "pbVar17")) (== "==") (pointer_expression "*pbVar23" (* "*") (identifier "pbVar23")))) (; ";")) (expression_statement "pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;" (assignment_expression "pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1" (identifier "pbVar17") (= "=") (binary_expression "pbVar17 + (uint)bVar31 * -2 + 1" (binary_expression "pbVar17 + (uint)bVar31 * -2" (identifier "pbVar17") (+ "+") (binary_expression "(uint)bVar31 * -2" (cast_expression "(uint)bVar31" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar31")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (expression_statement "pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;" (assignment_expression "pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1" (identifier "pbVar23") (= "=") (binary_expression "pbVar23 + (uint)bVar31 * -2 + 1" (binary_expression "pbVar23 + (uint)bVar31 * -2" (identifier "pbVar23") (+ "+") (binary_expression "(uint)bVar31 * -2" (cast_expression "(uint)bVar31" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar31")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(bVar29)" (( "(") (identifier "bVar29") () ")")) (; ";")) (if_statement "if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;" (if "if") (parenthesized_expression "((!bVar28 && !bVar29) != bVar28)" (( "(") (binary_expression "(!bVar28 && !bVar29) != bVar28" (parenthesized_expression "(!bVar28 && !bVar29)" (( "(") (binary_expression "!bVar28 && !bVar29" (unary_expression "!bVar28" (! "!") (identifier "bVar28")) (&& "&&") (unary_expression "!bVar29" (! "!") (identifier "bVar29"))) () ")")) (!= "!=") (identifier "bVar28")) () ")")) (goto_statement "goto LAB_000487e7;" (goto "goto") (statement_identifier "LAB_000487e7") (; ";"))) (} "}"))) (expression_statement "sVar13 = 3;" (assignment_expression "sVar13 = 3" (identifier "sVar13") (= "=") (number_literal "3")) (; ";")) (expression_statement "pcVar27 = (char *)0x0;" (assignment_expression "pcVar27 = (char *)0x0" (identifier "pcVar27") (= "=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "pcVar15 = "lib";" (assignment_expression "pcVar15 = "lib"" (identifier "pcVar15") (= "=") (string_literal ""lib"" (" """) (string_content "lib") (" """))) (; ";")) (labeled_statement "LAB_00048700:\n pcVar12 = (char *)xmalloc(sVar13 + sVar25);" (statement_identifier "LAB_00048700") (: ":") (expression_statement "pcVar12 = (char *)xmalloc(sVar13 + sVar25);" (assignment_expression "pcVar12 = (char *)xmalloc(sVar13 + sVar25)" (identifier "pcVar12") (= "=") (cast_expression "(char *)xmalloc(sVar13 + sVar25)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "xmalloc(sVar13 + sVar25)" (identifier "xmalloc") (argument_list "(sVar13 + sVar25)" (( "(") (binary_expression "sVar13 + sVar25" (identifier "sVar13") (+ "+") (identifier "sVar25")) () ")"))))) (; ";"))) (expression_statement "iVar8 = (int)pcVar22 - (int)local_84;" (assignment_expression "iVar8 = (int)pcVar22 - (int)local_84" (identifier "iVar8") (= "=") (binary_expression "(int)pcVar22 - (int)local_84" (cast_expression "(int)pcVar22" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "pcVar22")) (- "-") (cast_expression "(int)local_84" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "local_84")))) (; ";")) (if_statement "if (pcVar16 == (char *)0x0) {\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }\n else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }" (if "if") (parenthesized_expression "(pcVar16 == (char *)0x0)" (( "(") (binary_expression "pcVar16 == (char *)0x0" (identifier "pcVar16") (== "==") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + sVar25);\n }" ({ "{") (expression_statement "sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15);" (call_expression "sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15)" (identifier "sprintf") (argument_list "(pcVar12,"%.*s%s",iVar8,local_84,pcVar15)" (( "(") (identifier "pcVar12") (, ",") (string_literal ""%.*s%s"" (" """) (string_content "%.*s%s") (" """)) (, ",") (identifier "iVar8") (, ",") (identifier "local_84") (, ",") (identifier "pcVar15") () ")"))) (; ";")) (expression_statement "sVar25 = strlen(pcVar15);" (assignment_expression "sVar25 = strlen(pcVar15)" (identifier "sVar25") (= "=") (call_expression "strlen(pcVar15)" (identifier "strlen") (argument_list "(pcVar15)" (( "(") (identifier "pcVar15") () ")")))) (; ";")) (expression_statement "pcVar22 = (char *)(iVar8 + sVar25);" (assignment_expression "pcVar22 = (char *)(iVar8 + sVar25)" (identifier "pcVar22") (= "=") (cast_expression "(char *)(iVar8 + sVar25)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar8 + sVar25)" (( "(") (binary_expression "iVar8 + sVar25" (identifier "iVar8") (+ "+") (identifier "sVar25")) () ")")))) (; ";")) (} "}")) (else_clause "else {\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }" (else "else") (compound_statement "{\n sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);\n sVar25 = strlen(pcVar15);\n pcVar22 = (char *)(iVar8 + 1 + sVar25);\n }" ({ "{") (expression_statement "sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1);" (call_expression "sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1)" (identifier "sprintf") (argument_list "(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1)" (( "(") (identifier "pcVar12") (, ",") (string_literal ""%.*s%s/%s"" (" """) (string_content "%.*s%s/%s") (" """)) (, ",") (identifier "iVar8") (, ",") (identifier "local_84") (, ",") (identifier "pcVar15") (, ",") (binary_expression "pcVar16 + 1" (identifier "pcVar16") (+ "+") (number_literal "1")) () ")"))) (; ";")) (expression_statement "sVar25 = strlen(pcVar15);" (assignment_expression "sVar25 = strlen(pcVar15)" (identifier "sVar25") (= "=") (call_expression "strlen(pcVar15)" (identifier "strlen") (argument_list "(pcVar15)" (( "(") (identifier "pcVar15") () ")")))) (; ";")) (expression_statement "pcVar22 = (char *)(iVar8 + 1 + sVar25);" (assignment_expression "pcVar22 = (char *)(iVar8 + 1 + sVar25)" (identifier "pcVar22") (= "=") (cast_expression "(char *)(iVar8 + 1 + sVar25)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar8 + 1 + sVar25)" (( "(") (binary_expression "iVar8 + 1 + sVar25" (binary_expression "iVar8 + 1" (identifier "iVar8") (+ "+") (number_literal "1")) (+ "+") (identifier "sVar25")) () ")")))) (; ";")) (} "}")))) (expression_statement "free(local_84);" (call_expression "free(local_84)" (identifier "free") (argument_list "(local_84)" (( "(") (identifier "local_84") () ")"))) (; ";")) (expression_statement "local_84 = pcVar12;" (assignment_expression "local_84 = pcVar12" (identifier "local_84") (= "=") (identifier "pcVar12")) (; ";")) (} "}")) (else_clause "else {\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }" (else "else") (compound_statement "{\n bVar29 = bVar20 < 0x4f;\n bVar30 = bVar20 == 0x4f;\n if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }\nLAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }\n if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }\n pcVar27 = (char *)0x0;\n pcVar22 = pcVar22 + (1 - (int)local_84);\n }" ({ "{") (expression_statement "bVar29 = bVar20 < 0x4f;" (assignment_expression "bVar29 = bVar20 < 0x4f" (identifier "bVar29") (= "=") (binary_expression "bVar20 < 0x4f" (identifier "bVar20") (< "<") (number_literal "0x4f"))) (; ";")) (expression_statement "bVar30 = bVar20 == 0x4f;" (assignment_expression "bVar30 = bVar20 == 0x4f" (identifier "bVar30") (= "=") (binary_expression "bVar20 == 0x4f" (identifier "bVar20") (== "==") (number_literal "0x4f"))) (; ";")) (if_statement "if (bVar30) {\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }" (if "if") (parenthesized_expression "(bVar30)" (( "(") (identifier "bVar30") () ")")) (compound_statement "{\n iVar8 = 6;\n pbVar23 = pbVar17;\n pbVar26 = (byte *)0x704cc;\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);\n bVar28 = false;\n bVar29 = (!bVar29 && !bVar30) == bVar29;\n if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }\n puVar11 = puVar1;\n if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }\n }" ({ "{") (expression_statement "iVar8 = 6;" (assignment_expression "iVar8 = 6" (identifier "iVar8") (= "=") (number_literal "6")) (; ";")) (expression_statement "pbVar23 = pbVar17;" (assignment_expression "pbVar23 = pbVar17" (identifier "pbVar23") (= "=") (identifier "pbVar17")) (; ";")) (expression_statement "pbVar26 = (byte *)0x704cc;" (assignment_expression "pbVar26 = (byte *)0x704cc" (identifier "pbVar26") (= "=") (cast_expression "(byte *)0x704cc" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x704cc"))) (; ";")) (do_statement "do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n } while (bVar30);" (do "do") (compound_statement "{\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar29 = *pbVar23 < *pbVar26;\n bVar30 = *pbVar23 == *pbVar26;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;\n }" ({ "{") (if_statement "if (iVar8 == 0) break;" (if "if") (parenthesized_expression "(iVar8 == 0)" (( "(") (binary_expression "iVar8 == 0" (identifier "iVar8") (== "==") (number_literal "0")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "iVar8 = iVar8 + -1;" (assignment_expression "iVar8 = iVar8 + -1" (identifier "iVar8") (= "=") (binary_expression "iVar8 + -1" (identifier "iVar8") (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "bVar29 = *pbVar23 < *pbVar26;" (assignment_expression "bVar29 = *pbVar23 < *pbVar26" (identifier "bVar29") (= "=") (binary_expression "*pbVar23 < *pbVar26" (pointer_expression "*pbVar23" (* "*") (identifier "pbVar23")) (< "<") (pointer_expression "*pbVar26" (* "*") (identifier "pbVar26")))) (; ";")) (expression_statement "bVar30 = *pbVar23 == *pbVar26;" (assignment_expression "bVar30 = *pbVar23 == *pbVar26" (identifier "bVar30") (= "=") (binary_expression "*pbVar23 == *pbVar26" (pointer_expression "*pbVar23" (* "*") (identifier "pbVar23")) (== "==") (pointer_expression "*pbVar26" (* "*") (identifier "pbVar26")))) (; ";")) (expression_statement "pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;" (assignment_expression "pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1" (identifier "pbVar23") (= "=") (binary_expression "pbVar23 + (uint)bVar31 * -2 + 1" (binary_expression "pbVar23 + (uint)bVar31 * -2" (identifier "pbVar23") (+ "+") (binary_expression "(uint)bVar31 * -2" (cast_expression "(uint)bVar31" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar31")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (expression_statement "pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1;" (assignment_expression "pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1" (identifier "pbVar26") (= "=") (binary_expression "pbVar26 + (uint)bVar31 * -2 + 1" (binary_expression "pbVar26 + (uint)bVar31 * -2" (identifier "pbVar26") (+ "+") (binary_expression "(uint)bVar31 * -2" (cast_expression "(uint)bVar31" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar31")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(bVar30)" (( "(") (identifier "bVar30") () ")")) (; ";")) (expression_statement "bVar28 = false;" (assignment_expression "bVar28 = false" (identifier "bVar28") (= "=") (false "false")) (; ";")) (expression_statement "bVar29 = (!bVar29 && !bVar30) == bVar29;" (assignment_expression "bVar29 = (!bVar29 && !bVar30) == bVar29" (identifier "bVar29") (= "=") (binary_expression "(!bVar29 && !bVar30) == bVar29" (parenthesized_expression "(!bVar29 && !bVar30)" (( "(") (binary_expression "!bVar29 && !bVar30" (unary_expression "!bVar29" (! "!") (identifier "bVar29")) (&& "&&") (unary_expression "!bVar30" (! "!") (identifier "bVar30"))) () ")")) (== "==") (identifier "bVar29"))) (; ";")) (if_statement "if (!bVar29) {\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }" (if "if") (parenthesized_expression "(!bVar29)" (( "(") (unary_expression "!bVar29" (! "!") (identifier "bVar29")) () ")")) (compound_statement "{\n iVar8 = 7;\n pbVar23 = (byte *)"RIGIN}";\n do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);\n if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;\n }" ({ "{") (expression_statement "iVar8 = 7;" (assignment_expression "iVar8 = 7" (identifier "iVar8") (= "=") (number_literal "7")) (; ";")) (expression_statement "pbVar23 = (byte *)"RIGIN}";" (assignment_expression "pbVar23 = (byte *)"RIGIN}"" (identifier "pbVar23") (= "=") (cast_expression "(byte *)"RIGIN}"" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (string_literal ""RIGIN}"" (" """) (string_content "RIGIN}") (" """)))) (; ";")) (do_statement "do {\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n } while (bVar29);" (do "do") (compound_statement "{\n if (iVar8 == 0) break;\n iVar8 = iVar8 + -1;\n bVar28 = *pbVar17 < *pbVar23;\n bVar29 = *pbVar17 == *pbVar23;\n pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;\n pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;\n }" ({ "{") (if_statement "if (iVar8 == 0) break;" (if "if") (parenthesized_expression "(iVar8 == 0)" (( "(") (binary_expression "iVar8 == 0" (identifier "iVar8") (== "==") (number_literal "0")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "iVar8 = iVar8 + -1;" (assignment_expression "iVar8 = iVar8 + -1" (identifier "iVar8") (= "=") (binary_expression "iVar8 + -1" (identifier "iVar8") (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "bVar28 = *pbVar17 < *pbVar23;" (assignment_expression "bVar28 = *pbVar17 < *pbVar23" (identifier "bVar28") (= "=") (binary_expression "*pbVar17 < *pbVar23" (pointer_expression "*pbVar17" (* "*") (identifier "pbVar17")) (< "<") (pointer_expression "*pbVar23" (* "*") (identifier "pbVar23")))) (; ";")) (expression_statement "bVar29 = *pbVar17 == *pbVar23;" (assignment_expression "bVar29 = *pbVar17 == *pbVar23" (identifier "bVar29") (= "=") (binary_expression "*pbVar17 == *pbVar23" (pointer_expression "*pbVar17" (* "*") (identifier "pbVar17")) (== "==") (pointer_expression "*pbVar23" (* "*") (identifier "pbVar23")))) (; ";")) (expression_statement "pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1;" (assignment_expression "pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1" (identifier "pbVar17") (= "=") (binary_expression "pbVar17 + (uint)bVar31 * -2 + 1" (binary_expression "pbVar17 + (uint)bVar31 * -2" (identifier "pbVar17") (+ "+") (binary_expression "(uint)bVar31 * -2" (cast_expression "(uint)bVar31" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar31")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (expression_statement "pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1;" (assignment_expression "pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1" (identifier "pbVar23") (= "=") (binary_expression "pbVar23 + (uint)bVar31 * -2 + 1" (binary_expression "pbVar23 + (uint)bVar31 * -2" (identifier "pbVar23") (+ "+") (binary_expression "(uint)bVar31 * -2" (cast_expression "(uint)bVar31" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar31")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(bVar29)" (( "(") (identifier "bVar29") () ")")) (; ";")) (if_statement "if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7;" (if "if") (parenthesized_expression "((!bVar28 && !bVar29) != bVar28)" (( "(") (binary_expression "(!bVar28 && !bVar29) != bVar28" (parenthesized_expression "(!bVar28 && !bVar29)" (( "(") (binary_expression "!bVar28 && !bVar29" (unary_expression "!bVar28" (! "!") (identifier "bVar28")) (&& "&&") (unary_expression "!bVar29" (! "!") (identifier "bVar29"))) () ")")) (!= "!=") (identifier "bVar28")) () ")")) (goto_statement "goto LAB_000487e7;" (goto "goto") (statement_identifier "LAB_000487e7") (; ";"))) (} "}"))) (expression_statement "puVar11 = puVar1;" (assignment_expression "puVar11 = puVar1" (identifier "puVar11") (= "=") (identifier "puVar1")) (; ";")) (if_statement "if (((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) {\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }" (if "if") (parenthesized_expression "(((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0))" (( "(") (binary_expression "((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) &&\n (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)" (parenthesized_expression "((puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0))" (( "(") (binary_expression "(puVar1 != (undefined4 *)0x0) ||\n (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)" (parenthesized_expression "(puVar1 != (undefined4 *)0x0)" (( "(") (binary_expression "puVar1 != (undefined4 *)0x0" (identifier "puVar1") (!= "!=") (cast_expression "(undefined4 *)0x0" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (|| "||") (parenthesized_expression "(puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)" (( "(") (comma_expression "puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0" (assignment_expression "puVar11 = DAT_001c4614" (identifier "puVar11") (= "=") (identifier "DAT_001c4614")) (, ",") (binary_expression "DAT_001c4614 != (undefined4 *)0x0" (identifier "DAT_001c4614") (!= "!=") (cast_expression "(undefined4 *)0x0" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0")))) () ")"))) () ")")) (&& "&&") (parenthesized_expression "(pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)" (( "(") (comma_expression "pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0" (assignment_expression "pcVar27 = (char *)*puVar11" (identifier "pcVar27") (= "=") (cast_expression "(char *)*puVar11" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*puVar11" (* "*") (identifier "puVar11")))) (, ",") (binary_expression "pcVar27 != (char *)0x0" (identifier "pcVar27") (!= "!=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0")))) () ")"))) () ")")) (compound_statement "{\n if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }\n pcVar27 = strrchr(pcVar15,0x2f);\n if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }\n sVar13 = strlen(pcVar15);\n pcVar27 = pcVar15;\n goto LAB_00048700;\n }" ({ "{") (if_statement "if (*pcVar27 == '/') {\n pcVar15 = (char *)xstrdup(pcVar27);\n }\n else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }" (if "if") (parenthesized_expression "(*pcVar27 == '/')" (( "(") (binary_expression "*pcVar27 == '/'" (pointer_expression "*pcVar27" (* "*") (identifier "pcVar27")) (== "==") (char_literal "'/'" (' "'") (character "/") (' "'"))) () ")")) (compound_statement "{\n pcVar15 = (char *)xstrdup(pcVar27);\n }" ({ "{") (expression_statement "pcVar15 = (char *)xstrdup(pcVar27);" (assignment_expression "pcVar15 = (char *)xstrdup(pcVar27)" (identifier "pcVar15") (= "=") (cast_expression "(char *)xstrdup(pcVar27)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "xstrdup(pcVar27)" (identifier "xstrdup") (argument_list "(pcVar27)" (( "(") (identifier "pcVar27") () ")"))))) (; ";")) (} "}")) (else_clause "else {\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }" (else "else") (compound_statement "{\n pcVar12 = (char *)getpwd();\n sVar13 = strlen(pcVar27);\n sVar14 = strlen(pcVar12);\n pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);\n sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);\n }" ({ "{") (expression_statement "pcVar12 = (char *)getpwd();" (assignment_expression "pcVar12 = (char *)getpwd()" (identifier "pcVar12") (= "=") (cast_expression "(char *)getpwd()" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "getpwd()" (identifier "getpwd") (argument_list "()" (( "(") () ")"))))) (; ";")) (expression_statement "sVar13 = strlen(pcVar27);" (assignment_expression "sVar13 = strlen(pcVar27)" (identifier "sVar13") (= "=") (call_expression "strlen(pcVar27)" (identifier "strlen") (argument_list "(pcVar27)" (( "(") (identifier "pcVar27") () ")")))) (; ";")) (expression_statement "sVar14 = strlen(pcVar12);" (assignment_expression "sVar14 = strlen(pcVar12)" (identifier "sVar14") (= "=") (call_expression "strlen(pcVar12)" (identifier "strlen") (argument_list "(pcVar12)" (( "(") (identifier "pcVar12") () ")")))) (; ";")) (expression_statement "pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14);" (assignment_expression "pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14)" (identifier "pcVar15") (= "=") (cast_expression "(char *)xmalloc(sVar13 + 2 + sVar14)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "xmalloc(sVar13 + 2 + sVar14)" (identifier "xmalloc") (argument_list "(sVar13 + 2 + sVar14)" (( "(") (binary_expression "sVar13 + 2 + sVar14" (binary_expression "sVar13 + 2" (identifier "sVar13") (+ "+") (number_literal "2")) (+ "+") (identifier "sVar14")) () ")"))))) (; ";")) (expression_statement "sprintf(pcVar15,"%s/%s",pcVar12,pcVar27);" (call_expression "sprintf(pcVar15,"%s/%s",pcVar12,pcVar27)" (identifier "sprintf") (argument_list "(pcVar15,"%s/%s",pcVar12,pcVar27)" (( "(") (identifier "pcVar15") (, ",") (string_literal ""%s/%s"" (" """) (string_content "%s/%s") (" """)) (, ",") (identifier "pcVar12") (, ",") (identifier "pcVar27") () ")"))) (; ";")) (} "}")))) (expression_statement "pcVar27 = strrchr(pcVar15,0x2f);" (assignment_expression "pcVar27 = strrchr(pcVar15,0x2f)" (identifier "pcVar27") (= "=") (call_expression "strrchr(pcVar15,0x2f)" (identifier "strrchr") (argument_list "(pcVar15,0x2f)" (( "(") (identifier "pcVar15") (, ",") (number_literal "0x2f") () ")")))) (; ";")) (if_statement "if (pcVar27 != (char *)0x0) {\n *pcVar27 = '\0';\n }" (if "if") (parenthesized_expression "(pcVar27 != (char *)0x0)" (( "(") (binary_expression "pcVar27 != (char *)0x0" (identifier "pcVar27") (!= "!=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n *pcVar27 = '\0';\n }" ({ "{") (expression_statement "*pcVar27 = '\0';" (assignment_expression "*pcVar27 = '\0'" (pointer_expression "*pcVar27" (* "*") (identifier "pcVar27")) (= "=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) (; ";")) (} "}"))) (expression_statement "sVar13 = strlen(pcVar15);" (assignment_expression "sVar13 = strlen(pcVar15)" (identifier "sVar13") (= "=") (call_expression "strlen(pcVar15)" (identifier "strlen") (argument_list "(pcVar15)" (( "(") (identifier "pcVar15") () ")")))) (; ";")) (expression_statement "pcVar27 = pcVar15;" (assignment_expression "pcVar27 = pcVar15" (identifier "pcVar27") (= "=") (identifier "pcVar15")) (; ";")) (goto_statement "goto LAB_00048700;" (goto "goto") (statement_identifier "LAB_00048700") (; ";")) (} "}"))) (} "}"))) (labeled_statement "LAB_000487e7:\n if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }" (statement_identifier "LAB_000487e7") (: ":") (if_statement "if (DAT_001c475c != 0) {\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }" (if "if") (parenthesized_expression "(DAT_001c475c != 0)" (( "(") (binary_expression "DAT_001c475c != 0" (identifier "DAT_001c475c") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);\n FUN_00034d90(uVar9,pcVar22);\n }" ({ "{") (expression_statement "uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5);" (assignment_expression "uVar9 = dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5)" (identifier "uVar9") (= "=") (call_expression "dcgettext(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5)" (identifier "dcgettext") (argument_list "(0,\n "unrecognised or unsupported token \'%s\' in search path\n"\n ,5)" (( "(") (number_literal "0") (, ",") (string_literal ""unrecognised or unsupported token \'%s\' in search path\n"" (" """) (string_content "unrecognised or unsupported token ") (escape_sequence "\'") (string_content "%s") (escape_sequence "\'") (string_content " in search path") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "FUN_00034d90(uVar9,pcVar22);" (call_expression "FUN_00034d90(uVar9,pcVar22)" (identifier "FUN_00034d90") (argument_list "(uVar9,pcVar22)" (( "(") (identifier "uVar9") (, ",") (identifier "pcVar22") () ")"))) (; ";")) (} "}")))) (if_statement "if (pcVar16 != (char *)0x0) {\n *pcVar16 = '/';\n }" (if "if") (parenthesized_expression "(pcVar16 != (char *)0x0)" (( "(") (binary_expression "pcVar16 != (char *)0x0" (identifier "pcVar16") (!= "!=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n *pcVar16 = '/';\n }" ({ "{") (expression_statement "*pcVar16 = '/';" (assignment_expression "*pcVar16 = '/'" (pointer_expression "*pcVar16" (* "*") (identifier "pcVar16")) (= "=") (char_literal "'/'" (' "'") (character "/") (' "'"))) (; ";")) (} "}"))) (expression_statement "pcVar27 = (char *)0x0;" (assignment_expression "pcVar27 = (char *)0x0" (identifier "pcVar27") (= "=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "pcVar22 = pcVar22 + (1 - (int)local_84);" (assignment_expression "pcVar22 = pcVar22 + (1 - (int)local_84)" (identifier "pcVar22") (= "=") (binary_expression "pcVar22 + (1 - (int)local_84)" (identifier "pcVar22") (+ "+") (parenthesized_expression "(1 - (int)local_84)" (( "(") (binary_expression "1 - (int)local_84" (number_literal "1") (- "-") (cast_expression "(int)local_84" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "local_84"))) () ")")))) (; ";")) (} "}")))) (expression_statement "free(pcVar27);" (call_expression "free(pcVar27)" (identifier "free") (argument_list "(pcVar27)" (( "(") (identifier "pcVar27") () ")"))) (; ";")) (} "}"))) (expression_statement "iVar8 = FUN_00047df0();" (assignment_expression "iVar8 = FUN_00047df0()" (identifier "iVar8") (= "=") (call_expression "FUN_00047df0()" (identifier "FUN_00047df0") (argument_list "()" (( "(") () ")")))) (; ";")) (if_statement "if (iVar8 != 0) goto LAB_000484a0;" (if "if") (parenthesized_expression "(iVar8 != 0)" (( "(") (binary_expression "iVar8 != 0" (identifier "iVar8") (!= "!=") (number_literal "0")) () ")")) (goto_statement "goto LAB_000484a0;" (goto "goto") (statement_identifier "LAB_000484a0") (; ";"))) (expression_statement "free(local_84);" (call_expression "free(local_84)" (identifier "free") (argument_list "(local_84)" (( "(") (identifier "local_84") () ")"))) (; ";")) (if_statement "if (*local_68 == '\0') break;" (if "if") (parenthesized_expression "(*local_68 == '\0')" (( "(") (binary_expression "*local_68 == '\0'" (pointer_expression "*local_68" (* "*") (identifier "local_68")) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "pcVar22 = local_68 + 1;" (assignment_expression "pcVar22 = local_68 + 1" (identifier "pcVar22") (= "=") (binary_expression "local_68 + 1" (identifier "local_68") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (; ";")) (} "}"))))) (expression_statement "sVar10 = strlen((char *)local_78[2]);" (assignment_expression "sVar10 = strlen((char *)local_78[2])" (identifier "sVar10") (= "=") (call_expression "strlen((char *)local_78[2])" (identifier "strlen") (argument_list "((char *)local_78[2])" (( "(") (cast_expression "(char *)local_78[2]" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "local_78[2]" (identifier "local_78") ([ "[") (number_literal "2") (] "]"))) () ")")))) (; ";")) (if_statement "if (DAT_001c4804 != (int *)0x0) {\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }" (if "if") (parenthesized_expression "(DAT_001c4804 != (int *)0x0)" (( "(") (binary_expression "DAT_001c4804 != (int *)0x0" (identifier "DAT_001c4804") (!= "!=") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n piVar24 = DAT_001c4804;\n do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);\n }" ({ "{") (expression_statement "piVar24 = DAT_001c4804;" (assignment_expression "piVar24 = DAT_001c4804" (identifier "piVar24") (= "=") (identifier "DAT_001c4804")) (; ";")) (do_statement "do {\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n } while (piVar24 != (int *)0x0);" (do "do") (compound_statement "{\n if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }\n piVar24 = (int *)*piVar24;\n }" ({ "{") (if_statement "if (piVar24[2] == 0) {\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }" (if "if") (parenthesized_expression "(piVar24[2] == 0)" (( "(") (binary_expression "piVar24[2] == 0" (subscript_expression "piVar24[2]" (identifier "piVar24") ([ "[") (number_literal "2") (] "]")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n sVar25 = strlen((char *)piVar24[1]);\n pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);\n sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);\n iVar8 = FUN_00047df0();\n if (iVar8 != 0) goto LAB_000484a0;\n free(pcVar22);\n }" ({ "{") (expression_statement "sVar25 = strlen((char *)piVar24[1]);" (assignment_expression "sVar25 = strlen((char *)piVar24[1])" (identifier "sVar25") (= "=") (call_expression "strlen((char *)piVar24[1])" (identifier "strlen") (argument_list "((char *)piVar24[1])" (( "(") (cast_expression "(char *)piVar24[1]" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "piVar24[1]" (identifier "piVar24") ([ "[") (number_literal "1") (] "]"))) () ")")))) (; ";")) (expression_statement "pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2);" (assignment_expression "pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2)" (identifier "pcVar22") (= "=") (cast_expression "(char *)xmalloc(sVar25 + sVar10 + 2)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "xmalloc(sVar25 + sVar10 + 2)" (identifier "xmalloc") (argument_list "(sVar25 + sVar10 + 2)" (( "(") (binary_expression "sVar25 + sVar10 + 2" (binary_expression "sVar25 + sVar10" (identifier "sVar25") (+ "+") (identifier "sVar10")) (+ "+") (number_literal "2")) () ")"))))) (; ";")) (expression_statement "sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]);" (call_expression "sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2])" (identifier "sprintf") (argument_list "(pcVar22,"%s/%s",piVar24[1],local_78[2])" (( "(") (identifier "pcVar22") (, ",") (string_literal ""%s/%s"" (" """) (string_content "%s/%s") (" """)) (, ",") (subscript_expression "piVar24[1]" (identifier "piVar24") ([ "[") (number_literal "1") (] "]")) (, ",") (subscript_expression "local_78[2]" (identifier "local_78") ([ "[") (number_literal "2") (] "]")) () ")"))) (; ";")) (expression_statement "iVar8 = FUN_00047df0();" (assignment_expression "iVar8 = FUN_00047df0()" (identifier "iVar8") (= "=") (call_expression "FUN_00047df0()" (identifier "FUN_00047df0") (argument_list "()" (( "(") () ")")))) (; ";")) (if_statement "if (iVar8 != 0) goto LAB_000484a0;" (if "if") (parenthesized_expression "(iVar8 != 0)" (( "(") (binary_expression "iVar8 != 0" (identifier "iVar8") (!= "!=") (number_literal "0")) () ")")) (goto_statement "goto LAB_000484a0;" (goto "goto") (statement_identifier "LAB_000484a0") (; ";"))) (expression_statement "free(pcVar22);" (call_expression "free(pcVar22)" (identifier "free") (argument_list "(pcVar22)" (( "(") (identifier "pcVar22") () ")"))) (; ";")) (} "}"))) (expression_statement "piVar24 = (int *)*piVar24;" (assignment_expression "piVar24 = (int *)*piVar24" (identifier "piVar24") (= "=") (cast_expression "(int *)*piVar24" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*piVar24" (* "*") (identifier "piVar24")))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(piVar24 != (int *)0x0)" (( "(") (binary_expression "piVar24 != (int *)0x0" (identifier "piVar24") (!= "!=") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (; ";")) (} "}"))) (if_statement "if (bVar3) goto code_r0x00048a13;" (if "if") (parenthesized_expression "(bVar3)" (( "(") (identifier "bVar3") () ")")) (goto_statement "goto code_r0x00048a13;" (goto "goto") (statement_identifier "code_r0x00048a13") (; ";"))) (expression_statement "bVar3 = true;" (assignment_expression "bVar3 = true" (identifier "bVar3") (= "=") (true "true")) (; ";")) (} "}")) (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (; ";")) (} "}"))) (} "}"))) (} "}"))) (goto_statement "goto LAB_000484a0;" (goto "goto") (statement_identifier "LAB_000484a0") (; ";")) (} "}"))) (labeled_statement "LAB_000484b2:\n if (((DAT_001c45e3 & 0xc0) == 0x80) &&\n (iVar8 = bfd_elf_parse_eh_frame_entries(0,&DAT_001c45e0), iVar8 == 0)) {\n uVar9 = dcgettext(0,"%F%P: failed to parse EH frame entries\n",5);\n FUN_00034dc0(uVar9);\n }" (statement_identifier "LAB_000484b2") (: ":") (if_statement "if (((DAT_001c45e3 & 0xc0) == 0x80) &&\n (iVar8 = bfd_elf_parse_eh_frame_entries(0,&DAT_001c45e0), iVar8 == 0)) {\n uVar9 = dcgettext(0,"%F%P: failed to parse EH frame entries\n",5);\n FUN_00034dc0(uVar9);\n }" (if "if") (parenthesized_expression "(((DAT_001c45e3 & 0xc0) == 0x80) &&\n (iVar8 = bfd_elf_parse_eh_frame_entries(0,&DAT_001c45e0), iVar8 == 0))" (( "(") (binary_expression "((DAT_001c45e3 & 0xc0) == 0x80) &&\n (iVar8 = bfd_elf_parse_eh_frame_entries(0,&DAT_001c45e0), iVar8 == 0)" (parenthesized_expression "((DAT_001c45e3 & 0xc0) == 0x80)" (( "(") (binary_expression "(DAT_001c45e3 & 0xc0) == 0x80" (parenthesized_expression "(DAT_001c45e3 & 0xc0)" (( "(") (binary_expression "DAT_001c45e3 & 0xc0" (identifier "DAT_001c45e3") (& "&") (number_literal "0xc0")) () ")")) (== "==") (number_literal "0x80")) () ")")) (&& "&&") (parenthesized_expression "(iVar8 = bfd_elf_parse_eh_frame_entries(0,&DAT_001c45e0), iVar8 == 0)" (( "(") (comma_expression "iVar8 = bfd_elf_parse_eh_frame_entries(0,&DAT_001c45e0), iVar8 == 0" (assignment_expression "iVar8 = bfd_elf_parse_eh_frame_entries(0,&DAT_001c45e0)" (identifier "iVar8") (= "=") (call_expression "bfd_elf_parse_eh_frame_entries(0,&DAT_001c45e0)" (identifier "bfd_elf_parse_eh_frame_entries") (argument_list "(0,&DAT_001c45e0)" (( "(") (number_literal "0") (, ",") (pointer_expression "&DAT_001c45e0" (& "&") (identifier "DAT_001c45e0")) () ")")))) (, ",") (binary_expression "iVar8 == 0" (identifier "iVar8") (== "==") (number_literal "0"))) () ")"))) () ")")) (compound_statement "{\n uVar9 = dcgettext(0,"%F%P: failed to parse EH frame entries\n",5);\n FUN_00034dc0(uVar9);\n }" ({ "{") (expression_statement "uVar9 = dcgettext(0,"%F%P: failed to parse EH frame entries\n",5);" (assignment_expression "uVar9 = dcgettext(0,"%F%P: failed to parse EH frame entries\n",5)" (identifier "uVar9") (= "=") (call_expression "dcgettext(0,"%F%P: failed to parse EH frame entries\n",5)" (identifier "dcgettext") (argument_list "(0,"%F%P: failed to parse EH frame entries\n",5)" (( "(") (number_literal "0") (, ",") (string_literal ""%F%P: failed to parse EH frame entries\n"" (" """) (string_content "%F%P: failed to parse EH frame entries") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "FUN_00034dc0(uVar9);" (call_expression "FUN_00034dc0(uVar9)" (identifier "FUN_00034dc0") (argument_list "(uVar9)" (( "(") (identifier "uVar9") () ")"))) (; ";")) (} "}")))) (} "}")))) (} "}"))) (return_statement "return;" (return "return") (; ";")) (labeled_statement "code_r0x00048a13:\n uVar9 = local_78[1];" (statement_identifier "code_r0x00048a13") (: ":") (expression_statement "uVar9 = local_78[1];" (assignment_expression "uVar9 = local_78[1]" (identifier "uVar9") (= "=") (subscript_expression "local_78[1]" (identifier "local_78") ([ "[") (number_literal "1") (] "]"))) (; ";"))) (expression_statement "uVar2 = local_78[2];" (assignment_expression "uVar2 = local_78[2]" (identifier "uVar2") (= "=") (subscript_expression "local_78[2]" (identifier "local_78") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "uVar18 = dcgettext(0,\n "%P: warning: %s, needed by %pB, not found (try using -rpath or -rpath-link)\n"\n ,5);" (assignment_expression "uVar18 = dcgettext(0,\n "%P: warning: %s, needed by %pB, not found (try using -rpath or -rpath-link)\n"\n ,5)" (identifier "uVar18") (= "=") (call_expression "dcgettext(0,\n "%P: warning: %s, needed by %pB, not found (try using -rpath or -rpath-link)\n"\n ,5)" (identifier "dcgettext") (argument_list "(0,\n "%P: warning: %s, needed by %pB, not found (try using -rpath or -rpath-link)\n"\n ,5)" (( "(") (number_literal "0") (, ",") (string_literal ""%P: warning: %s, needed by %pB, not found (try using -rpath or -rpath-link)\n"" (" """) (string_content "%P: warning: %s, needed by %pB, not found (try using -rpath or -rpath-link)") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "FUN_00034dc0(uVar18,uVar2,uVar9);" (call_expression "FUN_00034dc0(uVar18,uVar2,uVar9)" (identifier "FUN_00034dc0") (argument_list "(uVar18,uVar2,uVar9)" (( "(") (identifier "uVar18") (, ",") (identifier "uVar2") (, ",") (identifier "uVar9") () ")"))) (; ";")) (labeled_statement "LAB_000484a0:\n local_78 = (undefined4 *)*local_78;" (statement_identifier "LAB_000484a0") (: ":") (expression_statement "local_78 = (undefined4 *)*local_78;" (assignment_expression "local_78 = (undefined4 *)*local_78" (identifier "local_78") (= "=") (cast_expression "(undefined4 *)*local_78" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*local_78" (* "*") (identifier "local_78")))) (; ";"))) (if_statement "if (local_78 == (undefined4 *)0x0) goto LAB_000484b2;" (if "if") (parenthesized_expression "(local_78 == (undefined4 *)0x0)" (( "(") (binary_expression "local_78 == (undefined4 *)0x0" (identifier "local_78") (== "==") (cast_expression "(undefined4 *)0x0" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (goto_statement "goto LAB_000484b2;" (goto "goto") (statement_identifier "LAB_000484b2") (; ";"))) (goto_statement "goto LAB_00048360;" (goto "goto") (statement_identifier "LAB_00048360") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void function_1(void) { int *piVar1; type_1 *poVar2; type_2 **ppbVar3; type_2 *var_30; type_3 *pbVar5; type_4 *var_13; type_2 *var_27; type_5 var_29; int var_17; type_6 var_37; char *var_41; size_t var_44; type_7 *var_8; char *pcVar14; size_t var_53; size_t var_58; char *var_47; type_8 *var_18; char *var_49; char *pcVar20; type_9 *var_25; type_8 var_48; type_7 *pbVar23; type_10 *var_15; type_8 *var_19; type_11 *var_61; size_t var_42; type_8 *var_50; char *var_55; bool var_52; bool var_51; bool var_21; bool var_20; type_8 bVar34; type_12 var_11; char *var_22; type_2 *var_23; type_7 *var_24; char *var_40; type_13 *var_62; type_13 n; type_13 nn; type_13 needed; bVar34 = 0; var_1(); pbVar5 = link_info.hash; if ((link_info.hash)->type == var_2) { if (command_line.out_implib_filename != (char *)0x0) { var_3(command_line.out_implib_filename); link_info.out_implib_bfd = (type_7 *)var_4(command_line.out_implib_filename,(link_info.output_bfd)->xvec->name); var_41 = command_line.out_implib_filename; if (link_info.out_implib_bfd == (type_7 *)0x0) { pcVar20 = (char *)var_5(0,"%F%P: %s: can\'t open for writing: %E\n",5); var_6(pcVar20,var_41); } } pbVar23 = link_info.output_bfd; var_8 = link_info.input_bfds; if (var_7 != (char *)0x0) { for (; var_8 != (type_7 *)0x0; var_8 = (var_8->link).next) { if (((var_8->xvec->flavour == var_9) && (var_8->section_count != 0)) && ((*(type_8 *)((int)var_8->usrdata + 0x24) & 0x10) == 0)) { var_11 = var_10(var_7); if ((var_11 == 0) || (var_11 + 0x10 == 0)) { var_41 = "%P: warning: unrecognized --build-id style ignored\n"; } else { var_13 = (type_4 *) var_12 (var_8,".note.gnu.build-id", "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n /* .gnu.warning sections are handled specially by elf32.em. */\n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n /* Adjust the address for the rodata segment. We want to adjust up to\n the same address within the page on the next page up. */\n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." /* TRUNCATED STRING LITERAL */ ); if (var_13 != (type_4 *)0x0) { var_13->alignment_power = 2; pbVar23 = link_info.output_bfd; poVar2 = (((link_info.output_bfd)->tdata).elf_obj_data)->o; (poVar2->build_id).after_write_object_contents = write_build_id; var_41 = var_7; (poVar2->build_id).sec = var_13; (poVar2->build_id).style = var_41; *(type_14 *)((int)var_13->used_by_bfd + 4) = 7; var_13->size = var_11 + 0x10; goto LAB_000482f4; } var_41 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n"; } var_41 = (char *)var_5(0,var_41,5); var_6(var_41); break; } } var_14(var_7); var_7 = (char *)0x0; pbVar23 = link_info.output_bfd; } LAB_000482f4: (**(type_15 **)((int)pbVar23->xvec->backend_data + 0x1d0))(&link_info); if ((link_info._0_1_ & 3) == 2) { if ((type_8)link_info._5_1_ >> 7 == (~link_info._6_1_ & 1)) { var_12 (link_info.input_bfds,".note.GNU-stack",(type_8)link_info._5_1_ >> 3 & 0x10 | 8); } } else { if (((link_info._4_1_ & 0x20) == 0) && (link_info.input_bfds != (type_7 *)0x0)) { var_23 = (type_2 *)0x0; var_51 = false; var_24 = (type_7 *)0x0; var_8 = link_info.input_bfds; do { while ((*(type_8 *)((int)var_8->usrdata + 0x24) & 0x10) != 0) { LAB_00048a88: var_8 = (var_8->link).next; if (var_8 == (type_7 *)0x0) goto LAB_00048b86; } var_15 = var_8->sections; if (var_15 != (type_10 *)0x0) { var_22 = (char *)0x0; do { var_20 = var_15->output_section < (type_10 *)(var_16 + 0x180); var_52 = var_15->output_section == (type_10 *)(var_16 + 0x180); var_41 = var_22; if (!var_52) { var_17 = 0xf; var_18 = (type_8 *)var_15->name; var_19 = (type_8 *)".eh_frame_entry"; do { if (var_17 == 0) break; var_17 = var_17 + -1; var_20 = *var_18 < *var_19; var_52 = *var_18 == *var_19; var_18 = var_18 + (type_5)bVar34 * -2 + 1; var_19 = var_19 + (type_5)bVar34 * -2 + 1; } while (var_52); var_21 = false; var_20 = (!var_20 && !var_52) == var_20; if (var_20) { var_22 = (char *)0x2; goto LAB_00048b31; } var_17 = 10; var_18 = (type_8 *)var_15->name; var_19 = (type_8 *)".eh_frame"; do { if (var_17 == 0) break; var_17 = var_17 + -1; var_21 = *var_18 < *var_19; var_20 = *var_18 == *var_19; var_18 = var_18 + (type_5)bVar34 * -2 + 1; var_19 = var_19 + (type_5)bVar34 * -2 + 1; } while (var_20); if (((!var_21 && !var_20) == var_21) && (piVar1 = (int *)((int)&var_15->size + 4), var_41 = (char *)1, *piVar1 == 0 && (type_5)(8 < (type_5)var_15->size) <= (type_5)-*piVar1)) { var_41 = var_22; } } var_22 = var_41; var_15 = var_15->next; } while (var_15 != (type_10 *)0x0); if (var_22 != (char *)0x0) { LAB_00048b31: var_27 = (type_2 *)var_22; if ((var_23 != (type_2 *)0x0) && (var_27 = var_23, var_23 != (type_2 *)var_22)) { if (var_22 != (char *)0x1) { var_8 = var_24; } var_41 = (char *)var_5(0, "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n" ,5); var_6(var_41,var_8); break; } var_23 = var_27; if ((var_24 == (type_7 *)0x0) && (((var_22 == (char *)0x2 || ((link_info._2_2_ & 0xc000) != 0)) && (var_51 = true, var_8->xvec->flavour == var_9)))) { var_24 = var_8; } } } if (var_23 != (type_2 *)0x2) goto LAB_00048a88; var_8 = (var_8->link).next; link_info._2_2_ = link_info._2_2_ & 0x3fff | 0x8000; } while (var_8 != (type_7 *)0x0); LAB_00048b86: if ((var_24 == (type_7 *)0x0) || (var_25 = (type_9 *) var_12 (var_24,".eh_frame_hdr", *(type_5 *)((int)var_24->xvec->backend_data + 0x30) | 8), var_25 == (type_9 *)0x0)) { if (var_51) { var_41 = (char *)var_5(0, "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n" ,5); var_6(var_41); } } else { var_25[2].u.i.warning = (char *)0x2; pbVar5[4].undefs_tail = var_25; } } var_27 = (type_2 *)var_26(link_info.output_bfd,&link_info); var_23 = var_27; if (var_27 != (type_2 *)0x0) { LAB_00048360: var_30 = var_27; if ((var_23->by == (type_7 *)0x0) || ((var_29 = var_28(var_23->by), (var_29 & 1) == 0 && (((var_23->by == (type_7 *)0x0 || ((link_info._2_2_ & 0x180) != 0x80)) || (var_29 = var_28(var_23->by), (var_29 & 4) == 0)))))) { for (; var_30 != var_23; var_30 = var_30->next) { if (((var_30->by == (type_7 *)0x0) || (var_29 = var_28(var_30->by), (var_29 & 1) == 0)) && (var_17 = var_31(var_30->name,var_23->name), var_17 == 0)) { if (var_30 != var_23) goto LAB_000484a0; break; } } var_33 = (type_16 *)0x0; global_needed = var_23; real_func = gldaarch64elf32b_check_needed; var_32(aarch64_for_each_input_file_wrapper); if ((var_33 == (type_16 *)0x0) || (var_29 = var_28(var_33->the_bfd), (var_29 & 1) != 0)) { var_8 = var_23->by; var_41 = var_23->name; n.by = var_8; n.name = var_41; nn.by = var_8; if (var_34 != 0) { pcVar20 = (char *)var_5(0,"%s needed by %pB\n",5); var_35(pcVar20,var_41,var_8); } if (var_33 == (type_16 *)0x0) { LAB_00048538: var_62 = (type_13 *)0x0; do { pcVar20 = n.name; var_41 = command_line.rpath_link; if (*n.name == '/') { var_37 = var_36(&n,(int)n.name,var_62); if (var_37 != 0) goto LAB_000484a0; } else if ((command_line.rpath_link != (char *)0x0) && (*command_line.rpath_link != '\0')) { needed.by = n.by; needed.name = n.name; var_44 = var_38(n.name); do { var_40 = var_39(var_41,(int)config.rpath_separator); if (var_40 == (char *)0x0) { var_42 = var_38(var_41); var_40 = var_41 + var_42; } var_42 = (int)var_40 - (int)var_41; var_22 = (char *)var_43(var_44 + 2 + var_42); var_47 = var_22; if (var_41 != var_40) { var_45(var_22,var_41,var_42); var_22[var_42] = '/'; var_47 = var_22 + var_42 + 1; } var_41 = (char *)0x0; var_46(var_47,pcVar20); while (var_41 = var_39(var_22 + (int)var_41,0x24), var_41 != (char *)0x0) { var_47 = var_39(var_41,0x2f); var_42 = var_38(var_22); if (var_47 != (char *)0x0) { *var_47 = '\0'; } var_48 = var_41[1]; var_49 = var_41 + 1; if (var_48 == 0x7b) { var_48 = var_41[2]; var_49 = var_41 + 2; } var_18 = (type_8 *)(var_49 + 1); var_51 = var_48 < 0x4c; var_20 = var_48 == 0x4c; if (var_20) { var_17 = 3; var_19 = var_18; var_50 = (type_8 *)0x701f6; do { if (var_17 == 0) break; var_17 = var_17 + -1; var_51 = *var_19 < *var_50; var_20 = *var_19 == *var_50; var_19 = var_19 + (type_5)bVar34 * -2 + 1; var_50 = var_50 + (type_5)bVar34 * -2 + 1; } while (var_20); var_52 = false; var_51 = (!var_51 && !var_20) == var_51; if (!var_51) { var_17 = 4; var_19 = &DAT_000af890; do { if (var_17 == 0) break; var_17 = var_17 + -1; var_52 = *var_18 < *var_19; var_51 = *var_18 == *var_19; var_18 = var_18 + (type_5)bVar34 * -2 + 1; var_19 = var_19 + (type_5)bVar34 * -2 + 1; } while (var_51); if ((!var_52 && !var_51) != var_52) goto LAB_000487e7; } var_53 = 3; var_55 = (char *)0x0; var_49 = "lib"; LAB_00048700: pcVar14 = (char *)var_43(var_53 + var_42); var_17 = (int)var_41 - (int)var_22; if (var_47 == (char *)0x0) { var_54(pcVar14,"%.*s%s",var_17,var_22,var_49); var_42 = var_38(var_49); var_41 = (char *)(var_17 + var_42); } else { var_54(pcVar14,"%.*s%s/%s",var_17,var_22,var_49,var_47 + 1); var_42 = var_38(var_49); var_41 = (char *)(var_17 + 1 + var_42); } var_14(var_22); var_22 = pcVar14; } else { var_51 = var_48 < 0x4f; var_20 = var_48 == 0x4f; if (var_20) { var_17 = 6; var_19 = var_18; var_50 = (type_8 *)0x704cc; do { if (var_17 == 0) break; var_17 = var_17 + -1; var_51 = *var_19 < *var_50; var_20 = *var_19 == *var_50; var_19 = var_19 + (type_5)bVar34 * -2 + 1; var_50 = var_50 + (type_5)bVar34 * -2 + 1; } while (var_20); var_52 = false; var_51 = (!var_51 && !var_20) == var_51; if (!var_51) { var_17 = 7; var_19 = (type_8 *)"RIGIN}"; do { if (var_17 == 0) break; var_17 = var_17 + -1; var_52 = *var_18 < *var_19; var_51 = *var_18 == *var_19; var_18 = var_18 + (type_5)bVar34 * -2 + 1; var_19 = var_19 + (type_5)bVar34 * -2 + 1; } while (var_51); if ((!var_52 && !var_51) != var_52) goto LAB_000487e7; } var_8 = needed.by; if (((needed.by != (type_7 *)0x0) || (var_8 = link_info.output_bfd, link_info.output_bfd != (type_7 *)0x0)) && (var_55 = var_8->filename, var_55 != (char *)0x0)) { if (*var_55 == '/') { var_49 = (char *)var_56(var_55); } else { pcVar14 = (char *)var_57(); var_53 = var_38(var_55); var_58 = var_38(pcVar14); var_49 = (char *)var_43(var_53 + 2 + var_58); var_54(var_49,"%s/%s",pcVar14,var_55); } var_55 = var_59(var_49,0x2f); if (var_55 != (char *)0x0) { *var_55 = '\0'; } var_53 = var_38(var_49); var_55 = var_49; goto LAB_00048700; } } LAB_000487e7: if (var_34 != 0) { var_49 = (char *)var_5(0, "unrecognised or unsupported token \'%s\' in search path\n" ,5); var_35(var_49,var_41); } if (var_47 != (char *)0x0) { *var_47 = '/'; } var_55 = (char *)0x0; var_41 = var_41 + (1 - (int)var_22); } var_14(var_55); } needed.name = var_22; var_37 = var_36(&needed,(int)var_22,var_62); if (var_37 != 0) goto LAB_000484a0; var_14(var_22); if (*var_40 == '\0') break; var_41 = var_40 + 1; } while( true ); } var_44 = var_38(var_23->name); if (var_60 != (type_17 *)0x0) { var_61 = var_60; do { if (var_61->cmdline == 0) { var_42 = var_38(var_61->name); var_41 = (char *)var_43(var_42 + var_44 + 2); var_54(var_41,"%s/%s",var_61->name,var_23->name); nn.name = var_41; var_37 = var_36(&nn,(int)var_41,var_62); if (var_37 != 0) goto LAB_000484a0; var_14(var_41); } var_61 = var_61->next; } while (var_61 != (type_11 *)0x0); } if (var_62 == (type_13 *)0x1) goto code_r0x00048a13; var_62 = (type_13 *)0x1; } while( true ); } nn.name = var_33->filename; var_37 = var_36(&nn,(int)nn.name,(type_13 *)0x1); if (var_37 == 0) goto LAB_00048538; } } goto LAB_000484a0; } LAB_000484b2: if (((link_info._3_1_ & 0xc0) == 0x80) && (var_17 = var_63(0,&link_info), var_17 == 0)) { var_41 = (char *)var_5(0,"%F%P: failed to parse EH frame entries\n",5); var_6(var_41); } } } return; code_r0x00048a13: var_8 = var_23->by; var_41 = var_23->name; pcVar20 = (char *)var_5(0, "%P: warning: %s, needed by %pB, not found (try using -rpath or -rpath-link)\n" ,5); var_6(pcVar20,var_41,var_8); LAB_000484a0: ppbVar3 = &var_23->next; var_23 = *ppbVar3; if (*ppbVar3 == (type_2 *)0x0) goto LAB_000484b2; goto LAB_00048360; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) 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: (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: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (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: (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (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: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence) (string_content) (escape_sequence)) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (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 (for_statement condition: (binary_expression left: (identifier) right: (number_literal)) update: (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)))))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) right: (number_literal))) right: (number_literal))))) consequence: (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: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (number_literal))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content) (escape_sequence))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content)) (string_literal (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (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)) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (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: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) 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: (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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (identifier) right: (number_literal)))) (goto_statement label: (statement_identifier)))) (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content) (escape_sequence))))))) (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)))) (break_statement))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (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: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))))) right: (number_literal))))))) arguments: (argument_list (pointer_expression argument: (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (parenthesized_expression (binary_expression left: (unary_expression argument: (identifier)) right: (number_literal))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content)) (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (number_literal)) right: (number_literal)))))))) alternative: (else_clause (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (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: (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: (false))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (do_statement body: (compound_statement (while_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) right: (number_literal))) right: (number_literal))) body: (compound_statement (labeled_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)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (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: (number_literal)))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (unary_expression argument: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (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))) (expression_statement (assignment_expression left: (identifier) right: (false))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (binary_expression left: (unary_expression argument: (identifier)) right: (unary_expression argument: (identifier)))) right: (identifier)))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (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: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (string_literal (string_content))))) (do_statement body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (break_statement)) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))) right: (number_literal))))) condition: (parenthesized_expression (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (unary_expression argument: (identifier)) right: (unary_expression argument: (identifier)))) right: (identifier))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal))) right: (binary_expression left: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)) right: (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (number_literal) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (subscript_expression argument: (identifier) index: (number_literal)))))) right: (binary_expression left: (parenthesized_expression (identifier)) right: (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))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal)))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (identifier))) right: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (identifier)) right: (identifier)))))) 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 (assignment_expression left: (identifier) right: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (break_statement))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (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: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal))) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (true)) 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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) right: (number_literal))))))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content)) (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) right: (number_literal))))) right: (number_literal))))) right: (binary_expression left: (identifier) right: (number_literal)))))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (identifier)) 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))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (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 (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) right: (parenthesized_expression (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (subscript_expression argument: (identifier) index: (number_literal))))) right: (binary_expression left: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal)) right: (parenthesized_expression (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (subscript_expression argument: (identifier) index: (number_literal))))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))))))))))))) consequence: (compound_statement (for_statement condition: (binary_expression left: (identifier) right: (identifier)) 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 (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (subscript_expression argument: (identifier) index: (number_literal))))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal)))))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal)))))) right: (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))) (break_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: (identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (comma_expression left: (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)))))))) right: (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: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (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: (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)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list))) right: (binary_expression left: (identifier) right: (number_literal)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (false))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (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)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (break_statement))) alternative: (else_clause (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (char_literal (escape_sequence)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))))) (expression_statement (assignment_expression left: (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 (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (identifier)) right: (char_literal (character)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (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 (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (while_statement condition: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))) (number_literal)))) right: (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal))))) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (char_literal (escape_sequence)))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (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 (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: (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: (pointer_expression argument: (identifier)))) (do_statement body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (break_statement)) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))) right: (number_literal))))) condition: (parenthesized_expression (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (unary_expression argument: (identifier)) right: (unary_expression argument: (identifier)))) right: (identifier))) consequence: (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)))) (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content)))) (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 (binary_expression left: (identifier) right: (identifier)))))))) (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))))) (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) (string_literal (string_content)) (identifier) (identifier) (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: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))))))) alternative: (else_clause (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content)) (identifier) (identifier) (identifier) (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: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier))))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (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: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_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: (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: (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: (goto_statement label: (statement_identifier))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (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: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (identifier)) right: (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal))))))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))) right: (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal))))))) consequence: (compound_statement (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: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (identifier))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list))))) (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: (identifier) right: (number_literal)) right: (identifier))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content)) (identifier) (identifier))))))) (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 (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))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (goto_statement label: (statement_identifier)))))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence)) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (char_literal (character)))))) (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: (binary_expression left: (identifier) right: (parenthesized_expression (binary_expression left: (number_literal) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (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)))) (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)))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (char_literal (escape_sequence)))) consequence: (break_statement)) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (true))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))) (do_statement body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (number_literal))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content)) (subscript_expression argument: (identifier) index: (number_literal)) (subscript_expression argument: (identifier) index: (number_literal))))) (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: (goto_statement label: (statement_identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal))))))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (true)))) condition: (parenthesized_expression (true))))))))) (goto_statement label: (statement_identifier)))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (pointer_expression argument: (identifier))))) right: (binary_expression left: (identifier) right: (number_literal)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))))))))))) (return_statement) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (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: (goto_statement label: (statement_identifier))) (goto_statement label: (statement_identifier)))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ void MASKED(void) { undefined4 *puVar1; undefined4 uVar2; bool bVar3; void *pvVar4; char *pcVar5; undefined4 *puVar6; uint uVar7; int iVar8; undefined4 uVar9; size_t sVar10; undefined4 *puVar11; char *pcVar12; size_t sVar13; size_t sVar14; char *pcVar15; char *pcVar16; byte *pbVar17; undefined4 uVar18; int iVar19; byte bVar20; int iVar21; char *pcVar22; byte *pbVar23; int *piVar24; size_t sVar25; byte *pbVar26; char *pcVar27; bool bVar28; bool bVar29; bool bVar30; byte bVar31; longlong lVar32; char *local_84; undefined4 *local_78; int local_74; char *local_68; bVar31 = 0; FUN_000339e0(); iVar8 = DAT_001c4600; if (*(int *)(DAT_001c4600 + 0x28) == 1) { if (DAT_001c46a0 != 0) { unlink_if_ordinary(DAT_001c46a0); DAT_001c4618 = bfd_openw(DAT_001c46a0,*(undefined4 *)DAT_001c4614[1]); iVar19 = DAT_001c46a0; if (DAT_001c4618 == 0) { uVar9 = dcgettext(0,"%F%P: %s: can\'t open for writing: %E\n",5); FUN_00034dc0(uVar9,iVar19); } } puVar6 = DAT_001c4614; iVar19 = DAT_001c461c; if (DAT_001c3d64 != (void *)0x0) { for (; iVar19 != 0; iVar19 = *(int *)(iVar19 + 0x9c)) { if (((*(int *)(*(int *)(iVar19 + 4) + 4) == 5) && (*(int *)(iVar19 + 0x68) != 0)) && ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) == 0)) { lVar32 = FUN_00038a90(DAT_001c3d64); if ((lVar32 == 0) || (lVar32 + 0x10 == 0)) { pcVar5 = "%P: warning: unrecognized --build-id style ignored\n"; } else { iVar19 = bfd_make_section_with_flags (iVar19,".note.gnu.build-id", "t.*) }\n .rela.fini : { *(.rela.fini) }\n .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }\n .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }\n .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }\n .rela.tdata\t : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }\n .rela.tbss\t : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }\n .rela.ctors : { *(.rela.ctors) }\n .rela.dtors : { *(.rela.dtors) }\n .rela.got : { *(.rela.got) }\n .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }\n .rela.ifunc : { *(.rela.ifunc) }\n .rela.plt :\n {\n *(.rela.plt)\n PROVIDE_HIDDEN (__rela_iplt_start = .);\n *(.rela.iplt)\n PROVIDE_HIDDEN (__rela_iplt_end = .);\n }\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n .init :\n {\n KEEP (*(SORT_NONE(.init)))\n } =0x1f2003d5\n .plt : ALIGN(16) { *(.plt) *(.iplt) }\n .text :\n {\n *(.text.unlikely .text.*_unlikely .text.unlikely.*)\n *(.text.exit .text.exit.*)\n *(.text.startup .text.startup.*)\n *(.text.hot .text.hot.*)\n *(.text .stub .text.* .gnu.linkonce.t.*)\n /* .gnu.warning sections are handled specially by elf32.em. */\n *(.gnu.warning)\n } =0x1f2003d5\n .fini :\n {\n KEEP (*(SORT_NONE(.fini)))\n } =0x1f2003d5\n PROVIDE (__etext = .);\n PROVIDE (_etext = .);\n PROVIDE (etext = .);\n . = ALIGN(CONSTANT (MAXPAGESIZE));\n /* Adjust the address for the rodata segment. We want to adjust up to\n the same address within the page on the next page up. */\n . = SEGMENT_START(\"rodata-segment\", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));\n .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }\n .rodata1 : { *(.rodata1) }\n .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }\n .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }\n .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table\n .gcc_e..." /* TRUNCATED STRING LITERAL */ ); if (iVar19 != 0) { *(undefined4 *)(iVar19 + 0x58) = 2; puVar6 = DAT_001c4614; iVar21 = *(int *)(DAT_001c4614[0x28] + 0x9c0); *(code **)(iVar21 + 0x10) = FUN_00046f30; pvVar4 = DAT_001c3d64; *(int *)(iVar21 + 0x18) = iVar19; *(void **)(iVar21 + 0x14) = pvVar4; *(undefined4 *)(*(int *)(iVar19 + 0xa4) + 4) = 7; *(longlong *)(iVar19 + 0x2c) = lVar32 + 0x10; goto LAB_000482f4; } pcVar5 = "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n"; } uVar9 = dcgettext(0,pcVar5,5); FUN_00034dc0(uVar9); break; } } free(DAT_001c3d64); DAT_001c3d64 = (void *)0x0; puVar6 = DAT_001c4614; } LAB_000482f4: (**(code **)(*(int *)(puVar6[1] + 0x1c0) + 0x1d0))(&DAT_001c45e0); if ((DAT_001c45e0 & 3) == 2) { if (DAT_001c45e5 >> 7 == (~DAT_001c45e6 & 1)) { bfd_make_section_with_flags(DAT_001c461c,".note.GNU-stack",DAT_001c45e5 >> 3 & 0x10 | 8); } } else { if (((DAT_001c45e4 & 0x20) == 0) && (DAT_001c461c != 0)) { local_78 = (undefined4 *)0x0; bVar3 = false; local_74 = 0; iVar19 = DAT_001c461c; do { while ((*(byte *)(*(int *)(iVar19 + 0xa4) + 0x24) & 0x10) != 0) { LAB_00048a88: iVar19 = *(int *)(iVar19 + 0x9c); if (iVar19 == 0) goto LAB_00048b86; } puVar6 = *(undefined4 **)(iVar19 + 0x60); if (puVar6 != (undefined4 *)0x0) { local_84 = (char *)0x0; do { bVar29 = (undefined *)puVar6[0x15] < PTR__bfd_std_section_001c1fd4 + 0x180; bVar30 = (undefined *)puVar6[0x15] == PTR__bfd_std_section_001c1fd4 + 0x180; pcVar5 = local_84; if (!bVar30) { iVar21 = 0xf; pbVar17 = (byte *)*puVar6; pbVar23 = (byte *)".eh_frame_entry"; do { if (iVar21 == 0) break; iVar21 = iVar21 + -1; bVar29 = *pbVar17 < *pbVar23; bVar30 = *pbVar17 == *pbVar23; pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1; pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1; } while (bVar30); bVar28 = false; bVar29 = (!bVar29 && !bVar30) == bVar29; if (bVar29) { local_84 = (char *)0x2; goto LAB_00048b31; } iVar21 = 10; pbVar17 = (byte *)*puVar6; pbVar23 = (byte *)".eh_frame"; do { if (iVar21 == 0) break; iVar21 = iVar21 + -1; bVar28 = *pbVar17 < *pbVar23; bVar29 = *pbVar17 == *pbVar23; pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1; pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1; } while (bVar29); if (((!bVar28 && !bVar29) == bVar28) && (pcVar5 = (char *)1, puVar6[0xc] == 0 && (uint)(8 < (uint)puVar6[0xb]) <= (uint)-puVar6[0xc])) { pcVar5 = local_84; } } local_84 = pcVar5; puVar6 = (undefined4 *)puVar6[3]; } while (puVar6 != (undefined4 *)0x0); if (local_84 != (char *)0x0) { LAB_00048b31: pcVar5 = local_84; if ((local_78 != (undefined4 *)0x0) && (pcVar5 = (char *)local_78, (char *)local_78 != local_84)) { if (local_84 != (char *)0x1) { iVar19 = local_74; } uVar9 = dcgettext(0, "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %pB\n" ,5); FUN_00034dc0(uVar9,iVar19); break; } local_78 = (undefined4 *)pcVar5; if ((local_74 == 0) && (((local_84 == (char *)0x2 || ((_DAT_001c45e2 & 0xc000) != 0)) && (bVar3 = true, *(int *)(*(int *)(iVar19 + 4) + 4) == 5)))) { local_74 = iVar19; } } } if (local_78 != (undefined4 *)0x2) goto LAB_00048a88; iVar19 = *(int *)(iVar19 + 0x9c); _DAT_001c45e2 = _DAT_001c45e2 & 0x3fff | 0x8000; } while (iVar19 != 0); LAB_00048b86: if ((local_74 == 0) || (iVar19 = bfd_make_section_with_flags (local_74,".eh_frame_hdr", *(uint *)(*(int *)(*(int *)(local_74 + 4) + 0x1c0) + 0x30) | 8), iVar19 == 0)) { if (bVar3) { uVar9 = dcgettext(0, "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n" ,5); FUN_00034dc0(uVar9); } } else { *(undefined4 *)(iVar19 + 0x58) = 2; *(int *)(iVar8 + 0xd0) = iVar19; } } puVar6 = (undefined4 *)bfd_elf_get_needed_list(DAT_001c4614,&DAT_001c45e0); local_78 = puVar6; if (puVar6 != (undefined4 *)0x0) { LAB_00048360: puVar1 = puVar6; if ((local_78[1] == 0) || ((uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 1) == 0 && (((local_78[1] == 0 || ((_DAT_001c45e2 & 0x180) != 0x80)) || (uVar7 = bfd_elf_get_dyn_lib_class(local_78[1]), (uVar7 & 4) == 0)))))) { for (; puVar1 != local_78; puVar1 = (undefined4 *)*puVar1) { if (((puVar1[1] == 0) || (uVar7 = bfd_elf_get_dyn_lib_class(puVar1[1]), (uVar7 & 1) == 0)) && (iVar8 = strcmp((char *)puVar1[2],(char *)local_78[2]), iVar8 == 0)) { if (puVar1 != local_78) goto LAB_000484a0; break; } } DAT_001c3d78 = 0; DAT_001c3de0 = local_78; DAT_001c3de4 = FUN_00047cf0; FUN_000276c0(FUN_00045020); if ((DAT_001c3d78 == 0) || (uVar7 = bfd_elf_get_dyn_lib_class(*(undefined4 *)(DAT_001c3d78 + 0x10)), (uVar7 & 1) != 0)) { puVar1 = (undefined4 *)local_78[1]; pcVar5 = (char *)local_78[2]; if (DAT_001c475c != 0) { uVar9 = dcgettext(0,"%s needed by %pB\n",5); FUN_00034d90(uVar9,pcVar5,puVar1); } if ((DAT_001c3d78 == 0) || (iVar8 = FUN_00047df0(), iVar8 == 0)) { bVar3 = false; do { pcVar22 = DAT_001c46c8; if (*pcVar5 == '/') { iVar8 = FUN_00047df0(); if (iVar8 != 0) break; } else if ((DAT_001c46c8 != (char *)0x0) && (*DAT_001c46c8 != '\0')) { sVar10 = strlen(pcVar5); do { local_68 = strchr(pcVar22,(int)DAT_001c4728); if (local_68 == (char *)0x0) { sVar25 = strlen(pcVar22); local_68 = pcVar22 + sVar25; } sVar25 = (int)local_68 - (int)pcVar22; local_84 = (char *)xmalloc(sVar10 + 2 + sVar25); pcVar16 = local_84; if (pcVar22 != local_68) { memcpy(local_84,pcVar22,sVar25); local_84[sVar25] = '/'; pcVar16 = local_84 + sVar25 + 1; } pcVar22 = (char *)0x0; strcpy(pcVar16,pcVar5); while (pcVar22 = strchr(local_84 + (int)pcVar22,0x24), pcVar22 != (char *)0x0) { pcVar16 = strchr(pcVar22,0x2f); sVar25 = strlen(local_84); if (pcVar16 != (char *)0x0) { *pcVar16 = '\0'; } bVar20 = pcVar22[1]; pcVar15 = pcVar22 + 1; if (bVar20 == 0x7b) { bVar20 = pcVar22[2]; pcVar15 = pcVar22 + 2; } pbVar17 = (byte *)(pcVar15 + 1); bVar29 = bVar20 < 0x4c; bVar30 = bVar20 == 0x4c; if (bVar30) { iVar8 = 3; pbVar23 = pbVar17; pbVar26 = (byte *)0x701f6; do { if (iVar8 == 0) break; iVar8 = iVar8 + -1; bVar29 = *pbVar23 < *pbVar26; bVar30 = *pbVar23 == *pbVar26; pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1; pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1; } while (bVar30); bVar28 = false; bVar29 = (!bVar29 && !bVar30) == bVar29; if (!bVar29) { iVar8 = 4; pbVar23 = &DAT_000af890; do { if (iVar8 == 0) break; iVar8 = iVar8 + -1; bVar28 = *pbVar17 < *pbVar23; bVar29 = *pbVar17 == *pbVar23; pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1; pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1; } while (bVar29); if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7; } sVar13 = 3; pcVar27 = (char *)0x0; pcVar15 = "lib"; LAB_00048700: pcVar12 = (char *)xmalloc(sVar13 + sVar25); iVar8 = (int)pcVar22 - (int)local_84; if (pcVar16 == (char *)0x0) { sprintf(pcVar12,"%.*s%s",iVar8,local_84,pcVar15); sVar25 = strlen(pcVar15); pcVar22 = (char *)(iVar8 + sVar25); } else { sprintf(pcVar12,"%.*s%s/%s",iVar8,local_84,pcVar15,pcVar16 + 1); sVar25 = strlen(pcVar15); pcVar22 = (char *)(iVar8 + 1 + sVar25); } free(local_84); local_84 = pcVar12; } else { bVar29 = bVar20 < 0x4f; bVar30 = bVar20 == 0x4f; if (bVar30) { iVar8 = 6; pbVar23 = pbVar17; pbVar26 = (byte *)0x704cc; do { if (iVar8 == 0) break; iVar8 = iVar8 + -1; bVar29 = *pbVar23 < *pbVar26; bVar30 = *pbVar23 == *pbVar26; pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1; pbVar26 = pbVar26 + (uint)bVar31 * -2 + 1; } while (bVar30); bVar28 = false; bVar29 = (!bVar29 && !bVar30) == bVar29; if (!bVar29) { iVar8 = 7; pbVar23 = (byte *)"RIGIN}"; do { if (iVar8 == 0) break; iVar8 = iVar8 + -1; bVar28 = *pbVar17 < *pbVar23; bVar29 = *pbVar17 == *pbVar23; pbVar17 = pbVar17 + (uint)bVar31 * -2 + 1; pbVar23 = pbVar23 + (uint)bVar31 * -2 + 1; } while (bVar29); if ((!bVar28 && !bVar29) != bVar28) goto LAB_000487e7; } puVar11 = puVar1; if (((puVar1 != (undefined4 *)0x0) || (puVar11 = DAT_001c4614, DAT_001c4614 != (undefined4 *)0x0)) && (pcVar27 = (char *)*puVar11, pcVar27 != (char *)0x0)) { if (*pcVar27 == '/') { pcVar15 = (char *)xstrdup(pcVar27); } else { pcVar12 = (char *)getpwd(); sVar13 = strlen(pcVar27); sVar14 = strlen(pcVar12); pcVar15 = (char *)xmalloc(sVar13 + 2 + sVar14); sprintf(pcVar15,"%s/%s",pcVar12,pcVar27); } pcVar27 = strrchr(pcVar15,0x2f); if (pcVar27 != (char *)0x0) { *pcVar27 = '\0'; } sVar13 = strlen(pcVar15); pcVar27 = pcVar15; goto LAB_00048700; } } LAB_000487e7: if (DAT_001c475c != 0) { uVar9 = dcgettext(0, "unrecognised or unsupported token \'%s\' in search path\n" ,5); FUN_00034d90(uVar9,pcVar22); } if (pcVar16 != (char *)0x0) { *pcVar16 = '/'; } pcVar27 = (char *)0x0; pcVar22 = pcVar22 + (1 - (int)local_84); } free(pcVar27); } iVar8 = FUN_00047df0(); if (iVar8 != 0) goto LAB_000484a0; free(local_84); if (*local_68 == '\0') break; pcVar22 = local_68 + 1; } while( true ); } sVar10 = strlen((char *)local_78[2]); if (DAT_001c4804 != (int *)0x0) { piVar24 = DAT_001c4804; do { if (piVar24[2] == 0) { sVar25 = strlen((char *)piVar24[1]); pcVar22 = (char *)xmalloc(sVar25 + sVar10 + 2); sprintf(pcVar22,"%s/%s",piVar24[1],local_78[2]); iVar8 = FUN_00047df0(); if (iVar8 != 0) goto LAB_000484a0; free(pcVar22); } piVar24 = (int *)*piVar24; } while (piVar24 != (int *)0x0); } if (bVar3) goto code_r0x00048a13; bVar3 = true; } while( true ); } } } goto LAB_000484a0; } LAB_000484b2: if (((DAT_001c45e3 & 0xc0) == 0x80) && (iVar8 = bfd_elf_parse_eh_frame_entries(0,&DAT_001c45e0), iVar8 == 0)) { uVar9 = dcgettext(0,"%F%P: failed to parse EH frame entries\n",5); FUN_00034dc0(uVar9); } } } return; code_r0x00048a13: uVar9 = local_78[1]; uVar2 = local_78[2]; uVar18 = dcgettext(0, "%P: warning: %s, needed by %pB, not found (try using -rpath or -rpath-link)\n" ,5); FUN_00034dc0(uVar18,uVar2,uVar9); LAB_000484a0: local_78 = (undefined4 *)*local_78; if (local_78 == (undefined4 *)0x0) goto LAB_000484b2; goto LAB_00048360; }
10_alpha-linux-gnu-ld_and_alpha-linux-gnu-ld_strip.c
strcmp
strcmp
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int strcmp(char *__s1,char *__s2) { int iVar1; iVar1 = (*(code *)PTR_strcmp_0009302c)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int strcmp(char *__s1,char *__s2) { int iVar1; iVar1 = (*(code *)PTR_strcmp_0009302c)(); return iVar1; }
JMP dword ptr [EBX + 0x2c]
null
null
null
null
[(u'INDIRECT_-1205976813', u'COPY_-1205976872'), (u'CALLIND_-1205976886', u'RETURN_-1205976883'), (u'CAST_-1205976806', u'CALLIND_-1205976886'), (u'CALLIND_-1205976886', u'INDIRECT_-1205976813'), ('tmp_72', u'CAST_-1205976806'), ('const-0', u'RETURN_-1205976883')]
[(u'INDIRECT_-1205976813', u'COPY_-1205976872'), (u'CALLIND_-1205976886', u'RETURN_-1205976883'), (u'CAST_-1205976806', u'CALLIND_-1205976886'), (u'CALLIND_-1205976886', u'INDIRECT_-1205976813'), ('tmp_72', u'CAST_-1205976806'), ('const-0', u'RETURN_-1205976883')]
null
null
000140c0
x86
O3
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint strcmp(char *__s1,char *__s2)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strcmp_0009302c)();\n return iVar1;\n}\n\n" comment (function_definition "int strcmp(char *__s1,char *__s2)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strcmp_0009302c)();\n return iVar1;\n}" primitive_type (function_declarator "strcmp(char *__s1,char *__s2)" identifier (parameter_list "(char *__s1,char *__s2)" ( (parameter_declaration "char *__s1" primitive_type (pointer_declarator "*__s1" * identifier)) , (parameter_declaration "char *__s2" primitive_type (pointer_declarator "*__s2" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strcmp_0009302c)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_strcmp_0009302c)();" (assignment_expression "iVar1 = (*(code *)PTR_strcmp_0009302c)()" identifier = (call_expression "(*(code *)PTR_strcmp_0009302c)()" (parenthesized_expression "(*(code *)PTR_strcmp_0009302c)" ( (pointer_expression "*(code *)PTR_strcmp_0009302c" * (cast_expression "(code *)PTR_strcmp_0009302c" ( (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 strcmp(char *__s1,char *__s2)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strcmp_0009302c)();\n return iVar1;\n}\n\n" comment (function_definition "int strcmp(char *__s1,char *__s2)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strcmp_0009302c)();\n return iVar1;\n}" primitive_type (function_declarator "strcmp(char *__s1,char *__s2)" identifier (parameter_list "(char *__s1,char *__s2)" ( (parameter_declaration "char *__s1" primitive_type (pointer_declarator "*__s1" * identifier)) , (parameter_declaration "char *__s2" primitive_type (pointer_declarator "*__s2" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strcmp_0009302c)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_strcmp_0009302c)();" (assignment_expression "iVar1 = (*(code *)PTR_strcmp_0009302c)()" identifier = (call_expression "(*(code *)PTR_strcmp_0009302c)()" (parenthesized_expression "(*(code *)PTR_strcmp_0009302c)" ( (pointer_expression "*(code *)PTR_strcmp_0009302c" * (cast_expression "(code *)PTR_strcmp_0009302c" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
(translation_unit "int strcmp(char *__s1,char *__s2)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strcmp_0009302c)();\n return iVar1;\n}\n\n" (function_definition "int strcmp(char *__s1,char *__s2)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strcmp_0009302c)();\n return iVar1;\n}" primitive_type (function_declarator "strcmp(char *__s1,char *__s2)" identifier (parameter_list "(char *__s1,char *__s2)" ( (parameter_declaration "char *__s1" primitive_type (pointer_declarator "*__s1" * identifier)) , (parameter_declaration "char *__s2" primitive_type (pointer_declarator "*__s2" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strcmp_0009302c)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_strcmp_0009302c)();" (assignment_expression "iVar1 = (*(code *)PTR_strcmp_0009302c)()" identifier = (call_expression "(*(code *)PTR_strcmp_0009302c)()" (parenthesized_expression "(*(code *)PTR_strcmp_0009302c)" ( (pointer_expression "*(code *)PTR_strcmp_0009302c" * (cast_expression "(code *)PTR_strcmp_0009302c" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( )))) ;) (return_statement return IDENT ;) })))
(function_definition "int strcmp(char *__s1,char *__s2)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strcmp_0009302c)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "strcmp(char *__s1,char *__s2)" (identifier "strcmp") (parameter_list "(char *__s1,char *__s2)" (( "(") (parameter_declaration "char *__s1" (primitive_type "char") (pointer_declarator "*__s1" (* "*") (identifier "__s1"))) (, ",") (parameter_declaration "char *__s2" (primitive_type "char") (pointer_declarator "*__s2" (* "*") (identifier "__s2"))) () ")"))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strcmp_0009302c)();\n return iVar1;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (expression_statement "iVar1 = (*(code *)PTR_strcmp_0009302c)();" (assignment_expression "iVar1 = (*(code *)PTR_strcmp_0009302c)()" (identifier "iVar1") (= "=") (call_expression "(*(code *)PTR_strcmp_0009302c)()" (parenthesized_expression "(*(code *)PTR_strcmp_0009302c)" (( "(") (pointer_expression "*(code *)PTR_strcmp_0009302c" (* "*") (cast_expression "(code *)PTR_strcmp_0009302c" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_strcmp_0009302c"))) () ")")) (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) { int iVar1; iVar1 = (*(type_1 *)PTR_strcmp_0009302c)(); 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))))) 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) { int iVar1; iVar1 = (*(code *)PTR_MASKED_0009302c)(); return iVar1; }
7511_x86_64-linux-gnu-dwp_and_x86_64-linux-gnu-dwp_strip.c
wifstream
FUN_001b49e0
/* std::wifstream::wifstream(char const*, std::_Ios_Openmode) */ void __thiscall std::wifstream::wifstream(wifstream *this,char *param_1,_Ios_Openmode param_2) { wfilebuf *this_00; ios_base *this_01; int iVar1; wios *this_02; int unaff_EDI; __x86_get_pc_thunk_di(); this_01 = (ios_base *)(this + 0x94); ios_base::ios_base(this_01); *(undefined4 *)(this + 0x104) = 0; *(undefined4 *)(this + 0x108) = 0; this[0x10c] = (wifstream)0x0; *(undefined4 *)(this + 0x110) = 0; *(undefined4 *)(this + 0x114) = 0; *(undefined4 *)(this + 0x118) = 0; *(undefined4 *)(this + 0x11c) = 0; *(int *)this = unaff_EDI + 0x14b07b; *(int *)(this + 0x94) = unaff_EDI + 0x14b08f; *(undefined4 *)(this + 4) = 0; /* try { // try from 001b4a70 to 001b4a74 has its CatchHandler @ 001b4b01 */ wios::init((wios *)this_01,(wstreambuf *)0x0); this_00 = (wfilebuf *)(this + 8); *(int *)this = unaff_EDI + 0x14b0b3; *(int *)(this + 0x94) = unaff_EDI + 0x14b0c7; /* try { // try from 001b4a92 to 001b4a96 has its CatchHandler @ 001b4aff */ wfilebuf::wfilebuf(this_00); /* try { // try from 001b4a9f to 001b4af1 has its CatchHandler @ 001b4afd */ wios::init((wios *)this_01,(wstreambuf *)this_00); iVar1 = wfilebuf::open(this_00,param_1,param_2 | _S_in); this_02 = (wios *)(this + *(int *)(*(int *)this + -0xc)); if (iVar1 != 0) { wios::clear(this_02,_S_goodbit); return; } wios::clear(this_02,*(_Ios_Iostate *)(this_02 + 0x14) | _S_failbit); return; }
void FUN_001b49e0(int *param_1,undefined4 param_2,uint param_3) { int *piVar1; int *piVar2; int iVar3; int iVar4; int unaff_EDI; FUN_0004fb7e(); piVar2 = param_1 + 0x25; FUN_001c5690(piVar2); param_1[0x41] = 0; param_1[0x42] = 0; *(undefined1 *)(param_1 + 0x43) = 0; param_1[0x44] = 0; param_1[0x45] = 0; param_1[0x46] = 0; param_1[0x47] = 0; *param_1 = unaff_EDI + 0x14b07b; param_1[0x25] = unaff_EDI + 0x14b08f; param_1[1] = 0; /* try { // try from 001b4a70 to 001b4a74 has its CatchHandler @ 001b4b01 */ FUN_001ab7c0(piVar2,0); piVar1 = param_1 + 2; *param_1 = unaff_EDI + 0x14b0b3; param_1[0x25] = unaff_EDI + 0x14b0c7; /* try { // try from 001b4a92 to 001b4a96 has its CatchHandler @ 001b4aff */ FUN_001aec40(piVar1); /* try { // try from 001b4a9f to 001b4af1 has its CatchHandler @ 001b4afd */ FUN_001ab7c0(piVar2,piVar1); iVar3 = FUN_001b3ed0(piVar1,param_2,param_3 | 8); iVar4 = *(int *)(*param_1 + -0xc) + (int)param_1; if (iVar3 != 0) { FUN_001ab090(iVar4,0); return; } FUN_001ab090(iVar4,*(uint *)(iVar4 + 0x14) | 4); return; }
PUSH EBP MOV EBP,ESP PUSH EDI CALL 0x0004fb7e ADD EDI,0x14d617 PUSH ESI PUSH EBX SUB ESP,0x28 MOV ESI,dword ptr [EBP + 0x8] LEA EAX,[ESI + 0x94] MOV EBX,EDI PUSH EAX MOV dword ptr [EBP + -0x20],EAX CALL 0x001c5690 LEA ECX,[EDI + 0xffffda64] LEA EAX,[EDI + 0xffffda78] MOV dword ptr [ESI + 0x104],0x0 MOV dword ptr [ESI + 0x108],0x0 MOV byte ptr [ESI + 0x10c],0x0 MOV dword ptr [ESI + 0x110],0x0 MOV dword ptr [ESI + 0x114],0x0 MOV dword ptr [ESI + 0x118],0x0 MOV dword ptr [ESI + 0x11c],0x0 MOV dword ptr [ESI],ECX MOV dword ptr [ESI + 0x94],EAX MOV dword ptr [ESI + 0x4],0x0 POP EAX POP EDX PUSH 0x0 PUSH dword ptr [EBP + -0x20] MOV dword ptr [EBP + -0x24],ECX CALL 0x001ab7c0 LEA EAX,[EDI + 0xffffda90] LEA ECX,[ESI + 0x8] MOV dword ptr [EBP + -0x1c],ECX LEA EDX,[EAX + 0xc] ADD EAX,0x20 MOV dword ptr [ESI],EDX MOV dword ptr [ESI + 0x94],EAX MOV dword ptr [ESP],ECX CALL 0x001aec40 POP EDX POP ECX PUSH dword ptr [EBP + -0x1c] PUSH dword ptr [EBP + -0x20] CALL 0x001ab7c0 MOV EAX,dword ptr [EBP + 0x10] ADD ESP,0xc OR EAX,0x8 PUSH EAX PUSH dword ptr [EBP + 0xc] PUSH dword ptr [EBP + -0x1c] CALL 0x001b3ed0 MOV EDX,dword ptr [ESI] ADD ESP,0x10 MOV EBX,dword ptr [EDX + -0xc] ADD EBX,ESI TEST EAX,EAX JZ 0x001b4ae0 SUB ESP,0x8 PUSH 0x0 PUSH EBX MOV EBX,EDI CALL 0x001ab090 ADD ESP,0x10 LEA ESP,[EBP + -0xc] POP EBX POP ESI POP EDI POP EBP RET MOV EAX,dword ptr [EBX + 0x14] SUB ESP,0x8 OR EAX,0x4 PUSH EAX PUSH EBX MOV EBX,EDI CALL 0x001ab090 ADD ESP,0x10 LEA ESP,[EBP + -0xc] POP EBX POP ESI POP EDI POP EBP RET
null
null
null
null
[(u'LOAD_-1207678070', u'PTRADD_-1207678000'), ('const-1', u'PTRADD_-1207678170'), ('tmp_922', u'CAST_-1207677716'), ('const-0', u'CALL_-1207678242'), ('const-8', u'PTRADD_-1207678170'), (u'INT_OR_-1207677920', u'CALL_-1207677918'), (u'PTRADD_-1207678290', u'CAST_-1207677760'), ('tmp_923', u'CALL_-1207678088'), (u'CAST_-1207677706', u'STORE_-1207678285'), (u'CAST_-1207677749', u'STORE_-1207678337'), ('tmp_922', u'PTRADD_-1207678000'), ('const-148', u'PTRADD_-1207678234'), ('const-417', u'LOAD_-1207678070'), ('const-417', u'LOAD_-1207678087'), (u'CAST_-1207677688', u'CALL_-1207678242'), ('tmp_922', u'PTRADD_-1207678371'), ('tmp_922', u'PTRADD_-1207678225'), (u'CAST_-1207677676', u'CALL_-1207678088'), (u'INT_ADD_-1207678205', u'STORE_-1207678203'), ('const-417', u'STORE_-1207678386'), (u'CAST_-1207677789', u'STORE_-1207678386'), ('tmp_1241', u'INT_ADD_-1207678198'), ('const-20', u'PTRADD_-1207677903'), ('tmp_922', u'PTRADD_-1207678251'), ('const-417', u'STORE_-1207678337'), ('tmp_1241', u'INT_ADD_-1207678380'), (u'INT_OR_-1207678099', u'CALL_-1207678088'), (u'CAST_-1207677609', u'LOAD_-1207678087'), (u'CAST_-1207677676', u'CALL_-1207678180'), ('const-280', u'PTRADD_-1207678264'), (u'CAST_-1207677599', u'CALL_-1207678009'), ('const-0', u'STORE_-1207678324'), (u'PTRADD_-1207678000', u'CAST_-1207677599'), (u'CAST_-1207677819', u'CALL_-1207678406'), ('const-1', u'PTRADD_-1207678300'), ('const-417', u'LOAD_-1207677965'), (u'PTRADD_-1207678326', u'CAST_-1207677789'), (u'LOAD_-1207677965', u'INT_OR_-1207677920'), ('const-417', u'STORE_-1207678350'), (u'CAST_-1207677567', u'LOAD_-1207677965'), ('const-0', u'STORE_-1207678360'), ('const-4', u'PTRADD_-1207678225'), ('const-1', u'PTRADD_-1207678000'), (u'CAST_-1207677637', u'CALL_-1207678146'), (u'INT_NOTEQUAL_-1207678040', u'CBRANCH_-1207678040'), (u'CALL_-1207678088', u'INT_NOTEQUAL_-1207678040'), (u'PTRADD_-1207678225', u'CAST_-1207677706'), (u'CAST_-1207677599', u'PTRADD_-1207677903'), (u'PTRADD_-1207678371', u'CAST_-1207677819'), ('const-1355955', u'INT_ADD_-1207678205'), ('const-276', u'PTRADD_-1207678277'), (u'LOAD_-1207678087', u'INT_ADD_-1207678054'), (u'CAST_-1207677713', u'STORE_-1207678294'), ('const-148', u'PTRADD_-1207678371'), ('const-417', u'STORE_-1207678373'), (u'PTRADD_-1207678170', u'CAST_-1207677676'), ('const-417', u'STORE_-1207678294'), (u'CAST_-1207677760', u'STORE_-1207678350'), ('const-417', u'STORE_-1207678311'), ('tmp_922', u'PTRADD_-1207678313'), (u'CAST_-1207677819', u'CAST_-1207677688'), (u'CAST_-1207677663', u'STORE_-1207678203'), ('const-272', u'PTRADD_-1207678290'), ('const-417', u'STORE_-1207678198'), (u'INT_ADD_-1207678054', u'CAST_-1207677603'), (u'CAST_-1207677716', u'STORE_-1207678299'), (u'PTRADD_-1207678234', u'CAST_-1207677713'), ('tmp_922', u'PTRADD_-1207678300'), ('const-1', u'PTRADD_-1207678234'), (u'CAST_-1207677819', u'CAST_-1207677637'), ('const-264', u'PTRADD_-1207678313'), ('const-417', u'STORE_-1207678299'), ('const-0', u'STORE_-1207678373'), ('const-1', u'PTRADD_-1207677903'), (u'PTRADD_-1207678277', u'CAST_-1207677749'), ('tmp_922', u'PTRADD_-1207678277'), ('const-1', u'PTRADD_-1207678251'), ('tmp_922', u'PTRADD_-1207678264'), ('const-284', u'PTRADD_-1207678251'), ('const-0', u'RETURN_-1207677961'), ('tmp_600', u'CBRANCH_-1207678040'), (u'CAST_-1207677603', u'LOAD_-1207678070'), ('const-1355899', u'INT_ADD_-1207678388'), ('const-268', u'PTRADD_-1207678300'), (u'INT_ADD_-1207678388', u'STORE_-1207678299'), ('const-0', u'INT_NOTEQUAL_-1207678040'), ('const-0', u'STORE_-1207678337'), ('const-1', u'PTRADD_-1207678290'), (u'INT_ADD_-1207678198', u'STORE_-1207678198'), ('tmp_1241', u'INT_ADD_-1207678388'), ('const-417', u'STORE_-1207678324'), ('tmp_922', u'PTRADD_-1207678326'), ('const-1', u'PTRADD_-1207678371'), ('const-417', u'STORE_-1207678360'), ('tmp_1241', u'INT_ADD_-1207678205'), ('const-8', u'INT_OR_-1207678099'), ('const-1', u'PTRADD_-1207678225'), ('tmp_922', u'PTRADD_-1207678234'), (u'INT_ADD_-1207678380', u'STORE_-1207678294'), ('tmp_924', u'INT_OR_-1207678099'), ('const-1355919', u'INT_ADD_-1207678380'), ('const-0', u'STORE_-1207678285'), (u'PTRADD_-1207678300', u'STORE_-1207678360'), ('const-0', u'STORE_-1207678350'), ('tmp_922', u'CAST_-1207677609'), (u'PTRADD_-1207677903', u'CAST_-1207677567'), (u'PTRADD_-1207678264', u'CAST_-1207677738'), ('const-417', u'STORE_-1207678285'), (u'CAST_-1207677778', u'STORE_-1207678373'), ('const-4294967284', u'INT_ADD_-1207678054'), ('const-1', u'PTRADD_-1207678326'), ('tmp_922', u'PTRADD_-1207678290'), (u'CAST_-1207677727', u'STORE_-1207678311'), ('const-1', u'PTRADD_-1207678313'), ('const-0', u'STORE_-1207678386'), ('tmp_922', u'PTRADD_-1207678138'), (u'CAST_-1207677738', u'STORE_-1207678324'), ('const-4', u'INT_OR_-1207677920'), ('const-1', u'PTRADD_-1207678277'), (u'CAST_-1207677660', u'STORE_-1207678198'), ('const-148', u'PTRADD_-1207678138'), (u'CAST_-1207677599', u'CALL_-1207677918'), ('const-1', u'PTRADD_-1207678138'), ('tmp_922', u'CAST_-1207677663'), (u'PTRADD_-1207678251', u'CAST_-1207677727'), ('const-0', u'RETURN_-1207677870'), (u'PTRADD_-1207678313', u'CAST_-1207677778'), ('const-417', u'STORE_-1207678203'), (u'CAST_-1207677676', u'CAST_-1207677636'), ('const-0', u'STORE_-1207678311'), ('tmp_922', u'PTRADD_-1207678170'), (u'CAST_-1207677636', u'CALL_-1207678146'), ('const-1', u'PTRADD_-1207678264'), ('const-260', u'PTRADD_-1207678326'), ('const-1355975', u'INT_ADD_-1207678198'), (u'PTRADD_-1207678138', u'CAST_-1207677660'), ('const-0', u'CALL_-1207678009')]
[('const-0', u'STORE_-1207678386'), ('const-0', u'CALL_-1207678009'), (u'PTRADD_-1207677830', u'CALL_-1207678146'), (u'INT_ADD_-1207677949', u'CAST_-1207677583'), (u'CAST_-1207677615', u'INT_ADD_-1207678046'), ('tmp_1905', u'PTRADD_-1207677748'), (u'INT_OR_-1207677920', u'CALL_-1207677918'), ('const-2', u'PTRADD_-1207677688'), ('const-0', u'STORE_-1207678311'), (u'PTRADD_-1207677688', u'CALL_-1207678146'), ('const-70', u'PTRADD_-1207677748'), ('const-66', u'PTRADD_-1207677789'), (u'PTRADD_-1207677688', u'CALL_-1207678180'), ('const-37', u'PTRADD_-1207677830'), ('const-4', u'PTRADD_-1207677748'), ('tmp_1905', u'PTRADD_-1207677717'), ('const-0', u'STORE_-1207678324'), ('const-69', u'PTRADD_-1207677759'), ('const-417', u'STORE_-1207678299'), (u'INT_ADD_-1207678205', u'STORE_-1207678203'), ('tmp_1905', u'PTRADD_-1207677830'), ('const-1355975', u'INT_ADD_-1207678198'), (u'PTRADD_-1207677717', u'STORE_-1207678285'), (u'INT_OR_-1207678099', u'CALL_-1207678088'), ('const-417', u'LOAD_-1207678087'), (u'INT_ADD_-1207678046', u'CALL_-1207677918'), ('tmp_1905', u'STORE_-1207678299'), ('tmp_1905', u'CAST_-1207677615'), ('tmp_1905', u'STORE_-1207678203'), ('const-4', u'PTRADD_-1207677778'), ('const-417', u'STORE_-1207678198'), (u'LOAD_-1207677965', u'INT_OR_-1207677920'), ('const-0', u'STORE_-1207678360'), ('const-68', u'PTRADD_-1207677770'), ('tmp_1905', u'PTRADD_-1207677724'), (u'INT_NOTEQUAL_-1207678040', u'CBRANCH_-1207678040'), ('tmp_1208', u'INT_ADD_-1207678198'), ('const-4', u'PTRADD_-1207677830'), ('const-67', u'PTRADD_-1207677778'), ('const-1355955', u'INT_ADD_-1207678205'), (u'CALL_-1207678088', u'INT_NOTEQUAL_-1207678040'), (u'LOAD_-1207678070', u'INT_ADD_-1207678046'), (u'LOAD_-1207678087', u'INT_ADD_-1207678054'), ('const-20', u'INT_ADD_-1207677949'), ('const-1', u'PTRADD_-1207677717'), ('tmp_1905', u'PTRADD_-1207677800'), ('tmp_1905', u'PTRADD_-1207677737'), ('tmp_1905', u'PTRADD_-1207677688'), ('const-417', u'STORE_-1207678285'), ('const-4', u'PTRADD_-1207677800'), (u'CAST_-1207677583', u'LOAD_-1207677965'), ('const-0', u'STORE_-1207678337'), ('const-37', u'PTRADD_-1207677724'), ('const-417', u'STORE_-1207678373'), (u'INT_ADD_-1207678046', u'INT_ADD_-1207677949'), ('tmp_1905', u'LOAD_-1207678087'), ('tmp_1906', u'CALL_-1207678088'), (u'CAST_-1207677770', u'STORE_-1207678360'), (u'INT_ADD_-1207678046', u'CALL_-1207678009'), ('const-4', u'PTRADD_-1207677770'), ('const-4', u'PTRADD_-1207677737'), ('const-0', u'RETURN_-1207677961'), ('const-4', u'PTRADD_-1207677688'), (u'INT_ADD_-1207678054', u'CAST_-1207677619'), ('tmp_600', u'CBRANCH_-1207678040'), ('const-4', u'PTRADD_-1207677789'), ('const-417', u'STORE_-1207678360'), (u'INT_ADD_-1207678388', u'STORE_-1207678299'), ('const-0', u'INT_NOTEQUAL_-1207678040'), (u'PTRADD_-1207677724', u'STORE_-1207678294'), ('const-0', u'STORE_-1207678373'), (u'INT_ADD_-1207678198', u'STORE_-1207678198'), ('const-1355899', u'INT_ADD_-1207678388'), (u'PTRADD_-1207677789', u'STORE_-1207678373'), ('tmp_1905', u'PTRADD_-1207677789'), ('const-0', u'STORE_-1207678350'), ('const-8', u'INT_OR_-1207678099'), (u'PTRADD_-1207677688', u'CALL_-1207678088'), ('const-417', u'STORE_-1207678294'), (u'INT_ADD_-1207678380', u'STORE_-1207678294'), (u'CAST_-1207677619', u'LOAD_-1207678070'), ('const-4', u'PTRADD_-1207677673'), ('tmp_1905', u'PTRADD_-1207677778'), (u'PTRADD_-1207677737', u'STORE_-1207678311'), ('tmp_1907', u'INT_OR_-1207678099'), ('tmp_1208', u'INT_ADD_-1207678388'), ('const-0', u'STORE_-1207678285'), ('tmp_1905', u'PTRADD_-1207677759'), (u'PTRADD_-1207677770', u'STORE_-1207678350'), ('tmp_1208', u'INT_ADD_-1207678205'), (u'PTRADD_-1207677673', u'STORE_-1207678198'), ('const-4294967284', u'INT_ADD_-1207678054'), (u'PTRADD_-1207677778', u'CAST_-1207677770'), ('const-4', u'PTRADD_-1207677724'), ('const-4', u'PTRADD_-1207677717'), ('const-417', u'LOAD_-1207677965'), ('const-417', u'STORE_-1207678350'), ('tmp_1208', u'INT_ADD_-1207678380'), ('const-4', u'INT_OR_-1207677920'), ('const-65', u'PTRADD_-1207677800'), (u'PTRADD_-1207677830', u'CALL_-1207678406'), ('const-417', u'STORE_-1207678337'), ('const-1355919', u'INT_ADD_-1207678380'), ('const-417', u'STORE_-1207678203'), (u'PTRADD_-1207677748', u'STORE_-1207678324'), ('tmp_1905', u'PTRADD_-1207677673'), ('const-37', u'PTRADD_-1207677673'), ('const-0', u'RETURN_-1207677870'), (u'PTRADD_-1207677759', u'STORE_-1207678337'), (u'PTRADD_-1207677800', u'STORE_-1207678386'), ('tmp_1905', u'PTRADD_-1207677770'), ('const-417', u'STORE_-1207678324'), ('const-417', u'STORE_-1207678386'), ('const-417', u'STORE_-1207678311'), (u'PTRADD_-1207677830', u'CALL_-1207678242'), ('const-4', u'PTRADD_-1207677759'), ('const-417', u'LOAD_-1207678070'), ('const-0', u'CALL_-1207678242'), ('const-71', u'PTRADD_-1207677737')]
null
null
001b49e0
x86
O3
(translation_unit "void FUN_001b49e0(int *param_1,undefined4 param_2,uint param_3)\n\n{\n int *piVar1;\n int *piVar2;\n int iVar3;\n int iVar4;\n int unaff_EDI;\n \n FUN_0004fb7e();\n piVar2 = param_1 + 0x25;\n FUN_001c5690(piVar2);\n param_1[0x41] = 0;\n param_1[0x42] = 0;\n *(undefined1 *)(param_1 + 0x43) = 0;\n param_1[0x44] = 0;\n param_1[0x45] = 0;\n param_1[0x46] = 0;\n param_1[0x47] = 0;\n *param_1 = unaff_EDI + 0x14b07b;\n param_1[0x25] = unaff_EDI + 0x14b08f;\n param_1[1] = 0;\n /* try { // try from 001b4a70 to 001b4a74 has its CatchHandler @ 001b4b01 */\n FUN_001ab7c0(piVar2,0);\n piVar1 = param_1 + 2;\n *param_1 = unaff_EDI + 0x14b0b3;\n param_1[0x25] = unaff_EDI + 0x14b0c7;\n /* try { // try from 001b4a92 to 001b4a96 has its CatchHandler @ 001b4aff */\n FUN_001aec40(piVar1);\n /* try { // try from 001b4a9f to 001b4af1 has its CatchHandler @ 001b4afd */\n FUN_001ab7c0(piVar2,piVar1);\n iVar3 = FUN_001b3ed0(piVar1,param_2,param_3 | 8);\n iVar4 = *(int *)(*param_1 + -0xc) + (int)param_1;\n if (iVar3 != 0) {\n FUN_001ab090(iVar4,0);\n return;\n }\n FUN_001ab090(iVar4,*(uint *)(iVar4 + 0x14) | 4);\n return;\n}\n\n" (function_definition "void FUN_001b49e0(int *param_1,undefined4 param_2,uint param_3)\n\n{\n int *piVar1;\n int *piVar2;\n int iVar3;\n int iVar4;\n int unaff_EDI;\n \n FUN_0004fb7e();\n piVar2 = param_1 + 0x25;\n FUN_001c5690(piVar2);\n param_1[0x41] = 0;\n param_1[0x42] = 0;\n *(undefined1 *)(param_1 + 0x43) = 0;\n param_1[0x44] = 0;\n param_1[0x45] = 0;\n param_1[0x46] = 0;\n param_1[0x47] = 0;\n *param_1 = unaff_EDI + 0x14b07b;\n param_1[0x25] = unaff_EDI + 0x14b08f;\n param_1[1] = 0;\n /* try { // try from 001b4a70 to 001b4a74 has its CatchHandler @ 001b4b01 */\n FUN_001ab7c0(piVar2,0);\n piVar1 = param_1 + 2;\n *param_1 = unaff_EDI + 0x14b0b3;\n param_1[0x25] = unaff_EDI + 0x14b0c7;\n /* try { // try from 001b4a92 to 001b4a96 has its CatchHandler @ 001b4aff */\n FUN_001aec40(piVar1);\n /* try { // try from 001b4a9f to 001b4af1 has its CatchHandler @ 001b4afd */\n FUN_001ab7c0(piVar2,piVar1);\n iVar3 = FUN_001b3ed0(piVar1,param_2,param_3 | 8);\n iVar4 = *(int *)(*param_1 + -0xc) + (int)param_1;\n if (iVar3 != 0) {\n FUN_001ab090(iVar4,0);\n return;\n }\n FUN_001ab090(iVar4,*(uint *)(iVar4 + 0x14) | 4);\n return;\n}" primitive_type (function_declarator "FUN_001b49e0(int *param_1,undefined4 param_2,uint param_3)" identifier (parameter_list "(int *param_1,undefined4 param_2,uint param_3)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "uint param_3" type_identifier identifier) ))) (compound_statement "{\n int *piVar1;\n int *piVar2;\n int iVar3;\n int iVar4;\n int unaff_EDI;\n \n FUN_0004fb7e();\n piVar2 = param_1 + 0x25;\n FUN_001c5690(piVar2);\n param_1[0x41] = 0;\n param_1[0x42] = 0;\n *(undefined1 *)(param_1 + 0x43) = 0;\n param_1[0x44] = 0;\n param_1[0x45] = 0;\n param_1[0x46] = 0;\n param_1[0x47] = 0;\n *param_1 = unaff_EDI + 0x14b07b;\n param_1[0x25] = unaff_EDI + 0x14b08f;\n param_1[1] = 0;\n /* try { // try from 001b4a70 to 001b4a74 has its CatchHandler @ 001b4b01 */\n FUN_001ab7c0(piVar2,0);\n piVar1 = param_1 + 2;\n *param_1 = unaff_EDI + 0x14b0b3;\n param_1[0x25] = unaff_EDI + 0x14b0c7;\n /* try { // try from 001b4a92 to 001b4a96 has its CatchHandler @ 001b4aff */\n FUN_001aec40(piVar1);\n /* try { // try from 001b4a9f to 001b4af1 has its CatchHandler @ 001b4afd */\n FUN_001ab7c0(piVar2,piVar1);\n iVar3 = FUN_001b3ed0(piVar1,param_2,param_3 | 8);\n iVar4 = *(int *)(*param_1 + -0xc) + (int)param_1;\n if (iVar3 != 0) {\n FUN_001ab090(iVar4,0);\n return;\n }\n FUN_001ab090(iVar4,*(uint *)(iVar4 + 0x14) | 4);\n return;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "int unaff_EDI;" primitive_type identifier ;) (expression_statement "FUN_0004fb7e();" (call_expression "FUN_0004fb7e()" identifier (argument_list "()" ( ))) ;) (expression_statement "piVar2 = param_1 + 0x25;" (assignment_expression "piVar2 = param_1 + 0x25" identifier = (binary_expression "param_1 + 0x25" identifier + number_literal)) ;) (expression_statement "FUN_001c5690(piVar2);" (call_expression "FUN_001c5690(piVar2)" identifier (argument_list "(piVar2)" ( identifier ))) ;) (expression_statement "param_1[0x41] = 0;" (assignment_expression "param_1[0x41] = 0" (subscript_expression "param_1[0x41]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x42] = 0;" (assignment_expression "param_1[0x42] = 0" (subscript_expression "param_1[0x42]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(undefined1 *)(param_1 + 0x43) = 0;" (assignment_expression "*(undefined1 *)(param_1 + 0x43) = 0" (pointer_expression "*(undefined1 *)(param_1 + 0x43)" * (cast_expression "(undefined1 *)(param_1 + 0x43)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x43)" ( (binary_expression "param_1 + 0x43" identifier + number_literal) )))) = number_literal) ;) (expression_statement "param_1[0x44] = 0;" (assignment_expression "param_1[0x44] = 0" (subscript_expression "param_1[0x44]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x45] = 0;" (assignment_expression "param_1[0x45] = 0" (subscript_expression "param_1[0x45]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x46] = 0;" (assignment_expression "param_1[0x46] = 0" (subscript_expression "param_1[0x46]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x47] = 0;" (assignment_expression "param_1[0x47] = 0" (subscript_expression "param_1[0x47]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*param_1 = unaff_EDI + 0x14b07b;" (assignment_expression "*param_1 = unaff_EDI + 0x14b07b" (pointer_expression "*param_1" * identifier) = (binary_expression "unaff_EDI + 0x14b07b" identifier + number_literal)) ;) (expression_statement "param_1[0x25] = unaff_EDI + 0x14b08f;" (assignment_expression "param_1[0x25] = unaff_EDI + 0x14b08f" (subscript_expression "param_1[0x25]" identifier [ number_literal ]) = (binary_expression "unaff_EDI + 0x14b08f" 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) ;) comment (expression_statement "FUN_001ab7c0(piVar2,0);" (call_expression "FUN_001ab7c0(piVar2,0)" identifier (argument_list "(piVar2,0)" ( identifier , number_literal ))) ;) (expression_statement "piVar1 = param_1 + 2;" (assignment_expression "piVar1 = param_1 + 2" identifier = (binary_expression "param_1 + 2" identifier + number_literal)) ;) (expression_statement "*param_1 = unaff_EDI + 0x14b0b3;" (assignment_expression "*param_1 = unaff_EDI + 0x14b0b3" (pointer_expression "*param_1" * identifier) = (binary_expression "unaff_EDI + 0x14b0b3" identifier + number_literal)) ;) (expression_statement "param_1[0x25] = unaff_EDI + 0x14b0c7;" (assignment_expression "param_1[0x25] = unaff_EDI + 0x14b0c7" (subscript_expression "param_1[0x25]" identifier [ number_literal ]) = (binary_expression "unaff_EDI + 0x14b0c7" identifier + number_literal)) ;) comment (expression_statement "FUN_001aec40(piVar1);" (call_expression "FUN_001aec40(piVar1)" identifier (argument_list "(piVar1)" ( identifier ))) ;) comment (expression_statement "FUN_001ab7c0(piVar2,piVar1);" (call_expression "FUN_001ab7c0(piVar2,piVar1)" identifier (argument_list "(piVar2,piVar1)" ( identifier , identifier ))) ;) (expression_statement "iVar3 = FUN_001b3ed0(piVar1,param_2,param_3 | 8);" (assignment_expression "iVar3 = FUN_001b3ed0(piVar1,param_2,param_3 | 8)" identifier = (call_expression "FUN_001b3ed0(piVar1,param_2,param_3 | 8)" identifier (argument_list "(piVar1,param_2,param_3 | 8)" ( identifier , identifier , (binary_expression "param_3 | 8" identifier | number_literal) )))) ;) (expression_statement "iVar4 = *(int *)(*param_1 + -0xc) + (int)param_1;" (assignment_expression "iVar4 = *(int *)(*param_1 + -0xc) + (int)param_1" identifier = (binary_expression "*(int *)(*param_1 + -0xc) + (int)param_1" (pointer_expression "*(int *)(*param_1 + -0xc)" * (cast_expression "(int *)(*param_1 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + -0xc)" ( (binary_expression "*param_1 + -0xc" (pointer_expression "*param_1" * identifier) + number_literal) )))) + (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier))) ;) (if_statement "if (iVar3 != 0) {\n FUN_001ab090(iVar4,0);\n return;\n }" if (parenthesized_expression "(iVar3 != 0)" ( (binary_expression "iVar3 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_001ab090(iVar4,0);\n return;\n }" { (expression_statement "FUN_001ab090(iVar4,0);" (call_expression "FUN_001ab090(iVar4,0)" identifier (argument_list "(iVar4,0)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })) (expression_statement "FUN_001ab090(iVar4,*(uint *)(iVar4 + 0x14) | 4);" (call_expression "FUN_001ab090(iVar4,*(uint *)(iVar4 + 0x14) | 4)" identifier (argument_list "(iVar4,*(uint *)(iVar4 + 0x14) | 4)" ( identifier , (binary_expression "*(uint *)(iVar4 + 0x14) | 4" (pointer_expression "*(uint *)(iVar4 + 0x14)" * (cast_expression "(uint *)(iVar4 + 0x14)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0x14)" ( (binary_expression "iVar4 + 0x14" identifier + number_literal) )))) | number_literal) ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* std::wifstream::wifstream(char const*, std::_Ios_Openmode) */\n\nvoid __thiscall std::wifstream::wifstream(wifstream *this,char *param_1,_Ios_Openmode param_2)\n\n{\n wfilebuf *this_00;\n ios_base *this_01;\n int iVar1;\n wios *this_02;\n int unaff_EDI;\n \n __x86_get_pc_thunk_di();\n this_01 = (ios_base *)(this + 0x94);\n ios_base::ios_base(this_01);\n *(undefined4 *)(this + 0x104) = 0;\n *(undefined4 *)(this + 0x108) = 0;\n this[0x10c] = (wifstream)0x0;\n *(undefined4 *)(this + 0x110) = 0;\n *(undefined4 *)(this + 0x114) = 0;\n *(undefined4 *)(this + 0x118) = 0;\n *(undefined4 *)(this + 0x11c) = 0;\n *(int *)this = unaff_EDI + 0x14b07b;\n *(int *)(this + 0x94) = unaff_EDI + 0x14b08f;\n *(undefined4 *)(this + 4) = 0;\n /* try { // try from 001b4a70 to 001b4a74 has its CatchHandler @ 001b4b01 */\n wios::init((wios *)this_01,(wstreambuf *)0x0);\n this_00 = (wfilebuf *)(this + 8);\n *(int *)this = unaff_EDI + 0x14b0b3;\n *(int *)(this + 0x94) = unaff_EDI + 0x14b0c7;\n /* try { // try from 001b4a92 to 001b4a96 has its CatchHandler @ 001b4aff */\n wfilebuf::wfilebuf(this_00);\n /* try { // try from 001b4a9f to 001b4af1 has its CatchHandler @ 001b4afd */\n wios::init((wios *)this_01,(wstreambuf *)this_00);\n iVar1 = wfilebuf::open(this_00,param_1,param_2 | _S_in);\n this_02 = (wios *)(this + *(int *)(*(int *)this + -0xc));\n if (iVar1 != 0) {\n wios::clear(this_02,_S_goodbit);\n return;\n }\n wios::clear(this_02,*(_Ios_Iostate *)(this_02 + 0x14) | _S_failbit);\n return;\n}\n\n" comment (function_definition "void __thiscall std::wifstream::wifstream(wifstream *this,char *param_1,_Ios_Openmode param_2)\n\n{\n wfilebuf *this_00;\n ios_base *this_01;\n int iVar1;\n wios *this_02;\n int unaff_EDI;\n \n __x86_get_pc_thunk_di();\n this_01 = (ios_base *)(this + 0x94);\n ios_base::ios_base(this_01);\n *(undefined4 *)(this + 0x104) = 0;\n *(undefined4 *)(this + 0x108) = 0;\n this[0x10c] = (wifstream)0x0;\n *(undefined4 *)(this + 0x110) = 0;\n *(undefined4 *)(this + 0x114) = 0;\n *(undefined4 *)(this + 0x118) = 0;\n *(undefined4 *)(this + 0x11c) = 0;\n *(int *)this = unaff_EDI + 0x14b07b;\n *(int *)(this + 0x94) = unaff_EDI + 0x14b08f;\n *(undefined4 *)(this + 4) = 0;\n /* try { // try from 001b4a70 to 001b4a74 has its CatchHandler @ 001b4b01 */\n wios::init((wios *)this_01,(wstreambuf *)0x0);\n this_00 = (wfilebuf *)(this + 8);\n *(int *)this = unaff_EDI + 0x14b0b3;\n *(int *)(this + 0x94) = unaff_EDI + 0x14b0c7;\n /* try { // try from 001b4a92 to 001b4a96 has its CatchHandler @ 001b4aff */\n wfilebuf::wfilebuf(this_00);\n /* try { // try from 001b4a9f to 001b4af1 has its CatchHandler @ 001b4afd */\n wios::init((wios *)this_01,(wstreambuf *)this_00);\n iVar1 = wfilebuf::open(this_00,param_1,param_2 | _S_in);\n this_02 = (wios *)(this + *(int *)(*(int *)this + -0xc));\n if (iVar1 != 0) {\n wios::clear(this_02,_S_goodbit);\n return;\n }\n wios::clear(this_02,*(_Ios_Iostate *)(this_02 + 0x14) | _S_failbit);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::wifstream::" identifier : : identifier : :) (function_declarator "wifstream(wifstream *this,char *param_1,_Ios_Openmode param_2)" identifier (parameter_list "(wifstream *this,char *param_1,_Ios_Openmode param_2)" ( (parameter_declaration "wifstream *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "char *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "_Ios_Openmode param_2" type_identifier identifier) ))) (compound_statement "{\n wfilebuf *this_00;\n ios_base *this_01;\n int iVar1;\n wios *this_02;\n int unaff_EDI;\n \n __x86_get_pc_thunk_di();\n this_01 = (ios_base *)(this + 0x94);\n ios_base::ios_base(this_01);\n *(undefined4 *)(this + 0x104) = 0;\n *(undefined4 *)(this + 0x108) = 0;\n this[0x10c] = (wifstream)0x0;\n *(undefined4 *)(this + 0x110) = 0;\n *(undefined4 *)(this + 0x114) = 0;\n *(undefined4 *)(this + 0x118) = 0;\n *(undefined4 *)(this + 0x11c) = 0;\n *(int *)this = unaff_EDI + 0x14b07b;\n *(int *)(this + 0x94) = unaff_EDI + 0x14b08f;\n *(undefined4 *)(this + 4) = 0;\n /* try { // try from 001b4a70 to 001b4a74 has its CatchHandler @ 001b4b01 */\n wios::init((wios *)this_01,(wstreambuf *)0x0);\n this_00 = (wfilebuf *)(this + 8);\n *(int *)this = unaff_EDI + 0x14b0b3;\n *(int *)(this + 0x94) = unaff_EDI + 0x14b0c7;\n /* try { // try from 001b4a92 to 001b4a96 has its CatchHandler @ 001b4aff */\n wfilebuf::wfilebuf(this_00);\n /* try { // try from 001b4a9f to 001b4af1 has its CatchHandler @ 001b4afd */\n wios::init((wios *)this_01,(wstreambuf *)this_00);\n iVar1 = wfilebuf::open(this_00,param_1,param_2 | _S_in);\n this_02 = (wios *)(this + *(int *)(*(int *)this + -0xc));\n if (iVar1 != 0) {\n wios::clear(this_02,_S_goodbit);\n return;\n }\n wios::clear(this_02,*(_Ios_Iostate *)(this_02 + 0x14) | _S_failbit);\n return;\n}" { (declaration "wfilebuf *this_00;" type_identifier (pointer_declarator "*this_00" * identifier) ;) (declaration "ios_base *this_01;" type_identifier (pointer_declarator "*this_01" * identifier) ;) (declaration "int iVar1;" primitive_type identifier ;) (declaration "wios *this_02;" type_identifier (pointer_declarator "*this_02" * identifier) ;) (declaration "int unaff_EDI;" primitive_type identifier ;) (expression_statement "__x86_get_pc_thunk_di();" (call_expression "__x86_get_pc_thunk_di()" identifier (argument_list "()" ( ))) ;) (expression_statement "this_01 = (ios_base *)(this + 0x94);" (assignment_expression "this_01 = (ios_base *)(this + 0x94)" identifier = (cast_expression "(ios_base *)(this + 0x94)" ( (type_descriptor "ios_base *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x94)" ( (binary_expression "this + 0x94" identifier + number_literal) )))) ;) (labeled_statement "ios_base::ios_base(this_01);" statement_identifier : (ERROR ":" :) (expression_statement "ios_base(this_01);" (call_expression "ios_base(this_01)" identifier (argument_list "(this_01)" ( identifier ))) ;)) (expression_statement "*(undefined4 *)(this + 0x104) = 0;" (assignment_expression "*(undefined4 *)(this + 0x104) = 0" (pointer_expression "*(undefined4 *)(this + 0x104)" * (cast_expression "(undefined4 *)(this + 0x104)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x104)" ( (binary_expression "this + 0x104" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)(this + 0x108) = 0;" (assignment_expression "*(undefined4 *)(this + 0x108) = 0" (pointer_expression "*(undefined4 *)(this + 0x108)" * (cast_expression "(undefined4 *)(this + 0x108)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x108)" ( (binary_expression "this + 0x108" identifier + number_literal) )))) = number_literal) ;) (expression_statement "this[0x10c] = (wifstream)0x0;" (assignment_expression "this[0x10c] = (wifstream)0x0" (subscript_expression "this[0x10c]" identifier [ number_literal ]) = (cast_expression "(wifstream)0x0" ( (type_descriptor "wifstream" type_identifier) ) number_literal)) ;) (expression_statement "*(undefined4 *)(this + 0x110) = 0;" (assignment_expression "*(undefined4 *)(this + 0x110) = 0" (pointer_expression "*(undefined4 *)(this + 0x110)" * (cast_expression "(undefined4 *)(this + 0x110)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x110)" ( (binary_expression "this + 0x110" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)(this + 0x114) = 0;" (assignment_expression "*(undefined4 *)(this + 0x114) = 0" (pointer_expression "*(undefined4 *)(this + 0x114)" * (cast_expression "(undefined4 *)(this + 0x114)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x114)" ( (binary_expression "this + 0x114" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)(this + 0x118) = 0;" (assignment_expression "*(undefined4 *)(this + 0x118) = 0" (pointer_expression "*(undefined4 *)(this + 0x118)" * (cast_expression "(undefined4 *)(this + 0x118)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x118)" ( (binary_expression "this + 0x118" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)(this + 0x11c) = 0;" (assignment_expression "*(undefined4 *)(this + 0x11c) = 0" (pointer_expression "*(undefined4 *)(this + 0x11c)" * (cast_expression "(undefined4 *)(this + 0x11c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x11c)" ( (binary_expression "this + 0x11c" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(int *)this = unaff_EDI + 0x14b07b;" (assignment_expression "*(int *)this = unaff_EDI + 0x14b07b" (pointer_expression "*(int *)this" * (cast_expression "(int *)this" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) = (binary_expression "unaff_EDI + 0x14b07b" identifier + number_literal)) ;) (expression_statement "*(int *)(this + 0x94) = unaff_EDI + 0x14b08f;" (assignment_expression "*(int *)(this + 0x94) = unaff_EDI + 0x14b08f" (pointer_expression "*(int *)(this + 0x94)" * (cast_expression "(int *)(this + 0x94)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x94)" ( (binary_expression "this + 0x94" identifier + number_literal) )))) = (binary_expression "unaff_EDI + 0x14b08f" identifier + number_literal)) ;) (expression_statement "*(undefined4 *)(this + 4) = 0;" (assignment_expression "*(undefined4 *)(this + 4) = 0" (pointer_expression "*(undefined4 *)(this + 4)" * (cast_expression "(undefined4 *)(this + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 4)" ( (binary_expression "this + 4" identifier + number_literal) )))) = number_literal) ;) comment (labeled_statement "wios::init((wios *)this_01,(wstreambuf *)0x0);" statement_identifier : (ERROR ":" :) (expression_statement "init((wios *)this_01,(wstreambuf *)0x0);" (call_expression "init((wios *)this_01,(wstreambuf *)0x0)" identifier (argument_list "((wios *)this_01,(wstreambuf *)0x0)" ( (cast_expression "(wios *)this_01" ( (type_descriptor "wios *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (cast_expression "(wstreambuf *)0x0" ( (type_descriptor "wstreambuf *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) ))) ;)) (expression_statement "this_00 = (wfilebuf *)(this + 8);" (assignment_expression "this_00 = (wfilebuf *)(this + 8)" identifier = (cast_expression "(wfilebuf *)(this + 8)" ( (type_descriptor "wfilebuf *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 8)" ( (binary_expression "this + 8" identifier + number_literal) )))) ;) (expression_statement "*(int *)this = unaff_EDI + 0x14b0b3;" (assignment_expression "*(int *)this = unaff_EDI + 0x14b0b3" (pointer_expression "*(int *)this" * (cast_expression "(int *)this" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) = (binary_expression "unaff_EDI + 0x14b0b3" identifier + number_literal)) ;) (expression_statement "*(int *)(this + 0x94) = unaff_EDI + 0x14b0c7;" (assignment_expression "*(int *)(this + 0x94) = unaff_EDI + 0x14b0c7" (pointer_expression "*(int *)(this + 0x94)" * (cast_expression "(int *)(this + 0x94)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x94)" ( (binary_expression "this + 0x94" identifier + number_literal) )))) = (binary_expression "unaff_EDI + 0x14b0c7" identifier + number_literal)) ;) comment (labeled_statement "wfilebuf::wfilebuf(this_00);" statement_identifier : (ERROR ":" :) (expression_statement "wfilebuf(this_00);" (call_expression "wfilebuf(this_00)" identifier (argument_list "(this_00)" ( identifier ))) ;)) comment (labeled_statement "wios::init((wios *)this_01,(wstreambuf *)this_00);" statement_identifier : (ERROR ":" :) (expression_statement "init((wios *)this_01,(wstreambuf *)this_00);" (call_expression "init((wios *)this_01,(wstreambuf *)this_00)" identifier (argument_list "((wios *)this_01,(wstreambuf *)this_00)" ( (cast_expression "(wios *)this_01" ( (type_descriptor "wios *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (cast_expression "(wstreambuf *)this_00" ( (type_descriptor "wstreambuf *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;)) (ERROR "iVar1 = wfilebuf::" (assignment_expression "iVar1 = wfilebuf" identifier = identifier) : :) (expression_statement "open(this_00,param_1,param_2 | _S_in);" (call_expression "open(this_00,param_1,param_2 | _S_in)" identifier (argument_list "(this_00,param_1,param_2 | _S_in)" ( identifier , identifier , (binary_expression "param_2 | _S_in" identifier | identifier) ))) ;) (expression_statement "this_02 = (wios *)(this + *(int *)(*(int *)this + -0xc));" (assignment_expression "this_02 = (wios *)(this + *(int *)(*(int *)this + -0xc))" identifier = (cast_expression "(wios *)(this + *(int *)(*(int *)this + -0xc))" ( (type_descriptor "wios *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + *(int *)(*(int *)this + -0xc))" ( (binary_expression "this + *(int *)(*(int *)this + -0xc)" identifier + (pointer_expression "*(int *)(*(int *)this + -0xc)" * (cast_expression "(int *)(*(int *)this + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)this + -0xc)" ( (binary_expression "*(int *)this + -0xc" (pointer_expression "*(int *)this" * (cast_expression "(int *)this" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) ))))) )))) ;) (if_statement "if (iVar1 != 0) {\n wios::clear(this_02,_S_goodbit);\n return;\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n wios::clear(this_02,_S_goodbit);\n return;\n }" { (labeled_statement "wios::clear(this_02,_S_goodbit);" statement_identifier : (ERROR ":" :) (expression_statement "clear(this_02,_S_goodbit);" (call_expression "clear(this_02,_S_goodbit)" identifier (argument_list "(this_02,_S_goodbit)" ( identifier , identifier ))) ;)) (return_statement "return;" return ;) })) (labeled_statement "wios::clear(this_02,*(_Ios_Iostate *)(this_02 + 0x14) | _S_failbit);" statement_identifier : (ERROR ":" :) (expression_statement "clear(this_02,*(_Ios_Iostate *)(this_02 + 0x14) | _S_failbit);" (call_expression "clear(this_02,*(_Ios_Iostate *)(this_02 + 0x14) | _S_failbit)" identifier (argument_list "(this_02,*(_Ios_Iostate *)(this_02 + 0x14) | _S_failbit)" ( identifier , (binary_expression "*(_Ios_Iostate *)(this_02 + 0x14) | _S_failbit" (pointer_expression "*(_Ios_Iostate *)(this_02 + 0x14)" * (cast_expression "(_Ios_Iostate *)(this_02 + 0x14)" ( (type_descriptor "_Ios_Iostate *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this_02 + 0x14)" ( (binary_expression "this_02 + 0x14" identifier + number_literal) )))) | identifier) ))) ;)) (return_statement "return;" return ;) })))
(translation_unit "void FUN_001b49e0(int *param_1,undefined4 param_2,uint param_3)\n\n{\n int *piVar1;\n int *piVar2;\n int iVar3;\n int iVar4;\n int unaff_EDI;\n \n FUN_0004fb7e();\n piVar2 = param_1 + 0x25;\n FUN_001c5690(piVar2);\n param_1[0x41] = 0;\n param_1[0x42] = 0;\n *(undefined1 *)(param_1 + 0x43) = 0;\n param_1[0x44] = 0;\n param_1[0x45] = 0;\n param_1[0x46] = 0;\n param_1[0x47] = 0;\n *param_1 = unaff_EDI + 0x14b07b;\n param_1[0x25] = unaff_EDI + 0x14b08f;\n param_1[1] = 0;\n \n FUN_001ab7c0(piVar2,0);\n piVar1 = param_1 + 2;\n *param_1 = unaff_EDI + 0x14b0b3;\n param_1[0x25] = unaff_EDI + 0x14b0c7;\n \n FUN_001aec40(piVar1);\n \n FUN_001ab7c0(piVar2,piVar1);\n iVar3 = FUN_001b3ed0(piVar1,param_2,param_3 | 8);\n iVar4 = *(int *)(*param_1 + -0xc) + (int)param_1;\n if (iVar3 != 0) {\n FUN_001ab090(iVar4,0);\n return;\n }\n FUN_001ab090(iVar4,*(uint *)(iVar4 + 0x14) | 4);\n return;\n}\n\n" (function_definition "void FUN_001b49e0(int *param_1,undefined4 param_2,uint param_3)\n\n{\n int *piVar1;\n int *piVar2;\n int iVar3;\n int iVar4;\n int unaff_EDI;\n \n FUN_0004fb7e();\n piVar2 = param_1 + 0x25;\n FUN_001c5690(piVar2);\n param_1[0x41] = 0;\n param_1[0x42] = 0;\n *(undefined1 *)(param_1 + 0x43) = 0;\n param_1[0x44] = 0;\n param_1[0x45] = 0;\n param_1[0x46] = 0;\n param_1[0x47] = 0;\n *param_1 = unaff_EDI + 0x14b07b;\n param_1[0x25] = unaff_EDI + 0x14b08f;\n param_1[1] = 0;\n \n FUN_001ab7c0(piVar2,0);\n piVar1 = param_1 + 2;\n *param_1 = unaff_EDI + 0x14b0b3;\n param_1[0x25] = unaff_EDI + 0x14b0c7;\n \n FUN_001aec40(piVar1);\n \n FUN_001ab7c0(piVar2,piVar1);\n iVar3 = FUN_001b3ed0(piVar1,param_2,param_3 | 8);\n iVar4 = *(int *)(*param_1 + -0xc) + (int)param_1;\n if (iVar3 != 0) {\n FUN_001ab090(iVar4,0);\n return;\n }\n FUN_001ab090(iVar4,*(uint *)(iVar4 + 0x14) | 4);\n return;\n}" primitive_type (function_declarator "FUN_001b49e0(int *param_1,undefined4 param_2,uint param_3)" identifier (parameter_list "(int *param_1,undefined4 param_2,uint param_3)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "uint param_3" type_identifier identifier) ))) (compound_statement "{\n int *piVar1;\n int *piVar2;\n int iVar3;\n int iVar4;\n int unaff_EDI;\n \n FUN_0004fb7e();\n piVar2 = param_1 + 0x25;\n FUN_001c5690(piVar2);\n param_1[0x41] = 0;\n param_1[0x42] = 0;\n *(undefined1 *)(param_1 + 0x43) = 0;\n param_1[0x44] = 0;\n param_1[0x45] = 0;\n param_1[0x46] = 0;\n param_1[0x47] = 0;\n *param_1 = unaff_EDI + 0x14b07b;\n param_1[0x25] = unaff_EDI + 0x14b08f;\n param_1[1] = 0;\n \n FUN_001ab7c0(piVar2,0);\n piVar1 = param_1 + 2;\n *param_1 = unaff_EDI + 0x14b0b3;\n param_1[0x25] = unaff_EDI + 0x14b0c7;\n \n FUN_001aec40(piVar1);\n \n FUN_001ab7c0(piVar2,piVar1);\n iVar3 = FUN_001b3ed0(piVar1,param_2,param_3 | 8);\n iVar4 = *(int *)(*param_1 + -0xc) + (int)param_1;\n if (iVar3 != 0) {\n FUN_001ab090(iVar4,0);\n return;\n }\n FUN_001ab090(iVar4,*(uint *)(iVar4 + 0x14) | 4);\n return;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "int unaff_EDI;" primitive_type identifier ;) (expression_statement "FUN_0004fb7e();" (call_expression "FUN_0004fb7e()" identifier (argument_list "()" ( ))) ;) (expression_statement "piVar2 = param_1 + 0x25;" (assignment_expression "piVar2 = param_1 + 0x25" identifier = (binary_expression "param_1 + 0x25" identifier + number_literal)) ;) (expression_statement "FUN_001c5690(piVar2);" (call_expression "FUN_001c5690(piVar2)" identifier (argument_list "(piVar2)" ( identifier ))) ;) (expression_statement "param_1[0x41] = 0;" (assignment_expression "param_1[0x41] = 0" (subscript_expression "param_1[0x41]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x42] = 0;" (assignment_expression "param_1[0x42] = 0" (subscript_expression "param_1[0x42]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(undefined1 *)(param_1 + 0x43) = 0;" (assignment_expression "*(undefined1 *)(param_1 + 0x43) = 0" (pointer_expression "*(undefined1 *)(param_1 + 0x43)" * (cast_expression "(undefined1 *)(param_1 + 0x43)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x43)" ( (binary_expression "param_1 + 0x43" identifier + number_literal) )))) = number_literal) ;) (expression_statement "param_1[0x44] = 0;" (assignment_expression "param_1[0x44] = 0" (subscript_expression "param_1[0x44]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x45] = 0;" (assignment_expression "param_1[0x45] = 0" (subscript_expression "param_1[0x45]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x46] = 0;" (assignment_expression "param_1[0x46] = 0" (subscript_expression "param_1[0x46]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x47] = 0;" (assignment_expression "param_1[0x47] = 0" (subscript_expression "param_1[0x47]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*param_1 = unaff_EDI + 0x14b07b;" (assignment_expression "*param_1 = unaff_EDI + 0x14b07b" (pointer_expression "*param_1" * identifier) = (binary_expression "unaff_EDI + 0x14b07b" identifier + number_literal)) ;) (expression_statement "param_1[0x25] = unaff_EDI + 0x14b08f;" (assignment_expression "param_1[0x25] = unaff_EDI + 0x14b08f" (subscript_expression "param_1[0x25]" identifier [ number_literal ]) = (binary_expression "unaff_EDI + 0x14b08f" 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_001ab7c0(piVar2,0);" (call_expression "FUN_001ab7c0(piVar2,0)" identifier (argument_list "(piVar2,0)" ( identifier , number_literal ))) ;) (expression_statement "piVar1 = param_1 + 2;" (assignment_expression "piVar1 = param_1 + 2" identifier = (binary_expression "param_1 + 2" identifier + number_literal)) ;) (expression_statement "*param_1 = unaff_EDI + 0x14b0b3;" (assignment_expression "*param_1 = unaff_EDI + 0x14b0b3" (pointer_expression "*param_1" * identifier) = (binary_expression "unaff_EDI + 0x14b0b3" identifier + number_literal)) ;) (expression_statement "param_1[0x25] = unaff_EDI + 0x14b0c7;" (assignment_expression "param_1[0x25] = unaff_EDI + 0x14b0c7" (subscript_expression "param_1[0x25]" identifier [ number_literal ]) = (binary_expression "unaff_EDI + 0x14b0c7" identifier + number_literal)) ;) (expression_statement "FUN_001aec40(piVar1);" (call_expression "FUN_001aec40(piVar1)" identifier (argument_list "(piVar1)" ( identifier ))) ;) (expression_statement "FUN_001ab7c0(piVar2,piVar1);" (call_expression "FUN_001ab7c0(piVar2,piVar1)" identifier (argument_list "(piVar2,piVar1)" ( identifier , identifier ))) ;) (expression_statement "iVar3 = FUN_001b3ed0(piVar1,param_2,param_3 | 8);" (assignment_expression "iVar3 = FUN_001b3ed0(piVar1,param_2,param_3 | 8)" identifier = (call_expression "FUN_001b3ed0(piVar1,param_2,param_3 | 8)" identifier (argument_list "(piVar1,param_2,param_3 | 8)" ( identifier , identifier , (binary_expression "param_3 | 8" identifier | number_literal) )))) ;) (expression_statement "iVar4 = *(int *)(*param_1 + -0xc) + (int)param_1;" (assignment_expression "iVar4 = *(int *)(*param_1 + -0xc) + (int)param_1" identifier = (binary_expression "*(int *)(*param_1 + -0xc) + (int)param_1" (pointer_expression "*(int *)(*param_1 + -0xc)" * (cast_expression "(int *)(*param_1 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + -0xc)" ( (binary_expression "*param_1 + -0xc" (pointer_expression "*param_1" * identifier) + number_literal) )))) + (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier))) ;) (if_statement "if (iVar3 != 0) {\n FUN_001ab090(iVar4,0);\n return;\n }" if (parenthesized_expression "(iVar3 != 0)" ( (binary_expression "iVar3 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_001ab090(iVar4,0);\n return;\n }" { (expression_statement "FUN_001ab090(iVar4,0);" (call_expression "FUN_001ab090(iVar4,0)" identifier (argument_list "(iVar4,0)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })) (expression_statement "FUN_001ab090(iVar4,*(uint *)(iVar4 + 0x14) | 4);" (call_expression "FUN_001ab090(iVar4,*(uint *)(iVar4 + 0x14) | 4)" identifier (argument_list "(iVar4,*(uint *)(iVar4 + 0x14) | 4)" ( identifier , (binary_expression "*(uint *)(iVar4 + 0x14) | 4" (pointer_expression "*(uint *)(iVar4 + 0x14)" * (cast_expression "(uint *)(iVar4 + 0x14)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0x14)" ( (binary_expression "iVar4 + 0x14" identifier + number_literal) )))) | number_literal) ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( 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 * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression IDENT + LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , 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 (pointer_expression * IDENT) + LIT) )))) + (cast_expression ( (type_descriptor TYPE) ) IDENT))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , (binary_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_001b49e0(int *param_1,undefined4 param_2,uint param_3)\n\n{\n int *piVar1;\n int *piVar2;\n int iVar3;\n int iVar4;\n int unaff_EDI;\n \n FUN_0004fb7e();\n piVar2 = param_1 + 0x25;\n FUN_001c5690(piVar2);\n param_1[0x41] = 0;\n param_1[0x42] = 0;\n *(undefined1 *)(param_1 + 0x43) = 0;\n param_1[0x44] = 0;\n param_1[0x45] = 0;\n param_1[0x46] = 0;\n param_1[0x47] = 0;\n *param_1 = unaff_EDI + 0x14b07b;\n param_1[0x25] = unaff_EDI + 0x14b08f;\n param_1[1] = 0;\n \n FUN_001ab7c0(piVar2,0);\n piVar1 = param_1 + 2;\n *param_1 = unaff_EDI + 0x14b0b3;\n param_1[0x25] = unaff_EDI + 0x14b0c7;\n \n FUN_001aec40(piVar1);\n \n FUN_001ab7c0(piVar2,piVar1);\n iVar3 = FUN_001b3ed0(piVar1,param_2,param_3 | 8);\n iVar4 = *(int *)(*param_1 + -0xc) + (int)param_1;\n if (iVar3 != 0) {\n FUN_001ab090(iVar4,0);\n return;\n }\n FUN_001ab090(iVar4,*(uint *)(iVar4 + 0x14) | 4);\n return;\n}" (primitive_type "void") (function_declarator "FUN_001b49e0(int *param_1,undefined4 param_2,uint param_3)" (identifier "FUN_001b49e0") (parameter_list "(int *param_1,undefined4 param_2,uint param_3)" (( "(") (parameter_declaration "int *param_1" (primitive_type "int") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) (, ",") (parameter_declaration "uint param_3" (type_identifier "uint") (identifier "param_3")) () ")"))) (compound_statement "{\n int *piVar1;\n int *piVar2;\n int iVar3;\n int iVar4;\n int unaff_EDI;\n \n FUN_0004fb7e();\n piVar2 = param_1 + 0x25;\n FUN_001c5690(piVar2);\n param_1[0x41] = 0;\n param_1[0x42] = 0;\n *(undefined1 *)(param_1 + 0x43) = 0;\n param_1[0x44] = 0;\n param_1[0x45] = 0;\n param_1[0x46] = 0;\n param_1[0x47] = 0;\n *param_1 = unaff_EDI + 0x14b07b;\n param_1[0x25] = unaff_EDI + 0x14b08f;\n param_1[1] = 0;\n \n FUN_001ab7c0(piVar2,0);\n piVar1 = param_1 + 2;\n *param_1 = unaff_EDI + 0x14b0b3;\n param_1[0x25] = unaff_EDI + 0x14b0c7;\n \n FUN_001aec40(piVar1);\n \n FUN_001ab7c0(piVar2,piVar1);\n iVar3 = FUN_001b3ed0(piVar1,param_2,param_3 | 8);\n iVar4 = *(int *)(*param_1 + -0xc) + (int)param_1;\n if (iVar3 != 0) {\n FUN_001ab090(iVar4,0);\n return;\n }\n FUN_001ab090(iVar4,*(uint *)(iVar4 + 0x14) | 4);\n return;\n}" ({ "{") (declaration "int *piVar1;" (primitive_type "int") (pointer_declarator "*piVar1" (* "*") (identifier "piVar1")) (; ";")) (declaration "int *piVar2;" (primitive_type "int") (pointer_declarator "*piVar2" (* "*") (identifier "piVar2")) (; ";")) (declaration "int iVar3;" (primitive_type "int") (identifier "iVar3") (; ";")) (declaration "int iVar4;" (primitive_type "int") (identifier "iVar4") (; ";")) (declaration "int unaff_EDI;" (primitive_type "int") (identifier "unaff_EDI") (; ";")) (expression_statement "FUN_0004fb7e();" (call_expression "FUN_0004fb7e()" (identifier "FUN_0004fb7e") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "piVar2 = param_1 + 0x25;" (assignment_expression "piVar2 = param_1 + 0x25" (identifier "piVar2") (= "=") (binary_expression "param_1 + 0x25" (identifier "param_1") (+ "+") (number_literal "0x25"))) (; ";")) (expression_statement "FUN_001c5690(piVar2);" (call_expression "FUN_001c5690(piVar2)" (identifier "FUN_001c5690") (argument_list "(piVar2)" (( "(") (identifier "piVar2") () ")"))) (; ";")) (expression_statement "param_1[0x41] = 0;" (assignment_expression "param_1[0x41] = 0" (subscript_expression "param_1[0x41]" (identifier "param_1") ([ "[") (number_literal "0x41") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_1[0x42] = 0;" (assignment_expression "param_1[0x42] = 0" (subscript_expression "param_1[0x42]" (identifier "param_1") ([ "[") (number_literal "0x42") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined1 *)(param_1 + 0x43) = 0;" (assignment_expression "*(undefined1 *)(param_1 + 0x43) = 0" (pointer_expression "*(undefined1 *)(param_1 + 0x43)" (* "*") (cast_expression "(undefined1 *)(param_1 + 0x43)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x43)" (( "(") (binary_expression "param_1 + 0x43" (identifier "param_1") (+ "+") (number_literal "0x43")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_1[0x44] = 0;" (assignment_expression "param_1[0x44] = 0" (subscript_expression "param_1[0x44]" (identifier "param_1") ([ "[") (number_literal "0x44") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_1[0x45] = 0;" (assignment_expression "param_1[0x45] = 0" (subscript_expression "param_1[0x45]" (identifier "param_1") ([ "[") (number_literal "0x45") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_1[0x46] = 0;" (assignment_expression "param_1[0x46] = 0" (subscript_expression "param_1[0x46]" (identifier "param_1") ([ "[") (number_literal "0x46") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_1[0x47] = 0;" (assignment_expression "param_1[0x47] = 0" (subscript_expression "param_1[0x47]" (identifier "param_1") ([ "[") (number_literal "0x47") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "*param_1 = unaff_EDI + 0x14b07b;" (assignment_expression "*param_1 = unaff_EDI + 0x14b07b" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (binary_expression "unaff_EDI + 0x14b07b" (identifier "unaff_EDI") (+ "+") (number_literal "0x14b07b"))) (; ";")) (expression_statement "param_1[0x25] = unaff_EDI + 0x14b08f;" (assignment_expression "param_1[0x25] = unaff_EDI + 0x14b08f" (subscript_expression "param_1[0x25]" (identifier "param_1") ([ "[") (number_literal "0x25") (] "]")) (= "=") (binary_expression "unaff_EDI + 0x14b08f" (identifier "unaff_EDI") (+ "+") (number_literal "0x14b08f"))) (; ";")) (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_001ab7c0(piVar2,0);" (call_expression "FUN_001ab7c0(piVar2,0)" (identifier "FUN_001ab7c0") (argument_list "(piVar2,0)" (( "(") (identifier "piVar2") (, ",") (number_literal "0") () ")"))) (; ";")) (expression_statement "piVar1 = param_1 + 2;" (assignment_expression "piVar1 = param_1 + 2" (identifier "piVar1") (= "=") (binary_expression "param_1 + 2" (identifier "param_1") (+ "+") (number_literal "2"))) (; ";")) (expression_statement "*param_1 = unaff_EDI + 0x14b0b3;" (assignment_expression "*param_1 = unaff_EDI + 0x14b0b3" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (binary_expression "unaff_EDI + 0x14b0b3" (identifier "unaff_EDI") (+ "+") (number_literal "0x14b0b3"))) (; ";")) (expression_statement "param_1[0x25] = unaff_EDI + 0x14b0c7;" (assignment_expression "param_1[0x25] = unaff_EDI + 0x14b0c7" (subscript_expression "param_1[0x25]" (identifier "param_1") ([ "[") (number_literal "0x25") (] "]")) (= "=") (binary_expression "unaff_EDI + 0x14b0c7" (identifier "unaff_EDI") (+ "+") (number_literal "0x14b0c7"))) (; ";")) (expression_statement "FUN_001aec40(piVar1);" (call_expression "FUN_001aec40(piVar1)" (identifier "FUN_001aec40") (argument_list "(piVar1)" (( "(") (identifier "piVar1") () ")"))) (; ";")) (expression_statement "FUN_001ab7c0(piVar2,piVar1);" (call_expression "FUN_001ab7c0(piVar2,piVar1)" (identifier "FUN_001ab7c0") (argument_list "(piVar2,piVar1)" (( "(") (identifier "piVar2") (, ",") (identifier "piVar1") () ")"))) (; ";")) (expression_statement "iVar3 = FUN_001b3ed0(piVar1,param_2,param_3 | 8);" (assignment_expression "iVar3 = FUN_001b3ed0(piVar1,param_2,param_3 | 8)" (identifier "iVar3") (= "=") (call_expression "FUN_001b3ed0(piVar1,param_2,param_3 | 8)" (identifier "FUN_001b3ed0") (argument_list "(piVar1,param_2,param_3 | 8)" (( "(") (identifier "piVar1") (, ",") (identifier "param_2") (, ",") (binary_expression "param_3 | 8" (identifier "param_3") (| "|") (number_literal "8")) () ")")))) (; ";")) (expression_statement "iVar4 = *(int *)(*param_1 + -0xc) + (int)param_1;" (assignment_expression "iVar4 = *(int *)(*param_1 + -0xc) + (int)param_1" (identifier "iVar4") (= "=") (binary_expression "*(int *)(*param_1 + -0xc) + (int)param_1" (pointer_expression "*(int *)(*param_1 + -0xc)" (* "*") (cast_expression "(int *)(*param_1 + -0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*param_1 + -0xc)" (( "(") (binary_expression "*param_1 + -0xc" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "-0xc")) () ")")))) (+ "+") (cast_expression "(int)param_1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_1")))) (; ";")) (if_statement "if (iVar3 != 0) {\n FUN_001ab090(iVar4,0);\n return;\n }" (if "if") (parenthesized_expression "(iVar3 != 0)" (( "(") (binary_expression "iVar3 != 0" (identifier "iVar3") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_001ab090(iVar4,0);\n return;\n }" ({ "{") (expression_statement "FUN_001ab090(iVar4,0);" (call_expression "FUN_001ab090(iVar4,0)" (identifier "FUN_001ab090") (argument_list "(iVar4,0)" (( "(") (identifier "iVar4") (, ",") (number_literal "0") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_001ab090(iVar4,*(uint *)(iVar4 + 0x14) | 4);" (call_expression "FUN_001ab090(iVar4,*(uint *)(iVar4 + 0x14) | 4)" (identifier "FUN_001ab090") (argument_list "(iVar4,*(uint *)(iVar4 + 0x14) | 4)" (( "(") (identifier "iVar4") (, ",") (binary_expression "*(uint *)(iVar4 + 0x14) | 4" (pointer_expression "*(uint *)(iVar4 + 0x14)" (* "*") (cast_expression "(uint *)(iVar4 + 0x14)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar4 + 0x14)" (( "(") (binary_expression "iVar4 + 0x14" (identifier "iVar4") (+ "+") (number_literal "0x14")) () ")")))) (| "|") (number_literal "4")) () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* std::wifstream::wifstream(char const*, std::_Ios_Openmode) */ void __thiscall std::function_1::function_1(function_1 *var_2,char *param_1,type_1 var_6) { type_2 *this_00; type_3 *this_01; int var_8; type_4 *var_10; int var_3; var_1(); this_01 = (type_3 *)(var_2 + 0x94); ios_base::type_3(this_01); *(type_5 *)(var_2 + 0x104) = 0; *(type_5 *)(var_2 + 0x108) = 0; var_2[0x10c] = (function_1)0x0; *(type_5 *)(var_2 + 0x110) = 0; *(type_5 *)(var_2 + 0x114) = 0; *(type_5 *)(var_2 + 0x118) = 0; *(type_5 *)(var_2 + 0x11c) = 0; *(int *)var_2 = var_3 + 0x14b07b; *(int *)(var_2 + 0x94) = var_3 + 0x14b08f; *(type_5 *)(var_2 + 4) = 0; /* try { // try from 001b4a70 to 001b4a74 has its CatchHandler @ 001b4b01 */ wios::var_4((type_4 *)this_01,(type_6 *)0x0); this_00 = (type_2 *)(var_2 + 8); *(int *)var_2 = var_3 + 0x14b0b3; *(int *)(var_2 + 0x94) = var_3 + 0x14b0c7; /* try { // try from 001b4a92 to 001b4a96 has its CatchHandler @ 001b4aff */ wfilebuf::type_2(this_00); /* try { // try from 001b4a9f to 001b4af1 has its CatchHandler @ 001b4afd */ wios::var_4((type_4 *)this_01,(type_6 *)this_00); var_8 = type_2::var_5(this_00,param_1,var_6 | var_7); var_10 = (type_4 *)(var_2 + *(int *)(*(int *)var_2 + -0xc)); if (var_8 != 0) { wios::var_9(var_10,_S_goodbit); return; } wios::var_9(var_10,*(type_7 *)(var_10 + 0x14) | var_11); return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) 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: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (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: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (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: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))) (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (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))))) (return_statement))))
null
void MASKED(int *param_1,undefined4 param_2,uint param_3) { int *piVar1; int *piVar2; int iVar3; int iVar4; int unaff_EDI; FUN_0004fb7e(); piVar2 = param_1 + 0x25; FUN_001c5690(piVar2); param_1[0x41] = 0; param_1[0x42] = 0; *(undefined1 *)(param_1 + 0x43) = 0; param_1[0x44] = 0; param_1[0x45] = 0; param_1[0x46] = 0; param_1[0x47] = 0; *param_1 = unaff_EDI + 0x14b07b; param_1[0x25] = unaff_EDI + 0x14b08f; param_1[1] = 0; /* try { // try from 001b4a70 to 001b4a74 has its CatchHandler @ 001b4b01 */ FUN_001ab7c0(piVar2,0); piVar1 = param_1 + 2; *param_1 = unaff_EDI + 0x14b0b3; param_1[0x25] = unaff_EDI + 0x14b0c7; /* try { // try from 001b4a92 to 001b4a96 has its CatchHandler @ 001b4aff */ FUN_001aec40(piVar1); /* try { // try from 001b4a9f to 001b4af1 has its CatchHandler @ 001b4afd */ FUN_001ab7c0(piVar2,piVar1); iVar3 = FUN_001b3ed0(piVar1,param_2,param_3 | 8); iVar4 = *(int *)(*param_1 + -0xc) + (int)param_1; if (iVar3 != 0) { FUN_001ab090(iVar4,0); return; } FUN_001ab090(iVar4,*(uint *)(iVar4 + 0x14) | 4); return; }
302_stat_and_stat_strip.c
fputs_unlocked
fputs_unlocked
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fputs_unlocked(char *__s,FILE *__stream) { /* WARNING: Bad instruction - Truncating control flow here */ /* fputs_unlocked@@GLIBC_2.1 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fputs_unlocked(char *__s,FILE *__stream) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206005546')]
[('const-1', u'RETURN_-1206005546')]
null
null
0002d0cc
x86
O3
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fputs_unlocked(char *__s,FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "int fputs_unlocked(char *__s,FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "fputs_unlocked(char *__s,FILE *__stream)" identifier (parameter_list "(char *__s,FILE *__stream)" ( (parameter_declaration "char *__s" primitive_type (pointer_declarator "*__s" * identifier)) , (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n /* 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 fputs_unlocked(char *__s,FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fputs_unlocked@@GLIBC_2.1 */\n halt_baddata();\n}\n\n" comment comment (function_definition "int fputs_unlocked(char *__s,FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fputs_unlocked@@GLIBC_2.1 */\n halt_baddata();\n}" primitive_type (function_declarator "fputs_unlocked(char *__s,FILE *__stream)" identifier (parameter_list "(char *__s,FILE *__stream)" ( (parameter_declaration "char *__s" primitive_type (pointer_declarator "*__s" * identifier)) , (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fputs_unlocked@@GLIBC_2.1 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "int fputs_unlocked(char *__s,FILE *__stream)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int fputs_unlocked(char *__s,FILE *__stream)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "fputs_unlocked(char *__s,FILE *__stream)" identifier (parameter_list "(char *__s,FILE *__stream)" ( (parameter_declaration "char *__s" primitive_type (pointer_declarator "*__s" * identifier)) , (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "int fputs_unlocked(char *__s,FILE *__stream)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "fputs_unlocked(char *__s,FILE *__stream)" (identifier "fputs_unlocked") (parameter_list "(char *__s,FILE *__stream)" (( "(") (parameter_declaration "char *__s" (primitive_type "char") (pointer_declarator "*__s" (* "*") (identifier "__s"))) (, ",") (parameter_declaration "FILE *__stream" (type_identifier "FILE") (pointer_declarator "*__stream" (* "*") (identifier "__stream"))) () ")"))) (compound_statement "{\n \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 *__s,type_1 *__stream) { /* WARNING: Bad instruction - Truncating control flow here */ /* fputs_unlocked@@GLIBC_2.1 */ var_1(); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
null
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(char *__s,FILE *__stream) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
568_install_and_install_strip.c
acl_get_fd
acl_get_fd
/* WARNING: Control flow encountered bad instruction data */ void acl_get_fd(void) { /* WARNING: Bad instruction - Truncating control flow here */ /* acl_get_fd@@ACL_1.0 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ void acl_get_fd(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206189770')]
[('const-1', u'RETURN_-1206189770')]
null
null
0004012c
x86
O3
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid acl_get_fd(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void acl_get_fd(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "acl_get_fd(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 acl_get_fd(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* acl_get_fd@@ACL_1.0 */\n halt_baddata();\n}\n\n" comment (function_definition "void acl_get_fd(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* acl_get_fd@@ACL_1.0 */\n halt_baddata();\n}" primitive_type (function_declarator "acl_get_fd(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* acl_get_fd@@ACL_1.0 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "void acl_get_fd(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void acl_get_fd(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "acl_get_fd(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 acl_get_fd(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "acl_get_fd(void)" (identifier "acl_get_fd") (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 */ /* acl_get_fd@@ACL_1.0 */ var_1(); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
null
/* WARNING: Control flow encountered bad instruction data */ void MASKED(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
4062_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
plt_section
FUN_0010c970
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Enum "DT": Some values do not have unique names */ /* WARNING: Enum "<anon>": Some values do not have unique names */ /* DWARF original prototype: Output_data_plt_arm<false> * plt_section(Target_arm<false> * this) */ Output_data_plt_arm<false> * __thiscall anon_unknown.dwarf_91258a::Target_arm<false>::plt_section(Target_arm<false> *this) { }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_0010c970(void) { /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/arm.cc",0xb14,"plt_section"); }
PUSH EBX CALL 0x00050b50 ADD EBX,0x4dd68a SUB ESP,0xc LEA EAX,[EBX + 0xffe7ee40] PUSH EAX LEA EAX,[EBX + 0xffe7d346] PUSH 0xb14 PUSH EAX CALL 0x002446e0
null
null
null
null
[('const-1', u'RETURN_-1206924926')]
[(u'COPY_-1206924841', u'CALL_-1206924864'), ('const-4617030', u'COPY_-1206924841'), ('const-2836', u'CALL_-1206924864'), (u'COPY_-1206924840', u'CALL_-1206924864'), ('const-4623936', u'COPY_-1206924840'), ('const-1', u'RETURN_-1206924859')]
null
null
0010c970
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0010c970(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/arm.cc",0xb14,"plt_section");\n}\n\n" comment (function_definition "void FUN_0010c970(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/arm.cc",0xb14,"plt_section");\n}" primitive_type (function_declarator "FUN_0010c970(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/arm.cc",0xb14,"plt_section");\n}" { comment (expression_statement "FUN_002446e0("../../gold/arm.cc",0xb14,"plt_section");" (call_expression "FUN_002446e0("../../gold/arm.cc",0xb14,"plt_section")" identifier (argument_list "("../../gold/arm.cc",0xb14,"plt_section")" ( (string_literal ""../../gold/arm.cc"" " string_content ") , number_literal , (string_literal ""plt_section"" " string_content ") ))) ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Enum "DT": Some values do not have unique names */\n/* WARNING: Enum "<anon>": Some values do not have unique names */\n/* DWARF original prototype: Output_data_plt_arm<false> * plt_section(Target_arm<false> * this) */\n\nOutput_data_plt_arm<false> * __thiscall\nanon_unknown.dwarf_91258a::Target_arm<false>::plt_section(Target_arm<false> *this)\n\n{\n}\n\n" comment comment comment comment (ERROR "Output_data_plt_arm<false> * __thiscall\nanon_unknown.dwarf_91258a::Target_arm<false>::plt_section(Target_arm<false> *this)" (binary_expression "Output_data_plt_arm<false> * __thiscall\nanon_unknown.dwarf_91258a::Target_arm<false>::plt_section(Target_arm<false> *this)" (binary_expression "Output_data_plt_arm<false> * __thiscall\nanon_unknown.dwarf_91258a::Target_arm<false" (binary_expression "Output_data_plt_arm<false> * __thiscall\nanon_unknown.dwarf_91258a" (binary_expression "Output_data_plt_arm<false" identifier < false) > (ERROR "* __thiscall" (pointer_expression "* __thiscall" * identifier)) (field_expression "anon_unknown.dwarf_91258a" identifier . field_identifier)) (ERROR "::Target_arm" : : identifier) < false) > (ERROR "::" : :) (call_expression "plt_section(Target_arm<false> *this)" identifier (argument_list "(Target_arm<false> *this)" ( (binary_expression "Target_arm<false> *this" (binary_expression "Target_arm<false" identifier < false) > (pointer_expression "*this" * identifier)) ))))) (compound_statement "{\n}" { }))
(translation_unit "void FUN_0010c970(void)\n\n{\n \n FUN_002446e0("../../gold/arm.cc",0xb14,"plt_section");\n}\n\n" (function_definition "void FUN_0010c970(void)\n\n{\n \n FUN_002446e0("../../gold/arm.cc",0xb14,"plt_section");\n}" primitive_type (function_declarator "FUN_0010c970(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n \n FUN_002446e0("../../gold/arm.cc",0xb14,"plt_section");\n}" { (expression_statement "FUN_002446e0("../../gold/arm.cc",0xb14,"plt_section");" (call_expression "FUN_002446e0("../../gold/arm.cc",0xb14,"plt_section")" identifier (argument_list "("../../gold/arm.cc",0xb14,"plt_section")" ( (string_literal ""../../gold/arm.cc"" " string_content ") , number_literal , (string_literal ""plt_section"" " 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_0010c970(void)\n\n{\n \n FUN_002446e0("../../gold/arm.cc",0xb14,"plt_section");\n}" (primitive_type "void") (function_declarator "FUN_0010c970(void)" (identifier "FUN_0010c970") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n \n FUN_002446e0("../../gold/arm.cc",0xb14,"plt_section");\n}" ({ "{") (expression_statement "FUN_002446e0("../../gold/arm.cc",0xb14,"plt_section");" (call_expression "FUN_002446e0("../../gold/arm.cc",0xb14,"plt_section")" (identifier "FUN_002446e0") (argument_list "("../../gold/arm.cc",0xb14,"plt_section")" (( "(") (string_literal ""../../gold/arm.cc"" (" """) (string_content "../../gold/arm.cc") (" """)) (, ",") (number_literal "0xb14") (, ",") (string_literal ""plt_section"" (" """) (string_content "plt_section") (" """)) () ")"))) (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Enum "DT": Some values do not have unique names */ /* WARNING: Enum "<anon>": Some values do not have unique names */ /* DWARF original prototype: Output_data_plt_arm<false> * plt_section(Target_arm<false> * this) */ Output_data_plt_arm<false> * __thiscall anon_unknown.dwarf_91258a::Target_arm<false>::plt_section(Target_arm<false> *this) { }
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
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(void) { /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/arm.cc",0xb14,"plt_section"); }
4083_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
set_final_data_size
FUN_0010d390
/* WARNING: Enum "<anon>": Some values do not have unique names */ /* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void set_final_data_size(Stub_table<true> * this) */ void __thiscall anon_unknown.dwarf_91258a::Stub_table<true>::set_final_data_size(Stub_table<true> *this) { byte bVar1; Output_data_plt_arm<true> *in_stack_fffffff4; bVar1 = (this->super_Output_data).field_0x1c; if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) { (this->super_Output_data).field_0x1c = bVar1 | 2; return; } /* WARNING: Subroutine does not return */ Output_data_plt_arm<true>::set_final_data_size(in_stack_fffffff4); }
void FUN_0010d390(int param_1) { byte bVar1; bVar1 = *(byte *)(param_1 + 0x1c); if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) { *(byte *)(param_1 + 0x1c) = bVar1 | 2; return; } /* WARNING: Subroutine does not return */ FUN_0010d2c0(); }
SUB ESP,0xc MOV EDX,dword ptr [ESP + 0x10] MOVZX EAX,byte ptr [EDX + 0x1c] TEST AL,0x2 JNZ 0x0010d3ad TEST AL,0x8 JNZ 0x0010d3ad OR EAX,0x2 MOV byte ptr [EDX + 0x1c],AL ADD ESP,0xc RET CALL 0x0010d2c0
null
null
null
null
[(u'LOAD_-1206922330', u'INT_OR_-1206922205'), (u'PTRSUB_-1206922172', u'PTRSUB_-1206922168'), ('const-1', u'RETURN_-1206922248'), ('tmp_179', u'PTRSUB_-1206922172'), ('const-417', u'LOAD_-1206922330'), ('const-28', u'PTRSUB_-1206922152'), ('const-0', u'INT_EQUAL_-1206922296'), ('const-0', u'PTRSUB_-1206922172'), ('const-0', u'PTRSUB_-1206922155'), ('const-8', u'INT_AND_-1206922282'), (u'LOAD_-1206922330', u'INT_AND_-1206922297'), ('const-0', u'RETURN_-1206922254'), ('tmp_68', u'CBRANCH_-1206922309'), (u'PTRSUB_-1206922155', u'PTRSUB_-1206922152'), (u'PTRSUB_-1206922168', u'LOAD_-1206922330'), ('const-0', u'INT_EQUAL_-1206922311'), (u'LOAD_-1206922330', u'INT_AND_-1206922282'), (u'INT_OR_-1206922205', u'STORE_-1206922279'), ('const-2', u'INT_OR_-1206922205'), (u'PTRSUB_-1206922152', u'STORE_-1206922279'), ('const-2', u'INT_AND_-1206922297'), ('const-417', u'STORE_-1206922279'), ('tmp_289', u'CALL_-1206922253'), (u'INT_AND_-1206922282', u'INT_EQUAL_-1206922296'), (u'INT_AND_-1206922297', u'INT_EQUAL_-1206922311'), (u'INT_EQUAL_-1206922296', u'CBRANCH_-1206922294'), (u'INT_EQUAL_-1206922311', u'CBRANCH_-1206922309'), ('tmp_96', u'CBRANCH_-1206922294'), ('const-28', u'PTRSUB_-1206922168'), ('tmp_179', u'PTRSUB_-1206922155')]
[('const-28', u'INT_ADD_-1206922314'), (u'LOAD_-1206922330', u'INT_OR_-1206922205'), ('const-1', u'RETURN_-1206922248'), ('const-0', u'INT_EQUAL_-1206922296'), ('tmp_288', u'INT_ADD_-1206922314'), ('const-8', u'INT_AND_-1206922282'), (u'LOAD_-1206922330', u'INT_AND_-1206922297'), ('const-0', u'RETURN_-1206922254'), ('tmp_68', u'CBRANCH_-1206922309'), (u'CAST_-1206922159', u'STORE_-1206922279'), (u'INT_ADD_-1206922265', u'CAST_-1206922159'), ('const-0', u'INT_EQUAL_-1206922311'), (u'LOAD_-1206922330', u'INT_AND_-1206922282'), ('tmp_288', u'INT_ADD_-1206922265'), (u'INT_OR_-1206922205', u'STORE_-1206922279'), ('const-417', u'LOAD_-1206922330'), (u'INT_ADD_-1206922314', u'CAST_-1206922175'), ('const-2', u'INT_AND_-1206922297'), (u'CAST_-1206922175', u'LOAD_-1206922330'), (u'INT_AND_-1206922282', u'INT_EQUAL_-1206922296'), (u'INT_AND_-1206922297', u'INT_EQUAL_-1206922311'), (u'INT_EQUAL_-1206922296', u'CBRANCH_-1206922294'), ('const-28', u'INT_ADD_-1206922265'), ('const-2', u'INT_OR_-1206922205'), (u'INT_EQUAL_-1206922311', u'CBRANCH_-1206922309'), ('tmp_96', u'CBRANCH_-1206922294'), ('const-417', u'STORE_-1206922279')]
null
null
0010d390
x86
O3
(translation_unit "void FUN_0010d390(int param_1)\n\n{\n byte bVar1;\n \n bVar1 = *(byte *)(param_1 + 0x1c);\n if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) {\n *(byte *)(param_1 + 0x1c) = bVar1 | 2;\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0010d2c0();\n}\n\n" (function_definition "void FUN_0010d390(int param_1)\n\n{\n byte bVar1;\n \n bVar1 = *(byte *)(param_1 + 0x1c);\n if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) {\n *(byte *)(param_1 + 0x1c) = bVar1 | 2;\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0010d2c0();\n}" primitive_type (function_declarator "FUN_0010d390(int param_1)" identifier (parameter_list "(int param_1)" ( (parameter_declaration "int param_1" primitive_type identifier) ))) (compound_statement "{\n byte bVar1;\n \n bVar1 = *(byte *)(param_1 + 0x1c);\n if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) {\n *(byte *)(param_1 + 0x1c) = bVar1 | 2;\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0010d2c0();\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (expression_statement "bVar1 = *(byte *)(param_1 + 0x1c);" (assignment_expression "bVar1 = *(byte *)(param_1 + 0x1c)" identifier = (pointer_expression "*(byte *)(param_1 + 0x1c)" * (cast_expression "(byte *)(param_1 + 0x1c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1c)" ( (binary_expression "param_1 + 0x1c" identifier + number_literal) ))))) ;) (if_statement "if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) {\n *(byte *)(param_1 + 0x1c) = bVar1 | 2;\n return;\n }" if (parenthesized_expression "(((bVar1 & 2) == 0) && ((bVar1 & 8) == 0))" ( (binary_expression "((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)" (parenthesized_expression "((bVar1 & 2) == 0)" ( (binary_expression "(bVar1 & 2) == 0" (parenthesized_expression "(bVar1 & 2)" ( (binary_expression "bVar1 & 2" identifier & number_literal) )) == number_literal) )) && (parenthesized_expression "((bVar1 & 8) == 0)" ( (binary_expression "(bVar1 & 8) == 0" (parenthesized_expression "(bVar1 & 8)" ( (binary_expression "bVar1 & 8" identifier & number_literal) )) == number_literal) ))) )) (compound_statement "{\n *(byte *)(param_1 + 0x1c) = bVar1 | 2;\n return;\n }" { (expression_statement "*(byte *)(param_1 + 0x1c) = bVar1 | 2;" (assignment_expression "*(byte *)(param_1 + 0x1c) = bVar1 | 2" (pointer_expression "*(byte *)(param_1 + 0x1c)" * (cast_expression "(byte *)(param_1 + 0x1c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1c)" ( (binary_expression "param_1 + 0x1c" identifier + number_literal) )))) = (binary_expression "bVar1 | 2" identifier | number_literal)) ;) (return_statement "return;" return ;) })) comment (expression_statement "FUN_0010d2c0();" (call_expression "FUN_0010d2c0()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "/* WARNING: Enum "<anon>": Some values do not have unique names */\n/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void set_final_data_size(Stub_table<true> * this) */\n\nvoid __thiscall\nanon_unknown.dwarf_91258a::Stub_table<true>::set_final_data_size(Stub_table<true> *this)\n\n{\n byte bVar1;\n Output_data_plt_arm<true> *in_stack_fffffff4;\n \n bVar1 = (this->super_Output_data).field_0x1c;\n if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) {\n (this->super_Output_data).field_0x1c = bVar1 | 2;\n return;\n }\n /* WARNING: Subroutine does not return */\n Output_data_plt_arm<true>::set_final_data_size(in_stack_fffffff4);\n}\n\n" comment comment comment (function_definition "void __thiscall\nanon_unknown.dwarf_91258a::Stub_table<true>::set_final_data_size(Stub_table<true> *this)\n\n{\n byte bVar1;\n Output_data_plt_arm<true> *in_stack_fffffff4;\n \n bVar1 = (this->super_Output_data).field_0x1c;\n if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) {\n (this->super_Output_data).field_0x1c = bVar1 | 2;\n return;\n }\n /* WARNING: Subroutine does not return */\n Output_data_plt_arm<true>::set_final_data_size(in_stack_fffffff4);\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "anon_unknown.dwarf_91258a::Stub_table<true>::" identifier . identifier : : identifier < true > : :) (function_declarator "set_final_data_size(Stub_table<true> *this)" identifier (parameter_list "(Stub_table<true> *this)" ( (parameter_declaration "Stub_table<true> *this" type_identifier (ERROR "<true>" < true >) (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n byte bVar1;\n Output_data_plt_arm<true> *in_stack_fffffff4;\n \n bVar1 = (this->super_Output_data).field_0x1c;\n if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) {\n (this->super_Output_data).field_0x1c = bVar1 | 2;\n return;\n }\n /* WARNING: Subroutine does not return */\n Output_data_plt_arm<true>::set_final_data_size(in_stack_fffffff4);\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (expression_statement "Output_data_plt_arm<true> *in_stack_fffffff4;" (binary_expression "Output_data_plt_arm<true> *in_stack_fffffff4" (binary_expression "Output_data_plt_arm<true" identifier < true) > (pointer_expression "*in_stack_fffffff4" * identifier)) ;) (expression_statement "bVar1 = (this->super_Output_data).field_0x1c;" (assignment_expression "bVar1 = (this->super_Output_data).field_0x1c" identifier = (field_expression "(this->super_Output_data).field_0x1c" (parenthesized_expression "(this->super_Output_data)" ( (field_expression "this->super_Output_data" identifier -> field_identifier) )) . field_identifier)) ;) (if_statement "if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) {\n (this->super_Output_data).field_0x1c = bVar1 | 2;\n return;\n }" if (parenthesized_expression "(((bVar1 & 2) == 0) && ((bVar1 & 8) == 0))" ( (binary_expression "((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)" (parenthesized_expression "((bVar1 & 2) == 0)" ( (binary_expression "(bVar1 & 2) == 0" (parenthesized_expression "(bVar1 & 2)" ( (binary_expression "bVar1 & 2" identifier & number_literal) )) == number_literal) )) && (parenthesized_expression "((bVar1 & 8) == 0)" ( (binary_expression "(bVar1 & 8) == 0" (parenthesized_expression "(bVar1 & 8)" ( (binary_expression "bVar1 & 8" identifier & number_literal) )) == number_literal) ))) )) (compound_statement "{\n (this->super_Output_data).field_0x1c = bVar1 | 2;\n return;\n }" { (expression_statement "(this->super_Output_data).field_0x1c = bVar1 | 2;" (assignment_expression "(this->super_Output_data).field_0x1c = bVar1 | 2" (field_expression "(this->super_Output_data).field_0x1c" (parenthesized_expression "(this->super_Output_data)" ( (field_expression "this->super_Output_data" identifier -> field_identifier) )) . field_identifier) = (binary_expression "bVar1 | 2" identifier | number_literal)) ;) (return_statement "return;" return ;) })) comment (expression_statement "Output_data_plt_arm<true>::set_final_data_size(in_stack_fffffff4);" (binary_expression "Output_data_plt_arm<true>::set_final_data_size(in_stack_fffffff4)" (binary_expression "Output_data_plt_arm<true" identifier < true) > (ERROR "::" : :) (call_expression "set_final_data_size(in_stack_fffffff4)" identifier (argument_list "(in_stack_fffffff4)" ( identifier )))) ;) })))
(translation_unit "void FUN_0010d390(int param_1)\n\n{\n byte bVar1;\n \n bVar1 = *(byte *)(param_1 + 0x1c);\n if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) {\n *(byte *)(param_1 + 0x1c) = bVar1 | 2;\n return;\n }\n \n FUN_0010d2c0();\n}\n\n" (function_definition "void FUN_0010d390(int param_1)\n\n{\n byte bVar1;\n \n bVar1 = *(byte *)(param_1 + 0x1c);\n if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) {\n *(byte *)(param_1 + 0x1c) = bVar1 | 2;\n return;\n }\n \n FUN_0010d2c0();\n}" primitive_type (function_declarator "FUN_0010d390(int param_1)" identifier (parameter_list "(int param_1)" ( (parameter_declaration "int param_1" primitive_type identifier) ))) (compound_statement "{\n byte bVar1;\n \n bVar1 = *(byte *)(param_1 + 0x1c);\n if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) {\n *(byte *)(param_1 + 0x1c) = bVar1 | 2;\n return;\n }\n \n FUN_0010d2c0();\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (expression_statement "bVar1 = *(byte *)(param_1 + 0x1c);" (assignment_expression "bVar1 = *(byte *)(param_1 + 0x1c)" identifier = (pointer_expression "*(byte *)(param_1 + 0x1c)" * (cast_expression "(byte *)(param_1 + 0x1c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1c)" ( (binary_expression "param_1 + 0x1c" identifier + number_literal) ))))) ;) (if_statement "if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) {\n *(byte *)(param_1 + 0x1c) = bVar1 | 2;\n return;\n }" if (parenthesized_expression "(((bVar1 & 2) == 0) && ((bVar1 & 8) == 0))" ( (binary_expression "((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)" (parenthesized_expression "((bVar1 & 2) == 0)" ( (binary_expression "(bVar1 & 2) == 0" (parenthesized_expression "(bVar1 & 2)" ( (binary_expression "bVar1 & 2" identifier & number_literal) )) == number_literal) )) && (parenthesized_expression "((bVar1 & 8) == 0)" ( (binary_expression "(bVar1 & 8) == 0" (parenthesized_expression "(bVar1 & 8)" ( (binary_expression "bVar1 & 8" identifier & number_literal) )) == number_literal) ))) )) (compound_statement "{\n *(byte *)(param_1 + 0x1c) = bVar1 | 2;\n return;\n }" { (expression_statement "*(byte *)(param_1 + 0x1c) = bVar1 | 2;" (assignment_expression "*(byte *)(param_1 + 0x1c) = bVar1 | 2" (pointer_expression "*(byte *)(param_1 + 0x1c)" * (cast_expression "(byte *)(param_1 + 0x1c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1c)" ( (binary_expression "param_1 + 0x1c" identifier + number_literal) )))) = (binary_expression "bVar1 | 2" identifier | number_literal)) ;) (return_statement "return;" return ;) })) (expression_statement "FUN_0010d2c0();" (call_expression "FUN_0010d2c0()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) == LIT) )) && (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) == LIT) ))) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression IDENT | LIT)) ;) (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "void FUN_0010d390(int param_1)\n\n{\n byte bVar1;\n \n bVar1 = *(byte *)(param_1 + 0x1c);\n if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) {\n *(byte *)(param_1 + 0x1c) = bVar1 | 2;\n return;\n }\n \n FUN_0010d2c0();\n}" (primitive_type "void") (function_declarator "FUN_0010d390(int param_1)" (identifier "FUN_0010d390") (parameter_list "(int param_1)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) () ")"))) (compound_statement "{\n byte bVar1;\n \n bVar1 = *(byte *)(param_1 + 0x1c);\n if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) {\n *(byte *)(param_1 + 0x1c) = bVar1 | 2;\n return;\n }\n \n FUN_0010d2c0();\n}" ({ "{") (declaration "byte bVar1;" (type_identifier "byte") (identifier "bVar1") (; ";")) (expression_statement "bVar1 = *(byte *)(param_1 + 0x1c);" (assignment_expression "bVar1 = *(byte *)(param_1 + 0x1c)" (identifier "bVar1") (= "=") (pointer_expression "*(byte *)(param_1 + 0x1c)" (* "*") (cast_expression "(byte *)(param_1 + 0x1c)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x1c)" (( "(") (binary_expression "param_1 + 0x1c" (identifier "param_1") (+ "+") (number_literal "0x1c")) () ")"))))) (; ";")) (if_statement "if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) {\n *(byte *)(param_1 + 0x1c) = bVar1 | 2;\n return;\n }" (if "if") (parenthesized_expression "(((bVar1 & 2) == 0) && ((bVar1 & 8) == 0))" (( "(") (binary_expression "((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)" (parenthesized_expression "((bVar1 & 2) == 0)" (( "(") (binary_expression "(bVar1 & 2) == 0" (parenthesized_expression "(bVar1 & 2)" (( "(") (binary_expression "bVar1 & 2" (identifier "bVar1") (& "&") (number_literal "2")) () ")")) (== "==") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "((bVar1 & 8) == 0)" (( "(") (binary_expression "(bVar1 & 8) == 0" (parenthesized_expression "(bVar1 & 8)" (( "(") (binary_expression "bVar1 & 8" (identifier "bVar1") (& "&") (number_literal "8")) () ")")) (== "==") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n *(byte *)(param_1 + 0x1c) = bVar1 | 2;\n return;\n }" ({ "{") (expression_statement "*(byte *)(param_1 + 0x1c) = bVar1 | 2;" (assignment_expression "*(byte *)(param_1 + 0x1c) = bVar1 | 2" (pointer_expression "*(byte *)(param_1 + 0x1c)" (* "*") (cast_expression "(byte *)(param_1 + 0x1c)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x1c)" (( "(") (binary_expression "param_1 + 0x1c" (identifier "param_1") (+ "+") (number_literal "0x1c")) () ")")))) (= "=") (binary_expression "bVar1 | 2" (identifier "bVar1") (| "|") (number_literal "2"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_0010d2c0();" (call_expression "FUN_0010d2c0()" (identifier "FUN_0010d2c0") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
/* WARNING: Enum "<anon>": Some values do not have unique names */ /* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void set_final_data_size(Stub_table<true> * this) */ void __thiscall anon_unknown.dwarf_91258a::type_1<true>::function_1(type_1<true> *this) { type_2 var_2; var_1<true> *in_stack_fffffff4; var_2 = (this->super_Output_data).field_0x1c; if (((var_2 & 2) == 0) && ((var_2 & 8) == 0)) { (this->super_Output_data).field_0x1c = var_2 | 2; return; } /* WARNING: Subroutine does not return */ var_1<true>::function_1(in_stack_fffffff4); }
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: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (identifier) right: (number_literal)))) (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
null
void MASKED(int param_1) { byte bVar1; bVar1 = *(byte *)(param_1 + 0x1c); if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) { *(byte *)(param_1 + 0x1c) = bVar1 | 2; return; } /* WARNING: Subroutine does not return */ FUN_0010d2c0(); }
464_ia64-linux-gnu-strip_and_ia64-linux-gnu-strip_strip.c
malloc
malloc
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * malloc(size_t __size) { /* WARNING: Bad instruction - Truncating control flow here */ /* malloc@@GLIBC_2.0 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * malloc(size_t __size) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206185722')]
[('const-1', u'RETURN_-1206185722')]
null
null
000410fc
x86
O3
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * malloc(size_t __size)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "void * malloc(size_t __size)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (pointer_declarator "* malloc(size_t __size)" * (function_declarator "malloc(size_t __size)" identifier (parameter_list "(size_t __size)" ( (parameter_declaration "size_t __size" 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 * malloc(size_t __size)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* malloc@@GLIBC_2.0 */\n halt_baddata();\n}\n\n" comment comment (function_definition "void * malloc(size_t __size)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* malloc@@GLIBC_2.0 */\n halt_baddata();\n}" primitive_type (pointer_declarator "* malloc(size_t __size)" * (function_declarator "malloc(size_t __size)" identifier (parameter_list "(size_t __size)" ( (parameter_declaration "size_t __size" primitive_type identifier) )))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* malloc@@GLIBC_2.0 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "void * malloc(size_t __size)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void * malloc(size_t __size)\n\n{\n \n halt_baddata();\n}" primitive_type (pointer_declarator "* malloc(size_t __size)" * (function_declarator "malloc(size_t __size)" identifier (parameter_list "(size_t __size)" ( (parameter_declaration "size_t __size" primitive_type identifier) )))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) )))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "void * malloc(size_t __size)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (pointer_declarator "* malloc(size_t __size)" (* "*") (function_declarator "malloc(size_t __size)" (identifier "malloc") (parameter_list "(size_t __size)" (( "(") (parameter_declaration "size_t __size" (primitive_type "size_t") (identifier "__size")) () ")")))) (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(size_t __size) { /* WARNING: Bad instruction - Truncating control flow here */ /* malloc@@GLIBC_2.0 */ var_1(); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
null
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * MASKED(size_t __size) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
7259_powerpc-linux-gnuspe-dwp_and_powerpc-linux-gnuspe-dwp_strip.c
get_input_merge_map
FUN_001c4bc0
/* DWARF original prototype: Input_merge_map * get_input_merge_map(Object_merge_map * this, uint shndx) */ Input_merge_map * __thiscall gold::Object_merge_map::get_input_merge_map(Object_merge_map *this,uint shndx) { uint uVar1; pointer ppVar2; pointer ppVar3; Object_merge_map *in_stack_fffffff4; uint in_stack_fffffff8; if (shndx == 0xffffffff) { /* WARNING: Subroutine does not return */ get_input_merge_map(in_stack_fffffff4,in_stack_fffffff8); } ppVar3 = (this->section_merge_maps_). super__Vector_base<std::pair<unsigned_int,_gold::Object_merge_map::Input_merge_map*>,_std::allocator<std::pair<unsigned_int,_gold::Object_merge_map::Input_merge_map*>_>_> ._M_impl._M_start; ppVar2 = (this->section_merge_maps_). super__Vector_base<std::pair<unsigned_int,_gold::Object_merge_map::Input_merge_map*>,_std::allocator<std::pair<unsigned_int,_gold::Object_merge_map::Input_merge_map*>_>_> ._M_impl._M_finish; if (ppVar3 != ppVar2) { uVar1 = ppVar3->first; while( true ) { if (shndx == uVar1) { return ppVar3->second; } ppVar3 = ppVar3 + 1; if (ppVar2 == ppVar3) break; uVar1 = ppVar3->first; } } return (Input_merge_map *)0x0; }
/* WARNING: Function: __i686.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */ /* WARNING: Removing unreachable block (ram,0x001c4c8d) */ /* WARNING: Removing unreachable block (ram,0x001c4c92) */ /* WARNING: Removing unreachable block (ram,0x001c4c9f) */ /* WARNING: Removing unreachable block (ram,0x001c4ca3) */ /* WARNING: Removing unreachable block (ram,0x001c4cb0) */ /* WARNING: Removing unreachable block (ram,0x001c4cc3) */ /* WARNING: Removing unreachable block (ram,0x001c4cd0) */ undefined4 * FUN_001c4bc0(undefined4 *param_1,int param_2) { int iVar1; int *piVar2; undefined4 *puVar3; undefined4 uVar4; int extraout_ECX; int unaff_EBX; undefined4 *puStack_8; if (param_2 != -1) { piVar2 = (int *)*param_1; if (piVar2 != (int *)param_1[1]) { iVar1 = *piVar2; while( true ) { if (param_2 == iVar1) { return (undefined4 *)piVar2[1]; } piVar2 = piVar2 + 2; if ((int *)param_1[1] == piVar2) break; iVar1 = *piVar2; } } return (undefined4 *)0x0; } FUN_001c4ad0(); if (unaff_EBX == -1) { FUN_001c4ad0(); uVar4 = FUN_001c4aa0(); /* WARNING: Subroutine does not return */ FUN_00069d00(extraout_ECX + -0x107be7,0xc0,extraout_ECX + -0xeecd0,uVar4); } piVar2 = (int *)*puStack_8; if (piVar2 == (int *)puStack_8[1]) { LAB_001c4c46: puVar3 = (undefined4 *)0x0; } else { iVar1 = *piVar2; while (unaff_EBX != iVar1) { piVar2 = piVar2 + 2; if ((int *)puStack_8[1] == piVar2) goto LAB_001c4c46; iVar1 = *piVar2; } puVar3 = (undefined4 *)piVar2[1]; if (puVar3 != (undefined4 *)0x0) { return (undefined4 *)*puVar3; } } return puVar3; }
PUSH EBX SUB ESP,0x8 MOV ECX,dword ptr [ESP + 0x14] MOV EAX,dword ptr [ESP + 0x10] CMP ECX,-0x1 JZ 0x001c4c08 MOV EDX,dword ptr [EAX] MOV EBX,dword ptr [EAX + 0x4] CMP EDX,EBX JZ 0x001c4bf6 LEA EAX,[EDX + 0x8] CMP ECX,dword ptr [EDX] JNZ 0x001c4bf0 JMP 0x001c4c00 ADD EAX,0x8 CMP dword ptr [EAX + -0x8],ECX JZ 0x001c4c00 MOV EDX,EAX CMP EBX,EAX JNZ 0x001c4be8 ADD ESP,0x8 XOR EAX,EAX POP EBX RET MOV EAX,dword ptr [EDX + 0x4] ADD ESP,0x8 POP EBX RET CALL 0x001c4ad0 NOP NOP
null
null
null
null
[('tmp_398', u'INT_EQUAL_-1207743459'), ('const-0', u'PTRSUB_-1207743224'), (u'PTRADD_-1207743232', u'MULTIEQUAL_-1207743228'), (u'INT_EQUAL_-1207743459', u'CBRANCH_-1207743457'), (u'PTRSUB_-1207743232', u'PTRSUB_-1207743227'), (u'INT_NOTEQUAL_-1207743479', u'CBRANCH_-1207743479'), (u'PTRSUB_-1207743229', u'PTRSUB_-1207743224'), (u'PTRSUB_-1207743227', u'LOAD_-1207743474'), (u'MULTIEQUAL_-1207743228', u'PTRSUB_-1207743190'), (u'PTRSUB_-1207743224', u'PTRSUB_-1207743221'), (u'PTRSUB_-1207743227', u'PTRSUB_-1207743224'), ('const-417', u'LOAD_-1207743474'), (u'LOAD_-1207743499', u'INT_NOTEQUAL_-1207743479'), ('tmp_397', u'PTRSUB_-1207743240'), ('const-0', u'PTRSUB_-1207743224'), (u'LOAD_-1207743474', u'MULTIEQUAL_-1207743225'), (u'COPY_-1207743390', u'RETURN_-1207743365'), ('const-0', u'PTRSUB_-1207743212'), (u'PTRSUB_-1207743190', u'LOAD_-1207743424'), ('const-0', u'PTRSUB_-1207743227'), ('const-417', u'LOAD_-1207743504'), (u'MULTIEQUAL_-1207743228', u'PTRADD_-1207743232'), ('tmp_78', u'CBRANCH_-1207743504'), ('const-0', u'PTRSUB_-1207743243'), (u'COPY_-1207743424', u'RETURN_-1207743392'), ('const-0', u'RETURN_-1207743365'), ('tmp_650', u'CALL_-1207743331'), ('const-0', u'PTRSUB_-1207743240'), (u'LOAD_-1207743379', u'MULTIEQUAL_-1207743225'), ('const-417', u'LOAD_-1207743424'), ('const-417', u'LOAD_-1207743379'), (u'PTRSUB_-1207743221', u'LOAD_-1207743499'), ('const-0', u'COPY_-1207743390'), (u'PTRSUB_-1207743212', u'LOAD_-1207743379'), (u'PTRSUB_-1207743224', u'LOAD_-1207743504'), ('tmp_121', u'CBRANCH_-1207743479'), ('const-0', u'PTRSUB_-1207743227'), (u'PTRADD_-1207743232', u'INT_EQUAL_-1207743405'), ('const-8', u'PTRADD_-1207743232'), ('const-4', u'PTRSUB_-1207743190'), (u'PTRSUB_-1207743240', u'PTRSUB_-1207743229'), (u'MULTIEQUAL_-1207743225', u'INT_EQUAL_-1207743459'), (u'LOAD_-1207743499', u'INT_EQUAL_-1207743405'), ('const-1', u'PTRADD_-1207743232'), (u'INT_EQUAL_-1207743405', u'CBRANCH_-1207743403'), (u'LOAD_-1207743504', u'INT_NOTEQUAL_-1207743479'), ('tmp_161', u'CBRANCH_-1207743457'), ('const-4294967295', u'INT_EQUAL_-1207743506'), (u'LOAD_-1207743504', u'PTRSUB_-1207743227'), ('tmp_398', u'INT_EQUAL_-1207743506'), ('tmp_247', u'CBRANCH_-1207743403'), ('const-4', u'PTRSUB_-1207743221'), (u'INT_EQUAL_-1207743506', u'CBRANCH_-1207743504'), (u'PTRADD_-1207743232', u'PTRSUB_-1207743212'), (u'PTRSUB_-1207743243', u'PTRSUB_-1207743232'), ('const-0', u'PTRSUB_-1207743229'), (u'LOAD_-1207743504', u'MULTIEQUAL_-1207743228'), ('const-0', u'PTRSUB_-1207743232'), ('const-1', u'RETURN_-1207743326'), (u'LOAD_-1207743424', u'COPY_-1207743424'), ('const-0', u'RETURN_-1207743392'), ('tmp_397', u'PTRSUB_-1207743243'), ('const-417', u'LOAD_-1207743499'), ('tmp_651', u'CALL_-1207743331')]
[('tmp_707', u'CBRANCH_-1207743152'), (u'MULTIEQUAL_-1207742618', u'PTRADD_-1207742586'), (u'CAST_-1207742568', u'COPY_-1207743424'), (u'MULTIEQUAL_-1207742534', u'INT_NOTEQUAL_-1207743235'), (u'INT_EQUAL_-1207743459', u'CBRANCH_-1207743457'), (u'MULTIEQUAL_-1207742618', u'PTRADD_-1207742625'), (u'CAST_-1207742492', u'MULTIEQUAL_-1207742726'), ('const-4293887001', u'INT_ADD_-1207742746'), (u'INT_NOTEQUAL_-1207743182', u'CBRANCH_-1207743182'), (u'INT_NOTEQUAL_-1207743479', u'CBRANCH_-1207743479'), (u'CAST_-1207742541', u'MULTIEQUAL_-1207742540'), (u'PTRADD_-1207742542', u'INT_EQUAL_-1207743154'), (u'LOAD_-1207743251', u'MULTIEQUAL_-1207742534'), ('const-4', u'PTRADD_-1207742625'), ('const-1', u'RETURN_-1207742731'), (u'COPY_-1207743390', u'RETURN_-1207743365'), (u'PTRADD_-1207742625', u'MULTIEQUAL_-1207742618'), (u'CAST_-1207742538', u'INT_EQUAL_-1207743154'), (u'LOAD_-1207743424', u'CAST_-1207742568'), (u'INT_EQUAL_-1207743257', u'CBRANCH_-1207743256'), ('tmp_78', u'CBRANCH_-1207743504'), ('tmp_547', u'CBRANCH_-1207743234'), (u'CAST_-1207742617', u'INT_NOTEQUAL_-1207743479'), (u'PTRADD_-1207742625', u'INT_EQUAL_-1207743405'), (u'INT_EQUAL_-1207743154', u'CBRANCH_-1207743152'), (u'MULTIEQUAL_-1207742726', u'RETURN_-1207743152'), ('const-4293989168', u'INT_ADD_-1207742761'), ('const-1', u'PTRADD_-1207742550'), ('const-4', u'PTRADD_-1207742542'), (u'INT_EQUAL_-1207743283', u'CBRANCH_-1207743281'), ('const-0', u'RETURN_-1207743392'), ('const-4', u'PTRADD_-1207742633'), ('const-417', u'LOAD_-1207743379'), (u'MULTIEQUAL_-1207742540', u'PTRADD_-1207742503'), (u'LOAD_-1207743182', u'CAST_-1207742484'), ('const-0', u'RETURN_-1207743152'), ('const-4294967295', u'INT_EQUAL_-1207743283'), (u'CAST_-1207742492', u'INT_NOTEQUAL_-1207743182'), (u'CAST_-1207742492', u'LOAD_-1207743182'), ('const-417', u'LOAD_-1207743281'), (u'INT_NOTEQUAL_-1207743505', u'CBRANCH_-1207743504'), ('const-4294967295', u'INT_NOTEQUAL_-1207743505'), (u'PTRADD_-1207742625', u'LOAD_-1207743379'), (u'CAST_-1207742617', u'LOAD_-1207743474'), (u'INT_EQUAL_-1207743405', u'CBRANCH_-1207743403'), (u'INT_NOTEQUAL_-1207743235', u'CBRANCH_-1207743234'), ('const-2', u'PTRADD_-1207742542'), (u'CAST_-1207742541', u'LOAD_-1207743251'), ('tmp_247', u'CBRANCH_-1207743403'), ('tmp_464', u'CBRANCH_-1207743281'), ('const-1', u'PTRADD_-1207742586'), (u'LOAD_-1207743504', u'CAST_-1207742617'), (u'LOAD_-1207743379', u'MULTIEQUAL_-1207742615'), (u'LOAD_-1207743281', u'CAST_-1207742541'), (u'COPY_-1207743182', u'RETURN_-1207743151'), ('tmp_2460', u'INT_NOTEQUAL_-1207743505'), (u'PTRADD_-1207742586', u'LOAD_-1207743424'), ('const-417', u'LOAD_-1207743276'), (u'PTRADD_-1207742542', u'LOAD_-1207743144'), (u'CAST_-1207742614', u'INT_EQUAL_-1207743405'), ('const-417', u'LOAD_-1207743474'), (u'MULTIEQUAL_-1207742540', u'PTRADD_-1207742542'), (u'PTRADD_-1207742503', u'LOAD_-1207743201'), (u'LOAD_-1207743276', u'CAST_-1207742538'), ('tmp_2059', u'INT_EQUAL_-1207743283'), (u'INDIRECT_-1207742573', u'INT_ADD_-1207742761'), (u'INDIRECT_-1207742573', u'INT_ADD_-1207742746'), ('const-417', u'LOAD_-1207743144'), (u'LOAD_-1207743474', u'MULTIEQUAL_-1207742615'), ('const-0', u'RETURN_-1207743365'), (u'LOAD_-1207743499', u'CAST_-1207742614'), ('const-1', u'PTRADD_-1207742633'), ('tmp_2461', u'PTRADD_-1207742633'), ('const-417', u'LOAD_-1207743499'), ('tmp_2469', u'LOAD_-1207743281'), (u'MULTIEQUAL_-1207742615', u'INT_EQUAL_-1207743459'), (u'LOAD_-1207743201', u'CAST_-1207742492'), ('const-0', u'COPY_-1207743151'), (u'CAST_-1207742617', u'MULTIEQUAL_-1207742618'), (u'COPY_-1207743424', u'RETURN_-1207743392'), ('tmp_2059', u'INT_NOTEQUAL_-1207743235'), ('const-4', u'PTRADD_-1207742503'), ('tmp_582', u'CBRANCH_-1207743182'), ('const-2', u'PTRADD_-1207742625'), ('const-0', u'INT_NOTEQUAL_-1207743182'), ('const-192', u'CALL_-1207742736'), (u'CAST_-1207742614', u'INT_NOTEQUAL_-1207743479'), ('const-417', u'LOAD_-1207743504'), ('const-4', u'PTRADD_-1207742586'), ('tmp_121', u'CBRANCH_-1207743479'), (u'PTRADD_-1207742550', u'LOAD_-1207743276'), ('const-4', u'PTRADD_-1207742550'), (u'CAST_-1207742538', u'INT_EQUAL_-1207743257'), ('tmp_2460', u'INT_EQUAL_-1207743459'), (u'CALL_-1207742758', u'CALL_-1207742736'), (u'LOAD_-1207743144', u'MULTIEQUAL_-1207742534'), ('const-417', u'LOAD_-1207743251'), ('const-417', u'LOAD_-1207743201'), ('tmp_507', u'CBRANCH_-1207743256'), (u'INT_ADD_-1207742746', u'CALL_-1207742736'), ('tmp_161', u'CBRANCH_-1207743457'), (u'CALL_-1207742758', u'INDIRECT_-1207742573'), (u'PTRADD_-1207742633', u'LOAD_-1207743499'), (u'INT_ADD_-1207742761', u'CALL_-1207742736'), ('const-0', u'RETURN_-1207743151'), ('const-417', u'LOAD_-1207743424'), ('const-0', u'COPY_-1207743390'), (u'CAST_-1207742484', u'COPY_-1207743182'), (u'PTRADD_-1207742542', u'MULTIEQUAL_-1207742540'), (u'CAST_-1207742541', u'INT_EQUAL_-1207743257'), (u'COPY_-1207743151', u'MULTIEQUAL_-1207742726'), ('const-1', u'PTRADD_-1207742503'), ('tmp_2461', u'LOAD_-1207743504'), ('tmp_2469', u'PTRADD_-1207742550'), ('const-417', u'LOAD_-1207743182')]
null
null
001c4bc0
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */\n/* WARNING: Removing unreachable block (ram,0x001c4c8d) */\n/* WARNING: Removing unreachable block (ram,0x001c4c92) */\n/* WARNING: Removing unreachable block (ram,0x001c4c9f) */\n/* WARNING: Removing unreachable block (ram,0x001c4ca3) */\n/* WARNING: Removing unreachable block (ram,0x001c4cb0) */\n/* WARNING: Removing unreachable block (ram,0x001c4cc3) */\n/* WARNING: Removing unreachable block (ram,0x001c4cd0) */\n\nundefined4 * FUN_001c4bc0(undefined4 *param_1,int param_2)\n\n{\n int iVar1;\n int *piVar2;\n undefined4 *puVar3;\n undefined4 uVar4;\n int extraout_ECX;\n int unaff_EBX;\n undefined4 *puStack_8;\n \n if (param_2 != -1) {\n piVar2 = (int *)*param_1;\n if (piVar2 != (int *)param_1[1]) {\n iVar1 = *piVar2;\n while( true ) {\n if (param_2 == iVar1) {\n return (undefined4 *)piVar2[1];\n }\n piVar2 = piVar2 + 2;\n if ((int *)param_1[1] == piVar2) break;\n iVar1 = *piVar2;\n }\n }\n return (undefined4 *)0x0;\n }\n FUN_001c4ad0();\n if (unaff_EBX == -1) {\n FUN_001c4ad0();\n uVar4 = FUN_001c4aa0();\n /* WARNING: Subroutine does not return */\n FUN_00069d00(extraout_ECX + -0x107be7,0xc0,extraout_ECX + -0xeecd0,uVar4);\n }\n piVar2 = (int *)*puStack_8;\n if (piVar2 == (int *)puStack_8[1]) {\nLAB_001c4c46:\n puVar3 = (undefined4 *)0x0;\n }\n else {\n iVar1 = *piVar2;\n while (unaff_EBX != iVar1) {\n piVar2 = piVar2 + 2;\n if ((int *)puStack_8[1] == piVar2) goto LAB_001c4c46;\n iVar1 = *piVar2;\n }\n puVar3 = (undefined4 *)piVar2[1];\n if (puVar3 != (undefined4 *)0x0) {\n return (undefined4 *)*puVar3;\n }\n }\n return puVar3;\n}\n\n" comment comment comment comment comment comment comment comment (function_definition "undefined4 * FUN_001c4bc0(undefined4 *param_1,int param_2)\n\n{\n int iVar1;\n int *piVar2;\n undefined4 *puVar3;\n undefined4 uVar4;\n int extraout_ECX;\n int unaff_EBX;\n undefined4 *puStack_8;\n \n if (param_2 != -1) {\n piVar2 = (int *)*param_1;\n if (piVar2 != (int *)param_1[1]) {\n iVar1 = *piVar2;\n while( true ) {\n if (param_2 == iVar1) {\n return (undefined4 *)piVar2[1];\n }\n piVar2 = piVar2 + 2;\n if ((int *)param_1[1] == piVar2) break;\n iVar1 = *piVar2;\n }\n }\n return (undefined4 *)0x0;\n }\n FUN_001c4ad0();\n if (unaff_EBX == -1) {\n FUN_001c4ad0();\n uVar4 = FUN_001c4aa0();\n /* WARNING: Subroutine does not return */\n FUN_00069d00(extraout_ECX + -0x107be7,0xc0,extraout_ECX + -0xeecd0,uVar4);\n }\n piVar2 = (int *)*puStack_8;\n if (piVar2 == (int *)puStack_8[1]) {\nLAB_001c4c46:\n puVar3 = (undefined4 *)0x0;\n }\n else {\n iVar1 = *piVar2;\n while (unaff_EBX != iVar1) {\n piVar2 = piVar2 + 2;\n if ((int *)puStack_8[1] == piVar2) goto LAB_001c4c46;\n iVar1 = *piVar2;\n }\n puVar3 = (undefined4 *)piVar2[1];\n if (puVar3 != (undefined4 *)0x0) {\n return (undefined4 *)*puVar3;\n }\n }\n return puVar3;\n}" type_identifier (pointer_declarator "* FUN_001c4bc0(undefined4 *param_1,int param_2)" * (function_declarator "FUN_001c4bc0(undefined4 *param_1,int param_2)" identifier (parameter_list "(undefined4 *param_1,int param_2)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int param_2" primitive_type identifier) )))) (compound_statement "{\n int iVar1;\n int *piVar2;\n undefined4 *puVar3;\n undefined4 uVar4;\n int extraout_ECX;\n int unaff_EBX;\n undefined4 *puStack_8;\n \n if (param_2 != -1) {\n piVar2 = (int *)*param_1;\n if (piVar2 != (int *)param_1[1]) {\n iVar1 = *piVar2;\n while( true ) {\n if (param_2 == iVar1) {\n return (undefined4 *)piVar2[1];\n }\n piVar2 = piVar2 + 2;\n if ((int *)param_1[1] == piVar2) break;\n iVar1 = *piVar2;\n }\n }\n return (undefined4 *)0x0;\n }\n FUN_001c4ad0();\n if (unaff_EBX == -1) {\n FUN_001c4ad0();\n uVar4 = FUN_001c4aa0();\n /* WARNING: Subroutine does not return */\n FUN_00069d00(extraout_ECX + -0x107be7,0xc0,extraout_ECX + -0xeecd0,uVar4);\n }\n piVar2 = (int *)*puStack_8;\n if (piVar2 == (int *)puStack_8[1]) {\nLAB_001c4c46:\n puVar3 = (undefined4 *)0x0;\n }\n else {\n iVar1 = *piVar2;\n while (unaff_EBX != iVar1) {\n piVar2 = piVar2 + 2;\n if ((int *)puStack_8[1] == piVar2) goto LAB_001c4c46;\n iVar1 = *piVar2;\n }\n puVar3 = (undefined4 *)piVar2[1];\n if (puVar3 != (undefined4 *)0x0) {\n return (undefined4 *)*puVar3;\n }\n }\n return puVar3;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (declaration "undefined4 *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (declaration "undefined4 uVar4;" type_identifier identifier ;) (declaration "int extraout_ECX;" primitive_type identifier ;) (declaration "int unaff_EBX;" primitive_type identifier ;) (declaration "undefined4 *puStack_8;" type_identifier (pointer_declarator "*puStack_8" * identifier) ;) (if_statement "if (param_2 != -1) {\n piVar2 = (int *)*param_1;\n if (piVar2 != (int *)param_1[1]) {\n iVar1 = *piVar2;\n while( true ) {\n if (param_2 == iVar1) {\n return (undefined4 *)piVar2[1];\n }\n piVar2 = piVar2 + 2;\n if ((int *)param_1[1] == piVar2) break;\n iVar1 = *piVar2;\n }\n }\n return (undefined4 *)0x0;\n }" if (parenthesized_expression "(param_2 != -1)" ( (binary_expression "param_2 != -1" identifier != number_literal) )) (compound_statement "{\n piVar2 = (int *)*param_1;\n if (piVar2 != (int *)param_1[1]) {\n iVar1 = *piVar2;\n while( true ) {\n if (param_2 == iVar1) {\n return (undefined4 *)piVar2[1];\n }\n piVar2 = piVar2 + 2;\n if ((int *)param_1[1] == piVar2) break;\n iVar1 = *piVar2;\n }\n }\n return (undefined4 *)0x0;\n }" { (expression_statement "piVar2 = (int *)*param_1;" (assignment_expression "piVar2 = (int *)*param_1" identifier = (cast_expression "(int *)*param_1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (if_statement "if (piVar2 != (int *)param_1[1]) {\n iVar1 = *piVar2;\n while( true ) {\n if (param_2 == iVar1) {\n return (undefined4 *)piVar2[1];\n }\n piVar2 = piVar2 + 2;\n if ((int *)param_1[1] == piVar2) break;\n iVar1 = *piVar2;\n }\n }" if (parenthesized_expression "(piVar2 != (int *)param_1[1])" ( (binary_expression "piVar2 != (int *)param_1[1]" identifier != (cast_expression "(int *)param_1[1]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) )) (compound_statement "{\n iVar1 = *piVar2;\n while( true ) {\n if (param_2 == iVar1) {\n return (undefined4 *)piVar2[1];\n }\n piVar2 = piVar2 + 2;\n if ((int *)param_1[1] == piVar2) break;\n iVar1 = *piVar2;\n }\n }" { (expression_statement "iVar1 = *piVar2;" (assignment_expression "iVar1 = *piVar2" identifier = (pointer_expression "*piVar2" * identifier)) ;) (while_statement "while( true ) {\n if (param_2 == iVar1) {\n return (undefined4 *)piVar2[1];\n }\n piVar2 = piVar2 + 2;\n if ((int *)param_1[1] == piVar2) break;\n iVar1 = *piVar2;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n if (param_2 == iVar1) {\n return (undefined4 *)piVar2[1];\n }\n piVar2 = piVar2 + 2;\n if ((int *)param_1[1] == piVar2) break;\n iVar1 = *piVar2;\n }" { (if_statement "if (param_2 == iVar1) {\n return (undefined4 *)piVar2[1];\n }" if (parenthesized_expression "(param_2 == iVar1)" ( (binary_expression "param_2 == iVar1" identifier == identifier) )) (compound_statement "{\n return (undefined4 *)piVar2[1];\n }" { (return_statement "return (undefined4 *)piVar2[1];" return (cast_expression "(undefined4 *)piVar2[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar2[1]" identifier [ number_literal ])) ;) })) (expression_statement "piVar2 = piVar2 + 2;" (assignment_expression "piVar2 = piVar2 + 2" identifier = (binary_expression "piVar2 + 2" identifier + number_literal)) ;) (if_statement "if ((int *)param_1[1] == piVar2) break;" if (parenthesized_expression "((int *)param_1[1] == piVar2)" ( (binary_expression "(int *)param_1[1] == piVar2" (cast_expression "(int *)param_1[1]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) == identifier) )) (break_statement "break;" break ;)) (expression_statement "iVar1 = *piVar2;" (assignment_expression "iVar1 = *piVar2" identifier = (pointer_expression "*piVar2" * identifier)) ;) })) })) (return_statement "return (undefined4 *)0x0;" return (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) ;) })) (expression_statement "FUN_001c4ad0();" (call_expression "FUN_001c4ad0()" identifier (argument_list "()" ( ))) ;) (if_statement "if (unaff_EBX == -1) {\n FUN_001c4ad0();\n uVar4 = FUN_001c4aa0();\n /* WARNING: Subroutine does not return */\n FUN_00069d00(extraout_ECX + -0x107be7,0xc0,extraout_ECX + -0xeecd0,uVar4);\n }" if (parenthesized_expression "(unaff_EBX == -1)" ( (binary_expression "unaff_EBX == -1" identifier == number_literal) )) (compound_statement "{\n FUN_001c4ad0();\n uVar4 = FUN_001c4aa0();\n /* WARNING: Subroutine does not return */\n FUN_00069d00(extraout_ECX + -0x107be7,0xc0,extraout_ECX + -0xeecd0,uVar4);\n }" { (expression_statement "FUN_001c4ad0();" (call_expression "FUN_001c4ad0()" identifier (argument_list "()" ( ))) ;) (expression_statement "uVar4 = FUN_001c4aa0();" (assignment_expression "uVar4 = FUN_001c4aa0()" identifier = (call_expression "FUN_001c4aa0()" identifier (argument_list "()" ( )))) ;) comment (expression_statement "FUN_00069d00(extraout_ECX + -0x107be7,0xc0,extraout_ECX + -0xeecd0,uVar4);" (call_expression "FUN_00069d00(extraout_ECX + -0x107be7,0xc0,extraout_ECX + -0xeecd0,uVar4)" identifier (argument_list "(extraout_ECX + -0x107be7,0xc0,extraout_ECX + -0xeecd0,uVar4)" ( (binary_expression "extraout_ECX + -0x107be7" identifier + number_literal) , number_literal , (binary_expression "extraout_ECX + -0xeecd0" identifier + number_literal) , identifier ))) ;) })) (expression_statement "piVar2 = (int *)*puStack_8;" (assignment_expression "piVar2 = (int *)*puStack_8" identifier = (cast_expression "(int *)*puStack_8" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puStack_8" * identifier))) ;) (if_statement "if (piVar2 == (int *)puStack_8[1]) {\nLAB_001c4c46:\n puVar3 = (undefined4 *)0x0;\n }\n else {\n iVar1 = *piVar2;\n while (unaff_EBX != iVar1) {\n piVar2 = piVar2 + 2;\n if ((int *)puStack_8[1] == piVar2) goto LAB_001c4c46;\n iVar1 = *piVar2;\n }\n puVar3 = (undefined4 *)piVar2[1];\n if (puVar3 != (undefined4 *)0x0) {\n return (undefined4 *)*puVar3;\n }\n }" if (parenthesized_expression "(piVar2 == (int *)puStack_8[1])" ( (binary_expression "piVar2 == (int *)puStack_8[1]" identifier == (cast_expression "(int *)puStack_8[1]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "puStack_8[1]" identifier [ number_literal ]))) )) (compound_statement "{\nLAB_001c4c46:\n puVar3 = (undefined4 *)0x0;\n }" { (labeled_statement "LAB_001c4c46:\n puVar3 = (undefined4 *)0x0;" statement_identifier : (expression_statement "puVar3 = (undefined4 *)0x0;" (assignment_expression "puVar3 = (undefined4 *)0x0" identifier = (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;)) }) (else_clause "else {\n iVar1 = *piVar2;\n while (unaff_EBX != iVar1) {\n piVar2 = piVar2 + 2;\n if ((int *)puStack_8[1] == piVar2) goto LAB_001c4c46;\n iVar1 = *piVar2;\n }\n puVar3 = (undefined4 *)piVar2[1];\n if (puVar3 != (undefined4 *)0x0) {\n return (undefined4 *)*puVar3;\n }\n }" else (compound_statement "{\n iVar1 = *piVar2;\n while (unaff_EBX != iVar1) {\n piVar2 = piVar2 + 2;\n if ((int *)puStack_8[1] == piVar2) goto LAB_001c4c46;\n iVar1 = *piVar2;\n }\n puVar3 = (undefined4 *)piVar2[1];\n if (puVar3 != (undefined4 *)0x0) {\n return (undefined4 *)*puVar3;\n }\n }" { (expression_statement "iVar1 = *piVar2;" (assignment_expression "iVar1 = *piVar2" identifier = (pointer_expression "*piVar2" * identifier)) ;) (while_statement "while (unaff_EBX != iVar1) {\n piVar2 = piVar2 + 2;\n if ((int *)puStack_8[1] == piVar2) goto LAB_001c4c46;\n iVar1 = *piVar2;\n }" while (parenthesized_expression "(unaff_EBX != iVar1)" ( (binary_expression "unaff_EBX != iVar1" identifier != identifier) )) (compound_statement "{\n piVar2 = piVar2 + 2;\n if ((int *)puStack_8[1] == piVar2) goto LAB_001c4c46;\n iVar1 = *piVar2;\n }" { (expression_statement "piVar2 = piVar2 + 2;" (assignment_expression "piVar2 = piVar2 + 2" identifier = (binary_expression "piVar2 + 2" identifier + number_literal)) ;) (if_statement "if ((int *)puStack_8[1] == piVar2) goto LAB_001c4c46;" if (parenthesized_expression "((int *)puStack_8[1] == piVar2)" ( (binary_expression "(int *)puStack_8[1] == piVar2" (cast_expression "(int *)puStack_8[1]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "puStack_8[1]" identifier [ number_literal ])) == identifier) )) (goto_statement "goto LAB_001c4c46;" goto statement_identifier ;)) (expression_statement "iVar1 = *piVar2;" (assignment_expression "iVar1 = *piVar2" identifier = (pointer_expression "*piVar2" * identifier)) ;) })) (expression_statement "puVar3 = (undefined4 *)piVar2[1];" (assignment_expression "puVar3 = (undefined4 *)piVar2[1]" identifier = (cast_expression "(undefined4 *)piVar2[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar2[1]" identifier [ number_literal ]))) ;) (if_statement "if (puVar3 != (undefined4 *)0x0) {\n return (undefined4 *)*puVar3;\n }" if (parenthesized_expression "(puVar3 != (undefined4 *)0x0)" ( (binary_expression "puVar3 != (undefined4 *)0x0" identifier != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return (undefined4 *)*puVar3;\n }" { (return_statement "return (undefined4 *)*puVar3;" return (cast_expression "(undefined4 *)*puVar3" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar3" * identifier)) ;) })) }))) (return_statement "return puVar3;" return identifier ;) })))
(translation_unit "/* DWARF original prototype: Input_merge_map * get_input_merge_map(Object_merge_map * this, uint\n shndx) */\n\nInput_merge_map * __thiscall\ngold::Object_merge_map::get_input_merge_map(Object_merge_map *this,uint shndx)\n\n{\n uint uVar1;\n pointer ppVar2;\n pointer ppVar3;\n Object_merge_map *in_stack_fffffff4;\n uint in_stack_fffffff8;\n \n if (shndx == 0xffffffff) {\n /* WARNING: Subroutine does not return */\n get_input_merge_map(in_stack_fffffff4,in_stack_fffffff8);\n }\n ppVar3 = (this->section_merge_maps_).\n super__Vector_base<std::pair<unsigned_int,_gold::Object_merge_map::Input_merge_map*>,_std::allocator<std::pair<unsigned_int,_gold::Object_merge_map::Input_merge_map*>_>_>\n ._M_impl._M_start;\n ppVar2 = (this->section_merge_maps_).\n super__Vector_base<std::pair<unsigned_int,_gold::Object_merge_map::Input_merge_map*>,_std::allocator<std::pair<unsigned_int,_gold::Object_merge_map::Input_merge_map*>_>_>\n ._M_impl._M_finish;\n if (ppVar3 != ppVar2) {\n uVar1 = ppVar3->first;\n while( true ) {\n if (shndx == uVar1) {\n return ppVar3->second;\n }\n ppVar3 = ppVar3 + 1;\n if (ppVar2 == ppVar3) break;\n uVar1 = ppVar3->first;\n }\n }\n return (Input_merge_map *)0x0;\n}\n\n" comment (ERROR "Input_merge_map * __thiscall\ngold::Object_merge_map::get_input_merge_map(Object_merge_map *this,uint shndx)" (binary_expression "Input_merge_map * __thiscall\ngold::Object_merge_map::get_input_merge_map(Object_merge_map *this" (binary_expression "Input_merge_map * __thiscall" identifier * identifier) (ERROR "gold::Object_merge_map::get_input_merge_map(Object_merge_map" identifier : : identifier : : identifier ( identifier) * identifier) , identifier identifier )) (compound_statement "{\n uint uVar1;\n pointer ppVar2;\n pointer ppVar3;\n Object_merge_map *in_stack_fffffff4;\n uint in_stack_fffffff8;\n \n if (shndx == 0xffffffff) {\n /* WARNING: Subroutine does not return */\n get_input_merge_map(in_stack_fffffff4,in_stack_fffffff8);\n }\n ppVar3 = (this->section_merge_maps_).\n super__Vector_base<std::pair<unsigned_int,_gold::Object_merge_map::Input_merge_map*>,_std::allocator<std::pair<unsigned_int,_gold::Object_merge_map::Input_merge_map*>_>_>\n ._M_impl._M_start;\n ppVar2 = (this->section_merge_maps_).\n super__Vector_base<std::pair<unsigned_int,_gold::Object_merge_map::Input_merge_map*>,_std::allocator<std::pair<unsigned_int,_gold::Object_merge_map::Input_merge_map*>_>_>\n ._M_impl._M_finish;\n if (ppVar3 != ppVar2) {\n uVar1 = ppVar3->first;\n while( true ) {\n if (shndx == uVar1) {\n return ppVar3->second;\n }\n ppVar3 = ppVar3 + 1;\n if (ppVar2 == ppVar3) break;\n uVar1 = ppVar3->first;\n }\n }\n return (Input_merge_map *)0x0;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "pointer ppVar2;" type_identifier identifier ;) (declaration "pointer ppVar3;" type_identifier identifier ;) (declaration "Object_merge_map *in_stack_fffffff4;" type_identifier (pointer_declarator "*in_stack_fffffff4" * identifier) ;) (declaration "uint in_stack_fffffff8;" type_identifier identifier ;) (if_statement "if (shndx == 0xffffffff) {\n /* WARNING: Subroutine does not return */\n get_input_merge_map(in_stack_fffffff4,in_stack_fffffff8);\n }" if (parenthesized_expression "(shndx == 0xffffffff)" ( (binary_expression "shndx == 0xffffffff" identifier == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n get_input_merge_map(in_stack_fffffff4,in_stack_fffffff8);\n }" { comment (expression_statement "get_input_merge_map(in_stack_fffffff4,in_stack_fffffff8);" (call_expression "get_input_merge_map(in_stack_fffffff4,in_stack_fffffff8)" identifier (argument_list "(in_stack_fffffff4,in_stack_fffffff8)" ( identifier , identifier ))) ;) })) (ERROR "ppVar3 = (this->section_merge_maps_).\n super__Vector_base<std::pair<unsigned_int,_gold::Object_merge_map::Input_merge_map*>,_std::allocator<std::pair<unsigned_int,_gold::" (comma_expression "ppVar3 = (this->section_merge_maps_).\n super__Vector_base<std::pair<unsigned_int,_gold" (binary_expression "ppVar3 = (this->section_merge_maps_).\n super__Vector_base<std::pair<unsigned_int" (assignment_expression "ppVar3 = (this->section_merge_maps_).\n super__Vector_base<std" identifier = (binary_expression "(this->section_merge_maps_).\n super__Vector_base<std" (field_expression "(this->section_merge_maps_).\n super__Vector_base" (parenthesized_expression "(this->section_merge_maps_)" ( (field_expression "this->section_merge_maps_" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::pair" : : identifier) < identifier) , identifier) : : identifier : : identifier * > , identifier : : (binary_expression "allocator<std" identifier < identifier) : : (comma_expression "pair<unsigned_int,_gold" (binary_expression "pair<unsigned_int" identifier < identifier) , identifier) : :) (expression_statement "Object_merge_map::Input_merge_map*>_>_>\n ._M_impl._M_start;" (field_expression "Object_merge_map::Input_merge_map*>_>_>\n ._M_impl._M_start" (field_expression "Object_merge_map::Input_merge_map*>_>_>\n ._M_impl" (binary_expression "Object_merge_map::Input_merge_map*>_>_" (binary_expression "Object_merge_map::Input_merge_map*>_" identifier (ERROR "::Input_merge_map*" : : identifier *) > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (ERROR "ppVar2 = (this->section_merge_maps_).\n super__Vector_base<std::pair<unsigned_int,_gold::Object_merge_map::Input_merge_map*>,_std::allocator<std::pair<unsigned_int,_gold::" (comma_expression "ppVar2 = (this->section_merge_maps_).\n super__Vector_base<std::pair<unsigned_int,_gold" (binary_expression "ppVar2 = (this->section_merge_maps_).\n super__Vector_base<std::pair<unsigned_int" (assignment_expression "ppVar2 = (this->section_merge_maps_).\n super__Vector_base<std" identifier = (binary_expression "(this->section_merge_maps_).\n super__Vector_base<std" (field_expression "(this->section_merge_maps_).\n super__Vector_base" (parenthesized_expression "(this->section_merge_maps_)" ( (field_expression "this->section_merge_maps_" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::pair" : : identifier) < identifier) , identifier) : : identifier : : identifier * > , identifier : : (binary_expression "allocator<std" identifier < identifier) : : (comma_expression "pair<unsigned_int,_gold" (binary_expression "pair<unsigned_int" identifier < identifier) , identifier) : :) (expression_statement "Object_merge_map::Input_merge_map*>_>_>\n ._M_impl._M_finish;" (field_expression "Object_merge_map::Input_merge_map*>_>_>\n ._M_impl._M_finish" (field_expression "Object_merge_map::Input_merge_map*>_>_>\n ._M_impl" (binary_expression "Object_merge_map::Input_merge_map*>_>_" (binary_expression "Object_merge_map::Input_merge_map*>_" identifier (ERROR "::Input_merge_map*" : : identifier *) > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (if_statement "if (ppVar3 != ppVar2) {\n uVar1 = ppVar3->first;\n while( true ) {\n if (shndx == uVar1) {\n return ppVar3->second;\n }\n ppVar3 = ppVar3 + 1;\n if (ppVar2 == ppVar3) break;\n uVar1 = ppVar3->first;\n }\n }" if (parenthesized_expression "(ppVar3 != ppVar2)" ( (binary_expression "ppVar3 != ppVar2" identifier != identifier) )) (compound_statement "{\n uVar1 = ppVar3->first;\n while( true ) {\n if (shndx == uVar1) {\n return ppVar3->second;\n }\n ppVar3 = ppVar3 + 1;\n if (ppVar2 == ppVar3) break;\n uVar1 = ppVar3->first;\n }\n }" { (expression_statement "uVar1 = ppVar3->first;" (assignment_expression "uVar1 = ppVar3->first" identifier = (field_expression "ppVar3->first" identifier -> field_identifier)) ;) (while_statement "while( true ) {\n if (shndx == uVar1) {\n return ppVar3->second;\n }\n ppVar3 = ppVar3 + 1;\n if (ppVar2 == ppVar3) break;\n uVar1 = ppVar3->first;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n if (shndx == uVar1) {\n return ppVar3->second;\n }\n ppVar3 = ppVar3 + 1;\n if (ppVar2 == ppVar3) break;\n uVar1 = ppVar3->first;\n }" { (if_statement "if (shndx == uVar1) {\n return ppVar3->second;\n }" if (parenthesized_expression "(shndx == uVar1)" ( (binary_expression "shndx == uVar1" identifier == identifier) )) (compound_statement "{\n return ppVar3->second;\n }" { (return_statement "return ppVar3->second;" return (field_expression "ppVar3->second" identifier -> field_identifier) ;) })) (expression_statement "ppVar3 = ppVar3 + 1;" (assignment_expression "ppVar3 = ppVar3 + 1" identifier = (binary_expression "ppVar3 + 1" identifier + number_literal)) ;) (if_statement "if (ppVar2 == ppVar3) break;" if (parenthesized_expression "(ppVar2 == ppVar3)" ( (binary_expression "ppVar2 == ppVar3" identifier == identifier) )) (break_statement "break;" break ;)) (expression_statement "uVar1 = ppVar3->first;" (assignment_expression "uVar1 = ppVar3->first" identifier = (field_expression "ppVar3->first" identifier -> field_identifier)) ;) })) })) (return_statement "return (Input_merge_map *)0x0;" return (cast_expression "(Input_merge_map *)0x0" ( (type_descriptor "Input_merge_map *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) ;) }))
(translation_unit "undefined4 * FUN_001c4bc0(undefined4 *param_1,int param_2)\n\n{\n int iVar1;\n int *piVar2;\n undefined4 *puVar3;\n undefined4 uVar4;\n int extraout_ECX;\n int unaff_EBX;\n undefined4 *puStack_8;\n \n if (param_2 != -1) {\n piVar2 = (int *)*param_1;\n if (piVar2 != (int *)param_1[1]) {\n iVar1 = *piVar2;\n while( true ) {\n if (param_2 == iVar1) {\n return (undefined4 *)piVar2[1];\n }\n piVar2 = piVar2 + 2;\n if ((int *)param_1[1] == piVar2) break;\n iVar1 = *piVar2;\n }\n }\n return (undefined4 *)0x0;\n }\n FUN_001c4ad0();\n if (unaff_EBX == -1) {\n FUN_001c4ad0();\n uVar4 = FUN_001c4aa0();\n \n FUN_00069d00(extraout_ECX + -0x107be7,0xc0,extraout_ECX + -0xeecd0,uVar4);\n }\n piVar2 = (int *)*puStack_8;\n if (piVar2 == (int *)puStack_8[1]) {\nLAB_001c4c46:\n puVar3 = (undefined4 *)0x0;\n }\n else {\n iVar1 = *piVar2;\n while (unaff_EBX != iVar1) {\n piVar2 = piVar2 + 2;\n if ((int *)puStack_8[1] == piVar2) goto LAB_001c4c46;\n iVar1 = *piVar2;\n }\n puVar3 = (undefined4 *)piVar2[1];\n if (puVar3 != (undefined4 *)0x0) {\n return (undefined4 *)*puVar3;\n }\n }\n return puVar3;\n}\n\n" (function_definition "undefined4 * FUN_001c4bc0(undefined4 *param_1,int param_2)\n\n{\n int iVar1;\n int *piVar2;\n undefined4 *puVar3;\n undefined4 uVar4;\n int extraout_ECX;\n int unaff_EBX;\n undefined4 *puStack_8;\n \n if (param_2 != -1) {\n piVar2 = (int *)*param_1;\n if (piVar2 != (int *)param_1[1]) {\n iVar1 = *piVar2;\n while( true ) {\n if (param_2 == iVar1) {\n return (undefined4 *)piVar2[1];\n }\n piVar2 = piVar2 + 2;\n if ((int *)param_1[1] == piVar2) break;\n iVar1 = *piVar2;\n }\n }\n return (undefined4 *)0x0;\n }\n FUN_001c4ad0();\n if (unaff_EBX == -1) {\n FUN_001c4ad0();\n uVar4 = FUN_001c4aa0();\n \n FUN_00069d00(extraout_ECX + -0x107be7,0xc0,extraout_ECX + -0xeecd0,uVar4);\n }\n piVar2 = (int *)*puStack_8;\n if (piVar2 == (int *)puStack_8[1]) {\nLAB_001c4c46:\n puVar3 = (undefined4 *)0x0;\n }\n else {\n iVar1 = *piVar2;\n while (unaff_EBX != iVar1) {\n piVar2 = piVar2 + 2;\n if ((int *)puStack_8[1] == piVar2) goto LAB_001c4c46;\n iVar1 = *piVar2;\n }\n puVar3 = (undefined4 *)piVar2[1];\n if (puVar3 != (undefined4 *)0x0) {\n return (undefined4 *)*puVar3;\n }\n }\n return puVar3;\n}" type_identifier (pointer_declarator "* FUN_001c4bc0(undefined4 *param_1,int param_2)" * (function_declarator "FUN_001c4bc0(undefined4 *param_1,int param_2)" identifier (parameter_list "(undefined4 *param_1,int param_2)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int param_2" primitive_type identifier) )))) (compound_statement "{\n int iVar1;\n int *piVar2;\n undefined4 *puVar3;\n undefined4 uVar4;\n int extraout_ECX;\n int unaff_EBX;\n undefined4 *puStack_8;\n \n if (param_2 != -1) {\n piVar2 = (int *)*param_1;\n if (piVar2 != (int *)param_1[1]) {\n iVar1 = *piVar2;\n while( true ) {\n if (param_2 == iVar1) {\n return (undefined4 *)piVar2[1];\n }\n piVar2 = piVar2 + 2;\n if ((int *)param_1[1] == piVar2) break;\n iVar1 = *piVar2;\n }\n }\n return (undefined4 *)0x0;\n }\n FUN_001c4ad0();\n if (unaff_EBX == -1) {\n FUN_001c4ad0();\n uVar4 = FUN_001c4aa0();\n \n FUN_00069d00(extraout_ECX + -0x107be7,0xc0,extraout_ECX + -0xeecd0,uVar4);\n }\n piVar2 = (int *)*puStack_8;\n if (piVar2 == (int *)puStack_8[1]) {\nLAB_001c4c46:\n puVar3 = (undefined4 *)0x0;\n }\n else {\n iVar1 = *piVar2;\n while (unaff_EBX != iVar1) {\n piVar2 = piVar2 + 2;\n if ((int *)puStack_8[1] == piVar2) goto LAB_001c4c46;\n iVar1 = *piVar2;\n }\n puVar3 = (undefined4 *)piVar2[1];\n if (puVar3 != (undefined4 *)0x0) {\n return (undefined4 *)*puVar3;\n }\n }\n return puVar3;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (declaration "undefined4 *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (declaration "undefined4 uVar4;" type_identifier identifier ;) (declaration "int extraout_ECX;" primitive_type identifier ;) (declaration "int unaff_EBX;" primitive_type identifier ;) (declaration "undefined4 *puStack_8;" type_identifier (pointer_declarator "*puStack_8" * identifier) ;) (if_statement "if (param_2 != -1) {\n piVar2 = (int *)*param_1;\n if (piVar2 != (int *)param_1[1]) {\n iVar1 = *piVar2;\n while( true ) {\n if (param_2 == iVar1) {\n return (undefined4 *)piVar2[1];\n }\n piVar2 = piVar2 + 2;\n if ((int *)param_1[1] == piVar2) break;\n iVar1 = *piVar2;\n }\n }\n return (undefined4 *)0x0;\n }" if (parenthesized_expression "(param_2 != -1)" ( (binary_expression "param_2 != -1" identifier != number_literal) )) (compound_statement "{\n piVar2 = (int *)*param_1;\n if (piVar2 != (int *)param_1[1]) {\n iVar1 = *piVar2;\n while( true ) {\n if (param_2 == iVar1) {\n return (undefined4 *)piVar2[1];\n }\n piVar2 = piVar2 + 2;\n if ((int *)param_1[1] == piVar2) break;\n iVar1 = *piVar2;\n }\n }\n return (undefined4 *)0x0;\n }" { (expression_statement "piVar2 = (int *)*param_1;" (assignment_expression "piVar2 = (int *)*param_1" identifier = (cast_expression "(int *)*param_1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (if_statement "if (piVar2 != (int *)param_1[1]) {\n iVar1 = *piVar2;\n while( true ) {\n if (param_2 == iVar1) {\n return (undefined4 *)piVar2[1];\n }\n piVar2 = piVar2 + 2;\n if ((int *)param_1[1] == piVar2) break;\n iVar1 = *piVar2;\n }\n }" if (parenthesized_expression "(piVar2 != (int *)param_1[1])" ( (binary_expression "piVar2 != (int *)param_1[1]" identifier != (cast_expression "(int *)param_1[1]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) )) (compound_statement "{\n iVar1 = *piVar2;\n while( true ) {\n if (param_2 == iVar1) {\n return (undefined4 *)piVar2[1];\n }\n piVar2 = piVar2 + 2;\n if ((int *)param_1[1] == piVar2) break;\n iVar1 = *piVar2;\n }\n }" { (expression_statement "iVar1 = *piVar2;" (assignment_expression "iVar1 = *piVar2" identifier = (pointer_expression "*piVar2" * identifier)) ;) (while_statement "while( true ) {\n if (param_2 == iVar1) {\n return (undefined4 *)piVar2[1];\n }\n piVar2 = piVar2 + 2;\n if ((int *)param_1[1] == piVar2) break;\n iVar1 = *piVar2;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n if (param_2 == iVar1) {\n return (undefined4 *)piVar2[1];\n }\n piVar2 = piVar2 + 2;\n if ((int *)param_1[1] == piVar2) break;\n iVar1 = *piVar2;\n }" { (if_statement "if (param_2 == iVar1) {\n return (undefined4 *)piVar2[1];\n }" if (parenthesized_expression "(param_2 == iVar1)" ( (binary_expression "param_2 == iVar1" identifier == identifier) )) (compound_statement "{\n return (undefined4 *)piVar2[1];\n }" { (return_statement "return (undefined4 *)piVar2[1];" return (cast_expression "(undefined4 *)piVar2[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar2[1]" identifier [ number_literal ])) ;) })) (expression_statement "piVar2 = piVar2 + 2;" (assignment_expression "piVar2 = piVar2 + 2" identifier = (binary_expression "piVar2 + 2" identifier + number_literal)) ;) (if_statement "if ((int *)param_1[1] == piVar2) break;" if (parenthesized_expression "((int *)param_1[1] == piVar2)" ( (binary_expression "(int *)param_1[1] == piVar2" (cast_expression "(int *)param_1[1]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) == identifier) )) (break_statement "break;" break ;)) (expression_statement "iVar1 = *piVar2;" (assignment_expression "iVar1 = *piVar2" identifier = (pointer_expression "*piVar2" * identifier)) ;) })) })) (return_statement "return (undefined4 *)0x0;" return (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) ;) })) (expression_statement "FUN_001c4ad0();" (call_expression "FUN_001c4ad0()" identifier (argument_list "()" ( ))) ;) (if_statement "if (unaff_EBX == -1) {\n FUN_001c4ad0();\n uVar4 = FUN_001c4aa0();\n \n FUN_00069d00(extraout_ECX + -0x107be7,0xc0,extraout_ECX + -0xeecd0,uVar4);\n }" if (parenthesized_expression "(unaff_EBX == -1)" ( (binary_expression "unaff_EBX == -1" identifier == number_literal) )) (compound_statement "{\n FUN_001c4ad0();\n uVar4 = FUN_001c4aa0();\n \n FUN_00069d00(extraout_ECX + -0x107be7,0xc0,extraout_ECX + -0xeecd0,uVar4);\n }" { (expression_statement "FUN_001c4ad0();" (call_expression "FUN_001c4ad0()" identifier (argument_list "()" ( ))) ;) (expression_statement "uVar4 = FUN_001c4aa0();" (assignment_expression "uVar4 = FUN_001c4aa0()" identifier = (call_expression "FUN_001c4aa0()" identifier (argument_list "()" ( )))) ;) (expression_statement "FUN_00069d00(extraout_ECX + -0x107be7,0xc0,extraout_ECX + -0xeecd0,uVar4);" (call_expression "FUN_00069d00(extraout_ECX + -0x107be7,0xc0,extraout_ECX + -0xeecd0,uVar4)" identifier (argument_list "(extraout_ECX + -0x107be7,0xc0,extraout_ECX + -0xeecd0,uVar4)" ( (binary_expression "extraout_ECX + -0x107be7" identifier + number_literal) , number_literal , (binary_expression "extraout_ECX + -0xeecd0" identifier + number_literal) , identifier ))) ;) })) (expression_statement "piVar2 = (int *)*puStack_8;" (assignment_expression "piVar2 = (int *)*puStack_8" identifier = (cast_expression "(int *)*puStack_8" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puStack_8" * identifier))) ;) (if_statement "if (piVar2 == (int *)puStack_8[1]) {\nLAB_001c4c46:\n puVar3 = (undefined4 *)0x0;\n }\n else {\n iVar1 = *piVar2;\n while (unaff_EBX != iVar1) {\n piVar2 = piVar2 + 2;\n if ((int *)puStack_8[1] == piVar2) goto LAB_001c4c46;\n iVar1 = *piVar2;\n }\n puVar3 = (undefined4 *)piVar2[1];\n if (puVar3 != (undefined4 *)0x0) {\n return (undefined4 *)*puVar3;\n }\n }" if (parenthesized_expression "(piVar2 == (int *)puStack_8[1])" ( (binary_expression "piVar2 == (int *)puStack_8[1]" identifier == (cast_expression "(int *)puStack_8[1]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "puStack_8[1]" identifier [ number_literal ]))) )) (compound_statement "{\nLAB_001c4c46:\n puVar3 = (undefined4 *)0x0;\n }" { (labeled_statement "LAB_001c4c46:\n puVar3 = (undefined4 *)0x0;" statement_identifier : (expression_statement "puVar3 = (undefined4 *)0x0;" (assignment_expression "puVar3 = (undefined4 *)0x0" identifier = (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;)) }) (else_clause "else {\n iVar1 = *piVar2;\n while (unaff_EBX != iVar1) {\n piVar2 = piVar2 + 2;\n if ((int *)puStack_8[1] == piVar2) goto LAB_001c4c46;\n iVar1 = *piVar2;\n }\n puVar3 = (undefined4 *)piVar2[1];\n if (puVar3 != (undefined4 *)0x0) {\n return (undefined4 *)*puVar3;\n }\n }" else (compound_statement "{\n iVar1 = *piVar2;\n while (unaff_EBX != iVar1) {\n piVar2 = piVar2 + 2;\n if ((int *)puStack_8[1] == piVar2) goto LAB_001c4c46;\n iVar1 = *piVar2;\n }\n puVar3 = (undefined4 *)piVar2[1];\n if (puVar3 != (undefined4 *)0x0) {\n return (undefined4 *)*puVar3;\n }\n }" { (expression_statement "iVar1 = *piVar2;" (assignment_expression "iVar1 = *piVar2" identifier = (pointer_expression "*piVar2" * identifier)) ;) (while_statement "while (unaff_EBX != iVar1) {\n piVar2 = piVar2 + 2;\n if ((int *)puStack_8[1] == piVar2) goto LAB_001c4c46;\n iVar1 = *piVar2;\n }" while (parenthesized_expression "(unaff_EBX != iVar1)" ( (binary_expression "unaff_EBX != iVar1" identifier != identifier) )) (compound_statement "{\n piVar2 = piVar2 + 2;\n if ((int *)puStack_8[1] == piVar2) goto LAB_001c4c46;\n iVar1 = *piVar2;\n }" { (expression_statement "piVar2 = piVar2 + 2;" (assignment_expression "piVar2 = piVar2 + 2" identifier = (binary_expression "piVar2 + 2" identifier + number_literal)) ;) (if_statement "if ((int *)puStack_8[1] == piVar2) goto LAB_001c4c46;" if (parenthesized_expression "((int *)puStack_8[1] == piVar2)" ( (binary_expression "(int *)puStack_8[1] == piVar2" (cast_expression "(int *)puStack_8[1]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "puStack_8[1]" identifier [ number_literal ])) == identifier) )) (goto_statement "goto LAB_001c4c46;" goto statement_identifier ;)) (expression_statement "iVar1 = *piVar2;" (assignment_expression "iVar1 = *piVar2" identifier = (pointer_expression "*piVar2" * identifier)) ;) })) (expression_statement "puVar3 = (undefined4 *)piVar2[1];" (assignment_expression "puVar3 = (undefined4 *)piVar2[1]" identifier = (cast_expression "(undefined4 *)piVar2[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar2[1]" identifier [ number_literal ]))) ;) (if_statement "if (puVar3 != (undefined4 *)0x0) {\n return (undefined4 *)*puVar3;\n }" if (parenthesized_expression "(puVar3 != (undefined4 *)0x0)" ( (binary_expression "puVar3 != (undefined4 *)0x0" identifier != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return (undefined4 *)*puVar3;\n }" { (return_statement "return (undefined4 *)*puVar3;" return (cast_expression "(undefined4 *)*puVar3" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar3" * identifier)) ;) })) }))) (return_statement "return puVar3;" return identifier ;) })))
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (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))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (while_statement while (parenthesized_expression ( BOOL )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (compound_statement { (return_statement return (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) == IDENT) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) })) })) (return_statement return (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT) ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , LIT , (binary_expression IDENT + LIT) , IDENT ))) ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;)) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (while_statement while (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) == IDENT) )) (goto_statement goto statement_identifier ;)) (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 ]))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (return_statement return (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) ;) })) }))) (return_statement return IDENT ;) })))
(function_definition "undefined4 * FUN_001c4bc0(undefined4 *param_1,int param_2)\n\n{\n int iVar1;\n int *piVar2;\n undefined4 *puVar3;\n undefined4 uVar4;\n int extraout_ECX;\n int unaff_EBX;\n undefined4 *puStack_8;\n \n if (param_2 != -1) {\n piVar2 = (int *)*param_1;\n if (piVar2 != (int *)param_1[1]) {\n iVar1 = *piVar2;\n while( true ) {\n if (param_2 == iVar1) {\n return (undefined4 *)piVar2[1];\n }\n piVar2 = piVar2 + 2;\n if ((int *)param_1[1] == piVar2) break;\n iVar1 = *piVar2;\n }\n }\n return (undefined4 *)0x0;\n }\n FUN_001c4ad0();\n if (unaff_EBX == -1) {\n FUN_001c4ad0();\n uVar4 = FUN_001c4aa0();\n \n FUN_00069d00(extraout_ECX + -0x107be7,0xc0,extraout_ECX + -0xeecd0,uVar4);\n }\n piVar2 = (int *)*puStack_8;\n if (piVar2 == (int *)puStack_8[1]) {\nLAB_001c4c46:\n puVar3 = (undefined4 *)0x0;\n }\n else {\n iVar1 = *piVar2;\n while (unaff_EBX != iVar1) {\n piVar2 = piVar2 + 2;\n if ((int *)puStack_8[1] == piVar2) goto LAB_001c4c46;\n iVar1 = *piVar2;\n }\n puVar3 = (undefined4 *)piVar2[1];\n if (puVar3 != (undefined4 *)0x0) {\n return (undefined4 *)*puVar3;\n }\n }\n return puVar3;\n}" (type_identifier "undefined4") (pointer_declarator "* FUN_001c4bc0(undefined4 *param_1,int param_2)" (* "*") (function_declarator "FUN_001c4bc0(undefined4 *param_1,int param_2)" (identifier "FUN_001c4bc0") (parameter_list "(undefined4 *param_1,int param_2)" (( "(") (parameter_declaration "undefined4 *param_1" (type_identifier "undefined4") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "int param_2" (primitive_type "int") (identifier "param_2")) () ")")))) (compound_statement "{\n int iVar1;\n int *piVar2;\n undefined4 *puVar3;\n undefined4 uVar4;\n int extraout_ECX;\n int unaff_EBX;\n undefined4 *puStack_8;\n \n if (param_2 != -1) {\n piVar2 = (int *)*param_1;\n if (piVar2 != (int *)param_1[1]) {\n iVar1 = *piVar2;\n while( true ) {\n if (param_2 == iVar1) {\n return (undefined4 *)piVar2[1];\n }\n piVar2 = piVar2 + 2;\n if ((int *)param_1[1] == piVar2) break;\n iVar1 = *piVar2;\n }\n }\n return (undefined4 *)0x0;\n }\n FUN_001c4ad0();\n if (unaff_EBX == -1) {\n FUN_001c4ad0();\n uVar4 = FUN_001c4aa0();\n \n FUN_00069d00(extraout_ECX + -0x107be7,0xc0,extraout_ECX + -0xeecd0,uVar4);\n }\n piVar2 = (int *)*puStack_8;\n if (piVar2 == (int *)puStack_8[1]) {\nLAB_001c4c46:\n puVar3 = (undefined4 *)0x0;\n }\n else {\n iVar1 = *piVar2;\n while (unaff_EBX != iVar1) {\n piVar2 = piVar2 + 2;\n if ((int *)puStack_8[1] == piVar2) goto LAB_001c4c46;\n iVar1 = *piVar2;\n }\n puVar3 = (undefined4 *)piVar2[1];\n if (puVar3 != (undefined4 *)0x0) {\n return (undefined4 *)*puVar3;\n }\n }\n return puVar3;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "int *piVar2;" (primitive_type "int") (pointer_declarator "*piVar2" (* "*") (identifier "piVar2")) (; ";")) (declaration "undefined4 *puVar3;" (type_identifier "undefined4") (pointer_declarator "*puVar3" (* "*") (identifier "puVar3")) (; ";")) (declaration "undefined4 uVar4;" (type_identifier "undefined4") (identifier "uVar4") (; ";")) (declaration "int extraout_ECX;" (primitive_type "int") (identifier "extraout_ECX") (; ";")) (declaration "int unaff_EBX;" (primitive_type "int") (identifier "unaff_EBX") (; ";")) (declaration "undefined4 *puStack_8;" (type_identifier "undefined4") (pointer_declarator "*puStack_8" (* "*") (identifier "puStack_8")) (; ";")) (if_statement "if (param_2 != -1) {\n piVar2 = (int *)*param_1;\n if (piVar2 != (int *)param_1[1]) {\n iVar1 = *piVar2;\n while( true ) {\n if (param_2 == iVar1) {\n return (undefined4 *)piVar2[1];\n }\n piVar2 = piVar2 + 2;\n if ((int *)param_1[1] == piVar2) break;\n iVar1 = *piVar2;\n }\n }\n return (undefined4 *)0x0;\n }" (if "if") (parenthesized_expression "(param_2 != -1)" (( "(") (binary_expression "param_2 != -1" (identifier "param_2") (!= "!=") (number_literal "-1")) () ")")) (compound_statement "{\n piVar2 = (int *)*param_1;\n if (piVar2 != (int *)param_1[1]) {\n iVar1 = *piVar2;\n while( true ) {\n if (param_2 == iVar1) {\n return (undefined4 *)piVar2[1];\n }\n piVar2 = piVar2 + 2;\n if ((int *)param_1[1] == piVar2) break;\n iVar1 = *piVar2;\n }\n }\n return (undefined4 *)0x0;\n }" ({ "{") (expression_statement "piVar2 = (int *)*param_1;" (assignment_expression "piVar2 = (int *)*param_1" (identifier "piVar2") (= "=") (cast_expression "(int *)*param_1" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1")))) (; ";")) (if_statement "if (piVar2 != (int *)param_1[1]) {\n iVar1 = *piVar2;\n while( true ) {\n if (param_2 == iVar1) {\n return (undefined4 *)piVar2[1];\n }\n piVar2 = piVar2 + 2;\n if ((int *)param_1[1] == piVar2) break;\n iVar1 = *piVar2;\n }\n }" (if "if") (parenthesized_expression "(piVar2 != (int *)param_1[1])" (( "(") (binary_expression "piVar2 != (int *)param_1[1]" (identifier "piVar2") (!= "!=") (cast_expression "(int *)param_1[1]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")))) () ")")) (compound_statement "{\n iVar1 = *piVar2;\n while( true ) {\n if (param_2 == iVar1) {\n return (undefined4 *)piVar2[1];\n }\n piVar2 = piVar2 + 2;\n if ((int *)param_1[1] == piVar2) break;\n iVar1 = *piVar2;\n }\n }" ({ "{") (expression_statement "iVar1 = *piVar2;" (assignment_expression "iVar1 = *piVar2" (identifier "iVar1") (= "=") (pointer_expression "*piVar2" (* "*") (identifier "piVar2"))) (; ";")) (while_statement "while( true ) {\n if (param_2 == iVar1) {\n return (undefined4 *)piVar2[1];\n }\n piVar2 = piVar2 + 2;\n if ((int *)param_1[1] == piVar2) break;\n iVar1 = *piVar2;\n }" (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (compound_statement "{\n if (param_2 == iVar1) {\n return (undefined4 *)piVar2[1];\n }\n piVar2 = piVar2 + 2;\n if ((int *)param_1[1] == piVar2) break;\n iVar1 = *piVar2;\n }" ({ "{") (if_statement "if (param_2 == iVar1) {\n return (undefined4 *)piVar2[1];\n }" (if "if") (parenthesized_expression "(param_2 == iVar1)" (( "(") (binary_expression "param_2 == iVar1" (identifier "param_2") (== "==") (identifier "iVar1")) () ")")) (compound_statement "{\n return (undefined4 *)piVar2[1];\n }" ({ "{") (return_statement "return (undefined4 *)piVar2[1];" (return "return") (cast_expression "(undefined4 *)piVar2[1]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "piVar2[1]" (identifier "piVar2") ([ "[") (number_literal "1") (] "]"))) (; ";")) (} "}"))) (expression_statement "piVar2 = piVar2 + 2;" (assignment_expression "piVar2 = piVar2 + 2" (identifier "piVar2") (= "=") (binary_expression "piVar2 + 2" (identifier "piVar2") (+ "+") (number_literal "2"))) (; ";")) (if_statement "if ((int *)param_1[1] == piVar2) break;" (if "if") (parenthesized_expression "((int *)param_1[1] == piVar2)" (( "(") (binary_expression "(int *)param_1[1] == piVar2" (cast_expression "(int *)param_1[1]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) (== "==") (identifier "piVar2")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "iVar1 = *piVar2;" (assignment_expression "iVar1 = *piVar2" (identifier "iVar1") (= "=") (pointer_expression "*piVar2" (* "*") (identifier "piVar2"))) (; ";")) (} "}"))) (} "}"))) (return_statement "return (undefined4 *)0x0;" (return "return") (cast_expression "(undefined4 *)0x0" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0")) (; ";")) (} "}"))) (expression_statement "FUN_001c4ad0();" (call_expression "FUN_001c4ad0()" (identifier "FUN_001c4ad0") (argument_list "()" (( "(") () ")"))) (; ";")) (if_statement "if (unaff_EBX == -1) {\n FUN_001c4ad0();\n uVar4 = FUN_001c4aa0();\n \n FUN_00069d00(extraout_ECX + -0x107be7,0xc0,extraout_ECX + -0xeecd0,uVar4);\n }" (if "if") (parenthesized_expression "(unaff_EBX == -1)" (( "(") (binary_expression "unaff_EBX == -1" (identifier "unaff_EBX") (== "==") (number_literal "-1")) () ")")) (compound_statement "{\n FUN_001c4ad0();\n uVar4 = FUN_001c4aa0();\n \n FUN_00069d00(extraout_ECX + -0x107be7,0xc0,extraout_ECX + -0xeecd0,uVar4);\n }" ({ "{") (expression_statement "FUN_001c4ad0();" (call_expression "FUN_001c4ad0()" (identifier "FUN_001c4ad0") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "uVar4 = FUN_001c4aa0();" (assignment_expression "uVar4 = FUN_001c4aa0()" (identifier "uVar4") (= "=") (call_expression "FUN_001c4aa0()" (identifier "FUN_001c4aa0") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "FUN_00069d00(extraout_ECX + -0x107be7,0xc0,extraout_ECX + -0xeecd0,uVar4);" (call_expression "FUN_00069d00(extraout_ECX + -0x107be7,0xc0,extraout_ECX + -0xeecd0,uVar4)" (identifier "FUN_00069d00") (argument_list "(extraout_ECX + -0x107be7,0xc0,extraout_ECX + -0xeecd0,uVar4)" (( "(") (binary_expression "extraout_ECX + -0x107be7" (identifier "extraout_ECX") (+ "+") (number_literal "-0x107be7")) (, ",") (number_literal "0xc0") (, ",") (binary_expression "extraout_ECX + -0xeecd0" (identifier "extraout_ECX") (+ "+") (number_literal "-0xeecd0")) (, ",") (identifier "uVar4") () ")"))) (; ";")) (} "}"))) (expression_statement "piVar2 = (int *)*puStack_8;" (assignment_expression "piVar2 = (int *)*puStack_8" (identifier "piVar2") (= "=") (cast_expression "(int *)*puStack_8" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*puStack_8" (* "*") (identifier "puStack_8")))) (; ";")) (if_statement "if (piVar2 == (int *)puStack_8[1]) {\nLAB_001c4c46:\n puVar3 = (undefined4 *)0x0;\n }\n else {\n iVar1 = *piVar2;\n while (unaff_EBX != iVar1) {\n piVar2 = piVar2 + 2;\n if ((int *)puStack_8[1] == piVar2) goto LAB_001c4c46;\n iVar1 = *piVar2;\n }\n puVar3 = (undefined4 *)piVar2[1];\n if (puVar3 != (undefined4 *)0x0) {\n return (undefined4 *)*puVar3;\n }\n }" (if "if") (parenthesized_expression "(piVar2 == (int *)puStack_8[1])" (( "(") (binary_expression "piVar2 == (int *)puStack_8[1]" (identifier "piVar2") (== "==") (cast_expression "(int *)puStack_8[1]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "puStack_8[1]" (identifier "puStack_8") ([ "[") (number_literal "1") (] "]")))) () ")")) (compound_statement "{\nLAB_001c4c46:\n puVar3 = (undefined4 *)0x0;\n }" ({ "{") (labeled_statement "LAB_001c4c46:\n puVar3 = (undefined4 *)0x0;" (statement_identifier "LAB_001c4c46") (: ":") (expression_statement "puVar3 = (undefined4 *)0x0;" (assignment_expression "puVar3 = (undefined4 *)0x0" (identifier "puVar3") (= "=") (cast_expression "(undefined4 *)0x0" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";"))) (} "}")) (else_clause "else {\n iVar1 = *piVar2;\n while (unaff_EBX != iVar1) {\n piVar2 = piVar2 + 2;\n if ((int *)puStack_8[1] == piVar2) goto LAB_001c4c46;\n iVar1 = *piVar2;\n }\n puVar3 = (undefined4 *)piVar2[1];\n if (puVar3 != (undefined4 *)0x0) {\n return (undefined4 *)*puVar3;\n }\n }" (else "else") (compound_statement "{\n iVar1 = *piVar2;\n while (unaff_EBX != iVar1) {\n piVar2 = piVar2 + 2;\n if ((int *)puStack_8[1] == piVar2) goto LAB_001c4c46;\n iVar1 = *piVar2;\n }\n puVar3 = (undefined4 *)piVar2[1];\n if (puVar3 != (undefined4 *)0x0) {\n return (undefined4 *)*puVar3;\n }\n }" ({ "{") (expression_statement "iVar1 = *piVar2;" (assignment_expression "iVar1 = *piVar2" (identifier "iVar1") (= "=") (pointer_expression "*piVar2" (* "*") (identifier "piVar2"))) (; ";")) (while_statement "while (unaff_EBX != iVar1) {\n piVar2 = piVar2 + 2;\n if ((int *)puStack_8[1] == piVar2) goto LAB_001c4c46;\n iVar1 = *piVar2;\n }" (while "while") (parenthesized_expression "(unaff_EBX != iVar1)" (( "(") (binary_expression "unaff_EBX != iVar1" (identifier "unaff_EBX") (!= "!=") (identifier "iVar1")) () ")")) (compound_statement "{\n piVar2 = piVar2 + 2;\n if ((int *)puStack_8[1] == piVar2) goto LAB_001c4c46;\n iVar1 = *piVar2;\n }" ({ "{") (expression_statement "piVar2 = piVar2 + 2;" (assignment_expression "piVar2 = piVar2 + 2" (identifier "piVar2") (= "=") (binary_expression "piVar2 + 2" (identifier "piVar2") (+ "+") (number_literal "2"))) (; ";")) (if_statement "if ((int *)puStack_8[1] == piVar2) goto LAB_001c4c46;" (if "if") (parenthesized_expression "((int *)puStack_8[1] == piVar2)" (( "(") (binary_expression "(int *)puStack_8[1] == piVar2" (cast_expression "(int *)puStack_8[1]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "puStack_8[1]" (identifier "puStack_8") ([ "[") (number_literal "1") (] "]"))) (== "==") (identifier "piVar2")) () ")")) (goto_statement "goto LAB_001c4c46;" (goto "goto") (statement_identifier "LAB_001c4c46") (; ";"))) (expression_statement "iVar1 = *piVar2;" (assignment_expression "iVar1 = *piVar2" (identifier "iVar1") (= "=") (pointer_expression "*piVar2" (* "*") (identifier "piVar2"))) (; ";")) (} "}"))) (expression_statement "puVar3 = (undefined4 *)piVar2[1];" (assignment_expression "puVar3 = (undefined4 *)piVar2[1]" (identifier "puVar3") (= "=") (cast_expression "(undefined4 *)piVar2[1]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "piVar2[1]" (identifier "piVar2") ([ "[") (number_literal "1") (] "]")))) (; ";")) (if_statement "if (puVar3 != (undefined4 *)0x0) {\n return (undefined4 *)*puVar3;\n }" (if "if") (parenthesized_expression "(puVar3 != (undefined4 *)0x0)" (( "(") (binary_expression "puVar3 != (undefined4 *)0x0" (identifier "puVar3") (!= "!=") (cast_expression "(undefined4 *)0x0" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n return (undefined4 *)*puVar3;\n }" ({ "{") (return_statement "return (undefined4 *)*puVar3;" (return "return") (cast_expression "(undefined4 *)*puVar3" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*puVar3" (* "*") (identifier "puVar3"))) (; ";")) (} "}"))) (} "}")))) (return_statement "return puVar3;" (return "return") (identifier "puVar3") (; ";")) (} "}")))
/* DWARF original prototype: Input_merge_map * get_input_merge_map(Object_merge_map * this, uint shndx) */ type_4 * __thiscall gold::type_3::var_2(type_3 *this,type_1 var_1) { type_1 var_6; type_2 var_5; type_2 var_4; type_3 *in_stack_fffffff4; type_1 in_stack_fffffff8; if (var_1 == 0xffffffff) { /* WARNING: Subroutine does not return */ var_2(in_stack_fffffff4,in_stack_fffffff8); } var_4 = (this->section_merge_maps_). super__Vector_base<std::pair<unsigned_int,_gold::type_3::type_4*>,_std::allocator<std::pair<unsigned_int,_gold::type_3::type_4*>var_3>var_3> ._M_impl._M_start; var_5 = (this->section_merge_maps_). super__Vector_base<std::pair<unsigned_int,_gold::type_3::type_4*>,_std::allocator<std::pair<unsigned_int,_gold::type_3::type_4*>var_3>var_3> ._M_impl._M_finish; if (var_4 != var_5) { var_6 = var_4->first; while( true ) { if (var_1 == var_6) { return var_4->second; } var_4 = var_4 + 1; if (var_5 == var_4) break; var_6 = var_4->first; } } return (type_4 *)0x0; }
null
(translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (while_statement condition: (parenthesized_expression (true)) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (return_statement (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: (binary_expression left: (identifier) right: (number_literal)))) (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: (identifier))) consequence: (break_statement)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))))))) (return_statement (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (number_literal) (binary_expression left: (identifier) right: (number_literal)) (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: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (while_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) body: (compound_statement (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) declarator: (abstract_pointer_declarator)) value: (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: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (return_statement (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))))))) (return_statement (identifier)))))
null
/* WARNING: Function: __i686.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */ /* WARNING: Removing unreachable block (ram,0x001c4c8d) */ /* WARNING: Removing unreachable block (ram,0x001c4c92) */ /* WARNING: Removing unreachable block (ram,0x001c4c9f) */ /* WARNING: Removing unreachable block (ram,0x001c4ca3) */ /* WARNING: Removing unreachable block (ram,0x001c4cb0) */ /* WARNING: Removing unreachable block (ram,0x001c4cc3) */ /* WARNING: Removing unreachable block (ram,0x001c4cd0) */ undefined4 * MASKED(undefined4 *param_1,int param_2) { int iVar1; int *piVar2; undefined4 *puVar3; undefined4 uVar4; int extraout_ECX; int unaff_EBX; undefined4 *puStack_8; if (param_2 != -1) { piVar2 = (int *)*param_1; if (piVar2 != (int *)param_1[1]) { iVar1 = *piVar2; while( true ) { if (param_2 == iVar1) { return (undefined4 *)piVar2[1]; } piVar2 = piVar2 + 2; if ((int *)param_1[1] == piVar2) break; iVar1 = *piVar2; } } return (undefined4 *)0x0; } FUN_001c4ad0(); if (unaff_EBX == -1) { FUN_001c4ad0(); uVar4 = FUN_001c4aa0(); /* WARNING: Subroutine does not return */ FUN_00069d00(extraout_ECX + -0x107be7,0xc0,extraout_ECX + -0xeecd0,uVar4); } piVar2 = (int *)*puStack_8; if (piVar2 == (int *)puStack_8[1]) { LAB_001c4c46: puVar3 = (undefined4 *)0x0; } else { iVar1 = *piVar2; while (unaff_EBX != iVar1) { piVar2 = piVar2 + 2; if ((int *)puStack_8[1] == piVar2) goto LAB_001c4c46; iVar1 = *piVar2; } puVar3 = (undefined4 *)piVar2[1]; if (puVar3 != (undefined4 *)0x0) { return (undefined4 *)*puVar3; } } return puVar3; }
1066_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c
~Struct_initfirst
FUN_000397a0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Struct_initfirst(Struct_initfirst * this, int __in_chrg) */ void __thiscall gold::General_options::Struct_initfirst::~Struct_initfirst(Struct_initfirst *this,int __in_chrg) { pointer pcVar1; (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_003a23e4; 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,0x40); return; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_000397a0(undefined4 *param_1) { *param_1 = &PTR_FUN_003a23e4; if ((undefined4 *)param_1[1] != param_1 + 3) { FUN_001ff030((undefined4 *)param_1[1]); } FUN_001ff010(param_1,0x40); return; }
PUSH ESI PUSH EBX CALL 0x00036f20 ADD EBX,0x375859 SUB ESP,0x4 MOV ESI,dword ptr [ESP + 0x10] LEA EDX,[ESI + 0xc] LEA EAX,[EBX + 0xffff33e4] MOV dword ptr [ESI],EAX MOV EAX,dword ptr [ESI + 0x4] CMP EAX,EDX JZ 0x000397d2 SUB ESP,0xc PUSH EAX CALL 0x001ff030 ADD ESP,0x10 SUB ESP,0x8 PUSH 0x40 PUSH ESI CALL 0x001ff010 ADD ESP,0x14 POP EBX POP ESI RET
null
null
null
null
[('const-0', u'PTRSUB_-1206085444'), (u'PTRSUB_-1206085440', u'INT_NOTEQUAL_-1206085638'), (u'PTRSUB_-1206085430', u'PTRSUB_-1206085428'), (u'CAST_-1206085431', u'STORE_-1206085661'), ('const-4', u'PTRSUB_-1206085449'), ('const-0', u'PTRSUB_-1206085428'), (u'LOAD_-1206085658', u'CALL_-1206085615'), (u'PTRSUB_-1206085449', u'PTRSUB_-1206085444'), ('const-0', u'PTRSUB_-1206085438'), ('const-0', u'PTRSUB_-1206085441'), (u'PTRSUB_-1206085441', u'CAST_-1206085431'), ('const-0', u'PTRSUB_-1206085433'), ('const-64', u'CALL_-1206085574'), (u'PTRSUB_-1206085444', u'PTRSUB_-1206085440'), ('tmp_135', u'CBRANCH_-1206085638'), ('const-417', u'LOAD_-1206085658'), (u'CAST_-1206085425', u'INT_NOTEQUAL_-1206085638'), ('const-4', u'PTRSUB_-1206085435'), (u'PTRSUB_-1206085438', u'PTRSUB_-1206085433'), ('const-0', u'PTRSUB_-1206085430'), ('tmp_323', u'PTRSUB_-1206085438'), (u'PTRSUB_-1206085434', u'PTRSUB_-1206085430'), ('const-8', u'PTRSUB_-1206085440'), ('const-0', u'PTRSUB_-1206085434'), (u'INT_NOTEQUAL_-1206085638', u'CBRANCH_-1206085638'), (u'PTRSUB_-1206085433', u'STORE_-1206085661'), ('const-3810276', u'PTRSUB_-1206085441'), ('const-417', u'STORE_-1206085661'), ('tmp_323', u'CALL_-1206085574'), ('tmp_323', u'PTRSUB_-1206085449'), (u'PTRSUB_-1206085428', u'LOAD_-1206085658'), ('tmp_323', u'PTRSUB_-1206085435'), (u'LOAD_-1206085658', u'CAST_-1206085425'), (u'PTRSUB_-1206085435', u'PTRSUB_-1206085434'), ('const-0', u'RETURN_-1206085541')]
[('tmp_597', u'CALL_-1206085574'), (u'CAST_-1206085443', u'CALL_-1206085615'), ('const-64', u'CALL_-1206085574'), ('const-4', u'PTRADD_-1206085455'), (u'PTRADD_-1206085455', u'INT_NOTEQUAL_-1206085638'), (u'INT_NOTEQUAL_-1206085638', u'CBRANCH_-1206085638'), ('const-4', u'PTRADD_-1206085443'), ('const-0', u'PTRSUB_-1206085446'), ('tmp_597', u'PTRADD_-1206085455'), ('tmp_597', u'PTRADD_-1206085443'), ('const-417', u'STORE_-1206085661'), ('tmp_597', u'STORE_-1206085661'), ('const-3810276', u'PTRSUB_-1206085446'), (u'PTRSUB_-1206085446', u'STORE_-1206085661'), ('tmp_135', u'CBRANCH_-1206085638'), ('const-3', u'PTRADD_-1206085455'), ('const-1', u'PTRADD_-1206085443'), (u'CAST_-1206085443', u'INT_NOTEQUAL_-1206085638'), ('const-417', u'LOAD_-1206085658'), (u'LOAD_-1206085658', u'CAST_-1206085443'), (u'PTRADD_-1206085443', u'LOAD_-1206085658'), ('const-0', u'RETURN_-1206085541')]
null
null
000397a0
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_000397a0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a23e4;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ff030((undefined4 *)param_1[1]);\n }\n FUN_001ff010(param_1,0x40);\n return;\n}\n\n" comment (function_definition "void FUN_000397a0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a23e4;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ff030((undefined4 *)param_1[1]);\n }\n FUN_001ff010(param_1,0x40);\n return;\n}" primitive_type (function_declarator "FUN_000397a0(undefined4 *param_1)" identifier (parameter_list "(undefined4 *param_1)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_003a23e4;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ff030((undefined4 *)param_1[1]);\n }\n FUN_001ff010(param_1,0x40);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_003a23e4;" (assignment_expression "*param_1 = &PTR_FUN_003a23e4" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_003a23e4" & identifier)) ;) (if_statement "if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ff030((undefined4 *)param_1[1]);\n }" if (parenthesized_expression "((undefined4 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined4 *)param_1[1] != param_1 + 3" (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" 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_001ff030((undefined4 *)param_1[1]);\n }" { (expression_statement "FUN_001ff030((undefined4 *)param_1[1]);" (call_expression "FUN_001ff030((undefined4 *)param_1[1])" identifier (argument_list "((undefined4 *)param_1[1])" ( (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) ))) ;) })) (expression_statement "FUN_001ff010(param_1,0x40);" (call_expression "FUN_001ff010(param_1,0x40)" identifier (argument_list "(param_1,0x40)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Struct_initfirst(Struct_initfirst * this, int __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_initfirst::~Struct_initfirst(Struct_initfirst *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_003a23e4;\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,0x40);\n return;\n}\n\n" comment comment (function_definition "void __thiscall\ngold::General_options::Struct_initfirst::~Struct_initfirst(Struct_initfirst *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_003a23e4;\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,0x40);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::General_options::Struct_initfirst::~" identifier : : identifier : : identifier : : ~) (function_declarator "Struct_initfirst(Struct_initfirst *this,int __in_chrg)" identifier (parameter_list "(Struct_initfirst *this,int __in_chrg)" ( (parameter_declaration "Struct_initfirst *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_003a23e4;\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,0x40);\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_003a23e4;" (assignment_expression "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_003a23e4" (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_003a23e4" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR_parse_to_value_003a23e4" & 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,0x40);" (call_expression "operator_delete(this,0x40)" identifier (argument_list "(this,0x40)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_000397a0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a23e4;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ff030((undefined4 *)param_1[1]);\n }\n FUN_001ff010(param_1,0x40);\n return;\n}\n\n" (function_definition "void FUN_000397a0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a23e4;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ff030((undefined4 *)param_1[1]);\n }\n FUN_001ff010(param_1,0x40);\n return;\n}" primitive_type (function_declarator "FUN_000397a0(undefined4 *param_1)" identifier (parameter_list "(undefined4 *param_1)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_003a23e4;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ff030((undefined4 *)param_1[1]);\n }\n FUN_001ff010(param_1,0x40);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_003a23e4;" (assignment_expression "*param_1 = &PTR_FUN_003a23e4" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_003a23e4" & identifier)) ;) (if_statement "if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ff030((undefined4 *)param_1[1]);\n }" if (parenthesized_expression "((undefined4 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined4 *)param_1[1] != param_1 + 3" (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" 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_001ff030((undefined4 *)param_1[1]);\n }" { (expression_statement "FUN_001ff030((undefined4 *)param_1[1]);" (call_expression "FUN_001ff030((undefined4 *)param_1[1])" identifier (argument_list "((undefined4 *)param_1[1])" ( (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) ))) ;) })) (expression_statement "FUN_001ff010(param_1,0x40);" (call_expression "FUN_001ff010(param_1,0x40)" identifier (argument_list "(param_1,0x40)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (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 ])) ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_000397a0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a23e4;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ff030((undefined4 *)param_1[1]);\n }\n FUN_001ff010(param_1,0x40);\n return;\n}" (primitive_type "void") (function_declarator "FUN_000397a0(undefined4 *param_1)" (identifier "FUN_000397a0") (parameter_list "(undefined4 *param_1)" (( "(") (parameter_declaration "undefined4 *param_1" (type_identifier "undefined4") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n *param_1 = &PTR_FUN_003a23e4;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ff030((undefined4 *)param_1[1]);\n }\n FUN_001ff010(param_1,0x40);\n return;\n}" ({ "{") (expression_statement "*param_1 = &PTR_FUN_003a23e4;" (assignment_expression "*param_1 = &PTR_FUN_003a23e4" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_003a23e4" (& "&") (identifier "PTR_FUN_003a23e4"))) (; ";")) (if_statement "if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ff030((undefined4 *)param_1[1]);\n }" (if "if") (parenthesized_expression "((undefined4 *)param_1[1] != param_1 + 3)" (( "(") (binary_expression "(undefined4 *)param_1[1] != param_1 + 3" (cast_expression "(undefined4 *)param_1[1]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (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_001ff030((undefined4 *)param_1[1]);\n }" ({ "{") (expression_statement "FUN_001ff030((undefined4 *)param_1[1]);" (call_expression "FUN_001ff030((undefined4 *)param_1[1])" (identifier "FUN_001ff030") (argument_list "((undefined4 *)param_1[1])" (( "(") (cast_expression "(undefined4 *)param_1[1]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_001ff010(param_1,0x40);" (call_expression "FUN_001ff010(param_1,0x40)" (identifier "FUN_001ff010") (argument_list "(param_1,0x40)" (( "(") (identifier "param_1") (, ",") (number_literal "0x40") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Struct_initfirst(Struct_initfirst * 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_003a23e4; 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,0x40); return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (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)))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))) (return_statement))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(undefined4 *param_1) { *param_1 = &PTR_FUN_003a23e4; if ((undefined4 *)param_1[1] != param_1 + 3) { FUN_001ff030((undefined4 *)param_1[1]); } FUN_001ff010(param_1,0x40); return; }
1412_libMagickWand-7.Q16HDRI.so.8.0_and_libMagickWand-7.Q16HDRI.so.8.0_strip.c
ClampImage
ClampImage
/* WARNING: Control flow encountered bad instruction data */ void ClampImage(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ void ClampImage(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1207323794')]
[('const-1', u'RETURN_-1207323794')]
null
null
0016b364
x86
O3
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid ClampImage(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void ClampImage(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "ClampImage(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 ClampImage(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void ClampImage(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "ClampImage(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 ClampImage(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void ClampImage(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "ClampImage(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 ClampImage(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "ClampImage(void)" (identifier "ClampImage") (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(); }
468_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
FUN_0003eadd
FUN_0003eadd
void FUN_0003eadd(void) { int unaff_EBP; operator_delete(*(void **)(unaff_EBP + -0x4cc),0x38); if (*(void **)(unaff_EBP + -0x60) != *(void **)(unaff_EBP + -0x4a4)) { operator_delete(*(void **)(unaff_EBP + -0x60)); } if (*(void **)(unaff_EBP + -0x30) != *(void **)(unaff_EBP + -0x48c)) { operator_delete(*(void **)(unaff_EBP + -0x30)); } if (*(void **)(unaff_EBP + -0x48) != *(void **)(unaff_EBP + -0x494)) { operator_delete(*(void **)(unaff_EBP + -0x48)); } if (*(void **)(unaff_EBP + -0x3c0) != *(void **)(unaff_EBP + -0x4f8)) { operator_delete(*(void **)(unaff_EBP + -0x3c0)); } if (*(void **)(unaff_EBP + -0x3d8) != *(void **)(unaff_EBP + -0x4f4)) { operator_delete(*(void **)(unaff_EBP + -0x3d8)); } if (*(void **)(unaff_EBP + -0x3f0) != *(void **)(unaff_EBP + -0x4f0)) { operator_delete(*(void **)(unaff_EBP + -0x3f0)); } if (*(void **)(unaff_EBP + -0x408) != *(void **)(unaff_EBP + -0x4ec)) { operator_delete(*(void **)(unaff_EBP + -0x408)); } if (*(void **)(unaff_EBP + -0x420) != *(void **)(unaff_EBP + -0x4e8)) { operator_delete(*(void **)(unaff_EBP + -0x420)); } if (*(void **)(unaff_EBP + -0x438) != *(void **)(unaff_EBP + -0x4e4)) { operator_delete(*(void **)(unaff_EBP + -0x438)); } if (*(void **)(unaff_EBP + -0x450) != *(void **)(unaff_EBP + -0x4e0)) { operator_delete(*(void **)(unaff_EBP + -0x450)); } if (*(void **)(unaff_EBP + -0x468) != *(void **)(unaff_EBP + -0x4dc)) { operator_delete(*(void **)(unaff_EBP + -0x468)); } if (*(void **)(unaff_EBP + -0x480) != *(void **)(unaff_EBP + -0x4d8)) { operator_delete(*(void **)(unaff_EBP + -0x480)); } /* WARNING: Subroutine does not return */ _Unwind_Resume(); }
void FUN_0003eadd(void) { undefined4 in_ECX; int unaff_EBP; FUN_003ae060(*(undefined4 *)(unaff_EBP + -0x4cc),0x38,in_ECX,in_ECX); if (*(int *)(unaff_EBP + -0x60) != *(int *)(unaff_EBP + -0x4a4)) { FUN_003ae080(*(int *)(unaff_EBP + -0x60)); } if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x48c)) { FUN_003ae080(*(int *)(unaff_EBP + -0x30)); } if (*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x494)) { FUN_003ae080(*(int *)(unaff_EBP + -0x48)); } if (*(int *)(unaff_EBP + -0x3c0) != *(int *)(unaff_EBP + -0x4f8)) { FUN_003ae080(*(int *)(unaff_EBP + -0x3c0)); } if (*(int *)(unaff_EBP + -0x3d8) != *(int *)(unaff_EBP + -0x4f4)) { FUN_003ae080(*(int *)(unaff_EBP + -0x3d8)); } if (*(int *)(unaff_EBP + -0x3f0) != *(int *)(unaff_EBP + -0x4f0)) { FUN_003ae080(*(int *)(unaff_EBP + -0x3f0)); } if (*(int *)(unaff_EBP + -0x408) != *(int *)(unaff_EBP + -0x4ec)) { FUN_003ae080(*(int *)(unaff_EBP + -0x408)); } if (*(int *)(unaff_EBP + -0x420) != *(int *)(unaff_EBP + -0x4e8)) { FUN_003ae080(*(int *)(unaff_EBP + -0x420)); } if (*(int *)(unaff_EBP + -0x438) != *(int *)(unaff_EBP + -0x4e4)) { FUN_003ae080(*(int *)(unaff_EBP + -0x438)); } if (*(int *)(unaff_EBP + -0x450) != *(int *)(unaff_EBP + -0x4e0)) { FUN_003ae080(*(int *)(unaff_EBP + -0x450)); } if (*(int *)(unaff_EBP + -0x468) != *(int *)(unaff_EBP + -0x4dc)) { FUN_003ae080(*(int *)(unaff_EBP + -0x468)); } if (*(int *)(unaff_EBP + -0x480) != *(int *)(unaff_EBP + -0x4d8)) { FUN_003ae080(*(int *)(unaff_EBP + -0x480)); } /* WARNING: Subroutine does not return */ FUN_004451f0(); }
PUSH ECX MOV EBX,ESI PUSH ECX PUSH 0x38 PUSH dword ptr [EBP + 0xfffffb34] CALL 0x003ae060 ADD ESP,0x10 MOV EAX,dword ptr [EBP + -0x60] CMP EAX,dword ptr [EBP + 0xfffffb5c] JZ 0x0003eb0a SUB ESP,0xc MOV EBX,ESI PUSH EAX CALL 0x003ae080 ADD ESP,0x10 MOV EAX,dword ptr [EBP + -0x30] CMP EAX,dword ptr [EBP + 0xfffffb74] JZ 0x0003eb23 SUB ESP,0xc MOV EBX,ESI PUSH EAX CALL 0x003ae080 ADD ESP,0x10 MOV EAX,dword ptr [EBP + -0x48] CMP EAX,dword ptr [EBP + 0xfffffb6c] JZ 0x0003dae4 SUB ESP,0xc MOV EBX,ESI PUSH EAX CALL 0x003ae080 ADD ESP,0x10 JMP 0x0003dae4
null
null
null
null
[(u'INT_NOTEQUAL_-1206068122', u'CBRANCH_-1206068118'), (u'INT_ADD_-1206068131', u'CAST_-1206067260'), (u'LOAD_-1206068009', u'CALL_-1206067954'), (u'LOAD_-1206064363', u'INT_NOTEQUAL_-1206064347'), (u'INT_ADD_-1206068260', u'CAST_-1206067313'), (u'LOAD_-1206064231', u'INT_NOTEQUAL_-1206064215'), (u'INT_NOTEQUAL_-1206068053', u'CBRANCH_-1206068049'), (u'INT_ADD_-1206064215', u'CAST_-1206063189'), ('tmp_2529', u'INT_ADD_-1206068338'), ('tmp_2529', u'INT_ADD_-1206068200'), (u'INT_ADD_-1206067924', u'CAST_-1206067170'), (u'CAST_-1206067253', u'LOAD_-1206068138'), (u'LOAD_-1206068009', u'INT_NOTEQUAL_-1206067984'), ('tmp_2529', u'INT_ADD_-1206067846'), (u'INT_NOTEQUAL_-1206067777', u'CBRANCH_-1206067773'), ('tmp_459', u'CBRANCH_-1206068325'), (u'INT_NOTEQUAL_-1206068191', u'CBRANCH_-1206068187'), (u'CAST_-1206067110', u'LOAD_-1206067802'), ('const-417', u'LOAD_-1206064237'), (u'INT_ADD_-1206067786', u'CAST_-1206067110'), (u'CAST_-1206067290', u'LOAD_-1206068216'), (u'INT_NOTEQUAL_-1206067915', u'CBRANCH_-1206067911'), ('const-417', u'LOAD_-1206068138'), ('const-4294966264', u'INT_ADD_-1206068131'), (u'CAST_-1206063216', u'LOAD_-1206064297'), (u'LOAD_-1206068078', u'CALL_-1206068023'), (u'LOAD_-1206068345', u'INT_NOTEQUAL_-1206068329'), ('tmp_2529', u'INT_ADD_-1206068329'), ('tmp_2529', u'INT_ADD_-1206067924'), (u'CAST_-1206067260', u'LOAD_-1206068147'), ('tmp_230', u'CBRANCH_-1206064277'), (u'LOAD_-1206064303', u'CALL_-1206064251'), ('tmp_2529', u'INT_ADD_-1206068191'), (u'INT_ADD_-1206067993', u'CAST_-1206067200'), ('tmp_1371', u'CBRANCH_-1206067773'), (u'LOAD_-1206064369', u'INT_NOTEQUAL_-1206064347'), ('const-4294966044', u'INT_ADD_-1206067984'), ('const-4294966048', u'INT_ADD_-1206067915'), (u'INT_ADD_-1206068338', u'CAST_-1206067350'), ('const-417', u'LOAD_-1206067931'), (u'LOAD_-1206067802', u'INT_NOTEQUAL_-1206067777'), ('const-417', u'LOAD_-1206068069'), (u'LOAD_-1206067871', u'CALL_-1206067816'), (u'INT_ADD_-1206068329', u'CAST_-1206067343'), ('const-4294966032', u'INT_ADD_-1206068191'), (u'LOAD_-1206064237', u'CALL_-1206064181'), ('const-4294966124', u'INT_ADD_-1206064215'), (u'INT_ADD_-1206067846', u'CAST_-1206067133'), ('const-4294966024', u'INT_ADD_-1206068329'), ('tmp_416', u'BRANCH_-1206064166'), (u'LOAD_-1206068354', u'INT_NOTEQUAL_-1206068329'), (u'CAST_-1206067320', u'LOAD_-1206068285'), (u'INT_ADD_-1206068062', u'CAST_-1206067230'), ('tmp_2529', u'INT_ADD_-1206064353'), (u'INT_ADD_-1206064347', u'CAST_-1206063243'), (u'LOAD_-1206064297', u'INT_NOTEQUAL_-1206064281'), ('const-417', u'LOAD_-1206064297'), (u'LOAD_-1206068285', u'CALL_-1206068230'), (u'LOAD_-1206068216', u'CALL_-1206068161'), ('const-417', u'LOAD_-1206064303'), (u'CAST_-1206067103', u'LOAD_-1206067793'), ('const-417', u'LOAD_-1206068276'), ('tmp_2529', u'INT_ADD_-1206067777'), ('const-4294966028', u'INT_ADD_-1206068260'), ('const-4294966144', u'INT_ADD_-1206067786'), (u'CAST_-1206063247', u'LOAD_-1206064369'), ('tmp_2529', u'INT_ADD_-1206067984'), ('const-1', u'RETURN_-1206067703'), (u'CAST_-1206067223', u'LOAD_-1206068069'), (u'CAST_-1206067200', u'LOAD_-1206068009'), ('tmp_2529', u'INT_ADD_-1206067855'), (u'LOAD_-1206068147', u'INT_NOTEQUAL_-1206068122'), (u'INT_ADD_-1206064281', u'CAST_-1206063216'), (u'LOAD_-1206067871', u'INT_NOTEQUAL_-1206067846'), (u'LOAD_-1206064369', u'CALL_-1206064317'), ('const-417', u'LOAD_-1206068147'), (u'CAST_-1206067133', u'LOAD_-1206067862'), (u'LOAD_-1206067793', u'INT_NOTEQUAL_-1206067777'), (u'INT_NOTEQUAL_-1206064281', u'CBRANCH_-1206064277'), (u'LOAD_-1206068216', u'INT_NOTEQUAL_-1206068191'), (u'LOAD_-1206068147', u'CALL_-1206068092'), (u'INT_ADD_-1206068269', u'CAST_-1206067320'), (u'CAST_-1206067140', u'LOAD_-1206067871'), (u'CAST_-1206067170', u'LOAD_-1206067940'), ('const-56', u'CALL_-1206064383'), (u'CAST_-1206063193', u'LOAD_-1206064237'), ('const-417', u'LOAD_-1206068216'), ('const-417', u'LOAD_-1206068207'), ('const-417', u'LOAD_-1206067871'), ('tmp_2529', u'INT_ADD_-1206064215'), ('const-4294966336', u'INT_ADD_-1206068338'), (u'INT_ADD_-1206064287', u'CAST_-1206063220'), ('const-417', u'LOAD_-1206068009'), ('tmp_2529', u'INT_ADD_-1206068062'), (u'LOAD_-1206067940', u'INT_NOTEQUAL_-1206067915'), (u'CAST_-1206063262', u'LOAD_-1206064400'), (u'CAST_-1206067350', u'LOAD_-1206068354'), ('tmp_2529', u'INT_ADD_-1206068131'), ('const-4294966312', u'INT_ADD_-1206068269'), ('tmp_687', u'CBRANCH_-1206068187'), (u'LOAD_-1206067802', u'CALL_-1206067747'), (u'LOAD_-1206064237', u'INT_NOTEQUAL_-1206064215'), ('tmp_1257', u'CBRANCH_-1206067842'), ('const-417', u'LOAD_-1206064363'), ('const-417', u'LOAD_-1206067802'), ('const-417', u'LOAD_-1206064369'), ('tmp_2529', u'INT_ADD_-1206064384'), (u'LOAD_-1206067931', u'INT_NOTEQUAL_-1206067915'), ('const-4294966052', u'INT_ADD_-1206067846'), ('const-4294966068', u'INT_ADD_-1206064384'), (u'INT_ADD_-1206068200', u'CAST_-1206067290'), ('tmp_2529', u'INT_ADD_-1206068122'), (u'LOAD_-1206067940', u'CALL_-1206067885'), (u'CAST_-1206067163', u'LOAD_-1206067931'), ('const-4294966288', u'INT_ADD_-1206068200'), ('const-4294966216', u'INT_ADD_-1206067993'), ('tmp_2529', u'INT_ADD_-1206064347'), ('const-4294966036', u'INT_ADD_-1206068122'), (u'INT_ADD_-1206064384', u'CAST_-1206063262'), ('tmp_2529', u'INT_ADD_-1206064287'), ('tmp_2529', u'INT_ADD_-1206064281'), ('tmp_2529', u'INT_ADD_-1206067993'), (u'INT_ADD_-1206067855', u'CAST_-1206067140'), ('const-417', u'LOAD_-1206064231'), (u'LOAD_-1206064303', u'INT_NOTEQUAL_-1206064281'), ('const-417', u'LOAD_-1206068000'), (u'LOAD_-1206067862', u'INT_NOTEQUAL_-1206067846'), ('tmp_344', u'CBRANCH_-1206064211'), ('tmp_573', u'CBRANCH_-1206068256'), ('const-417', u'LOAD_-1206067940'), ('tmp_2529', u'INT_ADD_-1206067786'), (u'INT_ADD_-1206067777', u'CAST_-1206067103'), (u'INT_ADD_-1206064221', u'CAST_-1206063193'), ('tmp_2529', u'INT_ADD_-1206068269'), (u'LOAD_-1206068000', u'INT_NOTEQUAL_-1206067984'), (u'CAST_-1206067343', u'LOAD_-1206068345'), ('tmp_1143', u'CBRANCH_-1206067911'), ('const-4294967200', u'INT_ADD_-1206064353'), ('const-4294967224', u'INT_ADD_-1206064221'), (u'LOAD_-1206068276', u'INT_NOTEQUAL_-1206068260'), (u'INT_ADD_-1206068053', u'CAST_-1206067223'), ('const-4294966240', u'INT_ADD_-1206068062'), (u'LOAD_-1206068138', u'INT_NOTEQUAL_-1206068122'), (u'LOAD_-1206064400', u'CALL_-1206064383'), ('const-4294966056', u'INT_ADD_-1206067777'), ('tmp_2529', u'INT_ADD_-1206068260'), (u'LOAD_-1206068069', u'INT_NOTEQUAL_-1206068053'), ('tmp_1029', u'CBRANCH_-1206067980'), ('const-417', u'LOAD_-1206067862'), (u'CAST_-1206067283', u'LOAD_-1206068207'), (u'INT_NOTEQUAL_-1206064347', u'CBRANCH_-1206064343'), ('tmp_116', u'CBRANCH_-1206064343'), ('tmp_2529', u'INT_ADD_-1206068053'), (u'INT_NOTEQUAL_-1206068329', u'CBRANCH_-1206068325'), (u'LOAD_-1206068285', u'INT_NOTEQUAL_-1206068260'), ('tmp_801', u'CBRANCH_-1206068118'), (u'INT_NOTEQUAL_-1206067846', u'CBRANCH_-1206067842'), ('const-417', u'LOAD_-1206064400'), (u'INT_ADD_-1206068122', u'CAST_-1206067253'), (u'CAST_-1206067230', u'LOAD_-1206068078'), ('const-417', u'LOAD_-1206067793'), (u'LOAD_-1206068207', u'INT_NOTEQUAL_-1206068191'), (u'CAST_-1206067313', u'LOAD_-1206068276'), ('tmp_915', u'CBRANCH_-1206068049'), (u'INT_NOTEQUAL_-1206068260', u'CBRANCH_-1206068256'), (u'INT_NOTEQUAL_-1206067984', u'CBRANCH_-1206067980'), (u'INT_ADD_-1206064353', u'CAST_-1206063247'), ('const-4294966132', u'INT_ADD_-1206064281'), ('tmp_2529', u'INT_ADD_-1206067915'), (u'INT_ADD_-1206067915', u'CAST_-1206067163'), ('const-4294967248', u'INT_ADD_-1206064287'), ('const-4294966192', u'INT_ADD_-1206067924'), (u'INT_ADD_-1206067984', u'CAST_-1206067193'), ('tmp_2529', u'INT_ADD_-1206064221'), (u'LOAD_-1206068354', u'CALL_-1206068299'), (u'CAST_-1206063220', u'LOAD_-1206064303'), ('const-417', u'LOAD_-1206068354'), ('const-417', u'LOAD_-1206068345'), (u'CAST_-1206067193', u'LOAD_-1206068000'), (u'CAST_-1206063243', u'LOAD_-1206064363'), ('const-4294966040', u'INT_ADD_-1206068053'), (u'LOAD_-1206068078', u'INT_NOTEQUAL_-1206068053'), ('const-4294966108', u'INT_ADD_-1206064347'), (u'INT_ADD_-1206068191', u'CAST_-1206067283'), (u'CAST_-1206063189', u'LOAD_-1206064231'), ('const-417', u'LOAD_-1206068285'), ('const-417', u'LOAD_-1206068078'), ('const-4294966168', u'INT_ADD_-1206067855'), (u'INT_NOTEQUAL_-1206064215', u'CBRANCH_-1206064211')]
[(u'INT_NOTEQUAL_-1206068122', u'CBRANCH_-1206068118'), ('tmp_2524', u'INT_ADD_-1206064281'), ('tmp_2524', u'INT_ADD_-1206064215'), (u'LOAD_-1206068009', u'CALL_-1206067954'), (u'LOAD_-1206064363', u'INT_NOTEQUAL_-1206064347'), ('const-417', u'LOAD_-1206068216'), (u'CAST_-1206067285', u'LOAD_-1206068207'), ('const-417', u'LOAD_-1206067862'), (u'LOAD_-1206064231', u'INT_NOTEQUAL_-1206064215'), (u'INT_NOTEQUAL_-1206068053', u'CBRANCH_-1206068049'), (u'CAST_-1206067262', u'LOAD_-1206068147'), (u'INT_ADD_-1206068200', u'CAST_-1206067292'), (u'CAST_-1206063264', u'LOAD_-1206064400'), (u'INT_ADD_-1206067993', u'CAST_-1206067202'), ('tmp_2524', u'INT_ADD_-1206064347'), ('tmp_2524', u'INT_ADD_-1206067993'), (u'INT_ADD_-1206067777', u'CAST_-1206067105'), ('tmp_2524', u'INT_ADD_-1206064384'), (u'CAST_-1206063195', u'LOAD_-1206064237'), (u'CAST_-1206067202', u'LOAD_-1206068009'), (u'CAST_-1206067135', u'LOAD_-1206067862'), (u'LOAD_-1206068009', u'INT_NOTEQUAL_-1206067984'), ('tmp_2524', u'INT_ADD_-1206067915'), (u'INT_NOTEQUAL_-1206067777', u'CBRANCH_-1206067773'), ('tmp_459', u'CBRANCH_-1206068325'), ('const-417', u'LOAD_-1206064237'), (u'INT_NOTEQUAL_-1206068191', u'CBRANCH_-1206068187'), ('const-417', u'LOAD_-1206068000'), (u'INT_ADD_-1206064215', u'CAST_-1206063191'), (u'CAST_-1206067225', u'LOAD_-1206068069'), ('tmp_2524', u'INT_ADD_-1206068260'), (u'INT_NOTEQUAL_-1206067915', u'CBRANCH_-1206067911'), ('const-4294966264', u'INT_ADD_-1206068131'), ('const-417', u'LOAD_-1206068285'), (u'INT_ADD_-1206064384', u'CAST_-1206063264'), (u'LOAD_-1206068078', u'CALL_-1206068023'), ('const-417', u'LOAD_-1206064303'), ('const-417', u'LOAD_-1206068345'), (u'LOAD_-1206068345', u'INT_NOTEQUAL_-1206068329'), (u'CAST_-1206063245', u'LOAD_-1206064363'), ('tmp_230', u'CBRANCH_-1206064277'), (u'LOAD_-1206064303', u'CALL_-1206064251'), ('tmp_1371', u'CBRANCH_-1206067773'), (u'LOAD_-1206064369', u'INT_NOTEQUAL_-1206064347'), ('const-417', u'LOAD_-1206068207'), ('const-4294966044', u'INT_ADD_-1206067984'), ('const-4294966048', u'INT_ADD_-1206067915'), (u'CAST_-1206067315', u'LOAD_-1206068276'), (u'LOAD_-1206067802', u'INT_NOTEQUAL_-1206067777'), (u'LOAD_-1206067871', u'CALL_-1206067816'), ('tmp_2524', u'INT_ADD_-1206068269'), ('const-4294966032', u'INT_ADD_-1206068191'), (u'LOAD_-1206064237', u'CALL_-1206064181'), (u'CAST_-1206067292', u'LOAD_-1206068216'), ('const-417', u'LOAD_-1206068078'), ('const-4294966124', u'INT_ADD_-1206064215'), (u'CAST_-1206067112', u'LOAD_-1206067802'), (u'INT_ADD_-1206064347', u'CAST_-1206063245'), ('const-4294966024', u'INT_ADD_-1206068329'), ('tmp_416', u'BRANCH_-1206064166'), (u'INT_ADD_-1206067786', u'CAST_-1206067112'), (u'LOAD_-1206068354', u'INT_NOTEQUAL_-1206068329'), ('const-417', u'LOAD_-1206068354'), (u'LOAD_-1206064297', u'INT_NOTEQUAL_-1206064281'), ('tmp_2524', u'INT_ADD_-1206067777'), (u'LOAD_-1206068285', u'CALL_-1206068230'), (u'LOAD_-1206068216', u'CALL_-1206068161'), ('tmp_2524', u'INT_ADD_-1206067846'), ('tmp_2524', u'INT_ADD_-1206068191'), ('const-4294966028', u'INT_ADD_-1206068260'), ('const-4294966144', u'INT_ADD_-1206067786'), ('const-1', u'RETURN_-1206067703'), ('tmp_2524', u'INT_ADD_-1206067984'), (u'CAST_-1206067195', u'LOAD_-1206068000'), (u'INT_ADD_-1206067846', u'CAST_-1206067135'), (u'INT_ADD_-1206068329', u'CAST_-1206067345'), (u'LOAD_-1206068147', u'INT_NOTEQUAL_-1206068122'), ('const-417', u'LOAD_-1206064231'), (u'CAST_-1206063191', u'LOAD_-1206064231'), (u'LOAD_-1206067871', u'INT_NOTEQUAL_-1206067846'), (u'LOAD_-1206064369', u'CALL_-1206064317'), (u'LOAD_-1206067793', u'INT_NOTEQUAL_-1206067777'), (u'INT_NOTEQUAL_-1206064281', u'CBRANCH_-1206064277'), (u'LOAD_-1206068216', u'INT_NOTEQUAL_-1206068191'), (u'LOAD_-1206068147', u'CALL_-1206068092'), (u'CAST_-1206063218', u'LOAD_-1206064297'), ('const-417', u'LOAD_-1206068147'), ('const-4294966336', u'INT_ADD_-1206068338'), ('const-417', u'LOAD_-1206064297'), (u'CAST_-1206067142', u'LOAD_-1206067871'), ('tmp_2524', u'INT_ADD_-1206064287'), (u'CAST_-1206067105', u'LOAD_-1206067793'), (u'INT_ADD_-1206068191', u'CAST_-1206067285'), (u'LOAD_-1206067940', u'INT_NOTEQUAL_-1206067915'), ('const-417', u'LOAD_-1206068276'), (u'CAST_-1206067232', u'LOAD_-1206068078'), ('const-4294966312', u'INT_ADD_-1206068269'), ('tmp_687', u'CBRANCH_-1206068187'), (u'LOAD_-1206067802', u'CALL_-1206067747'), (u'INT_ADD_-1206067924', u'CAST_-1206067172'), (u'LOAD_-1206064237', u'INT_NOTEQUAL_-1206064215'), ('tmp_1257', u'CBRANCH_-1206067842'), ('const-417', u'LOAD_-1206068069'), (u'INT_ADD_-1206067915', u'CAST_-1206067165'), (u'LOAD_-1206067931', u'INT_NOTEQUAL_-1206067915'), ('tmp_2524', u'INT_ADD_-1206068131'), (u'INT_ADD_-1206068338', u'CAST_-1206067352'), ('const-417', u'LOAD_-1206067802'), (u'INT_ADD_-1206064221', u'CAST_-1206063195'), ('const-417', u'LOAD_-1206068138'), ('const-4294966052', u'INT_ADD_-1206067846'), ('const-4294966068', u'INT_ADD_-1206064384'), ('tmp_2524', u'INT_ADD_-1206068200'), (u'LOAD_-1206067940', u'CALL_-1206067885'), (u'INT_ADD_-1206064281', u'CAST_-1206063218'), ('const-4294966288', u'INT_ADD_-1206068200'), ('const-4294966216', u'INT_ADD_-1206067993'), (u'INT_ADD_-1206067984', u'CAST_-1206067195'), ('const-4294966036', u'INT_ADD_-1206068122'), (u'INT_ADD_-1206068260', u'CAST_-1206067315'), ('const-417', u'LOAD_-1206064400'), (u'CAST_-1206067322', u'LOAD_-1206068285'), ('tmp_2524', u'INT_ADD_-1206068338'), (u'LOAD_-1206064303', u'INT_NOTEQUAL_-1206064281'), ('const-417', u'LOAD_-1206068009'), (u'LOAD_-1206067862', u'INT_NOTEQUAL_-1206067846'), ('tmp_344', u'CBRANCH_-1206064211'), ('tmp_573', u'CBRANCH_-1206068256'), ('const-417', u'LOAD_-1206067793'), (u'INT_ADD_-1206068269', u'CAST_-1206067322'), ('tmp_2524', u'INT_ADD_-1206064221'), (u'LOAD_-1206068000', u'INT_NOTEQUAL_-1206067984'), (u'INT_ADD_-1206068053', u'CAST_-1206067225'), ('const-417', u'LOAD_-1206067940'), ('tmp_1143', u'CBRANCH_-1206067911'), ('tmp_2524', u'INT_ADD_-1206067924'), ('const-4294967200', u'INT_ADD_-1206064353'), ('const-4294967224', u'INT_ADD_-1206064221'), (u'LOAD_-1206068276', u'INT_NOTEQUAL_-1206068260'), (u'CAST_-1206067165', u'LOAD_-1206067931'), ('const-417', u'LOAD_-1206064369'), (u'CAST_-1206067352', u'LOAD_-1206068354'), (u'LOAD_-1206068138', u'INT_NOTEQUAL_-1206068122'), ('const-4294966240', u'INT_ADD_-1206068062'), (u'LOAD_-1206064400', u'CALL_-1206064383'), (u'CAST_-1206067172', u'LOAD_-1206067940'), ('const-4294966056', u'INT_ADD_-1206067777'), (u'LOAD_-1206068069', u'INT_NOTEQUAL_-1206068053'), ('tmp_1029', u'CBRANCH_-1206067980'), ('tmp_2524', u'INT_ADD_-1206068329'), ('tmp_2524', u'INT_ADD_-1206067786'), (u'INT_NOTEQUAL_-1206064347', u'CBRANCH_-1206064343'), ('tmp_116', u'CBRANCH_-1206064343'), (u'INT_ADD_-1206064287', u'CAST_-1206063222'), ('tmp_2521', u'CALL_-1206064383'), ('tmp_2524', u'INT_ADD_-1206067855'), (u'INT_NOTEQUAL_-1206068329', u'CBRANCH_-1206068325'), (u'LOAD_-1206068285', u'INT_NOTEQUAL_-1206068260'), ('tmp_801', u'CBRANCH_-1206068118'), ('const-417', u'LOAD_-1206067871'), (u'INT_ADD_-1206068131', u'CAST_-1206067262'), (u'INT_NOTEQUAL_-1206067846', u'CBRANCH_-1206067842'), (u'CAST_-1206067345', u'LOAD_-1206068345'), ('const-417', u'LOAD_-1206064363'), (u'CAST_-1206063249', u'LOAD_-1206064369'), (u'LOAD_-1206068207', u'INT_NOTEQUAL_-1206068191'), ('tmp_2524', u'INT_ADD_-1206068062'), ('tmp_915', u'CBRANCH_-1206068049'), ('const-56', u'CALL_-1206064383'), (u'INT_NOTEQUAL_-1206068260', u'CBRANCH_-1206068256'), (u'INT_ADD_-1206068062', u'CAST_-1206067232'), (u'INT_ADD_-1206068122', u'CAST_-1206067255'), (u'INT_NOTEQUAL_-1206067984', u'CBRANCH_-1206067980'), ('const-4294966132', u'INT_ADD_-1206064281'), ('const-4294967248', u'INT_ADD_-1206064287'), ('const-4294966192', u'INT_ADD_-1206067924'), (u'INT_ADD_-1206067855', u'CAST_-1206067142'), (u'LOAD_-1206068354', u'CALL_-1206068299'), ('tmp_2524', u'INT_ADD_-1206068122'), ('const-417', u'LOAD_-1206067931'), ('const-4294966040', u'INT_ADD_-1206068053'), (u'LOAD_-1206068078', u'INT_NOTEQUAL_-1206068053'), (u'CAST_-1206063222', u'LOAD_-1206064303'), (u'INT_ADD_-1206064353', u'CAST_-1206063249'), ('const-4294966108', u'INT_ADD_-1206064347'), ('tmp_2524', u'INT_ADD_-1206064353'), ('tmp_2524', u'INT_ADD_-1206068053'), (u'CAST_-1206067255', u'LOAD_-1206068138'), ('const-4294966168', u'INT_ADD_-1206067855'), (u'INT_NOTEQUAL_-1206064215', u'CBRANCH_-1206064211')]
null
null
0003eadd
x86
O3
(translation_unit "void FUN_0003eadd(void)\n\n{\n undefined4 in_ECX;\n int unaff_EBP;\n \n FUN_003ae060(*(undefined4 *)(unaff_EBP + -0x4cc),0x38,in_ECX,in_ECX);\n if (*(int *)(unaff_EBP + -0x60) != *(int *)(unaff_EBP + -0x4a4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x60));\n }\n if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x48c)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x30));\n }\n if (*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x494)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x48));\n }\n if (*(int *)(unaff_EBP + -0x3c0) != *(int *)(unaff_EBP + -0x4f8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3c0));\n }\n if (*(int *)(unaff_EBP + -0x3d8) != *(int *)(unaff_EBP + -0x4f4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3d8));\n }\n if (*(int *)(unaff_EBP + -0x3f0) != *(int *)(unaff_EBP + -0x4f0)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3f0));\n }\n if (*(int *)(unaff_EBP + -0x408) != *(int *)(unaff_EBP + -0x4ec)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x408));\n }\n if (*(int *)(unaff_EBP + -0x420) != *(int *)(unaff_EBP + -0x4e8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x420));\n }\n if (*(int *)(unaff_EBP + -0x438) != *(int *)(unaff_EBP + -0x4e4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x438));\n }\n if (*(int *)(unaff_EBP + -0x450) != *(int *)(unaff_EBP + -0x4e0)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x450));\n }\n if (*(int *)(unaff_EBP + -0x468) != *(int *)(unaff_EBP + -0x4dc)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x468));\n }\n if (*(int *)(unaff_EBP + -0x480) != *(int *)(unaff_EBP + -0x4d8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x480));\n }\n /* WARNING: Subroutine does not return */\n FUN_004451f0();\n}\n\n" (function_definition "void FUN_0003eadd(void)\n\n{\n undefined4 in_ECX;\n int unaff_EBP;\n \n FUN_003ae060(*(undefined4 *)(unaff_EBP + -0x4cc),0x38,in_ECX,in_ECX);\n if (*(int *)(unaff_EBP + -0x60) != *(int *)(unaff_EBP + -0x4a4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x60));\n }\n if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x48c)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x30));\n }\n if (*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x494)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x48));\n }\n if (*(int *)(unaff_EBP + -0x3c0) != *(int *)(unaff_EBP + -0x4f8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3c0));\n }\n if (*(int *)(unaff_EBP + -0x3d8) != *(int *)(unaff_EBP + -0x4f4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3d8));\n }\n if (*(int *)(unaff_EBP + -0x3f0) != *(int *)(unaff_EBP + -0x4f0)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3f0));\n }\n if (*(int *)(unaff_EBP + -0x408) != *(int *)(unaff_EBP + -0x4ec)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x408));\n }\n if (*(int *)(unaff_EBP + -0x420) != *(int *)(unaff_EBP + -0x4e8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x420));\n }\n if (*(int *)(unaff_EBP + -0x438) != *(int *)(unaff_EBP + -0x4e4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x438));\n }\n if (*(int *)(unaff_EBP + -0x450) != *(int *)(unaff_EBP + -0x4e0)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x450));\n }\n if (*(int *)(unaff_EBP + -0x468) != *(int *)(unaff_EBP + -0x4dc)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x468));\n }\n if (*(int *)(unaff_EBP + -0x480) != *(int *)(unaff_EBP + -0x4d8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x480));\n }\n /* WARNING: Subroutine does not return */\n FUN_004451f0();\n}" primitive_type (function_declarator "FUN_0003eadd(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n undefined4 in_ECX;\n int unaff_EBP;\n \n FUN_003ae060(*(undefined4 *)(unaff_EBP + -0x4cc),0x38,in_ECX,in_ECX);\n if (*(int *)(unaff_EBP + -0x60) != *(int *)(unaff_EBP + -0x4a4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x60));\n }\n if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x48c)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x30));\n }\n if (*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x494)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x48));\n }\n if (*(int *)(unaff_EBP + -0x3c0) != *(int *)(unaff_EBP + -0x4f8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3c0));\n }\n if (*(int *)(unaff_EBP + -0x3d8) != *(int *)(unaff_EBP + -0x4f4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3d8));\n }\n if (*(int *)(unaff_EBP + -0x3f0) != *(int *)(unaff_EBP + -0x4f0)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3f0));\n }\n if (*(int *)(unaff_EBP + -0x408) != *(int *)(unaff_EBP + -0x4ec)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x408));\n }\n if (*(int *)(unaff_EBP + -0x420) != *(int *)(unaff_EBP + -0x4e8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x420));\n }\n if (*(int *)(unaff_EBP + -0x438) != *(int *)(unaff_EBP + -0x4e4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x438));\n }\n if (*(int *)(unaff_EBP + -0x450) != *(int *)(unaff_EBP + -0x4e0)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x450));\n }\n if (*(int *)(unaff_EBP + -0x468) != *(int *)(unaff_EBP + -0x4dc)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x468));\n }\n if (*(int *)(unaff_EBP + -0x480) != *(int *)(unaff_EBP + -0x4d8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x480));\n }\n /* WARNING: Subroutine does not return */\n FUN_004451f0();\n}" { (declaration "undefined4 in_ECX;" type_identifier identifier ;) (declaration "int unaff_EBP;" primitive_type identifier ;) (expression_statement "FUN_003ae060(*(undefined4 *)(unaff_EBP + -0x4cc),0x38,in_ECX,in_ECX);" (call_expression "FUN_003ae060(*(undefined4 *)(unaff_EBP + -0x4cc),0x38,in_ECX,in_ECX)" identifier (argument_list "(*(undefined4 *)(unaff_EBP + -0x4cc),0x38,in_ECX,in_ECX)" ( (pointer_expression "*(undefined4 *)(unaff_EBP + -0x4cc)" * (cast_expression "(undefined4 *)(unaff_EBP + -0x4cc)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x4cc)" ( (binary_expression "unaff_EBP + -0x4cc" identifier + number_literal) )))) , number_literal , identifier , identifier ))) ;) (if_statement "if (*(int *)(unaff_EBP + -0x60) != *(int *)(unaff_EBP + -0x4a4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x60));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x60) != *(int *)(unaff_EBP + -0x4a4))" ( (binary_expression "*(int *)(unaff_EBP + -0x60) != *(int *)(unaff_EBP + -0x4a4)" (pointer_expression "*(int *)(unaff_EBP + -0x60)" * (cast_expression "(int *)(unaff_EBP + -0x60)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x60)" ( (binary_expression "unaff_EBP + -0x60" identifier + number_literal) )))) != (pointer_expression "*(int *)(unaff_EBP + -0x4a4)" * (cast_expression "(int *)(unaff_EBP + -0x4a4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x4a4)" ( (binary_expression "unaff_EBP + -0x4a4" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x60));\n }" { (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x60));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x60))" identifier (argument_list "(*(int *)(unaff_EBP + -0x60))" ( (pointer_expression "*(int *)(unaff_EBP + -0x60)" * (cast_expression "(int *)(unaff_EBP + -0x60)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x60)" ( (binary_expression "unaff_EBP + -0x60" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x48c)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x30));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x48c))" ( (binary_expression "*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x48c)" (pointer_expression "*(int *)(unaff_EBP + -0x30)" * (cast_expression "(int *)(unaff_EBP + -0x30)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x30)" ( (binary_expression "unaff_EBP + -0x30" identifier + number_literal) )))) != (pointer_expression "*(int *)(unaff_EBP + -0x48c)" * (cast_expression "(int *)(unaff_EBP + -0x48c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x48c)" ( (binary_expression "unaff_EBP + -0x48c" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x30));\n }" { (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x30));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x30))" identifier (argument_list "(*(int *)(unaff_EBP + -0x30))" ( (pointer_expression "*(int *)(unaff_EBP + -0x30)" * (cast_expression "(int *)(unaff_EBP + -0x30)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x30)" ( (binary_expression "unaff_EBP + -0x30" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x494)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x48));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x494))" ( (binary_expression "*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x494)" (pointer_expression "*(int *)(unaff_EBP + -0x48)" * (cast_expression "(int *)(unaff_EBP + -0x48)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x48)" ( (binary_expression "unaff_EBP + -0x48" identifier + number_literal) )))) != (pointer_expression "*(int *)(unaff_EBP + -0x494)" * (cast_expression "(int *)(unaff_EBP + -0x494)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x494)" ( (binary_expression "unaff_EBP + -0x494" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x48));\n }" { (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x48));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x48))" identifier (argument_list "(*(int *)(unaff_EBP + -0x48))" ( (pointer_expression "*(int *)(unaff_EBP + -0x48)" * (cast_expression "(int *)(unaff_EBP + -0x48)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x48)" ( (binary_expression "unaff_EBP + -0x48" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(int *)(unaff_EBP + -0x3c0) != *(int *)(unaff_EBP + -0x4f8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3c0));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x3c0) != *(int *)(unaff_EBP + -0x4f8))" ( (binary_expression "*(int *)(unaff_EBP + -0x3c0) != *(int *)(unaff_EBP + -0x4f8)" (pointer_expression "*(int *)(unaff_EBP + -0x3c0)" * (cast_expression "(int *)(unaff_EBP + -0x3c0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x3c0)" ( (binary_expression "unaff_EBP + -0x3c0" identifier + number_literal) )))) != (pointer_expression "*(int *)(unaff_EBP + -0x4f8)" * (cast_expression "(int *)(unaff_EBP + -0x4f8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x4f8)" ( (binary_expression "unaff_EBP + -0x4f8" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x3c0));\n }" { (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x3c0));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x3c0))" identifier (argument_list "(*(int *)(unaff_EBP + -0x3c0))" ( (pointer_expression "*(int *)(unaff_EBP + -0x3c0)" * (cast_expression "(int *)(unaff_EBP + -0x3c0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x3c0)" ( (binary_expression "unaff_EBP + -0x3c0" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(int *)(unaff_EBP + -0x3d8) != *(int *)(unaff_EBP + -0x4f4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3d8));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x3d8) != *(int *)(unaff_EBP + -0x4f4))" ( (binary_expression "*(int *)(unaff_EBP + -0x3d8) != *(int *)(unaff_EBP + -0x4f4)" (pointer_expression "*(int *)(unaff_EBP + -0x3d8)" * (cast_expression "(int *)(unaff_EBP + -0x3d8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x3d8)" ( (binary_expression "unaff_EBP + -0x3d8" identifier + number_literal) )))) != (pointer_expression "*(int *)(unaff_EBP + -0x4f4)" * (cast_expression "(int *)(unaff_EBP + -0x4f4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x4f4)" ( (binary_expression "unaff_EBP + -0x4f4" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x3d8));\n }" { (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x3d8));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x3d8))" identifier (argument_list "(*(int *)(unaff_EBP + -0x3d8))" ( (pointer_expression "*(int *)(unaff_EBP + -0x3d8)" * (cast_expression "(int *)(unaff_EBP + -0x3d8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x3d8)" ( (binary_expression "unaff_EBP + -0x3d8" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(int *)(unaff_EBP + -0x3f0) != *(int *)(unaff_EBP + -0x4f0)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3f0));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x3f0) != *(int *)(unaff_EBP + -0x4f0))" ( (binary_expression "*(int *)(unaff_EBP + -0x3f0) != *(int *)(unaff_EBP + -0x4f0)" (pointer_expression "*(int *)(unaff_EBP + -0x3f0)" * (cast_expression "(int *)(unaff_EBP + -0x3f0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x3f0)" ( (binary_expression "unaff_EBP + -0x3f0" identifier + number_literal) )))) != (pointer_expression "*(int *)(unaff_EBP + -0x4f0)" * (cast_expression "(int *)(unaff_EBP + -0x4f0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x4f0)" ( (binary_expression "unaff_EBP + -0x4f0" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x3f0));\n }" { (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x3f0));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x3f0))" identifier (argument_list "(*(int *)(unaff_EBP + -0x3f0))" ( (pointer_expression "*(int *)(unaff_EBP + -0x3f0)" * (cast_expression "(int *)(unaff_EBP + -0x3f0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x3f0)" ( (binary_expression "unaff_EBP + -0x3f0" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(int *)(unaff_EBP + -0x408) != *(int *)(unaff_EBP + -0x4ec)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x408));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x408) != *(int *)(unaff_EBP + -0x4ec))" ( (binary_expression "*(int *)(unaff_EBP + -0x408) != *(int *)(unaff_EBP + -0x4ec)" (pointer_expression "*(int *)(unaff_EBP + -0x408)" * (cast_expression "(int *)(unaff_EBP + -0x408)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x408)" ( (binary_expression "unaff_EBP + -0x408" identifier + number_literal) )))) != (pointer_expression "*(int *)(unaff_EBP + -0x4ec)" * (cast_expression "(int *)(unaff_EBP + -0x4ec)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x4ec)" ( (binary_expression "unaff_EBP + -0x4ec" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x408));\n }" { (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x408));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x408))" identifier (argument_list "(*(int *)(unaff_EBP + -0x408))" ( (pointer_expression "*(int *)(unaff_EBP + -0x408)" * (cast_expression "(int *)(unaff_EBP + -0x408)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x408)" ( (binary_expression "unaff_EBP + -0x408" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(int *)(unaff_EBP + -0x420) != *(int *)(unaff_EBP + -0x4e8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x420));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x420) != *(int *)(unaff_EBP + -0x4e8))" ( (binary_expression "*(int *)(unaff_EBP + -0x420) != *(int *)(unaff_EBP + -0x4e8)" (pointer_expression "*(int *)(unaff_EBP + -0x420)" * (cast_expression "(int *)(unaff_EBP + -0x420)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x420)" ( (binary_expression "unaff_EBP + -0x420" identifier + number_literal) )))) != (pointer_expression "*(int *)(unaff_EBP + -0x4e8)" * (cast_expression "(int *)(unaff_EBP + -0x4e8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x4e8)" ( (binary_expression "unaff_EBP + -0x4e8" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x420));\n }" { (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x420));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x420))" identifier (argument_list "(*(int *)(unaff_EBP + -0x420))" ( (pointer_expression "*(int *)(unaff_EBP + -0x420)" * (cast_expression "(int *)(unaff_EBP + -0x420)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x420)" ( (binary_expression "unaff_EBP + -0x420" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(int *)(unaff_EBP + -0x438) != *(int *)(unaff_EBP + -0x4e4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x438));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x438) != *(int *)(unaff_EBP + -0x4e4))" ( (binary_expression "*(int *)(unaff_EBP + -0x438) != *(int *)(unaff_EBP + -0x4e4)" (pointer_expression "*(int *)(unaff_EBP + -0x438)" * (cast_expression "(int *)(unaff_EBP + -0x438)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x438)" ( (binary_expression "unaff_EBP + -0x438" identifier + number_literal) )))) != (pointer_expression "*(int *)(unaff_EBP + -0x4e4)" * (cast_expression "(int *)(unaff_EBP + -0x4e4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x4e4)" ( (binary_expression "unaff_EBP + -0x4e4" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x438));\n }" { (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x438));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x438))" identifier (argument_list "(*(int *)(unaff_EBP + -0x438))" ( (pointer_expression "*(int *)(unaff_EBP + -0x438)" * (cast_expression "(int *)(unaff_EBP + -0x438)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x438)" ( (binary_expression "unaff_EBP + -0x438" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(int *)(unaff_EBP + -0x450) != *(int *)(unaff_EBP + -0x4e0)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x450));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x450) != *(int *)(unaff_EBP + -0x4e0))" ( (binary_expression "*(int *)(unaff_EBP + -0x450) != *(int *)(unaff_EBP + -0x4e0)" (pointer_expression "*(int *)(unaff_EBP + -0x450)" * (cast_expression "(int *)(unaff_EBP + -0x450)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x450)" ( (binary_expression "unaff_EBP + -0x450" identifier + number_literal) )))) != (pointer_expression "*(int *)(unaff_EBP + -0x4e0)" * (cast_expression "(int *)(unaff_EBP + -0x4e0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x4e0)" ( (binary_expression "unaff_EBP + -0x4e0" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x450));\n }" { (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x450));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x450))" identifier (argument_list "(*(int *)(unaff_EBP + -0x450))" ( (pointer_expression "*(int *)(unaff_EBP + -0x450)" * (cast_expression "(int *)(unaff_EBP + -0x450)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x450)" ( (binary_expression "unaff_EBP + -0x450" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(int *)(unaff_EBP + -0x468) != *(int *)(unaff_EBP + -0x4dc)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x468));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x468) != *(int *)(unaff_EBP + -0x4dc))" ( (binary_expression "*(int *)(unaff_EBP + -0x468) != *(int *)(unaff_EBP + -0x4dc)" (pointer_expression "*(int *)(unaff_EBP + -0x468)" * (cast_expression "(int *)(unaff_EBP + -0x468)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x468)" ( (binary_expression "unaff_EBP + -0x468" identifier + number_literal) )))) != (pointer_expression "*(int *)(unaff_EBP + -0x4dc)" * (cast_expression "(int *)(unaff_EBP + -0x4dc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x4dc)" ( (binary_expression "unaff_EBP + -0x4dc" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x468));\n }" { (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x468));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x468))" identifier (argument_list "(*(int *)(unaff_EBP + -0x468))" ( (pointer_expression "*(int *)(unaff_EBP + -0x468)" * (cast_expression "(int *)(unaff_EBP + -0x468)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x468)" ( (binary_expression "unaff_EBP + -0x468" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(int *)(unaff_EBP + -0x480) != *(int *)(unaff_EBP + -0x4d8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x480));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x480) != *(int *)(unaff_EBP + -0x4d8))" ( (binary_expression "*(int *)(unaff_EBP + -0x480) != *(int *)(unaff_EBP + -0x4d8)" (pointer_expression "*(int *)(unaff_EBP + -0x480)" * (cast_expression "(int *)(unaff_EBP + -0x480)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x480)" ( (binary_expression "unaff_EBP + -0x480" identifier + number_literal) )))) != (pointer_expression "*(int *)(unaff_EBP + -0x4d8)" * (cast_expression "(int *)(unaff_EBP + -0x4d8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x4d8)" ( (binary_expression "unaff_EBP + -0x4d8" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x480));\n }" { (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x480));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x480))" identifier (argument_list "(*(int *)(unaff_EBP + -0x480))" ( (pointer_expression "*(int *)(unaff_EBP + -0x480)" * (cast_expression "(int *)(unaff_EBP + -0x480)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x480)" ( (binary_expression "unaff_EBP + -0x480" identifier + number_literal) )))) ))) ;) })) comment (expression_statement "FUN_004451f0();" (call_expression "FUN_004451f0()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "void FUN_0003eadd(void)\n\n{\n int unaff_EBP;\n \n operator_delete(*(void **)(unaff_EBP + -0x4cc),0x38);\n if (*(void **)(unaff_EBP + -0x60) != *(void **)(unaff_EBP + -0x4a4)) {\n operator_delete(*(void **)(unaff_EBP + -0x60));\n }\n if (*(void **)(unaff_EBP + -0x30) != *(void **)(unaff_EBP + -0x48c)) {\n operator_delete(*(void **)(unaff_EBP + -0x30));\n }\n if (*(void **)(unaff_EBP + -0x48) != *(void **)(unaff_EBP + -0x494)) {\n operator_delete(*(void **)(unaff_EBP + -0x48));\n }\n if (*(void **)(unaff_EBP + -0x3c0) != *(void **)(unaff_EBP + -0x4f8)) {\n operator_delete(*(void **)(unaff_EBP + -0x3c0));\n }\n if (*(void **)(unaff_EBP + -0x3d8) != *(void **)(unaff_EBP + -0x4f4)) {\n operator_delete(*(void **)(unaff_EBP + -0x3d8));\n }\n if (*(void **)(unaff_EBP + -0x3f0) != *(void **)(unaff_EBP + -0x4f0)) {\n operator_delete(*(void **)(unaff_EBP + -0x3f0));\n }\n if (*(void **)(unaff_EBP + -0x408) != *(void **)(unaff_EBP + -0x4ec)) {\n operator_delete(*(void **)(unaff_EBP + -0x408));\n }\n if (*(void **)(unaff_EBP + -0x420) != *(void **)(unaff_EBP + -0x4e8)) {\n operator_delete(*(void **)(unaff_EBP + -0x420));\n }\n if (*(void **)(unaff_EBP + -0x438) != *(void **)(unaff_EBP + -0x4e4)) {\n operator_delete(*(void **)(unaff_EBP + -0x438));\n }\n if (*(void **)(unaff_EBP + -0x450) != *(void **)(unaff_EBP + -0x4e0)) {\n operator_delete(*(void **)(unaff_EBP + -0x450));\n }\n if (*(void **)(unaff_EBP + -0x468) != *(void **)(unaff_EBP + -0x4dc)) {\n operator_delete(*(void **)(unaff_EBP + -0x468));\n }\n if (*(void **)(unaff_EBP + -0x480) != *(void **)(unaff_EBP + -0x4d8)) {\n operator_delete(*(void **)(unaff_EBP + -0x480));\n }\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}\n\n" (function_definition "void FUN_0003eadd(void)\n\n{\n int unaff_EBP;\n \n operator_delete(*(void **)(unaff_EBP + -0x4cc),0x38);\n if (*(void **)(unaff_EBP + -0x60) != *(void **)(unaff_EBP + -0x4a4)) {\n operator_delete(*(void **)(unaff_EBP + -0x60));\n }\n if (*(void **)(unaff_EBP + -0x30) != *(void **)(unaff_EBP + -0x48c)) {\n operator_delete(*(void **)(unaff_EBP + -0x30));\n }\n if (*(void **)(unaff_EBP + -0x48) != *(void **)(unaff_EBP + -0x494)) {\n operator_delete(*(void **)(unaff_EBP + -0x48));\n }\n if (*(void **)(unaff_EBP + -0x3c0) != *(void **)(unaff_EBP + -0x4f8)) {\n operator_delete(*(void **)(unaff_EBP + -0x3c0));\n }\n if (*(void **)(unaff_EBP + -0x3d8) != *(void **)(unaff_EBP + -0x4f4)) {\n operator_delete(*(void **)(unaff_EBP + -0x3d8));\n }\n if (*(void **)(unaff_EBP + -0x3f0) != *(void **)(unaff_EBP + -0x4f0)) {\n operator_delete(*(void **)(unaff_EBP + -0x3f0));\n }\n if (*(void **)(unaff_EBP + -0x408) != *(void **)(unaff_EBP + -0x4ec)) {\n operator_delete(*(void **)(unaff_EBP + -0x408));\n }\n if (*(void **)(unaff_EBP + -0x420) != *(void **)(unaff_EBP + -0x4e8)) {\n operator_delete(*(void **)(unaff_EBP + -0x420));\n }\n if (*(void **)(unaff_EBP + -0x438) != *(void **)(unaff_EBP + -0x4e4)) {\n operator_delete(*(void **)(unaff_EBP + -0x438));\n }\n if (*(void **)(unaff_EBP + -0x450) != *(void **)(unaff_EBP + -0x4e0)) {\n operator_delete(*(void **)(unaff_EBP + -0x450));\n }\n if (*(void **)(unaff_EBP + -0x468) != *(void **)(unaff_EBP + -0x4dc)) {\n operator_delete(*(void **)(unaff_EBP + -0x468));\n }\n if (*(void **)(unaff_EBP + -0x480) != *(void **)(unaff_EBP + -0x4d8)) {\n operator_delete(*(void **)(unaff_EBP + -0x480));\n }\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" primitive_type (function_declarator "FUN_0003eadd(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n int unaff_EBP;\n \n operator_delete(*(void **)(unaff_EBP + -0x4cc),0x38);\n if (*(void **)(unaff_EBP + -0x60) != *(void **)(unaff_EBP + -0x4a4)) {\n operator_delete(*(void **)(unaff_EBP + -0x60));\n }\n if (*(void **)(unaff_EBP + -0x30) != *(void **)(unaff_EBP + -0x48c)) {\n operator_delete(*(void **)(unaff_EBP + -0x30));\n }\n if (*(void **)(unaff_EBP + -0x48) != *(void **)(unaff_EBP + -0x494)) {\n operator_delete(*(void **)(unaff_EBP + -0x48));\n }\n if (*(void **)(unaff_EBP + -0x3c0) != *(void **)(unaff_EBP + -0x4f8)) {\n operator_delete(*(void **)(unaff_EBP + -0x3c0));\n }\n if (*(void **)(unaff_EBP + -0x3d8) != *(void **)(unaff_EBP + -0x4f4)) {\n operator_delete(*(void **)(unaff_EBP + -0x3d8));\n }\n if (*(void **)(unaff_EBP + -0x3f0) != *(void **)(unaff_EBP + -0x4f0)) {\n operator_delete(*(void **)(unaff_EBP + -0x3f0));\n }\n if (*(void **)(unaff_EBP + -0x408) != *(void **)(unaff_EBP + -0x4ec)) {\n operator_delete(*(void **)(unaff_EBP + -0x408));\n }\n if (*(void **)(unaff_EBP + -0x420) != *(void **)(unaff_EBP + -0x4e8)) {\n operator_delete(*(void **)(unaff_EBP + -0x420));\n }\n if (*(void **)(unaff_EBP + -0x438) != *(void **)(unaff_EBP + -0x4e4)) {\n operator_delete(*(void **)(unaff_EBP + -0x438));\n }\n if (*(void **)(unaff_EBP + -0x450) != *(void **)(unaff_EBP + -0x4e0)) {\n operator_delete(*(void **)(unaff_EBP + -0x450));\n }\n if (*(void **)(unaff_EBP + -0x468) != *(void **)(unaff_EBP + -0x4dc)) {\n operator_delete(*(void **)(unaff_EBP + -0x468));\n }\n if (*(void **)(unaff_EBP + -0x480) != *(void **)(unaff_EBP + -0x4d8)) {\n operator_delete(*(void **)(unaff_EBP + -0x480));\n }\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" { (declaration "int unaff_EBP;" primitive_type identifier ;) (expression_statement "operator_delete(*(void **)(unaff_EBP + -0x4cc),0x38);" (call_expression "operator_delete(*(void **)(unaff_EBP + -0x4cc),0x38)" identifier (argument_list "(*(void **)(unaff_EBP + -0x4cc),0x38)" ( (pointer_expression "*(void **)(unaff_EBP + -0x4cc)" * (cast_expression "(void **)(unaff_EBP + -0x4cc)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x4cc)" ( (binary_expression "unaff_EBP + -0x4cc" identifier + number_literal) )))) , number_literal ))) ;) (if_statement "if (*(void **)(unaff_EBP + -0x60) != *(void **)(unaff_EBP + -0x4a4)) {\n operator_delete(*(void **)(unaff_EBP + -0x60));\n }" if (parenthesized_expression "(*(void **)(unaff_EBP + -0x60) != *(void **)(unaff_EBP + -0x4a4))" ( (binary_expression "*(void **)(unaff_EBP + -0x60) != *(void **)(unaff_EBP + -0x4a4)" (pointer_expression "*(void **)(unaff_EBP + -0x60)" * (cast_expression "(void **)(unaff_EBP + -0x60)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x60)" ( (binary_expression "unaff_EBP + -0x60" identifier + number_literal) )))) != (pointer_expression "*(void **)(unaff_EBP + -0x4a4)" * (cast_expression "(void **)(unaff_EBP + -0x4a4)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x4a4)" ( (binary_expression "unaff_EBP + -0x4a4" identifier + number_literal) ))))) )) (compound_statement "{\n operator_delete(*(void **)(unaff_EBP + -0x60));\n }" { (expression_statement "operator_delete(*(void **)(unaff_EBP + -0x60));" (call_expression "operator_delete(*(void **)(unaff_EBP + -0x60))" identifier (argument_list "(*(void **)(unaff_EBP + -0x60))" ( (pointer_expression "*(void **)(unaff_EBP + -0x60)" * (cast_expression "(void **)(unaff_EBP + -0x60)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x60)" ( (binary_expression "unaff_EBP + -0x60" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(void **)(unaff_EBP + -0x30) != *(void **)(unaff_EBP + -0x48c)) {\n operator_delete(*(void **)(unaff_EBP + -0x30));\n }" if (parenthesized_expression "(*(void **)(unaff_EBP + -0x30) != *(void **)(unaff_EBP + -0x48c))" ( (binary_expression "*(void **)(unaff_EBP + -0x30) != *(void **)(unaff_EBP + -0x48c)" (pointer_expression "*(void **)(unaff_EBP + -0x30)" * (cast_expression "(void **)(unaff_EBP + -0x30)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x30)" ( (binary_expression "unaff_EBP + -0x30" identifier + number_literal) )))) != (pointer_expression "*(void **)(unaff_EBP + -0x48c)" * (cast_expression "(void **)(unaff_EBP + -0x48c)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x48c)" ( (binary_expression "unaff_EBP + -0x48c" identifier + number_literal) ))))) )) (compound_statement "{\n operator_delete(*(void **)(unaff_EBP + -0x30));\n }" { (expression_statement "operator_delete(*(void **)(unaff_EBP + -0x30));" (call_expression "operator_delete(*(void **)(unaff_EBP + -0x30))" identifier (argument_list "(*(void **)(unaff_EBP + -0x30))" ( (pointer_expression "*(void **)(unaff_EBP + -0x30)" * (cast_expression "(void **)(unaff_EBP + -0x30)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x30)" ( (binary_expression "unaff_EBP + -0x30" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(void **)(unaff_EBP + -0x48) != *(void **)(unaff_EBP + -0x494)) {\n operator_delete(*(void **)(unaff_EBP + -0x48));\n }" if (parenthesized_expression "(*(void **)(unaff_EBP + -0x48) != *(void **)(unaff_EBP + -0x494))" ( (binary_expression "*(void **)(unaff_EBP + -0x48) != *(void **)(unaff_EBP + -0x494)" (pointer_expression "*(void **)(unaff_EBP + -0x48)" * (cast_expression "(void **)(unaff_EBP + -0x48)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x48)" ( (binary_expression "unaff_EBP + -0x48" identifier + number_literal) )))) != (pointer_expression "*(void **)(unaff_EBP + -0x494)" * (cast_expression "(void **)(unaff_EBP + -0x494)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x494)" ( (binary_expression "unaff_EBP + -0x494" identifier + number_literal) ))))) )) (compound_statement "{\n operator_delete(*(void **)(unaff_EBP + -0x48));\n }" { (expression_statement "operator_delete(*(void **)(unaff_EBP + -0x48));" (call_expression "operator_delete(*(void **)(unaff_EBP + -0x48))" identifier (argument_list "(*(void **)(unaff_EBP + -0x48))" ( (pointer_expression "*(void **)(unaff_EBP + -0x48)" * (cast_expression "(void **)(unaff_EBP + -0x48)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x48)" ( (binary_expression "unaff_EBP + -0x48" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(void **)(unaff_EBP + -0x3c0) != *(void **)(unaff_EBP + -0x4f8)) {\n operator_delete(*(void **)(unaff_EBP + -0x3c0));\n }" if (parenthesized_expression "(*(void **)(unaff_EBP + -0x3c0) != *(void **)(unaff_EBP + -0x4f8))" ( (binary_expression "*(void **)(unaff_EBP + -0x3c0) != *(void **)(unaff_EBP + -0x4f8)" (pointer_expression "*(void **)(unaff_EBP + -0x3c0)" * (cast_expression "(void **)(unaff_EBP + -0x3c0)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x3c0)" ( (binary_expression "unaff_EBP + -0x3c0" identifier + number_literal) )))) != (pointer_expression "*(void **)(unaff_EBP + -0x4f8)" * (cast_expression "(void **)(unaff_EBP + -0x4f8)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x4f8)" ( (binary_expression "unaff_EBP + -0x4f8" identifier + number_literal) ))))) )) (compound_statement "{\n operator_delete(*(void **)(unaff_EBP + -0x3c0));\n }" { (expression_statement "operator_delete(*(void **)(unaff_EBP + -0x3c0));" (call_expression "operator_delete(*(void **)(unaff_EBP + -0x3c0))" identifier (argument_list "(*(void **)(unaff_EBP + -0x3c0))" ( (pointer_expression "*(void **)(unaff_EBP + -0x3c0)" * (cast_expression "(void **)(unaff_EBP + -0x3c0)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x3c0)" ( (binary_expression "unaff_EBP + -0x3c0" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(void **)(unaff_EBP + -0x3d8) != *(void **)(unaff_EBP + -0x4f4)) {\n operator_delete(*(void **)(unaff_EBP + -0x3d8));\n }" if (parenthesized_expression "(*(void **)(unaff_EBP + -0x3d8) != *(void **)(unaff_EBP + -0x4f4))" ( (binary_expression "*(void **)(unaff_EBP + -0x3d8) != *(void **)(unaff_EBP + -0x4f4)" (pointer_expression "*(void **)(unaff_EBP + -0x3d8)" * (cast_expression "(void **)(unaff_EBP + -0x3d8)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x3d8)" ( (binary_expression "unaff_EBP + -0x3d8" identifier + number_literal) )))) != (pointer_expression "*(void **)(unaff_EBP + -0x4f4)" * (cast_expression "(void **)(unaff_EBP + -0x4f4)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x4f4)" ( (binary_expression "unaff_EBP + -0x4f4" identifier + number_literal) ))))) )) (compound_statement "{\n operator_delete(*(void **)(unaff_EBP + -0x3d8));\n }" { (expression_statement "operator_delete(*(void **)(unaff_EBP + -0x3d8));" (call_expression "operator_delete(*(void **)(unaff_EBP + -0x3d8))" identifier (argument_list "(*(void **)(unaff_EBP + -0x3d8))" ( (pointer_expression "*(void **)(unaff_EBP + -0x3d8)" * (cast_expression "(void **)(unaff_EBP + -0x3d8)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x3d8)" ( (binary_expression "unaff_EBP + -0x3d8" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(void **)(unaff_EBP + -0x3f0) != *(void **)(unaff_EBP + -0x4f0)) {\n operator_delete(*(void **)(unaff_EBP + -0x3f0));\n }" if (parenthesized_expression "(*(void **)(unaff_EBP + -0x3f0) != *(void **)(unaff_EBP + -0x4f0))" ( (binary_expression "*(void **)(unaff_EBP + -0x3f0) != *(void **)(unaff_EBP + -0x4f0)" (pointer_expression "*(void **)(unaff_EBP + -0x3f0)" * (cast_expression "(void **)(unaff_EBP + -0x3f0)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x3f0)" ( (binary_expression "unaff_EBP + -0x3f0" identifier + number_literal) )))) != (pointer_expression "*(void **)(unaff_EBP + -0x4f0)" * (cast_expression "(void **)(unaff_EBP + -0x4f0)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x4f0)" ( (binary_expression "unaff_EBP + -0x4f0" identifier + number_literal) ))))) )) (compound_statement "{\n operator_delete(*(void **)(unaff_EBP + -0x3f0));\n }" { (expression_statement "operator_delete(*(void **)(unaff_EBP + -0x3f0));" (call_expression "operator_delete(*(void **)(unaff_EBP + -0x3f0))" identifier (argument_list "(*(void **)(unaff_EBP + -0x3f0))" ( (pointer_expression "*(void **)(unaff_EBP + -0x3f0)" * (cast_expression "(void **)(unaff_EBP + -0x3f0)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x3f0)" ( (binary_expression "unaff_EBP + -0x3f0" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(void **)(unaff_EBP + -0x408) != *(void **)(unaff_EBP + -0x4ec)) {\n operator_delete(*(void **)(unaff_EBP + -0x408));\n }" if (parenthesized_expression "(*(void **)(unaff_EBP + -0x408) != *(void **)(unaff_EBP + -0x4ec))" ( (binary_expression "*(void **)(unaff_EBP + -0x408) != *(void **)(unaff_EBP + -0x4ec)" (pointer_expression "*(void **)(unaff_EBP + -0x408)" * (cast_expression "(void **)(unaff_EBP + -0x408)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x408)" ( (binary_expression "unaff_EBP + -0x408" identifier + number_literal) )))) != (pointer_expression "*(void **)(unaff_EBP + -0x4ec)" * (cast_expression "(void **)(unaff_EBP + -0x4ec)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x4ec)" ( (binary_expression "unaff_EBP + -0x4ec" identifier + number_literal) ))))) )) (compound_statement "{\n operator_delete(*(void **)(unaff_EBP + -0x408));\n }" { (expression_statement "operator_delete(*(void **)(unaff_EBP + -0x408));" (call_expression "operator_delete(*(void **)(unaff_EBP + -0x408))" identifier (argument_list "(*(void **)(unaff_EBP + -0x408))" ( (pointer_expression "*(void **)(unaff_EBP + -0x408)" * (cast_expression "(void **)(unaff_EBP + -0x408)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x408)" ( (binary_expression "unaff_EBP + -0x408" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(void **)(unaff_EBP + -0x420) != *(void **)(unaff_EBP + -0x4e8)) {\n operator_delete(*(void **)(unaff_EBP + -0x420));\n }" if (parenthesized_expression "(*(void **)(unaff_EBP + -0x420) != *(void **)(unaff_EBP + -0x4e8))" ( (binary_expression "*(void **)(unaff_EBP + -0x420) != *(void **)(unaff_EBP + -0x4e8)" (pointer_expression "*(void **)(unaff_EBP + -0x420)" * (cast_expression "(void **)(unaff_EBP + -0x420)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x420)" ( (binary_expression "unaff_EBP + -0x420" identifier + number_literal) )))) != (pointer_expression "*(void **)(unaff_EBP + -0x4e8)" * (cast_expression "(void **)(unaff_EBP + -0x4e8)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x4e8)" ( (binary_expression "unaff_EBP + -0x4e8" identifier + number_literal) ))))) )) (compound_statement "{\n operator_delete(*(void **)(unaff_EBP + -0x420));\n }" { (expression_statement "operator_delete(*(void **)(unaff_EBP + -0x420));" (call_expression "operator_delete(*(void **)(unaff_EBP + -0x420))" identifier (argument_list "(*(void **)(unaff_EBP + -0x420))" ( (pointer_expression "*(void **)(unaff_EBP + -0x420)" * (cast_expression "(void **)(unaff_EBP + -0x420)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x420)" ( (binary_expression "unaff_EBP + -0x420" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(void **)(unaff_EBP + -0x438) != *(void **)(unaff_EBP + -0x4e4)) {\n operator_delete(*(void **)(unaff_EBP + -0x438));\n }" if (parenthesized_expression "(*(void **)(unaff_EBP + -0x438) != *(void **)(unaff_EBP + -0x4e4))" ( (binary_expression "*(void **)(unaff_EBP + -0x438) != *(void **)(unaff_EBP + -0x4e4)" (pointer_expression "*(void **)(unaff_EBP + -0x438)" * (cast_expression "(void **)(unaff_EBP + -0x438)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x438)" ( (binary_expression "unaff_EBP + -0x438" identifier + number_literal) )))) != (pointer_expression "*(void **)(unaff_EBP + -0x4e4)" * (cast_expression "(void **)(unaff_EBP + -0x4e4)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x4e4)" ( (binary_expression "unaff_EBP + -0x4e4" identifier + number_literal) ))))) )) (compound_statement "{\n operator_delete(*(void **)(unaff_EBP + -0x438));\n }" { (expression_statement "operator_delete(*(void **)(unaff_EBP + -0x438));" (call_expression "operator_delete(*(void **)(unaff_EBP + -0x438))" identifier (argument_list "(*(void **)(unaff_EBP + -0x438))" ( (pointer_expression "*(void **)(unaff_EBP + -0x438)" * (cast_expression "(void **)(unaff_EBP + -0x438)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x438)" ( (binary_expression "unaff_EBP + -0x438" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(void **)(unaff_EBP + -0x450) != *(void **)(unaff_EBP + -0x4e0)) {\n operator_delete(*(void **)(unaff_EBP + -0x450));\n }" if (parenthesized_expression "(*(void **)(unaff_EBP + -0x450) != *(void **)(unaff_EBP + -0x4e0))" ( (binary_expression "*(void **)(unaff_EBP + -0x450) != *(void **)(unaff_EBP + -0x4e0)" (pointer_expression "*(void **)(unaff_EBP + -0x450)" * (cast_expression "(void **)(unaff_EBP + -0x450)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x450)" ( (binary_expression "unaff_EBP + -0x450" identifier + number_literal) )))) != (pointer_expression "*(void **)(unaff_EBP + -0x4e0)" * (cast_expression "(void **)(unaff_EBP + -0x4e0)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x4e0)" ( (binary_expression "unaff_EBP + -0x4e0" identifier + number_literal) ))))) )) (compound_statement "{\n operator_delete(*(void **)(unaff_EBP + -0x450));\n }" { (expression_statement "operator_delete(*(void **)(unaff_EBP + -0x450));" (call_expression "operator_delete(*(void **)(unaff_EBP + -0x450))" identifier (argument_list "(*(void **)(unaff_EBP + -0x450))" ( (pointer_expression "*(void **)(unaff_EBP + -0x450)" * (cast_expression "(void **)(unaff_EBP + -0x450)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x450)" ( (binary_expression "unaff_EBP + -0x450" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(void **)(unaff_EBP + -0x468) != *(void **)(unaff_EBP + -0x4dc)) {\n operator_delete(*(void **)(unaff_EBP + -0x468));\n }" if (parenthesized_expression "(*(void **)(unaff_EBP + -0x468) != *(void **)(unaff_EBP + -0x4dc))" ( (binary_expression "*(void **)(unaff_EBP + -0x468) != *(void **)(unaff_EBP + -0x4dc)" (pointer_expression "*(void **)(unaff_EBP + -0x468)" * (cast_expression "(void **)(unaff_EBP + -0x468)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x468)" ( (binary_expression "unaff_EBP + -0x468" identifier + number_literal) )))) != (pointer_expression "*(void **)(unaff_EBP + -0x4dc)" * (cast_expression "(void **)(unaff_EBP + -0x4dc)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x4dc)" ( (binary_expression "unaff_EBP + -0x4dc" identifier + number_literal) ))))) )) (compound_statement "{\n operator_delete(*(void **)(unaff_EBP + -0x468));\n }" { (expression_statement "operator_delete(*(void **)(unaff_EBP + -0x468));" (call_expression "operator_delete(*(void **)(unaff_EBP + -0x468))" identifier (argument_list "(*(void **)(unaff_EBP + -0x468))" ( (pointer_expression "*(void **)(unaff_EBP + -0x468)" * (cast_expression "(void **)(unaff_EBP + -0x468)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x468)" ( (binary_expression "unaff_EBP + -0x468" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(void **)(unaff_EBP + -0x480) != *(void **)(unaff_EBP + -0x4d8)) {\n operator_delete(*(void **)(unaff_EBP + -0x480));\n }" if (parenthesized_expression "(*(void **)(unaff_EBP + -0x480) != *(void **)(unaff_EBP + -0x4d8))" ( (binary_expression "*(void **)(unaff_EBP + -0x480) != *(void **)(unaff_EBP + -0x4d8)" (pointer_expression "*(void **)(unaff_EBP + -0x480)" * (cast_expression "(void **)(unaff_EBP + -0x480)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x480)" ( (binary_expression "unaff_EBP + -0x480" identifier + number_literal) )))) != (pointer_expression "*(void **)(unaff_EBP + -0x4d8)" * (cast_expression "(void **)(unaff_EBP + -0x4d8)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x4d8)" ( (binary_expression "unaff_EBP + -0x4d8" identifier + number_literal) ))))) )) (compound_statement "{\n operator_delete(*(void **)(unaff_EBP + -0x480));\n }" { (expression_statement "operator_delete(*(void **)(unaff_EBP + -0x480));" (call_expression "operator_delete(*(void **)(unaff_EBP + -0x480))" identifier (argument_list "(*(void **)(unaff_EBP + -0x480))" ( (pointer_expression "*(void **)(unaff_EBP + -0x480)" * (cast_expression "(void **)(unaff_EBP + -0x480)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x480)" ( (binary_expression "unaff_EBP + -0x480" identifier + number_literal) )))) ))) ;) })) comment (expression_statement "_Unwind_Resume();" (call_expression "_Unwind_Resume()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "void FUN_0003eadd(void)\n\n{\n undefined4 in_ECX;\n int unaff_EBP;\n \n FUN_003ae060(*(undefined4 *)(unaff_EBP + -0x4cc),0x38,in_ECX,in_ECX);\n if (*(int *)(unaff_EBP + -0x60) != *(int *)(unaff_EBP + -0x4a4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x60));\n }\n if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x48c)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x30));\n }\n if (*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x494)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x48));\n }\n if (*(int *)(unaff_EBP + -0x3c0) != *(int *)(unaff_EBP + -0x4f8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3c0));\n }\n if (*(int *)(unaff_EBP + -0x3d8) != *(int *)(unaff_EBP + -0x4f4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3d8));\n }\n if (*(int *)(unaff_EBP + -0x3f0) != *(int *)(unaff_EBP + -0x4f0)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3f0));\n }\n if (*(int *)(unaff_EBP + -0x408) != *(int *)(unaff_EBP + -0x4ec)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x408));\n }\n if (*(int *)(unaff_EBP + -0x420) != *(int *)(unaff_EBP + -0x4e8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x420));\n }\n if (*(int *)(unaff_EBP + -0x438) != *(int *)(unaff_EBP + -0x4e4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x438));\n }\n if (*(int *)(unaff_EBP + -0x450) != *(int *)(unaff_EBP + -0x4e0)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x450));\n }\n if (*(int *)(unaff_EBP + -0x468) != *(int *)(unaff_EBP + -0x4dc)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x468));\n }\n if (*(int *)(unaff_EBP + -0x480) != *(int *)(unaff_EBP + -0x4d8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x480));\n }\n \n FUN_004451f0();\n}\n\n" (function_definition "void FUN_0003eadd(void)\n\n{\n undefined4 in_ECX;\n int unaff_EBP;\n \n FUN_003ae060(*(undefined4 *)(unaff_EBP + -0x4cc),0x38,in_ECX,in_ECX);\n if (*(int *)(unaff_EBP + -0x60) != *(int *)(unaff_EBP + -0x4a4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x60));\n }\n if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x48c)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x30));\n }\n if (*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x494)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x48));\n }\n if (*(int *)(unaff_EBP + -0x3c0) != *(int *)(unaff_EBP + -0x4f8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3c0));\n }\n if (*(int *)(unaff_EBP + -0x3d8) != *(int *)(unaff_EBP + -0x4f4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3d8));\n }\n if (*(int *)(unaff_EBP + -0x3f0) != *(int *)(unaff_EBP + -0x4f0)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3f0));\n }\n if (*(int *)(unaff_EBP + -0x408) != *(int *)(unaff_EBP + -0x4ec)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x408));\n }\n if (*(int *)(unaff_EBP + -0x420) != *(int *)(unaff_EBP + -0x4e8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x420));\n }\n if (*(int *)(unaff_EBP + -0x438) != *(int *)(unaff_EBP + -0x4e4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x438));\n }\n if (*(int *)(unaff_EBP + -0x450) != *(int *)(unaff_EBP + -0x4e0)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x450));\n }\n if (*(int *)(unaff_EBP + -0x468) != *(int *)(unaff_EBP + -0x4dc)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x468));\n }\n if (*(int *)(unaff_EBP + -0x480) != *(int *)(unaff_EBP + -0x4d8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x480));\n }\n \n FUN_004451f0();\n}" primitive_type (function_declarator "FUN_0003eadd(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n undefined4 in_ECX;\n int unaff_EBP;\n \n FUN_003ae060(*(undefined4 *)(unaff_EBP + -0x4cc),0x38,in_ECX,in_ECX);\n if (*(int *)(unaff_EBP + -0x60) != *(int *)(unaff_EBP + -0x4a4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x60));\n }\n if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x48c)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x30));\n }\n if (*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x494)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x48));\n }\n if (*(int *)(unaff_EBP + -0x3c0) != *(int *)(unaff_EBP + -0x4f8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3c0));\n }\n if (*(int *)(unaff_EBP + -0x3d8) != *(int *)(unaff_EBP + -0x4f4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3d8));\n }\n if (*(int *)(unaff_EBP + -0x3f0) != *(int *)(unaff_EBP + -0x4f0)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3f0));\n }\n if (*(int *)(unaff_EBP + -0x408) != *(int *)(unaff_EBP + -0x4ec)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x408));\n }\n if (*(int *)(unaff_EBP + -0x420) != *(int *)(unaff_EBP + -0x4e8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x420));\n }\n if (*(int *)(unaff_EBP + -0x438) != *(int *)(unaff_EBP + -0x4e4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x438));\n }\n if (*(int *)(unaff_EBP + -0x450) != *(int *)(unaff_EBP + -0x4e0)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x450));\n }\n if (*(int *)(unaff_EBP + -0x468) != *(int *)(unaff_EBP + -0x4dc)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x468));\n }\n if (*(int *)(unaff_EBP + -0x480) != *(int *)(unaff_EBP + -0x4d8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x480));\n }\n \n FUN_004451f0();\n}" { (declaration "undefined4 in_ECX;" type_identifier identifier ;) (declaration "int unaff_EBP;" primitive_type identifier ;) (expression_statement "FUN_003ae060(*(undefined4 *)(unaff_EBP + -0x4cc),0x38,in_ECX,in_ECX);" (call_expression "FUN_003ae060(*(undefined4 *)(unaff_EBP + -0x4cc),0x38,in_ECX,in_ECX)" identifier (argument_list "(*(undefined4 *)(unaff_EBP + -0x4cc),0x38,in_ECX,in_ECX)" ( (pointer_expression "*(undefined4 *)(unaff_EBP + -0x4cc)" * (cast_expression "(undefined4 *)(unaff_EBP + -0x4cc)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x4cc)" ( (binary_expression "unaff_EBP + -0x4cc" identifier + number_literal) )))) , number_literal , identifier , identifier ))) ;) (if_statement "if (*(int *)(unaff_EBP + -0x60) != *(int *)(unaff_EBP + -0x4a4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x60));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x60) != *(int *)(unaff_EBP + -0x4a4))" ( (binary_expression "*(int *)(unaff_EBP + -0x60) != *(int *)(unaff_EBP + -0x4a4)" (pointer_expression "*(int *)(unaff_EBP + -0x60)" * (cast_expression "(int *)(unaff_EBP + -0x60)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x60)" ( (binary_expression "unaff_EBP + -0x60" identifier + number_literal) )))) != (pointer_expression "*(int *)(unaff_EBP + -0x4a4)" * (cast_expression "(int *)(unaff_EBP + -0x4a4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x4a4)" ( (binary_expression "unaff_EBP + -0x4a4" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x60));\n }" { (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x60));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x60))" identifier (argument_list "(*(int *)(unaff_EBP + -0x60))" ( (pointer_expression "*(int *)(unaff_EBP + -0x60)" * (cast_expression "(int *)(unaff_EBP + -0x60)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x60)" ( (binary_expression "unaff_EBP + -0x60" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x48c)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x30));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x48c))" ( (binary_expression "*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x48c)" (pointer_expression "*(int *)(unaff_EBP + -0x30)" * (cast_expression "(int *)(unaff_EBP + -0x30)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x30)" ( (binary_expression "unaff_EBP + -0x30" identifier + number_literal) )))) != (pointer_expression "*(int *)(unaff_EBP + -0x48c)" * (cast_expression "(int *)(unaff_EBP + -0x48c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x48c)" ( (binary_expression "unaff_EBP + -0x48c" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x30));\n }" { (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x30));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x30))" identifier (argument_list "(*(int *)(unaff_EBP + -0x30))" ( (pointer_expression "*(int *)(unaff_EBP + -0x30)" * (cast_expression "(int *)(unaff_EBP + -0x30)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x30)" ( (binary_expression "unaff_EBP + -0x30" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x494)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x48));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x494))" ( (binary_expression "*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x494)" (pointer_expression "*(int *)(unaff_EBP + -0x48)" * (cast_expression "(int *)(unaff_EBP + -0x48)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x48)" ( (binary_expression "unaff_EBP + -0x48" identifier + number_literal) )))) != (pointer_expression "*(int *)(unaff_EBP + -0x494)" * (cast_expression "(int *)(unaff_EBP + -0x494)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x494)" ( (binary_expression "unaff_EBP + -0x494" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x48));\n }" { (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x48));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x48))" identifier (argument_list "(*(int *)(unaff_EBP + -0x48))" ( (pointer_expression "*(int *)(unaff_EBP + -0x48)" * (cast_expression "(int *)(unaff_EBP + -0x48)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x48)" ( (binary_expression "unaff_EBP + -0x48" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(int *)(unaff_EBP + -0x3c0) != *(int *)(unaff_EBP + -0x4f8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3c0));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x3c0) != *(int *)(unaff_EBP + -0x4f8))" ( (binary_expression "*(int *)(unaff_EBP + -0x3c0) != *(int *)(unaff_EBP + -0x4f8)" (pointer_expression "*(int *)(unaff_EBP + -0x3c0)" * (cast_expression "(int *)(unaff_EBP + -0x3c0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x3c0)" ( (binary_expression "unaff_EBP + -0x3c0" identifier + number_literal) )))) != (pointer_expression "*(int *)(unaff_EBP + -0x4f8)" * (cast_expression "(int *)(unaff_EBP + -0x4f8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x4f8)" ( (binary_expression "unaff_EBP + -0x4f8" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x3c0));\n }" { (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x3c0));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x3c0))" identifier (argument_list "(*(int *)(unaff_EBP + -0x3c0))" ( (pointer_expression "*(int *)(unaff_EBP + -0x3c0)" * (cast_expression "(int *)(unaff_EBP + -0x3c0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x3c0)" ( (binary_expression "unaff_EBP + -0x3c0" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(int *)(unaff_EBP + -0x3d8) != *(int *)(unaff_EBP + -0x4f4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3d8));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x3d8) != *(int *)(unaff_EBP + -0x4f4))" ( (binary_expression "*(int *)(unaff_EBP + -0x3d8) != *(int *)(unaff_EBP + -0x4f4)" (pointer_expression "*(int *)(unaff_EBP + -0x3d8)" * (cast_expression "(int *)(unaff_EBP + -0x3d8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x3d8)" ( (binary_expression "unaff_EBP + -0x3d8" identifier + number_literal) )))) != (pointer_expression "*(int *)(unaff_EBP + -0x4f4)" * (cast_expression "(int *)(unaff_EBP + -0x4f4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x4f4)" ( (binary_expression "unaff_EBP + -0x4f4" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x3d8));\n }" { (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x3d8));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x3d8))" identifier (argument_list "(*(int *)(unaff_EBP + -0x3d8))" ( (pointer_expression "*(int *)(unaff_EBP + -0x3d8)" * (cast_expression "(int *)(unaff_EBP + -0x3d8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x3d8)" ( (binary_expression "unaff_EBP + -0x3d8" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(int *)(unaff_EBP + -0x3f0) != *(int *)(unaff_EBP + -0x4f0)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3f0));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x3f0) != *(int *)(unaff_EBP + -0x4f0))" ( (binary_expression "*(int *)(unaff_EBP + -0x3f0) != *(int *)(unaff_EBP + -0x4f0)" (pointer_expression "*(int *)(unaff_EBP + -0x3f0)" * (cast_expression "(int *)(unaff_EBP + -0x3f0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x3f0)" ( (binary_expression "unaff_EBP + -0x3f0" identifier + number_literal) )))) != (pointer_expression "*(int *)(unaff_EBP + -0x4f0)" * (cast_expression "(int *)(unaff_EBP + -0x4f0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x4f0)" ( (binary_expression "unaff_EBP + -0x4f0" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x3f0));\n }" { (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x3f0));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x3f0))" identifier (argument_list "(*(int *)(unaff_EBP + -0x3f0))" ( (pointer_expression "*(int *)(unaff_EBP + -0x3f0)" * (cast_expression "(int *)(unaff_EBP + -0x3f0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x3f0)" ( (binary_expression "unaff_EBP + -0x3f0" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(int *)(unaff_EBP + -0x408) != *(int *)(unaff_EBP + -0x4ec)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x408));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x408) != *(int *)(unaff_EBP + -0x4ec))" ( (binary_expression "*(int *)(unaff_EBP + -0x408) != *(int *)(unaff_EBP + -0x4ec)" (pointer_expression "*(int *)(unaff_EBP + -0x408)" * (cast_expression "(int *)(unaff_EBP + -0x408)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x408)" ( (binary_expression "unaff_EBP + -0x408" identifier + number_literal) )))) != (pointer_expression "*(int *)(unaff_EBP + -0x4ec)" * (cast_expression "(int *)(unaff_EBP + -0x4ec)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x4ec)" ( (binary_expression "unaff_EBP + -0x4ec" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x408));\n }" { (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x408));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x408))" identifier (argument_list "(*(int *)(unaff_EBP + -0x408))" ( (pointer_expression "*(int *)(unaff_EBP + -0x408)" * (cast_expression "(int *)(unaff_EBP + -0x408)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x408)" ( (binary_expression "unaff_EBP + -0x408" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(int *)(unaff_EBP + -0x420) != *(int *)(unaff_EBP + -0x4e8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x420));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x420) != *(int *)(unaff_EBP + -0x4e8))" ( (binary_expression "*(int *)(unaff_EBP + -0x420) != *(int *)(unaff_EBP + -0x4e8)" (pointer_expression "*(int *)(unaff_EBP + -0x420)" * (cast_expression "(int *)(unaff_EBP + -0x420)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x420)" ( (binary_expression "unaff_EBP + -0x420" identifier + number_literal) )))) != (pointer_expression "*(int *)(unaff_EBP + -0x4e8)" * (cast_expression "(int *)(unaff_EBP + -0x4e8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x4e8)" ( (binary_expression "unaff_EBP + -0x4e8" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x420));\n }" { (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x420));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x420))" identifier (argument_list "(*(int *)(unaff_EBP + -0x420))" ( (pointer_expression "*(int *)(unaff_EBP + -0x420)" * (cast_expression "(int *)(unaff_EBP + -0x420)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x420)" ( (binary_expression "unaff_EBP + -0x420" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(int *)(unaff_EBP + -0x438) != *(int *)(unaff_EBP + -0x4e4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x438));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x438) != *(int *)(unaff_EBP + -0x4e4))" ( (binary_expression "*(int *)(unaff_EBP + -0x438) != *(int *)(unaff_EBP + -0x4e4)" (pointer_expression "*(int *)(unaff_EBP + -0x438)" * (cast_expression "(int *)(unaff_EBP + -0x438)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x438)" ( (binary_expression "unaff_EBP + -0x438" identifier + number_literal) )))) != (pointer_expression "*(int *)(unaff_EBP + -0x4e4)" * (cast_expression "(int *)(unaff_EBP + -0x4e4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x4e4)" ( (binary_expression "unaff_EBP + -0x4e4" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x438));\n }" { (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x438));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x438))" identifier (argument_list "(*(int *)(unaff_EBP + -0x438))" ( (pointer_expression "*(int *)(unaff_EBP + -0x438)" * (cast_expression "(int *)(unaff_EBP + -0x438)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x438)" ( (binary_expression "unaff_EBP + -0x438" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(int *)(unaff_EBP + -0x450) != *(int *)(unaff_EBP + -0x4e0)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x450));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x450) != *(int *)(unaff_EBP + -0x4e0))" ( (binary_expression "*(int *)(unaff_EBP + -0x450) != *(int *)(unaff_EBP + -0x4e0)" (pointer_expression "*(int *)(unaff_EBP + -0x450)" * (cast_expression "(int *)(unaff_EBP + -0x450)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x450)" ( (binary_expression "unaff_EBP + -0x450" identifier + number_literal) )))) != (pointer_expression "*(int *)(unaff_EBP + -0x4e0)" * (cast_expression "(int *)(unaff_EBP + -0x4e0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x4e0)" ( (binary_expression "unaff_EBP + -0x4e0" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x450));\n }" { (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x450));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x450))" identifier (argument_list "(*(int *)(unaff_EBP + -0x450))" ( (pointer_expression "*(int *)(unaff_EBP + -0x450)" * (cast_expression "(int *)(unaff_EBP + -0x450)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x450)" ( (binary_expression "unaff_EBP + -0x450" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(int *)(unaff_EBP + -0x468) != *(int *)(unaff_EBP + -0x4dc)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x468));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x468) != *(int *)(unaff_EBP + -0x4dc))" ( (binary_expression "*(int *)(unaff_EBP + -0x468) != *(int *)(unaff_EBP + -0x4dc)" (pointer_expression "*(int *)(unaff_EBP + -0x468)" * (cast_expression "(int *)(unaff_EBP + -0x468)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x468)" ( (binary_expression "unaff_EBP + -0x468" identifier + number_literal) )))) != (pointer_expression "*(int *)(unaff_EBP + -0x4dc)" * (cast_expression "(int *)(unaff_EBP + -0x4dc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x4dc)" ( (binary_expression "unaff_EBP + -0x4dc" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x468));\n }" { (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x468));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x468))" identifier (argument_list "(*(int *)(unaff_EBP + -0x468))" ( (pointer_expression "*(int *)(unaff_EBP + -0x468)" * (cast_expression "(int *)(unaff_EBP + -0x468)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x468)" ( (binary_expression "unaff_EBP + -0x468" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(int *)(unaff_EBP + -0x480) != *(int *)(unaff_EBP + -0x4d8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x480));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x480) != *(int *)(unaff_EBP + -0x4d8))" ( (binary_expression "*(int *)(unaff_EBP + -0x480) != *(int *)(unaff_EBP + -0x4d8)" (pointer_expression "*(int *)(unaff_EBP + -0x480)" * (cast_expression "(int *)(unaff_EBP + -0x480)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x480)" ( (binary_expression "unaff_EBP + -0x480" identifier + number_literal) )))) != (pointer_expression "*(int *)(unaff_EBP + -0x4d8)" * (cast_expression "(int *)(unaff_EBP + -0x4d8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x4d8)" ( (binary_expression "unaff_EBP + -0x4d8" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x480));\n }" { (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x480));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x480))" identifier (argument_list "(*(int *)(unaff_EBP + -0x480))" ( (pointer_expression "*(int *)(unaff_EBP + -0x480)" * (cast_expression "(int *)(unaff_EBP + -0x480)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x480)" ( (binary_expression "unaff_EBP + -0x480" identifier + number_literal) )))) ))) ;) })) (expression_statement "FUN_004451f0();" (call_expression "FUN_004451f0()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , LIT , 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) )))) != (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "void FUN_0003eadd(void)\n\n{\n undefined4 in_ECX;\n int unaff_EBP;\n \n FUN_003ae060(*(undefined4 *)(unaff_EBP + -0x4cc),0x38,in_ECX,in_ECX);\n if (*(int *)(unaff_EBP + -0x60) != *(int *)(unaff_EBP + -0x4a4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x60));\n }\n if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x48c)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x30));\n }\n if (*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x494)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x48));\n }\n if (*(int *)(unaff_EBP + -0x3c0) != *(int *)(unaff_EBP + -0x4f8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3c0));\n }\n if (*(int *)(unaff_EBP + -0x3d8) != *(int *)(unaff_EBP + -0x4f4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3d8));\n }\n if (*(int *)(unaff_EBP + -0x3f0) != *(int *)(unaff_EBP + -0x4f0)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3f0));\n }\n if (*(int *)(unaff_EBP + -0x408) != *(int *)(unaff_EBP + -0x4ec)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x408));\n }\n if (*(int *)(unaff_EBP + -0x420) != *(int *)(unaff_EBP + -0x4e8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x420));\n }\n if (*(int *)(unaff_EBP + -0x438) != *(int *)(unaff_EBP + -0x4e4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x438));\n }\n if (*(int *)(unaff_EBP + -0x450) != *(int *)(unaff_EBP + -0x4e0)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x450));\n }\n if (*(int *)(unaff_EBP + -0x468) != *(int *)(unaff_EBP + -0x4dc)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x468));\n }\n if (*(int *)(unaff_EBP + -0x480) != *(int *)(unaff_EBP + -0x4d8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x480));\n }\n \n FUN_004451f0();\n}" (primitive_type "void") (function_declarator "FUN_0003eadd(void)" (identifier "FUN_0003eadd") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n undefined4 in_ECX;\n int unaff_EBP;\n \n FUN_003ae060(*(undefined4 *)(unaff_EBP + -0x4cc),0x38,in_ECX,in_ECX);\n if (*(int *)(unaff_EBP + -0x60) != *(int *)(unaff_EBP + -0x4a4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x60));\n }\n if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x48c)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x30));\n }\n if (*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x494)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x48));\n }\n if (*(int *)(unaff_EBP + -0x3c0) != *(int *)(unaff_EBP + -0x4f8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3c0));\n }\n if (*(int *)(unaff_EBP + -0x3d8) != *(int *)(unaff_EBP + -0x4f4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3d8));\n }\n if (*(int *)(unaff_EBP + -0x3f0) != *(int *)(unaff_EBP + -0x4f0)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3f0));\n }\n if (*(int *)(unaff_EBP + -0x408) != *(int *)(unaff_EBP + -0x4ec)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x408));\n }\n if (*(int *)(unaff_EBP + -0x420) != *(int *)(unaff_EBP + -0x4e8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x420));\n }\n if (*(int *)(unaff_EBP + -0x438) != *(int *)(unaff_EBP + -0x4e4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x438));\n }\n if (*(int *)(unaff_EBP + -0x450) != *(int *)(unaff_EBP + -0x4e0)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x450));\n }\n if (*(int *)(unaff_EBP + -0x468) != *(int *)(unaff_EBP + -0x4dc)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x468));\n }\n if (*(int *)(unaff_EBP + -0x480) != *(int *)(unaff_EBP + -0x4d8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x480));\n }\n \n FUN_004451f0();\n}" ({ "{") (declaration "undefined4 in_ECX;" (type_identifier "undefined4") (identifier "in_ECX") (; ";")) (declaration "int unaff_EBP;" (primitive_type "int") (identifier "unaff_EBP") (; ";")) (expression_statement "FUN_003ae060(*(undefined4 *)(unaff_EBP + -0x4cc),0x38,in_ECX,in_ECX);" (call_expression "FUN_003ae060(*(undefined4 *)(unaff_EBP + -0x4cc),0x38,in_ECX,in_ECX)" (identifier "FUN_003ae060") (argument_list "(*(undefined4 *)(unaff_EBP + -0x4cc),0x38,in_ECX,in_ECX)" (( "(") (pointer_expression "*(undefined4 *)(unaff_EBP + -0x4cc)" (* "*") (cast_expression "(undefined4 *)(unaff_EBP + -0x4cc)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x4cc)" (( "(") (binary_expression "unaff_EBP + -0x4cc" (identifier "unaff_EBP") (+ "+") (number_literal "-0x4cc")) () ")")))) (, ",") (number_literal "0x38") (, ",") (identifier "in_ECX") (, ",") (identifier "in_ECX") () ")"))) (; ";")) (if_statement "if (*(int *)(unaff_EBP + -0x60) != *(int *)(unaff_EBP + -0x4a4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x60));\n }" (if "if") (parenthesized_expression "(*(int *)(unaff_EBP + -0x60) != *(int *)(unaff_EBP + -0x4a4))" (( "(") (binary_expression "*(int *)(unaff_EBP + -0x60) != *(int *)(unaff_EBP + -0x4a4)" (pointer_expression "*(int *)(unaff_EBP + -0x60)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x60)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x60)" (( "(") (binary_expression "unaff_EBP + -0x60" (identifier "unaff_EBP") (+ "+") (number_literal "-0x60")) () ")")))) (!= "!=") (pointer_expression "*(int *)(unaff_EBP + -0x4a4)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x4a4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x4a4)" (( "(") (binary_expression "unaff_EBP + -0x4a4" (identifier "unaff_EBP") (+ "+") (number_literal "-0x4a4")) () ")"))))) () ")")) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x60));\n }" ({ "{") (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x60));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x60))" (identifier "FUN_003ae080") (argument_list "(*(int *)(unaff_EBP + -0x60))" (( "(") (pointer_expression "*(int *)(unaff_EBP + -0x60)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x60)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x60)" (( "(") (binary_expression "unaff_EBP + -0x60" (identifier "unaff_EBP") (+ "+") (number_literal "-0x60")) () ")")))) () ")"))) (; ";")) (} "}"))) (if_statement "if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x48c)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x30));\n }" (if "if") (parenthesized_expression "(*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x48c))" (( "(") (binary_expression "*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x48c)" (pointer_expression "*(int *)(unaff_EBP + -0x30)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x30)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x30)" (( "(") (binary_expression "unaff_EBP + -0x30" (identifier "unaff_EBP") (+ "+") (number_literal "-0x30")) () ")")))) (!= "!=") (pointer_expression "*(int *)(unaff_EBP + -0x48c)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x48c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x48c)" (( "(") (binary_expression "unaff_EBP + -0x48c" (identifier "unaff_EBP") (+ "+") (number_literal "-0x48c")) () ")"))))) () ")")) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x30));\n }" ({ "{") (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x30));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x30))" (identifier "FUN_003ae080") (argument_list "(*(int *)(unaff_EBP + -0x30))" (( "(") (pointer_expression "*(int *)(unaff_EBP + -0x30)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x30)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x30)" (( "(") (binary_expression "unaff_EBP + -0x30" (identifier "unaff_EBP") (+ "+") (number_literal "-0x30")) () ")")))) () ")"))) (; ";")) (} "}"))) (if_statement "if (*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x494)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x48));\n }" (if "if") (parenthesized_expression "(*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x494))" (( "(") (binary_expression "*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x494)" (pointer_expression "*(int *)(unaff_EBP + -0x48)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x48)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x48)" (( "(") (binary_expression "unaff_EBP + -0x48" (identifier "unaff_EBP") (+ "+") (number_literal "-0x48")) () ")")))) (!= "!=") (pointer_expression "*(int *)(unaff_EBP + -0x494)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x494)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x494)" (( "(") (binary_expression "unaff_EBP + -0x494" (identifier "unaff_EBP") (+ "+") (number_literal "-0x494")) () ")"))))) () ")")) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x48));\n }" ({ "{") (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x48));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x48))" (identifier "FUN_003ae080") (argument_list "(*(int *)(unaff_EBP + -0x48))" (( "(") (pointer_expression "*(int *)(unaff_EBP + -0x48)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x48)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x48)" (( "(") (binary_expression "unaff_EBP + -0x48" (identifier "unaff_EBP") (+ "+") (number_literal "-0x48")) () ")")))) () ")"))) (; ";")) (} "}"))) (if_statement "if (*(int *)(unaff_EBP + -0x3c0) != *(int *)(unaff_EBP + -0x4f8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3c0));\n }" (if "if") (parenthesized_expression "(*(int *)(unaff_EBP + -0x3c0) != *(int *)(unaff_EBP + -0x4f8))" (( "(") (binary_expression "*(int *)(unaff_EBP + -0x3c0) != *(int *)(unaff_EBP + -0x4f8)" (pointer_expression "*(int *)(unaff_EBP + -0x3c0)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x3c0)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x3c0)" (( "(") (binary_expression "unaff_EBP + -0x3c0" (identifier "unaff_EBP") (+ "+") (number_literal "-0x3c0")) () ")")))) (!= "!=") (pointer_expression "*(int *)(unaff_EBP + -0x4f8)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x4f8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x4f8)" (( "(") (binary_expression "unaff_EBP + -0x4f8" (identifier "unaff_EBP") (+ "+") (number_literal "-0x4f8")) () ")"))))) () ")")) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x3c0));\n }" ({ "{") (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x3c0));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x3c0))" (identifier "FUN_003ae080") (argument_list "(*(int *)(unaff_EBP + -0x3c0))" (( "(") (pointer_expression "*(int *)(unaff_EBP + -0x3c0)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x3c0)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x3c0)" (( "(") (binary_expression "unaff_EBP + -0x3c0" (identifier "unaff_EBP") (+ "+") (number_literal "-0x3c0")) () ")")))) () ")"))) (; ";")) (} "}"))) (if_statement "if (*(int *)(unaff_EBP + -0x3d8) != *(int *)(unaff_EBP + -0x4f4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3d8));\n }" (if "if") (parenthesized_expression "(*(int *)(unaff_EBP + -0x3d8) != *(int *)(unaff_EBP + -0x4f4))" (( "(") (binary_expression "*(int *)(unaff_EBP + -0x3d8) != *(int *)(unaff_EBP + -0x4f4)" (pointer_expression "*(int *)(unaff_EBP + -0x3d8)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x3d8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x3d8)" (( "(") (binary_expression "unaff_EBP + -0x3d8" (identifier "unaff_EBP") (+ "+") (number_literal "-0x3d8")) () ")")))) (!= "!=") (pointer_expression "*(int *)(unaff_EBP + -0x4f4)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x4f4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x4f4)" (( "(") (binary_expression "unaff_EBP + -0x4f4" (identifier "unaff_EBP") (+ "+") (number_literal "-0x4f4")) () ")"))))) () ")")) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x3d8));\n }" ({ "{") (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x3d8));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x3d8))" (identifier "FUN_003ae080") (argument_list "(*(int *)(unaff_EBP + -0x3d8))" (( "(") (pointer_expression "*(int *)(unaff_EBP + -0x3d8)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x3d8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x3d8)" (( "(") (binary_expression "unaff_EBP + -0x3d8" (identifier "unaff_EBP") (+ "+") (number_literal "-0x3d8")) () ")")))) () ")"))) (; ";")) (} "}"))) (if_statement "if (*(int *)(unaff_EBP + -0x3f0) != *(int *)(unaff_EBP + -0x4f0)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3f0));\n }" (if "if") (parenthesized_expression "(*(int *)(unaff_EBP + -0x3f0) != *(int *)(unaff_EBP + -0x4f0))" (( "(") (binary_expression "*(int *)(unaff_EBP + -0x3f0) != *(int *)(unaff_EBP + -0x4f0)" (pointer_expression "*(int *)(unaff_EBP + -0x3f0)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x3f0)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x3f0)" (( "(") (binary_expression "unaff_EBP + -0x3f0" (identifier "unaff_EBP") (+ "+") (number_literal "-0x3f0")) () ")")))) (!= "!=") (pointer_expression "*(int *)(unaff_EBP + -0x4f0)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x4f0)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x4f0)" (( "(") (binary_expression "unaff_EBP + -0x4f0" (identifier "unaff_EBP") (+ "+") (number_literal "-0x4f0")) () ")"))))) () ")")) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x3f0));\n }" ({ "{") (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x3f0));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x3f0))" (identifier "FUN_003ae080") (argument_list "(*(int *)(unaff_EBP + -0x3f0))" (( "(") (pointer_expression "*(int *)(unaff_EBP + -0x3f0)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x3f0)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x3f0)" (( "(") (binary_expression "unaff_EBP + -0x3f0" (identifier "unaff_EBP") (+ "+") (number_literal "-0x3f0")) () ")")))) () ")"))) (; ";")) (} "}"))) (if_statement "if (*(int *)(unaff_EBP + -0x408) != *(int *)(unaff_EBP + -0x4ec)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x408));\n }" (if "if") (parenthesized_expression "(*(int *)(unaff_EBP + -0x408) != *(int *)(unaff_EBP + -0x4ec))" (( "(") (binary_expression "*(int *)(unaff_EBP + -0x408) != *(int *)(unaff_EBP + -0x4ec)" (pointer_expression "*(int *)(unaff_EBP + -0x408)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x408)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x408)" (( "(") (binary_expression "unaff_EBP + -0x408" (identifier "unaff_EBP") (+ "+") (number_literal "-0x408")) () ")")))) (!= "!=") (pointer_expression "*(int *)(unaff_EBP + -0x4ec)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x4ec)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x4ec)" (( "(") (binary_expression "unaff_EBP + -0x4ec" (identifier "unaff_EBP") (+ "+") (number_literal "-0x4ec")) () ")"))))) () ")")) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x408));\n }" ({ "{") (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x408));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x408))" (identifier "FUN_003ae080") (argument_list "(*(int *)(unaff_EBP + -0x408))" (( "(") (pointer_expression "*(int *)(unaff_EBP + -0x408)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x408)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x408)" (( "(") (binary_expression "unaff_EBP + -0x408" (identifier "unaff_EBP") (+ "+") (number_literal "-0x408")) () ")")))) () ")"))) (; ";")) (} "}"))) (if_statement "if (*(int *)(unaff_EBP + -0x420) != *(int *)(unaff_EBP + -0x4e8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x420));\n }" (if "if") (parenthesized_expression "(*(int *)(unaff_EBP + -0x420) != *(int *)(unaff_EBP + -0x4e8))" (( "(") (binary_expression "*(int *)(unaff_EBP + -0x420) != *(int *)(unaff_EBP + -0x4e8)" (pointer_expression "*(int *)(unaff_EBP + -0x420)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x420)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x420)" (( "(") (binary_expression "unaff_EBP + -0x420" (identifier "unaff_EBP") (+ "+") (number_literal "-0x420")) () ")")))) (!= "!=") (pointer_expression "*(int *)(unaff_EBP + -0x4e8)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x4e8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x4e8)" (( "(") (binary_expression "unaff_EBP + -0x4e8" (identifier "unaff_EBP") (+ "+") (number_literal "-0x4e8")) () ")"))))) () ")")) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x420));\n }" ({ "{") (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x420));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x420))" (identifier "FUN_003ae080") (argument_list "(*(int *)(unaff_EBP + -0x420))" (( "(") (pointer_expression "*(int *)(unaff_EBP + -0x420)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x420)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x420)" (( "(") (binary_expression "unaff_EBP + -0x420" (identifier "unaff_EBP") (+ "+") (number_literal "-0x420")) () ")")))) () ")"))) (; ";")) (} "}"))) (if_statement "if (*(int *)(unaff_EBP + -0x438) != *(int *)(unaff_EBP + -0x4e4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x438));\n }" (if "if") (parenthesized_expression "(*(int *)(unaff_EBP + -0x438) != *(int *)(unaff_EBP + -0x4e4))" (( "(") (binary_expression "*(int *)(unaff_EBP + -0x438) != *(int *)(unaff_EBP + -0x4e4)" (pointer_expression "*(int *)(unaff_EBP + -0x438)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x438)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x438)" (( "(") (binary_expression "unaff_EBP + -0x438" (identifier "unaff_EBP") (+ "+") (number_literal "-0x438")) () ")")))) (!= "!=") (pointer_expression "*(int *)(unaff_EBP + -0x4e4)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x4e4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x4e4)" (( "(") (binary_expression "unaff_EBP + -0x4e4" (identifier "unaff_EBP") (+ "+") (number_literal "-0x4e4")) () ")"))))) () ")")) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x438));\n }" ({ "{") (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x438));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x438))" (identifier "FUN_003ae080") (argument_list "(*(int *)(unaff_EBP + -0x438))" (( "(") (pointer_expression "*(int *)(unaff_EBP + -0x438)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x438)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x438)" (( "(") (binary_expression "unaff_EBP + -0x438" (identifier "unaff_EBP") (+ "+") (number_literal "-0x438")) () ")")))) () ")"))) (; ";")) (} "}"))) (if_statement "if (*(int *)(unaff_EBP + -0x450) != *(int *)(unaff_EBP + -0x4e0)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x450));\n }" (if "if") (parenthesized_expression "(*(int *)(unaff_EBP + -0x450) != *(int *)(unaff_EBP + -0x4e0))" (( "(") (binary_expression "*(int *)(unaff_EBP + -0x450) != *(int *)(unaff_EBP + -0x4e0)" (pointer_expression "*(int *)(unaff_EBP + -0x450)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x450)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x450)" (( "(") (binary_expression "unaff_EBP + -0x450" (identifier "unaff_EBP") (+ "+") (number_literal "-0x450")) () ")")))) (!= "!=") (pointer_expression "*(int *)(unaff_EBP + -0x4e0)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x4e0)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x4e0)" (( "(") (binary_expression "unaff_EBP + -0x4e0" (identifier "unaff_EBP") (+ "+") (number_literal "-0x4e0")) () ")"))))) () ")")) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x450));\n }" ({ "{") (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x450));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x450))" (identifier "FUN_003ae080") (argument_list "(*(int *)(unaff_EBP + -0x450))" (( "(") (pointer_expression "*(int *)(unaff_EBP + -0x450)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x450)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x450)" (( "(") (binary_expression "unaff_EBP + -0x450" (identifier "unaff_EBP") (+ "+") (number_literal "-0x450")) () ")")))) () ")"))) (; ";")) (} "}"))) (if_statement "if (*(int *)(unaff_EBP + -0x468) != *(int *)(unaff_EBP + -0x4dc)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x468));\n }" (if "if") (parenthesized_expression "(*(int *)(unaff_EBP + -0x468) != *(int *)(unaff_EBP + -0x4dc))" (( "(") (binary_expression "*(int *)(unaff_EBP + -0x468) != *(int *)(unaff_EBP + -0x4dc)" (pointer_expression "*(int *)(unaff_EBP + -0x468)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x468)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x468)" (( "(") (binary_expression "unaff_EBP + -0x468" (identifier "unaff_EBP") (+ "+") (number_literal "-0x468")) () ")")))) (!= "!=") (pointer_expression "*(int *)(unaff_EBP + -0x4dc)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x4dc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x4dc)" (( "(") (binary_expression "unaff_EBP + -0x4dc" (identifier "unaff_EBP") (+ "+") (number_literal "-0x4dc")) () ")"))))) () ")")) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x468));\n }" ({ "{") (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x468));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x468))" (identifier "FUN_003ae080") (argument_list "(*(int *)(unaff_EBP + -0x468))" (( "(") (pointer_expression "*(int *)(unaff_EBP + -0x468)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x468)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x468)" (( "(") (binary_expression "unaff_EBP + -0x468" (identifier "unaff_EBP") (+ "+") (number_literal "-0x468")) () ")")))) () ")"))) (; ";")) (} "}"))) (if_statement "if (*(int *)(unaff_EBP + -0x480) != *(int *)(unaff_EBP + -0x4d8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x480));\n }" (if "if") (parenthesized_expression "(*(int *)(unaff_EBP + -0x480) != *(int *)(unaff_EBP + -0x4d8))" (( "(") (binary_expression "*(int *)(unaff_EBP + -0x480) != *(int *)(unaff_EBP + -0x4d8)" (pointer_expression "*(int *)(unaff_EBP + -0x480)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x480)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x480)" (( "(") (binary_expression "unaff_EBP + -0x480" (identifier "unaff_EBP") (+ "+") (number_literal "-0x480")) () ")")))) (!= "!=") (pointer_expression "*(int *)(unaff_EBP + -0x4d8)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x4d8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x4d8)" (( "(") (binary_expression "unaff_EBP + -0x4d8" (identifier "unaff_EBP") (+ "+") (number_literal "-0x4d8")) () ")"))))) () ")")) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x480));\n }" ({ "{") (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x480));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x480))" (identifier "FUN_003ae080") (argument_list "(*(int *)(unaff_EBP + -0x480))" (( "(") (pointer_expression "*(int *)(unaff_EBP + -0x480)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x480)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x480)" (( "(") (binary_expression "unaff_EBP + -0x480" (identifier "unaff_EBP") (+ "+") (number_literal "-0x480")) () ")")))) () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_004451f0();" (call_expression "FUN_004451f0()" (identifier "FUN_004451f0") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
void function_1(void) { int var_2; var_1(*(void **)(var_2 + -0x4cc),0x38); if (*(void **)(var_2 + -0x60) != *(void **)(var_2 + -0x4a4)) { var_1(*(void **)(var_2 + -0x60)); } if (*(void **)(var_2 + -0x30) != *(void **)(var_2 + -0x48c)) { var_1(*(void **)(var_2 + -0x30)); } if (*(void **)(var_2 + -0x48) != *(void **)(var_2 + -0x494)) { var_1(*(void **)(var_2 + -0x48)); } if (*(void **)(var_2 + -0x3c0) != *(void **)(var_2 + -0x4f8)) { var_1(*(void **)(var_2 + -0x3c0)); } if (*(void **)(var_2 + -0x3d8) != *(void **)(var_2 + -0x4f4)) { var_1(*(void **)(var_2 + -0x3d8)); } if (*(void **)(var_2 + -0x3f0) != *(void **)(var_2 + -0x4f0)) { var_1(*(void **)(var_2 + -0x3f0)); } if (*(void **)(var_2 + -0x408) != *(void **)(var_2 + -0x4ec)) { var_1(*(void **)(var_2 + -0x408)); } if (*(void **)(var_2 + -0x420) != *(void **)(var_2 + -0x4e8)) { var_1(*(void **)(var_2 + -0x420)); } if (*(void **)(var_2 + -0x438) != *(void **)(var_2 + -0x4e4)) { var_1(*(void **)(var_2 + -0x438)); } if (*(void **)(var_2 + -0x450) != *(void **)(var_2 + -0x4e0)) { var_1(*(void **)(var_2 + -0x450)); } if (*(void **)(var_2 + -0x468) != *(void **)(var_2 + -0x4dc)) { var_1(*(void **)(var_2 + -0x468)); } if (*(void **)(var_2 + -0x480) != *(void **)(var_2 + -0x4d8)) { var_1(*(void **)(var_2 + -0x480)); } /* WARNING: Subroutine does not return */ var_3(); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) 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))))) (number_literal) (identifier) (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (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)))))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
null
void MASKED(void) { undefined4 in_ECX; int unaff_EBP; FUN_003ae060(*(undefined4 *)(unaff_EBP + -0x4cc),0x38,in_ECX,in_ECX); if (*(int *)(unaff_EBP + -0x60) != *(int *)(unaff_EBP + -0x4a4)) { FUN_003ae080(*(int *)(unaff_EBP + -0x60)); } if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x48c)) { FUN_003ae080(*(int *)(unaff_EBP + -0x30)); } if (*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x494)) { FUN_003ae080(*(int *)(unaff_EBP + -0x48)); } if (*(int *)(unaff_EBP + -0x3c0) != *(int *)(unaff_EBP + -0x4f8)) { FUN_003ae080(*(int *)(unaff_EBP + -0x3c0)); } if (*(int *)(unaff_EBP + -0x3d8) != *(int *)(unaff_EBP + -0x4f4)) { FUN_003ae080(*(int *)(unaff_EBP + -0x3d8)); } if (*(int *)(unaff_EBP + -0x3f0) != *(int *)(unaff_EBP + -0x4f0)) { FUN_003ae080(*(int *)(unaff_EBP + -0x3f0)); } if (*(int *)(unaff_EBP + -0x408) != *(int *)(unaff_EBP + -0x4ec)) { FUN_003ae080(*(int *)(unaff_EBP + -0x408)); } if (*(int *)(unaff_EBP + -0x420) != *(int *)(unaff_EBP + -0x4e8)) { FUN_003ae080(*(int *)(unaff_EBP + -0x420)); } if (*(int *)(unaff_EBP + -0x438) != *(int *)(unaff_EBP + -0x4e4)) { FUN_003ae080(*(int *)(unaff_EBP + -0x438)); } if (*(int *)(unaff_EBP + -0x450) != *(int *)(unaff_EBP + -0x4e0)) { FUN_003ae080(*(int *)(unaff_EBP + -0x450)); } if (*(int *)(unaff_EBP + -0x468) != *(int *)(unaff_EBP + -0x4dc)) { FUN_003ae080(*(int *)(unaff_EBP + -0x468)); } if (*(int *)(unaff_EBP + -0x480) != *(int *)(unaff_EBP + -0x4d8)) { FUN_003ae080(*(int *)(unaff_EBP + -0x480)); } /* WARNING: Subroutine does not return */ FUN_004451f0(); }
2799_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
do_write
FUN_000761e0
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Enum "DT": Some values do not have unique names */ /* WARNING: Enum "ELFOSABI": Some values do not have unique names */ /* DWARF original prototype: void do_write(Output_data_plt_x86_64<64> * this, Output_file * of) */ void __thiscall anon_unknown.dwarf_32e241::Output_data_plt_x86_64<64>::do_write (Output_data_plt_x86_64<64> *this,Output_file *of) { off_t *poVar1; uint uVar2; uint uVar3; Output_data_got_plt_x86_64 *pOVar4; Output_data_got<64,_false> *pOVar5; undefined4 uVar6; undefined4 uVar7; undefined4 uVar8; uint64_t uVar9; bool bVar10; uchar *puVar11; uint uVar12; uchar *puVar13; int iVar14; uint uVar15; uint uVar16; int iVar17; int iVar18; int iVar19; Output_data_space *pOVar20; uchar *local_60; uchar *local_40; if ((this->field_0x1c & 4) == 0) goto LAB_0007654e; uVar2 = *(uint *)&this->field_0x14; if ((this->field_0x1c & 2) == 0) goto LAB_00076512; uVar3 = *(uint *)&this->field_0xc; if (*(int *)&this->field_0x10 == 0) { if ((-1 < *(int *)&this->field_0x18) && (iVar18 = *(int *)((int)&of->file_size_ + 4), iVar19 = *(int *)&this->field_0x18 + (uint)CARRY4(uVar3,uVar2), uVar15 = (uint)((uint)of->file_size_ < uVar3 + uVar2), iVar14 = iVar18 - iVar19, (SBORROW4(iVar18,iVar19) != SBORROW4(iVar14,uVar15)) == (int)(iVar14 - uVar15) < 0)) { puVar11 = of->base_ + uVar2; pOVar4 = this->got_plt_; if (((pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data. field_0x1c & 4) == 0) { LAB_0007654e: /* WARNING: Subroutine does not return */ gold::do_gold_unreachable("../../gold/output.h",0xe3,"offset"); } iVar18 = *(int *)((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data. super_Output_data.offset_ + 4); uVar2 = (uint)(pOVar4->super_Output_section_data_build).super_Output_section_data. super_Output_data.offset_; bVar10 = gold::Parameters::incremental_update(gold::parameters); pOVar4 = this->got_plt_; if (bVar10) { if (((pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data. field_0x1c & 2) == 0) goto LAB_00076512; pOVar20 = this->got_irelative_; uVar15 = (uint)(pOVar4->super_Output_section_data_build).super_Output_section_data. super_Output_data.data_size_; iVar14 = *(int *)((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data. super_Output_data.data_size_ + 4); } else { if (((pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data. field_0x1c & 2) == 0) goto LAB_00076512; uVar15 = (uint)(pOVar4->super_Output_section_data_build).super_Output_section_data. super_Output_data.data_size_; iVar14 = *(int *)((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data. super_Output_data.data_size_ + 4); pOVar20 = this->got_irelative_; if (((pOVar20->super_Output_section_data_build).super_Output_section_data.super_Output_data. field_0x1c & 4) == 0) goto LAB_0007654e; if (iVar18 + iVar14 + (uint)CARRY4(uVar2,uVar15) != *(int *)((int)&(pOVar20->super_Output_section_data_build).super_Output_section_data. super_Output_data.offset_ + 4) || (int)(pOVar20->super_Output_section_data_build).super_Output_section_data. super_Output_data.offset_ != uVar2 + uVar15) { /* WARNING: Subroutine does not return */ gold::do_gold_unreachable("../../gold/x86_64.cc",0xa12,"do_write"); } } if (((pOVar20->super_Output_section_data_build).super_Output_section_data.super_Output_data. field_0x1c & 2) == 0) { LAB_00076512: /* WARNING: Subroutine does not return */ gold::do_gold_unreachable("../../gold/output.h",0xcf,"data_size"); } poVar1 = &(pOVar20->super_Output_section_data_build).super_Output_section_data. super_Output_data.data_size_; uVar12 = uVar15 + (int)*poVar1; if (iVar14 + *(int *)((int)&(pOVar20->super_Output_section_data_build). super_Output_section_data.super_Output_data.data_size_ + 4) + (uint)CARRY4(uVar15,(uint)*poVar1) != 0) goto LAB_00076531; if (-1 < iVar18) { iVar18 = iVar18 + (uint)CARRY4(uVar12,uVar2); iVar14 = *(int *)((int)&of->file_size_ + 4); uVar15 = (uint)((uint)of->file_size_ < uVar12 + uVar2); iVar19 = iVar14 - iVar18; if ((SBORROW4(iVar14,iVar18) != SBORROW4(iVar19,uVar15)) == (int)(iVar19 - uVar15) < 0) { puVar13 = of->base_ + uVar2; if ((this->field_0x1c & 1) != 0) { uVar2 = *(uint *)&this->field_0x4; iVar18 = *(int *)&this->field_0x8; pOVar5 = this->got_; if (((pOVar5->super_Output_data_got_base).super_Output_section_data_build. super_Output_section_data.super_Output_data.field_0x1c & 1) != 0) { uVar6 = *(undefined4 *) ((int)&(pOVar5->super_Output_data_got_base).super_Output_section_data_build. super_Output_section_data.super_Output_data.address_ + 4); uVar9 = (pOVar5->super_Output_data_got_base).super_Output_section_data_build. super_Output_section_data.super_Output_data.address_; if (((pOVar4->super_Output_section_data_build).super_Output_section_data. super_Output_data.field_0x1c & 1) != 0) { uVar7 = *(undefined4 *) ((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data. super_Output_data.address_ + 4); uVar8 = (undefined4) (pOVar4->super_Output_section_data_build).super_Output_section_data. super_Output_data.address_; (**(code **)(this->plt_eh_frame_cie_size + 0x68)) (this,puVar11,uVar8,uVar7,uVar2,iVar18); iVar14 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this); local_60 = puVar11 + iVar14; local_40 = puVar13 + 0x18; uVar15 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this); iVar14 = this->irelative_count_ + this->count_; if (iVar14 != 0) { iVar19 = 0; do { uVar16 = (**(code **)(this->plt_eh_frame_cie_size + 0x6c)) (this,local_60,uVar8,uVar7,uVar2,iVar18,iVar19 * 8 + 0x18, uVar15,iVar19); *(uint *)(puVar13 + iVar19 * 8 + 0x18) = uVar15 + uVar16 + uVar2; iVar17 = this->plt_eh_frame_cie_size; *(uint *)(puVar13 + iVar19 * 8 + 0x1c) = (uint)CARRY4(uVar15,uVar16) + iVar18 + (uint)CARRY4(uVar15 + uVar16,uVar2); iVar19 = iVar19 + 1; iVar17 = (**(code **)(iVar17 + 100))(this); local_60 = local_60 + iVar17; iVar17 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this); uVar15 = uVar15 + iVar17; } while (iVar14 != iVar19); local_40 = local_40 + iVar14 * 8; } if (this->tlsdesc_got_offset_ != 0xffffffff) { (**(code **)(this->plt_eh_frame_cie_size + 0x70)) (this,local_60,uVar8,uVar7,uVar2,iVar18,(int)uVar9,uVar6, this->tlsdesc_got_offset_,uVar15); iVar18 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this); local_60 = local_60 + iVar18; } if ((int)local_60 - (int)puVar11 == uVar3) { if ((int)local_40 - (int)puVar13 == uVar12) { return; } /* WARNING: Subroutine does not return */ gold::do_gold_unreachable("../../gold/x86_64.cc",0xa4c,"do_write"); } /* WARNING: Subroutine does not return */ gold::do_gold_unreachable("../../gold/x86_64.cc",0xa4b,"do_write"); } } } /* WARNING: Subroutine does not return */ gold::do_gold_unreachable("../../gold/output.h",0xc5,"address"); } } } /* WARNING: Subroutine does not return */ gold::do_gold_unreachable("../../gold/output.h",0x6f,"get_output_view"); } LAB_00076531: /* WARNING: Subroutine does not return */ gold::do_gold_unreachable("../../gold/gold.h",0xc0,"convert_types"); }
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ void FUN_000761e0(int *param_1,int param_2) { uint uVar1; uint uVar2; undefined4 uVar3; undefined4 uVar4; undefined4 uVar5; undefined4 uVar6; char cVar7; uint uVar8; int iVar9; uint uVar10; int iVar11; int iVar12; undefined4 uVar13; undefined4 unaff_EBX; int iVar14; int iVar15; uint uVar16; int iVar17; undefined8 uVar18; int local_60; int local_40; if ((*(byte *)(param_1 + 7) & 4) == 0) goto LAB_0007654e; uVar1 = param_1[5]; if ((*(byte *)(param_1 + 7) & 2) == 0) goto LAB_00076512; uVar2 = param_1[3]; if (param_1[4] == 0) { if ((-1 < param_1[6]) && (iVar14 = param_1[6] + (uint)CARRY4(uVar2,uVar1), uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar2 + uVar1), iVar9 = *(int *)(param_2 + 0xc) - iVar14, (SBORROW4(*(int *)(param_2 + 0xc),iVar14) != SBORROW4(iVar9,uVar16)) == (int)(iVar9 - uVar16) < 0)) { iVar14 = uVar1 + *(int *)(param_2 + 0x10); iVar9 = param_1[0xf]; if ((*(byte *)(iVar9 + 0x1c) & 4) == 0) { LAB_0007654e: /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/output.h",0xe3,"offset",param_1); } iVar12 = *(int *)(iVar9 + 0x18); uVar1 = *(uint *)(iVar9 + 0x14); cVar7 = FUN_0030aff0(DAT_005ea7c8); iVar9 = param_1[0xf]; if (cVar7 == '\0') { if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512; uVar16 = *(uint *)(iVar9 + 0xc); iVar17 = *(int *)(iVar9 + 0x10); iVar15 = param_1[0x10]; if ((*(byte *)(iVar15 + 0x1c) & 4) == 0) goto LAB_0007654e; if (iVar12 + iVar17 + (uint)CARRY4(uVar1,uVar16) != *(int *)(iVar15 + 0x18) || *(int *)(iVar15 + 0x14) != uVar1 + uVar16) { /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/x86_64.cc",0xa12,"do_write",iVar9); } } else { if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512; iVar15 = param_1[0x10]; uVar16 = *(uint *)(iVar9 + 0xc); iVar17 = *(int *)(iVar9 + 0x10); } if ((*(byte *)(iVar15 + 0x1c) & 2) == 0) { LAB_00076512: /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/output.h",0xcf,"data_size"); } uVar8 = uVar16 + *(uint *)(iVar15 + 0xc); unaff_EBX = 0; if (iVar17 + *(int *)(iVar15 + 0x10) + (uint)CARRY4(uVar16,*(uint *)(iVar15 + 0xc)) != 0) goto LAB_00076531; if (-1 < iVar12) { iVar12 = iVar12 + (uint)CARRY4(uVar8,uVar1); uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar8 + uVar1); iVar15 = *(int *)(param_2 + 0xc) - iVar12; if ((SBORROW4(*(int *)(param_2 + 0xc),iVar12) != SBORROW4(iVar15,uVar16)) == (int)(iVar15 - uVar16) < 0) { iVar12 = uVar1 + *(int *)(param_2 + 0x10); if ((*(byte *)(param_1 + 7) & 1) != 0) { uVar1 = param_1[1]; iVar15 = param_1[2]; iVar17 = param_1[0xe]; if ((*(byte *)(iVar17 + 0x1c) & 1) != 0) { uVar3 = *(undefined4 *)(iVar17 + 8); uVar4 = *(undefined4 *)(iVar17 + 4); if ((*(byte *)(iVar9 + 0x1c) & 1) != 0) { uVar5 = *(undefined4 *)(iVar9 + 8); uVar6 = *(undefined4 *)(iVar9 + 4); (**(code **)(*param_1 + 0x68))(param_1,iVar14,uVar6,uVar5,uVar1,iVar15); local_60 = (**(code **)(*param_1 + 100))(param_1); local_60 = local_60 + iVar14; local_40 = iVar12 + 0x18; uVar18 = (**(code **)(*param_1 + 100))(param_1); uVar16 = (uint)uVar18; iVar9 = param_1[0x12] + param_1[0x11]; if (iVar9 != 0) { iVar17 = 0; do { uVar10 = (**(code **)(*param_1 + 0x6c)) (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18, uVar16,iVar17); *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1; iVar11 = *param_1; *(uint *)(iVar12 + 0x1c + iVar17 * 8) = (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1); iVar17 = iVar17 + 1; iVar11 = (**(code **)(iVar11 + 100))(param_1); local_60 = local_60 + iVar11; iVar11 = (**(code **)(*param_1 + 100))(param_1); uVar16 = uVar16 + iVar11; uVar18 = CONCAT44(iVar9,uVar16); } while (iVar9 != iVar17); local_40 = local_40 + iVar9 * 8; } uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20); if (param_1[0x13] != -1) { (**(code **)(*param_1 + 0x70)) (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13], (int)uVar18); uVar18 = (**(code **)(*param_1 + 100))(param_1); uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20); local_60 = local_60 + (int)uVar18; } if (local_60 - iVar14 == uVar2) { if (local_40 - iVar12 == uVar8) { return; } /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12); } /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/x86_64.cc",0xa4b,"do_write",uVar13); } } } /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/output.h",0xc5,"address"); } } } /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/output.h",0x6f,"get_output_view"); } LAB_00076531: /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/gold.h",0xc0,"convert_types",unaff_EBX); }
CALL 0x00074f02 ADD EAX,0x573e1b PUSH EBP PUSH EDI PUSH ESI PUSH EBX SUB ESP,0x5c MOV ESI,dword ptr [ESP + 0x70] MOV dword ptr [ESP + 0x3c],EAX MOV EAX,dword ptr [ESP + 0x74] MOVZX ECX,byte ptr [ESI + 0x1c] MOV dword ptr [ESP + 0xc],EAX TEST CL,0x4 JZ 0x0007654e AND ECX,0x2 MOV EAX,dword ptr [ESI + 0x14] MOV EDX,dword ptr [ESI + 0x18] JZ 0x00076512 MOV EDI,dword ptr [ESI + 0xc] MOV EBP,dword ptr [ESI + 0x10] MOV dword ptr [ESP + 0x30],EDI MOV dword ptr [ESP + 0x34],EBP TEST EBP,EBP JNZ 0x00076531 TEST EDX,EDX JS 0x000764f6 MOV EDI,dword ptr [ESP + 0xc] MOV ECX,dword ptr [ESP + 0x30] MOV EBX,dword ptr [ESP + 0x34] ADD ECX,EAX MOV EBP,dword ptr [EDI + 0xc] ADC EBX,EDX CMP dword ptr [EDI + 0x8],ECX SBB EBP,EBX JL 0x000764f6 ADD EAX,dword ptr [EDI + 0x10] MOV dword ptr [ESP + 0x38],EAX MOV EAX,dword ptr [ESI + 0x3c] TEST byte ptr [EAX + 0x1c],0x4 JZ 0x0007654e MOV EDX,dword ptr [EAX + 0x18] MOV EAX,dword ptr [EAX + 0x14] SUB ESP,0xc MOV dword ptr [ESP + 0x1c],EAX MOV EDI,EAX MOV EBP,EDX MOV dword ptr [ESP + 0x20],EDX MOV EBX,dword ptr [ESP + 0x48] LEA EAX,[EBX + 0x7c8] PUSH dword ptr [EAX] CALL 0x0030aff0 ADD ESP,0x10 MOV ECX,dword ptr [ESI + 0x3c] TEST AL,AL JZ 0x000764a0 TEST byte ptr [ECX + 0x1c],0x2 JZ 0x00076512 MOV EBX,dword ptr [ESI + 0x40] MOV EAX,dword ptr [ECX + 0xc] MOV EDX,dword ptr [ECX + 0x10] TEST byte ptr [EBX + 0x1c],0x2 JZ 0x00076512 ADD EAX,dword ptr [EBX + 0xc] ADC EDX,dword ptr [EBX + 0x10] MOV EBX,EAX MOV EBP,EDX MOV dword ptr [ESP + 0x44],EDX XOR EDX,EDX XOR EBX,EAX MOV dword ptr [ESP + 0x40],EAX OR EBP,EBX JNZ 0x00076531 MOV EBP,dword ptr [ESP + 0x14] MOV EDI,dword ptr [ESP + 0x10] TEST EBP,EBP JS 0x000764f6 MOV EBX,dword ptr [ESP + 0xc] ADD EAX,EDI MOV dword ptr [ESP + 0x10],EAX ADC EDX,EBP MOV EAX,dword ptr [EBX + 0xc] MOV dword ptr [ESP + 0x14],EDX MOV EDX,dword ptr [ESP + 0x10] CMP dword ptr [EBX + 0x8],EDX MOV EBX,EAX SBB EBX,dword ptr [ESP + 0x14] JL 0x000764f6 MOV EBX,dword ptr [ESP + 0xc] MOV EAX,EDI ADD EAX,dword ptr [EBX + 0x10] MOV dword ptr [ESP + 0x18],EAX TEST byte ptr [ESI + 0x1c],0x1 JZ 0x0007656b MOV EDI,dword ptr [ESI + 0x4] MOV EBP,dword ptr [ESI + 0x8] MOV EAX,dword ptr [ESI + 0x38] MOV dword ptr [ESP + 0x10],EDI MOV dword ptr [ESP + 0x14],EBP TEST byte ptr [EAX + 0x1c],0x1 JZ 0x0007656b MOV EDX,dword ptr [EAX + 0x8] MOV EAX,dword ptr [EAX + 0x4] MOV dword ptr [ESP + 0x4c],EDX MOV dword ptr [ESP + 0x48],EAX TEST byte ptr [ECX + 0x1c],0x1 JZ 0x0007656b MOV EDX,dword ptr [ECX + 0x8] MOV EAX,dword ptr [ECX + 0x4] SUB ESP,0x8 MOV ECX,EDX MOV dword ptr [ESP + 0x28],EAX MOV EDX,EAX MOV EAX,dword ptr [ESI] MOV dword ptr [ESP + 0x2c],ECX PUSH EBP PUSH EDI PUSH ECX PUSH EDX MOV EDI,dword ptr [ESP + 0x50] PUSH EDI PUSH ESI CALL dword ptr [EAX + 0x68] MOV EAX,dword ptr [ESI] ADD ESP,0x14 PUSH ESI CALL dword ptr [EAX + 0x64] ADD EAX,EDI MOV dword ptr [ESP + 0x1c],EAX MOV EAX,dword ptr [ESP + 0x28] ADD EAX,0x18 MOV dword ptr [ESP + 0x3c],EAX MOV EAX,dword ptr [ESI] MOV dword ptr [ESP],ESI CALL dword ptr [EAX + 0x64] ADD ESP,0x10 MOV EBP,EAX MOV EAX,dword ptr [ESI + 0x48] ADD EAX,dword ptr [ESI + 0x44] MOV dword ptr [ESP + 0x28],EAX JZ 0x00076431 XOR EDI,EDI LEA ESI,[ESI] MOV EAX,dword ptr [ESI] SUB ESP,0xc LEA EDX,[EDI*0x8 + 0x18] XOR EBX,EBX PUSH EDI PUSH EBP PUSH EDX PUSH dword ptr [ESP + 0x2c] PUSH dword ptr [ESP + 0x2c] PUSH dword ptr [ESP + 0x44] PUSH dword ptr [ESP + 0x44] PUSH dword ptr [ESP + 0x34] PUSH ESI CALL dword ptr [EAX + 0x6c] XOR EDX,EDX MOV ECX,EAX MOV EAX,EBP ADD EAX,ECX MOV ECX,dword ptr [ESP + 0x48] ADC EDX,EBX ADD EAX,dword ptr [ESP + 0x40] ADC EDX,dword ptr [ESP + 0x44] ADD ESP,0x24 MOV dword ptr [ECX + EDI*0x8 + 0x18],EAX MOV EAX,dword ptr [ESI] MOV dword ptr [ECX + EDI*0x8 + 0x1c],EDX ADD EDI,0x1 PUSH ESI CALL dword ptr [EAX + 0x64] ADD dword ptr [ESP + 0x1c],EAX MOV EAX,dword ptr [ESI] MOV dword ptr [ESP],ESI CALL dword ptr [EAX + 0x64] ADD ESP,0x10 ADD EBP,EAX CMP dword ptr [ESP + 0x28],EDI JNZ 0x000763b8 MOV EAX,dword ptr [ESP + 0x2c] MOV EDX,dword ptr [ESP + 0x28] LEA EAX,[EAX + EDX*0x8] MOV dword ptr [ESP + 0x2c],EAX MOV EAX,dword ptr [ESI + 0x4c] CMP EAX,-0x1 JZ 0x00076473 SUB ESP,0x8 MOV EDX,dword ptr [ESI] PUSH EBP PUSH EAX PUSH dword ptr [ESP + 0x5c] PUSH dword ptr [ESP + 0x5c] PUSH dword ptr [ESP + 0x2c] PUSH dword ptr [ESP + 0x2c] PUSH dword ptr [ESP + 0x44] PUSH dword ptr [ESP + 0x44] MOV EDI,dword ptr [ESP + 0x34] PUSH EDI PUSH ESI CALL dword ptr [EDX + 0x70] MOV EAX,dword ptr [ESI] ADD ESP,0x24 PUSH ESI CALL dword ptr [EAX + 0x64] ADD EDI,EAX MOV dword ptr [ESP + 0x1c],EDI ADD ESP,0x10 MOV EAX,dword ptr [ESP + 0xc] SUB EAX,dword ptr [ESP + 0x38] CMP EAX,dword ptr [ESP + 0x30] JNZ 0x0007658a MOV EAX,dword ptr [ESP + 0x2c] SUB EAX,dword ptr [ESP + 0x18] CMP EAX,dword ptr [ESP + 0x40] JNZ 0x000765a7 ADD ESP,0x5c POP EBX POP ESI POP EDI POP EBP RET TEST byte ptr [ECX + 0x1c],0x2 JZ 0x00076512 MOV EAX,dword ptr [ECX + 0xc] MOV EDX,dword ptr [ECX + 0x10] MOV EBX,dword ptr [ESI + 0x40] ADD EDI,EAX ADC EBP,EDX TEST byte ptr [EBX + 0x1c],0x4 JZ 0x0007654e MOV dword ptr [ESP + 0x1c],EBP MOV EBP,dword ptr [EBX + 0x14] MOV dword ptr [ESP + 0x18],EDI XOR EBP,EDI MOV EDI,dword ptr [ESP + 0x1c] XOR EDI,dword ptr [EBX + 0x18] OR EDI,EBP JZ 0x000762b4 PUSH ECX MOV EBX,dword ptr [ESP + 0x40] LEA EAX,[EBX + 0xffe68ac0] PUSH EAX LEA EAX,[EBX + 0xffe6608e] PUSH 0xa12 PUSH EAX CALL 0x002446e0 SUB ESP,0x4 MOV EBX,dword ptr [ESP + 0x40] LEA EAX,[EBX + 0xffe69250] PUSH EAX LEA EAX,[EBX + 0xffe6335d] PUSH 0x6f PUSH EAX CALL 0x002446e0 SUB ESP,0x4 MOV EBX,dword ptr [ESP + 0x40] LEA EAX,[EBX + 0xffe69270] PUSH EAX LEA EAX,[EBX + 0xffe6335d] PUSH 0xcf PUSH EAX CALL 0x002446e0 PUSH EBX MOV EBX,dword ptr [ESP + 0x40] LEA EAX,[EBX + 0xffe69260] PUSH EAX LEA EAX,[EBX + 0xffe634b4] PUSH 0xc0 PUSH EAX CALL 0x002446e0 PUSH ESI MOV EBX,dword ptr [ESP + 0x40] LEA EAX,[EBX + 0xffe6927c] PUSH EAX LEA EAX,[EBX + 0xffe6335d] PUSH 0xe3 PUSH EAX CALL 0x002446e0 SUB ESP,0x4 MOV EBX,dword ptr [ESP + 0x40] LEA EAX,[EBX + 0xffe69358] PUSH EAX LEA EAX,[EBX + 0xffe6335d] PUSH 0xc5 PUSH EAX CALL 0x002446e0 PUSH EDX MOV EBX,dword ptr [ESP + 0x40] LEA EAX,[EBX + 0xffe68ac0] PUSH EAX LEA EAX,[EBX + 0xffe6608e] PUSH 0xa4b PUSH EAX CALL 0x002446e0 PUSH EAX MOV EBX,dword ptr [ESP + 0x40] LEA EAX,[EBX + 0xffe68ac0] PUSH EAX LEA EAX,[EBX + 0xffe6608e] PUSH 0xa4c PUSH EAX CALL 0x002446e0
null
null
null
null
[(u'PTRSUB_-1206358429', u'CAST_-1206358228'), ('const-0', u'PTRSUB_-1206357687'), (u'INT_ADD_-1206360170', u'CAST_-1206357698'), ('const-0', u'SUBPIECE_-1206358080'), (u'LOAD_-1206361200', u'PTRSUB_-1206358083'), ('const-0', u'PTRSUB_-1206357962'), (u'INT_ADD_-1206361092', u'INT_CARRY_-1206360958'), (u'INT_ADD_-1206361092', u'INT_ADD_-1206360958'), ('const-0', u'PTRSUB_-1206358155'), (u'PTRADD_-1206360148', u'MULTIEQUAL_-1206358589'), ('const-417', u'LOAD_-1206361148'), (u'INT_EQUAL_-1206361513', u'CBRANCH_-1206361499'), ('const-0', u'PTRSUB_-1206358287'), (u'CALLIND_-1206359953', u'INDIRECT_-1206357892'), (u'INT_ADD_-1206360441', u'CALLIND_-1206360366'), ('const-417', u'STORE_-1206360259'), ('const-4', u'INT_ADD_-1206358168'), (u'PTRSUB_-1206358339', u'PTRSUB_-1206358273'), ('const-0', u'PTRSUB_-1206357717'), (u'SUBPIECE_-1206357916', u'CALLIND_-1206360626'), (u'PTRSUB_-1206358040', u'PTRSUB_-1206357998'), ('const-60', u'PTRSUB_-1206358299'), ('const-4532928', u'COPY_-1206357785'), ('const-417', u'LOAD_-1206359563'), ('const-0', u'PTRSUB_-1206357589'), (u'CAST_-1206357711', u'LOAD_-1206360225'), (u'CAST_-1206357942', u'LOAD_-1206360811'), (u'INT_ZEXT_-1206360944', u'INT_ADD_-1206360934'), (u'INT_ADD_-1206360529', u'CAST_-1206357820'), (u'LOAD_-1206361200', u'PTRSUB_-1206358266'), ('const-0', u'INT_EQUAL_-1206361513'), (u'LOAD_-1206360107', u'CALLIND_-1206359982'), (u'INDIRECT_-1206357706', u'COPY_-1206357746'), (u'INT_SLESS_-1206360880', u'INT_EQUAL_-1206360872'), ('const-4', u'PTRSUB_-1206357938'), (u'PTRSUB_-1206358222', u'PTRSUB_-1206358180'), ('tmp_3969', u'PTRSUB_-1206358125'), (u'LOAD_-1206360757', u'SUBPIECE_-1206357941'), ('const-0', u'PTRSUB_-1206358249'), (u'LOAD_-1206361200', u'PTRSUB_-1206358287'), (u'PTRSUB_-1206358125', u'LOAD_-1206360805'), (u'LOAD_-1206361134', u'INT_AND_-1206361108'), ('const-1', u'PTRADD_-1206360148'), (u'CALL_-1206361214', u'CBRANCH_-1206361181'), (u'PTRSUB_-1206358195', u'CAST_-1206358147'), (u'PTRADD_-1206360509', u'MULTIEQUAL_-1206358273'), ('const-12', u'PTRSUB_-1206358122'), ('tmp_3969', u'PTRSUB_-1206358144'), (u'INT_ADD_-1206360293', u'STORE_-1206360259'), (u'PTRSUB_-1206357898', u'LOAD_-1206360255'), ('const-207', u'CALL_-1206359488'), ('const-100', u'INT_ADD_-1206360209'), ('const-20', u'PTRSUB_-1206358195'), (u'PTRSUB_-1206358140', u'LOAD_-1206361174'), ('const-4510557', u'COPY_-1206357642'), ('tmp_3031', u'CBRANCH_-1206359833'), ('tmp_3970', u'PTRSUB_-1206358187'), (u'MULTIEQUAL_-1206357867', u'COPY_-1206357894'), (u'LOAD_-1206360709', u'SUBPIECE_-1206357916'), ('tmp_258', u'CBRANCH_-1206361454'), (u'PTRSUB_-1206358144', u'LOAD_-1206360837'), ('tmp_795', u'CBRANCH_-1206361119'), (u'INT_NOTEQUAL_-1206361345', u'INT_EQUAL_-1206361336'), ('const-4534896', u'COPY_-1206357721'), (u'INT_ADD_-1206358241', u'CAST_-1206358146'), (u'INT_ADD_-1206360934', u'INT_SUB_-1206360879'), ('tmp_3969', u'CALLIND_-1206360597'), ('tmp_467', u'CBRANCH_-1206361341'), (u'INDIRECT_-1206357977', u'MULTIEQUAL_-1206357931'), (u'CAST_-1206357572', u'LOAD_-1206359605'), ('const-417', u'LOAD_-1206360709'), (u'INDIRECT_-1206357676', u'COPY_-1206357718'), (u'LOAD_-1206359503', u'INT_NOTEQUAL_-1206358777'), (u'PTRSUB_-1206358160', u'PTRSUB_-1206358122'), ('const-20', u'PTRSUB_-1206358190'), ('const-417', u'LOAD_-1206360376'), (u'LOAD_-1206359984', u'INT_ADD_-1206359947'), ('const-0', u'PTRSUB_-1206357646'), ('const-417', u'LOAD_-1206361376'), ('const-417', u'LOAD_-1206361093'), (u'PTRSUB_-1206357844', u'LOAD_-1206360107'), (u'LOAD_-1206359536', u'SUBPIECE_-1206357560'), (u'PTRSUB_-1206358106', u'LOAD_-1206361114'), ('const-0', u'PTRSUB_-1206358040'), ('const-0', u'PTRSUB_-1206358344'), (u'PTRSUB_-1206357967', u'PTRSUB_-1206357950'), (u'PTRSUB_-1206358126', u'LOAD_-1206361148'), ('const-4534908', u'COPY_-1206357662'), ('const-4', u'INT_AND_-1206359436'), ('const-2', u'INT_AND_-1206361108'), ('tmp_3969', u'PTRSUB_-1206358275'), (u'STORE_-1206360259', u'INDIRECT_-1206357989'), (u'CALLIND_-1206359953', u'PTRADD_-1206359890'), (u'CAST_-1206357698', u'LOAD_-1206360186'), ('const-417', u'LOAD_-1206361507'), ('const-100', u'INT_ADD_-1206360529'), ('const-227', u'CALL_-1206359283'), (u'INT_ADD_-1206361092', u'INT_EQUAL_-1206359837'), ('const-0', u'PTRSUB_-1206357967'), ('const-16', u'PTRSUB_-1206358429'), ('const-0', u'PTRSUB_-1206357879'), (u'CAST_-1206358186', u'INT_ADD_-1206358433'), (u'PTRSUB_-1206358180', u'PTRSUB_-1206358140'), ('tmp_1319', u'CBRANCH_-1206360822'), ('const-417', u'LOAD_-1206361332'), (u'PTRSUB_-1206358249', u'PTRSUB_-1206358185'), (u'COPY_-1206357785', u'CALL_-1206359424'), (u'SUBPIECE_-1206358010', u'INT_LESS_-1206360906'), (u'PTRSUB_-1206357673', u'PTRSUB_-1206357631'), (u'LOAD_-1206360817', u'CALLIND_-1206360366'), (u'CALL_-1206359488', u'INDIRECT_-1206357706'), (u'CAST_-1206357756', u'LOAD_-1206360376'), (u'CAST_-1206357573', u'INT_ADD_-1206357646'), (u'LOAD_-1206361494', u'INT_EQUAL_-1206359885'), (u'INT_NOTEQUAL_-1206360498', u'CBRANCH_-1206360490'), (u'INT_ADD_-1206360147', u'MULTIEQUAL_-1206359149'), (u'PTRSUB_-1206357632', u'PTRSUB_-1206357600'), (u'INT_ADD_-1206360209', u'CAST_-1206357711'), (u'INT_EQUAL_-1206361122', u'CBRANCH_-1206361119'), (u'MULTIEQUAL_-1206359261', u'CALLIND_-1206360366'), (u'CAST_-1206357576', u'INT_SUB_-1206359846'), ('const-0', u'PTRSUB_-1206357631'), (u'MULTIEQUAL_-1206357931', u'MULTIEQUAL_-1206357867'), (u'SUBPIECE_-1206358161', u'INT_CARRY_-1206359575'), (u'SUBPIECE_-1206358161', u'INT_ADD_-1206359575'), (u'INT_AND_-1206361148', u'INT_EQUAL_-1206361162'), (u'SUBPIECE_-1206357916', u'CALLIND_-1206360366'), (u'COPY_-1206360489', u'MULTIEQUAL_-1206359261'), (u'PTRADD_-1206360794', u'CAST_-1206357575'), (u'INT_NOTEQUAL_-1206360770', u'CBRANCH_-1206360768'), ('const-0', u'SUBPIECE_-1206358196'), (u'MULTIEQUAL_-1206359261', u'INT_MULT_-1206360220'), ('const-417', u'LOAD_-1206361399'), (u'CALLIND_-1206360535', u'MULTIEQUAL_-1206359149'), (u'PTRADD_-1206361268', u'CAST_-1206357595'), (u'PTRSUB_-1206358266', u'PTRSUB_-1206358202'), ('const-0', u'PTRSUB_-1206358003'), ('tmp_2509', u'CBRANCH_-1206360135'), (u'INT_NOTEQUAL_-1206360722', u'CBRANCH_-1206360720'), (u'LOAD_-1206360511', u'INT_ADD_-1206360493'), (u'CALL_-1206359483', u'INDIRECT_-1206357614'), (u'CAST_-1206357727', u'STORE_-1206360259'), ('const-0', u'SUBPIECE_-1206357941'), (u'LOAD_-1206360921', u'SUBPIECE_-1206358010'), (u'INT_EQUAL_-1206360872', u'CBRANCH_-1206360877'), (u'LOAD_-1206360805', u'PTRSUB_-1206358101'), (u'PTRSUB_-1206358380', u'LOAD_-1206361376'), (u'PTRSUB_-1206358261', u'PTRSUB_-1206358197'), ('tmp_3969', u'PTRSUB_-1206358299'), (u'PTRSUB_-1206358015', u'PTRSUB_-1206357979'), (u'INT_EQUAL_-1206361456', u'CBRANCH_-1206361454'), (u'INT_ADD_-1206357984', u'CAST_-1206357890'), ('const-417', u'LOAD_-1206361142'), (u'PTRSUB_-1206358138', u'PTRSUB_-1206358102'), ('const-4510557', u'COPY_-1206357733'), ('tmp_3970', u'PTRSUB_-1206358380'), (u'MULTIEQUAL_-1206358589', u'PTRADD_-1206360148'), ('const-4510557', u'COPY_-1206357765'), (u'LOAD_-1206361148', u'SUBPIECE_-1206358098'), (u'PTRSUB_-1206357832', u'LOAD_-1206360074'), ('const-8', u'PTRSUB_-1206358187'), ('const-0', u'PTRSUB_-1206358096'), ('tmp_3969', u'PTRSUB_-1206358050'), (u'CALLIND_-1206359982', u'INDIRECT_-1206357902'), ('const-417', u'LOAD_-1206360783'), ('const-8', u'PTRSUB_-1206358380'), (u'INT_ADD_-1206357996', u'CAST_-1206357916'), ('const-12', u'PTRSUB_-1206358106'), ('const-0', u'SUBPIECE_-1206358010'), ('const-4522126', u'COPY_-1206357580'), ('const-0', u'PTRSUB_-1206358236'), (u'STORE_-1206360246', u'INDIRECT_-1206357982'), ('const-0', u'PTRSUB_-1206357704'), (u'CAST_-1206357595', u'INT_SUB_-1206359894'), ('const-0', u'SUBPIECE_-1206357560'), (u'LOAD_-1206360783', u'INT_AND_-1206360757'), ('const-2578', u'CALL_-1206359424'), (u'INT_SLESS_-1206360988', u'CBRANCH_-1206360988'), ('const-417', u'LOAD_-1206360636'), (u'INT_SUB_-1206360874', u'CAST_-1206357980'), (u'LOAD_-1206360376', u'CALLIND_-1206360366'), (u'PTRSUB_-1206357989', u'LOAD_-1206360521'), (u'PTRSUB_-1206358236', u'PTRSUB_-1206358195'), (u'LOAD_-1206360628', u'INT_ADD_-1206360591'), ('tmp_3969', u'PTRSUB_-1206357832'), (u'PTRSUB_-1206358129', u'CAST_-1206357942'), ('const-417', u'LOAD_-1206360735'), (u'PTRSUB_-1206357631', u'PTRSUB_-1206357589'), (u'LOAD_-1206360607', u'CALLIND_-1206360597'), (u'LOAD_-1206361399', u'INT_SUB_-1206361341'), (u'LOAD_-1206360858', u'PTRADD_-1206360794'), (u'LOAD_-1206360255', u'INT_ADD_-1206360209'), ('const-417', u'LOAD_-1206359605'), (u'PTRSUB_-1206357973', u'PTRSUB_-1206357938'), ('const-0', u'PTRSUB_-1206357832'), (u'LOAD_-1206360837', u'INT_AND_-1206360811'), (u'INT_ZEXT_-1206360283', u'INT_ADD_-1206360270'), ('const-4', u'PTRSUB_-1206357933'), ('const-0', u'PTRSUB_-1206358207'), ('const-0', u'PTRSUB_-1206357604'), ('const-417', u'LOAD_-1206359503'), ('const-4', u'INT_ADD_-1206358148'), (u'INT_AND_-1206360709', u'INT_NOTEQUAL_-1206360722'), ('tmp_2579', u'CBRANCH_-1206360086'), (u'INT_ZEXT_-1206361379', u'INT_ADD_-1206361369'), ('tmp_3969', u'PTRSUB_-1206357989'), (u'PTRSUB_-1206358248', u'PTRSUB_-1206358206'), ('const-4535128', u'COPY_-1206357630'), (u'INT_ADD_-1206357942', u'PTRADD_-1206360186'), (u'SUBPIECE_-1206358098', u'MULTIEQUAL_-1206359599'), ('const-417', u'LOAD_-1206361200'), ('const-16', u'PTRSUB_-1206358368'), ('const-0', u'PTRSUB_-1206357637'), ('const-8', u'PTRSUB_-1206358174'), ('const-2635', u'CALL_-1206359484'), ('const-0', u'PTRSUB_-1206358138'), (u'INT_ADD_-1206360147', u'MULTIEQUAL_-1206359271'), ('tmp_3969', u'PTRSUB_-1206358003'), (u'LOAD_-1206361200', u'PTRSUB_-1206358071'), (u'CAST_-1206357534', u'INT_ADD_-1206357605'), ('const-0', u'PTRSUB_-1206358015'), ('tmp_3969', u'PTRSUB_-1206358447'), (u'PTRSUB_-1206357589', u'PTRSUB_-1206357559'), ('const-0', u'PTRSUB_-1206358165'), ('const-2', u'INT_AND_-1206359601'), (u'SUBPIECE_-1206357916', u'CALLIND_-1206359982'), (u'PTRSUB_-1206358152', u'LOAD_-1206360858'), ('const-4532928', u'COPY_-1206357607'), ('const-1', u'RETURN_-1206359483'), (u'PTRSUB_-1206358197', u'PTRSUB_-1206358155'), (u'PTRSUB_-1206357600', u'CAST_-1206357573'), (u'MULTIEQUAL_-1206359548', u'INT_ADD_-1206361075'), (u'LOAD_-1206360636', u'CALLIND_-1206360626'), ('const-417', u'LOAD_-1206360555'), (u'LOAD_-1206360225', u'CALLIND_-1206360215'), ('const-28', u'PTRSUB_-1206357611'), ('const-0', u'INT_EQUAL_-1206361162'), ('const-28', u'INT_ADD_-1206357942'), ('const-417', u'LOAD_-1206359599'), (u'CALL_-1206359489', u'INDIRECT_-1206357676'), (u'LOAD_-1206361285', u'INT_ADD_-1206360934'), ('tmp_3675', u'CBRANCH_-1206359548'), (u'LOAD_-1206361174', u'INT_AND_-1206361148'), (u'PTRSUB_-1206358387', u'CAST_-1206358186'), ('tmp_3969', u'PTRSUB_-1206358129'), (u'LOAD_-1206360941', u'INT_SBORROW_-1206360878'), ('const-0', u'PTRSUB_-1206358050'), (u'PTRSUB_-1206358143', u'PTRSUB_-1206358106'), (u'INT_ADD_-1206359558', u'INT_NOTEQUAL_-1206358777'), ('const-4522126', u'COPY_-1206357788'), (u'INT_SBORROW_-1206360873', u'INT_NOTEQUAL_-1206360883'), ('const-1', u'RETURN_-1206359568'), (u'MULTIEQUAL_-1206358589', u'CALLIND_-1206360366'), (u'CALL_-1206359283', u'INDIRECT_-1206357650'), ('const-0', u'PTRSUB_-1206358222'), (u'INT_ADD_-1206361369', u'INT_SBORROW_-1206361339'), (u'PTRSUB_-1206357645', u'PTRSUB_-1206357611'), (u'COPY_-1206357610', u'CALL_-1206359484'), ('const-417', u'LOAD_-1206360628'), ('tmp_984', u'CBRANCH_-1206361020'), (u'COPY_-1206357577', u'CALL_-1206359479'), (u'LOAD_-1206360805', u'PTRSUB_-1206358096'), ('const-2', u'INT_AND_-1206361148'), ('const-0', u'PTRSUB_-1206357970'), (u'INT_NOTEQUAL_-1206359337', u'CBRANCH_-1206361020'), (u'INT_ZEXT_-1206360318', u'INT_ADD_-1206360275'), ('const-0', u'INT_EQUAL_-1206361293'), (u'PTRADD_-1206360186', u'CAST_-1206357720'), (u'INT_MULT_-1206360429', u'INT_ADD_-1206360441'), (u'SUBPIECE_-1206357588', u'MULTIEQUAL_-1206359599'), ('const-417', u'LOAD_-1206359627'), ('const-0', u'COPY_-1206360489'), ('tmp_3969', u'PTRSUB_-1206358443'), ('const-417', u'LOAD_-1206361279'), (u'PTRSUB_-1206357604', u'LOAD_-1206359611'), ('const-4', u'INT_AND_-1206359537'), (u'INT_MULT_-1206360220', u'INT_ADD_-1206357942'), (u'INT_ADD_-1206357605', u'CAST_-1206357533'), ('const-4', u'PTRSUB_-1206358133'), ('const-0', u'PTRSUB_-1206357662'), (u'PTRADD_-1206361268', u'PTRADD_-1206360534'), ('const-108', u'INT_ADD_-1206360360'), (u'PTRSUB_-1206358190', u'LOAD_-1206361279'), (u'MULTIEQUAL_-1206359541', u'PTRSUB_-1206358249'), (u'PTRSUB_-1206358096', u'PTRSUB_-1206358040'), (u'CAST_-1206357533', u'LOAD_-1206359503'), (u'INDIRECT_-1206357614', u'COPY_-1206357660'), (u'CALLIND_-1206360535', u'INDIRECT_-1206358097'), ('const-4294967295', u'INT_SLESS_-1206360988'), (u'CAST_-1206357820', u'LOAD_-1206360545'), ('tmp_10230', u'MULTIEQUAL_-1206357645'), (u'LOAD_-1206361114', u'SUBPIECE_-1206358081'), (u'PTRSUB_-1206357949', u'LOAD_-1206360735'), ('const-1', u'PTRADD_-1206360509'), ('const-0', u'PTRSUB_-1206357645'), ('const-417', u'LOAD_-1206360107'), (u'PTRSUB_-1206357611', u'LOAD_-1206359627'), (u'LOAD_-1206360763', u'CALLIND_-1206359982'), (u'COPY_-1206357754', u'CALL_-1206359573'), (u'LOAD_-1206360475', u'INT_ADD_-1206360360'), (u'CALLIND_-1206360597', u'PTRADD_-1206360534'), (u'PTRSUB_-1206358113', u'PTRSUB_-1206358057'), ('const-4534864', u'COPY_-1206357754'), (u'INT_ZEXT_-1206359568', u'INT_ADD_-1206359558'), ('tmp_3787', u'CBRANCH_-1206359478'), (u'MULTIEQUAL_-1206359541', u'PTRSUB_-1206358244'), ('tmp_3969', u'PTRSUB_-1206358468'), (u'CAST_-1206358246', u'LOAD_-1206361513'), (u'INT_SUB_-1206361336', u'CAST_-1206358176'), ('tmp_198', u'CBRANCH_-1206361499'), ('const-1', u'PTRADD_-1206359890'), ('const-0', u'PTRSUB_-1206358180'), ('const-28', u'PTRSUB_-1206357949'), (u'LOAD_-1206361513', u'INT_CARRY_-1206361392'), (u'LOAD_-1206361513', u'INT_ADD_-1206361392'), ('const-0', u'INT_NOTEQUAL_-1206360498'), (u'INT_EQUAL_-1206359885', u'CBRANCH_-1206359881'), (u'INT_SBORROW_-1206360878', u'INT_NOTEQUAL_-1206360883'), ('const-0', u'PTRSUB_-1206358244'), (u'INT_ADD_-1206357646', u'CAST_-1206357572'), ('const-8', u'INT_MULT_-1206360429'), ('tmp_3969', u'PTRSUB_-1206357712'), (u'INT_SUB_-1206361341', u'INT_SBORROW_-1206361335'), (u'CALLIND_-1206360535', u'MULTIEQUAL_-1206359271'), (u'PTRSUB_-1206358117', u'LOAD_-1206361134'), (u'INDIRECT_-1206358379', u'MULTIEQUAL_-1206357704'), (u'PTRSUB_-1206357961', u'LOAD_-1206360783'), (u'INT_SBORROW_-1206361339', u'INT_NOTEQUAL_-1206361345'), (u'COPY_-1206357580', u'CALL_-1206359479'), (u'CALL_-1206359573', u'INDIRECT_-1206357735'), ('const-0', u'SUBPIECE_-1206358098'), (u'PTRADD_-1206360509', u'PTRADD_-1206360057'), ('const-197', u'CALL_-1206359483'), (u'INT_CARRY_-1206360295', u'INT_ZEXT_-1206360283'), (u'INT_ADD_-1206358168', u'CAST_-1206358072'), ('const-28', u'PTRSUB_-1206358468'), ('const-417', u'LOAD_-1206360511'), ('const-1', u'RETURN_-1206359278'), ('tmp_3969', u'PTRSUB_-1206357985'), ('const-0', u'PTRSUB_-1206358030'), (u'PTRADD_-1206360794', u'PTRADD_-1206360186'), ('const-0', u'PTRSUB_-1206358066'), ('tmp_3969', u'CALLIND_-1206359982'), ('tmp_10230', u'CALL_-1206361214'), (u'INT_ADD_-1206360332', u'INT_CARRY_-1206360295'), (u'PTRSUB_-1206357573', u'LOAD_-1206359536'), ('const-20', u'PTRSUB_-1206357559'), ('tmp_3969', u'PTRSUB_-1206358133'), (u'INT_SBORROW_-1206361335', u'INT_NOTEQUAL_-1206361345'), (u'INT_NOTEQUAL_-1206360883', u'INT_EQUAL_-1206360872'), ('const-0', u'INT_NOTEQUAL_-1206360770'), ('const-417', u'LOAD_-1206360858'), (u'MULTIEQUAL_-1206359271', u'INT_ADD_-1206360147'), ('const-0', u'PTRSUB_-1206357998'), (u'LOAD_-1206360811', u'CALLIND_-1206359982'), (u'INT_AND_-1206361279', u'INT_EQUAL_-1206361293'), (u'INT_ADD_-1206360360', u'CAST_-1206357756'), (u'CAST_-1206357623', u'LOAD_-1206359992'), (u'LOAD_-1206359599', u'PTRSUB_-1206357688'), (u'INDIRECT_-1206357766', u'COPY_-1206357804'), (u'CAST_-1206357917', u'INT_ADD_-1206357996'), ('const-64', u'PTRSUB_-1206358275'), (u'PTRSUB_-1206358468', u'LOAD_-1206361558'), (u'PTRSUB_-1206357970', u'LOAD_-1206360475'), ('const-0', u'PTRSUB_-1206357973'), ('const-417', u'LOAD_-1206360817'), ('const-417', u'LOAD_-1206361488'), (u'PTRSUB_-1206358071', u'PTRSUB_-1206358015'), (u'INT_ADD_-1206361070', u'INT_NOTEQUAL_-1206359337'), (u'INT_NOTEQUAL_-1206360824', u'CBRANCH_-1206360822'), ('const-4510557', u'COPY_-1206357674'), (u'LOAD_-1206361200', u'PTRSUB_-1206358066'), (u'INT_SUB_-1206361341', u'INT_SUB_-1206361336'), (u'CAST_-1206358073', u'INT_ADD_-1206358168'), ('const-0', u'PTRSUB_-1206358197'), (u'CAST_-1206357997', u'LOAD_-1206360941'), (u'PTRSUB_-1206357722', u'PTRSUB_-1206357679'), ('const-0', u'PTRSUB_-1206358271'), (u'LOAD_-1206360817', u'INT_CARRY_-1206360295'), ('const-8', u'PTRSUB_-1206358387'), ('const-28', u'PTRSUB_-1206357961'), ('const-8', u'INT_MULT_-1206360220'), ('tmp_10230', u'MULTIEQUAL_-1206357672'), ('const-4', u'PTRSUB_-1206357945'), (u'LOAD_-1206361399', u'INT_SBORROW_-1206361339'), (u'LOAD_-1206360715', u'CALLIND_-1206360626'), (u'CALL_-1206359479', u'INDIRECT_-1206357546'), ('const-0', u'PTRSUB_-1206358290'), (u'INT_NOTEQUAL_-1206358777', u'BOOL_OR_-1206357822'), ('tmp_3969', u'CALLIND_-1206360215'), (u'LOAD_-1206359992', u'CALLIND_-1206359982'), ('const-4', u'INT_AND_-1206361279'), ('const-8', u'INT_MULT_-1206360233'), (u'LOAD_-1206361200', u'PTRSUB_-1206357717'), (u'INT_ZEXT_-1206361347', u'INT_SUB_-1206361336'), (u'PTRSUB_-1206357730', u'PTRSUB_-1206357687'), ('const-0', u'INT_NOTEQUAL_-1206359337'), (u'LOAD_-1206359605', u'MULTIEQUAL_-1206359548'), (u'CAST_-1206358185', u'LOAD_-1206361399'), (u'LOAD_-1206361313', u'PTRSUB_-1206358356'), ('tmp_3969', u'PTRSUB_-1206358030'), (u'COPY_-1206357630', u'CALL_-1206359483'), ('const-4', u'INT_ADD_-1206357984'), ('tmp_2947', u'CBRANCH_-1206359881'), ('const-1', u'RETURN_-1206359474'), (u'LOAD_-1206361154', u'MULTIEQUAL_-1206359541'), ('tmp_1455', u'CBRANCH_-1206360720'), (u'PTRSUB_-1206358155', u'PTRSUB_-1206358117'), (u'PTRSUB_-1206357950', u'CAST_-1206357917'), ('const-0', u'PTRSUB_-1206358015'), (u'INT_ADD_-1206360223', u'INT_NOTEQUAL_-1206360138'), ('const-12', u'PTRSUB_-1206357604'), (u'LOAD_-1206361494', u'INT_ADD_-1206361392'), (u'LOAD_-1206361494', u'INT_CARRY_-1206361392'), (u'CAST_-1206357998', u'INT_ADD_-1206358233'), ('const-4', u'INT_ADD_-1206358433'), (u'CAST_-1206357856', u'LOAD_-1206360636'), ('const-417', u'LOAD_-1206361513'), ('tmp_3969', u'CALLIND_-1206360535'), (u'INT_ADD_-1206358433', u'CAST_-1206358185'), ('const-4', u'INT_ADD_-1206358233'), ('const-0', u'SUBPIECE_-1206358081'), (u'LOAD_-1206360715', u'CALLIND_-1206359982'), (u'PTRSUB_-1206358299', u'LOAD_-1206361200'), ('const-0', u'PTRSUB_-1206357722'), (u'INT_ADD_-1206357950', u'PTRADD_-1206360199'), (u'PTRSUB_-1206358106', u'LOAD_-1206361110'), (u'CAST_-1206358176', u'INT_SLESS_-1206361342'), (u'LOAD_-1206361558', u'INT_AND_-1206359527'), (u'INT_SLESS_-1206361436', u'CBRANCH_-1206361436'), (u'INDIRECT_-1206357650', u'COPY_-1206357686'), ('tmp_739', u'CBRANCH_-1206361159'), (u'PTRSUB_-1206358122', u'CAST_-1206358073'), (u'PTRADD_-1206360199', u'CAST_-1206357727'), (u'LOAD_-1206360817', u'CALLIND_-1206359982'), (u'LOAD_-1206361507', u'INT_SLESS_-1206361436'), (u'PTRSUB_-1206358202', u'PTRSUB_-1206358160'), (u'PTRSUB_-1206357985', u'PTRSUB_-1206357949'), (u'MULTIEQUAL_-1206359271', u'INT_CARRY_-1206360332'), (u'MULTIEQUAL_-1206359271', u'INT_ADD_-1206360332'), ('const-0', u'PTRSUB_-1206358273'), (u'LOAD_-1206361093', u'INT_ADD_-1206361075'), ('const-56', u'PTRSUB_-1206358125'), ('const-12', u'PTRSUB_-1206358102'), (u'PTRSUB_-1206358027', u'PTRSUB_-1206357985'), ('const-20', u'PTRSUB_-1206357573'), ('const-417', u'LOAD_-1206361114'), ('const-1', u'PTRADD_-1206361268'), ('tmp_3969', u'PTRSUB_-1206357898'), (u'CAST_-1206358228', u'LOAD_-1206361488'), ('const-417', u'STORE_-1206360246'), (u'COPY_-1206357642', u'CALL_-1206359483'), ('const-0', u'PTRSUB_-1206357979'), (u'INT_CARRY_-1206361094', u'INT_ZEXT_-1206361083'), (u'LOAD_-1206361513', u'PTRADD_-1206361268'), (u'LOAD_-1206360805', u'PTRSUB_-1206358113'), (u'LOAD_-1206360735', u'INT_AND_-1206360709'), ('const-1', u'PTRADD_-1206360057'), ('const-24', u'PTRADD_-1206360509'), ('const-0', u'INT_EQUAL_-1206361456'), (u'LOAD_-1206359599', u'PTRSUB_-1206357704'), (u'CALL_-1206359484', u'INDIRECT_-1206357576'), (u'CAST_-1206357720', u'STORE_-1206360246'), ('tmp_3969', u'PTRSUB_-1206357970'), (u'LOAD_-1206361332', u'PTRADD_-1206361268'), (u'PTRADD_-1206360794', u'PTRADD_-1206360509'), (u'PTRADD_-1206360794', u'PTRADD_-1206360199'), (u'INT_NOTEQUAL_-1206360138', u'CBRANCH_-1206360135'), (u'PTRSUB_-1206358207', u'PTRSUB_-1206358165'), (u'CAST_-1206357916', u'LOAD_-1206360763'), ('tmp_156', u'CBRANCH_-1206361530'), (u'COPY_-1206357701', u'CALL_-1206359489'), (u'PTRSUB_-1206357998', u'PTRSUB_-1206357962'), (u'INT_AND_-1206359601', u'INT_EQUAL_-1206359615'), ('const-4534880', u'COPY_-1206357693'), (u'LOAD_-1206360196', u'INT_ADD_-1206360170'), ('const-192', u'CALL_-1206359489'), (u'INT_ADD_-1206360591', u'CAST_-1206357846'), (u'LOAD_-1206361200', u'PTRSUB_-1206357730'), ('tmp_1832', u'CBRANCH_-1206360490'), (u'PTRSUB_-1206358287', u'PTRSUB_-1206358222'), (u'INT_ZEXT_-1206361083', u'INT_ADD_-1206361070'), (u'PTRADD_-1206360534', u'MULTIEQUAL_-1206358467'), (u'LOAD_-1206360811', u'INT_ADD_-1206360275'), ('const-417', u'LOAD_-1206360225'), (u'CALLIND_-1206360176', u'INT_ADD_-1206360147'), (u'PTRSUB_-1206357962', u'PTRSUB_-1206357945'), ('const-0', u'INT_SLESS_-1206361342'), (u'PTRADD_-1206359890', u'MULTIEQUAL_-1206358403'), (u'INT_ADD_-1206359575', u'INT_NOTEQUAL_-1206358776'), ('const-0', u'PTRSUB_-1206358185'), ('const-0', u'PTRSUB_-1206358180'), (u'PTRSUB_-1206358174', u'LOAD_-1206360921'), (u'CAST_-1206358072', u'LOAD_-1206361142'), (u'CALL_-1206359424', u'INDIRECT_-1206357766'), (u'MULTIEQUAL_-1206358467', u'MULTIEQUAL_-1206358403'), ('const-4294967295', u'INT_NOTEQUAL_-1206360087'), (u'INT_EQUAL_-1206361293', u'CBRANCH_-1206361290'), ('const-1', u'INT_ADD_-1206360223'), (u'INT_ADD_-1206360275', u'INT_ADD_-1206360270'), (u'COPY_-1206357607', u'CALL_-1206359484'), (u'INT_AND_-1206360811', u'INT_NOTEQUAL_-1206360824'), (u'INT_ADD_-1206361369', u'INT_SUB_-1206361341'), ('tmp_3969', u'PTRSUB_-1206358433'), (u'PTRSUB_-1206357646', u'PTRSUB_-1206357604'), (u'INT_ADD_-1206360223', u'MULTIEQUAL_-1206359261'), ('tmp_284', u'CBRANCH_-1206361436'), (u'CAST_-1206358054', u'LOAD_-1206361093'), ('const-417', u'LOAD_-1206360921'), (u'INT_SUB_-1206359846', u'INT_EQUAL_-1206359837'), ('const-0', u'PTRSUB_-1206358266'), (u'PTRSUB_-1206358231', u'PTRSUB_-1206358190'), ('const-0', u'PTRSUB_-1206357673'), (u'MULTIEQUAL_-1206358467', u'PTRADD_-1206359890'), (u'SUBPIECE_-1206358196', u'INT_LESS_-1206361361'), (u'PTRSUB_-1206358015', u'PTRSUB_-1206357973'), ('const-0', u'PTRSUB_-1206358248'), (u'INT_MULT_-1206360091', u'PTRADD_-1206360057'), (u'INT_ADD_-1206358233', u'CAST_-1206357997'), ('const-417', u'LOAD_-1206360074'), ('const-0', u'SUBPIECE_-1206358161'), ('const-1', u'RETURN_-1206359419'), ('const-417', u'LOAD_-1206360255'), (u'LOAD_-1206360679', u'INT_ADD_-1206360620'), ('const-0', u'INT_NOTEQUAL_-1206360824'), (u'LOAD_-1206361507', u'INT_ADD_-1206361369'), ('const-417', u'LOAD_-1206360837'), ('tmp_3969', u'PTRSUB_-1206357879'), ('tmp_10230', u'MULTIEQUAL_-1206357704'), (u'LOAD_-1206361279', u'SUBPIECE_-1206358161'), ('const-4532928', u'COPY_-1206357577'), (u'INDIRECT_-1206357546', u'COPY_-1206357604'), ('tmp_3969', u'CALLIND_-1206359953'), ('const-76', u'PTRSUB_-1206357844'), ('const-100', u'INT_ADD_-1206359947'), (u'INT_CARRY_-1206361392', u'INT_ZEXT_-1206361379'), (u'SUBPIECE_-1206357941', u'CALLIND_-1206359982'), (u'LOAD_-1206359611', u'SUBPIECE_-1206357588'), ('const-0', u'PTRSUB_-1206358202'), ('const-417', u'LOAD_-1206360811'), ('const-100', u'INT_ADD_-1206360591'), ('const-0', u'PTRSUB_-1206358057'), ('const-417', u'LOAD_-1206360196'), ('const-0', u'PTRSUB_-1206358143'), (u'LOAD_-1206361376', u'SUBPIECE_-1206358196'), (u'INT_EQUAL_-1206361336', u'CBRANCH_-1206361341'), (u'MULTIEQUAL_-1206359261', u'INT_MULT_-1206360233'), ('const-0', u'PTRSUB_-1206358339'), (u'CAST_-1206357596', u'INT_SUB_-1206359894'), ('const-1', u'RETURN_-1206359478'), (u'INT_NOTEQUAL_-1206360087', u'CBRANCH_-1206360086'), (u'INT_ADD_-1206360958', u'INT_LESS_-1206360906'), (u'PTRSUB_-1206358102', u'CAST_-1206358055'), (u'CALLIND_-1206360597', u'INDIRECT_-1206358123'), ('const-111', u'CALL_-1206359573'), (u'CALLIND_-1206360366', u'INDIRECT_-1206358033'), (u'SUBPIECE_-1206358161', u'PTRADD_-1206360794'), ('const-0', u'INT_EQUAL_-1206359551'), (u'INDIRECT_-1206358379', u'MULTIEQUAL_-1206357645'), ('tmp_707', u'CBRANCH_-1206361181'), (u'PTRSUB_-1206358057', u'PTRSUB_-1206358015'), (u'MULTIEQUAL_-1206358273', u'CAST_-1206357576'), (u'LOAD_-1206359627', u'INT_AND_-1206359601'), (u'INT_ADD_-1206359947', u'CAST_-1206357613'), (u'CAST_-1206358242', u'LOAD_-1206361507'), (u'LOAD_-1206361110', u'SUBPIECE_-1206358080'), (u'CAST_-1206357980', u'INT_SLESS_-1206360880'), (u'LOAD_-1206360107', u'INT_NOTEQUAL_-1206360087'), (u'INT_ADD_-1206360493', u'INT_NOTEQUAL_-1206360138'), (u'LOAD_-1206360817', u'INT_ADD_-1206360293'), (u'LOAD_-1206360555', u'INT_ADD_-1206360529'), (u'PTRSUB_-1206357979', u'PTRSUB_-1206357961'), ('const-112', u'INT_ADD_-1206359976'), ('const-28', u'PTRSUB_-1206357588'), (u'INT_ZEXT_-1206360888', u'INT_SUB_-1206360874'), (u'CALLIND_-1206360176', u'INDIRECT_-1206357977'), ('const-0', u'PTRSUB_-1206357688'), (u'LOAD_-1206361142', u'MULTIEQUAL_-1206359548'), ('const-24', u'INT_ADD_-1206357950'), (u'PTRSUB_-1206357588', u'LOAD_-1206359563'), ('const-24', u'INT_ADD_-1206360441'), ('const-64', u'PTRSUB_-1206357712'), (u'COPY_-1206357765', u'CALL_-1206359573'), (u'INT_SUB_-1206360879', u'INT_SBORROW_-1206360873'), (u'INT_ADD_-1206358148', u'CAST_-1206358054'), (u'INT_ADD_-1206360620', u'CAST_-1206357856'), ('const-0', u'PTRSUB_-1206358003'), (u'INDIRECT_-1206357892', u'MULTIEQUAL_-1206357867'), (u'INDIRECT_-1206357977', u'MULTIEQUAL_-1206358053'), (u'CAST_-1206357946', u'LOAD_-1206360817'), (u'INT_SUB_-1206360879', u'INT_SUB_-1206360874'), ('tmp_3970', u'PTRSUB_-1206358152'), (u'CALL_-1206361214', u'INDIRECT_-1206358379'), ('const-417', u'LOAD_-1206360607'), ('tmp_3970', u'PTRSUB_-1206358368'), (u'INT_EQUAL_-1206359615', u'CBRANCH_-1206359612'), ('const-417', u'LOAD_-1206361110'), (u'CALLIND_-1206360626', u'INDIRECT_-1206358133'), (u'PTRSUB_-1206357712', u'LOAD_-1206359599'), (u'INDIRECT_-1206358379', u'MULTIEQUAL_-1206357730'), (u'LOAD_-1206361200', u'PTRSUB_-1206358271'), (u'INT_EQUAL_-1206359837', u'CBRANCH_-1206359833'), ('tmp_1026', u'CBRANCH_-1206360988'), (u'PTRADD_-1206360148', u'MULTIEQUAL_-1206358467'), (u'PTRSUB_-1206357794', u'LOAD_-1206359984'), (u'INT_MULT_-1206360233', u'INT_ADD_-1206357950'), (u'CAST_-1206357575', u'INT_SUB_-1206359846'), ('const-417', u'LOAD_-1206361154'), (u'PTRSUB_-1206358273', u'PTRSUB_-1206358231'), (u'LOAD_-1206361558', u'INT_AND_-1206359436'), ('const-417', u'LOAD_-1206361305'), (u'MULTIEQUAL_-1206358467', u'CALLIND_-1206359982'), ('const-1', u'PTRADD_-1206360794'), ('const-417', u'LOAD_-1206360941'), (u'PTRSUB_-1206358271', u'PTRSUB_-1206358207'), (u'PTRSUB_-1206357985', u'LOAD_-1206360511'), (u'PTRSUB_-1206358003', u'LOAD_-1206360555'), (u'PTRSUB_-1206357662', u'PTRSUB_-1206357620'), (u'LOAD_-1206360186', u'CALLIND_-1206360176'), ('const-0', u'INT_EQUAL_-1206361532'), (u'INT_AND_-1206359537', u'INT_EQUAL_-1206359551'), (u'LOAD_-1206361285', u'INT_ADD_-1206359563'), (u'PTRSUB_-1206358185', u'PTRSUB_-1206358143'), (u'INT_AND_-1206359527', u'INT_EQUAL_-1206361513'), ('const-0', u'PTRSUB_-1206358356'), (u'INT_ZEXT_-1206360888', u'INT_SBORROW_-1206360873'), ('tmp_3969', u'PTRSUB_-1206357794'), (u'INT_ADD_-1206361392', u'INT_LESS_-1206361361'), ('const-0', u'PTRSUB_-1206357898'), (u'COPY_-1206357662', u'CALL_-1206359283'), (u'PTRSUB_-1206358433', u'CAST_-1206358232'), ('const-0', u'PTRSUB_-1206358113'), ('const-0', u'PTRSUB_-1206358045'), ('const-417', u'LOAD_-1206360805'), (u'PTRSUB_-1206357938', u'CAST_-1206357891'), (u'PTRADD_-1206360057', u'MULTIEQUAL_-1206358273'), ('const-4', u'INT_ADD_-1206357996'), ('const-417', u'LOAD_-1206360545'), ('const-417', u'LOAD_-1206360715'), (u'MULTIEQUAL_-1206358403', u'CAST_-1206357596'), ('const-1', u'INT_AND_-1206360757'), (u'PTRSUB_-1206357933', u'LOAD_-1206360709'), (u'PTRSUB_-1206357559', u'CAST_-1206357534'), (u'INT_NOTEQUAL_-1206358776', u'BOOL_OR_-1206357822'), (u'INT_ADD_-1206360493', u'INT_MULT_-1206360091'), ('const-20', u'PTRSUB_-1206358447'), (u'PTRSUB_-1206358344', u'PTRSUB_-1206358278'), ('const-0', u'PTRSUB_-1206357620'), ('tmp_3969', u'PTRSUB_-1206358429'), (u'PTRSUB_-1206358045', u'PTRSUB_-1206358003'), ('const-72', u'PTRSUB_-1206357989'), ('const-0', u'PTRSUB_-1206357794'), ('tmp_3969', u'PTRSUB_-1206358360'), ('const-8', u'INT_MULT_-1206360091'), (u'LOAD_-1206361313', u'PTRSUB_-1206358339'), ('const-417', u'LOAD_-1206360763'), ('const-4', u'INT_ADD_-1206358241'), (u'PTRSUB_-1206357688', u'PTRSUB_-1206357646'), (u'PTRSUB_-1206358187', u'CAST_-1206357998'), (u'PTRSUB_-1206358368', u'LOAD_-1206361332'), ('const-1', u'INT_AND_-1206360709'), (u'LOAD_-1206359963', u'CALLIND_-1206359953'), ('const-0', u'INT_NOTEQUAL_-1206360722'), (u'PTRSUB_-1206357674', u'PTRSUB_-1206357632'), (u'INT_AND_-1206359436', u'INT_EQUAL_-1206361532'), ('const-0', u'PTRSUB_-1206358261'), (u'LOAD_-1206360811', u'CALLIND_-1206360626'), ('const-0', u'PTRSUB_-1206358231'), ('const-4522126', u'COPY_-1206357610'), (u'INT_EQUAL_-1206359551', u'CBRANCH_-1206359548'), (u'INDIRECT_-1206358097', u'MULTIEQUAL_-1206357931'), ('const-417', u'LOAD_-1206359963'), (u'LOAD_-1206361305', u'INT_AND_-1206361279'), (u'LOAD_-1206359605', u'INT_ADD_-1206359563'), (u'CAST_-1206358055', u'INT_ADD_-1206358148'), ('const-0', u'PTRSUB_-1206358010'), ('const-417', u'LOAD_-1206360679'), (u'CAST_-1206358232', u'LOAD_-1206361494'), (u'COPY_-1206357693', u'CALL_-1206359489'), ('const-0', u'SUBPIECE_-1206357588'), (u'PTRSUB_-1206358083', u'PTRSUB_-1206358027'), (u'INT_CARRY_-1206360332', u'INT_ZEXT_-1206360318'), ('const-1', u'RETURN_-1206359479'), (u'SUBPIECE_-1206357560', u'INT_NOTEQUAL_-1206358776'), ('const-12', u'PTRSUB_-1206358433'), (u'LOAD_-1206360521', u'INT_ADD_-1206360493'), (u'LOAD_-1206360811', u'CALLIND_-1206360366'), (u'CAST_-1206357890', u'LOAD_-1206360715'), (u'LOAD_-1206361285', u'INT_SLESS_-1206360988'), ('const-16', u'PTRSUB_-1206358152'), ('const-0', u'PTRSUB_-1206358083'), (u'MULTIEQUAL_-1206359261', u'INT_ADD_-1206360223'), ('const-0', u'PTRSUB_-1206358027'), ('const-417', u'LOAD_-1206359992'), ('const-1', u'INT_AND_-1206360811'), ('const-12', u'PTRSUB_-1206357600'), (u'PTRSUB_-1206357687', u'PTRSUB_-1206357645'), (u'SUBPIECE_-1206358161', u'INT_CARRY_-1206360958'), (u'SUBPIECE_-1206358161', u'INT_ADD_-1206360958'), (u'MULTIEQUAL_-1206359541', u'PTRSUB_-1206358261'), ('const-12', u'PTRSUB_-1206358126'), (u'MULTIEQUAL_-1206359599', u'INT_CARRY_-1206361094'), ('const-0', u'PTRSUB_-1206357985'), ('const-0', u'PTRSUB_-1206358278'), (u'INT_ADD_-1206359976', u'CAST_-1206357623'), (u'INDIRECT_-1206357576', u'COPY_-1206357632'), (u'PTRSUB_-1206358290', u'PTRSUB_-1206358248'), (u'INT_ADD_-1206359563', u'INT_ADD_-1206359558'), (u'LOAD_-1206360545', u'CALLIND_-1206360535'), (u'COPY_-1206357788', u'CALL_-1206359424'), ('const-0', u'INT_EQUAL_-1206361122'), ('const-24', u'PTRSUB_-1206358443'), (u'PTRSUB_-1206358050', u'LOAD_-1206360679'), (u'INT_AND_-1206361108', u'INT_EQUAL_-1206361122'), ('tmp_3970', u'PTRSUB_-1206358174'), (u'PTRSUB_-1206358275', u'LOAD_-1206361154'), (u'PTRSUB_-1206357968', u'PTRSUB_-1206357933'), (u'PTRSUB_-1206357717', u'PTRSUB_-1206357674'), (u'PTRSUB_-1206358003', u'PTRSUB_-1206357967'), (u'CALLIND_-1206360215', u'PTRADD_-1206360148'), ('tmp_553', u'CBRANCH_-1206361290'), ('const-4', u'PTRSUB_-1206357950'), ('const-0', u'PTRSUB_-1206358101'), (u'INT_CARRY_-1206359575', u'INT_ZEXT_-1206359568'), ('tmp_3969', u'PTRSUB_-1206357844'), (u'INT_ZEXT_-1206361347', u'INT_SBORROW_-1206361335'), ('const-0', u'PTRSUB_-1206357679'), (u'INT_EQUAL_-1206361532', u'CBRANCH_-1206361530'), ('const-100', u'INT_ADD_-1206360170'), ('tmp_3550', u'CBRANCH_-1206359612'), ('const-0', u'PTRSUB_-1206357674'), (u'COPY_-1206357733', u'CALL_-1206359488'), (u'LOAD_-1206361313', u'PTRSUB_-1206358344'), (u'LOAD_-1206359599', u'MULTIEQUAL_-1206359541'), ('const-0', u'PTRSUB_-1206357968'), (u'COPY_-1206357674', u'CALL_-1206359283'), (u'INDIRECT_-1206358097', u'MULTIEQUAL_-1206358053'), ('const-28', u'PTRSUB_-1206358140'), ('const-0', u'INT_EQUAL_-1206359615'), (u'PTRSUB_-1206357704', u'PTRSUB_-1206357662'), (u'PTRSUB_-1206357945', u'LOAD_-1206360757'), (u'MULTIEQUAL_-1206359599', u'INT_ADD_-1206361092'), (u'MULTIEQUAL_-1206359149', u'CALLIND_-1206359982'), ('const-1', u'PTRADD_-1206360186'), ('const-4', u'INT_ADD_-1206357646'), (u'PTRADD_-1206360534', u'MULTIEQUAL_-1206358589'), ('const-417', u'LOAD_-1206360475'), (u'LOAD_-1206359599', u'PTRSUB_-1206357673'), ('const-4510900', u'COPY_-1206357701'), (u'LOAD_-1206361200', u'PTRSUB_-1206357722'), ('const-417', u'LOAD_-1206361313'), ('tmp_10230', u'MULTIEQUAL_-1206357730'), (u'INT_ADD_-1206360332', u'INT_ADD_-1206360293'), (u'INT_SUB_-1206359894', u'INT_EQUAL_-1206359885'), (u'INT_CARRY_-1206360958', u'INT_ZEXT_-1206360944'), (u'PTRSUB_-1206357879', u'LOAD_-1206360196'), ('const-68', u'PTRSUB_-1206357985'), (u'INT_SLESS_-1206361342', u'INT_EQUAL_-1206361336'), ('const-4', u'INT_ADD_-1206357605'), (u'SUBPIECE_-1206358081', u'INT_CARRY_-1206361094'), (u'PTRSUB_-1206358165', u'PTRSUB_-1206358126'), ('tmp_3970', u'PTRSUB_-1206358387'), ('tmp_3969', u'CALLIND_-1206360626'), (u'INDIRECT_-1206357735', u'COPY_-1206357779'), (u'PTRSUB_-1206358360', u'LOAD_-1206361313'), ('const-28', u'PTRSUB_-1206358206'), ('const-60', u'PTRSUB_-1206358360'), (u'LOAD_-1206359563', u'INT_AND_-1206359537'), (u'CAST_-1206357846', u'LOAD_-1206360607'), ('const-1', u'PTRADD_-1206360199'), (u'MULTIEQUAL_-1206359261', u'INT_MULT_-1206360429'), (u'INT_ADD_-1206360270', u'STORE_-1206360246'), (u'PTRSUB_-1206357679', u'PTRSUB_-1206357637'), ('const-0', u'PTRSUB_-1206357730'), ('const-8', u'PTRSUB_-1206358129'), (u'INT_EQUAL_-1206361162', u'CBRANCH_-1206361159'), ('const-417', u'LOAD_-1206360757'), ('const-417', u'LOAD_-1206359536'), (u'CAST_-1206357613', u'LOAD_-1206359963'), (u'PTRADD_-1206361268', u'CALLIND_-1206360626'), (u'CAST_-1206358147', u'INT_ADD_-1206358241'), (u'PTRSUB_-1206358447', u'CAST_-1206358246'), (u'INT_LESS_-1206360906', u'INT_ZEXT_-1206360888'), (u'INDIRECT_-1206358379', u'MULTIEQUAL_-1206357672'), (u'COPY_-1206357721', u'CALL_-1206359488'), (u'SUBPIECE_-1206358080', u'INT_ADD_-1206361092'), ('const-0', u'INT_SLESS_-1206360880'), (u'LOAD_-1206360817', u'CALLIND_-1206360626'), ('const-28', u'PTRSUB_-1206358144'), ('const-1', u'PTRADD_-1206360534'), (u'LOAD_-1206360715', u'CALLIND_-1206360366'), (u'INT_ADD_-1206361075', u'INT_ADD_-1206361070'), ('tmp_3969', u'CALLIND_-1206360366'), (u'LOAD_-1206360941', u'INT_SUB_-1206360879'), (u'PTRSUB_-1206358101', u'PTRSUB_-1206358045'), ('const-0', u'PTRSUB_-1206357632'), (u'LOAD_-1206361488', u'INT_EQUAL_-1206361456'), ('const-0', u'PTRSUB_-1206358071'), (u'PTRSUB_-1206358244', u'PTRSUB_-1206358180'), (u'CAST_-1206358146', u'LOAD_-1206361285'), (u'CAST_-1206357891', u'INT_ADD_-1206357984'), (u'PTRSUB_-1206357620', u'PTRSUB_-1206357588'), (u'BOOL_OR_-1206357822', u'CBRANCH_-1206359478'), ('const-417', u'LOAD_-1206361134'), (u'PTRSUB_-1206358206', u'LOAD_-1206361305'), ('tmp_1391', u'CBRANCH_-1206360768'), (u'PTRSUB_-1206358010', u'PTRSUB_-1206357968'), ('const-0', u'SUBPIECE_-1206357916'), ('const-2636', u'CALL_-1206359479'), ('const-104', u'INT_ADD_-1206360620'), ('const-417', u'LOAD_-1206360521'), ('const-4294967295', u'INT_SLESS_-1206361436'), (u'PTRSUB_-1206358356', u'PTRSUB_-1206358290'), (u'INT_AND_-1206360757', u'INT_NOTEQUAL_-1206360770'), (u'INT_ADD_-1206360493', u'INT_NOTEQUAL_-1206360498'), (u'INT_ADD_-1206360934', u'INT_SBORROW_-1206360878'), (u'PTRSUB_-1206358133', u'CAST_-1206357946'), ('const-417', u'LOAD_-1206360186'), (u'PTRSUB_-1206358066', u'PTRSUB_-1206358010'), ('const-0', u'RETURN_-1206359787'), (u'INT_LESS_-1206361361', u'INT_ZEXT_-1206361347'), (u'PTRSUB_-1206357637', u'PTRSUB_-1206357604'), (u'PTRSUB_-1206357604', u'PTRSUB_-1206357573'), (u'PTRSUB_-1206358443', u'CAST_-1206358242'), ('tmp_1231', u'CBRANCH_-1206360877'), (u'CALLIND_-1206360215', u'INDIRECT_-1206357990'), (u'LOAD_-1206360074', u'INT_ADD_-1206359976'), ('const-417', u'LOAD_-1206361285'), (u'PTRSUB_-1206358278', u'PTRSUB_-1206358236'), ('const-0', u'PTRSUB_-1206358160'), ('const-417', u'LOAD_-1206361174'), (u'CALLIND_-1206360366', u'INT_ADD_-1206360332'), (u'CALLIND_-1206360366', u'INT_CARRY_-1206360332'), ('const-2', u'INT_AND_-1206359527'), (u'MULTIEQUAL_-1206359271', u'CALLIND_-1206360366'), ('const-28', u'PTRSUB_-1206358117'), ('tmp_3969', u'CALLIND_-1206360176'), ('const-417', u'LOAD_-1206359984'), (u'PTRSUB_-1206358030', u'LOAD_-1206360628'), (u'SUBPIECE_-1206357588', u'INT_CARRY_-1206359575'), (u'SUBPIECE_-1206357588', u'INT_ADD_-1206359575'), ('const-417', u'LOAD_-1206361558'), ('const-417', u'LOAD_-1206361494'), ('const-417', u'LOAD_-1206359611'), (u'PTRSUB_-1206358180', u'PTRSUB_-1206358138'), ('const-1', u'RETURN_-1206359484')]
[('const-417', u'LOAD_-1206361174'), (u'LOAD_-1206360715', u'CALLIND_-1206359982'), ('const-4', u'PTRADD_-1206358497'), ('tmp_10001', u'PTRADD_-1206358458'), ('const-5', u'PTRADD_-1206358476'), (u'INT_ADD_-1206361092', u'INT_CARRY_-1206360958'), (u'INT_ADD_-1206361092', u'INT_ADD_-1206360958'), ('const-417', u'LOAD_-1206360545'), ('const-24', u'INT_ADD_-1206359489'), (u'INT_EQUAL_-1206361513', u'CBRANCH_-1206361499'), (u'PTRADD_-1206358055', u'LOAD_-1206360511'), (u'INT_ADD_-1206360441', u'CALLIND_-1206360366'), (u'COPY_-1206357670', u'CALL_-1206359483'), (u'INT_SLESS_-1206361436', u'CBRANCH_-1206361436'), (u'INT_ADD_-1206360493', u'PIECE_-1206357977'), ('const-2', u'INT_AND_-1206359561'), ('tmp_739', u'CBRANCH_-1206361159'), (u'INT_ADD_-1206360721', u'CAST_-1206358111'), ('const-24', u'INT_ADD_-1206360247'), ('const-417', u'LOAD_-1206361148'), (u'LOAD_-1206360817', u'CALLIND_-1206359982'), (u'LOAD_-1206361507', u'INT_SLESS_-1206361436'), (u'LOAD_-1206361093', u'INT_ADD_-1206361075'), ('const-16', u'INT_ADD_-1206361126'), (u'INT_ADD_-1206361120', u'CAST_-1206358280'), (u'PTRADD_-1206358199', u'CAST_-1206358166'), ('const-4522126', u'COPY_-1206357816'), (u'INT_ADD_-1206360247', u'INT_ADD_-1206360245'), ('tmp_10002', u'INT_ADD_-1206360925'), (u'INT_ADD_-1206360147', u'PIECE_-1206357977'), (u'INT_ADD_-1206361314', u'CALLIND_-1206360626'), (u'INT_CARRY_-1206361094', u'INT_ZEXT_-1206361083'), (u'LOAD_-1206360735', u'INT_AND_-1206360709'), ('const-417', u'LOAD_-1206361513'), ('const-417', u'LOAD_-1206361114'), (u'INT_MULT_-1206360220', u'INT_ADD_-1206360232'), ('const-0', u'SUBPIECE_-1206359180'), ('const-227', u'CALL_-1206359283'), ('const-4', u'PTRADD_-1206358316'), (u'CAST_-1206357936', u'STORE_-1206360259'), ('const-0', u'INT_EQUAL_-1206361456'), (u'INT_ADD_-1206360170', u'CAST_-1206357907'), (u'INT_ZEXT_-1206360944', u'INT_ADD_-1206360934'), (u'CAST_-1206358373', u'LOAD_-1206361305'), ('tmp_10459', u'MULTIEQUAL_-1206357706'), ('const-417', u'LOAD_-1206359963'), (u'MULTIEQUAL_-1206358623', u'INT_ADD_-1206360194'), ('const-4', u'PTRADD_-1206357919'), (u'LOAD_-1206360107', u'CALLIND_-1206359982'), (u'CALLIND_-1206359982', u'INDIRECT_-1206357936'), (u'INT_SLESS_-1206360880', u'INT_EQUAL_-1206360872'), (u'INT_NOTEQUAL_-1206360138', u'CBRANCH_-1206360135'), (u'LOAD_-1206361154', u'MULTIEQUAL_-1206359575'), ('tmp_156', u'CBRANCH_-1206361530'), ('const-2578', u'CALL_-1206359424'), (u'CALLIND_-1206360597', u'INDIRECT_-1206358157'), ('tmp_10001', u'PTRADD_-1206358055'), ('const-417', u'LOAD_-1206360941'), (u'INT_NOTEQUAL_-1206358811', u'BOOL_OR_-1206357856'), (u'CAST_-1206358166', u'LOAD_-1206360837'), (u'INT_AND_-1206359601', u'INT_EQUAL_-1206359615'), (u'INT_ADD_-1206360245', u'CAST_-1206357936'), (u'LOAD_-1206360196', u'INT_ADD_-1206360170'), ('tmp_10001', u'PTRADD_-1206358497'), ('tmp_1832', u'CBRANCH_-1206360490'), (u'INT_ZEXT_-1206361083', u'INT_ADD_-1206361070'), (u'LOAD_-1206360811', u'INT_ADD_-1206360275'), (u'LOAD_-1206361134', u'INT_AND_-1206361108'), (u'CAST_-1206358480', u'LOAD_-1206361558'), (u'CALLIND_-1206360176', u'INT_ADD_-1206360147'), ('const-0', u'INT_SLESS_-1206361342'), ('const-4', u'PTRADD_-1206358188'), ('tmp_10001', u'PTRADD_-1206358316'), ('const-417', u'STORE_-1206360246'), (u'INT_ADD_-1206360293', u'STORE_-1206360259'), (u'PTRADD_-1206358316', u'LOAD_-1206361154'), (u'CAST_-1206358280', u'LOAD_-1206361134'), (u'CAST_-1206358384', u'LOAD_-1206361332'), ('const-100', u'INT_ADD_-1206360209'), (u'INT_ADD_-1206360555', u'MULTIEQUAL_-1206358307'), (u'INT_SUB_-1206360874', u'CAST_-1206358191'), ('const-417', u'LOAD_-1206360763'), (u'PTRADD_-1206358180', u'LOAD_-1206360805'), (u'CAST_-1206357831', u'LOAD_-1206359992'), ('const-17', u'PTRADD_-1206358055'), (u'INT_ADD_-1206360234', u'INT_ADD_-1206360232'), ('tmp_3031', u'CBRANCH_-1206359833'), (u'INT_EQUAL_-1206361293', u'CBRANCH_-1206361290'), ('const-1', u'INT_ADD_-1206360223'), (u'INT_ADD_-1206360275', u'INT_ADD_-1206360270'), ('const-0', u'INT_EQUAL_-1206361182'), ('tmp_10001', u'CALLIND_-1206360535'), ('tmp_258', u'CBRANCH_-1206361454'), (u'INT_AND_-1206360811', u'INT_NOTEQUAL_-1206360824'), (u'CAST_-1206357821', u'LOAD_-1206359963'), (u'COPY_-1206357816', u'CALL_-1206359424'), (u'INT_ADD_-1206361369', u'INT_SUB_-1206361341'), ('const-417', u'LOAD_-1206359563'), (u'LOAD_-1206361200', u'INT_ADD_-1206360693'), (u'LOAD_-1206361200', u'INT_ADD_-1206359589'), ('tmp_795', u'CBRANCH_-1206361119'), (u'LOAD_-1206359536', u'INT_NOTEQUAL_-1206358810'), (u'LOAD_-1206361142', u'MULTIEQUAL_-1206359582'), (u'INT_NOTEQUAL_-1206361345', u'INT_EQUAL_-1206361336'), (u'CAST_-1206358358', u'LOAD_-1206361279'), (u'LOAD_-1206359605', u'MULTIEQUAL_-1206359582'), ('tmp_284', u'CBRANCH_-1206361436'), ('tmp_10459', u'MULTIEQUAL_-1206357738'), (u'INT_ADD_-1206360934', u'INT_SUB_-1206360879'), (u'INT_ADD_-1206360699', u'CAST_-1206358100'), (u'INT_SUB_-1206359846', u'INT_EQUAL_-1206359837'), ('tmp_10001', u'CALLIND_-1206360176'), ('tmp_467', u'CBRANCH_-1206361341'), (u'SUBPIECE_-1206357901', u'INT_ADD_-1206359936'), (u'INT_ADD_-1206360194', u'MULTIEQUAL_-1206358501'), (u'CAST_-1206358362', u'LOAD_-1206361285'), ('tmp_10001', u'CALLIND_-1206359953'), ('const-4510557', u'COPY_-1206357702'), ('const-417', u'LOAD_-1206359599'), (u'INDIRECT_-1206357648', u'COPY_-1206357694'), ('const-4534864', u'COPY_-1206357782'), (u'LOAD_-1206359984', u'INT_ADD_-1206359947'), (u'INT_ADD_-1206359613', u'CAST_-1206357797'), ('const-1', u'RETURN_-1206359419'), (u'PTRADD_-1206358338', u'LOAD_-1206361200'), (u'INT_ADD_-1206361291', u'CAST_-1206358373'), (u'LOAD_-1206361279', u'INT_CARRY_-1206359575'), (u'LOAD_-1206361279', u'INT_ADD_-1206359575'), (u'LOAD_-1206360679', u'INT_ADD_-1206360620'), (u'MULTIEQUAL_-1206359295', u'INT_MULT_-1206360233'), ('const-417', u'LOAD_-1206361488'), (u'LOAD_-1206361507', u'INT_ADD_-1206361369'), ('const-0', u'INT_NOTEQUAL_-1206360824'), ('const-24', u'INT_ADD_-1206360555'), ('const-7', u'PTRADD_-1206358199'), (u'CAST_-1206358403', u'LOAD_-1206361399'), (u'COPY_-1206357658', u'CALL_-1206359483'), ('const-417', u'LOAD_-1206360225'), (u'CALLIND_-1206360215', u'INDIRECT_-1206358024'), ('const-4', u'INT_ADD_-1206360693'), (u'COPY_-1206357729', u'CALL_-1206359489'), ('const-417', u'LOAD_-1206360817'), ('const-100', u'INT_ADD_-1206359947'), (u'INT_ADD_-1206360209', u'CAST_-1206357920'), (u'COPY_-1206357793', u'CALL_-1206359573'), (u'INT_CARRY_-1206361392', u'INT_ZEXT_-1206361379'), ('const-2', u'INT_AND_-1206361108'), (u'INT_ADD_-1206360747', u'CAST_-1206358127'), ('const-4534896', u'COPY_-1206357749'), ('const-4510557', u'COPY_-1206357670'), ('const-417', u'LOAD_-1206360186'), (u'INT_ADD_-1206359520', u'CAST_-1206357760'), (u'INT_ADD_-1206361263', u'CAST_-1206358358'), ('const-100', u'INT_ADD_-1206360529'), (u'INT_ADD_-1206361092', u'INT_EQUAL_-1206359837'), (u'CAST_-1206357746', u'LOAD_-1206359503'), (u'LOAD_-1206361313', u'INT_ADD_-1206361291'), ('const-100', u'INT_ADD_-1206360591'), ('tmp_10001', u'CALLIND_-1206359982'), ('tmp_10459', u'MULTIEQUAL_-1206357679'), (u'INT_MULT_-1206360091', u'INT_ADD_-1206360103'), (u'CAST_-1206357786', u'LOAD_-1206359605'), (u'COPY_-1206357761', u'CALL_-1206359488'), ('const-4', u'PTRADD_-1206358476'), ('const-417', u'LOAD_-1206360805'), (u'PIECE_-1206357977', u'MULTIEQUAL_-1206357955'), ('const-4', u'PTRADD_-1206358472'), (u'INDIRECT_-1206358011', u'MULTIEQUAL_-1206358087'), (u'INT_EQUAL_-1206361336', u'CBRANCH_-1206361341'), ('tmp_1319', u'CBRANCH_-1206360822'), ('const-417', u'LOAD_-1206361376'), (u'LOAD_-1206360757', u'CALLIND_-1206359982'), ('const-14', u'PTRADD_-1206358180'), (u'STORE_-1206360246', u'INDIRECT_-1206358016'), ('tmp_10001', u'PTRADD_-1206358462'), (u'SUBPIECE_-1206359204', u'MULTIEQUAL_-1206359140'), (u'INT_ADD_-1206359595', u'CAST_-1206357790'), ('const-417', u'LOAD_-1206360679'), ('const-1', u'RETURN_-1206359478'), (u'LOAD_-1206360817', u'CALLIND_-1206360366'), (u'INT_ADD_-1206361320', u'CAST_-1206358384'), ('tmp_10001', u'LOAD_-1206360679'), ('const-4', u'PTRADD_-1206358055'), (u'INT_NOTEQUAL_-1206360087', u'CBRANCH_-1206360086'), ('const-12', u'INT_ADD_-1206361132'), ('const-15', u'PTRADD_-1206358393'), (u'MULTIEQUAL_-1206359295', u'INT_ADD_-1206360223'), (u'INT_ADD_-1206360958', u'INT_LESS_-1206360906'), ('const-417', u'LOAD_-1206360757'), (u'LOAD_-1206361494', u'INT_EQUAL_-1206359885'), (u'INDIRECT_-1206357740', u'COPY_-1206357780'), ('const-8', u'INT_ADD_-1206361360'), (u'PTRADD_-1206358472', u'LOAD_-1206361507'), ('const-417', u'LOAD_-1206359536'), ('const-1', u'PTRADD_-1206358188'), (u'INT_NOTEQUAL_-1206360498', u'CBRANCH_-1206360490'), (u'LOAD_-1206360709', u'CALLIND_-1206360626'), ('const-417', u'LOAD_-1206361332'), (u'INT_ADD_-1206359549', u'CAST_-1206357775'), (u'LOAD_-1206361200', u'INT_ADD_-1206361126'), ('const-8', u'INT_ADD_-1206360699'), ('const-0', u'INT_EQUAL_-1206359551'), (u'INT_EQUAL_-1206361122', u'CBRANCH_-1206361119'), ('const-4', u'PTRADD_-1206358180'), ('const-0', u'SUBPIECE_-1206357900'), ('tmp_707', u'CBRANCH_-1206361181'), (u'LOAD_-1206361148', u'MULTIEQUAL_-1206359633'), (u'LOAD_-1206359627', u'INT_AND_-1206359601'), (u'INT_AND_-1206361148', u'INT_EQUAL_-1206361162'), ('const-4510900', u'COPY_-1206357729'), (u'CAST_-1206357877', u'INT_RIGHT_-1206357952'), (u'INT_NOTEQUAL_-1206360770', u'CBRANCH_-1206360768'), (u'COPY_-1206357638', u'CALL_-1206359484'), ('const-417', u'LOAD_-1206360475'), ('const-417', u'LOAD_-1206360709'), (u'COPY_-1206360489', u'MULTIEQUAL_-1206359295'), (u'CAST_-1206358197', u'LOAD_-1206360921'), (u'LOAD_-1206361513', u'INT_ADD_-1206361314'), (u'INT_MULT_-1206360233', u'INT_ADD_-1206360245'), (u'LOAD_-1206360107', u'INT_NOTEQUAL_-1206360087'), (u'MULTIEQUAL_-1206359582', u'INT_ADD_-1206361075'), ('const-4294967295', u'INT_NOTEQUAL_-1206360087'), (u'CAST_-1206358269', u'LOAD_-1206361114'), ('const-0', u'COPY_-1206360489'), (u'INT_ADD_-1206360493', u'INT_NOTEQUAL_-1206360138'), (u'CALLIND_-1206359953', u'INDIRECT_-1206357926'), ('const-417', u'LOAD_-1206361134'), (u'LOAD_-1206360709', u'CALLIND_-1206359982'), (u'MULTIEQUAL_-1206359140', u'CALL_-1206359484'), ('const-4522126', u'COPY_-1206357608'), ('const-417', u'LOAD_-1206360837'), (u'LOAD_-1206360817', u'INT_ADD_-1206360293'), ('tmp_2509', u'CBRANCH_-1206360135'), ('const-417', u'LOAD_-1206361093'), (u'PTRADD_-1206357919', u'LOAD_-1206360107'), (u'LOAD_-1206360555', u'INT_ADD_-1206360529'), ('const-417', u'LOAD_-1206360107'), (u'CALL_-1206359484', u'INDIRECT_-1206357610'), ('const-112', u'INT_ADD_-1206359976'), (u'INT_NOTEQUAL_-1206360722', u'CBRANCH_-1206360720'), (u'CALL_-1206359424', u'INDIRECT_-1206357800'), (u'MULTIEQUAL_-1206357901', u'COPY_-1206357928'), (u'INT_ZEXT_-1206360888', u'INT_SUB_-1206360874'), (u'LOAD_-1206360511', u'INT_ADD_-1206360493'), (u'INT_ADD_-1206359489', u'CAST_-1206357746'), (u'MULTIEQUAL_-1206359575', u'INT_ADD_-1206361098'), (u'LOAD_-1206359599', u'MULTIEQUAL_-1206359575'), (u'INT_EQUAL_-1206360872', u'CBRANCH_-1206360877'), (u'INT_ADD_-1206360232', u'CAST_-1206357929'), ('const-24', u'INT_ADD_-1206360441'), (u'INT_SUB_-1206360879', u'INT_SBORROW_-1206360873'), ('const-3', u'PTRADD_-1206358462'), (u'CAST_-1206358029', u'LOAD_-1206360545'), ('const-0', u'INT_EQUAL_-1206361532'), ('const-12', u'INT_ADD_-1206361098'), (u'INT_ADD_-1206361360', u'CAST_-1206358397'), (u'MULTIEQUAL_-1206359305', u'CALLIND_-1206360366'), (u'INT_EQUAL_-1206361456', u'CBRANCH_-1206361454'), ('const-417', u'LOAD_-1206361110'), (u'INDIRECT_-1206358413', u'MULTIEQUAL_-1206357764'), (u'CALL_-1206359489', u'INDIRECT_-1206357710'), (u'INT_SUB_-1206360879', u'INT_SUB_-1206360874'), (u'INT_EQUAL_-1206359615', u'CBRANCH_-1206359612'), (u'MULTIEQUAL_-1206359305', u'INT_CARRY_-1206360332'), (u'MULTIEQUAL_-1206359305', u'INT_ADD_-1206360332'), (u'LOAD_-1206361313', u'INT_ADD_-1206361263'), (u'SUBPIECE_-1206357900', u'MULTIEQUAL_-1206359140'), (u'INDIRECT_-1206357769', u'COPY_-1206357813'), (u'LOAD_-1206359599', u'INT_ADD_-1206359520'), ('const-6', u'PTRADD_-1206358472'), ('const-7', u'PTRADD_-1206358497'), (u'INT_ADD_-1206360147', u'MULTIEQUAL_-1206359305'), ('tmp_5722', u'MULTIEQUAL_-1206358937'), ('tmp_10001', u'PTRADD_-1206358199'), (u'INT_EQUAL_-1206359837', u'CBRANCH_-1206359833'), (u'LOAD_-1206361332', u'INT_ADD_-1206361314'), ('tmp_1026', u'CBRANCH_-1206360988'), (u'INT_ADD_-1206360769', u'CAST_-1206358138'), (u'CAST_-1206358065', u'LOAD_-1206360636'), (u'CALL_-1206359573', u'INDIRECT_-1206357769'), ('const-417', u'LOAD_-1206360735'), ('tmp_10001', u'LOAD_-1206360555'), ('const-4', u'PTRADD_-1206358462'), ('const-24', u'INT_ADD_-1206361269'), (u'CAST_-1206358284', u'LOAD_-1206361142'), ('tmp_10001', u'PTRADD_-1206358476'), (u'LOAD_-1206360186', u'CALLIND_-1206360176'), (u'CAST_-1206358288', u'LOAD_-1206361148'), (u'LOAD_-1206360783', u'INT_AND_-1206360757'), (u'COPY_-1206357690', u'CALL_-1206359283'), (u'INT_SLESS_-1206360988', u'CBRANCH_-1206360988'), (u'LOAD_-1206360805', u'INT_ADD_-1206360747'), ('tmp_10001', u'PTRADD_-1206357919'), (u'INT_AND_-1206359537', u'INT_EQUAL_-1206359551'), (u'LOAD_-1206359599', u'INT_ADD_-1206359489'), ('const-417', u'LOAD_-1206361154'), (u'LOAD_-1206360376', u'CALLIND_-1206360366'), (u'INT_ADD_-1206361126', u'CAST_-1206358284'), ('const-8', u'INT_ADD_-1206360747'), ('const-417', u'LOAD_-1206360521'), (u'LOAD_-1206361285', u'INT_ADD_-1206359563'), (u'INT_ADD_-1206361160', u'CAST_-1206358302'), (u'INT_ADD_-1206359936', u'MULTIEQUAL_-1206358437'), (u'INT_ADD_-1206360840', u'INT_SUB_-1206359846'), (u'LOAD_-1206360628', u'INT_ADD_-1206360591'), (u'COPY_-1206357782', u'CALL_-1206359573'), (u'INT_ADD_-1206360223', u'MULTIEQUAL_-1206359295'), ('const-111', u'CALL_-1206359573'), (u'INT_ZEXT_-1206360888', u'INT_SBORROW_-1206360873'), (u'LOAD_-1206361279', u'INT_ADD_-1206360840'), (u'INT_SUB_-1206359846', u'CALL_-1206359479'), (u'CAST_-1206358138', u'LOAD_-1206360783'), (u'LOAD_-1206360607', u'CALLIND_-1206360597'), ('const-417', u'LOAD_-1206360196'), (u'LOAD_-1206361399', u'INT_SUB_-1206361341'), (u'INT_ADD_-1206361392', u'INT_LESS_-1206361361'), ('const-417', u'LOAD_-1206360636'), ('const-4522126', u'COPY_-1206357638'), (u'MULTIEQUAL_-1206359575', u'INT_ADD_-1206361082'), ('const-417', u'LOAD_-1206360811'), (u'LOAD_-1206360255', u'INT_ADD_-1206360209'), (u'INT_ADD_-1206359976', u'CAST_-1206357831'), (u'LOAD_-1206361279', u'INT_CARRY_-1206360958'), (u'LOAD_-1206361279', u'INT_ADD_-1206360958'), ('tmp_10001', u'CALLIND_-1206360215'), (u'INDIRECT_-1206358413', u'MULTIEQUAL_-1206357738'), ('const-417', u'LOAD_-1206361399'), (u'CAST_-1206357965', u'LOAD_-1206360376'), (u'LOAD_-1206360837', u'INT_AND_-1206360811'), (u'INT_ZEXT_-1206360283', u'INT_ADD_-1206360270'), ('const-1', u'INT_AND_-1206360757'), (u'INT_ADD_-1206360580', u'MULTIEQUAL_-1206358623'), ('const-417', u'LOAD_-1206359605'), ('const-28', u'INT_ADD_-1206360769'), ('const-207', u'CALL_-1206359488'), (u'COPY_-1206357749', u'CALL_-1206359488'), ('const-0', u'INT_EQUAL_-1206361513'), ('const-417', u'LOAD_-1206360607'), (u'MULTIEQUAL_-1206358501', u'CALLIND_-1206359982'), (u'INT_ADD_-1206360493', u'INT_MULT_-1206360091'), (u'INT_AND_-1206360709', u'INT_NOTEQUAL_-1206360722'), (u'CAST_-1206358269', u'LOAD_-1206361110'), (u'CAST_-1206358397', u'LOAD_-1206361376'), (u'CAST_-1206358174', u'LOAD_-1206360858'), ('tmp_2579', u'CBRANCH_-1206360086'), ('tmp_10001', u'PTRADD_-1206358184'), (u'INT_ADD_-1206361314', u'INT_SUB_-1206359894'), (u'INDIRECT_-1206358131', u'MULTIEQUAL_-1206358087'), (u'INT_ADD_-1206360840', u'INT_ADD_-1206360234'), ('const-8', u'INT_ADD_-1206360905'), (u'INT_ZEXT_-1206361379', u'INT_ADD_-1206361369'), ('const-417', u'LOAD_-1206360921'), ('const-4', u'PTRADD_-1206358059'), ('const-8', u'INT_MULT_-1206360091'), (u'INT_ADD_-1206360580', u'MULTIEQUAL_-1206358501'), (u'LOAD_-1206359611', u'INT_CARRY_-1206359575'), (u'LOAD_-1206359611', u'INT_ADD_-1206359575'), (u'COPY_-1206357813', u'CALL_-1206359424'), (u'INT_EQUAL_-1206361182', u'CBRANCH_-1206361181'), ('const-417', u'LOAD_-1206361305'), ('const-1', u'INT_AND_-1206360709'), (u'LOAD_-1206359963', u'CALLIND_-1206359953'), ('const-0', u'INT_NOTEQUAL_-1206360722'), ('const-417', u'LOAD_-1206360555'), (u'INT_ADD_-1206360741', u'CAST_-1206358123'), (u'LOAD_-1206360921', u'INT_LESS_-1206360906'), (u'LOAD_-1206360811', u'CALLIND_-1206360626'), (u'COPY_-1206357605', u'CALL_-1206359479'), ('tmp_10001', u'CALL_-1206359283'), ('const-4', u'PTRADD_-1206358338'), (u'COPY_-1206357721', u'CALL_-1206359489'), ('tmp_10001', u'PTRADD_-1206358059'), ('const-2', u'INT_AND_-1206359601'), ('const-4532928', u'COPY_-1206357635'), (u'INT_EQUAL_-1206359551', u'CBRANCH_-1206359548'), ('tmp_10002', u'INT_ADD_-1206361383'), (u'LOAD_-1206361305', u'INT_AND_-1206361279'), (u'LOAD_-1206361200', u'INT_ADD_-1206361132'), ('const-4', u'INT_ADD_-1206360741'), (u'LOAD_-1206361200', u'INT_ADD_-1206361160'), (u'LOAD_-1206359605', u'INT_ADD_-1206359563'), ('const-1', u'RETURN_-1206359483'), (u'LOAD_-1206360636', u'CALLIND_-1206360626'), (u'LOAD_-1206360225', u'CALLIND_-1206360215'), ('const-0', u'INT_EQUAL_-1206361162'), ('const-417', u'LOAD_-1206360715'), (u'CALL_-1206359488', u'INDIRECT_-1206357740'), (u'LOAD_-1206361285', u'INT_ADD_-1206360934'), ('tmp_3675', u'CBRANCH_-1206359548'), (u'LOAD_-1206361174', u'INT_AND_-1206361148'), ('const-417', u'LOAD_-1206359611'), (u'LOAD_-1206360941', u'INT_SBORROW_-1206360878'), ('const-0', u'SUBPIECE_-1206357901'), (u'COPY_-1206357635', u'CALL_-1206359484'), (u'LOAD_-1206361200', u'INT_ADD_-1206359613'), (u'INT_CARRY_-1206360332', u'INT_ZEXT_-1206360318'), ('const-1', u'RETURN_-1206359479'), (u'CAST_-1206357760', u'LOAD_-1206359536'), (u'INT_ADD_-1206361314', u'INT_ADD_-1206360580'), (u'INDIRECT_-1206357926', u'MULTIEQUAL_-1206357901'), (u'LOAD_-1206360709', u'CALLIND_-1206360366'), (u'MULTIEQUAL_-1206358937', u'CALL_-1206359489'), (u'LOAD_-1206360521', u'INT_ADD_-1206360493'), (u'LOAD_-1206360811', u'CALLIND_-1206360366'), ('tmp_10001', u'LOAD_-1206360628'), (u'LOAD_-1206361285', u'INT_SLESS_-1206360988'), (u'INT_ADD_-1206361383', u'CAST_-1206358403'), (u'INT_SBORROW_-1206360873', u'INT_NOTEQUAL_-1206360883'), (u'CALLIND_-1206359953', u'CAST_-1206357820'), ('const-1', u'RETURN_-1206359568'), (u'CALLIND_-1206359953', u'SUBPIECE_-1206357901'), (u'INT_ADD_-1206360360', u'CAST_-1206357965'), (u'COPY_-1206357702', u'CALL_-1206359283'), (u'INT_ADD_-1206360591', u'CAST_-1206358055'), (u'PTRADD_-1206358393', u'LOAD_-1206361313'), ('const-15', u'PTRADD_-1206358338'), ('const-417', u'LOAD_-1206359984'), (u'INT_ADD_-1206361369', u'INT_SBORROW_-1206361339'), ('const-1', u'INT_AND_-1206360811'), ('const-18', u'PTRADD_-1206358059'), (u'PTRADD_-1206358458', u'LOAD_-1206361488'), (u'CALL_-1206359283', u'INDIRECT_-1206357684'), (u'CALLIND_-1206360176', u'INDIRECT_-1206358011'), ('tmp_10001', u'LOAD_-1206359984'), ('tmp_984', u'CBRANCH_-1206361020'), (u'INT_RIGHT_-1206357952', u'SUBPIECE_-1206359204'), ('const-417', u'LOAD_-1206361507'), ('const-4', u'PTRADD_-1206358184'), ('const-4532928', u'COPY_-1206357605'), (u'INT_ADD_-1206360529', u'CAST_-1206358029'), ('const-2', u'INT_AND_-1206361148'), (u'PTRADD_-1206358497', u'CAST_-1206358480'), ('tmp_10002', u'INT_ADD_-1206361320'), (u'INT_ZEXT_-1206360318', u'INT_ADD_-1206360275'), ('const-0', u'INT_EQUAL_-1206361293'), (u'SUBPIECE_-1206359180', u'CALLIND_-1206359982'), ('const-417', u'LOAD_-1206360511'), ('const-4534880', u'COPY_-1206357721'), ('const-4532928', u'COPY_-1206357813'), (u'LOAD_-1206360858', u'INT_ADD_-1206360840'), (u'INT_ADD_-1206359563', u'INT_ADD_-1206359558'), (u'CAST_-1206358209', u'LOAD_-1206360941'), (u'LOAD_-1206360545', u'CALLIND_-1206360535'), (u'INT_MULT_-1206360429', u'INT_ADD_-1206360441'), ('const-0', u'INT_EQUAL_-1206361122'), (u'INT_AND_-1206361108', u'INT_EQUAL_-1206361122'), ('const-4', u'INT_AND_-1206359537'), ('tmp_10001', u'PTRADD_-1206358180'), ('const-2635', u'CALL_-1206359484'), ('tmp_553', u'CBRANCH_-1206361290'), (u'INT_ADD_-1206359558', u'INT_NOTEQUAL_-1206358811'), (u'INT_CARRY_-1206359575', u'INT_ZEXT_-1206359568'), (u'LOAD_-1206361200', u'CALL_-1206359424'), (u'SUBPIECE_-1206358103', u'MULTIEQUAL_-1206359305'), (u'CAST_-1206358123', u'LOAD_-1206360757'), ('const-4294967295', u'INT_SLESS_-1206360988'), ('const-108', u'INT_ADD_-1206360360'), (u'CALL_-1206359479', u'INDIRECT_-1206357580'), (u'INT_ZEXT_-1206361347', u'INT_SBORROW_-1206361335'), ('const-28', u'INT_ADD_-1206360234'), ('const-417', u'LOAD_-1206361558'), (u'INT_EQUAL_-1206361532', u'CBRANCH_-1206361530'), (u'PTRADD_-1206358476', u'LOAD_-1206361513'), (u'CAST_-1206358096', u'LOAD_-1206360709'), (u'INT_ADD_-1206360555', u'INT_ADD_-1206360103'), ('const-100', u'INT_ADD_-1206360170'), ('tmp_3550', u'CBRANCH_-1206359612'), ('const-4', u'PTRADD_-1206357795'), ('const-417', u'LOAD_-1206360858'), (u'INDIRECT_-1206358413', u'MULTIEQUAL_-1206357706'), ('tmp_10001', u'LOAD_-1206360255'), (u'CALLIND_-1206360626', u'INDIRECT_-1206358167'), (u'INT_ADD_-1206361132', u'CAST_-1206358288'), ('const-2636', u'CALL_-1206359479'), ('const-20', u'INT_ADD_-1206361263'), ('const-417', u'LOAD_-1206361279'), (u'INT_ADD_-1206361098', u'CAST_-1206358269'), (u'CAST_-1206358302', u'LOAD_-1206361174'), (u'CALL_-1206361214', u'INT_EQUAL_-1206361182'), (u'LOAD_-1206359503', u'INT_NOTEQUAL_-1206358811'), (u'CALLIND_-1206360535', u'SUBPIECE_-1206358103'), ('const-417', u'LOAD_-1206360376'), ('const-0', u'INT_EQUAL_-1206359615'), (u'LOAD_-1206360763', u'CALLIND_-1206359982'), (u'INT_ADD_-1206360620', u'CAST_-1206358065'), ('const-4', u'PTRADD_-1206358458'), (u'MULTIEQUAL_-1206357965', u'MULTIEQUAL_-1206357901'), ('const-4510557', u'COPY_-1206357793'), (u'LOAD_-1206360475', u'INT_ADD_-1206360360'), (u'CAST_-1206357790', u'LOAD_-1206359611'), (u'LOAD_-1206359599', u'INT_ADD_-1206359549'), ('const-28', u'INT_ADD_-1206361291'), (u'MULTIEQUAL_-1206358501', u'MULTIEQUAL_-1206358437'), (u'INT_ZEXT_-1206359568', u'INT_ADD_-1206359558'), ('const-2', u'PTRADD_-1206358184'), ('tmp_3787', u'CBRANCH_-1206359478'), (u'INT_AND_-1206359470', u'INT_EQUAL_-1206361532'), ('const-0', u'SUBPIECE_-1206358103'), (u'MULTIEQUAL_-1206358501', u'INT_ADD_-1206359936'), ('tmp_10001', u'LOAD_-1206360074'), ('tmp_10002', u'INT_ADD_-1206360905'), ('const-4', u'PTRADD_-1206358458'), (u'MULTIEQUAL_-1206359575', u'INT_ADD_-1206361120'), (u'INDIRECT_-1206357610', u'COPY_-1206357666'), ('tmp_198', u'CBRANCH_-1206361499'), (u'CAST_-1206357920', u'LOAD_-1206360225'), (u'CAST_-1206358100', u'LOAD_-1206360715'), ('tmp_10001', u'CALLIND_-1206360366'), ('tmp_10459', u'CALL_-1206361214'), (u'LOAD_-1206361200', u'INT_ADD_-1206360699'), ('const-417', u'LOAD_-1206359503'), ('const-0', u'SUBPIECE_-1206359204'), (u'LOAD_-1206361513', u'INT_CARRY_-1206361392'), (u'LOAD_-1206361513', u'INT_ADD_-1206361392'), ('const-0', u'INT_NOTEQUAL_-1206360498'), (u'INT_EQUAL_-1206359885', u'CBRANCH_-1206359881'), (u'INT_ADD_-1206360925', u'CAST_-1206358209'), (u'INDIRECT_-1206358413', u'MULTIEQUAL_-1206357679'), (u'PTRADD_-1206358184', u'LOAD_-1206360811'), (u'INT_ADD_-1206360905', u'CAST_-1206358197'), ('const-16', u'INT_ADD_-1206361320'), (u'MULTIEQUAL_-1206358437', u'INT_SUB_-1206359894'), (u'INT_SBORROW_-1206360878', u'INT_NOTEQUAL_-1206360883'), (u'INT_ADD_-1206360332', u'INT_ADD_-1206360293'), (u'INT_SUB_-1206359894', u'INT_EQUAL_-1206359885'), ('tmp_10001', u'CALLIND_-1206360626'), ('const-8', u'INT_MULT_-1206360429'), (u'INT_CARRY_-1206360958', u'INT_ZEXT_-1206360944'), ('tmp_10001', u'PTRADD_-1206357795'), ('const-20', u'INT_ADD_-1206359520'), (u'INT_SUB_-1206361341', u'INT_SBORROW_-1206361335'), (u'INT_SLESS_-1206361342', u'INT_EQUAL_-1206361336'), (u'MULTIEQUAL_-1206358623', u'CALLIND_-1206360366'), (u'MULTIEQUAL_-1206359305', u'INT_ADD_-1206360147'), ('const-32', u'INT_RIGHT_-1206357897'), ('const-16', u'INT_ADD_-1206359589'), (u'CAST_-1206357929', u'STORE_-1206360246'), (u'PTRADD_-1206358059', u'LOAD_-1206360521'), (u'LOAD_-1206361110', u'INT_ADD_-1206361092'), ('const-28', u'INT_ADD_-1206361160'), (u'INDIRECT_-1206358011', u'MULTIEQUAL_-1206357965'), (u'LOAD_-1206359611', u'MULTIEQUAL_-1206359633'), (u'INT_SBORROW_-1206361339', u'INT_NOTEQUAL_-1206361345'), (u'LOAD_-1206361558', u'INT_AND_-1206359470'), (u'STORE_-1206360259', u'INDIRECT_-1206358023'), (u'CALLIND_-1206360215', u'INT_ADD_-1206360194'), ('const-4535128', u'COPY_-1206357658'), (u'LOAD_-1206361376', u'INT_LESS_-1206361361'), (u'LOAD_-1206360805', u'INT_ADD_-1206360741'), ('tmp_10001', u'LOAD_-1206360196'), (u'INDIRECT_-1206357684', u'COPY_-1206357720'), (u'INT_RIGHT_-1206357897', u'SUBPIECE_-1206357900'), (u'LOAD_-1206359563', u'INT_AND_-1206359537'), (u'INT_CARRY_-1206360295', u'INT_ZEXT_-1206360283'), (u'CAST_-1206357820', u'INT_RIGHT_-1206357897'), ('const-12', u'INT_ADD_-1206360925'), ('const-1', u'RETURN_-1206359278'), (u'COPY_-1206361052', u'MULTIEQUAL_-1206358937'), ('const-0', u'COPY_-1206361052'), (u'MULTIEQUAL_-1206359633', u'INT_ADD_-1206361092'), (u'INT_ADD_-1206360270', u'STORE_-1206360246'), (u'INT_ADD_-1206360840', u'INT_ADD_-1206360247'), (u'INT_NOTEQUAL_-1206359371', u'CBRANCH_-1206361020'), (u'INT_EQUAL_-1206361162', u'CBRANCH_-1206361159'), ('const-28', u'INT_ADD_-1206359613'), (u'LOAD_-1206361200', u'INT_ADD_-1206360721'), ('tmp_10001', u'LOAD_-1206360475'), ('const-4', u'PTRADD_-1206358199'), (u'PTRADD_-1206358462', u'LOAD_-1206361494'), ('const-417', u'LOAD_-1206359992'), (u'INT_ADD_-1206360332', u'INT_CARRY_-1206360295'), (u'LOAD_-1206361313', u'INT_ADD_-1206361269'), (u'INDIRECT_-1206358131', u'MULTIEQUAL_-1206357965'), (u'MULTIEQUAL_-1206357955', u'CAST_-1206357877'), ('const-4', u'PTRADD_-1206358393'), (u'MULTIEQUAL_-1206358307', u'INT_SUB_-1206359846'), ('const-16', u'INT_ADD_-1206361082'), (u'INT_ADD_-1206359947', u'CAST_-1206357821'), (u'CALLIND_-1206360597', u'INT_ADD_-1206360580'), ('const-16', u'INT_ADD_-1206360846'), (u'INT_ADD_-1206361082', u'CAST_-1206358265'), (u'INT_SBORROW_-1206361335', u'INT_NOTEQUAL_-1206361345'), (u'INT_LESS_-1206360906', u'INT_ZEXT_-1206360888'), (u'INT_NOTEQUAL_-1206360883', u'INT_EQUAL_-1206360872'), ('tmp_10002', u'INT_ADD_-1206360846'), ('const-0', u'INT_NOTEQUAL_-1206360770'), (u'LOAD_-1206360811', u'CALLIND_-1206359982'), (u'INT_AND_-1206361279', u'INT_EQUAL_-1206361293'), ('const-16', u'PTRADD_-1206357795'), (u'INDIRECT_-1206357800', u'COPY_-1206357838'), ('tmp_10001', u'PTRADD_-1206358338'), (u'LOAD_-1206361558', u'INT_AND_-1206359561'), ('const-0', u'INT_SLESS_-1206360880'), (u'LOAD_-1206361200', u'INT_ADD_-1206359595'), ('const-417', u'LOAD_-1206359627'), ('const-417', u'LOAD_-1206361494'), (u'LOAD_-1206360817', u'CALLIND_-1206360626'), (u'INT_ADD_-1206360103', u'MULTIEQUAL_-1206358307'), (u'LOAD_-1206360715', u'CALLIND_-1206360366'), (u'CAST_-1206358127', u'LOAD_-1206360763'), ('tmp_10001', u'CALLIND_-1206360597'), ('const-0', u'INT_NOTEQUAL_-1206359371'), (u'MULTIEQUAL_-1206357955', u'SUBPIECE_-1206359180'), ('const-4294967295', u'INT_SLESS_-1206361436'), ('const-417', u'LOAD_-1206361200'), ('const-12', u'INT_ADD_-1206359595'), (u'CAST_-1206358393', u'INT_SLESS_-1206361342'), (u'INT_ADD_-1206361075', u'INT_ADD_-1206361070'), ('const-28', u'INT_ADD_-1206360721'), (u'INT_ADD_-1206359575', u'INT_NOTEQUAL_-1206358810'), (u'LOAD_-1206360941', u'INT_SUB_-1206360879'), (u'MULTIEQUAL_-1206359295', u'CALLIND_-1206360366'), (u'MULTIEQUAL_-1206359295', u'INT_MULT_-1206360220'), (u'LOAD_-1206361114', u'INT_CARRY_-1206361094'), ('const-417', u'LOAD_-1206361313'), ('tmp_10001', u'PTRADD_-1206358188'), (u'INT_SUB_-1206361336', u'CAST_-1206358393'), (u'LOAD_-1206361488', u'INT_EQUAL_-1206361456'), (u'MULTIEQUAL_-1206359295', u'INT_MULT_-1206360429'), (u'CAST_-1206357797', u'LOAD_-1206359627'), ('const-4', u'INT_AND_-1206359470'), (u'INDIRECT_-1206357580', u'COPY_-1206357638'), (u'INT_NOTEQUAL_-1206360824', u'CBRANCH_-1206360822'), ('const-417', u'STORE_-1206360259'), (u'CALL_-1206361214', u'INDIRECT_-1206358413'), ('tmp_1391', u'CBRANCH_-1206360768'), ('const-417', u'LOAD_-1206361285'), ('const-417', u'LOAD_-1206360255'), (u'INT_SUB_-1206361341', u'INT_SUB_-1206361336'), (u'CAST_-1206358111', u'LOAD_-1206360735'), (u'LOAD_-1206360817', u'INT_CARRY_-1206360295'), (u'INDIRECT_-1206357710', u'COPY_-1206357752'), ('const-417', u'LOAD_-1206360628'), (u'INT_ADD_-1206360194', u'MULTIEQUAL_-1206358623'), (u'INT_ADD_-1206360693', u'CAST_-1206358096'), ('const-104', u'INT_ADD_-1206360620'), (u'INT_AND_-1206360757', u'INT_NOTEQUAL_-1206360770'), ('tmp_10459', u'MULTIEQUAL_-1206357764'), (u'LOAD_-1206360805', u'INT_ADD_-1206360769'), (u'INT_ADD_-1206360493', u'INT_NOTEQUAL_-1206360498'), (u'INT_ADD_-1206359589', u'CAST_-1206357786'), (u'INT_ADD_-1206360934', u'INT_SBORROW_-1206360878'), ('const-28', u'INT_ADD_-1206359549'), (u'COPY_-1206357608', u'CALL_-1206359479'), ('const-197', u'CALL_-1206359483'), ('const-417', u'LOAD_-1206360783'), ('const-8', u'INT_MULT_-1206360220'), (u'CALLIND_-1206360535', u'MULTIEQUAL_-1206357955'), (u'PTRADD_-1206358188', u'LOAD_-1206360817'), (u'MULTIEQUAL_-1206359633', u'INT_CARRY_-1206361094'), (u'LOAD_-1206361399', u'INT_SBORROW_-1206361339'), (u'LOAD_-1206360715', u'CALLIND_-1206360626'), (u'INT_AND_-1206359561', u'INT_EQUAL_-1206361513'), ('const-0', u'RETURN_-1206359787'), (u'INT_LESS_-1206361361', u'INT_ZEXT_-1206361347'), ('tmp_10002', u'INT_ADD_-1206361360'), (u'INT_ADD_-1206360840', u'INT_ADD_-1206360555'), ('const-28', u'INT_ADD_-1206361120'), (u'CAST_-1206358265', u'LOAD_-1206361093'), ('tmp_1231', u'CBRANCH_-1206360877'), ('const-19', u'PTRADD_-1206357919'), (u'LOAD_-1206359992', u'CALLIND_-1206359982'), ('const-4', u'INT_AND_-1206361279'), ('const-8', u'INT_MULT_-1206360233'), (u'PTRADD_-1206357795', u'LOAD_-1206359599'), (u'CAST_-1206357775', u'LOAD_-1206359563'), (u'CAST_-1206358055', u'LOAD_-1206360607'), (u'INT_ZEXT_-1206361347', u'INT_SUB_-1206361336'), (u'LOAD_-1206360074', u'INT_ADD_-1206359976'), ('tmp_10001', u'PTRADD_-1206358393'), (u'INT_ADD_-1206360846', u'CAST_-1206358174'), ('tmp_10001', u'PTRADD_-1206358472'), ('const-192', u'CALL_-1206359489'), (u'INT_ADD_-1206361269', u'CAST_-1206358362'), ('const-417', u'LOAD_-1206360074'), (u'CALL_-1206359483', u'INDIRECT_-1206357648'), ('const-4510557', u'COPY_-1206357761'), (u'BOOL_OR_-1206357856', u'CBRANCH_-1206359478'), (u'CALLIND_-1206360366', u'INT_CARRY_-1206360332'), (u'CALLIND_-1206360366', u'INT_ADD_-1206360332'), ('tmp_2947', u'CBRANCH_-1206359881'), (u'CALLIND_-1206360535', u'INDIRECT_-1206358131'), ('const-1', u'RETURN_-1206359474'), ('const-12', u'INT_ADD_-1206361383'), ('tmp_1455', u'CBRANCH_-1206360720'), (u'INT_NOTEQUAL_-1206358810', u'BOOL_OR_-1206357856'), ('const-4534908', u'COPY_-1206357690'), (u'INT_ADD_-1206360223', u'INT_NOTEQUAL_-1206360138'), (u'CALLIND_-1206360366', u'INDIRECT_-1206358067'), (u'CAST_-1206357907', u'LOAD_-1206360186'), ('const-32', u'INT_RIGHT_-1206357952'), ('const-417', u'LOAD_-1206361142'), (u'CAST_-1206358191', u'INT_SLESS_-1206360880'), (u'INT_ADD_-1206361070', u'INT_NOTEQUAL_-1206359371'), (u'LOAD_-1206361494', u'INT_ADD_-1206361392'), (u'LOAD_-1206361494', u'INT_CARRY_-1206361392'), ('const-16', u'PTRADD_-1206358316'), ('const-1', u'RETURN_-1206359484')]
null
null
000761e0
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nvoid FUN_000761e0(int *param_1,int param_2)\n\n{\n uint uVar1;\n uint uVar2;\n undefined4 uVar3;\n undefined4 uVar4;\n undefined4 uVar5;\n undefined4 uVar6;\n char cVar7;\n uint uVar8;\n int iVar9;\n uint uVar10;\n int iVar11;\n int iVar12;\n undefined4 uVar13;\n undefined4 unaff_EBX;\n int iVar14;\n int iVar15;\n uint uVar16;\n int iVar17;\n undefined8 uVar18;\n int local_60;\n int local_40;\n \n if ((*(byte *)(param_1 + 7) & 4) == 0) goto LAB_0007654e;\n uVar1 = param_1[5];\n if ((*(byte *)(param_1 + 7) & 2) == 0) goto LAB_00076512;\n uVar2 = param_1[3];\n if (param_1[4] == 0) {\n if ((-1 < param_1[6]) &&\n (iVar14 = param_1[6] + (uint)CARRY4(uVar2,uVar1),\n uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar2 + uVar1),\n iVar9 = *(int *)(param_2 + 0xc) - iVar14,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar14) != SBORROW4(iVar9,uVar16)) ==\n (int)(iVar9 - uVar16) < 0)) {\n iVar14 = uVar1 + *(int *)(param_2 + 0x10);\n iVar9 = param_1[0xf];\n if ((*(byte *)(iVar9 + 0x1c) & 4) == 0) {\nLAB_0007654e:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xe3,"offset",param_1);\n }\n iVar12 = *(int *)(iVar9 + 0x18);\n uVar1 = *(uint *)(iVar9 + 0x14);\n cVar7 = FUN_0030aff0(DAT_005ea7c8);\n iVar9 = param_1[0xf];\n if (cVar7 == '\0') {\n if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;\n uVar16 = *(uint *)(iVar9 + 0xc);\n iVar17 = *(int *)(iVar9 + 0x10);\n iVar15 = param_1[0x10];\n if ((*(byte *)(iVar15 + 0x1c) & 4) == 0) goto LAB_0007654e;\n if (iVar12 + iVar17 + (uint)CARRY4(uVar1,uVar16) != *(int *)(iVar15 + 0x18) ||\n *(int *)(iVar15 + 0x14) != uVar1 + uVar16) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/x86_64.cc",0xa12,"do_write",iVar9);\n }\n }\n else {\n if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;\n iVar15 = param_1[0x10];\n uVar16 = *(uint *)(iVar9 + 0xc);\n iVar17 = *(int *)(iVar9 + 0x10);\n }\n if ((*(byte *)(iVar15 + 0x1c) & 2) == 0) {\nLAB_00076512:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xcf,"data_size");\n }\n uVar8 = uVar16 + *(uint *)(iVar15 + 0xc);\n unaff_EBX = 0;\n if (iVar17 + *(int *)(iVar15 + 0x10) + (uint)CARRY4(uVar16,*(uint *)(iVar15 + 0xc)) != 0)\n goto LAB_00076531;\n if (-1 < iVar12) {\n iVar12 = iVar12 + (uint)CARRY4(uVar8,uVar1);\n uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar8 + uVar1);\n iVar15 = *(int *)(param_2 + 0xc) - iVar12;\n if ((SBORROW4(*(int *)(param_2 + 0xc),iVar12) != SBORROW4(iVar15,uVar16)) ==\n (int)(iVar15 - uVar16) < 0) {\n iVar12 = uVar1 + *(int *)(param_2 + 0x10);\n if ((*(byte *)(param_1 + 7) & 1) != 0) {\n uVar1 = param_1[1];\n iVar15 = param_1[2];\n iVar17 = param_1[0xe];\n if ((*(byte *)(iVar17 + 0x1c) & 1) != 0) {\n uVar3 = *(undefined4 *)(iVar17 + 8);\n uVar4 = *(undefined4 *)(iVar17 + 4);\n if ((*(byte *)(iVar9 + 0x1c) & 1) != 0) {\n uVar5 = *(undefined4 *)(iVar9 + 8);\n uVar6 = *(undefined4 *)(iVar9 + 4);\n (**(code **)(*param_1 + 0x68))(param_1,iVar14,uVar6,uVar5,uVar1,iVar15);\n local_60 = (**(code **)(*param_1 + 100))(param_1);\n local_60 = local_60 + iVar14;\n local_40 = iVar12 + 0x18;\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = (uint)uVar18;\n iVar9 = param_1[0x12] + param_1[0x11];\n if (iVar9 != 0) {\n iVar17 = 0;\n do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);\n local_40 = local_40 + iVar9 * 8;\n }\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n if (param_1[0x13] != -1) {\n (**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n local_60 = local_60 + (int)uVar18;\n }\n if (local_60 - iVar14 == uVar2) {\n if (local_40 - iVar12 == uVar8) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/x86_64.cc",0xa4b,"do_write",uVar13);\n }\n }\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0x6f,"get_output_view");\n }\nLAB_00076531:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/gold.h",0xc0,"convert_types",unaff_EBX);\n}\n\n" comment (function_definition "void FUN_000761e0(int *param_1,int param_2)\n\n{\n uint uVar1;\n uint uVar2;\n undefined4 uVar3;\n undefined4 uVar4;\n undefined4 uVar5;\n undefined4 uVar6;\n char cVar7;\n uint uVar8;\n int iVar9;\n uint uVar10;\n int iVar11;\n int iVar12;\n undefined4 uVar13;\n undefined4 unaff_EBX;\n int iVar14;\n int iVar15;\n uint uVar16;\n int iVar17;\n undefined8 uVar18;\n int local_60;\n int local_40;\n \n if ((*(byte *)(param_1 + 7) & 4) == 0) goto LAB_0007654e;\n uVar1 = param_1[5];\n if ((*(byte *)(param_1 + 7) & 2) == 0) goto LAB_00076512;\n uVar2 = param_1[3];\n if (param_1[4] == 0) {\n if ((-1 < param_1[6]) &&\n (iVar14 = param_1[6] + (uint)CARRY4(uVar2,uVar1),\n uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar2 + uVar1),\n iVar9 = *(int *)(param_2 + 0xc) - iVar14,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar14) != SBORROW4(iVar9,uVar16)) ==\n (int)(iVar9 - uVar16) < 0)) {\n iVar14 = uVar1 + *(int *)(param_2 + 0x10);\n iVar9 = param_1[0xf];\n if ((*(byte *)(iVar9 + 0x1c) & 4) == 0) {\nLAB_0007654e:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xe3,"offset",param_1);\n }\n iVar12 = *(int *)(iVar9 + 0x18);\n uVar1 = *(uint *)(iVar9 + 0x14);\n cVar7 = FUN_0030aff0(DAT_005ea7c8);\n iVar9 = param_1[0xf];\n if (cVar7 == '\0') {\n if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;\n uVar16 = *(uint *)(iVar9 + 0xc);\n iVar17 = *(int *)(iVar9 + 0x10);\n iVar15 = param_1[0x10];\n if ((*(byte *)(iVar15 + 0x1c) & 4) == 0) goto LAB_0007654e;\n if (iVar12 + iVar17 + (uint)CARRY4(uVar1,uVar16) != *(int *)(iVar15 + 0x18) ||\n *(int *)(iVar15 + 0x14) != uVar1 + uVar16) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/x86_64.cc",0xa12,"do_write",iVar9);\n }\n }\n else {\n if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;\n iVar15 = param_1[0x10];\n uVar16 = *(uint *)(iVar9 + 0xc);\n iVar17 = *(int *)(iVar9 + 0x10);\n }\n if ((*(byte *)(iVar15 + 0x1c) & 2) == 0) {\nLAB_00076512:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xcf,"data_size");\n }\n uVar8 = uVar16 + *(uint *)(iVar15 + 0xc);\n unaff_EBX = 0;\n if (iVar17 + *(int *)(iVar15 + 0x10) + (uint)CARRY4(uVar16,*(uint *)(iVar15 + 0xc)) != 0)\n goto LAB_00076531;\n if (-1 < iVar12) {\n iVar12 = iVar12 + (uint)CARRY4(uVar8,uVar1);\n uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar8 + uVar1);\n iVar15 = *(int *)(param_2 + 0xc) - iVar12;\n if ((SBORROW4(*(int *)(param_2 + 0xc),iVar12) != SBORROW4(iVar15,uVar16)) ==\n (int)(iVar15 - uVar16) < 0) {\n iVar12 = uVar1 + *(int *)(param_2 + 0x10);\n if ((*(byte *)(param_1 + 7) & 1) != 0) {\n uVar1 = param_1[1];\n iVar15 = param_1[2];\n iVar17 = param_1[0xe];\n if ((*(byte *)(iVar17 + 0x1c) & 1) != 0) {\n uVar3 = *(undefined4 *)(iVar17 + 8);\n uVar4 = *(undefined4 *)(iVar17 + 4);\n if ((*(byte *)(iVar9 + 0x1c) & 1) != 0) {\n uVar5 = *(undefined4 *)(iVar9 + 8);\n uVar6 = *(undefined4 *)(iVar9 + 4);\n (**(code **)(*param_1 + 0x68))(param_1,iVar14,uVar6,uVar5,uVar1,iVar15);\n local_60 = (**(code **)(*param_1 + 100))(param_1);\n local_60 = local_60 + iVar14;\n local_40 = iVar12 + 0x18;\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = (uint)uVar18;\n iVar9 = param_1[0x12] + param_1[0x11];\n if (iVar9 != 0) {\n iVar17 = 0;\n do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);\n local_40 = local_40 + iVar9 * 8;\n }\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n if (param_1[0x13] != -1) {\n (**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n local_60 = local_60 + (int)uVar18;\n }\n if (local_60 - iVar14 == uVar2) {\n if (local_40 - iVar12 == uVar8) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/x86_64.cc",0xa4b,"do_write",uVar13);\n }\n }\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0x6f,"get_output_view");\n }\nLAB_00076531:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/gold.h",0xc0,"convert_types",unaff_EBX);\n}" primitive_type (function_declarator "FUN_000761e0(int *param_1,int param_2)" identifier (parameter_list "(int *param_1,int param_2)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int param_2" primitive_type identifier) ))) (compound_statement "{\n uint uVar1;\n uint uVar2;\n undefined4 uVar3;\n undefined4 uVar4;\n undefined4 uVar5;\n undefined4 uVar6;\n char cVar7;\n uint uVar8;\n int iVar9;\n uint uVar10;\n int iVar11;\n int iVar12;\n undefined4 uVar13;\n undefined4 unaff_EBX;\n int iVar14;\n int iVar15;\n uint uVar16;\n int iVar17;\n undefined8 uVar18;\n int local_60;\n int local_40;\n \n if ((*(byte *)(param_1 + 7) & 4) == 0) goto LAB_0007654e;\n uVar1 = param_1[5];\n if ((*(byte *)(param_1 + 7) & 2) == 0) goto LAB_00076512;\n uVar2 = param_1[3];\n if (param_1[4] == 0) {\n if ((-1 < param_1[6]) &&\n (iVar14 = param_1[6] + (uint)CARRY4(uVar2,uVar1),\n uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar2 + uVar1),\n iVar9 = *(int *)(param_2 + 0xc) - iVar14,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar14) != SBORROW4(iVar9,uVar16)) ==\n (int)(iVar9 - uVar16) < 0)) {\n iVar14 = uVar1 + *(int *)(param_2 + 0x10);\n iVar9 = param_1[0xf];\n if ((*(byte *)(iVar9 + 0x1c) & 4) == 0) {\nLAB_0007654e:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xe3,"offset",param_1);\n }\n iVar12 = *(int *)(iVar9 + 0x18);\n uVar1 = *(uint *)(iVar9 + 0x14);\n cVar7 = FUN_0030aff0(DAT_005ea7c8);\n iVar9 = param_1[0xf];\n if (cVar7 == '\0') {\n if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;\n uVar16 = *(uint *)(iVar9 + 0xc);\n iVar17 = *(int *)(iVar9 + 0x10);\n iVar15 = param_1[0x10];\n if ((*(byte *)(iVar15 + 0x1c) & 4) == 0) goto LAB_0007654e;\n if (iVar12 + iVar17 + (uint)CARRY4(uVar1,uVar16) != *(int *)(iVar15 + 0x18) ||\n *(int *)(iVar15 + 0x14) != uVar1 + uVar16) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/x86_64.cc",0xa12,"do_write",iVar9);\n }\n }\n else {\n if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;\n iVar15 = param_1[0x10];\n uVar16 = *(uint *)(iVar9 + 0xc);\n iVar17 = *(int *)(iVar9 + 0x10);\n }\n if ((*(byte *)(iVar15 + 0x1c) & 2) == 0) {\nLAB_00076512:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xcf,"data_size");\n }\n uVar8 = uVar16 + *(uint *)(iVar15 + 0xc);\n unaff_EBX = 0;\n if (iVar17 + *(int *)(iVar15 + 0x10) + (uint)CARRY4(uVar16,*(uint *)(iVar15 + 0xc)) != 0)\n goto LAB_00076531;\n if (-1 < iVar12) {\n iVar12 = iVar12 + (uint)CARRY4(uVar8,uVar1);\n uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar8 + uVar1);\n iVar15 = *(int *)(param_2 + 0xc) - iVar12;\n if ((SBORROW4(*(int *)(param_2 + 0xc),iVar12) != SBORROW4(iVar15,uVar16)) ==\n (int)(iVar15 - uVar16) < 0) {\n iVar12 = uVar1 + *(int *)(param_2 + 0x10);\n if ((*(byte *)(param_1 + 7) & 1) != 0) {\n uVar1 = param_1[1];\n iVar15 = param_1[2];\n iVar17 = param_1[0xe];\n if ((*(byte *)(iVar17 + 0x1c) & 1) != 0) {\n uVar3 = *(undefined4 *)(iVar17 + 8);\n uVar4 = *(undefined4 *)(iVar17 + 4);\n if ((*(byte *)(iVar9 + 0x1c) & 1) != 0) {\n uVar5 = *(undefined4 *)(iVar9 + 8);\n uVar6 = *(undefined4 *)(iVar9 + 4);\n (**(code **)(*param_1 + 0x68))(param_1,iVar14,uVar6,uVar5,uVar1,iVar15);\n local_60 = (**(code **)(*param_1 + 100))(param_1);\n local_60 = local_60 + iVar14;\n local_40 = iVar12 + 0x18;\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = (uint)uVar18;\n iVar9 = param_1[0x12] + param_1[0x11];\n if (iVar9 != 0) {\n iVar17 = 0;\n do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);\n local_40 = local_40 + iVar9 * 8;\n }\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n if (param_1[0x13] != -1) {\n (**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n local_60 = local_60 + (int)uVar18;\n }\n if (local_60 - iVar14 == uVar2) {\n if (local_40 - iVar12 == uVar8) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/x86_64.cc",0xa4b,"do_write",uVar13);\n }\n }\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0x6f,"get_output_view");\n }\nLAB_00076531:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/gold.h",0xc0,"convert_types",unaff_EBX);\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "undefined4 uVar3;" type_identifier identifier ;) (declaration "undefined4 uVar4;" type_identifier identifier ;) (declaration "undefined4 uVar5;" type_identifier identifier ;) (declaration "undefined4 uVar6;" type_identifier identifier ;) (declaration "char cVar7;" primitive_type identifier ;) (declaration "uint uVar8;" type_identifier identifier ;) (declaration "int iVar9;" primitive_type identifier ;) (declaration "uint uVar10;" type_identifier identifier ;) (declaration "int iVar11;" primitive_type identifier ;) (declaration "int iVar12;" primitive_type identifier ;) (declaration "undefined4 uVar13;" type_identifier identifier ;) (declaration "undefined4 unaff_EBX;" type_identifier identifier ;) (declaration "int iVar14;" primitive_type identifier ;) (declaration "int iVar15;" primitive_type identifier ;) (declaration "uint uVar16;" type_identifier identifier ;) (declaration "int iVar17;" primitive_type identifier ;) (declaration "undefined8 uVar18;" type_identifier identifier ;) (declaration "int local_60;" primitive_type identifier ;) (declaration "int local_40;" primitive_type identifier ;) (if_statement "if ((*(byte *)(param_1 + 7) & 4) == 0) goto LAB_0007654e;" if (parenthesized_expression "((*(byte *)(param_1 + 7) & 4) == 0)" ( (binary_expression "(*(byte *)(param_1 + 7) & 4) == 0" (parenthesized_expression "(*(byte *)(param_1 + 7) & 4)" ( (binary_expression "*(byte *)(param_1 + 7) & 4" (pointer_expression "*(byte *)(param_1 + 7)" * (cast_expression "(byte *)(param_1 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 7)" ( (binary_expression "param_1 + 7" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_0007654e;" goto statement_identifier ;)) (expression_statement "uVar1 = param_1[5];" (assignment_expression "uVar1 = param_1[5]" identifier = (subscript_expression "param_1[5]" identifier [ number_literal ])) ;) (if_statement "if ((*(byte *)(param_1 + 7) & 2) == 0) goto LAB_00076512;" if (parenthesized_expression "((*(byte *)(param_1 + 7) & 2) == 0)" ( (binary_expression "(*(byte *)(param_1 + 7) & 2) == 0" (parenthesized_expression "(*(byte *)(param_1 + 7) & 2)" ( (binary_expression "*(byte *)(param_1 + 7) & 2" (pointer_expression "*(byte *)(param_1 + 7)" * (cast_expression "(byte *)(param_1 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 7)" ( (binary_expression "param_1 + 7" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_00076512;" goto statement_identifier ;)) (expression_statement "uVar2 = param_1[3];" (assignment_expression "uVar2 = param_1[3]" identifier = (subscript_expression "param_1[3]" identifier [ number_literal ])) ;) (if_statement "if (param_1[4] == 0) {\n if ((-1 < param_1[6]) &&\n (iVar14 = param_1[6] + (uint)CARRY4(uVar2,uVar1),\n uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar2 + uVar1),\n iVar9 = *(int *)(param_2 + 0xc) - iVar14,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar14) != SBORROW4(iVar9,uVar16)) ==\n (int)(iVar9 - uVar16) < 0)) {\n iVar14 = uVar1 + *(int *)(param_2 + 0x10);\n iVar9 = param_1[0xf];\n if ((*(byte *)(iVar9 + 0x1c) & 4) == 0) {\nLAB_0007654e:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xe3,"offset",param_1);\n }\n iVar12 = *(int *)(iVar9 + 0x18);\n uVar1 = *(uint *)(iVar9 + 0x14);\n cVar7 = FUN_0030aff0(DAT_005ea7c8);\n iVar9 = param_1[0xf];\n if (cVar7 == '\0') {\n if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;\n uVar16 = *(uint *)(iVar9 + 0xc);\n iVar17 = *(int *)(iVar9 + 0x10);\n iVar15 = param_1[0x10];\n if ((*(byte *)(iVar15 + 0x1c) & 4) == 0) goto LAB_0007654e;\n if (iVar12 + iVar17 + (uint)CARRY4(uVar1,uVar16) != *(int *)(iVar15 + 0x18) ||\n *(int *)(iVar15 + 0x14) != uVar1 + uVar16) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/x86_64.cc",0xa12,"do_write",iVar9);\n }\n }\n else {\n if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;\n iVar15 = param_1[0x10];\n uVar16 = *(uint *)(iVar9 + 0xc);\n iVar17 = *(int *)(iVar9 + 0x10);\n }\n if ((*(byte *)(iVar15 + 0x1c) & 2) == 0) {\nLAB_00076512:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xcf,"data_size");\n }\n uVar8 = uVar16 + *(uint *)(iVar15 + 0xc);\n unaff_EBX = 0;\n if (iVar17 + *(int *)(iVar15 + 0x10) + (uint)CARRY4(uVar16,*(uint *)(iVar15 + 0xc)) != 0)\n goto LAB_00076531;\n if (-1 < iVar12) {\n iVar12 = iVar12 + (uint)CARRY4(uVar8,uVar1);\n uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar8 + uVar1);\n iVar15 = *(int *)(param_2 + 0xc) - iVar12;\n if ((SBORROW4(*(int *)(param_2 + 0xc),iVar12) != SBORROW4(iVar15,uVar16)) ==\n (int)(iVar15 - uVar16) < 0) {\n iVar12 = uVar1 + *(int *)(param_2 + 0x10);\n if ((*(byte *)(param_1 + 7) & 1) != 0) {\n uVar1 = param_1[1];\n iVar15 = param_1[2];\n iVar17 = param_1[0xe];\n if ((*(byte *)(iVar17 + 0x1c) & 1) != 0) {\n uVar3 = *(undefined4 *)(iVar17 + 8);\n uVar4 = *(undefined4 *)(iVar17 + 4);\n if ((*(byte *)(iVar9 + 0x1c) & 1) != 0) {\n uVar5 = *(undefined4 *)(iVar9 + 8);\n uVar6 = *(undefined4 *)(iVar9 + 4);\n (**(code **)(*param_1 + 0x68))(param_1,iVar14,uVar6,uVar5,uVar1,iVar15);\n local_60 = (**(code **)(*param_1 + 100))(param_1);\n local_60 = local_60 + iVar14;\n local_40 = iVar12 + 0x18;\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = (uint)uVar18;\n iVar9 = param_1[0x12] + param_1[0x11];\n if (iVar9 != 0) {\n iVar17 = 0;\n do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);\n local_40 = local_40 + iVar9 * 8;\n }\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n if (param_1[0x13] != -1) {\n (**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n local_60 = local_60 + (int)uVar18;\n }\n if (local_60 - iVar14 == uVar2) {\n if (local_40 - iVar12 == uVar8) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/x86_64.cc",0xa4b,"do_write",uVar13);\n }\n }\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0x6f,"get_output_view");\n }" if (parenthesized_expression "(param_1[4] == 0)" ( (binary_expression "param_1[4] == 0" (subscript_expression "param_1[4]" identifier [ number_literal ]) == number_literal) )) (compound_statement "{\n if ((-1 < param_1[6]) &&\n (iVar14 = param_1[6] + (uint)CARRY4(uVar2,uVar1),\n uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar2 + uVar1),\n iVar9 = *(int *)(param_2 + 0xc) - iVar14,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar14) != SBORROW4(iVar9,uVar16)) ==\n (int)(iVar9 - uVar16) < 0)) {\n iVar14 = uVar1 + *(int *)(param_2 + 0x10);\n iVar9 = param_1[0xf];\n if ((*(byte *)(iVar9 + 0x1c) & 4) == 0) {\nLAB_0007654e:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xe3,"offset",param_1);\n }\n iVar12 = *(int *)(iVar9 + 0x18);\n uVar1 = *(uint *)(iVar9 + 0x14);\n cVar7 = FUN_0030aff0(DAT_005ea7c8);\n iVar9 = param_1[0xf];\n if (cVar7 == '\0') {\n if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;\n uVar16 = *(uint *)(iVar9 + 0xc);\n iVar17 = *(int *)(iVar9 + 0x10);\n iVar15 = param_1[0x10];\n if ((*(byte *)(iVar15 + 0x1c) & 4) == 0) goto LAB_0007654e;\n if (iVar12 + iVar17 + (uint)CARRY4(uVar1,uVar16) != *(int *)(iVar15 + 0x18) ||\n *(int *)(iVar15 + 0x14) != uVar1 + uVar16) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/x86_64.cc",0xa12,"do_write",iVar9);\n }\n }\n else {\n if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;\n iVar15 = param_1[0x10];\n uVar16 = *(uint *)(iVar9 + 0xc);\n iVar17 = *(int *)(iVar9 + 0x10);\n }\n if ((*(byte *)(iVar15 + 0x1c) & 2) == 0) {\nLAB_00076512:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xcf,"data_size");\n }\n uVar8 = uVar16 + *(uint *)(iVar15 + 0xc);\n unaff_EBX = 0;\n if (iVar17 + *(int *)(iVar15 + 0x10) + (uint)CARRY4(uVar16,*(uint *)(iVar15 + 0xc)) != 0)\n goto LAB_00076531;\n if (-1 < iVar12) {\n iVar12 = iVar12 + (uint)CARRY4(uVar8,uVar1);\n uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar8 + uVar1);\n iVar15 = *(int *)(param_2 + 0xc) - iVar12;\n if ((SBORROW4(*(int *)(param_2 + 0xc),iVar12) != SBORROW4(iVar15,uVar16)) ==\n (int)(iVar15 - uVar16) < 0) {\n iVar12 = uVar1 + *(int *)(param_2 + 0x10);\n if ((*(byte *)(param_1 + 7) & 1) != 0) {\n uVar1 = param_1[1];\n iVar15 = param_1[2];\n iVar17 = param_1[0xe];\n if ((*(byte *)(iVar17 + 0x1c) & 1) != 0) {\n uVar3 = *(undefined4 *)(iVar17 + 8);\n uVar4 = *(undefined4 *)(iVar17 + 4);\n if ((*(byte *)(iVar9 + 0x1c) & 1) != 0) {\n uVar5 = *(undefined4 *)(iVar9 + 8);\n uVar6 = *(undefined4 *)(iVar9 + 4);\n (**(code **)(*param_1 + 0x68))(param_1,iVar14,uVar6,uVar5,uVar1,iVar15);\n local_60 = (**(code **)(*param_1 + 100))(param_1);\n local_60 = local_60 + iVar14;\n local_40 = iVar12 + 0x18;\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = (uint)uVar18;\n iVar9 = param_1[0x12] + param_1[0x11];\n if (iVar9 != 0) {\n iVar17 = 0;\n do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);\n local_40 = local_40 + iVar9 * 8;\n }\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n if (param_1[0x13] != -1) {\n (**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n local_60 = local_60 + (int)uVar18;\n }\n if (local_60 - iVar14 == uVar2) {\n if (local_40 - iVar12 == uVar8) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/x86_64.cc",0xa4b,"do_write",uVar13);\n }\n }\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0x6f,"get_output_view");\n }" { (if_statement "if ((-1 < param_1[6]) &&\n (iVar14 = param_1[6] + (uint)CARRY4(uVar2,uVar1),\n uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar2 + uVar1),\n iVar9 = *(int *)(param_2 + 0xc) - iVar14,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar14) != SBORROW4(iVar9,uVar16)) ==\n (int)(iVar9 - uVar16) < 0)) {\n iVar14 = uVar1 + *(int *)(param_2 + 0x10);\n iVar9 = param_1[0xf];\n if ((*(byte *)(iVar9 + 0x1c) & 4) == 0) {\nLAB_0007654e:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xe3,"offset",param_1);\n }\n iVar12 = *(int *)(iVar9 + 0x18);\n uVar1 = *(uint *)(iVar9 + 0x14);\n cVar7 = FUN_0030aff0(DAT_005ea7c8);\n iVar9 = param_1[0xf];\n if (cVar7 == '\0') {\n if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;\n uVar16 = *(uint *)(iVar9 + 0xc);\n iVar17 = *(int *)(iVar9 + 0x10);\n iVar15 = param_1[0x10];\n if ((*(byte *)(iVar15 + 0x1c) & 4) == 0) goto LAB_0007654e;\n if (iVar12 + iVar17 + (uint)CARRY4(uVar1,uVar16) != *(int *)(iVar15 + 0x18) ||\n *(int *)(iVar15 + 0x14) != uVar1 + uVar16) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/x86_64.cc",0xa12,"do_write",iVar9);\n }\n }\n else {\n if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;\n iVar15 = param_1[0x10];\n uVar16 = *(uint *)(iVar9 + 0xc);\n iVar17 = *(int *)(iVar9 + 0x10);\n }\n if ((*(byte *)(iVar15 + 0x1c) & 2) == 0) {\nLAB_00076512:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xcf,"data_size");\n }\n uVar8 = uVar16 + *(uint *)(iVar15 + 0xc);\n unaff_EBX = 0;\n if (iVar17 + *(int *)(iVar15 + 0x10) + (uint)CARRY4(uVar16,*(uint *)(iVar15 + 0xc)) != 0)\n goto LAB_00076531;\n if (-1 < iVar12) {\n iVar12 = iVar12 + (uint)CARRY4(uVar8,uVar1);\n uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar8 + uVar1);\n iVar15 = *(int *)(param_2 + 0xc) - iVar12;\n if ((SBORROW4(*(int *)(param_2 + 0xc),iVar12) != SBORROW4(iVar15,uVar16)) ==\n (int)(iVar15 - uVar16) < 0) {\n iVar12 = uVar1 + *(int *)(param_2 + 0x10);\n if ((*(byte *)(param_1 + 7) & 1) != 0) {\n uVar1 = param_1[1];\n iVar15 = param_1[2];\n iVar17 = param_1[0xe];\n if ((*(byte *)(iVar17 + 0x1c) & 1) != 0) {\n uVar3 = *(undefined4 *)(iVar17 + 8);\n uVar4 = *(undefined4 *)(iVar17 + 4);\n if ((*(byte *)(iVar9 + 0x1c) & 1) != 0) {\n uVar5 = *(undefined4 *)(iVar9 + 8);\n uVar6 = *(undefined4 *)(iVar9 + 4);\n (**(code **)(*param_1 + 0x68))(param_1,iVar14,uVar6,uVar5,uVar1,iVar15);\n local_60 = (**(code **)(*param_1 + 100))(param_1);\n local_60 = local_60 + iVar14;\n local_40 = iVar12 + 0x18;\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = (uint)uVar18;\n iVar9 = param_1[0x12] + param_1[0x11];\n if (iVar9 != 0) {\n iVar17 = 0;\n do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);\n local_40 = local_40 + iVar9 * 8;\n }\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n if (param_1[0x13] != -1) {\n (**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n local_60 = local_60 + (int)uVar18;\n }\n if (local_60 - iVar14 == uVar2) {\n if (local_40 - iVar12 == uVar8) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/x86_64.cc",0xa4b,"do_write",uVar13);\n }\n }\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n }" if (parenthesized_expression "((-1 < param_1[6]) &&\n (iVar14 = param_1[6] + (uint)CARRY4(uVar2,uVar1),\n uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar2 + uVar1),\n iVar9 = *(int *)(param_2 + 0xc) - iVar14,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar14) != SBORROW4(iVar9,uVar16)) ==\n (int)(iVar9 - uVar16) < 0))" ( (binary_expression "(-1 < param_1[6]) &&\n (iVar14 = param_1[6] + (uint)CARRY4(uVar2,uVar1),\n uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar2 + uVar1),\n iVar9 = *(int *)(param_2 + 0xc) - iVar14,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar14) != SBORROW4(iVar9,uVar16)) ==\n (int)(iVar9 - uVar16) < 0)" (parenthesized_expression "(-1 < param_1[6])" ( (binary_expression "-1 < param_1[6]" number_literal < (subscript_expression "param_1[6]" identifier [ number_literal ])) )) && (parenthesized_expression "(iVar14 = param_1[6] + (uint)CARRY4(uVar2,uVar1),\n uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar2 + uVar1),\n iVar9 = *(int *)(param_2 + 0xc) - iVar14,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar14) != SBORROW4(iVar9,uVar16)) ==\n (int)(iVar9 - uVar16) < 0)" ( (comma_expression "iVar14 = param_1[6] + (uint)CARRY4(uVar2,uVar1),\n uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar2 + uVar1),\n iVar9 = *(int *)(param_2 + 0xc) - iVar14,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar14) != SBORROW4(iVar9,uVar16)) ==\n (int)(iVar9 - uVar16) < 0" (assignment_expression "iVar14 = param_1[6] + (uint)CARRY4(uVar2,uVar1)" identifier = (binary_expression "param_1[6] + (uint)CARRY4(uVar2,uVar1)" (subscript_expression "param_1[6]" identifier [ number_literal ]) + (cast_expression "(uint)CARRY4(uVar2,uVar1)" ( (type_descriptor "uint" type_identifier) ) (call_expression "CARRY4(uVar2,uVar1)" identifier (argument_list "(uVar2,uVar1)" ( identifier , identifier )))))) , (comma_expression "uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar2 + uVar1),\n iVar9 = *(int *)(param_2 + 0xc) - iVar14,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar14) != SBORROW4(iVar9,uVar16)) ==\n (int)(iVar9 - uVar16) < 0" (assignment_expression "uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar2 + uVar1)" identifier = (call_expression "(uint)(*(uint *)(param_2 + 8) < uVar2 + uVar1)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(*(uint *)(param_2 + 8) < uVar2 + uVar1)" ( (binary_expression "*(uint *)(param_2 + 8) < uVar2 + uVar1" (pointer_expression "*(uint *)(param_2 + 8)" * (cast_expression "(uint *)(param_2 + 8)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 8)" ( (binary_expression "param_2 + 8" identifier + number_literal) )))) < (binary_expression "uVar2 + uVar1" identifier + identifier)) )))) , (comma_expression "iVar9 = *(int *)(param_2 + 0xc) - iVar14,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar14) != SBORROW4(iVar9,uVar16)) ==\n (int)(iVar9 - uVar16) < 0" (assignment_expression "iVar9 = *(int *)(param_2 + 0xc) - iVar14" identifier = (binary_expression "*(int *)(param_2 + 0xc) - iVar14" (pointer_expression "*(int *)(param_2 + 0xc)" * (cast_expression "(int *)(param_2 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0xc)" ( (binary_expression "param_2 + 0xc" identifier + number_literal) )))) - identifier)) , (binary_expression "(SBORROW4(*(int *)(param_2 + 0xc),iVar14) != SBORROW4(iVar9,uVar16)) ==\n (int)(iVar9 - uVar16) < 0" (parenthesized_expression "(SBORROW4(*(int *)(param_2 + 0xc),iVar14) != SBORROW4(iVar9,uVar16))" ( (binary_expression "SBORROW4(*(int *)(param_2 + 0xc),iVar14) != SBORROW4(iVar9,uVar16)" (call_expression "SBORROW4(*(int *)(param_2 + 0xc),iVar14)" identifier (argument_list "(*(int *)(param_2 + 0xc),iVar14)" ( (pointer_expression "*(int *)(param_2 + 0xc)" * (cast_expression "(int *)(param_2 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0xc)" ( (binary_expression "param_2 + 0xc" identifier + number_literal) )))) , identifier ))) != (call_expression "SBORROW4(iVar9,uVar16)" identifier (argument_list "(iVar9,uVar16)" ( identifier , identifier )))) )) == (binary_expression "(int)(iVar9 - uVar16) < 0" (cast_expression "(int)(iVar9 - uVar16)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(iVar9 - uVar16)" ( (binary_expression "iVar9 - uVar16" identifier - identifier) ))) < number_literal))))) ))) )) (compound_statement "{\n iVar14 = uVar1 + *(int *)(param_2 + 0x10);\n iVar9 = param_1[0xf];\n if ((*(byte *)(iVar9 + 0x1c) & 4) == 0) {\nLAB_0007654e:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xe3,"offset",param_1);\n }\n iVar12 = *(int *)(iVar9 + 0x18);\n uVar1 = *(uint *)(iVar9 + 0x14);\n cVar7 = FUN_0030aff0(DAT_005ea7c8);\n iVar9 = param_1[0xf];\n if (cVar7 == '\0') {\n if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;\n uVar16 = *(uint *)(iVar9 + 0xc);\n iVar17 = *(int *)(iVar9 + 0x10);\n iVar15 = param_1[0x10];\n if ((*(byte *)(iVar15 + 0x1c) & 4) == 0) goto LAB_0007654e;\n if (iVar12 + iVar17 + (uint)CARRY4(uVar1,uVar16) != *(int *)(iVar15 + 0x18) ||\n *(int *)(iVar15 + 0x14) != uVar1 + uVar16) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/x86_64.cc",0xa12,"do_write",iVar9);\n }\n }\n else {\n if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;\n iVar15 = param_1[0x10];\n uVar16 = *(uint *)(iVar9 + 0xc);\n iVar17 = *(int *)(iVar9 + 0x10);\n }\n if ((*(byte *)(iVar15 + 0x1c) & 2) == 0) {\nLAB_00076512:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xcf,"data_size");\n }\n uVar8 = uVar16 + *(uint *)(iVar15 + 0xc);\n unaff_EBX = 0;\n if (iVar17 + *(int *)(iVar15 + 0x10) + (uint)CARRY4(uVar16,*(uint *)(iVar15 + 0xc)) != 0)\n goto LAB_00076531;\n if (-1 < iVar12) {\n iVar12 = iVar12 + (uint)CARRY4(uVar8,uVar1);\n uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar8 + uVar1);\n iVar15 = *(int *)(param_2 + 0xc) - iVar12;\n if ((SBORROW4(*(int *)(param_2 + 0xc),iVar12) != SBORROW4(iVar15,uVar16)) ==\n (int)(iVar15 - uVar16) < 0) {\n iVar12 = uVar1 + *(int *)(param_2 + 0x10);\n if ((*(byte *)(param_1 + 7) & 1) != 0) {\n uVar1 = param_1[1];\n iVar15 = param_1[2];\n iVar17 = param_1[0xe];\n if ((*(byte *)(iVar17 + 0x1c) & 1) != 0) {\n uVar3 = *(undefined4 *)(iVar17 + 8);\n uVar4 = *(undefined4 *)(iVar17 + 4);\n if ((*(byte *)(iVar9 + 0x1c) & 1) != 0) {\n uVar5 = *(undefined4 *)(iVar9 + 8);\n uVar6 = *(undefined4 *)(iVar9 + 4);\n (**(code **)(*param_1 + 0x68))(param_1,iVar14,uVar6,uVar5,uVar1,iVar15);\n local_60 = (**(code **)(*param_1 + 100))(param_1);\n local_60 = local_60 + iVar14;\n local_40 = iVar12 + 0x18;\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = (uint)uVar18;\n iVar9 = param_1[0x12] + param_1[0x11];\n if (iVar9 != 0) {\n iVar17 = 0;\n do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);\n local_40 = local_40 + iVar9 * 8;\n }\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n if (param_1[0x13] != -1) {\n (**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n local_60 = local_60 + (int)uVar18;\n }\n if (local_60 - iVar14 == uVar2) {\n if (local_40 - iVar12 == uVar8) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/x86_64.cc",0xa4b,"do_write",uVar13);\n }\n }\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n }" { (expression_statement "iVar14 = uVar1 + *(int *)(param_2 + 0x10);" (assignment_expression "iVar14 = uVar1 + *(int *)(param_2 + 0x10)" identifier = (binary_expression "uVar1 + *(int *)(param_2 + 0x10)" identifier + (pointer_expression "*(int *)(param_2 + 0x10)" * (cast_expression "(int *)(param_2 + 0x10)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x10)" ( (binary_expression "param_2 + 0x10" identifier + number_literal) )))))) ;) (expression_statement "iVar9 = param_1[0xf];" (assignment_expression "iVar9 = param_1[0xf]" identifier = (subscript_expression "param_1[0xf]" identifier [ number_literal ])) ;) (if_statement "if ((*(byte *)(iVar9 + 0x1c) & 4) == 0) {\nLAB_0007654e:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xe3,"offset",param_1);\n }" if (parenthesized_expression "((*(byte *)(iVar9 + 0x1c) & 4) == 0)" ( (binary_expression "(*(byte *)(iVar9 + 0x1c) & 4) == 0" (parenthesized_expression "(*(byte *)(iVar9 + 0x1c) & 4)" ( (binary_expression "*(byte *)(iVar9 + 0x1c) & 4" (pointer_expression "*(byte *)(iVar9 + 0x1c)" * (cast_expression "(byte *)(iVar9 + 0x1c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 0x1c)" ( (binary_expression "iVar9 + 0x1c" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\nLAB_0007654e:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xe3,"offset",param_1);\n }" { (labeled_statement "LAB_0007654e:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xe3,"offset",param_1);" statement_identifier : comment (expression_statement "FUN_002446e0("../../gold/output.h",0xe3,"offset",param_1);" (call_expression "FUN_002446e0("../../gold/output.h",0xe3,"offset",param_1)" identifier (argument_list "("../../gold/output.h",0xe3,"offset",param_1)" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""offset"" " string_content ") , identifier ))) ;)) })) (expression_statement "iVar12 = *(int *)(iVar9 + 0x18);" (assignment_expression "iVar12 = *(int *)(iVar9 + 0x18)" identifier = (pointer_expression "*(int *)(iVar9 + 0x18)" * (cast_expression "(int *)(iVar9 + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 0x18)" ( (binary_expression "iVar9 + 0x18" identifier + number_literal) ))))) ;) (expression_statement "uVar1 = *(uint *)(iVar9 + 0x14);" (assignment_expression "uVar1 = *(uint *)(iVar9 + 0x14)" identifier = (pointer_expression "*(uint *)(iVar9 + 0x14)" * (cast_expression "(uint *)(iVar9 + 0x14)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 0x14)" ( (binary_expression "iVar9 + 0x14" identifier + number_literal) ))))) ;) (expression_statement "cVar7 = FUN_0030aff0(DAT_005ea7c8);" (assignment_expression "cVar7 = FUN_0030aff0(DAT_005ea7c8)" identifier = (call_expression "FUN_0030aff0(DAT_005ea7c8)" identifier (argument_list "(DAT_005ea7c8)" ( identifier )))) ;) (expression_statement "iVar9 = param_1[0xf];" (assignment_expression "iVar9 = param_1[0xf]" identifier = (subscript_expression "param_1[0xf]" identifier [ number_literal ])) ;) (if_statement "if (cVar7 == '\0') {\n if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;\n uVar16 = *(uint *)(iVar9 + 0xc);\n iVar17 = *(int *)(iVar9 + 0x10);\n iVar15 = param_1[0x10];\n if ((*(byte *)(iVar15 + 0x1c) & 4) == 0) goto LAB_0007654e;\n if (iVar12 + iVar17 + (uint)CARRY4(uVar1,uVar16) != *(int *)(iVar15 + 0x18) ||\n *(int *)(iVar15 + 0x14) != uVar1 + uVar16) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/x86_64.cc",0xa12,"do_write",iVar9);\n }\n }\n else {\n if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;\n iVar15 = param_1[0x10];\n uVar16 = *(uint *)(iVar9 + 0xc);\n iVar17 = *(int *)(iVar9 + 0x10);\n }" if (parenthesized_expression "(cVar7 == '\0')" ( (binary_expression "cVar7 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;\n uVar16 = *(uint *)(iVar9 + 0xc);\n iVar17 = *(int *)(iVar9 + 0x10);\n iVar15 = param_1[0x10];\n if ((*(byte *)(iVar15 + 0x1c) & 4) == 0) goto LAB_0007654e;\n if (iVar12 + iVar17 + (uint)CARRY4(uVar1,uVar16) != *(int *)(iVar15 + 0x18) ||\n *(int *)(iVar15 + 0x14) != uVar1 + uVar16) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/x86_64.cc",0xa12,"do_write",iVar9);\n }\n }" { (if_statement "if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;" if (parenthesized_expression "((*(byte *)(iVar9 + 0x1c) & 2) == 0)" ( (binary_expression "(*(byte *)(iVar9 + 0x1c) & 2) == 0" (parenthesized_expression "(*(byte *)(iVar9 + 0x1c) & 2)" ( (binary_expression "*(byte *)(iVar9 + 0x1c) & 2" (pointer_expression "*(byte *)(iVar9 + 0x1c)" * (cast_expression "(byte *)(iVar9 + 0x1c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 0x1c)" ( (binary_expression "iVar9 + 0x1c" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_00076512;" goto statement_identifier ;)) (expression_statement "uVar16 = *(uint *)(iVar9 + 0xc);" (assignment_expression "uVar16 = *(uint *)(iVar9 + 0xc)" identifier = (pointer_expression "*(uint *)(iVar9 + 0xc)" * (cast_expression "(uint *)(iVar9 + 0xc)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 0xc)" ( (binary_expression "iVar9 + 0xc" identifier + number_literal) ))))) ;) (expression_statement "iVar17 = *(int *)(iVar9 + 0x10);" (assignment_expression "iVar17 = *(int *)(iVar9 + 0x10)" identifier = (pointer_expression "*(int *)(iVar9 + 0x10)" * (cast_expression "(int *)(iVar9 + 0x10)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 0x10)" ( (binary_expression "iVar9 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "iVar15 = param_1[0x10];" (assignment_expression "iVar15 = param_1[0x10]" identifier = (subscript_expression "param_1[0x10]" identifier [ number_literal ])) ;) (if_statement "if ((*(byte *)(iVar15 + 0x1c) & 4) == 0) goto LAB_0007654e;" if (parenthesized_expression "((*(byte *)(iVar15 + 0x1c) & 4) == 0)" ( (binary_expression "(*(byte *)(iVar15 + 0x1c) & 4) == 0" (parenthesized_expression "(*(byte *)(iVar15 + 0x1c) & 4)" ( (binary_expression "*(byte *)(iVar15 + 0x1c) & 4" (pointer_expression "*(byte *)(iVar15 + 0x1c)" * (cast_expression "(byte *)(iVar15 + 0x1c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar15 + 0x1c)" ( (binary_expression "iVar15 + 0x1c" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_0007654e;" goto statement_identifier ;)) (if_statement "if (iVar12 + iVar17 + (uint)CARRY4(uVar1,uVar16) != *(int *)(iVar15 + 0x18) ||\n *(int *)(iVar15 + 0x14) != uVar1 + uVar16) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/x86_64.cc",0xa12,"do_write",iVar9);\n }" if (parenthesized_expression "(iVar12 + iVar17 + (uint)CARRY4(uVar1,uVar16) != *(int *)(iVar15 + 0x18) ||\n *(int *)(iVar15 + 0x14) != uVar1 + uVar16)" ( (binary_expression "iVar12 + iVar17 + (uint)CARRY4(uVar1,uVar16) != *(int *)(iVar15 + 0x18) ||\n *(int *)(iVar15 + 0x14) != uVar1 + uVar16" (binary_expression "iVar12 + iVar17 + (uint)CARRY4(uVar1,uVar16) != *(int *)(iVar15 + 0x18)" (binary_expression "iVar12 + iVar17 + (uint)CARRY4(uVar1,uVar16)" (binary_expression "iVar12 + iVar17" identifier + identifier) + (cast_expression "(uint)CARRY4(uVar1,uVar16)" ( (type_descriptor "uint" type_identifier) ) (call_expression "CARRY4(uVar1,uVar16)" identifier (argument_list "(uVar1,uVar16)" ( identifier , identifier ))))) != (pointer_expression "*(int *)(iVar15 + 0x18)" * (cast_expression "(int *)(iVar15 + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar15 + 0x18)" ( (binary_expression "iVar15 + 0x18" identifier + number_literal) ))))) || (binary_expression "*(int *)(iVar15 + 0x14) != uVar1 + uVar16" (pointer_expression "*(int *)(iVar15 + 0x14)" * (cast_expression "(int *)(iVar15 + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar15 + 0x14)" ( (binary_expression "iVar15 + 0x14" identifier + number_literal) )))) != (binary_expression "uVar1 + uVar16" identifier + identifier))) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/x86_64.cc",0xa12,"do_write",iVar9);\n }" { comment (expression_statement "FUN_002446e0("../../gold/x86_64.cc",0xa12,"do_write",iVar9);" (call_expression "FUN_002446e0("../../gold/x86_64.cc",0xa12,"do_write",iVar9)" identifier (argument_list "("../../gold/x86_64.cc",0xa12,"do_write",iVar9)" ( (string_literal ""../../gold/x86_64.cc"" " string_content ") , number_literal , (string_literal ""do_write"" " string_content ") , identifier ))) ;) })) }) (else_clause "else {\n if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;\n iVar15 = param_1[0x10];\n uVar16 = *(uint *)(iVar9 + 0xc);\n iVar17 = *(int *)(iVar9 + 0x10);\n }" else (compound_statement "{\n if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;\n iVar15 = param_1[0x10];\n uVar16 = *(uint *)(iVar9 + 0xc);\n iVar17 = *(int *)(iVar9 + 0x10);\n }" { (if_statement "if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;" if (parenthesized_expression "((*(byte *)(iVar9 + 0x1c) & 2) == 0)" ( (binary_expression "(*(byte *)(iVar9 + 0x1c) & 2) == 0" (parenthesized_expression "(*(byte *)(iVar9 + 0x1c) & 2)" ( (binary_expression "*(byte *)(iVar9 + 0x1c) & 2" (pointer_expression "*(byte *)(iVar9 + 0x1c)" * (cast_expression "(byte *)(iVar9 + 0x1c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 0x1c)" ( (binary_expression "iVar9 + 0x1c" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_00076512;" goto statement_identifier ;)) (expression_statement "iVar15 = param_1[0x10];" (assignment_expression "iVar15 = param_1[0x10]" identifier = (subscript_expression "param_1[0x10]" identifier [ number_literal ])) ;) (expression_statement "uVar16 = *(uint *)(iVar9 + 0xc);" (assignment_expression "uVar16 = *(uint *)(iVar9 + 0xc)" identifier = (pointer_expression "*(uint *)(iVar9 + 0xc)" * (cast_expression "(uint *)(iVar9 + 0xc)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 0xc)" ( (binary_expression "iVar9 + 0xc" identifier + number_literal) ))))) ;) (expression_statement "iVar17 = *(int *)(iVar9 + 0x10);" (assignment_expression "iVar17 = *(int *)(iVar9 + 0x10)" identifier = (pointer_expression "*(int *)(iVar9 + 0x10)" * (cast_expression "(int *)(iVar9 + 0x10)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 0x10)" ( (binary_expression "iVar9 + 0x10" identifier + number_literal) ))))) ;) }))) (if_statement "if ((*(byte *)(iVar15 + 0x1c) & 2) == 0) {\nLAB_00076512:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xcf,"data_size");\n }" if (parenthesized_expression "((*(byte *)(iVar15 + 0x1c) & 2) == 0)" ( (binary_expression "(*(byte *)(iVar15 + 0x1c) & 2) == 0" (parenthesized_expression "(*(byte *)(iVar15 + 0x1c) & 2)" ( (binary_expression "*(byte *)(iVar15 + 0x1c) & 2" (pointer_expression "*(byte *)(iVar15 + 0x1c)" * (cast_expression "(byte *)(iVar15 + 0x1c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar15 + 0x1c)" ( (binary_expression "iVar15 + 0x1c" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\nLAB_00076512:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xcf,"data_size");\n }" { (labeled_statement "LAB_00076512:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xcf,"data_size");" statement_identifier : comment (expression_statement "FUN_002446e0("../../gold/output.h",0xcf,"data_size");" (call_expression "FUN_002446e0("../../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 = uVar16 + *(uint *)(iVar15 + 0xc);" (assignment_expression "uVar8 = uVar16 + *(uint *)(iVar15 + 0xc)" identifier = (binary_expression "uVar16 + *(uint *)(iVar15 + 0xc)" identifier + (pointer_expression "*(uint *)(iVar15 + 0xc)" * (cast_expression "(uint *)(iVar15 + 0xc)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar15 + 0xc)" ( (binary_expression "iVar15 + 0xc" identifier + number_literal) )))))) ;) (expression_statement "unaff_EBX = 0;" (assignment_expression "unaff_EBX = 0" identifier = number_literal) ;) (if_statement "if (iVar17 + *(int *)(iVar15 + 0x10) + (uint)CARRY4(uVar16,*(uint *)(iVar15 + 0xc)) != 0)\n goto LAB_00076531;" if (parenthesized_expression "(iVar17 + *(int *)(iVar15 + 0x10) + (uint)CARRY4(uVar16,*(uint *)(iVar15 + 0xc)) != 0)" ( (binary_expression "iVar17 + *(int *)(iVar15 + 0x10) + (uint)CARRY4(uVar16,*(uint *)(iVar15 + 0xc)) != 0" (binary_expression "iVar17 + *(int *)(iVar15 + 0x10) + (uint)CARRY4(uVar16,*(uint *)(iVar15 + 0xc))" (binary_expression "iVar17 + *(int *)(iVar15 + 0x10)" identifier + (pointer_expression "*(int *)(iVar15 + 0x10)" * (cast_expression "(int *)(iVar15 + 0x10)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar15 + 0x10)" ( (binary_expression "iVar15 + 0x10" identifier + number_literal) ))))) + (cast_expression "(uint)CARRY4(uVar16,*(uint *)(iVar15 + 0xc))" ( (type_descriptor "uint" type_identifier) ) (call_expression "CARRY4(uVar16,*(uint *)(iVar15 + 0xc))" identifier (argument_list "(uVar16,*(uint *)(iVar15 + 0xc))" ( identifier , (pointer_expression "*(uint *)(iVar15 + 0xc)" * (cast_expression "(uint *)(iVar15 + 0xc)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar15 + 0xc)" ( (binary_expression "iVar15 + 0xc" identifier + number_literal) )))) ))))) != number_literal) )) (goto_statement "goto LAB_00076531;" goto statement_identifier ;)) (if_statement "if (-1 < iVar12) {\n iVar12 = iVar12 + (uint)CARRY4(uVar8,uVar1);\n uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar8 + uVar1);\n iVar15 = *(int *)(param_2 + 0xc) - iVar12;\n if ((SBORROW4(*(int *)(param_2 + 0xc),iVar12) != SBORROW4(iVar15,uVar16)) ==\n (int)(iVar15 - uVar16) < 0) {\n iVar12 = uVar1 + *(int *)(param_2 + 0x10);\n if ((*(byte *)(param_1 + 7) & 1) != 0) {\n uVar1 = param_1[1];\n iVar15 = param_1[2];\n iVar17 = param_1[0xe];\n if ((*(byte *)(iVar17 + 0x1c) & 1) != 0) {\n uVar3 = *(undefined4 *)(iVar17 + 8);\n uVar4 = *(undefined4 *)(iVar17 + 4);\n if ((*(byte *)(iVar9 + 0x1c) & 1) != 0) {\n uVar5 = *(undefined4 *)(iVar9 + 8);\n uVar6 = *(undefined4 *)(iVar9 + 4);\n (**(code **)(*param_1 + 0x68))(param_1,iVar14,uVar6,uVar5,uVar1,iVar15);\n local_60 = (**(code **)(*param_1 + 100))(param_1);\n local_60 = local_60 + iVar14;\n local_40 = iVar12 + 0x18;\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = (uint)uVar18;\n iVar9 = param_1[0x12] + param_1[0x11];\n if (iVar9 != 0) {\n iVar17 = 0;\n do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);\n local_40 = local_40 + iVar9 * 8;\n }\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n if (param_1[0x13] != -1) {\n (**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n local_60 = local_60 + (int)uVar18;\n }\n if (local_60 - iVar14 == uVar2) {\n if (local_40 - iVar12 == uVar8) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/x86_64.cc",0xa4b,"do_write",uVar13);\n }\n }\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }" if (parenthesized_expression "(-1 < iVar12)" ( (binary_expression "-1 < iVar12" number_literal < identifier) )) (compound_statement "{\n iVar12 = iVar12 + (uint)CARRY4(uVar8,uVar1);\n uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar8 + uVar1);\n iVar15 = *(int *)(param_2 + 0xc) - iVar12;\n if ((SBORROW4(*(int *)(param_2 + 0xc),iVar12) != SBORROW4(iVar15,uVar16)) ==\n (int)(iVar15 - uVar16) < 0) {\n iVar12 = uVar1 + *(int *)(param_2 + 0x10);\n if ((*(byte *)(param_1 + 7) & 1) != 0) {\n uVar1 = param_1[1];\n iVar15 = param_1[2];\n iVar17 = param_1[0xe];\n if ((*(byte *)(iVar17 + 0x1c) & 1) != 0) {\n uVar3 = *(undefined4 *)(iVar17 + 8);\n uVar4 = *(undefined4 *)(iVar17 + 4);\n if ((*(byte *)(iVar9 + 0x1c) & 1) != 0) {\n uVar5 = *(undefined4 *)(iVar9 + 8);\n uVar6 = *(undefined4 *)(iVar9 + 4);\n (**(code **)(*param_1 + 0x68))(param_1,iVar14,uVar6,uVar5,uVar1,iVar15);\n local_60 = (**(code **)(*param_1 + 100))(param_1);\n local_60 = local_60 + iVar14;\n local_40 = iVar12 + 0x18;\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = (uint)uVar18;\n iVar9 = param_1[0x12] + param_1[0x11];\n if (iVar9 != 0) {\n iVar17 = 0;\n do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);\n local_40 = local_40 + iVar9 * 8;\n }\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n if (param_1[0x13] != -1) {\n (**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n local_60 = local_60 + (int)uVar18;\n }\n if (local_60 - iVar14 == uVar2) {\n if (local_40 - iVar12 == uVar8) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/x86_64.cc",0xa4b,"do_write",uVar13);\n }\n }\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }" { (expression_statement "iVar12 = iVar12 + (uint)CARRY4(uVar8,uVar1);" (assignment_expression "iVar12 = iVar12 + (uint)CARRY4(uVar8,uVar1)" identifier = (binary_expression "iVar12 + (uint)CARRY4(uVar8,uVar1)" identifier + (cast_expression "(uint)CARRY4(uVar8,uVar1)" ( (type_descriptor "uint" type_identifier) ) (call_expression "CARRY4(uVar8,uVar1)" identifier (argument_list "(uVar8,uVar1)" ( identifier , identifier )))))) ;) (expression_statement "uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar8 + uVar1);" (assignment_expression "uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar8 + uVar1)" identifier = (call_expression "(uint)(*(uint *)(param_2 + 8) < uVar8 + uVar1)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(*(uint *)(param_2 + 8) < uVar8 + uVar1)" ( (binary_expression "*(uint *)(param_2 + 8) < uVar8 + uVar1" (pointer_expression "*(uint *)(param_2 + 8)" * (cast_expression "(uint *)(param_2 + 8)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 8)" ( (binary_expression "param_2 + 8" identifier + number_literal) )))) < (binary_expression "uVar8 + uVar1" identifier + identifier)) )))) ;) (expression_statement "iVar15 = *(int *)(param_2 + 0xc) - iVar12;" (assignment_expression "iVar15 = *(int *)(param_2 + 0xc) - iVar12" identifier = (binary_expression "*(int *)(param_2 + 0xc) - iVar12" (pointer_expression "*(int *)(param_2 + 0xc)" * (cast_expression "(int *)(param_2 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0xc)" ( (binary_expression "param_2 + 0xc" identifier + number_literal) )))) - identifier)) ;) (if_statement "if ((SBORROW4(*(int *)(param_2 + 0xc),iVar12) != SBORROW4(iVar15,uVar16)) ==\n (int)(iVar15 - uVar16) < 0) {\n iVar12 = uVar1 + *(int *)(param_2 + 0x10);\n if ((*(byte *)(param_1 + 7) & 1) != 0) {\n uVar1 = param_1[1];\n iVar15 = param_1[2];\n iVar17 = param_1[0xe];\n if ((*(byte *)(iVar17 + 0x1c) & 1) != 0) {\n uVar3 = *(undefined4 *)(iVar17 + 8);\n uVar4 = *(undefined4 *)(iVar17 + 4);\n if ((*(byte *)(iVar9 + 0x1c) & 1) != 0) {\n uVar5 = *(undefined4 *)(iVar9 + 8);\n uVar6 = *(undefined4 *)(iVar9 + 4);\n (**(code **)(*param_1 + 0x68))(param_1,iVar14,uVar6,uVar5,uVar1,iVar15);\n local_60 = (**(code **)(*param_1 + 100))(param_1);\n local_60 = local_60 + iVar14;\n local_40 = iVar12 + 0x18;\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = (uint)uVar18;\n iVar9 = param_1[0x12] + param_1[0x11];\n if (iVar9 != 0) {\n iVar17 = 0;\n do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);\n local_40 = local_40 + iVar9 * 8;\n }\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n if (param_1[0x13] != -1) {\n (**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n local_60 = local_60 + (int)uVar18;\n }\n if (local_60 - iVar14 == uVar2) {\n if (local_40 - iVar12 == uVar8) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/x86_64.cc",0xa4b,"do_write",uVar13);\n }\n }\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }" if (parenthesized_expression "((SBORROW4(*(int *)(param_2 + 0xc),iVar12) != SBORROW4(iVar15,uVar16)) ==\n (int)(iVar15 - uVar16) < 0)" ( (binary_expression "(SBORROW4(*(int *)(param_2 + 0xc),iVar12) != SBORROW4(iVar15,uVar16)) ==\n (int)(iVar15 - uVar16) < 0" (parenthesized_expression "(SBORROW4(*(int *)(param_2 + 0xc),iVar12) != SBORROW4(iVar15,uVar16))" ( (binary_expression "SBORROW4(*(int *)(param_2 + 0xc),iVar12) != SBORROW4(iVar15,uVar16)" (call_expression "SBORROW4(*(int *)(param_2 + 0xc),iVar12)" identifier (argument_list "(*(int *)(param_2 + 0xc),iVar12)" ( (pointer_expression "*(int *)(param_2 + 0xc)" * (cast_expression "(int *)(param_2 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0xc)" ( (binary_expression "param_2 + 0xc" identifier + number_literal) )))) , identifier ))) != (call_expression "SBORROW4(iVar15,uVar16)" identifier (argument_list "(iVar15,uVar16)" ( identifier , identifier )))) )) == (binary_expression "(int)(iVar15 - uVar16) < 0" (cast_expression "(int)(iVar15 - uVar16)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(iVar15 - uVar16)" ( (binary_expression "iVar15 - uVar16" identifier - identifier) ))) < number_literal)) )) (compound_statement "{\n iVar12 = uVar1 + *(int *)(param_2 + 0x10);\n if ((*(byte *)(param_1 + 7) & 1) != 0) {\n uVar1 = param_1[1];\n iVar15 = param_1[2];\n iVar17 = param_1[0xe];\n if ((*(byte *)(iVar17 + 0x1c) & 1) != 0) {\n uVar3 = *(undefined4 *)(iVar17 + 8);\n uVar4 = *(undefined4 *)(iVar17 + 4);\n if ((*(byte *)(iVar9 + 0x1c) & 1) != 0) {\n uVar5 = *(undefined4 *)(iVar9 + 8);\n uVar6 = *(undefined4 *)(iVar9 + 4);\n (**(code **)(*param_1 + 0x68))(param_1,iVar14,uVar6,uVar5,uVar1,iVar15);\n local_60 = (**(code **)(*param_1 + 100))(param_1);\n local_60 = local_60 + iVar14;\n local_40 = iVar12 + 0x18;\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = (uint)uVar18;\n iVar9 = param_1[0x12] + param_1[0x11];\n if (iVar9 != 0) {\n iVar17 = 0;\n do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);\n local_40 = local_40 + iVar9 * 8;\n }\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n if (param_1[0x13] != -1) {\n (**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n local_60 = local_60 + (int)uVar18;\n }\n if (local_60 - iVar14 == uVar2) {\n if (local_40 - iVar12 == uVar8) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/x86_64.cc",0xa4b,"do_write",uVar13);\n }\n }\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }" { (expression_statement "iVar12 = uVar1 + *(int *)(param_2 + 0x10);" (assignment_expression "iVar12 = uVar1 + *(int *)(param_2 + 0x10)" identifier = (binary_expression "uVar1 + *(int *)(param_2 + 0x10)" identifier + (pointer_expression "*(int *)(param_2 + 0x10)" * (cast_expression "(int *)(param_2 + 0x10)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x10)" ( (binary_expression "param_2 + 0x10" identifier + number_literal) )))))) ;) (if_statement "if ((*(byte *)(param_1 + 7) & 1) != 0) {\n uVar1 = param_1[1];\n iVar15 = param_1[2];\n iVar17 = param_1[0xe];\n if ((*(byte *)(iVar17 + 0x1c) & 1) != 0) {\n uVar3 = *(undefined4 *)(iVar17 + 8);\n uVar4 = *(undefined4 *)(iVar17 + 4);\n if ((*(byte *)(iVar9 + 0x1c) & 1) != 0) {\n uVar5 = *(undefined4 *)(iVar9 + 8);\n uVar6 = *(undefined4 *)(iVar9 + 4);\n (**(code **)(*param_1 + 0x68))(param_1,iVar14,uVar6,uVar5,uVar1,iVar15);\n local_60 = (**(code **)(*param_1 + 100))(param_1);\n local_60 = local_60 + iVar14;\n local_40 = iVar12 + 0x18;\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = (uint)uVar18;\n iVar9 = param_1[0x12] + param_1[0x11];\n if (iVar9 != 0) {\n iVar17 = 0;\n do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);\n local_40 = local_40 + iVar9 * 8;\n }\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n if (param_1[0x13] != -1) {\n (**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n local_60 = local_60 + (int)uVar18;\n }\n if (local_60 - iVar14 == uVar2) {\n if (local_40 - iVar12 == uVar8) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/x86_64.cc",0xa4b,"do_write",uVar13);\n }\n }\n }" if (parenthesized_expression "((*(byte *)(param_1 + 7) & 1) != 0)" ( (binary_expression "(*(byte *)(param_1 + 7) & 1) != 0" (parenthesized_expression "(*(byte *)(param_1 + 7) & 1)" ( (binary_expression "*(byte *)(param_1 + 7) & 1" (pointer_expression "*(byte *)(param_1 + 7)" * (cast_expression "(byte *)(param_1 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 7)" ( (binary_expression "param_1 + 7" identifier + number_literal) )))) & number_literal) )) != number_literal) )) (compound_statement "{\n uVar1 = param_1[1];\n iVar15 = param_1[2];\n iVar17 = param_1[0xe];\n if ((*(byte *)(iVar17 + 0x1c) & 1) != 0) {\n uVar3 = *(undefined4 *)(iVar17 + 8);\n uVar4 = *(undefined4 *)(iVar17 + 4);\n if ((*(byte *)(iVar9 + 0x1c) & 1) != 0) {\n uVar5 = *(undefined4 *)(iVar9 + 8);\n uVar6 = *(undefined4 *)(iVar9 + 4);\n (**(code **)(*param_1 + 0x68))(param_1,iVar14,uVar6,uVar5,uVar1,iVar15);\n local_60 = (**(code **)(*param_1 + 100))(param_1);\n local_60 = local_60 + iVar14;\n local_40 = iVar12 + 0x18;\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = (uint)uVar18;\n iVar9 = param_1[0x12] + param_1[0x11];\n if (iVar9 != 0) {\n iVar17 = 0;\n do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);\n local_40 = local_40 + iVar9 * 8;\n }\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n if (param_1[0x13] != -1) {\n (**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n local_60 = local_60 + (int)uVar18;\n }\n if (local_60 - iVar14 == uVar2) {\n if (local_40 - iVar12 == uVar8) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/x86_64.cc",0xa4b,"do_write",uVar13);\n }\n }\n }" { (expression_statement "uVar1 = param_1[1];" (assignment_expression "uVar1 = param_1[1]" identifier = (subscript_expression "param_1[1]" identifier [ number_literal ])) ;) (expression_statement "iVar15 = param_1[2];" (assignment_expression "iVar15 = param_1[2]" identifier = (subscript_expression "param_1[2]" identifier [ number_literal ])) ;) (expression_statement "iVar17 = param_1[0xe];" (assignment_expression "iVar17 = param_1[0xe]" identifier = (subscript_expression "param_1[0xe]" identifier [ number_literal ])) ;) (if_statement "if ((*(byte *)(iVar17 + 0x1c) & 1) != 0) {\n uVar3 = *(undefined4 *)(iVar17 + 8);\n uVar4 = *(undefined4 *)(iVar17 + 4);\n if ((*(byte *)(iVar9 + 0x1c) & 1) != 0) {\n uVar5 = *(undefined4 *)(iVar9 + 8);\n uVar6 = *(undefined4 *)(iVar9 + 4);\n (**(code **)(*param_1 + 0x68))(param_1,iVar14,uVar6,uVar5,uVar1,iVar15);\n local_60 = (**(code **)(*param_1 + 100))(param_1);\n local_60 = local_60 + iVar14;\n local_40 = iVar12 + 0x18;\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = (uint)uVar18;\n iVar9 = param_1[0x12] + param_1[0x11];\n if (iVar9 != 0) {\n iVar17 = 0;\n do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);\n local_40 = local_40 + iVar9 * 8;\n }\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n if (param_1[0x13] != -1) {\n (**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n local_60 = local_60 + (int)uVar18;\n }\n if (local_60 - iVar14 == uVar2) {\n if (local_40 - iVar12 == uVar8) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/x86_64.cc",0xa4b,"do_write",uVar13);\n }\n }" if (parenthesized_expression "((*(byte *)(iVar17 + 0x1c) & 1) != 0)" ( (binary_expression "(*(byte *)(iVar17 + 0x1c) & 1) != 0" (parenthesized_expression "(*(byte *)(iVar17 + 0x1c) & 1)" ( (binary_expression "*(byte *)(iVar17 + 0x1c) & 1" (pointer_expression "*(byte *)(iVar17 + 0x1c)" * (cast_expression "(byte *)(iVar17 + 0x1c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar17 + 0x1c)" ( (binary_expression "iVar17 + 0x1c" identifier + number_literal) )))) & number_literal) )) != number_literal) )) (compound_statement "{\n uVar3 = *(undefined4 *)(iVar17 + 8);\n uVar4 = *(undefined4 *)(iVar17 + 4);\n if ((*(byte *)(iVar9 + 0x1c) & 1) != 0) {\n uVar5 = *(undefined4 *)(iVar9 + 8);\n uVar6 = *(undefined4 *)(iVar9 + 4);\n (**(code **)(*param_1 + 0x68))(param_1,iVar14,uVar6,uVar5,uVar1,iVar15);\n local_60 = (**(code **)(*param_1 + 100))(param_1);\n local_60 = local_60 + iVar14;\n local_40 = iVar12 + 0x18;\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = (uint)uVar18;\n iVar9 = param_1[0x12] + param_1[0x11];\n if (iVar9 != 0) {\n iVar17 = 0;\n do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);\n local_40 = local_40 + iVar9 * 8;\n }\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n if (param_1[0x13] != -1) {\n (**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n local_60 = local_60 + (int)uVar18;\n }\n if (local_60 - iVar14 == uVar2) {\n if (local_40 - iVar12 == uVar8) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/x86_64.cc",0xa4b,"do_write",uVar13);\n }\n }" { (expression_statement "uVar3 = *(undefined4 *)(iVar17 + 8);" (assignment_expression "uVar3 = *(undefined4 *)(iVar17 + 8)" identifier = (pointer_expression "*(undefined4 *)(iVar17 + 8)" * (cast_expression "(undefined4 *)(iVar17 + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar17 + 8)" ( (binary_expression "iVar17 + 8" identifier + number_literal) ))))) ;) (expression_statement "uVar4 = *(undefined4 *)(iVar17 + 4);" (assignment_expression "uVar4 = *(undefined4 *)(iVar17 + 4)" identifier = (pointer_expression "*(undefined4 *)(iVar17 + 4)" * (cast_expression "(undefined4 *)(iVar17 + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar17 + 4)" ( (binary_expression "iVar17 + 4" identifier + number_literal) ))))) ;) (if_statement "if ((*(byte *)(iVar9 + 0x1c) & 1) != 0) {\n uVar5 = *(undefined4 *)(iVar9 + 8);\n uVar6 = *(undefined4 *)(iVar9 + 4);\n (**(code **)(*param_1 + 0x68))(param_1,iVar14,uVar6,uVar5,uVar1,iVar15);\n local_60 = (**(code **)(*param_1 + 100))(param_1);\n local_60 = local_60 + iVar14;\n local_40 = iVar12 + 0x18;\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = (uint)uVar18;\n iVar9 = param_1[0x12] + param_1[0x11];\n if (iVar9 != 0) {\n iVar17 = 0;\n do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);\n local_40 = local_40 + iVar9 * 8;\n }\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n if (param_1[0x13] != -1) {\n (**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n local_60 = local_60 + (int)uVar18;\n }\n if (local_60 - iVar14 == uVar2) {\n if (local_40 - iVar12 == uVar8) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/x86_64.cc",0xa4b,"do_write",uVar13);\n }" if (parenthesized_expression "((*(byte *)(iVar9 + 0x1c) & 1) != 0)" ( (binary_expression "(*(byte *)(iVar9 + 0x1c) & 1) != 0" (parenthesized_expression "(*(byte *)(iVar9 + 0x1c) & 1)" ( (binary_expression "*(byte *)(iVar9 + 0x1c) & 1" (pointer_expression "*(byte *)(iVar9 + 0x1c)" * (cast_expression "(byte *)(iVar9 + 0x1c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 0x1c)" ( (binary_expression "iVar9 + 0x1c" identifier + number_literal) )))) & number_literal) )) != number_literal) )) (compound_statement "{\n uVar5 = *(undefined4 *)(iVar9 + 8);\n uVar6 = *(undefined4 *)(iVar9 + 4);\n (**(code **)(*param_1 + 0x68))(param_1,iVar14,uVar6,uVar5,uVar1,iVar15);\n local_60 = (**(code **)(*param_1 + 100))(param_1);\n local_60 = local_60 + iVar14;\n local_40 = iVar12 + 0x18;\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = (uint)uVar18;\n iVar9 = param_1[0x12] + param_1[0x11];\n if (iVar9 != 0) {\n iVar17 = 0;\n do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);\n local_40 = local_40 + iVar9 * 8;\n }\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n if (param_1[0x13] != -1) {\n (**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n local_60 = local_60 + (int)uVar18;\n }\n if (local_60 - iVar14 == uVar2) {\n if (local_40 - iVar12 == uVar8) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/x86_64.cc",0xa4b,"do_write",uVar13);\n }" { (expression_statement "uVar5 = *(undefined4 *)(iVar9 + 8);" (assignment_expression "uVar5 = *(undefined4 *)(iVar9 + 8)" identifier = (pointer_expression "*(undefined4 *)(iVar9 + 8)" * (cast_expression "(undefined4 *)(iVar9 + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 8)" ( (binary_expression "iVar9 + 8" identifier + number_literal) ))))) ;) (expression_statement "uVar6 = *(undefined4 *)(iVar9 + 4);" (assignment_expression "uVar6 = *(undefined4 *)(iVar9 + 4)" identifier = (pointer_expression "*(undefined4 *)(iVar9 + 4)" * (cast_expression "(undefined4 *)(iVar9 + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 4)" ( (binary_expression "iVar9 + 4" identifier + number_literal) ))))) ;) (expression_statement "(**(code **)(*param_1 + 0x68))(param_1,iVar14,uVar6,uVar5,uVar1,iVar15);" (call_expression "(**(code **)(*param_1 + 0x68))(param_1,iVar14,uVar6,uVar5,uVar1,iVar15)" (parenthesized_expression "(**(code **)(*param_1 + 0x68))" ( (pointer_expression "**(code **)(*param_1 + 0x68)" * (pointer_expression "*(code **)(*param_1 + 0x68)" * (cast_expression "(code **)(*param_1 + 0x68)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x68)" ( (binary_expression "*param_1 + 0x68" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "(param_1,iVar14,uVar6,uVar5,uVar1,iVar15)" ( identifier , identifier , identifier , identifier , identifier , identifier ))) ;) (expression_statement "local_60 = (**(code **)(*param_1 + 100))(param_1);" (assignment_expression "local_60 = (**(code **)(*param_1 + 100))(param_1)" identifier = (call_expression "(**(code **)(*param_1 + 100))(param_1)" (parenthesized_expression "(**(code **)(*param_1 + 100))" ( (pointer_expression "**(code **)(*param_1 + 100)" * (pointer_expression "*(code **)(*param_1 + 100)" * (cast_expression "(code **)(*param_1 + 100)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 100)" ( (binary_expression "*param_1 + 100" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "local_60 = local_60 + iVar14;" (assignment_expression "local_60 = local_60 + iVar14" identifier = (binary_expression "local_60 + iVar14" identifier + identifier)) ;) (expression_statement "local_40 = iVar12 + 0x18;" (assignment_expression "local_40 = iVar12 + 0x18" identifier = (binary_expression "iVar12 + 0x18" identifier + number_literal)) ;) (expression_statement "uVar18 = (**(code **)(*param_1 + 100))(param_1);" (assignment_expression "uVar18 = (**(code **)(*param_1 + 100))(param_1)" identifier = (call_expression "(**(code **)(*param_1 + 100))(param_1)" (parenthesized_expression "(**(code **)(*param_1 + 100))" ( (pointer_expression "**(code **)(*param_1 + 100)" * (pointer_expression "*(code **)(*param_1 + 100)" * (cast_expression "(code **)(*param_1 + 100)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 100)" ( (binary_expression "*param_1 + 100" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "uVar16 = (uint)uVar18;" (assignment_expression "uVar16 = (uint)uVar18" identifier = (cast_expression "(uint)uVar18" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (expression_statement "iVar9 = param_1[0x12] + param_1[0x11];" (assignment_expression "iVar9 = param_1[0x12] + param_1[0x11]" identifier = (binary_expression "param_1[0x12] + param_1[0x11]" (subscript_expression "param_1[0x12]" identifier [ number_literal ]) + (subscript_expression "param_1[0x11]" identifier [ number_literal ]))) ;) (if_statement "if (iVar9 != 0) {\n iVar17 = 0;\n do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);\n local_40 = local_40 + iVar9 * 8;\n }" if (parenthesized_expression "(iVar9 != 0)" ( (binary_expression "iVar9 != 0" identifier != number_literal) )) (compound_statement "{\n iVar17 = 0;\n do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);\n local_40 = local_40 + iVar9 * 8;\n }" { (expression_statement "iVar17 = 0;" (assignment_expression "iVar17 = 0" identifier = number_literal) ;) (do_statement "do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);" do (compound_statement "{\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n }" { (expression_statement "uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);" (assignment_expression "uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17)" identifier = (call_expression "(**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17)" (parenthesized_expression "(**(code **)(*param_1 + 0x6c))" ( (pointer_expression "**(code **)(*param_1 + 0x6c)" * (pointer_expression "*(code **)(*param_1 + 0x6c)" * (cast_expression "(code **)(*param_1 + 0x6c)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x6c)" ( (binary_expression "*param_1 + 0x6c" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "(param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17)" ( identifier , identifier , identifier , identifier , identifier , identifier , (binary_expression "iVar17 * 8 + 0x18" (binary_expression "iVar17 * 8" identifier * number_literal) + number_literal) , identifier , identifier )))) ;) (expression_statement "*(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;" (assignment_expression "*(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1" (pointer_expression "*(uint *)(iVar12 + 0x18 + iVar17 * 8)" * (cast_expression "(uint *)(iVar12 + 0x18 + iVar17 * 8)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 0x18 + iVar17 * 8)" ( (binary_expression "iVar12 + 0x18 + iVar17 * 8" (binary_expression "iVar12 + 0x18" identifier + number_literal) + (binary_expression "iVar17 * 8" identifier * number_literal)) )))) = (binary_expression "uVar16 + uVar10 + uVar1" (binary_expression "uVar16 + uVar10" identifier + identifier) + identifier)) ;) (expression_statement "iVar11 = *param_1;" (assignment_expression "iVar11 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "*(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);" (assignment_expression "*(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1)" (pointer_expression "*(uint *)(iVar12 + 0x1c + iVar17 * 8)" * (cast_expression "(uint *)(iVar12 + 0x1c + iVar17 * 8)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 0x1c + iVar17 * 8)" ( (binary_expression "iVar12 + 0x1c + iVar17 * 8" (binary_expression "iVar12 + 0x1c" identifier + number_literal) + (binary_expression "iVar17 * 8" identifier * number_literal)) )))) = (binary_expression "(uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1)" (binary_expression "(uint)CARRY4(uVar16,uVar10) + iVar15" (cast_expression "(uint)CARRY4(uVar16,uVar10)" ( (type_descriptor "uint" type_identifier) ) (call_expression "CARRY4(uVar16,uVar10)" identifier (argument_list "(uVar16,uVar10)" ( identifier , identifier )))) + identifier) + (cast_expression "(uint)CARRY4(uVar16 + uVar10,uVar1)" ( (type_descriptor "uint" type_identifier) ) (call_expression "CARRY4(uVar16 + uVar10,uVar1)" identifier (argument_list "(uVar16 + uVar10,uVar1)" ( (binary_expression "uVar16 + uVar10" identifier + identifier) , identifier )))))) ;) (expression_statement "iVar17 = iVar17 + 1;" (assignment_expression "iVar17 = iVar17 + 1" identifier = (binary_expression "iVar17 + 1" identifier + number_literal)) ;) (expression_statement "iVar11 = (**(code **)(iVar11 + 100))(param_1);" (assignment_expression "iVar11 = (**(code **)(iVar11 + 100))(param_1)" identifier = (call_expression "(**(code **)(iVar11 + 100))(param_1)" (parenthesized_expression "(**(code **)(iVar11 + 100))" ( (pointer_expression "**(code **)(iVar11 + 100)" * (pointer_expression "*(code **)(iVar11 + 100)" * (cast_expression "(code **)(iVar11 + 100)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar11 + 100)" ( (binary_expression "iVar11 + 100" identifier + number_literal) ))))) )) (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "local_60 = local_60 + iVar11;" (assignment_expression "local_60 = local_60 + iVar11" identifier = (binary_expression "local_60 + iVar11" identifier + identifier)) ;) (expression_statement "iVar11 = (**(code **)(*param_1 + 100))(param_1);" (assignment_expression "iVar11 = (**(code **)(*param_1 + 100))(param_1)" identifier = (call_expression "(**(code **)(*param_1 + 100))(param_1)" (parenthesized_expression "(**(code **)(*param_1 + 100))" ( (pointer_expression "**(code **)(*param_1 + 100)" * (pointer_expression "*(code **)(*param_1 + 100)" * (cast_expression "(code **)(*param_1 + 100)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 100)" ( (binary_expression "*param_1 + 100" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "uVar16 = uVar16 + iVar11;" (assignment_expression "uVar16 = uVar16 + iVar11" identifier = (binary_expression "uVar16 + iVar11" identifier + identifier)) ;) (expression_statement "uVar18 = CONCAT44(iVar9,uVar16);" (assignment_expression "uVar18 = CONCAT44(iVar9,uVar16)" identifier = (call_expression "CONCAT44(iVar9,uVar16)" identifier (argument_list "(iVar9,uVar16)" ( identifier , identifier )))) ;) }) while (parenthesized_expression "(iVar9 != iVar17)" ( (binary_expression "iVar9 != iVar17" identifier != identifier) )) ;) (expression_statement "local_40 = local_40 + iVar9 * 8;" (assignment_expression "local_40 = local_40 + iVar9 * 8" identifier = (binary_expression "local_40 + iVar9 * 8" identifier + (binary_expression "iVar9 * 8" identifier * number_literal))) ;) })) (expression_statement "uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);" (assignment_expression "uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20)" identifier = (call_expression "(undefined4)((ulonglong)uVar18 >> 0x20)" (parenthesized_expression "(undefined4)" ( identifier )) (argument_list "((ulonglong)uVar18 >> 0x20)" ( (binary_expression "(ulonglong)uVar18 >> 0x20" (cast_expression "(ulonglong)uVar18" ( (type_descriptor "ulonglong" type_identifier) ) identifier) >> number_literal) )))) ;) (if_statement "if (param_1[0x13] != -1) {\n (**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n local_60 = local_60 + (int)uVar18;\n }" if (parenthesized_expression "(param_1[0x13] != -1)" ( (binary_expression "param_1[0x13] != -1" (subscript_expression "param_1[0x13]" identifier [ number_literal ]) != number_literal) )) (compound_statement "{\n (**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n local_60 = local_60 + (int)uVar18;\n }" { (expression_statement "(**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);" (call_expression "(**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18)" (parenthesized_expression "(**(code **)(*param_1 + 0x70))" ( (pointer_expression "**(code **)(*param_1 + 0x70)" * (pointer_expression "*(code **)(*param_1 + 0x70)" * (cast_expression "(code **)(*param_1 + 0x70)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x70)" ( (binary_expression "*param_1 + 0x70" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "(param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18)" ( identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , (subscript_expression "param_1[0x13]" identifier [ number_literal ]) , (cast_expression "(int)uVar18" ( (type_descriptor "int" primitive_type) ) identifier) ))) ;) (expression_statement "uVar18 = (**(code **)(*param_1 + 100))(param_1);" (assignment_expression "uVar18 = (**(code **)(*param_1 + 100))(param_1)" identifier = (call_expression "(**(code **)(*param_1 + 100))(param_1)" (parenthesized_expression "(**(code **)(*param_1 + 100))" ( (pointer_expression "**(code **)(*param_1 + 100)" * (pointer_expression "*(code **)(*param_1 + 100)" * (cast_expression "(code **)(*param_1 + 100)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 100)" ( (binary_expression "*param_1 + 100" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);" (assignment_expression "uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20)" identifier = (call_expression "(undefined4)((ulonglong)uVar18 >> 0x20)" (parenthesized_expression "(undefined4)" ( identifier )) (argument_list "((ulonglong)uVar18 >> 0x20)" ( (binary_expression "(ulonglong)uVar18 >> 0x20" (cast_expression "(ulonglong)uVar18" ( (type_descriptor "ulonglong" type_identifier) ) identifier) >> number_literal) )))) ;) (expression_statement "local_60 = local_60 + (int)uVar18;" (assignment_expression "local_60 = local_60 + (int)uVar18" identifier = (binary_expression "local_60 + (int)uVar18" identifier + (cast_expression "(int)uVar18" ( (type_descriptor "int" primitive_type) ) identifier))) ;) })) (if_statement "if (local_60 - iVar14 == uVar2) {\n if (local_40 - iVar12 == uVar8) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);\n }" if (parenthesized_expression "(local_60 - iVar14 == uVar2)" ( (binary_expression "local_60 - iVar14 == uVar2" (binary_expression "local_60 - iVar14" identifier - identifier) == identifier) )) (compound_statement "{\n if (local_40 - iVar12 == uVar8) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);\n }" { (if_statement "if (local_40 - iVar12 == uVar8) {\n return;\n }" if (parenthesized_expression "(local_40 - iVar12 == uVar8)" ( (binary_expression "local_40 - iVar12 == uVar8" (binary_expression "local_40 - iVar12" identifier - identifier) == identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) comment (expression_statement "FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);" (call_expression "FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12)" identifier (argument_list "("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12)" ( (string_literal ""../../gold/x86_64.cc"" " string_content ") , number_literal , (string_literal ""do_write"" " string_content ") , (binary_expression "local_40 - iVar12" identifier - identifier) ))) ;) })) comment (expression_statement "FUN_002446e0("../../gold/x86_64.cc",0xa4b,"do_write",uVar13);" (call_expression "FUN_002446e0("../../gold/x86_64.cc",0xa4b,"do_write",uVar13)" identifier (argument_list "("../../gold/x86_64.cc",0xa4b,"do_write",uVar13)" ( (string_literal ""../../gold/x86_64.cc"" " string_content ") , number_literal , (string_literal ""do_write"" " string_content ") , identifier ))) ;) })) })) })) comment (expression_statement "FUN_002446e0("../../gold/output.h",0xc5,"address");" (call_expression "FUN_002446e0("../../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 ") ))) ;) })) })) })) comment (expression_statement "FUN_002446e0("../../gold/output.h",0x6f,"get_output_view");" (call_expression "FUN_002446e0("../../gold/output.h",0x6f,"get_output_view")" identifier (argument_list "("../../gold/output.h",0x6f,"get_output_view")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""get_output_view"" " string_content ") ))) ;) })) (labeled_statement "LAB_00076531:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/gold.h",0xc0,"convert_types",unaff_EBX);" statement_identifier : comment (expression_statement "FUN_002446e0("../../gold/gold.h",0xc0,"convert_types",unaff_EBX);" (call_expression "FUN_002446e0("../../gold/gold.h",0xc0,"convert_types",unaff_EBX)" identifier (argument_list "("../../gold/gold.h",0xc0,"convert_types",unaff_EBX)" ( (string_literal ""../../gold/gold.h"" " string_content ") , number_literal , (string_literal ""convert_types"" " string_content ") , identifier ))) ;)) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Enum "DT": Some values do not have unique names */\n/* WARNING: Enum "ELFOSABI": Some values do not have unique names */\n/* DWARF original prototype: void do_write(Output_data_plt_x86_64<64> * this, Output_file * of) */\n\nvoid __thiscall\nanon_unknown.dwarf_32e241::Output_data_plt_x86_64<64>::do_write\n (Output_data_plt_x86_64<64> *this,Output_file *of)\n\n{\n off_t *poVar1;\n uint uVar2;\n uint uVar3;\n Output_data_got_plt_x86_64 *pOVar4;\n Output_data_got<64,_false> *pOVar5;\n undefined4 uVar6;\n undefined4 uVar7;\n undefined4 uVar8;\n uint64_t uVar9;\n bool bVar10;\n uchar *puVar11;\n uint uVar12;\n uchar *puVar13;\n int iVar14;\n uint uVar15;\n uint uVar16;\n int iVar17;\n int iVar18;\n int iVar19;\n Output_data_space *pOVar20;\n uchar *local_60;\n uchar *local_40;\n \n if ((this->field_0x1c & 4) == 0) goto LAB_0007654e;\n uVar2 = *(uint *)&this->field_0x14;\n if ((this->field_0x1c & 2) == 0) goto LAB_00076512;\n uVar3 = *(uint *)&this->field_0xc;\n if (*(int *)&this->field_0x10 == 0) {\n if ((-1 < *(int *)&this->field_0x18) &&\n (iVar18 = *(int *)((int)&of->file_size_ + 4),\n iVar19 = *(int *)&this->field_0x18 + (uint)CARRY4(uVar3,uVar2),\n uVar15 = (uint)((uint)of->file_size_ < uVar3 + uVar2), iVar14 = iVar18 - iVar19,\n (SBORROW4(iVar18,iVar19) != SBORROW4(iVar14,uVar15)) == (int)(iVar14 - uVar15) < 0)) {\n puVar11 = of->base_ + uVar2;\n pOVar4 = this->got_plt_;\n if (((pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 4) == 0) {\nLAB_0007654e:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xe3,"offset");\n }\n iVar18 = *(int *)((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_ + 4);\n uVar2 = (uint)(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_;\n bVar10 = gold::Parameters::incremental_update(gold::parameters);\n pOVar4 = this->got_plt_;\n if (bVar10) {\n if (((pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 2) == 0) goto LAB_00076512;\n pOVar20 = this->got_irelative_;\n uVar15 = (uint)(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_;\n iVar14 = *(int *)((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_ + 4);\n }\n else {\n if (((pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 2) == 0) goto LAB_00076512;\n uVar15 = (uint)(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_;\n iVar14 = *(int *)((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_ + 4);\n pOVar20 = this->got_irelative_;\n if (((pOVar20->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 4) == 0) goto LAB_0007654e;\n if (iVar18 + iVar14 + (uint)CARRY4(uVar2,uVar15) !=\n *(int *)((int)&(pOVar20->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_ + 4) ||\n (int)(pOVar20->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_ != uVar2 + uVar15) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0xa12,"do_write");\n }\n }\n if (((pOVar20->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 2) == 0) {\nLAB_00076512:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xcf,"data_size");\n }\n poVar1 = &(pOVar20->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_;\n uVar12 = uVar15 + (int)*poVar1;\n if (iVar14 + *(int *)((int)&(pOVar20->super_Output_section_data_build).\n super_Output_section_data.super_Output_data.data_size_ + 4) +\n (uint)CARRY4(uVar15,(uint)*poVar1) != 0) goto LAB_00076531;\n if (-1 < iVar18) {\n iVar18 = iVar18 + (uint)CARRY4(uVar12,uVar2);\n iVar14 = *(int *)((int)&of->file_size_ + 4);\n uVar15 = (uint)((uint)of->file_size_ < uVar12 + uVar2);\n iVar19 = iVar14 - iVar18;\n if ((SBORROW4(iVar14,iVar18) != SBORROW4(iVar19,uVar15)) == (int)(iVar19 - uVar15) < 0) {\n puVar13 = of->base_ + uVar2;\n if ((this->field_0x1c & 1) != 0) {\n uVar2 = *(uint *)&this->field_0x4;\n iVar18 = *(int *)&this->field_0x8;\n pOVar5 = this->got_;\n if (((pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c & 1) != 0) {\n uVar6 = *(undefined4 *)\n ((int)&(pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_ + 4);\n uVar9 = (pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_;\n if (((pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) != 0) {\n uVar7 = *(undefined4 *)\n ((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.address_ + 4);\n uVar8 = (undefined4)\n (pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.address_;\n (**(code **)(this->plt_eh_frame_cie_size + 0x68))\n (this,puVar11,uVar8,uVar7,uVar2,iVar18);\n iVar14 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n local_60 = puVar11 + iVar14;\n local_40 = puVar13 + 0x18;\n uVar15 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n iVar14 = this->irelative_count_ + this->count_;\n if (iVar14 != 0) {\n iVar19 = 0;\n do {\n uVar16 = (**(code **)(this->plt_eh_frame_cie_size + 0x6c))\n (this,local_60,uVar8,uVar7,uVar2,iVar18,iVar19 * 8 + 0x18,\n uVar15,iVar19);\n *(uint *)(puVar13 + iVar19 * 8 + 0x18) = uVar15 + uVar16 + uVar2;\n iVar17 = this->plt_eh_frame_cie_size;\n *(uint *)(puVar13 + iVar19 * 8 + 0x1c) =\n (uint)CARRY4(uVar15,uVar16) + iVar18 + (uint)CARRY4(uVar15 + uVar16,uVar2);\n iVar19 = iVar19 + 1;\n iVar17 = (**(code **)(iVar17 + 100))(this);\n local_60 = local_60 + iVar17;\n iVar17 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n uVar15 = uVar15 + iVar17;\n } while (iVar14 != iVar19);\n local_40 = local_40 + iVar14 * 8;\n }\n if (this->tlsdesc_got_offset_ != 0xffffffff) {\n (**(code **)(this->plt_eh_frame_cie_size + 0x70))\n (this,local_60,uVar8,uVar7,uVar2,iVar18,(int)uVar9,uVar6,\n this->tlsdesc_got_offset_,uVar15);\n iVar18 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n local_60 = local_60 + iVar18;\n }\n if ((int)local_60 - (int)puVar11 == uVar3) {\n if ((int)local_40 - (int)puVar13 == uVar12) {\n return;\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0xa4c,"do_write");\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0xa4b,"do_write");\n }\n }\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n }\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0x6f,"get_output_view");\n }\nLAB_00076531:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/gold.h",0xc0,"convert_types");\n}\n\n" comment comment comment comment (function_definition "void __thiscall\nanon_unknown.dwarf_32e241::Output_data_plt_x86_64<64>::do_write\n (Output_data_plt_x86_64<64> *this,Output_file *of)\n\n{\n off_t *poVar1;\n uint uVar2;\n uint uVar3;\n Output_data_got_plt_x86_64 *pOVar4;\n Output_data_got<64,_false> *pOVar5;\n undefined4 uVar6;\n undefined4 uVar7;\n undefined4 uVar8;\n uint64_t uVar9;\n bool bVar10;\n uchar *puVar11;\n uint uVar12;\n uchar *puVar13;\n int iVar14;\n uint uVar15;\n uint uVar16;\n int iVar17;\n int iVar18;\n int iVar19;\n Output_data_space *pOVar20;\n uchar *local_60;\n uchar *local_40;\n \n if ((this->field_0x1c & 4) == 0) goto LAB_0007654e;\n uVar2 = *(uint *)&this->field_0x14;\n if ((this->field_0x1c & 2) == 0) goto LAB_00076512;\n uVar3 = *(uint *)&this->field_0xc;\n if (*(int *)&this->field_0x10 == 0) {\n if ((-1 < *(int *)&this->field_0x18) &&\n (iVar18 = *(int *)((int)&of->file_size_ + 4),\n iVar19 = *(int *)&this->field_0x18 + (uint)CARRY4(uVar3,uVar2),\n uVar15 = (uint)((uint)of->file_size_ < uVar3 + uVar2), iVar14 = iVar18 - iVar19,\n (SBORROW4(iVar18,iVar19) != SBORROW4(iVar14,uVar15)) == (int)(iVar14 - uVar15) < 0)) {\n puVar11 = of->base_ + uVar2;\n pOVar4 = this->got_plt_;\n if (((pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 4) == 0) {\nLAB_0007654e:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xe3,"offset");\n }\n iVar18 = *(int *)((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_ + 4);\n uVar2 = (uint)(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_;\n bVar10 = gold::Parameters::incremental_update(gold::parameters);\n pOVar4 = this->got_plt_;\n if (bVar10) {\n if (((pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 2) == 0) goto LAB_00076512;\n pOVar20 = this->got_irelative_;\n uVar15 = (uint)(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_;\n iVar14 = *(int *)((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_ + 4);\n }\n else {\n if (((pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 2) == 0) goto LAB_00076512;\n uVar15 = (uint)(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_;\n iVar14 = *(int *)((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_ + 4);\n pOVar20 = this->got_irelative_;\n if (((pOVar20->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 4) == 0) goto LAB_0007654e;\n if (iVar18 + iVar14 + (uint)CARRY4(uVar2,uVar15) !=\n *(int *)((int)&(pOVar20->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_ + 4) ||\n (int)(pOVar20->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_ != uVar2 + uVar15) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0xa12,"do_write");\n }\n }\n if (((pOVar20->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 2) == 0) {\nLAB_00076512:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xcf,"data_size");\n }\n poVar1 = &(pOVar20->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_;\n uVar12 = uVar15 + (int)*poVar1;\n if (iVar14 + *(int *)((int)&(pOVar20->super_Output_section_data_build).\n super_Output_section_data.super_Output_data.data_size_ + 4) +\n (uint)CARRY4(uVar15,(uint)*poVar1) != 0) goto LAB_00076531;\n if (-1 < iVar18) {\n iVar18 = iVar18 + (uint)CARRY4(uVar12,uVar2);\n iVar14 = *(int *)((int)&of->file_size_ + 4);\n uVar15 = (uint)((uint)of->file_size_ < uVar12 + uVar2);\n iVar19 = iVar14 - iVar18;\n if ((SBORROW4(iVar14,iVar18) != SBORROW4(iVar19,uVar15)) == (int)(iVar19 - uVar15) < 0) {\n puVar13 = of->base_ + uVar2;\n if ((this->field_0x1c & 1) != 0) {\n uVar2 = *(uint *)&this->field_0x4;\n iVar18 = *(int *)&this->field_0x8;\n pOVar5 = this->got_;\n if (((pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c & 1) != 0) {\n uVar6 = *(undefined4 *)\n ((int)&(pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_ + 4);\n uVar9 = (pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_;\n if (((pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) != 0) {\n uVar7 = *(undefined4 *)\n ((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.address_ + 4);\n uVar8 = (undefined4)\n (pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.address_;\n (**(code **)(this->plt_eh_frame_cie_size + 0x68))\n (this,puVar11,uVar8,uVar7,uVar2,iVar18);\n iVar14 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n local_60 = puVar11 + iVar14;\n local_40 = puVar13 + 0x18;\n uVar15 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n iVar14 = this->irelative_count_ + this->count_;\n if (iVar14 != 0) {\n iVar19 = 0;\n do {\n uVar16 = (**(code **)(this->plt_eh_frame_cie_size + 0x6c))\n (this,local_60,uVar8,uVar7,uVar2,iVar18,iVar19 * 8 + 0x18,\n uVar15,iVar19);\n *(uint *)(puVar13 + iVar19 * 8 + 0x18) = uVar15 + uVar16 + uVar2;\n iVar17 = this->plt_eh_frame_cie_size;\n *(uint *)(puVar13 + iVar19 * 8 + 0x1c) =\n (uint)CARRY4(uVar15,uVar16) + iVar18 + (uint)CARRY4(uVar15 + uVar16,uVar2);\n iVar19 = iVar19 + 1;\n iVar17 = (**(code **)(iVar17 + 100))(this);\n local_60 = local_60 + iVar17;\n iVar17 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n uVar15 = uVar15 + iVar17;\n } while (iVar14 != iVar19);\n local_40 = local_40 + iVar14 * 8;\n }\n if (this->tlsdesc_got_offset_ != 0xffffffff) {\n (**(code **)(this->plt_eh_frame_cie_size + 0x70))\n (this,local_60,uVar8,uVar7,uVar2,iVar18,(int)uVar9,uVar6,\n this->tlsdesc_got_offset_,uVar15);\n iVar18 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n local_60 = local_60 + iVar18;\n }\n if ((int)local_60 - (int)puVar11 == uVar3) {\n if ((int)local_40 - (int)puVar13 == uVar12) {\n return;\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0xa4c,"do_write");\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0xa4b,"do_write");\n }\n }\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n }\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0x6f,"get_output_view");\n }\nLAB_00076531:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/gold.h",0xc0,"convert_types");\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "anon_unknown.dwarf_32e241::Output_data_plt_x86_64<64>::" identifier . identifier : : identifier < number_literal > : :) (function_declarator "do_write\n (Output_data_plt_x86_64<64> *this,Output_file *of)" identifier (parameter_list "(Output_data_plt_x86_64<64> *this,Output_file *of)" ( (parameter_declaration "Output_data_plt_x86_64<64> *this" type_identifier (ERROR "<64>" < number_literal >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Output_file *of" type_identifier (pointer_declarator "*of" * identifier)) ))) (compound_statement "{\n off_t *poVar1;\n uint uVar2;\n uint uVar3;\n Output_data_got_plt_x86_64 *pOVar4;\n Output_data_got<64,_false> *pOVar5;\n undefined4 uVar6;\n undefined4 uVar7;\n undefined4 uVar8;\n uint64_t uVar9;\n bool bVar10;\n uchar *puVar11;\n uint uVar12;\n uchar *puVar13;\n int iVar14;\n uint uVar15;\n uint uVar16;\n int iVar17;\n int iVar18;\n int iVar19;\n Output_data_space *pOVar20;\n uchar *local_60;\n uchar *local_40;\n \n if ((this->field_0x1c & 4) == 0) goto LAB_0007654e;\n uVar2 = *(uint *)&this->field_0x14;\n if ((this->field_0x1c & 2) == 0) goto LAB_00076512;\n uVar3 = *(uint *)&this->field_0xc;\n if (*(int *)&this->field_0x10 == 0) {\n if ((-1 < *(int *)&this->field_0x18) &&\n (iVar18 = *(int *)((int)&of->file_size_ + 4),\n iVar19 = *(int *)&this->field_0x18 + (uint)CARRY4(uVar3,uVar2),\n uVar15 = (uint)((uint)of->file_size_ < uVar3 + uVar2), iVar14 = iVar18 - iVar19,\n (SBORROW4(iVar18,iVar19) != SBORROW4(iVar14,uVar15)) == (int)(iVar14 - uVar15) < 0)) {\n puVar11 = of->base_ + uVar2;\n pOVar4 = this->got_plt_;\n if (((pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 4) == 0) {\nLAB_0007654e:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xe3,"offset");\n }\n iVar18 = *(int *)((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_ + 4);\n uVar2 = (uint)(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_;\n bVar10 = gold::Parameters::incremental_update(gold::parameters);\n pOVar4 = this->got_plt_;\n if (bVar10) {\n if (((pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 2) == 0) goto LAB_00076512;\n pOVar20 = this->got_irelative_;\n uVar15 = (uint)(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_;\n iVar14 = *(int *)((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_ + 4);\n }\n else {\n if (((pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 2) == 0) goto LAB_00076512;\n uVar15 = (uint)(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_;\n iVar14 = *(int *)((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_ + 4);\n pOVar20 = this->got_irelative_;\n if (((pOVar20->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 4) == 0) goto LAB_0007654e;\n if (iVar18 + iVar14 + (uint)CARRY4(uVar2,uVar15) !=\n *(int *)((int)&(pOVar20->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_ + 4) ||\n (int)(pOVar20->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_ != uVar2 + uVar15) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0xa12,"do_write");\n }\n }\n if (((pOVar20->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 2) == 0) {\nLAB_00076512:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xcf,"data_size");\n }\n poVar1 = &(pOVar20->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_;\n uVar12 = uVar15 + (int)*poVar1;\n if (iVar14 + *(int *)((int)&(pOVar20->super_Output_section_data_build).\n super_Output_section_data.super_Output_data.data_size_ + 4) +\n (uint)CARRY4(uVar15,(uint)*poVar1) != 0) goto LAB_00076531;\n if (-1 < iVar18) {\n iVar18 = iVar18 + (uint)CARRY4(uVar12,uVar2);\n iVar14 = *(int *)((int)&of->file_size_ + 4);\n uVar15 = (uint)((uint)of->file_size_ < uVar12 + uVar2);\n iVar19 = iVar14 - iVar18;\n if ((SBORROW4(iVar14,iVar18) != SBORROW4(iVar19,uVar15)) == (int)(iVar19 - uVar15) < 0) {\n puVar13 = of->base_ + uVar2;\n if ((this->field_0x1c & 1) != 0) {\n uVar2 = *(uint *)&this->field_0x4;\n iVar18 = *(int *)&this->field_0x8;\n pOVar5 = this->got_;\n if (((pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c & 1) != 0) {\n uVar6 = *(undefined4 *)\n ((int)&(pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_ + 4);\n uVar9 = (pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_;\n if (((pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) != 0) {\n uVar7 = *(undefined4 *)\n ((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.address_ + 4);\n uVar8 = (undefined4)\n (pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.address_;\n (**(code **)(this->plt_eh_frame_cie_size + 0x68))\n (this,puVar11,uVar8,uVar7,uVar2,iVar18);\n iVar14 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n local_60 = puVar11 + iVar14;\n local_40 = puVar13 + 0x18;\n uVar15 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n iVar14 = this->irelative_count_ + this->count_;\n if (iVar14 != 0) {\n iVar19 = 0;\n do {\n uVar16 = (**(code **)(this->plt_eh_frame_cie_size + 0x6c))\n (this,local_60,uVar8,uVar7,uVar2,iVar18,iVar19 * 8 + 0x18,\n uVar15,iVar19);\n *(uint *)(puVar13 + iVar19 * 8 + 0x18) = uVar15 + uVar16 + uVar2;\n iVar17 = this->plt_eh_frame_cie_size;\n *(uint *)(puVar13 + iVar19 * 8 + 0x1c) =\n (uint)CARRY4(uVar15,uVar16) + iVar18 + (uint)CARRY4(uVar15 + uVar16,uVar2);\n iVar19 = iVar19 + 1;\n iVar17 = (**(code **)(iVar17 + 100))(this);\n local_60 = local_60 + iVar17;\n iVar17 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n uVar15 = uVar15 + iVar17;\n } while (iVar14 != iVar19);\n local_40 = local_40 + iVar14 * 8;\n }\n if (this->tlsdesc_got_offset_ != 0xffffffff) {\n (**(code **)(this->plt_eh_frame_cie_size + 0x70))\n (this,local_60,uVar8,uVar7,uVar2,iVar18,(int)uVar9,uVar6,\n this->tlsdesc_got_offset_,uVar15);\n iVar18 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n local_60 = local_60 + iVar18;\n }\n if ((int)local_60 - (int)puVar11 == uVar3) {\n if ((int)local_40 - (int)puVar13 == uVar12) {\n return;\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0xa4c,"do_write");\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0xa4b,"do_write");\n }\n }\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n }\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0x6f,"get_output_view");\n }\nLAB_00076531:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/gold.h",0xc0,"convert_types");\n}" { (declaration "off_t *poVar1;" type_identifier (pointer_declarator "*poVar1" * identifier) ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "uint uVar3;" type_identifier identifier ;) (declaration "Output_data_got_plt_x86_64 *pOVar4;" type_identifier (pointer_declarator "*pOVar4" * identifier) ;) (expression_statement "Output_data_got<64,_false> *pOVar5;" (comma_expression "Output_data_got<64,_false> *pOVar5" (binary_expression "Output_data_got<64" identifier < number_literal) , (binary_expression "_false> *pOVar5" identifier > (pointer_expression "*pOVar5" * identifier))) ;) (declaration "undefined4 uVar6;" type_identifier identifier ;) (declaration "undefined4 uVar7;" type_identifier identifier ;) (declaration "undefined4 uVar8;" type_identifier identifier ;) (declaration "uint64_t uVar9;" primitive_type identifier ;) (declaration "bool bVar10;" primitive_type identifier ;) (declaration "uchar *puVar11;" type_identifier (pointer_declarator "*puVar11" * identifier) ;) (declaration "uint uVar12;" type_identifier identifier ;) (declaration "uchar *puVar13;" type_identifier (pointer_declarator "*puVar13" * identifier) ;) (declaration "int iVar14;" primitive_type identifier ;) (declaration "uint uVar15;" type_identifier identifier ;) (declaration "uint uVar16;" type_identifier identifier ;) (declaration "int iVar17;" primitive_type identifier ;) (declaration "int iVar18;" primitive_type identifier ;) (declaration "int iVar19;" primitive_type identifier ;) (declaration "Output_data_space *pOVar20;" type_identifier (pointer_declarator "*pOVar20" * identifier) ;) (declaration "uchar *local_60;" type_identifier (pointer_declarator "*local_60" * identifier) ;) (declaration "uchar *local_40;" type_identifier (pointer_declarator "*local_40" * identifier) ;) (if_statement "if ((this->field_0x1c & 4) == 0) goto LAB_0007654e;" if (parenthesized_expression "((this->field_0x1c & 4) == 0)" ( (binary_expression "(this->field_0x1c & 4) == 0" (parenthesized_expression "(this->field_0x1c & 4)" ( (binary_expression "this->field_0x1c & 4" (field_expression "this->field_0x1c" identifier -> field_identifier) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_0007654e;" goto statement_identifier ;)) (expression_statement "uVar2 = *(uint *)&this->field_0x14;" (assignment_expression "uVar2 = *(uint *)&this->field_0x14" identifier = (pointer_expression "*(uint *)&this->field_0x14" * (cast_expression "(uint *)&this->field_0x14" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&this->field_0x14" & (field_expression "this->field_0x14" identifier -> field_identifier))))) ;) (if_statement "if ((this->field_0x1c & 2) == 0) goto LAB_00076512;" if (parenthesized_expression "((this->field_0x1c & 2) == 0)" ( (binary_expression "(this->field_0x1c & 2) == 0" (parenthesized_expression "(this->field_0x1c & 2)" ( (binary_expression "this->field_0x1c & 2" (field_expression "this->field_0x1c" identifier -> field_identifier) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_00076512;" goto statement_identifier ;)) (expression_statement "uVar3 = *(uint *)&this->field_0xc;" (assignment_expression "uVar3 = *(uint *)&this->field_0xc" identifier = (pointer_expression "*(uint *)&this->field_0xc" * (cast_expression "(uint *)&this->field_0xc" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&this->field_0xc" & (field_expression "this->field_0xc" identifier -> field_identifier))))) ;) (if_statement "if (*(int *)&this->field_0x10 == 0) {\n if ((-1 < *(int *)&this->field_0x18) &&\n (iVar18 = *(int *)((int)&of->file_size_ + 4),\n iVar19 = *(int *)&this->field_0x18 + (uint)CARRY4(uVar3,uVar2),\n uVar15 = (uint)((uint)of->file_size_ < uVar3 + uVar2), iVar14 = iVar18 - iVar19,\n (SBORROW4(iVar18,iVar19) != SBORROW4(iVar14,uVar15)) == (int)(iVar14 - uVar15) < 0)) {\n puVar11 = of->base_ + uVar2;\n pOVar4 = this->got_plt_;\n if (((pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 4) == 0) {\nLAB_0007654e:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xe3,"offset");\n }\n iVar18 = *(int *)((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_ + 4);\n uVar2 = (uint)(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_;\n bVar10 = gold::Parameters::incremental_update(gold::parameters);\n pOVar4 = this->got_plt_;\n if (bVar10) {\n if (((pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 2) == 0) goto LAB_00076512;\n pOVar20 = this->got_irelative_;\n uVar15 = (uint)(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_;\n iVar14 = *(int *)((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_ + 4);\n }\n else {\n if (((pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 2) == 0) goto LAB_00076512;\n uVar15 = (uint)(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_;\n iVar14 = *(int *)((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_ + 4);\n pOVar20 = this->got_irelative_;\n if (((pOVar20->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 4) == 0) goto LAB_0007654e;\n if (iVar18 + iVar14 + (uint)CARRY4(uVar2,uVar15) !=\n *(int *)((int)&(pOVar20->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_ + 4) ||\n (int)(pOVar20->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_ != uVar2 + uVar15) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0xa12,"do_write");\n }\n }\n if (((pOVar20->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 2) == 0) {\nLAB_00076512:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xcf,"data_size");\n }\n poVar1 = &(pOVar20->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_;\n uVar12 = uVar15 + (int)*poVar1;\n if (iVar14 + *(int *)((int)&(pOVar20->super_Output_section_data_build).\n super_Output_section_data.super_Output_data.data_size_ + 4) +\n (uint)CARRY4(uVar15,(uint)*poVar1) != 0) goto LAB_00076531;\n if (-1 < iVar18) {\n iVar18 = iVar18 + (uint)CARRY4(uVar12,uVar2);\n iVar14 = *(int *)((int)&of->file_size_ + 4);\n uVar15 = (uint)((uint)of->file_size_ < uVar12 + uVar2);\n iVar19 = iVar14 - iVar18;\n if ((SBORROW4(iVar14,iVar18) != SBORROW4(iVar19,uVar15)) == (int)(iVar19 - uVar15) < 0) {\n puVar13 = of->base_ + uVar2;\n if ((this->field_0x1c & 1) != 0) {\n uVar2 = *(uint *)&this->field_0x4;\n iVar18 = *(int *)&this->field_0x8;\n pOVar5 = this->got_;\n if (((pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c & 1) != 0) {\n uVar6 = *(undefined4 *)\n ((int)&(pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_ + 4);\n uVar9 = (pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_;\n if (((pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) != 0) {\n uVar7 = *(undefined4 *)\n ((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.address_ + 4);\n uVar8 = (undefined4)\n (pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.address_;\n (**(code **)(this->plt_eh_frame_cie_size + 0x68))\n (this,puVar11,uVar8,uVar7,uVar2,iVar18);\n iVar14 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n local_60 = puVar11 + iVar14;\n local_40 = puVar13 + 0x18;\n uVar15 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n iVar14 = this->irelative_count_ + this->count_;\n if (iVar14 != 0) {\n iVar19 = 0;\n do {\n uVar16 = (**(code **)(this->plt_eh_frame_cie_size + 0x6c))\n (this,local_60,uVar8,uVar7,uVar2,iVar18,iVar19 * 8 + 0x18,\n uVar15,iVar19);\n *(uint *)(puVar13 + iVar19 * 8 + 0x18) = uVar15 + uVar16 + uVar2;\n iVar17 = this->plt_eh_frame_cie_size;\n *(uint *)(puVar13 + iVar19 * 8 + 0x1c) =\n (uint)CARRY4(uVar15,uVar16) + iVar18 + (uint)CARRY4(uVar15 + uVar16,uVar2);\n iVar19 = iVar19 + 1;\n iVar17 = (**(code **)(iVar17 + 100))(this);\n local_60 = local_60 + iVar17;\n iVar17 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n uVar15 = uVar15 + iVar17;\n } while (iVar14 != iVar19);\n local_40 = local_40 + iVar14 * 8;\n }\n if (this->tlsdesc_got_offset_ != 0xffffffff) {\n (**(code **)(this->plt_eh_frame_cie_size + 0x70))\n (this,local_60,uVar8,uVar7,uVar2,iVar18,(int)uVar9,uVar6,\n this->tlsdesc_got_offset_,uVar15);\n iVar18 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n local_60 = local_60 + iVar18;\n }\n if ((int)local_60 - (int)puVar11 == uVar3) {\n if ((int)local_40 - (int)puVar13 == uVar12) {\n return;\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0xa4c,"do_write");\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0xa4b,"do_write");\n }\n }\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n }\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0x6f,"get_output_view");\n }" if (parenthesized_expression "(*(int *)&this->field_0x10 == 0)" ( (binary_expression "*(int *)&this->field_0x10 == 0" (pointer_expression "*(int *)&this->field_0x10" * (cast_expression "(int *)&this->field_0x10" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&this->field_0x10" & (field_expression "this->field_0x10" identifier -> field_identifier)))) == number_literal) )) (compound_statement "{\n if ((-1 < *(int *)&this->field_0x18) &&\n (iVar18 = *(int *)((int)&of->file_size_ + 4),\n iVar19 = *(int *)&this->field_0x18 + (uint)CARRY4(uVar3,uVar2),\n uVar15 = (uint)((uint)of->file_size_ < uVar3 + uVar2), iVar14 = iVar18 - iVar19,\n (SBORROW4(iVar18,iVar19) != SBORROW4(iVar14,uVar15)) == (int)(iVar14 - uVar15) < 0)) {\n puVar11 = of->base_ + uVar2;\n pOVar4 = this->got_plt_;\n if (((pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 4) == 0) {\nLAB_0007654e:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xe3,"offset");\n }\n iVar18 = *(int *)((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_ + 4);\n uVar2 = (uint)(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_;\n bVar10 = gold::Parameters::incremental_update(gold::parameters);\n pOVar4 = this->got_plt_;\n if (bVar10) {\n if (((pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 2) == 0) goto LAB_00076512;\n pOVar20 = this->got_irelative_;\n uVar15 = (uint)(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_;\n iVar14 = *(int *)((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_ + 4);\n }\n else {\n if (((pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 2) == 0) goto LAB_00076512;\n uVar15 = (uint)(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_;\n iVar14 = *(int *)((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_ + 4);\n pOVar20 = this->got_irelative_;\n if (((pOVar20->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 4) == 0) goto LAB_0007654e;\n if (iVar18 + iVar14 + (uint)CARRY4(uVar2,uVar15) !=\n *(int *)((int)&(pOVar20->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_ + 4) ||\n (int)(pOVar20->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_ != uVar2 + uVar15) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0xa12,"do_write");\n }\n }\n if (((pOVar20->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 2) == 0) {\nLAB_00076512:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xcf,"data_size");\n }\n poVar1 = &(pOVar20->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_;\n uVar12 = uVar15 + (int)*poVar1;\n if (iVar14 + *(int *)((int)&(pOVar20->super_Output_section_data_build).\n super_Output_section_data.super_Output_data.data_size_ + 4) +\n (uint)CARRY4(uVar15,(uint)*poVar1) != 0) goto LAB_00076531;\n if (-1 < iVar18) {\n iVar18 = iVar18 + (uint)CARRY4(uVar12,uVar2);\n iVar14 = *(int *)((int)&of->file_size_ + 4);\n uVar15 = (uint)((uint)of->file_size_ < uVar12 + uVar2);\n iVar19 = iVar14 - iVar18;\n if ((SBORROW4(iVar14,iVar18) != SBORROW4(iVar19,uVar15)) == (int)(iVar19 - uVar15) < 0) {\n puVar13 = of->base_ + uVar2;\n if ((this->field_0x1c & 1) != 0) {\n uVar2 = *(uint *)&this->field_0x4;\n iVar18 = *(int *)&this->field_0x8;\n pOVar5 = this->got_;\n if (((pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c & 1) != 0) {\n uVar6 = *(undefined4 *)\n ((int)&(pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_ + 4);\n uVar9 = (pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_;\n if (((pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) != 0) {\n uVar7 = *(undefined4 *)\n ((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.address_ + 4);\n uVar8 = (undefined4)\n (pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.address_;\n (**(code **)(this->plt_eh_frame_cie_size + 0x68))\n (this,puVar11,uVar8,uVar7,uVar2,iVar18);\n iVar14 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n local_60 = puVar11 + iVar14;\n local_40 = puVar13 + 0x18;\n uVar15 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n iVar14 = this->irelative_count_ + this->count_;\n if (iVar14 != 0) {\n iVar19 = 0;\n do {\n uVar16 = (**(code **)(this->plt_eh_frame_cie_size + 0x6c))\n (this,local_60,uVar8,uVar7,uVar2,iVar18,iVar19 * 8 + 0x18,\n uVar15,iVar19);\n *(uint *)(puVar13 + iVar19 * 8 + 0x18) = uVar15 + uVar16 + uVar2;\n iVar17 = this->plt_eh_frame_cie_size;\n *(uint *)(puVar13 + iVar19 * 8 + 0x1c) =\n (uint)CARRY4(uVar15,uVar16) + iVar18 + (uint)CARRY4(uVar15 + uVar16,uVar2);\n iVar19 = iVar19 + 1;\n iVar17 = (**(code **)(iVar17 + 100))(this);\n local_60 = local_60 + iVar17;\n iVar17 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n uVar15 = uVar15 + iVar17;\n } while (iVar14 != iVar19);\n local_40 = local_40 + iVar14 * 8;\n }\n if (this->tlsdesc_got_offset_ != 0xffffffff) {\n (**(code **)(this->plt_eh_frame_cie_size + 0x70))\n (this,local_60,uVar8,uVar7,uVar2,iVar18,(int)uVar9,uVar6,\n this->tlsdesc_got_offset_,uVar15);\n iVar18 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n local_60 = local_60 + iVar18;\n }\n if ((int)local_60 - (int)puVar11 == uVar3) {\n if ((int)local_40 - (int)puVar13 == uVar12) {\n return;\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0xa4c,"do_write");\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0xa4b,"do_write");\n }\n }\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n }\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0x6f,"get_output_view");\n }" { (if_statement "if ((-1 < *(int *)&this->field_0x18) &&\n (iVar18 = *(int *)((int)&of->file_size_ + 4),\n iVar19 = *(int *)&this->field_0x18 + (uint)CARRY4(uVar3,uVar2),\n uVar15 = (uint)((uint)of->file_size_ < uVar3 + uVar2), iVar14 = iVar18 - iVar19,\n (SBORROW4(iVar18,iVar19) != SBORROW4(iVar14,uVar15)) == (int)(iVar14 - uVar15) < 0)) {\n puVar11 = of->base_ + uVar2;\n pOVar4 = this->got_plt_;\n if (((pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 4) == 0) {\nLAB_0007654e:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xe3,"offset");\n }\n iVar18 = *(int *)((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_ + 4);\n uVar2 = (uint)(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_;\n bVar10 = gold::Parameters::incremental_update(gold::parameters);\n pOVar4 = this->got_plt_;\n if (bVar10) {\n if (((pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 2) == 0) goto LAB_00076512;\n pOVar20 = this->got_irelative_;\n uVar15 = (uint)(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_;\n iVar14 = *(int *)((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_ + 4);\n }\n else {\n if (((pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 2) == 0) goto LAB_00076512;\n uVar15 = (uint)(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_;\n iVar14 = *(int *)((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_ + 4);\n pOVar20 = this->got_irelative_;\n if (((pOVar20->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 4) == 0) goto LAB_0007654e;\n if (iVar18 + iVar14 + (uint)CARRY4(uVar2,uVar15) !=\n *(int *)((int)&(pOVar20->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_ + 4) ||\n (int)(pOVar20->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_ != uVar2 + uVar15) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0xa12,"do_write");\n }\n }\n if (((pOVar20->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 2) == 0) {\nLAB_00076512:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xcf,"data_size");\n }\n poVar1 = &(pOVar20->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_;\n uVar12 = uVar15 + (int)*poVar1;\n if (iVar14 + *(int *)((int)&(pOVar20->super_Output_section_data_build).\n super_Output_section_data.super_Output_data.data_size_ + 4) +\n (uint)CARRY4(uVar15,(uint)*poVar1) != 0) goto LAB_00076531;\n if (-1 < iVar18) {\n iVar18 = iVar18 + (uint)CARRY4(uVar12,uVar2);\n iVar14 = *(int *)((int)&of->file_size_ + 4);\n uVar15 = (uint)((uint)of->file_size_ < uVar12 + uVar2);\n iVar19 = iVar14 - iVar18;\n if ((SBORROW4(iVar14,iVar18) != SBORROW4(iVar19,uVar15)) == (int)(iVar19 - uVar15) < 0) {\n puVar13 = of->base_ + uVar2;\n if ((this->field_0x1c & 1) != 0) {\n uVar2 = *(uint *)&this->field_0x4;\n iVar18 = *(int *)&this->field_0x8;\n pOVar5 = this->got_;\n if (((pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c & 1) != 0) {\n uVar6 = *(undefined4 *)\n ((int)&(pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_ + 4);\n uVar9 = (pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_;\n if (((pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) != 0) {\n uVar7 = *(undefined4 *)\n ((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.address_ + 4);\n uVar8 = (undefined4)\n (pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.address_;\n (**(code **)(this->plt_eh_frame_cie_size + 0x68))\n (this,puVar11,uVar8,uVar7,uVar2,iVar18);\n iVar14 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n local_60 = puVar11 + iVar14;\n local_40 = puVar13 + 0x18;\n uVar15 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n iVar14 = this->irelative_count_ + this->count_;\n if (iVar14 != 0) {\n iVar19 = 0;\n do {\n uVar16 = (**(code **)(this->plt_eh_frame_cie_size + 0x6c))\n (this,local_60,uVar8,uVar7,uVar2,iVar18,iVar19 * 8 + 0x18,\n uVar15,iVar19);\n *(uint *)(puVar13 + iVar19 * 8 + 0x18) = uVar15 + uVar16 + uVar2;\n iVar17 = this->plt_eh_frame_cie_size;\n *(uint *)(puVar13 + iVar19 * 8 + 0x1c) =\n (uint)CARRY4(uVar15,uVar16) + iVar18 + (uint)CARRY4(uVar15 + uVar16,uVar2);\n iVar19 = iVar19 + 1;\n iVar17 = (**(code **)(iVar17 + 100))(this);\n local_60 = local_60 + iVar17;\n iVar17 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n uVar15 = uVar15 + iVar17;\n } while (iVar14 != iVar19);\n local_40 = local_40 + iVar14 * 8;\n }\n if (this->tlsdesc_got_offset_ != 0xffffffff) {\n (**(code **)(this->plt_eh_frame_cie_size + 0x70))\n (this,local_60,uVar8,uVar7,uVar2,iVar18,(int)uVar9,uVar6,\n this->tlsdesc_got_offset_,uVar15);\n iVar18 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n local_60 = local_60 + iVar18;\n }\n if ((int)local_60 - (int)puVar11 == uVar3) {\n if ((int)local_40 - (int)puVar13 == uVar12) {\n return;\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0xa4c,"do_write");\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0xa4b,"do_write");\n }\n }\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n }\n }" if (parenthesized_expression "((-1 < *(int *)&this->field_0x18) &&\n (iVar18 = *(int *)((int)&of->file_size_ + 4),\n iVar19 = *(int *)&this->field_0x18 + (uint)CARRY4(uVar3,uVar2),\n uVar15 = (uint)((uint)of->file_size_ < uVar3 + uVar2), iVar14 = iVar18 - iVar19,\n (SBORROW4(iVar18,iVar19) != SBORROW4(iVar14,uVar15)) == (int)(iVar14 - uVar15) < 0))" ( (binary_expression "(-1 < *(int *)&this->field_0x18) &&\n (iVar18 = *(int *)((int)&of->file_size_ + 4),\n iVar19 = *(int *)&this->field_0x18 + (uint)CARRY4(uVar3,uVar2),\n uVar15 = (uint)((uint)of->file_size_ < uVar3 + uVar2), iVar14 = iVar18 - iVar19,\n (SBORROW4(iVar18,iVar19) != SBORROW4(iVar14,uVar15)) == (int)(iVar14 - uVar15) < 0)" (parenthesized_expression "(-1 < *(int *)&this->field_0x18)" ( (binary_expression "-1 < *(int *)&this->field_0x18" number_literal < (pointer_expression "*(int *)&this->field_0x18" * (cast_expression "(int *)&this->field_0x18" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&this->field_0x18" & (field_expression "this->field_0x18" identifier -> field_identifier))))) )) && (parenthesized_expression "(iVar18 = *(int *)((int)&of->file_size_ + 4),\n iVar19 = *(int *)&this->field_0x18 + (uint)CARRY4(uVar3,uVar2),\n uVar15 = (uint)((uint)of->file_size_ < uVar3 + uVar2), iVar14 = iVar18 - iVar19,\n (SBORROW4(iVar18,iVar19) != SBORROW4(iVar14,uVar15)) == (int)(iVar14 - uVar15) < 0)" ( (comma_expression "iVar18 = *(int *)((int)&of->file_size_ + 4),\n iVar19 = *(int *)&this->field_0x18 + (uint)CARRY4(uVar3,uVar2),\n uVar15 = (uint)((uint)of->file_size_ < uVar3 + uVar2), iVar14 = iVar18 - iVar19,\n (SBORROW4(iVar18,iVar19) != SBORROW4(iVar14,uVar15)) == (int)(iVar14 - uVar15) < 0" (assignment_expression "iVar18 = *(int *)((int)&of->file_size_ + 4)" identifier = (pointer_expression "*(int *)((int)&of->file_size_ + 4)" * (cast_expression "(int *)((int)&of->file_size_ + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&of->file_size_ + 4)" ( (binary_expression "(int)&of->file_size_ + 4" (cast_expression "(int)&of->file_size_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&of->file_size_" & (field_expression "of->file_size_" identifier -> field_identifier))) + number_literal) ))))) , (comma_expression "iVar19 = *(int *)&this->field_0x18 + (uint)CARRY4(uVar3,uVar2),\n uVar15 = (uint)((uint)of->file_size_ < uVar3 + uVar2), iVar14 = iVar18 - iVar19,\n (SBORROW4(iVar18,iVar19) != SBORROW4(iVar14,uVar15)) == (int)(iVar14 - uVar15) < 0" (assignment_expression "iVar19 = *(int *)&this->field_0x18 + (uint)CARRY4(uVar3,uVar2)" identifier = (binary_expression "*(int *)&this->field_0x18 + (uint)CARRY4(uVar3,uVar2)" (pointer_expression "*(int *)&this->field_0x18" * (cast_expression "(int *)&this->field_0x18" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&this->field_0x18" & (field_expression "this->field_0x18" identifier -> field_identifier)))) + (cast_expression "(uint)CARRY4(uVar3,uVar2)" ( (type_descriptor "uint" type_identifier) ) (call_expression "CARRY4(uVar3,uVar2)" identifier (argument_list "(uVar3,uVar2)" ( identifier , identifier )))))) , (comma_expression "uVar15 = (uint)((uint)of->file_size_ < uVar3 + uVar2), iVar14 = iVar18 - iVar19,\n (SBORROW4(iVar18,iVar19) != SBORROW4(iVar14,uVar15)) == (int)(iVar14 - uVar15) < 0" (assignment_expression "uVar15 = (uint)((uint)of->file_size_ < uVar3 + uVar2)" identifier = (call_expression "(uint)((uint)of->file_size_ < uVar3 + uVar2)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "((uint)of->file_size_ < uVar3 + uVar2)" ( (binary_expression "(uint)of->file_size_ < uVar3 + uVar2" (cast_expression "(uint)of->file_size_" ( (type_descriptor "uint" type_identifier) ) (field_expression "of->file_size_" identifier -> field_identifier)) < (binary_expression "uVar3 + uVar2" identifier + identifier)) )))) , (comma_expression "iVar14 = iVar18 - iVar19,\n (SBORROW4(iVar18,iVar19) != SBORROW4(iVar14,uVar15)) == (int)(iVar14 - uVar15) < 0" (assignment_expression "iVar14 = iVar18 - iVar19" identifier = (binary_expression "iVar18 - iVar19" identifier - identifier)) , (binary_expression "(SBORROW4(iVar18,iVar19) != SBORROW4(iVar14,uVar15)) == (int)(iVar14 - uVar15) < 0" (parenthesized_expression "(SBORROW4(iVar18,iVar19) != SBORROW4(iVar14,uVar15))" ( (binary_expression "SBORROW4(iVar18,iVar19) != SBORROW4(iVar14,uVar15)" (call_expression "SBORROW4(iVar18,iVar19)" identifier (argument_list "(iVar18,iVar19)" ( identifier , identifier ))) != (call_expression "SBORROW4(iVar14,uVar15)" identifier (argument_list "(iVar14,uVar15)" ( identifier , identifier )))) )) == (binary_expression "(int)(iVar14 - uVar15) < 0" (cast_expression "(int)(iVar14 - uVar15)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(iVar14 - uVar15)" ( (binary_expression "iVar14 - uVar15" identifier - identifier) ))) < number_literal)))))) ))) )) (compound_statement "{\n puVar11 = of->base_ + uVar2;\n pOVar4 = this->got_plt_;\n if (((pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 4) == 0) {\nLAB_0007654e:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xe3,"offset");\n }\n iVar18 = *(int *)((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_ + 4);\n uVar2 = (uint)(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_;\n bVar10 = gold::Parameters::incremental_update(gold::parameters);\n pOVar4 = this->got_plt_;\n if (bVar10) {\n if (((pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 2) == 0) goto LAB_00076512;\n pOVar20 = this->got_irelative_;\n uVar15 = (uint)(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_;\n iVar14 = *(int *)((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_ + 4);\n }\n else {\n if (((pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 2) == 0) goto LAB_00076512;\n uVar15 = (uint)(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_;\n iVar14 = *(int *)((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_ + 4);\n pOVar20 = this->got_irelative_;\n if (((pOVar20->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 4) == 0) goto LAB_0007654e;\n if (iVar18 + iVar14 + (uint)CARRY4(uVar2,uVar15) !=\n *(int *)((int)&(pOVar20->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_ + 4) ||\n (int)(pOVar20->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_ != uVar2 + uVar15) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0xa12,"do_write");\n }\n }\n if (((pOVar20->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 2) == 0) {\nLAB_00076512:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xcf,"data_size");\n }\n poVar1 = &(pOVar20->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_;\n uVar12 = uVar15 + (int)*poVar1;\n if (iVar14 + *(int *)((int)&(pOVar20->super_Output_section_data_build).\n super_Output_section_data.super_Output_data.data_size_ + 4) +\n (uint)CARRY4(uVar15,(uint)*poVar1) != 0) goto LAB_00076531;\n if (-1 < iVar18) {\n iVar18 = iVar18 + (uint)CARRY4(uVar12,uVar2);\n iVar14 = *(int *)((int)&of->file_size_ + 4);\n uVar15 = (uint)((uint)of->file_size_ < uVar12 + uVar2);\n iVar19 = iVar14 - iVar18;\n if ((SBORROW4(iVar14,iVar18) != SBORROW4(iVar19,uVar15)) == (int)(iVar19 - uVar15) < 0) {\n puVar13 = of->base_ + uVar2;\n if ((this->field_0x1c & 1) != 0) {\n uVar2 = *(uint *)&this->field_0x4;\n iVar18 = *(int *)&this->field_0x8;\n pOVar5 = this->got_;\n if (((pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c & 1) != 0) {\n uVar6 = *(undefined4 *)\n ((int)&(pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_ + 4);\n uVar9 = (pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_;\n if (((pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) != 0) {\n uVar7 = *(undefined4 *)\n ((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.address_ + 4);\n uVar8 = (undefined4)\n (pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.address_;\n (**(code **)(this->plt_eh_frame_cie_size + 0x68))\n (this,puVar11,uVar8,uVar7,uVar2,iVar18);\n iVar14 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n local_60 = puVar11 + iVar14;\n local_40 = puVar13 + 0x18;\n uVar15 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n iVar14 = this->irelative_count_ + this->count_;\n if (iVar14 != 0) {\n iVar19 = 0;\n do {\n uVar16 = (**(code **)(this->plt_eh_frame_cie_size + 0x6c))\n (this,local_60,uVar8,uVar7,uVar2,iVar18,iVar19 * 8 + 0x18,\n uVar15,iVar19);\n *(uint *)(puVar13 + iVar19 * 8 + 0x18) = uVar15 + uVar16 + uVar2;\n iVar17 = this->plt_eh_frame_cie_size;\n *(uint *)(puVar13 + iVar19 * 8 + 0x1c) =\n (uint)CARRY4(uVar15,uVar16) + iVar18 + (uint)CARRY4(uVar15 + uVar16,uVar2);\n iVar19 = iVar19 + 1;\n iVar17 = (**(code **)(iVar17 + 100))(this);\n local_60 = local_60 + iVar17;\n iVar17 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n uVar15 = uVar15 + iVar17;\n } while (iVar14 != iVar19);\n local_40 = local_40 + iVar14 * 8;\n }\n if (this->tlsdesc_got_offset_ != 0xffffffff) {\n (**(code **)(this->plt_eh_frame_cie_size + 0x70))\n (this,local_60,uVar8,uVar7,uVar2,iVar18,(int)uVar9,uVar6,\n this->tlsdesc_got_offset_,uVar15);\n iVar18 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n local_60 = local_60 + iVar18;\n }\n if ((int)local_60 - (int)puVar11 == uVar3) {\n if ((int)local_40 - (int)puVar13 == uVar12) {\n return;\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0xa4c,"do_write");\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0xa4b,"do_write");\n }\n }\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n }\n }" { (expression_statement "puVar11 = of->base_ + uVar2;" (assignment_expression "puVar11 = of->base_ + uVar2" identifier = (binary_expression "of->base_ + uVar2" (field_expression "of->base_" identifier -> field_identifier) + identifier)) ;) (expression_statement "pOVar4 = this->got_plt_;" (assignment_expression "pOVar4 = this->got_plt_" identifier = (field_expression "this->got_plt_" identifier -> field_identifier)) ;) (if_statement "if (((pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 4) == 0) {\nLAB_0007654e:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xe3,"offset");\n }" if (parenthesized_expression "(((pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 4) == 0)" ( (binary_expression "((pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 4) == 0" (parenthesized_expression "((pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 4)" ( (binary_expression "(pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 4" (field_expression "(pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c" (field_expression "(pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data" (field_expression "(pOVar4->super_Output_section_data_build).super_Output_section_data" (parenthesized_expression "(pOVar4->super_Output_section_data_build)" ( (field_expression "pOVar4->super_Output_section_data_build" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) & number_literal) )) == number_literal) )) (compound_statement "{\nLAB_0007654e:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xe3,"offset");\n }" { (labeled_statement "LAB_0007654e:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xe3,"offset");" statement_identifier : comment (labeled_statement "gold::do_gold_unreachable("../../gold/output.h",0xe3,"offset");" statement_identifier : (ERROR ":" :) (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 "iVar18 = *(int *)((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_ + 4);" (assignment_expression "iVar18 = *(int *)((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_ + 4)" identifier = (pointer_expression "*(int *)((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_ + 4)" * (cast_expression "(int *)((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_ + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_ + 4)" ( (binary_expression "(int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_ + 4" (cast_expression "(int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_" & (field_expression "(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_" (field_expression "(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data" (field_expression "(pOVar4->super_Output_section_data_build).super_Output_section_data" (parenthesized_expression "(pOVar4->super_Output_section_data_build)" ( (field_expression "pOVar4->super_Output_section_data_build" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier))) + number_literal) ))))) ;) (expression_statement "uVar2 = (uint)(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_;" (assignment_expression "uVar2 = (uint)(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_" identifier = (field_expression "(uint)(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_" (field_expression "(uint)(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data" (field_expression "(uint)(pOVar4->super_Output_section_data_build).super_Output_section_data" (call_expression "(uint)(pOVar4->super_Output_section_data_build)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(pOVar4->super_Output_section_data_build)" ( (field_expression "pOVar4->super_Output_section_data_build" identifier -> field_identifier) ))) . field_identifier) . field_identifier) . field_identifier)) ;) (ERROR "bVar10 = gold::" (assignment_expression "bVar10 = gold" identifier = identifier) : :) (labeled_statement "Parameters::incremental_update(gold::parameters);" statement_identifier : (ERROR ":incremental_update(gold::parameters)" : (macro_type_specifier "incremental_update(gold::parameters)" identifier ( (ERROR "gold::" (type_descriptor "gold" type_identifier) : :) (type_descriptor "parameters" type_identifier) ))) (expression_statement ";" ;)) (expression_statement "pOVar4 = this->got_plt_;" (assignment_expression "pOVar4 = this->got_plt_" identifier = (field_expression "this->got_plt_" identifier -> field_identifier)) ;) (if_statement "if (bVar10) {\n if (((pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 2) == 0) goto LAB_00076512;\n pOVar20 = this->got_irelative_;\n uVar15 = (uint)(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_;\n iVar14 = *(int *)((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_ + 4);\n }\n else {\n if (((pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 2) == 0) goto LAB_00076512;\n uVar15 = (uint)(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_;\n iVar14 = *(int *)((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_ + 4);\n pOVar20 = this->got_irelative_;\n if (((pOVar20->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 4) == 0) goto LAB_0007654e;\n if (iVar18 + iVar14 + (uint)CARRY4(uVar2,uVar15) !=\n *(int *)((int)&(pOVar20->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_ + 4) ||\n (int)(pOVar20->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_ != uVar2 + uVar15) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0xa12,"do_write");\n }\n }" if (parenthesized_expression "(bVar10)" ( identifier )) (compound_statement "{\n if (((pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 2) == 0) goto LAB_00076512;\n pOVar20 = this->got_irelative_;\n uVar15 = (uint)(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_;\n iVar14 = *(int *)((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_ + 4);\n }" { (if_statement "if (((pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 2) == 0) goto LAB_00076512;" if (parenthesized_expression "(((pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 2) == 0)" ( (binary_expression "((pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 2) == 0" (parenthesized_expression "((pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 2)" ( (binary_expression "(pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 2" (field_expression "(pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c" (field_expression "(pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data" (field_expression "(pOVar4->super_Output_section_data_build).super_Output_section_data" (parenthesized_expression "(pOVar4->super_Output_section_data_build)" ( (field_expression "pOVar4->super_Output_section_data_build" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_00076512;" goto statement_identifier ;)) (expression_statement "pOVar20 = this->got_irelative_;" (assignment_expression "pOVar20 = this->got_irelative_" identifier = (field_expression "this->got_irelative_" identifier -> field_identifier)) ;) (expression_statement "uVar15 = (uint)(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_;" (assignment_expression "uVar15 = (uint)(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_" identifier = (field_expression "(uint)(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_" (field_expression "(uint)(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data" (field_expression "(uint)(pOVar4->super_Output_section_data_build).super_Output_section_data" (call_expression "(uint)(pOVar4->super_Output_section_data_build)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(pOVar4->super_Output_section_data_build)" ( (field_expression "pOVar4->super_Output_section_data_build" identifier -> field_identifier) ))) . field_identifier) . field_identifier) . field_identifier)) ;) (expression_statement "iVar14 = *(int *)((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_ + 4);" (assignment_expression "iVar14 = *(int *)((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_ + 4)" identifier = (pointer_expression "*(int *)((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_ + 4)" * (cast_expression "(int *)((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_ + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_ + 4)" ( (binary_expression "(int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_ + 4" (cast_expression "(int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_" & (field_expression "(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_" (field_expression "(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data" (field_expression "(pOVar4->super_Output_section_data_build).super_Output_section_data" (parenthesized_expression "(pOVar4->super_Output_section_data_build)" ( (field_expression "pOVar4->super_Output_section_data_build" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier))) + number_literal) ))))) ;) }) (else_clause "else {\n if (((pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 2) == 0) goto LAB_00076512;\n uVar15 = (uint)(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_;\n iVar14 = *(int *)((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_ + 4);\n pOVar20 = this->got_irelative_;\n if (((pOVar20->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 4) == 0) goto LAB_0007654e;\n if (iVar18 + iVar14 + (uint)CARRY4(uVar2,uVar15) !=\n *(int *)((int)&(pOVar20->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_ + 4) ||\n (int)(pOVar20->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_ != uVar2 + uVar15) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0xa12,"do_write");\n }\n }" else (compound_statement "{\n if (((pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 2) == 0) goto LAB_00076512;\n uVar15 = (uint)(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_;\n iVar14 = *(int *)((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_ + 4);\n pOVar20 = this->got_irelative_;\n if (((pOVar20->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 4) == 0) goto LAB_0007654e;\n if (iVar18 + iVar14 + (uint)CARRY4(uVar2,uVar15) !=\n *(int *)((int)&(pOVar20->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_ + 4) ||\n (int)(pOVar20->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_ != uVar2 + uVar15) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0xa12,"do_write");\n }\n }" { (if_statement "if (((pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 2) == 0) goto LAB_00076512;" if (parenthesized_expression "(((pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 2) == 0)" ( (binary_expression "((pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 2) == 0" (parenthesized_expression "((pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 2)" ( (binary_expression "(pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 2" (field_expression "(pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c" (field_expression "(pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data" (field_expression "(pOVar4->super_Output_section_data_build).super_Output_section_data" (parenthesized_expression "(pOVar4->super_Output_section_data_build)" ( (field_expression "pOVar4->super_Output_section_data_build" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_00076512;" goto statement_identifier ;)) (expression_statement "uVar15 = (uint)(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_;" (assignment_expression "uVar15 = (uint)(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_" identifier = (field_expression "(uint)(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_" (field_expression "(uint)(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data" (field_expression "(uint)(pOVar4->super_Output_section_data_build).super_Output_section_data" (call_expression "(uint)(pOVar4->super_Output_section_data_build)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(pOVar4->super_Output_section_data_build)" ( (field_expression "pOVar4->super_Output_section_data_build" identifier -> field_identifier) ))) . field_identifier) . field_identifier) . field_identifier)) ;) (expression_statement "iVar14 = *(int *)((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_ + 4);" (assignment_expression "iVar14 = *(int *)((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_ + 4)" identifier = (pointer_expression "*(int *)((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_ + 4)" * (cast_expression "(int *)((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_ + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_ + 4)" ( (binary_expression "(int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_ + 4" (cast_expression "(int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_" & (field_expression "(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_" (field_expression "(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data" (field_expression "(pOVar4->super_Output_section_data_build).super_Output_section_data" (parenthesized_expression "(pOVar4->super_Output_section_data_build)" ( (field_expression "pOVar4->super_Output_section_data_build" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier))) + number_literal) ))))) ;) (expression_statement "pOVar20 = this->got_irelative_;" (assignment_expression "pOVar20 = this->got_irelative_" identifier = (field_expression "this->got_irelative_" identifier -> field_identifier)) ;) (if_statement "if (((pOVar20->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 4) == 0) goto LAB_0007654e;" if (parenthesized_expression "(((pOVar20->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 4) == 0)" ( (binary_expression "((pOVar20->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 4) == 0" (parenthesized_expression "((pOVar20->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 4)" ( (binary_expression "(pOVar20->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 4" (field_expression "(pOVar20->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c" (field_expression "(pOVar20->super_Output_section_data_build).super_Output_section_data.super_Output_data" (field_expression "(pOVar20->super_Output_section_data_build).super_Output_section_data" (parenthesized_expression "(pOVar20->super_Output_section_data_build)" ( (field_expression "pOVar20->super_Output_section_data_build" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_0007654e;" goto statement_identifier ;)) (if_statement "if (iVar18 + iVar14 + (uint)CARRY4(uVar2,uVar15) !=\n *(int *)((int)&(pOVar20->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_ + 4) ||\n (int)(pOVar20->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_ != uVar2 + uVar15) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0xa12,"do_write");\n }" if (parenthesized_expression "(iVar18 + iVar14 + (uint)CARRY4(uVar2,uVar15) !=\n *(int *)((int)&(pOVar20->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_ + 4) ||\n (int)(pOVar20->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_ != uVar2 + uVar15)" ( (binary_expression "iVar18 + iVar14 + (uint)CARRY4(uVar2,uVar15) !=\n *(int *)((int)&(pOVar20->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_ + 4) ||\n (int)(pOVar20->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_ != uVar2 + uVar15" (binary_expression "iVar18 + iVar14 + (uint)CARRY4(uVar2,uVar15) !=\n *(int *)((int)&(pOVar20->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_ + 4)" (binary_expression "iVar18 + iVar14 + (uint)CARRY4(uVar2,uVar15)" (binary_expression "iVar18 + iVar14" identifier + identifier) + (cast_expression "(uint)CARRY4(uVar2,uVar15)" ( (type_descriptor "uint" type_identifier) ) (call_expression "CARRY4(uVar2,uVar15)" identifier (argument_list "(uVar2,uVar15)" ( identifier , identifier ))))) != (pointer_expression "*(int *)((int)&(pOVar20->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_ + 4)" * (cast_expression "(int *)((int)&(pOVar20->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_ + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&(pOVar20->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_ + 4)" ( (binary_expression "(int)&(pOVar20->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_ + 4" (cast_expression "(int)&(pOVar20->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&(pOVar20->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_" & (field_expression "(pOVar20->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_" (field_expression "(pOVar20->super_Output_section_data_build).super_Output_section_data.\n super_Output_data" (field_expression "(pOVar20->super_Output_section_data_build).super_Output_section_data" (parenthesized_expression "(pOVar20->super_Output_section_data_build)" ( (field_expression "pOVar20->super_Output_section_data_build" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier))) + number_literal) ))))) || (binary_expression "(int)(pOVar20->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_ != uVar2 + uVar15" (cast_expression "(int)(pOVar20->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_" ( (type_descriptor "int" primitive_type) ) (field_expression "(pOVar20->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_" (field_expression "(pOVar20->super_Output_section_data_build).super_Output_section_data.\n super_Output_data" (field_expression "(pOVar20->super_Output_section_data_build).super_Output_section_data" (parenthesized_expression "(pOVar20->super_Output_section_data_build)" ( (field_expression "pOVar20->super_Output_section_data_build" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier)) != (binary_expression "uVar2 + uVar15" identifier + identifier))) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0xa12,"do_write");\n }" { comment (labeled_statement "gold::do_gold_unreachable("../../gold/x86_64.cc",0xa12,"do_write");" statement_identifier : (ERROR ":" :) (expression_statement "do_gold_unreachable("../../gold/x86_64.cc",0xa12,"do_write");" (call_expression "do_gold_unreachable("../../gold/x86_64.cc",0xa12,"do_write")" identifier (argument_list "("../../gold/x86_64.cc",0xa12,"do_write")" ( (string_literal ""../../gold/x86_64.cc"" " string_content ") , number_literal , (string_literal ""do_write"" " string_content ") ))) ;)) })) }))) (if_statement "if (((pOVar20->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 2) == 0) {\nLAB_00076512:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xcf,"data_size");\n }" if (parenthesized_expression "(((pOVar20->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 2) == 0)" ( (binary_expression "((pOVar20->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 2) == 0" (parenthesized_expression "((pOVar20->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 2)" ( (binary_expression "(pOVar20->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c & 2" (field_expression "(pOVar20->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c" (field_expression "(pOVar20->super_Output_section_data_build).super_Output_section_data.super_Output_data" (field_expression "(pOVar20->super_Output_section_data_build).super_Output_section_data" (parenthesized_expression "(pOVar20->super_Output_section_data_build)" ( (field_expression "pOVar20->super_Output_section_data_build" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) & number_literal) )) == number_literal) )) (compound_statement "{\nLAB_00076512:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xcf,"data_size");\n }" { (labeled_statement "LAB_00076512:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xcf,"data_size");" statement_identifier : comment (labeled_statement "gold::do_gold_unreachable("../../gold/output.h",0xcf,"data_size");" statement_identifier : (ERROR ":" :) (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 "poVar1 = &(pOVar20->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_;" (assignment_expression "poVar1 = &(pOVar20->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_" identifier = (pointer_expression "&(pOVar20->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_" & (field_expression "(pOVar20->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_" (field_expression "(pOVar20->super_Output_section_data_build).super_Output_section_data.\n super_Output_data" (field_expression "(pOVar20->super_Output_section_data_build).super_Output_section_data" (parenthesized_expression "(pOVar20->super_Output_section_data_build)" ( (field_expression "pOVar20->super_Output_section_data_build" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier))) ;) (expression_statement "uVar12 = uVar15 + (int)*poVar1;" (assignment_expression "uVar12 = uVar15 + (int)*poVar1" identifier = (binary_expression "uVar15 + (int)*poVar1" identifier + (cast_expression "(int)*poVar1" ( (type_descriptor "int" primitive_type) ) (pointer_expression "*poVar1" * identifier)))) ;) (if_statement "if (iVar14 + *(int *)((int)&(pOVar20->super_Output_section_data_build).\n super_Output_section_data.super_Output_data.data_size_ + 4) +\n (uint)CARRY4(uVar15,(uint)*poVar1) != 0) goto LAB_00076531;" if (parenthesized_expression "(iVar14 + *(int *)((int)&(pOVar20->super_Output_section_data_build).\n super_Output_section_data.super_Output_data.data_size_ + 4) +\n (uint)CARRY4(uVar15,(uint)*poVar1) != 0)" ( (binary_expression "iVar14 + *(int *)((int)&(pOVar20->super_Output_section_data_build).\n super_Output_section_data.super_Output_data.data_size_ + 4) +\n (uint)CARRY4(uVar15,(uint)*poVar1) != 0" (binary_expression "iVar14 + *(int *)((int)&(pOVar20->super_Output_section_data_build).\n super_Output_section_data.super_Output_data.data_size_ + 4) +\n (uint)CARRY4(uVar15,(uint)*poVar1)" (binary_expression "iVar14 + *(int *)((int)&(pOVar20->super_Output_section_data_build).\n super_Output_section_data.super_Output_data.data_size_ + 4)" identifier + (pointer_expression "*(int *)((int)&(pOVar20->super_Output_section_data_build).\n super_Output_section_data.super_Output_data.data_size_ + 4)" * (cast_expression "(int *)((int)&(pOVar20->super_Output_section_data_build).\n super_Output_section_data.super_Output_data.data_size_ + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&(pOVar20->super_Output_section_data_build).\n super_Output_section_data.super_Output_data.data_size_ + 4)" ( (binary_expression "(int)&(pOVar20->super_Output_section_data_build).\n super_Output_section_data.super_Output_data.data_size_ + 4" (cast_expression "(int)&(pOVar20->super_Output_section_data_build).\n super_Output_section_data.super_Output_data.data_size_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&(pOVar20->super_Output_section_data_build).\n super_Output_section_data.super_Output_data.data_size_" & (field_expression "(pOVar20->super_Output_section_data_build).\n super_Output_section_data.super_Output_data.data_size_" (field_expression "(pOVar20->super_Output_section_data_build).\n super_Output_section_data.super_Output_data" (field_expression "(pOVar20->super_Output_section_data_build).\n super_Output_section_data" (parenthesized_expression "(pOVar20->super_Output_section_data_build)" ( (field_expression "pOVar20->super_Output_section_data_build" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier))) + number_literal) ))))) + (cast_expression "(uint)CARRY4(uVar15,(uint)*poVar1)" ( (type_descriptor "uint" type_identifier) ) (call_expression "CARRY4(uVar15,(uint)*poVar1)" identifier (argument_list "(uVar15,(uint)*poVar1)" ( identifier , (binary_expression "(uint)*poVar1" (parenthesized_expression "(uint)" ( identifier )) * identifier) ))))) != number_literal) )) (goto_statement "goto LAB_00076531;" goto statement_identifier ;)) (if_statement "if (-1 < iVar18) {\n iVar18 = iVar18 + (uint)CARRY4(uVar12,uVar2);\n iVar14 = *(int *)((int)&of->file_size_ + 4);\n uVar15 = (uint)((uint)of->file_size_ < uVar12 + uVar2);\n iVar19 = iVar14 - iVar18;\n if ((SBORROW4(iVar14,iVar18) != SBORROW4(iVar19,uVar15)) == (int)(iVar19 - uVar15) < 0) {\n puVar13 = of->base_ + uVar2;\n if ((this->field_0x1c & 1) != 0) {\n uVar2 = *(uint *)&this->field_0x4;\n iVar18 = *(int *)&this->field_0x8;\n pOVar5 = this->got_;\n if (((pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c & 1) != 0) {\n uVar6 = *(undefined4 *)\n ((int)&(pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_ + 4);\n uVar9 = (pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_;\n if (((pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) != 0) {\n uVar7 = *(undefined4 *)\n ((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.address_ + 4);\n uVar8 = (undefined4)\n (pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.address_;\n (**(code **)(this->plt_eh_frame_cie_size + 0x68))\n (this,puVar11,uVar8,uVar7,uVar2,iVar18);\n iVar14 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n local_60 = puVar11 + iVar14;\n local_40 = puVar13 + 0x18;\n uVar15 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n iVar14 = this->irelative_count_ + this->count_;\n if (iVar14 != 0) {\n iVar19 = 0;\n do {\n uVar16 = (**(code **)(this->plt_eh_frame_cie_size + 0x6c))\n (this,local_60,uVar8,uVar7,uVar2,iVar18,iVar19 * 8 + 0x18,\n uVar15,iVar19);\n *(uint *)(puVar13 + iVar19 * 8 + 0x18) = uVar15 + uVar16 + uVar2;\n iVar17 = this->plt_eh_frame_cie_size;\n *(uint *)(puVar13 + iVar19 * 8 + 0x1c) =\n (uint)CARRY4(uVar15,uVar16) + iVar18 + (uint)CARRY4(uVar15 + uVar16,uVar2);\n iVar19 = iVar19 + 1;\n iVar17 = (**(code **)(iVar17 + 100))(this);\n local_60 = local_60 + iVar17;\n iVar17 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n uVar15 = uVar15 + iVar17;\n } while (iVar14 != iVar19);\n local_40 = local_40 + iVar14 * 8;\n }\n if (this->tlsdesc_got_offset_ != 0xffffffff) {\n (**(code **)(this->plt_eh_frame_cie_size + 0x70))\n (this,local_60,uVar8,uVar7,uVar2,iVar18,(int)uVar9,uVar6,\n this->tlsdesc_got_offset_,uVar15);\n iVar18 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n local_60 = local_60 + iVar18;\n }\n if ((int)local_60 - (int)puVar11 == uVar3) {\n if ((int)local_40 - (int)puVar13 == uVar12) {\n return;\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0xa4c,"do_write");\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0xa4b,"do_write");\n }\n }\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n }" if (parenthesized_expression "(-1 < iVar18)" ( (binary_expression "-1 < iVar18" number_literal < identifier) )) (compound_statement "{\n iVar18 = iVar18 + (uint)CARRY4(uVar12,uVar2);\n iVar14 = *(int *)((int)&of->file_size_ + 4);\n uVar15 = (uint)((uint)of->file_size_ < uVar12 + uVar2);\n iVar19 = iVar14 - iVar18;\n if ((SBORROW4(iVar14,iVar18) != SBORROW4(iVar19,uVar15)) == (int)(iVar19 - uVar15) < 0) {\n puVar13 = of->base_ + uVar2;\n if ((this->field_0x1c & 1) != 0) {\n uVar2 = *(uint *)&this->field_0x4;\n iVar18 = *(int *)&this->field_0x8;\n pOVar5 = this->got_;\n if (((pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c & 1) != 0) {\n uVar6 = *(undefined4 *)\n ((int)&(pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_ + 4);\n uVar9 = (pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_;\n if (((pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) != 0) {\n uVar7 = *(undefined4 *)\n ((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.address_ + 4);\n uVar8 = (undefined4)\n (pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.address_;\n (**(code **)(this->plt_eh_frame_cie_size + 0x68))\n (this,puVar11,uVar8,uVar7,uVar2,iVar18);\n iVar14 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n local_60 = puVar11 + iVar14;\n local_40 = puVar13 + 0x18;\n uVar15 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n iVar14 = this->irelative_count_ + this->count_;\n if (iVar14 != 0) {\n iVar19 = 0;\n do {\n uVar16 = (**(code **)(this->plt_eh_frame_cie_size + 0x6c))\n (this,local_60,uVar8,uVar7,uVar2,iVar18,iVar19 * 8 + 0x18,\n uVar15,iVar19);\n *(uint *)(puVar13 + iVar19 * 8 + 0x18) = uVar15 + uVar16 + uVar2;\n iVar17 = this->plt_eh_frame_cie_size;\n *(uint *)(puVar13 + iVar19 * 8 + 0x1c) =\n (uint)CARRY4(uVar15,uVar16) + iVar18 + (uint)CARRY4(uVar15 + uVar16,uVar2);\n iVar19 = iVar19 + 1;\n iVar17 = (**(code **)(iVar17 + 100))(this);\n local_60 = local_60 + iVar17;\n iVar17 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n uVar15 = uVar15 + iVar17;\n } while (iVar14 != iVar19);\n local_40 = local_40 + iVar14 * 8;\n }\n if (this->tlsdesc_got_offset_ != 0xffffffff) {\n (**(code **)(this->plt_eh_frame_cie_size + 0x70))\n (this,local_60,uVar8,uVar7,uVar2,iVar18,(int)uVar9,uVar6,\n this->tlsdesc_got_offset_,uVar15);\n iVar18 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n local_60 = local_60 + iVar18;\n }\n if ((int)local_60 - (int)puVar11 == uVar3) {\n if ((int)local_40 - (int)puVar13 == uVar12) {\n return;\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0xa4c,"do_write");\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0xa4b,"do_write");\n }\n }\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n }" { (expression_statement "iVar18 = iVar18 + (uint)CARRY4(uVar12,uVar2);" (assignment_expression "iVar18 = iVar18 + (uint)CARRY4(uVar12,uVar2)" identifier = (binary_expression "iVar18 + (uint)CARRY4(uVar12,uVar2)" identifier + (cast_expression "(uint)CARRY4(uVar12,uVar2)" ( (type_descriptor "uint" type_identifier) ) (call_expression "CARRY4(uVar12,uVar2)" identifier (argument_list "(uVar12,uVar2)" ( identifier , identifier )))))) ;) (expression_statement "iVar14 = *(int *)((int)&of->file_size_ + 4);" (assignment_expression "iVar14 = *(int *)((int)&of->file_size_ + 4)" identifier = (pointer_expression "*(int *)((int)&of->file_size_ + 4)" * (cast_expression "(int *)((int)&of->file_size_ + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&of->file_size_ + 4)" ( (binary_expression "(int)&of->file_size_ + 4" (cast_expression "(int)&of->file_size_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&of->file_size_" & (field_expression "of->file_size_" identifier -> field_identifier))) + number_literal) ))))) ;) (expression_statement "uVar15 = (uint)((uint)of->file_size_ < uVar12 + uVar2);" (assignment_expression "uVar15 = (uint)((uint)of->file_size_ < uVar12 + uVar2)" identifier = (call_expression "(uint)((uint)of->file_size_ < uVar12 + uVar2)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "((uint)of->file_size_ < uVar12 + uVar2)" ( (binary_expression "(uint)of->file_size_ < uVar12 + uVar2" (cast_expression "(uint)of->file_size_" ( (type_descriptor "uint" type_identifier) ) (field_expression "of->file_size_" identifier -> field_identifier)) < (binary_expression "uVar12 + uVar2" identifier + identifier)) )))) ;) (expression_statement "iVar19 = iVar14 - iVar18;" (assignment_expression "iVar19 = iVar14 - iVar18" identifier = (binary_expression "iVar14 - iVar18" identifier - identifier)) ;) (if_statement "if ((SBORROW4(iVar14,iVar18) != SBORROW4(iVar19,uVar15)) == (int)(iVar19 - uVar15) < 0) {\n puVar13 = of->base_ + uVar2;\n if ((this->field_0x1c & 1) != 0) {\n uVar2 = *(uint *)&this->field_0x4;\n iVar18 = *(int *)&this->field_0x8;\n pOVar5 = this->got_;\n if (((pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c & 1) != 0) {\n uVar6 = *(undefined4 *)\n ((int)&(pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_ + 4);\n uVar9 = (pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_;\n if (((pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) != 0) {\n uVar7 = *(undefined4 *)\n ((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.address_ + 4);\n uVar8 = (undefined4)\n (pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.address_;\n (**(code **)(this->plt_eh_frame_cie_size + 0x68))\n (this,puVar11,uVar8,uVar7,uVar2,iVar18);\n iVar14 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n local_60 = puVar11 + iVar14;\n local_40 = puVar13 + 0x18;\n uVar15 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n iVar14 = this->irelative_count_ + this->count_;\n if (iVar14 != 0) {\n iVar19 = 0;\n do {\n uVar16 = (**(code **)(this->plt_eh_frame_cie_size + 0x6c))\n (this,local_60,uVar8,uVar7,uVar2,iVar18,iVar19 * 8 + 0x18,\n uVar15,iVar19);\n *(uint *)(puVar13 + iVar19 * 8 + 0x18) = uVar15 + uVar16 + uVar2;\n iVar17 = this->plt_eh_frame_cie_size;\n *(uint *)(puVar13 + iVar19 * 8 + 0x1c) =\n (uint)CARRY4(uVar15,uVar16) + iVar18 + (uint)CARRY4(uVar15 + uVar16,uVar2);\n iVar19 = iVar19 + 1;\n iVar17 = (**(code **)(iVar17 + 100))(this);\n local_60 = local_60 + iVar17;\n iVar17 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n uVar15 = uVar15 + iVar17;\n } while (iVar14 != iVar19);\n local_40 = local_40 + iVar14 * 8;\n }\n if (this->tlsdesc_got_offset_ != 0xffffffff) {\n (**(code **)(this->plt_eh_frame_cie_size + 0x70))\n (this,local_60,uVar8,uVar7,uVar2,iVar18,(int)uVar9,uVar6,\n this->tlsdesc_got_offset_,uVar15);\n iVar18 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n local_60 = local_60 + iVar18;\n }\n if ((int)local_60 - (int)puVar11 == uVar3) {\n if ((int)local_40 - (int)puVar13 == uVar12) {\n return;\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0xa4c,"do_write");\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0xa4b,"do_write");\n }\n }\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }" if (parenthesized_expression "((SBORROW4(iVar14,iVar18) != SBORROW4(iVar19,uVar15)) == (int)(iVar19 - uVar15) < 0)" ( (binary_expression "(SBORROW4(iVar14,iVar18) != SBORROW4(iVar19,uVar15)) == (int)(iVar19 - uVar15) < 0" (parenthesized_expression "(SBORROW4(iVar14,iVar18) != SBORROW4(iVar19,uVar15))" ( (binary_expression "SBORROW4(iVar14,iVar18) != SBORROW4(iVar19,uVar15)" (call_expression "SBORROW4(iVar14,iVar18)" identifier (argument_list "(iVar14,iVar18)" ( identifier , identifier ))) != (call_expression "SBORROW4(iVar19,uVar15)" identifier (argument_list "(iVar19,uVar15)" ( identifier , identifier )))) )) == (binary_expression "(int)(iVar19 - uVar15) < 0" (cast_expression "(int)(iVar19 - uVar15)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(iVar19 - uVar15)" ( (binary_expression "iVar19 - uVar15" identifier - identifier) ))) < number_literal)) )) (compound_statement "{\n puVar13 = of->base_ + uVar2;\n if ((this->field_0x1c & 1) != 0) {\n uVar2 = *(uint *)&this->field_0x4;\n iVar18 = *(int *)&this->field_0x8;\n pOVar5 = this->got_;\n if (((pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c & 1) != 0) {\n uVar6 = *(undefined4 *)\n ((int)&(pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_ + 4);\n uVar9 = (pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_;\n if (((pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) != 0) {\n uVar7 = *(undefined4 *)\n ((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.address_ + 4);\n uVar8 = (undefined4)\n (pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.address_;\n (**(code **)(this->plt_eh_frame_cie_size + 0x68))\n (this,puVar11,uVar8,uVar7,uVar2,iVar18);\n iVar14 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n local_60 = puVar11 + iVar14;\n local_40 = puVar13 + 0x18;\n uVar15 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n iVar14 = this->irelative_count_ + this->count_;\n if (iVar14 != 0) {\n iVar19 = 0;\n do {\n uVar16 = (**(code **)(this->plt_eh_frame_cie_size + 0x6c))\n (this,local_60,uVar8,uVar7,uVar2,iVar18,iVar19 * 8 + 0x18,\n uVar15,iVar19);\n *(uint *)(puVar13 + iVar19 * 8 + 0x18) = uVar15 + uVar16 + uVar2;\n iVar17 = this->plt_eh_frame_cie_size;\n *(uint *)(puVar13 + iVar19 * 8 + 0x1c) =\n (uint)CARRY4(uVar15,uVar16) + iVar18 + (uint)CARRY4(uVar15 + uVar16,uVar2);\n iVar19 = iVar19 + 1;\n iVar17 = (**(code **)(iVar17 + 100))(this);\n local_60 = local_60 + iVar17;\n iVar17 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n uVar15 = uVar15 + iVar17;\n } while (iVar14 != iVar19);\n local_40 = local_40 + iVar14 * 8;\n }\n if (this->tlsdesc_got_offset_ != 0xffffffff) {\n (**(code **)(this->plt_eh_frame_cie_size + 0x70))\n (this,local_60,uVar8,uVar7,uVar2,iVar18,(int)uVar9,uVar6,\n this->tlsdesc_got_offset_,uVar15);\n iVar18 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n local_60 = local_60 + iVar18;\n }\n if ((int)local_60 - (int)puVar11 == uVar3) {\n if ((int)local_40 - (int)puVar13 == uVar12) {\n return;\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0xa4c,"do_write");\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0xa4b,"do_write");\n }\n }\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }" { (expression_statement "puVar13 = of->base_ + uVar2;" (assignment_expression "puVar13 = of->base_ + uVar2" identifier = (binary_expression "of->base_ + uVar2" (field_expression "of->base_" identifier -> field_identifier) + identifier)) ;) (if_statement "if ((this->field_0x1c & 1) != 0) {\n uVar2 = *(uint *)&this->field_0x4;\n iVar18 = *(int *)&this->field_0x8;\n pOVar5 = this->got_;\n if (((pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c & 1) != 0) {\n uVar6 = *(undefined4 *)\n ((int)&(pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_ + 4);\n uVar9 = (pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_;\n if (((pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) != 0) {\n uVar7 = *(undefined4 *)\n ((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.address_ + 4);\n uVar8 = (undefined4)\n (pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.address_;\n (**(code **)(this->plt_eh_frame_cie_size + 0x68))\n (this,puVar11,uVar8,uVar7,uVar2,iVar18);\n iVar14 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n local_60 = puVar11 + iVar14;\n local_40 = puVar13 + 0x18;\n uVar15 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n iVar14 = this->irelative_count_ + this->count_;\n if (iVar14 != 0) {\n iVar19 = 0;\n do {\n uVar16 = (**(code **)(this->plt_eh_frame_cie_size + 0x6c))\n (this,local_60,uVar8,uVar7,uVar2,iVar18,iVar19 * 8 + 0x18,\n uVar15,iVar19);\n *(uint *)(puVar13 + iVar19 * 8 + 0x18) = uVar15 + uVar16 + uVar2;\n iVar17 = this->plt_eh_frame_cie_size;\n *(uint *)(puVar13 + iVar19 * 8 + 0x1c) =\n (uint)CARRY4(uVar15,uVar16) + iVar18 + (uint)CARRY4(uVar15 + uVar16,uVar2);\n iVar19 = iVar19 + 1;\n iVar17 = (**(code **)(iVar17 + 100))(this);\n local_60 = local_60 + iVar17;\n iVar17 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n uVar15 = uVar15 + iVar17;\n } while (iVar14 != iVar19);\n local_40 = local_40 + iVar14 * 8;\n }\n if (this->tlsdesc_got_offset_ != 0xffffffff) {\n (**(code **)(this->plt_eh_frame_cie_size + 0x70))\n (this,local_60,uVar8,uVar7,uVar2,iVar18,(int)uVar9,uVar6,\n this->tlsdesc_got_offset_,uVar15);\n iVar18 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n local_60 = local_60 + iVar18;\n }\n if ((int)local_60 - (int)puVar11 == uVar3) {\n if ((int)local_40 - (int)puVar13 == uVar12) {\n return;\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0xa4c,"do_write");\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0xa4b,"do_write");\n }\n }\n }" if (parenthesized_expression "((this->field_0x1c & 1) != 0)" ( (binary_expression "(this->field_0x1c & 1) != 0" (parenthesized_expression "(this->field_0x1c & 1)" ( (binary_expression "this->field_0x1c & 1" (field_expression "this->field_0x1c" identifier -> field_identifier) & number_literal) )) != number_literal) )) (compound_statement "{\n uVar2 = *(uint *)&this->field_0x4;\n iVar18 = *(int *)&this->field_0x8;\n pOVar5 = this->got_;\n if (((pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c & 1) != 0) {\n uVar6 = *(undefined4 *)\n ((int)&(pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_ + 4);\n uVar9 = (pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_;\n if (((pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) != 0) {\n uVar7 = *(undefined4 *)\n ((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.address_ + 4);\n uVar8 = (undefined4)\n (pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.address_;\n (**(code **)(this->plt_eh_frame_cie_size + 0x68))\n (this,puVar11,uVar8,uVar7,uVar2,iVar18);\n iVar14 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n local_60 = puVar11 + iVar14;\n local_40 = puVar13 + 0x18;\n uVar15 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n iVar14 = this->irelative_count_ + this->count_;\n if (iVar14 != 0) {\n iVar19 = 0;\n do {\n uVar16 = (**(code **)(this->plt_eh_frame_cie_size + 0x6c))\n (this,local_60,uVar8,uVar7,uVar2,iVar18,iVar19 * 8 + 0x18,\n uVar15,iVar19);\n *(uint *)(puVar13 + iVar19 * 8 + 0x18) = uVar15 + uVar16 + uVar2;\n iVar17 = this->plt_eh_frame_cie_size;\n *(uint *)(puVar13 + iVar19 * 8 + 0x1c) =\n (uint)CARRY4(uVar15,uVar16) + iVar18 + (uint)CARRY4(uVar15 + uVar16,uVar2);\n iVar19 = iVar19 + 1;\n iVar17 = (**(code **)(iVar17 + 100))(this);\n local_60 = local_60 + iVar17;\n iVar17 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n uVar15 = uVar15 + iVar17;\n } while (iVar14 != iVar19);\n local_40 = local_40 + iVar14 * 8;\n }\n if (this->tlsdesc_got_offset_ != 0xffffffff) {\n (**(code **)(this->plt_eh_frame_cie_size + 0x70))\n (this,local_60,uVar8,uVar7,uVar2,iVar18,(int)uVar9,uVar6,\n this->tlsdesc_got_offset_,uVar15);\n iVar18 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n local_60 = local_60 + iVar18;\n }\n if ((int)local_60 - (int)puVar11 == uVar3) {\n if ((int)local_40 - (int)puVar13 == uVar12) {\n return;\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0xa4c,"do_write");\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0xa4b,"do_write");\n }\n }\n }" { (expression_statement "uVar2 = *(uint *)&this->field_0x4;" (assignment_expression "uVar2 = *(uint *)&this->field_0x4" identifier = (pointer_expression "*(uint *)&this->field_0x4" * (cast_expression "(uint *)&this->field_0x4" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&this->field_0x4" & (field_expression "this->field_0x4" identifier -> field_identifier))))) ;) (expression_statement "iVar18 = *(int *)&this->field_0x8;" (assignment_expression "iVar18 = *(int *)&this->field_0x8" identifier = (pointer_expression "*(int *)&this->field_0x8" * (cast_expression "(int *)&this->field_0x8" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&this->field_0x8" & (field_expression "this->field_0x8" identifier -> field_identifier))))) ;) (expression_statement "pOVar5 = this->got_;" (assignment_expression "pOVar5 = this->got_" identifier = (field_expression "this->got_" identifier -> field_identifier)) ;) (if_statement "if (((pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c & 1) != 0) {\n uVar6 = *(undefined4 *)\n ((int)&(pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_ + 4);\n uVar9 = (pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_;\n if (((pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) != 0) {\n uVar7 = *(undefined4 *)\n ((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.address_ + 4);\n uVar8 = (undefined4)\n (pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.address_;\n (**(code **)(this->plt_eh_frame_cie_size + 0x68))\n (this,puVar11,uVar8,uVar7,uVar2,iVar18);\n iVar14 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n local_60 = puVar11 + iVar14;\n local_40 = puVar13 + 0x18;\n uVar15 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n iVar14 = this->irelative_count_ + this->count_;\n if (iVar14 != 0) {\n iVar19 = 0;\n do {\n uVar16 = (**(code **)(this->plt_eh_frame_cie_size + 0x6c))\n (this,local_60,uVar8,uVar7,uVar2,iVar18,iVar19 * 8 + 0x18,\n uVar15,iVar19);\n *(uint *)(puVar13 + iVar19 * 8 + 0x18) = uVar15 + uVar16 + uVar2;\n iVar17 = this->plt_eh_frame_cie_size;\n *(uint *)(puVar13 + iVar19 * 8 + 0x1c) =\n (uint)CARRY4(uVar15,uVar16) + iVar18 + (uint)CARRY4(uVar15 + uVar16,uVar2);\n iVar19 = iVar19 + 1;\n iVar17 = (**(code **)(iVar17 + 100))(this);\n local_60 = local_60 + iVar17;\n iVar17 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n uVar15 = uVar15 + iVar17;\n } while (iVar14 != iVar19);\n local_40 = local_40 + iVar14 * 8;\n }\n if (this->tlsdesc_got_offset_ != 0xffffffff) {\n (**(code **)(this->plt_eh_frame_cie_size + 0x70))\n (this,local_60,uVar8,uVar7,uVar2,iVar18,(int)uVar9,uVar6,\n this->tlsdesc_got_offset_,uVar15);\n iVar18 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n local_60 = local_60 + iVar18;\n }\n if ((int)local_60 - (int)puVar11 == uVar3) {\n if ((int)local_40 - (int)puVar13 == uVar12) {\n return;\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0xa4c,"do_write");\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0xa4b,"do_write");\n }\n }" if (parenthesized_expression "(((pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c & 1) != 0)" ( (binary_expression "((pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c & 1) != 0" (parenthesized_expression "((pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c & 1)" ( (binary_expression "(pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c & 1" (field_expression "(pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c" (field_expression "(pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data" (field_expression "(pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data" (field_expression "(pOVar5->super_Output_data_got_base).super_Output_section_data_build" (parenthesized_expression "(pOVar5->super_Output_data_got_base)" ( (field_expression "pOVar5->super_Output_data_got_base" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier) & number_literal) )) != number_literal) )) (compound_statement "{\n uVar6 = *(undefined4 *)\n ((int)&(pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_ + 4);\n uVar9 = (pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_;\n if (((pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) != 0) {\n uVar7 = *(undefined4 *)\n ((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.address_ + 4);\n uVar8 = (undefined4)\n (pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.address_;\n (**(code **)(this->plt_eh_frame_cie_size + 0x68))\n (this,puVar11,uVar8,uVar7,uVar2,iVar18);\n iVar14 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n local_60 = puVar11 + iVar14;\n local_40 = puVar13 + 0x18;\n uVar15 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n iVar14 = this->irelative_count_ + this->count_;\n if (iVar14 != 0) {\n iVar19 = 0;\n do {\n uVar16 = (**(code **)(this->plt_eh_frame_cie_size + 0x6c))\n (this,local_60,uVar8,uVar7,uVar2,iVar18,iVar19 * 8 + 0x18,\n uVar15,iVar19);\n *(uint *)(puVar13 + iVar19 * 8 + 0x18) = uVar15 + uVar16 + uVar2;\n iVar17 = this->plt_eh_frame_cie_size;\n *(uint *)(puVar13 + iVar19 * 8 + 0x1c) =\n (uint)CARRY4(uVar15,uVar16) + iVar18 + (uint)CARRY4(uVar15 + uVar16,uVar2);\n iVar19 = iVar19 + 1;\n iVar17 = (**(code **)(iVar17 + 100))(this);\n local_60 = local_60 + iVar17;\n iVar17 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n uVar15 = uVar15 + iVar17;\n } while (iVar14 != iVar19);\n local_40 = local_40 + iVar14 * 8;\n }\n if (this->tlsdesc_got_offset_ != 0xffffffff) {\n (**(code **)(this->plt_eh_frame_cie_size + 0x70))\n (this,local_60,uVar8,uVar7,uVar2,iVar18,(int)uVar9,uVar6,\n this->tlsdesc_got_offset_,uVar15);\n iVar18 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n local_60 = local_60 + iVar18;\n }\n if ((int)local_60 - (int)puVar11 == uVar3) {\n if ((int)local_40 - (int)puVar13 == uVar12) {\n return;\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0xa4c,"do_write");\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0xa4b,"do_write");\n }\n }" { (expression_statement "uVar6 = *(undefined4 *)\n ((int)&(pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_ + 4);" (assignment_expression "uVar6 = *(undefined4 *)\n ((int)&(pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_ + 4)" identifier = (pointer_expression "*(undefined4 *)\n ((int)&(pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_ + 4)" * (cast_expression "(undefined4 *)\n ((int)&(pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_ + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&(pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_ + 4)" ( (binary_expression "(int)&(pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_ + 4" (cast_expression "(int)&(pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&(pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_" & (field_expression "(pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_" (field_expression "(pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data" (field_expression "(pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data" (field_expression "(pOVar5->super_Output_data_got_base).super_Output_section_data_build" (parenthesized_expression "(pOVar5->super_Output_data_got_base)" ( (field_expression "pOVar5->super_Output_data_got_base" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier))) + number_literal) ))))) ;) (expression_statement "uVar9 = (pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_;" (assignment_expression "uVar9 = (pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_" identifier = (field_expression "(pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_" (field_expression "(pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data" (field_expression "(pOVar5->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data" (field_expression "(pOVar5->super_Output_data_got_base).super_Output_section_data_build" (parenthesized_expression "(pOVar5->super_Output_data_got_base)" ( (field_expression "pOVar5->super_Output_data_got_base" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier)) ;) (if_statement "if (((pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) != 0) {\n uVar7 = *(undefined4 *)\n ((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.address_ + 4);\n uVar8 = (undefined4)\n (pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.address_;\n (**(code **)(this->plt_eh_frame_cie_size + 0x68))\n (this,puVar11,uVar8,uVar7,uVar2,iVar18);\n iVar14 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n local_60 = puVar11 + iVar14;\n local_40 = puVar13 + 0x18;\n uVar15 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n iVar14 = this->irelative_count_ + this->count_;\n if (iVar14 != 0) {\n iVar19 = 0;\n do {\n uVar16 = (**(code **)(this->plt_eh_frame_cie_size + 0x6c))\n (this,local_60,uVar8,uVar7,uVar2,iVar18,iVar19 * 8 + 0x18,\n uVar15,iVar19);\n *(uint *)(puVar13 + iVar19 * 8 + 0x18) = uVar15 + uVar16 + uVar2;\n iVar17 = this->plt_eh_frame_cie_size;\n *(uint *)(puVar13 + iVar19 * 8 + 0x1c) =\n (uint)CARRY4(uVar15,uVar16) + iVar18 + (uint)CARRY4(uVar15 + uVar16,uVar2);\n iVar19 = iVar19 + 1;\n iVar17 = (**(code **)(iVar17 + 100))(this);\n local_60 = local_60 + iVar17;\n iVar17 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n uVar15 = uVar15 + iVar17;\n } while (iVar14 != iVar19);\n local_40 = local_40 + iVar14 * 8;\n }\n if (this->tlsdesc_got_offset_ != 0xffffffff) {\n (**(code **)(this->plt_eh_frame_cie_size + 0x70))\n (this,local_60,uVar8,uVar7,uVar2,iVar18,(int)uVar9,uVar6,\n this->tlsdesc_got_offset_,uVar15);\n iVar18 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n local_60 = local_60 + iVar18;\n }\n if ((int)local_60 - (int)puVar11 == uVar3) {\n if ((int)local_40 - (int)puVar13 == uVar12) {\n return;\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0xa4c,"do_write");\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0xa4b,"do_write");\n }" if (parenthesized_expression "(((pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) != 0)" ( (binary_expression "((pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) != 0" (parenthesized_expression "((pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1)" ( (binary_expression "(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1" (field_expression "(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c" (field_expression "(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data" (field_expression "(pOVar4->super_Output_section_data_build).super_Output_section_data" (parenthesized_expression "(pOVar4->super_Output_section_data_build)" ( (field_expression "pOVar4->super_Output_section_data_build" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) & number_literal) )) != number_literal) )) (compound_statement "{\n uVar7 = *(undefined4 *)\n ((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.address_ + 4);\n uVar8 = (undefined4)\n (pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.address_;\n (**(code **)(this->plt_eh_frame_cie_size + 0x68))\n (this,puVar11,uVar8,uVar7,uVar2,iVar18);\n iVar14 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n local_60 = puVar11 + iVar14;\n local_40 = puVar13 + 0x18;\n uVar15 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n iVar14 = this->irelative_count_ + this->count_;\n if (iVar14 != 0) {\n iVar19 = 0;\n do {\n uVar16 = (**(code **)(this->plt_eh_frame_cie_size + 0x6c))\n (this,local_60,uVar8,uVar7,uVar2,iVar18,iVar19 * 8 + 0x18,\n uVar15,iVar19);\n *(uint *)(puVar13 + iVar19 * 8 + 0x18) = uVar15 + uVar16 + uVar2;\n iVar17 = this->plt_eh_frame_cie_size;\n *(uint *)(puVar13 + iVar19 * 8 + 0x1c) =\n (uint)CARRY4(uVar15,uVar16) + iVar18 + (uint)CARRY4(uVar15 + uVar16,uVar2);\n iVar19 = iVar19 + 1;\n iVar17 = (**(code **)(iVar17 + 100))(this);\n local_60 = local_60 + iVar17;\n iVar17 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n uVar15 = uVar15 + iVar17;\n } while (iVar14 != iVar19);\n local_40 = local_40 + iVar14 * 8;\n }\n if (this->tlsdesc_got_offset_ != 0xffffffff) {\n (**(code **)(this->plt_eh_frame_cie_size + 0x70))\n (this,local_60,uVar8,uVar7,uVar2,iVar18,(int)uVar9,uVar6,\n this->tlsdesc_got_offset_,uVar15);\n iVar18 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n local_60 = local_60 + iVar18;\n }\n if ((int)local_60 - (int)puVar11 == uVar3) {\n if ((int)local_40 - (int)puVar13 == uVar12) {\n return;\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0xa4c,"do_write");\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0xa4b,"do_write");\n }" { (expression_statement "uVar7 = *(undefined4 *)\n ((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.address_ + 4);" (assignment_expression "uVar7 = *(undefined4 *)\n ((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.address_ + 4)" identifier = (pointer_expression "*(undefined4 *)\n ((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.address_ + 4)" * (cast_expression "(undefined4 *)\n ((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.address_ + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.address_ + 4)" ( (binary_expression "(int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.address_ + 4" (cast_expression "(int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.address_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.address_" & (field_expression "(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.address_" (field_expression "(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data" (field_expression "(pOVar4->super_Output_section_data_build).super_Output_section_data" (parenthesized_expression "(pOVar4->super_Output_section_data_build)" ( (field_expression "pOVar4->super_Output_section_data_build" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier))) + number_literal) ))))) ;) (expression_statement "uVar8 = (undefined4)\n (pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.address_;" (assignment_expression "uVar8 = (undefined4)\n (pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.address_" identifier = (field_expression "(undefined4)\n (pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.address_" (field_expression "(undefined4)\n (pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data" (field_expression "(undefined4)\n (pOVar4->super_Output_section_data_build).super_Output_section_data" (call_expression "(undefined4)\n (pOVar4->super_Output_section_data_build)" (parenthesized_expression "(undefined4)" ( identifier )) (argument_list "(pOVar4->super_Output_section_data_build)" ( (field_expression "pOVar4->super_Output_section_data_build" identifier -> field_identifier) ))) . field_identifier) . field_identifier) . field_identifier)) ;) (expression_statement "(**(code **)(this->plt_eh_frame_cie_size + 0x68))\n (this,puVar11,uVar8,uVar7,uVar2,iVar18);" (call_expression "(**(code **)(this->plt_eh_frame_cie_size + 0x68))\n (this,puVar11,uVar8,uVar7,uVar2,iVar18)" (parenthesized_expression "(**(code **)(this->plt_eh_frame_cie_size + 0x68))" ( (pointer_expression "**(code **)(this->plt_eh_frame_cie_size + 0x68)" * (pointer_expression "*(code **)(this->plt_eh_frame_cie_size + 0x68)" * (cast_expression "(code **)(this->plt_eh_frame_cie_size + 0x68)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(this->plt_eh_frame_cie_size + 0x68)" ( (binary_expression "this->plt_eh_frame_cie_size + 0x68" (field_expression "this->plt_eh_frame_cie_size" identifier -> field_identifier) + number_literal) ))))) )) (argument_list "(this,puVar11,uVar8,uVar7,uVar2,iVar18)" ( identifier , identifier , identifier , identifier , identifier , identifier ))) ;) (expression_statement "iVar14 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);" (assignment_expression "iVar14 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this)" identifier = (call_expression "(**(code **)(this->plt_eh_frame_cie_size + 100))(this)" (parenthesized_expression "(**(code **)(this->plt_eh_frame_cie_size + 100))" ( (pointer_expression "**(code **)(this->plt_eh_frame_cie_size + 100)" * (pointer_expression "*(code **)(this->plt_eh_frame_cie_size + 100)" * (cast_expression "(code **)(this->plt_eh_frame_cie_size + 100)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(this->plt_eh_frame_cie_size + 100)" ( (binary_expression "this->plt_eh_frame_cie_size + 100" (field_expression "this->plt_eh_frame_cie_size" identifier -> field_identifier) + number_literal) ))))) )) (argument_list "(this)" ( identifier )))) ;) (expression_statement "local_60 = puVar11 + iVar14;" (assignment_expression "local_60 = puVar11 + iVar14" identifier = (binary_expression "puVar11 + iVar14" identifier + identifier)) ;) (expression_statement "local_40 = puVar13 + 0x18;" (assignment_expression "local_40 = puVar13 + 0x18" identifier = (binary_expression "puVar13 + 0x18" identifier + number_literal)) ;) (expression_statement "uVar15 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);" (assignment_expression "uVar15 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this)" identifier = (call_expression "(**(code **)(this->plt_eh_frame_cie_size + 100))(this)" (parenthesized_expression "(**(code **)(this->plt_eh_frame_cie_size + 100))" ( (pointer_expression "**(code **)(this->plt_eh_frame_cie_size + 100)" * (pointer_expression "*(code **)(this->plt_eh_frame_cie_size + 100)" * (cast_expression "(code **)(this->plt_eh_frame_cie_size + 100)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(this->plt_eh_frame_cie_size + 100)" ( (binary_expression "this->plt_eh_frame_cie_size + 100" (field_expression "this->plt_eh_frame_cie_size" identifier -> field_identifier) + number_literal) ))))) )) (argument_list "(this)" ( identifier )))) ;) (expression_statement "iVar14 = this->irelative_count_ + this->count_;" (assignment_expression "iVar14 = this->irelative_count_ + this->count_" identifier = (binary_expression "this->irelative_count_ + this->count_" (field_expression "this->irelative_count_" identifier -> field_identifier) + (field_expression "this->count_" identifier -> field_identifier))) ;) (if_statement "if (iVar14 != 0) {\n iVar19 = 0;\n do {\n uVar16 = (**(code **)(this->plt_eh_frame_cie_size + 0x6c))\n (this,local_60,uVar8,uVar7,uVar2,iVar18,iVar19 * 8 + 0x18,\n uVar15,iVar19);\n *(uint *)(puVar13 + iVar19 * 8 + 0x18) = uVar15 + uVar16 + uVar2;\n iVar17 = this->plt_eh_frame_cie_size;\n *(uint *)(puVar13 + iVar19 * 8 + 0x1c) =\n (uint)CARRY4(uVar15,uVar16) + iVar18 + (uint)CARRY4(uVar15 + uVar16,uVar2);\n iVar19 = iVar19 + 1;\n iVar17 = (**(code **)(iVar17 + 100))(this);\n local_60 = local_60 + iVar17;\n iVar17 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n uVar15 = uVar15 + iVar17;\n } while (iVar14 != iVar19);\n local_40 = local_40 + iVar14 * 8;\n }" if (parenthesized_expression "(iVar14 != 0)" ( (binary_expression "iVar14 != 0" identifier != number_literal) )) (compound_statement "{\n iVar19 = 0;\n do {\n uVar16 = (**(code **)(this->plt_eh_frame_cie_size + 0x6c))\n (this,local_60,uVar8,uVar7,uVar2,iVar18,iVar19 * 8 + 0x18,\n uVar15,iVar19);\n *(uint *)(puVar13 + iVar19 * 8 + 0x18) = uVar15 + uVar16 + uVar2;\n iVar17 = this->plt_eh_frame_cie_size;\n *(uint *)(puVar13 + iVar19 * 8 + 0x1c) =\n (uint)CARRY4(uVar15,uVar16) + iVar18 + (uint)CARRY4(uVar15 + uVar16,uVar2);\n iVar19 = iVar19 + 1;\n iVar17 = (**(code **)(iVar17 + 100))(this);\n local_60 = local_60 + iVar17;\n iVar17 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n uVar15 = uVar15 + iVar17;\n } while (iVar14 != iVar19);\n local_40 = local_40 + iVar14 * 8;\n }" { (expression_statement "iVar19 = 0;" (assignment_expression "iVar19 = 0" identifier = number_literal) ;) (do_statement "do {\n uVar16 = (**(code **)(this->plt_eh_frame_cie_size + 0x6c))\n (this,local_60,uVar8,uVar7,uVar2,iVar18,iVar19 * 8 + 0x18,\n uVar15,iVar19);\n *(uint *)(puVar13 + iVar19 * 8 + 0x18) = uVar15 + uVar16 + uVar2;\n iVar17 = this->plt_eh_frame_cie_size;\n *(uint *)(puVar13 + iVar19 * 8 + 0x1c) =\n (uint)CARRY4(uVar15,uVar16) + iVar18 + (uint)CARRY4(uVar15 + uVar16,uVar2);\n iVar19 = iVar19 + 1;\n iVar17 = (**(code **)(iVar17 + 100))(this);\n local_60 = local_60 + iVar17;\n iVar17 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n uVar15 = uVar15 + iVar17;\n } while (iVar14 != iVar19);" do (compound_statement "{\n uVar16 = (**(code **)(this->plt_eh_frame_cie_size + 0x6c))\n (this,local_60,uVar8,uVar7,uVar2,iVar18,iVar19 * 8 + 0x18,\n uVar15,iVar19);\n *(uint *)(puVar13 + iVar19 * 8 + 0x18) = uVar15 + uVar16 + uVar2;\n iVar17 = this->plt_eh_frame_cie_size;\n *(uint *)(puVar13 + iVar19 * 8 + 0x1c) =\n (uint)CARRY4(uVar15,uVar16) + iVar18 + (uint)CARRY4(uVar15 + uVar16,uVar2);\n iVar19 = iVar19 + 1;\n iVar17 = (**(code **)(iVar17 + 100))(this);\n local_60 = local_60 + iVar17;\n iVar17 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n uVar15 = uVar15 + iVar17;\n }" { (expression_statement "uVar16 = (**(code **)(this->plt_eh_frame_cie_size + 0x6c))\n (this,local_60,uVar8,uVar7,uVar2,iVar18,iVar19 * 8 + 0x18,\n uVar15,iVar19);" (assignment_expression "uVar16 = (**(code **)(this->plt_eh_frame_cie_size + 0x6c))\n (this,local_60,uVar8,uVar7,uVar2,iVar18,iVar19 * 8 + 0x18,\n uVar15,iVar19)" identifier = (call_expression "(**(code **)(this->plt_eh_frame_cie_size + 0x6c))\n (this,local_60,uVar8,uVar7,uVar2,iVar18,iVar19 * 8 + 0x18,\n uVar15,iVar19)" (parenthesized_expression "(**(code **)(this->plt_eh_frame_cie_size + 0x6c))" ( (pointer_expression "**(code **)(this->plt_eh_frame_cie_size + 0x6c)" * (pointer_expression "*(code **)(this->plt_eh_frame_cie_size + 0x6c)" * (cast_expression "(code **)(this->plt_eh_frame_cie_size + 0x6c)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(this->plt_eh_frame_cie_size + 0x6c)" ( (binary_expression "this->plt_eh_frame_cie_size + 0x6c" (field_expression "this->plt_eh_frame_cie_size" identifier -> field_identifier) + number_literal) ))))) )) (argument_list "(this,local_60,uVar8,uVar7,uVar2,iVar18,iVar19 * 8 + 0x18,\n uVar15,iVar19)" ( identifier , identifier , identifier , identifier , identifier , identifier , (binary_expression "iVar19 * 8 + 0x18" (binary_expression "iVar19 * 8" identifier * number_literal) + number_literal) , identifier , identifier )))) ;) (expression_statement "*(uint *)(puVar13 + iVar19 * 8 + 0x18) = uVar15 + uVar16 + uVar2;" (assignment_expression "*(uint *)(puVar13 + iVar19 * 8 + 0x18) = uVar15 + uVar16 + uVar2" (pointer_expression "*(uint *)(puVar13 + iVar19 * 8 + 0x18)" * (cast_expression "(uint *)(puVar13 + iVar19 * 8 + 0x18)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar13 + iVar19 * 8 + 0x18)" ( (binary_expression "puVar13 + iVar19 * 8 + 0x18" (binary_expression "puVar13 + iVar19 * 8" identifier + (binary_expression "iVar19 * 8" identifier * number_literal)) + number_literal) )))) = (binary_expression "uVar15 + uVar16 + uVar2" (binary_expression "uVar15 + uVar16" identifier + identifier) + identifier)) ;) (expression_statement "iVar17 = this->plt_eh_frame_cie_size;" (assignment_expression "iVar17 = this->plt_eh_frame_cie_size" identifier = (field_expression "this->plt_eh_frame_cie_size" identifier -> field_identifier)) ;) (expression_statement "*(uint *)(puVar13 + iVar19 * 8 + 0x1c) =\n (uint)CARRY4(uVar15,uVar16) + iVar18 + (uint)CARRY4(uVar15 + uVar16,uVar2);" (assignment_expression "*(uint *)(puVar13 + iVar19 * 8 + 0x1c) =\n (uint)CARRY4(uVar15,uVar16) + iVar18 + (uint)CARRY4(uVar15 + uVar16,uVar2)" (pointer_expression "*(uint *)(puVar13 + iVar19 * 8 + 0x1c)" * (cast_expression "(uint *)(puVar13 + iVar19 * 8 + 0x1c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar13 + iVar19 * 8 + 0x1c)" ( (binary_expression "puVar13 + iVar19 * 8 + 0x1c" (binary_expression "puVar13 + iVar19 * 8" identifier + (binary_expression "iVar19 * 8" identifier * number_literal)) + number_literal) )))) = (binary_expression "(uint)CARRY4(uVar15,uVar16) + iVar18 + (uint)CARRY4(uVar15 + uVar16,uVar2)" (binary_expression "(uint)CARRY4(uVar15,uVar16) + iVar18" (cast_expression "(uint)CARRY4(uVar15,uVar16)" ( (type_descriptor "uint" type_identifier) ) (call_expression "CARRY4(uVar15,uVar16)" identifier (argument_list "(uVar15,uVar16)" ( identifier , identifier )))) + identifier) + (cast_expression "(uint)CARRY4(uVar15 + uVar16,uVar2)" ( (type_descriptor "uint" type_identifier) ) (call_expression "CARRY4(uVar15 + uVar16,uVar2)" identifier (argument_list "(uVar15 + uVar16,uVar2)" ( (binary_expression "uVar15 + uVar16" identifier + identifier) , identifier )))))) ;) (expression_statement "iVar19 = iVar19 + 1;" (assignment_expression "iVar19 = iVar19 + 1" identifier = (binary_expression "iVar19 + 1" identifier + number_literal)) ;) (expression_statement "iVar17 = (**(code **)(iVar17 + 100))(this);" (assignment_expression "iVar17 = (**(code **)(iVar17 + 100))(this)" identifier = (call_expression "(**(code **)(iVar17 + 100))(this)" (parenthesized_expression "(**(code **)(iVar17 + 100))" ( (pointer_expression "**(code **)(iVar17 + 100)" * (pointer_expression "*(code **)(iVar17 + 100)" * (cast_expression "(code **)(iVar17 + 100)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar17 + 100)" ( (binary_expression "iVar17 + 100" identifier + number_literal) ))))) )) (argument_list "(this)" ( identifier )))) ;) (expression_statement "local_60 = local_60 + iVar17;" (assignment_expression "local_60 = local_60 + iVar17" identifier = (binary_expression "local_60 + iVar17" identifier + identifier)) ;) (expression_statement "iVar17 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);" (assignment_expression "iVar17 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this)" identifier = (call_expression "(**(code **)(this->plt_eh_frame_cie_size + 100))(this)" (parenthesized_expression "(**(code **)(this->plt_eh_frame_cie_size + 100))" ( (pointer_expression "**(code **)(this->plt_eh_frame_cie_size + 100)" * (pointer_expression "*(code **)(this->plt_eh_frame_cie_size + 100)" * (cast_expression "(code **)(this->plt_eh_frame_cie_size + 100)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(this->plt_eh_frame_cie_size + 100)" ( (binary_expression "this->plt_eh_frame_cie_size + 100" (field_expression "this->plt_eh_frame_cie_size" identifier -> field_identifier) + number_literal) ))))) )) (argument_list "(this)" ( identifier )))) ;) (expression_statement "uVar15 = uVar15 + iVar17;" (assignment_expression "uVar15 = uVar15 + iVar17" identifier = (binary_expression "uVar15 + iVar17" identifier + identifier)) ;) }) while (parenthesized_expression "(iVar14 != iVar19)" ( (binary_expression "iVar14 != iVar19" identifier != identifier) )) ;) (expression_statement "local_40 = local_40 + iVar14 * 8;" (assignment_expression "local_40 = local_40 + iVar14 * 8" identifier = (binary_expression "local_40 + iVar14 * 8" identifier + (binary_expression "iVar14 * 8" identifier * number_literal))) ;) })) (if_statement "if (this->tlsdesc_got_offset_ != 0xffffffff) {\n (**(code **)(this->plt_eh_frame_cie_size + 0x70))\n (this,local_60,uVar8,uVar7,uVar2,iVar18,(int)uVar9,uVar6,\n this->tlsdesc_got_offset_,uVar15);\n iVar18 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n local_60 = local_60 + iVar18;\n }" if (parenthesized_expression "(this->tlsdesc_got_offset_ != 0xffffffff)" ( (binary_expression "this->tlsdesc_got_offset_ != 0xffffffff" (field_expression "this->tlsdesc_got_offset_" identifier -> field_identifier) != number_literal) )) (compound_statement "{\n (**(code **)(this->plt_eh_frame_cie_size + 0x70))\n (this,local_60,uVar8,uVar7,uVar2,iVar18,(int)uVar9,uVar6,\n this->tlsdesc_got_offset_,uVar15);\n iVar18 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);\n local_60 = local_60 + iVar18;\n }" { (expression_statement "(**(code **)(this->plt_eh_frame_cie_size + 0x70))\n (this,local_60,uVar8,uVar7,uVar2,iVar18,(int)uVar9,uVar6,\n this->tlsdesc_got_offset_,uVar15);" (call_expression "(**(code **)(this->plt_eh_frame_cie_size + 0x70))\n (this,local_60,uVar8,uVar7,uVar2,iVar18,(int)uVar9,uVar6,\n this->tlsdesc_got_offset_,uVar15)" (parenthesized_expression "(**(code **)(this->plt_eh_frame_cie_size + 0x70))" ( (pointer_expression "**(code **)(this->plt_eh_frame_cie_size + 0x70)" * (pointer_expression "*(code **)(this->plt_eh_frame_cie_size + 0x70)" * (cast_expression "(code **)(this->plt_eh_frame_cie_size + 0x70)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(this->plt_eh_frame_cie_size + 0x70)" ( (binary_expression "this->plt_eh_frame_cie_size + 0x70" (field_expression "this->plt_eh_frame_cie_size" identifier -> field_identifier) + number_literal) ))))) )) (argument_list "(this,local_60,uVar8,uVar7,uVar2,iVar18,(int)uVar9,uVar6,\n this->tlsdesc_got_offset_,uVar15)" ( identifier , identifier , identifier , identifier , identifier , identifier , (cast_expression "(int)uVar9" ( (type_descriptor "int" primitive_type) ) identifier) , identifier , (field_expression "this->tlsdesc_got_offset_" identifier -> field_identifier) , identifier ))) ;) (expression_statement "iVar18 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this);" (assignment_expression "iVar18 = (**(code **)(this->plt_eh_frame_cie_size + 100))(this)" identifier = (call_expression "(**(code **)(this->plt_eh_frame_cie_size + 100))(this)" (parenthesized_expression "(**(code **)(this->plt_eh_frame_cie_size + 100))" ( (pointer_expression "**(code **)(this->plt_eh_frame_cie_size + 100)" * (pointer_expression "*(code **)(this->plt_eh_frame_cie_size + 100)" * (cast_expression "(code **)(this->plt_eh_frame_cie_size + 100)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(this->plt_eh_frame_cie_size + 100)" ( (binary_expression "this->plt_eh_frame_cie_size + 100" (field_expression "this->plt_eh_frame_cie_size" identifier -> field_identifier) + number_literal) ))))) )) (argument_list "(this)" ( identifier )))) ;) (expression_statement "local_60 = local_60 + iVar18;" (assignment_expression "local_60 = local_60 + iVar18" identifier = (binary_expression "local_60 + iVar18" identifier + identifier)) ;) })) (if_statement "if ((int)local_60 - (int)puVar11 == uVar3) {\n if ((int)local_40 - (int)puVar13 == uVar12) {\n return;\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0xa4c,"do_write");\n }" if (parenthesized_expression "((int)local_60 - (int)puVar11 == uVar3)" ( (binary_expression "(int)local_60 - (int)puVar11 == uVar3" (binary_expression "(int)local_60 - (int)puVar11" (cast_expression "(int)local_60" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)puVar11" ( (type_descriptor "int" primitive_type) ) identifier)) == identifier) )) (compound_statement "{\n if ((int)local_40 - (int)puVar13 == uVar12) {\n return;\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0xa4c,"do_write");\n }" { (if_statement "if ((int)local_40 - (int)puVar13 == uVar12) {\n return;\n }" if (parenthesized_expression "((int)local_40 - (int)puVar13 == uVar12)" ( (binary_expression "(int)local_40 - (int)puVar13 == uVar12" (binary_expression "(int)local_40 - (int)puVar13" (cast_expression "(int)local_40" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)puVar13" ( (type_descriptor "int" primitive_type) ) identifier)) == identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) comment (labeled_statement "gold::do_gold_unreachable("../../gold/x86_64.cc",0xa4c,"do_write");" statement_identifier : (ERROR ":" :) (expression_statement "do_gold_unreachable("../../gold/x86_64.cc",0xa4c,"do_write");" (call_expression "do_gold_unreachable("../../gold/x86_64.cc",0xa4c,"do_write")" identifier (argument_list "("../../gold/x86_64.cc",0xa4c,"do_write")" ( (string_literal ""../../gold/x86_64.cc"" " string_content ") , number_literal , (string_literal ""do_write"" " string_content ") ))) ;)) })) comment (labeled_statement "gold::do_gold_unreachable("../../gold/x86_64.cc",0xa4b,"do_write");" statement_identifier : (ERROR ":" :) (expression_statement "do_gold_unreachable("../../gold/x86_64.cc",0xa4b,"do_write");" (call_expression "do_gold_unreachable("../../gold/x86_64.cc",0xa4b,"do_write")" identifier (argument_list "("../../gold/x86_64.cc",0xa4b,"do_write")" ( (string_literal ""../../gold/x86_64.cc"" " string_content ") , number_literal , (string_literal ""do_write"" " string_content ") ))) ;)) })) })) })) comment (labeled_statement "gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");" statement_identifier : (ERROR ":" :) (expression_statement "do_gold_unreachable("../../gold/output.h",0xc5,"address");" (call_expression "do_gold_unreachable("../../gold/output.h",0xc5,"address")" identifier (argument_list "("../../gold/output.h",0xc5,"address")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""address"" " string_content ") ))) ;)) })) })) })) comment (labeled_statement "gold::do_gold_unreachable("../../gold/output.h",0x6f,"get_output_view");" statement_identifier : (ERROR ":" :) (expression_statement "do_gold_unreachable("../../gold/output.h",0x6f,"get_output_view");" (call_expression "do_gold_unreachable("../../gold/output.h",0x6f,"get_output_view")" identifier (argument_list "("../../gold/output.h",0x6f,"get_output_view")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""get_output_view"" " string_content ") ))) ;)) })) (labeled_statement "LAB_00076531:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/gold.h",0xc0,"convert_types");" statement_identifier : comment (labeled_statement "gold::do_gold_unreachable("../../gold/gold.h",0xc0,"convert_types");" statement_identifier : (ERROR ":" :) (expression_statement "do_gold_unreachable("../../gold/gold.h",0xc0,"convert_types");" (call_expression "do_gold_unreachable("../../gold/gold.h",0xc0,"convert_types")" identifier (argument_list "("../../gold/gold.h",0xc0,"convert_types")" ( (string_literal ""../../gold/gold.h"" " string_content ") , number_literal , (string_literal ""convert_types"" " string_content ") ))) ;))) })))
(translation_unit "void FUN_000761e0(int *param_1,int param_2)\n\n{\n uint uVar1;\n uint uVar2;\n undefined4 uVar3;\n undefined4 uVar4;\n undefined4 uVar5;\n undefined4 uVar6;\n char cVar7;\n uint uVar8;\n int iVar9;\n uint uVar10;\n int iVar11;\n int iVar12;\n undefined4 uVar13;\n undefined4 unaff_EBX;\n int iVar14;\n int iVar15;\n uint uVar16;\n int iVar17;\n undefined8 uVar18;\n int local_60;\n int local_40;\n \n if ((*(byte *)(param_1 + 7) & 4) == 0) goto LAB_0007654e;\n uVar1 = param_1[5];\n if ((*(byte *)(param_1 + 7) & 2) == 0) goto LAB_00076512;\n uVar2 = param_1[3];\n if (param_1[4] == 0) {\n if ((-1 < param_1[6]) &&\n (iVar14 = param_1[6] + (uint)CARRY4(uVar2,uVar1),\n uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar2 + uVar1),\n iVar9 = *(int *)(param_2 + 0xc) - iVar14,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar14) != SBORROW4(iVar9,uVar16)) ==\n (int)(iVar9 - uVar16) < 0)) {\n iVar14 = uVar1 + *(int *)(param_2 + 0x10);\n iVar9 = param_1[0xf];\n if ((*(byte *)(iVar9 + 0x1c) & 4) == 0) {\nLAB_0007654e:\n \n FUN_002446e0("../../gold/output.h",0xe3,"offset",param_1);\n }\n iVar12 = *(int *)(iVar9 + 0x18);\n uVar1 = *(uint *)(iVar9 + 0x14);\n cVar7 = FUN_0030aff0(DAT_005ea7c8);\n iVar9 = param_1[0xf];\n if (cVar7 == '\0') {\n if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;\n uVar16 = *(uint *)(iVar9 + 0xc);\n iVar17 = *(int *)(iVar9 + 0x10);\n iVar15 = param_1[0x10];\n if ((*(byte *)(iVar15 + 0x1c) & 4) == 0) goto LAB_0007654e;\n if (iVar12 + iVar17 + (uint)CARRY4(uVar1,uVar16) != *(int *)(iVar15 + 0x18) ||\n *(int *)(iVar15 + 0x14) != uVar1 + uVar16) {\n \n FUN_002446e0("../../gold/x86_64.cc",0xa12,"do_write",iVar9);\n }\n }\n else {\n if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;\n iVar15 = param_1[0x10];\n uVar16 = *(uint *)(iVar9 + 0xc);\n iVar17 = *(int *)(iVar9 + 0x10);\n }\n if ((*(byte *)(iVar15 + 0x1c) & 2) == 0) {\nLAB_00076512:\n \n FUN_002446e0("../../gold/output.h",0xcf,"data_size");\n }\n uVar8 = uVar16 + *(uint *)(iVar15 + 0xc);\n unaff_EBX = 0;\n if (iVar17 + *(int *)(iVar15 + 0x10) + (uint)CARRY4(uVar16,*(uint *)(iVar15 + 0xc)) != 0)\n goto LAB_00076531;\n if (-1 < iVar12) {\n iVar12 = iVar12 + (uint)CARRY4(uVar8,uVar1);\n uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar8 + uVar1);\n iVar15 = *(int *)(param_2 + 0xc) - iVar12;\n if ((SBORROW4(*(int *)(param_2 + 0xc),iVar12) != SBORROW4(iVar15,uVar16)) ==\n (int)(iVar15 - uVar16) < 0) {\n iVar12 = uVar1 + *(int *)(param_2 + 0x10);\n if ((*(byte *)(param_1 + 7) & 1) != 0) {\n uVar1 = param_1[1];\n iVar15 = param_1[2];\n iVar17 = param_1[0xe];\n if ((*(byte *)(iVar17 + 0x1c) & 1) != 0) {\n uVar3 = *(undefined4 *)(iVar17 + 8);\n uVar4 = *(undefined4 *)(iVar17 + 4);\n if ((*(byte *)(iVar9 + 0x1c) & 1) != 0) {\n uVar5 = *(undefined4 *)(iVar9 + 8);\n uVar6 = *(undefined4 *)(iVar9 + 4);\n (**(code **)(*param_1 + 0x68))(param_1,iVar14,uVar6,uVar5,uVar1,iVar15);\n local_60 = (**(code **)(*param_1 + 100))(param_1);\n local_60 = local_60 + iVar14;\n local_40 = iVar12 + 0x18;\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = (uint)uVar18;\n iVar9 = param_1[0x12] + param_1[0x11];\n if (iVar9 != 0) {\n iVar17 = 0;\n do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);\n local_40 = local_40 + iVar9 * 8;\n }\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n if (param_1[0x13] != -1) {\n (**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n local_60 = local_60 + (int)uVar18;\n }\n if (local_60 - iVar14 == uVar2) {\n if (local_40 - iVar12 == uVar8) {\n return;\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4b,"do_write",uVar13);\n }\n }\n }\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n }\n \n FUN_002446e0("../../gold/output.h",0x6f,"get_output_view");\n }\nLAB_00076531:\n \n FUN_002446e0("../../gold/gold.h",0xc0,"convert_types",unaff_EBX);\n}\n\n" (function_definition "void FUN_000761e0(int *param_1,int param_2)\n\n{\n uint uVar1;\n uint uVar2;\n undefined4 uVar3;\n undefined4 uVar4;\n undefined4 uVar5;\n undefined4 uVar6;\n char cVar7;\n uint uVar8;\n int iVar9;\n uint uVar10;\n int iVar11;\n int iVar12;\n undefined4 uVar13;\n undefined4 unaff_EBX;\n int iVar14;\n int iVar15;\n uint uVar16;\n int iVar17;\n undefined8 uVar18;\n int local_60;\n int local_40;\n \n if ((*(byte *)(param_1 + 7) & 4) == 0) goto LAB_0007654e;\n uVar1 = param_1[5];\n if ((*(byte *)(param_1 + 7) & 2) == 0) goto LAB_00076512;\n uVar2 = param_1[3];\n if (param_1[4] == 0) {\n if ((-1 < param_1[6]) &&\n (iVar14 = param_1[6] + (uint)CARRY4(uVar2,uVar1),\n uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar2 + uVar1),\n iVar9 = *(int *)(param_2 + 0xc) - iVar14,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar14) != SBORROW4(iVar9,uVar16)) ==\n (int)(iVar9 - uVar16) < 0)) {\n iVar14 = uVar1 + *(int *)(param_2 + 0x10);\n iVar9 = param_1[0xf];\n if ((*(byte *)(iVar9 + 0x1c) & 4) == 0) {\nLAB_0007654e:\n \n FUN_002446e0("../../gold/output.h",0xe3,"offset",param_1);\n }\n iVar12 = *(int *)(iVar9 + 0x18);\n uVar1 = *(uint *)(iVar9 + 0x14);\n cVar7 = FUN_0030aff0(DAT_005ea7c8);\n iVar9 = param_1[0xf];\n if (cVar7 == '\0') {\n if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;\n uVar16 = *(uint *)(iVar9 + 0xc);\n iVar17 = *(int *)(iVar9 + 0x10);\n iVar15 = param_1[0x10];\n if ((*(byte *)(iVar15 + 0x1c) & 4) == 0) goto LAB_0007654e;\n if (iVar12 + iVar17 + (uint)CARRY4(uVar1,uVar16) != *(int *)(iVar15 + 0x18) ||\n *(int *)(iVar15 + 0x14) != uVar1 + uVar16) {\n \n FUN_002446e0("../../gold/x86_64.cc",0xa12,"do_write",iVar9);\n }\n }\n else {\n if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;\n iVar15 = param_1[0x10];\n uVar16 = *(uint *)(iVar9 + 0xc);\n iVar17 = *(int *)(iVar9 + 0x10);\n }\n if ((*(byte *)(iVar15 + 0x1c) & 2) == 0) {\nLAB_00076512:\n \n FUN_002446e0("../../gold/output.h",0xcf,"data_size");\n }\n uVar8 = uVar16 + *(uint *)(iVar15 + 0xc);\n unaff_EBX = 0;\n if (iVar17 + *(int *)(iVar15 + 0x10) + (uint)CARRY4(uVar16,*(uint *)(iVar15 + 0xc)) != 0)\n goto LAB_00076531;\n if (-1 < iVar12) {\n iVar12 = iVar12 + (uint)CARRY4(uVar8,uVar1);\n uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar8 + uVar1);\n iVar15 = *(int *)(param_2 + 0xc) - iVar12;\n if ((SBORROW4(*(int *)(param_2 + 0xc),iVar12) != SBORROW4(iVar15,uVar16)) ==\n (int)(iVar15 - uVar16) < 0) {\n iVar12 = uVar1 + *(int *)(param_2 + 0x10);\n if ((*(byte *)(param_1 + 7) & 1) != 0) {\n uVar1 = param_1[1];\n iVar15 = param_1[2];\n iVar17 = param_1[0xe];\n if ((*(byte *)(iVar17 + 0x1c) & 1) != 0) {\n uVar3 = *(undefined4 *)(iVar17 + 8);\n uVar4 = *(undefined4 *)(iVar17 + 4);\n if ((*(byte *)(iVar9 + 0x1c) & 1) != 0) {\n uVar5 = *(undefined4 *)(iVar9 + 8);\n uVar6 = *(undefined4 *)(iVar9 + 4);\n (**(code **)(*param_1 + 0x68))(param_1,iVar14,uVar6,uVar5,uVar1,iVar15);\n local_60 = (**(code **)(*param_1 + 100))(param_1);\n local_60 = local_60 + iVar14;\n local_40 = iVar12 + 0x18;\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = (uint)uVar18;\n iVar9 = param_1[0x12] + param_1[0x11];\n if (iVar9 != 0) {\n iVar17 = 0;\n do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);\n local_40 = local_40 + iVar9 * 8;\n }\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n if (param_1[0x13] != -1) {\n (**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n local_60 = local_60 + (int)uVar18;\n }\n if (local_60 - iVar14 == uVar2) {\n if (local_40 - iVar12 == uVar8) {\n return;\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4b,"do_write",uVar13);\n }\n }\n }\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n }\n \n FUN_002446e0("../../gold/output.h",0x6f,"get_output_view");\n }\nLAB_00076531:\n \n FUN_002446e0("../../gold/gold.h",0xc0,"convert_types",unaff_EBX);\n}" primitive_type (function_declarator "FUN_000761e0(int *param_1,int param_2)" identifier (parameter_list "(int *param_1,int param_2)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int param_2" primitive_type identifier) ))) (compound_statement "{\n uint uVar1;\n uint uVar2;\n undefined4 uVar3;\n undefined4 uVar4;\n undefined4 uVar5;\n undefined4 uVar6;\n char cVar7;\n uint uVar8;\n int iVar9;\n uint uVar10;\n int iVar11;\n int iVar12;\n undefined4 uVar13;\n undefined4 unaff_EBX;\n int iVar14;\n int iVar15;\n uint uVar16;\n int iVar17;\n undefined8 uVar18;\n int local_60;\n int local_40;\n \n if ((*(byte *)(param_1 + 7) & 4) == 0) goto LAB_0007654e;\n uVar1 = param_1[5];\n if ((*(byte *)(param_1 + 7) & 2) == 0) goto LAB_00076512;\n uVar2 = param_1[3];\n if (param_1[4] == 0) {\n if ((-1 < param_1[6]) &&\n (iVar14 = param_1[6] + (uint)CARRY4(uVar2,uVar1),\n uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar2 + uVar1),\n iVar9 = *(int *)(param_2 + 0xc) - iVar14,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar14) != SBORROW4(iVar9,uVar16)) ==\n (int)(iVar9 - uVar16) < 0)) {\n iVar14 = uVar1 + *(int *)(param_2 + 0x10);\n iVar9 = param_1[0xf];\n if ((*(byte *)(iVar9 + 0x1c) & 4) == 0) {\nLAB_0007654e:\n \n FUN_002446e0("../../gold/output.h",0xe3,"offset",param_1);\n }\n iVar12 = *(int *)(iVar9 + 0x18);\n uVar1 = *(uint *)(iVar9 + 0x14);\n cVar7 = FUN_0030aff0(DAT_005ea7c8);\n iVar9 = param_1[0xf];\n if (cVar7 == '\0') {\n if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;\n uVar16 = *(uint *)(iVar9 + 0xc);\n iVar17 = *(int *)(iVar9 + 0x10);\n iVar15 = param_1[0x10];\n if ((*(byte *)(iVar15 + 0x1c) & 4) == 0) goto LAB_0007654e;\n if (iVar12 + iVar17 + (uint)CARRY4(uVar1,uVar16) != *(int *)(iVar15 + 0x18) ||\n *(int *)(iVar15 + 0x14) != uVar1 + uVar16) {\n \n FUN_002446e0("../../gold/x86_64.cc",0xa12,"do_write",iVar9);\n }\n }\n else {\n if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;\n iVar15 = param_1[0x10];\n uVar16 = *(uint *)(iVar9 + 0xc);\n iVar17 = *(int *)(iVar9 + 0x10);\n }\n if ((*(byte *)(iVar15 + 0x1c) & 2) == 0) {\nLAB_00076512:\n \n FUN_002446e0("../../gold/output.h",0xcf,"data_size");\n }\n uVar8 = uVar16 + *(uint *)(iVar15 + 0xc);\n unaff_EBX = 0;\n if (iVar17 + *(int *)(iVar15 + 0x10) + (uint)CARRY4(uVar16,*(uint *)(iVar15 + 0xc)) != 0)\n goto LAB_00076531;\n if (-1 < iVar12) {\n iVar12 = iVar12 + (uint)CARRY4(uVar8,uVar1);\n uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar8 + uVar1);\n iVar15 = *(int *)(param_2 + 0xc) - iVar12;\n if ((SBORROW4(*(int *)(param_2 + 0xc),iVar12) != SBORROW4(iVar15,uVar16)) ==\n (int)(iVar15 - uVar16) < 0) {\n iVar12 = uVar1 + *(int *)(param_2 + 0x10);\n if ((*(byte *)(param_1 + 7) & 1) != 0) {\n uVar1 = param_1[1];\n iVar15 = param_1[2];\n iVar17 = param_1[0xe];\n if ((*(byte *)(iVar17 + 0x1c) & 1) != 0) {\n uVar3 = *(undefined4 *)(iVar17 + 8);\n uVar4 = *(undefined4 *)(iVar17 + 4);\n if ((*(byte *)(iVar9 + 0x1c) & 1) != 0) {\n uVar5 = *(undefined4 *)(iVar9 + 8);\n uVar6 = *(undefined4 *)(iVar9 + 4);\n (**(code **)(*param_1 + 0x68))(param_1,iVar14,uVar6,uVar5,uVar1,iVar15);\n local_60 = (**(code **)(*param_1 + 100))(param_1);\n local_60 = local_60 + iVar14;\n local_40 = iVar12 + 0x18;\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = (uint)uVar18;\n iVar9 = param_1[0x12] + param_1[0x11];\n if (iVar9 != 0) {\n iVar17 = 0;\n do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);\n local_40 = local_40 + iVar9 * 8;\n }\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n if (param_1[0x13] != -1) {\n (**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n local_60 = local_60 + (int)uVar18;\n }\n if (local_60 - iVar14 == uVar2) {\n if (local_40 - iVar12 == uVar8) {\n return;\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4b,"do_write",uVar13);\n }\n }\n }\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n }\n \n FUN_002446e0("../../gold/output.h",0x6f,"get_output_view");\n }\nLAB_00076531:\n \n FUN_002446e0("../../gold/gold.h",0xc0,"convert_types",unaff_EBX);\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "undefined4 uVar3;" type_identifier identifier ;) (declaration "undefined4 uVar4;" type_identifier identifier ;) (declaration "undefined4 uVar5;" type_identifier identifier ;) (declaration "undefined4 uVar6;" type_identifier identifier ;) (declaration "char cVar7;" primitive_type identifier ;) (declaration "uint uVar8;" type_identifier identifier ;) (declaration "int iVar9;" primitive_type identifier ;) (declaration "uint uVar10;" type_identifier identifier ;) (declaration "int iVar11;" primitive_type identifier ;) (declaration "int iVar12;" primitive_type identifier ;) (declaration "undefined4 uVar13;" type_identifier identifier ;) (declaration "undefined4 unaff_EBX;" type_identifier identifier ;) (declaration "int iVar14;" primitive_type identifier ;) (declaration "int iVar15;" primitive_type identifier ;) (declaration "uint uVar16;" type_identifier identifier ;) (declaration "int iVar17;" primitive_type identifier ;) (declaration "undefined8 uVar18;" type_identifier identifier ;) (declaration "int local_60;" primitive_type identifier ;) (declaration "int local_40;" primitive_type identifier ;) (if_statement "if ((*(byte *)(param_1 + 7) & 4) == 0) goto LAB_0007654e;" if (parenthesized_expression "((*(byte *)(param_1 + 7) & 4) == 0)" ( (binary_expression "(*(byte *)(param_1 + 7) & 4) == 0" (parenthesized_expression "(*(byte *)(param_1 + 7) & 4)" ( (binary_expression "*(byte *)(param_1 + 7) & 4" (pointer_expression "*(byte *)(param_1 + 7)" * (cast_expression "(byte *)(param_1 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 7)" ( (binary_expression "param_1 + 7" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_0007654e;" goto statement_identifier ;)) (expression_statement "uVar1 = param_1[5];" (assignment_expression "uVar1 = param_1[5]" identifier = (subscript_expression "param_1[5]" identifier [ number_literal ])) ;) (if_statement "if ((*(byte *)(param_1 + 7) & 2) == 0) goto LAB_00076512;" if (parenthesized_expression "((*(byte *)(param_1 + 7) & 2) == 0)" ( (binary_expression "(*(byte *)(param_1 + 7) & 2) == 0" (parenthesized_expression "(*(byte *)(param_1 + 7) & 2)" ( (binary_expression "*(byte *)(param_1 + 7) & 2" (pointer_expression "*(byte *)(param_1 + 7)" * (cast_expression "(byte *)(param_1 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 7)" ( (binary_expression "param_1 + 7" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_00076512;" goto statement_identifier ;)) (expression_statement "uVar2 = param_1[3];" (assignment_expression "uVar2 = param_1[3]" identifier = (subscript_expression "param_1[3]" identifier [ number_literal ])) ;) (if_statement "if (param_1[4] == 0) {\n if ((-1 < param_1[6]) &&\n (iVar14 = param_1[6] + (uint)CARRY4(uVar2,uVar1),\n uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar2 + uVar1),\n iVar9 = *(int *)(param_2 + 0xc) - iVar14,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar14) != SBORROW4(iVar9,uVar16)) ==\n (int)(iVar9 - uVar16) < 0)) {\n iVar14 = uVar1 + *(int *)(param_2 + 0x10);\n iVar9 = param_1[0xf];\n if ((*(byte *)(iVar9 + 0x1c) & 4) == 0) {\nLAB_0007654e:\n \n FUN_002446e0("../../gold/output.h",0xe3,"offset",param_1);\n }\n iVar12 = *(int *)(iVar9 + 0x18);\n uVar1 = *(uint *)(iVar9 + 0x14);\n cVar7 = FUN_0030aff0(DAT_005ea7c8);\n iVar9 = param_1[0xf];\n if (cVar7 == '\0') {\n if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;\n uVar16 = *(uint *)(iVar9 + 0xc);\n iVar17 = *(int *)(iVar9 + 0x10);\n iVar15 = param_1[0x10];\n if ((*(byte *)(iVar15 + 0x1c) & 4) == 0) goto LAB_0007654e;\n if (iVar12 + iVar17 + (uint)CARRY4(uVar1,uVar16) != *(int *)(iVar15 + 0x18) ||\n *(int *)(iVar15 + 0x14) != uVar1 + uVar16) {\n \n FUN_002446e0("../../gold/x86_64.cc",0xa12,"do_write",iVar9);\n }\n }\n else {\n if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;\n iVar15 = param_1[0x10];\n uVar16 = *(uint *)(iVar9 + 0xc);\n iVar17 = *(int *)(iVar9 + 0x10);\n }\n if ((*(byte *)(iVar15 + 0x1c) & 2) == 0) {\nLAB_00076512:\n \n FUN_002446e0("../../gold/output.h",0xcf,"data_size");\n }\n uVar8 = uVar16 + *(uint *)(iVar15 + 0xc);\n unaff_EBX = 0;\n if (iVar17 + *(int *)(iVar15 + 0x10) + (uint)CARRY4(uVar16,*(uint *)(iVar15 + 0xc)) != 0)\n goto LAB_00076531;\n if (-1 < iVar12) {\n iVar12 = iVar12 + (uint)CARRY4(uVar8,uVar1);\n uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar8 + uVar1);\n iVar15 = *(int *)(param_2 + 0xc) - iVar12;\n if ((SBORROW4(*(int *)(param_2 + 0xc),iVar12) != SBORROW4(iVar15,uVar16)) ==\n (int)(iVar15 - uVar16) < 0) {\n iVar12 = uVar1 + *(int *)(param_2 + 0x10);\n if ((*(byte *)(param_1 + 7) & 1) != 0) {\n uVar1 = param_1[1];\n iVar15 = param_1[2];\n iVar17 = param_1[0xe];\n if ((*(byte *)(iVar17 + 0x1c) & 1) != 0) {\n uVar3 = *(undefined4 *)(iVar17 + 8);\n uVar4 = *(undefined4 *)(iVar17 + 4);\n if ((*(byte *)(iVar9 + 0x1c) & 1) != 0) {\n uVar5 = *(undefined4 *)(iVar9 + 8);\n uVar6 = *(undefined4 *)(iVar9 + 4);\n (**(code **)(*param_1 + 0x68))(param_1,iVar14,uVar6,uVar5,uVar1,iVar15);\n local_60 = (**(code **)(*param_1 + 100))(param_1);\n local_60 = local_60 + iVar14;\n local_40 = iVar12 + 0x18;\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = (uint)uVar18;\n iVar9 = param_1[0x12] + param_1[0x11];\n if (iVar9 != 0) {\n iVar17 = 0;\n do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);\n local_40 = local_40 + iVar9 * 8;\n }\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n if (param_1[0x13] != -1) {\n (**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n local_60 = local_60 + (int)uVar18;\n }\n if (local_60 - iVar14 == uVar2) {\n if (local_40 - iVar12 == uVar8) {\n return;\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4b,"do_write",uVar13);\n }\n }\n }\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n }\n \n FUN_002446e0("../../gold/output.h",0x6f,"get_output_view");\n }" if (parenthesized_expression "(param_1[4] == 0)" ( (binary_expression "param_1[4] == 0" (subscript_expression "param_1[4]" identifier [ number_literal ]) == number_literal) )) (compound_statement "{\n if ((-1 < param_1[6]) &&\n (iVar14 = param_1[6] + (uint)CARRY4(uVar2,uVar1),\n uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar2 + uVar1),\n iVar9 = *(int *)(param_2 + 0xc) - iVar14,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar14) != SBORROW4(iVar9,uVar16)) ==\n (int)(iVar9 - uVar16) < 0)) {\n iVar14 = uVar1 + *(int *)(param_2 + 0x10);\n iVar9 = param_1[0xf];\n if ((*(byte *)(iVar9 + 0x1c) & 4) == 0) {\nLAB_0007654e:\n \n FUN_002446e0("../../gold/output.h",0xe3,"offset",param_1);\n }\n iVar12 = *(int *)(iVar9 + 0x18);\n uVar1 = *(uint *)(iVar9 + 0x14);\n cVar7 = FUN_0030aff0(DAT_005ea7c8);\n iVar9 = param_1[0xf];\n if (cVar7 == '\0') {\n if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;\n uVar16 = *(uint *)(iVar9 + 0xc);\n iVar17 = *(int *)(iVar9 + 0x10);\n iVar15 = param_1[0x10];\n if ((*(byte *)(iVar15 + 0x1c) & 4) == 0) goto LAB_0007654e;\n if (iVar12 + iVar17 + (uint)CARRY4(uVar1,uVar16) != *(int *)(iVar15 + 0x18) ||\n *(int *)(iVar15 + 0x14) != uVar1 + uVar16) {\n \n FUN_002446e0("../../gold/x86_64.cc",0xa12,"do_write",iVar9);\n }\n }\n else {\n if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;\n iVar15 = param_1[0x10];\n uVar16 = *(uint *)(iVar9 + 0xc);\n iVar17 = *(int *)(iVar9 + 0x10);\n }\n if ((*(byte *)(iVar15 + 0x1c) & 2) == 0) {\nLAB_00076512:\n \n FUN_002446e0("../../gold/output.h",0xcf,"data_size");\n }\n uVar8 = uVar16 + *(uint *)(iVar15 + 0xc);\n unaff_EBX = 0;\n if (iVar17 + *(int *)(iVar15 + 0x10) + (uint)CARRY4(uVar16,*(uint *)(iVar15 + 0xc)) != 0)\n goto LAB_00076531;\n if (-1 < iVar12) {\n iVar12 = iVar12 + (uint)CARRY4(uVar8,uVar1);\n uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar8 + uVar1);\n iVar15 = *(int *)(param_2 + 0xc) - iVar12;\n if ((SBORROW4(*(int *)(param_2 + 0xc),iVar12) != SBORROW4(iVar15,uVar16)) ==\n (int)(iVar15 - uVar16) < 0) {\n iVar12 = uVar1 + *(int *)(param_2 + 0x10);\n if ((*(byte *)(param_1 + 7) & 1) != 0) {\n uVar1 = param_1[1];\n iVar15 = param_1[2];\n iVar17 = param_1[0xe];\n if ((*(byte *)(iVar17 + 0x1c) & 1) != 0) {\n uVar3 = *(undefined4 *)(iVar17 + 8);\n uVar4 = *(undefined4 *)(iVar17 + 4);\n if ((*(byte *)(iVar9 + 0x1c) & 1) != 0) {\n uVar5 = *(undefined4 *)(iVar9 + 8);\n uVar6 = *(undefined4 *)(iVar9 + 4);\n (**(code **)(*param_1 + 0x68))(param_1,iVar14,uVar6,uVar5,uVar1,iVar15);\n local_60 = (**(code **)(*param_1 + 100))(param_1);\n local_60 = local_60 + iVar14;\n local_40 = iVar12 + 0x18;\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = (uint)uVar18;\n iVar9 = param_1[0x12] + param_1[0x11];\n if (iVar9 != 0) {\n iVar17 = 0;\n do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);\n local_40 = local_40 + iVar9 * 8;\n }\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n if (param_1[0x13] != -1) {\n (**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n local_60 = local_60 + (int)uVar18;\n }\n if (local_60 - iVar14 == uVar2) {\n if (local_40 - iVar12 == uVar8) {\n return;\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4b,"do_write",uVar13);\n }\n }\n }\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n }\n \n FUN_002446e0("../../gold/output.h",0x6f,"get_output_view");\n }" { (if_statement "if ((-1 < param_1[6]) &&\n (iVar14 = param_1[6] + (uint)CARRY4(uVar2,uVar1),\n uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar2 + uVar1),\n iVar9 = *(int *)(param_2 + 0xc) - iVar14,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar14) != SBORROW4(iVar9,uVar16)) ==\n (int)(iVar9 - uVar16) < 0)) {\n iVar14 = uVar1 + *(int *)(param_2 + 0x10);\n iVar9 = param_1[0xf];\n if ((*(byte *)(iVar9 + 0x1c) & 4) == 0) {\nLAB_0007654e:\n \n FUN_002446e0("../../gold/output.h",0xe3,"offset",param_1);\n }\n iVar12 = *(int *)(iVar9 + 0x18);\n uVar1 = *(uint *)(iVar9 + 0x14);\n cVar7 = FUN_0030aff0(DAT_005ea7c8);\n iVar9 = param_1[0xf];\n if (cVar7 == '\0') {\n if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;\n uVar16 = *(uint *)(iVar9 + 0xc);\n iVar17 = *(int *)(iVar9 + 0x10);\n iVar15 = param_1[0x10];\n if ((*(byte *)(iVar15 + 0x1c) & 4) == 0) goto LAB_0007654e;\n if (iVar12 + iVar17 + (uint)CARRY4(uVar1,uVar16) != *(int *)(iVar15 + 0x18) ||\n *(int *)(iVar15 + 0x14) != uVar1 + uVar16) {\n \n FUN_002446e0("../../gold/x86_64.cc",0xa12,"do_write",iVar9);\n }\n }\n else {\n if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;\n iVar15 = param_1[0x10];\n uVar16 = *(uint *)(iVar9 + 0xc);\n iVar17 = *(int *)(iVar9 + 0x10);\n }\n if ((*(byte *)(iVar15 + 0x1c) & 2) == 0) {\nLAB_00076512:\n \n FUN_002446e0("../../gold/output.h",0xcf,"data_size");\n }\n uVar8 = uVar16 + *(uint *)(iVar15 + 0xc);\n unaff_EBX = 0;\n if (iVar17 + *(int *)(iVar15 + 0x10) + (uint)CARRY4(uVar16,*(uint *)(iVar15 + 0xc)) != 0)\n goto LAB_00076531;\n if (-1 < iVar12) {\n iVar12 = iVar12 + (uint)CARRY4(uVar8,uVar1);\n uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar8 + uVar1);\n iVar15 = *(int *)(param_2 + 0xc) - iVar12;\n if ((SBORROW4(*(int *)(param_2 + 0xc),iVar12) != SBORROW4(iVar15,uVar16)) ==\n (int)(iVar15 - uVar16) < 0) {\n iVar12 = uVar1 + *(int *)(param_2 + 0x10);\n if ((*(byte *)(param_1 + 7) & 1) != 0) {\n uVar1 = param_1[1];\n iVar15 = param_1[2];\n iVar17 = param_1[0xe];\n if ((*(byte *)(iVar17 + 0x1c) & 1) != 0) {\n uVar3 = *(undefined4 *)(iVar17 + 8);\n uVar4 = *(undefined4 *)(iVar17 + 4);\n if ((*(byte *)(iVar9 + 0x1c) & 1) != 0) {\n uVar5 = *(undefined4 *)(iVar9 + 8);\n uVar6 = *(undefined4 *)(iVar9 + 4);\n (**(code **)(*param_1 + 0x68))(param_1,iVar14,uVar6,uVar5,uVar1,iVar15);\n local_60 = (**(code **)(*param_1 + 100))(param_1);\n local_60 = local_60 + iVar14;\n local_40 = iVar12 + 0x18;\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = (uint)uVar18;\n iVar9 = param_1[0x12] + param_1[0x11];\n if (iVar9 != 0) {\n iVar17 = 0;\n do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);\n local_40 = local_40 + iVar9 * 8;\n }\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n if (param_1[0x13] != -1) {\n (**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n local_60 = local_60 + (int)uVar18;\n }\n if (local_60 - iVar14 == uVar2) {\n if (local_40 - iVar12 == uVar8) {\n return;\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4b,"do_write",uVar13);\n }\n }\n }\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n }" if (parenthesized_expression "((-1 < param_1[6]) &&\n (iVar14 = param_1[6] + (uint)CARRY4(uVar2,uVar1),\n uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar2 + uVar1),\n iVar9 = *(int *)(param_2 + 0xc) - iVar14,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar14) != SBORROW4(iVar9,uVar16)) ==\n (int)(iVar9 - uVar16) < 0))" ( (binary_expression "(-1 < param_1[6]) &&\n (iVar14 = param_1[6] + (uint)CARRY4(uVar2,uVar1),\n uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar2 + uVar1),\n iVar9 = *(int *)(param_2 + 0xc) - iVar14,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar14) != SBORROW4(iVar9,uVar16)) ==\n (int)(iVar9 - uVar16) < 0)" (parenthesized_expression "(-1 < param_1[6])" ( (binary_expression "-1 < param_1[6]" number_literal < (subscript_expression "param_1[6]" identifier [ number_literal ])) )) && (parenthesized_expression "(iVar14 = param_1[6] + (uint)CARRY4(uVar2,uVar1),\n uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar2 + uVar1),\n iVar9 = *(int *)(param_2 + 0xc) - iVar14,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar14) != SBORROW4(iVar9,uVar16)) ==\n (int)(iVar9 - uVar16) < 0)" ( (comma_expression "iVar14 = param_1[6] + (uint)CARRY4(uVar2,uVar1),\n uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar2 + uVar1),\n iVar9 = *(int *)(param_2 + 0xc) - iVar14,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar14) != SBORROW4(iVar9,uVar16)) ==\n (int)(iVar9 - uVar16) < 0" (assignment_expression "iVar14 = param_1[6] + (uint)CARRY4(uVar2,uVar1)" identifier = (binary_expression "param_1[6] + (uint)CARRY4(uVar2,uVar1)" (subscript_expression "param_1[6]" identifier [ number_literal ]) + (cast_expression "(uint)CARRY4(uVar2,uVar1)" ( (type_descriptor "uint" type_identifier) ) (call_expression "CARRY4(uVar2,uVar1)" identifier (argument_list "(uVar2,uVar1)" ( identifier , identifier )))))) , (comma_expression "uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar2 + uVar1),\n iVar9 = *(int *)(param_2 + 0xc) - iVar14,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar14) != SBORROW4(iVar9,uVar16)) ==\n (int)(iVar9 - uVar16) < 0" (assignment_expression "uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar2 + uVar1)" identifier = (call_expression "(uint)(*(uint *)(param_2 + 8) < uVar2 + uVar1)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(*(uint *)(param_2 + 8) < uVar2 + uVar1)" ( (binary_expression "*(uint *)(param_2 + 8) < uVar2 + uVar1" (pointer_expression "*(uint *)(param_2 + 8)" * (cast_expression "(uint *)(param_2 + 8)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 8)" ( (binary_expression "param_2 + 8" identifier + number_literal) )))) < (binary_expression "uVar2 + uVar1" identifier + identifier)) )))) , (comma_expression "iVar9 = *(int *)(param_2 + 0xc) - iVar14,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar14) != SBORROW4(iVar9,uVar16)) ==\n (int)(iVar9 - uVar16) < 0" (assignment_expression "iVar9 = *(int *)(param_2 + 0xc) - iVar14" identifier = (binary_expression "*(int *)(param_2 + 0xc) - iVar14" (pointer_expression "*(int *)(param_2 + 0xc)" * (cast_expression "(int *)(param_2 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0xc)" ( (binary_expression "param_2 + 0xc" identifier + number_literal) )))) - identifier)) , (binary_expression "(SBORROW4(*(int *)(param_2 + 0xc),iVar14) != SBORROW4(iVar9,uVar16)) ==\n (int)(iVar9 - uVar16) < 0" (parenthesized_expression "(SBORROW4(*(int *)(param_2 + 0xc),iVar14) != SBORROW4(iVar9,uVar16))" ( (binary_expression "SBORROW4(*(int *)(param_2 + 0xc),iVar14) != SBORROW4(iVar9,uVar16)" (call_expression "SBORROW4(*(int *)(param_2 + 0xc),iVar14)" identifier (argument_list "(*(int *)(param_2 + 0xc),iVar14)" ( (pointer_expression "*(int *)(param_2 + 0xc)" * (cast_expression "(int *)(param_2 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0xc)" ( (binary_expression "param_2 + 0xc" identifier + number_literal) )))) , identifier ))) != (call_expression "SBORROW4(iVar9,uVar16)" identifier (argument_list "(iVar9,uVar16)" ( identifier , identifier )))) )) == (binary_expression "(int)(iVar9 - uVar16) < 0" (cast_expression "(int)(iVar9 - uVar16)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(iVar9 - uVar16)" ( (binary_expression "iVar9 - uVar16" identifier - identifier) ))) < number_literal))))) ))) )) (compound_statement "{\n iVar14 = uVar1 + *(int *)(param_2 + 0x10);\n iVar9 = param_1[0xf];\n if ((*(byte *)(iVar9 + 0x1c) & 4) == 0) {\nLAB_0007654e:\n \n FUN_002446e0("../../gold/output.h",0xe3,"offset",param_1);\n }\n iVar12 = *(int *)(iVar9 + 0x18);\n uVar1 = *(uint *)(iVar9 + 0x14);\n cVar7 = FUN_0030aff0(DAT_005ea7c8);\n iVar9 = param_1[0xf];\n if (cVar7 == '\0') {\n if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;\n uVar16 = *(uint *)(iVar9 + 0xc);\n iVar17 = *(int *)(iVar9 + 0x10);\n iVar15 = param_1[0x10];\n if ((*(byte *)(iVar15 + 0x1c) & 4) == 0) goto LAB_0007654e;\n if (iVar12 + iVar17 + (uint)CARRY4(uVar1,uVar16) != *(int *)(iVar15 + 0x18) ||\n *(int *)(iVar15 + 0x14) != uVar1 + uVar16) {\n \n FUN_002446e0("../../gold/x86_64.cc",0xa12,"do_write",iVar9);\n }\n }\n else {\n if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;\n iVar15 = param_1[0x10];\n uVar16 = *(uint *)(iVar9 + 0xc);\n iVar17 = *(int *)(iVar9 + 0x10);\n }\n if ((*(byte *)(iVar15 + 0x1c) & 2) == 0) {\nLAB_00076512:\n \n FUN_002446e0("../../gold/output.h",0xcf,"data_size");\n }\n uVar8 = uVar16 + *(uint *)(iVar15 + 0xc);\n unaff_EBX = 0;\n if (iVar17 + *(int *)(iVar15 + 0x10) + (uint)CARRY4(uVar16,*(uint *)(iVar15 + 0xc)) != 0)\n goto LAB_00076531;\n if (-1 < iVar12) {\n iVar12 = iVar12 + (uint)CARRY4(uVar8,uVar1);\n uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar8 + uVar1);\n iVar15 = *(int *)(param_2 + 0xc) - iVar12;\n if ((SBORROW4(*(int *)(param_2 + 0xc),iVar12) != SBORROW4(iVar15,uVar16)) ==\n (int)(iVar15 - uVar16) < 0) {\n iVar12 = uVar1 + *(int *)(param_2 + 0x10);\n if ((*(byte *)(param_1 + 7) & 1) != 0) {\n uVar1 = param_1[1];\n iVar15 = param_1[2];\n iVar17 = param_1[0xe];\n if ((*(byte *)(iVar17 + 0x1c) & 1) != 0) {\n uVar3 = *(undefined4 *)(iVar17 + 8);\n uVar4 = *(undefined4 *)(iVar17 + 4);\n if ((*(byte *)(iVar9 + 0x1c) & 1) != 0) {\n uVar5 = *(undefined4 *)(iVar9 + 8);\n uVar6 = *(undefined4 *)(iVar9 + 4);\n (**(code **)(*param_1 + 0x68))(param_1,iVar14,uVar6,uVar5,uVar1,iVar15);\n local_60 = (**(code **)(*param_1 + 100))(param_1);\n local_60 = local_60 + iVar14;\n local_40 = iVar12 + 0x18;\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = (uint)uVar18;\n iVar9 = param_1[0x12] + param_1[0x11];\n if (iVar9 != 0) {\n iVar17 = 0;\n do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);\n local_40 = local_40 + iVar9 * 8;\n }\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n if (param_1[0x13] != -1) {\n (**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n local_60 = local_60 + (int)uVar18;\n }\n if (local_60 - iVar14 == uVar2) {\n if (local_40 - iVar12 == uVar8) {\n return;\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4b,"do_write",uVar13);\n }\n }\n }\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n }" { (expression_statement "iVar14 = uVar1 + *(int *)(param_2 + 0x10);" (assignment_expression "iVar14 = uVar1 + *(int *)(param_2 + 0x10)" identifier = (binary_expression "uVar1 + *(int *)(param_2 + 0x10)" identifier + (pointer_expression "*(int *)(param_2 + 0x10)" * (cast_expression "(int *)(param_2 + 0x10)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x10)" ( (binary_expression "param_2 + 0x10" identifier + number_literal) )))))) ;) (expression_statement "iVar9 = param_1[0xf];" (assignment_expression "iVar9 = param_1[0xf]" identifier = (subscript_expression "param_1[0xf]" identifier [ number_literal ])) ;) (if_statement "if ((*(byte *)(iVar9 + 0x1c) & 4) == 0) {\nLAB_0007654e:\n \n FUN_002446e0("../../gold/output.h",0xe3,"offset",param_1);\n }" if (parenthesized_expression "((*(byte *)(iVar9 + 0x1c) & 4) == 0)" ( (binary_expression "(*(byte *)(iVar9 + 0x1c) & 4) == 0" (parenthesized_expression "(*(byte *)(iVar9 + 0x1c) & 4)" ( (binary_expression "*(byte *)(iVar9 + 0x1c) & 4" (pointer_expression "*(byte *)(iVar9 + 0x1c)" * (cast_expression "(byte *)(iVar9 + 0x1c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 0x1c)" ( (binary_expression "iVar9 + 0x1c" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\nLAB_0007654e:\n \n FUN_002446e0("../../gold/output.h",0xe3,"offset",param_1);\n }" { (labeled_statement "LAB_0007654e:\n \n FUN_002446e0("../../gold/output.h",0xe3,"offset",param_1);" statement_identifier : (expression_statement "FUN_002446e0("../../gold/output.h",0xe3,"offset",param_1);" (call_expression "FUN_002446e0("../../gold/output.h",0xe3,"offset",param_1)" identifier (argument_list "("../../gold/output.h",0xe3,"offset",param_1)" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""offset"" " string_content ") , identifier ))) ;)) })) (expression_statement "iVar12 = *(int *)(iVar9 + 0x18);" (assignment_expression "iVar12 = *(int *)(iVar9 + 0x18)" identifier = (pointer_expression "*(int *)(iVar9 + 0x18)" * (cast_expression "(int *)(iVar9 + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 0x18)" ( (binary_expression "iVar9 + 0x18" identifier + number_literal) ))))) ;) (expression_statement "uVar1 = *(uint *)(iVar9 + 0x14);" (assignment_expression "uVar1 = *(uint *)(iVar9 + 0x14)" identifier = (pointer_expression "*(uint *)(iVar9 + 0x14)" * (cast_expression "(uint *)(iVar9 + 0x14)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 0x14)" ( (binary_expression "iVar9 + 0x14" identifier + number_literal) ))))) ;) (expression_statement "cVar7 = FUN_0030aff0(DAT_005ea7c8);" (assignment_expression "cVar7 = FUN_0030aff0(DAT_005ea7c8)" identifier = (call_expression "FUN_0030aff0(DAT_005ea7c8)" identifier (argument_list "(DAT_005ea7c8)" ( identifier )))) ;) (expression_statement "iVar9 = param_1[0xf];" (assignment_expression "iVar9 = param_1[0xf]" identifier = (subscript_expression "param_1[0xf]" identifier [ number_literal ])) ;) (if_statement "if (cVar7 == '\0') {\n if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;\n uVar16 = *(uint *)(iVar9 + 0xc);\n iVar17 = *(int *)(iVar9 + 0x10);\n iVar15 = param_1[0x10];\n if ((*(byte *)(iVar15 + 0x1c) & 4) == 0) goto LAB_0007654e;\n if (iVar12 + iVar17 + (uint)CARRY4(uVar1,uVar16) != *(int *)(iVar15 + 0x18) ||\n *(int *)(iVar15 + 0x14) != uVar1 + uVar16) {\n \n FUN_002446e0("../../gold/x86_64.cc",0xa12,"do_write",iVar9);\n }\n }\n else {\n if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;\n iVar15 = param_1[0x10];\n uVar16 = *(uint *)(iVar9 + 0xc);\n iVar17 = *(int *)(iVar9 + 0x10);\n }" if (parenthesized_expression "(cVar7 == '\0')" ( (binary_expression "cVar7 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;\n uVar16 = *(uint *)(iVar9 + 0xc);\n iVar17 = *(int *)(iVar9 + 0x10);\n iVar15 = param_1[0x10];\n if ((*(byte *)(iVar15 + 0x1c) & 4) == 0) goto LAB_0007654e;\n if (iVar12 + iVar17 + (uint)CARRY4(uVar1,uVar16) != *(int *)(iVar15 + 0x18) ||\n *(int *)(iVar15 + 0x14) != uVar1 + uVar16) {\n \n FUN_002446e0("../../gold/x86_64.cc",0xa12,"do_write",iVar9);\n }\n }" { (if_statement "if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;" if (parenthesized_expression "((*(byte *)(iVar9 + 0x1c) & 2) == 0)" ( (binary_expression "(*(byte *)(iVar9 + 0x1c) & 2) == 0" (parenthesized_expression "(*(byte *)(iVar9 + 0x1c) & 2)" ( (binary_expression "*(byte *)(iVar9 + 0x1c) & 2" (pointer_expression "*(byte *)(iVar9 + 0x1c)" * (cast_expression "(byte *)(iVar9 + 0x1c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 0x1c)" ( (binary_expression "iVar9 + 0x1c" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_00076512;" goto statement_identifier ;)) (expression_statement "uVar16 = *(uint *)(iVar9 + 0xc);" (assignment_expression "uVar16 = *(uint *)(iVar9 + 0xc)" identifier = (pointer_expression "*(uint *)(iVar9 + 0xc)" * (cast_expression "(uint *)(iVar9 + 0xc)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 0xc)" ( (binary_expression "iVar9 + 0xc" identifier + number_literal) ))))) ;) (expression_statement "iVar17 = *(int *)(iVar9 + 0x10);" (assignment_expression "iVar17 = *(int *)(iVar9 + 0x10)" identifier = (pointer_expression "*(int *)(iVar9 + 0x10)" * (cast_expression "(int *)(iVar9 + 0x10)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 0x10)" ( (binary_expression "iVar9 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "iVar15 = param_1[0x10];" (assignment_expression "iVar15 = param_1[0x10]" identifier = (subscript_expression "param_1[0x10]" identifier [ number_literal ])) ;) (if_statement "if ((*(byte *)(iVar15 + 0x1c) & 4) == 0) goto LAB_0007654e;" if (parenthesized_expression "((*(byte *)(iVar15 + 0x1c) & 4) == 0)" ( (binary_expression "(*(byte *)(iVar15 + 0x1c) & 4) == 0" (parenthesized_expression "(*(byte *)(iVar15 + 0x1c) & 4)" ( (binary_expression "*(byte *)(iVar15 + 0x1c) & 4" (pointer_expression "*(byte *)(iVar15 + 0x1c)" * (cast_expression "(byte *)(iVar15 + 0x1c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar15 + 0x1c)" ( (binary_expression "iVar15 + 0x1c" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_0007654e;" goto statement_identifier ;)) (if_statement "if (iVar12 + iVar17 + (uint)CARRY4(uVar1,uVar16) != *(int *)(iVar15 + 0x18) ||\n *(int *)(iVar15 + 0x14) != uVar1 + uVar16) {\n \n FUN_002446e0("../../gold/x86_64.cc",0xa12,"do_write",iVar9);\n }" if (parenthesized_expression "(iVar12 + iVar17 + (uint)CARRY4(uVar1,uVar16) != *(int *)(iVar15 + 0x18) ||\n *(int *)(iVar15 + 0x14) != uVar1 + uVar16)" ( (binary_expression "iVar12 + iVar17 + (uint)CARRY4(uVar1,uVar16) != *(int *)(iVar15 + 0x18) ||\n *(int *)(iVar15 + 0x14) != uVar1 + uVar16" (binary_expression "iVar12 + iVar17 + (uint)CARRY4(uVar1,uVar16) != *(int *)(iVar15 + 0x18)" (binary_expression "iVar12 + iVar17 + (uint)CARRY4(uVar1,uVar16)" (binary_expression "iVar12 + iVar17" identifier + identifier) + (cast_expression "(uint)CARRY4(uVar1,uVar16)" ( (type_descriptor "uint" type_identifier) ) (call_expression "CARRY4(uVar1,uVar16)" identifier (argument_list "(uVar1,uVar16)" ( identifier , identifier ))))) != (pointer_expression "*(int *)(iVar15 + 0x18)" * (cast_expression "(int *)(iVar15 + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar15 + 0x18)" ( (binary_expression "iVar15 + 0x18" identifier + number_literal) ))))) || (binary_expression "*(int *)(iVar15 + 0x14) != uVar1 + uVar16" (pointer_expression "*(int *)(iVar15 + 0x14)" * (cast_expression "(int *)(iVar15 + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar15 + 0x14)" ( (binary_expression "iVar15 + 0x14" identifier + number_literal) )))) != (binary_expression "uVar1 + uVar16" identifier + identifier))) )) (compound_statement "{\n \n FUN_002446e0("../../gold/x86_64.cc",0xa12,"do_write",iVar9);\n }" { (expression_statement "FUN_002446e0("../../gold/x86_64.cc",0xa12,"do_write",iVar9);" (call_expression "FUN_002446e0("../../gold/x86_64.cc",0xa12,"do_write",iVar9)" identifier (argument_list "("../../gold/x86_64.cc",0xa12,"do_write",iVar9)" ( (string_literal ""../../gold/x86_64.cc"" " string_content ") , number_literal , (string_literal ""do_write"" " string_content ") , identifier ))) ;) })) }) (else_clause "else {\n if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;\n iVar15 = param_1[0x10];\n uVar16 = *(uint *)(iVar9 + 0xc);\n iVar17 = *(int *)(iVar9 + 0x10);\n }" else (compound_statement "{\n if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;\n iVar15 = param_1[0x10];\n uVar16 = *(uint *)(iVar9 + 0xc);\n iVar17 = *(int *)(iVar9 + 0x10);\n }" { (if_statement "if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;" if (parenthesized_expression "((*(byte *)(iVar9 + 0x1c) & 2) == 0)" ( (binary_expression "(*(byte *)(iVar9 + 0x1c) & 2) == 0" (parenthesized_expression "(*(byte *)(iVar9 + 0x1c) & 2)" ( (binary_expression "*(byte *)(iVar9 + 0x1c) & 2" (pointer_expression "*(byte *)(iVar9 + 0x1c)" * (cast_expression "(byte *)(iVar9 + 0x1c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 0x1c)" ( (binary_expression "iVar9 + 0x1c" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_00076512;" goto statement_identifier ;)) (expression_statement "iVar15 = param_1[0x10];" (assignment_expression "iVar15 = param_1[0x10]" identifier = (subscript_expression "param_1[0x10]" identifier [ number_literal ])) ;) (expression_statement "uVar16 = *(uint *)(iVar9 + 0xc);" (assignment_expression "uVar16 = *(uint *)(iVar9 + 0xc)" identifier = (pointer_expression "*(uint *)(iVar9 + 0xc)" * (cast_expression "(uint *)(iVar9 + 0xc)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 0xc)" ( (binary_expression "iVar9 + 0xc" identifier + number_literal) ))))) ;) (expression_statement "iVar17 = *(int *)(iVar9 + 0x10);" (assignment_expression "iVar17 = *(int *)(iVar9 + 0x10)" identifier = (pointer_expression "*(int *)(iVar9 + 0x10)" * (cast_expression "(int *)(iVar9 + 0x10)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 0x10)" ( (binary_expression "iVar9 + 0x10" identifier + number_literal) ))))) ;) }))) (if_statement "if ((*(byte *)(iVar15 + 0x1c) & 2) == 0) {\nLAB_00076512:\n \n FUN_002446e0("../../gold/output.h",0xcf,"data_size");\n }" if (parenthesized_expression "((*(byte *)(iVar15 + 0x1c) & 2) == 0)" ( (binary_expression "(*(byte *)(iVar15 + 0x1c) & 2) == 0" (parenthesized_expression "(*(byte *)(iVar15 + 0x1c) & 2)" ( (binary_expression "*(byte *)(iVar15 + 0x1c) & 2" (pointer_expression "*(byte *)(iVar15 + 0x1c)" * (cast_expression "(byte *)(iVar15 + 0x1c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar15 + 0x1c)" ( (binary_expression "iVar15 + 0x1c" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\nLAB_00076512:\n \n FUN_002446e0("../../gold/output.h",0xcf,"data_size");\n }" { (labeled_statement "LAB_00076512:\n \n FUN_002446e0("../../gold/output.h",0xcf,"data_size");" statement_identifier : (expression_statement "FUN_002446e0("../../gold/output.h",0xcf,"data_size");" (call_expression "FUN_002446e0("../../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 = uVar16 + *(uint *)(iVar15 + 0xc);" (assignment_expression "uVar8 = uVar16 + *(uint *)(iVar15 + 0xc)" identifier = (binary_expression "uVar16 + *(uint *)(iVar15 + 0xc)" identifier + (pointer_expression "*(uint *)(iVar15 + 0xc)" * (cast_expression "(uint *)(iVar15 + 0xc)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar15 + 0xc)" ( (binary_expression "iVar15 + 0xc" identifier + number_literal) )))))) ;) (expression_statement "unaff_EBX = 0;" (assignment_expression "unaff_EBX = 0" identifier = number_literal) ;) (if_statement "if (iVar17 + *(int *)(iVar15 + 0x10) + (uint)CARRY4(uVar16,*(uint *)(iVar15 + 0xc)) != 0)\n goto LAB_00076531;" if (parenthesized_expression "(iVar17 + *(int *)(iVar15 + 0x10) + (uint)CARRY4(uVar16,*(uint *)(iVar15 + 0xc)) != 0)" ( (binary_expression "iVar17 + *(int *)(iVar15 + 0x10) + (uint)CARRY4(uVar16,*(uint *)(iVar15 + 0xc)) != 0" (binary_expression "iVar17 + *(int *)(iVar15 + 0x10) + (uint)CARRY4(uVar16,*(uint *)(iVar15 + 0xc))" (binary_expression "iVar17 + *(int *)(iVar15 + 0x10)" identifier + (pointer_expression "*(int *)(iVar15 + 0x10)" * (cast_expression "(int *)(iVar15 + 0x10)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar15 + 0x10)" ( (binary_expression "iVar15 + 0x10" identifier + number_literal) ))))) + (cast_expression "(uint)CARRY4(uVar16,*(uint *)(iVar15 + 0xc))" ( (type_descriptor "uint" type_identifier) ) (call_expression "CARRY4(uVar16,*(uint *)(iVar15 + 0xc))" identifier (argument_list "(uVar16,*(uint *)(iVar15 + 0xc))" ( identifier , (pointer_expression "*(uint *)(iVar15 + 0xc)" * (cast_expression "(uint *)(iVar15 + 0xc)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar15 + 0xc)" ( (binary_expression "iVar15 + 0xc" identifier + number_literal) )))) ))))) != number_literal) )) (goto_statement "goto LAB_00076531;" goto statement_identifier ;)) (if_statement "if (-1 < iVar12) {\n iVar12 = iVar12 + (uint)CARRY4(uVar8,uVar1);\n uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar8 + uVar1);\n iVar15 = *(int *)(param_2 + 0xc) - iVar12;\n if ((SBORROW4(*(int *)(param_2 + 0xc),iVar12) != SBORROW4(iVar15,uVar16)) ==\n (int)(iVar15 - uVar16) < 0) {\n iVar12 = uVar1 + *(int *)(param_2 + 0x10);\n if ((*(byte *)(param_1 + 7) & 1) != 0) {\n uVar1 = param_1[1];\n iVar15 = param_1[2];\n iVar17 = param_1[0xe];\n if ((*(byte *)(iVar17 + 0x1c) & 1) != 0) {\n uVar3 = *(undefined4 *)(iVar17 + 8);\n uVar4 = *(undefined4 *)(iVar17 + 4);\n if ((*(byte *)(iVar9 + 0x1c) & 1) != 0) {\n uVar5 = *(undefined4 *)(iVar9 + 8);\n uVar6 = *(undefined4 *)(iVar9 + 4);\n (**(code **)(*param_1 + 0x68))(param_1,iVar14,uVar6,uVar5,uVar1,iVar15);\n local_60 = (**(code **)(*param_1 + 100))(param_1);\n local_60 = local_60 + iVar14;\n local_40 = iVar12 + 0x18;\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = (uint)uVar18;\n iVar9 = param_1[0x12] + param_1[0x11];\n if (iVar9 != 0) {\n iVar17 = 0;\n do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);\n local_40 = local_40 + iVar9 * 8;\n }\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n if (param_1[0x13] != -1) {\n (**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n local_60 = local_60 + (int)uVar18;\n }\n if (local_60 - iVar14 == uVar2) {\n if (local_40 - iVar12 == uVar8) {\n return;\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4b,"do_write",uVar13);\n }\n }\n }\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }" if (parenthesized_expression "(-1 < iVar12)" ( (binary_expression "-1 < iVar12" number_literal < identifier) )) (compound_statement "{\n iVar12 = iVar12 + (uint)CARRY4(uVar8,uVar1);\n uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar8 + uVar1);\n iVar15 = *(int *)(param_2 + 0xc) - iVar12;\n if ((SBORROW4(*(int *)(param_2 + 0xc),iVar12) != SBORROW4(iVar15,uVar16)) ==\n (int)(iVar15 - uVar16) < 0) {\n iVar12 = uVar1 + *(int *)(param_2 + 0x10);\n if ((*(byte *)(param_1 + 7) & 1) != 0) {\n uVar1 = param_1[1];\n iVar15 = param_1[2];\n iVar17 = param_1[0xe];\n if ((*(byte *)(iVar17 + 0x1c) & 1) != 0) {\n uVar3 = *(undefined4 *)(iVar17 + 8);\n uVar4 = *(undefined4 *)(iVar17 + 4);\n if ((*(byte *)(iVar9 + 0x1c) & 1) != 0) {\n uVar5 = *(undefined4 *)(iVar9 + 8);\n uVar6 = *(undefined4 *)(iVar9 + 4);\n (**(code **)(*param_1 + 0x68))(param_1,iVar14,uVar6,uVar5,uVar1,iVar15);\n local_60 = (**(code **)(*param_1 + 100))(param_1);\n local_60 = local_60 + iVar14;\n local_40 = iVar12 + 0x18;\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = (uint)uVar18;\n iVar9 = param_1[0x12] + param_1[0x11];\n if (iVar9 != 0) {\n iVar17 = 0;\n do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);\n local_40 = local_40 + iVar9 * 8;\n }\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n if (param_1[0x13] != -1) {\n (**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n local_60 = local_60 + (int)uVar18;\n }\n if (local_60 - iVar14 == uVar2) {\n if (local_40 - iVar12 == uVar8) {\n return;\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4b,"do_write",uVar13);\n }\n }\n }\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }" { (expression_statement "iVar12 = iVar12 + (uint)CARRY4(uVar8,uVar1);" (assignment_expression "iVar12 = iVar12 + (uint)CARRY4(uVar8,uVar1)" identifier = (binary_expression "iVar12 + (uint)CARRY4(uVar8,uVar1)" identifier + (cast_expression "(uint)CARRY4(uVar8,uVar1)" ( (type_descriptor "uint" type_identifier) ) (call_expression "CARRY4(uVar8,uVar1)" identifier (argument_list "(uVar8,uVar1)" ( identifier , identifier )))))) ;) (expression_statement "uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar8 + uVar1);" (assignment_expression "uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar8 + uVar1)" identifier = (call_expression "(uint)(*(uint *)(param_2 + 8) < uVar8 + uVar1)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(*(uint *)(param_2 + 8) < uVar8 + uVar1)" ( (binary_expression "*(uint *)(param_2 + 8) < uVar8 + uVar1" (pointer_expression "*(uint *)(param_2 + 8)" * (cast_expression "(uint *)(param_2 + 8)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 8)" ( (binary_expression "param_2 + 8" identifier + number_literal) )))) < (binary_expression "uVar8 + uVar1" identifier + identifier)) )))) ;) (expression_statement "iVar15 = *(int *)(param_2 + 0xc) - iVar12;" (assignment_expression "iVar15 = *(int *)(param_2 + 0xc) - iVar12" identifier = (binary_expression "*(int *)(param_2 + 0xc) - iVar12" (pointer_expression "*(int *)(param_2 + 0xc)" * (cast_expression "(int *)(param_2 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0xc)" ( (binary_expression "param_2 + 0xc" identifier + number_literal) )))) - identifier)) ;) (if_statement "if ((SBORROW4(*(int *)(param_2 + 0xc),iVar12) != SBORROW4(iVar15,uVar16)) ==\n (int)(iVar15 - uVar16) < 0) {\n iVar12 = uVar1 + *(int *)(param_2 + 0x10);\n if ((*(byte *)(param_1 + 7) & 1) != 0) {\n uVar1 = param_1[1];\n iVar15 = param_1[2];\n iVar17 = param_1[0xe];\n if ((*(byte *)(iVar17 + 0x1c) & 1) != 0) {\n uVar3 = *(undefined4 *)(iVar17 + 8);\n uVar4 = *(undefined4 *)(iVar17 + 4);\n if ((*(byte *)(iVar9 + 0x1c) & 1) != 0) {\n uVar5 = *(undefined4 *)(iVar9 + 8);\n uVar6 = *(undefined4 *)(iVar9 + 4);\n (**(code **)(*param_1 + 0x68))(param_1,iVar14,uVar6,uVar5,uVar1,iVar15);\n local_60 = (**(code **)(*param_1 + 100))(param_1);\n local_60 = local_60 + iVar14;\n local_40 = iVar12 + 0x18;\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = (uint)uVar18;\n iVar9 = param_1[0x12] + param_1[0x11];\n if (iVar9 != 0) {\n iVar17 = 0;\n do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);\n local_40 = local_40 + iVar9 * 8;\n }\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n if (param_1[0x13] != -1) {\n (**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n local_60 = local_60 + (int)uVar18;\n }\n if (local_60 - iVar14 == uVar2) {\n if (local_40 - iVar12 == uVar8) {\n return;\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4b,"do_write",uVar13);\n }\n }\n }\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }" if (parenthesized_expression "((SBORROW4(*(int *)(param_2 + 0xc),iVar12) != SBORROW4(iVar15,uVar16)) ==\n (int)(iVar15 - uVar16) < 0)" ( (binary_expression "(SBORROW4(*(int *)(param_2 + 0xc),iVar12) != SBORROW4(iVar15,uVar16)) ==\n (int)(iVar15 - uVar16) < 0" (parenthesized_expression "(SBORROW4(*(int *)(param_2 + 0xc),iVar12) != SBORROW4(iVar15,uVar16))" ( (binary_expression "SBORROW4(*(int *)(param_2 + 0xc),iVar12) != SBORROW4(iVar15,uVar16)" (call_expression "SBORROW4(*(int *)(param_2 + 0xc),iVar12)" identifier (argument_list "(*(int *)(param_2 + 0xc),iVar12)" ( (pointer_expression "*(int *)(param_2 + 0xc)" * (cast_expression "(int *)(param_2 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0xc)" ( (binary_expression "param_2 + 0xc" identifier + number_literal) )))) , identifier ))) != (call_expression "SBORROW4(iVar15,uVar16)" identifier (argument_list "(iVar15,uVar16)" ( identifier , identifier )))) )) == (binary_expression "(int)(iVar15 - uVar16) < 0" (cast_expression "(int)(iVar15 - uVar16)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(iVar15 - uVar16)" ( (binary_expression "iVar15 - uVar16" identifier - identifier) ))) < number_literal)) )) (compound_statement "{\n iVar12 = uVar1 + *(int *)(param_2 + 0x10);\n if ((*(byte *)(param_1 + 7) & 1) != 0) {\n uVar1 = param_1[1];\n iVar15 = param_1[2];\n iVar17 = param_1[0xe];\n if ((*(byte *)(iVar17 + 0x1c) & 1) != 0) {\n uVar3 = *(undefined4 *)(iVar17 + 8);\n uVar4 = *(undefined4 *)(iVar17 + 4);\n if ((*(byte *)(iVar9 + 0x1c) & 1) != 0) {\n uVar5 = *(undefined4 *)(iVar9 + 8);\n uVar6 = *(undefined4 *)(iVar9 + 4);\n (**(code **)(*param_1 + 0x68))(param_1,iVar14,uVar6,uVar5,uVar1,iVar15);\n local_60 = (**(code **)(*param_1 + 100))(param_1);\n local_60 = local_60 + iVar14;\n local_40 = iVar12 + 0x18;\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = (uint)uVar18;\n iVar9 = param_1[0x12] + param_1[0x11];\n if (iVar9 != 0) {\n iVar17 = 0;\n do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);\n local_40 = local_40 + iVar9 * 8;\n }\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n if (param_1[0x13] != -1) {\n (**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n local_60 = local_60 + (int)uVar18;\n }\n if (local_60 - iVar14 == uVar2) {\n if (local_40 - iVar12 == uVar8) {\n return;\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4b,"do_write",uVar13);\n }\n }\n }\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }" { (expression_statement "iVar12 = uVar1 + *(int *)(param_2 + 0x10);" (assignment_expression "iVar12 = uVar1 + *(int *)(param_2 + 0x10)" identifier = (binary_expression "uVar1 + *(int *)(param_2 + 0x10)" identifier + (pointer_expression "*(int *)(param_2 + 0x10)" * (cast_expression "(int *)(param_2 + 0x10)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x10)" ( (binary_expression "param_2 + 0x10" identifier + number_literal) )))))) ;) (if_statement "if ((*(byte *)(param_1 + 7) & 1) != 0) {\n uVar1 = param_1[1];\n iVar15 = param_1[2];\n iVar17 = param_1[0xe];\n if ((*(byte *)(iVar17 + 0x1c) & 1) != 0) {\n uVar3 = *(undefined4 *)(iVar17 + 8);\n uVar4 = *(undefined4 *)(iVar17 + 4);\n if ((*(byte *)(iVar9 + 0x1c) & 1) != 0) {\n uVar5 = *(undefined4 *)(iVar9 + 8);\n uVar6 = *(undefined4 *)(iVar9 + 4);\n (**(code **)(*param_1 + 0x68))(param_1,iVar14,uVar6,uVar5,uVar1,iVar15);\n local_60 = (**(code **)(*param_1 + 100))(param_1);\n local_60 = local_60 + iVar14;\n local_40 = iVar12 + 0x18;\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = (uint)uVar18;\n iVar9 = param_1[0x12] + param_1[0x11];\n if (iVar9 != 0) {\n iVar17 = 0;\n do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);\n local_40 = local_40 + iVar9 * 8;\n }\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n if (param_1[0x13] != -1) {\n (**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n local_60 = local_60 + (int)uVar18;\n }\n if (local_60 - iVar14 == uVar2) {\n if (local_40 - iVar12 == uVar8) {\n return;\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4b,"do_write",uVar13);\n }\n }\n }" if (parenthesized_expression "((*(byte *)(param_1 + 7) & 1) != 0)" ( (binary_expression "(*(byte *)(param_1 + 7) & 1) != 0" (parenthesized_expression "(*(byte *)(param_1 + 7) & 1)" ( (binary_expression "*(byte *)(param_1 + 7) & 1" (pointer_expression "*(byte *)(param_1 + 7)" * (cast_expression "(byte *)(param_1 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 7)" ( (binary_expression "param_1 + 7" identifier + number_literal) )))) & number_literal) )) != number_literal) )) (compound_statement "{\n uVar1 = param_1[1];\n iVar15 = param_1[2];\n iVar17 = param_1[0xe];\n if ((*(byte *)(iVar17 + 0x1c) & 1) != 0) {\n uVar3 = *(undefined4 *)(iVar17 + 8);\n uVar4 = *(undefined4 *)(iVar17 + 4);\n if ((*(byte *)(iVar9 + 0x1c) & 1) != 0) {\n uVar5 = *(undefined4 *)(iVar9 + 8);\n uVar6 = *(undefined4 *)(iVar9 + 4);\n (**(code **)(*param_1 + 0x68))(param_1,iVar14,uVar6,uVar5,uVar1,iVar15);\n local_60 = (**(code **)(*param_1 + 100))(param_1);\n local_60 = local_60 + iVar14;\n local_40 = iVar12 + 0x18;\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = (uint)uVar18;\n iVar9 = param_1[0x12] + param_1[0x11];\n if (iVar9 != 0) {\n iVar17 = 0;\n do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);\n local_40 = local_40 + iVar9 * 8;\n }\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n if (param_1[0x13] != -1) {\n (**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n local_60 = local_60 + (int)uVar18;\n }\n if (local_60 - iVar14 == uVar2) {\n if (local_40 - iVar12 == uVar8) {\n return;\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4b,"do_write",uVar13);\n }\n }\n }" { (expression_statement "uVar1 = param_1[1];" (assignment_expression "uVar1 = param_1[1]" identifier = (subscript_expression "param_1[1]" identifier [ number_literal ])) ;) (expression_statement "iVar15 = param_1[2];" (assignment_expression "iVar15 = param_1[2]" identifier = (subscript_expression "param_1[2]" identifier [ number_literal ])) ;) (expression_statement "iVar17 = param_1[0xe];" (assignment_expression "iVar17 = param_1[0xe]" identifier = (subscript_expression "param_1[0xe]" identifier [ number_literal ])) ;) (if_statement "if ((*(byte *)(iVar17 + 0x1c) & 1) != 0) {\n uVar3 = *(undefined4 *)(iVar17 + 8);\n uVar4 = *(undefined4 *)(iVar17 + 4);\n if ((*(byte *)(iVar9 + 0x1c) & 1) != 0) {\n uVar5 = *(undefined4 *)(iVar9 + 8);\n uVar6 = *(undefined4 *)(iVar9 + 4);\n (**(code **)(*param_1 + 0x68))(param_1,iVar14,uVar6,uVar5,uVar1,iVar15);\n local_60 = (**(code **)(*param_1 + 100))(param_1);\n local_60 = local_60 + iVar14;\n local_40 = iVar12 + 0x18;\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = (uint)uVar18;\n iVar9 = param_1[0x12] + param_1[0x11];\n if (iVar9 != 0) {\n iVar17 = 0;\n do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);\n local_40 = local_40 + iVar9 * 8;\n }\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n if (param_1[0x13] != -1) {\n (**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n local_60 = local_60 + (int)uVar18;\n }\n if (local_60 - iVar14 == uVar2) {\n if (local_40 - iVar12 == uVar8) {\n return;\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4b,"do_write",uVar13);\n }\n }" if (parenthesized_expression "((*(byte *)(iVar17 + 0x1c) & 1) != 0)" ( (binary_expression "(*(byte *)(iVar17 + 0x1c) & 1) != 0" (parenthesized_expression "(*(byte *)(iVar17 + 0x1c) & 1)" ( (binary_expression "*(byte *)(iVar17 + 0x1c) & 1" (pointer_expression "*(byte *)(iVar17 + 0x1c)" * (cast_expression "(byte *)(iVar17 + 0x1c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar17 + 0x1c)" ( (binary_expression "iVar17 + 0x1c" identifier + number_literal) )))) & number_literal) )) != number_literal) )) (compound_statement "{\n uVar3 = *(undefined4 *)(iVar17 + 8);\n uVar4 = *(undefined4 *)(iVar17 + 4);\n if ((*(byte *)(iVar9 + 0x1c) & 1) != 0) {\n uVar5 = *(undefined4 *)(iVar9 + 8);\n uVar6 = *(undefined4 *)(iVar9 + 4);\n (**(code **)(*param_1 + 0x68))(param_1,iVar14,uVar6,uVar5,uVar1,iVar15);\n local_60 = (**(code **)(*param_1 + 100))(param_1);\n local_60 = local_60 + iVar14;\n local_40 = iVar12 + 0x18;\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = (uint)uVar18;\n iVar9 = param_1[0x12] + param_1[0x11];\n if (iVar9 != 0) {\n iVar17 = 0;\n do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);\n local_40 = local_40 + iVar9 * 8;\n }\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n if (param_1[0x13] != -1) {\n (**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n local_60 = local_60 + (int)uVar18;\n }\n if (local_60 - iVar14 == uVar2) {\n if (local_40 - iVar12 == uVar8) {\n return;\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4b,"do_write",uVar13);\n }\n }" { (expression_statement "uVar3 = *(undefined4 *)(iVar17 + 8);" (assignment_expression "uVar3 = *(undefined4 *)(iVar17 + 8)" identifier = (pointer_expression "*(undefined4 *)(iVar17 + 8)" * (cast_expression "(undefined4 *)(iVar17 + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar17 + 8)" ( (binary_expression "iVar17 + 8" identifier + number_literal) ))))) ;) (expression_statement "uVar4 = *(undefined4 *)(iVar17 + 4);" (assignment_expression "uVar4 = *(undefined4 *)(iVar17 + 4)" identifier = (pointer_expression "*(undefined4 *)(iVar17 + 4)" * (cast_expression "(undefined4 *)(iVar17 + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar17 + 4)" ( (binary_expression "iVar17 + 4" identifier + number_literal) ))))) ;) (if_statement "if ((*(byte *)(iVar9 + 0x1c) & 1) != 0) {\n uVar5 = *(undefined4 *)(iVar9 + 8);\n uVar6 = *(undefined4 *)(iVar9 + 4);\n (**(code **)(*param_1 + 0x68))(param_1,iVar14,uVar6,uVar5,uVar1,iVar15);\n local_60 = (**(code **)(*param_1 + 100))(param_1);\n local_60 = local_60 + iVar14;\n local_40 = iVar12 + 0x18;\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = (uint)uVar18;\n iVar9 = param_1[0x12] + param_1[0x11];\n if (iVar9 != 0) {\n iVar17 = 0;\n do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);\n local_40 = local_40 + iVar9 * 8;\n }\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n if (param_1[0x13] != -1) {\n (**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n local_60 = local_60 + (int)uVar18;\n }\n if (local_60 - iVar14 == uVar2) {\n if (local_40 - iVar12 == uVar8) {\n return;\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4b,"do_write",uVar13);\n }" if (parenthesized_expression "((*(byte *)(iVar9 + 0x1c) & 1) != 0)" ( (binary_expression "(*(byte *)(iVar9 + 0x1c) & 1) != 0" (parenthesized_expression "(*(byte *)(iVar9 + 0x1c) & 1)" ( (binary_expression "*(byte *)(iVar9 + 0x1c) & 1" (pointer_expression "*(byte *)(iVar9 + 0x1c)" * (cast_expression "(byte *)(iVar9 + 0x1c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 0x1c)" ( (binary_expression "iVar9 + 0x1c" identifier + number_literal) )))) & number_literal) )) != number_literal) )) (compound_statement "{\n uVar5 = *(undefined4 *)(iVar9 + 8);\n uVar6 = *(undefined4 *)(iVar9 + 4);\n (**(code **)(*param_1 + 0x68))(param_1,iVar14,uVar6,uVar5,uVar1,iVar15);\n local_60 = (**(code **)(*param_1 + 100))(param_1);\n local_60 = local_60 + iVar14;\n local_40 = iVar12 + 0x18;\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = (uint)uVar18;\n iVar9 = param_1[0x12] + param_1[0x11];\n if (iVar9 != 0) {\n iVar17 = 0;\n do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);\n local_40 = local_40 + iVar9 * 8;\n }\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n if (param_1[0x13] != -1) {\n (**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n local_60 = local_60 + (int)uVar18;\n }\n if (local_60 - iVar14 == uVar2) {\n if (local_40 - iVar12 == uVar8) {\n return;\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4b,"do_write",uVar13);\n }" { (expression_statement "uVar5 = *(undefined4 *)(iVar9 + 8);" (assignment_expression "uVar5 = *(undefined4 *)(iVar9 + 8)" identifier = (pointer_expression "*(undefined4 *)(iVar9 + 8)" * (cast_expression "(undefined4 *)(iVar9 + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 8)" ( (binary_expression "iVar9 + 8" identifier + number_literal) ))))) ;) (expression_statement "uVar6 = *(undefined4 *)(iVar9 + 4);" (assignment_expression "uVar6 = *(undefined4 *)(iVar9 + 4)" identifier = (pointer_expression "*(undefined4 *)(iVar9 + 4)" * (cast_expression "(undefined4 *)(iVar9 + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 4)" ( (binary_expression "iVar9 + 4" identifier + number_literal) ))))) ;) (expression_statement "(**(code **)(*param_1 + 0x68))(param_1,iVar14,uVar6,uVar5,uVar1,iVar15);" (call_expression "(**(code **)(*param_1 + 0x68))(param_1,iVar14,uVar6,uVar5,uVar1,iVar15)" (parenthesized_expression "(**(code **)(*param_1 + 0x68))" ( (pointer_expression "**(code **)(*param_1 + 0x68)" * (pointer_expression "*(code **)(*param_1 + 0x68)" * (cast_expression "(code **)(*param_1 + 0x68)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x68)" ( (binary_expression "*param_1 + 0x68" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "(param_1,iVar14,uVar6,uVar5,uVar1,iVar15)" ( identifier , identifier , identifier , identifier , identifier , identifier ))) ;) (expression_statement "local_60 = (**(code **)(*param_1 + 100))(param_1);" (assignment_expression "local_60 = (**(code **)(*param_1 + 100))(param_1)" identifier = (call_expression "(**(code **)(*param_1 + 100))(param_1)" (parenthesized_expression "(**(code **)(*param_1 + 100))" ( (pointer_expression "**(code **)(*param_1 + 100)" * (pointer_expression "*(code **)(*param_1 + 100)" * (cast_expression "(code **)(*param_1 + 100)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 100)" ( (binary_expression "*param_1 + 100" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "local_60 = local_60 + iVar14;" (assignment_expression "local_60 = local_60 + iVar14" identifier = (binary_expression "local_60 + iVar14" identifier + identifier)) ;) (expression_statement "local_40 = iVar12 + 0x18;" (assignment_expression "local_40 = iVar12 + 0x18" identifier = (binary_expression "iVar12 + 0x18" identifier + number_literal)) ;) (expression_statement "uVar18 = (**(code **)(*param_1 + 100))(param_1);" (assignment_expression "uVar18 = (**(code **)(*param_1 + 100))(param_1)" identifier = (call_expression "(**(code **)(*param_1 + 100))(param_1)" (parenthesized_expression "(**(code **)(*param_1 + 100))" ( (pointer_expression "**(code **)(*param_1 + 100)" * (pointer_expression "*(code **)(*param_1 + 100)" * (cast_expression "(code **)(*param_1 + 100)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 100)" ( (binary_expression "*param_1 + 100" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "uVar16 = (uint)uVar18;" (assignment_expression "uVar16 = (uint)uVar18" identifier = (cast_expression "(uint)uVar18" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (expression_statement "iVar9 = param_1[0x12] + param_1[0x11];" (assignment_expression "iVar9 = param_1[0x12] + param_1[0x11]" identifier = (binary_expression "param_1[0x12] + param_1[0x11]" (subscript_expression "param_1[0x12]" identifier [ number_literal ]) + (subscript_expression "param_1[0x11]" identifier [ number_literal ]))) ;) (if_statement "if (iVar9 != 0) {\n iVar17 = 0;\n do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);\n local_40 = local_40 + iVar9 * 8;\n }" if (parenthesized_expression "(iVar9 != 0)" ( (binary_expression "iVar9 != 0" identifier != number_literal) )) (compound_statement "{\n iVar17 = 0;\n do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);\n local_40 = local_40 + iVar9 * 8;\n }" { (expression_statement "iVar17 = 0;" (assignment_expression "iVar17 = 0" identifier = number_literal) ;) (do_statement "do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);" do (compound_statement "{\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n }" { (expression_statement "uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);" (assignment_expression "uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17)" identifier = (call_expression "(**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17)" (parenthesized_expression "(**(code **)(*param_1 + 0x6c))" ( (pointer_expression "**(code **)(*param_1 + 0x6c)" * (pointer_expression "*(code **)(*param_1 + 0x6c)" * (cast_expression "(code **)(*param_1 + 0x6c)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x6c)" ( (binary_expression "*param_1 + 0x6c" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "(param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17)" ( identifier , identifier , identifier , identifier , identifier , identifier , (binary_expression "iVar17 * 8 + 0x18" (binary_expression "iVar17 * 8" identifier * number_literal) + number_literal) , identifier , identifier )))) ;) (expression_statement "*(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;" (assignment_expression "*(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1" (pointer_expression "*(uint *)(iVar12 + 0x18 + iVar17 * 8)" * (cast_expression "(uint *)(iVar12 + 0x18 + iVar17 * 8)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 0x18 + iVar17 * 8)" ( (binary_expression "iVar12 + 0x18 + iVar17 * 8" (binary_expression "iVar12 + 0x18" identifier + number_literal) + (binary_expression "iVar17 * 8" identifier * number_literal)) )))) = (binary_expression "uVar16 + uVar10 + uVar1" (binary_expression "uVar16 + uVar10" identifier + identifier) + identifier)) ;) (expression_statement "iVar11 = *param_1;" (assignment_expression "iVar11 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "*(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);" (assignment_expression "*(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1)" (pointer_expression "*(uint *)(iVar12 + 0x1c + iVar17 * 8)" * (cast_expression "(uint *)(iVar12 + 0x1c + iVar17 * 8)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 0x1c + iVar17 * 8)" ( (binary_expression "iVar12 + 0x1c + iVar17 * 8" (binary_expression "iVar12 + 0x1c" identifier + number_literal) + (binary_expression "iVar17 * 8" identifier * number_literal)) )))) = (binary_expression "(uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1)" (binary_expression "(uint)CARRY4(uVar16,uVar10) + iVar15" (cast_expression "(uint)CARRY4(uVar16,uVar10)" ( (type_descriptor "uint" type_identifier) ) (call_expression "CARRY4(uVar16,uVar10)" identifier (argument_list "(uVar16,uVar10)" ( identifier , identifier )))) + identifier) + (cast_expression "(uint)CARRY4(uVar16 + uVar10,uVar1)" ( (type_descriptor "uint" type_identifier) ) (call_expression "CARRY4(uVar16 + uVar10,uVar1)" identifier (argument_list "(uVar16 + uVar10,uVar1)" ( (binary_expression "uVar16 + uVar10" identifier + identifier) , identifier )))))) ;) (expression_statement "iVar17 = iVar17 + 1;" (assignment_expression "iVar17 = iVar17 + 1" identifier = (binary_expression "iVar17 + 1" identifier + number_literal)) ;) (expression_statement "iVar11 = (**(code **)(iVar11 + 100))(param_1);" (assignment_expression "iVar11 = (**(code **)(iVar11 + 100))(param_1)" identifier = (call_expression "(**(code **)(iVar11 + 100))(param_1)" (parenthesized_expression "(**(code **)(iVar11 + 100))" ( (pointer_expression "**(code **)(iVar11 + 100)" * (pointer_expression "*(code **)(iVar11 + 100)" * (cast_expression "(code **)(iVar11 + 100)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar11 + 100)" ( (binary_expression "iVar11 + 100" identifier + number_literal) ))))) )) (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "local_60 = local_60 + iVar11;" (assignment_expression "local_60 = local_60 + iVar11" identifier = (binary_expression "local_60 + iVar11" identifier + identifier)) ;) (expression_statement "iVar11 = (**(code **)(*param_1 + 100))(param_1);" (assignment_expression "iVar11 = (**(code **)(*param_1 + 100))(param_1)" identifier = (call_expression "(**(code **)(*param_1 + 100))(param_1)" (parenthesized_expression "(**(code **)(*param_1 + 100))" ( (pointer_expression "**(code **)(*param_1 + 100)" * (pointer_expression "*(code **)(*param_1 + 100)" * (cast_expression "(code **)(*param_1 + 100)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 100)" ( (binary_expression "*param_1 + 100" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "uVar16 = uVar16 + iVar11;" (assignment_expression "uVar16 = uVar16 + iVar11" identifier = (binary_expression "uVar16 + iVar11" identifier + identifier)) ;) (expression_statement "uVar18 = CONCAT44(iVar9,uVar16);" (assignment_expression "uVar18 = CONCAT44(iVar9,uVar16)" identifier = (call_expression "CONCAT44(iVar9,uVar16)" identifier (argument_list "(iVar9,uVar16)" ( identifier , identifier )))) ;) }) while (parenthesized_expression "(iVar9 != iVar17)" ( (binary_expression "iVar9 != iVar17" identifier != identifier) )) ;) (expression_statement "local_40 = local_40 + iVar9 * 8;" (assignment_expression "local_40 = local_40 + iVar9 * 8" identifier = (binary_expression "local_40 + iVar9 * 8" identifier + (binary_expression "iVar9 * 8" identifier * number_literal))) ;) })) (expression_statement "uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);" (assignment_expression "uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20)" identifier = (call_expression "(undefined4)((ulonglong)uVar18 >> 0x20)" (parenthesized_expression "(undefined4)" ( identifier )) (argument_list "((ulonglong)uVar18 >> 0x20)" ( (binary_expression "(ulonglong)uVar18 >> 0x20" (cast_expression "(ulonglong)uVar18" ( (type_descriptor "ulonglong" type_identifier) ) identifier) >> number_literal) )))) ;) (if_statement "if (param_1[0x13] != -1) {\n (**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n local_60 = local_60 + (int)uVar18;\n }" if (parenthesized_expression "(param_1[0x13] != -1)" ( (binary_expression "param_1[0x13] != -1" (subscript_expression "param_1[0x13]" identifier [ number_literal ]) != number_literal) )) (compound_statement "{\n (**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n local_60 = local_60 + (int)uVar18;\n }" { (expression_statement "(**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);" (call_expression "(**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18)" (parenthesized_expression "(**(code **)(*param_1 + 0x70))" ( (pointer_expression "**(code **)(*param_1 + 0x70)" * (pointer_expression "*(code **)(*param_1 + 0x70)" * (cast_expression "(code **)(*param_1 + 0x70)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x70)" ( (binary_expression "*param_1 + 0x70" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "(param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18)" ( identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , (subscript_expression "param_1[0x13]" identifier [ number_literal ]) , (cast_expression "(int)uVar18" ( (type_descriptor "int" primitive_type) ) identifier) ))) ;) (expression_statement "uVar18 = (**(code **)(*param_1 + 100))(param_1);" (assignment_expression "uVar18 = (**(code **)(*param_1 + 100))(param_1)" identifier = (call_expression "(**(code **)(*param_1 + 100))(param_1)" (parenthesized_expression "(**(code **)(*param_1 + 100))" ( (pointer_expression "**(code **)(*param_1 + 100)" * (pointer_expression "*(code **)(*param_1 + 100)" * (cast_expression "(code **)(*param_1 + 100)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 100)" ( (binary_expression "*param_1 + 100" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);" (assignment_expression "uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20)" identifier = (call_expression "(undefined4)((ulonglong)uVar18 >> 0x20)" (parenthesized_expression "(undefined4)" ( identifier )) (argument_list "((ulonglong)uVar18 >> 0x20)" ( (binary_expression "(ulonglong)uVar18 >> 0x20" (cast_expression "(ulonglong)uVar18" ( (type_descriptor "ulonglong" type_identifier) ) identifier) >> number_literal) )))) ;) (expression_statement "local_60 = local_60 + (int)uVar18;" (assignment_expression "local_60 = local_60 + (int)uVar18" identifier = (binary_expression "local_60 + (int)uVar18" identifier + (cast_expression "(int)uVar18" ( (type_descriptor "int" primitive_type) ) identifier))) ;) })) (if_statement "if (local_60 - iVar14 == uVar2) {\n if (local_40 - iVar12 == uVar8) {\n return;\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);\n }" if (parenthesized_expression "(local_60 - iVar14 == uVar2)" ( (binary_expression "local_60 - iVar14 == uVar2" (binary_expression "local_60 - iVar14" identifier - identifier) == identifier) )) (compound_statement "{\n if (local_40 - iVar12 == uVar8) {\n return;\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);\n }" { (if_statement "if (local_40 - iVar12 == uVar8) {\n return;\n }" if (parenthesized_expression "(local_40 - iVar12 == uVar8)" ( (binary_expression "local_40 - iVar12 == uVar8" (binary_expression "local_40 - iVar12" identifier - identifier) == identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);" (call_expression "FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12)" identifier (argument_list "("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12)" ( (string_literal ""../../gold/x86_64.cc"" " string_content ") , number_literal , (string_literal ""do_write"" " string_content ") , (binary_expression "local_40 - iVar12" identifier - identifier) ))) ;) })) (expression_statement "FUN_002446e0("../../gold/x86_64.cc",0xa4b,"do_write",uVar13);" (call_expression "FUN_002446e0("../../gold/x86_64.cc",0xa4b,"do_write",uVar13)" identifier (argument_list "("../../gold/x86_64.cc",0xa4b,"do_write",uVar13)" ( (string_literal ""../../gold/x86_64.cc"" " string_content ") , number_literal , (string_literal ""do_write"" " string_content ") , identifier ))) ;) })) })) })) (expression_statement "FUN_002446e0("../../gold/output.h",0xc5,"address");" (call_expression "FUN_002446e0("../../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 "FUN_002446e0("../../gold/output.h",0x6f,"get_output_view");" (call_expression "FUN_002446e0("../../gold/output.h",0x6f,"get_output_view")" identifier (argument_list "("../../gold/output.h",0x6f,"get_output_view")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""get_output_view"" " string_content ") ))) ;) })) (labeled_statement "LAB_00076531:\n \n FUN_002446e0("../../gold/gold.h",0xc0,"convert_types",unaff_EBX);" statement_identifier : (expression_statement "FUN_002446e0("../../gold/gold.h",0xc0,"convert_types",unaff_EBX);" (call_expression "FUN_002446e0("../../gold/gold.h",0xc0,"convert_types",unaff_EBX)" identifier (argument_list "("../../gold/gold.h",0xc0,"convert_types",unaff_EBX)" ( (string_literal ""../../gold/gold.h"" " string_content ") , number_literal , (string_literal ""convert_types"" " string_content ") , identifier ))) ;)) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE 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 IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE 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 = (subscript_expression IDENT [ LIT ])) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) == LIT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) == LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression LIT < (subscript_expression IDENT [ LIT ])) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (binary_expression (subscript_expression IDENT [ LIT ]) + (cast_expression ( (type_descriptor TYPE) ) (call_expression IDENT (argument_list ( IDENT , IDENT )))))) , (comma_expression (assignment_expression IDENT = (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) < (binary_expression IDENT + IDENT)) )))) , (comma_expression (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) - IDENT)) , (binary_expression (parenthesized_expression ( (binary_expression (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , IDENT ))) != (call_expression IDENT (argument_list ( IDENT , IDENT )))) )) == (binary_expression (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression IDENT - IDENT) ))) < LIT))))) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) == LIT) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") , 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 IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (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 (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) == LIT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) == LIT) )) (goto_statement goto statement_identifier ;)) (if_statement if (parenthesized_expression ( (binary_expression (binary_expression (binary_expression (binary_expression IDENT + IDENT) + (cast_expression ( (type_descriptor TYPE) ) (call_expression IDENT (argument_list ( IDENT , IDENT ))))) != (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) )))) != (binary_expression IDENT + IDENT))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") , IDENT ))) ;) })) }) (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 IDENT + LIT) )))) & LIT) )) == LIT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression 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 (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 + (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression (binary_expression (binary_expression IDENT + (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) + (cast_expression ( (type_descriptor TYPE) ) (call_expression IDENT (argument_list ( IDENT , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ))))) != LIT) )) (goto_statement goto statement_identifier ;)) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (cast_expression ( (type_descriptor TYPE) ) (call_expression IDENT (argument_list ( IDENT , IDENT )))))) ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_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 (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 (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , IDENT ))) != (call_expression IDENT (argument_list ( IDENT , IDENT )))) )) == (binary_expression (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression IDENT - IDENT) ))) < LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor 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 (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 ))) ;) (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 + IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_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 * IDENT) + LIT) ))))) )) (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (subscript_expression IDENT [ LIT ]) + (subscript_expression IDENT [ LIT ]))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression 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 , IDENT , (binary_expression (binary_expression IDENT * LIT) + LIT) , IDENT , IDENT )))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) + (binary_expression IDENT * LIT)) )))) = (binary_expression (binary_expression IDENT + IDENT) + IDENT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) + (binary_expression IDENT * LIT)) )))) = (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) (call_expression IDENT (argument_list ( IDENT , IDENT )))) + IDENT) + (cast_expression ( (type_descriptor TYPE) ) (call_expression IDENT (argument_list ( (binary_expression IDENT + IDENT) , IDENT )))))) ;) (expression_statement (assignment_expression IDENT = (binary_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 IDENT + LIT) ))))) )) (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (binary_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 ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) }) while (parenthesized_expression ( (binary_expression IDENT != IDENT) )) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (binary_expression IDENT * LIT))) ;) })) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) >> LIT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (subscript_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 , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , (subscript_expression IDENT [ LIT ]) , (cast_expression ( (type_descriptor 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 )))) ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) >> LIT) )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (cast_expression ( (type_descriptor TYPE) ) IDENT))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT - IDENT) == IDENT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT - IDENT) == IDENT) )) (compound_statement { (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") , (binary_expression IDENT - IDENT) ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") , IDENT ))) ;) })) })) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) })) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") , IDENT ))) ;)) })))
(function_definition "void FUN_000761e0(int *param_1,int param_2)\n\n{\n uint uVar1;\n uint uVar2;\n undefined4 uVar3;\n undefined4 uVar4;\n undefined4 uVar5;\n undefined4 uVar6;\n char cVar7;\n uint uVar8;\n int iVar9;\n uint uVar10;\n int iVar11;\n int iVar12;\n undefined4 uVar13;\n undefined4 unaff_EBX;\n int iVar14;\n int iVar15;\n uint uVar16;\n int iVar17;\n undefined8 uVar18;\n int local_60;\n int local_40;\n \n if ((*(byte *)(param_1 + 7) & 4) == 0) goto LAB_0007654e;\n uVar1 = param_1[5];\n if ((*(byte *)(param_1 + 7) & 2) == 0) goto LAB_00076512;\n uVar2 = param_1[3];\n if (param_1[4] == 0) {\n if ((-1 < param_1[6]) &&\n (iVar14 = param_1[6] + (uint)CARRY4(uVar2,uVar1),\n uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar2 + uVar1),\n iVar9 = *(int *)(param_2 + 0xc) - iVar14,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar14) != SBORROW4(iVar9,uVar16)) ==\n (int)(iVar9 - uVar16) < 0)) {\n iVar14 = uVar1 + *(int *)(param_2 + 0x10);\n iVar9 = param_1[0xf];\n if ((*(byte *)(iVar9 + 0x1c) & 4) == 0) {\nLAB_0007654e:\n \n FUN_002446e0("../../gold/output.h",0xe3,"offset",param_1);\n }\n iVar12 = *(int *)(iVar9 + 0x18);\n uVar1 = *(uint *)(iVar9 + 0x14);\n cVar7 = FUN_0030aff0(DAT_005ea7c8);\n iVar9 = param_1[0xf];\n if (cVar7 == '\0') {\n if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;\n uVar16 = *(uint *)(iVar9 + 0xc);\n iVar17 = *(int *)(iVar9 + 0x10);\n iVar15 = param_1[0x10];\n if ((*(byte *)(iVar15 + 0x1c) & 4) == 0) goto LAB_0007654e;\n if (iVar12 + iVar17 + (uint)CARRY4(uVar1,uVar16) != *(int *)(iVar15 + 0x18) ||\n *(int *)(iVar15 + 0x14) != uVar1 + uVar16) {\n \n FUN_002446e0("../../gold/x86_64.cc",0xa12,"do_write",iVar9);\n }\n }\n else {\n if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;\n iVar15 = param_1[0x10];\n uVar16 = *(uint *)(iVar9 + 0xc);\n iVar17 = *(int *)(iVar9 + 0x10);\n }\n if ((*(byte *)(iVar15 + 0x1c) & 2) == 0) {\nLAB_00076512:\n \n FUN_002446e0("../../gold/output.h",0xcf,"data_size");\n }\n uVar8 = uVar16 + *(uint *)(iVar15 + 0xc);\n unaff_EBX = 0;\n if (iVar17 + *(int *)(iVar15 + 0x10) + (uint)CARRY4(uVar16,*(uint *)(iVar15 + 0xc)) != 0)\n goto LAB_00076531;\n if (-1 < iVar12) {\n iVar12 = iVar12 + (uint)CARRY4(uVar8,uVar1);\n uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar8 + uVar1);\n iVar15 = *(int *)(param_2 + 0xc) - iVar12;\n if ((SBORROW4(*(int *)(param_2 + 0xc),iVar12) != SBORROW4(iVar15,uVar16)) ==\n (int)(iVar15 - uVar16) < 0) {\n iVar12 = uVar1 + *(int *)(param_2 + 0x10);\n if ((*(byte *)(param_1 + 7) & 1) != 0) {\n uVar1 = param_1[1];\n iVar15 = param_1[2];\n iVar17 = param_1[0xe];\n if ((*(byte *)(iVar17 + 0x1c) & 1) != 0) {\n uVar3 = *(undefined4 *)(iVar17 + 8);\n uVar4 = *(undefined4 *)(iVar17 + 4);\n if ((*(byte *)(iVar9 + 0x1c) & 1) != 0) {\n uVar5 = *(undefined4 *)(iVar9 + 8);\n uVar6 = *(undefined4 *)(iVar9 + 4);\n (**(code **)(*param_1 + 0x68))(param_1,iVar14,uVar6,uVar5,uVar1,iVar15);\n local_60 = (**(code **)(*param_1 + 100))(param_1);\n local_60 = local_60 + iVar14;\n local_40 = iVar12 + 0x18;\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = (uint)uVar18;\n iVar9 = param_1[0x12] + param_1[0x11];\n if (iVar9 != 0) {\n iVar17 = 0;\n do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);\n local_40 = local_40 + iVar9 * 8;\n }\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n if (param_1[0x13] != -1) {\n (**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n local_60 = local_60 + (int)uVar18;\n }\n if (local_60 - iVar14 == uVar2) {\n if (local_40 - iVar12 == uVar8) {\n return;\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4b,"do_write",uVar13);\n }\n }\n }\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n }\n \n FUN_002446e0("../../gold/output.h",0x6f,"get_output_view");\n }\nLAB_00076531:\n \n FUN_002446e0("../../gold/gold.h",0xc0,"convert_types",unaff_EBX);\n}" (primitive_type "void") (function_declarator "FUN_000761e0(int *param_1,int param_2)" (identifier "FUN_000761e0") (parameter_list "(int *param_1,int param_2)" (( "(") (parameter_declaration "int *param_1" (primitive_type "int") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "int param_2" (primitive_type "int") (identifier "param_2")) () ")"))) (compound_statement "{\n uint uVar1;\n uint uVar2;\n undefined4 uVar3;\n undefined4 uVar4;\n undefined4 uVar5;\n undefined4 uVar6;\n char cVar7;\n uint uVar8;\n int iVar9;\n uint uVar10;\n int iVar11;\n int iVar12;\n undefined4 uVar13;\n undefined4 unaff_EBX;\n int iVar14;\n int iVar15;\n uint uVar16;\n int iVar17;\n undefined8 uVar18;\n int local_60;\n int local_40;\n \n if ((*(byte *)(param_1 + 7) & 4) == 0) goto LAB_0007654e;\n uVar1 = param_1[5];\n if ((*(byte *)(param_1 + 7) & 2) == 0) goto LAB_00076512;\n uVar2 = param_1[3];\n if (param_1[4] == 0) {\n if ((-1 < param_1[6]) &&\n (iVar14 = param_1[6] + (uint)CARRY4(uVar2,uVar1),\n uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar2 + uVar1),\n iVar9 = *(int *)(param_2 + 0xc) - iVar14,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar14) != SBORROW4(iVar9,uVar16)) ==\n (int)(iVar9 - uVar16) < 0)) {\n iVar14 = uVar1 + *(int *)(param_2 + 0x10);\n iVar9 = param_1[0xf];\n if ((*(byte *)(iVar9 + 0x1c) & 4) == 0) {\nLAB_0007654e:\n \n FUN_002446e0("../../gold/output.h",0xe3,"offset",param_1);\n }\n iVar12 = *(int *)(iVar9 + 0x18);\n uVar1 = *(uint *)(iVar9 + 0x14);\n cVar7 = FUN_0030aff0(DAT_005ea7c8);\n iVar9 = param_1[0xf];\n if (cVar7 == '\0') {\n if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;\n uVar16 = *(uint *)(iVar9 + 0xc);\n iVar17 = *(int *)(iVar9 + 0x10);\n iVar15 = param_1[0x10];\n if ((*(byte *)(iVar15 + 0x1c) & 4) == 0) goto LAB_0007654e;\n if (iVar12 + iVar17 + (uint)CARRY4(uVar1,uVar16) != *(int *)(iVar15 + 0x18) ||\n *(int *)(iVar15 + 0x14) != uVar1 + uVar16) {\n \n FUN_002446e0("../../gold/x86_64.cc",0xa12,"do_write",iVar9);\n }\n }\n else {\n if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;\n iVar15 = param_1[0x10];\n uVar16 = *(uint *)(iVar9 + 0xc);\n iVar17 = *(int *)(iVar9 + 0x10);\n }\n if ((*(byte *)(iVar15 + 0x1c) & 2) == 0) {\nLAB_00076512:\n \n FUN_002446e0("../../gold/output.h",0xcf,"data_size");\n }\n uVar8 = uVar16 + *(uint *)(iVar15 + 0xc);\n unaff_EBX = 0;\n if (iVar17 + *(int *)(iVar15 + 0x10) + (uint)CARRY4(uVar16,*(uint *)(iVar15 + 0xc)) != 0)\n goto LAB_00076531;\n if (-1 < iVar12) {\n iVar12 = iVar12 + (uint)CARRY4(uVar8,uVar1);\n uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar8 + uVar1);\n iVar15 = *(int *)(param_2 + 0xc) - iVar12;\n if ((SBORROW4(*(int *)(param_2 + 0xc),iVar12) != SBORROW4(iVar15,uVar16)) ==\n (int)(iVar15 - uVar16) < 0) {\n iVar12 = uVar1 + *(int *)(param_2 + 0x10);\n if ((*(byte *)(param_1 + 7) & 1) != 0) {\n uVar1 = param_1[1];\n iVar15 = param_1[2];\n iVar17 = param_1[0xe];\n if ((*(byte *)(iVar17 + 0x1c) & 1) != 0) {\n uVar3 = *(undefined4 *)(iVar17 + 8);\n uVar4 = *(undefined4 *)(iVar17 + 4);\n if ((*(byte *)(iVar9 + 0x1c) & 1) != 0) {\n uVar5 = *(undefined4 *)(iVar9 + 8);\n uVar6 = *(undefined4 *)(iVar9 + 4);\n (**(code **)(*param_1 + 0x68))(param_1,iVar14,uVar6,uVar5,uVar1,iVar15);\n local_60 = (**(code **)(*param_1 + 100))(param_1);\n local_60 = local_60 + iVar14;\n local_40 = iVar12 + 0x18;\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = (uint)uVar18;\n iVar9 = param_1[0x12] + param_1[0x11];\n if (iVar9 != 0) {\n iVar17 = 0;\n do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);\n local_40 = local_40 + iVar9 * 8;\n }\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n if (param_1[0x13] != -1) {\n (**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n local_60 = local_60 + (int)uVar18;\n }\n if (local_60 - iVar14 == uVar2) {\n if (local_40 - iVar12 == uVar8) {\n return;\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4b,"do_write",uVar13);\n }\n }\n }\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n }\n \n FUN_002446e0("../../gold/output.h",0x6f,"get_output_view");\n }\nLAB_00076531:\n \n FUN_002446e0("../../gold/gold.h",0xc0,"convert_types",unaff_EBX);\n}" ({ "{") (declaration "uint uVar1;" (type_identifier "uint") (identifier "uVar1") (; ";")) (declaration "uint uVar2;" (type_identifier "uint") (identifier "uVar2") (; ";")) (declaration "undefined4 uVar3;" (type_identifier "undefined4") (identifier "uVar3") (; ";")) (declaration "undefined4 uVar4;" (type_identifier "undefined4") (identifier "uVar4") (; ";")) (declaration "undefined4 uVar5;" (type_identifier "undefined4") (identifier "uVar5") (; ";")) (declaration "undefined4 uVar6;" (type_identifier "undefined4") (identifier "uVar6") (; ";")) (declaration "char cVar7;" (primitive_type "char") (identifier "cVar7") (; ";")) (declaration "uint uVar8;" (type_identifier "uint") (identifier "uVar8") (; ";")) (declaration "int iVar9;" (primitive_type "int") (identifier "iVar9") (; ";")) (declaration "uint uVar10;" (type_identifier "uint") (identifier "uVar10") (; ";")) (declaration "int iVar11;" (primitive_type "int") (identifier "iVar11") (; ";")) (declaration "int iVar12;" (primitive_type "int") (identifier "iVar12") (; ";")) (declaration "undefined4 uVar13;" (type_identifier "undefined4") (identifier "uVar13") (; ";")) (declaration "undefined4 unaff_EBX;" (type_identifier "undefined4") (identifier "unaff_EBX") (; ";")) (declaration "int iVar14;" (primitive_type "int") (identifier "iVar14") (; ";")) (declaration "int iVar15;" (primitive_type "int") (identifier "iVar15") (; ";")) (declaration "uint uVar16;" (type_identifier "uint") (identifier "uVar16") (; ";")) (declaration "int iVar17;" (primitive_type "int") (identifier "iVar17") (; ";")) (declaration "undefined8 uVar18;" (type_identifier "undefined8") (identifier "uVar18") (; ";")) (declaration "int local_60;" (primitive_type "int") (identifier "local_60") (; ";")) (declaration "int local_40;" (primitive_type "int") (identifier "local_40") (; ";")) (if_statement "if ((*(byte *)(param_1 + 7) & 4) == 0) goto LAB_0007654e;" (if "if") (parenthesized_expression "((*(byte *)(param_1 + 7) & 4) == 0)" (( "(") (binary_expression "(*(byte *)(param_1 + 7) & 4) == 0" (parenthesized_expression "(*(byte *)(param_1 + 7) & 4)" (( "(") (binary_expression "*(byte *)(param_1 + 7) & 4" (pointer_expression "*(byte *)(param_1 + 7)" (* "*") (cast_expression "(byte *)(param_1 + 7)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 7)" (( "(") (binary_expression "param_1 + 7" (identifier "param_1") (+ "+") (number_literal "7")) () ")")))) (& "&") (number_literal "4")) () ")")) (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_0007654e;" (goto "goto") (statement_identifier "LAB_0007654e") (; ";"))) (expression_statement "uVar1 = param_1[5];" (assignment_expression "uVar1 = param_1[5]" (identifier "uVar1") (= "=") (subscript_expression "param_1[5]" (identifier "param_1") ([ "[") (number_literal "5") (] "]"))) (; ";")) (if_statement "if ((*(byte *)(param_1 + 7) & 2) == 0) goto LAB_00076512;" (if "if") (parenthesized_expression "((*(byte *)(param_1 + 7) & 2) == 0)" (( "(") (binary_expression "(*(byte *)(param_1 + 7) & 2) == 0" (parenthesized_expression "(*(byte *)(param_1 + 7) & 2)" (( "(") (binary_expression "*(byte *)(param_1 + 7) & 2" (pointer_expression "*(byte *)(param_1 + 7)" (* "*") (cast_expression "(byte *)(param_1 + 7)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 7)" (( "(") (binary_expression "param_1 + 7" (identifier "param_1") (+ "+") (number_literal "7")) () ")")))) (& "&") (number_literal "2")) () ")")) (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_00076512;" (goto "goto") (statement_identifier "LAB_00076512") (; ";"))) (expression_statement "uVar2 = param_1[3];" (assignment_expression "uVar2 = param_1[3]" (identifier "uVar2") (= "=") (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]"))) (; ";")) (if_statement "if (param_1[4] == 0) {\n if ((-1 < param_1[6]) &&\n (iVar14 = param_1[6] + (uint)CARRY4(uVar2,uVar1),\n uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar2 + uVar1),\n iVar9 = *(int *)(param_2 + 0xc) - iVar14,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar14) != SBORROW4(iVar9,uVar16)) ==\n (int)(iVar9 - uVar16) < 0)) {\n iVar14 = uVar1 + *(int *)(param_2 + 0x10);\n iVar9 = param_1[0xf];\n if ((*(byte *)(iVar9 + 0x1c) & 4) == 0) {\nLAB_0007654e:\n \n FUN_002446e0("../../gold/output.h",0xe3,"offset",param_1);\n }\n iVar12 = *(int *)(iVar9 + 0x18);\n uVar1 = *(uint *)(iVar9 + 0x14);\n cVar7 = FUN_0030aff0(DAT_005ea7c8);\n iVar9 = param_1[0xf];\n if (cVar7 == '\0') {\n if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;\n uVar16 = *(uint *)(iVar9 + 0xc);\n iVar17 = *(int *)(iVar9 + 0x10);\n iVar15 = param_1[0x10];\n if ((*(byte *)(iVar15 + 0x1c) & 4) == 0) goto LAB_0007654e;\n if (iVar12 + iVar17 + (uint)CARRY4(uVar1,uVar16) != *(int *)(iVar15 + 0x18) ||\n *(int *)(iVar15 + 0x14) != uVar1 + uVar16) {\n \n FUN_002446e0("../../gold/x86_64.cc",0xa12,"do_write",iVar9);\n }\n }\n else {\n if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;\n iVar15 = param_1[0x10];\n uVar16 = *(uint *)(iVar9 + 0xc);\n iVar17 = *(int *)(iVar9 + 0x10);\n }\n if ((*(byte *)(iVar15 + 0x1c) & 2) == 0) {\nLAB_00076512:\n \n FUN_002446e0("../../gold/output.h",0xcf,"data_size");\n }\n uVar8 = uVar16 + *(uint *)(iVar15 + 0xc);\n unaff_EBX = 0;\n if (iVar17 + *(int *)(iVar15 + 0x10) + (uint)CARRY4(uVar16,*(uint *)(iVar15 + 0xc)) != 0)\n goto LAB_00076531;\n if (-1 < iVar12) {\n iVar12 = iVar12 + (uint)CARRY4(uVar8,uVar1);\n uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar8 + uVar1);\n iVar15 = *(int *)(param_2 + 0xc) - iVar12;\n if ((SBORROW4(*(int *)(param_2 + 0xc),iVar12) != SBORROW4(iVar15,uVar16)) ==\n (int)(iVar15 - uVar16) < 0) {\n iVar12 = uVar1 + *(int *)(param_2 + 0x10);\n if ((*(byte *)(param_1 + 7) & 1) != 0) {\n uVar1 = param_1[1];\n iVar15 = param_1[2];\n iVar17 = param_1[0xe];\n if ((*(byte *)(iVar17 + 0x1c) & 1) != 0) {\n uVar3 = *(undefined4 *)(iVar17 + 8);\n uVar4 = *(undefined4 *)(iVar17 + 4);\n if ((*(byte *)(iVar9 + 0x1c) & 1) != 0) {\n uVar5 = *(undefined4 *)(iVar9 + 8);\n uVar6 = *(undefined4 *)(iVar9 + 4);\n (**(code **)(*param_1 + 0x68))(param_1,iVar14,uVar6,uVar5,uVar1,iVar15);\n local_60 = (**(code **)(*param_1 + 100))(param_1);\n local_60 = local_60 + iVar14;\n local_40 = iVar12 + 0x18;\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = (uint)uVar18;\n iVar9 = param_1[0x12] + param_1[0x11];\n if (iVar9 != 0) {\n iVar17 = 0;\n do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);\n local_40 = local_40 + iVar9 * 8;\n }\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n if (param_1[0x13] != -1) {\n (**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n local_60 = local_60 + (int)uVar18;\n }\n if (local_60 - iVar14 == uVar2) {\n if (local_40 - iVar12 == uVar8) {\n return;\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4b,"do_write",uVar13);\n }\n }\n }\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n }\n \n FUN_002446e0("../../gold/output.h",0x6f,"get_output_view");\n }" (if "if") (parenthesized_expression "(param_1[4] == 0)" (( "(") (binary_expression "param_1[4] == 0" (subscript_expression "param_1[4]" (identifier "param_1") ([ "[") (number_literal "4") (] "]")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n if ((-1 < param_1[6]) &&\n (iVar14 = param_1[6] + (uint)CARRY4(uVar2,uVar1),\n uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar2 + uVar1),\n iVar9 = *(int *)(param_2 + 0xc) - iVar14,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar14) != SBORROW4(iVar9,uVar16)) ==\n (int)(iVar9 - uVar16) < 0)) {\n iVar14 = uVar1 + *(int *)(param_2 + 0x10);\n iVar9 = param_1[0xf];\n if ((*(byte *)(iVar9 + 0x1c) & 4) == 0) {\nLAB_0007654e:\n \n FUN_002446e0("../../gold/output.h",0xe3,"offset",param_1);\n }\n iVar12 = *(int *)(iVar9 + 0x18);\n uVar1 = *(uint *)(iVar9 + 0x14);\n cVar7 = FUN_0030aff0(DAT_005ea7c8);\n iVar9 = param_1[0xf];\n if (cVar7 == '\0') {\n if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;\n uVar16 = *(uint *)(iVar9 + 0xc);\n iVar17 = *(int *)(iVar9 + 0x10);\n iVar15 = param_1[0x10];\n if ((*(byte *)(iVar15 + 0x1c) & 4) == 0) goto LAB_0007654e;\n if (iVar12 + iVar17 + (uint)CARRY4(uVar1,uVar16) != *(int *)(iVar15 + 0x18) ||\n *(int *)(iVar15 + 0x14) != uVar1 + uVar16) {\n \n FUN_002446e0("../../gold/x86_64.cc",0xa12,"do_write",iVar9);\n }\n }\n else {\n if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;\n iVar15 = param_1[0x10];\n uVar16 = *(uint *)(iVar9 + 0xc);\n iVar17 = *(int *)(iVar9 + 0x10);\n }\n if ((*(byte *)(iVar15 + 0x1c) & 2) == 0) {\nLAB_00076512:\n \n FUN_002446e0("../../gold/output.h",0xcf,"data_size");\n }\n uVar8 = uVar16 + *(uint *)(iVar15 + 0xc);\n unaff_EBX = 0;\n if (iVar17 + *(int *)(iVar15 + 0x10) + (uint)CARRY4(uVar16,*(uint *)(iVar15 + 0xc)) != 0)\n goto LAB_00076531;\n if (-1 < iVar12) {\n iVar12 = iVar12 + (uint)CARRY4(uVar8,uVar1);\n uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar8 + uVar1);\n iVar15 = *(int *)(param_2 + 0xc) - iVar12;\n if ((SBORROW4(*(int *)(param_2 + 0xc),iVar12) != SBORROW4(iVar15,uVar16)) ==\n (int)(iVar15 - uVar16) < 0) {\n iVar12 = uVar1 + *(int *)(param_2 + 0x10);\n if ((*(byte *)(param_1 + 7) & 1) != 0) {\n uVar1 = param_1[1];\n iVar15 = param_1[2];\n iVar17 = param_1[0xe];\n if ((*(byte *)(iVar17 + 0x1c) & 1) != 0) {\n uVar3 = *(undefined4 *)(iVar17 + 8);\n uVar4 = *(undefined4 *)(iVar17 + 4);\n if ((*(byte *)(iVar9 + 0x1c) & 1) != 0) {\n uVar5 = *(undefined4 *)(iVar9 + 8);\n uVar6 = *(undefined4 *)(iVar9 + 4);\n (**(code **)(*param_1 + 0x68))(param_1,iVar14,uVar6,uVar5,uVar1,iVar15);\n local_60 = (**(code **)(*param_1 + 100))(param_1);\n local_60 = local_60 + iVar14;\n local_40 = iVar12 + 0x18;\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = (uint)uVar18;\n iVar9 = param_1[0x12] + param_1[0x11];\n if (iVar9 != 0) {\n iVar17 = 0;\n do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);\n local_40 = local_40 + iVar9 * 8;\n }\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n if (param_1[0x13] != -1) {\n (**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n local_60 = local_60 + (int)uVar18;\n }\n if (local_60 - iVar14 == uVar2) {\n if (local_40 - iVar12 == uVar8) {\n return;\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4b,"do_write",uVar13);\n }\n }\n }\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n }\n \n FUN_002446e0("../../gold/output.h",0x6f,"get_output_view");\n }" ({ "{") (if_statement "if ((-1 < param_1[6]) &&\n (iVar14 = param_1[6] + (uint)CARRY4(uVar2,uVar1),\n uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar2 + uVar1),\n iVar9 = *(int *)(param_2 + 0xc) - iVar14,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar14) != SBORROW4(iVar9,uVar16)) ==\n (int)(iVar9 - uVar16) < 0)) {\n iVar14 = uVar1 + *(int *)(param_2 + 0x10);\n iVar9 = param_1[0xf];\n if ((*(byte *)(iVar9 + 0x1c) & 4) == 0) {\nLAB_0007654e:\n \n FUN_002446e0("../../gold/output.h",0xe3,"offset",param_1);\n }\n iVar12 = *(int *)(iVar9 + 0x18);\n uVar1 = *(uint *)(iVar9 + 0x14);\n cVar7 = FUN_0030aff0(DAT_005ea7c8);\n iVar9 = param_1[0xf];\n if (cVar7 == '\0') {\n if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;\n uVar16 = *(uint *)(iVar9 + 0xc);\n iVar17 = *(int *)(iVar9 + 0x10);\n iVar15 = param_1[0x10];\n if ((*(byte *)(iVar15 + 0x1c) & 4) == 0) goto LAB_0007654e;\n if (iVar12 + iVar17 + (uint)CARRY4(uVar1,uVar16) != *(int *)(iVar15 + 0x18) ||\n *(int *)(iVar15 + 0x14) != uVar1 + uVar16) {\n \n FUN_002446e0("../../gold/x86_64.cc",0xa12,"do_write",iVar9);\n }\n }\n else {\n if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;\n iVar15 = param_1[0x10];\n uVar16 = *(uint *)(iVar9 + 0xc);\n iVar17 = *(int *)(iVar9 + 0x10);\n }\n if ((*(byte *)(iVar15 + 0x1c) & 2) == 0) {\nLAB_00076512:\n \n FUN_002446e0("../../gold/output.h",0xcf,"data_size");\n }\n uVar8 = uVar16 + *(uint *)(iVar15 + 0xc);\n unaff_EBX = 0;\n if (iVar17 + *(int *)(iVar15 + 0x10) + (uint)CARRY4(uVar16,*(uint *)(iVar15 + 0xc)) != 0)\n goto LAB_00076531;\n if (-1 < iVar12) {\n iVar12 = iVar12 + (uint)CARRY4(uVar8,uVar1);\n uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar8 + uVar1);\n iVar15 = *(int *)(param_2 + 0xc) - iVar12;\n if ((SBORROW4(*(int *)(param_2 + 0xc),iVar12) != SBORROW4(iVar15,uVar16)) ==\n (int)(iVar15 - uVar16) < 0) {\n iVar12 = uVar1 + *(int *)(param_2 + 0x10);\n if ((*(byte *)(param_1 + 7) & 1) != 0) {\n uVar1 = param_1[1];\n iVar15 = param_1[2];\n iVar17 = param_1[0xe];\n if ((*(byte *)(iVar17 + 0x1c) & 1) != 0) {\n uVar3 = *(undefined4 *)(iVar17 + 8);\n uVar4 = *(undefined4 *)(iVar17 + 4);\n if ((*(byte *)(iVar9 + 0x1c) & 1) != 0) {\n uVar5 = *(undefined4 *)(iVar9 + 8);\n uVar6 = *(undefined4 *)(iVar9 + 4);\n (**(code **)(*param_1 + 0x68))(param_1,iVar14,uVar6,uVar5,uVar1,iVar15);\n local_60 = (**(code **)(*param_1 + 100))(param_1);\n local_60 = local_60 + iVar14;\n local_40 = iVar12 + 0x18;\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = (uint)uVar18;\n iVar9 = param_1[0x12] + param_1[0x11];\n if (iVar9 != 0) {\n iVar17 = 0;\n do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);\n local_40 = local_40 + iVar9 * 8;\n }\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n if (param_1[0x13] != -1) {\n (**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n local_60 = local_60 + (int)uVar18;\n }\n if (local_60 - iVar14 == uVar2) {\n if (local_40 - iVar12 == uVar8) {\n return;\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4b,"do_write",uVar13);\n }\n }\n }\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n }" (if "if") (parenthesized_expression "((-1 < param_1[6]) &&\n (iVar14 = param_1[6] + (uint)CARRY4(uVar2,uVar1),\n uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar2 + uVar1),\n iVar9 = *(int *)(param_2 + 0xc) - iVar14,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar14) != SBORROW4(iVar9,uVar16)) ==\n (int)(iVar9 - uVar16) < 0))" (( "(") (binary_expression "(-1 < param_1[6]) &&\n (iVar14 = param_1[6] + (uint)CARRY4(uVar2,uVar1),\n uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar2 + uVar1),\n iVar9 = *(int *)(param_2 + 0xc) - iVar14,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar14) != SBORROW4(iVar9,uVar16)) ==\n (int)(iVar9 - uVar16) < 0)" (parenthesized_expression "(-1 < param_1[6])" (( "(") (binary_expression "-1 < param_1[6]" (number_literal "-1") (< "<") (subscript_expression "param_1[6]" (identifier "param_1") ([ "[") (number_literal "6") (] "]"))) () ")")) (&& "&&") (parenthesized_expression "(iVar14 = param_1[6] + (uint)CARRY4(uVar2,uVar1),\n uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar2 + uVar1),\n iVar9 = *(int *)(param_2 + 0xc) - iVar14,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar14) != SBORROW4(iVar9,uVar16)) ==\n (int)(iVar9 - uVar16) < 0)" (( "(") (comma_expression "iVar14 = param_1[6] + (uint)CARRY4(uVar2,uVar1),\n uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar2 + uVar1),\n iVar9 = *(int *)(param_2 + 0xc) - iVar14,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar14) != SBORROW4(iVar9,uVar16)) ==\n (int)(iVar9 - uVar16) < 0" (assignment_expression "iVar14 = param_1[6] + (uint)CARRY4(uVar2,uVar1)" (identifier "iVar14") (= "=") (binary_expression "param_1[6] + (uint)CARRY4(uVar2,uVar1)" (subscript_expression "param_1[6]" (identifier "param_1") ([ "[") (number_literal "6") (] "]")) (+ "+") (cast_expression "(uint)CARRY4(uVar2,uVar1)" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (call_expression "CARRY4(uVar2,uVar1)" (identifier "CARRY4") (argument_list "(uVar2,uVar1)" (( "(") (identifier "uVar2") (, ",") (identifier "uVar1") () ")")))))) (, ",") (comma_expression "uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar2 + uVar1),\n iVar9 = *(int *)(param_2 + 0xc) - iVar14,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar14) != SBORROW4(iVar9,uVar16)) ==\n (int)(iVar9 - uVar16) < 0" (assignment_expression "uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar2 + uVar1)" (identifier "uVar16") (= "=") (call_expression "(uint)(*(uint *)(param_2 + 8) < uVar2 + uVar1)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(*(uint *)(param_2 + 8) < uVar2 + uVar1)" (( "(") (binary_expression "*(uint *)(param_2 + 8) < uVar2 + uVar1" (pointer_expression "*(uint *)(param_2 + 8)" (* "*") (cast_expression "(uint *)(param_2 + 8)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 8)" (( "(") (binary_expression "param_2 + 8" (identifier "param_2") (+ "+") (number_literal "8")) () ")")))) (< "<") (binary_expression "uVar2 + uVar1" (identifier "uVar2") (+ "+") (identifier "uVar1"))) () ")")))) (, ",") (comma_expression "iVar9 = *(int *)(param_2 + 0xc) - iVar14,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar14) != SBORROW4(iVar9,uVar16)) ==\n (int)(iVar9 - uVar16) < 0" (assignment_expression "iVar9 = *(int *)(param_2 + 0xc) - iVar14" (identifier "iVar9") (= "=") (binary_expression "*(int *)(param_2 + 0xc) - iVar14" (pointer_expression "*(int *)(param_2 + 0xc)" (* "*") (cast_expression "(int *)(param_2 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0xc)" (( "(") (binary_expression "param_2 + 0xc" (identifier "param_2") (+ "+") (number_literal "0xc")) () ")")))) (- "-") (identifier "iVar14"))) (, ",") (binary_expression "(SBORROW4(*(int *)(param_2 + 0xc),iVar14) != SBORROW4(iVar9,uVar16)) ==\n (int)(iVar9 - uVar16) < 0" (parenthesized_expression "(SBORROW4(*(int *)(param_2 + 0xc),iVar14) != SBORROW4(iVar9,uVar16))" (( "(") (binary_expression "SBORROW4(*(int *)(param_2 + 0xc),iVar14) != SBORROW4(iVar9,uVar16)" (call_expression "SBORROW4(*(int *)(param_2 + 0xc),iVar14)" (identifier "SBORROW4") (argument_list "(*(int *)(param_2 + 0xc),iVar14)" (( "(") (pointer_expression "*(int *)(param_2 + 0xc)" (* "*") (cast_expression "(int *)(param_2 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0xc)" (( "(") (binary_expression "param_2 + 0xc" (identifier "param_2") (+ "+") (number_literal "0xc")) () ")")))) (, ",") (identifier "iVar14") () ")"))) (!= "!=") (call_expression "SBORROW4(iVar9,uVar16)" (identifier "SBORROW4") (argument_list "(iVar9,uVar16)" (( "(") (identifier "iVar9") (, ",") (identifier "uVar16") () ")")))) () ")")) (== "==") (binary_expression "(int)(iVar9 - uVar16) < 0" (cast_expression "(int)(iVar9 - uVar16)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "(iVar9 - uVar16)" (( "(") (binary_expression "iVar9 - uVar16" (identifier "iVar9") (- "-") (identifier "uVar16")) () ")"))) (< "<") (number_literal "0")))))) () ")"))) () ")")) (compound_statement "{\n iVar14 = uVar1 + *(int *)(param_2 + 0x10);\n iVar9 = param_1[0xf];\n if ((*(byte *)(iVar9 + 0x1c) & 4) == 0) {\nLAB_0007654e:\n \n FUN_002446e0("../../gold/output.h",0xe3,"offset",param_1);\n }\n iVar12 = *(int *)(iVar9 + 0x18);\n uVar1 = *(uint *)(iVar9 + 0x14);\n cVar7 = FUN_0030aff0(DAT_005ea7c8);\n iVar9 = param_1[0xf];\n if (cVar7 == '\0') {\n if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;\n uVar16 = *(uint *)(iVar9 + 0xc);\n iVar17 = *(int *)(iVar9 + 0x10);\n iVar15 = param_1[0x10];\n if ((*(byte *)(iVar15 + 0x1c) & 4) == 0) goto LAB_0007654e;\n if (iVar12 + iVar17 + (uint)CARRY4(uVar1,uVar16) != *(int *)(iVar15 + 0x18) ||\n *(int *)(iVar15 + 0x14) != uVar1 + uVar16) {\n \n FUN_002446e0("../../gold/x86_64.cc",0xa12,"do_write",iVar9);\n }\n }\n else {\n if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;\n iVar15 = param_1[0x10];\n uVar16 = *(uint *)(iVar9 + 0xc);\n iVar17 = *(int *)(iVar9 + 0x10);\n }\n if ((*(byte *)(iVar15 + 0x1c) & 2) == 0) {\nLAB_00076512:\n \n FUN_002446e0("../../gold/output.h",0xcf,"data_size");\n }\n uVar8 = uVar16 + *(uint *)(iVar15 + 0xc);\n unaff_EBX = 0;\n if (iVar17 + *(int *)(iVar15 + 0x10) + (uint)CARRY4(uVar16,*(uint *)(iVar15 + 0xc)) != 0)\n goto LAB_00076531;\n if (-1 < iVar12) {\n iVar12 = iVar12 + (uint)CARRY4(uVar8,uVar1);\n uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar8 + uVar1);\n iVar15 = *(int *)(param_2 + 0xc) - iVar12;\n if ((SBORROW4(*(int *)(param_2 + 0xc),iVar12) != SBORROW4(iVar15,uVar16)) ==\n (int)(iVar15 - uVar16) < 0) {\n iVar12 = uVar1 + *(int *)(param_2 + 0x10);\n if ((*(byte *)(param_1 + 7) & 1) != 0) {\n uVar1 = param_1[1];\n iVar15 = param_1[2];\n iVar17 = param_1[0xe];\n if ((*(byte *)(iVar17 + 0x1c) & 1) != 0) {\n uVar3 = *(undefined4 *)(iVar17 + 8);\n uVar4 = *(undefined4 *)(iVar17 + 4);\n if ((*(byte *)(iVar9 + 0x1c) & 1) != 0) {\n uVar5 = *(undefined4 *)(iVar9 + 8);\n uVar6 = *(undefined4 *)(iVar9 + 4);\n (**(code **)(*param_1 + 0x68))(param_1,iVar14,uVar6,uVar5,uVar1,iVar15);\n local_60 = (**(code **)(*param_1 + 100))(param_1);\n local_60 = local_60 + iVar14;\n local_40 = iVar12 + 0x18;\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = (uint)uVar18;\n iVar9 = param_1[0x12] + param_1[0x11];\n if (iVar9 != 0) {\n iVar17 = 0;\n do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);\n local_40 = local_40 + iVar9 * 8;\n }\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n if (param_1[0x13] != -1) {\n (**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n local_60 = local_60 + (int)uVar18;\n }\n if (local_60 - iVar14 == uVar2) {\n if (local_40 - iVar12 == uVar8) {\n return;\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4b,"do_write",uVar13);\n }\n }\n }\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n }" ({ "{") (expression_statement "iVar14 = uVar1 + *(int *)(param_2 + 0x10);" (assignment_expression "iVar14 = uVar1 + *(int *)(param_2 + 0x10)" (identifier "iVar14") (= "=") (binary_expression "uVar1 + *(int *)(param_2 + 0x10)" (identifier "uVar1") (+ "+") (pointer_expression "*(int *)(param_2 + 0x10)" (* "*") (cast_expression "(int *)(param_2 + 0x10)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x10)" (( "(") (binary_expression "param_2 + 0x10" (identifier "param_2") (+ "+") (number_literal "0x10")) () ")")))))) (; ";")) (expression_statement "iVar9 = param_1[0xf];" (assignment_expression "iVar9 = param_1[0xf]" (identifier "iVar9") (= "=") (subscript_expression "param_1[0xf]" (identifier "param_1") ([ "[") (number_literal "0xf") (] "]"))) (; ";")) (if_statement "if ((*(byte *)(iVar9 + 0x1c) & 4) == 0) {\nLAB_0007654e:\n \n FUN_002446e0("../../gold/output.h",0xe3,"offset",param_1);\n }" (if "if") (parenthesized_expression "((*(byte *)(iVar9 + 0x1c) & 4) == 0)" (( "(") (binary_expression "(*(byte *)(iVar9 + 0x1c) & 4) == 0" (parenthesized_expression "(*(byte *)(iVar9 + 0x1c) & 4)" (( "(") (binary_expression "*(byte *)(iVar9 + 0x1c) & 4" (pointer_expression "*(byte *)(iVar9 + 0x1c)" (* "*") (cast_expression "(byte *)(iVar9 + 0x1c)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar9 + 0x1c)" (( "(") (binary_expression "iVar9 + 0x1c" (identifier "iVar9") (+ "+") (number_literal "0x1c")) () ")")))) (& "&") (number_literal "4")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\nLAB_0007654e:\n \n FUN_002446e0("../../gold/output.h",0xe3,"offset",param_1);\n }" ({ "{") (labeled_statement "LAB_0007654e:\n \n FUN_002446e0("../../gold/output.h",0xe3,"offset",param_1);" (statement_identifier "LAB_0007654e") (: ":") (expression_statement "FUN_002446e0("../../gold/output.h",0xe3,"offset",param_1);" (call_expression "FUN_002446e0("../../gold/output.h",0xe3,"offset",param_1)" (identifier "FUN_002446e0") (argument_list "("../../gold/output.h",0xe3,"offset",param_1)" (( "(") (string_literal ""../../gold/output.h"" (" """) (string_content "../../gold/output.h") (" """)) (, ",") (number_literal "0xe3") (, ",") (string_literal ""offset"" (" """) (string_content "offset") (" """)) (, ",") (identifier "param_1") () ")"))) (; ";"))) (} "}"))) (expression_statement "iVar12 = *(int *)(iVar9 + 0x18);" (assignment_expression "iVar12 = *(int *)(iVar9 + 0x18)" (identifier "iVar12") (= "=") (pointer_expression "*(int *)(iVar9 + 0x18)" (* "*") (cast_expression "(int *)(iVar9 + 0x18)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar9 + 0x18)" (( "(") (binary_expression "iVar9 + 0x18" (identifier "iVar9") (+ "+") (number_literal "0x18")) () ")"))))) (; ";")) (expression_statement "uVar1 = *(uint *)(iVar9 + 0x14);" (assignment_expression "uVar1 = *(uint *)(iVar9 + 0x14)" (identifier "uVar1") (= "=") (pointer_expression "*(uint *)(iVar9 + 0x14)" (* "*") (cast_expression "(uint *)(iVar9 + 0x14)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar9 + 0x14)" (( "(") (binary_expression "iVar9 + 0x14" (identifier "iVar9") (+ "+") (number_literal "0x14")) () ")"))))) (; ";")) (expression_statement "cVar7 = FUN_0030aff0(DAT_005ea7c8);" (assignment_expression "cVar7 = FUN_0030aff0(DAT_005ea7c8)" (identifier "cVar7") (= "=") (call_expression "FUN_0030aff0(DAT_005ea7c8)" (identifier "FUN_0030aff0") (argument_list "(DAT_005ea7c8)" (( "(") (identifier "DAT_005ea7c8") () ")")))) (; ";")) (expression_statement "iVar9 = param_1[0xf];" (assignment_expression "iVar9 = param_1[0xf]" (identifier "iVar9") (= "=") (subscript_expression "param_1[0xf]" (identifier "param_1") ([ "[") (number_literal "0xf") (] "]"))) (; ";")) (if_statement "if (cVar7 == '\0') {\n if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;\n uVar16 = *(uint *)(iVar9 + 0xc);\n iVar17 = *(int *)(iVar9 + 0x10);\n iVar15 = param_1[0x10];\n if ((*(byte *)(iVar15 + 0x1c) & 4) == 0) goto LAB_0007654e;\n if (iVar12 + iVar17 + (uint)CARRY4(uVar1,uVar16) != *(int *)(iVar15 + 0x18) ||\n *(int *)(iVar15 + 0x14) != uVar1 + uVar16) {\n \n FUN_002446e0("../../gold/x86_64.cc",0xa12,"do_write",iVar9);\n }\n }\n else {\n if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;\n iVar15 = param_1[0x10];\n uVar16 = *(uint *)(iVar9 + 0xc);\n iVar17 = *(int *)(iVar9 + 0x10);\n }" (if "if") (parenthesized_expression "(cVar7 == '\0')" (( "(") (binary_expression "cVar7 == '\0'" (identifier "cVar7") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;\n uVar16 = *(uint *)(iVar9 + 0xc);\n iVar17 = *(int *)(iVar9 + 0x10);\n iVar15 = param_1[0x10];\n if ((*(byte *)(iVar15 + 0x1c) & 4) == 0) goto LAB_0007654e;\n if (iVar12 + iVar17 + (uint)CARRY4(uVar1,uVar16) != *(int *)(iVar15 + 0x18) ||\n *(int *)(iVar15 + 0x14) != uVar1 + uVar16) {\n \n FUN_002446e0("../../gold/x86_64.cc",0xa12,"do_write",iVar9);\n }\n }" ({ "{") (if_statement "if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;" (if "if") (parenthesized_expression "((*(byte *)(iVar9 + 0x1c) & 2) == 0)" (( "(") (binary_expression "(*(byte *)(iVar9 + 0x1c) & 2) == 0" (parenthesized_expression "(*(byte *)(iVar9 + 0x1c) & 2)" (( "(") (binary_expression "*(byte *)(iVar9 + 0x1c) & 2" (pointer_expression "*(byte *)(iVar9 + 0x1c)" (* "*") (cast_expression "(byte *)(iVar9 + 0x1c)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar9 + 0x1c)" (( "(") (binary_expression "iVar9 + 0x1c" (identifier "iVar9") (+ "+") (number_literal "0x1c")) () ")")))) (& "&") (number_literal "2")) () ")")) (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_00076512;" (goto "goto") (statement_identifier "LAB_00076512") (; ";"))) (expression_statement "uVar16 = *(uint *)(iVar9 + 0xc);" (assignment_expression "uVar16 = *(uint *)(iVar9 + 0xc)" (identifier "uVar16") (= "=") (pointer_expression "*(uint *)(iVar9 + 0xc)" (* "*") (cast_expression "(uint *)(iVar9 + 0xc)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar9 + 0xc)" (( "(") (binary_expression "iVar9 + 0xc" (identifier "iVar9") (+ "+") (number_literal "0xc")) () ")"))))) (; ";")) (expression_statement "iVar17 = *(int *)(iVar9 + 0x10);" (assignment_expression "iVar17 = *(int *)(iVar9 + 0x10)" (identifier "iVar17") (= "=") (pointer_expression "*(int *)(iVar9 + 0x10)" (* "*") (cast_expression "(int *)(iVar9 + 0x10)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar9 + 0x10)" (( "(") (binary_expression "iVar9 + 0x10" (identifier "iVar9") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (expression_statement "iVar15 = param_1[0x10];" (assignment_expression "iVar15 = param_1[0x10]" (identifier "iVar15") (= "=") (subscript_expression "param_1[0x10]" (identifier "param_1") ([ "[") (number_literal "0x10") (] "]"))) (; ";")) (if_statement "if ((*(byte *)(iVar15 + 0x1c) & 4) == 0) goto LAB_0007654e;" (if "if") (parenthesized_expression "((*(byte *)(iVar15 + 0x1c) & 4) == 0)" (( "(") (binary_expression "(*(byte *)(iVar15 + 0x1c) & 4) == 0" (parenthesized_expression "(*(byte *)(iVar15 + 0x1c) & 4)" (( "(") (binary_expression "*(byte *)(iVar15 + 0x1c) & 4" (pointer_expression "*(byte *)(iVar15 + 0x1c)" (* "*") (cast_expression "(byte *)(iVar15 + 0x1c)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar15 + 0x1c)" (( "(") (binary_expression "iVar15 + 0x1c" (identifier "iVar15") (+ "+") (number_literal "0x1c")) () ")")))) (& "&") (number_literal "4")) () ")")) (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_0007654e;" (goto "goto") (statement_identifier "LAB_0007654e") (; ";"))) (if_statement "if (iVar12 + iVar17 + (uint)CARRY4(uVar1,uVar16) != *(int *)(iVar15 + 0x18) ||\n *(int *)(iVar15 + 0x14) != uVar1 + uVar16) {\n \n FUN_002446e0("../../gold/x86_64.cc",0xa12,"do_write",iVar9);\n }" (if "if") (parenthesized_expression "(iVar12 + iVar17 + (uint)CARRY4(uVar1,uVar16) != *(int *)(iVar15 + 0x18) ||\n *(int *)(iVar15 + 0x14) != uVar1 + uVar16)" (( "(") (binary_expression "iVar12 + iVar17 + (uint)CARRY4(uVar1,uVar16) != *(int *)(iVar15 + 0x18) ||\n *(int *)(iVar15 + 0x14) != uVar1 + uVar16" (binary_expression "iVar12 + iVar17 + (uint)CARRY4(uVar1,uVar16) != *(int *)(iVar15 + 0x18)" (binary_expression "iVar12 + iVar17 + (uint)CARRY4(uVar1,uVar16)" (binary_expression "iVar12 + iVar17" (identifier "iVar12") (+ "+") (identifier "iVar17")) (+ "+") (cast_expression "(uint)CARRY4(uVar1,uVar16)" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (call_expression "CARRY4(uVar1,uVar16)" (identifier "CARRY4") (argument_list "(uVar1,uVar16)" (( "(") (identifier "uVar1") (, ",") (identifier "uVar16") () ")"))))) (!= "!=") (pointer_expression "*(int *)(iVar15 + 0x18)" (* "*") (cast_expression "(int *)(iVar15 + 0x18)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar15 + 0x18)" (( "(") (binary_expression "iVar15 + 0x18" (identifier "iVar15") (+ "+") (number_literal "0x18")) () ")"))))) (|| "||") (binary_expression "*(int *)(iVar15 + 0x14) != uVar1 + uVar16" (pointer_expression "*(int *)(iVar15 + 0x14)" (* "*") (cast_expression "(int *)(iVar15 + 0x14)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar15 + 0x14)" (( "(") (binary_expression "iVar15 + 0x14" (identifier "iVar15") (+ "+") (number_literal "0x14")) () ")")))) (!= "!=") (binary_expression "uVar1 + uVar16" (identifier "uVar1") (+ "+") (identifier "uVar16")))) () ")")) (compound_statement "{\n \n FUN_002446e0("../../gold/x86_64.cc",0xa12,"do_write",iVar9);\n }" ({ "{") (expression_statement "FUN_002446e0("../../gold/x86_64.cc",0xa12,"do_write",iVar9);" (call_expression "FUN_002446e0("../../gold/x86_64.cc",0xa12,"do_write",iVar9)" (identifier "FUN_002446e0") (argument_list "("../../gold/x86_64.cc",0xa12,"do_write",iVar9)" (( "(") (string_literal ""../../gold/x86_64.cc"" (" """) (string_content "../../gold/x86_64.cc") (" """)) (, ",") (number_literal "0xa12") (, ",") (string_literal ""do_write"" (" """) (string_content "do_write") (" """)) (, ",") (identifier "iVar9") () ")"))) (; ";")) (} "}"))) (} "}")) (else_clause "else {\n if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;\n iVar15 = param_1[0x10];\n uVar16 = *(uint *)(iVar9 + 0xc);\n iVar17 = *(int *)(iVar9 + 0x10);\n }" (else "else") (compound_statement "{\n if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;\n iVar15 = param_1[0x10];\n uVar16 = *(uint *)(iVar9 + 0xc);\n iVar17 = *(int *)(iVar9 + 0x10);\n }" ({ "{") (if_statement "if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512;" (if "if") (parenthesized_expression "((*(byte *)(iVar9 + 0x1c) & 2) == 0)" (( "(") (binary_expression "(*(byte *)(iVar9 + 0x1c) & 2) == 0" (parenthesized_expression "(*(byte *)(iVar9 + 0x1c) & 2)" (( "(") (binary_expression "*(byte *)(iVar9 + 0x1c) & 2" (pointer_expression "*(byte *)(iVar9 + 0x1c)" (* "*") (cast_expression "(byte *)(iVar9 + 0x1c)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar9 + 0x1c)" (( "(") (binary_expression "iVar9 + 0x1c" (identifier "iVar9") (+ "+") (number_literal "0x1c")) () ")")))) (& "&") (number_literal "2")) () ")")) (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_00076512;" (goto "goto") (statement_identifier "LAB_00076512") (; ";"))) (expression_statement "iVar15 = param_1[0x10];" (assignment_expression "iVar15 = param_1[0x10]" (identifier "iVar15") (= "=") (subscript_expression "param_1[0x10]" (identifier "param_1") ([ "[") (number_literal "0x10") (] "]"))) (; ";")) (expression_statement "uVar16 = *(uint *)(iVar9 + 0xc);" (assignment_expression "uVar16 = *(uint *)(iVar9 + 0xc)" (identifier "uVar16") (= "=") (pointer_expression "*(uint *)(iVar9 + 0xc)" (* "*") (cast_expression "(uint *)(iVar9 + 0xc)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar9 + 0xc)" (( "(") (binary_expression "iVar9 + 0xc" (identifier "iVar9") (+ "+") (number_literal "0xc")) () ")"))))) (; ";")) (expression_statement "iVar17 = *(int *)(iVar9 + 0x10);" (assignment_expression "iVar17 = *(int *)(iVar9 + 0x10)" (identifier "iVar17") (= "=") (pointer_expression "*(int *)(iVar9 + 0x10)" (* "*") (cast_expression "(int *)(iVar9 + 0x10)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar9 + 0x10)" (( "(") (binary_expression "iVar9 + 0x10" (identifier "iVar9") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (} "}")))) (if_statement "if ((*(byte *)(iVar15 + 0x1c) & 2) == 0) {\nLAB_00076512:\n \n FUN_002446e0("../../gold/output.h",0xcf,"data_size");\n }" (if "if") (parenthesized_expression "((*(byte *)(iVar15 + 0x1c) & 2) == 0)" (( "(") (binary_expression "(*(byte *)(iVar15 + 0x1c) & 2) == 0" (parenthesized_expression "(*(byte *)(iVar15 + 0x1c) & 2)" (( "(") (binary_expression "*(byte *)(iVar15 + 0x1c) & 2" (pointer_expression "*(byte *)(iVar15 + 0x1c)" (* "*") (cast_expression "(byte *)(iVar15 + 0x1c)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar15 + 0x1c)" (( "(") (binary_expression "iVar15 + 0x1c" (identifier "iVar15") (+ "+") (number_literal "0x1c")) () ")")))) (& "&") (number_literal "2")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\nLAB_00076512:\n \n FUN_002446e0("../../gold/output.h",0xcf,"data_size");\n }" ({ "{") (labeled_statement "LAB_00076512:\n \n FUN_002446e0("../../gold/output.h",0xcf,"data_size");" (statement_identifier "LAB_00076512") (: ":") (expression_statement "FUN_002446e0("../../gold/output.h",0xcf,"data_size");" (call_expression "FUN_002446e0("../../gold/output.h",0xcf,"data_size")" (identifier "FUN_002446e0") (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 "uVar8 = uVar16 + *(uint *)(iVar15 + 0xc);" (assignment_expression "uVar8 = uVar16 + *(uint *)(iVar15 + 0xc)" (identifier "uVar8") (= "=") (binary_expression "uVar16 + *(uint *)(iVar15 + 0xc)" (identifier "uVar16") (+ "+") (pointer_expression "*(uint *)(iVar15 + 0xc)" (* "*") (cast_expression "(uint *)(iVar15 + 0xc)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar15 + 0xc)" (( "(") (binary_expression "iVar15 + 0xc" (identifier "iVar15") (+ "+") (number_literal "0xc")) () ")")))))) (; ";")) (expression_statement "unaff_EBX = 0;" (assignment_expression "unaff_EBX = 0" (identifier "unaff_EBX") (= "=") (number_literal "0")) (; ";")) (if_statement "if (iVar17 + *(int *)(iVar15 + 0x10) + (uint)CARRY4(uVar16,*(uint *)(iVar15 + 0xc)) != 0)\n goto LAB_00076531;" (if "if") (parenthesized_expression "(iVar17 + *(int *)(iVar15 + 0x10) + (uint)CARRY4(uVar16,*(uint *)(iVar15 + 0xc)) != 0)" (( "(") (binary_expression "iVar17 + *(int *)(iVar15 + 0x10) + (uint)CARRY4(uVar16,*(uint *)(iVar15 + 0xc)) != 0" (binary_expression "iVar17 + *(int *)(iVar15 + 0x10) + (uint)CARRY4(uVar16,*(uint *)(iVar15 + 0xc))" (binary_expression "iVar17 + *(int *)(iVar15 + 0x10)" (identifier "iVar17") (+ "+") (pointer_expression "*(int *)(iVar15 + 0x10)" (* "*") (cast_expression "(int *)(iVar15 + 0x10)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar15 + 0x10)" (( "(") (binary_expression "iVar15 + 0x10" (identifier "iVar15") (+ "+") (number_literal "0x10")) () ")"))))) (+ "+") (cast_expression "(uint)CARRY4(uVar16,*(uint *)(iVar15 + 0xc))" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (call_expression "CARRY4(uVar16,*(uint *)(iVar15 + 0xc))" (identifier "CARRY4") (argument_list "(uVar16,*(uint *)(iVar15 + 0xc))" (( "(") (identifier "uVar16") (, ",") (pointer_expression "*(uint *)(iVar15 + 0xc)" (* "*") (cast_expression "(uint *)(iVar15 + 0xc)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar15 + 0xc)" (( "(") (binary_expression "iVar15 + 0xc" (identifier "iVar15") (+ "+") (number_literal "0xc")) () ")")))) () ")"))))) (!= "!=") (number_literal "0")) () ")")) (goto_statement "goto LAB_00076531;" (goto "goto") (statement_identifier "LAB_00076531") (; ";"))) (if_statement "if (-1 < iVar12) {\n iVar12 = iVar12 + (uint)CARRY4(uVar8,uVar1);\n uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar8 + uVar1);\n iVar15 = *(int *)(param_2 + 0xc) - iVar12;\n if ((SBORROW4(*(int *)(param_2 + 0xc),iVar12) != SBORROW4(iVar15,uVar16)) ==\n (int)(iVar15 - uVar16) < 0) {\n iVar12 = uVar1 + *(int *)(param_2 + 0x10);\n if ((*(byte *)(param_1 + 7) & 1) != 0) {\n uVar1 = param_1[1];\n iVar15 = param_1[2];\n iVar17 = param_1[0xe];\n if ((*(byte *)(iVar17 + 0x1c) & 1) != 0) {\n uVar3 = *(undefined4 *)(iVar17 + 8);\n uVar4 = *(undefined4 *)(iVar17 + 4);\n if ((*(byte *)(iVar9 + 0x1c) & 1) != 0) {\n uVar5 = *(undefined4 *)(iVar9 + 8);\n uVar6 = *(undefined4 *)(iVar9 + 4);\n (**(code **)(*param_1 + 0x68))(param_1,iVar14,uVar6,uVar5,uVar1,iVar15);\n local_60 = (**(code **)(*param_1 + 100))(param_1);\n local_60 = local_60 + iVar14;\n local_40 = iVar12 + 0x18;\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = (uint)uVar18;\n iVar9 = param_1[0x12] + param_1[0x11];\n if (iVar9 != 0) {\n iVar17 = 0;\n do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);\n local_40 = local_40 + iVar9 * 8;\n }\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n if (param_1[0x13] != -1) {\n (**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n local_60 = local_60 + (int)uVar18;\n }\n if (local_60 - iVar14 == uVar2) {\n if (local_40 - iVar12 == uVar8) {\n return;\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4b,"do_write",uVar13);\n }\n }\n }\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }" (if "if") (parenthesized_expression "(-1 < iVar12)" (( "(") (binary_expression "-1 < iVar12" (number_literal "-1") (< "<") (identifier "iVar12")) () ")")) (compound_statement "{\n iVar12 = iVar12 + (uint)CARRY4(uVar8,uVar1);\n uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar8 + uVar1);\n iVar15 = *(int *)(param_2 + 0xc) - iVar12;\n if ((SBORROW4(*(int *)(param_2 + 0xc),iVar12) != SBORROW4(iVar15,uVar16)) ==\n (int)(iVar15 - uVar16) < 0) {\n iVar12 = uVar1 + *(int *)(param_2 + 0x10);\n if ((*(byte *)(param_1 + 7) & 1) != 0) {\n uVar1 = param_1[1];\n iVar15 = param_1[2];\n iVar17 = param_1[0xe];\n if ((*(byte *)(iVar17 + 0x1c) & 1) != 0) {\n uVar3 = *(undefined4 *)(iVar17 + 8);\n uVar4 = *(undefined4 *)(iVar17 + 4);\n if ((*(byte *)(iVar9 + 0x1c) & 1) != 0) {\n uVar5 = *(undefined4 *)(iVar9 + 8);\n uVar6 = *(undefined4 *)(iVar9 + 4);\n (**(code **)(*param_1 + 0x68))(param_1,iVar14,uVar6,uVar5,uVar1,iVar15);\n local_60 = (**(code **)(*param_1 + 100))(param_1);\n local_60 = local_60 + iVar14;\n local_40 = iVar12 + 0x18;\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = (uint)uVar18;\n iVar9 = param_1[0x12] + param_1[0x11];\n if (iVar9 != 0) {\n iVar17 = 0;\n do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);\n local_40 = local_40 + iVar9 * 8;\n }\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n if (param_1[0x13] != -1) {\n (**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n local_60 = local_60 + (int)uVar18;\n }\n if (local_60 - iVar14 == uVar2) {\n if (local_40 - iVar12 == uVar8) {\n return;\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4b,"do_write",uVar13);\n }\n }\n }\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }" ({ "{") (expression_statement "iVar12 = iVar12 + (uint)CARRY4(uVar8,uVar1);" (assignment_expression "iVar12 = iVar12 + (uint)CARRY4(uVar8,uVar1)" (identifier "iVar12") (= "=") (binary_expression "iVar12 + (uint)CARRY4(uVar8,uVar1)" (identifier "iVar12") (+ "+") (cast_expression "(uint)CARRY4(uVar8,uVar1)" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (call_expression "CARRY4(uVar8,uVar1)" (identifier "CARRY4") (argument_list "(uVar8,uVar1)" (( "(") (identifier "uVar8") (, ",") (identifier "uVar1") () ")")))))) (; ";")) (expression_statement "uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar8 + uVar1);" (assignment_expression "uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar8 + uVar1)" (identifier "uVar16") (= "=") (call_expression "(uint)(*(uint *)(param_2 + 8) < uVar8 + uVar1)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(*(uint *)(param_2 + 8) < uVar8 + uVar1)" (( "(") (binary_expression "*(uint *)(param_2 + 8) < uVar8 + uVar1" (pointer_expression "*(uint *)(param_2 + 8)" (* "*") (cast_expression "(uint *)(param_2 + 8)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 8)" (( "(") (binary_expression "param_2 + 8" (identifier "param_2") (+ "+") (number_literal "8")) () ")")))) (< "<") (binary_expression "uVar8 + uVar1" (identifier "uVar8") (+ "+") (identifier "uVar1"))) () ")")))) (; ";")) (expression_statement "iVar15 = *(int *)(param_2 + 0xc) - iVar12;" (assignment_expression "iVar15 = *(int *)(param_2 + 0xc) - iVar12" (identifier "iVar15") (= "=") (binary_expression "*(int *)(param_2 + 0xc) - iVar12" (pointer_expression "*(int *)(param_2 + 0xc)" (* "*") (cast_expression "(int *)(param_2 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0xc)" (( "(") (binary_expression "param_2 + 0xc" (identifier "param_2") (+ "+") (number_literal "0xc")) () ")")))) (- "-") (identifier "iVar12"))) (; ";")) (if_statement "if ((SBORROW4(*(int *)(param_2 + 0xc),iVar12) != SBORROW4(iVar15,uVar16)) ==\n (int)(iVar15 - uVar16) < 0) {\n iVar12 = uVar1 + *(int *)(param_2 + 0x10);\n if ((*(byte *)(param_1 + 7) & 1) != 0) {\n uVar1 = param_1[1];\n iVar15 = param_1[2];\n iVar17 = param_1[0xe];\n if ((*(byte *)(iVar17 + 0x1c) & 1) != 0) {\n uVar3 = *(undefined4 *)(iVar17 + 8);\n uVar4 = *(undefined4 *)(iVar17 + 4);\n if ((*(byte *)(iVar9 + 0x1c) & 1) != 0) {\n uVar5 = *(undefined4 *)(iVar9 + 8);\n uVar6 = *(undefined4 *)(iVar9 + 4);\n (**(code **)(*param_1 + 0x68))(param_1,iVar14,uVar6,uVar5,uVar1,iVar15);\n local_60 = (**(code **)(*param_1 + 100))(param_1);\n local_60 = local_60 + iVar14;\n local_40 = iVar12 + 0x18;\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = (uint)uVar18;\n iVar9 = param_1[0x12] + param_1[0x11];\n if (iVar9 != 0) {\n iVar17 = 0;\n do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);\n local_40 = local_40 + iVar9 * 8;\n }\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n if (param_1[0x13] != -1) {\n (**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n local_60 = local_60 + (int)uVar18;\n }\n if (local_60 - iVar14 == uVar2) {\n if (local_40 - iVar12 == uVar8) {\n return;\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4b,"do_write",uVar13);\n }\n }\n }\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }" (if "if") (parenthesized_expression "((SBORROW4(*(int *)(param_2 + 0xc),iVar12) != SBORROW4(iVar15,uVar16)) ==\n (int)(iVar15 - uVar16) < 0)" (( "(") (binary_expression "(SBORROW4(*(int *)(param_2 + 0xc),iVar12) != SBORROW4(iVar15,uVar16)) ==\n (int)(iVar15 - uVar16) < 0" (parenthesized_expression "(SBORROW4(*(int *)(param_2 + 0xc),iVar12) != SBORROW4(iVar15,uVar16))" (( "(") (binary_expression "SBORROW4(*(int *)(param_2 + 0xc),iVar12) != SBORROW4(iVar15,uVar16)" (call_expression "SBORROW4(*(int *)(param_2 + 0xc),iVar12)" (identifier "SBORROW4") (argument_list "(*(int *)(param_2 + 0xc),iVar12)" (( "(") (pointer_expression "*(int *)(param_2 + 0xc)" (* "*") (cast_expression "(int *)(param_2 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0xc)" (( "(") (binary_expression "param_2 + 0xc" (identifier "param_2") (+ "+") (number_literal "0xc")) () ")")))) (, ",") (identifier "iVar12") () ")"))) (!= "!=") (call_expression "SBORROW4(iVar15,uVar16)" (identifier "SBORROW4") (argument_list "(iVar15,uVar16)" (( "(") (identifier "iVar15") (, ",") (identifier "uVar16") () ")")))) () ")")) (== "==") (binary_expression "(int)(iVar15 - uVar16) < 0" (cast_expression "(int)(iVar15 - uVar16)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "(iVar15 - uVar16)" (( "(") (binary_expression "iVar15 - uVar16" (identifier "iVar15") (- "-") (identifier "uVar16")) () ")"))) (< "<") (number_literal "0"))) () ")")) (compound_statement "{\n iVar12 = uVar1 + *(int *)(param_2 + 0x10);\n if ((*(byte *)(param_1 + 7) & 1) != 0) {\n uVar1 = param_1[1];\n iVar15 = param_1[2];\n iVar17 = param_1[0xe];\n if ((*(byte *)(iVar17 + 0x1c) & 1) != 0) {\n uVar3 = *(undefined4 *)(iVar17 + 8);\n uVar4 = *(undefined4 *)(iVar17 + 4);\n if ((*(byte *)(iVar9 + 0x1c) & 1) != 0) {\n uVar5 = *(undefined4 *)(iVar9 + 8);\n uVar6 = *(undefined4 *)(iVar9 + 4);\n (**(code **)(*param_1 + 0x68))(param_1,iVar14,uVar6,uVar5,uVar1,iVar15);\n local_60 = (**(code **)(*param_1 + 100))(param_1);\n local_60 = local_60 + iVar14;\n local_40 = iVar12 + 0x18;\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = (uint)uVar18;\n iVar9 = param_1[0x12] + param_1[0x11];\n if (iVar9 != 0) {\n iVar17 = 0;\n do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);\n local_40 = local_40 + iVar9 * 8;\n }\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n if (param_1[0x13] != -1) {\n (**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n local_60 = local_60 + (int)uVar18;\n }\n if (local_60 - iVar14 == uVar2) {\n if (local_40 - iVar12 == uVar8) {\n return;\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4b,"do_write",uVar13);\n }\n }\n }\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }" ({ "{") (expression_statement "iVar12 = uVar1 + *(int *)(param_2 + 0x10);" (assignment_expression "iVar12 = uVar1 + *(int *)(param_2 + 0x10)" (identifier "iVar12") (= "=") (binary_expression "uVar1 + *(int *)(param_2 + 0x10)" (identifier "uVar1") (+ "+") (pointer_expression "*(int *)(param_2 + 0x10)" (* "*") (cast_expression "(int *)(param_2 + 0x10)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x10)" (( "(") (binary_expression "param_2 + 0x10" (identifier "param_2") (+ "+") (number_literal "0x10")) () ")")))))) (; ";")) (if_statement "if ((*(byte *)(param_1 + 7) & 1) != 0) {\n uVar1 = param_1[1];\n iVar15 = param_1[2];\n iVar17 = param_1[0xe];\n if ((*(byte *)(iVar17 + 0x1c) & 1) != 0) {\n uVar3 = *(undefined4 *)(iVar17 + 8);\n uVar4 = *(undefined4 *)(iVar17 + 4);\n if ((*(byte *)(iVar9 + 0x1c) & 1) != 0) {\n uVar5 = *(undefined4 *)(iVar9 + 8);\n uVar6 = *(undefined4 *)(iVar9 + 4);\n (**(code **)(*param_1 + 0x68))(param_1,iVar14,uVar6,uVar5,uVar1,iVar15);\n local_60 = (**(code **)(*param_1 + 100))(param_1);\n local_60 = local_60 + iVar14;\n local_40 = iVar12 + 0x18;\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = (uint)uVar18;\n iVar9 = param_1[0x12] + param_1[0x11];\n if (iVar9 != 0) {\n iVar17 = 0;\n do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);\n local_40 = local_40 + iVar9 * 8;\n }\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n if (param_1[0x13] != -1) {\n (**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n local_60 = local_60 + (int)uVar18;\n }\n if (local_60 - iVar14 == uVar2) {\n if (local_40 - iVar12 == uVar8) {\n return;\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4b,"do_write",uVar13);\n }\n }\n }" (if "if") (parenthesized_expression "((*(byte *)(param_1 + 7) & 1) != 0)" (( "(") (binary_expression "(*(byte *)(param_1 + 7) & 1) != 0" (parenthesized_expression "(*(byte *)(param_1 + 7) & 1)" (( "(") (binary_expression "*(byte *)(param_1 + 7) & 1" (pointer_expression "*(byte *)(param_1 + 7)" (* "*") (cast_expression "(byte *)(param_1 + 7)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 7)" (( "(") (binary_expression "param_1 + 7" (identifier "param_1") (+ "+") (number_literal "7")) () ")")))) (& "&") (number_literal "1")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n uVar1 = param_1[1];\n iVar15 = param_1[2];\n iVar17 = param_1[0xe];\n if ((*(byte *)(iVar17 + 0x1c) & 1) != 0) {\n uVar3 = *(undefined4 *)(iVar17 + 8);\n uVar4 = *(undefined4 *)(iVar17 + 4);\n if ((*(byte *)(iVar9 + 0x1c) & 1) != 0) {\n uVar5 = *(undefined4 *)(iVar9 + 8);\n uVar6 = *(undefined4 *)(iVar9 + 4);\n (**(code **)(*param_1 + 0x68))(param_1,iVar14,uVar6,uVar5,uVar1,iVar15);\n local_60 = (**(code **)(*param_1 + 100))(param_1);\n local_60 = local_60 + iVar14;\n local_40 = iVar12 + 0x18;\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = (uint)uVar18;\n iVar9 = param_1[0x12] + param_1[0x11];\n if (iVar9 != 0) {\n iVar17 = 0;\n do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);\n local_40 = local_40 + iVar9 * 8;\n }\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n if (param_1[0x13] != -1) {\n (**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n local_60 = local_60 + (int)uVar18;\n }\n if (local_60 - iVar14 == uVar2) {\n if (local_40 - iVar12 == uVar8) {\n return;\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4b,"do_write",uVar13);\n }\n }\n }" ({ "{") (expression_statement "uVar1 = param_1[1];" (assignment_expression "uVar1 = param_1[1]" (identifier "uVar1") (= "=") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "iVar15 = param_1[2];" (assignment_expression "iVar15 = param_1[2]" (identifier "iVar15") (= "=") (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "iVar17 = param_1[0xe];" (assignment_expression "iVar17 = param_1[0xe]" (identifier "iVar17") (= "=") (subscript_expression "param_1[0xe]" (identifier "param_1") ([ "[") (number_literal "0xe") (] "]"))) (; ";")) (if_statement "if ((*(byte *)(iVar17 + 0x1c) & 1) != 0) {\n uVar3 = *(undefined4 *)(iVar17 + 8);\n uVar4 = *(undefined4 *)(iVar17 + 4);\n if ((*(byte *)(iVar9 + 0x1c) & 1) != 0) {\n uVar5 = *(undefined4 *)(iVar9 + 8);\n uVar6 = *(undefined4 *)(iVar9 + 4);\n (**(code **)(*param_1 + 0x68))(param_1,iVar14,uVar6,uVar5,uVar1,iVar15);\n local_60 = (**(code **)(*param_1 + 100))(param_1);\n local_60 = local_60 + iVar14;\n local_40 = iVar12 + 0x18;\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = (uint)uVar18;\n iVar9 = param_1[0x12] + param_1[0x11];\n if (iVar9 != 0) {\n iVar17 = 0;\n do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);\n local_40 = local_40 + iVar9 * 8;\n }\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n if (param_1[0x13] != -1) {\n (**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n local_60 = local_60 + (int)uVar18;\n }\n if (local_60 - iVar14 == uVar2) {\n if (local_40 - iVar12 == uVar8) {\n return;\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4b,"do_write",uVar13);\n }\n }" (if "if") (parenthesized_expression "((*(byte *)(iVar17 + 0x1c) & 1) != 0)" (( "(") (binary_expression "(*(byte *)(iVar17 + 0x1c) & 1) != 0" (parenthesized_expression "(*(byte *)(iVar17 + 0x1c) & 1)" (( "(") (binary_expression "*(byte *)(iVar17 + 0x1c) & 1" (pointer_expression "*(byte *)(iVar17 + 0x1c)" (* "*") (cast_expression "(byte *)(iVar17 + 0x1c)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar17 + 0x1c)" (( "(") (binary_expression "iVar17 + 0x1c" (identifier "iVar17") (+ "+") (number_literal "0x1c")) () ")")))) (& "&") (number_literal "1")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n uVar3 = *(undefined4 *)(iVar17 + 8);\n uVar4 = *(undefined4 *)(iVar17 + 4);\n if ((*(byte *)(iVar9 + 0x1c) & 1) != 0) {\n uVar5 = *(undefined4 *)(iVar9 + 8);\n uVar6 = *(undefined4 *)(iVar9 + 4);\n (**(code **)(*param_1 + 0x68))(param_1,iVar14,uVar6,uVar5,uVar1,iVar15);\n local_60 = (**(code **)(*param_1 + 100))(param_1);\n local_60 = local_60 + iVar14;\n local_40 = iVar12 + 0x18;\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = (uint)uVar18;\n iVar9 = param_1[0x12] + param_1[0x11];\n if (iVar9 != 0) {\n iVar17 = 0;\n do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);\n local_40 = local_40 + iVar9 * 8;\n }\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n if (param_1[0x13] != -1) {\n (**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n local_60 = local_60 + (int)uVar18;\n }\n if (local_60 - iVar14 == uVar2) {\n if (local_40 - iVar12 == uVar8) {\n return;\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4b,"do_write",uVar13);\n }\n }" ({ "{") (expression_statement "uVar3 = *(undefined4 *)(iVar17 + 8);" (assignment_expression "uVar3 = *(undefined4 *)(iVar17 + 8)" (identifier "uVar3") (= "=") (pointer_expression "*(undefined4 *)(iVar17 + 8)" (* "*") (cast_expression "(undefined4 *)(iVar17 + 8)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar17 + 8)" (( "(") (binary_expression "iVar17 + 8" (identifier "iVar17") (+ "+") (number_literal "8")) () ")"))))) (; ";")) (expression_statement "uVar4 = *(undefined4 *)(iVar17 + 4);" (assignment_expression "uVar4 = *(undefined4 *)(iVar17 + 4)" (identifier "uVar4") (= "=") (pointer_expression "*(undefined4 *)(iVar17 + 4)" (* "*") (cast_expression "(undefined4 *)(iVar17 + 4)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar17 + 4)" (( "(") (binary_expression "iVar17 + 4" (identifier "iVar17") (+ "+") (number_literal "4")) () ")"))))) (; ";")) (if_statement "if ((*(byte *)(iVar9 + 0x1c) & 1) != 0) {\n uVar5 = *(undefined4 *)(iVar9 + 8);\n uVar6 = *(undefined4 *)(iVar9 + 4);\n (**(code **)(*param_1 + 0x68))(param_1,iVar14,uVar6,uVar5,uVar1,iVar15);\n local_60 = (**(code **)(*param_1 + 100))(param_1);\n local_60 = local_60 + iVar14;\n local_40 = iVar12 + 0x18;\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = (uint)uVar18;\n iVar9 = param_1[0x12] + param_1[0x11];\n if (iVar9 != 0) {\n iVar17 = 0;\n do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);\n local_40 = local_40 + iVar9 * 8;\n }\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n if (param_1[0x13] != -1) {\n (**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n local_60 = local_60 + (int)uVar18;\n }\n if (local_60 - iVar14 == uVar2) {\n if (local_40 - iVar12 == uVar8) {\n return;\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4b,"do_write",uVar13);\n }" (if "if") (parenthesized_expression "((*(byte *)(iVar9 + 0x1c) & 1) != 0)" (( "(") (binary_expression "(*(byte *)(iVar9 + 0x1c) & 1) != 0" (parenthesized_expression "(*(byte *)(iVar9 + 0x1c) & 1)" (( "(") (binary_expression "*(byte *)(iVar9 + 0x1c) & 1" (pointer_expression "*(byte *)(iVar9 + 0x1c)" (* "*") (cast_expression "(byte *)(iVar9 + 0x1c)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar9 + 0x1c)" (( "(") (binary_expression "iVar9 + 0x1c" (identifier "iVar9") (+ "+") (number_literal "0x1c")) () ")")))) (& "&") (number_literal "1")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n uVar5 = *(undefined4 *)(iVar9 + 8);\n uVar6 = *(undefined4 *)(iVar9 + 4);\n (**(code **)(*param_1 + 0x68))(param_1,iVar14,uVar6,uVar5,uVar1,iVar15);\n local_60 = (**(code **)(*param_1 + 100))(param_1);\n local_60 = local_60 + iVar14;\n local_40 = iVar12 + 0x18;\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = (uint)uVar18;\n iVar9 = param_1[0x12] + param_1[0x11];\n if (iVar9 != 0) {\n iVar17 = 0;\n do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);\n local_40 = local_40 + iVar9 * 8;\n }\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n if (param_1[0x13] != -1) {\n (**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n local_60 = local_60 + (int)uVar18;\n }\n if (local_60 - iVar14 == uVar2) {\n if (local_40 - iVar12 == uVar8) {\n return;\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4b,"do_write",uVar13);\n }" ({ "{") (expression_statement "uVar5 = *(undefined4 *)(iVar9 + 8);" (assignment_expression "uVar5 = *(undefined4 *)(iVar9 + 8)" (identifier "uVar5") (= "=") (pointer_expression "*(undefined4 *)(iVar9 + 8)" (* "*") (cast_expression "(undefined4 *)(iVar9 + 8)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar9 + 8)" (( "(") (binary_expression "iVar9 + 8" (identifier "iVar9") (+ "+") (number_literal "8")) () ")"))))) (; ";")) (expression_statement "uVar6 = *(undefined4 *)(iVar9 + 4);" (assignment_expression "uVar6 = *(undefined4 *)(iVar9 + 4)" (identifier "uVar6") (= "=") (pointer_expression "*(undefined4 *)(iVar9 + 4)" (* "*") (cast_expression "(undefined4 *)(iVar9 + 4)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar9 + 4)" (( "(") (binary_expression "iVar9 + 4" (identifier "iVar9") (+ "+") (number_literal "4")) () ")"))))) (; ";")) (expression_statement "(**(code **)(*param_1 + 0x68))(param_1,iVar14,uVar6,uVar5,uVar1,iVar15);" (call_expression "(**(code **)(*param_1 + 0x68))(param_1,iVar14,uVar6,uVar5,uVar1,iVar15)" (parenthesized_expression "(**(code **)(*param_1 + 0x68))" (( "(") (pointer_expression "**(code **)(*param_1 + 0x68)" (* "*") (pointer_expression "*(code **)(*param_1 + 0x68)" (* "*") (cast_expression "(code **)(*param_1 + 0x68)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_1 + 0x68)" (( "(") (binary_expression "*param_1 + 0x68" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0x68")) () ")"))))) () ")")) (argument_list "(param_1,iVar14,uVar6,uVar5,uVar1,iVar15)" (( "(") (identifier "param_1") (, ",") (identifier "iVar14") (, ",") (identifier "uVar6") (, ",") (identifier "uVar5") (, ",") (identifier "uVar1") (, ",") (identifier "iVar15") () ")"))) (; ";")) (expression_statement "local_60 = (**(code **)(*param_1 + 100))(param_1);" (assignment_expression "local_60 = (**(code **)(*param_1 + 100))(param_1)" (identifier "local_60") (= "=") (call_expression "(**(code **)(*param_1 + 100))(param_1)" (parenthesized_expression "(**(code **)(*param_1 + 100))" (( "(") (pointer_expression "**(code **)(*param_1 + 100)" (* "*") (pointer_expression "*(code **)(*param_1 + 100)" (* "*") (cast_expression "(code **)(*param_1 + 100)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_1 + 100)" (( "(") (binary_expression "*param_1 + 100" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "100")) () ")"))))) () ")")) (argument_list "(param_1)" (( "(") (identifier "param_1") () ")")))) (; ";")) (expression_statement "local_60 = local_60 + iVar14;" (assignment_expression "local_60 = local_60 + iVar14" (identifier "local_60") (= "=") (binary_expression "local_60 + iVar14" (identifier "local_60") (+ "+") (identifier "iVar14"))) (; ";")) (expression_statement "local_40 = iVar12 + 0x18;" (assignment_expression "local_40 = iVar12 + 0x18" (identifier "local_40") (= "=") (binary_expression "iVar12 + 0x18" (identifier "iVar12") (+ "+") (number_literal "0x18"))) (; ";")) (expression_statement "uVar18 = (**(code **)(*param_1 + 100))(param_1);" (assignment_expression "uVar18 = (**(code **)(*param_1 + 100))(param_1)" (identifier "uVar18") (= "=") (call_expression "(**(code **)(*param_1 + 100))(param_1)" (parenthesized_expression "(**(code **)(*param_1 + 100))" (( "(") (pointer_expression "**(code **)(*param_1 + 100)" (* "*") (pointer_expression "*(code **)(*param_1 + 100)" (* "*") (cast_expression "(code **)(*param_1 + 100)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_1 + 100)" (( "(") (binary_expression "*param_1 + 100" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "100")) () ")"))))) () ")")) (argument_list "(param_1)" (( "(") (identifier "param_1") () ")")))) (; ";")) (expression_statement "uVar16 = (uint)uVar18;" (assignment_expression "uVar16 = (uint)uVar18" (identifier "uVar16") (= "=") (cast_expression "(uint)uVar18" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "uVar18"))) (; ";")) (expression_statement "iVar9 = param_1[0x12] + param_1[0x11];" (assignment_expression "iVar9 = param_1[0x12] + param_1[0x11]" (identifier "iVar9") (= "=") (binary_expression "param_1[0x12] + param_1[0x11]" (subscript_expression "param_1[0x12]" (identifier "param_1") ([ "[") (number_literal "0x12") (] "]")) (+ "+") (subscript_expression "param_1[0x11]" (identifier "param_1") ([ "[") (number_literal "0x11") (] "]")))) (; ";")) (if_statement "if (iVar9 != 0) {\n iVar17 = 0;\n do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);\n local_40 = local_40 + iVar9 * 8;\n }" (if "if") (parenthesized_expression "(iVar9 != 0)" (( "(") (binary_expression "iVar9 != 0" (identifier "iVar9") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n iVar17 = 0;\n do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);\n local_40 = local_40 + iVar9 * 8;\n }" ({ "{") (expression_statement "iVar17 = 0;" (assignment_expression "iVar17 = 0" (identifier "iVar17") (= "=") (number_literal "0")) (; ";")) (do_statement "do {\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n } while (iVar9 != iVar17);" (do "do") (compound_statement "{\n uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);\n *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;\n iVar11 = *param_1;\n *(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);\n iVar17 = iVar17 + 1;\n iVar11 = (**(code **)(iVar11 + 100))(param_1);\n local_60 = local_60 + iVar11;\n iVar11 = (**(code **)(*param_1 + 100))(param_1);\n uVar16 = uVar16 + iVar11;\n uVar18 = CONCAT44(iVar9,uVar16);\n }" ({ "{") (expression_statement "uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17);" (assignment_expression "uVar10 = (**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17)" (identifier "uVar10") (= "=") (call_expression "(**(code **)(*param_1 + 0x6c))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17)" (parenthesized_expression "(**(code **)(*param_1 + 0x6c))" (( "(") (pointer_expression "**(code **)(*param_1 + 0x6c)" (* "*") (pointer_expression "*(code **)(*param_1 + 0x6c)" (* "*") (cast_expression "(code **)(*param_1 + 0x6c)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_1 + 0x6c)" (( "(") (binary_expression "*param_1 + 0x6c" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0x6c")) () ")"))))) () ")")) (argument_list "(param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18,\n uVar16,iVar17)" (( "(") (identifier "param_1") (, ",") (identifier "local_60") (, ",") (identifier "uVar6") (, ",") (identifier "uVar5") (, ",") (identifier "uVar1") (, ",") (identifier "iVar15") (, ",") (binary_expression "iVar17 * 8 + 0x18" (binary_expression "iVar17 * 8" (identifier "iVar17") (* "*") (number_literal "8")) (+ "+") (number_literal "0x18")) (, ",") (identifier "uVar16") (, ",") (identifier "iVar17") () ")")))) (; ";")) (expression_statement "*(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1;" (assignment_expression "*(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1" (pointer_expression "*(uint *)(iVar12 + 0x18 + iVar17 * 8)" (* "*") (cast_expression "(uint *)(iVar12 + 0x18 + iVar17 * 8)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar12 + 0x18 + iVar17 * 8)" (( "(") (binary_expression "iVar12 + 0x18 + iVar17 * 8" (binary_expression "iVar12 + 0x18" (identifier "iVar12") (+ "+") (number_literal "0x18")) (+ "+") (binary_expression "iVar17 * 8" (identifier "iVar17") (* "*") (number_literal "8"))) () ")")))) (= "=") (binary_expression "uVar16 + uVar10 + uVar1" (binary_expression "uVar16 + uVar10" (identifier "uVar16") (+ "+") (identifier "uVar10")) (+ "+") (identifier "uVar1"))) (; ";")) (expression_statement "iVar11 = *param_1;" (assignment_expression "iVar11 = *param_1" (identifier "iVar11") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (expression_statement "*(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1);" (assignment_expression "*(uint *)(iVar12 + 0x1c + iVar17 * 8) =\n (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1)" (pointer_expression "*(uint *)(iVar12 + 0x1c + iVar17 * 8)" (* "*") (cast_expression "(uint *)(iVar12 + 0x1c + iVar17 * 8)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar12 + 0x1c + iVar17 * 8)" (( "(") (binary_expression "iVar12 + 0x1c + iVar17 * 8" (binary_expression "iVar12 + 0x1c" (identifier "iVar12") (+ "+") (number_literal "0x1c")) (+ "+") (binary_expression "iVar17 * 8" (identifier "iVar17") (* "*") (number_literal "8"))) () ")")))) (= "=") (binary_expression "(uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1)" (binary_expression "(uint)CARRY4(uVar16,uVar10) + iVar15" (cast_expression "(uint)CARRY4(uVar16,uVar10)" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (call_expression "CARRY4(uVar16,uVar10)" (identifier "CARRY4") (argument_list "(uVar16,uVar10)" (( "(") (identifier "uVar16") (, ",") (identifier "uVar10") () ")")))) (+ "+") (identifier "iVar15")) (+ "+") (cast_expression "(uint)CARRY4(uVar16 + uVar10,uVar1)" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (call_expression "CARRY4(uVar16 + uVar10,uVar1)" (identifier "CARRY4") (argument_list "(uVar16 + uVar10,uVar1)" (( "(") (binary_expression "uVar16 + uVar10" (identifier "uVar16") (+ "+") (identifier "uVar10")) (, ",") (identifier "uVar1") () ")")))))) (; ";")) (expression_statement "iVar17 = iVar17 + 1;" (assignment_expression "iVar17 = iVar17 + 1" (identifier "iVar17") (= "=") (binary_expression "iVar17 + 1" (identifier "iVar17") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "iVar11 = (**(code **)(iVar11 + 100))(param_1);" (assignment_expression "iVar11 = (**(code **)(iVar11 + 100))(param_1)" (identifier "iVar11") (= "=") (call_expression "(**(code **)(iVar11 + 100))(param_1)" (parenthesized_expression "(**(code **)(iVar11 + 100))" (( "(") (pointer_expression "**(code **)(iVar11 + 100)" (* "*") (pointer_expression "*(code **)(iVar11 + 100)" (* "*") (cast_expression "(code **)(iVar11 + 100)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar11 + 100)" (( "(") (binary_expression "iVar11 + 100" (identifier "iVar11") (+ "+") (number_literal "100")) () ")"))))) () ")")) (argument_list "(param_1)" (( "(") (identifier "param_1") () ")")))) (; ";")) (expression_statement "local_60 = local_60 + iVar11;" (assignment_expression "local_60 = local_60 + iVar11" (identifier "local_60") (= "=") (binary_expression "local_60 + iVar11" (identifier "local_60") (+ "+") (identifier "iVar11"))) (; ";")) (expression_statement "iVar11 = (**(code **)(*param_1 + 100))(param_1);" (assignment_expression "iVar11 = (**(code **)(*param_1 + 100))(param_1)" (identifier "iVar11") (= "=") (call_expression "(**(code **)(*param_1 + 100))(param_1)" (parenthesized_expression "(**(code **)(*param_1 + 100))" (( "(") (pointer_expression "**(code **)(*param_1 + 100)" (* "*") (pointer_expression "*(code **)(*param_1 + 100)" (* "*") (cast_expression "(code **)(*param_1 + 100)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_1 + 100)" (( "(") (binary_expression "*param_1 + 100" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "100")) () ")"))))) () ")")) (argument_list "(param_1)" (( "(") (identifier "param_1") () ")")))) (; ";")) (expression_statement "uVar16 = uVar16 + iVar11;" (assignment_expression "uVar16 = uVar16 + iVar11" (identifier "uVar16") (= "=") (binary_expression "uVar16 + iVar11" (identifier "uVar16") (+ "+") (identifier "iVar11"))) (; ";")) (expression_statement "uVar18 = CONCAT44(iVar9,uVar16);" (assignment_expression "uVar18 = CONCAT44(iVar9,uVar16)" (identifier "uVar18") (= "=") (call_expression "CONCAT44(iVar9,uVar16)" (identifier "CONCAT44") (argument_list "(iVar9,uVar16)" (( "(") (identifier "iVar9") (, ",") (identifier "uVar16") () ")")))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(iVar9 != iVar17)" (( "(") (binary_expression "iVar9 != iVar17" (identifier "iVar9") (!= "!=") (identifier "iVar17")) () ")")) (; ";")) (expression_statement "local_40 = local_40 + iVar9 * 8;" (assignment_expression "local_40 = local_40 + iVar9 * 8" (identifier "local_40") (= "=") (binary_expression "local_40 + iVar9 * 8" (identifier "local_40") (+ "+") (binary_expression "iVar9 * 8" (identifier "iVar9") (* "*") (number_literal "8")))) (; ";")) (} "}"))) (expression_statement "uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);" (assignment_expression "uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20)" (identifier "uVar13") (= "=") (call_expression "(undefined4)((ulonglong)uVar18 >> 0x20)" (parenthesized_expression "(undefined4)" (( "(") (identifier "undefined4") () ")")) (argument_list "((ulonglong)uVar18 >> 0x20)" (( "(") (binary_expression "(ulonglong)uVar18 >> 0x20" (cast_expression "(ulonglong)uVar18" (( "(") (type_descriptor "ulonglong" (type_identifier "ulonglong")) () ")") (identifier "uVar18")) (>> ">>") (number_literal "0x20")) () ")")))) (; ";")) (if_statement "if (param_1[0x13] != -1) {\n (**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n local_60 = local_60 + (int)uVar18;\n }" (if "if") (parenthesized_expression "(param_1[0x13] != -1)" (( "(") (binary_expression "param_1[0x13] != -1" (subscript_expression "param_1[0x13]" (identifier "param_1") ([ "[") (number_literal "0x13") (] "]")) (!= "!=") (number_literal "-1")) () ")")) (compound_statement "{\n (**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);\n uVar18 = (**(code **)(*param_1 + 100))(param_1);\n uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);\n local_60 = local_60 + (int)uVar18;\n }" ({ "{") (expression_statement "(**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18);" (call_expression "(**(code **)(*param_1 + 0x70))\n (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18)" (parenthesized_expression "(**(code **)(*param_1 + 0x70))" (( "(") (pointer_expression "**(code **)(*param_1 + 0x70)" (* "*") (pointer_expression "*(code **)(*param_1 + 0x70)" (* "*") (cast_expression "(code **)(*param_1 + 0x70)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_1 + 0x70)" (( "(") (binary_expression "*param_1 + 0x70" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0x70")) () ")"))))) () ")")) (argument_list "(param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13],\n (int)uVar18)" (( "(") (identifier "param_1") (, ",") (identifier "local_60") (, ",") (identifier "uVar6") (, ",") (identifier "uVar5") (, ",") (identifier "uVar1") (, ",") (identifier "iVar15") (, ",") (identifier "uVar4") (, ",") (identifier "uVar3") (, ",") (subscript_expression "param_1[0x13]" (identifier "param_1") ([ "[") (number_literal "0x13") (] "]")) (, ",") (cast_expression "(int)uVar18" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar18")) () ")"))) (; ";")) (expression_statement "uVar18 = (**(code **)(*param_1 + 100))(param_1);" (assignment_expression "uVar18 = (**(code **)(*param_1 + 100))(param_1)" (identifier "uVar18") (= "=") (call_expression "(**(code **)(*param_1 + 100))(param_1)" (parenthesized_expression "(**(code **)(*param_1 + 100))" (( "(") (pointer_expression "**(code **)(*param_1 + 100)" (* "*") (pointer_expression "*(code **)(*param_1 + 100)" (* "*") (cast_expression "(code **)(*param_1 + 100)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_1 + 100)" (( "(") (binary_expression "*param_1 + 100" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "100")) () ")"))))) () ")")) (argument_list "(param_1)" (( "(") (identifier "param_1") () ")")))) (; ";")) (expression_statement "uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20);" (assignment_expression "uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20)" (identifier "uVar13") (= "=") (call_expression "(undefined4)((ulonglong)uVar18 >> 0x20)" (parenthesized_expression "(undefined4)" (( "(") (identifier "undefined4") () ")")) (argument_list "((ulonglong)uVar18 >> 0x20)" (( "(") (binary_expression "(ulonglong)uVar18 >> 0x20" (cast_expression "(ulonglong)uVar18" (( "(") (type_descriptor "ulonglong" (type_identifier "ulonglong")) () ")") (identifier "uVar18")) (>> ">>") (number_literal "0x20")) () ")")))) (; ";")) (expression_statement "local_60 = local_60 + (int)uVar18;" (assignment_expression "local_60 = local_60 + (int)uVar18" (identifier "local_60") (= "=") (binary_expression "local_60 + (int)uVar18" (identifier "local_60") (+ "+") (cast_expression "(int)uVar18" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar18")))) (; ";")) (} "}"))) (if_statement "if (local_60 - iVar14 == uVar2) {\n if (local_40 - iVar12 == uVar8) {\n return;\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);\n }" (if "if") (parenthesized_expression "(local_60 - iVar14 == uVar2)" (( "(") (binary_expression "local_60 - iVar14 == uVar2" (binary_expression "local_60 - iVar14" (identifier "local_60") (- "-") (identifier "iVar14")) (== "==") (identifier "uVar2")) () ")")) (compound_statement "{\n if (local_40 - iVar12 == uVar8) {\n return;\n }\n \n FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);\n }" ({ "{") (if_statement "if (local_40 - iVar12 == uVar8) {\n return;\n }" (if "if") (parenthesized_expression "(local_40 - iVar12 == uVar8)" (( "(") (binary_expression "local_40 - iVar12 == uVar8" (binary_expression "local_40 - iVar12" (identifier "local_40") (- "-") (identifier "iVar12")) (== "==") (identifier "uVar8")) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12);" (call_expression "FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12)" (identifier "FUN_002446e0") (argument_list "("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12)" (( "(") (string_literal ""../../gold/x86_64.cc"" (" """) (string_content "../../gold/x86_64.cc") (" """)) (, ",") (number_literal "0xa4c") (, ",") (string_literal ""do_write"" (" """) (string_content "do_write") (" """)) (, ",") (binary_expression "local_40 - iVar12" (identifier "local_40") (- "-") (identifier "iVar12")) () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_002446e0("../../gold/x86_64.cc",0xa4b,"do_write",uVar13);" (call_expression "FUN_002446e0("../../gold/x86_64.cc",0xa4b,"do_write",uVar13)" (identifier "FUN_002446e0") (argument_list "("../../gold/x86_64.cc",0xa4b,"do_write",uVar13)" (( "(") (string_literal ""../../gold/x86_64.cc"" (" """) (string_content "../../gold/x86_64.cc") (" """)) (, ",") (number_literal "0xa4b") (, ",") (string_literal ""do_write"" (" """) (string_content "do_write") (" """)) (, ",") (identifier "uVar13") () ")"))) (; ";")) (} "}"))) (} "}"))) (} "}"))) (expression_statement "FUN_002446e0("../../gold/output.h",0xc5,"address");" (call_expression "FUN_002446e0("../../gold/output.h",0xc5,"address")" (identifier "FUN_002446e0") (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 "FUN_002446e0("../../gold/output.h",0x6f,"get_output_view");" (call_expression "FUN_002446e0("../../gold/output.h",0x6f,"get_output_view")" (identifier "FUN_002446e0") (argument_list "("../../gold/output.h",0x6f,"get_output_view")" (( "(") (string_literal ""../../gold/output.h"" (" """) (string_content "../../gold/output.h") (" """)) (, ",") (number_literal "0x6f") (, ",") (string_literal ""get_output_view"" (" """) (string_content "get_output_view") (" """)) () ")"))) (; ";")) (} "}"))) (labeled_statement "LAB_00076531:\n \n FUN_002446e0("../../gold/gold.h",0xc0,"convert_types",unaff_EBX);" (statement_identifier "LAB_00076531") (: ":") (expression_statement "FUN_002446e0("../../gold/gold.h",0xc0,"convert_types",unaff_EBX);" (call_expression "FUN_002446e0("../../gold/gold.h",0xc0,"convert_types",unaff_EBX)" (identifier "FUN_002446e0") (argument_list "("../../gold/gold.h",0xc0,"convert_types",unaff_EBX)" (( "(") (string_literal ""../../gold/gold.h"" (" """) (string_content "../../gold/gold.h") (" """)) (, ",") (number_literal "0xc0") (, ",") (string_literal ""convert_types"" (" """) (string_content "convert_types") (" """)) (, ",") (identifier "unaff_EBX") () ")"))) (; ";"))) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Enum "DT": Some values do not have unique names */ /* WARNING: Enum "ELFOSABI": Some values do not have unique names */ /* DWARF original prototype: void do_write(Output_data_plt_x86_64<64> * this, Output_file * of) */ void __thiscall anon_unknown.dwarf_32e241::type_1<64>::function_1 (type_1<64> *this,type_2 *of) { type_3 *var_12; type_4 var_5; type_4 var_4; type_5 *pOVar4; var_1<64,var_2> *pOVar5; type_6 uVar6; type_6 uVar7; type_6 uVar8; uint64_t uVar9; bool bVar10; type_7 *var_14; type_4 var_13; type_7 *var_15; int var_9; type_4 var_10; type_4 var_16; int var_17; int var_6; int var_7; type_8 *pOVar20; type_7 *var_18; type_7 *var_19; if ((this->field_0x1c & 4) == 0) goto LAB_0007654e; var_5 = *(type_4 *)&this->field_0x14; if ((this->field_0x1c & 2) == 0) goto LAB_00076512; var_4 = *(type_4 *)&this->field_0xc; if (*(int *)&this->field_0x10 == 0) { if ((-1 < *(int *)&this->field_0x18) && (var_6 = *(int *)((int)&of->file_size_ + 4), var_7 = *(int *)&this->field_0x18 + (type_4)var_3(var_4,var_5), var_10 = (type_4)((type_4)of->file_size_ < var_4 + var_5), var_9 = var_6 - var_7, (var_8(var_6,var_7) != var_8(var_9,var_10)) == (int)(var_9 - var_10) < 0)) { var_14 = of->base_ + var_5; pOVar4 = this->got_plt_; if (((pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data. field_0x1c & 4) == 0) { LAB_0007654e: /* WARNING: Subroutine does not return */ gold::var_11("../../gold/output.h",0xe3,"offset"); } var_6 = *(int *)((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data. super_Output_data.offset_ + 4); var_5 = (type_4)(pOVar4->super_Output_section_data_build).super_Output_section_data. super_Output_data.offset_; bVar10 = gold::Parameters::incremental_update(gold::parameters); pOVar4 = this->got_plt_; if (bVar10) { if (((pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data. field_0x1c & 2) == 0) goto LAB_00076512; pOVar20 = this->got_irelative_; var_10 = (type_4)(pOVar4->super_Output_section_data_build).super_Output_section_data. super_Output_data.data_size_; var_9 = *(int *)((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data. super_Output_data.data_size_ + 4); } else { if (((pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data. field_0x1c & 2) == 0) goto LAB_00076512; var_10 = (type_4)(pOVar4->super_Output_section_data_build).super_Output_section_data. super_Output_data.data_size_; var_9 = *(int *)((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data. super_Output_data.data_size_ + 4); pOVar20 = this->got_irelative_; if (((pOVar20->super_Output_section_data_build).super_Output_section_data.super_Output_data. field_0x1c & 4) == 0) goto LAB_0007654e; if (var_6 + var_9 + (type_4)var_3(var_5,var_10) != *(int *)((int)&(pOVar20->super_Output_section_data_build).super_Output_section_data. super_Output_data.offset_ + 4) || (int)(pOVar20->super_Output_section_data_build).super_Output_section_data. super_Output_data.offset_ != var_5 + var_10) { /* WARNING: Subroutine does not return */ gold::var_11("../../gold/x86_64.cc",0xa12,"do_write"); } } if (((pOVar20->super_Output_section_data_build).super_Output_section_data.super_Output_data. field_0x1c & 2) == 0) { LAB_00076512: /* WARNING: Subroutine does not return */ gold::var_11("../../gold/output.h",0xcf,"data_size"); } var_12 = &(pOVar20->super_Output_section_data_build).super_Output_section_data. super_Output_data.data_size_; var_13 = var_10 + (int)*var_12; if (var_9 + *(int *)((int)&(pOVar20->super_Output_section_data_build). super_Output_section_data.super_Output_data.data_size_ + 4) + (type_4)var_3(var_10,(type_4)*var_12) != 0) goto LAB_00076531; if (-1 < var_6) { var_6 = var_6 + (type_4)var_3(var_13,var_5); var_9 = *(int *)((int)&of->file_size_ + 4); var_10 = (type_4)((type_4)of->file_size_ < var_13 + var_5); var_7 = var_9 - var_6; if ((var_8(var_9,var_6) != var_8(var_7,var_10)) == (int)(var_7 - var_10) < 0) { var_15 = of->base_ + var_5; if ((this->field_0x1c & 1) != 0) { var_5 = *(type_4 *)&this->field_0x4; var_6 = *(int *)&this->field_0x8; pOVar5 = this->got_; if (((pOVar5->super_Output_data_got_base).super_Output_section_data_build. super_Output_section_data.super_Output_data.field_0x1c & 1) != 0) { uVar6 = *(type_6 *) ((int)&(pOVar5->super_Output_data_got_base).super_Output_section_data_build. super_Output_section_data.super_Output_data.address_ + 4); uVar9 = (pOVar5->super_Output_data_got_base).super_Output_section_data_build. super_Output_section_data.super_Output_data.address_; if (((pOVar4->super_Output_section_data_build).super_Output_section_data. super_Output_data.field_0x1c & 1) != 0) { uVar7 = *(type_6 *) ((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data. super_Output_data.address_ + 4); uVar8 = (type_6) (pOVar4->super_Output_section_data_build).super_Output_section_data. super_Output_data.address_; (**(type_9 **)(this->plt_eh_frame_cie_size + 0x68)) (this,var_14,uVar8,uVar7,var_5,var_6); var_9 = (**(type_9 **)(this->plt_eh_frame_cie_size + 100))(this); var_18 = var_14 + var_9; var_19 = var_15 + 0x18; var_10 = (**(type_9 **)(this->plt_eh_frame_cie_size + 100))(this); var_9 = this->irelative_count_ + this->count_; if (var_9 != 0) { var_7 = 0; do { var_16 = (**(type_9 **)(this->plt_eh_frame_cie_size + 0x6c)) (this,var_18,uVar8,uVar7,var_5,var_6,var_7 * 8 + 0x18, var_10,var_7); *(type_4 *)(var_15 + var_7 * 8 + 0x18) = var_10 + var_16 + var_5; var_17 = this->plt_eh_frame_cie_size; *(type_4 *)(var_15 + var_7 * 8 + 0x1c) = (type_4)var_3(var_10,var_16) + var_6 + (type_4)var_3(var_10 + var_16,var_5); var_7 = var_7 + 1; var_17 = (**(type_9 **)(var_17 + 100))(this); var_18 = var_18 + var_17; var_17 = (**(type_9 **)(this->plt_eh_frame_cie_size + 100))(this); var_10 = var_10 + var_17; } while (var_9 != var_7); var_19 = var_19 + var_9 * 8; } if (this->tlsdesc_got_offset_ != 0xffffffff) { (**(type_9 **)(this->plt_eh_frame_cie_size + 0x70)) (this,var_18,uVar8,uVar7,var_5,var_6,(int)uVar9,uVar6, this->tlsdesc_got_offset_,var_10); var_6 = (**(type_9 **)(this->plt_eh_frame_cie_size + 100))(this); var_18 = var_18 + var_6; } if ((int)var_18 - (int)var_14 == var_4) { if ((int)var_19 - (int)var_15 == var_13) { return; } /* WARNING: Subroutine does not return */ gold::var_11("../../gold/x86_64.cc",0xa4c,"do_write"); } /* WARNING: Subroutine does not return */ gold::var_11("../../gold/x86_64.cc",0xa4b,"do_write"); } } } /* WARNING: Subroutine does not return */ gold::var_11("../../gold/output.h",0xc5,"address"); } } } /* WARNING: Subroutine does not return */ gold::var_11("../../gold/output.h",0x6f,"get_output_view"); } LAB_00076531: /* WARNING: Subroutine does not return */ gold::var_11("../../gold/gold.h",0xc0,"convert_types"); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (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: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (number_literal) right: (subscript_expression argument: (identifier) index: (number_literal)))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))))) right: (comma_expression left: (assignment_expression left: (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: (identifier) right: (number_literal))))) right: (binary_expression left: (identifier) right: (identifier)))))) right: (comma_expression left: (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (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))))) (identifier))) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) right: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))) right: (number_literal))))))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)) (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (call_expression function: (identifier) arguments: (argument_list (identifier) (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)))))) 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: (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)) (identifier))))))) 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: (identifier) right: (number_literal))))) right: (number_literal))) 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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))))) (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (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: (cast_expression type: (type_descriptor type: (type_identifier)) value: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))))) (expression_statement (assignment_expression left: (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: (identifier) right: (number_literal))))) right: (binary_expression left: (identifier) right: (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (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))))) (identifier))) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) right: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))) right: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (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))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (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 (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)))) (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: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (subscript_expression argument: (identifier) index: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (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: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (number_literal)) (identifier) (identifier))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal)))))) right: (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal)))))) right: (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) right: (identifier)) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (identifier)) (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (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: (identifier) right: (number_literal))))))) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_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 (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)))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) consequence: (compound_statement (expression_statement (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) (identifier) (identifier) (subscript_expression argument: (identifier) index: (number_literal)) (cast_expression type: (type_descriptor type: (primitive_type)) 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 (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (identifier))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (identifier))) consequence: (compound_statement (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)) (binary_expression left: (identifier) right: (identifier))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)) (identifier)))))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)) (identifier))))))))
null
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ void MASKED(int *param_1,int param_2) { uint uVar1; uint uVar2; undefined4 uVar3; undefined4 uVar4; undefined4 uVar5; undefined4 uVar6; char cVar7; uint uVar8; int iVar9; uint uVar10; int iVar11; int iVar12; undefined4 uVar13; undefined4 unaff_EBX; int iVar14; int iVar15; uint uVar16; int iVar17; undefined8 uVar18; int local_60; int local_40; if ((*(byte *)(param_1 + 7) & 4) == 0) goto LAB_0007654e; uVar1 = param_1[5]; if ((*(byte *)(param_1 + 7) & 2) == 0) goto LAB_00076512; uVar2 = param_1[3]; if (param_1[4] == 0) { if ((-1 < param_1[6]) && (iVar14 = param_1[6] + (uint)CARRY4(uVar2,uVar1), uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar2 + uVar1), iVar9 = *(int *)(param_2 + 0xc) - iVar14, (SBORROW4(*(int *)(param_2 + 0xc),iVar14) != SBORROW4(iVar9,uVar16)) == (int)(iVar9 - uVar16) < 0)) { iVar14 = uVar1 + *(int *)(param_2 + 0x10); iVar9 = param_1[0xf]; if ((*(byte *)(iVar9 + 0x1c) & 4) == 0) { LAB_0007654e: /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/output.h",0xe3,"offset",param_1); } iVar12 = *(int *)(iVar9 + 0x18); uVar1 = *(uint *)(iVar9 + 0x14); cVar7 = FUN_0030aff0(DAT_005ea7c8); iVar9 = param_1[0xf]; if (cVar7 == '\0') { if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512; uVar16 = *(uint *)(iVar9 + 0xc); iVar17 = *(int *)(iVar9 + 0x10); iVar15 = param_1[0x10]; if ((*(byte *)(iVar15 + 0x1c) & 4) == 0) goto LAB_0007654e; if (iVar12 + iVar17 + (uint)CARRY4(uVar1,uVar16) != *(int *)(iVar15 + 0x18) || *(int *)(iVar15 + 0x14) != uVar1 + uVar16) { /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/x86_64.cc",0xa12,"do_write",iVar9); } } else { if ((*(byte *)(iVar9 + 0x1c) & 2) == 0) goto LAB_00076512; iVar15 = param_1[0x10]; uVar16 = *(uint *)(iVar9 + 0xc); iVar17 = *(int *)(iVar9 + 0x10); } if ((*(byte *)(iVar15 + 0x1c) & 2) == 0) { LAB_00076512: /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/output.h",0xcf,"data_size"); } uVar8 = uVar16 + *(uint *)(iVar15 + 0xc); unaff_EBX = 0; if (iVar17 + *(int *)(iVar15 + 0x10) + (uint)CARRY4(uVar16,*(uint *)(iVar15 + 0xc)) != 0) goto LAB_00076531; if (-1 < iVar12) { iVar12 = iVar12 + (uint)CARRY4(uVar8,uVar1); uVar16 = (uint)(*(uint *)(param_2 + 8) < uVar8 + uVar1); iVar15 = *(int *)(param_2 + 0xc) - iVar12; if ((SBORROW4(*(int *)(param_2 + 0xc),iVar12) != SBORROW4(iVar15,uVar16)) == (int)(iVar15 - uVar16) < 0) { iVar12 = uVar1 + *(int *)(param_2 + 0x10); if ((*(byte *)(param_1 + 7) & 1) != 0) { uVar1 = param_1[1]; iVar15 = param_1[2]; iVar17 = param_1[0xe]; if ((*(byte *)(iVar17 + 0x1c) & 1) != 0) { uVar3 = *(undefined4 *)(iVar17 + 8); uVar4 = *(undefined4 *)(iVar17 + 4); if ((*(byte *)(iVar9 + 0x1c) & 1) != 0) { uVar5 = *(undefined4 *)(iVar9 + 8); uVar6 = *(undefined4 *)(iVar9 + 4); (**(code **)(*param_1 + 0x68))(param_1,iVar14,uVar6,uVar5,uVar1,iVar15); local_60 = (**(code **)(*param_1 + 100))(param_1); local_60 = local_60 + iVar14; local_40 = iVar12 + 0x18; uVar18 = (**(code **)(*param_1 + 100))(param_1); uVar16 = (uint)uVar18; iVar9 = param_1[0x12] + param_1[0x11]; if (iVar9 != 0) { iVar17 = 0; do { uVar10 = (**(code **)(*param_1 + 0x6c)) (param_1,local_60,uVar6,uVar5,uVar1,iVar15,iVar17 * 8 + 0x18, uVar16,iVar17); *(uint *)(iVar12 + 0x18 + iVar17 * 8) = uVar16 + uVar10 + uVar1; iVar11 = *param_1; *(uint *)(iVar12 + 0x1c + iVar17 * 8) = (uint)CARRY4(uVar16,uVar10) + iVar15 + (uint)CARRY4(uVar16 + uVar10,uVar1); iVar17 = iVar17 + 1; iVar11 = (**(code **)(iVar11 + 100))(param_1); local_60 = local_60 + iVar11; iVar11 = (**(code **)(*param_1 + 100))(param_1); uVar16 = uVar16 + iVar11; uVar18 = CONCAT44(iVar9,uVar16); } while (iVar9 != iVar17); local_40 = local_40 + iVar9 * 8; } uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20); if (param_1[0x13] != -1) { (**(code **)(*param_1 + 0x70)) (param_1,local_60,uVar6,uVar5,uVar1,iVar15,uVar4,uVar3,param_1[0x13], (int)uVar18); uVar18 = (**(code **)(*param_1 + 100))(param_1); uVar13 = (undefined4)((ulonglong)uVar18 >> 0x20); local_60 = local_60 + (int)uVar18; } if (local_60 - iVar14 == uVar2) { if (local_40 - iVar12 == uVar8) { return; } /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/x86_64.cc",0xa4c,"do_write",local_40 - iVar12); } /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/x86_64.cc",0xa4b,"do_write",uVar13); } } } /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/output.h",0xc5,"address"); } } } /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/output.h",0x6f,"get_output_view"); } LAB_00076531: /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/gold.h",0xc0,"convert_types",unaff_EBX); }
920_x86_64-linux-gnux32-dwp_and_x86_64-linux-gnux32-dwp_strip.c
parse_to_value
FUN_00036870
/* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void parse_to_value(Struct_no_pipeline_knowledge * this, char * param_1, char * param_2, Command_line * param_3, General_options * options) */ void __thiscall gold::General_options::Struct_no_pipeline_knowledge::parse_to_value (Struct_no_pipeline_knowledge *this,char *param_2,char *param_3,Command_line *param_4, General_options *options) { (options->pipeline_knowledge_).user_set_via_option = true; (options->pipeline_knowledge_).value = false; return; }
void FUN_00036870(void) { int in_stack_00000014; *(undefined2 *)(in_stack_00000014 + 0x2aa0) = 1; return; }
MOV EAX,dword ptr [ESP + 0x14] MOV EDX,0x1 MOV word ptr [EAX + 0x2aa0],DX RET
null
null
null
null
[('const-0', u'STORE_-1206097776'), ('const-60', u'PTRSUB_-1206097716'), (u'PTRSUB_-1206097717', u'PTRSUB_-1206097716'), (u'COPY_-1206097783', u'PTRSUB_-1206097715'), (u'PTRSUB_-1206097715', u'PTRSUB_-1206097714'), ('const-61', u'PTRSUB_-1206097714'), ('const-417', u'STORE_-1206097776'), ('tmp_32', u'COPY_-1206097783'), ('const-417', u'STORE_-1206097790'), ('const-10852', u'PTRSUB_-1206097715'), ('const-0', u'RETURN_-1206097773'), (u'PTRSUB_-1206097716', u'STORE_-1206097790'), ('const-10852', u'PTRSUB_-1206097717'), ('const-1', u'STORE_-1206097790'), (u'COPY_-1206097783', u'PTRSUB_-1206097717'), (u'PTRSUB_-1206097714', u'STORE_-1206097776')]
[('const-10912', u'INT_ADD_-1206097776'), ('const-417', u'STORE_-1206097790'), (u'CAST_-1206097723', u'STORE_-1206097790'), (u'INT_ADD_-1206097776', u'CAST_-1206097723'), ('const-0', u'RETURN_-1206097773'), ('tmp_37', u'INT_ADD_-1206097776'), ('const-1', u'STORE_-1206097790')]
null
null
00036870
x86
O3
(translation_unit "void FUN_00036870(void)\n\n{\n int in_stack_00000014;\n \n *(undefined2 *)(in_stack_00000014 + 0x2aa0) = 1;\n return;\n}\n\n" (function_definition "void FUN_00036870(void)\n\n{\n int in_stack_00000014;\n \n *(undefined2 *)(in_stack_00000014 + 0x2aa0) = 1;\n return;\n}" primitive_type (function_declarator "FUN_00036870(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n int in_stack_00000014;\n \n *(undefined2 *)(in_stack_00000014 + 0x2aa0) = 1;\n return;\n}" { (declaration "int in_stack_00000014;" primitive_type identifier ;) (expression_statement "*(undefined2 *)(in_stack_00000014 + 0x2aa0) = 1;" (assignment_expression "*(undefined2 *)(in_stack_00000014 + 0x2aa0) = 1" (pointer_expression "*(undefined2 *)(in_stack_00000014 + 0x2aa0)" * (cast_expression "(undefined2 *)(in_stack_00000014 + 0x2aa0)" ( (type_descriptor "undefined2 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_stack_00000014 + 0x2aa0)" ( (binary_expression "in_stack_00000014 + 0x2aa0" identifier + number_literal) )))) = number_literal) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void parse_to_value(Struct_no_pipeline_knowledge * this, char *\n param_1, char * param_2, Command_line * param_3, General_options * options) */\n\nvoid __thiscall\ngold::General_options::Struct_no_pipeline_knowledge::parse_to_value\n (Struct_no_pipeline_knowledge *this,char *param_2,char *param_3,Command_line *param_4,\n General_options *options)\n\n{\n (options->pipeline_knowledge_).user_set_via_option = true;\n (options->pipeline_knowledge_).value = false;\n return;\n}\n\n" comment comment (function_definition "void __thiscall\ngold::General_options::Struct_no_pipeline_knowledge::parse_to_value\n (Struct_no_pipeline_knowledge *this,char *param_2,char *param_3,Command_line *param_4,\n General_options *options)\n\n{\n (options->pipeline_knowledge_).user_set_via_option = true;\n (options->pipeline_knowledge_).value = false;\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::General_options::Struct_no_pipeline_knowledge::" identifier : : identifier : : identifier : :) (function_declarator "parse_to_value\n (Struct_no_pipeline_knowledge *this,char *param_2,char *param_3,Command_line *param_4,\n General_options *options)" identifier (parameter_list "(Struct_no_pipeline_knowledge *this,char *param_2,char *param_3,Command_line *param_4,\n General_options *options)" ( (parameter_declaration "Struct_no_pipeline_knowledge *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "char *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "char *param_3" primitive_type (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "Command_line *param_4" type_identifier (pointer_declarator "*param_4" * identifier)) , (parameter_declaration "General_options *options" type_identifier (pointer_declarator "*options" * identifier)) ))) (compound_statement "{\n (options->pipeline_knowledge_).user_set_via_option = true;\n (options->pipeline_knowledge_).value = false;\n return;\n}" { (expression_statement "(options->pipeline_knowledge_).user_set_via_option = true;" (assignment_expression "(options->pipeline_knowledge_).user_set_via_option = true" (field_expression "(options->pipeline_knowledge_).user_set_via_option" (parenthesized_expression "(options->pipeline_knowledge_)" ( (field_expression "options->pipeline_knowledge_" identifier -> field_identifier) )) . field_identifier) = true) ;) (expression_statement "(options->pipeline_knowledge_).value = false;" (assignment_expression "(options->pipeline_knowledge_).value = false" (field_expression "(options->pipeline_knowledge_).value" (parenthesized_expression "(options->pipeline_knowledge_)" ( (field_expression "options->pipeline_knowledge_" identifier -> field_identifier) )) . field_identifier) = false) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_00036870(void)\n\n{\n int in_stack_00000014;\n \n *(undefined2 *)(in_stack_00000014 + 0x2aa0) = 1;\n return;\n}\n\n" (function_definition "void FUN_00036870(void)\n\n{\n int in_stack_00000014;\n \n *(undefined2 *)(in_stack_00000014 + 0x2aa0) = 1;\n return;\n}" primitive_type (function_declarator "FUN_00036870(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n int in_stack_00000014;\n \n *(undefined2 *)(in_stack_00000014 + 0x2aa0) = 1;\n return;\n}" { (declaration "int in_stack_00000014;" primitive_type identifier ;) (expression_statement "*(undefined2 *)(in_stack_00000014 + 0x2aa0) = 1;" (assignment_expression "*(undefined2 *)(in_stack_00000014 + 0x2aa0) = 1" (pointer_expression "*(undefined2 *)(in_stack_00000014 + 0x2aa0)" * (cast_expression "(undefined2 *)(in_stack_00000014 + 0x2aa0)" ( (type_descriptor "undefined2 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_stack_00000014 + 0x2aa0)" ( (binary_expression "in_stack_00000014 + 0x2aa0" identifier + number_literal) )))) = number_literal) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE 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_00036870(void)\n\n{\n int in_stack_00000014;\n \n *(undefined2 *)(in_stack_00000014 + 0x2aa0) = 1;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00036870(void)" (identifier "FUN_00036870") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n int in_stack_00000014;\n \n *(undefined2 *)(in_stack_00000014 + 0x2aa0) = 1;\n return;\n}" ({ "{") (declaration "int in_stack_00000014;" (primitive_type "int") (identifier "in_stack_00000014") (; ";")) (expression_statement "*(undefined2 *)(in_stack_00000014 + 0x2aa0) = 1;" (assignment_expression "*(undefined2 *)(in_stack_00000014 + 0x2aa0) = 1" (pointer_expression "*(undefined2 *)(in_stack_00000014 + 0x2aa0)" (* "*") (cast_expression "(undefined2 *)(in_stack_00000014 + 0x2aa0)" (( "(") (type_descriptor "undefined2 *" (type_identifier "undefined2") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(in_stack_00000014 + 0x2aa0)" (( "(") (binary_expression "in_stack_00000014 + 0x2aa0" (identifier "in_stack_00000014") (+ "+") (number_literal "0x2aa0")) () ")")))) (= "=") (number_literal "1")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void parse_to_value(Struct_no_pipeline_knowledge * this, char * param_1, char * param_2, Command_line * param_3, General_options * options) */ void __thiscall gold::type_3::type_1::function_1 (type_1 *this,char *param_2,char *param_3,type_2 *param_4, type_3 *options) { (options->pipeline_knowledge_).user_set_via_option = true; (options->pipeline_knowledge_).value = false; return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (return_statement))))
null
void MASKED(void) { int in_stack_00000014; *(undefined2 *)(in_stack_00000014 + 0x2aa0) = 1; return; }
308_mkdir_and_mkdir_strip.c
is_selinux_enabled
is_selinux_enabled
/* WARNING: Control flow encountered bad instruction data */ void is_selinux_enabled(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ void is_selinux_enabled(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206013930')]
[('const-1', u'RETURN_-1206013930')]
null
null
0002b00c
x86
O3
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid is_selinux_enabled(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void is_selinux_enabled(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "is_selinux_enabled(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 is_selinux_enabled(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void is_selinux_enabled(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "is_selinux_enabled(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 is_selinux_enabled(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void is_selinux_enabled(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "is_selinux_enabled(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 is_selinux_enabled(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "is_selinux_enabled(void)" (identifier "is_selinux_enabled") (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(); }
199_uniq_and_uniq_strip.c
fwrite
fwrite
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s) { /* WARNING: Bad instruction - Truncating control flow here */ /* fwrite@@GLIBC_2.0 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1205931934')]
[('const-1', u'RETURN_-1205931934')]
null
null
0001f058
x86
O3
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "size_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)" identifier (parameter_list "(void *__ptr,size_t __size,size_t __n,FILE *__s)" ( (parameter_declaration "void *__ptr" primitive_type (pointer_declarator "*__ptr" * identifier)) , (parameter_declaration "size_t __size" primitive_type identifier) , (parameter_declaration "size_t __n" primitive_type identifier) , (parameter_declaration "FILE *__s" type_identifier (pointer_declarator "*__s" * identifier)) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fwrite@@GLIBC_2.0 */\n halt_baddata();\n}\n\n" comment comment (function_definition "size_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fwrite@@GLIBC_2.0 */\n halt_baddata();\n}" primitive_type (function_declarator "fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)" identifier (parameter_list "(void *__ptr,size_t __size,size_t __n,FILE *__s)" ( (parameter_declaration "void *__ptr" primitive_type (pointer_declarator "*__ptr" * identifier)) , (parameter_declaration "size_t __size" primitive_type identifier) , (parameter_declaration "size_t __n" primitive_type identifier) , (parameter_declaration "FILE *__s" type_identifier (pointer_declarator "*__s" * identifier)) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fwrite@@GLIBC_2.0 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "size_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "size_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)" identifier (parameter_list "(void *__ptr,size_t __size,size_t __n,FILE *__s)" ( (parameter_declaration "void *__ptr" primitive_type (pointer_declarator "*__ptr" * identifier)) , (parameter_declaration "size_t __size" primitive_type identifier) , (parameter_declaration "size_t __n" primitive_type identifier) , (parameter_declaration "FILE *__s" type_identifier (pointer_declarator "*__s" * identifier)) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "size_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)\n\n{\n \n halt_baddata();\n}" (primitive_type "size_t") (function_declarator "fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)" (identifier "fwrite") (parameter_list "(void *__ptr,size_t __size,size_t __n,FILE *__s)" (( "(") (parameter_declaration "void *__ptr" (primitive_type "void") (pointer_declarator "*__ptr" (* "*") (identifier "__ptr"))) (, ",") (parameter_declaration "size_t __size" (primitive_type "size_t") (identifier "__size")) (, ",") (parameter_declaration "size_t __n" (primitive_type "size_t") (identifier "__n")) (, ",") (parameter_declaration "FILE *__s" (type_identifier "FILE") (pointer_declarator "*__s" (* "*") (identifier "__s"))) () ")"))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t function_1(void *__ptr,size_t __size,size_t __n,type_1 *__s) { /* WARNING: Bad instruction - Truncating control flow here */ /* fwrite@@GLIBC_2.0 */ var_1(); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
null
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t MASKED(void *__ptr,size_t __size,size_t __n,FILE *__s) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
9998_sparc64-linux-gnu-dwp_and_sparc64-linux-gnu-dwp_strip.c
do_thousands_sep
FUN_0024b550
/* std::moneypunct<wchar_t, true>::do_thousands_sep() const */ undefined4 __thiscall std::moneypunct<wchar_t,true>::do_thousands_sep(moneypunct<wchar_t,true> *this) { return *(undefined4 *)(*(int *)(this + 8) + 0x18); }
undefined4 FUN_0024b550(int param_1) { return *(undefined4 *)(*(int *)(param_1 + 8) + 0x18); }
MOV EAX,dword ptr [ESP + 0x4] MOV EAX,dword ptr [EAX + 0x8] MOV EAX,dword ptr [EAX + 0x18] RET
null
null
null
null
[('tmp_34', u'PTRADD_-1204046440'), (u'LOAD_-1204046496', u'COPY_-1204046496'), (u'INT_ADD_-1204046480', u'CAST_-1204046427'), (u'CAST_-1204046427', u'LOAD_-1204046496'), ('const-1', u'PTRADD_-1204046440'), (u'LOAD_-1204046502', u'INT_ADD_-1204046480'), ('const-0', u'RETURN_-1204046481'), ('const-8', u'PTRADD_-1204046440'), ('const-417', u'LOAD_-1204046502'), (u'PTRADD_-1204046440', u'CAST_-1204046431'), ('const-24', u'INT_ADD_-1204046480'), (u'CAST_-1204046431', u'LOAD_-1204046502'), ('const-417', u'LOAD_-1204046496'), (u'COPY_-1204046496', u'RETURN_-1204046481')]
[(u'LOAD_-1204046496', u'COPY_-1204046496'), (u'INT_ADD_-1204046480', u'CAST_-1204046427'), ('const-8', u'INT_ADD_-1204046486'), ('tmp_37', u'INT_ADD_-1204046486'), (u'CAST_-1204046427', u'LOAD_-1204046496'), ('const-417', u'LOAD_-1204046502'), (u'LOAD_-1204046502', u'INT_ADD_-1204046480'), ('const-417', u'LOAD_-1204046496'), ('const-0', u'RETURN_-1204046481'), (u'INT_ADD_-1204046486', u'CAST_-1204046431'), ('const-24', u'INT_ADD_-1204046480'), (u'CAST_-1204046431', u'LOAD_-1204046502'), (u'COPY_-1204046496', u'RETURN_-1204046481')]
null
null
0024b550
x86
O3
(translation_unit "undefined4 FUN_0024b550(int param_1)\n\n{\n return *(undefined4 *)(*(int *)(param_1 + 8) + 0x18);\n}\n\n" (function_definition "undefined4 FUN_0024b550(int param_1)\n\n{\n return *(undefined4 *)(*(int *)(param_1 + 8) + 0x18);\n}" type_identifier (function_declarator "FUN_0024b550(int param_1)" identifier (parameter_list "(int param_1)" ( (parameter_declaration "int param_1" primitive_type identifier) ))) (compound_statement "{\n return *(undefined4 *)(*(int *)(param_1 + 8) + 0x18);\n}" { (return_statement "return *(undefined4 *)(*(int *)(param_1 + 8) + 0x18);" return (pointer_expression "*(undefined4 *)(*(int *)(param_1 + 8) + 0x18)" * (cast_expression "(undefined4 *)(*(int *)(param_1 + 8) + 0x18)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(param_1 + 8) + 0x18)" ( (binary_expression "*(int *)(param_1 + 8) + 0x18" (pointer_expression "*(int *)(param_1 + 8)" * (cast_expression "(int *)(param_1 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) + number_literal) )))) ;) })))
(translation_unit "/* std::moneypunct<wchar_t, true>::do_thousands_sep() const */\n\nundefined4 __thiscall\nstd::moneypunct<wchar_t,true>::do_thousands_sep(moneypunct<wchar_t,true> *this)\n\n{\n return *(undefined4 *)(*(int *)(this + 8) + 0x18);\n}\n\n" comment (declaration "undefined4 __thiscall\nstd::moneypunct<wchar_t,true>::do_thousands_sep(moneypunct<wchar_t,true> *this)\n\n{\n return *(undefined4 *)(*(int *)(this + 8) + 0x18);" type_identifier (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::moneypunct<" identifier : : identifier <) identifier , (ERROR "true>::do_thousands_sep(moneypunct<wchar_t,true> *this)\n\n{\n return" identifier > : : (function_declarator "do_thousands_sep(moneypunct<wchar_t,true> *this)" identifier (parameter_list "(moneypunct<wchar_t,true> *this)" ( (parameter_declaration "moneypunct<wchar_t" type_identifier (ERROR "<" <) identifier) , (parameter_declaration "true> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) ))) { return) (pointer_declarator "*(undefined4 *)(*(int *)(this + 8) + 0x18)" * (function_declarator "(undefined4 *)(*(int *)(this + 8) + 0x18)" (parenthesized_declarator "(undefined4 *)" ( identifier (ERROR "*" *) )) (parameter_list "(*(int *)(this + 8) + 0x18)" ( (parameter_declaration "*(int *)(this + 8)" type_identifier (abstract_pointer_declarator "*(int *)(this + 8)" * (abstract_function_declarator "(int *)(this + 8)" (abstract_function_declarator "(int *)" (parameter_list "(int *)" ( (parameter_declaration "int *" primitive_type (abstract_pointer_declarator "*" *)) ))) (parameter_list "(this + 8)" ( (parameter_declaration "this" type_identifier) (ERROR "+ 8" + number_literal) ))))) (ERROR "+ 0x18" + number_literal) )))) ;) (ERROR "}" }))
(translation_unit "undefined4 FUN_0024b550(int param_1)\n\n{\n return *(undefined4 *)(*(int *)(param_1 + 8) + 0x18);\n}\n\n" (function_definition "undefined4 FUN_0024b550(int param_1)\n\n{\n return *(undefined4 *)(*(int *)(param_1 + 8) + 0x18);\n}" type_identifier (function_declarator "FUN_0024b550(int param_1)" identifier (parameter_list "(int param_1)" ( (parameter_declaration "int param_1" primitive_type identifier) ))) (compound_statement "{\n return *(undefined4 *)(*(int *)(param_1 + 8) + 0x18);\n}" { (return_statement "return *(undefined4 *)(*(int *)(param_1 + 8) + 0x18);" return (pointer_expression "*(undefined4 *)(*(int *)(param_1 + 8) + 0x18)" * (cast_expression "(undefined4 *)(*(int *)(param_1 + 8) + 0x18)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(param_1 + 8) + 0x18)" ( (binary_expression "*(int *)(param_1 + 8) + 0x18" (pointer_expression "*(int *)(param_1 + 8)" * (cast_expression "(int *)(param_1 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) + number_literal) )))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (return_statement return (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) ;) })))
(function_definition "undefined4 FUN_0024b550(int param_1)\n\n{\n return *(undefined4 *)(*(int *)(param_1 + 8) + 0x18);\n}" (type_identifier "undefined4") (function_declarator "FUN_0024b550(int param_1)" (identifier "FUN_0024b550") (parameter_list "(int param_1)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) () ")"))) (compound_statement "{\n return *(undefined4 *)(*(int *)(param_1 + 8) + 0x18);\n}" ({ "{") (return_statement "return *(undefined4 *)(*(int *)(param_1 + 8) + 0x18);" (return "return") (pointer_expression "*(undefined4 *)(*(int *)(param_1 + 8) + 0x18)" (* "*") (cast_expression "(undefined4 *)(*(int *)(param_1 + 8) + 0x18)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(param_1 + 8) + 0x18)" (( "(") (binary_expression "*(int *)(param_1 + 8) + 0x18" (pointer_expression "*(int *)(param_1 + 8)" (* "*") (cast_expression "(int *)(param_1 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 8)" (( "(") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")")))) (+ "+") (number_literal "0x18")) () ")")))) (; ";")) (} "}")))
/* std::moneypunct<wchar_t, true>::do_thousands_sep() const */ type_1 __thiscall std::moneypunct<wchar_t,true>::do_thousands_sep(moneypunct<wchar_t,true> *type_3) { return *(type_1 *)(type_2*(int *)(type_3 + 8) + 0x18); }
null
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (return_statement (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))))))))
null
undefined4 MASKED(int param_1) { return *(undefined4 *)(*(int *)(param_1 + 8) + 0x18); }
1826_sqldiff_and_sqldiff_strip.c
sqlite3ExprCodeIN
FUN_00094c80
void __regparm1 sqlite3ExprCodeIN(Parse *pParse,Expr *pExpr,int destIfFalse,int destIfNull) { u32 *puVar1; Expr *p; Vdbe *p_00; ExprList *pEVar2; u8 uVar3; byte bVar4; int iVar5; byte *zP4; Expr *pEVar6; Parse *pParse_00; int iVar7; u32 uVar8; Expr *pEVar9; CollSeq *pCVar10; int iVar11; sqlite3 *db; int iVar12; Expr *p2; bool bVar13; Expr *pExpr_00; Op *pOVar14; u32 uVar15; int unaff_EDI; int in_GS_OFFSET; int *prRhsHasNull; Parse *in_stack_ffffff84; Expr *in_stack_ffffff88; u32 local_74; int local_70; int local_68; Expr *local_60; int local_50; Expr *local_48; int rRhsHasNull; int iDummy; int iTab; int regToFree; int local_20; __x86_get_pc_thunk_di(); p = pExpr_00->pLeft; local_20 = *(int *)(in_GS_OFFSET + 0x14); rRhsHasNull = 0; iTab = 0; iVar5 = sqlite3ExprCheckIN(in_stack_ffffff84,in_stack_ffffff88); if (iVar5 != 0) goto LAB_00094ccf; zP4 = (byte *)exprINAffinity((Parse *)pParse->db,pExpr_00); pEVar6 = pExpr_00->pLeft; uVar3 = pEVar6->op; if (uVar3 == 0xa4) { uVar3 = pEVar6->op2; } if (uVar3 == 0xa5) { local_74 = ((pEVar6->x).pList)->nExpr; } else { local_74 = 1; if (uVar3 == '\x7f') { local_74 = ((pEVar6->x).pSelect)->pEList->nExpr; } } prRhsHasNull = (int *)0x94d42; pEVar6 = (Expr *)sqlite3DbMallocZero(pParse->db,CONCAT44(in_stack_ffffff88,in_stack_ffffff84)); db = pParse->db; if (db->mallocFailed == '\0') { pParse_00 = (Parse *)&rRhsHasNull; p_00 = pParse->pVdbe; if (p2 == pExpr) { pParse_00 = (Parse *)0x0; } iVar5 = sqlite3FindInIndex(pParse_00,pEVar6,(u32)&iTab,prRhsHasNull,(int *)in_stack_ffffff84, (int *)in_stack_ffffff88); iVar7 = exprCodeVector(pParse,p,&iDummy); local_70 = iVar7; if ((int)local_74 < 1) { bVar13 = false; if (local_74 != 0) { local_70 = sqlite3GetTempRange(pParse,local_74); bVar13 = local_70 != 0 && iVar7 != local_70; } } else { iVar12._0_1_ = pEVar6->op; iVar12._1_1_ = pEVar6->affinity; iVar12._2_2_ = *(undefined2 *)&pEVar6->field_0x2; if (iVar12 == 0) { uVar15 = 0; do { uVar8 = uVar15 + 1; if (uVar8 == local_74) { bVar13 = false; goto LAB_00094dd5; } puVar1 = &pEVar6->flags + uVar15; uVar15 = uVar8; } while (*puVar1 == uVar8); } local_70 = sqlite3GetTempRange(pParse,local_74); iVar12 = iVar7; do { iVar11 = iVar12 + 1; sqlite3VdbeAddOp3(p_00,0x4e,iVar12, *(int *)((int)pEVar6 + iVar12 * 4 + iVar7 * -4) + local_70,0); iVar12 = iVar11; } while (local_74 + iVar7 != iVar11); bVar13 = iVar7 != local_70 && local_70 != 0; } LAB_00094dd5: if (iVar5 == 5) { pEVar2 = (pExpr_00->x).pList; pCVar10 = sqlite3ExprCollSeq(pParse,pExpr_00->pLeft); iVar5 = pParse->nLabel + -1; pParse->nLabel = iVar5; if (p2 == pExpr) { local_68 = 0; if (0 < pEVar2->nExpr) goto LAB_00095308; } else { if (pParse->nTempReg == '\0') { local_68 = pParse->nMem + 1; pParse->nMem = local_68; } else { bVar4 = pParse->nTempReg - 1; pParse->nTempReg = bVar4; local_68 = pParse->aTempReg[bVar4]; } sqlite3VdbeAddOp3(p_00,0x5c,local_70,local_70,local_68); if (0 < pEVar2->nExpr) { LAB_00095308: iVar7 = 0; do { iVar12 = sqlite3ExprCodeTemp(pParse,pEVar2->a[iVar7].pExpr,&regToFree); if ((local_68 != 0) && (iVar11 = sqlite3ExprCanBeNull(pEVar2->a[iVar7].pExpr), iVar11 != 0)) { sqlite3VdbeAddOp3(p_00,0x5c,local_68,iVar12,local_68); } if ((iVar7 < pEVar2->nExpr + -1) || (p2 != pExpr)) { iVar12 = sqlite3VdbeAddOp3(p_00,0x35,local_70,iVar5,iVar12); sqlite3VdbeChangeP4(p_00,iVar12,(char *)pCVar10,-2); if (0 < p_00->nOp) { p_00->aOp[p_00->nOp + -1].p5 = (short)(char)*zP4; } } else { iVar12 = sqlite3VdbeAddOp3(p_00,0x34,local_70,(int)p2,iVar12); sqlite3VdbeChangeP4(p_00,iVar12,(char *)pCVar10,-2); if (0 < p_00->nOp) { p_00->aOp[p_00->nOp + -1].p5 = (short)(char)(*zP4 | 0x10); } } if (regToFree != 0) { sqlite3ReleaseTempReg(pParse,regToFree); } iVar7 = iVar7 + 1; } while (iVar7 < pEVar2->nExpr); } if (local_68 != 0) { sqlite3VdbeAddOp3(p_00,0x32,local_68,(int)pExpr,0); sqlite3VdbeAddOp3(p_00,0xb,0,(int)p2,0); sqlite3VdbeResolveLabel(p_00,iVar5); sqlite3ReleaseTempReg(pParse,local_68); goto LAB_00095047; } } sqlite3VdbeResolveLabel(p_00,iVar5); } else { if (p2 == pExpr) { local_48 = (Expr *)0x0; local_60 = p2; } else { local_60 = (Expr *)(pParse->nLabel + -1); pParse->nLabel = (int)local_60; local_48 = local_60; } uVar15 = 0; if (0 < (int)local_74) { do { while( true ) { pEVar9 = sqlite3VectorFieldSubexpr(pExpr_00->pLeft,uVar15); iVar7 = sqlite3ExprCanBeNull(pEVar9); if (iVar7 == 0) break; iVar7 = uVar15 + local_70; uVar15 = uVar15 + 1; sqlite3VdbeAddOp3(p_00,0x32,iVar7,(int)local_60,0); if (uVar15 == local_74) goto LAB_00094e68; } uVar15 = uVar15 + 1; } while (uVar15 != local_74); } LAB_00094e68: if (iVar5 == 1) { sqlite3VdbeAddOp3(p_00,0x1e,iTab,(int)p2,local_70); local_50 = sqlite3VdbeAddOp3(p_00,0xb,0,0,0); if ((rRhsHasNull != 0) && (local_74 == 1)) { LAB_000951fd: sqlite3VdbeAddOp3(p_00,0x33,rRhsHasNull,(int)p2,0); } if (p2 == pExpr) { sqlite3VdbeAddOp3(p_00,0xb,0,(int)p2,0); } } else { iVar5 = sqlite3VdbeAddOp3(p_00,0x5b,local_70,local_74,0); sqlite3VdbeChangeP4(p_00,iVar5,(char *)zP4,local_74); if (p2 == pExpr) { sqlite3VdbeAddOp4Int(p_00,0x1c,iTab,(int)p2,local_70,local_74); goto LAB_00095047; } local_50 = sqlite3VdbeAddOp3(p_00,0x1d,iTab,0,local_70); if (p_00->db->mallocFailed == '\0') { pOVar14 = p_00->aOp; pOVar14[local_50].p4type = -3; pOVar14[local_50].p4.i = local_74; } if ((rRhsHasNull != 0) && (local_74 == 1)) goto LAB_000951fd; } if (local_48 != (Expr *)0x0) { sqlite3VdbeResolveLabel(p_00,(int)local_48); } iVar7 = sqlite3VdbeAddOp3(p_00,0x24,iTab,(int)p2,0); iVar5 = 0; if ((int)local_74 < 2) { local_60 = p2; if (local_74 == 1) goto LAB_00094fd4; LAB_00095168: sqlite3VdbeAddOp3(p_00,0xb,0,(int)pExpr,0); } else { local_60 = (Expr *)(pParse->nLabel + -1); pParse->nLabel = (int)local_60; LAB_00094fd4: do { if (pParse->nTempReg == '\0') { iVar12 = pParse->nMem + 1; pParse->nMem = iVar12; } else { bVar4 = pParse->nTempReg - 1; pParse->nTempReg = bVar4; iVar12 = pParse->aTempReg[bVar4]; } pEVar9 = sqlite3VectorFieldSubexpr(p,iVar5); pCVar10 = sqlite3ExprCollSeq(pParse,pEVar9); sqlite3VdbeAddOp3(p_00,0x5a,iTab,iVar5,iVar12); iVar11 = sqlite3VdbeAddOp3(p_00,0x34,iVar5 + local_70,(int)local_60,iVar12); sqlite3VdbeChangeP4(p_00,iVar11,(char *)pCVar10,-2); if (iVar12 != 0) { sqlite3ReleaseTempReg(pParse,iVar12); } iVar5 = iVar5 + 1; } while (iVar5 < (int)local_74); sqlite3VdbeAddOp3(p_00,0xb,0,(int)pExpr,0); if (1 < (int)local_74) { sqlite3VdbeResolveLabel(p_00,(int)local_60); sqlite3VdbeAddOp3(p_00,5,iTab,iVar7 + 1,0); pExpr = p2; goto LAB_00095168; } } pOVar14 = (Op *)(unaff_EDI + 0xb78d3); iVar5 = p_00->nOp + -1; if (-1 < local_50) { iVar5 = local_50; } if (p_00->db->mallocFailed == '\0') { pOVar14 = p_00->aOp + iVar5; } pOVar14->p2 = p_00->nOp; } LAB_00095047: if (bVar13) { sqlite3ReleaseTempReg(pParse,local_70); } db = pParse->db; } if (pEVar6 != (Expr *)0x0) { sqlite3DbFreeNN(db,pEVar6); db = pParse->db; } if (zP4 != (byte *)0x0) { sqlite3DbFreeNN(db,zP4); } LAB_00094ccf: if (local_20 != *(int *)(in_GS_OFFSET + 0x14)) { /* WARNING: Subroutine does not return */ __stack_chk_fail_local(); } return; }
void __regparm1 FUN_00094c80(int *param_1,int param_2) { char *pcVar1; int *piVar2; int iVar3; char cVar4; byte bVar5; int iVar6; byte *pbVar7; int *piVar8; int *piVar9; int iVar10; int iVar11; undefined4 uVar12; int extraout_ECX; bool bVar13; int extraout_EDX; int unaff_EDI; int in_GS_OFFSET; int local_74; int local_70; int local_68; int local_60; int local_50; int local_48; int local_30 [2]; undefined4 local_28; int local_24; int local_20; FUN_0001af1a(); local_20 = *(int *)(in_GS_OFFSET + 0x14); local_30[0] = 0; local_28 = 0; iVar6 = FUN_00059670(); if (iVar6 != 0) goto LAB_00094ccf; pbVar7 = (byte *)FUN_0002fd10(); pcVar1 = *(char **)(extraout_EDX + 0xc); cVar4 = *pcVar1; if (cVar4 == -0x5c) { cVar4 = pcVar1[0x28]; } if (cVar4 == -0x5b) { local_74 = **(int **)(pcVar1 + 0x14); } else { local_74 = 1; if (cVar4 == '\x7f') { local_74 = *(int *)**(undefined4 **)(pcVar1 + 0x14); } } piVar8 = (int *)FUN_00028410(); if (*(char *)(*param_1 + 0x4d) == '\0') { piVar9 = local_30; piVar2 = (int *)param_1[2]; if (extraout_ECX == param_2) { piVar9 = (int *)0x0; } iVar6 = FUN_00093e70(piVar9,piVar8,&local_28); iVar10 = FUN_00098c50(); local_70 = iVar10; if (local_74 < 1) { bVar13 = false; if (local_74 != 0) { local_70 = FUN_0002f670(); bVar13 = local_70 != 0 && iVar10 != local_70; } } else { if (*piVar8 == 0) { iVar11 = 0; do { iVar11 = iVar11 + 1; if (iVar11 == local_74) { bVar13 = false; goto LAB_00094dd5; } } while (piVar8[iVar11] == iVar11); } local_70 = FUN_0002f670(); iVar11 = iVar10; do { iVar3 = iVar11 - iVar10; iVar11 = iVar11 + 1; FUN_000497a0(piVar8[iVar3] + local_70,0); } while (local_74 + iVar10 != iVar11); bVar13 = iVar10 != local_70 && local_70 != 0; } LAB_00094dd5: if (iVar6 == 5) { piVar9 = *(int **)(extraout_EDX + 0x14); FUN_0005da30(); iVar6 = param_1[0xe]; param_1[0xe] = iVar6 + -1; if (extraout_ECX == param_2) { local_68 = 0; if (0 < *piVar9) goto LAB_00095308; } else { if (*(char *)((int)param_1 + 0x13) == '\0') { local_68 = param_1[0xb] + 1; param_1[0xb] = local_68; } else { bVar5 = *(char *)((int)param_1 + 0x13) - 1; *(byte *)((int)param_1 + 0x13) = bVar5; local_68 = param_1[bVar5 + 0x24]; } FUN_000497a0(local_70,local_68); if (0 < *piVar9) { LAB_00095308: iVar10 = 0; do { uVar12 = FUN_00098a90(); if ((local_68 != 0) && (iVar11 = FUN_0001d840(), iVar11 != 0)) { FUN_000497a0(uVar12,local_68); } if ((iVar10 < *piVar9 + -1) || (extraout_ECX != param_2)) { FUN_000497a0(iVar6 + -1,uVar12); FUN_000370b0(0xfffffffe); if (0 < piVar2[0x1a]) { *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7; } } else { FUN_000497a0(extraout_ECX,uVar12); FUN_000370b0(0xfffffffe); if (0 < piVar2[0x1a]) { *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)(*pbVar7 | 0x10); } } if (local_24 != 0) { FUN_0002f640(); } iVar10 = iVar10 + 1; } while (iVar10 < *piVar9); } if (local_68 != 0) { FUN_000497a0(param_2,0); FUN_000497a0(extraout_ECX,0); FUN_00049570(); FUN_0002f640(); goto LAB_00095047; } } FUN_00049570(); } else { if (extraout_ECX == param_2) { local_48 = 0; local_60 = extraout_ECX; } else { local_60 = param_1[0xe] + -1; param_1[0xe] = local_60; local_48 = local_60; } iVar10 = 0; if (0 < local_74) { do { while( true ) { FUN_0001d7b0(); iVar11 = FUN_0001d840(); if (iVar11 == 0) break; iVar10 = iVar10 + 1; FUN_000497a0(local_60,0); if (iVar10 == local_74) goto LAB_00094e68; } iVar10 = iVar10 + 1; } while (iVar10 != local_74); } LAB_00094e68: if (iVar6 == 1) { FUN_000497a0(extraout_ECX,local_70); local_50 = FUN_000497a0(0,0); if ((local_30[0] != 0) && (local_74 == 1)) { LAB_000951fd: FUN_000497a0(extraout_ECX,0); } if (extraout_ECX == param_2) { FUN_000497a0(extraout_ECX,0); } } else { FUN_000497a0(local_74,0); FUN_000370b0(local_74); if (extraout_ECX == param_2) { FUN_00049940(extraout_ECX,local_70,local_74); goto LAB_00095047; } local_50 = FUN_000497a0(0,local_70); if (*(char *)(*piVar2 + 0x4d) == '\0') { iVar6 = piVar2[0x19] + local_50 * 0x14; *(undefined1 *)(iVar6 + 1) = 0xfd; *(int *)(iVar6 + 0x10) = local_74; } if ((local_30[0] != 0) && (local_74 == 1)) goto LAB_000951fd; } if (local_48 != 0) { FUN_00049570(); } iVar10 = FUN_000497a0(extraout_ECX,0); iVar6 = 0; if (local_74 < 2) { local_60 = extraout_ECX; if (local_74 == 1) goto LAB_00094fd4; LAB_00095168: FUN_000497a0(param_2,0); } else { local_60 = param_1[0xe] + -1; param_1[0xe] = local_60; LAB_00094fd4: do { if (*(char *)((int)param_1 + 0x13) == '\0') { iVar11 = param_1[0xb] + 1; param_1[0xb] = iVar11; } else { bVar5 = *(char *)((int)param_1 + 0x13) - 1; *(byte *)((int)param_1 + 0x13) = bVar5; iVar11 = param_1[bVar5 + 0x24]; } FUN_0001d7b0(); FUN_0005da30(); FUN_000497a0(iVar6,iVar11); FUN_000497a0(local_60,iVar11); FUN_000370b0(0xfffffffe); if (iVar11 != 0) { FUN_0002f640(); } iVar6 = iVar6 + 1; } while (iVar6 < local_74); FUN_000497a0(param_2,0); if (1 < local_74) { FUN_00049570(); FUN_000497a0(iVar10 + 1,0); param_2 = extraout_ECX; goto LAB_00095168; } } iVar6 = unaff_EDI + 0xb78d3; iVar10 = piVar2[0x1a] + -1; if (-1 < local_50) { iVar10 = local_50; } if (*(char *)(*piVar2 + 0x4d) == '\0') { iVar6 = piVar2[0x19] + iVar10 * 0x14; } *(int *)(iVar6 + 8) = piVar2[0x1a]; } LAB_00095047: if (bVar13) { FUN_0002f640(); } } if (piVar8 != (int *)0x0) { FUN_00026590(); } if (pbVar7 != (byte *)0x0) { FUN_00026590(); } LAB_00094ccf: if (local_20 != *(int *)(in_GS_OFFSET + 0x14)) { /* WARNING: Subroutine does not return */ FUN_000f6410(); } return; }
PUSH EBP MOV EBP,EAX PUSH EDI CALL 0x0001af1a ADD EDI,0xb624b PUSH ESI PUSH EBX SUB ESP,0x6c MOV ESI,dword ptr [EDX + 0xc] MOV dword ptr [ESP + 0x10],EDX MOV dword ptr [ESP + 0x24],EDI MOV dword ptr [ESP + 0x18],ECX MOV ECX,dword ptr GS:[0x14] MOV dword ptr [ESP + 0x5c],ECX XOR ECX,ECX MOV dword ptr [ESP + 0x14],ESI MOV ESI,EDX MOV dword ptr [ESP + 0x4c],0x0 MOV dword ptr [ESP + 0x54],0x0 CALL 0x00059670 TEST EAX,EAX JZ 0x00094cf0 MOV EAX,dword ptr [ESP + 0x5c] XOR EAX,dword ptr GS:[0x14] JNZ 0x00095540 ADD ESP,0x6c POP EBX POP ESI POP EDI POP EBP RET MOV EDI,EAX MOV EAX,dword ptr [EBP] MOV EDX,ESI CALL 0x0002fd10 MOV EBX,dword ptr [ESI + 0xc] MOV dword ptr [ESP + 0x20],EAX MOVZX EAX,byte ptr [EBX] CMP AL,0xa4 JNZ 0x00094d0e MOVZX EAX,byte ptr [EBX + 0x28] CMP AL,0xa5 JZ 0x00095120 MOV EDX,0x6 XOR ECX,ECX MOV dword ptr [ESP + 0x8],0x1 CMP AL,0x7f JNZ 0x00094d3a MOV EAX,dword ptr [EBX + 0x14] XOR ECX,ECX MOV EAX,dword ptr [EAX] MOV EAX,dword ptr [EAX] MOV dword ptr [ESP + 0x8],EAX LEA EDX,[EAX + EAX*0x4 + 0x1] MOV EAX,dword ptr [EBP] CALL 0x00028410 MOV EBX,EAX MOV dword ptr [ESP + 0x28],EAX MOV EAX,dword ptr [EBP] CMP byte ptr [EAX + 0x4d],0x0 JNZ 0x00095055 MOV ECX,dword ptr [ESP + 0x18] LEA EAX,[ESP + 0x4c] MOV EDX,0x0 MOV ESI,dword ptr [EBP + 0x8] CMP ECX,dword ptr [ESP + 0x80] MOV ECX,0x3 CMOVZ EAX,EDX SUB ESP,0x4 LEA EDX,[ESP + 0x58] PUSH EDX PUSH EBX PUSH EAX MOV EDX,dword ptr [ESP + 0x20] MOV EAX,EBP CALL 0x00093e70 MOV EDX,dword ptr [ESP + 0x24] LEA ECX,[ESP + 0x60] MOV dword ptr [ESP + 0x3c],EAX MOV EAX,EBP CALL 0x00098c50 MOV dword ptr [ESP + 0x1c],EAX ADD ESP,0x10 MOV EDX,dword ptr [ESP + 0x8] TEST EDX,EDX JLE 0x000954e6 MOV EAX,dword ptr [EBX] TEST EAX,EAX JNZ 0x00095080 MOV ECX,EBX JMP 0x00094dc9 CMP dword ptr [ECX + EAX*0x4],EAX JNZ 0x00095080 ADD EAX,0x1 CMP EAX,EDX JNZ 0x00094dc0 MOV byte ptr [ESP + 0x30],0x0 CMP dword ptr [ESP + 0x2c],0x5 JZ 0x00095290 MOV EAX,dword ptr [ESP + 0x18] CMP EAX,dword ptr [ESP + 0x80] JZ 0x000951a0 MOV EAX,dword ptr [EBP + 0x38] SUB EAX,0x1 MOV dword ptr [ESP + 0x1c],EAX MOV dword ptr [EBP + 0x38],EAX MOV dword ptr [ESP + 0x34],EAX MOV EAX,dword ptr [ESP + 0x8] XOR EBX,EBX TEST EAX,EAX JLE 0x00094e68 MOV dword ptr [ESP + 0x38],EDI MOV EDI,dword ptr [ESP + 0x10] MOV dword ptr [ESP + 0x3c],EBP MOV EBP,dword ptr [ESP + 0x8] JMP 0x00094e27 ADD EBX,0x1 CMP EBX,EBP JZ 0x00094e60 MOV EAX,dword ptr [EDI + 0xc] MOV EDX,EBX CALL 0x0001d7b0 CALL 0x0001d840 TEST EAX,EAX JZ 0x00094e20 MOV EAX,dword ptr [ESP + 0xc] SUB ESP,0x8 MOV EDX,0x32 PUSH 0x0 PUSH dword ptr [ESP + 0x28] LEA ECX,[EBX + EAX*0x1] MOV EAX,ESI ADD EBX,0x1 CALL 0x000497a0 ADD ESP,0x10 CMP EBX,EBP JNZ 0x00094e27 MOV EDI,dword ptr [ESP + 0x38] MOV EBP,dword ptr [ESP + 0x3c] CMP dword ptr [ESP + 0x2c],0x1 JZ 0x000951b8 SUB ESP,0x8 MOV EDX,0x5b MOV EAX,ESI PUSH 0x0 MOV EBX,dword ptr [ESP + 0x14] PUSH EBX MOV ECX,dword ptr [ESP + 0x1c] CALL 0x000497a0 MOV ECX,dword ptr [ESP + 0x30] MOV dword ptr [ESP],EBX MOV EDX,EAX MOV EAX,ESI CALL 0x000370b0 ADD ESP,0x10 MOV EAX,dword ptr [ESP + 0x18] CMP EAX,dword ptr [ESP + 0x80] JZ 0x00095260 SUB ESP,0x8 MOV EDX,0x1d MOV EAX,ESI PUSH dword ptr [ESP + 0x14] PUSH 0x0 MOV ECX,dword ptr [ESP + 0x64] CALL 0x000497a0 MOV dword ptr [ESP + 0x3c],EAX MOV ECX,EAX MOV EAX,dword ptr [ESI] ADD ESP,0x10 CMP byte ptr [EAX + 0x4d],0x0 JNZ 0x00094eef MOV EDX,dword ptr [ESI + 0x64] LEA EAX,[ECX + ECX*0x4] MOV ECX,dword ptr [ESP + 0x8] LEA EAX,[EDX + EAX*0x4] MOV byte ptr [EAX + 0x1],0xfd MOV dword ptr [EAX + 0x10],ECX MOV ECX,dword ptr [ESP + 0x4c] TEST ECX,ECX JZ 0x00094f02 CMP dword ptr [ESP + 0x8],0x1 JZ 0x000951fd MOV ECX,dword ptr [ESP + 0x34] TEST ECX,ECX JNZ 0x00095248 SUB ESP,0x8 MOV EDX,0x24 MOV EAX,ESI PUSH 0x0 PUSH dword ptr [ESP + 0x24] MOV ECX,dword ptr [ESP + 0x64] CALL 0x000497a0 MOV dword ptr [ESP + 0x44],EAX ADD ESP,0x10 CMP dword ptr [ESP + 0x8],0x1 JLE 0x00095180 MOV EAX,dword ptr [EBP + 0x38] SUB EAX,0x1 MOV dword ptr [ESP + 0x1c],EAX MOV dword ptr [EBP + 0x38],EAX JMP 0x00094fd4 SUB EAX,0x1 MOV byte ptr [EBP + 0x13],AL MOVZX EAX,AL MOV EBX,dword ptr [EBP + EAX*0x4 + 0x90] MOV EAX,dword ptr [ESP + 0x14] MOV EDX,EDI CALL 0x0001d7b0 MOV EDX,EAX MOV EAX,EBP CALL 0x0005da30 SUB ESP,0x8 MOV EDX,0x5a MOV dword ptr [ESP + 0x18],EAX MOV EAX,ESI PUSH EBX PUSH EDI MOV ECX,dword ptr [ESP + 0x64] CALL 0x000497a0 MOV EDX,dword ptr [ESP + 0x1c] POP EAX MOV EAX,ESI LEA ECX,[EDI + EDX*0x1] POP EDX PUSH EBX MOV EDX,0x34 PUSH dword ptr [ESP + 0x28] CALL 0x000497a0 MOV ECX,dword ptr [ESP + 0x20] MOV dword ptr [ESP],0xfffffffe MOV EDX,EAX MOV EAX,ESI CALL 0x000370b0 ADD ESP,0x10 TEST EBX,EBX JZ 0x00094fcb MOV EDX,EBX MOV EAX,EBP CALL 0x0002f640 ADD EDI,0x1 CMP EDI,dword ptr [ESP + 0x8] JGE 0x00094ff0 MOVZX EAX,byte ptr [EBP + 0x13] TEST AL,AL JNZ 0x00094f50 MOV EAX,dword ptr [EBP + 0x2c] LEA EBX,[EAX + 0x1] MOV dword ptr [EBP + 0x2c],EBX JMP 0x00094f60 SUB ESP,0x8 XOR ECX,ECX MOV EDX,0xb MOV EAX,ESI PUSH 0x0 PUSH dword ptr [ESP + 0x8c] CALL 0x000497a0 ADD ESP,0x10 CMP dword ptr [ESP + 0x8],0x1 JG 0x00095138 MOV EAX,dword ptr [ESI + 0x68] MOV ECX,dword ptr [ESP + 0x2c] MOV EBX,dword ptr [ESP + 0x24] LEA EDX,[EAX + -0x1] TEST ECX,ECX MOV EDI,EDX LEA EDX,[EBX + 0x1688] CMOVNS EDI,ECX MOV ECX,dword ptr [ESI] CMP byte ptr [ECX + 0x4d],0x0 JNZ 0x00095044 MOV EDX,dword ptr [ESI + 0x64] LEA ECX,[EDI + EDI*0x4] LEA EDX,[EDX + ECX*0x4] MOV dword ptr [EDX + 0x8],EAX CMP byte ptr [ESP + 0x30],0x0 JNZ 0x00095110 MOV EAX,dword ptr [EBP] MOV EDI,dword ptr [ESP + 0x28] TEST EDI,EDI JZ 0x00095067 MOV EDX,EDI CALL 0x00026590 MOV EAX,dword ptr [EBP] MOV ESI,dword ptr [ESP + 0x20] TEST ESI,ESI JZ 0x00094ccf MOV EDX,ESI CALL 0x00026590 JMP 0x00094ccf MOV EDX,dword ptr [ESP + 0x8] MOV EAX,EBP CALL 0x0002f670 MOV EDX,dword ptr [ESP + 0xc] MOV ECX,dword ptr [ESP + 0x8] MOV dword ptr [ESP + 0x34],EDI MOV dword ptr [ESP + 0x30],EAX MOV EDI,dword ptr [ESP + 0x30] ADD ECX,EDX LEA EAX,[EDX*0x4 + 0x0] MOV dword ptr [ESP + 0x38],EBP MOV EBX,EDX MOV dword ptr [ESP + 0x1c],ECX MOV ECX,dword ptr [ESP + 0x28] SUB ECX,EAX MOV EBP,ECX LEA ESI,[ESI] SUB ESP,0x8 MOV ECX,EBX MOV EDX,0x4e PUSH 0x0 MOV EAX,dword ptr [EBP + EBX*0x4] ADD EBX,0x1 ADD EAX,EDI PUSH EAX MOV EAX,ESI CALL 0x000497a0 ADD ESP,0x10 CMP dword ptr [ESP + 0x1c],EBX JNZ 0x000950c0 MOV ECX,dword ptr [ESP + 0x30] CMP dword ptr [ESP + 0xc],ECX SETNZ DL MOV EDI,dword ptr [ESP + 0x34] MOV EBP,dword ptr [ESP + 0x38] TEST ECX,ECX MOV dword ptr [ESP + 0xc],ECX SETNZ AL AND EDX,EAX MOV byte ptr [ESP + 0x30],DL JMP 0x00094dd5 MOV EDX,dword ptr [ESP + 0xc] MOV EAX,EBP CALL 0x0002f640 JMP 0x00095052 MOV EAX,dword ptr [EBX + 0x14] XOR ECX,ECX MOV EAX,dword ptr [EAX] MOV dword ptr [ESP + 0x8],EAX LEA EDX,[EAX + EAX*0x4 + 0x1] JMP 0x00094d3a MOV EDX,dword ptr [ESP + 0x1c] MOV EAX,ESI CALL 0x00049570 SUB ESP,0x8 MOV EDX,0x5 PUSH 0x0 MOV EAX,dword ptr [ESP + 0x40] ADD EAX,0x1 PUSH EAX MOV ECX,dword ptr [ESP + 0x64] MOV EAX,ESI CALL 0x000497a0 POP EAX POP EDX PUSH 0x0 PUSH dword ptr [ESP + 0x24] XOR ECX,ECX MOV EDX,0xb MOV EAX,ESI CALL 0x000497a0 ADD ESP,0x10 JMP 0x00095018 MOV EAX,dword ptr [ESP + 0x18] MOV dword ptr [ESP + 0x1c],EAX JZ 0x00094fd4 SUB ESP,0x8 PUSH 0x0 PUSH dword ptr [ESP + 0x8c] JMP 0x00095168 MOV EAX,dword ptr [ESP + 0x18] MOV dword ptr [ESP + 0x34],0x0 MOV dword ptr [ESP + 0x1c],EAX JMP 0x00094e02 SUB ESP,0x8 MOV EDX,0x1e MOV EAX,ESI PUSH dword ptr [ESP + 0x14] PUSH dword ptr [ESP + 0x24] MOV ECX,dword ptr [ESP + 0x64] CALL 0x000497a0 POP EBX POP EAX PUSH 0x0 PUSH 0x0 XOR ECX,ECX MOV EDX,0xb MOV EAX,ESI CALL 0x000497a0 MOV ECX,dword ptr [ESP + 0x5c] MOV dword ptr [ESP + 0x3c],EAX ADD ESP,0x10 TEST ECX,ECX JZ 0x00095215 CMP dword ptr [ESP + 0x8],0x1 JNZ 0x00095215 SUB ESP,0x8 MOV EDX,0x33 MOV EAX,ESI PUSH 0x0 PUSH dword ptr [ESP + 0x24] CALL 0x000497a0 ADD ESP,0x10 MOV EAX,dword ptr [ESP + 0x18] CMP EAX,dword ptr [ESP + 0x80] JNZ 0x00094f02 SUB ESP,0x8 XOR ECX,ECX MOV EDX,0xb PUSH 0x0 PUSH EAX MOV EAX,ESI CALL 0x000497a0 ADD ESP,0x10 JMP 0x00094f02 MOV EDX,dword ptr [ESP + 0x34] MOV EAX,ESI CALL 0x00049570 JMP 0x00094f0e SUB ESP,0x4 MOV EDX,0x1c MOV EAX,ESI PUSH dword ptr [ESP + 0xc] PUSH dword ptr [ESP + 0x14] PUSH dword ptr [ESP + 0x24] MOV ECX,dword ptr [ESP + 0x64] CALL 0x00049940 ADD ESP,0x10 JMP 0x00095047 MOV EAX,dword ptr [ESP + 0x10] MOV EDX,dword ptr [EAX + 0xc] MOV EBX,dword ptr [EAX + 0x14] MOV EAX,EBP CALL 0x0005da30 MOV dword ptr [ESP + 0x24],EAX MOV EAX,dword ptr [EBP + 0x38] SUB EAX,0x1 MOV dword ptr [ESP + 0x1c],EAX MOV dword ptr [EBP + 0x38],EAX MOV EAX,dword ptr [ESP + 0x18] CMP EAX,dword ptr [ESP + 0x80] JZ 0x00095517 MOVZX EAX,byte ptr [EBP + 0x13] TEST AL,AL JZ 0x0009552e SUB EAX,0x1 MOV byte ptr [EBP + 0x13],AL MOVZX EAX,AL MOV EAX,dword ptr [EBP + EAX*0x4 + 0x90] MOV dword ptr [ESP + 0x14],EAX SUB ESP,0x8 MOV EDX,0x5c MOV EAX,ESI PUSH dword ptr [ESP + 0x1c] MOV ECX,dword ptr [ESP + 0x18] PUSH ECX CALL 0x000497a0 MOV EAX,dword ptr [EBX] ADD ESP,0x10 TEST EAX,EAX JLE 0x0009547e MOV EAX,dword ptr [ESP + 0x18] CMP EAX,dword ptr [ESP + 0x80] LEA EAX,[ESP + 0x58] MOV dword ptr [ESP + 0x10],EBP SETNZ byte ptr [ESP + 0x34] MOV EBP,ESI MOV dword ptr [ESP + 0x2c],EAX JMP 0x000953ae MOV EAX,dword ptr [EBX] SUB EAX,0x1 CMP EAX,EDI JG 0x00095344 CMP byte ptr [ESP + 0x34],0x0 JZ 0x00095410 SUB ESP,0x8 MOV EDX,0x35 MOV EAX,EBP PUSH dword ptr [ESP + 0x10] PUSH dword ptr [ESP + 0x28] MOV ECX,dword ptr [ESP + 0x1c] CALL 0x000497a0 MOV ECX,dword ptr [ESP + 0x34] MOV dword ptr [ESP],0xfffffffe MOV EDX,EAX MOV EAX,EBP CALL 0x000370b0 MOV EAX,dword ptr [EBP + 0x68] ADD ESP,0x10 TEST EAX,EAX JLE 0x00095392 MOV EDX,dword ptr [EBP + 0x64] MOV ESI,dword ptr [ESP + 0x20] LEA EAX,[EAX + EAX*0x4] LEA EAX,[EDX + EAX*0x4] MOVSX DX,byte ptr [ESI] MOV word ptr [EAX + -0x12],DX MOV EDX,dword ptr [ESP + 0x58] TEST EDX,EDX JZ 0x000953a3 MOV EAX,dword ptr [ESP + 0x10] CALL 0x0002f640 ADD EDI,0x1 CMP dword ptr [EBX],EDI JLE 0x00095478 LEA ESI,[EDI + EDI*0x4] MOV ECX,dword ptr [ESP + 0x2c] MOV EAX,dword ptr [ESP + 0x10] SHL ESI,0x2 MOV EDX,dword ptr [EBX + ESI*0x1 + 0x4] CALL 0x00098a90 MOV ECX,dword ptr [ESP + 0x14] MOV dword ptr [ESP + 0x8],EAX TEST ECX,ECX JZ 0x00095330 MOV EAX,dword ptr [EBX + ESI*0x1 + 0x4] CALL 0x0001d840 TEST EAX,EAX JZ 0x00095330 SUB ESP,0x8 MOV EDX,0x5c MOV EAX,EBP MOV ECX,dword ptr [ESP + 0x1c] PUSH ECX PUSH dword ptr [ESP + 0x14] CALL 0x000497a0 ADD ESP,0x10 JMP 0x00095330 SUB ESP,0x8 MOV EDX,0x34 MOV EAX,EBP PUSH dword ptr [ESP + 0x10] PUSH dword ptr [ESP + 0x24] MOV ECX,dword ptr [ESP + 0x1c] CALL 0x000497a0 MOV ECX,dword ptr [ESP + 0x34] MOV dword ptr [ESP],0xfffffffe MOV EDX,EAX MOV EAX,EBP CALL 0x000370b0 MOV EAX,dword ptr [EBP + 0x68] ADD ESP,0x10 TEST EAX,EAX JLE 0x00095392 MOV ESI,dword ptr [EBP + 0x64] LEA EAX,[EAX + EAX*0x4] LEA EAX,[ESI + EAX*0x4] MOV ESI,dword ptr [ESP + 0x20] MOVZX ECX,byte ptr [ESI] MOV EDX,ECX MOV byte ptr [ESP + 0x8],CL OR EDX,0x10 MOVSX DX,DL MOV word ptr [EAX + -0x12],DX JMP 0x00095392 MOV ESI,EBP MOV EBP,dword ptr [ESP + 0x10] MOV ECX,dword ptr [ESP + 0x14] TEST ECX,ECX JNZ 0x00095496 MOV EDX,dword ptr [ESP + 0x1c] MOV EAX,ESI CALL 0x00049570 JMP 0x00095047 SUB ESP,0x8 MOV EDX,0x32 MOV EAX,ESI PUSH 0x0 PUSH dword ptr [ESP + 0x8c] MOV EDI,dword ptr [ESP + 0x24] MOV ECX,EDI CALL 0x000497a0 POP EAX POP EDX PUSH 0x0 PUSH dword ptr [ESP + 0x24] XOR ECX,ECX MOV EDX,0xb MOV EAX,ESI CALL 0x000497a0 MOV EDX,dword ptr [ESP + 0x2c] MOV EAX,ESI CALL 0x00049570 MOV EDX,EDI MOV EAX,EBP CALL 0x0002f640 ADD ESP,0x10 JMP 0x00095047 MOV byte ptr [ESP + 0x30],0x0 JZ 0x00094dd5 MOV EDX,dword ptr [ESP + 0x8] MOV EAX,EBP CALL 0x0002f670 TEST EAX,EAX SETNZ CL CMP dword ptr [ESP + 0xc],EAX MOV dword ptr [ESP + 0xc],EAX SETNZ DL AND ECX,EDX MOV byte ptr [ESP + 0x30],CL JMP 0x00094dd5 MOV EAX,dword ptr [EBX] MOV dword ptr [ESP + 0x14],0x0 TEST EAX,EAX JG 0x00095308 JMP 0x00095486 MOV EAX,dword ptr [EBP + 0x2c] ADD EAX,0x1 MOV dword ptr [ESP + 0x14],EAX MOV dword ptr [EBP + 0x2c],EAX JMP 0x000952e3 CALL 0x000f6410
null
null
null
null
[(u'INDIRECT_-1206489756', u'MULTIEQUAL_-1206489872'), (u'INDIRECT_-1206491229', u'MULTIEQUAL_-1206490370'), (u'COPY_-1206489999', u'MULTIEQUAL_-1206493382'), (u'INDIRECT_-1206492865', u'MULTIEQUAL_-1206492824'), (u'MULTIEQUAL_-1206492468', u'INT_EQUAL_-1206497468'), (u'INT_SLESS_-1206493771', u'CBRANCH_-1206493778'), ('const-4294967295', u'INT_ADD_-1206488929'), (u'CALL_-1206496477', u'CALL_-1206496447'), ('const-417', u'LOAD_-1206497897'), (u'CALL_-1206496407', u'INDIRECT_-1206490769'), (u'MULTIEQUAL_-1206490602', u'MULTIEQUAL_-1206490598'), (u'CALL_-1206497183', u'INDIRECT_-1206493825'), (u'INDIRECT_-1206490012', u'MULTIEQUAL_-1206490552'), (u'INDIRECT_-1206489656', u'MULTIEQUAL_-1206489781'), ('const-50', u'CALL_-1206494074'), (u'CALL_-1206495086', u'INDIRECT_-1206489848'), ('const-0', u'INT_EQUAL_-1206496499'), (u'PTRSUB_-1206489681', u'LOAD_-1206494567'), (u'MULTIEQUAL_-1206492243', u'CALL_-1206496944'), ('const-1', u'INT_EQUAL_-1206496822'), ('const-417', u'LOAD_-1206494551'), (u'PTRSUB_-1206490367', u'LOAD_-1206496896'), (u'MULTIEQUAL_-1206493424', u'MULTIEQUAL_-1206493414'), (u'CALL_-1206494934', u'INDIRECT_-1206493282'), (u'PTRSUB_-1206490342', u'PTRSUB_-1206490219'), (u'CALL_-1206497065', u'INDIRECT_-1206490872'), (u'CALL_-1206494102', u'INDIRECT_-1206489428'), (u'INDIRECT_-1206493609', u'MULTIEQUAL_-1206493414'), (u'INDIRECT_-1206492762', u'PIECE_-1206492694'), (u'MULTIEQUAL_-1206493959', u'INT_ADD_-1206497193'), ('const-0', u'INT_NOTEQUAL_-1206495313'), ('const-1', u'INT_SLESS_-1206496247'), ('tmp_6697', u'CALL_-1206495086'), (u'LOAD_-1206495101', u'PTRSUB_-1206488706'), (u'INT_NOTEQUAL_-1206494731', u'CBRANCH_-1206494728'), (u'CALL_-1206494422', u'INDIRECT_-1206489733'), (u'INDIRECT_-1206489909', u'MULTIEQUAL_-1206489470'), (u'CAST_-1206490676', u'CALL_-1206496086'), (u'CALL_-1206497039', u'INDIRECT_-1206491083'), (u'CALL_-1206494136', u'INDIRECT_-1206489490'), (u'CAST_-1206490676', u'CALL_-1206497613'), (u'CALL_-1206494934', u'INDIRECT_-1206490612'), (u'CALL_-1206493622', u'MULTIEQUAL_-1206492243'), (u'INT_EQUAL_-1206495437', u'CBRANCH_-1206495430'), ('const-417', u'LOAD_-1206494494'), (u'CAST_-1206490135', u'CAST_-1206490127'), ('const-417', u'STORE_-1206496236'), (u'INT_NOTEQUAL_-1206496254', u'CBRANCH_-1206496254'), ('tmp_517', u'CBRANCH_-1206497809'), (u'INDIRECT_-1206491155', u'MULTIEQUAL_-1206491164'), (u'INDIRECT_-1206491213', u'MULTIEQUAL_-1206491084'), ('const-0', u'PTRSUB_-1206490784'), (u'CALL_-1206497613', u'INT_EQUAL_-1206497124'), (u'CALL_-1206494004', u'INDIRECT_-1206489272'), ('const-12', u'PTRSUB_-1206489385'), (u'CAST_-1206490163', u'CALL_-1206496739'), (u'CAST_-1206490676', u'PTRSUB_-1206490588'), (u'INDIRECT_-1206493199', u'MULTIEQUAL_-1206493906'), (u'CAST_-1206490602', u'CALL_-1206497613'), (u'LOAD_-1206498001', u'INT_NOTEQUAL_-1206497988'), ('tmp_6697', u'PTRSUB_-1206490089'), ('const-4', u'PTRSUB_-1206489067'), (u'CALL_-1206494761', u'INDIRECT_-1206490453'), ('const-144', u'PTRSUB_-1206490227'), ('tmp_1956', u'CBRANCH_-1206496792'), (u'MULTIEQUAL_-1206493480', u'INT_ADD_-1206496387'), (u'CALL_-1206494530', u'INDIRECT_-1206489706'), ('const-417', u'STORE_-1206495050'), ('const-417', u'LOAD_-1206496916'), ('const-417', u'LOAD_-1206494964'), ('tmp_4003', u'CBRANCH_-1206496254'), (u'CALL_-1206495876', u'INDIRECT_-1206490352'), (u'MULTIEQUAL_-1206489691', u'MULTIEQUAL_-1206489470'), (u'INDIRECT_-1206490052', u'MULTIEQUAL_-1206490860'), (u'INDIRECT_-1206490200', u'MULTIEQUAL_-1206490374'), ('const-144', u'PTRSUB_-1206489309'), ('const-0', u'INT_NOTEQUAL_-1206494672'), (u'CALL_-1206495086', u'INDIRECT_-1206492746'), (u'INDIRECT_-1206490612', u'MULTIEQUAL_-1206490490'), ('const-0', u'CALL_-1206495378'), (u'PTRSUB_-1206489318', u'STORE_-1206494974'), ('const-91', u'CALL_-1206497065'), ('const-417', u'LOAD_-1206493810'), (u'INDIRECT_-1206490352', u'MULTIEQUAL_-1206490526'), (u'INT_ADD_-1206494767', u'CALL_-1206494761'), (u'LOAD_-1206497697', u'CALL_-1206495431'), (u'CALL_-1206494543', u'INDIRECT_-1206489604'), (u'PIECE_-1206490589', u'PIECE_-1206490588'), (u'CALL_-1206498026', u'INDIRECT_-1206491350'), ('tmp_13181', u'INT_ADD_-1206496194'), (u'LOAD_-1206497769', u'CALL_-1206497757'), (u'LOAD_-1206497697', u'CALL_-1206494476'), ('const-29', u'CALL_-1206496944'), (u'INT_ADD_-1206496668', u'CAST_-1206490135'), (u'CALL_-1206494476', u'INDIRECT_-1206489571'), ('tmp_2989', u'BRANCH_-1206495873'), (u'INT_EQUAL_-1206496822', u'CBRANCH_-1206496818'), ('const-4', u'INT_MULT_-1206494776'), ('tmp_6698', u'INT_EQUAL_-1206497411'), (u'INDIRECT_-1206490015', u'MULTIEQUAL_-1206489926'), (u'INT_SLESS_-1206497322', u'CBRANCH_-1206497329'), ('const-100', u'PTRSUB_-1206489138'), (u'CALL_-1206497183', u'INDIRECT_-1206491155'), (u'MULTIEQUAL_-1206491008', u'MULTIEQUAL_-1206490869'), (u'COPY_-1206493805', u'MULTIEQUAL_-1206490761'), (u'INT_SEXT_-1206493995', u'STORE_-1206494003'), (u'MULTIEQUAL_-1206491340', u'INT_SLESS_-1206496211'), ('const-0', u'INT_NOTEQUAL_-1206496096'), ('const-4294967294', u'CALL_-1206494530'), ('const-56', u'PTRSUB_-1206490264'), (u'LOAD_-1206496916', u'INT_EQUAL_-1206496901'), (u'CALL_-1206498026', u'INDIRECT_-1206492736'), (u'CALL_-1206494132', u'INDIRECT_-1206489601'), (u'INDIRECT_-1206494127', u'MULTIEQUAL_-1206493268'), (u'INDIRECT_-1206489476', u'MULTIEQUAL_-1206491236'), (u'CALL_-1206496086', u'INDIRECT_-1206493280'), ('tmp_1490', u'CBRANCH_-1206497120'), (u'MULTIEQUAL_-1206492451', u'MULTIEQUAL_-1206492437'), (u'INDIRECT_-1206490195', u'MULTIEQUAL_-1206490154'), (u'INT_EQUAL_-1206497156', u'CBRANCH_-1206497154'), ('const-1', u'PTRSUB_-1206490348'), ('const-417', u'LOAD_-1206496195'), ('tmp_6698', u'CAST_-1206488755'), ('tmp_5228', u'CBRANCH_-1206494391'), (u'CALL_-1206497613', u'INT_EQUAL_-1206497442'), (u'MULTIEQUAL_-1206492468', u'INT_NOTEQUAL_-1206497541'), (u'CALL_-1206494136', u'INDIRECT_-1206489338'), (u'PTRADD_-1206489018', u'PTRSUB_-1206489015'), ('const-417', u'LOAD_-1206496692'), (u'CALL_-1206497757', u'INDIRECT_-1206491305'), (u'INDIRECT_-1206489858', u'MULTIEQUAL_-1206489781'), (u'MULTIEQUAL_-1206492243', u'CALL_-1206495876'), (u'PTRSUB_-1206490264', u'LOAD_-1206496692'), (u'INT_ADD_-1206496194', u'CAST_-1206489888'), (u'LOAD_-1206496122', u'MULTIEQUAL_-1206493589'), (u'MULTIEQUAL_-1206492468', u'INT_EQUAL_-1206496703'), (u'CALL_-1206498026', u'INDIRECT_-1206492812'), (u'MULTIEQUAL_-1206490547', u'MULTIEQUAL_-1206491340'), ('tmp_4867', u'CBRANCH_-1206494637'), (u'LOAD_-1206496249', u'INT_ADD_-1206496213'), (u'CALL_-1206497183', u'INDIRECT_-1206490927'), (u'INT_ADD_-1206497183', u'MULTIEQUAL_-1206493959'), (u'CALL_-1206497757', u'INDIRECT_-1206491381'), ('tmp_6697', u'PTRSUB_-1206490877'), (u'INDIRECT_-1206490301', u'MULTIEQUAL_-1206491008'), (u'PTRSUB_-1206489092', u'LOAD_-1206494409'), (u'CALL_-1206494543', u'INDIRECT_-1206489756'), ('tmp_5746', u'BRANCH_-1206493997'), (u'PTRADD_-1206489119', u'PTRSUB_-1206489117'), (u'INDIRECT_-1206489528', u'MULTIEQUAL_-1206489644'), (u'CALL_-1206494560', u'INDIRECT_-1206489879'), (u'CALL_-1206494592', u'INDIRECT_-1206489782'), (u'CALL_-1206494543', u'INDIRECT_-1206492426'), (u'PIECE_-1206492694', u'CALL_-1206497757'), (u'MULTIEQUAL_-1206493651', u'INT_NOTEQUAL_-1206496420'), (u'INDIRECT_-1206491365', u'MULTIEQUAL_-1206491236'), (u'PTRSUB_-1206490812', u'LOAD_-1206497792'), (u'CAST_-1206490556', u'LOAD_-1206490645'), ('const-51', u'CALL_-1206495473'), ('const-0', u'INT_SLESS_-1206494860'), (u'MULTIEQUAL_-1206493589', u'CALL_-1206496086'), (u'CALL_-1206496447', u'INDIRECT_-1206490558'), (u'CALL_-1206494592', u'INDIRECT_-1206489706'), ('tmp_417', u'CBRANCH_-1206497877'), ('const-20', u'PTRADD_-1206489988'), (u'CALL_-1206495712', u'INDIRECT_-1206493008'), (u'PTRSUB_-1206490549', u'LOAD_-1206497288'), (u'CALL_-1206497582', u'INDIRECT_-1206494035'), (u'INDIRECT_-1206490769', u'MULTIEQUAL_-1206490754'), (u'CALL_-1206496045', u'INDIRECT_-1206490587'), (u'PTRSUB_-1206490236', u'STORE_-1206496236'), ('tmp_6697', u'CALL_-1206494422'), (u'INT_ADD_-1206493781', u'STORE_-1206493778'), ('const-417', u'LOAD_-1206497288'), (u'MULTIEQUAL_-1206489758', u'MULTIEQUAL_-1206489603'), (u'INDIRECT_-1206493861', u'MULTIEQUAL_-1206493767'), (u'INT_ADD_-1206495778', u'CALL_-1206495764'), ('tmp_5274', u'CBRANCH_-1206494153'), ('const-20', u'INT_ADD_-1206497987'), (u'COPY_-1206490722', u'MULTIEQUAL_-1206490662'), (u'MULTIEQUAL_-1206493348', u'MULTIEQUAL_-1206493298'), (u'INT_NOTEQUAL_-1206495313', u'CBRANCH_-1206495313'), (u'CALL_-1206497757', u'INDIRECT_-1206491457'), (u'CALL_-1206497911', u'INDIRECT_-1206492686'), ('const-417', u'LOAD_-1206497909'), (u'MULTIEQUAL_-1206492468', u'CAST_-1206490452'), (u'PTRSUB_-1206489041', u'LOAD_-1206494605'), (u'INDIRECT_-1206489782', u'MULTIEQUAL_-1206489872'), (u'MULTIEQUAL_-1206490761', u'MULTIEQUAL_-1206490397'), ('const-0', u'COPY_-1206490749'), (u'CALL_-1206497039', u'INDIRECT_-1206490855'), ('const-19', u'PTRSUB_-1206490102'), (u'INT_EQUAL_-1206497251', u'CBRANCH_-1206497250'), (u'CALL_-1206496530', u'INDIRECT_-1206490834'), ('const-77', u'PTRSUB_-1206489948'), (u'PTRSUB_-1206490031', u'LOAD_-1206496249'), (u'LOAD_-1206497697', u'CALL_-1206495764'), (u'PTRSUB_-1206489037', u'PTRADD_-1206489018'), (u'PTRSUB_-1206490302', u'LOAD_-1206496916'), ('const-0', u'INT_NOTEQUAL_-1206494436'), (u'CAST_-1206490563', u'INT_SLESS_-1206497532'), (u'CALL_-1206494102', u'INDIRECT_-1206489656'), (u'INDIRECT_-1206490015', u'MULTIEQUAL_-1206489955'), ('tmp_2533', u'CBRANCH_-1206496374'), (u'INT_ADD_-1206498076', u'CAST_-1206490835'), (u'MULTIEQUAL_-1206492468', u'CALL_-1206497039'), ('const-253', u'STORE_-1206496869'), (u'CALL_-1206495799', u'INDIRECT_-1206489131'), ('const-417', u'LOAD_-1206494038'), (u'CALL_-1206494761', u'INDIRECT_-1206490301'), (u'INDIRECT_-1206491381', u'MULTIEQUAL_-1206490522'), (u'CALL_-1206494074', u'INDIRECT_-1206489535'), (u'LOAD_-1206496195', u'PTRSUB_-1206489948'), (u'CALL_-1206497613', u'INDIRECT_-1206491385'), (u'MULTIEQUAL_-1206493526', u'INT_EQUAL_-1206497857'), ('const-56', u'PTRSUB_-1206490594'), ('const-44', u'PTRSUB_-1206490082'), (u'LOAD_-1206495013', u'INT_EQUAL_-1206494994'), (u'INT_SLESS_-1206496247', u'CBRANCH_-1206496254'), (u'INDIRECT_-1206490428', u'MULTIEQUAL_-1206490602'), (u'COPY_-1206497665', u'MULTIEQUAL_-1206494321'), (u'LOAD_-1206494899', u'INT_SLESS_-1206494860'), (u'INT_ADD_-1206495053', u'CALL_-1206494136'), ('const-104', u'PTRSUB_-1206490031'), (u'MULTIEQUAL_-1206492468', u'CAST_-1206490145'), (u'MULTIEQUAL_-1206491882', u'CAST_-1206489562'), (u'PTRSUB_-1206489309', u'PTRADD_-1206489273'), (u'INT_EQUAL_-1206496499', u'CBRANCH_-1206496497'), (u'CALL_-1206496944', u'INDIRECT_-1206490960'), ('tmp_6697', u'CALL_-1206495876'), ('const-0', u'PTRSUB_-1206489272'), (u'CALL_-1206494900', u'INDIRECT_-1206489833'), (u'MULTIEQUAL_-1206493651', u'CALL_-1206496530'), (u'LOAD_-1206495101', u'PTRSUB_-1206489037'), (u'LOAD_-1206497909', u'PTRSUB_-1206490858'), (u'CALL_-1206497273', u'INDIRECT_-1206490969'), ('const-56', u'PTRSUB_-1206489366'), (u'CALL_-1206496944', u'INDIRECT_-1206491036'), (u'INDIRECT_-1206489848', u'MULTIEQUAL_-1206489682'), (u'CAST_-1206490749', u'CALL_-1206496045'), (u'CALL_-1206493990', u'INDIRECT_-1206492160'), (u'CALL_-1206494592', u'INDIRECT_-1206492452'), (u'CALL_-1206497757', u'INDIRECT_-1206492615'), (u'LOAD_-1206490647', u'PIECE_-1206490588'), (u'LOAD_-1206497876', u'MULTIEQUAL_-1206493526'), (u'INT_SLESS_-1206497532', u'CBRANCH_-1206497539'), (u'INDIRECT_-1206490167', u'MULTIEQUAL_-1206490107'), ('tmp_5294', u'BRANCH_-1206494133'), ('const-417', u'LOAD_-1206497769'), (u'CAST_-1206490377', u'CALL_-1206497183'), (u'CAST_-1206490476', u'COPY_-1206490554'), (u'INT_EQUAL_-1206497725', u'CBRANCH_-1206497721'), (u'INDIRECT_-1206494315', u'INT_ADD_-1206498076'), (u'INT_NOTEQUAL_-1206494704', u'BOOL_AND_-1206492454'), (u'CALL_-1206493622', u'INDIRECT_-1206489476'), ('tmp_6697', u'PTRSUB_-1206489366'), ('const-1', u'INT_SUB_-1206494969'), ('tmp_6698', u'INT_EQUAL_-1206497676'), ('const-0', u'CALL_-1206497065'), (u'MULTIEQUAL_-1206492468', u'INT_NOTEQUAL_-1206496254'), (u'MULTIEQUAL_-1206492468', u'INT_EQUAL_-1206496822'), (u'LOAD_-1206497792', u'PTRSUB_-1206490725'), (u'CALL_-1206494476', u'INDIRECT_-1206489647'), (u'INDIRECT_-1206491502', u'MULTIEQUAL_-1206491421'), (u'PTRADD_-1206489273', u'LOAD_-1206494964'), (u'LOAD_-1206498119', u'CALL_-1206496595'), (u'MULTIEQUAL_-1206493480', u'INT_ADD_-1206496496'), (u'MULTIEQUAL_-1206490522', u'MULTIEQUAL_-1206490500'), ('tmp_13179', u'PTRSUB_-1206490710'), (u'LOAD_-1206497697', u'PTRSUB_-1206490031'), (u'PTRSUB_-1206489753', u'LOAD_-1206494551'), ('const-127', u'INT_EQUAL_-1206497811'), (u'PTRSUB_-1206490818', u'PTRSUB_-1206490695'), (u'CAST_-1206489312', u'CALL_-1206495267'), (u'CALL_-1206496595', u'INDIRECT_-1206490794'), (u'PTRSUB_-1206490695', u'LOAD_-1206497808'), (u'CALL_-1206496045', u'INDIRECT_-1206490359'), (u'MULTIEQUAL_-1206491021', u'CALL_-1206495402'), (u'COPY_-1206490554', u'MULTIEQUAL_-1206491419'), (u'LOAD_-1206497697', u'CALL_-1206496530'), ('const-417', u'STORE_-1206494003'), (u'INDIRECT_-1206491115', u'MULTIEQUAL_-1206491088'), (u'INT_NOTEQUAL_-1206494528', u'CBRANCH_-1206494528'), (u'INDIRECT_-1206492426', u'MULTIEQUAL_-1206492542'), (u'MULTIEQUAL_-1206491160', u'MULTIEQUAL_-1206491021'), (u'LOAD_-1206497897', u'MULTIEQUAL_-1206493526'), (u'LOAD_-1206497697', u'CALL_-1206496739'), ('tmp_926', u'BRANCH_-1206497507'), (u'CALL_-1206494761', u'INDIRECT_-1206490529'), (u'MULTIEQUAL_-1206494321', u'CALL_-1206497613'), (u'INT_EQUAL_-1206497003', u'CBRANCH_-1206496997'), (u'CAST_-1206490749', u'INT_NOTEQUAL_-1206496059'), (u'MULTIEQUAL_-1206492468', u'INT_ADD_-1206494879'), (u'LOAD_-1206497697', u'CALL_-1206495473'), (u'PTRSUB_-1206490253', u'STORE_-1206496665'), ('const-751827', u'INT_ADD_-1206496194'), (u'INT_ADD_-1206497475', u'COPY_-1206490624'), (u'INDIRECT_-1206494553', u'CAST_-1206488732'), (u'CALL_-1206495828', u'INDIRECT_-1206490163'), ('const-417', u'LOAD_-1206496226'), ('const-0', u'CALL_-1206496290'), (u'PTRSUB_-1206490379', u'LOAD_-1206496933'), ('const-1', u'INT_ADD_-1206496387'), ('const-16', u'INT_OR_-1206491527'), ('tmp_1027', u'CBRANCH_-1206497438'), (u'CALL_-1206493622', u'INDIRECT_-1206492146'), ('const-0', u'CALL_-1206494022'), ('const-4', u'PTRADD_-1206490170'), (u'MULTIEQUAL_-1206493589', u'MULTIEQUAL_-1206493567'), (u'INDIRECT_-1206490786', u'MULTIEQUAL_-1206490754'), (u'INDIRECT_-1206490133', u'MULTIEQUAL_-1206490115'), (u'MULTIEQUAL_-1206494239', u'INT_ADD_-1206497475'), ('const-5', u'CALL_-1206495764'), ('const-0', u'CALL_-1206495354'), (u'LOAD_-1206497697', u'CALL_-1206495378'), (u'INDIRECT_-1206490243', u'INT_NOTEQUAL_-1206495313'), (u'INDIRECT_-1206490243', u'MULTIEQUAL_-1206490183'), (u'CALL_-1206495354', u'MULTIEQUAL_-1206490547'), ('tmp_2687', u'CBRANCH_-1206496254'), ('tmp_3696', u'BRANCH_-1206495252'), (u'LOAD_-1206495668', u'INT_EQUAL_-1206495653'), (u'CALL_-1206496739', u'INDIRECT_-1206493609'), (u'CALL_-1206496447', u'INDIRECT_-1206490710'), (u'CALL_-1206497911', u'INDIRECT_-1206491452'), (u'CALL_-1206494900', u'INDIRECT_-1206492655'), (u'MULTIEQUAL_-1206489546', u'MULTIEQUAL_-1206489527'), (u'INDIRECT_-1206494248', u'MULTIEQUAL_-1206494167'), (u'CAST_-1206490031', u'CALL_-1206496477'), (u'INDIRECT_-1206494035', u'MULTIEQUAL_-1206493906'), (u'INDIRECT_-1206494553', u'INT_EQUAL_-1206495437'), (u'CAST_-1206489614', u'CALL_-1206495828'), (u'CAST_-1206490676', u'INT_NOTEQUAL_-1206496096'), ('const-1', u'INT_ADD_-1206496470'), (u'CALL_-1206497613', u'INDIRECT_-1206491233'), (u'MULTIEQUAL_-1206492489', u'INT_SLESS_-1206494630'), ('const-417', u'LOAD_-1206496933'), ('const-12', u'PTRSUB_-1206490866'), ('const-0', u'PTRSUB_-1206489968'), (u'INT_ADD_-1206497376', u'CAST_-1206490476'), (u'MULTIEQUAL_-1206490397', u'CALL_-1206493990'), (u'PTRSUB_-1206490227', u'PTRADD_-1206490170'), (u'INDIRECT_-1206490693', u'MULTIEQUAL_-1206490678'), (u'INT_EQUAL_-1206497857', u'CBRANCH_-1206497856'), ('const-0', u'INT_EQUAL_-1206497725'), ('const-0', u'PTRSUB_-1206490003'), (u'INT_SUB_-1206494969', u'INT_ZEXT_-1206494956'), ('const-1', u'INT_ADD_-1206494402'), (u'CALL_-1206494022', u'INDIRECT_-1206489512'), ('const-1', u'INT_EQUAL_-1206496703'), (u'LOAD_-1206497897', u'INT_EQUAL_-1206497879'), (u'INDIRECT_-1206493257', u'MULTIEQUAL_-1206494167'), (u'CALL_-1206494592', u'INDIRECT_-1206489630'), ('const-0', u'INT_SLESS_-1206497322'), (u'INDIRECT_-1206490808', u'MULTIEQUAL_-1206490719'), (u'MULTIEQUAL_-1206492243', u'INT_ADD_-1206496496'), ('const-1', u'PTRSUB_-1206490587'), (u'LOAD_-1206495107', u'CALL_-1206495086'), ('const-609602', u'COPY_-1206497764'), (u'INDIRECT_-1206489848', u'MULTIEQUAL_-1206489299'), (u'CALL_-1206496944', u'PTRADD_-1206490350'), (u'CALL_-1206494934', u'INDIRECT_-1206490536'), ('tmp_1655', u'CBRANCH_-1206496997'), (u'CALL_-1206496045', u'INDIRECT_-1206490511'), (u'CALL_-1206495828', u'INDIRECT_-1206493061'), (u'PTRSUB_-1206490089', u'LOAD_-1206496492'), (u'INDIRECT_-1206492160', u'MULTIEQUAL_-1206493298'), (u'INT_SLESS_-1206494630', u'CBRANCH_-1206494637'), (u'CALL_-1206497582', u'INDIRECT_-1206491137'), (u'CALL_-1206497757', u'INDIRECT_-1206492691'), (u'COPY_-1206489780', u'MULTIEQUAL_-1206492243'), (u'CALL_-1206498026', u'INDIRECT_-1206491426'), (u'LOAD_-1206497697', u'CALL_-1206496477'), (u'INDIRECT_-1206493375', u'MULTIEQUAL_-1206493348'), (u'CALL_-1206498026', u'INT_NOTEQUAL_-1206498011'), (u'CALL_-1206494530', u'INDIRECT_-1206492528'), ('tmp_6697', u'PTRSUB_-1206489949'), ('const-417', u'LOAD_-1206494409'), (u'MULTIEQUAL_-1206491008', u'MULTIEQUAL_-1206490936'), (u'CAST_-1206489352', u'CALL_-1206495431'), (u'CALL_-1206493622', u'INDIRECT_-1206489324'), (u'PTRSUB_-1206489247', u'CALL_-1206494592'), (u'LOAD_-1206495101', u'PTRSUB_-1206489092'), (u'CAST_-1206489915', u'INT_SLESS_-1206496247'), (u'CAST_-1206489378', u'CALL_-1206495378'), ('const-0', u'COPY_-1206493805'), (u'MULTIEQUAL_-1206493288', u'INT_MULT_-1206494776'), ('tmp_4655', u'CBRANCH_-1206494563'), (u'CALL_-1206498156', u'INDIRECT_-1206494315'), (u'INDIRECT_-1206489400', u'MULTIEQUAL_-1206491160'), ('const-77', u'PTRSUB_-1206490302'), (u'CALL_-1206495764', u'INDIRECT_-1206490133'), (u'CALL_-1206497065', u'INDIRECT_-1206491024'), (u'CALL_-1206497582', u'INT_NOTEQUAL_-1206493588'), (u'CALL_-1206494476', u'INDIRECT_-1206489495'), (u'PTRSUB_-1206489949', u'LOAD_-1206496085'), (u'INDIRECT_-1206490076', u'MULTIEQUAL_-1206489910'), (u'CALL_-1206496086', u'INDIRECT_-1206490610'), ('tmp_2800', u'CBRANCH_-1206496171'), (u'CALL_-1206496530', u'INDIRECT_-1206490606'), (u'LOAD_-1206495101', u'PTRSUB_-1206489217'), (u'MULTIEQUAL_-1206490370', u'MULTIEQUAL_-1206490348'), ('tmp_6697', u'PTRSUB_-1206489318'), ('tmp_6697', u'PTRSUB_-1206490755'), (u'MULTIEQUAL_-1206490947', u'MULTIEQUAL_-1206490936'), (u'MULTIEQUAL_-1206490678', u'MULTIEQUAL_-1206490628'), (u'CALL_-1206494422', u'INDIRECT_-1206492479'), (u'CALL_-1206497065', u'INDIRECT_-1206491100'), ('tmp_4029', u'BRANCH_-1206495338'), ('const-20', u'PTRADD_-1206488882'), (u'MULTIEQUAL_-1206493288', u'CALL_-1206494761'), (u'LOAD_-1206497400', u'INT_ADD_-1206497376'), (u'MULTIEQUAL_-1206491442', u'CAST_-1206489614'), (u'CALL_-1206494102', u'INDIRECT_-1206489504'), (u'COPY_-1206497355', u'MULTIEQUAL_-1206493959'), (u'LOAD_-1206496933', u'PTRSUB_-1206490302'), (u'LOAD_-1206495077', u'INT_ADD_-1206495053'), (u'MULTIEQUAL_-1206493959', u'INT_ADD_-1206497183'), (u'CALL_-1206496086', u'INDIRECT_-1206490382'), ('tmp_6483', u'BRANCH_-1206493557'), ('tmp_4903', u'CBRANCH_-1206494617'), (u'INDIRECT_-1206490529', u'MULTIEQUAL_-1206491236'), (u'INDIRECT_-1206491079', u'MULTIEQUAL_-1206491088'), ('tmp_5068', u'CBRANCH_-1206494495'), (u'INT_SLESS_-1206494384', u'CBRANCH_-1206494391'), ('const-4294967295', u'INT_SLESS_-1206496211'), (u'INDIRECT_-1206492824', u'MULTIEQUAL_-1206493617'), (u'MULTIEQUAL_-1206492824', u'MULTIEQUAL_-1206493617'), (u'CALL_-1206495086', u'INDIRECT_-1206490000'), (u'CALL_-1206495402', u'INDIRECT_-1206492934'), (u'LOAD_-1206497909', u'PTRSUB_-1206490850'), (u'PTRSUB_-1206488706', u'LOAD_-1206493810'), (u'LOAD_-1206497697', u'PTRSUB_-1206489994'), (u'PTRSUB_-1206489067', u'PTRADD_-1206489044'), ('const-8', u'PTRSUB_-1206489983'), (u'LOAD_-1206497697', u'CALL_-1206495828'), ('const-40', u'PTRSUB_-1206490850'), (u'CALL_-1206496447', u'INDIRECT_-1206493456'), (u'PIECE_-1206490588', u'INT_EQUAL_-1206497518'), (u'PTRSUB_-1206490003', u'LOAD_-1206496195'), (u'CALL_-1206494934', u'INT_NOTEQUAL_-1206494704'), (u'INDIRECT_-1206494553', u'COPY_-1206489609'), (u'CALL_-1206494560', u'INDIRECT_-1206489803'), (u'LOAD_-1206497697', u'CALL_-1206496290'), (u'CALL_-1206496739', u'INT_ADD_-1206495778'), (u'PTRSUB_-1206490725', u'LOAD_-1206497788'), (u'INDIRECT_-1206491036', u'INT_NOTEQUAL_-1206496838'), ('const-20', u'PTRSUB_-1206490818'), (u'CALL_-1206495267', u'INDIRECT_-1206490012'), (u'MULTIEQUAL_-1206491236', u'MULTIEQUAL_-1206491097'), (u'CALL_-1206497183', u'INDIRECT_-1206491079'), (u'CALL_-1206497911', u'CAST_-1206490749'), ('const-30', u'CALL_-1206495402'), ('const-1', u'INT_EQUAL_-1206495297'), (u'INDIRECT_-1206491137', u'MULTIEQUAL_-1206491008'), (u'INDIRECT_-1206493706', u'MULTIEQUAL_-1206492853'), ('const-417', u'STORE_-1206496862'), (u'CALL_-1206497273', u'INDIRECT_-1206491121'), (u'MULTIEQUAL_-1206490871', u'MULTIEQUAL_-1206490860'), (u'CALL_-1206496290', u'INDIRECT_-1206490705'), (u'CALL_-1206495086', u'INDIRECT_-1206490076'), (u'LOAD_-1206494470', u'CAST_-1206489052'), (u'PTRSUB_-1206490850', u'LOAD_-1206497876'), (u'INT_ADD_-1206496262', u'MULTIEQUAL_-1206493959'), (u'LOAD_-1206497697', u'CALL_-1206494761'), (u'INT_ZEXT_-1206494956', u'PTRADD_-1206489273'), ('const-77', u'PTRSUB_-1206490780'), (u'INDIRECT_-1206490939', u'MULTIEQUAL_-1206490343'), ('const-0', u'INT_NOTEQUAL_-1206494154'), (u'INDIRECT_-1206489504', u'MULTIEQUAL_-1206489629'), (u'MULTIEQUAL_-1206493288', u'INT_ADD_-1206494779'), (u'INT_ADD_-1206494879', u'INT_NOTEQUAL_-1206494731'), (u'INDIRECT_-1206491191', u'MULTIEQUAL_-1206491097'), (u'CALL_-1206496045', u'INDIRECT_-1206493257'), (u'CALL_-1206494761', u'INDIRECT_-1206490377'), ('const-417', u'LOAD_-1206494470'), ('const-417', u'STORE_-1206497373'), (u'CAST_-1206489929', u'CALL_-1206496290'), (u'LOAD_-1206497697', u'CALL_-1206496944'), ('const-20', u'PTRADD_-1206489018'), (u'INT_ADD_-1206496387', u'INT_SLESS_-1206496367'), ('const-0', u'PTRSUB_-1206489041'), (u'CAST_-1206490749', u'CAST_-1206490307'), ('tmp_6697', u'PTRSUB_-1206490102'), (u'CALL_-1206497911', u'INDIRECT_-1206491300'), (u'CAST_-1206490468', u'STORE_-1206497373'), (u'CALL_-1206495431', u'INDIRECT_-1206489900'), (u'INDIRECT_-1206490460', u'MULTIEQUAL_-1206490338'), (u'MULTIEQUAL_-1206490860', u'CALL_-1206496739'), (u'LOAD_-1206497697', u'CALL_-1206494132'), (u'CALL_-1206497265', u'INDIRECT_-1206490963'), (u'CALL_-1206495378', u'INDIRECT_-1206490154'), (u'MULTIEQUAL_-1206489781', u'MULTIEQUAL_-1206489767'), (u'CALL_-1206497582', u'INDIRECT_-1206491213'), (u'CALL_-1206497039', u'INDIRECT_-1206493753'), ('const-417', u'LOAD_-1206497740'), (u'INDIRECT_-1206490927', u'MULTIEQUAL_-1206490869'), ('const-52', u'CALL_-1206496477'), ('const-0', u'CALL_-1206497183'), ('const-16', u'PTRSUB_-1206490342'), (u'INDIRECT_-1206490939', u'MULTIEQUAL_-1206490744'), (u'CALL_-1206494543', u'INDIRECT_-1206489528'), ('tmp_13179', u'PTRSUB_-1206490765'), (u'COPY_-1206489690', u'MULTIEQUAL_-1206491882'), (u'INDIRECT_-1206492913', u'MULTIEQUAL_-1206492824'), (u'CALL_-1206496739', u'INDIRECT_-1206490939'), ('const-0', u'INT_NOTEQUAL_-1206496420'), ('const-20', u'INT_ADD_-1206498076'), (u'MULTIEQUAL_-1206489910', u'MULTIEQUAL_-1206489755'), (u'CALL_-1206494074', u'INDIRECT_-1206489307'), (u'MULTIEQUAL_-1206491888', u'CAST_-1206490377'), (u'MULTIEQUAL_-1206489691', u'MULTIEQUAL_-1206489679'), (u'BOOL_AND_-1206492454', u'MULTIEQUAL_-1206490662'), (u'INDIRECT_-1206489833', u'MULTIEQUAL_-1206489758'), ('const-2', u'PTRSUB_-1206488880'), (u'INDIRECT_-1206492746', u'MULTIEQUAL_-1206492197'), (u'INDIRECT_-1206492798', u'MULTIEQUAL_-1206493606'), ('tmp_4198', u'CBRANCH_-1206494993'), (u'CALL_-1206494592', u'INDIRECT_-1206489554'), ('tmp_6698', u'INT_EQUAL_-1206495024'), (u'CALL_-1206494530', u'INDIRECT_-1206489630'), (u'CALL_-1206493622', u'INDIRECT_-1206489248'), (u'PTRSUB_-1206490586', u'CAST_-1206490556'), ('const-0', u'COPY_-1206490722'), ('const-0', u'CALL_-1206495354'), (u'MULTIEQUAL_-1206490662', u'CBRANCH_-1206496126'), (u'CALL_-1206494934', u'INDIRECT_-1206490460'), (u'CALL_-1206495473', u'INDIRECT_-1206492865'), ('const-0', u'PTRSUB_-1206489753'), (u'CALL_-1206494761', u'INDIRECT_-1206493199'), ('const-417', u'LOAD_-1206497697'), (u'LOAD_-1206495013', u'INT_SUB_-1206494969'), (u'CALL_-1206494132', u'INDIRECT_-1206489449'), ('const-12', u'PTRSUB_-1206490549'), (u'INDIRECT_-1206490536', u'MULTIEQUAL_-1206490414'), (u'INDIRECT_-1206490301', u'MULTIEQUAL_-1206490262'), ('const-4294967260', u'PTRSUB_-1206489247'), (u'MULTIEQUAL_-1206493651', u'CALL_-1206496407'), ('const-0', u'PTRSUB_-1206490725'), (u'INDIRECT_-1206492393', u'MULTIEQUAL_-1206492542'), (u'INDIRECT_-1206489604', u'MULTIEQUAL_-1206489720'), (u'MULTIEQUAL_-1206491340', u'COPY_-1206489999'), (u'MULTIEQUAL_-1206492489', u'PTRADD_-1206489044'), (u'CALL_-1206497265', u'INT_EQUAL_-1206497251'), (u'PTRSUB_-1206489385', u'LOAD_-1206495107'), (u'CALL_-1206494476', u'INDIRECT_-1206489723'), (u'PTRSUB_-1206490858', u'LOAD_-1206497897'), (u'INDIRECT_-1206492768', u'CALL_-1206497613'), (u'INDIRECT_-1206491191', u'MULTIEQUAL_-1206491164'), ('const-92', u'CALL_-1206494476'), (u'INDIRECT_-1206492803', u'CALL_-1206498026'), ('tmp_6697', u'PTRSUB_-1206489334'), ('tmp_266', u'CBRANCH_-1206497982'), (u'INDIRECT_-1206489680', u'MULTIEQUAL_-1206489796'), ('tmp_13179', u'PTRSUB_-1206489247'), (u'MULTIEQUAL_-1206493617', u'MULTIEQUAL_-1206493606'), ('const-20', u'PTRADD_-1206490350'), (u'LOAD_-1206497909', u'PTRSUB_-1206490818'), ('const-0', u'INT_EQUAL_-1206497518'), (u'MULTIEQUAL_-1206489318', u'MULTIEQUAL_-1206489299'), (u'LOAD_-1206497697', u'CALL_-1206495354'), (u'PTRSUB_-1206488913', u'LOAD_-1206494062'), (u'CALL_-1206496595', u'INDIRECT_-1206490642'), (u'MULTIEQUAL_-1206489682', u'MULTIEQUAL_-1206489527'), (u'MULTIEQUAL_-1206490572', u'MULTIEQUAL_-1206490547'), (u'INDIRECT_-1206490000', u'MULTIEQUAL_-1206489834'), ('tmp_6697', u'PTRSUB_-1206488671'), (u'CALL_-1206496581', u'INDIRECT_-1206490632'), (u'CAST_-1206489486', u'CALL_-1206495402'), (u'INDIRECT_-1206490128', u'MULTIEQUAL_-1206490936'), (u'CAST_-1206489981', u'INT_SLESS_-1206496367'), ('const-4294967295', u'INT_ADD_-1206497376'), (u'INDIRECT_-1206492452', u'MULTIEQUAL_-1206492542'), ('const-417', u'LOAD_-1206496518'), (u'CAST_-1206490135', u'MULTIEQUAL_-1206491442'), (u'LOAD_-1206497697', u'PTRSUB_-1206489149'), (u'INDIRECT_-1206491115', u'MULTIEQUAL_-1206491021'), (u'LOAD_-1206497697', u'CALL_-1206497039'), (u'INDIRECT_-1206490960', u'MULTIEQUAL_-1206490871'), (u'MULTIEQUAL_-1206493480', u'CALL_-1206496595'), ('const-417', u'LOAD_-1206490645'), ('tmp_4703', u'CBRANCH_-1206494528'), ('const-20', u'PTRADD_-1206490344'), (u'CALL_-1206494102', u'INDIRECT_-1206489580'), (u'INT_EQUAL_-1206497518', u'CBRANCH_-1206497516'), ('tmp_3581', u'BRANCH_-1206495363'), (u'MULTIEQUAL_-1206490552', u'MULTIEQUAL_-1206490526'), (u'MULTIEQUAL_-1206492468', u'CALL_-1206493622'), (u'MULTIEQUAL_-1206493651', u'CALL_-1206496477'), (u'CALL_-1206494934', u'INT_NOTEQUAL_-1206494672'), (u'CALL_-1206494934', u'COPY_-1206489780'), (u'INDIRECT_-1206493456', u'MULTIEQUAL_-1206493424'), (u'CALL_-1206496477', u'INDIRECT_-1206490579'), (u'INDIRECT_-1206491578', u'MULTIEQUAL_-1206491497'), (u'MULTIEQUAL_-1206493449', u'PTRSUB_-1206489983'), (u'PTRSUB_-1206490780', u'LOAD_-1206497740'), (u'INT_ADD_-1206495053', u'STORE_-1206495050'), (u'MULTIEQUAL_-1206489539', u'MULTIEQUAL_-1206489318'), (u'INDIRECT_-1206494461', u'PTRSUB_-1206490866'), ('const-11', u'CALL_-1206495378'), (u'MULTIEQUAL_-1206489767', u'MULTIEQUAL_-1206489546'), (u'PTRSUB_-1206490784', u'LOAD_-1206497746'), ('tmp_6697', u'CALL_-1206494592'), (u'CALL_-1206497911', u'INDIRECT_-1206494198'), (u'MULTIEQUAL_-1206493272', u'MULTIEQUAL_-1206493268'), ('const-417', u'LOAD_-1206497876'), (u'CALL_-1206495267', u'INDIRECT_-1206489860'), (u'LOAD_-1206497909', u'PTRSUB_-1206489759'), (u'INDIRECT_-1206494553', u'INT_EQUAL_-1206497411'), ('const-0', u'PTRSUB_-1206490799'), (u'INDIRECT_-1206489706', u'MULTIEQUAL_-1206489629'), (u'COPY_-1206495357', u'MULTIEQUAL_-1206491419'), ('const-20', u'PTRADD_-1206489044'), ('const-50', u'CALL_-1206497183'), (u'LOAD_-1206490646', u'PIECE_-1206490589'), (u'LOAD_-1206495101', u'PTRSUB_-1206489067'), ('tmp_6697', u'PTRSUB_-1206490227'), (u'CALL_-1206494560', u'INDIRECT_-1206489727'), (u'CALL_-1206494022', u'INDIRECT_-1206489436'), (u'PTRSUB_-1206490219', u'STORE_-1206496862'), ('const-417', u'LOAD_-1206494671'), ('const-36', u'CALL_-1206496739'), (u'INT_NOTEQUAL_-1206494672', u'BOOL_AND_-1206492454'), (u'INDIRECT_-1206489757', u'MULTIEQUAL_-1206489682'), (u'INT_NOTEQUAL_-1206493607', u'BOOL_AND_-1206491333'), (u'CALL_-1206494132', u'INDIRECT_-1206492347'), (u'MULTIEQUAL_-1206490628', u'MULTIEQUAL_-1206490602'), (u'LOAD_-1206496170', u'PTRADD_-1206489988'), (u'INDIRECT_-1206490285', u'MULTIEQUAL_-1206490267'), (u'INDIRECT_-1206492913', u'MULTIEQUAL_-1206492853'), (u'LOAD_-1206496085', u'MULTIEQUAL_-1206493567'), (u'INDIRECT_-1206490960', u'MULTIEQUAL_-1206490107'), (u'CALL_-1206494560', u'INDIRECT_-1206489651'), ('tmp_1278', u'CBRANCH_-1206497250'), (u'PTRSUB_-1206490710', u'CALL_-1206497582'), (u'LOAD_-1206497288', u'CALL_-1206497273'), ('const-0', u'INT_NOTEQUAL_-1206497541'), ('tmp_2755', u'CBRANCH_-1206496197'), ('tmp_6697', u'PTRSUB_-1206490082'), (u'INDIRECT_-1206490710', u'MULTIEQUAL_-1206490678'), (u'PTRSUB_-1206490972', u'LOAD_-1206498119'), (u'LOAD_-1206496249', u'STORE_-1206496150'), (u'INDIRECT_-1206489490', u'MULTIEQUAL_-1206490628'), (u'MULTIEQUAL_-1206489539', u'MULTIEQUAL_-1206489527'), (u'CALL_-1206494560', u'CALL_-1206494530'), (u'INDIRECT_-1206492479', u'MULTIEQUAL_-1206492437'), ('tmp_1071', u'CBRANCH_-1206497405'), (u'INDIRECT_-1206491007', u'CALL_-1206496944'), (u'MULTIEQUAL_-1206492243', u'CALL_-1206497065'), (u'INT_ADD_-1206494788', u'CAST_-1206489757'), ('tmp_4164', u'CBRANCH_-1206495018'), (u'INDIRECT_-1206490243', u'MULTIEQUAL_-1206490154'), (u'INT_EQUAL_-1206495653', u'CBRANCH_-1206495650'), (u'PTRSUB_-1206490102', u'LOAD_-1206496518'), (u'PTRSUB_-1206490082', u'STORE_-1206496479'), (u'INDIRECT_-1206494553', u'CAST_-1206489312'), (u'INDIRECT_-1206489428', u'MULTIEQUAL_-1206489553'), (u'PTRSUB_-1206490866', u'LOAD_-1206497909'), (u'INDIRECT_-1206489706', u'MULTIEQUAL_-1206489796'), ('const-0', u'INT_SLESS_-1206493771'), ('tmp_5843', u'CBRANCH_-1206493778'), (u'INT_ADD_-1206497475', u'INT_EQUAL_-1206497468'), (u'MULTIEQUAL_-1206490526', u'MULTIEQUAL_-1206490516'), ('tmp_5797', u'BRANCH_-1206493773'), ('tmp_2100', u'CBRANCH_-1206496697'), (u'INT_ADD_-1206495053', u'CALL_-1206494560'), (u'INDIRECT_-1206489723', u'MULTIEQUAL_-1206489872'), (u'MULTIEQUAL_-1206489629', u'MULTIEQUAL_-1206489615'), ('const-20', u'PTRADD_-1206489119'), ('tmp_6697', u'PTRSUB_-1206490264'), (u'INT_EQUAL_-1206497442', u'CBRANCH_-1206497438'), (u'MULTIEQUAL_-1206493246', u'MULTIEQUAL_-1206494167'), (u'MULTIEQUAL_-1206491419', u'INT_NOTEQUAL_-1206496793'), ('const-2', u'PTRSUB_-1206490586'), ('const-417', u'LOAD_-1206496190'), (u'PTRSUB_-1206489983', u'STORE_-1206496150'), (u'LOAD_-1206496692', u'INT_ADD_-1206496668'), (u'CALL_-1206496477', u'INDIRECT_-1206490807'), (u'LOAD_-1206494551', u'MULTIEQUAL_-1206492468'), ('const-417', u'LOAD_-1206496122'), ('tmp_2909', u'CBRANCH_-1206496096'), (u'MULTIEQUAL_-1206490526', u'MULTIEQUAL_-1206490522'), (u'INT_EQUAL_-1206496901', u'CBRANCH_-1206496897'), (u'CAST_-1206489888', u'MULTIEQUAL_-1206493449'), (u'INT_EQUAL_-1206497468', u'CBRANCH_-1206497466'), (u'CALL_-1206495431', u'INDIRECT_-1206490052'), ('tmp_644', u'CBRANCH_-1206497721'), (u'CALL_-1206498156', u'INDIRECT_-1206492879'), (u'PTRSUB_-1206489334', u'LOAD_-1206495013'), (u'LOAD_-1206497788', u'MULTIEQUAL_-1206492468'), (u'MULTIEQUAL_-1206490450', u'MULTIEQUAL_-1206490400'), (u'MULTIEQUAL_-1206490576', u'MULTIEQUAL_-1206491497'), (u'INT_ADD_-1206497987', u'CAST_-1206490742'), (u'CALL_-1206495086', u'INDIRECT_-1206489924'), ('const-417', u'LOAD_-1206497400'), ('tmp_5147', u'CBRANCH_-1206494436'), (u'CALL_-1206497911', u'INDIRECT_-1206491528'), ('const-0', u'COPY_-1206498043'), (u'INT_SLESS_-1206494860', u'CBRANCH_-1206494867'), ('tmp_2152', u'BRANCH_-1206496660'), ('tmp_6216', u'CBRANCH_-1206494728'), (u'INDIRECT_-1206489900', u'MULTIEQUAL_-1206490708'), (u'LOAD_-1206494494', u'PTRADD_-1206489119'), ('const-1', u'INT_ADD_-1206497475'), (u'INDIRECT_-1206489985', u'MULTIEQUAL_-1206489910'), (u'MULTIEQUAL_-1206489629', u'CALL_-1206494422'), (u'PTRSUB_-1206490348', u'STORE_-1206496869'), (u'INDIRECT_-1206489324', u'MULTIEQUAL_-1206491084'), (u'INDIRECT_-1206490711', u'MULTIEQUAL_-1206490516'), ('const-0', u'INT_SLESS_-1206494060'), (u'CALL_-1206496290', u'INDIRECT_-1206493375'), (u'LOAD_-1206497926', u'CAST_-1206490750'), (u'PTRSUB_-1206490799', u'LOAD_-1206497769'), ('const-0', u'CALL_-1206495473'), (u'INDIRECT_-1206490338', u'MULTIEQUAL_-1206490678'), ('const-0', u'CALL_-1206494022'), (u'MULTIEQUAL_-1206489470', u'MULTIEQUAL_-1206489451'), (u'INDIRECT_-1206491036', u'MULTIEQUAL_-1206490947'), (u'INDIRECT_-1206494553', u'COPY_-1206489650'), ('const-53', u'CALL_-1206494560'), (u'LOAD_-1206497697', u'CALL_-1206496447'), (u'PTRSUB_-1206488928', u'LOAD_-1206494100'), ('tmp_6697', u'PTRSUB_-1206490253'), ('const-1', u'INT_EQUAL_-1206497124'), (u'CAST_-1206490307', u'CALL_-1206497039'), ('const-4294967295', u'INT_ADD_-1206496213'), (u'INDIRECT_-1206492746', u'MULTIEQUAL_-1206492580'), (u'PTRSUB_-1206490605', u'LOAD_-1206497400'), (u'MULTIEQUAL_-1206493298', u'MULTIEQUAL_-1206493272'), (u'LOAD_-1206494671', u'INT_ADD_-1206494648'), (u'MULTIEQUAL_-1206494167', u'INT_ADD_-1206497987'), (u'PTRSUB_-1206490733', u'CAST_-1206490603'), (u'CALL_-1206496447', u'INDIRECT_-1206490786'), ('tmp_2958', u'CBRANCH_-1206496059'), (u'CALL_-1206494136', u'INDIRECT_-1206492236'), (u'LOAD_-1206497746', u'MULTIEQUAL_-1206493589'), (u'INT_OR_-1206491527', u'CAST_-1206488829'), (u'INT_ADD_-1206496262', u'INT_NOTEQUAL_-1206496254'), ('const-4294967295', u'INT_ADD_-1206494648'), ('const-417', u'STORE_-1206496479'), (u'CALL_-1206495473', u'INDIRECT_-1206490119'), ('const-11', u'CALL_-1206495712'), ('const-0', u'PTRSUB_-1206490812'), (u'INDIRECT_-1206493825', u'MULTIEQUAL_-1206493767'), ('const-19', u'PTRSUB_-1206489318'), ('const-0', u'INT_NOTEQUAL_-1206498011'), (u'INDIRECT_-1206490629', u'MULTIEQUAL_-1206490602'), ('const-0', u'PTRSUB_-1206489681'), (u'MULTIEQUAL_-1206490797', u'CALL_-1206494900'), (u'INDIRECT_-1206492879', u'CALL_-1206498026'), (u'CALL_-1206493622', u'INT_NOTEQUAL_-1206493588'), (u'INDIRECT_-1206493825', u'MULTIEQUAL_-1206493834'), ('const-417', u'LOAD_-1206494528'), (u'CALL_-1206495402', u'INDIRECT_-1206490036'), ('const-44', u'PTRSUB_-1206490089'), (u'INDIRECT_-1206490808', u'MULTIEQUAL_-1206489955'), (u'MULTIEQUAL_-1206490797', u'MULTIEQUAL_-1206490761'), (u'MULTIEQUAL_-1206489834', u'MULTIEQUAL_-1206489679'), (u'INT_SLESS_-1206496367', u'CBRANCH_-1206496374'), (u'COPY_-1206490749', u'COPY_-1206490633'), ('const-1', u'COPY_-1206497834'), (u'MULTIEQUAL_-1206489553', u'MULTIEQUAL_-1206489539'), ('tmp_1193', u'CBRANCH_-1206497329'), (u'INDIRECT_-1206490534', u'MULTIEQUAL_-1206490500'), (u'INDIRECT_-1206489967', u'MULTIEQUAL_-1206489926'), ('const-4294967292', u'INT_MULT_-1206492545'), (u'CALL_-1206495473', u'INDIRECT_-1206490195'), ('tmp_889', u'CBRANCH_-1206497539'), (u'INDIRECT_-1206489860', u'MULTIEQUAL_-1206490400'), ('tmp_6697', u'CALL_-1206493990'), (u'CALL_-1206495712', u'INDIRECT_-1206490110'), (u'LOAD_-1206494528', u'INT_SLESS_-1206494488'), ('const-44', u'PTRSUB_-1206488682'), ('const-417', u'STORE_-1206493778'), (u'MULTIEQUAL_-1206492468', u'INT_EQUAL_-1206497156'), (u'LOAD_-1206497697', u'PTRSUB_-1206490367'), (u'CALL_-1206495354', u'INDIRECT_-1206490015'), (u'CAST_-1206490676', u'PTRSUB_-1206490587'), ('const-1', u'INT_ADD_-1206495778'), ('tmp_2456', u'CBRANCH_-1206496420'), (u'CALL_-1206495402', u'INDIRECT_-1206490264'), (u'CAST_-1206489052', u'INT_SEXT_-1206494453'), ('const-11', u'CALL_-1206495354'), (u'INDIRECT_-1206490076', u'MULTIEQUAL_-1206489527'), (u'INT_ADD_-1206494402', u'MULTIEQUAL_-1206492489'), ('const-20', u'PTRSUB_-1206489759'), (u'CALL_-1206496595', u'CALL_-1206496581'), (u'LOAD_-1206494528', u'INT_ADD_-1206489166'), (u'CALL_-1206495354', u'MULTIEQUAL_-1206490572'), (u'MULTIEQUAL_-1206492243', u'CALL_-1206494132'), ('const-417', u'LOAD_-1206496249'), ('const-4', u'PTRADD_-1206489273'), (u'CAST_-1206490452', u'INT_SLESS_-1206497322'), (u'LOAD_-1206494804', u'INT_ADD_-1206494767'), (u'CALL_-1206496581', u'INDIRECT_-1206493530'), (u'INDIRECT_-1206490541', u'MULTIEQUAL_-1206490526'), (u'INDIRECT_-1206491036', u'MULTIEQUAL_-1206490183'), ('const-0', u'CALL_-1206494761'), (u'PTRSUB_-1206490877', u'LOAD_-1206497926'), ('const-417', u'LOAD_-1206497788'), (u'INDIRECT_-1206489248', u'MULTIEQUAL_-1206491008'), (u'COPY_-1206490000', u'MULTIEQUAL_-1206493382'), (u'MULTIEQUAL_-1206492468', u'CAST_-1206489981'), ('const-417', u'LOAD_-1206490647'), ('const-417', u'LOAD_-1206494062'), ('const-0', u'COPY_-1206498054'), (u'INT_ADD_-1206496387', u'MULTIEQUAL_-1206493480'), (u'CALL_-1206496477', u'INDIRECT_-1206493477'), (u'CALL_-1206494543', u'INDIRECT_-1206489680'), (u'LOAD_-1206494409', u'INT_SLESS_-1206494384'), ('tmp_2870', u'CBRANCH_-1206496126'), (u'INDIRECT_-1206489647', u'MULTIEQUAL_-1206489796'), (u'CAST_-1206490601', u'CALL_-1206497613'), (u'CALL_-1206495431', u'INDIRECT_-1206492798'), ('tmp_4464', u'BRANCH_-1206494803'), (u'INT_ADD_-1206497183', u'INT_EQUAL_-1206497156'), (u'INT_ADD_-1206494779', u'COPY_-1206489821'), (u'INT_NOTEQUAL_-1206496793', u'CBRANCH_-1206496792'), ('const-11', u'CALL_-1206494022'), (u'CALL_-1206497613', u'INDIRECT_-1206491157'), (u'INT_EQUAL_-1206495024', u'CBRANCH_-1206495018'), (u'PTRSUB_-1206488682', u'LOAD_-1206493805'), ('const-0', u'PTRSUB_-1206490695'), (u'INDIRECT_-1206493439', u'MULTIEQUAL_-1206493424'), ('tmp_2210', u'BRANCH_-1206496474'), (u'MULTIEQUAL_-1206489767', u'MULTIEQUAL_-1206489755'), (u'MULTIEQUAL_-1206492243', u'INT_ADD_-1206497193'), (u'LOAD_-1206497697', u'CALL_-1206495402'), ('const-20', u'PTRSUB_-1206489381'), (u'LOAD_-1206497697', u'CALL_-1206494102'), (u'MULTIEQUAL_-1206492468', u'CALL_-1206497065'), ('tmp_6697', u'PTRSUB_-1206488682'), (u'INDIRECT_-1206489338', u'MULTIEQUAL_-1206490400'), (u'CALL_-1206497265', u'INDIRECT_-1206491191'), ('const-0', u'COPY_-1206495357'), (u'CALL_-1206494074', u'INDIRECT_-1206492205'), (u'INDIRECT_-1206490377', u'MULTIEQUAL_-1206490338'), ('const-52', u'CALL_-1206494132'), (u'CALL_-1206494102', u'INDIRECT_-1206492326'), (u'LOAD_-1206497808', u'PTRSUB_-1206490812'), ('const-417', u'LOAD_-1206497746'), (u'INDIRECT_-1206490110', u'MULTIEQUAL_-1206490450'), (u'INDIRECT_-1206493280', u'MULTIEQUAL_-1206493246'), (u'CALL_-1206497757', u'INDIRECT_-1206492768'), (u'CAST_-1206489419', u'CALL_-1206495473'), (u'CALL_-1206494592', u'CALL_-1206494132'), ('const-4294967248', u'PTRSUB_-1206490765'), (u'INDIRECT_-1206490453', u'MULTIEQUAL_-1206490414'), (u'LOAD_-1206497697', u'CALL_-1206495267'), (u'CALL_-1206495876', u'INDIRECT_-1206490200'), (u'INT_MULT_-1206492545', u'INT_ADD_-1206489891'), (u'CALL_-1206498156', u'INDIRECT_-1206492803'), ('const-417', u'STORE_-1206494461'), (u'LOAD_-1206497697', u'PTRSUB_-1206488913'), (u'INDIRECT_-1206490453', u'MULTIEQUAL_-1206491160'), ('const-417', u'LOAD_-1206497926'), (u'CALL_-1206497273', u'INDIRECT_-1206493867'), (u'CALL_-1206495431', u'INDIRECT_-1206490128'), (u'MULTIEQUAL_-1206492437', u'MULTIEQUAL_-1206492425'), (u'PTRSUB_-1206490588', u'LOAD_-1206490647'), ('tmp_3947', u'CBRANCH_-1206495292'), (u'INT_NOTEQUAL_-1206493588', u'BOOL_AND_-1206491333'), (u'BOOL_AND_-1206491333', u'MULTIEQUAL_-1206490662'), (u'CAST_-1206489562', u'CALL_-1206495712'), (u'CALL_-1206495354', u'INDIRECT_-1206492913'), (u'CALL_-1206494132', u'CALL_-1206494102'), (u'CAST_-1206490676', u'PTRSUB_-1206490656'), (u'INT_ADD_-1206496470', u'STORE_-1206496479'), (u'MULTIEQUAL_-1206491269', u'INT_NOTEQUAL_-1206497988'), (u'INT_EQUAL_-1206496703', u'CBRANCH_-1206495656'), (u'PTRADD_-1206490170', u'LOAD_-1206496226'), ('const-0', u'INT_NOTEQUAL_-1206496838'), (u'CALL_-1206496595', u'INDIRECT_-1206493540'), (u'INDIRECT_-1206494553', u'COPY_-1206489690'), ('tmp_6697', u'PTRSUB_-1206489968'), (u'PTRSUB_-1206490594', u'STORE_-1206497373'), ('const-4', u'PTRADD_-1206490581'), (u'INDIRECT_-1206491155', u'MULTIEQUAL_-1206491097'), (u'CALL_-1206496477', u'INDIRECT_-1206490731'), (u'CALL_-1206496581', u'CAST_-1206490010'), (u'INDIRECT_-1206489924', u'MULTIEQUAL_-1206489758'), (u'INDIRECT_-1206491007', u'CALL_-1206495267'), (u'CALL_-1206496944', u'MULTIEQUAL_-1206491340'), (u'CALL_-1206497039', u'INDIRECT_-1206491007'), (u'CALL_-1206494530', u'INDIRECT_-1206489782'), ('const-4294967256', u'PTRSUB_-1206490733'), ('tmp_6697', u'PTRSUB_-1206490799'), ('const-417', u'LOAD_-1206496170'), ('const-0', u'PTRSUB_-1206489295'), ('tmp_6697', u'PTRSUB_-1206490784'), (u'MULTIEQUAL_-1206493906', u'MULTIEQUAL_-1206493834'), ('const-19', u'PTRSUB_-1206490236'), (u'INT_EQUAL_-1206496175', u'CBRANCH_-1206496171'), (u'CALL_-1206495378', u'INDIRECT_-1206489926'), ('const-0', u'PTRSUB_-1206490588'), (u'LOAD_-1206497740', u'INT_EQUAL_-1206497725'), (u'LOAD_-1206497697', u'CALL_-1206494560'), ('const-0', u'INT_NOTEQUAL_-1206494563'), (u'LOAD_-1206497697', u'CALL_-1206494004'), ('tmp_6698', u'INT_EQUAL_-1206495437'), (u'INT_SUB_-1206496231', u'INT_ZEXT_-1206496218'), (u'INDIRECT_-1206490863', u'MULTIEQUAL_-1206490668'), (u'INT_EQUAL_-1206497124', u'CBRANCH_-1206497120'), (u'COPY_-1206489821', u'MULTIEQUAL_-1206493288'), (u'CALL_-1206495799', u'INDIRECT_-1206489283'), ('const-0', u'INT_SLESS_-1206494488'), ('const-90', u'CALL_-1206496530'), (u'INDIRECT_-1206489757', u'MULTIEQUAL_-1206489318'), ('const-0', u'CALL_-1206495712'), ('const-417', u'LOAD_-1206493805'), (u'CALL_-1206498156', u'INDIRECT_-1206494461'), (u'LOAD_-1206497697', u'CALL_-1206497183'), ('const-417', u'LOAD_-1206496492'), (u'INDIRECT_-1206494553', u'CAST_-1206489486'), (u'CALL_-1206495712', u'INDIRECT_-1206490338'), (u'CALL_-1206497582', u'COPY_-1206490638'), (u'INDIRECT_-1206493706', u'MULTIEQUAL_-1206493617'), (u'MULTIEQUAL_-1206490761', u'INT_NOTEQUAL_-1206494563'), ('tmp_6697', u'CALL_-1206493622'), (u'INDIRECT_-1206490963', u'MULTIEQUAL_-1206490869'), (u'INDIRECT_-1206491079', u'MULTIEQUAL_-1206491021'), (u'INDIRECT_-1206489809', u'MULTIEQUAL_-1206489767'), (u'CAST_-1206490742', u'LOAD_-1206498001'), ('tmp_6697', u'CALL_-1206496407'), ('const-100', u'PTRSUB_-1206490367'), ('const-417', u'LOAD_-1206494605'), (u'INDIRECT_-1206490315', u'CALL_-1206495764'), ('tmp_1884', u'CBRANCH_-1206496838'), ('tmp_453', u'CBRANCH_-1206497856'), ('tmp_6697', u'PTRSUB_-1206489309'), (u'INT_NOTEQUAL_-1206494154', u'CBRANCH_-1206494153'), (u'COPY_-1206490638', u'MULTIEQUAL_-1206492243'), (u'INT_NOTEQUAL_-1206494839', u'CBRANCH_-1206494617'), (u'CALL_-1206494022', u'INDIRECT_-1206489284'), (u'MULTIEQUAL_-1206491236', u'MULTIEQUAL_-1206491164'), (u'INDIRECT_-1206490511', u'MULTIEQUAL_-1206491421'), (u'INDIRECT_-1206490711', u'MULTIEQUAL_-1206490115'), (u'COPY_-1206497834', u'MULTIEQUAL_-1206492468'), ('tmp_983', u'CBRANCH_-1206497466'), (u'CAST_-1206489081', u'CALL_-1206494530'), (u'CALL_-1206497273', u'CALL_-1206497265'), (u'INDIRECT_-1206490088', u'MULTIEQUAL_-1206490628'), (u'CALL_-1206494900', u'INDIRECT_-1206489909'), ('const-1', u'INT_ADD_-1206496262'), (u'CALL_-1206496407', u'INDIRECT_-1206490541'), (u'INDIRECT_-1206494461', u'PTRSUB_-1206490549'), (u'INDIRECT_-1206490384', u'MULTIEQUAL_-1206490262'), (u'CALL_-1206495764', u'INDIRECT_-1206490361'), (u'LOAD_-1206496190', u'INT_EQUAL_-1206496175'), (u'MULTIEQUAL_-1206490598', u'MULTIEQUAL_-1206490576'), (u'CALL_-1206496407', u'INDIRECT_-1206490693'), ('const-1', u'INT_ADD_-1206494779'), (u'MULTIEQUAL_-1206490397', u'CALL_-1206494074'), (u'CALL_-1206494900', u'INDIRECT_-1206489757'), ('const-417', u'LOAD_-1206496896'), (u'CALL_-1206493622', u'INT_NOTEQUAL_-1206493607'), ('const-0', u'COPY_-1206489364'), ('const-0', u'PTRSUB_-1206490219'), ('const-417', u'LOAD_-1206498119'), (u'MULTIEQUAL_-1206493959', u'CALL_-1206497273'), (u'MULTIEQUAL_-1206490078', u'MULTIEQUAL_-1206490871'), (u'INDIRECT_-1206490078', u'MULTIEQUAL_-1206490871'), (u'INDIRECT_-1206490705', u'MULTIEQUAL_-1206490678'), (u'CAST_-1206488732', u'CALL_-1206494022'), (u'INT_NOTEQUAL_-1206496838', u'CBRANCH_-1206496838'), ('tmp_6698', u'CAST_-1206489929'), (u'INDIRECT_-1206490587', u'MULTIEQUAL_-1206491497'), (u'LOAD_-1206496226', u'MULTIEQUAL_-1206493651'), (u'CALL_-1206495267', u'INDIRECT_-1206492758'), (u'MULTIEQUAL_-1206492468', u'CALL_-1206495267'), ('const-100', u'PTRSUB_-1206488913'), (u'INDIRECT_-1206490377', u'MULTIEQUAL_-1206491084'), ('const-0', u'RETURN_-1206497936'), ('tmp_6348', u'BRANCH_-1206494643'), ('const-0', u'CALL_-1206496739'), ('tmp_13179', u'PTRSUB_-1206490733'), (u'CALL_-1206496530', u'INDIRECT_-1206490758'), ('tmp_3909', u'CBRANCH_-1206495313'), ('tmp_922', u'CBRANCH_-1206497516'), (u'PTRSUB_-1206489366', u'LOAD_-1206495077'), ('const-417', u'STORE_-1206494974'), (u'CAST_-1206488755', u'CALL_-1206494074'), (u'INDIRECT_-1206494461', u'CALL_-1206497911'), (u'MULTIEQUAL_-1206491160', u'MULTIEQUAL_-1206491088'), ('const-0', u'INT_EQUAL_-1206494994'), (u'INDIRECT_-1206489909', u'MULTIEQUAL_-1206489834'), (u'INDIRECT_-1206490927', u'MULTIEQUAL_-1206490936'), (u'PTRSUB_-1206490765', u'CAST_-1206490647'), (u'MULTIEQUAL_-1206494239', u'PTRADD_-1206490581'), (u'MULTIEQUAL_-1206493906', u'MULTIEQUAL_-1206493767'), (u'CALL_-1206495764', u'INDIRECT_-1206490285'), (u'MULTIEQUAL_-1206490761', u'CALL_-1206494476'), (u'CALL_-1206498156', u'INDIRECT_-1206494553'), (u'CALL_-1206494592', u'CALL_-1206494476'), (u'CAST_-1206488829', u'INT_SEXT_-1206493995'), ('const-4294967294', u'CALL_-1206494102'), (u'INDIRECT_-1206492686', u'PIECE_-1206492694'), ('const-417', u'LOAD_-1206490646'), (u'CALL_-1206497065', u'INDIRECT_-1206493770'), (u'INT_SUB_-1206494969', u'STORE_-1206494974'), (u'CALL_-1206497265', u'INDIRECT_-1206491115'), ('const-92', u'CALL_-1206494900'), (u'CALL_-1206493990', u'INDIRECT_-1206489414'), (u'CALL_-1206494422', u'INDIRECT_-1206489581'), ('const-0', u'COPY_-1206497665'), ('const-44', u'PTRSUB_-1206488671'), (u'CALL_-1206498026', u'INDIRECT_-1206491502'), (u'MULTIEQUAL_-1206490400', u'MULTIEQUAL_-1206490374'), ('tmp_2187', u'CBRANCH_-1206496497'), (u'INT_MULT_-1206494776', u'INT_ADD_-1206489891'), ('const-28', u'CALL_-1206495267'), (u'PTRADD_-1206490581', u'LOAD_-1206495668'), (u'COPY_-1206490624', u'MULTIEQUAL_-1206494239'), ('const-1', u'RETURN_-1206495794'), (u'MULTIEQUAL_-1206492243', u'CALL_-1206494560'), (u'CAST_-1206490010', u'CALL_-1206496447'), ('const-0', u'CALL_-1206495712'), (u'CALL_-1206494900', u'INDIRECT_-1206489985'), (u'PTRSUB_-1206489015', u'LOAD_-1206494556'), ('const-56', u'PTRSUB_-1206489355'), (u'INT_ADD_-1206489166', u'PTRADD_-1206489119'), (u'CALL_-1206495378', u'INDIRECT_-1206490078'), (u'COPY_-1206489864', u'MULTIEQUAL_-1206493288'), ('const-0', u'PTRSUB_-1206488706'), (u'INT_ADD_-1206494648', u'INT_SLESS_-1206494630'), ('const-417', u'STORE_-1206496150'), (u'INDIRECT_-1206491350', u'MULTIEQUAL_-1206491269'), (u'INDIRECT_-1206492691', u'CAST_-1206490602'), ('const-417', u'STORE_-1206496665'), (u'INDIRECT_-1206489630', u'MULTIEQUAL_-1206489553'), (u'INDIRECT_-1206490558', u'MULTIEQUAL_-1206490526'), (u'LOAD_-1206494605', u'CALL_-1206494592'), (u'CALL_-1206495402', u'INDIRECT_-1206490188'), ('const-104', u'PTRSUB_-1206488928'), ('tmp_6698', u'INT_NOTEQUAL_-1206494839'), (u'CALL_-1206497065', u'CALL_-1206497039'), (u'LOAD_-1206497697', u'CALL_-1206495712'), (u'PTRSUB_-1206489994', u'LOAD_-1206496170'), (u'CALL_-1206497273', u'INDIRECT_-1206491197'), (u'CALL_-1206497265', u'INDIRECT_-1206493861'), (u'CALL_-1206494422', u'INDIRECT_-1206489657'), (u'LOAD_-1206490645', u'PIECE_-1206490589'), (u'INDIRECT_-1206489985', u'MULTIEQUAL_-1206489546'), (u'MULTIEQUAL_-1206492437', u'MULTIEQUAL_-1206492216'), (u'PTRSUB_-1206489355', u'STORE_-1206495050'), (u'INT_NOTEQUAL_-1206497988', u'CBRANCH_-1206497982'), (u'INDIRECT_-1206494553', u'INT_NOTEQUAL_-1206494839'), ('tmp_3344', u'BRANCH_-1206495428'), (u'MULTIEQUAL_-1206490183', u'CALL_-1206495473'), ('const-417', u'LOAD_-1206494556'), (u'MULTIEQUAL_-1206492243', u'CALL_-1206495402'), (u'INT_EQUAL_-1206494994', u'CBRANCH_-1206494993'), (u'CALL_-1206494136', u'INDIRECT_-1206489566'), (u'COPY_-1206489609', u'MULTIEQUAL_-1206491888'), ('const-1', u'INT_ADD_-1206493781'), (u'MULTIEQUAL_-1206492468', u'CALL_-1206494934'), ('const-165', u'INT_EQUAL_-1206497857'), ('const-0', u'INT_NOTEQUAL_-1206496793'), (u'CALL_-1206495712', u'INDIRECT_-1206490262'), (u'INT_NOTEQUAL_-1206494436', u'CBRANCH_-1206494436'), (u'CALL_-1206494560', u'INDIRECT_-1206492549'), (u'MULTIEQUAL_-1206492489', u'PTRADD_-1206489018'), (u'CALL_-1206494004', u'INDIRECT_-1206489500'), ('const-0', u'PTRSUB_-1206490858'), (u'MULTIEQUAL_-1206492216', u'MULTIEQUAL_-1206492197'), (u'INDIRECT_-1206489414', u'MULTIEQUAL_-1206490552'), (u'MULTIEQUAL_-1206491419', u'CAST_-1206489352'), (u'CALL_-1206497582', u'COPY_-1206489864'), ('tmp_6540', u'BRANCH_-1206494530'), (u'MULTIEQUAL_-1206489629', u'INT_NOTEQUAL_-1206494436'), ('const-417', u'LOAD_-1206495077'), (u'CALL_-1206498026', u'INDIRECT_-1206494248'), (u'INDIRECT_-1206492236', u'MULTIEQUAL_-1206493298'), (u'CALL_-1206494132', u'INDIRECT_-1206489525'), (u'PTRSUB_-1206488880', u'STORE_-1206494003'), (u'LOAD_-1206497697', u'CALL_-1206494022'), (u'LOAD_-1206497697', u'CALL_-1206494900'), (u'LOAD_-1206497746', u'PTRSUB_-1206490780'), (u'INT_NOTEQUAL_-1206496420', u'CBRANCH_-1206496420'), (u'PTRADD_-1206490344', u'PTRSUB_-1206490342'), (u'MULTIEQUAL_-1206492468', u'CAST_-1206489915'), ('tmp_6698', u'MULTIEQUAL_-1206491882'), (u'PTRSUB_-1206489948', u'LOAD_-1206496190'), ('const-4294967295', u'INT_ADD_-1206495053'), ('const-0', u'PTRSUB_-1206490877'), (u'LOAD_-1206497697', u'PTRSUB_-1206490379'), (u'INDIRECT_-1206489733', u'MULTIEQUAL_-1206489691'), (u'MULTIEQUAL_-1206493480', u'CALL_-1206496530'), (u'CALL_-1206496739', u'INDIRECT_-1206490863'), (u'CALL_-1206494530', u'INDIRECT_-1206489858'), (u'INDIRECT_-1206490784', u'CALL_-1206496530'), ('tmp_6698', u'INT_EQUAL_-1206497003'), (u'CAST_-1206490603', u'CALL_-1206497613'), ('tmp_3208', u'BRANCH_-1206495697'), (u'MULTIEQUAL_-1206492243', u'CALL_-1206495267'), (u'INT_SLESS_-1206496690', u'CBRANCH_-1206496697'), ('const-417', u'LOAD_-1206497808'), (u'CALL_-1206493622', u'INDIRECT_-1206489400'), (u'PTRSUB_-1206488671', u'STORE_-1206493778'), ('const-5', u'INT_EQUAL_-1206497442'), (u'INDIRECT_-1206494553', u'CAST_-1206490163'), (u'LOAD_-1206493810', u'INT_SLESS_-1206493771'), ('const-417', u'LOAD_-1206495668'), ('const-0', u'INT_NOTEQUAL_-1206496059'), (u'INDIRECT_-1206489581', u'MULTIEQUAL_-1206489539'), ('tmp_709', u'CBRANCH_-1206497662'), (u'INDIRECT_-1206490262', u'MULTIEQUAL_-1206490602'), (u'INDIRECT_-1206492655', u'MULTIEQUAL_-1206492580'), (u'CALL_-1206497757', u'INDIRECT_-1206491229'), (u'INT_EQUAL_-1206497879', u'CBRANCH_-1206497877'), (u'CAST_-1206490676', u'PTRSUB_-1206490586'), ('const-0', u'INT_EQUAL_-1206496175'), (u'LOAD_-1206497697', u'CALL_-1206497065'), (u'INT_NOTEQUAL_-1206496096', u'CBRANCH_-1206496096'), ('const-0', u'INT_NOTEQUAL_-1206494528'), (u'INDIRECT_-1206494461', u'PTRSUB_-1206490972'), (u'MULTIEQUAL_-1206493268', u'MULTIEQUAL_-1206493246'), (u'CALL_-1206494476', u'INDIRECT_-1206492393'), (u'CALL_-1206494004', u'INDIRECT_-1206492170'), (u'CALL_-1206497582', u'INDIRECT_-1206491365'), (u'LOAD_-1206497697', u'PTRSUB_-1206490003'), (u'INT_ADD_-1206497193', u'CALL_-1206497183'), (u'LOAD_-1206496896', u'PTRADD_-1206490350'), (u'MULTIEQUAL_-1206492468', u'INT_EQUAL_-1206495297'), (u'CALL_-1206493990', u'INDIRECT_-1206489262'), (u'INDIRECT_-1206491289', u'MULTIEQUAL_-1206491160'), (u'INDIRECT_-1206493199', u'MULTIEQUAL_-1206493160'), ('const-417', u'LOAD_-1206497792'), (u'CALL_-1206496581', u'INDIRECT_-1206490784'), (u'MULTIEQUAL_-1206491442', u'MULTIEQUAL_-1206491442'), (u'INDIRECT_-1206489495', u'MULTIEQUAL_-1206489644'), (u'INT_NOTEQUAL_-1206496059', u'CBRANCH_-1206496059'), (u'INDIRECT_-1206490154', u'MULTIEQUAL_-1206490947'), (u'MULTIEQUAL_-1206490154', u'MULTIEQUAL_-1206490947'), (u'PTRSUB_-1206490755', u'LOAD_-1206497697'), (u'INT_EQUAL_-1206497811', u'CBRANCH_-1206497809'), (u'INDIRECT_-1206490863', u'MULTIEQUAL_-1206490267'), (u'CALL_-1206494022', u'INDIRECT_-1206492182'), ('tmp_6697', u'PTRSUB_-1206490605'), ('const-0', u'INT_EQUAL_-1206497251'), (u'INDIRECT_-1206490963', u'MULTIEQUAL_-1206490936'), (u'INT_NOTEQUAL_-1206494563', u'CBRANCH_-1206494563'), (u'MULTIEQUAL_-1206490397', u'INT_NOTEQUAL_-1206494154'), (u'INT_ADD_-1206495053', u'CALL_-1206494004'), (u'LOAD_-1206496518', u'INT_EQUAL_-1206496499'), (u'CALL_-1206495378', u'INDIRECT_-1206492824'), ('const-12', u'PTRSUB_-1206490972'), ('tmp_6357', u'CBRANCH_-1206493643'), (u'LOAD_-1206497697', u'PTRSUB_-1206489138'), (u'MULTIEQUAL_-1206489926', u'MULTIEQUAL_-1206490719'), (u'INDIRECT_-1206489926', u'MULTIEQUAL_-1206490719'), ('const-2', u'INT_SLESS_-1206496690'), (u'COPY_-1206490633', u'MULTIEQUAL_-1206494239'), (u'LOAD_-1206495101', u'PTRSUB_-1206489272'), (u'INDIRECT_-1206489630', u'MULTIEQUAL_-1206489720'), (u'CALL_-1206497613', u'INDIRECT_-1206491309'), ('const-19', u'PTRSUB_-1206489334'), (u'CAST_-1206490749', u'LOAD_-1206494470'), ('const-0', u'PTRSUB_-1206489949'), (u'INT_ADD_-1206497475', u'INT_EQUAL_-1206495653'), ('tmp_1802', u'CBRANCH_-1206496897'), (u'PTRSUB_-1206489217', u'LOAD_-1206494671'), (u'CALL_-1206497757', u'INDIRECT_-1206494127'), (u'CAST_-1206488895', u'CALL_-1206494132'), (u'INDIRECT_-1206489657', u'MULTIEQUAL_-1206489615'), ('const-0', u'CALL_-1206494074'), (u'INDIRECT_-1206493031', u'MULTIEQUAL_-1206493013'), (u'LOAD_-1206497697', u'PTRSUB_-1206488928'), ('const-417', u'LOAD_-1206498092'), ('const-0', u'COPY_-1206490374'), (u'MULTIEQUAL_-1206493382', u'PTRADD_-1206489988'), (u'INDIRECT_-1206490361', u'MULTIEQUAL_-1206490343'), (u'INDIRECT_-1206494461', u'PTRSUB_-1206489385'), (u'CALL_-1206497613', u'INDIRECT_-1206494055'), (u'CAST_-1206489758', u'INT_ADD_-1206494788'), (u'CALL_-1206496944', u'INDIRECT_-1206490808'), (u'PTRADD_-1206490350', u'PTRSUB_-1206490348'), (u'CALL_-1206496407', u'INDIRECT_-1206493439'), (u'INT_ADD_-1206494779', u'INT_NOTEQUAL_-1206494731'), (u'PTRSUB_-1206489117', u'STORE_-1206494461'), (u'CALL_-1206497582', u'INT_NOTEQUAL_-1206494704'), (u'INDIRECT_-1206489580', u'MULTIEQUAL_-1206489705'), ('const-0', u'CALL_-1206496944'), (u'CALL_-1206494132', u'INDIRECT_-1206489677'), (u'COPY_-1206489364', u'MULTIEQUAL_-1206492489'), (u'INDIRECT_-1206490119', u'MULTIEQUAL_-1206490078'), (u'INDIRECT_-1206494553', u'INT_EQUAL_-1206497003'), ('const-164', u'INT_EQUAL_-1206497879'), (u'LOAD_-1206497697', u'CALL_-1206494136'), (u'CALL_-1206495086', u'CAST_-1206488874'), (u'MULTIEQUAL_-1206490754', u'MULTIEQUAL_-1206490744'), (u'PTRSUB_-1206490656', u'PTRADD_-1206490581'), (u'CALL_-1206496944', u'INDIRECT_-1206493706'), (u'CALL_-1206494934', u'INDIRECT_-1206490384'), (u'CALL_-1206497757', u'CAST_-1206490676'), (u'INDIRECT_-1206489490', u'MULTIEQUAL_-1206490552'), (u'LOAD_-1206497697', u'CALL_-1206494074'), (u'INT_ADD_-1206494402', u'INT_SLESS_-1206494384'), (u'CAST_-1206490145', u'INT_SLESS_-1206496690'), (u'MULTIEQUAL_-1206490500', u'MULTIEQUAL_-1206491421'), (u'CALL_-1206494074', u'INDIRECT_-1206489459'), (u'CALL_-1206496944', u'PTRADD_-1206490344'), (u'INT_EQUAL_-1206495297', u'CBRANCH_-1206495292'), (u'LOAD_-1206496518', u'INT_SUB_-1206496231'), (u'LOAD_-1206494556', u'CALL_-1206494543'), (u'PTRSUB_-1206489759', u'PTRSUB_-1206489681'), ('const-417', u'LOAD_-1206498001'), (u'INDIRECT_-1206493861', u'MULTIEQUAL_-1206493834'), (u'MULTIEQUAL_-1206492468', u'CAST_-1206490563'), (u'CALL_-1206495876', u'INDIRECT_-1206490428'), (u'LOAD_-1206494062', u'PTRADD_-1206488882'), (u'CAST_-1206490835', u'LOAD_-1206498092'), (u'CALL_-1206495267', u'INDIRECT_-1206490088'), ('const-56', u'PTRSUB_-1206490605'), ('const-0', u'PTRSUB_-1206490379'), ('const-417', u'LOAD_-1206495107'), ('tmp_5885', u'CBRANCH_-1206495650'), (u'CALL_-1206496290', u'INDIRECT_-1206490629'), (u'CALL_-1206495828', u'INDIRECT_-1206490315'), ('const-0', u'PTRSUB_-1206489092'), (u'CALL_-1206497911', u'INDIRECT_-1206492762'), ('const-56', u'PTRSUB_-1206490253'), (u'INT_NOTEQUAL_-1206498011', u'CBRANCH_-1206498011'), (u'LOAD_-1206496492', u'INT_ADD_-1206496470'), (u'CALL_-1206496290', u'INDIRECT_-1206490477'), ('const-417', u'LOAD_-1206494100'), ('const-0', u'CALL_-1206496290'), (u'CALL_-1206495354', u'INDIRECT_-1206490243'), ('tmp_6697', u'CALL_-1206496581'), ('const-0', u'INT_EQUAL_-1206496901'), (u'MULTIEQUAL_-1206490348', u'MULTIEQUAL_-1206491269'), (u'INT_SLESS_-1206494060', u'CBRANCH_-1206494067'), (u'MULTIEQUAL_-1206490678', u'MULTIEQUAL_-1206490668'), (u'INT_SEXT_-1206494453', u'STORE_-1206494461'), (u'MULTIEQUAL_-1206492243', u'CALL_-1206494900'), ('const-0', u'COPY_-1206488910'), (u'MULTIEQUAL_-1206489705', u'MULTIEQUAL_-1206489691'), ('const-1', u'INT_SUB_-1206496231'), (u'CALL_-1206495473', u'INDIRECT_-1206489967'), ('tmp_6697', u'CALL_-1206494934'), (u'INT_ADD_-1206496213', u'COPY_-1206490000'), (u'INT_ADD_-1206489891', u'INT_ADD_-1206494788'), ('tmp_6697', u'PTRSUB_-1206489355'), ('const-417', u'LOAD_-1206495013'), (u'INDIRECT_-1206489262', u'MULTIEQUAL_-1206490400'), (u'LOAD_-1206494567', u'PTRSUB_-1206489753'), (u'PTRADD_-1206488882', u'PTRSUB_-1206488880'), (u'INDIRECT_-1206490529', u'MULTIEQUAL_-1206490490'), (u'CAST_-1206490676', u'CAST_-1206489758'), (u'INDIRECT_-1206492615', u'CAST_-1206490601'), (u'INDIRECT_-1206490000', u'MULTIEQUAL_-1206489451'), (u'INT_EQUAL_-1206497676', u'CBRANCH_-1206497662'), (u'MULTIEQUAL_-1206490602', u'MULTIEQUAL_-1206490552'), (u'INDIRECT_-1206493098', u'MULTIEQUAL_-1206493272'), (u'INDIRECT_-1206493008', u'MULTIEQUAL_-1206493348'), (u'MULTIEQUAL_-1206493526', u'INT_EQUAL_-1206497811'), (u'CALL_-1206496086', u'INDIRECT_-1206490534'), ('tmp_3275', u'CBRANCH_-1206495656'), (u'MULTIEQUAL_-1206490797', u'MULTIEQUAL_-1206490397'), ('tmp_6697', u'CALL_-1206497582'), (u'INDIRECT_-1206492655', u'MULTIEQUAL_-1206492216'), ('const-4294967294', u'CALL_-1206496447'), (u'CALL_-1206496944', u'MULTIEQUAL_-1206490572'), ('const-4', u'PTRSUB_-1206489037'), ('const-417', u'LOAD_-1206495101'), (u'CALL_-1206495799', u'INDIRECT_-1206489359'), (u'INT_ZEXT_-1206496218', u'PTRADD_-1206490170'), ('const-100', u'PTRSUB_-1206489994'), (u'MULTIEQUAL_-1206493959', u'INT_ADD_-1206496262'), ('tmp_224', u'CBRANCH_-1206498011'), (u'INDIRECT_-1206494553', u'INT_EQUAL_-1206495024'), (u'CALL_-1206498156', u'INDIRECT_-1206491493'), ('const-417', u'STORE_-1206496869'), (u'CAST_-1206490476', u'MULTIEQUAL_-1206491888'), ('const-0', u'PTRSUB_-1206489217'), (u'INT_SLESS_-1206496211', u'CBRANCH_-1206496197'), (u'CALL_-1206495086', u'CAST_-1206489081'), ('tmp_5663', u'CBRANCH_-1206494067'), ('const-0', u'PTRSUB_-1206489015'), (u'PTRSUB_-1206489272', u'LOAD_-1206494899'), ('const-4294967295', u'INT_ADD_-1206496668'), ('tmp_2970', u'BRANCH_-1206496042'), ('tmp_1438', u'CBRANCH_-1206497154'), (u'CALL_-1206495876', u'INDIRECT_-1206493098'), (u'INDIRECT_-1206489571', u'MULTIEQUAL_-1206489720'), (u'CALL_-1206497582', u'INT_MULT_-1206492545'), ('const-1', u'INT_ADD_-1206497183'), (u'INT_ADD_-1206488929', u'PTRADD_-1206488882'), ('const-0', u'CALL_-1206495378'), (u'CALL_-1206494592', u'CALL_-1206494560'), (u'COPY_-1206488910', u'MULTIEQUAL_-1206490662'), (u'MULTIEQUAL_-1206493567', u'CALL_-1206496045'), ('const-104', u'PTRSUB_-1206489149'), (u'LOAD_-1206494038', u'INT_OR_-1206491527'), (u'LOAD_-1206498119', u'CALL_-1206497582'), (u'INT_SLESS_-1206494488', u'CBRANCH_-1206494495'), (u'LOAD_-1206496896', u'PTRADD_-1206490344'), (u'PTRSUB_-1206489968', u'LOAD_-1206496122'), (u'CAST_-1206490476', u'CAST_-1206490468'), (u'INDIRECT_-1206491457', u'MULTIEQUAL_-1206490598'), (u'CALL_-1206497582', u'INT_ADD_-1206494879'), (u'INDIRECT_-1206490359', u'MULTIEQUAL_-1206491269'), ('tmp_3475', u'CBRANCH_-1206495430'), (u'INDIRECT_-1206489782', u'MULTIEQUAL_-1206489705'), (u'INDIRECT_-1206489566', u'MULTIEQUAL_-1206490628'), (u'INDIRECT_-1206490167', u'MULTIEQUAL_-1206490078'), (u'CALL_-1206494543', u'INT_NOTEQUAL_-1206494528'), ('tmp_5499', u'BRANCH_-1206493975'), ('tmp_6697', u'PTRSUB_-1206490236'), (u'CALL_-1206496595', u'INDIRECT_-1206490870'), (u'MULTIEQUAL_-1206492468', u'STORE_-1206496862'), (u'CALL_-1206495354', u'INDIRECT_-1206490167'), ('const-78', u'CALL_-1206494761'), (u'INDIRECT_-1206492758', u'MULTIEQUAL_-1206493298'), (u'CAST_-1206489757', u'LOAD_-1206494804'), (u'INDIRECT_-1206490382', u'MULTIEQUAL_-1206490348'), ('const-4294967295', u'INT_ADD_-1206489166'), (u'INT_ADD_-1206496496', u'CALL_-1206496477'), ('const-417', u'LOAD_-1206494899'), (u'MULTIEQUAL_-1206490719', u'MULTIEQUAL_-1206490708'), ('const-417', u'LOAD_-1206496085'), (u'INDIRECT_-1206494553', u'CAST_-1206489419'), (u'INDIRECT_-1206494553', u'CAST_-1206489378'), (u'INT_ADD_-1206493781', u'MULTIEQUAL_-1206490797'), (u'CAST_-1206490749', u'LOAD_-1206494038'), (u'LOAD_-1206497697', u'CALL_-1206494530'), (u'INDIRECT_-1206494553', u'INT_EQUAL_-1206497676'), (u'CALL_-1206496581', u'INDIRECT_-1206490860'), ('const-0', u'CALL_-1206495354'), (u'INDIRECT_-1206489554', u'MULTIEQUAL_-1206489644'), (u'INDIRECT_-1206490610', u'MULTIEQUAL_-1206490576'), (u'CALL_-1206494422', u'INDIRECT_-1206489809'), (u'PTRSUB_-1206489295', u'LOAD_-1206495101'), (u'INDIRECT_-1206494553', u'CAST_-1206488895'), ('tmp_4799', u'BRANCH_-1206494461'), (u'CALL_-1206495828', u'INDIRECT_-1206490391'), (u'PTRSUB_-1206489149', u'LOAD_-1206494528'), (u'PTRADD_-1206489044', u'PTRSUB_-1206489041'), ('const-0', u'COPY_-1206497355'), ('tmp_6697', u'PTRSUB_-1206490594'), (u'INT_NOTEQUAL_-1206497541', u'CBRANCH_-1206493643'), (u'INDIRECT_-1206492528', u'MULTIEQUAL_-1206492451'), (u'LOAD_-1206494100', u'INT_SLESS_-1206494060'), (u'INDIRECT_-1206490477', u'MULTIEQUAL_-1206490450'), (u'CAST_-1206490127', u'STORE_-1206496665'), (u'MULTIEQUAL_-1206492580', u'MULTIEQUAL_-1206492425'), ('const-417', u'LOAD_-1206494567'), (u'INT_EQUAL_-1206497411', u'CBRANCH_-1206497405'), (u'INDIRECT_-1206492146', u'MULTIEQUAL_-1206493906'), (u'CALL_-1206495764', u'INDIRECT_-1206493031'), (u'MULTIEQUAL_-1206489615', u'MULTIEQUAL_-1206489603'), ('const-0', u'INT_NOTEQUAL_-1206493607'), (u'PTRSUB_-1206489138', u'LOAD_-1206494494'), (u'COPY_-1206489650', u'MULTIEQUAL_-1206491442'), (u'CALL_-1206496739', u'INDIRECT_-1206490711'), ('const-4294967252', u'PTRSUB_-1206490710'), (u'MULTIEQUAL_-1206492489', u'INT_ADD_-1206494402'), ('const-2', u'PTRSUB_-1206489117'), (u'CALL_-1206493990', u'INDIRECT_-1206489490'), (u'INDIRECT_-1206493282', u'MULTIEQUAL_-1206493160'), (u'CALL_-1206498026', u'INDIRECT_-1206491578'), ('const-417', u'LOAD_-1206494804'), (u'CAST_-1206488874', u'CALL_-1206494102'), ('tmp_4387', u'CBRANCH_-1206494867'), ('const-4', u'PTRSUB_-1206490656'), (u'CALL_-1206496530', u'INDIRECT_-1206493504'), ('const-0', u'CALL_-1206495764'), (u'INDIRECT_-1206492326', u'MULTIEQUAL_-1206492451'), ('const-8', u'PTRSUB_-1206490755'), (u'INT_ADD_-1206496470', u'MULTIEQUAL_-1206493651'), (u'CALL_-1206494004', u'INDIRECT_-1206489424'), (u'CAST_-1206490647', u'MULTIEQUAL_-1206494321'), (u'INDIRECT_-1206493609', u'MULTIEQUAL_-1206493013'), ('tmp_1920', u'CBRANCH_-1206496818'), (u'CALL_-1206497582', u'INDIRECT_-1206491289'), (u'COPY_-1206490374', u'MULTIEQUAL_-1206493480'), (u'MULTIEQUAL_-1206490374', u'MULTIEQUAL_-1206490370'), (u'LOAD_-1206494964', u'MULTIEQUAL_-1206490797'), ('const-1', u'INT_SLESS_-1206497532'), (u'PTRADD_-1206489988', u'MULTIEQUAL_-1206493449'), (u'PTRSUB_-1206490587', u'LOAD_-1206490646'), (u'LOAD_-1206493805', u'INT_ADD_-1206493781'), ('const-11', u'CALL_-1206496290'), (u'CALL_-1206497911', u'INDIRECT_-1206491376'), (u'INDIRECT_-1206494461', u'PTRSUB_-1206489381'), (u'PTRSUB_-1206489381', u'PTRSUB_-1206489295'), (u'INT_SUB_-1206496231', u'STORE_-1206496236'), (u'LOAD_-1206494100', u'INT_ADD_-1206488929'), (u'CALL_-1206494934', u'INT_ADD_-1206494767'), (u'CAST_-1206490750', u'CALL_-1206497911'), (u'MULTIEQUAL_-1206491442', u'CAST_-1206490031')]
[(u'MULTIEQUAL_-1206494342', u'CALL_-1206497613'), (u'MULTIEQUAL_-1206492795', u'INT_EQUAL_-1206495297'), (u'CALL_-1206494530', u'INDIRECT_-1206490033'), (u'CAST_-1206491043', u'PTRADD_-1206490386'), (u'CALL_-1206496595', u'INDIRECT_-1206490969'), ('const-1', u'INT_EQUAL_-1206495297'), (u'INT_SLESS_-1206493771', u'CBRANCH_-1206493778'), (u'PTRADD_-1206490616', u'LOAD_-1206496692'), (u'INDIRECT_-1206491287', u'MULTIEQUAL_-1206490434'), ('const-1', u'INT_SLESS_-1206496247'), (u'INDIRECT_-1206494574', u'INT_EQUAL_-1206497003'), (u'INDIRECT_-1206490403', u'MULTIEQUAL_-1206490237'), (u'INT_NOTEQUAL_-1206493588', u'BOOL_AND_-1206491355'), (u'INT_ZEXT_-1206494956', u'INT_ADD_-1206489719'), (u'CALL_-1206497911', u'INDIRECT_-1206494219'), (u'CALL_-1206495431', u'INDIRECT_-1206490379'), ('const-417', u'STORE_-1206494003'), ('const-417', u'LOAD_-1206496916'), ('const-0', u'INT_EQUAL_-1206496499'), (u'CALL_-1206496944', u'MULTIEQUAL_-1206490899'), (u'CALL_-1206494476', u'INDIRECT_-1206489822'), (u'CALL_-1206496447', u'INDIRECT_-1206493477'), (u'CAST_-1206491098', u'LOAD_-1206497788'), (u'INDIRECT_-1206490437', u'MULTIEQUAL_-1206490777'), ('const-4', u'PTRADD_-1206490437'), (u'INDIRECT_-1206492414', u'MULTIEQUAL_-1206492563'), (u'CALL_-1206493622', u'INDIRECT_-1206489651'), (u'INDIRECT_-1206492676', u'MULTIEQUAL_-1206492237'), ('const-0', u'INT_NOTEQUAL_-1206495313'), (u'CALL_-1206495378', u'INDIRECT_-1206490405'), (u'INT_NOTEQUAL_-1206494731', u'CBRANCH_-1206494728'), (u'INDIRECT_-1206490136', u'MULTIEQUAL_-1206490094'), (u'CALL_-1206493990', u'INDIRECT_-1206492181'), (u'INDIRECT_-1206494482', u'INT_ADD_-1206495085'), (u'CALL_-1206494476', u'INDIRECT_-1206492414'), (u'MULTIEQUAL_-1206493547', u'INT_EQUAL_-1206497811'), ('const-19', u'INT_ADD_-1206494960'), (u'CAST_-1206491082', u'INT_NOTEQUAL_-1206496096'), (u'INT_EQUAL_-1206495437', u'CBRANCH_-1206495430'), (u'INDIRECT_-1206489974', u'MULTIEQUAL_-1206490123'), (u'CALL_-1206494422', u'INDIRECT_-1206489908'), ('tmp_12989', u'PTRSUB_-1206491070'), (u'CALL_-1206495267', u'INDIRECT_-1206490187'), (u'LOAD_-1206497746', u'INT_ADD_-1206497724'), (u'CALL_-1206494934', u'INDIRECT_-1206490863'), (u'CALL_-1206495799', u'INDIRECT_-1206489610'), ('const-0', u'CALL_-1206495378'), ('const-4294967295', u'INT_ADD_-1206495053'), ('tmp_517', u'CBRANCH_-1206497809'), (u'INT_NOTEQUAL_-1206496254', u'CBRANCH_-1206496254'), (u'INDIRECT_-1206489855', u'MULTIEQUAL_-1206489971'), (u'CALL_-1206494422', u'INDIRECT_-1206490136'), ('const-0', u'COPY_-1206497665'), (u'CALL_-1206495267', u'INDIRECT_-1206492779'), (u'CALL_-1206494422', u'INDIRECT_-1206490060'), (u'INDIRECT_-1206490688', u'MULTIEQUAL_-1206490670'), (u'CALL_-1206497613', u'INT_EQUAL_-1206497124'), (u'INDIRECT_-1206490494', u'MULTIEQUAL_-1206490434'), (u'CALL_-1206494761', u'INDIRECT_-1206490704'), ('const-417', u'LOAD_-1206496518'), (u'CALL_-1206497911', u'INDIRECT_-1206491779'), (u'CAST_-1206489647', u'INT_ADD_-1206494960'), (u'MULTIEQUAL_-1206493369', u'MULTIEQUAL_-1206493319'), (u'LOAD_-1206498001', u'INT_NOTEQUAL_-1206497988'), (u'MULTIEQUAL_-1206491088', u'MULTIEQUAL_-1206490724'), ('tmp_1956', u'CBRANCH_-1206496792'), (u'INT_ADD_-1206496900', u'CAST_-1206490662'), (u'MULTIEQUAL_-1206490481', u'MULTIEQUAL_-1206491274'), (u'INDIRECT_-1206490481', u'MULTIEQUAL_-1206491274'), (u'MULTIEQUAL_-1206489942', u'MULTIEQUAL_-1206489930'), (u'CALL_-1206497911', u'INDIRECT_-1206491855'), ('const-4', u'PTRADD_-1206491093'), ('const-417', u'LOAD_-1206494964'), ('tmp_4003', u'CBRANCH_-1206496254'), (u'CALL_-1206497273', u'INDIRECT_-1206491296'), (u'CAST_-1206491157', u'LOAD_-1206494470'), (u'CALL_-1206497582', u'INDIRECT_-1206491616'), ('tmp_12990', u'PTRADD_-1206490936'), (u'INDIRECT_-1206490527', u'MULTIEQUAL_-1206490697'), ('const-0', u'INT_NOTEQUAL_-1206494672'), ('const-0', u'INT_SLESS_-1206494060'), ('const-0', u'INT_SLESS_-1206493771'), (u'INDIRECT_-1206490236', u'MULTIEQUAL_-1206490161'), (u'MULTIEQUAL_-1206489873', u'MULTIEQUAL_-1206489854'), ('const-25', u'PTRADD_-1206490350'), (u'INDIRECT_-1206494336', u'INT_ADD_-1206498076'), (u'INT_ADD_-1206494767', u'CALL_-1206494761'), (u'INT_ADD_-1206496262', u'MULTIEQUAL_-1206493980'), (u'CALL_-1206497265', u'INDIRECT_-1206491442'), (u'INDIRECT_-1206494574', u'INT_EQUAL_-1206497411'), (u'LOAD_-1206497535', u'INT_EQUAL_-1206497518'), (u'CAST_-1206491043', u'LOAD_-1206496933'), ('tmp_2989', u'BRANCH_-1206495873'), ('const-417', u'LOAD_-1206494804'), (u'INT_EQUAL_-1206496822', u'CBRANCH_-1206496818'), ('const-26', u'PTRADD_-1206489310'), (u'INT_SLESS_-1206497322', u'CBRANCH_-1206497329'), ('const-165', u'INT_EQUAL_-1206497857'), (u'CALL_-1206496477', u'INDIRECT_-1206493498'), (u'CALL_-1206496477', u'INDIRECT_-1206491058'), (u'INT_SEXT_-1206493995', u'STORE_-1206494003'), (u'INDIRECT_-1206492779', u'MULTIEQUAL_-1206493319'), ('const-0', u'INT_NOTEQUAL_-1206496096'), (u'MULTIEQUAL_-1206492795', u'INT_SLESS_-1206496367'), (u'LOAD_-1206496916', u'INT_EQUAL_-1206496901'), (u'INDIRECT_-1206491190', u'MULTIEQUAL_-1206490995'), ('tmp_22882', u'INT_EQUAL_-1206497411'), ('const-26', u'PTRADD_-1206490386'), (u'INDIRECT_-1206492181', u'MULTIEQUAL_-1206493319'), ('tmp_1490', u'CBRANCH_-1206497120'), (u'CALL_-1206496530', u'INDIRECT_-1206491161'), (u'INT_EQUAL_-1206497156', u'CBRANCH_-1206497154'), (u'CALL_-1206494543', u'INDIRECT_-1206490083'), (u'CALL_-1206495354', u'INDIRECT_-1206490570'), ('tmp_5228', u'CBRANCH_-1206494391'), (u'CALL_-1206497613', u'INT_EQUAL_-1206497442'), ('const-127', u'INT_EQUAL_-1206497811'), (u'INT_ADD_-1206496860', u'INT_ADD_-1206496855'), (u'INDIRECT_-1206489931', u'MULTIEQUAL_-1206490047'), ('const-16', u'INT_ADD_-1206496848'), (u'MULTIEQUAL_-1206493672', u'CALL_-1206496530'), (u'CAST_-1206491082', u'CALL_-1206497613'), ('tmp_4867', u'CBRANCH_-1206494637'), (u'LOAD_-1206496249', u'INT_ADD_-1206496213'), (u'INT_ADD_-1206497475', u'MULTIEQUAL_-1206494260'), (u'INDIRECT_-1206493477', u'MULTIEQUAL_-1206493445'), ('tmp_5746', u'BRANCH_-1206493997'), (u'CALL_-1206494476', u'INDIRECT_-1206489974'), (u'INDIRECT_-1206489589', u'MULTIEQUAL_-1206490727'), (u'CALL_-1206495354', u'INDIRECT_-1206492934'), (u'INT_ADD_-1206489719', u'PTRADD_-1206489672'), (u'INDIRECT_-1206490033', u'MULTIEQUAL_-1206489956'), ('tmp_417', u'CBRANCH_-1206497877'), (u'CALL_-1206494530', u'INDIRECT_-1206489957'), (u'LOAD_-1206497909', u'PTRADD_-1206497746'), (u'LOAD_-1206495101', u'LOAD_-1206494899'), ('const-1', u'COPY_-1206497834'), (u'INDIRECT_-1206492167', u'MULTIEQUAL_-1206493927'), (u'MULTIEQUAL_-1206490827', u'MULTIEQUAL_-1206491748'), (u'INT_ADD_-1206496136', u'CAST_-1206490287'), (u'PTRADD_-1206489310', u'LOAD_-1206494100'), (u'INT_ADD_-1206493781', u'STORE_-1206493778'), (u'CALL_-1206495828', u'INDIRECT_-1206490490'), ('const-253', u'STORE_-1206496869'), (u'CAST_-1206490530', u'STORE_-1206496236'), (u'CALL_-1206495086', u'INDIRECT_-1206492767'), (u'INT_ADD_-1206495778', u'CALL_-1206495764'), ('tmp_5274', u'CBRANCH_-1206494153'), ('const-20', u'INT_ADD_-1206497987'), ('const-417', u'LOAD_-1206494528'), (u'INT_NOTEQUAL_-1206495313', u'CBRANCH_-1206495313'), ('const-0', u'INT_EQUAL_-1206496175'), (u'CALL_-1206494136', u'INDIRECT_-1206489817'), ('const-4294967294', u'CALL_-1206494102'), ('const-417', u'STORE_-1206496869'), (u'CALL_-1206498026', u'INDIRECT_-1206491753'), (u'INT_EQUAL_-1206497251', u'CBRANCH_-1206497250'), ('const-1', u'INT_SLESS_-1206497532'), ('const-0', u'CALL_-1206495764'), (u'LOAD_-1206494470', u'CAST_-1206489461'), ('const-4294967294', u'CALL_-1206494530'), ('const-0', u'INT_NOTEQUAL_-1206494436'), (u'CALL_-1206496290', u'INDIRECT_-1206493396'), ('const-417', u'STORE_-1206495050'), ('tmp_2533', u'CBRANCH_-1206496374'), (u'CAST_-1206491104', u'LOAD_-1206497808'), ('const-1', u'PTRADD_-1206497746'), (u'INDIRECT_-1206489907', u'MULTIEQUAL_-1206490032'), (u'INDIRECT_-1206490628', u'MULTIEQUAL_-1206490589'), (u'MULTIEQUAL_-1206489866', u'MULTIEQUAL_-1206489854'), (u'INDIRECT_-1206490187', u'MULTIEQUAL_-1206490727'), (u'MULTIEQUAL_-1206491046', u'MULTIEQUAL_-1206491035'), (u'CALL_-1206495828', u'INDIRECT_-1206490718'), (u'MULTIEQUAL_-1206490929', u'MULTIEQUAL_-1206490879'), (u'INDIRECT_-1206490403', u'MULTIEQUAL_-1206489854'), (u'CAST_-1206491043', u'PTRADD_-1206489310'), (u'CALL_-1206498156', u'INDIRECT_-1206494336'), (u'CALL_-1206494476', u'INDIRECT_-1206490050'), (u'LOAD_-1206495013', u'INT_EQUAL_-1206494994'), (u'INT_SLESS_-1206496247', u'CBRANCH_-1206496254'), ('const-20', u'INT_MULT_-1206496129'), (u'CAST_-1206491151', u'LOAD_-1206497909'), (u'INDIRECT_-1206490885', u'MULTIEQUAL_-1206490853'), (u'LOAD_-1206494899', u'INT_SLESS_-1206494860'), (u'INT_EQUAL_-1206496499', u'CBRANCH_-1206496497'), (u'INDIRECT_-1206491290', u'MULTIEQUAL_-1206491196'), (u'CALL_-1206497582', u'INT_SUB_-1206490247'), (u'MULTIEQUAL_-1206491124', u'MULTIEQUAL_-1206491088'), (u'LOAD_-1206494551', u'MULTIEQUAL_-1206492795'), (u'INDIRECT_-1206491020', u'MULTIEQUAL_-1206491005'), (u'MULTIEQUAL_-1206492795', u'INT_SLESS_-1206496690'), ('const-19', u'INT_ADD_-1206494997'), (u'INT_SLESS_-1206497532', u'CBRANCH_-1206497539'), ('tmp_5294', u'BRANCH_-1206494133'), (u'INDIRECT_-1206490787', u'MULTIEQUAL_-1206490665'), (u'CAST_-1206491082', u'LOAD_-1206497535'), ('const-77', u'INT_ADD_-1206496174'), ('tmp_22882', u'INT_EQUAL_-1206495024'), (u'COPY_-1206497355', u'MULTIEQUAL_-1206493980'), (u'INT_EQUAL_-1206497725', u'CBRANCH_-1206497721'), ('const-417', u'STORE_-1206496479'), (u'PTRADD_-1206489058', u'STORE_-1206493778'), (u'CALL_-1206495764', u'INDIRECT_-1206493052'), ('const-417', u'LOAD_-1206497808'), (u'MULTIEQUAL_-1206490777', u'MULTIEQUAL_-1206490727'), (u'INDIRECT_-1206492767', u'MULTIEQUAL_-1206492218'), (u'MULTIEQUAL_-1206493980', u'INT_ADD_-1206497183'), (u'INDIRECT_-1206491518', u'MULTIEQUAL_-1206491491'), (u'MULTIEQUAL_-1206493267', u'MULTIEQUAL_-1206494188'), ('tmp_12990', u'PTRADD_-1206491093'), (u'CALL_-1206496290', u'INDIRECT_-1206490956'), (u'MULTIEQUAL_-1206492795', u'INT_ADD_-1206494879'), (u'MULTIEQUAL_-1206493501', u'CALL_-1206496530'), ('const-417', u'LOAD_-1206494671'), ('const-1', u'INT_SUB_-1206494969'), ('const-417', u'LOAD_-1206497746'), (u'COPY_-1206491049', u'MULTIEQUAL_-1206490989'), ('const-0', u'COPY_-1206491049'), (u'CALL_-1206494543', u'INDIRECT_-1206489855'), (u'LOAD_-1206494494', u'INT_ADD_-1206494458'), (u'INT_NOTEQUAL_-1206494528', u'CBRANCH_-1206494528'), ('const-11', u'PTRADD_-1206489058'), (u'INT_NOTEQUAL_-1206494672', u'BOOL_AND_-1206492475'), (u'CALL_-1206494132', u'INDIRECT_-1206489928'), ('tmp_926', u'BRANCH_-1206497507'), (u'INDIRECT_-1206490856', u'MULTIEQUAL_-1206491563'), (u'INT_EQUAL_-1206497003', u'CBRANCH_-1206496997'), ('const-25', u'PTRADD_-1206490711'), (u'MULTIEQUAL_-1206491088', u'CALL_-1206494476'), (u'CALL_-1206497265', u'INDIRECT_-1206493882'), (u'INDIRECT_-1206494574', u'COPY_-1206490016'), ('const-417', u'LOAD_-1206497792'), (u'CALL_-1206494592', u'INDIRECT_-1206489881'), (u'COPY_-1206495357', u'MULTIEQUAL_-1206491746'), (u'CALL_-1206495473', u'INDIRECT_-1206490446'), (u'INDIRECT_-1206493460', u'MULTIEQUAL_-1206493445'), (u'INDIRECT_-1206489831', u'MULTIEQUAL_-1206489956'), (u'COPY_-1206489691', u'MULTIEQUAL_-1206492510'), (u'CALL_-1206494022', u'INDIRECT_-1206489611'), ('const-1', u'INT_ADD_-1206496387'), ('tmp_1027', u'CBRANCH_-1206497438'), ('const-417', u'LOAD_-1206496170'), (u'CALL_-1206495086', u'INDIRECT_-1206490175'), (u'CAST_-1206491043', u'PTRADD_-1206489505'), (u'COPY_-1206490097', u'MULTIEQUAL_-1206492056'), (u'MULTIEQUAL_-1206493638', u'MULTIEQUAL_-1206493627'), (u'CALL_-1206496595', u'INDIRECT_-1206491197'), (u'CALL_-1206494530', u'INDIRECT_-1206492549'), (u'INDIRECT_-1206490755', u'MULTIEQUAL_-1206490925'), (u'MULTIEQUAL_-1206493927', u'MULTIEQUAL_-1206493855'), (u'INDIRECT_-1206491038', u'MULTIEQUAL_-1206490843'), (u'INDIRECT_-1206491518', u'MULTIEQUAL_-1206491424'), ('tmp_12989', u'PTRSUB_-1206491102'), (u'INDIRECT_-1206490914', u'MULTIEQUAL_-1206491824'), ('tmp_2687', u'CBRANCH_-1206496254'), (u'CALL_-1206496944', u'INDIRECT_-1206491135'), (u'MULTIEQUAL_-1206492570', u'CALL_-1206495402'), ('tmp_3696', u'BRANCH_-1206495252'), (u'LOAD_-1206495101', u'LOAD_-1206494671'), (u'LOAD_-1206495668', u'INT_EQUAL_-1206495653'), (u'INDIRECT_-1206489817', u'MULTIEQUAL_-1206490955'), (u'CALL_-1206496581', u'INDIRECT_-1206490959'), (u'MULTIEQUAL_-1206493672', u'CALL_-1206496477'), (u'MULTIEQUAL_-1206492570', u'CALL_-1206494900'), (u'MULTIEQUAL_-1206489880', u'MULTIEQUAL_-1206489866'), (u'INDIRECT_-1206490415', u'MULTIEQUAL_-1206490955'), (u'CALL_-1206497911', u'CAST_-1206491157'), (u'INT_ADD_-1206496222', u'CAST_-1206490530'), (u'CALL_-1206495402', u'INDIRECT_-1206490363'), (u'CALL_-1206494530', u'INDIRECT_-1206490109'), ('const-0', u'COPY_-1206495357'), ('const-1', u'INT_ADD_-1206496470'), (u'CALL_-1206494560', u'INDIRECT_-1206489978'), (u'CALL_-1206497582', u'INDIRECT_-1206491692'), (u'PTRADD_-1206490437', u'STORE_-1206496479'), (u'CALL_-1206496477', u'INDIRECT_-1206491134'), (u'MULTIEQUAL_-1206493309', u'INT_ADD_-1206494779'), ('const-0', u'COPY_-1206497355'), (u'INDIRECT_-1206494269', u'MULTIEQUAL_-1206494188'), (u'INDIRECT_-1206494574', u'INT_NOTEQUAL_-1206494839'), (u'INT_EQUAL_-1206497857', u'CBRANCH_-1206497856'), (u'INT_SUB_-1206494969', u'INT_ZEXT_-1206494956'), ('const-1', u'INT_ADD_-1206494402'), ('const-36', u'INT_ADD_-1206489719'), (u'CALL_-1206497613', u'INDIRECT_-1206494076'), (u'INDIRECT_-1206491254', u'MULTIEQUAL_-1206491263'), (u'LOAD_-1206497897', u'INT_EQUAL_-1206497879'), ('const-11', u'PTRADD_-1206490444'), (u'CALL_-1206498026', u'INDIRECT_-1206491829'), (u'CALL_-1206497065', u'INDIRECT_-1206491427'), (u'CALL_-1206495799', u'INDIRECT_-1206489686'), (u'INDIRECT_-1206493727', u'MULTIEQUAL_-1206493638'), ('const-20', u'PTRADD_-1206497746'), ('const-0', u'CALL_-1206497183'), (u'INDIRECT_-1206490109', u'MULTIEQUAL_-1206490199'), (u'CAST_-1206491067', u'LOAD_-1206497740'), ('tmp_1655', u'CBRANCH_-1206496997'), (u'CALL_-1206496407', u'INDIRECT_-1206491020'), (u'CALL_-1206496290', u'INDIRECT_-1206490804'), (u'CALL_-1206495378', u'INDIRECT_-1206490481'), (u'MULTIEQUAL_-1206491124', u'MULTIEQUAL_-1206490724'), ('const-417', u'LOAD_-1206498001'), (u'CALL_-1206497613', u'INDIRECT_-1206491484'), (u'INDIRECT_-1206491442', u'MULTIEQUAL_-1206491415'), (u'INT_SLESS_-1206494630', u'CBRANCH_-1206494637'), (u'CALL_-1206496944', u'MULTIEQUAL_-1206491667'), ('tmp_12990', u'PTRADD_-1206489716'), (u'INDIRECT_-1206491113', u'MULTIEQUAL_-1206491081'), (u'MULTIEQUAL_-1206491769', u'CALL_-1206496477'), (u'CALL_-1206498026', u'INT_NOTEQUAL_-1206498011'), (u'INT_ADD_-1206497376', u'COPY_-1206490961'), ('const-4', u'PTRADD_-1206489058'), ('const-417', u'LOAD_-1206495101'), (u'INDIRECT_-1206489957', u'MULTIEQUAL_-1206490047'), ('const-417', u'LOAD_-1206496226'), ('const-417', u'LOAD_-1206494899'), (u'INDIRECT_-1206489803', u'MULTIEQUAL_-1206491563'), ('tmp_12990', u'PTRADD_-1206489069'), ('const-4', u'PTRADD_-1206490997'), (u'PTRADD_-1206491093', u'LOAD_-1206497697'), (u'MULTIEQUAL_-1206489797', u'MULTIEQUAL_-1206489778'), (u'INT_ADD_-1206490627', u'PTRADD_-1206490580'), (u'CALL_-1206495764', u'INDIRECT_-1206490460'), (u'CALL_-1206494592', u'INDIRECT_-1206490109'), (u'INT_MULT_-1206496129', u'INT_ADD_-1206496141'), ('const-417', u'STORE_-1206496150'), (u'CALL_-1206494022', u'INDIRECT_-1206489839'), ('tmp_4655', u'CBRANCH_-1206494563'), (u'CALL_-1206494543', u'INDIRECT_-1206492447'), (u'MULTIEQUAL_-1206492237', u'MULTIEQUAL_-1206492218'), ('const-0', u'CALL_-1206496944'), (u'INDIRECT_-1206491266', u'MULTIEQUAL_-1206490670'), (u'CALL_-1206494004', u'INDIRECT_-1206492191'), (u'CALL_-1206497582', u'INT_NOTEQUAL_-1206493588'), (u'CALL_-1206495431', u'INDIRECT_-1206490455'), ('const-417', u'LOAD_-1206493810'), (u'CALL_-1206493622', u'INDIRECT_-1206489803'), (u'INDIRECT_-1206491135', u'MULTIEQUAL_-1206490282'), (u'CALL_-1206497757', u'INDIRECT_-1206494148'), ('const-4', u'PTRADD_-1206490605'), (u'CALL_-1206494900', u'INDIRECT_-1206490160'), (u'CALL_-1206496944', u'INDIRECT_-1206491287'), ('tmp_2800', u'CBRANCH_-1206496171'), (u'CALL_-1206497757', u'INDIRECT_-1206491556'), (u'INDIRECT_-1206493278', u'MULTIEQUAL_-1206494188'), (u'MULTIEQUAL_-1206491081', u'MULTIEQUAL_-1206491071'), ('const-1', u'INT_ADD_-1206496855'), (u'COPY_-1206490016', u'MULTIEQUAL_-1206492215'), ('const-417', u'LOAD_-1206495668'), ('const-4', u'PTRADD_-1206490350'), ('tmp_4029', u'BRANCH_-1206495338'), (u'INT_MULT_-1206494021', u'INT_ADD_-1206494033'), (u'LOAD_-1206497400', u'INT_ADD_-1206497376'), (u'INDIRECT_-1206494148', u'MULTIEQUAL_-1206493289'), (u'CAST_-1206489709', u'LOAD_-1206495101'), (u'LOAD_-1206495077', u'INT_ADD_-1206495053'), (u'INDIRECT_-1206489984', u'MULTIEQUAL_-1206489942'), (u'INT_ADD_-1206494997', u'CAST_-1206489663'), ('tmp_6483', u'BRANCH_-1206493557'), (u'INDIRECT_-1206491556', u'MULTIEQUAL_-1206490697'), ('tmp_4903', u'CBRANCH_-1206494617'), (u'COPY_-1206491076', u'MULTIEQUAL_-1206494260'), (u'CAST_-1206491043', u'PTRADD_-1206490711'), ('tmp_5068', u'CBRANCH_-1206494495'), (u'INT_SLESS_-1206494384', u'CBRANCH_-1206494391'), (u'CALL_-1206495473', u'INDIRECT_-1206490294'), (u'CALL_-1206496530', u'INDIRECT_-1206491085'), ('const-0', u'COPY_-1206489691'), (u'MULTIEQUAL_-1206492795', u'INT_EQUAL_-1206496822'), (u'MULTIEQUAL_-1206490405', u'MULTIEQUAL_-1206491198'), (u'INDIRECT_-1206490405', u'MULTIEQUAL_-1206491198'), (u'CALL_-1206494900', u'INDIRECT_-1206490084'), (u'CALL_-1206494934', u'INT_NOTEQUAL_-1206494704'), (u'CALL_-1206496739', u'INT_ADD_-1206495778'), (u'CALL_-1206495799', u'INDIRECT_-1206489458'), (u'CALL_-1206497613', u'INDIRECT_-1206491636'), (u'CALL_-1206495876', u'INDIRECT_-1206490679'), (u'CALL_-1206496739', u'INDIRECT_-1206491266'), (u'CALL_-1206496595', u'INDIRECT_-1206491121'), (u'CALL_-1206494592', u'INDIRECT_-1206490033'), (u'INT_ADD_-1206496213', u'COPY_-1206490407'), ('const-0', u'INT_NOTEQUAL_-1206494154'), (u'INDIRECT_-1206490570', u'MULTIEQUAL_-1206490481'), (u'INDIRECT_-1206491037', u'MULTIEQUAL_-1206491005'), (u'INT_ADD_-1206494879', u'INT_NOTEQUAL_-1206494731'), (u'INT_ADD_-1206493781', u'MULTIEQUAL_-1206491124'), (u'CALL_-1206495402', u'INDIRECT_-1206490515'), ('const-417', u'LOAD_-1206496249'), (u'CALL_-1206496944', u'INT_MULT_-1206496848'), (u'INDIRECT_-1206491287', u'MULTIEQUAL_-1206491198'), (u'INDIRECT_-1206494574', u'CALL_-1206495402'), ('const-0', u'INT_SLESS_-1206494860'), (u'INT_ADD_-1206496387', u'INT_SLESS_-1206496367'), (u'MULTIEQUAL_-1206491124', u'CALL_-1206494900'), (u'INDIRECT_-1206489957', u'MULTIEQUAL_-1206489880'), (u'LOAD_-1206494038', u'INT_OR_-1206491549'), ('const-417', u'LOAD_-1206497400'), (u'MULTIEQUAL_-1206491088', u'INT_NOTEQUAL_-1206494563'), ('tmp_12990', u'CAST_-1206490404'), (u'CALL_-1206496045', u'INDIRECT_-1206490686'), ('const-4', u'PTRADD_-1206489716'), (u'INT_MULT_-1206496848', u'INT_ADD_-1206496860'), (u'INDIRECT_-1206491135', u'MULTIEQUAL_-1206491046'), (u'INDIRECT_-1206490679', u'MULTIEQUAL_-1206490849'), (u'CALL_-1206494136', u'INDIRECT_-1206489893'), (u'INDIRECT_-1206494574', u'INT_EQUAL_-1206495024'), (u'INDIRECT_-1206492447', u'MULTIEQUAL_-1206492563'), (u'CALL_-1206494004', u'INDIRECT_-1206489599'), (u'LOAD_-1206495101', u'LOAD_-1206493810'), (u'CALL_-1206498026', u'INDIRECT_-1206494269'), (u'MULTIEQUAL_-1206494188', u'INT_ADD_-1206497987'), (u'LOAD_-1206497697', u'CAST_-1206491043'), (u'PTRSUB_-1206491102', u'MULTIEQUAL_-1206494342'), ('const-0', u'INT_NOTEQUAL_-1206496420'), ('const-20', u'INT_ADD_-1206498076'), (u'CAST_-1206490642', u'STORE_-1206496869'), ('tmp_4198', u'CBRANCH_-1206494993'), ('const-4', u'PTRADD_-1206489516'), (u'CALL_-1206494900', u'INDIRECT_-1206490236'), (u'INDIRECT_-1206494482', u'INT_ADD_-1206497893'), (u'INDIRECT_-1206493846', u'MULTIEQUAL_-1206493788'), (u'MULTIEQUAL_-1206492795', u'CALL_-1206497039'), (u'INDIRECT_-1206494574', u'CALL_-1206496739'), (u'CAST_-1206489646', u'STORE_-1206494974'), ('const-0', u'CALL_-1206496739'), ('const-0', u'INT_SLESS_-1206497322'), (u'PTRADD_-1206490936', u'STORE_-1206497373'), (u'LOAD_-1206495013', u'INT_SUB_-1206494969'), (u'INDIRECT_-1206491406', u'MULTIEQUAL_-1206491415'), (u'PTRADD_-1206489516', u'LOAD_-1206494528'), (u'COPY_-1206491045', u'MULTIEQUAL_-1206492570'), (u'CALL_-1206496739', u'INDIRECT_-1206491038'), ('const-417', u'LOAD_-1206494409'), (u'CALL_-1206495712', u'INDIRECT_-1206493029'), (u'CALL_-1206494761', u'INDIRECT_-1206490780'), (u'CALL_-1206495267', u'INDIRECT_-1206490415'), ('const-1', u'PTRADD_-1206497814'), (u'CALL_-1206495473', u'INDIRECT_-1206490522'), (u'INDIRECT_-1206493301', u'MULTIEQUAL_-1206493267'), (u'CALL_-1206497273', u'INDIRECT_-1206491524'), (u'INDIRECT_-1206490175', u'MULTIEQUAL_-1206489626'), (u'COPY_-1206490057', u'MULTIEQUAL_-1206491769'), (u'CALL_-1206497265', u'INT_EQUAL_-1206497251'), ('tmp_12990', u'PTRADD_-1206489058'), (u'INDIRECT_-1206490060', u'MULTIEQUAL_-1206490018'), (u'INT_ADD_-1206494033', u'INT_ADD_-1206493989'), (u'CAST_-1206491043', u'LOAD_-1206496195'), ('tmp_266', u'CBRANCH_-1206497982'), (u'LOAD_-1206494528', u'INT_MULT_-1206494446'), (u'MULTIEQUAL_-1206492215', u'CALL_-1206497183'), (u'INDIRECT_-1206491096', u'MULTIEQUAL_-1206491081'), (u'CALL_-1206495378', u'INDIRECT_-1206492845'), (u'INT_ADD_-1206496668', u'STORE_-1206496665'), (u'MULTIEQUAL_-1206493319', u'MULTIEQUAL_-1206493289'), ('const-0', u'CALL_-1206494074'), ('const-0', u'INT_EQUAL_-1206497518'), ('const-4294967278', u'INT_ADD_-1206493989'), ('const-417', u'LOAD_-1206497697'), (u'INDIRECT_-1206492473', u'MULTIEQUAL_-1206492563'), (u'INDIRECT_-1206490709', u'MULTIEQUAL_-1206490675'), (u'COPY_-1206497665', u'MULTIEQUAL_-1206494342'), (u'CALL_-1206496407', u'INDIRECT_-1206491096'), (u'INT_ADD_-1206496502', u'CAST_-1206490403'), ('const-20', u'PTRADD_-1206494505'), (u'MULTIEQUAL_-1206492795', u'INT_EQUAL_-1206496703'), (u'MULTIEQUAL_-1206490955', u'MULTIEQUAL_-1206490925'), (u'CALL_-1206494074', u'INDIRECT_-1206489862'), (u'PTRADD_-1206497814', u'LOAD_-1206497876'), ('const-1', u'INT_EQUAL_-1206496822'), (u'MULTIEQUAL_-1206493672', u'INT_NOTEQUAL_-1206496420'), (u'MULTIEQUAL_-1206490727', u'MULTIEQUAL_-1206490697'), (u'INDIRECT_-1206489817', u'MULTIEQUAL_-1206490879'), ('tmp_4703', u'CBRANCH_-1206494528'), (u'COPY_-1206490406', u'MULTIEQUAL_-1206493403'), ('const-4', u'PTRADD_-1206490616'), (u'INDIRECT_-1206493119', u'MULTIEQUAL_-1206493289'), (u'CALL_-1206494102', u'INDIRECT_-1206489983'), (u'CALL_-1206498156', u'INDIRECT_-1206494574'), (u'INT_EQUAL_-1206497518', u'CBRANCH_-1206497516'), (u'INDIRECT_-1206492845', u'MULTIEQUAL_-1206493638'), (u'MULTIEQUAL_-1206492845', u'MULTIEQUAL_-1206493638'), ('tmp_3581', u'BRANCH_-1206495363'), ('const-4', u'PTRADD_-1206489295'), (u'CALL_-1206494934', u'INT_NOTEQUAL_-1206494672'), ('const-20', u'INT_MULT_-1206496848'), (u'PTRADD_-1206489505', u'LOAD_-1206494494'), (u'CALL_-1206498156', u'INDIRECT_-1206494482'), ('const-417', u'LOAD_-1206496492'), (u'MULTIEQUAL_-1206490849', u'MULTIEQUAL_-1206490827'), ('const-417', u'LOAD_-1206494567'), ('const-417', u'LOAD_-1206496896'), ('tmp_12990', u'PTRADD_-1206490444'), (u'INDIRECT_-1206490227', u'MULTIEQUAL_-1206491035'), (u'CALL_-1206497582', u'INDIRECT_-1206491540'), (u'INT_ADD_-1206495053', u'STORE_-1206495050'), (u'MULTIEQUAL_-1206490032', u'MULTIEQUAL_-1206490018'), ('const-1', u'INT_SUB_-1206496231'), ('const-36', u'INT_ADD_-1206490627'), (u'MULTIEQUAL_-1206492510', u'INT_ADD_-1206494402'), (u'INDIRECT_-1206490704', u'MULTIEQUAL_-1206490665'), ('const-20', u'INT_MULT_-1206494021'), (u'CALL_-1206496045', u'INDIRECT_-1206490838'), (u'INDIRECT_-1206490083', u'MULTIEQUAL_-1206490199'), (u'INDIRECT_-1206490665', u'MULTIEQUAL_-1206491005'), (u'CALL_-1206495378', u'INDIRECT_-1206490253'), (u'CALL_-1206494543', u'INDIRECT_-1206490007'), (u'INT_ADD_-1206496470', u'MULTIEQUAL_-1206493672'), (u'CALL_-1206496581', u'INDIRECT_-1206491111'), ('const-417', u'LOAD_-1206497897'), (u'INDIRECT_-1206490312', u'MULTIEQUAL_-1206490237'), (u'PTRADD_-1206490386', u'LOAD_-1206496249'), (u'CALL_-1206494022', u'INDIRECT_-1206489763'), ('const-417', u'LOAD_-1206498092'), (u'INDIRECT_-1206491442', u'MULTIEQUAL_-1206491348'), (u'MULTIEQUAL_-1206493927', u'MULTIEQUAL_-1206493788'), (u'INDIRECT_-1206490628', u'MULTIEQUAL_-1206491335'), (u'BOOL_AND_-1206491355', u'MULTIEQUAL_-1206490989'), (u'MULTIEQUAL_-1206491005', u'MULTIEQUAL_-1206490995'), (u'CAST_-1206489461', u'INT_SEXT_-1206494453'), (u'INT_SUB_-1206490247', u'PTRADD_-1206490201'), (u'COPY_-1206493805', u'MULTIEQUAL_-1206491088'), (u'CALL_-1206494132', u'INDIRECT_-1206489852'), ('const-4', u'PTRADD_-1206490947'), (u'MULTIEQUAL_-1206489956', u'MULTIEQUAL_-1206489942'), ('const-0', u'INT_EQUAL_-1206496901'), (u'MULTIEQUAL_-1206490697', u'MULTIEQUAL_-1206490675'), (u'MULTIEQUAL_-1206492795', u'INT_SLESS_-1206496247'), (u'PTRADD_-1206490605', u'STORE_-1206496665'), ('tmp_1278', u'CBRANCH_-1206497250'), ('tmp_12991', u'INT_ADD_-1206496194'), (u'INDIRECT_-1206490007', u'MULTIEQUAL_-1206490123'), (u'MULTIEQUAL_-1206491596', u'INT_NOTEQUAL_-1206497988'), ('const-0', u'INT_NOTEQUAL_-1206497541'), ('tmp_2755', u'CBRANCH_-1206496197'), (u'CALL_-1206494530', u'INDIRECT_-1206490185'), ('const-25', u'PTRADD_-1206489505'), ('const-4', u'PTRADD_-1206490936'), (u'LOAD_-1206496249', u'STORE_-1206496150'), ('tmp_12990', u'PTRADD_-1206490947'), (u'CALL_-1206496290', u'INDIRECT_-1206491032'), (u'CALL_-1206496581', u'INDIRECT_-1206491187'), ('const-20', u'INT_ADD_-1206495085'), (u'INDIRECT_-1206490570', u'INT_NOTEQUAL_-1206495313'), (u'CAST_-1206491043', u'PTRADD_-1206489295'), (u'LOAD_-1206497909', u'PTRADD_-1206494505'), ('tmp_1071', u'CBRANCH_-1206497405'), (u'INDIRECT_-1206494574', u'CALL_-1206495378'), ('tmp_4164', u'CBRANCH_-1206495018'), (u'CALL_-1206497757', u'INDIRECT_-1206491708'), (u'CALL_-1206496086', u'INDIRECT_-1206490861'), (u'CALL_-1206494074', u'INDIRECT_-1206489634'), (u'CALL_-1206498026', u'INDIRECT_-1206491677'), (u'INT_EQUAL_-1206495653', u'CBRANCH_-1206495650'), (u'CAST_-1206490531', u'INT_ADD_-1206496222'), ('const-417', u'LOAD_-1206494062'), (u'CALL_-1206495712', u'INDIRECT_-1206490437'), (u'LOAD_-1206497788', u'MULTIEQUAL_-1206492795'), (u'CALL_-1206495354', u'INDIRECT_-1206490494'), ('tmp_5843', u'CBRANCH_-1206493778'), (u'CALL_-1206498156', u'INDIRECT_-1206491820'), (u'INT_ADD_-1206497475', u'INT_EQUAL_-1206497468'), (u'INDIRECT_-1206494574', u'CALL_-1206495267'), ('tmp_12990', u'PTRADD_-1206490616'), (u'CALL_-1206495086', u'INDIRECT_-1206490251'), (u'INDIRECT_-1206490339', u'MULTIEQUAL_-1206490879'), ('tmp_5797', u'BRANCH_-1206493773'), (u'CAST_-1206490287', u'STORE_-1206496150'), ('tmp_2100', u'CBRANCH_-1206496697'), (u'INT_ADD_-1206496848', u'CAST_-1206490637'), (u'INT_ADD_-1206495053', u'CALL_-1206494560'), (u'CALL_-1206497265', u'INDIRECT_-1206491290'), (u'INT_EQUAL_-1206497442', u'CBRANCH_-1206497438'), (u'CAST_-1206489239', u'INT_SEXT_-1206493995'), (u'MULTIEQUAL_-1206489645', u'MULTIEQUAL_-1206489626'), (u'MULTIEQUAL_-1206492795', u'INT_SLESS_-1206497322'), (u'CALL_-1206497065', u'INDIRECT_-1206493791'), (u'INT_ADD_-1206496855', u'CAST_-1206490642'), (u'LOAD_-1206496692', u'INT_ADD_-1206496668'), (u'INDIRECT_-1206493303', u'MULTIEQUAL_-1206493181'), ('tmp_2909', u'CBRANCH_-1206496096'), (u'MULTIEQUAL_-1206491274', u'MULTIEQUAL_-1206491263'), ('tmp_12990', u'PTRADD_-1206489727'), (u'MULTIEQUAL_-1206490018', u'MULTIEQUAL_-1206490006'), (u'INT_EQUAL_-1206496901', u'CBRANCH_-1206496897'), (u'INDIRECT_-1206491032', u'MULTIEQUAL_-1206491005'), (u'INT_EQUAL_-1206497468', u'CBRANCH_-1206497466'), (u'INDIRECT_-1206490327', u'MULTIEQUAL_-1206490161'), ('const-0', u'CALL_-1206494022'), ('const-417', u'LOAD_-1206493805'), ('tmp_644', u'CBRANCH_-1206497721'), (u'CALL_-1206498026', u'INDIRECT_-1206491905'), (u'MULTIEQUAL_-1206492458', u'MULTIEQUAL_-1206492446'), ('const-4', u'PTRADD_-1206490386'), ('const-0', u'CALL_-1206495712'), (u'INDIRECT_-1206493220', u'MULTIEQUAL_-1206493181'), (u'INDIRECT_-1206491677', u'MULTIEQUAL_-1206491596'), (u'PTRADD_-1206497746', u'CAST_-1206491104'), (u'CALL_-1206494900', u'INDIRECT_-1206492676'), ('tmp_5147', u'CBRANCH_-1206494436'), (u'INDIRECT_-1206490711', u'MULTIEQUAL_-1206490589'), (u'INDIRECT_-1206491464', u'MULTIEQUAL_-1206491335'), ('const-0', u'CALL_-1206495473'), (u'CALL_-1206493990', u'INDIRECT_-1206489589'), (u'MULTIEQUAL_-1206492570', u'CALL_-1206496944'), (u'LOAD_-1206494964', u'MULTIEQUAL_-1206491124'), (u'INDIRECT_-1206493630', u'MULTIEQUAL_-1206493034'), (u'INT_SLESS_-1206494860', u'CBRANCH_-1206494867'), ('tmp_2152', u'BRANCH_-1206496660'), ('tmp_6216', u'CBRANCH_-1206494728'), (u'COPY_-1206490270', u'MULTIEQUAL_-1206493309'), ('const-0', u'CALL_-1206494761'), (u'MULTIEQUAL_-1206494260', u'INT_ADD_-1206497475'), ('const-1', u'INT_ADD_-1206497475'), (u'INDIRECT_-1206494574', u'INT_EQUAL_-1206495437'), ('const-4294967295', u'INT_SLESS_-1206496211'), ('const-417', u'LOAD_-1206496933'), (u'CALL_-1206494560', u'INDIRECT_-1206490054'), (u'INDIRECT_-1206490939', u'MULTIEQUAL_-1206490817'), ('const-0', u'COPY_-1206490701'), ('const-417', u'LOAD_-1206494470'), (u'CALL_-1206496447', u'INDIRECT_-1206491113'), (u'CAST_-1206490090', u'LOAD_-1206494567'), (u'LOAD_-1206497897', u'MULTIEQUAL_-1206493547'), (u'CAST_-1206491043', u'PTRADD_-1206490350'), (u'INDIRECT_-1206490160', u'MULTIEQUAL_-1206490085'), ('tmp_22882', u'INT_EQUAL_-1206495437'), (u'INDIRECT_-1206490522', u'MULTIEQUAL_-1206490481'), (u'INT_ADD_-1206497376', u'STORE_-1206497373'), (u'PTRADD_-1206489672', u'LOAD_-1206494964'), (u'CALL_-1206496447', u'INDIRECT_-1206491037'), ('const-4294967295', u'INT_ADD_-1206496213'), (u'LOAD_-1206494671', u'INT_ADD_-1206494648'), (u'LOAD_-1206496170', u'INT_ADD_-1206496141'), (u'INDIRECT_-1206491406', u'MULTIEQUAL_-1206491348'), (u'CALL_-1206494102', u'INDIRECT_-1206489831'), ('tmp_2958', u'CBRANCH_-1206496059'), (u'INT_ZEXT_-1206496218', u'INT_ADD_-1206490627'), (u'INT_ADD_-1206494447', u'CAST_-1206489456'), (u'INDIRECT_-1206492500', u'MULTIEQUAL_-1206492458'), (u'INT_ADD_-1206496262', u'INT_NOTEQUAL_-1206496254'), (u'INDIRECT_-1206491038', u'MULTIEQUAL_-1206490442'), (u'INDIRECT_-1206490494', u'MULTIEQUAL_-1206490405'), (u'INT_ADD_-1206497987', u'CAST_-1206491167'), (u'CAST_-1206491242', u'LOAD_-1206498092'), ('tmp_22882', u'CALL_-1206496290'), (u'INDIRECT_-1206492347', u'MULTIEQUAL_-1206492472'), ('const-0', u'INT_NOTEQUAL_-1206498011'), (u'CALL_-1206494934', u'INDIRECT_-1206490711'), (u'INDIRECT_-1206492934', u'MULTIEQUAL_-1206492845'), ('const-0', u'COPY_-1206489237'), (u'CALL_-1206497911', u'INDIRECT_-1206491703'), (u'INDIRECT_-1206491692', u'MULTIEQUAL_-1206491563'), (u'CALL_-1206493622', u'INT_NOTEQUAL_-1206493588'), (u'CALL_-1206496407', u'INDIRECT_-1206490868'), (u'MULTIEQUAL_-1206490237', u'MULTIEQUAL_-1206490082'), (u'MULTIEQUAL_-1206490879', u'MULTIEQUAL_-1206490849'), ('const-77', u'INT_ADD_-1206497724'), (u'COPY_-1206490187', u'MULTIEQUAL_-1206492570'), (u'INDIRECT_-1206489908', u'MULTIEQUAL_-1206489866'), (u'CALL_-1206494132', u'INDIRECT_-1206492368'), (u'CALL_-1206496086', u'INDIRECT_-1206490937'), (u'INDIRECT_-1206490446', u'MULTIEQUAL_-1206490405'), (u'INT_SLESS_-1206496367', u'CBRANCH_-1206496374'), (u'CALL_-1206494132', u'INDIRECT_-1206489776'), (u'INT_ADD_-1206496141', u'MULTIEQUAL_-1206493470'), ('tmp_12990', u'PTRADD_-1206490580'), ('tmp_1193', u'CBRANCH_-1206497329'), (u'CALL_-1206497183', u'INDIRECT_-1206493846'), ('const-8', u'INT_ADD_-1206496136'), (u'CAST_-1206489663', u'LOAD_-1206495013'), ('const-26', u'PTRADD_-1206489516'), ('tmp_889', u'CBRANCH_-1206497539'), (u'MULTIEQUAL_-1206493289', u'MULTIEQUAL_-1206493267'), (u'MULTIEQUAL_-1206491769', u'MULTIEQUAL_-1206491769'), (u'LOAD_-1206494528', u'INT_SLESS_-1206494488'), (u'INDIRECT_-1206494574', u'INT_EQUAL_-1206497676'), (u'CALL_-1206497265', u'INDIRECT_-1206491518'), (u'CAST_-1206490403', u'LOAD_-1206496518'), ('const-1', u'INT_ADD_-1206495778'), ('tmp_2456', u'CBRANCH_-1206496420'), ('const-417', u'LOAD_-1206496195'), (u'COPY_-1206490701', u'MULTIEQUAL_-1206493501'), (u'PTRADD_-1206490350', u'LOAD_-1206496170'), (u'CALL_-1206493622', u'INDIRECT_-1206489727'), (u'INT_ADD_-1206496860', u'INT_ADD_-1206496848'), (u'MULTIEQUAL_-1206492472', u'MULTIEQUAL_-1206492458'), ('const-417', u'STORE_-1206496665'), (u'CALL_-1206495473', u'INDIRECT_-1206492886'), (u'LOAD_-1206497909', u'LOAD_-1206497897'), ('const-4294967295', u'INT_ADD_-1206497376'), (u'CALL_-1206494592', u'INDIRECT_-1206492473'), (u'LOAD_-1206494804', u'INT_ADD_-1206494767'), ('tmp_22882', u'INT_EQUAL_-1206497003'), ('tmp_22882', u'INT_NOTEQUAL_-1206494839'), (u'INDIRECT_-1206492767', u'MULTIEQUAL_-1206492601'), (u'CALL_-1206497757', u'CAST_-1206491082'), (u'LOAD_-1206497792', u'CAST_-1206491098'), (u'CALL_-1206495828', u'INDIRECT_-1206493082'), (u'CALL_-1206497039', u'INDIRECT_-1206493774'), (u'INDIRECT_-1206490780', u'MULTIEQUAL_-1206491487'), (u'MULTIEQUAL_-1206491746', u'INT_NOTEQUAL_-1206496793'), (u'INDIRECT_-1206492886', u'MULTIEQUAL_-1206492845'), ('tmp_12990', u'PTRADD_-1206489672'), ('const-4294967295', u'INT_ADD_-1206494648'), (u'CAST_-1206489456', u'STORE_-1206494461'), (u'MULTIEQUAL_-1206493445', u'MULTIEQUAL_-1206493435'), (u'CALL_-1206495354', u'MULTIEQUAL_-1206490899'), ('const-417', u'LOAD_-1206494038'), (u'INDIRECT_-1206491363', u'MULTIEQUAL_-1206490510'), (u'COPY_-1206497834', u'MULTIEQUAL_-1206492795'), (u'CAST_-1206491082', u'PTRADD_-1206490997'), (u'LOAD_-1206494062', u'INT_ADD_-1206494033'), (u'LOAD_-1206494409', u'INT_SLESS_-1206494384'), ('tmp_2870', u'CBRANCH_-1206496126'), ('const-14', u'PTRADD_-1206490616'), (u'INT_ADD_-1206496194', u'MULTIEQUAL_-1206493470'), (u'CALL_-1206497757', u'INDIRECT_-1206491632'), (u'CALL_-1206494761', u'INDIRECT_-1206493220'), ('tmp_4464', u'BRANCH_-1206494803'), (u'INT_ADD_-1206497183', u'INT_EQUAL_-1206497156'), (u'INT_NOTEQUAL_-1206496793', u'CBRANCH_-1206496792'), (u'INT_EQUAL_-1206495024', u'CBRANCH_-1206495018'), (u'INDIRECT_-1206489881', u'MULTIEQUAL_-1206489971'), (u'MULTIEQUAL_-1206492510', u'INT_SLESS_-1206494630'), (u'CALL_-1206494022', u'INDIRECT_-1206492203'), ('tmp_2210', u'BRANCH_-1206496474'), (u'MULTIEQUAL_-1206490009', u'MULTIEQUAL_-1206489854'), (u'MULTIEQUAL_-1206490094', u'MULTIEQUAL_-1206489873'), (u'CALL_-1206497183', u'INDIRECT_-1206491254'), (u'CALL_-1206496581', u'INDIRECT_-1206493551'), (u'INDIRECT_-1206490780', u'MULTIEQUAL_-1206490741'), (u'LOAD_-1206495101', u'LOAD_-1206494409'), (u'MULTIEQUAL_-1206491487', u'MULTIEQUAL_-1206491348'), ('const-0', u'CALL_-1206495354'), (u'PTRADD_-1206490201', u'LOAD_-1206494804'), (u'CALL_-1206494074', u'INDIRECT_-1206489786'), ('const-1', u'INT_EQUAL_-1206497124'), (u'INDIRECT_-1206489893', u'MULTIEQUAL_-1206490955'), (u'CALL_-1206494004', u'INDIRECT_-1206489827'), (u'CALL_-1206494592', u'CALL_-1206494132'), ('const-4', u'PTRADD_-1206490444'), (u'LOAD_-1206496195', u'INT_ADD_-1206496174'), (u'MULTIEQUAL_-1206491335', u'MULTIEQUAL_-1206491263'), (u'CALL_-1206494136', u'INDIRECT_-1206489665'), (u'CALL_-1206497582', u'INDIRECT_-1206494056'), (u'INDIRECT_-1206491784', u'MULTIEQUAL_-1206490925'), ('tmp_3947', u'CBRANCH_-1206495292'), ('const-1', u'INT_EQUAL_-1206496703'), (u'MULTIEQUAL_-1206490161', u'MULTIEQUAL_-1206490006'), (u'INT_ADD_-1206496470', u'STORE_-1206496479'), (u'INT_ADD_-1206493989', u'CAST_-1206489234'), ('const-0', u'CALL_-1206496290'), (u'INDIRECT_-1206490185', u'MULTIEQUAL_-1206490108'), (u'CALL_-1206496086', u'INDIRECT_-1206490709'), (u'INT_EQUAL_-1206496703', u'CBRANCH_-1206495656'), (u'CAST_-1206491167', u'LOAD_-1206498001'), (u'CALL_-1206497613', u'INDIRECT_-1206491560'), (u'PTRADD_-1206494505', u'CAST_-1206490090'), ('const-0', u'INT_NOTEQUAL_-1206496838'), (u'INDIRECT_-1206490868', u'MULTIEQUAL_-1206490853'), (u'PTRADD_-1206490711', u'LOAD_-1206496896'), (u'INDIRECT_-1206491905', u'MULTIEQUAL_-1206491824'), (u'MULTIEQUAL_-1206491667', u'INT_SLESS_-1206496211'), ('const-20', u'INT_MULT_-1206494446'), (u'INDIRECT_-1206490686', u'MULTIEQUAL_-1206491596'), ('const-19', u'INT_ADD_-1206496502'), (u'INDIRECT_-1206490460', u'MULTIEQUAL_-1206490442'), (u'INT_EQUAL_-1206496175', u'CBRANCH_-1206496171'), (u'INDIRECT_-1206489822', u'MULTIEQUAL_-1206489971'), (u'LOAD_-1206497740', u'INT_EQUAL_-1206497725'), (u'LOAD_-1206497808', u'LOAD_-1206497792'), ('const-0', u'INT_NOTEQUAL_-1206494563'), ('const-0', u'CALL_-1206495354'), (u'INT_SUB_-1206496231', u'INT_ZEXT_-1206496218'), (u'INT_MULT_-1206494446', u'INT_ADD_-1206494458'), (u'INDIRECT_-1206489651', u'MULTIEQUAL_-1206491411'), (u'INT_EQUAL_-1206497124', u'CBRANCH_-1206497120'), (u'MULTIEQUAL_-1206491335', u'MULTIEQUAL_-1206491196'), (u'CALL_-1206497911', u'INDIRECT_-1206491627'), (u'INDIRECT_-1206489665', u'MULTIEQUAL_-1206490727'), (u'INDIRECT_-1206491616', u'MULTIEQUAL_-1206491487'), (u'MULTIEQUAL_-1206492795', u'CALL_-1206495267'), (u'MULTIEQUAL_-1206493403', u'INT_MULT_-1206496129'), (u'CALL_-1206493990', u'INDIRECT_-1206489817'), ('const-4', u'PTRADD_-1206490711'), (u'INDIRECT_-1206490033', u'MULTIEQUAL_-1206490123'), ('const-0', u'COPY_-1206493805'), (u'LOAD_-1206494100', u'INT_MULT_-1206494021'), (u'INDIRECT_-1206491363', u'INT_NOTEQUAL_-1206496838'), (u'CALL_-1206494560', u'INDIRECT_-1206492570'), (u'CALL_-1206496530', u'INDIRECT_-1206490933'), (u'CALL_-1206497613', u'INDIRECT_-1206491712'), (u'CALL_-1206497065', u'INDIRECT_-1206491199'), ('tmp_1884', u'CBRANCH_-1206496838'), (u'MULTIEQUAL_-1206490085', u'MULTIEQUAL_-1206489930'), (u'PTRADD_-1206489295', u'LOAD_-1206494062'), (u'INDIRECT_-1206490342', u'MULTIEQUAL_-1206490282'), (u'CALL_-1206494422', u'INDIRECT_-1206489984'), ('tmp_453', u'CBRANCH_-1206497856'), ('const-14', u'PTRADD_-1206490605'), (u'CALL_-1206494476', u'INDIRECT_-1206489898'), (u'INT_NOTEQUAL_-1206494154', u'CBRANCH_-1206494153'), (u'CALL_-1206494560', u'INDIRECT_-1206490206'), ('const-417', u'LOAD_-1206497740'), (u'INT_NOTEQUAL_-1206494839', u'CBRANCH_-1206494617'), ('const-2', u'PTRADD_-1206491093'), (u'INDIRECT_-1206491363', u'MULTIEQUAL_-1206491274'), (u'CALL_-1206497582', u'COPY_-1206490270'), (u'INDIRECT_-1206489575', u'MULTIEQUAL_-1206491335'), (u'INDIRECT_-1206494574', u'CALL_-1206494022'), ('tmp_983', u'CBRANCH_-1206497466'), (u'INDIRECT_-1206491266', u'MULTIEQUAL_-1206491071'), (u'MULTIEQUAL_-1206492056', u'CALL_-1206495712'), (u'INDIRECT_-1206491829', u'MULTIEQUAL_-1206491748'), (u'MULTIEQUAL_-1206492795', u'INT_EQUAL_-1206497468'), (u'INDIRECT_-1206491482', u'MULTIEQUAL_-1206491424'), ('const-1', u'INT_ADD_-1206496262'), (u'CALL_-1206494934', u'INDIRECT_-1206493303'), (u'CALL_-1206494132', u'INDIRECT_-1206490004'), (u'INDIRECT_-1206493882', u'MULTIEQUAL_-1206493855'), (u'LOAD_-1206496190', u'INT_EQUAL_-1206496175'), ('const-1', u'INT_ADD_-1206494779'), (u'INDIRECT_-1206491482', u'MULTIEQUAL_-1206491491'), (u'CALL_-1206493622', u'INT_NOTEQUAL_-1206493607'), (u'CALL_-1206496045', u'INDIRECT_-1206490914'), (u'INDIRECT_-1206490084', u'MULTIEQUAL_-1206489645'), (u'MULTIEQUAL_-1206489956', u'INT_NOTEQUAL_-1206494436'), (u'INDIRECT_-1206492549', u'MULTIEQUAL_-1206492472'), (u'CALL_-1206494004', u'INDIRECT_-1206489751'), (u'MULTIEQUAL_-1206491563', u'MULTIEQUAL_-1206491424'), (u'INDIRECT_-1206490455', u'MULTIEQUAL_-1206491263'), (u'CALL_-1206495086', u'INDIRECT_-1206490327'), ('const-417', u'LOAD_-1206497876'), (u'INT_NOTEQUAL_-1206496838', u'CBRANCH_-1206496838'), (u'INDIRECT_-1206490937', u'MULTIEQUAL_-1206490903'), (u'INDIRECT_-1206491540', u'MULTIEQUAL_-1206491411'), ('const-2', u'INT_SLESS_-1206496690'), ('const-417', u'LOAD_-1206497788'), (u'INDIRECT_-1206490838', u'MULTIEQUAL_-1206491748'), ('const-0', u'RETURN_-1206497936'), ('tmp_6348', u'BRANCH_-1206494643'), (u'PTRADD_-1206490947', u'LOAD_-1206497400'), ('tmp_3909', u'CBRANCH_-1206495313'), ('tmp_922', u'CBRANCH_-1206497516'), (u'BOOL_AND_-1206492475', u'MULTIEQUAL_-1206490989'), ('const-0', u'INT_EQUAL_-1206494994'), (u'CALL_-1206497039', u'INDIRECT_-1206491410'), (u'MULTIEQUAL_-1206492795', u'INT_SLESS_-1206497532'), (u'CALL_-1206494934', u'INDIRECT_-1206490939'), ('const-14', u'PTRADD_-1206489716'), (u'CALL_-1206494592', u'CALL_-1206494476'), (u'INT_NOTEQUAL_-1206493607', u'BOOL_AND_-1206491355'), (u'INDIRECT_-1206490050', u'MULTIEQUAL_-1206490199'), (u'CALL_-1206497183', u'INDIRECT_-1206491482'), (u'INT_SUB_-1206494969', u'STORE_-1206494974'), (u'CALL_-1206495764', u'INDIRECT_-1206490612'), ('const-417', u'LOAD_-1206497535'), ('tmp_2187', u'CBRANCH_-1206496497'), ('const-1', u'RETURN_-1206495794'), (u'MULTIEQUAL_-1206490253', u'MULTIEQUAL_-1206491046'), (u'INDIRECT_-1206490253', u'MULTIEQUAL_-1206491046'), (u'INT_ADD_-1206496668', u'MULTIEQUAL_-1206491769'), ('const-1', u'PTRADD_-1206494505'), (u'CALL_-1206495267', u'INDIRECT_-1206490339'), ('const-11', u'PTRADD_-1206489069'), (u'INDIRECT_-1206490856', u'MULTIEQUAL_-1206490817'), (u'INDIRECT_-1206490294', u'MULTIEQUAL_-1206490253'), (u'CALL_-1206496595', u'INDIRECT_-1206493561'), (u'COPY_-1206489237', u'MULTIEQUAL_-1206490989'), (u'INT_ADD_-1206494648', u'INT_SLESS_-1206494630'), (u'INT_ADD_-1206497724', u'CAST_-1206491067'), (u'INDIRECT_-1206493220', u'MULTIEQUAL_-1206493927'), (u'CALL_-1206496447', u'INDIRECT_-1206490885'), (u'CALL_-1206497065', u'INDIRECT_-1206491351'), (u'INT_ADD_-1206497183', u'MULTIEQUAL_-1206493980'), ('const-4', u'PTRADD_-1206489505'), (u'MULTIEQUAL_-1206492601', u'MULTIEQUAL_-1206492446'), (u'MULTIEQUAL_-1206493470', u'INT_ADD_-1206496136'), ('const-14', u'PTRADD_-1206490936'), ('const-0', u'COPY_-1206498043'), (u'CALL_-1206495354', u'INDIRECT_-1206490342'), (u'INDIRECT_-1206492934', u'MULTIEQUAL_-1206492874'), (u'INT_OR_-1206491549', u'CAST_-1206489239'), (u'CALL_-1206496477', u'INDIRECT_-1206490906'), (u'INT_NOTEQUAL_-1206497988', u'CBRANCH_-1206497982'), ('tmp_3344', u'BRANCH_-1206495428'), (u'COPY_-1206490407', u'MULTIEQUAL_-1206493403'), (u'INT_EQUAL_-1206494994', u'CBRANCH_-1206494993'), (u'INDIRECT_-1206489898', u'MULTIEQUAL_-1206490047'), ('const-417', u'LOAD_-1206494551'), ('const-1', u'INT_ADD_-1206493781'), ('const-417', u'LOAD_-1206495077'), ('const-0', u'INT_NOTEQUAL_-1206496793'), (u'INT_NOTEQUAL_-1206494436', u'CBRANCH_-1206494436'), ('const-417', u'LOAD_-1206494494'), ('tmp_12990', u'PTRADD_-1206490605'), ('const-417', u'STORE_-1206493778'), (u'MULTIEQUAL_-1206491198', u'MULTIEQUAL_-1206491187'), ('tmp_12990', u'LOAD_-1206497746'), ('tmp_6540', u'BRANCH_-1206494530'), (u'INDIRECT_-1206490570', u'MULTIEQUAL_-1206490510'), ('const-4', u'PTRADD_-1206490580'), ('const-40', u'PTRADD_-1206497814'), (u'MULTIEQUAL_-1206490903', u'MULTIEQUAL_-1206491824'), (u'INT_NOTEQUAL_-1206496420', u'CBRANCH_-1206496420'), (u'CALL_-1206495086', u'INDIRECT_-1206490403'), (u'INDIRECT_-1206493029', u'MULTIEQUAL_-1206493369'), (u'CALL_-1206496944', u'INDIRECT_-1206491363'), (u'CALL_-1206495712', u'INDIRECT_-1206490589'), (u'MULTIEQUAL_-1206492570', u'CALL_-1206495267'), (u'MULTIEQUAL_-1206493547', u'INT_EQUAL_-1206497857'), (u'INT_ADD_-1206494779', u'MULTIEQUAL_-1206493309'), ('const-5', u'INT_EQUAL_-1206497442'), (u'CALL_-1206495431', u'INDIRECT_-1206492819'), (u'PTRADD_-1206489716', u'STORE_-1206495050'), (u'CAST_-1206491157', u'LOAD_-1206494038'), ('tmp_3208', u'BRANCH_-1206495697'), (u'MULTIEQUAL_-1206492795', u'INT_NOTEQUAL_-1206496254'), (u'INT_SLESS_-1206496690', u'CBRANCH_-1206496697'), (u'PTRADD_-1206490997', u'LOAD_-1206495668'), (u'INDIRECT_-1206493727', u'MULTIEQUAL_-1206492874'), (u'INDIRECT_-1206491254', u'MULTIEQUAL_-1206491196'), (u'INDIRECT_-1206490251', u'MULTIEQUAL_-1206490085'), ('const-12', u'INT_ADD_-1206497893'), (u'LOAD_-1206493810', u'INT_SLESS_-1206493771'), ('const-417', u'STORE_-1206496862'), ('const-0', u'INT_NOTEQUAL_-1206496059'), ('tmp_709', u'CBRANCH_-1206497662'), (u'INT_ADD_-1206497376', u'MULTIEQUAL_-1206492215'), (u'MULTIEQUAL_-1206490925', u'MULTIEQUAL_-1206490903'), (u'INT_EQUAL_-1206497879', u'CBRANCH_-1206497877'), (u'INDIRECT_-1206490175', u'MULTIEQUAL_-1206490009'), (u'CAST_-1206490303', u'LOAD_-1206496190'), (u'INDIRECT_-1206490612', u'MULTIEQUAL_-1206490594'), (u'INT_NOTEQUAL_-1206496096', u'CBRANCH_-1206496096'), (u'INDIRECT_-1206489755', u'MULTIEQUAL_-1206489880'), ('const-0', u'INT_NOTEQUAL_-1206494528'), (u'CALL_-1206495431', u'INDIRECT_-1206490227'), (u'MULTIEQUAL_-1206491487', u'MULTIEQUAL_-1206491415'), (u'CALL_-1206497039', u'INDIRECT_-1206491182'), (u'INDIRECT_-1206490589', u'MULTIEQUAL_-1206490929'), (u'MULTIEQUAL_-1206490724', u'INT_NOTEQUAL_-1206494154'), (u'INDIRECT_-1206493882', u'MULTIEQUAL_-1206493788'), (u'CAST_-1206490404', u'INT_ADD_-1206496502'), ('const-417', u'STORE_-1206497373'), ('const-0', u'CALL_-1206497065'), (u'INDIRECT_-1206493846', u'MULTIEQUAL_-1206493855'), (u'INT_NOTEQUAL_-1206496059', u'CBRANCH_-1206496059'), (u'MULTIEQUAL_-1206492795', u'CALL_-1206497065'), (u'INT_EQUAL_-1206497811', u'CBRANCH_-1206497809'), ('const-25', u'PTRADD_-1206489295'), ('const-0', u'INT_EQUAL_-1206497251'), (u'CALL_-1206493990', u'INDIRECT_-1206489741'), (u'MULTIEQUAL_-1206490018', u'MULTIEQUAL_-1206489797'), ('const-11', u'PTRADD_-1206490437'), (u'INT_NOTEQUAL_-1206494563', u'CBRANCH_-1206494563'), (u'LOAD_-1206496518', u'INT_EQUAL_-1206496499'), (u'PTRADD_-1206489069', u'LOAD_-1206493805'), ('tmp_6357', u'CBRANCH_-1206493643'), ('const-4294967278', u'INT_ADD_-1206494447'), (u'CALL_-1206494592', u'INDIRECT_-1206489957'), (u'MULTIEQUAL_-1206491563', u'MULTIEQUAL_-1206491491'), ('tmp_12990', u'CAST_-1206489664'), (u'MULTIEQUAL_-1206489866', u'MULTIEQUAL_-1206489645'), (u'INDIRECT_-1206490956', u'MULTIEQUAL_-1206490929'), ('const-77', u'INT_ADD_-1206496900'), (u'INDIRECT_-1206493052', u'MULTIEQUAL_-1206493034'), (u'INT_ADD_-1206497475', u'INT_EQUAL_-1206495653'), ('tmp_1802', u'CBRANCH_-1206496897'), (u'CALL_-1206497183', u'INDIRECT_-1206491406'), (u'CALL_-1206496045', u'INDIRECT_-1206493278'), (u'INT_ADD_-1206496387', u'MULTIEQUAL_-1206493501'), (u'CAST_-1206490637', u'STORE_-1206496862'), (u'LOAD_-1206494567', u'LOAD_-1206494551'), (u'INT_ADD_-1206494458', u'INT_ADD_-1206494447'), (u'CALL_-1206497582', u'COPY_-1206491045'), (u'INT_ADD_-1206494960', u'CAST_-1206489646'), (u'INDIRECT_-1206494574', u'CALL_-1206495473'), (u'INDIRECT_-1206491290', u'MULTIEQUAL_-1206491263'), (u'INDIRECT_-1206491190', u'MULTIEQUAL_-1206490594'), (u'INT_ADD_-1206494779', u'INT_NOTEQUAL_-1206494731'), (u'MULTIEQUAL_-1206491667', u'COPY_-1206490406'), (u'CALL_-1206497582', u'INT_NOTEQUAL_-1206494704'), (u'PTRADD_-1206490444', u'LOAD_-1206496492'), ('const-417', u'LOAD_-1206494100'), (u'INDIRECT_-1206489727', u'MULTIEQUAL_-1206491487'), (u'INT_ADD_-1206495085', u'CAST_-1206489709'), (u'LOAD_-1206497876', u'MULTIEQUAL_-1206493547'), (u'CAST_-1206491157', u'INT_NOTEQUAL_-1206496059'), (u'CALL_-1206497582', u'INDIRECT_-1206491464'), ('const-4294967295', u'INT_ADD_-1206496668'), ('const-417', u'STORE_-1206494974'), (u'MULTIEQUAL_-1206490094', u'MULTIEQUAL_-1206490082'), ('const-4', u'PTRADD_-1206490201'), ('const-14', u'PTRADD_-1206490947'), (u'CALL_-1206495402', u'INDIRECT_-1206490591'), ('tmp_22882', u'CALL_-1206494074'), ('const-4', u'PTRADD_-1206489672'), (u'INT_ADD_-1206494402', u'INT_SLESS_-1206494384'), (u'INT_EQUAL_-1206495297', u'CBRANCH_-1206495292'), (u'INT_NOTEQUAL_-1206494704', u'BOOL_AND_-1206492475'), (u'CALL_-1206494102', u'INDIRECT_-1206492347'), ('const-164', u'INT_EQUAL_-1206497879'), (u'LOAD_-1206496518', u'INT_SUB_-1206496231'), (u'CALL_-1206496530', u'INDIRECT_-1206493525'), (u'INDIRECT_-1206493630', u'MULTIEQUAL_-1206493435'), (u'PTRSUB_-1206491070', u'CALL_-1206497613'), ('const-417', u'STORE_-1206494461'), ('const-4294967256', u'PTRSUB_-1206491070'), ('const-417', u'LOAD_-1206496190'), ('tmp_5885', u'CBRANCH_-1206495650'), (u'INT_ADD_-1206497475', u'PTRADD_-1206490997'), ('tmp_22882', u'INT_EQUAL_-1206497676'), (u'CALL_-1206497757', u'INDIRECT_-1206491784'), ('const-19', u'INT_ADD_-1206496222'), (u'INT_NOTEQUAL_-1206498011', u'CBRANCH_-1206498011'), (u'LOAD_-1206496492', u'INT_ADD_-1206496470'), (u'CAST_-1206490662', u'LOAD_-1206496916'), ('const-417', u'LOAD_-1206496692'), (u'MULTIEQUAL_-1206490675', u'MULTIEQUAL_-1206491596'), (u'INDIRECT_-1206489741', u'MULTIEQUAL_-1206490879'), (u'INDIRECT_-1206490236', u'MULTIEQUAL_-1206489797'), (u'INDIRECT_-1206491708', u'MULTIEQUAL_-1206490849'), (u'CAST_-1206491082', u'PTRADD_-1206490201'), (u'INT_SLESS_-1206494060', u'CBRANCH_-1206494067'), (u'CALL_-1206495354', u'MULTIEQUAL_-1206490874'), (u'INT_SEXT_-1206494453', u'STORE_-1206494461'), (u'CALL_-1206494761', u'INDIRECT_-1206490628'), (u'MULTIEQUAL_-1206490853', u'MULTIEQUAL_-1206490843'), (u'MULTIEQUAL_-1206492795', u'INT_EQUAL_-1206497156'), (u'CALL_-1206496739', u'INDIRECT_-1206491190'), (u'INDIRECT_-1206490863', u'MULTIEQUAL_-1206490741'), ('tmp_12990', u'CAST_-1206489647'), (u'INT_ADD_-1206496174', u'CAST_-1206490303'), (u'INDIRECT_-1206490861', u'MULTIEQUAL_-1206490827'), (u'INDIRECT_-1206490084', u'MULTIEQUAL_-1206490009'), (u'MULTIEQUAL_-1206491005', u'MULTIEQUAL_-1206490955'), (u'CALL_-1206494074', u'INDIRECT_-1206492226'), (u'INT_EQUAL_-1206497676', u'CBRANCH_-1206497662'), ('const-417', u'STORE_-1206496236'), ('tmp_3275', u'CBRANCH_-1206495656'), (u'CAST_-1206491043', u'PTRADD_-1206489516'), (u'CALL_-1206497273', u'INDIRECT_-1206491448'), (u'LOAD_-1206496226', u'MULTIEQUAL_-1206493672'), (u'MULTIEQUAL_-1206492795', u'STORE_-1206496862'), ('tmp_224', u'CBRANCH_-1206498011'), (u'CALL_-1206493622', u'INDIRECT_-1206492167'), ('tmp_22882', u'MULTIEQUAL_-1206492056'), (u'CALL_-1206494560', u'INDIRECT_-1206490130'), ('const-4', u'PTRADD_-1206489310'), (u'CALL_-1206494102', u'INDIRECT_-1206489755'), (u'INT_SLESS_-1206496211', u'CBRANCH_-1206496197'), (u'MULTIEQUAL_-1206493309', u'INT_SUB_-1206490247'), (u'INT_ADD_-1206494402', u'MULTIEQUAL_-1206492510'), (u'CALL_-1206493622', u'MULTIEQUAL_-1206492570'), ('const-751827', u'INT_ADD_-1206496194'), (u'INDIRECT_-1206489983', u'MULTIEQUAL_-1206490108'), ('tmp_5663', u'CBRANCH_-1206494067'), (u'MULTIEQUAL_-1206492795', u'INT_NOTEQUAL_-1206497541'), ('const-14', u'PTRADD_-1206489727'), (u'CALL_-1206494934', u'COPY_-1206490187'), ('tmp_2970', u'BRANCH_-1206496042'), (u'INT_ADD_-1206497893', u'CAST_-1206491151'), ('tmp_1438', u'CBRANCH_-1206497154'), (u'INDIRECT_-1206494574', u'COPY_-1206490057'), ('const-1', u'INT_ADD_-1206497183'), (u'CALL_-1206494592', u'CALL_-1206494560'), (u'INDIRECT_-1206492676', u'MULTIEQUAL_-1206492601'), (u'INT_SLESS_-1206494488', u'CBRANCH_-1206494495'), (u'INDIRECT_-1206492819', u'MULTIEQUAL_-1206493627'), ('tmp_12990', u'CAST_-1206490531'), (u'CAST_-1206489664', u'INT_ADD_-1206494997'), ('const-4294967294', u'CALL_-1206496447'), (u'CALL_-1206497582', u'INT_ADD_-1206494879'), (u'INDIRECT_-1206490109', u'MULTIEQUAL_-1206490032'), ('tmp_3475', u'CBRANCH_-1206495430'), (u'CALL_-1206494543', u'INT_NOTEQUAL_-1206494528'), ('tmp_5499', u'BRANCH_-1206493975'), ('const-4', u'PTRADD_-1206489069'), (u'LOAD_-1206497909', u'PTRADD_-1206497814'), (u'INDIRECT_-1206494574', u'COPY_-1206490097'), (u'PTRADD_-1206490580', u'LOAD_-1206496226'), ('const-0', u'INT_SLESS_-1206494488'), (u'LOAD_-1206496896', u'INT_ADD_-1206496860'), (u'CALL_-1206496086', u'INDIRECT_-1206493301'), ('const-417', u'LOAD_-1206497909'), (u'INDIRECT_-1206494056', u'MULTIEQUAL_-1206493927'), ('const-0', u'INT_EQUAL_-1206497725'), (u'INDIRECT_-1206490379', u'MULTIEQUAL_-1206491187'), ('const-4', u'PTRADD_-1206489727'), (u'CALL_-1206494136', u'INDIRECT_-1206492257'), (u'CAST_-1206489234', u'STORE_-1206494003'), (u'MULTIEQUAL_-1206493980', u'INT_ADD_-1206496262'), (u'MULTIEQUAL_-1206492458', u'MULTIEQUAL_-1206492237'), (u'CALL_-1206497273', u'INDIRECT_-1206493888'), (u'INDIRECT_-1206494574', u'CALL_-1206494132'), (u'INDIRECT_-1206490804', u'MULTIEQUAL_-1206490777'), (u'CALL_-1206495764', u'INDIRECT_-1206490688'), ('tmp_4799', u'BRANCH_-1206494461'), (u'INDIRECT_-1206490312', u'MULTIEQUAL_-1206489873'), (u'INDIRECT_-1206490704', u'MULTIEQUAL_-1206491411'), (u'INDIRECT_-1206493396', u'MULTIEQUAL_-1206493369'), (u'INT_ADD_-1206498076', u'CAST_-1206491242'), (u'MULTIEQUAL_-1206490874', u'MULTIEQUAL_-1206491667'), (u'CALL_-1206493622', u'INDIRECT_-1206489575'), (u'INT_NOTEQUAL_-1206497541', u'CBRANCH_-1206493643'), (u'CALL_-1206497039', u'INDIRECT_-1206491334'), (u'CALL_-1206495402', u'INDIRECT_-1206492955'), (u'LOAD_-1206494100', u'INT_SLESS_-1206494060'), (u'CALL_-1206496407', u'INDIRECT_-1206493460'), (u'CALL_-1206494102', u'INDIRECT_-1206489907'), (u'CALL_-1206495876', u'INDIRECT_-1206490527'), ('const-0', u'COPY_-1206498054'), (u'INT_EQUAL_-1206497411', u'CBRANCH_-1206497405'), (u'INDIRECT_-1206490327', u'MULTIEQUAL_-1206489778'), ('const-0', u'INT_NOTEQUAL_-1206493607'), (u'CALL_-1206494934', u'INDIRECT_-1206490787'), (u'CALL_-1206496739', u'INDIRECT_-1206493630'), (u'CALL_-1206495828', u'INDIRECT_-1206490642'), (u'LOAD_-1206496933', u'INT_ADD_-1206496900'), (u'CALL_-1206494422', u'INDIRECT_-1206492500'), (u'CALL_-1206494761', u'INDIRECT_-1206490856'), (u'MULTIEQUAL_-1206490899', u'MULTIEQUAL_-1206490874'), (u'COPY_-1206490961', u'MULTIEQUAL_-1206491746'), (u'MULTIEQUAL_-1206490108', u'MULTIEQUAL_-1206490094'), ('tmp_4387', u'CBRANCH_-1206494867'), (u'CALL_-1206495876', u'INDIRECT_-1206490755'), ('const-417', u'LOAD_-1206495013'), (u'CALL_-1206495712', u'INDIRECT_-1206490665'), (u'CALL_-1206494900', u'INDIRECT_-1206490312'), ('const-16', u'INT_OR_-1206491549'), (u'CALL_-1206495876', u'INDIRECT_-1206493119'), ('const-0', u'COPY_-1206491076'), (u'MULTIEQUAL_-1206493501', u'INT_ADD_-1206496387'), (u'PTRADD_-1206489727', u'LOAD_-1206495077'), ('const-4294967248', u'PTRSUB_-1206491102'), ('tmp_1920', u'CBRANCH_-1206496818'), (u'CALL_-1206496944', u'INDIRECT_-1206493727'), (u'INDIRECT_-1206492257', u'MULTIEQUAL_-1206493319'), ('tmp_12990', u'PTRADD_-1206490437'), (u'INDIRECT_-1206490342', u'MULTIEQUAL_-1206490253'), (u'LOAD_-1206493805', u'INT_ADD_-1206493781'), (u'INT_SUB_-1206496231', u'STORE_-1206496236'), (u'MULTIEQUAL_-1206490989', u'CBRANCH_-1206496126'), (u'CALL_-1206494934', u'INT_ADD_-1206494767'), (u'CALL_-1206494543', u'INDIRECT_-1206489931')]
null
null
00094c80
x86
O3
(translation_unit "void __regparm1 FUN_00094c80(int *param_1,int param_2)\n\n{\n char *pcVar1;\n int *piVar2;\n int iVar3;\n char cVar4;\n byte bVar5;\n int iVar6;\n byte *pbVar7;\n int *piVar8;\n int *piVar9;\n int iVar10;\n int iVar11;\n undefined4 uVar12;\n int extraout_ECX;\n bool bVar13;\n int extraout_EDX;\n int unaff_EDI;\n int in_GS_OFFSET;\n int local_74;\n int local_70;\n int local_68;\n int local_60;\n int local_50;\n int local_48;\n int local_30 [2];\n undefined4 local_28;\n int local_24;\n int local_20;\n \n FUN_0001af1a();\n local_20 = *(int *)(in_GS_OFFSET + 0x14);\n local_30[0] = 0;\n local_28 = 0;\n iVar6 = FUN_00059670();\n if (iVar6 != 0) goto LAB_00094ccf;\n pbVar7 = (byte *)FUN_0002fd10();\n pcVar1 = *(char **)(extraout_EDX + 0xc);\n cVar4 = *pcVar1;\n if (cVar4 == -0x5c) {\n cVar4 = pcVar1[0x28];\n }\n if (cVar4 == -0x5b) {\n local_74 = **(int **)(pcVar1 + 0x14);\n }\n else {\n local_74 = 1;\n if (cVar4 == '\x7f') {\n local_74 = *(int *)**(undefined4 **)(pcVar1 + 0x14);\n }\n }\n piVar8 = (int *)FUN_00028410();\n if (*(char *)(*param_1 + 0x4d) == '\0') {\n piVar9 = local_30;\n piVar2 = (int *)param_1[2];\n if (extraout_ECX == param_2) {\n piVar9 = (int *)0x0;\n }\n iVar6 = FUN_00093e70(piVar9,piVar8,&local_28);\n iVar10 = FUN_00098c50();\n local_70 = iVar10;\n if (local_74 < 1) {\n bVar13 = false;\n if (local_74 != 0) {\n local_70 = FUN_0002f670();\n bVar13 = local_70 != 0 && iVar10 != local_70;\n }\n }\n else {\n if (*piVar8 == 0) {\n iVar11 = 0;\n do {\n iVar11 = iVar11 + 1;\n if (iVar11 == local_74) {\n bVar13 = false;\n goto LAB_00094dd5;\n }\n } while (piVar8[iVar11] == iVar11);\n }\n local_70 = FUN_0002f670();\n iVar11 = iVar10;\n do {\n iVar3 = iVar11 - iVar10;\n iVar11 = iVar11 + 1;\n FUN_000497a0(piVar8[iVar3] + local_70,0);\n } while (local_74 + iVar10 != iVar11);\n bVar13 = iVar10 != local_70 && local_70 != 0;\n }\nLAB_00094dd5:\n if (iVar6 == 5) {\n piVar9 = *(int **)(extraout_EDX + 0x14);\n FUN_0005da30();\n iVar6 = param_1[0xe];\n param_1[0xe] = iVar6 + -1;\n if (extraout_ECX == param_2) {\n local_68 = 0;\n if (0 < *piVar9) goto LAB_00095308;\n }\n else {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n local_68 = param_1[0xb] + 1;\n param_1[0xb] = local_68;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n local_68 = param_1[bVar5 + 0x24];\n }\n FUN_000497a0(local_70,local_68);\n if (0 < *piVar9) {\nLAB_00095308:\n iVar10 = 0;\n do {\n uVar12 = FUN_00098a90();\n if ((local_68 != 0) && (iVar11 = FUN_0001d840(), iVar11 != 0)) {\n FUN_000497a0(uVar12,local_68);\n }\n if ((iVar10 < *piVar9 + -1) || (extraout_ECX != param_2)) {\n FUN_000497a0(iVar6 + -1,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;\n }\n }\n else {\n FUN_000497a0(extraout_ECX,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }\n }\n if (local_24 != 0) {\n FUN_0002f640();\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 < *piVar9);\n }\n if (local_68 != 0) {\n FUN_000497a0(param_2,0);\n FUN_000497a0(extraout_ECX,0);\n FUN_00049570();\n FUN_0002f640();\n goto LAB_00095047;\n }\n }\n FUN_00049570();\n }\n else {\n if (extraout_ECX == param_2) {\n local_48 = 0;\n local_60 = extraout_ECX;\n }\n else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\n local_48 = local_60;\n }\n iVar10 = 0;\n if (0 < local_74) {\n do {\n while( true ) {\n FUN_0001d7b0();\n iVar11 = FUN_0001d840();\n if (iVar11 == 0) break;\n iVar10 = iVar10 + 1;\n FUN_000497a0(local_60,0);\n if (iVar10 == local_74) goto LAB_00094e68;\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 != local_74);\n }\nLAB_00094e68:\n if (iVar6 == 1) {\n FUN_000497a0(extraout_ECX,local_70);\n local_50 = FUN_000497a0(0,0);\n if ((local_30[0] != 0) && (local_74 == 1)) {\nLAB_000951fd:\n FUN_000497a0(extraout_ECX,0);\n }\n if (extraout_ECX == param_2) {\n FUN_000497a0(extraout_ECX,0);\n }\n }\n else {\n FUN_000497a0(local_74,0);\n FUN_000370b0(local_74);\n if (extraout_ECX == param_2) {\n FUN_00049940(extraout_ECX,local_70,local_74);\n goto LAB_00095047;\n }\n local_50 = FUN_000497a0(0,local_70);\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + local_50 * 0x14;\n *(undefined1 *)(iVar6 + 1) = 0xfd;\n *(int *)(iVar6 + 0x10) = local_74;\n }\n if ((local_30[0] != 0) && (local_74 == 1)) goto LAB_000951fd;\n }\n if (local_48 != 0) {\n FUN_00049570();\n }\n iVar10 = FUN_000497a0(extraout_ECX,0);\n iVar6 = 0;\n if (local_74 < 2) {\n local_60 = extraout_ECX;\n if (local_74 == 1) goto LAB_00094fd4;\nLAB_00095168:\n FUN_000497a0(param_2,0);\n }\n else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\nLAB_00094fd4:\n do {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n iVar11 = param_1[0xb] + 1;\n param_1[0xb] = iVar11;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n iVar11 = param_1[bVar5 + 0x24];\n }\n FUN_0001d7b0();\n FUN_0005da30();\n FUN_000497a0(iVar6,iVar11);\n FUN_000497a0(local_60,iVar11);\n FUN_000370b0(0xfffffffe);\n if (iVar11 != 0) {\n FUN_0002f640();\n }\n iVar6 = iVar6 + 1;\n } while (iVar6 < local_74);\n FUN_000497a0(param_2,0);\n if (1 < local_74) {\n FUN_00049570();\n FUN_000497a0(iVar10 + 1,0);\n param_2 = extraout_ECX;\n goto LAB_00095168;\n }\n }\n iVar6 = unaff_EDI + 0xb78d3;\n iVar10 = piVar2[0x1a] + -1;\n if (-1 < local_50) {\n iVar10 = local_50;\n }\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + iVar10 * 0x14;\n }\n *(int *)(iVar6 + 8) = piVar2[0x1a];\n }\nLAB_00095047:\n if (bVar13) {\n FUN_0002f640();\n }\n }\n if (piVar8 != (int *)0x0) {\n FUN_00026590();\n }\n if (pbVar7 != (byte *)0x0) {\n FUN_00026590();\n }\nLAB_00094ccf:\n if (local_20 != *(int *)(in_GS_OFFSET + 0x14)) {\n /* WARNING: Subroutine does not return */\n FUN_000f6410();\n }\n return;\n}\n\n" (function_definition "void __regparm1 FUN_00094c80(int *param_1,int param_2)\n\n{\n char *pcVar1;\n int *piVar2;\n int iVar3;\n char cVar4;\n byte bVar5;\n int iVar6;\n byte *pbVar7;\n int *piVar8;\n int *piVar9;\n int iVar10;\n int iVar11;\n undefined4 uVar12;\n int extraout_ECX;\n bool bVar13;\n int extraout_EDX;\n int unaff_EDI;\n int in_GS_OFFSET;\n int local_74;\n int local_70;\n int local_68;\n int local_60;\n int local_50;\n int local_48;\n int local_30 [2];\n undefined4 local_28;\n int local_24;\n int local_20;\n \n FUN_0001af1a();\n local_20 = *(int *)(in_GS_OFFSET + 0x14);\n local_30[0] = 0;\n local_28 = 0;\n iVar6 = FUN_00059670();\n if (iVar6 != 0) goto LAB_00094ccf;\n pbVar7 = (byte *)FUN_0002fd10();\n pcVar1 = *(char **)(extraout_EDX + 0xc);\n cVar4 = *pcVar1;\n if (cVar4 == -0x5c) {\n cVar4 = pcVar1[0x28];\n }\n if (cVar4 == -0x5b) {\n local_74 = **(int **)(pcVar1 + 0x14);\n }\n else {\n local_74 = 1;\n if (cVar4 == '\x7f') {\n local_74 = *(int *)**(undefined4 **)(pcVar1 + 0x14);\n }\n }\n piVar8 = (int *)FUN_00028410();\n if (*(char *)(*param_1 + 0x4d) == '\0') {\n piVar9 = local_30;\n piVar2 = (int *)param_1[2];\n if (extraout_ECX == param_2) {\n piVar9 = (int *)0x0;\n }\n iVar6 = FUN_00093e70(piVar9,piVar8,&local_28);\n iVar10 = FUN_00098c50();\n local_70 = iVar10;\n if (local_74 < 1) {\n bVar13 = false;\n if (local_74 != 0) {\n local_70 = FUN_0002f670();\n bVar13 = local_70 != 0 && iVar10 != local_70;\n }\n }\n else {\n if (*piVar8 == 0) {\n iVar11 = 0;\n do {\n iVar11 = iVar11 + 1;\n if (iVar11 == local_74) {\n bVar13 = false;\n goto LAB_00094dd5;\n }\n } while (piVar8[iVar11] == iVar11);\n }\n local_70 = FUN_0002f670();\n iVar11 = iVar10;\n do {\n iVar3 = iVar11 - iVar10;\n iVar11 = iVar11 + 1;\n FUN_000497a0(piVar8[iVar3] + local_70,0);\n } while (local_74 + iVar10 != iVar11);\n bVar13 = iVar10 != local_70 && local_70 != 0;\n }\nLAB_00094dd5:\n if (iVar6 == 5) {\n piVar9 = *(int **)(extraout_EDX + 0x14);\n FUN_0005da30();\n iVar6 = param_1[0xe];\n param_1[0xe] = iVar6 + -1;\n if (extraout_ECX == param_2) {\n local_68 = 0;\n if (0 < *piVar9) goto LAB_00095308;\n }\n else {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n local_68 = param_1[0xb] + 1;\n param_1[0xb] = local_68;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n local_68 = param_1[bVar5 + 0x24];\n }\n FUN_000497a0(local_70,local_68);\n if (0 < *piVar9) {\nLAB_00095308:\n iVar10 = 0;\n do {\n uVar12 = FUN_00098a90();\n if ((local_68 != 0) && (iVar11 = FUN_0001d840(), iVar11 != 0)) {\n FUN_000497a0(uVar12,local_68);\n }\n if ((iVar10 < *piVar9 + -1) || (extraout_ECX != param_2)) {\n FUN_000497a0(iVar6 + -1,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;\n }\n }\n else {\n FUN_000497a0(extraout_ECX,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }\n }\n if (local_24 != 0) {\n FUN_0002f640();\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 < *piVar9);\n }\n if (local_68 != 0) {\n FUN_000497a0(param_2,0);\n FUN_000497a0(extraout_ECX,0);\n FUN_00049570();\n FUN_0002f640();\n goto LAB_00095047;\n }\n }\n FUN_00049570();\n }\n else {\n if (extraout_ECX == param_2) {\n local_48 = 0;\n local_60 = extraout_ECX;\n }\n else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\n local_48 = local_60;\n }\n iVar10 = 0;\n if (0 < local_74) {\n do {\n while( true ) {\n FUN_0001d7b0();\n iVar11 = FUN_0001d840();\n if (iVar11 == 0) break;\n iVar10 = iVar10 + 1;\n FUN_000497a0(local_60,0);\n if (iVar10 == local_74) goto LAB_00094e68;\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 != local_74);\n }\nLAB_00094e68:\n if (iVar6 == 1) {\n FUN_000497a0(extraout_ECX,local_70);\n local_50 = FUN_000497a0(0,0);\n if ((local_30[0] != 0) && (local_74 == 1)) {\nLAB_000951fd:\n FUN_000497a0(extraout_ECX,0);\n }\n if (extraout_ECX == param_2) {\n FUN_000497a0(extraout_ECX,0);\n }\n }\n else {\n FUN_000497a0(local_74,0);\n FUN_000370b0(local_74);\n if (extraout_ECX == param_2) {\n FUN_00049940(extraout_ECX,local_70,local_74);\n goto LAB_00095047;\n }\n local_50 = FUN_000497a0(0,local_70);\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + local_50 * 0x14;\n *(undefined1 *)(iVar6 + 1) = 0xfd;\n *(int *)(iVar6 + 0x10) = local_74;\n }\n if ((local_30[0] != 0) && (local_74 == 1)) goto LAB_000951fd;\n }\n if (local_48 != 0) {\n FUN_00049570();\n }\n iVar10 = FUN_000497a0(extraout_ECX,0);\n iVar6 = 0;\n if (local_74 < 2) {\n local_60 = extraout_ECX;\n if (local_74 == 1) goto LAB_00094fd4;\nLAB_00095168:\n FUN_000497a0(param_2,0);\n }\n else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\nLAB_00094fd4:\n do {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n iVar11 = param_1[0xb] + 1;\n param_1[0xb] = iVar11;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n iVar11 = param_1[bVar5 + 0x24];\n }\n FUN_0001d7b0();\n FUN_0005da30();\n FUN_000497a0(iVar6,iVar11);\n FUN_000497a0(local_60,iVar11);\n FUN_000370b0(0xfffffffe);\n if (iVar11 != 0) {\n FUN_0002f640();\n }\n iVar6 = iVar6 + 1;\n } while (iVar6 < local_74);\n FUN_000497a0(param_2,0);\n if (1 < local_74) {\n FUN_00049570();\n FUN_000497a0(iVar10 + 1,0);\n param_2 = extraout_ECX;\n goto LAB_00095168;\n }\n }\n iVar6 = unaff_EDI + 0xb78d3;\n iVar10 = piVar2[0x1a] + -1;\n if (-1 < local_50) {\n iVar10 = local_50;\n }\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + iVar10 * 0x14;\n }\n *(int *)(iVar6 + 8) = piVar2[0x1a];\n }\nLAB_00095047:\n if (bVar13) {\n FUN_0002f640();\n }\n }\n if (piVar8 != (int *)0x0) {\n FUN_00026590();\n }\n if (pbVar7 != (byte *)0x0) {\n FUN_00026590();\n }\nLAB_00094ccf:\n if (local_20 != *(int *)(in_GS_OFFSET + 0x14)) {\n /* WARNING: Subroutine does not return */\n FUN_000f6410();\n }\n return;\n}" primitive_type (ERROR "__regparm1" identifier) (function_declarator "FUN_00094c80(int *param_1,int param_2)" identifier (parameter_list "(int *param_1,int param_2)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int param_2" primitive_type identifier) ))) (compound_statement "{\n char *pcVar1;\n int *piVar2;\n int iVar3;\n char cVar4;\n byte bVar5;\n int iVar6;\n byte *pbVar7;\n int *piVar8;\n int *piVar9;\n int iVar10;\n int iVar11;\n undefined4 uVar12;\n int extraout_ECX;\n bool bVar13;\n int extraout_EDX;\n int unaff_EDI;\n int in_GS_OFFSET;\n int local_74;\n int local_70;\n int local_68;\n int local_60;\n int local_50;\n int local_48;\n int local_30 [2];\n undefined4 local_28;\n int local_24;\n int local_20;\n \n FUN_0001af1a();\n local_20 = *(int *)(in_GS_OFFSET + 0x14);\n local_30[0] = 0;\n local_28 = 0;\n iVar6 = FUN_00059670();\n if (iVar6 != 0) goto LAB_00094ccf;\n pbVar7 = (byte *)FUN_0002fd10();\n pcVar1 = *(char **)(extraout_EDX + 0xc);\n cVar4 = *pcVar1;\n if (cVar4 == -0x5c) {\n cVar4 = pcVar1[0x28];\n }\n if (cVar4 == -0x5b) {\n local_74 = **(int **)(pcVar1 + 0x14);\n }\n else {\n local_74 = 1;\n if (cVar4 == '\x7f') {\n local_74 = *(int *)**(undefined4 **)(pcVar1 + 0x14);\n }\n }\n piVar8 = (int *)FUN_00028410();\n if (*(char *)(*param_1 + 0x4d) == '\0') {\n piVar9 = local_30;\n piVar2 = (int *)param_1[2];\n if (extraout_ECX == param_2) {\n piVar9 = (int *)0x0;\n }\n iVar6 = FUN_00093e70(piVar9,piVar8,&local_28);\n iVar10 = FUN_00098c50();\n local_70 = iVar10;\n if (local_74 < 1) {\n bVar13 = false;\n if (local_74 != 0) {\n local_70 = FUN_0002f670();\n bVar13 = local_70 != 0 && iVar10 != local_70;\n }\n }\n else {\n if (*piVar8 == 0) {\n iVar11 = 0;\n do {\n iVar11 = iVar11 + 1;\n if (iVar11 == local_74) {\n bVar13 = false;\n goto LAB_00094dd5;\n }\n } while (piVar8[iVar11] == iVar11);\n }\n local_70 = FUN_0002f670();\n iVar11 = iVar10;\n do {\n iVar3 = iVar11 - iVar10;\n iVar11 = iVar11 + 1;\n FUN_000497a0(piVar8[iVar3] + local_70,0);\n } while (local_74 + iVar10 != iVar11);\n bVar13 = iVar10 != local_70 && local_70 != 0;\n }\nLAB_00094dd5:\n if (iVar6 == 5) {\n piVar9 = *(int **)(extraout_EDX + 0x14);\n FUN_0005da30();\n iVar6 = param_1[0xe];\n param_1[0xe] = iVar6 + -1;\n if (extraout_ECX == param_2) {\n local_68 = 0;\n if (0 < *piVar9) goto LAB_00095308;\n }\n else {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n local_68 = param_1[0xb] + 1;\n param_1[0xb] = local_68;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n local_68 = param_1[bVar5 + 0x24];\n }\n FUN_000497a0(local_70,local_68);\n if (0 < *piVar9) {\nLAB_00095308:\n iVar10 = 0;\n do {\n uVar12 = FUN_00098a90();\n if ((local_68 != 0) && (iVar11 = FUN_0001d840(), iVar11 != 0)) {\n FUN_000497a0(uVar12,local_68);\n }\n if ((iVar10 < *piVar9 + -1) || (extraout_ECX != param_2)) {\n FUN_000497a0(iVar6 + -1,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;\n }\n }\n else {\n FUN_000497a0(extraout_ECX,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }\n }\n if (local_24 != 0) {\n FUN_0002f640();\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 < *piVar9);\n }\n if (local_68 != 0) {\n FUN_000497a0(param_2,0);\n FUN_000497a0(extraout_ECX,0);\n FUN_00049570();\n FUN_0002f640();\n goto LAB_00095047;\n }\n }\n FUN_00049570();\n }\n else {\n if (extraout_ECX == param_2) {\n local_48 = 0;\n local_60 = extraout_ECX;\n }\n else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\n local_48 = local_60;\n }\n iVar10 = 0;\n if (0 < local_74) {\n do {\n while( true ) {\n FUN_0001d7b0();\n iVar11 = FUN_0001d840();\n if (iVar11 == 0) break;\n iVar10 = iVar10 + 1;\n FUN_000497a0(local_60,0);\n if (iVar10 == local_74) goto LAB_00094e68;\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 != local_74);\n }\nLAB_00094e68:\n if (iVar6 == 1) {\n FUN_000497a0(extraout_ECX,local_70);\n local_50 = FUN_000497a0(0,0);\n if ((local_30[0] != 0) && (local_74 == 1)) {\nLAB_000951fd:\n FUN_000497a0(extraout_ECX,0);\n }\n if (extraout_ECX == param_2) {\n FUN_000497a0(extraout_ECX,0);\n }\n }\n else {\n FUN_000497a0(local_74,0);\n FUN_000370b0(local_74);\n if (extraout_ECX == param_2) {\n FUN_00049940(extraout_ECX,local_70,local_74);\n goto LAB_00095047;\n }\n local_50 = FUN_000497a0(0,local_70);\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + local_50 * 0x14;\n *(undefined1 *)(iVar6 + 1) = 0xfd;\n *(int *)(iVar6 + 0x10) = local_74;\n }\n if ((local_30[0] != 0) && (local_74 == 1)) goto LAB_000951fd;\n }\n if (local_48 != 0) {\n FUN_00049570();\n }\n iVar10 = FUN_000497a0(extraout_ECX,0);\n iVar6 = 0;\n if (local_74 < 2) {\n local_60 = extraout_ECX;\n if (local_74 == 1) goto LAB_00094fd4;\nLAB_00095168:\n FUN_000497a0(param_2,0);\n }\n else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\nLAB_00094fd4:\n do {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n iVar11 = param_1[0xb] + 1;\n param_1[0xb] = iVar11;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n iVar11 = param_1[bVar5 + 0x24];\n }\n FUN_0001d7b0();\n FUN_0005da30();\n FUN_000497a0(iVar6,iVar11);\n FUN_000497a0(local_60,iVar11);\n FUN_000370b0(0xfffffffe);\n if (iVar11 != 0) {\n FUN_0002f640();\n }\n iVar6 = iVar6 + 1;\n } while (iVar6 < local_74);\n FUN_000497a0(param_2,0);\n if (1 < local_74) {\n FUN_00049570();\n FUN_000497a0(iVar10 + 1,0);\n param_2 = extraout_ECX;\n goto LAB_00095168;\n }\n }\n iVar6 = unaff_EDI + 0xb78d3;\n iVar10 = piVar2[0x1a] + -1;\n if (-1 < local_50) {\n iVar10 = local_50;\n }\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + iVar10 * 0x14;\n }\n *(int *)(iVar6 + 8) = piVar2[0x1a];\n }\nLAB_00095047:\n if (bVar13) {\n FUN_0002f640();\n }\n }\n if (piVar8 != (int *)0x0) {\n FUN_00026590();\n }\n if (pbVar7 != (byte *)0x0) {\n FUN_00026590();\n }\nLAB_00094ccf:\n if (local_20 != *(int *)(in_GS_OFFSET + 0x14)) {\n /* WARNING: Subroutine does not return */\n FUN_000f6410();\n }\n return;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "char cVar4;" primitive_type identifier ;) (declaration "byte bVar5;" type_identifier identifier ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "byte *pbVar7;" type_identifier (pointer_declarator "*pbVar7" * identifier) ;) (declaration "int *piVar8;" primitive_type (pointer_declarator "*piVar8" * identifier) ;) (declaration "int *piVar9;" primitive_type (pointer_declarator "*piVar9" * identifier) ;) (declaration "int iVar10;" primitive_type identifier ;) (declaration "int iVar11;" primitive_type identifier ;) (declaration "undefined4 uVar12;" type_identifier identifier ;) (declaration "int extraout_ECX;" primitive_type identifier ;) (declaration "bool bVar13;" primitive_type identifier ;) (declaration "int extraout_EDX;" primitive_type identifier ;) (declaration "int unaff_EDI;" primitive_type identifier ;) (declaration "int in_GS_OFFSET;" primitive_type identifier ;) (declaration "int local_74;" primitive_type identifier ;) (declaration "int local_70;" primitive_type identifier ;) (declaration "int local_68;" primitive_type identifier ;) (declaration "int local_60;" primitive_type identifier ;) (declaration "int local_50;" primitive_type identifier ;) (declaration "int local_48;" primitive_type identifier ;) (declaration "int local_30 [2];" primitive_type (array_declarator "local_30 [2]" identifier [ number_literal ]) ;) (declaration "undefined4 local_28;" type_identifier identifier ;) (declaration "int local_24;" primitive_type identifier ;) (declaration "int local_20;" primitive_type identifier ;) (expression_statement "FUN_0001af1a();" (call_expression "FUN_0001af1a()" identifier (argument_list "()" ( ))) ;) (expression_statement "local_20 = *(int *)(in_GS_OFFSET + 0x14);" (assignment_expression "local_20 = *(int *)(in_GS_OFFSET + 0x14)" identifier = (pointer_expression "*(int *)(in_GS_OFFSET + 0x14)" * (cast_expression "(int *)(in_GS_OFFSET + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_GS_OFFSET + 0x14)" ( (binary_expression "in_GS_OFFSET + 0x14" identifier + number_literal) ))))) ;) (expression_statement "local_30[0] = 0;" (assignment_expression "local_30[0] = 0" (subscript_expression "local_30[0]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_28 = 0;" (assignment_expression "local_28 = 0" identifier = number_literal) ;) (expression_statement "iVar6 = FUN_00059670();" (assignment_expression "iVar6 = FUN_00059670()" identifier = (call_expression "FUN_00059670()" identifier (argument_list "()" ( )))) ;) (if_statement "if (iVar6 != 0) goto LAB_00094ccf;" if (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) (goto_statement "goto LAB_00094ccf;" goto statement_identifier ;)) (expression_statement "pbVar7 = (byte *)FUN_0002fd10();" (assignment_expression "pbVar7 = (byte *)FUN_0002fd10()" identifier = (cast_expression "(byte *)FUN_0002fd10()" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0002fd10()" identifier (argument_list "()" ( ))))) ;) (expression_statement "pcVar1 = *(char **)(extraout_EDX + 0xc);" (assignment_expression "pcVar1 = *(char **)(extraout_EDX + 0xc)" identifier = (pointer_expression "*(char **)(extraout_EDX + 0xc)" * (cast_expression "(char **)(extraout_EDX + 0xc)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(extraout_EDX + 0xc)" ( (binary_expression "extraout_EDX + 0xc" identifier + number_literal) ))))) ;) (expression_statement "cVar4 = *pcVar1;" (assignment_expression "cVar4 = *pcVar1" identifier = (pointer_expression "*pcVar1" * identifier)) ;) (if_statement "if (cVar4 == -0x5c) {\n cVar4 = pcVar1[0x28];\n }" if (parenthesized_expression "(cVar4 == -0x5c)" ( (binary_expression "cVar4 == -0x5c" identifier == number_literal) )) (compound_statement "{\n cVar4 = pcVar1[0x28];\n }" { (expression_statement "cVar4 = pcVar1[0x28];" (assignment_expression "cVar4 = pcVar1[0x28]" identifier = (subscript_expression "pcVar1[0x28]" identifier [ number_literal ])) ;) })) (if_statement "if (cVar4 == -0x5b) {\n local_74 = **(int **)(pcVar1 + 0x14);\n }\n else {\n local_74 = 1;\n if (cVar4 == '\x7f') {\n local_74 = *(int *)**(undefined4 **)(pcVar1 + 0x14);\n }\n }" if (parenthesized_expression "(cVar4 == -0x5b)" ( (binary_expression "cVar4 == -0x5b" identifier == number_literal) )) (compound_statement "{\n local_74 = **(int **)(pcVar1 + 0x14);\n }" { (expression_statement "local_74 = **(int **)(pcVar1 + 0x14);" (assignment_expression "local_74 = **(int **)(pcVar1 + 0x14)" identifier = (pointer_expression "**(int **)(pcVar1 + 0x14)" * (pointer_expression "*(int **)(pcVar1 + 0x14)" * (cast_expression "(int **)(pcVar1 + 0x14)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(pcVar1 + 0x14)" ( (binary_expression "pcVar1 + 0x14" identifier + number_literal) )))))) ;) }) (else_clause "else {\n local_74 = 1;\n if (cVar4 == '\x7f') {\n local_74 = *(int *)**(undefined4 **)(pcVar1 + 0x14);\n }\n }" else (compound_statement "{\n local_74 = 1;\n if (cVar4 == '\x7f') {\n local_74 = *(int *)**(undefined4 **)(pcVar1 + 0x14);\n }\n }" { (expression_statement "local_74 = 1;" (assignment_expression "local_74 = 1" identifier = number_literal) ;) (if_statement "if (cVar4 == '\x7f') {\n local_74 = *(int *)**(undefined4 **)(pcVar1 + 0x14);\n }" if (parenthesized_expression "(cVar4 == '\x7f')" ( (binary_expression "cVar4 == '\x7f'" identifier == (char_literal "'\x7f'" ' escape_sequence ')) )) (compound_statement "{\n local_74 = *(int *)**(undefined4 **)(pcVar1 + 0x14);\n }" { (expression_statement "local_74 = *(int *)**(undefined4 **)(pcVar1 + 0x14);" (assignment_expression "local_74 = *(int *)**(undefined4 **)(pcVar1 + 0x14)" identifier = (pointer_expression "*(int *)**(undefined4 **)(pcVar1 + 0x14)" * (cast_expression "(int *)**(undefined4 **)(pcVar1 + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "**(undefined4 **)(pcVar1 + 0x14)" * (pointer_expression "*(undefined4 **)(pcVar1 + 0x14)" * (cast_expression "(undefined4 **)(pcVar1 + 0x14)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(pcVar1 + 0x14)" ( (binary_expression "pcVar1 + 0x14" identifier + number_literal) )))))))) ;) })) }))) (expression_statement "piVar8 = (int *)FUN_00028410();" (assignment_expression "piVar8 = (int *)FUN_00028410()" identifier = (cast_expression "(int *)FUN_00028410()" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00028410()" identifier (argument_list "()" ( ))))) ;) (if_statement "if (*(char *)(*param_1 + 0x4d) == '\0') {\n piVar9 = local_30;\n piVar2 = (int *)param_1[2];\n if (extraout_ECX == param_2) {\n piVar9 = (int *)0x0;\n }\n iVar6 = FUN_00093e70(piVar9,piVar8,&local_28);\n iVar10 = FUN_00098c50();\n local_70 = iVar10;\n if (local_74 < 1) {\n bVar13 = false;\n if (local_74 != 0) {\n local_70 = FUN_0002f670();\n bVar13 = local_70 != 0 && iVar10 != local_70;\n }\n }\n else {\n if (*piVar8 == 0) {\n iVar11 = 0;\n do {\n iVar11 = iVar11 + 1;\n if (iVar11 == local_74) {\n bVar13 = false;\n goto LAB_00094dd5;\n }\n } while (piVar8[iVar11] == iVar11);\n }\n local_70 = FUN_0002f670();\n iVar11 = iVar10;\n do {\n iVar3 = iVar11 - iVar10;\n iVar11 = iVar11 + 1;\n FUN_000497a0(piVar8[iVar3] + local_70,0);\n } while (local_74 + iVar10 != iVar11);\n bVar13 = iVar10 != local_70 && local_70 != 0;\n }\nLAB_00094dd5:\n if (iVar6 == 5) {\n piVar9 = *(int **)(extraout_EDX + 0x14);\n FUN_0005da30();\n iVar6 = param_1[0xe];\n param_1[0xe] = iVar6 + -1;\n if (extraout_ECX == param_2) {\n local_68 = 0;\n if (0 < *piVar9) goto LAB_00095308;\n }\n else {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n local_68 = param_1[0xb] + 1;\n param_1[0xb] = local_68;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n local_68 = param_1[bVar5 + 0x24];\n }\n FUN_000497a0(local_70,local_68);\n if (0 < *piVar9) {\nLAB_00095308:\n iVar10 = 0;\n do {\n uVar12 = FUN_00098a90();\n if ((local_68 != 0) && (iVar11 = FUN_0001d840(), iVar11 != 0)) {\n FUN_000497a0(uVar12,local_68);\n }\n if ((iVar10 < *piVar9 + -1) || (extraout_ECX != param_2)) {\n FUN_000497a0(iVar6 + -1,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;\n }\n }\n else {\n FUN_000497a0(extraout_ECX,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }\n }\n if (local_24 != 0) {\n FUN_0002f640();\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 < *piVar9);\n }\n if (local_68 != 0) {\n FUN_000497a0(param_2,0);\n FUN_000497a0(extraout_ECX,0);\n FUN_00049570();\n FUN_0002f640();\n goto LAB_00095047;\n }\n }\n FUN_00049570();\n }\n else {\n if (extraout_ECX == param_2) {\n local_48 = 0;\n local_60 = extraout_ECX;\n }\n else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\n local_48 = local_60;\n }\n iVar10 = 0;\n if (0 < local_74) {\n do {\n while( true ) {\n FUN_0001d7b0();\n iVar11 = FUN_0001d840();\n if (iVar11 == 0) break;\n iVar10 = iVar10 + 1;\n FUN_000497a0(local_60,0);\n if (iVar10 == local_74) goto LAB_00094e68;\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 != local_74);\n }\nLAB_00094e68:\n if (iVar6 == 1) {\n FUN_000497a0(extraout_ECX,local_70);\n local_50 = FUN_000497a0(0,0);\n if ((local_30[0] != 0) && (local_74 == 1)) {\nLAB_000951fd:\n FUN_000497a0(extraout_ECX,0);\n }\n if (extraout_ECX == param_2) {\n FUN_000497a0(extraout_ECX,0);\n }\n }\n else {\n FUN_000497a0(local_74,0);\n FUN_000370b0(local_74);\n if (extraout_ECX == param_2) {\n FUN_00049940(extraout_ECX,local_70,local_74);\n goto LAB_00095047;\n }\n local_50 = FUN_000497a0(0,local_70);\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + local_50 * 0x14;\n *(undefined1 *)(iVar6 + 1) = 0xfd;\n *(int *)(iVar6 + 0x10) = local_74;\n }\n if ((local_30[0] != 0) && (local_74 == 1)) goto LAB_000951fd;\n }\n if (local_48 != 0) {\n FUN_00049570();\n }\n iVar10 = FUN_000497a0(extraout_ECX,0);\n iVar6 = 0;\n if (local_74 < 2) {\n local_60 = extraout_ECX;\n if (local_74 == 1) goto LAB_00094fd4;\nLAB_00095168:\n FUN_000497a0(param_2,0);\n }\n else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\nLAB_00094fd4:\n do {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n iVar11 = param_1[0xb] + 1;\n param_1[0xb] = iVar11;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n iVar11 = param_1[bVar5 + 0x24];\n }\n FUN_0001d7b0();\n FUN_0005da30();\n FUN_000497a0(iVar6,iVar11);\n FUN_000497a0(local_60,iVar11);\n FUN_000370b0(0xfffffffe);\n if (iVar11 != 0) {\n FUN_0002f640();\n }\n iVar6 = iVar6 + 1;\n } while (iVar6 < local_74);\n FUN_000497a0(param_2,0);\n if (1 < local_74) {\n FUN_00049570();\n FUN_000497a0(iVar10 + 1,0);\n param_2 = extraout_ECX;\n goto LAB_00095168;\n }\n }\n iVar6 = unaff_EDI + 0xb78d3;\n iVar10 = piVar2[0x1a] + -1;\n if (-1 < local_50) {\n iVar10 = local_50;\n }\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + iVar10 * 0x14;\n }\n *(int *)(iVar6 + 8) = piVar2[0x1a];\n }\nLAB_00095047:\n if (bVar13) {\n FUN_0002f640();\n }\n }" if (parenthesized_expression "(*(char *)(*param_1 + 0x4d) == '\0')" ( (binary_expression "*(char *)(*param_1 + 0x4d) == '\0'" (pointer_expression "*(char *)(*param_1 + 0x4d)" * (cast_expression "(char *)(*param_1 + 0x4d)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + 0x4d)" ( (binary_expression "*param_1 + 0x4d" (pointer_expression "*param_1" * identifier) + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n piVar9 = local_30;\n piVar2 = (int *)param_1[2];\n if (extraout_ECX == param_2) {\n piVar9 = (int *)0x0;\n }\n iVar6 = FUN_00093e70(piVar9,piVar8,&local_28);\n iVar10 = FUN_00098c50();\n local_70 = iVar10;\n if (local_74 < 1) {\n bVar13 = false;\n if (local_74 != 0) {\n local_70 = FUN_0002f670();\n bVar13 = local_70 != 0 && iVar10 != local_70;\n }\n }\n else {\n if (*piVar8 == 0) {\n iVar11 = 0;\n do {\n iVar11 = iVar11 + 1;\n if (iVar11 == local_74) {\n bVar13 = false;\n goto LAB_00094dd5;\n }\n } while (piVar8[iVar11] == iVar11);\n }\n local_70 = FUN_0002f670();\n iVar11 = iVar10;\n do {\n iVar3 = iVar11 - iVar10;\n iVar11 = iVar11 + 1;\n FUN_000497a0(piVar8[iVar3] + local_70,0);\n } while (local_74 + iVar10 != iVar11);\n bVar13 = iVar10 != local_70 && local_70 != 0;\n }\nLAB_00094dd5:\n if (iVar6 == 5) {\n piVar9 = *(int **)(extraout_EDX + 0x14);\n FUN_0005da30();\n iVar6 = param_1[0xe];\n param_1[0xe] = iVar6 + -1;\n if (extraout_ECX == param_2) {\n local_68 = 0;\n if (0 < *piVar9) goto LAB_00095308;\n }\n else {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n local_68 = param_1[0xb] + 1;\n param_1[0xb] = local_68;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n local_68 = param_1[bVar5 + 0x24];\n }\n FUN_000497a0(local_70,local_68);\n if (0 < *piVar9) {\nLAB_00095308:\n iVar10 = 0;\n do {\n uVar12 = FUN_00098a90();\n if ((local_68 != 0) && (iVar11 = FUN_0001d840(), iVar11 != 0)) {\n FUN_000497a0(uVar12,local_68);\n }\n if ((iVar10 < *piVar9 + -1) || (extraout_ECX != param_2)) {\n FUN_000497a0(iVar6 + -1,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;\n }\n }\n else {\n FUN_000497a0(extraout_ECX,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }\n }\n if (local_24 != 0) {\n FUN_0002f640();\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 < *piVar9);\n }\n if (local_68 != 0) {\n FUN_000497a0(param_2,0);\n FUN_000497a0(extraout_ECX,0);\n FUN_00049570();\n FUN_0002f640();\n goto LAB_00095047;\n }\n }\n FUN_00049570();\n }\n else {\n if (extraout_ECX == param_2) {\n local_48 = 0;\n local_60 = extraout_ECX;\n }\n else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\n local_48 = local_60;\n }\n iVar10 = 0;\n if (0 < local_74) {\n do {\n while( true ) {\n FUN_0001d7b0();\n iVar11 = FUN_0001d840();\n if (iVar11 == 0) break;\n iVar10 = iVar10 + 1;\n FUN_000497a0(local_60,0);\n if (iVar10 == local_74) goto LAB_00094e68;\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 != local_74);\n }\nLAB_00094e68:\n if (iVar6 == 1) {\n FUN_000497a0(extraout_ECX,local_70);\n local_50 = FUN_000497a0(0,0);\n if ((local_30[0] != 0) && (local_74 == 1)) {\nLAB_000951fd:\n FUN_000497a0(extraout_ECX,0);\n }\n if (extraout_ECX == param_2) {\n FUN_000497a0(extraout_ECX,0);\n }\n }\n else {\n FUN_000497a0(local_74,0);\n FUN_000370b0(local_74);\n if (extraout_ECX == param_2) {\n FUN_00049940(extraout_ECX,local_70,local_74);\n goto LAB_00095047;\n }\n local_50 = FUN_000497a0(0,local_70);\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + local_50 * 0x14;\n *(undefined1 *)(iVar6 + 1) = 0xfd;\n *(int *)(iVar6 + 0x10) = local_74;\n }\n if ((local_30[0] != 0) && (local_74 == 1)) goto LAB_000951fd;\n }\n if (local_48 != 0) {\n FUN_00049570();\n }\n iVar10 = FUN_000497a0(extraout_ECX,0);\n iVar6 = 0;\n if (local_74 < 2) {\n local_60 = extraout_ECX;\n if (local_74 == 1) goto LAB_00094fd4;\nLAB_00095168:\n FUN_000497a0(param_2,0);\n }\n else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\nLAB_00094fd4:\n do {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n iVar11 = param_1[0xb] + 1;\n param_1[0xb] = iVar11;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n iVar11 = param_1[bVar5 + 0x24];\n }\n FUN_0001d7b0();\n FUN_0005da30();\n FUN_000497a0(iVar6,iVar11);\n FUN_000497a0(local_60,iVar11);\n FUN_000370b0(0xfffffffe);\n if (iVar11 != 0) {\n FUN_0002f640();\n }\n iVar6 = iVar6 + 1;\n } while (iVar6 < local_74);\n FUN_000497a0(param_2,0);\n if (1 < local_74) {\n FUN_00049570();\n FUN_000497a0(iVar10 + 1,0);\n param_2 = extraout_ECX;\n goto LAB_00095168;\n }\n }\n iVar6 = unaff_EDI + 0xb78d3;\n iVar10 = piVar2[0x1a] + -1;\n if (-1 < local_50) {\n iVar10 = local_50;\n }\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + iVar10 * 0x14;\n }\n *(int *)(iVar6 + 8) = piVar2[0x1a];\n }\nLAB_00095047:\n if (bVar13) {\n FUN_0002f640();\n }\n }" { (expression_statement "piVar9 = local_30;" (assignment_expression "piVar9 = local_30" identifier = identifier) ;) (expression_statement "piVar2 = (int *)param_1[2];" (assignment_expression "piVar2 = (int *)param_1[2]" identifier = (cast_expression "(int *)param_1[2]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[2]" identifier [ number_literal ]))) ;) (if_statement "if (extraout_ECX == param_2) {\n piVar9 = (int *)0x0;\n }" if (parenthesized_expression "(extraout_ECX == param_2)" ( (binary_expression "extraout_ECX == param_2" identifier == identifier) )) (compound_statement "{\n piVar9 = (int *)0x0;\n }" { (expression_statement "piVar9 = (int *)0x0;" (assignment_expression "piVar9 = (int *)0x0" identifier = (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) })) (expression_statement "iVar6 = FUN_00093e70(piVar9,piVar8,&local_28);" (assignment_expression "iVar6 = FUN_00093e70(piVar9,piVar8,&local_28)" identifier = (call_expression "FUN_00093e70(piVar9,piVar8,&local_28)" identifier (argument_list "(piVar9,piVar8,&local_28)" ( identifier , identifier , (pointer_expression "&local_28" & identifier) )))) ;) (expression_statement "iVar10 = FUN_00098c50();" (assignment_expression "iVar10 = FUN_00098c50()" identifier = (call_expression "FUN_00098c50()" identifier (argument_list "()" ( )))) ;) (expression_statement "local_70 = iVar10;" (assignment_expression "local_70 = iVar10" identifier = identifier) ;) (if_statement "if (local_74 < 1) {\n bVar13 = false;\n if (local_74 != 0) {\n local_70 = FUN_0002f670();\n bVar13 = local_70 != 0 && iVar10 != local_70;\n }\n }\n else {\n if (*piVar8 == 0) {\n iVar11 = 0;\n do {\n iVar11 = iVar11 + 1;\n if (iVar11 == local_74) {\n bVar13 = false;\n goto LAB_00094dd5;\n }\n } while (piVar8[iVar11] == iVar11);\n }\n local_70 = FUN_0002f670();\n iVar11 = iVar10;\n do {\n iVar3 = iVar11 - iVar10;\n iVar11 = iVar11 + 1;\n FUN_000497a0(piVar8[iVar3] + local_70,0);\n } while (local_74 + iVar10 != iVar11);\n bVar13 = iVar10 != local_70 && local_70 != 0;\n }" if (parenthesized_expression "(local_74 < 1)" ( (binary_expression "local_74 < 1" identifier < number_literal) )) (compound_statement "{\n bVar13 = false;\n if (local_74 != 0) {\n local_70 = FUN_0002f670();\n bVar13 = local_70 != 0 && iVar10 != local_70;\n }\n }" { (expression_statement "bVar13 = false;" (assignment_expression "bVar13 = false" identifier = false) ;) (if_statement "if (local_74 != 0) {\n local_70 = FUN_0002f670();\n bVar13 = local_70 != 0 && iVar10 != local_70;\n }" if (parenthesized_expression "(local_74 != 0)" ( (binary_expression "local_74 != 0" identifier != number_literal) )) (compound_statement "{\n local_70 = FUN_0002f670();\n bVar13 = local_70 != 0 && iVar10 != local_70;\n }" { (expression_statement "local_70 = FUN_0002f670();" (assignment_expression "local_70 = FUN_0002f670()" identifier = (call_expression "FUN_0002f670()" identifier (argument_list "()" ( )))) ;) (expression_statement "bVar13 = local_70 != 0 && iVar10 != local_70;" (assignment_expression "bVar13 = local_70 != 0 && iVar10 != local_70" identifier = (binary_expression "local_70 != 0 && iVar10 != local_70" (binary_expression "local_70 != 0" identifier != number_literal) && (binary_expression "iVar10 != local_70" identifier != identifier))) ;) })) }) (else_clause "else {\n if (*piVar8 == 0) {\n iVar11 = 0;\n do {\n iVar11 = iVar11 + 1;\n if (iVar11 == local_74) {\n bVar13 = false;\n goto LAB_00094dd5;\n }\n } while (piVar8[iVar11] == iVar11);\n }\n local_70 = FUN_0002f670();\n iVar11 = iVar10;\n do {\n iVar3 = iVar11 - iVar10;\n iVar11 = iVar11 + 1;\n FUN_000497a0(piVar8[iVar3] + local_70,0);\n } while (local_74 + iVar10 != iVar11);\n bVar13 = iVar10 != local_70 && local_70 != 0;\n }" else (compound_statement "{\n if (*piVar8 == 0) {\n iVar11 = 0;\n do {\n iVar11 = iVar11 + 1;\n if (iVar11 == local_74) {\n bVar13 = false;\n goto LAB_00094dd5;\n }\n } while (piVar8[iVar11] == iVar11);\n }\n local_70 = FUN_0002f670();\n iVar11 = iVar10;\n do {\n iVar3 = iVar11 - iVar10;\n iVar11 = iVar11 + 1;\n FUN_000497a0(piVar8[iVar3] + local_70,0);\n } while (local_74 + iVar10 != iVar11);\n bVar13 = iVar10 != local_70 && local_70 != 0;\n }" { (if_statement "if (*piVar8 == 0) {\n iVar11 = 0;\n do {\n iVar11 = iVar11 + 1;\n if (iVar11 == local_74) {\n bVar13 = false;\n goto LAB_00094dd5;\n }\n } while (piVar8[iVar11] == iVar11);\n }" if (parenthesized_expression "(*piVar8 == 0)" ( (binary_expression "*piVar8 == 0" (pointer_expression "*piVar8" * identifier) == number_literal) )) (compound_statement "{\n iVar11 = 0;\n do {\n iVar11 = iVar11 + 1;\n if (iVar11 == local_74) {\n bVar13 = false;\n goto LAB_00094dd5;\n }\n } while (piVar8[iVar11] == iVar11);\n }" { (expression_statement "iVar11 = 0;" (assignment_expression "iVar11 = 0" identifier = number_literal) ;) (do_statement "do {\n iVar11 = iVar11 + 1;\n if (iVar11 == local_74) {\n bVar13 = false;\n goto LAB_00094dd5;\n }\n } while (piVar8[iVar11] == iVar11);" do (compound_statement "{\n iVar11 = iVar11 + 1;\n if (iVar11 == local_74) {\n bVar13 = false;\n goto LAB_00094dd5;\n }\n }" { (expression_statement "iVar11 = iVar11 + 1;" (assignment_expression "iVar11 = iVar11 + 1" identifier = (binary_expression "iVar11 + 1" identifier + number_literal)) ;) (if_statement "if (iVar11 == local_74) {\n bVar13 = false;\n goto LAB_00094dd5;\n }" if (parenthesized_expression "(iVar11 == local_74)" ( (binary_expression "iVar11 == local_74" identifier == identifier) )) (compound_statement "{\n bVar13 = false;\n goto LAB_00094dd5;\n }" { (expression_statement "bVar13 = false;" (assignment_expression "bVar13 = false" identifier = false) ;) (goto_statement "goto LAB_00094dd5;" goto statement_identifier ;) })) }) while (parenthesized_expression "(piVar8[iVar11] == iVar11)" ( (binary_expression "piVar8[iVar11] == iVar11" (subscript_expression "piVar8[iVar11]" identifier [ identifier ]) == identifier) )) ;) })) (expression_statement "local_70 = FUN_0002f670();" (assignment_expression "local_70 = FUN_0002f670()" identifier = (call_expression "FUN_0002f670()" identifier (argument_list "()" ( )))) ;) (expression_statement "iVar11 = iVar10;" (assignment_expression "iVar11 = iVar10" identifier = identifier) ;) (do_statement "do {\n iVar3 = iVar11 - iVar10;\n iVar11 = iVar11 + 1;\n FUN_000497a0(piVar8[iVar3] + local_70,0);\n } while (local_74 + iVar10 != iVar11);" do (compound_statement "{\n iVar3 = iVar11 - iVar10;\n iVar11 = iVar11 + 1;\n FUN_000497a0(piVar8[iVar3] + local_70,0);\n }" { (expression_statement "iVar3 = iVar11 - iVar10;" (assignment_expression "iVar3 = iVar11 - iVar10" identifier = (binary_expression "iVar11 - iVar10" identifier - identifier)) ;) (expression_statement "iVar11 = iVar11 + 1;" (assignment_expression "iVar11 = iVar11 + 1" identifier = (binary_expression "iVar11 + 1" identifier + number_literal)) ;) (expression_statement "FUN_000497a0(piVar8[iVar3] + local_70,0);" (call_expression "FUN_000497a0(piVar8[iVar3] + local_70,0)" identifier (argument_list "(piVar8[iVar3] + local_70,0)" ( (binary_expression "piVar8[iVar3] + local_70" (subscript_expression "piVar8[iVar3]" identifier [ identifier ]) + identifier) , number_literal ))) ;) }) while (parenthesized_expression "(local_74 + iVar10 != iVar11)" ( (binary_expression "local_74 + iVar10 != iVar11" (binary_expression "local_74 + iVar10" identifier + identifier) != identifier) )) ;) (expression_statement "bVar13 = iVar10 != local_70 && local_70 != 0;" (assignment_expression "bVar13 = iVar10 != local_70 && local_70 != 0" identifier = (binary_expression "iVar10 != local_70 && local_70 != 0" (binary_expression "iVar10 != local_70" identifier != identifier) && (binary_expression "local_70 != 0" identifier != number_literal))) ;) }))) (labeled_statement "LAB_00094dd5:\n if (iVar6 == 5) {\n piVar9 = *(int **)(extraout_EDX + 0x14);\n FUN_0005da30();\n iVar6 = param_1[0xe];\n param_1[0xe] = iVar6 + -1;\n if (extraout_ECX == param_2) {\n local_68 = 0;\n if (0 < *piVar9) goto LAB_00095308;\n }\n else {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n local_68 = param_1[0xb] + 1;\n param_1[0xb] = local_68;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n local_68 = param_1[bVar5 + 0x24];\n }\n FUN_000497a0(local_70,local_68);\n if (0 < *piVar9) {\nLAB_00095308:\n iVar10 = 0;\n do {\n uVar12 = FUN_00098a90();\n if ((local_68 != 0) && (iVar11 = FUN_0001d840(), iVar11 != 0)) {\n FUN_000497a0(uVar12,local_68);\n }\n if ((iVar10 < *piVar9 + -1) || (extraout_ECX != param_2)) {\n FUN_000497a0(iVar6 + -1,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;\n }\n }\n else {\n FUN_000497a0(extraout_ECX,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }\n }\n if (local_24 != 0) {\n FUN_0002f640();\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 < *piVar9);\n }\n if (local_68 != 0) {\n FUN_000497a0(param_2,0);\n FUN_000497a0(extraout_ECX,0);\n FUN_00049570();\n FUN_0002f640();\n goto LAB_00095047;\n }\n }\n FUN_00049570();\n }\n else {\n if (extraout_ECX == param_2) {\n local_48 = 0;\n local_60 = extraout_ECX;\n }\n else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\n local_48 = local_60;\n }\n iVar10 = 0;\n if (0 < local_74) {\n do {\n while( true ) {\n FUN_0001d7b0();\n iVar11 = FUN_0001d840();\n if (iVar11 == 0) break;\n iVar10 = iVar10 + 1;\n FUN_000497a0(local_60,0);\n if (iVar10 == local_74) goto LAB_00094e68;\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 != local_74);\n }\nLAB_00094e68:\n if (iVar6 == 1) {\n FUN_000497a0(extraout_ECX,local_70);\n local_50 = FUN_000497a0(0,0);\n if ((local_30[0] != 0) && (local_74 == 1)) {\nLAB_000951fd:\n FUN_000497a0(extraout_ECX,0);\n }\n if (extraout_ECX == param_2) {\n FUN_000497a0(extraout_ECX,0);\n }\n }\n else {\n FUN_000497a0(local_74,0);\n FUN_000370b0(local_74);\n if (extraout_ECX == param_2) {\n FUN_00049940(extraout_ECX,local_70,local_74);\n goto LAB_00095047;\n }\n local_50 = FUN_000497a0(0,local_70);\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + local_50 * 0x14;\n *(undefined1 *)(iVar6 + 1) = 0xfd;\n *(int *)(iVar6 + 0x10) = local_74;\n }\n if ((local_30[0] != 0) && (local_74 == 1)) goto LAB_000951fd;\n }\n if (local_48 != 0) {\n FUN_00049570();\n }\n iVar10 = FUN_000497a0(extraout_ECX,0);\n iVar6 = 0;\n if (local_74 < 2) {\n local_60 = extraout_ECX;\n if (local_74 == 1) goto LAB_00094fd4;\nLAB_00095168:\n FUN_000497a0(param_2,0);\n }\n else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\nLAB_00094fd4:\n do {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n iVar11 = param_1[0xb] + 1;\n param_1[0xb] = iVar11;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n iVar11 = param_1[bVar5 + 0x24];\n }\n FUN_0001d7b0();\n FUN_0005da30();\n FUN_000497a0(iVar6,iVar11);\n FUN_000497a0(local_60,iVar11);\n FUN_000370b0(0xfffffffe);\n if (iVar11 != 0) {\n FUN_0002f640();\n }\n iVar6 = iVar6 + 1;\n } while (iVar6 < local_74);\n FUN_000497a0(param_2,0);\n if (1 < local_74) {\n FUN_00049570();\n FUN_000497a0(iVar10 + 1,0);\n param_2 = extraout_ECX;\n goto LAB_00095168;\n }\n }\n iVar6 = unaff_EDI + 0xb78d3;\n iVar10 = piVar2[0x1a] + -1;\n if (-1 < local_50) {\n iVar10 = local_50;\n }\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + iVar10 * 0x14;\n }\n *(int *)(iVar6 + 8) = piVar2[0x1a];\n }" statement_identifier : (if_statement "if (iVar6 == 5) {\n piVar9 = *(int **)(extraout_EDX + 0x14);\n FUN_0005da30();\n iVar6 = param_1[0xe];\n param_1[0xe] = iVar6 + -1;\n if (extraout_ECX == param_2) {\n local_68 = 0;\n if (0 < *piVar9) goto LAB_00095308;\n }\n else {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n local_68 = param_1[0xb] + 1;\n param_1[0xb] = local_68;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n local_68 = param_1[bVar5 + 0x24];\n }\n FUN_000497a0(local_70,local_68);\n if (0 < *piVar9) {\nLAB_00095308:\n iVar10 = 0;\n do {\n uVar12 = FUN_00098a90();\n if ((local_68 != 0) && (iVar11 = FUN_0001d840(), iVar11 != 0)) {\n FUN_000497a0(uVar12,local_68);\n }\n if ((iVar10 < *piVar9 + -1) || (extraout_ECX != param_2)) {\n FUN_000497a0(iVar6 + -1,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;\n }\n }\n else {\n FUN_000497a0(extraout_ECX,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }\n }\n if (local_24 != 0) {\n FUN_0002f640();\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 < *piVar9);\n }\n if (local_68 != 0) {\n FUN_000497a0(param_2,0);\n FUN_000497a0(extraout_ECX,0);\n FUN_00049570();\n FUN_0002f640();\n goto LAB_00095047;\n }\n }\n FUN_00049570();\n }\n else {\n if (extraout_ECX == param_2) {\n local_48 = 0;\n local_60 = extraout_ECX;\n }\n else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\n local_48 = local_60;\n }\n iVar10 = 0;\n if (0 < local_74) {\n do {\n while( true ) {\n FUN_0001d7b0();\n iVar11 = FUN_0001d840();\n if (iVar11 == 0) break;\n iVar10 = iVar10 + 1;\n FUN_000497a0(local_60,0);\n if (iVar10 == local_74) goto LAB_00094e68;\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 != local_74);\n }\nLAB_00094e68:\n if (iVar6 == 1) {\n FUN_000497a0(extraout_ECX,local_70);\n local_50 = FUN_000497a0(0,0);\n if ((local_30[0] != 0) && (local_74 == 1)) {\nLAB_000951fd:\n FUN_000497a0(extraout_ECX,0);\n }\n if (extraout_ECX == param_2) {\n FUN_000497a0(extraout_ECX,0);\n }\n }\n else {\n FUN_000497a0(local_74,0);\n FUN_000370b0(local_74);\n if (extraout_ECX == param_2) {\n FUN_00049940(extraout_ECX,local_70,local_74);\n goto LAB_00095047;\n }\n local_50 = FUN_000497a0(0,local_70);\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + local_50 * 0x14;\n *(undefined1 *)(iVar6 + 1) = 0xfd;\n *(int *)(iVar6 + 0x10) = local_74;\n }\n if ((local_30[0] != 0) && (local_74 == 1)) goto LAB_000951fd;\n }\n if (local_48 != 0) {\n FUN_00049570();\n }\n iVar10 = FUN_000497a0(extraout_ECX,0);\n iVar6 = 0;\n if (local_74 < 2) {\n local_60 = extraout_ECX;\n if (local_74 == 1) goto LAB_00094fd4;\nLAB_00095168:\n FUN_000497a0(param_2,0);\n }\n else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\nLAB_00094fd4:\n do {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n iVar11 = param_1[0xb] + 1;\n param_1[0xb] = iVar11;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n iVar11 = param_1[bVar5 + 0x24];\n }\n FUN_0001d7b0();\n FUN_0005da30();\n FUN_000497a0(iVar6,iVar11);\n FUN_000497a0(local_60,iVar11);\n FUN_000370b0(0xfffffffe);\n if (iVar11 != 0) {\n FUN_0002f640();\n }\n iVar6 = iVar6 + 1;\n } while (iVar6 < local_74);\n FUN_000497a0(param_2,0);\n if (1 < local_74) {\n FUN_00049570();\n FUN_000497a0(iVar10 + 1,0);\n param_2 = extraout_ECX;\n goto LAB_00095168;\n }\n }\n iVar6 = unaff_EDI + 0xb78d3;\n iVar10 = piVar2[0x1a] + -1;\n if (-1 < local_50) {\n iVar10 = local_50;\n }\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + iVar10 * 0x14;\n }\n *(int *)(iVar6 + 8) = piVar2[0x1a];\n }" if (parenthesized_expression "(iVar6 == 5)" ( (binary_expression "iVar6 == 5" identifier == number_literal) )) (compound_statement "{\n piVar9 = *(int **)(extraout_EDX + 0x14);\n FUN_0005da30();\n iVar6 = param_1[0xe];\n param_1[0xe] = iVar6 + -1;\n if (extraout_ECX == param_2) {\n local_68 = 0;\n if (0 < *piVar9) goto LAB_00095308;\n }\n else {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n local_68 = param_1[0xb] + 1;\n param_1[0xb] = local_68;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n local_68 = param_1[bVar5 + 0x24];\n }\n FUN_000497a0(local_70,local_68);\n if (0 < *piVar9) {\nLAB_00095308:\n iVar10 = 0;\n do {\n uVar12 = FUN_00098a90();\n if ((local_68 != 0) && (iVar11 = FUN_0001d840(), iVar11 != 0)) {\n FUN_000497a0(uVar12,local_68);\n }\n if ((iVar10 < *piVar9 + -1) || (extraout_ECX != param_2)) {\n FUN_000497a0(iVar6 + -1,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;\n }\n }\n else {\n FUN_000497a0(extraout_ECX,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }\n }\n if (local_24 != 0) {\n FUN_0002f640();\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 < *piVar9);\n }\n if (local_68 != 0) {\n FUN_000497a0(param_2,0);\n FUN_000497a0(extraout_ECX,0);\n FUN_00049570();\n FUN_0002f640();\n goto LAB_00095047;\n }\n }\n FUN_00049570();\n }" { (expression_statement "piVar9 = *(int **)(extraout_EDX + 0x14);" (assignment_expression "piVar9 = *(int **)(extraout_EDX + 0x14)" identifier = (pointer_expression "*(int **)(extraout_EDX + 0x14)" * (cast_expression "(int **)(extraout_EDX + 0x14)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(extraout_EDX + 0x14)" ( (binary_expression "extraout_EDX + 0x14" identifier + number_literal) ))))) ;) (expression_statement "FUN_0005da30();" (call_expression "FUN_0005da30()" identifier (argument_list "()" ( ))) ;) (expression_statement "iVar6 = param_1[0xe];" (assignment_expression "iVar6 = param_1[0xe]" identifier = (subscript_expression "param_1[0xe]" identifier [ number_literal ])) ;) (expression_statement "param_1[0xe] = iVar6 + -1;" (assignment_expression "param_1[0xe] = iVar6 + -1" (subscript_expression "param_1[0xe]" identifier [ number_literal ]) = (binary_expression "iVar6 + -1" identifier + number_literal)) ;) (if_statement "if (extraout_ECX == param_2) {\n local_68 = 0;\n if (0 < *piVar9) goto LAB_00095308;\n }\n else {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n local_68 = param_1[0xb] + 1;\n param_1[0xb] = local_68;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n local_68 = param_1[bVar5 + 0x24];\n }\n FUN_000497a0(local_70,local_68);\n if (0 < *piVar9) {\nLAB_00095308:\n iVar10 = 0;\n do {\n uVar12 = FUN_00098a90();\n if ((local_68 != 0) && (iVar11 = FUN_0001d840(), iVar11 != 0)) {\n FUN_000497a0(uVar12,local_68);\n }\n if ((iVar10 < *piVar9 + -1) || (extraout_ECX != param_2)) {\n FUN_000497a0(iVar6 + -1,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;\n }\n }\n else {\n FUN_000497a0(extraout_ECX,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }\n }\n if (local_24 != 0) {\n FUN_0002f640();\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 < *piVar9);\n }\n if (local_68 != 0) {\n FUN_000497a0(param_2,0);\n FUN_000497a0(extraout_ECX,0);\n FUN_00049570();\n FUN_0002f640();\n goto LAB_00095047;\n }\n }" if (parenthesized_expression "(extraout_ECX == param_2)" ( (binary_expression "extraout_ECX == param_2" identifier == identifier) )) (compound_statement "{\n local_68 = 0;\n if (0 < *piVar9) goto LAB_00095308;\n }" { (expression_statement "local_68 = 0;" (assignment_expression "local_68 = 0" identifier = number_literal) ;) (if_statement "if (0 < *piVar9) goto LAB_00095308;" if (parenthesized_expression "(0 < *piVar9)" ( (binary_expression "0 < *piVar9" number_literal < (pointer_expression "*piVar9" * identifier)) )) (goto_statement "goto LAB_00095308;" goto statement_identifier ;)) }) (else_clause "else {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n local_68 = param_1[0xb] + 1;\n param_1[0xb] = local_68;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n local_68 = param_1[bVar5 + 0x24];\n }\n FUN_000497a0(local_70,local_68);\n if (0 < *piVar9) {\nLAB_00095308:\n iVar10 = 0;\n do {\n uVar12 = FUN_00098a90();\n if ((local_68 != 0) && (iVar11 = FUN_0001d840(), iVar11 != 0)) {\n FUN_000497a0(uVar12,local_68);\n }\n if ((iVar10 < *piVar9 + -1) || (extraout_ECX != param_2)) {\n FUN_000497a0(iVar6 + -1,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;\n }\n }\n else {\n FUN_000497a0(extraout_ECX,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }\n }\n if (local_24 != 0) {\n FUN_0002f640();\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 < *piVar9);\n }\n if (local_68 != 0) {\n FUN_000497a0(param_2,0);\n FUN_000497a0(extraout_ECX,0);\n FUN_00049570();\n FUN_0002f640();\n goto LAB_00095047;\n }\n }" else (compound_statement "{\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n local_68 = param_1[0xb] + 1;\n param_1[0xb] = local_68;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n local_68 = param_1[bVar5 + 0x24];\n }\n FUN_000497a0(local_70,local_68);\n if (0 < *piVar9) {\nLAB_00095308:\n iVar10 = 0;\n do {\n uVar12 = FUN_00098a90();\n if ((local_68 != 0) && (iVar11 = FUN_0001d840(), iVar11 != 0)) {\n FUN_000497a0(uVar12,local_68);\n }\n if ((iVar10 < *piVar9 + -1) || (extraout_ECX != param_2)) {\n FUN_000497a0(iVar6 + -1,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;\n }\n }\n else {\n FUN_000497a0(extraout_ECX,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }\n }\n if (local_24 != 0) {\n FUN_0002f640();\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 < *piVar9);\n }\n if (local_68 != 0) {\n FUN_000497a0(param_2,0);\n FUN_000497a0(extraout_ECX,0);\n FUN_00049570();\n FUN_0002f640();\n goto LAB_00095047;\n }\n }" { (if_statement "if (*(char *)((int)param_1 + 0x13) == '\0') {\n local_68 = param_1[0xb] + 1;\n param_1[0xb] = local_68;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n local_68 = param_1[bVar5 + 0x24];\n }" if (parenthesized_expression "(*(char *)((int)param_1 + 0x13) == '\0')" ( (binary_expression "*(char *)((int)param_1 + 0x13) == '\0'" (pointer_expression "*(char *)((int)param_1 + 0x13)" * (cast_expression "(char *)((int)param_1 + 0x13)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + 0x13)" ( (binary_expression "(int)param_1 + 0x13" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n local_68 = param_1[0xb] + 1;\n param_1[0xb] = local_68;\n }" { (expression_statement "local_68 = param_1[0xb] + 1;" (assignment_expression "local_68 = param_1[0xb] + 1" identifier = (binary_expression "param_1[0xb] + 1" (subscript_expression "param_1[0xb]" identifier [ number_literal ]) + number_literal)) ;) (expression_statement "param_1[0xb] = local_68;" (assignment_expression "param_1[0xb] = local_68" (subscript_expression "param_1[0xb]" identifier [ number_literal ]) = identifier) ;) }) (else_clause "else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n local_68 = param_1[bVar5 + 0x24];\n }" else (compound_statement "{\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n local_68 = param_1[bVar5 + 0x24];\n }" { (expression_statement "bVar5 = *(char *)((int)param_1 + 0x13) - 1;" (assignment_expression "bVar5 = *(char *)((int)param_1 + 0x13) - 1" identifier = (binary_expression "*(char *)((int)param_1 + 0x13) - 1" (pointer_expression "*(char *)((int)param_1 + 0x13)" * (cast_expression "(char *)((int)param_1 + 0x13)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + 0x13)" ( (binary_expression "(int)param_1 + 0x13" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) - number_literal)) ;) (expression_statement "*(byte *)((int)param_1 + 0x13) = bVar5;" (assignment_expression "*(byte *)((int)param_1 + 0x13) = bVar5" (pointer_expression "*(byte *)((int)param_1 + 0x13)" * (cast_expression "(byte *)((int)param_1 + 0x13)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + 0x13)" ( (binary_expression "(int)param_1 + 0x13" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "local_68 = param_1[bVar5 + 0x24];" (assignment_expression "local_68 = param_1[bVar5 + 0x24]" identifier = (subscript_expression "param_1[bVar5 + 0x24]" identifier [ (binary_expression "bVar5 + 0x24" identifier + number_literal) ])) ;) }))) (expression_statement "FUN_000497a0(local_70,local_68);" (call_expression "FUN_000497a0(local_70,local_68)" identifier (argument_list "(local_70,local_68)" ( identifier , identifier ))) ;) (if_statement "if (0 < *piVar9) {\nLAB_00095308:\n iVar10 = 0;\n do {\n uVar12 = FUN_00098a90();\n if ((local_68 != 0) && (iVar11 = FUN_0001d840(), iVar11 != 0)) {\n FUN_000497a0(uVar12,local_68);\n }\n if ((iVar10 < *piVar9 + -1) || (extraout_ECX != param_2)) {\n FUN_000497a0(iVar6 + -1,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;\n }\n }\n else {\n FUN_000497a0(extraout_ECX,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }\n }\n if (local_24 != 0) {\n FUN_0002f640();\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 < *piVar9);\n }" if (parenthesized_expression "(0 < *piVar9)" ( (binary_expression "0 < *piVar9" number_literal < (pointer_expression "*piVar9" * identifier)) )) (compound_statement "{\nLAB_00095308:\n iVar10 = 0;\n do {\n uVar12 = FUN_00098a90();\n if ((local_68 != 0) && (iVar11 = FUN_0001d840(), iVar11 != 0)) {\n FUN_000497a0(uVar12,local_68);\n }\n if ((iVar10 < *piVar9 + -1) || (extraout_ECX != param_2)) {\n FUN_000497a0(iVar6 + -1,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;\n }\n }\n else {\n FUN_000497a0(extraout_ECX,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }\n }\n if (local_24 != 0) {\n FUN_0002f640();\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 < *piVar9);\n }" { (labeled_statement "LAB_00095308:\n iVar10 = 0;" statement_identifier : (expression_statement "iVar10 = 0;" (assignment_expression "iVar10 = 0" identifier = number_literal) ;)) (do_statement "do {\n uVar12 = FUN_00098a90();\n if ((local_68 != 0) && (iVar11 = FUN_0001d840(), iVar11 != 0)) {\n FUN_000497a0(uVar12,local_68);\n }\n if ((iVar10 < *piVar9 + -1) || (extraout_ECX != param_2)) {\n FUN_000497a0(iVar6 + -1,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;\n }\n }\n else {\n FUN_000497a0(extraout_ECX,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }\n }\n if (local_24 != 0) {\n FUN_0002f640();\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 < *piVar9);" do (compound_statement "{\n uVar12 = FUN_00098a90();\n if ((local_68 != 0) && (iVar11 = FUN_0001d840(), iVar11 != 0)) {\n FUN_000497a0(uVar12,local_68);\n }\n if ((iVar10 < *piVar9 + -1) || (extraout_ECX != param_2)) {\n FUN_000497a0(iVar6 + -1,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;\n }\n }\n else {\n FUN_000497a0(extraout_ECX,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }\n }\n if (local_24 != 0) {\n FUN_0002f640();\n }\n iVar10 = iVar10 + 1;\n }" { (expression_statement "uVar12 = FUN_00098a90();" (assignment_expression "uVar12 = FUN_00098a90()" identifier = (call_expression "FUN_00098a90()" identifier (argument_list "()" ( )))) ;) (if_statement "if ((local_68 != 0) && (iVar11 = FUN_0001d840(), iVar11 != 0)) {\n FUN_000497a0(uVar12,local_68);\n }" if (parenthesized_expression "((local_68 != 0) && (iVar11 = FUN_0001d840(), iVar11 != 0))" ( (binary_expression "(local_68 != 0) && (iVar11 = FUN_0001d840(), iVar11 != 0)" (parenthesized_expression "(local_68 != 0)" ( (binary_expression "local_68 != 0" identifier != number_literal) )) && (parenthesized_expression "(iVar11 = FUN_0001d840(), iVar11 != 0)" ( (comma_expression "iVar11 = FUN_0001d840(), iVar11 != 0" (assignment_expression "iVar11 = FUN_0001d840()" identifier = (call_expression "FUN_0001d840()" identifier (argument_list "()" ( )))) , (binary_expression "iVar11 != 0" identifier != number_literal)) ))) )) (compound_statement "{\n FUN_000497a0(uVar12,local_68);\n }" { (expression_statement "FUN_000497a0(uVar12,local_68);" (call_expression "FUN_000497a0(uVar12,local_68)" identifier (argument_list "(uVar12,local_68)" ( identifier , identifier ))) ;) })) (if_statement "if ((iVar10 < *piVar9 + -1) || (extraout_ECX != param_2)) {\n FUN_000497a0(iVar6 + -1,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;\n }\n }\n else {\n FUN_000497a0(extraout_ECX,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }\n }" if (parenthesized_expression "((iVar10 < *piVar9 + -1) || (extraout_ECX != param_2))" ( (binary_expression "(iVar10 < *piVar9 + -1) || (extraout_ECX != param_2)" (parenthesized_expression "(iVar10 < *piVar9 + -1)" ( (binary_expression "iVar10 < *piVar9 + -1" identifier < (binary_expression "*piVar9 + -1" (pointer_expression "*piVar9" * identifier) + number_literal)) )) || (parenthesized_expression "(extraout_ECX != param_2)" ( (binary_expression "extraout_ECX != param_2" identifier != identifier) ))) )) (compound_statement "{\n FUN_000497a0(iVar6 + -1,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;\n }\n }" { (expression_statement "FUN_000497a0(iVar6 + -1,uVar12);" (call_expression "FUN_000497a0(iVar6 + -1,uVar12)" identifier (argument_list "(iVar6 + -1,uVar12)" ( (binary_expression "iVar6 + -1" identifier + number_literal) , identifier ))) ;) (expression_statement "FUN_000370b0(0xfffffffe);" (call_expression "FUN_000370b0(0xfffffffe)" identifier (argument_list "(0xfffffffe)" ( number_literal ))) ;) (if_statement "if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;\n }" if (parenthesized_expression "(0 < piVar2[0x1a])" ( (binary_expression "0 < piVar2[0x1a]" number_literal < (subscript_expression "piVar2[0x1a]" identifier [ number_literal ])) )) (compound_statement "{\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;\n }" { (expression_statement "*(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;" (assignment_expression "*(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7" (pointer_expression "*(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12)" * (cast_expression "(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12)" ( (type_descriptor "short *" (sized_type_specifier "short" short) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12)" ( (binary_expression "piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12" (binary_expression "piVar2[0x19] + piVar2[0x1a] * 0x14" (subscript_expression "piVar2[0x19]" identifier [ number_literal ]) + (binary_expression "piVar2[0x1a] * 0x14" (subscript_expression "piVar2[0x1a]" identifier [ number_literal ]) * number_literal)) + number_literal) )))) = (cast_expression "(short)(char)*pbVar7" ( (type_descriptor "short" (sized_type_specifier "short" short)) ) (cast_expression "(char)*pbVar7" ( (type_descriptor "char" primitive_type) ) (pointer_expression "*pbVar7" * identifier)))) ;) })) }) (else_clause "else {\n FUN_000497a0(extraout_ECX,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }\n }" else (compound_statement "{\n FUN_000497a0(extraout_ECX,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }\n }" { (expression_statement "FUN_000497a0(extraout_ECX,uVar12);" (call_expression "FUN_000497a0(extraout_ECX,uVar12)" identifier (argument_list "(extraout_ECX,uVar12)" ( identifier , identifier ))) ;) (expression_statement "FUN_000370b0(0xfffffffe);" (call_expression "FUN_000370b0(0xfffffffe)" identifier (argument_list "(0xfffffffe)" ( number_literal ))) ;) (if_statement "if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }" if (parenthesized_expression "(0 < piVar2[0x1a])" ( (binary_expression "0 < piVar2[0x1a]" number_literal < (subscript_expression "piVar2[0x1a]" identifier [ number_literal ])) )) (compound_statement "{\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }" { (expression_statement "*(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);" (assignment_expression "*(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10)" (pointer_expression "*(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12)" * (cast_expression "(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12)" ( (type_descriptor "short *" (sized_type_specifier "short" short) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12)" ( (binary_expression "piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12" (binary_expression "piVar2[0x19] + piVar2[0x1a] * 0x14" (subscript_expression "piVar2[0x19]" identifier [ number_literal ]) + (binary_expression "piVar2[0x1a] * 0x14" (subscript_expression "piVar2[0x1a]" identifier [ number_literal ]) * number_literal)) + number_literal) )))) = (cast_expression "(short)(char)(*pbVar7 | 0x10)" ( (type_descriptor "short" (sized_type_specifier "short" short)) ) (cast_expression "(char)(*pbVar7 | 0x10)" ( (type_descriptor "char" primitive_type) ) (parenthesized_expression "(*pbVar7 | 0x10)" ( (binary_expression "*pbVar7 | 0x10" (pointer_expression "*pbVar7" * identifier) | number_literal) ))))) ;) })) }))) (if_statement "if (local_24 != 0) {\n FUN_0002f640();\n }" if (parenthesized_expression "(local_24 != 0)" ( (binary_expression "local_24 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_0002f640();\n }" { (expression_statement "FUN_0002f640();" (call_expression "FUN_0002f640()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "iVar10 = iVar10 + 1;" (assignment_expression "iVar10 = iVar10 + 1" identifier = (binary_expression "iVar10 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(iVar10 < *piVar9)" ( (binary_expression "iVar10 < *piVar9" identifier < (pointer_expression "*piVar9" * identifier)) )) ;) })) (if_statement "if (local_68 != 0) {\n FUN_000497a0(param_2,0);\n FUN_000497a0(extraout_ECX,0);\n FUN_00049570();\n FUN_0002f640();\n goto LAB_00095047;\n }" if (parenthesized_expression "(local_68 != 0)" ( (binary_expression "local_68 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_000497a0(param_2,0);\n FUN_000497a0(extraout_ECX,0);\n FUN_00049570();\n FUN_0002f640();\n goto LAB_00095047;\n }" { (expression_statement "FUN_000497a0(param_2,0);" (call_expression "FUN_000497a0(param_2,0)" identifier (argument_list "(param_2,0)" ( identifier , number_literal ))) ;) (expression_statement "FUN_000497a0(extraout_ECX,0);" (call_expression "FUN_000497a0(extraout_ECX,0)" identifier (argument_list "(extraout_ECX,0)" ( identifier , number_literal ))) ;) (expression_statement "FUN_00049570();" (call_expression "FUN_00049570()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_0002f640();" (call_expression "FUN_0002f640()" identifier (argument_list "()" ( ))) ;) (goto_statement "goto LAB_00095047;" goto statement_identifier ;) })) }))) (expression_statement "FUN_00049570();" (call_expression "FUN_00049570()" identifier (argument_list "()" ( ))) ;) }) (else_clause "else {\n if (extraout_ECX == param_2) {\n local_48 = 0;\n local_60 = extraout_ECX;\n }\n else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\n local_48 = local_60;\n }\n iVar10 = 0;\n if (0 < local_74) {\n do {\n while( true ) {\n FUN_0001d7b0();\n iVar11 = FUN_0001d840();\n if (iVar11 == 0) break;\n iVar10 = iVar10 + 1;\n FUN_000497a0(local_60,0);\n if (iVar10 == local_74) goto LAB_00094e68;\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 != local_74);\n }\nLAB_00094e68:\n if (iVar6 == 1) {\n FUN_000497a0(extraout_ECX,local_70);\n local_50 = FUN_000497a0(0,0);\n if ((local_30[0] != 0) && (local_74 == 1)) {\nLAB_000951fd:\n FUN_000497a0(extraout_ECX,0);\n }\n if (extraout_ECX == param_2) {\n FUN_000497a0(extraout_ECX,0);\n }\n }\n else {\n FUN_000497a0(local_74,0);\n FUN_000370b0(local_74);\n if (extraout_ECX == param_2) {\n FUN_00049940(extraout_ECX,local_70,local_74);\n goto LAB_00095047;\n }\n local_50 = FUN_000497a0(0,local_70);\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + local_50 * 0x14;\n *(undefined1 *)(iVar6 + 1) = 0xfd;\n *(int *)(iVar6 + 0x10) = local_74;\n }\n if ((local_30[0] != 0) && (local_74 == 1)) goto LAB_000951fd;\n }\n if (local_48 != 0) {\n FUN_00049570();\n }\n iVar10 = FUN_000497a0(extraout_ECX,0);\n iVar6 = 0;\n if (local_74 < 2) {\n local_60 = extraout_ECX;\n if (local_74 == 1) goto LAB_00094fd4;\nLAB_00095168:\n FUN_000497a0(param_2,0);\n }\n else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\nLAB_00094fd4:\n do {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n iVar11 = param_1[0xb] + 1;\n param_1[0xb] = iVar11;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n iVar11 = param_1[bVar5 + 0x24];\n }\n FUN_0001d7b0();\n FUN_0005da30();\n FUN_000497a0(iVar6,iVar11);\n FUN_000497a0(local_60,iVar11);\n FUN_000370b0(0xfffffffe);\n if (iVar11 != 0) {\n FUN_0002f640();\n }\n iVar6 = iVar6 + 1;\n } while (iVar6 < local_74);\n FUN_000497a0(param_2,0);\n if (1 < local_74) {\n FUN_00049570();\n FUN_000497a0(iVar10 + 1,0);\n param_2 = extraout_ECX;\n goto LAB_00095168;\n }\n }\n iVar6 = unaff_EDI + 0xb78d3;\n iVar10 = piVar2[0x1a] + -1;\n if (-1 < local_50) {\n iVar10 = local_50;\n }\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + iVar10 * 0x14;\n }\n *(int *)(iVar6 + 8) = piVar2[0x1a];\n }" else (compound_statement "{\n if (extraout_ECX == param_2) {\n local_48 = 0;\n local_60 = extraout_ECX;\n }\n else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\n local_48 = local_60;\n }\n iVar10 = 0;\n if (0 < local_74) {\n do {\n while( true ) {\n FUN_0001d7b0();\n iVar11 = FUN_0001d840();\n if (iVar11 == 0) break;\n iVar10 = iVar10 + 1;\n FUN_000497a0(local_60,0);\n if (iVar10 == local_74) goto LAB_00094e68;\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 != local_74);\n }\nLAB_00094e68:\n if (iVar6 == 1) {\n FUN_000497a0(extraout_ECX,local_70);\n local_50 = FUN_000497a0(0,0);\n if ((local_30[0] != 0) && (local_74 == 1)) {\nLAB_000951fd:\n FUN_000497a0(extraout_ECX,0);\n }\n if (extraout_ECX == param_2) {\n FUN_000497a0(extraout_ECX,0);\n }\n }\n else {\n FUN_000497a0(local_74,0);\n FUN_000370b0(local_74);\n if (extraout_ECX == param_2) {\n FUN_00049940(extraout_ECX,local_70,local_74);\n goto LAB_00095047;\n }\n local_50 = FUN_000497a0(0,local_70);\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + local_50 * 0x14;\n *(undefined1 *)(iVar6 + 1) = 0xfd;\n *(int *)(iVar6 + 0x10) = local_74;\n }\n if ((local_30[0] != 0) && (local_74 == 1)) goto LAB_000951fd;\n }\n if (local_48 != 0) {\n FUN_00049570();\n }\n iVar10 = FUN_000497a0(extraout_ECX,0);\n iVar6 = 0;\n if (local_74 < 2) {\n local_60 = extraout_ECX;\n if (local_74 == 1) goto LAB_00094fd4;\nLAB_00095168:\n FUN_000497a0(param_2,0);\n }\n else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\nLAB_00094fd4:\n do {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n iVar11 = param_1[0xb] + 1;\n param_1[0xb] = iVar11;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n iVar11 = param_1[bVar5 + 0x24];\n }\n FUN_0001d7b0();\n FUN_0005da30();\n FUN_000497a0(iVar6,iVar11);\n FUN_000497a0(local_60,iVar11);\n FUN_000370b0(0xfffffffe);\n if (iVar11 != 0) {\n FUN_0002f640();\n }\n iVar6 = iVar6 + 1;\n } while (iVar6 < local_74);\n FUN_000497a0(param_2,0);\n if (1 < local_74) {\n FUN_00049570();\n FUN_000497a0(iVar10 + 1,0);\n param_2 = extraout_ECX;\n goto LAB_00095168;\n }\n }\n iVar6 = unaff_EDI + 0xb78d3;\n iVar10 = piVar2[0x1a] + -1;\n if (-1 < local_50) {\n iVar10 = local_50;\n }\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + iVar10 * 0x14;\n }\n *(int *)(iVar6 + 8) = piVar2[0x1a];\n }" { (if_statement "if (extraout_ECX == param_2) {\n local_48 = 0;\n local_60 = extraout_ECX;\n }\n else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\n local_48 = local_60;\n }" if (parenthesized_expression "(extraout_ECX == param_2)" ( (binary_expression "extraout_ECX == param_2" identifier == identifier) )) (compound_statement "{\n local_48 = 0;\n local_60 = extraout_ECX;\n }" { (expression_statement "local_48 = 0;" (assignment_expression "local_48 = 0" identifier = number_literal) ;) (expression_statement "local_60 = extraout_ECX;" (assignment_expression "local_60 = extraout_ECX" identifier = identifier) ;) }) (else_clause "else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\n local_48 = local_60;\n }" else (compound_statement "{\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\n local_48 = local_60;\n }" { (expression_statement "local_60 = param_1[0xe] + -1;" (assignment_expression "local_60 = param_1[0xe] + -1" identifier = (binary_expression "param_1[0xe] + -1" (subscript_expression "param_1[0xe]" identifier [ number_literal ]) + number_literal)) ;) (expression_statement "param_1[0xe] = local_60;" (assignment_expression "param_1[0xe] = local_60" (subscript_expression "param_1[0xe]" identifier [ number_literal ]) = identifier) ;) (expression_statement "local_48 = local_60;" (assignment_expression "local_48 = local_60" identifier = identifier) ;) }))) (expression_statement "iVar10 = 0;" (assignment_expression "iVar10 = 0" identifier = number_literal) ;) (if_statement "if (0 < local_74) {\n do {\n while( true ) {\n FUN_0001d7b0();\n iVar11 = FUN_0001d840();\n if (iVar11 == 0) break;\n iVar10 = iVar10 + 1;\n FUN_000497a0(local_60,0);\n if (iVar10 == local_74) goto LAB_00094e68;\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 != local_74);\n }" if (parenthesized_expression "(0 < local_74)" ( (binary_expression "0 < local_74" number_literal < identifier) )) (compound_statement "{\n do {\n while( true ) {\n FUN_0001d7b0();\n iVar11 = FUN_0001d840();\n if (iVar11 == 0) break;\n iVar10 = iVar10 + 1;\n FUN_000497a0(local_60,0);\n if (iVar10 == local_74) goto LAB_00094e68;\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 != local_74);\n }" { (do_statement "do {\n while( true ) {\n FUN_0001d7b0();\n iVar11 = FUN_0001d840();\n if (iVar11 == 0) break;\n iVar10 = iVar10 + 1;\n FUN_000497a0(local_60,0);\n if (iVar10 == local_74) goto LAB_00094e68;\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 != local_74);" do (compound_statement "{\n while( true ) {\n FUN_0001d7b0();\n iVar11 = FUN_0001d840();\n if (iVar11 == 0) break;\n iVar10 = iVar10 + 1;\n FUN_000497a0(local_60,0);\n if (iVar10 == local_74) goto LAB_00094e68;\n }\n iVar10 = iVar10 + 1;\n }" { (while_statement "while( true ) {\n FUN_0001d7b0();\n iVar11 = FUN_0001d840();\n if (iVar11 == 0) break;\n iVar10 = iVar10 + 1;\n FUN_000497a0(local_60,0);\n if (iVar10 == local_74) goto LAB_00094e68;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n FUN_0001d7b0();\n iVar11 = FUN_0001d840();\n if (iVar11 == 0) break;\n iVar10 = iVar10 + 1;\n FUN_000497a0(local_60,0);\n if (iVar10 == local_74) goto LAB_00094e68;\n }" { (expression_statement "FUN_0001d7b0();" (call_expression "FUN_0001d7b0()" identifier (argument_list "()" ( ))) ;) (expression_statement "iVar11 = FUN_0001d840();" (assignment_expression "iVar11 = FUN_0001d840()" identifier = (call_expression "FUN_0001d840()" identifier (argument_list "()" ( )))) ;) (if_statement "if (iVar11 == 0) break;" if (parenthesized_expression "(iVar11 == 0)" ( (binary_expression "iVar11 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "iVar10 = iVar10 + 1;" (assignment_expression "iVar10 = iVar10 + 1" identifier = (binary_expression "iVar10 + 1" identifier + number_literal)) ;) (expression_statement "FUN_000497a0(local_60,0);" (call_expression "FUN_000497a0(local_60,0)" identifier (argument_list "(local_60,0)" ( identifier , number_literal ))) ;) (if_statement "if (iVar10 == local_74) goto LAB_00094e68;" if (parenthesized_expression "(iVar10 == local_74)" ( (binary_expression "iVar10 == local_74" identifier == identifier) )) (goto_statement "goto LAB_00094e68;" goto statement_identifier ;)) })) (expression_statement "iVar10 = iVar10 + 1;" (assignment_expression "iVar10 = iVar10 + 1" identifier = (binary_expression "iVar10 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(iVar10 != local_74)" ( (binary_expression "iVar10 != local_74" identifier != identifier) )) ;) })) (labeled_statement "LAB_00094e68:\n if (iVar6 == 1) {\n FUN_000497a0(extraout_ECX,local_70);\n local_50 = FUN_000497a0(0,0);\n if ((local_30[0] != 0) && (local_74 == 1)) {\nLAB_000951fd:\n FUN_000497a0(extraout_ECX,0);\n }\n if (extraout_ECX == param_2) {\n FUN_000497a0(extraout_ECX,0);\n }\n }\n else {\n FUN_000497a0(local_74,0);\n FUN_000370b0(local_74);\n if (extraout_ECX == param_2) {\n FUN_00049940(extraout_ECX,local_70,local_74);\n goto LAB_00095047;\n }\n local_50 = FUN_000497a0(0,local_70);\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + local_50 * 0x14;\n *(undefined1 *)(iVar6 + 1) = 0xfd;\n *(int *)(iVar6 + 0x10) = local_74;\n }\n if ((local_30[0] != 0) && (local_74 == 1)) goto LAB_000951fd;\n }" statement_identifier : (if_statement "if (iVar6 == 1) {\n FUN_000497a0(extraout_ECX,local_70);\n local_50 = FUN_000497a0(0,0);\n if ((local_30[0] != 0) && (local_74 == 1)) {\nLAB_000951fd:\n FUN_000497a0(extraout_ECX,0);\n }\n if (extraout_ECX == param_2) {\n FUN_000497a0(extraout_ECX,0);\n }\n }\n else {\n FUN_000497a0(local_74,0);\n FUN_000370b0(local_74);\n if (extraout_ECX == param_2) {\n FUN_00049940(extraout_ECX,local_70,local_74);\n goto LAB_00095047;\n }\n local_50 = FUN_000497a0(0,local_70);\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + local_50 * 0x14;\n *(undefined1 *)(iVar6 + 1) = 0xfd;\n *(int *)(iVar6 + 0x10) = local_74;\n }\n if ((local_30[0] != 0) && (local_74 == 1)) goto LAB_000951fd;\n }" if (parenthesized_expression "(iVar6 == 1)" ( (binary_expression "iVar6 == 1" identifier == number_literal) )) (compound_statement "{\n FUN_000497a0(extraout_ECX,local_70);\n local_50 = FUN_000497a0(0,0);\n if ((local_30[0] != 0) && (local_74 == 1)) {\nLAB_000951fd:\n FUN_000497a0(extraout_ECX,0);\n }\n if (extraout_ECX == param_2) {\n FUN_000497a0(extraout_ECX,0);\n }\n }" { (expression_statement "FUN_000497a0(extraout_ECX,local_70);" (call_expression "FUN_000497a0(extraout_ECX,local_70)" identifier (argument_list "(extraout_ECX,local_70)" ( identifier , identifier ))) ;) (expression_statement "local_50 = FUN_000497a0(0,0);" (assignment_expression "local_50 = FUN_000497a0(0,0)" identifier = (call_expression "FUN_000497a0(0,0)" identifier (argument_list "(0,0)" ( number_literal , number_literal )))) ;) (if_statement "if ((local_30[0] != 0) && (local_74 == 1)) {\nLAB_000951fd:\n FUN_000497a0(extraout_ECX,0);\n }" if (parenthesized_expression "((local_30[0] != 0) && (local_74 == 1))" ( (binary_expression "(local_30[0] != 0) && (local_74 == 1)" (parenthesized_expression "(local_30[0] != 0)" ( (binary_expression "local_30[0] != 0" (subscript_expression "local_30[0]" identifier [ number_literal ]) != number_literal) )) && (parenthesized_expression "(local_74 == 1)" ( (binary_expression "local_74 == 1" identifier == number_literal) ))) )) (compound_statement "{\nLAB_000951fd:\n FUN_000497a0(extraout_ECX,0);\n }" { (labeled_statement "LAB_000951fd:\n FUN_000497a0(extraout_ECX,0);" statement_identifier : (expression_statement "FUN_000497a0(extraout_ECX,0);" (call_expression "FUN_000497a0(extraout_ECX,0)" identifier (argument_list "(extraout_ECX,0)" ( identifier , number_literal ))) ;)) })) (if_statement "if (extraout_ECX == param_2) {\n FUN_000497a0(extraout_ECX,0);\n }" if (parenthesized_expression "(extraout_ECX == param_2)" ( (binary_expression "extraout_ECX == param_2" identifier == identifier) )) (compound_statement "{\n FUN_000497a0(extraout_ECX,0);\n }" { (expression_statement "FUN_000497a0(extraout_ECX,0);" (call_expression "FUN_000497a0(extraout_ECX,0)" identifier (argument_list "(extraout_ECX,0)" ( identifier , number_literal ))) ;) })) }) (else_clause "else {\n FUN_000497a0(local_74,0);\n FUN_000370b0(local_74);\n if (extraout_ECX == param_2) {\n FUN_00049940(extraout_ECX,local_70,local_74);\n goto LAB_00095047;\n }\n local_50 = FUN_000497a0(0,local_70);\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + local_50 * 0x14;\n *(undefined1 *)(iVar6 + 1) = 0xfd;\n *(int *)(iVar6 + 0x10) = local_74;\n }\n if ((local_30[0] != 0) && (local_74 == 1)) goto LAB_000951fd;\n }" else (compound_statement "{\n FUN_000497a0(local_74,0);\n FUN_000370b0(local_74);\n if (extraout_ECX == param_2) {\n FUN_00049940(extraout_ECX,local_70,local_74);\n goto LAB_00095047;\n }\n local_50 = FUN_000497a0(0,local_70);\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + local_50 * 0x14;\n *(undefined1 *)(iVar6 + 1) = 0xfd;\n *(int *)(iVar6 + 0x10) = local_74;\n }\n if ((local_30[0] != 0) && (local_74 == 1)) goto LAB_000951fd;\n }" { (expression_statement "FUN_000497a0(local_74,0);" (call_expression "FUN_000497a0(local_74,0)" identifier (argument_list "(local_74,0)" ( identifier , number_literal ))) ;) (expression_statement "FUN_000370b0(local_74);" (call_expression "FUN_000370b0(local_74)" identifier (argument_list "(local_74)" ( identifier ))) ;) (if_statement "if (extraout_ECX == param_2) {\n FUN_00049940(extraout_ECX,local_70,local_74);\n goto LAB_00095047;\n }" if (parenthesized_expression "(extraout_ECX == param_2)" ( (binary_expression "extraout_ECX == param_2" identifier == identifier) )) (compound_statement "{\n FUN_00049940(extraout_ECX,local_70,local_74);\n goto LAB_00095047;\n }" { (expression_statement "FUN_00049940(extraout_ECX,local_70,local_74);" (call_expression "FUN_00049940(extraout_ECX,local_70,local_74)" identifier (argument_list "(extraout_ECX,local_70,local_74)" ( identifier , identifier , identifier ))) ;) (goto_statement "goto LAB_00095047;" goto statement_identifier ;) })) (expression_statement "local_50 = FUN_000497a0(0,local_70);" (assignment_expression "local_50 = FUN_000497a0(0,local_70)" identifier = (call_expression "FUN_000497a0(0,local_70)" identifier (argument_list "(0,local_70)" ( number_literal , identifier )))) ;) (if_statement "if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + local_50 * 0x14;\n *(undefined1 *)(iVar6 + 1) = 0xfd;\n *(int *)(iVar6 + 0x10) = local_74;\n }" if (parenthesized_expression "(*(char *)(*piVar2 + 0x4d) == '\0')" ( (binary_expression "*(char *)(*piVar2 + 0x4d) == '\0'" (pointer_expression "*(char *)(*piVar2 + 0x4d)" * (cast_expression "(char *)(*piVar2 + 0x4d)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*piVar2 + 0x4d)" ( (binary_expression "*piVar2 + 0x4d" (pointer_expression "*piVar2" * identifier) + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n iVar6 = piVar2[0x19] + local_50 * 0x14;\n *(undefined1 *)(iVar6 + 1) = 0xfd;\n *(int *)(iVar6 + 0x10) = local_74;\n }" { (expression_statement "iVar6 = piVar2[0x19] + local_50 * 0x14;" (assignment_expression "iVar6 = piVar2[0x19] + local_50 * 0x14" identifier = (binary_expression "piVar2[0x19] + local_50 * 0x14" (subscript_expression "piVar2[0x19]" identifier [ number_literal ]) + (binary_expression "local_50 * 0x14" identifier * number_literal))) ;) (expression_statement "*(undefined1 *)(iVar6 + 1) = 0xfd;" (assignment_expression "*(undefined1 *)(iVar6 + 1) = 0xfd" (pointer_expression "*(undefined1 *)(iVar6 + 1)" * (cast_expression "(undefined1 *)(iVar6 + 1)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 1)" ( (binary_expression "iVar6 + 1" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(int *)(iVar6 + 0x10) = local_74;" (assignment_expression "*(int *)(iVar6 + 0x10) = local_74" (pointer_expression "*(int *)(iVar6 + 0x10)" * (cast_expression "(int *)(iVar6 + 0x10)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x10)" ( (binary_expression "iVar6 + 0x10" identifier + number_literal) )))) = identifier) ;) })) (if_statement "if ((local_30[0] != 0) && (local_74 == 1)) goto LAB_000951fd;" if (parenthesized_expression "((local_30[0] != 0) && (local_74 == 1))" ( (binary_expression "(local_30[0] != 0) && (local_74 == 1)" (parenthesized_expression "(local_30[0] != 0)" ( (binary_expression "local_30[0] != 0" (subscript_expression "local_30[0]" identifier [ number_literal ]) != number_literal) )) && (parenthesized_expression "(local_74 == 1)" ( (binary_expression "local_74 == 1" identifier == number_literal) ))) )) (goto_statement "goto LAB_000951fd;" goto statement_identifier ;)) })))) (if_statement "if (local_48 != 0) {\n FUN_00049570();\n }" if (parenthesized_expression "(local_48 != 0)" ( (binary_expression "local_48 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_00049570();\n }" { (expression_statement "FUN_00049570();" (call_expression "FUN_00049570()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "iVar10 = FUN_000497a0(extraout_ECX,0);" (assignment_expression "iVar10 = FUN_000497a0(extraout_ECX,0)" identifier = (call_expression "FUN_000497a0(extraout_ECX,0)" identifier (argument_list "(extraout_ECX,0)" ( identifier , number_literal )))) ;) (expression_statement "iVar6 = 0;" (assignment_expression "iVar6 = 0" identifier = number_literal) ;) (if_statement "if (local_74 < 2) {\n local_60 = extraout_ECX;\n if (local_74 == 1) goto LAB_00094fd4;\nLAB_00095168:\n FUN_000497a0(param_2,0);\n }\n else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\nLAB_00094fd4:\n do {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n iVar11 = param_1[0xb] + 1;\n param_1[0xb] = iVar11;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n iVar11 = param_1[bVar5 + 0x24];\n }\n FUN_0001d7b0();\n FUN_0005da30();\n FUN_000497a0(iVar6,iVar11);\n FUN_000497a0(local_60,iVar11);\n FUN_000370b0(0xfffffffe);\n if (iVar11 != 0) {\n FUN_0002f640();\n }\n iVar6 = iVar6 + 1;\n } while (iVar6 < local_74);\n FUN_000497a0(param_2,0);\n if (1 < local_74) {\n FUN_00049570();\n FUN_000497a0(iVar10 + 1,0);\n param_2 = extraout_ECX;\n goto LAB_00095168;\n }\n }" if (parenthesized_expression "(local_74 < 2)" ( (binary_expression "local_74 < 2" identifier < number_literal) )) (compound_statement "{\n local_60 = extraout_ECX;\n if (local_74 == 1) goto LAB_00094fd4;\nLAB_00095168:\n FUN_000497a0(param_2,0);\n }" { (expression_statement "local_60 = extraout_ECX;" (assignment_expression "local_60 = extraout_ECX" identifier = identifier) ;) (if_statement "if (local_74 == 1) goto LAB_00094fd4;" if (parenthesized_expression "(local_74 == 1)" ( (binary_expression "local_74 == 1" identifier == number_literal) )) (goto_statement "goto LAB_00094fd4;" goto statement_identifier ;)) (labeled_statement "LAB_00095168:\n FUN_000497a0(param_2,0);" statement_identifier : (expression_statement "FUN_000497a0(param_2,0);" (call_expression "FUN_000497a0(param_2,0)" identifier (argument_list "(param_2,0)" ( identifier , number_literal ))) ;)) }) (else_clause "else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\nLAB_00094fd4:\n do {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n iVar11 = param_1[0xb] + 1;\n param_1[0xb] = iVar11;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n iVar11 = param_1[bVar5 + 0x24];\n }\n FUN_0001d7b0();\n FUN_0005da30();\n FUN_000497a0(iVar6,iVar11);\n FUN_000497a0(local_60,iVar11);\n FUN_000370b0(0xfffffffe);\n if (iVar11 != 0) {\n FUN_0002f640();\n }\n iVar6 = iVar6 + 1;\n } while (iVar6 < local_74);\n FUN_000497a0(param_2,0);\n if (1 < local_74) {\n FUN_00049570();\n FUN_000497a0(iVar10 + 1,0);\n param_2 = extraout_ECX;\n goto LAB_00095168;\n }\n }" else (compound_statement "{\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\nLAB_00094fd4:\n do {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n iVar11 = param_1[0xb] + 1;\n param_1[0xb] = iVar11;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n iVar11 = param_1[bVar5 + 0x24];\n }\n FUN_0001d7b0();\n FUN_0005da30();\n FUN_000497a0(iVar6,iVar11);\n FUN_000497a0(local_60,iVar11);\n FUN_000370b0(0xfffffffe);\n if (iVar11 != 0) {\n FUN_0002f640();\n }\n iVar6 = iVar6 + 1;\n } while (iVar6 < local_74);\n FUN_000497a0(param_2,0);\n if (1 < local_74) {\n FUN_00049570();\n FUN_000497a0(iVar10 + 1,0);\n param_2 = extraout_ECX;\n goto LAB_00095168;\n }\n }" { (expression_statement "local_60 = param_1[0xe] + -1;" (assignment_expression "local_60 = param_1[0xe] + -1" identifier = (binary_expression "param_1[0xe] + -1" (subscript_expression "param_1[0xe]" identifier [ number_literal ]) + number_literal)) ;) (expression_statement "param_1[0xe] = local_60;" (assignment_expression "param_1[0xe] = local_60" (subscript_expression "param_1[0xe]" identifier [ number_literal ]) = identifier) ;) (labeled_statement "LAB_00094fd4:\n do {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n iVar11 = param_1[0xb] + 1;\n param_1[0xb] = iVar11;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n iVar11 = param_1[bVar5 + 0x24];\n }\n FUN_0001d7b0();\n FUN_0005da30();\n FUN_000497a0(iVar6,iVar11);\n FUN_000497a0(local_60,iVar11);\n FUN_000370b0(0xfffffffe);\n if (iVar11 != 0) {\n FUN_0002f640();\n }\n iVar6 = iVar6 + 1;\n } while (iVar6 < local_74);" statement_identifier : (do_statement "do {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n iVar11 = param_1[0xb] + 1;\n param_1[0xb] = iVar11;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n iVar11 = param_1[bVar5 + 0x24];\n }\n FUN_0001d7b0();\n FUN_0005da30();\n FUN_000497a0(iVar6,iVar11);\n FUN_000497a0(local_60,iVar11);\n FUN_000370b0(0xfffffffe);\n if (iVar11 != 0) {\n FUN_0002f640();\n }\n iVar6 = iVar6 + 1;\n } while (iVar6 < local_74);" do (compound_statement "{\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n iVar11 = param_1[0xb] + 1;\n param_1[0xb] = iVar11;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n iVar11 = param_1[bVar5 + 0x24];\n }\n FUN_0001d7b0();\n FUN_0005da30();\n FUN_000497a0(iVar6,iVar11);\n FUN_000497a0(local_60,iVar11);\n FUN_000370b0(0xfffffffe);\n if (iVar11 != 0) {\n FUN_0002f640();\n }\n iVar6 = iVar6 + 1;\n }" { (if_statement "if (*(char *)((int)param_1 + 0x13) == '\0') {\n iVar11 = param_1[0xb] + 1;\n param_1[0xb] = iVar11;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n iVar11 = param_1[bVar5 + 0x24];\n }" if (parenthesized_expression "(*(char *)((int)param_1 + 0x13) == '\0')" ( (binary_expression "*(char *)((int)param_1 + 0x13) == '\0'" (pointer_expression "*(char *)((int)param_1 + 0x13)" * (cast_expression "(char *)((int)param_1 + 0x13)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + 0x13)" ( (binary_expression "(int)param_1 + 0x13" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n iVar11 = param_1[0xb] + 1;\n param_1[0xb] = iVar11;\n }" { (expression_statement "iVar11 = param_1[0xb] + 1;" (assignment_expression "iVar11 = param_1[0xb] + 1" identifier = (binary_expression "param_1[0xb] + 1" (subscript_expression "param_1[0xb]" identifier [ number_literal ]) + number_literal)) ;) (expression_statement "param_1[0xb] = iVar11;" (assignment_expression "param_1[0xb] = iVar11" (subscript_expression "param_1[0xb]" identifier [ number_literal ]) = identifier) ;) }) (else_clause "else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n iVar11 = param_1[bVar5 + 0x24];\n }" else (compound_statement "{\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n iVar11 = param_1[bVar5 + 0x24];\n }" { (expression_statement "bVar5 = *(char *)((int)param_1 + 0x13) - 1;" (assignment_expression "bVar5 = *(char *)((int)param_1 + 0x13) - 1" identifier = (binary_expression "*(char *)((int)param_1 + 0x13) - 1" (pointer_expression "*(char *)((int)param_1 + 0x13)" * (cast_expression "(char *)((int)param_1 + 0x13)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + 0x13)" ( (binary_expression "(int)param_1 + 0x13" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) - number_literal)) ;) (expression_statement "*(byte *)((int)param_1 + 0x13) = bVar5;" (assignment_expression "*(byte *)((int)param_1 + 0x13) = bVar5" (pointer_expression "*(byte *)((int)param_1 + 0x13)" * (cast_expression "(byte *)((int)param_1 + 0x13)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + 0x13)" ( (binary_expression "(int)param_1 + 0x13" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "iVar11 = param_1[bVar5 + 0x24];" (assignment_expression "iVar11 = param_1[bVar5 + 0x24]" identifier = (subscript_expression "param_1[bVar5 + 0x24]" identifier [ (binary_expression "bVar5 + 0x24" identifier + number_literal) ])) ;) }))) (expression_statement "FUN_0001d7b0();" (call_expression "FUN_0001d7b0()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_0005da30();" (call_expression "FUN_0005da30()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_000497a0(iVar6,iVar11);" (call_expression "FUN_000497a0(iVar6,iVar11)" identifier (argument_list "(iVar6,iVar11)" ( identifier , identifier ))) ;) (expression_statement "FUN_000497a0(local_60,iVar11);" (call_expression "FUN_000497a0(local_60,iVar11)" identifier (argument_list "(local_60,iVar11)" ( identifier , identifier ))) ;) (expression_statement "FUN_000370b0(0xfffffffe);" (call_expression "FUN_000370b0(0xfffffffe)" identifier (argument_list "(0xfffffffe)" ( number_literal ))) ;) (if_statement "if (iVar11 != 0) {\n FUN_0002f640();\n }" if (parenthesized_expression "(iVar11 != 0)" ( (binary_expression "iVar11 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_0002f640();\n }" { (expression_statement "FUN_0002f640();" (call_expression "FUN_0002f640()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "iVar6 = iVar6 + 1;" (assignment_expression "iVar6 = iVar6 + 1" identifier = (binary_expression "iVar6 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(iVar6 < local_74)" ( (binary_expression "iVar6 < local_74" identifier < identifier) )) ;)) (expression_statement "FUN_000497a0(param_2,0);" (call_expression "FUN_000497a0(param_2,0)" identifier (argument_list "(param_2,0)" ( identifier , number_literal ))) ;) (if_statement "if (1 < local_74) {\n FUN_00049570();\n FUN_000497a0(iVar10 + 1,0);\n param_2 = extraout_ECX;\n goto LAB_00095168;\n }" if (parenthesized_expression "(1 < local_74)" ( (binary_expression "1 < local_74" number_literal < identifier) )) (compound_statement "{\n FUN_00049570();\n FUN_000497a0(iVar10 + 1,0);\n param_2 = extraout_ECX;\n goto LAB_00095168;\n }" { (expression_statement "FUN_00049570();" (call_expression "FUN_00049570()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_000497a0(iVar10 + 1,0);" (call_expression "FUN_000497a0(iVar10 + 1,0)" identifier (argument_list "(iVar10 + 1,0)" ( (binary_expression "iVar10 + 1" identifier + number_literal) , number_literal ))) ;) (expression_statement "param_2 = extraout_ECX;" (assignment_expression "param_2 = extraout_ECX" identifier = identifier) ;) (goto_statement "goto LAB_00095168;" goto statement_identifier ;) })) }))) (expression_statement "iVar6 = unaff_EDI + 0xb78d3;" (assignment_expression "iVar6 = unaff_EDI + 0xb78d3" identifier = (binary_expression "unaff_EDI + 0xb78d3" identifier + number_literal)) ;) (expression_statement "iVar10 = piVar2[0x1a] + -1;" (assignment_expression "iVar10 = piVar2[0x1a] + -1" identifier = (binary_expression "piVar2[0x1a] + -1" (subscript_expression "piVar2[0x1a]" identifier [ number_literal ]) + number_literal)) ;) (if_statement "if (-1 < local_50) {\n iVar10 = local_50;\n }" if (parenthesized_expression "(-1 < local_50)" ( (binary_expression "-1 < local_50" number_literal < identifier) )) (compound_statement "{\n iVar10 = local_50;\n }" { (expression_statement "iVar10 = local_50;" (assignment_expression "iVar10 = local_50" identifier = identifier) ;) })) (if_statement "if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + iVar10 * 0x14;\n }" if (parenthesized_expression "(*(char *)(*piVar2 + 0x4d) == '\0')" ( (binary_expression "*(char *)(*piVar2 + 0x4d) == '\0'" (pointer_expression "*(char *)(*piVar2 + 0x4d)" * (cast_expression "(char *)(*piVar2 + 0x4d)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*piVar2 + 0x4d)" ( (binary_expression "*piVar2 + 0x4d" (pointer_expression "*piVar2" * identifier) + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n iVar6 = piVar2[0x19] + iVar10 * 0x14;\n }" { (expression_statement "iVar6 = piVar2[0x19] + iVar10 * 0x14;" (assignment_expression "iVar6 = piVar2[0x19] + iVar10 * 0x14" identifier = (binary_expression "piVar2[0x19] + iVar10 * 0x14" (subscript_expression "piVar2[0x19]" identifier [ number_literal ]) + (binary_expression "iVar10 * 0x14" identifier * number_literal))) ;) })) (expression_statement "*(int *)(iVar6 + 8) = piVar2[0x1a];" (assignment_expression "*(int *)(iVar6 + 8) = piVar2[0x1a]" (pointer_expression "*(int *)(iVar6 + 8)" * (cast_expression "(int *)(iVar6 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 8)" ( (binary_expression "iVar6 + 8" identifier + number_literal) )))) = (subscript_expression "piVar2[0x1a]" identifier [ number_literal ])) ;) })))) (labeled_statement "LAB_00095047:\n if (bVar13) {\n FUN_0002f640();\n }" statement_identifier : (if_statement "if (bVar13) {\n FUN_0002f640();\n }" if (parenthesized_expression "(bVar13)" ( identifier )) (compound_statement "{\n FUN_0002f640();\n }" { (expression_statement "FUN_0002f640();" (call_expression "FUN_0002f640()" identifier (argument_list "()" ( ))) ;) }))) })) (if_statement "if (piVar8 != (int *)0x0) {\n FUN_00026590();\n }" if (parenthesized_expression "(piVar8 != (int *)0x0)" ( (binary_expression "piVar8 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n FUN_00026590();\n }" { (expression_statement "FUN_00026590();" (call_expression "FUN_00026590()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (pbVar7 != (byte *)0x0) {\n FUN_00026590();\n }" if (parenthesized_expression "(pbVar7 != (byte *)0x0)" ( (binary_expression "pbVar7 != (byte *)0x0" identifier != (cast_expression "(byte *)0x0" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n FUN_00026590();\n }" { (expression_statement "FUN_00026590();" (call_expression "FUN_00026590()" identifier (argument_list "()" ( ))) ;) })) (labeled_statement "LAB_00094ccf:\n if (local_20 != *(int *)(in_GS_OFFSET + 0x14)) {\n /* WARNING: Subroutine does not return */\n FUN_000f6410();\n }" statement_identifier : (if_statement "if (local_20 != *(int *)(in_GS_OFFSET + 0x14)) {\n /* WARNING: Subroutine does not return */\n FUN_000f6410();\n }" if (parenthesized_expression "(local_20 != *(int *)(in_GS_OFFSET + 0x14))" ( (binary_expression "local_20 != *(int *)(in_GS_OFFSET + 0x14)" identifier != (pointer_expression "*(int *)(in_GS_OFFSET + 0x14)" * (cast_expression "(int *)(in_GS_OFFSET + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_GS_OFFSET + 0x14)" ( (binary_expression "in_GS_OFFSET + 0x14" identifier + number_literal) ))))) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_000f6410();\n }" { comment (expression_statement "FUN_000f6410();" (call_expression "FUN_000f6410()" identifier (argument_list "()" ( ))) ;) }))) (return_statement "return;" return ;) })))
(translation_unit "void __regparm1 sqlite3ExprCodeIN(Parse *pParse,Expr *pExpr,int destIfFalse,int destIfNull)\n\n{\n u32 *puVar1;\n Expr *p;\n Vdbe *p_00;\n ExprList *pEVar2;\n u8 uVar3;\n byte bVar4;\n int iVar5;\n byte *zP4;\n Expr *pEVar6;\n Parse *pParse_00;\n int iVar7;\n u32 uVar8;\n Expr *pEVar9;\n CollSeq *pCVar10;\n int iVar11;\n sqlite3 *db;\n int iVar12;\n Expr *p2;\n bool bVar13;\n Expr *pExpr_00;\n Op *pOVar14;\n u32 uVar15;\n int unaff_EDI;\n int in_GS_OFFSET;\n int *prRhsHasNull;\n Parse *in_stack_ffffff84;\n Expr *in_stack_ffffff88;\n u32 local_74;\n int local_70;\n int local_68;\n Expr *local_60;\n int local_50;\n Expr *local_48;\n int rRhsHasNull;\n int iDummy;\n int iTab;\n int regToFree;\n int local_20;\n \n __x86_get_pc_thunk_di();\n p = pExpr_00->pLeft;\n local_20 = *(int *)(in_GS_OFFSET + 0x14);\n rRhsHasNull = 0;\n iTab = 0;\n iVar5 = sqlite3ExprCheckIN(in_stack_ffffff84,in_stack_ffffff88);\n if (iVar5 != 0) goto LAB_00094ccf;\n zP4 = (byte *)exprINAffinity((Parse *)pParse->db,pExpr_00);\n pEVar6 = pExpr_00->pLeft;\n uVar3 = pEVar6->op;\n if (uVar3 == 0xa4) {\n uVar3 = pEVar6->op2;\n }\n if (uVar3 == 0xa5) {\n local_74 = ((pEVar6->x).pList)->nExpr;\n }\n else {\n local_74 = 1;\n if (uVar3 == '\x7f') {\n local_74 = ((pEVar6->x).pSelect)->pEList->nExpr;\n }\n }\n prRhsHasNull = (int *)0x94d42;\n pEVar6 = (Expr *)sqlite3DbMallocZero(pParse->db,CONCAT44(in_stack_ffffff88,in_stack_ffffff84));\n db = pParse->db;\n if (db->mallocFailed == '\0') {\n pParse_00 = (Parse *)&rRhsHasNull;\n p_00 = pParse->pVdbe;\n if (p2 == pExpr) {\n pParse_00 = (Parse *)0x0;\n }\n iVar5 = sqlite3FindInIndex(pParse_00,pEVar6,(u32)&iTab,prRhsHasNull,(int *)in_stack_ffffff84,\n (int *)in_stack_ffffff88);\n iVar7 = exprCodeVector(pParse,p,&iDummy);\n local_70 = iVar7;\n if ((int)local_74 < 1) {\n bVar13 = false;\n if (local_74 != 0) {\n local_70 = sqlite3GetTempRange(pParse,local_74);\n bVar13 = local_70 != 0 && iVar7 != local_70;\n }\n }\n else {\n iVar12._0_1_ = pEVar6->op;\n iVar12._1_1_ = pEVar6->affinity;\n iVar12._2_2_ = *(undefined2 *)&pEVar6->field_0x2;\n if (iVar12 == 0) {\n uVar15 = 0;\n do {\n uVar8 = uVar15 + 1;\n if (uVar8 == local_74) {\n bVar13 = false;\n goto LAB_00094dd5;\n }\n puVar1 = &pEVar6->flags + uVar15;\n uVar15 = uVar8;\n } while (*puVar1 == uVar8);\n }\n local_70 = sqlite3GetTempRange(pParse,local_74);\n iVar12 = iVar7;\n do {\n iVar11 = iVar12 + 1;\n sqlite3VdbeAddOp3(p_00,0x4e,iVar12,\n *(int *)((int)pEVar6 + iVar12 * 4 + iVar7 * -4) + local_70,0);\n iVar12 = iVar11;\n } while (local_74 + iVar7 != iVar11);\n bVar13 = iVar7 != local_70 && local_70 != 0;\n }\nLAB_00094dd5:\n if (iVar5 == 5) {\n pEVar2 = (pExpr_00->x).pList;\n pCVar10 = sqlite3ExprCollSeq(pParse,pExpr_00->pLeft);\n iVar5 = pParse->nLabel + -1;\n pParse->nLabel = iVar5;\n if (p2 == pExpr) {\n local_68 = 0;\n if (0 < pEVar2->nExpr) goto LAB_00095308;\n }\n else {\n if (pParse->nTempReg == '\0') {\n local_68 = pParse->nMem + 1;\n pParse->nMem = local_68;\n }\n else {\n bVar4 = pParse->nTempReg - 1;\n pParse->nTempReg = bVar4;\n local_68 = pParse->aTempReg[bVar4];\n }\n sqlite3VdbeAddOp3(p_00,0x5c,local_70,local_70,local_68);\n if (0 < pEVar2->nExpr) {\nLAB_00095308:\n iVar7 = 0;\n do {\n iVar12 = sqlite3ExprCodeTemp(pParse,pEVar2->a[iVar7].pExpr,&regToFree);\n if ((local_68 != 0) &&\n (iVar11 = sqlite3ExprCanBeNull(pEVar2->a[iVar7].pExpr), iVar11 != 0)) {\n sqlite3VdbeAddOp3(p_00,0x5c,local_68,iVar12,local_68);\n }\n if ((iVar7 < pEVar2->nExpr + -1) || (p2 != pExpr)) {\n iVar12 = sqlite3VdbeAddOp3(p_00,0x35,local_70,iVar5,iVar12);\n sqlite3VdbeChangeP4(p_00,iVar12,(char *)pCVar10,-2);\n if (0 < p_00->nOp) {\n p_00->aOp[p_00->nOp + -1].p5 = (short)(char)*zP4;\n }\n }\n else {\n iVar12 = sqlite3VdbeAddOp3(p_00,0x34,local_70,(int)p2,iVar12);\n sqlite3VdbeChangeP4(p_00,iVar12,(char *)pCVar10,-2);\n if (0 < p_00->nOp) {\n p_00->aOp[p_00->nOp + -1].p5 = (short)(char)(*zP4 | 0x10);\n }\n }\n if (regToFree != 0) {\n sqlite3ReleaseTempReg(pParse,regToFree);\n }\n iVar7 = iVar7 + 1;\n } while (iVar7 < pEVar2->nExpr);\n }\n if (local_68 != 0) {\n sqlite3VdbeAddOp3(p_00,0x32,local_68,(int)pExpr,0);\n sqlite3VdbeAddOp3(p_00,0xb,0,(int)p2,0);\n sqlite3VdbeResolveLabel(p_00,iVar5);\n sqlite3ReleaseTempReg(pParse,local_68);\n goto LAB_00095047;\n }\n }\n sqlite3VdbeResolveLabel(p_00,iVar5);\n }\n else {\n if (p2 == pExpr) {\n local_48 = (Expr *)0x0;\n local_60 = p2;\n }\n else {\n local_60 = (Expr *)(pParse->nLabel + -1);\n pParse->nLabel = (int)local_60;\n local_48 = local_60;\n }\n uVar15 = 0;\n if (0 < (int)local_74) {\n do {\n while( true ) {\n pEVar9 = sqlite3VectorFieldSubexpr(pExpr_00->pLeft,uVar15);\n iVar7 = sqlite3ExprCanBeNull(pEVar9);\n if (iVar7 == 0) break;\n iVar7 = uVar15 + local_70;\n uVar15 = uVar15 + 1;\n sqlite3VdbeAddOp3(p_00,0x32,iVar7,(int)local_60,0);\n if (uVar15 == local_74) goto LAB_00094e68;\n }\n uVar15 = uVar15 + 1;\n } while (uVar15 != local_74);\n }\nLAB_00094e68:\n if (iVar5 == 1) {\n sqlite3VdbeAddOp3(p_00,0x1e,iTab,(int)p2,local_70);\n local_50 = sqlite3VdbeAddOp3(p_00,0xb,0,0,0);\n if ((rRhsHasNull != 0) && (local_74 == 1)) {\nLAB_000951fd:\n sqlite3VdbeAddOp3(p_00,0x33,rRhsHasNull,(int)p2,0);\n }\n if (p2 == pExpr) {\n sqlite3VdbeAddOp3(p_00,0xb,0,(int)p2,0);\n }\n }\n else {\n iVar5 = sqlite3VdbeAddOp3(p_00,0x5b,local_70,local_74,0);\n sqlite3VdbeChangeP4(p_00,iVar5,(char *)zP4,local_74);\n if (p2 == pExpr) {\n sqlite3VdbeAddOp4Int(p_00,0x1c,iTab,(int)p2,local_70,local_74);\n goto LAB_00095047;\n }\n local_50 = sqlite3VdbeAddOp3(p_00,0x1d,iTab,0,local_70);\n if (p_00->db->mallocFailed == '\0') {\n pOVar14 = p_00->aOp;\n pOVar14[local_50].p4type = -3;\n pOVar14[local_50].p4.i = local_74;\n }\n if ((rRhsHasNull != 0) && (local_74 == 1)) goto LAB_000951fd;\n }\n if (local_48 != (Expr *)0x0) {\n sqlite3VdbeResolveLabel(p_00,(int)local_48);\n }\n iVar7 = sqlite3VdbeAddOp3(p_00,0x24,iTab,(int)p2,0);\n iVar5 = 0;\n if ((int)local_74 < 2) {\n local_60 = p2;\n if (local_74 == 1) goto LAB_00094fd4;\nLAB_00095168:\n sqlite3VdbeAddOp3(p_00,0xb,0,(int)pExpr,0);\n }\n else {\n local_60 = (Expr *)(pParse->nLabel + -1);\n pParse->nLabel = (int)local_60;\nLAB_00094fd4:\n do {\n if (pParse->nTempReg == '\0') {\n iVar12 = pParse->nMem + 1;\n pParse->nMem = iVar12;\n }\n else {\n bVar4 = pParse->nTempReg - 1;\n pParse->nTempReg = bVar4;\n iVar12 = pParse->aTempReg[bVar4];\n }\n pEVar9 = sqlite3VectorFieldSubexpr(p,iVar5);\n pCVar10 = sqlite3ExprCollSeq(pParse,pEVar9);\n sqlite3VdbeAddOp3(p_00,0x5a,iTab,iVar5,iVar12);\n iVar11 = sqlite3VdbeAddOp3(p_00,0x34,iVar5 + local_70,(int)local_60,iVar12);\n sqlite3VdbeChangeP4(p_00,iVar11,(char *)pCVar10,-2);\n if (iVar12 != 0) {\n sqlite3ReleaseTempReg(pParse,iVar12);\n }\n iVar5 = iVar5 + 1;\n } while (iVar5 < (int)local_74);\n sqlite3VdbeAddOp3(p_00,0xb,0,(int)pExpr,0);\n if (1 < (int)local_74) {\n sqlite3VdbeResolveLabel(p_00,(int)local_60);\n sqlite3VdbeAddOp3(p_00,5,iTab,iVar7 + 1,0);\n pExpr = p2;\n goto LAB_00095168;\n }\n }\n pOVar14 = (Op *)(unaff_EDI + 0xb78d3);\n iVar5 = p_00->nOp + -1;\n if (-1 < local_50) {\n iVar5 = local_50;\n }\n if (p_00->db->mallocFailed == '\0') {\n pOVar14 = p_00->aOp + iVar5;\n }\n pOVar14->p2 = p_00->nOp;\n }\nLAB_00095047:\n if (bVar13) {\n sqlite3ReleaseTempReg(pParse,local_70);\n }\n db = pParse->db;\n }\n if (pEVar6 != (Expr *)0x0) {\n sqlite3DbFreeNN(db,pEVar6);\n db = pParse->db;\n }\n if (zP4 != (byte *)0x0) {\n sqlite3DbFreeNN(db,zP4);\n }\nLAB_00094ccf:\n if (local_20 != *(int *)(in_GS_OFFSET + 0x14)) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail_local();\n }\n return;\n}\n\n" (function_definition "void __regparm1 sqlite3ExprCodeIN(Parse *pParse,Expr *pExpr,int destIfFalse,int destIfNull)\n\n{\n u32 *puVar1;\n Expr *p;\n Vdbe *p_00;\n ExprList *pEVar2;\n u8 uVar3;\n byte bVar4;\n int iVar5;\n byte *zP4;\n Expr *pEVar6;\n Parse *pParse_00;\n int iVar7;\n u32 uVar8;\n Expr *pEVar9;\n CollSeq *pCVar10;\n int iVar11;\n sqlite3 *db;\n int iVar12;\n Expr *p2;\n bool bVar13;\n Expr *pExpr_00;\n Op *pOVar14;\n u32 uVar15;\n int unaff_EDI;\n int in_GS_OFFSET;\n int *prRhsHasNull;\n Parse *in_stack_ffffff84;\n Expr *in_stack_ffffff88;\n u32 local_74;\n int local_70;\n int local_68;\n Expr *local_60;\n int local_50;\n Expr *local_48;\n int rRhsHasNull;\n int iDummy;\n int iTab;\n int regToFree;\n int local_20;\n \n __x86_get_pc_thunk_di();\n p = pExpr_00->pLeft;\n local_20 = *(int *)(in_GS_OFFSET + 0x14);\n rRhsHasNull = 0;\n iTab = 0;\n iVar5 = sqlite3ExprCheckIN(in_stack_ffffff84,in_stack_ffffff88);\n if (iVar5 != 0) goto LAB_00094ccf;\n zP4 = (byte *)exprINAffinity((Parse *)pParse->db,pExpr_00);\n pEVar6 = pExpr_00->pLeft;\n uVar3 = pEVar6->op;\n if (uVar3 == 0xa4) {\n uVar3 = pEVar6->op2;\n }\n if (uVar3 == 0xa5) {\n local_74 = ((pEVar6->x).pList)->nExpr;\n }\n else {\n local_74 = 1;\n if (uVar3 == '\x7f') {\n local_74 = ((pEVar6->x).pSelect)->pEList->nExpr;\n }\n }\n prRhsHasNull = (int *)0x94d42;\n pEVar6 = (Expr *)sqlite3DbMallocZero(pParse->db,CONCAT44(in_stack_ffffff88,in_stack_ffffff84));\n db = pParse->db;\n if (db->mallocFailed == '\0') {\n pParse_00 = (Parse *)&rRhsHasNull;\n p_00 = pParse->pVdbe;\n if (p2 == pExpr) {\n pParse_00 = (Parse *)0x0;\n }\n iVar5 = sqlite3FindInIndex(pParse_00,pEVar6,(u32)&iTab,prRhsHasNull,(int *)in_stack_ffffff84,\n (int *)in_stack_ffffff88);\n iVar7 = exprCodeVector(pParse,p,&iDummy);\n local_70 = iVar7;\n if ((int)local_74 < 1) {\n bVar13 = false;\n if (local_74 != 0) {\n local_70 = sqlite3GetTempRange(pParse,local_74);\n bVar13 = local_70 != 0 && iVar7 != local_70;\n }\n }\n else {\n iVar12._0_1_ = pEVar6->op;\n iVar12._1_1_ = pEVar6->affinity;\n iVar12._2_2_ = *(undefined2 *)&pEVar6->field_0x2;\n if (iVar12 == 0) {\n uVar15 = 0;\n do {\n uVar8 = uVar15 + 1;\n if (uVar8 == local_74) {\n bVar13 = false;\n goto LAB_00094dd5;\n }\n puVar1 = &pEVar6->flags + uVar15;\n uVar15 = uVar8;\n } while (*puVar1 == uVar8);\n }\n local_70 = sqlite3GetTempRange(pParse,local_74);\n iVar12 = iVar7;\n do {\n iVar11 = iVar12 + 1;\n sqlite3VdbeAddOp3(p_00,0x4e,iVar12,\n *(int *)((int)pEVar6 + iVar12 * 4 + iVar7 * -4) + local_70,0);\n iVar12 = iVar11;\n } while (local_74 + iVar7 != iVar11);\n bVar13 = iVar7 != local_70 && local_70 != 0;\n }\nLAB_00094dd5:\n if (iVar5 == 5) {\n pEVar2 = (pExpr_00->x).pList;\n pCVar10 = sqlite3ExprCollSeq(pParse,pExpr_00->pLeft);\n iVar5 = pParse->nLabel + -1;\n pParse->nLabel = iVar5;\n if (p2 == pExpr) {\n local_68 = 0;\n if (0 < pEVar2->nExpr) goto LAB_00095308;\n }\n else {\n if (pParse->nTempReg == '\0') {\n local_68 = pParse->nMem + 1;\n pParse->nMem = local_68;\n }\n else {\n bVar4 = pParse->nTempReg - 1;\n pParse->nTempReg = bVar4;\n local_68 = pParse->aTempReg[bVar4];\n }\n sqlite3VdbeAddOp3(p_00,0x5c,local_70,local_70,local_68);\n if (0 < pEVar2->nExpr) {\nLAB_00095308:\n iVar7 = 0;\n do {\n iVar12 = sqlite3ExprCodeTemp(pParse,pEVar2->a[iVar7].pExpr,&regToFree);\n if ((local_68 != 0) &&\n (iVar11 = sqlite3ExprCanBeNull(pEVar2->a[iVar7].pExpr), iVar11 != 0)) {\n sqlite3VdbeAddOp3(p_00,0x5c,local_68,iVar12,local_68);\n }\n if ((iVar7 < pEVar2->nExpr + -1) || (p2 != pExpr)) {\n iVar12 = sqlite3VdbeAddOp3(p_00,0x35,local_70,iVar5,iVar12);\n sqlite3VdbeChangeP4(p_00,iVar12,(char *)pCVar10,-2);\n if (0 < p_00->nOp) {\n p_00->aOp[p_00->nOp + -1].p5 = (short)(char)*zP4;\n }\n }\n else {\n iVar12 = sqlite3VdbeAddOp3(p_00,0x34,local_70,(int)p2,iVar12);\n sqlite3VdbeChangeP4(p_00,iVar12,(char *)pCVar10,-2);\n if (0 < p_00->nOp) {\n p_00->aOp[p_00->nOp + -1].p5 = (short)(char)(*zP4 | 0x10);\n }\n }\n if (regToFree != 0) {\n sqlite3ReleaseTempReg(pParse,regToFree);\n }\n iVar7 = iVar7 + 1;\n } while (iVar7 < pEVar2->nExpr);\n }\n if (local_68 != 0) {\n sqlite3VdbeAddOp3(p_00,0x32,local_68,(int)pExpr,0);\n sqlite3VdbeAddOp3(p_00,0xb,0,(int)p2,0);\n sqlite3VdbeResolveLabel(p_00,iVar5);\n sqlite3ReleaseTempReg(pParse,local_68);\n goto LAB_00095047;\n }\n }\n sqlite3VdbeResolveLabel(p_00,iVar5);\n }\n else {\n if (p2 == pExpr) {\n local_48 = (Expr *)0x0;\n local_60 = p2;\n }\n else {\n local_60 = (Expr *)(pParse->nLabel + -1);\n pParse->nLabel = (int)local_60;\n local_48 = local_60;\n }\n uVar15 = 0;\n if (0 < (int)local_74) {\n do {\n while( true ) {\n pEVar9 = sqlite3VectorFieldSubexpr(pExpr_00->pLeft,uVar15);\n iVar7 = sqlite3ExprCanBeNull(pEVar9);\n if (iVar7 == 0) break;\n iVar7 = uVar15 + local_70;\n uVar15 = uVar15 + 1;\n sqlite3VdbeAddOp3(p_00,0x32,iVar7,(int)local_60,0);\n if (uVar15 == local_74) goto LAB_00094e68;\n }\n uVar15 = uVar15 + 1;\n } while (uVar15 != local_74);\n }\nLAB_00094e68:\n if (iVar5 == 1) {\n sqlite3VdbeAddOp3(p_00,0x1e,iTab,(int)p2,local_70);\n local_50 = sqlite3VdbeAddOp3(p_00,0xb,0,0,0);\n if ((rRhsHasNull != 0) && (local_74 == 1)) {\nLAB_000951fd:\n sqlite3VdbeAddOp3(p_00,0x33,rRhsHasNull,(int)p2,0);\n }\n if (p2 == pExpr) {\n sqlite3VdbeAddOp3(p_00,0xb,0,(int)p2,0);\n }\n }\n else {\n iVar5 = sqlite3VdbeAddOp3(p_00,0x5b,local_70,local_74,0);\n sqlite3VdbeChangeP4(p_00,iVar5,(char *)zP4,local_74);\n if (p2 == pExpr) {\n sqlite3VdbeAddOp4Int(p_00,0x1c,iTab,(int)p2,local_70,local_74);\n goto LAB_00095047;\n }\n local_50 = sqlite3VdbeAddOp3(p_00,0x1d,iTab,0,local_70);\n if (p_00->db->mallocFailed == '\0') {\n pOVar14 = p_00->aOp;\n pOVar14[local_50].p4type = -3;\n pOVar14[local_50].p4.i = local_74;\n }\n if ((rRhsHasNull != 0) && (local_74 == 1)) goto LAB_000951fd;\n }\n if (local_48 != (Expr *)0x0) {\n sqlite3VdbeResolveLabel(p_00,(int)local_48);\n }\n iVar7 = sqlite3VdbeAddOp3(p_00,0x24,iTab,(int)p2,0);\n iVar5 = 0;\n if ((int)local_74 < 2) {\n local_60 = p2;\n if (local_74 == 1) goto LAB_00094fd4;\nLAB_00095168:\n sqlite3VdbeAddOp3(p_00,0xb,0,(int)pExpr,0);\n }\n else {\n local_60 = (Expr *)(pParse->nLabel + -1);\n pParse->nLabel = (int)local_60;\nLAB_00094fd4:\n do {\n if (pParse->nTempReg == '\0') {\n iVar12 = pParse->nMem + 1;\n pParse->nMem = iVar12;\n }\n else {\n bVar4 = pParse->nTempReg - 1;\n pParse->nTempReg = bVar4;\n iVar12 = pParse->aTempReg[bVar4];\n }\n pEVar9 = sqlite3VectorFieldSubexpr(p,iVar5);\n pCVar10 = sqlite3ExprCollSeq(pParse,pEVar9);\n sqlite3VdbeAddOp3(p_00,0x5a,iTab,iVar5,iVar12);\n iVar11 = sqlite3VdbeAddOp3(p_00,0x34,iVar5 + local_70,(int)local_60,iVar12);\n sqlite3VdbeChangeP4(p_00,iVar11,(char *)pCVar10,-2);\n if (iVar12 != 0) {\n sqlite3ReleaseTempReg(pParse,iVar12);\n }\n iVar5 = iVar5 + 1;\n } while (iVar5 < (int)local_74);\n sqlite3VdbeAddOp3(p_00,0xb,0,(int)pExpr,0);\n if (1 < (int)local_74) {\n sqlite3VdbeResolveLabel(p_00,(int)local_60);\n sqlite3VdbeAddOp3(p_00,5,iTab,iVar7 + 1,0);\n pExpr = p2;\n goto LAB_00095168;\n }\n }\n pOVar14 = (Op *)(unaff_EDI + 0xb78d3);\n iVar5 = p_00->nOp + -1;\n if (-1 < local_50) {\n iVar5 = local_50;\n }\n if (p_00->db->mallocFailed == '\0') {\n pOVar14 = p_00->aOp + iVar5;\n }\n pOVar14->p2 = p_00->nOp;\n }\nLAB_00095047:\n if (bVar13) {\n sqlite3ReleaseTempReg(pParse,local_70);\n }\n db = pParse->db;\n }\n if (pEVar6 != (Expr *)0x0) {\n sqlite3DbFreeNN(db,pEVar6);\n db = pParse->db;\n }\n if (zP4 != (byte *)0x0) {\n sqlite3DbFreeNN(db,zP4);\n }\nLAB_00094ccf:\n if (local_20 != *(int *)(in_GS_OFFSET + 0x14)) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail_local();\n }\n return;\n}" primitive_type (ERROR "__regparm1" identifier) (function_declarator "sqlite3ExprCodeIN(Parse *pParse,Expr *pExpr,int destIfFalse,int destIfNull)" identifier (parameter_list "(Parse *pParse,Expr *pExpr,int destIfFalse,int destIfNull)" ( (parameter_declaration "Parse *pParse" type_identifier (pointer_declarator "*pParse" * identifier)) , (parameter_declaration "Expr *pExpr" type_identifier (pointer_declarator "*pExpr" * identifier)) , (parameter_declaration "int destIfFalse" primitive_type identifier) , (parameter_declaration "int destIfNull" primitive_type identifier) ))) (compound_statement "{\n u32 *puVar1;\n Expr *p;\n Vdbe *p_00;\n ExprList *pEVar2;\n u8 uVar3;\n byte bVar4;\n int iVar5;\n byte *zP4;\n Expr *pEVar6;\n Parse *pParse_00;\n int iVar7;\n u32 uVar8;\n Expr *pEVar9;\n CollSeq *pCVar10;\n int iVar11;\n sqlite3 *db;\n int iVar12;\n Expr *p2;\n bool bVar13;\n Expr *pExpr_00;\n Op *pOVar14;\n u32 uVar15;\n int unaff_EDI;\n int in_GS_OFFSET;\n int *prRhsHasNull;\n Parse *in_stack_ffffff84;\n Expr *in_stack_ffffff88;\n u32 local_74;\n int local_70;\n int local_68;\n Expr *local_60;\n int local_50;\n Expr *local_48;\n int rRhsHasNull;\n int iDummy;\n int iTab;\n int regToFree;\n int local_20;\n \n __x86_get_pc_thunk_di();\n p = pExpr_00->pLeft;\n local_20 = *(int *)(in_GS_OFFSET + 0x14);\n rRhsHasNull = 0;\n iTab = 0;\n iVar5 = sqlite3ExprCheckIN(in_stack_ffffff84,in_stack_ffffff88);\n if (iVar5 != 0) goto LAB_00094ccf;\n zP4 = (byte *)exprINAffinity((Parse *)pParse->db,pExpr_00);\n pEVar6 = pExpr_00->pLeft;\n uVar3 = pEVar6->op;\n if (uVar3 == 0xa4) {\n uVar3 = pEVar6->op2;\n }\n if (uVar3 == 0xa5) {\n local_74 = ((pEVar6->x).pList)->nExpr;\n }\n else {\n local_74 = 1;\n if (uVar3 == '\x7f') {\n local_74 = ((pEVar6->x).pSelect)->pEList->nExpr;\n }\n }\n prRhsHasNull = (int *)0x94d42;\n pEVar6 = (Expr *)sqlite3DbMallocZero(pParse->db,CONCAT44(in_stack_ffffff88,in_stack_ffffff84));\n db = pParse->db;\n if (db->mallocFailed == '\0') {\n pParse_00 = (Parse *)&rRhsHasNull;\n p_00 = pParse->pVdbe;\n if (p2 == pExpr) {\n pParse_00 = (Parse *)0x0;\n }\n iVar5 = sqlite3FindInIndex(pParse_00,pEVar6,(u32)&iTab,prRhsHasNull,(int *)in_stack_ffffff84,\n (int *)in_stack_ffffff88);\n iVar7 = exprCodeVector(pParse,p,&iDummy);\n local_70 = iVar7;\n if ((int)local_74 < 1) {\n bVar13 = false;\n if (local_74 != 0) {\n local_70 = sqlite3GetTempRange(pParse,local_74);\n bVar13 = local_70 != 0 && iVar7 != local_70;\n }\n }\n else {\n iVar12._0_1_ = pEVar6->op;\n iVar12._1_1_ = pEVar6->affinity;\n iVar12._2_2_ = *(undefined2 *)&pEVar6->field_0x2;\n if (iVar12 == 0) {\n uVar15 = 0;\n do {\n uVar8 = uVar15 + 1;\n if (uVar8 == local_74) {\n bVar13 = false;\n goto LAB_00094dd5;\n }\n puVar1 = &pEVar6->flags + uVar15;\n uVar15 = uVar8;\n } while (*puVar1 == uVar8);\n }\n local_70 = sqlite3GetTempRange(pParse,local_74);\n iVar12 = iVar7;\n do {\n iVar11 = iVar12 + 1;\n sqlite3VdbeAddOp3(p_00,0x4e,iVar12,\n *(int *)((int)pEVar6 + iVar12 * 4 + iVar7 * -4) + local_70,0);\n iVar12 = iVar11;\n } while (local_74 + iVar7 != iVar11);\n bVar13 = iVar7 != local_70 && local_70 != 0;\n }\nLAB_00094dd5:\n if (iVar5 == 5) {\n pEVar2 = (pExpr_00->x).pList;\n pCVar10 = sqlite3ExprCollSeq(pParse,pExpr_00->pLeft);\n iVar5 = pParse->nLabel + -1;\n pParse->nLabel = iVar5;\n if (p2 == pExpr) {\n local_68 = 0;\n if (0 < pEVar2->nExpr) goto LAB_00095308;\n }\n else {\n if (pParse->nTempReg == '\0') {\n local_68 = pParse->nMem + 1;\n pParse->nMem = local_68;\n }\n else {\n bVar4 = pParse->nTempReg - 1;\n pParse->nTempReg = bVar4;\n local_68 = pParse->aTempReg[bVar4];\n }\n sqlite3VdbeAddOp3(p_00,0x5c,local_70,local_70,local_68);\n if (0 < pEVar2->nExpr) {\nLAB_00095308:\n iVar7 = 0;\n do {\n iVar12 = sqlite3ExprCodeTemp(pParse,pEVar2->a[iVar7].pExpr,&regToFree);\n if ((local_68 != 0) &&\n (iVar11 = sqlite3ExprCanBeNull(pEVar2->a[iVar7].pExpr), iVar11 != 0)) {\n sqlite3VdbeAddOp3(p_00,0x5c,local_68,iVar12,local_68);\n }\n if ((iVar7 < pEVar2->nExpr + -1) || (p2 != pExpr)) {\n iVar12 = sqlite3VdbeAddOp3(p_00,0x35,local_70,iVar5,iVar12);\n sqlite3VdbeChangeP4(p_00,iVar12,(char *)pCVar10,-2);\n if (0 < p_00->nOp) {\n p_00->aOp[p_00->nOp + -1].p5 = (short)(char)*zP4;\n }\n }\n else {\n iVar12 = sqlite3VdbeAddOp3(p_00,0x34,local_70,(int)p2,iVar12);\n sqlite3VdbeChangeP4(p_00,iVar12,(char *)pCVar10,-2);\n if (0 < p_00->nOp) {\n p_00->aOp[p_00->nOp + -1].p5 = (short)(char)(*zP4 | 0x10);\n }\n }\n if (regToFree != 0) {\n sqlite3ReleaseTempReg(pParse,regToFree);\n }\n iVar7 = iVar7 + 1;\n } while (iVar7 < pEVar2->nExpr);\n }\n if (local_68 != 0) {\n sqlite3VdbeAddOp3(p_00,0x32,local_68,(int)pExpr,0);\n sqlite3VdbeAddOp3(p_00,0xb,0,(int)p2,0);\n sqlite3VdbeResolveLabel(p_00,iVar5);\n sqlite3ReleaseTempReg(pParse,local_68);\n goto LAB_00095047;\n }\n }\n sqlite3VdbeResolveLabel(p_00,iVar5);\n }\n else {\n if (p2 == pExpr) {\n local_48 = (Expr *)0x0;\n local_60 = p2;\n }\n else {\n local_60 = (Expr *)(pParse->nLabel + -1);\n pParse->nLabel = (int)local_60;\n local_48 = local_60;\n }\n uVar15 = 0;\n if (0 < (int)local_74) {\n do {\n while( true ) {\n pEVar9 = sqlite3VectorFieldSubexpr(pExpr_00->pLeft,uVar15);\n iVar7 = sqlite3ExprCanBeNull(pEVar9);\n if (iVar7 == 0) break;\n iVar7 = uVar15 + local_70;\n uVar15 = uVar15 + 1;\n sqlite3VdbeAddOp3(p_00,0x32,iVar7,(int)local_60,0);\n if (uVar15 == local_74) goto LAB_00094e68;\n }\n uVar15 = uVar15 + 1;\n } while (uVar15 != local_74);\n }\nLAB_00094e68:\n if (iVar5 == 1) {\n sqlite3VdbeAddOp3(p_00,0x1e,iTab,(int)p2,local_70);\n local_50 = sqlite3VdbeAddOp3(p_00,0xb,0,0,0);\n if ((rRhsHasNull != 0) && (local_74 == 1)) {\nLAB_000951fd:\n sqlite3VdbeAddOp3(p_00,0x33,rRhsHasNull,(int)p2,0);\n }\n if (p2 == pExpr) {\n sqlite3VdbeAddOp3(p_00,0xb,0,(int)p2,0);\n }\n }\n else {\n iVar5 = sqlite3VdbeAddOp3(p_00,0x5b,local_70,local_74,0);\n sqlite3VdbeChangeP4(p_00,iVar5,(char *)zP4,local_74);\n if (p2 == pExpr) {\n sqlite3VdbeAddOp4Int(p_00,0x1c,iTab,(int)p2,local_70,local_74);\n goto LAB_00095047;\n }\n local_50 = sqlite3VdbeAddOp3(p_00,0x1d,iTab,0,local_70);\n if (p_00->db->mallocFailed == '\0') {\n pOVar14 = p_00->aOp;\n pOVar14[local_50].p4type = -3;\n pOVar14[local_50].p4.i = local_74;\n }\n if ((rRhsHasNull != 0) && (local_74 == 1)) goto LAB_000951fd;\n }\n if (local_48 != (Expr *)0x0) {\n sqlite3VdbeResolveLabel(p_00,(int)local_48);\n }\n iVar7 = sqlite3VdbeAddOp3(p_00,0x24,iTab,(int)p2,0);\n iVar5 = 0;\n if ((int)local_74 < 2) {\n local_60 = p2;\n if (local_74 == 1) goto LAB_00094fd4;\nLAB_00095168:\n sqlite3VdbeAddOp3(p_00,0xb,0,(int)pExpr,0);\n }\n else {\n local_60 = (Expr *)(pParse->nLabel + -1);\n pParse->nLabel = (int)local_60;\nLAB_00094fd4:\n do {\n if (pParse->nTempReg == '\0') {\n iVar12 = pParse->nMem + 1;\n pParse->nMem = iVar12;\n }\n else {\n bVar4 = pParse->nTempReg - 1;\n pParse->nTempReg = bVar4;\n iVar12 = pParse->aTempReg[bVar4];\n }\n pEVar9 = sqlite3VectorFieldSubexpr(p,iVar5);\n pCVar10 = sqlite3ExprCollSeq(pParse,pEVar9);\n sqlite3VdbeAddOp3(p_00,0x5a,iTab,iVar5,iVar12);\n iVar11 = sqlite3VdbeAddOp3(p_00,0x34,iVar5 + local_70,(int)local_60,iVar12);\n sqlite3VdbeChangeP4(p_00,iVar11,(char *)pCVar10,-2);\n if (iVar12 != 0) {\n sqlite3ReleaseTempReg(pParse,iVar12);\n }\n iVar5 = iVar5 + 1;\n } while (iVar5 < (int)local_74);\n sqlite3VdbeAddOp3(p_00,0xb,0,(int)pExpr,0);\n if (1 < (int)local_74) {\n sqlite3VdbeResolveLabel(p_00,(int)local_60);\n sqlite3VdbeAddOp3(p_00,5,iTab,iVar7 + 1,0);\n pExpr = p2;\n goto LAB_00095168;\n }\n }\n pOVar14 = (Op *)(unaff_EDI + 0xb78d3);\n iVar5 = p_00->nOp + -1;\n if (-1 < local_50) {\n iVar5 = local_50;\n }\n if (p_00->db->mallocFailed == '\0') {\n pOVar14 = p_00->aOp + iVar5;\n }\n pOVar14->p2 = p_00->nOp;\n }\nLAB_00095047:\n if (bVar13) {\n sqlite3ReleaseTempReg(pParse,local_70);\n }\n db = pParse->db;\n }\n if (pEVar6 != (Expr *)0x0) {\n sqlite3DbFreeNN(db,pEVar6);\n db = pParse->db;\n }\n if (zP4 != (byte *)0x0) {\n sqlite3DbFreeNN(db,zP4);\n }\nLAB_00094ccf:\n if (local_20 != *(int *)(in_GS_OFFSET + 0x14)) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail_local();\n }\n return;\n}" { (declaration "u32 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "Expr *p;" type_identifier (pointer_declarator "*p" * identifier) ;) (declaration "Vdbe *p_00;" type_identifier (pointer_declarator "*p_00" * identifier) ;) (declaration "ExprList *pEVar2;" type_identifier (pointer_declarator "*pEVar2" * identifier) ;) (declaration "u8 uVar3;" type_identifier identifier ;) (declaration "byte bVar4;" type_identifier identifier ;) (declaration "int iVar5;" primitive_type identifier ;) (declaration "byte *zP4;" type_identifier (pointer_declarator "*zP4" * identifier) ;) (declaration "Expr *pEVar6;" type_identifier (pointer_declarator "*pEVar6" * identifier) ;) (declaration "Parse *pParse_00;" type_identifier (pointer_declarator "*pParse_00" * identifier) ;) (declaration "int iVar7;" primitive_type identifier ;) (declaration "u32 uVar8;" type_identifier identifier ;) (declaration "Expr *pEVar9;" type_identifier (pointer_declarator "*pEVar9" * identifier) ;) (declaration "CollSeq *pCVar10;" type_identifier (pointer_declarator "*pCVar10" * identifier) ;) (declaration "int iVar11;" primitive_type identifier ;) (declaration "sqlite3 *db;" type_identifier (pointer_declarator "*db" * identifier) ;) (declaration "int iVar12;" primitive_type identifier ;) (declaration "Expr *p2;" type_identifier (pointer_declarator "*p2" * identifier) ;) (declaration "bool bVar13;" primitive_type identifier ;) (declaration "Expr *pExpr_00;" type_identifier (pointer_declarator "*pExpr_00" * identifier) ;) (declaration "Op *pOVar14;" type_identifier (pointer_declarator "*pOVar14" * identifier) ;) (declaration "u32 uVar15;" type_identifier identifier ;) (declaration "int unaff_EDI;" primitive_type identifier ;) (declaration "int in_GS_OFFSET;" primitive_type identifier ;) (declaration "int *prRhsHasNull;" primitive_type (pointer_declarator "*prRhsHasNull" * identifier) ;) (declaration "Parse *in_stack_ffffff84;" type_identifier (pointer_declarator "*in_stack_ffffff84" * identifier) ;) (declaration "Expr *in_stack_ffffff88;" type_identifier (pointer_declarator "*in_stack_ffffff88" * identifier) ;) (declaration "u32 local_74;" type_identifier identifier ;) (declaration "int local_70;" primitive_type identifier ;) (declaration "int local_68;" primitive_type identifier ;) (declaration "Expr *local_60;" type_identifier (pointer_declarator "*local_60" * identifier) ;) (declaration "int local_50;" primitive_type identifier ;) (declaration "Expr *local_48;" type_identifier (pointer_declarator "*local_48" * identifier) ;) (declaration "int rRhsHasNull;" primitive_type identifier ;) (declaration "int iDummy;" primitive_type identifier ;) (declaration "int iTab;" primitive_type identifier ;) (declaration "int regToFree;" primitive_type identifier ;) (declaration "int local_20;" primitive_type identifier ;) (expression_statement "__x86_get_pc_thunk_di();" (call_expression "__x86_get_pc_thunk_di()" identifier (argument_list "()" ( ))) ;) (expression_statement "p = pExpr_00->pLeft;" (assignment_expression "p = pExpr_00->pLeft" identifier = (field_expression "pExpr_00->pLeft" identifier -> field_identifier)) ;) (expression_statement "local_20 = *(int *)(in_GS_OFFSET + 0x14);" (assignment_expression "local_20 = *(int *)(in_GS_OFFSET + 0x14)" identifier = (pointer_expression "*(int *)(in_GS_OFFSET + 0x14)" * (cast_expression "(int *)(in_GS_OFFSET + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_GS_OFFSET + 0x14)" ( (binary_expression "in_GS_OFFSET + 0x14" identifier + number_literal) ))))) ;) (expression_statement "rRhsHasNull = 0;" (assignment_expression "rRhsHasNull = 0" identifier = number_literal) ;) (expression_statement "iTab = 0;" (assignment_expression "iTab = 0" identifier = number_literal) ;) (expression_statement "iVar5 = sqlite3ExprCheckIN(in_stack_ffffff84,in_stack_ffffff88);" (assignment_expression "iVar5 = sqlite3ExprCheckIN(in_stack_ffffff84,in_stack_ffffff88)" identifier = (call_expression "sqlite3ExprCheckIN(in_stack_ffffff84,in_stack_ffffff88)" identifier (argument_list "(in_stack_ffffff84,in_stack_ffffff88)" ( identifier , identifier )))) ;) (if_statement "if (iVar5 != 0) goto LAB_00094ccf;" if (parenthesized_expression "(iVar5 != 0)" ( (binary_expression "iVar5 != 0" identifier != number_literal) )) (goto_statement "goto LAB_00094ccf;" goto statement_identifier ;)) (expression_statement "zP4 = (byte *)exprINAffinity((Parse *)pParse->db,pExpr_00);" (assignment_expression "zP4 = (byte *)exprINAffinity((Parse *)pParse->db,pExpr_00)" identifier = (cast_expression "(byte *)exprINAffinity((Parse *)pParse->db,pExpr_00)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "exprINAffinity((Parse *)pParse->db,pExpr_00)" identifier (argument_list "((Parse *)pParse->db,pExpr_00)" ( (cast_expression "(Parse *)pParse->db" ( (type_descriptor "Parse *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "pParse->db" identifier -> field_identifier)) , identifier ))))) ;) (expression_statement "pEVar6 = pExpr_00->pLeft;" (assignment_expression "pEVar6 = pExpr_00->pLeft" identifier = (field_expression "pExpr_00->pLeft" identifier -> field_identifier)) ;) (expression_statement "uVar3 = pEVar6->op;" (assignment_expression "uVar3 = pEVar6->op" identifier = (field_expression "pEVar6->op" identifier -> field_identifier)) ;) (if_statement "if (uVar3 == 0xa4) {\n uVar3 = pEVar6->op2;\n }" if (parenthesized_expression "(uVar3 == 0xa4)" ( (binary_expression "uVar3 == 0xa4" identifier == number_literal) )) (compound_statement "{\n uVar3 = pEVar6->op2;\n }" { (expression_statement "uVar3 = pEVar6->op2;" (assignment_expression "uVar3 = pEVar6->op2" identifier = (field_expression "pEVar6->op2" identifier -> field_identifier)) ;) })) (if_statement "if (uVar3 == 0xa5) {\n local_74 = ((pEVar6->x).pList)->nExpr;\n }\n else {\n local_74 = 1;\n if (uVar3 == '\x7f') {\n local_74 = ((pEVar6->x).pSelect)->pEList->nExpr;\n }\n }" if (parenthesized_expression "(uVar3 == 0xa5)" ( (binary_expression "uVar3 == 0xa5" identifier == number_literal) )) (compound_statement "{\n local_74 = ((pEVar6->x).pList)->nExpr;\n }" { (expression_statement "local_74 = ((pEVar6->x).pList)->nExpr;" (assignment_expression "local_74 = ((pEVar6->x).pList)->nExpr" identifier = (field_expression "((pEVar6->x).pList)->nExpr" (parenthesized_expression "((pEVar6->x).pList)" ( (field_expression "(pEVar6->x).pList" (parenthesized_expression "(pEVar6->x)" ( (field_expression "pEVar6->x" identifier -> field_identifier) )) . field_identifier) )) -> field_identifier)) ;) }) (else_clause "else {\n local_74 = 1;\n if (uVar3 == '\x7f') {\n local_74 = ((pEVar6->x).pSelect)->pEList->nExpr;\n }\n }" else (compound_statement "{\n local_74 = 1;\n if (uVar3 == '\x7f') {\n local_74 = ((pEVar6->x).pSelect)->pEList->nExpr;\n }\n }" { (expression_statement "local_74 = 1;" (assignment_expression "local_74 = 1" identifier = number_literal) ;) (if_statement "if (uVar3 == '\x7f') {\n local_74 = ((pEVar6->x).pSelect)->pEList->nExpr;\n }" if (parenthesized_expression "(uVar3 == '\x7f')" ( (binary_expression "uVar3 == '\x7f'" identifier == (char_literal "'\x7f'" ' escape_sequence ')) )) (compound_statement "{\n local_74 = ((pEVar6->x).pSelect)->pEList->nExpr;\n }" { (expression_statement "local_74 = ((pEVar6->x).pSelect)->pEList->nExpr;" (assignment_expression "local_74 = ((pEVar6->x).pSelect)->pEList->nExpr" identifier = (field_expression "((pEVar6->x).pSelect)->pEList->nExpr" (field_expression "((pEVar6->x).pSelect)->pEList" (parenthesized_expression "((pEVar6->x).pSelect)" ( (field_expression "(pEVar6->x).pSelect" (parenthesized_expression "(pEVar6->x)" ( (field_expression "pEVar6->x" identifier -> field_identifier) )) . field_identifier) )) -> field_identifier) -> field_identifier)) ;) })) }))) (expression_statement "prRhsHasNull = (int *)0x94d42;" (assignment_expression "prRhsHasNull = (int *)0x94d42" identifier = (cast_expression "(int *)0x94d42" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "pEVar6 = (Expr *)sqlite3DbMallocZero(pParse->db,CONCAT44(in_stack_ffffff88,in_stack_ffffff84));" (assignment_expression "pEVar6 = (Expr *)sqlite3DbMallocZero(pParse->db,CONCAT44(in_stack_ffffff88,in_stack_ffffff84))" identifier = (cast_expression "(Expr *)sqlite3DbMallocZero(pParse->db,CONCAT44(in_stack_ffffff88,in_stack_ffffff84))" ( (type_descriptor "Expr *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "sqlite3DbMallocZero(pParse->db,CONCAT44(in_stack_ffffff88,in_stack_ffffff84))" identifier (argument_list "(pParse->db,CONCAT44(in_stack_ffffff88,in_stack_ffffff84))" ( (field_expression "pParse->db" identifier -> field_identifier) , (call_expression "CONCAT44(in_stack_ffffff88,in_stack_ffffff84)" identifier (argument_list "(in_stack_ffffff88,in_stack_ffffff84)" ( identifier , identifier ))) ))))) ;) (expression_statement "db = pParse->db;" (assignment_expression "db = pParse->db" identifier = (field_expression "pParse->db" identifier -> field_identifier)) ;) (if_statement "if (db->mallocFailed == '\0') {\n pParse_00 = (Parse *)&rRhsHasNull;\n p_00 = pParse->pVdbe;\n if (p2 == pExpr) {\n pParse_00 = (Parse *)0x0;\n }\n iVar5 = sqlite3FindInIndex(pParse_00,pEVar6,(u32)&iTab,prRhsHasNull,(int *)in_stack_ffffff84,\n (int *)in_stack_ffffff88);\n iVar7 = exprCodeVector(pParse,p,&iDummy);\n local_70 = iVar7;\n if ((int)local_74 < 1) {\n bVar13 = false;\n if (local_74 != 0) {\n local_70 = sqlite3GetTempRange(pParse,local_74);\n bVar13 = local_70 != 0 && iVar7 != local_70;\n }\n }\n else {\n iVar12._0_1_ = pEVar6->op;\n iVar12._1_1_ = pEVar6->affinity;\n iVar12._2_2_ = *(undefined2 *)&pEVar6->field_0x2;\n if (iVar12 == 0) {\n uVar15 = 0;\n do {\n uVar8 = uVar15 + 1;\n if (uVar8 == local_74) {\n bVar13 = false;\n goto LAB_00094dd5;\n }\n puVar1 = &pEVar6->flags + uVar15;\n uVar15 = uVar8;\n } while (*puVar1 == uVar8);\n }\n local_70 = sqlite3GetTempRange(pParse,local_74);\n iVar12 = iVar7;\n do {\n iVar11 = iVar12 + 1;\n sqlite3VdbeAddOp3(p_00,0x4e,iVar12,\n *(int *)((int)pEVar6 + iVar12 * 4 + iVar7 * -4) + local_70,0);\n iVar12 = iVar11;\n } while (local_74 + iVar7 != iVar11);\n bVar13 = iVar7 != local_70 && local_70 != 0;\n }\nLAB_00094dd5:\n if (iVar5 == 5) {\n pEVar2 = (pExpr_00->x).pList;\n pCVar10 = sqlite3ExprCollSeq(pParse,pExpr_00->pLeft);\n iVar5 = pParse->nLabel + -1;\n pParse->nLabel = iVar5;\n if (p2 == pExpr) {\n local_68 = 0;\n if (0 < pEVar2->nExpr) goto LAB_00095308;\n }\n else {\n if (pParse->nTempReg == '\0') {\n local_68 = pParse->nMem + 1;\n pParse->nMem = local_68;\n }\n else {\n bVar4 = pParse->nTempReg - 1;\n pParse->nTempReg = bVar4;\n local_68 = pParse->aTempReg[bVar4];\n }\n sqlite3VdbeAddOp3(p_00,0x5c,local_70,local_70,local_68);\n if (0 < pEVar2->nExpr) {\nLAB_00095308:\n iVar7 = 0;\n do {\n iVar12 = sqlite3ExprCodeTemp(pParse,pEVar2->a[iVar7].pExpr,&regToFree);\n if ((local_68 != 0) &&\n (iVar11 = sqlite3ExprCanBeNull(pEVar2->a[iVar7].pExpr), iVar11 != 0)) {\n sqlite3VdbeAddOp3(p_00,0x5c,local_68,iVar12,local_68);\n }\n if ((iVar7 < pEVar2->nExpr + -1) || (p2 != pExpr)) {\n iVar12 = sqlite3VdbeAddOp3(p_00,0x35,local_70,iVar5,iVar12);\n sqlite3VdbeChangeP4(p_00,iVar12,(char *)pCVar10,-2);\n if (0 < p_00->nOp) {\n p_00->aOp[p_00->nOp + -1].p5 = (short)(char)*zP4;\n }\n }\n else {\n iVar12 = sqlite3VdbeAddOp3(p_00,0x34,local_70,(int)p2,iVar12);\n sqlite3VdbeChangeP4(p_00,iVar12,(char *)pCVar10,-2);\n if (0 < p_00->nOp) {\n p_00->aOp[p_00->nOp + -1].p5 = (short)(char)(*zP4 | 0x10);\n }\n }\n if (regToFree != 0) {\n sqlite3ReleaseTempReg(pParse,regToFree);\n }\n iVar7 = iVar7 + 1;\n } while (iVar7 < pEVar2->nExpr);\n }\n if (local_68 != 0) {\n sqlite3VdbeAddOp3(p_00,0x32,local_68,(int)pExpr,0);\n sqlite3VdbeAddOp3(p_00,0xb,0,(int)p2,0);\n sqlite3VdbeResolveLabel(p_00,iVar5);\n sqlite3ReleaseTempReg(pParse,local_68);\n goto LAB_00095047;\n }\n }\n sqlite3VdbeResolveLabel(p_00,iVar5);\n }\n else {\n if (p2 == pExpr) {\n local_48 = (Expr *)0x0;\n local_60 = p2;\n }\n else {\n local_60 = (Expr *)(pParse->nLabel + -1);\n pParse->nLabel = (int)local_60;\n local_48 = local_60;\n }\n uVar15 = 0;\n if (0 < (int)local_74) {\n do {\n while( true ) {\n pEVar9 = sqlite3VectorFieldSubexpr(pExpr_00->pLeft,uVar15);\n iVar7 = sqlite3ExprCanBeNull(pEVar9);\n if (iVar7 == 0) break;\n iVar7 = uVar15 + local_70;\n uVar15 = uVar15 + 1;\n sqlite3VdbeAddOp3(p_00,0x32,iVar7,(int)local_60,0);\n if (uVar15 == local_74) goto LAB_00094e68;\n }\n uVar15 = uVar15 + 1;\n } while (uVar15 != local_74);\n }\nLAB_00094e68:\n if (iVar5 == 1) {\n sqlite3VdbeAddOp3(p_00,0x1e,iTab,(int)p2,local_70);\n local_50 = sqlite3VdbeAddOp3(p_00,0xb,0,0,0);\n if ((rRhsHasNull != 0) && (local_74 == 1)) {\nLAB_000951fd:\n sqlite3VdbeAddOp3(p_00,0x33,rRhsHasNull,(int)p2,0);\n }\n if (p2 == pExpr) {\n sqlite3VdbeAddOp3(p_00,0xb,0,(int)p2,0);\n }\n }\n else {\n iVar5 = sqlite3VdbeAddOp3(p_00,0x5b,local_70,local_74,0);\n sqlite3VdbeChangeP4(p_00,iVar5,(char *)zP4,local_74);\n if (p2 == pExpr) {\n sqlite3VdbeAddOp4Int(p_00,0x1c,iTab,(int)p2,local_70,local_74);\n goto LAB_00095047;\n }\n local_50 = sqlite3VdbeAddOp3(p_00,0x1d,iTab,0,local_70);\n if (p_00->db->mallocFailed == '\0') {\n pOVar14 = p_00->aOp;\n pOVar14[local_50].p4type = -3;\n pOVar14[local_50].p4.i = local_74;\n }\n if ((rRhsHasNull != 0) && (local_74 == 1)) goto LAB_000951fd;\n }\n if (local_48 != (Expr *)0x0) {\n sqlite3VdbeResolveLabel(p_00,(int)local_48);\n }\n iVar7 = sqlite3VdbeAddOp3(p_00,0x24,iTab,(int)p2,0);\n iVar5 = 0;\n if ((int)local_74 < 2) {\n local_60 = p2;\n if (local_74 == 1) goto LAB_00094fd4;\nLAB_00095168:\n sqlite3VdbeAddOp3(p_00,0xb,0,(int)pExpr,0);\n }\n else {\n local_60 = (Expr *)(pParse->nLabel + -1);\n pParse->nLabel = (int)local_60;\nLAB_00094fd4:\n do {\n if (pParse->nTempReg == '\0') {\n iVar12 = pParse->nMem + 1;\n pParse->nMem = iVar12;\n }\n else {\n bVar4 = pParse->nTempReg - 1;\n pParse->nTempReg = bVar4;\n iVar12 = pParse->aTempReg[bVar4];\n }\n pEVar9 = sqlite3VectorFieldSubexpr(p,iVar5);\n pCVar10 = sqlite3ExprCollSeq(pParse,pEVar9);\n sqlite3VdbeAddOp3(p_00,0x5a,iTab,iVar5,iVar12);\n iVar11 = sqlite3VdbeAddOp3(p_00,0x34,iVar5 + local_70,(int)local_60,iVar12);\n sqlite3VdbeChangeP4(p_00,iVar11,(char *)pCVar10,-2);\n if (iVar12 != 0) {\n sqlite3ReleaseTempReg(pParse,iVar12);\n }\n iVar5 = iVar5 + 1;\n } while (iVar5 < (int)local_74);\n sqlite3VdbeAddOp3(p_00,0xb,0,(int)pExpr,0);\n if (1 < (int)local_74) {\n sqlite3VdbeResolveLabel(p_00,(int)local_60);\n sqlite3VdbeAddOp3(p_00,5,iTab,iVar7 + 1,0);\n pExpr = p2;\n goto LAB_00095168;\n }\n }\n pOVar14 = (Op *)(unaff_EDI + 0xb78d3);\n iVar5 = p_00->nOp + -1;\n if (-1 < local_50) {\n iVar5 = local_50;\n }\n if (p_00->db->mallocFailed == '\0') {\n pOVar14 = p_00->aOp + iVar5;\n }\n pOVar14->p2 = p_00->nOp;\n }\nLAB_00095047:\n if (bVar13) {\n sqlite3ReleaseTempReg(pParse,local_70);\n }\n db = pParse->db;\n }" if (parenthesized_expression "(db->mallocFailed == '\0')" ( (binary_expression "db->mallocFailed == '\0'" (field_expression "db->mallocFailed" identifier -> field_identifier) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n pParse_00 = (Parse *)&rRhsHasNull;\n p_00 = pParse->pVdbe;\n if (p2 == pExpr) {\n pParse_00 = (Parse *)0x0;\n }\n iVar5 = sqlite3FindInIndex(pParse_00,pEVar6,(u32)&iTab,prRhsHasNull,(int *)in_stack_ffffff84,\n (int *)in_stack_ffffff88);\n iVar7 = exprCodeVector(pParse,p,&iDummy);\n local_70 = iVar7;\n if ((int)local_74 < 1) {\n bVar13 = false;\n if (local_74 != 0) {\n local_70 = sqlite3GetTempRange(pParse,local_74);\n bVar13 = local_70 != 0 && iVar7 != local_70;\n }\n }\n else {\n iVar12._0_1_ = pEVar6->op;\n iVar12._1_1_ = pEVar6->affinity;\n iVar12._2_2_ = *(undefined2 *)&pEVar6->field_0x2;\n if (iVar12 == 0) {\n uVar15 = 0;\n do {\n uVar8 = uVar15 + 1;\n if (uVar8 == local_74) {\n bVar13 = false;\n goto LAB_00094dd5;\n }\n puVar1 = &pEVar6->flags + uVar15;\n uVar15 = uVar8;\n } while (*puVar1 == uVar8);\n }\n local_70 = sqlite3GetTempRange(pParse,local_74);\n iVar12 = iVar7;\n do {\n iVar11 = iVar12 + 1;\n sqlite3VdbeAddOp3(p_00,0x4e,iVar12,\n *(int *)((int)pEVar6 + iVar12 * 4 + iVar7 * -4) + local_70,0);\n iVar12 = iVar11;\n } while (local_74 + iVar7 != iVar11);\n bVar13 = iVar7 != local_70 && local_70 != 0;\n }\nLAB_00094dd5:\n if (iVar5 == 5) {\n pEVar2 = (pExpr_00->x).pList;\n pCVar10 = sqlite3ExprCollSeq(pParse,pExpr_00->pLeft);\n iVar5 = pParse->nLabel + -1;\n pParse->nLabel = iVar5;\n if (p2 == pExpr) {\n local_68 = 0;\n if (0 < pEVar2->nExpr) goto LAB_00095308;\n }\n else {\n if (pParse->nTempReg == '\0') {\n local_68 = pParse->nMem + 1;\n pParse->nMem = local_68;\n }\n else {\n bVar4 = pParse->nTempReg - 1;\n pParse->nTempReg = bVar4;\n local_68 = pParse->aTempReg[bVar4];\n }\n sqlite3VdbeAddOp3(p_00,0x5c,local_70,local_70,local_68);\n if (0 < pEVar2->nExpr) {\nLAB_00095308:\n iVar7 = 0;\n do {\n iVar12 = sqlite3ExprCodeTemp(pParse,pEVar2->a[iVar7].pExpr,&regToFree);\n if ((local_68 != 0) &&\n (iVar11 = sqlite3ExprCanBeNull(pEVar2->a[iVar7].pExpr), iVar11 != 0)) {\n sqlite3VdbeAddOp3(p_00,0x5c,local_68,iVar12,local_68);\n }\n if ((iVar7 < pEVar2->nExpr + -1) || (p2 != pExpr)) {\n iVar12 = sqlite3VdbeAddOp3(p_00,0x35,local_70,iVar5,iVar12);\n sqlite3VdbeChangeP4(p_00,iVar12,(char *)pCVar10,-2);\n if (0 < p_00->nOp) {\n p_00->aOp[p_00->nOp + -1].p5 = (short)(char)*zP4;\n }\n }\n else {\n iVar12 = sqlite3VdbeAddOp3(p_00,0x34,local_70,(int)p2,iVar12);\n sqlite3VdbeChangeP4(p_00,iVar12,(char *)pCVar10,-2);\n if (0 < p_00->nOp) {\n p_00->aOp[p_00->nOp + -1].p5 = (short)(char)(*zP4 | 0x10);\n }\n }\n if (regToFree != 0) {\n sqlite3ReleaseTempReg(pParse,regToFree);\n }\n iVar7 = iVar7 + 1;\n } while (iVar7 < pEVar2->nExpr);\n }\n if (local_68 != 0) {\n sqlite3VdbeAddOp3(p_00,0x32,local_68,(int)pExpr,0);\n sqlite3VdbeAddOp3(p_00,0xb,0,(int)p2,0);\n sqlite3VdbeResolveLabel(p_00,iVar5);\n sqlite3ReleaseTempReg(pParse,local_68);\n goto LAB_00095047;\n }\n }\n sqlite3VdbeResolveLabel(p_00,iVar5);\n }\n else {\n if (p2 == pExpr) {\n local_48 = (Expr *)0x0;\n local_60 = p2;\n }\n else {\n local_60 = (Expr *)(pParse->nLabel + -1);\n pParse->nLabel = (int)local_60;\n local_48 = local_60;\n }\n uVar15 = 0;\n if (0 < (int)local_74) {\n do {\n while( true ) {\n pEVar9 = sqlite3VectorFieldSubexpr(pExpr_00->pLeft,uVar15);\n iVar7 = sqlite3ExprCanBeNull(pEVar9);\n if (iVar7 == 0) break;\n iVar7 = uVar15 + local_70;\n uVar15 = uVar15 + 1;\n sqlite3VdbeAddOp3(p_00,0x32,iVar7,(int)local_60,0);\n if (uVar15 == local_74) goto LAB_00094e68;\n }\n uVar15 = uVar15 + 1;\n } while (uVar15 != local_74);\n }\nLAB_00094e68:\n if (iVar5 == 1) {\n sqlite3VdbeAddOp3(p_00,0x1e,iTab,(int)p2,local_70);\n local_50 = sqlite3VdbeAddOp3(p_00,0xb,0,0,0);\n if ((rRhsHasNull != 0) && (local_74 == 1)) {\nLAB_000951fd:\n sqlite3VdbeAddOp3(p_00,0x33,rRhsHasNull,(int)p2,0);\n }\n if (p2 == pExpr) {\n sqlite3VdbeAddOp3(p_00,0xb,0,(int)p2,0);\n }\n }\n else {\n iVar5 = sqlite3VdbeAddOp3(p_00,0x5b,local_70,local_74,0);\n sqlite3VdbeChangeP4(p_00,iVar5,(char *)zP4,local_74);\n if (p2 == pExpr) {\n sqlite3VdbeAddOp4Int(p_00,0x1c,iTab,(int)p2,local_70,local_74);\n goto LAB_00095047;\n }\n local_50 = sqlite3VdbeAddOp3(p_00,0x1d,iTab,0,local_70);\n if (p_00->db->mallocFailed == '\0') {\n pOVar14 = p_00->aOp;\n pOVar14[local_50].p4type = -3;\n pOVar14[local_50].p4.i = local_74;\n }\n if ((rRhsHasNull != 0) && (local_74 == 1)) goto LAB_000951fd;\n }\n if (local_48 != (Expr *)0x0) {\n sqlite3VdbeResolveLabel(p_00,(int)local_48);\n }\n iVar7 = sqlite3VdbeAddOp3(p_00,0x24,iTab,(int)p2,0);\n iVar5 = 0;\n if ((int)local_74 < 2) {\n local_60 = p2;\n if (local_74 == 1) goto LAB_00094fd4;\nLAB_00095168:\n sqlite3VdbeAddOp3(p_00,0xb,0,(int)pExpr,0);\n }\n else {\n local_60 = (Expr *)(pParse->nLabel + -1);\n pParse->nLabel = (int)local_60;\nLAB_00094fd4:\n do {\n if (pParse->nTempReg == '\0') {\n iVar12 = pParse->nMem + 1;\n pParse->nMem = iVar12;\n }\n else {\n bVar4 = pParse->nTempReg - 1;\n pParse->nTempReg = bVar4;\n iVar12 = pParse->aTempReg[bVar4];\n }\n pEVar9 = sqlite3VectorFieldSubexpr(p,iVar5);\n pCVar10 = sqlite3ExprCollSeq(pParse,pEVar9);\n sqlite3VdbeAddOp3(p_00,0x5a,iTab,iVar5,iVar12);\n iVar11 = sqlite3VdbeAddOp3(p_00,0x34,iVar5 + local_70,(int)local_60,iVar12);\n sqlite3VdbeChangeP4(p_00,iVar11,(char *)pCVar10,-2);\n if (iVar12 != 0) {\n sqlite3ReleaseTempReg(pParse,iVar12);\n }\n iVar5 = iVar5 + 1;\n } while (iVar5 < (int)local_74);\n sqlite3VdbeAddOp3(p_00,0xb,0,(int)pExpr,0);\n if (1 < (int)local_74) {\n sqlite3VdbeResolveLabel(p_00,(int)local_60);\n sqlite3VdbeAddOp3(p_00,5,iTab,iVar7 + 1,0);\n pExpr = p2;\n goto LAB_00095168;\n }\n }\n pOVar14 = (Op *)(unaff_EDI + 0xb78d3);\n iVar5 = p_00->nOp + -1;\n if (-1 < local_50) {\n iVar5 = local_50;\n }\n if (p_00->db->mallocFailed == '\0') {\n pOVar14 = p_00->aOp + iVar5;\n }\n pOVar14->p2 = p_00->nOp;\n }\nLAB_00095047:\n if (bVar13) {\n sqlite3ReleaseTempReg(pParse,local_70);\n }\n db = pParse->db;\n }" { (expression_statement "pParse_00 = (Parse *)&rRhsHasNull;" (assignment_expression "pParse_00 = (Parse *)&rRhsHasNull" identifier = (cast_expression "(Parse *)&rRhsHasNull" ( (type_descriptor "Parse *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&rRhsHasNull" & identifier))) ;) (expression_statement "p_00 = pParse->pVdbe;" (assignment_expression "p_00 = pParse->pVdbe" identifier = (field_expression "pParse->pVdbe" identifier -> field_identifier)) ;) (if_statement "if (p2 == pExpr) {\n pParse_00 = (Parse *)0x0;\n }" if (parenthesized_expression "(p2 == pExpr)" ( (binary_expression "p2 == pExpr" identifier == identifier) )) (compound_statement "{\n pParse_00 = (Parse *)0x0;\n }" { (expression_statement "pParse_00 = (Parse *)0x0;" (assignment_expression "pParse_00 = (Parse *)0x0" identifier = (cast_expression "(Parse *)0x0" ( (type_descriptor "Parse *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) })) (expression_statement "iVar5 = sqlite3FindInIndex(pParse_00,pEVar6,(u32)&iTab,prRhsHasNull,(int *)in_stack_ffffff84,\n (int *)in_stack_ffffff88);" (assignment_expression "iVar5 = sqlite3FindInIndex(pParse_00,pEVar6,(u32)&iTab,prRhsHasNull,(int *)in_stack_ffffff84,\n (int *)in_stack_ffffff88)" identifier = (call_expression "sqlite3FindInIndex(pParse_00,pEVar6,(u32)&iTab,prRhsHasNull,(int *)in_stack_ffffff84,\n (int *)in_stack_ffffff88)" identifier (argument_list "(pParse_00,pEVar6,(u32)&iTab,prRhsHasNull,(int *)in_stack_ffffff84,\n (int *)in_stack_ffffff88)" ( identifier , identifier , (binary_expression "(u32)&iTab" (parenthesized_expression "(u32)" ( identifier )) & identifier) , identifier , (cast_expression "(int *)in_stack_ffffff84" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) , (cast_expression "(int *)in_stack_ffffff88" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) )))) ;) (expression_statement "iVar7 = exprCodeVector(pParse,p,&iDummy);" (assignment_expression "iVar7 = exprCodeVector(pParse,p,&iDummy)" identifier = (call_expression "exprCodeVector(pParse,p,&iDummy)" identifier (argument_list "(pParse,p,&iDummy)" ( identifier , identifier , (pointer_expression "&iDummy" & identifier) )))) ;) (expression_statement "local_70 = iVar7;" (assignment_expression "local_70 = iVar7" identifier = identifier) ;) (if_statement "if ((int)local_74 < 1) {\n bVar13 = false;\n if (local_74 != 0) {\n local_70 = sqlite3GetTempRange(pParse,local_74);\n bVar13 = local_70 != 0 && iVar7 != local_70;\n }\n }\n else {\n iVar12._0_1_ = pEVar6->op;\n iVar12._1_1_ = pEVar6->affinity;\n iVar12._2_2_ = *(undefined2 *)&pEVar6->field_0x2;\n if (iVar12 == 0) {\n uVar15 = 0;\n do {\n uVar8 = uVar15 + 1;\n if (uVar8 == local_74) {\n bVar13 = false;\n goto LAB_00094dd5;\n }\n puVar1 = &pEVar6->flags + uVar15;\n uVar15 = uVar8;\n } while (*puVar1 == uVar8);\n }\n local_70 = sqlite3GetTempRange(pParse,local_74);\n iVar12 = iVar7;\n do {\n iVar11 = iVar12 + 1;\n sqlite3VdbeAddOp3(p_00,0x4e,iVar12,\n *(int *)((int)pEVar6 + iVar12 * 4 + iVar7 * -4) + local_70,0);\n iVar12 = iVar11;\n } while (local_74 + iVar7 != iVar11);\n bVar13 = iVar7 != local_70 && local_70 != 0;\n }" if (parenthesized_expression "((int)local_74 < 1)" ( (binary_expression "(int)local_74 < 1" (cast_expression "(int)local_74" ( (type_descriptor "int" primitive_type) ) identifier) < number_literal) )) (compound_statement "{\n bVar13 = false;\n if (local_74 != 0) {\n local_70 = sqlite3GetTempRange(pParse,local_74);\n bVar13 = local_70 != 0 && iVar7 != local_70;\n }\n }" { (expression_statement "bVar13 = false;" (assignment_expression "bVar13 = false" identifier = false) ;) (if_statement "if (local_74 != 0) {\n local_70 = sqlite3GetTempRange(pParse,local_74);\n bVar13 = local_70 != 0 && iVar7 != local_70;\n }" if (parenthesized_expression "(local_74 != 0)" ( (binary_expression "local_74 != 0" identifier != number_literal) )) (compound_statement "{\n local_70 = sqlite3GetTempRange(pParse,local_74);\n bVar13 = local_70 != 0 && iVar7 != local_70;\n }" { (expression_statement "local_70 = sqlite3GetTempRange(pParse,local_74);" (assignment_expression "local_70 = sqlite3GetTempRange(pParse,local_74)" identifier = (call_expression "sqlite3GetTempRange(pParse,local_74)" identifier (argument_list "(pParse,local_74)" ( identifier , identifier )))) ;) (expression_statement "bVar13 = local_70 != 0 && iVar7 != local_70;" (assignment_expression "bVar13 = local_70 != 0 && iVar7 != local_70" identifier = (binary_expression "local_70 != 0 && iVar7 != local_70" (binary_expression "local_70 != 0" identifier != number_literal) && (binary_expression "iVar7 != local_70" identifier != identifier))) ;) })) }) (else_clause "else {\n iVar12._0_1_ = pEVar6->op;\n iVar12._1_1_ = pEVar6->affinity;\n iVar12._2_2_ = *(undefined2 *)&pEVar6->field_0x2;\n if (iVar12 == 0) {\n uVar15 = 0;\n do {\n uVar8 = uVar15 + 1;\n if (uVar8 == local_74) {\n bVar13 = false;\n goto LAB_00094dd5;\n }\n puVar1 = &pEVar6->flags + uVar15;\n uVar15 = uVar8;\n } while (*puVar1 == uVar8);\n }\n local_70 = sqlite3GetTempRange(pParse,local_74);\n iVar12 = iVar7;\n do {\n iVar11 = iVar12 + 1;\n sqlite3VdbeAddOp3(p_00,0x4e,iVar12,\n *(int *)((int)pEVar6 + iVar12 * 4 + iVar7 * -4) + local_70,0);\n iVar12 = iVar11;\n } while (local_74 + iVar7 != iVar11);\n bVar13 = iVar7 != local_70 && local_70 != 0;\n }" else (compound_statement "{\n iVar12._0_1_ = pEVar6->op;\n iVar12._1_1_ = pEVar6->affinity;\n iVar12._2_2_ = *(undefined2 *)&pEVar6->field_0x2;\n if (iVar12 == 0) {\n uVar15 = 0;\n do {\n uVar8 = uVar15 + 1;\n if (uVar8 == local_74) {\n bVar13 = false;\n goto LAB_00094dd5;\n }\n puVar1 = &pEVar6->flags + uVar15;\n uVar15 = uVar8;\n } while (*puVar1 == uVar8);\n }\n local_70 = sqlite3GetTempRange(pParse,local_74);\n iVar12 = iVar7;\n do {\n iVar11 = iVar12 + 1;\n sqlite3VdbeAddOp3(p_00,0x4e,iVar12,\n *(int *)((int)pEVar6 + iVar12 * 4 + iVar7 * -4) + local_70,0);\n iVar12 = iVar11;\n } while (local_74 + iVar7 != iVar11);\n bVar13 = iVar7 != local_70 && local_70 != 0;\n }" { (expression_statement "iVar12._0_1_ = pEVar6->op;" (assignment_expression "iVar12._0_1_ = pEVar6->op" (field_expression "iVar12._0_1_" identifier . field_identifier) = (field_expression "pEVar6->op" identifier -> field_identifier)) ;) (expression_statement "iVar12._1_1_ = pEVar6->affinity;" (assignment_expression "iVar12._1_1_ = pEVar6->affinity" (field_expression "iVar12._1_1_" identifier . field_identifier) = (field_expression "pEVar6->affinity" identifier -> field_identifier)) ;) (expression_statement "iVar12._2_2_ = *(undefined2 *)&pEVar6->field_0x2;" (assignment_expression "iVar12._2_2_ = *(undefined2 *)&pEVar6->field_0x2" (field_expression "iVar12._2_2_" identifier . field_identifier) = (pointer_expression "*(undefined2 *)&pEVar6->field_0x2" * (cast_expression "(undefined2 *)&pEVar6->field_0x2" ( (type_descriptor "undefined2 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&pEVar6->field_0x2" & (field_expression "pEVar6->field_0x2" identifier -> field_identifier))))) ;) (if_statement "if (iVar12 == 0) {\n uVar15 = 0;\n do {\n uVar8 = uVar15 + 1;\n if (uVar8 == local_74) {\n bVar13 = false;\n goto LAB_00094dd5;\n }\n puVar1 = &pEVar6->flags + uVar15;\n uVar15 = uVar8;\n } while (*puVar1 == uVar8);\n }" if (parenthesized_expression "(iVar12 == 0)" ( (binary_expression "iVar12 == 0" identifier == number_literal) )) (compound_statement "{\n uVar15 = 0;\n do {\n uVar8 = uVar15 + 1;\n if (uVar8 == local_74) {\n bVar13 = false;\n goto LAB_00094dd5;\n }\n puVar1 = &pEVar6->flags + uVar15;\n uVar15 = uVar8;\n } while (*puVar1 == uVar8);\n }" { (expression_statement "uVar15 = 0;" (assignment_expression "uVar15 = 0" identifier = number_literal) ;) (do_statement "do {\n uVar8 = uVar15 + 1;\n if (uVar8 == local_74) {\n bVar13 = false;\n goto LAB_00094dd5;\n }\n puVar1 = &pEVar6->flags + uVar15;\n uVar15 = uVar8;\n } while (*puVar1 == uVar8);" do (compound_statement "{\n uVar8 = uVar15 + 1;\n if (uVar8 == local_74) {\n bVar13 = false;\n goto LAB_00094dd5;\n }\n puVar1 = &pEVar6->flags + uVar15;\n uVar15 = uVar8;\n }" { (expression_statement "uVar8 = uVar15 + 1;" (assignment_expression "uVar8 = uVar15 + 1" identifier = (binary_expression "uVar15 + 1" identifier + number_literal)) ;) (if_statement "if (uVar8 == local_74) {\n bVar13 = false;\n goto LAB_00094dd5;\n }" if (parenthesized_expression "(uVar8 == local_74)" ( (binary_expression "uVar8 == local_74" identifier == identifier) )) (compound_statement "{\n bVar13 = false;\n goto LAB_00094dd5;\n }" { (expression_statement "bVar13 = false;" (assignment_expression "bVar13 = false" identifier = false) ;) (goto_statement "goto LAB_00094dd5;" goto statement_identifier ;) })) (expression_statement "puVar1 = &pEVar6->flags + uVar15;" (assignment_expression "puVar1 = &pEVar6->flags + uVar15" identifier = (binary_expression "&pEVar6->flags + uVar15" (pointer_expression "&pEVar6->flags" & (field_expression "pEVar6->flags" identifier -> field_identifier)) + identifier)) ;) (expression_statement "uVar15 = uVar8;" (assignment_expression "uVar15 = uVar8" identifier = identifier) ;) }) while (parenthesized_expression "(*puVar1 == uVar8)" ( (binary_expression "*puVar1 == uVar8" (pointer_expression "*puVar1" * identifier) == identifier) )) ;) })) (expression_statement "local_70 = sqlite3GetTempRange(pParse,local_74);" (assignment_expression "local_70 = sqlite3GetTempRange(pParse,local_74)" identifier = (call_expression "sqlite3GetTempRange(pParse,local_74)" identifier (argument_list "(pParse,local_74)" ( identifier , identifier )))) ;) (expression_statement "iVar12 = iVar7;" (assignment_expression "iVar12 = iVar7" identifier = identifier) ;) (do_statement "do {\n iVar11 = iVar12 + 1;\n sqlite3VdbeAddOp3(p_00,0x4e,iVar12,\n *(int *)((int)pEVar6 + iVar12 * 4 + iVar7 * -4) + local_70,0);\n iVar12 = iVar11;\n } while (local_74 + iVar7 != iVar11);" do (compound_statement "{\n iVar11 = iVar12 + 1;\n sqlite3VdbeAddOp3(p_00,0x4e,iVar12,\n *(int *)((int)pEVar6 + iVar12 * 4 + iVar7 * -4) + local_70,0);\n iVar12 = iVar11;\n }" { (expression_statement "iVar11 = iVar12 + 1;" (assignment_expression "iVar11 = iVar12 + 1" identifier = (binary_expression "iVar12 + 1" identifier + number_literal)) ;) (expression_statement "sqlite3VdbeAddOp3(p_00,0x4e,iVar12,\n *(int *)((int)pEVar6 + iVar12 * 4 + iVar7 * -4) + local_70,0);" (call_expression "sqlite3VdbeAddOp3(p_00,0x4e,iVar12,\n *(int *)((int)pEVar6 + iVar12 * 4 + iVar7 * -4) + local_70,0)" identifier (argument_list "(p_00,0x4e,iVar12,\n *(int *)((int)pEVar6 + iVar12 * 4 + iVar7 * -4) + local_70,0)" ( identifier , number_literal , identifier , (binary_expression "*(int *)((int)pEVar6 + iVar12 * 4 + iVar7 * -4) + local_70" (pointer_expression "*(int *)((int)pEVar6 + iVar12 * 4 + iVar7 * -4)" * (cast_expression "(int *)((int)pEVar6 + iVar12 * 4 + iVar7 * -4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)pEVar6 + iVar12 * 4 + iVar7 * -4)" ( (binary_expression "(int)pEVar6 + iVar12 * 4 + iVar7 * -4" (binary_expression "(int)pEVar6 + iVar12 * 4" (cast_expression "(int)pEVar6" ( (type_descriptor "int" primitive_type) ) identifier) + (binary_expression "iVar12 * 4" identifier * number_literal)) + (binary_expression "iVar7 * -4" identifier * number_literal)) )))) + identifier) , number_literal ))) ;) (expression_statement "iVar12 = iVar11;" (assignment_expression "iVar12 = iVar11" identifier = identifier) ;) }) while (parenthesized_expression "(local_74 + iVar7 != iVar11)" ( (binary_expression "local_74 + iVar7 != iVar11" (binary_expression "local_74 + iVar7" identifier + identifier) != identifier) )) ;) (expression_statement "bVar13 = iVar7 != local_70 && local_70 != 0;" (assignment_expression "bVar13 = iVar7 != local_70 && local_70 != 0" identifier = (binary_expression "iVar7 != local_70 && local_70 != 0" (binary_expression "iVar7 != local_70" identifier != identifier) && (binary_expression "local_70 != 0" identifier != number_literal))) ;) }))) (labeled_statement "LAB_00094dd5:\n if (iVar5 == 5) {\n pEVar2 = (pExpr_00->x).pList;\n pCVar10 = sqlite3ExprCollSeq(pParse,pExpr_00->pLeft);\n iVar5 = pParse->nLabel + -1;\n pParse->nLabel = iVar5;\n if (p2 == pExpr) {\n local_68 = 0;\n if (0 < pEVar2->nExpr) goto LAB_00095308;\n }\n else {\n if (pParse->nTempReg == '\0') {\n local_68 = pParse->nMem + 1;\n pParse->nMem = local_68;\n }\n else {\n bVar4 = pParse->nTempReg - 1;\n pParse->nTempReg = bVar4;\n local_68 = pParse->aTempReg[bVar4];\n }\n sqlite3VdbeAddOp3(p_00,0x5c,local_70,local_70,local_68);\n if (0 < pEVar2->nExpr) {\nLAB_00095308:\n iVar7 = 0;\n do {\n iVar12 = sqlite3ExprCodeTemp(pParse,pEVar2->a[iVar7].pExpr,&regToFree);\n if ((local_68 != 0) &&\n (iVar11 = sqlite3ExprCanBeNull(pEVar2->a[iVar7].pExpr), iVar11 != 0)) {\n sqlite3VdbeAddOp3(p_00,0x5c,local_68,iVar12,local_68);\n }\n if ((iVar7 < pEVar2->nExpr + -1) || (p2 != pExpr)) {\n iVar12 = sqlite3VdbeAddOp3(p_00,0x35,local_70,iVar5,iVar12);\n sqlite3VdbeChangeP4(p_00,iVar12,(char *)pCVar10,-2);\n if (0 < p_00->nOp) {\n p_00->aOp[p_00->nOp + -1].p5 = (short)(char)*zP4;\n }\n }\n else {\n iVar12 = sqlite3VdbeAddOp3(p_00,0x34,local_70,(int)p2,iVar12);\n sqlite3VdbeChangeP4(p_00,iVar12,(char *)pCVar10,-2);\n if (0 < p_00->nOp) {\n p_00->aOp[p_00->nOp + -1].p5 = (short)(char)(*zP4 | 0x10);\n }\n }\n if (regToFree != 0) {\n sqlite3ReleaseTempReg(pParse,regToFree);\n }\n iVar7 = iVar7 + 1;\n } while (iVar7 < pEVar2->nExpr);\n }\n if (local_68 != 0) {\n sqlite3VdbeAddOp3(p_00,0x32,local_68,(int)pExpr,0);\n sqlite3VdbeAddOp3(p_00,0xb,0,(int)p2,0);\n sqlite3VdbeResolveLabel(p_00,iVar5);\n sqlite3ReleaseTempReg(pParse,local_68);\n goto LAB_00095047;\n }\n }\n sqlite3VdbeResolveLabel(p_00,iVar5);\n }\n else {\n if (p2 == pExpr) {\n local_48 = (Expr *)0x0;\n local_60 = p2;\n }\n else {\n local_60 = (Expr *)(pParse->nLabel + -1);\n pParse->nLabel = (int)local_60;\n local_48 = local_60;\n }\n uVar15 = 0;\n if (0 < (int)local_74) {\n do {\n while( true ) {\n pEVar9 = sqlite3VectorFieldSubexpr(pExpr_00->pLeft,uVar15);\n iVar7 = sqlite3ExprCanBeNull(pEVar9);\n if (iVar7 == 0) break;\n iVar7 = uVar15 + local_70;\n uVar15 = uVar15 + 1;\n sqlite3VdbeAddOp3(p_00,0x32,iVar7,(int)local_60,0);\n if (uVar15 == local_74) goto LAB_00094e68;\n }\n uVar15 = uVar15 + 1;\n } while (uVar15 != local_74);\n }\nLAB_00094e68:\n if (iVar5 == 1) {\n sqlite3VdbeAddOp3(p_00,0x1e,iTab,(int)p2,local_70);\n local_50 = sqlite3VdbeAddOp3(p_00,0xb,0,0,0);\n if ((rRhsHasNull != 0) && (local_74 == 1)) {\nLAB_000951fd:\n sqlite3VdbeAddOp3(p_00,0x33,rRhsHasNull,(int)p2,0);\n }\n if (p2 == pExpr) {\n sqlite3VdbeAddOp3(p_00,0xb,0,(int)p2,0);\n }\n }\n else {\n iVar5 = sqlite3VdbeAddOp3(p_00,0x5b,local_70,local_74,0);\n sqlite3VdbeChangeP4(p_00,iVar5,(char *)zP4,local_74);\n if (p2 == pExpr) {\n sqlite3VdbeAddOp4Int(p_00,0x1c,iTab,(int)p2,local_70,local_74);\n goto LAB_00095047;\n }\n local_50 = sqlite3VdbeAddOp3(p_00,0x1d,iTab,0,local_70);\n if (p_00->db->mallocFailed == '\0') {\n pOVar14 = p_00->aOp;\n pOVar14[local_50].p4type = -3;\n pOVar14[local_50].p4.i = local_74;\n }\n if ((rRhsHasNull != 0) && (local_74 == 1)) goto LAB_000951fd;\n }\n if (local_48 != (Expr *)0x0) {\n sqlite3VdbeResolveLabel(p_00,(int)local_48);\n }\n iVar7 = sqlite3VdbeAddOp3(p_00,0x24,iTab,(int)p2,0);\n iVar5 = 0;\n if ((int)local_74 < 2) {\n local_60 = p2;\n if (local_74 == 1) goto LAB_00094fd4;\nLAB_00095168:\n sqlite3VdbeAddOp3(p_00,0xb,0,(int)pExpr,0);\n }\n else {\n local_60 = (Expr *)(pParse->nLabel + -1);\n pParse->nLabel = (int)local_60;\nLAB_00094fd4:\n do {\n if (pParse->nTempReg == '\0') {\n iVar12 = pParse->nMem + 1;\n pParse->nMem = iVar12;\n }\n else {\n bVar4 = pParse->nTempReg - 1;\n pParse->nTempReg = bVar4;\n iVar12 = pParse->aTempReg[bVar4];\n }\n pEVar9 = sqlite3VectorFieldSubexpr(p,iVar5);\n pCVar10 = sqlite3ExprCollSeq(pParse,pEVar9);\n sqlite3VdbeAddOp3(p_00,0x5a,iTab,iVar5,iVar12);\n iVar11 = sqlite3VdbeAddOp3(p_00,0x34,iVar5 + local_70,(int)local_60,iVar12);\n sqlite3VdbeChangeP4(p_00,iVar11,(char *)pCVar10,-2);\n if (iVar12 != 0) {\n sqlite3ReleaseTempReg(pParse,iVar12);\n }\n iVar5 = iVar5 + 1;\n } while (iVar5 < (int)local_74);\n sqlite3VdbeAddOp3(p_00,0xb,0,(int)pExpr,0);\n if (1 < (int)local_74) {\n sqlite3VdbeResolveLabel(p_00,(int)local_60);\n sqlite3VdbeAddOp3(p_00,5,iTab,iVar7 + 1,0);\n pExpr = p2;\n goto LAB_00095168;\n }\n }\n pOVar14 = (Op *)(unaff_EDI + 0xb78d3);\n iVar5 = p_00->nOp + -1;\n if (-1 < local_50) {\n iVar5 = local_50;\n }\n if (p_00->db->mallocFailed == '\0') {\n pOVar14 = p_00->aOp + iVar5;\n }\n pOVar14->p2 = p_00->nOp;\n }" statement_identifier : (if_statement "if (iVar5 == 5) {\n pEVar2 = (pExpr_00->x).pList;\n pCVar10 = sqlite3ExprCollSeq(pParse,pExpr_00->pLeft);\n iVar5 = pParse->nLabel + -1;\n pParse->nLabel = iVar5;\n if (p2 == pExpr) {\n local_68 = 0;\n if (0 < pEVar2->nExpr) goto LAB_00095308;\n }\n else {\n if (pParse->nTempReg == '\0') {\n local_68 = pParse->nMem + 1;\n pParse->nMem = local_68;\n }\n else {\n bVar4 = pParse->nTempReg - 1;\n pParse->nTempReg = bVar4;\n local_68 = pParse->aTempReg[bVar4];\n }\n sqlite3VdbeAddOp3(p_00,0x5c,local_70,local_70,local_68);\n if (0 < pEVar2->nExpr) {\nLAB_00095308:\n iVar7 = 0;\n do {\n iVar12 = sqlite3ExprCodeTemp(pParse,pEVar2->a[iVar7].pExpr,&regToFree);\n if ((local_68 != 0) &&\n (iVar11 = sqlite3ExprCanBeNull(pEVar2->a[iVar7].pExpr), iVar11 != 0)) {\n sqlite3VdbeAddOp3(p_00,0x5c,local_68,iVar12,local_68);\n }\n if ((iVar7 < pEVar2->nExpr + -1) || (p2 != pExpr)) {\n iVar12 = sqlite3VdbeAddOp3(p_00,0x35,local_70,iVar5,iVar12);\n sqlite3VdbeChangeP4(p_00,iVar12,(char *)pCVar10,-2);\n if (0 < p_00->nOp) {\n p_00->aOp[p_00->nOp + -1].p5 = (short)(char)*zP4;\n }\n }\n else {\n iVar12 = sqlite3VdbeAddOp3(p_00,0x34,local_70,(int)p2,iVar12);\n sqlite3VdbeChangeP4(p_00,iVar12,(char *)pCVar10,-2);\n if (0 < p_00->nOp) {\n p_00->aOp[p_00->nOp + -1].p5 = (short)(char)(*zP4 | 0x10);\n }\n }\n if (regToFree != 0) {\n sqlite3ReleaseTempReg(pParse,regToFree);\n }\n iVar7 = iVar7 + 1;\n } while (iVar7 < pEVar2->nExpr);\n }\n if (local_68 != 0) {\n sqlite3VdbeAddOp3(p_00,0x32,local_68,(int)pExpr,0);\n sqlite3VdbeAddOp3(p_00,0xb,0,(int)p2,0);\n sqlite3VdbeResolveLabel(p_00,iVar5);\n sqlite3ReleaseTempReg(pParse,local_68);\n goto LAB_00095047;\n }\n }\n sqlite3VdbeResolveLabel(p_00,iVar5);\n }\n else {\n if (p2 == pExpr) {\n local_48 = (Expr *)0x0;\n local_60 = p2;\n }\n else {\n local_60 = (Expr *)(pParse->nLabel + -1);\n pParse->nLabel = (int)local_60;\n local_48 = local_60;\n }\n uVar15 = 0;\n if (0 < (int)local_74) {\n do {\n while( true ) {\n pEVar9 = sqlite3VectorFieldSubexpr(pExpr_00->pLeft,uVar15);\n iVar7 = sqlite3ExprCanBeNull(pEVar9);\n if (iVar7 == 0) break;\n iVar7 = uVar15 + local_70;\n uVar15 = uVar15 + 1;\n sqlite3VdbeAddOp3(p_00,0x32,iVar7,(int)local_60,0);\n if (uVar15 == local_74) goto LAB_00094e68;\n }\n uVar15 = uVar15 + 1;\n } while (uVar15 != local_74);\n }\nLAB_00094e68:\n if (iVar5 == 1) {\n sqlite3VdbeAddOp3(p_00,0x1e,iTab,(int)p2,local_70);\n local_50 = sqlite3VdbeAddOp3(p_00,0xb,0,0,0);\n if ((rRhsHasNull != 0) && (local_74 == 1)) {\nLAB_000951fd:\n sqlite3VdbeAddOp3(p_00,0x33,rRhsHasNull,(int)p2,0);\n }\n if (p2 == pExpr) {\n sqlite3VdbeAddOp3(p_00,0xb,0,(int)p2,0);\n }\n }\n else {\n iVar5 = sqlite3VdbeAddOp3(p_00,0x5b,local_70,local_74,0);\n sqlite3VdbeChangeP4(p_00,iVar5,(char *)zP4,local_74);\n if (p2 == pExpr) {\n sqlite3VdbeAddOp4Int(p_00,0x1c,iTab,(int)p2,local_70,local_74);\n goto LAB_00095047;\n }\n local_50 = sqlite3VdbeAddOp3(p_00,0x1d,iTab,0,local_70);\n if (p_00->db->mallocFailed == '\0') {\n pOVar14 = p_00->aOp;\n pOVar14[local_50].p4type = -3;\n pOVar14[local_50].p4.i = local_74;\n }\n if ((rRhsHasNull != 0) && (local_74 == 1)) goto LAB_000951fd;\n }\n if (local_48 != (Expr *)0x0) {\n sqlite3VdbeResolveLabel(p_00,(int)local_48);\n }\n iVar7 = sqlite3VdbeAddOp3(p_00,0x24,iTab,(int)p2,0);\n iVar5 = 0;\n if ((int)local_74 < 2) {\n local_60 = p2;\n if (local_74 == 1) goto LAB_00094fd4;\nLAB_00095168:\n sqlite3VdbeAddOp3(p_00,0xb,0,(int)pExpr,0);\n }\n else {\n local_60 = (Expr *)(pParse->nLabel + -1);\n pParse->nLabel = (int)local_60;\nLAB_00094fd4:\n do {\n if (pParse->nTempReg == '\0') {\n iVar12 = pParse->nMem + 1;\n pParse->nMem = iVar12;\n }\n else {\n bVar4 = pParse->nTempReg - 1;\n pParse->nTempReg = bVar4;\n iVar12 = pParse->aTempReg[bVar4];\n }\n pEVar9 = sqlite3VectorFieldSubexpr(p,iVar5);\n pCVar10 = sqlite3ExprCollSeq(pParse,pEVar9);\n sqlite3VdbeAddOp3(p_00,0x5a,iTab,iVar5,iVar12);\n iVar11 = sqlite3VdbeAddOp3(p_00,0x34,iVar5 + local_70,(int)local_60,iVar12);\n sqlite3VdbeChangeP4(p_00,iVar11,(char *)pCVar10,-2);\n if (iVar12 != 0) {\n sqlite3ReleaseTempReg(pParse,iVar12);\n }\n iVar5 = iVar5 + 1;\n } while (iVar5 < (int)local_74);\n sqlite3VdbeAddOp3(p_00,0xb,0,(int)pExpr,0);\n if (1 < (int)local_74) {\n sqlite3VdbeResolveLabel(p_00,(int)local_60);\n sqlite3VdbeAddOp3(p_00,5,iTab,iVar7 + 1,0);\n pExpr = p2;\n goto LAB_00095168;\n }\n }\n pOVar14 = (Op *)(unaff_EDI + 0xb78d3);\n iVar5 = p_00->nOp + -1;\n if (-1 < local_50) {\n iVar5 = local_50;\n }\n if (p_00->db->mallocFailed == '\0') {\n pOVar14 = p_00->aOp + iVar5;\n }\n pOVar14->p2 = p_00->nOp;\n }" if (parenthesized_expression "(iVar5 == 5)" ( (binary_expression "iVar5 == 5" identifier == number_literal) )) (compound_statement "{\n pEVar2 = (pExpr_00->x).pList;\n pCVar10 = sqlite3ExprCollSeq(pParse,pExpr_00->pLeft);\n iVar5 = pParse->nLabel + -1;\n pParse->nLabel = iVar5;\n if (p2 == pExpr) {\n local_68 = 0;\n if (0 < pEVar2->nExpr) goto LAB_00095308;\n }\n else {\n if (pParse->nTempReg == '\0') {\n local_68 = pParse->nMem + 1;\n pParse->nMem = local_68;\n }\n else {\n bVar4 = pParse->nTempReg - 1;\n pParse->nTempReg = bVar4;\n local_68 = pParse->aTempReg[bVar4];\n }\n sqlite3VdbeAddOp3(p_00,0x5c,local_70,local_70,local_68);\n if (0 < pEVar2->nExpr) {\nLAB_00095308:\n iVar7 = 0;\n do {\n iVar12 = sqlite3ExprCodeTemp(pParse,pEVar2->a[iVar7].pExpr,&regToFree);\n if ((local_68 != 0) &&\n (iVar11 = sqlite3ExprCanBeNull(pEVar2->a[iVar7].pExpr), iVar11 != 0)) {\n sqlite3VdbeAddOp3(p_00,0x5c,local_68,iVar12,local_68);\n }\n if ((iVar7 < pEVar2->nExpr + -1) || (p2 != pExpr)) {\n iVar12 = sqlite3VdbeAddOp3(p_00,0x35,local_70,iVar5,iVar12);\n sqlite3VdbeChangeP4(p_00,iVar12,(char *)pCVar10,-2);\n if (0 < p_00->nOp) {\n p_00->aOp[p_00->nOp + -1].p5 = (short)(char)*zP4;\n }\n }\n else {\n iVar12 = sqlite3VdbeAddOp3(p_00,0x34,local_70,(int)p2,iVar12);\n sqlite3VdbeChangeP4(p_00,iVar12,(char *)pCVar10,-2);\n if (0 < p_00->nOp) {\n p_00->aOp[p_00->nOp + -1].p5 = (short)(char)(*zP4 | 0x10);\n }\n }\n if (regToFree != 0) {\n sqlite3ReleaseTempReg(pParse,regToFree);\n }\n iVar7 = iVar7 + 1;\n } while (iVar7 < pEVar2->nExpr);\n }\n if (local_68 != 0) {\n sqlite3VdbeAddOp3(p_00,0x32,local_68,(int)pExpr,0);\n sqlite3VdbeAddOp3(p_00,0xb,0,(int)p2,0);\n sqlite3VdbeResolveLabel(p_00,iVar5);\n sqlite3ReleaseTempReg(pParse,local_68);\n goto LAB_00095047;\n }\n }\n sqlite3VdbeResolveLabel(p_00,iVar5);\n }" { (expression_statement "pEVar2 = (pExpr_00->x).pList;" (assignment_expression "pEVar2 = (pExpr_00->x).pList" identifier = (field_expression "(pExpr_00->x).pList" (parenthesized_expression "(pExpr_00->x)" ( (field_expression "pExpr_00->x" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "pCVar10 = sqlite3ExprCollSeq(pParse,pExpr_00->pLeft);" (assignment_expression "pCVar10 = sqlite3ExprCollSeq(pParse,pExpr_00->pLeft)" identifier = (call_expression "sqlite3ExprCollSeq(pParse,pExpr_00->pLeft)" identifier (argument_list "(pParse,pExpr_00->pLeft)" ( identifier , (field_expression "pExpr_00->pLeft" identifier -> field_identifier) )))) ;) (expression_statement "iVar5 = pParse->nLabel + -1;" (assignment_expression "iVar5 = pParse->nLabel + -1" identifier = (binary_expression "pParse->nLabel + -1" (field_expression "pParse->nLabel" identifier -> field_identifier) + number_literal)) ;) (expression_statement "pParse->nLabel = iVar5;" (assignment_expression "pParse->nLabel = iVar5" (field_expression "pParse->nLabel" identifier -> field_identifier) = identifier) ;) (if_statement "if (p2 == pExpr) {\n local_68 = 0;\n if (0 < pEVar2->nExpr) goto LAB_00095308;\n }\n else {\n if (pParse->nTempReg == '\0') {\n local_68 = pParse->nMem + 1;\n pParse->nMem = local_68;\n }\n else {\n bVar4 = pParse->nTempReg - 1;\n pParse->nTempReg = bVar4;\n local_68 = pParse->aTempReg[bVar4];\n }\n sqlite3VdbeAddOp3(p_00,0x5c,local_70,local_70,local_68);\n if (0 < pEVar2->nExpr) {\nLAB_00095308:\n iVar7 = 0;\n do {\n iVar12 = sqlite3ExprCodeTemp(pParse,pEVar2->a[iVar7].pExpr,&regToFree);\n if ((local_68 != 0) &&\n (iVar11 = sqlite3ExprCanBeNull(pEVar2->a[iVar7].pExpr), iVar11 != 0)) {\n sqlite3VdbeAddOp3(p_00,0x5c,local_68,iVar12,local_68);\n }\n if ((iVar7 < pEVar2->nExpr + -1) || (p2 != pExpr)) {\n iVar12 = sqlite3VdbeAddOp3(p_00,0x35,local_70,iVar5,iVar12);\n sqlite3VdbeChangeP4(p_00,iVar12,(char *)pCVar10,-2);\n if (0 < p_00->nOp) {\n p_00->aOp[p_00->nOp + -1].p5 = (short)(char)*zP4;\n }\n }\n else {\n iVar12 = sqlite3VdbeAddOp3(p_00,0x34,local_70,(int)p2,iVar12);\n sqlite3VdbeChangeP4(p_00,iVar12,(char *)pCVar10,-2);\n if (0 < p_00->nOp) {\n p_00->aOp[p_00->nOp + -1].p5 = (short)(char)(*zP4 | 0x10);\n }\n }\n if (regToFree != 0) {\n sqlite3ReleaseTempReg(pParse,regToFree);\n }\n iVar7 = iVar7 + 1;\n } while (iVar7 < pEVar2->nExpr);\n }\n if (local_68 != 0) {\n sqlite3VdbeAddOp3(p_00,0x32,local_68,(int)pExpr,0);\n sqlite3VdbeAddOp3(p_00,0xb,0,(int)p2,0);\n sqlite3VdbeResolveLabel(p_00,iVar5);\n sqlite3ReleaseTempReg(pParse,local_68);\n goto LAB_00095047;\n }\n }" if (parenthesized_expression "(p2 == pExpr)" ( (binary_expression "p2 == pExpr" identifier == identifier) )) (compound_statement "{\n local_68 = 0;\n if (0 < pEVar2->nExpr) goto LAB_00095308;\n }" { (expression_statement "local_68 = 0;" (assignment_expression "local_68 = 0" identifier = number_literal) ;) (if_statement "if (0 < pEVar2->nExpr) goto LAB_00095308;" if (parenthesized_expression "(0 < pEVar2->nExpr)" ( (binary_expression "0 < pEVar2->nExpr" number_literal < (field_expression "pEVar2->nExpr" identifier -> field_identifier)) )) (goto_statement "goto LAB_00095308;" goto statement_identifier ;)) }) (else_clause "else {\n if (pParse->nTempReg == '\0') {\n local_68 = pParse->nMem + 1;\n pParse->nMem = local_68;\n }\n else {\n bVar4 = pParse->nTempReg - 1;\n pParse->nTempReg = bVar4;\n local_68 = pParse->aTempReg[bVar4];\n }\n sqlite3VdbeAddOp3(p_00,0x5c,local_70,local_70,local_68);\n if (0 < pEVar2->nExpr) {\nLAB_00095308:\n iVar7 = 0;\n do {\n iVar12 = sqlite3ExprCodeTemp(pParse,pEVar2->a[iVar7].pExpr,&regToFree);\n if ((local_68 != 0) &&\n (iVar11 = sqlite3ExprCanBeNull(pEVar2->a[iVar7].pExpr), iVar11 != 0)) {\n sqlite3VdbeAddOp3(p_00,0x5c,local_68,iVar12,local_68);\n }\n if ((iVar7 < pEVar2->nExpr + -1) || (p2 != pExpr)) {\n iVar12 = sqlite3VdbeAddOp3(p_00,0x35,local_70,iVar5,iVar12);\n sqlite3VdbeChangeP4(p_00,iVar12,(char *)pCVar10,-2);\n if (0 < p_00->nOp) {\n p_00->aOp[p_00->nOp + -1].p5 = (short)(char)*zP4;\n }\n }\n else {\n iVar12 = sqlite3VdbeAddOp3(p_00,0x34,local_70,(int)p2,iVar12);\n sqlite3VdbeChangeP4(p_00,iVar12,(char *)pCVar10,-2);\n if (0 < p_00->nOp) {\n p_00->aOp[p_00->nOp + -1].p5 = (short)(char)(*zP4 | 0x10);\n }\n }\n if (regToFree != 0) {\n sqlite3ReleaseTempReg(pParse,regToFree);\n }\n iVar7 = iVar7 + 1;\n } while (iVar7 < pEVar2->nExpr);\n }\n if (local_68 != 0) {\n sqlite3VdbeAddOp3(p_00,0x32,local_68,(int)pExpr,0);\n sqlite3VdbeAddOp3(p_00,0xb,0,(int)p2,0);\n sqlite3VdbeResolveLabel(p_00,iVar5);\n sqlite3ReleaseTempReg(pParse,local_68);\n goto LAB_00095047;\n }\n }" else (compound_statement "{\n if (pParse->nTempReg == '\0') {\n local_68 = pParse->nMem + 1;\n pParse->nMem = local_68;\n }\n else {\n bVar4 = pParse->nTempReg - 1;\n pParse->nTempReg = bVar4;\n local_68 = pParse->aTempReg[bVar4];\n }\n sqlite3VdbeAddOp3(p_00,0x5c,local_70,local_70,local_68);\n if (0 < pEVar2->nExpr) {\nLAB_00095308:\n iVar7 = 0;\n do {\n iVar12 = sqlite3ExprCodeTemp(pParse,pEVar2->a[iVar7].pExpr,&regToFree);\n if ((local_68 != 0) &&\n (iVar11 = sqlite3ExprCanBeNull(pEVar2->a[iVar7].pExpr), iVar11 != 0)) {\n sqlite3VdbeAddOp3(p_00,0x5c,local_68,iVar12,local_68);\n }\n if ((iVar7 < pEVar2->nExpr + -1) || (p2 != pExpr)) {\n iVar12 = sqlite3VdbeAddOp3(p_00,0x35,local_70,iVar5,iVar12);\n sqlite3VdbeChangeP4(p_00,iVar12,(char *)pCVar10,-2);\n if (0 < p_00->nOp) {\n p_00->aOp[p_00->nOp + -1].p5 = (short)(char)*zP4;\n }\n }\n else {\n iVar12 = sqlite3VdbeAddOp3(p_00,0x34,local_70,(int)p2,iVar12);\n sqlite3VdbeChangeP4(p_00,iVar12,(char *)pCVar10,-2);\n if (0 < p_00->nOp) {\n p_00->aOp[p_00->nOp + -1].p5 = (short)(char)(*zP4 | 0x10);\n }\n }\n if (regToFree != 0) {\n sqlite3ReleaseTempReg(pParse,regToFree);\n }\n iVar7 = iVar7 + 1;\n } while (iVar7 < pEVar2->nExpr);\n }\n if (local_68 != 0) {\n sqlite3VdbeAddOp3(p_00,0x32,local_68,(int)pExpr,0);\n sqlite3VdbeAddOp3(p_00,0xb,0,(int)p2,0);\n sqlite3VdbeResolveLabel(p_00,iVar5);\n sqlite3ReleaseTempReg(pParse,local_68);\n goto LAB_00095047;\n }\n }" { (if_statement "if (pParse->nTempReg == '\0') {\n local_68 = pParse->nMem + 1;\n pParse->nMem = local_68;\n }\n else {\n bVar4 = pParse->nTempReg - 1;\n pParse->nTempReg = bVar4;\n local_68 = pParse->aTempReg[bVar4];\n }" if (parenthesized_expression "(pParse->nTempReg == '\0')" ( (binary_expression "pParse->nTempReg == '\0'" (field_expression "pParse->nTempReg" identifier -> field_identifier) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n local_68 = pParse->nMem + 1;\n pParse->nMem = local_68;\n }" { (expression_statement "local_68 = pParse->nMem + 1;" (assignment_expression "local_68 = pParse->nMem + 1" identifier = (binary_expression "pParse->nMem + 1" (field_expression "pParse->nMem" identifier -> field_identifier) + number_literal)) ;) (expression_statement "pParse->nMem = local_68;" (assignment_expression "pParse->nMem = local_68" (field_expression "pParse->nMem" identifier -> field_identifier) = identifier) ;) }) (else_clause "else {\n bVar4 = pParse->nTempReg - 1;\n pParse->nTempReg = bVar4;\n local_68 = pParse->aTempReg[bVar4];\n }" else (compound_statement "{\n bVar4 = pParse->nTempReg - 1;\n pParse->nTempReg = bVar4;\n local_68 = pParse->aTempReg[bVar4];\n }" { (expression_statement "bVar4 = pParse->nTempReg - 1;" (assignment_expression "bVar4 = pParse->nTempReg - 1" identifier = (binary_expression "pParse->nTempReg - 1" (field_expression "pParse->nTempReg" identifier -> field_identifier) - number_literal)) ;) (expression_statement "pParse->nTempReg = bVar4;" (assignment_expression "pParse->nTempReg = bVar4" (field_expression "pParse->nTempReg" identifier -> field_identifier) = identifier) ;) (expression_statement "local_68 = pParse->aTempReg[bVar4];" (assignment_expression "local_68 = pParse->aTempReg[bVar4]" identifier = (subscript_expression "pParse->aTempReg[bVar4]" (field_expression "pParse->aTempReg" identifier -> field_identifier) [ identifier ])) ;) }))) (expression_statement "sqlite3VdbeAddOp3(p_00,0x5c,local_70,local_70,local_68);" (call_expression "sqlite3VdbeAddOp3(p_00,0x5c,local_70,local_70,local_68)" identifier (argument_list "(p_00,0x5c,local_70,local_70,local_68)" ( identifier , number_literal , identifier , identifier , identifier ))) ;) (if_statement "if (0 < pEVar2->nExpr) {\nLAB_00095308:\n iVar7 = 0;\n do {\n iVar12 = sqlite3ExprCodeTemp(pParse,pEVar2->a[iVar7].pExpr,&regToFree);\n if ((local_68 != 0) &&\n (iVar11 = sqlite3ExprCanBeNull(pEVar2->a[iVar7].pExpr), iVar11 != 0)) {\n sqlite3VdbeAddOp3(p_00,0x5c,local_68,iVar12,local_68);\n }\n if ((iVar7 < pEVar2->nExpr + -1) || (p2 != pExpr)) {\n iVar12 = sqlite3VdbeAddOp3(p_00,0x35,local_70,iVar5,iVar12);\n sqlite3VdbeChangeP4(p_00,iVar12,(char *)pCVar10,-2);\n if (0 < p_00->nOp) {\n p_00->aOp[p_00->nOp + -1].p5 = (short)(char)*zP4;\n }\n }\n else {\n iVar12 = sqlite3VdbeAddOp3(p_00,0x34,local_70,(int)p2,iVar12);\n sqlite3VdbeChangeP4(p_00,iVar12,(char *)pCVar10,-2);\n if (0 < p_00->nOp) {\n p_00->aOp[p_00->nOp + -1].p5 = (short)(char)(*zP4 | 0x10);\n }\n }\n if (regToFree != 0) {\n sqlite3ReleaseTempReg(pParse,regToFree);\n }\n iVar7 = iVar7 + 1;\n } while (iVar7 < pEVar2->nExpr);\n }" if (parenthesized_expression "(0 < pEVar2->nExpr)" ( (binary_expression "0 < pEVar2->nExpr" number_literal < (field_expression "pEVar2->nExpr" identifier -> field_identifier)) )) (compound_statement "{\nLAB_00095308:\n iVar7 = 0;\n do {\n iVar12 = sqlite3ExprCodeTemp(pParse,pEVar2->a[iVar7].pExpr,&regToFree);\n if ((local_68 != 0) &&\n (iVar11 = sqlite3ExprCanBeNull(pEVar2->a[iVar7].pExpr), iVar11 != 0)) {\n sqlite3VdbeAddOp3(p_00,0x5c,local_68,iVar12,local_68);\n }\n if ((iVar7 < pEVar2->nExpr + -1) || (p2 != pExpr)) {\n iVar12 = sqlite3VdbeAddOp3(p_00,0x35,local_70,iVar5,iVar12);\n sqlite3VdbeChangeP4(p_00,iVar12,(char *)pCVar10,-2);\n if (0 < p_00->nOp) {\n p_00->aOp[p_00->nOp + -1].p5 = (short)(char)*zP4;\n }\n }\n else {\n iVar12 = sqlite3VdbeAddOp3(p_00,0x34,local_70,(int)p2,iVar12);\n sqlite3VdbeChangeP4(p_00,iVar12,(char *)pCVar10,-2);\n if (0 < p_00->nOp) {\n p_00->aOp[p_00->nOp + -1].p5 = (short)(char)(*zP4 | 0x10);\n }\n }\n if (regToFree != 0) {\n sqlite3ReleaseTempReg(pParse,regToFree);\n }\n iVar7 = iVar7 + 1;\n } while (iVar7 < pEVar2->nExpr);\n }" { (labeled_statement "LAB_00095308:\n iVar7 = 0;" statement_identifier : (expression_statement "iVar7 = 0;" (assignment_expression "iVar7 = 0" identifier = number_literal) ;)) (do_statement "do {\n iVar12 = sqlite3ExprCodeTemp(pParse,pEVar2->a[iVar7].pExpr,&regToFree);\n if ((local_68 != 0) &&\n (iVar11 = sqlite3ExprCanBeNull(pEVar2->a[iVar7].pExpr), iVar11 != 0)) {\n sqlite3VdbeAddOp3(p_00,0x5c,local_68,iVar12,local_68);\n }\n if ((iVar7 < pEVar2->nExpr + -1) || (p2 != pExpr)) {\n iVar12 = sqlite3VdbeAddOp3(p_00,0x35,local_70,iVar5,iVar12);\n sqlite3VdbeChangeP4(p_00,iVar12,(char *)pCVar10,-2);\n if (0 < p_00->nOp) {\n p_00->aOp[p_00->nOp + -1].p5 = (short)(char)*zP4;\n }\n }\n else {\n iVar12 = sqlite3VdbeAddOp3(p_00,0x34,local_70,(int)p2,iVar12);\n sqlite3VdbeChangeP4(p_00,iVar12,(char *)pCVar10,-2);\n if (0 < p_00->nOp) {\n p_00->aOp[p_00->nOp + -1].p5 = (short)(char)(*zP4 | 0x10);\n }\n }\n if (regToFree != 0) {\n sqlite3ReleaseTempReg(pParse,regToFree);\n }\n iVar7 = iVar7 + 1;\n } while (iVar7 < pEVar2->nExpr);" do (compound_statement "{\n iVar12 = sqlite3ExprCodeTemp(pParse,pEVar2->a[iVar7].pExpr,&regToFree);\n if ((local_68 != 0) &&\n (iVar11 = sqlite3ExprCanBeNull(pEVar2->a[iVar7].pExpr), iVar11 != 0)) {\n sqlite3VdbeAddOp3(p_00,0x5c,local_68,iVar12,local_68);\n }\n if ((iVar7 < pEVar2->nExpr + -1) || (p2 != pExpr)) {\n iVar12 = sqlite3VdbeAddOp3(p_00,0x35,local_70,iVar5,iVar12);\n sqlite3VdbeChangeP4(p_00,iVar12,(char *)pCVar10,-2);\n if (0 < p_00->nOp) {\n p_00->aOp[p_00->nOp + -1].p5 = (short)(char)*zP4;\n }\n }\n else {\n iVar12 = sqlite3VdbeAddOp3(p_00,0x34,local_70,(int)p2,iVar12);\n sqlite3VdbeChangeP4(p_00,iVar12,(char *)pCVar10,-2);\n if (0 < p_00->nOp) {\n p_00->aOp[p_00->nOp + -1].p5 = (short)(char)(*zP4 | 0x10);\n }\n }\n if (regToFree != 0) {\n sqlite3ReleaseTempReg(pParse,regToFree);\n }\n iVar7 = iVar7 + 1;\n }" { (expression_statement "iVar12 = sqlite3ExprCodeTemp(pParse,pEVar2->a[iVar7].pExpr,&regToFree);" (assignment_expression "iVar12 = sqlite3ExprCodeTemp(pParse,pEVar2->a[iVar7].pExpr,&regToFree)" identifier = (call_expression "sqlite3ExprCodeTemp(pParse,pEVar2->a[iVar7].pExpr,&regToFree)" identifier (argument_list "(pParse,pEVar2->a[iVar7].pExpr,&regToFree)" ( identifier , (field_expression "pEVar2->a[iVar7].pExpr" (subscript_expression "pEVar2->a[iVar7]" (field_expression "pEVar2->a" identifier -> field_identifier) [ identifier ]) . field_identifier) , (pointer_expression "&regToFree" & identifier) )))) ;) (if_statement "if ((local_68 != 0) &&\n (iVar11 = sqlite3ExprCanBeNull(pEVar2->a[iVar7].pExpr), iVar11 != 0)) {\n sqlite3VdbeAddOp3(p_00,0x5c,local_68,iVar12,local_68);\n }" if (parenthesized_expression "((local_68 != 0) &&\n (iVar11 = sqlite3ExprCanBeNull(pEVar2->a[iVar7].pExpr), iVar11 != 0))" ( (binary_expression "(local_68 != 0) &&\n (iVar11 = sqlite3ExprCanBeNull(pEVar2->a[iVar7].pExpr), iVar11 != 0)" (parenthesized_expression "(local_68 != 0)" ( (binary_expression "local_68 != 0" identifier != number_literal) )) && (parenthesized_expression "(iVar11 = sqlite3ExprCanBeNull(pEVar2->a[iVar7].pExpr), iVar11 != 0)" ( (comma_expression "iVar11 = sqlite3ExprCanBeNull(pEVar2->a[iVar7].pExpr), iVar11 != 0" (assignment_expression "iVar11 = sqlite3ExprCanBeNull(pEVar2->a[iVar7].pExpr)" identifier = (call_expression "sqlite3ExprCanBeNull(pEVar2->a[iVar7].pExpr)" identifier (argument_list "(pEVar2->a[iVar7].pExpr)" ( (field_expression "pEVar2->a[iVar7].pExpr" (subscript_expression "pEVar2->a[iVar7]" (field_expression "pEVar2->a" identifier -> field_identifier) [ identifier ]) . field_identifier) )))) , (binary_expression "iVar11 != 0" identifier != number_literal)) ))) )) (compound_statement "{\n sqlite3VdbeAddOp3(p_00,0x5c,local_68,iVar12,local_68);\n }" { (expression_statement "sqlite3VdbeAddOp3(p_00,0x5c,local_68,iVar12,local_68);" (call_expression "sqlite3VdbeAddOp3(p_00,0x5c,local_68,iVar12,local_68)" identifier (argument_list "(p_00,0x5c,local_68,iVar12,local_68)" ( identifier , number_literal , identifier , identifier , identifier ))) ;) })) (if_statement "if ((iVar7 < pEVar2->nExpr + -1) || (p2 != pExpr)) {\n iVar12 = sqlite3VdbeAddOp3(p_00,0x35,local_70,iVar5,iVar12);\n sqlite3VdbeChangeP4(p_00,iVar12,(char *)pCVar10,-2);\n if (0 < p_00->nOp) {\n p_00->aOp[p_00->nOp + -1].p5 = (short)(char)*zP4;\n }\n }\n else {\n iVar12 = sqlite3VdbeAddOp3(p_00,0x34,local_70,(int)p2,iVar12);\n sqlite3VdbeChangeP4(p_00,iVar12,(char *)pCVar10,-2);\n if (0 < p_00->nOp) {\n p_00->aOp[p_00->nOp + -1].p5 = (short)(char)(*zP4 | 0x10);\n }\n }" if (parenthesized_expression "((iVar7 < pEVar2->nExpr + -1) || (p2 != pExpr))" ( (binary_expression "(iVar7 < pEVar2->nExpr + -1) || (p2 != pExpr)" (parenthesized_expression "(iVar7 < pEVar2->nExpr + -1)" ( (binary_expression "iVar7 < pEVar2->nExpr + -1" identifier < (binary_expression "pEVar2->nExpr + -1" (field_expression "pEVar2->nExpr" identifier -> field_identifier) + number_literal)) )) || (parenthesized_expression "(p2 != pExpr)" ( (binary_expression "p2 != pExpr" identifier != identifier) ))) )) (compound_statement "{\n iVar12 = sqlite3VdbeAddOp3(p_00,0x35,local_70,iVar5,iVar12);\n sqlite3VdbeChangeP4(p_00,iVar12,(char *)pCVar10,-2);\n if (0 < p_00->nOp) {\n p_00->aOp[p_00->nOp + -1].p5 = (short)(char)*zP4;\n }\n }" { (expression_statement "iVar12 = sqlite3VdbeAddOp3(p_00,0x35,local_70,iVar5,iVar12);" (assignment_expression "iVar12 = sqlite3VdbeAddOp3(p_00,0x35,local_70,iVar5,iVar12)" identifier = (call_expression "sqlite3VdbeAddOp3(p_00,0x35,local_70,iVar5,iVar12)" identifier (argument_list "(p_00,0x35,local_70,iVar5,iVar12)" ( identifier , number_literal , identifier , identifier , identifier )))) ;) (expression_statement "sqlite3VdbeChangeP4(p_00,iVar12,(char *)pCVar10,-2);" (call_expression "sqlite3VdbeChangeP4(p_00,iVar12,(char *)pCVar10,-2)" identifier (argument_list "(p_00,iVar12,(char *)pCVar10,-2)" ( identifier , identifier , (cast_expression "(char *)pCVar10" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) , number_literal ))) ;) (if_statement "if (0 < p_00->nOp) {\n p_00->aOp[p_00->nOp + -1].p5 = (short)(char)*zP4;\n }" if (parenthesized_expression "(0 < p_00->nOp)" ( (binary_expression "0 < p_00->nOp" number_literal < (field_expression "p_00->nOp" identifier -> field_identifier)) )) (compound_statement "{\n p_00->aOp[p_00->nOp + -1].p5 = (short)(char)*zP4;\n }" { (expression_statement "p_00->aOp[p_00->nOp + -1].p5 = (short)(char)*zP4;" (assignment_expression "p_00->aOp[p_00->nOp + -1].p5 = (short)(char)*zP4" (field_expression "p_00->aOp[p_00->nOp + -1].p5" (subscript_expression "p_00->aOp[p_00->nOp + -1]" (field_expression "p_00->aOp" identifier -> field_identifier) [ (binary_expression "p_00->nOp + -1" (field_expression "p_00->nOp" identifier -> field_identifier) + number_literal) ]) . field_identifier) = (cast_expression "(short)(char)*zP4" ( (type_descriptor "short" (sized_type_specifier "short" short)) ) (cast_expression "(char)*zP4" ( (type_descriptor "char" primitive_type) ) (pointer_expression "*zP4" * identifier)))) ;) })) }) (else_clause "else {\n iVar12 = sqlite3VdbeAddOp3(p_00,0x34,local_70,(int)p2,iVar12);\n sqlite3VdbeChangeP4(p_00,iVar12,(char *)pCVar10,-2);\n if (0 < p_00->nOp) {\n p_00->aOp[p_00->nOp + -1].p5 = (short)(char)(*zP4 | 0x10);\n }\n }" else (compound_statement "{\n iVar12 = sqlite3VdbeAddOp3(p_00,0x34,local_70,(int)p2,iVar12);\n sqlite3VdbeChangeP4(p_00,iVar12,(char *)pCVar10,-2);\n if (0 < p_00->nOp) {\n p_00->aOp[p_00->nOp + -1].p5 = (short)(char)(*zP4 | 0x10);\n }\n }" { (expression_statement "iVar12 = sqlite3VdbeAddOp3(p_00,0x34,local_70,(int)p2,iVar12);" (assignment_expression "iVar12 = sqlite3VdbeAddOp3(p_00,0x34,local_70,(int)p2,iVar12)" identifier = (call_expression "sqlite3VdbeAddOp3(p_00,0x34,local_70,(int)p2,iVar12)" identifier (argument_list "(p_00,0x34,local_70,(int)p2,iVar12)" ( identifier , number_literal , identifier , (cast_expression "(int)p2" ( (type_descriptor "int" primitive_type) ) identifier) , identifier )))) ;) (expression_statement "sqlite3VdbeChangeP4(p_00,iVar12,(char *)pCVar10,-2);" (call_expression "sqlite3VdbeChangeP4(p_00,iVar12,(char *)pCVar10,-2)" identifier (argument_list "(p_00,iVar12,(char *)pCVar10,-2)" ( identifier , identifier , (cast_expression "(char *)pCVar10" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) , number_literal ))) ;) (if_statement "if (0 < p_00->nOp) {\n p_00->aOp[p_00->nOp + -1].p5 = (short)(char)(*zP4 | 0x10);\n }" if (parenthesized_expression "(0 < p_00->nOp)" ( (binary_expression "0 < p_00->nOp" number_literal < (field_expression "p_00->nOp" identifier -> field_identifier)) )) (compound_statement "{\n p_00->aOp[p_00->nOp + -1].p5 = (short)(char)(*zP4 | 0x10);\n }" { (expression_statement "p_00->aOp[p_00->nOp + -1].p5 = (short)(char)(*zP4 | 0x10);" (assignment_expression "p_00->aOp[p_00->nOp + -1].p5 = (short)(char)(*zP4 | 0x10)" (field_expression "p_00->aOp[p_00->nOp + -1].p5" (subscript_expression "p_00->aOp[p_00->nOp + -1]" (field_expression "p_00->aOp" identifier -> field_identifier) [ (binary_expression "p_00->nOp + -1" (field_expression "p_00->nOp" identifier -> field_identifier) + number_literal) ]) . field_identifier) = (cast_expression "(short)(char)(*zP4 | 0x10)" ( (type_descriptor "short" (sized_type_specifier "short" short)) ) (cast_expression "(char)(*zP4 | 0x10)" ( (type_descriptor "char" primitive_type) ) (parenthesized_expression "(*zP4 | 0x10)" ( (binary_expression "*zP4 | 0x10" (pointer_expression "*zP4" * identifier) | number_literal) ))))) ;) })) }))) (if_statement "if (regToFree != 0) {\n sqlite3ReleaseTempReg(pParse,regToFree);\n }" if (parenthesized_expression "(regToFree != 0)" ( (binary_expression "regToFree != 0" identifier != number_literal) )) (compound_statement "{\n sqlite3ReleaseTempReg(pParse,regToFree);\n }" { (expression_statement "sqlite3ReleaseTempReg(pParse,regToFree);" (call_expression "sqlite3ReleaseTempReg(pParse,regToFree)" identifier (argument_list "(pParse,regToFree)" ( identifier , identifier ))) ;) })) (expression_statement "iVar7 = iVar7 + 1;" (assignment_expression "iVar7 = iVar7 + 1" identifier = (binary_expression "iVar7 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(iVar7 < pEVar2->nExpr)" ( (binary_expression "iVar7 < pEVar2->nExpr" identifier < (field_expression "pEVar2->nExpr" identifier -> field_identifier)) )) ;) })) (if_statement "if (local_68 != 0) {\n sqlite3VdbeAddOp3(p_00,0x32,local_68,(int)pExpr,0);\n sqlite3VdbeAddOp3(p_00,0xb,0,(int)p2,0);\n sqlite3VdbeResolveLabel(p_00,iVar5);\n sqlite3ReleaseTempReg(pParse,local_68);\n goto LAB_00095047;\n }" if (parenthesized_expression "(local_68 != 0)" ( (binary_expression "local_68 != 0" identifier != number_literal) )) (compound_statement "{\n sqlite3VdbeAddOp3(p_00,0x32,local_68,(int)pExpr,0);\n sqlite3VdbeAddOp3(p_00,0xb,0,(int)p2,0);\n sqlite3VdbeResolveLabel(p_00,iVar5);\n sqlite3ReleaseTempReg(pParse,local_68);\n goto LAB_00095047;\n }" { (expression_statement "sqlite3VdbeAddOp3(p_00,0x32,local_68,(int)pExpr,0);" (call_expression "sqlite3VdbeAddOp3(p_00,0x32,local_68,(int)pExpr,0)" identifier (argument_list "(p_00,0x32,local_68,(int)pExpr,0)" ( identifier , number_literal , identifier , (cast_expression "(int)pExpr" ( (type_descriptor "int" primitive_type) ) identifier) , number_literal ))) ;) (expression_statement "sqlite3VdbeAddOp3(p_00,0xb,0,(int)p2,0);" (call_expression "sqlite3VdbeAddOp3(p_00,0xb,0,(int)p2,0)" identifier (argument_list "(p_00,0xb,0,(int)p2,0)" ( identifier , number_literal , number_literal , (cast_expression "(int)p2" ( (type_descriptor "int" primitive_type) ) identifier) , number_literal ))) ;) (expression_statement "sqlite3VdbeResolveLabel(p_00,iVar5);" (call_expression "sqlite3VdbeResolveLabel(p_00,iVar5)" identifier (argument_list "(p_00,iVar5)" ( identifier , identifier ))) ;) (expression_statement "sqlite3ReleaseTempReg(pParse,local_68);" (call_expression "sqlite3ReleaseTempReg(pParse,local_68)" identifier (argument_list "(pParse,local_68)" ( identifier , identifier ))) ;) (goto_statement "goto LAB_00095047;" goto statement_identifier ;) })) }))) (expression_statement "sqlite3VdbeResolveLabel(p_00,iVar5);" (call_expression "sqlite3VdbeResolveLabel(p_00,iVar5)" identifier (argument_list "(p_00,iVar5)" ( identifier , identifier ))) ;) }) (else_clause "else {\n if (p2 == pExpr) {\n local_48 = (Expr *)0x0;\n local_60 = p2;\n }\n else {\n local_60 = (Expr *)(pParse->nLabel + -1);\n pParse->nLabel = (int)local_60;\n local_48 = local_60;\n }\n uVar15 = 0;\n if (0 < (int)local_74) {\n do {\n while( true ) {\n pEVar9 = sqlite3VectorFieldSubexpr(pExpr_00->pLeft,uVar15);\n iVar7 = sqlite3ExprCanBeNull(pEVar9);\n if (iVar7 == 0) break;\n iVar7 = uVar15 + local_70;\n uVar15 = uVar15 + 1;\n sqlite3VdbeAddOp3(p_00,0x32,iVar7,(int)local_60,0);\n if (uVar15 == local_74) goto LAB_00094e68;\n }\n uVar15 = uVar15 + 1;\n } while (uVar15 != local_74);\n }\nLAB_00094e68:\n if (iVar5 == 1) {\n sqlite3VdbeAddOp3(p_00,0x1e,iTab,(int)p2,local_70);\n local_50 = sqlite3VdbeAddOp3(p_00,0xb,0,0,0);\n if ((rRhsHasNull != 0) && (local_74 == 1)) {\nLAB_000951fd:\n sqlite3VdbeAddOp3(p_00,0x33,rRhsHasNull,(int)p2,0);\n }\n if (p2 == pExpr) {\n sqlite3VdbeAddOp3(p_00,0xb,0,(int)p2,0);\n }\n }\n else {\n iVar5 = sqlite3VdbeAddOp3(p_00,0x5b,local_70,local_74,0);\n sqlite3VdbeChangeP4(p_00,iVar5,(char *)zP4,local_74);\n if (p2 == pExpr) {\n sqlite3VdbeAddOp4Int(p_00,0x1c,iTab,(int)p2,local_70,local_74);\n goto LAB_00095047;\n }\n local_50 = sqlite3VdbeAddOp3(p_00,0x1d,iTab,0,local_70);\n if (p_00->db->mallocFailed == '\0') {\n pOVar14 = p_00->aOp;\n pOVar14[local_50].p4type = -3;\n pOVar14[local_50].p4.i = local_74;\n }\n if ((rRhsHasNull != 0) && (local_74 == 1)) goto LAB_000951fd;\n }\n if (local_48 != (Expr *)0x0) {\n sqlite3VdbeResolveLabel(p_00,(int)local_48);\n }\n iVar7 = sqlite3VdbeAddOp3(p_00,0x24,iTab,(int)p2,0);\n iVar5 = 0;\n if ((int)local_74 < 2) {\n local_60 = p2;\n if (local_74 == 1) goto LAB_00094fd4;\nLAB_00095168:\n sqlite3VdbeAddOp3(p_00,0xb,0,(int)pExpr,0);\n }\n else {\n local_60 = (Expr *)(pParse->nLabel + -1);\n pParse->nLabel = (int)local_60;\nLAB_00094fd4:\n do {\n if (pParse->nTempReg == '\0') {\n iVar12 = pParse->nMem + 1;\n pParse->nMem = iVar12;\n }\n else {\n bVar4 = pParse->nTempReg - 1;\n pParse->nTempReg = bVar4;\n iVar12 = pParse->aTempReg[bVar4];\n }\n pEVar9 = sqlite3VectorFieldSubexpr(p,iVar5);\n pCVar10 = sqlite3ExprCollSeq(pParse,pEVar9);\n sqlite3VdbeAddOp3(p_00,0x5a,iTab,iVar5,iVar12);\n iVar11 = sqlite3VdbeAddOp3(p_00,0x34,iVar5 + local_70,(int)local_60,iVar12);\n sqlite3VdbeChangeP4(p_00,iVar11,(char *)pCVar10,-2);\n if (iVar12 != 0) {\n sqlite3ReleaseTempReg(pParse,iVar12);\n }\n iVar5 = iVar5 + 1;\n } while (iVar5 < (int)local_74);\n sqlite3VdbeAddOp3(p_00,0xb,0,(int)pExpr,0);\n if (1 < (int)local_74) {\n sqlite3VdbeResolveLabel(p_00,(int)local_60);\n sqlite3VdbeAddOp3(p_00,5,iTab,iVar7 + 1,0);\n pExpr = p2;\n goto LAB_00095168;\n }\n }\n pOVar14 = (Op *)(unaff_EDI + 0xb78d3);\n iVar5 = p_00->nOp + -1;\n if (-1 < local_50) {\n iVar5 = local_50;\n }\n if (p_00->db->mallocFailed == '\0') {\n pOVar14 = p_00->aOp + iVar5;\n }\n pOVar14->p2 = p_00->nOp;\n }" else (compound_statement "{\n if (p2 == pExpr) {\n local_48 = (Expr *)0x0;\n local_60 = p2;\n }\n else {\n local_60 = (Expr *)(pParse->nLabel + -1);\n pParse->nLabel = (int)local_60;\n local_48 = local_60;\n }\n uVar15 = 0;\n if (0 < (int)local_74) {\n do {\n while( true ) {\n pEVar9 = sqlite3VectorFieldSubexpr(pExpr_00->pLeft,uVar15);\n iVar7 = sqlite3ExprCanBeNull(pEVar9);\n if (iVar7 == 0) break;\n iVar7 = uVar15 + local_70;\n uVar15 = uVar15 + 1;\n sqlite3VdbeAddOp3(p_00,0x32,iVar7,(int)local_60,0);\n if (uVar15 == local_74) goto LAB_00094e68;\n }\n uVar15 = uVar15 + 1;\n } while (uVar15 != local_74);\n }\nLAB_00094e68:\n if (iVar5 == 1) {\n sqlite3VdbeAddOp3(p_00,0x1e,iTab,(int)p2,local_70);\n local_50 = sqlite3VdbeAddOp3(p_00,0xb,0,0,0);\n if ((rRhsHasNull != 0) && (local_74 == 1)) {\nLAB_000951fd:\n sqlite3VdbeAddOp3(p_00,0x33,rRhsHasNull,(int)p2,0);\n }\n if (p2 == pExpr) {\n sqlite3VdbeAddOp3(p_00,0xb,0,(int)p2,0);\n }\n }\n else {\n iVar5 = sqlite3VdbeAddOp3(p_00,0x5b,local_70,local_74,0);\n sqlite3VdbeChangeP4(p_00,iVar5,(char *)zP4,local_74);\n if (p2 == pExpr) {\n sqlite3VdbeAddOp4Int(p_00,0x1c,iTab,(int)p2,local_70,local_74);\n goto LAB_00095047;\n }\n local_50 = sqlite3VdbeAddOp3(p_00,0x1d,iTab,0,local_70);\n if (p_00->db->mallocFailed == '\0') {\n pOVar14 = p_00->aOp;\n pOVar14[local_50].p4type = -3;\n pOVar14[local_50].p4.i = local_74;\n }\n if ((rRhsHasNull != 0) && (local_74 == 1)) goto LAB_000951fd;\n }\n if (local_48 != (Expr *)0x0) {\n sqlite3VdbeResolveLabel(p_00,(int)local_48);\n }\n iVar7 = sqlite3VdbeAddOp3(p_00,0x24,iTab,(int)p2,0);\n iVar5 = 0;\n if ((int)local_74 < 2) {\n local_60 = p2;\n if (local_74 == 1) goto LAB_00094fd4;\nLAB_00095168:\n sqlite3VdbeAddOp3(p_00,0xb,0,(int)pExpr,0);\n }\n else {\n local_60 = (Expr *)(pParse->nLabel + -1);\n pParse->nLabel = (int)local_60;\nLAB_00094fd4:\n do {\n if (pParse->nTempReg == '\0') {\n iVar12 = pParse->nMem + 1;\n pParse->nMem = iVar12;\n }\n else {\n bVar4 = pParse->nTempReg - 1;\n pParse->nTempReg = bVar4;\n iVar12 = pParse->aTempReg[bVar4];\n }\n pEVar9 = sqlite3VectorFieldSubexpr(p,iVar5);\n pCVar10 = sqlite3ExprCollSeq(pParse,pEVar9);\n sqlite3VdbeAddOp3(p_00,0x5a,iTab,iVar5,iVar12);\n iVar11 = sqlite3VdbeAddOp3(p_00,0x34,iVar5 + local_70,(int)local_60,iVar12);\n sqlite3VdbeChangeP4(p_00,iVar11,(char *)pCVar10,-2);\n if (iVar12 != 0) {\n sqlite3ReleaseTempReg(pParse,iVar12);\n }\n iVar5 = iVar5 + 1;\n } while (iVar5 < (int)local_74);\n sqlite3VdbeAddOp3(p_00,0xb,0,(int)pExpr,0);\n if (1 < (int)local_74) {\n sqlite3VdbeResolveLabel(p_00,(int)local_60);\n sqlite3VdbeAddOp3(p_00,5,iTab,iVar7 + 1,0);\n pExpr = p2;\n goto LAB_00095168;\n }\n }\n pOVar14 = (Op *)(unaff_EDI + 0xb78d3);\n iVar5 = p_00->nOp + -1;\n if (-1 < local_50) {\n iVar5 = local_50;\n }\n if (p_00->db->mallocFailed == '\0') {\n pOVar14 = p_00->aOp + iVar5;\n }\n pOVar14->p2 = p_00->nOp;\n }" { (if_statement "if (p2 == pExpr) {\n local_48 = (Expr *)0x0;\n local_60 = p2;\n }\n else {\n local_60 = (Expr *)(pParse->nLabel + -1);\n pParse->nLabel = (int)local_60;\n local_48 = local_60;\n }" if (parenthesized_expression "(p2 == pExpr)" ( (binary_expression "p2 == pExpr" identifier == identifier) )) (compound_statement "{\n local_48 = (Expr *)0x0;\n local_60 = p2;\n }" { (expression_statement "local_48 = (Expr *)0x0;" (assignment_expression "local_48 = (Expr *)0x0" identifier = (cast_expression "(Expr *)0x0" ( (type_descriptor "Expr *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_60 = p2;" (assignment_expression "local_60 = p2" identifier = identifier) ;) }) (else_clause "else {\n local_60 = (Expr *)(pParse->nLabel + -1);\n pParse->nLabel = (int)local_60;\n local_48 = local_60;\n }" else (compound_statement "{\n local_60 = (Expr *)(pParse->nLabel + -1);\n pParse->nLabel = (int)local_60;\n local_48 = local_60;\n }" { (expression_statement "local_60 = (Expr *)(pParse->nLabel + -1);" (assignment_expression "local_60 = (Expr *)(pParse->nLabel + -1)" identifier = (cast_expression "(Expr *)(pParse->nLabel + -1)" ( (type_descriptor "Expr *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pParse->nLabel + -1)" ( (binary_expression "pParse->nLabel + -1" (field_expression "pParse->nLabel" identifier -> field_identifier) + number_literal) )))) ;) (expression_statement "pParse->nLabel = (int)local_60;" (assignment_expression "pParse->nLabel = (int)local_60" (field_expression "pParse->nLabel" identifier -> field_identifier) = (cast_expression "(int)local_60" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "local_48 = local_60;" (assignment_expression "local_48 = local_60" identifier = identifier) ;) }))) (expression_statement "uVar15 = 0;" (assignment_expression "uVar15 = 0" identifier = number_literal) ;) (if_statement "if (0 < (int)local_74) {\n do {\n while( true ) {\n pEVar9 = sqlite3VectorFieldSubexpr(pExpr_00->pLeft,uVar15);\n iVar7 = sqlite3ExprCanBeNull(pEVar9);\n if (iVar7 == 0) break;\n iVar7 = uVar15 + local_70;\n uVar15 = uVar15 + 1;\n sqlite3VdbeAddOp3(p_00,0x32,iVar7,(int)local_60,0);\n if (uVar15 == local_74) goto LAB_00094e68;\n }\n uVar15 = uVar15 + 1;\n } while (uVar15 != local_74);\n }" if (parenthesized_expression "(0 < (int)local_74)" ( (binary_expression "0 < (int)local_74" number_literal < (cast_expression "(int)local_74" ( (type_descriptor "int" primitive_type) ) identifier)) )) (compound_statement "{\n do {\n while( true ) {\n pEVar9 = sqlite3VectorFieldSubexpr(pExpr_00->pLeft,uVar15);\n iVar7 = sqlite3ExprCanBeNull(pEVar9);\n if (iVar7 == 0) break;\n iVar7 = uVar15 + local_70;\n uVar15 = uVar15 + 1;\n sqlite3VdbeAddOp3(p_00,0x32,iVar7,(int)local_60,0);\n if (uVar15 == local_74) goto LAB_00094e68;\n }\n uVar15 = uVar15 + 1;\n } while (uVar15 != local_74);\n }" { (do_statement "do {\n while( true ) {\n pEVar9 = sqlite3VectorFieldSubexpr(pExpr_00->pLeft,uVar15);\n iVar7 = sqlite3ExprCanBeNull(pEVar9);\n if (iVar7 == 0) break;\n iVar7 = uVar15 + local_70;\n uVar15 = uVar15 + 1;\n sqlite3VdbeAddOp3(p_00,0x32,iVar7,(int)local_60,0);\n if (uVar15 == local_74) goto LAB_00094e68;\n }\n uVar15 = uVar15 + 1;\n } while (uVar15 != local_74);" do (compound_statement "{\n while( true ) {\n pEVar9 = sqlite3VectorFieldSubexpr(pExpr_00->pLeft,uVar15);\n iVar7 = sqlite3ExprCanBeNull(pEVar9);\n if (iVar7 == 0) break;\n iVar7 = uVar15 + local_70;\n uVar15 = uVar15 + 1;\n sqlite3VdbeAddOp3(p_00,0x32,iVar7,(int)local_60,0);\n if (uVar15 == local_74) goto LAB_00094e68;\n }\n uVar15 = uVar15 + 1;\n }" { (while_statement "while( true ) {\n pEVar9 = sqlite3VectorFieldSubexpr(pExpr_00->pLeft,uVar15);\n iVar7 = sqlite3ExprCanBeNull(pEVar9);\n if (iVar7 == 0) break;\n iVar7 = uVar15 + local_70;\n uVar15 = uVar15 + 1;\n sqlite3VdbeAddOp3(p_00,0x32,iVar7,(int)local_60,0);\n if (uVar15 == local_74) goto LAB_00094e68;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n pEVar9 = sqlite3VectorFieldSubexpr(pExpr_00->pLeft,uVar15);\n iVar7 = sqlite3ExprCanBeNull(pEVar9);\n if (iVar7 == 0) break;\n iVar7 = uVar15 + local_70;\n uVar15 = uVar15 + 1;\n sqlite3VdbeAddOp3(p_00,0x32,iVar7,(int)local_60,0);\n if (uVar15 == local_74) goto LAB_00094e68;\n }" { (expression_statement "pEVar9 = sqlite3VectorFieldSubexpr(pExpr_00->pLeft,uVar15);" (assignment_expression "pEVar9 = sqlite3VectorFieldSubexpr(pExpr_00->pLeft,uVar15)" identifier = (call_expression "sqlite3VectorFieldSubexpr(pExpr_00->pLeft,uVar15)" identifier (argument_list "(pExpr_00->pLeft,uVar15)" ( (field_expression "pExpr_00->pLeft" identifier -> field_identifier) , identifier )))) ;) (expression_statement "iVar7 = sqlite3ExprCanBeNull(pEVar9);" (assignment_expression "iVar7 = sqlite3ExprCanBeNull(pEVar9)" identifier = (call_expression "sqlite3ExprCanBeNull(pEVar9)" identifier (argument_list "(pEVar9)" ( identifier )))) ;) (if_statement "if (iVar7 == 0) break;" if (parenthesized_expression "(iVar7 == 0)" ( (binary_expression "iVar7 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "iVar7 = uVar15 + local_70;" (assignment_expression "iVar7 = uVar15 + local_70" identifier = (binary_expression "uVar15 + local_70" identifier + identifier)) ;) (expression_statement "uVar15 = uVar15 + 1;" (assignment_expression "uVar15 = uVar15 + 1" identifier = (binary_expression "uVar15 + 1" identifier + number_literal)) ;) (expression_statement "sqlite3VdbeAddOp3(p_00,0x32,iVar7,(int)local_60,0);" (call_expression "sqlite3VdbeAddOp3(p_00,0x32,iVar7,(int)local_60,0)" identifier (argument_list "(p_00,0x32,iVar7,(int)local_60,0)" ( identifier , number_literal , identifier , (cast_expression "(int)local_60" ( (type_descriptor "int" primitive_type) ) identifier) , number_literal ))) ;) (if_statement "if (uVar15 == local_74) goto LAB_00094e68;" if (parenthesized_expression "(uVar15 == local_74)" ( (binary_expression "uVar15 == local_74" identifier == identifier) )) (goto_statement "goto LAB_00094e68;" goto statement_identifier ;)) })) (expression_statement "uVar15 = uVar15 + 1;" (assignment_expression "uVar15 = uVar15 + 1" identifier = (binary_expression "uVar15 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(uVar15 != local_74)" ( (binary_expression "uVar15 != local_74" identifier != identifier) )) ;) })) (labeled_statement "LAB_00094e68:\n if (iVar5 == 1) {\n sqlite3VdbeAddOp3(p_00,0x1e,iTab,(int)p2,local_70);\n local_50 = sqlite3VdbeAddOp3(p_00,0xb,0,0,0);\n if ((rRhsHasNull != 0) && (local_74 == 1)) {\nLAB_000951fd:\n sqlite3VdbeAddOp3(p_00,0x33,rRhsHasNull,(int)p2,0);\n }\n if (p2 == pExpr) {\n sqlite3VdbeAddOp3(p_00,0xb,0,(int)p2,0);\n }\n }\n else {\n iVar5 = sqlite3VdbeAddOp3(p_00,0x5b,local_70,local_74,0);\n sqlite3VdbeChangeP4(p_00,iVar5,(char *)zP4,local_74);\n if (p2 == pExpr) {\n sqlite3VdbeAddOp4Int(p_00,0x1c,iTab,(int)p2,local_70,local_74);\n goto LAB_00095047;\n }\n local_50 = sqlite3VdbeAddOp3(p_00,0x1d,iTab,0,local_70);\n if (p_00->db->mallocFailed == '\0') {\n pOVar14 = p_00->aOp;\n pOVar14[local_50].p4type = -3;\n pOVar14[local_50].p4.i = local_74;\n }\n if ((rRhsHasNull != 0) && (local_74 == 1)) goto LAB_000951fd;\n }" statement_identifier : (if_statement "if (iVar5 == 1) {\n sqlite3VdbeAddOp3(p_00,0x1e,iTab,(int)p2,local_70);\n local_50 = sqlite3VdbeAddOp3(p_00,0xb,0,0,0);\n if ((rRhsHasNull != 0) && (local_74 == 1)) {\nLAB_000951fd:\n sqlite3VdbeAddOp3(p_00,0x33,rRhsHasNull,(int)p2,0);\n }\n if (p2 == pExpr) {\n sqlite3VdbeAddOp3(p_00,0xb,0,(int)p2,0);\n }\n }\n else {\n iVar5 = sqlite3VdbeAddOp3(p_00,0x5b,local_70,local_74,0);\n sqlite3VdbeChangeP4(p_00,iVar5,(char *)zP4,local_74);\n if (p2 == pExpr) {\n sqlite3VdbeAddOp4Int(p_00,0x1c,iTab,(int)p2,local_70,local_74);\n goto LAB_00095047;\n }\n local_50 = sqlite3VdbeAddOp3(p_00,0x1d,iTab,0,local_70);\n if (p_00->db->mallocFailed == '\0') {\n pOVar14 = p_00->aOp;\n pOVar14[local_50].p4type = -3;\n pOVar14[local_50].p4.i = local_74;\n }\n if ((rRhsHasNull != 0) && (local_74 == 1)) goto LAB_000951fd;\n }" if (parenthesized_expression "(iVar5 == 1)" ( (binary_expression "iVar5 == 1" identifier == number_literal) )) (compound_statement "{\n sqlite3VdbeAddOp3(p_00,0x1e,iTab,(int)p2,local_70);\n local_50 = sqlite3VdbeAddOp3(p_00,0xb,0,0,0);\n if ((rRhsHasNull != 0) && (local_74 == 1)) {\nLAB_000951fd:\n sqlite3VdbeAddOp3(p_00,0x33,rRhsHasNull,(int)p2,0);\n }\n if (p2 == pExpr) {\n sqlite3VdbeAddOp3(p_00,0xb,0,(int)p2,0);\n }\n }" { (expression_statement "sqlite3VdbeAddOp3(p_00,0x1e,iTab,(int)p2,local_70);" (call_expression "sqlite3VdbeAddOp3(p_00,0x1e,iTab,(int)p2,local_70)" identifier (argument_list "(p_00,0x1e,iTab,(int)p2,local_70)" ( identifier , number_literal , identifier , (cast_expression "(int)p2" ( (type_descriptor "int" primitive_type) ) identifier) , identifier ))) ;) (expression_statement "local_50 = sqlite3VdbeAddOp3(p_00,0xb,0,0,0);" (assignment_expression "local_50 = sqlite3VdbeAddOp3(p_00,0xb,0,0,0)" identifier = (call_expression "sqlite3VdbeAddOp3(p_00,0xb,0,0,0)" identifier (argument_list "(p_00,0xb,0,0,0)" ( identifier , number_literal , number_literal , number_literal , number_literal )))) ;) (if_statement "if ((rRhsHasNull != 0) && (local_74 == 1)) {\nLAB_000951fd:\n sqlite3VdbeAddOp3(p_00,0x33,rRhsHasNull,(int)p2,0);\n }" if (parenthesized_expression "((rRhsHasNull != 0) && (local_74 == 1))" ( (binary_expression "(rRhsHasNull != 0) && (local_74 == 1)" (parenthesized_expression "(rRhsHasNull != 0)" ( (binary_expression "rRhsHasNull != 0" identifier != number_literal) )) && (parenthesized_expression "(local_74 == 1)" ( (binary_expression "local_74 == 1" identifier == number_literal) ))) )) (compound_statement "{\nLAB_000951fd:\n sqlite3VdbeAddOp3(p_00,0x33,rRhsHasNull,(int)p2,0);\n }" { (labeled_statement "LAB_000951fd:\n sqlite3VdbeAddOp3(p_00,0x33,rRhsHasNull,(int)p2,0);" statement_identifier : (expression_statement "sqlite3VdbeAddOp3(p_00,0x33,rRhsHasNull,(int)p2,0);" (call_expression "sqlite3VdbeAddOp3(p_00,0x33,rRhsHasNull,(int)p2,0)" identifier (argument_list "(p_00,0x33,rRhsHasNull,(int)p2,0)" ( identifier , number_literal , identifier , (cast_expression "(int)p2" ( (type_descriptor "int" primitive_type) ) identifier) , number_literal ))) ;)) })) (if_statement "if (p2 == pExpr) {\n sqlite3VdbeAddOp3(p_00,0xb,0,(int)p2,0);\n }" if (parenthesized_expression "(p2 == pExpr)" ( (binary_expression "p2 == pExpr" identifier == identifier) )) (compound_statement "{\n sqlite3VdbeAddOp3(p_00,0xb,0,(int)p2,0);\n }" { (expression_statement "sqlite3VdbeAddOp3(p_00,0xb,0,(int)p2,0);" (call_expression "sqlite3VdbeAddOp3(p_00,0xb,0,(int)p2,0)" identifier (argument_list "(p_00,0xb,0,(int)p2,0)" ( identifier , number_literal , number_literal , (cast_expression "(int)p2" ( (type_descriptor "int" primitive_type) ) identifier) , number_literal ))) ;) })) }) (else_clause "else {\n iVar5 = sqlite3VdbeAddOp3(p_00,0x5b,local_70,local_74,0);\n sqlite3VdbeChangeP4(p_00,iVar5,(char *)zP4,local_74);\n if (p2 == pExpr) {\n sqlite3VdbeAddOp4Int(p_00,0x1c,iTab,(int)p2,local_70,local_74);\n goto LAB_00095047;\n }\n local_50 = sqlite3VdbeAddOp3(p_00,0x1d,iTab,0,local_70);\n if (p_00->db->mallocFailed == '\0') {\n pOVar14 = p_00->aOp;\n pOVar14[local_50].p4type = -3;\n pOVar14[local_50].p4.i = local_74;\n }\n if ((rRhsHasNull != 0) && (local_74 == 1)) goto LAB_000951fd;\n }" else (compound_statement "{\n iVar5 = sqlite3VdbeAddOp3(p_00,0x5b,local_70,local_74,0);\n sqlite3VdbeChangeP4(p_00,iVar5,(char *)zP4,local_74);\n if (p2 == pExpr) {\n sqlite3VdbeAddOp4Int(p_00,0x1c,iTab,(int)p2,local_70,local_74);\n goto LAB_00095047;\n }\n local_50 = sqlite3VdbeAddOp3(p_00,0x1d,iTab,0,local_70);\n if (p_00->db->mallocFailed == '\0') {\n pOVar14 = p_00->aOp;\n pOVar14[local_50].p4type = -3;\n pOVar14[local_50].p4.i = local_74;\n }\n if ((rRhsHasNull != 0) && (local_74 == 1)) goto LAB_000951fd;\n }" { (expression_statement "iVar5 = sqlite3VdbeAddOp3(p_00,0x5b,local_70,local_74,0);" (assignment_expression "iVar5 = sqlite3VdbeAddOp3(p_00,0x5b,local_70,local_74,0)" identifier = (call_expression "sqlite3VdbeAddOp3(p_00,0x5b,local_70,local_74,0)" identifier (argument_list "(p_00,0x5b,local_70,local_74,0)" ( identifier , number_literal , identifier , identifier , number_literal )))) ;) (expression_statement "sqlite3VdbeChangeP4(p_00,iVar5,(char *)zP4,local_74);" (call_expression "sqlite3VdbeChangeP4(p_00,iVar5,(char *)zP4,local_74)" identifier (argument_list "(p_00,iVar5,(char *)zP4,local_74)" ( identifier , identifier , (cast_expression "(char *)zP4" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) , identifier ))) ;) (if_statement "if (p2 == pExpr) {\n sqlite3VdbeAddOp4Int(p_00,0x1c,iTab,(int)p2,local_70,local_74);\n goto LAB_00095047;\n }" if (parenthesized_expression "(p2 == pExpr)" ( (binary_expression "p2 == pExpr" identifier == identifier) )) (compound_statement "{\n sqlite3VdbeAddOp4Int(p_00,0x1c,iTab,(int)p2,local_70,local_74);\n goto LAB_00095047;\n }" { (expression_statement "sqlite3VdbeAddOp4Int(p_00,0x1c,iTab,(int)p2,local_70,local_74);" (call_expression "sqlite3VdbeAddOp4Int(p_00,0x1c,iTab,(int)p2,local_70,local_74)" identifier (argument_list "(p_00,0x1c,iTab,(int)p2,local_70,local_74)" ( identifier , number_literal , identifier , (cast_expression "(int)p2" ( (type_descriptor "int" primitive_type) ) identifier) , identifier , identifier ))) ;) (goto_statement "goto LAB_00095047;" goto statement_identifier ;) })) (expression_statement "local_50 = sqlite3VdbeAddOp3(p_00,0x1d,iTab,0,local_70);" (assignment_expression "local_50 = sqlite3VdbeAddOp3(p_00,0x1d,iTab,0,local_70)" identifier = (call_expression "sqlite3VdbeAddOp3(p_00,0x1d,iTab,0,local_70)" identifier (argument_list "(p_00,0x1d,iTab,0,local_70)" ( identifier , number_literal , identifier , number_literal , identifier )))) ;) (if_statement "if (p_00->db->mallocFailed == '\0') {\n pOVar14 = p_00->aOp;\n pOVar14[local_50].p4type = -3;\n pOVar14[local_50].p4.i = local_74;\n }" if (parenthesized_expression "(p_00->db->mallocFailed == '\0')" ( (binary_expression "p_00->db->mallocFailed == '\0'" (field_expression "p_00->db->mallocFailed" (field_expression "p_00->db" identifier -> field_identifier) -> field_identifier) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n pOVar14 = p_00->aOp;\n pOVar14[local_50].p4type = -3;\n pOVar14[local_50].p4.i = local_74;\n }" { (expression_statement "pOVar14 = p_00->aOp;" (assignment_expression "pOVar14 = p_00->aOp" identifier = (field_expression "p_00->aOp" identifier -> field_identifier)) ;) (expression_statement "pOVar14[local_50].p4type = -3;" (assignment_expression "pOVar14[local_50].p4type = -3" (field_expression "pOVar14[local_50].p4type" (subscript_expression "pOVar14[local_50]" identifier [ identifier ]) . field_identifier) = number_literal) ;) (expression_statement "pOVar14[local_50].p4.i = local_74;" (assignment_expression "pOVar14[local_50].p4.i = local_74" (field_expression "pOVar14[local_50].p4.i" (field_expression "pOVar14[local_50].p4" (subscript_expression "pOVar14[local_50]" identifier [ identifier ]) . field_identifier) . field_identifier) = identifier) ;) })) (if_statement "if ((rRhsHasNull != 0) && (local_74 == 1)) goto LAB_000951fd;" if (parenthesized_expression "((rRhsHasNull != 0) && (local_74 == 1))" ( (binary_expression "(rRhsHasNull != 0) && (local_74 == 1)" (parenthesized_expression "(rRhsHasNull != 0)" ( (binary_expression "rRhsHasNull != 0" identifier != number_literal) )) && (parenthesized_expression "(local_74 == 1)" ( (binary_expression "local_74 == 1" identifier == number_literal) ))) )) (goto_statement "goto LAB_000951fd;" goto statement_identifier ;)) })))) (if_statement "if (local_48 != (Expr *)0x0) {\n sqlite3VdbeResolveLabel(p_00,(int)local_48);\n }" if (parenthesized_expression "(local_48 != (Expr *)0x0)" ( (binary_expression "local_48 != (Expr *)0x0" identifier != (cast_expression "(Expr *)0x0" ( (type_descriptor "Expr *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n sqlite3VdbeResolveLabel(p_00,(int)local_48);\n }" { (expression_statement "sqlite3VdbeResolveLabel(p_00,(int)local_48);" (call_expression "sqlite3VdbeResolveLabel(p_00,(int)local_48)" identifier (argument_list "(p_00,(int)local_48)" ( identifier , (cast_expression "(int)local_48" ( (type_descriptor "int" primitive_type) ) identifier) ))) ;) })) (expression_statement "iVar7 = sqlite3VdbeAddOp3(p_00,0x24,iTab,(int)p2,0);" (assignment_expression "iVar7 = sqlite3VdbeAddOp3(p_00,0x24,iTab,(int)p2,0)" identifier = (call_expression "sqlite3VdbeAddOp3(p_00,0x24,iTab,(int)p2,0)" identifier (argument_list "(p_00,0x24,iTab,(int)p2,0)" ( identifier , number_literal , identifier , (cast_expression "(int)p2" ( (type_descriptor "int" primitive_type) ) identifier) , number_literal )))) ;) (expression_statement "iVar5 = 0;" (assignment_expression "iVar5 = 0" identifier = number_literal) ;) (if_statement "if ((int)local_74 < 2) {\n local_60 = p2;\n if (local_74 == 1) goto LAB_00094fd4;\nLAB_00095168:\n sqlite3VdbeAddOp3(p_00,0xb,0,(int)pExpr,0);\n }\n else {\n local_60 = (Expr *)(pParse->nLabel + -1);\n pParse->nLabel = (int)local_60;\nLAB_00094fd4:\n do {\n if (pParse->nTempReg == '\0') {\n iVar12 = pParse->nMem + 1;\n pParse->nMem = iVar12;\n }\n else {\n bVar4 = pParse->nTempReg - 1;\n pParse->nTempReg = bVar4;\n iVar12 = pParse->aTempReg[bVar4];\n }\n pEVar9 = sqlite3VectorFieldSubexpr(p,iVar5);\n pCVar10 = sqlite3ExprCollSeq(pParse,pEVar9);\n sqlite3VdbeAddOp3(p_00,0x5a,iTab,iVar5,iVar12);\n iVar11 = sqlite3VdbeAddOp3(p_00,0x34,iVar5 + local_70,(int)local_60,iVar12);\n sqlite3VdbeChangeP4(p_00,iVar11,(char *)pCVar10,-2);\n if (iVar12 != 0) {\n sqlite3ReleaseTempReg(pParse,iVar12);\n }\n iVar5 = iVar5 + 1;\n } while (iVar5 < (int)local_74);\n sqlite3VdbeAddOp3(p_00,0xb,0,(int)pExpr,0);\n if (1 < (int)local_74) {\n sqlite3VdbeResolveLabel(p_00,(int)local_60);\n sqlite3VdbeAddOp3(p_00,5,iTab,iVar7 + 1,0);\n pExpr = p2;\n goto LAB_00095168;\n }\n }" if (parenthesized_expression "((int)local_74 < 2)" ( (binary_expression "(int)local_74 < 2" (cast_expression "(int)local_74" ( (type_descriptor "int" primitive_type) ) identifier) < number_literal) )) (compound_statement "{\n local_60 = p2;\n if (local_74 == 1) goto LAB_00094fd4;\nLAB_00095168:\n sqlite3VdbeAddOp3(p_00,0xb,0,(int)pExpr,0);\n }" { (expression_statement "local_60 = p2;" (assignment_expression "local_60 = p2" identifier = identifier) ;) (if_statement "if (local_74 == 1) goto LAB_00094fd4;" if (parenthesized_expression "(local_74 == 1)" ( (binary_expression "local_74 == 1" identifier == number_literal) )) (goto_statement "goto LAB_00094fd4;" goto statement_identifier ;)) (labeled_statement "LAB_00095168:\n sqlite3VdbeAddOp3(p_00,0xb,0,(int)pExpr,0);" statement_identifier : (expression_statement "sqlite3VdbeAddOp3(p_00,0xb,0,(int)pExpr,0);" (call_expression "sqlite3VdbeAddOp3(p_00,0xb,0,(int)pExpr,0)" identifier (argument_list "(p_00,0xb,0,(int)pExpr,0)" ( identifier , number_literal , number_literal , (cast_expression "(int)pExpr" ( (type_descriptor "int" primitive_type) ) identifier) , number_literal ))) ;)) }) (else_clause "else {\n local_60 = (Expr *)(pParse->nLabel + -1);\n pParse->nLabel = (int)local_60;\nLAB_00094fd4:\n do {\n if (pParse->nTempReg == '\0') {\n iVar12 = pParse->nMem + 1;\n pParse->nMem = iVar12;\n }\n else {\n bVar4 = pParse->nTempReg - 1;\n pParse->nTempReg = bVar4;\n iVar12 = pParse->aTempReg[bVar4];\n }\n pEVar9 = sqlite3VectorFieldSubexpr(p,iVar5);\n pCVar10 = sqlite3ExprCollSeq(pParse,pEVar9);\n sqlite3VdbeAddOp3(p_00,0x5a,iTab,iVar5,iVar12);\n iVar11 = sqlite3VdbeAddOp3(p_00,0x34,iVar5 + local_70,(int)local_60,iVar12);\n sqlite3VdbeChangeP4(p_00,iVar11,(char *)pCVar10,-2);\n if (iVar12 != 0) {\n sqlite3ReleaseTempReg(pParse,iVar12);\n }\n iVar5 = iVar5 + 1;\n } while (iVar5 < (int)local_74);\n sqlite3VdbeAddOp3(p_00,0xb,0,(int)pExpr,0);\n if (1 < (int)local_74) {\n sqlite3VdbeResolveLabel(p_00,(int)local_60);\n sqlite3VdbeAddOp3(p_00,5,iTab,iVar7 + 1,0);\n pExpr = p2;\n goto LAB_00095168;\n }\n }" else (compound_statement "{\n local_60 = (Expr *)(pParse->nLabel + -1);\n pParse->nLabel = (int)local_60;\nLAB_00094fd4:\n do {\n if (pParse->nTempReg == '\0') {\n iVar12 = pParse->nMem + 1;\n pParse->nMem = iVar12;\n }\n else {\n bVar4 = pParse->nTempReg - 1;\n pParse->nTempReg = bVar4;\n iVar12 = pParse->aTempReg[bVar4];\n }\n pEVar9 = sqlite3VectorFieldSubexpr(p,iVar5);\n pCVar10 = sqlite3ExprCollSeq(pParse,pEVar9);\n sqlite3VdbeAddOp3(p_00,0x5a,iTab,iVar5,iVar12);\n iVar11 = sqlite3VdbeAddOp3(p_00,0x34,iVar5 + local_70,(int)local_60,iVar12);\n sqlite3VdbeChangeP4(p_00,iVar11,(char *)pCVar10,-2);\n if (iVar12 != 0) {\n sqlite3ReleaseTempReg(pParse,iVar12);\n }\n iVar5 = iVar5 + 1;\n } while (iVar5 < (int)local_74);\n sqlite3VdbeAddOp3(p_00,0xb,0,(int)pExpr,0);\n if (1 < (int)local_74) {\n sqlite3VdbeResolveLabel(p_00,(int)local_60);\n sqlite3VdbeAddOp3(p_00,5,iTab,iVar7 + 1,0);\n pExpr = p2;\n goto LAB_00095168;\n }\n }" { (expression_statement "local_60 = (Expr *)(pParse->nLabel + -1);" (assignment_expression "local_60 = (Expr *)(pParse->nLabel + -1)" identifier = (cast_expression "(Expr *)(pParse->nLabel + -1)" ( (type_descriptor "Expr *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pParse->nLabel + -1)" ( (binary_expression "pParse->nLabel + -1" (field_expression "pParse->nLabel" identifier -> field_identifier) + number_literal) )))) ;) (expression_statement "pParse->nLabel = (int)local_60;" (assignment_expression "pParse->nLabel = (int)local_60" (field_expression "pParse->nLabel" identifier -> field_identifier) = (cast_expression "(int)local_60" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (labeled_statement "LAB_00094fd4:\n do {\n if (pParse->nTempReg == '\0') {\n iVar12 = pParse->nMem + 1;\n pParse->nMem = iVar12;\n }\n else {\n bVar4 = pParse->nTempReg - 1;\n pParse->nTempReg = bVar4;\n iVar12 = pParse->aTempReg[bVar4];\n }\n pEVar9 = sqlite3VectorFieldSubexpr(p,iVar5);\n pCVar10 = sqlite3ExprCollSeq(pParse,pEVar9);\n sqlite3VdbeAddOp3(p_00,0x5a,iTab,iVar5,iVar12);\n iVar11 = sqlite3VdbeAddOp3(p_00,0x34,iVar5 + local_70,(int)local_60,iVar12);\n sqlite3VdbeChangeP4(p_00,iVar11,(char *)pCVar10,-2);\n if (iVar12 != 0) {\n sqlite3ReleaseTempReg(pParse,iVar12);\n }\n iVar5 = iVar5 + 1;\n } while (iVar5 < (int)local_74);" statement_identifier : (do_statement "do {\n if (pParse->nTempReg == '\0') {\n iVar12 = pParse->nMem + 1;\n pParse->nMem = iVar12;\n }\n else {\n bVar4 = pParse->nTempReg - 1;\n pParse->nTempReg = bVar4;\n iVar12 = pParse->aTempReg[bVar4];\n }\n pEVar9 = sqlite3VectorFieldSubexpr(p,iVar5);\n pCVar10 = sqlite3ExprCollSeq(pParse,pEVar9);\n sqlite3VdbeAddOp3(p_00,0x5a,iTab,iVar5,iVar12);\n iVar11 = sqlite3VdbeAddOp3(p_00,0x34,iVar5 + local_70,(int)local_60,iVar12);\n sqlite3VdbeChangeP4(p_00,iVar11,(char *)pCVar10,-2);\n if (iVar12 != 0) {\n sqlite3ReleaseTempReg(pParse,iVar12);\n }\n iVar5 = iVar5 + 1;\n } while (iVar5 < (int)local_74);" do (compound_statement "{\n if (pParse->nTempReg == '\0') {\n iVar12 = pParse->nMem + 1;\n pParse->nMem = iVar12;\n }\n else {\n bVar4 = pParse->nTempReg - 1;\n pParse->nTempReg = bVar4;\n iVar12 = pParse->aTempReg[bVar4];\n }\n pEVar9 = sqlite3VectorFieldSubexpr(p,iVar5);\n pCVar10 = sqlite3ExprCollSeq(pParse,pEVar9);\n sqlite3VdbeAddOp3(p_00,0x5a,iTab,iVar5,iVar12);\n iVar11 = sqlite3VdbeAddOp3(p_00,0x34,iVar5 + local_70,(int)local_60,iVar12);\n sqlite3VdbeChangeP4(p_00,iVar11,(char *)pCVar10,-2);\n if (iVar12 != 0) {\n sqlite3ReleaseTempReg(pParse,iVar12);\n }\n iVar5 = iVar5 + 1;\n }" { (if_statement "if (pParse->nTempReg == '\0') {\n iVar12 = pParse->nMem + 1;\n pParse->nMem = iVar12;\n }\n else {\n bVar4 = pParse->nTempReg - 1;\n pParse->nTempReg = bVar4;\n iVar12 = pParse->aTempReg[bVar4];\n }" if (parenthesized_expression "(pParse->nTempReg == '\0')" ( (binary_expression "pParse->nTempReg == '\0'" (field_expression "pParse->nTempReg" identifier -> field_identifier) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n iVar12 = pParse->nMem + 1;\n pParse->nMem = iVar12;\n }" { (expression_statement "iVar12 = pParse->nMem + 1;" (assignment_expression "iVar12 = pParse->nMem + 1" identifier = (binary_expression "pParse->nMem + 1" (field_expression "pParse->nMem" identifier -> field_identifier) + number_literal)) ;) (expression_statement "pParse->nMem = iVar12;" (assignment_expression "pParse->nMem = iVar12" (field_expression "pParse->nMem" identifier -> field_identifier) = identifier) ;) }) (else_clause "else {\n bVar4 = pParse->nTempReg - 1;\n pParse->nTempReg = bVar4;\n iVar12 = pParse->aTempReg[bVar4];\n }" else (compound_statement "{\n bVar4 = pParse->nTempReg - 1;\n pParse->nTempReg = bVar4;\n iVar12 = pParse->aTempReg[bVar4];\n }" { (expression_statement "bVar4 = pParse->nTempReg - 1;" (assignment_expression "bVar4 = pParse->nTempReg - 1" identifier = (binary_expression "pParse->nTempReg - 1" (field_expression "pParse->nTempReg" identifier -> field_identifier) - number_literal)) ;) (expression_statement "pParse->nTempReg = bVar4;" (assignment_expression "pParse->nTempReg = bVar4" (field_expression "pParse->nTempReg" identifier -> field_identifier) = identifier) ;) (expression_statement "iVar12 = pParse->aTempReg[bVar4];" (assignment_expression "iVar12 = pParse->aTempReg[bVar4]" identifier = (subscript_expression "pParse->aTempReg[bVar4]" (field_expression "pParse->aTempReg" identifier -> field_identifier) [ identifier ])) ;) }))) (expression_statement "pEVar9 = sqlite3VectorFieldSubexpr(p,iVar5);" (assignment_expression "pEVar9 = sqlite3VectorFieldSubexpr(p,iVar5)" identifier = (call_expression "sqlite3VectorFieldSubexpr(p,iVar5)" identifier (argument_list "(p,iVar5)" ( identifier , identifier )))) ;) (expression_statement "pCVar10 = sqlite3ExprCollSeq(pParse,pEVar9);" (assignment_expression "pCVar10 = sqlite3ExprCollSeq(pParse,pEVar9)" identifier = (call_expression "sqlite3ExprCollSeq(pParse,pEVar9)" identifier (argument_list "(pParse,pEVar9)" ( identifier , identifier )))) ;) (expression_statement "sqlite3VdbeAddOp3(p_00,0x5a,iTab,iVar5,iVar12);" (call_expression "sqlite3VdbeAddOp3(p_00,0x5a,iTab,iVar5,iVar12)" identifier (argument_list "(p_00,0x5a,iTab,iVar5,iVar12)" ( identifier , number_literal , identifier , identifier , identifier ))) ;) (expression_statement "iVar11 = sqlite3VdbeAddOp3(p_00,0x34,iVar5 + local_70,(int)local_60,iVar12);" (assignment_expression "iVar11 = sqlite3VdbeAddOp3(p_00,0x34,iVar5 + local_70,(int)local_60,iVar12)" identifier = (call_expression "sqlite3VdbeAddOp3(p_00,0x34,iVar5 + local_70,(int)local_60,iVar12)" identifier (argument_list "(p_00,0x34,iVar5 + local_70,(int)local_60,iVar12)" ( identifier , number_literal , (binary_expression "iVar5 + local_70" identifier + identifier) , (cast_expression "(int)local_60" ( (type_descriptor "int" primitive_type) ) identifier) , identifier )))) ;) (expression_statement "sqlite3VdbeChangeP4(p_00,iVar11,(char *)pCVar10,-2);" (call_expression "sqlite3VdbeChangeP4(p_00,iVar11,(char *)pCVar10,-2)" identifier (argument_list "(p_00,iVar11,(char *)pCVar10,-2)" ( identifier , identifier , (cast_expression "(char *)pCVar10" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) , number_literal ))) ;) (if_statement "if (iVar12 != 0) {\n sqlite3ReleaseTempReg(pParse,iVar12);\n }" if (parenthesized_expression "(iVar12 != 0)" ( (binary_expression "iVar12 != 0" identifier != number_literal) )) (compound_statement "{\n sqlite3ReleaseTempReg(pParse,iVar12);\n }" { (expression_statement "sqlite3ReleaseTempReg(pParse,iVar12);" (call_expression "sqlite3ReleaseTempReg(pParse,iVar12)" identifier (argument_list "(pParse,iVar12)" ( identifier , identifier ))) ;) })) (expression_statement "iVar5 = iVar5 + 1;" (assignment_expression "iVar5 = iVar5 + 1" identifier = (binary_expression "iVar5 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(iVar5 < (int)local_74)" ( (binary_expression "iVar5 < (int)local_74" identifier < (cast_expression "(int)local_74" ( (type_descriptor "int" primitive_type) ) identifier)) )) ;)) (expression_statement "sqlite3VdbeAddOp3(p_00,0xb,0,(int)pExpr,0);" (call_expression "sqlite3VdbeAddOp3(p_00,0xb,0,(int)pExpr,0)" identifier (argument_list "(p_00,0xb,0,(int)pExpr,0)" ( identifier , number_literal , number_literal , (cast_expression "(int)pExpr" ( (type_descriptor "int" primitive_type) ) identifier) , number_literal ))) ;) (if_statement "if (1 < (int)local_74) {\n sqlite3VdbeResolveLabel(p_00,(int)local_60);\n sqlite3VdbeAddOp3(p_00,5,iTab,iVar7 + 1,0);\n pExpr = p2;\n goto LAB_00095168;\n }" if (parenthesized_expression "(1 < (int)local_74)" ( (binary_expression "1 < (int)local_74" number_literal < (cast_expression "(int)local_74" ( (type_descriptor "int" primitive_type) ) identifier)) )) (compound_statement "{\n sqlite3VdbeResolveLabel(p_00,(int)local_60);\n sqlite3VdbeAddOp3(p_00,5,iTab,iVar7 + 1,0);\n pExpr = p2;\n goto LAB_00095168;\n }" { (expression_statement "sqlite3VdbeResolveLabel(p_00,(int)local_60);" (call_expression "sqlite3VdbeResolveLabel(p_00,(int)local_60)" identifier (argument_list "(p_00,(int)local_60)" ( identifier , (cast_expression "(int)local_60" ( (type_descriptor "int" primitive_type) ) identifier) ))) ;) (expression_statement "sqlite3VdbeAddOp3(p_00,5,iTab,iVar7 + 1,0);" (call_expression "sqlite3VdbeAddOp3(p_00,5,iTab,iVar7 + 1,0)" identifier (argument_list "(p_00,5,iTab,iVar7 + 1,0)" ( identifier , number_literal , identifier , (binary_expression "iVar7 + 1" identifier + number_literal) , number_literal ))) ;) (expression_statement "pExpr = p2;" (assignment_expression "pExpr = p2" identifier = identifier) ;) (goto_statement "goto LAB_00095168;" goto statement_identifier ;) })) }))) (expression_statement "pOVar14 = (Op *)(unaff_EDI + 0xb78d3);" (assignment_expression "pOVar14 = (Op *)(unaff_EDI + 0xb78d3)" identifier = (cast_expression "(Op *)(unaff_EDI + 0xb78d3)" ( (type_descriptor "Op *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EDI + 0xb78d3)" ( (binary_expression "unaff_EDI + 0xb78d3" identifier + number_literal) )))) ;) (expression_statement "iVar5 = p_00->nOp + -1;" (assignment_expression "iVar5 = p_00->nOp + -1" identifier = (binary_expression "p_00->nOp + -1" (field_expression "p_00->nOp" identifier -> field_identifier) + number_literal)) ;) (if_statement "if (-1 < local_50) {\n iVar5 = local_50;\n }" if (parenthesized_expression "(-1 < local_50)" ( (binary_expression "-1 < local_50" number_literal < identifier) )) (compound_statement "{\n iVar5 = local_50;\n }" { (expression_statement "iVar5 = local_50;" (assignment_expression "iVar5 = local_50" identifier = identifier) ;) })) (if_statement "if (p_00->db->mallocFailed == '\0') {\n pOVar14 = p_00->aOp + iVar5;\n }" if (parenthesized_expression "(p_00->db->mallocFailed == '\0')" ( (binary_expression "p_00->db->mallocFailed == '\0'" (field_expression "p_00->db->mallocFailed" (field_expression "p_00->db" identifier -> field_identifier) -> field_identifier) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n pOVar14 = p_00->aOp + iVar5;\n }" { (expression_statement "pOVar14 = p_00->aOp + iVar5;" (assignment_expression "pOVar14 = p_00->aOp + iVar5" identifier = (binary_expression "p_00->aOp + iVar5" (field_expression "p_00->aOp" identifier -> field_identifier) + identifier)) ;) })) (expression_statement "pOVar14->p2 = p_00->nOp;" (assignment_expression "pOVar14->p2 = p_00->nOp" (field_expression "pOVar14->p2" identifier -> field_identifier) = (field_expression "p_00->nOp" identifier -> field_identifier)) ;) })))) (labeled_statement "LAB_00095047:\n if (bVar13) {\n sqlite3ReleaseTempReg(pParse,local_70);\n }" statement_identifier : (if_statement "if (bVar13) {\n sqlite3ReleaseTempReg(pParse,local_70);\n }" if (parenthesized_expression "(bVar13)" ( identifier )) (compound_statement "{\n sqlite3ReleaseTempReg(pParse,local_70);\n }" { (expression_statement "sqlite3ReleaseTempReg(pParse,local_70);" (call_expression "sqlite3ReleaseTempReg(pParse,local_70)" identifier (argument_list "(pParse,local_70)" ( identifier , identifier ))) ;) }))) (expression_statement "db = pParse->db;" (assignment_expression "db = pParse->db" identifier = (field_expression "pParse->db" identifier -> field_identifier)) ;) })) (if_statement "if (pEVar6 != (Expr *)0x0) {\n sqlite3DbFreeNN(db,pEVar6);\n db = pParse->db;\n }" if (parenthesized_expression "(pEVar6 != (Expr *)0x0)" ( (binary_expression "pEVar6 != (Expr *)0x0" identifier != (cast_expression "(Expr *)0x0" ( (type_descriptor "Expr *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n sqlite3DbFreeNN(db,pEVar6);\n db = pParse->db;\n }" { (expression_statement "sqlite3DbFreeNN(db,pEVar6);" (call_expression "sqlite3DbFreeNN(db,pEVar6)" identifier (argument_list "(db,pEVar6)" ( identifier , identifier ))) ;) (expression_statement "db = pParse->db;" (assignment_expression "db = pParse->db" identifier = (field_expression "pParse->db" identifier -> field_identifier)) ;) })) (if_statement "if (zP4 != (byte *)0x0) {\n sqlite3DbFreeNN(db,zP4);\n }" if (parenthesized_expression "(zP4 != (byte *)0x0)" ( (binary_expression "zP4 != (byte *)0x0" identifier != (cast_expression "(byte *)0x0" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n sqlite3DbFreeNN(db,zP4);\n }" { (expression_statement "sqlite3DbFreeNN(db,zP4);" (call_expression "sqlite3DbFreeNN(db,zP4)" identifier (argument_list "(db,zP4)" ( identifier , identifier ))) ;) })) (labeled_statement "LAB_00094ccf:\n if (local_20 != *(int *)(in_GS_OFFSET + 0x14)) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail_local();\n }" statement_identifier : (if_statement "if (local_20 != *(int *)(in_GS_OFFSET + 0x14)) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail_local();\n }" if (parenthesized_expression "(local_20 != *(int *)(in_GS_OFFSET + 0x14))" ( (binary_expression "local_20 != *(int *)(in_GS_OFFSET + 0x14)" identifier != (pointer_expression "*(int *)(in_GS_OFFSET + 0x14)" * (cast_expression "(int *)(in_GS_OFFSET + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_GS_OFFSET + 0x14)" ( (binary_expression "in_GS_OFFSET + 0x14" identifier + number_literal) ))))) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __stack_chk_fail_local();\n }" { comment (expression_statement "__stack_chk_fail_local();" (call_expression "__stack_chk_fail_local()" identifier (argument_list "()" ( ))) ;) }))) (return_statement "return;" return ;) })))
(translation_unit "void __regparm1 FUN_00094c80(int *param_1,int param_2)\n\n{\n char *pcVar1;\n int *piVar2;\n int iVar3;\n char cVar4;\n byte bVar5;\n int iVar6;\n byte *pbVar7;\n int *piVar8;\n int *piVar9;\n int iVar10;\n int iVar11;\n undefined4 uVar12;\n int extraout_ECX;\n bool bVar13;\n int extraout_EDX;\n int unaff_EDI;\n int in_GS_OFFSET;\n int local_74;\n int local_70;\n int local_68;\n int local_60;\n int local_50;\n int local_48;\n int local_30 [2];\n undefined4 local_28;\n int local_24;\n int local_20;\n \n FUN_0001af1a();\n local_20 = *(int *)(in_GS_OFFSET + 0x14);\n local_30[0] = 0;\n local_28 = 0;\n iVar6 = FUN_00059670();\n if (iVar6 != 0) goto LAB_00094ccf;\n pbVar7 = (byte *)FUN_0002fd10();\n pcVar1 = *(char **)(extraout_EDX + 0xc);\n cVar4 = *pcVar1;\n if (cVar4 == -0x5c) {\n cVar4 = pcVar1[0x28];\n }\n if (cVar4 == -0x5b) {\n local_74 = **(int **)(pcVar1 + 0x14);\n }\n else {\n local_74 = 1;\n if (cVar4 == '\x7f') {\n local_74 = *(int *)**(undefined4 **)(pcVar1 + 0x14);\n }\n }\n piVar8 = (int *)FUN_00028410();\n if (*(char *)(*param_1 + 0x4d) == '\0') {\n piVar9 = local_30;\n piVar2 = (int *)param_1[2];\n if (extraout_ECX == param_2) {\n piVar9 = (int *)0x0;\n }\n iVar6 = FUN_00093e70(piVar9,piVar8,&local_28);\n iVar10 = FUN_00098c50();\n local_70 = iVar10;\n if (local_74 < 1) {\n bVar13 = false;\n if (local_74 != 0) {\n local_70 = FUN_0002f670();\n bVar13 = local_70 != 0 && iVar10 != local_70;\n }\n }\n else {\n if (*piVar8 == 0) {\n iVar11 = 0;\n do {\n iVar11 = iVar11 + 1;\n if (iVar11 == local_74) {\n bVar13 = false;\n goto LAB_00094dd5;\n }\n } while (piVar8[iVar11] == iVar11);\n }\n local_70 = FUN_0002f670();\n iVar11 = iVar10;\n do {\n iVar3 = iVar11 - iVar10;\n iVar11 = iVar11 + 1;\n FUN_000497a0(piVar8[iVar3] + local_70,0);\n } while (local_74 + iVar10 != iVar11);\n bVar13 = iVar10 != local_70 && local_70 != 0;\n }\nLAB_00094dd5:\n if (iVar6 == 5) {\n piVar9 = *(int **)(extraout_EDX + 0x14);\n FUN_0005da30();\n iVar6 = param_1[0xe];\n param_1[0xe] = iVar6 + -1;\n if (extraout_ECX == param_2) {\n local_68 = 0;\n if (0 < *piVar9) goto LAB_00095308;\n }\n else {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n local_68 = param_1[0xb] + 1;\n param_1[0xb] = local_68;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n local_68 = param_1[bVar5 + 0x24];\n }\n FUN_000497a0(local_70,local_68);\n if (0 < *piVar9) {\nLAB_00095308:\n iVar10 = 0;\n do {\n uVar12 = FUN_00098a90();\n if ((local_68 != 0) && (iVar11 = FUN_0001d840(), iVar11 != 0)) {\n FUN_000497a0(uVar12,local_68);\n }\n if ((iVar10 < *piVar9 + -1) || (extraout_ECX != param_2)) {\n FUN_000497a0(iVar6 + -1,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;\n }\n }\n else {\n FUN_000497a0(extraout_ECX,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }\n }\n if (local_24 != 0) {\n FUN_0002f640();\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 < *piVar9);\n }\n if (local_68 != 0) {\n FUN_000497a0(param_2,0);\n FUN_000497a0(extraout_ECX,0);\n FUN_00049570();\n FUN_0002f640();\n goto LAB_00095047;\n }\n }\n FUN_00049570();\n }\n else {\n if (extraout_ECX == param_2) {\n local_48 = 0;\n local_60 = extraout_ECX;\n }\n else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\n local_48 = local_60;\n }\n iVar10 = 0;\n if (0 < local_74) {\n do {\n while( true ) {\n FUN_0001d7b0();\n iVar11 = FUN_0001d840();\n if (iVar11 == 0) break;\n iVar10 = iVar10 + 1;\n FUN_000497a0(local_60,0);\n if (iVar10 == local_74) goto LAB_00094e68;\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 != local_74);\n }\nLAB_00094e68:\n if (iVar6 == 1) {\n FUN_000497a0(extraout_ECX,local_70);\n local_50 = FUN_000497a0(0,0);\n if ((local_30[0] != 0) && (local_74 == 1)) {\nLAB_000951fd:\n FUN_000497a0(extraout_ECX,0);\n }\n if (extraout_ECX == param_2) {\n FUN_000497a0(extraout_ECX,0);\n }\n }\n else {\n FUN_000497a0(local_74,0);\n FUN_000370b0(local_74);\n if (extraout_ECX == param_2) {\n FUN_00049940(extraout_ECX,local_70,local_74);\n goto LAB_00095047;\n }\n local_50 = FUN_000497a0(0,local_70);\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + local_50 * 0x14;\n *(undefined1 *)(iVar6 + 1) = 0xfd;\n *(int *)(iVar6 + 0x10) = local_74;\n }\n if ((local_30[0] != 0) && (local_74 == 1)) goto LAB_000951fd;\n }\n if (local_48 != 0) {\n FUN_00049570();\n }\n iVar10 = FUN_000497a0(extraout_ECX,0);\n iVar6 = 0;\n if (local_74 < 2) {\n local_60 = extraout_ECX;\n if (local_74 == 1) goto LAB_00094fd4;\nLAB_00095168:\n FUN_000497a0(param_2,0);\n }\n else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\nLAB_00094fd4:\n do {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n iVar11 = param_1[0xb] + 1;\n param_1[0xb] = iVar11;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n iVar11 = param_1[bVar5 + 0x24];\n }\n FUN_0001d7b0();\n FUN_0005da30();\n FUN_000497a0(iVar6,iVar11);\n FUN_000497a0(local_60,iVar11);\n FUN_000370b0(0xfffffffe);\n if (iVar11 != 0) {\n FUN_0002f640();\n }\n iVar6 = iVar6 + 1;\n } while (iVar6 < local_74);\n FUN_000497a0(param_2,0);\n if (1 < local_74) {\n FUN_00049570();\n FUN_000497a0(iVar10 + 1,0);\n param_2 = extraout_ECX;\n goto LAB_00095168;\n }\n }\n iVar6 = unaff_EDI + 0xb78d3;\n iVar10 = piVar2[0x1a] + -1;\n if (-1 < local_50) {\n iVar10 = local_50;\n }\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + iVar10 * 0x14;\n }\n *(int *)(iVar6 + 8) = piVar2[0x1a];\n }\nLAB_00095047:\n if (bVar13) {\n FUN_0002f640();\n }\n }\n if (piVar8 != (int *)0x0) {\n FUN_00026590();\n }\n if (pbVar7 != (byte *)0x0) {\n FUN_00026590();\n }\nLAB_00094ccf:\n if (local_20 != *(int *)(in_GS_OFFSET + 0x14)) {\n \n FUN_000f6410();\n }\n return;\n}\n\n" (function_definition "void __regparm1 FUN_00094c80(int *param_1,int param_2)\n\n{\n char *pcVar1;\n int *piVar2;\n int iVar3;\n char cVar4;\n byte bVar5;\n int iVar6;\n byte *pbVar7;\n int *piVar8;\n int *piVar9;\n int iVar10;\n int iVar11;\n undefined4 uVar12;\n int extraout_ECX;\n bool bVar13;\n int extraout_EDX;\n int unaff_EDI;\n int in_GS_OFFSET;\n int local_74;\n int local_70;\n int local_68;\n int local_60;\n int local_50;\n int local_48;\n int local_30 [2];\n undefined4 local_28;\n int local_24;\n int local_20;\n \n FUN_0001af1a();\n local_20 = *(int *)(in_GS_OFFSET + 0x14);\n local_30[0] = 0;\n local_28 = 0;\n iVar6 = FUN_00059670();\n if (iVar6 != 0) goto LAB_00094ccf;\n pbVar7 = (byte *)FUN_0002fd10();\n pcVar1 = *(char **)(extraout_EDX + 0xc);\n cVar4 = *pcVar1;\n if (cVar4 == -0x5c) {\n cVar4 = pcVar1[0x28];\n }\n if (cVar4 == -0x5b) {\n local_74 = **(int **)(pcVar1 + 0x14);\n }\n else {\n local_74 = 1;\n if (cVar4 == '\x7f') {\n local_74 = *(int *)**(undefined4 **)(pcVar1 + 0x14);\n }\n }\n piVar8 = (int *)FUN_00028410();\n if (*(char *)(*param_1 + 0x4d) == '\0') {\n piVar9 = local_30;\n piVar2 = (int *)param_1[2];\n if (extraout_ECX == param_2) {\n piVar9 = (int *)0x0;\n }\n iVar6 = FUN_00093e70(piVar9,piVar8,&local_28);\n iVar10 = FUN_00098c50();\n local_70 = iVar10;\n if (local_74 < 1) {\n bVar13 = false;\n if (local_74 != 0) {\n local_70 = FUN_0002f670();\n bVar13 = local_70 != 0 && iVar10 != local_70;\n }\n }\n else {\n if (*piVar8 == 0) {\n iVar11 = 0;\n do {\n iVar11 = iVar11 + 1;\n if (iVar11 == local_74) {\n bVar13 = false;\n goto LAB_00094dd5;\n }\n } while (piVar8[iVar11] == iVar11);\n }\n local_70 = FUN_0002f670();\n iVar11 = iVar10;\n do {\n iVar3 = iVar11 - iVar10;\n iVar11 = iVar11 + 1;\n FUN_000497a0(piVar8[iVar3] + local_70,0);\n } while (local_74 + iVar10 != iVar11);\n bVar13 = iVar10 != local_70 && local_70 != 0;\n }\nLAB_00094dd5:\n if (iVar6 == 5) {\n piVar9 = *(int **)(extraout_EDX + 0x14);\n FUN_0005da30();\n iVar6 = param_1[0xe];\n param_1[0xe] = iVar6 + -1;\n if (extraout_ECX == param_2) {\n local_68 = 0;\n if (0 < *piVar9) goto LAB_00095308;\n }\n else {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n local_68 = param_1[0xb] + 1;\n param_1[0xb] = local_68;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n local_68 = param_1[bVar5 + 0x24];\n }\n FUN_000497a0(local_70,local_68);\n if (0 < *piVar9) {\nLAB_00095308:\n iVar10 = 0;\n do {\n uVar12 = FUN_00098a90();\n if ((local_68 != 0) && (iVar11 = FUN_0001d840(), iVar11 != 0)) {\n FUN_000497a0(uVar12,local_68);\n }\n if ((iVar10 < *piVar9 + -1) || (extraout_ECX != param_2)) {\n FUN_000497a0(iVar6 + -1,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;\n }\n }\n else {\n FUN_000497a0(extraout_ECX,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }\n }\n if (local_24 != 0) {\n FUN_0002f640();\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 < *piVar9);\n }\n if (local_68 != 0) {\n FUN_000497a0(param_2,0);\n FUN_000497a0(extraout_ECX,0);\n FUN_00049570();\n FUN_0002f640();\n goto LAB_00095047;\n }\n }\n FUN_00049570();\n }\n else {\n if (extraout_ECX == param_2) {\n local_48 = 0;\n local_60 = extraout_ECX;\n }\n else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\n local_48 = local_60;\n }\n iVar10 = 0;\n if (0 < local_74) {\n do {\n while( true ) {\n FUN_0001d7b0();\n iVar11 = FUN_0001d840();\n if (iVar11 == 0) break;\n iVar10 = iVar10 + 1;\n FUN_000497a0(local_60,0);\n if (iVar10 == local_74) goto LAB_00094e68;\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 != local_74);\n }\nLAB_00094e68:\n if (iVar6 == 1) {\n FUN_000497a0(extraout_ECX,local_70);\n local_50 = FUN_000497a0(0,0);\n if ((local_30[0] != 0) && (local_74 == 1)) {\nLAB_000951fd:\n FUN_000497a0(extraout_ECX,0);\n }\n if (extraout_ECX == param_2) {\n FUN_000497a0(extraout_ECX,0);\n }\n }\n else {\n FUN_000497a0(local_74,0);\n FUN_000370b0(local_74);\n if (extraout_ECX == param_2) {\n FUN_00049940(extraout_ECX,local_70,local_74);\n goto LAB_00095047;\n }\n local_50 = FUN_000497a0(0,local_70);\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + local_50 * 0x14;\n *(undefined1 *)(iVar6 + 1) = 0xfd;\n *(int *)(iVar6 + 0x10) = local_74;\n }\n if ((local_30[0] != 0) && (local_74 == 1)) goto LAB_000951fd;\n }\n if (local_48 != 0) {\n FUN_00049570();\n }\n iVar10 = FUN_000497a0(extraout_ECX,0);\n iVar6 = 0;\n if (local_74 < 2) {\n local_60 = extraout_ECX;\n if (local_74 == 1) goto LAB_00094fd4;\nLAB_00095168:\n FUN_000497a0(param_2,0);\n }\n else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\nLAB_00094fd4:\n do {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n iVar11 = param_1[0xb] + 1;\n param_1[0xb] = iVar11;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n iVar11 = param_1[bVar5 + 0x24];\n }\n FUN_0001d7b0();\n FUN_0005da30();\n FUN_000497a0(iVar6,iVar11);\n FUN_000497a0(local_60,iVar11);\n FUN_000370b0(0xfffffffe);\n if (iVar11 != 0) {\n FUN_0002f640();\n }\n iVar6 = iVar6 + 1;\n } while (iVar6 < local_74);\n FUN_000497a0(param_2,0);\n if (1 < local_74) {\n FUN_00049570();\n FUN_000497a0(iVar10 + 1,0);\n param_2 = extraout_ECX;\n goto LAB_00095168;\n }\n }\n iVar6 = unaff_EDI + 0xb78d3;\n iVar10 = piVar2[0x1a] + -1;\n if (-1 < local_50) {\n iVar10 = local_50;\n }\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + iVar10 * 0x14;\n }\n *(int *)(iVar6 + 8) = piVar2[0x1a];\n }\nLAB_00095047:\n if (bVar13) {\n FUN_0002f640();\n }\n }\n if (piVar8 != (int *)0x0) {\n FUN_00026590();\n }\n if (pbVar7 != (byte *)0x0) {\n FUN_00026590();\n }\nLAB_00094ccf:\n if (local_20 != *(int *)(in_GS_OFFSET + 0x14)) {\n \n FUN_000f6410();\n }\n return;\n}" primitive_type (ERROR "__regparm1" identifier) (function_declarator "FUN_00094c80(int *param_1,int param_2)" identifier (parameter_list "(int *param_1,int param_2)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int param_2" primitive_type identifier) ))) (compound_statement "{\n char *pcVar1;\n int *piVar2;\n int iVar3;\n char cVar4;\n byte bVar5;\n int iVar6;\n byte *pbVar7;\n int *piVar8;\n int *piVar9;\n int iVar10;\n int iVar11;\n undefined4 uVar12;\n int extraout_ECX;\n bool bVar13;\n int extraout_EDX;\n int unaff_EDI;\n int in_GS_OFFSET;\n int local_74;\n int local_70;\n int local_68;\n int local_60;\n int local_50;\n int local_48;\n int local_30 [2];\n undefined4 local_28;\n int local_24;\n int local_20;\n \n FUN_0001af1a();\n local_20 = *(int *)(in_GS_OFFSET + 0x14);\n local_30[0] = 0;\n local_28 = 0;\n iVar6 = FUN_00059670();\n if (iVar6 != 0) goto LAB_00094ccf;\n pbVar7 = (byte *)FUN_0002fd10();\n pcVar1 = *(char **)(extraout_EDX + 0xc);\n cVar4 = *pcVar1;\n if (cVar4 == -0x5c) {\n cVar4 = pcVar1[0x28];\n }\n if (cVar4 == -0x5b) {\n local_74 = **(int **)(pcVar1 + 0x14);\n }\n else {\n local_74 = 1;\n if (cVar4 == '\x7f') {\n local_74 = *(int *)**(undefined4 **)(pcVar1 + 0x14);\n }\n }\n piVar8 = (int *)FUN_00028410();\n if (*(char *)(*param_1 + 0x4d) == '\0') {\n piVar9 = local_30;\n piVar2 = (int *)param_1[2];\n if (extraout_ECX == param_2) {\n piVar9 = (int *)0x0;\n }\n iVar6 = FUN_00093e70(piVar9,piVar8,&local_28);\n iVar10 = FUN_00098c50();\n local_70 = iVar10;\n if (local_74 < 1) {\n bVar13 = false;\n if (local_74 != 0) {\n local_70 = FUN_0002f670();\n bVar13 = local_70 != 0 && iVar10 != local_70;\n }\n }\n else {\n if (*piVar8 == 0) {\n iVar11 = 0;\n do {\n iVar11 = iVar11 + 1;\n if (iVar11 == local_74) {\n bVar13 = false;\n goto LAB_00094dd5;\n }\n } while (piVar8[iVar11] == iVar11);\n }\n local_70 = FUN_0002f670();\n iVar11 = iVar10;\n do {\n iVar3 = iVar11 - iVar10;\n iVar11 = iVar11 + 1;\n FUN_000497a0(piVar8[iVar3] + local_70,0);\n } while (local_74 + iVar10 != iVar11);\n bVar13 = iVar10 != local_70 && local_70 != 0;\n }\nLAB_00094dd5:\n if (iVar6 == 5) {\n piVar9 = *(int **)(extraout_EDX + 0x14);\n FUN_0005da30();\n iVar6 = param_1[0xe];\n param_1[0xe] = iVar6 + -1;\n if (extraout_ECX == param_2) {\n local_68 = 0;\n if (0 < *piVar9) goto LAB_00095308;\n }\n else {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n local_68 = param_1[0xb] + 1;\n param_1[0xb] = local_68;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n local_68 = param_1[bVar5 + 0x24];\n }\n FUN_000497a0(local_70,local_68);\n if (0 < *piVar9) {\nLAB_00095308:\n iVar10 = 0;\n do {\n uVar12 = FUN_00098a90();\n if ((local_68 != 0) && (iVar11 = FUN_0001d840(), iVar11 != 0)) {\n FUN_000497a0(uVar12,local_68);\n }\n if ((iVar10 < *piVar9 + -1) || (extraout_ECX != param_2)) {\n FUN_000497a0(iVar6 + -1,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;\n }\n }\n else {\n FUN_000497a0(extraout_ECX,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }\n }\n if (local_24 != 0) {\n FUN_0002f640();\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 < *piVar9);\n }\n if (local_68 != 0) {\n FUN_000497a0(param_2,0);\n FUN_000497a0(extraout_ECX,0);\n FUN_00049570();\n FUN_0002f640();\n goto LAB_00095047;\n }\n }\n FUN_00049570();\n }\n else {\n if (extraout_ECX == param_2) {\n local_48 = 0;\n local_60 = extraout_ECX;\n }\n else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\n local_48 = local_60;\n }\n iVar10 = 0;\n if (0 < local_74) {\n do {\n while( true ) {\n FUN_0001d7b0();\n iVar11 = FUN_0001d840();\n if (iVar11 == 0) break;\n iVar10 = iVar10 + 1;\n FUN_000497a0(local_60,0);\n if (iVar10 == local_74) goto LAB_00094e68;\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 != local_74);\n }\nLAB_00094e68:\n if (iVar6 == 1) {\n FUN_000497a0(extraout_ECX,local_70);\n local_50 = FUN_000497a0(0,0);\n if ((local_30[0] != 0) && (local_74 == 1)) {\nLAB_000951fd:\n FUN_000497a0(extraout_ECX,0);\n }\n if (extraout_ECX == param_2) {\n FUN_000497a0(extraout_ECX,0);\n }\n }\n else {\n FUN_000497a0(local_74,0);\n FUN_000370b0(local_74);\n if (extraout_ECX == param_2) {\n FUN_00049940(extraout_ECX,local_70,local_74);\n goto LAB_00095047;\n }\n local_50 = FUN_000497a0(0,local_70);\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + local_50 * 0x14;\n *(undefined1 *)(iVar6 + 1) = 0xfd;\n *(int *)(iVar6 + 0x10) = local_74;\n }\n if ((local_30[0] != 0) && (local_74 == 1)) goto LAB_000951fd;\n }\n if (local_48 != 0) {\n FUN_00049570();\n }\n iVar10 = FUN_000497a0(extraout_ECX,0);\n iVar6 = 0;\n if (local_74 < 2) {\n local_60 = extraout_ECX;\n if (local_74 == 1) goto LAB_00094fd4;\nLAB_00095168:\n FUN_000497a0(param_2,0);\n }\n else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\nLAB_00094fd4:\n do {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n iVar11 = param_1[0xb] + 1;\n param_1[0xb] = iVar11;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n iVar11 = param_1[bVar5 + 0x24];\n }\n FUN_0001d7b0();\n FUN_0005da30();\n FUN_000497a0(iVar6,iVar11);\n FUN_000497a0(local_60,iVar11);\n FUN_000370b0(0xfffffffe);\n if (iVar11 != 0) {\n FUN_0002f640();\n }\n iVar6 = iVar6 + 1;\n } while (iVar6 < local_74);\n FUN_000497a0(param_2,0);\n if (1 < local_74) {\n FUN_00049570();\n FUN_000497a0(iVar10 + 1,0);\n param_2 = extraout_ECX;\n goto LAB_00095168;\n }\n }\n iVar6 = unaff_EDI + 0xb78d3;\n iVar10 = piVar2[0x1a] + -1;\n if (-1 < local_50) {\n iVar10 = local_50;\n }\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + iVar10 * 0x14;\n }\n *(int *)(iVar6 + 8) = piVar2[0x1a];\n }\nLAB_00095047:\n if (bVar13) {\n FUN_0002f640();\n }\n }\n if (piVar8 != (int *)0x0) {\n FUN_00026590();\n }\n if (pbVar7 != (byte *)0x0) {\n FUN_00026590();\n }\nLAB_00094ccf:\n if (local_20 != *(int *)(in_GS_OFFSET + 0x14)) {\n \n FUN_000f6410();\n }\n return;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "char cVar4;" primitive_type identifier ;) (declaration "byte bVar5;" type_identifier identifier ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "byte *pbVar7;" type_identifier (pointer_declarator "*pbVar7" * identifier) ;) (declaration "int *piVar8;" primitive_type (pointer_declarator "*piVar8" * identifier) ;) (declaration "int *piVar9;" primitive_type (pointer_declarator "*piVar9" * identifier) ;) (declaration "int iVar10;" primitive_type identifier ;) (declaration "int iVar11;" primitive_type identifier ;) (declaration "undefined4 uVar12;" type_identifier identifier ;) (declaration "int extraout_ECX;" primitive_type identifier ;) (declaration "bool bVar13;" primitive_type identifier ;) (declaration "int extraout_EDX;" primitive_type identifier ;) (declaration "int unaff_EDI;" primitive_type identifier ;) (declaration "int in_GS_OFFSET;" primitive_type identifier ;) (declaration "int local_74;" primitive_type identifier ;) (declaration "int local_70;" primitive_type identifier ;) (declaration "int local_68;" primitive_type identifier ;) (declaration "int local_60;" primitive_type identifier ;) (declaration "int local_50;" primitive_type identifier ;) (declaration "int local_48;" primitive_type identifier ;) (declaration "int local_30 [2];" primitive_type (array_declarator "local_30 [2]" identifier [ number_literal ]) ;) (declaration "undefined4 local_28;" type_identifier identifier ;) (declaration "int local_24;" primitive_type identifier ;) (declaration "int local_20;" primitive_type identifier ;) (expression_statement "FUN_0001af1a();" (call_expression "FUN_0001af1a()" identifier (argument_list "()" ( ))) ;) (expression_statement "local_20 = *(int *)(in_GS_OFFSET + 0x14);" (assignment_expression "local_20 = *(int *)(in_GS_OFFSET + 0x14)" identifier = (pointer_expression "*(int *)(in_GS_OFFSET + 0x14)" * (cast_expression "(int *)(in_GS_OFFSET + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_GS_OFFSET + 0x14)" ( (binary_expression "in_GS_OFFSET + 0x14" identifier + number_literal) ))))) ;) (expression_statement "local_30[0] = 0;" (assignment_expression "local_30[0] = 0" (subscript_expression "local_30[0]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_28 = 0;" (assignment_expression "local_28 = 0" identifier = number_literal) ;) (expression_statement "iVar6 = FUN_00059670();" (assignment_expression "iVar6 = FUN_00059670()" identifier = (call_expression "FUN_00059670()" identifier (argument_list "()" ( )))) ;) (if_statement "if (iVar6 != 0) goto LAB_00094ccf;" if (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) (goto_statement "goto LAB_00094ccf;" goto statement_identifier ;)) (expression_statement "pbVar7 = (byte *)FUN_0002fd10();" (assignment_expression "pbVar7 = (byte *)FUN_0002fd10()" identifier = (cast_expression "(byte *)FUN_0002fd10()" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0002fd10()" identifier (argument_list "()" ( ))))) ;) (expression_statement "pcVar1 = *(char **)(extraout_EDX + 0xc);" (assignment_expression "pcVar1 = *(char **)(extraout_EDX + 0xc)" identifier = (pointer_expression "*(char **)(extraout_EDX + 0xc)" * (cast_expression "(char **)(extraout_EDX + 0xc)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(extraout_EDX + 0xc)" ( (binary_expression "extraout_EDX + 0xc" identifier + number_literal) ))))) ;) (expression_statement "cVar4 = *pcVar1;" (assignment_expression "cVar4 = *pcVar1" identifier = (pointer_expression "*pcVar1" * identifier)) ;) (if_statement "if (cVar4 == -0x5c) {\n cVar4 = pcVar1[0x28];\n }" if (parenthesized_expression "(cVar4 == -0x5c)" ( (binary_expression "cVar4 == -0x5c" identifier == number_literal) )) (compound_statement "{\n cVar4 = pcVar1[0x28];\n }" { (expression_statement "cVar4 = pcVar1[0x28];" (assignment_expression "cVar4 = pcVar1[0x28]" identifier = (subscript_expression "pcVar1[0x28]" identifier [ number_literal ])) ;) })) (if_statement "if (cVar4 == -0x5b) {\n local_74 = **(int **)(pcVar1 + 0x14);\n }\n else {\n local_74 = 1;\n if (cVar4 == '\x7f') {\n local_74 = *(int *)**(undefined4 **)(pcVar1 + 0x14);\n }\n }" if (parenthesized_expression "(cVar4 == -0x5b)" ( (binary_expression "cVar4 == -0x5b" identifier == number_literal) )) (compound_statement "{\n local_74 = **(int **)(pcVar1 + 0x14);\n }" { (expression_statement "local_74 = **(int **)(pcVar1 + 0x14);" (assignment_expression "local_74 = **(int **)(pcVar1 + 0x14)" identifier = (pointer_expression "**(int **)(pcVar1 + 0x14)" * (pointer_expression "*(int **)(pcVar1 + 0x14)" * (cast_expression "(int **)(pcVar1 + 0x14)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(pcVar1 + 0x14)" ( (binary_expression "pcVar1 + 0x14" identifier + number_literal) )))))) ;) }) (else_clause "else {\n local_74 = 1;\n if (cVar4 == '\x7f') {\n local_74 = *(int *)**(undefined4 **)(pcVar1 + 0x14);\n }\n }" else (compound_statement "{\n local_74 = 1;\n if (cVar4 == '\x7f') {\n local_74 = *(int *)**(undefined4 **)(pcVar1 + 0x14);\n }\n }" { (expression_statement "local_74 = 1;" (assignment_expression "local_74 = 1" identifier = number_literal) ;) (if_statement "if (cVar4 == '\x7f') {\n local_74 = *(int *)**(undefined4 **)(pcVar1 + 0x14);\n }" if (parenthesized_expression "(cVar4 == '\x7f')" ( (binary_expression "cVar4 == '\x7f'" identifier == (char_literal "'\x7f'" ' escape_sequence ')) )) (compound_statement "{\n local_74 = *(int *)**(undefined4 **)(pcVar1 + 0x14);\n }" { (expression_statement "local_74 = *(int *)**(undefined4 **)(pcVar1 + 0x14);" (assignment_expression "local_74 = *(int *)**(undefined4 **)(pcVar1 + 0x14)" identifier = (pointer_expression "*(int *)**(undefined4 **)(pcVar1 + 0x14)" * (cast_expression "(int *)**(undefined4 **)(pcVar1 + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "**(undefined4 **)(pcVar1 + 0x14)" * (pointer_expression "*(undefined4 **)(pcVar1 + 0x14)" * (cast_expression "(undefined4 **)(pcVar1 + 0x14)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(pcVar1 + 0x14)" ( (binary_expression "pcVar1 + 0x14" identifier + number_literal) )))))))) ;) })) }))) (expression_statement "piVar8 = (int *)FUN_00028410();" (assignment_expression "piVar8 = (int *)FUN_00028410()" identifier = (cast_expression "(int *)FUN_00028410()" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00028410()" identifier (argument_list "()" ( ))))) ;) (if_statement "if (*(char *)(*param_1 + 0x4d) == '\0') {\n piVar9 = local_30;\n piVar2 = (int *)param_1[2];\n if (extraout_ECX == param_2) {\n piVar9 = (int *)0x0;\n }\n iVar6 = FUN_00093e70(piVar9,piVar8,&local_28);\n iVar10 = FUN_00098c50();\n local_70 = iVar10;\n if (local_74 < 1) {\n bVar13 = false;\n if (local_74 != 0) {\n local_70 = FUN_0002f670();\n bVar13 = local_70 != 0 && iVar10 != local_70;\n }\n }\n else {\n if (*piVar8 == 0) {\n iVar11 = 0;\n do {\n iVar11 = iVar11 + 1;\n if (iVar11 == local_74) {\n bVar13 = false;\n goto LAB_00094dd5;\n }\n } while (piVar8[iVar11] == iVar11);\n }\n local_70 = FUN_0002f670();\n iVar11 = iVar10;\n do {\n iVar3 = iVar11 - iVar10;\n iVar11 = iVar11 + 1;\n FUN_000497a0(piVar8[iVar3] + local_70,0);\n } while (local_74 + iVar10 != iVar11);\n bVar13 = iVar10 != local_70 && local_70 != 0;\n }\nLAB_00094dd5:\n if (iVar6 == 5) {\n piVar9 = *(int **)(extraout_EDX + 0x14);\n FUN_0005da30();\n iVar6 = param_1[0xe];\n param_1[0xe] = iVar6 + -1;\n if (extraout_ECX == param_2) {\n local_68 = 0;\n if (0 < *piVar9) goto LAB_00095308;\n }\n else {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n local_68 = param_1[0xb] + 1;\n param_1[0xb] = local_68;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n local_68 = param_1[bVar5 + 0x24];\n }\n FUN_000497a0(local_70,local_68);\n if (0 < *piVar9) {\nLAB_00095308:\n iVar10 = 0;\n do {\n uVar12 = FUN_00098a90();\n if ((local_68 != 0) && (iVar11 = FUN_0001d840(), iVar11 != 0)) {\n FUN_000497a0(uVar12,local_68);\n }\n if ((iVar10 < *piVar9 + -1) || (extraout_ECX != param_2)) {\n FUN_000497a0(iVar6 + -1,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;\n }\n }\n else {\n FUN_000497a0(extraout_ECX,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }\n }\n if (local_24 != 0) {\n FUN_0002f640();\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 < *piVar9);\n }\n if (local_68 != 0) {\n FUN_000497a0(param_2,0);\n FUN_000497a0(extraout_ECX,0);\n FUN_00049570();\n FUN_0002f640();\n goto LAB_00095047;\n }\n }\n FUN_00049570();\n }\n else {\n if (extraout_ECX == param_2) {\n local_48 = 0;\n local_60 = extraout_ECX;\n }\n else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\n local_48 = local_60;\n }\n iVar10 = 0;\n if (0 < local_74) {\n do {\n while( true ) {\n FUN_0001d7b0();\n iVar11 = FUN_0001d840();\n if (iVar11 == 0) break;\n iVar10 = iVar10 + 1;\n FUN_000497a0(local_60,0);\n if (iVar10 == local_74) goto LAB_00094e68;\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 != local_74);\n }\nLAB_00094e68:\n if (iVar6 == 1) {\n FUN_000497a0(extraout_ECX,local_70);\n local_50 = FUN_000497a0(0,0);\n if ((local_30[0] != 0) && (local_74 == 1)) {\nLAB_000951fd:\n FUN_000497a0(extraout_ECX,0);\n }\n if (extraout_ECX == param_2) {\n FUN_000497a0(extraout_ECX,0);\n }\n }\n else {\n FUN_000497a0(local_74,0);\n FUN_000370b0(local_74);\n if (extraout_ECX == param_2) {\n FUN_00049940(extraout_ECX,local_70,local_74);\n goto LAB_00095047;\n }\n local_50 = FUN_000497a0(0,local_70);\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + local_50 * 0x14;\n *(undefined1 *)(iVar6 + 1) = 0xfd;\n *(int *)(iVar6 + 0x10) = local_74;\n }\n if ((local_30[0] != 0) && (local_74 == 1)) goto LAB_000951fd;\n }\n if (local_48 != 0) {\n FUN_00049570();\n }\n iVar10 = FUN_000497a0(extraout_ECX,0);\n iVar6 = 0;\n if (local_74 < 2) {\n local_60 = extraout_ECX;\n if (local_74 == 1) goto LAB_00094fd4;\nLAB_00095168:\n FUN_000497a0(param_2,0);\n }\n else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\nLAB_00094fd4:\n do {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n iVar11 = param_1[0xb] + 1;\n param_1[0xb] = iVar11;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n iVar11 = param_1[bVar5 + 0x24];\n }\n FUN_0001d7b0();\n FUN_0005da30();\n FUN_000497a0(iVar6,iVar11);\n FUN_000497a0(local_60,iVar11);\n FUN_000370b0(0xfffffffe);\n if (iVar11 != 0) {\n FUN_0002f640();\n }\n iVar6 = iVar6 + 1;\n } while (iVar6 < local_74);\n FUN_000497a0(param_2,0);\n if (1 < local_74) {\n FUN_00049570();\n FUN_000497a0(iVar10 + 1,0);\n param_2 = extraout_ECX;\n goto LAB_00095168;\n }\n }\n iVar6 = unaff_EDI + 0xb78d3;\n iVar10 = piVar2[0x1a] + -1;\n if (-1 < local_50) {\n iVar10 = local_50;\n }\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + iVar10 * 0x14;\n }\n *(int *)(iVar6 + 8) = piVar2[0x1a];\n }\nLAB_00095047:\n if (bVar13) {\n FUN_0002f640();\n }\n }" if (parenthesized_expression "(*(char *)(*param_1 + 0x4d) == '\0')" ( (binary_expression "*(char *)(*param_1 + 0x4d) == '\0'" (pointer_expression "*(char *)(*param_1 + 0x4d)" * (cast_expression "(char *)(*param_1 + 0x4d)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + 0x4d)" ( (binary_expression "*param_1 + 0x4d" (pointer_expression "*param_1" * identifier) + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n piVar9 = local_30;\n piVar2 = (int *)param_1[2];\n if (extraout_ECX == param_2) {\n piVar9 = (int *)0x0;\n }\n iVar6 = FUN_00093e70(piVar9,piVar8,&local_28);\n iVar10 = FUN_00098c50();\n local_70 = iVar10;\n if (local_74 < 1) {\n bVar13 = false;\n if (local_74 != 0) {\n local_70 = FUN_0002f670();\n bVar13 = local_70 != 0 && iVar10 != local_70;\n }\n }\n else {\n if (*piVar8 == 0) {\n iVar11 = 0;\n do {\n iVar11 = iVar11 + 1;\n if (iVar11 == local_74) {\n bVar13 = false;\n goto LAB_00094dd5;\n }\n } while (piVar8[iVar11] == iVar11);\n }\n local_70 = FUN_0002f670();\n iVar11 = iVar10;\n do {\n iVar3 = iVar11 - iVar10;\n iVar11 = iVar11 + 1;\n FUN_000497a0(piVar8[iVar3] + local_70,0);\n } while (local_74 + iVar10 != iVar11);\n bVar13 = iVar10 != local_70 && local_70 != 0;\n }\nLAB_00094dd5:\n if (iVar6 == 5) {\n piVar9 = *(int **)(extraout_EDX + 0x14);\n FUN_0005da30();\n iVar6 = param_1[0xe];\n param_1[0xe] = iVar6 + -1;\n if (extraout_ECX == param_2) {\n local_68 = 0;\n if (0 < *piVar9) goto LAB_00095308;\n }\n else {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n local_68 = param_1[0xb] + 1;\n param_1[0xb] = local_68;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n local_68 = param_1[bVar5 + 0x24];\n }\n FUN_000497a0(local_70,local_68);\n if (0 < *piVar9) {\nLAB_00095308:\n iVar10 = 0;\n do {\n uVar12 = FUN_00098a90();\n if ((local_68 != 0) && (iVar11 = FUN_0001d840(), iVar11 != 0)) {\n FUN_000497a0(uVar12,local_68);\n }\n if ((iVar10 < *piVar9 + -1) || (extraout_ECX != param_2)) {\n FUN_000497a0(iVar6 + -1,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;\n }\n }\n else {\n FUN_000497a0(extraout_ECX,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }\n }\n if (local_24 != 0) {\n FUN_0002f640();\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 < *piVar9);\n }\n if (local_68 != 0) {\n FUN_000497a0(param_2,0);\n FUN_000497a0(extraout_ECX,0);\n FUN_00049570();\n FUN_0002f640();\n goto LAB_00095047;\n }\n }\n FUN_00049570();\n }\n else {\n if (extraout_ECX == param_2) {\n local_48 = 0;\n local_60 = extraout_ECX;\n }\n else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\n local_48 = local_60;\n }\n iVar10 = 0;\n if (0 < local_74) {\n do {\n while( true ) {\n FUN_0001d7b0();\n iVar11 = FUN_0001d840();\n if (iVar11 == 0) break;\n iVar10 = iVar10 + 1;\n FUN_000497a0(local_60,0);\n if (iVar10 == local_74) goto LAB_00094e68;\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 != local_74);\n }\nLAB_00094e68:\n if (iVar6 == 1) {\n FUN_000497a0(extraout_ECX,local_70);\n local_50 = FUN_000497a0(0,0);\n if ((local_30[0] != 0) && (local_74 == 1)) {\nLAB_000951fd:\n FUN_000497a0(extraout_ECX,0);\n }\n if (extraout_ECX == param_2) {\n FUN_000497a0(extraout_ECX,0);\n }\n }\n else {\n FUN_000497a0(local_74,0);\n FUN_000370b0(local_74);\n if (extraout_ECX == param_2) {\n FUN_00049940(extraout_ECX,local_70,local_74);\n goto LAB_00095047;\n }\n local_50 = FUN_000497a0(0,local_70);\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + local_50 * 0x14;\n *(undefined1 *)(iVar6 + 1) = 0xfd;\n *(int *)(iVar6 + 0x10) = local_74;\n }\n if ((local_30[0] != 0) && (local_74 == 1)) goto LAB_000951fd;\n }\n if (local_48 != 0) {\n FUN_00049570();\n }\n iVar10 = FUN_000497a0(extraout_ECX,0);\n iVar6 = 0;\n if (local_74 < 2) {\n local_60 = extraout_ECX;\n if (local_74 == 1) goto LAB_00094fd4;\nLAB_00095168:\n FUN_000497a0(param_2,0);\n }\n else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\nLAB_00094fd4:\n do {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n iVar11 = param_1[0xb] + 1;\n param_1[0xb] = iVar11;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n iVar11 = param_1[bVar5 + 0x24];\n }\n FUN_0001d7b0();\n FUN_0005da30();\n FUN_000497a0(iVar6,iVar11);\n FUN_000497a0(local_60,iVar11);\n FUN_000370b0(0xfffffffe);\n if (iVar11 != 0) {\n FUN_0002f640();\n }\n iVar6 = iVar6 + 1;\n } while (iVar6 < local_74);\n FUN_000497a0(param_2,0);\n if (1 < local_74) {\n FUN_00049570();\n FUN_000497a0(iVar10 + 1,0);\n param_2 = extraout_ECX;\n goto LAB_00095168;\n }\n }\n iVar6 = unaff_EDI + 0xb78d3;\n iVar10 = piVar2[0x1a] + -1;\n if (-1 < local_50) {\n iVar10 = local_50;\n }\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + iVar10 * 0x14;\n }\n *(int *)(iVar6 + 8) = piVar2[0x1a];\n }\nLAB_00095047:\n if (bVar13) {\n FUN_0002f640();\n }\n }" { (expression_statement "piVar9 = local_30;" (assignment_expression "piVar9 = local_30" identifier = identifier) ;) (expression_statement "piVar2 = (int *)param_1[2];" (assignment_expression "piVar2 = (int *)param_1[2]" identifier = (cast_expression "(int *)param_1[2]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[2]" identifier [ number_literal ]))) ;) (if_statement "if (extraout_ECX == param_2) {\n piVar9 = (int *)0x0;\n }" if (parenthesized_expression "(extraout_ECX == param_2)" ( (binary_expression "extraout_ECX == param_2" identifier == identifier) )) (compound_statement "{\n piVar9 = (int *)0x0;\n }" { (expression_statement "piVar9 = (int *)0x0;" (assignment_expression "piVar9 = (int *)0x0" identifier = (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) })) (expression_statement "iVar6 = FUN_00093e70(piVar9,piVar8,&local_28);" (assignment_expression "iVar6 = FUN_00093e70(piVar9,piVar8,&local_28)" identifier = (call_expression "FUN_00093e70(piVar9,piVar8,&local_28)" identifier (argument_list "(piVar9,piVar8,&local_28)" ( identifier , identifier , (pointer_expression "&local_28" & identifier) )))) ;) (expression_statement "iVar10 = FUN_00098c50();" (assignment_expression "iVar10 = FUN_00098c50()" identifier = (call_expression "FUN_00098c50()" identifier (argument_list "()" ( )))) ;) (expression_statement "local_70 = iVar10;" (assignment_expression "local_70 = iVar10" identifier = identifier) ;) (if_statement "if (local_74 < 1) {\n bVar13 = false;\n if (local_74 != 0) {\n local_70 = FUN_0002f670();\n bVar13 = local_70 != 0 && iVar10 != local_70;\n }\n }\n else {\n if (*piVar8 == 0) {\n iVar11 = 0;\n do {\n iVar11 = iVar11 + 1;\n if (iVar11 == local_74) {\n bVar13 = false;\n goto LAB_00094dd5;\n }\n } while (piVar8[iVar11] == iVar11);\n }\n local_70 = FUN_0002f670();\n iVar11 = iVar10;\n do {\n iVar3 = iVar11 - iVar10;\n iVar11 = iVar11 + 1;\n FUN_000497a0(piVar8[iVar3] + local_70,0);\n } while (local_74 + iVar10 != iVar11);\n bVar13 = iVar10 != local_70 && local_70 != 0;\n }" if (parenthesized_expression "(local_74 < 1)" ( (binary_expression "local_74 < 1" identifier < number_literal) )) (compound_statement "{\n bVar13 = false;\n if (local_74 != 0) {\n local_70 = FUN_0002f670();\n bVar13 = local_70 != 0 && iVar10 != local_70;\n }\n }" { (expression_statement "bVar13 = false;" (assignment_expression "bVar13 = false" identifier = false) ;) (if_statement "if (local_74 != 0) {\n local_70 = FUN_0002f670();\n bVar13 = local_70 != 0 && iVar10 != local_70;\n }" if (parenthesized_expression "(local_74 != 0)" ( (binary_expression "local_74 != 0" identifier != number_literal) )) (compound_statement "{\n local_70 = FUN_0002f670();\n bVar13 = local_70 != 0 && iVar10 != local_70;\n }" { (expression_statement "local_70 = FUN_0002f670();" (assignment_expression "local_70 = FUN_0002f670()" identifier = (call_expression "FUN_0002f670()" identifier (argument_list "()" ( )))) ;) (expression_statement "bVar13 = local_70 != 0 && iVar10 != local_70;" (assignment_expression "bVar13 = local_70 != 0 && iVar10 != local_70" identifier = (binary_expression "local_70 != 0 && iVar10 != local_70" (binary_expression "local_70 != 0" identifier != number_literal) && (binary_expression "iVar10 != local_70" identifier != identifier))) ;) })) }) (else_clause "else {\n if (*piVar8 == 0) {\n iVar11 = 0;\n do {\n iVar11 = iVar11 + 1;\n if (iVar11 == local_74) {\n bVar13 = false;\n goto LAB_00094dd5;\n }\n } while (piVar8[iVar11] == iVar11);\n }\n local_70 = FUN_0002f670();\n iVar11 = iVar10;\n do {\n iVar3 = iVar11 - iVar10;\n iVar11 = iVar11 + 1;\n FUN_000497a0(piVar8[iVar3] + local_70,0);\n } while (local_74 + iVar10 != iVar11);\n bVar13 = iVar10 != local_70 && local_70 != 0;\n }" else (compound_statement "{\n if (*piVar8 == 0) {\n iVar11 = 0;\n do {\n iVar11 = iVar11 + 1;\n if (iVar11 == local_74) {\n bVar13 = false;\n goto LAB_00094dd5;\n }\n } while (piVar8[iVar11] == iVar11);\n }\n local_70 = FUN_0002f670();\n iVar11 = iVar10;\n do {\n iVar3 = iVar11 - iVar10;\n iVar11 = iVar11 + 1;\n FUN_000497a0(piVar8[iVar3] + local_70,0);\n } while (local_74 + iVar10 != iVar11);\n bVar13 = iVar10 != local_70 && local_70 != 0;\n }" { (if_statement "if (*piVar8 == 0) {\n iVar11 = 0;\n do {\n iVar11 = iVar11 + 1;\n if (iVar11 == local_74) {\n bVar13 = false;\n goto LAB_00094dd5;\n }\n } while (piVar8[iVar11] == iVar11);\n }" if (parenthesized_expression "(*piVar8 == 0)" ( (binary_expression "*piVar8 == 0" (pointer_expression "*piVar8" * identifier) == number_literal) )) (compound_statement "{\n iVar11 = 0;\n do {\n iVar11 = iVar11 + 1;\n if (iVar11 == local_74) {\n bVar13 = false;\n goto LAB_00094dd5;\n }\n } while (piVar8[iVar11] == iVar11);\n }" { (expression_statement "iVar11 = 0;" (assignment_expression "iVar11 = 0" identifier = number_literal) ;) (do_statement "do {\n iVar11 = iVar11 + 1;\n if (iVar11 == local_74) {\n bVar13 = false;\n goto LAB_00094dd5;\n }\n } while (piVar8[iVar11] == iVar11);" do (compound_statement "{\n iVar11 = iVar11 + 1;\n if (iVar11 == local_74) {\n bVar13 = false;\n goto LAB_00094dd5;\n }\n }" { (expression_statement "iVar11 = iVar11 + 1;" (assignment_expression "iVar11 = iVar11 + 1" identifier = (binary_expression "iVar11 + 1" identifier + number_literal)) ;) (if_statement "if (iVar11 == local_74) {\n bVar13 = false;\n goto LAB_00094dd5;\n }" if (parenthesized_expression "(iVar11 == local_74)" ( (binary_expression "iVar11 == local_74" identifier == identifier) )) (compound_statement "{\n bVar13 = false;\n goto LAB_00094dd5;\n }" { (expression_statement "bVar13 = false;" (assignment_expression "bVar13 = false" identifier = false) ;) (goto_statement "goto LAB_00094dd5;" goto statement_identifier ;) })) }) while (parenthesized_expression "(piVar8[iVar11] == iVar11)" ( (binary_expression "piVar8[iVar11] == iVar11" (subscript_expression "piVar8[iVar11]" identifier [ identifier ]) == identifier) )) ;) })) (expression_statement "local_70 = FUN_0002f670();" (assignment_expression "local_70 = FUN_0002f670()" identifier = (call_expression "FUN_0002f670()" identifier (argument_list "()" ( )))) ;) (expression_statement "iVar11 = iVar10;" (assignment_expression "iVar11 = iVar10" identifier = identifier) ;) (do_statement "do {\n iVar3 = iVar11 - iVar10;\n iVar11 = iVar11 + 1;\n FUN_000497a0(piVar8[iVar3] + local_70,0);\n } while (local_74 + iVar10 != iVar11);" do (compound_statement "{\n iVar3 = iVar11 - iVar10;\n iVar11 = iVar11 + 1;\n FUN_000497a0(piVar8[iVar3] + local_70,0);\n }" { (expression_statement "iVar3 = iVar11 - iVar10;" (assignment_expression "iVar3 = iVar11 - iVar10" identifier = (binary_expression "iVar11 - iVar10" identifier - identifier)) ;) (expression_statement "iVar11 = iVar11 + 1;" (assignment_expression "iVar11 = iVar11 + 1" identifier = (binary_expression "iVar11 + 1" identifier + number_literal)) ;) (expression_statement "FUN_000497a0(piVar8[iVar3] + local_70,0);" (call_expression "FUN_000497a0(piVar8[iVar3] + local_70,0)" identifier (argument_list "(piVar8[iVar3] + local_70,0)" ( (binary_expression "piVar8[iVar3] + local_70" (subscript_expression "piVar8[iVar3]" identifier [ identifier ]) + identifier) , number_literal ))) ;) }) while (parenthesized_expression "(local_74 + iVar10 != iVar11)" ( (binary_expression "local_74 + iVar10 != iVar11" (binary_expression "local_74 + iVar10" identifier + identifier) != identifier) )) ;) (expression_statement "bVar13 = iVar10 != local_70 && local_70 != 0;" (assignment_expression "bVar13 = iVar10 != local_70 && local_70 != 0" identifier = (binary_expression "iVar10 != local_70 && local_70 != 0" (binary_expression "iVar10 != local_70" identifier != identifier) && (binary_expression "local_70 != 0" identifier != number_literal))) ;) }))) (labeled_statement "LAB_00094dd5:\n if (iVar6 == 5) {\n piVar9 = *(int **)(extraout_EDX + 0x14);\n FUN_0005da30();\n iVar6 = param_1[0xe];\n param_1[0xe] = iVar6 + -1;\n if (extraout_ECX == param_2) {\n local_68 = 0;\n if (0 < *piVar9) goto LAB_00095308;\n }\n else {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n local_68 = param_1[0xb] + 1;\n param_1[0xb] = local_68;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n local_68 = param_1[bVar5 + 0x24];\n }\n FUN_000497a0(local_70,local_68);\n if (0 < *piVar9) {\nLAB_00095308:\n iVar10 = 0;\n do {\n uVar12 = FUN_00098a90();\n if ((local_68 != 0) && (iVar11 = FUN_0001d840(), iVar11 != 0)) {\n FUN_000497a0(uVar12,local_68);\n }\n if ((iVar10 < *piVar9 + -1) || (extraout_ECX != param_2)) {\n FUN_000497a0(iVar6 + -1,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;\n }\n }\n else {\n FUN_000497a0(extraout_ECX,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }\n }\n if (local_24 != 0) {\n FUN_0002f640();\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 < *piVar9);\n }\n if (local_68 != 0) {\n FUN_000497a0(param_2,0);\n FUN_000497a0(extraout_ECX,0);\n FUN_00049570();\n FUN_0002f640();\n goto LAB_00095047;\n }\n }\n FUN_00049570();\n }\n else {\n if (extraout_ECX == param_2) {\n local_48 = 0;\n local_60 = extraout_ECX;\n }\n else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\n local_48 = local_60;\n }\n iVar10 = 0;\n if (0 < local_74) {\n do {\n while( true ) {\n FUN_0001d7b0();\n iVar11 = FUN_0001d840();\n if (iVar11 == 0) break;\n iVar10 = iVar10 + 1;\n FUN_000497a0(local_60,0);\n if (iVar10 == local_74) goto LAB_00094e68;\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 != local_74);\n }\nLAB_00094e68:\n if (iVar6 == 1) {\n FUN_000497a0(extraout_ECX,local_70);\n local_50 = FUN_000497a0(0,0);\n if ((local_30[0] != 0) && (local_74 == 1)) {\nLAB_000951fd:\n FUN_000497a0(extraout_ECX,0);\n }\n if (extraout_ECX == param_2) {\n FUN_000497a0(extraout_ECX,0);\n }\n }\n else {\n FUN_000497a0(local_74,0);\n FUN_000370b0(local_74);\n if (extraout_ECX == param_2) {\n FUN_00049940(extraout_ECX,local_70,local_74);\n goto LAB_00095047;\n }\n local_50 = FUN_000497a0(0,local_70);\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + local_50 * 0x14;\n *(undefined1 *)(iVar6 + 1) = 0xfd;\n *(int *)(iVar6 + 0x10) = local_74;\n }\n if ((local_30[0] != 0) && (local_74 == 1)) goto LAB_000951fd;\n }\n if (local_48 != 0) {\n FUN_00049570();\n }\n iVar10 = FUN_000497a0(extraout_ECX,0);\n iVar6 = 0;\n if (local_74 < 2) {\n local_60 = extraout_ECX;\n if (local_74 == 1) goto LAB_00094fd4;\nLAB_00095168:\n FUN_000497a0(param_2,0);\n }\n else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\nLAB_00094fd4:\n do {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n iVar11 = param_1[0xb] + 1;\n param_1[0xb] = iVar11;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n iVar11 = param_1[bVar5 + 0x24];\n }\n FUN_0001d7b0();\n FUN_0005da30();\n FUN_000497a0(iVar6,iVar11);\n FUN_000497a0(local_60,iVar11);\n FUN_000370b0(0xfffffffe);\n if (iVar11 != 0) {\n FUN_0002f640();\n }\n iVar6 = iVar6 + 1;\n } while (iVar6 < local_74);\n FUN_000497a0(param_2,0);\n if (1 < local_74) {\n FUN_00049570();\n FUN_000497a0(iVar10 + 1,0);\n param_2 = extraout_ECX;\n goto LAB_00095168;\n }\n }\n iVar6 = unaff_EDI + 0xb78d3;\n iVar10 = piVar2[0x1a] + -1;\n if (-1 < local_50) {\n iVar10 = local_50;\n }\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + iVar10 * 0x14;\n }\n *(int *)(iVar6 + 8) = piVar2[0x1a];\n }" statement_identifier : (if_statement "if (iVar6 == 5) {\n piVar9 = *(int **)(extraout_EDX + 0x14);\n FUN_0005da30();\n iVar6 = param_1[0xe];\n param_1[0xe] = iVar6 + -1;\n if (extraout_ECX == param_2) {\n local_68 = 0;\n if (0 < *piVar9) goto LAB_00095308;\n }\n else {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n local_68 = param_1[0xb] + 1;\n param_1[0xb] = local_68;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n local_68 = param_1[bVar5 + 0x24];\n }\n FUN_000497a0(local_70,local_68);\n if (0 < *piVar9) {\nLAB_00095308:\n iVar10 = 0;\n do {\n uVar12 = FUN_00098a90();\n if ((local_68 != 0) && (iVar11 = FUN_0001d840(), iVar11 != 0)) {\n FUN_000497a0(uVar12,local_68);\n }\n if ((iVar10 < *piVar9 + -1) || (extraout_ECX != param_2)) {\n FUN_000497a0(iVar6 + -1,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;\n }\n }\n else {\n FUN_000497a0(extraout_ECX,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }\n }\n if (local_24 != 0) {\n FUN_0002f640();\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 < *piVar9);\n }\n if (local_68 != 0) {\n FUN_000497a0(param_2,0);\n FUN_000497a0(extraout_ECX,0);\n FUN_00049570();\n FUN_0002f640();\n goto LAB_00095047;\n }\n }\n FUN_00049570();\n }\n else {\n if (extraout_ECX == param_2) {\n local_48 = 0;\n local_60 = extraout_ECX;\n }\n else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\n local_48 = local_60;\n }\n iVar10 = 0;\n if (0 < local_74) {\n do {\n while( true ) {\n FUN_0001d7b0();\n iVar11 = FUN_0001d840();\n if (iVar11 == 0) break;\n iVar10 = iVar10 + 1;\n FUN_000497a0(local_60,0);\n if (iVar10 == local_74) goto LAB_00094e68;\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 != local_74);\n }\nLAB_00094e68:\n if (iVar6 == 1) {\n FUN_000497a0(extraout_ECX,local_70);\n local_50 = FUN_000497a0(0,0);\n if ((local_30[0] != 0) && (local_74 == 1)) {\nLAB_000951fd:\n FUN_000497a0(extraout_ECX,0);\n }\n if (extraout_ECX == param_2) {\n FUN_000497a0(extraout_ECX,0);\n }\n }\n else {\n FUN_000497a0(local_74,0);\n FUN_000370b0(local_74);\n if (extraout_ECX == param_2) {\n FUN_00049940(extraout_ECX,local_70,local_74);\n goto LAB_00095047;\n }\n local_50 = FUN_000497a0(0,local_70);\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + local_50 * 0x14;\n *(undefined1 *)(iVar6 + 1) = 0xfd;\n *(int *)(iVar6 + 0x10) = local_74;\n }\n if ((local_30[0] != 0) && (local_74 == 1)) goto LAB_000951fd;\n }\n if (local_48 != 0) {\n FUN_00049570();\n }\n iVar10 = FUN_000497a0(extraout_ECX,0);\n iVar6 = 0;\n if (local_74 < 2) {\n local_60 = extraout_ECX;\n if (local_74 == 1) goto LAB_00094fd4;\nLAB_00095168:\n FUN_000497a0(param_2,0);\n }\n else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\nLAB_00094fd4:\n do {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n iVar11 = param_1[0xb] + 1;\n param_1[0xb] = iVar11;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n iVar11 = param_1[bVar5 + 0x24];\n }\n FUN_0001d7b0();\n FUN_0005da30();\n FUN_000497a0(iVar6,iVar11);\n FUN_000497a0(local_60,iVar11);\n FUN_000370b0(0xfffffffe);\n if (iVar11 != 0) {\n FUN_0002f640();\n }\n iVar6 = iVar6 + 1;\n } while (iVar6 < local_74);\n FUN_000497a0(param_2,0);\n if (1 < local_74) {\n FUN_00049570();\n FUN_000497a0(iVar10 + 1,0);\n param_2 = extraout_ECX;\n goto LAB_00095168;\n }\n }\n iVar6 = unaff_EDI + 0xb78d3;\n iVar10 = piVar2[0x1a] + -1;\n if (-1 < local_50) {\n iVar10 = local_50;\n }\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + iVar10 * 0x14;\n }\n *(int *)(iVar6 + 8) = piVar2[0x1a];\n }" if (parenthesized_expression "(iVar6 == 5)" ( (binary_expression "iVar6 == 5" identifier == number_literal) )) (compound_statement "{\n piVar9 = *(int **)(extraout_EDX + 0x14);\n FUN_0005da30();\n iVar6 = param_1[0xe];\n param_1[0xe] = iVar6 + -1;\n if (extraout_ECX == param_2) {\n local_68 = 0;\n if (0 < *piVar9) goto LAB_00095308;\n }\n else {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n local_68 = param_1[0xb] + 1;\n param_1[0xb] = local_68;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n local_68 = param_1[bVar5 + 0x24];\n }\n FUN_000497a0(local_70,local_68);\n if (0 < *piVar9) {\nLAB_00095308:\n iVar10 = 0;\n do {\n uVar12 = FUN_00098a90();\n if ((local_68 != 0) && (iVar11 = FUN_0001d840(), iVar11 != 0)) {\n FUN_000497a0(uVar12,local_68);\n }\n if ((iVar10 < *piVar9 + -1) || (extraout_ECX != param_2)) {\n FUN_000497a0(iVar6 + -1,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;\n }\n }\n else {\n FUN_000497a0(extraout_ECX,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }\n }\n if (local_24 != 0) {\n FUN_0002f640();\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 < *piVar9);\n }\n if (local_68 != 0) {\n FUN_000497a0(param_2,0);\n FUN_000497a0(extraout_ECX,0);\n FUN_00049570();\n FUN_0002f640();\n goto LAB_00095047;\n }\n }\n FUN_00049570();\n }" { (expression_statement "piVar9 = *(int **)(extraout_EDX + 0x14);" (assignment_expression "piVar9 = *(int **)(extraout_EDX + 0x14)" identifier = (pointer_expression "*(int **)(extraout_EDX + 0x14)" * (cast_expression "(int **)(extraout_EDX + 0x14)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(extraout_EDX + 0x14)" ( (binary_expression "extraout_EDX + 0x14" identifier + number_literal) ))))) ;) (expression_statement "FUN_0005da30();" (call_expression "FUN_0005da30()" identifier (argument_list "()" ( ))) ;) (expression_statement "iVar6 = param_1[0xe];" (assignment_expression "iVar6 = param_1[0xe]" identifier = (subscript_expression "param_1[0xe]" identifier [ number_literal ])) ;) (expression_statement "param_1[0xe] = iVar6 + -1;" (assignment_expression "param_1[0xe] = iVar6 + -1" (subscript_expression "param_1[0xe]" identifier [ number_literal ]) = (binary_expression "iVar6 + -1" identifier + number_literal)) ;) (if_statement "if (extraout_ECX == param_2) {\n local_68 = 0;\n if (0 < *piVar9) goto LAB_00095308;\n }\n else {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n local_68 = param_1[0xb] + 1;\n param_1[0xb] = local_68;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n local_68 = param_1[bVar5 + 0x24];\n }\n FUN_000497a0(local_70,local_68);\n if (0 < *piVar9) {\nLAB_00095308:\n iVar10 = 0;\n do {\n uVar12 = FUN_00098a90();\n if ((local_68 != 0) && (iVar11 = FUN_0001d840(), iVar11 != 0)) {\n FUN_000497a0(uVar12,local_68);\n }\n if ((iVar10 < *piVar9 + -1) || (extraout_ECX != param_2)) {\n FUN_000497a0(iVar6 + -1,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;\n }\n }\n else {\n FUN_000497a0(extraout_ECX,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }\n }\n if (local_24 != 0) {\n FUN_0002f640();\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 < *piVar9);\n }\n if (local_68 != 0) {\n FUN_000497a0(param_2,0);\n FUN_000497a0(extraout_ECX,0);\n FUN_00049570();\n FUN_0002f640();\n goto LAB_00095047;\n }\n }" if (parenthesized_expression "(extraout_ECX == param_2)" ( (binary_expression "extraout_ECX == param_2" identifier == identifier) )) (compound_statement "{\n local_68 = 0;\n if (0 < *piVar9) goto LAB_00095308;\n }" { (expression_statement "local_68 = 0;" (assignment_expression "local_68 = 0" identifier = number_literal) ;) (if_statement "if (0 < *piVar9) goto LAB_00095308;" if (parenthesized_expression "(0 < *piVar9)" ( (binary_expression "0 < *piVar9" number_literal < (pointer_expression "*piVar9" * identifier)) )) (goto_statement "goto LAB_00095308;" goto statement_identifier ;)) }) (else_clause "else {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n local_68 = param_1[0xb] + 1;\n param_1[0xb] = local_68;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n local_68 = param_1[bVar5 + 0x24];\n }\n FUN_000497a0(local_70,local_68);\n if (0 < *piVar9) {\nLAB_00095308:\n iVar10 = 0;\n do {\n uVar12 = FUN_00098a90();\n if ((local_68 != 0) && (iVar11 = FUN_0001d840(), iVar11 != 0)) {\n FUN_000497a0(uVar12,local_68);\n }\n if ((iVar10 < *piVar9 + -1) || (extraout_ECX != param_2)) {\n FUN_000497a0(iVar6 + -1,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;\n }\n }\n else {\n FUN_000497a0(extraout_ECX,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }\n }\n if (local_24 != 0) {\n FUN_0002f640();\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 < *piVar9);\n }\n if (local_68 != 0) {\n FUN_000497a0(param_2,0);\n FUN_000497a0(extraout_ECX,0);\n FUN_00049570();\n FUN_0002f640();\n goto LAB_00095047;\n }\n }" else (compound_statement "{\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n local_68 = param_1[0xb] + 1;\n param_1[0xb] = local_68;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n local_68 = param_1[bVar5 + 0x24];\n }\n FUN_000497a0(local_70,local_68);\n if (0 < *piVar9) {\nLAB_00095308:\n iVar10 = 0;\n do {\n uVar12 = FUN_00098a90();\n if ((local_68 != 0) && (iVar11 = FUN_0001d840(), iVar11 != 0)) {\n FUN_000497a0(uVar12,local_68);\n }\n if ((iVar10 < *piVar9 + -1) || (extraout_ECX != param_2)) {\n FUN_000497a0(iVar6 + -1,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;\n }\n }\n else {\n FUN_000497a0(extraout_ECX,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }\n }\n if (local_24 != 0) {\n FUN_0002f640();\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 < *piVar9);\n }\n if (local_68 != 0) {\n FUN_000497a0(param_2,0);\n FUN_000497a0(extraout_ECX,0);\n FUN_00049570();\n FUN_0002f640();\n goto LAB_00095047;\n }\n }" { (if_statement "if (*(char *)((int)param_1 + 0x13) == '\0') {\n local_68 = param_1[0xb] + 1;\n param_1[0xb] = local_68;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n local_68 = param_1[bVar5 + 0x24];\n }" if (parenthesized_expression "(*(char *)((int)param_1 + 0x13) == '\0')" ( (binary_expression "*(char *)((int)param_1 + 0x13) == '\0'" (pointer_expression "*(char *)((int)param_1 + 0x13)" * (cast_expression "(char *)((int)param_1 + 0x13)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + 0x13)" ( (binary_expression "(int)param_1 + 0x13" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n local_68 = param_1[0xb] + 1;\n param_1[0xb] = local_68;\n }" { (expression_statement "local_68 = param_1[0xb] + 1;" (assignment_expression "local_68 = param_1[0xb] + 1" identifier = (binary_expression "param_1[0xb] + 1" (subscript_expression "param_1[0xb]" identifier [ number_literal ]) + number_literal)) ;) (expression_statement "param_1[0xb] = local_68;" (assignment_expression "param_1[0xb] = local_68" (subscript_expression "param_1[0xb]" identifier [ number_literal ]) = identifier) ;) }) (else_clause "else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n local_68 = param_1[bVar5 + 0x24];\n }" else (compound_statement "{\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n local_68 = param_1[bVar5 + 0x24];\n }" { (expression_statement "bVar5 = *(char *)((int)param_1 + 0x13) - 1;" (assignment_expression "bVar5 = *(char *)((int)param_1 + 0x13) - 1" identifier = (binary_expression "*(char *)((int)param_1 + 0x13) - 1" (pointer_expression "*(char *)((int)param_1 + 0x13)" * (cast_expression "(char *)((int)param_1 + 0x13)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + 0x13)" ( (binary_expression "(int)param_1 + 0x13" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) - number_literal)) ;) (expression_statement "*(byte *)((int)param_1 + 0x13) = bVar5;" (assignment_expression "*(byte *)((int)param_1 + 0x13) = bVar5" (pointer_expression "*(byte *)((int)param_1 + 0x13)" * (cast_expression "(byte *)((int)param_1 + 0x13)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + 0x13)" ( (binary_expression "(int)param_1 + 0x13" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "local_68 = param_1[bVar5 + 0x24];" (assignment_expression "local_68 = param_1[bVar5 + 0x24]" identifier = (subscript_expression "param_1[bVar5 + 0x24]" identifier [ (binary_expression "bVar5 + 0x24" identifier + number_literal) ])) ;) }))) (expression_statement "FUN_000497a0(local_70,local_68);" (call_expression "FUN_000497a0(local_70,local_68)" identifier (argument_list "(local_70,local_68)" ( identifier , identifier ))) ;) (if_statement "if (0 < *piVar9) {\nLAB_00095308:\n iVar10 = 0;\n do {\n uVar12 = FUN_00098a90();\n if ((local_68 != 0) && (iVar11 = FUN_0001d840(), iVar11 != 0)) {\n FUN_000497a0(uVar12,local_68);\n }\n if ((iVar10 < *piVar9 + -1) || (extraout_ECX != param_2)) {\n FUN_000497a0(iVar6 + -1,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;\n }\n }\n else {\n FUN_000497a0(extraout_ECX,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }\n }\n if (local_24 != 0) {\n FUN_0002f640();\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 < *piVar9);\n }" if (parenthesized_expression "(0 < *piVar9)" ( (binary_expression "0 < *piVar9" number_literal < (pointer_expression "*piVar9" * identifier)) )) (compound_statement "{\nLAB_00095308:\n iVar10 = 0;\n do {\n uVar12 = FUN_00098a90();\n if ((local_68 != 0) && (iVar11 = FUN_0001d840(), iVar11 != 0)) {\n FUN_000497a0(uVar12,local_68);\n }\n if ((iVar10 < *piVar9 + -1) || (extraout_ECX != param_2)) {\n FUN_000497a0(iVar6 + -1,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;\n }\n }\n else {\n FUN_000497a0(extraout_ECX,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }\n }\n if (local_24 != 0) {\n FUN_0002f640();\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 < *piVar9);\n }" { (labeled_statement "LAB_00095308:\n iVar10 = 0;" statement_identifier : (expression_statement "iVar10 = 0;" (assignment_expression "iVar10 = 0" identifier = number_literal) ;)) (do_statement "do {\n uVar12 = FUN_00098a90();\n if ((local_68 != 0) && (iVar11 = FUN_0001d840(), iVar11 != 0)) {\n FUN_000497a0(uVar12,local_68);\n }\n if ((iVar10 < *piVar9 + -1) || (extraout_ECX != param_2)) {\n FUN_000497a0(iVar6 + -1,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;\n }\n }\n else {\n FUN_000497a0(extraout_ECX,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }\n }\n if (local_24 != 0) {\n FUN_0002f640();\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 < *piVar9);" do (compound_statement "{\n uVar12 = FUN_00098a90();\n if ((local_68 != 0) && (iVar11 = FUN_0001d840(), iVar11 != 0)) {\n FUN_000497a0(uVar12,local_68);\n }\n if ((iVar10 < *piVar9 + -1) || (extraout_ECX != param_2)) {\n FUN_000497a0(iVar6 + -1,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;\n }\n }\n else {\n FUN_000497a0(extraout_ECX,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }\n }\n if (local_24 != 0) {\n FUN_0002f640();\n }\n iVar10 = iVar10 + 1;\n }" { (expression_statement "uVar12 = FUN_00098a90();" (assignment_expression "uVar12 = FUN_00098a90()" identifier = (call_expression "FUN_00098a90()" identifier (argument_list "()" ( )))) ;) (if_statement "if ((local_68 != 0) && (iVar11 = FUN_0001d840(), iVar11 != 0)) {\n FUN_000497a0(uVar12,local_68);\n }" if (parenthesized_expression "((local_68 != 0) && (iVar11 = FUN_0001d840(), iVar11 != 0))" ( (binary_expression "(local_68 != 0) && (iVar11 = FUN_0001d840(), iVar11 != 0)" (parenthesized_expression "(local_68 != 0)" ( (binary_expression "local_68 != 0" identifier != number_literal) )) && (parenthesized_expression "(iVar11 = FUN_0001d840(), iVar11 != 0)" ( (comma_expression "iVar11 = FUN_0001d840(), iVar11 != 0" (assignment_expression "iVar11 = FUN_0001d840()" identifier = (call_expression "FUN_0001d840()" identifier (argument_list "()" ( )))) , (binary_expression "iVar11 != 0" identifier != number_literal)) ))) )) (compound_statement "{\n FUN_000497a0(uVar12,local_68);\n }" { (expression_statement "FUN_000497a0(uVar12,local_68);" (call_expression "FUN_000497a0(uVar12,local_68)" identifier (argument_list "(uVar12,local_68)" ( identifier , identifier ))) ;) })) (if_statement "if ((iVar10 < *piVar9 + -1) || (extraout_ECX != param_2)) {\n FUN_000497a0(iVar6 + -1,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;\n }\n }\n else {\n FUN_000497a0(extraout_ECX,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }\n }" if (parenthesized_expression "((iVar10 < *piVar9 + -1) || (extraout_ECX != param_2))" ( (binary_expression "(iVar10 < *piVar9 + -1) || (extraout_ECX != param_2)" (parenthesized_expression "(iVar10 < *piVar9 + -1)" ( (binary_expression "iVar10 < *piVar9 + -1" identifier < (binary_expression "*piVar9 + -1" (pointer_expression "*piVar9" * identifier) + number_literal)) )) || (parenthesized_expression "(extraout_ECX != param_2)" ( (binary_expression "extraout_ECX != param_2" identifier != identifier) ))) )) (compound_statement "{\n FUN_000497a0(iVar6 + -1,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;\n }\n }" { (expression_statement "FUN_000497a0(iVar6 + -1,uVar12);" (call_expression "FUN_000497a0(iVar6 + -1,uVar12)" identifier (argument_list "(iVar6 + -1,uVar12)" ( (binary_expression "iVar6 + -1" identifier + number_literal) , identifier ))) ;) (expression_statement "FUN_000370b0(0xfffffffe);" (call_expression "FUN_000370b0(0xfffffffe)" identifier (argument_list "(0xfffffffe)" ( number_literal ))) ;) (if_statement "if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;\n }" if (parenthesized_expression "(0 < piVar2[0x1a])" ( (binary_expression "0 < piVar2[0x1a]" number_literal < (subscript_expression "piVar2[0x1a]" identifier [ number_literal ])) )) (compound_statement "{\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;\n }" { (expression_statement "*(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;" (assignment_expression "*(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7" (pointer_expression "*(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12)" * (cast_expression "(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12)" ( (type_descriptor "short *" (sized_type_specifier "short" short) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12)" ( (binary_expression "piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12" (binary_expression "piVar2[0x19] + piVar2[0x1a] * 0x14" (subscript_expression "piVar2[0x19]" identifier [ number_literal ]) + (binary_expression "piVar2[0x1a] * 0x14" (subscript_expression "piVar2[0x1a]" identifier [ number_literal ]) * number_literal)) + number_literal) )))) = (cast_expression "(short)(char)*pbVar7" ( (type_descriptor "short" (sized_type_specifier "short" short)) ) (cast_expression "(char)*pbVar7" ( (type_descriptor "char" primitive_type) ) (pointer_expression "*pbVar7" * identifier)))) ;) })) }) (else_clause "else {\n FUN_000497a0(extraout_ECX,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }\n }" else (compound_statement "{\n FUN_000497a0(extraout_ECX,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }\n }" { (expression_statement "FUN_000497a0(extraout_ECX,uVar12);" (call_expression "FUN_000497a0(extraout_ECX,uVar12)" identifier (argument_list "(extraout_ECX,uVar12)" ( identifier , identifier ))) ;) (expression_statement "FUN_000370b0(0xfffffffe);" (call_expression "FUN_000370b0(0xfffffffe)" identifier (argument_list "(0xfffffffe)" ( number_literal ))) ;) (if_statement "if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }" if (parenthesized_expression "(0 < piVar2[0x1a])" ( (binary_expression "0 < piVar2[0x1a]" number_literal < (subscript_expression "piVar2[0x1a]" identifier [ number_literal ])) )) (compound_statement "{\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }" { (expression_statement "*(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);" (assignment_expression "*(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10)" (pointer_expression "*(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12)" * (cast_expression "(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12)" ( (type_descriptor "short *" (sized_type_specifier "short" short) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12)" ( (binary_expression "piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12" (binary_expression "piVar2[0x19] + piVar2[0x1a] * 0x14" (subscript_expression "piVar2[0x19]" identifier [ number_literal ]) + (binary_expression "piVar2[0x1a] * 0x14" (subscript_expression "piVar2[0x1a]" identifier [ number_literal ]) * number_literal)) + number_literal) )))) = (cast_expression "(short)(char)(*pbVar7 | 0x10)" ( (type_descriptor "short" (sized_type_specifier "short" short)) ) (cast_expression "(char)(*pbVar7 | 0x10)" ( (type_descriptor "char" primitive_type) ) (parenthesized_expression "(*pbVar7 | 0x10)" ( (binary_expression "*pbVar7 | 0x10" (pointer_expression "*pbVar7" * identifier) | number_literal) ))))) ;) })) }))) (if_statement "if (local_24 != 0) {\n FUN_0002f640();\n }" if (parenthesized_expression "(local_24 != 0)" ( (binary_expression "local_24 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_0002f640();\n }" { (expression_statement "FUN_0002f640();" (call_expression "FUN_0002f640()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "iVar10 = iVar10 + 1;" (assignment_expression "iVar10 = iVar10 + 1" identifier = (binary_expression "iVar10 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(iVar10 < *piVar9)" ( (binary_expression "iVar10 < *piVar9" identifier < (pointer_expression "*piVar9" * identifier)) )) ;) })) (if_statement "if (local_68 != 0) {\n FUN_000497a0(param_2,0);\n FUN_000497a0(extraout_ECX,0);\n FUN_00049570();\n FUN_0002f640();\n goto LAB_00095047;\n }" if (parenthesized_expression "(local_68 != 0)" ( (binary_expression "local_68 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_000497a0(param_2,0);\n FUN_000497a0(extraout_ECX,0);\n FUN_00049570();\n FUN_0002f640();\n goto LAB_00095047;\n }" { (expression_statement "FUN_000497a0(param_2,0);" (call_expression "FUN_000497a0(param_2,0)" identifier (argument_list "(param_2,0)" ( identifier , number_literal ))) ;) (expression_statement "FUN_000497a0(extraout_ECX,0);" (call_expression "FUN_000497a0(extraout_ECX,0)" identifier (argument_list "(extraout_ECX,0)" ( identifier , number_literal ))) ;) (expression_statement "FUN_00049570();" (call_expression "FUN_00049570()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_0002f640();" (call_expression "FUN_0002f640()" identifier (argument_list "()" ( ))) ;) (goto_statement "goto LAB_00095047;" goto statement_identifier ;) })) }))) (expression_statement "FUN_00049570();" (call_expression "FUN_00049570()" identifier (argument_list "()" ( ))) ;) }) (else_clause "else {\n if (extraout_ECX == param_2) {\n local_48 = 0;\n local_60 = extraout_ECX;\n }\n else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\n local_48 = local_60;\n }\n iVar10 = 0;\n if (0 < local_74) {\n do {\n while( true ) {\n FUN_0001d7b0();\n iVar11 = FUN_0001d840();\n if (iVar11 == 0) break;\n iVar10 = iVar10 + 1;\n FUN_000497a0(local_60,0);\n if (iVar10 == local_74) goto LAB_00094e68;\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 != local_74);\n }\nLAB_00094e68:\n if (iVar6 == 1) {\n FUN_000497a0(extraout_ECX,local_70);\n local_50 = FUN_000497a0(0,0);\n if ((local_30[0] != 0) && (local_74 == 1)) {\nLAB_000951fd:\n FUN_000497a0(extraout_ECX,0);\n }\n if (extraout_ECX == param_2) {\n FUN_000497a0(extraout_ECX,0);\n }\n }\n else {\n FUN_000497a0(local_74,0);\n FUN_000370b0(local_74);\n if (extraout_ECX == param_2) {\n FUN_00049940(extraout_ECX,local_70,local_74);\n goto LAB_00095047;\n }\n local_50 = FUN_000497a0(0,local_70);\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + local_50 * 0x14;\n *(undefined1 *)(iVar6 + 1) = 0xfd;\n *(int *)(iVar6 + 0x10) = local_74;\n }\n if ((local_30[0] != 0) && (local_74 == 1)) goto LAB_000951fd;\n }\n if (local_48 != 0) {\n FUN_00049570();\n }\n iVar10 = FUN_000497a0(extraout_ECX,0);\n iVar6 = 0;\n if (local_74 < 2) {\n local_60 = extraout_ECX;\n if (local_74 == 1) goto LAB_00094fd4;\nLAB_00095168:\n FUN_000497a0(param_2,0);\n }\n else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\nLAB_00094fd4:\n do {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n iVar11 = param_1[0xb] + 1;\n param_1[0xb] = iVar11;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n iVar11 = param_1[bVar5 + 0x24];\n }\n FUN_0001d7b0();\n FUN_0005da30();\n FUN_000497a0(iVar6,iVar11);\n FUN_000497a0(local_60,iVar11);\n FUN_000370b0(0xfffffffe);\n if (iVar11 != 0) {\n FUN_0002f640();\n }\n iVar6 = iVar6 + 1;\n } while (iVar6 < local_74);\n FUN_000497a0(param_2,0);\n if (1 < local_74) {\n FUN_00049570();\n FUN_000497a0(iVar10 + 1,0);\n param_2 = extraout_ECX;\n goto LAB_00095168;\n }\n }\n iVar6 = unaff_EDI + 0xb78d3;\n iVar10 = piVar2[0x1a] + -1;\n if (-1 < local_50) {\n iVar10 = local_50;\n }\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + iVar10 * 0x14;\n }\n *(int *)(iVar6 + 8) = piVar2[0x1a];\n }" else (compound_statement "{\n if (extraout_ECX == param_2) {\n local_48 = 0;\n local_60 = extraout_ECX;\n }\n else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\n local_48 = local_60;\n }\n iVar10 = 0;\n if (0 < local_74) {\n do {\n while( true ) {\n FUN_0001d7b0();\n iVar11 = FUN_0001d840();\n if (iVar11 == 0) break;\n iVar10 = iVar10 + 1;\n FUN_000497a0(local_60,0);\n if (iVar10 == local_74) goto LAB_00094e68;\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 != local_74);\n }\nLAB_00094e68:\n if (iVar6 == 1) {\n FUN_000497a0(extraout_ECX,local_70);\n local_50 = FUN_000497a0(0,0);\n if ((local_30[0] != 0) && (local_74 == 1)) {\nLAB_000951fd:\n FUN_000497a0(extraout_ECX,0);\n }\n if (extraout_ECX == param_2) {\n FUN_000497a0(extraout_ECX,0);\n }\n }\n else {\n FUN_000497a0(local_74,0);\n FUN_000370b0(local_74);\n if (extraout_ECX == param_2) {\n FUN_00049940(extraout_ECX,local_70,local_74);\n goto LAB_00095047;\n }\n local_50 = FUN_000497a0(0,local_70);\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + local_50 * 0x14;\n *(undefined1 *)(iVar6 + 1) = 0xfd;\n *(int *)(iVar6 + 0x10) = local_74;\n }\n if ((local_30[0] != 0) && (local_74 == 1)) goto LAB_000951fd;\n }\n if (local_48 != 0) {\n FUN_00049570();\n }\n iVar10 = FUN_000497a0(extraout_ECX,0);\n iVar6 = 0;\n if (local_74 < 2) {\n local_60 = extraout_ECX;\n if (local_74 == 1) goto LAB_00094fd4;\nLAB_00095168:\n FUN_000497a0(param_2,0);\n }\n else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\nLAB_00094fd4:\n do {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n iVar11 = param_1[0xb] + 1;\n param_1[0xb] = iVar11;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n iVar11 = param_1[bVar5 + 0x24];\n }\n FUN_0001d7b0();\n FUN_0005da30();\n FUN_000497a0(iVar6,iVar11);\n FUN_000497a0(local_60,iVar11);\n FUN_000370b0(0xfffffffe);\n if (iVar11 != 0) {\n FUN_0002f640();\n }\n iVar6 = iVar6 + 1;\n } while (iVar6 < local_74);\n FUN_000497a0(param_2,0);\n if (1 < local_74) {\n FUN_00049570();\n FUN_000497a0(iVar10 + 1,0);\n param_2 = extraout_ECX;\n goto LAB_00095168;\n }\n }\n iVar6 = unaff_EDI + 0xb78d3;\n iVar10 = piVar2[0x1a] + -1;\n if (-1 < local_50) {\n iVar10 = local_50;\n }\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + iVar10 * 0x14;\n }\n *(int *)(iVar6 + 8) = piVar2[0x1a];\n }" { (if_statement "if (extraout_ECX == param_2) {\n local_48 = 0;\n local_60 = extraout_ECX;\n }\n else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\n local_48 = local_60;\n }" if (parenthesized_expression "(extraout_ECX == param_2)" ( (binary_expression "extraout_ECX == param_2" identifier == identifier) )) (compound_statement "{\n local_48 = 0;\n local_60 = extraout_ECX;\n }" { (expression_statement "local_48 = 0;" (assignment_expression "local_48 = 0" identifier = number_literal) ;) (expression_statement "local_60 = extraout_ECX;" (assignment_expression "local_60 = extraout_ECX" identifier = identifier) ;) }) (else_clause "else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\n local_48 = local_60;\n }" else (compound_statement "{\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\n local_48 = local_60;\n }" { (expression_statement "local_60 = param_1[0xe] + -1;" (assignment_expression "local_60 = param_1[0xe] + -1" identifier = (binary_expression "param_1[0xe] + -1" (subscript_expression "param_1[0xe]" identifier [ number_literal ]) + number_literal)) ;) (expression_statement "param_1[0xe] = local_60;" (assignment_expression "param_1[0xe] = local_60" (subscript_expression "param_1[0xe]" identifier [ number_literal ]) = identifier) ;) (expression_statement "local_48 = local_60;" (assignment_expression "local_48 = local_60" identifier = identifier) ;) }))) (expression_statement "iVar10 = 0;" (assignment_expression "iVar10 = 0" identifier = number_literal) ;) (if_statement "if (0 < local_74) {\n do {\n while( true ) {\n FUN_0001d7b0();\n iVar11 = FUN_0001d840();\n if (iVar11 == 0) break;\n iVar10 = iVar10 + 1;\n FUN_000497a0(local_60,0);\n if (iVar10 == local_74) goto LAB_00094e68;\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 != local_74);\n }" if (parenthesized_expression "(0 < local_74)" ( (binary_expression "0 < local_74" number_literal < identifier) )) (compound_statement "{\n do {\n while( true ) {\n FUN_0001d7b0();\n iVar11 = FUN_0001d840();\n if (iVar11 == 0) break;\n iVar10 = iVar10 + 1;\n FUN_000497a0(local_60,0);\n if (iVar10 == local_74) goto LAB_00094e68;\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 != local_74);\n }" { (do_statement "do {\n while( true ) {\n FUN_0001d7b0();\n iVar11 = FUN_0001d840();\n if (iVar11 == 0) break;\n iVar10 = iVar10 + 1;\n FUN_000497a0(local_60,0);\n if (iVar10 == local_74) goto LAB_00094e68;\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 != local_74);" do (compound_statement "{\n while( true ) {\n FUN_0001d7b0();\n iVar11 = FUN_0001d840();\n if (iVar11 == 0) break;\n iVar10 = iVar10 + 1;\n FUN_000497a0(local_60,0);\n if (iVar10 == local_74) goto LAB_00094e68;\n }\n iVar10 = iVar10 + 1;\n }" { (while_statement "while( true ) {\n FUN_0001d7b0();\n iVar11 = FUN_0001d840();\n if (iVar11 == 0) break;\n iVar10 = iVar10 + 1;\n FUN_000497a0(local_60,0);\n if (iVar10 == local_74) goto LAB_00094e68;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n FUN_0001d7b0();\n iVar11 = FUN_0001d840();\n if (iVar11 == 0) break;\n iVar10 = iVar10 + 1;\n FUN_000497a0(local_60,0);\n if (iVar10 == local_74) goto LAB_00094e68;\n }" { (expression_statement "FUN_0001d7b0();" (call_expression "FUN_0001d7b0()" identifier (argument_list "()" ( ))) ;) (expression_statement "iVar11 = FUN_0001d840();" (assignment_expression "iVar11 = FUN_0001d840()" identifier = (call_expression "FUN_0001d840()" identifier (argument_list "()" ( )))) ;) (if_statement "if (iVar11 == 0) break;" if (parenthesized_expression "(iVar11 == 0)" ( (binary_expression "iVar11 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "iVar10 = iVar10 + 1;" (assignment_expression "iVar10 = iVar10 + 1" identifier = (binary_expression "iVar10 + 1" identifier + number_literal)) ;) (expression_statement "FUN_000497a0(local_60,0);" (call_expression "FUN_000497a0(local_60,0)" identifier (argument_list "(local_60,0)" ( identifier , number_literal ))) ;) (if_statement "if (iVar10 == local_74) goto LAB_00094e68;" if (parenthesized_expression "(iVar10 == local_74)" ( (binary_expression "iVar10 == local_74" identifier == identifier) )) (goto_statement "goto LAB_00094e68;" goto statement_identifier ;)) })) (expression_statement "iVar10 = iVar10 + 1;" (assignment_expression "iVar10 = iVar10 + 1" identifier = (binary_expression "iVar10 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(iVar10 != local_74)" ( (binary_expression "iVar10 != local_74" identifier != identifier) )) ;) })) (labeled_statement "LAB_00094e68:\n if (iVar6 == 1) {\n FUN_000497a0(extraout_ECX,local_70);\n local_50 = FUN_000497a0(0,0);\n if ((local_30[0] != 0) && (local_74 == 1)) {\nLAB_000951fd:\n FUN_000497a0(extraout_ECX,0);\n }\n if (extraout_ECX == param_2) {\n FUN_000497a0(extraout_ECX,0);\n }\n }\n else {\n FUN_000497a0(local_74,0);\n FUN_000370b0(local_74);\n if (extraout_ECX == param_2) {\n FUN_00049940(extraout_ECX,local_70,local_74);\n goto LAB_00095047;\n }\n local_50 = FUN_000497a0(0,local_70);\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + local_50 * 0x14;\n *(undefined1 *)(iVar6 + 1) = 0xfd;\n *(int *)(iVar6 + 0x10) = local_74;\n }\n if ((local_30[0] != 0) && (local_74 == 1)) goto LAB_000951fd;\n }" statement_identifier : (if_statement "if (iVar6 == 1) {\n FUN_000497a0(extraout_ECX,local_70);\n local_50 = FUN_000497a0(0,0);\n if ((local_30[0] != 0) && (local_74 == 1)) {\nLAB_000951fd:\n FUN_000497a0(extraout_ECX,0);\n }\n if (extraout_ECX == param_2) {\n FUN_000497a0(extraout_ECX,0);\n }\n }\n else {\n FUN_000497a0(local_74,0);\n FUN_000370b0(local_74);\n if (extraout_ECX == param_2) {\n FUN_00049940(extraout_ECX,local_70,local_74);\n goto LAB_00095047;\n }\n local_50 = FUN_000497a0(0,local_70);\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + local_50 * 0x14;\n *(undefined1 *)(iVar6 + 1) = 0xfd;\n *(int *)(iVar6 + 0x10) = local_74;\n }\n if ((local_30[0] != 0) && (local_74 == 1)) goto LAB_000951fd;\n }" if (parenthesized_expression "(iVar6 == 1)" ( (binary_expression "iVar6 == 1" identifier == number_literal) )) (compound_statement "{\n FUN_000497a0(extraout_ECX,local_70);\n local_50 = FUN_000497a0(0,0);\n if ((local_30[0] != 0) && (local_74 == 1)) {\nLAB_000951fd:\n FUN_000497a0(extraout_ECX,0);\n }\n if (extraout_ECX == param_2) {\n FUN_000497a0(extraout_ECX,0);\n }\n }" { (expression_statement "FUN_000497a0(extraout_ECX,local_70);" (call_expression "FUN_000497a0(extraout_ECX,local_70)" identifier (argument_list "(extraout_ECX,local_70)" ( identifier , identifier ))) ;) (expression_statement "local_50 = FUN_000497a0(0,0);" (assignment_expression "local_50 = FUN_000497a0(0,0)" identifier = (call_expression "FUN_000497a0(0,0)" identifier (argument_list "(0,0)" ( number_literal , number_literal )))) ;) (if_statement "if ((local_30[0] != 0) && (local_74 == 1)) {\nLAB_000951fd:\n FUN_000497a0(extraout_ECX,0);\n }" if (parenthesized_expression "((local_30[0] != 0) && (local_74 == 1))" ( (binary_expression "(local_30[0] != 0) && (local_74 == 1)" (parenthesized_expression "(local_30[0] != 0)" ( (binary_expression "local_30[0] != 0" (subscript_expression "local_30[0]" identifier [ number_literal ]) != number_literal) )) && (parenthesized_expression "(local_74 == 1)" ( (binary_expression "local_74 == 1" identifier == number_literal) ))) )) (compound_statement "{\nLAB_000951fd:\n FUN_000497a0(extraout_ECX,0);\n }" { (labeled_statement "LAB_000951fd:\n FUN_000497a0(extraout_ECX,0);" statement_identifier : (expression_statement "FUN_000497a0(extraout_ECX,0);" (call_expression "FUN_000497a0(extraout_ECX,0)" identifier (argument_list "(extraout_ECX,0)" ( identifier , number_literal ))) ;)) })) (if_statement "if (extraout_ECX == param_2) {\n FUN_000497a0(extraout_ECX,0);\n }" if (parenthesized_expression "(extraout_ECX == param_2)" ( (binary_expression "extraout_ECX == param_2" identifier == identifier) )) (compound_statement "{\n FUN_000497a0(extraout_ECX,0);\n }" { (expression_statement "FUN_000497a0(extraout_ECX,0);" (call_expression "FUN_000497a0(extraout_ECX,0)" identifier (argument_list "(extraout_ECX,0)" ( identifier , number_literal ))) ;) })) }) (else_clause "else {\n FUN_000497a0(local_74,0);\n FUN_000370b0(local_74);\n if (extraout_ECX == param_2) {\n FUN_00049940(extraout_ECX,local_70,local_74);\n goto LAB_00095047;\n }\n local_50 = FUN_000497a0(0,local_70);\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + local_50 * 0x14;\n *(undefined1 *)(iVar6 + 1) = 0xfd;\n *(int *)(iVar6 + 0x10) = local_74;\n }\n if ((local_30[0] != 0) && (local_74 == 1)) goto LAB_000951fd;\n }" else (compound_statement "{\n FUN_000497a0(local_74,0);\n FUN_000370b0(local_74);\n if (extraout_ECX == param_2) {\n FUN_00049940(extraout_ECX,local_70,local_74);\n goto LAB_00095047;\n }\n local_50 = FUN_000497a0(0,local_70);\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + local_50 * 0x14;\n *(undefined1 *)(iVar6 + 1) = 0xfd;\n *(int *)(iVar6 + 0x10) = local_74;\n }\n if ((local_30[0] != 0) && (local_74 == 1)) goto LAB_000951fd;\n }" { (expression_statement "FUN_000497a0(local_74,0);" (call_expression "FUN_000497a0(local_74,0)" identifier (argument_list "(local_74,0)" ( identifier , number_literal ))) ;) (expression_statement "FUN_000370b0(local_74);" (call_expression "FUN_000370b0(local_74)" identifier (argument_list "(local_74)" ( identifier ))) ;) (if_statement "if (extraout_ECX == param_2) {\n FUN_00049940(extraout_ECX,local_70,local_74);\n goto LAB_00095047;\n }" if (parenthesized_expression "(extraout_ECX == param_2)" ( (binary_expression "extraout_ECX == param_2" identifier == identifier) )) (compound_statement "{\n FUN_00049940(extraout_ECX,local_70,local_74);\n goto LAB_00095047;\n }" { (expression_statement "FUN_00049940(extraout_ECX,local_70,local_74);" (call_expression "FUN_00049940(extraout_ECX,local_70,local_74)" identifier (argument_list "(extraout_ECX,local_70,local_74)" ( identifier , identifier , identifier ))) ;) (goto_statement "goto LAB_00095047;" goto statement_identifier ;) })) (expression_statement "local_50 = FUN_000497a0(0,local_70);" (assignment_expression "local_50 = FUN_000497a0(0,local_70)" identifier = (call_expression "FUN_000497a0(0,local_70)" identifier (argument_list "(0,local_70)" ( number_literal , identifier )))) ;) (if_statement "if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + local_50 * 0x14;\n *(undefined1 *)(iVar6 + 1) = 0xfd;\n *(int *)(iVar6 + 0x10) = local_74;\n }" if (parenthesized_expression "(*(char *)(*piVar2 + 0x4d) == '\0')" ( (binary_expression "*(char *)(*piVar2 + 0x4d) == '\0'" (pointer_expression "*(char *)(*piVar2 + 0x4d)" * (cast_expression "(char *)(*piVar2 + 0x4d)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*piVar2 + 0x4d)" ( (binary_expression "*piVar2 + 0x4d" (pointer_expression "*piVar2" * identifier) + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n iVar6 = piVar2[0x19] + local_50 * 0x14;\n *(undefined1 *)(iVar6 + 1) = 0xfd;\n *(int *)(iVar6 + 0x10) = local_74;\n }" { (expression_statement "iVar6 = piVar2[0x19] + local_50 * 0x14;" (assignment_expression "iVar6 = piVar2[0x19] + local_50 * 0x14" identifier = (binary_expression "piVar2[0x19] + local_50 * 0x14" (subscript_expression "piVar2[0x19]" identifier [ number_literal ]) + (binary_expression "local_50 * 0x14" identifier * number_literal))) ;) (expression_statement "*(undefined1 *)(iVar6 + 1) = 0xfd;" (assignment_expression "*(undefined1 *)(iVar6 + 1) = 0xfd" (pointer_expression "*(undefined1 *)(iVar6 + 1)" * (cast_expression "(undefined1 *)(iVar6 + 1)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 1)" ( (binary_expression "iVar6 + 1" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(int *)(iVar6 + 0x10) = local_74;" (assignment_expression "*(int *)(iVar6 + 0x10) = local_74" (pointer_expression "*(int *)(iVar6 + 0x10)" * (cast_expression "(int *)(iVar6 + 0x10)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x10)" ( (binary_expression "iVar6 + 0x10" identifier + number_literal) )))) = identifier) ;) })) (if_statement "if ((local_30[0] != 0) && (local_74 == 1)) goto LAB_000951fd;" if (parenthesized_expression "((local_30[0] != 0) && (local_74 == 1))" ( (binary_expression "(local_30[0] != 0) && (local_74 == 1)" (parenthesized_expression "(local_30[0] != 0)" ( (binary_expression "local_30[0] != 0" (subscript_expression "local_30[0]" identifier [ number_literal ]) != number_literal) )) && (parenthesized_expression "(local_74 == 1)" ( (binary_expression "local_74 == 1" identifier == number_literal) ))) )) (goto_statement "goto LAB_000951fd;" goto statement_identifier ;)) })))) (if_statement "if (local_48 != 0) {\n FUN_00049570();\n }" if (parenthesized_expression "(local_48 != 0)" ( (binary_expression "local_48 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_00049570();\n }" { (expression_statement "FUN_00049570();" (call_expression "FUN_00049570()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "iVar10 = FUN_000497a0(extraout_ECX,0);" (assignment_expression "iVar10 = FUN_000497a0(extraout_ECX,0)" identifier = (call_expression "FUN_000497a0(extraout_ECX,0)" identifier (argument_list "(extraout_ECX,0)" ( identifier , number_literal )))) ;) (expression_statement "iVar6 = 0;" (assignment_expression "iVar6 = 0" identifier = number_literal) ;) (if_statement "if (local_74 < 2) {\n local_60 = extraout_ECX;\n if (local_74 == 1) goto LAB_00094fd4;\nLAB_00095168:\n FUN_000497a0(param_2,0);\n }\n else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\nLAB_00094fd4:\n do {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n iVar11 = param_1[0xb] + 1;\n param_1[0xb] = iVar11;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n iVar11 = param_1[bVar5 + 0x24];\n }\n FUN_0001d7b0();\n FUN_0005da30();\n FUN_000497a0(iVar6,iVar11);\n FUN_000497a0(local_60,iVar11);\n FUN_000370b0(0xfffffffe);\n if (iVar11 != 0) {\n FUN_0002f640();\n }\n iVar6 = iVar6 + 1;\n } while (iVar6 < local_74);\n FUN_000497a0(param_2,0);\n if (1 < local_74) {\n FUN_00049570();\n FUN_000497a0(iVar10 + 1,0);\n param_2 = extraout_ECX;\n goto LAB_00095168;\n }\n }" if (parenthesized_expression "(local_74 < 2)" ( (binary_expression "local_74 < 2" identifier < number_literal) )) (compound_statement "{\n local_60 = extraout_ECX;\n if (local_74 == 1) goto LAB_00094fd4;\nLAB_00095168:\n FUN_000497a0(param_2,0);\n }" { (expression_statement "local_60 = extraout_ECX;" (assignment_expression "local_60 = extraout_ECX" identifier = identifier) ;) (if_statement "if (local_74 == 1) goto LAB_00094fd4;" if (parenthesized_expression "(local_74 == 1)" ( (binary_expression "local_74 == 1" identifier == number_literal) )) (goto_statement "goto LAB_00094fd4;" goto statement_identifier ;)) (labeled_statement "LAB_00095168:\n FUN_000497a0(param_2,0);" statement_identifier : (expression_statement "FUN_000497a0(param_2,0);" (call_expression "FUN_000497a0(param_2,0)" identifier (argument_list "(param_2,0)" ( identifier , number_literal ))) ;)) }) (else_clause "else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\nLAB_00094fd4:\n do {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n iVar11 = param_1[0xb] + 1;\n param_1[0xb] = iVar11;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n iVar11 = param_1[bVar5 + 0x24];\n }\n FUN_0001d7b0();\n FUN_0005da30();\n FUN_000497a0(iVar6,iVar11);\n FUN_000497a0(local_60,iVar11);\n FUN_000370b0(0xfffffffe);\n if (iVar11 != 0) {\n FUN_0002f640();\n }\n iVar6 = iVar6 + 1;\n } while (iVar6 < local_74);\n FUN_000497a0(param_2,0);\n if (1 < local_74) {\n FUN_00049570();\n FUN_000497a0(iVar10 + 1,0);\n param_2 = extraout_ECX;\n goto LAB_00095168;\n }\n }" else (compound_statement "{\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\nLAB_00094fd4:\n do {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n iVar11 = param_1[0xb] + 1;\n param_1[0xb] = iVar11;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n iVar11 = param_1[bVar5 + 0x24];\n }\n FUN_0001d7b0();\n FUN_0005da30();\n FUN_000497a0(iVar6,iVar11);\n FUN_000497a0(local_60,iVar11);\n FUN_000370b0(0xfffffffe);\n if (iVar11 != 0) {\n FUN_0002f640();\n }\n iVar6 = iVar6 + 1;\n } while (iVar6 < local_74);\n FUN_000497a0(param_2,0);\n if (1 < local_74) {\n FUN_00049570();\n FUN_000497a0(iVar10 + 1,0);\n param_2 = extraout_ECX;\n goto LAB_00095168;\n }\n }" { (expression_statement "local_60 = param_1[0xe] + -1;" (assignment_expression "local_60 = param_1[0xe] + -1" identifier = (binary_expression "param_1[0xe] + -1" (subscript_expression "param_1[0xe]" identifier [ number_literal ]) + number_literal)) ;) (expression_statement "param_1[0xe] = local_60;" (assignment_expression "param_1[0xe] = local_60" (subscript_expression "param_1[0xe]" identifier [ number_literal ]) = identifier) ;) (labeled_statement "LAB_00094fd4:\n do {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n iVar11 = param_1[0xb] + 1;\n param_1[0xb] = iVar11;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n iVar11 = param_1[bVar5 + 0x24];\n }\n FUN_0001d7b0();\n FUN_0005da30();\n FUN_000497a0(iVar6,iVar11);\n FUN_000497a0(local_60,iVar11);\n FUN_000370b0(0xfffffffe);\n if (iVar11 != 0) {\n FUN_0002f640();\n }\n iVar6 = iVar6 + 1;\n } while (iVar6 < local_74);" statement_identifier : (do_statement "do {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n iVar11 = param_1[0xb] + 1;\n param_1[0xb] = iVar11;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n iVar11 = param_1[bVar5 + 0x24];\n }\n FUN_0001d7b0();\n FUN_0005da30();\n FUN_000497a0(iVar6,iVar11);\n FUN_000497a0(local_60,iVar11);\n FUN_000370b0(0xfffffffe);\n if (iVar11 != 0) {\n FUN_0002f640();\n }\n iVar6 = iVar6 + 1;\n } while (iVar6 < local_74);" do (compound_statement "{\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n iVar11 = param_1[0xb] + 1;\n param_1[0xb] = iVar11;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n iVar11 = param_1[bVar5 + 0x24];\n }\n FUN_0001d7b0();\n FUN_0005da30();\n FUN_000497a0(iVar6,iVar11);\n FUN_000497a0(local_60,iVar11);\n FUN_000370b0(0xfffffffe);\n if (iVar11 != 0) {\n FUN_0002f640();\n }\n iVar6 = iVar6 + 1;\n }" { (if_statement "if (*(char *)((int)param_1 + 0x13) == '\0') {\n iVar11 = param_1[0xb] + 1;\n param_1[0xb] = iVar11;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n iVar11 = param_1[bVar5 + 0x24];\n }" if (parenthesized_expression "(*(char *)((int)param_1 + 0x13) == '\0')" ( (binary_expression "*(char *)((int)param_1 + 0x13) == '\0'" (pointer_expression "*(char *)((int)param_1 + 0x13)" * (cast_expression "(char *)((int)param_1 + 0x13)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + 0x13)" ( (binary_expression "(int)param_1 + 0x13" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n iVar11 = param_1[0xb] + 1;\n param_1[0xb] = iVar11;\n }" { (expression_statement "iVar11 = param_1[0xb] + 1;" (assignment_expression "iVar11 = param_1[0xb] + 1" identifier = (binary_expression "param_1[0xb] + 1" (subscript_expression "param_1[0xb]" identifier [ number_literal ]) + number_literal)) ;) (expression_statement "param_1[0xb] = iVar11;" (assignment_expression "param_1[0xb] = iVar11" (subscript_expression "param_1[0xb]" identifier [ number_literal ]) = identifier) ;) }) (else_clause "else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n iVar11 = param_1[bVar5 + 0x24];\n }" else (compound_statement "{\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n iVar11 = param_1[bVar5 + 0x24];\n }" { (expression_statement "bVar5 = *(char *)((int)param_1 + 0x13) - 1;" (assignment_expression "bVar5 = *(char *)((int)param_1 + 0x13) - 1" identifier = (binary_expression "*(char *)((int)param_1 + 0x13) - 1" (pointer_expression "*(char *)((int)param_1 + 0x13)" * (cast_expression "(char *)((int)param_1 + 0x13)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + 0x13)" ( (binary_expression "(int)param_1 + 0x13" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) - number_literal)) ;) (expression_statement "*(byte *)((int)param_1 + 0x13) = bVar5;" (assignment_expression "*(byte *)((int)param_1 + 0x13) = bVar5" (pointer_expression "*(byte *)((int)param_1 + 0x13)" * (cast_expression "(byte *)((int)param_1 + 0x13)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + 0x13)" ( (binary_expression "(int)param_1 + 0x13" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "iVar11 = param_1[bVar5 + 0x24];" (assignment_expression "iVar11 = param_1[bVar5 + 0x24]" identifier = (subscript_expression "param_1[bVar5 + 0x24]" identifier [ (binary_expression "bVar5 + 0x24" identifier + number_literal) ])) ;) }))) (expression_statement "FUN_0001d7b0();" (call_expression "FUN_0001d7b0()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_0005da30();" (call_expression "FUN_0005da30()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_000497a0(iVar6,iVar11);" (call_expression "FUN_000497a0(iVar6,iVar11)" identifier (argument_list "(iVar6,iVar11)" ( identifier , identifier ))) ;) (expression_statement "FUN_000497a0(local_60,iVar11);" (call_expression "FUN_000497a0(local_60,iVar11)" identifier (argument_list "(local_60,iVar11)" ( identifier , identifier ))) ;) (expression_statement "FUN_000370b0(0xfffffffe);" (call_expression "FUN_000370b0(0xfffffffe)" identifier (argument_list "(0xfffffffe)" ( number_literal ))) ;) (if_statement "if (iVar11 != 0) {\n FUN_0002f640();\n }" if (parenthesized_expression "(iVar11 != 0)" ( (binary_expression "iVar11 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_0002f640();\n }" { (expression_statement "FUN_0002f640();" (call_expression "FUN_0002f640()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "iVar6 = iVar6 + 1;" (assignment_expression "iVar6 = iVar6 + 1" identifier = (binary_expression "iVar6 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(iVar6 < local_74)" ( (binary_expression "iVar6 < local_74" identifier < identifier) )) ;)) (expression_statement "FUN_000497a0(param_2,0);" (call_expression "FUN_000497a0(param_2,0)" identifier (argument_list "(param_2,0)" ( identifier , number_literal ))) ;) (if_statement "if (1 < local_74) {\n FUN_00049570();\n FUN_000497a0(iVar10 + 1,0);\n param_2 = extraout_ECX;\n goto LAB_00095168;\n }" if (parenthesized_expression "(1 < local_74)" ( (binary_expression "1 < local_74" number_literal < identifier) )) (compound_statement "{\n FUN_00049570();\n FUN_000497a0(iVar10 + 1,0);\n param_2 = extraout_ECX;\n goto LAB_00095168;\n }" { (expression_statement "FUN_00049570();" (call_expression "FUN_00049570()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_000497a0(iVar10 + 1,0);" (call_expression "FUN_000497a0(iVar10 + 1,0)" identifier (argument_list "(iVar10 + 1,0)" ( (binary_expression "iVar10 + 1" identifier + number_literal) , number_literal ))) ;) (expression_statement "param_2 = extraout_ECX;" (assignment_expression "param_2 = extraout_ECX" identifier = identifier) ;) (goto_statement "goto LAB_00095168;" goto statement_identifier ;) })) }))) (expression_statement "iVar6 = unaff_EDI + 0xb78d3;" (assignment_expression "iVar6 = unaff_EDI + 0xb78d3" identifier = (binary_expression "unaff_EDI + 0xb78d3" identifier + number_literal)) ;) (expression_statement "iVar10 = piVar2[0x1a] + -1;" (assignment_expression "iVar10 = piVar2[0x1a] + -1" identifier = (binary_expression "piVar2[0x1a] + -1" (subscript_expression "piVar2[0x1a]" identifier [ number_literal ]) + number_literal)) ;) (if_statement "if (-1 < local_50) {\n iVar10 = local_50;\n }" if (parenthesized_expression "(-1 < local_50)" ( (binary_expression "-1 < local_50" number_literal < identifier) )) (compound_statement "{\n iVar10 = local_50;\n }" { (expression_statement "iVar10 = local_50;" (assignment_expression "iVar10 = local_50" identifier = identifier) ;) })) (if_statement "if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + iVar10 * 0x14;\n }" if (parenthesized_expression "(*(char *)(*piVar2 + 0x4d) == '\0')" ( (binary_expression "*(char *)(*piVar2 + 0x4d) == '\0'" (pointer_expression "*(char *)(*piVar2 + 0x4d)" * (cast_expression "(char *)(*piVar2 + 0x4d)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*piVar2 + 0x4d)" ( (binary_expression "*piVar2 + 0x4d" (pointer_expression "*piVar2" * identifier) + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n iVar6 = piVar2[0x19] + iVar10 * 0x14;\n }" { (expression_statement "iVar6 = piVar2[0x19] + iVar10 * 0x14;" (assignment_expression "iVar6 = piVar2[0x19] + iVar10 * 0x14" identifier = (binary_expression "piVar2[0x19] + iVar10 * 0x14" (subscript_expression "piVar2[0x19]" identifier [ number_literal ]) + (binary_expression "iVar10 * 0x14" identifier * number_literal))) ;) })) (expression_statement "*(int *)(iVar6 + 8) = piVar2[0x1a];" (assignment_expression "*(int *)(iVar6 + 8) = piVar2[0x1a]" (pointer_expression "*(int *)(iVar6 + 8)" * (cast_expression "(int *)(iVar6 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 8)" ( (binary_expression "iVar6 + 8" identifier + number_literal) )))) = (subscript_expression "piVar2[0x1a]" identifier [ number_literal ])) ;) })))) (labeled_statement "LAB_00095047:\n if (bVar13) {\n FUN_0002f640();\n }" statement_identifier : (if_statement "if (bVar13) {\n FUN_0002f640();\n }" if (parenthesized_expression "(bVar13)" ( identifier )) (compound_statement "{\n FUN_0002f640();\n }" { (expression_statement "FUN_0002f640();" (call_expression "FUN_0002f640()" identifier (argument_list "()" ( ))) ;) }))) })) (if_statement "if (piVar8 != (int *)0x0) {\n FUN_00026590();\n }" if (parenthesized_expression "(piVar8 != (int *)0x0)" ( (binary_expression "piVar8 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n FUN_00026590();\n }" { (expression_statement "FUN_00026590();" (call_expression "FUN_00026590()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (pbVar7 != (byte *)0x0) {\n FUN_00026590();\n }" if (parenthesized_expression "(pbVar7 != (byte *)0x0)" ( (binary_expression "pbVar7 != (byte *)0x0" identifier != (cast_expression "(byte *)0x0" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n FUN_00026590();\n }" { (expression_statement "FUN_00026590();" (call_expression "FUN_00026590()" identifier (argument_list "()" ( ))) ;) })) (labeled_statement "LAB_00094ccf:\n if (local_20 != *(int *)(in_GS_OFFSET + 0x14)) {\n \n FUN_000f6410();\n }" statement_identifier : (if_statement "if (local_20 != *(int *)(in_GS_OFFSET + 0x14)) {\n \n FUN_000f6410();\n }" if (parenthesized_expression "(local_20 != *(int *)(in_GS_OFFSET + 0x14))" ( (binary_expression "local_20 != *(int *)(in_GS_OFFSET + 0x14)" identifier != (pointer_expression "*(int *)(in_GS_OFFSET + 0x14)" * (cast_expression "(int *)(in_GS_OFFSET + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_GS_OFFSET + 0x14)" ( (binary_expression "in_GS_OFFSET + 0x14" identifier + number_literal) ))))) )) (compound_statement "{\n \n FUN_000f6410();\n }" { (expression_statement "FUN_000f6410();" (call_expression "FUN_000f6410()" identifier (argument_list "()" ( ))) ;) }))) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE 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 TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (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 *)) ) (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 IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))))) ;) })) }))) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))) == (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (compound_statement { (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) )))) ;) (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 = BOOL) ;) (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 = (binary_expression (binary_expression IDENT != LIT) && (binary_expression IDENT != IDENT))) ;) })) }) (else_clause else (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = BOOL) ;) (goto_statement goto statement_identifier ;) })) }) while (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ IDENT ]) == IDENT) )) ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT - IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( (binary_expression (subscript_expression IDENT [ IDENT ]) + IDENT) , LIT ))) ;) }) while (parenthesized_expression ( (binary_expression (binary_expression IDENT + IDENT) != IDENT) )) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT != IDENT) && (binary_expression IDENT != LIT))) ;) }))) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < (pointer_expression * IDENT)) )) (goto_statement goto statement_identifier ;)) }) (else_clause else (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) == (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (subscript_expression IDENT [ LIT ]) + LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) - LIT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ (binary_expression IDENT + LIT) ])) ;) }))) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < (pointer_expression * IDENT)) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = LIT) ;)) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != LIT) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) , (binary_expression IDENT != LIT)) ))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT < (binary_expression (pointer_expression * IDENT) + LIT)) )) || (parenthesized_expression ( (binary_expression IDENT != IDENT) ))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( LIT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < (subscript_expression IDENT [ LIT ])) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier short) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (subscript_expression IDENT [ LIT ]) + (binary_expression (subscript_expression IDENT [ LIT ]) * LIT)) + LIT) )))) = (cast_expression ( (type_descriptor (sized_type_specifier short)) ) (cast_expression ( (type_descriptor TYPE) ) (pointer_expression * IDENT)))) ;) })) }) (else_clause else (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( LIT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < (subscript_expression IDENT [ LIT ])) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier short) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (subscript_expression IDENT [ LIT ]) + (binary_expression (subscript_expression IDENT [ LIT ]) * LIT)) + LIT) )))) = (cast_expression ( (type_descriptor (sized_type_specifier short)) ) (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) | LIT) ))))) ;) })) }))) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT < (pointer_expression * IDENT)) )) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (goto_statement goto statement_identifier ;) })) }))) (expression_statement (call_expression IDENT (argument_list ( ))) ;) }) (else_clause else (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (subscript_expression IDENT [ LIT ]) + LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression IDENT = 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 ( BOOL )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (goto_statement goto statement_identifier ;)) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT != IDENT) )) ;) })) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , LIT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) != LIT) )) && (parenthesized_expression ( (binary_expression IDENT == LIT) ))) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;)) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) })) }) (else_clause else (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))) == (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (subscript_expression IDENT [ LIT ]) + (binary_expression IDENT * LIT))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) != LIT) )) && (parenthesized_expression ( (binary_expression IDENT == LIT) ))) )) (goto_statement goto statement_identifier ;)) })))) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , LIT )))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;)) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (subscript_expression IDENT [ LIT ]) + LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (labeled_statement statement_identifier : (do_statement do (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) == (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (subscript_expression IDENT [ LIT ]) + LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) - LIT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ (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 ( IDENT , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( LIT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT < IDENT) )) ;)) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , LIT ))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (goto_statement goto statement_identifier ;) })) }))) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (subscript_expression IDENT [ LIT ]) + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))) == (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (subscript_expression IDENT [ LIT ]) + (binary_expression IDENT * LIT))) ;) })) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (subscript_expression IDENT [ LIT ])) ;) })))) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( IDENT )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (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 (call_expression IDENT (argument_list ( ))) ;) })) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT != (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) (return_statement return ;) })))
(function_definition "void __regparm1 FUN_00094c80(int *param_1,int param_2)\n\n{\n char *pcVar1;\n int *piVar2;\n int iVar3;\n char cVar4;\n byte bVar5;\n int iVar6;\n byte *pbVar7;\n int *piVar8;\n int *piVar9;\n int iVar10;\n int iVar11;\n undefined4 uVar12;\n int extraout_ECX;\n bool bVar13;\n int extraout_EDX;\n int unaff_EDI;\n int in_GS_OFFSET;\n int local_74;\n int local_70;\n int local_68;\n int local_60;\n int local_50;\n int local_48;\n int local_30 [2];\n undefined4 local_28;\n int local_24;\n int local_20;\n \n FUN_0001af1a();\n local_20 = *(int *)(in_GS_OFFSET + 0x14);\n local_30[0] = 0;\n local_28 = 0;\n iVar6 = FUN_00059670();\n if (iVar6 != 0) goto LAB_00094ccf;\n pbVar7 = (byte *)FUN_0002fd10();\n pcVar1 = *(char **)(extraout_EDX + 0xc);\n cVar4 = *pcVar1;\n if (cVar4 == -0x5c) {\n cVar4 = pcVar1[0x28];\n }\n if (cVar4 == -0x5b) {\n local_74 = **(int **)(pcVar1 + 0x14);\n }\n else {\n local_74 = 1;\n if (cVar4 == '\x7f') {\n local_74 = *(int *)**(undefined4 **)(pcVar1 + 0x14);\n }\n }\n piVar8 = (int *)FUN_00028410();\n if (*(char *)(*param_1 + 0x4d) == '\0') {\n piVar9 = local_30;\n piVar2 = (int *)param_1[2];\n if (extraout_ECX == param_2) {\n piVar9 = (int *)0x0;\n }\n iVar6 = FUN_00093e70(piVar9,piVar8,&local_28);\n iVar10 = FUN_00098c50();\n local_70 = iVar10;\n if (local_74 < 1) {\n bVar13 = false;\n if (local_74 != 0) {\n local_70 = FUN_0002f670();\n bVar13 = local_70 != 0 && iVar10 != local_70;\n }\n }\n else {\n if (*piVar8 == 0) {\n iVar11 = 0;\n do {\n iVar11 = iVar11 + 1;\n if (iVar11 == local_74) {\n bVar13 = false;\n goto LAB_00094dd5;\n }\n } while (piVar8[iVar11] == iVar11);\n }\n local_70 = FUN_0002f670();\n iVar11 = iVar10;\n do {\n iVar3 = iVar11 - iVar10;\n iVar11 = iVar11 + 1;\n FUN_000497a0(piVar8[iVar3] + local_70,0);\n } while (local_74 + iVar10 != iVar11);\n bVar13 = iVar10 != local_70 && local_70 != 0;\n }\nLAB_00094dd5:\n if (iVar6 == 5) {\n piVar9 = *(int **)(extraout_EDX + 0x14);\n FUN_0005da30();\n iVar6 = param_1[0xe];\n param_1[0xe] = iVar6 + -1;\n if (extraout_ECX == param_2) {\n local_68 = 0;\n if (0 < *piVar9) goto LAB_00095308;\n }\n else {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n local_68 = param_1[0xb] + 1;\n param_1[0xb] = local_68;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n local_68 = param_1[bVar5 + 0x24];\n }\n FUN_000497a0(local_70,local_68);\n if (0 < *piVar9) {\nLAB_00095308:\n iVar10 = 0;\n do {\n uVar12 = FUN_00098a90();\n if ((local_68 != 0) && (iVar11 = FUN_0001d840(), iVar11 != 0)) {\n FUN_000497a0(uVar12,local_68);\n }\n if ((iVar10 < *piVar9 + -1) || (extraout_ECX != param_2)) {\n FUN_000497a0(iVar6 + -1,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;\n }\n }\n else {\n FUN_000497a0(extraout_ECX,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }\n }\n if (local_24 != 0) {\n FUN_0002f640();\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 < *piVar9);\n }\n if (local_68 != 0) {\n FUN_000497a0(param_2,0);\n FUN_000497a0(extraout_ECX,0);\n FUN_00049570();\n FUN_0002f640();\n goto LAB_00095047;\n }\n }\n FUN_00049570();\n }\n else {\n if (extraout_ECX == param_2) {\n local_48 = 0;\n local_60 = extraout_ECX;\n }\n else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\n local_48 = local_60;\n }\n iVar10 = 0;\n if (0 < local_74) {\n do {\n while( true ) {\n FUN_0001d7b0();\n iVar11 = FUN_0001d840();\n if (iVar11 == 0) break;\n iVar10 = iVar10 + 1;\n FUN_000497a0(local_60,0);\n if (iVar10 == local_74) goto LAB_00094e68;\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 != local_74);\n }\nLAB_00094e68:\n if (iVar6 == 1) {\n FUN_000497a0(extraout_ECX,local_70);\n local_50 = FUN_000497a0(0,0);\n if ((local_30[0] != 0) && (local_74 == 1)) {\nLAB_000951fd:\n FUN_000497a0(extraout_ECX,0);\n }\n if (extraout_ECX == param_2) {\n FUN_000497a0(extraout_ECX,0);\n }\n }\n else {\n FUN_000497a0(local_74,0);\n FUN_000370b0(local_74);\n if (extraout_ECX == param_2) {\n FUN_00049940(extraout_ECX,local_70,local_74);\n goto LAB_00095047;\n }\n local_50 = FUN_000497a0(0,local_70);\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + local_50 * 0x14;\n *(undefined1 *)(iVar6 + 1) = 0xfd;\n *(int *)(iVar6 + 0x10) = local_74;\n }\n if ((local_30[0] != 0) && (local_74 == 1)) goto LAB_000951fd;\n }\n if (local_48 != 0) {\n FUN_00049570();\n }\n iVar10 = FUN_000497a0(extraout_ECX,0);\n iVar6 = 0;\n if (local_74 < 2) {\n local_60 = extraout_ECX;\n if (local_74 == 1) goto LAB_00094fd4;\nLAB_00095168:\n FUN_000497a0(param_2,0);\n }\n else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\nLAB_00094fd4:\n do {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n iVar11 = param_1[0xb] + 1;\n param_1[0xb] = iVar11;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n iVar11 = param_1[bVar5 + 0x24];\n }\n FUN_0001d7b0();\n FUN_0005da30();\n FUN_000497a0(iVar6,iVar11);\n FUN_000497a0(local_60,iVar11);\n FUN_000370b0(0xfffffffe);\n if (iVar11 != 0) {\n FUN_0002f640();\n }\n iVar6 = iVar6 + 1;\n } while (iVar6 < local_74);\n FUN_000497a0(param_2,0);\n if (1 < local_74) {\n FUN_00049570();\n FUN_000497a0(iVar10 + 1,0);\n param_2 = extraout_ECX;\n goto LAB_00095168;\n }\n }\n iVar6 = unaff_EDI + 0xb78d3;\n iVar10 = piVar2[0x1a] + -1;\n if (-1 < local_50) {\n iVar10 = local_50;\n }\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + iVar10 * 0x14;\n }\n *(int *)(iVar6 + 8) = piVar2[0x1a];\n }\nLAB_00095047:\n if (bVar13) {\n FUN_0002f640();\n }\n }\n if (piVar8 != (int *)0x0) {\n FUN_00026590();\n }\n if (pbVar7 != (byte *)0x0) {\n FUN_00026590();\n }\nLAB_00094ccf:\n if (local_20 != *(int *)(in_GS_OFFSET + 0x14)) {\n \n FUN_000f6410();\n }\n return;\n}" (primitive_type "void") (ERROR "__regparm1" (identifier "__regparm1")) (function_declarator "FUN_00094c80(int *param_1,int param_2)" (identifier "FUN_00094c80") (parameter_list "(int *param_1,int param_2)" (( "(") (parameter_declaration "int *param_1" (primitive_type "int") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "int param_2" (primitive_type "int") (identifier "param_2")) () ")"))) (compound_statement "{\n char *pcVar1;\n int *piVar2;\n int iVar3;\n char cVar4;\n byte bVar5;\n int iVar6;\n byte *pbVar7;\n int *piVar8;\n int *piVar9;\n int iVar10;\n int iVar11;\n undefined4 uVar12;\n int extraout_ECX;\n bool bVar13;\n int extraout_EDX;\n int unaff_EDI;\n int in_GS_OFFSET;\n int local_74;\n int local_70;\n int local_68;\n int local_60;\n int local_50;\n int local_48;\n int local_30 [2];\n undefined4 local_28;\n int local_24;\n int local_20;\n \n FUN_0001af1a();\n local_20 = *(int *)(in_GS_OFFSET + 0x14);\n local_30[0] = 0;\n local_28 = 0;\n iVar6 = FUN_00059670();\n if (iVar6 != 0) goto LAB_00094ccf;\n pbVar7 = (byte *)FUN_0002fd10();\n pcVar1 = *(char **)(extraout_EDX + 0xc);\n cVar4 = *pcVar1;\n if (cVar4 == -0x5c) {\n cVar4 = pcVar1[0x28];\n }\n if (cVar4 == -0x5b) {\n local_74 = **(int **)(pcVar1 + 0x14);\n }\n else {\n local_74 = 1;\n if (cVar4 == '\x7f') {\n local_74 = *(int *)**(undefined4 **)(pcVar1 + 0x14);\n }\n }\n piVar8 = (int *)FUN_00028410();\n if (*(char *)(*param_1 + 0x4d) == '\0') {\n piVar9 = local_30;\n piVar2 = (int *)param_1[2];\n if (extraout_ECX == param_2) {\n piVar9 = (int *)0x0;\n }\n iVar6 = FUN_00093e70(piVar9,piVar8,&local_28);\n iVar10 = FUN_00098c50();\n local_70 = iVar10;\n if (local_74 < 1) {\n bVar13 = false;\n if (local_74 != 0) {\n local_70 = FUN_0002f670();\n bVar13 = local_70 != 0 && iVar10 != local_70;\n }\n }\n else {\n if (*piVar8 == 0) {\n iVar11 = 0;\n do {\n iVar11 = iVar11 + 1;\n if (iVar11 == local_74) {\n bVar13 = false;\n goto LAB_00094dd5;\n }\n } while (piVar8[iVar11] == iVar11);\n }\n local_70 = FUN_0002f670();\n iVar11 = iVar10;\n do {\n iVar3 = iVar11 - iVar10;\n iVar11 = iVar11 + 1;\n FUN_000497a0(piVar8[iVar3] + local_70,0);\n } while (local_74 + iVar10 != iVar11);\n bVar13 = iVar10 != local_70 && local_70 != 0;\n }\nLAB_00094dd5:\n if (iVar6 == 5) {\n piVar9 = *(int **)(extraout_EDX + 0x14);\n FUN_0005da30();\n iVar6 = param_1[0xe];\n param_1[0xe] = iVar6 + -1;\n if (extraout_ECX == param_2) {\n local_68 = 0;\n if (0 < *piVar9) goto LAB_00095308;\n }\n else {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n local_68 = param_1[0xb] + 1;\n param_1[0xb] = local_68;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n local_68 = param_1[bVar5 + 0x24];\n }\n FUN_000497a0(local_70,local_68);\n if (0 < *piVar9) {\nLAB_00095308:\n iVar10 = 0;\n do {\n uVar12 = FUN_00098a90();\n if ((local_68 != 0) && (iVar11 = FUN_0001d840(), iVar11 != 0)) {\n FUN_000497a0(uVar12,local_68);\n }\n if ((iVar10 < *piVar9 + -1) || (extraout_ECX != param_2)) {\n FUN_000497a0(iVar6 + -1,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;\n }\n }\n else {\n FUN_000497a0(extraout_ECX,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }\n }\n if (local_24 != 0) {\n FUN_0002f640();\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 < *piVar9);\n }\n if (local_68 != 0) {\n FUN_000497a0(param_2,0);\n FUN_000497a0(extraout_ECX,0);\n FUN_00049570();\n FUN_0002f640();\n goto LAB_00095047;\n }\n }\n FUN_00049570();\n }\n else {\n if (extraout_ECX == param_2) {\n local_48 = 0;\n local_60 = extraout_ECX;\n }\n else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\n local_48 = local_60;\n }\n iVar10 = 0;\n if (0 < local_74) {\n do {\n while( true ) {\n FUN_0001d7b0();\n iVar11 = FUN_0001d840();\n if (iVar11 == 0) break;\n iVar10 = iVar10 + 1;\n FUN_000497a0(local_60,0);\n if (iVar10 == local_74) goto LAB_00094e68;\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 != local_74);\n }\nLAB_00094e68:\n if (iVar6 == 1) {\n FUN_000497a0(extraout_ECX,local_70);\n local_50 = FUN_000497a0(0,0);\n if ((local_30[0] != 0) && (local_74 == 1)) {\nLAB_000951fd:\n FUN_000497a0(extraout_ECX,0);\n }\n if (extraout_ECX == param_2) {\n FUN_000497a0(extraout_ECX,0);\n }\n }\n else {\n FUN_000497a0(local_74,0);\n FUN_000370b0(local_74);\n if (extraout_ECX == param_2) {\n FUN_00049940(extraout_ECX,local_70,local_74);\n goto LAB_00095047;\n }\n local_50 = FUN_000497a0(0,local_70);\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + local_50 * 0x14;\n *(undefined1 *)(iVar6 + 1) = 0xfd;\n *(int *)(iVar6 + 0x10) = local_74;\n }\n if ((local_30[0] != 0) && (local_74 == 1)) goto LAB_000951fd;\n }\n if (local_48 != 0) {\n FUN_00049570();\n }\n iVar10 = FUN_000497a0(extraout_ECX,0);\n iVar6 = 0;\n if (local_74 < 2) {\n local_60 = extraout_ECX;\n if (local_74 == 1) goto LAB_00094fd4;\nLAB_00095168:\n FUN_000497a0(param_2,0);\n }\n else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\nLAB_00094fd4:\n do {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n iVar11 = param_1[0xb] + 1;\n param_1[0xb] = iVar11;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n iVar11 = param_1[bVar5 + 0x24];\n }\n FUN_0001d7b0();\n FUN_0005da30();\n FUN_000497a0(iVar6,iVar11);\n FUN_000497a0(local_60,iVar11);\n FUN_000370b0(0xfffffffe);\n if (iVar11 != 0) {\n FUN_0002f640();\n }\n iVar6 = iVar6 + 1;\n } while (iVar6 < local_74);\n FUN_000497a0(param_2,0);\n if (1 < local_74) {\n FUN_00049570();\n FUN_000497a0(iVar10 + 1,0);\n param_2 = extraout_ECX;\n goto LAB_00095168;\n }\n }\n iVar6 = unaff_EDI + 0xb78d3;\n iVar10 = piVar2[0x1a] + -1;\n if (-1 < local_50) {\n iVar10 = local_50;\n }\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + iVar10 * 0x14;\n }\n *(int *)(iVar6 + 8) = piVar2[0x1a];\n }\nLAB_00095047:\n if (bVar13) {\n FUN_0002f640();\n }\n }\n if (piVar8 != (int *)0x0) {\n FUN_00026590();\n }\n if (pbVar7 != (byte *)0x0) {\n FUN_00026590();\n }\nLAB_00094ccf:\n if (local_20 != *(int *)(in_GS_OFFSET + 0x14)) {\n \n FUN_000f6410();\n }\n return;\n}" ({ "{") (declaration "char *pcVar1;" (primitive_type "char") (pointer_declarator "*pcVar1" (* "*") (identifier "pcVar1")) (; ";")) (declaration "int *piVar2;" (primitive_type "int") (pointer_declarator "*piVar2" (* "*") (identifier "piVar2")) (; ";")) (declaration "int iVar3;" (primitive_type "int") (identifier "iVar3") (; ";")) (declaration "char cVar4;" (primitive_type "char") (identifier "cVar4") (; ";")) (declaration "byte bVar5;" (type_identifier "byte") (identifier "bVar5") (; ";")) (declaration "int iVar6;" (primitive_type "int") (identifier "iVar6") (; ";")) (declaration "byte *pbVar7;" (type_identifier "byte") (pointer_declarator "*pbVar7" (* "*") (identifier "pbVar7")) (; ";")) (declaration "int *piVar8;" (primitive_type "int") (pointer_declarator "*piVar8" (* "*") (identifier "piVar8")) (; ";")) (declaration "int *piVar9;" (primitive_type "int") (pointer_declarator "*piVar9" (* "*") (identifier "piVar9")) (; ";")) (declaration "int iVar10;" (primitive_type "int") (identifier "iVar10") (; ";")) (declaration "int iVar11;" (primitive_type "int") (identifier "iVar11") (; ";")) (declaration "undefined4 uVar12;" (type_identifier "undefined4") (identifier "uVar12") (; ";")) (declaration "int extraout_ECX;" (primitive_type "int") (identifier "extraout_ECX") (; ";")) (declaration "bool bVar13;" (primitive_type "bool") (identifier "bVar13") (; ";")) (declaration "int extraout_EDX;" (primitive_type "int") (identifier "extraout_EDX") (; ";")) (declaration "int unaff_EDI;" (primitive_type "int") (identifier "unaff_EDI") (; ";")) (declaration "int in_GS_OFFSET;" (primitive_type "int") (identifier "in_GS_OFFSET") (; ";")) (declaration "int local_74;" (primitive_type "int") (identifier "local_74") (; ";")) (declaration "int local_70;" (primitive_type "int") (identifier "local_70") (; ";")) (declaration "int local_68;" (primitive_type "int") (identifier "local_68") (; ";")) (declaration "int local_60;" (primitive_type "int") (identifier "local_60") (; ";")) (declaration "int local_50;" (primitive_type "int") (identifier "local_50") (; ";")) (declaration "int local_48;" (primitive_type "int") (identifier "local_48") (; ";")) (declaration "int local_30 [2];" (primitive_type "int") (array_declarator "local_30 [2]" (identifier "local_30") ([ "[") (number_literal "2") (] "]")) (; ";")) (declaration "undefined4 local_28;" (type_identifier "undefined4") (identifier "local_28") (; ";")) (declaration "int local_24;" (primitive_type "int") (identifier "local_24") (; ";")) (declaration "int local_20;" (primitive_type "int") (identifier "local_20") (; ";")) (expression_statement "FUN_0001af1a();" (call_expression "FUN_0001af1a()" (identifier "FUN_0001af1a") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "local_20 = *(int *)(in_GS_OFFSET + 0x14);" (assignment_expression "local_20 = *(int *)(in_GS_OFFSET + 0x14)" (identifier "local_20") (= "=") (pointer_expression "*(int *)(in_GS_OFFSET + 0x14)" (* "*") (cast_expression "(int *)(in_GS_OFFSET + 0x14)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(in_GS_OFFSET + 0x14)" (( "(") (binary_expression "in_GS_OFFSET + 0x14" (identifier "in_GS_OFFSET") (+ "+") (number_literal "0x14")) () ")"))))) (; ";")) (expression_statement "local_30[0] = 0;" (assignment_expression "local_30[0] = 0" (subscript_expression "local_30[0]" (identifier "local_30") ([ "[") (number_literal "0") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "local_28 = 0;" (assignment_expression "local_28 = 0" (identifier "local_28") (= "=") (number_literal "0")) (; ";")) (expression_statement "iVar6 = FUN_00059670();" (assignment_expression "iVar6 = FUN_00059670()" (identifier "iVar6") (= "=") (call_expression "FUN_00059670()" (identifier "FUN_00059670") (argument_list "()" (( "(") () ")")))) (; ";")) (if_statement "if (iVar6 != 0) goto LAB_00094ccf;" (if "if") (parenthesized_expression "(iVar6 != 0)" (( "(") (binary_expression "iVar6 != 0" (identifier "iVar6") (!= "!=") (number_literal "0")) () ")")) (goto_statement "goto LAB_00094ccf;" (goto "goto") (statement_identifier "LAB_00094ccf") (; ";"))) (expression_statement "pbVar7 = (byte *)FUN_0002fd10();" (assignment_expression "pbVar7 = (byte *)FUN_0002fd10()" (identifier "pbVar7") (= "=") (cast_expression "(byte *)FUN_0002fd10()" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_0002fd10()" (identifier "FUN_0002fd10") (argument_list "()" (( "(") () ")"))))) (; ";")) (expression_statement "pcVar1 = *(char **)(extraout_EDX + 0xc);" (assignment_expression "pcVar1 = *(char **)(extraout_EDX + 0xc)" (identifier "pcVar1") (= "=") (pointer_expression "*(char **)(extraout_EDX + 0xc)" (* "*") (cast_expression "(char **)(extraout_EDX + 0xc)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(extraout_EDX + 0xc)" (( "(") (binary_expression "extraout_EDX + 0xc" (identifier "extraout_EDX") (+ "+") (number_literal "0xc")) () ")"))))) (; ";")) (expression_statement "cVar4 = *pcVar1;" (assignment_expression "cVar4 = *pcVar1" (identifier "cVar4") (= "=") (pointer_expression "*pcVar1" (* "*") (identifier "pcVar1"))) (; ";")) (if_statement "if (cVar4 == -0x5c) {\n cVar4 = pcVar1[0x28];\n }" (if "if") (parenthesized_expression "(cVar4 == -0x5c)" (( "(") (binary_expression "cVar4 == -0x5c" (identifier "cVar4") (== "==") (number_literal "-0x5c")) () ")")) (compound_statement "{\n cVar4 = pcVar1[0x28];\n }" ({ "{") (expression_statement "cVar4 = pcVar1[0x28];" (assignment_expression "cVar4 = pcVar1[0x28]" (identifier "cVar4") (= "=") (subscript_expression "pcVar1[0x28]" (identifier "pcVar1") ([ "[") (number_literal "0x28") (] "]"))) (; ";")) (} "}"))) (if_statement "if (cVar4 == -0x5b) {\n local_74 = **(int **)(pcVar1 + 0x14);\n }\n else {\n local_74 = 1;\n if (cVar4 == '\x7f') {\n local_74 = *(int *)**(undefined4 **)(pcVar1 + 0x14);\n }\n }" (if "if") (parenthesized_expression "(cVar4 == -0x5b)" (( "(") (binary_expression "cVar4 == -0x5b" (identifier "cVar4") (== "==") (number_literal "-0x5b")) () ")")) (compound_statement "{\n local_74 = **(int **)(pcVar1 + 0x14);\n }" ({ "{") (expression_statement "local_74 = **(int **)(pcVar1 + 0x14);" (assignment_expression "local_74 = **(int **)(pcVar1 + 0x14)" (identifier "local_74") (= "=") (pointer_expression "**(int **)(pcVar1 + 0x14)" (* "*") (pointer_expression "*(int **)(pcVar1 + 0x14)" (* "*") (cast_expression "(int **)(pcVar1 + 0x14)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(pcVar1 + 0x14)" (( "(") (binary_expression "pcVar1 + 0x14" (identifier "pcVar1") (+ "+") (number_literal "0x14")) () ")")))))) (; ";")) (} "}")) (else_clause "else {\n local_74 = 1;\n if (cVar4 == '\x7f') {\n local_74 = *(int *)**(undefined4 **)(pcVar1 + 0x14);\n }\n }" (else "else") (compound_statement "{\n local_74 = 1;\n if (cVar4 == '\x7f') {\n local_74 = *(int *)**(undefined4 **)(pcVar1 + 0x14);\n }\n }" ({ "{") (expression_statement "local_74 = 1;" (assignment_expression "local_74 = 1" (identifier "local_74") (= "=") (number_literal "1")) (; ";")) (if_statement "if (cVar4 == '\x7f') {\n local_74 = *(int *)**(undefined4 **)(pcVar1 + 0x14);\n }" (if "if") (parenthesized_expression "(cVar4 == '\x7f')" (( "(") (binary_expression "cVar4 == '\x7f'" (identifier "cVar4") (== "==") (char_literal "'\x7f'" (' "'") (escape_sequence "\x7f") (' "'"))) () ")")) (compound_statement "{\n local_74 = *(int *)**(undefined4 **)(pcVar1 + 0x14);\n }" ({ "{") (expression_statement "local_74 = *(int *)**(undefined4 **)(pcVar1 + 0x14);" (assignment_expression "local_74 = *(int *)**(undefined4 **)(pcVar1 + 0x14)" (identifier "local_74") (= "=") (pointer_expression "*(int *)**(undefined4 **)(pcVar1 + 0x14)" (* "*") (cast_expression "(int *)**(undefined4 **)(pcVar1 + 0x14)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "**(undefined4 **)(pcVar1 + 0x14)" (* "*") (pointer_expression "*(undefined4 **)(pcVar1 + 0x14)" (* "*") (cast_expression "(undefined4 **)(pcVar1 + 0x14)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(pcVar1 + 0x14)" (( "(") (binary_expression "pcVar1 + 0x14" (identifier "pcVar1") (+ "+") (number_literal "0x14")) () ")")))))))) (; ";")) (} "}"))) (} "}")))) (expression_statement "piVar8 = (int *)FUN_00028410();" (assignment_expression "piVar8 = (int *)FUN_00028410()" (identifier "piVar8") (= "=") (cast_expression "(int *)FUN_00028410()" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_00028410()" (identifier "FUN_00028410") (argument_list "()" (( "(") () ")"))))) (; ";")) (if_statement "if (*(char *)(*param_1 + 0x4d) == '\0') {\n piVar9 = local_30;\n piVar2 = (int *)param_1[2];\n if (extraout_ECX == param_2) {\n piVar9 = (int *)0x0;\n }\n iVar6 = FUN_00093e70(piVar9,piVar8,&local_28);\n iVar10 = FUN_00098c50();\n local_70 = iVar10;\n if (local_74 < 1) {\n bVar13 = false;\n if (local_74 != 0) {\n local_70 = FUN_0002f670();\n bVar13 = local_70 != 0 && iVar10 != local_70;\n }\n }\n else {\n if (*piVar8 == 0) {\n iVar11 = 0;\n do {\n iVar11 = iVar11 + 1;\n if (iVar11 == local_74) {\n bVar13 = false;\n goto LAB_00094dd5;\n }\n } while (piVar8[iVar11] == iVar11);\n }\n local_70 = FUN_0002f670();\n iVar11 = iVar10;\n do {\n iVar3 = iVar11 - iVar10;\n iVar11 = iVar11 + 1;\n FUN_000497a0(piVar8[iVar3] + local_70,0);\n } while (local_74 + iVar10 != iVar11);\n bVar13 = iVar10 != local_70 && local_70 != 0;\n }\nLAB_00094dd5:\n if (iVar6 == 5) {\n piVar9 = *(int **)(extraout_EDX + 0x14);\n FUN_0005da30();\n iVar6 = param_1[0xe];\n param_1[0xe] = iVar6 + -1;\n if (extraout_ECX == param_2) {\n local_68 = 0;\n if (0 < *piVar9) goto LAB_00095308;\n }\n else {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n local_68 = param_1[0xb] + 1;\n param_1[0xb] = local_68;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n local_68 = param_1[bVar5 + 0x24];\n }\n FUN_000497a0(local_70,local_68);\n if (0 < *piVar9) {\nLAB_00095308:\n iVar10 = 0;\n do {\n uVar12 = FUN_00098a90();\n if ((local_68 != 0) && (iVar11 = FUN_0001d840(), iVar11 != 0)) {\n FUN_000497a0(uVar12,local_68);\n }\n if ((iVar10 < *piVar9 + -1) || (extraout_ECX != param_2)) {\n FUN_000497a0(iVar6 + -1,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;\n }\n }\n else {\n FUN_000497a0(extraout_ECX,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }\n }\n if (local_24 != 0) {\n FUN_0002f640();\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 < *piVar9);\n }\n if (local_68 != 0) {\n FUN_000497a0(param_2,0);\n FUN_000497a0(extraout_ECX,0);\n FUN_00049570();\n FUN_0002f640();\n goto LAB_00095047;\n }\n }\n FUN_00049570();\n }\n else {\n if (extraout_ECX == param_2) {\n local_48 = 0;\n local_60 = extraout_ECX;\n }\n else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\n local_48 = local_60;\n }\n iVar10 = 0;\n if (0 < local_74) {\n do {\n while( true ) {\n FUN_0001d7b0();\n iVar11 = FUN_0001d840();\n if (iVar11 == 0) break;\n iVar10 = iVar10 + 1;\n FUN_000497a0(local_60,0);\n if (iVar10 == local_74) goto LAB_00094e68;\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 != local_74);\n }\nLAB_00094e68:\n if (iVar6 == 1) {\n FUN_000497a0(extraout_ECX,local_70);\n local_50 = FUN_000497a0(0,0);\n if ((local_30[0] != 0) && (local_74 == 1)) {\nLAB_000951fd:\n FUN_000497a0(extraout_ECX,0);\n }\n if (extraout_ECX == param_2) {\n FUN_000497a0(extraout_ECX,0);\n }\n }\n else {\n FUN_000497a0(local_74,0);\n FUN_000370b0(local_74);\n if (extraout_ECX == param_2) {\n FUN_00049940(extraout_ECX,local_70,local_74);\n goto LAB_00095047;\n }\n local_50 = FUN_000497a0(0,local_70);\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + local_50 * 0x14;\n *(undefined1 *)(iVar6 + 1) = 0xfd;\n *(int *)(iVar6 + 0x10) = local_74;\n }\n if ((local_30[0] != 0) && (local_74 == 1)) goto LAB_000951fd;\n }\n if (local_48 != 0) {\n FUN_00049570();\n }\n iVar10 = FUN_000497a0(extraout_ECX,0);\n iVar6 = 0;\n if (local_74 < 2) {\n local_60 = extraout_ECX;\n if (local_74 == 1) goto LAB_00094fd4;\nLAB_00095168:\n FUN_000497a0(param_2,0);\n }\n else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\nLAB_00094fd4:\n do {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n iVar11 = param_1[0xb] + 1;\n param_1[0xb] = iVar11;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n iVar11 = param_1[bVar5 + 0x24];\n }\n FUN_0001d7b0();\n FUN_0005da30();\n FUN_000497a0(iVar6,iVar11);\n FUN_000497a0(local_60,iVar11);\n FUN_000370b0(0xfffffffe);\n if (iVar11 != 0) {\n FUN_0002f640();\n }\n iVar6 = iVar6 + 1;\n } while (iVar6 < local_74);\n FUN_000497a0(param_2,0);\n if (1 < local_74) {\n FUN_00049570();\n FUN_000497a0(iVar10 + 1,0);\n param_2 = extraout_ECX;\n goto LAB_00095168;\n }\n }\n iVar6 = unaff_EDI + 0xb78d3;\n iVar10 = piVar2[0x1a] + -1;\n if (-1 < local_50) {\n iVar10 = local_50;\n }\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + iVar10 * 0x14;\n }\n *(int *)(iVar6 + 8) = piVar2[0x1a];\n }\nLAB_00095047:\n if (bVar13) {\n FUN_0002f640();\n }\n }" (if "if") (parenthesized_expression "(*(char *)(*param_1 + 0x4d) == '\0')" (( "(") (binary_expression "*(char *)(*param_1 + 0x4d) == '\0'" (pointer_expression "*(char *)(*param_1 + 0x4d)" (* "*") (cast_expression "(char *)(*param_1 + 0x4d)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*param_1 + 0x4d)" (( "(") (binary_expression "*param_1 + 0x4d" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0x4d")) () ")")))) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n piVar9 = local_30;\n piVar2 = (int *)param_1[2];\n if (extraout_ECX == param_2) {\n piVar9 = (int *)0x0;\n }\n iVar6 = FUN_00093e70(piVar9,piVar8,&local_28);\n iVar10 = FUN_00098c50();\n local_70 = iVar10;\n if (local_74 < 1) {\n bVar13 = false;\n if (local_74 != 0) {\n local_70 = FUN_0002f670();\n bVar13 = local_70 != 0 && iVar10 != local_70;\n }\n }\n else {\n if (*piVar8 == 0) {\n iVar11 = 0;\n do {\n iVar11 = iVar11 + 1;\n if (iVar11 == local_74) {\n bVar13 = false;\n goto LAB_00094dd5;\n }\n } while (piVar8[iVar11] == iVar11);\n }\n local_70 = FUN_0002f670();\n iVar11 = iVar10;\n do {\n iVar3 = iVar11 - iVar10;\n iVar11 = iVar11 + 1;\n FUN_000497a0(piVar8[iVar3] + local_70,0);\n } while (local_74 + iVar10 != iVar11);\n bVar13 = iVar10 != local_70 && local_70 != 0;\n }\nLAB_00094dd5:\n if (iVar6 == 5) {\n piVar9 = *(int **)(extraout_EDX + 0x14);\n FUN_0005da30();\n iVar6 = param_1[0xe];\n param_1[0xe] = iVar6 + -1;\n if (extraout_ECX == param_2) {\n local_68 = 0;\n if (0 < *piVar9) goto LAB_00095308;\n }\n else {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n local_68 = param_1[0xb] + 1;\n param_1[0xb] = local_68;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n local_68 = param_1[bVar5 + 0x24];\n }\n FUN_000497a0(local_70,local_68);\n if (0 < *piVar9) {\nLAB_00095308:\n iVar10 = 0;\n do {\n uVar12 = FUN_00098a90();\n if ((local_68 != 0) && (iVar11 = FUN_0001d840(), iVar11 != 0)) {\n FUN_000497a0(uVar12,local_68);\n }\n if ((iVar10 < *piVar9 + -1) || (extraout_ECX != param_2)) {\n FUN_000497a0(iVar6 + -1,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;\n }\n }\n else {\n FUN_000497a0(extraout_ECX,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }\n }\n if (local_24 != 0) {\n FUN_0002f640();\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 < *piVar9);\n }\n if (local_68 != 0) {\n FUN_000497a0(param_2,0);\n FUN_000497a0(extraout_ECX,0);\n FUN_00049570();\n FUN_0002f640();\n goto LAB_00095047;\n }\n }\n FUN_00049570();\n }\n else {\n if (extraout_ECX == param_2) {\n local_48 = 0;\n local_60 = extraout_ECX;\n }\n else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\n local_48 = local_60;\n }\n iVar10 = 0;\n if (0 < local_74) {\n do {\n while( true ) {\n FUN_0001d7b0();\n iVar11 = FUN_0001d840();\n if (iVar11 == 0) break;\n iVar10 = iVar10 + 1;\n FUN_000497a0(local_60,0);\n if (iVar10 == local_74) goto LAB_00094e68;\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 != local_74);\n }\nLAB_00094e68:\n if (iVar6 == 1) {\n FUN_000497a0(extraout_ECX,local_70);\n local_50 = FUN_000497a0(0,0);\n if ((local_30[0] != 0) && (local_74 == 1)) {\nLAB_000951fd:\n FUN_000497a0(extraout_ECX,0);\n }\n if (extraout_ECX == param_2) {\n FUN_000497a0(extraout_ECX,0);\n }\n }\n else {\n FUN_000497a0(local_74,0);\n FUN_000370b0(local_74);\n if (extraout_ECX == param_2) {\n FUN_00049940(extraout_ECX,local_70,local_74);\n goto LAB_00095047;\n }\n local_50 = FUN_000497a0(0,local_70);\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + local_50 * 0x14;\n *(undefined1 *)(iVar6 + 1) = 0xfd;\n *(int *)(iVar6 + 0x10) = local_74;\n }\n if ((local_30[0] != 0) && (local_74 == 1)) goto LAB_000951fd;\n }\n if (local_48 != 0) {\n FUN_00049570();\n }\n iVar10 = FUN_000497a0(extraout_ECX,0);\n iVar6 = 0;\n if (local_74 < 2) {\n local_60 = extraout_ECX;\n if (local_74 == 1) goto LAB_00094fd4;\nLAB_00095168:\n FUN_000497a0(param_2,0);\n }\n else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\nLAB_00094fd4:\n do {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n iVar11 = param_1[0xb] + 1;\n param_1[0xb] = iVar11;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n iVar11 = param_1[bVar5 + 0x24];\n }\n FUN_0001d7b0();\n FUN_0005da30();\n FUN_000497a0(iVar6,iVar11);\n FUN_000497a0(local_60,iVar11);\n FUN_000370b0(0xfffffffe);\n if (iVar11 != 0) {\n FUN_0002f640();\n }\n iVar6 = iVar6 + 1;\n } while (iVar6 < local_74);\n FUN_000497a0(param_2,0);\n if (1 < local_74) {\n FUN_00049570();\n FUN_000497a0(iVar10 + 1,0);\n param_2 = extraout_ECX;\n goto LAB_00095168;\n }\n }\n iVar6 = unaff_EDI + 0xb78d3;\n iVar10 = piVar2[0x1a] + -1;\n if (-1 < local_50) {\n iVar10 = local_50;\n }\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + iVar10 * 0x14;\n }\n *(int *)(iVar6 + 8) = piVar2[0x1a];\n }\nLAB_00095047:\n if (bVar13) {\n FUN_0002f640();\n }\n }" ({ "{") (expression_statement "piVar9 = local_30;" (assignment_expression "piVar9 = local_30" (identifier "piVar9") (= "=") (identifier "local_30")) (; ";")) (expression_statement "piVar2 = (int *)param_1[2];" (assignment_expression "piVar2 = (int *)param_1[2]" (identifier "piVar2") (= "=") (cast_expression "(int *)param_1[2]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")))) (; ";")) (if_statement "if (extraout_ECX == param_2) {\n piVar9 = (int *)0x0;\n }" (if "if") (parenthesized_expression "(extraout_ECX == param_2)" (( "(") (binary_expression "extraout_ECX == param_2" (identifier "extraout_ECX") (== "==") (identifier "param_2")) () ")")) (compound_statement "{\n piVar9 = (int *)0x0;\n }" ({ "{") (expression_statement "piVar9 = (int *)0x0;" (assignment_expression "piVar9 = (int *)0x0" (identifier "piVar9") (= "=") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (} "}"))) (expression_statement "iVar6 = FUN_00093e70(piVar9,piVar8,&local_28);" (assignment_expression "iVar6 = FUN_00093e70(piVar9,piVar8,&local_28)" (identifier "iVar6") (= "=") (call_expression "FUN_00093e70(piVar9,piVar8,&local_28)" (identifier "FUN_00093e70") (argument_list "(piVar9,piVar8,&local_28)" (( "(") (identifier "piVar9") (, ",") (identifier "piVar8") (, ",") (pointer_expression "&local_28" (& "&") (identifier "local_28")) () ")")))) (; ";")) (expression_statement "iVar10 = FUN_00098c50();" (assignment_expression "iVar10 = FUN_00098c50()" (identifier "iVar10") (= "=") (call_expression "FUN_00098c50()" (identifier "FUN_00098c50") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "local_70 = iVar10;" (assignment_expression "local_70 = iVar10" (identifier "local_70") (= "=") (identifier "iVar10")) (; ";")) (if_statement "if (local_74 < 1) {\n bVar13 = false;\n if (local_74 != 0) {\n local_70 = FUN_0002f670();\n bVar13 = local_70 != 0 && iVar10 != local_70;\n }\n }\n else {\n if (*piVar8 == 0) {\n iVar11 = 0;\n do {\n iVar11 = iVar11 + 1;\n if (iVar11 == local_74) {\n bVar13 = false;\n goto LAB_00094dd5;\n }\n } while (piVar8[iVar11] == iVar11);\n }\n local_70 = FUN_0002f670();\n iVar11 = iVar10;\n do {\n iVar3 = iVar11 - iVar10;\n iVar11 = iVar11 + 1;\n FUN_000497a0(piVar8[iVar3] + local_70,0);\n } while (local_74 + iVar10 != iVar11);\n bVar13 = iVar10 != local_70 && local_70 != 0;\n }" (if "if") (parenthesized_expression "(local_74 < 1)" (( "(") (binary_expression "local_74 < 1" (identifier "local_74") (< "<") (number_literal "1")) () ")")) (compound_statement "{\n bVar13 = false;\n if (local_74 != 0) {\n local_70 = FUN_0002f670();\n bVar13 = local_70 != 0 && iVar10 != local_70;\n }\n }" ({ "{") (expression_statement "bVar13 = false;" (assignment_expression "bVar13 = false" (identifier "bVar13") (= "=") (false "false")) (; ";")) (if_statement "if (local_74 != 0) {\n local_70 = FUN_0002f670();\n bVar13 = local_70 != 0 && iVar10 != local_70;\n }" (if "if") (parenthesized_expression "(local_74 != 0)" (( "(") (binary_expression "local_74 != 0" (identifier "local_74") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n local_70 = FUN_0002f670();\n bVar13 = local_70 != 0 && iVar10 != local_70;\n }" ({ "{") (expression_statement "local_70 = FUN_0002f670();" (assignment_expression "local_70 = FUN_0002f670()" (identifier "local_70") (= "=") (call_expression "FUN_0002f670()" (identifier "FUN_0002f670") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "bVar13 = local_70 != 0 && iVar10 != local_70;" (assignment_expression "bVar13 = local_70 != 0 && iVar10 != local_70" (identifier "bVar13") (= "=") (binary_expression "local_70 != 0 && iVar10 != local_70" (binary_expression "local_70 != 0" (identifier "local_70") (!= "!=") (number_literal "0")) (&& "&&") (binary_expression "iVar10 != local_70" (identifier "iVar10") (!= "!=") (identifier "local_70")))) (; ";")) (} "}"))) (} "}")) (else_clause "else {\n if (*piVar8 == 0) {\n iVar11 = 0;\n do {\n iVar11 = iVar11 + 1;\n if (iVar11 == local_74) {\n bVar13 = false;\n goto LAB_00094dd5;\n }\n } while (piVar8[iVar11] == iVar11);\n }\n local_70 = FUN_0002f670();\n iVar11 = iVar10;\n do {\n iVar3 = iVar11 - iVar10;\n iVar11 = iVar11 + 1;\n FUN_000497a0(piVar8[iVar3] + local_70,0);\n } while (local_74 + iVar10 != iVar11);\n bVar13 = iVar10 != local_70 && local_70 != 0;\n }" (else "else") (compound_statement "{\n if (*piVar8 == 0) {\n iVar11 = 0;\n do {\n iVar11 = iVar11 + 1;\n if (iVar11 == local_74) {\n bVar13 = false;\n goto LAB_00094dd5;\n }\n } while (piVar8[iVar11] == iVar11);\n }\n local_70 = FUN_0002f670();\n iVar11 = iVar10;\n do {\n iVar3 = iVar11 - iVar10;\n iVar11 = iVar11 + 1;\n FUN_000497a0(piVar8[iVar3] + local_70,0);\n } while (local_74 + iVar10 != iVar11);\n bVar13 = iVar10 != local_70 && local_70 != 0;\n }" ({ "{") (if_statement "if (*piVar8 == 0) {\n iVar11 = 0;\n do {\n iVar11 = iVar11 + 1;\n if (iVar11 == local_74) {\n bVar13 = false;\n goto LAB_00094dd5;\n }\n } while (piVar8[iVar11] == iVar11);\n }" (if "if") (parenthesized_expression "(*piVar8 == 0)" (( "(") (binary_expression "*piVar8 == 0" (pointer_expression "*piVar8" (* "*") (identifier "piVar8")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n iVar11 = 0;\n do {\n iVar11 = iVar11 + 1;\n if (iVar11 == local_74) {\n bVar13 = false;\n goto LAB_00094dd5;\n }\n } while (piVar8[iVar11] == iVar11);\n }" ({ "{") (expression_statement "iVar11 = 0;" (assignment_expression "iVar11 = 0" (identifier "iVar11") (= "=") (number_literal "0")) (; ";")) (do_statement "do {\n iVar11 = iVar11 + 1;\n if (iVar11 == local_74) {\n bVar13 = false;\n goto LAB_00094dd5;\n }\n } while (piVar8[iVar11] == iVar11);" (do "do") (compound_statement "{\n iVar11 = iVar11 + 1;\n if (iVar11 == local_74) {\n bVar13 = false;\n goto LAB_00094dd5;\n }\n }" ({ "{") (expression_statement "iVar11 = iVar11 + 1;" (assignment_expression "iVar11 = iVar11 + 1" (identifier "iVar11") (= "=") (binary_expression "iVar11 + 1" (identifier "iVar11") (+ "+") (number_literal "1"))) (; ";")) (if_statement "if (iVar11 == local_74) {\n bVar13 = false;\n goto LAB_00094dd5;\n }" (if "if") (parenthesized_expression "(iVar11 == local_74)" (( "(") (binary_expression "iVar11 == local_74" (identifier "iVar11") (== "==") (identifier "local_74")) () ")")) (compound_statement "{\n bVar13 = false;\n goto LAB_00094dd5;\n }" ({ "{") (expression_statement "bVar13 = false;" (assignment_expression "bVar13 = false" (identifier "bVar13") (= "=") (false "false")) (; ";")) (goto_statement "goto LAB_00094dd5;" (goto "goto") (statement_identifier "LAB_00094dd5") (; ";")) (} "}"))) (} "}")) (while "while") (parenthesized_expression "(piVar8[iVar11] == iVar11)" (( "(") (binary_expression "piVar8[iVar11] == iVar11" (subscript_expression "piVar8[iVar11]" (identifier "piVar8") ([ "[") (identifier "iVar11") (] "]")) (== "==") (identifier "iVar11")) () ")")) (; ";")) (} "}"))) (expression_statement "local_70 = FUN_0002f670();" (assignment_expression "local_70 = FUN_0002f670()" (identifier "local_70") (= "=") (call_expression "FUN_0002f670()" (identifier "FUN_0002f670") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "iVar11 = iVar10;" (assignment_expression "iVar11 = iVar10" (identifier "iVar11") (= "=") (identifier "iVar10")) (; ";")) (do_statement "do {\n iVar3 = iVar11 - iVar10;\n iVar11 = iVar11 + 1;\n FUN_000497a0(piVar8[iVar3] + local_70,0);\n } while (local_74 + iVar10 != iVar11);" (do "do") (compound_statement "{\n iVar3 = iVar11 - iVar10;\n iVar11 = iVar11 + 1;\n FUN_000497a0(piVar8[iVar3] + local_70,0);\n }" ({ "{") (expression_statement "iVar3 = iVar11 - iVar10;" (assignment_expression "iVar3 = iVar11 - iVar10" (identifier "iVar3") (= "=") (binary_expression "iVar11 - iVar10" (identifier "iVar11") (- "-") (identifier "iVar10"))) (; ";")) (expression_statement "iVar11 = iVar11 + 1;" (assignment_expression "iVar11 = iVar11 + 1" (identifier "iVar11") (= "=") (binary_expression "iVar11 + 1" (identifier "iVar11") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "FUN_000497a0(piVar8[iVar3] + local_70,0);" (call_expression "FUN_000497a0(piVar8[iVar3] + local_70,0)" (identifier "FUN_000497a0") (argument_list "(piVar8[iVar3] + local_70,0)" (( "(") (binary_expression "piVar8[iVar3] + local_70" (subscript_expression "piVar8[iVar3]" (identifier "piVar8") ([ "[") (identifier "iVar3") (] "]")) (+ "+") (identifier "local_70")) (, ",") (number_literal "0") () ")"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(local_74 + iVar10 != iVar11)" (( "(") (binary_expression "local_74 + iVar10 != iVar11" (binary_expression "local_74 + iVar10" (identifier "local_74") (+ "+") (identifier "iVar10")) (!= "!=") (identifier "iVar11")) () ")")) (; ";")) (expression_statement "bVar13 = iVar10 != local_70 && local_70 != 0;" (assignment_expression "bVar13 = iVar10 != local_70 && local_70 != 0" (identifier "bVar13") (= "=") (binary_expression "iVar10 != local_70 && local_70 != 0" (binary_expression "iVar10 != local_70" (identifier "iVar10") (!= "!=") (identifier "local_70")) (&& "&&") (binary_expression "local_70 != 0" (identifier "local_70") (!= "!=") (number_literal "0")))) (; ";")) (} "}")))) (labeled_statement "LAB_00094dd5:\n if (iVar6 == 5) {\n piVar9 = *(int **)(extraout_EDX + 0x14);\n FUN_0005da30();\n iVar6 = param_1[0xe];\n param_1[0xe] = iVar6 + -1;\n if (extraout_ECX == param_2) {\n local_68 = 0;\n if (0 < *piVar9) goto LAB_00095308;\n }\n else {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n local_68 = param_1[0xb] + 1;\n param_1[0xb] = local_68;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n local_68 = param_1[bVar5 + 0x24];\n }\n FUN_000497a0(local_70,local_68);\n if (0 < *piVar9) {\nLAB_00095308:\n iVar10 = 0;\n do {\n uVar12 = FUN_00098a90();\n if ((local_68 != 0) && (iVar11 = FUN_0001d840(), iVar11 != 0)) {\n FUN_000497a0(uVar12,local_68);\n }\n if ((iVar10 < *piVar9 + -1) || (extraout_ECX != param_2)) {\n FUN_000497a0(iVar6 + -1,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;\n }\n }\n else {\n FUN_000497a0(extraout_ECX,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }\n }\n if (local_24 != 0) {\n FUN_0002f640();\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 < *piVar9);\n }\n if (local_68 != 0) {\n FUN_000497a0(param_2,0);\n FUN_000497a0(extraout_ECX,0);\n FUN_00049570();\n FUN_0002f640();\n goto LAB_00095047;\n }\n }\n FUN_00049570();\n }\n else {\n if (extraout_ECX == param_2) {\n local_48 = 0;\n local_60 = extraout_ECX;\n }\n else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\n local_48 = local_60;\n }\n iVar10 = 0;\n if (0 < local_74) {\n do {\n while( true ) {\n FUN_0001d7b0();\n iVar11 = FUN_0001d840();\n if (iVar11 == 0) break;\n iVar10 = iVar10 + 1;\n FUN_000497a0(local_60,0);\n if (iVar10 == local_74) goto LAB_00094e68;\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 != local_74);\n }\nLAB_00094e68:\n if (iVar6 == 1) {\n FUN_000497a0(extraout_ECX,local_70);\n local_50 = FUN_000497a0(0,0);\n if ((local_30[0] != 0) && (local_74 == 1)) {\nLAB_000951fd:\n FUN_000497a0(extraout_ECX,0);\n }\n if (extraout_ECX == param_2) {\n FUN_000497a0(extraout_ECX,0);\n }\n }\n else {\n FUN_000497a0(local_74,0);\n FUN_000370b0(local_74);\n if (extraout_ECX == param_2) {\n FUN_00049940(extraout_ECX,local_70,local_74);\n goto LAB_00095047;\n }\n local_50 = FUN_000497a0(0,local_70);\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + local_50 * 0x14;\n *(undefined1 *)(iVar6 + 1) = 0xfd;\n *(int *)(iVar6 + 0x10) = local_74;\n }\n if ((local_30[0] != 0) && (local_74 == 1)) goto LAB_000951fd;\n }\n if (local_48 != 0) {\n FUN_00049570();\n }\n iVar10 = FUN_000497a0(extraout_ECX,0);\n iVar6 = 0;\n if (local_74 < 2) {\n local_60 = extraout_ECX;\n if (local_74 == 1) goto LAB_00094fd4;\nLAB_00095168:\n FUN_000497a0(param_2,0);\n }\n else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\nLAB_00094fd4:\n do {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n iVar11 = param_1[0xb] + 1;\n param_1[0xb] = iVar11;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n iVar11 = param_1[bVar5 + 0x24];\n }\n FUN_0001d7b0();\n FUN_0005da30();\n FUN_000497a0(iVar6,iVar11);\n FUN_000497a0(local_60,iVar11);\n FUN_000370b0(0xfffffffe);\n if (iVar11 != 0) {\n FUN_0002f640();\n }\n iVar6 = iVar6 + 1;\n } while (iVar6 < local_74);\n FUN_000497a0(param_2,0);\n if (1 < local_74) {\n FUN_00049570();\n FUN_000497a0(iVar10 + 1,0);\n param_2 = extraout_ECX;\n goto LAB_00095168;\n }\n }\n iVar6 = unaff_EDI + 0xb78d3;\n iVar10 = piVar2[0x1a] + -1;\n if (-1 < local_50) {\n iVar10 = local_50;\n }\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + iVar10 * 0x14;\n }\n *(int *)(iVar6 + 8) = piVar2[0x1a];\n }" (statement_identifier "LAB_00094dd5") (: ":") (if_statement "if (iVar6 == 5) {\n piVar9 = *(int **)(extraout_EDX + 0x14);\n FUN_0005da30();\n iVar6 = param_1[0xe];\n param_1[0xe] = iVar6 + -1;\n if (extraout_ECX == param_2) {\n local_68 = 0;\n if (0 < *piVar9) goto LAB_00095308;\n }\n else {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n local_68 = param_1[0xb] + 1;\n param_1[0xb] = local_68;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n local_68 = param_1[bVar5 + 0x24];\n }\n FUN_000497a0(local_70,local_68);\n if (0 < *piVar9) {\nLAB_00095308:\n iVar10 = 0;\n do {\n uVar12 = FUN_00098a90();\n if ((local_68 != 0) && (iVar11 = FUN_0001d840(), iVar11 != 0)) {\n FUN_000497a0(uVar12,local_68);\n }\n if ((iVar10 < *piVar9 + -1) || (extraout_ECX != param_2)) {\n FUN_000497a0(iVar6 + -1,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;\n }\n }\n else {\n FUN_000497a0(extraout_ECX,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }\n }\n if (local_24 != 0) {\n FUN_0002f640();\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 < *piVar9);\n }\n if (local_68 != 0) {\n FUN_000497a0(param_2,0);\n FUN_000497a0(extraout_ECX,0);\n FUN_00049570();\n FUN_0002f640();\n goto LAB_00095047;\n }\n }\n FUN_00049570();\n }\n else {\n if (extraout_ECX == param_2) {\n local_48 = 0;\n local_60 = extraout_ECX;\n }\n else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\n local_48 = local_60;\n }\n iVar10 = 0;\n if (0 < local_74) {\n do {\n while( true ) {\n FUN_0001d7b0();\n iVar11 = FUN_0001d840();\n if (iVar11 == 0) break;\n iVar10 = iVar10 + 1;\n FUN_000497a0(local_60,0);\n if (iVar10 == local_74) goto LAB_00094e68;\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 != local_74);\n }\nLAB_00094e68:\n if (iVar6 == 1) {\n FUN_000497a0(extraout_ECX,local_70);\n local_50 = FUN_000497a0(0,0);\n if ((local_30[0] != 0) && (local_74 == 1)) {\nLAB_000951fd:\n FUN_000497a0(extraout_ECX,0);\n }\n if (extraout_ECX == param_2) {\n FUN_000497a0(extraout_ECX,0);\n }\n }\n else {\n FUN_000497a0(local_74,0);\n FUN_000370b0(local_74);\n if (extraout_ECX == param_2) {\n FUN_00049940(extraout_ECX,local_70,local_74);\n goto LAB_00095047;\n }\n local_50 = FUN_000497a0(0,local_70);\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + local_50 * 0x14;\n *(undefined1 *)(iVar6 + 1) = 0xfd;\n *(int *)(iVar6 + 0x10) = local_74;\n }\n if ((local_30[0] != 0) && (local_74 == 1)) goto LAB_000951fd;\n }\n if (local_48 != 0) {\n FUN_00049570();\n }\n iVar10 = FUN_000497a0(extraout_ECX,0);\n iVar6 = 0;\n if (local_74 < 2) {\n local_60 = extraout_ECX;\n if (local_74 == 1) goto LAB_00094fd4;\nLAB_00095168:\n FUN_000497a0(param_2,0);\n }\n else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\nLAB_00094fd4:\n do {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n iVar11 = param_1[0xb] + 1;\n param_1[0xb] = iVar11;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n iVar11 = param_1[bVar5 + 0x24];\n }\n FUN_0001d7b0();\n FUN_0005da30();\n FUN_000497a0(iVar6,iVar11);\n FUN_000497a0(local_60,iVar11);\n FUN_000370b0(0xfffffffe);\n if (iVar11 != 0) {\n FUN_0002f640();\n }\n iVar6 = iVar6 + 1;\n } while (iVar6 < local_74);\n FUN_000497a0(param_2,0);\n if (1 < local_74) {\n FUN_00049570();\n FUN_000497a0(iVar10 + 1,0);\n param_2 = extraout_ECX;\n goto LAB_00095168;\n }\n }\n iVar6 = unaff_EDI + 0xb78d3;\n iVar10 = piVar2[0x1a] + -1;\n if (-1 < local_50) {\n iVar10 = local_50;\n }\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + iVar10 * 0x14;\n }\n *(int *)(iVar6 + 8) = piVar2[0x1a];\n }" (if "if") (parenthesized_expression "(iVar6 == 5)" (( "(") (binary_expression "iVar6 == 5" (identifier "iVar6") (== "==") (number_literal "5")) () ")")) (compound_statement "{\n piVar9 = *(int **)(extraout_EDX + 0x14);\n FUN_0005da30();\n iVar6 = param_1[0xe];\n param_1[0xe] = iVar6 + -1;\n if (extraout_ECX == param_2) {\n local_68 = 0;\n if (0 < *piVar9) goto LAB_00095308;\n }\n else {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n local_68 = param_1[0xb] + 1;\n param_1[0xb] = local_68;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n local_68 = param_1[bVar5 + 0x24];\n }\n FUN_000497a0(local_70,local_68);\n if (0 < *piVar9) {\nLAB_00095308:\n iVar10 = 0;\n do {\n uVar12 = FUN_00098a90();\n if ((local_68 != 0) && (iVar11 = FUN_0001d840(), iVar11 != 0)) {\n FUN_000497a0(uVar12,local_68);\n }\n if ((iVar10 < *piVar9 + -1) || (extraout_ECX != param_2)) {\n FUN_000497a0(iVar6 + -1,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;\n }\n }\n else {\n FUN_000497a0(extraout_ECX,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }\n }\n if (local_24 != 0) {\n FUN_0002f640();\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 < *piVar9);\n }\n if (local_68 != 0) {\n FUN_000497a0(param_2,0);\n FUN_000497a0(extraout_ECX,0);\n FUN_00049570();\n FUN_0002f640();\n goto LAB_00095047;\n }\n }\n FUN_00049570();\n }" ({ "{") (expression_statement "piVar9 = *(int **)(extraout_EDX + 0x14);" (assignment_expression "piVar9 = *(int **)(extraout_EDX + 0x14)" (identifier "piVar9") (= "=") (pointer_expression "*(int **)(extraout_EDX + 0x14)" (* "*") (cast_expression "(int **)(extraout_EDX + 0x14)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(extraout_EDX + 0x14)" (( "(") (binary_expression "extraout_EDX + 0x14" (identifier "extraout_EDX") (+ "+") (number_literal "0x14")) () ")"))))) (; ";")) (expression_statement "FUN_0005da30();" (call_expression "FUN_0005da30()" (identifier "FUN_0005da30") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "iVar6 = param_1[0xe];" (assignment_expression "iVar6 = param_1[0xe]" (identifier "iVar6") (= "=") (subscript_expression "param_1[0xe]" (identifier "param_1") ([ "[") (number_literal "0xe") (] "]"))) (; ";")) (expression_statement "param_1[0xe] = iVar6 + -1;" (assignment_expression "param_1[0xe] = iVar6 + -1" (subscript_expression "param_1[0xe]" (identifier "param_1") ([ "[") (number_literal "0xe") (] "]")) (= "=") (binary_expression "iVar6 + -1" (identifier "iVar6") (+ "+") (number_literal "-1"))) (; ";")) (if_statement "if (extraout_ECX == param_2) {\n local_68 = 0;\n if (0 < *piVar9) goto LAB_00095308;\n }\n else {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n local_68 = param_1[0xb] + 1;\n param_1[0xb] = local_68;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n local_68 = param_1[bVar5 + 0x24];\n }\n FUN_000497a0(local_70,local_68);\n if (0 < *piVar9) {\nLAB_00095308:\n iVar10 = 0;\n do {\n uVar12 = FUN_00098a90();\n if ((local_68 != 0) && (iVar11 = FUN_0001d840(), iVar11 != 0)) {\n FUN_000497a0(uVar12,local_68);\n }\n if ((iVar10 < *piVar9 + -1) || (extraout_ECX != param_2)) {\n FUN_000497a0(iVar6 + -1,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;\n }\n }\n else {\n FUN_000497a0(extraout_ECX,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }\n }\n if (local_24 != 0) {\n FUN_0002f640();\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 < *piVar9);\n }\n if (local_68 != 0) {\n FUN_000497a0(param_2,0);\n FUN_000497a0(extraout_ECX,0);\n FUN_00049570();\n FUN_0002f640();\n goto LAB_00095047;\n }\n }" (if "if") (parenthesized_expression "(extraout_ECX == param_2)" (( "(") (binary_expression "extraout_ECX == param_2" (identifier "extraout_ECX") (== "==") (identifier "param_2")) () ")")) (compound_statement "{\n local_68 = 0;\n if (0 < *piVar9) goto LAB_00095308;\n }" ({ "{") (expression_statement "local_68 = 0;" (assignment_expression "local_68 = 0" (identifier "local_68") (= "=") (number_literal "0")) (; ";")) (if_statement "if (0 < *piVar9) goto LAB_00095308;" (if "if") (parenthesized_expression "(0 < *piVar9)" (( "(") (binary_expression "0 < *piVar9" (number_literal "0") (< "<") (pointer_expression "*piVar9" (* "*") (identifier "piVar9"))) () ")")) (goto_statement "goto LAB_00095308;" (goto "goto") (statement_identifier "LAB_00095308") (; ";"))) (} "}")) (else_clause "else {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n local_68 = param_1[0xb] + 1;\n param_1[0xb] = local_68;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n local_68 = param_1[bVar5 + 0x24];\n }\n FUN_000497a0(local_70,local_68);\n if (0 < *piVar9) {\nLAB_00095308:\n iVar10 = 0;\n do {\n uVar12 = FUN_00098a90();\n if ((local_68 != 0) && (iVar11 = FUN_0001d840(), iVar11 != 0)) {\n FUN_000497a0(uVar12,local_68);\n }\n if ((iVar10 < *piVar9 + -1) || (extraout_ECX != param_2)) {\n FUN_000497a0(iVar6 + -1,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;\n }\n }\n else {\n FUN_000497a0(extraout_ECX,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }\n }\n if (local_24 != 0) {\n FUN_0002f640();\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 < *piVar9);\n }\n if (local_68 != 0) {\n FUN_000497a0(param_2,0);\n FUN_000497a0(extraout_ECX,0);\n FUN_00049570();\n FUN_0002f640();\n goto LAB_00095047;\n }\n }" (else "else") (compound_statement "{\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n local_68 = param_1[0xb] + 1;\n param_1[0xb] = local_68;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n local_68 = param_1[bVar5 + 0x24];\n }\n FUN_000497a0(local_70,local_68);\n if (0 < *piVar9) {\nLAB_00095308:\n iVar10 = 0;\n do {\n uVar12 = FUN_00098a90();\n if ((local_68 != 0) && (iVar11 = FUN_0001d840(), iVar11 != 0)) {\n FUN_000497a0(uVar12,local_68);\n }\n if ((iVar10 < *piVar9 + -1) || (extraout_ECX != param_2)) {\n FUN_000497a0(iVar6 + -1,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;\n }\n }\n else {\n FUN_000497a0(extraout_ECX,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }\n }\n if (local_24 != 0) {\n FUN_0002f640();\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 < *piVar9);\n }\n if (local_68 != 0) {\n FUN_000497a0(param_2,0);\n FUN_000497a0(extraout_ECX,0);\n FUN_00049570();\n FUN_0002f640();\n goto LAB_00095047;\n }\n }" ({ "{") (if_statement "if (*(char *)((int)param_1 + 0x13) == '\0') {\n local_68 = param_1[0xb] + 1;\n param_1[0xb] = local_68;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n local_68 = param_1[bVar5 + 0x24];\n }" (if "if") (parenthesized_expression "(*(char *)((int)param_1 + 0x13) == '\0')" (( "(") (binary_expression "*(char *)((int)param_1 + 0x13) == '\0'" (pointer_expression "*(char *)((int)param_1 + 0x13)" (* "*") (cast_expression "(char *)((int)param_1 + 0x13)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)param_1 + 0x13)" (( "(") (binary_expression "(int)param_1 + 0x13" (cast_expression "(int)param_1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_1")) (+ "+") (number_literal "0x13")) () ")")))) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n local_68 = param_1[0xb] + 1;\n param_1[0xb] = local_68;\n }" ({ "{") (expression_statement "local_68 = param_1[0xb] + 1;" (assignment_expression "local_68 = param_1[0xb] + 1" (identifier "local_68") (= "=") (binary_expression "param_1[0xb] + 1" (subscript_expression "param_1[0xb]" (identifier "param_1") ([ "[") (number_literal "0xb") (] "]")) (+ "+") (number_literal "1"))) (; ";")) (expression_statement "param_1[0xb] = local_68;" (assignment_expression "param_1[0xb] = local_68" (subscript_expression "param_1[0xb]" (identifier "param_1") ([ "[") (number_literal "0xb") (] "]")) (= "=") (identifier "local_68")) (; ";")) (} "}")) (else_clause "else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n local_68 = param_1[bVar5 + 0x24];\n }" (else "else") (compound_statement "{\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n local_68 = param_1[bVar5 + 0x24];\n }" ({ "{") (expression_statement "bVar5 = *(char *)((int)param_1 + 0x13) - 1;" (assignment_expression "bVar5 = *(char *)((int)param_1 + 0x13) - 1" (identifier "bVar5") (= "=") (binary_expression "*(char *)((int)param_1 + 0x13) - 1" (pointer_expression "*(char *)((int)param_1 + 0x13)" (* "*") (cast_expression "(char *)((int)param_1 + 0x13)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)param_1 + 0x13)" (( "(") (binary_expression "(int)param_1 + 0x13" (cast_expression "(int)param_1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_1")) (+ "+") (number_literal "0x13")) () ")")))) (- "-") (number_literal "1"))) (; ";")) (expression_statement "*(byte *)((int)param_1 + 0x13) = bVar5;" (assignment_expression "*(byte *)((int)param_1 + 0x13) = bVar5" (pointer_expression "*(byte *)((int)param_1 + 0x13)" (* "*") (cast_expression "(byte *)((int)param_1 + 0x13)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)param_1 + 0x13)" (( "(") (binary_expression "(int)param_1 + 0x13" (cast_expression "(int)param_1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_1")) (+ "+") (number_literal "0x13")) () ")")))) (= "=") (identifier "bVar5")) (; ";")) (expression_statement "local_68 = param_1[bVar5 + 0x24];" (assignment_expression "local_68 = param_1[bVar5 + 0x24]" (identifier "local_68") (= "=") (subscript_expression "param_1[bVar5 + 0x24]" (identifier "param_1") ([ "[") (binary_expression "bVar5 + 0x24" (identifier "bVar5") (+ "+") (number_literal "0x24")) (] "]"))) (; ";")) (} "}")))) (expression_statement "FUN_000497a0(local_70,local_68);" (call_expression "FUN_000497a0(local_70,local_68)" (identifier "FUN_000497a0") (argument_list "(local_70,local_68)" (( "(") (identifier "local_70") (, ",") (identifier "local_68") () ")"))) (; ";")) (if_statement "if (0 < *piVar9) {\nLAB_00095308:\n iVar10 = 0;\n do {\n uVar12 = FUN_00098a90();\n if ((local_68 != 0) && (iVar11 = FUN_0001d840(), iVar11 != 0)) {\n FUN_000497a0(uVar12,local_68);\n }\n if ((iVar10 < *piVar9 + -1) || (extraout_ECX != param_2)) {\n FUN_000497a0(iVar6 + -1,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;\n }\n }\n else {\n FUN_000497a0(extraout_ECX,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }\n }\n if (local_24 != 0) {\n FUN_0002f640();\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 < *piVar9);\n }" (if "if") (parenthesized_expression "(0 < *piVar9)" (( "(") (binary_expression "0 < *piVar9" (number_literal "0") (< "<") (pointer_expression "*piVar9" (* "*") (identifier "piVar9"))) () ")")) (compound_statement "{\nLAB_00095308:\n iVar10 = 0;\n do {\n uVar12 = FUN_00098a90();\n if ((local_68 != 0) && (iVar11 = FUN_0001d840(), iVar11 != 0)) {\n FUN_000497a0(uVar12,local_68);\n }\n if ((iVar10 < *piVar9 + -1) || (extraout_ECX != param_2)) {\n FUN_000497a0(iVar6 + -1,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;\n }\n }\n else {\n FUN_000497a0(extraout_ECX,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }\n }\n if (local_24 != 0) {\n FUN_0002f640();\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 < *piVar9);\n }" ({ "{") (labeled_statement "LAB_00095308:\n iVar10 = 0;" (statement_identifier "LAB_00095308") (: ":") (expression_statement "iVar10 = 0;" (assignment_expression "iVar10 = 0" (identifier "iVar10") (= "=") (number_literal "0")) (; ";"))) (do_statement "do {\n uVar12 = FUN_00098a90();\n if ((local_68 != 0) && (iVar11 = FUN_0001d840(), iVar11 != 0)) {\n FUN_000497a0(uVar12,local_68);\n }\n if ((iVar10 < *piVar9 + -1) || (extraout_ECX != param_2)) {\n FUN_000497a0(iVar6 + -1,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;\n }\n }\n else {\n FUN_000497a0(extraout_ECX,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }\n }\n if (local_24 != 0) {\n FUN_0002f640();\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 < *piVar9);" (do "do") (compound_statement "{\n uVar12 = FUN_00098a90();\n if ((local_68 != 0) && (iVar11 = FUN_0001d840(), iVar11 != 0)) {\n FUN_000497a0(uVar12,local_68);\n }\n if ((iVar10 < *piVar9 + -1) || (extraout_ECX != param_2)) {\n FUN_000497a0(iVar6 + -1,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;\n }\n }\n else {\n FUN_000497a0(extraout_ECX,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }\n }\n if (local_24 != 0) {\n FUN_0002f640();\n }\n iVar10 = iVar10 + 1;\n }" ({ "{") (expression_statement "uVar12 = FUN_00098a90();" (assignment_expression "uVar12 = FUN_00098a90()" (identifier "uVar12") (= "=") (call_expression "FUN_00098a90()" (identifier "FUN_00098a90") (argument_list "()" (( "(") () ")")))) (; ";")) (if_statement "if ((local_68 != 0) && (iVar11 = FUN_0001d840(), iVar11 != 0)) {\n FUN_000497a0(uVar12,local_68);\n }" (if "if") (parenthesized_expression "((local_68 != 0) && (iVar11 = FUN_0001d840(), iVar11 != 0))" (( "(") (binary_expression "(local_68 != 0) && (iVar11 = FUN_0001d840(), iVar11 != 0)" (parenthesized_expression "(local_68 != 0)" (( "(") (binary_expression "local_68 != 0" (identifier "local_68") (!= "!=") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(iVar11 = FUN_0001d840(), iVar11 != 0)" (( "(") (comma_expression "iVar11 = FUN_0001d840(), iVar11 != 0" (assignment_expression "iVar11 = FUN_0001d840()" (identifier "iVar11") (= "=") (call_expression "FUN_0001d840()" (identifier "FUN_0001d840") (argument_list "()" (( "(") () ")")))) (, ",") (binary_expression "iVar11 != 0" (identifier "iVar11") (!= "!=") (number_literal "0"))) () ")"))) () ")")) (compound_statement "{\n FUN_000497a0(uVar12,local_68);\n }" ({ "{") (expression_statement "FUN_000497a0(uVar12,local_68);" (call_expression "FUN_000497a0(uVar12,local_68)" (identifier "FUN_000497a0") (argument_list "(uVar12,local_68)" (( "(") (identifier "uVar12") (, ",") (identifier "local_68") () ")"))) (; ";")) (} "}"))) (if_statement "if ((iVar10 < *piVar9 + -1) || (extraout_ECX != param_2)) {\n FUN_000497a0(iVar6 + -1,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;\n }\n }\n else {\n FUN_000497a0(extraout_ECX,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }\n }" (if "if") (parenthesized_expression "((iVar10 < *piVar9 + -1) || (extraout_ECX != param_2))" (( "(") (binary_expression "(iVar10 < *piVar9 + -1) || (extraout_ECX != param_2)" (parenthesized_expression "(iVar10 < *piVar9 + -1)" (( "(") (binary_expression "iVar10 < *piVar9 + -1" (identifier "iVar10") (< "<") (binary_expression "*piVar9 + -1" (pointer_expression "*piVar9" (* "*") (identifier "piVar9")) (+ "+") (number_literal "-1"))) () ")")) (|| "||") (parenthesized_expression "(extraout_ECX != param_2)" (( "(") (binary_expression "extraout_ECX != param_2" (identifier "extraout_ECX") (!= "!=") (identifier "param_2")) () ")"))) () ")")) (compound_statement "{\n FUN_000497a0(iVar6 + -1,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;\n }\n }" ({ "{") (expression_statement "FUN_000497a0(iVar6 + -1,uVar12);" (call_expression "FUN_000497a0(iVar6 + -1,uVar12)" (identifier "FUN_000497a0") (argument_list "(iVar6 + -1,uVar12)" (( "(") (binary_expression "iVar6 + -1" (identifier "iVar6") (+ "+") (number_literal "-1")) (, ",") (identifier "uVar12") () ")"))) (; ";")) (expression_statement "FUN_000370b0(0xfffffffe);" (call_expression "FUN_000370b0(0xfffffffe)" (identifier "FUN_000370b0") (argument_list "(0xfffffffe)" (( "(") (number_literal "0xfffffffe") () ")"))) (; ";")) (if_statement "if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;\n }" (if "if") (parenthesized_expression "(0 < piVar2[0x1a])" (( "(") (binary_expression "0 < piVar2[0x1a]" (number_literal "0") (< "<") (subscript_expression "piVar2[0x1a]" (identifier "piVar2") ([ "[") (number_literal "0x1a") (] "]"))) () ")")) (compound_statement "{\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;\n }" ({ "{") (expression_statement "*(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7;" (assignment_expression "*(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7" (pointer_expression "*(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12)" (* "*") (cast_expression "(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12)" (( "(") (type_descriptor "short *" (sized_type_specifier "short" (short "short")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12)" (( "(") (binary_expression "piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12" (binary_expression "piVar2[0x19] + piVar2[0x1a] * 0x14" (subscript_expression "piVar2[0x19]" (identifier "piVar2") ([ "[") (number_literal "0x19") (] "]")) (+ "+") (binary_expression "piVar2[0x1a] * 0x14" (subscript_expression "piVar2[0x1a]" (identifier "piVar2") ([ "[") (number_literal "0x1a") (] "]")) (* "*") (number_literal "0x14"))) (+ "+") (number_literal "-0x12")) () ")")))) (= "=") (cast_expression "(short)(char)*pbVar7" (( "(") (type_descriptor "short" (sized_type_specifier "short" (short "short"))) () ")") (cast_expression "(char)*pbVar7" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (pointer_expression "*pbVar7" (* "*") (identifier "pbVar7"))))) (; ";")) (} "}"))) (} "}")) (else_clause "else {\n FUN_000497a0(extraout_ECX,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }\n }" (else "else") (compound_statement "{\n FUN_000497a0(extraout_ECX,uVar12);\n FUN_000370b0(0xfffffffe);\n if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }\n }" ({ "{") (expression_statement "FUN_000497a0(extraout_ECX,uVar12);" (call_expression "FUN_000497a0(extraout_ECX,uVar12)" (identifier "FUN_000497a0") (argument_list "(extraout_ECX,uVar12)" (( "(") (identifier "extraout_ECX") (, ",") (identifier "uVar12") () ")"))) (; ";")) (expression_statement "FUN_000370b0(0xfffffffe);" (call_expression "FUN_000370b0(0xfffffffe)" (identifier "FUN_000370b0") (argument_list "(0xfffffffe)" (( "(") (number_literal "0xfffffffe") () ")"))) (; ";")) (if_statement "if (0 < piVar2[0x1a]) {\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }" (if "if") (parenthesized_expression "(0 < piVar2[0x1a])" (( "(") (binary_expression "0 < piVar2[0x1a]" (number_literal "0") (< "<") (subscript_expression "piVar2[0x1a]" (identifier "piVar2") ([ "[") (number_literal "0x1a") (] "]"))) () ")")) (compound_statement "{\n *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);\n }" ({ "{") (expression_statement "*(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10);" (assignment_expression "*(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) =\n (short)(char)(*pbVar7 | 0x10)" (pointer_expression "*(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12)" (* "*") (cast_expression "(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12)" (( "(") (type_descriptor "short *" (sized_type_specifier "short" (short "short")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12)" (( "(") (binary_expression "piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12" (binary_expression "piVar2[0x19] + piVar2[0x1a] * 0x14" (subscript_expression "piVar2[0x19]" (identifier "piVar2") ([ "[") (number_literal "0x19") (] "]")) (+ "+") (binary_expression "piVar2[0x1a] * 0x14" (subscript_expression "piVar2[0x1a]" (identifier "piVar2") ([ "[") (number_literal "0x1a") (] "]")) (* "*") (number_literal "0x14"))) (+ "+") (number_literal "-0x12")) () ")")))) (= "=") (cast_expression "(short)(char)(*pbVar7 | 0x10)" (( "(") (type_descriptor "short" (sized_type_specifier "short" (short "short"))) () ")") (cast_expression "(char)(*pbVar7 | 0x10)" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (parenthesized_expression "(*pbVar7 | 0x10)" (( "(") (binary_expression "*pbVar7 | 0x10" (pointer_expression "*pbVar7" (* "*") (identifier "pbVar7")) (| "|") (number_literal "0x10")) () ")"))))) (; ";")) (} "}"))) (} "}")))) (if_statement "if (local_24 != 0) {\n FUN_0002f640();\n }" (if "if") (parenthesized_expression "(local_24 != 0)" (( "(") (binary_expression "local_24 != 0" (identifier "local_24") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_0002f640();\n }" ({ "{") (expression_statement "FUN_0002f640();" (call_expression "FUN_0002f640()" (identifier "FUN_0002f640") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "iVar10 = iVar10 + 1;" (assignment_expression "iVar10 = iVar10 + 1" (identifier "iVar10") (= "=") (binary_expression "iVar10 + 1" (identifier "iVar10") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(iVar10 < *piVar9)" (( "(") (binary_expression "iVar10 < *piVar9" (identifier "iVar10") (< "<") (pointer_expression "*piVar9" (* "*") (identifier "piVar9"))) () ")")) (; ";")) (} "}"))) (if_statement "if (local_68 != 0) {\n FUN_000497a0(param_2,0);\n FUN_000497a0(extraout_ECX,0);\n FUN_00049570();\n FUN_0002f640();\n goto LAB_00095047;\n }" (if "if") (parenthesized_expression "(local_68 != 0)" (( "(") (binary_expression "local_68 != 0" (identifier "local_68") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_000497a0(param_2,0);\n FUN_000497a0(extraout_ECX,0);\n FUN_00049570();\n FUN_0002f640();\n goto LAB_00095047;\n }" ({ "{") (expression_statement "FUN_000497a0(param_2,0);" (call_expression "FUN_000497a0(param_2,0)" (identifier "FUN_000497a0") (argument_list "(param_2,0)" (( "(") (identifier "param_2") (, ",") (number_literal "0") () ")"))) (; ";")) (expression_statement "FUN_000497a0(extraout_ECX,0);" (call_expression "FUN_000497a0(extraout_ECX,0)" (identifier "FUN_000497a0") (argument_list "(extraout_ECX,0)" (( "(") (identifier "extraout_ECX") (, ",") (number_literal "0") () ")"))) (; ";")) (expression_statement "FUN_00049570();" (call_expression "FUN_00049570()" (identifier "FUN_00049570") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "FUN_0002f640();" (call_expression "FUN_0002f640()" (identifier "FUN_0002f640") (argument_list "()" (( "(") () ")"))) (; ";")) (goto_statement "goto LAB_00095047;" (goto "goto") (statement_identifier "LAB_00095047") (; ";")) (} "}"))) (} "}")))) (expression_statement "FUN_00049570();" (call_expression "FUN_00049570()" (identifier "FUN_00049570") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")) (else_clause "else {\n if (extraout_ECX == param_2) {\n local_48 = 0;\n local_60 = extraout_ECX;\n }\n else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\n local_48 = local_60;\n }\n iVar10 = 0;\n if (0 < local_74) {\n do {\n while( true ) {\n FUN_0001d7b0();\n iVar11 = FUN_0001d840();\n if (iVar11 == 0) break;\n iVar10 = iVar10 + 1;\n FUN_000497a0(local_60,0);\n if (iVar10 == local_74) goto LAB_00094e68;\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 != local_74);\n }\nLAB_00094e68:\n if (iVar6 == 1) {\n FUN_000497a0(extraout_ECX,local_70);\n local_50 = FUN_000497a0(0,0);\n if ((local_30[0] != 0) && (local_74 == 1)) {\nLAB_000951fd:\n FUN_000497a0(extraout_ECX,0);\n }\n if (extraout_ECX == param_2) {\n FUN_000497a0(extraout_ECX,0);\n }\n }\n else {\n FUN_000497a0(local_74,0);\n FUN_000370b0(local_74);\n if (extraout_ECX == param_2) {\n FUN_00049940(extraout_ECX,local_70,local_74);\n goto LAB_00095047;\n }\n local_50 = FUN_000497a0(0,local_70);\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + local_50 * 0x14;\n *(undefined1 *)(iVar6 + 1) = 0xfd;\n *(int *)(iVar6 + 0x10) = local_74;\n }\n if ((local_30[0] != 0) && (local_74 == 1)) goto LAB_000951fd;\n }\n if (local_48 != 0) {\n FUN_00049570();\n }\n iVar10 = FUN_000497a0(extraout_ECX,0);\n iVar6 = 0;\n if (local_74 < 2) {\n local_60 = extraout_ECX;\n if (local_74 == 1) goto LAB_00094fd4;\nLAB_00095168:\n FUN_000497a0(param_2,0);\n }\n else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\nLAB_00094fd4:\n do {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n iVar11 = param_1[0xb] + 1;\n param_1[0xb] = iVar11;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n iVar11 = param_1[bVar5 + 0x24];\n }\n FUN_0001d7b0();\n FUN_0005da30();\n FUN_000497a0(iVar6,iVar11);\n FUN_000497a0(local_60,iVar11);\n FUN_000370b0(0xfffffffe);\n if (iVar11 != 0) {\n FUN_0002f640();\n }\n iVar6 = iVar6 + 1;\n } while (iVar6 < local_74);\n FUN_000497a0(param_2,0);\n if (1 < local_74) {\n FUN_00049570();\n FUN_000497a0(iVar10 + 1,0);\n param_2 = extraout_ECX;\n goto LAB_00095168;\n }\n }\n iVar6 = unaff_EDI + 0xb78d3;\n iVar10 = piVar2[0x1a] + -1;\n if (-1 < local_50) {\n iVar10 = local_50;\n }\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + iVar10 * 0x14;\n }\n *(int *)(iVar6 + 8) = piVar2[0x1a];\n }" (else "else") (compound_statement "{\n if (extraout_ECX == param_2) {\n local_48 = 0;\n local_60 = extraout_ECX;\n }\n else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\n local_48 = local_60;\n }\n iVar10 = 0;\n if (0 < local_74) {\n do {\n while( true ) {\n FUN_0001d7b0();\n iVar11 = FUN_0001d840();\n if (iVar11 == 0) break;\n iVar10 = iVar10 + 1;\n FUN_000497a0(local_60,0);\n if (iVar10 == local_74) goto LAB_00094e68;\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 != local_74);\n }\nLAB_00094e68:\n if (iVar6 == 1) {\n FUN_000497a0(extraout_ECX,local_70);\n local_50 = FUN_000497a0(0,0);\n if ((local_30[0] != 0) && (local_74 == 1)) {\nLAB_000951fd:\n FUN_000497a0(extraout_ECX,0);\n }\n if (extraout_ECX == param_2) {\n FUN_000497a0(extraout_ECX,0);\n }\n }\n else {\n FUN_000497a0(local_74,0);\n FUN_000370b0(local_74);\n if (extraout_ECX == param_2) {\n FUN_00049940(extraout_ECX,local_70,local_74);\n goto LAB_00095047;\n }\n local_50 = FUN_000497a0(0,local_70);\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + local_50 * 0x14;\n *(undefined1 *)(iVar6 + 1) = 0xfd;\n *(int *)(iVar6 + 0x10) = local_74;\n }\n if ((local_30[0] != 0) && (local_74 == 1)) goto LAB_000951fd;\n }\n if (local_48 != 0) {\n FUN_00049570();\n }\n iVar10 = FUN_000497a0(extraout_ECX,0);\n iVar6 = 0;\n if (local_74 < 2) {\n local_60 = extraout_ECX;\n if (local_74 == 1) goto LAB_00094fd4;\nLAB_00095168:\n FUN_000497a0(param_2,0);\n }\n else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\nLAB_00094fd4:\n do {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n iVar11 = param_1[0xb] + 1;\n param_1[0xb] = iVar11;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n iVar11 = param_1[bVar5 + 0x24];\n }\n FUN_0001d7b0();\n FUN_0005da30();\n FUN_000497a0(iVar6,iVar11);\n FUN_000497a0(local_60,iVar11);\n FUN_000370b0(0xfffffffe);\n if (iVar11 != 0) {\n FUN_0002f640();\n }\n iVar6 = iVar6 + 1;\n } while (iVar6 < local_74);\n FUN_000497a0(param_2,0);\n if (1 < local_74) {\n FUN_00049570();\n FUN_000497a0(iVar10 + 1,0);\n param_2 = extraout_ECX;\n goto LAB_00095168;\n }\n }\n iVar6 = unaff_EDI + 0xb78d3;\n iVar10 = piVar2[0x1a] + -1;\n if (-1 < local_50) {\n iVar10 = local_50;\n }\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + iVar10 * 0x14;\n }\n *(int *)(iVar6 + 8) = piVar2[0x1a];\n }" ({ "{") (if_statement "if (extraout_ECX == param_2) {\n local_48 = 0;\n local_60 = extraout_ECX;\n }\n else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\n local_48 = local_60;\n }" (if "if") (parenthesized_expression "(extraout_ECX == param_2)" (( "(") (binary_expression "extraout_ECX == param_2" (identifier "extraout_ECX") (== "==") (identifier "param_2")) () ")")) (compound_statement "{\n local_48 = 0;\n local_60 = extraout_ECX;\n }" ({ "{") (expression_statement "local_48 = 0;" (assignment_expression "local_48 = 0" (identifier "local_48") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_60 = extraout_ECX;" (assignment_expression "local_60 = extraout_ECX" (identifier "local_60") (= "=") (identifier "extraout_ECX")) (; ";")) (} "}")) (else_clause "else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\n local_48 = local_60;\n }" (else "else") (compound_statement "{\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\n local_48 = local_60;\n }" ({ "{") (expression_statement "local_60 = param_1[0xe] + -1;" (assignment_expression "local_60 = param_1[0xe] + -1" (identifier "local_60") (= "=") (binary_expression "param_1[0xe] + -1" (subscript_expression "param_1[0xe]" (identifier "param_1") ([ "[") (number_literal "0xe") (] "]")) (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "param_1[0xe] = local_60;" (assignment_expression "param_1[0xe] = local_60" (subscript_expression "param_1[0xe]" (identifier "param_1") ([ "[") (number_literal "0xe") (] "]")) (= "=") (identifier "local_60")) (; ";")) (expression_statement "local_48 = local_60;" (assignment_expression "local_48 = local_60" (identifier "local_48") (= "=") (identifier "local_60")) (; ";")) (} "}")))) (expression_statement "iVar10 = 0;" (assignment_expression "iVar10 = 0" (identifier "iVar10") (= "=") (number_literal "0")) (; ";")) (if_statement "if (0 < local_74) {\n do {\n while( true ) {\n FUN_0001d7b0();\n iVar11 = FUN_0001d840();\n if (iVar11 == 0) break;\n iVar10 = iVar10 + 1;\n FUN_000497a0(local_60,0);\n if (iVar10 == local_74) goto LAB_00094e68;\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 != local_74);\n }" (if "if") (parenthesized_expression "(0 < local_74)" (( "(") (binary_expression "0 < local_74" (number_literal "0") (< "<") (identifier "local_74")) () ")")) (compound_statement "{\n do {\n while( true ) {\n FUN_0001d7b0();\n iVar11 = FUN_0001d840();\n if (iVar11 == 0) break;\n iVar10 = iVar10 + 1;\n FUN_000497a0(local_60,0);\n if (iVar10 == local_74) goto LAB_00094e68;\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 != local_74);\n }" ({ "{") (do_statement "do {\n while( true ) {\n FUN_0001d7b0();\n iVar11 = FUN_0001d840();\n if (iVar11 == 0) break;\n iVar10 = iVar10 + 1;\n FUN_000497a0(local_60,0);\n if (iVar10 == local_74) goto LAB_00094e68;\n }\n iVar10 = iVar10 + 1;\n } while (iVar10 != local_74);" (do "do") (compound_statement "{\n while( true ) {\n FUN_0001d7b0();\n iVar11 = FUN_0001d840();\n if (iVar11 == 0) break;\n iVar10 = iVar10 + 1;\n FUN_000497a0(local_60,0);\n if (iVar10 == local_74) goto LAB_00094e68;\n }\n iVar10 = iVar10 + 1;\n }" ({ "{") (while_statement "while( true ) {\n FUN_0001d7b0();\n iVar11 = FUN_0001d840();\n if (iVar11 == 0) break;\n iVar10 = iVar10 + 1;\n FUN_000497a0(local_60,0);\n if (iVar10 == local_74) goto LAB_00094e68;\n }" (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (compound_statement "{\n FUN_0001d7b0();\n iVar11 = FUN_0001d840();\n if (iVar11 == 0) break;\n iVar10 = iVar10 + 1;\n FUN_000497a0(local_60,0);\n if (iVar10 == local_74) goto LAB_00094e68;\n }" ({ "{") (expression_statement "FUN_0001d7b0();" (call_expression "FUN_0001d7b0()" (identifier "FUN_0001d7b0") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "iVar11 = FUN_0001d840();" (assignment_expression "iVar11 = FUN_0001d840()" (identifier "iVar11") (= "=") (call_expression "FUN_0001d840()" (identifier "FUN_0001d840") (argument_list "()" (( "(") () ")")))) (; ";")) (if_statement "if (iVar11 == 0) break;" (if "if") (parenthesized_expression "(iVar11 == 0)" (( "(") (binary_expression "iVar11 == 0" (identifier "iVar11") (== "==") (number_literal "0")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "iVar10 = iVar10 + 1;" (assignment_expression "iVar10 = iVar10 + 1" (identifier "iVar10") (= "=") (binary_expression "iVar10 + 1" (identifier "iVar10") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "FUN_000497a0(local_60,0);" (call_expression "FUN_000497a0(local_60,0)" (identifier "FUN_000497a0") (argument_list "(local_60,0)" (( "(") (identifier "local_60") (, ",") (number_literal "0") () ")"))) (; ";")) (if_statement "if (iVar10 == local_74) goto LAB_00094e68;" (if "if") (parenthesized_expression "(iVar10 == local_74)" (( "(") (binary_expression "iVar10 == local_74" (identifier "iVar10") (== "==") (identifier "local_74")) () ")")) (goto_statement "goto LAB_00094e68;" (goto "goto") (statement_identifier "LAB_00094e68") (; ";"))) (} "}"))) (expression_statement "iVar10 = iVar10 + 1;" (assignment_expression "iVar10 = iVar10 + 1" (identifier "iVar10") (= "=") (binary_expression "iVar10 + 1" (identifier "iVar10") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(iVar10 != local_74)" (( "(") (binary_expression "iVar10 != local_74" (identifier "iVar10") (!= "!=") (identifier "local_74")) () ")")) (; ";")) (} "}"))) (labeled_statement "LAB_00094e68:\n if (iVar6 == 1) {\n FUN_000497a0(extraout_ECX,local_70);\n local_50 = FUN_000497a0(0,0);\n if ((local_30[0] != 0) && (local_74 == 1)) {\nLAB_000951fd:\n FUN_000497a0(extraout_ECX,0);\n }\n if (extraout_ECX == param_2) {\n FUN_000497a0(extraout_ECX,0);\n }\n }\n else {\n FUN_000497a0(local_74,0);\n FUN_000370b0(local_74);\n if (extraout_ECX == param_2) {\n FUN_00049940(extraout_ECX,local_70,local_74);\n goto LAB_00095047;\n }\n local_50 = FUN_000497a0(0,local_70);\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + local_50 * 0x14;\n *(undefined1 *)(iVar6 + 1) = 0xfd;\n *(int *)(iVar6 + 0x10) = local_74;\n }\n if ((local_30[0] != 0) && (local_74 == 1)) goto LAB_000951fd;\n }" (statement_identifier "LAB_00094e68") (: ":") (if_statement "if (iVar6 == 1) {\n FUN_000497a0(extraout_ECX,local_70);\n local_50 = FUN_000497a0(0,0);\n if ((local_30[0] != 0) && (local_74 == 1)) {\nLAB_000951fd:\n FUN_000497a0(extraout_ECX,0);\n }\n if (extraout_ECX == param_2) {\n FUN_000497a0(extraout_ECX,0);\n }\n }\n else {\n FUN_000497a0(local_74,0);\n FUN_000370b0(local_74);\n if (extraout_ECX == param_2) {\n FUN_00049940(extraout_ECX,local_70,local_74);\n goto LAB_00095047;\n }\n local_50 = FUN_000497a0(0,local_70);\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + local_50 * 0x14;\n *(undefined1 *)(iVar6 + 1) = 0xfd;\n *(int *)(iVar6 + 0x10) = local_74;\n }\n if ((local_30[0] != 0) && (local_74 == 1)) goto LAB_000951fd;\n }" (if "if") (parenthesized_expression "(iVar6 == 1)" (( "(") (binary_expression "iVar6 == 1" (identifier "iVar6") (== "==") (number_literal "1")) () ")")) (compound_statement "{\n FUN_000497a0(extraout_ECX,local_70);\n local_50 = FUN_000497a0(0,0);\n if ((local_30[0] != 0) && (local_74 == 1)) {\nLAB_000951fd:\n FUN_000497a0(extraout_ECX,0);\n }\n if (extraout_ECX == param_2) {\n FUN_000497a0(extraout_ECX,0);\n }\n }" ({ "{") (expression_statement "FUN_000497a0(extraout_ECX,local_70);" (call_expression "FUN_000497a0(extraout_ECX,local_70)" (identifier "FUN_000497a0") (argument_list "(extraout_ECX,local_70)" (( "(") (identifier "extraout_ECX") (, ",") (identifier "local_70") () ")"))) (; ";")) (expression_statement "local_50 = FUN_000497a0(0,0);" (assignment_expression "local_50 = FUN_000497a0(0,0)" (identifier "local_50") (= "=") (call_expression "FUN_000497a0(0,0)" (identifier "FUN_000497a0") (argument_list "(0,0)" (( "(") (number_literal "0") (, ",") (number_literal "0") () ")")))) (; ";")) (if_statement "if ((local_30[0] != 0) && (local_74 == 1)) {\nLAB_000951fd:\n FUN_000497a0(extraout_ECX,0);\n }" (if "if") (parenthesized_expression "((local_30[0] != 0) && (local_74 == 1))" (( "(") (binary_expression "(local_30[0] != 0) && (local_74 == 1)" (parenthesized_expression "(local_30[0] != 0)" (( "(") (binary_expression "local_30[0] != 0" (subscript_expression "local_30[0]" (identifier "local_30") ([ "[") (number_literal "0") (] "]")) (!= "!=") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(local_74 == 1)" (( "(") (binary_expression "local_74 == 1" (identifier "local_74") (== "==") (number_literal "1")) () ")"))) () ")")) (compound_statement "{\nLAB_000951fd:\n FUN_000497a0(extraout_ECX,0);\n }" ({ "{") (labeled_statement "LAB_000951fd:\n FUN_000497a0(extraout_ECX,0);" (statement_identifier "LAB_000951fd") (: ":") (expression_statement "FUN_000497a0(extraout_ECX,0);" (call_expression "FUN_000497a0(extraout_ECX,0)" (identifier "FUN_000497a0") (argument_list "(extraout_ECX,0)" (( "(") (identifier "extraout_ECX") (, ",") (number_literal "0") () ")"))) (; ";"))) (} "}"))) (if_statement "if (extraout_ECX == param_2) {\n FUN_000497a0(extraout_ECX,0);\n }" (if "if") (parenthesized_expression "(extraout_ECX == param_2)" (( "(") (binary_expression "extraout_ECX == param_2" (identifier "extraout_ECX") (== "==") (identifier "param_2")) () ")")) (compound_statement "{\n FUN_000497a0(extraout_ECX,0);\n }" ({ "{") (expression_statement "FUN_000497a0(extraout_ECX,0);" (call_expression "FUN_000497a0(extraout_ECX,0)" (identifier "FUN_000497a0") (argument_list "(extraout_ECX,0)" (( "(") (identifier "extraout_ECX") (, ",") (number_literal "0") () ")"))) (; ";")) (} "}"))) (} "}")) (else_clause "else {\n FUN_000497a0(local_74,0);\n FUN_000370b0(local_74);\n if (extraout_ECX == param_2) {\n FUN_00049940(extraout_ECX,local_70,local_74);\n goto LAB_00095047;\n }\n local_50 = FUN_000497a0(0,local_70);\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + local_50 * 0x14;\n *(undefined1 *)(iVar6 + 1) = 0xfd;\n *(int *)(iVar6 + 0x10) = local_74;\n }\n if ((local_30[0] != 0) && (local_74 == 1)) goto LAB_000951fd;\n }" (else "else") (compound_statement "{\n FUN_000497a0(local_74,0);\n FUN_000370b0(local_74);\n if (extraout_ECX == param_2) {\n FUN_00049940(extraout_ECX,local_70,local_74);\n goto LAB_00095047;\n }\n local_50 = FUN_000497a0(0,local_70);\n if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + local_50 * 0x14;\n *(undefined1 *)(iVar6 + 1) = 0xfd;\n *(int *)(iVar6 + 0x10) = local_74;\n }\n if ((local_30[0] != 0) && (local_74 == 1)) goto LAB_000951fd;\n }" ({ "{") (expression_statement "FUN_000497a0(local_74,0);" (call_expression "FUN_000497a0(local_74,0)" (identifier "FUN_000497a0") (argument_list "(local_74,0)" (( "(") (identifier "local_74") (, ",") (number_literal "0") () ")"))) (; ";")) (expression_statement "FUN_000370b0(local_74);" (call_expression "FUN_000370b0(local_74)" (identifier "FUN_000370b0") (argument_list "(local_74)" (( "(") (identifier "local_74") () ")"))) (; ";")) (if_statement "if (extraout_ECX == param_2) {\n FUN_00049940(extraout_ECX,local_70,local_74);\n goto LAB_00095047;\n }" (if "if") (parenthesized_expression "(extraout_ECX == param_2)" (( "(") (binary_expression "extraout_ECX == param_2" (identifier "extraout_ECX") (== "==") (identifier "param_2")) () ")")) (compound_statement "{\n FUN_00049940(extraout_ECX,local_70,local_74);\n goto LAB_00095047;\n }" ({ "{") (expression_statement "FUN_00049940(extraout_ECX,local_70,local_74);" (call_expression "FUN_00049940(extraout_ECX,local_70,local_74)" (identifier "FUN_00049940") (argument_list "(extraout_ECX,local_70,local_74)" (( "(") (identifier "extraout_ECX") (, ",") (identifier "local_70") (, ",") (identifier "local_74") () ")"))) (; ";")) (goto_statement "goto LAB_00095047;" (goto "goto") (statement_identifier "LAB_00095047") (; ";")) (} "}"))) (expression_statement "local_50 = FUN_000497a0(0,local_70);" (assignment_expression "local_50 = FUN_000497a0(0,local_70)" (identifier "local_50") (= "=") (call_expression "FUN_000497a0(0,local_70)" (identifier "FUN_000497a0") (argument_list "(0,local_70)" (( "(") (number_literal "0") (, ",") (identifier "local_70") () ")")))) (; ";")) (if_statement "if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + local_50 * 0x14;\n *(undefined1 *)(iVar6 + 1) = 0xfd;\n *(int *)(iVar6 + 0x10) = local_74;\n }" (if "if") (parenthesized_expression "(*(char *)(*piVar2 + 0x4d) == '\0')" (( "(") (binary_expression "*(char *)(*piVar2 + 0x4d) == '\0'" (pointer_expression "*(char *)(*piVar2 + 0x4d)" (* "*") (cast_expression "(char *)(*piVar2 + 0x4d)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*piVar2 + 0x4d)" (( "(") (binary_expression "*piVar2 + 0x4d" (pointer_expression "*piVar2" (* "*") (identifier "piVar2")) (+ "+") (number_literal "0x4d")) () ")")))) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n iVar6 = piVar2[0x19] + local_50 * 0x14;\n *(undefined1 *)(iVar6 + 1) = 0xfd;\n *(int *)(iVar6 + 0x10) = local_74;\n }" ({ "{") (expression_statement "iVar6 = piVar2[0x19] + local_50 * 0x14;" (assignment_expression "iVar6 = piVar2[0x19] + local_50 * 0x14" (identifier "iVar6") (= "=") (binary_expression "piVar2[0x19] + local_50 * 0x14" (subscript_expression "piVar2[0x19]" (identifier "piVar2") ([ "[") (number_literal "0x19") (] "]")) (+ "+") (binary_expression "local_50 * 0x14" (identifier "local_50") (* "*") (number_literal "0x14")))) (; ";")) (expression_statement "*(undefined1 *)(iVar6 + 1) = 0xfd;" (assignment_expression "*(undefined1 *)(iVar6 + 1) = 0xfd" (pointer_expression "*(undefined1 *)(iVar6 + 1)" (* "*") (cast_expression "(undefined1 *)(iVar6 + 1)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar6 + 1)" (( "(") (binary_expression "iVar6 + 1" (identifier "iVar6") (+ "+") (number_literal "1")) () ")")))) (= "=") (number_literal "0xfd")) (; ";")) (expression_statement "*(int *)(iVar6 + 0x10) = local_74;" (assignment_expression "*(int *)(iVar6 + 0x10) = local_74" (pointer_expression "*(int *)(iVar6 + 0x10)" (* "*") (cast_expression "(int *)(iVar6 + 0x10)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar6 + 0x10)" (( "(") (binary_expression "iVar6 + 0x10" (identifier "iVar6") (+ "+") (number_literal "0x10")) () ")")))) (= "=") (identifier "local_74")) (; ";")) (} "}"))) (if_statement "if ((local_30[0] != 0) && (local_74 == 1)) goto LAB_000951fd;" (if "if") (parenthesized_expression "((local_30[0] != 0) && (local_74 == 1))" (( "(") (binary_expression "(local_30[0] != 0) && (local_74 == 1)" (parenthesized_expression "(local_30[0] != 0)" (( "(") (binary_expression "local_30[0] != 0" (subscript_expression "local_30[0]" (identifier "local_30") ([ "[") (number_literal "0") (] "]")) (!= "!=") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(local_74 == 1)" (( "(") (binary_expression "local_74 == 1" (identifier "local_74") (== "==") (number_literal "1")) () ")"))) () ")")) (goto_statement "goto LAB_000951fd;" (goto "goto") (statement_identifier "LAB_000951fd") (; ";"))) (} "}"))))) (if_statement "if (local_48 != 0) {\n FUN_00049570();\n }" (if "if") (parenthesized_expression "(local_48 != 0)" (( "(") (binary_expression "local_48 != 0" (identifier "local_48") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_00049570();\n }" ({ "{") (expression_statement "FUN_00049570();" (call_expression "FUN_00049570()" (identifier "FUN_00049570") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "iVar10 = FUN_000497a0(extraout_ECX,0);" (assignment_expression "iVar10 = FUN_000497a0(extraout_ECX,0)" (identifier "iVar10") (= "=") (call_expression "FUN_000497a0(extraout_ECX,0)" (identifier "FUN_000497a0") (argument_list "(extraout_ECX,0)" (( "(") (identifier "extraout_ECX") (, ",") (number_literal "0") () ")")))) (; ";")) (expression_statement "iVar6 = 0;" (assignment_expression "iVar6 = 0" (identifier "iVar6") (= "=") (number_literal "0")) (; ";")) (if_statement "if (local_74 < 2) {\n local_60 = extraout_ECX;\n if (local_74 == 1) goto LAB_00094fd4;\nLAB_00095168:\n FUN_000497a0(param_2,0);\n }\n else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\nLAB_00094fd4:\n do {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n iVar11 = param_1[0xb] + 1;\n param_1[0xb] = iVar11;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n iVar11 = param_1[bVar5 + 0x24];\n }\n FUN_0001d7b0();\n FUN_0005da30();\n FUN_000497a0(iVar6,iVar11);\n FUN_000497a0(local_60,iVar11);\n FUN_000370b0(0xfffffffe);\n if (iVar11 != 0) {\n FUN_0002f640();\n }\n iVar6 = iVar6 + 1;\n } while (iVar6 < local_74);\n FUN_000497a0(param_2,0);\n if (1 < local_74) {\n FUN_00049570();\n FUN_000497a0(iVar10 + 1,0);\n param_2 = extraout_ECX;\n goto LAB_00095168;\n }\n }" (if "if") (parenthesized_expression "(local_74 < 2)" (( "(") (binary_expression "local_74 < 2" (identifier "local_74") (< "<") (number_literal "2")) () ")")) (compound_statement "{\n local_60 = extraout_ECX;\n if (local_74 == 1) goto LAB_00094fd4;\nLAB_00095168:\n FUN_000497a0(param_2,0);\n }" ({ "{") (expression_statement "local_60 = extraout_ECX;" (assignment_expression "local_60 = extraout_ECX" (identifier "local_60") (= "=") (identifier "extraout_ECX")) (; ";")) (if_statement "if (local_74 == 1) goto LAB_00094fd4;" (if "if") (parenthesized_expression "(local_74 == 1)" (( "(") (binary_expression "local_74 == 1" (identifier "local_74") (== "==") (number_literal "1")) () ")")) (goto_statement "goto LAB_00094fd4;" (goto "goto") (statement_identifier "LAB_00094fd4") (; ";"))) (labeled_statement "LAB_00095168:\n FUN_000497a0(param_2,0);" (statement_identifier "LAB_00095168") (: ":") (expression_statement "FUN_000497a0(param_2,0);" (call_expression "FUN_000497a0(param_2,0)" (identifier "FUN_000497a0") (argument_list "(param_2,0)" (( "(") (identifier "param_2") (, ",") (number_literal "0") () ")"))) (; ";"))) (} "}")) (else_clause "else {\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\nLAB_00094fd4:\n do {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n iVar11 = param_1[0xb] + 1;\n param_1[0xb] = iVar11;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n iVar11 = param_1[bVar5 + 0x24];\n }\n FUN_0001d7b0();\n FUN_0005da30();\n FUN_000497a0(iVar6,iVar11);\n FUN_000497a0(local_60,iVar11);\n FUN_000370b0(0xfffffffe);\n if (iVar11 != 0) {\n FUN_0002f640();\n }\n iVar6 = iVar6 + 1;\n } while (iVar6 < local_74);\n FUN_000497a0(param_2,0);\n if (1 < local_74) {\n FUN_00049570();\n FUN_000497a0(iVar10 + 1,0);\n param_2 = extraout_ECX;\n goto LAB_00095168;\n }\n }" (else "else") (compound_statement "{\n local_60 = param_1[0xe] + -1;\n param_1[0xe] = local_60;\nLAB_00094fd4:\n do {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n iVar11 = param_1[0xb] + 1;\n param_1[0xb] = iVar11;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n iVar11 = param_1[bVar5 + 0x24];\n }\n FUN_0001d7b0();\n FUN_0005da30();\n FUN_000497a0(iVar6,iVar11);\n FUN_000497a0(local_60,iVar11);\n FUN_000370b0(0xfffffffe);\n if (iVar11 != 0) {\n FUN_0002f640();\n }\n iVar6 = iVar6 + 1;\n } while (iVar6 < local_74);\n FUN_000497a0(param_2,0);\n if (1 < local_74) {\n FUN_00049570();\n FUN_000497a0(iVar10 + 1,0);\n param_2 = extraout_ECX;\n goto LAB_00095168;\n }\n }" ({ "{") (expression_statement "local_60 = param_1[0xe] + -1;" (assignment_expression "local_60 = param_1[0xe] + -1" (identifier "local_60") (= "=") (binary_expression "param_1[0xe] + -1" (subscript_expression "param_1[0xe]" (identifier "param_1") ([ "[") (number_literal "0xe") (] "]")) (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "param_1[0xe] = local_60;" (assignment_expression "param_1[0xe] = local_60" (subscript_expression "param_1[0xe]" (identifier "param_1") ([ "[") (number_literal "0xe") (] "]")) (= "=") (identifier "local_60")) (; ";")) (labeled_statement "LAB_00094fd4:\n do {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n iVar11 = param_1[0xb] + 1;\n param_1[0xb] = iVar11;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n iVar11 = param_1[bVar5 + 0x24];\n }\n FUN_0001d7b0();\n FUN_0005da30();\n FUN_000497a0(iVar6,iVar11);\n FUN_000497a0(local_60,iVar11);\n FUN_000370b0(0xfffffffe);\n if (iVar11 != 0) {\n FUN_0002f640();\n }\n iVar6 = iVar6 + 1;\n } while (iVar6 < local_74);" (statement_identifier "LAB_00094fd4") (: ":") (do_statement "do {\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n iVar11 = param_1[0xb] + 1;\n param_1[0xb] = iVar11;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n iVar11 = param_1[bVar5 + 0x24];\n }\n FUN_0001d7b0();\n FUN_0005da30();\n FUN_000497a0(iVar6,iVar11);\n FUN_000497a0(local_60,iVar11);\n FUN_000370b0(0xfffffffe);\n if (iVar11 != 0) {\n FUN_0002f640();\n }\n iVar6 = iVar6 + 1;\n } while (iVar6 < local_74);" (do "do") (compound_statement "{\n if (*(char *)((int)param_1 + 0x13) == '\0') {\n iVar11 = param_1[0xb] + 1;\n param_1[0xb] = iVar11;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n iVar11 = param_1[bVar5 + 0x24];\n }\n FUN_0001d7b0();\n FUN_0005da30();\n FUN_000497a0(iVar6,iVar11);\n FUN_000497a0(local_60,iVar11);\n FUN_000370b0(0xfffffffe);\n if (iVar11 != 0) {\n FUN_0002f640();\n }\n iVar6 = iVar6 + 1;\n }" ({ "{") (if_statement "if (*(char *)((int)param_1 + 0x13) == '\0') {\n iVar11 = param_1[0xb] + 1;\n param_1[0xb] = iVar11;\n }\n else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n iVar11 = param_1[bVar5 + 0x24];\n }" (if "if") (parenthesized_expression "(*(char *)((int)param_1 + 0x13) == '\0')" (( "(") (binary_expression "*(char *)((int)param_1 + 0x13) == '\0'" (pointer_expression "*(char *)((int)param_1 + 0x13)" (* "*") (cast_expression "(char *)((int)param_1 + 0x13)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)param_1 + 0x13)" (( "(") (binary_expression "(int)param_1 + 0x13" (cast_expression "(int)param_1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_1")) (+ "+") (number_literal "0x13")) () ")")))) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n iVar11 = param_1[0xb] + 1;\n param_1[0xb] = iVar11;\n }" ({ "{") (expression_statement "iVar11 = param_1[0xb] + 1;" (assignment_expression "iVar11 = param_1[0xb] + 1" (identifier "iVar11") (= "=") (binary_expression "param_1[0xb] + 1" (subscript_expression "param_1[0xb]" (identifier "param_1") ([ "[") (number_literal "0xb") (] "]")) (+ "+") (number_literal "1"))) (; ";")) (expression_statement "param_1[0xb] = iVar11;" (assignment_expression "param_1[0xb] = iVar11" (subscript_expression "param_1[0xb]" (identifier "param_1") ([ "[") (number_literal "0xb") (] "]")) (= "=") (identifier "iVar11")) (; ";")) (} "}")) (else_clause "else {\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n iVar11 = param_1[bVar5 + 0x24];\n }" (else "else") (compound_statement "{\n bVar5 = *(char *)((int)param_1 + 0x13) - 1;\n *(byte *)((int)param_1 + 0x13) = bVar5;\n iVar11 = param_1[bVar5 + 0x24];\n }" ({ "{") (expression_statement "bVar5 = *(char *)((int)param_1 + 0x13) - 1;" (assignment_expression "bVar5 = *(char *)((int)param_1 + 0x13) - 1" (identifier "bVar5") (= "=") (binary_expression "*(char *)((int)param_1 + 0x13) - 1" (pointer_expression "*(char *)((int)param_1 + 0x13)" (* "*") (cast_expression "(char *)((int)param_1 + 0x13)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)param_1 + 0x13)" (( "(") (binary_expression "(int)param_1 + 0x13" (cast_expression "(int)param_1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_1")) (+ "+") (number_literal "0x13")) () ")")))) (- "-") (number_literal "1"))) (; ";")) (expression_statement "*(byte *)((int)param_1 + 0x13) = bVar5;" (assignment_expression "*(byte *)((int)param_1 + 0x13) = bVar5" (pointer_expression "*(byte *)((int)param_1 + 0x13)" (* "*") (cast_expression "(byte *)((int)param_1 + 0x13)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)param_1 + 0x13)" (( "(") (binary_expression "(int)param_1 + 0x13" (cast_expression "(int)param_1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_1")) (+ "+") (number_literal "0x13")) () ")")))) (= "=") (identifier "bVar5")) (; ";")) (expression_statement "iVar11 = param_1[bVar5 + 0x24];" (assignment_expression "iVar11 = param_1[bVar5 + 0x24]" (identifier "iVar11") (= "=") (subscript_expression "param_1[bVar5 + 0x24]" (identifier "param_1") ([ "[") (binary_expression "bVar5 + 0x24" (identifier "bVar5") (+ "+") (number_literal "0x24")) (] "]"))) (; ";")) (} "}")))) (expression_statement "FUN_0001d7b0();" (call_expression "FUN_0001d7b0()" (identifier "FUN_0001d7b0") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "FUN_0005da30();" (call_expression "FUN_0005da30()" (identifier "FUN_0005da30") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "FUN_000497a0(iVar6,iVar11);" (call_expression "FUN_000497a0(iVar6,iVar11)" (identifier "FUN_000497a0") (argument_list "(iVar6,iVar11)" (( "(") (identifier "iVar6") (, ",") (identifier "iVar11") () ")"))) (; ";")) (expression_statement "FUN_000497a0(local_60,iVar11);" (call_expression "FUN_000497a0(local_60,iVar11)" (identifier "FUN_000497a0") (argument_list "(local_60,iVar11)" (( "(") (identifier "local_60") (, ",") (identifier "iVar11") () ")"))) (; ";")) (expression_statement "FUN_000370b0(0xfffffffe);" (call_expression "FUN_000370b0(0xfffffffe)" (identifier "FUN_000370b0") (argument_list "(0xfffffffe)" (( "(") (number_literal "0xfffffffe") () ")"))) (; ";")) (if_statement "if (iVar11 != 0) {\n FUN_0002f640();\n }" (if "if") (parenthesized_expression "(iVar11 != 0)" (( "(") (binary_expression "iVar11 != 0" (identifier "iVar11") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_0002f640();\n }" ({ "{") (expression_statement "FUN_0002f640();" (call_expression "FUN_0002f640()" (identifier "FUN_0002f640") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "iVar6 = iVar6 + 1;" (assignment_expression "iVar6 = iVar6 + 1" (identifier "iVar6") (= "=") (binary_expression "iVar6 + 1" (identifier "iVar6") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(iVar6 < local_74)" (( "(") (binary_expression "iVar6 < local_74" (identifier "iVar6") (< "<") (identifier "local_74")) () ")")) (; ";"))) (expression_statement "FUN_000497a0(param_2,0);" (call_expression "FUN_000497a0(param_2,0)" (identifier "FUN_000497a0") (argument_list "(param_2,0)" (( "(") (identifier "param_2") (, ",") (number_literal "0") () ")"))) (; ";")) (if_statement "if (1 < local_74) {\n FUN_00049570();\n FUN_000497a0(iVar10 + 1,0);\n param_2 = extraout_ECX;\n goto LAB_00095168;\n }" (if "if") (parenthesized_expression "(1 < local_74)" (( "(") (binary_expression "1 < local_74" (number_literal "1") (< "<") (identifier "local_74")) () ")")) (compound_statement "{\n FUN_00049570();\n FUN_000497a0(iVar10 + 1,0);\n param_2 = extraout_ECX;\n goto LAB_00095168;\n }" ({ "{") (expression_statement "FUN_00049570();" (call_expression "FUN_00049570()" (identifier "FUN_00049570") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "FUN_000497a0(iVar10 + 1,0);" (call_expression "FUN_000497a0(iVar10 + 1,0)" (identifier "FUN_000497a0") (argument_list "(iVar10 + 1,0)" (( "(") (binary_expression "iVar10 + 1" (identifier "iVar10") (+ "+") (number_literal "1")) (, ",") (number_literal "0") () ")"))) (; ";")) (expression_statement "param_2 = extraout_ECX;" (assignment_expression "param_2 = extraout_ECX" (identifier "param_2") (= "=") (identifier "extraout_ECX")) (; ";")) (goto_statement "goto LAB_00095168;" (goto "goto") (statement_identifier "LAB_00095168") (; ";")) (} "}"))) (} "}")))) (expression_statement "iVar6 = unaff_EDI + 0xb78d3;" (assignment_expression "iVar6 = unaff_EDI + 0xb78d3" (identifier "iVar6") (= "=") (binary_expression "unaff_EDI + 0xb78d3" (identifier "unaff_EDI") (+ "+") (number_literal "0xb78d3"))) (; ";")) (expression_statement "iVar10 = piVar2[0x1a] + -1;" (assignment_expression "iVar10 = piVar2[0x1a] + -1" (identifier "iVar10") (= "=") (binary_expression "piVar2[0x1a] + -1" (subscript_expression "piVar2[0x1a]" (identifier "piVar2") ([ "[") (number_literal "0x1a") (] "]")) (+ "+") (number_literal "-1"))) (; ";")) (if_statement "if (-1 < local_50) {\n iVar10 = local_50;\n }" (if "if") (parenthesized_expression "(-1 < local_50)" (( "(") (binary_expression "-1 < local_50" (number_literal "-1") (< "<") (identifier "local_50")) () ")")) (compound_statement "{\n iVar10 = local_50;\n }" ({ "{") (expression_statement "iVar10 = local_50;" (assignment_expression "iVar10 = local_50" (identifier "iVar10") (= "=") (identifier "local_50")) (; ";")) (} "}"))) (if_statement "if (*(char *)(*piVar2 + 0x4d) == '\0') {\n iVar6 = piVar2[0x19] + iVar10 * 0x14;\n }" (if "if") (parenthesized_expression "(*(char *)(*piVar2 + 0x4d) == '\0')" (( "(") (binary_expression "*(char *)(*piVar2 + 0x4d) == '\0'" (pointer_expression "*(char *)(*piVar2 + 0x4d)" (* "*") (cast_expression "(char *)(*piVar2 + 0x4d)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*piVar2 + 0x4d)" (( "(") (binary_expression "*piVar2 + 0x4d" (pointer_expression "*piVar2" (* "*") (identifier "piVar2")) (+ "+") (number_literal "0x4d")) () ")")))) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n iVar6 = piVar2[0x19] + iVar10 * 0x14;\n }" ({ "{") (expression_statement "iVar6 = piVar2[0x19] + iVar10 * 0x14;" (assignment_expression "iVar6 = piVar2[0x19] + iVar10 * 0x14" (identifier "iVar6") (= "=") (binary_expression "piVar2[0x19] + iVar10 * 0x14" (subscript_expression "piVar2[0x19]" (identifier "piVar2") ([ "[") (number_literal "0x19") (] "]")) (+ "+") (binary_expression "iVar10 * 0x14" (identifier "iVar10") (* "*") (number_literal "0x14")))) (; ";")) (} "}"))) (expression_statement "*(int *)(iVar6 + 8) = piVar2[0x1a];" (assignment_expression "*(int *)(iVar6 + 8) = piVar2[0x1a]" (pointer_expression "*(int *)(iVar6 + 8)" (* "*") (cast_expression "(int *)(iVar6 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar6 + 8)" (( "(") (binary_expression "iVar6 + 8" (identifier "iVar6") (+ "+") (number_literal "8")) () ")")))) (= "=") (subscript_expression "piVar2[0x1a]" (identifier "piVar2") ([ "[") (number_literal "0x1a") (] "]"))) (; ";")) (} "}"))))) (labeled_statement "LAB_00095047:\n if (bVar13) {\n FUN_0002f640();\n }" (statement_identifier "LAB_00095047") (: ":") (if_statement "if (bVar13) {\n FUN_0002f640();\n }" (if "if") (parenthesized_expression "(bVar13)" (( "(") (identifier "bVar13") () ")")) (compound_statement "{\n FUN_0002f640();\n }" ({ "{") (expression_statement "FUN_0002f640();" (call_expression "FUN_0002f640()" (identifier "FUN_0002f640") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))) (} "}"))) (if_statement "if (piVar8 != (int *)0x0) {\n FUN_00026590();\n }" (if "if") (parenthesized_expression "(piVar8 != (int *)0x0)" (( "(") (binary_expression "piVar8 != (int *)0x0" (identifier "piVar8") (!= "!=") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n FUN_00026590();\n }" ({ "{") (expression_statement "FUN_00026590();" (call_expression "FUN_00026590()" (identifier "FUN_00026590") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (if_statement "if (pbVar7 != (byte *)0x0) {\n FUN_00026590();\n }" (if "if") (parenthesized_expression "(pbVar7 != (byte *)0x0)" (( "(") (binary_expression "pbVar7 != (byte *)0x0" (identifier "pbVar7") (!= "!=") (cast_expression "(byte *)0x0" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n FUN_00026590();\n }" ({ "{") (expression_statement "FUN_00026590();" (call_expression "FUN_00026590()" (identifier "FUN_00026590") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (labeled_statement "LAB_00094ccf:\n if (local_20 != *(int *)(in_GS_OFFSET + 0x14)) {\n \n FUN_000f6410();\n }" (statement_identifier "LAB_00094ccf") (: ":") (if_statement "if (local_20 != *(int *)(in_GS_OFFSET + 0x14)) {\n \n FUN_000f6410();\n }" (if "if") (parenthesized_expression "(local_20 != *(int *)(in_GS_OFFSET + 0x14))" (( "(") (binary_expression "local_20 != *(int *)(in_GS_OFFSET + 0x14)" (identifier "local_20") (!= "!=") (pointer_expression "*(int *)(in_GS_OFFSET + 0x14)" (* "*") (cast_expression "(int *)(in_GS_OFFSET + 0x14)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(in_GS_OFFSET + 0x14)" (( "(") (binary_expression "in_GS_OFFSET + 0x14" (identifier "in_GS_OFFSET") (+ "+") (number_literal "0x14")) () ")"))))) () ")")) (compound_statement "{\n \n FUN_000f6410();\n }" ({ "{") (expression_statement "FUN_000f6410();" (call_expression "FUN_000f6410()" (identifier "FUN_000f6410") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))) (return_statement "return;" (return "return") (; ";")) (} "}")))
void __regparm1 function_1(type_1 *pParse,type_2 *var_10,int destIfFalse,int destIfNull) { type_3 *puVar1; type_2 *p; type_4 *p_00; type_5 *pEVar2; type_6 var_6; type_7 bVar4; int var_4; type_7 *var_39; type_2 *var_37; type_1 *pParse_00; int var_17; type_3 var_20; type_2 *pEVar9; type_8 *pCVar10; int var_22; type_9 *db; int var_18; type_2 *var_9; bool bVar13; type_2 *pExpr_00; type_10 *pOVar14; type_3 var_19; int var_35; int var_2; int *prRhsHasNull; type_1 *in_stack_ffffff84; type_2 *in_stack_ffffff88; type_3 var_14; int var_16; int var_25; type_2 *local_60; int var_36; type_2 *var_34; int var_32; int iDummy; int var_12; int var_28; int var_40; var_1(); p = pExpr_00->pLeft; var_40 = *(int *)(var_2 + 0x14); var_32 = 0; var_12 = 0; var_4 = var_3(in_stack_ffffff84,in_stack_ffffff88); if (var_4 != 0) goto LAB_00094ccf; var_39 = (type_7 *)var_5((type_1 *)pParse->db,pExpr_00); var_37 = pExpr_00->pLeft; var_6 = var_37->op; if (var_6 == 0xa4) { var_6 = var_37->op2; } if (var_6 == 0xa5) { var_14 = ((var_37->x).pList)->nExpr; } else { var_14 = 1; if (var_6 == '\x7f') { var_14 = ((var_37->x).pSelect)->pEList->nExpr; } } prRhsHasNull = (int *)0x94d42; var_37 = (type_2 *)var_7(pParse->db,var_8(in_stack_ffffff88,in_stack_ffffff84)); db = pParse->db; if (db->mallocFailed == '\0') { pParse_00 = (type_1 *)&var_32; p_00 = pParse->pVdbe; if (var_9 == var_10) { pParse_00 = (type_1 *)0x0; } var_4 = var_11(pParse_00,var_37,(type_3)&var_12,prRhsHasNull,(int *)in_stack_ffffff84, (int *)in_stack_ffffff88); var_17 = var_13(pParse,p,&iDummy); var_16 = var_17; if ((int)var_14 < 1) { bVar13 = false; if (var_14 != 0) { var_16 = var_15(pParse,var_14); bVar13 = var_16 != 0 && var_17 != var_16; } } else { var_18._0_1_ = var_37->op; var_18._1_1_ = var_37->affinity; var_18._2_2_ = *(type_11 *)&var_37->field_0x2; if (var_18 == 0) { var_19 = 0; do { var_20 = var_19 + 1; if (var_20 == var_14) { bVar13 = false; goto LAB_00094dd5; } puVar1 = &var_37->flags + var_19; var_19 = var_20; } while (*puVar1 == var_20); } var_16 = var_15(pParse,var_14); var_18 = var_17; do { var_22 = var_18 + 1; var_21(p_00,0x4e,var_18, *(int *)((int)var_37 + var_18 * 4 + var_17 * -4) + var_16,0); var_18 = var_22; } while (var_14 + var_17 != var_22); bVar13 = var_17 != var_16 && var_16 != 0; } LAB_00094dd5: if (var_4 == 5) { pEVar2 = (pExpr_00->x).pList; pCVar10 = var_23(pParse,pExpr_00->pLeft); var_4 = pParse->nLabel + -1; pParse->nLabel = var_4; if (var_9 == var_10) { var_25 = 0; if (0 < pEVar2->nExpr) goto LAB_00095308; } else { if (pParse->nTempReg == '\0') { var_25 = pParse->nMem + 1; pParse->nMem = var_25; } else { bVar4 = pParse->nTempReg - 1; pParse->nTempReg = bVar4; var_25 = pParse->aTempReg[bVar4]; } var_21(p_00,0x5c,var_16,var_16,var_25); if (0 < pEVar2->nExpr) { LAB_00095308: var_17 = 0; do { var_18 = var_24(pParse,pEVar2->a[var_17].var_10,&var_28); if ((var_25 != 0) && (var_22 = var_26(pEVar2->a[var_17].var_10), var_22 != 0)) { var_21(p_00,0x5c,var_25,var_18,var_25); } if ((var_17 < pEVar2->nExpr + -1) || (var_9 != var_10)) { var_18 = var_21(p_00,0x35,var_16,var_4,var_18); var_27(p_00,var_18,(char *)pCVar10,-2); if (0 < p_00->nOp) { p_00->aOp[p_00->nOp + -1].p5 = (short)(char)*var_39; } } else { var_18 = var_21(p_00,0x34,var_16,(int)var_9,var_18); var_27(p_00,var_18,(char *)pCVar10,-2); if (0 < p_00->nOp) { p_00->aOp[p_00->nOp + -1].p5 = (short)(char)(*var_39 | 0x10); } } if (var_28 != 0) { var_29(pParse,var_28); } var_17 = var_17 + 1; } while (var_17 < pEVar2->nExpr); } if (var_25 != 0) { var_21(p_00,0x32,var_25,(int)var_10,0); var_21(p_00,0xb,0,(int)var_9,0); var_30(p_00,var_4); var_29(pParse,var_25); goto LAB_00095047; } } var_30(p_00,var_4); } else { if (var_9 == var_10) { var_34 = (type_2 *)0x0; local_60 = var_9; } else { local_60 = (type_2 *)(pParse->nLabel + -1); pParse->nLabel = (int)local_60; var_34 = local_60; } var_19 = 0; if (0 < (int)var_14) { do { while( true ) { pEVar9 = var_31(pExpr_00->pLeft,var_19); var_17 = var_26(pEVar9); if (var_17 == 0) break; var_17 = var_19 + var_16; var_19 = var_19 + 1; var_21(p_00,0x32,var_17,(int)local_60,0); if (var_19 == var_14) goto LAB_00094e68; } var_19 = var_19 + 1; } while (var_19 != var_14); } LAB_00094e68: if (var_4 == 1) { var_21(p_00,0x1e,var_12,(int)var_9,var_16); var_36 = var_21(p_00,0xb,0,0,0); if ((var_32 != 0) && (var_14 == 1)) { LAB_000951fd: var_21(p_00,0x33,var_32,(int)var_9,0); } if (var_9 == var_10) { var_21(p_00,0xb,0,(int)var_9,0); } } else { var_4 = var_21(p_00,0x5b,var_16,var_14,0); var_27(p_00,var_4,(char *)var_39,var_14); if (var_9 == var_10) { var_33(p_00,0x1c,var_12,(int)var_9,var_16,var_14); goto LAB_00095047; } var_36 = var_21(p_00,0x1d,var_12,0,var_16); if (p_00->db->mallocFailed == '\0') { pOVar14 = p_00->aOp; pOVar14[var_36].p4type = -3; pOVar14[var_36].p4.i = var_14; } if ((var_32 != 0) && (var_14 == 1)) goto LAB_000951fd; } if (var_34 != (type_2 *)0x0) { var_30(p_00,(int)var_34); } var_17 = var_21(p_00,0x24,var_12,(int)var_9,0); var_4 = 0; if ((int)var_14 < 2) { local_60 = var_9; if (var_14 == 1) goto LAB_00094fd4; LAB_00095168: var_21(p_00,0xb,0,(int)var_10,0); } else { local_60 = (type_2 *)(pParse->nLabel + -1); pParse->nLabel = (int)local_60; LAB_00094fd4: do { if (pParse->nTempReg == '\0') { var_18 = pParse->nMem + 1; pParse->nMem = var_18; } else { bVar4 = pParse->nTempReg - 1; pParse->nTempReg = bVar4; var_18 = pParse->aTempReg[bVar4]; } pEVar9 = var_31(p,var_4); pCVar10 = var_23(pParse,pEVar9); var_21(p_00,0x5a,var_12,var_4,var_18); var_22 = var_21(p_00,0x34,var_4 + var_16,(int)local_60,var_18); var_27(p_00,var_22,(char *)pCVar10,-2); if (var_18 != 0) { var_29(pParse,var_18); } var_4 = var_4 + 1; } while (var_4 < (int)var_14); var_21(p_00,0xb,0,(int)var_10,0); if (1 < (int)var_14) { var_30(p_00,(int)local_60); var_21(p_00,5,var_12,var_17 + 1,0); var_10 = var_9; goto LAB_00095168; } } pOVar14 = (type_10 *)(var_35 + 0xb78d3); var_4 = p_00->nOp + -1; if (-1 < var_36) { var_4 = var_36; } if (p_00->db->mallocFailed == '\0') { pOVar14 = p_00->aOp + var_4; } pOVar14->var_9 = p_00->nOp; } LAB_00095047: if (bVar13) { var_29(pParse,var_16); } db = pParse->db; } if (var_37 != (type_2 *)0x0) { var_38(db,var_37); db = pParse->db; } if (var_39 != (type_7 *)0x0) { var_38(db,var_39); } LAB_00094ccf: if (var_40 != *(int *)(var_2 + 0x14)) { /* WARNING: Subroutine does not return */ var_41(); } return; }
null
(translation_unit (function_definition type: (primitive_type) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) 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: (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: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (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)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (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: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list))))) (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: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))))) (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: (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))))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (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: (identifier) right: (number_literal))))))))))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list))))) (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: (identifier)) right: (number_literal))))) 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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (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)))))) (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: (false))) (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: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (identifier) right: (identifier)))))))) alternative: (else_clause (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (do_statement body: (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: (false))) (goto_statement label: (statement_identifier))))) condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (identifier)) right: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (subscript_expression argument: (identifier) index: (identifier)) right: (identifier)) (number_literal))))) condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (binary_expression left: (identifier) right: (number_literal)))))))) (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: (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))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (pointer_expression argument: (identifier)))) consequence: (goto_statement label: (statement_identifier)))) alternative: (else_clause (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: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))))) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))))) right: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (binary_expression left: (identifier) right: (number_literal)))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (pointer_expression argument: (identifier)))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (number_literal)))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list))) right: (binary_expression left: (identifier) right: (number_literal)))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal)))) right: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (subscript_expression argument: (identifier) index: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) right: (number_literal))))) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (cast_expression type: (type_descriptor type: (primitive_type)) value: (pointer_expression argument: (identifier))))))))) alternative: (else_clause (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (subscript_expression argument: (identifier) index: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) right: (number_literal))))) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal)))))))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (identifier))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (goto_statement label: (statement_identifier))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list)))) alternative: (else_clause (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) consequence: (compound_statement (do_statement body: (compound_statement (while_statement condition: (parenthesized_expression (true)) body: (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)))) (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 (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (goto_statement label: (statement_identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal))))))) alternative: (else_clause (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))) (goto_statement label: (statement_identifier)))) (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) consequence: (goto_statement label: (statement_identifier))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (labeled_statement label: (statement_identifier) (do_statement body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))))) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))))) right: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (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 (identifier) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (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: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (goto_statement label: (statement_identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (subscript_expression argument: (identifier) index: (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: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (subscript_expression argument: (identifier) index: (number_literal)))))))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (identifier)) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) (return_statement))))
null
void __regparm1 MASKED(int *param_1,int param_2) { char *pcVar1; int *piVar2; int iVar3; char cVar4; byte bVar5; int iVar6; byte *pbVar7; int *piVar8; int *piVar9; int iVar10; int iVar11; undefined4 uVar12; int extraout_ECX; bool bVar13; int extraout_EDX; int unaff_EDI; int in_GS_OFFSET; int local_74; int local_70; int local_68; int local_60; int local_50; int local_48; int local_30 [2]; undefined4 local_28; int local_24; int local_20; FUN_0001af1a(); local_20 = *(int *)(in_GS_OFFSET + 0x14); local_30[0] = 0; local_28 = 0; iVar6 = FUN_00059670(); if (iVar6 != 0) goto LAB_00094ccf; pbVar7 = (byte *)FUN_0002fd10(); pcVar1 = *(char **)(extraout_EDX + 0xc); cVar4 = *pcVar1; if (cVar4 == -0x5c) { cVar4 = pcVar1[0x28]; } if (cVar4 == -0x5b) { local_74 = **(int **)(pcVar1 + 0x14); } else { local_74 = 1; if (cVar4 == '\x7f') { local_74 = *(int *)**(undefined4 **)(pcVar1 + 0x14); } } piVar8 = (int *)FUN_00028410(); if (*(char *)(*param_1 + 0x4d) == '\0') { piVar9 = local_30; piVar2 = (int *)param_1[2]; if (extraout_ECX == param_2) { piVar9 = (int *)0x0; } iVar6 = FUN_00093e70(piVar9,piVar8,&local_28); iVar10 = FUN_00098c50(); local_70 = iVar10; if (local_74 < 1) { bVar13 = false; if (local_74 != 0) { local_70 = FUN_0002f670(); bVar13 = local_70 != 0 && iVar10 != local_70; } } else { if (*piVar8 == 0) { iVar11 = 0; do { iVar11 = iVar11 + 1; if (iVar11 == local_74) { bVar13 = false; goto LAB_00094dd5; } } while (piVar8[iVar11] == iVar11); } local_70 = FUN_0002f670(); iVar11 = iVar10; do { iVar3 = iVar11 - iVar10; iVar11 = iVar11 + 1; FUN_000497a0(piVar8[iVar3] + local_70,0); } while (local_74 + iVar10 != iVar11); bVar13 = iVar10 != local_70 && local_70 != 0; } LAB_00094dd5: if (iVar6 == 5) { piVar9 = *(int **)(extraout_EDX + 0x14); FUN_0005da30(); iVar6 = param_1[0xe]; param_1[0xe] = iVar6 + -1; if (extraout_ECX == param_2) { local_68 = 0; if (0 < *piVar9) goto LAB_00095308; } else { if (*(char *)((int)param_1 + 0x13) == '\0') { local_68 = param_1[0xb] + 1; param_1[0xb] = local_68; } else { bVar5 = *(char *)((int)param_1 + 0x13) - 1; *(byte *)((int)param_1 + 0x13) = bVar5; local_68 = param_1[bVar5 + 0x24]; } FUN_000497a0(local_70,local_68); if (0 < *piVar9) { LAB_00095308: iVar10 = 0; do { uVar12 = FUN_00098a90(); if ((local_68 != 0) && (iVar11 = FUN_0001d840(), iVar11 != 0)) { FUN_000497a0(uVar12,local_68); } if ((iVar10 < *piVar9 + -1) || (extraout_ECX != param_2)) { FUN_000497a0(iVar6 + -1,uVar12); FUN_000370b0(0xfffffffe); if (0 < piVar2[0x1a]) { *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)*pbVar7; } } else { FUN_000497a0(extraout_ECX,uVar12); FUN_000370b0(0xfffffffe); if (0 < piVar2[0x1a]) { *(short *)(piVar2[0x19] + piVar2[0x1a] * 0x14 + -0x12) = (short)(char)(*pbVar7 | 0x10); } } if (local_24 != 0) { FUN_0002f640(); } iVar10 = iVar10 + 1; } while (iVar10 < *piVar9); } if (local_68 != 0) { FUN_000497a0(param_2,0); FUN_000497a0(extraout_ECX,0); FUN_00049570(); FUN_0002f640(); goto LAB_00095047; } } FUN_00049570(); } else { if (extraout_ECX == param_2) { local_48 = 0; local_60 = extraout_ECX; } else { local_60 = param_1[0xe] + -1; param_1[0xe] = local_60; local_48 = local_60; } iVar10 = 0; if (0 < local_74) { do { while( true ) { FUN_0001d7b0(); iVar11 = FUN_0001d840(); if (iVar11 == 0) break; iVar10 = iVar10 + 1; FUN_000497a0(local_60,0); if (iVar10 == local_74) goto LAB_00094e68; } iVar10 = iVar10 + 1; } while (iVar10 != local_74); } LAB_00094e68: if (iVar6 == 1) { FUN_000497a0(extraout_ECX,local_70); local_50 = FUN_000497a0(0,0); if ((local_30[0] != 0) && (local_74 == 1)) { LAB_000951fd: FUN_000497a0(extraout_ECX,0); } if (extraout_ECX == param_2) { FUN_000497a0(extraout_ECX,0); } } else { FUN_000497a0(local_74,0); FUN_000370b0(local_74); if (extraout_ECX == param_2) { FUN_00049940(extraout_ECX,local_70,local_74); goto LAB_00095047; } local_50 = FUN_000497a0(0,local_70); if (*(char *)(*piVar2 + 0x4d) == '\0') { iVar6 = piVar2[0x19] + local_50 * 0x14; *(undefined1 *)(iVar6 + 1) = 0xfd; *(int *)(iVar6 + 0x10) = local_74; } if ((local_30[0] != 0) && (local_74 == 1)) goto LAB_000951fd; } if (local_48 != 0) { FUN_00049570(); } iVar10 = FUN_000497a0(extraout_ECX,0); iVar6 = 0; if (local_74 < 2) { local_60 = extraout_ECX; if (local_74 == 1) goto LAB_00094fd4; LAB_00095168: FUN_000497a0(param_2,0); } else { local_60 = param_1[0xe] + -1; param_1[0xe] = local_60; LAB_00094fd4: do { if (*(char *)((int)param_1 + 0x13) == '\0') { iVar11 = param_1[0xb] + 1; param_1[0xb] = iVar11; } else { bVar5 = *(char *)((int)param_1 + 0x13) - 1; *(byte *)((int)param_1 + 0x13) = bVar5; iVar11 = param_1[bVar5 + 0x24]; } FUN_0001d7b0(); FUN_0005da30(); FUN_000497a0(iVar6,iVar11); FUN_000497a0(local_60,iVar11); FUN_000370b0(0xfffffffe); if (iVar11 != 0) { FUN_0002f640(); } iVar6 = iVar6 + 1; } while (iVar6 < local_74); FUN_000497a0(param_2,0); if (1 < local_74) { FUN_00049570(); FUN_000497a0(iVar10 + 1,0); param_2 = extraout_ECX; goto LAB_00095168; } } iVar6 = unaff_EDI + 0xb78d3; iVar10 = piVar2[0x1a] + -1; if (-1 < local_50) { iVar10 = local_50; } if (*(char *)(*piVar2 + 0x4d) == '\0') { iVar6 = piVar2[0x19] + iVar10 * 0x14; } *(int *)(iVar6 + 8) = piVar2[0x1a]; } LAB_00095047: if (bVar13) { FUN_0002f640(); } } if (piVar8 != (int *)0x0) { FUN_00026590(); } if (pbVar7 != (byte *)0x0) { FUN_00026590(); } LAB_00094ccf: if (local_20 != *(int *)(in_GS_OFFSET + 0x14)) { /* WARNING: Subroutine does not return */ FUN_000f6410(); } return; }
410_du_and_du_strip.c
rpl_mktime
FUN_0003c6e0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ time_t rpl_mktime(tm *tp) { time_t tVar1; tzset(); tVar1 = mktime_internal(tp,(_func_tm_ptr_time_t_ptr_tm_ptr *)PTR_localtime_r_0004cfcc, &localtime_offset); return tVar1; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_0003c6e0(undefined4 param_1) { tzset(); FUN_0003ba70(param_1,PTR_localtime_r_0004cfcc,&DAT_0004d42c); return; }
PUSH EBX CALL 0x00014080 ADD EBX,0x1091a SUB ESP,0x8 CALL 0x00012250 SUB ESP,0x4 LEA EAX,[EBX + 0x42c] PUSH EAX PUSH dword ptr [EBX + 0xffffffcc] PUSH dword ptr [ESP + 0x1c] CALL 0x0003ba70 ADD ESP,0x18 POP EBX RET
null
null
null
null
[(u'CALL_-1206073532', u'INDIRECT_-1206073407'), (u'INDIRECT_-1206073433', u'CAST_-1206073401'), (u'CAST_-1206073401', u'CALL_-1206073532'), (u'CALL_-1206073532', u'RETURN_-1206073504'), ('const-0', u'PTRSUB_-1206073400'), ('const-0', u'RETURN_-1206073504'), ('const-316460', u'PTRSUB_-1206073400'), (u'INDIRECT_-1206073407', u'COPY_-1206073457'), ('tmp_210', u'CALL_-1206073532'), (u'PTRSUB_-1206073400', u'CALL_-1206073532'), (u'CALL_-1206073584', u'INDIRECT_-1206073433')]
[('const-316460', u'PTRSUB_-1206073403'), ('tmp_399', u'CALL_-1206073532'), (u'CALL_-1206073584', u'INDIRECT_-1206073436'), ('const-0', u'PTRSUB_-1206073403'), (u'PTRSUB_-1206073403', u'CALL_-1206073532'), (u'INDIRECT_-1206073436', u'CALL_-1206073532'), ('const-0', u'RETURN_-1206073504'), (u'CALL_-1206073532', u'INDIRECT_-1206073410'), (u'INDIRECT_-1206073410', u'COPY_-1206073460')]
null
null
0003c6e0
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0003c6e0(undefined4 param_1)\n\n{\n tzset();\n FUN_0003ba70(param_1,PTR_localtime_r_0004cfcc,&DAT_0004d42c);\n return;\n}\n\n" comment (function_definition "void FUN_0003c6e0(undefined4 param_1)\n\n{\n tzset();\n FUN_0003ba70(param_1,PTR_localtime_r_0004cfcc,&DAT_0004d42c);\n return;\n}" primitive_type (function_declarator "FUN_0003c6e0(undefined4 param_1)" identifier (parameter_list "(undefined4 param_1)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) ))) (compound_statement "{\n tzset();\n FUN_0003ba70(param_1,PTR_localtime_r_0004cfcc,&DAT_0004d42c);\n return;\n}" { (expression_statement "tzset();" (call_expression "tzset()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_0003ba70(param_1,PTR_localtime_r_0004cfcc,&DAT_0004d42c);" (call_expression "FUN_0003ba70(param_1,PTR_localtime_r_0004cfcc,&DAT_0004d42c)" identifier (argument_list "(param_1,PTR_localtime_r_0004cfcc,&DAT_0004d42c)" ( identifier , identifier , (pointer_expression "&DAT_0004d42c" & identifier) ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\ntime_t rpl_mktime(tm *tp)\n\n{\n time_t tVar1;\n \n tzset();\n tVar1 = mktime_internal(tp,(_func_tm_ptr_time_t_ptr_tm_ptr *)PTR_localtime_r_0004cfcc,\n &localtime_offset);\n return tVar1;\n}\n\n" comment comment (function_definition "time_t rpl_mktime(tm *tp)\n\n{\n time_t tVar1;\n \n tzset();\n tVar1 = mktime_internal(tp,(_func_tm_ptr_time_t_ptr_tm_ptr *)PTR_localtime_r_0004cfcc,\n &localtime_offset);\n return tVar1;\n}" type_identifier (function_declarator "rpl_mktime(tm *tp)" identifier (parameter_list "(tm *tp)" ( (parameter_declaration "tm *tp" type_identifier (pointer_declarator "*tp" * identifier)) ))) (compound_statement "{\n time_t tVar1;\n \n tzset();\n tVar1 = mktime_internal(tp,(_func_tm_ptr_time_t_ptr_tm_ptr *)PTR_localtime_r_0004cfcc,\n &localtime_offset);\n return tVar1;\n}" { (declaration "time_t tVar1;" type_identifier identifier ;) (expression_statement "tzset();" (call_expression "tzset()" identifier (argument_list "()" ( ))) ;) (expression_statement "tVar1 = mktime_internal(tp,(_func_tm_ptr_time_t_ptr_tm_ptr *)PTR_localtime_r_0004cfcc,\n &localtime_offset);" (assignment_expression "tVar1 = mktime_internal(tp,(_func_tm_ptr_time_t_ptr_tm_ptr *)PTR_localtime_r_0004cfcc,\n &localtime_offset)" identifier = (call_expression "mktime_internal(tp,(_func_tm_ptr_time_t_ptr_tm_ptr *)PTR_localtime_r_0004cfcc,\n &localtime_offset)" identifier (argument_list "(tp,(_func_tm_ptr_time_t_ptr_tm_ptr *)PTR_localtime_r_0004cfcc,\n &localtime_offset)" ( identifier , (cast_expression "(_func_tm_ptr_time_t_ptr_tm_ptr *)PTR_localtime_r_0004cfcc" ( (type_descriptor "_func_tm_ptr_time_t_ptr_tm_ptr *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (pointer_expression "&localtime_offset" & identifier) )))) ;) (return_statement "return tVar1;" return identifier ;) })))
(translation_unit "void FUN_0003c6e0(undefined4 param_1)\n\n{\n tzset();\n FUN_0003ba70(param_1,PTR_localtime_r_0004cfcc,&DAT_0004d42c);\n return;\n}\n\n" (function_definition "void FUN_0003c6e0(undefined4 param_1)\n\n{\n tzset();\n FUN_0003ba70(param_1,PTR_localtime_r_0004cfcc,&DAT_0004d42c);\n return;\n}" primitive_type (function_declarator "FUN_0003c6e0(undefined4 param_1)" identifier (parameter_list "(undefined4 param_1)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) ))) (compound_statement "{\n tzset();\n FUN_0003ba70(param_1,PTR_localtime_r_0004cfcc,&DAT_0004d42c);\n return;\n}" { (expression_statement "tzset();" (call_expression "tzset()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_0003ba70(param_1,PTR_localtime_r_0004cfcc,&DAT_0004d42c);" (call_expression "FUN_0003ba70(param_1,PTR_localtime_r_0004cfcc,&DAT_0004d42c)" identifier (argument_list "(param_1,PTR_localtime_r_0004cfcc,&DAT_0004d42c)" ( identifier , identifier , (pointer_expression "&DAT_0004d42c" & 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 , IDENT , (pointer_expression & IDENT) ))) ;) (return_statement return ;) })))
(function_definition "void FUN_0003c6e0(undefined4 param_1)\n\n{\n tzset();\n FUN_0003ba70(param_1,PTR_localtime_r_0004cfcc,&DAT_0004d42c);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0003c6e0(undefined4 param_1)" (identifier "FUN_0003c6e0") (parameter_list "(undefined4 param_1)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) () ")"))) (compound_statement "{\n tzset();\n FUN_0003ba70(param_1,PTR_localtime_r_0004cfcc,&DAT_0004d42c);\n return;\n}" ({ "{") (expression_statement "tzset();" (call_expression "tzset()" (identifier "tzset") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "FUN_0003ba70(param_1,PTR_localtime_r_0004cfcc,&DAT_0004d42c);" (call_expression "FUN_0003ba70(param_1,PTR_localtime_r_0004cfcc,&DAT_0004d42c)" (identifier "FUN_0003ba70") (argument_list "(param_1,PTR_localtime_r_0004cfcc,&DAT_0004d42c)" (( "(") (identifier "param_1") (, ",") (identifier "PTR_localtime_r_0004cfcc") (, ",") (pointer_expression "&DAT_0004d42c" (& "&") (identifier "DAT_0004d42c")) () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ type_1 function_1(type_2 *tp) { type_1 tVar1; var_1(); tVar1 = var_2(tp,(type_3 *)PTR_localtime_r_0004cfcc, &localtime_offset); return tVar1; }
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) (identifier) (pointer_expression argument: (identifier))))) (return_statement))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(undefined4 param_1) { tzset(); FUN_0003ba70(param_1,PTR_localtime_r_0004cfcc,&DAT_0004d42c); return; }
7871_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c
open
FUN_001dfc90
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* std::wfilebuf::open(std::string const&, std::_Ios_Openmode) */ void __thiscall std::wfilebuf::open(wfilebuf *this,string *param_1,_Ios_Openmode param_2) { open(this,*(char **)param_1,param_2); return; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_001dfc90(undefined4 param_1,undefined4 *param_2,undefined4 param_3) { FUN_001dfba0(param_1,*param_2,param_3); return; }
PUSH EBX CALL 0x00035680 ADD EBX,0x15f36a SUB ESP,0xc PUSH dword ptr [ESP + 0x1c] MOV EAX,dword ptr [ESP + 0x1c] PUSH dword ptr [EAX] PUSH dword ptr [ESP + 0x1c] CALL 0x001dfba0 ADD ESP,0x18 POP EBX RET
null
null
null
null
[('tmp_179', u'CAST_-1207763643'), ('tmp_180', u'CALL_-1207763745'), (u'CAST_-1207763643', u'LOAD_-1207763767'), ('const-417', u'LOAD_-1207763767'), ('const-0', u'RETURN_-1207763717'), (u'LOAD_-1207763767', u'CALL_-1207763745'), ('tmp_178', u'CALL_-1207763745')]
[('tmp_305', u'LOAD_-1207763767'), ('const-417', u'LOAD_-1207763767'), ('tmp_304', u'CALL_-1207763745'), ('const-0', u'RETURN_-1207763717'), (u'LOAD_-1207763767', u'CALL_-1207763745'), ('tmp_306', u'CALL_-1207763745')]
null
null
001dfc90
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_001dfc90(undefined4 param_1,undefined4 *param_2,undefined4 param_3)\n\n{\n FUN_001dfba0(param_1,*param_2,param_3);\n return;\n}\n\n" comment (function_definition "void FUN_001dfc90(undefined4 param_1,undefined4 *param_2,undefined4 param_3)\n\n{\n FUN_001dfba0(param_1,*param_2,param_3);\n return;\n}" primitive_type (function_declarator "FUN_001dfc90(undefined4 param_1,undefined4 *param_2,undefined4 param_3)" identifier (parameter_list "(undefined4 param_1,undefined4 *param_2,undefined4 param_3)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined4 param_3" type_identifier identifier) ))) (compound_statement "{\n FUN_001dfba0(param_1,*param_2,param_3);\n return;\n}" { (expression_statement "FUN_001dfba0(param_1,*param_2,param_3);" (call_expression "FUN_001dfba0(param_1,*param_2,param_3)" identifier (argument_list "(param_1,*param_2,param_3)" ( identifier , (pointer_expression "*param_2" * identifier) , identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::wfilebuf::open(std::string const&, std::_Ios_Openmode) */\n\nvoid __thiscall std::wfilebuf::open(wfilebuf *this,string *param_1,_Ios_Openmode param_2)\n\n{\n open(this,*(char **)param_1,param_2);\n return;\n}\n\n" comment comment (function_definition "void __thiscall std::wfilebuf::open(wfilebuf *this,string *param_1,_Ios_Openmode param_2)\n\n{\n open(this,*(char **)param_1,param_2);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::wfilebuf::" identifier : : identifier : :) (function_declarator "open(wfilebuf *this,string *param_1,_Ios_Openmode param_2)" identifier (parameter_list "(wfilebuf *this,string *param_1,_Ios_Openmode param_2)" ( (parameter_declaration "wfilebuf *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "string *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "_Ios_Openmode param_2" type_identifier identifier) ))) (compound_statement "{\n open(this,*(char **)param_1,param_2);\n return;\n}" { (expression_statement "open(this,*(char **)param_1,param_2);" (call_expression "open(this,*(char **)param_1,param_2)" identifier (argument_list "(this,*(char **)param_1,param_2)" ( identifier , (pointer_expression "*(char **)param_1" * (cast_expression "(char **)param_1" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) , identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_001dfc90(undefined4 param_1,undefined4 *param_2,undefined4 param_3)\n\n{\n FUN_001dfba0(param_1,*param_2,param_3);\n return;\n}\n\n" (function_definition "void FUN_001dfc90(undefined4 param_1,undefined4 *param_2,undefined4 param_3)\n\n{\n FUN_001dfba0(param_1,*param_2,param_3);\n return;\n}" primitive_type (function_declarator "FUN_001dfc90(undefined4 param_1,undefined4 *param_2,undefined4 param_3)" identifier (parameter_list "(undefined4 param_1,undefined4 *param_2,undefined4 param_3)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined4 param_3" type_identifier identifier) ))) (compound_statement "{\n FUN_001dfba0(param_1,*param_2,param_3);\n return;\n}" { (expression_statement "FUN_001dfba0(param_1,*param_2,param_3);" (call_expression "FUN_001dfba0(param_1,*param_2,param_3)" identifier (argument_list "(param_1,*param_2,param_3)" ( identifier , (pointer_expression "*param_2" * 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 { (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expression * IDENT) , IDENT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_001dfc90(undefined4 param_1,undefined4 *param_2,undefined4 param_3)\n\n{\n FUN_001dfba0(param_1,*param_2,param_3);\n return;\n}" (primitive_type "void") (function_declarator "FUN_001dfc90(undefined4 param_1,undefined4 *param_2,undefined4 param_3)" (identifier "FUN_001dfc90") (parameter_list "(undefined4 param_1,undefined4 *param_2,undefined4 param_3)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) (, ",") (parameter_declaration "undefined4 *param_2" (type_identifier "undefined4") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "undefined4 param_3" (type_identifier "undefined4") (identifier "param_3")) () ")"))) (compound_statement "{\n FUN_001dfba0(param_1,*param_2,param_3);\n return;\n}" ({ "{") (expression_statement "FUN_001dfba0(param_1,*param_2,param_3);" (call_expression "FUN_001dfba0(param_1,*param_2,param_3)" (identifier "FUN_001dfba0") (argument_list "(param_1,*param_2,param_3)" (( "(") (identifier "param_1") (, ",") (pointer_expression "*param_2" (* "*") (identifier "param_2")) (, ",") (identifier "param_3") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* std::wfilebuf::open(std::string const&, std::_Ios_Openmode) */ void __thiscall std::type_1::function_1(type_1 *this,type_2 *param_1,type_3 param_2) { function_1(this,*(char **)param_1,param_2); return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier)) (identifier)))) (return_statement))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(undefined4 param_1,undefined4 *param_2,undefined4 param_3) { FUN_001dfba0(param_1,*param_2,param_3); return; }
286_i686-linux-gnu-objdump_and_i686-linux-gnu-objdump_strip.c
pr_tag
FUN_00035de0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ bfd_boolean pr_tag(void *p,char *name) { char *__ptr; uint uVar1; __ptr = pop_type((pr_handle *)((int)p + 8)); if (__ptr != (char *)0x0) { if (*(int *)((int)p + 4) != 0) { uVar1 = 0; do { /* WARNING: Load size is inaccurate */ uVar1 = uVar1 + 1; putc(0x20,*p); } while (uVar1 < *(uint *)((int)p + 4)); } /* WARNING: Load size is inaccurate */ fprintf(*p,"%s;\n",__ptr); free(__ptr); return 1; } return 0; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 FUN_00035de0(undefined4 *param_1) { void *__ptr; uint uVar1; __ptr = (void *)FUN_00035d90(); if (__ptr != (void *)0x0) { if (param_1[1] != 0) { uVar1 = 0; do { uVar1 = uVar1 + 1; putc(0x20,(FILE *)*param_1); } while (uVar1 < (uint)param_1[1]); } fprintf((FILE *)*param_1,"%s;\n",__ptr); free(__ptr); return 1; } return 0; }
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x000143d0 ADD EBX,0x3c217 SUB ESP,0xc MOV EDI,dword ptr [ESP + 0x20] LEA EAX,[EDI + 0x8] CALL 0x00035d90 TEST EAX,EAX JZ 0x00035e58 MOV EBP,EAX MOV EAX,dword ptr [EDI + 0x4] TEST EAX,EAX JZ 0x00035e27 XOR ESI,ESI LEA ESI,[ESI] SUB ESP,0x8 PUSH dword ptr [EDI] ADD ESI,0x1 PUSH 0x20 CALL 0x000136a0 ADD ESP,0x10 CMP ESI,dword ptr [EDI + 0x4] JC 0x00035e10 SUB ESP,0x4 LEA EAX,[EBX + 0xfffe448e] PUSH EBP PUSH EAX PUSH dword ptr [EDI] CALL 0x00013878 MOV dword ptr [ESP],EBP CALL 0x00013120 ADD ESP,0x10 MOV EAX,0x1 ADD ESP,0xc POP EBX POP ESI POP EDI POP EBP RET ADD ESP,0xc XOR EAX,EAX POP EBX POP ESI POP EDI POP EBP RET
null
null
null
null
[('const-1', u'INT_ADD_-1206100350'), (u'INT_ADD_-1206100315', u'CAST_-1206099965'), (u'CAST_-1206099997', u'LOAD_-1206100421'), ('const-0', u'INT_NOTEQUAL_-1206100425'), ('const-32', u'CALL_-1206100345'), (u'INT_ADD_-1206100405', u'CAST_-1206099997'), (u'CAST_-1206100014', u'INT_ADD_-1206100435'), (u'INT_ADD_-1206100435', u'CAST_-1206100013'), ('const-0', u'COPY_-1206100392'), ('const-0', u'RETURN_-1206100199'), ('const-0', u'INT_NOTEQUAL_-1206100402'), ('tmp_643', u'LOAD_-1206100375'), (u'INT_LESS_-1206100316', u'CBRANCH_-1206100314'), ('const-417', u'LOAD_-1206100286'), (u'COPY_-1206100248', u'RETURN_-1206100199'), (u'LOAD_-1206100286', u'CALL_-1206100273'), ('tmp_173', u'CBRANCH_-1206100402'), ('const-4', u'INT_ADD_-1206100315'), ('const-417', u'LOAD_-1206100331'), ('const-8', u'INT_ADD_-1206100435'), ('tmp_643', u'LOAD_-1206100286'), ('const-417', u'LOAD_-1206100421'), ('tmp_643', u'CAST_-1206099998'), (u'CALL_-1206100440', u'CALL_-1206100260'), ('const-417', u'LOAD_-1206100375'), ('tmp_340', u'CBRANCH_-1206100314'), ('tmp_643', u'CAST_-1206100014'), (u'CAST_-1206100013', u'CALL_-1206100440'), (u'CAST_-1206099965', u'LOAD_-1206100331'), ('tmp_643', u'CAST_-1206099966'), (u'INT_NOTEQUAL_-1206100402', u'CBRANCH_-1206100402'), (u'LOAD_-1206100331', u'INT_LESS_-1206100316'), ('const-0', u'COPY_-1206100185'), (u'CALL_-1206100440', u'CALL_-1206100273'), ('const-1', u'COPY_-1206100248'), (u'INT_ADD_-1206100350', u'MULTIEQUAL_-1206100128'), (u'LOAD_-1206100375', u'CALL_-1206100345'), (u'CALL_-1206100440', u'INT_NOTEQUAL_-1206100425'), (u'CAST_-1206099966', u'INT_ADD_-1206100315'), (u'INT_ADD_-1206100350', u'INT_LESS_-1206100316'), (u'INT_NOTEQUAL_-1206100425', u'CBRANCH_-1206100425'), ('const-4', u'INT_ADD_-1206100405'), (u'MULTIEQUAL_-1206100128', u'INT_ADD_-1206100350'), (u'COPY_-1206100016', u'CALL_-1206100273'), ('const-353422', u'COPY_-1206100016'), (u'COPY_-1206100392', u'MULTIEQUAL_-1206100128'), (u'COPY_-1206100185', u'RETURN_-1206100145'), ('const-0', u'RETURN_-1206100145'), (u'LOAD_-1206100421', u'INT_NOTEQUAL_-1206100402'), ('tmp_137', u'CBRANCH_-1206100425'), (u'CAST_-1206099998', u'INT_ADD_-1206100405')]
[('const-1', u'PTRADD_-1206100004'), (u'COPY_-1206100021', u'CALL_-1206100273'), (u'PTRADD_-1206100004', u'LOAD_-1206100421'), ('const-1', u'INT_ADD_-1206100350'), (u'LOAD_-1206100375', u'CAST_-1206099987'), ('const-0', u'INT_NOTEQUAL_-1206100425'), ('const-1', u'PTRADD_-1206099973'), ('const-0', u'RETURN_-1206100199'), ('const-0', u'INT_NOTEQUAL_-1206100402'), ('const-0', u'COPY_-1206100392'), (u'CAST_-1206099954', u'CALL_-1206100273'), ('const-4', u'PTRADD_-1206099973'), (u'INT_LESS_-1206100316', u'CBRANCH_-1206100314'), ('tmp_1259', u'PTRADD_-1206099973'), (u'COPY_-1206100248', u'RETURN_-1206100199'), (u'CAST_-1206099987', u'CALL_-1206100345'), ('tmp_173', u'CBRANCH_-1206100402'), (u'COPY_-1206100392', u'MULTIEQUAL_-1206100127'), ('const-417', u'LOAD_-1206100331'), (u'CALL_-1206100440', u'CAST_-1206100014'), ('const-0', u'COPY_-1206100185'), (u'PTRADD_-1206099973', u'LOAD_-1206100331'), ('tmp_340', u'CBRANCH_-1206100314'), (u'INT_ADD_-1206100350', u'MULTIEQUAL_-1206100127'), ('const-417', u'LOAD_-1206100421'), ('const-353422', u'COPY_-1206100021'), (u'INT_NOTEQUAL_-1206100402', u'CBRANCH_-1206100402'), ('const-1', u'COPY_-1206100248'), ('tmp_1259', u'LOAD_-1206100375'), (u'INT_ADD_-1206100350', u'INT_LESS_-1206100316'), (u'INT_NOTEQUAL_-1206100425', u'CBRANCH_-1206100425'), ('const-32', u'CALL_-1206100345'), ('tmp_1259', u'PTRADD_-1206100004'), ('const-417', u'LOAD_-1206100375'), ('tmp_1259', u'LOAD_-1206100286'), (u'CAST_-1206100014', u'INT_NOTEQUAL_-1206100425'), (u'CAST_-1206099971', u'INT_LESS_-1206100316'), (u'COPY_-1206100185', u'RETURN_-1206100145'), (u'LOAD_-1206100286', u'CAST_-1206099954'), (u'LOAD_-1206100331', u'CAST_-1206099971'), ('const-0', u'RETURN_-1206100145'), (u'LOAD_-1206100421', u'INT_NOTEQUAL_-1206100402'), (u'CAST_-1206100014', u'CALL_-1206100273'), ('const-4', u'PTRADD_-1206100004'), (u'CAST_-1206100014', u'CALL_-1206100260'), (u'MULTIEQUAL_-1206100127', u'INT_ADD_-1206100350'), ('tmp_137', u'CBRANCH_-1206100425'), ('const-417', u'LOAD_-1206100286')]
null
null
00035de0
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 FUN_00035de0(undefined4 *param_1)\n\n{\n void *__ptr;\n uint uVar1;\n \n __ptr = (void *)FUN_00035d90();\n if (__ptr != (void *)0x0) {\n if (param_1[1] != 0) {\n uVar1 = 0;\n do {\n uVar1 = uVar1 + 1;\n putc(0x20,(FILE *)*param_1);\n } while (uVar1 < (uint)param_1[1]);\n }\n fprintf((FILE *)*param_1,"%s;\n",__ptr);\n free(__ptr);\n return 1;\n }\n return 0;\n}\n\n" comment (function_definition "undefined4 FUN_00035de0(undefined4 *param_1)\n\n{\n void *__ptr;\n uint uVar1;\n \n __ptr = (void *)FUN_00035d90();\n if (__ptr != (void *)0x0) {\n if (param_1[1] != 0) {\n uVar1 = 0;\n do {\n uVar1 = uVar1 + 1;\n putc(0x20,(FILE *)*param_1);\n } while (uVar1 < (uint)param_1[1]);\n }\n fprintf((FILE *)*param_1,"%s;\n",__ptr);\n free(__ptr);\n return 1;\n }\n return 0;\n}" type_identifier (function_declarator "FUN_00035de0(undefined4 *param_1)" identifier (parameter_list "(undefined4 *param_1)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n void *__ptr;\n uint uVar1;\n \n __ptr = (void *)FUN_00035d90();\n if (__ptr != (void *)0x0) {\n if (param_1[1] != 0) {\n uVar1 = 0;\n do {\n uVar1 = uVar1 + 1;\n putc(0x20,(FILE *)*param_1);\n } while (uVar1 < (uint)param_1[1]);\n }\n fprintf((FILE *)*param_1,"%s;\n",__ptr);\n free(__ptr);\n return 1;\n }\n return 0;\n}" { (declaration "void *__ptr;" primitive_type (pointer_declarator "*__ptr" * identifier) ;) (declaration "uint uVar1;" type_identifier identifier ;) (expression_statement "__ptr = (void *)FUN_00035d90();" (assignment_expression "__ptr = (void *)FUN_00035d90()" identifier = (cast_expression "(void *)FUN_00035d90()" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00035d90()" identifier (argument_list "()" ( ))))) ;) (if_statement "if (__ptr != (void *)0x0) {\n if (param_1[1] != 0) {\n uVar1 = 0;\n do {\n uVar1 = uVar1 + 1;\n putc(0x20,(FILE *)*param_1);\n } while (uVar1 < (uint)param_1[1]);\n }\n fprintf((FILE *)*param_1,"%s;\n",__ptr);\n free(__ptr);\n return 1;\n }" if (parenthesized_expression "(__ptr != (void *)0x0)" ( (binary_expression "__ptr != (void *)0x0" identifier != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n if (param_1[1] != 0) {\n uVar1 = 0;\n do {\n uVar1 = uVar1 + 1;\n putc(0x20,(FILE *)*param_1);\n } while (uVar1 < (uint)param_1[1]);\n }\n fprintf((FILE *)*param_1,"%s;\n",__ptr);\n free(__ptr);\n return 1;\n }" { (if_statement "if (param_1[1] != 0) {\n uVar1 = 0;\n do {\n uVar1 = uVar1 + 1;\n putc(0x20,(FILE *)*param_1);\n } while (uVar1 < (uint)param_1[1]);\n }" if (parenthesized_expression "(param_1[1] != 0)" ( (binary_expression "param_1[1] != 0" (subscript_expression "param_1[1]" identifier [ number_literal ]) != number_literal) )) (compound_statement "{\n uVar1 = 0;\n do {\n uVar1 = uVar1 + 1;\n putc(0x20,(FILE *)*param_1);\n } while (uVar1 < (uint)param_1[1]);\n }" { (expression_statement "uVar1 = 0;" (assignment_expression "uVar1 = 0" identifier = number_literal) ;) (do_statement "do {\n uVar1 = uVar1 + 1;\n putc(0x20,(FILE *)*param_1);\n } while (uVar1 < (uint)param_1[1]);" do (compound_statement "{\n uVar1 = uVar1 + 1;\n putc(0x20,(FILE *)*param_1);\n }" { (expression_statement "uVar1 = uVar1 + 1;" (assignment_expression "uVar1 = uVar1 + 1" identifier = (binary_expression "uVar1 + 1" identifier + number_literal)) ;) (expression_statement "putc(0x20,(FILE *)*param_1);" (call_expression "putc(0x20,(FILE *)*param_1)" identifier (argument_list "(0x20,(FILE *)*param_1)" ( number_literal , (cast_expression "(FILE *)*param_1" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier)) ))) ;) }) while (parenthesized_expression "(uVar1 < (uint)param_1[1])" ( (binary_expression "uVar1 < (uint)param_1[1]" identifier < (cast_expression "(uint)param_1[1]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) )) ;) })) (expression_statement "fprintf((FILE *)*param_1,"%s;\n",__ptr);" (call_expression "fprintf((FILE *)*param_1,"%s;\n",__ptr)" identifier (argument_list "((FILE *)*param_1,"%s;\n",__ptr)" ( (cast_expression "(FILE *)*param_1" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier)) , (string_literal ""%s;\n"" " string_content escape_sequence ") , identifier ))) ;) (expression_statement "free(__ptr);" (call_expression "free(__ptr)" identifier (argument_list "(__ptr)" ( identifier ))) ;) (return_statement "return 1;" return number_literal ;) })) (return_statement "return 0;" return number_literal ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nbfd_boolean pr_tag(void *p,char *name)\n\n{\n char *__ptr;\n uint uVar1;\n \n __ptr = pop_type((pr_handle *)((int)p + 8));\n if (__ptr != (char *)0x0) {\n if (*(int *)((int)p + 4) != 0) {\n uVar1 = 0;\n do {\n /* WARNING: Load size is inaccurate */\n uVar1 = uVar1 + 1;\n putc(0x20,*p);\n } while (uVar1 < *(uint *)((int)p + 4));\n }\n /* WARNING: Load size is inaccurate */\n fprintf(*p,"%s;\n",__ptr);\n free(__ptr);\n return 1;\n }\n return 0;\n}\n\n" comment comment (function_definition "bfd_boolean pr_tag(void *p,char *name)\n\n{\n char *__ptr;\n uint uVar1;\n \n __ptr = pop_type((pr_handle *)((int)p + 8));\n if (__ptr != (char *)0x0) {\n if (*(int *)((int)p + 4) != 0) {\n uVar1 = 0;\n do {\n /* WARNING: Load size is inaccurate */\n uVar1 = uVar1 + 1;\n putc(0x20,*p);\n } while (uVar1 < *(uint *)((int)p + 4));\n }\n /* WARNING: Load size is inaccurate */\n fprintf(*p,"%s;\n",__ptr);\n free(__ptr);\n return 1;\n }\n return 0;\n}" type_identifier (function_declarator "pr_tag(void *p,char *name)" identifier (parameter_list "(void *p,char *name)" ( (parameter_declaration "void *p" primitive_type (pointer_declarator "*p" * identifier)) , (parameter_declaration "char *name" primitive_type (pointer_declarator "*name" * identifier)) ))) (compound_statement "{\n char *__ptr;\n uint uVar1;\n \n __ptr = pop_type((pr_handle *)((int)p + 8));\n if (__ptr != (char *)0x0) {\n if (*(int *)((int)p + 4) != 0) {\n uVar1 = 0;\n do {\n /* WARNING: Load size is inaccurate */\n uVar1 = uVar1 + 1;\n putc(0x20,*p);\n } while (uVar1 < *(uint *)((int)p + 4));\n }\n /* WARNING: Load size is inaccurate */\n fprintf(*p,"%s;\n",__ptr);\n free(__ptr);\n return 1;\n }\n return 0;\n}" { (declaration "char *__ptr;" primitive_type (pointer_declarator "*__ptr" * identifier) ;) (declaration "uint uVar1;" type_identifier identifier ;) (expression_statement "__ptr = pop_type((pr_handle *)((int)p + 8));" (assignment_expression "__ptr = pop_type((pr_handle *)((int)p + 8))" identifier = (call_expression "pop_type((pr_handle *)((int)p + 8))" identifier (argument_list "((pr_handle *)((int)p + 8))" ( (cast_expression "(pr_handle *)((int)p + 8)" ( (type_descriptor "pr_handle *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)p + 8)" ( (binary_expression "(int)p + 8" (cast_expression "(int)p" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))) )))) ;) (if_statement "if (__ptr != (char *)0x0) {\n if (*(int *)((int)p + 4) != 0) {\n uVar1 = 0;\n do {\n /* WARNING: Load size is inaccurate */\n uVar1 = uVar1 + 1;\n putc(0x20,*p);\n } while (uVar1 < *(uint *)((int)p + 4));\n }\n /* WARNING: Load size is inaccurate */\n fprintf(*p,"%s;\n",__ptr);\n free(__ptr);\n return 1;\n }" if (parenthesized_expression "(__ptr != (char *)0x0)" ( (binary_expression "__ptr != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n if (*(int *)((int)p + 4) != 0) {\n uVar1 = 0;\n do {\n /* WARNING: Load size is inaccurate */\n uVar1 = uVar1 + 1;\n putc(0x20,*p);\n } while (uVar1 < *(uint *)((int)p + 4));\n }\n /* WARNING: Load size is inaccurate */\n fprintf(*p,"%s;\n",__ptr);\n free(__ptr);\n return 1;\n }" { (if_statement "if (*(int *)((int)p + 4) != 0) {\n uVar1 = 0;\n do {\n /* WARNING: Load size is inaccurate */\n uVar1 = uVar1 + 1;\n putc(0x20,*p);\n } while (uVar1 < *(uint *)((int)p + 4));\n }" if (parenthesized_expression "(*(int *)((int)p + 4) != 0)" ( (binary_expression "*(int *)((int)p + 4) != 0" (pointer_expression "*(int *)((int)p + 4)" * (cast_expression "(int *)((int)p + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)p + 4)" ( (binary_expression "(int)p + 4" (cast_expression "(int)p" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) != number_literal) )) (compound_statement "{\n uVar1 = 0;\n do {\n /* WARNING: Load size is inaccurate */\n uVar1 = uVar1 + 1;\n putc(0x20,*p);\n } while (uVar1 < *(uint *)((int)p + 4));\n }" { (expression_statement "uVar1 = 0;" (assignment_expression "uVar1 = 0" identifier = number_literal) ;) (do_statement "do {\n /* WARNING: Load size is inaccurate */\n uVar1 = uVar1 + 1;\n putc(0x20,*p);\n } while (uVar1 < *(uint *)((int)p + 4));" do (compound_statement "{\n /* WARNING: Load size is inaccurate */\n uVar1 = uVar1 + 1;\n putc(0x20,*p);\n }" { comment (expression_statement "uVar1 = uVar1 + 1;" (assignment_expression "uVar1 = uVar1 + 1" identifier = (binary_expression "uVar1 + 1" identifier + number_literal)) ;) (expression_statement "putc(0x20,*p);" (call_expression "putc(0x20,*p)" identifier (argument_list "(0x20,*p)" ( number_literal , (pointer_expression "*p" * identifier) ))) ;) }) while (parenthesized_expression "(uVar1 < *(uint *)((int)p + 4))" ( (binary_expression "uVar1 < *(uint *)((int)p + 4)" identifier < (pointer_expression "*(uint *)((int)p + 4)" * (cast_expression "(uint *)((int)p + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)p + 4)" ( (binary_expression "(int)p + 4" (cast_expression "(int)p" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))))) )) ;) })) comment (expression_statement "fprintf(*p,"%s;\n",__ptr);" (call_expression "fprintf(*p,"%s;\n",__ptr)" identifier (argument_list "(*p,"%s;\n",__ptr)" ( (pointer_expression "*p" * identifier) , (string_literal ""%s;\n"" " string_content escape_sequence ") , identifier ))) ;) (expression_statement "free(__ptr);" (call_expression "free(__ptr)" identifier (argument_list "(__ptr)" ( identifier ))) ;) (return_statement "return 1;" return number_literal ;) })) (return_statement "return 0;" return number_literal ;) })))
(translation_unit "undefined4 FUN_00035de0(undefined4 *param_1)\n\n{\n void *__ptr;\n uint uVar1;\n \n __ptr = (void *)FUN_00035d90();\n if (__ptr != (void *)0x0) {\n if (param_1[1] != 0) {\n uVar1 = 0;\n do {\n uVar1 = uVar1 + 1;\n putc(0x20,(FILE *)*param_1);\n } while (uVar1 < (uint)param_1[1]);\n }\n fprintf((FILE *)*param_1,"%s;\n",__ptr);\n free(__ptr);\n return 1;\n }\n return 0;\n}\n\n" (function_definition "undefined4 FUN_00035de0(undefined4 *param_1)\n\n{\n void *__ptr;\n uint uVar1;\n \n __ptr = (void *)FUN_00035d90();\n if (__ptr != (void *)0x0) {\n if (param_1[1] != 0) {\n uVar1 = 0;\n do {\n uVar1 = uVar1 + 1;\n putc(0x20,(FILE *)*param_1);\n } while (uVar1 < (uint)param_1[1]);\n }\n fprintf((FILE *)*param_1,"%s;\n",__ptr);\n free(__ptr);\n return 1;\n }\n return 0;\n}" type_identifier (function_declarator "FUN_00035de0(undefined4 *param_1)" identifier (parameter_list "(undefined4 *param_1)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n void *__ptr;\n uint uVar1;\n \n __ptr = (void *)FUN_00035d90();\n if (__ptr != (void *)0x0) {\n if (param_1[1] != 0) {\n uVar1 = 0;\n do {\n uVar1 = uVar1 + 1;\n putc(0x20,(FILE *)*param_1);\n } while (uVar1 < (uint)param_1[1]);\n }\n fprintf((FILE *)*param_1,"%s;\n",__ptr);\n free(__ptr);\n return 1;\n }\n return 0;\n}" { (declaration "void *__ptr;" primitive_type (pointer_declarator "*__ptr" * identifier) ;) (declaration "uint uVar1;" type_identifier identifier ;) (expression_statement "__ptr = (void *)FUN_00035d90();" (assignment_expression "__ptr = (void *)FUN_00035d90()" identifier = (cast_expression "(void *)FUN_00035d90()" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00035d90()" identifier (argument_list "()" ( ))))) ;) (if_statement "if (__ptr != (void *)0x0) {\n if (param_1[1] != 0) {\n uVar1 = 0;\n do {\n uVar1 = uVar1 + 1;\n putc(0x20,(FILE *)*param_1);\n } while (uVar1 < (uint)param_1[1]);\n }\n fprintf((FILE *)*param_1,"%s;\n",__ptr);\n free(__ptr);\n return 1;\n }" if (parenthesized_expression "(__ptr != (void *)0x0)" ( (binary_expression "__ptr != (void *)0x0" identifier != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n if (param_1[1] != 0) {\n uVar1 = 0;\n do {\n uVar1 = uVar1 + 1;\n putc(0x20,(FILE *)*param_1);\n } while (uVar1 < (uint)param_1[1]);\n }\n fprintf((FILE *)*param_1,"%s;\n",__ptr);\n free(__ptr);\n return 1;\n }" { (if_statement "if (param_1[1] != 0) {\n uVar1 = 0;\n do {\n uVar1 = uVar1 + 1;\n putc(0x20,(FILE *)*param_1);\n } while (uVar1 < (uint)param_1[1]);\n }" if (parenthesized_expression "(param_1[1] != 0)" ( (binary_expression "param_1[1] != 0" (subscript_expression "param_1[1]" identifier [ number_literal ]) != number_literal) )) (compound_statement "{\n uVar1 = 0;\n do {\n uVar1 = uVar1 + 1;\n putc(0x20,(FILE *)*param_1);\n } while (uVar1 < (uint)param_1[1]);\n }" { (expression_statement "uVar1 = 0;" (assignment_expression "uVar1 = 0" identifier = number_literal) ;) (do_statement "do {\n uVar1 = uVar1 + 1;\n putc(0x20,(FILE *)*param_1);\n } while (uVar1 < (uint)param_1[1]);" do (compound_statement "{\n uVar1 = uVar1 + 1;\n putc(0x20,(FILE *)*param_1);\n }" { (expression_statement "uVar1 = uVar1 + 1;" (assignment_expression "uVar1 = uVar1 + 1" identifier = (binary_expression "uVar1 + 1" identifier + number_literal)) ;) (expression_statement "putc(0x20,(FILE *)*param_1);" (call_expression "putc(0x20,(FILE *)*param_1)" identifier (argument_list "(0x20,(FILE *)*param_1)" ( number_literal , (cast_expression "(FILE *)*param_1" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier)) ))) ;) }) while (parenthesized_expression "(uVar1 < (uint)param_1[1])" ( (binary_expression "uVar1 < (uint)param_1[1]" identifier < (cast_expression "(uint)param_1[1]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) )) ;) })) (expression_statement "fprintf((FILE *)*param_1,"%s;\n",__ptr);" (call_expression "fprintf((FILE *)*param_1,"%s;\n",__ptr)" identifier (argument_list "((FILE *)*param_1,"%s;\n",__ptr)" ( (cast_expression "(FILE *)*param_1" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier)) , (string_literal ""%s;\n"" " string_content escape_sequence ") , identifier ))) ;) (expression_statement "free(__ptr);" (call_expression "free(__ptr)" identifier (argument_list "(__ptr)" ( identifier ))) ;) (return_statement "return 1;" return number_literal ;) })) (return_statement "return 0;" return number_literal ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( LIT , (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) ))) ;) }) while (parenthesized_expression ( (binary_expression IDENT < (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ]))) )) ;) })) (expression_statement (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) , (string_literal " string_content escape_sequence ") , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return LIT ;) })) (return_statement return LIT ;) })))
(function_definition "undefined4 FUN_00035de0(undefined4 *param_1)\n\n{\n void *__ptr;\n uint uVar1;\n \n __ptr = (void *)FUN_00035d90();\n if (__ptr != (void *)0x0) {\n if (param_1[1] != 0) {\n uVar1 = 0;\n do {\n uVar1 = uVar1 + 1;\n putc(0x20,(FILE *)*param_1);\n } while (uVar1 < (uint)param_1[1]);\n }\n fprintf((FILE *)*param_1,"%s;\n",__ptr);\n free(__ptr);\n return 1;\n }\n return 0;\n}" (type_identifier "undefined4") (function_declarator "FUN_00035de0(undefined4 *param_1)" (identifier "FUN_00035de0") (parameter_list "(undefined4 *param_1)" (( "(") (parameter_declaration "undefined4 *param_1" (type_identifier "undefined4") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n void *__ptr;\n uint uVar1;\n \n __ptr = (void *)FUN_00035d90();\n if (__ptr != (void *)0x0) {\n if (param_1[1] != 0) {\n uVar1 = 0;\n do {\n uVar1 = uVar1 + 1;\n putc(0x20,(FILE *)*param_1);\n } while (uVar1 < (uint)param_1[1]);\n }\n fprintf((FILE *)*param_1,"%s;\n",__ptr);\n free(__ptr);\n return 1;\n }\n return 0;\n}" ({ "{") (declaration "void *__ptr;" (primitive_type "void") (pointer_declarator "*__ptr" (* "*") (identifier "__ptr")) (; ";")) (declaration "uint uVar1;" (type_identifier "uint") (identifier "uVar1") (; ";")) (expression_statement "__ptr = (void *)FUN_00035d90();" (assignment_expression "__ptr = (void *)FUN_00035d90()" (identifier "__ptr") (= "=") (cast_expression "(void *)FUN_00035d90()" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_00035d90()" (identifier "FUN_00035d90") (argument_list "()" (( "(") () ")"))))) (; ";")) (if_statement "if (__ptr != (void *)0x0) {\n if (param_1[1] != 0) {\n uVar1 = 0;\n do {\n uVar1 = uVar1 + 1;\n putc(0x20,(FILE *)*param_1);\n } while (uVar1 < (uint)param_1[1]);\n }\n fprintf((FILE *)*param_1,"%s;\n",__ptr);\n free(__ptr);\n return 1;\n }" (if "if") (parenthesized_expression "(__ptr != (void *)0x0)" (( "(") (binary_expression "__ptr != (void *)0x0" (identifier "__ptr") (!= "!=") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n if (param_1[1] != 0) {\n uVar1 = 0;\n do {\n uVar1 = uVar1 + 1;\n putc(0x20,(FILE *)*param_1);\n } while (uVar1 < (uint)param_1[1]);\n }\n fprintf((FILE *)*param_1,"%s;\n",__ptr);\n free(__ptr);\n return 1;\n }" ({ "{") (if_statement "if (param_1[1] != 0) {\n uVar1 = 0;\n do {\n uVar1 = uVar1 + 1;\n putc(0x20,(FILE *)*param_1);\n } while (uVar1 < (uint)param_1[1]);\n }" (if "if") (parenthesized_expression "(param_1[1] != 0)" (( "(") (binary_expression "param_1[1] != 0" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n uVar1 = 0;\n do {\n uVar1 = uVar1 + 1;\n putc(0x20,(FILE *)*param_1);\n } while (uVar1 < (uint)param_1[1]);\n }" ({ "{") (expression_statement "uVar1 = 0;" (assignment_expression "uVar1 = 0" (identifier "uVar1") (= "=") (number_literal "0")) (; ";")) (do_statement "do {\n uVar1 = uVar1 + 1;\n putc(0x20,(FILE *)*param_1);\n } while (uVar1 < (uint)param_1[1]);" (do "do") (compound_statement "{\n uVar1 = uVar1 + 1;\n putc(0x20,(FILE *)*param_1);\n }" ({ "{") (expression_statement "uVar1 = uVar1 + 1;" (assignment_expression "uVar1 = uVar1 + 1" (identifier "uVar1") (= "=") (binary_expression "uVar1 + 1" (identifier "uVar1") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "putc(0x20,(FILE *)*param_1);" (call_expression "putc(0x20,(FILE *)*param_1)" (identifier "putc") (argument_list "(0x20,(FILE *)*param_1)" (( "(") (number_literal "0x20") (, ",") (cast_expression "(FILE *)*param_1" (( "(") (type_descriptor "FILE *" (type_identifier "FILE") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) () ")"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(uVar1 < (uint)param_1[1])" (( "(") (binary_expression "uVar1 < (uint)param_1[1]" (identifier "uVar1") (< "<") (cast_expression "(uint)param_1[1]" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")))) () ")")) (; ";")) (} "}"))) (expression_statement "fprintf((FILE *)*param_1,"%s;\n",__ptr);" (call_expression "fprintf((FILE *)*param_1,"%s;\n",__ptr)" (identifier "fprintf") (argument_list "((FILE *)*param_1,"%s;\n",__ptr)" (( "(") (cast_expression "(FILE *)*param_1" (( "(") (type_descriptor "FILE *" (type_identifier "FILE") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (, ",") (string_literal ""%s;\n"" (" """) (string_content "%s;") (escape_sequence "\n") (" """)) (, ",") (identifier "__ptr") () ")"))) (; ";")) (expression_statement "free(__ptr);" (call_expression "free(__ptr)" (identifier "free") (argument_list "(__ptr)" (( "(") (identifier "__ptr") () ")"))) (; ";")) (return_statement "return 1;" (return "return") (number_literal "1") (; ";")) (} "}"))) (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ type_1 function_1(void *p,char *name) { char *var_2; type_2 var_3; var_2 = var_1((type_3 *)((int)p + 8)); if (var_2 != (char *)0x0) { if (*(int *)((int)p + 4) != 0) { var_3 = 0; do { /* WARNING: Load size is inaccurate */ var_3 = var_3 + 1; var_4(0x20,*p); } while (var_3 < *(type_2 *)((int)p + 4)); } /* WARNING: Load size is inaccurate */ var_5(*p,"%s;\n",var_2); var_6(var_2); return 1; } return 0; }
null
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator 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))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal) (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (subscript_expression argument: (identifier) index: (number_literal)))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))) (string_literal (string_content) (escape_sequence)) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (return_statement (number_literal)))) (return_statement (number_literal)))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 MASKED(undefined4 *param_1) { void *__ptr; uint uVar1; __ptr = (void *)FUN_00035d90(); if (__ptr != (void *)0x0) { if (param_1[1] != 0) { uVar1 = 0; do { uVar1 = uVar1 + 1; putc(0x20,(FILE *)*param_1); } while (uVar1 < (uint)param_1[1]); } fprintf((FILE *)*param_1,"%s;\n",__ptr); free(__ptr); return 1; } return 0; }
11434_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c
pread64
pread64
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ ssize_t pread64(int __fd,void *__buf,size_t __nbytes,__off64_t __offset) { /* WARNING: Bad instruction - Truncating control flow here */ /* pread64@@GLIBC_2.2 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ ssize_t pread64(int __fd,void *__buf,size_t __nbytes,__off64_t __offset) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1201741434')]
[('const-1', u'RETURN_-1201741434')]
null
null
0041e17c
x86
O3
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nssize_t pread64(int __fd,void *__buf,size_t __nbytes,__off64_t __offset)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "ssize_t pread64(int __fd,void *__buf,size_t __nbytes,__off64_t __offset)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "pread64(int __fd,void *__buf,size_t __nbytes,__off64_t __offset)" identifier (parameter_list "(int __fd,void *__buf,size_t __nbytes,__off64_t __offset)" ( (parameter_declaration "int __fd" primitive_type identifier) , (parameter_declaration "void *__buf" primitive_type (pointer_declarator "*__buf" * identifier)) , (parameter_declaration "size_t __nbytes" primitive_type identifier) , (parameter_declaration "__off64_t __offset" 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\nssize_t pread64(int __fd,void *__buf,size_t __nbytes,__off64_t __offset)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* pread64@@GLIBC_2.2 */\n halt_baddata();\n}\n\n" comment comment (function_definition "ssize_t pread64(int __fd,void *__buf,size_t __nbytes,__off64_t __offset)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* pread64@@GLIBC_2.2 */\n halt_baddata();\n}" primitive_type (function_declarator "pread64(int __fd,void *__buf,size_t __nbytes,__off64_t __offset)" identifier (parameter_list "(int __fd,void *__buf,size_t __nbytes,__off64_t __offset)" ( (parameter_declaration "int __fd" primitive_type identifier) , (parameter_declaration "void *__buf" primitive_type (pointer_declarator "*__buf" * identifier)) , (parameter_declaration "size_t __nbytes" primitive_type identifier) , (parameter_declaration "__off64_t __offset" type_identifier identifier) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* pread64@@GLIBC_2.2 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "ssize_t pread64(int __fd,void *__buf,size_t __nbytes,__off64_t __offset)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "ssize_t pread64(int __fd,void *__buf,size_t __nbytes,__off64_t __offset)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "pread64(int __fd,void *__buf,size_t __nbytes,__off64_t __offset)" identifier (parameter_list "(int __fd,void *__buf,size_t __nbytes,__off64_t __offset)" ( (parameter_declaration "int __fd" primitive_type identifier) , (parameter_declaration "void *__buf" primitive_type (pointer_declarator "*__buf" * identifier)) , (parameter_declaration "size_t __nbytes" primitive_type identifier) , (parameter_declaration "__off64_t __offset" 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) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "ssize_t pread64(int __fd,void *__buf,size_t __nbytes,__off64_t __offset)\n\n{\n \n halt_baddata();\n}" (primitive_type "ssize_t") (function_declarator "pread64(int __fd,void *__buf,size_t __nbytes,__off64_t __offset)" (identifier "pread64") (parameter_list "(int __fd,void *__buf,size_t __nbytes,__off64_t __offset)" (( "(") (parameter_declaration "int __fd" (primitive_type "int") (identifier "__fd")) (, ",") (parameter_declaration "void *__buf" (primitive_type "void") (pointer_declarator "*__buf" (* "*") (identifier "__buf"))) (, ",") (parameter_declaration "size_t __nbytes" (primitive_type "size_t") (identifier "__nbytes")) (, ",") (parameter_declaration "__off64_t __offset" (type_identifier "__off64_t") (identifier "__offset")) () ")"))) (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 */ ssize_t function_1(int __fd,void *__buf,size_t __nbytes,type_1 __offset) { /* WARNING: Bad instruction - Truncating control flow here */ /* pread64@@GLIBC_2.2 */ var_1(); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
null
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ ssize_t MASKED(int __fd,void *__buf,size_t __nbytes,__off64_t __offset) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
1307_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c
~Struct_pic_executable
FUN_00041520
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Struct_pic_executable(Struct_pic_executable * this, int __in_chrg) */ void __thiscall gold::General_options::Struct_pic_executable::~Struct_pic_executable (Struct_pic_executable *this,int __in_chrg) { }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00041520(undefined4 *param_1) { *param_1 = &PTR_FUN_00405810; if ((undefined4 *)param_1[1] != param_1 + 3) { FUN_00248220((undefined4 *)param_1[1]); } return; }
PUSH EBX CALL 0x0003a210 ADD EBX,0x3d2ada SUB ESP,0x8 MOV EAX,dword ptr [ESP + 0x10] ADD EAX,0xc LEA EDX,[EBX + 0xffff1810] MOV dword ptr [EAX + -0xc],EDX MOV EDX,dword ptr [EAX + -0x8] CMP EDX,EAX JZ 0x00041552 SUB ESP,0xc PUSH EDX CALL 0x00248220 ADD ESP,0x10 ADD ESP,0x8 POP EBX RET
null
null
null
null
[('const-1', u'RETURN_-1206184654')]
[('tmp_439', u'PTRADD_-1206184445'), ('const-4', u'PTRADD_-1206184445'), (u'PTRSUB_-1206184436', u'STORE_-1206184601'), ('const-4216848', u'PTRSUB_-1206184436'), (u'PTRADD_-1206184432', u'LOAD_-1206184597'), (u'PTRADD_-1206184445', u'INT_NOTEQUAL_-1206184577'), ('const-4', u'PTRADD_-1206184432'), ('const-417', u'LOAD_-1206184597'), (u'LOAD_-1206184597', u'CAST_-1206184432'), ('tmp_439', u'STORE_-1206184601'), (u'CAST_-1206184432', u'INT_NOTEQUAL_-1206184577'), ('const-0', u'PTRSUB_-1206184436'), ('tmp_439', u'PTRADD_-1206184432'), ('const-1', u'PTRADD_-1206184432'), ('tmp_151', u'CBRANCH_-1206184577'), ('const-0', u'RETURN_-1206184514'), (u'CAST_-1206184432', u'CALL_-1206184554'), ('const-3', u'PTRADD_-1206184445'), ('const-417', u'STORE_-1206184601'), (u'INT_NOTEQUAL_-1206184577', u'CBRANCH_-1206184577')]
null
null
00041520
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00041520(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00405810;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }\n return;\n}\n\n" comment (function_definition "void FUN_00041520(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00405810;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }\n return;\n}" primitive_type (function_declarator "FUN_00041520(undefined4 *param_1)" identifier (parameter_list "(undefined4 *param_1)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_00405810;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_00405810;" (assignment_expression "*param_1 = &PTR_FUN_00405810" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00405810" & identifier)) ;) (if_statement "if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }" if (parenthesized_expression "((undefined4 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined4 *)param_1[1] != param_1 + 3" (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" 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_00248220((undefined4 *)param_1[1]);\n }" { (expression_statement "FUN_00248220((undefined4 *)param_1[1]);" (call_expression "FUN_00248220((undefined4 *)param_1[1])" identifier (argument_list "((undefined4 *)param_1[1])" ( (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) ))) ;) })) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Struct_pic_executable(Struct_pic_executable * this, int\n __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_pic_executable::~Struct_pic_executable\n (Struct_pic_executable *this,int __in_chrg)\n\n{\n}\n\n" comment comment (function_definition "void __thiscall\ngold::General_options::Struct_pic_executable::~Struct_pic_executable\n (Struct_pic_executable *this,int __in_chrg)\n\n{\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::General_options::Struct_pic_executable::~" identifier : : identifier : : identifier : : ~) (function_declarator "Struct_pic_executable\n (Struct_pic_executable *this,int __in_chrg)" identifier (parameter_list "(Struct_pic_executable *this,int __in_chrg)" ( (parameter_declaration "Struct_pic_executable *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "int __in_chrg" primitive_type identifier) ))) (compound_statement "{\n}" { })))
(translation_unit "void FUN_00041520(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00405810;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }\n return;\n}\n\n" (function_definition "void FUN_00041520(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00405810;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }\n return;\n}" primitive_type (function_declarator "FUN_00041520(undefined4 *param_1)" identifier (parameter_list "(undefined4 *param_1)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_00405810;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_00405810;" (assignment_expression "*param_1 = &PTR_FUN_00405810" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00405810" & identifier)) ;) (if_statement "if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }" if (parenthesized_expression "((undefined4 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined4 *)param_1[1] != param_1 + 3" (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" 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_00248220((undefined4 *)param_1[1]);\n }" { (expression_statement "FUN_00248220((undefined4 *)param_1[1]);" (call_expression "FUN_00248220((undefined4 *)param_1[1])" identifier (argument_list "((undefined4 *)param_1[1])" ( (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" 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 ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) ))) ;) })) (return_statement return ;) })))
(function_definition "void FUN_00041520(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00405810;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_00041520(undefined4 *param_1)" (identifier "FUN_00041520") (parameter_list "(undefined4 *param_1)" (( "(") (parameter_declaration "undefined4 *param_1" (type_identifier "undefined4") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n *param_1 = &PTR_FUN_00405810;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }\n return;\n}" ({ "{") (expression_statement "*param_1 = &PTR_FUN_00405810;" (assignment_expression "*param_1 = &PTR_FUN_00405810" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_00405810" (& "&") (identifier "PTR_FUN_00405810"))) (; ";")) (if_statement "if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }" (if "if") (parenthesized_expression "((undefined4 *)param_1[1] != param_1 + 3)" (( "(") (binary_expression "(undefined4 *)param_1[1] != param_1 + 3" (cast_expression "(undefined4 *)param_1[1]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (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_00248220((undefined4 *)param_1[1]);\n }" ({ "{") (expression_statement "FUN_00248220((undefined4 *)param_1[1]);" (call_expression "FUN_00248220((undefined4 *)param_1[1])" (identifier "FUN_00248220") (argument_list "((undefined4 *)param_1[1])" (( "(") (cast_expression "(undefined4 *)param_1[1]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) () ")"))) (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Struct_pic_executable(Struct_pic_executable * this, int __in_chrg) */ void __thiscall gold::General_options::function_1::~function_1 (function_1 *this,int __in_chrg) { }
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))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(undefined4 *param_1) { *param_1 = &PTR_FUN_00405810; if ((undefined4 *)param_1[1] != param_1 + 3) { FUN_00248220((undefined4 *)param_1[1]); } return; }
9594_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c
_M_disjunct
FUN_0027eb20
/* std::string::_M_disjunct(char const*) const */ bool __thiscall std::string::_M_disjunct(string *this,char *param_1) { char *pcVar1; bool bVar2; pcVar1 = *(char **)this; bVar2 = true; if (pcVar1 <= param_1) { bVar2 = pcVar1 + *(int *)(pcVar1 + -0xc) < param_1; } return bVar2; }
bool FUN_0027eb20(uint *param_1,uint param_2) { uint uVar1; bool bVar2; uVar1 = *param_1; bVar2 = true; if (uVar1 <= param_2) { bVar2 = uVar1 + *(int *)(uVar1 - 0xc) < param_2; } return bVar2; }
MOV EAX,dword ptr [ESP + 0x4] MOV ECX,dword ptr [ESP + 0x8] MOV EDX,dword ptr [EAX] MOV EAX,0x1 CMP EDX,ECX JA 0x0027eb3b ADD EDX,dword ptr [EDX + -0xc] CMP ECX,EDX SETA AL RET
null
null
null
null
[(u'CAST_-1204229194', u'LOAD_-1204229328'), ('const-4294967284', u'PTRADD_-1204229238'), ('const-417', u'LOAD_-1204229296'), (u'LOAD_-1204229328', u'INT_LESSEQUAL_-1204229291'), ('const-0', u'RETURN_-1204229257'), (u'INT_LESSEQUAL_-1204229291', u'CBRANCH_-1204229301'), (u'INT_LESS_-1204229260', u'MULTIEQUAL_-1204229181'), (u'LOAD_-1204229328', u'PTRADD_-1204229238'), (u'LOAD_-1204229296', u'PTRADD_-1204229232'), (u'PTRADD_-1204229232', u'INT_LESS_-1204229260'), (u'COPY_-1204229256', u'MULTIEQUAL_-1204229181'), (u'PTRADD_-1204229238', u'CAST_-1204229182'), ('tmp_56', u'CBRANCH_-1204229301'), ('const-1', u'PTRADD_-1204229238'), ('const-1', u'PTRADD_-1204229232'), ('tmp_142', u'INT_LESS_-1204229260'), ('const-417', u'LOAD_-1204229328'), (u'LOAD_-1204229328', u'PTRADD_-1204229232'), ('tmp_141', u'CAST_-1204229194'), ('const-1', u'COPY_-1204229256'), ('tmp_142', u'INT_LESSEQUAL_-1204229291'), (u'MULTIEQUAL_-1204229181', u'RETURN_-1204229257'), (u'CAST_-1204229182', u'LOAD_-1204229296')]
[(u'LOAD_-1204229328', u'INT_SUB_-1204229283'), ('tmp_209', u'INT_LESS_-1204229260'), (u'LOAD_-1204229328', u'INT_LESSEQUAL_-1204229291'), ('const-0', u'RETURN_-1204229257'), (u'INT_LESSEQUAL_-1204229291', u'CBRANCH_-1204229301'), (u'LOAD_-1204229328', u'INT_ADD_-1204229278'), (u'INT_LESS_-1204229260', u'MULTIEQUAL_-1204229181'), ('tmp_208', u'LOAD_-1204229328'), ('tmp_209', u'INT_LESSEQUAL_-1204229291'), (u'COPY_-1204229256', u'MULTIEQUAL_-1204229181'), ('const-417', u'LOAD_-1204229328'), ('tmp_56', u'CBRANCH_-1204229301'), (u'INT_ADD_-1204229278', u'INT_LESS_-1204229260'), ('const-1', u'COPY_-1204229256'), (u'CAST_-1204229183', u'LOAD_-1204229296'), (u'INT_SUB_-1204229283', u'CAST_-1204229183'), ('const-12', u'INT_SUB_-1204229283'), ('const-417', u'LOAD_-1204229296'), (u'LOAD_-1204229296', u'INT_ADD_-1204229278'), (u'MULTIEQUAL_-1204229181', u'RETURN_-1204229257')]
null
null
0027eb20
x86
O3
(translation_unit "bool FUN_0027eb20(uint *param_1,uint param_2)\n\n{\n uint uVar1;\n bool bVar2;\n \n uVar1 = *param_1;\n bVar2 = true;\n if (uVar1 <= param_2) {\n bVar2 = uVar1 + *(int *)(uVar1 - 0xc) < param_2;\n }\n return bVar2;\n}\n\n" (function_definition "bool FUN_0027eb20(uint *param_1,uint param_2)\n\n{\n uint uVar1;\n bool bVar2;\n \n uVar1 = *param_1;\n bVar2 = true;\n if (uVar1 <= param_2) {\n bVar2 = uVar1 + *(int *)(uVar1 - 0xc) < param_2;\n }\n return bVar2;\n}" primitive_type (function_declarator "FUN_0027eb20(uint *param_1,uint param_2)" identifier (parameter_list "(uint *param_1,uint param_2)" ( (parameter_declaration "uint *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "uint param_2" type_identifier identifier) ))) (compound_statement "{\n uint uVar1;\n bool bVar2;\n \n uVar1 = *param_1;\n bVar2 = true;\n if (uVar1 <= param_2) {\n bVar2 = uVar1 + *(int *)(uVar1 - 0xc) < param_2;\n }\n return bVar2;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "bool bVar2;" primitive_type identifier ;) (expression_statement "uVar1 = *param_1;" (assignment_expression "uVar1 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "bVar2 = true;" (assignment_expression "bVar2 = true" identifier = true) ;) (if_statement "if (uVar1 <= param_2) {\n bVar2 = uVar1 + *(int *)(uVar1 - 0xc) < param_2;\n }" if (parenthesized_expression "(uVar1 <= param_2)" ( (binary_expression "uVar1 <= param_2" identifier <= identifier) )) (compound_statement "{\n bVar2 = uVar1 + *(int *)(uVar1 - 0xc) < param_2;\n }" { (expression_statement "bVar2 = uVar1 + *(int *)(uVar1 - 0xc) < param_2;" (assignment_expression "bVar2 = uVar1 + *(int *)(uVar1 - 0xc) < param_2" identifier = (binary_expression "uVar1 + *(int *)(uVar1 - 0xc) < param_2" (binary_expression "uVar1 + *(int *)(uVar1 - 0xc)" identifier + (pointer_expression "*(int *)(uVar1 - 0xc)" * (cast_expression "(int *)(uVar1 - 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(uVar1 - 0xc)" ( (binary_expression "uVar1 - 0xc" identifier - number_literal) ))))) < identifier)) ;) })) (return_statement "return bVar2;" return identifier ;) })))
(translation_unit "/* std::string::_M_disjunct(char const*) const */\n\nbool __thiscall std::string::_M_disjunct(string *this,char *param_1)\n\n{\n char *pcVar1;\n bool bVar2;\n \n pcVar1 = *(char **)this;\n bVar2 = true;\n if (pcVar1 <= param_1) {\n bVar2 = pcVar1 + *(int *)(pcVar1 + -0xc) < param_1;\n }\n return bVar2;\n}\n\n" comment (function_definition "bool __thiscall std::string::_M_disjunct(string *this,char *param_1)\n\n{\n char *pcVar1;\n bool bVar2;\n \n pcVar1 = *(char **)this;\n bVar2 = true;\n if (pcVar1 <= param_1) {\n bVar2 = pcVar1 + *(int *)(pcVar1 + -0xc) < param_1;\n }\n return bVar2;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::string::" identifier : : identifier : :) (function_declarator "_M_disjunct(string *this,char *param_1)" identifier (parameter_list "(string *this,char *param_1)" ( (parameter_declaration "string *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "char *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n char *pcVar1;\n bool bVar2;\n \n pcVar1 = *(char **)this;\n bVar2 = true;\n if (pcVar1 <= param_1) {\n bVar2 = pcVar1 + *(int *)(pcVar1 + -0xc) < param_1;\n }\n return bVar2;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (declaration "bool bVar2;" primitive_type identifier ;) (expression_statement "pcVar1 = *(char **)this;" (assignment_expression "pcVar1 = *(char **)this" identifier = (pointer_expression "*(char **)this" * (cast_expression "(char **)this" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier))) ;) (expression_statement "bVar2 = true;" (assignment_expression "bVar2 = true" identifier = true) ;) (if_statement "if (pcVar1 <= param_1) {\n bVar2 = pcVar1 + *(int *)(pcVar1 + -0xc) < param_1;\n }" if (parenthesized_expression "(pcVar1 <= param_1)" ( (binary_expression "pcVar1 <= param_1" identifier <= identifier) )) (compound_statement "{\n bVar2 = pcVar1 + *(int *)(pcVar1 + -0xc) < param_1;\n }" { (expression_statement "bVar2 = pcVar1 + *(int *)(pcVar1 + -0xc) < param_1;" (assignment_expression "bVar2 = pcVar1 + *(int *)(pcVar1 + -0xc) < param_1" identifier = (binary_expression "pcVar1 + *(int *)(pcVar1 + -0xc) < param_1" (binary_expression "pcVar1 + *(int *)(pcVar1 + -0xc)" identifier + (pointer_expression "*(int *)(pcVar1 + -0xc)" * (cast_expression "(int *)(pcVar1 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pcVar1 + -0xc)" ( (binary_expression "pcVar1 + -0xc" identifier + number_literal) ))))) < identifier)) ;) })) (return_statement "return bVar2;" return identifier ;) })))
(translation_unit "bool FUN_0027eb20(uint *param_1,uint param_2)\n\n{\n uint uVar1;\n bool bVar2;\n \n uVar1 = *param_1;\n bVar2 = true;\n if (uVar1 <= param_2) {\n bVar2 = uVar1 + *(int *)(uVar1 - 0xc) < param_2;\n }\n return bVar2;\n}\n\n" (function_definition "bool FUN_0027eb20(uint *param_1,uint param_2)\n\n{\n uint uVar1;\n bool bVar2;\n \n uVar1 = *param_1;\n bVar2 = true;\n if (uVar1 <= param_2) {\n bVar2 = uVar1 + *(int *)(uVar1 - 0xc) < param_2;\n }\n return bVar2;\n}" primitive_type (function_declarator "FUN_0027eb20(uint *param_1,uint param_2)" identifier (parameter_list "(uint *param_1,uint param_2)" ( (parameter_declaration "uint *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "uint param_2" type_identifier identifier) ))) (compound_statement "{\n uint uVar1;\n bool bVar2;\n \n uVar1 = *param_1;\n bVar2 = true;\n if (uVar1 <= param_2) {\n bVar2 = uVar1 + *(int *)(uVar1 - 0xc) < param_2;\n }\n return bVar2;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "bool bVar2;" primitive_type identifier ;) (expression_statement "uVar1 = *param_1;" (assignment_expression "uVar1 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "bVar2 = true;" (assignment_expression "bVar2 = true" identifier = true) ;) (if_statement "if (uVar1 <= param_2) {\n bVar2 = uVar1 + *(int *)(uVar1 - 0xc) < param_2;\n }" if (parenthesized_expression "(uVar1 <= param_2)" ( (binary_expression "uVar1 <= param_2" identifier <= identifier) )) (compound_statement "{\n bVar2 = uVar1 + *(int *)(uVar1 - 0xc) < param_2;\n }" { (expression_statement "bVar2 = uVar1 + *(int *)(uVar1 - 0xc) < param_2;" (assignment_expression "bVar2 = uVar1 + *(int *)(uVar1 - 0xc) < param_2" identifier = (binary_expression "uVar1 + *(int *)(uVar1 - 0xc) < param_2" (binary_expression "uVar1 + *(int *)(uVar1 - 0xc)" identifier + (pointer_expression "*(int *)(uVar1 - 0xc)" * (cast_expression "(int *)(uVar1 - 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(uVar1 - 0xc)" ( (binary_expression "uVar1 - 0xc" identifier - number_literal) ))))) < identifier)) ;) })) (return_statement "return bVar2;" return identifier ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = BOOL) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT <= IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT - LIT) ))))) < IDENT)) ;) })) (return_statement return IDENT ;) })))
(function_definition "bool FUN_0027eb20(uint *param_1,uint param_2)\n\n{\n uint uVar1;\n bool bVar2;\n \n uVar1 = *param_1;\n bVar2 = true;\n if (uVar1 <= param_2) {\n bVar2 = uVar1 + *(int *)(uVar1 - 0xc) < param_2;\n }\n return bVar2;\n}" (primitive_type "bool") (function_declarator "FUN_0027eb20(uint *param_1,uint param_2)" (identifier "FUN_0027eb20") (parameter_list "(uint *param_1,uint param_2)" (( "(") (parameter_declaration "uint *param_1" (type_identifier "uint") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "uint param_2" (type_identifier "uint") (identifier "param_2")) () ")"))) (compound_statement "{\n uint uVar1;\n bool bVar2;\n \n uVar1 = *param_1;\n bVar2 = true;\n if (uVar1 <= param_2) {\n bVar2 = uVar1 + *(int *)(uVar1 - 0xc) < param_2;\n }\n return bVar2;\n}" ({ "{") (declaration "uint uVar1;" (type_identifier "uint") (identifier "uVar1") (; ";")) (declaration "bool bVar2;" (primitive_type "bool") (identifier "bVar2") (; ";")) (expression_statement "uVar1 = *param_1;" (assignment_expression "uVar1 = *param_1" (identifier "uVar1") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (expression_statement "bVar2 = true;" (assignment_expression "bVar2 = true" (identifier "bVar2") (= "=") (true "true")) (; ";")) (if_statement "if (uVar1 <= param_2) {\n bVar2 = uVar1 + *(int *)(uVar1 - 0xc) < param_2;\n }" (if "if") (parenthesized_expression "(uVar1 <= param_2)" (( "(") (binary_expression "uVar1 <= param_2" (identifier "uVar1") (<= "<=") (identifier "param_2")) () ")")) (compound_statement "{\n bVar2 = uVar1 + *(int *)(uVar1 - 0xc) < param_2;\n }" ({ "{") (expression_statement "bVar2 = uVar1 + *(int *)(uVar1 - 0xc) < param_2;" (assignment_expression "bVar2 = uVar1 + *(int *)(uVar1 - 0xc) < param_2" (identifier "bVar2") (= "=") (binary_expression "uVar1 + *(int *)(uVar1 - 0xc) < param_2" (binary_expression "uVar1 + *(int *)(uVar1 - 0xc)" (identifier "uVar1") (+ "+") (pointer_expression "*(int *)(uVar1 - 0xc)" (* "*") (cast_expression "(int *)(uVar1 - 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(uVar1 - 0xc)" (( "(") (binary_expression "uVar1 - 0xc" (identifier "uVar1") (- "-") (number_literal "0xc")) () ")"))))) (< "<") (identifier "param_2"))) (; ";")) (} "}"))) (return_statement "return bVar2;" (return "return") (identifier "bVar2") (; ";")) (} "}")))
/* std::string::_M_disjunct(char const*) const */ bool __thiscall std::type_1::function_1(type_1 *this,char *var_2) { char *var_1; bool bVar2; var_1 = *(char **)this; bVar2 = true; if (var_1 <= var_2) { bVar2 = var_1 + *(int *)(var_1 + -0xc) < var_2; } return bVar2; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (true))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (identifier)))))) (return_statement (identifier)))))
null
bool MASKED(uint *param_1,uint param_2) { uint uVar1; bool bVar2; uVar1 = *param_1; bVar2 = true; if (uVar1 <= param_2) { bVar2 = uVar1 + *(int *)(uVar1 - 0xc) < param_2; } return bVar2; }
5445_i686-kfreebsd-gnu-dwp_and_i686-kfreebsd-gnu-dwp_strip.c
~Verdef
FUN_00147640
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Verdef(Verdef * this, int __in_chrg) */ void __thiscall gold::Verdef::~Verdef(Verdef *this,int __in_chrg) { pointer pbVar1; pointer pcVar2; pointer pbVar3; pbVar1 = (this->deps_). super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_> ._M_impl._M_finish; pbVar3 = (this->deps_). super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_> ._M_impl._M_start; (this->super_Version_base)._vptr_Version_base = (_func_int_varargs **)&PTR__Verdef_002f9e60; if (pbVar1 != pbVar3) { do { pcVar2 = (pbVar3->_M_dataplus)._M_p; if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9 *)pcVar2 != &pbVar3->field_2) { operator_delete(pcVar2); } pbVar3 = pbVar3 + 1; } while (pbVar1 != pbVar3); pbVar3 = (this->deps_). super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_> ._M_impl._M_start; } if (pbVar3 != (pointer)0x0) { operator_delete(pbVar3); } return; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00147640(undefined4 *param_1) { int *piVar1; int *piVar2; piVar1 = (int *)param_1[4]; piVar2 = (int *)param_1[3]; *param_1 = &PTR_FUN_002f9e60; if (piVar1 != piVar2) { do { if ((int *)*piVar2 != piVar2 + 2) { FUN_001807a0((int *)*piVar2); } piVar2 = piVar2 + 6; } while (piVar1 != piVar2); piVar2 = (int *)param_1[3]; } if (piVar2 != (int *)0x0) { FUN_001807a0(piVar2); } return; }
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x00032730 ADD EBX,0x1ba9b7 SUB ESP,0xc MOV EDI,dword ptr [ESP + 0x20] MOV EBP,dword ptr [EDI + 0x10] MOV ESI,dword ptr [EDI + 0xc] LEA EAX,[EBX + 0xffff7e60] MOV dword ptr [EDI],EAX CMP EBP,ESI JZ 0x0014768f LEA ESI,[ESI] NOP MOV EAX,dword ptr [ESI] LEA EDX,[ESI + 0x8] CMP EAX,EDX JZ 0x00147685 SUB ESP,0xc PUSH EAX CALL 0x001807a0 ADD ESP,0x10 ADD ESI,0x18 CMP EBP,ESI JNZ 0x00147670 MOV ESI,dword ptr [EDI + 0xc] TEST ESI,ESI JZ 0x0014769f SUB ESP,0xc PUSH ESI CALL 0x001807a0 ADD ESP,0x10 ADD ESP,0xc POP EBX POP ESI POP EDI POP EBP RET
null
null
null
null
[('const-12', u'PTRSUB_-1207207945'), (u'INT_NOTEQUAL_-1207208168', u'CBRANCH_-1207208168'), ('const-417', u'LOAD_-1207208276'), (u'PTRADD_-1207207892', u'INT_NOTEQUAL_-1207208189'), ('const-24', u'PTRADD_-1207207892'), (u'PTRADD_-1207207892', u'MULTIEQUAL_-1207208041'), (u'MULTIEQUAL_-1207208041', u'PTRSUB_-1207207914'), (u'PTRSUB_-1207207882', u'PTRSUB_-1207207876'), ('const-0', u'PTRSUB_-1207207905'), (u'LOAD_-1207208323', u'INT_NOTEQUAL_-1207208285'), (u'PTRSUB_-1207207925', u'LOAD_-1207208323'), (u'PTRSUB_-1207207920', u'STORE_-1207208302'), (u'MULTIEQUAL_-1207208011', u'INT_NOTEQUAL_-1207208168'), ('const-0', u'PTRSUB_-1207207876'), ('const-417', u'LOAD_-1207208323'), (u'PTRSUB_-1207207914', u'PTRSUB_-1207207905'), ('tmp_514', u'PTRSUB_-1207207945'), ('const-0', u'PTRSUB_-1207207914'), (u'MULTIEQUAL_-1207208041', u'PTRSUB_-1207207911'), ('const-1', u'PTRADD_-1207207892'), (u'PTRSUB_-1207207924', u'LOAD_-1207208317'), (u'LOAD_-1207208323', u'INT_NOTEQUAL_-1207208189'), (u'INT_NOTEQUAL_-1207208285', u'CBRANCH_-1207208285'), ('const-0', u'PTRSUB_-1207207920'), (u'PTRSUB_-1207207934', u'CAST_-1207207914'), (u'CAST_-1207207894', u'INT_NOTEQUAL_-1207208252'), ('const-0', u'PTRSUB_-1207207929'), ('const-0', u'PTRSUB_-1207207924'), (u'PTRSUB_-1207207911', u'INT_NOTEQUAL_-1207208252'), ('const-0', u'PTRSUB_-1207207882'), (u'LOAD_-1207208276', u'CAST_-1207207894'), ('tmp_514', u'PTRSUB_-1207207929'), ('const-0', u'PTRSUB_-1207207929'), ('const-8', u'PTRSUB_-1207207911'), (u'PTRSUB_-1207207939', u'PTRSUB_-1207207930'), (u'LOAD_-1207208187', u'MULTIEQUAL_-1207208011'), ('const-0', u'PTRSUB_-1207207939'), ('tmp_154', u'CBRANCH_-1207208285'), ('const-0', u'PTRSUB_-1207207934'), ('const-417', u'LOAD_-1207208187'), (u'INT_NOTEQUAL_-1207208252', u'CBRANCH_-1207208252'), ('tmp_514', u'PTRSUB_-1207207940'), (u'INT_NOTEQUAL_-1207208189', u'CBRANCH_-1207208188'), ('tmp_356', u'CBRANCH_-1207208168'), (u'PTRSUB_-1207207930', u'PTRSUB_-1207207924'), (u'LOAD_-1207208317', u'MULTIEQUAL_-1207208011'), ('const-12', u'PTRSUB_-1207207940'), (u'PTRSUB_-1207207905', u'LOAD_-1207208276'), ('tmp_196', u'CBRANCH_-1207208252'), (u'PTRSUB_-1207207872', u'LOAD_-1207208187'), ('const-4', u'PTRSUB_-1207207925'), ('const-0', u'INT_NOTEQUAL_-1207208168'), (u'MULTIEQUAL_-1207208011', u'CALL_-1207208145'), (u'PTRSUB_-1207207929', u'PTRSUB_-1207207920'), ('const-0', u'RETURN_-1207208090'), ('const-417', u'LOAD_-1207208317'), (u'CAST_-1207207914', u'STORE_-1207208302'), ('const-3120736', u'PTRSUB_-1207207934'), (u'LOAD_-1207208317', u'MULTIEQUAL_-1207208041'), (u'PTRSUB_-1207207935', u'PTRSUB_-1207207929'), ('const-0', u'PTRSUB_-1207207935'), ('const-417', u'STORE_-1207208302'), (u'PTRSUB_-1207207945', u'PTRSUB_-1207207935'), (u'PTRSUB_-1207207883', u'PTRSUB_-1207207882'), ('const-12', u'PTRSUB_-1207207883'), (u'PTRSUB_-1207207876', u'PTRSUB_-1207207872'), ('tmp_322', u'CBRANCH_-1207208188'), (u'LOAD_-1207208317', u'INT_NOTEQUAL_-1207208285'), ('const-0', u'PTRSUB_-1207207930'), (u'MULTIEQUAL_-1207208041', u'PTRADD_-1207207892'), ('const-0', u'PTRSUB_-1207207872'), (u'LOAD_-1207208276', u'CALL_-1207208229'), ('tmp_514', u'PTRSUB_-1207207883'), (u'PTRSUB_-1207207940', u'PTRSUB_-1207207939'), (u'PTRSUB_-1207207929', u'PTRSUB_-1207207925')]
[('const-417', u'LOAD_-1207208317'), (u'LOAD_-1207208323', u'CAST_-1207207948'), ('const-6', u'PTRADD_-1207207902'), (u'INT_NOTEQUAL_-1207208168', u'CBRANCH_-1207208168'), (u'MULTIEQUAL_-1207208011', u'INT_NOTEQUAL_-1207208168'), (u'LOAD_-1207208317', u'CAST_-1207207944'), ('const-0', u'PTRSUB_-1207207940'), (u'MULTIEQUAL_-1207208041', u'PTRADD_-1207207922'), ('const-4', u'PTRADD_-1207207948'), ('const-4', u'PTRADD_-1207207902'), (u'PTRADD_-1207207894', u'LOAD_-1207208187'), (u'PTRADD_-1207207922', u'INT_NOTEQUAL_-1207208252'), (u'CAST_-1207207948', u'INT_NOTEQUAL_-1207208189'), (u'INT_NOTEQUAL_-1207208285', u'CBRANCH_-1207208285'), ('const-417', u'STORE_-1207208302'), ('const-417', u'LOAD_-1207208323'), (u'PTRADD_-1207207952', u'LOAD_-1207208323'), (u'LOAD_-1207208187', u'CAST_-1207207891'), (u'CAST_-1207207920', u'INT_NOTEQUAL_-1207208252'), (u'LOAD_-1207208276', u'CAST_-1207207920'), (u'CAST_-1207207944', u'INT_NOTEQUAL_-1207208285'), ('tmp_1045', u'PTRADD_-1207207948'), (u'CAST_-1207207944', u'MULTIEQUAL_-1207208011'), ('const-4', u'PTRADD_-1207207952'), (u'PTRADD_-1207207948', u'LOAD_-1207208317'), (u'MULTIEQUAL_-1207208041', u'LOAD_-1207208276'), ('tmp_1045', u'STORE_-1207208302'), (u'PTRADD_-1207207902', u'INT_NOTEQUAL_-1207208189'), ('tmp_154', u'CBRANCH_-1207208285'), (u'INT_NOTEQUAL_-1207208252', u'CBRANCH_-1207208252'), ('const-2', u'PTRADD_-1207207922'), ('tmp_1045', u'PTRADD_-1207207952'), (u'PTRSUB_-1207207940', u'STORE_-1207208302'), (u'INT_NOTEQUAL_-1207208189', u'CBRANCH_-1207208188'), ('tmp_356', u'CBRANCH_-1207208168'), ('const-4', u'PTRADD_-1207207894'), (u'MULTIEQUAL_-1207208041', u'PTRADD_-1207207902'), (u'CAST_-1207207944', u'MULTIEQUAL_-1207208041'), ('tmp_196', u'CBRANCH_-1207208252'), ('const-0', u'INT_NOTEQUAL_-1207208168'), (u'MULTIEQUAL_-1207208011', u'CALL_-1207208145'), ('const-0', u'RETURN_-1207208090'), (u'CAST_-1207207948', u'INT_NOTEQUAL_-1207208285'), ('tmp_1045', u'PTRADD_-1207207894'), ('const-3', u'PTRADD_-1207207894'), (u'CAST_-1207207920', u'CALL_-1207208229'), (u'PTRADD_-1207207902', u'MULTIEQUAL_-1207208041'), (u'CAST_-1207207891', u'MULTIEQUAL_-1207208011'), ('tmp_322', u'CBRANCH_-1207208188'), ('const-417', u'LOAD_-1207208276'), ('const-4', u'PTRADD_-1207207922'), ('const-4', u'PTRADD_-1207207952'), ('const-3', u'PTRADD_-1207207948'), ('const-417', u'LOAD_-1207208187'), ('const-3120736', u'PTRSUB_-1207207940')]
null
null
00147640
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00147640(undefined4 *param_1)\n\n{\n int *piVar1;\n int *piVar2;\n \n piVar1 = (int *)param_1[4];\n piVar2 = (int *)param_1[3];\n *param_1 = &PTR_FUN_002f9e60;\n if (piVar1 != piVar2) {\n do {\n if ((int *)*piVar2 != piVar2 + 2) {\n FUN_001807a0((int *)*piVar2);\n }\n piVar2 = piVar2 + 6;\n } while (piVar1 != piVar2);\n piVar2 = (int *)param_1[3];\n }\n if (piVar2 != (int *)0x0) {\n FUN_001807a0(piVar2);\n }\n return;\n}\n\n" comment (function_definition "void FUN_00147640(undefined4 *param_1)\n\n{\n int *piVar1;\n int *piVar2;\n \n piVar1 = (int *)param_1[4];\n piVar2 = (int *)param_1[3];\n *param_1 = &PTR_FUN_002f9e60;\n if (piVar1 != piVar2) {\n do {\n if ((int *)*piVar2 != piVar2 + 2) {\n FUN_001807a0((int *)*piVar2);\n }\n piVar2 = piVar2 + 6;\n } while (piVar1 != piVar2);\n piVar2 = (int *)param_1[3];\n }\n if (piVar2 != (int *)0x0) {\n FUN_001807a0(piVar2);\n }\n return;\n}" primitive_type (function_declarator "FUN_00147640(undefined4 *param_1)" identifier (parameter_list "(undefined4 *param_1)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n int *piVar1;\n int *piVar2;\n \n piVar1 = (int *)param_1[4];\n piVar2 = (int *)param_1[3];\n *param_1 = &PTR_FUN_002f9e60;\n if (piVar1 != piVar2) {\n do {\n if ((int *)*piVar2 != piVar2 + 2) {\n FUN_001807a0((int *)*piVar2);\n }\n piVar2 = piVar2 + 6;\n } while (piVar1 != piVar2);\n piVar2 = (int *)param_1[3];\n }\n if (piVar2 != (int *)0x0) {\n FUN_001807a0(piVar2);\n }\n return;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (expression_statement "piVar1 = (int *)param_1[4];" (assignment_expression "piVar1 = (int *)param_1[4]" identifier = (cast_expression "(int *)param_1[4]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[4]" identifier [ number_literal ]))) ;) (expression_statement "piVar2 = (int *)param_1[3];" (assignment_expression "piVar2 = (int *)param_1[3]" identifier = (cast_expression "(int *)param_1[3]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[3]" identifier [ number_literal ]))) ;) (expression_statement "*param_1 = &PTR_FUN_002f9e60;" (assignment_expression "*param_1 = &PTR_FUN_002f9e60" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_002f9e60" & identifier)) ;) (if_statement "if (piVar1 != piVar2) {\n do {\n if ((int *)*piVar2 != piVar2 + 2) {\n FUN_001807a0((int *)*piVar2);\n }\n piVar2 = piVar2 + 6;\n } while (piVar1 != piVar2);\n piVar2 = (int *)param_1[3];\n }" if (parenthesized_expression "(piVar1 != piVar2)" ( (binary_expression "piVar1 != piVar2" identifier != identifier) )) (compound_statement "{\n do {\n if ((int *)*piVar2 != piVar2 + 2) {\n FUN_001807a0((int *)*piVar2);\n }\n piVar2 = piVar2 + 6;\n } while (piVar1 != piVar2);\n piVar2 = (int *)param_1[3];\n }" { (do_statement "do {\n if ((int *)*piVar2 != piVar2 + 2) {\n FUN_001807a0((int *)*piVar2);\n }\n piVar2 = piVar2 + 6;\n } while (piVar1 != piVar2);" do (compound_statement "{\n if ((int *)*piVar2 != piVar2 + 2) {\n FUN_001807a0((int *)*piVar2);\n }\n piVar2 = piVar2 + 6;\n }" { (if_statement "if ((int *)*piVar2 != piVar2 + 2) {\n FUN_001807a0((int *)*piVar2);\n }" if (parenthesized_expression "((int *)*piVar2 != piVar2 + 2)" ( (binary_expression "(int *)*piVar2 != piVar2 + 2" (cast_expression "(int *)*piVar2" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar2" * identifier)) != (binary_expression "piVar2 + 2" identifier + number_literal)) )) (compound_statement "{\n FUN_001807a0((int *)*piVar2);\n }" { (expression_statement "FUN_001807a0((int *)*piVar2);" (call_expression "FUN_001807a0((int *)*piVar2)" identifier (argument_list "((int *)*piVar2)" ( (cast_expression "(int *)*piVar2" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar2" * identifier)) ))) ;) })) (expression_statement "piVar2 = piVar2 + 6;" (assignment_expression "piVar2 = piVar2 + 6" identifier = (binary_expression "piVar2 + 6" identifier + number_literal)) ;) }) while (parenthesized_expression "(piVar1 != piVar2)" ( (binary_expression "piVar1 != piVar2" identifier != identifier) )) ;) (expression_statement "piVar2 = (int *)param_1[3];" (assignment_expression "piVar2 = (int *)param_1[3]" identifier = (cast_expression "(int *)param_1[3]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[3]" identifier [ number_literal ]))) ;) })) (if_statement "if (piVar2 != (int *)0x0) {\n FUN_001807a0(piVar2);\n }" if (parenthesized_expression "(piVar2 != (int *)0x0)" ( (binary_expression "piVar2 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n FUN_001807a0(piVar2);\n }" { (expression_statement "FUN_001807a0(piVar2);" (call_expression "FUN_001807a0(piVar2)" identifier (argument_list "(piVar2)" ( identifier ))) ;) })) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Verdef(Verdef * this, int __in_chrg) */\n\nvoid __thiscall gold::Verdef::~Verdef(Verdef *this,int __in_chrg)\n\n{\n pointer pbVar1;\n pointer pcVar2;\n pointer pbVar3;\n \n pbVar1 = (this->deps_).\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n ._M_impl._M_finish;\n pbVar3 = (this->deps_).\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n ._M_impl._M_start;\n (this->super_Version_base)._vptr_Version_base = (_func_int_varargs **)&PTR__Verdef_002f9e60;\n if (pbVar1 != pbVar3) {\n do {\n pcVar2 = (pbVar3->_M_dataplus)._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar2 != &pbVar3->field_2) {\n operator_delete(pcVar2);\n }\n pbVar3 = pbVar3 + 1;\n } while (pbVar1 != pbVar3);\n pbVar3 = (this->deps_).\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n ._M_impl._M_start;\n }\n if (pbVar3 != (pointer)0x0) {\n operator_delete(pbVar3);\n }\n return;\n}\n\n" comment comment (function_definition "void __thiscall gold::Verdef::~Verdef(Verdef *this,int __in_chrg)\n\n{\n pointer pbVar1;\n pointer pcVar2;\n pointer pbVar3;\n \n pbVar1 = (this->deps_).\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n ._M_impl._M_finish;\n pbVar3 = (this->deps_).\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n ._M_impl._M_start;\n (this->super_Version_base)._vptr_Version_base = (_func_int_varargs **)&PTR__Verdef_002f9e60;\n if (pbVar1 != pbVar3) {\n do {\n pcVar2 = (pbVar3->_M_dataplus)._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar2 != &pbVar3->field_2) {\n operator_delete(pcVar2);\n }\n pbVar3 = pbVar3 + 1;\n } while (pbVar1 != pbVar3);\n pbVar3 = (this->deps_).\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n ._M_impl._M_start;\n }\n if (pbVar3 != (pointer)0x0) {\n operator_delete(pbVar3);\n }\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Verdef::~" identifier : : identifier : : ~) (function_declarator "Verdef(Verdef *this,int __in_chrg)" identifier (parameter_list "(Verdef *this,int __in_chrg)" ( (parameter_declaration "Verdef *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "int __in_chrg" primitive_type identifier) ))) (compound_statement "{\n pointer pbVar1;\n pointer pcVar2;\n pointer pbVar3;\n \n pbVar1 = (this->deps_).\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n ._M_impl._M_finish;\n pbVar3 = (this->deps_).\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n ._M_impl._M_start;\n (this->super_Version_base)._vptr_Version_base = (_func_int_varargs **)&PTR__Verdef_002f9e60;\n if (pbVar1 != pbVar3) {\n do {\n pcVar2 = (pbVar3->_M_dataplus)._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar2 != &pbVar3->field_2) {\n operator_delete(pcVar2);\n }\n pbVar3 = pbVar3 + 1;\n } while (pbVar1 != pbVar3);\n pbVar3 = (this->deps_).\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n ._M_impl._M_start;\n }\n if (pbVar3 != (pointer)0x0) {\n operator_delete(pbVar3);\n }\n return;\n}" { (declaration "pointer pbVar1;" type_identifier identifier ;) (declaration "pointer pcVar2;" type_identifier identifier ;) (declaration "pointer pbVar3;" type_identifier identifier ;) (ERROR "pbVar1 = (this->deps_).\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::" (assignment_expression "pbVar1 = (this->deps_).\n super__Vector_base<std" identifier = (binary_expression "(this->deps_).\n super__Vector_base<std" (field_expression "(this->deps_).\n super__Vector_base" (parenthesized_expression "(this->deps_)" ( (field_expression "this->deps_" identifier -> field_identifier) )) . field_identifier) < identifier)) : : (comma_expression "__cxx11::basic_string<char,_std::char_traits<char>,_std" identifier (ERROR "::basic_string<char,_std::char_traits<char>" : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char" identifier < identifier) >) , identifier) : : (binary_expression "allocator<char>_>,_std" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : (comma_expression "__cxx11::basic_string<char,_std::char_traits<char>,_std" identifier (ERROR "::basic_string<char,_std::char_traits<char>" : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char" identifier < identifier) >) , identifier) : :) (expression_statement "allocator<char>_>_>_>\n ._M_impl._M_finish;" (field_expression "allocator<char>_>_>_>\n ._M_impl._M_finish" (field_expression "allocator<char>_>_>_>\n ._M_impl" (binary_expression "allocator<char>_>_>_" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (ERROR "pbVar3 = (this->deps_).\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::" (assignment_expression "pbVar3 = (this->deps_).\n super__Vector_base<std" identifier = (binary_expression "(this->deps_).\n super__Vector_base<std" (field_expression "(this->deps_).\n super__Vector_base" (parenthesized_expression "(this->deps_)" ( (field_expression "this->deps_" identifier -> field_identifier) )) . field_identifier) < identifier)) : : (comma_expression "__cxx11::basic_string<char,_std::char_traits<char>,_std" identifier (ERROR "::basic_string<char,_std::char_traits<char>" : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char" identifier < identifier) >) , identifier) : : (binary_expression "allocator<char>_>,_std" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : (comma_expression "__cxx11::basic_string<char,_std::char_traits<char>,_std" identifier (ERROR "::basic_string<char,_std::char_traits<char>" : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char" identifier < identifier) >) , identifier) : :) (expression_statement "allocator<char>_>_>_>\n ._M_impl._M_start;" (field_expression "allocator<char>_>_>_>\n ._M_impl._M_start" (field_expression "allocator<char>_>_>_>\n ._M_impl" (binary_expression "allocator<char>_>_>_" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (expression_statement "(this->super_Version_base)._vptr_Version_base = (_func_int_varargs **)&PTR__Verdef_002f9e60;" (assignment_expression "(this->super_Version_base)._vptr_Version_base = (_func_int_varargs **)&PTR__Verdef_002f9e60" (field_expression "(this->super_Version_base)._vptr_Version_base" (parenthesized_expression "(this->super_Version_base)" ( (field_expression "this->super_Version_base" identifier -> field_identifier) )) . field_identifier) = (cast_expression "(_func_int_varargs **)&PTR__Verdef_002f9e60" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR__Verdef_002f9e60" & identifier))) ;) (if_statement "if (pbVar1 != pbVar3) {\n do {\n pcVar2 = (pbVar3->_M_dataplus)._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar2 != &pbVar3->field_2) {\n operator_delete(pcVar2);\n }\n pbVar3 = pbVar3 + 1;\n } while (pbVar1 != pbVar3);\n pbVar3 = (this->deps_).\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n ._M_impl._M_start;\n }" if (parenthesized_expression "(pbVar1 != pbVar3)" ( (binary_expression "pbVar1 != pbVar3" identifier != identifier) )) (compound_statement "{\n do {\n pcVar2 = (pbVar3->_M_dataplus)._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar2 != &pbVar3->field_2) {\n operator_delete(pcVar2);\n }\n pbVar3 = pbVar3 + 1;\n } while (pbVar1 != pbVar3);\n pbVar3 = (this->deps_).\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n ._M_impl._M_start;\n }" { (do_statement "do {\n pcVar2 = (pbVar3->_M_dataplus)._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar2 != &pbVar3->field_2) {\n operator_delete(pcVar2);\n }\n pbVar3 = pbVar3 + 1;\n } while (pbVar1 != pbVar3);" do (compound_statement "{\n pcVar2 = (pbVar3->_M_dataplus)._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar2 != &pbVar3->field_2) {\n operator_delete(pcVar2);\n }\n pbVar3 = pbVar3 + 1;\n }" { (expression_statement "pcVar2 = (pbVar3->_M_dataplus)._M_p;" (assignment_expression "pcVar2 = (pbVar3->_M_dataplus)._M_p" identifier = (field_expression "(pbVar3->_M_dataplus)._M_p" (parenthesized_expression "(pbVar3->_M_dataplus)" ( (field_expression "pbVar3->_M_dataplus" 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 *)pcVar2 != &pbVar3->field_2) {\n operator_delete(pcVar2);\n }" if (parenthesized_expression "((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar2 != &pbVar3->field_2)" ( (parenthesized_expression "(anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar2 != &pbVar3->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 *)pcVar2 != &pbVar3->field_2" (binary_expression "allocator<char>_>_9\n *)pcVar2" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (binary_expression "_9\n *)pcVar2" identifier * (ERROR ")" )) identifier)) != (pointer_expression "&pbVar3->field_2" & (field_expression "pbVar3->field_2" identifier -> field_identifier))) )) )) (compound_statement "{\n operator_delete(pcVar2);\n }" { (expression_statement "operator_delete(pcVar2);" (call_expression "operator_delete(pcVar2)" identifier (argument_list "(pcVar2)" ( identifier ))) ;) })) (expression_statement "pbVar3 = pbVar3 + 1;" (assignment_expression "pbVar3 = pbVar3 + 1" identifier = (binary_expression "pbVar3 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(pbVar1 != pbVar3)" ( (binary_expression "pbVar1 != pbVar3" identifier != identifier) )) ;) (ERROR "pbVar3 = (this->deps_).\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::" (assignment_expression "pbVar3 = (this->deps_).\n super__Vector_base<std" identifier = (binary_expression "(this->deps_).\n super__Vector_base<std" (field_expression "(this->deps_).\n super__Vector_base" (parenthesized_expression "(this->deps_)" ( (field_expression "this->deps_" identifier -> field_identifier) )) . field_identifier) < identifier)) : : (comma_expression "__cxx11::basic_string<char,_std::char_traits<char>,_std" identifier (ERROR "::basic_string<char,_std::char_traits<char>" : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char" identifier < identifier) >) , identifier) : : (binary_expression "allocator<char>_>,_std" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : (comma_expression "__cxx11::basic_string<char,_std::char_traits<char>,_std" identifier (ERROR "::basic_string<char,_std::char_traits<char>" : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char" identifier < identifier) >) , identifier) : :) (expression_statement "allocator<char>_>_>_>\n ._M_impl._M_start;" (field_expression "allocator<char>_>_>_>\n ._M_impl._M_start" (field_expression "allocator<char>_>_>_>\n ._M_impl" (binary_expression "allocator<char>_>_>_" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) })) (if_statement "if (pbVar3 != (pointer)0x0) {\n operator_delete(pbVar3);\n }" if (parenthesized_expression "(pbVar3 != (pointer)0x0)" ( (binary_expression "pbVar3 != (pointer)0x0" identifier != (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) )) (compound_statement "{\n operator_delete(pbVar3);\n }" { (expression_statement "operator_delete(pbVar3);" (call_expression "operator_delete(pbVar3)" identifier (argument_list "(pbVar3)" ( identifier ))) ;) })) (return_statement "return;" return ;) })))
(translation_unit "void FUN_00147640(undefined4 *param_1)\n\n{\n int *piVar1;\n int *piVar2;\n \n piVar1 = (int *)param_1[4];\n piVar2 = (int *)param_1[3];\n *param_1 = &PTR_FUN_002f9e60;\n if (piVar1 != piVar2) {\n do {\n if ((int *)*piVar2 != piVar2 + 2) {\n FUN_001807a0((int *)*piVar2);\n }\n piVar2 = piVar2 + 6;\n } while (piVar1 != piVar2);\n piVar2 = (int *)param_1[3];\n }\n if (piVar2 != (int *)0x0) {\n FUN_001807a0(piVar2);\n }\n return;\n}\n\n" (function_definition "void FUN_00147640(undefined4 *param_1)\n\n{\n int *piVar1;\n int *piVar2;\n \n piVar1 = (int *)param_1[4];\n piVar2 = (int *)param_1[3];\n *param_1 = &PTR_FUN_002f9e60;\n if (piVar1 != piVar2) {\n do {\n if ((int *)*piVar2 != piVar2 + 2) {\n FUN_001807a0((int *)*piVar2);\n }\n piVar2 = piVar2 + 6;\n } while (piVar1 != piVar2);\n piVar2 = (int *)param_1[3];\n }\n if (piVar2 != (int *)0x0) {\n FUN_001807a0(piVar2);\n }\n return;\n}" primitive_type (function_declarator "FUN_00147640(undefined4 *param_1)" identifier (parameter_list "(undefined4 *param_1)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n int *piVar1;\n int *piVar2;\n \n piVar1 = (int *)param_1[4];\n piVar2 = (int *)param_1[3];\n *param_1 = &PTR_FUN_002f9e60;\n if (piVar1 != piVar2) {\n do {\n if ((int *)*piVar2 != piVar2 + 2) {\n FUN_001807a0((int *)*piVar2);\n }\n piVar2 = piVar2 + 6;\n } while (piVar1 != piVar2);\n piVar2 = (int *)param_1[3];\n }\n if (piVar2 != (int *)0x0) {\n FUN_001807a0(piVar2);\n }\n return;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (expression_statement "piVar1 = (int *)param_1[4];" (assignment_expression "piVar1 = (int *)param_1[4]" identifier = (cast_expression "(int *)param_1[4]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[4]" identifier [ number_literal ]))) ;) (expression_statement "piVar2 = (int *)param_1[3];" (assignment_expression "piVar2 = (int *)param_1[3]" identifier = (cast_expression "(int *)param_1[3]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[3]" identifier [ number_literal ]))) ;) (expression_statement "*param_1 = &PTR_FUN_002f9e60;" (assignment_expression "*param_1 = &PTR_FUN_002f9e60" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_002f9e60" & identifier)) ;) (if_statement "if (piVar1 != piVar2) {\n do {\n if ((int *)*piVar2 != piVar2 + 2) {\n FUN_001807a0((int *)*piVar2);\n }\n piVar2 = piVar2 + 6;\n } while (piVar1 != piVar2);\n piVar2 = (int *)param_1[3];\n }" if (parenthesized_expression "(piVar1 != piVar2)" ( (binary_expression "piVar1 != piVar2" identifier != identifier) )) (compound_statement "{\n do {\n if ((int *)*piVar2 != piVar2 + 2) {\n FUN_001807a0((int *)*piVar2);\n }\n piVar2 = piVar2 + 6;\n } while (piVar1 != piVar2);\n piVar2 = (int *)param_1[3];\n }" { (do_statement "do {\n if ((int *)*piVar2 != piVar2 + 2) {\n FUN_001807a0((int *)*piVar2);\n }\n piVar2 = piVar2 + 6;\n } while (piVar1 != piVar2);" do (compound_statement "{\n if ((int *)*piVar2 != piVar2 + 2) {\n FUN_001807a0((int *)*piVar2);\n }\n piVar2 = piVar2 + 6;\n }" { (if_statement "if ((int *)*piVar2 != piVar2 + 2) {\n FUN_001807a0((int *)*piVar2);\n }" if (parenthesized_expression "((int *)*piVar2 != piVar2 + 2)" ( (binary_expression "(int *)*piVar2 != piVar2 + 2" (cast_expression "(int *)*piVar2" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar2" * identifier)) != (binary_expression "piVar2 + 2" identifier + number_literal)) )) (compound_statement "{\n FUN_001807a0((int *)*piVar2);\n }" { (expression_statement "FUN_001807a0((int *)*piVar2);" (call_expression "FUN_001807a0((int *)*piVar2)" identifier (argument_list "((int *)*piVar2)" ( (cast_expression "(int *)*piVar2" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar2" * identifier)) ))) ;) })) (expression_statement "piVar2 = piVar2 + 6;" (assignment_expression "piVar2 = piVar2 + 6" identifier = (binary_expression "piVar2 + 6" identifier + number_literal)) ;) }) while (parenthesized_expression "(piVar1 != piVar2)" ( (binary_expression "piVar1 != piVar2" identifier != identifier) )) ;) (expression_statement "piVar2 = (int *)param_1[3];" (assignment_expression "piVar2 = (int *)param_1[3]" identifier = (cast_expression "(int *)param_1[3]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[3]" identifier [ number_literal ]))) ;) })) (if_statement "if (piVar2 != (int *)0x0) {\n FUN_001807a0(piVar2);\n }" if (parenthesized_expression "(piVar2 != (int *)0x0)" ( (binary_expression "piVar2 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n FUN_001807a0(piVar2);\n }" { (expression_statement "FUN_001807a0(piVar2);" (call_expression "FUN_001807a0(piVar2)" identifier (argument_list "(piVar2)" ( 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 (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (do_statement do (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) != (binary_expression IDENT + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) ))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT != IDENT) )) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })) (return_statement return ;) })))
(function_definition "void FUN_00147640(undefined4 *param_1)\n\n{\n int *piVar1;\n int *piVar2;\n \n piVar1 = (int *)param_1[4];\n piVar2 = (int *)param_1[3];\n *param_1 = &PTR_FUN_002f9e60;\n if (piVar1 != piVar2) {\n do {\n if ((int *)*piVar2 != piVar2 + 2) {\n FUN_001807a0((int *)*piVar2);\n }\n piVar2 = piVar2 + 6;\n } while (piVar1 != piVar2);\n piVar2 = (int *)param_1[3];\n }\n if (piVar2 != (int *)0x0) {\n FUN_001807a0(piVar2);\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_00147640(undefined4 *param_1)" (identifier "FUN_00147640") (parameter_list "(undefined4 *param_1)" (( "(") (parameter_declaration "undefined4 *param_1" (type_identifier "undefined4") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n int *piVar1;\n int *piVar2;\n \n piVar1 = (int *)param_1[4];\n piVar2 = (int *)param_1[3];\n *param_1 = &PTR_FUN_002f9e60;\n if (piVar1 != piVar2) {\n do {\n if ((int *)*piVar2 != piVar2 + 2) {\n FUN_001807a0((int *)*piVar2);\n }\n piVar2 = piVar2 + 6;\n } while (piVar1 != piVar2);\n piVar2 = (int *)param_1[3];\n }\n if (piVar2 != (int *)0x0) {\n FUN_001807a0(piVar2);\n }\n return;\n}" ({ "{") (declaration "int *piVar1;" (primitive_type "int") (pointer_declarator "*piVar1" (* "*") (identifier "piVar1")) (; ";")) (declaration "int *piVar2;" (primitive_type "int") (pointer_declarator "*piVar2" (* "*") (identifier "piVar2")) (; ";")) (expression_statement "piVar1 = (int *)param_1[4];" (assignment_expression "piVar1 = (int *)param_1[4]" (identifier "piVar1") (= "=") (cast_expression "(int *)param_1[4]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[4]" (identifier "param_1") ([ "[") (number_literal "4") (] "]")))) (; ";")) (expression_statement "piVar2 = (int *)param_1[3];" (assignment_expression "piVar2 = (int *)param_1[3]" (identifier "piVar2") (= "=") (cast_expression "(int *)param_1[3]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]")))) (; ";")) (expression_statement "*param_1 = &PTR_FUN_002f9e60;" (assignment_expression "*param_1 = &PTR_FUN_002f9e60" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_002f9e60" (& "&") (identifier "PTR_FUN_002f9e60"))) (; ";")) (if_statement "if (piVar1 != piVar2) {\n do {\n if ((int *)*piVar2 != piVar2 + 2) {\n FUN_001807a0((int *)*piVar2);\n }\n piVar2 = piVar2 + 6;\n } while (piVar1 != piVar2);\n piVar2 = (int *)param_1[3];\n }" (if "if") (parenthesized_expression "(piVar1 != piVar2)" (( "(") (binary_expression "piVar1 != piVar2" (identifier "piVar1") (!= "!=") (identifier "piVar2")) () ")")) (compound_statement "{\n do {\n if ((int *)*piVar2 != piVar2 + 2) {\n FUN_001807a0((int *)*piVar2);\n }\n piVar2 = piVar2 + 6;\n } while (piVar1 != piVar2);\n piVar2 = (int *)param_1[3];\n }" ({ "{") (do_statement "do {\n if ((int *)*piVar2 != piVar2 + 2) {\n FUN_001807a0((int *)*piVar2);\n }\n piVar2 = piVar2 + 6;\n } while (piVar1 != piVar2);" (do "do") (compound_statement "{\n if ((int *)*piVar2 != piVar2 + 2) {\n FUN_001807a0((int *)*piVar2);\n }\n piVar2 = piVar2 + 6;\n }" ({ "{") (if_statement "if ((int *)*piVar2 != piVar2 + 2) {\n FUN_001807a0((int *)*piVar2);\n }" (if "if") (parenthesized_expression "((int *)*piVar2 != piVar2 + 2)" (( "(") (binary_expression "(int *)*piVar2 != piVar2 + 2" (cast_expression "(int *)*piVar2" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*piVar2" (* "*") (identifier "piVar2"))) (!= "!=") (binary_expression "piVar2 + 2" (identifier "piVar2") (+ "+") (number_literal "2"))) () ")")) (compound_statement "{\n FUN_001807a0((int *)*piVar2);\n }" ({ "{") (expression_statement "FUN_001807a0((int *)*piVar2);" (call_expression "FUN_001807a0((int *)*piVar2)" (identifier "FUN_001807a0") (argument_list "((int *)*piVar2)" (( "(") (cast_expression "(int *)*piVar2" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*piVar2" (* "*") (identifier "piVar2"))) () ")"))) (; ";")) (} "}"))) (expression_statement "piVar2 = piVar2 + 6;" (assignment_expression "piVar2 = piVar2 + 6" (identifier "piVar2") (= "=") (binary_expression "piVar2 + 6" (identifier "piVar2") (+ "+") (number_literal "6"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(piVar1 != piVar2)" (( "(") (binary_expression "piVar1 != piVar2" (identifier "piVar1") (!= "!=") (identifier "piVar2")) () ")")) (; ";")) (expression_statement "piVar2 = (int *)param_1[3];" (assignment_expression "piVar2 = (int *)param_1[3]" (identifier "piVar2") (= "=") (cast_expression "(int *)param_1[3]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]")))) (; ";")) (} "}"))) (if_statement "if (piVar2 != (int *)0x0) {\n FUN_001807a0(piVar2);\n }" (if "if") (parenthesized_expression "(piVar2 != (int *)0x0)" (( "(") (binary_expression "piVar2 != (int *)0x0" (identifier "piVar2") (!= "!=") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n FUN_001807a0(piVar2);\n }" ({ "{") (expression_statement "FUN_001807a0(piVar2);" (call_expression "FUN_001807a0(piVar2)" (identifier "FUN_001807a0") (argument_list "(piVar2)" (( "(") (identifier "piVar2") () ")"))) (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Verdef(Verdef * this, int __in_chrg) */ void __thiscall gold::function_1::~function_1(function_1 *this,int __in_chrg) { type_1 var_4; type_1 var_7; type_1 var_5; var_4 = (this->deps_). super__Vector_base<std::__cxx11::basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>,_std::var_1<std::__cxx11::basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>var_3>var_3> ._M_impl._M_finish; var_5 = (this->deps_). super__Vector_base<std::__cxx11::basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>,_std::var_1<std::__cxx11::basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>var_3>var_3> ._M_impl._M_start; (this->super_Version_base)._vptr_Version_base = (type_2 **)&PTR__Verdef_002f9e60; if (var_4 != var_5) { do { var_7 = (var_5->_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_6 *)var_7 != &var_5->field_2) { var_8(var_7); } var_5 = var_5 + 1; } while (var_4 != var_5); var_5 = (this->deps_). super__Vector_base<std::__cxx11::basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>,_std::var_1<std::__cxx11::basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>var_3>var_3> ._M_impl._M_start; } if (var_5 != (type_1)0x0) { var_8(var_5); } return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (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: (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: (subscript_expression argument: (identifier) index: (number_literal))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (do_statement body: (compound_statement (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: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (return_statement))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(undefined4 *param_1) { int *piVar1; int *piVar2; piVar1 = (int *)param_1[4]; piVar2 = (int *)param_1[3]; *param_1 = &PTR_FUN_002f9e60; if (piVar1 != piVar2) { do { if ((int *)*piVar2 != piVar2 + 2) { FUN_001807a0((int *)*piVar2); } piVar2 = piVar2 + 6; } while (piVar1 != piVar2); piVar2 = (int *)param_1[3]; } if (piVar2 != (int *)0x0) { FUN_001807a0(piVar2); } return; }
237_aarch64-linux-gnu-dwp_and_aarch64-linux-gnu-dwp_strip.c
FUN_0002a7be
FUN_0002a7be
void FUN_0002a7be(void) { int unaff_EBP; void *unaff_ESI; int in_stack_fffffff4; if (*(void **)(unaff_EBP + -0x50) != unaff_ESI) { operator_delete(*(void **)(unaff_EBP + -0x50)); } *(int *)(unaff_EBP + -0xf4) = unaff_EBP + -0xac; std:: vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_> ::~vector(*(vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_> **)(unaff_EBP + -0x10c),in_stack_fffffff4); std:: _Hashtable<unsigned_int,_std::pair<unsigned_int_const,_unsigned_int>,_std::allocator<std::pair<unsigned_int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_false>_> ::~_Hashtable(*(_Hashtable<unsigned_int,_std::pair<unsigned_int_const,_unsigned_int>,_std::allocator<std::pair<unsigned_int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_false>_> **)(unaff_EBP + -0xf0),in_stack_fffffff4); std:: vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_> ::~vector(*(vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_> **)(unaff_EBP + -0xf4),in_stack_fffffff4); if (*(void **)(unaff_EBP + -0x94) != (void *)0x0) { operator_delete(*(void **)(unaff_EBP + -0x94)); } if (*(void **)(unaff_EBP + -0xb8) != (void *)0x0) { operator_delete(*(void **)(unaff_EBP + -0xb8)); } if (*(int *)(unaff_EBP + -0x114) != 0) { operator_delete(*(void **)(unaff_EBP + -0x114)); } /* WARNING: Subroutine does not return */ _Unwind_Resume(); }
void FUN_0002a7be(void) { int unaff_EBP; int unaff_ESI; if (*(int *)(unaff_EBP + -0x50) != unaff_ESI) { FUN_001e6dc0(*(int *)(unaff_EBP + -0x50)); } *(int *)(unaff_EBP + -0xf4) = unaff_EBP + -0xac; FUN_0005b0f0(*(undefined4 *)(unaff_EBP + -0x10c)); FUN_000702d0(*(undefined4 *)(unaff_EBP + -0xf0)); FUN_0005b0f0(*(undefined4 *)(unaff_EBP + -0xf4)); if (*(int *)(unaff_EBP + -0x94) != 0) { FUN_001e6dc0(*(int *)(unaff_EBP + -0x94)); } if (*(int *)(unaff_EBP + -0xb8) != 0) { FUN_001e6dc0(*(int *)(unaff_EBP + -0xb8)); } if (*(int *)(unaff_EBP + -0x114) != 0) { FUN_001e6dc0(*(undefined4 *)(unaff_EBP + -0x114)); } /* WARNING: Subroutine does not return */ FUN_0027dd90(); }
MOV EAX,dword ptr [EBP + -0x50] CMP EAX,ESI JZ 0x0002a7d7 SUB ESP,0xc MOV EBX,dword ptr [EBP + 0xffffff1c] PUSH EAX CALL 0x001e6dc0 ADD ESP,0x10 LEA EAX,[EBP + 0xffffff54] MOV EBX,EDI MOV dword ptr [EBP + 0xffffff0c],EAX JMP 0x0002a795
null
null
null
null
[(u'CAST_-1206015772', u'LOAD_-1206016115'), ('tmp_1175', u'INT_NOTEQUAL_-1206016043'), (u'INT_ADD_-1206016065', u'CAST_-1206015759'), (u'INT_NOTEQUAL_-1206016043', u'CBRANCH_-1206016043'), ('const-417', u'LOAD_-1206016001'), ('const-417', u'LOAD_-1206016081'), (u'CAST_-1206015833', u'LOAD_-1206016263'), ('const-417', u'LOAD_-1206016183'), (u'LOAD_-1206016263', u'CALL_-1206016197'), ('const-4294967112', u'INT_ADD_-1206016167'), ('const-4294967148', u'INT_ADD_-1206016247'), (u'CAST_-1206015801', u'LOAD_-1206016183'), (u'INDIRECT_-1206015569', u'CALL_-1206015981'), (u'LOAD_-1206016063', u'CALL_-1206016011'), (u'INT_ADD_-1206015970', u'CAST_-1206015485'), (u'LOAD_-1206016263', u'INT_NOTEQUAL_-1206016229'), ('const-417', u'STORE_-1206015984'), ('tmp_1174', u'INT_ADD_-1206016047'), ('tmp_1174', u'INT_ADD_-1206016266'), ('tmp_1174', u'INT_ADD_-1206016167'), (u'CAST_-1206015519', u'LOAD_-1206016063'), ('const-417', u'LOAD_-1206016044'), (u'INT_ADD_-1206016099', u'CAST_-1206015772'), ('tmp_1513', u'MULTIEQUAL_-1206015861'), (u'LOAD_-1206016001', u'CALL_-1206015981'), ('tmp_387', u'CBRANCH_-1206016229'), ('const-417', u'LOAD_-1206016063'), (u'CAST_-1206015485', u'STORE_-1206015984'), (u'LOAD_-1206016282', u'CALL_-1206016265'), (u'INT_NOTEQUAL_-1206016161', u'CBRANCH_-1206016161'), (u'CALL_-1206015981', u'INDIRECT_-1206015549'), ('const-4294967124', u'INT_ADD_-1206015981'), (u'MULTIEQUAL_-1206015861', u'CALL_-1206016027'), (u'INT_ADD_-1206015985', u'CAST_-1206015537'), (u'LOAD_-1206016115', u'INT_NOTEQUAL_-1206016099'), (u'INT_ADD_-1206016266', u'CAST_-1206015845'), ('const-4294967052', u'INT_ADD_-1206015970'), ('tmp_1174', u'INT_ADD_-1206015981'), ('const-417', u'LOAD_-1206016263'), (u'CAST_-1206015555', u'LOAD_-1206016044'), ('tmp_1174', u'INT_ADD_-1206016099'), ('tmp_36', u'CBRANCH_-1206016043'), ('const-4294967056', u'INT_ADD_-1206015985'), ('tmp_1174', u'INT_ADD_-1206016028'), ('const-0', u'INT_NOTEQUAL_-1206016229'), (u'CAST_-1206015845', u'LOAD_-1206016282'), ('const-0', u'INT_NOTEQUAL_-1206016161'), (u'INT_ADD_-1206016247', u'CAST_-1206015833'), (u'CALL_-1206016027', u'INDIRECT_-1206015569'), ('tmp_1174', u'INT_ADD_-1206016247'), ('tmp_497', u'CBRANCH_-1206016161'), ('const-4294967020', u'INT_ADD_-1206016065'), (u'INDIRECT_-1206015521', u'MULTIEQUAL_-1206015861'), ('const-4294967052', u'INT_ADD_-1206016266'), (u'INT_ADD_-1206016028', u'CAST_-1206015555'), (u'INDIRECT_-1206015549', u'CALL_-1206016265'), ('const-4294967216', u'INT_ADD_-1206016047'), ('const-1', u'RETURN_-1206016005'), (u'INT_ADD_-1206015981', u'STORE_-1206015984'), (u'INT_ADD_-1206016047', u'CAST_-1206015519'), (u'INT_NOTEQUAL_-1206016099', u'CBRANCH_-1206016094'), (u'INT_ADD_-1206016167', u'CAST_-1206015801'), ('const-0', u'INT_NOTEQUAL_-1206016099'), ('const-4294967020', u'INT_ADD_-1206016099'), (u'CAST_-1206015759', u'LOAD_-1206016081'), (u'INT_NOTEQUAL_-1206016229', u'CBRANCH_-1206016229'), ('tmp_1174', u'INT_ADD_-1206015970'), ('const-417', u'LOAD_-1206016115'), (u'LOAD_-1206016063', u'INT_NOTEQUAL_-1206016043'), ('const-417', u'LOAD_-1206016282'), ('tmp_1174', u'INT_ADD_-1206015985'), (u'LOAD_-1206016044', u'CALL_-1206016027'), (u'LOAD_-1206016183', u'INT_NOTEQUAL_-1206016161'), (u'LOAD_-1206016183', u'CALL_-1206016129'), ('tmp_1174', u'INT_ADD_-1206016065'), (u'LOAD_-1206016081', u'CALL_-1206016055'), (u'CALL_-1206016011', u'INDIRECT_-1206015521'), ('tmp_609', u'CBRANCH_-1206016094'), (u'CAST_-1206015537', u'LOAD_-1206016001'), ('const-4294967028', u'INT_ADD_-1206016028')]
[('const-417', u'LOAD_-1206016063'), (u'INT_NOTEQUAL_-1206016043', u'CBRANCH_-1206016043'), ('const-417', u'LOAD_-1206016081'), (u'INT_ADD_-1206015985', u'CAST_-1206015555'), ('tmp_1160', u'INT_NOTEQUAL_-1206016043'), (u'LOAD_-1206016263', u'CALL_-1206016197'), ('const-4294967112', u'INT_ADD_-1206016167'), (u'INT_ADD_-1206016028', u'CAST_-1206015573'), ('tmp_1159', u'INT_ADD_-1206016099'), ('const-417', u'LOAD_-1206016263'), ('const-4294967148', u'INT_ADD_-1206016247'), (u'LOAD_-1206016063', u'CALL_-1206016011'), (u'INT_ADD_-1206015970', u'CAST_-1206015503'), (u'LOAD_-1206016263', u'INT_NOTEQUAL_-1206016229'), ('tmp_1159', u'INT_ADD_-1206016065'), ('tmp_1159', u'INT_ADD_-1206016028'), ('const-417', u'LOAD_-1206016183'), (u'INT_ADD_-1206016065', u'CAST_-1206015777'), (u'LOAD_-1206016001', u'CALL_-1206015981'), ('tmp_387', u'CBRANCH_-1206016229'), ('tmp_1159', u'INT_ADD_-1206016167'), (u'LOAD_-1206016282', u'CALL_-1206016265'), (u'INT_NOTEQUAL_-1206016161', u'CBRANCH_-1206016161'), ('const-4294967124', u'INT_ADD_-1206015981'), ('tmp_1159', u'INT_ADD_-1206015981'), (u'LOAD_-1206016115', u'INT_NOTEQUAL_-1206016099'), ('const-4294967052', u'INT_ADD_-1206015970'), ('const-417', u'LOAD_-1206016115'), ('tmp_1159', u'INT_ADD_-1206015985'), ('tmp_36', u'CBRANCH_-1206016043'), ('const-4294967056', u'INT_ADD_-1206015985'), (u'CAST_-1206015790', u'LOAD_-1206016115'), (u'CAST_-1206015573', u'LOAD_-1206016044'), ('const-417', u'LOAD_-1206016001'), ('const-0', u'INT_NOTEQUAL_-1206016229'), ('const-0', u'INT_NOTEQUAL_-1206016161'), (u'CAST_-1206015851', u'LOAD_-1206016263'), ('tmp_497', u'CBRANCH_-1206016161'), ('const-4294967020', u'INT_ADD_-1206016065'), ('const-4294967052', u'INT_ADD_-1206016266'), ('const-417', u'LOAD_-1206016282'), ('const-4294967216', u'INT_ADD_-1206016047'), (u'CAST_-1206015863', u'LOAD_-1206016282'), ('const-1', u'RETURN_-1206016005'), (u'CAST_-1206015555', u'LOAD_-1206016001'), (u'INT_ADD_-1206015981', u'STORE_-1206015984'), (u'INT_NOTEQUAL_-1206016099', u'CBRANCH_-1206016094'), (u'CAST_-1206015777', u'LOAD_-1206016081'), (u'INT_ADD_-1206016099', u'CAST_-1206015790'), (u'CAST_-1206015819', u'LOAD_-1206016183'), ('const-4294967020', u'INT_ADD_-1206016099'), (u'INT_ADD_-1206016047', u'CAST_-1206015537'), (u'INT_NOTEQUAL_-1206016229', u'CBRANCH_-1206016229'), ('tmp_1159', u'INT_ADD_-1206016047'), (u'INT_ADD_-1206016247', u'CAST_-1206015851'), (u'INT_ADD_-1206016266', u'CAST_-1206015863'), (u'LOAD_-1206016063', u'INT_NOTEQUAL_-1206016043'), (u'CAST_-1206015537', u'LOAD_-1206016063'), ('tmp_1159', u'INT_ADD_-1206016247'), ('const-0', u'INT_NOTEQUAL_-1206016099'), ('const-417', u'LOAD_-1206016044'), (u'CAST_-1206015503', u'STORE_-1206015984'), (u'INT_ADD_-1206016167', u'CAST_-1206015819'), (u'LOAD_-1206016044', u'CALL_-1206016027'), (u'LOAD_-1206016183', u'INT_NOTEQUAL_-1206016161'), (u'LOAD_-1206016183', u'CALL_-1206016129'), (u'LOAD_-1206016081', u'CALL_-1206016055'), ('tmp_609', u'CBRANCH_-1206016094'), ('tmp_1159', u'INT_ADD_-1206015970'), ('tmp_1159', u'INT_ADD_-1206016266'), ('const-417', u'STORE_-1206015984'), ('const-4294967028', u'INT_ADD_-1206016028')]
null
null
0002a7be
x86
O3
(translation_unit "void FUN_0002a7be(void)\n\n{\n int unaff_EBP;\n int unaff_ESI;\n \n if (*(int *)(unaff_EBP + -0x50) != unaff_ESI) {\n FUN_001e6dc0(*(int *)(unaff_EBP + -0x50));\n }\n *(int *)(unaff_EBP + -0xf4) = unaff_EBP + -0xac;\n FUN_0005b0f0(*(undefined4 *)(unaff_EBP + -0x10c));\n FUN_000702d0(*(undefined4 *)(unaff_EBP + -0xf0));\n FUN_0005b0f0(*(undefined4 *)(unaff_EBP + -0xf4));\n if (*(int *)(unaff_EBP + -0x94) != 0) {\n FUN_001e6dc0(*(int *)(unaff_EBP + -0x94));\n }\n if (*(int *)(unaff_EBP + -0xb8) != 0) {\n FUN_001e6dc0(*(int *)(unaff_EBP + -0xb8));\n }\n if (*(int *)(unaff_EBP + -0x114) != 0) {\n FUN_001e6dc0(*(undefined4 *)(unaff_EBP + -0x114));\n }\n /* WARNING: Subroutine does not return */\n FUN_0027dd90();\n}\n\n" (function_definition "void FUN_0002a7be(void)\n\n{\n int unaff_EBP;\n int unaff_ESI;\n \n if (*(int *)(unaff_EBP + -0x50) != unaff_ESI) {\n FUN_001e6dc0(*(int *)(unaff_EBP + -0x50));\n }\n *(int *)(unaff_EBP + -0xf4) = unaff_EBP + -0xac;\n FUN_0005b0f0(*(undefined4 *)(unaff_EBP + -0x10c));\n FUN_000702d0(*(undefined4 *)(unaff_EBP + -0xf0));\n FUN_0005b0f0(*(undefined4 *)(unaff_EBP + -0xf4));\n if (*(int *)(unaff_EBP + -0x94) != 0) {\n FUN_001e6dc0(*(int *)(unaff_EBP + -0x94));\n }\n if (*(int *)(unaff_EBP + -0xb8) != 0) {\n FUN_001e6dc0(*(int *)(unaff_EBP + -0xb8));\n }\n if (*(int *)(unaff_EBP + -0x114) != 0) {\n FUN_001e6dc0(*(undefined4 *)(unaff_EBP + -0x114));\n }\n /* WARNING: Subroutine does not return */\n FUN_0027dd90();\n}" primitive_type (function_declarator "FUN_0002a7be(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n int unaff_EBP;\n int unaff_ESI;\n \n if (*(int *)(unaff_EBP + -0x50) != unaff_ESI) {\n FUN_001e6dc0(*(int *)(unaff_EBP + -0x50));\n }\n *(int *)(unaff_EBP + -0xf4) = unaff_EBP + -0xac;\n FUN_0005b0f0(*(undefined4 *)(unaff_EBP + -0x10c));\n FUN_000702d0(*(undefined4 *)(unaff_EBP + -0xf0));\n FUN_0005b0f0(*(undefined4 *)(unaff_EBP + -0xf4));\n if (*(int *)(unaff_EBP + -0x94) != 0) {\n FUN_001e6dc0(*(int *)(unaff_EBP + -0x94));\n }\n if (*(int *)(unaff_EBP + -0xb8) != 0) {\n FUN_001e6dc0(*(int *)(unaff_EBP + -0xb8));\n }\n if (*(int *)(unaff_EBP + -0x114) != 0) {\n FUN_001e6dc0(*(undefined4 *)(unaff_EBP + -0x114));\n }\n /* WARNING: Subroutine does not return */\n FUN_0027dd90();\n}" { (declaration "int unaff_EBP;" primitive_type identifier ;) (declaration "int unaff_ESI;" primitive_type identifier ;) (if_statement "if (*(int *)(unaff_EBP + -0x50) != unaff_ESI) {\n FUN_001e6dc0(*(int *)(unaff_EBP + -0x50));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x50) != unaff_ESI)" ( (binary_expression "*(int *)(unaff_EBP + -0x50) != unaff_ESI" (pointer_expression "*(int *)(unaff_EBP + -0x50)" * (cast_expression "(int *)(unaff_EBP + -0x50)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x50)" ( (binary_expression "unaff_EBP + -0x50" identifier + number_literal) )))) != identifier) )) (compound_statement "{\n FUN_001e6dc0(*(int *)(unaff_EBP + -0x50));\n }" { (expression_statement "FUN_001e6dc0(*(int *)(unaff_EBP + -0x50));" (call_expression "FUN_001e6dc0(*(int *)(unaff_EBP + -0x50))" identifier (argument_list "(*(int *)(unaff_EBP + -0x50))" ( (pointer_expression "*(int *)(unaff_EBP + -0x50)" * (cast_expression "(int *)(unaff_EBP + -0x50)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x50)" ( (binary_expression "unaff_EBP + -0x50" identifier + number_literal) )))) ))) ;) })) (expression_statement "*(int *)(unaff_EBP + -0xf4) = unaff_EBP + -0xac;" (assignment_expression "*(int *)(unaff_EBP + -0xf4) = unaff_EBP + -0xac" (pointer_expression "*(int *)(unaff_EBP + -0xf4)" * (cast_expression "(int *)(unaff_EBP + -0xf4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0xf4)" ( (binary_expression "unaff_EBP + -0xf4" identifier + number_literal) )))) = (binary_expression "unaff_EBP + -0xac" identifier + number_literal)) ;) (expression_statement "FUN_0005b0f0(*(undefined4 *)(unaff_EBP + -0x10c));" (call_expression "FUN_0005b0f0(*(undefined4 *)(unaff_EBP + -0x10c))" identifier (argument_list "(*(undefined4 *)(unaff_EBP + -0x10c))" ( (pointer_expression "*(undefined4 *)(unaff_EBP + -0x10c)" * (cast_expression "(undefined4 *)(unaff_EBP + -0x10c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x10c)" ( (binary_expression "unaff_EBP + -0x10c" identifier + number_literal) )))) ))) ;) (expression_statement "FUN_000702d0(*(undefined4 *)(unaff_EBP + -0xf0));" (call_expression "FUN_000702d0(*(undefined4 *)(unaff_EBP + -0xf0))" identifier (argument_list "(*(undefined4 *)(unaff_EBP + -0xf0))" ( (pointer_expression "*(undefined4 *)(unaff_EBP + -0xf0)" * (cast_expression "(undefined4 *)(unaff_EBP + -0xf0)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0xf0)" ( (binary_expression "unaff_EBP + -0xf0" identifier + number_literal) )))) ))) ;) (expression_statement "FUN_0005b0f0(*(undefined4 *)(unaff_EBP + -0xf4));" (call_expression "FUN_0005b0f0(*(undefined4 *)(unaff_EBP + -0xf4))" identifier (argument_list "(*(undefined4 *)(unaff_EBP + -0xf4))" ( (pointer_expression "*(undefined4 *)(unaff_EBP + -0xf4)" * (cast_expression "(undefined4 *)(unaff_EBP + -0xf4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0xf4)" ( (binary_expression "unaff_EBP + -0xf4" identifier + number_literal) )))) ))) ;) (if_statement "if (*(int *)(unaff_EBP + -0x94) != 0) {\n FUN_001e6dc0(*(int *)(unaff_EBP + -0x94));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x94) != 0)" ( (binary_expression "*(int *)(unaff_EBP + -0x94) != 0" (pointer_expression "*(int *)(unaff_EBP + -0x94)" * (cast_expression "(int *)(unaff_EBP + -0x94)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x94)" ( (binary_expression "unaff_EBP + -0x94" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n FUN_001e6dc0(*(int *)(unaff_EBP + -0x94));\n }" { (expression_statement "FUN_001e6dc0(*(int *)(unaff_EBP + -0x94));" (call_expression "FUN_001e6dc0(*(int *)(unaff_EBP + -0x94))" identifier (argument_list "(*(int *)(unaff_EBP + -0x94))" ( (pointer_expression "*(int *)(unaff_EBP + -0x94)" * (cast_expression "(int *)(unaff_EBP + -0x94)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x94)" ( (binary_expression "unaff_EBP + -0x94" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(int *)(unaff_EBP + -0xb8) != 0) {\n FUN_001e6dc0(*(int *)(unaff_EBP + -0xb8));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0xb8) != 0)" ( (binary_expression "*(int *)(unaff_EBP + -0xb8) != 0" (pointer_expression "*(int *)(unaff_EBP + -0xb8)" * (cast_expression "(int *)(unaff_EBP + -0xb8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0xb8)" ( (binary_expression "unaff_EBP + -0xb8" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n FUN_001e6dc0(*(int *)(unaff_EBP + -0xb8));\n }" { (expression_statement "FUN_001e6dc0(*(int *)(unaff_EBP + -0xb8));" (call_expression "FUN_001e6dc0(*(int *)(unaff_EBP + -0xb8))" identifier (argument_list "(*(int *)(unaff_EBP + -0xb8))" ( (pointer_expression "*(int *)(unaff_EBP + -0xb8)" * (cast_expression "(int *)(unaff_EBP + -0xb8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0xb8)" ( (binary_expression "unaff_EBP + -0xb8" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(int *)(unaff_EBP + -0x114) != 0) {\n FUN_001e6dc0(*(undefined4 *)(unaff_EBP + -0x114));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x114) != 0)" ( (binary_expression "*(int *)(unaff_EBP + -0x114) != 0" (pointer_expression "*(int *)(unaff_EBP + -0x114)" * (cast_expression "(int *)(unaff_EBP + -0x114)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x114)" ( (binary_expression "unaff_EBP + -0x114" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n FUN_001e6dc0(*(undefined4 *)(unaff_EBP + -0x114));\n }" { (expression_statement "FUN_001e6dc0(*(undefined4 *)(unaff_EBP + -0x114));" (call_expression "FUN_001e6dc0(*(undefined4 *)(unaff_EBP + -0x114))" identifier (argument_list "(*(undefined4 *)(unaff_EBP + -0x114))" ( (pointer_expression "*(undefined4 *)(unaff_EBP + -0x114)" * (cast_expression "(undefined4 *)(unaff_EBP + -0x114)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x114)" ( (binary_expression "unaff_EBP + -0x114" identifier + number_literal) )))) ))) ;) })) comment (expression_statement "FUN_0027dd90();" (call_expression "FUN_0027dd90()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "void FUN_0002a7be(void)\n\n{\n int unaff_EBP;\n void *unaff_ESI;\n int in_stack_fffffff4;\n \n if (*(void **)(unaff_EBP + -0x50) != unaff_ESI) {\n operator_delete(*(void **)(unaff_EBP + -0x50));\n }\n *(int *)(unaff_EBP + -0xf4) = unaff_EBP + -0xac;\n std::\n vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n ::~vector(*(vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n **)(unaff_EBP + -0x10c),in_stack_fffffff4);\n std::\n _Hashtable<unsigned_int,_std::pair<unsigned_int_const,_unsigned_int>,_std::allocator<std::pair<unsigned_int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_false>_>\n ::~_Hashtable(*(_Hashtable<unsigned_int,_std::pair<unsigned_int_const,_unsigned_int>,_std::allocator<std::pair<unsigned_int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_false>_>\n **)(unaff_EBP + -0xf0),in_stack_fffffff4);\n std::\n vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n ::~vector(*(vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n **)(unaff_EBP + -0xf4),in_stack_fffffff4);\n if (*(void **)(unaff_EBP + -0x94) != (void *)0x0) {\n operator_delete(*(void **)(unaff_EBP + -0x94));\n }\n if (*(void **)(unaff_EBP + -0xb8) != (void *)0x0) {\n operator_delete(*(void **)(unaff_EBP + -0xb8));\n }\n if (*(int *)(unaff_EBP + -0x114) != 0) {\n operator_delete(*(void **)(unaff_EBP + -0x114));\n }\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}\n\n" (function_definition "void FUN_0002a7be(void)\n\n{\n int unaff_EBP;\n void *unaff_ESI;\n int in_stack_fffffff4;\n \n if (*(void **)(unaff_EBP + -0x50) != unaff_ESI) {\n operator_delete(*(void **)(unaff_EBP + -0x50));\n }\n *(int *)(unaff_EBP + -0xf4) = unaff_EBP + -0xac;\n std::\n vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n ::~vector(*(vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n **)(unaff_EBP + -0x10c),in_stack_fffffff4);\n std::\n _Hashtable<unsigned_int,_std::pair<unsigned_int_const,_unsigned_int>,_std::allocator<std::pair<unsigned_int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_false>_>\n ::~_Hashtable(*(_Hashtable<unsigned_int,_std::pair<unsigned_int_const,_unsigned_int>,_std::allocator<std::pair<unsigned_int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_false>_>\n **)(unaff_EBP + -0xf0),in_stack_fffffff4);\n std::\n vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n ::~vector(*(vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n **)(unaff_EBP + -0xf4),in_stack_fffffff4);\n if (*(void **)(unaff_EBP + -0x94) != (void *)0x0) {\n operator_delete(*(void **)(unaff_EBP + -0x94));\n }\n if (*(void **)(unaff_EBP + -0xb8) != (void *)0x0) {\n operator_delete(*(void **)(unaff_EBP + -0xb8));\n }\n if (*(int *)(unaff_EBP + -0x114) != 0) {\n operator_delete(*(void **)(unaff_EBP + -0x114));\n }\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" primitive_type (function_declarator "FUN_0002a7be(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n int unaff_EBP;\n void *unaff_ESI;\n int in_stack_fffffff4;\n \n if (*(void **)(unaff_EBP + -0x50) != unaff_ESI) {\n operator_delete(*(void **)(unaff_EBP + -0x50));\n }\n *(int *)(unaff_EBP + -0xf4) = unaff_EBP + -0xac;\n std::\n vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n ::~vector(*(vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n **)(unaff_EBP + -0x10c),in_stack_fffffff4);\n std::\n _Hashtable<unsigned_int,_std::pair<unsigned_int_const,_unsigned_int>,_std::allocator<std::pair<unsigned_int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_false>_>\n ::~_Hashtable(*(_Hashtable<unsigned_int,_std::pair<unsigned_int_const,_unsigned_int>,_std::allocator<std::pair<unsigned_int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_false>_>\n **)(unaff_EBP + -0xf0),in_stack_fffffff4);\n std::\n vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n ::~vector(*(vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n **)(unaff_EBP + -0xf4),in_stack_fffffff4);\n if (*(void **)(unaff_EBP + -0x94) != (void *)0x0) {\n operator_delete(*(void **)(unaff_EBP + -0x94));\n }\n if (*(void **)(unaff_EBP + -0xb8) != (void *)0x0) {\n operator_delete(*(void **)(unaff_EBP + -0xb8));\n }\n if (*(int *)(unaff_EBP + -0x114) != 0) {\n operator_delete(*(void **)(unaff_EBP + -0x114));\n }\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" { (declaration "int unaff_EBP;" primitive_type identifier ;) (declaration "void *unaff_ESI;" primitive_type (pointer_declarator "*unaff_ESI" * identifier) ;) (declaration "int in_stack_fffffff4;" primitive_type identifier ;) (if_statement "if (*(void **)(unaff_EBP + -0x50) != unaff_ESI) {\n operator_delete(*(void **)(unaff_EBP + -0x50));\n }" if (parenthesized_expression "(*(void **)(unaff_EBP + -0x50) != unaff_ESI)" ( (binary_expression "*(void **)(unaff_EBP + -0x50) != unaff_ESI" (pointer_expression "*(void **)(unaff_EBP + -0x50)" * (cast_expression "(void **)(unaff_EBP + -0x50)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x50)" ( (binary_expression "unaff_EBP + -0x50" identifier + number_literal) )))) != identifier) )) (compound_statement "{\n operator_delete(*(void **)(unaff_EBP + -0x50));\n }" { (expression_statement "operator_delete(*(void **)(unaff_EBP + -0x50));" (call_expression "operator_delete(*(void **)(unaff_EBP + -0x50))" identifier (argument_list "(*(void **)(unaff_EBP + -0x50))" ( (pointer_expression "*(void **)(unaff_EBP + -0x50)" * (cast_expression "(void **)(unaff_EBP + -0x50)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x50)" ( (binary_expression "unaff_EBP + -0x50" identifier + number_literal) )))) ))) ;) })) (expression_statement "*(int *)(unaff_EBP + -0xf4) = unaff_EBP + -0xac;" (assignment_expression "*(int *)(unaff_EBP + -0xf4) = unaff_EBP + -0xac" (pointer_expression "*(int *)(unaff_EBP + -0xf4)" * (cast_expression "(int *)(unaff_EBP + -0xf4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0xf4)" ( (binary_expression "unaff_EBP + -0xf4" identifier + number_literal) )))) = (binary_expression "unaff_EBP + -0xac" identifier + number_literal)) ;) (ERROR "std::\n vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::" (comma_expression "std::\n vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std" identifier (ERROR "::\n vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>" : : (binary_expression "vector<std" identifier < identifier) : : (comma_expression "__cxx11::basic_string<char,_std::char_traits<char>,_std" identifier (ERROR "::basic_string<char,_std::char_traits<char>" : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char" identifier < identifier) >) , identifier) : : (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) >) , identifier) : : (binary_expression "allocator<std" identifier < identifier) : : (comma_expression "__cxx11::basic_string<char,_std::char_traits<char>,_std" identifier (ERROR "::basic_string<char,_std::char_traits<char>" : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char" identifier < identifier) >) , identifier) : :) (expression_statement "allocator<char>_>_>_>\n ::~vector(*(vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n **)(unaff_EBP + -0x10c),in_stack_fffffff4);" (binary_expression "allocator<char>_>_>_>\n ::~vector(*(vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n **)(unaff_EBP + -0x10c),in_stack_fffffff4)" (binary_expression "allocator<char>_>_>_" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > identifier) > (ERROR "::" : :) (unary_expression "~vector(*(vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n **)(unaff_EBP + -0x10c),in_stack_fffffff4)" ~ (call_expression "vector(*(vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n **)(unaff_EBP + -0x10c),in_stack_fffffff4)" identifier (argument_list "(*(vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n **)(unaff_EBP + -0x10c),in_stack_fffffff4)" ( (pointer_expression "*(vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n **)(unaff_EBP + -0x10c)" * (call_expression "(vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n **)(unaff_EBP + -0x10c)" (parenthesized_expression "(vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n **)" ( (ERROR "vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::" (binary_expression "vector<std" identifier < identifier) : : identifier : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<char>_>,_std" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : identifier : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (binary_expression "allocator<char>_>_>_>\n **" (binary_expression "allocator<char>_>_>_" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > identifier) > (pointer_expression "**" * (pointer_expression "*" * identifier))) )) (argument_list "(unaff_EBP + -0x10c)" ( (binary_expression "unaff_EBP + -0x10c" identifier + number_literal) )))) , identifier ))))) ;) (ERROR "std::\n _Hashtable<unsigned_int,_std::pair<unsigned_int_const,_unsigned_int>,_std::allocator<std::pair<unsigned_int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::" (comma_expression "std::\n _Hashtable<unsigned_int,_std::pair<unsigned_int_const,_unsigned_int>,_std::allocator<std::pair<unsigned_int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std" identifier (ERROR "::\n _Hashtable<unsigned_int,_std::pair<unsigned_int_const,_unsigned_int>,_std::allocator<std::pair<unsigned_int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>" : : (comma_expression "_Hashtable<unsigned_int,_std" (binary_expression "_Hashtable<unsigned_int" identifier < identifier) , identifier) : : (comma_expression "pair<unsigned_int_const,_unsigned_int>,_std" (binary_expression "pair<unsigned_int_const" identifier < identifier) , (binary_expression "_unsigned_int>,_std" identifier > (ERROR "," ,) identifier)) : : (binary_expression "allocator<std" identifier < identifier) : : (comma_expression "pair<unsigned_int_const,_unsigned_int>_>,_std" (binary_expression "pair<unsigned_int_const" identifier < identifier) , (binary_expression "_unsigned_int>_>,_std" (binary_expression "_unsigned_int>_" identifier > identifier) > (ERROR "," ,) identifier)) : : (comma_expression "__detail::_Select1st,_std::equal_to<unsigned_int>,_std" identifier (ERROR "::_Select1st,_std::equal_to<unsigned_int>" : : (comma_expression "_Select1st,_std" identifier , identifier) : : (binary_expression "equal_to<unsigned_int" identifier < identifier) >) , identifier) : : (binary_expression "hash<unsigned_int" identifier < identifier) >) , identifier) : : identifier : : identifier , identifier : : identifier : : identifier , identifier : : identifier : : identifier , identifier : : identifier : :) (expression_statement "_Hashtable_traits<false,_false,_false>_>\n ::~_Hashtable(*(_Hashtable<unsigned_int,_std::pair<unsigned_int_const,_unsigned_int>,_std::allocator<std::pair<unsigned_int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_false>_>\n **)(unaff_EBP + -0xf0),in_stack_fffffff4);" (comma_expression "_Hashtable_traits<false,_false,_false>_>\n ::~_Hashtable(*(_Hashtable<unsigned_int,_std::pair<unsigned_int_const,_unsigned_int>,_std::allocator<std::pair<unsigned_int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_false>_>\n **)(unaff_EBP + -0xf0),in_stack_fffffff4)" (binary_expression "_Hashtable_traits<false" identifier < false) , (comma_expression "_false,_false>_>\n ::~_Hashtable(*(_Hashtable<unsigned_int,_std::pair<unsigned_int_const,_unsigned_int>,_std::allocator<std::pair<unsigned_int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_false>_>\n **)(unaff_EBP + -0xf0),in_stack_fffffff4)" identifier , (binary_expression "_false>_>\n ::~_Hashtable(*(_Hashtable<unsigned_int,_std::pair<unsigned_int_const,_unsigned_int>,_std::allocator<std::pair<unsigned_int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_false>_>\n **)(unaff_EBP + -0xf0),in_stack_fffffff4)" (binary_expression "_false>_" identifier > identifier) > (ERROR "::" : :) (unary_expression "~_Hashtable(*(_Hashtable<unsigned_int,_std::pair<unsigned_int_const,_unsigned_int>,_std::allocator<std::pair<unsigned_int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_false>_>\n **)(unaff_EBP + -0xf0),in_stack_fffffff4)" ~ (call_expression "_Hashtable(*(_Hashtable<unsigned_int,_std::pair<unsigned_int_const,_unsigned_int>,_std::allocator<std::pair<unsigned_int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_false>_>\n **)(unaff_EBP + -0xf0),in_stack_fffffff4)" identifier (argument_list "(*(_Hashtable<unsigned_int,_std::pair<unsigned_int_const,_unsigned_int>,_std::allocator<std::pair<unsigned_int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_false>_>\n **)(unaff_EBP + -0xf0),in_stack_fffffff4)" ( (pointer_expression "*(_Hashtable<unsigned_int,_std::pair<unsigned_int_const,_unsigned_int>,_std::allocator<std::pair<unsigned_int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_false>_>\n **)(unaff_EBP + -0xf0)" * (call_expression "(_Hashtable<unsigned_int,_std::pair<unsigned_int_const,_unsigned_int>,_std::allocator<std::pair<unsigned_int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_false>_>\n **)(unaff_EBP + -0xf0)" (parenthesized_expression "(_Hashtable<unsigned_int,_std::pair<unsigned_int_const,_unsigned_int>,_std::allocator<std::pair<unsigned_int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_false>_>\n **)" ( (ERROR "_Hashtable<unsigned_int,_std::pair<unsigned_int_const,_unsigned_int>,_std::allocator<std::pair<unsigned_int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::" (comma_expression "_Hashtable<unsigned_int,_std" (binary_expression "_Hashtable<unsigned_int" identifier < identifier) , identifier) : : (comma_expression "pair<unsigned_int_const,_unsigned_int>,_std" (binary_expression "pair<unsigned_int_const" identifier < identifier) , (binary_expression "_unsigned_int>,_std" identifier > (ERROR "," ,) identifier)) : : (binary_expression "allocator<std" identifier < identifier) : : (comma_expression "pair<unsigned_int_const,_unsigned_int>_>,_std" (binary_expression "pair<unsigned_int_const" identifier < identifier) , (binary_expression "_unsigned_int>_>,_std" (binary_expression "_unsigned_int>_" identifier > identifier) > (ERROR "," ,) identifier)) : : identifier : : (comma_expression "_Select1st,_std" identifier , identifier) : : (binary_expression "equal_to<unsigned_int>,_std" (binary_expression "equal_to<unsigned_int" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "hash<unsigned_int>,_std" (binary_expression "hash<unsigned_int" identifier < identifier) > (ERROR "," ,) identifier) : : identifier : : (comma_expression "_Mod_range_hashing,_std" identifier , identifier) : : identifier : : (comma_expression "_Default_ranged_hash,_std" identifier , identifier) : : identifier : : (comma_expression "_Prime_rehash_policy,_std" identifier , identifier) : : identifier : :) (comma_expression "_Hashtable_traits<false,_false,_false>_>\n **" (binary_expression "_Hashtable_traits<false" identifier < false) , (comma_expression "_false,_false>_>\n **" identifier , (binary_expression "_false>_>\n **" (binary_expression "_false>_" identifier > identifier) > (pointer_expression "**" * (pointer_expression "*" * identifier))))) )) (argument_list "(unaff_EBP + -0xf0)" ( (binary_expression "unaff_EBP + -0xf0" identifier + number_literal) )))) , identifier ))))))) ;) (ERROR "std::\n vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::" (comma_expression "std::\n vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std" identifier (ERROR "::\n vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>" : : (binary_expression "vector<std" identifier < identifier) : : (comma_expression "__cxx11::basic_string<char,_std::char_traits<char>,_std" identifier (ERROR "::basic_string<char,_std::char_traits<char>" : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char" identifier < identifier) >) , identifier) : : (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) >) , identifier) : : (binary_expression "allocator<std" identifier < identifier) : : (comma_expression "__cxx11::basic_string<char,_std::char_traits<char>,_std" identifier (ERROR "::basic_string<char,_std::char_traits<char>" : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char" identifier < identifier) >) , identifier) : :) (expression_statement "allocator<char>_>_>_>\n ::~vector(*(vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n **)(unaff_EBP + -0xf4),in_stack_fffffff4);" (binary_expression "allocator<char>_>_>_>\n ::~vector(*(vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n **)(unaff_EBP + -0xf4),in_stack_fffffff4)" (binary_expression "allocator<char>_>_>_" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > identifier) > (ERROR "::" : :) (unary_expression "~vector(*(vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n **)(unaff_EBP + -0xf4),in_stack_fffffff4)" ~ (call_expression "vector(*(vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n **)(unaff_EBP + -0xf4),in_stack_fffffff4)" identifier (argument_list "(*(vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n **)(unaff_EBP + -0xf4),in_stack_fffffff4)" ( (pointer_expression "*(vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n **)(unaff_EBP + -0xf4)" * (call_expression "(vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n **)(unaff_EBP + -0xf4)" (parenthesized_expression "(vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n **)" ( (ERROR "vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::" (binary_expression "vector<std" identifier < identifier) : : identifier : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<char>_>,_std" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : identifier : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (binary_expression "allocator<char>_>_>_>\n **" (binary_expression "allocator<char>_>_>_" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > identifier) > (pointer_expression "**" * (pointer_expression "*" * identifier))) )) (argument_list "(unaff_EBP + -0xf4)" ( (binary_expression "unaff_EBP + -0xf4" identifier + number_literal) )))) , identifier ))))) ;) (if_statement "if (*(void **)(unaff_EBP + -0x94) != (void *)0x0) {\n operator_delete(*(void **)(unaff_EBP + -0x94));\n }" if (parenthesized_expression "(*(void **)(unaff_EBP + -0x94) != (void *)0x0)" ( (binary_expression "*(void **)(unaff_EBP + -0x94) != (void *)0x0" (pointer_expression "*(void **)(unaff_EBP + -0x94)" * (cast_expression "(void **)(unaff_EBP + -0x94)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x94)" ( (binary_expression "unaff_EBP + -0x94" identifier + number_literal) )))) != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n operator_delete(*(void **)(unaff_EBP + -0x94));\n }" { (expression_statement "operator_delete(*(void **)(unaff_EBP + -0x94));" (call_expression "operator_delete(*(void **)(unaff_EBP + -0x94))" identifier (argument_list "(*(void **)(unaff_EBP + -0x94))" ( (pointer_expression "*(void **)(unaff_EBP + -0x94)" * (cast_expression "(void **)(unaff_EBP + -0x94)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x94)" ( (binary_expression "unaff_EBP + -0x94" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(void **)(unaff_EBP + -0xb8) != (void *)0x0) {\n operator_delete(*(void **)(unaff_EBP + -0xb8));\n }" if (parenthesized_expression "(*(void **)(unaff_EBP + -0xb8) != (void *)0x0)" ( (binary_expression "*(void **)(unaff_EBP + -0xb8) != (void *)0x0" (pointer_expression "*(void **)(unaff_EBP + -0xb8)" * (cast_expression "(void **)(unaff_EBP + -0xb8)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0xb8)" ( (binary_expression "unaff_EBP + -0xb8" identifier + number_literal) )))) != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n operator_delete(*(void **)(unaff_EBP + -0xb8));\n }" { (expression_statement "operator_delete(*(void **)(unaff_EBP + -0xb8));" (call_expression "operator_delete(*(void **)(unaff_EBP + -0xb8))" identifier (argument_list "(*(void **)(unaff_EBP + -0xb8))" ( (pointer_expression "*(void **)(unaff_EBP + -0xb8)" * (cast_expression "(void **)(unaff_EBP + -0xb8)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0xb8)" ( (binary_expression "unaff_EBP + -0xb8" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(int *)(unaff_EBP + -0x114) != 0) {\n operator_delete(*(void **)(unaff_EBP + -0x114));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x114) != 0)" ( (binary_expression "*(int *)(unaff_EBP + -0x114) != 0" (pointer_expression "*(int *)(unaff_EBP + -0x114)" * (cast_expression "(int *)(unaff_EBP + -0x114)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x114)" ( (binary_expression "unaff_EBP + -0x114" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n operator_delete(*(void **)(unaff_EBP + -0x114));\n }" { (expression_statement "operator_delete(*(void **)(unaff_EBP + -0x114));" (call_expression "operator_delete(*(void **)(unaff_EBP + -0x114))" identifier (argument_list "(*(void **)(unaff_EBP + -0x114))" ( (pointer_expression "*(void **)(unaff_EBP + -0x114)" * (cast_expression "(void **)(unaff_EBP + -0x114)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x114)" ( (binary_expression "unaff_EBP + -0x114" identifier + number_literal) )))) ))) ;) })) comment (expression_statement "_Unwind_Resume();" (call_expression "_Unwind_Resume()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "void FUN_0002a7be(void)\n\n{\n int unaff_EBP;\n int unaff_ESI;\n \n if (*(int *)(unaff_EBP + -0x50) != unaff_ESI) {\n FUN_001e6dc0(*(int *)(unaff_EBP + -0x50));\n }\n *(int *)(unaff_EBP + -0xf4) = unaff_EBP + -0xac;\n FUN_0005b0f0(*(undefined4 *)(unaff_EBP + -0x10c));\n FUN_000702d0(*(undefined4 *)(unaff_EBP + -0xf0));\n FUN_0005b0f0(*(undefined4 *)(unaff_EBP + -0xf4));\n if (*(int *)(unaff_EBP + -0x94) != 0) {\n FUN_001e6dc0(*(int *)(unaff_EBP + -0x94));\n }\n if (*(int *)(unaff_EBP + -0xb8) != 0) {\n FUN_001e6dc0(*(int *)(unaff_EBP + -0xb8));\n }\n if (*(int *)(unaff_EBP + -0x114) != 0) {\n FUN_001e6dc0(*(undefined4 *)(unaff_EBP + -0x114));\n }\n \n FUN_0027dd90();\n}\n\n" (function_definition "void FUN_0002a7be(void)\n\n{\n int unaff_EBP;\n int unaff_ESI;\n \n if (*(int *)(unaff_EBP + -0x50) != unaff_ESI) {\n FUN_001e6dc0(*(int *)(unaff_EBP + -0x50));\n }\n *(int *)(unaff_EBP + -0xf4) = unaff_EBP + -0xac;\n FUN_0005b0f0(*(undefined4 *)(unaff_EBP + -0x10c));\n FUN_000702d0(*(undefined4 *)(unaff_EBP + -0xf0));\n FUN_0005b0f0(*(undefined4 *)(unaff_EBP + -0xf4));\n if (*(int *)(unaff_EBP + -0x94) != 0) {\n FUN_001e6dc0(*(int *)(unaff_EBP + -0x94));\n }\n if (*(int *)(unaff_EBP + -0xb8) != 0) {\n FUN_001e6dc0(*(int *)(unaff_EBP + -0xb8));\n }\n if (*(int *)(unaff_EBP + -0x114) != 0) {\n FUN_001e6dc0(*(undefined4 *)(unaff_EBP + -0x114));\n }\n \n FUN_0027dd90();\n}" primitive_type (function_declarator "FUN_0002a7be(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n int unaff_EBP;\n int unaff_ESI;\n \n if (*(int *)(unaff_EBP + -0x50) != unaff_ESI) {\n FUN_001e6dc0(*(int *)(unaff_EBP + -0x50));\n }\n *(int *)(unaff_EBP + -0xf4) = unaff_EBP + -0xac;\n FUN_0005b0f0(*(undefined4 *)(unaff_EBP + -0x10c));\n FUN_000702d0(*(undefined4 *)(unaff_EBP + -0xf0));\n FUN_0005b0f0(*(undefined4 *)(unaff_EBP + -0xf4));\n if (*(int *)(unaff_EBP + -0x94) != 0) {\n FUN_001e6dc0(*(int *)(unaff_EBP + -0x94));\n }\n if (*(int *)(unaff_EBP + -0xb8) != 0) {\n FUN_001e6dc0(*(int *)(unaff_EBP + -0xb8));\n }\n if (*(int *)(unaff_EBP + -0x114) != 0) {\n FUN_001e6dc0(*(undefined4 *)(unaff_EBP + -0x114));\n }\n \n FUN_0027dd90();\n}" { (declaration "int unaff_EBP;" primitive_type identifier ;) (declaration "int unaff_ESI;" primitive_type identifier ;) (if_statement "if (*(int *)(unaff_EBP + -0x50) != unaff_ESI) {\n FUN_001e6dc0(*(int *)(unaff_EBP + -0x50));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x50) != unaff_ESI)" ( (binary_expression "*(int *)(unaff_EBP + -0x50) != unaff_ESI" (pointer_expression "*(int *)(unaff_EBP + -0x50)" * (cast_expression "(int *)(unaff_EBP + -0x50)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x50)" ( (binary_expression "unaff_EBP + -0x50" identifier + number_literal) )))) != identifier) )) (compound_statement "{\n FUN_001e6dc0(*(int *)(unaff_EBP + -0x50));\n }" { (expression_statement "FUN_001e6dc0(*(int *)(unaff_EBP + -0x50));" (call_expression "FUN_001e6dc0(*(int *)(unaff_EBP + -0x50))" identifier (argument_list "(*(int *)(unaff_EBP + -0x50))" ( (pointer_expression "*(int *)(unaff_EBP + -0x50)" * (cast_expression "(int *)(unaff_EBP + -0x50)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x50)" ( (binary_expression "unaff_EBP + -0x50" identifier + number_literal) )))) ))) ;) })) (expression_statement "*(int *)(unaff_EBP + -0xf4) = unaff_EBP + -0xac;" (assignment_expression "*(int *)(unaff_EBP + -0xf4) = unaff_EBP + -0xac" (pointer_expression "*(int *)(unaff_EBP + -0xf4)" * (cast_expression "(int *)(unaff_EBP + -0xf4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0xf4)" ( (binary_expression "unaff_EBP + -0xf4" identifier + number_literal) )))) = (binary_expression "unaff_EBP + -0xac" identifier + number_literal)) ;) (expression_statement "FUN_0005b0f0(*(undefined4 *)(unaff_EBP + -0x10c));" (call_expression "FUN_0005b0f0(*(undefined4 *)(unaff_EBP + -0x10c))" identifier (argument_list "(*(undefined4 *)(unaff_EBP + -0x10c))" ( (pointer_expression "*(undefined4 *)(unaff_EBP + -0x10c)" * (cast_expression "(undefined4 *)(unaff_EBP + -0x10c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x10c)" ( (binary_expression "unaff_EBP + -0x10c" identifier + number_literal) )))) ))) ;) (expression_statement "FUN_000702d0(*(undefined4 *)(unaff_EBP + -0xf0));" (call_expression "FUN_000702d0(*(undefined4 *)(unaff_EBP + -0xf0))" identifier (argument_list "(*(undefined4 *)(unaff_EBP + -0xf0))" ( (pointer_expression "*(undefined4 *)(unaff_EBP + -0xf0)" * (cast_expression "(undefined4 *)(unaff_EBP + -0xf0)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0xf0)" ( (binary_expression "unaff_EBP + -0xf0" identifier + number_literal) )))) ))) ;) (expression_statement "FUN_0005b0f0(*(undefined4 *)(unaff_EBP + -0xf4));" (call_expression "FUN_0005b0f0(*(undefined4 *)(unaff_EBP + -0xf4))" identifier (argument_list "(*(undefined4 *)(unaff_EBP + -0xf4))" ( (pointer_expression "*(undefined4 *)(unaff_EBP + -0xf4)" * (cast_expression "(undefined4 *)(unaff_EBP + -0xf4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0xf4)" ( (binary_expression "unaff_EBP + -0xf4" identifier + number_literal) )))) ))) ;) (if_statement "if (*(int *)(unaff_EBP + -0x94) != 0) {\n FUN_001e6dc0(*(int *)(unaff_EBP + -0x94));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x94) != 0)" ( (binary_expression "*(int *)(unaff_EBP + -0x94) != 0" (pointer_expression "*(int *)(unaff_EBP + -0x94)" * (cast_expression "(int *)(unaff_EBP + -0x94)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x94)" ( (binary_expression "unaff_EBP + -0x94" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n FUN_001e6dc0(*(int *)(unaff_EBP + -0x94));\n }" { (expression_statement "FUN_001e6dc0(*(int *)(unaff_EBP + -0x94));" (call_expression "FUN_001e6dc0(*(int *)(unaff_EBP + -0x94))" identifier (argument_list "(*(int *)(unaff_EBP + -0x94))" ( (pointer_expression "*(int *)(unaff_EBP + -0x94)" * (cast_expression "(int *)(unaff_EBP + -0x94)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x94)" ( (binary_expression "unaff_EBP + -0x94" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(int *)(unaff_EBP + -0xb8) != 0) {\n FUN_001e6dc0(*(int *)(unaff_EBP + -0xb8));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0xb8) != 0)" ( (binary_expression "*(int *)(unaff_EBP + -0xb8) != 0" (pointer_expression "*(int *)(unaff_EBP + -0xb8)" * (cast_expression "(int *)(unaff_EBP + -0xb8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0xb8)" ( (binary_expression "unaff_EBP + -0xb8" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n FUN_001e6dc0(*(int *)(unaff_EBP + -0xb8));\n }" { (expression_statement "FUN_001e6dc0(*(int *)(unaff_EBP + -0xb8));" (call_expression "FUN_001e6dc0(*(int *)(unaff_EBP + -0xb8))" identifier (argument_list "(*(int *)(unaff_EBP + -0xb8))" ( (pointer_expression "*(int *)(unaff_EBP + -0xb8)" * (cast_expression "(int *)(unaff_EBP + -0xb8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0xb8)" ( (binary_expression "unaff_EBP + -0xb8" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(int *)(unaff_EBP + -0x114) != 0) {\n FUN_001e6dc0(*(undefined4 *)(unaff_EBP + -0x114));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x114) != 0)" ( (binary_expression "*(int *)(unaff_EBP + -0x114) != 0" (pointer_expression "*(int *)(unaff_EBP + -0x114)" * (cast_expression "(int *)(unaff_EBP + -0x114)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x114)" ( (binary_expression "unaff_EBP + -0x114" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n FUN_001e6dc0(*(undefined4 *)(unaff_EBP + -0x114));\n }" { (expression_statement "FUN_001e6dc0(*(undefined4 *)(unaff_EBP + -0x114));" (call_expression "FUN_001e6dc0(*(undefined4 *)(unaff_EBP + -0x114))" identifier (argument_list "(*(undefined4 *)(unaff_EBP + -0x114))" ( (pointer_expression "*(undefined4 *)(unaff_EBP + -0x114)" * (cast_expression "(undefined4 *)(unaff_EBP + -0x114)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x114)" ( (binary_expression "unaff_EBP + -0x114" identifier + number_literal) )))) ))) ;) })) (expression_statement "FUN_0027dd90();" (call_expression "FUN_0027dd90()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (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 ( (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)) ;) (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 ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ))) ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != LIT) )) (compound_statement { (expression_statement (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 (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 ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "void FUN_0002a7be(void)\n\n{\n int unaff_EBP;\n int unaff_ESI;\n \n if (*(int *)(unaff_EBP + -0x50) != unaff_ESI) {\n FUN_001e6dc0(*(int *)(unaff_EBP + -0x50));\n }\n *(int *)(unaff_EBP + -0xf4) = unaff_EBP + -0xac;\n FUN_0005b0f0(*(undefined4 *)(unaff_EBP + -0x10c));\n FUN_000702d0(*(undefined4 *)(unaff_EBP + -0xf0));\n FUN_0005b0f0(*(undefined4 *)(unaff_EBP + -0xf4));\n if (*(int *)(unaff_EBP + -0x94) != 0) {\n FUN_001e6dc0(*(int *)(unaff_EBP + -0x94));\n }\n if (*(int *)(unaff_EBP + -0xb8) != 0) {\n FUN_001e6dc0(*(int *)(unaff_EBP + -0xb8));\n }\n if (*(int *)(unaff_EBP + -0x114) != 0) {\n FUN_001e6dc0(*(undefined4 *)(unaff_EBP + -0x114));\n }\n \n FUN_0027dd90();\n}" (primitive_type "void") (function_declarator "FUN_0002a7be(void)" (identifier "FUN_0002a7be") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n int unaff_EBP;\n int unaff_ESI;\n \n if (*(int *)(unaff_EBP + -0x50) != unaff_ESI) {\n FUN_001e6dc0(*(int *)(unaff_EBP + -0x50));\n }\n *(int *)(unaff_EBP + -0xf4) = unaff_EBP + -0xac;\n FUN_0005b0f0(*(undefined4 *)(unaff_EBP + -0x10c));\n FUN_000702d0(*(undefined4 *)(unaff_EBP + -0xf0));\n FUN_0005b0f0(*(undefined4 *)(unaff_EBP + -0xf4));\n if (*(int *)(unaff_EBP + -0x94) != 0) {\n FUN_001e6dc0(*(int *)(unaff_EBP + -0x94));\n }\n if (*(int *)(unaff_EBP + -0xb8) != 0) {\n FUN_001e6dc0(*(int *)(unaff_EBP + -0xb8));\n }\n if (*(int *)(unaff_EBP + -0x114) != 0) {\n FUN_001e6dc0(*(undefined4 *)(unaff_EBP + -0x114));\n }\n \n FUN_0027dd90();\n}" ({ "{") (declaration "int unaff_EBP;" (primitive_type "int") (identifier "unaff_EBP") (; ";")) (declaration "int unaff_ESI;" (primitive_type "int") (identifier "unaff_ESI") (; ";")) (if_statement "if (*(int *)(unaff_EBP + -0x50) != unaff_ESI) {\n FUN_001e6dc0(*(int *)(unaff_EBP + -0x50));\n }" (if "if") (parenthesized_expression "(*(int *)(unaff_EBP + -0x50) != unaff_ESI)" (( "(") (binary_expression "*(int *)(unaff_EBP + -0x50) != unaff_ESI" (pointer_expression "*(int *)(unaff_EBP + -0x50)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x50)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x50)" (( "(") (binary_expression "unaff_EBP + -0x50" (identifier "unaff_EBP") (+ "+") (number_literal "-0x50")) () ")")))) (!= "!=") (identifier "unaff_ESI")) () ")")) (compound_statement "{\n FUN_001e6dc0(*(int *)(unaff_EBP + -0x50));\n }" ({ "{") (expression_statement "FUN_001e6dc0(*(int *)(unaff_EBP + -0x50));" (call_expression "FUN_001e6dc0(*(int *)(unaff_EBP + -0x50))" (identifier "FUN_001e6dc0") (argument_list "(*(int *)(unaff_EBP + -0x50))" (( "(") (pointer_expression "*(int *)(unaff_EBP + -0x50)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x50)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x50)" (( "(") (binary_expression "unaff_EBP + -0x50" (identifier "unaff_EBP") (+ "+") (number_literal "-0x50")) () ")")))) () ")"))) (; ";")) (} "}"))) (expression_statement "*(int *)(unaff_EBP + -0xf4) = unaff_EBP + -0xac;" (assignment_expression "*(int *)(unaff_EBP + -0xf4) = unaff_EBP + -0xac" (pointer_expression "*(int *)(unaff_EBP + -0xf4)" (* "*") (cast_expression "(int *)(unaff_EBP + -0xf4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0xf4)" (( "(") (binary_expression "unaff_EBP + -0xf4" (identifier "unaff_EBP") (+ "+") (number_literal "-0xf4")) () ")")))) (= "=") (binary_expression "unaff_EBP + -0xac" (identifier "unaff_EBP") (+ "+") (number_literal "-0xac"))) (; ";")) (expression_statement "FUN_0005b0f0(*(undefined4 *)(unaff_EBP + -0x10c));" (call_expression "FUN_0005b0f0(*(undefined4 *)(unaff_EBP + -0x10c))" (identifier "FUN_0005b0f0") (argument_list "(*(undefined4 *)(unaff_EBP + -0x10c))" (( "(") (pointer_expression "*(undefined4 *)(unaff_EBP + -0x10c)" (* "*") (cast_expression "(undefined4 *)(unaff_EBP + -0x10c)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x10c)" (( "(") (binary_expression "unaff_EBP + -0x10c" (identifier "unaff_EBP") (+ "+") (number_literal "-0x10c")) () ")")))) () ")"))) (; ";")) (expression_statement "FUN_000702d0(*(undefined4 *)(unaff_EBP + -0xf0));" (call_expression "FUN_000702d0(*(undefined4 *)(unaff_EBP + -0xf0))" (identifier "FUN_000702d0") (argument_list "(*(undefined4 *)(unaff_EBP + -0xf0))" (( "(") (pointer_expression "*(undefined4 *)(unaff_EBP + -0xf0)" (* "*") (cast_expression "(undefined4 *)(unaff_EBP + -0xf0)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0xf0)" (( "(") (binary_expression "unaff_EBP + -0xf0" (identifier "unaff_EBP") (+ "+") (number_literal "-0xf0")) () ")")))) () ")"))) (; ";")) (expression_statement "FUN_0005b0f0(*(undefined4 *)(unaff_EBP + -0xf4));" (call_expression "FUN_0005b0f0(*(undefined4 *)(unaff_EBP + -0xf4))" (identifier "FUN_0005b0f0") (argument_list "(*(undefined4 *)(unaff_EBP + -0xf4))" (( "(") (pointer_expression "*(undefined4 *)(unaff_EBP + -0xf4)" (* "*") (cast_expression "(undefined4 *)(unaff_EBP + -0xf4)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0xf4)" (( "(") (binary_expression "unaff_EBP + -0xf4" (identifier "unaff_EBP") (+ "+") (number_literal "-0xf4")) () ")")))) () ")"))) (; ";")) (if_statement "if (*(int *)(unaff_EBP + -0x94) != 0) {\n FUN_001e6dc0(*(int *)(unaff_EBP + -0x94));\n }" (if "if") (parenthesized_expression "(*(int *)(unaff_EBP + -0x94) != 0)" (( "(") (binary_expression "*(int *)(unaff_EBP + -0x94) != 0" (pointer_expression "*(int *)(unaff_EBP + -0x94)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x94)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x94)" (( "(") (binary_expression "unaff_EBP + -0x94" (identifier "unaff_EBP") (+ "+") (number_literal "-0x94")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_001e6dc0(*(int *)(unaff_EBP + -0x94));\n }" ({ "{") (expression_statement "FUN_001e6dc0(*(int *)(unaff_EBP + -0x94));" (call_expression "FUN_001e6dc0(*(int *)(unaff_EBP + -0x94))" (identifier "FUN_001e6dc0") (argument_list "(*(int *)(unaff_EBP + -0x94))" (( "(") (pointer_expression "*(int *)(unaff_EBP + -0x94)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x94)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x94)" (( "(") (binary_expression "unaff_EBP + -0x94" (identifier "unaff_EBP") (+ "+") (number_literal "-0x94")) () ")")))) () ")"))) (; ";")) (} "}"))) (if_statement "if (*(int *)(unaff_EBP + -0xb8) != 0) {\n FUN_001e6dc0(*(int *)(unaff_EBP + -0xb8));\n }" (if "if") (parenthesized_expression "(*(int *)(unaff_EBP + -0xb8) != 0)" (( "(") (binary_expression "*(int *)(unaff_EBP + -0xb8) != 0" (pointer_expression "*(int *)(unaff_EBP + -0xb8)" (* "*") (cast_expression "(int *)(unaff_EBP + -0xb8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0xb8)" (( "(") (binary_expression "unaff_EBP + -0xb8" (identifier "unaff_EBP") (+ "+") (number_literal "-0xb8")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_001e6dc0(*(int *)(unaff_EBP + -0xb8));\n }" ({ "{") (expression_statement "FUN_001e6dc0(*(int *)(unaff_EBP + -0xb8));" (call_expression "FUN_001e6dc0(*(int *)(unaff_EBP + -0xb8))" (identifier "FUN_001e6dc0") (argument_list "(*(int *)(unaff_EBP + -0xb8))" (( "(") (pointer_expression "*(int *)(unaff_EBP + -0xb8)" (* "*") (cast_expression "(int *)(unaff_EBP + -0xb8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0xb8)" (( "(") (binary_expression "unaff_EBP + -0xb8" (identifier "unaff_EBP") (+ "+") (number_literal "-0xb8")) () ")")))) () ")"))) (; ";")) (} "}"))) (if_statement "if (*(int *)(unaff_EBP + -0x114) != 0) {\n FUN_001e6dc0(*(undefined4 *)(unaff_EBP + -0x114));\n }" (if "if") (parenthesized_expression "(*(int *)(unaff_EBP + -0x114) != 0)" (( "(") (binary_expression "*(int *)(unaff_EBP + -0x114) != 0" (pointer_expression "*(int *)(unaff_EBP + -0x114)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x114)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x114)" (( "(") (binary_expression "unaff_EBP + -0x114" (identifier "unaff_EBP") (+ "+") (number_literal "-0x114")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_001e6dc0(*(undefined4 *)(unaff_EBP + -0x114));\n }" ({ "{") (expression_statement "FUN_001e6dc0(*(undefined4 *)(unaff_EBP + -0x114));" (call_expression "FUN_001e6dc0(*(undefined4 *)(unaff_EBP + -0x114))" (identifier "FUN_001e6dc0") (argument_list "(*(undefined4 *)(unaff_EBP + -0x114))" (( "(") (pointer_expression "*(undefined4 *)(unaff_EBP + -0x114)" (* "*") (cast_expression "(undefined4 *)(unaff_EBP + -0x114)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x114)" (( "(") (binary_expression "unaff_EBP + -0x114" (identifier "unaff_EBP") (+ "+") (number_literal "-0x114")) () ")")))) () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_0027dd90();" (call_expression "FUN_0027dd90()" (identifier "FUN_0027dd90") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
void function_1(void) { int var_1; void *var_2; int in_stack_fffffff4; if (*(void **)(var_1 + -0x50) != var_2) { var_3(*(void **)(var_1 + -0x50)); } *(int *)(var_1 + -0xf4) = var_1 + -0xac; std:: var_7<std::__cxx11::basic_string<var_5,_std::char_traits<var_5>,_std::var_4<var_5>var_6>,_std::var_4<std::__cxx11::basic_string<var_5,_std::char_traits<var_5>,_std::var_4<var_5>var_6>var_6>var_6> ::~var_7(*(var_7<std::__cxx11::basic_string<var_5,_std::char_traits<var_5>,_std::var_4<var_5>var_6>,_std::var_4<std::__cxx11::basic_string<var_5,_std::char_traits<var_5>,_std::var_4<var_5>var_6>var_6>var_6> **)(var_1 + -0x10c),in_stack_fffffff4); std:: var_10<unsigned_int,_std::pair<unsigned_int_const,_unsigned_int>,_std::var_4<std::pair<unsigned_int_const,_unsigned_int>var_6>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::var_8<false,var_9,var_9>var_6> ::~var_10(*(var_10<unsigned_int,_std::pair<unsigned_int_const,_unsigned_int>,_std::var_4<std::pair<unsigned_int_const,_unsigned_int>var_6>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::var_8<false,var_9,var_9>var_6> **)(var_1 + -0xf0),in_stack_fffffff4); std:: var_7<std::__cxx11::basic_string<var_5,_std::char_traits<var_5>,_std::var_4<var_5>var_6>,_std::var_4<std::__cxx11::basic_string<var_5,_std::char_traits<var_5>,_std::var_4<var_5>var_6>var_6>var_6> ::~var_7(*(var_7<std::__cxx11::basic_string<var_5,_std::char_traits<var_5>,_std::var_4<var_5>var_6>,_std::var_4<std::__cxx11::basic_string<var_5,_std::char_traits<var_5>,_std::var_4<var_5>var_6>var_6>var_6> **)(var_1 + -0xf4),in_stack_fffffff4); if (*(void **)(var_1 + -0x94) != (void *)0x0) { var_3(*(void **)(var_1 + -0x94)); } if (*(void **)(var_1 + -0xb8) != (void *)0x0) { var_3(*(void **)(var_1 + -0xb8)); } if (*(int *)(var_1 + -0x114) != 0) { var_3(*(void **)(var_1 + -0x114)); } /* WARNING: Subroutine does not return */ var_11(); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) 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 (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (identifier) right: (number_literal)))) (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 (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (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: (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 (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: (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 (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
null
void MASKED(void) { int unaff_EBP; int unaff_ESI; if (*(int *)(unaff_EBP + -0x50) != unaff_ESI) { FUN_001e6dc0(*(int *)(unaff_EBP + -0x50)); } *(int *)(unaff_EBP + -0xf4) = unaff_EBP + -0xac; FUN_0005b0f0(*(undefined4 *)(unaff_EBP + -0x10c)); FUN_000702d0(*(undefined4 *)(unaff_EBP + -0xf0)); FUN_0005b0f0(*(undefined4 *)(unaff_EBP + -0xf4)); if (*(int *)(unaff_EBP + -0x94) != 0) { FUN_001e6dc0(*(int *)(unaff_EBP + -0x94)); } if (*(int *)(unaff_EBP + -0xb8) != 0) { FUN_001e6dc0(*(int *)(unaff_EBP + -0xb8)); } if (*(int *)(unaff_EBP + -0x114) != 0) { FUN_001e6dc0(*(undefined4 *)(unaff_EBP + -0x114)); } /* WARNING: Subroutine does not return */ FUN_0027dd90(); }
1058_x86_64-linux-gnu-ld_and_x86_64-linux-gnu-ld_strip.c
bfd_putl64
bfd_putl64
/* WARNING: Control flow encountered bad instruction data */ void bfd_putl64(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ void bfd_putl64(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1207823714')]
[('const-1', u'RETURN_-1207823714')]
null
null
001d1294
x86
O3
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_putl64(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_putl64(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "bfd_putl64(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_putl64(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_putl64(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "bfd_putl64(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_putl64(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void bfd_putl64(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "bfd_putl64(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_putl64(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "bfd_putl64(void)" (identifier "bfd_putl64") (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(); }
4548_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c
location
FUN_0013c0c0
/* WARNING: Function: __x86.get_pc_thunk.si replaced with injection: get_pc_thunk_si */ /* WARNING: Enum "DT": Some values do not have unique names */ /* WARNING: Enum "STT": Some values do not have unique names */ /* DWARF original prototype: string location(Relocate_info<64,_true> * this, size_t param_1, off_t offset) */ string * __thiscall gold::Relocate_info<64,_true>::location (string *__return_storage_ptr__,Relocate_info<64,_true> *this,size_t param_1,off_t offset) { _func_int_varargs *p_Var1; off_t oVar2; Dwarf_line_info DVar3; bool bVar4; undefined4 *puVar5; undefined4 *puVar6; _func_int_varargs **pp_Var7; string *ret; undefined1 auStack_18c [8]; Symbol_location_info *local_184; anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9 *local_180; undefined8 local_17c; Sized_dwarf_line_info<64,_true> *local_174; Sized_dwarf_line_info<64,_true> *local_170; Symbol_location_info info; char buf [100]; Sized_dwarf_line_info<64,_true> line_info; local_170 = &line_info; local_17c = offset; Sized_dwarf_line_info<64,_true>::Sized_dwarf_line_info (local_170,(Object *)this->object,0xffffffff); /* try { // try from 0013c121 to 0013c125 has its CatchHandler @ 0013c584 */ Sized_dwarf_line_info<64,_true>::do_addr2line (ret,local_170,this->data_shndx,local_17c, (vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_> *)0x0); puVar6 = (undefined4 *)auStack_18c; if (ret->_M_string_length == 0) { /* try { // try from 0013c144 to 0013c148 has its CatchHandler @ 0013c580 */ std::string::_M_assign((string *)ret); local_184 = &info; local_174 = (Sized_dwarf_line_info<64,_true> *)&info.source_file.field_2; info.source_file._M_string_length = 0; local_180 = &info.enclosing_symbol_name.field_2; info.source_file.field_2._M_local_buf[0] = '\0'; info.enclosing_symbol_name._M_string_length = 0; info.enclosing_symbol_name.field_2._M_local_buf[0] = '\0'; info.source_file._M_dataplus._M_p = (pointer)local_174; info.enclosing_symbol_name._M_dataplus._M_p = (pointer)local_180; /* try { // try from 0013c1b0 to 0013c46d has its CatchHandler @ 0013c516 */ bVar4 = Sized_relobj_file<64,_true>::get_symbol_location_info (this->object,this->data_shndx,local_17c,local_184); if (bVar4) { if (info.source_file._M_string_length != 0) { std::string::append((char *)ret); std::string::_M_append((char *)ret,(uint)info.source_file._M_dataplus._M_p); } if (ret->_M_string_length == 0x7fffffff) { /* WARNING: Subroutine does not return */ std::__throw_length_error("basic_string::append"); } std::string::_M_append((char *)ret,0x3019de); if (info.enclosing_symbol_type == STT_FUNC) { gettext(); std::string::append((char *)ret); } puVar5 = (undefined4 *)&stack0xfffffe64; std::string::_M_append((char *)ret,(uint)info.enclosing_symbol_name._M_dataplus._M_p); } else { std::string::append((char *)ret); p_Var1 = (this->object->super_Sized_relobj<64,_true>).super_Relobj.super_Object._vptr_Object [0x10]; if (p_Var1 == Sized_relobj_file<64,_true>::do_section_name) { elfcpp::Elf_file<64,_true,_gold::Object>::section_name (&this->object->elf_file_,this->data_shndx); } else { (*p_Var1)(); } /* try { // try from 0013c485 to 0013c489 has its CatchHandler @ 0013c51a */ std::string::_M_append((char *)ret,buf._0_4_); if ((char *)buf._0_4_ != buf + 8) { operator_delete((void *)buf._0_4_); } snprintf(buf,100,"+0x%lx)"); puVar5 = (undefined4 *)&stack0xfffffe60; /* try { // try from 0013c4c6 to 0013c515 has its CatchHandler @ 0013c516 */ std::string::append((char *)ret); } if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9 *)info.enclosing_symbol_name._M_dataplus._M_p != local_180) { *puVar5 = info.enclosing_symbol_name._M_dataplus._M_p; puVar5[-1] = 0x13c239; operator_delete((void *)*puVar5); } puVar6 = puVar5 + 4; if ((Sized_dwarf_line_info<64,_true> *)info.source_file._M_dataplus._M_p != local_174) { *puVar5 = info.source_file._M_dataplus._M_p; puVar5[-1] = 0x13c255; operator_delete((void *)*puVar5); puVar6 = puVar5 + 4; } } line_info.super_Dwarf_line_info._vptr_Dwarf_line_info = (_func_int_varargs **)&PTR__Sized_dwarf_line_info_0040f910; DVar3._vptr_Dwarf_line_info = (_func_int_varargs **)&PTR__Sized_dwarf_line_info_0040f910; if (line_info.buffer_start_ != (uchar *)0x0) { *(uchar **)((int)puVar6 + -0x10) = line_info.buffer_start_; *(undefined4 *)((int)puVar6 + -0x14) = 0x13c276; operator_delete__(*(void **)((int)puVar6 + -0x10)); DVar3 = line_info.super_Dwarf_line_info; } line_info.super_Dwarf_line_info._vptr_Dwarf_line_info = DVar3._vptr_Dwarf_line_info; *(Lineno_map **)((int)puVar6 + -0x10) = &line_info.line_number_map_; *(undefined4 *)((int)puVar6 + -0x14) = 0x13c285; std:: _Hashtable<unsigned_int,_std::pair<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::allocator<gold::Offset_to_lineno_entry>_>_>,_std::allocator<std::pair<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::allocator<gold::Offset_to_lineno_entry>_>_>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_> ::~_Hashtable(*(_Hashtable<unsigned_int,_std::pair<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::allocator<gold::Offset_to_lineno_entry>_>_>,_std::allocator<std::pair<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::allocator<gold::Offset_to_lineno_entry>_>_>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_> **)((int)puVar6 + -0x10),*(int *)((int)puVar6 + -0xc)); *(_Base_ptr *)((int)puVar6 + -0xc) = line_info.reloc_map_._M_t._M_impl.super__Rb_tree_header._M_header._M_parent; *(Reloc_map **)((int)puVar6 + -0x10) = &line_info.reloc_map_; *(undefined4 *)((int)puVar6 + -0x14) = 0x13c293; std:: _Rb_tree<long_long_int,_std::pair<long_long_int_const,_std::pair<unsigned_int,_long_long_int>_>,_std::_Select1st<std::pair<long_long_int_const,_std::pair<unsigned_int,_long_long_int>_>_>,_std::less<long_long_int>,_std::allocator<std::pair<long_long_int_const,_std::pair<unsigned_int,_long_long_int>_>_>_> ::_M_erase(*(_Rb_tree<long_long_int,_std::pair<long_long_int_const,_std::pair<unsigned_int,_long_long_int>_>,_std::_Select1st<std::pair<long_long_int_const,_std::pair<unsigned_int,_long_long_int>_>_>,_std::less<long_long_int>,_std::allocator<std::pair<long_long_int_const,_std::pair<unsigned_int,_long_long_int>_>_>_> **)((int)puVar6 + -0x10),*(_Link_type *)((int)puVar6 + -0xc)); if (line_info.files_. super__Vector_base<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>,_std::allocator<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>_> ._M_impl._M_finish != line_info.files_. super__Vector_base<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>,_std::allocator<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>_> ._M_impl._M_start) { local_174 = (Sized_dwarf_line_info<64,_true> *) line_info.files_. super__Vector_base<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>,_std::allocator<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>_> ._M_impl._M_finish; local_170 = (Sized_dwarf_line_info<64,_true> *) line_info.files_. super__Vector_base<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>,_std::allocator<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>_> ._M_impl._M_start; oVar2 = local_17c; do { local_17c._4_4_ = (undefined4)((ulonglong)oVar2 >> 0x20); local_17c._0_4_ = *(_func_int_varargs ***)&local_170->data_valid_; pp_Var7 = (local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info; if ((_func_int_varargs **)local_17c != pp_Var7) { do { if ((_func_int_varargs **)pp_Var7[1] != pp_Var7 + 3) { *(_func_int_varargs **)((int)puVar6 + -0x10) = pp_Var7[1]; *(undefined4 *)((int)puVar6 + -0x14) = 0x13c2dd; operator_delete(*(void **)((int)puVar6 + -0x10)); } oVar2 = CONCAT44(local_17c._4_4_,(_func_int_varargs **)local_17c); pp_Var7 = pp_Var7 + 7; } while ((_func_int_varargs **)local_17c != pp_Var7); pp_Var7 = (local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info; } local_17c = oVar2; if (pp_Var7 != (_func_int_varargs **)0x0) { *(_func_int_varargs ***)((int)puVar6 + -0x10) = pp_Var7; *(undefined4 *)((int)puVar6 + -0x14) = 0x13c302; operator_delete(*(void **)((int)puVar6 + -0x10)); } local_170 = (Sized_dwarf_line_info<64,_true> *)((int)&(local_170->header_).total_length + 4); oVar2 = local_17c; } while (local_174 != local_170); } if (line_info.files_. super__Vector_base<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>,_std::allocator<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>_> ._M_impl._M_start != (pointer)0x0) { *(pointer *)((int)puVar6 + -0x10) = line_info.files_. super__Vector_base<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>,_std::allocator<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>_> ._M_impl._M_start; *(undefined4 *)((int)puVar6 + -0x14) = 0x13c32c; operator_delete(*(void **)((int)puVar6 + -0x10)); } if (line_info.directories_. super__Vector_base<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>,_std::allocator<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_> ._M_impl._M_finish != line_info.directories_. super__Vector_base<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>,_std::allocator<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_> ._M_impl._M_start) { local_174 = (Sized_dwarf_line_info<64,_true> *) line_info.directories_. super__Vector_base<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>,_std::allocator<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_> ._M_impl._M_finish; local_170 = (Sized_dwarf_line_info<64,_true> *) line_info.directories_. super__Vector_base<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>,_std::allocator<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_> ._M_impl._M_start; oVar2 = local_17c; do { local_17c._4_4_ = (undefined4)((ulonglong)oVar2 >> 0x20); local_17c._0_4_ = *(_func_int_varargs ***)&local_170->data_valid_; pp_Var7 = (local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info; if ((_func_int_varargs **)local_17c != pp_Var7) { do { if ((_func_int_varargs **)*pp_Var7 != pp_Var7 + 2) { *(_func_int_varargs **)((int)puVar6 + -0x10) = *pp_Var7; *(undefined4 *)((int)puVar6 + -0x14) = 0x13c374; operator_delete(*(void **)((int)puVar6 + -0x10)); } oVar2 = CONCAT44(local_17c._4_4_,(_func_int_varargs **)local_17c); pp_Var7 = pp_Var7 + 6; } while ((_func_int_varargs **)local_17c != pp_Var7); pp_Var7 = (local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info; } local_17c = oVar2; if (pp_Var7 != (_func_int_varargs **)0x0) { *(_func_int_varargs ***)((int)puVar6 + -0x10) = pp_Var7; *(undefined4 *)((int)puVar6 + -0x14) = 0x13c399; operator_delete(*(void **)((int)puVar6 + -0x10)); } local_170 = (Sized_dwarf_line_info<64,_true> *)((int)&(local_170->header_).total_length + 4); oVar2 = local_17c; } while (local_174 != local_170); } if (line_info.directories_. super__Vector_base<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>,_std::allocator<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_> ._M_impl._M_start != (pointer)0x0) { *(pointer *)((int)puVar6 + -0x10) = line_info.directories_. super__Vector_base<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>,_std::allocator<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_> ._M_impl._M_start; *(undefined4 *)((int)puVar6 + -0x14) = 0x13c3c3; operator_delete(*(void **)((int)puVar6 + -0x10)); } if (line_info.header_.std_opcode_lengths. super__Vector_base<unsigned_char,_std::allocator<unsigned_char>_>._M_impl._M_start != (pointer)0x0) { *(pointer *)((int)puVar6 + -0x10) = line_info.header_.std_opcode_lengths. super__Vector_base<unsigned_char,_std::allocator<unsigned_char>_>._M_impl._M_start; *(undefined4 *)((int)puVar6 + -0x14) = 0x13c3db; operator_delete(*(void **)((int)puVar6 + -0x10)); } return ret; }
/* WARNING: Function: __i686.get_pc_thunk.si replaced with injection: get_pc_thunk_si */ int FUN_0013c0c0(int param_1,int param_2,undefined4 param_3,undefined **param_4,undefined4 param_5) { code *pcVar1; undefined **ppuVar2; char cVar3; undefined4 *puVar4; undefined4 *puVar5; undefined **ppuVar6; undefined1 auStack_190 [12]; int **local_184; undefined1 *local_180; undefined **local_17c; undefined4 local_178; undefined ***local_174; undefined ***local_170; undefined ***local_160; int local_15c; undefined1 local_158 [16]; undefined1 *local_148; undefined4 local_144; undefined1 local_140 [16]; int local_130; undefined1 *local_12c [2]; undefined1 local_124 [92]; undefined **local_c8 [12]; int local_98; int local_80; undefined ***local_6c; undefined ***local_68; undefined ***local_60; undefined ***local_5c; undefined1 local_50 [8]; undefined4 local_48; undefined1 local_38 [40]; local_170 = local_c8; local_17c = param_4; local_178 = param_5; FUN_00219d20(); /* try { // try from 0013c121 to 0013c125 has its CatchHandler @ 0013c584 */ FUN_00217d90(param_1,local_170); puVar5 = (undefined4 *)auStack_190; if (*(int *)(param_1 + 4) == 0) { /* try { // try from 0013c144 to 0013c148 has its CatchHandler @ 0013c580 */ FUN_0024fe30(); local_184 = (int **)&local_160; local_174 = (undefined ***)local_158; local_15c = 0; local_180 = local_140; local_158[0] = 0; local_144 = 0; local_140[0] = 0; local_160 = local_174; local_148 = local_180; /* try { // try from 0013c1b0 to 0013c46d has its CatchHandler @ 0013c516 */ cVar3 = FUN_001309b0(*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),local_17c); if (cVar3 == '\0') { FUN_00251be0(); pcVar1 = *(code **)(**(int **)(param_2 + 8) + 0x40); if (pcVar1 == FUN_000b1170) { FUN_000b0fc0(); } else { (*pcVar1)(); } /* try { // try from 0013c485 to 0013c489 has its CatchHandler @ 0013c51a */ FUN_00251a30(); if (local_12c[0] != local_124) { FUN_00248220(); } snprintf((char *)local_12c,100,"+0x%lx)"); puVar4 = (undefined4 *)&stack0xfffffe5c; /* try { // try from 0013c4c6 to 0013c515 has its CatchHandler @ 0013c516 */ FUN_00251be0(); } else { if (local_15c != 0) { FUN_00251be0(); FUN_00251a30(); } if (*(int *)(param_1 + 4) == 0x7fffffff) { /* WARNING: Subroutine does not return */ FUN_0028dc10(); } FUN_00251a30(); if (local_130 == 2) { gettext(); FUN_00251be0(); } puVar4 = (undefined4 *)&stack0xfffffe60; FUN_00251a30(); } if (local_148 != local_180) { *puVar4 = local_148; puVar4[-1] = 0x13c239; FUN_00248220(); } puVar5 = puVar4 + 4; if (local_160 != local_174) { *puVar4 = local_160; puVar4[-1] = 0x13c255; FUN_00248220(); puVar5 = puVar4 + 4; } } local_c8[0] = &PTR_FUN_0040f910; ppuVar6 = &PTR_FUN_0040f910; if (local_80 != 0) { *(int *)((int)puVar5 + -0x10) = local_80; *(undefined4 *)((int)puVar5 + -0x14) = 0x13c276; FUN_002481c0(); ppuVar6 = local_c8[0]; } local_c8[0] = ppuVar6; *(undefined1 **)((int)puVar5 + -0x10) = local_38; *(undefined4 *)((int)puVar5 + -0x14) = 0x13c285; FUN_00131aa0(); *(undefined4 *)((int)puVar5 + -0xc) = local_48; *(undefined1 **)((int)puVar5 + -0x10) = local_50; *(undefined4 *)((int)puVar5 + -0x14) = 0x13c293; FUN_0013b4f0(); if (local_5c != local_60) { local_174 = local_5c; local_170 = local_60; do { ppuVar6 = *local_170; ppuVar2 = local_170[1]; if (local_170[1] != ppuVar6) { do { local_17c = ppuVar2; if ((undefined **)ppuVar6[1] != ppuVar6 + 3) { *(undefined **)((int)puVar5 + -0x10) = ppuVar6[1]; *(undefined4 *)((int)puVar5 + -0x14) = 0x13c2dd; FUN_00248220(); } ppuVar6 = ppuVar6 + 7; ppuVar2 = local_17c; } while (local_17c != ppuVar6); ppuVar6 = *local_170; } if (ppuVar6 != (undefined **)0x0) { *(undefined ***)((int)puVar5 + -0x10) = ppuVar6; *(undefined4 *)((int)puVar5 + -0x14) = 0x13c302; FUN_00248220(); } local_170 = local_170 + 3; } while (local_174 != local_170); } if (local_60 != (undefined ***)0x0) { *(undefined ****)((int)puVar5 + -0x10) = local_60; *(undefined4 *)((int)puVar5 + -0x14) = 0x13c32c; FUN_00248220(); } if (local_68 != local_6c) { local_174 = local_68; local_170 = local_6c; do { ppuVar6 = *local_170; ppuVar2 = local_170[1]; if (local_170[1] != ppuVar6) { do { local_17c = ppuVar2; if ((undefined **)*ppuVar6 != ppuVar6 + 2) { *(undefined **)((int)puVar5 + -0x10) = *ppuVar6; *(undefined4 *)((int)puVar5 + -0x14) = 0x13c374; FUN_00248220(); } ppuVar6 = ppuVar6 + 6; ppuVar2 = local_17c; } while (local_17c != ppuVar6); ppuVar6 = *local_170; } if (ppuVar6 != (undefined **)0x0) { *(undefined ***)((int)puVar5 + -0x10) = ppuVar6; *(undefined4 *)((int)puVar5 + -0x14) = 0x13c399; FUN_00248220(); } local_170 = local_170 + 3; } while (local_174 != local_170); } if (local_6c != (undefined ***)0x0) { *(undefined ****)((int)puVar5 + -0x10) = local_6c; *(undefined4 *)((int)puVar5 + -0x14) = 0x13c3c3; FUN_00248220(); } if (local_98 != 0) { *(int *)((int)puVar5 + -0x10) = local_98; *(undefined4 *)((int)puVar5 + -0x14) = 0x13c3db; FUN_00248220(); } return param_1; }
PUSH EBP MOV EBP,ESP PUSH EDI PUSH ESI LEA ECX,[EBP + 0xffffff3c] CALL 0x0004d336 ADD ESI,0x2d7f30 PUSH EBX SUB ESP,0x180 MOV EDI,dword ptr [EBP + 0xc] MOV EAX,dword ptr [EBP + 0x14] MOV dword ptr [EBP + 0xfffffe94],ECX PUSH -0x1 MOV EDX,dword ptr [EBP + 0x18] PUSH dword ptr [EDI + 0x8] PUSH ECX MOV EBX,ESI MOV dword ptr [EBP + 0xfffffe88],EAX MOV dword ptr [EBP + 0xfffffe8c],EDX CALL 0x00219d20 POP EAX POP EDX PUSH 0x0 PUSH dword ptr [EBP + 0xfffffe8c] PUSH dword ptr [EBP + 0xfffffe88] PUSH dword ptr [EDI + 0x18] PUSH dword ptr [EBP + 0xfffffe94] PUSH dword ptr [EBP + 0x8] CALL 0x00217d90 MOV ECX,dword ptr [EBP + 0x8] ADD ESP,0x1c MOV EAX,dword ptr [ECX + 0x4] TEST EAX,EAX JNZ 0x0013c258 MOV ECX,dword ptr [EDI + 0x8] SUB ESP,0x8 LEA EAX,[ECX + 0x4] PUSH EAX PUSH dword ptr [EBP + 0x8] CALL 0x0024fe30 LEA ECX,[EBP + 0xfffffea4] LEA EBX,[EBP + 0xfffffeac] MOV dword ptr [EBP + 0xfffffea8],0x0 MOV dword ptr [ESP],ECX LEA EDX,[EBP + 0xfffffec4] PUSH dword ptr [EBP + 0xfffffe8c] PUSH dword ptr [EBP + 0xfffffe88] PUSH dword ptr [EDI + 0x18] PUSH dword ptr [EDI + 0x8] MOV dword ptr [EBP + 0xfffffe80],ECX MOV dword ptr [EBP + 0xfffffe90],EBX MOV dword ptr [EBP + 0xfffffea4],EBX MOV byte ptr [EBP + 0xfffffeac],0x0 MOV dword ptr [EBP + 0xfffffe84],EDX MOV dword ptr [EBP + 0xfffffebc],EDX MOV dword ptr [EBP + 0xfffffec0],0x0 MOV byte ptr [EBP + 0xfffffec4],0x0 CALL 0x001309b0 ADD ESP,0x20 TEST AL,AL JZ 0x0013c428 MOV EBX,dword ptr [EBP + 0xfffffea8] TEST EBX,EBX JNZ 0x0013c3f0 MOV EAX,dword ptr [EBP + 0x8] CMP dword ptr [EAX + 0x4],0x7fffffff JZ 0x0013c505 SUB ESP,0x4 LEA EAX,[ESI + 0xffeed9de] MOV EBX,ESI PUSH 0x1 PUSH EAX PUSH dword ptr [EBP + 0x8] CALL 0x00251a30 ADD ESP,0x10 CMP dword ptr [EBP + 0xfffffed4],0x2 JZ 0x0013c4d0 SUB ESP,0x4 PUSH dword ptr [EBP + 0xfffffec0] MOV EBX,ESI PUSH dword ptr [EBP + 0xfffffebc] PUSH dword ptr [EBP + 0x8] CALL 0x00251a30 ADD ESP,0x10 MOV EAX,dword ptr [EBP + 0xfffffebc] CMP EAX,dword ptr [EBP + 0xfffffe84] JZ 0x0013c23c SUB ESP,0xc MOV EBX,ESI PUSH EAX CALL 0x00248220 ADD ESP,0x10 MOV EAX,dword ptr [EBP + 0xfffffea4] CMP EAX,dword ptr [EBP + 0xfffffe90] JZ 0x0013c258 SUB ESP,0xc MOV EBX,ESI PUSH EAX CALL 0x00248220 ADD ESP,0x10 LEA EAX,[ESI + 0xffffb910] MOV dword ptr [EBP + 0xffffff3c],EAX MOV EAX,dword ptr [EBP + -0x7c] TEST EAX,EAX JZ 0x0013c279 SUB ESP,0xc MOV EBX,ESI PUSH EAX CALL 0x002481c0 ADD ESP,0x10 SUB ESP,0xc LEA EAX,[EBP + -0x34] PUSH EAX CALL 0x00131aa0 POP EAX LEA EAX,[EBP + -0x4c] POP EDX PUSH dword ptr [EBP + -0x44] PUSH EAX CALL 0x0013b4f0 MOV EAX,dword ptr [EBP + -0x58] MOV EDI,dword ptr [EBP + -0x5c] ADD ESP,0x10 CMP EAX,EDI JZ 0x0013c31d MOV dword ptr [EBP + 0xfffffe90],EAX MOV dword ptr [EBP + 0xfffffe94],EDI LEA ESI,[ESI] MOV EAX,dword ptr [EBP + 0xfffffe94] MOV EDX,dword ptr [EAX + 0x4] MOV EDI,dword ptr [EAX] CMP EDX,EDI JZ 0x0013c2f3 MOV dword ptr [EBP + 0xfffffe88],EDX LEA ESI,[ESI] MOV EAX,dword ptr [EDI + 0x4] LEA EDX,[EDI + 0xc] CMP EAX,EDX JZ 0x0013c2e0 SUB ESP,0xc MOV EBX,ESI PUSH EAX CALL 0x00248220 ADD ESP,0x10 ADD EDI,0x1c CMP dword ptr [EBP + 0xfffffe88],EDI JNZ 0x0013c2c8 MOV EAX,dword ptr [EBP + 0xfffffe94] MOV EDI,dword ptr [EAX] TEST EDI,EDI JZ 0x0013c305 SUB ESP,0xc MOV EBX,ESI PUSH EDI CALL 0x00248220 ADD ESP,0x10 ADD dword ptr [EBP + 0xfffffe94],0xc MOV EAX,dword ptr [EBP + 0xfffffe94] CMP dword ptr [EBP + 0xfffffe90],EAX JNZ 0x0013c2b0 MOV EDI,dword ptr [EBP + -0x5c] TEST EDI,EDI JZ 0x0013c32f SUB ESP,0xc MOV EBX,ESI PUSH EDI CALL 0x00248220 ADD ESP,0x10 MOV EAX,dword ptr [EBP + -0x64] MOV EDI,dword ptr [EBP + -0x68] CMP EAX,EDI JZ 0x0013c3b4 MOV dword ptr [EBP + 0xfffffe90],EAX MOV dword ptr [EBP + 0xfffffe94],EDI LEA ESI,[ESI] MOV EAX,dword ptr [EBP + 0xfffffe94] MOV EDX,dword ptr [EAX + 0x4] MOV EDI,dword ptr [EAX] CMP EDX,EDI JZ 0x0013c38a MOV dword ptr [EBP + 0xfffffe88],EDX LEA ESI,[ESI] MOV EAX,dword ptr [EDI] LEA EDX,[EDI + 0x8] CMP EAX,EDX JZ 0x0013c377 SUB ESP,0xc MOV EBX,ESI PUSH EAX CALL 0x00248220 ADD ESP,0x10 ADD EDI,0x18 CMP dword ptr [EBP + 0xfffffe88],EDI JNZ 0x0013c360 MOV EAX,dword ptr [EBP + 0xfffffe94] MOV EDI,dword ptr [EAX] TEST EDI,EDI JZ 0x0013c39c SUB ESP,0xc MOV EBX,ESI PUSH EDI CALL 0x00248220 ADD ESP,0x10 ADD dword ptr [EBP + 0xfffffe94],0xc MOV EAX,dword ptr [EBP + 0xfffffe94] CMP dword ptr [EBP + 0xfffffe90],EAX JNZ 0x0013c348 MOV EDI,dword ptr [EBP + -0x68] TEST EDI,EDI JZ 0x0013c3c6 SUB ESP,0xc MOV EBX,ESI PUSH EDI CALL 0x00248220 ADD ESP,0x10 MOV EAX,dword ptr [EBP + 0xffffff6c] TEST EAX,EAX JZ 0x0013c3de SUB ESP,0xc MOV EBX,ESI PUSH EAX CALL 0x00248220 ADD ESP,0x10 MOV EAX,dword ptr [EBP + 0x8] LEA ESP,[EBP + -0xc] POP EBX POP ESI POP EDI POP EBP RET 0x4 SUB ESP,0x8 LEA EAX,[ESI + 0xffeed9de] MOV EBX,ESI PUSH EAX PUSH dword ptr [EBP + 0x8] CALL 0x00251be0 ADD ESP,0xc PUSH dword ptr [EBP + 0xfffffea8] PUSH dword ptr [EBP + 0xfffffea4] PUSH dword ptr [EBP + 0x8] CALL 0x00251a30 ADD ESP,0x10 JMP 0x0013c1ce SUB ESP,0x8 LEA EAX,[ESI + 0xffef490c] MOV EBX,ESI PUSH EAX PUSH dword ptr [EBP + 0x8] CALL 0x00251be0 MOV EAX,dword ptr [EDI + 0x8] LEA EBX,[ESI + 0xffc9d170] MOV ECX,dword ptr [EDI + 0x18] ADD ESP,0x10 LEA EDI,[EBP + 0xfffffed8] MOV EDX,dword ptr [EAX] MOV EDX,dword ptr [EDX + 0x40] CMP EDX,EBX JNZ 0x0013c4f8 SUB ESP,0x4 ADD EAX,0x90 PUSH ECX PUSH EAX PUSH EDI CALL 0x000b0fc0 ADD ESP,0xc MOV EBX,ESI SUB ESP,0x4 PUSH dword ptr [EBP + 0xfffffedc] PUSH dword ptr [EBP + 0xfffffed8] PUSH dword ptr [EBP + 0x8] CALL 0x00251a30 MOV EAX,dword ptr [EBP + 0xfffffed8] LEA EDX,[EBP + 0xfffffee0] ADD ESP,0x10 CMP EAX,EDX JZ 0x0013c4a9 SUB ESP,0xc PUSH EAX CALL 0x00248220 ADD ESP,0x10 LEA EAX,[ESI + 0xffeeb2e8] PUSH dword ptr [EBP + 0xfffffe88] MOV EBX,ESI PUSH EAX PUSH 0x64 PUSH EDI CALL 0x0002c970 POP ECX POP EAX PUSH EDI PUSH dword ptr [EBP + 0x8] CALL 0x00251be0 JMP 0x0013c21d SUB ESP,0xc LEA EAX,[ESI + 0xffeeb2de] PUSH EAX CALL 0x0002c440 POP EDX POP ECX PUSH EAX PUSH dword ptr [EBP + 0x8] CALL 0x00251be0 ADD ESP,0x10 JMP 0x0013c204 SUB ESP,0x4 PUSH ECX PUSH EAX PUSH EDI CALL EDX JMP 0x0013c46e SUB ESP,0xc LEA EAX,[ESI + 0xffee49c3] MOV EBX,ESI PUSH EAX CALL 0x0028dc10
null
null
null
null
[('tmp_851', u'CBRANCH_-1207123140'), (u'CALL_-1207122829', u'INDIRECT_-1207119134'), (u'MULTIEQUAL_-1207118015', u'MULTIEQUAL_-1207117951'), ('const-4294967280', u'INT_ADD_-1207117154'), (u'CALL_-1207121522', u'INDIRECT_-1207118999'), (u'CALL_-1207121369', u'INDIRECT_-1207118471'), ('const-4258064', u'PTRSUB_-1207122859'), (u'MULTIEQUAL_-1207117976', u'MULTIEQUAL_-1207117854'), (u'CALL_-1207122794', u'INDIRECT_-1207118199'), (u'INDIRECT_-1207119074', u'MULTIEQUAL_-1207119024'), (u'CAST_-1207116718', u'INT_ADD_-1207116861'), (u'INDIRECT_-1207117063', u'MULTIEQUAL_-1207117117'), (u'INDIRECT_-1207118845', u'MULTIEQUAL_-1207118768'), (u'CALL_-1207122532', u'INDIRECT_-1207117810'), (u'MULTIEQUAL_-1207119187', u'MULTIEQUAL_-1207119168'), (u'CALL_-1207123015', u'INDIRECT_-1207118017'), ('const-4', u'SUBPIECE_-1207118708'), (u'LOAD_-1207121801', u'CALL_-1207122794'), (u'MULTIEQUAL_-1207121446', u'PTRADD_-1207117033'), (u'CALL_-1207123479', u'INDIRECT_-1207118089'), (u'INDIRECT_-1207117678', u'MULTIEQUAL_-1207117600'), (u'CALL_-1207122045', u'INDIRECT_-1207117889'), (u'INDIRECT_-1207119058', u'MULTIEQUAL_-1207118988'), (u'INDIRECT_-1207116397', u'MULTIEQUAL_-1207117144'), (u'CALL_-1207123313', u'INDIRECT_-1207118624'), (u'INDIRECT_-1207117988', u'MULTIEQUAL_-1207117914'), (u'MULTIEQUAL_-1207121446', u'PTRADD_-1207117054'), (u'INT_NOTEQUAL_-1207122896', u'CBRANCH_-1207122896'), (u'INT_ADD_-1207122249', u'CAST_-1207116594'), (u'MULTIEQUAL_-1207118883', u'PTRSUB_-1207116764'), (u'CALL_-1207121642', u'INDIRECT_-1207116962'), (u'INT_ADD_-1207122784', u'CAST_-1207116857'), ('const-7', u'PTRADD_-1207116855'), ('tmp_1730', u'CBRANCH_-1207122585'), ('const-417', u'LOAD_-1207121662'), (u'MULTIEQUAL_-1207118515', u'MULTIEQUAL_-1207118451'), (u'CALL_-1207121819', u'INDIRECT_-1207117749'), (u'CALLIND_-1207121289', u'INDIRECT_-1207118604'), (u'MULTIEQUAL_-1207117920', u'MULTIEQUAL_-1207117899'), (u'CALL_-1207121769', u'INDIRECT_-1207117449'), ('const-0', u'SUBPIECE_-1207119487'), (u'MULTIEQUAL_-1207116758', u'MULTIEQUAL_-1207116759'), (u'CALL_-1207121819', u'INDIRECT_-1207118209'), (u'CALL_-1207123565', u'INDIRECT_-1207118769'), (u'INDIRECT_-1207117797', u'MULTIEQUAL_-1207117739'), (u'INDIRECT_-1207118287', u'MULTIEQUAL_-1207118896'), ('const-417', u'LOAD_-1207123545'), (u'CALL_-1207121587', u'INDIRECT_-1207117648'), (u'INDIRECT_-1207118172', u'MULTIEQUAL_-1207118098'), (u'CALL_-1207122159', u'INDIRECT_-1207119312'), (u'MULTIEQUAL_-1207118804', u'STORE_-1207123023'), (u'CALL_-1207122870', u'INDIRECT_-1207117862'), (u'MULTIEQUAL_-1207119035', u'MULTIEQUAL_-1207119009'), (u'CAST_-1207116507', u'INT_ADD_-1207116838'), ('const-4', u'SUBPIECE_-1207118966'), (u'MULTIEQUAL_-1207118800', u'MULTIEQUAL_-1207118779'), (u'CAST_-1207116506', u'STORE_-1207122053'), ('const-0', u'PTRSUB_-1207116737'), (u'INDIRECT_-1207117906', u'MULTIEQUAL_-1207117816'), (u'CALL_-1207123015', u'INDIRECT_-1207117833'), (u'PTRSUB_-1207117164', u'LOAD_-1207123247'), (u'CALL_-1207121819', u'INDIRECT_-1207117473'), (u'CALL_-1207123175', u'INDIRECT_-1207118826'), (u'CAST_-1207116732', u'STORE_-1207122540'), (u'LOAD_-1207121819', u'CALL_-1207122829'), (u'CALL_-1207121522', u'INDIRECT_-1207118539'), (u'INDIRECT_-1207118687', u'MULTIEQUAL_-1207118620'), (u'INDIRECT_-1207119006', u'MULTIEQUAL_-1207118943'), ('tmp_3906', u'CAST_-1207116523'), ('const-417', u'LOAD_-1207122346'), (u'INDIRECT_-1207118017', u'MULTIEQUAL_-1207117940'), (u'MULTIEQUAL_-1207116894', u'MULTIEQUAL_-1207116759'), ('tmp_2681', u'CBRANCH_-1207122009'), (u'INDIRECT_-1207116377', u'SUBPIECE_-1207118759'), (u'CALL_-1207122532', u'INDIRECT_-1207119006'), (u'MULTIEQUAL_-1207119356', u'MULTIEQUAL_-1207119343'), (u'CALL_-1207121399', u'INDIRECT_-1207117563'), (u'CALL_-1207121672', u'INDIRECT_-1207118998'), (u'CALL_-1207122259', u'INDIRECT_-1207118706'), ('tmp_2577', u'CBRANCH_-1207122071'), (u'MULTIEQUAL_-1207119119', u'MULTIEQUAL_-1207119099'), (u'INDIRECT_-1207118434', u'MULTIEQUAL_-1207119104'), (u'CALL_-1207121703', u'INDIRECT_-1207119080'), (u'MULTIEQUAL_-1207117644', u'MULTIEQUAL_-1207117623'), ('const-0', u'PTRSUB_-1207116534'), (u'PTRADD_-1207116471', u'LOAD_-1207121657'), ('tmp_2338', u'CBRANCH_-1207122212'), ('const-4294967280', u'INT_ADD_-1207116881'), (u'CAST_-1207116555', u'INT_ADD_-1207116881'), (u'CAST_-1207116973', u'CALL_-1207123015'), (u'MULTIEQUAL_-1207117687', u'MULTIEQUAL_-1207117666'), (u'MULTIEQUAL_-1207117644', u'MULTIEQUAL_-1207117666'), (u'MULTIEQUAL_-1207118524', u'MULTIEQUAL_-1207118547'), (u'MULTIEQUAL_-1207118340', u'MULTIEQUAL_-1207118423'), ('const-4294967096', u'PTRSUB_-1207116987'), (u'INDIRECT_-1207117500', u'MULTIEQUAL_-1207117560'), (u'MULTIEQUAL_-1207119322', u'MULTIEQUAL_-1207119300'), (u'CAST_-1207116882', u'INT_ADD_-1207122819'), (u'CALL_-1207122870', u'INDIRECT_-1207118966'), (u'INDIRECT_-1207118124', u'MULTIEQUAL_-1207118064'), (u'CALL_-1207121522', u'INDIRECT_-1207117527'), ('tmp_6562', u'PTRSUB_-1207117307'), (u'MULTIEQUAL_-1207119234', u'MULTIEQUAL_-1207119211'), (u'PTRADD_-1207116877', u'INT_NOTEQUAL_-1207122658'), (u'CALL_-1207121819', u'INDIRECT_-1207118853'), (u'INDIRECT_-1207116541', u'MULTIEQUAL_-1207116544'), (u'INT_NOTEQUAL_-1207122071', u'CBRANCH_-1207122071'), (u'CALL_-1207121454', u'INDIRECT_-1207118418'), ('const-4294966944', u'PTRSUB_-1207117279'), (u'MULTIEQUAL_-1207119487', u'MULTIEQUAL_-1207119467'), (u'INDIRECT_-1207117725', u'MULTIEQUAL_-1207118233'), ('const-24', u'PTRSUB_-1207116513'), (u'LOAD_-1207122309', u'CAST_-1207116610'), ('const-0', u'SUBPIECE_-1207118786'), (u'INT_ADD_-1207116706', u'CAST_-1207116541'), (u'INDIRECT_-1207118476', u'MULTIEQUAL_-1207118388'), (u'INDIRECT_-1207117814', u'MULTIEQUAL_-1207117724'), (u'MULTIEQUAL_-1207121446', u'LOAD_-1207121903'), (u'CALL_-1207121454', u'INDIRECT_-1207118326'), (u'INDIRECT_-1207119044', u'MULTIEQUAL_-1207118984'), (u'CALL_-1207123313', u'INDIRECT_-1207118164'), (u'MULTIEQUAL_-1207118528', u'MULTIEQUAL_-1207118515'), (u'CALL_-1207122632', u'INDIRECT_-1207117664'), (u'CALL_-1207122794', u'INDIRECT_-1207118843'), (u'INDIRECT_-1207118401', u'MULTIEQUAL_-1207118006'), (u'CALL_-1207121819', u'INDIRECT_-1207119129'), (u'INDIRECT_-1207117878', u'MULTIEQUAL_-1207117828'), (u'MULTIEQUAL_-1207118472', u'MULTIEQUAL_-1207118451'), (u'CALL_-1207121570', u'INDIRECT_-1207118025'), (u'CALL_-1207122794', u'INDIRECT_-1207117647'), (u'MULTIEQUAL_-1207118432', u'MULTIEQUAL_-1207118411'), (u'CALL_-1207121769', u'INDIRECT_-1207118737'), (u'MULTIEQUAL_-1207121067', u'INT_NOTEQUAL_-1207122185'), (u'CALL_-1207122532', u'INDIRECT_-1207118914'), (u'MULTIEQUAL_-1207118411', u'MULTIEQUAL_-1207118391'), (u'INDIRECT_-1207117498', u'MULTIEQUAL_-1207117412'), (u'CAST_-1207116881', u'STORE_-1207122834'), (u'INDIRECT_-1207117619', u'MULTIEQUAL_-1207117504'), (u'PTRADD_-1207117054', u'COPY_-1207117040'), (u'INDIRECT_-1207118598', u'MULTIEQUAL_-1207118520'), (u'MULTIEQUAL_-1207118804', u'MULTIEQUAL_-1207118682'), (u'INDIRECT_-1207118602', u'MULTIEQUAL_-1207118516'), (u'CALL_-1207123084', u'INDIRECT_-1207117678'), (u'MULTIEQUAL_-1207118564', u'MULTIEQUAL_-1207118586'), (u'CALL_-1207122045', u'INDIRECT_-1207116722'), ('const-1', u'PTRADD_-1207116881'), (u'MULTIEQUAL_-1207117884', u'MULTIEQUAL_-1207117762'), (u'CALL_-1207121672', u'INDIRECT_-1207118630'), (u'INT_ADD_-1207122408', u'CAST_-1207116677'), (u'CALL_-1207121587', u'INDIRECT_-1207117372'), (u'LOAD_-1207122341', u'MULTIEQUAL_-1207121067'), (u'MULTIEQUAL_-1207117604', u'MULTIEQUAL_-1207117627'), ('const-4294967276', u'INT_ADD_-1207122860'), (u'INDIRECT_-1207119505', u'MULTIEQUAL_-1207119110'), (u'MULTIEQUAL_-1207118682', u'MULTIEQUAL_-1207118659'), (u'CALL_-1207121983', u'INDIRECT_-1207119152'), (u'MULTIEQUAL_-1207117123', u'MULTIEQUAL_-1207117085'), (u'INDIRECT_-1207118138', u'MULTIEQUAL_-1207118060'), (u'CALL_-1207121672', u'INDIRECT_-1207118538'), (u'MULTIEQUAL_-1207117880', u'MULTIEQUAL_-1207117963'), (u'MULTIEQUAL_-1207118064', u'MULTIEQUAL_-1207118087'), (u'CAST_-1207116289', u'CALL_-1207121642'), (u'MULTIEQUAL_-1207117972', u'MULTIEQUAL_-1207117951'), (u'CALL_-1207122532', u'INDIRECT_-1207118638'), ('const-417', u'STORE_-1207122053'), (u'MULTIEQUAL_-1207117546', u'MULTIEQUAL_-1207117508'), (u'INDIRECT_-1207118546', u'MULTIEQUAL_-1207118483'), (u'CAST_-1207116476', u'STORE_-1207121991'), (u'INDIRECT_-1207118526', u'MULTIEQUAL_-1207119196'), (u'CALL_-1207123084', u'INDIRECT_-1207119242'), (u'MULTIEQUAL_-1207118616', u'MULTIEQUAL_-1207118590'), (u'CALL_-1207121703', u'INDIRECT_-1207117516'), ('const-417', u'STORE_-1207122808'), (u'CALL_-1207123084', u'INDIRECT_-1207119610'), ('const-417', u'STORE_-1207122834'), ('tmp_3572', u'CBRANCH_-1207121477'), (u'LOAD_-1207123545', u'INT_EQUAL_-1207123527'), (u'CALL_-1207121769', u'INDIRECT_-1207117633'), (u'MULTIEQUAL_-1207118620', u'MULTIEQUAL_-1207118607'), ('const-4294967280', u'INT_ADD_-1207116838'), (u'LOAD_-1207121903', u'CAST_-1207116973'), (u'CALL_-1207123084', u'INDIRECT_-1207119334'), (u'INDIRECT_-1207118937', u'MULTIEQUAL_-1207118860'), (u'MULTIEQUAL_-1207118331', u'MULTIEQUAL_-1207118310'), (u'INDIRECT_-1207117122', u'SUBPIECE_-1207119424'), (u'INDIRECT_-1207118751', u'MULTIEQUAL_-1207118659'), (u'INT_ADD_-1207122035', u'CAST_-1207116501'), (u'INT_ADD_-1207121973', u'CAST_-1207116471'), (u'MULTIEQUAL_-1207118676', u'MULTIEQUAL_-1207118650'), (u'CALL_-1207123565', u'INDIRECT_-1207117941'), (u'MULTIEQUAL_-1207119027', u'PTRSUB_-1207116925'), (u'INDIRECT_-1207117739', u'MULTIEQUAL_-1207121171'), (u'INDIRECT_-1207118826', u'MULTIEQUAL_-1207118736'), (u'CAST_-1207116658', u'COPY_-1207122377'), (u'INDIRECT_-1207117091', u'MULTIEQUAL_-1207117700'), (u'INDIRECT_-1207119137', u'MULTIEQUAL_-1207118742'), (u'MULTIEQUAL_-1207119403', u'MULTIEQUAL_-1207119377'), (u'INT_ADD_-1207121785', u'CAST_-1207116855'), ('const-417', u'STORE_-1207122540'), (u'INDIRECT_-1207117810', u'MULTIEQUAL_-1207117747'), (u'CALL_-1207121454', u'INDIRECT_-1207118234'), (u'MULTIEQUAL_-1207119168', u'PIECE_-1207116953'), ('tmp_1543', u'CBRANCH_-1207122697'), (u'CALL_-1207121769', u'INDIRECT_-1207118553'), (u'MULTIEQUAL_-1207121384', u'CAST_-1207116771'), (u'PTRSUB_-1207116843', u'PTRSUB_-1207116815'), ('const-417', u'LOAD_-1207122203'), (u'MULTIEQUAL_-1207117583', u'MULTIEQUAL_-1207117563'), (u'CAST_-1207116886', u'STORE_-1207122837'), (u'CALL_-1207122632', u'INDIRECT_-1207119320'), (u'CALL_-1207121369', u'INDIRECT_-1207117275'), (u'INDIRECT_-1207117430', u'MULTIEQUAL_-1207117117'), (u'LOAD_-1207122341', u'MULTIEQUAL_-1207121107'), (u'MULTIEQUAL_-1207118804', u'MULTIEQUAL_-1207118768'), (u'CALL_-1207121703', u'INDIRECT_-1207117332'), ('const-417', u'LOAD_-1207122721'), (u'CALL_-1207121983', u'INDIRECT_-1207117864'), (u'INDIRECT_-1207118576', u'MULTIEQUAL_-1207118524'), (u'INDIRECT_-1207117122', u'MULTIEQUAL_-1207117123'), (u'INDIRECT_-1207119276', u'MULTIEQUAL_-1207119202'), (u'INDIRECT_-1207118625', u'MULTIEQUAL_-1207118567'), (u'MULTIEQUAL_-1207121446', u'PTRADD_-1207117055'), (u'MULTIEQUAL_-1207118883', u'MULTIEQUAL_-1207118819'), (u'MULTIEQUAL_-1207118455', u'MULTIEQUAL_-1207118432'), (u'LOAD_-1207122346', u'INT_NOTEQUAL_-1207122322'), (u'INDIRECT_-1207118860', u'MULTIEQUAL_-1207118800'), (u'INDIRECT_-1207118737', u'MULTIEQUAL_-1207119245'), (u'INDIRECT_-1207118567', u'MULTIEQUAL_-1207118475'), (u'CALL_-1207122532', u'INDIRECT_-1207118454'), (u'LOAD_-1207121657', u'INT_EQUAL_-1207121638'), (u'INDIRECT_-1207118931', u'MULTIEQUAL_-1207119540'), (u'MULTIEQUAL_-1207119076', u'MULTIEQUAL_-1207119055'), ('const-16', u'PTRADD_-1207116471'), (u'MULTIEQUAL_-1207119142', u'MULTIEQUAL_-1207119119'), (u'CALL_-1207123015', u'INDIRECT_-1207119213'), ('const-1295069', u'STORE_-1207122637'), (u'CALL_-1207123084', u'INDIRECT_-1207119150'), (u'MULTIEQUAL_-1207117623', u'MULTIEQUAL_-1207117604'), (u'CAST_-1207116902', u'STORE_-1207122875'), (u'CAST_-1207116471', u'STORE_-1207121988'), (u'INDIRECT_-1207116397', u'SUBPIECE_-1207118800'), (u'CALL_-1207123479', u'INDIRECT_-1207119469'), (u'INDIRECT_-1207117895', u'CAST_-1207116364'), (u'CALL_-1207123313', u'INDIRECT_-1207117796'), (u'CALL_-1207122632', u'INDIRECT_-1207118032'), (u'INDIRECT_-1207119518', u'MULTIEQUAL_-1207119440'), ('const-8', u'PTRSUB_-1207117255'), (u'INDIRECT_-1207119166', u'MULTIEQUAL_-1207119116'), (u'INDIRECT_-1207118138', u'MULTIEQUAL_-1207118068'), ('const-4', u'PTRADD_-1207117055'), (u'INDIRECT_-1207117068', u'SUBPIECE_-1207119424'), (u'INDIRECT_-1207117960', u'MULTIEQUAL_-1207118020'), (u'CALL_-1207121454', u'INDIRECT_-1207118050'), (u'CALL_-1207121399', u'INDIRECT_-1207118207'), (u'CALL_-1207122794', u'INDIRECT_-1207118659'), (u'INDIRECT_-1207117831', u'MULTIEQUAL_-1207117629'), (u'INT_ADD_-1207117170', u'CAST_-1207116886'), (u'CALL_-1207122418', u'INDIRECT_-1207117951'), (u'CALL_-1207122946', u'INDIRECT_-1207117620'), (u'INDIRECT_-1207118676', u'MULTIEQUAL_-1207118616'), (u'INT_ADD_-1207117077', u'CAST_-1207116773'), (u'MULTIEQUAL_-1207119311', u'MULTIEQUAL_-1207119395'), (u'CALL_-1207123637', u'INDIRECT_-1207119079'), (u'MULTIEQUAL_-1207118659', u'MULTIEQUAL_-1207118595'), (u'INDIRECT_-1207117183', u'MULTIEQUAL_-1207117792'), ('tmp_2085', u'CBRANCH_-1207122378'), (u'MULTIEQUAL_-1207118436', u'MULTIEQUAL_-1207118423'), (u'INDIRECT_-1207118142', u'MULTIEQUAL_-1207118056'), (u'CALL_-1207122946', u'INDIRECT_-1207119644'), ('const-4294967280', u'INT_ADD_-1207116811'), (u'CALL_-1207122829', u'INDIRECT_-1207118950'), (u'CALL_-1207122829', u'INDIRECT_-1207118674'), (u'PTRSUB_-1207116499', u'PTRSUB_-1207116477'), (u'CAST_-1207116541', u'MULTIEQUAL_-1207118774'), (u'CALL_-1207121587', u'INDIRECT_-1207118384'), (u'INDIRECT_-1207117238', u'MULTIEQUAL_-1207117908'), (u'MULTIEQUAL_-1207121384', u'CAST_-1207116477'), (u'INDIRECT_-1207117862', u'MULTIEQUAL_-1207117784'), (u'CALLIND_-1207121289', u'INDIRECT_-1207118972'), (u'MULTIEQUAL_-1207121446', u'PTRADD_-1207117064'), (u'CALL_-1207122418', u'INDIRECT_-1207116879'), (u'INDIRECT_-1207116722', u'SUBPIECE_-1207118991'), ('const-417', u'LOAD_-1207122341'), (u'INDIRECT_-1207119413', u'MULTIEQUAL_-1207119018'), (u'PTRSUB_-1207116768', u'CAST_-1207116634'), (u'MULTIEQUAL_-1207118823', u'MULTIEQUAL_-1207118800'), (u'INDIRECT_-1207119055', u'MULTIEQUAL_-1207118988'), (u'INDIRECT_-1207117146', u'MULTIEQUAL_-1207117816'), (u'CALL_-1207123313', u'INDIRECT_-1207118256'), (u'INT_NOTEQUAL_-1207122009', u'CBRANCH_-1207122009'), (u'CALL_-1207122159', u'INDIRECT_-1207118852'), ('const-417', u'STORE_-1207122640'), ('const-144', u'PTRSUB_-1207116959'), ('const-0', u'PTRSUB_-1207116473'), ('const-3142376', u'COPY_-1207116496'), (u'CAST_-1207116860', u'LOAD_-1207121803'), (u'CALL_-1207123015', u'INDIRECT_-1207118753'), (u'CALL_-1207122829', u'INDIRECT_-1207117938'), (u'MULTIEQUAL_-1207121215', u'INT_NOTEQUAL_-1207122558'), (u'INDIRECT_-1207117954', u'MULTIEQUAL_-1207117876'), (u'CALL_-1207121587', u'INDIRECT_-1207118292'), (u'INDIRECT_-1207119552', u'MULTIEQUAL_-1207119478'), (u'MULTIEQUAL_-1207118310', u'MULTIEQUAL_-1207118288'), (u'INDIRECT_-1207117188', u'MULTIEQUAL_-1207117100'), (u'CALL_-1207121672', u'INDIRECT_-1207116974'), (u'CALL_-1207123565', u'INDIRECT_-1207119597'), (u'CALL_-1207122946', u'INDIRECT_-1207117896'), (u'INDIRECT_-1207119305', u'MULTIEQUAL_-1207119228'), ('const-4', u'SUBPIECE_-1207119687'), (u'CALL_-1207121819', u'INDIRECT_-1207118301'), (u'INDIRECT_-1207118338', u'MULTIEQUAL_-1207118288'), ('const-4294967280', u'INT_ADD_-1207117077'), (u'CALL_-1207122532', u'INDIRECT_-1207119374'), (u'INT_RIGHT_-1207116771', u'SUBPIECE_-1207119064'), (u'CAST_-1207116906', u'INT_ADD_-1207117186'), (u'MULTIEQUAL_-1207118712', u'MULTIEQUAL_-1207118699'), (u'CALL_-1207121983', u'INDIRECT_-1207119244'), (u'CALL_-1207123565', u'INDIRECT_-1207119321'), (u'CALL_-1207121703', u'INDIRECT_-1207118804'), ('const-0', u'PTRSUB_-1207116764'), (u'CALL_-1207123479', u'INDIRECT_-1207118365'), (u'MULTIEQUAL_-1207117756', u'MULTIEQUAL_-1207117730'), (u'MULTIEQUAL_-1207116935', u'COPY_-1207116870'), (u'INDIRECT_-1207116907', u'SUBPIECE_-1207119188'), (u'MULTIEQUAL_-1207118543', u'MULTIEQUAL_-1207118524'), (u'INDIRECT_-1207118109', u'MULTIEQUAL_-1207118032'), (u'MULTIEQUAL_-1207118595', u'MULTIEQUAL_-1207118575'), (u'MULTIEQUAL_-1207118503', u'MULTIEQUAL_-1207118483'), ('const-4294967280', u'INT_ADD_-1207116837'), (u'MULTIEQUAL_-1207119024', u'PIECE_-1207116796'), (u'CALL_-1207123084', u'INDIRECT_-1207117954'), (u'COPY_-1207116836', u'MULTIEQUAL_-1207117004'), (u'MULTIEQUAL_-1207117085', u'MULTIEQUAL_-1207117117'), (u'CALL_-1207122159', u'INDIRECT_-1207118760'), (u'PTRSUB_-1207117402', u'LOAD_-1207123676'), (u'PTRADD_-1207116881', u'LOAD_-1207122683'), (u'CAST_-1207116728', u'INT_ADD_-1207122522'), (u'MULTIEQUAL_-1207118984', u'PTRSUB_-1207116864'), (u'CALL_-1207122259', u'INDIRECT_-1207118430'), ('const-4294967284', u'INT_ADD_-1207122793'), (u'CALL_-1207122829', u'INDIRECT_-1207118122'), ('tmp_999', u'CBRANCH_-1207123041'), (u'INDIRECT_-1207116377', u'SUBPIECE_-1207118667'), (u'MULTIEQUAL_-1207119487', u'MULTIEQUAL_-1207119423'), (u'INDIRECT_-1207116639', u'SUBPIECE_-1207118943'), (u'CALL_-1207122946', u'INDIRECT_-1207119000'), (u'MULTIEQUAL_-1207118804', u'MULTIEQUAL_-1207118791'), ('const-0', u'SUBPIECE_-1207119011'), (u'INDIRECT_-1207116879', u'SUBPIECE_-1207119145'), (u'CALL_-1207121769', u'INDIRECT_-1207117725'), (u'INDIRECT_-1207118492', u'MULTIEQUAL_-1207118432'), (u'MULTIEQUAL_-1207119168', u'MULTIEQUAL_-1207119142'), (u'INDIRECT_-1207117620', u'MULTIEQUAL_-1207117546'), ('tmp_1230', u'CBRANCH_-1207122896'), (u'MULTIEQUAL_-1207118494', u'MULTIEQUAL_-1207118472'), (u'MULTIEQUAL_-1207118892', u'MULTIEQUAL_-1207118915'), (u'MULTIEQUAL_-1207117647', u'MULTIEQUAL_-1207117583'), (u'CAST_-1207116329', u'MULTIEQUAL_-1207121446'), (u'LOAD_-1207121662', u'PTRADD_-1207116471'), (u'INDIRECT_-1207118874', u'MULTIEQUAL_-1207118804'), (u'INDIRECT_-1207118011', u'MULTIEQUAL_-1207118620'), (u'MULTIEQUAL_-1207118935', u'MULTIEQUAL_-1207118915'), (u'MULTIEQUAL_-1207118524', u'MULTIEQUAL_-1207118503'), (u'MULTIEQUAL_-1207119168', u'MULTIEQUAL_-1207119251'), (u'INT_NOTEQUAL_-1207122217', u'CBRANCH_-1207122212'), (u'INDIRECT_-1207118033', u'MULTIEQUAL_-1207117638'), (u'PTRADD_-1207117064', u'STORE_-1207123020'), (u'CALL_-1207122418', u'INDIRECT_-1207118779'), ('const-4294967280', u'INT_ADD_-1207116995'), (u'COPY_-1207122753', u'MULTIEQUAL_-1207119119'), (u'INDIRECT_-1207116999', u'MULTIEQUAL_-1207117608'), (u'MULTIEQUAL_-1207117884', u'MULTIEQUAL_-1207117848'), (u'CALL_-1207122870', u'INDIRECT_-1207119610'), ('const-4', u'PTRADD_-1207116747'), (u'CALL_-1207123313', u'INDIRECT_-1207118992'), (u'MULTIEQUAL_-1207117719', u'MULTIEQUAL_-1207117696'), (u'INDIRECT_-1207117664', u'MULTIEQUAL_-1207117604'), (u'INDIRECT_-1207117633', u'MULTIEQUAL_-1207118141'), (u'INT_EQUAL_-1207121638', u'CBRANCH_-1207121636'), (u'MULTIEQUAL_-1207118567', u'MULTIEQUAL_-1207118547'), (u'CALL_-1207121819', u'INDIRECT_-1207119221'), (u'PTRSUB_-1207116706', u'PTRSUB_-1207116681'), (u'INDIRECT_-1207119062', u'MULTIEQUAL_-1207118976'), (u'CALL_-1207122045', u'INDIRECT_-1207118717'), (u'MULTIEQUAL_-1207118828', u'CAST_-1207117003'), (u'MULTIEQUAL_-1207118751', u'MULTIEQUAL_-1207118687'), (u'INDIRECT_-1207118201', u'MULTIEQUAL_-1207118124'), (u'INDIRECT_-1207116617', u'SUBPIECE_-1207118894'), (u'MULTIEQUAL_-1207118731', u'MULTIEQUAL_-1207118708'), (u'CALL_-1207121672', u'INDIRECT_-1207117434'), (u'CAST_-1207116861', u'INT_ADD_-1207117153'), (u'MULTIEQUAL_-1207117004', u'CAST_-1207116818'), (u'MULTIEQUAL_-1207118825', u'MULTIEQUAL_-1207118804'), (u'MULTIEQUAL_-1207118708', u'MULTIEQUAL_-1207118687'), (u'MULTIEQUAL_-1207118751', u'MULTIEQUAL_-1207118731'), (u'INDIRECT_-1207117941', u'MULTIEQUAL_-1207117546'), (u'INDIRECT_-1207118753', u'MULTIEQUAL_-1207118676'), (u'MULTIEQUAL_-1207118892', u'MULTIEQUAL_-1207118866'), ('const-0', u'SUBPIECE_-1207119813'), (u'CAST_-1207117048', u'CALL_-1207123175'), ('const-1295299', u'STORE_-1207122050'), ('tmp_3906', u'CAST_-1207117048'), (u'CALL_-1207121769', u'INDIRECT_-1207117265'), ('const-4294967280', u'INT_ADD_-1207117153'), (u'PTRSUB_-1207117246', u'CAST_-1207117220'), ('tmp_6562', u'PTRSUB_-1207116987'), (u'LOAD_-1207123247', u'INT_EQUAL_-1207123232'), (u'CALL_-1207122159', u'INDIRECT_-1207118576'), (u'CALL_-1207122632', u'INDIRECT_-1207118584'), (u'CALL_-1207121570', u'INDIRECT_-1207118577'), (u'CALL_-1207121399', u'INDIRECT_-1207117471'), (u'INDIRECT_-1207119746', u'MULTIEQUAL_-1207119656'), (u'CALL_-1207123637', u'INDIRECT_-1207119263'), (u'INDIRECT_-1207118349', u'MULTIEQUAL_-1207118291'), (u'INDIRECT_-1207118430', u'MULTIEQUAL_-1207118380'), (u'MULTIEQUAL_-1207117920', u'MULTIEQUAL_-1207117942'), (u'INDIRECT_-1207117932', u'MULTIEQUAL_-1207117880'), ('const-1295220', u'STORE_-1207122264'), (u'COPY_-1207116496', u'CALL_-1207121399'), (u'CALL_-1207122946', u'INDIRECT_-1207118080'), (u'INT_ADD_-1207116921', u'CAST_-1207116599'), (u'MULTIEQUAL_-1207119116', u'PIECE_-1207116796'), (u'INDIRECT_-1207117265', u'SUBPIECE_-1207119634'), ('const-1295148', u'STORE_-1207122423'), (u'MULTIEQUAL_-1207118340', u'MULTIEQUAL_-1207118314'), (u'CALL_-1207122532', u'INDIRECT_-1207116907'), (u'CAST_-1207116505', u'INT_ADD_-1207116837'), ('const-0', u'PTRSUB_-1207116921'), (u'MULTIEQUAL_-1207117871', u'MULTIEQUAL_-1207117807'), (u'CALL_-1207122794', u'INDIRECT_-1207119487'), (u'MULTIEQUAL_-1207118432', u'MULTIEQUAL_-1207118455'), (u'CALL_-1207121703', u'INDIRECT_-1207117700'), (u'INDIRECT_-1207118043', u'MULTIEQUAL_-1207117976'), (u'INDIRECT_-1207116455', u'SUBPIECE_-1207118849'), (u'CALL_-1207122870', u'INDIRECT_-1207119518'), (u'INDIRECT_-1207118690', u'MULTIEQUAL_-1207118620'), (u'INDIRECT_-1207118690', u'MULTIEQUAL_-1207118612'), (u'CALL_-1207123637', u'INDIRECT_-1207119539'), (u'CALL_-1207122259', u'INDIRECT_-1207117878'), (u'INDIRECT_-1207117888', u'MULTIEQUAL_-1207117773'), (u'INT_NOTEQUAL_-1207122658', u'CBRANCH_-1207122658'), ('tmp_6562', u'PTRSUB_-1207117300'), (u'CALL_-1207122259', u'INDIRECT_-1207117970'), (u'COPY_-1207122377', u'MULTIEQUAL_-1207118975'), ('tmp_1769', u'CBRANCH_-1207122558'), (u'INT_ADD_-1207116861', u'CAST_-1207116717'), (u'INT_ADD_-1207116920', u'CAST_-1207116597'), ('const-0', u'COPY_-1207123342'), (u'INDIRECT_-1207118661', u'MULTIEQUAL_-1207118584'), ('const-1294981', u'STORE_-1207122834'), ('const-0', u'PTRSUB_-1207116499'), (u'PTRSUB_-1207117362', u'LOAD_-1207123598'), ('tmp_3907', u'PTRSUB_-1207116513'), (u'CALL_-1207121399', u'INDIRECT_-1207118943'), (u'MULTIEQUAL_-1207118475', u'MULTIEQUAL_-1207118455'), (u'INDIRECT_-1207117951', u'MULTIEQUAL_-1207117884'), ('tmp_6562', u'PTRSUB_-1207117095'), (u'CALLIND_-1207121289', u'INDIRECT_-1207118420'), (u'MULTIEQUAL_-1207121384', u'CAST_-1207116861'), ('const-1', u'PTRADD_-1207116434'), ('const-0', u'SUBPIECE_-1207119280'), ('const-417', u'STORE_-1207122637'), (u'MULTIEQUAL_-1207118748', u'MULTIEQUAL_-1207118727'), (u'INDIRECT_-1207116617', u'SUBPIECE_-1207118986'), (u'CALL_-1207121769', u'INDIRECT_-1207118829'), ('const-417', u'STORE_-1207122537'), (u'CAST_-1207116829', u'COPY_-1207122744'), ('const-4', u'SUBPIECE_-1207118842'), (u'MULTIEQUAL_-1207117604', u'MULTIEQUAL_-1207117583'), (u'MULTIEQUAL_-1207118834', u'MULTIEQUAL_-1207118796'), (u'MULTIEQUAL_-1207119260', u'INT_NOTEQUAL_-1207122590'), (u'CALL_-1207121369', u'INDIRECT_-1207118103'), (u'CALL_-1207123479', u'INDIRECT_-1207118273'), (u'PTRSUB_-1207117300', u'PTRSUB_-1207117264'), (u'MULTIEQUAL_-1207117995', u'MULTIEQUAL_-1207117972'), (u'MULTIEQUAL_-1207117848', u'MULTIEQUAL_-1207117822'), ('const-1', u'RETURN_-1207121565'), (u'INDIRECT_-1207118493', u'MULTIEQUAL_-1207118098'), (u'CALL_-1207122946', u'INDIRECT_-1207117804'), ('const-4', u'SUBPIECE_-1207118784'), (u'INDIRECT_-1207116401', u'SUBPIECE_-1207118786'), ('const-0', u'SUBPIECE_-1207119634'), (u'INDIRECT_-1207118234', u'MULTIEQUAL_-1207118148'), (u'INDIRECT_-1207119350', u'MULTIEQUAL_-1207119300'), (u'CALL_-1207123565', u'INDIRECT_-1207118217'), ('const-4294966996', u'PTRSUB_-1207116434'), (u'CALL_-1207123175', u'INDIRECT_-1207118918'), (u'MULTIEQUAL_-1207117608', u'INT_NOTEQUAL_-1207122378'), (u'CALL_-1207121819', u'INDIRECT_-1207118117'), (u'INDIRECT_-1207116608', u'SUBPIECE_-1207118919'), (u'MULTIEQUAL_-1207117700', u'MULTIEQUAL_-1207117664'), ('const-0', u'SUBPIECE_-1207118800'), ('const-417', u'LOAD_-1207121873'), (u'INT_RIGHT_-1207116924', u'SUBPIECE_-1207119208'), (u'CALL_-1207121522', u'INDIRECT_-1207118171'), (u'INDIRECT_-1207117924', u'MULTIEQUAL_-1207117836'), ('const-32', u'INT_RIGHT_-1207116924'), (u'MULTIEQUAL_-1207119260', u'MULTIEQUAL_-1207119234'), (u'MULTIEQUAL_-1207117762', u'MULTIEQUAL_-1207117739'), (u'PTRSUB_-1207116660', u'CAST_-1207116542'), (u'INDIRECT_-1207118809', u'MULTIEQUAL_-1207118751'), ('const-0', u'SUBPIECE_-1207119424'), (u'INDIRECT_-1207117833', u'MULTIEQUAL_-1207117756'), ('const-4', u'SUBPIECE_-1207118694'), (u'MULTIEQUAL_-1207118896', u'MULTIEQUAL_-1207118774'), ('const-0', u'SUBPIECE_-1207119035'), (u'PIECE_-1207116953', u'MULTIEQUAL_-1207116935'), (u'MULTIEQUAL_-1207121384', u'CAST_-1207116681'), (u'INDIRECT_-1207118752', u'MULTIEQUAL_-1207118664'), (u'MULTIEQUAL_-1207117788', u'MULTIEQUAL_-1207117762'), (u'INDIRECT_-1207118843', u'MULTIEQUAL_-1207118751'), ('const-4', u'PTRSUB_-1207117337'), (u'CALL_-1207123637', u'INDIRECT_-1207118527'), ('tmp_2543', u'CBRANCH_-1207122091'), ('const-4', u'PTRADD_-1207116855'), ('const-4', u'SUBPIECE_-1207118894'), (u'LOAD_-1207121485', u'CALL_-1207122045'), (u'INDIRECT_-1207118256', u'MULTIEQUAL_-1207118141'), (u'MULTIEQUAL_-1207119138', u'MULTIEQUAL_-1207119116'), (u'CALL_-1207122632', u'INDIRECT_-1207119228'), (u'CAST_-1207116504', u'LOAD_-1207121485'), (u'MULTIEQUAL_-1207117627', u'MULTIEQUAL_-1207117604'), (u'INDIRECT_-1207118300', u'MULTIEQUAL_-1207118248'), (u'MULTIEQUAL_-1207119264', u'MULTIEQUAL_-1207119228'), (u'PTRSUB_-1207116764', u'PTRSUB_-1207116737'), (u'MULTIEQUAL_-1207118819', u'MULTIEQUAL_-1207118800'), (u'INDIRECT_-1207117464', u'MULTIEQUAL_-1207117376'), (u'MULTIEQUAL_-1207119311', u'MULTIEQUAL_-1207119285'), (u'INDIRECT_-1207116879', u'SUBPIECE_-1207119237'), (u'CALL_-1207121454', u'INDIRECT_-1207116468'), (u'CALL_-1207121570', u'INDIRECT_-1207118945'), (u'CAST_-1207116958', u'INT_NOTEQUAL_-1207122976'), ('const-0', u'PTRSUB_-1207122859'), (u'MULTIEQUAL_-1207121384', u'CAST_-1207116858'), (u'CALL_-1207122829', u'INDIRECT_-1207119594'), (u'CALL_-1207121819', u'INDIRECT_-1207117381'), (u'MULTIEQUAL_-1207118380', u'MULTIEQUAL_-1207118359'), (u'INDIRECT_-1207118782', u'MULTIEQUAL_-1207118712'), (u'MULTIEQUAL_-1207117739', u'INT_NOTEQUAL_-1207122009'), (u'PTRADD_-1207116855', u'MULTIEQUAL_-1207121255'), ('const-417', u'LOAD_-1207121821'), (u'CALL_-1207122418', u'INDIRECT_-1207118043'), (u'MULTIEQUAL_-1207118635', u'MULTIEQUAL_-1207118616'), (u'CALL_-1207123565', u'INDIRECT_-1207118401'), (u'INDIRECT_-1207117173', u'MULTIEQUAL_-1207117681'), (u'MULTIEQUAL_-1207119343', u'MULTIEQUAL_-1207119279'), (u'CALL_-1207121454', u'INDIRECT_-1207118694'), (u'INDIRECT_-1207118880', u'MULTIEQUAL_-1207118940'), (u'CALL_-1207121587', u'INDIRECT_-1207118108'), (u'MULTIEQUAL_-1207119300', u'MULTIEQUAL_-1207119279'), (u'INDIRECT_-1207117330', u'MULTIEQUAL_-1207118000'), (u'MULTIEQUAL_-1207117850', u'MULTIEQUAL_-1207117828'), (u'MULTIEQUAL_-1207118892', u'MULTIEQUAL_-1207118975'), (u'CALL_-1207123479', u'INDIRECT_-1207118825'), (u'INDIRECT_-1207118553', u'MULTIEQUAL_-1207119061'), (u'CAST_-1207116683', u'INT_ADD_-1207116995'), (u'MULTIEQUAL_-1207117871', u'MULTIEQUAL_-1207117850'), (u'COPY_-1207116411', u'CALL_-1207121570'), (u'CALL_-1207123637', u'INDIRECT_-1207119171'), (u'MULTIEQUAL_-1207117836', u'CALL_-1207121522'), (u'INDIRECT_-1207117449', u'MULTIEQUAL_-1207117957'), (u'CALL_-1207121983', u'INDIRECT_-1207118324'), (u'INDIRECT_-1207117923', u'MULTIEQUAL_-1207117721'), (u'MULTIEQUAL_-1207118791', u'MULTIEQUAL_-1207118770'), (u'INDIRECT_-1207118411', u'MULTIEQUAL_-1207118344'), (u'MULTIEQUAL_-1207118988', u'MULTIEQUAL_-1207118952'), (u'MULTIEQUAL_-1207117747', u'MULTIEQUAL_-1207117831'), (u'CALL_-1207121983', u'INDIRECT_-1207118876'), (u'INDIRECT_-1207118852', u'MULTIEQUAL_-1207118800'), (u'CALL_-1207121769', u'INDIRECT_-1207117357'), (u'CALL_-1207123175', u'INDIRECT_-1207118182'), (u'CALL_-1207122632', u'INDIRECT_-1207118124'), (u'CALL_-1207121587', u'INDIRECT_-1207118568'), (u'CALLIND_-1207121289', u'INDIRECT_-1207117040'), (u'MULTIEQUAL_-1207118160', u'MULTIEQUAL_-1207118124'), (u'CAST_-1207116634', u'LOAD_-1207122346'), (u'MULTIEQUAL_-1207118774', u'MULTIEQUAL_-1207118751'), (u'INDIRECT_-1207117357', u'MULTIEQUAL_-1207117865'), ('const-4294967096', u'PTRSUB_-1207116975'), (u'MULTIEQUAL_-1207117831', u'MULTIEQUAL_-1207117767'), ('const-4', u'SUBPIECE_-1207119316'), (u'MULTIEQUAL_-1207118607', u'MULTIEQUAL_-1207118543'), (u'INDIRECT_-1207119269', u'MULTIEQUAL_-1207119211'), (u'CALL_-1207121454', u'INDIRECT_-1207117406'), (u'MULTIEQUAL_-1207118779', u'MULTIEQUAL_-1207118759'), (u'MULTIEQUAL_-1207117655', u'MULTIEQUAL_-1207117739'), (u'INT_EQUAL_-1207123527', u'CBRANCH_-1207123525'), (u'PTRSUB_-1207116987', u'PTRSUB_-1207116959'), (u'MULTIEQUAL_-1207118840', u'PTRSUB_-1207116706'), (u'MULTIEQUAL_-1207121171', u'STORE_-1207122426'), ('const-417', u'LOAD_-1207123676'), ('const-0', u'PTRSUB_-1207116864'), (u'PTRSUB_-1207116534', u'INT_EQUAL_-1207121638'), (u'CALL_-1207121399', u'INDIRECT_-1207118023'), (u'MULTIEQUAL_-1207117739', u'MULTIEQUAL_-1207117719'), (u'CALL_-1207121369', u'INDIRECT_-1207118655'), (u'CALL_-1207121522', u'INDIRECT_-1207117159'), (u'CALL_-1207123565', u'INDIRECT_-1207118125'), (u'INDIRECT_-1207117166', u'MULTIEQUAL_-1207117144'), (u'CALL_-1207121454', u'INDIRECT_-1207118970'), ('const-4294967276', u'INT_ADD_-1207122408'), (u'CALL_-1207121454', u'INDIRECT_-1207118602'), (u'MULTIEQUAL_-1207119395', u'MULTIEQUAL_-1207119375'), (u'INDIRECT_-1207118274', u'MULTIEQUAL_-1207118184'), (u'INDIRECT_-1207116401', u'MULTIEQUAL_-1207116544'), (u'MULTIEQUAL_-1207119260', u'MULTIEQUAL_-1207119283'), (u'MULTIEQUAL_-1207118590', u'MULTIEQUAL_-1207118567'), (u'INDIRECT_-1207117343', u'MULTIEQUAL_-1207117228'), (u'CALL_-1207121454', u'INDIRECT_-1207117222'), ('tmp_3906', u'CAST_-1207117232'), (u'INDIRECT_-1207118604', u'MULTIEQUAL_-1207118664'), (u'CALL_-1207121769', u'INDIRECT_-1207119197'), ('tmp_6562', u'PTRSUB_-1207117279'), (u'INDIRECT_-1207119286', u'MULTIEQUAL_-1207119196'), ('const-0', u'PTRSUB_-1207116896'), (u'CALL_-1207121369', u'INDIRECT_-1207118195'), (u'INDIRECT_-1207119027', u'MULTIEQUAL_-1207118825'), ('const-0', u'PTRSUB_-1207116474'), (u'MULTIEQUAL_-1207116894', u'COPY_-1207116789'), (u'INDIRECT_-1207117994', u'MULTIEQUAL_-1207117931'), (u'PTRSUB_-1207117095', u'CAST_-1207117008'), (u'CAST_-1207117232', u'CALL_-1207123479'), (u'CALL_-1207122829', u'INDIRECT_-1207118214'), (u'MULTIEQUAL_-1207119395', u'MULTIEQUAL_-1207119331'), (u'CAST_-1207116727', u'STORE_-1207122537'), (u'CALL_-1207122829', u'INDIRECT_-1207117073'), (u'INDIRECT_-1207118953', u'MULTIEQUAL_-1207118558'), ('const-0', u'PTRSUB_-1207116706'), (u'CALL_-1207121522', u'INDIRECT_-1207117343'), (u'CALL_-1207121819', u'INDIRECT_-1207118485'), ('const-4', u'PTRADD_-1207117054'), (u'CALL_-1207121522', u'INDIRECT_-1207119091'), (u'CALL_-1207121672', u'INDIRECT_-1207117066'), (u'CALL_-1207121570', u'INDIRECT_-1207118853'), ('const-0', u'SUBPIECE_-1207118849'), (u'INDIRECT_-1207117265', u'SUBPIECE_-1207119542'), (u'CALL_-1207121983', u'INDIRECT_-1207116721'), (u'INDIRECT_-1207118309', u'MULTIEQUAL_-1207117914'), (u'CALL_-1207123084', u'INDIRECT_-1207119058'), (u'CALL_-1207122045', u'INDIRECT_-1207119269'), (u'CALL_-1207121369', u'INDIRECT_-1207117367'), (u'MULTIEQUAL_-1207117563', u'MULTIEQUAL_-1207117647'), (u'MULTIEQUAL_-1207117700', u'MULTIEQUAL_-1207121024'), (u'CAST_-1207116502', u'INT_ADD_-1207122035'), ('tmp_3906', u'CALL_-1207123565'), ('const-4', u'SUBPIECE_-1207118667'), (u'CALL_-1207122870', u'INDIRECT_-1207117770'), (u'CALL_-1207122829', u'INDIRECT_-1207119502'), (u'MULTIEQUAL_-1207118851', u'MULTIEQUAL_-1207118935'), ('const-417', u'LOAD_-1207121657'), (u'MULTIEQUAL_-1207117880', u'MULTIEQUAL_-1207117854'), (u'MULTIEQUAL_-1207119202', u'MULTIEQUAL_-1207119164'), (u'CALL_-1207122159', u'INDIRECT_-1207118392'), (u'MULTIEQUAL_-1207119264', u'MULTIEQUAL_-1207119142'), ('tmp_3805', u'BRANCH_-1207121290'), (u'MULTIEQUAL_-1207118727', u'MULTIEQUAL_-1207118708'), (u'MULTIEQUAL_-1207117963', u'MULTIEQUAL_-1207117942'), (u'MULTIEQUAL_-1207117004', u'MULTIEQUAL_-1207116935'), (u'INDIRECT_-1207119010', u'MULTIEQUAL_-1207118920'), (u'CALL_-1207123313', u'INDIRECT_-1207118072'), (u'CALL_-1207122632', u'INDIRECT_-1207117848'), (u'CALL_-1207123084', u'INDIRECT_-1207118690'), (u'INT_ADD_-1207116811', u'CAST_-1207116474'), (u'INDIRECT_-1207119334', u'MULTIEQUAL_-1207119264'), ('tmp_3907', u'PTRSUB_-1207117259'), (u'INDIRECT_-1207117265', u'MULTIEQUAL_-1207117214'), (u'INDIRECT_-1207118217', u'MULTIEQUAL_-1207117822'), (u'INDIRECT_-1207116541', u'SUBPIECE_-1207118842'), (u'INDIRECT_-1207117073', u'SUBPIECE_-1207119316'), ('const-417', u'STORE_-1207122167'), (u'MULTIEQUAL_-1207117788', u'MULTIEQUAL_-1207117767'), ('const-4', u'PTRSUB_-1207117164'), (u'CALL_-1207121703', u'INDIRECT_-1207118344'), (u'CALL_-1207121587', u'INDIRECT_-1207118200'), (u'INDIRECT_-1207119412', u'MULTIEQUAL_-1207119352'), (u'CALL_-1207121642', u'INDIRECT_-1207118434'), (u'CALL_-1207121819', u'INDIRECT_-1207118577'), ('tmp_3907', u'PTRSUB_-1207117362'), ('const-4294967280', u'INT_ADD_-1207116812'), (u'MULTIEQUAL_-1207118423', u'MULTIEQUAL_-1207118359'), (u'MULTIEQUAL_-1207118963', u'MULTIEQUAL_-1207118943'), (u'CALL_-1207121642', u'INDIRECT_-1207118158'), (u'INDIRECT_-1207118944', u'MULTIEQUAL_-1207118892'), ('const-4', u'SUBPIECE_-1207118919'), (u'MULTIEQUAL_-1207119279', u'MULTIEQUAL_-1207119260'), (u'INDIRECT_-1207119673', u'MULTIEQUAL_-1207119596'), (u'INDIRECT_-1207118618', u'MULTIEQUAL_-1207119288'), (u'LOAD_-1207121701', u'PTRSUB_-1207116482'), (u'MULTIEQUAL_-1207118759', u'MULTIEQUAL_-1207118843'), (u'CALL_-1207121819', u'INDIRECT_-1207118393'), (u'MULTIEQUAL_-1207119044', u'CAST_-1207116958'), (u'INDIRECT_-1207117570', u'STORE_-1207122808'), (u'MULTIEQUAL_-1207118699', u'MULTIEQUAL_-1207118635'), (u'INDIRECT_-1207118080', u'MULTIEQUAL_-1207118006'), ('const-4', u'PTRSUB_-1207116768'), ('const-4', u'PTRADD_-1207116881'), (u'INDIRECT_-1207119105', u'MULTIEQUAL_-1207119613'), (u'CAST_-1207116394', u'CALL_-1207121522'), ('const-0', u'SUBPIECE_-1207118934'), (u'CALL_-1207121769', u'INDIRECT_-1207118461'), ('const-32', u'INT_RIGHT_-1207116771'), (u'INDIRECT_-1207118584', u'MULTIEQUAL_-1207118524'), (u'CALL_-1207122418', u'INDIRECT_-1207119331'), (u'CALL_-1207122946', u'INDIRECT_-1207119184'), (u'INDIRECT_-1207118874', u'MULTIEQUAL_-1207118796'), (u'CALL_-1207121819', u'INDIRECT_-1207117657'), (u'INDIRECT_-1207117122', u'SUBPIECE_-1207119516'), (u'MULTIEQUAL_-1207119260', u'MULTIEQUAL_-1207119343'), (u'MULTIEQUAL_-1207118248', u'MULTIEQUAL_-1207118222'), (u'INDIRECT_-1207116722', u'SUBPIECE_-1207119083'), (u'PTRSUB_-1207116482', u'CALL_-1207121587'), (u'INT_NOTEQUAL_-1207122322', u'CBRANCH_-1207122322'), (u'MULTIEQUAL_-1207118883', u'PTRSUB_-1207116768'), (u'CALL_-1207123313', u'INDIRECT_-1207119360'), (u'MULTIEQUAL_-1207119540', u'INT_NOTEQUAL_-1207123045'), (u'CALL_-1207121983', u'INDIRECT_-1207118784'), (u'INT_EQUAL_-1207123146', u'CBRANCH_-1207123140'), (u'INDIRECT_-1207118522', u'MULTIEQUAL_-1207118472'), ('const-4294966996', u'PTRSUB_-1207116506'), (u'INDIRECT_-1207118512', u'MULTIEQUAL_-1207118572'), (u'INDIRECT_-1207118614', u'MULTIEQUAL_-1207118564'), (u'INDIRECT_-1207117796', u'MULTIEQUAL_-1207117681'), (u'INDIRECT_-1207118694', u'MULTIEQUAL_-1207118608'), ('const-417', u'LOAD_-1207121903'), (u'MULTIEQUAL_-1207118620', u'MULTIEQUAL_-1207118498'), (u'INDIRECT_-1207118379', u'MULTIEQUAL_-1207118988'), ('const-417', u'LOAD_-1207122576'), (u'MULTIEQUAL_-1207118862', u'MULTIEQUAL_-1207118840'), (u'MULTIEQUAL_-1207118843', u'MULTIEQUAL_-1207118823'), (u'CAST_-1207116836', u'COPY_-1207122753'), (u'CALL_-1207121587', u'INDIRECT_-1207118660'), (u'CALL_-1207122159', u'INDIRECT_-1207117932'), ('const-4294967276', u'INT_ADD_-1207122819'), (u'INT_ADD_-1207117186', u'CAST_-1207116905'), (u'INDIRECT_-1207119466', u'MULTIEQUAL_-1207119403'), (u'CALL_-1207122632', u'INDIRECT_-1207119044'), (u'LOAD_-1207123413', u'CALL_-1207123313'), (u'CALL_-1207121672', u'INDIRECT_-1207116410'), (u'INDIRECT_-1207118908', u'MULTIEQUAL_-1207118834'), (u'CALL_-1207123015', u'INDIRECT_-1207117649'), (u'PTRSUB_-1207116975', u'PTRSUB_-1207116948'), (u'PTRADD_-1207116725', u'INT_NOTEQUAL_-1207122217'), (u'CAST_-1207116903', u'INT_ADD_-1207122860'), (u'INDIRECT_-1207118779', u'MULTIEQUAL_-1207118712'), (u'MULTIEQUAL_-1207121255', u'PTRADD_-1207116877'), (u'CALL_-1207123565', u'INDIRECT_-1207119137'), (u'INDIRECT_-1207117459', u'MULTIEQUAL_-1207118068'), (u'MULTIEQUAL_-1207117747', u'MULTIEQUAL_-1207117721'), (u'MULTIEQUAL_-1207118288', u'MULTIEQUAL_-1207118310'), (u'INDIRECT_-1207119177', u'MULTIEQUAL_-1207119119'), (u'MULTIEQUAL_-1207119172', u'MULTIEQUAL_-1207119136'), ('const-0', u'PTRSUB_-1207116815'), ('tmp_1596', u'CBRANCH_-1207122658'), (u'CALL_-1207122259', u'INDIRECT_-1207118522'), (u'CALLIND_-1207121289', u'INDIRECT_-1207118144'), (u'INT_EQUAL_-1207123232', u'CBRANCH_-1207123226'), ('const-4', u'SUBPIECE_-1207119034'), (u'MULTIEQUAL_-1207117788', u'MULTIEQUAL_-1207117811'), (u'INDIRECT_-1207118355', u'MULTIEQUAL_-1207118240'), (u'CALL_-1207122418', u'INDIRECT_-1207119423'), ('const-4', u'SUBPIECE_-1207118757'), (u'CAST_-1207116885', u'INT_ADD_-1207117169'), (u'CALL_-1207121672', u'INDIRECT_-1207118078'), ('const-0', u'INT_NOTEQUAL_-1207122009'), ('const-0', u'INT_NOTEQUAL_-1207122444'), (u'MULTIEQUAL_-1207121384', u'CAST_-1207116728'), ('const-0', u'SUBPIECE_-1207118759'), (u'MULTIEQUAL_-1207117972', u'MULTIEQUAL_-1207117995'), (u'CALL_-1207123479', u'INDIRECT_-1207117374'), (u'CALL_-1207123084', u'INDIRECT_-1207118138'), (u'CALL_-1207121642', u'INDIRECT_-1207117146'), (u'CALL_-1207121642', u'INDIRECT_-1207118066'), (u'INDIRECT_-1207119873', u'MULTIEQUAL_-1207119478'), (u'MULTIEQUAL_-1207117675', u'MULTIEQUAL_-1207117655'), (u'INDIRECT_-1207118342', u'MULTIEQUAL_-1207119012'), (u'CALL_-1207121399', u'INDIRECT_-1207119035'), (u'MULTIEQUAL_-1207118567', u'MULTIEQUAL_-1207118503'), (u'MULTIEQUAL_-1207118314', u'MULTIEQUAL_-1207118291'), (u'INDIRECT_-1207117406', u'MULTIEQUAL_-1207117320'), (u'MULTIEQUAL_-1207117884', u'MULTIEQUAL_-1207117871'), (u'PTRSUB_-1207116921', u'PTRSUB_-1207116896'), (u'CALL_-1207122794', u'INDIRECT_-1207119211'), (u'CALL_-1207122418', u'INDIRECT_-1207118503'), (u'MULTIEQUAL_-1207117604', u'MULTIEQUAL_-1207121024'), (u'MULTIEQUAL_-1207118584', u'MULTIEQUAL_-1207118558'), (u'MULTIEQUAL_-1207117608', u'CAST_-1207116658'), (u'INDIRECT_-1207117374', u'SUBPIECE_-1207119743'), ('tmp_361', u'CBRANCH_-1207123525'), (u'CALL_-1207122259', u'INDIRECT_-1207119074'), (u'INDIRECT_-1207118108', u'MULTIEQUAL_-1207118020'), (u'INDIRECT_-1207117527', u'MULTIEQUAL_-1207117412'), (u'INDIRECT_-1207118982', u'MULTIEQUAL_-1207118932'), ('const-0', u'INT_NOTEQUAL_-1207123259'), (u'INT_ADD_-1207117078', u'CAST_-1207116775'), (u'CALL_-1207121642', u'INDIRECT_-1207117422'), (u'INDIRECT_-1207117314', u'MULTIEQUAL_-1207117228'), (u'CALL_-1207122632', u'INDIRECT_-1207117756'), (u'CAST_-1207116542', u'INT_ADD_-1207116706'), (u'INDIRECT_-1207117087', u'SUBPIECE_-1207119395'), (u'INDIRECT_-1207117275', u'MULTIEQUAL_-1207117884'), ('const-0', u'SUBPIECE_-1207118986'), (u'CALL_-1207123479', u'INDIRECT_-1207117997'), (u'CALL_-1207123637', u'INDIRECT_-1207118251'), (u'INDIRECT_-1207119121', u'MULTIEQUAL_-1207119044'), (u'CALL_-1207123175', u'INDIRECT_-1207117166'), (u'CALL_-1207123015', u'INDIRECT_-1207117741'), (u'CALL_-1207121672', u'INDIRECT_-1207118906'), (u'MULTIEQUAL_-1207118687', u'MULTIEQUAL_-1207118667'), ('const-0', u'SUBPIECE_-1207119408'), (u'CALL_-1207122946', u'INDIRECT_-1207117988'), (u'MULTIEQUAL_-1207118023', u'MULTIEQUAL_-1207118107'), (u'MULTIEQUAL_-1207118391', u'MULTIEQUAL_-1207118365'), (u'CALL_-1207123313', u'INDIRECT_-1207119452'), (u'MULTIEQUAL_-1207116846', u'MULTIEQUAL_-1207116778'), (u'INDIRECT_-1207116410', u'SUBPIECE_-1207118720'), (u'INDIRECT_-1207117656', u'MULTIEQUAL_-1207117604'), (u'CALL_-1207122870', u'INDIRECT_-1207117678'), (u'MULTIEQUAL_-1207118896', u'MULTIEQUAL_-1207118860'), (u'CAST_-1207116880', u'INT_ADD_-1207121803'), (u'CALLIND_-1207121289', u'INDIRECT_-1207117408'), (u'CALLIND_-1207121289', u'INDIRECT_-1207117776'), (u'INDIRECT_-1207119084', u'MULTIEQUAL_-1207118969'), (u'CAST_-1207116523', u'CALL_-1207121819'), (u'CALL_-1207121454', u'INDIRECT_-1207117130'), (u'LOAD_-1207122346', u'MULTIEQUAL_-1207119138'), (u'CALL_-1207121369', u'INDIRECT_-1207116443'), (u'INDIRECT_-1207117590', u'MULTIEQUAL_-1207117504'), (u'PTRSUB_-1207116925', u'CAST_-1207116811'), (u'CAST_-1207116677', u'STORE_-1207122423'), (u'COPY_-1207117054', u'MULTIEQUAL_-1207121384'), (u'INT_ADD_-1207122793', u'CAST_-1207116867'), (u'PTRSUB_-1207116864', u'PTRSUB_-1207116836'), (u'CALL_-1207122632', u'INDIRECT_-1207119412'), (u'MULTIEQUAL_-1207121384', u'CAST_-1207116555'), ('const-0', u'SUBPIECE_-1207119208'), (u'CALL_-1207121399', u'INDIRECT_-1207117011'), (u'MULTIEQUAL_-1207119478', u'MULTIEQUAL_-1207119440'), (u'CALL_-1207122829', u'INDIRECT_-1207117754'), ('const-4', u'SUBPIECE_-1207119424'), ('const-4294967276', u'INT_ADD_-1207122035'), ('const-417', u'LOAD_-1207122683'), (u'CALL_-1207122829', u'INDIRECT_-1207119226'), (u'MULTIEQUAL_-1207117997', u'MULTIEQUAL_-1207117976'), (u'INDIRECT_-1207119539', u'CALL_-1207123565'), (u'INDIRECT_-1207119092', u'MULTIEQUAL_-1207119018'), (u'CAST_-1207116595', u'INT_ADD_-1207122249'), (u'CAST_-1207116373', u'INT_NOTEQUAL_-1207121477'), (u'CALL_-1207121703', u'INDIRECT_-1207117424'), (u'MULTIEQUAL_-1207119007', u'MULTIEQUAL_-1207118984'), (u'MULTIEQUAL_-1207118915', u'MULTIEQUAL_-1207118892'), (u'CALL_-1207123084', u'INDIRECT_-1207118046'), (u'INDIRECT_-1207118632', u'MULTIEQUAL_-1207118558'), (u'CALLIND_-1207121289', u'INDIRECT_-1207116401'), (u'MULTIEQUAL_-1207117831', u'MULTIEQUAL_-1207117811'), (u'CALL_-1207121703', u'INDIRECT_-1207118620'), ('const-8', u'PTRSUB_-1207117226'), (u'MULTIEQUAL_-1207121384', u'CAST_-1207116885'), (u'MULTIEQUAL_-1207118288', u'MULTIEQUAL_-1207118267'), (u'CALL_-1207122532', u'INDIRECT_-1207118730'), (u'CALL_-1207121983', u'INDIRECT_-1207118508'), (u'INDIRECT_-1207119176', u'MULTIEQUAL_-1207119061'), (u'PTRSUB_-1207116948', u'STORE_-1207122802'), (u'PTRSUB_-1207116523', u'LOAD_-1207121701'), (u'CAST_-1207116552', u'INT_ADD_-1207122149'), ('const-417', u'LOAD_-1207122716'), (u'INDIRECT_-1207117954', u'MULTIEQUAL_-1207117884'), (u'INDIRECT_-1207119423', u'MULTIEQUAL_-1207119356'), ('const-0', u'SUBPIECE_-1207119058'), (u'PTRSUB_-1207117341', u'CAST_-1207117252'), (u'CALL_-1207123313', u'INDIRECT_-1207118716'), (u'CALL_-1207122045', u'INDIRECT_-1207118901'), (u'CALL_-1207123313', u'INDIRECT_-1207118900'), (u'CALL_-1207122632', u'INDIRECT_-1207118676'), (u'INDIRECT_-1207117316', u'MULTIEQUAL_-1207117376'), (u'MULTIEQUAL_-1207119035', u'INT_NOTEQUAL_-1207122469'), (u'MULTIEQUAL_-1207121255', u'PTRADD_-1207116855'), (u'MULTIEQUAL_-1207121384', u'CAST_-1207116472'), (u'CALL_-1207122259', u'INDIRECT_-1207117694'), ('const-2', u'INT_EQUAL_-1207123146'), (u'CALL_-1207121672', u'INDIRECT_-1207117986'), (u'CALL_-1207122794', u'INDIRECT_-1207119579'), (u'INDIRECT_-1207116455', u'SUBPIECE_-1207118757'), ('const-417', u'STORE_-1207123023'), (u'INDIRECT_-1207119136', u'MULTIEQUAL_-1207119076'), (u'CALL_-1207123015', u'INDIRECT_-1207119673'), (u'INDIRECT_-1207118567', u'MULTIEQUAL_-1207118365'), (u'CAST_-1207116868', u'INT_ADD_-1207122793'), (u'CAST_-1207116879', u'LOAD_-1207121819'), (u'CALL_-1207121570', u'INDIRECT_-1207116377'), ('const-4294967276', u'INT_ADD_-1207122249'), (u'CALL_-1207123175', u'INDIRECT_-1207118274'), (u'CAST_-1207116943', u'CALL_-1207122946'), (u'MULTIEQUAL_-1207119356', u'MULTIEQUAL_-1207119234'), (u'CAST_-1207117252', u'COPY_-1207117334'), (u'MULTIEQUAL_-1207118768', u'MULTIEQUAL_-1207118742'), (u'CALL_-1207122418', u'INDIRECT_-1207118411'), (u'PTRSUB_-1207116506', u'CALL_-1207121399'), (u'INT_ADD_-1207117038', u'CAST_-1207116730'), (u'CALL_-1207122418', u'INDIRECT_-1207119055'), (u'INDIRECT_-1207117739', u'INT_NOTEQUAL_-1207122754'), (u'INDIRECT_-1207118638', u'MULTIEQUAL_-1207118575'), (u'MULTIEQUAL_-1207119264', u'MULTIEQUAL_-1207119251'), (u'INDIRECT_-1207117848', u'MULTIEQUAL_-1207117788'), (u'MULTIEQUAL_-1207119423', u'MULTIEQUAL_-1207119403'), (u'MULTIEQUAL_-1207119044', u'MULTIEQUAL_-1207119018'), (u'CALL_-1207121399', u'INDIRECT_-1207117287'), (u'INDIRECT_-1207119228', u'MULTIEQUAL_-1207119168'), (u'INDIRECT_-1207119194', u'MULTIEQUAL_-1207119104'), (u'CALL_-1207121522', u'INDIRECT_-1207118631'), ('const-417', u'STORE_-1207122802'), (u'COPY_-1207116716', u'MULTIEQUAL_-1207116758'), (u'INDIRECT_-1207118901', u'MULTIEQUAL_-1207118843'), (u'INDIRECT_-1207117923', u'MULTIEQUAL_-1207117831'), (u'INDIRECT_-1207118461', u'MULTIEQUAL_-1207118969'), ('tmp_3156', u'BRANCH_-1207121754'), ('const-4', u'SUBPIECE_-1207118991'), (u'MULTIEQUAL_-1207119504', u'MULTIEQUAL_-1207119478'), (u'INDIRECT_-1207119331', u'MULTIEQUAL_-1207119264'), (u'INDIRECT_-1207117840', u'MULTIEQUAL_-1207117788'), (u'MULTIEQUAL_-1207118678', u'MULTIEQUAL_-1207118656'), (u'CAST_-1207116774', u'INT_ADD_-1207117077'), (u'INDIRECT_-1207118420', u'MULTIEQUAL_-1207118480'), (u'CAST_-1207116364', u'CALL_-1207121454'), (u'CALL_-1207122946', u'INDIRECT_-1207117712'), (u'MULTIEQUAL_-1207118742', u'MULTIEQUAL_-1207118704'), (u'CALL_-1207122870', u'INDIRECT_-1207119058'), (u'INDIRECT_-1207117166', u'SUBPIECE_-1207119560'), (u'PTRADD_-1207116855', u'INT_NOTEQUAL_-1207122590'), (u'MULTIEQUAL_-1207117792', u'MULTIEQUAL_-1207117756'), (u'CAST_-1207116551', u'STORE_-1207122164'), (u'MULTIEQUAL_-1207119352', u'MULTIEQUAL_-1207119331'), (u'CALL_-1207122632', u'INDIRECT_-1207118492'), (u'CAST_-1207116786', u'INT_NOTEQUAL_-1207122658'), (u'MULTIEQUAL_-1207119027', u'PTRSUB_-1207116921'), (u'MULTIEQUAL_-1207119076', u'MULTIEQUAL_-1207119099'), (u'CAST_-1207116477', u'INT_ADD_-1207116812'), (u'PTRADD_-1207116725', u'MULTIEQUAL_-1207121107'), (u'CALL_-1207123479', u'INDIRECT_-1207118733'), (u'CALL_-1207121819', u'INDIRECT_-1207118761'), (u'CALL_-1207122632', u'INDIRECT_-1207119136'), (u'INDIRECT_-1207117159', u'MULTIEQUAL_-1207117044'), (u'CALL_-1207122045', u'INDIRECT_-1207118257'), (u'CALL_-1207123565', u'INDIRECT_-1207119045'), (u'MULTIEQUAL_-1207117828', u'MULTIEQUAL_-1207117807'), (u'CALL_-1207122946', u'INDIRECT_-1207119552'), (u'LOAD_-1207123598', u'CALL_-1207123565'), (u'INDIRECT_-1207117649', u'MULTIEQUAL_-1207117572'), ('const-4294967280', u'INT_ADD_-1207117170'), (u'CAST_-1207116681', u'INT_ADD_-1207116994'), (u'CAST_-1207116776', u'INT_ADD_-1207117078'), (u'CAST_-1207116680', u'LOAD_-1207121642'), (u'CAST_-1207117003', u'CALL_-1207123084'), (u'CAST_-1207116775', u'STORE_-1207122640'), (u'MULTIEQUAL_-1207119285', u'MULTIEQUAL_-1207119264'), ('const-0', u'PTRSUB_-1207117264'), (u'INDIRECT_-1207116639', u'SUBPIECE_-1207119035'), (u'INDIRECT_-1207119487', u'MULTIEQUAL_-1207119395'), (u'CAST_-1207116475', u'INT_ADD_-1207116811'), (u'CALL_-1207122829', u'INDIRECT_-1207117570'), (u'MULTIEQUAL_-1207118926', u'MULTIEQUAL_-1207118888'), (u'CALL_-1207122870', u'INDIRECT_-1207118690'), (u'MULTIEQUAL_-1207118733', u'MULTIEQUAL_-1207118712'), (u'MULTIEQUAL_-1207119228', u'MULTIEQUAL_-1207119202'), (u'MULTIEQUAL_-1207121384', u'CAST_-1207116731'), (u'CALL_-1207121369', u'INDIRECT_-1207118563'), ('tmp_3906', u'PTRSUB_-1207117337'), (u'CALL_-1207123313', u'INDIRECT_-1207119176'), (u'INDIRECT_-1207118966', u'MULTIEQUAL_-1207118888'), (u'CALL_-1207122794', u'INDIRECT_-1207119119'), ('const-1294905', u'STORE_-1207123020'), ('const-417', u'LOAD_-1207121687'), (u'INDIRECT_-1207119176', u'INT_NOTEQUAL_-1207123259'), (u'CALLIND_-1207121289', u'INDIRECT_-1207117224'), (u'CALL_-1207123084', u'INDIRECT_-1207117122'), (u'INDIRECT_-1207117831', u'MULTIEQUAL_-1207117739'), (u'CAST_-1207116541', u'INT_NOTEQUAL_-1207122096'), ('tmp_3906', u'PTRSUB_-1207117164'), (u'MULTIEQUAL_-1207118883', u'MULTIEQUAL_-1207118862'), (u'MULTIEQUAL_-1207116914', u'MULTIEQUAL_-1207116894'), ('const-417', u'STORE_-1207122426'), (u'INDIRECT_-1207117514', u'MULTIEQUAL_-1207118184'), (u'MULTIEQUAL_-1207117931', u'MULTIEQUAL_-1207118015'), (u'PTRSUB_-1207116513', u'LOAD_-1207121687'), (u'INDIRECT_-1207117895', u'CAST_-1207116373'), (u'INDIRECT_-1207117068', u'SUBPIECE_-1207119332'), (u'MULTIEQUAL_-1207118748', u'MULTIEQUAL_-1207118770'), (u'CAST_-1207116651', u'COPY_-1207122368'), (u'MULTIEQUAL_-1207118620', u'MULTIEQUAL_-1207118584'), (u'CALL_-1207123084', u'INDIRECT_-1207118874'), (u'INDIRECT_-1207119702', u'MULTIEQUAL_-1207119632'), (u'LOAD_-1207122683', u'CAST_-1207116786'), (u'CAST_-1207116597', u'LOAD_-1207121568'), (u'INDIRECT_-1207118292', u'MULTIEQUAL_-1207118204'), (u'MULTIEQUAL_-1207121384', u'CAST_-1207116678'), (u'MULTIEQUAL_-1207118667', u'MULTIEQUAL_-1207118751'), (u'INT_NOTEQUAL_-1207122185', u'CBRANCH_-1207122185'), (u'CAST_-1207116325', u'CALL_-1207121369'), (u'CALL_-1207122532', u'INDIRECT_-1207117718'), (u'CALL_-1207121522', u'INDIRECT_-1207118263'), (u'INT_NOTEQUAL_-1207122285', u'CBRANCH_-1207122285'), (u'CALL_-1207122045', u'INDIRECT_-1207119177'), (u'COPY_-1207116682', u'MULTIEQUAL_-1207116846'), (u'CALL_-1207121672', u'INDIRECT_-1207118262'), ('const-417', u'LOAD_-1207123598'), (u'INDIRECT_-1207119184', u'MULTIEQUAL_-1207119110'), (u'MULTIEQUAL_-1207119055', u'MULTIEQUAL_-1207119035'), (u'INDIRECT_-1207119058', u'MULTIEQUAL_-1207118980'), (u'MULTIEQUAL_-1207121171', u'INT_NOTEQUAL_-1207122444'), (u'CALL_-1207123565', u'INDIRECT_-1207119229'), (u'MULTIEQUAL_-1207121384', u'CAST_-1207116507'), (u'INDIRECT_-1207117265', u'MULTIEQUAL_-1207117773'), (u'MULTIEQUAL_-1207117655', u'MULTIEQUAL_-1207117629'), (u'PTRSUB_-1207117307', u'CALL_-1207123313'), (u'CALL_-1207123084', u'INDIRECT_-1207118782'), (u'INT_ADD_-1207116994', u'CAST_-1207116680'), (u'INDIRECT_-1207118503', u'MULTIEQUAL_-1207118436'), (u'INDIRECT_-1207119213', u'MULTIEQUAL_-1207119136'), (u'CALL_-1207121642', u'INDIRECT_-1207117974'), ('const-4', u'INT_ADD_-1207116706'), ('const-417', u'LOAD_-1207121801'), ('const-417', u'STORE_-1207122837'), (u'CALL_-1207121769', u'INDIRECT_-1207116608'), (u'CALL_-1207122870', u'INDIRECT_-1207118874'), ('const-417', u'STORE_-1207121991'), (u'INDIRECT_-1207118871', u'MULTIEQUAL_-1207118804'), (u'CAST_-1207116717', u'MULTIEQUAL_-1207119027'), ('const-4258064', u'PTRSUB_-1207122869'), (u'MULTIEQUAL_-1207121384', u'CAST_-1207116595'), (u'COPY_-1207122368', u'MULTIEQUAL_-1207118883'), (u'INDIRECT_-1207117896', u'MULTIEQUAL_-1207117822'), (u'MULTIEQUAL_-1207119228', u'INT_NOTEQUAL_-1207122976'), (u'COPY_-1207116789', u'MULTIEQUAL_-1207116846'), (u'INDIRECT_-1207117422', u'MULTIEQUAL_-1207118092'), (u'INDIRECT_-1207117132', u'MULTIEQUAL_-1207117192'), (u'CALL_-1207121522', u'INDIRECT_-1207118355'), (u'INDIRECT_-1207119000', u'MULTIEQUAL_-1207118926'), (u'MULTIEQUAL_-1207121384', u'CAST_-1207116903'), ('const-4294967276', u'INT_ADD_-1207122622'), (u'CALL_-1207123565', u'INDIRECT_-1207118953'), (u'INDIRECT_-1207118090', u'MULTIEQUAL_-1207118000'), (u'MULTIEQUAL_-1207119570', u'MULTIEQUAL_-1207119532'), (u'CAST_-1207117302', u'CALL_-1207123637'), (u'MULTIEQUAL_-1207117721', u'MULTIEQUAL_-1207117700'), (u'CALL_-1207121587', u'INDIRECT_-1207117280'), (u'INDIRECT_-1207119965', u'MULTIEQUAL_-1207119570'), (u'CALL_-1207122870', u'INDIRECT_-1207117068'), (u'CAST_-1207116600', u'INT_ADD_-1207116921'), ('const-8', u'PTRSUB_-1207116523'), (u'CALL_-1207121587', u'INDIRECT_-1207116541'), (u'MULTIEQUAL_-1207118975', u'MULTIEQUAL_-1207118911'), (u'MULTIEQUAL_-1207117666', u'MULTIEQUAL_-1207117644'), (u'CALL_-1207121642', u'INDIRECT_-1207117514'), (u'MULTIEQUAL_-1207119283', u'MULTIEQUAL_-1207119260'), (u'CALL_-1207123015', u'INDIRECT_-1207119581'), ('const-0', u'SUBPIECE_-1207118876'), (u'CALL_-1207123015', u'INDIRECT_-1207117087'), ('const-4', u'PTRADD_-1207117064'), (u'MULTIEQUAL_-1207121384', u'CAST_-1207116774'), (u'PTRSUB_-1207116473', u'LOAD_-1207121662'), (u'INDIRECT_-1207118103', u'MULTIEQUAL_-1207118712'), (u'CALL_-1207121983', u'INDIRECT_-1207118600'), (u'CALL_-1207121983', u'INDIRECT_-1207118232'), ('const-1295106', u'STORE_-1207122537'), (u'CALL_-1207123175', u'INDIRECT_-1207119194'), (u'MULTIEQUAL_-1207121384', u'CAST_-1207116863'), (u'MULTIEQUAL_-1207121384', u'CAST_-1207116475'), (u'MULTIEQUAL_-1207119116', u'INT_NOTEQUAL_-1207122217'), ('tmp_3907', u'PTRSUB_-1207117255'), (u'CALL_-1207121399', u'INDIRECT_-1207118483'), (u'INDIRECT_-1207117054', u'MULTIEQUAL_-1207117724'), ('const-3152350', u'CALL_-1207123175'), (u'INT_NOTEQUAL_-1207122697', u'CBRANCH_-1207122697'), (u'CALL_-1207121642', u'INDIRECT_-1207117330'), (u'INDIRECT_-1207117889', u'MULTIEQUAL_-1207117831'), (u'MULTIEQUAL_-1207118564', u'MULTIEQUAL_-1207118543'), (u'INDIRECT_-1207118093', u'MULTIEQUAL_-1207118601'), (u'INDIRECT_-1207119120', u'MULTIEQUAL_-1207119032'), (u'MULTIEQUAL_-1207117788', u'MULTIEQUAL_-1207117871'), (u'CALL_-1207123313', u'INDIRECT_-1207119728'), (u'INDIRECT_-1207117067', u'MULTIEQUAL_-1207116952'), ('const-417', u'LOAD_-1207121686'), (u'MULTIEQUAL_-1207121446', u'STORE_-1207123023'), (u'CALL_-1207122946', u'INDIRECT_-1207118908'), ('const-4', u'SUBPIECE_-1207118943'), (u'MULTIEQUAL_-1207118068', u'MULTIEQUAL_-1207118032'), ('const-0', u'SUBPIECE_-1207119064'), (u'CALL_-1207123175', u'INDIRECT_-1207119286'), (u'CAST_-1207116867', u'STORE_-1207122808'), (u'MULTIEQUAL_-1207118575', u'MULTIEQUAL_-1207118659'), ('const-4', u'SUBPIECE_-1207118720'), (u'INDIRECT_-1207116962', u'MULTIEQUAL_-1207117632'), ('const-24', u'PTRSUB_-1207117259'), (u'CALL_-1207121454', u'INDIRECT_-1207117314'), (u'CALL_-1207121642', u'INDIRECT_-1207118986'), (u'MULTIEQUAL_-1207118656', u'MULTIEQUAL_-1207118678'), (u'MULTIEQUAL_-1207121384', u'CAST_-1207116557'), ('const-417', u'LOAD_-1207121701'), (u'CALL_-1207121587', u'INDIRECT_-1207117924'), ('const-4294967276', u'INT_ADD_-1207122784'), ('tmp_3745', u'BRANCH_-1207121366'), (u'INT_ADD_-1207117154', u'CAST_-1207116862'), ('const-4', u'PTRSUB_-1207116925'), (u'CALL_-1207121399', u'INDIRECT_-1207118575'), (u'INDIRECT_-1207117280', u'MULTIEQUAL_-1207117192'), (u'MULTIEQUAL_-1207117700', u'MULTIEQUAL_-1207117687'), (u'CALL_-1207123313', u'INDIRECT_-1207117888'), (u'LOAD_-1207121803', u'CALL_-1207122794'), (u'INDIRECT_-1207118107', u'MULTIEQUAL_-1207118015'), (u'MULTIEQUAL_-1207118098', u'MULTIEQUAL_-1207118060'), (u'CALL_-1207121672', u'INDIRECT_-1207118170'), (u'INDIRECT_-1207118195', u'MULTIEQUAL_-1207118804'), ('const-417', u'LOAD_-1207121838'), (u'CALL_-1207122045', u'INDIRECT_-1207118349'), (u'CALLIND_-1207121289', u'INDIRECT_-1207118512'), (u'MULTIEQUAL_-1207121384', u'CAST_-1207116906'), (u'INDIRECT_-1207117739', u'MULTIEQUAL_-1207117647'), ('const-4294967280', u'INT_ADD_-1207117186'), (u'CALL_-1207123015', u'INDIRECT_-1207118937'), (u'CALL_-1207123313', u'INDIRECT_-1207118808'), (u'INT_ADD_-1207116995', u'CAST_-1207116682'), (u'MULTIEQUAL_-1207121384', u'CAST_-1207116868'), (u'LOAD_-1207121838', u'CALL_-1207122870'), (u'INDIRECT_-1207118171', u'MULTIEQUAL_-1207118056'), (u'MULTIEQUAL_-1207118344', u'MULTIEQUAL_-1207118331'), (u'MULTIEQUAL_-1207121446', u'LOAD_-1207121873'), (u'INDIRECT_-1207118659', u'MULTIEQUAL_-1207118567'), (u'CALL_-1207121570', u'INDIRECT_-1207118393'), (u'CALL_-1207123175', u'INDIRECT_-1207118642'), (u'INDIRECT_-1207118669', u'CAST_-1207116498'), (u'INDIRECT_-1207118734', u'MULTIEQUAL_-1207118644'), ('const-0', u'SUBPIECE_-1207119393'), (u'INDIRECT_-1207117372', u'MULTIEQUAL_-1207117284'), (u'INDIRECT_-1207117770', u'MULTIEQUAL_-1207117700'), (u'MULTIEQUAL_-1207119027', u'MULTIEQUAL_-1207119007'), ('tmp_1969', u'CBRANCH_-1207122444'), (u'MULTIEQUAL_-1207121446', u'STORE_-1207122954'), ('const-0', u'RETURN_-1207121928'), ('tmp_3906', u'CAST_-1207116473'), (u'INDIRECT_-1207119820', u'MULTIEQUAL_-1207119705'), ('const-417', u'LOAD_-1207121529'), (u'MULTIEQUAL_-1207117739', u'MULTIEQUAL_-1207117675'), ('const-417', u'STORE_-1207122954'), (u'CALL_-1207122794', u'INDIRECT_-1207118107'), (u'MULTIEQUAL_-1207117976', u'MULTIEQUAL_-1207117963'), (u'PTRSUB_-1207116959', u'STORE_-1207122837'), (u'INDIRECT_-1207117925', u'MULTIEQUAL_-1207117848'), (u'MULTIEQUAL_-1207119027', u'MULTIEQUAL_-1207118963'), (u'CALL_-1207122418', u'INDIRECT_-1207118963'), (u'CALL_-1207121672', u'INDIRECT_-1207118354'), (u'LOAD_-1207121568', u'CALL_-1207122259'), (u'INDIRECT_-1207118052', u'MULTIEQUAL_-1207118112'), (u'INDIRECT_-1207117063', u'SUBPIECE_-1207119458'), (u'MULTIEQUAL_-1207118932', u'MULTIEQUAL_-1207118954'), (u'MULTIEQUAL_-1207117563', u'MULTIEQUAL_-1207121171'), (u'CALLIND_-1207121289', u'INDIRECT_-1207117960'), (u'CALL_-1207121703', u'INDIRECT_-1207118160'), (u'INDIRECT_-1207119654', u'MULTIEQUAL_-1207119564'), ('const-0', u'PTRSUB_-1207116681'), (u'MULTIEQUAL_-1207118943', u'PTRSUB_-1207116843'), (u'PIECE_-1207116796', u'MULTIEQUAL_-1207116778'), (u'CALL_-1207121587', u'INDIRECT_-1207117464'), (u'LOAD_-1207121642', u'CALL_-1207122418'), (u'CALL_-1207122946', u'INDIRECT_-1207118172'), (u'CALL_-1207121703', u'INDIRECT_-1207119172'), ('tmp_3909', u'COPY_-1207117374'), (u'MULTIEQUAL_-1207121384', u'CAST_-1207116683'), (u'INDIRECT_-1207119211', u'MULTIEQUAL_-1207119009'), (u'CALL_-1207123313', u'INDIRECT_-1207119084'), (u'INDIRECT_-1207118822', u'MULTIEQUAL_-1207118759'), (u'CALL_-1207121570', u'INDIRECT_-1207117933'), (u'CAST_-1207117220', u'CAST_-1207117122'), (u'CALL_-1207121703', u'INDIRECT_-1207117976'), (u'MULTIEQUAL_-1207117700', u'INT_NOTEQUAL_-1207122378'), (u'MULTIEQUAL_-1207117572', u'MULTIEQUAL_-1207117546'), (u'CALL_-1207123637', u'INDIRECT_-1207118987'), (u'CALL_-1207122870', u'INDIRECT_-1207118230'), (u'COPY_-1207117040', u'MULTIEQUAL_-1207121384'), (u'CALL_-1207122946', u'INDIRECT_-1207119276'), (u'MULTIEQUAL_-1207118248', u'MULTIEQUAL_-1207118331'), (u'MULTIEQUAL_-1207118528', u'MULTIEQUAL_-1207118406'), (u'CALL_-1207121703', u'INDIRECT_-1207116617'), (u'MULTIEQUAL_-1207118840', u'MULTIEQUAL_-1207118862'), ('const-417', u'STORE_-1207122267'), (u'CAST_-1207116771', u'INT_ADD_-1207122622'), ('tmp_3907', u'PTRSUB_-1207117402'), (u'INDIRECT_-1207118999', u'MULTIEQUAL_-1207118884'), (u'CALL_-1207123565', u'INDIRECT_-1207119965'), (u'INDIRECT_-1207118230', u'COPY_-1207117002'), ('const-1294966', u'STORE_-1207122875'), (u'LOAD_-1207122576', u'MULTIEQUAL_-1207121215'), (u'CAST_-1207116717', u'INT_NOTEQUAL_-1207122469'), (u'CALL_-1207121642', u'INDIRECT_-1207118894'), (u'CALL_-1207123175', u'INDIRECT_-1207118734'), (u'COPY_-1207122744', u'MULTIEQUAL_-1207119027'), ('const-3115459', u'COPY_-1207116411'), (u'CAST_-1207116887', u'INT_ADD_-1207117170'), (u'MULTIEQUAL_-1207118932', u'MULTIEQUAL_-1207118911'), (u'CALL_-1207121819', u'INDIRECT_-1207118669'), (u'INT_ADD_-1207116838', u'CAST_-1207116506'), (u'INDIRECT_-1207117970', u'MULTIEQUAL_-1207117920'), (u'CALL_-1207123637', u'INDIRECT_-1207118343'), (u'MULTIEQUAL_-1207118152', u'COPY_-1207116998'), (u'CALL_-1207121369', u'INDIRECT_-1207119023'), ('const-1295257', u'STORE_-1207122164'), (u'PTRSUB_-1207116381', u'CAST_-1207116329'), (u'INT_ADD_-1207116882', u'CAST_-1207116556'), (u'LOAD_-1207121821', u'CALL_-1207122829'), (u'INDIRECT_-1207118631', u'MULTIEQUAL_-1207118516'), ('tmp_718', u'CBRANCH_-1207123226'), (u'MULTIEQUAL_-1207118607', u'MULTIEQUAL_-1207118586'), (u'INDIRECT_-1207118568', u'MULTIEQUAL_-1207118480'), (u'CALLIND_-1207121289', u'INDIRECT_-1207118328'), (u'CALL_-1207123637', u'INDIRECT_-1207119907'), (u'INDIRECT_-1207117430', u'SUBPIECE_-1207119779'), (u'INDIRECT_-1207118808', u'MULTIEQUAL_-1207118693'), (u'INDIRECT_-1207117712', u'MULTIEQUAL_-1207117638'), (u'MULTIEQUAL_-1207121384', u'CAST_-1207116598'), (u'INDIRECT_-1207118107', u'MULTIEQUAL_-1207117905'), (u'INDIRECT_-1207116512', u'SUBPIECE_-1207118905'), ('const-4', u'SUBPIECE_-1207119395'), ('const-417', u'STORE_-1207122875'), ('tmp_6562', u'PTRSUB_-1207116506'), (u'CALL_-1207122045', u'INDIRECT_-1207117797'), (u'MULTIEQUAL_-1207117811', u'MULTIEQUAL_-1207117788'), (u'CAST_-1207117008', u'MULTIEQUAL_-1207121446'), ('const-4', u'SUBPIECE_-1207118813'), (u'CALL_-1207122632', u'INDIRECT_-1207118768'), (u'PTRSUB_-1207116836', u'LOAD_-1207122576'), (u'MULTIEQUAL_-1207118107', u'MULTIEQUAL_-1207118087'), (u'CALL_-1207123313', u'INDIRECT_-1207119820'), (u'CAST_-1207116473', u'CALL_-1207121703'), (u'CALL_-1207122418', u'INDIRECT_-1207117767'), ('const-4294967280', u'INT_ADD_-1207117187'), (u'INDIRECT_-1207116755', u'SUBPIECE_-1207119034'), (u'INT_NOTEQUAL_-1207122976', u'CBRANCH_-1207122972'), (u'INDIRECT_-1207118072', u'MULTIEQUAL_-1207117957'), (u'MULTIEQUAL_-1207121024', u'INT_NOTEQUAL_-1207122071'), (u'INDIRECT_-1207116443', u'SUBPIECE_-1207118745'), (u'MULTIEQUAL_-1207118524', u'MULTIEQUAL_-1207118607'), (u'CAST_-1207116905', u'LOAD_-1207121838'), ('tmp_3906', u'CAST_-1207116394'), (u'CALL_-1207122532', u'INDIRECT_-1207119466'), (u'CALL_-1207122159', u'INDIRECT_-1207118668'), (u'CALL_-1207122259', u'INDIRECT_-1207119258'), (u'CALLIND_-1207121289', u'INDIRECT_-1207118880'), (u'CALL_-1207121587', u'INDIRECT_-1207118476'), (u'CALLIND_-1207121289', u'INDIRECT_-1207118236'), (u'CALL_-1207122794', u'INDIRECT_-1207118567'), (u'CAST_-1207116770', u'STORE_-1207122637'), ('const-417', u'STORE_-1207122164'), (u'CALL_-1207123175', u'INDIRECT_-1207119010'), (u'CALL_-1207122946', u'INDIRECT_-1207119092'), (u'INDIRECT_-1207117408', u'MULTIEQUAL_-1207117468'), (u'CAST_-1207116599', u'STORE_-1207122267'), (u'INDIRECT_-1207117374', u'CALL_-1207123313'), (u'CAST_-1207116472', u'INT_ADD_-1207121973'), (u'MULTIEQUAL_-1207118549', u'MULTIEQUAL_-1207118528'), (u'CALL_-1207121522', u'INDIRECT_-1207118079'), (u'CALLIND_-1207121289', u'INDIRECT_-1207117316'), (u'CALL_-1207122870', u'INDIRECT_-1207119150'), (u'MULTIEQUAL_-1207118015', u'MULTIEQUAL_-1207117995'), (u'INDIRECT_-1207119150', u'MULTIEQUAL_-1207119072'), ('const-417', u'LOAD_-1207121642'), (u'INDIRECT_-1207119197', u'MULTIEQUAL_-1207119705'), (u'MULTIEQUAL_-1207118712', u'MULTIEQUAL_-1207118676'), (u'CAST_-1207116678', u'INT_ADD_-1207122408'), (u'CALL_-1207121369', u'INDIRECT_-1207117551'), (u'CALL_-1207123313', u'INDIRECT_-1207118348'), (u'MULTIEQUAL_-1207119375', u'MULTIEQUAL_-1207119352'), (u'MULTIEQUAL_-1207118558', u'MULTIEQUAL_-1207118520'), (u'INDIRECT_-1207117974', u'MULTIEQUAL_-1207118644'), ('const-4294966884', u'PTRSUB_-1207117095'), (u'CALL_-1207121642', u'INDIRECT_-1207116397'), (u'INDIRECT_-1207118441', u'MULTIEQUAL_-1207118383'), (u'MULTIEQUAL_-1207119044', u'STORE_-1207122954'), (u'INDIRECT_-1207119320', u'MULTIEQUAL_-1207119260'), (u'MULTIEQUAL_-1207118616', u'MULTIEQUAL_-1207118639'), (u'CALL_-1207123015', u'INDIRECT_-1207118201'), (u'INDIRECT_-1207118277', u'MULTIEQUAL_-1207118785'), (u'MULTIEQUAL_-1207119260', u'PIECE_-1207116953'), (u'MULTIEQUAL_-1207118639', u'MULTIEQUAL_-1207118616'), (u'INDIRECT_-1207116512', u'MULTIEQUAL_-1207116475'), (u'CALL_-1207121399', u'INDIRECT_-1207116455'), (u'MULTIEQUAL_-1207118656', u'MULTIEQUAL_-1207118635'), (u'CALL_-1207123084', u'INDIRECT_-1207119702'), (u'CALL_-1207121399', u'INDIRECT_-1207117379'), (u'MULTIEQUAL_-1207118023', u'MULTIEQUAL_-1207117997'), (u'INDIRECT_-1207118257', u'MULTIEQUAL_-1207118199'), (u'INDIRECT_-1207118914', u'MULTIEQUAL_-1207118851'), (u'MULTIEQUAL_-1207118840', u'MULTIEQUAL_-1207118819'), (u'MULTIEQUAL_-1207118952', u'MULTIEQUAL_-1207118926'), (u'CALL_-1207123175', u'INDIRECT_-1207119102'), ('const-4', u'SUBPIECE_-1207119468'), (u'CALL_-1207121522', u'INDIRECT_-1207118723'), ('const-4', u'PTRADD_-1207116877'), (u'CALL_-1207122259', u'INDIRECT_-1207118614'), (u'INDIRECT_-1207117776', u'MULTIEQUAL_-1207117836'), (u'CAST_-1207116858', u'INT_ADD_-1207122784'), (u'CALL_-1207121983', u'INDIRECT_-1207118692'), (u'INT_NOTEQUAL_-1207122590', u'CBRANCH_-1207122585'), (u'CALL_-1207122532', u'INDIRECT_-1207118086'), (u'INDIRECT_-1207117464', u'SUBPIECE_-1207119721'), (u'MULTIEQUAL_-1207119119', u'MULTIEQUAL_-1207119055'), (u'LOAD_-1207123405', u'CALL_-1207123313'), (u'CALL_-1207121642', u'INDIRECT_-1207118618'), (u'CALL_-1207122532', u'INDIRECT_-1207117994'), (u'CALL_-1207122159', u'INDIRECT_-1207117656'), (u'PTRSUB_-1207122869', u'COPY_-1207117017'), ('const-2147483647', u'INT_EQUAL_-1207123232'), (u'MULTIEQUAL_-1207118616', u'MULTIEQUAL_-1207118699'), (u'INDIRECT_-1207118164', u'MULTIEQUAL_-1207118049'), (u'LOAD_-1207122716', u'MULTIEQUAL_-1207121215'), (u'INDIRECT_-1207119504', u'MULTIEQUAL_-1207119444'), (u'MULTIEQUAL_-1207118380', u'MULTIEQUAL_-1207118402'), (u'CALL_-1207121703', u'INDIRECT_-1207118252'), (u'CAST_-1207116501', u'STORE_-1207122050'), (u'MULTIEQUAL_-1207117828', u'MULTIEQUAL_-1207117850'), (u'CALL_-1207123637', u'INDIRECT_-1207118435'), (u'INDIRECT_-1207118418', u'MULTIEQUAL_-1207118332'), (u'LOAD_-1207122341', u'INT_NOTEQUAL_-1207122322'), ('const-4', u'SUBPIECE_-1207119542'), (u'CALL_-1207121522', u'INDIRECT_-1207117067'), (u'CALL_-1207121522', u'INDIRECT_-1207116512'), ('tmp_2154', u'CBRANCH_-1207122322'), (u'CALLIND_-1207121289', u'INDIRECT_-1207116948'), (u'MULTIEQUAL_-1207118006', u'INT_NOTEQUAL_-1207122896'), (u'INDIRECT_-1207118782', u'MULTIEQUAL_-1207118704'), (u'CAST_-1207116594', u'STORE_-1207122264'), (u'CALL_-1207121399', u'INDIRECT_-1207118391'), (u'PTRSUB_-1207117255', u'LOAD_-1207123405'), (u'CALL_-1207123479', u'INDIRECT_-1207118457'), (u'MULTIEQUAL_-1207118892', u'INT_NOTEQUAL_-1207122096'), ('const-4294967295', u'PTRADD_-1207117033'), (u'MULTIEQUAL_-1207118391', u'MULTIEQUAL_-1207118475'), (u'INDIRECT_-1207117130', u'MULTIEQUAL_-1207117044'), (u'CALL_-1207121454', u'INDIRECT_-1207119062'), ('tmp_674', u'CBRANCH_-1207123258'), (u'CALL_-1207122259', u'INDIRECT_-1207118982'), (u'CAST_-1207116856', u'INT_ADD_-1207121785'), (u'CALL_-1207122532', u'INDIRECT_-1207118546'), (u'CALL_-1207121819', u'INDIRECT_-1207117289'), (u'PTRSUB_-1207116815', u'CAST_-1207116718'), (u'MULTIEQUAL_-1207118917', u'MULTIEQUAL_-1207118896'), (u'CALL_-1207122259', u'INDIRECT_-1207119350'), (u'LOAD_-1207122716', u'MULTIEQUAL_-1207121255'), (u'INDIRECT_-1207118595', u'MULTIEQUAL_-1207118528'), (u'CAST_-1207116499', u'CALL_-1207121769'), (u'MULTIEQUAL_-1207121107', u'PTRADD_-1207116725'), (u'CALL_-1207122870', u'INDIRECT_-1207117586'), ('tmp_3906', u'COPY_-1207121969'), (u'INDIRECT_-1207118533', u'MULTIEQUAL_-1207118475'), (u'MULTIEQUAL_-1207117854', u'MULTIEQUAL_-1207117831'), (u'INDIRECT_-1207117058', u'SUBPIECE_-1207119301'), ('const-4294967280', u'INT_ADD_-1207117038'), (u'MULTIEQUAL_-1207118616', u'MULTIEQUAL_-1207118595'), (u'INDIRECT_-1207117038', u'MULTIEQUAL_-1207116952'), (u'CAST_-1207117122', u'COPY_-1207117204'), (u'PTRSUB_-1207116474', u'PTRSUB_-1207116473'), (u'CALL_-1207121399', u'INDIRECT_-1207117195'), (u'MULTIEQUAL_-1207119331', u'MULTIEQUAL_-1207119311'), (u'MULTIEQUAL_-1207117647', u'MULTIEQUAL_-1207117627'), (u'LOAD_-1207121725', u'CALL_-1207122632'), (u'CALL_-1207122418', u'INDIRECT_-1207117675'), (u'CALL_-1207123565', u'INDIRECT_-1207118309'), (u'CALL_-1207122632', u'INDIRECT_-1207118860'), (u'INDIRECT_-1207117087', u'MULTIEQUAL_-1207117085'), (u'LOAD_-1207121687', u'CALL_-1207121587'), (u'INDIRECT_-1207119242', u'MULTIEQUAL_-1207119172'), (u'CALL_-1207121642', u'INDIRECT_-1207117238'), (u'CAST_-1207116862', u'STORE_-1207122802'), ('const-1294995', u'STORE_-1207122799'), ('const-144', u'PTRSUB_-1207116482'), (u'CALL_-1207123565', u'INDIRECT_-1207117430'), (u'CALL_-1207122794', u'INDIRECT_-1207117058'), (u'MULTIEQUAL_-1207118804', u'CAST_-1207116988'), (u'INDIRECT_-1207118510', u'MULTIEQUAL_-1207118424'), (u'CALL_-1207122418', u'INDIRECT_-1207118687'), (u'CALL_-1207121369', u'INDIRECT_-1207118379'), ('tmp_3906', u'CAST_-1207117004'), (u'CALL_-1207123565', u'INDIRECT_-1207118033'), (u'PTRADD_-1207117033', u'STORE_-1207122951'), (u'MULTIEQUAL_-1207118365', u'MULTIEQUAL_-1207118344'), ('const-4294967280', u'INT_ADD_-1207116994'), (u'INDIRECT_-1207118716', u'MULTIEQUAL_-1207118601'), (u'CALL_-1207121769', u'INDIRECT_-1207118277'), (u'INDIRECT_-1207117374', u'SUBPIECE_-1207119651'), (u'CALL_-1207121587', u'INDIRECT_-1207118752'), (u'MULTIEQUAL_-1207116778', u'COPY_-1207116716'), ('const-417', u'STORE_-1207123020'), (u'CALL_-1207122946', u'INDIRECT_-1207117063'), (u'MULTIEQUAL_-1207118432', u'MULTIEQUAL_-1207118406'), (u'INDIRECT_-1207119581', u'MULTIEQUAL_-1207119504'), (u'INDIRECT_-1207116468', u'SUBPIECE_-1207118876'), (u'CALL_-1207122946', u'INDIRECT_-1207118632'), (u'CALL_-1207122159', u'INDIRECT_-1207116755'), (u'MULTIEQUAL_-1207117942', u'MULTIEQUAL_-1207117920'), (u'CALL_-1207122532', u'INDIRECT_-1207119098'), (u'INDIRECT_-1207117464', u'CALL_-1207123565'), (u'CALL_-1207123565', u'INDIRECT_-1207118493'), (u'INDIRECT_-1207117251', u'MULTIEQUAL_-1207117136'), (u'CALL_-1207121369', u'INDIRECT_-1207117459'), (u'LOAD_-1207122309', u'STORE_-1207122267'), ('const-4', u'SUBPIECE_-1207119721'), (u'CALL_-1207121642', u'INDIRECT_-1207118250'), (u'CALL_-1207123015', u'INDIRECT_-1207118661'), (u'INDIRECT_-1207118250', u'MULTIEQUAL_-1207118920'), (u'MULTIEQUAL_-1207119116', u'MULTIEQUAL_-1207119138'), ('const-24', u'PTRSUB_-1207117243'), (u'CALL_-1207123637', u'INDIRECT_-1207118803'), (u'CALL_-1207123015', u'INDIRECT_-1207118109'), (u'INDIRECT_-1207119102', u'MULTIEQUAL_-1207119012'), (u'INDIRECT_-1207117058', u'MULTIEQUAL_-1207116914'), ('const-4', u'SUBPIECE_-1207119301'), (u'CAST_-1207116857', u'STORE_-1207122799'), (u'PTRSUB_-1207116434', u'PTRADD_-1207116434'), (u'CALL_-1207122829', u'INDIRECT_-1207118582'), (u'MULTIEQUAL_-1207118871', u'MULTIEQUAL_-1207118851'), (u'INDIRECT_-1207118768', u'MULTIEQUAL_-1207118708'), (u'CALL_-1207122946', u'INDIRECT_-1207118724'), (u'MULTIEQUAL_-1207118267', u'MULTIEQUAL_-1207118248'), (u'PTRSUB_-1207116685', u'PTRSUB_-1207116660'), (u'INDIRECT_-1207116608', u'MULTIEQUAL_-1207117214'), ('const-417', u'STORE_-1207122264'), ('const-0', u'SUBPIECE_-1207118812'), (u'MULTIEQUAL_-1207119110', u'MULTIEQUAL_-1207119072'), (u'INDIRECT_-1207117718', u'MULTIEQUAL_-1207117655'), (u'INDIRECT_-1207118900', u'MULTIEQUAL_-1207118785'), ('const-725360', u'PTRSUB_-1207116534'), (u'INDIRECT_-1207117367', u'MULTIEQUAL_-1207117976'), ('const-0', u'SUBPIECE_-1207119779'), (u'LOAD_-1207122721', u'MULTIEQUAL_-1207119283'), (u'MULTIEQUAL_-1207117822', u'MULTIEQUAL_-1207117784'), (u'MULTIEQUAL_-1207118988', u'MULTIEQUAL_-1207118866'), (u'INDIRECT_-1207116879', u'MULTIEQUAL_-1207116894'), (u'CAST_-1207116908', u'INT_ADD_-1207117187'), (u'CALL_-1207121399', u'INDIRECT_-1207117103'), (u'CALL_-1207122870', u'INDIRECT_-1207118138'), (u'MULTIEQUAL_-1207118708', u'MULTIEQUAL_-1207118791'), (u'CALL_-1207122794', u'INDIRECT_-1207117831'), (u'PTRSUB_-1207117337', u'LOAD_-1207123545'), (u'MULTIEQUAL_-1207119444', u'MULTIEQUAL_-1207119467'), ('const-4294967280', u'INT_ADD_-1207116882'), (u'PTRADD_-1207116434', u'INT_NOTEQUAL_-1207121477'), (u'MULTIEQUAL_-1207117664', u'MULTIEQUAL_-1207117638'), (u'MULTIEQUAL_-1207118866', u'MULTIEQUAL_-1207118843'), (u'MULTIEQUAL_-1207119403', u'MULTIEQUAL_-1207119487'), (u'CALL_-1207121769', u'INDIRECT_-1207118093'), (u'INDIRECT_-1207117756', u'MULTIEQUAL_-1207117696'), (u'MULTIEQUAL_-1207121024', u'STORE_-1207122053'), (u'MULTIEQUAL_-1207118708', u'MULTIEQUAL_-1207118731'), (u'CAST_-1207116818', u'INT_RIGHT_-1207116924'), (u'SUBPIECE_-1207119064', u'MULTIEQUAL_-1207119046'), (u'CALL_-1207123637', u'INDIRECT_-1207119355'), (u'MULTIEQUAL_-1207121384', u'CAST_-1207116882'), ('const-4294967280', u'INT_ADD_-1207117169'), (u'INDIRECT_-1207116401', u'SUBPIECE_-1207118694'), (u'MULTIEQUAL_-1207121384', u'CAST_-1207116887'), (u'MULTIEQUAL_-1207117687', u'MULTIEQUAL_-1207117623'), (u'INT_ADD_-1207121803', u'CAST_-1207116879'), (u'INDIRECT_-1207118392', u'MULTIEQUAL_-1207118340'), (u'CALL_-1207122870', u'INDIRECT_-1207118782'), ('const-4', u'SUBPIECE_-1207119332'), (u'INDIRECT_-1207118655', u'MULTIEQUAL_-1207119264'), (u'INDIRECT_-1207117862', u'MULTIEQUAL_-1207117792'), (u'MULTIEQUAL_-1207117696', u'MULTIEQUAL_-1207117719'), ('const-4', u'INT_ADD_-1207116861'), (u'CALL_-1207121587', u'INDIRECT_-1207117096'), ('const-4294967284', u'INT_ADD_-1207121803'), (u'INDIRECT_-1207117998', u'MULTIEQUAL_-1207117908'), (u'INDIRECT_-1207119098', u'MULTIEQUAL_-1207119035'), (u'CALL_-1207123479', u'INDIRECT_-1207118181'), (u'CAST_-1207116610', u'INT_NOTEQUAL_-1207122285'), (u'MULTIEQUAL_-1207118770', u'MULTIEQUAL_-1207118748'), (u'CALL_-1207123175', u'INDIRECT_-1207117722'), (u'INDIRECT_-1207118236', u'MULTIEQUAL_-1207118296'), (u'CALL_-1207121769', u'INDIRECT_-1207119105'), (u'CAST_-1207116907', u'STORE_-1207122878'), (u'CALL_-1207121522', u'INDIRECT_-1207117619'), (u'INDIRECT_-1207117073', u'SUBPIECE_-1207119408'), (u'INDIRECT_-1207117040', u'MULTIEQUAL_-1207117100'), (u'MULTIEQUAL_-1207121384', u'CAST_-1207116880'), (u'MULTIEQUAL_-1207118984', u'MULTIEQUAL_-1207118963'), (u'CAST_-1207116541', u'MULTIEQUAL_-1207118883'), (u'MULTIEQUAL_-1207118954', u'MULTIEQUAL_-1207118932'), (u'MULTIEQUAL_-1207117940', u'MULTIEQUAL_-1207117914'), (u'CALL_-1207121399', u'INDIRECT_-1207118299'), (u'LOAD_-1207121459', u'CALL_-1207121983'), (u'MULTIEQUAL_-1207118659', u'MULTIEQUAL_-1207118639'), (u'CALL_-1207121522', u'INDIRECT_-1207117251'), ('const-0', u'INT_NOTEQUAL_-1207122185'), (u'INDIRECT_-1207118454', u'MULTIEQUAL_-1207118391'), (u'CALL_-1207123015', u'INDIRECT_-1207119121'), (u'CALL_-1207121570', u'INDIRECT_-1207118117'), (u'MULTIEQUAL_-1207121255', u'PTRADD_-1207116881'), ('const-0', u'PTRSUB_-1207116660'), (u'MULTIEQUAL_-1207118759', u'MULTIEQUAL_-1207118733'), (u'CALL_-1207121819', u'INDIRECT_-1207116639'), ('const-8', u'PTRSUB_-1207117246'), (u'INT_ADD_-1207122149', u'CAST_-1207116551'), (u'CALL_-1207123565', u'INDIRECT_-1207118861'), (u'MULTIEQUAL_-1207118436', u'MULTIEQUAL_-1207118314'), ('const-0', u'INT_NOTEQUAL_-1207122896'), ('const-417', u'LOAD_-1207121459'), (u'INDIRECT_-1207119027', u'MULTIEQUAL_-1207118935'), (u'MULTIEQUAL_-1207117117', u'MULTIEQUAL_-1207117082'), ('const-8', u'PTRSUB_-1207117402'), ('const-4', u'SUBPIECE_-1207119366'), (u'INT_NOTEQUAL_-1207122096', u'CBRANCH_-1207122091'), (u'MULTIEQUAL_-1207116915', u'MULTIEQUAL_-1207116914'), (u'CALL_-1207121703', u'INDIRECT_-1207117148'), (u'LOAD_-1207121657', u'CALLIND_-1207121289'), (u'INDIRECT_-1207118263', u'MULTIEQUAL_-1207118148'), (u'INDIRECT_-1207118050', u'MULTIEQUAL_-1207117964'), (u'CALL_-1207122794', u'INDIRECT_-1207119027'), (u'INDIRECT_-1207118935', u'MULTIEQUAL_-1207118733'), (u'MULTIEQUAL_-1207117807', u'MULTIEQUAL_-1207117788'), ('tmp_2377', u'CBRANCH_-1207122185'), (u'CALL_-1207123015', u'INDIRECT_-1207117925'), (u'CALL_-1207121769', u'INDIRECT_-1207118645'), (u'CALL_-1207123565', u'INDIRECT_-1207119505'), (u'INDIRECT_-1207117551', u'MULTIEQUAL_-1207118160'), ('const-24', u'PTRSUB_-1207117362'), ('const-6', u'PTRADD_-1207116725'), (u'MULTIEQUAL_-1207118984', u'MULTIEQUAL_-1207119007'), (u'CALL_-1207123637', u'INDIRECT_-1207119631'), (u'INT_NOTEQUAL_-1207122378', u'CBRANCH_-1207122378'), ('const-4', u'SUBPIECE_-1207119188'), (u'CALL_-1207123637', u'INDIRECT_-1207119447'), (u'MULTIEQUAL_-1207119046', u'MULTIEQUAL_-1207119024'), ('const-417', u'LOAD_-1207123247'), (u'CALL_-1207121587', u'INDIRECT_-1207119028'), (u'INT_ADD_-1207117187', u'CAST_-1207116907'), (u'CALL_-1207122532', u'INDIRECT_-1207117626'), (u'MULTIEQUAL_-1207118851', u'MULTIEQUAL_-1207118825'), (u'CAST_-1207116557', u'INT_ADD_-1207116882'), ('const-0', u'SUBPIECE_-1207119083'), (u'INDIRECT_-1207118992', u'MULTIEQUAL_-1207118877'), (u'INDIRECT_-1207117058', u'COPY_-1207116945'), (u'CALL_-1207123637', u'INDIRECT_-1207118159'), (u'CALL_-1207121672', u'INDIRECT_-1207118446'), (u'MULTIEQUAL_-1207118712', u'MULTIEQUAL_-1207118590'), (u'CAST_-1207117004', u'CALL_-1207123084'), (u'INDIRECT_-1207116512', u'SUBPIECE_-1207118813'), (u'INT_ADD_-1207117153', u'CAST_-1207116860'), ('const-4294967295', u'PTRADD_-1207117064'), ('const-417', u'LOAD_-1207121819'), ('const-4294967276', u'INT_ADD_-1207121973'), (u'CALL_-1207121522', u'INDIRECT_-1207117895'), (u'MULTIEQUAL_-1207121384', u'CAST_-1207116600'), ('const-417', u'LOAD_-1207121803'), (u'INDIRECT_-1207119268', u'MULTIEQUAL_-1207119153'), (u'CALL_-1207122532', u'INDIRECT_-1207118822'), ('const-4294966880', u'PTRSUB_-1207116381'), (u'INDIRECT_-1207116443', u'MULTIEQUAL_-1207117123'), ('const-4294966900', u'PTRSUB_-1207117341'), (u'LOAD_-1207122203', u'MULTIEQUAL_-1207121067'), (u'MULTIEQUAL_-1207117905', u'MULTIEQUAL_-1207117884'), ('tmp_3315', u'CBRANCH_-1207121636'), (u'MULTIEQUAL_-1207118451', u'MULTIEQUAL_-1207118432'), ('tmp_6562', u'PTRSUB_-1207117341'), (u'INDIRECT_-1207119579', u'MULTIEQUAL_-1207119487'), (u'CAST_-1207116682', u'STORE_-1207122426'), (u'MULTIEQUAL_-1207118699', u'MULTIEQUAL_-1207118678'), (u'CALL_-1207121570', u'INDIRECT_-1207118209'), (u'PTRSUB_-1207117226', u'CAST_-1207117121'), ('const-4', u'PTRADD_-1207117033'), (u'MULTIEQUAL_-1207117739', u'STORE_-1207121991'), (u'INDIRECT_-1207118843', u'MULTIEQUAL_-1207118641'), (u'CALL_-1207121642', u'INDIRECT_-1207117054'), (u'CALL_-1207123084', u'INDIRECT_-1207118966'), (u'INDIRECT_-1207118185', u'MULTIEQUAL_-1207118693'), (u'INT_ADD_-1207122860', u'CAST_-1207116902'), (u'MULTIEQUAL_-1207117608', u'MULTIEQUAL_-1207117572'), ('tmp_3907', u'PTRSUB_-1207116523'), (u'INDIRECT_-1207117556', u'MULTIEQUAL_-1207117468'), (u'CALL_-1207121454', u'INDIRECT_-1207117498'), (u'CAST_-1207116988', u'INT_NOTEQUAL_-1207123045'), (u'MULTIEQUAL_-1207118935', u'MULTIEQUAL_-1207118871'), ('const-417', u'LOAD_-1207122309'), (u'MULTIEQUAL_-1207116759', u'MULTIEQUAL_-1207116739'), (u'INDIRECT_-1207116755', u'MULTIEQUAL_-1207116758'), (u'CALL_-1207122045', u'INDIRECT_-1207118533'), (u'INDIRECT_-1207118970', u'MULTIEQUAL_-1207118884'), (u'CALL_-1207121369', u'INDIRECT_-1207117091'), (u'CALL_-1207123313', u'CBRANCH_-1207123286'), (u'INT_NOTEQUAL_-1207122469', u'CBRANCH_-1207122464'), (u'INDIRECT_-1207118963', u'MULTIEQUAL_-1207118896'), ('tmp_2204', u'CBRANCH_-1207122285'), (u'CALL_-1207123175', u'INDIRECT_-1207117906'), (u'PTRSUB_-1207117264', u'PTRSUB_-1207117246'), (u'INDIRECT_-1207119023', u'MULTIEQUAL_-1207119632'), (u'INDIRECT_-1207119119', u'MULTIEQUAL_-1207118917'), ('const-0', u'SUBPIECE_-1207118905'), (u'CALL_-1207122794', u'INDIRECT_-1207118935'), ('tmp_1113', u'CBRANCH_-1207122972'), (u'INDIRECT_-1207118369', u'MULTIEQUAL_-1207118877'), (u'PTRSUB_-1207116477', u'PTRSUB_-1207116474'), (u'INDIRECT_-1207118890', u'MULTIEQUAL_-1207118840'), (u'INDIRECT_-1207118079', u'MULTIEQUAL_-1207117964'), ('const-4294967096', u'PTRSUB_-1207117444'), ('tmp_6562', u'PTRSUB_-1207116975'), ('const-0', u'COPY_-1207123461'), (u'MULTIEQUAL_-1207119208', u'MULTIEQUAL_-1207119230'), (u'INDIRECT_-1207116721', u'SUBPIECE_-1207119058'), (u'MULTIEQUAL_-1207118800', u'MULTIEQUAL_-1207118823'), (u'CALL_-1207123637', u'INDIRECT_-1207119999'), (u'MULTIEQUAL_-1207116915', u'COPY_-1207116836'), (u'CAST_-1207116554', u'LOAD_-1207121529'), (u'INDIRECT_-1207118158', u'MULTIEQUAL_-1207118828'), (u'MULTIEQUAL_-1207121384', u'CAST_-1207116502'), (u'PTRSUB_-1207117279', u'PTRSUB_-1207117243'), (u'MULTIEQUAL_-1207117931', u'MULTIEQUAL_-1207117905'), (u'CALL_-1207123637', u'INDIRECT_-1207117464'), (u'CALL_-1207121983', u'INDIRECT_-1207118416'), (u'MULTIEQUAL_-1207118975', u'MULTIEQUAL_-1207118954'), (u'INDIRECT_-1207118816', u'MULTIEQUAL_-1207118742'), (u'CALL_-1207123313', u'INDIRECT_-1207117265'), (u'CALL_-1207121672', u'INDIRECT_-1207117526'), (u'CALL_-1207122259', u'INDIRECT_-1207119166'), (u'INDIRECT_-1207119378', u'MULTIEQUAL_-1207119288'), (u'COPY_-1207117017', u'CAST_-1207116916'), (u'CALL_-1207122159', u'INDIRECT_-1207117840'), ('const-4', u'PTRADD_-1207116471'), (u'INDIRECT_-1207119452', u'MULTIEQUAL_-1207119337'), (u'MULTIEQUAL_-1207118475', u'MULTIEQUAL_-1207118411'), (u'MULTIEQUAL_-1207119596', u'MULTIEQUAL_-1207119570'), (u'INT_ADD_-1207122819', u'CAST_-1207116881'), (u'INDIRECT_-1207117980', u'MULTIEQUAL_-1207117865'), (u'MULTIEQUAL_-1207118087', u'MULTIEQUAL_-1207118064'), (u'INT_NOTEQUAL_-1207123259', u'CBRANCH_-1207123258'), ('const-0', u'CALL_-1207123565'), (u'LOAD_-1207122721', u'INT_NOTEQUAL_-1207122697'), (u'INDIRECT_-1207116468', u'SUBPIECE_-1207118784'), (u'INDIRECT_-1207119220', u'MULTIEQUAL_-1207119168'), (u'INDIRECT_-1207119597', u'MULTIEQUAL_-1207119202'), (u'CALL_-1207123015', u'INDIRECT_-1207119305'), (u'INDIRECT_-1207117804', u'MULTIEQUAL_-1207117730'), (u'INT_NOTEQUAL_-1207122558', u'CBRANCH_-1207122558'), (u'CALL_-1207121769', u'INDIRECT_-1207118369'), (u'CALL_-1207123637', u'INDIRECT_-1207118067'), (u'MULTIEQUAL_-1207119035', u'MULTIEQUAL_-1207119119'), (u'MULTIEQUAL_-1207121384', u'CAST_-1207116776'), ('const-0', u'COPY_-1207123370'), (u'MULTIEQUAL_-1207118860', u'MULTIEQUAL_-1207118834'), (u'CALL_-1207122159', u'INDIRECT_-1207118944'), ('const-0', u'SUBPIECE_-1207118837'), (u'CALL_-1207122794', u'INDIRECT_-1207117923'), (u'INDIRECT_-1207118032', u'MULTIEQUAL_-1207117972'), ('const-0', u'SUBPIECE_-1207119516'), (u'CALL_-1207121587', u'INDIRECT_-1207119120'), (u'MULTIEQUAL_-1207118843', u'MULTIEQUAL_-1207118779'), ('const-100', u'CALL_-1207121399'), ('const-4294967276', u'INT_ADD_-1207122149'), (u'CAST_-1207116730', u'LOAD_-1207121686'), (u'INDIRECT_-1207119150', u'MULTIEQUAL_-1207119080'), (u'PTRSUB_-1207116681', u'LOAD_-1207122203'), (u'INDIRECT_-1207118471', u'MULTIEQUAL_-1207119080'), (u'INDIRECT_-1207117063', u'SUBPIECE_-1207119366'), (u'MULTIEQUAL_-1207118586', u'MULTIEQUAL_-1207118564'), ('const-0', u'INT_EQUAL_-1207123527'), (u'INDIRECT_-1207118086', u'MULTIEQUAL_-1207118023'), (u'INDIRECT_-1207116755', u'SUBPIECE_-1207119126'), ('const-1295323', u'STORE_-1207121988'), (u'INDIRECT_-1207118668', u'MULTIEQUAL_-1207118616'), (u'MULTIEQUAL_-1207117963', u'MULTIEQUAL_-1207117899'), (u'INDIRECT_-1207116468', u'MULTIEQUAL_-1207116475'), (u'INDIRECT_-1207116397', u'SUBPIECE_-1207118708'), (u'MULTIEQUAL_-1207119352', u'MULTIEQUAL_-1207119375'), (u'CALL_-1207121369', u'INDIRECT_-1207117183'), ('const-8', u'PTRADD_-1207116434'), (u'CALL_-1207123084', u'INDIRECT_-1207117770'), (u'MULTIEQUAL_-1207118406', u'MULTIEQUAL_-1207118383'), (u'INDIRECT_-1207119374', u'MULTIEQUAL_-1207119311'), (u'INDIRECT_-1207118717', u'MULTIEQUAL_-1207118659'), ('tmp_3906', u'CAST_-1207116499'), (u'MULTIEQUAL_-1207118359', u'MULTIEQUAL_-1207118340'), (u'INDIRECT_-1207117694', u'MULTIEQUAL_-1207117644'), (u'INDIRECT_-1207117648', u'MULTIEQUAL_-1207117560'), (u'INDIRECT_-1207117222', u'MULTIEQUAL_-1207117136'), (u'CALL_-1207122946', u'INDIRECT_-1207118816'), ('tmp_1474', u'CBRANCH_-1207122754'), ('const-4294967280', u'INT_ADD_-1207117039'), (u'MULTIEQUAL_-1207117638', u'MULTIEQUAL_-1207117600'), (u'CALL_-1207121369', u'INDIRECT_-1207118011'), (u'INDIRECT_-1207117058', u'SUBPIECE_-1207119393'), (u'MULTIEQUAL_-1207118667', u'MULTIEQUAL_-1207118641'), (u'INDIRECT_-1207116907', u'MULTIEQUAL_-1207116915'), (u'MULTIEQUAL_-1207118344', u'MULTIEQUAL_-1207118222'), (u'CALL_-1207123175', u'INDIRECT_-1207117998'), (u'INDIRECT_-1207118986', u'MULTIEQUAL_-1207119656'), (u'LOAD_-1207122716', u'INT_NOTEQUAL_-1207122697'), (u'MULTIEQUAL_-1207118483', u'MULTIEQUAL_-1207118567'), (u'CAST_-1207116641', u'INT_RIGHT_-1207116771'), (u'CALL_-1207123565', u'INDIRECT_-1207119413'), (u'CALL_-1207123313', u'INDIRECT_-1207119268'), ('const-0', u'INT_NOTEQUAL_-1207122558'), (u'MULTIEQUAL_-1207118547', u'MULTIEQUAL_-1207118524'), (u'CALL_-1207121672', u'INDIRECT_-1207117158'), (u'INDIRECT_-1207116948', u'MULTIEQUAL_-1207117008'), (u'INDIRECT_-1207117430', u'SUBPIECE_-1207119687'), (u'CAST_-1207116598', u'INT_ADD_-1207116920'), (u'INDIRECT_-1207118199', u'MULTIEQUAL_-1207118107'), (u'MULTIEQUAL_-1207118483', u'MULTIEQUAL_-1207118457'), (u'INT_NOTEQUAL_-1207123045', u'CBRANCH_-1207123041'), (u'CALL_-1207121703', u'INDIRECT_-1207118712'), ('const-4', u'SUBPIECE_-1207119651'), ('tmp_6562', u'PTRSUB_-1207117444'), (u'INDIRECT_-1207118659', u'MULTIEQUAL_-1207118457'), (u'INDIRECT_-1207117087', u'SUBPIECE_-1207119487'), (u'LOAD_-1207121873', u'CAST_-1207116943'), ('const-3', u'PTRADD_-1207116877'), (u'MULTIEQUAL_-1207119300', u'MULTIEQUAL_-1207119322'), ('const-0', u'INT_NOTEQUAL_-1207122071'), (u'INDIRECT_-1207117464', u'SUBPIECE_-1207119813'), (u'MULTIEQUAL_-1207118708', u'MULTIEQUAL_-1207118682'), (u'MULTIEQUAL_-1207118575', u'MULTIEQUAL_-1207118549'), (u'MULTIEQUAL_-1207119136', u'MULTIEQUAL_-1207119110'), ('const-417', u'LOAD_-1207121725'), (u'INDIRECT_-1207118199', u'MULTIEQUAL_-1207117997'), (u'CALL_-1207122418', u'INDIRECT_-1207118871'), (u'CALLIND_-1207121289', u'INDIRECT_-1207117500'), (u'LOAD_-1207122683', u'STORE_-1207122640'), (u'CALL_-1207122045', u'INDIRECT_-1207118625'), (u'MULTIEQUAL_-1207117604', u'MULTIEQUAL_-1207117687'), (u'CAST_-1207116916', u'COPY_-1207117016'), ('const-1294933', u'STORE_-1207122951'), (u'CALL_-1207121454', u'INDIRECT_-1207118142'), (u'MULTIEQUAL_-1207116846', u'CAST_-1207116641'), (u'MULTIEQUAL_-1207117951', u'MULTIEQUAL_-1207117931'), ('const-4294967280', u'INT_ADD_-1207117078'), (u'MULTIEQUAL_-1207121215', u'STORE_-1207122540'), (u'INDIRECT_-1207117068', u'MULTIEQUAL_-1207117082'), (u'MULTIEQUAL_-1207117914', u'MULTIEQUAL_-1207117876'), (u'COPY_-1207117016', u'MULTIEQUAL_-1207118152'), (u'MULTIEQUAL_-1207118402', u'MULTIEQUAL_-1207118380'), ('const-8', u'PTRSUB_-1207116843'), (u'INT_ADD_-1207122622', u'CAST_-1207116770'), ('const-4294967284', u'INT_ADD_-1207121785'), (u'MULTIEQUAL_-1207118800', u'PTRSUB_-1207116685'), (u'CALL_-1207121703', u'INDIRECT_-1207118436'), (u'INDIRECT_-1207119312', u'MULTIEQUAL_-1207119260'), (u'MULTIEQUAL_-1207121384', u'CAST_-1207116733'), (u'MULTIEQUAL_-1207118222', u'MULTIEQUAL_-1207118199'), (u'MULTIEQUAL_-1207116758', u'COPY_-1207116682'), (u'INDIRECT_-1207118660', u'MULTIEQUAL_-1207118572'), (u'COPY_-1207117334', u'MULTIEQUAL_-1207121384'), (u'INDIRECT_-1207118144', u'MULTIEQUAL_-1207118204'), (u'INDIRECT_-1207118046', u'MULTIEQUAL_-1207117976'), ('tmp_1935', u'CBRANCH_-1207122464'), (u'MULTIEQUAL_-1207119168', u'MULTIEQUAL_-1207119191'), (u'INDIRECT_-1207119487', u'MULTIEQUAL_-1207119285'), (u'INDIRECT_-1207118484', u'MULTIEQUAL_-1207118432'), (u'CAST_-1207117121', u'COPY_-1207117203'), (u'CALL_-1207122829', u'INDIRECT_-1207117662'), (u'CALLIND_-1207121289', u'INDIRECT_-1207117132'), (u'INDIRECT_-1207117767', u'MULTIEQUAL_-1207117700'), (u'MULTIEQUAL_-1207121384', u'CAST_-1207116505'), (u'INDIRECT_-1207119610', u'MULTIEQUAL_-1207119532'), (u'INDIRECT_-1207117678', u'MULTIEQUAL_-1207117608'), ('const-4', u'PTRADD_-1207116725'), (u'CALL_-1207121642', u'INDIRECT_-1207118342'), (u'CALL_-1207121454', u'INDIRECT_-1207118510'), (u'CALL_-1207123175', u'INDIRECT_-1207119746'), (u'CALL_-1207121769', u'INDIRECT_-1207118185'), (u'MULTIEQUAL_-1207117696', u'MULTIEQUAL_-1207117675'), (u'INDIRECT_-1207118751', u'MULTIEQUAL_-1207118549'), ('const-0', u'SUBPIECE_-1207119237'), (u'INDIRECT_-1207118539', u'MULTIEQUAL_-1207118424'), ('const-0', u'PTRSUB_-1207116477'), ('const-417', u'STORE_-1207122423'), (u'INDIRECT_-1207118730', u'MULTIEQUAL_-1207118667'), (u'PTRSUB_-1207117243', u'PTRSUB_-1207117226'), (u'CALL_-1207122418', u'INDIRECT_-1207118595'), (u'PTRADD_-1207117055', u'COPY_-1207117054'), (u'CAST_-1207116731', u'INT_ADD_-1207117038'), (u'CALL_-1207121587', u'INDIRECT_-1207117188'), (u'INDIRECT_-1207119028', u'MULTIEQUAL_-1207118940'), (u'INDIRECT_-1207118125', u'MULTIEQUAL_-1207117730'), (u'INT_ADD_-1207116837', u'CAST_-1207116504'), (u'CALL_-1207122870', u'INDIRECT_-1207117954'), (u'INDIRECT_-1207117722', u'MULTIEQUAL_-1207117632'), (u'INDIRECT_-1207116722', u'MULTIEQUAL_-1207116739'), (u'CALL_-1207123015', u'INDIRECT_-1207119029'), (u'CALL_-1207121454', u'INDIRECT_-1207117038'), (u'MULTIEQUAL_-1207119191', u'MULTIEQUAL_-1207119168'), (u'INDIRECT_-1207119091', u'MULTIEQUAL_-1207118976'), (u'INDIRECT_-1207117096', u'MULTIEQUAL_-1207117008'), (u'MULTIEQUAL_-1207118432', u'MULTIEQUAL_-1207118515'), ('const-417', u'LOAD_-1207123413'), (u'CALL_-1207123565', u'INDIRECT_-1207119873'), (u'CAST_-1207116811', u'LOAD_-1207122721'), (u'MULTIEQUAL_-1207118107', u'MULTIEQUAL_-1207118043'), (u'INDIRECT_-1207118326', u'MULTIEQUAL_-1207118240'), (u'CAST_-1207116773', u'LOAD_-1207121725'), (u'INDIRECT_-1207117741', u'MULTIEQUAL_-1207117664'), ('const-4294967276', u'INT_ADD_-1207122522'), (u'MULTIEQUAL_-1207119024', u'MULTIEQUAL_-1207119046'), (u'CALL_-1207121703', u'INDIRECT_-1207117608'), (u'INDIRECT_-1207116721', u'SUBPIECE_-1207118966'), (u'CAST_-1207116556', u'STORE_-1207122167'), (u'CAST_-1207116733', u'INT_ADD_-1207117039'), (u'CALL_-1207123175', u'INDIRECT_-1207117814'), (u'INDIRECT_-1207118894', u'MULTIEQUAL_-1207119564'), (u'INDIRECT_-1207117224', u'MULTIEQUAL_-1207117284'), ('const-417', u'LOAD_-1207121485'), (u'INDIRECT_-1207118798', u'MULTIEQUAL_-1207118748'), (u'CAST_-1207116717', u'MULTIEQUAL_-1207118917'), (u'CALL_-1207122870', u'INDIRECT_-1207119242'), (u'MULTIEQUAL_-1207119230', u'MULTIEQUAL_-1207119208'), (u'MULTIEQUAL_-1207118498', u'MULTIEQUAL_-1207118475'), (u'MULTIEQUAL_-1207118043', u'MULTIEQUAL_-1207118023'), ('const-0', u'COPY_-1207123329'), (u'INDIRECT_-1207118642', u'INT_EQUAL_-1207123146'), (u'MULTIEQUAL_-1207117899', u'MULTIEQUAL_-1207117880'), (u'CAST_-1207116884', u'LOAD_-1207121821'), (u'PTRSUB_-1207117444', u'CALL_-1207123637'), (u'MULTIEQUAL_-1207118006', u'STORE_-1207122878'), (u'PTRSUB_-1207116737', u'LOAD_-1207122341'), (u'MULTIEQUAL_-1207118472', u'MULTIEQUAL_-1207118494'), (u'CALL_-1207121703', u'INDIRECT_-1207117240'), ('tmp_6562', u'PTRSUB_-1207116434'), (u'PTRSUB_-1207116896', u'LOAD_-1207122716'), (u'MULTIEQUAL_-1207118032', u'MULTIEQUAL_-1207118006'), (u'PTRSUB_-1207117259', u'LOAD_-1207123413'), (u'MULTIEQUAL_-1207118064', u'MULTIEQUAL_-1207118043'), (u'CALL_-1207122632', u'INDIRECT_-1207119504'), (u'INT_NOTEQUAL_-1207121477', u'CBRANCH_-1207121477'), (u'MULTIEQUAL_-1207121384', u'CAST_-1207116856'), ('const-417', u'STORE_-1207122878'), ('const-417', u'STORE_-1207122799'), (u'CAST_-1207116863', u'INT_ADD_-1207117154'), (u'INDIRECT_-1207119029', u'MULTIEQUAL_-1207118952'), (u'LOAD_-1207121701', u'PTRSUB_-1207116499'), (u'CALL_-1207121819', u'INDIRECT_-1207117197'), (u'INDIRECT_-1207116541', u'SUBPIECE_-1207118934'), (u'CAST_-1207116855', u'LOAD_-1207121801'), (u'MULTIEQUAL_-1207119632', u'MULTIEQUAL_-1207119596'), (u'INDIRECT_-1207119728', u'MULTIEQUAL_-1207119613'), ('const-4', u'PTRADD_-1207117055'), (u'CALL_-1207123479', u'INDIRECT_-1207117905'), ('const-417', u'LOAD_-1207123405'), (u'INDIRECT_-1207118760', u'MULTIEQUAL_-1207118708'), ('const-8', u'PTRSUB_-1207116685'), (u'CALL_-1207121769', u'INDIRECT_-1207117541'), (u'INDIRECT_-1207119360', u'MULTIEQUAL_-1207119245'), (u'CALL_-1207122794', u'INDIRECT_-1207117739'), (u'INDIRECT_-1207117647', u'CAST_-1207116836'), (u'INT_ADD_-1207116881', u'CAST_-1207116554'), (u'INDIRECT_-1207119242', u'MULTIEQUAL_-1207119164'), ('const-0', u'SUBPIECE_-1207119560'), (u'INDIRECT_-1207119229', u'MULTIEQUAL_-1207118834'), (u'INDIRECT_-1207118724', u'MULTIEQUAL_-1207118650'), ('const-120', u'PTRSUB_-1207116948'), (u'INDIRECT_-1207116608', u'SUBPIECE_-1207119011'), (u'MULTIEQUAL_-1207119009', u'MULTIEQUAL_-1207118988'), (u'CALL_-1207123637', u'INDIRECT_-1207117975'), (u'CAST_-1207116498', u'CALL_-1207121769'), ('const-4', u'SUBPIECE_-1207118745'), ('const-4', u'PTRADD_-1207117054'), (u'CALL_-1207122870', u'INDIRECT_-1207118598'), (u'INDIRECT_-1207118230', u'MULTIEQUAL_-1207118160'), (u'MULTIEQUAL_-1207117976', u'MULTIEQUAL_-1207117940'), (u'INDIRECT_-1207116443', u'SUBPIECE_-1207118837'), (u'INDIRECT_-1207117541', u'MULTIEQUAL_-1207118049'), (u'MULTIEQUAL_-1207119467', u'MULTIEQUAL_-1207119444'), (u'CALL_-1207121399', u'INDIRECT_-1207118115'), (u'CALL_-1207123175', u'INDIRECT_-1207119378'), (u'INDIRECT_-1207118645', u'MULTIEQUAL_-1207119153'), (u'INDIRECT_-1207118935', u'MULTIEQUAL_-1207118843'), (u'INT_ADD_-1207117169', u'CAST_-1207116884'), (u'CALL_-1207122045', u'INDIRECT_-1207118441'), (u'MULTIEQUAL_-1207119251', u'MULTIEQUAL_-1207119187'), (u'INDIRECT_-1207118966', u'MULTIEQUAL_-1207118896'), ('tmp_2939', u'BRANCH_-1207121627'), (u'CALL_-1207123313', u'INDIRECT_-1207117980'), (u'INDIRECT_-1207118328', u'MULTIEQUAL_-1207118388'), (u'CALL_-1207122632', u'INDIRECT_-1207118952'), (u'INDIRECT_-1207118723', u'MULTIEQUAL_-1207118608'), (u'CALL_-1207122259', u'INDIRECT_-1207118890'), (u'CALL_-1207122259', u'INDIRECT_-1207118798'), ('const-417', u'STORE_-1207121988'), (u'INDIRECT_-1207119610', u'MULTIEQUAL_-1207119540'), (u'COPY_-1207116945', u'MULTIEQUAL_-1207117004'), (u'CALL_-1207121587', u'INDIRECT_-1207117556'), (u'INT_NOTEQUAL_-1207122444', u'CBRANCH_-1207122444'), (u'MULTIEQUAL_-1207119377', u'MULTIEQUAL_-1207119356'), (u'CALL_-1207123084', u'INDIRECT_-1207118230'), ('const-4294966944', u'PTRSUB_-1207117300'), (u'INDIRECT_-1207117626', u'MULTIEQUAL_-1207117563'), (u'INDIRECT_-1207118952', u'MULTIEQUAL_-1207118892'), (u'MULTIEQUAL_-1207118457', u'MULTIEQUAL_-1207118436'), ('const-0', u'PTRSUB_-1207116836'), (u'MULTIEQUAL_-1207119099', u'MULTIEQUAL_-1207119076'), (u'CALL_-1207121522', u'INDIRECT_-1207117435'), (u'MULTIEQUAL_-1207119080', u'MULTIEQUAL_-1207119044'), (u'INDIRECT_-1207117166', u'SUBPIECE_-1207119468'), ('const-4294967295', u'CALL_-1207123637'), (u'CALL_-1207122829', u'INDIRECT_-1207117846'), (u'CALL_-1207121769', u'INDIRECT_-1207117173'), (u'INDIRECT_-1207118829', u'MULTIEQUAL_-1207119337'), (u'INDIRECT_-1207118706', u'MULTIEQUAL_-1207118656'), ('const-4294967280', u'INT_ADD_-1207116921'), ('const-4294967280', u'INT_ADD_-1207116920'), ('tmp_6562', u'PTRSUB_-1207116381'), (u'CALL_-1207122159', u'INDIRECT_-1207119220'), (u'MULTIEQUAL_-1207121067', u'STORE_-1207122167'), (u'MULTIEQUAL_-1207119208', u'MULTIEQUAL_-1207119187'), (u'CALL_-1207123637', u'INDIRECT_-1207118895'), (u'PTRSUB_-1207122859', u'CAST_-1207116928'), (u'PTRADD_-1207116747', u'INT_NOTEQUAL_-1207122285'), (u'COPY_-1207117002', u'MULTIEQUAL_-1207118152'), (u'CALL_-1207121642', u'INDIRECT_-1207118526'), (u'CALL_-1207122159', u'INDIRECT_-1207118300'), (u'CALL_-1207123084', u'INDIRECT_-1207117862'), (u'INDIRECT_-1207118348', u'MULTIEQUAL_-1207118233'), (u'LOAD_-1207123676', u'CAST_-1207117302'), (u'INT_ADD_-1207117039', u'CAST_-1207116732'), ('const-4294966944', u'PTRSUB_-1207117307'), (u'INDIRECT_-1207116907', u'SUBPIECE_-1207119280'), ('const-0', u'SUBPIECE_-1207119458'), (u'INDIRECT_-1207119045', u'MULTIEQUAL_-1207118650'), (u'CALL_-1207121672', u'INDIRECT_-1207117250'), (u'MULTIEQUAL_-1207121107', u'LOAD_-1207122309'), (u'CALL_-1207121369', u'INDIRECT_-1207116999'), (u'INDIRECT_-1207116410', u'SUBPIECE_-1207118812'), (u'INDIRECT_-1207119321', u'MULTIEQUAL_-1207118926'), ('tmp_3906', u'CAST_-1207116289'), (u'MULTIEQUAL_-1207118641', u'MULTIEQUAL_-1207118620'), (u'CALL_-1207123175', u'INDIRECT_-1207118090'), (u'INT_ADD_-1207122522', u'CAST_-1207116727'), (u'MULTIEQUAL_-1207119444', u'MULTIEQUAL_-1207119423'), (u'MULTIEQUAL_-1207121384', u'CAST_-1207116552'), (u'CALL_-1207122794', u'INDIRECT_-1207118751'), ('const-2', u'PTRADD_-1207116747'), (u'INDIRECT_-1207119258', u'MULTIEQUAL_-1207119208'), (u'INDIRECT_-1207118182', u'MULTIEQUAL_-1207118092'), ('tmp_3906', u'CAST_-1207116325'), (u'INDIRECT_-1207118447', u'MULTIEQUAL_-1207118332'), (u'MULTIEQUAL_-1207117700', u'CAST_-1207116651'), (u'CALL_-1207122045', u'INDIRECT_-1207118809'), (u'MULTIEQUAL_-1207119251', u'MULTIEQUAL_-1207119230'), (u'MULTIEQUAL_-1207118892', u'MULTIEQUAL_-1207118871'), ('const-0', u'SUBPIECE_-1207119126'), (u'INDIRECT_-1207117770', u'MULTIEQUAL_-1207117692'), (u'CALL_-1207121369', u'INDIRECT_-1207118931'), (u'INDIRECT_-1207119579', u'MULTIEQUAL_-1207119377'), (u'MULTIEQUAL_-1207118791', u'MULTIEQUAL_-1207118727'), (u'INDIRECT_-1207118200', u'MULTIEQUAL_-1207118112'), (u'MULTIEQUAL_-1207117629', u'MULTIEQUAL_-1207117608'), (u'INDIRECT_-1207117675', u'MULTIEQUAL_-1207117608'), (u'CALLIND_-1207121289', u'INDIRECT_-1207118052'), ('const-417', u'STORE_-1207122951'), (u'INDIRECT_-1207118972', u'MULTIEQUAL_-1207119032'), (u'CALL_-1207121369', u'INDIRECT_-1207118287'), (u'CALL_-1207122829', u'INDIRECT_-1207118858'), (u'COPY_-1207121969', u'RETURN_-1207121928'), (u'CALL_-1207121522', u'INDIRECT_-1207118447'), ('const-417', u'STORE_-1207122050'), (u'MULTIEQUAL_-1207117767', u'MULTIEQUAL_-1207117747'), (u'MULTIEQUAL_-1207118423', u'MULTIEQUAL_-1207118402'), (u'INDIRECT_-1207118066', u'MULTIEQUAL_-1207118736'), (u'MULTIEQUAL_-1207119018', u'MULTIEQUAL_-1207118980'), (u'LOAD_-1207121686', u'CALL_-1207122532'), (u'INDIRECT_-1207117435', u'MULTIEQUAL_-1207117320'), (u'CALL_-1207121570', u'INDIRECT_-1207118485'), (u'CALL_-1207121672', u'INDIRECT_-1207117342'), (u'CALL_-1207121819', u'INDIRECT_-1207117565'), (u'MULTIEQUAL_-1207121107', u'PTRADD_-1207116747'), (u'MULTIEQUAL_-1207118331', u'MULTIEQUAL_-1207118267'), (u'INT_ADD_-1207116812', u'CAST_-1207116476'), (u'LOAD_-1207121529', u'CALL_-1207122159'), (u'MULTIEQUAL_-1207121384', u'CAST_-1207116908'), (u'SUBPIECE_-1207119208', u'MULTIEQUAL_-1207119191'), (u'INDIRECT_-1207118384', u'MULTIEQUAL_-1207118296'), (u'CALL_-1207122829', u'INDIRECT_-1207119042'), (u'CAST_-1207116474', u'LOAD_-1207121459'), (u'INDIRECT_-1207117739', u'CAST_-1207116829'), ('const-4', u'SUBPIECE_-1207119145'), (u'CALL_-1207122159', u'INDIRECT_-1207118484'), (u'INT_NOTEQUAL_-1207122754', u'CBRANCH_-1207122754'), (u'MULTIEQUAL_-1207119540', u'MULTIEQUAL_-1207119504'), (u'MULTIEQUAL_-1207118124', u'MULTIEQUAL_-1207118098'), (u'MULTIEQUAL_-1207117730', u'MULTIEQUAL_-1207117692'), (u'CALL_-1207121399', u'INDIRECT_-1207118667'), (u'INDIRECT_-1207119644', u'MULTIEQUAL_-1207119570'), (u'CALL_-1207121703', u'INDIRECT_-1207118528'), (u'CALL_-1207122829', u'INDIRECT_-1207118766'), (u'INDIRECT_-1207117586', u'MULTIEQUAL_-1207117508'), (u'CALL_-1207123175', u'INDIRECT_-1207119654'), (u'MULTIEQUAL_-1207118650', u'MULTIEQUAL_-1207118612'), ('const-0', u'PTRSUB_-1207122869'), (u'CALL_-1207122259', u'INDIRECT_-1207118338'), (u'INDIRECT_-1207118918', u'MULTIEQUAL_-1207118828'), (u'CALL_-1207121454', u'INDIRECT_-1207117590'), (u'CALL_-1207123015', u'INDIRECT_-1207118845'), (u'MULTIEQUAL_-1207118515', u'MULTIEQUAL_-1207118494'), ('tmp_638', u'CBRANCH_-1207123286'), (u'COPY_-1207116870', u'MULTIEQUAL_-1207116915'), ('const-0', u'SUBPIECE_-1207119743'), ('const-417', u'LOAD_-1207121568'), (u'MULTIEQUAL_-1207118911', u'MULTIEQUAL_-1207118892'), (u'MULTIEQUAL_-1207118524', u'MULTIEQUAL_-1207118498'), (u'MULTIEQUAL_-1207119343', u'MULTIEQUAL_-1207119322'), (u'INDIRECT_-1207117647', u'INT_NOTEQUAL_-1207122754'), (u'CALL_-1207121570', u'INDIRECT_-1207118301'), (u'INDIRECT_-1207118563', u'MULTIEQUAL_-1207119172')]
[('tmp_6480', u'PTRSUB_-1207117803'), (u'INDIRECT_-1207118379', u'MULTIEQUAL_-1207118319'), ('tmp_851', u'CBRANCH_-1207123140'), (u'MULTIEQUAL_-1207119010', u'MULTIEQUAL_-1207119094'), (u'MULTIEQUAL_-1207119042', u'MULTIEQUAL_-1207119023'), (u'MULTIEQUAL_-1207118789', u'MULTIEQUAL_-1207118872'), (u'CAST_-1207117630', u'INT_ADD_-1207122787'), (u'CALL_-1207123175', u'INDIRECT_-1207118637'), (u'CALL_-1207122159', u'INDIRECT_-1207118905'), ('const-1', u'PTRADD_-1207117636'), (u'CALL_-1207121522', u'INDIRECT_-1207117904'), (u'CALL_-1207123084', u'INDIRECT_-1207118359'), (u'CALL_-1207121769', u'INDIRECT_-1207117776'), (u'CALL_-1207122794', u'INDIRECT_-1207119484'), (u'INT_NOTEQUAL_-1207122896', u'CBRANCH_-1207122896'), (u'CALL_-1207122259', u'INDIRECT_-1207119489'), (u'CALL_-1207122045', u'INDIRECT_-1207119330'), (u'CALL_-1207123313', u'INDIRECT_-1207118633'), (u'CALL_-1207123084', u'INDIRECT_-1207119919'), (u'INDIRECT_-1207118633', u'MULTIEQUAL_-1207118532'), ('tmp_1730', u'CBRANCH_-1207122585'), (u'CALL_-1207121642', u'INDIRECT_-1207117721'), (u'MULTIEQUAL_-1207118593', u'COPY_-1207117736'), (u'CALL_-1207123175', u'INDIRECT_-1207119651'), (u'CALL_-1207123637', u'INDIRECT_-1207119436'), (u'MULTIEQUAL_-1207121415', u'CAST_-1207117669'), (u'CALL_-1207123565', u'INDIRECT_-1207119324'), (u'CALL_-1207123084', u'INDIRECT_-1207119061'), (u'INDIRECT_-1207118382', u'MULTIEQUAL_-1207119005'), ('const-417', u'LOAD_-1207122341'), (u'CALL_-1207123084', u'INDIRECT_-1207119763'), (u'MULTIEQUAL_-1207118230', u'MULTIEQUAL_-1207118204'), (u'CALL_-1207122159', u'INDIRECT_-1207118359'), (u'MULTIEQUAL_-1207119359', u'INT_NOTEQUAL_-1207122976'), ('const-4294966944', u'PTRSUB_-1207118010'), (u'MULTIEQUAL_-1207119498', u'MULTIEQUAL_-1207119478'), (u'MULTIEQUAL_-1207119023', u'MULTIEQUAL_-1207118997'), (u'CALL_-1207123313', u'INDIRECT_-1207118711'), (u'MULTIEQUAL_-1207118262', u'MULTIEQUAL_-1207118243'), (u'CALL_-1207123565', u'INDIRECT_-1207120104'), (u'CALL_-1207123084', u'INDIRECT_-1207119451'), (u'CALL_-1207122532', u'INDIRECT_-1207118279'), (u'MULTIEQUAL_-1207119172', u'MULTIEQUAL_-1207119108'), (u'INDIRECT_-1207119651', u'MULTIEQUAL_-1207119575'), (u'MULTIEQUAL_-1207119141', u'LOAD_-1207122203'), (u'CALL_-1207123313', u'INDIRECT_-1207119647'), (u'INDIRECT_-1207119252', u'MULTIEQUAL_-1207119208'), (u'MULTIEQUAL_-1207118907', u'MULTIEQUAL_-1207118929'), (u'CALLIND_-1207121289', u'INDIRECT_-1207118955'), (u'CAST_-1207117665', u'STORE_-1207122875'), (u'MULTIEQUAL_-1207118919', u'MULTIEQUAL_-1207118896'), (u'MULTIEQUAL_-1207121415', u'CAST_-1207117272'), ('const-417', u'LOAD_-1207121701'), (u'PTRADD_-1207117772', u'STORE_-1207123020'), (u'MULTIEQUAL_-1207119400', u'MULTIEQUAL_-1207119484'), (u'CALL_-1207122418', u'INDIRECT_-1207119250'), (u'CALL_-1207121369', u'INDIRECT_-1207118538'), (u'MULTIEQUAL_-1207119262', u'MULTIEQUAL_-1207119241'), ('tmp_6480', u'PTRSUB_-1207117099'), (u'INDIRECT_-1207117758', u'MULTIEQUAL_-1207118381'), ('tmp_2681', u'CBRANCH_-1207122009'), (u'CAST_-1207117650', u'INT_ADD_-1207122822'), (u'CALL_-1207123015', u'INDIRECT_-1207119812'), (u'MULTIEQUAL_-1207119551', u'MULTIEQUAL_-1207119515'), (u'INDIRECT_-1207118637', u'MULTIEQUAL_-1207118561'), (u'INDIRECT_-1207119181', u'MULTIEQUAL_-1207119107'), ('tmp_2577', u'CBRANCH_-1207122071'), (u'CALL_-1207121570', u'INDIRECT_-1207118694'), (u'MULTIEQUAL_-1207118579', u'MULTIEQUAL_-1207118553'), ('const-417', u'STORE_-1207123023'), (u'CALL_-1207122829', u'INDIRECT_-1207119031'), (u'CALL_-1207121399', u'INDIRECT_-1207118472'), ('const-4294967004', u'PTRSUB_-1207117151'), (u'MULTIEQUAL_-1207121286', u'PTRADD_-1207117613'), ('const-4', u'PTRADD_-1207117763'), ('tmp_2338', u'CBRANCH_-1207122212'), (u'MULTIEQUAL_-1207118361', u'MULTIEQUAL_-1207118383'), (u'INDIRECT_-1207117953', u'MULTIEQUAL_-1207117881'), (u'CALL_-1207121703', u'INDIRECT_-1207118843'), (u'CALL_-1207121672', u'INDIRECT_-1207118669'), (u'CALL_-1207121587', u'INDIRECT_-1207118323'), (u'MULTIEQUAL_-1207121415', u'CAST_-1207117548'), (u'CAST_-1207117299', u'STORE_-1207122053'), (u'INDIRECT_-1207119671', u'MULTIEQUAL_-1207119607'), (u'INDIRECT_-1207119718', u'MULTIEQUAL_-1207119640'), ('tmp_17677', u'INT_ADD_-1207123397'), (u'CALL_-1207122632', u'INDIRECT_-1207118941'), ('const-4', u'PTRADD_-1207117617'), (u'MULTIEQUAL_-1207119184', u'PTRADD_-1207117479'), (u'INDIRECT_-1207119331', u'MULTIEQUAL_-1207119285'), (u'MULTIEQUAL_-1207119309', u'MULTIEQUAL_-1207119286'), ('const-417', u'STORE_-1207123020'), (u'INDIRECT_-1207118634', u'MULTIEQUAL_-1207119156'), (u'INT_NOTEQUAL_-1207122071', u'CBRANCH_-1207122071'), (u'INDIRECT_-1207118778', u'MULTIEQUAL_-1207118397'), ('const-4294967280', u'INT_ADD_-1207122787'), (u'CALL_-1207123015', u'INDIRECT_-1207119890'), (u'CALL_-1207122045', u'INDIRECT_-1207118628'), (u'MULTIEQUAL_-1207121138', u'LOAD_-1207122309'), (u'INDIRECT_-1207118938', u'MULTIEQUAL_-1207118885'), ('const-4294967295', u'PTRADD_-1207117772'), (u'INDIRECT_-1207119172', u'MULTIEQUAL_-1207119119'), (u'CALL_-1207121819', u'INDIRECT_-1207117956'), (u'MULTIEQUAL_-1207119129', u'MULTIEQUAL_-1207119152'), (u'MULTIEQUAL_-1207121477', u'PTRADD_-1207117741'), (u'INDIRECT_-1207119870', u'MULTIEQUAL_-1207119489'), (u'CAST_-1207117086', u'CALL_-1207121399'), (u'CALL_-1207123565', u'INDIRECT_-1207118934'), (u'MULTIEQUAL_-1207118548', u'MULTIEQUAL_-1207118484'), (u'MULTIEQUAL_-1207118950', u'MULTIEQUAL_-1207118929'), (u'INDIRECT_-1207118499', u'MULTIEQUAL_-1207118427'), (u'MULTIEQUAL_-1207119257', u'MULTIEQUAL_-1207119231'), (u'LOAD_-1207122576', u'MULTIEQUAL_-1207121246'), (u'CALL_-1207121399', u'INDIRECT_-1207119096'), (u'CALL_-1207123084', u'INDIRECT_-1207119139'), (u'MULTIEQUAL_-1207119041', u'MULTIEQUAL_-1207118919'), (u'INDIRECT_-1207119640', u'MULTIEQUAL_-1207119587'), (u'CALL_-1207121769', u'INDIRECT_-1207118166'), (u'MULTIEQUAL_-1207118751', u'MULTIEQUAL_-1207118730'), (u'MULTIEQUAL_-1207118243', u'MULTIEQUAL_-1207118326'), ('const-4294967216', u'PTRSUB_-1207117684'), (u'INDIRECT_-1207118437', u'MULTIEQUAL_-1207118381'), (u'CALL_-1207122829', u'INDIRECT_-1207118563'), (u'INDIRECT_-1207117602', u'MULTIEQUAL_-1207118225'), (u'CALL_-1207121587', u'INDIRECT_-1207119103'), (u'INDIRECT_-1207118642', u'MULTIEQUAL_-1207118579'), (u'INDIRECT_-1207119237', u'MULTIEQUAL_-1207119177'), (u'INDIRECT_-1207117785', u'MULTIEQUAL_-1207117859'), (u'CALL_-1207123565', u'INDIRECT_-1207118700'), (u'MULTIEQUAL_-1207121098', u'INT_NOTEQUAL_-1207122185'), (u'CALL_-1207121369', u'INDIRECT_-1207117992'), (u'COPY_-1207117674', u'MULTIEQUAL_-1207119542'), (u'MULTIEQUAL_-1207121098', u'STORE_-1207122167'), (u'CALL_-1207123479', u'INDIRECT_-1207119990'), (u'CALL_-1207123015', u'INDIRECT_-1207118564'), (u'CALL_-1207122794', u'INDIRECT_-1207118392'), (u'INDIRECT_-1207118784', u'MULTIEQUAL_-1207118740'), (u'CALL_-1207123637', u'INDIRECT_-1207118656'), (u'INDIRECT_-1207118392', u'MULTIEQUAL_-1207118339'), (u'PTRSUB_-1207117151', u'INT_NOTEQUAL_-1207121477'), ('const-2147483647', u'INT_EQUAL_-1207123232'), ('tmp_3572', u'CBRANCH_-1207121477'), (u'LOAD_-1207123545', u'INT_EQUAL_-1207123527'), (u'CALL_-1207122418', u'INDIRECT_-1207119640'), (u'CALL_-1207121399', u'INDIRECT_-1207118394'), (u'MULTIEQUAL_-1207119152', u'MULTIEQUAL_-1207119129'), ('const-3', u'PTRADD_-1207117613'), (u'CALL_-1207121522', u'INDIRECT_-1207118840'), (u'MULTIEQUAL_-1207119120', u'MULTIEQUAL_-1207119101'), (u'CALL_-1207122418', u'INDIRECT_-1207119016'), ('const-4', u'PTRADD_-1207117762'), (u'MULTIEQUAL_-1207119075', u'MULTIEQUAL_-1207119052'), ('const-4294967276', u'INT_ADD_-1207122035'), (u'PTRADD_-1207117763', u'COPY_-1207117797'), (u'INDIRECT_-1207117487', u'MULTIEQUAL_-1207118171'), ('tmp_1543', u'CBRANCH_-1207122697'), (u'INT_ADD_-1207122035', u'CAST_-1207117296'), (u'CALL_-1207123084', u'INDIRECT_-1207119841'), (u'INDIRECT_-1207117721', u'MULTIEQUAL_-1207118405'), (u'INDIRECT_-1207119230', u'MULTIEQUAL_-1207119129'), (u'MULTIEQUAL_-1207119597', u'MULTIEQUAL_-1207119620'), (u'MULTIEQUAL_-1207119016', u'MULTIEQUAL_-1207118952'), (u'CALL_-1207121587', u'INDIRECT_-1207117777'), (u'INT_ADD_-1207122152', u'CAST_-1207117345'), (u'MULTIEQUAL_-1207118475', u'STORE_-1207122878'), (u'CALL_-1207122870', u'INDIRECT_-1207119125'), (u'MULTIEQUAL_-1207118851', u'MULTIEQUAL_-1207118829'), (u'INDIRECT_-1207119179', u'MULTIEQUAL_-1207119078'), (u'CALL_-1207122045', u'INDIRECT_-1207118940'), (u'MULTIEQUAL_-1207119827', u'MULTIEQUAL_-1207119801'), (u'CAST_-1207117547', u'STORE_-1207122637'), (u'CALL_-1207121642', u'INDIRECT_-1207118891'), (u'PTRSUB_-1207117099', u'CAST_-1207117077'), (u'LOAD_-1207122716', u'MULTIEQUAL_-1207121286'), (u'CALL_-1207122946', u'INDIRECT_-1207118301'), (u'INDIRECT_-1207118606', u'MULTIEQUAL_-1207118505'), (u'CALL_-1207123637', u'INDIRECT_-1207118578'), (u'CALL_-1207122829', u'INDIRECT_-1207119811'), (u'INDIRECT_-1207118981', u'MULTIEQUAL_-1207118932'), (u'LOAD_-1207122346', u'INT_NOTEQUAL_-1207122322'), (u'INDIRECT_-1207118613', u'MULTIEQUAL_-1207118553'), (u'LOAD_-1207121657', u'INT_EQUAL_-1207121638'), (u'MULTIEQUAL_-1207118607', u'MULTIEQUAL_-1207118584'), ('const-417', u'LOAD_-1207122716'), (u'INDIRECT_-1207118862', u'MULTIEQUAL_-1207118818'), (u'CALL_-1207121983', u'INDIRECT_-1207118837'), ('const-1295069', u'STORE_-1207122637'), (u'MULTIEQUAL_-1207119353', u'MULTIEQUAL_-1207119340'), ('const-1', u'PTRADD_-1207117479'), (u'CALL_-1207123015', u'INDIRECT_-1207118642'), (u'MULTIEQUAL_-1207119328', u'LOAD_-1207122716'), (u'LOAD_-1207121662', u'INT_ADD_-1207121641'), (u'CALL_-1207122794', u'INDIRECT_-1207118548'), (u'INDIRECT_-1207119189', u'MULTIEQUAL_-1207119263'), (u'CALL_-1207123637', u'INDIRECT_-1207119358'), (u'CALL_-1207121819', u'INDIRECT_-1207119438'), (u'MULTIEQUAL_-1207119629', u'MULTIEQUAL_-1207119593'), (u'CALL_-1207121642', u'INDIRECT_-1207117955'), (u'INDIRECT_-1207119449', u'MULTIEQUAL_-1207119400'), (u'CALL_-1207122870', u'INDIRECT_-1207118969'), ('const-0', u'PTRSUB_-1207117233'), (u'INDIRECT_-1207118622', u'MULTIEQUAL_-1207118241'), (u'CALL_-1207121522', u'INDIRECT_-1207118918'), (u'CALL_-1207122632', u'INDIRECT_-1207119331'), ('const-417', u'LOAD_-1207121662'), (u'MULTIEQUAL_-1207119179', u'MULTIEQUAL_-1207119262'), (u'CALL_-1207122829', u'INDIRECT_-1207118953'), (u'CALL_-1207122870', u'INDIRECT_-1207118657'), (u'CALL_-1207122632', u'INDIRECT_-1207118863'), (u'CALL_-1207121703', u'INDIRECT_-1207119077'), (u'CALL_-1207122532', u'INDIRECT_-1207118903'), (u'CALL_-1207122259', u'INDIRECT_-1207118787'), (u'CALL_-1207122532', u'INDIRECT_-1207119449'), ('tmp_2085', u'CBRANCH_-1207122378'), (u'MULTIEQUAL_-1207119420', u'MULTIEQUAL_-1207119400'), (u'CALL_-1207121769', u'INDIRECT_-1207119258'), (u'MULTIEQUAL_-1207121415', u'CAST_-1207117647'), (u'CALL_-1207123015', u'INDIRECT_-1207119344'), (u'CAST_-1207117668', u'STORE_-1207122878'), (u'CALL_-1207122794', u'INDIRECT_-1207119406'), (u'MULTIEQUAL_-1207119587', u'MULTIEQUAL_-1207119465'), (u'CALL_-1207121703', u'INDIRECT_-1207119389'), (u'INDIRECT_-1207119827', u'MULTIEQUAL_-1207119763'), (u'MULTIEQUAL_-1207118404', u'MULTIEQUAL_-1207118383'), (u'INDIRECT_-1207119409', u'MULTIEQUAL_-1207119363'), ('const-4294967276', u'INT_ADD_-1207122249'), (u'INDIRECT_-1207118813', u'MULTIEQUAL_-1207119497'), (u'INDIRECT_-1207119258', u'MULTIEQUAL_-1207119780'), (u'CALL_-1207121587', u'INDIRECT_-1207119259'), (u'MULTIEQUAL_-1207119478', u'MULTIEQUAL_-1207119562'), (u'INT_ADD_-1207122784', u'CAST_-1207117626'), (u'CALL_-1207123084', u'INDIRECT_-1207119607'), (u'CALL_-1207121819', u'INDIRECT_-1207119282'), (u'MULTIEQUAL_-1207118216', u'MULTIEQUAL_-1207118193'), (u'MULTIEQUAL_-1207119250', u'MULTIEQUAL_-1207119186'), ('tmp_6480', u'PTRSUB_-1207118144'), (u'MULTIEQUAL_-1207119509', u'MULTIEQUAL_-1207119496'), (u'MULTIEQUAL_-1207121415', u'CAST_-1207117510'), (u'INDIRECT_-1207118626', u'MULTIEQUAL_-1207118548'), (u'INT_NOTEQUAL_-1207122009', u'CBRANCH_-1207122009'), (u'CALL_-1207123565', u'INDIRECT_-1207118466'), (u'INDIRECT_-1207118236', u'MULTIEQUAL_-1207118158'), (u'INDIRECT_-1207118860', u'MULTIEQUAL_-1207118807'), (u'CAST_-1207117384', u'INT_ADD_-1207122249'), (u'CALL_-1207122632', u'INDIRECT_-1207118239'), (u'CALL_-1207121399', u'INDIRECT_-1207119252'), (u'MULTIEQUAL_-1207119509', u'MULTIEQUAL_-1207119387'), (u'INDIRECT_-1207117707', u'MULTIEQUAL_-1207117781'), (u'MULTIEQUAL_-1207121415', u'CAST_-1207117297'), (u'INDIRECT_-1207119451', u'MULTIEQUAL_-1207119413'), (u'MULTIEQUAL_-1207119587', u'MULTIEQUAL_-1207119574'), (u'MULTIEQUAL_-1207119184', u'LOAD_-1207122341'), (u'CALL_-1207121672', u'INDIRECT_-1207118591'), (u'PTRADD_-1207117741', u'STORE_-1207122951'), (u'MULTIEQUAL_-1207121202', u'INT_NOTEQUAL_-1207122444'), (u'CAST_-1207117464', u'INT_ADD_-1207122411'), (u'INDIRECT_-1207117836', u'MULTIEQUAL_-1207118459'), (u'INDIRECT_-1207118281', u'MULTIEQUAL_-1207118243'), (u'INDIRECT_-1207119783', u'MULTIEQUAL_-1207119723'), (u'MULTIEQUAL_-1207119634', u'MULTIEQUAL_-1207119608'), (u'CALL_-1207122829', u'INDIRECT_-1207118329'), (u'INDIRECT_-1207119529', u'MULTIEQUAL_-1207119473'), (u'MULTIEQUAL_-1207118907', u'MULTIEQUAL_-1207118886'), (u'CALL_-1207121672', u'INDIRECT_-1207118747'), (u'CALL_-1207123084', u'INDIRECT_-1207118437'), (u'MULTIEQUAL_-1207118505', u'MULTIEQUAL_-1207118484'), (u'INDIRECT_-1207119266', u'MULTIEQUAL_-1207119203'), (u'CALL_-1207121522', u'INDIRECT_-1207118060'), (u'CALL_-1207123313', u'INDIRECT_-1207119413'), (u'CALL_-1207122259', u'INDIRECT_-1207119099'), (u'CALL_-1207121369', u'INDIRECT_-1207119162'), ('const-4294967276', u'INT_ADD_-1207122408'), (u'CALL_-1207121369', u'INDIRECT_-1207117524'), (u'MULTIEQUAL_-1207119335', u'MULTIEQUAL_-1207119418'), (u'MULTIEQUAL_-1207121415', u'CAST_-1207117666'), (u'CALL_-1207121570', u'INDIRECT_-1207119084'), (u'MULTIEQUAL_-1207118236', u'MULTIEQUAL_-1207118172'), (u'CALL_-1207121454', u'INDIRECT_-1207118733'), (u'CALL_-1207122418', u'INDIRECT_-1207118938'), (u'MULTIEQUAL_-1207119353', u'MULTIEQUAL_-1207119231'), (u'INDIRECT_-1207118011', u'MULTIEQUAL_-1207117937'), (u'CALL_-1207122632', u'INDIRECT_-1207119175'), ('tmp_999', u'CBRANCH_-1207123041'), (u'CALL_-1207121819', u'INDIRECT_-1207118658'), (u'CALL_-1207121369', u'INDIRECT_-1207119084'), (u'MULTIEQUAL_-1207119340', u'MULTIEQUAL_-1207119276'), (u'INDIRECT_-1207118825', u'MULTIEQUAL_-1207118776'), (u'INDIRECT_-1207119562', u'MULTIEQUAL_-1207119374'), ('tmp_1230', u'CBRANCH_-1207122896'), (u'MULTIEQUAL_-1207119028', u'MULTIEQUAL_-1207118964'), (u'CALL_-1207123313', u'INDIRECT_-1207119959'), (u'INDIRECT_-1207117629', u'MULTIEQUAL_-1207117703'), (u'CALL_-1207121369', u'INDIRECT_-1207118460'), ('const-4294967096', u'PTRSUB_-1207118144'), (u'CALL_-1207121703', u'INDIRECT_-1207118609'), (u'CALL_-1207123479', u'INDIRECT_-1207118742'), (u'CALL_-1207123479', u'INDIRECT_-1207118898'), (u'INDIRECT_-1207118544', u'MULTIEQUAL_-1207118163'), (u'INDIRECT_-1207118409', u'MULTIEQUAL_-1207118483'), (u'INT_ADD_-1207122793', u'CAST_-1207117634'), (u'INT_NOTEQUAL_-1207122217', u'CBRANCH_-1207122212'), (u'CALL_-1207122829', u'INDIRECT_-1207118173'), (u'CALL_-1207121522', u'INDIRECT_-1207118762'), ('const-417', u'STORE_-1207122808'), (u'CALL_-1207121819', u'INDIRECT_-1207119360'), (u'CALL_-1207121819', u'INDIRECT_-1207119204'), (u'MULTIEQUAL_-1207119219', u'MULTIEQUAL_-1207119198'), (u'INDIRECT_-1207119259', u'MULTIEQUAL_-1207119185'), (u'PTRSUB_-1207117695', u'STORE_-1207122837'), (u'INDIRECT_-1207119180', u'MULTIEQUAL_-1207119702'), (u'CALL_-1207122159', u'INDIRECT_-1207119139'), (u'CALL_-1207121642', u'INDIRECT_-1207118579'), (u'INDIRECT_-1207118955', u'MULTIEQUAL_-1207119029'), (u'MULTIEQUAL_-1207118750', u'MULTIEQUAL_-1207118729'), (u'INDIRECT_-1207119203', u'MULTIEQUAL_-1207119887'), (u'MULTIEQUAL_-1207119363', u'MULTIEQUAL_-1207119386'), (u'CALL_-1207121819', u'INDIRECT_-1207118580'), (u'CAST_-1207117999', u'COPY_-1207118077'), (u'INDIRECT_-1207119203', u'MULTIEQUAL_-1207119139'), (u'MULTIEQUAL_-1207118438', u'MULTIEQUAL_-1207118417'), (u'INT_EQUAL_-1207121638', u'CBRANCH_-1207121636'), (u'CALL_-1207123175', u'INDIRECT_-1207119729'), (u'CALL_-1207123175', u'INDIRECT_-1207119261'), (u'CALL_-1207121642', u'INDIRECT_-1207117487'), (u'MULTIEQUAL_-1207119161', u'INT_NOTEQUAL_-1207123045'), (u'INDIRECT_-1207119177', u'MULTIEQUAL_-1207119141'), (u'CALL_-1207121642', u'INDIRECT_-1207118423'), (u'INDIRECT_-1207119489', u'MULTIEQUAL_-1207119453'), (u'CALL_-1207121983', u'INDIRECT_-1207118681'), (u'INDIRECT_-1207117592', u'MULTIEQUAL_-1207117491'), (u'MULTIEQUAL_-1207118386', u'MULTIEQUAL_-1207118360'), (u'CALL_-1207123479', u'INDIRECT_-1207119132'), (u'MULTIEQUAL_-1207119106', u'MULTIEQUAL_-1207119042'), (u'MULTIEQUAL_-1207119723', u'MULTIEQUAL_-1207119685'), (u'INDIRECT_-1207117563', u'MULTIEQUAL_-1207117491'), (u'INDIRECT_-1207118314', u'MULTIEQUAL_-1207118236'), (u'INDIRECT_-1207117875', u'MULTIEQUAL_-1207117803'), (u'MULTIEQUAL_-1207119375', u'INT_NOTEQUAL_-1207122217'), (u'MULTIEQUAL_-1207118829', u'MULTIEQUAL_-1207118808'), (u'CALL_-1207122418', u'INDIRECT_-1207118392'), (u'INDIRECT_-1207119094', u'MULTIEQUAL_-1207119041'), ('const-1295299', u'STORE_-1207122050'), (u'MULTIEQUAL_-1207118087', u'MULTIEQUAL_-1207121055'), (u'CALL_-1207123015', u'INDIRECT_-1207119266'), (u'INDIRECT_-1207119417', u'MULTIEQUAL_-1207119341'), (u'LOAD_-1207123247', u'INT_EQUAL_-1207123232'), (u'MULTIEQUAL_-1207118963', u'MULTIEQUAL_-1207118841'), (u'CALL_-1207121703', u'INDIRECT_-1207118765'), (u'INDIRECT_-1207119159', u'MULTIEQUAL_-1207119099'), ('const-4258064', u'PTRSUB_-1207122859'), (u'MULTIEQUAL_-1207119465', u'MULTIEQUAL_-1207119442'), ('tmp_6480', u'PTRSUB_-1207118043'), (u'INDIRECT_-1207118203', u'MULTIEQUAL_-1207118147'), (u'CALL_-1207121703', u'INDIRECT_-1207117907'), (u'MULTIEQUAL_-1207118339', u'MULTIEQUAL_-1207118217'), (u'INDIRECT_-1207119103', u'MULTIEQUAL_-1207119029'), (u'MULTIEQUAL_-1207118796', u'MULTIEQUAL_-1207118776'), ('const-1295220', u'STORE_-1207122264'), (u'INDIRECT_-1207118655', u'MULTIEQUAL_-1207118583'), (u'CALLIND_-1207121289', u'INDIRECT_-1207119189'), (u'INDIRECT_-1207119188', u'MULTIEQUAL_-1207119125'), (u'INDIRECT_-1207118535', u'MULTIEQUAL_-1207118475'), (u'CALL_-1207121454', u'INDIRECT_-1207119045'), (u'MULTIEQUAL_-1207118183', u'MULTIEQUAL_-1207121055'), (u'CALL_-1207121522', u'INDIRECT_-1207118528'), (u'MULTIEQUAL_-1207118115', u'MULTIEQUAL_-1207118094'), ('const-1295148', u'STORE_-1207122423'), (u'CALL_-1207122259', u'INDIRECT_-1207119333'), (u'MULTIEQUAL_-1207119184', u'MULTIEQUAL_-1207119120'), (u'MULTIEQUAL_-1207119276', u'MULTIEQUAL_-1207119257'), (u'INDIRECT_-1207118762', u'MULTIEQUAL_-1207118661'), (u'PTRSUB_-1207122869', u'COPY_-1207117754'), (u'PTRADD_-1207117436', u'MULTIEQUAL_-1207121138'), (u'CALL_-1207122259', u'INDIRECT_-1207119021'), (u'INDIRECT_-1207119257', u'MULTIEQUAL_-1207119156'), (u'MULTIEQUAL_-1207118189', u'MULTIEQUAL_-1207118163'), (u'MULTIEQUAL_-1207118886', u'MULTIEQUAL_-1207118867'), (u'MULTIEQUAL_-1207119473', u'MULTIEQUAL_-1207119437'), (u'MULTIEQUAL_-1207118729', u'MULTIEQUAL_-1207118607'), (u'CALL_-1207121522', u'INDIRECT_-1207118996'), (u'COPY_-1207122753', u'MULTIEQUAL_-1207119406'), (u'INDIRECT_-1207119527', u'MULTIEQUAL_-1207119478'), (u'CALL_-1207121570', u'INDIRECT_-1207118460'), (u'INDIRECT_-1207119217', u'MULTIEQUAL_-1207119179'), (u'MULTIEQUAL_-1207119239', u'MULTIEQUAL_-1207119203'), (u'INDIRECT_-1207119025', u'MULTIEQUAL_-1207118951'), (u'MULTIEQUAL_-1207119101', u'PTRADD_-1207117398'), (u'CALL_-1207121769', u'INDIRECT_-1207118712'), (u'MULTIEQUAL_-1207121415', u'CAST_-1207117650'), (u'CALL_-1207121369', u'INDIRECT_-1207117680'), (u'INDIRECT_-1207118555', u'MULTIEQUAL_-1207118454'), (u'MULTIEQUAL_-1207118295', u'MULTIEQUAL_-1207118272'), ('tmp_17677', u'INT_ADD_-1207123389'), (u'CALL_-1207122259', u'INDIRECT_-1207118397'), (u'INT_NOTEQUAL_-1207122658', u'CBRANCH_-1207122658'), (u'CALL_-1207122794', u'INDIRECT_-1207119094'), (u'INDIRECT_-1207119033', u'MULTIEQUAL_-1207119107'), ('tmp_1769', u'CBRANCH_-1207122558'), (u'CALL_-1207122946', u'INDIRECT_-1207118535'), (u'INDIRECT_-1207118236', u'MULTIEQUAL_-1207121202'), (u'CALL_-1207121522', u'INDIRECT_-1207117826'), ('const-1294981', u'STORE_-1207122834'), (u'MULTIEQUAL_-1207119161', u'STORE_-1207123023'), (u'INDIRECT_-1207118593', u'MULTIEQUAL_-1207118537'), (u'INDIRECT_-1207118865', u'MULTIEQUAL_-1207118829'), (u'INT_ADD_-1207121976', u'CAST_-1207117271'), (u'PTRADD_-1207117591', u'MULTIEQUAL_-1207121286'), (u'CALL_-1207123313', u'INDIRECT_-1207120037'), (u'CALL_-1207122532', u'INDIRECT_-1207119371'), (u'INDIRECT_-1207119593', u'MULTIEQUAL_-1207119529'), (u'CALL_-1207122045', u'INDIRECT_-1207118784'), (u'CALL_-1207121454', u'INDIRECT_-1207118031'), (u'MULTIEQUAL_-1207119257', u'MULTIEQUAL_-1207119340'), ('const-4294966880', u'PTRSUB_-1207117803'), (u'MULTIEQUAL_-1207119255', u'MULTIEQUAL_-1207119217'), (u'MULTIEQUAL_-1207118895', u'MULTIEQUAL_-1207118918'), (u'CALL_-1207123175', u'INDIRECT_-1207119573'), (u'INDIRECT_-1207118827', u'MULTIEQUAL_-1207118789'), (u'INDIRECT_-1207118359', u'MULTIEQUAL_-1207118303'), (u'CALL_-1207122418', u'INDIRECT_-1207119172'), (u'MULTIEQUAL_-1207119241', u'MULTIEQUAL_-1207119219'), (u'INDIRECT_-1207119567', u'MULTIEQUAL_-1207119531'), (u'CALL_-1207121454', u'INDIRECT_-1207118889'), (u'CALL_-1207121703', u'INDIRECT_-1207118063'), (u'INDIRECT_-1207118330', u'MULTIEQUAL_-1207118267'), (u'CALL_-1207123084', u'INDIRECT_-1207119373'), ('const-417', u'STORE_-1207122423'), (u'INDIRECT_-1207119081', u'MULTIEQUAL_-1207119021'), ('const-1', u'RETURN_-1207121565'), (u'MULTIEQUAL_-1207119406', u'MULTIEQUAL_-1207119386'), ('const-4', u'PTRADD_-1207117763'), (u'CALL_-1207121642', u'INDIRECT_-1207119203'), (u'INDIRECT_-1207119016', u'MULTIEQUAL_-1207118938'), (u'MULTIEQUAL_-1207118283', u'MULTIEQUAL_-1207118262'), (u'CALL_-1207121454', u'INDIRECT_-1207119279'), (u'CALL_-1207121522', u'INDIRECT_-1207117982'), (u'CALL_-1207122632', u'INDIRECT_-1207119253'), (u'CALL_-1207121587', u'INDIRECT_-1207118869'), (u'INDIRECT_-1207119471', u'MULTIEQUAL_-1207119411'), ('const-417', u'LOAD_-1207123247'), ('const-417', u'LOAD_-1207123545'), (u'CALL_-1207121672', u'INDIRECT_-1207119215'), ('tmp_17678', u'COPY_-1207123661'), (u'PTRADD_-1207117553', u'INT_NOTEQUAL_-1207122469'), (u'MULTIEQUAL_-1207118716', u'MULTIEQUAL_-1207118695'), (u'INDIRECT_-1207119215', u'MULTIEQUAL_-1207119166'), (u'INDIRECT_-1207120037', u'MULTIEQUAL_-1207119936'), (u'INDIRECT_-1207118538', u'MULTIEQUAL_-1207119161'), (u'CAST_-1207117646', u'STORE_-1207122834'), (u'MULTIEQUAL_-1207119431', u'MULTIEQUAL_-1207119418'), (u'MULTIEQUAL_-1207118730', u'MULTIEQUAL_-1207118711'), (u'MULTIEQUAL_-1207118386', u'MULTIEQUAL_-1207118470'), (u'CALL_-1207121672', u'INDIRECT_-1207117811'), (u'MULTIEQUAL_-1207121477', u'PTRADD_-1207117762'), ('tmp_2543', u'CBRANCH_-1207122091'), (u'MULTIEQUAL_-1207119340', u'MULTIEQUAL_-1207119319'), ('const-4', u'INT_ADD_-1207123529'), (u'INDIRECT_-1207119032', u'MULTIEQUAL_-1207118969'), (u'MULTIEQUAL_-1207118817', u'MULTIEQUAL_-1207118796'), (u'CALL_-1207123084', u'INDIRECT_-1207118671'), (u'MULTIEQUAL_-1207118794', u'MULTIEQUAL_-1207118773'), (u'INDIRECT_-1207118487', u'MULTIEQUAL_-1207118561'), (u'CALL_-1207122946', u'INDIRECT_-1207118145'), (u'MULTIEQUAL_-1207118074', u'MULTIEQUAL_-1207121202'), (u'MULTIEQUAL_-1207118985', u'MULTIEQUAL_-1207118964'), (u'CALL_-1207121703', u'INDIRECT_-1207118141'), (u'INDIRECT_-1207118934', u'MULTIEQUAL_-1207118553'), (u'INDIRECT_-1207119201', u'MULTIEQUAL_-1207119129'), (u'INDIRECT_-1207118477', u'MULTIEQUAL_-1207118376'), (u'INDIRECT_-1207119339', u'MULTIEQUAL_-1207119263'), (u'INDIRECT_-1207118577', u'MULTIEQUAL_-1207118505'), (u'CALL_-1207121672', u'INDIRECT_-1207119059'), (u'INDIRECT_-1207118657', u'MULTIEQUAL_-1207119341'), (u'CALL_-1207122632', u'INDIRECT_-1207119487'), (u'CALL_-1207121672', u'INDIRECT_-1207119137'), (u'CALL_-1207121587', u'INDIRECT_-1207119025'), (u'MULTIEQUAL_-1207118929', u'MULTIEQUAL_-1207118907'), (u'INDIRECT_-1207119125', u'MULTIEQUAL_-1207119809'), (u'CAST_-1207117297', u'INT_ADD_-1207122035'), (u'CALL_-1207121369', u'INDIRECT_-1207117836'), (u'CALL_-1207122794', u'INDIRECT_-1207119562'), ('const-4294966952', u'PTRSUB_-1207118003'), (u'CALL_-1207122259', u'INDIRECT_-1207118319'), (u'CAST_-1207117343', u'INT_ADD_-1207122149'), ('const-417', u'STORE_-1207121988'), ('tmp_17680', u'INT_ADD_-1207123529'), (u'CALL_-1207122946', u'INDIRECT_-1207119705'), (u'MULTIEQUAL_-1207118225', u'MULTIEQUAL_-1207118189'), ('const-417', u'STORE_-1207122426'), (u'CALL_-1207121454', u'INDIRECT_-1207117641'), (u'CAST_-1207117460', u'STORE_-1207122423'), (u'INDIRECT_-1207119881', u'MULTIEQUAL_-1207119780'), (u'CALL_-1207121570', u'INDIRECT_-1207119006'), (u'CALL_-1207121399', u'INDIRECT_-1207119018'), (u'COPY_-1207117525', u'MULTIEQUAL_-1207119397'), (u'MULTIEQUAL_-1207119437', u'MULTIEQUAL_-1207119411'), (u'INDIRECT_-1207119094', u'MULTIEQUAL_-1207119016'), (u'INDIRECT_-1207118010', u'MULTIEQUAL_-1207118532'), (u'MULTIEQUAL_-1207118267', u'MULTIEQUAL_-1207118241'), (u'MULTIEQUAL_-1207119519', u'INT_NOTEQUAL_-1207122590'), (u'MULTIEQUAL_-1207118105', u'COPY_-1207122377'), (u'CALL_-1207122829', u'INDIRECT_-1207119187'), (u'INT_EQUAL_-1207123527', u'CBRANCH_-1207123525'), (u'CALL_-1207122632', u'INDIRECT_-1207119409'), ('const-8', u'INT_ADD_-1207121685'), (u'MULTIEQUAL_-1207119542', u'COPY_-1207117662'), (u'INDIRECT_-1207118983', u'MULTIEQUAL_-1207118945'), (u'CALL_-1207121703', u'INDIRECT_-1207117985'), (u'INDIRECT_-1207119045', u'MULTIEQUAL_-1207118973'), (u'MULTIEQUAL_-1207121138', u'PTRADD_-1207117458'), (u'INDIRECT_-1207118323', u'MULTIEQUAL_-1207118249'), (u'CALL_-1207122532', u'INDIRECT_-1207118825'), (u'MULTIEQUAL_-1207119375', u'MULTIEQUAL_-1207119354'), (u'CALL_-1207121672', u'INDIRECT_-1207118357'), (u'INDIRECT_-1207118125', u'MULTIEQUAL_-1207118087'), (u'MULTIEQUAL_-1207118319', u'MULTIEQUAL_-1207118281'), (u'CALL_-1207122418', u'INDIRECT_-1207119328'), (u'CALL_-1207121570', u'INDIRECT_-1207118928'), (u'INDIRECT_-1207119515', u'MULTIEQUAL_-1207119451'), (u'MULTIEQUAL_-1207119484', u'MULTIEQUAL_-1207119420'), (u'CALL_-1207121642', u'INDIRECT_-1207118657'), (u'CALL_-1207122870', u'INDIRECT_-1207119827'), (u'CALL_-1207123175', u'INDIRECT_-1207119183'), (u'INDIRECT_-1207118799', u'MULTIEQUAL_-1207118873'), (u'CALL_-1207122532', u'INDIRECT_-1207119215'), ('const-417', u'STORE_-1207122834'), (u'MULTIEQUAL_-1207118885', u'MULTIEQUAL_-1207118763'), (u'CALL_-1207123015', u'INDIRECT_-1207119734'), (u'INDIRECT_-1207119803', u'MULTIEQUAL_-1207119702'), (u'INDIRECT_-1207118940', u'MULTIEQUAL_-1207118896'), (u'CALL_-1207123175', u'INDIRECT_-1207119417'), (u'MULTIEQUAL_-1207121415', u'CAST_-1207117635'), (u'MULTIEQUAL_-1207119519', u'MULTIEQUAL_-1207119498'), (u'INDIRECT_-1207119411', u'MULTIEQUAL_-1207119375'), (u'CALL_-1207121983', u'INDIRECT_-1207119149'), (u'CALL_-1207121672', u'INDIRECT_-1207117499'), (u'CALL_-1207123637', u'INDIRECT_-1207119202'), (u'CALL_-1207121399', u'INDIRECT_-1207117926'), (u'INDIRECT_-1207118252', u'MULTIEQUAL_-1207118189'), (u'INDIRECT_-1207118435', u'MULTIEQUAL_-1207118386'), (u'CALL_-1207121570', u'INDIRECT_-1207119162'), (u'CAST_-1207117397', u'INT_NOTEQUAL_-1207122285'), (u'CALL_-1207123313', u'INDIRECT_-1207119725'), (u'INDIRECT_-1207118158', u'INT_NOTEQUAL_-1207122754'), (u'INDIRECT_-1207118557', u'MULTIEQUAL_-1207118483'), (u'CALL_-1207121819', u'INDIRECT_-1207119126'), (u'CALL_-1207121522', u'INDIRECT_-1207118294'), (u'MULTIEQUAL_-1207119387', u'MULTIEQUAL_-1207119364'), (u'INDIRECT_-1207119336', u'MULTIEQUAL_-1207119858'), (u'INDIRECT_-1207118317', u'MULTIEQUAL_-1207118271'), (u'CAST_-1207117967', u'COPY_-1207117941'), (u'INT_ADD_-1207122819', u'CAST_-1207117646'), (u'MULTIEQUAL_-1207119397', u'COPY_-1207117513'), (u'INDIRECT_-1207119959', u'MULTIEQUAL_-1207119858'), (u'CALL_-1207121672', u'INDIRECT_-1207118435'), (u'CALL_-1207122159', u'INDIRECT_-1207119295'), ('const-417', u'LOAD_-1207122346'), (u'MULTIEQUAL_-1207119863', u'MULTIEQUAL_-1207119827'), (u'INDIRECT_-1207119402', u'MULTIEQUAL_-1207119021'), (u'INDIRECT_-1207118889', u'MULTIEQUAL_-1207118817'), (u'INDIRECT_-1207119021', u'MULTIEQUAL_-1207118985'), (u'CAST_-1207117507', u'INT_ADD_-1207122522'), (u'MULTIEQUAL_-1207118985', u'MULTIEQUAL_-1207119007'), ('tmp_3805', u'BRANCH_-1207121290'), (u'CALL_-1207121399', u'INDIRECT_-1207117770'), (u'CALL_-1207121769', u'INDIRECT_-1207118868'), (u'INDIRECT_-1207119324', u'MULTIEQUAL_-1207118943'), ('const-417', u'LOAD_-1207122683'), (u'CALL_-1207123565', u'INDIRECT_-1207119246'), (u'CAST_-1207117461', u'INT_ADD_-1207122408'), (u'CALL_-1207121703', u'INDIRECT_-1207118999'), (u'INDIRECT_-1207118123', u'MULTIEQUAL_-1207118074'), ('const-4294967276', u'INT_ADD_-1207122522'), (u'CALL_-1207121769', u'INDIRECT_-1207118088'), (u'INDIRECT_-1207119255', u'MULTIEQUAL_-1207119219'), (u'MULTIEQUAL_-1207119510', u'MULTIEQUAL_-1207119491'), (u'MULTIEQUAL_-1207118695', u'MULTIEQUAL_-1207118673'), (u'CALL_-1207123175', u'INDIRECT_-1207119105'), (u'INDIRECT_-1207118423', u'MULTIEQUAL_-1207118359'), (u'CAST_-1207117191', u'LOAD_-1207121657'), (u'INDIRECT_-1207119074', u'MULTIEQUAL_-1207118973'), (u'CAST_-1207117463', u'STORE_-1207122426'), (u'CALL_-1207121399', u'INDIRECT_-1207118706'), (u'INDIRECT_-1207118031', u'MULTIEQUAL_-1207117959'), (u'MULTIEQUAL_-1207121138', u'PTRADD_-1207117436'), (u'CALL_-1207121587', u'INDIRECT_-1207118479'), (u'INDIRECT_-1207119250', u'MULTIEQUAL_-1207119062'), (u'CALL_-1207121587', u'INDIRECT_-1207117621'), (u'INDIRECT_-1207118528', u'MULTIEQUAL_-1207118427'), (u'MULTIEQUAL_-1207118074', u'MULTIEQUAL_-1207118158'), (u'INT_ADD_-1207122149', u'CAST_-1207117342'), (u'MULTIEQUAL_-1207119317', u'MULTIEQUAL_-1207119281'), (u'MULTIEQUAL_-1207119418', u'MULTIEQUAL_-1207119354'), (u'INDIRECT_-1207119605', u'MULTIEQUAL_-1207119556'), (u'CALL_-1207121703', u'INDIRECT_-1207119155'), (u'INDIRECT_-1207118223', u'MULTIEQUAL_-1207118163'), (u'PTRSUB_-1207117221', u'CAST_-1207117086'), (u'CALLIND_-1207121289', u'INDIRECT_-1207118721'), (u'INDIRECT_-1207118564', u'MULTIEQUAL_-1207118501'), (u'INDIRECT_-1207119308', u'MULTIEQUAL_-1207119207'), (u'CALL_-1207122794', u'INDIRECT_-1207119172'), (u'CALL_-1207123313', u'INDIRECT_-1207119257'), (u'CALL_-1207121587', u'INDIRECT_-1207117699'), (u'CALL_-1207122829', u'INDIRECT_-1207119733'), (u'COPY_-1207122368', u'MULTIEQUAL_-1207119184'), (u'MULTIEQUAL_-1207119141', u'MULTIEQUAL_-1207119120'), (u'MULTIEQUAL_-1207119016', u'MULTIEQUAL_-1207118996'), ('const-4294967280', u'INT_ADD_-1207122525'), (u'INDIRECT_-1207118301', u'MULTIEQUAL_-1207118241'), (u'INT_NOTEQUAL_-1207122322', u'CBRANCH_-1207122322'), (u'MULTIEQUAL_-1207118326', u'MULTIEQUAL_-1207118262'), (u'CALL_-1207122870', u'INDIRECT_-1207118111'), (u'CALL_-1207122794', u'INDIRECT_-1207119250'), (u'CAST_-1207117271', u'STORE_-1207121991'), (u'CALL_-1207123479', u'INDIRECT_-1207119912'), (u'PTRADD_-1207117636', u'LOAD_-1207122721'), (u'INT_EQUAL_-1207123146', u'CBRANCH_-1207123140'), (u'MULTIEQUAL_-1207119010', u'MULTIEQUAL_-1207118984'), (u'CALL_-1207122159', u'INDIRECT_-1207118827'), (u'MULTIEQUAL_-1207119432', u'MULTIEQUAL_-1207119413'), (u'INDIRECT_-1207117719', u'MULTIEQUAL_-1207117647'), (u'MULTIEQUAL_-1207121246', u'INT_NOTEQUAL_-1207122558'), (u'MULTIEQUAL_-1207121415', u'CAST_-1207117464'), (u'CALL_-1207123175', u'INDIRECT_-1207118403'), (u'CALL_-1207123637', u'INDIRECT_-1207118500'), (u'CALL_-1207121399', u'INDIRECT_-1207117848'), (u'CALL_-1207123479', u'INDIRECT_-1207118664'), (u'INDIRECT_-1207117748', u'MULTIEQUAL_-1207117647'), (u'CALL_-1207123479', u'INDIRECT_-1207119756'), (u'MULTIEQUAL_-1207118163', u'MULTIEQUAL_-1207118125'), (u'CALL_-1207123015', u'INDIRECT_-1207119500'), (u'CALL_-1207122870', u'INDIRECT_-1207118345'), (u'INDIRECT_-1207119328', u'MULTIEQUAL_-1207119250'), (u'LOAD_-1207123413', u'CALL_-1207123313'), (u'CALL_-1207122045', u'INDIRECT_-1207118316'), ('const-64', u'INT_ADD_-1207121641'), (u'INDIRECT_-1207119315', u'MULTIEQUAL_-1207119255'), (u'INDIRECT_-1207118791', u'MULTIEQUAL_-1207118717'), (u'MULTIEQUAL_-1207119675', u'MULTIEQUAL_-1207119698'), (u'INDIRECT_-1207118947', u'MULTIEQUAL_-1207118873'), ('const-2', u'PTRADD_-1207117458'), (u'INDIRECT_-1207119250', u'MULTIEQUAL_-1207119197'), (u'MULTIEQUAL_-1207121477', u'PTRADD_-1207117763'), (u'INDIRECT_-1207119685', u'MULTIEQUAL_-1207119629'), (u'MULTIEQUAL_-1207118860', u'MULTIEQUAL_-1207118796'), (u'CALLIND_-1207121289', u'INDIRECT_-1207117629'), (u'MULTIEQUAL_-1207119322', u'MULTIEQUAL_-1207119406'), ('tmp_1596', u'CBRANCH_-1207122658'), (u'INT_EQUAL_-1207123232', u'CBRANCH_-1207123226'), (u'INDIRECT_-1207118709', u'MULTIEQUAL_-1207118673'), ('const-417', u'STORE_-1207122164'), (u'MULTIEQUAL_-1207118633', u'MULTIEQUAL_-1207118716'), (u'CALL_-1207123565', u'INDIRECT_-1207118778'), (u'CALL_-1207121983', u'INDIRECT_-1207118915'), (u'INDIRECT_-1207118877', u'MULTIEQUAL_-1207118951'), (u'CALL_-1207122632', u'INDIRECT_-1207119721'), (u'CALL_-1207121769', u'INDIRECT_-1207119414'), (u'CALL_-1207123479', u'INDIRECT_-1207119210'), (u'INDIRECT_-1207120026', u'MULTIEQUAL_-1207119645'), ('const-0', u'INT_NOTEQUAL_-1207122009'), (u'CAST_-1207117342', u'STORE_-1207122164'), ('const-0', u'INT_NOTEQUAL_-1207122444'), (u'CALL_-1207122418', u'INDIRECT_-1207119562'), (u'INDIRECT_-1207119714', u'MULTIEQUAL_-1207119333'), (u'MULTIEQUAL_-1207119184', u'MULTIEQUAL_-1207119163'), (u'INT_ADD_-1207122863', u'CAST_-1207117668'), (u'MULTIEQUAL_-1207118283', u'MULTIEQUAL_-1207118305'), ('const-4294966996', u'PTRSUB_-1207117221'), (u'INDIRECT_-1207118671', u'MULTIEQUAL_-1207118615'), (u'MULTIEQUAL_-1207118459', u'MULTIEQUAL_-1207118423'), (u'MULTIEQUAL_-1207118404', u'MULTIEQUAL_-1207118340'), (u'CALL_-1207122532', u'INDIRECT_-1207118435'), (u'CALL_-1207123015', u'INDIRECT_-1207119656'), (u'INDIRECT_-1207118175', u'MULTIEQUAL_-1207118249'), (u'INDIRECT_-1207118969', u'MULTIEQUAL_-1207119653'), (u'INDIRECT_-1207119137', u'MULTIEQUAL_-1207119088'), (u'CALL_-1207122259', u'INDIRECT_-1207119177'), (u'MULTIEQUAL_-1207118470', u'MULTIEQUAL_-1207118406'), (u'CALL_-1207122045', u'INDIRECT_-1207119096'), (u'CALL_-1207121522', u'INDIRECT_-1207117592'), (u'MULTIEQUAL_-1207118243', u'MULTIEQUAL_-1207118217'), ('tmp_361', u'CBRANCH_-1207123525'), ('const-417', u'STORE_-1207122050'), (u'INDIRECT_-1207118628', u'MULTIEQUAL_-1207118584'), (u'MULTIEQUAL_-1207118194', u'STORE_-1207121991'), (u'INDIRECT_-1207118556', u'MULTIEQUAL_-1207119078'), (u'INDIRECT_-1207118392', u'MULTIEQUAL_-1207118314'), (u'INDIRECT_-1207119061', u'MULTIEQUAL_-1207119023'), (u'MULTIEQUAL_-1207121415', u'CAST_-1207117269'), (u'MULTIEQUAL_-1207118149', u'MULTIEQUAL_-1207118127'), (u'CALL_-1207121522', u'INDIRECT_-1207118606'), ('const-4294967240', u'PTRSUB_-1207117695'), (u'INDIRECT_-1207118481', u'MULTIEQUAL_-1207118405'), ('const-0', u'INT_NOTEQUAL_-1207123259'), (u'CALL_-1207121769', u'INDIRECT_-1207117854'), (u'CALL_-1207121983', u'INDIRECT_-1207119305'), (u'MULTIEQUAL_-1207118776', u'MULTIEQUAL_-1207118860'), (u'MULTIEQUAL_-1207121477', u'STORE_-1207123023'), (u'MULTIEQUAL_-1207119718', u'MULTIEQUAL_-1207119654'), ('tmp_6480', u'PTRSUB_-1207117983'), (u'PTRADD_-1207117398', u'MULTIEQUAL_-1207119075'), (u'INDIRECT_-1207119486', u'MULTIEQUAL_-1207119442'), ('const-0', u'COPY_-1207123370'), (u'CALL_-1207122829', u'INDIRECT_-1207118095'), (u'CALL_-1207122794', u'INDIRECT_-1207118938'), (u'CALL_-1207122259', u'INDIRECT_-1207118709'), (u'MULTIEQUAL_-1207118423', u'MULTIEQUAL_-1207118397'), (u'CALLIND_-1207121289', u'INDIRECT_-1207119033'), (u'MULTIEQUAL_-1207119297', u'MULTIEQUAL_-1207119319'), (u'CALL_-1207121369', u'INDIRECT_-1207117602'), (u'CALL_-1207121570', u'INDIRECT_-1207118772'), (u'CALL_-1207123565', u'INDIRECT_-1207118856'), (u'CALLIND_-1207121289', u'INDIRECT_-1207117785'), (u'MULTIEQUAL_-1207119163', u'MULTIEQUAL_-1207119141'), (u'INDIRECT_-1207117799', u'MULTIEQUAL_-1207118483'), (u'MULTIEQUAL_-1207118751', u'MULTIEQUAL_-1207118773'), (u'INDIRECT_-1207118891', u'MULTIEQUAL_-1207119575'), (u'CALL_-1207123175', u'INDIRECT_-1207118481'), (u'MULTIEQUAL_-1207119441', u'MULTIEQUAL_-1207119420'), ('tmp_6480', u'PTRSUB_-1207117151'), (u'CALL_-1207122045', u'INDIRECT_-1207119174'), (u'CALL_-1207123565', u'INDIRECT_-1207119792'), (u'INT_EQUAL_-1207123287', u'CBRANCH_-1207123286'), (u'CALL_-1207122946', u'INDIRECT_-1207118457'), (u'INDIRECT_-1207117877', u'MULTIEQUAL_-1207118561'), ('const-4', u'PTRADD_-1207117741'), (u'CALL_-1207121399', u'INDIRECT_-1207118628'), (u'PTRSUB_-1207117983', u'COPY_-1207117940'), (u'CALL_-1207122418', u'INDIRECT_-1207118782'), (u'CALL_-1207121522', u'INDIRECT_-1207119074'), ('const-4294967276', u'INT_ADD_-1207122622'), (u'MULTIEQUAL_-1207119074', u'MULTIEQUAL_-1207119051'), (u'INDIRECT_-1207119796', u'MULTIEQUAL_-1207119718'), (u'CALL_-1207122045', u'INDIRECT_-1207118706'), (u'CALL_-1207121587', u'INDIRECT_-1207117933'), (u'MULTIEQUAL_-1207118230', u'MULTIEQUAL_-1207118314'), (u'MULTIEQUAL_-1207118127', u'MULTIEQUAL_-1207118149'), (u'MULTIEQUAL_-1207119531', u'MULTIEQUAL_-1207119510'), (u'INDIRECT_-1207119162', u'MULTIEQUAL_-1207119785'), ('tmp_17680', u'INT_ADD_-1207123231'), (u'MULTIEQUAL_-1207118321', u'MULTIEQUAL_-1207118295'), (u'CAST_-1207117761', u'MULTIEQUAL_-1207121477'), (u'INDIRECT_-1207119640', u'MULTIEQUAL_-1207119562'), (u'INDIRECT_-1207119101', u'MULTIEQUAL_-1207119000'), (u'CALL_-1207122870', u'INDIRECT_-1207119593'), (u'MULTIEQUAL_-1207119333', u'MULTIEQUAL_-1207119295'), (u'INDIRECT_-1207118319', u'MULTIEQUAL_-1207118283'), (u'CALL_-1207123015', u'INDIRECT_-1207118174'), ('const-4', u'PTRADD_-1207117436'), (u'MULTIEQUAL_-1207119262', u'MULTIEQUAL_-1207119198'), (u'MULTIEQUAL_-1207118932', u'MULTIEQUAL_-1207118906'), (u'INDIRECT_-1207119373', u'MULTIEQUAL_-1207119335'), (u'INDIRECT_-1207118423', u'MULTIEQUAL_-1207119107'), (u'COPY_-1207117631', u'MULTIEQUAL_-1207119542'), (u'CALL_-1207123175', u'INDIRECT_-1207118715'), (u'CALL_-1207122532', u'INDIRECT_-1207119059'), (u'MULTIEQUAL_-1207121286', u'PTRADD_-1207117591'), (u'LOAD_-1207122341', u'MULTIEQUAL_-1207121098'), (u'MULTIEQUAL_-1207119328', u'PTRADD_-1207117636'), (u'MULTIEQUAL_-1207118339', u'MULTIEQUAL_-1207118326'), (u'CALL_-1207123637', u'INDIRECT_-1207119748'), (u'LOAD_-1207122721', u'COPY_-1207117674'), (u'CALL_-1207123015', u'INDIRECT_-1207119188'), (u'MULTIEQUAL_-1207121415', u'CAST_-1207117630'), (u'INDIRECT_-1207118715', u'MULTIEQUAL_-1207118639'), (u'MULTIEQUAL_-1207118553', u'MULTIEQUAL_-1207118515'), (u'MULTIEQUAL_-1207119281', u'MULTIEQUAL_-1207119255'), (u'INT_ADD_-1207121641', u'CAST_-1207117191'), (u'INDIRECT_-1207117797', u'MULTIEQUAL_-1207117725'), (u'MULTIEQUAL_-1207119478', u'MULTIEQUAL_-1207119452'), (u'INDIRECT_-1207117854', u'MULTIEQUAL_-1207118376'), (u'INDIRECT_-1207119413', u'MULTIEQUAL_-1207119312'), (u'INDIRECT_-1207117933', u'MULTIEQUAL_-1207117859'), (u'INDIRECT_-1207119890', u'MULTIEQUAL_-1207119827'), (u'CALL_-1207121522', u'INDIRECT_-1207118450'), (u'INDIRECT_-1207119734', u'MULTIEQUAL_-1207119671'), (u'MULTIEQUAL_-1207118807', u'MULTIEQUAL_-1207118794'), (u'INDIRECT_-1207118856', u'MULTIEQUAL_-1207118475'), (u'CALL_-1207121454', u'INDIRECT_-1207118655'), (u'CALL_-1207123175', u'INDIRECT_-1207118559'), (u'MULTIEQUAL_-1207118126', u'MULTIEQUAL_-1207118105'), ('tmp_3156', u'BRANCH_-1207121754'), (u'CALL_-1207122794', u'INDIRECT_-1207119796'), (u'INDIRECT_-1207117670', u'MULTIEQUAL_-1207117569'), (u'INDIRECT_-1207118579', u'MULTIEQUAL_-1207119263'), (u'INDIRECT_-1207119565', u'MULTIEQUAL_-1207119519'), (u'INDIRECT_-1207117699', u'MULTIEQUAL_-1207117625'), ('const-3142376', u'COPY_-1207117196'), (u'INDIRECT_-1207117941', u'MULTIEQUAL_-1207118015'), (u'INDIRECT_-1207117863', u'MULTIEQUAL_-1207117937'), (u'INDIRECT_-1207118501', u'MULTIEQUAL_-1207119185'), (u'CAST_-1207117510', u'INT_ADD_-1207122525'), ('const-417', u'LOAD_-1207122576'), (u'CAST_-1207117345', u'STORE_-1207122167'), ('const-417', u'STORE_-1207121991'), (u'INDIRECT_-1207119253', u'MULTIEQUAL_-1207119207'), (u'CALL_-1207121819', u'INDIRECT_-1207117722'), (u'CALL_-1207121703', u'INDIRECT_-1207118375'), (u'INDIRECT_-1207118281', u'MULTIEQUAL_-1207118225'), (u'MULTIEQUAL_-1207119645', u'MULTIEQUAL_-1207119607'), (u'CALL_-1207121642', u'INDIRECT_-1207118345'), ('const-4294967280', u'INT_ADD_-1207122252'), (u'INDIRECT_-1207118089', u'MULTIEQUAL_-1207118015'), (u'INDIRECT_-1207118166', u'MULTIEQUAL_-1207118688'), (u'CALLIND_-1207121289', u'INDIRECT_-1207117707'), (u'MULTIEQUAL_-1207118450', u'MULTIEQUAL_-1207118427'), (u'MULTIEQUAL_-1207118872', u'MULTIEQUAL_-1207118851'), ('tmp_17677', u'INT_ADD_-1207121685'), (u'INDIRECT_-1207117932', u'MULTIEQUAL_-1207118454'), (u'CALL_-1207122794', u'INDIRECT_-1207118314'), ('const-4', u'PTRADD_-1207117772'), (u'CALL_-1207123313', u'INDIRECT_-1207118399'), (u'CALL_-1207123637', u'INDIRECT_-1207119904'), (u'MULTIEQUAL_-1207119675', u'MULTIEQUAL_-1207119654'), (u'INDIRECT_-1207119094', u'MULTIEQUAL_-1207118906'), (u'MULTIEQUAL_-1207119119', u'MULTIEQUAL_-1207119106'), (u'CALL_-1207123637', u'INDIRECT_-1207119670'), (u'CALL_-1207122870', u'INDIRECT_-1207118579'), (u'MULTIEQUAL_-1207118633', u'MULTIEQUAL_-1207118607'), ('const-417', u'LOAD_-1207123413'), (u'MULTIEQUAL_-1207119515', u'MULTIEQUAL_-1207119489'), (u'INDIRECT_-1207118316', u'MULTIEQUAL_-1207118272'), (u'INDIRECT_-1207118470', u'MULTIEQUAL_-1207118417'), (u'CALL_-1207123175', u'INDIRECT_-1207119495'), (u'MULTIEQUAL_-1207119285', u'MULTIEQUAL_-1207119264'), (u'CALL_-1207121819', u'INDIRECT_-1207118892'), (u'MULTIEQUAL_-1207119322', u'MULTIEQUAL_-1207119296'), (u'INDIRECT_-1207118850', u'MULTIEQUAL_-1207119473'), (u'INDIRECT_-1207118060', u'MULTIEQUAL_-1207117959'), (u'CALL_-1207122532', u'INDIRECT_-1207118981'), (u'COPY_-1207122744', u'MULTIEQUAL_-1207119328'), (u'CALL_-1207122259', u'INDIRECT_-1207118943'), (u'CALL_-1207123479', u'INDIRECT_-1207118586'), (u'CALL_-1207122946', u'INDIRECT_-1207119003'), (u'CALL_-1207121587', u'INDIRECT_-1207118089'), (u'MULTIEQUAL_-1207119597', u'MULTIEQUAL_-1207119576'), (u'MULTIEQUAL_-1207119400', u'MULTIEQUAL_-1207119374'), (u'MULTIEQUAL_-1207118952', u'MULTIEQUAL_-1207118932'), (u'CALL_-1207122829', u'INDIRECT_-1207119421'), (u'CALL_-1207123479', u'INDIRECT_-1207118430'), (u'CALL_-1207123565', u'INDIRECT_-1207119636'), (u'CALL_-1207123565', u'INDIRECT_-1207119168'), ('const-1294905', u'STORE_-1207123020'), (u'CALLIND_-1207121289', u'INDIRECT_-1207117473'), (u'CALL_-1207123637', u'INDIRECT_-1207118734'), (u'MULTIEQUAL_-1207119141', u'MULTIEQUAL_-1207119163'), (u'INDIRECT_-1207119484', u'MULTIEQUAL_-1207119431'), ('tmp_6480', u'PTRSUB_-1207117695'), (u'MULTIEQUAL_-1207118294', u'MULTIEQUAL_-1207118271'), (u'INDIRECT_-1207117473', u'MULTIEQUAL_-1207117547'), (u'MULTIEQUAL_-1207119671', u'MULTIEQUAL_-1207119645'), (u'INDIRECT_-1207118513', u'MULTIEQUAL_-1207118464'), (u'CALLIND_-1207121289', u'INDIRECT_-1207118175'), (u'MULTIEQUAL_-1207118115', u'MULTIEQUAL_-1207118138'), (u'INDIRECT_-1207119484', u'MULTIEQUAL_-1207119296'), (u'CALL_-1207122159', u'INDIRECT_-1207119373'), (u'INT_ADD_-1207122622', u'CAST_-1207117547'), (u'INDIRECT_-1207118478', u'MULTIEQUAL_-1207119000'), (u'INT_ADD_-1207122038', u'CAST_-1207117299'), (u'INDIRECT_-1207118789', u'MULTIEQUAL_-1207118688'), (u'PTRADD_-1207117762', u'COPY_-1207117783'), (u'COPY_-1207117754', u'MULTIEQUAL_-1207118593'), (u'CALL_-1207123637', u'INDIRECT_-1207120138'), (u'INT_NOTEQUAL_-1207122185', u'CBRANCH_-1207122185'), (u'INDIRECT_-1207118579', u'MULTIEQUAL_-1207118515'), (u'CALL_-1207122794', u'INDIRECT_-1207118236'), (u'INT_NOTEQUAL_-1207122285', u'CBRANCH_-1207122285'), ('tmp_6480', u'PTRSUB_-1207117684'), (u'MULTIEQUAL_-1207118127', u'MULTIEQUAL_-1207118106'), (u'MULTIEQUAL_-1207118464', u'MULTIEQUAL_-1207118548'), (u'INDIRECT_-1207119573', u'MULTIEQUAL_-1207119497'), (u'CALL_-1207121454', u'INDIRECT_-1207117563'), (u'CALL_-1207123313', u'INDIRECT_-1207118555'), (u'MULTIEQUAL_-1207119264', u'MULTIEQUAL_-1207119244'), (u'CALL_-1207121983', u'INDIRECT_-1207118759'), (u'MULTIEQUAL_-1207118417', u'MULTIEQUAL_-1207118295'), (u'INDIRECT_-1207119529', u'MULTIEQUAL_-1207119491'), (u'CALL_-1207121454', u'INDIRECT_-1207119201'), (u'MULTIEQUAL_-1207118326', u'MULTIEQUAL_-1207118305'), (u'CALL_-1207122632', u'INDIRECT_-1207119643'), (u'CALL_-1207123313', u'INDIRECT_-1207118321'), (u'CALL_-1207121819', u'INDIRECT_-1207118970'), (u'CAST_-1207117925', u'LOAD_-1207123405'), (u'MULTIEQUAL_-1207119698', u'MULTIEQUAL_-1207119675'), (u'MULTIEQUAL_-1207118241', u'MULTIEQUAL_-1207118203'), (u'CAST_-1207117647', u'INT_ADD_-1207122819'), (u'MULTIEQUAL_-1207119654', u'MULTIEQUAL_-1207119634'), ('const-417', u'STORE_-1207122537'), (u'INDIRECT_-1207119487', u'MULTIEQUAL_-1207119441'), (u'MULTIEQUAL_-1207119083', u'MULTIEQUAL_-1207119047'), (u'CALLIND_-1207121289', u'INDIRECT_-1207118487'), (u'INDIRECT_-1207117621', u'MULTIEQUAL_-1207117547'), (u'CALL_-1207121399', u'INDIRECT_-1207118004'), (u'MULTIEQUAL_-1207118829', u'MULTIEQUAL_-1207118851'), (u'MULTIEQUAL_-1207119574', u'MULTIEQUAL_-1207119553'), (u'INDIRECT_-1207118565', u'MULTIEQUAL_-1207118639'), (u'CALL_-1207121369', u'INDIRECT_-1207117758'), (u'MULTIEQUAL_-1207119475', u'MULTIEQUAL_-1207119453'), (u'MULTIEQUAL_-1207118854', u'MULTIEQUAL_-1207118828'), (u'INDIRECT_-1207118466', u'MULTIEQUAL_-1207118085'), (u'MULTIEQUAL_-1207119374', u'MULTIEQUAL_-1207119353'), (u'CALLIND_-1207121289', u'INDIRECT_-1207117863'), (u'MULTIEQUAL_-1207119556', u'MULTIEQUAL_-1207119530'), (u'INDIRECT_-1207119437', u'MULTIEQUAL_-1207119373'), (u'INDIRECT_-1207119721', u'MULTIEQUAL_-1207119675'), (u'INDIRECT_-1207117904', u'MULTIEQUAL_-1207117803'), (u'LOAD_-1207122346', u'COPY_-1207117525'), (u'COPY_-1207117783', u'MULTIEQUAL_-1207121415'), (u'MULTIEQUAL_-1207118973', u'MULTIEQUAL_-1207118952'), (u'INDIRECT_-1207119102', u'MULTIEQUAL_-1207119624'), (u'INDIRECT_-1207118201', u'MULTIEQUAL_-1207118152'), (u'INDIRECT_-1207119152', u'MULTIEQUAL_-1207119051'), (u'INDIRECT_-1207118967', u'MULTIEQUAL_-1207118895'), (u'CALL_-1207123637', u'INDIRECT_-1207119982'), ('const-417', u'LOAD_-1207122309'), (u'CALL_-1207122946', u'INDIRECT_-1207119237'), ('const-1295106', u'STORE_-1207122537'), (u'CALL_-1207121522', u'INDIRECT_-1207119230'), (u'INDIRECT_-1207118928', u'MULTIEQUAL_-1207119551'), (u'CALL_-1207121983', u'INDIRECT_-1207118993'), (u'CALL_-1207123313', u'INDIRECT_-1207119491'), (u'INDIRECT_-1207117992', u'MULTIEQUAL_-1207118615'), (u'MULTIEQUAL_-1207118170', u'MULTIEQUAL_-1207118149'), (u'CALL_-1207123565', u'INDIRECT_-1207119480'), (u'INT_ADD_-1207121973', u'CAST_-1207117268'), (u'CALL_-1207121587', u'INDIRECT_-1207118635'), (u'INDIRECT_-1207119016', u'MULTIEQUAL_-1207118828'), (u'INDIRECT_-1207118684', u'MULTIEQUAL_-1207118583'), (u'MULTIEQUAL_-1207118716', u'MULTIEQUAL_-1207118652'), (u'INDIRECT_-1207118189', u'MULTIEQUAL_-1207118125'), (u'MULTIEQUAL_-1207121415', u'CAST_-1207117300'), (u'CALL_-1207121570', u'INDIRECT_-1207118538'), (u'CALL_-1207122159', u'INDIRECT_-1207118281'), (u'INT_NOTEQUAL_-1207122697', u'CBRANCH_-1207122697'), (u'MULTIEQUAL_-1207118945', u'MULTIEQUAL_-1207118919'), (u'MULTIEQUAL_-1207119179', u'INT_NOTEQUAL_-1207122096'), (u'MULTIEQUAL_-1207118484', u'MULTIEQUAL_-1207118464'), (u'CAST_-1207117634', u'STORE_-1207122808'), (u'MULTIEQUAL_-1207119335', u'MULTIEQUAL_-1207119309'), ('const-417', u'STORE_-1207122053'), (u'INDIRECT_-1207117914', u'MULTIEQUAL_-1207118537'), (u'CALL_-1207122794', u'INDIRECT_-1207119328'), (u'MULTIEQUAL_-1207121415', u'CAST_-1207117551'), (u'CALL_-1207123637', u'INDIRECT_-1207120060'), (u'INT_ADD_-1207123529', u'CAST_-1207118005'), (u'CALL_-1207121454', u'INDIRECT_-1207118967'), (u'MULTIEQUAL_-1207118895', u'MULTIEQUAL_-1207118874'), (u'CALL_-1207121983', u'INDIRECT_-1207119383'), (u'CALL_-1207121983', u'INDIRECT_-1207119227'), (u'CALL_-1207123084', u'INDIRECT_-1207119529'), (u'MULTIEQUAL_-1207119640', u'MULTIEQUAL_-1207119620'), (u'INDIRECT_-1207117855', u'MULTIEQUAL_-1207117781'), ('const-417', u'STORE_-1207122267'), ('const-4', u'PTRADD_-1207117398'), (u'INDIRECT_-1207118918', u'MULTIEQUAL_-1207118817'), ('const-4294967284', u'INT_ADD_-1207122793'), (u'COPY_-1207117196', u'CALL_-1207121399'), (u'INDIRECT_-1207119885', u'MULTIEQUAL_-1207119809'), ('const-417', u'STORE_-1207122264'), (u'CALL_-1207121672', u'INDIRECT_-1207118903'), (u'MULTIEQUAL_-1207119801', u'MULTIEQUAL_-1207119763'), (u'MULTIEQUAL_-1207118867', u'MULTIEQUAL_-1207118950'), (u'INDIRECT_-1207119293', u'MULTIEQUAL_-1207119244'), (u'CALL_-1207121587', u'INDIRECT_-1207118557'), (u'INDIRECT_-1207119333', u'MULTIEQUAL_-1207119297'), (u'MULTIEQUAL_-1207118464', u'MULTIEQUAL_-1207118438'), (u'PTRADD_-1207117553', u'MULTIEQUAL_-1207119328'), ('tmp_3745', u'BRANCH_-1207121366'), (u'CALL_-1207121642', u'INDIRECT_-1207118969'), (u'INT_ADD_-1207122787', u'CAST_-1207117629'), (u'MULTIEQUAL_-1207119296', u'MULTIEQUAL_-1207119275'), (u'CALL_-1207122632', u'INDIRECT_-1207118161'), (u'MULTIEQUAL_-1207118111', u'MULTIEQUAL_-1207118085'), (u'MULTIEQUAL_-1207121202', u'STORE_-1207122426'), (u'CALL_-1207122829', u'INDIRECT_-1207118251'), (u'MULTIEQUAL_-1207118087', u'MULTIEQUAL_-1207118170'), (u'MULTIEQUAL_-1207118470', u'MULTIEQUAL_-1207118450'), (u'CALLIND_-1207121289', u'INDIRECT_-1207118409'), (u'CALL_-1207122418', u'INDIRECT_-1207119094'), (u'CALL_-1207123084', u'INDIRECT_-1207119685'), (u'INDIRECT_-1207119217', u'MULTIEQUAL_-1207119161'), (u'CALL_-1207121769', u'INDIRECT_-1207118478'), ('const-4294967280', u'INT_ADD_-1207122863'), (u'CALL_-1207122946', u'INDIRECT_-1207118223'), (u'MULTIEQUAL_-1207118729', u'MULTIEQUAL_-1207118716'), (u'MULTIEQUAL_-1207118138', u'MULTIEQUAL_-1207118115'), (u'CALL_-1207122532', u'INDIRECT_-1207118201'), (u'INDIRECT_-1207119047', u'MULTIEQUAL_-1207118983'), (u'CALL_-1207121454', u'INDIRECT_-1207117953'), ('tmp_1969', u'CBRANCH_-1207122444'), (u'INDIRECT_-1207119059', u'MULTIEQUAL_-1207119010'), (u'MULTIEQUAL_-1207118303', u'MULTIEQUAL_-1207118267'), ('const-0', u'RETURN_-1207121928'), ('const-4', u'PTRADD_-1207117553'), (u'MULTIEQUAL_-1207118773', u'MULTIEQUAL_-1207118751'), (u'CAST_-1207117929', u'LOAD_-1207123413'), (u'INDIRECT_-1207119016', u'MULTIEQUAL_-1207118963'), (u'CALL_-1207123084', u'INDIRECT_-1207119295'), ('const-8', u'INT_ADD_-1207123389'), (u'MULTIEQUAL_-1207121415', u'CAST_-1207117384'), (u'MULTIEQUAL_-1207118969', u'MULTIEQUAL_-1207118943'), (u'MULTIEQUAL_-1207119359', u'STORE_-1207122954'), ('const-0', u'COPY_-1207123342'), ('const-100', u'CALL_-1207121399'), (u'CAST_-1207117550', u'STORE_-1207122640'), (u'INT_ADD_-1207122411', u'CAST_-1207117463'), (u'MULTIEQUAL_-1207119094', u'MULTIEQUAL_-1207119030'), (u'MULTIEQUAL_-1207119085', u'MULTIEQUAL_-1207119063'), (u'INDIRECT_-1207119812', u'MULTIEQUAL_-1207119749'), (u'MULTIEQUAL_-1207119496', u'MULTIEQUAL_-1207119475'), (u'MULTIEQUAL_-1207119785', u'INT_NOTEQUAL_-1207123045'), (u'MULTIEQUAL_-1207121055', u'INT_NOTEQUAL_-1207122071'), (u'MULTIEQUAL_-1207119207', u'MULTIEQUAL_-1207119230'), (u'CALL_-1207122946', u'INDIRECT_-1207119159'), (u'MULTIEQUAL_-1207119051', u'MULTIEQUAL_-1207119030'), (u'CALL_-1207122259', u'INDIRECT_-1207119411'), (u'CALLIND_-1207121289', u'INDIRECT_-1207118643'), (u'CALL_-1207122870', u'INDIRECT_-1207119203'), ('const-417', u'LOAD_-1207122721'), (u'CALL_-1207122829', u'INDIRECT_-1207119109'), (u'INDIRECT_-1207119636', u'MULTIEQUAL_-1207119255'), (u'CALL_-1207122829', u'INDIRECT_-1207119265'), (u'CALL_-1207121703', u'INDIRECT_-1207117829'), (u'PTRADD_-1207117591', u'INT_NOTEQUAL_-1207122590'), ('const-1294966', u'STORE_-1207122875'), ('tmp_17679', u'COPY_-1207123652'), (u'INDIRECT_-1207119963', u'MULTIEQUAL_-1207119887'), (u'MULTIEQUAL_-1207119620', u'MULTIEQUAL_-1207119597'), (u'MULTIEQUAL_-1207118964', u'MULTIEQUAL_-1207118945'), (u'MULTIEQUAL_-1207119177', u'MULTIEQUAL_-1207119139'), (u'MULTIEQUAL_-1207121415', u'CAST_-1207117507'), ('const-1295257', u'STORE_-1207122164'), (u'CALL_-1207121819', u'INDIRECT_-1207118814'), (u'MULTIEQUAL_-1207119172', u'MULTIEQUAL_-1207119152'), (u'MULTIEQUAL_-1207118427', u'MULTIEQUAL_-1207118406'), ('tmp_718', u'CBRANCH_-1207123226'), ('const-4294966896', u'PTRSUB_-1207118043'), ('tmp_6480', u'PTRSUB_-1207118003'), (u'CALL_-1207123637', u'INDIRECT_-1207119592'), (u'INDIRECT_-1207118145', u'MULTIEQUAL_-1207118085'), (u'MULTIEQUAL_-1207118794', u'MULTIEQUAL_-1207118730'), (u'MULTIEQUAL_-1207118807', u'MULTIEQUAL_-1207118685'), (u'INDIRECT_-1207118331', u'MULTIEQUAL_-1207118405'), (u'MULTIEQUAL_-1207121415', u'CAST_-1207117627'), (u'INDIRECT_-1207119578', u'MULTIEQUAL_-1207119515'), (u'MULTIEQUAL_-1207119515', u'INT_NOTEQUAL_-1207122976'), (u'MULTIEQUAL_-1207118147', u'MULTIEQUAL_-1207118111'), (u'CALL_-1207122829', u'INDIRECT_-1207119577'), (u'INDIRECT_-1207119175', u'MULTIEQUAL_-1207119129'), (u'MULTIEQUAL_-1207118673', u'MULTIEQUAL_-1207118695'), (u'INDIRECT_-1207119006', u'MULTIEQUAL_-1207119629'), (u'CALL_-1207121769', u'INDIRECT_-1207119024'), (u'CALL_-1207121642', u'INDIRECT_-1207117877'), (u'INDIRECT_-1207119393', u'MULTIEQUAL_-1207119333'), (u'CALL_-1207121454', u'INDIRECT_-1207117719'), (u'MULTIEQUAL_-1207118872', u'MULTIEQUAL_-1207118808'), (u'INDIRECT_-1207117680', u'MULTIEQUAL_-1207118303'), (u'INT_NOTEQUAL_-1207122976', u'CBRANCH_-1207122972'), (u'MULTIEQUAL_-1207118158', u'MULTIEQUAL_-1207118138'), (u'CALL_-1207121672', u'INDIRECT_-1207117733'), (u'INDIRECT_-1207119807', u'MULTIEQUAL_-1207119731'), (u'INDIRECT_-1207118460', u'MULTIEQUAL_-1207119083'), (u'CALL_-1207121642', u'INDIRECT_-1207119125'), (u'MULTIEQUAL_-1207119166', u'MULTIEQUAL_-1207119250'), (u'LOAD_-1207122341', u'MULTIEQUAL_-1207121138'), (u'MULTIEQUAL_-1207119453', u'MULTIEQUAL_-1207119432'), (u'INDIRECT_-1207120182', u'MULTIEQUAL_-1207119801'), (u'MULTIEQUAL_-1207118417', u'MULTIEQUAL_-1207118404'), (u'INDIRECT_-1207118616', u'MULTIEQUAL_-1207119239'), (u'MULTIEQUAL_-1207119219', u'MULTIEQUAL_-1207119241'), (u'CALL_-1207123084', u'INDIRECT_-1207118593'), (u'INDIRECT_-1207119558', u'MULTIEQUAL_-1207119177'), (u'INDIRECT_-1207118790', u'MULTIEQUAL_-1207119312'), (u'COPY_-1207117740', u'MULTIEQUAL_-1207118593'), (u'MULTIEQUAL_-1207118840', u'MULTIEQUAL_-1207118817'), (u'INDIRECT_-1207118236', u'COPY_-1207122744'), (u'CALL_-1207123565', u'INDIRECT_-1207118544'), (u'CALL_-1207123175', u'INDIRECT_-1207119963'), (u'CALL_-1207122870', u'INDIRECT_-1207118189'), (u'CALL_-1207122159', u'INDIRECT_-1207119529'), (u'MULTIEQUAL_-1207118808', u'MULTIEQUAL_-1207118789'), (u'INDIRECT_-1207118905', u'MULTIEQUAL_-1207118867'), (u'CALL_-1207121399', u'INDIRECT_-1207117536'), ('const-4294967280', u'INT_ADD_-1207122038'), (u'CALL_-1207123084', u'INDIRECT_-1207118203'), (u'CAST_-1207117629', u'STORE_-1207122802'), (u'CALL_-1207122532', u'INDIRECT_-1207118513'), (u'MULTIEQUAL_-1207119489', u'MULTIEQUAL_-1207119451'), (u'CALL_-1207122418', u'INDIRECT_-1207118236'), (u'PTRSUB_-1207117233', u'INT_EQUAL_-1207121638'), ('const-417', u'STORE_-1207122951'), (u'INDIRECT_-1207118787', u'MULTIEQUAL_-1207118751'), (u'INT_ADD_-1207123397', u'CAST_-1207117929'), (u'CALLIND_-1207121289', u'INDIRECT_-1207118565'), (u'CALL_-1207123637', u'INDIRECT_-1207118968'), ('const-24', u'INT_ADD_-1207123397'), (u'CAST_-1207117300', u'INT_ADD_-1207122038'), (u'INDIRECT_-1207119406', u'MULTIEQUAL_-1207119218'), (u'MULTIEQUAL_-1207118996', u'MULTIEQUAL_-1207118973'), (u'MULTIEQUAL_-1207118885', u'MULTIEQUAL_-1207118872'), (u'COPY_-1207117662', u'MULTIEQUAL_-1207119519'), (u'CALL_-1207123084', u'INDIRECT_-1207118281'), (u'INDIRECT_-1207118946', u'MULTIEQUAL_-1207119468'), (u'CALL_-1207121769', u'INDIRECT_-1207118946'), (u'PTRADD_-1207117613', u'INT_NOTEQUAL_-1207122658'), (u'CALL_-1207123015', u'INDIRECT_-1207119032'), ('const-4294967295', u'PTRADD_-1207117741'), (u'MULTIEQUAL_-1207118776', u'MULTIEQUAL_-1207118750'), (u'MULTIEQUAL_-1207119218', u'MULTIEQUAL_-1207119197'), ('const-4', u'PTRADD_-1207117591'), (u'INDIRECT_-1207118408', u'MULTIEQUAL_-1207118345'), (u'INDIRECT_-1207118551', u'MULTIEQUAL_-1207118505'), (u'PTRADD_-1207117436', u'INT_NOTEQUAL_-1207122217'), (u'MULTIEQUAL_-1207119413', u'MULTIEQUAL_-1207119387'), (u'MULTIEQUAL_-1207119464', u'MULTIEQUAL_-1207119441'), (u'INT_NOTEQUAL_-1207122590', u'CBRANCH_-1207122585'), (u'MULTIEQUAL_-1207118528', u'MULTIEQUAL_-1207118505'), (u'CALL_-1207121769', u'INDIRECT_-1207118634'), (u'CALL_-1207122259', u'INDIRECT_-1207119255'), (u'CAST_-1207117296', u'STORE_-1207122050'), (u'LOAD_-1207123405', u'CALL_-1207123313'), (u'MULTIEQUAL_-1207119231', u'MULTIEQUAL_-1207119208'), ('const-6', u'PTRADD_-1207117436'), (u'MULTIEQUAL_-1207119203', u'MULTIEQUAL_-1207119177'), (u'INDIRECT_-1207119003', u'MULTIEQUAL_-1207118943'), (u'MULTIEQUAL_-1207119453', u'MULTIEQUAL_-1207119475'), (u'CALL_-1207121587', u'INDIRECT_-1207119337'), (u'CALL_-1207122870', u'INDIRECT_-1207119437'), (u'CALL_-1207123175', u'INDIRECT_-1207119885'), (u'INDIRECT_-1207119027', u'INT_EQUAL_-1207123146'), (u'MULTIEQUAL_-1207118685', u'MULTIEQUAL_-1207118662'), (u'CALL_-1207122946', u'INDIRECT_-1207119861'), ('const-417', u'STORE_-1207122637'), (u'MULTIEQUAL_-1207118361', u'MULTIEQUAL_-1207118340'), (u'MULTIEQUAL_-1207118236', u'MULTIEQUAL_-1207118216'), (u'INDIRECT_-1207117643', u'MULTIEQUAL_-1207118327'), (u'CALL_-1207121819', u'INDIRECT_-1207117800'), (u'LOAD_-1207122341', u'INT_NOTEQUAL_-1207122322'), (u'INT_ADD_-1207122249', u'CAST_-1207117383'), ('const-4', u'PTRADD_-1207117613'), ('tmp_2154', u'CBRANCH_-1207122322'), (u'INDIRECT_-1207119359', u'MULTIEQUAL_-1207119295'), (u'CALL_-1207121703', u'INDIRECT_-1207118687'), (u'CALL_-1207122946', u'INDIRECT_-1207119315'), (u'INDIRECT_-1207119328', u'MULTIEQUAL_-1207119140'), (u'CALL_-1207121819', u'INDIRECT_-1207118502'), (u'CALL_-1207122870', u'INDIRECT_-1207119671'), (u'COPY_-1207117513', u'MULTIEQUAL_-1207119375'), (u'INDIRECT_-1207118399', u'MULTIEQUAL_-1207118298'), (u'CALL_-1207122946', u'INDIRECT_-1207119471'), (u'INDIRECT_-1207119562', u'MULTIEQUAL_-1207119484'), (u'MULTIEQUAL_-1207119285', u'LOAD_-1207122576'), (u'MULTIEQUAL_-1207118615', u'MULTIEQUAL_-1207118579'), (u'CALL_-1207121369', u'INDIRECT_-1207117914'), ('const-417', u'LOAD_-1207121657'), ('tmp_674', u'CBRANCH_-1207123258'), (u'INDIRECT_-1207119335', u'MULTIEQUAL_-1207119234'), (u'COPY_-1207117797', u'MULTIEQUAL_-1207121415'), ('const-4294967276', u'INT_ADD_-1207121973'), (u'MULTIEQUAL_-1207118673', u'MULTIEQUAL_-1207118652'), (u'MULTIEQUAL_-1207119063', u'MULTIEQUAL_-1207119085'), (u'CALLIND_-1207121289', u'INDIRECT_-1207118799'), (u'CALL_-1207121522', u'INDIRECT_-1207117748'), (u'CALL_-1207121769', u'INDIRECT_-1207117698'), (u'INDIRECT_-1207118749', u'MULTIEQUAL_-1207118711'), (u'CALL_-1207121369', u'INDIRECT_-1207118772'), (u'CALL_-1207121454', u'INDIRECT_-1207117797'), ('const-417', u'STORE_-1207122799'), (u'CAST_-1207117268', u'STORE_-1207121988'), (u'INDIRECT_-1207118671', u'MULTIEQUAL_-1207118633'), (u'MULTIEQUAL_-1207118170', u'MULTIEQUAL_-1207118106'), (u'MULTIEQUAL_-1207119021', u'MULTIEQUAL_-1207118983'), (u'INDIRECT_-1207118811', u'MULTIEQUAL_-1207118739'), (u'INDIRECT_-1207117565', u'MULTIEQUAL_-1207118249'), (u'CALL_-1207121703', u'INDIRECT_-1207118921'), (u'CALL_-1207123313', u'INDIRECT_-1207119881'), (u'INDIRECT_-1207119295', u'MULTIEQUAL_-1207119257'), (u'CALL_-1207121672', u'INDIRECT_-1207117655'), (u'INDIRECT_-1207119408', u'MULTIEQUAL_-1207119364'), (u'INT_ADD_-1207122522', u'CAST_-1207117506'), ('const-1294995', u'STORE_-1207122799'), (u'INDIRECT_-1207118236', u'INT_NOTEQUAL_-1207122754'), (u'MULTIEQUAL_-1207119574', u'MULTIEQUAL_-1207119510'), (u'INDIRECT_-1207118279', u'MULTIEQUAL_-1207118230'), (u'CALL_-1207122870', u'INDIRECT_-1207118267'), (u'CALL_-1207123175', u'INDIRECT_-1207119027'), (u'CALL_-1207122418', u'INDIRECT_-1207118158'), (u'CALL_-1207122159', u'INDIRECT_-1207118671'), ('const-417', u'STORE_-1207122878'), (u'INDIRECT_-1207119250', u'MULTIEQUAL_-1207119172'), (u'CALL_-1207122794', u'INDIRECT_-1207119718'), (u'MULTIEQUAL_-1207121477', u'PTRADD_-1207117772'), (u'INDIRECT_-1207119172', u'MULTIEQUAL_-1207119094'), (u'PTRSUB_-1207118043', u'CAST_-1207117999'), (u'INDIRECT_-1207119647', u'MULTIEQUAL_-1207119546'), (u'MULTIEQUAL_-1207121477', u'STORE_-1207122954'), (u'CALL_-1207121399', u'INDIRECT_-1207119174'), (u'INDIRECT_-1207118457', u'MULTIEQUAL_-1207118397'), (u'INDIRECT_-1207118247', u'MULTIEQUAL_-1207118171'), (u'MULTIEQUAL_-1207119567', u'MULTIEQUAL_-1207119529'), ('const-4', u'INT_ADD_-1207123231'), (u'MULTIEQUAL_-1207119491', u'MULTIEQUAL_-1207119574'), (u'INDIRECT_-1207119123', u'MULTIEQUAL_-1207119051'), (u'MULTIEQUAL_-1207119328', u'MULTIEQUAL_-1207119308'), (u'CALL_-1207121819', u'INDIRECT_-1207118112'), (u'INDIRECT_-1207118314', u'MULTIEQUAL_-1207118126'), (u'CALL_-1207123637', u'INDIRECT_-1207119514'), (u'CAST_-1207117383', u'STORE_-1207122264'), (u'MULTIEQUAL_-1207119519', u'COPY_-1207117631'), (u'MULTIEQUAL_-1207118193', u'MULTIEQUAL_-1207118216'), (u'CALL_-1207122418', u'INDIRECT_-1207119406'), (u'INDIRECT_-1207118840', u'MULTIEQUAL_-1207118739'), (u'CALL_-1207122829', u'INDIRECT_-1207118641'), (u'INDIRECT_-1207118903', u'MULTIEQUAL_-1207118854'), (u'CALL_-1207123637', u'INDIRECT_-1207120216'), (u'CALL_-1207121587', u'INDIRECT_-1207118791'), (u'CALL_-1207121454', u'INDIRECT_-1207117875'), (u'MULTIEQUAL_-1207119007', u'MULTIEQUAL_-1207118985'), (u'CAST_-1207117669', u'INT_ADD_-1207122863'), ('const-417', u'LOAD_-1207122203'), (u'INDIRECT_-1207119139', u'MULTIEQUAL_-1207119083'), (u'LOAD_-1207122309', u'STORE_-1207122267'), (u'MULTIEQUAL_-1207119179', u'MULTIEQUAL_-1207119153'), (u'MULTIEQUAL_-1207118314', u'MULTIEQUAL_-1207118250'), ('const-417', u'STORE_-1207122540'), (u'CALL_-1207122870', u'INDIRECT_-1207119515'), (u'CALL_-1207122632', u'INDIRECT_-1207118473'), (u'INDIRECT_-1207118236', u'MULTIEQUAL_-1207118183'), (u'MULTIEQUAL_-1207119275', u'MULTIEQUAL_-1207119153'), (u'CALL_-1207122829', u'INDIRECT_-1207119499'), (u'INDIRECT_-1207119084', u'MULTIEQUAL_-1207119707'), (u'INDIRECT_-1207119500', u'MULTIEQUAL_-1207119437'), (u'INDIRECT_-1207118161', u'MULTIEQUAL_-1207118115'), (u'MULTIEQUAL_-1207119047', u'MULTIEQUAL_-1207119021'), (u'MULTIEQUAL_-1207118918', u'MULTIEQUAL_-1207118895'), (u'CALL_-1207121570', u'INDIRECT_-1207118382'), (u'INDIRECT_-1207117776', u'MULTIEQUAL_-1207118298'), (u'CALL_-1207122794', u'INDIRECT_-1207118158'), (u'CAST_-1207117649', u'STORE_-1207122837'), (u'MULTIEQUAL_-1207119125', u'MULTIEQUAL_-1207119099'), (u'MULTIEQUAL_-1207119431', u'MULTIEQUAL_-1207119309'), ('const-417', u'STORE_-1207122167'), (u'CALL_-1207121769', u'INDIRECT_-1207117932'), (u'MULTIEQUAL_-1207118152', u'MULTIEQUAL_-1207118126'), (u'MULTIEQUAL_-1207118945', u'MULTIEQUAL_-1207119028'), (u'INDIRECT_-1207119061', u'MULTIEQUAL_-1207119005'), (u'CALL_-1207121587', u'INDIRECT_-1207117855'), (u'MULTIEQUAL_-1207119319', u'MULTIEQUAL_-1207119297'), (u'MULTIEQUAL_-1207121246', u'STORE_-1207122540'), (u'MULTIEQUAL_-1207119530', u'MULTIEQUAL_-1207119509'), (u'CALL_-1207122870', u'INDIRECT_-1207118423'), (u'MULTIEQUAL_-1207118938', u'MULTIEQUAL_-1207118874'), (u'INDIRECT_-1207119495', u'MULTIEQUAL_-1207119419'), (u'MULTIEQUAL_-1207119413', u'MULTIEQUAL_-1207119496'), (u'MULTIEQUAL_-1207121415', u'CAST_-1207117343'), (u'MULTIEQUAL_-1207118950', u'MULTIEQUAL_-1207118886'), (u'MULTIEQUAL_-1207119108', u'MULTIEQUAL_-1207119088'), (u'CAST_-1207117269', u'INT_ADD_-1207121973'), ('const-417', u'STORE_-1207122837'), (u'INDIRECT_-1207118267', u'MULTIEQUAL_-1207118203'), (u'INDIRECT_-1207118111', u'MULTIEQUAL_-1207118047'), (u'MULTIEQUAL_-1207118874', u'MULTIEQUAL_-1207118854'), (u'MULTIEQUAL_-1207119593', u'MULTIEQUAL_-1207119567'), (u'MULTIEQUAL_-1207119386', u'MULTIEQUAL_-1207119363'), (u'INDIRECT_-1207118479', u'MULTIEQUAL_-1207118405'), (u'CALL_-1207121369', u'INDIRECT_-1207118616'), ('const-4294967276', u'INT_ADD_-1207122860'), (u'INDIRECT_-1207118706', u'MULTIEQUAL_-1207118662'), (u'CALL_-1207123015', u'INDIRECT_-1207119578'), (u'PTRSUB_-1207117803', u'CAST_-1207117761'), (u'MULTIEQUAL_-1207118828', u'MULTIEQUAL_-1207118807'), (u'LOAD_-1207122716', u'MULTIEQUAL_-1207121246'), (u'INDIRECT_-1207119826', u'CALL_-1207123565'), (u'INDIRECT_-1207118473', u'MULTIEQUAL_-1207118427'), ('const-4294967280', u'INT_ADD_-1207121976'), (u'INDIRECT_-1207117826', u'MULTIEQUAL_-1207117725'), (u'PTRSUB_-1207118003', u'CAST_-1207117967'), (u'CAST_-1207117666', u'INT_ADD_-1207122860'), (u'CALL_-1207123084', u'INDIRECT_-1207118515'), (u'MULTIEQUAL_-1207118094', u'MULTIEQUAL_-1207118074'), (u'CALL_-1207121983', u'INDIRECT_-1207118603'), (u'INDIRECT_-1207119105', u'MULTIEQUAL_-1207119029'), (u'CALL_-1207123015', u'INDIRECT_-1207119422'), (u'MULTIEQUAL_-1207119030', u'MULTIEQUAL_-1207119010'), (u'INDIRECT_-1207117551', u'MULTIEQUAL_-1207117625'), (u'CALL_-1207123313', u'INDIRECT_-1207119179'), (u'INDIRECT_-1207119414', u'MULTIEQUAL_-1207119936'), (u'INDIRECT_-1207119480', u'MULTIEQUAL_-1207119099'), (u'CALL_-1207123637', u'INDIRECT_-1207118812'), (u'INDIRECT_-1207119097', u'MULTIEQUAL_-1207119051'), (u'MULTIEQUAL_-1207118711', u'MULTIEQUAL_-1207118794'), (u'CALL_-1207121570', u'INDIRECT_-1207118850'), (u'CALL_-1207122870', u'INDIRECT_-1207119281'), (u'MULTIEQUAL_-1207118984', u'MULTIEQUAL_-1207118963'), (u'INDIRECT_-1207119491', u'INT_NOTEQUAL_-1207123259'), (u'INDIRECT_-1207118711', u'MULTIEQUAL_-1207118610'), (u'MULTIEQUAL_-1207119297', u'MULTIEQUAL_-1207119276'), (u'CAST_-1207117561', u'INT_NOTEQUAL_-1207122658'), ('tmp_6480', u'PTRSUB_-1207117221'), (u'INDIRECT_-1207118294', u'INT_NOTEQUAL_-1207121477'), (u'CALL_-1207122045', u'INDIRECT_-1207119018'), ('const-0', u'INT_NOTEQUAL_-1207122185'), (u'CALL_-1207121369', u'INDIRECT_-1207119240'), (u'CALL_-1207122870', u'INDIRECT_-1207119749'), ('const-4294966976', u'PTRSUB_-1207117983'), (u'MULTIEQUAL_-1207118906', u'MULTIEQUAL_-1207118885'), (u'CALL_-1207121703', u'INDIRECT_-1207119311'), (u'CALL_-1207122632', u'INDIRECT_-1207119097'), (u'CALL_-1207121769', u'INDIRECT_-1207119336'), (u'INDIRECT_-1207119240', u'MULTIEQUAL_-1207119863'), (u'MULTIEQUAL_-1207119531', u'MULTIEQUAL_-1207119553'), (u'COPY_-1207118077', u'MULTIEQUAL_-1207121415'), ('const-0', u'INT_NOTEQUAL_-1207122896'), (u'CALLIND_-1207121289', u'INDIRECT_-1207118877'), (u'CALL_-1207122829', u'INDIRECT_-1207119343'), ('const-417', u'STORE_-1207122802'), (u'MULTIEQUAL_-1207119718', u'MULTIEQUAL_-1207119698'), (u'CALL_-1207123175', u'INDIRECT_-1207119339'), (u'CALL_-1207122946', u'INDIRECT_-1207119393'), (u'INDIRECT_-1207118239', u'MULTIEQUAL_-1207118193'), (u'CALL_-1207123479', u'INDIRECT_-1207118508'), (u'MULTIEQUAL_-1207119452', u'MULTIEQUAL_-1207119431'), (u'INT_NOTEQUAL_-1207122096', u'CBRANCH_-1207122091'), (u'MULTIEQUAL_-1207119207', u'MULTIEQUAL_-1207119186'), (u'CAST_-1207117272', u'INT_ADD_-1207121976'), (u'LOAD_-1207121657', u'CALLIND_-1207121289'), (u'CALL_-1207123565', u'INDIRECT_-1207119714'), (u'CALL_-1207122259', u'INDIRECT_-1207119567'), (u'MULTIEQUAL_-1207118106', u'MULTIEQUAL_-1207118087'), (u'INDIRECT_-1207119749', u'MULTIEQUAL_-1207119685'), (u'CALL_-1207123175', u'INDIRECT_-1207119807'), (u'INDIRECT_-1207119111', u'MULTIEQUAL_-1207119185'), ('tmp_2377', u'CBRANCH_-1207122185'), (u'INT_NOTEQUAL_-1207122378', u'CBRANCH_-1207122378'), (u'CAST_-1207117386', u'STORE_-1207122267'), (u'CAST_-1207117626', u'STORE_-1207122799'), ('const-4294967280', u'INT_ADD_-1207122625'), (u'MULTIEQUAL_-1207121286', u'PTRADD_-1207117617'), (u'CALL_-1207123313', u'INDIRECT_-1207119023'), (u'INDIRECT_-1207118712', u'MULTIEQUAL_-1207119234'), (u'INDIRECT_-1207117641', u'MULTIEQUAL_-1207117569'), (u'MULTIEQUAL_-1207118860', u'MULTIEQUAL_-1207118840'), (u'INDIRECT_-1207119328', u'MULTIEQUAL_-1207119275'), ('tmp_6480', u'PTRSUB_-1207118010'), ('const-4', u'PTRADD_-1207117762'), (u'MULTIEQUAL_-1207118501', u'MULTIEQUAL_-1207118475'), (u'MULTIEQUAL_-1207119094', u'MULTIEQUAL_-1207119074'), (u'MULTIEQUAL_-1207119119', u'MULTIEQUAL_-1207118997'), (u'CALL_-1207122259', u'INDIRECT_-1207118865'), (u'INDIRECT_-1207119919', u'MULTIEQUAL_-1207119863'), (u'INDIRECT_-1207119330', u'MULTIEQUAL_-1207119286'), (u'MULTIEQUAL_-1207119028', u'MULTIEQUAL_-1207119007'), (u'PTRSUB_-1207117684', u'STORE_-1207122802'), (u'MULTIEQUAL_-1207119088', u'MULTIEQUAL_-1207119172'), (u'CALL_-1207121399', u'INDIRECT_-1207117614'), ('tmp_3315', u'CBRANCH_-1207121636'), (u'INDIRECT_-1207119018', u'MULTIEQUAL_-1207118974'), (u'INDIRECT_-1207118721', u'MULTIEQUAL_-1207118795'), (u'CAST_-1207117830', u'LOAD_-1207123247'), (u'INDIRECT_-1207118421', u'MULTIEQUAL_-1207118349'), (u'MULTIEQUAL_-1207119707', u'MULTIEQUAL_-1207119671'), (u'CALL_-1207122259', u'INDIRECT_-1207118163'), (u'INDIRECT_-1207119125', u'MULTIEQUAL_-1207119061'), (u'MULTIEQUAL_-1207121055', u'STORE_-1207122053'), (u'INDIRECT_-1207119279', u'MULTIEQUAL_-1207119207'), (u'MULTIEQUAL_-1207119129', u'MULTIEQUAL_-1207119108'), (u'LOAD_-1207122203', u'MULTIEQUAL_-1207121098'), (u'INDIRECT_-1207119990', u'CALL_-1207123313'), (u'MULTIEQUAL_-1207119411', u'MULTIEQUAL_-1207119373'), (u'INDIRECT_-1207119110', u'MULTIEQUAL_-1207119047'), (u'INT_ADD_-1207121685', u'CAST_-1207117215'), (u'CALL_-1207123313', u'INDIRECT_-1207119569'), (u'INDIRECT_-1207119172', u'MULTIEQUAL_-1207118984'), (u'CALL_-1207122532', u'INDIRECT_-1207119527'), (u'CALL_-1207123479', u'INDIRECT_-1207118820'), (u'INT_NOTEQUAL_-1207122469', u'CBRANCH_-1207122464'), (u'CALL_-1207121703', u'INDIRECT_-1207119233'), (u'CALLIND_-1207121289', u'INDIRECT_-1207117941'), ('const-4294967276', u'INT_ADD_-1207122819'), ('tmp_2204', u'CBRANCH_-1207122285'), (u'INDIRECT_-1207118869', u'MULTIEQUAL_-1207118795'), (u'MULTIEQUAL_-1207119322', u'INT_NOTEQUAL_-1207122469'), (u'MULTIEQUAL_-1207119359', u'MULTIEQUAL_-1207119333'), (u'CALL_-1207123313', u'INT_EQUAL_-1207123287'), (u'INDIRECT_-1207118643', u'MULTIEQUAL_-1207118717'), ('const-0', u'INT_EQUAL_-1207123287'), ('tmp_1113', u'CBRANCH_-1207122972'), (u'INT_ADD_-1207123389', u'CAST_-1207117925'), (u'CALL_-1207121642', u'INDIRECT_-1207117799'), (u'MULTIEQUAL_-1207119063', u'MULTIEQUAL_-1207119042'), (u'INDIRECT_-1207118345', u'MULTIEQUAL_-1207118281'), (u'INDIRECT_-1207118635', u'MULTIEQUAL_-1207118561'), (u'INDIRECT_-1207118174', u'MULTIEQUAL_-1207118111'), (u'CALL_-1207122045', u'INDIRECT_-1207119252'), (u'INDIRECT_-1207118559', u'MULTIEQUAL_-1207118483'), (u'INDIRECT_-1207118486', u'MULTIEQUAL_-1207118423'), (u'INDIRECT_-1207118403', u'MULTIEQUAL_-1207118327'), (u'CALL_-1207123637', u'INDIRECT_-1207119826'), (u'INDIRECT_-1207118321', u'MULTIEQUAL_-1207118220'), (u'INDIRECT_-1207118700', u'MULTIEQUAL_-1207118319'), (u'INDIRECT_-1207119763', u'MULTIEQUAL_-1207119707'), (u'LOAD_-1207122683', u'CAST_-1207117561'), (u'MULTIEQUAL_-1207119005', u'MULTIEQUAL_-1207118969'), (u'INDIRECT_-1207118515', u'MULTIEQUAL_-1207118459'), (u'CALL_-1207122946', u'INDIRECT_-1207118613'), (u'CALL_-1207123175', u'INDIRECT_-1207118325'), (u'CALL_-1207123565', u'INDIRECT_-1207119948'), (u'INDIRECT_-1207118392', u'MULTIEQUAL_-1207118204'), (u'CALL_-1207123015', u'INDIRECT_-1207119110'), (u'INDIRECT_-1207118938', u'MULTIEQUAL_-1207118750'), (u'MULTIEQUAL_-1207119230', u'MULTIEQUAL_-1207119207'), (u'CALL_-1207122045', u'INDIRECT_-1207118238'), (u'MULTIEQUAL_-1207119395', u'MULTIEQUAL_-1207119359'), (u'CALL_-1207122532', u'INDIRECT_-1207118123'), (u'CALL_-1207123637', u'INDIRECT_-1207118890'), ('const-417', u'STORE_-1207122954'), (u'INT_NOTEQUAL_-1207123259', u'CBRANCH_-1207123258'), (u'LOAD_-1207122721', u'INT_NOTEQUAL_-1207122697'), (u'CALL_-1207121587', u'INDIRECT_-1207118011'), (u'CALL_-1207121587', u'INDIRECT_-1207118713'), (u'MULTIEQUAL_-1207118217', u'MULTIEQUAL_-1207118194'), (u'MULTIEQUAL_-1207119785', u'MULTIEQUAL_-1207119749'), (u'INT_NOTEQUAL_-1207122558', u'CBRANCH_-1207122558'), (u'MULTIEQUAL_-1207119375', u'COPY_-1207117483'), (u'CALL_-1207121570', u'INDIRECT_-1207118304'), (u'MULTIEQUAL_-1207118183', u'INT_NOTEQUAL_-1207122378'), (u'CALL_-1207121672', u'INDIRECT_-1207117577'), (u'INDIRECT_-1207119099', u'MULTIEQUAL_-1207119063'), (u'CALL_-1207121672', u'INDIRECT_-1207117967'), (u'CALL_-1207123084', u'INDIRECT_-1207119217'), (u'MULTIEQUAL_-1207118172', u'MULTIEQUAL_-1207118152'), (u'PTRADD_-1207117617', u'LOAD_-1207122683'), (u'MULTIEQUAL_-1207118943', u'MULTIEQUAL_-1207118905'), (u'CALL_-1207121769', u'INDIRECT_-1207119180'), (u'MULTIEQUAL_-1207118867', u'MULTIEQUAL_-1207118841'), (u'MULTIEQUAL_-1207119153', u'MULTIEQUAL_-1207119130'), (u'MULTIEQUAL_-1207119051', u'MULTIEQUAL_-1207119074'), (u'INDIRECT_-1207117698', u'MULTIEQUAL_-1207118220'), (u'INDIRECT_-1207118450', u'MULTIEQUAL_-1207118349'), (u'INDIRECT_-1207119841', u'MULTIEQUAL_-1207119785'), (u'INDIRECT_-1207118868', u'MULTIEQUAL_-1207119390'), (u'CAST_-1207117551', u'INT_ADD_-1207122625'), ('const-0', u'INT_EQUAL_-1207123527'), (u'MULTIEQUAL_-1207119062', u'MULTIEQUAL_-1207119041'), (u'MULTIEQUAL_-1207119553', u'MULTIEQUAL_-1207119531'), (u'INDIRECT_-1207118359', u'MULTIEQUAL_-1207118321'), ('const-1295323', u'STORE_-1207121988'), ('const-417', u'LOAD_-1207123405'), (u'CALL_-1207121522', u'INDIRECT_-1207119152'), (u'CAST_-1207118005', u'LOAD_-1207123545'), (u'MULTIEQUAL_-1207118397', u'MULTIEQUAL_-1207118359'), (u'CAST_-1207117548', u'INT_ADD_-1207122622'), (u'INDIRECT_-1207119139', u'MULTIEQUAL_-1207119101'), (u'CALL_-1207121703', u'INDIRECT_-1207118531'), (u'CALL_-1207122159', u'INDIRECT_-1207118749'), ('const-4', u'PTRADD_-1207117458'), (u'MULTIEQUAL_-1207118321', u'MULTIEQUAL_-1207118404'), (u'INDIRECT_-1207119549', u'MULTIEQUAL_-1207119489'), ('tmp_1474', u'CBRANCH_-1207122754'), (u'CALL_-1207121672', u'INDIRECT_-1207117889'), (u'INDIRECT_-1207117982', u'MULTIEQUAL_-1207117881'), (u'CALLIND_-1207121289', u'INDIRECT_-1207119111'), (u'INT_ADD_-1207122408', u'CAST_-1207117460'), ('const-3', u'PTRADD_-1207117553'), (u'MULTIEQUAL_-1207118383', u'MULTIEQUAL_-1207118361'), (u'INDIRECT_-1207119019', u'MULTIEQUAL_-1207118973'), (u'CALL_-1207122946', u'INDIRECT_-1207118379'), (u'MULTIEQUAL_-1207118841', u'MULTIEQUAL_-1207118818'), (u'LOAD_-1207122716', u'INT_NOTEQUAL_-1207122697'), (u'INDIRECT_-1207119792', u'MULTIEQUAL_-1207119411'), ('const-4294967280', u'INT_ADD_-1207122152'), (u'MULTIEQUAL_-1207118932', u'MULTIEQUAL_-1207119016'), ('const-0', u'INT_NOTEQUAL_-1207122558'), (u'MULTIEQUAL_-1207119496', u'MULTIEQUAL_-1207119432'), (u'INDIRECT_-1207118397', u'MULTIEQUAL_-1207118361'), (u'MULTIEQUAL_-1207119491', u'MULTIEQUAL_-1207119465'), (u'INDIRECT_-1207119096', u'MULTIEQUAL_-1207119052'), (u'PTRADD_-1207117398', u'MULTIEQUAL_-1207119184'), (u'INT_NOTEQUAL_-1207123045', u'CBRANCH_-1207123041'), (u'INDIRECT_-1207118772', u'MULTIEQUAL_-1207119395'), (u'INDIRECT_-1207118095', u'STORE_-1207122808'), (u'INDIRECT_-1207119607', u'MULTIEQUAL_-1207119551'), ('const-3', u'PTRADD_-1207117398'), (u'CALL_-1207122794', u'INDIRECT_-1207119640'), (u'CALL_-1207122418', u'INDIRECT_-1207119484'), (u'CAST_-1207117506', u'STORE_-1207122537'), (u'CALL_-1207122946', u'INDIRECT_-1207119783'), (u'INDIRECT_-1207118938', u'MULTIEQUAL_-1207118860'), (u'CALL_-1207122418', u'INDIRECT_-1207118470'), (u'CALL_-1207121522', u'INDIRECT_-1207118684'), (u'MULTIEQUAL_-1207119406', u'MULTIEQUAL_-1207119342'), (u'CALL_-1207123015', u'INDIRECT_-1207118252'), ('const-0', u'INT_NOTEQUAL_-1207122071'), (u'INDIRECT_-1207118733', u'MULTIEQUAL_-1207118661'), (u'INDIRECT_-1207119640', u'MULTIEQUAL_-1207119452'), (u'INDIRECT_-1207118863', u'MULTIEQUAL_-1207118817'), (u'MULTIEQUAL_-1207118250', u'MULTIEQUAL_-1207118230'), (u'MULTIEQUAL_-1207118183', u'COPY_-1207122368'), (u'INDIRECT_-1207118158', u'MULTIEQUAL_-1207118105'), (u'CALL_-1207121703', u'INDIRECT_-1207117673'), (u'INDIRECT_-1207119295', u'MULTIEQUAL_-1207119239'), (u'MULTIEQUAL_-1207119140', u'MULTIEQUAL_-1207119119'), (u'MULTIEQUAL_-1207121415', u'CAST_-1207117387'), (u'CALL_-1207121399', u'INDIRECT_-1207118862'), (u'INDIRECT_-1207119569', u'MULTIEQUAL_-1207119468'), (u'MULTIEQUAL_-1207118854', u'MULTIEQUAL_-1207118938'), (u'LOAD_-1207122683', u'STORE_-1207122640'), (u'MULTIEQUAL_-1207119250', u'MULTIEQUAL_-1207119230'), (u'INDIRECT_-1207119725', u'MULTIEQUAL_-1207119624'), ('const-1294933', u'STORE_-1207122951'), (u'INDIRECT_-1207119948', u'MULTIEQUAL_-1207119567'), (u'INDIRECT_-1207118969', u'MULTIEQUAL_-1207118905'), (u'PTRADD_-1207117398', u'INT_NOTEQUAL_-1207122096'), (u'MULTIEQUAL_-1207118194', u'INT_NOTEQUAL_-1207122009'), (u'CALL_-1207123313', u'INDIRECT_-1207118477'), (u'CALL_-1207123565', u'INDIRECT_-1207120182'), (u'CALL_-1207122159', u'INDIRECT_-1207118983'), (u'CALL_-1207121769', u'INDIRECT_-1207118556'), (u'MULTIEQUAL_-1207118997', u'MULTIEQUAL_-1207118974'), (u'MULTIEQUAL_-1207119342', u'MULTIEQUAL_-1207119322'), (u'CALL_-1207121983', u'INDIRECT_-1207119071'), (u'MULTIEQUAL_-1207119562', u'MULTIEQUAL_-1207119498'), (u'INDIRECT_-1207118782', u'MULTIEQUAL_-1207118729'), (u'MULTIEQUAL_-1207119244', u'PTRADD_-1207117553'), (u'CALL_-1207121703', u'INDIRECT_-1207117751'), (u'CALL_-1207121454', u'INDIRECT_-1207118811'), (u'INDIRECT_-1207119656', u'MULTIEQUAL_-1207119593'), ('const-4258064', u'PTRSUB_-1207122869'), (u'MULTIEQUAL_-1207119363', u'MULTIEQUAL_-1207119342'), (u'INDIRECT_-1207119337', u'MULTIEQUAL_-1207119263'), (u'CALL_-1207122632', u'INDIRECT_-1207118317'), (u'INDIRECT_-1207119406', u'MULTIEQUAL_-1207119353'), (u'MULTIEQUAL_-1207119556', u'MULTIEQUAL_-1207119640'), (u'CAST_-1207117627', u'INT_ADD_-1207122784'), (u'INDIRECT_-1207119627', u'MULTIEQUAL_-1207119567'), ('const-1', u'PTRADD_-1207117617'), (u'MULTIEQUAL_-1207118340', u'MULTIEQUAL_-1207118321'), ('tmp_1935', u'CBRANCH_-1207122464'), (u'MULTIEQUAL_-1207119023', u'MULTIEQUAL_-1207119106'), (u'INDIRECT_-1207119047', u'MULTIEQUAL_-1207119731'), (u'INDIRECT_-1207119562', u'MULTIEQUAL_-1207119509'), (u'CALL_-1207123313', u'INDIRECT_-1207119101'), (u'CALL_-1207121672', u'INDIRECT_-1207118513'), (u'INDIRECT_-1207119422', u'MULTIEQUAL_-1207119359'), (u'MULTIEQUAL_-1207118505', u'MULTIEQUAL_-1207118528'), (u'CALL_-1207122870', u'INDIRECT_-1207119359'), (u'CALL_-1207121672', u'INDIRECT_-1207118825'), (u'INDIRECT_-1207119729', u'MULTIEQUAL_-1207119653'), (u'MULTIEQUAL_-1207119441', u'MULTIEQUAL_-1207119464'), (u'MULTIEQUAL_-1207118085', u'MULTIEQUAL_-1207118047'), ('const-0', u'COPY_-1207123329'), (u'CAST_-1207117215', u'LOAD_-1207121701'), (u'INT_ADD_-1207123231', u'CAST_-1207117830'), (u'MULTIEQUAL_-1207119197', u'MULTIEQUAL_-1207119075'), (u'CALL_-1207121369', u'INDIRECT_-1207119006'), (u'CALL_-1207121454', u'INDIRECT_-1207118499'), (u'LOAD_-1207121701', u'LOAD_-1207121662'), ('const-4294967280', u'INT_ADD_-1207122822'), (u'CALL_-1207121454', u'INDIRECT_-1207118421'), (u'MULTIEQUAL_-1207119576', u'MULTIEQUAL_-1207119556'), ('const-4294967280', u'INT_ADD_-1207122411'), (u'CALL_-1207121642', u'INDIRECT_-1207118735'), (u'MULTIEQUAL_-1207118537', u'MULTIEQUAL_-1207118501'), (u'CALLIND_-1207121289', u'INDIRECT_-1207117551'), (u'MULTIEQUAL_-1207119099', u'MULTIEQUAL_-1207119061'), (u'MULTIEQUAL_-1207118938', u'MULTIEQUAL_-1207118918'), (u'CALL_-1207122829', u'INDIRECT_-1207118407'), (u'CALL_-1207122159', u'INDIRECT_-1207118125'), (u'MULTIEQUAL_-1207118360', u'MULTIEQUAL_-1207118339'), (u'CALL_-1207122946', u'INDIRECT_-1207119549'), (u'CALL_-1207121587', u'INDIRECT_-1207119181'), (u'INDIRECT_-1207117955', u'MULTIEQUAL_-1207118639'), (u'INDIRECT_-1207118657', u'COPY_-1207117740'), (u'CALL_-1207121369', u'INDIRECT_-1207118928'), (u'MULTIEQUAL_-1207118305', u'MULTIEQUAL_-1207118283'), (u'MULTIEQUAL_-1207118271', u'MULTIEQUAL_-1207118250'), ('const-4294966876', u'PTRSUB_-1207117099'), (u'CALL_-1207122045', u'INDIRECT_-1207118862'), (u'CALL_-1207121454', u'INDIRECT_-1207119123'), (u'MULTIEQUAL_-1207119634', u'MULTIEQUAL_-1207119718'), ('const-417', u'STORE_-1207122875'), (u'CALL_-1207122532', u'INDIRECT_-1207119293'), (u'MULTIEQUAL_-1207118152', u'MULTIEQUAL_-1207118236'), (u'CALL_-1207122159', u'INDIRECT_-1207119451'), (u'INDIRECT_-1207118163', u'MULTIEQUAL_-1207118127'), (u'INDIRECT_-1207118735', u'MULTIEQUAL_-1207119419'), (u'CALL_-1207122418', u'INDIRECT_-1207118860'), (u'CALL_-1207122532', u'INDIRECT_-1207119683'), (u'INDIRECT_-1207119491', u'MULTIEQUAL_-1207119390'), (u'MULTIEQUAL_-1207118271', u'MULTIEQUAL_-1207118294'), (u'INDIRECT_-1207119261', u'MULTIEQUAL_-1207119185'), ('const-7', u'PTRADD_-1207117591'), (u'INT_NOTEQUAL_-1207121477', u'CBRANCH_-1207121477'), (u'MULTIEQUAL_-1207119484', u'MULTIEQUAL_-1207119464'), (u'INT_ADD_-1207122252', u'CAST_-1207117386'), (u'MULTIEQUAL_-1207118963', u'MULTIEQUAL_-1207118950'), (u'CALL_-1207122159', u'INDIRECT_-1207119061'), (u'INDIRECT_-1207118694', u'MULTIEQUAL_-1207119317'), (u'INDIRECT_-1207119705', u'MULTIEQUAL_-1207119645'), (u'CALL_-1207122532', u'INDIRECT_-1207119137'), ('const-0', u'COPY_-1207123461'), (u'INDIRECT_-1207119718', u'MULTIEQUAL_-1207119530'), (u'CALL_-1207121769', u'INDIRECT_-1207119102'), (u'MULTIEQUAL_-1207118204', u'MULTIEQUAL_-1207118183'), (u'MULTIEQUAL_-1207118548', u'MULTIEQUAL_-1207118528'), (u'MULTIEQUAL_-1207119308', u'MULTIEQUAL_-1207119285'), (u'CALL_-1207123565', u'INDIRECT_-1207119402'), (u'INDIRECT_-1207118941', u'MULTIEQUAL_-1207118895'), (u'CALL_-1207123175', u'INDIRECT_-1207118247'), (u'CAST_-1207117346', u'INT_ADD_-1207122152'), (u'INDIRECT_-1207118325', u'MULTIEQUAL_-1207118249'), (u'CALL_-1207121399', u'INDIRECT_-1207117692'), (u'MULTIEQUAL_-1207119285', u'MULTIEQUAL_-1207119308'), (u'INDIRECT_-1207118626', u'MULTIEQUAL_-1207118438'), ('const-417', u'STORE_-1207122640'), (u'MULTIEQUAL_-1207118427', u'MULTIEQUAL_-1207118450'), (u'MULTIEQUAL_-1207118652', u'MULTIEQUAL_-1207118633'), (u'MULTIEQUAL_-1207119161', u'MULTIEQUAL_-1207119125'), (u'INDIRECT_-1207118713', u'MULTIEQUAL_-1207118639'), (u'CALL_-1207121642', u'INDIRECT_-1207118501'), (u'CALL_-1207121769', u'INDIRECT_-1207118790'), (u'MULTIEQUAL_-1207119354', u'MULTIEQUAL_-1207119335'), (u'CALL_-1207121819', u'INDIRECT_-1207118190'), (u'COPY_-1207122377', u'MULTIEQUAL_-1207119262'), ('const-4', u'PTRADD_-1207117479'), (u'MULTIEQUAL_-1207118711', u'MULTIEQUAL_-1207118685'), (u'INDIRECT_-1207118996', u'MULTIEQUAL_-1207118895'), (u'CALL_-1207121399', u'INDIRECT_-1207118940'), (u'INDIRECT_-1207118548', u'MULTIEQUAL_-1207118470'), (u'CALL_-1207122946', u'INDIRECT_-1207119081'), (u'INT_ADD_-1207122860', u'CAST_-1207117665'), (u'CALL_-1207123565', u'INDIRECT_-1207120026'), (u'MULTIEQUAL_-1207118314', u'MULTIEQUAL_-1207118294'), (u'CALL_-1207121369', u'INDIRECT_-1207118850'), ('tmp_2939', u'BRANCH_-1207121627'), (u'CALL_-1207123015', u'INDIRECT_-1207118330'), (u'CALL_-1207122045', u'INDIRECT_-1207119486'), (u'CALL_-1207122159', u'INDIRECT_-1207119217'), (u'MULTIEQUAL_-1207119608', u'MULTIEQUAL_-1207119587'), (u'CALL_-1207121642', u'INDIRECT_-1207118813'), (u'INDIRECT_-1207120104', u'MULTIEQUAL_-1207119723'), (u'CALL_-1207121819', u'INDIRECT_-1207118034'), (u'CALL_-1207122794', u'INDIRECT_-1207119016'), (u'INT_NOTEQUAL_-1207122444', u'CBRANCH_-1207122444'), (u'MULTIEQUAL_-1207119088', u'MULTIEQUAL_-1207119062'), (u'CALL_-1207121672', u'INDIRECT_-1207118981'), (u'INDIRECT_-1207119643', u'MULTIEQUAL_-1207119597'), (u'CALL_-1207123313', u'INDIRECT_-1207119335'), (u'CALL_-1207121642', u'INDIRECT_-1207119047'), (u'CALL_-1207122045', u'INDIRECT_-1207119408'), (u'LOAD_-1207122309', u'CAST_-1207117397'), (u'CALL_-1207122632', u'INDIRECT_-1207119019'), (u'MULTIEQUAL_-1207118193', u'MULTIEQUAL_-1207118172'), (u'INDIRECT_-1207117524', u'MULTIEQUAL_-1207118147'), (u'CAST_-1207117387', u'INT_ADD_-1207122252'), (u'CALL_-1207121769', u'INDIRECT_-1207118010'), (u'CALL_-1207121642', u'INDIRECT_-1207117643'), ('tmp_17680', u'COPY_-1207121969'), (u'INDIRECT_-1207119861', u'MULTIEQUAL_-1207119801'), (u'INDIRECT_-1207119344', u'MULTIEQUAL_-1207119281'), (u'INDIRECT_-1207118158', u'COPY_-1207122753'), (u'MULTIEQUAL_-1207119328', u'MULTIEQUAL_-1207119264'), ('const-4294967276', u'INT_ADD_-1207122149'), (u'CALL_-1207123313', u'INDIRECT_-1207119803'), (u'MULTIEQUAL_-1207119186', u'MULTIEQUAL_-1207119166'), (u'INDIRECT_-1207119371', u'MULTIEQUAL_-1207119322'), (u'INDIRECT_-1207119024', u'MULTIEQUAL_-1207119546'), (u'CALL_-1207122870', u'INDIRECT_-1207119047'), (u'MULTIEQUAL_-1207119041', u'MULTIEQUAL_-1207119028'), (u'MULTIEQUAL_-1207118973', u'MULTIEQUAL_-1207118996'), (u'INDIRECT_-1207117777', u'MULTIEQUAL_-1207117703'), (u'CALL_-1207121399', u'INDIRECT_-1207118784'), ('tmp_17680', u'CALL_-1207123565'), (u'CAST_-1207117077', u'MULTIEQUAL_-1207121477'), (u'INT_ADD_-1207122625', u'CAST_-1207117550'), (u'INT_ADD_-1207122822', u'CAST_-1207117649'), (u'CALL_-1207121369', u'INDIRECT_-1207118694'), (u'MULTIEQUAL_-1207121415', u'CAST_-1207117346'), ('const-725360', u'PTRSUB_-1207117233'), (u'INDIRECT_-1207118088', u'MULTIEQUAL_-1207118610'), (u'CALL_-1207121454', u'INDIRECT_-1207118577'), (u'CALL_-1207121587', u'INDIRECT_-1207118947'), (u'INDIRECT_-1207118943', u'MULTIEQUAL_-1207118907'), (u'CALL_-1207123565', u'INDIRECT_-1207119870'), (u'CALL_-1207122794', u'INDIRECT_-1207118626'), (u'INDIRECT_-1207119451', u'MULTIEQUAL_-1207119395'), (u'INDIRECT_-1207119281', u'MULTIEQUAL_-1207119217'), (u'PTRADD_-1207117479', u'LOAD_-1207122346'), (u'PTRADD_-1207117553', u'MULTIEQUAL_-1207119218'), (u'CALL_-1207123637', u'INDIRECT_-1207119280'), (u'CAST_-1207117509', u'STORE_-1207122540'), (u'CALL_-1207121819', u'INDIRECT_-1207117878'), (u'CALL_-1207122946', u'INDIRECT_-1207119627'), (u'MULTIEQUAL_-1207118763', u'MULTIEQUAL_-1207118740'), (u'MULTIEQUAL_-1207118817', u'MULTIEQUAL_-1207118840'), (u'MULTIEQUAL_-1207118406', u'MULTIEQUAL_-1207118386'), (u'INDIRECT_-1207118238', u'MULTIEQUAL_-1207118194'), (u'COPY_-1207121969', u'RETURN_-1207121928'), (u'CALL_-1207122829', u'INDIRECT_-1207119655'), (u'CALL_-1207121819', u'INDIRECT_-1207118736'), (u'MULTIEQUAL_-1207118183', u'MULTIEQUAL_-1207118170'), (u'CALLIND_-1207121289', u'INDIRECT_-1207118331'), (u'MULTIEQUAL_-1207118345', u'MULTIEQUAL_-1207118319'), (u'CALL_-1207122532', u'INDIRECT_-1207119605'), (u'INDIRECT_-1207119174', u'MULTIEQUAL_-1207119130'), (u'CALL_-1207123313', u'INDIRECT_-1207118789'), (u'CALL_-1207121983', u'INDIRECT_-1207118291'), (u'INDIRECT_-1207119796', u'MULTIEQUAL_-1207119608'), (u'CALL_-1207122632', u'INDIRECT_-1207119565'), (u'CALL_-1207121369', u'INDIRECT_-1207118382'), (u'INDIRECT_-1207119373', u'MULTIEQUAL_-1207119317'), (u'CALL_-1207121983', u'INDIRECT_-1207119461'), (u'CALL_-1207121570', u'INDIRECT_-1207118616'), (u'INDIRECT_-1207119683', u'MULTIEQUAL_-1207119634'), (u'CALL_-1207121642', u'INDIRECT_-1207117565'), (u'MULTIEQUAL_-1207119166', u'MULTIEQUAL_-1207119140'), ('const-2', u'INT_EQUAL_-1207123146'), (u'MULTIEQUAL_-1207118789', u'MULTIEQUAL_-1207118763'), (u'CALL_-1207123015', u'INDIRECT_-1207118486'), (u'CALL_-1207121399', u'INDIRECT_-1207118550'), (u'CALL_-1207123015', u'INDIRECT_-1207118408'), ('const-4', u'PTRADD_-1207117636'), (u'PTRSUB_-1207118010', u'CAST_-1207117974'), (u'MULTIEQUAL_-1207118475', u'INT_NOTEQUAL_-1207122896'), (u'INT_NOTEQUAL_-1207122754', u'CBRANCH_-1207122754'), (u'CAST_-1207117635', u'INT_ADD_-1207122793'), (u'MULTIEQUAL_-1207121415', u'CAST_-1207117461'), (u'MULTIEQUAL_-1207119749', u'MULTIEQUAL_-1207119723'), (u'PTRADD_-1207117458', u'INT_NOTEQUAL_-1207122285'), (u'INT_ADD_-1207122525', u'CAST_-1207117509'), (u'CALL_-1207123565', u'INDIRECT_-1207119558'), (u'CALL_-1207121522', u'INDIRECT_-1207119308'), (u'CALL_-1207122632', u'INDIRECT_-1207118551'), (u'MULTIEQUAL_-1207119198', u'MULTIEQUAL_-1207119179'), (u'COPY_-1207117483', u'MULTIEQUAL_-1207119397'), (u'MULTIEQUAL_-1207118158', u'MULTIEQUAL_-1207118094'), (u'MULTIEQUAL_-1207118105', u'INT_NOTEQUAL_-1207122378'), (u'CALL_-1207123565', u'INDIRECT_-1207118622'), (u'CALL_-1207121819', u'INDIRECT_-1207119048'), (u'INDIRECT_-1207119183', u'MULTIEQUAL_-1207119107'), (u'CALL_-1207121522', u'INDIRECT_-1207117670'), ('tmp_638', u'CBRANCH_-1207123286'), ('const-0', u'PTRSUB_-1207122869'), (u'MULTIEQUAL_-1207119640', u'MULTIEQUAL_-1207119576'), (u'INDIRECT_-1207118345', u'MULTIEQUAL_-1207119029'), ('const-0', u'PTRSUB_-1207122859'), (u'MULTIEQUAL_-1207118381', u'MULTIEQUAL_-1207118345'), (u'MULTIEQUAL_-1207119106', u'MULTIEQUAL_-1207119085'), ('const-4294967276', u'INT_ADD_-1207122784'), (u'INDIRECT_-1207118548', u'MULTIEQUAL_-1207118360')]
null
null
0013c0c0
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.si replaced with injection: get_pc_thunk_si */\n\nint FUN_0013c0c0(int param_1,int param_2,undefined4 param_3,undefined **param_4,undefined4 param_5)\n\n{\n code *pcVar1;\n undefined **ppuVar2;\n char cVar3;\n undefined4 *puVar4;\n undefined4 *puVar5;\n undefined **ppuVar6;\n undefined1 auStack_190 [12];\n int **local_184;\n undefined1 *local_180;\n undefined **local_17c;\n undefined4 local_178;\n undefined ***local_174;\n undefined ***local_170;\n undefined ***local_160;\n int local_15c;\n undefined1 local_158 [16];\n undefined1 *local_148;\n undefined4 local_144;\n undefined1 local_140 [16];\n int local_130;\n undefined1 *local_12c [2];\n undefined1 local_124 [92];\n undefined **local_c8 [12];\n int local_98;\n int local_80;\n undefined ***local_6c;\n undefined ***local_68;\n undefined ***local_60;\n undefined ***local_5c;\n undefined1 local_50 [8];\n undefined4 local_48;\n undefined1 local_38 [40];\n \n local_170 = local_c8;\n local_17c = param_4;\n local_178 = param_5;\n FUN_00219d20();\n /* try { // try from 0013c121 to 0013c125 has its CatchHandler @ 0013c584 */\n FUN_00217d90(param_1,local_170);\n puVar5 = (undefined4 *)auStack_190;\n if (*(int *)(param_1 + 4) == 0) {\n /* try { // try from 0013c144 to 0013c148 has its CatchHandler @ 0013c580 */\n FUN_0024fe30();\n local_184 = (int **)&local_160;\n local_174 = (undefined ***)local_158;\n local_15c = 0;\n local_180 = local_140;\n local_158[0] = 0;\n local_144 = 0;\n local_140[0] = 0;\n local_160 = local_174;\n local_148 = local_180;\n /* try { // try from 0013c1b0 to 0013c46d has its CatchHandler @ 0013c516 */\n cVar3 = FUN_001309b0(*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),local_17c);\n if (cVar3 == '\0') {\n FUN_00251be0();\n pcVar1 = *(code **)(**(int **)(param_2 + 8) + 0x40);\n if (pcVar1 == FUN_000b1170) {\n FUN_000b0fc0();\n }\n else {\n (*pcVar1)();\n }\n /* try { // try from 0013c485 to 0013c489 has its CatchHandler @ 0013c51a */\n FUN_00251a30();\n if (local_12c[0] != local_124) {\n FUN_00248220();\n }\n snprintf((char *)local_12c,100,"+0x%lx)");\n puVar4 = (undefined4 *)&stack0xfffffe5c;\n /* try { // try from 0013c4c6 to 0013c515 has its CatchHandler @ 0013c516 */\n FUN_00251be0();\n }\n else {\n if (local_15c != 0) {\n FUN_00251be0();\n FUN_00251a30();\n }\n if (*(int *)(param_1 + 4) == 0x7fffffff) {\n /* WARNING: Subroutine does not return */\n FUN_0028dc10();\n }\n FUN_00251a30();\n if (local_130 == 2) {\n gettext();\n FUN_00251be0();\n }\n puVar4 = (undefined4 *)&stack0xfffffe60;\n FUN_00251a30();\n }\n if (local_148 != local_180) {\n *puVar4 = local_148;\n puVar4[-1] = 0x13c239;\n FUN_00248220();\n }\n puVar5 = puVar4 + 4;\n if (local_160 != local_174) {\n *puVar4 = local_160;\n puVar4[-1] = 0x13c255;\n FUN_00248220();\n puVar5 = puVar4 + 4;\n }\n }\n local_c8[0] = &PTR_FUN_0040f910;\n ppuVar6 = &PTR_FUN_0040f910;\n if (local_80 != 0) {\n *(int *)((int)puVar5 + -0x10) = local_80;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c276;\n FUN_002481c0();\n ppuVar6 = local_c8[0];\n }\n local_c8[0] = ppuVar6;\n *(undefined1 **)((int)puVar5 + -0x10) = local_38;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c285;\n FUN_00131aa0();\n *(undefined4 *)((int)puVar5 + -0xc) = local_48;\n *(undefined1 **)((int)puVar5 + -0x10) = local_50;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c293;\n FUN_0013b4f0();\n if (local_5c != local_60) {\n local_174 = local_5c;\n local_170 = local_60;\n do {\n ppuVar6 = *local_170;\n ppuVar2 = local_170[1];\n if (local_170[1] != ppuVar6) {\n do {\n local_17c = ppuVar2;\n if ((undefined **)ppuVar6[1] != ppuVar6 + 3) {\n *(undefined **)((int)puVar5 + -0x10) = ppuVar6[1];\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c2dd;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 7;\n ppuVar2 = local_17c;\n } while (local_17c != ppuVar6);\n ppuVar6 = *local_170;\n }\n if (ppuVar6 != (undefined **)0x0) {\n *(undefined ***)((int)puVar5 + -0x10) = ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c302;\n FUN_00248220();\n }\n local_170 = local_170 + 3;\n } while (local_174 != local_170);\n }\n if (local_60 != (undefined ***)0x0) {\n *(undefined ****)((int)puVar5 + -0x10) = local_60;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c32c;\n FUN_00248220();\n }\n if (local_68 != local_6c) {\n local_174 = local_68;\n local_170 = local_6c;\n do {\n ppuVar6 = *local_170;\n ppuVar2 = local_170[1];\n if (local_170[1] != ppuVar6) {\n do {\n local_17c = ppuVar2;\n if ((undefined **)*ppuVar6 != ppuVar6 + 2) {\n *(undefined **)((int)puVar5 + -0x10) = *ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c374;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 6;\n ppuVar2 = local_17c;\n } while (local_17c != ppuVar6);\n ppuVar6 = *local_170;\n }\n if (ppuVar6 != (undefined **)0x0) {\n *(undefined ***)((int)puVar5 + -0x10) = ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c399;\n FUN_00248220();\n }\n local_170 = local_170 + 3;\n } while (local_174 != local_170);\n }\n if (local_6c != (undefined ***)0x0) {\n *(undefined ****)((int)puVar5 + -0x10) = local_6c;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c3c3;\n FUN_00248220();\n }\n if (local_98 != 0) {\n *(int *)((int)puVar5 + -0x10) = local_98;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c3db;\n FUN_00248220();\n }\n return param_1;\n}\n\n" comment (function_definition "int FUN_0013c0c0(int param_1,int param_2,undefined4 param_3,undefined **param_4,undefined4 param_5)\n\n{\n code *pcVar1;\n undefined **ppuVar2;\n char cVar3;\n undefined4 *puVar4;\n undefined4 *puVar5;\n undefined **ppuVar6;\n undefined1 auStack_190 [12];\n int **local_184;\n undefined1 *local_180;\n undefined **local_17c;\n undefined4 local_178;\n undefined ***local_174;\n undefined ***local_170;\n undefined ***local_160;\n int local_15c;\n undefined1 local_158 [16];\n undefined1 *local_148;\n undefined4 local_144;\n undefined1 local_140 [16];\n int local_130;\n undefined1 *local_12c [2];\n undefined1 local_124 [92];\n undefined **local_c8 [12];\n int local_98;\n int local_80;\n undefined ***local_6c;\n undefined ***local_68;\n undefined ***local_60;\n undefined ***local_5c;\n undefined1 local_50 [8];\n undefined4 local_48;\n undefined1 local_38 [40];\n \n local_170 = local_c8;\n local_17c = param_4;\n local_178 = param_5;\n FUN_00219d20();\n /* try { // try from 0013c121 to 0013c125 has its CatchHandler @ 0013c584 */\n FUN_00217d90(param_1,local_170);\n puVar5 = (undefined4 *)auStack_190;\n if (*(int *)(param_1 + 4) == 0) {\n /* try { // try from 0013c144 to 0013c148 has its CatchHandler @ 0013c580 */\n FUN_0024fe30();\n local_184 = (int **)&local_160;\n local_174 = (undefined ***)local_158;\n local_15c = 0;\n local_180 = local_140;\n local_158[0] = 0;\n local_144 = 0;\n local_140[0] = 0;\n local_160 = local_174;\n local_148 = local_180;\n /* try { // try from 0013c1b0 to 0013c46d has its CatchHandler @ 0013c516 */\n cVar3 = FUN_001309b0(*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),local_17c);\n if (cVar3 == '\0') {\n FUN_00251be0();\n pcVar1 = *(code **)(**(int **)(param_2 + 8) + 0x40);\n if (pcVar1 == FUN_000b1170) {\n FUN_000b0fc0();\n }\n else {\n (*pcVar1)();\n }\n /* try { // try from 0013c485 to 0013c489 has its CatchHandler @ 0013c51a */\n FUN_00251a30();\n if (local_12c[0] != local_124) {\n FUN_00248220();\n }\n snprintf((char *)local_12c,100,"+0x%lx)");\n puVar4 = (undefined4 *)&stack0xfffffe5c;\n /* try { // try from 0013c4c6 to 0013c515 has its CatchHandler @ 0013c516 */\n FUN_00251be0();\n }\n else {\n if (local_15c != 0) {\n FUN_00251be0();\n FUN_00251a30();\n }\n if (*(int *)(param_1 + 4) == 0x7fffffff) {\n /* WARNING: Subroutine does not return */\n FUN_0028dc10();\n }\n FUN_00251a30();\n if (local_130 == 2) {\n gettext();\n FUN_00251be0();\n }\n puVar4 = (undefined4 *)&stack0xfffffe60;\n FUN_00251a30();\n }\n if (local_148 != local_180) {\n *puVar4 = local_148;\n puVar4[-1] = 0x13c239;\n FUN_00248220();\n }\n puVar5 = puVar4 + 4;\n if (local_160 != local_174) {\n *puVar4 = local_160;\n puVar4[-1] = 0x13c255;\n FUN_00248220();\n puVar5 = puVar4 + 4;\n }\n }\n local_c8[0] = &PTR_FUN_0040f910;\n ppuVar6 = &PTR_FUN_0040f910;\n if (local_80 != 0) {\n *(int *)((int)puVar5 + -0x10) = local_80;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c276;\n FUN_002481c0();\n ppuVar6 = local_c8[0];\n }\n local_c8[0] = ppuVar6;\n *(undefined1 **)((int)puVar5 + -0x10) = local_38;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c285;\n FUN_00131aa0();\n *(undefined4 *)((int)puVar5 + -0xc) = local_48;\n *(undefined1 **)((int)puVar5 + -0x10) = local_50;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c293;\n FUN_0013b4f0();\n if (local_5c != local_60) {\n local_174 = local_5c;\n local_170 = local_60;\n do {\n ppuVar6 = *local_170;\n ppuVar2 = local_170[1];\n if (local_170[1] != ppuVar6) {\n do {\n local_17c = ppuVar2;\n if ((undefined **)ppuVar6[1] != ppuVar6 + 3) {\n *(undefined **)((int)puVar5 + -0x10) = ppuVar6[1];\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c2dd;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 7;\n ppuVar2 = local_17c;\n } while (local_17c != ppuVar6);\n ppuVar6 = *local_170;\n }\n if (ppuVar6 != (undefined **)0x0) {\n *(undefined ***)((int)puVar5 + -0x10) = ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c302;\n FUN_00248220();\n }\n local_170 = local_170 + 3;\n } while (local_174 != local_170);\n }\n if (local_60 != (undefined ***)0x0) {\n *(undefined ****)((int)puVar5 + -0x10) = local_60;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c32c;\n FUN_00248220();\n }\n if (local_68 != local_6c) {\n local_174 = local_68;\n local_170 = local_6c;\n do {\n ppuVar6 = *local_170;\n ppuVar2 = local_170[1];\n if (local_170[1] != ppuVar6) {\n do {\n local_17c = ppuVar2;\n if ((undefined **)*ppuVar6 != ppuVar6 + 2) {\n *(undefined **)((int)puVar5 + -0x10) = *ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c374;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 6;\n ppuVar2 = local_17c;\n } while (local_17c != ppuVar6);\n ppuVar6 = *local_170;\n }\n if (ppuVar6 != (undefined **)0x0) {\n *(undefined ***)((int)puVar5 + -0x10) = ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c399;\n FUN_00248220();\n }\n local_170 = local_170 + 3;\n } while (local_174 != local_170);\n }\n if (local_6c != (undefined ***)0x0) {\n *(undefined ****)((int)puVar5 + -0x10) = local_6c;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c3c3;\n FUN_00248220();\n }\n if (local_98 != 0) {\n *(int *)((int)puVar5 + -0x10) = local_98;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c3db;\n FUN_00248220();\n }\n return param_1;\n}" primitive_type (function_declarator "FUN_0013c0c0(int param_1,int param_2,undefined4 param_3,undefined **param_4,undefined4 param_5)" identifier (parameter_list "(int param_1,int param_2,undefined4 param_3,undefined **param_4,undefined4 param_5)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "int param_2" primitive_type identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) , (parameter_declaration "undefined **param_4" type_identifier (pointer_declarator "**param_4" * (pointer_declarator "*param_4" * identifier))) , (parameter_declaration "undefined4 param_5" type_identifier identifier) ))) (compound_statement "{\n code *pcVar1;\n undefined **ppuVar2;\n char cVar3;\n undefined4 *puVar4;\n undefined4 *puVar5;\n undefined **ppuVar6;\n undefined1 auStack_190 [12];\n int **local_184;\n undefined1 *local_180;\n undefined **local_17c;\n undefined4 local_178;\n undefined ***local_174;\n undefined ***local_170;\n undefined ***local_160;\n int local_15c;\n undefined1 local_158 [16];\n undefined1 *local_148;\n undefined4 local_144;\n undefined1 local_140 [16];\n int local_130;\n undefined1 *local_12c [2];\n undefined1 local_124 [92];\n undefined **local_c8 [12];\n int local_98;\n int local_80;\n undefined ***local_6c;\n undefined ***local_68;\n undefined ***local_60;\n undefined ***local_5c;\n undefined1 local_50 [8];\n undefined4 local_48;\n undefined1 local_38 [40];\n \n local_170 = local_c8;\n local_17c = param_4;\n local_178 = param_5;\n FUN_00219d20();\n /* try { // try from 0013c121 to 0013c125 has its CatchHandler @ 0013c584 */\n FUN_00217d90(param_1,local_170);\n puVar5 = (undefined4 *)auStack_190;\n if (*(int *)(param_1 + 4) == 0) {\n /* try { // try from 0013c144 to 0013c148 has its CatchHandler @ 0013c580 */\n FUN_0024fe30();\n local_184 = (int **)&local_160;\n local_174 = (undefined ***)local_158;\n local_15c = 0;\n local_180 = local_140;\n local_158[0] = 0;\n local_144 = 0;\n local_140[0] = 0;\n local_160 = local_174;\n local_148 = local_180;\n /* try { // try from 0013c1b0 to 0013c46d has its CatchHandler @ 0013c516 */\n cVar3 = FUN_001309b0(*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),local_17c);\n if (cVar3 == '\0') {\n FUN_00251be0();\n pcVar1 = *(code **)(**(int **)(param_2 + 8) + 0x40);\n if (pcVar1 == FUN_000b1170) {\n FUN_000b0fc0();\n }\n else {\n (*pcVar1)();\n }\n /* try { // try from 0013c485 to 0013c489 has its CatchHandler @ 0013c51a */\n FUN_00251a30();\n if (local_12c[0] != local_124) {\n FUN_00248220();\n }\n snprintf((char *)local_12c,100,"+0x%lx)");\n puVar4 = (undefined4 *)&stack0xfffffe5c;\n /* try { // try from 0013c4c6 to 0013c515 has its CatchHandler @ 0013c516 */\n FUN_00251be0();\n }\n else {\n if (local_15c != 0) {\n FUN_00251be0();\n FUN_00251a30();\n }\n if (*(int *)(param_1 + 4) == 0x7fffffff) {\n /* WARNING: Subroutine does not return */\n FUN_0028dc10();\n }\n FUN_00251a30();\n if (local_130 == 2) {\n gettext();\n FUN_00251be0();\n }\n puVar4 = (undefined4 *)&stack0xfffffe60;\n FUN_00251a30();\n }\n if (local_148 != local_180) {\n *puVar4 = local_148;\n puVar4[-1] = 0x13c239;\n FUN_00248220();\n }\n puVar5 = puVar4 + 4;\n if (local_160 != local_174) {\n *puVar4 = local_160;\n puVar4[-1] = 0x13c255;\n FUN_00248220();\n puVar5 = puVar4 + 4;\n }\n }\n local_c8[0] = &PTR_FUN_0040f910;\n ppuVar6 = &PTR_FUN_0040f910;\n if (local_80 != 0) {\n *(int *)((int)puVar5 + -0x10) = local_80;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c276;\n FUN_002481c0();\n ppuVar6 = local_c8[0];\n }\n local_c8[0] = ppuVar6;\n *(undefined1 **)((int)puVar5 + -0x10) = local_38;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c285;\n FUN_00131aa0();\n *(undefined4 *)((int)puVar5 + -0xc) = local_48;\n *(undefined1 **)((int)puVar5 + -0x10) = local_50;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c293;\n FUN_0013b4f0();\n if (local_5c != local_60) {\n local_174 = local_5c;\n local_170 = local_60;\n do {\n ppuVar6 = *local_170;\n ppuVar2 = local_170[1];\n if (local_170[1] != ppuVar6) {\n do {\n local_17c = ppuVar2;\n if ((undefined **)ppuVar6[1] != ppuVar6 + 3) {\n *(undefined **)((int)puVar5 + -0x10) = ppuVar6[1];\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c2dd;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 7;\n ppuVar2 = local_17c;\n } while (local_17c != ppuVar6);\n ppuVar6 = *local_170;\n }\n if (ppuVar6 != (undefined **)0x0) {\n *(undefined ***)((int)puVar5 + -0x10) = ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c302;\n FUN_00248220();\n }\n local_170 = local_170 + 3;\n } while (local_174 != local_170);\n }\n if (local_60 != (undefined ***)0x0) {\n *(undefined ****)((int)puVar5 + -0x10) = local_60;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c32c;\n FUN_00248220();\n }\n if (local_68 != local_6c) {\n local_174 = local_68;\n local_170 = local_6c;\n do {\n ppuVar6 = *local_170;\n ppuVar2 = local_170[1];\n if (local_170[1] != ppuVar6) {\n do {\n local_17c = ppuVar2;\n if ((undefined **)*ppuVar6 != ppuVar6 + 2) {\n *(undefined **)((int)puVar5 + -0x10) = *ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c374;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 6;\n ppuVar2 = local_17c;\n } while (local_17c != ppuVar6);\n ppuVar6 = *local_170;\n }\n if (ppuVar6 != (undefined **)0x0) {\n *(undefined ***)((int)puVar5 + -0x10) = ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c399;\n FUN_00248220();\n }\n local_170 = local_170 + 3;\n } while (local_174 != local_170);\n }\n if (local_6c != (undefined ***)0x0) {\n *(undefined ****)((int)puVar5 + -0x10) = local_6c;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c3c3;\n FUN_00248220();\n }\n if (local_98 != 0) {\n *(int *)((int)puVar5 + -0x10) = local_98;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c3db;\n FUN_00248220();\n }\n return param_1;\n}" { (declaration "code *pcVar1;" type_identifier (pointer_declarator "*pcVar1" * identifier) ;) (declaration "undefined **ppuVar2;" type_identifier (pointer_declarator "**ppuVar2" * (pointer_declarator "*ppuVar2" * identifier)) ;) (declaration "char cVar3;" primitive_type identifier ;) (declaration "undefined4 *puVar4;" type_identifier (pointer_declarator "*puVar4" * identifier) ;) (declaration "undefined4 *puVar5;" type_identifier (pointer_declarator "*puVar5" * identifier) ;) (declaration "undefined **ppuVar6;" type_identifier (pointer_declarator "**ppuVar6" * (pointer_declarator "*ppuVar6" * identifier)) ;) (declaration "undefined1 auStack_190 [12];" type_identifier (array_declarator "auStack_190 [12]" identifier [ number_literal ]) ;) (declaration "int **local_184;" primitive_type (pointer_declarator "**local_184" * (pointer_declarator "*local_184" * identifier)) ;) (declaration "undefined1 *local_180;" type_identifier (pointer_declarator "*local_180" * identifier) ;) (declaration "undefined **local_17c;" type_identifier (pointer_declarator "**local_17c" * (pointer_declarator "*local_17c" * identifier)) ;) (declaration "undefined4 local_178;" type_identifier identifier ;) (declaration "undefined ***local_174;" type_identifier (pointer_declarator "***local_174" * (pointer_declarator "**local_174" * (pointer_declarator "*local_174" * identifier))) ;) (declaration "undefined ***local_170;" type_identifier (pointer_declarator "***local_170" * (pointer_declarator "**local_170" * (pointer_declarator "*local_170" * identifier))) ;) (declaration "undefined ***local_160;" type_identifier (pointer_declarator "***local_160" * (pointer_declarator "**local_160" * (pointer_declarator "*local_160" * identifier))) ;) (declaration "int local_15c;" primitive_type identifier ;) (declaration "undefined1 local_158 [16];" type_identifier (array_declarator "local_158 [16]" identifier [ number_literal ]) ;) (declaration "undefined1 *local_148;" type_identifier (pointer_declarator "*local_148" * identifier) ;) (declaration "undefined4 local_144;" type_identifier identifier ;) (declaration "undefined1 local_140 [16];" type_identifier (array_declarator "local_140 [16]" identifier [ number_literal ]) ;) (declaration "int local_130;" primitive_type identifier ;) (declaration "undefined1 *local_12c [2];" type_identifier (pointer_declarator "*local_12c [2]" * (array_declarator "local_12c [2]" identifier [ number_literal ])) ;) (declaration "undefined1 local_124 [92];" type_identifier (array_declarator "local_124 [92]" identifier [ number_literal ]) ;) (declaration "undefined **local_c8 [12];" type_identifier (pointer_declarator "**local_c8 [12]" * (pointer_declarator "*local_c8 [12]" * (array_declarator "local_c8 [12]" identifier [ number_literal ]))) ;) (declaration "int local_98;" primitive_type identifier ;) (declaration "int local_80;" primitive_type identifier ;) (declaration "undefined ***local_6c;" type_identifier (pointer_declarator "***local_6c" * (pointer_declarator "**local_6c" * (pointer_declarator "*local_6c" * identifier))) ;) (declaration "undefined ***local_68;" type_identifier (pointer_declarator "***local_68" * (pointer_declarator "**local_68" * (pointer_declarator "*local_68" * identifier))) ;) (declaration "undefined ***local_60;" type_identifier (pointer_declarator "***local_60" * (pointer_declarator "**local_60" * (pointer_declarator "*local_60" * identifier))) ;) (declaration "undefined ***local_5c;" type_identifier (pointer_declarator "***local_5c" * (pointer_declarator "**local_5c" * (pointer_declarator "*local_5c" * identifier))) ;) (declaration "undefined1 local_50 [8];" type_identifier (array_declarator "local_50 [8]" identifier [ number_literal ]) ;) (declaration "undefined4 local_48;" type_identifier identifier ;) (declaration "undefined1 local_38 [40];" type_identifier (array_declarator "local_38 [40]" identifier [ number_literal ]) ;) (expression_statement "local_170 = local_c8;" (assignment_expression "local_170 = local_c8" identifier = identifier) ;) (expression_statement "local_17c = param_4;" (assignment_expression "local_17c = param_4" identifier = identifier) ;) (expression_statement "local_178 = param_5;" (assignment_expression "local_178 = param_5" identifier = identifier) ;) (expression_statement "FUN_00219d20();" (call_expression "FUN_00219d20()" identifier (argument_list "()" ( ))) ;) comment (expression_statement "FUN_00217d90(param_1,local_170);" (call_expression "FUN_00217d90(param_1,local_170)" identifier (argument_list "(param_1,local_170)" ( identifier , identifier ))) ;) (expression_statement "puVar5 = (undefined4 *)auStack_190;" (assignment_expression "puVar5 = (undefined4 *)auStack_190" identifier = (cast_expression "(undefined4 *)auStack_190" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (if_statement "if (*(int *)(param_1 + 4) == 0) {\n /* try { // try from 0013c144 to 0013c148 has its CatchHandler @ 0013c580 */\n FUN_0024fe30();\n local_184 = (int **)&local_160;\n local_174 = (undefined ***)local_158;\n local_15c = 0;\n local_180 = local_140;\n local_158[0] = 0;\n local_144 = 0;\n local_140[0] = 0;\n local_160 = local_174;\n local_148 = local_180;\n /* try { // try from 0013c1b0 to 0013c46d has its CatchHandler @ 0013c516 */\n cVar3 = FUN_001309b0(*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),local_17c);\n if (cVar3 == '\0') {\n FUN_00251be0();\n pcVar1 = *(code **)(**(int **)(param_2 + 8) + 0x40);\n if (pcVar1 == FUN_000b1170) {\n FUN_000b0fc0();\n }\n else {\n (*pcVar1)();\n }\n /* try { // try from 0013c485 to 0013c489 has its CatchHandler @ 0013c51a */\n FUN_00251a30();\n if (local_12c[0] != local_124) {\n FUN_00248220();\n }\n snprintf((char *)local_12c,100,"+0x%lx)");\n puVar4 = (undefined4 *)&stack0xfffffe5c;\n /* try { // try from 0013c4c6 to 0013c515 has its CatchHandler @ 0013c516 */\n FUN_00251be0();\n }\n else {\n if (local_15c != 0) {\n FUN_00251be0();\n FUN_00251a30();\n }\n if (*(int *)(param_1 + 4) == 0x7fffffff) {\n /* WARNING: Subroutine does not return */\n FUN_0028dc10();\n }\n FUN_00251a30();\n if (local_130 == 2) {\n gettext();\n FUN_00251be0();\n }\n puVar4 = (undefined4 *)&stack0xfffffe60;\n FUN_00251a30();\n }\n if (local_148 != local_180) {\n *puVar4 = local_148;\n puVar4[-1] = 0x13c239;\n FUN_00248220();\n }\n puVar5 = puVar4 + 4;\n if (local_160 != local_174) {\n *puVar4 = local_160;\n puVar4[-1] = 0x13c255;\n FUN_00248220();\n puVar5 = puVar4 + 4;\n }\n }" if (parenthesized_expression "(*(int *)(param_1 + 4) == 0)" ( (binary_expression "*(int *)(param_1 + 4) == 0" (pointer_expression "*(int *)(param_1 + 4)" * (cast_expression "(int *)(param_1 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n /* try { // try from 0013c144 to 0013c148 has its CatchHandler @ 0013c580 */\n FUN_0024fe30();\n local_184 = (int **)&local_160;\n local_174 = (undefined ***)local_158;\n local_15c = 0;\n local_180 = local_140;\n local_158[0] = 0;\n local_144 = 0;\n local_140[0] = 0;\n local_160 = local_174;\n local_148 = local_180;\n /* try { // try from 0013c1b0 to 0013c46d has its CatchHandler @ 0013c516 */\n cVar3 = FUN_001309b0(*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),local_17c);\n if (cVar3 == '\0') {\n FUN_00251be0();\n pcVar1 = *(code **)(**(int **)(param_2 + 8) + 0x40);\n if (pcVar1 == FUN_000b1170) {\n FUN_000b0fc0();\n }\n else {\n (*pcVar1)();\n }\n /* try { // try from 0013c485 to 0013c489 has its CatchHandler @ 0013c51a */\n FUN_00251a30();\n if (local_12c[0] != local_124) {\n FUN_00248220();\n }\n snprintf((char *)local_12c,100,"+0x%lx)");\n puVar4 = (undefined4 *)&stack0xfffffe5c;\n /* try { // try from 0013c4c6 to 0013c515 has its CatchHandler @ 0013c516 */\n FUN_00251be0();\n }\n else {\n if (local_15c != 0) {\n FUN_00251be0();\n FUN_00251a30();\n }\n if (*(int *)(param_1 + 4) == 0x7fffffff) {\n /* WARNING: Subroutine does not return */\n FUN_0028dc10();\n }\n FUN_00251a30();\n if (local_130 == 2) {\n gettext();\n FUN_00251be0();\n }\n puVar4 = (undefined4 *)&stack0xfffffe60;\n FUN_00251a30();\n }\n if (local_148 != local_180) {\n *puVar4 = local_148;\n puVar4[-1] = 0x13c239;\n FUN_00248220();\n }\n puVar5 = puVar4 + 4;\n if (local_160 != local_174) {\n *puVar4 = local_160;\n puVar4[-1] = 0x13c255;\n FUN_00248220();\n puVar5 = puVar4 + 4;\n }\n }" { comment (expression_statement "FUN_0024fe30();" (call_expression "FUN_0024fe30()" identifier (argument_list "()" ( ))) ;) (expression_statement "local_184 = (int **)&local_160;" (assignment_expression "local_184 = (int **)&local_160" identifier = (cast_expression "(int **)&local_160" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&local_160" & identifier))) ;) (expression_statement "local_174 = (undefined ***)local_158;" (assignment_expression "local_174 = (undefined ***)local_158" identifier = (cast_expression "(undefined ***)local_158" ( (type_descriptor "undefined ***" type_identifier (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)))) ) identifier)) ;) (expression_statement "local_15c = 0;" (assignment_expression "local_15c = 0" identifier = number_literal) ;) (expression_statement "local_180 = local_140;" (assignment_expression "local_180 = local_140" identifier = identifier) ;) (expression_statement "local_158[0] = 0;" (assignment_expression "local_158[0] = 0" (subscript_expression "local_158[0]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_144 = 0;" (assignment_expression "local_144 = 0" identifier = number_literal) ;) (expression_statement "local_140[0] = 0;" (assignment_expression "local_140[0] = 0" (subscript_expression "local_140[0]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_160 = local_174;" (assignment_expression "local_160 = local_174" identifier = identifier) ;) (expression_statement "local_148 = local_180;" (assignment_expression "local_148 = local_180" identifier = identifier) ;) comment (expression_statement "cVar3 = FUN_001309b0(*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),local_17c);" (assignment_expression "cVar3 = FUN_001309b0(*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),local_17c)" identifier = (call_expression "FUN_001309b0(*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),local_17c)" identifier (argument_list "(*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),local_17c)" ( (pointer_expression "*(undefined4 *)(param_2 + 8)" * (cast_expression "(undefined4 *)(param_2 + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 8)" ( (binary_expression "param_2 + 8" identifier + number_literal) )))) , (pointer_expression "*(undefined4 *)(param_2 + 0x18)" * (cast_expression "(undefined4 *)(param_2 + 0x18)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x18)" ( (binary_expression "param_2 + 0x18" identifier + number_literal) )))) , identifier )))) ;) (if_statement "if (cVar3 == '\0') {\n FUN_00251be0();\n pcVar1 = *(code **)(**(int **)(param_2 + 8) + 0x40);\n if (pcVar1 == FUN_000b1170) {\n FUN_000b0fc0();\n }\n else {\n (*pcVar1)();\n }\n /* try { // try from 0013c485 to 0013c489 has its CatchHandler @ 0013c51a */\n FUN_00251a30();\n if (local_12c[0] != local_124) {\n FUN_00248220();\n }\n snprintf((char *)local_12c,100,"+0x%lx)");\n puVar4 = (undefined4 *)&stack0xfffffe5c;\n /* try { // try from 0013c4c6 to 0013c515 has its CatchHandler @ 0013c516 */\n FUN_00251be0();\n }\n else {\n if (local_15c != 0) {\n FUN_00251be0();\n FUN_00251a30();\n }\n if (*(int *)(param_1 + 4) == 0x7fffffff) {\n /* WARNING: Subroutine does not return */\n FUN_0028dc10();\n }\n FUN_00251a30();\n if (local_130 == 2) {\n gettext();\n FUN_00251be0();\n }\n puVar4 = (undefined4 *)&stack0xfffffe60;\n FUN_00251a30();\n }" if (parenthesized_expression "(cVar3 == '\0')" ( (binary_expression "cVar3 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n FUN_00251be0();\n pcVar1 = *(code **)(**(int **)(param_2 + 8) + 0x40);\n if (pcVar1 == FUN_000b1170) {\n FUN_000b0fc0();\n }\n else {\n (*pcVar1)();\n }\n /* try { // try from 0013c485 to 0013c489 has its CatchHandler @ 0013c51a */\n FUN_00251a30();\n if (local_12c[0] != local_124) {\n FUN_00248220();\n }\n snprintf((char *)local_12c,100,"+0x%lx)");\n puVar4 = (undefined4 *)&stack0xfffffe5c;\n /* try { // try from 0013c4c6 to 0013c515 has its CatchHandler @ 0013c516 */\n FUN_00251be0();\n }" { (expression_statement "FUN_00251be0();" (call_expression "FUN_00251be0()" identifier (argument_list "()" ( ))) ;) (expression_statement "pcVar1 = *(code **)(**(int **)(param_2 + 8) + 0x40);" (assignment_expression "pcVar1 = *(code **)(**(int **)(param_2 + 8) + 0x40)" identifier = (pointer_expression "*(code **)(**(int **)(param_2 + 8) + 0x40)" * (cast_expression "(code **)(**(int **)(param_2 + 8) + 0x40)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(int **)(param_2 + 8) + 0x40)" ( (binary_expression "**(int **)(param_2 + 8) + 0x40" (pointer_expression "**(int **)(param_2 + 8)" * (pointer_expression "*(int **)(param_2 + 8)" * (cast_expression "(int **)(param_2 + 8)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + 8)" ( (binary_expression "param_2 + 8" identifier + number_literal) ))))) + number_literal) ))))) ;) (if_statement "if (pcVar1 == FUN_000b1170) {\n FUN_000b0fc0();\n }\n else {\n (*pcVar1)();\n }" if (parenthesized_expression "(pcVar1 == FUN_000b1170)" ( (binary_expression "pcVar1 == FUN_000b1170" identifier == identifier) )) (compound_statement "{\n FUN_000b0fc0();\n }" { (expression_statement "FUN_000b0fc0();" (call_expression "FUN_000b0fc0()" identifier (argument_list "()" ( ))) ;) }) (else_clause "else {\n (*pcVar1)();\n }" else (compound_statement "{\n (*pcVar1)();\n }" { (expression_statement "(*pcVar1)();" (call_expression "(*pcVar1)()" (parenthesized_expression "(*pcVar1)" ( (pointer_expression "*pcVar1" * identifier) )) (argument_list "()" ( ))) ;) }))) comment (expression_statement "FUN_00251a30();" (call_expression "FUN_00251a30()" identifier (argument_list "()" ( ))) ;) (if_statement "if (local_12c[0] != local_124) {\n FUN_00248220();\n }" if (parenthesized_expression "(local_12c[0] != local_124)" ( (binary_expression "local_12c[0] != local_124" (subscript_expression "local_12c[0]" identifier [ number_literal ]) != identifier) )) (compound_statement "{\n FUN_00248220();\n }" { (expression_statement "FUN_00248220();" (call_expression "FUN_00248220()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "snprintf((char *)local_12c,100,"+0x%lx)");" (call_expression "snprintf((char *)local_12c,100,"+0x%lx)")" identifier (argument_list "((char *)local_12c,100,"+0x%lx)")" ( (cast_expression "(char *)local_12c" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) , number_literal , (string_literal ""+0x%lx)"" " string_content ") ))) ;) (expression_statement "puVar4 = (undefined4 *)&stack0xfffffe5c;" (assignment_expression "puVar4 = (undefined4 *)&stack0xfffffe5c" identifier = (cast_expression "(undefined4 *)&stack0xfffffe5c" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&stack0xfffffe5c" & identifier))) ;) comment (expression_statement "FUN_00251be0();" (call_expression "FUN_00251be0()" identifier (argument_list "()" ( ))) ;) }) (else_clause "else {\n if (local_15c != 0) {\n FUN_00251be0();\n FUN_00251a30();\n }\n if (*(int *)(param_1 + 4) == 0x7fffffff) {\n /* WARNING: Subroutine does not return */\n FUN_0028dc10();\n }\n FUN_00251a30();\n if (local_130 == 2) {\n gettext();\n FUN_00251be0();\n }\n puVar4 = (undefined4 *)&stack0xfffffe60;\n FUN_00251a30();\n }" else (compound_statement "{\n if (local_15c != 0) {\n FUN_00251be0();\n FUN_00251a30();\n }\n if (*(int *)(param_1 + 4) == 0x7fffffff) {\n /* WARNING: Subroutine does not return */\n FUN_0028dc10();\n }\n FUN_00251a30();\n if (local_130 == 2) {\n gettext();\n FUN_00251be0();\n }\n puVar4 = (undefined4 *)&stack0xfffffe60;\n FUN_00251a30();\n }" { (if_statement "if (local_15c != 0) {\n FUN_00251be0();\n FUN_00251a30();\n }" if (parenthesized_expression "(local_15c != 0)" ( (binary_expression "local_15c != 0" identifier != number_literal) )) (compound_statement "{\n FUN_00251be0();\n FUN_00251a30();\n }" { (expression_statement "FUN_00251be0();" (call_expression "FUN_00251be0()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_00251a30();" (call_expression "FUN_00251a30()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (*(int *)(param_1 + 4) == 0x7fffffff) {\n /* WARNING: Subroutine does not return */\n FUN_0028dc10();\n }" if (parenthesized_expression "(*(int *)(param_1 + 4) == 0x7fffffff)" ( (binary_expression "*(int *)(param_1 + 4) == 0x7fffffff" (pointer_expression "*(int *)(param_1 + 4)" * (cast_expression "(int *)(param_1 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0028dc10();\n }" { comment (expression_statement "FUN_0028dc10();" (call_expression "FUN_0028dc10()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "FUN_00251a30();" (call_expression "FUN_00251a30()" identifier (argument_list "()" ( ))) ;) (if_statement "if (local_130 == 2) {\n gettext();\n FUN_00251be0();\n }" if (parenthesized_expression "(local_130 == 2)" ( (binary_expression "local_130 == 2" identifier == number_literal) )) (compound_statement "{\n gettext();\n FUN_00251be0();\n }" { (expression_statement "gettext();" (call_expression "gettext()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_00251be0();" (call_expression "FUN_00251be0()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "puVar4 = (undefined4 *)&stack0xfffffe60;" (assignment_expression "puVar4 = (undefined4 *)&stack0xfffffe60" identifier = (cast_expression "(undefined4 *)&stack0xfffffe60" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&stack0xfffffe60" & identifier))) ;) (expression_statement "FUN_00251a30();" (call_expression "FUN_00251a30()" identifier (argument_list "()" ( ))) ;) }))) (if_statement "if (local_148 != local_180) {\n *puVar4 = local_148;\n puVar4[-1] = 0x13c239;\n FUN_00248220();\n }" if (parenthesized_expression "(local_148 != local_180)" ( (binary_expression "local_148 != local_180" identifier != identifier) )) (compound_statement "{\n *puVar4 = local_148;\n puVar4[-1] = 0x13c239;\n FUN_00248220();\n }" { (expression_statement "*puVar4 = local_148;" (assignment_expression "*puVar4 = local_148" (pointer_expression "*puVar4" * identifier) = identifier) ;) (expression_statement "puVar4[-1] = 0x13c239;" (assignment_expression "puVar4[-1] = 0x13c239" (subscript_expression "puVar4[-1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "FUN_00248220();" (call_expression "FUN_00248220()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "puVar5 = puVar4 + 4;" (assignment_expression "puVar5 = puVar4 + 4" identifier = (binary_expression "puVar4 + 4" identifier + number_literal)) ;) (if_statement "if (local_160 != local_174) {\n *puVar4 = local_160;\n puVar4[-1] = 0x13c255;\n FUN_00248220();\n puVar5 = puVar4 + 4;\n }" if (parenthesized_expression "(local_160 != local_174)" ( (binary_expression "local_160 != local_174" identifier != identifier) )) (compound_statement "{\n *puVar4 = local_160;\n puVar4[-1] = 0x13c255;\n FUN_00248220();\n puVar5 = puVar4 + 4;\n }" { (expression_statement "*puVar4 = local_160;" (assignment_expression "*puVar4 = local_160" (pointer_expression "*puVar4" * identifier) = identifier) ;) (expression_statement "puVar4[-1] = 0x13c255;" (assignment_expression "puVar4[-1] = 0x13c255" (subscript_expression "puVar4[-1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "FUN_00248220();" (call_expression "FUN_00248220()" identifier (argument_list "()" ( ))) ;) (expression_statement "puVar5 = puVar4 + 4;" (assignment_expression "puVar5 = puVar4 + 4" identifier = (binary_expression "puVar4 + 4" identifier + number_literal)) ;) })) })) (expression_statement "local_c8[0] = &PTR_FUN_0040f910;" (assignment_expression "local_c8[0] = &PTR_FUN_0040f910" (subscript_expression "local_c8[0]" identifier [ number_literal ]) = (pointer_expression "&PTR_FUN_0040f910" & identifier)) ;) (expression_statement "ppuVar6 = &PTR_FUN_0040f910;" (assignment_expression "ppuVar6 = &PTR_FUN_0040f910" identifier = (pointer_expression "&PTR_FUN_0040f910" & identifier)) ;) (if_statement "if (local_80 != 0) {\n *(int *)((int)puVar5 + -0x10) = local_80;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c276;\n FUN_002481c0();\n ppuVar6 = local_c8[0];\n }" if (parenthesized_expression "(local_80 != 0)" ( (binary_expression "local_80 != 0" identifier != number_literal) )) (compound_statement "{\n *(int *)((int)puVar5 + -0x10) = local_80;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c276;\n FUN_002481c0();\n ppuVar6 = local_c8[0];\n }" { (expression_statement "*(int *)((int)puVar5 + -0x10) = local_80;" (assignment_expression "*(int *)((int)puVar5 + -0x10) = local_80" (pointer_expression "*(int *)((int)puVar5 + -0x10)" * (cast_expression "(int *)((int)puVar5 + -0x10)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar5 + -0x10)" ( (binary_expression "(int)puVar5 + -0x10" (cast_expression "(int)puVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c276;" (assignment_expression "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c276" (pointer_expression "*(undefined4 *)((int)puVar5 + -0x14)" * (cast_expression "(undefined4 *)((int)puVar5 + -0x14)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar5 + -0x14)" ( (binary_expression "(int)puVar5 + -0x14" (cast_expression "(int)puVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "FUN_002481c0();" (call_expression "FUN_002481c0()" identifier (argument_list "()" ( ))) ;) (expression_statement "ppuVar6 = local_c8[0];" (assignment_expression "ppuVar6 = local_c8[0]" identifier = (subscript_expression "local_c8[0]" identifier [ number_literal ])) ;) })) (expression_statement "local_c8[0] = ppuVar6;" (assignment_expression "local_c8[0] = ppuVar6" (subscript_expression "local_c8[0]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(undefined1 **)((int)puVar5 + -0x10) = local_38;" (assignment_expression "*(undefined1 **)((int)puVar5 + -0x10) = local_38" (pointer_expression "*(undefined1 **)((int)puVar5 + -0x10)" * (cast_expression "(undefined1 **)((int)puVar5 + -0x10)" ( (type_descriptor "undefined1 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)puVar5 + -0x10)" ( (binary_expression "(int)puVar5 + -0x10" (cast_expression "(int)puVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c285;" (assignment_expression "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c285" (pointer_expression "*(undefined4 *)((int)puVar5 + -0x14)" * (cast_expression "(undefined4 *)((int)puVar5 + -0x14)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar5 + -0x14)" ( (binary_expression "(int)puVar5 + -0x14" (cast_expression "(int)puVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "FUN_00131aa0();" (call_expression "FUN_00131aa0()" identifier (argument_list "()" ( ))) ;) (expression_statement "*(undefined4 *)((int)puVar5 + -0xc) = local_48;" (assignment_expression "*(undefined4 *)((int)puVar5 + -0xc) = local_48" (pointer_expression "*(undefined4 *)((int)puVar5 + -0xc)" * (cast_expression "(undefined4 *)((int)puVar5 + -0xc)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar5 + -0xc)" ( (binary_expression "(int)puVar5 + -0xc" (cast_expression "(int)puVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "*(undefined1 **)((int)puVar5 + -0x10) = local_50;" (assignment_expression "*(undefined1 **)((int)puVar5 + -0x10) = local_50" (pointer_expression "*(undefined1 **)((int)puVar5 + -0x10)" * (cast_expression "(undefined1 **)((int)puVar5 + -0x10)" ( (type_descriptor "undefined1 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)puVar5 + -0x10)" ( (binary_expression "(int)puVar5 + -0x10" (cast_expression "(int)puVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c293;" (assignment_expression "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c293" (pointer_expression "*(undefined4 *)((int)puVar5 + -0x14)" * (cast_expression "(undefined4 *)((int)puVar5 + -0x14)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar5 + -0x14)" ( (binary_expression "(int)puVar5 + -0x14" (cast_expression "(int)puVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "FUN_0013b4f0();" (call_expression "FUN_0013b4f0()" identifier (argument_list "()" ( ))) ;) (if_statement "if (local_5c != local_60) {\n local_174 = local_5c;\n local_170 = local_60;\n do {\n ppuVar6 = *local_170;\n ppuVar2 = local_170[1];\n if (local_170[1] != ppuVar6) {\n do {\n local_17c = ppuVar2;\n if ((undefined **)ppuVar6[1] != ppuVar6 + 3) {\n *(undefined **)((int)puVar5 + -0x10) = ppuVar6[1];\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c2dd;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 7;\n ppuVar2 = local_17c;\n } while (local_17c != ppuVar6);\n ppuVar6 = *local_170;\n }\n if (ppuVar6 != (undefined **)0x0) {\n *(undefined ***)((int)puVar5 + -0x10) = ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c302;\n FUN_00248220();\n }\n local_170 = local_170 + 3;\n } while (local_174 != local_170);\n }" if (parenthesized_expression "(local_5c != local_60)" ( (binary_expression "local_5c != local_60" identifier != identifier) )) (compound_statement "{\n local_174 = local_5c;\n local_170 = local_60;\n do {\n ppuVar6 = *local_170;\n ppuVar2 = local_170[1];\n if (local_170[1] != ppuVar6) {\n do {\n local_17c = ppuVar2;\n if ((undefined **)ppuVar6[1] != ppuVar6 + 3) {\n *(undefined **)((int)puVar5 + -0x10) = ppuVar6[1];\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c2dd;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 7;\n ppuVar2 = local_17c;\n } while (local_17c != ppuVar6);\n ppuVar6 = *local_170;\n }\n if (ppuVar6 != (undefined **)0x0) {\n *(undefined ***)((int)puVar5 + -0x10) = ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c302;\n FUN_00248220();\n }\n local_170 = local_170 + 3;\n } while (local_174 != local_170);\n }" { (expression_statement "local_174 = local_5c;" (assignment_expression "local_174 = local_5c" identifier = identifier) ;) (expression_statement "local_170 = local_60;" (assignment_expression "local_170 = local_60" identifier = identifier) ;) (do_statement "do {\n ppuVar6 = *local_170;\n ppuVar2 = local_170[1];\n if (local_170[1] != ppuVar6) {\n do {\n local_17c = ppuVar2;\n if ((undefined **)ppuVar6[1] != ppuVar6 + 3) {\n *(undefined **)((int)puVar5 + -0x10) = ppuVar6[1];\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c2dd;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 7;\n ppuVar2 = local_17c;\n } while (local_17c != ppuVar6);\n ppuVar6 = *local_170;\n }\n if (ppuVar6 != (undefined **)0x0) {\n *(undefined ***)((int)puVar5 + -0x10) = ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c302;\n FUN_00248220();\n }\n local_170 = local_170 + 3;\n } while (local_174 != local_170);" do (compound_statement "{\n ppuVar6 = *local_170;\n ppuVar2 = local_170[1];\n if (local_170[1] != ppuVar6) {\n do {\n local_17c = ppuVar2;\n if ((undefined **)ppuVar6[1] != ppuVar6 + 3) {\n *(undefined **)((int)puVar5 + -0x10) = ppuVar6[1];\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c2dd;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 7;\n ppuVar2 = local_17c;\n } while (local_17c != ppuVar6);\n ppuVar6 = *local_170;\n }\n if (ppuVar6 != (undefined **)0x0) {\n *(undefined ***)((int)puVar5 + -0x10) = ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c302;\n FUN_00248220();\n }\n local_170 = local_170 + 3;\n }" { (expression_statement "ppuVar6 = *local_170;" (assignment_expression "ppuVar6 = *local_170" identifier = (pointer_expression "*local_170" * identifier)) ;) (expression_statement "ppuVar2 = local_170[1];" (assignment_expression "ppuVar2 = local_170[1]" identifier = (subscript_expression "local_170[1]" identifier [ number_literal ])) ;) (if_statement "if (local_170[1] != ppuVar6) {\n do {\n local_17c = ppuVar2;\n if ((undefined **)ppuVar6[1] != ppuVar6 + 3) {\n *(undefined **)((int)puVar5 + -0x10) = ppuVar6[1];\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c2dd;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 7;\n ppuVar2 = local_17c;\n } while (local_17c != ppuVar6);\n ppuVar6 = *local_170;\n }" if (parenthesized_expression "(local_170[1] != ppuVar6)" ( (binary_expression "local_170[1] != ppuVar6" (subscript_expression "local_170[1]" identifier [ number_literal ]) != identifier) )) (compound_statement "{\n do {\n local_17c = ppuVar2;\n if ((undefined **)ppuVar6[1] != ppuVar6 + 3) {\n *(undefined **)((int)puVar5 + -0x10) = ppuVar6[1];\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c2dd;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 7;\n ppuVar2 = local_17c;\n } while (local_17c != ppuVar6);\n ppuVar6 = *local_170;\n }" { (do_statement "do {\n local_17c = ppuVar2;\n if ((undefined **)ppuVar6[1] != ppuVar6 + 3) {\n *(undefined **)((int)puVar5 + -0x10) = ppuVar6[1];\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c2dd;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 7;\n ppuVar2 = local_17c;\n } while (local_17c != ppuVar6);" do (compound_statement "{\n local_17c = ppuVar2;\n if ((undefined **)ppuVar6[1] != ppuVar6 + 3) {\n *(undefined **)((int)puVar5 + -0x10) = ppuVar6[1];\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c2dd;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 7;\n ppuVar2 = local_17c;\n }" { (expression_statement "local_17c = ppuVar2;" (assignment_expression "local_17c = ppuVar2" identifier = identifier) ;) (if_statement "if ((undefined **)ppuVar6[1] != ppuVar6 + 3) {\n *(undefined **)((int)puVar5 + -0x10) = ppuVar6[1];\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c2dd;\n FUN_00248220();\n }" if (parenthesized_expression "((undefined **)ppuVar6[1] != ppuVar6 + 3)" ( (binary_expression "(undefined **)ppuVar6[1] != ppuVar6 + 3" (cast_expression "(undefined **)ppuVar6[1]" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (subscript_expression "ppuVar6[1]" identifier [ number_literal ])) != (binary_expression "ppuVar6 + 3" identifier + number_literal)) )) (compound_statement "{\n *(undefined **)((int)puVar5 + -0x10) = ppuVar6[1];\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c2dd;\n FUN_00248220();\n }" { (expression_statement "*(undefined **)((int)puVar5 + -0x10) = ppuVar6[1];" (assignment_expression "*(undefined **)((int)puVar5 + -0x10) = ppuVar6[1]" (pointer_expression "*(undefined **)((int)puVar5 + -0x10)" * (cast_expression "(undefined **)((int)puVar5 + -0x10)" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)puVar5 + -0x10)" ( (binary_expression "(int)puVar5 + -0x10" (cast_expression "(int)puVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = (subscript_expression "ppuVar6[1]" identifier [ number_literal ])) ;) (expression_statement "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c2dd;" (assignment_expression "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c2dd" (pointer_expression "*(undefined4 *)((int)puVar5 + -0x14)" * (cast_expression "(undefined4 *)((int)puVar5 + -0x14)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar5 + -0x14)" ( (binary_expression "(int)puVar5 + -0x14" (cast_expression "(int)puVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "FUN_00248220();" (call_expression "FUN_00248220()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "ppuVar6 = ppuVar6 + 7;" (assignment_expression "ppuVar6 = ppuVar6 + 7" identifier = (binary_expression "ppuVar6 + 7" identifier + number_literal)) ;) (expression_statement "ppuVar2 = local_17c;" (assignment_expression "ppuVar2 = local_17c" identifier = identifier) ;) }) while (parenthesized_expression "(local_17c != ppuVar6)" ( (binary_expression "local_17c != ppuVar6" identifier != identifier) )) ;) (expression_statement "ppuVar6 = *local_170;" (assignment_expression "ppuVar6 = *local_170" identifier = (pointer_expression "*local_170" * identifier)) ;) })) (if_statement "if (ppuVar6 != (undefined **)0x0) {\n *(undefined ***)((int)puVar5 + -0x10) = ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c302;\n FUN_00248220();\n }" if (parenthesized_expression "(ppuVar6 != (undefined **)0x0)" ( (binary_expression "ppuVar6 != (undefined **)0x0" identifier != (cast_expression "(undefined **)0x0" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal)) )) (compound_statement "{\n *(undefined ***)((int)puVar5 + -0x10) = ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c302;\n FUN_00248220();\n }" { (expression_statement "*(undefined ***)((int)puVar5 + -0x10) = ppuVar6;" (assignment_expression "*(undefined ***)((int)puVar5 + -0x10) = ppuVar6" (pointer_expression "*(undefined ***)((int)puVar5 + -0x10)" * (cast_expression "(undefined ***)((int)puVar5 + -0x10)" ( (type_descriptor "undefined ***" type_identifier (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)))) ) (parenthesized_expression "((int)puVar5 + -0x10)" ( (binary_expression "(int)puVar5 + -0x10" (cast_expression "(int)puVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c302;" (assignment_expression "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c302" (pointer_expression "*(undefined4 *)((int)puVar5 + -0x14)" * (cast_expression "(undefined4 *)((int)puVar5 + -0x14)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar5 + -0x14)" ( (binary_expression "(int)puVar5 + -0x14" (cast_expression "(int)puVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "FUN_00248220();" (call_expression "FUN_00248220()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "local_170 = local_170 + 3;" (assignment_expression "local_170 = local_170 + 3" identifier = (binary_expression "local_170 + 3" identifier + number_literal)) ;) }) while (parenthesized_expression "(local_174 != local_170)" ( (binary_expression "local_174 != local_170" identifier != identifier) )) ;) })) (if_statement "if (local_60 != (undefined ***)0x0) {\n *(undefined ****)((int)puVar5 + -0x10) = local_60;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c32c;\n FUN_00248220();\n }" if (parenthesized_expression "(local_60 != (undefined ***)0x0)" ( (binary_expression "local_60 != (undefined ***)0x0" identifier != (cast_expression "(undefined ***)0x0" ( (type_descriptor "undefined ***" type_identifier (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)))) ) number_literal)) )) (compound_statement "{\n *(undefined ****)((int)puVar5 + -0x10) = local_60;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c32c;\n FUN_00248220();\n }" { (expression_statement "*(undefined ****)((int)puVar5 + -0x10) = local_60;" (assignment_expression "*(undefined ****)((int)puVar5 + -0x10) = local_60" (pointer_expression "*(undefined ****)((int)puVar5 + -0x10)" * (cast_expression "(undefined ****)((int)puVar5 + -0x10)" ( (type_descriptor "undefined ****" type_identifier (abstract_pointer_declarator "****" * (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))))) ) (parenthesized_expression "((int)puVar5 + -0x10)" ( (binary_expression "(int)puVar5 + -0x10" (cast_expression "(int)puVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c32c;" (assignment_expression "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c32c" (pointer_expression "*(undefined4 *)((int)puVar5 + -0x14)" * (cast_expression "(undefined4 *)((int)puVar5 + -0x14)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar5 + -0x14)" ( (binary_expression "(int)puVar5 + -0x14" (cast_expression "(int)puVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "FUN_00248220();" (call_expression "FUN_00248220()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (local_68 != local_6c) {\n local_174 = local_68;\n local_170 = local_6c;\n do {\n ppuVar6 = *local_170;\n ppuVar2 = local_170[1];\n if (local_170[1] != ppuVar6) {\n do {\n local_17c = ppuVar2;\n if ((undefined **)*ppuVar6 != ppuVar6 + 2) {\n *(undefined **)((int)puVar5 + -0x10) = *ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c374;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 6;\n ppuVar2 = local_17c;\n } while (local_17c != ppuVar6);\n ppuVar6 = *local_170;\n }\n if (ppuVar6 != (undefined **)0x0) {\n *(undefined ***)((int)puVar5 + -0x10) = ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c399;\n FUN_00248220();\n }\n local_170 = local_170 + 3;\n } while (local_174 != local_170);\n }" if (parenthesized_expression "(local_68 != local_6c)" ( (binary_expression "local_68 != local_6c" identifier != identifier) )) (compound_statement "{\n local_174 = local_68;\n local_170 = local_6c;\n do {\n ppuVar6 = *local_170;\n ppuVar2 = local_170[1];\n if (local_170[1] != ppuVar6) {\n do {\n local_17c = ppuVar2;\n if ((undefined **)*ppuVar6 != ppuVar6 + 2) {\n *(undefined **)((int)puVar5 + -0x10) = *ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c374;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 6;\n ppuVar2 = local_17c;\n } while (local_17c != ppuVar6);\n ppuVar6 = *local_170;\n }\n if (ppuVar6 != (undefined **)0x0) {\n *(undefined ***)((int)puVar5 + -0x10) = ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c399;\n FUN_00248220();\n }\n local_170 = local_170 + 3;\n } while (local_174 != local_170);\n }" { (expression_statement "local_174 = local_68;" (assignment_expression "local_174 = local_68" identifier = identifier) ;) (expression_statement "local_170 = local_6c;" (assignment_expression "local_170 = local_6c" identifier = identifier) ;) (do_statement "do {\n ppuVar6 = *local_170;\n ppuVar2 = local_170[1];\n if (local_170[1] != ppuVar6) {\n do {\n local_17c = ppuVar2;\n if ((undefined **)*ppuVar6 != ppuVar6 + 2) {\n *(undefined **)((int)puVar5 + -0x10) = *ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c374;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 6;\n ppuVar2 = local_17c;\n } while (local_17c != ppuVar6);\n ppuVar6 = *local_170;\n }\n if (ppuVar6 != (undefined **)0x0) {\n *(undefined ***)((int)puVar5 + -0x10) = ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c399;\n FUN_00248220();\n }\n local_170 = local_170 + 3;\n } while (local_174 != local_170);" do (compound_statement "{\n ppuVar6 = *local_170;\n ppuVar2 = local_170[1];\n if (local_170[1] != ppuVar6) {\n do {\n local_17c = ppuVar2;\n if ((undefined **)*ppuVar6 != ppuVar6 + 2) {\n *(undefined **)((int)puVar5 + -0x10) = *ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c374;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 6;\n ppuVar2 = local_17c;\n } while (local_17c != ppuVar6);\n ppuVar6 = *local_170;\n }\n if (ppuVar6 != (undefined **)0x0) {\n *(undefined ***)((int)puVar5 + -0x10) = ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c399;\n FUN_00248220();\n }\n local_170 = local_170 + 3;\n }" { (expression_statement "ppuVar6 = *local_170;" (assignment_expression "ppuVar6 = *local_170" identifier = (pointer_expression "*local_170" * identifier)) ;) (expression_statement "ppuVar2 = local_170[1];" (assignment_expression "ppuVar2 = local_170[1]" identifier = (subscript_expression "local_170[1]" identifier [ number_literal ])) ;) (if_statement "if (local_170[1] != ppuVar6) {\n do {\n local_17c = ppuVar2;\n if ((undefined **)*ppuVar6 != ppuVar6 + 2) {\n *(undefined **)((int)puVar5 + -0x10) = *ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c374;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 6;\n ppuVar2 = local_17c;\n } while (local_17c != ppuVar6);\n ppuVar6 = *local_170;\n }" if (parenthesized_expression "(local_170[1] != ppuVar6)" ( (binary_expression "local_170[1] != ppuVar6" (subscript_expression "local_170[1]" identifier [ number_literal ]) != identifier) )) (compound_statement "{\n do {\n local_17c = ppuVar2;\n if ((undefined **)*ppuVar6 != ppuVar6 + 2) {\n *(undefined **)((int)puVar5 + -0x10) = *ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c374;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 6;\n ppuVar2 = local_17c;\n } while (local_17c != ppuVar6);\n ppuVar6 = *local_170;\n }" { (do_statement "do {\n local_17c = ppuVar2;\n if ((undefined **)*ppuVar6 != ppuVar6 + 2) {\n *(undefined **)((int)puVar5 + -0x10) = *ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c374;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 6;\n ppuVar2 = local_17c;\n } while (local_17c != ppuVar6);" do (compound_statement "{\n local_17c = ppuVar2;\n if ((undefined **)*ppuVar6 != ppuVar6 + 2) {\n *(undefined **)((int)puVar5 + -0x10) = *ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c374;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 6;\n ppuVar2 = local_17c;\n }" { (expression_statement "local_17c = ppuVar2;" (assignment_expression "local_17c = ppuVar2" identifier = identifier) ;) (if_statement "if ((undefined **)*ppuVar6 != ppuVar6 + 2) {\n *(undefined **)((int)puVar5 + -0x10) = *ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c374;\n FUN_00248220();\n }" if (parenthesized_expression "((undefined **)*ppuVar6 != ppuVar6 + 2)" ( (binary_expression "(undefined **)*ppuVar6 != ppuVar6 + 2" (cast_expression "(undefined **)*ppuVar6" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "*ppuVar6" * identifier)) != (binary_expression "ppuVar6 + 2" identifier + number_literal)) )) (compound_statement "{\n *(undefined **)((int)puVar5 + -0x10) = *ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c374;\n FUN_00248220();\n }" { (expression_statement "*(undefined **)((int)puVar5 + -0x10) = *ppuVar6;" (assignment_expression "*(undefined **)((int)puVar5 + -0x10) = *ppuVar6" (pointer_expression "*(undefined **)((int)puVar5 + -0x10)" * (cast_expression "(undefined **)((int)puVar5 + -0x10)" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)puVar5 + -0x10)" ( (binary_expression "(int)puVar5 + -0x10" (cast_expression "(int)puVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = (pointer_expression "*ppuVar6" * identifier)) ;) (expression_statement "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c374;" (assignment_expression "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c374" (pointer_expression "*(undefined4 *)((int)puVar5 + -0x14)" * (cast_expression "(undefined4 *)((int)puVar5 + -0x14)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar5 + -0x14)" ( (binary_expression "(int)puVar5 + -0x14" (cast_expression "(int)puVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "FUN_00248220();" (call_expression "FUN_00248220()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "ppuVar6 = ppuVar6 + 6;" (assignment_expression "ppuVar6 = ppuVar6 + 6" identifier = (binary_expression "ppuVar6 + 6" identifier + number_literal)) ;) (expression_statement "ppuVar2 = local_17c;" (assignment_expression "ppuVar2 = local_17c" identifier = identifier) ;) }) while (parenthesized_expression "(local_17c != ppuVar6)" ( (binary_expression "local_17c != ppuVar6" identifier != identifier) )) ;) (expression_statement "ppuVar6 = *local_170;" (assignment_expression "ppuVar6 = *local_170" identifier = (pointer_expression "*local_170" * identifier)) ;) })) (if_statement "if (ppuVar6 != (undefined **)0x0) {\n *(undefined ***)((int)puVar5 + -0x10) = ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c399;\n FUN_00248220();\n }" if (parenthesized_expression "(ppuVar6 != (undefined **)0x0)" ( (binary_expression "ppuVar6 != (undefined **)0x0" identifier != (cast_expression "(undefined **)0x0" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal)) )) (compound_statement "{\n *(undefined ***)((int)puVar5 + -0x10) = ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c399;\n FUN_00248220();\n }" { (expression_statement "*(undefined ***)((int)puVar5 + -0x10) = ppuVar6;" (assignment_expression "*(undefined ***)((int)puVar5 + -0x10) = ppuVar6" (pointer_expression "*(undefined ***)((int)puVar5 + -0x10)" * (cast_expression "(undefined ***)((int)puVar5 + -0x10)" ( (type_descriptor "undefined ***" type_identifier (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)))) ) (parenthesized_expression "((int)puVar5 + -0x10)" ( (binary_expression "(int)puVar5 + -0x10" (cast_expression "(int)puVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c399;" (assignment_expression "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c399" (pointer_expression "*(undefined4 *)((int)puVar5 + -0x14)" * (cast_expression "(undefined4 *)((int)puVar5 + -0x14)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar5 + -0x14)" ( (binary_expression "(int)puVar5 + -0x14" (cast_expression "(int)puVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "FUN_00248220();" (call_expression "FUN_00248220()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "local_170 = local_170 + 3;" (assignment_expression "local_170 = local_170 + 3" identifier = (binary_expression "local_170 + 3" identifier + number_literal)) ;) }) while (parenthesized_expression "(local_174 != local_170)" ( (binary_expression "local_174 != local_170" identifier != identifier) )) ;) })) (if_statement "if (local_6c != (undefined ***)0x0) {\n *(undefined ****)((int)puVar5 + -0x10) = local_6c;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c3c3;\n FUN_00248220();\n }" if (parenthesized_expression "(local_6c != (undefined ***)0x0)" ( (binary_expression "local_6c != (undefined ***)0x0" identifier != (cast_expression "(undefined ***)0x0" ( (type_descriptor "undefined ***" type_identifier (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)))) ) number_literal)) )) (compound_statement "{\n *(undefined ****)((int)puVar5 + -0x10) = local_6c;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c3c3;\n FUN_00248220();\n }" { (expression_statement "*(undefined ****)((int)puVar5 + -0x10) = local_6c;" (assignment_expression "*(undefined ****)((int)puVar5 + -0x10) = local_6c" (pointer_expression "*(undefined ****)((int)puVar5 + -0x10)" * (cast_expression "(undefined ****)((int)puVar5 + -0x10)" ( (type_descriptor "undefined ****" type_identifier (abstract_pointer_declarator "****" * (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))))) ) (parenthesized_expression "((int)puVar5 + -0x10)" ( (binary_expression "(int)puVar5 + -0x10" (cast_expression "(int)puVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c3c3;" (assignment_expression "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c3c3" (pointer_expression "*(undefined4 *)((int)puVar5 + -0x14)" * (cast_expression "(undefined4 *)((int)puVar5 + -0x14)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar5 + -0x14)" ( (binary_expression "(int)puVar5 + -0x14" (cast_expression "(int)puVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "FUN_00248220();" (call_expression "FUN_00248220()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (local_98 != 0) {\n *(int *)((int)puVar5 + -0x10) = local_98;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c3db;\n FUN_00248220();\n }" if (parenthesized_expression "(local_98 != 0)" ( (binary_expression "local_98 != 0" identifier != number_literal) )) (compound_statement "{\n *(int *)((int)puVar5 + -0x10) = local_98;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c3db;\n FUN_00248220();\n }" { (expression_statement "*(int *)((int)puVar5 + -0x10) = local_98;" (assignment_expression "*(int *)((int)puVar5 + -0x10) = local_98" (pointer_expression "*(int *)((int)puVar5 + -0x10)" * (cast_expression "(int *)((int)puVar5 + -0x10)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar5 + -0x10)" ( (binary_expression "(int)puVar5 + -0x10" (cast_expression "(int)puVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c3db;" (assignment_expression "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c3db" (pointer_expression "*(undefined4 *)((int)puVar5 + -0x14)" * (cast_expression "(undefined4 *)((int)puVar5 + -0x14)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar5 + -0x14)" ( (binary_expression "(int)puVar5 + -0x14" (cast_expression "(int)puVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "FUN_00248220();" (call_expression "FUN_00248220()" identifier (argument_list "()" ( ))) ;) })) (return_statement "return param_1;" return identifier ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.si replaced with injection: get_pc_thunk_si */\n/* 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: string location(Relocate_info<64,_true> * this, size_t param_1, off_t\n offset) */\n\nstring * __thiscall\ngold::Relocate_info<64,_true>::location\n (string *__return_storage_ptr__,Relocate_info<64,_true> *this,size_t param_1,off_t offset)\n\n{\n _func_int_varargs *p_Var1;\n off_t oVar2;\n Dwarf_line_info DVar3;\n bool bVar4;\n undefined4 *puVar5;\n undefined4 *puVar6;\n _func_int_varargs **pp_Var7;\n string *ret;\n undefined1 auStack_18c [8];\n Symbol_location_info *local_184;\n anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *local_180;\n undefined8 local_17c;\n Sized_dwarf_line_info<64,_true> *local_174;\n Sized_dwarf_line_info<64,_true> *local_170;\n Symbol_location_info info;\n char buf [100];\n Sized_dwarf_line_info<64,_true> line_info;\n \n local_170 = &line_info;\n local_17c = offset;\n Sized_dwarf_line_info<64,_true>::Sized_dwarf_line_info\n (local_170,(Object *)this->object,0xffffffff);\n /* try { // try from 0013c121 to 0013c125 has its CatchHandler @ 0013c584 */\n Sized_dwarf_line_info<64,_true>::do_addr2line\n (ret,local_170,this->data_shndx,local_17c,\n (vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n *)0x0);\n puVar6 = (undefined4 *)auStack_18c;\n if (ret->_M_string_length == 0) {\n /* try { // try from 0013c144 to 0013c148 has its CatchHandler @ 0013c580 */\n std::string::_M_assign((string *)ret);\n local_184 = &info;\n local_174 = (Sized_dwarf_line_info<64,_true> *)&info.source_file.field_2;\n info.source_file._M_string_length = 0;\n local_180 = &info.enclosing_symbol_name.field_2;\n info.source_file.field_2._M_local_buf[0] = '\0';\n info.enclosing_symbol_name._M_string_length = 0;\n info.enclosing_symbol_name.field_2._M_local_buf[0] = '\0';\n info.source_file._M_dataplus._M_p = (pointer)local_174;\n info.enclosing_symbol_name._M_dataplus._M_p = (pointer)local_180;\n /* try { // try from 0013c1b0 to 0013c46d has its CatchHandler @ 0013c516 */\n bVar4 = Sized_relobj_file<64,_true>::get_symbol_location_info\n (this->object,this->data_shndx,local_17c,local_184);\n if (bVar4) {\n if (info.source_file._M_string_length != 0) {\n std::string::append((char *)ret);\n std::string::_M_append((char *)ret,(uint)info.source_file._M_dataplus._M_p);\n }\n if (ret->_M_string_length == 0x7fffffff) {\n /* WARNING: Subroutine does not return */\n std::__throw_length_error("basic_string::append");\n }\n std::string::_M_append((char *)ret,0x3019de);\n if (info.enclosing_symbol_type == STT_FUNC) {\n gettext();\n std::string::append((char *)ret);\n }\n puVar5 = (undefined4 *)&stack0xfffffe64;\n std::string::_M_append((char *)ret,(uint)info.enclosing_symbol_name._M_dataplus._M_p);\n }\n else {\n std::string::append((char *)ret);\n p_Var1 = (this->object->super_Sized_relobj<64,_true>).super_Relobj.super_Object._vptr_Object\n [0x10];\n if (p_Var1 == Sized_relobj_file<64,_true>::do_section_name) {\n elfcpp::Elf_file<64,_true,_gold::Object>::section_name\n (&this->object->elf_file_,this->data_shndx);\n }\n else {\n (*p_Var1)();\n }\n /* try { // try from 0013c485 to 0013c489 has its CatchHandler @ 0013c51a */\n std::string::_M_append((char *)ret,buf._0_4_);\n if ((char *)buf._0_4_ != buf + 8) {\n operator_delete((void *)buf._0_4_);\n }\n snprintf(buf,100,"+0x%lx)");\n puVar5 = (undefined4 *)&stack0xfffffe60;\n /* try { // try from 0013c4c6 to 0013c515 has its CatchHandler @ 0013c516 */\n std::string::append((char *)ret);\n }\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)info.enclosing_symbol_name._M_dataplus._M_p != local_180) {\n *puVar5 = info.enclosing_symbol_name._M_dataplus._M_p;\n puVar5[-1] = 0x13c239;\n operator_delete((void *)*puVar5);\n }\n puVar6 = puVar5 + 4;\n if ((Sized_dwarf_line_info<64,_true> *)info.source_file._M_dataplus._M_p != local_174) {\n *puVar5 = info.source_file._M_dataplus._M_p;\n puVar5[-1] = 0x13c255;\n operator_delete((void *)*puVar5);\n puVar6 = puVar5 + 4;\n }\n }\n line_info.super_Dwarf_line_info._vptr_Dwarf_line_info =\n (_func_int_varargs **)&PTR__Sized_dwarf_line_info_0040f910;\n DVar3._vptr_Dwarf_line_info = (_func_int_varargs **)&PTR__Sized_dwarf_line_info_0040f910;\n if (line_info.buffer_start_ != (uchar *)0x0) {\n *(uchar **)((int)puVar6 + -0x10) = line_info.buffer_start_;\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c276;\n operator_delete__(*(void **)((int)puVar6 + -0x10));\n DVar3 = line_info.super_Dwarf_line_info;\n }\n line_info.super_Dwarf_line_info._vptr_Dwarf_line_info = DVar3._vptr_Dwarf_line_info;\n *(Lineno_map **)((int)puVar6 + -0x10) = &line_info.line_number_map_;\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c285;\n std::\n _Hashtable<unsigned_int,_std::pair<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::allocator<gold::Offset_to_lineno_entry>_>_>,_std::allocator<std::pair<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::allocator<gold::Offset_to_lineno_entry>_>_>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n ::~_Hashtable(*(_Hashtable<unsigned_int,_std::pair<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::allocator<gold::Offset_to_lineno_entry>_>_>,_std::allocator<std::pair<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::allocator<gold::Offset_to_lineno_entry>_>_>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n **)((int)puVar6 + -0x10),*(int *)((int)puVar6 + -0xc));\n *(_Base_ptr *)((int)puVar6 + -0xc) =\n line_info.reloc_map_._M_t._M_impl.super__Rb_tree_header._M_header._M_parent;\n *(Reloc_map **)((int)puVar6 + -0x10) = &line_info.reloc_map_;\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c293;\n std::\n _Rb_tree<long_long_int,_std::pair<long_long_int_const,_std::pair<unsigned_int,_long_long_int>_>,_std::_Select1st<std::pair<long_long_int_const,_std::pair<unsigned_int,_long_long_int>_>_>,_std::less<long_long_int>,_std::allocator<std::pair<long_long_int_const,_std::pair<unsigned_int,_long_long_int>_>_>_>\n ::_M_erase(*(_Rb_tree<long_long_int,_std::pair<long_long_int_const,_std::pair<unsigned_int,_long_long_int>_>,_std::_Select1st<std::pair<long_long_int_const,_std::pair<unsigned_int,_long_long_int>_>_>,_std::less<long_long_int>,_std::allocator<std::pair<long_long_int_const,_std::pair<unsigned_int,_long_long_int>_>_>_>\n **)((int)puVar6 + -0x10),*(_Link_type *)((int)puVar6 + -0xc));\n if (line_info.files_.\n super__Vector_base<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>,_std::allocator<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>_>\n ._M_impl._M_finish !=\n line_info.files_.\n super__Vector_base<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>,_std::allocator<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>_>\n ._M_impl._M_start) {\n local_174 = (Sized_dwarf_line_info<64,_true> *)\n line_info.files_.\n super__Vector_base<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>,_std::allocator<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>_>\n ._M_impl._M_finish;\n local_170 = (Sized_dwarf_line_info<64,_true> *)\n line_info.files_.\n super__Vector_base<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>,_std::allocator<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>_>\n ._M_impl._M_start;\n oVar2 = local_17c;\n do {\n local_17c._4_4_ = (undefined4)((ulonglong)oVar2 >> 0x20);\n local_17c._0_4_ = *(_func_int_varargs ***)&local_170->data_valid_;\n pp_Var7 = (local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info;\n if ((_func_int_varargs **)local_17c != pp_Var7) {\n do {\n if ((_func_int_varargs **)pp_Var7[1] != pp_Var7 + 3) {\n *(_func_int_varargs **)((int)puVar6 + -0x10) = pp_Var7[1];\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c2dd;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }\n oVar2 = CONCAT44(local_17c._4_4_,(_func_int_varargs **)local_17c);\n pp_Var7 = pp_Var7 + 7;\n } while ((_func_int_varargs **)local_17c != pp_Var7);\n pp_Var7 = (local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info;\n }\n local_17c = oVar2;\n if (pp_Var7 != (_func_int_varargs **)0x0) {\n *(_func_int_varargs ***)((int)puVar6 + -0x10) = pp_Var7;\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c302;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }\n local_170 = (Sized_dwarf_line_info<64,_true> *)((int)&(local_170->header_).total_length + 4);\n oVar2 = local_17c;\n } while (local_174 != local_170);\n }\n if (line_info.files_.\n super__Vector_base<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>,_std::allocator<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>_>\n ._M_impl._M_start != (pointer)0x0) {\n *(pointer *)((int)puVar6 + -0x10) =\n line_info.files_.\n super__Vector_base<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>,_std::allocator<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>_>\n ._M_impl._M_start;\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c32c;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }\n if (line_info.directories_.\n super__Vector_base<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>,_std::allocator<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>\n ._M_impl._M_finish !=\n line_info.directories_.\n super__Vector_base<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>,_std::allocator<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>\n ._M_impl._M_start) {\n local_174 = (Sized_dwarf_line_info<64,_true> *)\n line_info.directories_.\n super__Vector_base<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>,_std::allocator<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>\n ._M_impl._M_finish;\n local_170 = (Sized_dwarf_line_info<64,_true> *)\n line_info.directories_.\n super__Vector_base<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>,_std::allocator<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>\n ._M_impl._M_start;\n oVar2 = local_17c;\n do {\n local_17c._4_4_ = (undefined4)((ulonglong)oVar2 >> 0x20);\n local_17c._0_4_ = *(_func_int_varargs ***)&local_170->data_valid_;\n pp_Var7 = (local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info;\n if ((_func_int_varargs **)local_17c != pp_Var7) {\n do {\n if ((_func_int_varargs **)*pp_Var7 != pp_Var7 + 2) {\n *(_func_int_varargs **)((int)puVar6 + -0x10) = *pp_Var7;\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c374;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }\n oVar2 = CONCAT44(local_17c._4_4_,(_func_int_varargs **)local_17c);\n pp_Var7 = pp_Var7 + 6;\n } while ((_func_int_varargs **)local_17c != pp_Var7);\n pp_Var7 = (local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info;\n }\n local_17c = oVar2;\n if (pp_Var7 != (_func_int_varargs **)0x0) {\n *(_func_int_varargs ***)((int)puVar6 + -0x10) = pp_Var7;\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c399;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }\n local_170 = (Sized_dwarf_line_info<64,_true> *)((int)&(local_170->header_).total_length + 4);\n oVar2 = local_17c;\n } while (local_174 != local_170);\n }\n if (line_info.directories_.\n super__Vector_base<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>,_std::allocator<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>\n ._M_impl._M_start != (pointer)0x0) {\n *(pointer *)((int)puVar6 + -0x10) =\n line_info.directories_.\n super__Vector_base<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>,_std::allocator<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>\n ._M_impl._M_start;\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c3c3;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }\n if (line_info.header_.std_opcode_lengths.\n super__Vector_base<unsigned_char,_std::allocator<unsigned_char>_>._M_impl._M_start !=\n (pointer)0x0) {\n *(pointer *)((int)puVar6 + -0x10) =\n line_info.header_.std_opcode_lengths.\n super__Vector_base<unsigned_char,_std::allocator<unsigned_char>_>._M_impl._M_start;\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c3db;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }\n return ret;\n}\n\n" comment comment comment comment (expression_statement "string * __thiscall\ngold::Relocate_info<64,_true>::location\n (string *__return_storage_ptr__,Relocate_info<64,_true> *this,size_t param_1,off_t offset)\n\n{\n _func_int_varargs *p_Var1;" (update_expression "string * __thiscall\ngold::Relocate_info<64,_true>::location\n (string *__return_storage_ptr__,Relocate_info<64,_true> *this,size_t param_1,off_t offset)\n\n{\n _func_int_varargs *p_Var1" (binary_expression "string * __thiscall\ngold::Relocate_info<64,_true>::location\n (string *__return_storage_ptr__,Relocate_info<64,_true> *this,size_t param_1,off_t offset)\n\n{\n _func_int_varargs *p_Var1" (binary_expression "string * __thiscall\ngold::Relocate_info<64" (binary_expression "string * __thiscall" identifier * identifier) (ERROR "gold::Relocate_info" identifier : : identifier) < number_literal) (ERROR ",_true" , identifier) > (ERROR "::location\n (string *__return_storage_ptr__,Relocate_info<64,_true> *this,size_t param_1,off_t offset)\n\n{" : : (call_expression "location\n (string *__return_storage_ptr__,Relocate_info<64,_true> *this,size_t param_1,off_t offset)" identifier (argument_list "(string *__return_storage_ptr__,Relocate_info<64,_true> *this,size_t param_1,off_t offset)" ( (binary_expression "string *__return_storage_ptr__" identifier * identifier) , (binary_expression "Relocate_info<64" identifier < number_literal) , (binary_expression "_true> *this" identifier > (pointer_expression "*this" * identifier)) , (ERROR "size_t" identifier) identifier , (ERROR "off_t" identifier) identifier ))) {) (binary_expression "_func_int_varargs *p_Var1" identifier * identifier)) --) ;) (declaration "off_t oVar2;" type_identifier identifier ;) (declaration "Dwarf_line_info DVar3;" type_identifier identifier ;) (declaration "bool bVar4;" primitive_type identifier ;) (declaration "undefined4 *puVar5;" type_identifier (pointer_declarator "*puVar5" * identifier) ;) (declaration "undefined4 *puVar6;" type_identifier (pointer_declarator "*puVar6" * identifier) ;) (declaration "_func_int_varargs **pp_Var7;" type_identifier (pointer_declarator "**pp_Var7" * (pointer_declarator "*pp_Var7" * identifier)) ;) (declaration "string *ret;" type_identifier (pointer_declarator "*ret" * identifier) ;) (declaration "undefined1 auStack_18c [8];" type_identifier (array_declarator "auStack_18c [8]" identifier [ number_literal ]) ;) (declaration "Symbol_location_info *local_184;" type_identifier (pointer_declarator "*local_184" * identifier) ;) (ERROR "anon_union_16_2_edb7204a_for_basic_string<char," (binary_expression "anon_union_16_2_edb7204a_for_basic_string<char" identifier < identifier) ,) (labeled_statement "_std::char_traits<char>,_std::allocator<char>_>_9\n *local_180;" statement_identifier (ERROR "::char_traits<char>,_std:" : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) :) : (expression_statement "allocator<char>_>_9\n *local_180;" (binary_expression "allocator<char>_>_9\n *local_180" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (binary_expression "_9\n *local_180" identifier * identifier)) ;)) (declaration "undefined8 local_17c;" type_identifier identifier ;) (expression_statement "Sized_dwarf_line_info<64,_true> *local_174;" (update_expression "Sized_dwarf_line_info<64,_true> *local_174" (binary_expression "Sized_dwarf_line_info<64,_true> *local_174" (binary_expression "Sized_dwarf_line_info<64" identifier < number_literal) (ERROR ",_true" , identifier) > (pointer_expression "*local_174" * identifier)) --) ;) (expression_statement "Sized_dwarf_line_info<64,_true> *local_170;" (update_expression "Sized_dwarf_line_info<64,_true> *local_170" (binary_expression "Sized_dwarf_line_info<64,_true> *local_170" (binary_expression "Sized_dwarf_line_info<64" identifier < number_literal) (ERROR ",_true" , identifier) > (pointer_expression "*local_170" * identifier)) --) ;) (declaration "Symbol_location_info info;" type_identifier identifier ;) (declaration "char buf [100];" primitive_type (array_declarator "buf [100]" identifier [ number_literal ]) ;) (expression_statement "Sized_dwarf_line_info<64,_true> line_info;" (update_expression "Sized_dwarf_line_info<64,_true> line_info" (binary_expression "Sized_dwarf_line_info<64,_true> line_info" (binary_expression "Sized_dwarf_line_info<64" identifier < number_literal) (ERROR ",_true" , identifier) > identifier) --) ;) (expression_statement "local_170 = &line_info;" (assignment_expression "local_170 = &line_info" identifier = (pointer_expression "&line_info" & identifier)) ;) (expression_statement "local_17c = offset;" (assignment_expression "local_17c = offset" identifier = identifier) ;) (expression_statement "Sized_dwarf_line_info<64,_true>::Sized_dwarf_line_info\n (local_170,(Object *)this->object,0xffffffff);" (update_expression "Sized_dwarf_line_info<64,_true>::Sized_dwarf_line_info\n (local_170,(Object *)this->object,0xffffffff)" (binary_expression "Sized_dwarf_line_info<64,_true>::Sized_dwarf_line_info\n (local_170,(Object *)this->object,0xffffffff)" (binary_expression "Sized_dwarf_line_info<64" identifier < number_literal) (ERROR ",_true" , identifier) > (ERROR "::" : :) (call_expression "Sized_dwarf_line_info\n (local_170,(Object *)this->object,0xffffffff)" identifier (argument_list "(local_170,(Object *)this->object,0xffffffff)" ( identifier , (cast_expression "(Object *)this->object" ( (type_descriptor "Object *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "this->object" identifier -> field_identifier)) , number_literal )))) --) ;) comment (expression_statement "Sized_dwarf_line_info<64,_true>::do_addr2line\n (ret,local_170,this->data_shndx,local_17c,\n (vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n *)0x0);\n puVar6 = (undefined4 *)auStack_18c;\n if (ret->_M_string_length == 0) {\n /* try { // try from 0013c144 to 0013c148 has its CatchHandler @ 0013c580 */\n std::string::_M_assign((string *)ret);\n local_184 = &info;\n local_174 = (Sized_dwarf_line_info<64,_true> *)&info.source_file.field_2;\n info.source_file._M_string_length = 0;\n local_180 = &info.enclosing_symbol_name.field_2;\n info.source_file.field_2._M_local_buf[0] = '\0';\n info.enclosing_symbol_name._M_string_length = 0;\n info.enclosing_symbol_name.field_2._M_local_buf[0] = '\0';\n info.source_file._M_dataplus._M_p = (pointer)local_174;\n info.enclosing_symbol_name._M_dataplus._M_p = (pointer)local_180;\n /* try { // try from 0013c1b0 to 0013c46d has its CatchHandler @ 0013c516 */\n bVar4 = Sized_relobj_file<64,_true>::get_symbol_location_info\n (this->object,this->data_shndx,local_17c,local_184);\n if (bVar4) {\n if (info.source_file._M_string_length != 0) {\n std::string::append((char *)ret);\n std::string::_M_append((char *)ret,(uint)info.source_file._M_dataplus._M_p);\n }\n if (ret->_M_string_length == 0x7fffffff) {\n /* WARNING: Subroutine does not return */\n std::__throw_length_error("basic_string::append");\n }\n std::string::_M_append((char *)ret,0x3019de);\n if (info.enclosing_symbol_type == STT_FUNC) {\n gettext();\n std::string::append((char *)ret);\n }\n puVar5 = (undefined4 *)&stack0xfffffe64;\n std::string::_M_append((char *)ret,(uint)info.enclosing_symbol_name._M_dataplus._M_p);\n }\n else {\n std::string::append((char *)ret);\n p_Var1 = (this->object->super_Sized_relobj<64,_true>).super_Relobj.super_Object._vptr_Object\n [0x10];\n if (p_Var1 == Sized_relobj_file<64,_true>::do_section_name) {\n elfcpp::Elf_file<64,_true,_gold::Object>::section_name\n (&this->object->elf_file_,this->data_shndx);\n }\n else {\n (*p_Var1)();\n }\n /* try { // try from 0013c485 to 0013c489 has its CatchHandler @ 0013c51a */\n std::string::_M_append((char *)ret,buf._0_4_);\n if ((char *)buf._0_4_ != buf + 8) {\n operator_delete((void *)buf._0_4_);\n }\n snprintf(buf,100,"+0x%lx)");\n puVar5 = (undefined4 *)&stack0xfffffe60;\n /* try { // try from 0013c4c6 to 0013c515 has its CatchHandler @ 0013c516 */\n std::string::append((char *)ret);\n }\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)info.enclosing_symbol_name._M_dataplus._M_p != local_180) {\n *puVar5 = info.enclosing_symbol_name._M_dataplus._M_p;\n puVar5[-1] = 0x13c239;\n operator_delete((void *)*puVar5);\n }\n puVar6 = puVar5 + 4;\n if ((Sized_dwarf_line_info<64,_true> *)info.source_file._M_dataplus._M_p != local_174) {\n *puVar5 = info.source_file._M_dataplus._M_p;\n puVar5[-1] = 0x13c255;\n operator_delete((void *)*puVar5);\n puVar6 = puVar5 + 4;\n }\n }\n line_info.super_Dwarf_line_info._vptr_Dwarf_line_info =\n (_func_int_varargs **)&PTR__Sized_dwarf_line_info_0040f910;" (update_expression "Sized_dwarf_line_info<64,_true>::do_addr2line\n (ret,local_170,this->data_shndx,local_17c,\n (vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n *)0x0);\n puVar6 = (undefined4 *)auStack_18c;\n if (ret->_M_string_length == 0) {\n /* try { // try from 0013c144 to 0013c148 has its CatchHandler @ 0013c580 */\n std::string::_M_assign((string *)ret);\n local_184 = &info;\n local_174 = (Sized_dwarf_line_info<64,_true> *)&info.source_file.field_2;\n info.source_file._M_string_length = 0;\n local_180 = &info.enclosing_symbol_name.field_2;\n info.source_file.field_2._M_local_buf[0] = '\0';\n info.enclosing_symbol_name._M_string_length = 0;\n info.enclosing_symbol_name.field_2._M_local_buf[0] = '\0';\n info.source_file._M_dataplus._M_p = (pointer)local_174;\n info.enclosing_symbol_name._M_dataplus._M_p = (pointer)local_180;\n /* try { // try from 0013c1b0 to 0013c46d has its CatchHandler @ 0013c516 */\n bVar4 = Sized_relobj_file<64,_true>::get_symbol_location_info\n (this->object,this->data_shndx,local_17c,local_184);\n if (bVar4) {\n if (info.source_file._M_string_length != 0) {\n std::string::append((char *)ret);\n std::string::_M_append((char *)ret,(uint)info.source_file._M_dataplus._M_p);\n }\n if (ret->_M_string_length == 0x7fffffff) {\n /* WARNING: Subroutine does not return */\n std::__throw_length_error("basic_string::append");\n }\n std::string::_M_append((char *)ret,0x3019de);\n if (info.enclosing_symbol_type == STT_FUNC) {\n gettext();\n std::string::append((char *)ret);\n }\n puVar5 = (undefined4 *)&stack0xfffffe64;\n std::string::_M_append((char *)ret,(uint)info.enclosing_symbol_name._M_dataplus._M_p);\n }\n else {\n std::string::append((char *)ret);\n p_Var1 = (this->object->super_Sized_relobj<64,_true>).super_Relobj.super_Object._vptr_Object\n [0x10];\n if (p_Var1 == Sized_relobj_file<64,_true>::do_section_name) {\n elfcpp::Elf_file<64,_true,_gold::Object>::section_name\n (&this->object->elf_file_,this->data_shndx);\n }\n else {\n (*p_Var1)();\n }\n /* try { // try from 0013c485 to 0013c489 has its CatchHandler @ 0013c51a */\n std::string::_M_append((char *)ret,buf._0_4_);\n if ((char *)buf._0_4_ != buf + 8) {\n operator_delete((void *)buf._0_4_);\n }\n snprintf(buf,100,"+0x%lx)");\n puVar5 = (undefined4 *)&stack0xfffffe60;\n /* try { // try from 0013c4c6 to 0013c515 has its CatchHandler @ 0013c516 */\n std::string::append((char *)ret);\n }\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)info.enclosing_symbol_name._M_dataplus._M_p != local_180) {\n *puVar5 = info.enclosing_symbol_name._M_dataplus._M_p;\n puVar5[-1] = 0x13c239;\n operator_delete((void *)*puVar5);\n }\n puVar6 = puVar5 + 4;\n if ((Sized_dwarf_line_info<64,_true> *)info.source_file._M_dataplus._M_p != local_174) {\n *puVar5 = info.source_file._M_dataplus._M_p;\n puVar5[-1] = 0x13c255;\n operator_delete((void *)*puVar5);\n puVar6 = puVar5 + 4;\n }\n }\n line_info.super_Dwarf_line_info._vptr_Dwarf_line_info =\n (_func_int_varargs **)&PTR__Sized_dwarf_line_info_0040f910" (binary_expression "Sized_dwarf_line_info<64,_true>::do_addr2line\n (ret,local_170,this->data_shndx,local_17c,\n (vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n *)0x0);\n puVar6 = (undefined4 *)auStack_18c;\n if (ret->_M_string_length == 0) {\n /* try { // try from 0013c144 to 0013c148 has its CatchHandler @ 0013c580 */\n std::string::_M_assign((string *)ret);\n local_184 = &info;\n local_174 = (Sized_dwarf_line_info<64,_true> *)&info.source_file.field_2;\n info.source_file._M_string_length = 0;\n local_180 = &info.enclosing_symbol_name.field_2;\n info.source_file.field_2._M_local_buf[0] = '\0';\n info.enclosing_symbol_name._M_string_length = 0;\n info.enclosing_symbol_name.field_2._M_local_buf[0] = '\0';\n info.source_file._M_dataplus._M_p = (pointer)local_174;\n info.enclosing_symbol_name._M_dataplus._M_p = (pointer)local_180;\n /* try { // try from 0013c1b0 to 0013c46d has its CatchHandler @ 0013c516 */\n bVar4 = Sized_relobj_file<64,_true>::get_symbol_location_info\n (this->object,this->data_shndx,local_17c,local_184);\n if (bVar4) {\n if (info.source_file._M_string_length != 0) {\n std::string::append((char *)ret);\n std::string::_M_append((char *)ret,(uint)info.source_file._M_dataplus._M_p);\n }\n if (ret->_M_string_length == 0x7fffffff) {\n /* WARNING: Subroutine does not return */\n std::__throw_length_error("basic_string::append");\n }\n std::string::_M_append((char *)ret,0x3019de);\n if (info.enclosing_symbol_type == STT_FUNC) {\n gettext();\n std::string::append((char *)ret);\n }\n puVar5 = (undefined4 *)&stack0xfffffe64;\n std::string::_M_append((char *)ret,(uint)info.enclosing_symbol_name._M_dataplus._M_p);\n }\n else {\n std::string::append((char *)ret);\n p_Var1 = (this->object->super_Sized_relobj<64,_true>).super_Relobj.super_Object._vptr_Object\n [0x10];\n if (p_Var1 == Sized_relobj_file<64,_true>::do_section_name) {\n elfcpp::Elf_file<64,_true,_gold::Object>::section_name\n (&this->object->elf_file_,this->data_shndx);\n }\n else {\n (*p_Var1)();\n }\n /* try { // try from 0013c485 to 0013c489 has its CatchHandler @ 0013c51a */\n std::string::_M_append((char *)ret,buf._0_4_);\n if ((char *)buf._0_4_ != buf + 8) {\n operator_delete((void *)buf._0_4_);\n }\n snprintf(buf,100,"+0x%lx)");\n puVar5 = (undefined4 *)&stack0xfffffe60;\n /* try { // try from 0013c4c6 to 0013c515 has its CatchHandler @ 0013c516 */\n std::string::append((char *)ret);\n }\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)info.enclosing_symbol_name._M_dataplus._M_p != local_180) {\n *puVar5 = info.enclosing_symbol_name._M_dataplus._M_p;\n puVar5[-1] = 0x13c239;\n operator_delete((void *)*puVar5);\n }\n puVar6 = puVar5 + 4;\n if ((Sized_dwarf_line_info<64,_true> *)info.source_file._M_dataplus._M_p != local_174) {\n *puVar5 = info.source_file._M_dataplus._M_p;\n puVar5[-1] = 0x13c255;\n operator_delete((void *)*puVar5);\n puVar6 = puVar5 + 4;\n }\n }\n line_info.super_Dwarf_line_info._vptr_Dwarf_line_info =\n (_func_int_varargs **)&PTR__Sized_dwarf_line_info_0040f910" (binary_expression "Sized_dwarf_line_info<64,_true>::do_addr2line\n (ret,local_170,this->data_shndx,local_17c,\n (vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n *)0x0);\n puVar6 = (undefined4 *)auStack_18c;\n if (ret->_M_string_length == 0) {\n /* try { // try from 0013c144 to 0013c148 has its CatchHandler @ 0013c580 */\n std::string::_M_assign((string *)ret);\n local_184 = &info;\n local_174 = (Sized_dwarf_line_info<64,_true> *)&info.source_file.field_2;\n info.source_file._M_string_length = 0;\n local_180 = &info.enclosing_symbol_name.field_2;\n info.source_file.field_2._M_local_buf[0] = '\0';\n info.enclosing_symbol_name._M_string_length = 0;\n info.enclosing_symbol_name.field_2._M_local_buf[0] = '\0';\n info.source_file._M_dataplus._M_p = (pointer)local_174;\n info.enclosing_symbol_name._M_dataplus._M_p = (pointer)local_180;\n /* try { // try from 0013c1b0 to 0013c46d has its CatchHandler @ 0013c516 */\n bVar4 = Sized_relobj_file<64,_true>::get_symbol_location_info\n (this->object,this->data_shndx,local_17c,local_184);\n if (bVar4) {\n if (info.source_file._M_string_length != 0) {\n std::string::append((char *)ret);\n std::string::_M_append((char *)ret,(uint)info.source_file._M_dataplus._M_p);\n }\n if (ret->_M_string_length == 0x7fffffff) {\n /* WARNING: Subroutine does not return */\n std::__throw_length_error("basic_string::append");\n }\n std::string::_M_append((char *)ret,0x3019de);\n if (info.enclosing_symbol_type == STT_FUNC) {\n gettext();\n std::string::append((char *)ret);\n }\n puVar5 = (undefined4 *)&stack0xfffffe64;\n std::string::_M_append((char *)ret,(uint)info.enclosing_symbol_name._M_dataplus._M_p);\n }\n else {\n std::string::append((char *)ret);\n p_Var1 = (this->object->super_Sized_relobj<64,_true>).super_Relobj.super_Object._vptr_Object\n [0x10];\n if (p_Var1 == Sized_relobj_file<64,_true>::do_section_name) {\n elfcpp::Elf_file<64,_true,_gold::Object>::section_name\n (&this->object->elf_file_,this->data_shndx);\n }\n else {\n (*p_Var1)();\n }\n /* try { // try from 0013c485 to 0013c489 has its CatchHandler @ 0013c51a */\n std::string::_M_append((char *)ret,buf._0_4_);\n if ((char *)buf._0_4_ != buf + 8) {\n operator_delete((void *)buf._0_4_);\n }\n snprintf(buf,100,"+0x%lx)");\n puVar5 = (undefined4 *)&stack0xfffffe60;\n /* try { // try from 0013c4c6 to 0013c515 has its CatchHandler @ 0013c516 */\n std::string::append((char *)ret);\n }\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)info.enclosing_symbol_name._M_dataplus._M_p != local_180) {\n *puVar5 = info.enclosing_symbol_name._M_dataplus._M_p;\n puVar5[-1] = 0x13c239;\n operator_delete((void *)*puVar5);\n }\n puVar6 = puVar5 + 4;\n if ((Sized_dwarf_line_info<64,_true> *)info.source_file._M_dataplus._M_p != local_174) {\n *puVar5 = info.source_file._M_dataplus._M_p;\n puVar5[-1] = 0x13c255;\n operator_delete((void *)*puVar5);\n puVar6 = puVar5 + 4;\n }\n }\n line_info.super_Dwarf_line_info._vptr_Dwarf_line_info =\n (_func_int_varargs **)" (binary_expression "Sized_dwarf_line_info<64" identifier < number_literal) (ERROR ",_true" , identifier) > (ERROR "::" : :) (call_expression "do_addr2line\n (ret,local_170,this->data_shndx,local_17c,\n (vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n *)0x0);\n puVar6 = (undefined4 *)auStack_18c;\n if (ret->_M_string_length == 0) {\n /* try { // try from 0013c144 to 0013c148 has its CatchHandler @ 0013c580 */\n std::string::_M_assign((string *)ret);\n local_184 = &info;\n local_174 = (Sized_dwarf_line_info<64,_true> *)&info.source_file.field_2;\n info.source_file._M_string_length = 0;\n local_180 = &info.enclosing_symbol_name.field_2;\n info.source_file.field_2._M_local_buf[0] = '\0';\n info.enclosing_symbol_name._M_string_length = 0;\n info.enclosing_symbol_name.field_2._M_local_buf[0] = '\0';\n info.source_file._M_dataplus._M_p = (pointer)local_174;\n info.enclosing_symbol_name._M_dataplus._M_p = (pointer)local_180;\n /* try { // try from 0013c1b0 to 0013c46d has its CatchHandler @ 0013c516 */\n bVar4 = Sized_relobj_file<64,_true>::get_symbol_location_info\n (this->object,this->data_shndx,local_17c,local_184);\n if (bVar4) {\n if (info.source_file._M_string_length != 0) {\n std::string::append((char *)ret);\n std::string::_M_append((char *)ret,(uint)info.source_file._M_dataplus._M_p);\n }\n if (ret->_M_string_length == 0x7fffffff) {\n /* WARNING: Subroutine does not return */\n std::__throw_length_error("basic_string::append");\n }\n std::string::_M_append((char *)ret,0x3019de);\n if (info.enclosing_symbol_type == STT_FUNC) {\n gettext();\n std::string::append((char *)ret);\n }\n puVar5 = (undefined4 *)&stack0xfffffe64;\n std::string::_M_append((char *)ret,(uint)info.enclosing_symbol_name._M_dataplus._M_p);\n }\n else {\n std::string::append((char *)ret);\n p_Var1 = (this->object->super_Sized_relobj<64,_true>).super_Relobj.super_Object._vptr_Object\n [0x10];\n if (p_Var1 == Sized_relobj_file<64,_true>::do_section_name) {\n elfcpp::Elf_file<64,_true,_gold::Object>::section_name\n (&this->object->elf_file_,this->data_shndx);\n }\n else {\n (*p_Var1)();\n }\n /* try { // try from 0013c485 to 0013c489 has its CatchHandler @ 0013c51a */\n std::string::_M_append((char *)ret,buf._0_4_);\n if ((char *)buf._0_4_ != buf + 8) {\n operator_delete((void *)buf._0_4_);\n }\n snprintf(buf,100,"+0x%lx)");\n puVar5 = (undefined4 *)&stack0xfffffe60;\n /* try { // try from 0013c4c6 to 0013c515 has its CatchHandler @ 0013c516 */\n std::string::append((char *)ret);\n }\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)info.enclosing_symbol_name._M_dataplus._M_p != local_180) {\n *puVar5 = info.enclosing_symbol_name._M_dataplus._M_p;\n puVar5[-1] = 0x13c239;\n operator_delete((void *)*puVar5);\n }\n puVar6 = puVar5 + 4;\n if ((Sized_dwarf_line_info<64,_true> *)info.source_file._M_dataplus._M_p != local_174) {\n *puVar5 = info.source_file._M_dataplus._M_p;\n puVar5[-1] = 0x13c255;\n operator_delete((void *)*puVar5);\n puVar6 = puVar5 + 4;\n }\n }\n line_info.super_Dwarf_line_info._vptr_Dwarf_line_info =\n (_func_int_varargs **)" identifier (argument_list "(ret,local_170,this->data_shndx,local_17c,\n (vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n *)0x0);\n puVar6 = (undefined4 *)auStack_18c;\n if (ret->_M_string_length == 0) {\n /* try { // try from 0013c144 to 0013c148 has its CatchHandler @ 0013c580 */\n std::string::_M_assign((string *)ret);\n local_184 = &info;\n local_174 = (Sized_dwarf_line_info<64,_true> *)&info.source_file.field_2;\n info.source_file._M_string_length = 0;\n local_180 = &info.enclosing_symbol_name.field_2;\n info.source_file.field_2._M_local_buf[0] = '\0';\n info.enclosing_symbol_name._M_string_length = 0;\n info.enclosing_symbol_name.field_2._M_local_buf[0] = '\0';\n info.source_file._M_dataplus._M_p = (pointer)local_174;\n info.enclosing_symbol_name._M_dataplus._M_p = (pointer)local_180;\n /* try { // try from 0013c1b0 to 0013c46d has its CatchHandler @ 0013c516 */\n bVar4 = Sized_relobj_file<64,_true>::get_symbol_location_info\n (this->object,this->data_shndx,local_17c,local_184);\n if (bVar4) {\n if (info.source_file._M_string_length != 0) {\n std::string::append((char *)ret);\n std::string::_M_append((char *)ret,(uint)info.source_file._M_dataplus._M_p);\n }\n if (ret->_M_string_length == 0x7fffffff) {\n /* WARNING: Subroutine does not return */\n std::__throw_length_error("basic_string::append");\n }\n std::string::_M_append((char *)ret,0x3019de);\n if (info.enclosing_symbol_type == STT_FUNC) {\n gettext();\n std::string::append((char *)ret);\n }\n puVar5 = (undefined4 *)&stack0xfffffe64;\n std::string::_M_append((char *)ret,(uint)info.enclosing_symbol_name._M_dataplus._M_p);\n }\n else {\n std::string::append((char *)ret);\n p_Var1 = (this->object->super_Sized_relobj<64,_true>).super_Relobj.super_Object._vptr_Object\n [0x10];\n if (p_Var1 == Sized_relobj_file<64,_true>::do_section_name) {\n elfcpp::Elf_file<64,_true,_gold::Object>::section_name\n (&this->object->elf_file_,this->data_shndx);\n }\n else {\n (*p_Var1)();\n }\n /* try { // try from 0013c485 to 0013c489 has its CatchHandler @ 0013c51a */\n std::string::_M_append((char *)ret,buf._0_4_);\n if ((char *)buf._0_4_ != buf + 8) {\n operator_delete((void *)buf._0_4_);\n }\n snprintf(buf,100,"+0x%lx)");\n puVar5 = (undefined4 *)&stack0xfffffe60;\n /* try { // try from 0013c4c6 to 0013c515 has its CatchHandler @ 0013c516 */\n std::string::append((char *)ret);\n }\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)info.enclosing_symbol_name._M_dataplus._M_p != local_180) {\n *puVar5 = info.enclosing_symbol_name._M_dataplus._M_p;\n puVar5[-1] = 0x13c239;\n operator_delete((void *)*puVar5);\n }\n puVar6 = puVar5 + 4;\n if ((Sized_dwarf_line_info<64,_true> *)info.source_file._M_dataplus._M_p != local_174) {\n *puVar5 = info.source_file._M_dataplus._M_p;\n puVar5[-1] = 0x13c255;\n operator_delete((void *)*puVar5);\n puVar6 = puVar5 + 4;\n }\n }\n line_info.super_Dwarf_line_info._vptr_Dwarf_line_info =\n (_func_int_varargs **)" ( identifier , identifier , (field_expression "this->data_shndx" identifier -> field_identifier) , identifier , (ERROR "(vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n *)0x0);\n puVar6 = (undefined4 *)auStack_18c;\n if (ret->_M_string_length == 0)" (parenthesized_expression "(vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n *)0x0)" ( (ERROR "vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::" (binary_expression "vector<std" identifier < identifier) : : identifier : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<char>_>,_std" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : identifier : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (binary_expression "allocator<char>_>_>_>\n *)0x0" (binary_expression "allocator<char>_>_>_" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > identifier) > (pointer_expression "*)0x0" * (ERROR ")" )) number_literal)) )) ; (call_expression "puVar6 = (undefined4 *)auStack_18c;\n if (ret->_M_string_length == 0)" (assignment_expression "puVar6 = (undefined4 *)auStack_18c" identifier = (cast_expression "(undefined4 *)auStack_18c" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) (ERROR ";\n if" ; if) (argument_list "(ret->_M_string_length == 0)" ( (binary_expression "ret->_M_string_length == 0" (field_expression "ret->_M_string_length" identifier -> field_identifier) == number_literal) )))) (compound_statement "{\n /* try { // try from 0013c144 to 0013c148 has its CatchHandler @ 0013c580 */\n std::string::_M_assign((string *)ret);\n local_184 = &info;\n local_174 = (Sized_dwarf_line_info<64,_true> *)&info.source_file.field_2;\n info.source_file._M_string_length = 0;\n local_180 = &info.enclosing_symbol_name.field_2;\n info.source_file.field_2._M_local_buf[0] = '\0';\n info.enclosing_symbol_name._M_string_length = 0;\n info.enclosing_symbol_name.field_2._M_local_buf[0] = '\0';\n info.source_file._M_dataplus._M_p = (pointer)local_174;\n info.enclosing_symbol_name._M_dataplus._M_p = (pointer)local_180;\n /* try { // try from 0013c1b0 to 0013c46d has its CatchHandler @ 0013c516 */\n bVar4 = Sized_relobj_file<64,_true>::get_symbol_location_info\n (this->object,this->data_shndx,local_17c,local_184);\n if (bVar4) {\n if (info.source_file._M_string_length != 0) {\n std::string::append((char *)ret);\n std::string::_M_append((char *)ret,(uint)info.source_file._M_dataplus._M_p);\n }\n if (ret->_M_string_length == 0x7fffffff) {\n /* WARNING: Subroutine does not return */\n std::__throw_length_error("basic_string::append");\n }\n std::string::_M_append((char *)ret,0x3019de);\n if (info.enclosing_symbol_type == STT_FUNC) {\n gettext();\n std::string::append((char *)ret);\n }\n puVar5 = (undefined4 *)&stack0xfffffe64;\n std::string::_M_append((char *)ret,(uint)info.enclosing_symbol_name._M_dataplus._M_p);\n }\n else {\n std::string::append((char *)ret);\n p_Var1 = (this->object->super_Sized_relobj<64,_true>).super_Relobj.super_Object._vptr_Object\n [0x10];\n if (p_Var1 == Sized_relobj_file<64,_true>::do_section_name) {\n elfcpp::Elf_file<64,_true,_gold::Object>::section_name\n (&this->object->elf_file_,this->data_shndx);\n }\n else {\n (*p_Var1)();\n }\n /* try { // try from 0013c485 to 0013c489 has its CatchHandler @ 0013c51a */\n std::string::_M_append((char *)ret,buf._0_4_);\n if ((char *)buf._0_4_ != buf + 8) {\n operator_delete((void *)buf._0_4_);\n }\n snprintf(buf,100,"+0x%lx)");\n puVar5 = (undefined4 *)&stack0xfffffe60;\n /* try { // try from 0013c4c6 to 0013c515 has its CatchHandler @ 0013c516 */\n std::string::append((char *)ret);\n }\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)info.enclosing_symbol_name._M_dataplus._M_p != local_180) {\n *puVar5 = info.enclosing_symbol_name._M_dataplus._M_p;\n puVar5[-1] = 0x13c239;\n operator_delete((void *)*puVar5);\n }\n puVar6 = puVar5 + 4;\n if ((Sized_dwarf_line_info<64,_true> *)info.source_file._M_dataplus._M_p != local_174) {\n *puVar5 = info.source_file._M_dataplus._M_p;\n puVar5[-1] = 0x13c255;\n operator_delete((void *)*puVar5);\n puVar6 = puVar5 + 4;\n }\n }" { comment (labeled_statement "std::string::_M_assign((string *)ret);" statement_identifier : (ERROR ":" :) (labeled_statement "string::_M_assign((string *)ret);" statement_identifier : (ERROR ":" :) (expression_statement "_M_assign((string *)ret);" (call_expression "_M_assign((string *)ret)" identifier (argument_list "((string *)ret)" ( (cast_expression "(string *)ret" ( (type_descriptor "string *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;))) (expression_statement "local_184 = &info;" (assignment_expression "local_184 = &info" identifier = (pointer_expression "&info" & identifier)) ;) (expression_statement "local_174 = (Sized_dwarf_line_info<64,_true> *)&info.source_file.field_2;" (assignment_expression "local_174 = (Sized_dwarf_line_info<64,_true> *)&info.source_file.field_2" identifier = (binary_expression "(Sized_dwarf_line_info<64,_true> *)&info.source_file.field_2" (parenthesized_expression "(Sized_dwarf_line_info<64,_true> *)" ( (comma_expression "Sized_dwarf_line_info<64,_true> *" (binary_expression "Sized_dwarf_line_info<64" identifier < number_literal) , (binary_expression "_true> *" identifier > (pointer_expression "*" * identifier))) )) & (field_expression "info.source_file.field_2" (field_expression "info.source_file" identifier . field_identifier) . field_identifier))) ;) (expression_statement "info.source_file._M_string_length = 0;" (assignment_expression "info.source_file._M_string_length = 0" (field_expression "info.source_file._M_string_length" (field_expression "info.source_file" identifier . field_identifier) . field_identifier) = number_literal) ;) (expression_statement "local_180 = &info.enclosing_symbol_name.field_2;" (assignment_expression "local_180 = &info.enclosing_symbol_name.field_2" identifier = (pointer_expression "&info.enclosing_symbol_name.field_2" & (field_expression "info.enclosing_symbol_name.field_2" (field_expression "info.enclosing_symbol_name" identifier . field_identifier) . field_identifier))) ;) (expression_statement "info.source_file.field_2._M_local_buf[0] = '\0';" (assignment_expression "info.source_file.field_2._M_local_buf[0] = '\0'" (subscript_expression "info.source_file.field_2._M_local_buf[0]" (field_expression "info.source_file.field_2._M_local_buf" (field_expression "info.source_file.field_2" (field_expression "info.source_file" identifier . field_identifier) . field_identifier) . field_identifier) [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "info.enclosing_symbol_name._M_string_length = 0;" (assignment_expression "info.enclosing_symbol_name._M_string_length = 0" (field_expression "info.enclosing_symbol_name._M_string_length" (field_expression "info.enclosing_symbol_name" identifier . field_identifier) . field_identifier) = number_literal) ;) (expression_statement "info.enclosing_symbol_name.field_2._M_local_buf[0] = '\0';" (assignment_expression "info.enclosing_symbol_name.field_2._M_local_buf[0] = '\0'" (subscript_expression "info.enclosing_symbol_name.field_2._M_local_buf[0]" (field_expression "info.enclosing_symbol_name.field_2._M_local_buf" (field_expression "info.enclosing_symbol_name.field_2" (field_expression "info.enclosing_symbol_name" identifier . field_identifier) . field_identifier) . field_identifier) [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "info.source_file._M_dataplus._M_p = (pointer)local_174;" (assignment_expression "info.source_file._M_dataplus._M_p = (pointer)local_174" (field_expression "info.source_file._M_dataplus._M_p" (field_expression "info.source_file._M_dataplus" (field_expression "info.source_file" identifier . field_identifier) . field_identifier) . field_identifier) = (cast_expression "(pointer)local_174" ( (type_descriptor "pointer" type_identifier) ) identifier)) ;) (expression_statement "info.enclosing_symbol_name._M_dataplus._M_p = (pointer)local_180;" (assignment_expression "info.enclosing_symbol_name._M_dataplus._M_p = (pointer)local_180" (field_expression "info.enclosing_symbol_name._M_dataplus._M_p" (field_expression "info.enclosing_symbol_name._M_dataplus" (field_expression "info.enclosing_symbol_name" identifier . field_identifier) . field_identifier) . field_identifier) = (cast_expression "(pointer)local_180" ( (type_descriptor "pointer" type_identifier) ) identifier)) ;) comment (expression_statement "bVar4 = Sized_relobj_file<64,_true>::get_symbol_location_info\n (this->object,this->data_shndx,local_17c,local_184);" (comma_expression "bVar4 = Sized_relobj_file<64,_true>::get_symbol_location_info\n (this->object,this->data_shndx,local_17c,local_184)" (assignment_expression "bVar4 = Sized_relobj_file<64" identifier = (binary_expression "Sized_relobj_file<64" identifier < number_literal)) , (binary_expression "_true>::get_symbol_location_info\n (this->object,this->data_shndx,local_17c,local_184)" identifier > (ERROR "::" : :) (call_expression "get_symbol_location_info\n (this->object,this->data_shndx,local_17c,local_184)" identifier (argument_list "(this->object,this->data_shndx,local_17c,local_184)" ( (field_expression "this->object" identifier -> field_identifier) , (field_expression "this->data_shndx" identifier -> field_identifier) , identifier , identifier ))))) ;) (if_statement "if (bVar4) {\n if (info.source_file._M_string_length != 0) {\n std::string::append((char *)ret);\n std::string::_M_append((char *)ret,(uint)info.source_file._M_dataplus._M_p);\n }\n if (ret->_M_string_length == 0x7fffffff) {\n /* WARNING: Subroutine does not return */\n std::__throw_length_error("basic_string::append");\n }\n std::string::_M_append((char *)ret,0x3019de);\n if (info.enclosing_symbol_type == STT_FUNC) {\n gettext();\n std::string::append((char *)ret);\n }\n puVar5 = (undefined4 *)&stack0xfffffe64;\n std::string::_M_append((char *)ret,(uint)info.enclosing_symbol_name._M_dataplus._M_p);\n }\n else {\n std::string::append((char *)ret);\n p_Var1 = (this->object->super_Sized_relobj<64,_true>).super_Relobj.super_Object._vptr_Object\n [0x10];\n if (p_Var1 == Sized_relobj_file<64,_true>::do_section_name) {\n elfcpp::Elf_file<64,_true,_gold::Object>::section_name\n (&this->object->elf_file_,this->data_shndx);\n }\n else {\n (*p_Var1)();\n }\n /* try { // try from 0013c485 to 0013c489 has its CatchHandler @ 0013c51a */\n std::string::_M_append((char *)ret,buf._0_4_);\n if ((char *)buf._0_4_ != buf + 8) {\n operator_delete((void *)buf._0_4_);\n }\n snprintf(buf,100,"+0x%lx)");\n puVar5 = (undefined4 *)&stack0xfffffe60;\n /* try { // try from 0013c4c6 to 0013c515 has its CatchHandler @ 0013c516 */\n std::string::append((char *)ret);\n }" if (parenthesized_expression "(bVar4)" ( identifier )) (compound_statement "{\n if (info.source_file._M_string_length != 0) {\n std::string::append((char *)ret);\n std::string::_M_append((char *)ret,(uint)info.source_file._M_dataplus._M_p);\n }\n if (ret->_M_string_length == 0x7fffffff) {\n /* WARNING: Subroutine does not return */\n std::__throw_length_error("basic_string::append");\n }\n std::string::_M_append((char *)ret,0x3019de);\n if (info.enclosing_symbol_type == STT_FUNC) {\n gettext();\n std::string::append((char *)ret);\n }\n puVar5 = (undefined4 *)&stack0xfffffe64;\n std::string::_M_append((char *)ret,(uint)info.enclosing_symbol_name._M_dataplus._M_p);\n }" { (if_statement "if (info.source_file._M_string_length != 0) {\n std::string::append((char *)ret);\n std::string::_M_append((char *)ret,(uint)info.source_file._M_dataplus._M_p);\n }" if (parenthesized_expression "(info.source_file._M_string_length != 0)" ( (binary_expression "info.source_file._M_string_length != 0" (field_expression "info.source_file._M_string_length" (field_expression "info.source_file" identifier . field_identifier) . field_identifier) != number_literal) )) (compound_statement "{\n std::string::append((char *)ret);\n std::string::_M_append((char *)ret,(uint)info.source_file._M_dataplus._M_p);\n }" { (labeled_statement "std::string::append((char *)ret);" statement_identifier : (ERROR ":" :) (labeled_statement "string::append((char *)ret);" statement_identifier : (ERROR ":" :) (expression_statement "append((char *)ret);" (call_expression "append((char *)ret)" identifier (argument_list "((char *)ret)" ( (cast_expression "(char *)ret" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) ))) ;))) (labeled_statement "std::string::_M_append((char *)ret,(uint)info.source_file._M_dataplus._M_p);" statement_identifier : (ERROR ":" :) (labeled_statement "string::_M_append((char *)ret,(uint)info.source_file._M_dataplus._M_p);" statement_identifier : (ERROR ":" :) (expression_statement "_M_append((char *)ret,(uint)info.source_file._M_dataplus._M_p);" (call_expression "_M_append((char *)ret,(uint)info.source_file._M_dataplus._M_p)" identifier (argument_list "((char *)ret,(uint)info.source_file._M_dataplus._M_p)" ( (cast_expression "(char *)ret" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) , (cast_expression "(uint)info.source_file._M_dataplus._M_p" ( (type_descriptor "uint" type_identifier) ) (field_expression "info.source_file._M_dataplus._M_p" (field_expression "info.source_file._M_dataplus" (field_expression "info.source_file" identifier . field_identifier) . field_identifier) . field_identifier)) ))) ;))) })) (if_statement "if (ret->_M_string_length == 0x7fffffff) {\n /* WARNING: Subroutine does not return */\n std::__throw_length_error("basic_string::append");\n }" if (parenthesized_expression "(ret->_M_string_length == 0x7fffffff)" ( (binary_expression "ret->_M_string_length == 0x7fffffff" (field_expression "ret->_M_string_length" identifier -> field_identifier) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n std::__throw_length_error("basic_string::append");\n }" { comment (labeled_statement "std::__throw_length_error("basic_string::append");" statement_identifier : (ERROR ":" :) (expression_statement "__throw_length_error("basic_string::append");" (call_expression "__throw_length_error("basic_string::append")" identifier (argument_list "("basic_string::append")" ( (string_literal ""basic_string::append"" " string_content ") ))) ;)) })) (labeled_statement "std::string::_M_append((char *)ret,0x3019de);" statement_identifier : (ERROR ":" :) (labeled_statement "string::_M_append((char *)ret,0x3019de);" statement_identifier : (ERROR ":" :) (expression_statement "_M_append((char *)ret,0x3019de);" (call_expression "_M_append((char *)ret,0x3019de)" identifier (argument_list "((char *)ret,0x3019de)" ( (cast_expression "(char *)ret" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) , number_literal ))) ;))) (if_statement "if (info.enclosing_symbol_type == STT_FUNC) {\n gettext();\n std::string::append((char *)ret);\n }" if (parenthesized_expression "(info.enclosing_symbol_type == STT_FUNC)" ( (binary_expression "info.enclosing_symbol_type == STT_FUNC" (field_expression "info.enclosing_symbol_type" identifier . field_identifier) == identifier) )) (compound_statement "{\n gettext();\n std::string::append((char *)ret);\n }" { (expression_statement "gettext();" (call_expression "gettext()" identifier (argument_list "()" ( ))) ;) (labeled_statement "std::string::append((char *)ret);" statement_identifier : (ERROR ":" :) (labeled_statement "string::append((char *)ret);" statement_identifier : (ERROR ":" :) (expression_statement "append((char *)ret);" (call_expression "append((char *)ret)" identifier (argument_list "((char *)ret)" ( (cast_expression "(char *)ret" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) ))) ;))) })) (expression_statement "puVar5 = (undefined4 *)&stack0xfffffe64;" (assignment_expression "puVar5 = (undefined4 *)&stack0xfffffe64" identifier = (cast_expression "(undefined4 *)&stack0xfffffe64" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&stack0xfffffe64" & identifier))) ;) (labeled_statement "std::string::_M_append((char *)ret,(uint)info.enclosing_symbol_name._M_dataplus._M_p);" statement_identifier : (ERROR ":" :) (labeled_statement "string::_M_append((char *)ret,(uint)info.enclosing_symbol_name._M_dataplus._M_p);" statement_identifier : (ERROR ":" :) (expression_statement "_M_append((char *)ret,(uint)info.enclosing_symbol_name._M_dataplus._M_p);" (call_expression "_M_append((char *)ret,(uint)info.enclosing_symbol_name._M_dataplus._M_p)" identifier (argument_list "((char *)ret,(uint)info.enclosing_symbol_name._M_dataplus._M_p)" ( (cast_expression "(char *)ret" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) , (cast_expression "(uint)info.enclosing_symbol_name._M_dataplus._M_p" ( (type_descriptor "uint" type_identifier) ) (field_expression "info.enclosing_symbol_name._M_dataplus._M_p" (field_expression "info.enclosing_symbol_name._M_dataplus" (field_expression "info.enclosing_symbol_name" identifier . field_identifier) . field_identifier) . field_identifier)) ))) ;))) }) (else_clause "else {\n std::string::append((char *)ret);\n p_Var1 = (this->object->super_Sized_relobj<64,_true>).super_Relobj.super_Object._vptr_Object\n [0x10];\n if (p_Var1 == Sized_relobj_file<64,_true>::do_section_name) {\n elfcpp::Elf_file<64,_true,_gold::Object>::section_name\n (&this->object->elf_file_,this->data_shndx);\n }\n else {\n (*p_Var1)();\n }\n /* try { // try from 0013c485 to 0013c489 has its CatchHandler @ 0013c51a */\n std::string::_M_append((char *)ret,buf._0_4_);\n if ((char *)buf._0_4_ != buf + 8) {\n operator_delete((void *)buf._0_4_);\n }\n snprintf(buf,100,"+0x%lx)");\n puVar5 = (undefined4 *)&stack0xfffffe60;\n /* try { // try from 0013c4c6 to 0013c515 has its CatchHandler @ 0013c516 */\n std::string::append((char *)ret);\n }" else (compound_statement "{\n std::string::append((char *)ret);\n p_Var1 = (this->object->super_Sized_relobj<64,_true>).super_Relobj.super_Object._vptr_Object\n [0x10];\n if (p_Var1 == Sized_relobj_file<64,_true>::do_section_name) {\n elfcpp::Elf_file<64,_true,_gold::Object>::section_name\n (&this->object->elf_file_,this->data_shndx);\n }\n else {\n (*p_Var1)();\n }\n /* try { // try from 0013c485 to 0013c489 has its CatchHandler @ 0013c51a */\n std::string::_M_append((char *)ret,buf._0_4_);\n if ((char *)buf._0_4_ != buf + 8) {\n operator_delete((void *)buf._0_4_);\n }\n snprintf(buf,100,"+0x%lx)");\n puVar5 = (undefined4 *)&stack0xfffffe60;\n /* try { // try from 0013c4c6 to 0013c515 has its CatchHandler @ 0013c516 */\n std::string::append((char *)ret);\n }" { (labeled_statement "std::string::append((char *)ret);" statement_identifier : (ERROR ":" :) (labeled_statement "string::append((char *)ret);" statement_identifier : (ERROR ":" :) (expression_statement "append((char *)ret);" (call_expression "append((char *)ret)" identifier (argument_list "((char *)ret)" ( (cast_expression "(char *)ret" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) ))) ;))) (expression_statement "p_Var1 = (this->object->super_Sized_relobj<64,_true>).super_Relobj.super_Object._vptr_Object\n [0x10];" (assignment_expression "p_Var1 = (this->object->super_Sized_relobj<64,_true>).super_Relobj.super_Object._vptr_Object\n [0x10]" identifier = (subscript_expression "(this->object->super_Sized_relobj<64,_true>).super_Relobj.super_Object._vptr_Object\n [0x10]" (field_expression "(this->object->super_Sized_relobj<64,_true>).super_Relobj.super_Object._vptr_Object" (field_expression "(this->object->super_Sized_relobj<64,_true>).super_Relobj.super_Object" (field_expression "(this->object->super_Sized_relobj<64,_true>).super_Relobj" (parenthesized_expression "(this->object->super_Sized_relobj<64,_true>)" ( (comma_expression "this->object->super_Sized_relobj<64,_true" (binary_expression "this->object->super_Sized_relobj<64" (field_expression "this->object->super_Sized_relobj" (field_expression "this->object" identifier -> field_identifier) -> field_identifier) < number_literal) , identifier) (ERROR ">" >) )) . field_identifier) . field_identifier) . field_identifier) [ number_literal ])) ;) (if_statement "if (p_Var1 == Sized_relobj_file<64,_true>::do_section_name) {\n elfcpp::Elf_file<64,_true,_gold::Object>::section_name\n (&this->object->elf_file_,this->data_shndx);\n }\n else {\n (*p_Var1)();\n }" if (parenthesized_expression "(p_Var1 == Sized_relobj_file<64,_true>::do_section_name)" ( (comma_expression "p_Var1 == Sized_relobj_file<64,_true>::do_section_name" (binary_expression "p_Var1 == Sized_relobj_file<64" identifier == (binary_expression "Sized_relobj_file<64" identifier < number_literal)) , (binary_expression "_true>::do_section_name" identifier > (ERROR "::" : :) identifier)) )) (compound_statement "{\n elfcpp::Elf_file<64,_true,_gold::Object>::section_name\n (&this->object->elf_file_,this->data_shndx);\n }" { (labeled_statement "elfcpp::Elf_file<64,_true,_gold::Object>::section_name\n (&this->object->elf_file_,this->data_shndx);" statement_identifier (ERROR "::Elf_file<64,_true,_gold::Object>:" : : (comma_expression "Elf_file<64,_true,_gold" (binary_expression "Elf_file<64" identifier < number_literal) , (comma_expression "_true,_gold" identifier , identifier)) : : identifier > :) : (expression_statement "section_name\n (&this->object->elf_file_,this->data_shndx);" (call_expression "section_name\n (&this->object->elf_file_,this->data_shndx)" identifier (argument_list "(&this->object->elf_file_,this->data_shndx)" ( (pointer_expression "&this->object->elf_file_" & (field_expression "this->object->elf_file_" (field_expression "this->object" identifier -> field_identifier) -> field_identifier)) , (field_expression "this->data_shndx" identifier -> field_identifier) ))) ;)) }) (else_clause "else {\n (*p_Var1)();\n }" else (compound_statement "{\n (*p_Var1)();\n }" { (expression_statement "(*p_Var1)();" (call_expression "(*p_Var1)()" (parenthesized_expression "(*p_Var1)" ( (pointer_expression "*p_Var1" * identifier) )) (argument_list "()" ( ))) ;) }))) comment (labeled_statement "std::string::_M_append((char *)ret,buf._0_4_);" statement_identifier : (ERROR ":" :) (labeled_statement "string::_M_append((char *)ret,buf._0_4_);" statement_identifier : (ERROR ":" :) (expression_statement "_M_append((char *)ret,buf._0_4_);" (call_expression "_M_append((char *)ret,buf._0_4_)" identifier (argument_list "((char *)ret,buf._0_4_)" ( (cast_expression "(char *)ret" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) , (field_expression "buf._0_4_" identifier . field_identifier) ))) ;))) (if_statement "if ((char *)buf._0_4_ != buf + 8) {\n operator_delete((void *)buf._0_4_);\n }" if (parenthesized_expression "((char *)buf._0_4_ != buf + 8)" ( (binary_expression "(char *)buf._0_4_ != buf + 8" (cast_expression "(char *)buf._0_4_" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (field_expression "buf._0_4_" identifier . field_identifier)) != (binary_expression "buf + 8" identifier + number_literal)) )) (compound_statement "{\n operator_delete((void *)buf._0_4_);\n }" { (expression_statement "operator_delete((void *)buf._0_4_);" (call_expression "operator_delete((void *)buf._0_4_)" identifier (argument_list "((void *)buf._0_4_)" ( (cast_expression "(void *)buf._0_4_" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (field_expression "buf._0_4_" identifier . field_identifier)) ))) ;) })) (expression_statement "snprintf(buf,100,"+0x%lx)");" (call_expression "snprintf(buf,100,"+0x%lx)")" identifier (argument_list "(buf,100,"+0x%lx)")" ( identifier , number_literal , (string_literal ""+0x%lx)"" " string_content ") ))) ;) (expression_statement "puVar5 = (undefined4 *)&stack0xfffffe60;" (assignment_expression "puVar5 = (undefined4 *)&stack0xfffffe60" identifier = (cast_expression "(undefined4 *)&stack0xfffffe60" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&stack0xfffffe60" & identifier))) ;) comment (labeled_statement "std::string::append((char *)ret);" statement_identifier : (ERROR ":" :) (labeled_statement "string::append((char *)ret);" statement_identifier : (ERROR ":" :) (expression_statement "append((char *)ret);" (call_expression "append((char *)ret)" identifier (argument_list "((char *)ret)" ( (cast_expression "(char *)ret" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) ))) ;))) }))) (if_statement "if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)info.enclosing_symbol_name._M_dataplus._M_p != local_180) {\n *puVar5 = info.enclosing_symbol_name._M_dataplus._M_p;\n puVar5[-1] = 0x13c239;\n operator_delete((void *)*puVar5);\n }" if (parenthesized_expression "((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)info.enclosing_symbol_name._M_dataplus._M_p != local_180)" ( (parenthesized_expression "(anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)info.enclosing_symbol_name._M_dataplus._M_p != local_180)" ( (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 *)info.enclosing_symbol_name._M_dataplus._M_p != local_180" (binary_expression "allocator<char>_>_9\n *)info.enclosing_symbol_name._M_dataplus._M_p" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (binary_expression "_9\n *)info.enclosing_symbol_name._M_dataplus._M_p" identifier * (ERROR ")" )) (field_expression "info.enclosing_symbol_name._M_dataplus._M_p" (field_expression "info.enclosing_symbol_name._M_dataplus" (field_expression "info.enclosing_symbol_name" identifier . field_identifier) . field_identifier) . field_identifier))) != identifier) )) )) (compound_statement "{\n *puVar5 = info.enclosing_symbol_name._M_dataplus._M_p;\n puVar5[-1] = 0x13c239;\n operator_delete((void *)*puVar5);\n }" { (expression_statement "*puVar5 = info.enclosing_symbol_name._M_dataplus._M_p;" (assignment_expression "*puVar5 = info.enclosing_symbol_name._M_dataplus._M_p" (pointer_expression "*puVar5" * identifier) = (field_expression "info.enclosing_symbol_name._M_dataplus._M_p" (field_expression "info.enclosing_symbol_name._M_dataplus" (field_expression "info.enclosing_symbol_name" identifier . field_identifier) . field_identifier) . field_identifier)) ;) (expression_statement "puVar5[-1] = 0x13c239;" (assignment_expression "puVar5[-1] = 0x13c239" (subscript_expression "puVar5[-1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "operator_delete((void *)*puVar5);" (call_expression "operator_delete((void *)*puVar5)" identifier (argument_list "((void *)*puVar5)" ( (cast_expression "(void *)*puVar5" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar5" * identifier)) ))) ;) })) (expression_statement "puVar6 = puVar5 + 4;" (assignment_expression "puVar6 = puVar5 + 4" identifier = (binary_expression "puVar5 + 4" identifier + number_literal)) ;) (if_statement "if ((Sized_dwarf_line_info<64,_true> *)info.source_file._M_dataplus._M_p != local_174) {\n *puVar5 = info.source_file._M_dataplus._M_p;\n puVar5[-1] = 0x13c255;\n operator_delete((void *)*puVar5);\n puVar6 = puVar5 + 4;\n }" if (parenthesized_expression "((Sized_dwarf_line_info<64,_true> *)info.source_file._M_dataplus._M_p != local_174)" ( (parenthesized_expression "(Sized_dwarf_line_info<64,_true> *)info.source_file._M_dataplus._M_p != local_174)" ( (comma_expression "Sized_dwarf_line_info<64,_true> *)info.source_file._M_dataplus._M_p != local_174" (binary_expression "Sized_dwarf_line_info<64" identifier < number_literal) , (binary_expression "_true> *)info.source_file._M_dataplus._M_p != local_174" (binary_expression "_true> *)info.source_file._M_dataplus._M_p" identifier > (pointer_expression "*)info.source_file._M_dataplus._M_p" * (ERROR ")" )) (field_expression "info.source_file._M_dataplus._M_p" (field_expression "info.source_file._M_dataplus" (field_expression "info.source_file" identifier . field_identifier) . field_identifier) . field_identifier))) != identifier)) )) )) (compound_statement "{\n *puVar5 = info.source_file._M_dataplus._M_p;\n puVar5[-1] = 0x13c255;\n operator_delete((void *)*puVar5);\n puVar6 = puVar5 + 4;\n }" { (expression_statement "*puVar5 = info.source_file._M_dataplus._M_p;" (assignment_expression "*puVar5 = info.source_file._M_dataplus._M_p" (pointer_expression "*puVar5" * identifier) = (field_expression "info.source_file._M_dataplus._M_p" (field_expression "info.source_file._M_dataplus" (field_expression "info.source_file" identifier . field_identifier) . field_identifier) . field_identifier)) ;) (expression_statement "puVar5[-1] = 0x13c255;" (assignment_expression "puVar5[-1] = 0x13c255" (subscript_expression "puVar5[-1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "operator_delete((void *)*puVar5);" (call_expression "operator_delete((void *)*puVar5)" identifier (argument_list "((void *)*puVar5)" ( (cast_expression "(void *)*puVar5" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar5" * identifier)) ))) ;) (expression_statement "puVar6 = puVar5 + 4;" (assignment_expression "puVar6 = puVar5 + 4" identifier = (binary_expression "puVar5 + 4" identifier + number_literal)) ;) })) }) (ERROR "line_info.super_Dwarf_line_info._vptr_Dwarf_line_info =\n (_func_int_varargs **" identifier . identifier . identifier = ( identifier * *) )))) & identifier) --) ;) (expression_statement "DVar3._vptr_Dwarf_line_info = (_func_int_varargs **)&PTR__Sized_dwarf_line_info_0040f910;" (assignment_expression "DVar3._vptr_Dwarf_line_info = (_func_int_varargs **)&PTR__Sized_dwarf_line_info_0040f910" (field_expression "DVar3._vptr_Dwarf_line_info" identifier . field_identifier) = (cast_expression "(_func_int_varargs **)&PTR__Sized_dwarf_line_info_0040f910" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR__Sized_dwarf_line_info_0040f910" & identifier))) ;) (if_statement "if (line_info.buffer_start_ != (uchar *)0x0) {\n *(uchar **)((int)puVar6 + -0x10) = line_info.buffer_start_;\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c276;\n operator_delete__(*(void **)((int)puVar6 + -0x10));\n DVar3 = line_info.super_Dwarf_line_info;\n }" if (parenthesized_expression "(line_info.buffer_start_ != (uchar *)0x0)" ( (binary_expression "line_info.buffer_start_ != (uchar *)0x0" (field_expression "line_info.buffer_start_" identifier . field_identifier) != (cast_expression "(uchar *)0x0" ( (type_descriptor "uchar *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n *(uchar **)((int)puVar6 + -0x10) = line_info.buffer_start_;\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c276;\n operator_delete__(*(void **)((int)puVar6 + -0x10));\n DVar3 = line_info.super_Dwarf_line_info;\n }" { (expression_statement "*(uchar **)((int)puVar6 + -0x10) = line_info.buffer_start_;" (assignment_expression "*(uchar **)((int)puVar6 + -0x10) = line_info.buffer_start_" (pointer_expression "*(uchar **)((int)puVar6 + -0x10)" * (cast_expression "(uchar **)((int)puVar6 + -0x10)" ( (type_descriptor "uchar **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)puVar6 + -0x10)" ( (binary_expression "(int)puVar6 + -0x10" (cast_expression "(int)puVar6" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = (field_expression "line_info.buffer_start_" identifier . field_identifier)) ;) (expression_statement "*(undefined4 *)((int)puVar6 + -0x14) = 0x13c276;" (assignment_expression "*(undefined4 *)((int)puVar6 + -0x14) = 0x13c276" (pointer_expression "*(undefined4 *)((int)puVar6 + -0x14)" * (cast_expression "(undefined4 *)((int)puVar6 + -0x14)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar6 + -0x14)" ( (binary_expression "(int)puVar6 + -0x14" (cast_expression "(int)puVar6" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "operator_delete__(*(void **)((int)puVar6 + -0x10));" (call_expression "operator_delete__(*(void **)((int)puVar6 + -0x10))" identifier (argument_list "(*(void **)((int)puVar6 + -0x10))" ( (pointer_expression "*(void **)((int)puVar6 + -0x10)" * (cast_expression "(void **)((int)puVar6 + -0x10)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)puVar6 + -0x10)" ( (binary_expression "(int)puVar6 + -0x10" (cast_expression "(int)puVar6" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) ))) ;) (expression_statement "DVar3 = line_info.super_Dwarf_line_info;" (assignment_expression "DVar3 = line_info.super_Dwarf_line_info" identifier = (field_expression "line_info.super_Dwarf_line_info" identifier . field_identifier)) ;) })) (expression_statement "line_info.super_Dwarf_line_info._vptr_Dwarf_line_info = DVar3._vptr_Dwarf_line_info;" (assignment_expression "line_info.super_Dwarf_line_info._vptr_Dwarf_line_info = DVar3._vptr_Dwarf_line_info" (field_expression "line_info.super_Dwarf_line_info._vptr_Dwarf_line_info" (field_expression "line_info.super_Dwarf_line_info" identifier . field_identifier) . field_identifier) = (field_expression "DVar3._vptr_Dwarf_line_info" identifier . field_identifier)) ;) (expression_statement "*(Lineno_map **)((int)puVar6 + -0x10) = &line_info.line_number_map_;" (assignment_expression "*(Lineno_map **)((int)puVar6 + -0x10) = &line_info.line_number_map_" (pointer_expression "*(Lineno_map **)((int)puVar6 + -0x10)" * (cast_expression "(Lineno_map **)((int)puVar6 + -0x10)" ( (type_descriptor "Lineno_map **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)puVar6 + -0x10)" ( (binary_expression "(int)puVar6 + -0x10" (cast_expression "(int)puVar6" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = (pointer_expression "&line_info.line_number_map_" & (field_expression "line_info.line_number_map_" identifier . field_identifier))) ;) (expression_statement "*(undefined4 *)((int)puVar6 + -0x14) = 0x13c285;" (assignment_expression "*(undefined4 *)((int)puVar6 + -0x14) = 0x13c285" (pointer_expression "*(undefined4 *)((int)puVar6 + -0x14)" * (cast_expression "(undefined4 *)((int)puVar6 + -0x14)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar6 + -0x14)" ( (binary_expression "(int)puVar6 + -0x14" (cast_expression "(int)puVar6" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = number_literal) ;) (labeled_statement "std::\n _Hashtable<unsigned_int,_std::pair<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::allocator<gold::Offset_to_lineno_entry>_>_>,_std::allocator<std::pair<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::allocator<gold::Offset_to_lineno_entry>_>_>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n ::~_Hashtable(*(_Hashtable<unsigned_int,_std::pair<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::allocator<gold::Offset_to_lineno_entry>_>_>,_std::allocator<std::pair<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::allocator<gold::Offset_to_lineno_entry>_>_>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n **)((int)puVar6 + -0x10),*(int *)((int)puVar6 + -0xc));" statement_identifier (ERROR "::\n _Hashtable<unsigned_int,_std::pair<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::allocator<gold::Offset_to_lineno_entry>_>_>,_std::allocator<std::pair<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::allocator<gold::Offset_to_lineno_entry>_>_>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std:" : : (comma_expression "_Hashtable<unsigned_int,_std" (binary_expression "_Hashtable<unsigned_int" identifier < identifier) , identifier) : : (comma_expression "pair<unsigned_int_const,_std" (binary_expression "pair<unsigned_int_const" identifier < identifier) , identifier) : : (binary_expression "vector<gold" identifier < identifier) : : (comma_expression "Offset_to_lineno_entry,_std" identifier , identifier) : : (binary_expression "allocator<gold" identifier < identifier) : : (binary_expression "Offset_to_lineno_entry>_>_>,_std" (binary_expression "Offset_to_lineno_entry>_>_" (binary_expression "Offset_to_lineno_entry>_" identifier > identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : (comma_expression "pair<unsigned_int_const,_std" (binary_expression "pair<unsigned_int_const" identifier < identifier) , identifier) : : (binary_expression "vector<gold" identifier < identifier) : : (comma_expression "Offset_to_lineno_entry,_std" identifier , identifier) : : (binary_expression "allocator<gold" identifier < identifier) : : (binary_expression "Offset_to_lineno_entry>_>_>_>,_std" (binary_expression "Offset_to_lineno_entry>_>_>_" (binary_expression "Offset_to_lineno_entry>_>_" (binary_expression "Offset_to_lineno_entry>_" identifier > identifier) > identifier) > identifier) > (ERROR "," ,) identifier) : : (comma_expression "__detail::_Select1st,_std::equal_to<unsigned_int>,_std" identifier (ERROR "::_Select1st,_std::equal_to<unsigned_int>" : : (comma_expression "_Select1st,_std" identifier , identifier) : : (binary_expression "equal_to<unsigned_int" identifier < identifier) >) , identifier) : : (binary_expression "hash<unsigned_int>,_std" (binary_expression "hash<unsigned_int" identifier < identifier) > (ERROR "," ,) identifier) :) : (labeled_statement "__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n ::~_Hashtable(*(_Hashtable<unsigned_int,_std::pair<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::allocator<gold::Offset_to_lineno_entry>_>_>,_std::allocator<std::pair<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::allocator<gold::Offset_to_lineno_entry>_>_>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n **)((int)puVar6 + -0x10),*(int *)((int)puVar6 + -0xc));" statement_identifier (ERROR "::_Mod_range_hashing,_std:" : : (comma_expression "_Mod_range_hashing,_std" identifier , identifier) :) : (labeled_statement "__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n ::~_Hashtable(*(_Hashtable<unsigned_int,_std::pair<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::allocator<gold::Offset_to_lineno_entry>_>_>,_std::allocator<std::pair<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::allocator<gold::Offset_to_lineno_entry>_>_>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n **)((int)puVar6 + -0x10),*(int *)((int)puVar6 + -0xc));" statement_identifier (ERROR "::_Default_ranged_hash,_std:" : : (comma_expression "_Default_ranged_hash,_std" identifier , identifier) :) : (labeled_statement "__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n ::~_Hashtable(*(_Hashtable<unsigned_int,_std::pair<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::allocator<gold::Offset_to_lineno_entry>_>_>,_std::allocator<std::pair<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::allocator<gold::Offset_to_lineno_entry>_>_>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n **)((int)puVar6 + -0x10),*(int *)((int)puVar6 + -0xc));" statement_identifier (ERROR "::_Prime_rehash_policy,_std:" : : (comma_expression "_Prime_rehash_policy,_std" identifier , identifier) :) : (labeled_statement "__detail::_Hashtable_traits<false,_false,_true>_>\n ::~_Hashtable(*(_Hashtable<unsigned_int,_std::pair<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::allocator<gold::Offset_to_lineno_entry>_>_>,_std::allocator<std::pair<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::allocator<gold::Offset_to_lineno_entry>_>_>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n **)((int)puVar6 + -0x10),*(int *)((int)puVar6 + -0xc));" statement_identifier : (ERROR ":" :) (expression_statement "_Hashtable_traits<false,_false,_true>_>\n ::~_Hashtable(*(_Hashtable<unsigned_int,_std::pair<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::allocator<gold::Offset_to_lineno_entry>_>_>,_std::allocator<std::pair<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::allocator<gold::Offset_to_lineno_entry>_>_>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n **)((int)puVar6 + -0x10),*(int *)((int)puVar6 + -0xc));" (comma_expression "_Hashtable_traits<false,_false,_true>_>\n ::~_Hashtable(*(_Hashtable<unsigned_int,_std::pair<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::allocator<gold::Offset_to_lineno_entry>_>_>,_std::allocator<std::pair<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::allocator<gold::Offset_to_lineno_entry>_>_>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n **)((int)puVar6 + -0x10),*(int *)((int)puVar6 + -0xc))" (binary_expression "_Hashtable_traits<false" identifier < false) , (comma_expression "_false,_true>_>\n ::~_Hashtable(*(_Hashtable<unsigned_int,_std::pair<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::allocator<gold::Offset_to_lineno_entry>_>_>,_std::allocator<std::pair<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::allocator<gold::Offset_to_lineno_entry>_>_>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n **)((int)puVar6 + -0x10),*(int *)((int)puVar6 + -0xc))" identifier , (binary_expression "_true>_>\n ::~_Hashtable(*(_Hashtable<unsigned_int,_std::pair<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::allocator<gold::Offset_to_lineno_entry>_>_>,_std::allocator<std::pair<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::allocator<gold::Offset_to_lineno_entry>_>_>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n **)((int)puVar6 + -0x10),*(int *)((int)puVar6 + -0xc))" (binary_expression "_true>_" identifier > identifier) > (ERROR "::" : :) (unary_expression "~_Hashtable(*(_Hashtable<unsigned_int,_std::pair<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::allocator<gold::Offset_to_lineno_entry>_>_>,_std::allocator<std::pair<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::allocator<gold::Offset_to_lineno_entry>_>_>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n **)((int)puVar6 + -0x10),*(int *)((int)puVar6 + -0xc))" ~ (call_expression "_Hashtable(*(_Hashtable<unsigned_int,_std::pair<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::allocator<gold::Offset_to_lineno_entry>_>_>,_std::allocator<std::pair<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::allocator<gold::Offset_to_lineno_entry>_>_>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n **)((int)puVar6 + -0x10),*(int *)((int)puVar6 + -0xc))" identifier (argument_list "(*(_Hashtable<unsigned_int,_std::pair<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::allocator<gold::Offset_to_lineno_entry>_>_>,_std::allocator<std::pair<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::allocator<gold::Offset_to_lineno_entry>_>_>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n **)((int)puVar6 + -0x10),*(int *)((int)puVar6 + -0xc))" ( (pointer_expression "*(_Hashtable<unsigned_int,_std::pair<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::allocator<gold::Offset_to_lineno_entry>_>_>,_std::allocator<std::pair<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::allocator<gold::Offset_to_lineno_entry>_>_>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n **)((int)puVar6 + -0x10)" * (call_expression "(_Hashtable<unsigned_int,_std::pair<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::allocator<gold::Offset_to_lineno_entry>_>_>,_std::allocator<std::pair<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::allocator<gold::Offset_to_lineno_entry>_>_>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n **)((int)puVar6 + -0x10)" (parenthesized_expression "(_Hashtable<unsigned_int,_std::pair<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::allocator<gold::Offset_to_lineno_entry>_>_>,_std::allocator<std::pair<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::allocator<gold::Offset_to_lineno_entry>_>_>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n **)" ( (ERROR "_Hashtable<unsigned_int,_std::pair<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::allocator<gold::Offset_to_lineno_entry>_>_>,_std::allocator<std::pair<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::allocator<gold::Offset_to_lineno_entry>_>_>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::" (comma_expression "_Hashtable<unsigned_int,_std" (binary_expression "_Hashtable<unsigned_int" identifier < identifier) , identifier) : : (comma_expression "pair<unsigned_int_const,_std" (binary_expression "pair<unsigned_int_const" identifier < identifier) , identifier) : : (binary_expression "vector<gold" identifier < identifier) : : (comma_expression "Offset_to_lineno_entry,_std" identifier , identifier) : : (binary_expression "allocator<gold" identifier < identifier) : : (binary_expression "Offset_to_lineno_entry>_>_>,_std" (binary_expression "Offset_to_lineno_entry>_>_" (binary_expression "Offset_to_lineno_entry>_" identifier > identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : (comma_expression "pair<unsigned_int_const,_std" (binary_expression "pair<unsigned_int_const" identifier < identifier) , identifier) : : (binary_expression "vector<gold" identifier < identifier) : : (comma_expression "Offset_to_lineno_entry,_std" identifier , identifier) : : (binary_expression "allocator<gold" identifier < identifier) : : (binary_expression "Offset_to_lineno_entry>_>_>_>,_std" (binary_expression "Offset_to_lineno_entry>_>_>_" (binary_expression "Offset_to_lineno_entry>_>_" (binary_expression "Offset_to_lineno_entry>_" identifier > identifier) > identifier) > identifier) > (ERROR "," ,) identifier) : : identifier : : (comma_expression "_Select1st,_std" identifier , identifier) : : (binary_expression "equal_to<unsigned_int>,_std" (binary_expression "equal_to<unsigned_int" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "hash<unsigned_int>,_std" (binary_expression "hash<unsigned_int" identifier < identifier) > (ERROR "," ,) identifier) : : identifier : : (comma_expression "_Mod_range_hashing,_std" identifier , identifier) : : identifier : : (comma_expression "_Default_ranged_hash,_std" identifier , identifier) : : identifier : : (comma_expression "_Prime_rehash_policy,_std" identifier , identifier) : : identifier : :) (comma_expression "_Hashtable_traits<false,_false,_true>_>\n **" (binary_expression "_Hashtable_traits<false" identifier < false) , (comma_expression "_false,_true>_>\n **" identifier , (binary_expression "_true>_>\n **" (binary_expression "_true>_" identifier > identifier) > (pointer_expression "**" * (pointer_expression "*" * identifier))))) )) (argument_list "((int)puVar6 + -0x10)" ( (binary_expression "(int)puVar6 + -0x10" (cast_expression "(int)puVar6" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) , (pointer_expression "*(int *)((int)puVar6 + -0xc)" * (cast_expression "(int *)((int)puVar6 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar6 + -0xc)" ( (binary_expression "(int)puVar6 + -0xc" (cast_expression "(int)puVar6" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) ))))))) ;)))))) (expression_statement "*(_Base_ptr *)((int)puVar6 + -0xc) =\n line_info.reloc_map_._M_t._M_impl.super__Rb_tree_header._M_header._M_parent;" (assignment_expression "*(_Base_ptr *)((int)puVar6 + -0xc) =\n line_info.reloc_map_._M_t._M_impl.super__Rb_tree_header._M_header._M_parent" (pointer_expression "*(_Base_ptr *)((int)puVar6 + -0xc)" * (cast_expression "(_Base_ptr *)((int)puVar6 + -0xc)" ( (type_descriptor "_Base_ptr *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar6 + -0xc)" ( (binary_expression "(int)puVar6 + -0xc" (cast_expression "(int)puVar6" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = (field_expression "line_info.reloc_map_._M_t._M_impl.super__Rb_tree_header._M_header._M_parent" (field_expression "line_info.reloc_map_._M_t._M_impl.super__Rb_tree_header._M_header" (field_expression "line_info.reloc_map_._M_t._M_impl.super__Rb_tree_header" (field_expression "line_info.reloc_map_._M_t._M_impl" (field_expression "line_info.reloc_map_._M_t" (field_expression "line_info.reloc_map_" identifier . field_identifier) . field_identifier) . field_identifier) . field_identifier) . field_identifier) . field_identifier)) ;) (expression_statement "*(Reloc_map **)((int)puVar6 + -0x10) = &line_info.reloc_map_;" (assignment_expression "*(Reloc_map **)((int)puVar6 + -0x10) = &line_info.reloc_map_" (pointer_expression "*(Reloc_map **)((int)puVar6 + -0x10)" * (cast_expression "(Reloc_map **)((int)puVar6 + -0x10)" ( (type_descriptor "Reloc_map **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)puVar6 + -0x10)" ( (binary_expression "(int)puVar6 + -0x10" (cast_expression "(int)puVar6" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = (pointer_expression "&line_info.reloc_map_" & (field_expression "line_info.reloc_map_" identifier . field_identifier))) ;) (expression_statement "*(undefined4 *)((int)puVar6 + -0x14) = 0x13c293;" (assignment_expression "*(undefined4 *)((int)puVar6 + -0x14) = 0x13c293" (pointer_expression "*(undefined4 *)((int)puVar6 + -0x14)" * (cast_expression "(undefined4 *)((int)puVar6 + -0x14)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar6 + -0x14)" ( (binary_expression "(int)puVar6 + -0x14" (cast_expression "(int)puVar6" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = number_literal) ;) (labeled_statement "std::\n _Rb_tree<long_long_int,_std::pair<long_long_int_const,_std::pair<unsigned_int,_long_long_int>_>,_std::_Select1st<std::pair<long_long_int_const,_std::pair<unsigned_int,_long_long_int>_>_>,_std::less<long_long_int>,_std::allocator<std::pair<long_long_int_const,_std::pair<unsigned_int,_long_long_int>_>_>_>\n ::_M_erase(*(_Rb_tree<long_long_int,_std::pair<long_long_int_const,_std::pair<unsigned_int,_long_long_int>_>,_std::_Select1st<std::pair<long_long_int_const,_std::pair<unsigned_int,_long_long_int>_>_>,_std::less<long_long_int>,_std::allocator<std::pair<long_long_int_const,_std::pair<unsigned_int,_long_long_int>_>_>_>\n **)((int)puVar6 + -0x10),*(_Link_type *)((int)puVar6 + -0xc));" statement_identifier (ERROR "::\n _Rb_tree<long_long_int,_std::pair<long_long_int_const,_std::pair<unsigned_int,_long_long_int>_>,_std::_Select1st<std::pair<long_long_int_const,_std::pair<unsigned_int,_long_long_int>_>_>,_std::less<long_long_int>,_std::allocator<std::pair<long_long_int_const,_std:" : : (comma_expression "_Rb_tree<long_long_int,_std" (binary_expression "_Rb_tree<long_long_int" identifier < identifier) , identifier) : : (comma_expression "pair<long_long_int_const,_std" (binary_expression "pair<long_long_int_const" identifier < identifier) , identifier) : : (comma_expression "pair<unsigned_int,_long_long_int>_>,_std" (binary_expression "pair<unsigned_int" identifier < identifier) , (binary_expression "_long_long_int>_>,_std" (binary_expression "_long_long_int>_" identifier > identifier) > (ERROR "," ,) identifier)) : : (binary_expression "_Select1st<std" identifier < identifier) : : (comma_expression "pair<long_long_int_const,_std" (binary_expression "pair<long_long_int_const" identifier < identifier) , identifier) : : (comma_expression "pair<unsigned_int,_long_long_int>_>_>,_std" (binary_expression "pair<unsigned_int" identifier < identifier) , (binary_expression "_long_long_int>_>_>,_std" (binary_expression "_long_long_int>_>_" (binary_expression "_long_long_int>_" identifier > identifier) > identifier) > (ERROR "," ,) identifier)) : : (binary_expression "less<long_long_int>,_std" (binary_expression "less<long_long_int" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : (comma_expression "pair<long_long_int_const,_std" (binary_expression "pair<long_long_int_const" identifier < identifier) , identifier) :) : (expression_statement "pair<unsigned_int,_long_long_int>_>_>_>\n ::_M_erase(*(_Rb_tree<long_long_int,_std::pair<long_long_int_const,_std::pair<unsigned_int,_long_long_int>_>,_std::_Select1st<std::pair<long_long_int_const,_std::pair<unsigned_int,_long_long_int>_>_>,_std::less<long_long_int>,_std::allocator<std::pair<long_long_int_const,_std::pair<unsigned_int,_long_long_int>_>_>_>\n **)((int)puVar6 + -0x10),*(_Link_type *)((int)puVar6 + -0xc));" (comma_expression "pair<unsigned_int,_long_long_int>_>_>_>\n ::_M_erase(*(_Rb_tree<long_long_int,_std::pair<long_long_int_const,_std::pair<unsigned_int,_long_long_int>_>,_std::_Select1st<std::pair<long_long_int_const,_std::pair<unsigned_int,_long_long_int>_>_>,_std::less<long_long_int>,_std::allocator<std::pair<long_long_int_const,_std::pair<unsigned_int,_long_long_int>_>_>_>\n **)((int)puVar6 + -0x10),*(_Link_type *)((int)puVar6 + -0xc))" (binary_expression "pair<unsigned_int" identifier < identifier) , (binary_expression "_long_long_int>_>_>_>\n ::_M_erase(*(_Rb_tree<long_long_int,_std::pair<long_long_int_const,_std::pair<unsigned_int,_long_long_int>_>,_std::_Select1st<std::pair<long_long_int_const,_std::pair<unsigned_int,_long_long_int>_>_>,_std::less<long_long_int>,_std::allocator<std::pair<long_long_int_const,_std::pair<unsigned_int,_long_long_int>_>_>_>\n **)((int)puVar6 + -0x10),*(_Link_type *)((int)puVar6 + -0xc))" (binary_expression "_long_long_int>_>_>_" (binary_expression "_long_long_int>_>_" (binary_expression "_long_long_int>_" identifier > identifier) > identifier) > identifier) > (ERROR "::" : :) (call_expression "_M_erase(*(_Rb_tree<long_long_int,_std::pair<long_long_int_const,_std::pair<unsigned_int,_long_long_int>_>,_std::_Select1st<std::pair<long_long_int_const,_std::pair<unsigned_int,_long_long_int>_>_>,_std::less<long_long_int>,_std::allocator<std::pair<long_long_int_const,_std::pair<unsigned_int,_long_long_int>_>_>_>\n **)((int)puVar6 + -0x10),*(_Link_type *)((int)puVar6 + -0xc))" identifier (argument_list "(*(_Rb_tree<long_long_int,_std::pair<long_long_int_const,_std::pair<unsigned_int,_long_long_int>_>,_std::_Select1st<std::pair<long_long_int_const,_std::pair<unsigned_int,_long_long_int>_>_>,_std::less<long_long_int>,_std::allocator<std::pair<long_long_int_const,_std::pair<unsigned_int,_long_long_int>_>_>_>\n **)((int)puVar6 + -0x10),*(_Link_type *)((int)puVar6 + -0xc))" ( (pointer_expression "*(_Rb_tree<long_long_int,_std::pair<long_long_int_const,_std::pair<unsigned_int,_long_long_int>_>,_std::_Select1st<std::pair<long_long_int_const,_std::pair<unsigned_int,_long_long_int>_>_>,_std::less<long_long_int>,_std::allocator<std::pair<long_long_int_const,_std::pair<unsigned_int,_long_long_int>_>_>_>\n **)((int)puVar6 + -0x10)" * (call_expression "(_Rb_tree<long_long_int,_std::pair<long_long_int_const,_std::pair<unsigned_int,_long_long_int>_>,_std::_Select1st<std::pair<long_long_int_const,_std::pair<unsigned_int,_long_long_int>_>_>,_std::less<long_long_int>,_std::allocator<std::pair<long_long_int_const,_std::pair<unsigned_int,_long_long_int>_>_>_>\n **)((int)puVar6 + -0x10)" (parenthesized_expression "(_Rb_tree<long_long_int,_std::pair<long_long_int_const,_std::pair<unsigned_int,_long_long_int>_>,_std::_Select1st<std::pair<long_long_int_const,_std::pair<unsigned_int,_long_long_int>_>_>,_std::less<long_long_int>,_std::allocator<std::pair<long_long_int_const,_std::pair<unsigned_int,_long_long_int>_>_>_>\n **)" ( (ERROR "_Rb_tree<long_long_int,_std::pair<long_long_int_const,_std::pair<unsigned_int,_long_long_int>_>,_std::_Select1st<std::pair<long_long_int_const,_std::pair<unsigned_int,_long_long_int>_>_>,_std::less<long_long_int>,_std::allocator<std::pair<long_long_int_const,_std::" (comma_expression "_Rb_tree<long_long_int,_std" (binary_expression "_Rb_tree<long_long_int" identifier < identifier) , identifier) : : (comma_expression "pair<long_long_int_const,_std" (binary_expression "pair<long_long_int_const" identifier < identifier) , identifier) : : (comma_expression "pair<unsigned_int,_long_long_int>_>,_std" (binary_expression "pair<unsigned_int" identifier < identifier) , (binary_expression "_long_long_int>_>,_std" (binary_expression "_long_long_int>_" identifier > identifier) > (ERROR "," ,) identifier)) : : (binary_expression "_Select1st<std" identifier < identifier) : : (comma_expression "pair<long_long_int_const,_std" (binary_expression "pair<long_long_int_const" identifier < identifier) , identifier) : : (comma_expression "pair<unsigned_int,_long_long_int>_>_>,_std" (binary_expression "pair<unsigned_int" identifier < identifier) , (binary_expression "_long_long_int>_>_>,_std" (binary_expression "_long_long_int>_>_" (binary_expression "_long_long_int>_" identifier > identifier) > identifier) > (ERROR "," ,) identifier)) : : (binary_expression "less<long_long_int>,_std" (binary_expression "less<long_long_int" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : (comma_expression "pair<long_long_int_const,_std" (binary_expression "pair<long_long_int_const" identifier < identifier) , identifier) : :) (comma_expression "pair<unsigned_int,_long_long_int>_>_>_>\n **" (binary_expression "pair<unsigned_int" identifier < identifier) , (binary_expression "_long_long_int>_>_>_>\n **" (binary_expression "_long_long_int>_>_>_" (binary_expression "_long_long_int>_>_" (binary_expression "_long_long_int>_" identifier > identifier) > identifier) > identifier) > (pointer_expression "**" * (pointer_expression "*" * identifier)))) )) (argument_list "((int)puVar6 + -0x10)" ( (binary_expression "(int)puVar6 + -0x10" (cast_expression "(int)puVar6" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) , (pointer_expression "*(_Link_type *)((int)puVar6 + -0xc)" * (cast_expression "(_Link_type *)((int)puVar6 + -0xc)" ( (type_descriptor "_Link_type *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar6 + -0xc)" ( (binary_expression "(int)puVar6 + -0xc" (cast_expression "(int)puVar6" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) ))))) ;)) (if_statement "if (line_info.files_.\n super__Vector_base<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>,_std::allocator<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>_>\n ._M_impl._M_finish !=\n line_info.files_.\n super__Vector_base<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>,_std::allocator<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>_>\n ._M_impl._M_start) {\n local_174 = (Sized_dwarf_line_info<64,_true> *)\n line_info.files_.\n super__Vector_base<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>,_std::allocator<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>_>\n ._M_impl._M_finish;\n local_170 = (Sized_dwarf_line_info<64,_true> *)\n line_info.files_.\n super__Vector_base<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>,_std::allocator<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>_>\n ._M_impl._M_start;\n oVar2 = local_17c;\n do {\n local_17c._4_4_ = (undefined4)((ulonglong)oVar2 >> 0x20);\n local_17c._0_4_ = *(_func_int_varargs ***)&local_170->data_valid_;\n pp_Var7 = (local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info;\n if ((_func_int_varargs **)local_17c != pp_Var7) {\n do {\n if ((_func_int_varargs **)pp_Var7[1] != pp_Var7 + 3) {\n *(_func_int_varargs **)((int)puVar6 + -0x10) = pp_Var7[1];\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c2dd;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }\n oVar2 = CONCAT44(local_17c._4_4_,(_func_int_varargs **)local_17c);\n pp_Var7 = pp_Var7 + 7;\n } while ((_func_int_varargs **)local_17c != pp_Var7);\n pp_Var7 = (local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info;\n }\n local_17c = oVar2;\n if (pp_Var7 != (_func_int_varargs **)0x0) {\n *(_func_int_varargs ***)((int)puVar6 + -0x10) = pp_Var7;\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c302;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }\n local_170 = (Sized_dwarf_line_info<64,_true> *)((int)&(local_170->header_).total_length + 4);\n oVar2 = local_17c;\n } while (local_174 != local_170);\n }" if (parenthesized_expression "(line_info.files_.\n super__Vector_base<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>,_std::allocator<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>_>\n ._M_impl._M_finish !=\n line_info.files_.\n super__Vector_base<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>,_std::allocator<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>_>\n ._M_impl._M_start)" ( (ERROR "line_info.files_.\n super__Vector_base<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>,_std::allocator<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>_>\n ._M_impl._M_finish !=\n line_info.files_.\n super__Vector_base<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>,_std::allocator<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::" (comma_expression "line_info.files_.\n super__Vector_base<std::vector<std::pair<int,_std" (binary_expression "line_info.files_.\n super__Vector_base<std::vector<std::pair<int" (binary_expression "line_info.files_.\n super__Vector_base<std::vector<std" (binary_expression "line_info.files_.\n super__Vector_base<std" (field_expression "line_info.files_.\n super__Vector_base" (field_expression "line_info.files_" identifier . field_identifier) . field_identifier) < identifier) (ERROR "::vector" : : identifier) < identifier) (ERROR "::pair" : : identifier) < identifier) , identifier) : : identifier : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<char>_>_>,_std" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : (comma_expression "pair<int,_std" (binary_expression "pair<int" identifier < identifier) , identifier) : : identifier : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<char>_>_>_>_>,_std" (binary_expression "allocator<char>_>_>_>_" (binary_expression "allocator<char>_>_>_" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : (binary_expression "vector<std" identifier < identifier) : : (comma_expression "pair<int,_std" (binary_expression "pair<int" identifier < identifier) , identifier) : : identifier : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<char>_>_>,_std" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : (comma_expression "pair<int,_std" (binary_expression "pair<int" identifier < identifier) , identifier) : : identifier : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<char>_>_>_>_>_>_>\n ._M_impl._M_finish !=\n line_info.files_.\n super__Vector_base<std" (field_expression "allocator<char>_>_>_>_>_>_>\n ._M_impl._M_finish" (field_expression "allocator<char>_>_>_>_>_>_>\n ._M_impl" (binary_expression "allocator<char>_>_>_>_>_>_" (binary_expression "allocator<char>_>_>_>_>_" (binary_expression "allocator<char>_>_>_>_" (binary_expression "allocator<char>_>_>_" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > identifier) > identifier) > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) != (binary_expression "line_info.files_.\n super__Vector_base<std" (field_expression "line_info.files_.\n super__Vector_base" (field_expression "line_info.files_" identifier . field_identifier) . field_identifier) < identifier)) : : (binary_expression "vector<std" identifier < identifier) : : (comma_expression "pair<int,_std" (binary_expression "pair<int" identifier < identifier) , identifier) : : identifier : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<char>_>_>,_std" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : (comma_expression "pair<int,_std" (binary_expression "pair<int" identifier < identifier) , identifier) : : identifier : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<char>_>_>_>_>,_std" (binary_expression "allocator<char>_>_>_>_" (binary_expression "allocator<char>_>_>_" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : (binary_expression "vector<std" identifier < identifier) : : (comma_expression "pair<int,_std" (binary_expression "pair<int" identifier < identifier) , identifier) : : identifier : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<char>_>_>,_std" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : (comma_expression "pair<int,_std" (binary_expression "pair<int" identifier < identifier) , identifier) : : identifier : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (field_expression "allocator<char>_>_>_>_>_>_>\n ._M_impl._M_start" (field_expression "allocator<char>_>_>_>_>_>_>\n ._M_impl" (binary_expression "allocator<char>_>_>_>_>_>_" (binary_expression "allocator<char>_>_>_>_>_" (binary_expression "allocator<char>_>_>_>_" (binary_expression "allocator<char>_>_>_" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > identifier) > identifier) > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) )) (compound_statement "{\n local_174 = (Sized_dwarf_line_info<64,_true> *)\n line_info.files_.\n super__Vector_base<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>,_std::allocator<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>_>\n ._M_impl._M_finish;\n local_170 = (Sized_dwarf_line_info<64,_true> *)\n line_info.files_.\n super__Vector_base<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>,_std::allocator<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>_>\n ._M_impl._M_start;\n oVar2 = local_17c;\n do {\n local_17c._4_4_ = (undefined4)((ulonglong)oVar2 >> 0x20);\n local_17c._0_4_ = *(_func_int_varargs ***)&local_170->data_valid_;\n pp_Var7 = (local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info;\n if ((_func_int_varargs **)local_17c != pp_Var7) {\n do {\n if ((_func_int_varargs **)pp_Var7[1] != pp_Var7 + 3) {\n *(_func_int_varargs **)((int)puVar6 + -0x10) = pp_Var7[1];\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c2dd;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }\n oVar2 = CONCAT44(local_17c._4_4_,(_func_int_varargs **)local_17c);\n pp_Var7 = pp_Var7 + 7;\n } while ((_func_int_varargs **)local_17c != pp_Var7);\n pp_Var7 = (local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info;\n }\n local_17c = oVar2;\n if (pp_Var7 != (_func_int_varargs **)0x0) {\n *(_func_int_varargs ***)((int)puVar6 + -0x10) = pp_Var7;\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c302;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }\n local_170 = (Sized_dwarf_line_info<64,_true> *)((int)&(local_170->header_).total_length + 4);\n oVar2 = local_17c;\n } while (local_174 != local_170);\n }" { (expression_statement "local_174 = (Sized_dwarf_line_info<64,_true> *)\n line_info.files_.\n super__Vector_base<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>,_std::allocator<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>_>\n ._M_impl._M_finish;\n local_170 = (Sized_dwarf_line_info<64,_true> *)\n line_info.files_.\n super__Vector_base<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>,_std::allocator<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>_>\n ._M_impl._M_start;\n oVar2 = local_17c;\n do {\n local_17c._4_4_ = (undefined4)((ulonglong)oVar2 >> 0x20);\n local_17c._0_4_ = *(_func_int_varargs ***)&local_170->data_valid_;\n pp_Var7 = (local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info;\n if ((_func_int_varargs **)local_17c != pp_Var7) {\n do {\n if ((_func_int_varargs **)pp_Var7[1] != pp_Var7 + 3) {\n *(_func_int_varargs **)((int)puVar6 + -0x10) = pp_Var7[1];\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c2dd;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }\n oVar2 = CONCAT44(local_17c._4_4_,(_func_int_varargs **)local_17c);\n pp_Var7 = pp_Var7 + 7;\n } while ((_func_int_varargs **)local_17c != pp_Var7);\n pp_Var7 = (local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info;\n }\n local_17c = oVar2;\n if (pp_Var7 != (_func_int_varargs **)0x0) {\n *(_func_int_varargs ***)((int)puVar6 + -0x10) = pp_Var7;\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c302;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }\n local_170 = (Sized_dwarf_line_info<64,_true> *)((int)&(local_170->header_).total_length + 4);\n oVar2 = local_17c;\n } while (local_174 != local_170);" (assignment_expression "local_174 = (Sized_dwarf_line_info<64,_true> *)\n line_info.files_.\n super__Vector_base<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>,_std::allocator<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>_>\n ._M_impl._M_finish;\n local_170 = (Sized_dwarf_line_info<64,_true> *)\n line_info.files_.\n super__Vector_base<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>,_std::allocator<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>_>\n ._M_impl._M_start;\n oVar2 = local_17c;\n do {\n local_17c._4_4_ = (undefined4)((ulonglong)oVar2 >> 0x20);\n local_17c._0_4_ = *(_func_int_varargs ***)&local_170->data_valid_;\n pp_Var7 = (local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info;\n if ((_func_int_varargs **)local_17c != pp_Var7) {\n do {\n if ((_func_int_varargs **)pp_Var7[1] != pp_Var7 + 3) {\n *(_func_int_varargs **)((int)puVar6 + -0x10) = pp_Var7[1];\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c2dd;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }\n oVar2 = CONCAT44(local_17c._4_4_,(_func_int_varargs **)local_17c);\n pp_Var7 = pp_Var7 + 7;\n } while ((_func_int_varargs **)local_17c != pp_Var7);\n pp_Var7 = (local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info;\n }\n local_17c = oVar2;\n if (pp_Var7 != (_func_int_varargs **)0x0) {\n *(_func_int_varargs ***)((int)puVar6 + -0x10) = pp_Var7;\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c302;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }\n local_170 = (Sized_dwarf_line_info<64,_true> *)((int)&(local_170->header_).total_length + 4);\n oVar2 = local_17c;\n } while (local_174 != local_170)" identifier = (parenthesized_expression "(Sized_dwarf_line_info<64,_true> *)\n line_info.files_.\n super__Vector_base<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>,_std::allocator<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>_>\n ._M_impl._M_finish;\n local_170 = (Sized_dwarf_line_info<64,_true> *)\n line_info.files_.\n super__Vector_base<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>,_std::allocator<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>_>\n ._M_impl._M_start;\n oVar2 = local_17c;\n do {\n local_17c._4_4_ = (undefined4)((ulonglong)oVar2 >> 0x20);\n local_17c._0_4_ = *(_func_int_varargs ***)&local_170->data_valid_;\n pp_Var7 = (local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info;\n if ((_func_int_varargs **)local_17c != pp_Var7) {\n do {\n if ((_func_int_varargs **)pp_Var7[1] != pp_Var7 + 3) {\n *(_func_int_varargs **)((int)puVar6 + -0x10) = pp_Var7[1];\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c2dd;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }\n oVar2 = CONCAT44(local_17c._4_4_,(_func_int_varargs **)local_17c);\n pp_Var7 = pp_Var7 + 7;\n } while ((_func_int_varargs **)local_17c != pp_Var7);\n pp_Var7 = (local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info;\n }\n local_17c = oVar2;\n if (pp_Var7 != (_func_int_varargs **)0x0) {\n *(_func_int_varargs ***)((int)puVar6 + -0x10) = pp_Var7;\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c302;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }\n local_170 = (Sized_dwarf_line_info<64,_true> *)((int)&(local_170->header_).total_length + 4);\n oVar2 = local_17c;\n } while (local_174 != local_170)" ( (ERROR "Sized_dwarf_line_info<64,_true> *)\n line_info.files_.\n super__Vector_base<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>,_std::allocator<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>_>\n ._M_impl._M_finish;" (comma_expression "Sized_dwarf_line_info<64,_true> *)\n line_info.files_.\n super__Vector_base<std" (binary_expression "Sized_dwarf_line_info<64" identifier < number_literal) , (binary_expression "_true> *)\n line_info.files_.\n super__Vector_base<std" (binary_expression "_true> *)\n line_info.files_.\n super__Vector_base" identifier > (pointer_expression "*)\n line_info.files_.\n super__Vector_base" * (ERROR ")" )) (field_expression "line_info.files_.\n super__Vector_base" (field_expression "line_info.files_" identifier . field_identifier) . field_identifier))) < identifier)) : : (binary_expression "vector<std" identifier < identifier) : : (comma_expression "pair<int,_std" (binary_expression "pair<int" identifier < identifier) , identifier) : : identifier : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<char>_>_>,_std" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : (comma_expression "pair<int,_std" (binary_expression "pair<int" identifier < identifier) , identifier) : : identifier : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<char>_>_>_>_>,_std" (binary_expression "allocator<char>_>_>_>_" (binary_expression "allocator<char>_>_>_" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : (binary_expression "vector<std" identifier < identifier) : : (comma_expression "pair<int,_std" (binary_expression "pair<int" identifier < identifier) , identifier) : : identifier : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<char>_>_>,_std" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : (comma_expression "pair<int,_std" (binary_expression "pair<int" identifier < identifier) , identifier) : : identifier : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (field_expression "allocator<char>_>_>_>_>_>_>\n ._M_impl._M_finish" (field_expression "allocator<char>_>_>_>_>_>_>\n ._M_impl" (binary_expression "allocator<char>_>_>_>_>_>_" (binary_expression "allocator<char>_>_>_>_>_" (binary_expression "allocator<char>_>_>_>_" (binary_expression "allocator<char>_>_>_" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > identifier) > identifier) > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (assignment_expression "local_170 = (Sized_dwarf_line_info<64,_true> *)\n line_info.files_.\n super__Vector_base<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>,_std::allocator<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>_>\n ._M_impl._M_start;\n oVar2 = local_17c;\n do {\n local_17c._4_4_ = (undefined4)((ulonglong)oVar2 >> 0x20);\n local_17c._0_4_ = *(_func_int_varargs ***)&local_170->data_valid_;\n pp_Var7 = (local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info;\n if ((_func_int_varargs **)local_17c != pp_Var7) {\n do {\n if ((_func_int_varargs **)pp_Var7[1] != pp_Var7 + 3) {\n *(_func_int_varargs **)((int)puVar6 + -0x10) = pp_Var7[1];\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c2dd;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }\n oVar2 = CONCAT44(local_17c._4_4_,(_func_int_varargs **)local_17c);\n pp_Var7 = pp_Var7 + 7;\n } while ((_func_int_varargs **)local_17c != pp_Var7);\n pp_Var7 = (local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info;\n }\n local_17c = oVar2;\n if (pp_Var7 != (_func_int_varargs **)0x0) {\n *(_func_int_varargs ***)((int)puVar6 + -0x10) = pp_Var7;\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c302;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }\n local_170 = (Sized_dwarf_line_info<64,_true> *)((int)&(local_170->header_).total_length + 4);\n oVar2 = local_17c;\n } while (local_174 != local_170)" identifier = (parenthesized_expression "(Sized_dwarf_line_info<64,_true> *)\n line_info.files_.\n super__Vector_base<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>,_std::allocator<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>_>\n ._M_impl._M_start;\n oVar2 = local_17c;\n do {\n local_17c._4_4_ = (undefined4)((ulonglong)oVar2 >> 0x20);\n local_17c._0_4_ = *(_func_int_varargs ***)&local_170->data_valid_;\n pp_Var7 = (local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info;\n if ((_func_int_varargs **)local_17c != pp_Var7) {\n do {\n if ((_func_int_varargs **)pp_Var7[1] != pp_Var7 + 3) {\n *(_func_int_varargs **)((int)puVar6 + -0x10) = pp_Var7[1];\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c2dd;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }\n oVar2 = CONCAT44(local_17c._4_4_,(_func_int_varargs **)local_17c);\n pp_Var7 = pp_Var7 + 7;\n } while ((_func_int_varargs **)local_17c != pp_Var7);\n pp_Var7 = (local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info;\n }\n local_17c = oVar2;\n if (pp_Var7 != (_func_int_varargs **)0x0) {\n *(_func_int_varargs ***)((int)puVar6 + -0x10) = pp_Var7;\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c302;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }\n local_170 = (Sized_dwarf_line_info<64,_true> *)((int)&(local_170->header_).total_length + 4);\n oVar2 = local_17c;\n } while (local_174 != local_170)" ( (ERROR "Sized_dwarf_line_info<64,_true> *)\n line_info.files_.\n super__Vector_base<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>,_std::allocator<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>_>\n ._M_impl._M_start;\n oVar2 = local_17c;\n do" (comma_expression "Sized_dwarf_line_info<64,_true> *)\n line_info.files_.\n super__Vector_base<std" (binary_expression "Sized_dwarf_line_info<64" identifier < number_literal) , (binary_expression "_true> *)\n line_info.files_.\n super__Vector_base<std" (binary_expression "_true> *)\n line_info.files_.\n super__Vector_base" identifier > (pointer_expression "*)\n line_info.files_.\n super__Vector_base" * (ERROR ")" )) (field_expression "line_info.files_.\n super__Vector_base" (field_expression "line_info.files_" identifier . field_identifier) . field_identifier))) < identifier)) : : (binary_expression "vector<std" identifier < identifier) : : (comma_expression "pair<int,_std" (binary_expression "pair<int" identifier < identifier) , identifier) : : identifier : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<char>_>_>,_std" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : (comma_expression "pair<int,_std" (binary_expression "pair<int" identifier < identifier) , identifier) : : identifier : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<char>_>_>_>_>,_std" (binary_expression "allocator<char>_>_>_>_" (binary_expression "allocator<char>_>_>_" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : (binary_expression "vector<std" identifier < identifier) : : (comma_expression "pair<int,_std" (binary_expression "pair<int" identifier < identifier) , identifier) : : identifier : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<char>_>_>,_std" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : (comma_expression "pair<int,_std" (binary_expression "pair<int" identifier < identifier) , identifier) : : identifier : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (field_expression "allocator<char>_>_>_>_>_>_>\n ._M_impl._M_start" (field_expression "allocator<char>_>_>_>_>_>_>\n ._M_impl" (binary_expression "allocator<char>_>_>_>_>_>_" (binary_expression "allocator<char>_>_>_>_>_" (binary_expression "allocator<char>_>_>_>_" (binary_expression "allocator<char>_>_>_" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > identifier) > identifier) > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ; (assignment_expression "oVar2 = local_17c" identifier = identifier) ; do) (compound_statement "{\n local_17c._4_4_ = (undefined4)((ulonglong)oVar2 >> 0x20);\n local_17c._0_4_ = *(_func_int_varargs ***)&local_170->data_valid_;\n pp_Var7 = (local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info;\n if ((_func_int_varargs **)local_17c != pp_Var7) {\n do {\n if ((_func_int_varargs **)pp_Var7[1] != pp_Var7 + 3) {\n *(_func_int_varargs **)((int)puVar6 + -0x10) = pp_Var7[1];\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c2dd;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }\n oVar2 = CONCAT44(local_17c._4_4_,(_func_int_varargs **)local_17c);\n pp_Var7 = pp_Var7 + 7;\n } while ((_func_int_varargs **)local_17c != pp_Var7);\n pp_Var7 = (local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info;\n }\n local_17c = oVar2;\n if (pp_Var7 != (_func_int_varargs **)0x0) {\n *(_func_int_varargs ***)((int)puVar6 + -0x10) = pp_Var7;\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c302;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }\n local_170 = (Sized_dwarf_line_info<64,_true> *)((int)&(local_170->header_).total_length + 4);\n oVar2 = local_17c;\n }" { (expression_statement "local_17c._4_4_ = (undefined4)((ulonglong)oVar2 >> 0x20);" (assignment_expression "local_17c._4_4_ = (undefined4)((ulonglong)oVar2 >> 0x20)" (field_expression "local_17c._4_4_" identifier . field_identifier) = (call_expression "(undefined4)((ulonglong)oVar2 >> 0x20)" (parenthesized_expression "(undefined4)" ( identifier )) (argument_list "((ulonglong)oVar2 >> 0x20)" ( (binary_expression "(ulonglong)oVar2 >> 0x20" (cast_expression "(ulonglong)oVar2" ( (type_descriptor "ulonglong" type_identifier) ) identifier) >> number_literal) )))) ;) (expression_statement "local_17c._0_4_ = *(_func_int_varargs ***)&local_170->data_valid_;" (assignment_expression "local_17c._0_4_ = *(_func_int_varargs ***)&local_170->data_valid_" (field_expression "local_17c._0_4_" identifier . field_identifier) = (pointer_expression "*(_func_int_varargs ***)&local_170->data_valid_" * (cast_expression "(_func_int_varargs ***)&local_170->data_valid_" ( (type_descriptor "_func_int_varargs ***" type_identifier (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)))) ) (pointer_expression "&local_170->data_valid_" & (field_expression "local_170->data_valid_" identifier -> field_identifier))))) ;) (expression_statement "pp_Var7 = (local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info;" (assignment_expression "pp_Var7 = (local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info" identifier = (field_expression "(local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info" (parenthesized_expression "(local_170->super_Dwarf_line_info)" ( (field_expression "local_170->super_Dwarf_line_info" identifier -> field_identifier) )) . field_identifier)) ;) (if_statement "if ((_func_int_varargs **)local_17c != pp_Var7) {\n do {\n if ((_func_int_varargs **)pp_Var7[1] != pp_Var7 + 3) {\n *(_func_int_varargs **)((int)puVar6 + -0x10) = pp_Var7[1];\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c2dd;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }\n oVar2 = CONCAT44(local_17c._4_4_,(_func_int_varargs **)local_17c);\n pp_Var7 = pp_Var7 + 7;\n } while ((_func_int_varargs **)local_17c != pp_Var7);\n pp_Var7 = (local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info;\n }" if (parenthesized_expression "((_func_int_varargs **)local_17c != pp_Var7)" ( (binary_expression "(_func_int_varargs **)local_17c != pp_Var7" (cast_expression "(_func_int_varargs **)local_17c" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier) != identifier) )) (compound_statement "{\n do {\n if ((_func_int_varargs **)pp_Var7[1] != pp_Var7 + 3) {\n *(_func_int_varargs **)((int)puVar6 + -0x10) = pp_Var7[1];\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c2dd;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }\n oVar2 = CONCAT44(local_17c._4_4_,(_func_int_varargs **)local_17c);\n pp_Var7 = pp_Var7 + 7;\n } while ((_func_int_varargs **)local_17c != pp_Var7);\n pp_Var7 = (local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info;\n }" { (do_statement "do {\n if ((_func_int_varargs **)pp_Var7[1] != pp_Var7 + 3) {\n *(_func_int_varargs **)((int)puVar6 + -0x10) = pp_Var7[1];\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c2dd;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }\n oVar2 = CONCAT44(local_17c._4_4_,(_func_int_varargs **)local_17c);\n pp_Var7 = pp_Var7 + 7;\n } while ((_func_int_varargs **)local_17c != pp_Var7);" do (compound_statement "{\n if ((_func_int_varargs **)pp_Var7[1] != pp_Var7 + 3) {\n *(_func_int_varargs **)((int)puVar6 + -0x10) = pp_Var7[1];\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c2dd;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }\n oVar2 = CONCAT44(local_17c._4_4_,(_func_int_varargs **)local_17c);\n pp_Var7 = pp_Var7 + 7;\n }" { (if_statement "if ((_func_int_varargs **)pp_Var7[1] != pp_Var7 + 3) {\n *(_func_int_varargs **)((int)puVar6 + -0x10) = pp_Var7[1];\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c2dd;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }" if (parenthesized_expression "((_func_int_varargs **)pp_Var7[1] != pp_Var7 + 3)" ( (binary_expression "(_func_int_varargs **)pp_Var7[1] != pp_Var7 + 3" (cast_expression "(_func_int_varargs **)pp_Var7[1]" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (subscript_expression "pp_Var7[1]" identifier [ number_literal ])) != (binary_expression "pp_Var7 + 3" identifier + number_literal)) )) (compound_statement "{\n *(_func_int_varargs **)((int)puVar6 + -0x10) = pp_Var7[1];\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c2dd;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }" { (expression_statement "*(_func_int_varargs **)((int)puVar6 + -0x10) = pp_Var7[1];" (assignment_expression "*(_func_int_varargs **)((int)puVar6 + -0x10) = pp_Var7[1]" (pointer_expression "*(_func_int_varargs **)((int)puVar6 + -0x10)" * (cast_expression "(_func_int_varargs **)((int)puVar6 + -0x10)" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)puVar6 + -0x10)" ( (binary_expression "(int)puVar6 + -0x10" (cast_expression "(int)puVar6" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = (subscript_expression "pp_Var7[1]" identifier [ number_literal ])) ;) (expression_statement "*(undefined4 *)((int)puVar6 + -0x14) = 0x13c2dd;" (assignment_expression "*(undefined4 *)((int)puVar6 + -0x14) = 0x13c2dd" (pointer_expression "*(undefined4 *)((int)puVar6 + -0x14)" * (cast_expression "(undefined4 *)((int)puVar6 + -0x14)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar6 + -0x14)" ( (binary_expression "(int)puVar6 + -0x14" (cast_expression "(int)puVar6" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "operator_delete(*(void **)((int)puVar6 + -0x10));" (call_expression "operator_delete(*(void **)((int)puVar6 + -0x10))" identifier (argument_list "(*(void **)((int)puVar6 + -0x10))" ( (pointer_expression "*(void **)((int)puVar6 + -0x10)" * (cast_expression "(void **)((int)puVar6 + -0x10)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)puVar6 + -0x10)" ( (binary_expression "(int)puVar6 + -0x10" (cast_expression "(int)puVar6" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) ))) ;) })) (expression_statement "oVar2 = CONCAT44(local_17c._4_4_,(_func_int_varargs **)local_17c);" (assignment_expression "oVar2 = CONCAT44(local_17c._4_4_,(_func_int_varargs **)local_17c)" identifier = (call_expression "CONCAT44(local_17c._4_4_,(_func_int_varargs **)local_17c)" identifier (argument_list "(local_17c._4_4_,(_func_int_varargs **)local_17c)" ( (field_expression "local_17c._4_4_" identifier . field_identifier) , (cast_expression "(_func_int_varargs **)local_17c" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier) )))) ;) (expression_statement "pp_Var7 = pp_Var7 + 7;" (assignment_expression "pp_Var7 = pp_Var7 + 7" identifier = (binary_expression "pp_Var7 + 7" identifier + number_literal)) ;) }) while (parenthesized_expression "((_func_int_varargs **)local_17c != pp_Var7)" ( (binary_expression "(_func_int_varargs **)local_17c != pp_Var7" (cast_expression "(_func_int_varargs **)local_17c" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier) != identifier) )) ;) (expression_statement "pp_Var7 = (local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info;" (assignment_expression "pp_Var7 = (local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info" identifier = (field_expression "(local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info" (parenthesized_expression "(local_170->super_Dwarf_line_info)" ( (field_expression "local_170->super_Dwarf_line_info" identifier -> field_identifier) )) . field_identifier)) ;) })) (expression_statement "local_17c = oVar2;" (assignment_expression "local_17c = oVar2" identifier = identifier) ;) (if_statement "if (pp_Var7 != (_func_int_varargs **)0x0) {\n *(_func_int_varargs ***)((int)puVar6 + -0x10) = pp_Var7;\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c302;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }" if (parenthesized_expression "(pp_Var7 != (_func_int_varargs **)0x0)" ( (binary_expression "pp_Var7 != (_func_int_varargs **)0x0" identifier != (cast_expression "(_func_int_varargs **)0x0" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal)) )) (compound_statement "{\n *(_func_int_varargs ***)((int)puVar6 + -0x10) = pp_Var7;\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c302;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }" { (expression_statement "*(_func_int_varargs ***)((int)puVar6 + -0x10) = pp_Var7;" (assignment_expression "*(_func_int_varargs ***)((int)puVar6 + -0x10) = pp_Var7" (pointer_expression "*(_func_int_varargs ***)((int)puVar6 + -0x10)" * (cast_expression "(_func_int_varargs ***)((int)puVar6 + -0x10)" ( (type_descriptor "_func_int_varargs ***" type_identifier (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)))) ) (parenthesized_expression "((int)puVar6 + -0x10)" ( (binary_expression "(int)puVar6 + -0x10" (cast_expression "(int)puVar6" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "*(undefined4 *)((int)puVar6 + -0x14) = 0x13c302;" (assignment_expression "*(undefined4 *)((int)puVar6 + -0x14) = 0x13c302" (pointer_expression "*(undefined4 *)((int)puVar6 + -0x14)" * (cast_expression "(undefined4 *)((int)puVar6 + -0x14)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar6 + -0x14)" ( (binary_expression "(int)puVar6 + -0x14" (cast_expression "(int)puVar6" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "operator_delete(*(void **)((int)puVar6 + -0x10));" (call_expression "operator_delete(*(void **)((int)puVar6 + -0x10))" identifier (argument_list "(*(void **)((int)puVar6 + -0x10))" ( (pointer_expression "*(void **)((int)puVar6 + -0x10)" * (cast_expression "(void **)((int)puVar6 + -0x10)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)puVar6 + -0x10)" ( (binary_expression "(int)puVar6 + -0x10" (cast_expression "(int)puVar6" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) ))) ;) })) (expression_statement "local_170 = (Sized_dwarf_line_info<64,_true> *)((int)&(local_170->header_).total_length + 4);" (assignment_expression "local_170 = (Sized_dwarf_line_info<64,_true> *)((int)&(local_170->header_).total_length + 4)" identifier = (call_expression "(Sized_dwarf_line_info<64,_true> *)((int)&(local_170->header_).total_length + 4)" (parenthesized_expression "(Sized_dwarf_line_info<64,_true> *)" ( (comma_expression "Sized_dwarf_line_info<64,_true> *" (binary_expression "Sized_dwarf_line_info<64" identifier < number_literal) , (binary_expression "_true> *" identifier > (pointer_expression "*" * identifier))) )) (argument_list "((int)&(local_170->header_).total_length + 4)" ( (binary_expression "(int)&(local_170->header_).total_length + 4" (cast_expression "(int)&(local_170->header_).total_length" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&(local_170->header_).total_length" & (field_expression "(local_170->header_).total_length" (parenthesized_expression "(local_170->header_)" ( (field_expression "local_170->header_" identifier -> field_identifier) )) . field_identifier))) + number_literal) )))) ;) (expression_statement "oVar2 = local_17c;" (assignment_expression "oVar2 = local_17c" identifier = identifier) ;) }) (ERROR "while (local_174 != local_170" while ( identifier != identifier) ))) ))) ;) })) (if_statement "if (line_info.files_.\n super__Vector_base<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>,_std::allocator<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>_>\n ._M_impl._M_start != (pointer)0x0) {\n *(pointer *)((int)puVar6 + -0x10) =\n line_info.files_.\n super__Vector_base<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>,_std::allocator<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>_>\n ._M_impl._M_start;\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c32c;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }" if (parenthesized_expression "(line_info.files_.\n super__Vector_base<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>,_std::allocator<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>_>\n ._M_impl._M_start != (pointer)0x0)" ( (ERROR "line_info.files_.\n super__Vector_base<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>,_std::allocator<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::" (comma_expression "line_info.files_.\n super__Vector_base<std::vector<std::pair<int,_std" (binary_expression "line_info.files_.\n super__Vector_base<std::vector<std::pair<int" (binary_expression "line_info.files_.\n super__Vector_base<std::vector<std" (binary_expression "line_info.files_.\n super__Vector_base<std" (field_expression "line_info.files_.\n super__Vector_base" (field_expression "line_info.files_" identifier . field_identifier) . field_identifier) < identifier) (ERROR "::vector" : : identifier) < identifier) (ERROR "::pair" : : identifier) < identifier) , identifier) : : identifier : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<char>_>_>,_std" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : (comma_expression "pair<int,_std" (binary_expression "pair<int" identifier < identifier) , identifier) : : identifier : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<char>_>_>_>_>,_std" (binary_expression "allocator<char>_>_>_>_" (binary_expression "allocator<char>_>_>_" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : (binary_expression "vector<std" identifier < identifier) : : (comma_expression "pair<int,_std" (binary_expression "pair<int" identifier < identifier) , identifier) : : identifier : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<char>_>_>,_std" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : (comma_expression "pair<int,_std" (binary_expression "pair<int" identifier < identifier) , identifier) : : identifier : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (binary_expression "allocator<char>_>_>_>_>_>_>\n ._M_impl._M_start != (pointer)0x0" (field_expression "allocator<char>_>_>_>_>_>_>\n ._M_impl._M_start" (field_expression "allocator<char>_>_>_>_>_>_>\n ._M_impl" (binary_expression "allocator<char>_>_>_>_>_>_" (binary_expression "allocator<char>_>_>_>_>_" (binary_expression "allocator<char>_>_>_>_" (binary_expression "allocator<char>_>_>_" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > identifier) > identifier) > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) != (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) )) (compound_statement "{\n *(pointer *)((int)puVar6 + -0x10) =\n line_info.files_.\n super__Vector_base<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>,_std::allocator<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>_>\n ._M_impl._M_start;\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c32c;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }" { (ERROR "*(pointer *)((int)puVar6 + -0x10) =\n line_info.files_.\n super__Vector_base<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>,_std::allocator<std::vector<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>,_std::allocator<std::pair<int,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::" (comma_expression "*(pointer *)((int)puVar6 + -0x10) =\n line_info.files_.\n super__Vector_base<std::vector<std::pair<int,_std" (binary_expression "*(pointer *)((int)puVar6 + -0x10) =\n line_info.files_.\n super__Vector_base<std::vector<std::pair<int" (binary_expression "*(pointer *)((int)puVar6 + -0x10) =\n line_info.files_.\n super__Vector_base<std::vector<std" (assignment_expression "*(pointer *)((int)puVar6 + -0x10) =\n line_info.files_.\n super__Vector_base<std" (pointer_expression "*(pointer *)((int)puVar6 + -0x10)" * (cast_expression "(pointer *)((int)puVar6 + -0x10)" ( (type_descriptor "pointer *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar6 + -0x10)" ( (binary_expression "(int)puVar6 + -0x10" (cast_expression "(int)puVar6" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = (binary_expression "line_info.files_.\n super__Vector_base<std" (field_expression "line_info.files_.\n super__Vector_base" (field_expression "line_info.files_" identifier . field_identifier) . field_identifier) < identifier)) (ERROR "::vector" : : identifier) < identifier) (ERROR "::pair" : : identifier) < identifier) , identifier) : : identifier : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<char>_>_>,_std" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : (comma_expression "pair<int,_std" (binary_expression "pair<int" identifier < identifier) , identifier) : : (comma_expression "__cxx11::basic_string<char,_std::char_traits<char>,_std" identifier (ERROR "::basic_string<char,_std::char_traits<char>" : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char" identifier < identifier) >) , identifier) : : (binary_expression "allocator<char>_>_>_>_>,_std" (binary_expression "allocator<char>_>_>_>_" (binary_expression "allocator<char>_>_>_" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : (binary_expression "vector<std" identifier < identifier) : : (comma_expression "pair<int,_std" (binary_expression "pair<int" identifier < identifier) , identifier) : : (comma_expression "__cxx11::basic_string<char,_std::char_traits<char>,_std" identifier (ERROR "::basic_string<char,_std::char_traits<char>" : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char" identifier < identifier) >) , identifier) : : (binary_expression "allocator<char>_>_>,_std" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : (comma_expression "pair<int,_std" (binary_expression "pair<int" identifier < identifier) , identifier) : : (comma_expression "__cxx11::basic_string<char,_std::char_traits<char>,_std" identifier (ERROR "::basic_string<char,_std::char_traits<char>" : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char" identifier < identifier) >) , identifier) : :) (expression_statement "allocator<char>_>_>_>_>_>_>\n ._M_impl._M_start;" (field_expression "allocator<char>_>_>_>_>_>_>\n ._M_impl._M_start" (field_expression "allocator<char>_>_>_>_>_>_>\n ._M_impl" (binary_expression "allocator<char>_>_>_>_>_>_" (binary_expression "allocator<char>_>_>_>_>_" (binary_expression "allocator<char>_>_>_>_" (binary_expression "allocator<char>_>_>_" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > identifier) > identifier) > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (expression_statement "*(undefined4 *)((int)puVar6 + -0x14) = 0x13c32c;" (assignment_expression "*(undefined4 *)((int)puVar6 + -0x14) = 0x13c32c" (pointer_expression "*(undefined4 *)((int)puVar6 + -0x14)" * (cast_expression "(undefined4 *)((int)puVar6 + -0x14)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar6 + -0x14)" ( (binary_expression "(int)puVar6 + -0x14" (cast_expression "(int)puVar6" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "operator_delete(*(void **)((int)puVar6 + -0x10));" (call_expression "operator_delete(*(void **)((int)puVar6 + -0x10))" identifier (argument_list "(*(void **)((int)puVar6 + -0x10))" ( (pointer_expression "*(void **)((int)puVar6 + -0x10)" * (cast_expression "(void **)((int)puVar6 + -0x10)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)puVar6 + -0x10)" ( (binary_expression "(int)puVar6 + -0x10" (cast_expression "(int)puVar6" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) ))) ;) })) (if_statement "if (line_info.directories_.\n super__Vector_base<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>,_std::allocator<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>\n ._M_impl._M_finish !=\n line_info.directories_.\n super__Vector_base<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>,_std::allocator<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>\n ._M_impl._M_start) {\n local_174 = (Sized_dwarf_line_info<64,_true> *)\n line_info.directories_.\n super__Vector_base<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>,_std::allocator<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>\n ._M_impl._M_finish;\n local_170 = (Sized_dwarf_line_info<64,_true> *)\n line_info.directories_.\n super__Vector_base<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>,_std::allocator<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>\n ._M_impl._M_start;\n oVar2 = local_17c;\n do {\n local_17c._4_4_ = (undefined4)((ulonglong)oVar2 >> 0x20);\n local_17c._0_4_ = *(_func_int_varargs ***)&local_170->data_valid_;\n pp_Var7 = (local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info;\n if ((_func_int_varargs **)local_17c != pp_Var7) {\n do {\n if ((_func_int_varargs **)*pp_Var7 != pp_Var7 + 2) {\n *(_func_int_varargs **)((int)puVar6 + -0x10) = *pp_Var7;\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c374;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }\n oVar2 = CONCAT44(local_17c._4_4_,(_func_int_varargs **)local_17c);\n pp_Var7 = pp_Var7 + 6;\n } while ((_func_int_varargs **)local_17c != pp_Var7);\n pp_Var7 = (local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info;\n }\n local_17c = oVar2;\n if (pp_Var7 != (_func_int_varargs **)0x0) {\n *(_func_int_varargs ***)((int)puVar6 + -0x10) = pp_Var7;\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c399;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }\n local_170 = (Sized_dwarf_line_info<64,_true> *)((int)&(local_170->header_).total_length + 4);\n oVar2 = local_17c;\n } while (local_174 != local_170);\n }" if (parenthesized_expression "(line_info.directories_.\n super__Vector_base<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>,_std::allocator<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>\n ._M_impl._M_finish !=\n line_info.directories_.\n super__Vector_base<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>,_std::allocator<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>\n ._M_impl._M_start)" ( (ERROR "line_info.directories_.\n super__Vector_base<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>,_std::allocator<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>\n ._M_impl._M_finish !=\n line_info.directories_.\n super__Vector_base<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>,_std::allocator<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::" (comma_expression "line_info.directories_.\n super__Vector_base<std::vector<std::__cxx11::basic_string<char,_std" (binary_expression "line_info.directories_.\n super__Vector_base<std::vector<std::__cxx11::basic_string<char" (binary_expression "line_info.directories_.\n super__Vector_base<std::vector<std" (binary_expression "line_info.directories_.\n super__Vector_base<std" (field_expression "line_info.directories_.\n super__Vector_base" (field_expression "line_info.directories_" identifier . field_identifier) . field_identifier) < identifier) (ERROR "::vector" : : identifier) < identifier) (ERROR "::__cxx11::basic_string" : : identifier : : identifier) < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<char>_>,_std" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : identifier : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<char>_>_>_>,_std" (binary_expression "allocator<char>_>_>_" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : (binary_expression "vector<std" identifier < identifier) : : identifier : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<char>_>,_std" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : identifier : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<char>_>_>_>_>_>\n ._M_impl._M_finish !=\n line_info.directories_.\n super__Vector_base<std" (field_expression "allocator<char>_>_>_>_>_>\n ._M_impl._M_finish" (field_expression "allocator<char>_>_>_>_>_>\n ._M_impl" (binary_expression "allocator<char>_>_>_>_>_" (binary_expression "allocator<char>_>_>_>_" (binary_expression "allocator<char>_>_>_" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > identifier) > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) != (binary_expression "line_info.directories_.\n super__Vector_base<std" (field_expression "line_info.directories_.\n super__Vector_base" (field_expression "line_info.directories_" identifier . field_identifier) . field_identifier) < identifier)) : : (binary_expression "vector<std" identifier < identifier) : : identifier : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<char>_>,_std" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : identifier : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<char>_>_>_>,_std" (binary_expression "allocator<char>_>_>_" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : (binary_expression "vector<std" identifier < identifier) : : identifier : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<char>_>,_std" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : identifier : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (field_expression "allocator<char>_>_>_>_>_>\n ._M_impl._M_start" (field_expression "allocator<char>_>_>_>_>_>\n ._M_impl" (binary_expression "allocator<char>_>_>_>_>_" (binary_expression "allocator<char>_>_>_>_" (binary_expression "allocator<char>_>_>_" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > identifier) > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) )) (compound_statement "{\n local_174 = (Sized_dwarf_line_info<64,_true> *)\n line_info.directories_.\n super__Vector_base<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>,_std::allocator<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>\n ._M_impl._M_finish;\n local_170 = (Sized_dwarf_line_info<64,_true> *)\n line_info.directories_.\n super__Vector_base<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>,_std::allocator<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>\n ._M_impl._M_start;\n oVar2 = local_17c;\n do {\n local_17c._4_4_ = (undefined4)((ulonglong)oVar2 >> 0x20);\n local_17c._0_4_ = *(_func_int_varargs ***)&local_170->data_valid_;\n pp_Var7 = (local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info;\n if ((_func_int_varargs **)local_17c != pp_Var7) {\n do {\n if ((_func_int_varargs **)*pp_Var7 != pp_Var7 + 2) {\n *(_func_int_varargs **)((int)puVar6 + -0x10) = *pp_Var7;\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c374;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }\n oVar2 = CONCAT44(local_17c._4_4_,(_func_int_varargs **)local_17c);\n pp_Var7 = pp_Var7 + 6;\n } while ((_func_int_varargs **)local_17c != pp_Var7);\n pp_Var7 = (local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info;\n }\n local_17c = oVar2;\n if (pp_Var7 != (_func_int_varargs **)0x0) {\n *(_func_int_varargs ***)((int)puVar6 + -0x10) = pp_Var7;\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c399;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }\n local_170 = (Sized_dwarf_line_info<64,_true> *)((int)&(local_170->header_).total_length + 4);\n oVar2 = local_17c;\n } while (local_174 != local_170);\n }" { (expression_statement "local_174 = (Sized_dwarf_line_info<64,_true> *)\n line_info.directories_.\n super__Vector_base<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>,_std::allocator<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>\n ._M_impl._M_finish;\n local_170 = (Sized_dwarf_line_info<64,_true> *)\n line_info.directories_.\n super__Vector_base<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>,_std::allocator<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>\n ._M_impl._M_start;\n oVar2 = local_17c;\n do {\n local_17c._4_4_ = (undefined4)((ulonglong)oVar2 >> 0x20);\n local_17c._0_4_ = *(_func_int_varargs ***)&local_170->data_valid_;\n pp_Var7 = (local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info;\n if ((_func_int_varargs **)local_17c != pp_Var7) {\n do {\n if ((_func_int_varargs **)*pp_Var7 != pp_Var7 + 2) {\n *(_func_int_varargs **)((int)puVar6 + -0x10) = *pp_Var7;\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c374;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }\n oVar2 = CONCAT44(local_17c._4_4_,(_func_int_varargs **)local_17c);\n pp_Var7 = pp_Var7 + 6;\n } while ((_func_int_varargs **)local_17c != pp_Var7);\n pp_Var7 = (local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info;\n }\n local_17c = oVar2;\n if (pp_Var7 != (_func_int_varargs **)0x0) {\n *(_func_int_varargs ***)((int)puVar6 + -0x10) = pp_Var7;\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c399;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }\n local_170 = (Sized_dwarf_line_info<64,_true> *)((int)&(local_170->header_).total_length + 4);\n oVar2 = local_17c;\n } while (local_174 != local_170);" (assignment_expression "local_174 = (Sized_dwarf_line_info<64,_true> *)\n line_info.directories_.\n super__Vector_base<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>,_std::allocator<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>\n ._M_impl._M_finish;\n local_170 = (Sized_dwarf_line_info<64,_true> *)\n line_info.directories_.\n super__Vector_base<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>,_std::allocator<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>\n ._M_impl._M_start;\n oVar2 = local_17c;\n do {\n local_17c._4_4_ = (undefined4)((ulonglong)oVar2 >> 0x20);\n local_17c._0_4_ = *(_func_int_varargs ***)&local_170->data_valid_;\n pp_Var7 = (local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info;\n if ((_func_int_varargs **)local_17c != pp_Var7) {\n do {\n if ((_func_int_varargs **)*pp_Var7 != pp_Var7 + 2) {\n *(_func_int_varargs **)((int)puVar6 + -0x10) = *pp_Var7;\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c374;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }\n oVar2 = CONCAT44(local_17c._4_4_,(_func_int_varargs **)local_17c);\n pp_Var7 = pp_Var7 + 6;\n } while ((_func_int_varargs **)local_17c != pp_Var7);\n pp_Var7 = (local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info;\n }\n local_17c = oVar2;\n if (pp_Var7 != (_func_int_varargs **)0x0) {\n *(_func_int_varargs ***)((int)puVar6 + -0x10) = pp_Var7;\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c399;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }\n local_170 = (Sized_dwarf_line_info<64,_true> *)((int)&(local_170->header_).total_length + 4);\n oVar2 = local_17c;\n } while (local_174 != local_170)" identifier = (parenthesized_expression "(Sized_dwarf_line_info<64,_true> *)\n line_info.directories_.\n super__Vector_base<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>,_std::allocator<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>\n ._M_impl._M_finish;\n local_170 = (Sized_dwarf_line_info<64,_true> *)\n line_info.directories_.\n super__Vector_base<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>,_std::allocator<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>\n ._M_impl._M_start;\n oVar2 = local_17c;\n do {\n local_17c._4_4_ = (undefined4)((ulonglong)oVar2 >> 0x20);\n local_17c._0_4_ = *(_func_int_varargs ***)&local_170->data_valid_;\n pp_Var7 = (local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info;\n if ((_func_int_varargs **)local_17c != pp_Var7) {\n do {\n if ((_func_int_varargs **)*pp_Var7 != pp_Var7 + 2) {\n *(_func_int_varargs **)((int)puVar6 + -0x10) = *pp_Var7;\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c374;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }\n oVar2 = CONCAT44(local_17c._4_4_,(_func_int_varargs **)local_17c);\n pp_Var7 = pp_Var7 + 6;\n } while ((_func_int_varargs **)local_17c != pp_Var7);\n pp_Var7 = (local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info;\n }\n local_17c = oVar2;\n if (pp_Var7 != (_func_int_varargs **)0x0) {\n *(_func_int_varargs ***)((int)puVar6 + -0x10) = pp_Var7;\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c399;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }\n local_170 = (Sized_dwarf_line_info<64,_true> *)((int)&(local_170->header_).total_length + 4);\n oVar2 = local_17c;\n } while (local_174 != local_170)" ( (ERROR "Sized_dwarf_line_info<64,_true> *)\n line_info.directories_.\n super__Vector_base<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>,_std::allocator<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>\n ._M_impl._M_finish;" (comma_expression "Sized_dwarf_line_info<64,_true> *)\n line_info.directories_.\n super__Vector_base<std" (binary_expression "Sized_dwarf_line_info<64" identifier < number_literal) , (binary_expression "_true> *)\n line_info.directories_.\n super__Vector_base<std" (binary_expression "_true> *)\n line_info.directories_.\n super__Vector_base" identifier > (pointer_expression "*)\n line_info.directories_.\n super__Vector_base" * (ERROR ")" )) (field_expression "line_info.directories_.\n super__Vector_base" (field_expression "line_info.directories_" identifier . field_identifier) . field_identifier))) < identifier)) : : (binary_expression "vector<std" identifier < identifier) : : identifier : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<char>_>,_std" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : identifier : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<char>_>_>_>,_std" (binary_expression "allocator<char>_>_>_" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : (binary_expression "vector<std" identifier < identifier) : : identifier : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<char>_>,_std" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : identifier : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (field_expression "allocator<char>_>_>_>_>_>\n ._M_impl._M_finish" (field_expression "allocator<char>_>_>_>_>_>\n ._M_impl" (binary_expression "allocator<char>_>_>_>_>_" (binary_expression "allocator<char>_>_>_>_" (binary_expression "allocator<char>_>_>_" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > identifier) > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (assignment_expression "local_170 = (Sized_dwarf_line_info<64,_true> *)\n line_info.directories_.\n super__Vector_base<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>,_std::allocator<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>\n ._M_impl._M_start;\n oVar2 = local_17c;\n do {\n local_17c._4_4_ = (undefined4)((ulonglong)oVar2 >> 0x20);\n local_17c._0_4_ = *(_func_int_varargs ***)&local_170->data_valid_;\n pp_Var7 = (local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info;\n if ((_func_int_varargs **)local_17c != pp_Var7) {\n do {\n if ((_func_int_varargs **)*pp_Var7 != pp_Var7 + 2) {\n *(_func_int_varargs **)((int)puVar6 + -0x10) = *pp_Var7;\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c374;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }\n oVar2 = CONCAT44(local_17c._4_4_,(_func_int_varargs **)local_17c);\n pp_Var7 = pp_Var7 + 6;\n } while ((_func_int_varargs **)local_17c != pp_Var7);\n pp_Var7 = (local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info;\n }\n local_17c = oVar2;\n if (pp_Var7 != (_func_int_varargs **)0x0) {\n *(_func_int_varargs ***)((int)puVar6 + -0x10) = pp_Var7;\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c399;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }\n local_170 = (Sized_dwarf_line_info<64,_true> *)((int)&(local_170->header_).total_length + 4);\n oVar2 = local_17c;\n } while (local_174 != local_170)" identifier = (parenthesized_expression "(Sized_dwarf_line_info<64,_true> *)\n line_info.directories_.\n super__Vector_base<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>,_std::allocator<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>\n ._M_impl._M_start;\n oVar2 = local_17c;\n do {\n local_17c._4_4_ = (undefined4)((ulonglong)oVar2 >> 0x20);\n local_17c._0_4_ = *(_func_int_varargs ***)&local_170->data_valid_;\n pp_Var7 = (local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info;\n if ((_func_int_varargs **)local_17c != pp_Var7) {\n do {\n if ((_func_int_varargs **)*pp_Var7 != pp_Var7 + 2) {\n *(_func_int_varargs **)((int)puVar6 + -0x10) = *pp_Var7;\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c374;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }\n oVar2 = CONCAT44(local_17c._4_4_,(_func_int_varargs **)local_17c);\n pp_Var7 = pp_Var7 + 6;\n } while ((_func_int_varargs **)local_17c != pp_Var7);\n pp_Var7 = (local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info;\n }\n local_17c = oVar2;\n if (pp_Var7 != (_func_int_varargs **)0x0) {\n *(_func_int_varargs ***)((int)puVar6 + -0x10) = pp_Var7;\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c399;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }\n local_170 = (Sized_dwarf_line_info<64,_true> *)((int)&(local_170->header_).total_length + 4);\n oVar2 = local_17c;\n } while (local_174 != local_170)" ( (ERROR "Sized_dwarf_line_info<64,_true> *)\n line_info.directories_.\n super__Vector_base<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>,_std::allocator<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>\n ._M_impl._M_start;\n oVar2 = local_17c;\n do" (comma_expression "Sized_dwarf_line_info<64,_true> *)\n line_info.directories_.\n super__Vector_base<std" (binary_expression "Sized_dwarf_line_info<64" identifier < number_literal) , (binary_expression "_true> *)\n line_info.directories_.\n super__Vector_base<std" (binary_expression "_true> *)\n line_info.directories_.\n super__Vector_base" identifier > (pointer_expression "*)\n line_info.directories_.\n super__Vector_base" * (ERROR ")" )) (field_expression "line_info.directories_.\n super__Vector_base" (field_expression "line_info.directories_" identifier . field_identifier) . field_identifier))) < identifier)) : : (binary_expression "vector<std" identifier < identifier) : : identifier : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<char>_>,_std" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : identifier : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<char>_>_>_>,_std" (binary_expression "allocator<char>_>_>_" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : (binary_expression "vector<std" identifier < identifier) : : identifier : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<char>_>,_std" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : identifier : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (field_expression "allocator<char>_>_>_>_>_>\n ._M_impl._M_start" (field_expression "allocator<char>_>_>_>_>_>\n ._M_impl" (binary_expression "allocator<char>_>_>_>_>_" (binary_expression "allocator<char>_>_>_>_" (binary_expression "allocator<char>_>_>_" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > identifier) > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ; (assignment_expression "oVar2 = local_17c" identifier = identifier) ; do) (compound_statement "{\n local_17c._4_4_ = (undefined4)((ulonglong)oVar2 >> 0x20);\n local_17c._0_4_ = *(_func_int_varargs ***)&local_170->data_valid_;\n pp_Var7 = (local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info;\n if ((_func_int_varargs **)local_17c != pp_Var7) {\n do {\n if ((_func_int_varargs **)*pp_Var7 != pp_Var7 + 2) {\n *(_func_int_varargs **)((int)puVar6 + -0x10) = *pp_Var7;\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c374;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }\n oVar2 = CONCAT44(local_17c._4_4_,(_func_int_varargs **)local_17c);\n pp_Var7 = pp_Var7 + 6;\n } while ((_func_int_varargs **)local_17c != pp_Var7);\n pp_Var7 = (local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info;\n }\n local_17c = oVar2;\n if (pp_Var7 != (_func_int_varargs **)0x0) {\n *(_func_int_varargs ***)((int)puVar6 + -0x10) = pp_Var7;\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c399;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }\n local_170 = (Sized_dwarf_line_info<64,_true> *)((int)&(local_170->header_).total_length + 4);\n oVar2 = local_17c;\n }" { (expression_statement "local_17c._4_4_ = (undefined4)((ulonglong)oVar2 >> 0x20);" (assignment_expression "local_17c._4_4_ = (undefined4)((ulonglong)oVar2 >> 0x20)" (field_expression "local_17c._4_4_" identifier . field_identifier) = (call_expression "(undefined4)((ulonglong)oVar2 >> 0x20)" (parenthesized_expression "(undefined4)" ( identifier )) (argument_list "((ulonglong)oVar2 >> 0x20)" ( (binary_expression "(ulonglong)oVar2 >> 0x20" (cast_expression "(ulonglong)oVar2" ( (type_descriptor "ulonglong" type_identifier) ) identifier) >> number_literal) )))) ;) (expression_statement "local_17c._0_4_ = *(_func_int_varargs ***)&local_170->data_valid_;" (assignment_expression "local_17c._0_4_ = *(_func_int_varargs ***)&local_170->data_valid_" (field_expression "local_17c._0_4_" identifier . field_identifier) = (pointer_expression "*(_func_int_varargs ***)&local_170->data_valid_" * (cast_expression "(_func_int_varargs ***)&local_170->data_valid_" ( (type_descriptor "_func_int_varargs ***" type_identifier (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)))) ) (pointer_expression "&local_170->data_valid_" & (field_expression "local_170->data_valid_" identifier -> field_identifier))))) ;) (expression_statement "pp_Var7 = (local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info;" (assignment_expression "pp_Var7 = (local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info" identifier = (field_expression "(local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info" (parenthesized_expression "(local_170->super_Dwarf_line_info)" ( (field_expression "local_170->super_Dwarf_line_info" identifier -> field_identifier) )) . field_identifier)) ;) (if_statement "if ((_func_int_varargs **)local_17c != pp_Var7) {\n do {\n if ((_func_int_varargs **)*pp_Var7 != pp_Var7 + 2) {\n *(_func_int_varargs **)((int)puVar6 + -0x10) = *pp_Var7;\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c374;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }\n oVar2 = CONCAT44(local_17c._4_4_,(_func_int_varargs **)local_17c);\n pp_Var7 = pp_Var7 + 6;\n } while ((_func_int_varargs **)local_17c != pp_Var7);\n pp_Var7 = (local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info;\n }" if (parenthesized_expression "((_func_int_varargs **)local_17c != pp_Var7)" ( (binary_expression "(_func_int_varargs **)local_17c != pp_Var7" (cast_expression "(_func_int_varargs **)local_17c" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier) != identifier) )) (compound_statement "{\n do {\n if ((_func_int_varargs **)*pp_Var7 != pp_Var7 + 2) {\n *(_func_int_varargs **)((int)puVar6 + -0x10) = *pp_Var7;\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c374;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }\n oVar2 = CONCAT44(local_17c._4_4_,(_func_int_varargs **)local_17c);\n pp_Var7 = pp_Var7 + 6;\n } while ((_func_int_varargs **)local_17c != pp_Var7);\n pp_Var7 = (local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info;\n }" { (do_statement "do {\n if ((_func_int_varargs **)*pp_Var7 != pp_Var7 + 2) {\n *(_func_int_varargs **)((int)puVar6 + -0x10) = *pp_Var7;\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c374;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }\n oVar2 = CONCAT44(local_17c._4_4_,(_func_int_varargs **)local_17c);\n pp_Var7 = pp_Var7 + 6;\n } while ((_func_int_varargs **)local_17c != pp_Var7);" do (compound_statement "{\n if ((_func_int_varargs **)*pp_Var7 != pp_Var7 + 2) {\n *(_func_int_varargs **)((int)puVar6 + -0x10) = *pp_Var7;\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c374;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }\n oVar2 = CONCAT44(local_17c._4_4_,(_func_int_varargs **)local_17c);\n pp_Var7 = pp_Var7 + 6;\n }" { (if_statement "if ((_func_int_varargs **)*pp_Var7 != pp_Var7 + 2) {\n *(_func_int_varargs **)((int)puVar6 + -0x10) = *pp_Var7;\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c374;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }" if (parenthesized_expression "((_func_int_varargs **)*pp_Var7 != pp_Var7 + 2)" ( (binary_expression "(_func_int_varargs **)*pp_Var7 != pp_Var7 + 2" (cast_expression "(_func_int_varargs **)*pp_Var7" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "*pp_Var7" * identifier)) != (binary_expression "pp_Var7 + 2" identifier + number_literal)) )) (compound_statement "{\n *(_func_int_varargs **)((int)puVar6 + -0x10) = *pp_Var7;\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c374;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }" { (expression_statement "*(_func_int_varargs **)((int)puVar6 + -0x10) = *pp_Var7;" (assignment_expression "*(_func_int_varargs **)((int)puVar6 + -0x10) = *pp_Var7" (pointer_expression "*(_func_int_varargs **)((int)puVar6 + -0x10)" * (cast_expression "(_func_int_varargs **)((int)puVar6 + -0x10)" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)puVar6 + -0x10)" ( (binary_expression "(int)puVar6 + -0x10" (cast_expression "(int)puVar6" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = (pointer_expression "*pp_Var7" * identifier)) ;) (expression_statement "*(undefined4 *)((int)puVar6 + -0x14) = 0x13c374;" (assignment_expression "*(undefined4 *)((int)puVar6 + -0x14) = 0x13c374" (pointer_expression "*(undefined4 *)((int)puVar6 + -0x14)" * (cast_expression "(undefined4 *)((int)puVar6 + -0x14)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar6 + -0x14)" ( (binary_expression "(int)puVar6 + -0x14" (cast_expression "(int)puVar6" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "operator_delete(*(void **)((int)puVar6 + -0x10));" (call_expression "operator_delete(*(void **)((int)puVar6 + -0x10))" identifier (argument_list "(*(void **)((int)puVar6 + -0x10))" ( (pointer_expression "*(void **)((int)puVar6 + -0x10)" * (cast_expression "(void **)((int)puVar6 + -0x10)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)puVar6 + -0x10)" ( (binary_expression "(int)puVar6 + -0x10" (cast_expression "(int)puVar6" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) ))) ;) })) (expression_statement "oVar2 = CONCAT44(local_17c._4_4_,(_func_int_varargs **)local_17c);" (assignment_expression "oVar2 = CONCAT44(local_17c._4_4_,(_func_int_varargs **)local_17c)" identifier = (call_expression "CONCAT44(local_17c._4_4_,(_func_int_varargs **)local_17c)" identifier (argument_list "(local_17c._4_4_,(_func_int_varargs **)local_17c)" ( (field_expression "local_17c._4_4_" identifier . field_identifier) , (cast_expression "(_func_int_varargs **)local_17c" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier) )))) ;) (expression_statement "pp_Var7 = pp_Var7 + 6;" (assignment_expression "pp_Var7 = pp_Var7 + 6" identifier = (binary_expression "pp_Var7 + 6" identifier + number_literal)) ;) }) while (parenthesized_expression "((_func_int_varargs **)local_17c != pp_Var7)" ( (binary_expression "(_func_int_varargs **)local_17c != pp_Var7" (cast_expression "(_func_int_varargs **)local_17c" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier) != identifier) )) ;) (expression_statement "pp_Var7 = (local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info;" (assignment_expression "pp_Var7 = (local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info" identifier = (field_expression "(local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info" (parenthesized_expression "(local_170->super_Dwarf_line_info)" ( (field_expression "local_170->super_Dwarf_line_info" identifier -> field_identifier) )) . field_identifier)) ;) })) (expression_statement "local_17c = oVar2;" (assignment_expression "local_17c = oVar2" identifier = identifier) ;) (if_statement "if (pp_Var7 != (_func_int_varargs **)0x0) {\n *(_func_int_varargs ***)((int)puVar6 + -0x10) = pp_Var7;\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c399;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }" if (parenthesized_expression "(pp_Var7 != (_func_int_varargs **)0x0)" ( (binary_expression "pp_Var7 != (_func_int_varargs **)0x0" identifier != (cast_expression "(_func_int_varargs **)0x0" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal)) )) (compound_statement "{\n *(_func_int_varargs ***)((int)puVar6 + -0x10) = pp_Var7;\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c399;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }" { (expression_statement "*(_func_int_varargs ***)((int)puVar6 + -0x10) = pp_Var7;" (assignment_expression "*(_func_int_varargs ***)((int)puVar6 + -0x10) = pp_Var7" (pointer_expression "*(_func_int_varargs ***)((int)puVar6 + -0x10)" * (cast_expression "(_func_int_varargs ***)((int)puVar6 + -0x10)" ( (type_descriptor "_func_int_varargs ***" type_identifier (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)))) ) (parenthesized_expression "((int)puVar6 + -0x10)" ( (binary_expression "(int)puVar6 + -0x10" (cast_expression "(int)puVar6" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "*(undefined4 *)((int)puVar6 + -0x14) = 0x13c399;" (assignment_expression "*(undefined4 *)((int)puVar6 + -0x14) = 0x13c399" (pointer_expression "*(undefined4 *)((int)puVar6 + -0x14)" * (cast_expression "(undefined4 *)((int)puVar6 + -0x14)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar6 + -0x14)" ( (binary_expression "(int)puVar6 + -0x14" (cast_expression "(int)puVar6" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "operator_delete(*(void **)((int)puVar6 + -0x10));" (call_expression "operator_delete(*(void **)((int)puVar6 + -0x10))" identifier (argument_list "(*(void **)((int)puVar6 + -0x10))" ( (pointer_expression "*(void **)((int)puVar6 + -0x10)" * (cast_expression "(void **)((int)puVar6 + -0x10)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)puVar6 + -0x10)" ( (binary_expression "(int)puVar6 + -0x10" (cast_expression "(int)puVar6" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) ))) ;) })) (expression_statement "local_170 = (Sized_dwarf_line_info<64,_true> *)((int)&(local_170->header_).total_length + 4);" (assignment_expression "local_170 = (Sized_dwarf_line_info<64,_true> *)((int)&(local_170->header_).total_length + 4)" identifier = (call_expression "(Sized_dwarf_line_info<64,_true> *)((int)&(local_170->header_).total_length + 4)" (parenthesized_expression "(Sized_dwarf_line_info<64,_true> *)" ( (comma_expression "Sized_dwarf_line_info<64,_true> *" (binary_expression "Sized_dwarf_line_info<64" identifier < number_literal) , (binary_expression "_true> *" identifier > (pointer_expression "*" * identifier))) )) (argument_list "((int)&(local_170->header_).total_length + 4)" ( (binary_expression "(int)&(local_170->header_).total_length + 4" (cast_expression "(int)&(local_170->header_).total_length" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&(local_170->header_).total_length" & (field_expression "(local_170->header_).total_length" (parenthesized_expression "(local_170->header_)" ( (field_expression "local_170->header_" identifier -> field_identifier) )) . field_identifier))) + number_literal) )))) ;) (expression_statement "oVar2 = local_17c;" (assignment_expression "oVar2 = local_17c" identifier = identifier) ;) }) (ERROR "while (local_174 != local_170" while ( identifier != identifier) ))) ))) ;) })) (if_statement "if (line_info.directories_.\n super__Vector_base<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>,_std::allocator<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>\n ._M_impl._M_start != (pointer)0x0) {\n *(pointer *)((int)puVar6 + -0x10) =\n line_info.directories_.\n super__Vector_base<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>,_std::allocator<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>\n ._M_impl._M_start;\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c3c3;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }" if (parenthesized_expression "(line_info.directories_.\n super__Vector_base<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>,_std::allocator<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>\n ._M_impl._M_start != (pointer)0x0)" ( (ERROR "line_info.directories_.\n super__Vector_base<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>,_std::allocator<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::" (comma_expression "line_info.directories_.\n super__Vector_base<std::vector<std::__cxx11::basic_string<char,_std" (binary_expression "line_info.directories_.\n super__Vector_base<std::vector<std::__cxx11::basic_string<char" (binary_expression "line_info.directories_.\n super__Vector_base<std::vector<std" (binary_expression "line_info.directories_.\n super__Vector_base<std" (field_expression "line_info.directories_.\n super__Vector_base" (field_expression "line_info.directories_" identifier . field_identifier) . field_identifier) < identifier) (ERROR "::vector" : : identifier) < identifier) (ERROR "::__cxx11::basic_string" : : identifier : : identifier) < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<char>_>,_std" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : identifier : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<char>_>_>_>,_std" (binary_expression "allocator<char>_>_>_" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : (binary_expression "vector<std" identifier < identifier) : : identifier : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<char>_>,_std" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : identifier : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (binary_expression "allocator<char>_>_>_>_>_>\n ._M_impl._M_start != (pointer)0x0" (field_expression "allocator<char>_>_>_>_>_>\n ._M_impl._M_start" (field_expression "allocator<char>_>_>_>_>_>\n ._M_impl" (binary_expression "allocator<char>_>_>_>_>_" (binary_expression "allocator<char>_>_>_>_" (binary_expression "allocator<char>_>_>_" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > identifier) > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) != (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) )) (compound_statement "{\n *(pointer *)((int)puVar6 + -0x10) =\n line_info.directories_.\n super__Vector_base<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>,_std::allocator<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>_>_>\n ._M_impl._M_start;\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c3c3;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }" { (ERROR "*(pointer *)((int)puVar6 + -0x10) =\n line_info.directories_.\n super__Vector_base<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>,_std::allocator<std::vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::" (comma_expression "*(pointer *)((int)puVar6 + -0x10) =\n line_info.directories_.\n super__Vector_base<std::vector<std::__cxx11::basic_string<char,_std" (binary_expression "*(pointer *)((int)puVar6 + -0x10) =\n line_info.directories_.\n super__Vector_base<std::vector<std::__cxx11::basic_string<char" (binary_expression "*(pointer *)((int)puVar6 + -0x10) =\n line_info.directories_.\n super__Vector_base<std::vector<std" (assignment_expression "*(pointer *)((int)puVar6 + -0x10) =\n line_info.directories_.\n super__Vector_base<std" (pointer_expression "*(pointer *)((int)puVar6 + -0x10)" * (cast_expression "(pointer *)((int)puVar6 + -0x10)" ( (type_descriptor "pointer *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar6 + -0x10)" ( (binary_expression "(int)puVar6 + -0x10" (cast_expression "(int)puVar6" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = (binary_expression "line_info.directories_.\n super__Vector_base<std" (field_expression "line_info.directories_.\n super__Vector_base" (field_expression "line_info.directories_" identifier . field_identifier) . field_identifier) < identifier)) (ERROR "::vector" : : identifier) < identifier) (ERROR "::__cxx11::basic_string" : : identifier : : identifier) < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<char>_>,_std" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : (comma_expression "__cxx11::basic_string<char,_std::char_traits<char>,_std" identifier (ERROR "::basic_string<char,_std::char_traits<char>" : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char" identifier < identifier) >) , identifier) : : (binary_expression "allocator<char>_>_>_>,_std" (binary_expression "allocator<char>_>_>_" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : (binary_expression "vector<std" identifier < identifier) : : (comma_expression "__cxx11::basic_string<char,_std::char_traits<char>,_std" identifier (ERROR "::basic_string<char,_std::char_traits<char>" : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char" identifier < identifier) >) , identifier) : : (binary_expression "allocator<char>_>,_std" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : (comma_expression "__cxx11::basic_string<char,_std::char_traits<char>,_std" identifier (ERROR "::basic_string<char,_std::char_traits<char>" : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char" identifier < identifier) >) , identifier) : :) (expression_statement "allocator<char>_>_>_>_>_>\n ._M_impl._M_start;" (field_expression "allocator<char>_>_>_>_>_>\n ._M_impl._M_start" (field_expression "allocator<char>_>_>_>_>_>\n ._M_impl" (binary_expression "allocator<char>_>_>_>_>_" (binary_expression "allocator<char>_>_>_>_" (binary_expression "allocator<char>_>_>_" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > identifier) > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (expression_statement "*(undefined4 *)((int)puVar6 + -0x14) = 0x13c3c3;" (assignment_expression "*(undefined4 *)((int)puVar6 + -0x14) = 0x13c3c3" (pointer_expression "*(undefined4 *)((int)puVar6 + -0x14)" * (cast_expression "(undefined4 *)((int)puVar6 + -0x14)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar6 + -0x14)" ( (binary_expression "(int)puVar6 + -0x14" (cast_expression "(int)puVar6" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "operator_delete(*(void **)((int)puVar6 + -0x10));" (call_expression "operator_delete(*(void **)((int)puVar6 + -0x10))" identifier (argument_list "(*(void **)((int)puVar6 + -0x10))" ( (pointer_expression "*(void **)((int)puVar6 + -0x10)" * (cast_expression "(void **)((int)puVar6 + -0x10)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)puVar6 + -0x10)" ( (binary_expression "(int)puVar6 + -0x10" (cast_expression "(int)puVar6" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) ))) ;) })) (if_statement "if (line_info.header_.std_opcode_lengths.\n super__Vector_base<unsigned_char,_std::allocator<unsigned_char>_>._M_impl._M_start !=\n (pointer)0x0) {\n *(pointer *)((int)puVar6 + -0x10) =\n line_info.header_.std_opcode_lengths.\n super__Vector_base<unsigned_char,_std::allocator<unsigned_char>_>._M_impl._M_start;\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c3db;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }" if (parenthesized_expression "(line_info.header_.std_opcode_lengths.\n super__Vector_base<unsigned_char,_std::allocator<unsigned_char>_>._M_impl._M_start !=\n (pointer)0x0)" ( (ERROR "line_info.header_.std_opcode_lengths.\n super__Vector_base<unsigned_char,_std::" (comma_expression "line_info.header_.std_opcode_lengths.\n super__Vector_base<unsigned_char,_std" (binary_expression "line_info.header_.std_opcode_lengths.\n super__Vector_base<unsigned_char" (field_expression "line_info.header_.std_opcode_lengths.\n super__Vector_base" (field_expression "line_info.header_.std_opcode_lengths" (field_expression "line_info.header_" identifier . field_identifier) . field_identifier) . field_identifier) < identifier) , identifier) : :) (binary_expression "allocator<unsigned_char>_>._M_impl._M_start !=\n (pointer)0x0" (field_expression "allocator<unsigned_char>_>._M_impl._M_start" (field_expression "allocator<unsigned_char>_>._M_impl" (binary_expression "allocator<unsigned_char>_" (binary_expression "allocator<unsigned_char" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) != (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) )) (compound_statement "{\n *(pointer *)((int)puVar6 + -0x10) =\n line_info.header_.std_opcode_lengths.\n super__Vector_base<unsigned_char,_std::allocator<unsigned_char>_>._M_impl._M_start;\n *(undefined4 *)((int)puVar6 + -0x14) = 0x13c3db;\n operator_delete(*(void **)((int)puVar6 + -0x10));\n }" { (ERROR "*(pointer *)((int)puVar6 + -0x10) =\n line_info.header_.std_opcode_lengths.\n super__Vector_base<unsigned_char,_std::" (comma_expression "*(pointer *)((int)puVar6 + -0x10) =\n line_info.header_.std_opcode_lengths.\n super__Vector_base<unsigned_char,_std" (assignment_expression "*(pointer *)((int)puVar6 + -0x10) =\n line_info.header_.std_opcode_lengths.\n super__Vector_base<unsigned_char" (pointer_expression "*(pointer *)((int)puVar6 + -0x10)" * (cast_expression "(pointer *)((int)puVar6 + -0x10)" ( (type_descriptor "pointer *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar6 + -0x10)" ( (binary_expression "(int)puVar6 + -0x10" (cast_expression "(int)puVar6" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = (binary_expression "line_info.header_.std_opcode_lengths.\n super__Vector_base<unsigned_char" (field_expression "line_info.header_.std_opcode_lengths.\n super__Vector_base" (field_expression "line_info.header_.std_opcode_lengths" (field_expression "line_info.header_" identifier . field_identifier) . field_identifier) . field_identifier) < identifier)) , identifier) : :) (expression_statement "allocator<unsigned_char>_>._M_impl._M_start;" (field_expression "allocator<unsigned_char>_>._M_impl._M_start" (field_expression "allocator<unsigned_char>_>._M_impl" (binary_expression "allocator<unsigned_char>_" (binary_expression "allocator<unsigned_char" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (expression_statement "*(undefined4 *)((int)puVar6 + -0x14) = 0x13c3db;" (assignment_expression "*(undefined4 *)((int)puVar6 + -0x14) = 0x13c3db" (pointer_expression "*(undefined4 *)((int)puVar6 + -0x14)" * (cast_expression "(undefined4 *)((int)puVar6 + -0x14)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar6 + -0x14)" ( (binary_expression "(int)puVar6 + -0x14" (cast_expression "(int)puVar6" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "operator_delete(*(void **)((int)puVar6 + -0x10));" (call_expression "operator_delete(*(void **)((int)puVar6 + -0x10))" identifier (argument_list "(*(void **)((int)puVar6 + -0x10))" ( (pointer_expression "*(void **)((int)puVar6 + -0x10)" * (cast_expression "(void **)((int)puVar6 + -0x10)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)puVar6 + -0x10)" ( (binary_expression "(int)puVar6 + -0x10" (cast_expression "(int)puVar6" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) ))) ;) })) (return_statement "return ret;" return identifier ;) (ERROR "}" }))
(translation_unit "int FUN_0013c0c0(int param_1,int param_2,undefined4 param_3,undefined **param_4,undefined4 param_5)\n\n{\n code *pcVar1;\n undefined **ppuVar2;\n char cVar3;\n undefined4 *puVar4;\n undefined4 *puVar5;\n undefined **ppuVar6;\n undefined1 auStack_190 [12];\n int **local_184;\n undefined1 *local_180;\n undefined **local_17c;\n undefined4 local_178;\n undefined ***local_174;\n undefined ***local_170;\n undefined ***local_160;\n int local_15c;\n undefined1 local_158 [16];\n undefined1 *local_148;\n undefined4 local_144;\n undefined1 local_140 [16];\n int local_130;\n undefined1 *local_12c [2];\n undefined1 local_124 [92];\n undefined **local_c8 [12];\n int local_98;\n int local_80;\n undefined ***local_6c;\n undefined ***local_68;\n undefined ***local_60;\n undefined ***local_5c;\n undefined1 local_50 [8];\n undefined4 local_48;\n undefined1 local_38 [40];\n \n local_170 = local_c8;\n local_17c = param_4;\n local_178 = param_5;\n FUN_00219d20();\n \n FUN_00217d90(param_1,local_170);\n puVar5 = (undefined4 *)auStack_190;\n if (*(int *)(param_1 + 4) == 0) {\n \n FUN_0024fe30();\n local_184 = (int **)&local_160;\n local_174 = (undefined ***)local_158;\n local_15c = 0;\n local_180 = local_140;\n local_158[0] = 0;\n local_144 = 0;\n local_140[0] = 0;\n local_160 = local_174;\n local_148 = local_180;\n \n cVar3 = FUN_001309b0(*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),local_17c);\n if (cVar3 == '\0') {\n FUN_00251be0();\n pcVar1 = *(code **)(**(int **)(param_2 + 8) + 0x40);\n if (pcVar1 == FUN_000b1170) {\n FUN_000b0fc0();\n }\n else {\n (*pcVar1)();\n }\n \n FUN_00251a30();\n if (local_12c[0] != local_124) {\n FUN_00248220();\n }\n snprintf((char *)local_12c,100,"+0x%lx)");\n puVar4 = (undefined4 *)&stack0xfffffe5c;\n \n FUN_00251be0();\n }\n else {\n if (local_15c != 0) {\n FUN_00251be0();\n FUN_00251a30();\n }\n if (*(int *)(param_1 + 4) == 0x7fffffff) {\n \n FUN_0028dc10();\n }\n FUN_00251a30();\n if (local_130 == 2) {\n gettext();\n FUN_00251be0();\n }\n puVar4 = (undefined4 *)&stack0xfffffe60;\n FUN_00251a30();\n }\n if (local_148 != local_180) {\n *puVar4 = local_148;\n puVar4[-1] = 0x13c239;\n FUN_00248220();\n }\n puVar5 = puVar4 + 4;\n if (local_160 != local_174) {\n *puVar4 = local_160;\n puVar4[-1] = 0x13c255;\n FUN_00248220();\n puVar5 = puVar4 + 4;\n }\n }\n local_c8[0] = &PTR_FUN_0040f910;\n ppuVar6 = &PTR_FUN_0040f910;\n if (local_80 != 0) {\n *(int *)((int)puVar5 + -0x10) = local_80;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c276;\n FUN_002481c0();\n ppuVar6 = local_c8[0];\n }\n local_c8[0] = ppuVar6;\n *(undefined1 **)((int)puVar5 + -0x10) = local_38;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c285;\n FUN_00131aa0();\n *(undefined4 *)((int)puVar5 + -0xc) = local_48;\n *(undefined1 **)((int)puVar5 + -0x10) = local_50;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c293;\n FUN_0013b4f0();\n if (local_5c != local_60) {\n local_174 = local_5c;\n local_170 = local_60;\n do {\n ppuVar6 = *local_170;\n ppuVar2 = local_170[1];\n if (local_170[1] != ppuVar6) {\n do {\n local_17c = ppuVar2;\n if ((undefined **)ppuVar6[1] != ppuVar6 + 3) {\n *(undefined **)((int)puVar5 + -0x10) = ppuVar6[1];\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c2dd;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 7;\n ppuVar2 = local_17c;\n } while (local_17c != ppuVar6);\n ppuVar6 = *local_170;\n }\n if (ppuVar6 != (undefined **)0x0) {\n *(undefined ***)((int)puVar5 + -0x10) = ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c302;\n FUN_00248220();\n }\n local_170 = local_170 + 3;\n } while (local_174 != local_170);\n }\n if (local_60 != (undefined ***)0x0) {\n *(undefined ****)((int)puVar5 + -0x10) = local_60;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c32c;\n FUN_00248220();\n }\n if (local_68 != local_6c) {\n local_174 = local_68;\n local_170 = local_6c;\n do {\n ppuVar6 = *local_170;\n ppuVar2 = local_170[1];\n if (local_170[1] != ppuVar6) {\n do {\n local_17c = ppuVar2;\n if ((undefined **)*ppuVar6 != ppuVar6 + 2) {\n *(undefined **)((int)puVar5 + -0x10) = *ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c374;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 6;\n ppuVar2 = local_17c;\n } while (local_17c != ppuVar6);\n ppuVar6 = *local_170;\n }\n if (ppuVar6 != (undefined **)0x0) {\n *(undefined ***)((int)puVar5 + -0x10) = ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c399;\n FUN_00248220();\n }\n local_170 = local_170 + 3;\n } while (local_174 != local_170);\n }\n if (local_6c != (undefined ***)0x0) {\n *(undefined ****)((int)puVar5 + -0x10) = local_6c;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c3c3;\n FUN_00248220();\n }\n if (local_98 != 0) {\n *(int *)((int)puVar5 + -0x10) = local_98;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c3db;\n FUN_00248220();\n }\n return param_1;\n}\n\n" (function_definition "int FUN_0013c0c0(int param_1,int param_2,undefined4 param_3,undefined **param_4,undefined4 param_5)\n\n{\n code *pcVar1;\n undefined **ppuVar2;\n char cVar3;\n undefined4 *puVar4;\n undefined4 *puVar5;\n undefined **ppuVar6;\n undefined1 auStack_190 [12];\n int **local_184;\n undefined1 *local_180;\n undefined **local_17c;\n undefined4 local_178;\n undefined ***local_174;\n undefined ***local_170;\n undefined ***local_160;\n int local_15c;\n undefined1 local_158 [16];\n undefined1 *local_148;\n undefined4 local_144;\n undefined1 local_140 [16];\n int local_130;\n undefined1 *local_12c [2];\n undefined1 local_124 [92];\n undefined **local_c8 [12];\n int local_98;\n int local_80;\n undefined ***local_6c;\n undefined ***local_68;\n undefined ***local_60;\n undefined ***local_5c;\n undefined1 local_50 [8];\n undefined4 local_48;\n undefined1 local_38 [40];\n \n local_170 = local_c8;\n local_17c = param_4;\n local_178 = param_5;\n FUN_00219d20();\n \n FUN_00217d90(param_1,local_170);\n puVar5 = (undefined4 *)auStack_190;\n if (*(int *)(param_1 + 4) == 0) {\n \n FUN_0024fe30();\n local_184 = (int **)&local_160;\n local_174 = (undefined ***)local_158;\n local_15c = 0;\n local_180 = local_140;\n local_158[0] = 0;\n local_144 = 0;\n local_140[0] = 0;\n local_160 = local_174;\n local_148 = local_180;\n \n cVar3 = FUN_001309b0(*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),local_17c);\n if (cVar3 == '\0') {\n FUN_00251be0();\n pcVar1 = *(code **)(**(int **)(param_2 + 8) + 0x40);\n if (pcVar1 == FUN_000b1170) {\n FUN_000b0fc0();\n }\n else {\n (*pcVar1)();\n }\n \n FUN_00251a30();\n if (local_12c[0] != local_124) {\n FUN_00248220();\n }\n snprintf((char *)local_12c,100,"+0x%lx)");\n puVar4 = (undefined4 *)&stack0xfffffe5c;\n \n FUN_00251be0();\n }\n else {\n if (local_15c != 0) {\n FUN_00251be0();\n FUN_00251a30();\n }\n if (*(int *)(param_1 + 4) == 0x7fffffff) {\n \n FUN_0028dc10();\n }\n FUN_00251a30();\n if (local_130 == 2) {\n gettext();\n FUN_00251be0();\n }\n puVar4 = (undefined4 *)&stack0xfffffe60;\n FUN_00251a30();\n }\n if (local_148 != local_180) {\n *puVar4 = local_148;\n puVar4[-1] = 0x13c239;\n FUN_00248220();\n }\n puVar5 = puVar4 + 4;\n if (local_160 != local_174) {\n *puVar4 = local_160;\n puVar4[-1] = 0x13c255;\n FUN_00248220();\n puVar5 = puVar4 + 4;\n }\n }\n local_c8[0] = &PTR_FUN_0040f910;\n ppuVar6 = &PTR_FUN_0040f910;\n if (local_80 != 0) {\n *(int *)((int)puVar5 + -0x10) = local_80;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c276;\n FUN_002481c0();\n ppuVar6 = local_c8[0];\n }\n local_c8[0] = ppuVar6;\n *(undefined1 **)((int)puVar5 + -0x10) = local_38;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c285;\n FUN_00131aa0();\n *(undefined4 *)((int)puVar5 + -0xc) = local_48;\n *(undefined1 **)((int)puVar5 + -0x10) = local_50;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c293;\n FUN_0013b4f0();\n if (local_5c != local_60) {\n local_174 = local_5c;\n local_170 = local_60;\n do {\n ppuVar6 = *local_170;\n ppuVar2 = local_170[1];\n if (local_170[1] != ppuVar6) {\n do {\n local_17c = ppuVar2;\n if ((undefined **)ppuVar6[1] != ppuVar6 + 3) {\n *(undefined **)((int)puVar5 + -0x10) = ppuVar6[1];\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c2dd;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 7;\n ppuVar2 = local_17c;\n } while (local_17c != ppuVar6);\n ppuVar6 = *local_170;\n }\n if (ppuVar6 != (undefined **)0x0) {\n *(undefined ***)((int)puVar5 + -0x10) = ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c302;\n FUN_00248220();\n }\n local_170 = local_170 + 3;\n } while (local_174 != local_170);\n }\n if (local_60 != (undefined ***)0x0) {\n *(undefined ****)((int)puVar5 + -0x10) = local_60;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c32c;\n FUN_00248220();\n }\n if (local_68 != local_6c) {\n local_174 = local_68;\n local_170 = local_6c;\n do {\n ppuVar6 = *local_170;\n ppuVar2 = local_170[1];\n if (local_170[1] != ppuVar6) {\n do {\n local_17c = ppuVar2;\n if ((undefined **)*ppuVar6 != ppuVar6 + 2) {\n *(undefined **)((int)puVar5 + -0x10) = *ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c374;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 6;\n ppuVar2 = local_17c;\n } while (local_17c != ppuVar6);\n ppuVar6 = *local_170;\n }\n if (ppuVar6 != (undefined **)0x0) {\n *(undefined ***)((int)puVar5 + -0x10) = ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c399;\n FUN_00248220();\n }\n local_170 = local_170 + 3;\n } while (local_174 != local_170);\n }\n if (local_6c != (undefined ***)0x0) {\n *(undefined ****)((int)puVar5 + -0x10) = local_6c;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c3c3;\n FUN_00248220();\n }\n if (local_98 != 0) {\n *(int *)((int)puVar5 + -0x10) = local_98;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c3db;\n FUN_00248220();\n }\n return param_1;\n}" primitive_type (function_declarator "FUN_0013c0c0(int param_1,int param_2,undefined4 param_3,undefined **param_4,undefined4 param_5)" identifier (parameter_list "(int param_1,int param_2,undefined4 param_3,undefined **param_4,undefined4 param_5)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "int param_2" primitive_type identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) , (parameter_declaration "undefined **param_4" type_identifier (pointer_declarator "**param_4" * (pointer_declarator "*param_4" * identifier))) , (parameter_declaration "undefined4 param_5" type_identifier identifier) ))) (compound_statement "{\n code *pcVar1;\n undefined **ppuVar2;\n char cVar3;\n undefined4 *puVar4;\n undefined4 *puVar5;\n undefined **ppuVar6;\n undefined1 auStack_190 [12];\n int **local_184;\n undefined1 *local_180;\n undefined **local_17c;\n undefined4 local_178;\n undefined ***local_174;\n undefined ***local_170;\n undefined ***local_160;\n int local_15c;\n undefined1 local_158 [16];\n undefined1 *local_148;\n undefined4 local_144;\n undefined1 local_140 [16];\n int local_130;\n undefined1 *local_12c [2];\n undefined1 local_124 [92];\n undefined **local_c8 [12];\n int local_98;\n int local_80;\n undefined ***local_6c;\n undefined ***local_68;\n undefined ***local_60;\n undefined ***local_5c;\n undefined1 local_50 [8];\n undefined4 local_48;\n undefined1 local_38 [40];\n \n local_170 = local_c8;\n local_17c = param_4;\n local_178 = param_5;\n FUN_00219d20();\n \n FUN_00217d90(param_1,local_170);\n puVar5 = (undefined4 *)auStack_190;\n if (*(int *)(param_1 + 4) == 0) {\n \n FUN_0024fe30();\n local_184 = (int **)&local_160;\n local_174 = (undefined ***)local_158;\n local_15c = 0;\n local_180 = local_140;\n local_158[0] = 0;\n local_144 = 0;\n local_140[0] = 0;\n local_160 = local_174;\n local_148 = local_180;\n \n cVar3 = FUN_001309b0(*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),local_17c);\n if (cVar3 == '\0') {\n FUN_00251be0();\n pcVar1 = *(code **)(**(int **)(param_2 + 8) + 0x40);\n if (pcVar1 == FUN_000b1170) {\n FUN_000b0fc0();\n }\n else {\n (*pcVar1)();\n }\n \n FUN_00251a30();\n if (local_12c[0] != local_124) {\n FUN_00248220();\n }\n snprintf((char *)local_12c,100,"+0x%lx)");\n puVar4 = (undefined4 *)&stack0xfffffe5c;\n \n FUN_00251be0();\n }\n else {\n if (local_15c != 0) {\n FUN_00251be0();\n FUN_00251a30();\n }\n if (*(int *)(param_1 + 4) == 0x7fffffff) {\n \n FUN_0028dc10();\n }\n FUN_00251a30();\n if (local_130 == 2) {\n gettext();\n FUN_00251be0();\n }\n puVar4 = (undefined4 *)&stack0xfffffe60;\n FUN_00251a30();\n }\n if (local_148 != local_180) {\n *puVar4 = local_148;\n puVar4[-1] = 0x13c239;\n FUN_00248220();\n }\n puVar5 = puVar4 + 4;\n if (local_160 != local_174) {\n *puVar4 = local_160;\n puVar4[-1] = 0x13c255;\n FUN_00248220();\n puVar5 = puVar4 + 4;\n }\n }\n local_c8[0] = &PTR_FUN_0040f910;\n ppuVar6 = &PTR_FUN_0040f910;\n if (local_80 != 0) {\n *(int *)((int)puVar5 + -0x10) = local_80;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c276;\n FUN_002481c0();\n ppuVar6 = local_c8[0];\n }\n local_c8[0] = ppuVar6;\n *(undefined1 **)((int)puVar5 + -0x10) = local_38;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c285;\n FUN_00131aa0();\n *(undefined4 *)((int)puVar5 + -0xc) = local_48;\n *(undefined1 **)((int)puVar5 + -0x10) = local_50;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c293;\n FUN_0013b4f0();\n if (local_5c != local_60) {\n local_174 = local_5c;\n local_170 = local_60;\n do {\n ppuVar6 = *local_170;\n ppuVar2 = local_170[1];\n if (local_170[1] != ppuVar6) {\n do {\n local_17c = ppuVar2;\n if ((undefined **)ppuVar6[1] != ppuVar6 + 3) {\n *(undefined **)((int)puVar5 + -0x10) = ppuVar6[1];\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c2dd;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 7;\n ppuVar2 = local_17c;\n } while (local_17c != ppuVar6);\n ppuVar6 = *local_170;\n }\n if (ppuVar6 != (undefined **)0x0) {\n *(undefined ***)((int)puVar5 + -0x10) = ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c302;\n FUN_00248220();\n }\n local_170 = local_170 + 3;\n } while (local_174 != local_170);\n }\n if (local_60 != (undefined ***)0x0) {\n *(undefined ****)((int)puVar5 + -0x10) = local_60;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c32c;\n FUN_00248220();\n }\n if (local_68 != local_6c) {\n local_174 = local_68;\n local_170 = local_6c;\n do {\n ppuVar6 = *local_170;\n ppuVar2 = local_170[1];\n if (local_170[1] != ppuVar6) {\n do {\n local_17c = ppuVar2;\n if ((undefined **)*ppuVar6 != ppuVar6 + 2) {\n *(undefined **)((int)puVar5 + -0x10) = *ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c374;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 6;\n ppuVar2 = local_17c;\n } while (local_17c != ppuVar6);\n ppuVar6 = *local_170;\n }\n if (ppuVar6 != (undefined **)0x0) {\n *(undefined ***)((int)puVar5 + -0x10) = ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c399;\n FUN_00248220();\n }\n local_170 = local_170 + 3;\n } while (local_174 != local_170);\n }\n if (local_6c != (undefined ***)0x0) {\n *(undefined ****)((int)puVar5 + -0x10) = local_6c;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c3c3;\n FUN_00248220();\n }\n if (local_98 != 0) {\n *(int *)((int)puVar5 + -0x10) = local_98;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c3db;\n FUN_00248220();\n }\n return param_1;\n}" { (declaration "code *pcVar1;" type_identifier (pointer_declarator "*pcVar1" * identifier) ;) (declaration "undefined **ppuVar2;" type_identifier (pointer_declarator "**ppuVar2" * (pointer_declarator "*ppuVar2" * identifier)) ;) (declaration "char cVar3;" primitive_type identifier ;) (declaration "undefined4 *puVar4;" type_identifier (pointer_declarator "*puVar4" * identifier) ;) (declaration "undefined4 *puVar5;" type_identifier (pointer_declarator "*puVar5" * identifier) ;) (declaration "undefined **ppuVar6;" type_identifier (pointer_declarator "**ppuVar6" * (pointer_declarator "*ppuVar6" * identifier)) ;) (declaration "undefined1 auStack_190 [12];" type_identifier (array_declarator "auStack_190 [12]" identifier [ number_literal ]) ;) (declaration "int **local_184;" primitive_type (pointer_declarator "**local_184" * (pointer_declarator "*local_184" * identifier)) ;) (declaration "undefined1 *local_180;" type_identifier (pointer_declarator "*local_180" * identifier) ;) (declaration "undefined **local_17c;" type_identifier (pointer_declarator "**local_17c" * (pointer_declarator "*local_17c" * identifier)) ;) (declaration "undefined4 local_178;" type_identifier identifier ;) (declaration "undefined ***local_174;" type_identifier (pointer_declarator "***local_174" * (pointer_declarator "**local_174" * (pointer_declarator "*local_174" * identifier))) ;) (declaration "undefined ***local_170;" type_identifier (pointer_declarator "***local_170" * (pointer_declarator "**local_170" * (pointer_declarator "*local_170" * identifier))) ;) (declaration "undefined ***local_160;" type_identifier (pointer_declarator "***local_160" * (pointer_declarator "**local_160" * (pointer_declarator "*local_160" * identifier))) ;) (declaration "int local_15c;" primitive_type identifier ;) (declaration "undefined1 local_158 [16];" type_identifier (array_declarator "local_158 [16]" identifier [ number_literal ]) ;) (declaration "undefined1 *local_148;" type_identifier (pointer_declarator "*local_148" * identifier) ;) (declaration "undefined4 local_144;" type_identifier identifier ;) (declaration "undefined1 local_140 [16];" type_identifier (array_declarator "local_140 [16]" identifier [ number_literal ]) ;) (declaration "int local_130;" primitive_type identifier ;) (declaration "undefined1 *local_12c [2];" type_identifier (pointer_declarator "*local_12c [2]" * (array_declarator "local_12c [2]" identifier [ number_literal ])) ;) (declaration "undefined1 local_124 [92];" type_identifier (array_declarator "local_124 [92]" identifier [ number_literal ]) ;) (declaration "undefined **local_c8 [12];" type_identifier (pointer_declarator "**local_c8 [12]" * (pointer_declarator "*local_c8 [12]" * (array_declarator "local_c8 [12]" identifier [ number_literal ]))) ;) (declaration "int local_98;" primitive_type identifier ;) (declaration "int local_80;" primitive_type identifier ;) (declaration "undefined ***local_6c;" type_identifier (pointer_declarator "***local_6c" * (pointer_declarator "**local_6c" * (pointer_declarator "*local_6c" * identifier))) ;) (declaration "undefined ***local_68;" type_identifier (pointer_declarator "***local_68" * (pointer_declarator "**local_68" * (pointer_declarator "*local_68" * identifier))) ;) (declaration "undefined ***local_60;" type_identifier (pointer_declarator "***local_60" * (pointer_declarator "**local_60" * (pointer_declarator "*local_60" * identifier))) ;) (declaration "undefined ***local_5c;" type_identifier (pointer_declarator "***local_5c" * (pointer_declarator "**local_5c" * (pointer_declarator "*local_5c" * identifier))) ;) (declaration "undefined1 local_50 [8];" type_identifier (array_declarator "local_50 [8]" identifier [ number_literal ]) ;) (declaration "undefined4 local_48;" type_identifier identifier ;) (declaration "undefined1 local_38 [40];" type_identifier (array_declarator "local_38 [40]" identifier [ number_literal ]) ;) (expression_statement "local_170 = local_c8;" (assignment_expression "local_170 = local_c8" identifier = identifier) ;) (expression_statement "local_17c = param_4;" (assignment_expression "local_17c = param_4" identifier = identifier) ;) (expression_statement "local_178 = param_5;" (assignment_expression "local_178 = param_5" identifier = identifier) ;) (expression_statement "FUN_00219d20();" (call_expression "FUN_00219d20()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_00217d90(param_1,local_170);" (call_expression "FUN_00217d90(param_1,local_170)" identifier (argument_list "(param_1,local_170)" ( identifier , identifier ))) ;) (expression_statement "puVar5 = (undefined4 *)auStack_190;" (assignment_expression "puVar5 = (undefined4 *)auStack_190" identifier = (cast_expression "(undefined4 *)auStack_190" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (if_statement "if (*(int *)(param_1 + 4) == 0) {\n \n FUN_0024fe30();\n local_184 = (int **)&local_160;\n local_174 = (undefined ***)local_158;\n local_15c = 0;\n local_180 = local_140;\n local_158[0] = 0;\n local_144 = 0;\n local_140[0] = 0;\n local_160 = local_174;\n local_148 = local_180;\n \n cVar3 = FUN_001309b0(*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),local_17c);\n if (cVar3 == '\0') {\n FUN_00251be0();\n pcVar1 = *(code **)(**(int **)(param_2 + 8) + 0x40);\n if (pcVar1 == FUN_000b1170) {\n FUN_000b0fc0();\n }\n else {\n (*pcVar1)();\n }\n \n FUN_00251a30();\n if (local_12c[0] != local_124) {\n FUN_00248220();\n }\n snprintf((char *)local_12c,100,"+0x%lx)");\n puVar4 = (undefined4 *)&stack0xfffffe5c;\n \n FUN_00251be0();\n }\n else {\n if (local_15c != 0) {\n FUN_00251be0();\n FUN_00251a30();\n }\n if (*(int *)(param_1 + 4) == 0x7fffffff) {\n \n FUN_0028dc10();\n }\n FUN_00251a30();\n if (local_130 == 2) {\n gettext();\n FUN_00251be0();\n }\n puVar4 = (undefined4 *)&stack0xfffffe60;\n FUN_00251a30();\n }\n if (local_148 != local_180) {\n *puVar4 = local_148;\n puVar4[-1] = 0x13c239;\n FUN_00248220();\n }\n puVar5 = puVar4 + 4;\n if (local_160 != local_174) {\n *puVar4 = local_160;\n puVar4[-1] = 0x13c255;\n FUN_00248220();\n puVar5 = puVar4 + 4;\n }\n }" if (parenthesized_expression "(*(int *)(param_1 + 4) == 0)" ( (binary_expression "*(int *)(param_1 + 4) == 0" (pointer_expression "*(int *)(param_1 + 4)" * (cast_expression "(int *)(param_1 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n \n FUN_0024fe30();\n local_184 = (int **)&local_160;\n local_174 = (undefined ***)local_158;\n local_15c = 0;\n local_180 = local_140;\n local_158[0] = 0;\n local_144 = 0;\n local_140[0] = 0;\n local_160 = local_174;\n local_148 = local_180;\n \n cVar3 = FUN_001309b0(*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),local_17c);\n if (cVar3 == '\0') {\n FUN_00251be0();\n pcVar1 = *(code **)(**(int **)(param_2 + 8) + 0x40);\n if (pcVar1 == FUN_000b1170) {\n FUN_000b0fc0();\n }\n else {\n (*pcVar1)();\n }\n \n FUN_00251a30();\n if (local_12c[0] != local_124) {\n FUN_00248220();\n }\n snprintf((char *)local_12c,100,"+0x%lx)");\n puVar4 = (undefined4 *)&stack0xfffffe5c;\n \n FUN_00251be0();\n }\n else {\n if (local_15c != 0) {\n FUN_00251be0();\n FUN_00251a30();\n }\n if (*(int *)(param_1 + 4) == 0x7fffffff) {\n \n FUN_0028dc10();\n }\n FUN_00251a30();\n if (local_130 == 2) {\n gettext();\n FUN_00251be0();\n }\n puVar4 = (undefined4 *)&stack0xfffffe60;\n FUN_00251a30();\n }\n if (local_148 != local_180) {\n *puVar4 = local_148;\n puVar4[-1] = 0x13c239;\n FUN_00248220();\n }\n puVar5 = puVar4 + 4;\n if (local_160 != local_174) {\n *puVar4 = local_160;\n puVar4[-1] = 0x13c255;\n FUN_00248220();\n puVar5 = puVar4 + 4;\n }\n }" { (expression_statement "FUN_0024fe30();" (call_expression "FUN_0024fe30()" identifier (argument_list "()" ( ))) ;) (expression_statement "local_184 = (int **)&local_160;" (assignment_expression "local_184 = (int **)&local_160" identifier = (cast_expression "(int **)&local_160" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&local_160" & identifier))) ;) (expression_statement "local_174 = (undefined ***)local_158;" (assignment_expression "local_174 = (undefined ***)local_158" identifier = (cast_expression "(undefined ***)local_158" ( (type_descriptor "undefined ***" type_identifier (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)))) ) identifier)) ;) (expression_statement "local_15c = 0;" (assignment_expression "local_15c = 0" identifier = number_literal) ;) (expression_statement "local_180 = local_140;" (assignment_expression "local_180 = local_140" identifier = identifier) ;) (expression_statement "local_158[0] = 0;" (assignment_expression "local_158[0] = 0" (subscript_expression "local_158[0]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_144 = 0;" (assignment_expression "local_144 = 0" identifier = number_literal) ;) (expression_statement "local_140[0] = 0;" (assignment_expression "local_140[0] = 0" (subscript_expression "local_140[0]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_160 = local_174;" (assignment_expression "local_160 = local_174" identifier = identifier) ;) (expression_statement "local_148 = local_180;" (assignment_expression "local_148 = local_180" identifier = identifier) ;) (expression_statement "cVar3 = FUN_001309b0(*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),local_17c);" (assignment_expression "cVar3 = FUN_001309b0(*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),local_17c)" identifier = (call_expression "FUN_001309b0(*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),local_17c)" identifier (argument_list "(*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),local_17c)" ( (pointer_expression "*(undefined4 *)(param_2 + 8)" * (cast_expression "(undefined4 *)(param_2 + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 8)" ( (binary_expression "param_2 + 8" identifier + number_literal) )))) , (pointer_expression "*(undefined4 *)(param_2 + 0x18)" * (cast_expression "(undefined4 *)(param_2 + 0x18)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x18)" ( (binary_expression "param_2 + 0x18" identifier + number_literal) )))) , identifier )))) ;) (if_statement "if (cVar3 == '\0') {\n FUN_00251be0();\n pcVar1 = *(code **)(**(int **)(param_2 + 8) + 0x40);\n if (pcVar1 == FUN_000b1170) {\n FUN_000b0fc0();\n }\n else {\n (*pcVar1)();\n }\n \n FUN_00251a30();\n if (local_12c[0] != local_124) {\n FUN_00248220();\n }\n snprintf((char *)local_12c,100,"+0x%lx)");\n puVar4 = (undefined4 *)&stack0xfffffe5c;\n \n FUN_00251be0();\n }\n else {\n if (local_15c != 0) {\n FUN_00251be0();\n FUN_00251a30();\n }\n if (*(int *)(param_1 + 4) == 0x7fffffff) {\n \n FUN_0028dc10();\n }\n FUN_00251a30();\n if (local_130 == 2) {\n gettext();\n FUN_00251be0();\n }\n puVar4 = (undefined4 *)&stack0xfffffe60;\n FUN_00251a30();\n }" if (parenthesized_expression "(cVar3 == '\0')" ( (binary_expression "cVar3 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n FUN_00251be0();\n pcVar1 = *(code **)(**(int **)(param_2 + 8) + 0x40);\n if (pcVar1 == FUN_000b1170) {\n FUN_000b0fc0();\n }\n else {\n (*pcVar1)();\n }\n \n FUN_00251a30();\n if (local_12c[0] != local_124) {\n FUN_00248220();\n }\n snprintf((char *)local_12c,100,"+0x%lx)");\n puVar4 = (undefined4 *)&stack0xfffffe5c;\n \n FUN_00251be0();\n }" { (expression_statement "FUN_00251be0();" (call_expression "FUN_00251be0()" identifier (argument_list "()" ( ))) ;) (expression_statement "pcVar1 = *(code **)(**(int **)(param_2 + 8) + 0x40);" (assignment_expression "pcVar1 = *(code **)(**(int **)(param_2 + 8) + 0x40)" identifier = (pointer_expression "*(code **)(**(int **)(param_2 + 8) + 0x40)" * (cast_expression "(code **)(**(int **)(param_2 + 8) + 0x40)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(int **)(param_2 + 8) + 0x40)" ( (binary_expression "**(int **)(param_2 + 8) + 0x40" (pointer_expression "**(int **)(param_2 + 8)" * (pointer_expression "*(int **)(param_2 + 8)" * (cast_expression "(int **)(param_2 + 8)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + 8)" ( (binary_expression "param_2 + 8" identifier + number_literal) ))))) + number_literal) ))))) ;) (if_statement "if (pcVar1 == FUN_000b1170) {\n FUN_000b0fc0();\n }\n else {\n (*pcVar1)();\n }" if (parenthesized_expression "(pcVar1 == FUN_000b1170)" ( (binary_expression "pcVar1 == FUN_000b1170" identifier == identifier) )) (compound_statement "{\n FUN_000b0fc0();\n }" { (expression_statement "FUN_000b0fc0();" (call_expression "FUN_000b0fc0()" identifier (argument_list "()" ( ))) ;) }) (else_clause "else {\n (*pcVar1)();\n }" else (compound_statement "{\n (*pcVar1)();\n }" { (expression_statement "(*pcVar1)();" (call_expression "(*pcVar1)()" (parenthesized_expression "(*pcVar1)" ( (pointer_expression "*pcVar1" * identifier) )) (argument_list "()" ( ))) ;) }))) (expression_statement "FUN_00251a30();" (call_expression "FUN_00251a30()" identifier (argument_list "()" ( ))) ;) (if_statement "if (local_12c[0] != local_124) {\n FUN_00248220();\n }" if (parenthesized_expression "(local_12c[0] != local_124)" ( (binary_expression "local_12c[0] != local_124" (subscript_expression "local_12c[0]" identifier [ number_literal ]) != identifier) )) (compound_statement "{\n FUN_00248220();\n }" { (expression_statement "FUN_00248220();" (call_expression "FUN_00248220()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "snprintf((char *)local_12c,100,"+0x%lx)");" (call_expression "snprintf((char *)local_12c,100,"+0x%lx)")" identifier (argument_list "((char *)local_12c,100,"+0x%lx)")" ( (cast_expression "(char *)local_12c" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) , number_literal , (string_literal ""+0x%lx)"" " string_content ") ))) ;) (expression_statement "puVar4 = (undefined4 *)&stack0xfffffe5c;" (assignment_expression "puVar4 = (undefined4 *)&stack0xfffffe5c" identifier = (cast_expression "(undefined4 *)&stack0xfffffe5c" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&stack0xfffffe5c" & identifier))) ;) (expression_statement "FUN_00251be0();" (call_expression "FUN_00251be0()" identifier (argument_list "()" ( ))) ;) }) (else_clause "else {\n if (local_15c != 0) {\n FUN_00251be0();\n FUN_00251a30();\n }\n if (*(int *)(param_1 + 4) == 0x7fffffff) {\n \n FUN_0028dc10();\n }\n FUN_00251a30();\n if (local_130 == 2) {\n gettext();\n FUN_00251be0();\n }\n puVar4 = (undefined4 *)&stack0xfffffe60;\n FUN_00251a30();\n }" else (compound_statement "{\n if (local_15c != 0) {\n FUN_00251be0();\n FUN_00251a30();\n }\n if (*(int *)(param_1 + 4) == 0x7fffffff) {\n \n FUN_0028dc10();\n }\n FUN_00251a30();\n if (local_130 == 2) {\n gettext();\n FUN_00251be0();\n }\n puVar4 = (undefined4 *)&stack0xfffffe60;\n FUN_00251a30();\n }" { (if_statement "if (local_15c != 0) {\n FUN_00251be0();\n FUN_00251a30();\n }" if (parenthesized_expression "(local_15c != 0)" ( (binary_expression "local_15c != 0" identifier != number_literal) )) (compound_statement "{\n FUN_00251be0();\n FUN_00251a30();\n }" { (expression_statement "FUN_00251be0();" (call_expression "FUN_00251be0()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_00251a30();" (call_expression "FUN_00251a30()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (*(int *)(param_1 + 4) == 0x7fffffff) {\n \n FUN_0028dc10();\n }" if (parenthesized_expression "(*(int *)(param_1 + 4) == 0x7fffffff)" ( (binary_expression "*(int *)(param_1 + 4) == 0x7fffffff" (pointer_expression "*(int *)(param_1 + 4)" * (cast_expression "(int *)(param_1 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n \n FUN_0028dc10();\n }" { (expression_statement "FUN_0028dc10();" (call_expression "FUN_0028dc10()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "FUN_00251a30();" (call_expression "FUN_00251a30()" identifier (argument_list "()" ( ))) ;) (if_statement "if (local_130 == 2) {\n gettext();\n FUN_00251be0();\n }" if (parenthesized_expression "(local_130 == 2)" ( (binary_expression "local_130 == 2" identifier == number_literal) )) (compound_statement "{\n gettext();\n FUN_00251be0();\n }" { (expression_statement "gettext();" (call_expression "gettext()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_00251be0();" (call_expression "FUN_00251be0()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "puVar4 = (undefined4 *)&stack0xfffffe60;" (assignment_expression "puVar4 = (undefined4 *)&stack0xfffffe60" identifier = (cast_expression "(undefined4 *)&stack0xfffffe60" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&stack0xfffffe60" & identifier))) ;) (expression_statement "FUN_00251a30();" (call_expression "FUN_00251a30()" identifier (argument_list "()" ( ))) ;) }))) (if_statement "if (local_148 != local_180) {\n *puVar4 = local_148;\n puVar4[-1] = 0x13c239;\n FUN_00248220();\n }" if (parenthesized_expression "(local_148 != local_180)" ( (binary_expression "local_148 != local_180" identifier != identifier) )) (compound_statement "{\n *puVar4 = local_148;\n puVar4[-1] = 0x13c239;\n FUN_00248220();\n }" { (expression_statement "*puVar4 = local_148;" (assignment_expression "*puVar4 = local_148" (pointer_expression "*puVar4" * identifier) = identifier) ;) (expression_statement "puVar4[-1] = 0x13c239;" (assignment_expression "puVar4[-1] = 0x13c239" (subscript_expression "puVar4[-1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "FUN_00248220();" (call_expression "FUN_00248220()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "puVar5 = puVar4 + 4;" (assignment_expression "puVar5 = puVar4 + 4" identifier = (binary_expression "puVar4 + 4" identifier + number_literal)) ;) (if_statement "if (local_160 != local_174) {\n *puVar4 = local_160;\n puVar4[-1] = 0x13c255;\n FUN_00248220();\n puVar5 = puVar4 + 4;\n }" if (parenthesized_expression "(local_160 != local_174)" ( (binary_expression "local_160 != local_174" identifier != identifier) )) (compound_statement "{\n *puVar4 = local_160;\n puVar4[-1] = 0x13c255;\n FUN_00248220();\n puVar5 = puVar4 + 4;\n }" { (expression_statement "*puVar4 = local_160;" (assignment_expression "*puVar4 = local_160" (pointer_expression "*puVar4" * identifier) = identifier) ;) (expression_statement "puVar4[-1] = 0x13c255;" (assignment_expression "puVar4[-1] = 0x13c255" (subscript_expression "puVar4[-1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "FUN_00248220();" (call_expression "FUN_00248220()" identifier (argument_list "()" ( ))) ;) (expression_statement "puVar5 = puVar4 + 4;" (assignment_expression "puVar5 = puVar4 + 4" identifier = (binary_expression "puVar4 + 4" identifier + number_literal)) ;) })) })) (expression_statement "local_c8[0] = &PTR_FUN_0040f910;" (assignment_expression "local_c8[0] = &PTR_FUN_0040f910" (subscript_expression "local_c8[0]" identifier [ number_literal ]) = (pointer_expression "&PTR_FUN_0040f910" & identifier)) ;) (expression_statement "ppuVar6 = &PTR_FUN_0040f910;" (assignment_expression "ppuVar6 = &PTR_FUN_0040f910" identifier = (pointer_expression "&PTR_FUN_0040f910" & identifier)) ;) (if_statement "if (local_80 != 0) {\n *(int *)((int)puVar5 + -0x10) = local_80;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c276;\n FUN_002481c0();\n ppuVar6 = local_c8[0];\n }" if (parenthesized_expression "(local_80 != 0)" ( (binary_expression "local_80 != 0" identifier != number_literal) )) (compound_statement "{\n *(int *)((int)puVar5 + -0x10) = local_80;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c276;\n FUN_002481c0();\n ppuVar6 = local_c8[0];\n }" { (expression_statement "*(int *)((int)puVar5 + -0x10) = local_80;" (assignment_expression "*(int *)((int)puVar5 + -0x10) = local_80" (pointer_expression "*(int *)((int)puVar5 + -0x10)" * (cast_expression "(int *)((int)puVar5 + -0x10)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar5 + -0x10)" ( (binary_expression "(int)puVar5 + -0x10" (cast_expression "(int)puVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c276;" (assignment_expression "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c276" (pointer_expression "*(undefined4 *)((int)puVar5 + -0x14)" * (cast_expression "(undefined4 *)((int)puVar5 + -0x14)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar5 + -0x14)" ( (binary_expression "(int)puVar5 + -0x14" (cast_expression "(int)puVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "FUN_002481c0();" (call_expression "FUN_002481c0()" identifier (argument_list "()" ( ))) ;) (expression_statement "ppuVar6 = local_c8[0];" (assignment_expression "ppuVar6 = local_c8[0]" identifier = (subscript_expression "local_c8[0]" identifier [ number_literal ])) ;) })) (expression_statement "local_c8[0] = ppuVar6;" (assignment_expression "local_c8[0] = ppuVar6" (subscript_expression "local_c8[0]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(undefined1 **)((int)puVar5 + -0x10) = local_38;" (assignment_expression "*(undefined1 **)((int)puVar5 + -0x10) = local_38" (pointer_expression "*(undefined1 **)((int)puVar5 + -0x10)" * (cast_expression "(undefined1 **)((int)puVar5 + -0x10)" ( (type_descriptor "undefined1 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)puVar5 + -0x10)" ( (binary_expression "(int)puVar5 + -0x10" (cast_expression "(int)puVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c285;" (assignment_expression "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c285" (pointer_expression "*(undefined4 *)((int)puVar5 + -0x14)" * (cast_expression "(undefined4 *)((int)puVar5 + -0x14)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar5 + -0x14)" ( (binary_expression "(int)puVar5 + -0x14" (cast_expression "(int)puVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "FUN_00131aa0();" (call_expression "FUN_00131aa0()" identifier (argument_list "()" ( ))) ;) (expression_statement "*(undefined4 *)((int)puVar5 + -0xc) = local_48;" (assignment_expression "*(undefined4 *)((int)puVar5 + -0xc) = local_48" (pointer_expression "*(undefined4 *)((int)puVar5 + -0xc)" * (cast_expression "(undefined4 *)((int)puVar5 + -0xc)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar5 + -0xc)" ( (binary_expression "(int)puVar5 + -0xc" (cast_expression "(int)puVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "*(undefined1 **)((int)puVar5 + -0x10) = local_50;" (assignment_expression "*(undefined1 **)((int)puVar5 + -0x10) = local_50" (pointer_expression "*(undefined1 **)((int)puVar5 + -0x10)" * (cast_expression "(undefined1 **)((int)puVar5 + -0x10)" ( (type_descriptor "undefined1 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)puVar5 + -0x10)" ( (binary_expression "(int)puVar5 + -0x10" (cast_expression "(int)puVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c293;" (assignment_expression "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c293" (pointer_expression "*(undefined4 *)((int)puVar5 + -0x14)" * (cast_expression "(undefined4 *)((int)puVar5 + -0x14)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar5 + -0x14)" ( (binary_expression "(int)puVar5 + -0x14" (cast_expression "(int)puVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "FUN_0013b4f0();" (call_expression "FUN_0013b4f0()" identifier (argument_list "()" ( ))) ;) (if_statement "if (local_5c != local_60) {\n local_174 = local_5c;\n local_170 = local_60;\n do {\n ppuVar6 = *local_170;\n ppuVar2 = local_170[1];\n if (local_170[1] != ppuVar6) {\n do {\n local_17c = ppuVar2;\n if ((undefined **)ppuVar6[1] != ppuVar6 + 3) {\n *(undefined **)((int)puVar5 + -0x10) = ppuVar6[1];\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c2dd;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 7;\n ppuVar2 = local_17c;\n } while (local_17c != ppuVar6);\n ppuVar6 = *local_170;\n }\n if (ppuVar6 != (undefined **)0x0) {\n *(undefined ***)((int)puVar5 + -0x10) = ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c302;\n FUN_00248220();\n }\n local_170 = local_170 + 3;\n } while (local_174 != local_170);\n }" if (parenthesized_expression "(local_5c != local_60)" ( (binary_expression "local_5c != local_60" identifier != identifier) )) (compound_statement "{\n local_174 = local_5c;\n local_170 = local_60;\n do {\n ppuVar6 = *local_170;\n ppuVar2 = local_170[1];\n if (local_170[1] != ppuVar6) {\n do {\n local_17c = ppuVar2;\n if ((undefined **)ppuVar6[1] != ppuVar6 + 3) {\n *(undefined **)((int)puVar5 + -0x10) = ppuVar6[1];\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c2dd;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 7;\n ppuVar2 = local_17c;\n } while (local_17c != ppuVar6);\n ppuVar6 = *local_170;\n }\n if (ppuVar6 != (undefined **)0x0) {\n *(undefined ***)((int)puVar5 + -0x10) = ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c302;\n FUN_00248220();\n }\n local_170 = local_170 + 3;\n } while (local_174 != local_170);\n }" { (expression_statement "local_174 = local_5c;" (assignment_expression "local_174 = local_5c" identifier = identifier) ;) (expression_statement "local_170 = local_60;" (assignment_expression "local_170 = local_60" identifier = identifier) ;) (do_statement "do {\n ppuVar6 = *local_170;\n ppuVar2 = local_170[1];\n if (local_170[1] != ppuVar6) {\n do {\n local_17c = ppuVar2;\n if ((undefined **)ppuVar6[1] != ppuVar6 + 3) {\n *(undefined **)((int)puVar5 + -0x10) = ppuVar6[1];\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c2dd;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 7;\n ppuVar2 = local_17c;\n } while (local_17c != ppuVar6);\n ppuVar6 = *local_170;\n }\n if (ppuVar6 != (undefined **)0x0) {\n *(undefined ***)((int)puVar5 + -0x10) = ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c302;\n FUN_00248220();\n }\n local_170 = local_170 + 3;\n } while (local_174 != local_170);" do (compound_statement "{\n ppuVar6 = *local_170;\n ppuVar2 = local_170[1];\n if (local_170[1] != ppuVar6) {\n do {\n local_17c = ppuVar2;\n if ((undefined **)ppuVar6[1] != ppuVar6 + 3) {\n *(undefined **)((int)puVar5 + -0x10) = ppuVar6[1];\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c2dd;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 7;\n ppuVar2 = local_17c;\n } while (local_17c != ppuVar6);\n ppuVar6 = *local_170;\n }\n if (ppuVar6 != (undefined **)0x0) {\n *(undefined ***)((int)puVar5 + -0x10) = ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c302;\n FUN_00248220();\n }\n local_170 = local_170 + 3;\n }" { (expression_statement "ppuVar6 = *local_170;" (assignment_expression "ppuVar6 = *local_170" identifier = (pointer_expression "*local_170" * identifier)) ;) (expression_statement "ppuVar2 = local_170[1];" (assignment_expression "ppuVar2 = local_170[1]" identifier = (subscript_expression "local_170[1]" identifier [ number_literal ])) ;) (if_statement "if (local_170[1] != ppuVar6) {\n do {\n local_17c = ppuVar2;\n if ((undefined **)ppuVar6[1] != ppuVar6 + 3) {\n *(undefined **)((int)puVar5 + -0x10) = ppuVar6[1];\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c2dd;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 7;\n ppuVar2 = local_17c;\n } while (local_17c != ppuVar6);\n ppuVar6 = *local_170;\n }" if (parenthesized_expression "(local_170[1] != ppuVar6)" ( (binary_expression "local_170[1] != ppuVar6" (subscript_expression "local_170[1]" identifier [ number_literal ]) != identifier) )) (compound_statement "{\n do {\n local_17c = ppuVar2;\n if ((undefined **)ppuVar6[1] != ppuVar6 + 3) {\n *(undefined **)((int)puVar5 + -0x10) = ppuVar6[1];\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c2dd;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 7;\n ppuVar2 = local_17c;\n } while (local_17c != ppuVar6);\n ppuVar6 = *local_170;\n }" { (do_statement "do {\n local_17c = ppuVar2;\n if ((undefined **)ppuVar6[1] != ppuVar6 + 3) {\n *(undefined **)((int)puVar5 + -0x10) = ppuVar6[1];\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c2dd;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 7;\n ppuVar2 = local_17c;\n } while (local_17c != ppuVar6);" do (compound_statement "{\n local_17c = ppuVar2;\n if ((undefined **)ppuVar6[1] != ppuVar6 + 3) {\n *(undefined **)((int)puVar5 + -0x10) = ppuVar6[1];\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c2dd;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 7;\n ppuVar2 = local_17c;\n }" { (expression_statement "local_17c = ppuVar2;" (assignment_expression "local_17c = ppuVar2" identifier = identifier) ;) (if_statement "if ((undefined **)ppuVar6[1] != ppuVar6 + 3) {\n *(undefined **)((int)puVar5 + -0x10) = ppuVar6[1];\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c2dd;\n FUN_00248220();\n }" if (parenthesized_expression "((undefined **)ppuVar6[1] != ppuVar6 + 3)" ( (binary_expression "(undefined **)ppuVar6[1] != ppuVar6 + 3" (cast_expression "(undefined **)ppuVar6[1]" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (subscript_expression "ppuVar6[1]" identifier [ number_literal ])) != (binary_expression "ppuVar6 + 3" identifier + number_literal)) )) (compound_statement "{\n *(undefined **)((int)puVar5 + -0x10) = ppuVar6[1];\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c2dd;\n FUN_00248220();\n }" { (expression_statement "*(undefined **)((int)puVar5 + -0x10) = ppuVar6[1];" (assignment_expression "*(undefined **)((int)puVar5 + -0x10) = ppuVar6[1]" (pointer_expression "*(undefined **)((int)puVar5 + -0x10)" * (cast_expression "(undefined **)((int)puVar5 + -0x10)" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)puVar5 + -0x10)" ( (binary_expression "(int)puVar5 + -0x10" (cast_expression "(int)puVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = (subscript_expression "ppuVar6[1]" identifier [ number_literal ])) ;) (expression_statement "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c2dd;" (assignment_expression "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c2dd" (pointer_expression "*(undefined4 *)((int)puVar5 + -0x14)" * (cast_expression "(undefined4 *)((int)puVar5 + -0x14)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar5 + -0x14)" ( (binary_expression "(int)puVar5 + -0x14" (cast_expression "(int)puVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "FUN_00248220();" (call_expression "FUN_00248220()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "ppuVar6 = ppuVar6 + 7;" (assignment_expression "ppuVar6 = ppuVar6 + 7" identifier = (binary_expression "ppuVar6 + 7" identifier + number_literal)) ;) (expression_statement "ppuVar2 = local_17c;" (assignment_expression "ppuVar2 = local_17c" identifier = identifier) ;) }) while (parenthesized_expression "(local_17c != ppuVar6)" ( (binary_expression "local_17c != ppuVar6" identifier != identifier) )) ;) (expression_statement "ppuVar6 = *local_170;" (assignment_expression "ppuVar6 = *local_170" identifier = (pointer_expression "*local_170" * identifier)) ;) })) (if_statement "if (ppuVar6 != (undefined **)0x0) {\n *(undefined ***)((int)puVar5 + -0x10) = ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c302;\n FUN_00248220();\n }" if (parenthesized_expression "(ppuVar6 != (undefined **)0x0)" ( (binary_expression "ppuVar6 != (undefined **)0x0" identifier != (cast_expression "(undefined **)0x0" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal)) )) (compound_statement "{\n *(undefined ***)((int)puVar5 + -0x10) = ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c302;\n FUN_00248220();\n }" { (expression_statement "*(undefined ***)((int)puVar5 + -0x10) = ppuVar6;" (assignment_expression "*(undefined ***)((int)puVar5 + -0x10) = ppuVar6" (pointer_expression "*(undefined ***)((int)puVar5 + -0x10)" * (cast_expression "(undefined ***)((int)puVar5 + -0x10)" ( (type_descriptor "undefined ***" type_identifier (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)))) ) (parenthesized_expression "((int)puVar5 + -0x10)" ( (binary_expression "(int)puVar5 + -0x10" (cast_expression "(int)puVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c302;" (assignment_expression "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c302" (pointer_expression "*(undefined4 *)((int)puVar5 + -0x14)" * (cast_expression "(undefined4 *)((int)puVar5 + -0x14)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar5 + -0x14)" ( (binary_expression "(int)puVar5 + -0x14" (cast_expression "(int)puVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "FUN_00248220();" (call_expression "FUN_00248220()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "local_170 = local_170 + 3;" (assignment_expression "local_170 = local_170 + 3" identifier = (binary_expression "local_170 + 3" identifier + number_literal)) ;) }) while (parenthesized_expression "(local_174 != local_170)" ( (binary_expression "local_174 != local_170" identifier != identifier) )) ;) })) (if_statement "if (local_60 != (undefined ***)0x0) {\n *(undefined ****)((int)puVar5 + -0x10) = local_60;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c32c;\n FUN_00248220();\n }" if (parenthesized_expression "(local_60 != (undefined ***)0x0)" ( (binary_expression "local_60 != (undefined ***)0x0" identifier != (cast_expression "(undefined ***)0x0" ( (type_descriptor "undefined ***" type_identifier (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)))) ) number_literal)) )) (compound_statement "{\n *(undefined ****)((int)puVar5 + -0x10) = local_60;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c32c;\n FUN_00248220();\n }" { (expression_statement "*(undefined ****)((int)puVar5 + -0x10) = local_60;" (assignment_expression "*(undefined ****)((int)puVar5 + -0x10) = local_60" (pointer_expression "*(undefined ****)((int)puVar5 + -0x10)" * (cast_expression "(undefined ****)((int)puVar5 + -0x10)" ( (type_descriptor "undefined ****" type_identifier (abstract_pointer_declarator "****" * (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))))) ) (parenthesized_expression "((int)puVar5 + -0x10)" ( (binary_expression "(int)puVar5 + -0x10" (cast_expression "(int)puVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c32c;" (assignment_expression "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c32c" (pointer_expression "*(undefined4 *)((int)puVar5 + -0x14)" * (cast_expression "(undefined4 *)((int)puVar5 + -0x14)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar5 + -0x14)" ( (binary_expression "(int)puVar5 + -0x14" (cast_expression "(int)puVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "FUN_00248220();" (call_expression "FUN_00248220()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (local_68 != local_6c) {\n local_174 = local_68;\n local_170 = local_6c;\n do {\n ppuVar6 = *local_170;\n ppuVar2 = local_170[1];\n if (local_170[1] != ppuVar6) {\n do {\n local_17c = ppuVar2;\n if ((undefined **)*ppuVar6 != ppuVar6 + 2) {\n *(undefined **)((int)puVar5 + -0x10) = *ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c374;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 6;\n ppuVar2 = local_17c;\n } while (local_17c != ppuVar6);\n ppuVar6 = *local_170;\n }\n if (ppuVar6 != (undefined **)0x0) {\n *(undefined ***)((int)puVar5 + -0x10) = ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c399;\n FUN_00248220();\n }\n local_170 = local_170 + 3;\n } while (local_174 != local_170);\n }" if (parenthesized_expression "(local_68 != local_6c)" ( (binary_expression "local_68 != local_6c" identifier != identifier) )) (compound_statement "{\n local_174 = local_68;\n local_170 = local_6c;\n do {\n ppuVar6 = *local_170;\n ppuVar2 = local_170[1];\n if (local_170[1] != ppuVar6) {\n do {\n local_17c = ppuVar2;\n if ((undefined **)*ppuVar6 != ppuVar6 + 2) {\n *(undefined **)((int)puVar5 + -0x10) = *ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c374;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 6;\n ppuVar2 = local_17c;\n } while (local_17c != ppuVar6);\n ppuVar6 = *local_170;\n }\n if (ppuVar6 != (undefined **)0x0) {\n *(undefined ***)((int)puVar5 + -0x10) = ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c399;\n FUN_00248220();\n }\n local_170 = local_170 + 3;\n } while (local_174 != local_170);\n }" { (expression_statement "local_174 = local_68;" (assignment_expression "local_174 = local_68" identifier = identifier) ;) (expression_statement "local_170 = local_6c;" (assignment_expression "local_170 = local_6c" identifier = identifier) ;) (do_statement "do {\n ppuVar6 = *local_170;\n ppuVar2 = local_170[1];\n if (local_170[1] != ppuVar6) {\n do {\n local_17c = ppuVar2;\n if ((undefined **)*ppuVar6 != ppuVar6 + 2) {\n *(undefined **)((int)puVar5 + -0x10) = *ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c374;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 6;\n ppuVar2 = local_17c;\n } while (local_17c != ppuVar6);\n ppuVar6 = *local_170;\n }\n if (ppuVar6 != (undefined **)0x0) {\n *(undefined ***)((int)puVar5 + -0x10) = ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c399;\n FUN_00248220();\n }\n local_170 = local_170 + 3;\n } while (local_174 != local_170);" do (compound_statement "{\n ppuVar6 = *local_170;\n ppuVar2 = local_170[1];\n if (local_170[1] != ppuVar6) {\n do {\n local_17c = ppuVar2;\n if ((undefined **)*ppuVar6 != ppuVar6 + 2) {\n *(undefined **)((int)puVar5 + -0x10) = *ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c374;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 6;\n ppuVar2 = local_17c;\n } while (local_17c != ppuVar6);\n ppuVar6 = *local_170;\n }\n if (ppuVar6 != (undefined **)0x0) {\n *(undefined ***)((int)puVar5 + -0x10) = ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c399;\n FUN_00248220();\n }\n local_170 = local_170 + 3;\n }" { (expression_statement "ppuVar6 = *local_170;" (assignment_expression "ppuVar6 = *local_170" identifier = (pointer_expression "*local_170" * identifier)) ;) (expression_statement "ppuVar2 = local_170[1];" (assignment_expression "ppuVar2 = local_170[1]" identifier = (subscript_expression "local_170[1]" identifier [ number_literal ])) ;) (if_statement "if (local_170[1] != ppuVar6) {\n do {\n local_17c = ppuVar2;\n if ((undefined **)*ppuVar6 != ppuVar6 + 2) {\n *(undefined **)((int)puVar5 + -0x10) = *ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c374;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 6;\n ppuVar2 = local_17c;\n } while (local_17c != ppuVar6);\n ppuVar6 = *local_170;\n }" if (parenthesized_expression "(local_170[1] != ppuVar6)" ( (binary_expression "local_170[1] != ppuVar6" (subscript_expression "local_170[1]" identifier [ number_literal ]) != identifier) )) (compound_statement "{\n do {\n local_17c = ppuVar2;\n if ((undefined **)*ppuVar6 != ppuVar6 + 2) {\n *(undefined **)((int)puVar5 + -0x10) = *ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c374;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 6;\n ppuVar2 = local_17c;\n } while (local_17c != ppuVar6);\n ppuVar6 = *local_170;\n }" { (do_statement "do {\n local_17c = ppuVar2;\n if ((undefined **)*ppuVar6 != ppuVar6 + 2) {\n *(undefined **)((int)puVar5 + -0x10) = *ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c374;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 6;\n ppuVar2 = local_17c;\n } while (local_17c != ppuVar6);" do (compound_statement "{\n local_17c = ppuVar2;\n if ((undefined **)*ppuVar6 != ppuVar6 + 2) {\n *(undefined **)((int)puVar5 + -0x10) = *ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c374;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 6;\n ppuVar2 = local_17c;\n }" { (expression_statement "local_17c = ppuVar2;" (assignment_expression "local_17c = ppuVar2" identifier = identifier) ;) (if_statement "if ((undefined **)*ppuVar6 != ppuVar6 + 2) {\n *(undefined **)((int)puVar5 + -0x10) = *ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c374;\n FUN_00248220();\n }" if (parenthesized_expression "((undefined **)*ppuVar6 != ppuVar6 + 2)" ( (binary_expression "(undefined **)*ppuVar6 != ppuVar6 + 2" (cast_expression "(undefined **)*ppuVar6" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "*ppuVar6" * identifier)) != (binary_expression "ppuVar6 + 2" identifier + number_literal)) )) (compound_statement "{\n *(undefined **)((int)puVar5 + -0x10) = *ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c374;\n FUN_00248220();\n }" { (expression_statement "*(undefined **)((int)puVar5 + -0x10) = *ppuVar6;" (assignment_expression "*(undefined **)((int)puVar5 + -0x10) = *ppuVar6" (pointer_expression "*(undefined **)((int)puVar5 + -0x10)" * (cast_expression "(undefined **)((int)puVar5 + -0x10)" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)puVar5 + -0x10)" ( (binary_expression "(int)puVar5 + -0x10" (cast_expression "(int)puVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = (pointer_expression "*ppuVar6" * identifier)) ;) (expression_statement "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c374;" (assignment_expression "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c374" (pointer_expression "*(undefined4 *)((int)puVar5 + -0x14)" * (cast_expression "(undefined4 *)((int)puVar5 + -0x14)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar5 + -0x14)" ( (binary_expression "(int)puVar5 + -0x14" (cast_expression "(int)puVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "FUN_00248220();" (call_expression "FUN_00248220()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "ppuVar6 = ppuVar6 + 6;" (assignment_expression "ppuVar6 = ppuVar6 + 6" identifier = (binary_expression "ppuVar6 + 6" identifier + number_literal)) ;) (expression_statement "ppuVar2 = local_17c;" (assignment_expression "ppuVar2 = local_17c" identifier = identifier) ;) }) while (parenthesized_expression "(local_17c != ppuVar6)" ( (binary_expression "local_17c != ppuVar6" identifier != identifier) )) ;) (expression_statement "ppuVar6 = *local_170;" (assignment_expression "ppuVar6 = *local_170" identifier = (pointer_expression "*local_170" * identifier)) ;) })) (if_statement "if (ppuVar6 != (undefined **)0x0) {\n *(undefined ***)((int)puVar5 + -0x10) = ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c399;\n FUN_00248220();\n }" if (parenthesized_expression "(ppuVar6 != (undefined **)0x0)" ( (binary_expression "ppuVar6 != (undefined **)0x0" identifier != (cast_expression "(undefined **)0x0" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal)) )) (compound_statement "{\n *(undefined ***)((int)puVar5 + -0x10) = ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c399;\n FUN_00248220();\n }" { (expression_statement "*(undefined ***)((int)puVar5 + -0x10) = ppuVar6;" (assignment_expression "*(undefined ***)((int)puVar5 + -0x10) = ppuVar6" (pointer_expression "*(undefined ***)((int)puVar5 + -0x10)" * (cast_expression "(undefined ***)((int)puVar5 + -0x10)" ( (type_descriptor "undefined ***" type_identifier (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)))) ) (parenthesized_expression "((int)puVar5 + -0x10)" ( (binary_expression "(int)puVar5 + -0x10" (cast_expression "(int)puVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c399;" (assignment_expression "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c399" (pointer_expression "*(undefined4 *)((int)puVar5 + -0x14)" * (cast_expression "(undefined4 *)((int)puVar5 + -0x14)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar5 + -0x14)" ( (binary_expression "(int)puVar5 + -0x14" (cast_expression "(int)puVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "FUN_00248220();" (call_expression "FUN_00248220()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "local_170 = local_170 + 3;" (assignment_expression "local_170 = local_170 + 3" identifier = (binary_expression "local_170 + 3" identifier + number_literal)) ;) }) while (parenthesized_expression "(local_174 != local_170)" ( (binary_expression "local_174 != local_170" identifier != identifier) )) ;) })) (if_statement "if (local_6c != (undefined ***)0x0) {\n *(undefined ****)((int)puVar5 + -0x10) = local_6c;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c3c3;\n FUN_00248220();\n }" if (parenthesized_expression "(local_6c != (undefined ***)0x0)" ( (binary_expression "local_6c != (undefined ***)0x0" identifier != (cast_expression "(undefined ***)0x0" ( (type_descriptor "undefined ***" type_identifier (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)))) ) number_literal)) )) (compound_statement "{\n *(undefined ****)((int)puVar5 + -0x10) = local_6c;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c3c3;\n FUN_00248220();\n }" { (expression_statement "*(undefined ****)((int)puVar5 + -0x10) = local_6c;" (assignment_expression "*(undefined ****)((int)puVar5 + -0x10) = local_6c" (pointer_expression "*(undefined ****)((int)puVar5 + -0x10)" * (cast_expression "(undefined ****)((int)puVar5 + -0x10)" ( (type_descriptor "undefined ****" type_identifier (abstract_pointer_declarator "****" * (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))))) ) (parenthesized_expression "((int)puVar5 + -0x10)" ( (binary_expression "(int)puVar5 + -0x10" (cast_expression "(int)puVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c3c3;" (assignment_expression "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c3c3" (pointer_expression "*(undefined4 *)((int)puVar5 + -0x14)" * (cast_expression "(undefined4 *)((int)puVar5 + -0x14)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar5 + -0x14)" ( (binary_expression "(int)puVar5 + -0x14" (cast_expression "(int)puVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "FUN_00248220();" (call_expression "FUN_00248220()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (local_98 != 0) {\n *(int *)((int)puVar5 + -0x10) = local_98;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c3db;\n FUN_00248220();\n }" if (parenthesized_expression "(local_98 != 0)" ( (binary_expression "local_98 != 0" identifier != number_literal) )) (compound_statement "{\n *(int *)((int)puVar5 + -0x10) = local_98;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c3db;\n FUN_00248220();\n }" { (expression_statement "*(int *)((int)puVar5 + -0x10) = local_98;" (assignment_expression "*(int *)((int)puVar5 + -0x10) = local_98" (pointer_expression "*(int *)((int)puVar5 + -0x10)" * (cast_expression "(int *)((int)puVar5 + -0x10)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar5 + -0x10)" ( (binary_expression "(int)puVar5 + -0x10" (cast_expression "(int)puVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c3db;" (assignment_expression "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c3db" (pointer_expression "*(undefined4 *)((int)puVar5 + -0x14)" * (cast_expression "(undefined4 *)((int)puVar5 + -0x14)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar5 + -0x14)" ( (binary_expression "(int)puVar5 + -0x14" (cast_expression "(int)puVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "FUN_00248220();" (call_expression "FUN_00248220()" identifier (argument_list "()" ( ))) ;) })) (return_statement "return param_1;" return identifier ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * (pointer_declarator * IDENT))) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * (pointer_declarator * IDENT)) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * (pointer_declarator * IDENT)) ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE (pointer_declarator * (pointer_declarator * IDENT)) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * (pointer_declarator * IDENT)) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * (pointer_declarator * (pointer_declarator * IDENT))) ;) (declaration TYPE (pointer_declarator * (pointer_declarator * (pointer_declarator * IDENT))) ;) (declaration TYPE (pointer_declarator * (pointer_declarator * (pointer_declarator * IDENT))) ;) (declaration TYPE IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * (array_declarator IDENT [ LIT ])) ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE (pointer_declarator * (pointer_declarator * (array_declarator IDENT [ LIT ]))) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * (pointer_declarator * (pointer_declarator * IDENT))) ;) (declaration TYPE (pointer_declarator * (pointer_declarator * (pointer_declarator * IDENT))) ;) (declaration TYPE (pointer_declarator * (pointer_declarator * (pointer_declarator * IDENT))) ;) (declaration TYPE (pointer_declarator * (pointer_declarator * (pointer_declarator * IDENT))) ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (pointer_expression & IDENT))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator * (abstract_pointer_declarator *)))) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = 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 (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 * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }) (else_clause else (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( ))) ;) }))) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) != IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT) , LIT , (string_literal " string_content ") ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression & IDENT))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) }) (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 (call_expression IDENT (argument_list ( ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression & IDENT))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (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) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) })) })) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (pointer_expression & IDENT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression & IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) })) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) != IDENT) )) (compound_statement { (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (subscript_expression IDENT [ LIT ])) != (binary_expression IDENT + LIT)) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }) while (parenthesized_expression ( (binary_expression IDENT != IDENT) )) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator * (abstract_pointer_declarator *)))) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT != IDENT) )) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator * (abstract_pointer_declarator *)))) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator * (abstract_pointer_declarator * (abstract_pointer_declarator *))))) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) != IDENT) )) (compound_statement { (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (pointer_expression * IDENT)) != (binary_expression IDENT + LIT)) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }) while (parenthesized_expression ( (binary_expression IDENT != IDENT) )) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator * (abstract_pointer_declarator *)))) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT != IDENT) )) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator * (abstract_pointer_declarator *)))) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator * (abstract_pointer_declarator * (abstract_pointer_declarator *))))) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (return_statement return IDENT ;) })))
(function_definition "int FUN_0013c0c0(int param_1,int param_2,undefined4 param_3,undefined **param_4,undefined4 param_5)\n\n{\n code *pcVar1;\n undefined **ppuVar2;\n char cVar3;\n undefined4 *puVar4;\n undefined4 *puVar5;\n undefined **ppuVar6;\n undefined1 auStack_190 [12];\n int **local_184;\n undefined1 *local_180;\n undefined **local_17c;\n undefined4 local_178;\n undefined ***local_174;\n undefined ***local_170;\n undefined ***local_160;\n int local_15c;\n undefined1 local_158 [16];\n undefined1 *local_148;\n undefined4 local_144;\n undefined1 local_140 [16];\n int local_130;\n undefined1 *local_12c [2];\n undefined1 local_124 [92];\n undefined **local_c8 [12];\n int local_98;\n int local_80;\n undefined ***local_6c;\n undefined ***local_68;\n undefined ***local_60;\n undefined ***local_5c;\n undefined1 local_50 [8];\n undefined4 local_48;\n undefined1 local_38 [40];\n \n local_170 = local_c8;\n local_17c = param_4;\n local_178 = param_5;\n FUN_00219d20();\n \n FUN_00217d90(param_1,local_170);\n puVar5 = (undefined4 *)auStack_190;\n if (*(int *)(param_1 + 4) == 0) {\n \n FUN_0024fe30();\n local_184 = (int **)&local_160;\n local_174 = (undefined ***)local_158;\n local_15c = 0;\n local_180 = local_140;\n local_158[0] = 0;\n local_144 = 0;\n local_140[0] = 0;\n local_160 = local_174;\n local_148 = local_180;\n \n cVar3 = FUN_001309b0(*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),local_17c);\n if (cVar3 == '\0') {\n FUN_00251be0();\n pcVar1 = *(code **)(**(int **)(param_2 + 8) + 0x40);\n if (pcVar1 == FUN_000b1170) {\n FUN_000b0fc0();\n }\n else {\n (*pcVar1)();\n }\n \n FUN_00251a30();\n if (local_12c[0] != local_124) {\n FUN_00248220();\n }\n snprintf((char *)local_12c,100,"+0x%lx)");\n puVar4 = (undefined4 *)&stack0xfffffe5c;\n \n FUN_00251be0();\n }\n else {\n if (local_15c != 0) {\n FUN_00251be0();\n FUN_00251a30();\n }\n if (*(int *)(param_1 + 4) == 0x7fffffff) {\n \n FUN_0028dc10();\n }\n FUN_00251a30();\n if (local_130 == 2) {\n gettext();\n FUN_00251be0();\n }\n puVar4 = (undefined4 *)&stack0xfffffe60;\n FUN_00251a30();\n }\n if (local_148 != local_180) {\n *puVar4 = local_148;\n puVar4[-1] = 0x13c239;\n FUN_00248220();\n }\n puVar5 = puVar4 + 4;\n if (local_160 != local_174) {\n *puVar4 = local_160;\n puVar4[-1] = 0x13c255;\n FUN_00248220();\n puVar5 = puVar4 + 4;\n }\n }\n local_c8[0] = &PTR_FUN_0040f910;\n ppuVar6 = &PTR_FUN_0040f910;\n if (local_80 != 0) {\n *(int *)((int)puVar5 + -0x10) = local_80;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c276;\n FUN_002481c0();\n ppuVar6 = local_c8[0];\n }\n local_c8[0] = ppuVar6;\n *(undefined1 **)((int)puVar5 + -0x10) = local_38;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c285;\n FUN_00131aa0();\n *(undefined4 *)((int)puVar5 + -0xc) = local_48;\n *(undefined1 **)((int)puVar5 + -0x10) = local_50;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c293;\n FUN_0013b4f0();\n if (local_5c != local_60) {\n local_174 = local_5c;\n local_170 = local_60;\n do {\n ppuVar6 = *local_170;\n ppuVar2 = local_170[1];\n if (local_170[1] != ppuVar6) {\n do {\n local_17c = ppuVar2;\n if ((undefined **)ppuVar6[1] != ppuVar6 + 3) {\n *(undefined **)((int)puVar5 + -0x10) = ppuVar6[1];\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c2dd;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 7;\n ppuVar2 = local_17c;\n } while (local_17c != ppuVar6);\n ppuVar6 = *local_170;\n }\n if (ppuVar6 != (undefined **)0x0) {\n *(undefined ***)((int)puVar5 + -0x10) = ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c302;\n FUN_00248220();\n }\n local_170 = local_170 + 3;\n } while (local_174 != local_170);\n }\n if (local_60 != (undefined ***)0x0) {\n *(undefined ****)((int)puVar5 + -0x10) = local_60;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c32c;\n FUN_00248220();\n }\n if (local_68 != local_6c) {\n local_174 = local_68;\n local_170 = local_6c;\n do {\n ppuVar6 = *local_170;\n ppuVar2 = local_170[1];\n if (local_170[1] != ppuVar6) {\n do {\n local_17c = ppuVar2;\n if ((undefined **)*ppuVar6 != ppuVar6 + 2) {\n *(undefined **)((int)puVar5 + -0x10) = *ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c374;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 6;\n ppuVar2 = local_17c;\n } while (local_17c != ppuVar6);\n ppuVar6 = *local_170;\n }\n if (ppuVar6 != (undefined **)0x0) {\n *(undefined ***)((int)puVar5 + -0x10) = ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c399;\n FUN_00248220();\n }\n local_170 = local_170 + 3;\n } while (local_174 != local_170);\n }\n if (local_6c != (undefined ***)0x0) {\n *(undefined ****)((int)puVar5 + -0x10) = local_6c;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c3c3;\n FUN_00248220();\n }\n if (local_98 != 0) {\n *(int *)((int)puVar5 + -0x10) = local_98;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c3db;\n FUN_00248220();\n }\n return param_1;\n}" (primitive_type "int") (function_declarator "FUN_0013c0c0(int param_1,int param_2,undefined4 param_3,undefined **param_4,undefined4 param_5)" (identifier "FUN_0013c0c0") (parameter_list "(int param_1,int param_2,undefined4 param_3,undefined **param_4,undefined4 param_5)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) (, ",") (parameter_declaration "int param_2" (primitive_type "int") (identifier "param_2")) (, ",") (parameter_declaration "undefined4 param_3" (type_identifier "undefined4") (identifier "param_3")) (, ",") (parameter_declaration "undefined **param_4" (type_identifier "undefined") (pointer_declarator "**param_4" (* "*") (pointer_declarator "*param_4" (* "*") (identifier "param_4")))) (, ",") (parameter_declaration "undefined4 param_5" (type_identifier "undefined4") (identifier "param_5")) () ")"))) (compound_statement "{\n code *pcVar1;\n undefined **ppuVar2;\n char cVar3;\n undefined4 *puVar4;\n undefined4 *puVar5;\n undefined **ppuVar6;\n undefined1 auStack_190 [12];\n int **local_184;\n undefined1 *local_180;\n undefined **local_17c;\n undefined4 local_178;\n undefined ***local_174;\n undefined ***local_170;\n undefined ***local_160;\n int local_15c;\n undefined1 local_158 [16];\n undefined1 *local_148;\n undefined4 local_144;\n undefined1 local_140 [16];\n int local_130;\n undefined1 *local_12c [2];\n undefined1 local_124 [92];\n undefined **local_c8 [12];\n int local_98;\n int local_80;\n undefined ***local_6c;\n undefined ***local_68;\n undefined ***local_60;\n undefined ***local_5c;\n undefined1 local_50 [8];\n undefined4 local_48;\n undefined1 local_38 [40];\n \n local_170 = local_c8;\n local_17c = param_4;\n local_178 = param_5;\n FUN_00219d20();\n \n FUN_00217d90(param_1,local_170);\n puVar5 = (undefined4 *)auStack_190;\n if (*(int *)(param_1 + 4) == 0) {\n \n FUN_0024fe30();\n local_184 = (int **)&local_160;\n local_174 = (undefined ***)local_158;\n local_15c = 0;\n local_180 = local_140;\n local_158[0] = 0;\n local_144 = 0;\n local_140[0] = 0;\n local_160 = local_174;\n local_148 = local_180;\n \n cVar3 = FUN_001309b0(*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),local_17c);\n if (cVar3 == '\0') {\n FUN_00251be0();\n pcVar1 = *(code **)(**(int **)(param_2 + 8) + 0x40);\n if (pcVar1 == FUN_000b1170) {\n FUN_000b0fc0();\n }\n else {\n (*pcVar1)();\n }\n \n FUN_00251a30();\n if (local_12c[0] != local_124) {\n FUN_00248220();\n }\n snprintf((char *)local_12c,100,"+0x%lx)");\n puVar4 = (undefined4 *)&stack0xfffffe5c;\n \n FUN_00251be0();\n }\n else {\n if (local_15c != 0) {\n FUN_00251be0();\n FUN_00251a30();\n }\n if (*(int *)(param_1 + 4) == 0x7fffffff) {\n \n FUN_0028dc10();\n }\n FUN_00251a30();\n if (local_130 == 2) {\n gettext();\n FUN_00251be0();\n }\n puVar4 = (undefined4 *)&stack0xfffffe60;\n FUN_00251a30();\n }\n if (local_148 != local_180) {\n *puVar4 = local_148;\n puVar4[-1] = 0x13c239;\n FUN_00248220();\n }\n puVar5 = puVar4 + 4;\n if (local_160 != local_174) {\n *puVar4 = local_160;\n puVar4[-1] = 0x13c255;\n FUN_00248220();\n puVar5 = puVar4 + 4;\n }\n }\n local_c8[0] = &PTR_FUN_0040f910;\n ppuVar6 = &PTR_FUN_0040f910;\n if (local_80 != 0) {\n *(int *)((int)puVar5 + -0x10) = local_80;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c276;\n FUN_002481c0();\n ppuVar6 = local_c8[0];\n }\n local_c8[0] = ppuVar6;\n *(undefined1 **)((int)puVar5 + -0x10) = local_38;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c285;\n FUN_00131aa0();\n *(undefined4 *)((int)puVar5 + -0xc) = local_48;\n *(undefined1 **)((int)puVar5 + -0x10) = local_50;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c293;\n FUN_0013b4f0();\n if (local_5c != local_60) {\n local_174 = local_5c;\n local_170 = local_60;\n do {\n ppuVar6 = *local_170;\n ppuVar2 = local_170[1];\n if (local_170[1] != ppuVar6) {\n do {\n local_17c = ppuVar2;\n if ((undefined **)ppuVar6[1] != ppuVar6 + 3) {\n *(undefined **)((int)puVar5 + -0x10) = ppuVar6[1];\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c2dd;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 7;\n ppuVar2 = local_17c;\n } while (local_17c != ppuVar6);\n ppuVar6 = *local_170;\n }\n if (ppuVar6 != (undefined **)0x0) {\n *(undefined ***)((int)puVar5 + -0x10) = ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c302;\n FUN_00248220();\n }\n local_170 = local_170 + 3;\n } while (local_174 != local_170);\n }\n if (local_60 != (undefined ***)0x0) {\n *(undefined ****)((int)puVar5 + -0x10) = local_60;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c32c;\n FUN_00248220();\n }\n if (local_68 != local_6c) {\n local_174 = local_68;\n local_170 = local_6c;\n do {\n ppuVar6 = *local_170;\n ppuVar2 = local_170[1];\n if (local_170[1] != ppuVar6) {\n do {\n local_17c = ppuVar2;\n if ((undefined **)*ppuVar6 != ppuVar6 + 2) {\n *(undefined **)((int)puVar5 + -0x10) = *ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c374;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 6;\n ppuVar2 = local_17c;\n } while (local_17c != ppuVar6);\n ppuVar6 = *local_170;\n }\n if (ppuVar6 != (undefined **)0x0) {\n *(undefined ***)((int)puVar5 + -0x10) = ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c399;\n FUN_00248220();\n }\n local_170 = local_170 + 3;\n } while (local_174 != local_170);\n }\n if (local_6c != (undefined ***)0x0) {\n *(undefined ****)((int)puVar5 + -0x10) = local_6c;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c3c3;\n FUN_00248220();\n }\n if (local_98 != 0) {\n *(int *)((int)puVar5 + -0x10) = local_98;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c3db;\n FUN_00248220();\n }\n return param_1;\n}" ({ "{") (declaration "code *pcVar1;" (type_identifier "code") (pointer_declarator "*pcVar1" (* "*") (identifier "pcVar1")) (; ";")) (declaration "undefined **ppuVar2;" (type_identifier "undefined") (pointer_declarator "**ppuVar2" (* "*") (pointer_declarator "*ppuVar2" (* "*") (identifier "ppuVar2"))) (; ";")) (declaration "char cVar3;" (primitive_type "char") (identifier "cVar3") (; ";")) (declaration "undefined4 *puVar4;" (type_identifier "undefined4") (pointer_declarator "*puVar4" (* "*") (identifier "puVar4")) (; ";")) (declaration "undefined4 *puVar5;" (type_identifier "undefined4") (pointer_declarator "*puVar5" (* "*") (identifier "puVar5")) (; ";")) (declaration "undefined **ppuVar6;" (type_identifier "undefined") (pointer_declarator "**ppuVar6" (* "*") (pointer_declarator "*ppuVar6" (* "*") (identifier "ppuVar6"))) (; ";")) (declaration "undefined1 auStack_190 [12];" (type_identifier "undefined1") (array_declarator "auStack_190 [12]" (identifier "auStack_190") ([ "[") (number_literal "12") (] "]")) (; ";")) (declaration "int **local_184;" (primitive_type "int") (pointer_declarator "**local_184" (* "*") (pointer_declarator "*local_184" (* "*") (identifier "local_184"))) (; ";")) (declaration "undefined1 *local_180;" (type_identifier "undefined1") (pointer_declarator "*local_180" (* "*") (identifier "local_180")) (; ";")) (declaration "undefined **local_17c;" (type_identifier "undefined") (pointer_declarator "**local_17c" (* "*") (pointer_declarator "*local_17c" (* "*") (identifier "local_17c"))) (; ";")) (declaration "undefined4 local_178;" (type_identifier "undefined4") (identifier "local_178") (; ";")) (declaration "undefined ***local_174;" (type_identifier "undefined") (pointer_declarator "***local_174" (* "*") (pointer_declarator "**local_174" (* "*") (pointer_declarator "*local_174" (* "*") (identifier "local_174")))) (; ";")) (declaration "undefined ***local_170;" (type_identifier "undefined") (pointer_declarator "***local_170" (* "*") (pointer_declarator "**local_170" (* "*") (pointer_declarator "*local_170" (* "*") (identifier "local_170")))) (; ";")) (declaration "undefined ***local_160;" (type_identifier "undefined") (pointer_declarator "***local_160" (* "*") (pointer_declarator "**local_160" (* "*") (pointer_declarator "*local_160" (* "*") (identifier "local_160")))) (; ";")) (declaration "int local_15c;" (primitive_type "int") (identifier "local_15c") (; ";")) (declaration "undefined1 local_158 [16];" (type_identifier "undefined1") (array_declarator "local_158 [16]" (identifier "local_158") ([ "[") (number_literal "16") (] "]")) (; ";")) (declaration "undefined1 *local_148;" (type_identifier "undefined1") (pointer_declarator "*local_148" (* "*") (identifier "local_148")) (; ";")) (declaration "undefined4 local_144;" (type_identifier "undefined4") (identifier "local_144") (; ";")) (declaration "undefined1 local_140 [16];" (type_identifier "undefined1") (array_declarator "local_140 [16]" (identifier "local_140") ([ "[") (number_literal "16") (] "]")) (; ";")) (declaration "int local_130;" (primitive_type "int") (identifier "local_130") (; ";")) (declaration "undefined1 *local_12c [2];" (type_identifier "undefined1") (pointer_declarator "*local_12c [2]" (* "*") (array_declarator "local_12c [2]" (identifier "local_12c") ([ "[") (number_literal "2") (] "]"))) (; ";")) (declaration "undefined1 local_124 [92];" (type_identifier "undefined1") (array_declarator "local_124 [92]" (identifier "local_124") ([ "[") (number_literal "92") (] "]")) (; ";")) (declaration "undefined **local_c8 [12];" (type_identifier "undefined") (pointer_declarator "**local_c8 [12]" (* "*") (pointer_declarator "*local_c8 [12]" (* "*") (array_declarator "local_c8 [12]" (identifier "local_c8") ([ "[") (number_literal "12") (] "]")))) (; ";")) (declaration "int local_98;" (primitive_type "int") (identifier "local_98") (; ";")) (declaration "int local_80;" (primitive_type "int") (identifier "local_80") (; ";")) (declaration "undefined ***local_6c;" (type_identifier "undefined") (pointer_declarator "***local_6c" (* "*") (pointer_declarator "**local_6c" (* "*") (pointer_declarator "*local_6c" (* "*") (identifier "local_6c")))) (; ";")) (declaration "undefined ***local_68;" (type_identifier "undefined") (pointer_declarator "***local_68" (* "*") (pointer_declarator "**local_68" (* "*") (pointer_declarator "*local_68" (* "*") (identifier "local_68")))) (; ";")) (declaration "undefined ***local_60;" (type_identifier "undefined") (pointer_declarator "***local_60" (* "*") (pointer_declarator "**local_60" (* "*") (pointer_declarator "*local_60" (* "*") (identifier "local_60")))) (; ";")) (declaration "undefined ***local_5c;" (type_identifier "undefined") (pointer_declarator "***local_5c" (* "*") (pointer_declarator "**local_5c" (* "*") (pointer_declarator "*local_5c" (* "*") (identifier "local_5c")))) (; ";")) (declaration "undefined1 local_50 [8];" (type_identifier "undefined1") (array_declarator "local_50 [8]" (identifier "local_50") ([ "[") (number_literal "8") (] "]")) (; ";")) (declaration "undefined4 local_48;" (type_identifier "undefined4") (identifier "local_48") (; ";")) (declaration "undefined1 local_38 [40];" (type_identifier "undefined1") (array_declarator "local_38 [40]" (identifier "local_38") ([ "[") (number_literal "40") (] "]")) (; ";")) (expression_statement "local_170 = local_c8;" (assignment_expression "local_170 = local_c8" (identifier "local_170") (= "=") (identifier "local_c8")) (; ";")) (expression_statement "local_17c = param_4;" (assignment_expression "local_17c = param_4" (identifier "local_17c") (= "=") (identifier "param_4")) (; ";")) (expression_statement "local_178 = param_5;" (assignment_expression "local_178 = param_5" (identifier "local_178") (= "=") (identifier "param_5")) (; ";")) (expression_statement "FUN_00219d20();" (call_expression "FUN_00219d20()" (identifier "FUN_00219d20") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "FUN_00217d90(param_1,local_170);" (call_expression "FUN_00217d90(param_1,local_170)" (identifier "FUN_00217d90") (argument_list "(param_1,local_170)" (( "(") (identifier "param_1") (, ",") (identifier "local_170") () ")"))) (; ";")) (expression_statement "puVar5 = (undefined4 *)auStack_190;" (assignment_expression "puVar5 = (undefined4 *)auStack_190" (identifier "puVar5") (= "=") (cast_expression "(undefined4 *)auStack_190" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "auStack_190"))) (; ";")) (if_statement "if (*(int *)(param_1 + 4) == 0) {\n \n FUN_0024fe30();\n local_184 = (int **)&local_160;\n local_174 = (undefined ***)local_158;\n local_15c = 0;\n local_180 = local_140;\n local_158[0] = 0;\n local_144 = 0;\n local_140[0] = 0;\n local_160 = local_174;\n local_148 = local_180;\n \n cVar3 = FUN_001309b0(*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),local_17c);\n if (cVar3 == '\0') {\n FUN_00251be0();\n pcVar1 = *(code **)(**(int **)(param_2 + 8) + 0x40);\n if (pcVar1 == FUN_000b1170) {\n FUN_000b0fc0();\n }\n else {\n (*pcVar1)();\n }\n \n FUN_00251a30();\n if (local_12c[0] != local_124) {\n FUN_00248220();\n }\n snprintf((char *)local_12c,100,"+0x%lx)");\n puVar4 = (undefined4 *)&stack0xfffffe5c;\n \n FUN_00251be0();\n }\n else {\n if (local_15c != 0) {\n FUN_00251be0();\n FUN_00251a30();\n }\n if (*(int *)(param_1 + 4) == 0x7fffffff) {\n \n FUN_0028dc10();\n }\n FUN_00251a30();\n if (local_130 == 2) {\n gettext();\n FUN_00251be0();\n }\n puVar4 = (undefined4 *)&stack0xfffffe60;\n FUN_00251a30();\n }\n if (local_148 != local_180) {\n *puVar4 = local_148;\n puVar4[-1] = 0x13c239;\n FUN_00248220();\n }\n puVar5 = puVar4 + 4;\n if (local_160 != local_174) {\n *puVar4 = local_160;\n puVar4[-1] = 0x13c255;\n FUN_00248220();\n puVar5 = puVar4 + 4;\n }\n }" (if "if") (parenthesized_expression "(*(int *)(param_1 + 4) == 0)" (( "(") (binary_expression "*(int *)(param_1 + 4) == 0" (pointer_expression "*(int *)(param_1 + 4)" (* "*") (cast_expression "(int *)(param_1 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 4)" (( "(") (binary_expression "param_1 + 4" (identifier "param_1") (+ "+") (number_literal "4")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_0024fe30();\n local_184 = (int **)&local_160;\n local_174 = (undefined ***)local_158;\n local_15c = 0;\n local_180 = local_140;\n local_158[0] = 0;\n local_144 = 0;\n local_140[0] = 0;\n local_160 = local_174;\n local_148 = local_180;\n \n cVar3 = FUN_001309b0(*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),local_17c);\n if (cVar3 == '\0') {\n FUN_00251be0();\n pcVar1 = *(code **)(**(int **)(param_2 + 8) + 0x40);\n if (pcVar1 == FUN_000b1170) {\n FUN_000b0fc0();\n }\n else {\n (*pcVar1)();\n }\n \n FUN_00251a30();\n if (local_12c[0] != local_124) {\n FUN_00248220();\n }\n snprintf((char *)local_12c,100,"+0x%lx)");\n puVar4 = (undefined4 *)&stack0xfffffe5c;\n \n FUN_00251be0();\n }\n else {\n if (local_15c != 0) {\n FUN_00251be0();\n FUN_00251a30();\n }\n if (*(int *)(param_1 + 4) == 0x7fffffff) {\n \n FUN_0028dc10();\n }\n FUN_00251a30();\n if (local_130 == 2) {\n gettext();\n FUN_00251be0();\n }\n puVar4 = (undefined4 *)&stack0xfffffe60;\n FUN_00251a30();\n }\n if (local_148 != local_180) {\n *puVar4 = local_148;\n puVar4[-1] = 0x13c239;\n FUN_00248220();\n }\n puVar5 = puVar4 + 4;\n if (local_160 != local_174) {\n *puVar4 = local_160;\n puVar4[-1] = 0x13c255;\n FUN_00248220();\n puVar5 = puVar4 + 4;\n }\n }" ({ "{") (expression_statement "FUN_0024fe30();" (call_expression "FUN_0024fe30()" (identifier "FUN_0024fe30") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "local_184 = (int **)&local_160;" (assignment_expression "local_184 = (int **)&local_160" (identifier "local_184") (= "=") (cast_expression "(int **)&local_160" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (pointer_expression "&local_160" (& "&") (identifier "local_160")))) (; ";")) (expression_statement "local_174 = (undefined ***)local_158;" (assignment_expression "local_174 = (undefined ***)local_158" (identifier "local_174") (= "=") (cast_expression "(undefined ***)local_158" (( "(") (type_descriptor "undefined ***" (type_identifier "undefined") (abstract_pointer_declarator "***" (* "*") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*"))))) () ")") (identifier "local_158"))) (; ";")) (expression_statement "local_15c = 0;" (assignment_expression "local_15c = 0" (identifier "local_15c") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_180 = local_140;" (assignment_expression "local_180 = local_140" (identifier "local_180") (= "=") (identifier "local_140")) (; ";")) (expression_statement "local_158[0] = 0;" (assignment_expression "local_158[0] = 0" (subscript_expression "local_158[0]" (identifier "local_158") ([ "[") (number_literal "0") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "local_144 = 0;" (assignment_expression "local_144 = 0" (identifier "local_144") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_140[0] = 0;" (assignment_expression "local_140[0] = 0" (subscript_expression "local_140[0]" (identifier "local_140") ([ "[") (number_literal "0") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "local_160 = local_174;" (assignment_expression "local_160 = local_174" (identifier "local_160") (= "=") (identifier "local_174")) (; ";")) (expression_statement "local_148 = local_180;" (assignment_expression "local_148 = local_180" (identifier "local_148") (= "=") (identifier "local_180")) (; ";")) (expression_statement "cVar3 = FUN_001309b0(*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),local_17c);" (assignment_expression "cVar3 = FUN_001309b0(*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),local_17c)" (identifier "cVar3") (= "=") (call_expression "FUN_001309b0(*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),local_17c)" (identifier "FUN_001309b0") (argument_list "(*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),local_17c)" (( "(") (pointer_expression "*(undefined4 *)(param_2 + 8)" (* "*") (cast_expression "(undefined4 *)(param_2 + 8)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 8)" (( "(") (binary_expression "param_2 + 8" (identifier "param_2") (+ "+") (number_literal "8")) () ")")))) (, ",") (pointer_expression "*(undefined4 *)(param_2 + 0x18)" (* "*") (cast_expression "(undefined4 *)(param_2 + 0x18)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x18)" (( "(") (binary_expression "param_2 + 0x18" (identifier "param_2") (+ "+") (number_literal "0x18")) () ")")))) (, ",") (identifier "local_17c") () ")")))) (; ";")) (if_statement "if (cVar3 == '\0') {\n FUN_00251be0();\n pcVar1 = *(code **)(**(int **)(param_2 + 8) + 0x40);\n if (pcVar1 == FUN_000b1170) {\n FUN_000b0fc0();\n }\n else {\n (*pcVar1)();\n }\n \n FUN_00251a30();\n if (local_12c[0] != local_124) {\n FUN_00248220();\n }\n snprintf((char *)local_12c,100,"+0x%lx)");\n puVar4 = (undefined4 *)&stack0xfffffe5c;\n \n FUN_00251be0();\n }\n else {\n if (local_15c != 0) {\n FUN_00251be0();\n FUN_00251a30();\n }\n if (*(int *)(param_1 + 4) == 0x7fffffff) {\n \n FUN_0028dc10();\n }\n FUN_00251a30();\n if (local_130 == 2) {\n gettext();\n FUN_00251be0();\n }\n puVar4 = (undefined4 *)&stack0xfffffe60;\n FUN_00251a30();\n }" (if "if") (parenthesized_expression "(cVar3 == '\0')" (( "(") (binary_expression "cVar3 == '\0'" (identifier "cVar3") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n FUN_00251be0();\n pcVar1 = *(code **)(**(int **)(param_2 + 8) + 0x40);\n if (pcVar1 == FUN_000b1170) {\n FUN_000b0fc0();\n }\n else {\n (*pcVar1)();\n }\n \n FUN_00251a30();\n if (local_12c[0] != local_124) {\n FUN_00248220();\n }\n snprintf((char *)local_12c,100,"+0x%lx)");\n puVar4 = (undefined4 *)&stack0xfffffe5c;\n \n FUN_00251be0();\n }" ({ "{") (expression_statement "FUN_00251be0();" (call_expression "FUN_00251be0()" (identifier "FUN_00251be0") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "pcVar1 = *(code **)(**(int **)(param_2 + 8) + 0x40);" (assignment_expression "pcVar1 = *(code **)(**(int **)(param_2 + 8) + 0x40)" (identifier "pcVar1") (= "=") (pointer_expression "*(code **)(**(int **)(param_2 + 8) + 0x40)" (* "*") (cast_expression "(code **)(**(int **)(param_2 + 8) + 0x40)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(**(int **)(param_2 + 8) + 0x40)" (( "(") (binary_expression "**(int **)(param_2 + 8) + 0x40" (pointer_expression "**(int **)(param_2 + 8)" (* "*") (pointer_expression "*(int **)(param_2 + 8)" (* "*") (cast_expression "(int **)(param_2 + 8)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_2 + 8)" (( "(") (binary_expression "param_2 + 8" (identifier "param_2") (+ "+") (number_literal "8")) () ")"))))) (+ "+") (number_literal "0x40")) () ")"))))) (; ";")) (if_statement "if (pcVar1 == FUN_000b1170) {\n FUN_000b0fc0();\n }\n else {\n (*pcVar1)();\n }" (if "if") (parenthesized_expression "(pcVar1 == FUN_000b1170)" (( "(") (binary_expression "pcVar1 == FUN_000b1170" (identifier "pcVar1") (== "==") (identifier "FUN_000b1170")) () ")")) (compound_statement "{\n FUN_000b0fc0();\n }" ({ "{") (expression_statement "FUN_000b0fc0();" (call_expression "FUN_000b0fc0()" (identifier "FUN_000b0fc0") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")) (else_clause "else {\n (*pcVar1)();\n }" (else "else") (compound_statement "{\n (*pcVar1)();\n }" ({ "{") (expression_statement "(*pcVar1)();" (call_expression "(*pcVar1)()" (parenthesized_expression "(*pcVar1)" (( "(") (pointer_expression "*pcVar1" (* "*") (identifier "pcVar1")) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))) (expression_statement "FUN_00251a30();" (call_expression "FUN_00251a30()" (identifier "FUN_00251a30") (argument_list "()" (( "(") () ")"))) (; ";")) (if_statement "if (local_12c[0] != local_124) {\n FUN_00248220();\n }" (if "if") (parenthesized_expression "(local_12c[0] != local_124)" (( "(") (binary_expression "local_12c[0] != local_124" (subscript_expression "local_12c[0]" (identifier "local_12c") ([ "[") (number_literal "0") (] "]")) (!= "!=") (identifier "local_124")) () ")")) (compound_statement "{\n FUN_00248220();\n }" ({ "{") (expression_statement "FUN_00248220();" (call_expression "FUN_00248220()" (identifier "FUN_00248220") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "snprintf((char *)local_12c,100,"+0x%lx)");" (call_expression "snprintf((char *)local_12c,100,"+0x%lx)")" (identifier "snprintf") (argument_list "((char *)local_12c,100,"+0x%lx)")" (( "(") (cast_expression "(char *)local_12c" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "local_12c")) (, ",") (number_literal "100") (, ",") (string_literal ""+0x%lx)"" (" """) (string_content "+0x%lx)") (" """)) () ")"))) (; ";")) (expression_statement "puVar4 = (undefined4 *)&stack0xfffffe5c;" (assignment_expression "puVar4 = (undefined4 *)&stack0xfffffe5c" (identifier "puVar4") (= "=") (cast_expression "(undefined4 *)&stack0xfffffe5c" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "&stack0xfffffe5c" (& "&") (identifier "stack0xfffffe5c")))) (; ";")) (expression_statement "FUN_00251be0();" (call_expression "FUN_00251be0()" (identifier "FUN_00251be0") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")) (else_clause "else {\n if (local_15c != 0) {\n FUN_00251be0();\n FUN_00251a30();\n }\n if (*(int *)(param_1 + 4) == 0x7fffffff) {\n \n FUN_0028dc10();\n }\n FUN_00251a30();\n if (local_130 == 2) {\n gettext();\n FUN_00251be0();\n }\n puVar4 = (undefined4 *)&stack0xfffffe60;\n FUN_00251a30();\n }" (else "else") (compound_statement "{\n if (local_15c != 0) {\n FUN_00251be0();\n FUN_00251a30();\n }\n if (*(int *)(param_1 + 4) == 0x7fffffff) {\n \n FUN_0028dc10();\n }\n FUN_00251a30();\n if (local_130 == 2) {\n gettext();\n FUN_00251be0();\n }\n puVar4 = (undefined4 *)&stack0xfffffe60;\n FUN_00251a30();\n }" ({ "{") (if_statement "if (local_15c != 0) {\n FUN_00251be0();\n FUN_00251a30();\n }" (if "if") (parenthesized_expression "(local_15c != 0)" (( "(") (binary_expression "local_15c != 0" (identifier "local_15c") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_00251be0();\n FUN_00251a30();\n }" ({ "{") (expression_statement "FUN_00251be0();" (call_expression "FUN_00251be0()" (identifier "FUN_00251be0") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "FUN_00251a30();" (call_expression "FUN_00251a30()" (identifier "FUN_00251a30") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (if_statement "if (*(int *)(param_1 + 4) == 0x7fffffff) {\n \n FUN_0028dc10();\n }" (if "if") (parenthesized_expression "(*(int *)(param_1 + 4) == 0x7fffffff)" (( "(") (binary_expression "*(int *)(param_1 + 4) == 0x7fffffff" (pointer_expression "*(int *)(param_1 + 4)" (* "*") (cast_expression "(int *)(param_1 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 4)" (( "(") (binary_expression "param_1 + 4" (identifier "param_1") (+ "+") (number_literal "4")) () ")")))) (== "==") (number_literal "0x7fffffff")) () ")")) (compound_statement "{\n \n FUN_0028dc10();\n }" ({ "{") (expression_statement "FUN_0028dc10();" (call_expression "FUN_0028dc10()" (identifier "FUN_0028dc10") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_00251a30();" (call_expression "FUN_00251a30()" (identifier "FUN_00251a30") (argument_list "()" (( "(") () ")"))) (; ";")) (if_statement "if (local_130 == 2) {\n gettext();\n FUN_00251be0();\n }" (if "if") (parenthesized_expression "(local_130 == 2)" (( "(") (binary_expression "local_130 == 2" (identifier "local_130") (== "==") (number_literal "2")) () ")")) (compound_statement "{\n gettext();\n FUN_00251be0();\n }" ({ "{") (expression_statement "gettext();" (call_expression "gettext()" (identifier "gettext") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "FUN_00251be0();" (call_expression "FUN_00251be0()" (identifier "FUN_00251be0") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "puVar4 = (undefined4 *)&stack0xfffffe60;" (assignment_expression "puVar4 = (undefined4 *)&stack0xfffffe60" (identifier "puVar4") (= "=") (cast_expression "(undefined4 *)&stack0xfffffe60" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "&stack0xfffffe60" (& "&") (identifier "stack0xfffffe60")))) (; ";")) (expression_statement "FUN_00251a30();" (call_expression "FUN_00251a30()" (identifier "FUN_00251a30") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))) (if_statement "if (local_148 != local_180) {\n *puVar4 = local_148;\n puVar4[-1] = 0x13c239;\n FUN_00248220();\n }" (if "if") (parenthesized_expression "(local_148 != local_180)" (( "(") (binary_expression "local_148 != local_180" (identifier "local_148") (!= "!=") (identifier "local_180")) () ")")) (compound_statement "{\n *puVar4 = local_148;\n puVar4[-1] = 0x13c239;\n FUN_00248220();\n }" ({ "{") (expression_statement "*puVar4 = local_148;" (assignment_expression "*puVar4 = local_148" (pointer_expression "*puVar4" (* "*") (identifier "puVar4")) (= "=") (identifier "local_148")) (; ";")) (expression_statement "puVar4[-1] = 0x13c239;" (assignment_expression "puVar4[-1] = 0x13c239" (subscript_expression "puVar4[-1]" (identifier "puVar4") ([ "[") (number_literal "-1") (] "]")) (= "=") (number_literal "0x13c239")) (; ";")) (expression_statement "FUN_00248220();" (call_expression "FUN_00248220()" (identifier "FUN_00248220") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "puVar5 = puVar4 + 4;" (assignment_expression "puVar5 = puVar4 + 4" (identifier "puVar5") (= "=") (binary_expression "puVar4 + 4" (identifier "puVar4") (+ "+") (number_literal "4"))) (; ";")) (if_statement "if (local_160 != local_174) {\n *puVar4 = local_160;\n puVar4[-1] = 0x13c255;\n FUN_00248220();\n puVar5 = puVar4 + 4;\n }" (if "if") (parenthesized_expression "(local_160 != local_174)" (( "(") (binary_expression "local_160 != local_174" (identifier "local_160") (!= "!=") (identifier "local_174")) () ")")) (compound_statement "{\n *puVar4 = local_160;\n puVar4[-1] = 0x13c255;\n FUN_00248220();\n puVar5 = puVar4 + 4;\n }" ({ "{") (expression_statement "*puVar4 = local_160;" (assignment_expression "*puVar4 = local_160" (pointer_expression "*puVar4" (* "*") (identifier "puVar4")) (= "=") (identifier "local_160")) (; ";")) (expression_statement "puVar4[-1] = 0x13c255;" (assignment_expression "puVar4[-1] = 0x13c255" (subscript_expression "puVar4[-1]" (identifier "puVar4") ([ "[") (number_literal "-1") (] "]")) (= "=") (number_literal "0x13c255")) (; ";")) (expression_statement "FUN_00248220();" (call_expression "FUN_00248220()" (identifier "FUN_00248220") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "puVar5 = puVar4 + 4;" (assignment_expression "puVar5 = puVar4 + 4" (identifier "puVar5") (= "=") (binary_expression "puVar4 + 4" (identifier "puVar4") (+ "+") (number_literal "4"))) (; ";")) (} "}"))) (} "}"))) (expression_statement "local_c8[0] = &PTR_FUN_0040f910;" (assignment_expression "local_c8[0] = &PTR_FUN_0040f910" (subscript_expression "local_c8[0]" (identifier "local_c8") ([ "[") (number_literal "0") (] "]")) (= "=") (pointer_expression "&PTR_FUN_0040f910" (& "&") (identifier "PTR_FUN_0040f910"))) (; ";")) (expression_statement "ppuVar6 = &PTR_FUN_0040f910;" (assignment_expression "ppuVar6 = &PTR_FUN_0040f910" (identifier "ppuVar6") (= "=") (pointer_expression "&PTR_FUN_0040f910" (& "&") (identifier "PTR_FUN_0040f910"))) (; ";")) (if_statement "if (local_80 != 0) {\n *(int *)((int)puVar5 + -0x10) = local_80;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c276;\n FUN_002481c0();\n ppuVar6 = local_c8[0];\n }" (if "if") (parenthesized_expression "(local_80 != 0)" (( "(") (binary_expression "local_80 != 0" (identifier "local_80") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n *(int *)((int)puVar5 + -0x10) = local_80;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c276;\n FUN_002481c0();\n ppuVar6 = local_c8[0];\n }" ({ "{") (expression_statement "*(int *)((int)puVar5 + -0x10) = local_80;" (assignment_expression "*(int *)((int)puVar5 + -0x10) = local_80" (pointer_expression "*(int *)((int)puVar5 + -0x10)" (* "*") (cast_expression "(int *)((int)puVar5 + -0x10)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)puVar5 + -0x10)" (( "(") (binary_expression "(int)puVar5 + -0x10" (cast_expression "(int)puVar5" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "puVar5")) (+ "+") (number_literal "-0x10")) () ")")))) (= "=") (identifier "local_80")) (; ";")) (expression_statement "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c276;" (assignment_expression "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c276" (pointer_expression "*(undefined4 *)((int)puVar5 + -0x14)" (* "*") (cast_expression "(undefined4 *)((int)puVar5 + -0x14)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)puVar5 + -0x14)" (( "(") (binary_expression "(int)puVar5 + -0x14" (cast_expression "(int)puVar5" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "puVar5")) (+ "+") (number_literal "-0x14")) () ")")))) (= "=") (number_literal "0x13c276")) (; ";")) (expression_statement "FUN_002481c0();" (call_expression "FUN_002481c0()" (identifier "FUN_002481c0") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "ppuVar6 = local_c8[0];" (assignment_expression "ppuVar6 = local_c8[0]" (identifier "ppuVar6") (= "=") (subscript_expression "local_c8[0]" (identifier "local_c8") ([ "[") (number_literal "0") (] "]"))) (; ";")) (} "}"))) (expression_statement "local_c8[0] = ppuVar6;" (assignment_expression "local_c8[0] = ppuVar6" (subscript_expression "local_c8[0]" (identifier "local_c8") ([ "[") (number_literal "0") (] "]")) (= "=") (identifier "ppuVar6")) (; ";")) (expression_statement "*(undefined1 **)((int)puVar5 + -0x10) = local_38;" (assignment_expression "*(undefined1 **)((int)puVar5 + -0x10) = local_38" (pointer_expression "*(undefined1 **)((int)puVar5 + -0x10)" (* "*") (cast_expression "(undefined1 **)((int)puVar5 + -0x10)" (( "(") (type_descriptor "undefined1 **" (type_identifier "undefined1") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "((int)puVar5 + -0x10)" (( "(") (binary_expression "(int)puVar5 + -0x10" (cast_expression "(int)puVar5" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "puVar5")) (+ "+") (number_literal "-0x10")) () ")")))) (= "=") (identifier "local_38")) (; ";")) (expression_statement "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c285;" (assignment_expression "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c285" (pointer_expression "*(undefined4 *)((int)puVar5 + -0x14)" (* "*") (cast_expression "(undefined4 *)((int)puVar5 + -0x14)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)puVar5 + -0x14)" (( "(") (binary_expression "(int)puVar5 + -0x14" (cast_expression "(int)puVar5" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "puVar5")) (+ "+") (number_literal "-0x14")) () ")")))) (= "=") (number_literal "0x13c285")) (; ";")) (expression_statement "FUN_00131aa0();" (call_expression "FUN_00131aa0()" (identifier "FUN_00131aa0") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "*(undefined4 *)((int)puVar5 + -0xc) = local_48;" (assignment_expression "*(undefined4 *)((int)puVar5 + -0xc) = local_48" (pointer_expression "*(undefined4 *)((int)puVar5 + -0xc)" (* "*") (cast_expression "(undefined4 *)((int)puVar5 + -0xc)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)puVar5 + -0xc)" (( "(") (binary_expression "(int)puVar5 + -0xc" (cast_expression "(int)puVar5" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "puVar5")) (+ "+") (number_literal "-0xc")) () ")")))) (= "=") (identifier "local_48")) (; ";")) (expression_statement "*(undefined1 **)((int)puVar5 + -0x10) = local_50;" (assignment_expression "*(undefined1 **)((int)puVar5 + -0x10) = local_50" (pointer_expression "*(undefined1 **)((int)puVar5 + -0x10)" (* "*") (cast_expression "(undefined1 **)((int)puVar5 + -0x10)" (( "(") (type_descriptor "undefined1 **" (type_identifier "undefined1") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "((int)puVar5 + -0x10)" (( "(") (binary_expression "(int)puVar5 + -0x10" (cast_expression "(int)puVar5" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "puVar5")) (+ "+") (number_literal "-0x10")) () ")")))) (= "=") (identifier "local_50")) (; ";")) (expression_statement "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c293;" (assignment_expression "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c293" (pointer_expression "*(undefined4 *)((int)puVar5 + -0x14)" (* "*") (cast_expression "(undefined4 *)((int)puVar5 + -0x14)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)puVar5 + -0x14)" (( "(") (binary_expression "(int)puVar5 + -0x14" (cast_expression "(int)puVar5" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "puVar5")) (+ "+") (number_literal "-0x14")) () ")")))) (= "=") (number_literal "0x13c293")) (; ";")) (expression_statement "FUN_0013b4f0();" (call_expression "FUN_0013b4f0()" (identifier "FUN_0013b4f0") (argument_list "()" (( "(") () ")"))) (; ";")) (if_statement "if (local_5c != local_60) {\n local_174 = local_5c;\n local_170 = local_60;\n do {\n ppuVar6 = *local_170;\n ppuVar2 = local_170[1];\n if (local_170[1] != ppuVar6) {\n do {\n local_17c = ppuVar2;\n if ((undefined **)ppuVar6[1] != ppuVar6 + 3) {\n *(undefined **)((int)puVar5 + -0x10) = ppuVar6[1];\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c2dd;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 7;\n ppuVar2 = local_17c;\n } while (local_17c != ppuVar6);\n ppuVar6 = *local_170;\n }\n if (ppuVar6 != (undefined **)0x0) {\n *(undefined ***)((int)puVar5 + -0x10) = ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c302;\n FUN_00248220();\n }\n local_170 = local_170 + 3;\n } while (local_174 != local_170);\n }" (if "if") (parenthesized_expression "(local_5c != local_60)" (( "(") (binary_expression "local_5c != local_60" (identifier "local_5c") (!= "!=") (identifier "local_60")) () ")")) (compound_statement "{\n local_174 = local_5c;\n local_170 = local_60;\n do {\n ppuVar6 = *local_170;\n ppuVar2 = local_170[1];\n if (local_170[1] != ppuVar6) {\n do {\n local_17c = ppuVar2;\n if ((undefined **)ppuVar6[1] != ppuVar6 + 3) {\n *(undefined **)((int)puVar5 + -0x10) = ppuVar6[1];\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c2dd;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 7;\n ppuVar2 = local_17c;\n } while (local_17c != ppuVar6);\n ppuVar6 = *local_170;\n }\n if (ppuVar6 != (undefined **)0x0) {\n *(undefined ***)((int)puVar5 + -0x10) = ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c302;\n FUN_00248220();\n }\n local_170 = local_170 + 3;\n } while (local_174 != local_170);\n }" ({ "{") (expression_statement "local_174 = local_5c;" (assignment_expression "local_174 = local_5c" (identifier "local_174") (= "=") (identifier "local_5c")) (; ";")) (expression_statement "local_170 = local_60;" (assignment_expression "local_170 = local_60" (identifier "local_170") (= "=") (identifier "local_60")) (; ";")) (do_statement "do {\n ppuVar6 = *local_170;\n ppuVar2 = local_170[1];\n if (local_170[1] != ppuVar6) {\n do {\n local_17c = ppuVar2;\n if ((undefined **)ppuVar6[1] != ppuVar6 + 3) {\n *(undefined **)((int)puVar5 + -0x10) = ppuVar6[1];\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c2dd;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 7;\n ppuVar2 = local_17c;\n } while (local_17c != ppuVar6);\n ppuVar6 = *local_170;\n }\n if (ppuVar6 != (undefined **)0x0) {\n *(undefined ***)((int)puVar5 + -0x10) = ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c302;\n FUN_00248220();\n }\n local_170 = local_170 + 3;\n } while (local_174 != local_170);" (do "do") (compound_statement "{\n ppuVar6 = *local_170;\n ppuVar2 = local_170[1];\n if (local_170[1] != ppuVar6) {\n do {\n local_17c = ppuVar2;\n if ((undefined **)ppuVar6[1] != ppuVar6 + 3) {\n *(undefined **)((int)puVar5 + -0x10) = ppuVar6[1];\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c2dd;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 7;\n ppuVar2 = local_17c;\n } while (local_17c != ppuVar6);\n ppuVar6 = *local_170;\n }\n if (ppuVar6 != (undefined **)0x0) {\n *(undefined ***)((int)puVar5 + -0x10) = ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c302;\n FUN_00248220();\n }\n local_170 = local_170 + 3;\n }" ({ "{") (expression_statement "ppuVar6 = *local_170;" (assignment_expression "ppuVar6 = *local_170" (identifier "ppuVar6") (= "=") (pointer_expression "*local_170" (* "*") (identifier "local_170"))) (; ";")) (expression_statement "ppuVar2 = local_170[1];" (assignment_expression "ppuVar2 = local_170[1]" (identifier "ppuVar2") (= "=") (subscript_expression "local_170[1]" (identifier "local_170") ([ "[") (number_literal "1") (] "]"))) (; ";")) (if_statement "if (local_170[1] != ppuVar6) {\n do {\n local_17c = ppuVar2;\n if ((undefined **)ppuVar6[1] != ppuVar6 + 3) {\n *(undefined **)((int)puVar5 + -0x10) = ppuVar6[1];\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c2dd;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 7;\n ppuVar2 = local_17c;\n } while (local_17c != ppuVar6);\n ppuVar6 = *local_170;\n }" (if "if") (parenthesized_expression "(local_170[1] != ppuVar6)" (( "(") (binary_expression "local_170[1] != ppuVar6" (subscript_expression "local_170[1]" (identifier "local_170") ([ "[") (number_literal "1") (] "]")) (!= "!=") (identifier "ppuVar6")) () ")")) (compound_statement "{\n do {\n local_17c = ppuVar2;\n if ((undefined **)ppuVar6[1] != ppuVar6 + 3) {\n *(undefined **)((int)puVar5 + -0x10) = ppuVar6[1];\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c2dd;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 7;\n ppuVar2 = local_17c;\n } while (local_17c != ppuVar6);\n ppuVar6 = *local_170;\n }" ({ "{") (do_statement "do {\n local_17c = ppuVar2;\n if ((undefined **)ppuVar6[1] != ppuVar6 + 3) {\n *(undefined **)((int)puVar5 + -0x10) = ppuVar6[1];\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c2dd;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 7;\n ppuVar2 = local_17c;\n } while (local_17c != ppuVar6);" (do "do") (compound_statement "{\n local_17c = ppuVar2;\n if ((undefined **)ppuVar6[1] != ppuVar6 + 3) {\n *(undefined **)((int)puVar5 + -0x10) = ppuVar6[1];\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c2dd;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 7;\n ppuVar2 = local_17c;\n }" ({ "{") (expression_statement "local_17c = ppuVar2;" (assignment_expression "local_17c = ppuVar2" (identifier "local_17c") (= "=") (identifier "ppuVar2")) (; ";")) (if_statement "if ((undefined **)ppuVar6[1] != ppuVar6 + 3) {\n *(undefined **)((int)puVar5 + -0x10) = ppuVar6[1];\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c2dd;\n FUN_00248220();\n }" (if "if") (parenthesized_expression "((undefined **)ppuVar6[1] != ppuVar6 + 3)" (( "(") (binary_expression "(undefined **)ppuVar6[1] != ppuVar6 + 3" (cast_expression "(undefined **)ppuVar6[1]" (( "(") (type_descriptor "undefined **" (type_identifier "undefined") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (subscript_expression "ppuVar6[1]" (identifier "ppuVar6") ([ "[") (number_literal "1") (] "]"))) (!= "!=") (binary_expression "ppuVar6 + 3" (identifier "ppuVar6") (+ "+") (number_literal "3"))) () ")")) (compound_statement "{\n *(undefined **)((int)puVar5 + -0x10) = ppuVar6[1];\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c2dd;\n FUN_00248220();\n }" ({ "{") (expression_statement "*(undefined **)((int)puVar5 + -0x10) = ppuVar6[1];" (assignment_expression "*(undefined **)((int)puVar5 + -0x10) = ppuVar6[1]" (pointer_expression "*(undefined **)((int)puVar5 + -0x10)" (* "*") (cast_expression "(undefined **)((int)puVar5 + -0x10)" (( "(") (type_descriptor "undefined **" (type_identifier "undefined") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "((int)puVar5 + -0x10)" (( "(") (binary_expression "(int)puVar5 + -0x10" (cast_expression "(int)puVar5" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "puVar5")) (+ "+") (number_literal "-0x10")) () ")")))) (= "=") (subscript_expression "ppuVar6[1]" (identifier "ppuVar6") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c2dd;" (assignment_expression "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c2dd" (pointer_expression "*(undefined4 *)((int)puVar5 + -0x14)" (* "*") (cast_expression "(undefined4 *)((int)puVar5 + -0x14)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)puVar5 + -0x14)" (( "(") (binary_expression "(int)puVar5 + -0x14" (cast_expression "(int)puVar5" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "puVar5")) (+ "+") (number_literal "-0x14")) () ")")))) (= "=") (number_literal "0x13c2dd")) (; ";")) (expression_statement "FUN_00248220();" (call_expression "FUN_00248220()" (identifier "FUN_00248220") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "ppuVar6 = ppuVar6 + 7;" (assignment_expression "ppuVar6 = ppuVar6 + 7" (identifier "ppuVar6") (= "=") (binary_expression "ppuVar6 + 7" (identifier "ppuVar6") (+ "+") (number_literal "7"))) (; ";")) (expression_statement "ppuVar2 = local_17c;" (assignment_expression "ppuVar2 = local_17c" (identifier "ppuVar2") (= "=") (identifier "local_17c")) (; ";")) (} "}")) (while "while") (parenthesized_expression "(local_17c != ppuVar6)" (( "(") (binary_expression "local_17c != ppuVar6" (identifier "local_17c") (!= "!=") (identifier "ppuVar6")) () ")")) (; ";")) (expression_statement "ppuVar6 = *local_170;" (assignment_expression "ppuVar6 = *local_170" (identifier "ppuVar6") (= "=") (pointer_expression "*local_170" (* "*") (identifier "local_170"))) (; ";")) (} "}"))) (if_statement "if (ppuVar6 != (undefined **)0x0) {\n *(undefined ***)((int)puVar5 + -0x10) = ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c302;\n FUN_00248220();\n }" (if "if") (parenthesized_expression "(ppuVar6 != (undefined **)0x0)" (( "(") (binary_expression "ppuVar6 != (undefined **)0x0" (identifier "ppuVar6") (!= "!=") (cast_expression "(undefined **)0x0" (( "(") (type_descriptor "undefined **" (type_identifier "undefined") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n *(undefined ***)((int)puVar5 + -0x10) = ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c302;\n FUN_00248220();\n }" ({ "{") (expression_statement "*(undefined ***)((int)puVar5 + -0x10) = ppuVar6;" (assignment_expression "*(undefined ***)((int)puVar5 + -0x10) = ppuVar6" (pointer_expression "*(undefined ***)((int)puVar5 + -0x10)" (* "*") (cast_expression "(undefined ***)((int)puVar5 + -0x10)" (( "(") (type_descriptor "undefined ***" (type_identifier "undefined") (abstract_pointer_declarator "***" (* "*") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*"))))) () ")") (parenthesized_expression "((int)puVar5 + -0x10)" (( "(") (binary_expression "(int)puVar5 + -0x10" (cast_expression "(int)puVar5" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "puVar5")) (+ "+") (number_literal "-0x10")) () ")")))) (= "=") (identifier "ppuVar6")) (; ";")) (expression_statement "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c302;" (assignment_expression "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c302" (pointer_expression "*(undefined4 *)((int)puVar5 + -0x14)" (* "*") (cast_expression "(undefined4 *)((int)puVar5 + -0x14)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)puVar5 + -0x14)" (( "(") (binary_expression "(int)puVar5 + -0x14" (cast_expression "(int)puVar5" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "puVar5")) (+ "+") (number_literal "-0x14")) () ")")))) (= "=") (number_literal "0x13c302")) (; ";")) (expression_statement "FUN_00248220();" (call_expression "FUN_00248220()" (identifier "FUN_00248220") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "local_170 = local_170 + 3;" (assignment_expression "local_170 = local_170 + 3" (identifier "local_170") (= "=") (binary_expression "local_170 + 3" (identifier "local_170") (+ "+") (number_literal "3"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(local_174 != local_170)" (( "(") (binary_expression "local_174 != local_170" (identifier "local_174") (!= "!=") (identifier "local_170")) () ")")) (; ";")) (} "}"))) (if_statement "if (local_60 != (undefined ***)0x0) {\n *(undefined ****)((int)puVar5 + -0x10) = local_60;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c32c;\n FUN_00248220();\n }" (if "if") (parenthesized_expression "(local_60 != (undefined ***)0x0)" (( "(") (binary_expression "local_60 != (undefined ***)0x0" (identifier "local_60") (!= "!=") (cast_expression "(undefined ***)0x0" (( "(") (type_descriptor "undefined ***" (type_identifier "undefined") (abstract_pointer_declarator "***" (* "*") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*"))))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n *(undefined ****)((int)puVar5 + -0x10) = local_60;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c32c;\n FUN_00248220();\n }" ({ "{") (expression_statement "*(undefined ****)((int)puVar5 + -0x10) = local_60;" (assignment_expression "*(undefined ****)((int)puVar5 + -0x10) = local_60" (pointer_expression "*(undefined ****)((int)puVar5 + -0x10)" (* "*") (cast_expression "(undefined ****)((int)puVar5 + -0x10)" (( "(") (type_descriptor "undefined ****" (type_identifier "undefined") (abstract_pointer_declarator "****" (* "*") (abstract_pointer_declarator "***" (* "*") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))))) () ")") (parenthesized_expression "((int)puVar5 + -0x10)" (( "(") (binary_expression "(int)puVar5 + -0x10" (cast_expression "(int)puVar5" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "puVar5")) (+ "+") (number_literal "-0x10")) () ")")))) (= "=") (identifier "local_60")) (; ";")) (expression_statement "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c32c;" (assignment_expression "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c32c" (pointer_expression "*(undefined4 *)((int)puVar5 + -0x14)" (* "*") (cast_expression "(undefined4 *)((int)puVar5 + -0x14)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)puVar5 + -0x14)" (( "(") (binary_expression "(int)puVar5 + -0x14" (cast_expression "(int)puVar5" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "puVar5")) (+ "+") (number_literal "-0x14")) () ")")))) (= "=") (number_literal "0x13c32c")) (; ";")) (expression_statement "FUN_00248220();" (call_expression "FUN_00248220()" (identifier "FUN_00248220") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (if_statement "if (local_68 != local_6c) {\n local_174 = local_68;\n local_170 = local_6c;\n do {\n ppuVar6 = *local_170;\n ppuVar2 = local_170[1];\n if (local_170[1] != ppuVar6) {\n do {\n local_17c = ppuVar2;\n if ((undefined **)*ppuVar6 != ppuVar6 + 2) {\n *(undefined **)((int)puVar5 + -0x10) = *ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c374;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 6;\n ppuVar2 = local_17c;\n } while (local_17c != ppuVar6);\n ppuVar6 = *local_170;\n }\n if (ppuVar6 != (undefined **)0x0) {\n *(undefined ***)((int)puVar5 + -0x10) = ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c399;\n FUN_00248220();\n }\n local_170 = local_170 + 3;\n } while (local_174 != local_170);\n }" (if "if") (parenthesized_expression "(local_68 != local_6c)" (( "(") (binary_expression "local_68 != local_6c" (identifier "local_68") (!= "!=") (identifier "local_6c")) () ")")) (compound_statement "{\n local_174 = local_68;\n local_170 = local_6c;\n do {\n ppuVar6 = *local_170;\n ppuVar2 = local_170[1];\n if (local_170[1] != ppuVar6) {\n do {\n local_17c = ppuVar2;\n if ((undefined **)*ppuVar6 != ppuVar6 + 2) {\n *(undefined **)((int)puVar5 + -0x10) = *ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c374;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 6;\n ppuVar2 = local_17c;\n } while (local_17c != ppuVar6);\n ppuVar6 = *local_170;\n }\n if (ppuVar6 != (undefined **)0x0) {\n *(undefined ***)((int)puVar5 + -0x10) = ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c399;\n FUN_00248220();\n }\n local_170 = local_170 + 3;\n } while (local_174 != local_170);\n }" ({ "{") (expression_statement "local_174 = local_68;" (assignment_expression "local_174 = local_68" (identifier "local_174") (= "=") (identifier "local_68")) (; ";")) (expression_statement "local_170 = local_6c;" (assignment_expression "local_170 = local_6c" (identifier "local_170") (= "=") (identifier "local_6c")) (; ";")) (do_statement "do {\n ppuVar6 = *local_170;\n ppuVar2 = local_170[1];\n if (local_170[1] != ppuVar6) {\n do {\n local_17c = ppuVar2;\n if ((undefined **)*ppuVar6 != ppuVar6 + 2) {\n *(undefined **)((int)puVar5 + -0x10) = *ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c374;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 6;\n ppuVar2 = local_17c;\n } while (local_17c != ppuVar6);\n ppuVar6 = *local_170;\n }\n if (ppuVar6 != (undefined **)0x0) {\n *(undefined ***)((int)puVar5 + -0x10) = ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c399;\n FUN_00248220();\n }\n local_170 = local_170 + 3;\n } while (local_174 != local_170);" (do "do") (compound_statement "{\n ppuVar6 = *local_170;\n ppuVar2 = local_170[1];\n if (local_170[1] != ppuVar6) {\n do {\n local_17c = ppuVar2;\n if ((undefined **)*ppuVar6 != ppuVar6 + 2) {\n *(undefined **)((int)puVar5 + -0x10) = *ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c374;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 6;\n ppuVar2 = local_17c;\n } while (local_17c != ppuVar6);\n ppuVar6 = *local_170;\n }\n if (ppuVar6 != (undefined **)0x0) {\n *(undefined ***)((int)puVar5 + -0x10) = ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c399;\n FUN_00248220();\n }\n local_170 = local_170 + 3;\n }" ({ "{") (expression_statement "ppuVar6 = *local_170;" (assignment_expression "ppuVar6 = *local_170" (identifier "ppuVar6") (= "=") (pointer_expression "*local_170" (* "*") (identifier "local_170"))) (; ";")) (expression_statement "ppuVar2 = local_170[1];" (assignment_expression "ppuVar2 = local_170[1]" (identifier "ppuVar2") (= "=") (subscript_expression "local_170[1]" (identifier "local_170") ([ "[") (number_literal "1") (] "]"))) (; ";")) (if_statement "if (local_170[1] != ppuVar6) {\n do {\n local_17c = ppuVar2;\n if ((undefined **)*ppuVar6 != ppuVar6 + 2) {\n *(undefined **)((int)puVar5 + -0x10) = *ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c374;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 6;\n ppuVar2 = local_17c;\n } while (local_17c != ppuVar6);\n ppuVar6 = *local_170;\n }" (if "if") (parenthesized_expression "(local_170[1] != ppuVar6)" (( "(") (binary_expression "local_170[1] != ppuVar6" (subscript_expression "local_170[1]" (identifier "local_170") ([ "[") (number_literal "1") (] "]")) (!= "!=") (identifier "ppuVar6")) () ")")) (compound_statement "{\n do {\n local_17c = ppuVar2;\n if ((undefined **)*ppuVar6 != ppuVar6 + 2) {\n *(undefined **)((int)puVar5 + -0x10) = *ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c374;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 6;\n ppuVar2 = local_17c;\n } while (local_17c != ppuVar6);\n ppuVar6 = *local_170;\n }" ({ "{") (do_statement "do {\n local_17c = ppuVar2;\n if ((undefined **)*ppuVar6 != ppuVar6 + 2) {\n *(undefined **)((int)puVar5 + -0x10) = *ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c374;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 6;\n ppuVar2 = local_17c;\n } while (local_17c != ppuVar6);" (do "do") (compound_statement "{\n local_17c = ppuVar2;\n if ((undefined **)*ppuVar6 != ppuVar6 + 2) {\n *(undefined **)((int)puVar5 + -0x10) = *ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c374;\n FUN_00248220();\n }\n ppuVar6 = ppuVar6 + 6;\n ppuVar2 = local_17c;\n }" ({ "{") (expression_statement "local_17c = ppuVar2;" (assignment_expression "local_17c = ppuVar2" (identifier "local_17c") (= "=") (identifier "ppuVar2")) (; ";")) (if_statement "if ((undefined **)*ppuVar6 != ppuVar6 + 2) {\n *(undefined **)((int)puVar5 + -0x10) = *ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c374;\n FUN_00248220();\n }" (if "if") (parenthesized_expression "((undefined **)*ppuVar6 != ppuVar6 + 2)" (( "(") (binary_expression "(undefined **)*ppuVar6 != ppuVar6 + 2" (cast_expression "(undefined **)*ppuVar6" (( "(") (type_descriptor "undefined **" (type_identifier "undefined") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (pointer_expression "*ppuVar6" (* "*") (identifier "ppuVar6"))) (!= "!=") (binary_expression "ppuVar6 + 2" (identifier "ppuVar6") (+ "+") (number_literal "2"))) () ")")) (compound_statement "{\n *(undefined **)((int)puVar5 + -0x10) = *ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c374;\n FUN_00248220();\n }" ({ "{") (expression_statement "*(undefined **)((int)puVar5 + -0x10) = *ppuVar6;" (assignment_expression "*(undefined **)((int)puVar5 + -0x10) = *ppuVar6" (pointer_expression "*(undefined **)((int)puVar5 + -0x10)" (* "*") (cast_expression "(undefined **)((int)puVar5 + -0x10)" (( "(") (type_descriptor "undefined **" (type_identifier "undefined") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "((int)puVar5 + -0x10)" (( "(") (binary_expression "(int)puVar5 + -0x10" (cast_expression "(int)puVar5" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "puVar5")) (+ "+") (number_literal "-0x10")) () ")")))) (= "=") (pointer_expression "*ppuVar6" (* "*") (identifier "ppuVar6"))) (; ";")) (expression_statement "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c374;" (assignment_expression "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c374" (pointer_expression "*(undefined4 *)((int)puVar5 + -0x14)" (* "*") (cast_expression "(undefined4 *)((int)puVar5 + -0x14)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)puVar5 + -0x14)" (( "(") (binary_expression "(int)puVar5 + -0x14" (cast_expression "(int)puVar5" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "puVar5")) (+ "+") (number_literal "-0x14")) () ")")))) (= "=") (number_literal "0x13c374")) (; ";")) (expression_statement "FUN_00248220();" (call_expression "FUN_00248220()" (identifier "FUN_00248220") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "ppuVar6 = ppuVar6 + 6;" (assignment_expression "ppuVar6 = ppuVar6 + 6" (identifier "ppuVar6") (= "=") (binary_expression "ppuVar6 + 6" (identifier "ppuVar6") (+ "+") (number_literal "6"))) (; ";")) (expression_statement "ppuVar2 = local_17c;" (assignment_expression "ppuVar2 = local_17c" (identifier "ppuVar2") (= "=") (identifier "local_17c")) (; ";")) (} "}")) (while "while") (parenthesized_expression "(local_17c != ppuVar6)" (( "(") (binary_expression "local_17c != ppuVar6" (identifier "local_17c") (!= "!=") (identifier "ppuVar6")) () ")")) (; ";")) (expression_statement "ppuVar6 = *local_170;" (assignment_expression "ppuVar6 = *local_170" (identifier "ppuVar6") (= "=") (pointer_expression "*local_170" (* "*") (identifier "local_170"))) (; ";")) (} "}"))) (if_statement "if (ppuVar6 != (undefined **)0x0) {\n *(undefined ***)((int)puVar5 + -0x10) = ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c399;\n FUN_00248220();\n }" (if "if") (parenthesized_expression "(ppuVar6 != (undefined **)0x0)" (( "(") (binary_expression "ppuVar6 != (undefined **)0x0" (identifier "ppuVar6") (!= "!=") (cast_expression "(undefined **)0x0" (( "(") (type_descriptor "undefined **" (type_identifier "undefined") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n *(undefined ***)((int)puVar5 + -0x10) = ppuVar6;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c399;\n FUN_00248220();\n }" ({ "{") (expression_statement "*(undefined ***)((int)puVar5 + -0x10) = ppuVar6;" (assignment_expression "*(undefined ***)((int)puVar5 + -0x10) = ppuVar6" (pointer_expression "*(undefined ***)((int)puVar5 + -0x10)" (* "*") (cast_expression "(undefined ***)((int)puVar5 + -0x10)" (( "(") (type_descriptor "undefined ***" (type_identifier "undefined") (abstract_pointer_declarator "***" (* "*") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*"))))) () ")") (parenthesized_expression "((int)puVar5 + -0x10)" (( "(") (binary_expression "(int)puVar5 + -0x10" (cast_expression "(int)puVar5" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "puVar5")) (+ "+") (number_literal "-0x10")) () ")")))) (= "=") (identifier "ppuVar6")) (; ";")) (expression_statement "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c399;" (assignment_expression "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c399" (pointer_expression "*(undefined4 *)((int)puVar5 + -0x14)" (* "*") (cast_expression "(undefined4 *)((int)puVar5 + -0x14)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)puVar5 + -0x14)" (( "(") (binary_expression "(int)puVar5 + -0x14" (cast_expression "(int)puVar5" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "puVar5")) (+ "+") (number_literal "-0x14")) () ")")))) (= "=") (number_literal "0x13c399")) (; ";")) (expression_statement "FUN_00248220();" (call_expression "FUN_00248220()" (identifier "FUN_00248220") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "local_170 = local_170 + 3;" (assignment_expression "local_170 = local_170 + 3" (identifier "local_170") (= "=") (binary_expression "local_170 + 3" (identifier "local_170") (+ "+") (number_literal "3"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(local_174 != local_170)" (( "(") (binary_expression "local_174 != local_170" (identifier "local_174") (!= "!=") (identifier "local_170")) () ")")) (; ";")) (} "}"))) (if_statement "if (local_6c != (undefined ***)0x0) {\n *(undefined ****)((int)puVar5 + -0x10) = local_6c;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c3c3;\n FUN_00248220();\n }" (if "if") (parenthesized_expression "(local_6c != (undefined ***)0x0)" (( "(") (binary_expression "local_6c != (undefined ***)0x0" (identifier "local_6c") (!= "!=") (cast_expression "(undefined ***)0x0" (( "(") (type_descriptor "undefined ***" (type_identifier "undefined") (abstract_pointer_declarator "***" (* "*") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*"))))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n *(undefined ****)((int)puVar5 + -0x10) = local_6c;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c3c3;\n FUN_00248220();\n }" ({ "{") (expression_statement "*(undefined ****)((int)puVar5 + -0x10) = local_6c;" (assignment_expression "*(undefined ****)((int)puVar5 + -0x10) = local_6c" (pointer_expression "*(undefined ****)((int)puVar5 + -0x10)" (* "*") (cast_expression "(undefined ****)((int)puVar5 + -0x10)" (( "(") (type_descriptor "undefined ****" (type_identifier "undefined") (abstract_pointer_declarator "****" (* "*") (abstract_pointer_declarator "***" (* "*") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))))) () ")") (parenthesized_expression "((int)puVar5 + -0x10)" (( "(") (binary_expression "(int)puVar5 + -0x10" (cast_expression "(int)puVar5" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "puVar5")) (+ "+") (number_literal "-0x10")) () ")")))) (= "=") (identifier "local_6c")) (; ";")) (expression_statement "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c3c3;" (assignment_expression "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c3c3" (pointer_expression "*(undefined4 *)((int)puVar5 + -0x14)" (* "*") (cast_expression "(undefined4 *)((int)puVar5 + -0x14)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)puVar5 + -0x14)" (( "(") (binary_expression "(int)puVar5 + -0x14" (cast_expression "(int)puVar5" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "puVar5")) (+ "+") (number_literal "-0x14")) () ")")))) (= "=") (number_literal "0x13c3c3")) (; ";")) (expression_statement "FUN_00248220();" (call_expression "FUN_00248220()" (identifier "FUN_00248220") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (if_statement "if (local_98 != 0) {\n *(int *)((int)puVar5 + -0x10) = local_98;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c3db;\n FUN_00248220();\n }" (if "if") (parenthesized_expression "(local_98 != 0)" (( "(") (binary_expression "local_98 != 0" (identifier "local_98") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n *(int *)((int)puVar5 + -0x10) = local_98;\n *(undefined4 *)((int)puVar5 + -0x14) = 0x13c3db;\n FUN_00248220();\n }" ({ "{") (expression_statement "*(int *)((int)puVar5 + -0x10) = local_98;" (assignment_expression "*(int *)((int)puVar5 + -0x10) = local_98" (pointer_expression "*(int *)((int)puVar5 + -0x10)" (* "*") (cast_expression "(int *)((int)puVar5 + -0x10)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)puVar5 + -0x10)" (( "(") (binary_expression "(int)puVar5 + -0x10" (cast_expression "(int)puVar5" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "puVar5")) (+ "+") (number_literal "-0x10")) () ")")))) (= "=") (identifier "local_98")) (; ";")) (expression_statement "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c3db;" (assignment_expression "*(undefined4 *)((int)puVar5 + -0x14) = 0x13c3db" (pointer_expression "*(undefined4 *)((int)puVar5 + -0x14)" (* "*") (cast_expression "(undefined4 *)((int)puVar5 + -0x14)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)puVar5 + -0x14)" (( "(") (binary_expression "(int)puVar5 + -0x14" (cast_expression "(int)puVar5" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "puVar5")) (+ "+") (number_literal "-0x14")) () ")")))) (= "=") (number_literal "0x13c3db")) (; ";")) (expression_statement "FUN_00248220();" (call_expression "FUN_00248220()" (identifier "FUN_00248220") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (return_statement "return param_1;" (return "return") (identifier "param_1") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.si replaced with injection: get_pc_thunk_si */ /* WARNING: Enum "DT": Some values do not have unique names */ /* WARNING: Enum "STT": Some values do not have unique names */ /* DWARF original prototype: string location(Relocate_info<64,_true> * this, size_t param_1, off_t offset) */ var_1 * var_2 gold::Relocate_info<64,var_14>::location (var_1 *__return_storage_ptr__,Relocate_info<64,var_14> *this,size_t param_1,type_1 offset) { var_3 *var_4; type_1 oVar2; type_2 DVar3; bool bVar4; type_3 *var_27; type_3 *puVar6; var_3 **var_37; var_1 *ret; type_4 auStack_18c [8]; type_5 *local_184; anon_union_16_2_edb7204a_for_basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_7>var_8 *var_9; type_6 local_17c; var_10<64,var_14> *var_28; var_10<64,var_14> *local_170; type_5 info; char var_24 [100]; var_10<64,var_14> var_11; local_170 = &var_11; local_17c = offset; var_10<64,var_14>::var_10 (local_170,(type_7 *)this->object,0xffffffff); /* try { // try from 0013c121 to 0013c125 has its CatchHandler @ 0013c584 */ var_10<64,var_14>::var_12 (ret,local_170,this->data_shndx,local_17c, (vector<std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_7>,_std::var_5<std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_7>var_7>var_7> *)0x0); puVar6 = (type_3 *)auStack_18c; if (ret->_M_string_length == 0) { /* try { // try from 0013c144 to 0013c148 has its CatchHandler @ 0013c580 */ std::string::var_13((var_1 *)ret); local_184 = &info; var_28 = (var_10<64,var_14> *)&info.source_file.field_2; info.source_file._M_string_length = 0; var_9 = &info.enclosing_symbol_name.field_2; info.source_file.field_2._M_local_buf[0] = '\0'; info.enclosing_symbol_name._M_string_length = 0; info.enclosing_symbol_name.field_2._M_local_buf[0] = '\0'; info.source_file._M_dataplus._M_p = (type_8)var_28; info.enclosing_symbol_name._M_dataplus._M_p = (type_8)var_9; /* try { // try from 0013c1b0 to 0013c46d has its CatchHandler @ 0013c516 */ bVar4 = var_15<64,var_14>::var_16 (this->object,this->data_shndx,local_17c,local_184); if (bVar4) { if (info.source_file._M_string_length != 0) { std::string::var_17((char *)ret); std::string::var_18((char *)ret,(type_9)info.source_file._M_dataplus._M_p); } if (ret->_M_string_length == 0x7fffffff) { /* WARNING: Subroutine does not return */ std::var_19("basic_string::append"); } std::string::var_18((char *)ret,0x3019de); if (info.enclosing_symbol_type == var_20) { var_21(); std::string::var_17((char *)ret); } var_27 = (type_3 *)&stack0xfffffe64; std::string::var_18((char *)ret,(type_9)info.enclosing_symbol_name._M_dataplus._M_p); } else { std::string::var_17((char *)ret); var_4 = (this->object->super_Sized_relobj<64,var_14>).super_Relobj.super_Object._vptr_Object [0x10]; if (var_4 == var_15<64,var_14>::var_22) { elfcpp::Elf_file<64,var_14,_gold::type_7>::var_23 (&this->object->elf_file_,this->data_shndx); } else { (*var_4)(); } /* try { // try from 0013c485 to 0013c489 has its CatchHandler @ 0013c51a */ std::string::var_18((char *)ret,var_24._0_4_); if ((char *)var_24._0_4_ != var_24 + 8) { var_25((void *)var_24._0_4_); } var_26(var_24,100,"+0x%lx)"); var_27 = (type_3 *)&stack0xfffffe60; /* try { // try from 0013c4c6 to 0013c515 has its CatchHandler @ 0013c516 */ std::string::var_17((char *)ret); } if ((anon_union_16_2_edb7204a_for_basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_7>var_8 *)info.enclosing_symbol_name._M_dataplus._M_p != var_9) { *var_27 = info.enclosing_symbol_name._M_dataplus._M_p; var_27[-1] = 0x13c239; var_25((void *)*var_27); } puVar6 = var_27 + 4; if ((var_10<64,var_14> *)info.source_file._M_dataplus._M_p != var_28) { *var_27 = info.source_file._M_dataplus._M_p; var_27[-1] = 0x13c255; var_25((void *)*var_27); puVar6 = var_27 + 4; } } var_11.super_Dwarf_line_info._vptr_Dwarf_line_info = (var_3 **)&var_29; DVar3._vptr_Dwarf_line_info = (var_3 **)&var_29; if (var_11.buffer_start_ != (type_10 *)0x0) { *(type_10 **)((int)puVar6 + -0x10) = var_11.buffer_start_; *(type_3 *)((int)puVar6 + -0x14) = 0x13c276; var_30(*(void **)((int)puVar6 + -0x10)); DVar3 = var_11.super_Dwarf_line_info; } var_11.super_Dwarf_line_info._vptr_Dwarf_line_info = DVar3._vptr_Dwarf_line_info; *(type_11 **)((int)puVar6 + -0x10) = &var_11.line_number_map_; *(type_3 *)((int)puVar6 + -0x14) = 0x13c285; std:: var_32<var_34,_std::var_33<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::var_5<gold::Offset_to_lineno_entry>var_7>var_7>,_std::var_5<std::var_33<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::var_5<gold::Offset_to_lineno_entry>var_7>var_7>var_7>,_std::__detail::_Select1st,_std::equal_to<var_34>,_std::hash<var_34>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::var_31<false,_false,var_14>var_7> ::~var_32(*(var_32<var_34,_std::var_33<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::var_5<gold::Offset_to_lineno_entry>var_7>var_7>,_std::var_5<std::var_33<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::var_5<gold::Offset_to_lineno_entry>var_7>var_7>var_7>,_std::__detail::_Select1st,_std::equal_to<var_34>,_std::hash<var_34>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::var_31<false,_false,var_14>var_7> **)((int)puVar6 + -0x10),*(int *)((int)puVar6 + -0xc)); *(type_12 *)((int)puVar6 + -0xc) = var_11.reloc_map_._M_t._M_impl.super__Rb_tree_header._M_header._M_parent; *(type_13 **)((int)puVar6 + -0x10) = &var_11.reloc_map_; *(type_3 *)((int)puVar6 + -0x14) = 0x13c293; std:: _Rb_tree<long_long_int,_std::var_33<long_long_int_const,_std::var_33<var_34,var_35>var_7>,_std::_Select1st<std::var_33<long_long_int_const,_std::var_33<var_34,var_35>var_7>var_7>,_std::less<long_long_int>,_std::var_5<std::var_33<long_long_int_const,_std::var_33<var_34,var_35>var_7>var_7>var_7> ::var_36(*(_Rb_tree<long_long_int,_std::var_33<long_long_int_const,_std::var_33<var_34,var_35>var_7>,_std::_Select1st<std::var_33<long_long_int_const,_std::var_33<var_34,var_35>var_7>var_7>,_std::less<long_long_int>,_std::var_5<std::var_33<long_long_int_const,_std::var_33<var_34,var_35>var_7>var_7>var_7> **)((int)puVar6 + -0x10),*(type_14 *)((int)puVar6 + -0xc)); if (var_11.files_. super__Vector_base<std::vector<std::var_33<int,_std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_7>var_7>,_std::var_5<std::var_33<int,_std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_7>var_7>var_7>var_7>,_std::var_5<std::vector<std::var_33<int,_std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_7>var_7>,_std::var_5<std::var_33<int,_std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_7>var_7>var_7>var_7>var_7>var_7> ._M_impl._M_finish != var_11.files_. super__Vector_base<std::vector<std::var_33<int,_std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_7>var_7>,_std::var_5<std::var_33<int,_std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_7>var_7>var_7>var_7>,_std::var_5<std::vector<std::var_33<int,_std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_7>var_7>,_std::var_5<std::var_33<int,_std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_7>var_7>var_7>var_7>var_7>var_7> ._M_impl._M_start) { var_28 = (var_10<64,var_14> *) var_11.files_. super__Vector_base<std::vector<std::var_33<int,_std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_7>var_7>,_std::var_5<std::var_33<int,_std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_7>var_7>var_7>var_7>,_std::var_5<std::vector<std::var_33<int,_std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_7>var_7>,_std::var_5<std::var_33<int,_std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_7>var_7>var_7>var_7>var_7>var_7> ._M_impl._M_finish; local_170 = (var_10<64,var_14> *) var_11.files_. super__Vector_base<std::vector<std::var_33<int,_std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_7>var_7>,_std::var_5<std::var_33<int,_std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_7>var_7>var_7>var_7>,_std::var_5<std::vector<std::var_33<int,_std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_7>var_7>,_std::var_5<std::var_33<int,_std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_7>var_7>var_7>var_7>var_7>var_7> ._M_impl._M_start; oVar2 = local_17c; do { local_17c._4_4_ = (type_3)((type_15)oVar2 >> 0x20); local_17c._0_4_ = *(var_3 ***)&local_170->data_valid_; var_37 = (local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info; if ((var_3 **)local_17c != var_37) { do { if ((var_3 **)var_37[1] != var_37 + 3) { *(var_3 **)((int)puVar6 + -0x10) = var_37[1]; *(type_3 *)((int)puVar6 + -0x14) = 0x13c2dd; var_25(*(void **)((int)puVar6 + -0x10)); } oVar2 = var_38(local_17c._4_4_,(var_3 **)local_17c); var_37 = var_37 + 7; } while ((var_3 **)local_17c != var_37); var_37 = (local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info; } local_17c = oVar2; if (var_37 != (var_3 **)0x0) { *(var_3 ***)((int)puVar6 + -0x10) = var_37; *(type_3 *)((int)puVar6 + -0x14) = 0x13c302; var_25(*(void **)((int)puVar6 + -0x10)); } local_170 = (var_10<64,var_14> *)((int)&(local_170->header_).total_length + 4); oVar2 = local_17c; } while (var_28 != local_170); } if (var_11.files_. super__Vector_base<std::vector<std::var_33<int,_std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_7>var_7>,_std::var_5<std::var_33<int,_std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_7>var_7>var_7>var_7>,_std::var_5<std::vector<std::var_33<int,_std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_7>var_7>,_std::var_5<std::var_33<int,_std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_7>var_7>var_7>var_7>var_7>var_7> ._M_impl._M_start != (type_8)0x0) { *(type_8 *)((int)puVar6 + -0x10) = var_11.files_. super__Vector_base<std::vector<std::var_33<int,_std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_7>var_7>,_std::var_5<std::var_33<int,_std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_7>var_7>var_7>var_7>,_std::var_5<std::vector<std::var_33<int,_std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_7>var_7>,_std::var_5<std::var_33<int,_std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_7>var_7>var_7>var_7>var_7>var_7> ._M_impl._M_start; *(type_3 *)((int)puVar6 + -0x14) = 0x13c32c; var_25(*(void **)((int)puVar6 + -0x10)); } if (var_11.directories_. super__Vector_base<std::vector<std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_7>,_std::var_5<std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_7>var_7>var_7>,_std::var_5<std::vector<std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_7>,_std::var_5<std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_7>var_7>var_7>var_7>var_7> ._M_impl._M_finish != var_11.directories_. super__Vector_base<std::vector<std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_7>,_std::var_5<std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_7>var_7>var_7>,_std::var_5<std::vector<std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_7>,_std::var_5<std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_7>var_7>var_7>var_7>var_7> ._M_impl._M_start) { var_28 = (var_10<64,var_14> *) var_11.directories_. super__Vector_base<std::vector<std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_7>,_std::var_5<std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_7>var_7>var_7>,_std::var_5<std::vector<std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_7>,_std::var_5<std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_7>var_7>var_7>var_7>var_7> ._M_impl._M_finish; local_170 = (var_10<64,var_14> *) var_11.directories_. super__Vector_base<std::vector<std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_7>,_std::var_5<std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_7>var_7>var_7>,_std::var_5<std::vector<std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_7>,_std::var_5<std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_7>var_7>var_7>var_7>var_7> ._M_impl._M_start; oVar2 = local_17c; do { local_17c._4_4_ = (type_3)((type_15)oVar2 >> 0x20); local_17c._0_4_ = *(var_3 ***)&local_170->data_valid_; var_37 = (local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info; if ((var_3 **)local_17c != var_37) { do { if ((var_3 **)*var_37 != var_37 + 2) { *(var_3 **)((int)puVar6 + -0x10) = *var_37; *(type_3 *)((int)puVar6 + -0x14) = 0x13c374; var_25(*(void **)((int)puVar6 + -0x10)); } oVar2 = var_38(local_17c._4_4_,(var_3 **)local_17c); var_37 = var_37 + 6; } while ((var_3 **)local_17c != var_37); var_37 = (local_170->super_Dwarf_line_info)._vptr_Dwarf_line_info; } local_17c = oVar2; if (var_37 != (var_3 **)0x0) { *(var_3 ***)((int)puVar6 + -0x10) = var_37; *(type_3 *)((int)puVar6 + -0x14) = 0x13c399; var_25(*(void **)((int)puVar6 + -0x10)); } local_170 = (var_10<64,var_14> *)((int)&(local_170->header_).total_length + 4); oVar2 = local_17c; } while (var_28 != local_170); } if (var_11.directories_. super__Vector_base<std::vector<std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_7>,_std::var_5<std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_7>var_7>var_7>,_std::var_5<std::vector<std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_7>,_std::var_5<std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_7>var_7>var_7>var_7>var_7> ._M_impl._M_start != (type_8)0x0) { *(type_8 *)((int)puVar6 + -0x10) = var_11.directories_. super__Vector_base<std::vector<std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_7>,_std::var_5<std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_7>var_7>var_7>,_std::var_5<std::vector<std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_7>,_std::var_5<std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_7>var_7>var_7>var_7>var_7> ._M_impl._M_start; *(type_3 *)((int)puVar6 + -0x14) = 0x13c3c3; var_25(*(void **)((int)puVar6 + -0x10)); } if (var_11.header_.std_opcode_lengths. super__Vector_base<var_39,_std::var_5<var_39>var_7>._M_impl._M_start != (type_8)0x0) { *(type_8 *)((int)puVar6 + -0x10) = var_11.header_.std_opcode_lengths. super__Vector_base<var_39,_std::var_5<var_39>var_7>._M_impl._M_start; *(type_3 *)((int)puVar6 + -0x14) = 0x13c3db; var_25(*(void **)((int)puVar6 + -0x10)); } return ret; }
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: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (pointer_declarator declarator: (identifier)))) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator 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: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (pointer_declarator declarator: (identifier)))) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (pointer_declarator declarator: (identifier)))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (pointer_declarator declarator: (identifier)))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (pointer_declarator declarator: (pointer_declarator declarator: (identifier))))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (pointer_declarator declarator: (pointer_declarator declarator: (identifier))))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (pointer_declarator 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: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (array_declarator declarator: (identifier) size: (number_literal)))) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (pointer_declarator declarator: (array_declarator declarator: (identifier) size: (number_literal))))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (pointer_declarator declarator: (pointer_declarator declarator: (identifier))))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (pointer_declarator declarator: (pointer_declarator declarator: (identifier))))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (pointer_declarator declarator: (pointer_declarator declarator: (identifier))))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (pointer_declarator declarator: (pointer_declarator declarator: (identifier))))) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (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 (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator)))) value: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (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 (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list)))) alternative: (else_clause (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (if_statement condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (identifier)) (number_literal) (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 (call_expression function: (identifier) arguments: (argument_list)))) 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 (call_expression function: (identifier) arguments: (argument_list))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (call_expression function: (identifier) 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: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) 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: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))))) right: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (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: (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: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))))) right: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))))) right: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (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: (identifier) right: (identifier))) (do_statement body: (compound_statement (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: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) consequence: (compound_statement (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator 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 (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: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))))) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))))) right: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (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 declarator: (abstract_pointer_declarator))) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator)))) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))))) right: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator)))) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))))) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))))) right: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (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: (identifier) right: (identifier))) (do_statement body: (compound_statement (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: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) consequence: (compound_statement (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (pointer_expression argument: (identifier))) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (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: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))))) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))))) right: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (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 declarator: (abstract_pointer_declarator))) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator)))) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))))) right: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator)))) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))))) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))))) right: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (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: (primitive_type)) value: (identifier)) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))))) right: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (return_statement (identifier)))))
null
/* WARNING: Function: __i686.get_pc_thunk.si replaced with injection: get_pc_thunk_si */ int MASKED(int param_1,int param_2,undefined4 param_3,undefined **param_4,undefined4 param_5) { code *pcVar1; undefined **ppuVar2; char cVar3; undefined4 *puVar4; undefined4 *puVar5; undefined **ppuVar6; undefined1 auStack_190 [12]; int **local_184; undefined1 *local_180; undefined **local_17c; undefined4 local_178; undefined ***local_174; undefined ***local_170; undefined ***local_160; int local_15c; undefined1 local_158 [16]; undefined1 *local_148; undefined4 local_144; undefined1 local_140 [16]; int local_130; undefined1 *local_12c [2]; undefined1 local_124 [92]; undefined **local_c8 [12]; int local_98; int local_80; undefined ***local_6c; undefined ***local_68; undefined ***local_60; undefined ***local_5c; undefined1 local_50 [8]; undefined4 local_48; undefined1 local_38 [40]; local_170 = local_c8; local_17c = param_4; local_178 = param_5; FUN_00219d20(); /* try { // try from 0013c121 to 0013c125 has its CatchHandler @ 0013c584 */ FUN_00217d90(param_1,local_170); puVar5 = (undefined4 *)auStack_190; if (*(int *)(param_1 + 4) == 0) { /* try { // try from 0013c144 to 0013c148 has its CatchHandler @ 0013c580 */ FUN_0024fe30(); local_184 = (int **)&local_160; local_174 = (undefined ***)local_158; local_15c = 0; local_180 = local_140; local_158[0] = 0; local_144 = 0; local_140[0] = 0; local_160 = local_174; local_148 = local_180; /* try { // try from 0013c1b0 to 0013c46d has its CatchHandler @ 0013c516 */ cVar3 = FUN_001309b0(*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),local_17c); if (cVar3 == '\0') { FUN_00251be0(); pcVar1 = *(code **)(**(int **)(param_2 + 8) + 0x40); if (pcVar1 == FUN_000b1170) { FUN_000b0fc0(); } else { (*pcVar1)(); } /* try { // try from 0013c485 to 0013c489 has its CatchHandler @ 0013c51a */ FUN_00251a30(); if (local_12c[0] != local_124) { FUN_00248220(); } snprintf((char *)local_12c,100,"+0x%lx)"); puVar4 = (undefined4 *)&stack0xfffffe5c; /* try { // try from 0013c4c6 to 0013c515 has its CatchHandler @ 0013c516 */ FUN_00251be0(); } else { if (local_15c != 0) { FUN_00251be0(); FUN_00251a30(); } if (*(int *)(param_1 + 4) == 0x7fffffff) { /* WARNING: Subroutine does not return */ FUN_0028dc10(); } FUN_00251a30(); if (local_130 == 2) { gettext(); FUN_00251be0(); } puVar4 = (undefined4 *)&stack0xfffffe60; FUN_00251a30(); } if (local_148 != local_180) { *puVar4 = local_148; puVar4[-1] = 0x13c239; FUN_00248220(); } puVar5 = puVar4 + 4; if (local_160 != local_174) { *puVar4 = local_160; puVar4[-1] = 0x13c255; FUN_00248220(); puVar5 = puVar4 + 4; } } local_c8[0] = &PTR_FUN_0040f910; ppuVar6 = &PTR_FUN_0040f910; if (local_80 != 0) { *(int *)((int)puVar5 + -0x10) = local_80; *(undefined4 *)((int)puVar5 + -0x14) = 0x13c276; FUN_002481c0(); ppuVar6 = local_c8[0]; } local_c8[0] = ppuVar6; *(undefined1 **)((int)puVar5 + -0x10) = local_38; *(undefined4 *)((int)puVar5 + -0x14) = 0x13c285; FUN_00131aa0(); *(undefined4 *)((int)puVar5 + -0xc) = local_48; *(undefined1 **)((int)puVar5 + -0x10) = local_50; *(undefined4 *)((int)puVar5 + -0x14) = 0x13c293; FUN_0013b4f0(); if (local_5c != local_60) { local_174 = local_5c; local_170 = local_60; do { ppuVar6 = *local_170; ppuVar2 = local_170[1]; if (local_170[1] != ppuVar6) { do { local_17c = ppuVar2; if ((undefined **)ppuVar6[1] != ppuVar6 + 3) { *(undefined **)((int)puVar5 + -0x10) = ppuVar6[1]; *(undefined4 *)((int)puVar5 + -0x14) = 0x13c2dd; FUN_00248220(); } ppuVar6 = ppuVar6 + 7; ppuVar2 = local_17c; } while (local_17c != ppuVar6); ppuVar6 = *local_170; } if (ppuVar6 != (undefined **)0x0) { *(undefined ***)((int)puVar5 + -0x10) = ppuVar6; *(undefined4 *)((int)puVar5 + -0x14) = 0x13c302; FUN_00248220(); } local_170 = local_170 + 3; } while (local_174 != local_170); } if (local_60 != (undefined ***)0x0) { *(undefined ****)((int)puVar5 + -0x10) = local_60; *(undefined4 *)((int)puVar5 + -0x14) = 0x13c32c; FUN_00248220(); } if (local_68 != local_6c) { local_174 = local_68; local_170 = local_6c; do { ppuVar6 = *local_170; ppuVar2 = local_170[1]; if (local_170[1] != ppuVar6) { do { local_17c = ppuVar2; if ((undefined **)*ppuVar6 != ppuVar6 + 2) { *(undefined **)((int)puVar5 + -0x10) = *ppuVar6; *(undefined4 *)((int)puVar5 + -0x14) = 0x13c374; FUN_00248220(); } ppuVar6 = ppuVar6 + 6; ppuVar2 = local_17c; } while (local_17c != ppuVar6); ppuVar6 = *local_170; } if (ppuVar6 != (undefined **)0x0) { *(undefined ***)((int)puVar5 + -0x10) = ppuVar6; *(undefined4 *)((int)puVar5 + -0x14) = 0x13c399; FUN_00248220(); } local_170 = local_170 + 3; } while (local_174 != local_170); } if (local_6c != (undefined ***)0x0) { *(undefined ****)((int)puVar5 + -0x10) = local_6c; *(undefined4 *)((int)puVar5 + -0x14) = 0x13c3c3; FUN_00248220(); } if (local_98 != 0) { *(int *)((int)puVar5 + -0x10) = local_98; *(undefined4 *)((int)puVar5 + -0x14) = 0x13c3db; FUN_00248220(); } return param_1; }
4763_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c
do_sized_write<64,_false>
FUN_0011dce0
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Enum "DT": Some values do not have unique names */ /* WARNING: Enum "ELFOSABI": Some values do not have unique names */ /* DWARF original name: do_sized_write<64, false> DWARF original prototype: void do_sized_write<64,_false>(Output_section_headers * this, Output_file * of) */ void __thiscall gold::Output_section_headers::do_sized_write<64,_false> (Output_section_headers *this,Output_file *of) { byte bVar1; int iVar2; Output_section *pOVar3; pointer ppOVar4; Output_segment *pOVar5; Stringpool *secnamepool; Layout *layout; uint uVar6; int iVar7; uint uVar8; int iVar9; int iVar10; Section_list *pSVar11; Segment_list *pSVar12; _func_int_varargs *p_Var13; pointer *pppOVar14; pointer ppOVar15; Shdr_data<64> *pSVar16; Shdr_data<64> *pSVar17; uchar *puVar18; pointer ppOVar19; uint uVar20; pointer local_38; Shdr_write<64,_false> oshdr; bVar1 = (this->super_Output_data).field_0x1c; if ((bVar1 & 2) == 0) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/output.h",0xcf,"data_size"); } iVar9 = *(int *)((int)&(this->super_Output_data).data_size_ + 4); uVar8 = (uint)(this->super_Output_data).data_size_; if ((bVar1 & 4) != 0) { iVar10 = *(int *)((int)&(this->super_Output_data).offset_ + 4); uVar20 = (uint)(this->super_Output_data).offset_; if ((iVar10 < 0) || (iVar2 = *(int *)((int)&of->file_size_ + 4), iVar10 = iVar10 + (uint)CARRY4(uVar8,uVar20), uVar6 = (uint)((uint)of->file_size_ < uVar8 + uVar20), iVar7 = iVar2 - iVar10, (SBORROW4(iVar2,iVar10) != SBORROW4(iVar7,uVar6)) != (int)(iVar7 - uVar6) < 0)) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/output.h",0x6f,"get_output_view"); } puVar18 = of->base_ + uVar20; puVar18[0] = '\0'; puVar18[1] = '\0'; puVar18[2] = '\0'; puVar18[3] = '\0'; puVar18[4] = '\0'; puVar18[5] = '\0'; puVar18[6] = '\0'; puVar18[7] = '\0'; uVar20 = iVar9 >> 0x1f & 0x3f; puVar18[8] = '\0'; puVar18[9] = '\0'; puVar18[10] = '\0'; puVar18[0xb] = '\0'; puVar18[0xc] = '\0'; puVar18[0xd] = '\0'; puVar18[0xe] = '\0'; puVar18[0xf] = '\0'; uVar8 = uVar8 + uVar20 >> 6 | (iVar9 + (uint)CARRY4(uVar8,uVar20)) * 0x4000000; puVar18[0x10] = '\0'; puVar18[0x11] = '\0'; puVar18[0x12] = '\0'; puVar18[0x13] = '\0'; puVar18[0x14] = '\0'; puVar18[0x15] = '\0'; puVar18[0x16] = '\0'; puVar18[0x17] = '\0'; if (uVar8 < 0xff00) { uVar8 = 0; } puVar18[0x18] = '\0'; puVar18[0x19] = '\0'; puVar18[0x1a] = '\0'; puVar18[0x1b] = '\0'; puVar18[0x1c] = '\0'; puVar18[0x1d] = '\0'; puVar18[0x1e] = '\0'; puVar18[0x1f] = '\0'; *(uint *)(puVar18 + 0x20) = uVar8; puVar18[0x24] = '\0'; puVar18[0x25] = '\0'; puVar18[0x26] = '\0'; puVar18[0x27] = '\0'; pOVar3 = this->shstrtab_section_; p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb]; if (p_Var13 == Output_section::do_out_shndx) { uVar8 = pOVar3->out_shndx_; if (uVar8 == 0xffffffff) { LAB_0011e0d4: /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx"); } } else { uVar8 = (*p_Var13)(pOVar3); } pSVar16 = (Shdr_data<64> *)(puVar18 + 0x40); if (uVar8 < 0xff00) { uVar8 = 0; } *(uint *)(puVar18 + 0x28) = uVar8; pSVar12 = this->segment_list_; ppOVar4 = (pSVar12-> super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>). _M_impl._M_finish; local_38 = (pSVar12-> super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>). _M_impl._M_start; puVar18[0x30] = '\0'; puVar18[0x31] = '\0'; puVar18[0x32] = '\0'; puVar18[0x33] = '\0'; puVar18[0x34] = '\0'; puVar18[0x35] = '\0'; puVar18[0x36] = '\0'; puVar18[0x37] = '\0'; puVar18[0x38] = '\0'; puVar18[0x39] = '\0'; puVar18[0x3a] = '\0'; puVar18[0x3b] = '\0'; puVar18[0x3c] = '\0'; puVar18[0x3d] = '\0'; puVar18[0x3e] = '\0'; puVar18[0x3f] = '\0'; uVar8 = (int)ppOVar4 - (int)local_38 >> 2; if (uVar8 < 0xffff) { uVar8 = 0; } *(uint *)(puVar18 + 0x2c) = uVar8; if (parameters->options_ == (General_options *)0x0) { LAB_0011e13b: /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/parameters.h",0x5c,"options"); } if ((parameters->options_->relocatable_).value == false) { if (local_38 == ppOVar4) { uVar8 = 1; } else { uVar8 = 1; do { pOVar5 = *local_38; if (pOVar5->type_ == 1) { pppOVar14 = &pOVar5->output_lists_[0]. super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_> ._M_impl._M_finish; secnamepool = this->secnamepool_; layout = this->layout_; do { ppOVar19 = ((_Vector_impl *)(pppOVar14 + -1))->_M_start; pSVar17 = pSVar16; if (ppOVar19 != *pppOVar14) { do { iVar9 = (*(*ppOVar19)->_vptr_Output_data[6])(*ppOVar19); pSVar16 = pSVar17; if ((char)iVar9 != '\0') { pOVar3 = (Output_section *)*ppOVar19; p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb]; if (p_Var13 == Output_section::do_out_shndx) { uVar20 = pOVar3->out_shndx_; if (uVar20 == 0xffffffff) goto LAB_0011e0d4; } else { uVar20 = (*p_Var13)(pOVar3); } if (uVar20 != uVar8) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/output.cc",0x1354,"write_section_headers_list" ); } uVar8 = uVar8 + 1; pSVar16 = pSVar17 + 1; oshdr.p_ = pSVar17; Output_section::write_header<64,_false>(pOVar3,layout,secnamepool,&oshdr); } ppOVar19 = ppOVar19 + 1; pSVar17 = pSVar16; } while (*pppOVar14 != ppOVar19); } pppOVar14 = pppOVar14 + 3; } while ((pointer *)((int)&pOVar5->vaddr_ + 4) != pppOVar14); pSVar12 = this->segment_list_; } local_38 = local_38 + 1; } while ((pSVar12-> super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>). _M_impl._M_finish != local_38); } } else { uVar8 = 1; pSVar11 = this->section_list_; ppOVar15 = (pSVar11-> super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>). _M_impl._M_start; if (ppOVar15 != (pSVar11-> super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl ._M_finish) { pSVar17 = pSVar16; do { pOVar3 = *ppOVar15; if (((pOVar3->flags_ & 2) != 0) || (pSVar16 = pSVar17, pOVar3->type_ == 0x11)) { p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb]; if (p_Var13 == Output_section::do_out_shndx) { uVar20 = pOVar3->out_shndx_; if (uVar20 == 0xffffffff) goto LAB_0011e0d4; } else { uVar20 = (*p_Var13)(pOVar3); } if (uVar20 != uVar8) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/output.cc",0x155,"do_sized_write"); } uVar8 = uVar8 + 1; pSVar16 = pSVar17 + 1; oshdr.p_ = pSVar17; Output_section::write_header<64,_false> (*ppOVar15,this->layout_,this->secnamepool_,&oshdr); pSVar11 = this->section_list_; } ppOVar15 = ppOVar15 + 1; pSVar17 = pSVar16; } while ((pSVar11-> super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>). _M_impl._M_finish != ppOVar15); } } pSVar11 = this->unattached_section_list_; ppOVar15 = (pSVar11-> super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>). _M_impl._M_start; if (ppOVar15 != (pSVar11->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>) ._M_impl._M_finish) { do { pOVar3 = *ppOVar15; if (pOVar3->type_ == 0x11) { if (parameters->options_ == (General_options *)0x0) goto LAB_0011e13b; pSVar17 = pSVar16; if ((parameters->options_->relocatable_).value == false) { p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb]; if (p_Var13 == Output_section::do_out_shndx) goto LAB_0011e033; LAB_0011e09d: uVar20 = (*p_Var13)(pOVar3); goto LAB_0011e03f; } } else { p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb]; if (p_Var13 != Output_section::do_out_shndx) goto LAB_0011e09d; LAB_0011e033: uVar20 = pOVar3->out_shndx_; if (uVar20 == 0xffffffff) goto LAB_0011e0d4; LAB_0011e03f: if (uVar8 != uVar20) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/output.cc",0x167,"do_sized_write"); } uVar8 = uVar8 + 1; pSVar17 = pSVar16 + 1; oshdr.p_ = pSVar16; Output_section::write_header<64,_false>(*ppOVar15,this->layout_,this->secnamepool_,&oshdr) ; pSVar11 = this->unattached_section_list_; } ppOVar15 = ppOVar15 + 1; pSVar16 = pSVar17; } while ((pSVar11-> super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>). _M_impl._M_finish != ppOVar15); } if (((this->super_Output_data).field_0x1c & 4) != 0) { return; } } /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/output.h",0xe3,"offset"); }
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ void FUN_0011dce0(int *param_1,int param_2) { int iVar1; uint uVar2; char cVar3; uint uVar4; int iVar5; int iVar6; int iVar7; undefined4 *puVar8; int *piVar9; int *piVar10; code *pcVar11; int *piVar12; int *piVar13; int *unaff_ESI; uint uVar14; int iVar15; int *local_38; int *local_20 [4]; if ((*(byte *)(param_1 + 7) & 2) == 0) { /* WARNING: Subroutine does not return */ FUN_0007d010("../../gold/output.h",0xcf,"data_size"); } iVar15 = param_1[4]; uVar4 = param_1[3]; if ((*(byte *)(param_1 + 7) & 4) != 0) { uVar14 = param_1[5]; if ((param_1[6] < 0) || (iVar7 = param_1[6] + (uint)CARRY4(uVar4,uVar14), uVar2 = (uint)(*(uint *)(param_2 + 8) < uVar4 + uVar14), iVar6 = *(int *)(param_2 + 0xc) - iVar7, (SBORROW4(*(int *)(param_2 + 0xc),iVar7) != SBORROW4(iVar6,uVar2)) != (int)(iVar6 - uVar2) < 0)) { /* WARNING: Subroutine does not return */ FUN_0007d010("../../gold/output.h",0x6f,"get_output_view",iVar15); } unaff_ESI = (int *)(uVar14 + *(int *)(param_2 + 0x10)); *unaff_ESI = 0; unaff_ESI[1] = 0; uVar14 = iVar15 >> 0x1f & 0x3f; unaff_ESI[2] = 0; unaff_ESI[3] = 0; uVar4 = uVar4 + uVar14 >> 6 | (iVar15 + (uint)CARRY4(uVar4,uVar14)) * 0x4000000; unaff_ESI[4] = 0; unaff_ESI[5] = 0; if (uVar4 < 0xff00) { uVar4 = 0; } unaff_ESI[6] = 0; unaff_ESI[7] = 0; unaff_ESI[8] = uVar4; unaff_ESI[9] = 0; piVar12 = (int *)param_1[0xd]; if (*(code **)(*piVar12 + 0x2c) == FUN_000887b0) { uVar4 = piVar12[0x18]; if (uVar4 == 0xffffffff) { LAB_0011e0d4: /* WARNING: Subroutine does not return */ FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx"); } } else { uVar4 = (**(code **)(*piVar12 + 0x2c))(piVar12); } piVar12 = unaff_ESI + 0x10; if (uVar4 < 0xff00) { uVar4 = 0; } unaff_ESI[10] = uVar4; piVar9 = (int *)param_1[9]; piVar10 = (int *)piVar9[1]; local_38 = (int *)*piVar9; unaff_ESI[0xc] = 0; unaff_ESI[0xd] = 0; unaff_ESI[0xe] = 0; unaff_ESI[0xf] = 0; uVar4 = (int)piVar10 - (int)local_38 >> 2; if (uVar4 < 0xffff) { uVar4 = 0; } unaff_ESI[0xb] = uVar4; if (*(int *)(DAT_003af408 + 8) == 0) { LAB_0011e13b: /* WARNING: Subroutine does not return */ FUN_0007d010("../../gold/parameters.h",0x5c,"options"); } if (*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0') { if (local_38 == piVar10) { iVar15 = 1; } else { iVar15 = 1; do { iVar6 = *local_38; if (*(int *)(iVar6 + 0x194) == 1) { puVar8 = (undefined4 *)(iVar6 + 4); iVar7 = param_1[0xc]; iVar1 = param_1[8]; do { piVar10 = (int *)puVar8[-1]; piVar9 = piVar12; if (piVar10 != (int *)*puVar8) { do { cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10); piVar12 = piVar9; if (cVar3 != '\0') { piVar13 = (int *)*piVar10; if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) { iVar5 = piVar13[0x18]; if (iVar5 == -1) goto LAB_0011e0d4; } else { iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13); } if (iVar5 != iVar15) { /* WARNING: Subroutine does not return */ FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list"); } iVar15 = iVar15 + 1; piVar12 = piVar9 + 0x10; local_20[0] = piVar9; FUN_0011da90(piVar13,iVar1,iVar7,local_20); } unaff_ESI = piVar10 + 1; piVar9 = piVar12; piVar10 = unaff_ESI; } while ((int *)*puVar8 != unaff_ESI); } puVar8 = puVar8 + 3; } while ((undefined4 *)(iVar6 + 0x160) != puVar8); piVar9 = (int *)param_1[9]; } local_38 = local_38 + 1; } while ((int *)piVar9[1] != local_38); } } else { iVar15 = 1; puVar8 = (undefined4 *)param_1[10]; unaff_ESI = (int *)*puVar8; if (unaff_ESI != (int *)puVar8[1]) { piVar10 = piVar12; do { piVar9 = (int *)*unaff_ESI; if (((*(byte *)(piVar9 + 0x15) & 2) != 0) || (piVar12 = piVar10, piVar9[0x14] == 0x11)) { if (*(code **)(*piVar9 + 0x2c) == FUN_000887b0) { iVar6 = piVar9[0x18]; if (iVar6 == -1) goto LAB_0011e0d4; } else { iVar6 = (**(code **)(*piVar9 + 0x2c))(piVar9); } if (iVar6 != iVar15) { /* WARNING: Subroutine does not return */ FUN_0007d010("../../gold/output.cc",0x155,"do_sized_write"); } iVar15 = iVar15 + 1; piVar12 = piVar10 + 0x10; local_20[0] = piVar10; FUN_0011da90(*unaff_ESI,param_1[8],param_1[0xc],local_20); puVar8 = (undefined4 *)param_1[10]; } unaff_ESI = unaff_ESI + 1; piVar10 = piVar12; } while ((int *)puVar8[1] != unaff_ESI); } } piVar10 = (int *)param_1[0xb]; puVar8 = (undefined4 *)*piVar10; if (puVar8 != (undefined4 *)piVar10[1]) { do { piVar9 = (int *)*puVar8; if (piVar9[0x14] == 0x11) { if (*(int *)(DAT_003af408 + 8) == 0) goto LAB_0011e13b; piVar13 = piVar12; if (*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0') { pcVar11 = *(code **)(*piVar9 + 0x2c); if (pcVar11 == FUN_000887b0) goto LAB_0011e033; LAB_0011e09d: iVar6 = (*pcVar11)(piVar9); goto LAB_0011e03f; } } else { pcVar11 = *(code **)(*piVar9 + 0x2c); if (pcVar11 != FUN_000887b0) goto LAB_0011e09d; LAB_0011e033: iVar6 = piVar9[0x18]; if (iVar6 == -1) goto LAB_0011e0d4; LAB_0011e03f: if (iVar15 != iVar6) { /* WARNING: Subroutine does not return */ FUN_0007d010("../../gold/output.cc",0x167,"do_sized_write"); } iVar15 = iVar15 + 1; piVar13 = piVar12 + 0x10; local_20[0] = piVar12; FUN_0011da90(*puVar8,param_1[8],param_1[0xc],local_20); piVar10 = (int *)param_1[0xb]; } puVar8 = puVar8 + 1; piVar12 = piVar13; unaff_ESI = param_1; } while ((undefined4 *)piVar10[1] != puVar8); } if ((*(byte *)(param_1 + 7) & 4) != 0) { return; } } /* WARNING: Subroutine does not return */ FUN_0007d010("../../gold/output.h",0xe3,"offset",unaff_ESI); }
CALL 0x000644b6 ADD EAX,0x29131b PUSH EBP PUSH EDI PUSH ESI PUSH EBX SUB ESP,0x4c MOV dword ptr [ESP + 0x2c],EAX MOV EAX,dword ptr [ESP + 0x60] MOV EBP,dword ptr [ESP + 0x64] MOVZX EAX,byte ptr [EAX + 0x1c] TEST AL,0x2 JZ 0x0011e18e MOV ECX,dword ptr [ESP + 0x60] MOV EBX,dword ptr [ECX + 0x10] MOV ECX,dword ptr [ECX + 0xc] MOV dword ptr [ESP + 0xc],EBX MOV dword ptr [ESP + 0x8],ECX TEST AL,0x4 JZ 0x0011e171 MOV EAX,dword ptr [ESP + 0x60] MOV EDI,dword ptr [EAX + 0x18] MOV ESI,dword ptr [EAX + 0x14] TEST EDI,EDI JS 0x0011e157 MOV EAX,dword ptr [ESP + 0x8] XOR EDX,EDX MOV ECX,dword ptr [EBP + 0xc] ADD EAX,ESI ADC EDX,EDI CMP dword ptr [EBP + 0x8],EAX SBB ECX,EDX JL 0x0011e157 MOV EBX,dword ptr [ESP + 0xc] MOV ECX,dword ptr [ESP + 0x8] XOR EDX,EDX ADD ESI,dword ptr [EBP + 0x10] MOV EDI,EBX MOV dword ptr [ESI],0x0 SAR EDI,0x1f MOV dword ptr [ESI + 0x4],0x0 AND EDI,0x3f MOV dword ptr [ESI + 0x8],0x0 ADD ECX,EDI MOV dword ptr [ESI + 0xc],0x0 ADC EBX,EDX MOV EAX,ECX MOV EDX,0x0 MOV ECX,dword ptr [ESP + 0x2c] SHRD EAX,EBX,0x6 MOV dword ptr [ESI + 0x10],0x0 CMP EAX,0xff00 LEA ECX,[ECX + 0xffcd97b0] MOV dword ptr [ESI + 0x14],0x0 CMOVC EAX,EDX MOV dword ptr [ESI + 0x18],0x0 MOV dword ptr [ESI + 0x1c],0x0 MOV dword ptr [ESI + 0x20],EAX MOV EAX,dword ptr [ESP + 0x60] MOV dword ptr [ESI + 0x24],0x0 MOV EAX,dword ptr [EAX + 0x34] MOV dword ptr [ESP + 0x10],ECX MOV EDX,dword ptr [EAX] MOV EDX,dword ptr [EDX + 0x2c] CMP EDX,ECX JNZ 0x0011e0c6 MOV EAX,dword ptr [EAX + 0x60] CMP EAX,-0x1 JZ 0x0011e0d4 XOR EBX,EBX CMP EAX,0xfeff LEA EBP,[ESI + 0x40] CMOVBE EAX,EBX MOV dword ptr [ESI + 0x28],EAX MOV EAX,dword ptr [ESP + 0x60] MOV EDX,dword ptr [EAX + 0x24] MOV EDI,dword ptr [EDX + 0x4] MOV ECX,dword ptr [EDX] MOV dword ptr [ESI + 0x30],0x0 MOV dword ptr [ESI + 0x34],0x0 MOV EAX,EDI MOV dword ptr [ESI + 0x38],0x0 SUB EAX,ECX MOV dword ptr [ESI + 0x3c],0x0 SAR EAX,0x2 CMP EAX,0xfffe CMOVBE EAX,EBX MOV dword ptr [ESI + 0x2c],EAX MOV EAX,dword ptr [ESP + 0x2c] LEA EAX,[EAX + 0x408] MOV dword ptr [ESP + 0x28],EAX MOV EAX,dword ptr [EAX] MOV EAX,dword ptr [EAX + 0x8] TEST EAX,EAX JZ 0x0011e13b CMP byte ptr [EAX + 0x318d],0x0 JNZ 0x0011df50 CMP ECX,EDI JZ 0x0011e0f3 LEA EAX,[ESP + 0x3c] MOV dword ptr [ESP + 0x24],ECX MOV EDI,0x1 MOV dword ptr [ESP + 0x20],EAX LEA ESI,[ESI] NOP MOV EAX,dword ptr [ESP + 0x24] MOV EAX,dword ptr [EAX] CMP dword ptr [EAX + 0x194],0x1 JNZ 0x0011dff4 MOV ECX,dword ptr [ESP + 0x60] LEA EBX,[EAX + 0x4] ADD EAX,0x160 MOV dword ptr [ESP + 0x1c],EAX MOV ECX,dword ptr [ECX + 0x30] MOV dword ptr [ESP + 0x14],ECX MOV ECX,dword ptr [ESP + 0x60] MOV ECX,dword ptr [ECX + 0x20] MOV dword ptr [ESP + 0x18],ECX LEA ESI,[ESI] MOV EDX,dword ptr [EBX + -0x4] CMP EDX,dword ptr [EBX] JZ 0x0011dfe0 MOV ESI,EDX JMP 0x0011defa MOV EAX,dword ptr [EDX + 0x60] CMP EAX,-0x1 JZ 0x0011e0d4 CMP EAX,EDI JNZ 0x0011df2e MOV dword ptr [ESP + 0x3c],EBP ADD EDI,0x1 ADD EBP,0x40 PUSH dword ptr [ESP + 0x20] PUSH dword ptr [ESP + 0x18] PUSH dword ptr [ESP + 0x20] PUSH EDX CALL 0x0011da90 ADD ESP,0x10 ADD ESI,0x4 CMP dword ptr [EBX],ESI JZ 0x0011dfe0 MOV EAX,dword ptr [ESI] SUB ESP,0xc MOV EDX,dword ptr [EAX] PUSH EAX CALL dword ptr [EDX + 0x18] ADD ESP,0x10 TEST AL,AL JZ 0x0011deef MOV EDX,dword ptr [ESI] MOV EAX,dword ptr [EDX] MOV EAX,dword ptr [EAX + 0x2c] CMP EAX,dword ptr [ESP + 0x10] JZ 0x0011dec0 SUB ESP,0xc PUSH EDX MOV dword ptr [ESP + 0x18],EDX CALL EAX ADD ESP,0x10 MOV EDX,dword ptr [ESP + 0x8] CMP EAX,EDI JZ 0x0011ded0 SUB ESP,0x4 MOV EBX,dword ptr [ESP + 0x30] LEA EAX,[EBX + 0xfff00f6c] PUSH EAX LEA EAX,[EBX + 0xffeff0cb] PUSH 0x1354 PUSH EAX CALL 0x0007d010 MOV EAX,dword ptr [ESP + 0x60] MOV EDI,0x1 MOV EDX,dword ptr [EAX + 0x28] MOV ESI,dword ptr [EDX] CMP ESI,dword ptr [EDX + 0x4] JZ 0x0011e006 LEA EBX,[ESP + 0x3c] MOV dword ptr [ESP + 0x8],EBX MOV EBX,EAX JMP 0x0011dfb5 MOV EAX,dword ptr [EAX + 0x60] CMP EAX,-0x1 JZ 0x0011e0d4 CMP EAX,EDI JNZ 0x0011e11c MOV dword ptr [ESP + 0x3c],EBP ADD EDI,0x1 ADD EBP,0x40 PUSH dword ptr [ESP + 0x8] PUSH dword ptr [EBX + 0x30] PUSH dword ptr [EBX + 0x20] PUSH dword ptr [ESI] CALL 0x0011da90 MOV EDX,dword ptr [EBX + 0x28] ADD ESP,0x10 ADD ESI,0x4 CMP dword ptr [EDX + 0x4],ESI JZ 0x0011e006 MOV EAX,dword ptr [ESI] TEST byte ptr [EAX + 0x54],0x2 JNZ 0x0011dfc3 CMP dword ptr [EAX + 0x50],0x11 JNZ 0x0011dfad MOV EDX,dword ptr [EAX] MOV EDX,dword ptr [EDX + 0x2c] CMP EDX,dword ptr [ESP + 0x10] JZ 0x0011df78 SUB ESP,0xc PUSH EAX CALL EDX ADD ESP,0x10 JMP 0x0011df84 ADD EBX,0xc CMP dword ptr [ESP + 0x1c],EBX JNZ 0x0011deb0 MOV EAX,dword ptr [ESP + 0x60] MOV EDX,dword ptr [EAX + 0x24] ADD dword ptr [ESP + 0x24],0x4 MOV EAX,dword ptr [ESP + 0x24] CMP dword ptr [EDX + 0x4],EAX JNZ 0x0011de78 MOV EAX,dword ptr [ESP + 0x60] MOV EDX,dword ptr [EAX + 0x2c] MOV EBX,dword ptr [EDX] CMP EBX,dword ptr [EDX + 0x4] JZ 0x0011e0b0 LEA ESI,[ESP + 0x3c] MOV dword ptr [ESP + 0x8],ESI MOV ESI,EAX JMP 0x0011e070 MOV EDX,dword ptr [EAX] MOV EDX,dword ptr [EDX + 0x2c] CMP EDX,dword ptr [ESP + 0x10] JNZ 0x0011e09d MOV EAX,dword ptr [EAX + 0x60] CMP EAX,-0x1 JZ 0x0011e0d4 CMP EDI,EAX JNZ 0x0011e0fd MOV dword ptr [ESP + 0x3c],EBP ADD EDI,0x1 ADD EBP,0x40 PUSH dword ptr [ESP + 0x8] PUSH dword ptr [ESI + 0x30] PUSH dword ptr [ESI + 0x20] PUSH dword ptr [EBX] CALL 0x0011da90 MOV EDX,dword ptr [ESI + 0x2c] ADD ESP,0x10 ADD EBX,0x4 CMP dword ptr [EDX + 0x4],EBX JZ 0x0011e0b0 MOV EAX,dword ptr [EBX] CMP dword ptr [EAX + 0x50],0x11 JNZ 0x0011e028 MOV ECX,dword ptr [ESP + 0x28] MOV ECX,dword ptr [ECX] MOV ECX,dword ptr [ECX + 0x8] TEST ECX,ECX JZ 0x0011e13b CMP byte ptr [ECX + 0x318d],0x0 JNZ 0x0011e068 MOV EDX,dword ptr [EAX] MOV EDX,dword ptr [EDX + 0x2c] CMP EDX,dword ptr [ESP + 0x10] JZ 0x0011e033 SUB ESP,0xc PUSH EAX CALL EDX ADD ESP,0x10 JMP 0x0011e03f MOV EAX,dword ptr [ESP + 0x60] TEST byte ptr [EAX + 0x1c],0x4 JZ 0x0011e171 ADD ESP,0x4c POP EBX POP ESI POP EDI POP EBP RET SUB ESP,0xc PUSH EAX CALL EDX ADD ESP,0x10 JMP 0x0011dde8 SUB ESP,0x4 MOV EBX,dword ptr [ESP + 0x30] LEA EAX,[EBX + 0xfff01014] PUSH EAX LEA EAX,[EBX + 0xffeee371] PUSH 0x1043 PUSH EAX CALL 0x0007d010 MOV EDI,0x1 JMP 0x0011e006 SUB ESP,0x4 MOV EBX,dword ptr [ESP + 0x30] LEA EAX,[EBX + 0xfff00f88] PUSH EAX LEA EAX,[EBX + 0xffeff0cb] PUSH 0x167 PUSH EAX CALL 0x0007d010 SUB ESP,0x4 MOV EBX,dword ptr [ESP + 0x30] LEA EAX,[EBX + 0xfff00f88] PUSH EAX LEA EAX,[EBX + 0xffeff0cb] PUSH 0x155 PUSH EAX CALL 0x0007d010 SUB ESP,0x4 MOV EBX,dword ptr [ESP + 0x30] LEA EAX,[EBX + 0xfff01078] PUSH EAX LEA EAX,[EBX + 0xffee926d] PUSH 0x5c PUSH EAX CALL 0x0007d010 PUSH EBX MOV EBX,dword ptr [ESP + 0x30] LEA EAX,[EBX + 0xfff0104c] PUSH EAX LEA EAX,[EBX + 0xffeee371] PUSH 0x6f PUSH EAX CALL 0x0007d010 PUSH ESI MOV EBX,dword ptr [ESP + 0x30] LEA EAX,[EBX + 0xfff00fc4] PUSH EAX LEA EAX,[EBX + 0xffeee371] PUSH 0xe3 PUSH EAX CALL 0x0007d010 PUSH EDI MOV EBX,dword ptr [ESP + 0x30] LEA EAX,[EBX + 0xfff01040] PUSH EAX LEA EAX,[EBX + 0xffeee371] PUSH 0xcf PUSH EAX CALL 0x0007d010
null
null
null
null
[(u'CALL_-1206983214', u'INDIRECT_-1206980897'), (u'LOAD_-1206984306', u'CALLIND_-1206984296'), ('const-417', u'STORE_-1206981381'), ('const-417', u'LOAD_-1206983817'), (u'LOAD_-1206983601', u'INT_EQUAL_-1206983586'), (u'INDIRECT_-1206980817', u'MULTIEQUAL_-1206980871'), (u'PTRADD_-1206981443', u'STORE_-1206981502'), ('const-417', u'STORE_-1206984953'), (u'LOAD_-1206984631', u'PTRSUB_-1206981315'), (u'INT_LESS_-1206985250', u'INT_ZEXT_-1206985236'), ('const-417', u'STORE_-1206981224'), (u'LOAD_-1206985430', u'INT_AND_-1206985346'), (u'CAST_-1206981019', u'INT_NOTEQUAL_-1206983867'), (u'MULTIEQUAL_-1206982556', u'MULTIEQUAL_-1206982255'), (u'CALL_-1206983081', u'INDIRECT_-1206980642'), ('const-417', u'LOAD_-1206984421'), ('const-32', u'PTRADD_-1206984873'), (u'MULTIEQUAL_-1206982335', u'MULTIEQUAL_-1206982349'), (u'PTRADD_-1206985132', u'PTRADD_-1206981200'), (u'MULTIEQUAL_-1206980837', u'MULTIEQUAL_-1206980763'), (u'PTRADD_-1206981409', u'STORE_-1206981468'), ('const-1', u'PTRADD_-1206981337'), (u'MULTIEQUAL_-1206982262', u'INT_ADD_-1206983350'), ('const-6', u'PTRADD_-1206981427'), ('tmp_4477', u'PTRSUB_-1206981229'), (u'MULTIEQUAL_-1206981154', u'MULTIEQUAL_-1206981049'), ('const-25', u'PTRADD_-1206981322'), (u'CALLIND_-1206983323', u'MULTIEQUAL_-1206982469'), (u'PTRADD_-1206981394', u'STORE_-1206981453'), ('const-417', u'LOAD_-1206983275'), (u'MULTIEQUAL_-1206982255', u'MULTIEQUAL_-1206982556'), ('tmp_4478', u'PTRSUB_-1206981601'), ('const-1', u'PTRADD_-1206981197'), ('const-36', u'PTRSUB_-1206981401'), (u'PTRADD_-1206981288', u'STORE_-1206984920'), (u'PTRSUB_-1206981263', u'LOAD_-1206984518'), ('const-0', u'PTRSUB_-1206980875'), (u'MULTIEQUAL_-1206980826', u'MULTIEQUAL_-1206980871'), ('const-417', u'LOAD_-1206983413'), ('tmp_3312', u'CBRANCH_-1206983422'), ('const-348', u'PTRSUB_-1206981240'), ('const-417', u'STORE_-1206984970'), ('const-417', u'LOAD_-1206983443'), (u'PTRADD_-1206980734', u'LOAD_-1206983376'), (u'PTRADD_-1206985132', u'PTRADD_-1206981444'), (u'LOAD_-1206983787', u'PTRSUB_-1206980825'), ('const-51', u'PTRADD_-1206981211'), ('const-8', u'PTRSUB_-1206981327'), ('tmp_3744', u'CBRANCH_-1206983377'), ('const-4', u'PTRADD_-1206981207'), (u'MULTIEQUAL_-1206982470', u'LOAD_-1206984331'), (u'INDIRECT_-1206980698', u'COPY_-1206980751'), (u'LOAD_-1206983574', u'INT_EQUAL_-1206983553'), ('const-65535', u'INT_LESS_-1206984659'), ('const-31', u'PTRADD_-1206981306'), ('const-417', u'LOAD_-1206983531'), (u'PTRSUB_-1206981434', u'LOAD_-1206984869'), (u'MULTIEQUAL_-1206981657', u'LOAD_-1206984523'), (u'PTRADD_-1206985132', u'PTRADD_-1206981288'), (u'COPY_-1206981159', u'CALL_-1206984118'), ('const-16', u'PTRADD_-1206981365'), ('const-61', u'PTRSUB_-1206980654'), ('const-417', u'STORE_-1206981366'), ('const-2817928', u'COPY_-1206980663'), (u'LOAD_-1206984331', u'CALLIND_-1206984296'), (u'MULTIEQUAL_-1206981222', u'MULTIEQUAL_-1206980979'), (u'PTRADD_-1206985132', u'PTRADD_-1206981337'), (u'PTRADD_-1206981322', u'STORE_-1206981381'), (u'COPY_-1206980988', u'MULTIEQUAL_-1206982497'), (u'STORE_-1206985091', u'INDIRECT_-1206981609'), (u'INT_EQUAL_-1206983641', u'CBRANCH_-1206983637'), (u'LOAD_-1206983288', u'MULTIEQUAL_-1206982469'), ('tmp_4477', u'PTRSUB_-1206980958'), ('const-64', u'PTRADD_-1206981165'), (u'STORE_-1206984764', u'INDIRECT_-1206981453'), (u'COPY_-1206980802', u'MULTIEQUAL_-1206982301'), (u'PTRADD_-1206981024', u'LOAD_-1206984263'), ('const-4', u'PTRSUB_-1206980860'), ('const-417', u'LOAD_-1206983625'), (u'STORE_-1206984803', u'INDIRECT_-1206981477'), (u'INT_EQUAL_-1206984850', u'CBRANCH_-1206984848'), ('const-0', u'STORE_-1206981365'), ('const-417', u'STORE_-1206981346'), (u'INT_SUB_-1206985230', u'INT_SBORROW_-1206985224'), ('const-417', u'LOAD_-1206983406'), ('const-2817988', u'COPY_-1206980579'), ('const-227', u'CALL_-1206983130'), ('const-67108864', u'INT_MULT_-1206985017'), ('const-0', u'SUBPIECE_-1206981474'), (u'MULTIEQUAL_-1206982205', u'MULTIEQUAL_-1206982182'), ('const-417', u'LOAD_-1206983527'), (u'LOAD_-1206984792', u'PTRSUB_-1206981392'), (u'PTRADD_-1206980858', u'INT_NOTEQUAL_-1206983801'), ('tmp_2617', u'CBRANCH_-1206983606'), (u'INDIRECT_-1206981436', u'MULTIEQUAL_-1206980956'), ('const-1', u'RETURN_-1206983076'), (u'INT_EQUAL_-1206983553', u'CBRANCH_-1206983550'), ('const-52', u'PTRADD_-1206981200'), (u'PTRADD_-1206981429', u'STORE_-1206985134'), (u'PTRADD_-1206981140', u'MULTIEQUAL_-1206982470'), (u'LOAD_-1206984792', u'MULTIEQUAL_-1206982650'), (u'PTRSUB_-1206980943', u'LOAD_-1206983526'), (u'PTRSUB_-1206980749', u'LOAD_-1206983557'), ('const-1', u'PTRADD_-1206981167'), ('const-1', u'INT_ADD_-1206983572'), ('const-40', u'PTRADD_-1206984743'), (u'MULTIEQUAL_-1206981280', u'MULTIEQUAL_-1206981208'), ('const-1', u'PTRADD_-1206981396'), ('const-20', u'PTRSUB_-1206981546'), ('const-4', u'PTRSUB_-1206980781'), ('const-0', u'COPY_-1206984961'), (u'PTRSUB_-1206980723', u'PTRSUB_-1206980686'), ('const-2818168', u'COPY_-1206980630'), (u'INDIRECT_-1206980741', u'COPY_-1206980791'), ('const-417', u'STORE_-1206984774'), ('const-417', u'STORE_-1206981242'), ('tmp_3651', u'CBRANCH_-1206983509'), ('const-64', u'PTRADD_-1206980758'), (u'MULTIEQUAL_-1206982229', u'MULTIEQUAL_-1206982530'), ('const-20', u'PTRSUB_-1206981541'), (u'LOAD_-1206983625', u'INT_EQUAL_-1206983607'), ('const-0', u'PTRSUB_-1206980977'), ('const-4', u'PTRADD_-1206980880'), (u'MULTIEQUAL_-1206982801', u'STORE_-1206984661'), ('const-0', u'RETURN_-1206983345'), ('const-1', u'PTRADD_-1206981394'), (u'LOAD_-1206983275', u'INT_NOTEQUAL_-1206983259'), (u'PTRADD_-1206981200', u'STORE_-1206984764'), ('const-417', u'LOAD_-1206983305'), ('const-4', u'PTRSUB_-1206980943'), (u'PTRADD_-1206985132', u'PTRADD_-1206981409'), (u'MULTIEQUAL_-1206982589', u'PTRADD_-1206980880'), (u'COPY_-1206980695', u'CALL_-1206983214'), ('const-11', u'PTRADD_-1206981024'), ('tmp_7867', u'PTRSUB_-1206981292'), ('const-417', u'LOAD_-1206983852'), ('tmp_11872', u'MULTIEQUAL_-1206980563'), (u'PTRADD_-1206980937', u'INT_NOTEQUAL_-1206983259'), ('const-49', u'PTRADD_-1206981213'), ('const-4', u'PTRADD_-1206981062'), ('const-1', u'PTRADD_-1206980937'), (u'PTRADD_-1206980880', u'INT_NOTEQUAL_-1206983867'), ('const-417', u'STORE_-1206981470'), ('const-0', u'PTRSUB_-1206980643'), (u'MULTIEQUAL_-1206982870', u'INT_LESS_-1206984801'), ('const-11', u'PTRADD_-1206981348'), (u'CAST_-1206981188', u'COPY_-1206980878'), (u'PTRSUB_-1206980994', u'LOAD_-1206983288'), (u'CAST_-1206981141', u'INT_SUB_-1206984724'), ('const-2810059', u'COPY_-1206980698'), (u'CALL_-1206982641', u'INDIRECT_-1206980567'), (u'PTRSUB_-1206980814', u'CALL_-1206983529'), (u'MULTIEQUAL_-1206982231', u'MULTIEQUAL_-1206982604'), (u'STORE_-1206984661', u'INDIRECT_-1206981414'), (u'PTRADD_-1206981339', u'STORE_-1206981398'), ('const-0', u'PTRSUB_-1206981154'), ('const-417', u'LOAD_-1206984272'), ('const-38', u'PTRADD_-1206981286'), ('const-63', u'PTRADD_-1206981165'), ('tmp_4477', u'PTRSUB_-1206981655'), (u'LOAD_-1206984331', u'PTRSUB_-1206981122'), ('const-4', u'PTRADD_-1206981140'), (u'INT_CARRY_-1206985275', u'INT_ZEXT_-1206985268'), ('const-17', u'INT_EQUAL_-1206983381'), ('tmp_4477', u'PTRSUB_-1206981625'), (u'MULTIEQUAL_-1206981222', u'MULTIEQUAL_-1206981208'), ('const-54', u'PTRADD_-1206981198'), (u'SUBPIECE_-1206981499', u'INT_ADD_-1206985275'), (u'SUBPIECE_-1206981499', u'INT_CARRY_-1206985275'), ('const-12', u'PTRSUB_-1206981570'), (u'INDIRECT_-1206981404', u'MULTIEQUAL_-1206981297'), (u'PTRADD_-1206985132', u'PTRADD_-1206981286'), ('const-417', u'LOAD_-1206984792'), (u'MULTIEQUAL_-1206982301', u'MULTIEQUAL_-1206982208'), ('const-2817900', u'COPY_-1206981159'), (u'LOAD_-1206984421', u'MULTIEQUAL_-1206982470'), (u'STORE_-1206984933', u'INDIRECT_-1206981538'), ('const-0', u'STORE_-1206984920'), (u'PTRADD_-1206981285', u'STORE_-1206981344'), (u'PTRADD_-1206980626', u'LOAD_-1206983574'), (u'CALLIND_-1206984296', u'INDIRECT_-1206981436'), (u'MULTIEQUAL_-1206981503', u'MULTIEQUAL_-1206981202'), (u'PTRSUB_-1206980714', u'LOAD_-1206983656'), ('const-417', u'STORE_-1206981345'), (u'PTRADD_-1206985132', u'PTRADD_-1206984601'), (u'PTRADD_-1206981207', u'CAST_-1206980988'), (u'PTRSUB_-1206981375', u'LOAD_-1206984900'), (u'LOAD_-1206984895', u'CALLIND_-1206982916'), ('tmp_4299', u'BRANCH_-1206982905'), (u'SUBPIECE_-1206981526', u'INT_ADD_-1206985275'), (u'SUBPIECE_-1206981526', u'INT_CARRY_-1206985275'), ('tmp_4477', u'PTRSUB_-1206980954'), (u'MULTIEQUAL_-1206980979', u'MULTIEQUAL_-1206980955'), (u'PTRADD_-1206985132', u'PTRADD_-1206981396'), (u'PTRSUB_-1206981106', u'PTRSUB_-1206981048'), (u'PTRSUB_-1206981141', u'MULTIEQUAL_-1206982589'), (u'INT_ADD_-1206984214', u'MULTIEQUAL_-1206982471'), (u'CAST_-1206981188', u'MULTIEQUAL_-1206982208'), ('const-1', u'PTRADD_-1206981323'), ('const-0', u'STORE_-1206981241'), (u'COPY_-1206983544', u'MULTIEQUAL_-1206982262'), ('const-4294967264', u'PTRSUB_-1206981292'), (u'MULTIEQUAL_-1206982229', u'MULTIEQUAL_-1206982205'), (u'LOAD_-1206983372', u'INT_EQUAL_-1206983351'), (u'INDIRECT_-1206981231', u'MULTIEQUAL_-1206981288'), (u'PTRSUB_-1206980734', u'LOAD_-1206983527'), ('const-4', u'PTRSUB_-1206980667'), (u'MULTIEQUAL_-1206982277', u'LOAD_-1206983320'), ('const-0', u'PTRSUB_-1206980882'), ('const-1', u'PTRADD_-1206981182'), (u'STORE_-1206985134', u'INDIRECT_-1206981630'), (u'MULTIEQUAL_-1206982277', u'INT_NOTEQUAL_-1206983603'), (u'STORE_-1206984774', u'INDIRECT_-1206981461'), ('const-0', u'PTRSUB_-1206981655'), (u'LOAD_-1206983625', u'PTRSUB_-1206980689'), (u'MULTIEQUAL_-1206980837', u'MULTIEQUAL_-1206980826'), ('tmp_4477', u'PTRSUB_-1206981401'), (u'LOAD_-1206984438', u'CALL_-1206984171'), (u'MULTIEQUAL_-1206982288', u'COPY_-1206980802'), ('const-0', u'INT_NOTEQUAL_-1206985359'), ('const-64', u'PTRADD_-1206980967'), ('const-1', u'PTRADD_-1206980728'), (u'PTRSUB_-1206980909', u'PTRSUB_-1206980861'), (u'PTRADD_-1206985132', u'PTRADD_-1206981214'), (u'INDIRECT_-1206981414', u'MULTIEQUAL_-1206980931'), (u'INT_NOTEQUAL_-1206983867', u'CBRANCH_-1206983864'), (u'PTRADD_-1206980728', u'MULTIEQUAL_-1206982135'), (u'MULTIEQUAL_-1206982255', u'MULTIEQUAL_-1206982231'), ('const-1', u'PTRADD_-1206981183'), (u'PTRSUB_-1206980678', u'PTRSUB_-1206980644'), (u'MULTIEQUAL_-1206981011', u'MULTIEQUAL_-1206981025'), (u'INT_EQUAL_-1206984503', u'CBRANCH_-1206984496'), (u'MULTIEQUAL_-1206981025', u'MULTIEQUAL_-1206981011'), ('const-0', u'PTRSUB_-1206980828'), (u'MULTIEQUAL_-1206982282', u'MULTIEQUAL_-1206982650'), ('const-0', u'PTRSUB_-1206980754'), (u'PTRADD_-1206985132', u'PTRADD_-1206981427'), ('const-4', u'PTRADD_-1206981429'), ('const-417', u'STORE_-1206981486'), ('const-1', u'PTRADD_-1206980758'), ('const-417', u'STORE_-1206981367'), ('const-1', u'PTRADD_-1206984601'), (u'INT_EQUAL_-1206983702', u'CBRANCH_-1206983700'), ('const-1', u'PTRADD_-1206981181'), (u'PTRADD_-1206981165', u'STORE_-1206981224'), (u'PTRSUB_-1206980644', u'LOAD_-1206983579'), ('const-0', u'STORE_-1206981380'), (u'PTRSUB_-1206981178', u'PTRSUB_-1206981154'), (u'MULTIEQUAL_-1206981178', u'MULTIEQUAL_-1206981154'), (u'CALL_-1206982723', u'INDIRECT_-1206980624'), (u'PTRADD_-1206984756', u'CAST_-1206981188'), (u'COPY_-1206980744', u'CALL_-1206983211'), (u'MULTIEQUAL_-1206982458', u'INT_ADD_-1206984214'), (u'INT_ADD_-1206985258', u'INT_SBORROW_-1206985228'), (u'COPY_-1206984550', u'MULTIEQUAL_-1206982578'), ('tmp_2655', u'CBRANCH_-1206983579'), (u'CAST_-1206980895', u'PTRSUB_-1206981188'), (u'PTRSUB_-1206980916', u'LOAD_-1206983396'), ('const-64', u'PTRADD_-1206984756'), (u'PTRADD_-1206985132', u'PTRADD_-1206981338'), (u'PTRADD_-1206985132', u'PTRADD_-1206984743'), (u'CAST_-1206981188', u'MULTIEQUAL_-1206982604'), (u'CALL_-1206984118', u'INDIRECT_-1206981357'), (u'LOAD_-1206985430', u'INT_AND_-1206985397'), (u'PTRSUB_-1206981448', u'PTRSUB_-1206981375'), ('const-417', u'STORE_-1206981241'), (u'LOAD_-1206985398', u'INT_SRIGHT_-1206985143'), (u'MULTIEQUAL_-1206982349', u'PTRSUB_-1206980932'), ('const-1', u'PTRADD_-1206981410'), ('const-0', u'STORE_-1206984943'), (u'LOAD_-1206983420', u'CALLIND_-1206983323'), (u'PTRSUB_-1206980667', u'LOAD_-1206983497'), ('const-2810059', u'COPY_-1206980666'), (u'MULTIEQUAL_-1206980826', u'PTRSUB_-1206980701'), ('const-1', u'PTRADD_-1206981285'), (u'MULTIEQUAL_-1206981236', u'INT_NOTEQUAL_-1206983681'), (u'PTRADD_-1206981168', u'STORE_-1206984730'), ('const-4', u'PTRADD_-1206980626'), (u'INDIRECT_-1206980567', u'COPY_-1206980603'), (u'LOAD_-1206985341', u'SUBPIECE_-1206981499'), (u'LOAD_-1206983661', u'PTRSUB_-1206980678'), ('const-0', u'STORE_-1206981271'), (u'LOAD_-1206983787', u'MULTIEQUAL_-1206982150'), (u'PTRADD_-1206985132', u'PTRADD_-1206981183'), ('const-417', u'LOAD_-1206983372'), (u'LOAD_-1206983661', u'PTRSUB_-1206980785'), (u'CAST_-1206981394', u'INT_ADD_-1206981592'), ('const-1', u'RETURN_-1206983206'), (u'PTRADD_-1206985132', u'PTRADD_-1206981307'), (u'PTRSUB_-1206980943', u'LOAD_-1206983305'), ('const-4', u'INT_ADD_-1206981647'), (u'PTRSUB_-1206981205', u'LOAD_-1206984421'), ('tmp_4477', u'PTRSUB_-1206980749'), ('const-559024', u'PTRSUB_-1206980977'), ('const-1', u'PTRADD_-1206980858'), ('tmp_4477', u'PTRSUB_-1206980943'), ('const-417', u'LOAD_-1206983661'), ('const-417', u'LOAD_-1206984146'), (u'MULTIEQUAL_-1206981690', u'MULTIEQUAL_-1206981550'), ('const-417', u'LOAD_-1206983396'), ('const-417', u'STORE_-1206981454'), (u'PTRADD_-1206985132', u'PTRADD_-1206981365'), (u'INT_ADD_-1206981621', u'CAST_-1206981421'), (u'LOAD_-1206983335', u'CALL_-1206983307'), ('const-417', u'STORE_-1206981257'), ('const-0', u'PTRSUB_-1206980678'), (u'SUBPIECE_-1206981474', u'INT_LESS_-1206985250'), (u'MULTIEQUAL_-1206980931', u'MULTIEQUAL_-1206980826'), ('const-4', u'PTRADD_-1206980839'), ('tmp_1039', u'CBRANCH_-1206984874'), (u'PTRADD_-1206981212', u'STORE_-1206981271'), ('const-0', u'STORE_-1206981485'), ('const-0', u'STORE_-1206981454'), ('const-7', u'PTRADD_-1206981426'), ('tmp_2806', u'CBRANCH_-1206983602'), ('const-417', u'LOAD_-1206983376'), (u'PTRSUB_-1206981456', u'LOAD_-1206984912'), ('const-1', u'PTRADD_-1206984743'), (u'CALLIND_-1206982916', u'MULTIEQUAL_-1206982870'), ('const-63', u'INT_AND_-1206985100'), (u'PTRSUB_-1206980954', u'LOAD_-1206983327'), ('const-417', u'STORE_-1206981240'), ('const-22', u'PTRADD_-1206981338'), (u'LOAD_-1206983320', u'CALL_-1206983307'), ('const-1', u'PTRADD_-1206981184'), (u'INT_NOTEQUAL_-1206984400', u'CBRANCH_-1206984400'), ('const-1', u'PTRADD_-1206981214'), (u'STORE_-1206985002', u'INDIRECT_-1206981584'), (u'INDIRECT_-1206980984', u'MULTIEQUAL_-1206981690'), (u'PTRADD_-1206981365', u'STORE_-1206985002'), ('const-28', u'PTRADD_-1206981309'), (u'LOAD_-1206983531', u'INT_NOTEQUAL_-1206983510'), (u'PTRADD_-1206980839', u'LOAD_-1206983372'), ('const-2', u'PTRADD_-1206981443'), ('const-417', u'STORE_-1206981226'), ('tmp_3593', u'BRANCH_-1206983125'), ('const-1', u'PTRADD_-1206981362'), (u'MULTIEQUAL_-1206982077', u'INT_NOTEQUAL_-1206983603'), (u'PTRSUB_-1206980825', u'PTRSUB_-1206980781'), ('tmp_3589', u'CBRANCH_-1206983680'), (u'INT_NOTEQUAL_-1206983354', u'CBRANCH_-1206983351'), ('tmp_4477', u'PTRSUB_-1206981456'), ('const-417', u'LOAD_-1206983536'), (u'MULTIEQUAL_-1206980826', u'MULTIEQUAL_-1206980733'), (u'PTRADD_-1206981323', u'STORE_-1206984953'), ('const-0', u'STORE_-1206981272'), (u'PTRADD_-1206981182', u'STORE_-1206981241'), ('const-417', u'LOAD_-1206983787'), (u'PTRADD_-1206980758', u'MULTIEQUAL_-1206982113'), (u'INT_AND_-1206985100', u'INT_CARRY_-1206985086'), (u'INT_AND_-1206985100', u'INT_ADD_-1206985086'), ('const-44', u'PTRADD_-1206984601'), (u'CALLIND_-1206982916', u'INDIRECT_-1206980984'), ('const-0', u'PTRSUB_-1206981326'), ('const-417', u'STORE_-1206981468'), ('const-4294967295', u'INT_EQUAL_-1206983702'), ('const-1', u'PTRADD_-1206981428'), (u'MULTIEQUAL_-1206982262', u'MULTIEQUAL_-1206982275'), (u'PTRADD_-1206981197', u'STORE_-1206981256'), ('const-23', u'PTRADD_-1206981337'), (u'MULTIEQUAL_-1206980931', u'MULTIEQUAL_-1206980763'), (u'INT_EQUAL_-1206984592', u'CBRANCH_-1206984585'), (u'INDIRECT_-1206981530', u'MULTIEQUAL_-1206981467'), ('const-96', u'PTRSUB_-1206980994'), ('const-40', u'PTRSUB_-1206981030'), (u'LOAD_-1206985299', u'INT_SBORROW_-1206985228'), (u'MULTIEQUAL_-1206982589', u'PTRADD_-1206981207'), (u'LOAD_-1206983443', u'MULTIEQUAL_-1206982277'), ('const-0', u'INT_NOTEQUAL_-1206983393'), ('const-417', u'STORE_-1206981258'), ('tmp_4477', u'PTRSUB_-1206981620'), ('const-48', u'PTRSUB_-1206980958'), (u'PTRSUB_-1206981570', u'LOAD_-1206985392'), (u'PTRADD_-1206980728', u'INT_NOTEQUAL_-1206983481'), ('const-0', u'INT_EQUAL_-1206985411'), ('const-0', u'STORE_-1206981379'), (u'INT_EQUAL_-1206984242', u'CBRANCH_-1206984239'), (u'INDIRECT_-1206980642', u'COPY_-1206980690'), ('const-0', u'STORE_-1206981422'), ('const-1', u'INT_ADD_-1206984214'), (u'INT_EQUAL_-1206983269', u'CBRANCH_-1206983267'), (u'PTRSUB_-1206980686', u'PTRSUB_-1206980667'), (u'PTRSUB_-1206981122', u'LOAD_-1206984315'), (u'LOAD_-1206984792', u'PTRSUB_-1206981397'), (u'LOAD_-1206983782', u'INT_NOTEQUAL_-1206983761'), ('const-0', u'STORE_-1206985002'), ('const-1', u'PTRADD_-1206981395'), ('const-1', u'PTRADD_-1206981363'), (u'MULTIEQUAL_-1206982470', u'PTRADD_-1206981140'), (u'INT_SUB_-1206984724', u'INT_SRIGHT_-1206984692'), (u'INDIRECT_-1206981436', u'MULTIEQUAL_-1206981444'), ('tmp_2454', u'CBRANCH_-1206983799'), (u'PTRSUB_-1206980764', u'LOAD_-1206983782'), (u'STORE_-1206985112', u'INDIRECT_-1206981619'), ('const-1', u'PTRADD_-1206981338'), (u'PTRADD_-1206985132', u'PTRADD_-1206981445'), (u'CALLIND_-1206984207', u'MULTIEQUAL_-1206981236'), (u'MULTIEQUAL_-1206982471', u'MULTIEQUAL_-1206982229'), ('const-417', u'LOAD_-1206984523'), ('const-40', u'PTRSUB_-1206980943'), (u'CALL_-1206983130', u'INDIRECT_-1206980582'), (u'MULTIEQUAL_-1206981059', u'MULTIEQUAL_-1206980986'), ('const-2741105', u'COPY_-1206980557'), (u'MULTIEQUAL_-1206982497', u'COPY_-1206981009'), (u'PTRSUB_-1206981401', u'LOAD_-1206984792'), (u'PTRADD_-1206985132', u'PTRADD_-1206981394'), (u'MULTIEQUAL_-1206982578', u'MULTIEQUAL_-1206982530'), ('const-4', u'INT_ADD_-1206981286'), (u'LOAD_-1206984895', u'INT_EQUAL_-1206984876'), ('const-1', u'PTRADD_-1206981409'), ('const-417', u'STORE_-1206981256'), ('const-0', u'PTRSUB_-1206980764'), (u'PTRSUB_-1206981397', u'PTRSUB_-1206981326'), ('const-0', u'PTRSUB_-1206980686'), ('const-417', u'LOAD_-1206983377'), (u'MULTIEQUAL_-1206982589', u'LOAD_-1206984416'), ('tmp_1584', u'CBRANCH_-1206984496'), (u'LOAD_-1206983536', u'PTRSUB_-1206981023'), (u'MULTIEQUAL_-1206982530', u'MULTIEQUAL_-1206982229'), (u'COPY_-1206980605', u'CALL_-1206982723'), (u'MULTIEQUAL_-1206982484', u'COPY_-1206980988'), (u'LOAD_-1206984315', u'PTRADD_-1206981062'), (u'PTRADD_-1206981393', u'STORE_-1206981452'), ('tmp_4477', u'PTRSUB_-1206981217'), (u'MULTIEQUAL_-1206982471', u'MULTIEQUAL_-1206982458'), (u'INT_AND_-1206985346', u'INT_NOTEQUAL_-1206985359'), ('const-417', u'LOAD_-1206983542'), (u'PTRADD_-1206981412', u'STORE_-1206985112'), (u'COPY_-1206980663', u'CALL_-1206982841'), ('const-417', u'LOAD_-1206985341'), ('const-6', u'PTRADD_-1206981062'), (u'CAST_-1206980988', u'PTRSUB_-1206981205'), (u'PTRSUB_-1206980958', u'LOAD_-1206983335'), ('const-0', u'PTRSUB_-1206980802'), ('const-0', u'STORE_-1206985091'), (u'COPY_-1206984961', u'MULTIEQUAL_-1206982929'), (u'MULTIEQUAL_-1206982262', u'INT_NOTEQUAL_-1206983381'), ('const-417', u'LOAD_-1206983381'), (u'INT_NOTEQUAL_-1206983761', u'CBRANCH_-1206983760'), ('const-417', u'STORE_-1206981423'), (u'INT_AND_-1206983387', u'INT_NOTEQUAL_-1206983400'), (u'LOAD_-1206983787', u'PTRSUB_-1206980828'), ('const-1', u'PTRADD_-1206981166'), (u'LOAD_-1206984781', u'INT_EQUAL_-1206984567'), (u'PTRSUB_-1206981326', u'PTRSUB_-1206981300'), ('tmp_7867', u'PTRSUB_-1206980814'), ('const-0', u'PTRSUB_-1206980932'), ('const-417', u'STORE_-1206981422'), ('const-417', u'LOAD_-1206985347'), ('tmp_3793', u'CBRANCH_-1206983348'), ('const-37', u'PTRADD_-1206981287'), ('const-0', u'PTRSUB_-1206980723'), (u'PTRADD_-1206981166', u'STORE_-1206981225'), ('const-417', u'LOAD_-1206983497'), (u'MULTIEQUAL_-1206981202', u'MULTIEQUAL_-1206981178'), (u'INT_NOTEQUAL_-1206985359', u'CBRANCH_-1206985359'), ('const-0', u'STORE_-1206981226'), ('tmp_936', u'CBRANCH_-1206984958'), ('const-0', u'PTRSUB_-1206981296'), ('const-0', u'INT_EQUAL_-1206983607'), ('const-0', u'PTRSUB_-1206980825'), ('const-1', u'PTRADD_-1206981307'), (u'INT_ADD_-1206985258', u'INT_SUB_-1206985230'), (u'CAST_-1206981422', u'INT_ADD_-1206981621'), ('const-417', u'LOAD_-1206985299'), ('const-59', u'PTRADD_-1206981181'), (u'MULTIEQUAL_-1206982578', u'MULTIEQUAL_-1206982205'), (u'LOAD_-1206983852', u'MULTIEQUAL_-1206982282'), ('const-65280', u'INT_LESS_-1206984801'), (u'INT_CARRY_-1206985086', u'INT_ZEXT_-1206985069'), (u'LOAD_-1206983376', u'MULTIEQUAL_-1206982110'), ('tmp_214', u'CBRANCH_-1206985359'), ('const-0', u'PTRSUB_-1206981620'), (u'PTRADD_-1206984873', u'CAST_-1206981242'), (u'PTRSUB_-1206980861', u'LOAD_-1206983377'), (u'PTRADD_-1206985132', u'PTRADD_-1206981197'), (u'PTRADD_-1206985132', u'PTRADD_-1206981212'), (u'INT_SRIGHT_-1206985143', u'INT_AND_-1206985100'), ('const-417', u'STORE_-1206985112'), (u'MULTIEQUAL_-1206981049', u'MULTIEQUAL_-1206981094'), (u'LOAD_-1206984786', u'INT_EQUAL_-1206984567'), ('const-17', u'INT_EQUAL_-1206983641'), ('const-417', u'LOAD_-1206984869'), (u'LOAD_-1206983542', u'CALL_-1206983529'), ('const-0', u'SUBPIECE_-1206981499'), (u'INT_EQUAL_-1206983424', u'CBRANCH_-1206983422'), ('const-359', u'CALL_-1206983214'), ('const-0', u'COPY_-1206984811'), (u'PTRSUB_-1206981327', u'LOAD_-1206984631'), ('const-9', u'PTRADD_-1206981411'), ('const-1', u'PTRADD_-1206981168'), (u'LOAD_-1206983288', u'INT_EQUAL_-1206983269'), (u'PTRSUB_-1206981159', u'INT_EQUAL_-1206984242'), ('const-559024', u'PTRSUB_-1206980875'), (u'MULTIEQUAL_-1206981234', u'MULTIEQUAL_-1206981288'), (u'COPY_-1206980594', u'MULTIEQUAL_-1206982113'), ('const-4', u'PTRADD_-1206980937'), ('const-0', u'PTRSUB_-1206980946'), (u'PTRSUB_-1206980923', u'LOAD_-1206983413'), (u'PTRSUB_-1206981240', u'CAST_-1206981020'), ('const-417', u'LOAD_-1206984263'), (u'INT_NOTEQUAL_-1206983393', u'CBRANCH_-1206983391'), ('const-0', u'PTRSUB_-1206980966'), (u'INT_ZEXT_-1206985236', u'INT_SUB_-1206985225'), ('const-417', u'LOAD_-1206984438'), (u'MULTIEQUAL_-1206981248', u'MULTIEQUAL_-1206981154'), ('const-80', u'PTRSUB_-1206980714'), ('const-17', u'PTRADD_-1206981364'), (u'PTRADD_-1206985132', u'PTRADD_-1206981412'), (u'PTRSUB_-1206981296', u'LOAD_-1206984781'), (u'MULTIEQUAL_-1206980826', u'MULTIEQUAL_-1206980837'), (u'MULTIEQUAL_-1206981327', u'MULTIEQUAL_-1206981280'), (u'LOAD_-1206983406', u'INT_AND_-1206983380'), (u'MULTIEQUAL_-1206982231', u'MULTIEQUAL_-1206982208'), (u'LOAD_-1206985347', u'INT_SLESS_-1206985322'), ('tmp_11492', u'MULTIEQUAL_-1206980956'), (u'STORE_-1206984730', u'INDIRECT_-1206981433'), (u'PTRADD_-1206985132', u'PTRADD_-1206981410'), (u'MULTIEQUAL_-1206981234', u'MULTIEQUAL_-1206980956'), ('tmp_4478', u'PTRSUB_-1206981570'), ('const-1', u'PTRADD_-1206981393'), ('const-61', u'PTRADD_-1206981167'), (u'INDIRECT_-1206981414', u'MULTIEQUAL_-1206981011'), ('const-29', u'PTRADD_-1206981308'), (u'INT_NOTEQUAL_-1206984130', u'CBRANCH_-1206984130'), (u'LOAD_-1206983549', u'CALL_-1206983529'), (u'CALL_-1206982841', u'INDIRECT_-1206980874'), (u'LOAD_-1206983381', u'PTRADD_-1206980734'), ('tmp_148', u'CBRANCH_-1206985410'), (u'STORE_-1206984943', u'INDIRECT_-1206981546'), ('const-417', u'STORE_-1206981379'), (u'INT_SRIGHT_-1206984692', u'MULTIEQUAL_-1206982801'), ('tmp_4112', u'CBRANCH_-1206983258'), (u'INDIRECT_-1206981530', u'MULTIEQUAL_-1206980733'), ('const-16', u'PTRSUB_-1206981570'), ('const-0', u'PTRSUB_-1206981205'), ('const-1', u'PTRADD_-1206981444'), ('const-12', u'PTRSUB_-1206981575'), ('const-0', u'STORE_-1206981423'), (u'LOAD_-1206983420', u'PTRSUB_-1206980923'), ('const-417', u'LOAD_-1206983526'), ('const-4294967295', u'INT_EQUAL_-1206984850'), (u'PTRADD_-1206985132', u'PTRADD_-1206981364'), (u'COPY_-1206984669', u'MULTIEQUAL_-1206982801'), (u'PTRADD_-1206981337', u'STORE_-1206981396'), (u'MULTIEQUAL_-1206981503', u'MULTIEQUAL_-1206981431'), (u'PTRADD_-1206985132', u'PTRADD_-1206981308'), (u'LOAD_-1206985265', u'SUBPIECE_-1206981474'), (u'PTRADD_-1206985132', u'PTRADD_-1206981322'), (u'CAST_-1206981372', u'INT_ADD_-1206981647'), (u'PTRSUB_-1206980785', u'LOAD_-1206983443'), ('tmp_4477', u'PTRSUB_-1206981673'), ('const-1', u'PTRADD_-1206981340'), (u'PTRADD_-1206985132', u'PTRADD_-1206984873'), (u'MULTIEQUAL_-1206982530', u'MULTIEQUAL_-1206982458'), (u'INT_ADD_-1206985059', u'INT_MULT_-1206985017'), ('const-559024', u'PTRSUB_-1206980768'), (u'PTRADD_-1206985132', u'PTRADD_-1206981340'), ('const-1', u'PTRADD_-1206981199'), (u'INT_NOTEQUAL_-1206983510', u'CBRANCH_-1206983509'), ('const-0', u'PTRSUB_-1206980861'), (u'MULTIEQUAL_-1206981657', u'PTRADD_-1206980858'), (u'PTRADD_-1206985132', u'PTRADD_-1206981184'), ('tmp_1141', u'CBRANCH_-1206984808'), (u'COPY_-1206981009', u'MULTIEQUAL_-1206982484'), (u'MULTIEQUAL_-1206981444', u'MULTIEQUAL_-1206981431'), ('const-4', u'INT_AND_-1206983380'), (u'LOAD_-1206984786', u'CAST_-1206981142'), ('const-50', u'PTRADD_-1206981212'), (u'COPY_-1206980548', u'CALL_-1206982641'), (u'INT_ZEXT_-1206985268', u'INT_ADD_-1206985258'), (u'INT_SBORROW_-1206985224', u'INT_NOTEQUAL_-1206985234'), ('const-1', u'PTRADD_-1206981306'), ('const-0', u'INT_NOTEQUAL_-1206983400'), ('const-417', u'STORE_-1206984943'), (u'MULTIEQUAL_-1206982160', u'MULTIEQUAL_-1206982150'), (u'INDIRECT_-1206981016', u'MULTIEQUAL_-1206981094'), (u'INT_ADD_-1206983350', u'MULTIEQUAL_-1206982275'), (u'PTRADD_-1206981410', u'STORE_-1206981469'), ('const-21', u'PTRADD_-1206981339'), (u'MULTIEQUAL_-1206982110', u'CALLIND_-1206983525'), ('const-417', u'STORE_-1206981487'), ('const-2', u'INT_SRIGHT_-1206984692'), (u'INDIRECT_-1206980582', u'COPY_-1206980638'), ('const-0', u'PTRSUB_-1206981375'), (u'PTRSUB_-1206981592', u'LOAD_-1206985430'), ('const-0', u'PTRSUB_-1206981625'), ('const-1', u'PTRADD_-1206984756'), (u'INDIRECT_-1206981262', u'MULTIEQUAL_-1206981222'), (u'CALL_-1206984118', u'INDIRECT_-1206981158'), ('const-0', u'PTRSUB_-1206980969'), (u'LOAD_-1206984869', u'MULTIEQUAL_-1206982870'), (u'PTRADD_-1206984743', u'CAST_-1206981181'), (u'CALL_-1206983214', u'INDIRECT_-1206980698'), ('const-417', u'LOAD_-1206985196'), (u'INT_NOTEQUAL_-1206983681', u'CBRANCH_-1206983680'), ('tmp_4477', u'PTRSUB_-1206980745'), (u'PTRADD_-1206985132', u'PTRADD_-1206984756'), (u'INDIRECT_-1206980785', u'MULTIEQUAL_-1206981467'), ('const-0', u'PTRADD_-1206981445'), ('const-1', u'PTRADD_-1206985132'), (u'SUBPIECE_-1206981526', u'INT_CARRY_-1206985086'), (u'SUBPIECE_-1206981526', u'INT_ADD_-1206985086'), (u'LOAD_-1206983782', u'MULTIEQUAL_-1206982135'), (u'INT_ADD_-1206981592', u'CAST_-1206981393'), ('const-417', u'LOAD_-1206983777'), ('const-5', u'PTRADD_-1206981428'), (u'MULTIEQUAL_-1206980979', u'MULTIEQUAL_-1206981280'), (u'MULTIEQUAL_-1206982205', u'MULTIEQUAL_-1206982578'), (u'INT_EQUAL_-1206984567', u'CBRANCH_-1206984566'), (u'INDIRECT_-1206981078', u'MULTIEQUAL_-1206981025'), (u'MULTIEQUAL_-1206982870', u'MULTIEQUAL_-1206982858'), (u'CAST_-1206981120', u'STORE_-1206984661'), ('const-1', u'INT_EQUAL_-1206984503'), ('const-417', u'LOAD_-1206984895'), ('const-0', u'PTRSUB_-1206981321'), ('const-0', u'STORE_-1206984764'), (u'CALLIND_-1206984207', u'INDIRECT_-1206981205'), (u'INT_ADD_-1206981286', u'CAST_-1206981019'), (u'INDIRECT_-1206980624', u'COPY_-1206980662'), ('const-12624', u'PTRSUB_-1206981315'), ('const-0', u'STORE_-1206981396'), ('const-15', u'PTRADD_-1206981393'), (u'PTRSUB_-1206980969', u'PTRSUB_-1206980946'), (u'MULTIEQUAL_-1206980955', u'MULTIEQUAL_-1206980931'), (u'MULTIEQUAL_-1206981550', u'MULTIEQUAL_-1206981503'), ('const-1', u'PTRADD_-1206981140'), ('const-0', u'STORE_-1206981486'), (u'COPY_-1206980645', u'CALL_-1206983081'), (u'PTRADD_-1206981348', u'LOAD_-1206984895'), (u'PTRADD_-1206985132', u'PTRADD_-1206981181'), ('const-96', u'PTRSUB_-1206981434'), (u'PTRADD_-1206985132', u'PTRADD_-1206981182'), ('const-0', u'PTRSUB_-1206981159'), ('tmp_7867', u'PTRSUB_-1206981012'), ('const-111', u'CALL_-1206982723'), (u'MULTIEQUAL_-1206981178', u'MULTIEQUAL_-1206981550'), (u'INDIRECT_-1206981237', u'MULTIEQUAL_-1206980733'), ('const-0', u'PTRSUB_-1206981673'), ('const-417', u'LOAD_-1206983557'), ('tmp_1478', u'CBRANCH_-1206984585'), (u'LOAD_-1206984523', u'PTRSUB_-1206981240'), ('const-0', u'STORE_-1206985180'), (u'INT_SRIGHT_-1206984692', u'INT_LESS_-1206984659'), (u'PTRSUB_-1206981315', u'PTRSUB_-1206981245'), (u'INDIRECT_-1206981237', u'MULTIEQUAL_-1206981222'), ('const-1', u'RETURN_-1206983209'), ('const-417', u'STORE_-1206981398'), (u'CALL_-1206983211', u'INDIRECT_-1206980940'), (u'LOAD_-1206985196', u'PTRADD_-1206985132'), (u'PTRADD_-1206981308', u'STORE_-1206981367'), ('const-4163', u'CALL_-1206983211'), (u'MULTIEQUAL_-1206982275', u'MULTIEQUAL_-1206982182'), (u'LOAD_-1206984146', u'INT_NOTEQUAL_-1206984130'), ('const-0', u'STORE_-1206985112'), (u'PTRADD_-1206985132', u'PTRADD_-1206981165'), (u'COPY_-1206980733', u'CALL_-1206983211'), ('const-417', u'LOAD_-1206984786'), ('const-4294967295', u'PTRADD_-1206981207'), (u'LOAD_-1206984523', u'PTRSUB_-1206981263'), (u'PTRADD_-1206981062', u'LOAD_-1206984306'), ('const-0', u'STORE_-1206981345'), (u'PTRADD_-1206985132', u'PTRADD_-1206981166'), (u'MULTIEQUAL_-1206981280', u'MULTIEQUAL_-1206980979'), ('const-14', u'PTRADD_-1206981394'), (u'PTRADD_-1206985132', u'PTRADD_-1206981442'), (u'CAST_-1206980895', u'CALLIND_-1206984207'), (u'PTRADD_-1206981445', u'STORE_-1206985180'), (u'LOAD_-1206983574', u'MULTIEQUAL_-1206982110'), ('const-1', u'PTRADD_-1206981211'), (u'LOAD_-1206983661', u'PTRSUB_-1206980797'), (u'PTRSUB_-1206981245', u'LOAD_-1206984607'), ('const-12624', u'PTRSUB_-1206980689'), ('const-1', u'PTRADD_-1206981165'), (u'MULTIEQUAL_-1206981049', u'MULTIEQUAL_-1206980956'), (u'PTRSUB_-1206981048', u'LOAD_-1206984268'), ('tmp_1508', u'CBRANCH_-1206984566'), ('const-36', u'PTRADD_-1206981288'), ('const-2818112', u'COPY_-1206980548'), (u'CAST_-1206981360', u'INT_SLESS_-1206985231'), ('const-0', u'STORE_-1206981240'), (u'LOAD_-1206983413', u'INT_AND_-1206983387'), ('const-417', u'LOAD_-1206985392'), (u'PTRADD_-1206981307', u'STORE_-1206981366'), ('const-55', u'PTRADD_-1206981197'), ('const-4', u'PTRADD_-1206980858'), ('const-0', u'PTRSUB_-1206980781'), ('const-0', u'PTRSUB_-1206981245'), (u'COPY_-1206980626', u'MULTIEQUAL_-1206982103'), ('const-0', u'INT_NOTEQUAL_-1206984272'), (u'COPY_-1206981162', u'CALL_-1206984118'), ('const-417', u'STORE_-1206981380'), ('const-62', u'PTRADD_-1206981166'), (u'PTRSUB_-1206981625', u'PTRSUB_-1206981546'), ('const-0', u'STORE_-1206981452'), (u'MULTIEQUAL_-1206980826', u'MULTIEQUAL_-1206980618'), ('const-417', u'LOAD_-1206983288'), (u'MULTIEQUAL_-1206982077', u'INT_ADD_-1206983572'), ('const-1', u'PTRADD_-1206981427'), ('const-96', u'PTRSUB_-1206980785'), ('const-32', u'PTRSUB_-1206980954'), ('const-0', u'STORE_-1206981242'), (u'PTRSUB_-1206981292', u'CALL_-1206984171'), (u'PTRADD_-1206981444', u'STORE_-1206981503'), (u'INT_NOTEQUAL_-1206985224', u'CBRANCH_-1206985230'), ('const-80', u'PTRSUB_-1206980916'), ('const-2741105', u'COPY_-1206980617'), ('const-417', u'STORE_-1206981271'), (u'MULTIEQUAL_-1206982160', u'PTRSUB_-1206980723'), ('tmp_455', u'CBRANCH_-1206985230'), (u'PTRSUB_-1206981012', u'CALL_-1206983307'), ('const-417', u'STORE_-1206984730'), ('const-0', u'COPY_-1206984669'), (u'INDIRECT_-1206981032', u'MULTIEQUAL_-1206981064'), ('const-4', u'INT_ADD_-1206981621'), (u'PTRADD_-1206985132', u'PTRADD_-1206981426'), ('const-0', u'STORE_-1206981503'), (u'PTRSUB_-1206980832', u'LOAD_-1206983787'), ('tmp_11492', u'MULTIEQUAL_-1206980786'), ('const-341', u'CALL_-1206982841'), (u'LOAD_-1206984458', u'CALL_-1206984171'), ('const-417', u'LOAD_-1206983574'), ('const-2741105', u'COPY_-1206980744'), (u'STORE_-1206984920', u'INDIRECT_-1206981530'), (u'INT_NOTEQUAL_-1206983603', u'CBRANCH_-1206983602'), (u'STORE_-1206985180', u'INDIRECT_-1206981640'), ('const-417', u'LOAD_-1206984458'), (u'LOAD_-1206983443', u'INT_EQUAL_-1206983424'), (u'MULTIEQUAL_-1206982458', u'INT_NOTEQUAL_-1206983681'), (u'PTRADD_-1206981364', u'STORE_-1206981423'), (u'PTRADD_-1206981411', u'STORE_-1206981470'), (u'STORE_-1206984970', u'INDIRECT_-1206981565'), ('const-4', u'INT_ADD_-1206981592'), (u'LOAD_-1206984912', u'CALLIND_-1206982916'), ('const-0', u'STORE_-1206984774'), (u'INT_AND_-1206985397', u'INT_EQUAL_-1206985411'), ('const-0', u'PTRSUB_-1206981178'), (u'LOAD_-1206984518', u'INT_EQUAL_-1206984503'), (u'PTRSUB_-1206981546', u'CAST_-1206981394'), (u'INT_SLESS_-1206985231', u'INT_NOTEQUAL_-1206985224'), (u'LOAD_-1206983661', u'CALLIND_-1206983525'), (u'PTRADD_-1206985132', u'PTRADD_-1206981393'), ('tmp_2528', u'BRANCH_-1206983738'), (u'INDIRECT_-1206981414', u'MULTIEQUAL_-1206980618'), ('const-11', u'PTRADD_-1206980626'), ('const-0', u'STORE_-1206981344'), (u'MULTIEQUAL_-1206982497', u'MULTIEQUAL_-1206982255'), ('tmp_2775', u'BRANCH_-1206983514'), (u'PTRSUB_-1206980828', u'PTRSUB_-1206980784'), ('const-0', u'PTRSUB_-1206981023'), (u'MULTIEQUAL_-1206982858', u'STORE_-1206984803'), ('const-65280', u'INT_LESS_-1206984982'), (u'CALL_-1206983529', u'INDIRECT_-1206980883'), (u'MULTIEQUAL_-1206981049', u'MULTIEQUAL_-1206980841'), (u'MULTIEQUAL_-1206982277', u'PTRADD_-1206980937'), ('const-417', u'STORE_-1206981421'), (u'LOAD_-1206984781', u'CAST_-1206981141'), ('const-417', u'LOAD_-1206983327'), ('const-417', u'STORE_-1206985002'), ('const-0', u'STORE_-1206984970'), (u'PTRADD_-1206981287', u'STORE_-1206981346'), ('tmp_2342', u'CBRANCH_-1206983864'), ('const-1', u'PTRADD_-1206981200'), ('const-24', u'PTRADD_-1206981323'), ('const-417', u'STORE_-1206981452'), ('const-417', u'LOAD_-1206983420'), ('const-1', u'PTRADD_-1206981198'), (u'CALLIND_-1206982916', u'INDIRECT_-1206980785'), ('const-0', u'STORE_-1206981470'), (u'CALL_-1206984171', u'INDIRECT_-1206981262'), (u'LOAD_-1206983377', u'PTRADD_-1206980839'), (u'PTRADD_-1206981427', u'STORE_-1206981486'), (u'COPY_-1206981071', u'MULTIEQUAL_-1206982484'), (u'INT_ADD_-1206981647', u'CAST_-1206981371'), ('tmp_3023', u'CBRANCH_-1206983480'), (u'LOAD_-1206984900', u'PTRADD_-1206981348'), ('const-4', u'PTRSUB_-1206981141'), ('const-1', u'RETURN_-1206982836'), (u'SUBPIECE_-1206981499', u'PTRADD_-1206985132'), (u'PTRADD_-1206981306', u'STORE_-1206981365'), ('const-0', u'STORE_-1206981469'), ('const-0', u'PTRSUB_-1206981106'), (u'INT_NOTEQUAL_-1206983801', u'CBRANCH_-1206983799'), ('tmp_2570', u'CBRANCH_-1206983637'), ('tmp_1714', u'CBRANCH_-1206984400'), ('const-0', u'STORE_-1206984953'), (u'CALLIND_-1206983525', u'MULTIEQUAL_-1206982277'), ('const-207', u'CALL_-1206982641'), ('tmp_1828', u'CBRANCH_-1206984272'), ('const-12', u'PTRADD_-1206981396'), ('const-417', u'LOAD_-1206984912'), (u'MULTIEQUAL_-1206982182', u'MULTIEQUAL_-1206982077'), (u'INDIRECT_-1206981205', u'MULTIEQUAL_-1206981254'), ('const-8', u'PTRSUB_-1206980701'), (u'MULTIEQUAL_-1206981154', u'MULTIEQUAL_-1206980986'), (u'LOAD_-1206983376', u'INT_NOTEQUAL_-1206983354'), (u'PTRSUB_-1206981479', u'INT_EQUAL_-1206984876'), ('tmp_3557', u'CBRANCH_-1206983700'), (u'MULTIEQUAL_-1206981550', u'MULTIEQUAL_-1206981178'), ('const-559024', u'PTRSUB_-1206981479'), ('const-0', u'INT_EQUAL_-1206984592'), ('const-96', u'PTRSUB_-1206981188'), ('const-0', u'INT_SLESS_-1206985322'), ('const-417', u'LOAD_-1206985265'), ('const-11', u'PTRADD_-1206980839'), ('const-0', u'STORE_-1206981398'), ('const-4', u'PTRADD_-1206981348'), (u'PTRADD_-1206981362', u'STORE_-1206981421'), (u'CALL_-1206983211', u'INDIRECT_-1206980741'), ('const-417', u'LOAD_-1206983320'), (u'INT_ADD_-1206983572', u'MULTIEQUAL_-1206982087'), (u'PTRADD_-1206985132', u'PTRADD_-1206981168'), (u'COPY_-1206984811', u'MULTIEQUAL_-1206982858'), ('const-417', u'LOAD_-1206984331'), (u'LOAD_-1206983579', u'PTRADD_-1206980626'), (u'PTRSUB_-1206981650', u'PTRSUB_-1206981570'), (u'PTRSUB_-1206981620', u'PTRSUB_-1206981541'), (u'INT_EQUAL_-1206985411', u'CBRANCH_-1206985410'), (u'INT_MULT_-1206985017', u'INT_OR_-1206985020'), ('const-31', u'INT_SRIGHT_-1206985143'), (u'CAST_-1206981181', u'STORE_-1206984803'), (u'PTRADD_-1206981183', u'STORE_-1206981242'), (u'PTRADD_-1206985132', u'PTRADD_-1206981411'), (u'PTRADD_-1206981286', u'STORE_-1206981345'), ('const-0', u'STORE_-1206981346'), ('const-0', u'INT_EQUAL_-1206984613'), (u'PTRSUB_-1206981541', u'LOAD_-1206985341'), ('const-4', u'PTRADD_-1206980728'), (u'PTRADD_-1206981211', u'STORE_-1206981270'), ('const-44', u'PTRSUB_-1206980734'), (u'CAST_-1206981393', u'LOAD_-1206985347'), ('const-39', u'PTRADD_-1206981285'), (u'PTRADD_-1206985132', u'PTRADD_-1206981167'), ('const-1', u'PTRADD_-1206981213'), (u'PTRADD_-1206985132', u'PTRADD_-1206981199'), (u'CAST_-1206981242', u'STORE_-1206984933'), (u'CALL_-1206984171', u'INDIRECT_-1206981461'), (u'PTRSUB_-1206980781', u'PTRSUB_-1206980761'), (u'LOAD_-1206983305', u'MULTIEQUAL_-1206982349'), (u'LOAD_-1206983536', u'PTRSUB_-1206981026'), (u'MULTIEQUAL_-1206982288', u'PTRADD_-1206980967'), (u'COPY_-1206980698', u'CALL_-1206983214'), (u'CALL_-1206983307', u'INDIRECT_-1206981277'), ('tmp_1882', u'CBRANCH_-1206984239'), (u'LOAD_-1206984272', u'CAST_-1206980895'), ('const-417', u'STORE_-1206981396'), (u'CALLIND_-1206984296', u'INDIRECT_-1206981237'), ('const-48', u'PTRSUB_-1206981229'), ('const-4294967295', u'INT_EQUAL_-1206983424'), (u'CALLIND_-1206983525', u'INDIRECT_-1206980817'), (u'COPY_-1206980587', u'CALL_-1206983130'), ('const-1', u'PTRADD_-1206981322'), (u'PTRSUB_-1206981030', u'LOAD_-1206983536'), ('const-2818068', u'COPY_-1206980733'), (u'PTRADD_-1206981363', u'STORE_-1206981422'), (u'MULTIEQUAL_-1206982288', u'COPY_-1206980827'), (u'MULTIEQUAL_-1206982208', u'COPY_-1206980703'), (u'INDIRECT_-1206980883', u'MULTIEQUAL_-1206980837'), ('const-27', u'PTRADD_-1206981320'), (u'INDIRECT_-1206981158', u'COPY_-1206981217'), ('const-0', u'PTRSUB_-1206980644'), ('const-417', u'STORE_-1206981485'), (u'PTRADD_-1206985132', u'PTRADD_-1206981395'), ('const-0', u'SUBPIECE_-1206981526'), (u'MULTIEQUAL_-1206982929', u'STORE_-1206984933'), ('const-4294967295', u'INT_EQUAL_-1206983269'), ('const-417', u'STORE_-1206981453'), (u'MULTIEQUAL_-1206982589', u'LOAD_-1206984146'), (u'PTRADD_-1206981140', u'INT_NOTEQUAL_-1206984130'), ('const-4', u'PTRSUB_-1206980761'), (u'CAST_-1206981371', u'LOAD_-1206985299'), ('const-0', u'STORE_-1206981224'), (u'PTRSUB_-1206981217', u'LOAD_-1206984438'), (u'LOAD_-1206985299', u'INT_SUB_-1206985230'), ('const-0', u'STORE_-1206981487'), (u'MULTIEQUAL_-1206981444', u'MULTIEQUAL_-1206981202'), (u'MULTIEQUAL_-1206982103', u'COPY_-1206980638'), (u'PTRSUB_-1206981570', u'LOAD_-1206985196'), ('const-0', u'STORE_-1206981421'), ('const-1', u'PTRADD_-1206981442'), ('const-417', u'STORE_-1206984933'), ('const-0', u'PTRSUB_-1206981122'), (u'PTRSUB_-1206980860', u'LOAD_-1206983275'), ('const-2817928', u'COPY_-1206980695'), ('const-48', u'PTRSUB_-1206980749'), (u'MULTIEQUAL_-1206981234', u'MULTIEQUAL_-1206981248'), ('const-1', u'RETURN_-1206982718'), ('const-417', u'LOAD_-1206984631'), (u'INDIRECT_-1206981461', u'MULTIEQUAL_-1206981444'), ('const-0', u'STORE_-1206981453'), (u'PTRADD_-1206981426', u'STORE_-1206981485'), (u'COPY_-1206980666', u'CALL_-1206982841'), (u'PTRSUB_-1206981592', u'LOAD_-1206985265'), (u'PTRADD_-1206981428', u'STORE_-1206981487'), (u'PTRSUB_-1206981655', u'PTRSUB_-1206981575'), ('const-11', u'PTRADD_-1206980734'), (u'PTRSUB_-1206981154', u'PTRSUB_-1206981141'), (u'MULTIEQUAL_-1206982469', u'INT_NOTEQUAL_-1206983381'), (u'COPY_-1206980557', u'CALL_-1206982641'), (u'INT_NOTEQUAL_-1206983400', u'CBRANCH_-1206983397'), (u'PTRSUB_-1206980847', u'PTRSUB_-1206980802'), ('const-61', u'PTRSUB_-1206981245'), ('const-3', u'PTRADD_-1206980880'), ('const-417', u'STORE_-1206981225'), (u'MULTIEQUAL_-1206981327', u'MULTIEQUAL_-1206980955'), (u'PTRSUB_-1206981026', u'PTRSUB_-1206980969'), (u'COPY_-1206983544', u'MULTIEQUAL_-1206982182'), ('const-32', u'PTRSUB_-1206980745'), (u'INT_EQUAL_-1206983607', u'CBRANCH_-1206983606'), ('const-32', u'PTRSUB_-1206981217'), ('const-417', u'LOAD_-1206984607'), (u'LOAD_-1206983777', u'INT_NOTEQUAL_-1206983761'), (u'INT_LESS_-1206984801', u'CBRANCH_-1206984808'), (u'PTRADD_-1206980858', u'MULTIEQUAL_-1206981657'), (u'PTRADD_-1206985132', u'PTRADD_-1206981198'), (u'MULTIEQUAL_-1206982470', u'LOAD_-1206984272'), ('const-4294967264', u'PTRSUB_-1206980814'), ('const-1', u'INT_ADD_-1206983350'), (u'PTRADD_-1206985132', u'PTRADD_-1206981285'), (u'PTRSUB_-1206980643', u'PTRSUB_-1206980609'), (u'LOAD_-1206983656', u'INT_EQUAL_-1206983641'), ('const-417', u'LOAD_-1206985398'), ('const-1', u'COPY_-1206984550'), ('const-0', u'PTRSUB_-1206981048'), ('const-1', u'PTRADD_-1206981321'), (u'MULTIEQUAL_-1206982150', u'MULTIEQUAL_-1206982160'), (u'MULTIEQUAL_-1206980763', u'COPY_-1206980835'), ('const-8', u'PTRSUB_-1206981592'), (u'INT_OR_-1206985020', u'INT_LESS_-1206984982'), ('const-417', u'STORE_-1206981397'), ('const-1', u'PTRADD_-1206981445'), ('const-11', u'PTRADD_-1206981409'), ('const-417', u'LOAD_-1206984416'), (u'PTRADD_-1206980937', u'MULTIEQUAL_-1206982277'), (u'MULTIEQUAL_-1206982113', u'COPY_-1206980626'), (u'PTRSUB_-1206980781', u'LOAD_-1206983817'), (u'LOAD_-1206985398', u'INT_ADD_-1206985059'), (u'INT_EQUAL_-1206984876', u'CBRANCH_-1206984874'), ('tmp_1440', u'CBRANCH_-1206984612'), (u'INT_EQUAL_-1206983381', u'CBRANCH_-1206983377'), ('const-417', u'LOAD_-1206983549'), (u'PTRSUB_-1206980966', u'PTRSUB_-1206980943'), (u'MULTIEQUAL_-1206980986', u'MULTIEQUAL_-1206980786'), ('const-0', u'STORE_-1206984730'), (u'PTRADD_-1206985132', u'PTRADD_-1206981306'), (u'INT_SBORROW_-1206985228', u'INT_NOTEQUAL_-1206985234'), ('const-84', u'PTRSUB_-1206980923'), ('const-0', u'INT_EQUAL_-1206983586'), (u'PTRADD_-1206985132', u'PTRADD_-1206981213'), (u'PTRSUB_-1206981575', u'CAST_-1206981422'), (u'PTRADD_-1206985132', u'PTRADD_-1206981321'), ('const-417', u'LOAD_-1206984781'), ('tmp_3706', u'CBRANCH_-1206983397'), ('const-0', u'PTRSUB_-1206980909'), ('tmp_3063', u'CBRANCH_-1206983391'), ('const-417', u'STORE_-1206984920'), (u'PTRADD_-1206981321', u'STORE_-1206981380'), (u'INT_NOTEQUAL_-1206985234', u'INT_NOTEQUAL_-1206985224'), ('tmp_3895', u'CBRANCH_-1206983380'), ('const-1', u'PTRADD_-1206981365'), ('const-1', u'COPY_-1206983134'), ('const-1', u'PTRADD_-1206981286'), (u'LOAD_-1206983497', u'INT_NOTEQUAL_-1206983481'), (u'PTRADD_-1206985132', u'PTRADD_-1206981429'), ('const-0', u'SUBPIECE_-1206982613'), ('const-404', u'PTRSUB_-1206981263'), (u'LOAD_-1206983557', u'CALL_-1206983529'), (u'INT_NOTEQUAL_-1206984272', u'CBRANCH_-1206984272'), (u'MULTIEQUAL_-1206982282', u'PTRSUB_-1206980847'), ('tmp_2704', u'CBRANCH_-1206983550'), ('const-417', u'LOAD_-1206983601'), (u'LOAD_-1206984607', u'INT_EQUAL_-1206984592'), (u'PTRADD_-1206985132', u'PTRADD_-1206981363'), ('const-1', u'PTRADD_-1206981165'), (u'INT_EQUAL_-1206983351', u'CBRANCH_-1206983348'), (u'LOAD_-1206984912', u'PTRSUB_-1206981434'), (u'PTRADD_-1206981395', u'STORE_-1206981454'), (u'PTRSUB_-1206980875', u'INT_NOTEQUAL_-1206983354'), ('const-417', u'STORE_-1206985180'), (u'STORE_-1206984953', u'INDIRECT_-1206981554'), ('const-0', u'PTRSUB_-1206981026'), (u'PTRADD_-1206985132', u'PTRADD_-1206981287'), (u'PTRSUB_-1206980977', u'INT_EQUAL_-1206983351'), ('tmp_3864', u'BRANCH_-1206983312'), ('const-1', u'PTRADD_-1206981287'), (u'LOAD_-1206983420', u'PTRSUB_-1206980909'), (u'PTRSUB_-1206980882', u'PTRSUB_-1206980860'), ('const-417', u'LOAD_-1206983782'), (u'MULTIEQUAL_-1206982135', u'LOAD_-1206983542'), (u'COPY_-1206980878', u'MULTIEQUAL_-1206982288'), (u'INT_EQUAL_-1206983586', u'CBRANCH_-1206983579'), (u'PTRADD_-1206981199', u'STORE_-1206981258'), ('tmp_11492', u'MULTIEQUAL_-1206981690'), ('const-417', u'LOAD_-1206983579'), (u'CALL_-1206983130', u'INDIRECT_-1206980781'), (u'CALL_-1206983307', u'INDIRECT_-1206981078'), ('const-1', u'RETURN_-1206983125'), ('const-2810059', u'COPY_-1206981162'), (u'PTRADD_-1206984601', u'CAST_-1206981120'), (u'MULTIEQUAL_-1206982077', u'MULTIEQUAL_-1206982087'), ('tmp_264', u'CBRANCH_-1206985322'), ('const-1', u'PTRADD_-1206981411'), (u'PTRSUB_-1206980784', u'PTRSUB_-1206980764'), (u'PTRADD_-1206985132', u'PTRADD_-1206981443'), (u'LOAD_-1206983536', u'MULTIEQUAL_-1206982335'), (u'INDIRECT_-1206981082', u'MULTIEQUAL_-1206981059'), (u'CAST_-1206981421', u'LOAD_-1206985398'), ('const-0', u'PTRSUB_-1206981448'), (u'INT_LESS_-1206984982', u'CBRANCH_-1206984958'), ('const-0', u'STORE_-1206981225'), (u'LOAD_-1206984421', u'INT_NOTEQUAL_-1206984400'), (u'MULTIEQUAL_-1206981690', u'MULTIEQUAL_-1206981154'), ('const-417', u'LOAD_-1206983721'), ('const-417', u'LOAD_-1206985430'), (u'MULTIEQUAL_-1206982277', u'LOAD_-1206983420'), ('const-0', u'STORE_-1206981468'), (u'LOAD_-1206983527', u'MULTIEQUAL_-1206982160'), ('const-52', u'PTRSUB_-1206981456'), (u'LOAD_-1206983817', u'INT_NOTEQUAL_-1206983801'), ('const-417', u'STORE_-1206981469'), ('const-0', u'PTRSUB_-1206980847'), (u'COPY_-1206980630', u'CALL_-1206983081'), (u'INT_NOTEQUAL_-1206983481', u'CBRANCH_-1206983480'), ('const-2818124', u'COPY_-1206980605'), (u'INDIRECT_-1206981436', u'MULTIEQUAL_-1206981297'), ('const-417', u'STORE_-1206981365'), ('const-0', u'PTRSUB_-1206981479'), ('const-4294967264', u'PTRSUB_-1206981012'), (u'PTRADD_-1206981442', u'STORE_-1206981501'), ('const-4', u'INT_AND_-1206985346'), (u'PTRADD_-1206981165', u'MULTIEQUAL_-1206982497'), ('const-1', u'PTRADD_-1206981443'), (u'COPY_-1206980579', u'CALL_-1206983130'), (u'MULTIEQUAL_-1206981248', u'MULTIEQUAL_-1206981234'), (u'CALLIND_-1206983323', u'INDIRECT_-1206981231'), ('tmp_4477', u'PTRSUB_-1206980832'), ('const-417', u'LOAD_-1206983656'), (u'PTRSUB_-1206980768', u'INT_EQUAL_-1206983553'), ('const-4948', u'CALL_-1206984118'), ('const-417', u'STORE_-1206981501'), (u'PTRSUB_-1206981321', u'PTRSUB_-1206981296'), ('const-57', u'PTRADD_-1206981183'), (u'COPY_-1206980703', u'MULTIEQUAL_-1206982103'), (u'LOAD_-1206984912', u'PTRSUB_-1206981448'), (u'MULTIEQUAL_-1206982103', u'PTRADD_-1206980758'), ('const-1', u'PTRADD_-1206981309'), ('const-1', u'RETURN_-1206984113'), (u'PTRADD_-1206981167', u'STORE_-1206981226'), ('const-417', u'LOAD_-1206984268'), (u'PTRSUB_-1206980761', u'LOAD_-1206983777'), (u'LOAD_-1206983661', u'PTRSUB_-1206980714'), (u'INDIRECT_-1206981277', u'MULTIEQUAL_-1206981248'), (u'INT_LESS_-1206984659', u'CBRANCH_-1206984666'), (u'INDIRECT_-1206981414', u'PTRSUB_-1206981327'), (u'INDIRECT_-1206981414', u'MULTIEQUAL_-1206981327'), (u'INT_ADD_-1206985275', u'INT_LESS_-1206985250'), (u'PTRADD_-1206985132', u'PTRADD_-1206981211'), ('const-417', u'LOAD_-1206984518'), ('const-2720365', u'COPY_-1206980645'), ('const-0', u'STORE_-1206981366'), ('const-2741105', u'COPY_-1206980587'), ('const-1', u'PTRADD_-1206981339'), (u'INT_NOTEQUAL_-1206983381', u'CBRANCH_-1206983380'), ('const-0', u'STORE_-1206985134'), ('const-1', u'PTRADD_-1206981212'), ('const-417', u'STORE_-1206981270'), ('const-58', u'PTRADD_-1206981182'), (u'INT_AND_-1206983380', u'INT_NOTEQUAL_-1206983393'), ('const-1', u'PTRADD_-1206981320'), (u'PTRADD_-1206981184', u'STORE_-1206984751'), ('const-417', u'STORE_-1206984661'), ('const-417', u'STORE_-1206985134'), (u'PTRSUB_-1206980861', u'LOAD_-1206983852'), (u'SUBPIECE_-1206982613', u'INT_NOTEQUAL_-1206984272'), (u'CAST_-1206980895', u'CALL_-1206984171'), ('const-44', u'PTRSUB_-1206980832'), (u'CALL_-1206983529', u'INDIRECT_-1206981082'), (u'MULTIEQUAL_-1206982484', u'COPY_-1206981013'), (u'MULTIEQUAL_-1206981202', u'MULTIEQUAL_-1206981503'), ('const-0', u'PTRSUB_-1206980784'), (u'PTRADD_-1206985132', u'PTRADD_-1206981320'), ('tmp_4477', u'PTRSUB_-1206980861'), ('const-53', u'PTRADD_-1206981199'), (u'LOAD_-1206984781', u'MULTIEQUAL_-1206981657'), (u'PTRADD_-1206981213', u'STORE_-1206981272'), ('const-3', u'PTRADD_-1206981442'), (u'COPY_-1206980811', u'MULTIEQUAL_-1206982288'), ('const-19', u'PTRADD_-1206981362'), ('const-417', u'LOAD_-1206984315'), (u'LOAD_-1206983420', u'PTRSUB_-1206980916'), (u'PTRADD_-1206985132', u'PTRADD_-1206981428'), ('tmp_1077', u'CBRANCH_-1206984848'), (u'LOAD_-1206983420', u'PTRSUB_-1206980994'), (u'PTRADD_-1206981340', u'STORE_-1206984970'), ('const-20', u'PTRADD_-1206981340'), ('const-0', u'STORE_-1206981256'), (u'PTRSUB_-1206980754', u'LOAD_-1206983381'), ('tmp_4477', u'PTRSUB_-1206980643'), ('const-417', u'STORE_-1206984764'), ('const-2', u'INT_AND_-1206983387'), (u'PTRADD_-1206981198', u'STORE_-1206981257'), (u'MULTIEQUAL_-1206982556', u'COPY_-1206981071'), ('const-0', u'STORE_-1206981502'), (u'LOAD_-1206983526', u'INT_NOTEQUAL_-1206983510'), (u'PTRADD_-1206985132', u'PTRADD_-1206981309'), (u'PTRADD_-1206981181', u'STORE_-1206981240'), ('const-4', u'PTRSUB_-1206981300'), (u'PTRSUB_-1206981023', u'PTRSUB_-1206980966'), (u'CALLIND_-1206984296', u'SUBPIECE_-1206982613'), (u'INT_ZEXT_-1206985236', u'INT_SBORROW_-1206985224'), ('tmp_2278', u'CBRANCH_-1206984130'), (u'LOAD_-1206984631', u'INT_EQUAL_-1206984613'), ('const-0', u'STORE_-1206981258'), ('const-1', u'PTRADD_-1206981444'), (u'INT_ZEXT_-1206985069', u'INT_ADD_-1206985059'), (u'MULTIEQUAL_-1206981011', u'MULTIEQUAL_-1206981064'), (u'MULTIEQUAL_-1206981690', u'MULTIEQUAL_-1206980841'), (u'CAST_-1206981142', u'INT_SUB_-1206984724'), ('const-559024', u'PTRSUB_-1206981159'), ('const-417', u'STORE_-1206984803'), (u'MULTIEQUAL_-1206982349', u'MULTIEQUAL_-1206982335'), ('tmp_2511', u'CBRANCH_-1206983760'), (u'LOAD_-1206984263', u'CALLIND_-1206984207'), (u'CALL_-1206982841', u'INDIRECT_-1206980675'), (u'PTRADD_-1206985132', u'PTRADD_-1206981323'), (u'MULTIEQUAL_-1206982135', u'LOAD_-1206983661'), ('tmp_3668', u'BRANCH_-1206983487'), ('const-4', u'PTRADD_-1206980734'), (u'MULTIEQUAL_-1206980955', u'MULTIEQUAL_-1206981327'), (u'STORE_-1206984751', u'INDIRECT_-1206981443'), ('const-1', u'PTRADD_-1206981429'), (u'MULTIEQUAL_-1206982604', u'MULTIEQUAL_-1206982556'), (u'LOAD_-1206984523', u'PTRSUB_-1206981245'), (u'PTRSUB_-1206981673', u'PTRSUB_-1206981592'), (u'PTRADD_-1206985132', u'PTRADD_-1206981339'), ('const-1', u'PTRADD_-1206984873'), ('const-6', u'INT_RIGHT_-1206985021'), ('const-0', u'PTRSUB_-1206981392'), (u'PTRSUB_-1206980701', u'LOAD_-1206983625'), ('const-2', u'INT_AND_-1206985397'), ('const-28', u'PTRSUB_-1206981592'), (u'LOAD_-1206984416', u'INT_NOTEQUAL_-1206984400'), (u'MULTIEQUAL_-1206981011', u'MULTIEQUAL_-1206980733'), (u'INT_SUB_-1206985230', u'INT_SUB_-1206985225'), (u'CALL_-1206983081', u'INDIRECT_-1206980841'), (u'LOAD_-1206983721', u'MULTIEQUAL_-1206981236'), (u'MULTIEQUAL_-1206982604', u'MULTIEQUAL_-1206982231'), (u'COPY_-1206980617', u'CALL_-1206982723'), (u'INT_NOTEQUAL_-1206983259', u'CBRANCH_-1206983258'), (u'MULTIEQUAL_-1206982135', u'PTRADD_-1206980728'), ('const-417', u'STORE_-1206981272'), (u'LOAD_-1206983372', u'CALLIND_-1206983323'), ('const-0', u'PTRSUB_-1206981397'), ('const-0', u'STORE_-1206981381'), (u'MULTIEQUAL_-1206980763', u'MULTIEQUAL_-1206980563'), ('const-8', u'PTRADD_-1206981412'), (u'MULTIEQUAL_-1206982275', u'MULTIEQUAL_-1206982262'), (u'PTRADD_-1206980880', u'MULTIEQUAL_-1206982589'), (u'CALLIND_-1206983323', u'INDIRECT_-1206981032'), (u'LOAD_-1206984268', u'PTRADD_-1206981024'), (u'PTRSUB_-1206980654', u'LOAD_-1206983601'), ('const-1', u'PTRADD_-1206981412'), (u'LOAD_-1206984263', u'INT_EQUAL_-1206984242'), ('const-1', u'PTRADD_-1206980967'), (u'MULTIEQUAL_-1206981049', u'MULTIEQUAL_-1206981059'), (u'PTRSUB_-1206981245', u'PTRSUB_-1206981178'), ('const-92', u'CALL_-1206983081'), ('const-417', u'LOAD_-1206983335'), (u'LOAD_-1206985392', u'SUBPIECE_-1206981526'), (u'CAST_-1206981020', u'INT_ADD_-1206981286'), ('const-417', u'LOAD_-1206984900'), (u'CAST_-1206980895', u'PTRSUB_-1206981106'), (u'PTRSUB_-1206980689', u'PTRSUB_-1206980654'), ('const-0', u'STORE_-1206981270'), ('const-0', u'PTRSUB_-1206980768'), ('const-417', u'STORE_-1206981503'), (u'INDIRECT_-1206981237', u'MULTIEQUAL_-1206981254'), (u'CALLIND_-1206984207', u'INDIRECT_-1206981404'), (u'PTRSUB_-1206980745', u'LOAD_-1206983549'), (u'MULTIEQUAL_-1206982103', u'COPY_-1206980594'), ('const-0', u'STORE_-1206981501'), (u'INT_SLESS_-1206985322', u'CBRANCH_-1206985322'), (u'LOAD_-1206983531', u'MULTIEQUAL_-1206982277'), ('const-417', u'STORE_-1206981502'), ('const-1', u'COPY_-1206983544'), (u'LOAD_-1206983327', u'CALL_-1206983307'), (u'INDIRECT_-1206980675', u'COPY_-1206980717'), ('const-48', u'PTRADD_-1206981214'), (u'MULTIEQUAL_-1206982301', u'COPY_-1206980811'), ('const-30', u'PTRADD_-1206981307'), (u'PTRSUB_-1206981601', u'CAST_-1206981372'), (u'PTRSUB_-1206981300', u'LOAD_-1206984786'), ('const-0', u'STORE_-1206981257'), ('const-28', u'PTRSUB_-1206980609'), ('const-1', u'RETURN_-1206982636'), ('const-18', u'PTRADD_-1206981363'), ('const-13', u'PTRADD_-1206981395'), (u'PTRSUB_-1206981229', u'LOAD_-1206984458'), (u'MULTIEQUAL_-1206981690', u'MULTIEQUAL_-1206981234'), ('const-0', u'STORE_-1206981397'), ('const-0', u'STORE_-1206981367'), ('const-0', u'PTRSUB_-1206981650'), ('tmp_4477', u'PTRSUB_-1206981030'), (u'MULTIEQUAL_-1206982650', u'MULTIEQUAL_-1206982282'), (u'PTRADD_-1206981396', u'STORE_-1206985091'), (u'COPY_-1206983134', u'MULTIEQUAL_-1206982182'), (u'PTRSUB_-1206980797', u'PTRSUB_-1206980754'), (u'LOAD_-1206985347', u'INT_ADD_-1206985258'), ('const-0', u'PTRSUB_-1206980797'), ('const-0', u'INT_SLESS_-1206985231'), ('const-56', u'PTRADD_-1206981184'), ('tmp_4477', u'PTRSUB_-1206980734'), (u'INT_OR_-1206985020', u'MULTIEQUAL_-1206982929'), ('const-417', u'STORE_-1206981344'), (u'PTRADD_-1206980967', u'MULTIEQUAL_-1206982301'), (u'PTRSUB_-1206980609', u'LOAD_-1206983406'), ('const-1', u'PTRADD_-1206981308'), ('const-4', u'PTRADD_-1206981024'), (u'MULTIEQUAL_-1206981025', u'MULTIEQUAL_-1206980931'), (u'PTRADD_-1206985132', u'PTRADD_-1206981362'), ('tmp_1370', u'CBRANCH_-1206984666'), (u'MULTIEQUAL_-1206981059', u'MULTIEQUAL_-1206981049'), (u'INT_SUB_-1206985225', u'CAST_-1206981360'), ('tmp_4478', u'PTRSUB_-1206981592'), ('const-8', u'PTRSUB_-1206981601'), ('tmp_4477', u'PTRSUB_-1206981650'), ('const-1', u'PTRADD_-1206981364'), (u'PTRSUB_-1206981188', u'LOAD_-1206983721'), ('const-417', u'STORE_-1206985091'), (u'PTRADD_-1206981320', u'STORE_-1206981379'), (u'PTRSUB_-1206981392', u'PTRSUB_-1206981321'), (u'MULTIEQUAL_-1206982458', u'MULTIEQUAL_-1206982471'), (u'MULTIEQUAL_-1206982087', u'MULTIEQUAL_-1206982077'), (u'LOAD_-1206983721', u'INT_EQUAL_-1206983702'), ('tmp_4228', u'CBRANCH_-1206983267'), (u'PTRADD_-1206981309', u'STORE_-1206984943'), ('const-26', u'PTRADD_-1206981321'), (u'LOAD_-1206984869', u'INT_EQUAL_-1206984850'), ('const-417', u'LOAD_-1206984306'), ('const-36', u'PTRSUB_-1206980861'), ('tmp_3519', u'CBRANCH_-1206983351'), ('const-10', u'PTRADD_-1206981410'), (u'PTRADD_-1206981214', u'STORE_-1206984774'), ('const-1', u'PTRADD_-1206981288'), (u'INT_ADD_-1206985086', u'INT_RIGHT_-1206985021'), (u'LOAD_-1206983396', u'INT_EQUAL_-1206983381'), ('const-60', u'PTRADD_-1206981168'), (u'PTRSUB_-1206980802', u'PTRSUB_-1206980781'), (u'INT_RIGHT_-1206985021', u'INT_OR_-1206985020'), (u'MULTIEQUAL_-1206982484', u'PTRADD_-1206981165'), (u'INT_EQUAL_-1206984613', u'CBRANCH_-1206984612'), (u'PTRSUB_-1206980932', u'PTRSUB_-1206980882'), ('const-417', u'STORE_-1206984751'), (u'CALLIND_-1206983525', u'INDIRECT_-1206981016'), ('const-1', u'PTRADD_-1206981426'), ('const-0', u'STORE_-1206984751'), (u'PTRADD_-1206981338', u'STORE_-1206981397'), (u'PTRSUB_-1206980946', u'LOAD_-1206983531')]
[(u'MULTIEQUAL_-1206981030', u'MULTIEQUAL_-1206980830'), (u'PTRADD_-1206981435', u'STORE_-1206984774'), ('const-417', u'LOAD_-1206983782'), (u'LOAD_-1206984306', u'CALLIND_-1206984296'), (u'CALLIND_-1206984207', u'MULTIEQUAL_-1206981280'), (u'LOAD_-1206983601', u'INT_EQUAL_-1206983586'), (u'INT_LESS_-1206985250', u'INT_ZEXT_-1206985236'), (u'LOAD_-1206985430', u'INT_AND_-1206985346'), (u'CAST_-1206981377', u'INT_EQUAL_-1206984567'), (u'LOAD_-1206984416', u'CAST_-1206981179'), ('const-44', u'INT_ADD_-1206984879'), ('const-2', u'PTRADD_-1206981598'), (u'MULTIEQUAL_-1206981023', u'MULTIEQUAL_-1206980999'), (u'STORE_-1206984970', u'INDIRECT_-1206981609'), (u'CALL_-1206984171', u'INDIRECT_-1206981505'), ('tmp_3312', u'CBRANCH_-1206983422'), ('const-4', u'PTRADD_-1206980775'), (u'COPY_-1206980923', u'MULTIEQUAL_-1206982069'), ('const-12', u'PTRADD_-1206981012'), ('const-417', u'LOAD_-1206983305'), (u'COPY_-1206984669', u'MULTIEQUAL_-1206982846'), (u'MULTIEQUAL_-1206982515', u'LOAD_-1206984272'), (u'CAST_-1206981347', u'INT_SUB_-1206984724'), ('const-417', u'LOAD_-1206984421'), ('tmp_3744', u'CBRANCH_-1206983377'), (u'CAST_-1206980648', u'LOAD_-1206983406'), ('const-404', u'INT_ADD_-1206984502'), (u'LOAD_-1206983574', u'INT_EQUAL_-1206983553'), (u'CAST_-1206981236', u'LOAD_-1206984518'), (u'MULTIEQUAL_-1206982634', u'LOAD_-1206984146'), ('const-9', u'PTRADD_-1206981445'), (u'LOAD_-1206983782', u'CAST_-1206980824'), (u'PTRADD_-1206981388', u'STORE_-1206984661'), (u'MULTIEQUAL_-1206981093', u'MULTIEQUAL_-1206981138'), (u'MULTIEQUAL_-1206982516', u'MULTIEQUAL_-1206982274'), (u'CAST_-1206981021', u'MULTIEQUAL_-1206982243'), ('const-4', u'PTRADD_-1206981427'), ('const-4294967264', u'PTRSUB_-1206980872'), (u'PTRADD_-1206981673', u'LOAD_-1206985347'), ('const-6', u'PTRADD_-1206981533'), ('const-4', u'PTRADD_-1206980783'), (u'CALLIND_-1206984296', u'INT_NOTEQUAL_-1206984272'), ('const-417', u'STORE_-1206984970'), (u'CAST_-1206981381', u'PTRADD_-1206981441'), (u'INDIRECT_-1206981060', u'MULTIEQUAL_-1206981138'), (u'INT_ADD_-1206985283', u'CAST_-1206981581'), (u'MULTIEQUAL_-1206982380', u'MULTIEQUAL_-1206982394'), (u'LOAD_-1206983817', u'CAST_-1206980842'), (u'INT_EQUAL_-1206983641', u'CBRANCH_-1206983637'), (u'MULTIEQUAL_-1206981292', u'MULTIEQUAL_-1206981278'), (u'PTRADD_-1206980997', u'LOAD_-1206983305'), ('const-4294967295', u'PTRADD_-1206981255'), ('const-92', u'CALL_-1206983081'), ('const-417', u'STORE_-1206985002'), ('const-24', u'PTRADD_-1206981480'), ('const-4', u'PTRADD_-1206981076'), (u'INT_EQUAL_-1206984850', u'CBRANCH_-1206984848'), (u'CAST_-1206981549', u'PTRADD_-1206981407'), (u'MULTIEQUAL_-1206982205', u'PTRADD_-1206980783'), ('const-4', u'PTRADD_-1206980805'), (u'INT_SUB_-1206985230', u'INT_SBORROW_-1206985224'), (u'MULTIEQUAL_-1206982587', u'MULTIEQUAL_-1206982286'), (u'PTRADD_-1206981427', u'STORE_-1206984764'), (u'PTRADD_-1206980917', u'LOAD_-1206983852'), ('const-559024', u'PTRSUB_-1206981021'), (u'CAST_-1206980723', u'LOAD_-1206983579'), ('const-16', u'PTRADD_-1206981214'), (u'MULTIEQUAL_-1206982322', u'PTRADD_-1206980990'), ('tmp_2617', u'CBRANCH_-1206983606'), ('const-1', u'RETURN_-1206983076'), (u'INT_EQUAL_-1206983553', u'CBRANCH_-1206983550'), ('const-417', u'LOAD_-1206984631'), (u'LOAD_-1206984912', u'CAST_-1206981435'), (u'LOAD_-1206983497', u'CAST_-1206980722'), ('const-2810059', u'COPY_-1206980710'), ('const-1', u'INT_ADD_-1206983572'), (u'COPY_-1206981011', u'MULTIEQUAL_-1206982346'), (u'INDIRECT_-1206981458', u'MULTIEQUAL_-1206981371'), (u'PTRADD_-1206981669', u'LOAD_-1206985341'), (u'CAST_-1206981549', u'MULTIEQUAL_-1206982640'), (u'CAST_-1206981183', u'MULTIEQUAL_-1206982515'), ('const-559024', u'PTRSUB_-1206981523'), (u'MULTIEQUAL_-1206981093', u'MULTIEQUAL_-1206981103'), ('const-0', u'PTRSUB_-1206981203'), ('tmp_3651', u'CBRANCH_-1206983509'), (u'CAST_-1206980828', u'MULTIEQUAL_-1206982195'), (u'CAST_-1206981107', u'CALLIND_-1206984296'), (u'MULTIEQUAL_-1206982601', u'COPY_-1206981280'), (u'CALL_-1206982841', u'INDIRECT_-1206980719'), (u'LOAD_-1206983625', u'INT_EQUAL_-1206983607'), (u'MULTIEQUAL_-1206982205', u'MULTIEQUAL_-1206982195'), (u'INDIRECT_-1206981281', u'MULTIEQUAL_-1206980777'), ('const-4', u'PTRADD_-1206980986'), (u'MULTIEQUAL_-1206982132', u'MULTIEQUAL_-1206982122'), (u'INDIRECT_-1206980785', u'COPY_-1206980835'), ('const-44', u'INT_ADD_-1206983360'), ('const-0', u'RETURN_-1206983345'), (u'CALL_-1206983130', u'INDIRECT_-1206980626'), (u'INDIRECT_-1206980686', u'COPY_-1206980734'), ('const-2720365', u'COPY_-1206980689'), (u'MULTIEQUAL_-1206982307', u'MULTIEQUAL_-1206982320'), ('const-4', u'PTRADD_-1206981718'), (u'MULTIEQUAL_-1206981093', u'MULTIEQUAL_-1206980885'), (u'LOAD_-1206983579', u'INT_ADD_-1206983558'), (u'CAST_-1206981025', u'LOAD_-1206983531'), ('const-11', u'PTRADD_-1206980794'), ('const-417', u'LOAD_-1206983420'), ('const-2741105', u'COPY_-1206980631'), ('const-0', u'COPY_-1206984811'), (u'PTRADD_-1206980845', u'LOAD_-1206983443'), ('const-12', u'PTRADD_-1206981435'), ('const-417', u'STORE_-1206984730'), (u'STORE_-1206984933', u'INDIRECT_-1206981582'), (u'MULTIEQUAL_-1206982276', u'MULTIEQUAL_-1206982253'), ('const-417', u'LOAD_-1206984607'), ('const-0', u'STORE_-1206985134'), ('const-359', u'CALL_-1206983214'), (u'CAST_-1206981018', u'INT_NOTEQUAL_-1206983510'), ('const-4', u'PTRADD_-1206980845'), (u'COPY_-1206984961', u'MULTIEQUAL_-1206982974'), (u'INT_CARRY_-1206985275', u'INT_ZEXT_-1206985268'), ('const-7', u'PTRADD_-1206980708'), (u'PTRADD_-1206981076', u'LOAD_-1206983526'), (u'CAST_-1206981381', u'LOAD_-1206984781'), ('const-10', u'PTRADD_-1206981453'), (u'LOAD_-1206984315', u'INT_ADD_-1206984290'), (u'CAST_-1206981107', u'LOAD_-1206984315'), ('const-4', u'PTRADD_-1206980817'), ('const-4', u'PTRADD_-1206981407'), (u'LOAD_-1206985265', u'INT_LESS_-1206985250'), (u'LOAD_-1206985341', u'INT_ADD_-1206985178'), (u'MULTIEQUAL_-1206982333', u'PTRADD_-1206981020'), (u'COPY_-1206980742', u'CALL_-1206983214'), ('const-417', u'LOAD_-1206984315'), (u'PTRADD_-1206980913', u'INT_NOTEQUAL_-1206983801'), (u'LOAD_-1206984895', u'CALLIND_-1206982916'), ('tmp_4299', u'BRANCH_-1206982905'), (u'CAST_-1206981573', u'LOAD_-1206985265'), ('const-417', u'STORE_-1206984751'), (u'PTRADD_-1206981417', u'STORE_-1206984751'), (u'MULTIEQUAL_-1206981734', u'MULTIEQUAL_-1206981278'), (u'CAST_-1206980927', u'LOAD_-1206983413'), ('const-4', u'PTRADD_-1206981460'), (u'COPY_-1206984550', u'MULTIEQUAL_-1206982623'), (u'CAST_-1206981549', u'PTRADD_-1206981588'), (u'CALL_-1206983214', u'INDIRECT_-1206980941'), (u'CALL_-1206983081', u'INDIRECT_-1206980686'), ('const-417', u'STORE_-1206985091'), (u'CAST_-1206981549', u'PTRADD_-1206981453'), (u'COPY_-1206980777', u'CALL_-1206983211'), (u'LOAD_-1206983372', u'INT_EQUAL_-1206983351'), (u'INDIRECT_-1206981480', u'MULTIEQUAL_-1206981000'), (u'PTRADD_-1206981189', u'INT_NOTEQUAL_-1206984130'), (u'MULTIEQUAL_-1206982394', u'PTRADD_-1206980986'), (u'CAST_-1206981549', u'PTRADD_-1206981517'), (u'INDIRECT_-1206981574', u'MULTIEQUAL_-1206980777'), (u'PTRADD_-1206981453', u'STORE_-1206984803'), (u'COPY_-1206980649', u'CALL_-1206982723'), ('const-11', u'PTRADD_-1206980889'), ('const-0', u'STORE_-1206984953'), (u'CAST_-1206980722', u'INT_NOTEQUAL_-1206983481'), (u'LOAD_-1206984438', u'CALL_-1206984171'), ('const-0', u'INT_NOTEQUAL_-1206985359'), (u'CAST_-1206981377', u'CAST_-1206981347'), (u'MULTIEQUAL_-1206982575', u'MULTIEQUAL_-1206982274'), ('const-44', u'INT_ADD_-1206984247'), ('const-4', u'PTRADD_-1206981588'), (u'INT_NOTEQUAL_-1206983867', u'CBRANCH_-1206983864'), ('const-4', u'PTRADD_-1206981441'), (u'MULTIEQUAL_-1206982503', u'INT_NOTEQUAL_-1206983681'), (u'MULTIEQUAL_-1206982322', u'LOAD_-1206983320'), (u'MULTIEQUAL_-1206981246', u'MULTIEQUAL_-1206981547'), (u'INT_EQUAL_-1206984503', u'CBRANCH_-1206984496'), (u'LOAD_-1206985392', u'INT_CARRY_-1206985275'), (u'LOAD_-1206985392', u'INT_ADD_-1206985275'), (u'PTRADD_-1206980978', u'CAST_-1206980927'), ('const-417', u'STORE_-1206984953'), (u'CALLIND_-1206983525', u'MULTIEQUAL_-1206982322'), (u'INT_EQUAL_-1206983702', u'CBRANCH_-1206983700'), (u'MULTIEQUAL_-1206981198', u'MULTIEQUAL_-1206981030'), ('const-417', u'STORE_-1206984803'), (u'MULTIEQUAL_-1206982503', u'INT_ADD_-1206984214'), (u'PTRADD_-1206981598', u'STORE_-1206985112'), (u'CALLIND_-1206984296', u'INDIRECT_-1206981281'), (u'CAST_-1206980723', u'LOAD_-1206983381'), ('const-24', u'PTRADD_-1206981048'), (u'LOAD_-1206984631', u'INT_ADD_-1206984591'), ('const-4', u'PTRADD_-1206981525'), (u'INDIRECT_-1206981458', u'MULTIEQUAL_-1206980975'), (u'INT_ADD_-1206985258', u'INT_SBORROW_-1206985228'), (u'CALL_-1206983307', u'INDIRECT_-1206981321'), ('tmp_2655', u'CBRANCH_-1206983579'), (u'LOAD_-1206985392', u'INT_ADD_-1206985086'), (u'LOAD_-1206985392', u'INT_CARRY_-1206985086'), ('const-559024', u'PTRSUB_-1206980812'), ('const-0', u'STORE_-1206985002'), ('const-417', u'LOAD_-1206983531'), (u'LOAD_-1206985430', u'INT_AND_-1206985397'), ('const-352', u'INT_ADD_-1206984461'), (u'MULTIEQUAL_-1206981222', u'MULTIEQUAL_-1206981198'), (u'INDIRECT_-1206980829', u'MULTIEQUAL_-1206981511'), (u'PTRSUB_-1206981065', u'CALL_-1206983307'), (u'LOAD_-1206985398', u'INT_SRIGHT_-1206985143'), (u'CAST_-1206981550', u'LOAD_-1206985196'), (u'MULTIEQUAL_-1206981324', u'MULTIEQUAL_-1206981023'), (u'PTRADD_-1206980913', u'MULTIEQUAL_-1206981701'), (u'MULTIEQUAL_-1206981734', u'MULTIEQUAL_-1206980885'), ('const-4294967295', u'INT_EQUAL_-1206983702'), (u'LOAD_-1206983852', u'CAST_-1206980855'), ('const-2', u'INT_SRIGHT_-1206984692'), (u'PTRADD_-1206981189', u'MULTIEQUAL_-1206982286'), ('const-12', u'PTRADD_-1206981278'), (u'MULTIEQUAL_-1206982846', u'STORE_-1206984661'), (u'MULTIEQUAL_-1206982243', u'COPY_-1206980923'), ('const-1', u'RETURN_-1206983206'), (u'COPY_-1206981197', u'MULTIEQUAL_-1206982542'), ('const-417', u'LOAD_-1206984523'), (u'MULTIEQUAL_-1206982634', u'PTRADD_-1206980935'), (u'MULTIEQUAL_-1206982180', u'PTRADD_-1206980787'), ('const-0', u'PTRSUB_-1206980812'), (u'CALLIND_-1206982916', u'INDIRECT_-1206980829'), ('const-2', u'INT_AND_-1206983387'), (u'MULTIEQUAL_-1206982695', u'MULTIEQUAL_-1206982327'), (u'STORE_-1206984661', u'INDIRECT_-1206981458'), ('const-2741105', u'COPY_-1206980788'), (u'LOAD_-1206983335', u'CALL_-1206983307'), (u'INT_ADD_-1206984247', u'CAST_-1206981082'), (u'MULTIEQUAL_-1206980807', u'MULTIEQUAL_-1206980607'), (u'PTRADD_-1206981020', u'MULTIEQUAL_-1206982346'), ('tmp_7755', u'MULTIEQUAL_-1206981875'), (u'PTRADD_-1206981445', u'LOAD_-1206984792'), (u'PTRADD_-1206981509', u'STORE_-1206984920'), ('tmp_1039', u'CBRANCH_-1206984874'), ('const-2817988', u'COPY_-1206980623'), (u'CALLIND_-1206983323', u'INDIRECT_-1206981076'), ('tmp_11493', u'PTRADD_-1206981445'), ('const-4', u'PTRADD_-1206981012'), ('tmp_2806', u'CBRANCH_-1206983602'), ('const-15', u'PTRADD_-1206981407'), (u'CAST_-1206981435', u'PTRADD_-1206981480'), ('const-4', u'PTRADD_-1206981669'), ('const-4294967264', u'PTRSUB_-1206981335'), ('const-4', u'PTRADD_-1206981417'), ('const-63', u'INT_AND_-1206985100'), ('const-6', u'PTRADD_-1206981673'), ('tmp_11494', u'INT_ADD_-1206985184'), (u'STORE_-1206984943', u'INDIRECT_-1206981590'), (u'LOAD_-1206983320', u'CALL_-1206983307'), ('const-4', u'PTRADD_-1206980883'), (u'INT_OR_-1206985020', u'MULTIEQUAL_-1206982974'), ('const-4', u'PTRADD_-1206981701'), ('const-4', u'PTRADD_-1206981008'), ('const-4', u'PTRADD_-1206981020'), ('const-2741105', u'COPY_-1206980661'), (u'INT_NOTEQUAL_-1206984400', u'CBRANCH_-1206984400'), ('tmp_11493', u'PTRADD_-1206981266'), (u'STORE_-1206985112', u'INDIRECT_-1206981663'), ('tmp_3593', u'BRANCH_-1206983125'), (u'LOAD_-1206983527', u'CAST_-1206980732'), (u'MULTIEQUAL_-1206980881', u'MULTIEQUAL_-1206980870'), ('const-417', u'LOAD_-1206985265'), (u'INT_ADD_-1206985178', u'CAST_-1206981549'), ('const-65280', u'INT_LESS_-1206984982'), ('const-341', u'CALL_-1206982841'), ('tmp_3589', u'CBRANCH_-1206983680'), (u'INT_NOTEQUAL_-1206983354', u'CBRANCH_-1206983351'), (u'INDIRECT_-1206981028', u'MULTIEQUAL_-1206981734'), (u'LOAD_-1206983777', u'CAST_-1206980821'), (u'MULTIEQUAL_-1206980999', u'MULTIEQUAL_-1206981371'), (u'MULTIEQUAL_-1206982148', u'PTRADD_-1206980817'), ('tmp_11493', u'PTRADD_-1206981673'), ('const-417', u'LOAD_-1206983443'), (u'COPY_-1206980689', u'CALL_-1206983081'), (u'INT_AND_-1206985100', u'INT_CARRY_-1206985086'), (u'INT_AND_-1206985100', u'INT_ADD_-1206985086'), (u'INT_ADD_-1206984461', u'CAST_-1206981214'), ('const-1', u'PTRADD_-1206980787'), ('tmp_11493', u'PTRADD_-1206981718'), (u'COPY_-1206980707', u'CALL_-1206982841'), (u'COPY_-1206980788', u'CALL_-1206983211'), (u'INT_ADD_-1206983609', u'CAST_-1206980707'), (u'MULTIEQUAL_-1206981292', u'MULTIEQUAL_-1206981198'), (u'CALLIND_-1206983525', u'INDIRECT_-1206981060'), ('tmp_7752', u'PTRSUB_-1206981335'), (u'LOAD_-1206985196', u'INT_ADD_-1206985178'), (u'STORE_-1206984953', u'INDIRECT_-1206981598'), (u'CALL_-1206983214', u'INDIRECT_-1206980742'), ('const-1', u'PTRADD_-1206981189'), (u'INDIRECT_-1206981458', u'MULTIEQUAL_-1206980662'), (u'INT_EQUAL_-1206984592', u'CBRANCH_-1206984585'), ('const-10', u'PTRADD_-1206981082'), (u'LOAD_-1206985299', u'INT_SBORROW_-1206985228'), ('const-0', u'INT_NOTEQUAL_-1206983393'), (u'MULTIEQUAL_-1206980870', u'MULTIEQUAL_-1206980915'), ('const-0', u'INT_EQUAL_-1206985411'), (u'MULTIEQUAL_-1206982122', u'INT_ADD_-1206983572'), (u'INT_EQUAL_-1206984242', u'CBRANCH_-1206984239'), ('tmp_11493', u'PTRADD_-1206980809'), ('const-2817928', u'COPY_-1206980739'), ('const-1', u'INT_ADD_-1206984214'), ('const-8', u'PTRADD_-1206980805'), ('const-417', u'LOAD_-1206984869'), (u'INT_EQUAL_-1206983269', u'CBRANCH_-1206983267'), ('const-0', u'STORE_-1206984970'), (u'CAST_-1206981381', u'MULTIEQUAL_-1206982695'), (u'CAST_-1206981082', u'LOAD_-1206984263'), ('const-417', u'LOAD_-1206985299'), (u'MULTIEQUAL_-1206980881', u'MULTIEQUAL_-1206980807'), (u'PTRADD_-1206981407', u'STORE_-1206984730'), ('const-2817900', u'COPY_-1206981203'), (u'COPY_-1206980710', u'CALL_-1206982841'), (u'MULTIEQUAL_-1206982529', u'COPY_-1206981197'), ('const-5', u'PTRADD_-1206981544'), (u'INT_SUB_-1206984724', u'INT_SRIGHT_-1206984692'), ('tmp_11494', u'INT_ADD_-1206985283'), (u'INDIRECT_-1206981281', u'MULTIEQUAL_-1206981298'), ('tmp_2454', u'CBRANCH_-1206983799'), (u'COPY_-1206980803', u'MULTIEQUAL_-1206982158'), ('const-16', u'PTRADD_-1206981460'), ('const-417', u'LOAD_-1206983376'), (u'CAST_-1206980930', u'PTRADD_-1206980978'), ('const-417', u'LOAD_-1206985196'), (u'PTRADD_-1206981501', u'LOAD_-1206984912'), (u'MULTIEQUAL_-1206982516', u'MULTIEQUAL_-1206982503'), (u'MULTIEQUAL_-1206982542', u'MULTIEQUAL_-1206982300'), (u'MULTIEQUAL_-1206982253', u'COPY_-1206980912'), ('const-44', u'INT_ADD_-1206983356'), (u'COPY_-1206980830', u'MULTIEQUAL_-1206982069'), ('const-4', u'PTRADD_-1206980990'), ('const-8', u'PTRADD_-1206981517'), (u'PTRADD_-1206980775', u'LOAD_-1206983656'), (u'LOAD_-1206983376', u'MULTIEQUAL_-1206982155'), (u'MULTIEQUAL_-1206981055', u'MULTIEQUAL_-1206980777'), (u'LOAD_-1206984895', u'INT_EQUAL_-1206984876'), ('const-417', u'STORE_-1206985134'), (u'PTRADD_-1206980935', u'MULTIEQUAL_-1206982634'), (u'MULTIEQUAL_-1206981734', u'MULTIEQUAL_-1206981198'), (u'INDIRECT_-1206981122', u'MULTIEQUAL_-1206981069'), (u'CAST_-1206980828', u'PTRADD_-1206980883'), (u'INDIRECT_-1206981458', u'MULTIEQUAL_-1206981055'), ('const-4', u'PTRADD_-1206980935'), ('tmp_1584', u'CBRANCH_-1206984496'), (u'CAST_-1206980792', u'LOAD_-1206983376'), (u'INT_AND_-1206985346', u'INT_NOTEQUAL_-1206985359'), ('const-4', u'PTRADD_-1206981563'), ('const-24', u'PTRADD_-1206981238'), (u'COPY_-1206980661', u'CALL_-1206982723'), (u'CAST_-1206981549', u'PTRADD_-1206981388'), (u'LOAD_-1206983381', u'INT_ADD_-1206983360'), (u'PTRADD_-1206980817', u'MULTIEQUAL_-1206982158'), (u'CAST_-1206981549', u'PTRADD_-1206981525'), (u'MULTIEQUAL_-1206981371', u'MULTIEQUAL_-1206981324'), (u'MULTIEQUAL_-1206981547', u'MULTIEQUAL_-1206981475'), (u'INT_NOTEQUAL_-1206983761', u'CBRANCH_-1206983760'), ('const-4', u'PTRADD_-1206981453'), ('const-0', u'STORE_-1206984764'), (u'LOAD_-1206984146', u'CAST_-1206981111'), (u'INT_AND_-1206983387', u'INT_NOTEQUAL_-1206983400'), (u'LOAD_-1206983787', u'CAST_-1206980828'), ('const-417', u'LOAD_-1206984416'), (u'MULTIEQUAL_-1206982148', u'COPY_-1206980844'), ('const-16', u'INT_ADD_-1206985184'), (u'PTRADD_-1206981255', u'LOAD_-1206984421'), ('tmp_3793', u'CBRANCH_-1206983348'), (u'PTRADD_-1206981441', u'LOAD_-1206984786'), (u'PTRADD_-1206980935', u'INT_NOTEQUAL_-1206983867'), (u'CAST_-1206980821', u'INT_NOTEQUAL_-1206983761'), ('const-417', u'LOAD_-1206983574'), ('const-417', u'LOAD_-1206984331'), ('const-8', u'INT_ADD_-1206984615'), (u'INT_NOTEQUAL_-1206985359', u'CBRANCH_-1206985359'), ('tmp_936', u'CBRANCH_-1206984958'), ('const-0', u'INT_EQUAL_-1206983607'), ('const-3', u'PTRADD_-1206981588'), ('const-417', u'LOAD_-1206983852'), (u'PTRADD_-1206980787', u'MULTIEQUAL_-1206982180'), (u'INT_ADD_-1206985258', u'INT_SUB_-1206985230'), ('const-0', u'STORE_-1206984943'), (u'MULTIEQUAL_-1206981266', u'MULTIEQUAL_-1206981252'), ('const-417', u'LOAD_-1206984306'), (u'MULTIEQUAL_-1206980807', u'COPY_-1206980879'), (u'INT_ADD_-1206984290', u'CAST_-1206981098'), (u'INT_CARRY_-1206985086', u'INT_ZEXT_-1206985069'), ('tmp_214', u'CBRANCH_-1206985359'), (u'INT_ADD_-1206984615', u'CAST_-1206981306'), (u'MULTIEQUAL_-1206982640', u'MULTIEQUAL_-1206982587'), (u'LOAD_-1206985398', u'CALL_-1206982723'), (u'MULTIEQUAL_-1206981023', u'MULTIEQUAL_-1206981324'), (u'MULTIEQUAL_-1206982286', u'MULTIEQUAL_-1206982587'), (u'MULTIEQUAL_-1206982122', u'MULTIEQUAL_-1206982132'), (u'INT_SRIGHT_-1206985143', u'INT_AND_-1206985100'), (u'MULTIEQUAL_-1206982503', u'MULTIEQUAL_-1206982516'), (u'MULTIEQUAL_-1206982634', u'PTRADD_-1206981255'), (u'MULTIEQUAL_-1206981055', u'MULTIEQUAL_-1206981108'), (u'LOAD_-1206983542', u'CALL_-1206983529'), ('tmp_11494', u'INT_ADD_-1206985249'), (u'MULTIEQUAL_-1206981371', u'MULTIEQUAL_-1206980999'), (u'INT_EQUAL_-1206983424', u'CBRANCH_-1206983422'), (u'INT_SUB_-1206985225', u'CAST_-1206981569'), (u'CALLIND_-1206984207', u'INDIRECT_-1206981249'), (u'LOAD_-1206983288', u'INT_EQUAL_-1206983269'), ('const-417', u'LOAD_-1206983396'), ('tmp_11493', u'PTRADD_-1206981697'), (u'LOAD_-1206983536', u'CAST_-1206981025'), ('const-4', u'PTRADD_-1206980809'), (u'CAST_-1206981425', u'LOAD_-1206984895'), (u'MULTIEQUAL_-1206982155', u'CALLIND_-1206983525'), (u'INT_NOTEQUAL_-1206983393', u'CBRANCH_-1206983391'), ('const-13', u'PTRADD_-1206981501'), ('const-1', u'INT_EQUAL_-1206984503'), (u'INT_ZEXT_-1206985236', u'INT_SUB_-1206985225'), (u'MULTIEQUAL_-1206982320', u'MULTIEQUAL_-1206982307'), (u'PTRADD_-1206980990', u'MULTIEQUAL_-1206982243'), ('const-4163', u'CALL_-1206983211'), (u'INDIRECT_-1206980719', u'COPY_-1206980761'), (u'CALL_-1206983529', u'INDIRECT_-1206980927'), ('const-417', u'LOAD_-1206984272'), (u'MULTIEQUAL_-1206982250', u'MULTIEQUAL_-1206982227'), (u'LOAD_-1206983406', u'INT_AND_-1206983380'), (u'PTRADD_-1206981082', u'LOAD_-1206983536'), (u'INT_ADD_-1206983585', u'CAST_-1206980695'), (u'INT_ADD_-1206984502', u'CAST_-1206981236'), ('const-10', u'PTRADD_-1206980997'), (u'LOAD_-1206985347', u'INT_SLESS_-1206985322'), (u'INT_ADD_-1206983360', u'CAST_-1206980792'), (u'LOAD_-1206984523', u'INT_ADD_-1206984461'), (u'MULTIEQUAL_-1206981069', u'MULTIEQUAL_-1206980975'), ('const-4', u'PTRADD_-1206980889'), (u'STORE_-1206985134', u'INDIRECT_-1206981674'), (u'MULTIEQUAL_-1206982346', u'MULTIEQUAL_-1206982253'), (u'INT_NOTEQUAL_-1206984130', u'CBRANCH_-1206984130'), (u'LOAD_-1206983549', u'CALL_-1206983529'), (u'COPY_-1206980623', u'CALL_-1206983130'), (u'MULTIEQUAL_-1206982262', u'MULTIEQUAL_-1206982640'), (u'MULTIEQUAL_-1206982307', u'INT_ADD_-1206983350'), (u'PTRADD_-1206981563', u'STORE_-1206985002'), ('tmp_148', u'CBRANCH_-1206985410'), ('tmp_4112', u'CBRANCH_-1206983258'), ('const-417', u'LOAD_-1206985398'), (u'CALL_-1206984171', u'INDIRECT_-1206981306'), ('const-4', u'PTRADD_-1206981388'), ('tmp_11493', u'PTRADD_-1206980708'), ('const-417', u'STORE_-1206984764'), ('const-6', u'INT_RIGHT_-1206985021'), ('const-4', u'PTRADD_-1206980903'), (u'INT_ADD_-1206985059', u'INT_MULT_-1206985017'), (u'STORE_-1206984764', u'INDIRECT_-1206981497'), ('const-4', u'PTRADD_-1206981701'), (u'MULTIEQUAL_-1206982903', u'STORE_-1206984803'), (u'INT_NOTEQUAL_-1206983510', u'CBRANCH_-1206983509'), (u'COPY_-1206981020', u'MULTIEQUAL_-1206982333'), ('tmp_1141', u'CBRANCH_-1206984808'), ('const-417', u'LOAD_-1206985430'), ('const-4', u'PTRADD_-1206981697'), (u'CAST_-1206981087', u'CALL_-1206984171'), ('const-4', u'INT_AND_-1206983380'), (u'COPY_-1206981218', u'MULTIEQUAL_-1206982529'), ('const-0', u'INT_EQUAL_-1206983586'), (u'CAST_-1206980723', u'CALLIND_-1206983525'), ('const-4', u'PTRADD_-1206980978'), (u'CAST_-1206981218', u'MULTIEQUAL_-1206982634'), (u'CAST_-1206981373', u'CAST_-1206981346'), (u'LOAD_-1206983721', u'MULTIEQUAL_-1206981280'), ('const-7', u'PTRADD_-1206981718'), (u'INT_ZEXT_-1206985268', u'INT_ADD_-1206985258'), (u'CAST_-1206981346', u'INT_SUB_-1206984724'), (u'CAST_-1206980842', u'INT_NOTEQUAL_-1206983801'), (u'INT_SBORROW_-1206985224', u'INT_NOTEQUAL_-1206985234'), ('const-17', u'INT_EQUAL_-1206983641'), ('const-417', u'LOAD_-1206984458'), (u'PTRADD_-1206980903', u'LOAD_-1206983817'), (u'PTRADD_-1206981460', u'COPY_-1206981087'), (u'CALL_-1206983211', u'INDIRECT_-1206980785'), ('const-0', u'STORE_-1206985091'), (u'INDIRECT_-1206981281', u'MULTIEQUAL_-1206981266'), (u'COPY_-1206981280', u'MULTIEQUAL_-1206982529'), (u'INT_ADD_-1206984214', u'MULTIEQUAL_-1206982516'), (u'INDIRECT_-1206980927', u'MULTIEQUAL_-1206980881'), (u'CAST_-1206981569', u'INT_SLESS_-1206985231'), (u'MULTIEQUAL_-1206982915', u'MULTIEQUAL_-1206982903'), ('const-417', u'LOAD_-1206983288'), ('const-1', u'PTRADD_-1206980913'), (u'CAST_-1206981306', u'LOAD_-1206984631'), ('const-4', u'PTRADD_-1206980917'), ('const-0', u'COPY_-1206984961'), ('tmp_7752', u'PTRSUB_-1206981065'), (u'PTRADD_-1206980889', u'LOAD_-1206983787'), (u'INT_NOTEQUAL_-1206983681', u'CBRANCH_-1206983680'), ('const-4', u'PTRADD_-1206981266'), (u'CAST_-1206981435', u'LOAD_-1206984900'), ('const-4', u'PTRADD_-1206981609'), (u'MULTIEQUAL_-1206982180', u'LOAD_-1206983542'), (u'COPY_-1206983544', u'MULTIEQUAL_-1206982227'), (u'MULTIEQUAL_-1206981701', u'LOAD_-1206984523'), (u'INT_EQUAL_-1206984567', u'CBRANCH_-1206984566'), ('const-417', u'STORE_-1206985180'), (u'MULTIEQUAL_-1206981734', u'MULTIEQUAL_-1206981594'), ('const-417', u'LOAD_-1206984146'), ('const-2817928', u'COPY_-1206980707'), ('tmp_11493', u'COPY_-1206980830'), (u'LOAD_-1206984272', u'CAST_-1206981087'), (u'CAST_-1206981549', u'PTRADD_-1206981533'), ('const-4', u'PTRADD_-1206980971'), ('const-24', u'PTRADD_-1206980845'), (u'CAST_-1206981549', u'PTRADD_-1206981435'), (u'LOAD_-1206984421', u'CAST_-1206981183'), ('const-111', u'CALL_-1206982723'), ('const-4', u'PTRADD_-1206981082'), ('const-4', u'PTRADD_-1206981435'), ('const-7', u'PTRADD_-1206981525'), ('const-12', u'INT_ADD_-1206985283'), ('const-4', u'INT_ADD_-1206984468'), ('tmp_1478', u'CBRANCH_-1206984585'), ('const-4', u'PTRADD_-1206981278'), (u'LOAD_-1206984523', u'INT_ADD_-1206984468'), (u'INT_SRIGHT_-1206984692', u'INT_LESS_-1206984659'), ('const-1', u'RETURN_-1206983209'), (u'MULTIEQUAL_-1206981701', u'PTRADD_-1206980913'), (u'MULTIEQUAL_-1206982300', u'MULTIEQUAL_-1206982601'), (u'PTRADD_-1206981238', u'LOAD_-1206983721'), (u'PTRSUB_-1206981021', u'INT_EQUAL_-1206983351'), (u'INDIRECT_-1206981480', u'MULTIEQUAL_-1206981341'), ('const-0', u'STORE_-1206985180'), (u'COPY_-1206981087', u'MULTIEQUAL_-1206982333'), (u'MULTIEQUAL_-1206980870', u'MULTIEQUAL_-1206980662'), ('const-0', u'STORE_-1206984730'), (u'MULTIEQUAL_-1206981594', u'MULTIEQUAL_-1206981222'), (u'INDIRECT_-1206981574', u'MULTIEQUAL_-1206981511'), (u'STORE_-1206985091', u'INDIRECT_-1206981653'), (u'CALLIND_-1206983323', u'MULTIEQUAL_-1206982514'), (u'CAST_-1206981549', u'PTRADD_-1206981563'), ('const-417', u'LOAD_-1206983527'), ('const-4', u'PTRADD_-1206981598'), (u'CAST_-1206981549', u'PTRADD_-1206981598'), (u'CALL_-1206982841', u'INDIRECT_-1206980918'), ('tmp_1508', u'CBRANCH_-1206984566'), (u'CAST_-1206981549', u'PTRADD_-1206981427'), (u'CAST_-1206981098', u'LOAD_-1206984306'), (u'COPY_-1206983544', u'MULTIEQUAL_-1206982307'), (u'LOAD_-1206983413', u'INT_AND_-1206983387'), (u'PTRSUB_-1206981203', u'INT_EQUAL_-1206984242'), (u'INT_ADD_-1206985184', u'CAST_-1206981550'), (u'MULTIEQUAL_-1206982180', u'LOAD_-1206983661'), ('const-0', u'INT_NOTEQUAL_-1206984272'), (u'MULTIEQUAL_-1206982515', u'PTRADD_-1206981189'), ('const-417', u'STORE_-1206984933'), (u'CAST_-1206981179', u'INT_NOTEQUAL_-1206984400'), ('const-417', u'LOAD_-1206983320'), (u'CAST_-1206981549', u'PTRADD_-1206981417'), (u'CALL_-1206984118', u'INDIRECT_-1206981401'), ('const-67108864', u'INT_MULT_-1206985017'), (u'PTRADD_-1206981588', u'STORE_-1206985091'), (u'INT_NOTEQUAL_-1206985224', u'CBRANCH_-1206985230'), ('tmp_455', u'CBRANCH_-1206985230'), (u'CAST_-1206980723', u'PTRADD_-1206980845'), ('const-4948', u'CALL_-1206984118'), ('const-5', u'PTRADD_-1206981669'), ('const-2818168', u'COPY_-1206980674'), (u'PTRADD_-1206981266', u'LOAD_-1206984438'), ('const-1', u'PTRADD_-1206981076'), ('const-1', u'PTRADD_-1206980783'), ('tmp_11493', u'PTRADD_-1206981278'), (u'CALLIND_-1206984207', u'INDIRECT_-1206981448'), (u'LOAD_-1206984458', u'CALL_-1206984171'), (u'CALL_-1206983130', u'INDIRECT_-1206980825'), (u'INT_NOTEQUAL_-1206983603', u'CBRANCH_-1206983602'), (u'LOAD_-1206983420', u'CAST_-1206980930'), (u'LOAD_-1206983443', u'INT_EQUAL_-1206983424'), (u'CAST_-1206980707', u'LOAD_-1206983625'), (u'COPY_-1206980739', u'CALL_-1206983214'), (u'INDIRECT_-1206981480', u'MULTIEQUAL_-1206981488'), ('const-4', u'PTRADD_-1206981445'), ('const-4', u'PTRADD_-1206980913'), (u'INT_AND_-1206985397', u'INT_EQUAL_-1206985411'), (u'LOAD_-1206984518', u'INT_EQUAL_-1206984503'), (u'MULTIEQUAL_-1206982327', u'PTRADD_-1206980903'), (u'INT_SLESS_-1206985231', u'INT_NOTEQUAL_-1206985224'), (u'STORE_-1206984730', u'INDIRECT_-1206981477'), ('tmp_11493', u'PTRADD_-1206981008'), (u'PTRADD_-1206981460', u'MULTIEQUAL_-1206982649'), (u'CALL_-1206983529', u'INDIRECT_-1206981126'), ('tmp_2528', u'BRANCH_-1206983738'), ('const-13', u'PTRADD_-1206981427'), (u'MULTIEQUAL_-1206982158', u'COPY_-1206980835'), (u'MULTIEQUAL_-1206982974', u'STORE_-1206984933'), ('const-4', u'PTRADD_-1206981255'), (u'COPY_-1206980674', u'CALL_-1206983081'), (u'PTRADD_-1206980883', u'LOAD_-1206983777'), ('const-20', u'PTRADD_-1206980775'), ('tmp_2775', u'BRANCH_-1206983514'), (u'MULTIEQUAL_-1206980870', u'MULTIEQUAL_-1206980777'), ('const-1', u'PTRADD_-1206981441'), (u'CAST_-1206981581', u'LOAD_-1206985299'), (u'CAST_-1206981549', u'MULTIEQUAL_-1206982243'), (u'CAST_-1206981087', u'PTRADD_-1206981238'), (u'PTRADD_-1206980783', u'LOAD_-1206983497'), ('const-1', u'PTRADD_-1206980903'), ('const-2810059', u'COPY_-1206981206'), ('tmp_2342', u'CBRANCH_-1206983864'), ('const-417', u'LOAD_-1206984268'), (u'MULTIEQUAL_-1206980999', u'MULTIEQUAL_-1206980975'), (u'CAST_-1206980930', u'PTRADD_-1206981048'), ('const-417', u'LOAD_-1206985341'), ('const-12', u'PTRADD_-1206980809'), ('const-8', u'INT_ADD_-1206983609'), ('tmp_3023', u'CBRANCH_-1206983480'), (u'MULTIEQUAL_-1206981488', u'MULTIEQUAL_-1206981475'), (u'INDIRECT_-1206980742', u'COPY_-1206980795'), (u'COPY_-1206984811', u'MULTIEQUAL_-1206982903'), ('const-417', u'STORE_-1206984774'), ('const-17', u'INT_EQUAL_-1206983381'), ('const-1', u'RETURN_-1206982836'), ('const-4294967295', u'INT_EQUAL_-1206983269'), (u'INT_ADD_-1206985249', u'CAST_-1206981573'), (u'CAST_-1206980930', u'CALLIND_-1206983323'), (u'INT_NOTEQUAL_-1206983801', u'CBRANCH_-1206983799'), ('tmp_2570', u'CBRANCH_-1206983637'), ('tmp_1714', u'CBRANCH_-1206984400'), (u'INDIRECT_-1206980611', u'COPY_-1206980647'), ('const-417', u'LOAD_-1206985392'), ('tmp_1828', u'CBRANCH_-1206984272'), ('const-4294967264', u'PTRSUB_-1206981065'), (u'INDIRECT_-1206981306', u'MULTIEQUAL_-1206981266'), (u'LOAD_-1206983376', u'INT_NOTEQUAL_-1206983354'), ('tmp_3557', u'CBRANCH_-1206983700'), ('const-14', u'PTRADD_-1206981417'), ('const-4', u'PTRADD_-1206980708'), ('const-4', u'PTRADD_-1206981048'), (u'CALLIND_-1206983525', u'INDIRECT_-1206980861'), ('const-0', u'INT_SLESS_-1206985322'), (u'CAST_-1206981373', u'INT_EQUAL_-1206984567'), ('const-417', u'LOAD_-1206983327'), ('tmp_11493', u'PTRADD_-1206980794'), (u'MULTIEQUAL_-1206980975', u'MULTIEQUAL_-1206980870'), (u'PTRSUB_-1206981335', u'CALL_-1206984171'), (u'PTRADD_-1206980809', u'LOAD_-1206983557'), ('const-417', u'LOAD_-1206983721'), ('tmp_11493', u'PTRADD_-1206980917'), (u'MULTIEQUAL_-1206981103', u'MULTIEQUAL_-1206981093'), ('const-12685', u'INT_ADD_-1206983585'), (u'STORE_-1206985180', u'INDIRECT_-1206981684'), (u'INT_MULT_-1206985017', u'INT_OR_-1206985020'), (u'INT_EQUAL_-1206985411', u'CBRANCH_-1206985410'), (u'LOAD_-1206983305', u'CAST_-1206980941'), ('const-4', u'PTRADD_-1206980997'), (u'MULTIEQUAL_-1206982148', u'COPY_-1206980803'), (u'MULTIEQUAL_-1206981246', u'MULTIEQUAL_-1206981222'), ('const-0', u'INT_EQUAL_-1206984613'), (u'COPY_-1206980601', u'CALL_-1206982641'), (u'CAST_-1206981373', u'MULTIEQUAL_-1206981701'), ('const-417', u'LOAD_-1206983526'), ('const-417', u'LOAD_-1206984786'), (u'INDIRECT_-1206980861', u'MULTIEQUAL_-1206980915'), ('const-417', u'LOAD_-1206983787'), ('const-65535', u'INT_LESS_-1206984659'), ('const-2818068', u'COPY_-1206980777'), (u'PTRADD_-1206981012', u'LOAD_-1206983335'), ('tmp_1882', u'CBRANCH_-1206984239'), (u'CAST_-1206980912', u'LOAD_-1206983372'), ('const-4294967295', u'INT_EQUAL_-1206983424'), (u'MULTIEQUAL_-1206981103', u'MULTIEQUAL_-1206981030'), (u'CAST_-1206980732', u'MULTIEQUAL_-1206982205'), ('const-0', u'STORE_-1206984920'), (u'PTRADD_-1206981460', u'MULTIEQUAL_-1206982253'), ('const-417', u'LOAD_-1206983625'), (u'LOAD_-1206984786', u'CAST_-1206981377'), ('tmp_11504', u'MULTIEQUAL_-1206980830'), (u'MULTIEQUAL_-1206982529', u'COPY_-1206981219'), (u'MULTIEQUAL_-1206982320', u'MULTIEQUAL_-1206982227'), (u'PTRADD_-1206981701', u'LOAD_-1206985398'), (u'PTRADD_-1206980990', u'MULTIEQUAL_-1206982322'), (u'LOAD_-1206985299', u'INT_SUB_-1206985230'), ('tmp_11504', u'MULTIEQUAL_-1206981734'), (u'LOAD_-1206984523', u'INT_ADD_-1206984502'), (u'CAST_-1206981435', u'CALLIND_-1206982916'), ('const-4', u'PTRADD_-1206981509'), (u'CAST_-1206980930', u'LOAD_-1206983377'), ('const-4', u'PTRADD_-1206980794'), (u'INT_ADD_-1206983350', u'MULTIEQUAL_-1206982320'), ('const-1', u'RETURN_-1206982718'), (u'CAST_-1206980824', u'INT_NOTEQUAL_-1206983761'), (u'CAST_-1206981183', u'INT_NOTEQUAL_-1206984400'), ('const-417', u'LOAD_-1206983413'), ('const-4', u'PTRADD_-1206981189'), ('const-8', u'INT_ADD_-1206985249'), ('const-0', u'STORE_-1206985112'), (u'PTRADD_-1206981544', u'STORE_-1206984970'), ('const-417', u'LOAD_-1206984263'), (u'CALL_-1206982723', u'INDIRECT_-1206980668'), (u'INDIRECT_-1206980626', u'COPY_-1206980682'), (u'STORE_-1206984751', u'INDIRECT_-1206981487'), ('const-417', u'LOAD_-1206983372'), ('tmp_11493', u'PTRADD_-1206981701'), (u'INT_NOTEQUAL_-1206983400', u'CBRANCH_-1206983397'), (u'LOAD_-1206984781', u'CAST_-1206981373'), (u'LOAD_-1206983288', u'MULTIEQUAL_-1206982514'), ('const-0', u'PTRSUB_-1206980919'), ('tmp_11504', u'MULTIEQUAL_-1206981000'), (u'MULTIEQUAL_-1206982575', u'MULTIEQUAL_-1206982503'), ('const-417', u'LOAD_-1206983656'), (u'LOAD_-1206984792', u'CAST_-1206981381'), (u'INT_EQUAL_-1206983607', u'CBRANCH_-1206983606'), (u'MULTIEQUAL_-1206982514', u'INT_NOTEQUAL_-1206983381'), (u'CAST_-1206981549', u'STORE_-1206985180'), (u'INT_LESS_-1206984801', u'CBRANCH_-1206984808'), ('const-417', u'STORE_-1206984920'), (u'PTRADD_-1206981048', u'LOAD_-1206983288'), (u'COPY_-1206981203', u'CALL_-1206984118'), ('const-417', u'LOAD_-1206983557'), (u'CAST_-1206980695', u'LOAD_-1206983601'), (u'CAST_-1206981111', u'INT_NOTEQUAL_-1206984130'), (u'COPY_-1206980631', u'CALL_-1206983130'), (u'CAST_-1206981549', u'PTRADD_-1206981544'), (u'MULTIEQUAL_-1206982300', u'MULTIEQUAL_-1206982276'), ('const-1', u'PTRADD_-1206981609'), ('const-1', u'INT_ADD_-1206983350'), (u'MULTIEQUAL_-1206982274', u'MULTIEQUAL_-1206982250'), (u'LOAD_-1206983656', u'INT_EQUAL_-1206983641'), ('const-1', u'COPY_-1206984550'), (u'INDIRECT_-1206981505', u'MULTIEQUAL_-1206981488'), (u'MULTIEQUAL_-1206982515', u'LOAD_-1206984331'), ('const-0', u'INT_NOTEQUAL_-1206983400'), ('tmp_11493', u'PTRADD_-1206980805'), ('const-9', u'PTRADD_-1206980917'), ('tmp_11493', u'PTRADD_-1206981501'), (u'INT_OR_-1206985020', u'INT_LESS_-1206984982'), ('const-24', u'INT_ADD_-1206984290'), (u'CAST_-1206981214', u'INT_NOTEQUAL_-1206983867'), (u'INDIRECT_-1206981202', u'COPY_-1206981261'), ('const-3', u'PTRADD_-1206981697'), (u'LOAD_-1206985398', u'INT_ADD_-1206985059'), (u'INT_EQUAL_-1206984876', u'CBRANCH_-1206984874'), ('tmp_1440', u'CBRANCH_-1206984612'), (u'INT_EQUAL_-1206983381', u'CBRANCH_-1206983377'), (u'COPY_-1206980835', u'MULTIEQUAL_-1206982148'), ('const-417', u'LOAD_-1206983381'), ('const-4', u'PTRADD_-1206981544'), ('const-417', u'STORE_-1206984943'), (u'INT_SBORROW_-1206985228', u'INT_NOTEQUAL_-1206985234'), (u'PTRSUB_-1206980872', u'CALL_-1206983529'), ('const-11', u'PTRADD_-1206981388'), ('const-0', u'STORE_-1206984751'), (u'MULTIEQUAL_-1206981324', u'MULTIEQUAL_-1206981252'), (u'MULTIEQUAL_-1206982649', u'MULTIEQUAL_-1206982276'), ('const-44', u'INT_ADD_-1206983558'), ('const-417', u'LOAD_-1206983601'), (u'CAST_-1206981549', u'PTRADD_-1206981609'), ('tmp_3706', u'CBRANCH_-1206983397'), ('const-65280', u'INT_LESS_-1206984801'), ('tmp_3063', u'CBRANCH_-1206983391'), (u'INT_NOTEQUAL_-1206985234', u'INT_NOTEQUAL_-1206985224'), ('tmp_3895', u'CBRANCH_-1206983380'), (u'PTRADD_-1206980708', u'CAST_-1206980648'), ('const-1', u'COPY_-1206983134'), ('const-417', u'LOAD_-1206983579'), (u'LOAD_-1206983275', u'CAST_-1206980931'), (u'INDIRECT_-1206981458', u'INT_ADD_-1206984615'), (u'MULTIEQUAL_-1206981278', u'MULTIEQUAL_-1206981000'), (u'INDIRECT_-1206981321', u'MULTIEQUAL_-1206981292'), (u'LOAD_-1206983557', u'CALL_-1206983529'), (u'INDIRECT_-1206980668', u'COPY_-1206980706'), (u'INT_NOTEQUAL_-1206984272', u'CBRANCH_-1206984272'), ('tmp_2704', u'CBRANCH_-1206983550'), (u'PTRADD_-1206981697', u'LOAD_-1206985392'), (u'LOAD_-1206984607', u'INT_EQUAL_-1206984592'), (u'MULTIEQUAL_-1206981055', u'MULTIEQUAL_-1206981069'), (u'CAST_-1206980930', u'PTRADD_-1206980971'), (u'MULTIEQUAL_-1206982634', u'LOAD_-1206984416'), (u'INT_EQUAL_-1206983351', u'CBRANCH_-1206983348'), ('const-417', u'LOAD_-1206983377'), (u'LOAD_-1206983574', u'MULTIEQUAL_-1206982155'), (u'PTRADD_-1206980787', u'INT_NOTEQUAL_-1206983481'), (u'CALL_-1206984118', u'INDIRECT_-1206981202'), (u'MULTIEQUAL_-1206981278', u'MULTIEQUAL_-1206981292'), ('const-21', u'PTRADD_-1206980978'), (u'PTRADD_-1206981480', u'LOAD_-1206984869'), (u'PTRADD_-1206981008', u'LOAD_-1206983327'), ('const-4294967295', u'INT_EQUAL_-1206984850'), ('tmp_3864', u'BRANCH_-1206983312'), (u'CAST_-1206980683', u'LOAD_-1206983574'), (u'CAST_-1206981021', u'INT_NOTEQUAL_-1206983510'), (u'CAST_-1206980931', u'INT_NOTEQUAL_-1206983259'), (u'INT_EQUAL_-1206983586', u'CBRANCH_-1206983579'), ('const-4', u'PTRADD_-1206981673'), ('const-417', u'LOAD_-1206984792'), (u'MULTIEQUAL_-1206981280', u'INT_NOTEQUAL_-1206983681'), (u'CAST_-1206981087', u'LOAD_-1206984268'), ('const-1', u'RETURN_-1206983125'), ('const-417', u'LOAD_-1206983497'), (u'CAST_-1206981025', u'PTRADD_-1206981076'), (u'MULTIEQUAL_-1206982915', u'INT_LESS_-1206984801'), (u'LOAD_-1206985341', u'INT_CARRY_-1206985275'), (u'LOAD_-1206985341', u'INT_ADD_-1206985275'), ('tmp_264', u'CBRANCH_-1206985322'), ('const-0', u'INT_EQUAL_-1206984592'), (u'PTRADD_-1206981609', u'STORE_-1206985134'), ('const-0', u'COPY_-1206984669'), (u'INT_LESS_-1206984982', u'CBRANCH_-1206984958'), ('const-417', u'LOAD_-1206983817'), ('const-4', u'PTRADD_-1206981517'), ('const-4', u'PTRADD_-1206981214'), (u'STORE_-1206984803', u'INDIRECT_-1206981521'), ('const-559024', u'PTRSUB_-1206981203'), ('const-227', u'CALL_-1206983130'), ('const-8', u'PTRADD_-1206981008'), (u'LOAD_-1206983526', u'CAST_-1206981018'), (u'INT_ADD_-1206984591', u'CAST_-1206981294'), (u'MULTIEQUAL_-1206981266', u'MULTIEQUAL_-1206981023'), (u'MULTIEQUAL_-1206982262', u'MULTIEQUAL_-1206982243'), (u'INT_NOTEQUAL_-1206983481', u'CBRANCH_-1206983480'), ('const-417', u'LOAD_-1206984438'), (u'MULTIEQUAL_-1206982529', u'PTRADD_-1206981214'), (u'MULTIEQUAL_-1206982322', u'INT_NOTEQUAL_-1206983603'), (u'LOAD_-1206983377', u'INT_ADD_-1206983356'), ('const-4', u'INT_AND_-1206985346'), (u'MULTIEQUAL_-1206982286', u'MULTIEQUAL_-1206982262'), (u'MULTIEQUAL_-1206982623', u'MULTIEQUAL_-1206982575'), (u'CALLIND_-1206982916', u'INDIRECT_-1206981028'), (u'CALLIND_-1206984296', u'INDIRECT_-1206981480'), (u'COPY_-1206980912', u'MULTIEQUAL_-1206982148'), ('const-0', u'PTRSUB_-1206981021'), ('tmp_11493', u'PTRADD_-1206980889'), (u'PTRADD_-1206981525', u'STORE_-1206984943'), ('const-417', u'LOAD_-1206983661'), ('const-1', u'RETURN_-1206984113'), (u'CAST_-1206981021', u'MULTIEQUAL_-1206982322'), (u'INT_ADD_-1206984879', u'CAST_-1206981425'), ('tmp_7752', u'PTRSUB_-1206980872'), ('tmp_11493', u'PTRADD_-1206980997'), ('const-1', u'PTRADD_-1206980986'), (u'CALL_-1206982641', u'INDIRECT_-1206980611'), (u'MULTIEQUAL_-1206982276', u'MULTIEQUAL_-1206982649'), ('const-417', u'LOAD_-1206983335'), (u'INT_LESS_-1206984659', u'CBRANCH_-1206984666'), ('const-417', u'LOAD_-1206984900'), (u'MULTIEQUAL_-1206982333', u'COPY_-1206981033'), (u'INT_ADD_-1206985275', u'INT_LESS_-1206985250'), (u'CAST_-1206980855', u'MULTIEQUAL_-1206982327'), ('const-16', u'PTRADD_-1206981020'), (u'PTRADD_-1206981189', u'COPY_-1206981210'), (u'MULTIEQUAL_-1206982307', u'INT_NOTEQUAL_-1206983381'), (u'INT_NOTEQUAL_-1206983381', u'CBRANCH_-1206983380'), (u'COPY_-1206981206', u'CALL_-1206984118'), (u'COPY_-1206980592', u'CALL_-1206982641'), (u'CAST_-1206980723', u'PTRADD_-1206980775'), (u'INT_AND_-1206983380', u'INT_NOTEQUAL_-1206983393'), (u'PTRSUB_-1206980812', u'INT_EQUAL_-1206983553'), (u'CALL_-1206983307', u'INDIRECT_-1206981122'), (u'MULTIEQUAL_-1206982195', u'MULTIEQUAL_-1206982205'), (u'STORE_-1206984774', u'INDIRECT_-1206981505'), (u'MULTIEQUAL_-1206982623', u'MULTIEQUAL_-1206982250'), (u'LOAD_-1206984869', u'MULTIEQUAL_-1206982915'), ('const-0', u'STORE_-1206984774'), ('const-31', u'INT_SRIGHT_-1206985143'), ('const-2810059', u'COPY_-1206980742'), (u'MULTIEQUAL_-1206982333', u'COPY_-1206981011'), (u'INDIRECT_-1206981076', u'MULTIEQUAL_-1206981108'), (u'PTRADD_-1206980986', u'LOAD_-1206983275'), (u'PTRSUB_-1206981523', u'INT_EQUAL_-1206984876'), ('const-2818124', u'COPY_-1206980649'), ('tmp_11493', u'PTRADD_-1206981669'), ('const-2818112', u'COPY_-1206980592'), (u'PTRADD_-1206981718', u'CAST_-1206981644'), ('tmp_1077', u'CBRANCH_-1206984848'), ('tmp_12013', u'MULTIEQUAL_-1206980607'), (u'PTRADD_-1206981517', u'STORE_-1206984933'), (u'CAST_-1206981549', u'PTRADD_-1206981460'), ('const-417', u'LOAD_-1206983536'), ('const-417', u'LOAD_-1206985347'), (u'MULTIEQUAL_-1206981222', u'MULTIEQUAL_-1206981594'), (u'INDIRECT_-1206981448', u'MULTIEQUAL_-1206981341'), (u'LOAD_-1206984331', u'CAST_-1206981107'), ('tmp_11493', u'PTRADD_-1206981012'), (u'COPY_-1206983134', u'MULTIEQUAL_-1206982227'), (u'MULTIEQUAL_-1206981069', u'MULTIEQUAL_-1206981055'), ('tmp_2278', u'CBRANCH_-1206984130'), (u'INT_ZEXT_-1206985236', u'INT_SBORROW_-1206985224'), (u'LOAD_-1206984631', u'INT_EQUAL_-1206984613'), ('const-16', u'PTRADD_-1206980817'), ('const-9', u'PTRADD_-1206981509'), (u'INT_ZEXT_-1206985069', u'INT_ADD_-1206985059'), (u'INDIRECT_-1206981249', u'MULTIEQUAL_-1206981298'), (u'INDIRECT_-1206981126', u'MULTIEQUAL_-1206981103'), ('const-1', u'PTRADD_-1206980990'), (u'MULTIEQUAL_-1206982069', u'MULTIEQUAL_-1206981875'), (u'INDIRECT_-1206981275', u'MULTIEQUAL_-1206981332'), ('tmp_2511', u'CBRANCH_-1206983760'), (u'LOAD_-1206984263', u'CALLIND_-1206984207'), (u'MULTIEQUAL_-1206982227', u'MULTIEQUAL_-1206982122'), ('tmp_3668', u'BRANCH_-1206983487'), (u'PTRADD_-1206980971', u'LOAD_-1206983396'), ('const-4', u'PTRADD_-1206981480'), (u'CAST_-1206981294', u'LOAD_-1206984607'), ('const-4', u'PTRADD_-1206981533'), (u'CAST_-1206981025', u'MULTIEQUAL_-1206982380'), (u'LOAD_-1206983531', u'CAST_-1206981021'), ('const-2', u'INT_AND_-1206985397'), (u'CALLIND_-1206982916', u'MULTIEQUAL_-1206982915'), ('const-8', u'PTRADD_-1206981266'), (u'INT_SUB_-1206985230', u'INT_SUB_-1206985225'), (u'CAST_-1206981644', u'LOAD_-1206985430'), (u'INT_NOTEQUAL_-1206983259', u'CBRANCH_-1206983258'), (u'LOAD_-1206984268', u'INT_ADD_-1206984247'), (u'LOAD_-1206983372', u'CALLIND_-1206983323'), (u'PTRADD_-1206980990', u'INT_NOTEQUAL_-1206983259'), (u'MULTIEQUAL_-1206981594', u'MULTIEQUAL_-1206981547'), (u'CAST_-1206980941', u'MULTIEQUAL_-1206982394'), ('const-559024', u'PTRSUB_-1206980919'), (u'COPY_-1206981210', u'MULTIEQUAL_-1206982515'), (u'MULTIEQUAL_-1206981875', u'CALL_-1206983130'), (u'LOAD_-1206984263', u'INT_EQUAL_-1206984242'), (u'INT_ADD_-1206983572', u'MULTIEQUAL_-1206982132'), ('const-2741105', u'COPY_-1206980601'), ('const-3', u'PTRADD_-1206980935'), ('const-417', u'LOAD_-1206983275'), (u'INT_ADD_-1206984468', u'CAST_-1206981218'), (u'PTRADD_-1206981533', u'STORE_-1206984953'), (u'LOAD_-1206983443', u'MULTIEQUAL_-1206982322'), (u'INT_ADD_-1206983356', u'CAST_-1206980912'), (u'MULTIEQUAL_-1206982601', u'MULTIEQUAL_-1206982300'), ('const-417', u'LOAD_-1206984518'), (u'CAST_-1206981087', u'CALLIND_-1206984207'), (u'CALL_-1206983081', u'INDIRECT_-1206980885'), (u'MULTIEQUAL_-1206980975', u'MULTIEQUAL_-1206980807'), ('const-4', u'PTRADD_-1206981238'), ('const-12685', u'INT_ADD_-1206984591'), (u'MULTIEQUAL_-1206981198', u'MULTIEQUAL_-1206981093'), (u'STORE_-1206984920', u'INDIRECT_-1206981574'), ('const-417', u'LOAD_-1206983777'), ('const-417', u'LOAD_-1206984895'), (u'PTRADD_-1206980794', u'LOAD_-1206983527'), (u'MULTIEQUAL_-1206982327', u'MULTIEQUAL_-1206982695'), (u'LOAD_-1206984900', u'INT_ADD_-1206984879'), (u'INT_ADD_-1206983558', u'CAST_-1206980683'), ('const-207', u'CALL_-1206982641'), (u'INT_SLESS_-1206985322', u'CBRANCH_-1206985322'), ('const-1', u'COPY_-1206983544'), ('const-0', u'PTRSUB_-1206981523'), (u'LOAD_-1206983327', u'CALL_-1206983307'), ('const-1', u'PTRADD_-1206980883'), (u'PTRADD_-1206980805', u'LOAD_-1206983549'), (u'MULTIEQUAL_-1206981093', u'MULTIEQUAL_-1206981000'), (u'MULTIEQUAL_-1206980870', u'MULTIEQUAL_-1206980881'), ('const-417', u'STORE_-1206984661'), ('const-1', u'RETURN_-1206982636'), (u'PTRADD_-1206981278', u'LOAD_-1206984458'), (u'CAST_-1206981549', u'PTRADD_-1206981509'), ('const-20', u'PTRADD_-1206980971'), (u'MULTIEQUAL_-1206982640', u'MULTIEQUAL_-1206982262'), ('const-417', u'LOAD_-1206983542'), ('tmp_11493', u'PTRADD_-1206981082'), (u'LOAD_-1206985347', u'INT_ADD_-1206985258'), ('const-0', u'INT_SLESS_-1206985231'), (u'MULTIEQUAL_-1206982649', u'MULTIEQUAL_-1206982601'), (u'MULTIEQUAL_-1206981488', u'MULTIEQUAL_-1206981246'), ('const-417', u'LOAD_-1206984781'), (u'MULTIEQUAL_-1206981278', u'MULTIEQUAL_-1206981332'), (u'CALL_-1206983211', u'INDIRECT_-1206980984'), ('const-417', u'LOAD_-1206984912'), ('tmp_1370', u'CBRANCH_-1206984666'), (u'MULTIEQUAL_-1206982542', u'COPY_-1206981218'), (u'MULTIEQUAL_-1206982346', u'COPY_-1206981020'), (u'MULTIEQUAL_-1206981547', u'MULTIEQUAL_-1206981246'), (u'CALLIND_-1206983323', u'INDIRECT_-1206981275'), (u'LOAD_-1206983721', u'INT_EQUAL_-1206983702'), ('const-4', u'PTRADD_-1206980787'), ('tmp_4228', u'CBRANCH_-1206983267'), (u'LOAD_-1206984869', u'INT_EQUAL_-1206984850'), ('const-4', u'PTRADD_-1206981563'), (u'CAST_-1206980824', u'MULTIEQUAL_-1206982180'), ('tmp_3519', u'CBRANCH_-1206983351'), ('const-4', u'PTRADD_-1206981501'), (u'PTRADD_-1206981214', u'MULTIEQUAL_-1206982542'), (u'MULTIEQUAL_-1206980870', u'INT_ADD_-1206983609'), ('const-417', u'LOAD_-1206983549'), ('const-417', u'LOAD_-1206983406'), ('const-417', u'STORE_-1206985112'), (u'CAST_-1206980828', u'LOAD_-1206983782'), (u'MULTIEQUAL_-1206982122', u'INT_NOTEQUAL_-1206983603'), (u'STORE_-1206985002', u'INDIRECT_-1206981628'), (u'INT_ADD_-1206985086', u'INT_RIGHT_-1206985021'), (u'LOAD_-1206983396', u'INT_EQUAL_-1206983381'), (u'LOAD_-1206983661', u'CAST_-1206980723'), (u'INT_RIGHT_-1206985021', u'INT_OR_-1206985020'), (u'INT_EQUAL_-1206984613', u'CBRANCH_-1206984612'), (u'MULTIEQUAL_-1206982274', u'MULTIEQUAL_-1206982575'), (u'MULTIEQUAL_-1206982250', u'MULTIEQUAL_-1206982623'), (u'LOAD_-1206983625', u'INT_ADD_-1206983585'), (u'INT_SRIGHT_-1206984692', u'MULTIEQUAL_-1206982846'), (u'PTRSUB_-1206980919', u'INT_NOTEQUAL_-1206983354'), (u'MULTIEQUAL_-1206982322', u'LOAD_-1206983420'), (u'MULTIEQUAL_-1206982394', u'MULTIEQUAL_-1206982380')]
null
null
0011dce0
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nvoid FUN_0011dce0(int *param_1,int param_2)\n\n{\n int iVar1;\n uint uVar2;\n char cVar3;\n uint uVar4;\n int iVar5;\n int iVar6;\n int iVar7;\n undefined4 *puVar8;\n int *piVar9;\n int *piVar10;\n code *pcVar11;\n int *piVar12;\n int *piVar13;\n int *unaff_ESI;\n uint uVar14;\n int iVar15;\n int *local_38;\n int *local_20 [4];\n \n if ((*(byte *)(param_1 + 7) & 2) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.h",0xcf,"data_size");\n }\n iVar15 = param_1[4];\n uVar4 = param_1[3];\n if ((*(byte *)(param_1 + 7) & 4) != 0) {\n uVar14 = param_1[5];\n if ((param_1[6] < 0) ||\n (iVar7 = param_1[6] + (uint)CARRY4(uVar4,uVar14),\n uVar2 = (uint)(*(uint *)(param_2 + 8) < uVar4 + uVar14),\n iVar6 = *(int *)(param_2 + 0xc) - iVar7,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar7) != SBORROW4(iVar6,uVar2)) !=\n (int)(iVar6 - uVar2) < 0)) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.h",0x6f,"get_output_view",iVar15);\n }\n unaff_ESI = (int *)(uVar14 + *(int *)(param_2 + 0x10));\n *unaff_ESI = 0;\n unaff_ESI[1] = 0;\n uVar14 = iVar15 >> 0x1f & 0x3f;\n unaff_ESI[2] = 0;\n unaff_ESI[3] = 0;\n uVar4 = uVar4 + uVar14 >> 6 | (iVar15 + (uint)CARRY4(uVar4,uVar14)) * 0x4000000;\n unaff_ESI[4] = 0;\n unaff_ESI[5] = 0;\n if (uVar4 < 0xff00) {\n uVar4 = 0;\n }\n unaff_ESI[6] = 0;\n unaff_ESI[7] = 0;\n unaff_ESI[8] = uVar4;\n unaff_ESI[9] = 0;\n piVar12 = (int *)param_1[0xd];\n if (*(code **)(*piVar12 + 0x2c) == FUN_000887b0) {\n uVar4 = piVar12[0x18];\n if (uVar4 == 0xffffffff) {\nLAB_0011e0d4:\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar4 = (**(code **)(*piVar12 + 0x2c))(piVar12);\n }\n piVar12 = unaff_ESI + 0x10;\n if (uVar4 < 0xff00) {\n uVar4 = 0;\n }\n unaff_ESI[10] = uVar4;\n piVar9 = (int *)param_1[9];\n piVar10 = (int *)piVar9[1];\n local_38 = (int *)*piVar9;\n unaff_ESI[0xc] = 0;\n unaff_ESI[0xd] = 0;\n unaff_ESI[0xe] = 0;\n unaff_ESI[0xf] = 0;\n uVar4 = (int)piVar10 - (int)local_38 >> 2;\n if (uVar4 < 0xffff) {\n uVar4 = 0;\n }\n unaff_ESI[0xb] = uVar4;\n if (*(int *)(DAT_003af408 + 8) == 0) {\nLAB_0011e13b:\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0') {\n if (local_38 == piVar10) {\n iVar15 = 1;\n }\n else {\n iVar15 = 1;\n do {\n iVar6 = *local_38;\n if (*(int *)(iVar6 + 0x194) == 1) {\n puVar8 = (undefined4 *)(iVar6 + 4);\n iVar7 = param_1[0xc];\n iVar1 = param_1[8];\n do {\n piVar10 = (int *)puVar8[-1];\n piVar9 = piVar12;\n if (piVar10 != (int *)*puVar8) {\n do {\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n } while ((int *)*puVar8 != unaff_ESI);\n }\n puVar8 = puVar8 + 3;\n } while ((undefined4 *)(iVar6 + 0x160) != puVar8);\n piVar9 = (int *)param_1[9];\n }\n local_38 = local_38 + 1;\n } while ((int *)piVar9[1] != local_38);\n }\n }\n else {\n iVar15 = 1;\n puVar8 = (undefined4 *)param_1[10];\n unaff_ESI = (int *)*puVar8;\n if (unaff_ESI != (int *)puVar8[1]) {\n piVar10 = piVar12;\n do {\n piVar9 = (int *)*unaff_ESI;\n if (((*(byte *)(piVar9 + 0x15) & 2) != 0) || (piVar12 = piVar10, piVar9[0x14] == 0x11)) {\n if (*(code **)(*piVar9 + 0x2c) == FUN_000887b0) {\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar6 = (**(code **)(*piVar9 + 0x2c))(piVar9);\n }\n if (iVar6 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x155,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar10 + 0x10;\n local_20[0] = piVar10;\n FUN_0011da90(*unaff_ESI,param_1[8],param_1[0xc],local_20);\n puVar8 = (undefined4 *)param_1[10];\n }\n unaff_ESI = unaff_ESI + 1;\n piVar10 = piVar12;\n } while ((int *)puVar8[1] != unaff_ESI);\n }\n }\n piVar10 = (int *)param_1[0xb];\n puVar8 = (undefined4 *)*piVar10;\n if (puVar8 != (undefined4 *)piVar10[1]) {\n do {\n piVar9 = (int *)*puVar8;\n if (piVar9[0x14] == 0x11) {\n if (*(int *)(DAT_003af408 + 8) == 0) goto LAB_0011e13b;\n piVar13 = piVar12;\n if (*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0') {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 == FUN_000887b0) goto LAB_0011e033;\nLAB_0011e09d:\n iVar6 = (*pcVar11)(piVar9);\n goto LAB_0011e03f;\n }\n }\n else {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 != FUN_000887b0) goto LAB_0011e09d;\nLAB_0011e033:\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\nLAB_0011e03f:\n if (iVar15 != iVar6) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar13 = piVar12 + 0x10;\n local_20[0] = piVar12;\n FUN_0011da90(*puVar8,param_1[8],param_1[0xc],local_20);\n piVar10 = (int *)param_1[0xb];\n }\n puVar8 = puVar8 + 1;\n piVar12 = piVar13;\n unaff_ESI = param_1;\n } while ((undefined4 *)piVar10[1] != puVar8);\n }\n if ((*(byte *)(param_1 + 7) & 4) != 0) {\n return;\n }\n }\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.h",0xe3,"offset",unaff_ESI);\n}\n\n" comment (function_definition "void FUN_0011dce0(int *param_1,int param_2)\n\n{\n int iVar1;\n uint uVar2;\n char cVar3;\n uint uVar4;\n int iVar5;\n int iVar6;\n int iVar7;\n undefined4 *puVar8;\n int *piVar9;\n int *piVar10;\n code *pcVar11;\n int *piVar12;\n int *piVar13;\n int *unaff_ESI;\n uint uVar14;\n int iVar15;\n int *local_38;\n int *local_20 [4];\n \n if ((*(byte *)(param_1 + 7) & 2) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.h",0xcf,"data_size");\n }\n iVar15 = param_1[4];\n uVar4 = param_1[3];\n if ((*(byte *)(param_1 + 7) & 4) != 0) {\n uVar14 = param_1[5];\n if ((param_1[6] < 0) ||\n (iVar7 = param_1[6] + (uint)CARRY4(uVar4,uVar14),\n uVar2 = (uint)(*(uint *)(param_2 + 8) < uVar4 + uVar14),\n iVar6 = *(int *)(param_2 + 0xc) - iVar7,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar7) != SBORROW4(iVar6,uVar2)) !=\n (int)(iVar6 - uVar2) < 0)) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.h",0x6f,"get_output_view",iVar15);\n }\n unaff_ESI = (int *)(uVar14 + *(int *)(param_2 + 0x10));\n *unaff_ESI = 0;\n unaff_ESI[1] = 0;\n uVar14 = iVar15 >> 0x1f & 0x3f;\n unaff_ESI[2] = 0;\n unaff_ESI[3] = 0;\n uVar4 = uVar4 + uVar14 >> 6 | (iVar15 + (uint)CARRY4(uVar4,uVar14)) * 0x4000000;\n unaff_ESI[4] = 0;\n unaff_ESI[5] = 0;\n if (uVar4 < 0xff00) {\n uVar4 = 0;\n }\n unaff_ESI[6] = 0;\n unaff_ESI[7] = 0;\n unaff_ESI[8] = uVar4;\n unaff_ESI[9] = 0;\n piVar12 = (int *)param_1[0xd];\n if (*(code **)(*piVar12 + 0x2c) == FUN_000887b0) {\n uVar4 = piVar12[0x18];\n if (uVar4 == 0xffffffff) {\nLAB_0011e0d4:\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar4 = (**(code **)(*piVar12 + 0x2c))(piVar12);\n }\n piVar12 = unaff_ESI + 0x10;\n if (uVar4 < 0xff00) {\n uVar4 = 0;\n }\n unaff_ESI[10] = uVar4;\n piVar9 = (int *)param_1[9];\n piVar10 = (int *)piVar9[1];\n local_38 = (int *)*piVar9;\n unaff_ESI[0xc] = 0;\n unaff_ESI[0xd] = 0;\n unaff_ESI[0xe] = 0;\n unaff_ESI[0xf] = 0;\n uVar4 = (int)piVar10 - (int)local_38 >> 2;\n if (uVar4 < 0xffff) {\n uVar4 = 0;\n }\n unaff_ESI[0xb] = uVar4;\n if (*(int *)(DAT_003af408 + 8) == 0) {\nLAB_0011e13b:\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0') {\n if (local_38 == piVar10) {\n iVar15 = 1;\n }\n else {\n iVar15 = 1;\n do {\n iVar6 = *local_38;\n if (*(int *)(iVar6 + 0x194) == 1) {\n puVar8 = (undefined4 *)(iVar6 + 4);\n iVar7 = param_1[0xc];\n iVar1 = param_1[8];\n do {\n piVar10 = (int *)puVar8[-1];\n piVar9 = piVar12;\n if (piVar10 != (int *)*puVar8) {\n do {\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n } while ((int *)*puVar8 != unaff_ESI);\n }\n puVar8 = puVar8 + 3;\n } while ((undefined4 *)(iVar6 + 0x160) != puVar8);\n piVar9 = (int *)param_1[9];\n }\n local_38 = local_38 + 1;\n } while ((int *)piVar9[1] != local_38);\n }\n }\n else {\n iVar15 = 1;\n puVar8 = (undefined4 *)param_1[10];\n unaff_ESI = (int *)*puVar8;\n if (unaff_ESI != (int *)puVar8[1]) {\n piVar10 = piVar12;\n do {\n piVar9 = (int *)*unaff_ESI;\n if (((*(byte *)(piVar9 + 0x15) & 2) != 0) || (piVar12 = piVar10, piVar9[0x14] == 0x11)) {\n if (*(code **)(*piVar9 + 0x2c) == FUN_000887b0) {\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar6 = (**(code **)(*piVar9 + 0x2c))(piVar9);\n }\n if (iVar6 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x155,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar10 + 0x10;\n local_20[0] = piVar10;\n FUN_0011da90(*unaff_ESI,param_1[8],param_1[0xc],local_20);\n puVar8 = (undefined4 *)param_1[10];\n }\n unaff_ESI = unaff_ESI + 1;\n piVar10 = piVar12;\n } while ((int *)puVar8[1] != unaff_ESI);\n }\n }\n piVar10 = (int *)param_1[0xb];\n puVar8 = (undefined4 *)*piVar10;\n if (puVar8 != (undefined4 *)piVar10[1]) {\n do {\n piVar9 = (int *)*puVar8;\n if (piVar9[0x14] == 0x11) {\n if (*(int *)(DAT_003af408 + 8) == 0) goto LAB_0011e13b;\n piVar13 = piVar12;\n if (*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0') {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 == FUN_000887b0) goto LAB_0011e033;\nLAB_0011e09d:\n iVar6 = (*pcVar11)(piVar9);\n goto LAB_0011e03f;\n }\n }\n else {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 != FUN_000887b0) goto LAB_0011e09d;\nLAB_0011e033:\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\nLAB_0011e03f:\n if (iVar15 != iVar6) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar13 = piVar12 + 0x10;\n local_20[0] = piVar12;\n FUN_0011da90(*puVar8,param_1[8],param_1[0xc],local_20);\n piVar10 = (int *)param_1[0xb];\n }\n puVar8 = puVar8 + 1;\n piVar12 = piVar13;\n unaff_ESI = param_1;\n } while ((undefined4 *)piVar10[1] != puVar8);\n }\n if ((*(byte *)(param_1 + 7) & 4) != 0) {\n return;\n }\n }\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.h",0xe3,"offset",unaff_ESI);\n}" primitive_type (function_declarator "FUN_0011dce0(int *param_1,int param_2)" identifier (parameter_list "(int *param_1,int param_2)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int param_2" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n uint uVar2;\n char cVar3;\n uint uVar4;\n int iVar5;\n int iVar6;\n int iVar7;\n undefined4 *puVar8;\n int *piVar9;\n int *piVar10;\n code *pcVar11;\n int *piVar12;\n int *piVar13;\n int *unaff_ESI;\n uint uVar14;\n int iVar15;\n int *local_38;\n int *local_20 [4];\n \n if ((*(byte *)(param_1 + 7) & 2) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.h",0xcf,"data_size");\n }\n iVar15 = param_1[4];\n uVar4 = param_1[3];\n if ((*(byte *)(param_1 + 7) & 4) != 0) {\n uVar14 = param_1[5];\n if ((param_1[6] < 0) ||\n (iVar7 = param_1[6] + (uint)CARRY4(uVar4,uVar14),\n uVar2 = (uint)(*(uint *)(param_2 + 8) < uVar4 + uVar14),\n iVar6 = *(int *)(param_2 + 0xc) - iVar7,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar7) != SBORROW4(iVar6,uVar2)) !=\n (int)(iVar6 - uVar2) < 0)) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.h",0x6f,"get_output_view",iVar15);\n }\n unaff_ESI = (int *)(uVar14 + *(int *)(param_2 + 0x10));\n *unaff_ESI = 0;\n unaff_ESI[1] = 0;\n uVar14 = iVar15 >> 0x1f & 0x3f;\n unaff_ESI[2] = 0;\n unaff_ESI[3] = 0;\n uVar4 = uVar4 + uVar14 >> 6 | (iVar15 + (uint)CARRY4(uVar4,uVar14)) * 0x4000000;\n unaff_ESI[4] = 0;\n unaff_ESI[5] = 0;\n if (uVar4 < 0xff00) {\n uVar4 = 0;\n }\n unaff_ESI[6] = 0;\n unaff_ESI[7] = 0;\n unaff_ESI[8] = uVar4;\n unaff_ESI[9] = 0;\n piVar12 = (int *)param_1[0xd];\n if (*(code **)(*piVar12 + 0x2c) == FUN_000887b0) {\n uVar4 = piVar12[0x18];\n if (uVar4 == 0xffffffff) {\nLAB_0011e0d4:\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar4 = (**(code **)(*piVar12 + 0x2c))(piVar12);\n }\n piVar12 = unaff_ESI + 0x10;\n if (uVar4 < 0xff00) {\n uVar4 = 0;\n }\n unaff_ESI[10] = uVar4;\n piVar9 = (int *)param_1[9];\n piVar10 = (int *)piVar9[1];\n local_38 = (int *)*piVar9;\n unaff_ESI[0xc] = 0;\n unaff_ESI[0xd] = 0;\n unaff_ESI[0xe] = 0;\n unaff_ESI[0xf] = 0;\n uVar4 = (int)piVar10 - (int)local_38 >> 2;\n if (uVar4 < 0xffff) {\n uVar4 = 0;\n }\n unaff_ESI[0xb] = uVar4;\n if (*(int *)(DAT_003af408 + 8) == 0) {\nLAB_0011e13b:\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0') {\n if (local_38 == piVar10) {\n iVar15 = 1;\n }\n else {\n iVar15 = 1;\n do {\n iVar6 = *local_38;\n if (*(int *)(iVar6 + 0x194) == 1) {\n puVar8 = (undefined4 *)(iVar6 + 4);\n iVar7 = param_1[0xc];\n iVar1 = param_1[8];\n do {\n piVar10 = (int *)puVar8[-1];\n piVar9 = piVar12;\n if (piVar10 != (int *)*puVar8) {\n do {\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n } while ((int *)*puVar8 != unaff_ESI);\n }\n puVar8 = puVar8 + 3;\n } while ((undefined4 *)(iVar6 + 0x160) != puVar8);\n piVar9 = (int *)param_1[9];\n }\n local_38 = local_38 + 1;\n } while ((int *)piVar9[1] != local_38);\n }\n }\n else {\n iVar15 = 1;\n puVar8 = (undefined4 *)param_1[10];\n unaff_ESI = (int *)*puVar8;\n if (unaff_ESI != (int *)puVar8[1]) {\n piVar10 = piVar12;\n do {\n piVar9 = (int *)*unaff_ESI;\n if (((*(byte *)(piVar9 + 0x15) & 2) != 0) || (piVar12 = piVar10, piVar9[0x14] == 0x11)) {\n if (*(code **)(*piVar9 + 0x2c) == FUN_000887b0) {\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar6 = (**(code **)(*piVar9 + 0x2c))(piVar9);\n }\n if (iVar6 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x155,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar10 + 0x10;\n local_20[0] = piVar10;\n FUN_0011da90(*unaff_ESI,param_1[8],param_1[0xc],local_20);\n puVar8 = (undefined4 *)param_1[10];\n }\n unaff_ESI = unaff_ESI + 1;\n piVar10 = piVar12;\n } while ((int *)puVar8[1] != unaff_ESI);\n }\n }\n piVar10 = (int *)param_1[0xb];\n puVar8 = (undefined4 *)*piVar10;\n if (puVar8 != (undefined4 *)piVar10[1]) {\n do {\n piVar9 = (int *)*puVar8;\n if (piVar9[0x14] == 0x11) {\n if (*(int *)(DAT_003af408 + 8) == 0) goto LAB_0011e13b;\n piVar13 = piVar12;\n if (*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0') {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 == FUN_000887b0) goto LAB_0011e033;\nLAB_0011e09d:\n iVar6 = (*pcVar11)(piVar9);\n goto LAB_0011e03f;\n }\n }\n else {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 != FUN_000887b0) goto LAB_0011e09d;\nLAB_0011e033:\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\nLAB_0011e03f:\n if (iVar15 != iVar6) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar13 = piVar12 + 0x10;\n local_20[0] = piVar12;\n FUN_0011da90(*puVar8,param_1[8],param_1[0xc],local_20);\n piVar10 = (int *)param_1[0xb];\n }\n puVar8 = puVar8 + 1;\n piVar12 = piVar13;\n unaff_ESI = param_1;\n } while ((undefined4 *)piVar10[1] != puVar8);\n }\n if ((*(byte *)(param_1 + 7) & 4) != 0) {\n return;\n }\n }\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.h",0xe3,"offset",unaff_ESI);\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "char cVar3;" primitive_type identifier ;) (declaration "uint uVar4;" type_identifier identifier ;) (declaration "int iVar5;" primitive_type identifier ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "int iVar7;" primitive_type identifier ;) (declaration "undefined4 *puVar8;" type_identifier (pointer_declarator "*puVar8" * identifier) ;) (declaration "int *piVar9;" primitive_type (pointer_declarator "*piVar9" * identifier) ;) (declaration "int *piVar10;" primitive_type (pointer_declarator "*piVar10" * identifier) ;) (declaration "code *pcVar11;" type_identifier (pointer_declarator "*pcVar11" * identifier) ;) (declaration "int *piVar12;" primitive_type (pointer_declarator "*piVar12" * identifier) ;) (declaration "int *piVar13;" primitive_type (pointer_declarator "*piVar13" * identifier) ;) (declaration "int *unaff_ESI;" primitive_type (pointer_declarator "*unaff_ESI" * identifier) ;) (declaration "uint uVar14;" type_identifier identifier ;) (declaration "int iVar15;" primitive_type identifier ;) (declaration "int *local_38;" primitive_type (pointer_declarator "*local_38" * identifier) ;) (declaration "int *local_20 [4];" primitive_type (pointer_declarator "*local_20 [4]" * (array_declarator "local_20 [4]" identifier [ number_literal ])) ;) (if_statement "if ((*(byte *)(param_1 + 7) & 2) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.h",0xcf,"data_size");\n }" if (parenthesized_expression "((*(byte *)(param_1 + 7) & 2) == 0)" ( (binary_expression "(*(byte *)(param_1 + 7) & 2) == 0" (parenthesized_expression "(*(byte *)(param_1 + 7) & 2)" ( (binary_expression "*(byte *)(param_1 + 7) & 2" (pointer_expression "*(byte *)(param_1 + 7)" * (cast_expression "(byte *)(param_1 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 7)" ( (binary_expression "param_1 + 7" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.h",0xcf,"data_size");\n }" { comment (expression_statement "FUN_0007d010("../../gold/output.h",0xcf,"data_size");" (call_expression "FUN_0007d010("../../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 "iVar15 = param_1[4];" (assignment_expression "iVar15 = param_1[4]" identifier = (subscript_expression "param_1[4]" identifier [ number_literal ])) ;) (expression_statement "uVar4 = param_1[3];" (assignment_expression "uVar4 = param_1[3]" identifier = (subscript_expression "param_1[3]" identifier [ number_literal ])) ;) (if_statement "if ((*(byte *)(param_1 + 7) & 4) != 0) {\n uVar14 = param_1[5];\n if ((param_1[6] < 0) ||\n (iVar7 = param_1[6] + (uint)CARRY4(uVar4,uVar14),\n uVar2 = (uint)(*(uint *)(param_2 + 8) < uVar4 + uVar14),\n iVar6 = *(int *)(param_2 + 0xc) - iVar7,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar7) != SBORROW4(iVar6,uVar2)) !=\n (int)(iVar6 - uVar2) < 0)) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.h",0x6f,"get_output_view",iVar15);\n }\n unaff_ESI = (int *)(uVar14 + *(int *)(param_2 + 0x10));\n *unaff_ESI = 0;\n unaff_ESI[1] = 0;\n uVar14 = iVar15 >> 0x1f & 0x3f;\n unaff_ESI[2] = 0;\n unaff_ESI[3] = 0;\n uVar4 = uVar4 + uVar14 >> 6 | (iVar15 + (uint)CARRY4(uVar4,uVar14)) * 0x4000000;\n unaff_ESI[4] = 0;\n unaff_ESI[5] = 0;\n if (uVar4 < 0xff00) {\n uVar4 = 0;\n }\n unaff_ESI[6] = 0;\n unaff_ESI[7] = 0;\n unaff_ESI[8] = uVar4;\n unaff_ESI[9] = 0;\n piVar12 = (int *)param_1[0xd];\n if (*(code **)(*piVar12 + 0x2c) == FUN_000887b0) {\n uVar4 = piVar12[0x18];\n if (uVar4 == 0xffffffff) {\nLAB_0011e0d4:\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar4 = (**(code **)(*piVar12 + 0x2c))(piVar12);\n }\n piVar12 = unaff_ESI + 0x10;\n if (uVar4 < 0xff00) {\n uVar4 = 0;\n }\n unaff_ESI[10] = uVar4;\n piVar9 = (int *)param_1[9];\n piVar10 = (int *)piVar9[1];\n local_38 = (int *)*piVar9;\n unaff_ESI[0xc] = 0;\n unaff_ESI[0xd] = 0;\n unaff_ESI[0xe] = 0;\n unaff_ESI[0xf] = 0;\n uVar4 = (int)piVar10 - (int)local_38 >> 2;\n if (uVar4 < 0xffff) {\n uVar4 = 0;\n }\n unaff_ESI[0xb] = uVar4;\n if (*(int *)(DAT_003af408 + 8) == 0) {\nLAB_0011e13b:\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0') {\n if (local_38 == piVar10) {\n iVar15 = 1;\n }\n else {\n iVar15 = 1;\n do {\n iVar6 = *local_38;\n if (*(int *)(iVar6 + 0x194) == 1) {\n puVar8 = (undefined4 *)(iVar6 + 4);\n iVar7 = param_1[0xc];\n iVar1 = param_1[8];\n do {\n piVar10 = (int *)puVar8[-1];\n piVar9 = piVar12;\n if (piVar10 != (int *)*puVar8) {\n do {\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n } while ((int *)*puVar8 != unaff_ESI);\n }\n puVar8 = puVar8 + 3;\n } while ((undefined4 *)(iVar6 + 0x160) != puVar8);\n piVar9 = (int *)param_1[9];\n }\n local_38 = local_38 + 1;\n } while ((int *)piVar9[1] != local_38);\n }\n }\n else {\n iVar15 = 1;\n puVar8 = (undefined4 *)param_1[10];\n unaff_ESI = (int *)*puVar8;\n if (unaff_ESI != (int *)puVar8[1]) {\n piVar10 = piVar12;\n do {\n piVar9 = (int *)*unaff_ESI;\n if (((*(byte *)(piVar9 + 0x15) & 2) != 0) || (piVar12 = piVar10, piVar9[0x14] == 0x11)) {\n if (*(code **)(*piVar9 + 0x2c) == FUN_000887b0) {\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar6 = (**(code **)(*piVar9 + 0x2c))(piVar9);\n }\n if (iVar6 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x155,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar10 + 0x10;\n local_20[0] = piVar10;\n FUN_0011da90(*unaff_ESI,param_1[8],param_1[0xc],local_20);\n puVar8 = (undefined4 *)param_1[10];\n }\n unaff_ESI = unaff_ESI + 1;\n piVar10 = piVar12;\n } while ((int *)puVar8[1] != unaff_ESI);\n }\n }\n piVar10 = (int *)param_1[0xb];\n puVar8 = (undefined4 *)*piVar10;\n if (puVar8 != (undefined4 *)piVar10[1]) {\n do {\n piVar9 = (int *)*puVar8;\n if (piVar9[0x14] == 0x11) {\n if (*(int *)(DAT_003af408 + 8) == 0) goto LAB_0011e13b;\n piVar13 = piVar12;\n if (*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0') {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 == FUN_000887b0) goto LAB_0011e033;\nLAB_0011e09d:\n iVar6 = (*pcVar11)(piVar9);\n goto LAB_0011e03f;\n }\n }\n else {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 != FUN_000887b0) goto LAB_0011e09d;\nLAB_0011e033:\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\nLAB_0011e03f:\n if (iVar15 != iVar6) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar13 = piVar12 + 0x10;\n local_20[0] = piVar12;\n FUN_0011da90(*puVar8,param_1[8],param_1[0xc],local_20);\n piVar10 = (int *)param_1[0xb];\n }\n puVar8 = puVar8 + 1;\n piVar12 = piVar13;\n unaff_ESI = param_1;\n } while ((undefined4 *)piVar10[1] != puVar8);\n }\n if ((*(byte *)(param_1 + 7) & 4) != 0) {\n return;\n }\n }" if (parenthesized_expression "((*(byte *)(param_1 + 7) & 4) != 0)" ( (binary_expression "(*(byte *)(param_1 + 7) & 4) != 0" (parenthesized_expression "(*(byte *)(param_1 + 7) & 4)" ( (binary_expression "*(byte *)(param_1 + 7) & 4" (pointer_expression "*(byte *)(param_1 + 7)" * (cast_expression "(byte *)(param_1 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 7)" ( (binary_expression "param_1 + 7" identifier + number_literal) )))) & number_literal) )) != number_literal) )) (compound_statement "{\n uVar14 = param_1[5];\n if ((param_1[6] < 0) ||\n (iVar7 = param_1[6] + (uint)CARRY4(uVar4,uVar14),\n uVar2 = (uint)(*(uint *)(param_2 + 8) < uVar4 + uVar14),\n iVar6 = *(int *)(param_2 + 0xc) - iVar7,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar7) != SBORROW4(iVar6,uVar2)) !=\n (int)(iVar6 - uVar2) < 0)) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.h",0x6f,"get_output_view",iVar15);\n }\n unaff_ESI = (int *)(uVar14 + *(int *)(param_2 + 0x10));\n *unaff_ESI = 0;\n unaff_ESI[1] = 0;\n uVar14 = iVar15 >> 0x1f & 0x3f;\n unaff_ESI[2] = 0;\n unaff_ESI[3] = 0;\n uVar4 = uVar4 + uVar14 >> 6 | (iVar15 + (uint)CARRY4(uVar4,uVar14)) * 0x4000000;\n unaff_ESI[4] = 0;\n unaff_ESI[5] = 0;\n if (uVar4 < 0xff00) {\n uVar4 = 0;\n }\n unaff_ESI[6] = 0;\n unaff_ESI[7] = 0;\n unaff_ESI[8] = uVar4;\n unaff_ESI[9] = 0;\n piVar12 = (int *)param_1[0xd];\n if (*(code **)(*piVar12 + 0x2c) == FUN_000887b0) {\n uVar4 = piVar12[0x18];\n if (uVar4 == 0xffffffff) {\nLAB_0011e0d4:\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar4 = (**(code **)(*piVar12 + 0x2c))(piVar12);\n }\n piVar12 = unaff_ESI + 0x10;\n if (uVar4 < 0xff00) {\n uVar4 = 0;\n }\n unaff_ESI[10] = uVar4;\n piVar9 = (int *)param_1[9];\n piVar10 = (int *)piVar9[1];\n local_38 = (int *)*piVar9;\n unaff_ESI[0xc] = 0;\n unaff_ESI[0xd] = 0;\n unaff_ESI[0xe] = 0;\n unaff_ESI[0xf] = 0;\n uVar4 = (int)piVar10 - (int)local_38 >> 2;\n if (uVar4 < 0xffff) {\n uVar4 = 0;\n }\n unaff_ESI[0xb] = uVar4;\n if (*(int *)(DAT_003af408 + 8) == 0) {\nLAB_0011e13b:\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0') {\n if (local_38 == piVar10) {\n iVar15 = 1;\n }\n else {\n iVar15 = 1;\n do {\n iVar6 = *local_38;\n if (*(int *)(iVar6 + 0x194) == 1) {\n puVar8 = (undefined4 *)(iVar6 + 4);\n iVar7 = param_1[0xc];\n iVar1 = param_1[8];\n do {\n piVar10 = (int *)puVar8[-1];\n piVar9 = piVar12;\n if (piVar10 != (int *)*puVar8) {\n do {\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n } while ((int *)*puVar8 != unaff_ESI);\n }\n puVar8 = puVar8 + 3;\n } while ((undefined4 *)(iVar6 + 0x160) != puVar8);\n piVar9 = (int *)param_1[9];\n }\n local_38 = local_38 + 1;\n } while ((int *)piVar9[1] != local_38);\n }\n }\n else {\n iVar15 = 1;\n puVar8 = (undefined4 *)param_1[10];\n unaff_ESI = (int *)*puVar8;\n if (unaff_ESI != (int *)puVar8[1]) {\n piVar10 = piVar12;\n do {\n piVar9 = (int *)*unaff_ESI;\n if (((*(byte *)(piVar9 + 0x15) & 2) != 0) || (piVar12 = piVar10, piVar9[0x14] == 0x11)) {\n if (*(code **)(*piVar9 + 0x2c) == FUN_000887b0) {\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar6 = (**(code **)(*piVar9 + 0x2c))(piVar9);\n }\n if (iVar6 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x155,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar10 + 0x10;\n local_20[0] = piVar10;\n FUN_0011da90(*unaff_ESI,param_1[8],param_1[0xc],local_20);\n puVar8 = (undefined4 *)param_1[10];\n }\n unaff_ESI = unaff_ESI + 1;\n piVar10 = piVar12;\n } while ((int *)puVar8[1] != unaff_ESI);\n }\n }\n piVar10 = (int *)param_1[0xb];\n puVar8 = (undefined4 *)*piVar10;\n if (puVar8 != (undefined4 *)piVar10[1]) {\n do {\n piVar9 = (int *)*puVar8;\n if (piVar9[0x14] == 0x11) {\n if (*(int *)(DAT_003af408 + 8) == 0) goto LAB_0011e13b;\n piVar13 = piVar12;\n if (*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0') {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 == FUN_000887b0) goto LAB_0011e033;\nLAB_0011e09d:\n iVar6 = (*pcVar11)(piVar9);\n goto LAB_0011e03f;\n }\n }\n else {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 != FUN_000887b0) goto LAB_0011e09d;\nLAB_0011e033:\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\nLAB_0011e03f:\n if (iVar15 != iVar6) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar13 = piVar12 + 0x10;\n local_20[0] = piVar12;\n FUN_0011da90(*puVar8,param_1[8],param_1[0xc],local_20);\n piVar10 = (int *)param_1[0xb];\n }\n puVar8 = puVar8 + 1;\n piVar12 = piVar13;\n unaff_ESI = param_1;\n } while ((undefined4 *)piVar10[1] != puVar8);\n }\n if ((*(byte *)(param_1 + 7) & 4) != 0) {\n return;\n }\n }" { (expression_statement "uVar14 = param_1[5];" (assignment_expression "uVar14 = param_1[5]" identifier = (subscript_expression "param_1[5]" identifier [ number_literal ])) ;) (if_statement "if ((param_1[6] < 0) ||\n (iVar7 = param_1[6] + (uint)CARRY4(uVar4,uVar14),\n uVar2 = (uint)(*(uint *)(param_2 + 8) < uVar4 + uVar14),\n iVar6 = *(int *)(param_2 + 0xc) - iVar7,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar7) != SBORROW4(iVar6,uVar2)) !=\n (int)(iVar6 - uVar2) < 0)) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.h",0x6f,"get_output_view",iVar15);\n }" if (parenthesized_expression "((param_1[6] < 0) ||\n (iVar7 = param_1[6] + (uint)CARRY4(uVar4,uVar14),\n uVar2 = (uint)(*(uint *)(param_2 + 8) < uVar4 + uVar14),\n iVar6 = *(int *)(param_2 + 0xc) - iVar7,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar7) != SBORROW4(iVar6,uVar2)) !=\n (int)(iVar6 - uVar2) < 0))" ( (binary_expression "(param_1[6] < 0) ||\n (iVar7 = param_1[6] + (uint)CARRY4(uVar4,uVar14),\n uVar2 = (uint)(*(uint *)(param_2 + 8) < uVar4 + uVar14),\n iVar6 = *(int *)(param_2 + 0xc) - iVar7,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar7) != SBORROW4(iVar6,uVar2)) !=\n (int)(iVar6 - uVar2) < 0)" (parenthesized_expression "(param_1[6] < 0)" ( (binary_expression "param_1[6] < 0" (subscript_expression "param_1[6]" identifier [ number_literal ]) < number_literal) )) || (parenthesized_expression "(iVar7 = param_1[6] + (uint)CARRY4(uVar4,uVar14),\n uVar2 = (uint)(*(uint *)(param_2 + 8) < uVar4 + uVar14),\n iVar6 = *(int *)(param_2 + 0xc) - iVar7,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar7) != SBORROW4(iVar6,uVar2)) !=\n (int)(iVar6 - uVar2) < 0)" ( (comma_expression "iVar7 = param_1[6] + (uint)CARRY4(uVar4,uVar14),\n uVar2 = (uint)(*(uint *)(param_2 + 8) < uVar4 + uVar14),\n iVar6 = *(int *)(param_2 + 0xc) - iVar7,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar7) != SBORROW4(iVar6,uVar2)) !=\n (int)(iVar6 - uVar2) < 0" (assignment_expression "iVar7 = param_1[6] + (uint)CARRY4(uVar4,uVar14)" identifier = (binary_expression "param_1[6] + (uint)CARRY4(uVar4,uVar14)" (subscript_expression "param_1[6]" identifier [ number_literal ]) + (cast_expression "(uint)CARRY4(uVar4,uVar14)" ( (type_descriptor "uint" type_identifier) ) (call_expression "CARRY4(uVar4,uVar14)" identifier (argument_list "(uVar4,uVar14)" ( identifier , identifier )))))) , (comma_expression "uVar2 = (uint)(*(uint *)(param_2 + 8) < uVar4 + uVar14),\n iVar6 = *(int *)(param_2 + 0xc) - iVar7,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar7) != SBORROW4(iVar6,uVar2)) !=\n (int)(iVar6 - uVar2) < 0" (assignment_expression "uVar2 = (uint)(*(uint *)(param_2 + 8) < uVar4 + uVar14)" identifier = (call_expression "(uint)(*(uint *)(param_2 + 8) < uVar4 + uVar14)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(*(uint *)(param_2 + 8) < uVar4 + uVar14)" ( (binary_expression "*(uint *)(param_2 + 8) < uVar4 + uVar14" (pointer_expression "*(uint *)(param_2 + 8)" * (cast_expression "(uint *)(param_2 + 8)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 8)" ( (binary_expression "param_2 + 8" identifier + number_literal) )))) < (binary_expression "uVar4 + uVar14" identifier + identifier)) )))) , (comma_expression "iVar6 = *(int *)(param_2 + 0xc) - iVar7,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar7) != SBORROW4(iVar6,uVar2)) !=\n (int)(iVar6 - uVar2) < 0" (assignment_expression "iVar6 = *(int *)(param_2 + 0xc) - iVar7" identifier = (binary_expression "*(int *)(param_2 + 0xc) - iVar7" (pointer_expression "*(int *)(param_2 + 0xc)" * (cast_expression "(int *)(param_2 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0xc)" ( (binary_expression "param_2 + 0xc" identifier + number_literal) )))) - identifier)) , (binary_expression "(SBORROW4(*(int *)(param_2 + 0xc),iVar7) != SBORROW4(iVar6,uVar2)) !=\n (int)(iVar6 - uVar2) < 0" (parenthesized_expression "(SBORROW4(*(int *)(param_2 + 0xc),iVar7) != SBORROW4(iVar6,uVar2))" ( (binary_expression "SBORROW4(*(int *)(param_2 + 0xc),iVar7) != SBORROW4(iVar6,uVar2)" (call_expression "SBORROW4(*(int *)(param_2 + 0xc),iVar7)" identifier (argument_list "(*(int *)(param_2 + 0xc),iVar7)" ( (pointer_expression "*(int *)(param_2 + 0xc)" * (cast_expression "(int *)(param_2 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0xc)" ( (binary_expression "param_2 + 0xc" identifier + number_literal) )))) , identifier ))) != (call_expression "SBORROW4(iVar6,uVar2)" identifier (argument_list "(iVar6,uVar2)" ( identifier , identifier )))) )) != (binary_expression "(int)(iVar6 - uVar2) < 0" (cast_expression "(int)(iVar6 - uVar2)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(iVar6 - uVar2)" ( (binary_expression "iVar6 - uVar2" identifier - identifier) ))) < number_literal))))) ))) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.h",0x6f,"get_output_view",iVar15);\n }" { comment (expression_statement "FUN_0007d010("../../gold/output.h",0x6f,"get_output_view",iVar15);" (call_expression "FUN_0007d010("../../gold/output.h",0x6f,"get_output_view",iVar15)" identifier (argument_list "("../../gold/output.h",0x6f,"get_output_view",iVar15)" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""get_output_view"" " string_content ") , identifier ))) ;) })) (expression_statement "unaff_ESI = (int *)(uVar14 + *(int *)(param_2 + 0x10));" (assignment_expression "unaff_ESI = (int *)(uVar14 + *(int *)(param_2 + 0x10))" identifier = (cast_expression "(int *)(uVar14 + *(int *)(param_2 + 0x10))" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(uVar14 + *(int *)(param_2 + 0x10))" ( (binary_expression "uVar14 + *(int *)(param_2 + 0x10)" identifier + (pointer_expression "*(int *)(param_2 + 0x10)" * (cast_expression "(int *)(param_2 + 0x10)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x10)" ( (binary_expression "param_2 + 0x10" identifier + number_literal) ))))) )))) ;) (expression_statement "*unaff_ESI = 0;" (assignment_expression "*unaff_ESI = 0" (pointer_expression "*unaff_ESI" * identifier) = number_literal) ;) (expression_statement "unaff_ESI[1] = 0;" (assignment_expression "unaff_ESI[1] = 0" (subscript_expression "unaff_ESI[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "uVar14 = iVar15 >> 0x1f & 0x3f;" (assignment_expression "uVar14 = iVar15 >> 0x1f & 0x3f" identifier = (binary_expression "iVar15 >> 0x1f & 0x3f" (binary_expression "iVar15 >> 0x1f" identifier >> number_literal) & number_literal)) ;) (expression_statement "unaff_ESI[2] = 0;" (assignment_expression "unaff_ESI[2] = 0" (subscript_expression "unaff_ESI[2]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "unaff_ESI[3] = 0;" (assignment_expression "unaff_ESI[3] = 0" (subscript_expression "unaff_ESI[3]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "uVar4 = uVar4 + uVar14 >> 6 | (iVar15 + (uint)CARRY4(uVar4,uVar14)) * 0x4000000;" (assignment_expression "uVar4 = uVar4 + uVar14 >> 6 | (iVar15 + (uint)CARRY4(uVar4,uVar14)) * 0x4000000" identifier = (binary_expression "uVar4 + uVar14 >> 6 | (iVar15 + (uint)CARRY4(uVar4,uVar14)) * 0x4000000" (binary_expression "uVar4 + uVar14 >> 6" (binary_expression "uVar4 + uVar14" identifier + identifier) >> number_literal) | (binary_expression "(iVar15 + (uint)CARRY4(uVar4,uVar14)) * 0x4000000" (parenthesized_expression "(iVar15 + (uint)CARRY4(uVar4,uVar14))" ( (binary_expression "iVar15 + (uint)CARRY4(uVar4,uVar14)" identifier + (cast_expression "(uint)CARRY4(uVar4,uVar14)" ( (type_descriptor "uint" type_identifier) ) (call_expression "CARRY4(uVar4,uVar14)" identifier (argument_list "(uVar4,uVar14)" ( identifier , identifier ))))) )) * number_literal))) ;) (expression_statement "unaff_ESI[4] = 0;" (assignment_expression "unaff_ESI[4] = 0" (subscript_expression "unaff_ESI[4]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "unaff_ESI[5] = 0;" (assignment_expression "unaff_ESI[5] = 0" (subscript_expression "unaff_ESI[5]" identifier [ number_literal ]) = number_literal) ;) (if_statement "if (uVar4 < 0xff00) {\n uVar4 = 0;\n }" if (parenthesized_expression "(uVar4 < 0xff00)" ( (binary_expression "uVar4 < 0xff00" identifier < number_literal) )) (compound_statement "{\n uVar4 = 0;\n }" { (expression_statement "uVar4 = 0;" (assignment_expression "uVar4 = 0" identifier = number_literal) ;) })) (expression_statement "unaff_ESI[6] = 0;" (assignment_expression "unaff_ESI[6] = 0" (subscript_expression "unaff_ESI[6]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "unaff_ESI[7] = 0;" (assignment_expression "unaff_ESI[7] = 0" (subscript_expression "unaff_ESI[7]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "unaff_ESI[8] = uVar4;" (assignment_expression "unaff_ESI[8] = uVar4" (subscript_expression "unaff_ESI[8]" identifier [ number_literal ]) = identifier) ;) (expression_statement "unaff_ESI[9] = 0;" (assignment_expression "unaff_ESI[9] = 0" (subscript_expression "unaff_ESI[9]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar12 = (int *)param_1[0xd];" (assignment_expression "piVar12 = (int *)param_1[0xd]" identifier = (cast_expression "(int *)param_1[0xd]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[0xd]" identifier [ number_literal ]))) ;) (if_statement "if (*(code **)(*piVar12 + 0x2c) == FUN_000887b0) {\n uVar4 = piVar12[0x18];\n if (uVar4 == 0xffffffff) {\nLAB_0011e0d4:\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar4 = (**(code **)(*piVar12 + 0x2c))(piVar12);\n }" if (parenthesized_expression "(*(code **)(*piVar12 + 0x2c) == FUN_000887b0)" ( (binary_expression "*(code **)(*piVar12 + 0x2c) == FUN_000887b0" (pointer_expression "*(code **)(*piVar12 + 0x2c)" * (cast_expression "(code **)(*piVar12 + 0x2c)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar12 + 0x2c)" ( (binary_expression "*piVar12 + 0x2c" (pointer_expression "*piVar12" * identifier) + number_literal) )))) == identifier) )) (compound_statement "{\n uVar4 = piVar12[0x18];\n if (uVar4 == 0xffffffff) {\nLAB_0011e0d4:\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }" { (expression_statement "uVar4 = piVar12[0x18];" (assignment_expression "uVar4 = piVar12[0x18]" identifier = (subscript_expression "piVar12[0x18]" identifier [ number_literal ])) ;) (if_statement "if (uVar4 == 0xffffffff) {\nLAB_0011e0d4:\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx");\n }" if (parenthesized_expression "(uVar4 == 0xffffffff)" ( (binary_expression "uVar4 == 0xffffffff" identifier == number_literal) )) (compound_statement "{\nLAB_0011e0d4:\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx");\n }" { (labeled_statement "LAB_0011e0d4:\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx");" statement_identifier : comment (expression_statement "FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx");" (call_expression "FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx")" identifier (argument_list "("../../gold/output.h",0x1043,"do_out_shndx")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""do_out_shndx"" " string_content ") ))) ;)) })) }) (else_clause "else {\n uVar4 = (**(code **)(*piVar12 + 0x2c))(piVar12);\n }" else (compound_statement "{\n uVar4 = (**(code **)(*piVar12 + 0x2c))(piVar12);\n }" { (expression_statement "uVar4 = (**(code **)(*piVar12 + 0x2c))(piVar12);" (assignment_expression "uVar4 = (**(code **)(*piVar12 + 0x2c))(piVar12)" identifier = (call_expression "(**(code **)(*piVar12 + 0x2c))(piVar12)" (parenthesized_expression "(**(code **)(*piVar12 + 0x2c))" ( (pointer_expression "**(code **)(*piVar12 + 0x2c)" * (pointer_expression "*(code **)(*piVar12 + 0x2c)" * (cast_expression "(code **)(*piVar12 + 0x2c)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar12 + 0x2c)" ( (binary_expression "*piVar12 + 0x2c" (pointer_expression "*piVar12" * identifier) + number_literal) ))))) )) (argument_list "(piVar12)" ( identifier )))) ;) }))) (expression_statement "piVar12 = unaff_ESI + 0x10;" (assignment_expression "piVar12 = unaff_ESI + 0x10" identifier = (binary_expression "unaff_ESI + 0x10" identifier + number_literal)) ;) (if_statement "if (uVar4 < 0xff00) {\n uVar4 = 0;\n }" if (parenthesized_expression "(uVar4 < 0xff00)" ( (binary_expression "uVar4 < 0xff00" identifier < number_literal) )) (compound_statement "{\n uVar4 = 0;\n }" { (expression_statement "uVar4 = 0;" (assignment_expression "uVar4 = 0" identifier = number_literal) ;) })) (expression_statement "unaff_ESI[10] = uVar4;" (assignment_expression "unaff_ESI[10] = uVar4" (subscript_expression "unaff_ESI[10]" identifier [ number_literal ]) = identifier) ;) (expression_statement "piVar9 = (int *)param_1[9];" (assignment_expression "piVar9 = (int *)param_1[9]" identifier = (cast_expression "(int *)param_1[9]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[9]" identifier [ number_literal ]))) ;) (expression_statement "piVar10 = (int *)piVar9[1];" (assignment_expression "piVar10 = (int *)piVar9[1]" identifier = (cast_expression "(int *)piVar9[1]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar9[1]" identifier [ number_literal ]))) ;) (expression_statement "local_38 = (int *)*piVar9;" (assignment_expression "local_38 = (int *)*piVar9" identifier = (cast_expression "(int *)*piVar9" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar9" * identifier))) ;) (expression_statement "unaff_ESI[0xc] = 0;" (assignment_expression "unaff_ESI[0xc] = 0" (subscript_expression "unaff_ESI[0xc]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "unaff_ESI[0xd] = 0;" (assignment_expression "unaff_ESI[0xd] = 0" (subscript_expression "unaff_ESI[0xd]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "unaff_ESI[0xe] = 0;" (assignment_expression "unaff_ESI[0xe] = 0" (subscript_expression "unaff_ESI[0xe]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "unaff_ESI[0xf] = 0;" (assignment_expression "unaff_ESI[0xf] = 0" (subscript_expression "unaff_ESI[0xf]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "uVar4 = (int)piVar10 - (int)local_38 >> 2;" (assignment_expression "uVar4 = (int)piVar10 - (int)local_38 >> 2" identifier = (binary_expression "(int)piVar10 - (int)local_38 >> 2" (binary_expression "(int)piVar10 - (int)local_38" (cast_expression "(int)piVar10" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)local_38" ( (type_descriptor "int" primitive_type) ) identifier)) >> number_literal)) ;) (if_statement "if (uVar4 < 0xffff) {\n uVar4 = 0;\n }" if (parenthesized_expression "(uVar4 < 0xffff)" ( (binary_expression "uVar4 < 0xffff" identifier < number_literal) )) (compound_statement "{\n uVar4 = 0;\n }" { (expression_statement "uVar4 = 0;" (assignment_expression "uVar4 = 0" identifier = number_literal) ;) })) (expression_statement "unaff_ESI[0xb] = uVar4;" (assignment_expression "unaff_ESI[0xb] = uVar4" (subscript_expression "unaff_ESI[0xb]" identifier [ number_literal ]) = identifier) ;) (if_statement "if (*(int *)(DAT_003af408 + 8) == 0) {\nLAB_0011e13b:\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(*(int *)(DAT_003af408 + 8) == 0)" ( (binary_expression "*(int *)(DAT_003af408 + 8) == 0" (pointer_expression "*(int *)(DAT_003af408 + 8)" * (cast_expression "(int *)(DAT_003af408 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_003af408 + 8)" ( (binary_expression "DAT_003af408 + 8" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\nLAB_0011e13b:\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/parameters.h",0x5c,"options");\n }" { (labeled_statement "LAB_0011e13b:\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/parameters.h",0x5c,"options");" statement_identifier : comment (expression_statement "FUN_0007d010("../../gold/parameters.h",0x5c,"options");" (call_expression "FUN_0007d010("../../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 *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0') {\n if (local_38 == piVar10) {\n iVar15 = 1;\n }\n else {\n iVar15 = 1;\n do {\n iVar6 = *local_38;\n if (*(int *)(iVar6 + 0x194) == 1) {\n puVar8 = (undefined4 *)(iVar6 + 4);\n iVar7 = param_1[0xc];\n iVar1 = param_1[8];\n do {\n piVar10 = (int *)puVar8[-1];\n piVar9 = piVar12;\n if (piVar10 != (int *)*puVar8) {\n do {\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n } while ((int *)*puVar8 != unaff_ESI);\n }\n puVar8 = puVar8 + 3;\n } while ((undefined4 *)(iVar6 + 0x160) != puVar8);\n piVar9 = (int *)param_1[9];\n }\n local_38 = local_38 + 1;\n } while ((int *)piVar9[1] != local_38);\n }\n }\n else {\n iVar15 = 1;\n puVar8 = (undefined4 *)param_1[10];\n unaff_ESI = (int *)*puVar8;\n if (unaff_ESI != (int *)puVar8[1]) {\n piVar10 = piVar12;\n do {\n piVar9 = (int *)*unaff_ESI;\n if (((*(byte *)(piVar9 + 0x15) & 2) != 0) || (piVar12 = piVar10, piVar9[0x14] == 0x11)) {\n if (*(code **)(*piVar9 + 0x2c) == FUN_000887b0) {\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar6 = (**(code **)(*piVar9 + 0x2c))(piVar9);\n }\n if (iVar6 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x155,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar10 + 0x10;\n local_20[0] = piVar10;\n FUN_0011da90(*unaff_ESI,param_1[8],param_1[0xc],local_20);\n puVar8 = (undefined4 *)param_1[10];\n }\n unaff_ESI = unaff_ESI + 1;\n piVar10 = piVar12;\n } while ((int *)puVar8[1] != unaff_ESI);\n }\n }" if (parenthesized_expression "(*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0')" ( (binary_expression "*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0'" (pointer_expression "*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d)" * (cast_expression "(char *)(*(int *)(DAT_003af408 + 8) + 0x318d)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(DAT_003af408 + 8) + 0x318d)" ( (binary_expression "*(int *)(DAT_003af408 + 8) + 0x318d" (pointer_expression "*(int *)(DAT_003af408 + 8)" * (cast_expression "(int *)(DAT_003af408 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_003af408 + 8)" ( (binary_expression "DAT_003af408 + 8" identifier + number_literal) )))) + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n if (local_38 == piVar10) {\n iVar15 = 1;\n }\n else {\n iVar15 = 1;\n do {\n iVar6 = *local_38;\n if (*(int *)(iVar6 + 0x194) == 1) {\n puVar8 = (undefined4 *)(iVar6 + 4);\n iVar7 = param_1[0xc];\n iVar1 = param_1[8];\n do {\n piVar10 = (int *)puVar8[-1];\n piVar9 = piVar12;\n if (piVar10 != (int *)*puVar8) {\n do {\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n } while ((int *)*puVar8 != unaff_ESI);\n }\n puVar8 = puVar8 + 3;\n } while ((undefined4 *)(iVar6 + 0x160) != puVar8);\n piVar9 = (int *)param_1[9];\n }\n local_38 = local_38 + 1;\n } while ((int *)piVar9[1] != local_38);\n }\n }" { (if_statement "if (local_38 == piVar10) {\n iVar15 = 1;\n }\n else {\n iVar15 = 1;\n do {\n iVar6 = *local_38;\n if (*(int *)(iVar6 + 0x194) == 1) {\n puVar8 = (undefined4 *)(iVar6 + 4);\n iVar7 = param_1[0xc];\n iVar1 = param_1[8];\n do {\n piVar10 = (int *)puVar8[-1];\n piVar9 = piVar12;\n if (piVar10 != (int *)*puVar8) {\n do {\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n } while ((int *)*puVar8 != unaff_ESI);\n }\n puVar8 = puVar8 + 3;\n } while ((undefined4 *)(iVar6 + 0x160) != puVar8);\n piVar9 = (int *)param_1[9];\n }\n local_38 = local_38 + 1;\n } while ((int *)piVar9[1] != local_38);\n }" if (parenthesized_expression "(local_38 == piVar10)" ( (binary_expression "local_38 == piVar10" identifier == identifier) )) (compound_statement "{\n iVar15 = 1;\n }" { (expression_statement "iVar15 = 1;" (assignment_expression "iVar15 = 1" identifier = number_literal) ;) }) (else_clause "else {\n iVar15 = 1;\n do {\n iVar6 = *local_38;\n if (*(int *)(iVar6 + 0x194) == 1) {\n puVar8 = (undefined4 *)(iVar6 + 4);\n iVar7 = param_1[0xc];\n iVar1 = param_1[8];\n do {\n piVar10 = (int *)puVar8[-1];\n piVar9 = piVar12;\n if (piVar10 != (int *)*puVar8) {\n do {\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n } while ((int *)*puVar8 != unaff_ESI);\n }\n puVar8 = puVar8 + 3;\n } while ((undefined4 *)(iVar6 + 0x160) != puVar8);\n piVar9 = (int *)param_1[9];\n }\n local_38 = local_38 + 1;\n } while ((int *)piVar9[1] != local_38);\n }" else (compound_statement "{\n iVar15 = 1;\n do {\n iVar6 = *local_38;\n if (*(int *)(iVar6 + 0x194) == 1) {\n puVar8 = (undefined4 *)(iVar6 + 4);\n iVar7 = param_1[0xc];\n iVar1 = param_1[8];\n do {\n piVar10 = (int *)puVar8[-1];\n piVar9 = piVar12;\n if (piVar10 != (int *)*puVar8) {\n do {\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n } while ((int *)*puVar8 != unaff_ESI);\n }\n puVar8 = puVar8 + 3;\n } while ((undefined4 *)(iVar6 + 0x160) != puVar8);\n piVar9 = (int *)param_1[9];\n }\n local_38 = local_38 + 1;\n } while ((int *)piVar9[1] != local_38);\n }" { (expression_statement "iVar15 = 1;" (assignment_expression "iVar15 = 1" identifier = number_literal) ;) (do_statement "do {\n iVar6 = *local_38;\n if (*(int *)(iVar6 + 0x194) == 1) {\n puVar8 = (undefined4 *)(iVar6 + 4);\n iVar7 = param_1[0xc];\n iVar1 = param_1[8];\n do {\n piVar10 = (int *)puVar8[-1];\n piVar9 = piVar12;\n if (piVar10 != (int *)*puVar8) {\n do {\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n } while ((int *)*puVar8 != unaff_ESI);\n }\n puVar8 = puVar8 + 3;\n } while ((undefined4 *)(iVar6 + 0x160) != puVar8);\n piVar9 = (int *)param_1[9];\n }\n local_38 = local_38 + 1;\n } while ((int *)piVar9[1] != local_38);" do (compound_statement "{\n iVar6 = *local_38;\n if (*(int *)(iVar6 + 0x194) == 1) {\n puVar8 = (undefined4 *)(iVar6 + 4);\n iVar7 = param_1[0xc];\n iVar1 = param_1[8];\n do {\n piVar10 = (int *)puVar8[-1];\n piVar9 = piVar12;\n if (piVar10 != (int *)*puVar8) {\n do {\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n } while ((int *)*puVar8 != unaff_ESI);\n }\n puVar8 = puVar8 + 3;\n } while ((undefined4 *)(iVar6 + 0x160) != puVar8);\n piVar9 = (int *)param_1[9];\n }\n local_38 = local_38 + 1;\n }" { (expression_statement "iVar6 = *local_38;" (assignment_expression "iVar6 = *local_38" identifier = (pointer_expression "*local_38" * identifier)) ;) (if_statement "if (*(int *)(iVar6 + 0x194) == 1) {\n puVar8 = (undefined4 *)(iVar6 + 4);\n iVar7 = param_1[0xc];\n iVar1 = param_1[8];\n do {\n piVar10 = (int *)puVar8[-1];\n piVar9 = piVar12;\n if (piVar10 != (int *)*puVar8) {\n do {\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n } while ((int *)*puVar8 != unaff_ESI);\n }\n puVar8 = puVar8 + 3;\n } while ((undefined4 *)(iVar6 + 0x160) != puVar8);\n piVar9 = (int *)param_1[9];\n }" if (parenthesized_expression "(*(int *)(iVar6 + 0x194) == 1)" ( (binary_expression "*(int *)(iVar6 + 0x194) == 1" (pointer_expression "*(int *)(iVar6 + 0x194)" * (cast_expression "(int *)(iVar6 + 0x194)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x194)" ( (binary_expression "iVar6 + 0x194" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n puVar8 = (undefined4 *)(iVar6 + 4);\n iVar7 = param_1[0xc];\n iVar1 = param_1[8];\n do {\n piVar10 = (int *)puVar8[-1];\n piVar9 = piVar12;\n if (piVar10 != (int *)*puVar8) {\n do {\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n } while ((int *)*puVar8 != unaff_ESI);\n }\n puVar8 = puVar8 + 3;\n } while ((undefined4 *)(iVar6 + 0x160) != puVar8);\n piVar9 = (int *)param_1[9];\n }" { (expression_statement "puVar8 = (undefined4 *)(iVar6 + 4);" (assignment_expression "puVar8 = (undefined4 *)(iVar6 + 4)" identifier = (cast_expression "(undefined4 *)(iVar6 + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 4)" ( (binary_expression "iVar6 + 4" identifier + number_literal) )))) ;) (expression_statement "iVar7 = param_1[0xc];" (assignment_expression "iVar7 = param_1[0xc]" identifier = (subscript_expression "param_1[0xc]" identifier [ number_literal ])) ;) (expression_statement "iVar1 = param_1[8];" (assignment_expression "iVar1 = param_1[8]" identifier = (subscript_expression "param_1[8]" identifier [ number_literal ])) ;) (do_statement "do {\n piVar10 = (int *)puVar8[-1];\n piVar9 = piVar12;\n if (piVar10 != (int *)*puVar8) {\n do {\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n } while ((int *)*puVar8 != unaff_ESI);\n }\n puVar8 = puVar8 + 3;\n } while ((undefined4 *)(iVar6 + 0x160) != puVar8);" do (compound_statement "{\n piVar10 = (int *)puVar8[-1];\n piVar9 = piVar12;\n if (piVar10 != (int *)*puVar8) {\n do {\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n } while ((int *)*puVar8 != unaff_ESI);\n }\n puVar8 = puVar8 + 3;\n }" { (expression_statement "piVar10 = (int *)puVar8[-1];" (assignment_expression "piVar10 = (int *)puVar8[-1]" identifier = (cast_expression "(int *)puVar8[-1]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar8[-1]" identifier [ number_literal ]))) ;) (expression_statement "piVar9 = piVar12;" (assignment_expression "piVar9 = piVar12" identifier = identifier) ;) (if_statement "if (piVar10 != (int *)*puVar8) {\n do {\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n } while ((int *)*puVar8 != unaff_ESI);\n }" if (parenthesized_expression "(piVar10 != (int *)*puVar8)" ( (binary_expression "piVar10 != (int *)*puVar8" identifier != (cast_expression "(int *)*puVar8" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar8" * identifier))) )) (compound_statement "{\n do {\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n } while ((int *)*puVar8 != unaff_ESI);\n }" { (do_statement "do {\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n } while ((int *)*puVar8 != unaff_ESI);" do (compound_statement "{\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n }" { (expression_statement "cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);" (assignment_expression "cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10)" identifier = (call_expression "(**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10)" (parenthesized_expression "(**(code **)(*(int *)*piVar10 + 0x18))" ( (pointer_expression "**(code **)(*(int *)*piVar10 + 0x18)" * (pointer_expression "*(code **)(*(int *)*piVar10 + 0x18)" * (cast_expression "(code **)(*(int *)*piVar10 + 0x18)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)*piVar10 + 0x18)" ( (binary_expression "*(int *)*piVar10 + 0x18" (pointer_expression "*(int *)*piVar10" * (cast_expression "(int *)*piVar10" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar10" * identifier))) + number_literal) ))))) )) (argument_list "((int *)*piVar10)" ( (cast_expression "(int *)*piVar10" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar10" * identifier)) )))) ;) (expression_statement "piVar12 = piVar9;" (assignment_expression "piVar12 = piVar9" identifier = identifier) ;) (if_statement "if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }" if (parenthesized_expression "(cVar3 != '\0')" ( (binary_expression "cVar3 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }" { (expression_statement "piVar13 = (int *)*piVar10;" (assignment_expression "piVar13 = (int *)*piVar10" identifier = (cast_expression "(int *)*piVar10" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar10" * identifier))) ;) (if_statement "if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }" if (parenthesized_expression "(*(code **)(*piVar13 + 0x2c) == FUN_000887b0)" ( (binary_expression "*(code **)(*piVar13 + 0x2c) == FUN_000887b0" (pointer_expression "*(code **)(*piVar13 + 0x2c)" * (cast_expression "(code **)(*piVar13 + 0x2c)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar13 + 0x2c)" ( (binary_expression "*piVar13 + 0x2c" (pointer_expression "*piVar13" * identifier) + number_literal) )))) == identifier) )) (compound_statement "{\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }" { (expression_statement "iVar5 = piVar13[0x18];" (assignment_expression "iVar5 = piVar13[0x18]" identifier = (subscript_expression "piVar13[0x18]" identifier [ number_literal ])) ;) (if_statement "if (iVar5 == -1) goto LAB_0011e0d4;" if (parenthesized_expression "(iVar5 == -1)" ( (binary_expression "iVar5 == -1" identifier == number_literal) )) (goto_statement "goto LAB_0011e0d4;" goto statement_identifier ;)) }) (else_clause "else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }" else (compound_statement "{\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }" { (expression_statement "iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);" (assignment_expression "iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13)" identifier = (call_expression "(**(code **)(*piVar13 + 0x2c))(piVar13)" (parenthesized_expression "(**(code **)(*piVar13 + 0x2c))" ( (pointer_expression "**(code **)(*piVar13 + 0x2c)" * (pointer_expression "*(code **)(*piVar13 + 0x2c)" * (cast_expression "(code **)(*piVar13 + 0x2c)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar13 + 0x2c)" ( (binary_expression "*piVar13 + 0x2c" (pointer_expression "*piVar13" * identifier) + number_literal) ))))) )) (argument_list "(piVar13)" ( identifier )))) ;) }))) (if_statement "if (iVar5 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }" if (parenthesized_expression "(iVar5 != iVar15)" ( (binary_expression "iVar5 != iVar15" identifier != identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }" { comment (expression_statement "FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");" (call_expression "FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list")" identifier (argument_list "("../../gold/output.cc",0x1354,"write_section_headers_list")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""write_section_headers_list"" " string_content ") ))) ;) })) (expression_statement "iVar15 = iVar15 + 1;" (assignment_expression "iVar15 = iVar15 + 1" identifier = (binary_expression "iVar15 + 1" identifier + number_literal)) ;) (expression_statement "piVar12 = piVar9 + 0x10;" (assignment_expression "piVar12 = piVar9 + 0x10" identifier = (binary_expression "piVar9 + 0x10" identifier + number_literal)) ;) (expression_statement "local_20[0] = piVar9;" (assignment_expression "local_20[0] = piVar9" (subscript_expression "local_20[0]" identifier [ number_literal ]) = identifier) ;) (expression_statement "FUN_0011da90(piVar13,iVar1,iVar7,local_20);" (call_expression "FUN_0011da90(piVar13,iVar1,iVar7,local_20)" identifier (argument_list "(piVar13,iVar1,iVar7,local_20)" ( identifier , identifier , identifier , identifier ))) ;) })) (expression_statement "unaff_ESI = piVar10 + 1;" (assignment_expression "unaff_ESI = piVar10 + 1" identifier = (binary_expression "piVar10 + 1" identifier + number_literal)) ;) (expression_statement "piVar9 = piVar12;" (assignment_expression "piVar9 = piVar12" identifier = identifier) ;) (expression_statement "piVar10 = unaff_ESI;" (assignment_expression "piVar10 = unaff_ESI" identifier = identifier) ;) }) while (parenthesized_expression "((int *)*puVar8 != unaff_ESI)" ( (binary_expression "(int *)*puVar8 != unaff_ESI" (cast_expression "(int *)*puVar8" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar8" * identifier)) != identifier) )) ;) })) (expression_statement "puVar8 = puVar8 + 3;" (assignment_expression "puVar8 = puVar8 + 3" identifier = (binary_expression "puVar8 + 3" identifier + number_literal)) ;) }) while (parenthesized_expression "((undefined4 *)(iVar6 + 0x160) != puVar8)" ( (binary_expression "(undefined4 *)(iVar6 + 0x160) != puVar8" (cast_expression "(undefined4 *)(iVar6 + 0x160)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x160)" ( (binary_expression "iVar6 + 0x160" identifier + number_literal) ))) != identifier) )) ;) (expression_statement "piVar9 = (int *)param_1[9];" (assignment_expression "piVar9 = (int *)param_1[9]" identifier = (cast_expression "(int *)param_1[9]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[9]" identifier [ number_literal ]))) ;) })) (expression_statement "local_38 = local_38 + 1;" (assignment_expression "local_38 = local_38 + 1" identifier = (binary_expression "local_38 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "((int *)piVar9[1] != local_38)" ( (binary_expression "(int *)piVar9[1] != local_38" (cast_expression "(int *)piVar9[1]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar9[1]" identifier [ number_literal ])) != identifier) )) ;) }))) }) (else_clause "else {\n iVar15 = 1;\n puVar8 = (undefined4 *)param_1[10];\n unaff_ESI = (int *)*puVar8;\n if (unaff_ESI != (int *)puVar8[1]) {\n piVar10 = piVar12;\n do {\n piVar9 = (int *)*unaff_ESI;\n if (((*(byte *)(piVar9 + 0x15) & 2) != 0) || (piVar12 = piVar10, piVar9[0x14] == 0x11)) {\n if (*(code **)(*piVar9 + 0x2c) == FUN_000887b0) {\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar6 = (**(code **)(*piVar9 + 0x2c))(piVar9);\n }\n if (iVar6 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x155,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar10 + 0x10;\n local_20[0] = piVar10;\n FUN_0011da90(*unaff_ESI,param_1[8],param_1[0xc],local_20);\n puVar8 = (undefined4 *)param_1[10];\n }\n unaff_ESI = unaff_ESI + 1;\n piVar10 = piVar12;\n } while ((int *)puVar8[1] != unaff_ESI);\n }\n }" else (compound_statement "{\n iVar15 = 1;\n puVar8 = (undefined4 *)param_1[10];\n unaff_ESI = (int *)*puVar8;\n if (unaff_ESI != (int *)puVar8[1]) {\n piVar10 = piVar12;\n do {\n piVar9 = (int *)*unaff_ESI;\n if (((*(byte *)(piVar9 + 0x15) & 2) != 0) || (piVar12 = piVar10, piVar9[0x14] == 0x11)) {\n if (*(code **)(*piVar9 + 0x2c) == FUN_000887b0) {\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar6 = (**(code **)(*piVar9 + 0x2c))(piVar9);\n }\n if (iVar6 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x155,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar10 + 0x10;\n local_20[0] = piVar10;\n FUN_0011da90(*unaff_ESI,param_1[8],param_1[0xc],local_20);\n puVar8 = (undefined4 *)param_1[10];\n }\n unaff_ESI = unaff_ESI + 1;\n piVar10 = piVar12;\n } while ((int *)puVar8[1] != unaff_ESI);\n }\n }" { (expression_statement "iVar15 = 1;" (assignment_expression "iVar15 = 1" identifier = number_literal) ;) (expression_statement "puVar8 = (undefined4 *)param_1[10];" (assignment_expression "puVar8 = (undefined4 *)param_1[10]" identifier = (cast_expression "(undefined4 *)param_1[10]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[10]" identifier [ number_literal ]))) ;) (expression_statement "unaff_ESI = (int *)*puVar8;" (assignment_expression "unaff_ESI = (int *)*puVar8" identifier = (cast_expression "(int *)*puVar8" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar8" * identifier))) ;) (if_statement "if (unaff_ESI != (int *)puVar8[1]) {\n piVar10 = piVar12;\n do {\n piVar9 = (int *)*unaff_ESI;\n if (((*(byte *)(piVar9 + 0x15) & 2) != 0) || (piVar12 = piVar10, piVar9[0x14] == 0x11)) {\n if (*(code **)(*piVar9 + 0x2c) == FUN_000887b0) {\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar6 = (**(code **)(*piVar9 + 0x2c))(piVar9);\n }\n if (iVar6 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x155,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar10 + 0x10;\n local_20[0] = piVar10;\n FUN_0011da90(*unaff_ESI,param_1[8],param_1[0xc],local_20);\n puVar8 = (undefined4 *)param_1[10];\n }\n unaff_ESI = unaff_ESI + 1;\n piVar10 = piVar12;\n } while ((int *)puVar8[1] != unaff_ESI);\n }" if (parenthesized_expression "(unaff_ESI != (int *)puVar8[1])" ( (binary_expression "unaff_ESI != (int *)puVar8[1]" identifier != (cast_expression "(int *)puVar8[1]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar8[1]" identifier [ number_literal ]))) )) (compound_statement "{\n piVar10 = piVar12;\n do {\n piVar9 = (int *)*unaff_ESI;\n if (((*(byte *)(piVar9 + 0x15) & 2) != 0) || (piVar12 = piVar10, piVar9[0x14] == 0x11)) {\n if (*(code **)(*piVar9 + 0x2c) == FUN_000887b0) {\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar6 = (**(code **)(*piVar9 + 0x2c))(piVar9);\n }\n if (iVar6 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x155,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar10 + 0x10;\n local_20[0] = piVar10;\n FUN_0011da90(*unaff_ESI,param_1[8],param_1[0xc],local_20);\n puVar8 = (undefined4 *)param_1[10];\n }\n unaff_ESI = unaff_ESI + 1;\n piVar10 = piVar12;\n } while ((int *)puVar8[1] != unaff_ESI);\n }" { (expression_statement "piVar10 = piVar12;" (assignment_expression "piVar10 = piVar12" identifier = identifier) ;) (do_statement "do {\n piVar9 = (int *)*unaff_ESI;\n if (((*(byte *)(piVar9 + 0x15) & 2) != 0) || (piVar12 = piVar10, piVar9[0x14] == 0x11)) {\n if (*(code **)(*piVar9 + 0x2c) == FUN_000887b0) {\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar6 = (**(code **)(*piVar9 + 0x2c))(piVar9);\n }\n if (iVar6 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x155,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar10 + 0x10;\n local_20[0] = piVar10;\n FUN_0011da90(*unaff_ESI,param_1[8],param_1[0xc],local_20);\n puVar8 = (undefined4 *)param_1[10];\n }\n unaff_ESI = unaff_ESI + 1;\n piVar10 = piVar12;\n } while ((int *)puVar8[1] != unaff_ESI);" do (compound_statement "{\n piVar9 = (int *)*unaff_ESI;\n if (((*(byte *)(piVar9 + 0x15) & 2) != 0) || (piVar12 = piVar10, piVar9[0x14] == 0x11)) {\n if (*(code **)(*piVar9 + 0x2c) == FUN_000887b0) {\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar6 = (**(code **)(*piVar9 + 0x2c))(piVar9);\n }\n if (iVar6 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x155,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar10 + 0x10;\n local_20[0] = piVar10;\n FUN_0011da90(*unaff_ESI,param_1[8],param_1[0xc],local_20);\n puVar8 = (undefined4 *)param_1[10];\n }\n unaff_ESI = unaff_ESI + 1;\n piVar10 = piVar12;\n }" { (expression_statement "piVar9 = (int *)*unaff_ESI;" (assignment_expression "piVar9 = (int *)*unaff_ESI" identifier = (cast_expression "(int *)*unaff_ESI" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*unaff_ESI" * identifier))) ;) (if_statement "if (((*(byte *)(piVar9 + 0x15) & 2) != 0) || (piVar12 = piVar10, piVar9[0x14] == 0x11)) {\n if (*(code **)(*piVar9 + 0x2c) == FUN_000887b0) {\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar6 = (**(code **)(*piVar9 + 0x2c))(piVar9);\n }\n if (iVar6 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x155,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar10 + 0x10;\n local_20[0] = piVar10;\n FUN_0011da90(*unaff_ESI,param_1[8],param_1[0xc],local_20);\n puVar8 = (undefined4 *)param_1[10];\n }" if (parenthesized_expression "(((*(byte *)(piVar9 + 0x15) & 2) != 0) || (piVar12 = piVar10, piVar9[0x14] == 0x11))" ( (binary_expression "((*(byte *)(piVar9 + 0x15) & 2) != 0) || (piVar12 = piVar10, piVar9[0x14] == 0x11)" (parenthesized_expression "((*(byte *)(piVar9 + 0x15) & 2) != 0)" ( (binary_expression "(*(byte *)(piVar9 + 0x15) & 2) != 0" (parenthesized_expression "(*(byte *)(piVar9 + 0x15) & 2)" ( (binary_expression "*(byte *)(piVar9 + 0x15) & 2" (pointer_expression "*(byte *)(piVar9 + 0x15)" * (cast_expression "(byte *)(piVar9 + 0x15)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar9 + 0x15)" ( (binary_expression "piVar9 + 0x15" identifier + number_literal) )))) & number_literal) )) != number_literal) )) || (parenthesized_expression "(piVar12 = piVar10, piVar9[0x14] == 0x11)" ( (comma_expression "piVar12 = piVar10, piVar9[0x14] == 0x11" (assignment_expression "piVar12 = piVar10" identifier = identifier) , (binary_expression "piVar9[0x14] == 0x11" (subscript_expression "piVar9[0x14]" identifier [ number_literal ]) == number_literal)) ))) )) (compound_statement "{\n if (*(code **)(*piVar9 + 0x2c) == FUN_000887b0) {\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar6 = (**(code **)(*piVar9 + 0x2c))(piVar9);\n }\n if (iVar6 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x155,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar10 + 0x10;\n local_20[0] = piVar10;\n FUN_0011da90(*unaff_ESI,param_1[8],param_1[0xc],local_20);\n puVar8 = (undefined4 *)param_1[10];\n }" { (if_statement "if (*(code **)(*piVar9 + 0x2c) == FUN_000887b0) {\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar6 = (**(code **)(*piVar9 + 0x2c))(piVar9);\n }" if (parenthesized_expression "(*(code **)(*piVar9 + 0x2c) == FUN_000887b0)" ( (binary_expression "*(code **)(*piVar9 + 0x2c) == FUN_000887b0" (pointer_expression "*(code **)(*piVar9 + 0x2c)" * (cast_expression "(code **)(*piVar9 + 0x2c)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar9 + 0x2c)" ( (binary_expression "*piVar9 + 0x2c" (pointer_expression "*piVar9" * identifier) + number_literal) )))) == identifier) )) (compound_statement "{\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\n }" { (expression_statement "iVar6 = piVar9[0x18];" (assignment_expression "iVar6 = piVar9[0x18]" identifier = (subscript_expression "piVar9[0x18]" identifier [ number_literal ])) ;) (if_statement "if (iVar6 == -1) goto LAB_0011e0d4;" if (parenthesized_expression "(iVar6 == -1)" ( (binary_expression "iVar6 == -1" identifier == number_literal) )) (goto_statement "goto LAB_0011e0d4;" goto statement_identifier ;)) }) (else_clause "else {\n iVar6 = (**(code **)(*piVar9 + 0x2c))(piVar9);\n }" else (compound_statement "{\n iVar6 = (**(code **)(*piVar9 + 0x2c))(piVar9);\n }" { (expression_statement "iVar6 = (**(code **)(*piVar9 + 0x2c))(piVar9);" (assignment_expression "iVar6 = (**(code **)(*piVar9 + 0x2c))(piVar9)" identifier = (call_expression "(**(code **)(*piVar9 + 0x2c))(piVar9)" (parenthesized_expression "(**(code **)(*piVar9 + 0x2c))" ( (pointer_expression "**(code **)(*piVar9 + 0x2c)" * (pointer_expression "*(code **)(*piVar9 + 0x2c)" * (cast_expression "(code **)(*piVar9 + 0x2c)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar9 + 0x2c)" ( (binary_expression "*piVar9 + 0x2c" (pointer_expression "*piVar9" * identifier) + number_literal) ))))) )) (argument_list "(piVar9)" ( identifier )))) ;) }))) (if_statement "if (iVar6 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x155,"do_sized_write");\n }" if (parenthesized_expression "(iVar6 != iVar15)" ( (binary_expression "iVar6 != iVar15" identifier != identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x155,"do_sized_write");\n }" { comment (expression_statement "FUN_0007d010("../../gold/output.cc",0x155,"do_sized_write");" (call_expression "FUN_0007d010("../../gold/output.cc",0x155,"do_sized_write")" identifier (argument_list "("../../gold/output.cc",0x155,"do_sized_write")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""do_sized_write"" " string_content ") ))) ;) })) (expression_statement "iVar15 = iVar15 + 1;" (assignment_expression "iVar15 = iVar15 + 1" identifier = (binary_expression "iVar15 + 1" identifier + number_literal)) ;) (expression_statement "piVar12 = piVar10 + 0x10;" (assignment_expression "piVar12 = piVar10 + 0x10" identifier = (binary_expression "piVar10 + 0x10" identifier + number_literal)) ;) (expression_statement "local_20[0] = piVar10;" (assignment_expression "local_20[0] = piVar10" (subscript_expression "local_20[0]" identifier [ number_literal ]) = identifier) ;) (expression_statement "FUN_0011da90(*unaff_ESI,param_1[8],param_1[0xc],local_20);" (call_expression "FUN_0011da90(*unaff_ESI,param_1[8],param_1[0xc],local_20)" identifier (argument_list "(*unaff_ESI,param_1[8],param_1[0xc],local_20)" ( (pointer_expression "*unaff_ESI" * identifier) , (subscript_expression "param_1[8]" identifier [ number_literal ]) , (subscript_expression "param_1[0xc]" identifier [ number_literal ]) , identifier ))) ;) (expression_statement "puVar8 = (undefined4 *)param_1[10];" (assignment_expression "puVar8 = (undefined4 *)param_1[10]" identifier = (cast_expression "(undefined4 *)param_1[10]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[10]" identifier [ number_literal ]))) ;) })) (expression_statement "unaff_ESI = unaff_ESI + 1;" (assignment_expression "unaff_ESI = unaff_ESI + 1" identifier = (binary_expression "unaff_ESI + 1" identifier + number_literal)) ;) (expression_statement "piVar10 = piVar12;" (assignment_expression "piVar10 = piVar12" identifier = identifier) ;) }) while (parenthesized_expression "((int *)puVar8[1] != unaff_ESI)" ( (binary_expression "(int *)puVar8[1] != unaff_ESI" (cast_expression "(int *)puVar8[1]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar8[1]" identifier [ number_literal ])) != identifier) )) ;) })) }))) (expression_statement "piVar10 = (int *)param_1[0xb];" (assignment_expression "piVar10 = (int *)param_1[0xb]" identifier = (cast_expression "(int *)param_1[0xb]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[0xb]" identifier [ number_literal ]))) ;) (expression_statement "puVar8 = (undefined4 *)*piVar10;" (assignment_expression "puVar8 = (undefined4 *)*piVar10" identifier = (cast_expression "(undefined4 *)*piVar10" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar10" * identifier))) ;) (if_statement "if (puVar8 != (undefined4 *)piVar10[1]) {\n do {\n piVar9 = (int *)*puVar8;\n if (piVar9[0x14] == 0x11) {\n if (*(int *)(DAT_003af408 + 8) == 0) goto LAB_0011e13b;\n piVar13 = piVar12;\n if (*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0') {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 == FUN_000887b0) goto LAB_0011e033;\nLAB_0011e09d:\n iVar6 = (*pcVar11)(piVar9);\n goto LAB_0011e03f;\n }\n }\n else {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 != FUN_000887b0) goto LAB_0011e09d;\nLAB_0011e033:\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\nLAB_0011e03f:\n if (iVar15 != iVar6) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar13 = piVar12 + 0x10;\n local_20[0] = piVar12;\n FUN_0011da90(*puVar8,param_1[8],param_1[0xc],local_20);\n piVar10 = (int *)param_1[0xb];\n }\n puVar8 = puVar8 + 1;\n piVar12 = piVar13;\n unaff_ESI = param_1;\n } while ((undefined4 *)piVar10[1] != puVar8);\n }" if (parenthesized_expression "(puVar8 != (undefined4 *)piVar10[1])" ( (binary_expression "puVar8 != (undefined4 *)piVar10[1]" identifier != (cast_expression "(undefined4 *)piVar10[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar10[1]" identifier [ number_literal ]))) )) (compound_statement "{\n do {\n piVar9 = (int *)*puVar8;\n if (piVar9[0x14] == 0x11) {\n if (*(int *)(DAT_003af408 + 8) == 0) goto LAB_0011e13b;\n piVar13 = piVar12;\n if (*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0') {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 == FUN_000887b0) goto LAB_0011e033;\nLAB_0011e09d:\n iVar6 = (*pcVar11)(piVar9);\n goto LAB_0011e03f;\n }\n }\n else {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 != FUN_000887b0) goto LAB_0011e09d;\nLAB_0011e033:\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\nLAB_0011e03f:\n if (iVar15 != iVar6) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar13 = piVar12 + 0x10;\n local_20[0] = piVar12;\n FUN_0011da90(*puVar8,param_1[8],param_1[0xc],local_20);\n piVar10 = (int *)param_1[0xb];\n }\n puVar8 = puVar8 + 1;\n piVar12 = piVar13;\n unaff_ESI = param_1;\n } while ((undefined4 *)piVar10[1] != puVar8);\n }" { (do_statement "do {\n piVar9 = (int *)*puVar8;\n if (piVar9[0x14] == 0x11) {\n if (*(int *)(DAT_003af408 + 8) == 0) goto LAB_0011e13b;\n piVar13 = piVar12;\n if (*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0') {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 == FUN_000887b0) goto LAB_0011e033;\nLAB_0011e09d:\n iVar6 = (*pcVar11)(piVar9);\n goto LAB_0011e03f;\n }\n }\n else {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 != FUN_000887b0) goto LAB_0011e09d;\nLAB_0011e033:\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\nLAB_0011e03f:\n if (iVar15 != iVar6) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar13 = piVar12 + 0x10;\n local_20[0] = piVar12;\n FUN_0011da90(*puVar8,param_1[8],param_1[0xc],local_20);\n piVar10 = (int *)param_1[0xb];\n }\n puVar8 = puVar8 + 1;\n piVar12 = piVar13;\n unaff_ESI = param_1;\n } while ((undefined4 *)piVar10[1] != puVar8);" do (compound_statement "{\n piVar9 = (int *)*puVar8;\n if (piVar9[0x14] == 0x11) {\n if (*(int *)(DAT_003af408 + 8) == 0) goto LAB_0011e13b;\n piVar13 = piVar12;\n if (*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0') {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 == FUN_000887b0) goto LAB_0011e033;\nLAB_0011e09d:\n iVar6 = (*pcVar11)(piVar9);\n goto LAB_0011e03f;\n }\n }\n else {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 != FUN_000887b0) goto LAB_0011e09d;\nLAB_0011e033:\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\nLAB_0011e03f:\n if (iVar15 != iVar6) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar13 = piVar12 + 0x10;\n local_20[0] = piVar12;\n FUN_0011da90(*puVar8,param_1[8],param_1[0xc],local_20);\n piVar10 = (int *)param_1[0xb];\n }\n puVar8 = puVar8 + 1;\n piVar12 = piVar13;\n unaff_ESI = param_1;\n }" { (expression_statement "piVar9 = (int *)*puVar8;" (assignment_expression "piVar9 = (int *)*puVar8" identifier = (cast_expression "(int *)*puVar8" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar8" * identifier))) ;) (if_statement "if (piVar9[0x14] == 0x11) {\n if (*(int *)(DAT_003af408 + 8) == 0) goto LAB_0011e13b;\n piVar13 = piVar12;\n if (*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0') {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 == FUN_000887b0) goto LAB_0011e033;\nLAB_0011e09d:\n iVar6 = (*pcVar11)(piVar9);\n goto LAB_0011e03f;\n }\n }\n else {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 != FUN_000887b0) goto LAB_0011e09d;\nLAB_0011e033:\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\nLAB_0011e03f:\n if (iVar15 != iVar6) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar13 = piVar12 + 0x10;\n local_20[0] = piVar12;\n FUN_0011da90(*puVar8,param_1[8],param_1[0xc],local_20);\n piVar10 = (int *)param_1[0xb];\n }" if (parenthesized_expression "(piVar9[0x14] == 0x11)" ( (binary_expression "piVar9[0x14] == 0x11" (subscript_expression "piVar9[0x14]" identifier [ number_literal ]) == number_literal) )) (compound_statement "{\n if (*(int *)(DAT_003af408 + 8) == 0) goto LAB_0011e13b;\n piVar13 = piVar12;\n if (*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0') {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 == FUN_000887b0) goto LAB_0011e033;\nLAB_0011e09d:\n iVar6 = (*pcVar11)(piVar9);\n goto LAB_0011e03f;\n }\n }" { (if_statement "if (*(int *)(DAT_003af408 + 8) == 0) goto LAB_0011e13b;" if (parenthesized_expression "(*(int *)(DAT_003af408 + 8) == 0)" ( (binary_expression "*(int *)(DAT_003af408 + 8) == 0" (pointer_expression "*(int *)(DAT_003af408 + 8)" * (cast_expression "(int *)(DAT_003af408 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_003af408 + 8)" ( (binary_expression "DAT_003af408 + 8" identifier + number_literal) )))) == number_literal) )) (goto_statement "goto LAB_0011e13b;" goto statement_identifier ;)) (expression_statement "piVar13 = piVar12;" (assignment_expression "piVar13 = piVar12" identifier = identifier) ;) (if_statement "if (*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0') {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 == FUN_000887b0) goto LAB_0011e033;\nLAB_0011e09d:\n iVar6 = (*pcVar11)(piVar9);\n goto LAB_0011e03f;\n }" if (parenthesized_expression "(*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0')" ( (binary_expression "*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0'" (pointer_expression "*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d)" * (cast_expression "(char *)(*(int *)(DAT_003af408 + 8) + 0x318d)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(DAT_003af408 + 8) + 0x318d)" ( (binary_expression "*(int *)(DAT_003af408 + 8) + 0x318d" (pointer_expression "*(int *)(DAT_003af408 + 8)" * (cast_expression "(int *)(DAT_003af408 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_003af408 + 8)" ( (binary_expression "DAT_003af408 + 8" identifier + number_literal) )))) + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 == FUN_000887b0) goto LAB_0011e033;\nLAB_0011e09d:\n iVar6 = (*pcVar11)(piVar9);\n goto LAB_0011e03f;\n }" { (expression_statement "pcVar11 = *(code **)(*piVar9 + 0x2c);" (assignment_expression "pcVar11 = *(code **)(*piVar9 + 0x2c)" identifier = (pointer_expression "*(code **)(*piVar9 + 0x2c)" * (cast_expression "(code **)(*piVar9 + 0x2c)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar9 + 0x2c)" ( (binary_expression "*piVar9 + 0x2c" (pointer_expression "*piVar9" * identifier) + number_literal) ))))) ;) (if_statement "if (pcVar11 == FUN_000887b0) goto LAB_0011e033;" if (parenthesized_expression "(pcVar11 == FUN_000887b0)" ( (binary_expression "pcVar11 == FUN_000887b0" identifier == identifier) )) (goto_statement "goto LAB_0011e033;" goto statement_identifier ;)) (labeled_statement "LAB_0011e09d:\n iVar6 = (*pcVar11)(piVar9);" statement_identifier : (expression_statement "iVar6 = (*pcVar11)(piVar9);" (assignment_expression "iVar6 = (*pcVar11)(piVar9)" identifier = (call_expression "(*pcVar11)(piVar9)" (parenthesized_expression "(*pcVar11)" ( (pointer_expression "*pcVar11" * identifier) )) (argument_list "(piVar9)" ( identifier )))) ;)) (goto_statement "goto LAB_0011e03f;" goto statement_identifier ;) })) }) (else_clause "else {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 != FUN_000887b0) goto LAB_0011e09d;\nLAB_0011e033:\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\nLAB_0011e03f:\n if (iVar15 != iVar6) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar13 = piVar12 + 0x10;\n local_20[0] = piVar12;\n FUN_0011da90(*puVar8,param_1[8],param_1[0xc],local_20);\n piVar10 = (int *)param_1[0xb];\n }" else (compound_statement "{\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 != FUN_000887b0) goto LAB_0011e09d;\nLAB_0011e033:\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\nLAB_0011e03f:\n if (iVar15 != iVar6) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar13 = piVar12 + 0x10;\n local_20[0] = piVar12;\n FUN_0011da90(*puVar8,param_1[8],param_1[0xc],local_20);\n piVar10 = (int *)param_1[0xb];\n }" { (expression_statement "pcVar11 = *(code **)(*piVar9 + 0x2c);" (assignment_expression "pcVar11 = *(code **)(*piVar9 + 0x2c)" identifier = (pointer_expression "*(code **)(*piVar9 + 0x2c)" * (cast_expression "(code **)(*piVar9 + 0x2c)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar9 + 0x2c)" ( (binary_expression "*piVar9 + 0x2c" (pointer_expression "*piVar9" * identifier) + number_literal) ))))) ;) (if_statement "if (pcVar11 != FUN_000887b0) goto LAB_0011e09d;" if (parenthesized_expression "(pcVar11 != FUN_000887b0)" ( (binary_expression "pcVar11 != FUN_000887b0" identifier != identifier) )) (goto_statement "goto LAB_0011e09d;" goto statement_identifier ;)) (labeled_statement "LAB_0011e033:\n iVar6 = piVar9[0x18];" statement_identifier : (expression_statement "iVar6 = piVar9[0x18];" (assignment_expression "iVar6 = piVar9[0x18]" identifier = (subscript_expression "piVar9[0x18]" identifier [ number_literal ])) ;)) (if_statement "if (iVar6 == -1) goto LAB_0011e0d4;" if (parenthesized_expression "(iVar6 == -1)" ( (binary_expression "iVar6 == -1" identifier == number_literal) )) (goto_statement "goto LAB_0011e0d4;" goto statement_identifier ;)) (labeled_statement "LAB_0011e03f:\n if (iVar15 != iVar6) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x167,"do_sized_write");\n }" statement_identifier : (if_statement "if (iVar15 != iVar6) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x167,"do_sized_write");\n }" if (parenthesized_expression "(iVar15 != iVar6)" ( (binary_expression "iVar15 != iVar6" identifier != identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x167,"do_sized_write");\n }" { comment (expression_statement "FUN_0007d010("../../gold/output.cc",0x167,"do_sized_write");" (call_expression "FUN_0007d010("../../gold/output.cc",0x167,"do_sized_write")" identifier (argument_list "("../../gold/output.cc",0x167,"do_sized_write")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""do_sized_write"" " string_content ") ))) ;) }))) (expression_statement "iVar15 = iVar15 + 1;" (assignment_expression "iVar15 = iVar15 + 1" identifier = (binary_expression "iVar15 + 1" identifier + number_literal)) ;) (expression_statement "piVar13 = piVar12 + 0x10;" (assignment_expression "piVar13 = piVar12 + 0x10" identifier = (binary_expression "piVar12 + 0x10" identifier + number_literal)) ;) (expression_statement "local_20[0] = piVar12;" (assignment_expression "local_20[0] = piVar12" (subscript_expression "local_20[0]" identifier [ number_literal ]) = identifier) ;) (expression_statement "FUN_0011da90(*puVar8,param_1[8],param_1[0xc],local_20);" (call_expression "FUN_0011da90(*puVar8,param_1[8],param_1[0xc],local_20)" identifier (argument_list "(*puVar8,param_1[8],param_1[0xc],local_20)" ( (pointer_expression "*puVar8" * identifier) , (subscript_expression "param_1[8]" identifier [ number_literal ]) , (subscript_expression "param_1[0xc]" identifier [ number_literal ]) , identifier ))) ;) (expression_statement "piVar10 = (int *)param_1[0xb];" (assignment_expression "piVar10 = (int *)param_1[0xb]" identifier = (cast_expression "(int *)param_1[0xb]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[0xb]" identifier [ number_literal ]))) ;) }))) (expression_statement "puVar8 = puVar8 + 1;" (assignment_expression "puVar8 = puVar8 + 1" identifier = (binary_expression "puVar8 + 1" identifier + number_literal)) ;) (expression_statement "piVar12 = piVar13;" (assignment_expression "piVar12 = piVar13" identifier = identifier) ;) (expression_statement "unaff_ESI = param_1;" (assignment_expression "unaff_ESI = param_1" identifier = identifier) ;) }) while (parenthesized_expression "((undefined4 *)piVar10[1] != puVar8)" ( (binary_expression "(undefined4 *)piVar10[1] != puVar8" (cast_expression "(undefined4 *)piVar10[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar10[1]" identifier [ number_literal ])) != identifier) )) ;) })) (if_statement "if ((*(byte *)(param_1 + 7) & 4) != 0) {\n return;\n }" if (parenthesized_expression "((*(byte *)(param_1 + 7) & 4) != 0)" ( (binary_expression "(*(byte *)(param_1 + 7) & 4) != 0" (parenthesized_expression "(*(byte *)(param_1 + 7) & 4)" ( (binary_expression "*(byte *)(param_1 + 7) & 4" (pointer_expression "*(byte *)(param_1 + 7)" * (cast_expression "(byte *)(param_1 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 7)" ( (binary_expression "param_1 + 7" identifier + number_literal) )))) & number_literal) )) != number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) })) comment (expression_statement "FUN_0007d010("../../gold/output.h",0xe3,"offset",unaff_ESI);" (call_expression "FUN_0007d010("../../gold/output.h",0xe3,"offset",unaff_ESI)" identifier (argument_list "("../../gold/output.h",0xe3,"offset",unaff_ESI)" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""offset"" " string_content ") , identifier ))) ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Enum "DT": Some values do not have unique names */\n/* WARNING: Enum "ELFOSABI": Some values do not have unique names */\n/* DWARF original name: do_sized_write<64, false>\n DWARF original prototype: void do_sized_write<64,_false>(Output_section_headers * this,\n Output_file * of) */\n\nvoid __thiscall\ngold::Output_section_headers::do_sized_write<64,_false>\n (Output_section_headers *this,Output_file *of)\n\n{\n byte bVar1;\n int iVar2;\n Output_section *pOVar3;\n pointer ppOVar4;\n Output_segment *pOVar5;\n Stringpool *secnamepool;\n Layout *layout;\n uint uVar6;\n int iVar7;\n uint uVar8;\n int iVar9;\n int iVar10;\n Section_list *pSVar11;\n Segment_list *pSVar12;\n _func_int_varargs *p_Var13;\n pointer *pppOVar14;\n pointer ppOVar15;\n Shdr_data<64> *pSVar16;\n Shdr_data<64> *pSVar17;\n uchar *puVar18;\n pointer ppOVar19;\n uint uVar20;\n pointer local_38;\n Shdr_write<64,_false> oshdr;\n \n bVar1 = (this->super_Output_data).field_0x1c;\n if ((bVar1 & 2) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xcf,"data_size");\n }\n iVar9 = *(int *)((int)&(this->super_Output_data).data_size_ + 4);\n uVar8 = (uint)(this->super_Output_data).data_size_;\n if ((bVar1 & 4) != 0) {\n iVar10 = *(int *)((int)&(this->super_Output_data).offset_ + 4);\n uVar20 = (uint)(this->super_Output_data).offset_;\n if ((iVar10 < 0) ||\n (iVar2 = *(int *)((int)&of->file_size_ + 4), iVar10 = iVar10 + (uint)CARRY4(uVar8,uVar20),\n uVar6 = (uint)((uint)of->file_size_ < uVar8 + uVar20), iVar7 = iVar2 - iVar10,\n (SBORROW4(iVar2,iVar10) != SBORROW4(iVar7,uVar6)) != (int)(iVar7 - uVar6) < 0)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x6f,"get_output_view");\n }\n puVar18 = of->base_ + uVar20;\n puVar18[0] = '\0';\n puVar18[1] = '\0';\n puVar18[2] = '\0';\n puVar18[3] = '\0';\n puVar18[4] = '\0';\n puVar18[5] = '\0';\n puVar18[6] = '\0';\n puVar18[7] = '\0';\n uVar20 = iVar9 >> 0x1f & 0x3f;\n puVar18[8] = '\0';\n puVar18[9] = '\0';\n puVar18[10] = '\0';\n puVar18[0xb] = '\0';\n puVar18[0xc] = '\0';\n puVar18[0xd] = '\0';\n puVar18[0xe] = '\0';\n puVar18[0xf] = '\0';\n uVar8 = uVar8 + uVar20 >> 6 | (iVar9 + (uint)CARRY4(uVar8,uVar20)) * 0x4000000;\n puVar18[0x10] = '\0';\n puVar18[0x11] = '\0';\n puVar18[0x12] = '\0';\n puVar18[0x13] = '\0';\n puVar18[0x14] = '\0';\n puVar18[0x15] = '\0';\n puVar18[0x16] = '\0';\n puVar18[0x17] = '\0';\n if (uVar8 < 0xff00) {\n uVar8 = 0;\n }\n puVar18[0x18] = '\0';\n puVar18[0x19] = '\0';\n puVar18[0x1a] = '\0';\n puVar18[0x1b] = '\0';\n puVar18[0x1c] = '\0';\n puVar18[0x1d] = '\0';\n puVar18[0x1e] = '\0';\n puVar18[0x1f] = '\0';\n *(uint *)(puVar18 + 0x20) = uVar8;\n puVar18[0x24] = '\0';\n puVar18[0x25] = '\0';\n puVar18[0x26] = '\0';\n puVar18[0x27] = '\0';\n pOVar3 = this->shstrtab_section_;\n p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var13 == Output_section::do_out_shndx) {\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) {\nLAB_0011e0d4:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar8 = (*p_Var13)(pOVar3);\n }\n pSVar16 = (Shdr_data<64> *)(puVar18 + 0x40);\n if (uVar8 < 0xff00) {\n uVar8 = 0;\n }\n *(uint *)(puVar18 + 0x28) = uVar8;\n pSVar12 = this->segment_list_;\n ppOVar4 = (pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>).\n _M_impl._M_finish;\n local_38 = (pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>).\n _M_impl._M_start;\n puVar18[0x30] = '\0';\n puVar18[0x31] = '\0';\n puVar18[0x32] = '\0';\n puVar18[0x33] = '\0';\n puVar18[0x34] = '\0';\n puVar18[0x35] = '\0';\n puVar18[0x36] = '\0';\n puVar18[0x37] = '\0';\n puVar18[0x38] = '\0';\n puVar18[0x39] = '\0';\n puVar18[0x3a] = '\0';\n puVar18[0x3b] = '\0';\n puVar18[0x3c] = '\0';\n puVar18[0x3d] = '\0';\n puVar18[0x3e] = '\0';\n puVar18[0x3f] = '\0';\n uVar8 = (int)ppOVar4 - (int)local_38 >> 2;\n if (uVar8 < 0xffff) {\n uVar8 = 0;\n }\n *(uint *)(puVar18 + 0x2c) = uVar8;\n if (parameters->options_ == (General_options *)0x0) {\nLAB_0011e13b:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if ((parameters->options_->relocatable_).value == false) {\n if (local_38 == ppOVar4) {\n uVar8 = 1;\n }\n else {\n uVar8 = 1;\n do {\n pOVar5 = *local_38;\n if (pOVar5->type_ == 1) {\n pppOVar14 = &pOVar5->output_lists_[0].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>\n ._M_impl._M_finish;\n secnamepool = this->secnamepool_;\n layout = this->layout_;\n do {\n ppOVar19 = ((_Vector_impl *)(pppOVar14 + -1))->_M_start;\n pSVar17 = pSVar16;\n if (ppOVar19 != *pppOVar14) {\n do {\n iVar9 = (*(*ppOVar19)->_vptr_Output_data[6])(*ppOVar19);\n pSVar16 = pSVar17;\n if ((char)iVar9 != '\0') {\n pOVar3 = (Output_section *)*ppOVar19;\n p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var13 == Output_section::do_out_shndx) {\n uVar20 = pOVar3->out_shndx_;\n if (uVar20 == 0xffffffff) goto LAB_0011e0d4;\n }\n else {\n uVar20 = (*p_Var13)(pOVar3);\n }\n if (uVar20 != uVar8) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1354,"write_section_headers_list"\n );\n }\n uVar8 = uVar8 + 1;\n pSVar16 = pSVar17 + 1;\n oshdr.p_ = pSVar17;\n Output_section::write_header<64,_false>(pOVar3,layout,secnamepool,&oshdr);\n }\n ppOVar19 = ppOVar19 + 1;\n pSVar17 = pSVar16;\n } while (*pppOVar14 != ppOVar19);\n }\n pppOVar14 = pppOVar14 + 3;\n } while ((pointer *)((int)&pOVar5->vaddr_ + 4) != pppOVar14);\n pSVar12 = this->segment_list_;\n }\n local_38 = local_38 + 1;\n } while ((pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>).\n _M_impl._M_finish != local_38);\n }\n }\n else {\n uVar8 = 1;\n pSVar11 = this->section_list_;\n ppOVar15 = (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_start;\n if (ppOVar15 !=\n (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl\n ._M_finish) {\n pSVar17 = pSVar16;\n do {\n pOVar3 = *ppOVar15;\n if (((pOVar3->flags_ & 2) != 0) || (pSVar16 = pSVar17, pOVar3->type_ == 0x11)) {\n p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var13 == Output_section::do_out_shndx) {\n uVar20 = pOVar3->out_shndx_;\n if (uVar20 == 0xffffffff) goto LAB_0011e0d4;\n }\n else {\n uVar20 = (*p_Var13)(pOVar3);\n }\n if (uVar20 != uVar8) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x155,"do_sized_write");\n }\n uVar8 = uVar8 + 1;\n pSVar16 = pSVar17 + 1;\n oshdr.p_ = pSVar17;\n Output_section::write_header<64,_false>\n (*ppOVar15,this->layout_,this->secnamepool_,&oshdr);\n pSVar11 = this->section_list_;\n }\n ppOVar15 = ppOVar15 + 1;\n pSVar17 = pSVar16;\n } while ((pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_finish != ppOVar15);\n }\n }\n pSVar11 = this->unattached_section_list_;\n ppOVar15 = (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_start;\n if (ppOVar15 !=\n (pSVar11->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)\n ._M_impl._M_finish) {\n do {\n pOVar3 = *ppOVar15;\n if (pOVar3->type_ == 0x11) {\n if (parameters->options_ == (General_options *)0x0) goto LAB_0011e13b;\n pSVar17 = pSVar16;\n if ((parameters->options_->relocatable_).value == false) {\n p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var13 == Output_section::do_out_shndx) goto LAB_0011e033;\nLAB_0011e09d:\n uVar20 = (*p_Var13)(pOVar3);\n goto LAB_0011e03f;\n }\n }\n else {\n p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var13 != Output_section::do_out_shndx) goto LAB_0011e09d;\nLAB_0011e033:\n uVar20 = pOVar3->out_shndx_;\n if (uVar20 == 0xffffffff) goto LAB_0011e0d4;\nLAB_0011e03f:\n if (uVar8 != uVar20) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x167,"do_sized_write");\n }\n uVar8 = uVar8 + 1;\n pSVar17 = pSVar16 + 1;\n oshdr.p_ = pSVar16;\n Output_section::write_header<64,_false>(*ppOVar15,this->layout_,this->secnamepool_,&oshdr)\n ;\n pSVar11 = this->unattached_section_list_;\n }\n ppOVar15 = ppOVar15 + 1;\n pSVar16 = pSVar17;\n } while ((pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_finish != ppOVar15);\n }\n if (((this->super_Output_data).field_0x1c & 4) != 0) {\n return;\n }\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xe3,"offset");\n}\n\n" comment comment comment comment (declaration "void __thiscall\ngold::Output_section_headers::do_sized_write<64,_false>\n (Output_section_headers *this,Output_file *of)\n\n{\n byte bVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Output_section_headers::" identifier : : identifier : :) identifier (ERROR "<64" < number_literal) , (ERROR "_false>\n (Output_section_headers *this,Output_file *of)\n\n{\n byte" (function_declarator "_false>\n (Output_section_headers *this,Output_file *of)" identifier (ERROR ">" >) (parameter_list "(Output_section_headers *this,Output_file *of)" ( (parameter_declaration "Output_section_headers *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "Output_file *of" type_identifier (pointer_declarator "*of" * identifier)) ))) { identifier) identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "Output_section *pOVar3;" type_identifier (pointer_declarator "*pOVar3" * identifier) ;) (declaration "pointer ppOVar4;" type_identifier identifier ;) (declaration "Output_segment *pOVar5;" type_identifier (pointer_declarator "*pOVar5" * identifier) ;) (declaration "Stringpool *secnamepool;" type_identifier (pointer_declarator "*secnamepool" * identifier) ;) (declaration "Layout *layout;" type_identifier (pointer_declarator "*layout" * identifier) ;) (declaration "uint uVar6;" type_identifier identifier ;) (declaration "int iVar7;" primitive_type identifier ;) (declaration "uint uVar8;" type_identifier identifier ;) (declaration "int iVar9;" primitive_type identifier ;) (declaration "int iVar10;" primitive_type identifier ;) (declaration "Section_list *pSVar11;" type_identifier (pointer_declarator "*pSVar11" * identifier) ;) (declaration "Segment_list *pSVar12;" type_identifier (pointer_declarator "*pSVar12" * identifier) ;) (declaration "_func_int_varargs *p_Var13;" type_identifier (pointer_declarator "*p_Var13" * identifier) ;) (declaration "pointer *pppOVar14;" type_identifier (pointer_declarator "*pppOVar14" * identifier) ;) (declaration "pointer ppOVar15;" type_identifier identifier ;) (expression_statement "Shdr_data<64> *pSVar16;" (update_expression "Shdr_data<64> *pSVar16" (binary_expression "Shdr_data<64> *pSVar16" (binary_expression "Shdr_data<64" identifier < number_literal) > (pointer_expression "*pSVar16" * identifier)) --) ;) (expression_statement "Shdr_data<64> *pSVar17;" (update_expression "Shdr_data<64> *pSVar17" (binary_expression "Shdr_data<64> *pSVar17" (binary_expression "Shdr_data<64" identifier < number_literal) > (pointer_expression "*pSVar17" * identifier)) --) ;) (declaration "uchar *puVar18;" type_identifier (pointer_declarator "*puVar18" * identifier) ;) (declaration "pointer ppOVar19;" type_identifier identifier ;) (declaration "uint uVar20;" type_identifier identifier ;) (declaration "pointer local_38;" type_identifier identifier ;) (expression_statement "Shdr_write<64,_false> oshdr;" (update_expression "Shdr_write<64,_false> oshdr" (binary_expression "Shdr_write<64,_false> oshdr" (binary_expression "Shdr_write<64" identifier < number_literal) (ERROR ",_false" , identifier) > identifier) --) ;) (expression_statement "bVar1 = (this->super_Output_data).field_0x1c;" (assignment_expression "bVar1 = (this->super_Output_data).field_0x1c" identifier = (field_expression "(this->super_Output_data).field_0x1c" (parenthesized_expression "(this->super_Output_data)" ( (field_expression "this->super_Output_data" identifier -> field_identifier) )) . field_identifier)) ;) (if_statement "if ((bVar1 & 2) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xcf,"data_size");\n }" if (parenthesized_expression "((bVar1 & 2) == 0)" ( (binary_expression "(bVar1 & 2) == 0" (parenthesized_expression "(bVar1 & 2)" ( (binary_expression "bVar1 & 2" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xcf,"data_size");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/output.h",0xcf,"data_size");" (call_expression "do_gold_unreachable("../../gold/output.h",0xcf,"data_size")" identifier (argument_list "("../../gold/output.h",0xcf,"data_size")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""data_size"" " string_content ") ))) ;) })) (expression_statement "iVar9 = *(int *)((int)&(this->super_Output_data).data_size_ + 4);" (assignment_expression "iVar9 = *(int *)((int)&(this->super_Output_data).data_size_ + 4)" identifier = (pointer_expression "*(int *)((int)&(this->super_Output_data).data_size_ + 4)" * (cast_expression "(int *)((int)&(this->super_Output_data).data_size_ + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&(this->super_Output_data).data_size_ + 4)" ( (binary_expression "(int)&(this->super_Output_data).data_size_ + 4" (cast_expression "(int)&(this->super_Output_data).data_size_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&(this->super_Output_data).data_size_" & (field_expression "(this->super_Output_data).data_size_" (parenthesized_expression "(this->super_Output_data)" ( (field_expression "this->super_Output_data" identifier -> field_identifier) )) . field_identifier))) + number_literal) ))))) ;) (expression_statement "uVar8 = (uint)(this->super_Output_data).data_size_;" (assignment_expression "uVar8 = (uint)(this->super_Output_data).data_size_" identifier = (field_expression "(uint)(this->super_Output_data).data_size_" (call_expression "(uint)(this->super_Output_data)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(this->super_Output_data)" ( (field_expression "this->super_Output_data" identifier -> field_identifier) ))) . field_identifier)) ;) (if_statement "if ((bVar1 & 4) != 0) {\n iVar10 = *(int *)((int)&(this->super_Output_data).offset_ + 4);\n uVar20 = (uint)(this->super_Output_data).offset_;\n if ((iVar10 < 0) ||\n (iVar2 = *(int *)((int)&of->file_size_ + 4), iVar10 = iVar10 + (uint)CARRY4(uVar8,uVar20),\n uVar6 = (uint)((uint)of->file_size_ < uVar8 + uVar20), iVar7 = iVar2 - iVar10,\n (SBORROW4(iVar2,iVar10) != SBORROW4(iVar7,uVar6)) != (int)(iVar7 - uVar6) < 0)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x6f,"get_output_view");\n }\n puVar18 = of->base_ + uVar20;\n puVar18[0] = '\0';\n puVar18[1] = '\0';\n puVar18[2] = '\0';\n puVar18[3] = '\0';\n puVar18[4] = '\0';\n puVar18[5] = '\0';\n puVar18[6] = '\0';\n puVar18[7] = '\0';\n uVar20 = iVar9 >> 0x1f & 0x3f;\n puVar18[8] = '\0';\n puVar18[9] = '\0';\n puVar18[10] = '\0';\n puVar18[0xb] = '\0';\n puVar18[0xc] = '\0';\n puVar18[0xd] = '\0';\n puVar18[0xe] = '\0';\n puVar18[0xf] = '\0';\n uVar8 = uVar8 + uVar20 >> 6 | (iVar9 + (uint)CARRY4(uVar8,uVar20)) * 0x4000000;\n puVar18[0x10] = '\0';\n puVar18[0x11] = '\0';\n puVar18[0x12] = '\0';\n puVar18[0x13] = '\0';\n puVar18[0x14] = '\0';\n puVar18[0x15] = '\0';\n puVar18[0x16] = '\0';\n puVar18[0x17] = '\0';\n if (uVar8 < 0xff00) {\n uVar8 = 0;\n }\n puVar18[0x18] = '\0';\n puVar18[0x19] = '\0';\n puVar18[0x1a] = '\0';\n puVar18[0x1b] = '\0';\n puVar18[0x1c] = '\0';\n puVar18[0x1d] = '\0';\n puVar18[0x1e] = '\0';\n puVar18[0x1f] = '\0';\n *(uint *)(puVar18 + 0x20) = uVar8;\n puVar18[0x24] = '\0';\n puVar18[0x25] = '\0';\n puVar18[0x26] = '\0';\n puVar18[0x27] = '\0';\n pOVar3 = this->shstrtab_section_;\n p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var13 == Output_section::do_out_shndx) {\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) {\nLAB_0011e0d4:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar8 = (*p_Var13)(pOVar3);\n }\n pSVar16 = (Shdr_data<64> *)(puVar18 + 0x40);\n if (uVar8 < 0xff00) {\n uVar8 = 0;\n }\n *(uint *)(puVar18 + 0x28) = uVar8;\n pSVar12 = this->segment_list_;\n ppOVar4 = (pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>).\n _M_impl._M_finish;\n local_38 = (pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>).\n _M_impl._M_start;\n puVar18[0x30] = '\0';\n puVar18[0x31] = '\0';\n puVar18[0x32] = '\0';\n puVar18[0x33] = '\0';\n puVar18[0x34] = '\0';\n puVar18[0x35] = '\0';\n puVar18[0x36] = '\0';\n puVar18[0x37] = '\0';\n puVar18[0x38] = '\0';\n puVar18[0x39] = '\0';\n puVar18[0x3a] = '\0';\n puVar18[0x3b] = '\0';\n puVar18[0x3c] = '\0';\n puVar18[0x3d] = '\0';\n puVar18[0x3e] = '\0';\n puVar18[0x3f] = '\0';\n uVar8 = (int)ppOVar4 - (int)local_38 >> 2;\n if (uVar8 < 0xffff) {\n uVar8 = 0;\n }\n *(uint *)(puVar18 + 0x2c) = uVar8;\n if (parameters->options_ == (General_options *)0x0) {\nLAB_0011e13b:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if ((parameters->options_->relocatable_).value == false) {\n if (local_38 == ppOVar4) {\n uVar8 = 1;\n }\n else {\n uVar8 = 1;\n do {\n pOVar5 = *local_38;\n if (pOVar5->type_ == 1) {\n pppOVar14 = &pOVar5->output_lists_[0].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>\n ._M_impl._M_finish;\n secnamepool = this->secnamepool_;\n layout = this->layout_;\n do {\n ppOVar19 = ((_Vector_impl *)(pppOVar14 + -1))->_M_start;\n pSVar17 = pSVar16;\n if (ppOVar19 != *pppOVar14) {\n do {\n iVar9 = (*(*ppOVar19)->_vptr_Output_data[6])(*ppOVar19);\n pSVar16 = pSVar17;\n if ((char)iVar9 != '\0') {\n pOVar3 = (Output_section *)*ppOVar19;\n p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var13 == Output_section::do_out_shndx) {\n uVar20 = pOVar3->out_shndx_;\n if (uVar20 == 0xffffffff) goto LAB_0011e0d4;\n }\n else {\n uVar20 = (*p_Var13)(pOVar3);\n }\n if (uVar20 != uVar8) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1354,"write_section_headers_list"\n );\n }\n uVar8 = uVar8 + 1;\n pSVar16 = pSVar17 + 1;\n oshdr.p_ = pSVar17;\n Output_section::write_header<64,_false>(pOVar3,layout,secnamepool,&oshdr);\n }\n ppOVar19 = ppOVar19 + 1;\n pSVar17 = pSVar16;\n } while (*pppOVar14 != ppOVar19);\n }\n pppOVar14 = pppOVar14 + 3;\n } while ((pointer *)((int)&pOVar5->vaddr_ + 4) != pppOVar14);\n pSVar12 = this->segment_list_;\n }\n local_38 = local_38 + 1;\n } while ((pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>).\n _M_impl._M_finish != local_38);\n }\n }\n else {\n uVar8 = 1;\n pSVar11 = this->section_list_;\n ppOVar15 = (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_start;\n if (ppOVar15 !=\n (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl\n ._M_finish) {\n pSVar17 = pSVar16;\n do {\n pOVar3 = *ppOVar15;\n if (((pOVar3->flags_ & 2) != 0) || (pSVar16 = pSVar17, pOVar3->type_ == 0x11)) {\n p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var13 == Output_section::do_out_shndx) {\n uVar20 = pOVar3->out_shndx_;\n if (uVar20 == 0xffffffff) goto LAB_0011e0d4;\n }\n else {\n uVar20 = (*p_Var13)(pOVar3);\n }\n if (uVar20 != uVar8) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x155,"do_sized_write");\n }\n uVar8 = uVar8 + 1;\n pSVar16 = pSVar17 + 1;\n oshdr.p_ = pSVar17;\n Output_section::write_header<64,_false>\n (*ppOVar15,this->layout_,this->secnamepool_,&oshdr);\n pSVar11 = this->section_list_;\n }\n ppOVar15 = ppOVar15 + 1;\n pSVar17 = pSVar16;\n } while ((pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_finish != ppOVar15);\n }\n }\n pSVar11 = this->unattached_section_list_;\n ppOVar15 = (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_start;\n if (ppOVar15 !=\n (pSVar11->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)\n ._M_impl._M_finish) {\n do {\n pOVar3 = *ppOVar15;\n if (pOVar3->type_ == 0x11) {\n if (parameters->options_ == (General_options *)0x0) goto LAB_0011e13b;\n pSVar17 = pSVar16;\n if ((parameters->options_->relocatable_).value == false) {\n p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var13 == Output_section::do_out_shndx) goto LAB_0011e033;\nLAB_0011e09d:\n uVar20 = (*p_Var13)(pOVar3);\n goto LAB_0011e03f;\n }\n }\n else {\n p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var13 != Output_section::do_out_shndx) goto LAB_0011e09d;\nLAB_0011e033:\n uVar20 = pOVar3->out_shndx_;\n if (uVar20 == 0xffffffff) goto LAB_0011e0d4;\nLAB_0011e03f:\n if (uVar8 != uVar20) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x167,"do_sized_write");\n }\n uVar8 = uVar8 + 1;\n pSVar17 = pSVar16 + 1;\n oshdr.p_ = pSVar16;\n Output_section::write_header<64,_false>(*ppOVar15,this->layout_,this->secnamepool_,&oshdr)\n ;\n pSVar11 = this->unattached_section_list_;\n }\n ppOVar15 = ppOVar15 + 1;\n pSVar16 = pSVar17;\n } while ((pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_finish != ppOVar15);\n }\n if (((this->super_Output_data).field_0x1c & 4) != 0) {\n return;\n }\n }" if (parenthesized_expression "((bVar1 & 4) != 0)" ( (binary_expression "(bVar1 & 4) != 0" (parenthesized_expression "(bVar1 & 4)" ( (binary_expression "bVar1 & 4" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n iVar10 = *(int *)((int)&(this->super_Output_data).offset_ + 4);\n uVar20 = (uint)(this->super_Output_data).offset_;\n if ((iVar10 < 0) ||\n (iVar2 = *(int *)((int)&of->file_size_ + 4), iVar10 = iVar10 + (uint)CARRY4(uVar8,uVar20),\n uVar6 = (uint)((uint)of->file_size_ < uVar8 + uVar20), iVar7 = iVar2 - iVar10,\n (SBORROW4(iVar2,iVar10) != SBORROW4(iVar7,uVar6)) != (int)(iVar7 - uVar6) < 0)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x6f,"get_output_view");\n }\n puVar18 = of->base_ + uVar20;\n puVar18[0] = '\0';\n puVar18[1] = '\0';\n puVar18[2] = '\0';\n puVar18[3] = '\0';\n puVar18[4] = '\0';\n puVar18[5] = '\0';\n puVar18[6] = '\0';\n puVar18[7] = '\0';\n uVar20 = iVar9 >> 0x1f & 0x3f;\n puVar18[8] = '\0';\n puVar18[9] = '\0';\n puVar18[10] = '\0';\n puVar18[0xb] = '\0';\n puVar18[0xc] = '\0';\n puVar18[0xd] = '\0';\n puVar18[0xe] = '\0';\n puVar18[0xf] = '\0';\n uVar8 = uVar8 + uVar20 >> 6 | (iVar9 + (uint)CARRY4(uVar8,uVar20)) * 0x4000000;\n puVar18[0x10] = '\0';\n puVar18[0x11] = '\0';\n puVar18[0x12] = '\0';\n puVar18[0x13] = '\0';\n puVar18[0x14] = '\0';\n puVar18[0x15] = '\0';\n puVar18[0x16] = '\0';\n puVar18[0x17] = '\0';\n if (uVar8 < 0xff00) {\n uVar8 = 0;\n }\n puVar18[0x18] = '\0';\n puVar18[0x19] = '\0';\n puVar18[0x1a] = '\0';\n puVar18[0x1b] = '\0';\n puVar18[0x1c] = '\0';\n puVar18[0x1d] = '\0';\n puVar18[0x1e] = '\0';\n puVar18[0x1f] = '\0';\n *(uint *)(puVar18 + 0x20) = uVar8;\n puVar18[0x24] = '\0';\n puVar18[0x25] = '\0';\n puVar18[0x26] = '\0';\n puVar18[0x27] = '\0';\n pOVar3 = this->shstrtab_section_;\n p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var13 == Output_section::do_out_shndx) {\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) {\nLAB_0011e0d4:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar8 = (*p_Var13)(pOVar3);\n }\n pSVar16 = (Shdr_data<64> *)(puVar18 + 0x40);\n if (uVar8 < 0xff00) {\n uVar8 = 0;\n }\n *(uint *)(puVar18 + 0x28) = uVar8;\n pSVar12 = this->segment_list_;\n ppOVar4 = (pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>).\n _M_impl._M_finish;\n local_38 = (pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>).\n _M_impl._M_start;\n puVar18[0x30] = '\0';\n puVar18[0x31] = '\0';\n puVar18[0x32] = '\0';\n puVar18[0x33] = '\0';\n puVar18[0x34] = '\0';\n puVar18[0x35] = '\0';\n puVar18[0x36] = '\0';\n puVar18[0x37] = '\0';\n puVar18[0x38] = '\0';\n puVar18[0x39] = '\0';\n puVar18[0x3a] = '\0';\n puVar18[0x3b] = '\0';\n puVar18[0x3c] = '\0';\n puVar18[0x3d] = '\0';\n puVar18[0x3e] = '\0';\n puVar18[0x3f] = '\0';\n uVar8 = (int)ppOVar4 - (int)local_38 >> 2;\n if (uVar8 < 0xffff) {\n uVar8 = 0;\n }\n *(uint *)(puVar18 + 0x2c) = uVar8;\n if (parameters->options_ == (General_options *)0x0) {\nLAB_0011e13b:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if ((parameters->options_->relocatable_).value == false) {\n if (local_38 == ppOVar4) {\n uVar8 = 1;\n }\n else {\n uVar8 = 1;\n do {\n pOVar5 = *local_38;\n if (pOVar5->type_ == 1) {\n pppOVar14 = &pOVar5->output_lists_[0].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>\n ._M_impl._M_finish;\n secnamepool = this->secnamepool_;\n layout = this->layout_;\n do {\n ppOVar19 = ((_Vector_impl *)(pppOVar14 + -1))->_M_start;\n pSVar17 = pSVar16;\n if (ppOVar19 != *pppOVar14) {\n do {\n iVar9 = (*(*ppOVar19)->_vptr_Output_data[6])(*ppOVar19);\n pSVar16 = pSVar17;\n if ((char)iVar9 != '\0') {\n pOVar3 = (Output_section *)*ppOVar19;\n p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var13 == Output_section::do_out_shndx) {\n uVar20 = pOVar3->out_shndx_;\n if (uVar20 == 0xffffffff) goto LAB_0011e0d4;\n }\n else {\n uVar20 = (*p_Var13)(pOVar3);\n }\n if (uVar20 != uVar8) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1354,"write_section_headers_list"\n );\n }\n uVar8 = uVar8 + 1;\n pSVar16 = pSVar17 + 1;\n oshdr.p_ = pSVar17;\n Output_section::write_header<64,_false>(pOVar3,layout,secnamepool,&oshdr);\n }\n ppOVar19 = ppOVar19 + 1;\n pSVar17 = pSVar16;\n } while (*pppOVar14 != ppOVar19);\n }\n pppOVar14 = pppOVar14 + 3;\n } while ((pointer *)((int)&pOVar5->vaddr_ + 4) != pppOVar14);\n pSVar12 = this->segment_list_;\n }\n local_38 = local_38 + 1;\n } while ((pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>).\n _M_impl._M_finish != local_38);\n }\n }\n else {\n uVar8 = 1;\n pSVar11 = this->section_list_;\n ppOVar15 = (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_start;\n if (ppOVar15 !=\n (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl\n ._M_finish) {\n pSVar17 = pSVar16;\n do {\n pOVar3 = *ppOVar15;\n if (((pOVar3->flags_ & 2) != 0) || (pSVar16 = pSVar17, pOVar3->type_ == 0x11)) {\n p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var13 == Output_section::do_out_shndx) {\n uVar20 = pOVar3->out_shndx_;\n if (uVar20 == 0xffffffff) goto LAB_0011e0d4;\n }\n else {\n uVar20 = (*p_Var13)(pOVar3);\n }\n if (uVar20 != uVar8) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x155,"do_sized_write");\n }\n uVar8 = uVar8 + 1;\n pSVar16 = pSVar17 + 1;\n oshdr.p_ = pSVar17;\n Output_section::write_header<64,_false>\n (*ppOVar15,this->layout_,this->secnamepool_,&oshdr);\n pSVar11 = this->section_list_;\n }\n ppOVar15 = ppOVar15 + 1;\n pSVar17 = pSVar16;\n } while ((pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_finish != ppOVar15);\n }\n }\n pSVar11 = this->unattached_section_list_;\n ppOVar15 = (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_start;\n if (ppOVar15 !=\n (pSVar11->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)\n ._M_impl._M_finish) {\n do {\n pOVar3 = *ppOVar15;\n if (pOVar3->type_ == 0x11) {\n if (parameters->options_ == (General_options *)0x0) goto LAB_0011e13b;\n pSVar17 = pSVar16;\n if ((parameters->options_->relocatable_).value == false) {\n p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var13 == Output_section::do_out_shndx) goto LAB_0011e033;\nLAB_0011e09d:\n uVar20 = (*p_Var13)(pOVar3);\n goto LAB_0011e03f;\n }\n }\n else {\n p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var13 != Output_section::do_out_shndx) goto LAB_0011e09d;\nLAB_0011e033:\n uVar20 = pOVar3->out_shndx_;\n if (uVar20 == 0xffffffff) goto LAB_0011e0d4;\nLAB_0011e03f:\n if (uVar8 != uVar20) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x167,"do_sized_write");\n }\n uVar8 = uVar8 + 1;\n pSVar17 = pSVar16 + 1;\n oshdr.p_ = pSVar16;\n Output_section::write_header<64,_false>(*ppOVar15,this->layout_,this->secnamepool_,&oshdr)\n ;\n pSVar11 = this->unattached_section_list_;\n }\n ppOVar15 = ppOVar15 + 1;\n pSVar16 = pSVar17;\n } while ((pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_finish != ppOVar15);\n }\n if (((this->super_Output_data).field_0x1c & 4) != 0) {\n return;\n }\n }" { (expression_statement "iVar10 = *(int *)((int)&(this->super_Output_data).offset_ + 4);" (assignment_expression "iVar10 = *(int *)((int)&(this->super_Output_data).offset_ + 4)" identifier = (pointer_expression "*(int *)((int)&(this->super_Output_data).offset_ + 4)" * (cast_expression "(int *)((int)&(this->super_Output_data).offset_ + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&(this->super_Output_data).offset_ + 4)" ( (binary_expression "(int)&(this->super_Output_data).offset_ + 4" (cast_expression "(int)&(this->super_Output_data).offset_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&(this->super_Output_data).offset_" & (field_expression "(this->super_Output_data).offset_" (parenthesized_expression "(this->super_Output_data)" ( (field_expression "this->super_Output_data" identifier -> field_identifier) )) . field_identifier))) + number_literal) ))))) ;) (expression_statement "uVar20 = (uint)(this->super_Output_data).offset_;" (assignment_expression "uVar20 = (uint)(this->super_Output_data).offset_" identifier = (field_expression "(uint)(this->super_Output_data).offset_" (call_expression "(uint)(this->super_Output_data)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(this->super_Output_data)" ( (field_expression "this->super_Output_data" identifier -> field_identifier) ))) . field_identifier)) ;) (if_statement "if ((iVar10 < 0) ||\n (iVar2 = *(int *)((int)&of->file_size_ + 4), iVar10 = iVar10 + (uint)CARRY4(uVar8,uVar20),\n uVar6 = (uint)((uint)of->file_size_ < uVar8 + uVar20), iVar7 = iVar2 - iVar10,\n (SBORROW4(iVar2,iVar10) != SBORROW4(iVar7,uVar6)) != (int)(iVar7 - uVar6) < 0)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x6f,"get_output_view");\n }" if (parenthesized_expression "((iVar10 < 0) ||\n (iVar2 = *(int *)((int)&of->file_size_ + 4), iVar10 = iVar10 + (uint)CARRY4(uVar8,uVar20),\n uVar6 = (uint)((uint)of->file_size_ < uVar8 + uVar20), iVar7 = iVar2 - iVar10,\n (SBORROW4(iVar2,iVar10) != SBORROW4(iVar7,uVar6)) != (int)(iVar7 - uVar6) < 0))" ( (binary_expression "(iVar10 < 0) ||\n (iVar2 = *(int *)((int)&of->file_size_ + 4), iVar10 = iVar10 + (uint)CARRY4(uVar8,uVar20),\n uVar6 = (uint)((uint)of->file_size_ < uVar8 + uVar20), iVar7 = iVar2 - iVar10,\n (SBORROW4(iVar2,iVar10) != SBORROW4(iVar7,uVar6)) != (int)(iVar7 - uVar6) < 0)" (parenthesized_expression "(iVar10 < 0)" ( (binary_expression "iVar10 < 0" identifier < number_literal) )) || (parenthesized_expression "(iVar2 = *(int *)((int)&of->file_size_ + 4), iVar10 = iVar10 + (uint)CARRY4(uVar8,uVar20),\n uVar6 = (uint)((uint)of->file_size_ < uVar8 + uVar20), iVar7 = iVar2 - iVar10,\n (SBORROW4(iVar2,iVar10) != SBORROW4(iVar7,uVar6)) != (int)(iVar7 - uVar6) < 0)" ( (comma_expression "iVar2 = *(int *)((int)&of->file_size_ + 4), iVar10 = iVar10 + (uint)CARRY4(uVar8,uVar20),\n uVar6 = (uint)((uint)of->file_size_ < uVar8 + uVar20), iVar7 = iVar2 - iVar10,\n (SBORROW4(iVar2,iVar10) != SBORROW4(iVar7,uVar6)) != (int)(iVar7 - uVar6) < 0" (assignment_expression "iVar2 = *(int *)((int)&of->file_size_ + 4)" identifier = (pointer_expression "*(int *)((int)&of->file_size_ + 4)" * (cast_expression "(int *)((int)&of->file_size_ + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&of->file_size_ + 4)" ( (binary_expression "(int)&of->file_size_ + 4" (cast_expression "(int)&of->file_size_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&of->file_size_" & (field_expression "of->file_size_" identifier -> field_identifier))) + number_literal) ))))) , (comma_expression "iVar10 = iVar10 + (uint)CARRY4(uVar8,uVar20),\n uVar6 = (uint)((uint)of->file_size_ < uVar8 + uVar20), iVar7 = iVar2 - iVar10,\n (SBORROW4(iVar2,iVar10) != SBORROW4(iVar7,uVar6)) != (int)(iVar7 - uVar6) < 0" (assignment_expression "iVar10 = iVar10 + (uint)CARRY4(uVar8,uVar20)" identifier = (binary_expression "iVar10 + (uint)CARRY4(uVar8,uVar20)" identifier + (cast_expression "(uint)CARRY4(uVar8,uVar20)" ( (type_descriptor "uint" type_identifier) ) (call_expression "CARRY4(uVar8,uVar20)" identifier (argument_list "(uVar8,uVar20)" ( identifier , identifier )))))) , (comma_expression "uVar6 = (uint)((uint)of->file_size_ < uVar8 + uVar20), iVar7 = iVar2 - iVar10,\n (SBORROW4(iVar2,iVar10) != SBORROW4(iVar7,uVar6)) != (int)(iVar7 - uVar6) < 0" (assignment_expression "uVar6 = (uint)((uint)of->file_size_ < uVar8 + uVar20)" identifier = (call_expression "(uint)((uint)of->file_size_ < uVar8 + uVar20)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "((uint)of->file_size_ < uVar8 + uVar20)" ( (binary_expression "(uint)of->file_size_ < uVar8 + uVar20" (cast_expression "(uint)of->file_size_" ( (type_descriptor "uint" type_identifier) ) (field_expression "of->file_size_" identifier -> field_identifier)) < (binary_expression "uVar8 + uVar20" identifier + identifier)) )))) , (comma_expression "iVar7 = iVar2 - iVar10,\n (SBORROW4(iVar2,iVar10) != SBORROW4(iVar7,uVar6)) != (int)(iVar7 - uVar6) < 0" (assignment_expression "iVar7 = iVar2 - iVar10" identifier = (binary_expression "iVar2 - iVar10" identifier - identifier)) , (binary_expression "(SBORROW4(iVar2,iVar10) != SBORROW4(iVar7,uVar6)) != (int)(iVar7 - uVar6) < 0" (parenthesized_expression "(SBORROW4(iVar2,iVar10) != SBORROW4(iVar7,uVar6))" ( (binary_expression "SBORROW4(iVar2,iVar10) != SBORROW4(iVar7,uVar6)" (call_expression "SBORROW4(iVar2,iVar10)" identifier (argument_list "(iVar2,iVar10)" ( identifier , identifier ))) != (call_expression "SBORROW4(iVar7,uVar6)" identifier (argument_list "(iVar7,uVar6)" ( identifier , identifier )))) )) != (binary_expression "(int)(iVar7 - uVar6) < 0" (cast_expression "(int)(iVar7 - uVar6)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(iVar7 - uVar6)" ( (binary_expression "iVar7 - uVar6" identifier - identifier) ))) < number_literal)))))) ))) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x6f,"get_output_view");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/output.h",0x6f,"get_output_view");" (call_expression "do_gold_unreachable("../../gold/output.h",0x6f,"get_output_view")" identifier (argument_list "("../../gold/output.h",0x6f,"get_output_view")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""get_output_view"" " string_content ") ))) ;) })) (expression_statement "puVar18 = of->base_ + uVar20;" (assignment_expression "puVar18 = of->base_ + uVar20" identifier = (binary_expression "of->base_ + uVar20" (field_expression "of->base_" identifier -> field_identifier) + identifier)) ;) (expression_statement "puVar18[0] = '\0';" (assignment_expression "puVar18[0] = '\0'" (subscript_expression "puVar18[0]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar18[1] = '\0';" (assignment_expression "puVar18[1] = '\0'" (subscript_expression "puVar18[1]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar18[2] = '\0';" (assignment_expression "puVar18[2] = '\0'" (subscript_expression "puVar18[2]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar18[3] = '\0';" (assignment_expression "puVar18[3] = '\0'" (subscript_expression "puVar18[3]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar18[4] = '\0';" (assignment_expression "puVar18[4] = '\0'" (subscript_expression "puVar18[4]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar18[5] = '\0';" (assignment_expression "puVar18[5] = '\0'" (subscript_expression "puVar18[5]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar18[6] = '\0';" (assignment_expression "puVar18[6] = '\0'" (subscript_expression "puVar18[6]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar18[7] = '\0';" (assignment_expression "puVar18[7] = '\0'" (subscript_expression "puVar18[7]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "uVar20 = iVar9 >> 0x1f & 0x3f;" (assignment_expression "uVar20 = iVar9 >> 0x1f & 0x3f" identifier = (binary_expression "iVar9 >> 0x1f & 0x3f" (binary_expression "iVar9 >> 0x1f" identifier >> number_literal) & number_literal)) ;) (expression_statement "puVar18[8] = '\0';" (assignment_expression "puVar18[8] = '\0'" (subscript_expression "puVar18[8]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar18[9] = '\0';" (assignment_expression "puVar18[9] = '\0'" (subscript_expression "puVar18[9]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar18[10] = '\0';" (assignment_expression "puVar18[10] = '\0'" (subscript_expression "puVar18[10]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar18[0xb] = '\0';" (assignment_expression "puVar18[0xb] = '\0'" (subscript_expression "puVar18[0xb]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar18[0xc] = '\0';" (assignment_expression "puVar18[0xc] = '\0'" (subscript_expression "puVar18[0xc]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar18[0xd] = '\0';" (assignment_expression "puVar18[0xd] = '\0'" (subscript_expression "puVar18[0xd]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar18[0xe] = '\0';" (assignment_expression "puVar18[0xe] = '\0'" (subscript_expression "puVar18[0xe]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar18[0xf] = '\0';" (assignment_expression "puVar18[0xf] = '\0'" (subscript_expression "puVar18[0xf]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "uVar8 = uVar8 + uVar20 >> 6 | (iVar9 + (uint)CARRY4(uVar8,uVar20)) * 0x4000000;" (assignment_expression "uVar8 = uVar8 + uVar20 >> 6 | (iVar9 + (uint)CARRY4(uVar8,uVar20)) * 0x4000000" identifier = (binary_expression "uVar8 + uVar20 >> 6 | (iVar9 + (uint)CARRY4(uVar8,uVar20)) * 0x4000000" (binary_expression "uVar8 + uVar20 >> 6" (binary_expression "uVar8 + uVar20" identifier + identifier) >> number_literal) | (binary_expression "(iVar9 + (uint)CARRY4(uVar8,uVar20)) * 0x4000000" (parenthesized_expression "(iVar9 + (uint)CARRY4(uVar8,uVar20))" ( (binary_expression "iVar9 + (uint)CARRY4(uVar8,uVar20)" identifier + (cast_expression "(uint)CARRY4(uVar8,uVar20)" ( (type_descriptor "uint" type_identifier) ) (call_expression "CARRY4(uVar8,uVar20)" identifier (argument_list "(uVar8,uVar20)" ( identifier , identifier ))))) )) * number_literal))) ;) (expression_statement "puVar18[0x10] = '\0';" (assignment_expression "puVar18[0x10] = '\0'" (subscript_expression "puVar18[0x10]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar18[0x11] = '\0';" (assignment_expression "puVar18[0x11] = '\0'" (subscript_expression "puVar18[0x11]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar18[0x12] = '\0';" (assignment_expression "puVar18[0x12] = '\0'" (subscript_expression "puVar18[0x12]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar18[0x13] = '\0';" (assignment_expression "puVar18[0x13] = '\0'" (subscript_expression "puVar18[0x13]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar18[0x14] = '\0';" (assignment_expression "puVar18[0x14] = '\0'" (subscript_expression "puVar18[0x14]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar18[0x15] = '\0';" (assignment_expression "puVar18[0x15] = '\0'" (subscript_expression "puVar18[0x15]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar18[0x16] = '\0';" (assignment_expression "puVar18[0x16] = '\0'" (subscript_expression "puVar18[0x16]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar18[0x17] = '\0';" (assignment_expression "puVar18[0x17] = '\0'" (subscript_expression "puVar18[0x17]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (if_statement "if (uVar8 < 0xff00) {\n uVar8 = 0;\n }" if (parenthesized_expression "(uVar8 < 0xff00)" ( (binary_expression "uVar8 < 0xff00" identifier < number_literal) )) (compound_statement "{\n uVar8 = 0;\n }" { (expression_statement "uVar8 = 0;" (assignment_expression "uVar8 = 0" identifier = number_literal) ;) })) (expression_statement "puVar18[0x18] = '\0';" (assignment_expression "puVar18[0x18] = '\0'" (subscript_expression "puVar18[0x18]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar18[0x19] = '\0';" (assignment_expression "puVar18[0x19] = '\0'" (subscript_expression "puVar18[0x19]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar18[0x1a] = '\0';" (assignment_expression "puVar18[0x1a] = '\0'" (subscript_expression "puVar18[0x1a]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar18[0x1b] = '\0';" (assignment_expression "puVar18[0x1b] = '\0'" (subscript_expression "puVar18[0x1b]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar18[0x1c] = '\0';" (assignment_expression "puVar18[0x1c] = '\0'" (subscript_expression "puVar18[0x1c]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar18[0x1d] = '\0';" (assignment_expression "puVar18[0x1d] = '\0'" (subscript_expression "puVar18[0x1d]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar18[0x1e] = '\0';" (assignment_expression "puVar18[0x1e] = '\0'" (subscript_expression "puVar18[0x1e]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar18[0x1f] = '\0';" (assignment_expression "puVar18[0x1f] = '\0'" (subscript_expression "puVar18[0x1f]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "*(uint *)(puVar18 + 0x20) = uVar8;" (assignment_expression "*(uint *)(puVar18 + 0x20) = uVar8" (pointer_expression "*(uint *)(puVar18 + 0x20)" * (cast_expression "(uint *)(puVar18 + 0x20)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar18 + 0x20)" ( (binary_expression "puVar18 + 0x20" identifier + number_literal) )))) = identifier) ;) (expression_statement "puVar18[0x24] = '\0';" (assignment_expression "puVar18[0x24] = '\0'" (subscript_expression "puVar18[0x24]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar18[0x25] = '\0';" (assignment_expression "puVar18[0x25] = '\0'" (subscript_expression "puVar18[0x25]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar18[0x26] = '\0';" (assignment_expression "puVar18[0x26] = '\0'" (subscript_expression "puVar18[0x26]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar18[0x27] = '\0';" (assignment_expression "puVar18[0x27] = '\0'" (subscript_expression "puVar18[0x27]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "pOVar3 = this->shstrtab_section_;" (assignment_expression "pOVar3 = this->shstrtab_section_" identifier = (field_expression "this->shstrtab_section_" identifier -> field_identifier)) ;) (expression_statement "p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];" (assignment_expression "p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb]" identifier = (subscript_expression "(pOVar3->super_Output_data)._vptr_Output_data[0xb]" (field_expression "(pOVar3->super_Output_data)._vptr_Output_data" (parenthesized_expression "(pOVar3->super_Output_data)" ( (field_expression "pOVar3->super_Output_data" identifier -> field_identifier) )) . field_identifier) [ number_literal ])) ;) (if_statement "if (p_Var13 == Output_section::do_out_shndx) {\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) {\nLAB_0011e0d4:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar8 = (*p_Var13)(pOVar3);\n }" if (parenthesized_expression "(p_Var13 == Output_section::do_out_shndx)" ( (binary_expression "p_Var13 == Output_section" identifier == identifier) (ERROR "::do_out_shndx" : : identifier) )) (compound_statement "{\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) {\nLAB_0011e0d4:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }" { (expression_statement "uVar8 = pOVar3->out_shndx_;" (assignment_expression "uVar8 = pOVar3->out_shndx_" identifier = (field_expression "pOVar3->out_shndx_" identifier -> field_identifier)) ;) (if_statement "if (uVar8 == 0xffffffff) {\nLAB_0011e0d4:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx");\n }" if (parenthesized_expression "(uVar8 == 0xffffffff)" ( (binary_expression "uVar8 == 0xffffffff" identifier == number_literal) )) (compound_statement "{\nLAB_0011e0d4:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx");\n }" { (labeled_statement "LAB_0011e0d4:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx");" statement_identifier : comment (expression_statement "do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx");" (call_expression "do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx")" identifier (argument_list "("../../gold/output.h",0x1043,"do_out_shndx")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""do_out_shndx"" " string_content ") ))) ;)) })) }) (else_clause "else {\n uVar8 = (*p_Var13)(pOVar3);\n }" else (compound_statement "{\n uVar8 = (*p_Var13)(pOVar3);\n }" { (expression_statement "uVar8 = (*p_Var13)(pOVar3);" (assignment_expression "uVar8 = (*p_Var13)(pOVar3)" identifier = (call_expression "(*p_Var13)(pOVar3)" (parenthesized_expression "(*p_Var13)" ( (pointer_expression "*p_Var13" * identifier) )) (argument_list "(pOVar3)" ( identifier )))) ;) }))) (expression_statement "pSVar16 = (Shdr_data<64> *)(puVar18 + 0x40);" (assignment_expression "pSVar16 = (Shdr_data<64> *)(puVar18 + 0x40)" identifier = (call_expression "(Shdr_data<64> *)(puVar18 + 0x40)" (parenthesized_expression "(Shdr_data<64> *)" ( (binary_expression "Shdr_data<64> *" (binary_expression "Shdr_data<64" identifier < number_literal) > (pointer_expression "*" * identifier)) )) (argument_list "(puVar18 + 0x40)" ( (binary_expression "puVar18 + 0x40" identifier + number_literal) )))) ;) (if_statement "if (uVar8 < 0xff00) {\n uVar8 = 0;\n }" if (parenthesized_expression "(uVar8 < 0xff00)" ( (binary_expression "uVar8 < 0xff00" identifier < number_literal) )) (compound_statement "{\n uVar8 = 0;\n }" { (expression_statement "uVar8 = 0;" (assignment_expression "uVar8 = 0" identifier = number_literal) ;) })) (expression_statement "*(uint *)(puVar18 + 0x28) = uVar8;" (assignment_expression "*(uint *)(puVar18 + 0x28) = uVar8" (pointer_expression "*(uint *)(puVar18 + 0x28)" * (cast_expression "(uint *)(puVar18 + 0x28)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar18 + 0x28)" ( (binary_expression "puVar18 + 0x28" identifier + number_literal) )))) = identifier) ;) (expression_statement "pSVar12 = this->segment_list_;" (assignment_expression "pSVar12 = this->segment_list_" identifier = (field_expression "this->segment_list_" identifier -> field_identifier)) ;) (expression_statement "ppOVar4 = (pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>).\n _M_impl._M_finish;" (assignment_expression "ppOVar4 = (pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>).\n _M_impl._M_finish" identifier = (field_expression "(pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>).\n _M_impl._M_finish" (field_expression "(pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>).\n _M_impl" (parenthesized_expression "(pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>)" ( (ERROR "pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::" (comma_expression "pSVar12->\n super__Vector_base<gold::Output_segment*,_std" (binary_expression "pSVar12->\n super__Vector_base<gold::Output_segment*" (binary_expression "pSVar12->\n super__Vector_base<gold" (field_expression "pSVar12->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Output_segment" : : identifier) * identifier) , identifier) : : (binary_expression "allocator<gold" identifier < identifier) : :) (binary_expression "Output_segment*>_>" (binary_expression "Output_segment*>_" identifier * (ERROR ">" >) identifier) > identifier) )) . field_identifier) . field_identifier)) ;) (expression_statement "local_38 = (pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>).\n _M_impl._M_start;" (assignment_expression "local_38 = (pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>).\n _M_impl._M_start" identifier = (field_expression "(pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>).\n _M_impl._M_start" (field_expression "(pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>).\n _M_impl" (parenthesized_expression "(pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>)" ( (ERROR "pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::" (comma_expression "pSVar12->\n super__Vector_base<gold::Output_segment*,_std" (binary_expression "pSVar12->\n super__Vector_base<gold::Output_segment*" (binary_expression "pSVar12->\n super__Vector_base<gold" (field_expression "pSVar12->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Output_segment" : : identifier) * identifier) , identifier) : : (binary_expression "allocator<gold" identifier < identifier) : :) (binary_expression "Output_segment*>_>" (binary_expression "Output_segment*>_" identifier * (ERROR ">" >) identifier) > identifier) )) . field_identifier) . field_identifier)) ;) (expression_statement "puVar18[0x30] = '\0';" (assignment_expression "puVar18[0x30] = '\0'" (subscript_expression "puVar18[0x30]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar18[0x31] = '\0';" (assignment_expression "puVar18[0x31] = '\0'" (subscript_expression "puVar18[0x31]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar18[0x32] = '\0';" (assignment_expression "puVar18[0x32] = '\0'" (subscript_expression "puVar18[0x32]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar18[0x33] = '\0';" (assignment_expression "puVar18[0x33] = '\0'" (subscript_expression "puVar18[0x33]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar18[0x34] = '\0';" (assignment_expression "puVar18[0x34] = '\0'" (subscript_expression "puVar18[0x34]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar18[0x35] = '\0';" (assignment_expression "puVar18[0x35] = '\0'" (subscript_expression "puVar18[0x35]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar18[0x36] = '\0';" (assignment_expression "puVar18[0x36] = '\0'" (subscript_expression "puVar18[0x36]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar18[0x37] = '\0';" (assignment_expression "puVar18[0x37] = '\0'" (subscript_expression "puVar18[0x37]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar18[0x38] = '\0';" (assignment_expression "puVar18[0x38] = '\0'" (subscript_expression "puVar18[0x38]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar18[0x39] = '\0';" (assignment_expression "puVar18[0x39] = '\0'" (subscript_expression "puVar18[0x39]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar18[0x3a] = '\0';" (assignment_expression "puVar18[0x3a] = '\0'" (subscript_expression "puVar18[0x3a]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar18[0x3b] = '\0';" (assignment_expression "puVar18[0x3b] = '\0'" (subscript_expression "puVar18[0x3b]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar18[0x3c] = '\0';" (assignment_expression "puVar18[0x3c] = '\0'" (subscript_expression "puVar18[0x3c]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar18[0x3d] = '\0';" (assignment_expression "puVar18[0x3d] = '\0'" (subscript_expression "puVar18[0x3d]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar18[0x3e] = '\0';" (assignment_expression "puVar18[0x3e] = '\0'" (subscript_expression "puVar18[0x3e]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar18[0x3f] = '\0';" (assignment_expression "puVar18[0x3f] = '\0'" (subscript_expression "puVar18[0x3f]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "uVar8 = (int)ppOVar4 - (int)local_38 >> 2;" (assignment_expression "uVar8 = (int)ppOVar4 - (int)local_38 >> 2" identifier = (binary_expression "(int)ppOVar4 - (int)local_38 >> 2" (binary_expression "(int)ppOVar4 - (int)local_38" (cast_expression "(int)ppOVar4" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)local_38" ( (type_descriptor "int" primitive_type) ) identifier)) >> number_literal)) ;) (if_statement "if (uVar8 < 0xffff) {\n uVar8 = 0;\n }" if (parenthesized_expression "(uVar8 < 0xffff)" ( (binary_expression "uVar8 < 0xffff" identifier < number_literal) )) (compound_statement "{\n uVar8 = 0;\n }" { (expression_statement "uVar8 = 0;" (assignment_expression "uVar8 = 0" identifier = number_literal) ;) })) (expression_statement "*(uint *)(puVar18 + 0x2c) = uVar8;" (assignment_expression "*(uint *)(puVar18 + 0x2c) = uVar8" (pointer_expression "*(uint *)(puVar18 + 0x2c)" * (cast_expression "(uint *)(puVar18 + 0x2c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar18 + 0x2c)" ( (binary_expression "puVar18 + 0x2c" identifier + number_literal) )))) = identifier) ;) (if_statement "if (parameters->options_ == (General_options *)0x0) {\nLAB_0011e13b:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(parameters->options_ == (General_options *)0x0)" ( (binary_expression "parameters->options_ == (General_options *)0x0" (field_expression "parameters->options_" identifier -> field_identifier) == (cast_expression "(General_options *)0x0" ( (type_descriptor "General_options *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\nLAB_0011e13b:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }" { (labeled_statement "LAB_0011e13b:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");" statement_identifier : comment (expression_statement "do_gold_unreachable("../../gold/parameters.h",0x5c,"options");" (call_expression "do_gold_unreachable("../../gold/parameters.h",0x5c,"options")" identifier (argument_list "("../../gold/parameters.h",0x5c,"options")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""options"" " string_content ") ))) ;)) })) (if_statement "if ((parameters->options_->relocatable_).value == false) {\n if (local_38 == ppOVar4) {\n uVar8 = 1;\n }\n else {\n uVar8 = 1;\n do {\n pOVar5 = *local_38;\n if (pOVar5->type_ == 1) {\n pppOVar14 = &pOVar5->output_lists_[0].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>\n ._M_impl._M_finish;\n secnamepool = this->secnamepool_;\n layout = this->layout_;\n do {\n ppOVar19 = ((_Vector_impl *)(pppOVar14 + -1))->_M_start;\n pSVar17 = pSVar16;\n if (ppOVar19 != *pppOVar14) {\n do {\n iVar9 = (*(*ppOVar19)->_vptr_Output_data[6])(*ppOVar19);\n pSVar16 = pSVar17;\n if ((char)iVar9 != '\0') {\n pOVar3 = (Output_section *)*ppOVar19;\n p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var13 == Output_section::do_out_shndx) {\n uVar20 = pOVar3->out_shndx_;\n if (uVar20 == 0xffffffff) goto LAB_0011e0d4;\n }\n else {\n uVar20 = (*p_Var13)(pOVar3);\n }\n if (uVar20 != uVar8) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1354,"write_section_headers_list"\n );\n }\n uVar8 = uVar8 + 1;\n pSVar16 = pSVar17 + 1;\n oshdr.p_ = pSVar17;\n Output_section::write_header<64,_false>(pOVar3,layout,secnamepool,&oshdr);\n }\n ppOVar19 = ppOVar19 + 1;\n pSVar17 = pSVar16;\n } while (*pppOVar14 != ppOVar19);\n }\n pppOVar14 = pppOVar14 + 3;\n } while ((pointer *)((int)&pOVar5->vaddr_ + 4) != pppOVar14);\n pSVar12 = this->segment_list_;\n }\n local_38 = local_38 + 1;\n } while ((pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>).\n _M_impl._M_finish != local_38);\n }\n }\n else {\n uVar8 = 1;\n pSVar11 = this->section_list_;\n ppOVar15 = (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_start;\n if (ppOVar15 !=\n (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl\n ._M_finish) {\n pSVar17 = pSVar16;\n do {\n pOVar3 = *ppOVar15;\n if (((pOVar3->flags_ & 2) != 0) || (pSVar16 = pSVar17, pOVar3->type_ == 0x11)) {\n p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var13 == Output_section::do_out_shndx) {\n uVar20 = pOVar3->out_shndx_;\n if (uVar20 == 0xffffffff) goto LAB_0011e0d4;\n }\n else {\n uVar20 = (*p_Var13)(pOVar3);\n }\n if (uVar20 != uVar8) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x155,"do_sized_write");\n }\n uVar8 = uVar8 + 1;\n pSVar16 = pSVar17 + 1;\n oshdr.p_ = pSVar17;\n Output_section::write_header<64,_false>\n (*ppOVar15,this->layout_,this->secnamepool_,&oshdr);\n pSVar11 = this->section_list_;\n }\n ppOVar15 = ppOVar15 + 1;\n pSVar17 = pSVar16;\n } while ((pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_finish != ppOVar15);\n }\n }" if (parenthesized_expression "((parameters->options_->relocatable_).value == false)" ( (binary_expression "(parameters->options_->relocatable_).value == false" (field_expression "(parameters->options_->relocatable_).value" (parenthesized_expression "(parameters->options_->relocatable_)" ( (field_expression "parameters->options_->relocatable_" (field_expression "parameters->options_" identifier -> field_identifier) -> field_identifier) )) . field_identifier) == false) )) (compound_statement "{\n if (local_38 == ppOVar4) {\n uVar8 = 1;\n }\n else {\n uVar8 = 1;\n do {\n pOVar5 = *local_38;\n if (pOVar5->type_ == 1) {\n pppOVar14 = &pOVar5->output_lists_[0].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>\n ._M_impl._M_finish;\n secnamepool = this->secnamepool_;\n layout = this->layout_;\n do {\n ppOVar19 = ((_Vector_impl *)(pppOVar14 + -1))->_M_start;\n pSVar17 = pSVar16;\n if (ppOVar19 != *pppOVar14) {\n do {\n iVar9 = (*(*ppOVar19)->_vptr_Output_data[6])(*ppOVar19);\n pSVar16 = pSVar17;\n if ((char)iVar9 != '\0') {\n pOVar3 = (Output_section *)*ppOVar19;\n p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var13 == Output_section::do_out_shndx) {\n uVar20 = pOVar3->out_shndx_;\n if (uVar20 == 0xffffffff) goto LAB_0011e0d4;\n }\n else {\n uVar20 = (*p_Var13)(pOVar3);\n }\n if (uVar20 != uVar8) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1354,"write_section_headers_list"\n );\n }\n uVar8 = uVar8 + 1;\n pSVar16 = pSVar17 + 1;\n oshdr.p_ = pSVar17;\n Output_section::write_header<64,_false>(pOVar3,layout,secnamepool,&oshdr);\n }\n ppOVar19 = ppOVar19 + 1;\n pSVar17 = pSVar16;\n } while (*pppOVar14 != ppOVar19);\n }\n pppOVar14 = pppOVar14 + 3;\n } while ((pointer *)((int)&pOVar5->vaddr_ + 4) != pppOVar14);\n pSVar12 = this->segment_list_;\n }\n local_38 = local_38 + 1;\n } while ((pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>).\n _M_impl._M_finish != local_38);\n }\n }" { (if_statement "if (local_38 == ppOVar4) {\n uVar8 = 1;\n }\n else {\n uVar8 = 1;\n do {\n pOVar5 = *local_38;\n if (pOVar5->type_ == 1) {\n pppOVar14 = &pOVar5->output_lists_[0].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>\n ._M_impl._M_finish;\n secnamepool = this->secnamepool_;\n layout = this->layout_;\n do {\n ppOVar19 = ((_Vector_impl *)(pppOVar14 + -1))->_M_start;\n pSVar17 = pSVar16;\n if (ppOVar19 != *pppOVar14) {\n do {\n iVar9 = (*(*ppOVar19)->_vptr_Output_data[6])(*ppOVar19);\n pSVar16 = pSVar17;\n if ((char)iVar9 != '\0') {\n pOVar3 = (Output_section *)*ppOVar19;\n p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var13 == Output_section::do_out_shndx) {\n uVar20 = pOVar3->out_shndx_;\n if (uVar20 == 0xffffffff) goto LAB_0011e0d4;\n }\n else {\n uVar20 = (*p_Var13)(pOVar3);\n }\n if (uVar20 != uVar8) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1354,"write_section_headers_list"\n );\n }\n uVar8 = uVar8 + 1;\n pSVar16 = pSVar17 + 1;\n oshdr.p_ = pSVar17;\n Output_section::write_header<64,_false>(pOVar3,layout,secnamepool,&oshdr);\n }\n ppOVar19 = ppOVar19 + 1;\n pSVar17 = pSVar16;\n } while (*pppOVar14 != ppOVar19);\n }\n pppOVar14 = pppOVar14 + 3;\n } while ((pointer *)((int)&pOVar5->vaddr_ + 4) != pppOVar14);\n pSVar12 = this->segment_list_;\n }\n local_38 = local_38 + 1;\n } while ((pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>).\n _M_impl._M_finish != local_38);\n }" if (parenthesized_expression "(local_38 == ppOVar4)" ( (binary_expression "local_38 == ppOVar4" identifier == identifier) )) (compound_statement "{\n uVar8 = 1;\n }" { (expression_statement "uVar8 = 1;" (assignment_expression "uVar8 = 1" identifier = number_literal) ;) }) (else_clause "else {\n uVar8 = 1;\n do {\n pOVar5 = *local_38;\n if (pOVar5->type_ == 1) {\n pppOVar14 = &pOVar5->output_lists_[0].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>\n ._M_impl._M_finish;\n secnamepool = this->secnamepool_;\n layout = this->layout_;\n do {\n ppOVar19 = ((_Vector_impl *)(pppOVar14 + -1))->_M_start;\n pSVar17 = pSVar16;\n if (ppOVar19 != *pppOVar14) {\n do {\n iVar9 = (*(*ppOVar19)->_vptr_Output_data[6])(*ppOVar19);\n pSVar16 = pSVar17;\n if ((char)iVar9 != '\0') {\n pOVar3 = (Output_section *)*ppOVar19;\n p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var13 == Output_section::do_out_shndx) {\n uVar20 = pOVar3->out_shndx_;\n if (uVar20 == 0xffffffff) goto LAB_0011e0d4;\n }\n else {\n uVar20 = (*p_Var13)(pOVar3);\n }\n if (uVar20 != uVar8) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1354,"write_section_headers_list"\n );\n }\n uVar8 = uVar8 + 1;\n pSVar16 = pSVar17 + 1;\n oshdr.p_ = pSVar17;\n Output_section::write_header<64,_false>(pOVar3,layout,secnamepool,&oshdr);\n }\n ppOVar19 = ppOVar19 + 1;\n pSVar17 = pSVar16;\n } while (*pppOVar14 != ppOVar19);\n }\n pppOVar14 = pppOVar14 + 3;\n } while ((pointer *)((int)&pOVar5->vaddr_ + 4) != pppOVar14);\n pSVar12 = this->segment_list_;\n }\n local_38 = local_38 + 1;\n } while ((pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>).\n _M_impl._M_finish != local_38);\n }" else (compound_statement "{\n uVar8 = 1;\n do {\n pOVar5 = *local_38;\n if (pOVar5->type_ == 1) {\n pppOVar14 = &pOVar5->output_lists_[0].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>\n ._M_impl._M_finish;\n secnamepool = this->secnamepool_;\n layout = this->layout_;\n do {\n ppOVar19 = ((_Vector_impl *)(pppOVar14 + -1))->_M_start;\n pSVar17 = pSVar16;\n if (ppOVar19 != *pppOVar14) {\n do {\n iVar9 = (*(*ppOVar19)->_vptr_Output_data[6])(*ppOVar19);\n pSVar16 = pSVar17;\n if ((char)iVar9 != '\0') {\n pOVar3 = (Output_section *)*ppOVar19;\n p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var13 == Output_section::do_out_shndx) {\n uVar20 = pOVar3->out_shndx_;\n if (uVar20 == 0xffffffff) goto LAB_0011e0d4;\n }\n else {\n uVar20 = (*p_Var13)(pOVar3);\n }\n if (uVar20 != uVar8) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1354,"write_section_headers_list"\n );\n }\n uVar8 = uVar8 + 1;\n pSVar16 = pSVar17 + 1;\n oshdr.p_ = pSVar17;\n Output_section::write_header<64,_false>(pOVar3,layout,secnamepool,&oshdr);\n }\n ppOVar19 = ppOVar19 + 1;\n pSVar17 = pSVar16;\n } while (*pppOVar14 != ppOVar19);\n }\n pppOVar14 = pppOVar14 + 3;\n } while ((pointer *)((int)&pOVar5->vaddr_ + 4) != pppOVar14);\n pSVar12 = this->segment_list_;\n }\n local_38 = local_38 + 1;\n } while ((pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>).\n _M_impl._M_finish != local_38);\n }" { (expression_statement "uVar8 = 1;" (assignment_expression "uVar8 = 1" identifier = number_literal) ;) (do_statement "do {\n pOVar5 = *local_38;\n if (pOVar5->type_ == 1) {\n pppOVar14 = &pOVar5->output_lists_[0].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>\n ._M_impl._M_finish;\n secnamepool = this->secnamepool_;\n layout = this->layout_;\n do {\n ppOVar19 = ((_Vector_impl *)(pppOVar14 + -1))->_M_start;\n pSVar17 = pSVar16;\n if (ppOVar19 != *pppOVar14) {\n do {\n iVar9 = (*(*ppOVar19)->_vptr_Output_data[6])(*ppOVar19);\n pSVar16 = pSVar17;\n if ((char)iVar9 != '\0') {\n pOVar3 = (Output_section *)*ppOVar19;\n p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var13 == Output_section::do_out_shndx) {\n uVar20 = pOVar3->out_shndx_;\n if (uVar20 == 0xffffffff) goto LAB_0011e0d4;\n }\n else {\n uVar20 = (*p_Var13)(pOVar3);\n }\n if (uVar20 != uVar8) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1354,"write_section_headers_list"\n );\n }\n uVar8 = uVar8 + 1;\n pSVar16 = pSVar17 + 1;\n oshdr.p_ = pSVar17;\n Output_section::write_header<64,_false>(pOVar3,layout,secnamepool,&oshdr);\n }\n ppOVar19 = ppOVar19 + 1;\n pSVar17 = pSVar16;\n } while (*pppOVar14 != ppOVar19);\n }\n pppOVar14 = pppOVar14 + 3;\n } while ((pointer *)((int)&pOVar5->vaddr_ + 4) != pppOVar14);\n pSVar12 = this->segment_list_;\n }\n local_38 = local_38 + 1;\n } while ((pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>).\n _M_impl._M_finish != local_38);" do (compound_statement "{\n pOVar5 = *local_38;\n if (pOVar5->type_ == 1) {\n pppOVar14 = &pOVar5->output_lists_[0].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>\n ._M_impl._M_finish;\n secnamepool = this->secnamepool_;\n layout = this->layout_;\n do {\n ppOVar19 = ((_Vector_impl *)(pppOVar14 + -1))->_M_start;\n pSVar17 = pSVar16;\n if (ppOVar19 != *pppOVar14) {\n do {\n iVar9 = (*(*ppOVar19)->_vptr_Output_data[6])(*ppOVar19);\n pSVar16 = pSVar17;\n if ((char)iVar9 != '\0') {\n pOVar3 = (Output_section *)*ppOVar19;\n p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var13 == Output_section::do_out_shndx) {\n uVar20 = pOVar3->out_shndx_;\n if (uVar20 == 0xffffffff) goto LAB_0011e0d4;\n }\n else {\n uVar20 = (*p_Var13)(pOVar3);\n }\n if (uVar20 != uVar8) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1354,"write_section_headers_list"\n );\n }\n uVar8 = uVar8 + 1;\n pSVar16 = pSVar17 + 1;\n oshdr.p_ = pSVar17;\n Output_section::write_header<64,_false>(pOVar3,layout,secnamepool,&oshdr);\n }\n ppOVar19 = ppOVar19 + 1;\n pSVar17 = pSVar16;\n } while (*pppOVar14 != ppOVar19);\n }\n pppOVar14 = pppOVar14 + 3;\n } while ((pointer *)((int)&pOVar5->vaddr_ + 4) != pppOVar14);\n pSVar12 = this->segment_list_;\n }\n local_38 = local_38 + 1;\n }" { (expression_statement "pOVar5 = *local_38;" (assignment_expression "pOVar5 = *local_38" identifier = (pointer_expression "*local_38" * identifier)) ;) (if_statement "if (pOVar5->type_ == 1) {\n pppOVar14 = &pOVar5->output_lists_[0].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>\n ._M_impl._M_finish;\n secnamepool = this->secnamepool_;\n layout = this->layout_;\n do {\n ppOVar19 = ((_Vector_impl *)(pppOVar14 + -1))->_M_start;\n pSVar17 = pSVar16;\n if (ppOVar19 != *pppOVar14) {\n do {\n iVar9 = (*(*ppOVar19)->_vptr_Output_data[6])(*ppOVar19);\n pSVar16 = pSVar17;\n if ((char)iVar9 != '\0') {\n pOVar3 = (Output_section *)*ppOVar19;\n p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var13 == Output_section::do_out_shndx) {\n uVar20 = pOVar3->out_shndx_;\n if (uVar20 == 0xffffffff) goto LAB_0011e0d4;\n }\n else {\n uVar20 = (*p_Var13)(pOVar3);\n }\n if (uVar20 != uVar8) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1354,"write_section_headers_list"\n );\n }\n uVar8 = uVar8 + 1;\n pSVar16 = pSVar17 + 1;\n oshdr.p_ = pSVar17;\n Output_section::write_header<64,_false>(pOVar3,layout,secnamepool,&oshdr);\n }\n ppOVar19 = ppOVar19 + 1;\n pSVar17 = pSVar16;\n } while (*pppOVar14 != ppOVar19);\n }\n pppOVar14 = pppOVar14 + 3;\n } while ((pointer *)((int)&pOVar5->vaddr_ + 4) != pppOVar14);\n pSVar12 = this->segment_list_;\n }" if (parenthesized_expression "(pOVar5->type_ == 1)" ( (binary_expression "pOVar5->type_ == 1" (field_expression "pOVar5->type_" identifier -> field_identifier) == number_literal) )) (compound_statement "{\n pppOVar14 = &pOVar5->output_lists_[0].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>\n ._M_impl._M_finish;\n secnamepool = this->secnamepool_;\n layout = this->layout_;\n do {\n ppOVar19 = ((_Vector_impl *)(pppOVar14 + -1))->_M_start;\n pSVar17 = pSVar16;\n if (ppOVar19 != *pppOVar14) {\n do {\n iVar9 = (*(*ppOVar19)->_vptr_Output_data[6])(*ppOVar19);\n pSVar16 = pSVar17;\n if ((char)iVar9 != '\0') {\n pOVar3 = (Output_section *)*ppOVar19;\n p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var13 == Output_section::do_out_shndx) {\n uVar20 = pOVar3->out_shndx_;\n if (uVar20 == 0xffffffff) goto LAB_0011e0d4;\n }\n else {\n uVar20 = (*p_Var13)(pOVar3);\n }\n if (uVar20 != uVar8) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1354,"write_section_headers_list"\n );\n }\n uVar8 = uVar8 + 1;\n pSVar16 = pSVar17 + 1;\n oshdr.p_ = pSVar17;\n Output_section::write_header<64,_false>(pOVar3,layout,secnamepool,&oshdr);\n }\n ppOVar19 = ppOVar19 + 1;\n pSVar17 = pSVar16;\n } while (*pppOVar14 != ppOVar19);\n }\n pppOVar14 = pppOVar14 + 3;\n } while ((pointer *)((int)&pOVar5->vaddr_ + 4) != pppOVar14);\n pSVar12 = this->segment_list_;\n }" { (expression_statement "pppOVar14 = &pOVar5->output_lists_[0].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>\n ._M_impl._M_finish;" (field_expression "pppOVar14 = &pOVar5->output_lists_[0].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>\n ._M_impl._M_finish" (field_expression "pppOVar14 = &pOVar5->output_lists_[0].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>\n ._M_impl" (binary_expression "pppOVar14 = &pOVar5->output_lists_[0].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_" (binary_expression "pppOVar14 = &pOVar5->output_lists_[0].\n super__Vector_base<gold::Output_data*,_std::allocator<gold" (binary_expression "pppOVar14 = &pOVar5->output_lists_[0].\n super__Vector_base<gold::Output_data*,_std" (assignment_expression "pppOVar14 = &pOVar5->output_lists_[0].\n super__Vector_base<gold" identifier = (binary_expression "&pOVar5->output_lists_[0].\n super__Vector_base<gold" (pointer_expression "&pOVar5->output_lists_[0].\n super__Vector_base" & (field_expression "pOVar5->output_lists_[0].\n super__Vector_base" (subscript_expression "pOVar5->output_lists_[0]" (field_expression "pOVar5->output_lists_" identifier -> field_identifier) [ number_literal ]) . field_identifier)) < identifier)) (ERROR "::Output_data" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_data" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (expression_statement "secnamepool = this->secnamepool_;" (assignment_expression "secnamepool = this->secnamepool_" identifier = (field_expression "this->secnamepool_" identifier -> field_identifier)) ;) (expression_statement "layout = this->layout_;" (assignment_expression "layout = this->layout_" identifier = (field_expression "this->layout_" identifier -> field_identifier)) ;) (do_statement "do {\n ppOVar19 = ((_Vector_impl *)(pppOVar14 + -1))->_M_start;\n pSVar17 = pSVar16;\n if (ppOVar19 != *pppOVar14) {\n do {\n iVar9 = (*(*ppOVar19)->_vptr_Output_data[6])(*ppOVar19);\n pSVar16 = pSVar17;\n if ((char)iVar9 != '\0') {\n pOVar3 = (Output_section *)*ppOVar19;\n p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var13 == Output_section::do_out_shndx) {\n uVar20 = pOVar3->out_shndx_;\n if (uVar20 == 0xffffffff) goto LAB_0011e0d4;\n }\n else {\n uVar20 = (*p_Var13)(pOVar3);\n }\n if (uVar20 != uVar8) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1354,"write_section_headers_list"\n );\n }\n uVar8 = uVar8 + 1;\n pSVar16 = pSVar17 + 1;\n oshdr.p_ = pSVar17;\n Output_section::write_header<64,_false>(pOVar3,layout,secnamepool,&oshdr);\n }\n ppOVar19 = ppOVar19 + 1;\n pSVar17 = pSVar16;\n } while (*pppOVar14 != ppOVar19);\n }\n pppOVar14 = pppOVar14 + 3;\n } while ((pointer *)((int)&pOVar5->vaddr_ + 4) != pppOVar14);" do (compound_statement "{\n ppOVar19 = ((_Vector_impl *)(pppOVar14 + -1))->_M_start;\n pSVar17 = pSVar16;\n if (ppOVar19 != *pppOVar14) {\n do {\n iVar9 = (*(*ppOVar19)->_vptr_Output_data[6])(*ppOVar19);\n pSVar16 = pSVar17;\n if ((char)iVar9 != '\0') {\n pOVar3 = (Output_section *)*ppOVar19;\n p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var13 == Output_section::do_out_shndx) {\n uVar20 = pOVar3->out_shndx_;\n if (uVar20 == 0xffffffff) goto LAB_0011e0d4;\n }\n else {\n uVar20 = (*p_Var13)(pOVar3);\n }\n if (uVar20 != uVar8) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1354,"write_section_headers_list"\n );\n }\n uVar8 = uVar8 + 1;\n pSVar16 = pSVar17 + 1;\n oshdr.p_ = pSVar17;\n Output_section::write_header<64,_false>(pOVar3,layout,secnamepool,&oshdr);\n }\n ppOVar19 = ppOVar19 + 1;\n pSVar17 = pSVar16;\n } while (*pppOVar14 != ppOVar19);\n }\n pppOVar14 = pppOVar14 + 3;\n }" { (expression_statement "ppOVar19 = ((_Vector_impl *)(pppOVar14 + -1))->_M_start;" (assignment_expression "ppOVar19 = ((_Vector_impl *)(pppOVar14 + -1))->_M_start" identifier = (field_expression "((_Vector_impl *)(pppOVar14 + -1))->_M_start" (parenthesized_expression "((_Vector_impl *)(pppOVar14 + -1))" ( (cast_expression "(_Vector_impl *)(pppOVar14 + -1)" ( (type_descriptor "_Vector_impl *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pppOVar14 + -1)" ( (binary_expression "pppOVar14 + -1" identifier + number_literal) ))) )) -> field_identifier)) ;) (expression_statement "pSVar17 = pSVar16;" (assignment_expression "pSVar17 = pSVar16" identifier = identifier) ;) (if_statement "if (ppOVar19 != *pppOVar14) {\n do {\n iVar9 = (*(*ppOVar19)->_vptr_Output_data[6])(*ppOVar19);\n pSVar16 = pSVar17;\n if ((char)iVar9 != '\0') {\n pOVar3 = (Output_section *)*ppOVar19;\n p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var13 == Output_section::do_out_shndx) {\n uVar20 = pOVar3->out_shndx_;\n if (uVar20 == 0xffffffff) goto LAB_0011e0d4;\n }\n else {\n uVar20 = (*p_Var13)(pOVar3);\n }\n if (uVar20 != uVar8) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1354,"write_section_headers_list"\n );\n }\n uVar8 = uVar8 + 1;\n pSVar16 = pSVar17 + 1;\n oshdr.p_ = pSVar17;\n Output_section::write_header<64,_false>(pOVar3,layout,secnamepool,&oshdr);\n }\n ppOVar19 = ppOVar19 + 1;\n pSVar17 = pSVar16;\n } while (*pppOVar14 != ppOVar19);\n }" if (parenthesized_expression "(ppOVar19 != *pppOVar14)" ( (binary_expression "ppOVar19 != *pppOVar14" identifier != (pointer_expression "*pppOVar14" * identifier)) )) (compound_statement "{\n do {\n iVar9 = (*(*ppOVar19)->_vptr_Output_data[6])(*ppOVar19);\n pSVar16 = pSVar17;\n if ((char)iVar9 != '\0') {\n pOVar3 = (Output_section *)*ppOVar19;\n p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var13 == Output_section::do_out_shndx) {\n uVar20 = pOVar3->out_shndx_;\n if (uVar20 == 0xffffffff) goto LAB_0011e0d4;\n }\n else {\n uVar20 = (*p_Var13)(pOVar3);\n }\n if (uVar20 != uVar8) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1354,"write_section_headers_list"\n );\n }\n uVar8 = uVar8 + 1;\n pSVar16 = pSVar17 + 1;\n oshdr.p_ = pSVar17;\n Output_section::write_header<64,_false>(pOVar3,layout,secnamepool,&oshdr);\n }\n ppOVar19 = ppOVar19 + 1;\n pSVar17 = pSVar16;\n } while (*pppOVar14 != ppOVar19);\n }" { (do_statement "do {\n iVar9 = (*(*ppOVar19)->_vptr_Output_data[6])(*ppOVar19);\n pSVar16 = pSVar17;\n if ((char)iVar9 != '\0') {\n pOVar3 = (Output_section *)*ppOVar19;\n p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var13 == Output_section::do_out_shndx) {\n uVar20 = pOVar3->out_shndx_;\n if (uVar20 == 0xffffffff) goto LAB_0011e0d4;\n }\n else {\n uVar20 = (*p_Var13)(pOVar3);\n }\n if (uVar20 != uVar8) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1354,"write_section_headers_list"\n );\n }\n uVar8 = uVar8 + 1;\n pSVar16 = pSVar17 + 1;\n oshdr.p_ = pSVar17;\n Output_section::write_header<64,_false>(pOVar3,layout,secnamepool,&oshdr);\n }\n ppOVar19 = ppOVar19 + 1;\n pSVar17 = pSVar16;\n } while (*pppOVar14 != ppOVar19);" do (compound_statement "{\n iVar9 = (*(*ppOVar19)->_vptr_Output_data[6])(*ppOVar19);\n pSVar16 = pSVar17;\n if ((char)iVar9 != '\0') {\n pOVar3 = (Output_section *)*ppOVar19;\n p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var13 == Output_section::do_out_shndx) {\n uVar20 = pOVar3->out_shndx_;\n if (uVar20 == 0xffffffff) goto LAB_0011e0d4;\n }\n else {\n uVar20 = (*p_Var13)(pOVar3);\n }\n if (uVar20 != uVar8) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1354,"write_section_headers_list"\n );\n }\n uVar8 = uVar8 + 1;\n pSVar16 = pSVar17 + 1;\n oshdr.p_ = pSVar17;\n Output_section::write_header<64,_false>(pOVar3,layout,secnamepool,&oshdr);\n }\n ppOVar19 = ppOVar19 + 1;\n pSVar17 = pSVar16;\n }" { (expression_statement "iVar9 = (*(*ppOVar19)->_vptr_Output_data[6])(*ppOVar19);" (assignment_expression "iVar9 = (*(*ppOVar19)->_vptr_Output_data[6])(*ppOVar19)" identifier = (call_expression "(*(*ppOVar19)->_vptr_Output_data[6])(*ppOVar19)" (parenthesized_expression "(*(*ppOVar19)->_vptr_Output_data[6])" ( (pointer_expression "*(*ppOVar19)->_vptr_Output_data[6]" * (subscript_expression "(*ppOVar19)->_vptr_Output_data[6]" (field_expression "(*ppOVar19)->_vptr_Output_data" (parenthesized_expression "(*ppOVar19)" ( (pointer_expression "*ppOVar19" * identifier) )) -> field_identifier) [ number_literal ])) )) (argument_list "(*ppOVar19)" ( (pointer_expression "*ppOVar19" * identifier) )))) ;) (expression_statement "pSVar16 = pSVar17;" (assignment_expression "pSVar16 = pSVar17" identifier = identifier) ;) (if_statement "if ((char)iVar9 != '\0') {\n pOVar3 = (Output_section *)*ppOVar19;\n p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var13 == Output_section::do_out_shndx) {\n uVar20 = pOVar3->out_shndx_;\n if (uVar20 == 0xffffffff) goto LAB_0011e0d4;\n }\n else {\n uVar20 = (*p_Var13)(pOVar3);\n }\n if (uVar20 != uVar8) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1354,"write_section_headers_list"\n );\n }\n uVar8 = uVar8 + 1;\n pSVar16 = pSVar17 + 1;\n oshdr.p_ = pSVar17;\n Output_section::write_header<64,_false>(pOVar3,layout,secnamepool,&oshdr);\n }" if (parenthesized_expression "((char)iVar9 != '\0')" ( (binary_expression "(char)iVar9 != '\0'" (cast_expression "(char)iVar9" ( (type_descriptor "char" primitive_type) ) identifier) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n pOVar3 = (Output_section *)*ppOVar19;\n p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var13 == Output_section::do_out_shndx) {\n uVar20 = pOVar3->out_shndx_;\n if (uVar20 == 0xffffffff) goto LAB_0011e0d4;\n }\n else {\n uVar20 = (*p_Var13)(pOVar3);\n }\n if (uVar20 != uVar8) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1354,"write_section_headers_list"\n );\n }\n uVar8 = uVar8 + 1;\n pSVar16 = pSVar17 + 1;\n oshdr.p_ = pSVar17;\n Output_section::write_header<64,_false>(pOVar3,layout,secnamepool,&oshdr);\n }" { (expression_statement "pOVar3 = (Output_section *)*ppOVar19;" (assignment_expression "pOVar3 = (Output_section *)*ppOVar19" identifier = (cast_expression "(Output_section *)*ppOVar19" ( (type_descriptor "Output_section *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*ppOVar19" * identifier))) ;) (expression_statement "p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];" (assignment_expression "p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb]" identifier = (subscript_expression "(pOVar3->super_Output_data)._vptr_Output_data[0xb]" (field_expression "(pOVar3->super_Output_data)._vptr_Output_data" (parenthesized_expression "(pOVar3->super_Output_data)" ( (field_expression "pOVar3->super_Output_data" identifier -> field_identifier) )) . field_identifier) [ number_literal ])) ;) (if_statement "if (p_Var13 == Output_section::do_out_shndx) {\n uVar20 = pOVar3->out_shndx_;\n if (uVar20 == 0xffffffff) goto LAB_0011e0d4;\n }\n else {\n uVar20 = (*p_Var13)(pOVar3);\n }" if (parenthesized_expression "(p_Var13 == Output_section::do_out_shndx)" ( (binary_expression "p_Var13 == Output_section" identifier == identifier) (ERROR "::do_out_shndx" : : identifier) )) (compound_statement "{\n uVar20 = pOVar3->out_shndx_;\n if (uVar20 == 0xffffffff) goto LAB_0011e0d4;\n }" { (expression_statement "uVar20 = pOVar3->out_shndx_;" (assignment_expression "uVar20 = pOVar3->out_shndx_" identifier = (field_expression "pOVar3->out_shndx_" identifier -> field_identifier)) ;) (if_statement "if (uVar20 == 0xffffffff) goto LAB_0011e0d4;" if (parenthesized_expression "(uVar20 == 0xffffffff)" ( (binary_expression "uVar20 == 0xffffffff" identifier == number_literal) )) (goto_statement "goto LAB_0011e0d4;" goto statement_identifier ;)) }) (else_clause "else {\n uVar20 = (*p_Var13)(pOVar3);\n }" else (compound_statement "{\n uVar20 = (*p_Var13)(pOVar3);\n }" { (expression_statement "uVar20 = (*p_Var13)(pOVar3);" (assignment_expression "uVar20 = (*p_Var13)(pOVar3)" identifier = (call_expression "(*p_Var13)(pOVar3)" (parenthesized_expression "(*p_Var13)" ( (pointer_expression "*p_Var13" * identifier) )) (argument_list "(pOVar3)" ( identifier )))) ;) }))) (if_statement "if (uVar20 != uVar8) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1354,"write_section_headers_list"\n );\n }" if (parenthesized_expression "(uVar20 != uVar8)" ( (binary_expression "uVar20 != uVar8" identifier != identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1354,"write_section_headers_list"\n );\n }" { comment (expression_statement "do_gold_unreachable("../../gold/output.cc",0x1354,"write_section_headers_list"\n );" (call_expression "do_gold_unreachable("../../gold/output.cc",0x1354,"write_section_headers_list"\n )" identifier (argument_list "("../../gold/output.cc",0x1354,"write_section_headers_list"\n )" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""write_section_headers_list"" " string_content ") ))) ;) })) (expression_statement "uVar8 = uVar8 + 1;" (assignment_expression "uVar8 = uVar8 + 1" identifier = (binary_expression "uVar8 + 1" identifier + number_literal)) ;) (expression_statement "pSVar16 = pSVar17 + 1;" (assignment_expression "pSVar16 = pSVar17 + 1" identifier = (binary_expression "pSVar17 + 1" identifier + number_literal)) ;) (expression_statement "oshdr.p_ = pSVar17;" (assignment_expression "oshdr.p_ = pSVar17" (field_expression "oshdr.p_" identifier . field_identifier) = identifier) ;) (labeled_statement "Output_section::write_header<64,_false>(pOVar3,layout,secnamepool,&oshdr);" statement_identifier : (ERROR ":" :) (expression_statement "write_header<64,_false>(pOVar3,layout,secnamepool,&oshdr);" (comma_expression "write_header<64,_false>(pOVar3,layout,secnamepool,&oshdr)" (binary_expression "write_header<64" identifier < number_literal) , (binary_expression "_false>(pOVar3,layout,secnamepool,&oshdr)" identifier > (parenthesized_expression "(pOVar3,layout,secnamepool,&oshdr)" ( (comma_expression "pOVar3,layout,secnamepool,&oshdr" identifier , (comma_expression "layout,secnamepool,&oshdr" identifier , (comma_expression "secnamepool,&oshdr" identifier , (pointer_expression "&oshdr" & identifier)))) )))) ;)) })) (expression_statement "ppOVar19 = ppOVar19 + 1;" (assignment_expression "ppOVar19 = ppOVar19 + 1" identifier = (binary_expression "ppOVar19 + 1" identifier + number_literal)) ;) (expression_statement "pSVar17 = pSVar16;" (assignment_expression "pSVar17 = pSVar16" identifier = identifier) ;) }) while (parenthesized_expression "(*pppOVar14 != ppOVar19)" ( (binary_expression "*pppOVar14 != ppOVar19" (pointer_expression "*pppOVar14" * identifier) != identifier) )) ;) })) (expression_statement "pppOVar14 = pppOVar14 + 3;" (assignment_expression "pppOVar14 = pppOVar14 + 3" identifier = (binary_expression "pppOVar14 + 3" identifier + number_literal)) ;) }) while (parenthesized_expression "((pointer *)((int)&pOVar5->vaddr_ + 4) != pppOVar14)" ( (binary_expression "(pointer *)((int)&pOVar5->vaddr_ + 4) != pppOVar14" (cast_expression "(pointer *)((int)&pOVar5->vaddr_ + 4)" ( (type_descriptor "pointer *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&pOVar5->vaddr_ + 4)" ( (binary_expression "(int)&pOVar5->vaddr_ + 4" (cast_expression "(int)&pOVar5->vaddr_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&pOVar5->vaddr_" & (field_expression "pOVar5->vaddr_" identifier -> field_identifier))) + number_literal) ))) != identifier) )) ;) (expression_statement "pSVar12 = this->segment_list_;" (assignment_expression "pSVar12 = this->segment_list_" identifier = (field_expression "this->segment_list_" identifier -> field_identifier)) ;) })) (expression_statement "local_38 = local_38 + 1;" (assignment_expression "local_38 = local_38 + 1" identifier = (binary_expression "local_38 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "((pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>).\n _M_impl._M_finish != local_38)" ( (binary_expression "(pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>).\n _M_impl._M_finish != local_38" (field_expression "(pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>).\n _M_impl._M_finish" (field_expression "(pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>).\n _M_impl" (parenthesized_expression "(pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>)" ( (binary_expression "pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>" (binary_expression "pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_" (binary_expression "pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold" (binary_expression "pSVar12->\n super__Vector_base<gold::Output_segment*,_std" (binary_expression "pSVar12->\n super__Vector_base<gold" (field_expression "pSVar12->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Output_segment" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_segment" : : identifier) * (ERROR ">" >) identifier) > identifier) )) . field_identifier) . field_identifier) != identifier) )) ;) }))) }) (else_clause "else {\n uVar8 = 1;\n pSVar11 = this->section_list_;\n ppOVar15 = (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_start;\n if (ppOVar15 !=\n (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl\n ._M_finish) {\n pSVar17 = pSVar16;\n do {\n pOVar3 = *ppOVar15;\n if (((pOVar3->flags_ & 2) != 0) || (pSVar16 = pSVar17, pOVar3->type_ == 0x11)) {\n p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var13 == Output_section::do_out_shndx) {\n uVar20 = pOVar3->out_shndx_;\n if (uVar20 == 0xffffffff) goto LAB_0011e0d4;\n }\n else {\n uVar20 = (*p_Var13)(pOVar3);\n }\n if (uVar20 != uVar8) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x155,"do_sized_write");\n }\n uVar8 = uVar8 + 1;\n pSVar16 = pSVar17 + 1;\n oshdr.p_ = pSVar17;\n Output_section::write_header<64,_false>\n (*ppOVar15,this->layout_,this->secnamepool_,&oshdr);\n pSVar11 = this->section_list_;\n }\n ppOVar15 = ppOVar15 + 1;\n pSVar17 = pSVar16;\n } while ((pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_finish != ppOVar15);\n }\n }" else (compound_statement "{\n uVar8 = 1;\n pSVar11 = this->section_list_;\n ppOVar15 = (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_start;\n if (ppOVar15 !=\n (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl\n ._M_finish) {\n pSVar17 = pSVar16;\n do {\n pOVar3 = *ppOVar15;\n if (((pOVar3->flags_ & 2) != 0) || (pSVar16 = pSVar17, pOVar3->type_ == 0x11)) {\n p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var13 == Output_section::do_out_shndx) {\n uVar20 = pOVar3->out_shndx_;\n if (uVar20 == 0xffffffff) goto LAB_0011e0d4;\n }\n else {\n uVar20 = (*p_Var13)(pOVar3);\n }\n if (uVar20 != uVar8) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x155,"do_sized_write");\n }\n uVar8 = uVar8 + 1;\n pSVar16 = pSVar17 + 1;\n oshdr.p_ = pSVar17;\n Output_section::write_header<64,_false>\n (*ppOVar15,this->layout_,this->secnamepool_,&oshdr);\n pSVar11 = this->section_list_;\n }\n ppOVar15 = ppOVar15 + 1;\n pSVar17 = pSVar16;\n } while ((pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_finish != ppOVar15);\n }\n }" { (expression_statement "uVar8 = 1;" (assignment_expression "uVar8 = 1" identifier = number_literal) ;) (expression_statement "pSVar11 = this->section_list_;" (assignment_expression "pSVar11 = this->section_list_" identifier = (field_expression "this->section_list_" identifier -> field_identifier)) ;) (expression_statement "ppOVar15 = (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_start;" (assignment_expression "ppOVar15 = (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_start" identifier = (field_expression "(pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_start" (field_expression "(pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl" (parenthesized_expression "(pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)" ( (ERROR "pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::" (comma_expression "pSVar11->\n super__Vector_base<gold::Output_section*,_std" (binary_expression "pSVar11->\n super__Vector_base<gold::Output_section*" (binary_expression "pSVar11->\n super__Vector_base<gold" (field_expression "pSVar11->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Output_section" : : identifier) * identifier) , identifier) : : (binary_expression "allocator<gold" identifier < identifier) : :) (binary_expression "Output_section*>_>" (binary_expression "Output_section*>_" identifier * (ERROR ">" >) identifier) > identifier) )) . field_identifier) . field_identifier)) ;) (if_statement "if (ppOVar15 !=\n (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl\n ._M_finish) {\n pSVar17 = pSVar16;\n do {\n pOVar3 = *ppOVar15;\n if (((pOVar3->flags_ & 2) != 0) || (pSVar16 = pSVar17, pOVar3->type_ == 0x11)) {\n p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var13 == Output_section::do_out_shndx) {\n uVar20 = pOVar3->out_shndx_;\n if (uVar20 == 0xffffffff) goto LAB_0011e0d4;\n }\n else {\n uVar20 = (*p_Var13)(pOVar3);\n }\n if (uVar20 != uVar8) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x155,"do_sized_write");\n }\n uVar8 = uVar8 + 1;\n pSVar16 = pSVar17 + 1;\n oshdr.p_ = pSVar17;\n Output_section::write_header<64,_false>\n (*ppOVar15,this->layout_,this->secnamepool_,&oshdr);\n pSVar11 = this->section_list_;\n }\n ppOVar15 = ppOVar15 + 1;\n pSVar17 = pSVar16;\n } while ((pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_finish != ppOVar15);\n }" if (parenthesized_expression "(ppOVar15 !=\n (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl\n ._M_finish)" ( (binary_expression "ppOVar15 !=\n (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl\n ._M_finish" identifier != (field_expression "(pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl\n ._M_finish" (field_expression "(pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl" (parenthesized_expression "(pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)" ( (binary_expression "pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>" (binary_expression "pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_" (binary_expression "pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold" (binary_expression "pSVar11->\n super__Vector_base<gold::Output_section*,_std" (binary_expression "pSVar11->\n super__Vector_base<gold" (field_expression "pSVar11->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR ">" >) identifier) > identifier) )) . field_identifier) . field_identifier)) )) (compound_statement "{\n pSVar17 = pSVar16;\n do {\n pOVar3 = *ppOVar15;\n if (((pOVar3->flags_ & 2) != 0) || (pSVar16 = pSVar17, pOVar3->type_ == 0x11)) {\n p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var13 == Output_section::do_out_shndx) {\n uVar20 = pOVar3->out_shndx_;\n if (uVar20 == 0xffffffff) goto LAB_0011e0d4;\n }\n else {\n uVar20 = (*p_Var13)(pOVar3);\n }\n if (uVar20 != uVar8) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x155,"do_sized_write");\n }\n uVar8 = uVar8 + 1;\n pSVar16 = pSVar17 + 1;\n oshdr.p_ = pSVar17;\n Output_section::write_header<64,_false>\n (*ppOVar15,this->layout_,this->secnamepool_,&oshdr);\n pSVar11 = this->section_list_;\n }\n ppOVar15 = ppOVar15 + 1;\n pSVar17 = pSVar16;\n } while ((pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_finish != ppOVar15);\n }" { (expression_statement "pSVar17 = pSVar16;" (assignment_expression "pSVar17 = pSVar16" identifier = identifier) ;) (do_statement "do {\n pOVar3 = *ppOVar15;\n if (((pOVar3->flags_ & 2) != 0) || (pSVar16 = pSVar17, pOVar3->type_ == 0x11)) {\n p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var13 == Output_section::do_out_shndx) {\n uVar20 = pOVar3->out_shndx_;\n if (uVar20 == 0xffffffff) goto LAB_0011e0d4;\n }\n else {\n uVar20 = (*p_Var13)(pOVar3);\n }\n if (uVar20 != uVar8) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x155,"do_sized_write");\n }\n uVar8 = uVar8 + 1;\n pSVar16 = pSVar17 + 1;\n oshdr.p_ = pSVar17;\n Output_section::write_header<64,_false>\n (*ppOVar15,this->layout_,this->secnamepool_,&oshdr);\n pSVar11 = this->section_list_;\n }\n ppOVar15 = ppOVar15 + 1;\n pSVar17 = pSVar16;\n } while ((pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_finish != ppOVar15);" do (compound_statement "{\n pOVar3 = *ppOVar15;\n if (((pOVar3->flags_ & 2) != 0) || (pSVar16 = pSVar17, pOVar3->type_ == 0x11)) {\n p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var13 == Output_section::do_out_shndx) {\n uVar20 = pOVar3->out_shndx_;\n if (uVar20 == 0xffffffff) goto LAB_0011e0d4;\n }\n else {\n uVar20 = (*p_Var13)(pOVar3);\n }\n if (uVar20 != uVar8) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x155,"do_sized_write");\n }\n uVar8 = uVar8 + 1;\n pSVar16 = pSVar17 + 1;\n oshdr.p_ = pSVar17;\n Output_section::write_header<64,_false>\n (*ppOVar15,this->layout_,this->secnamepool_,&oshdr);\n pSVar11 = this->section_list_;\n }\n ppOVar15 = ppOVar15 + 1;\n pSVar17 = pSVar16;\n }" { (expression_statement "pOVar3 = *ppOVar15;" (assignment_expression "pOVar3 = *ppOVar15" identifier = (pointer_expression "*ppOVar15" * identifier)) ;) (if_statement "if (((pOVar3->flags_ & 2) != 0) || (pSVar16 = pSVar17, pOVar3->type_ == 0x11)) {\n p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var13 == Output_section::do_out_shndx) {\n uVar20 = pOVar3->out_shndx_;\n if (uVar20 == 0xffffffff) goto LAB_0011e0d4;\n }\n else {\n uVar20 = (*p_Var13)(pOVar3);\n }\n if (uVar20 != uVar8) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x155,"do_sized_write");\n }\n uVar8 = uVar8 + 1;\n pSVar16 = pSVar17 + 1;\n oshdr.p_ = pSVar17;\n Output_section::write_header<64,_false>\n (*ppOVar15,this->layout_,this->secnamepool_,&oshdr);\n pSVar11 = this->section_list_;\n }" if (parenthesized_expression "(((pOVar3->flags_ & 2) != 0) || (pSVar16 = pSVar17, pOVar3->type_ == 0x11))" ( (binary_expression "((pOVar3->flags_ & 2) != 0) || (pSVar16 = pSVar17, pOVar3->type_ == 0x11)" (parenthesized_expression "((pOVar3->flags_ & 2) != 0)" ( (binary_expression "(pOVar3->flags_ & 2) != 0" (parenthesized_expression "(pOVar3->flags_ & 2)" ( (binary_expression "pOVar3->flags_ & 2" (field_expression "pOVar3->flags_" identifier -> field_identifier) & number_literal) )) != number_literal) )) || (parenthesized_expression "(pSVar16 = pSVar17, pOVar3->type_ == 0x11)" ( (comma_expression "pSVar16 = pSVar17, pOVar3->type_ == 0x11" (assignment_expression "pSVar16 = pSVar17" identifier = identifier) , (binary_expression "pOVar3->type_ == 0x11" (field_expression "pOVar3->type_" identifier -> field_identifier) == number_literal)) ))) )) (compound_statement "{\n p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var13 == Output_section::do_out_shndx) {\n uVar20 = pOVar3->out_shndx_;\n if (uVar20 == 0xffffffff) goto LAB_0011e0d4;\n }\n else {\n uVar20 = (*p_Var13)(pOVar3);\n }\n if (uVar20 != uVar8) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x155,"do_sized_write");\n }\n uVar8 = uVar8 + 1;\n pSVar16 = pSVar17 + 1;\n oshdr.p_ = pSVar17;\n Output_section::write_header<64,_false>\n (*ppOVar15,this->layout_,this->secnamepool_,&oshdr);\n pSVar11 = this->section_list_;\n }" { (expression_statement "p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];" (assignment_expression "p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb]" identifier = (subscript_expression "(pOVar3->super_Output_data)._vptr_Output_data[0xb]" (field_expression "(pOVar3->super_Output_data)._vptr_Output_data" (parenthesized_expression "(pOVar3->super_Output_data)" ( (field_expression "pOVar3->super_Output_data" identifier -> field_identifier) )) . field_identifier) [ number_literal ])) ;) (if_statement "if (p_Var13 == Output_section::do_out_shndx) {\n uVar20 = pOVar3->out_shndx_;\n if (uVar20 == 0xffffffff) goto LAB_0011e0d4;\n }\n else {\n uVar20 = (*p_Var13)(pOVar3);\n }" if (parenthesized_expression "(p_Var13 == Output_section::do_out_shndx)" ( (binary_expression "p_Var13 == Output_section" identifier == identifier) (ERROR "::do_out_shndx" : : identifier) )) (compound_statement "{\n uVar20 = pOVar3->out_shndx_;\n if (uVar20 == 0xffffffff) goto LAB_0011e0d4;\n }" { (expression_statement "uVar20 = pOVar3->out_shndx_;" (assignment_expression "uVar20 = pOVar3->out_shndx_" identifier = (field_expression "pOVar3->out_shndx_" identifier -> field_identifier)) ;) (if_statement "if (uVar20 == 0xffffffff) goto LAB_0011e0d4;" if (parenthesized_expression "(uVar20 == 0xffffffff)" ( (binary_expression "uVar20 == 0xffffffff" identifier == number_literal) )) (goto_statement "goto LAB_0011e0d4;" goto statement_identifier ;)) }) (else_clause "else {\n uVar20 = (*p_Var13)(pOVar3);\n }" else (compound_statement "{\n uVar20 = (*p_Var13)(pOVar3);\n }" { (expression_statement "uVar20 = (*p_Var13)(pOVar3);" (assignment_expression "uVar20 = (*p_Var13)(pOVar3)" identifier = (call_expression "(*p_Var13)(pOVar3)" (parenthesized_expression "(*p_Var13)" ( (pointer_expression "*p_Var13" * identifier) )) (argument_list "(pOVar3)" ( identifier )))) ;) }))) (if_statement "if (uVar20 != uVar8) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x155,"do_sized_write");\n }" if (parenthesized_expression "(uVar20 != uVar8)" ( (binary_expression "uVar20 != uVar8" identifier != identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x155,"do_sized_write");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/output.cc",0x155,"do_sized_write");" (call_expression "do_gold_unreachable("../../gold/output.cc",0x155,"do_sized_write")" identifier (argument_list "("../../gold/output.cc",0x155,"do_sized_write")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""do_sized_write"" " string_content ") ))) ;) })) (expression_statement "uVar8 = uVar8 + 1;" (assignment_expression "uVar8 = uVar8 + 1" identifier = (binary_expression "uVar8 + 1" identifier + number_literal)) ;) (expression_statement "pSVar16 = pSVar17 + 1;" (assignment_expression "pSVar16 = pSVar17 + 1" identifier = (binary_expression "pSVar17 + 1" identifier + number_literal)) ;) (expression_statement "oshdr.p_ = pSVar17;" (assignment_expression "oshdr.p_ = pSVar17" (field_expression "oshdr.p_" identifier . field_identifier) = identifier) ;) (labeled_statement "Output_section::write_header<64,_false>\n (*ppOVar15,this->layout_,this->secnamepool_,&oshdr);" statement_identifier : (ERROR ":" :) (expression_statement "write_header<64,_false>\n (*ppOVar15,this->layout_,this->secnamepool_,&oshdr);" (comma_expression "write_header<64,_false>\n (*ppOVar15,this->layout_,this->secnamepool_,&oshdr)" (binary_expression "write_header<64" identifier < number_literal) , (binary_expression "_false>\n (*ppOVar15,this->layout_,this->secnamepool_,&oshdr)" identifier > (parenthesized_expression "(*ppOVar15,this->layout_,this->secnamepool_,&oshdr)" ( (comma_expression "*ppOVar15,this->layout_,this->secnamepool_,&oshdr" (pointer_expression "*ppOVar15" * identifier) , (comma_expression "this->layout_,this->secnamepool_,&oshdr" (field_expression "this->layout_" identifier -> field_identifier) , (comma_expression "this->secnamepool_,&oshdr" (field_expression "this->secnamepool_" identifier -> field_identifier) , (pointer_expression "&oshdr" & identifier)))) )))) ;)) (expression_statement "pSVar11 = this->section_list_;" (assignment_expression "pSVar11 = this->section_list_" identifier = (field_expression "this->section_list_" identifier -> field_identifier)) ;) })) (expression_statement "ppOVar15 = ppOVar15 + 1;" (assignment_expression "ppOVar15 = ppOVar15 + 1" identifier = (binary_expression "ppOVar15 + 1" identifier + number_literal)) ;) (expression_statement "pSVar17 = pSVar16;" (assignment_expression "pSVar17 = pSVar16" identifier = identifier) ;) }) while (parenthesized_expression "((pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_finish != ppOVar15)" ( (binary_expression "(pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_finish != ppOVar15" (field_expression "(pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_finish" (field_expression "(pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl" (parenthesized_expression "(pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)" ( (binary_expression "pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>" (binary_expression "pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_" (binary_expression "pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold" (binary_expression "pSVar11->\n super__Vector_base<gold::Output_section*,_std" (binary_expression "pSVar11->\n super__Vector_base<gold" (field_expression "pSVar11->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR ">" >) identifier) > identifier) )) . field_identifier) . field_identifier) != identifier) )) ;) })) }))) (expression_statement "pSVar11 = this->unattached_section_list_;" (assignment_expression "pSVar11 = this->unattached_section_list_" identifier = (field_expression "this->unattached_section_list_" identifier -> field_identifier)) ;) (expression_statement "ppOVar15 = (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_start;" (assignment_expression "ppOVar15 = (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_start" identifier = (field_expression "(pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_start" (field_expression "(pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl" (parenthesized_expression "(pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)" ( (ERROR "pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::" (comma_expression "pSVar11->\n super__Vector_base<gold::Output_section*,_std" (binary_expression "pSVar11->\n super__Vector_base<gold::Output_section*" (binary_expression "pSVar11->\n super__Vector_base<gold" (field_expression "pSVar11->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Output_section" : : identifier) * identifier) , identifier) : : (binary_expression "allocator<gold" identifier < identifier) : :) (binary_expression "Output_section*>_>" (binary_expression "Output_section*>_" identifier * (ERROR ">" >) identifier) > identifier) )) . field_identifier) . field_identifier)) ;) (if_statement "if (ppOVar15 !=\n (pSVar11->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)\n ._M_impl._M_finish) {\n do {\n pOVar3 = *ppOVar15;\n if (pOVar3->type_ == 0x11) {\n if (parameters->options_ == (General_options *)0x0) goto LAB_0011e13b;\n pSVar17 = pSVar16;\n if ((parameters->options_->relocatable_).value == false) {\n p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var13 == Output_section::do_out_shndx) goto LAB_0011e033;\nLAB_0011e09d:\n uVar20 = (*p_Var13)(pOVar3);\n goto LAB_0011e03f;\n }\n }\n else {\n p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var13 != Output_section::do_out_shndx) goto LAB_0011e09d;\nLAB_0011e033:\n uVar20 = pOVar3->out_shndx_;\n if (uVar20 == 0xffffffff) goto LAB_0011e0d4;\nLAB_0011e03f:\n if (uVar8 != uVar20) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x167,"do_sized_write");\n }\n uVar8 = uVar8 + 1;\n pSVar17 = pSVar16 + 1;\n oshdr.p_ = pSVar16;\n Output_section::write_header<64,_false>(*ppOVar15,this->layout_,this->secnamepool_,&oshdr)\n ;\n pSVar11 = this->unattached_section_list_;\n }\n ppOVar15 = ppOVar15 + 1;\n pSVar16 = pSVar17;\n } while ((pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_finish != ppOVar15);\n }" if (parenthesized_expression "(ppOVar15 !=\n (pSVar11->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)\n ._M_impl._M_finish)" ( (binary_expression "ppOVar15 !=\n (pSVar11->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)\n ._M_impl._M_finish" identifier != (field_expression "(pSVar11->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)\n ._M_impl._M_finish" (field_expression "(pSVar11->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)\n ._M_impl" (parenthesized_expression "(pSVar11->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)" ( (binary_expression "pSVar11->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>" (binary_expression "pSVar11->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_" (binary_expression "pSVar11->super__Vector_base<gold::Output_section*,_std::allocator<gold" (binary_expression "pSVar11->super__Vector_base<gold::Output_section*,_std" (binary_expression "pSVar11->super__Vector_base<gold" (field_expression "pSVar11->super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR ">" >) identifier) > identifier) )) . field_identifier) . field_identifier)) )) (compound_statement "{\n do {\n pOVar3 = *ppOVar15;\n if (pOVar3->type_ == 0x11) {\n if (parameters->options_ == (General_options *)0x0) goto LAB_0011e13b;\n pSVar17 = pSVar16;\n if ((parameters->options_->relocatable_).value == false) {\n p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var13 == Output_section::do_out_shndx) goto LAB_0011e033;\nLAB_0011e09d:\n uVar20 = (*p_Var13)(pOVar3);\n goto LAB_0011e03f;\n }\n }\n else {\n p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var13 != Output_section::do_out_shndx) goto LAB_0011e09d;\nLAB_0011e033:\n uVar20 = pOVar3->out_shndx_;\n if (uVar20 == 0xffffffff) goto LAB_0011e0d4;\nLAB_0011e03f:\n if (uVar8 != uVar20) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x167,"do_sized_write");\n }\n uVar8 = uVar8 + 1;\n pSVar17 = pSVar16 + 1;\n oshdr.p_ = pSVar16;\n Output_section::write_header<64,_false>(*ppOVar15,this->layout_,this->secnamepool_,&oshdr)\n ;\n pSVar11 = this->unattached_section_list_;\n }\n ppOVar15 = ppOVar15 + 1;\n pSVar16 = pSVar17;\n } while ((pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_finish != ppOVar15);\n }" { (do_statement "do {\n pOVar3 = *ppOVar15;\n if (pOVar3->type_ == 0x11) {\n if (parameters->options_ == (General_options *)0x0) goto LAB_0011e13b;\n pSVar17 = pSVar16;\n if ((parameters->options_->relocatable_).value == false) {\n p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var13 == Output_section::do_out_shndx) goto LAB_0011e033;\nLAB_0011e09d:\n uVar20 = (*p_Var13)(pOVar3);\n goto LAB_0011e03f;\n }\n }\n else {\n p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var13 != Output_section::do_out_shndx) goto LAB_0011e09d;\nLAB_0011e033:\n uVar20 = pOVar3->out_shndx_;\n if (uVar20 == 0xffffffff) goto LAB_0011e0d4;\nLAB_0011e03f:\n if (uVar8 != uVar20) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x167,"do_sized_write");\n }\n uVar8 = uVar8 + 1;\n pSVar17 = pSVar16 + 1;\n oshdr.p_ = pSVar16;\n Output_section::write_header<64,_false>(*ppOVar15,this->layout_,this->secnamepool_,&oshdr)\n ;\n pSVar11 = this->unattached_section_list_;\n }\n ppOVar15 = ppOVar15 + 1;\n pSVar16 = pSVar17;\n } while ((pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_finish != ppOVar15);" do (compound_statement "{\n pOVar3 = *ppOVar15;\n if (pOVar3->type_ == 0x11) {\n if (parameters->options_ == (General_options *)0x0) goto LAB_0011e13b;\n pSVar17 = pSVar16;\n if ((parameters->options_->relocatable_).value == false) {\n p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var13 == Output_section::do_out_shndx) goto LAB_0011e033;\nLAB_0011e09d:\n uVar20 = (*p_Var13)(pOVar3);\n goto LAB_0011e03f;\n }\n }\n else {\n p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var13 != Output_section::do_out_shndx) goto LAB_0011e09d;\nLAB_0011e033:\n uVar20 = pOVar3->out_shndx_;\n if (uVar20 == 0xffffffff) goto LAB_0011e0d4;\nLAB_0011e03f:\n if (uVar8 != uVar20) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x167,"do_sized_write");\n }\n uVar8 = uVar8 + 1;\n pSVar17 = pSVar16 + 1;\n oshdr.p_ = pSVar16;\n Output_section::write_header<64,_false>(*ppOVar15,this->layout_,this->secnamepool_,&oshdr)\n ;\n pSVar11 = this->unattached_section_list_;\n }\n ppOVar15 = ppOVar15 + 1;\n pSVar16 = pSVar17;\n }" { (expression_statement "pOVar3 = *ppOVar15;" (assignment_expression "pOVar3 = *ppOVar15" identifier = (pointer_expression "*ppOVar15" * identifier)) ;) (if_statement "if (pOVar3->type_ == 0x11) {\n if (parameters->options_ == (General_options *)0x0) goto LAB_0011e13b;\n pSVar17 = pSVar16;\n if ((parameters->options_->relocatable_).value == false) {\n p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var13 == Output_section::do_out_shndx) goto LAB_0011e033;\nLAB_0011e09d:\n uVar20 = (*p_Var13)(pOVar3);\n goto LAB_0011e03f;\n }\n }\n else {\n p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var13 != Output_section::do_out_shndx) goto LAB_0011e09d;\nLAB_0011e033:\n uVar20 = pOVar3->out_shndx_;\n if (uVar20 == 0xffffffff) goto LAB_0011e0d4;\nLAB_0011e03f:\n if (uVar8 != uVar20) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x167,"do_sized_write");\n }\n uVar8 = uVar8 + 1;\n pSVar17 = pSVar16 + 1;\n oshdr.p_ = pSVar16;\n Output_section::write_header<64,_false>(*ppOVar15,this->layout_,this->secnamepool_,&oshdr)\n ;\n pSVar11 = this->unattached_section_list_;\n }" if (parenthesized_expression "(pOVar3->type_ == 0x11)" ( (binary_expression "pOVar3->type_ == 0x11" (field_expression "pOVar3->type_" identifier -> field_identifier) == number_literal) )) (compound_statement "{\n if (parameters->options_ == (General_options *)0x0) goto LAB_0011e13b;\n pSVar17 = pSVar16;\n if ((parameters->options_->relocatable_).value == false) {\n p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var13 == Output_section::do_out_shndx) goto LAB_0011e033;\nLAB_0011e09d:\n uVar20 = (*p_Var13)(pOVar3);\n goto LAB_0011e03f;\n }\n }" { (if_statement "if (parameters->options_ == (General_options *)0x0) goto LAB_0011e13b;" if (parenthesized_expression "(parameters->options_ == (General_options *)0x0)" ( (binary_expression "parameters->options_ == (General_options *)0x0" (field_expression "parameters->options_" identifier -> field_identifier) == (cast_expression "(General_options *)0x0" ( (type_descriptor "General_options *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0011e13b;" goto statement_identifier ;)) (expression_statement "pSVar17 = pSVar16;" (assignment_expression "pSVar17 = pSVar16" identifier = identifier) ;) (if_statement "if ((parameters->options_->relocatable_).value == false) {\n p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var13 == Output_section::do_out_shndx) goto LAB_0011e033;\nLAB_0011e09d:\n uVar20 = (*p_Var13)(pOVar3);\n goto LAB_0011e03f;\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 p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var13 == Output_section::do_out_shndx) goto LAB_0011e033;\nLAB_0011e09d:\n uVar20 = (*p_Var13)(pOVar3);\n goto LAB_0011e03f;\n }" { (expression_statement "p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];" (assignment_expression "p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb]" identifier = (subscript_expression "(pOVar3->super_Output_data)._vptr_Output_data[0xb]" (field_expression "(pOVar3->super_Output_data)._vptr_Output_data" (parenthesized_expression "(pOVar3->super_Output_data)" ( (field_expression "pOVar3->super_Output_data" identifier -> field_identifier) )) . field_identifier) [ number_literal ])) ;) (if_statement "if (p_Var13 == Output_section::do_out_shndx) goto LAB_0011e033;" if (parenthesized_expression "(p_Var13 == Output_section::do_out_shndx)" ( (binary_expression "p_Var13 == Output_section" identifier == identifier) (ERROR "::do_out_shndx" : : identifier) )) (goto_statement "goto LAB_0011e033;" goto statement_identifier ;)) (labeled_statement "LAB_0011e09d:\n uVar20 = (*p_Var13)(pOVar3);" statement_identifier : (expression_statement "uVar20 = (*p_Var13)(pOVar3);" (assignment_expression "uVar20 = (*p_Var13)(pOVar3)" identifier = (call_expression "(*p_Var13)(pOVar3)" (parenthesized_expression "(*p_Var13)" ( (pointer_expression "*p_Var13" * identifier) )) (argument_list "(pOVar3)" ( identifier )))) ;)) (goto_statement "goto LAB_0011e03f;" goto statement_identifier ;) })) }) (else_clause "else {\n p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var13 != Output_section::do_out_shndx) goto LAB_0011e09d;\nLAB_0011e033:\n uVar20 = pOVar3->out_shndx_;\n if (uVar20 == 0xffffffff) goto LAB_0011e0d4;\nLAB_0011e03f:\n if (uVar8 != uVar20) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x167,"do_sized_write");\n }\n uVar8 = uVar8 + 1;\n pSVar17 = pSVar16 + 1;\n oshdr.p_ = pSVar16;\n Output_section::write_header<64,_false>(*ppOVar15,this->layout_,this->secnamepool_,&oshdr)\n ;\n pSVar11 = this->unattached_section_list_;\n }" else (compound_statement "{\n p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var13 != Output_section::do_out_shndx) goto LAB_0011e09d;\nLAB_0011e033:\n uVar20 = pOVar3->out_shndx_;\n if (uVar20 == 0xffffffff) goto LAB_0011e0d4;\nLAB_0011e03f:\n if (uVar8 != uVar20) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x167,"do_sized_write");\n }\n uVar8 = uVar8 + 1;\n pSVar17 = pSVar16 + 1;\n oshdr.p_ = pSVar16;\n Output_section::write_header<64,_false>(*ppOVar15,this->layout_,this->secnamepool_,&oshdr)\n ;\n pSVar11 = this->unattached_section_list_;\n }" { (expression_statement "p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];" (assignment_expression "p_Var13 = (pOVar3->super_Output_data)._vptr_Output_data[0xb]" identifier = (subscript_expression "(pOVar3->super_Output_data)._vptr_Output_data[0xb]" (field_expression "(pOVar3->super_Output_data)._vptr_Output_data" (parenthesized_expression "(pOVar3->super_Output_data)" ( (field_expression "pOVar3->super_Output_data" identifier -> field_identifier) )) . field_identifier) [ number_literal ])) ;) (if_statement "if (p_Var13 != Output_section::do_out_shndx) goto LAB_0011e09d;" if (parenthesized_expression "(p_Var13 != Output_section::do_out_shndx)" ( (binary_expression "p_Var13 != Output_section" identifier != identifier) (ERROR "::do_out_shndx" : : identifier) )) (goto_statement "goto LAB_0011e09d;" goto statement_identifier ;)) (labeled_statement "LAB_0011e033:\n uVar20 = pOVar3->out_shndx_;" statement_identifier : (expression_statement "uVar20 = pOVar3->out_shndx_;" (assignment_expression "uVar20 = pOVar3->out_shndx_" identifier = (field_expression "pOVar3->out_shndx_" identifier -> field_identifier)) ;)) (if_statement "if (uVar20 == 0xffffffff) goto LAB_0011e0d4;" if (parenthesized_expression "(uVar20 == 0xffffffff)" ( (binary_expression "uVar20 == 0xffffffff" identifier == number_literal) )) (goto_statement "goto LAB_0011e0d4;" goto statement_identifier ;)) (labeled_statement "LAB_0011e03f:\n if (uVar8 != uVar20) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x167,"do_sized_write");\n }" statement_identifier : (if_statement "if (uVar8 != uVar20) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x167,"do_sized_write");\n }" if (parenthesized_expression "(uVar8 != uVar20)" ( (binary_expression "uVar8 != uVar20" identifier != identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x167,"do_sized_write");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/output.cc",0x167,"do_sized_write");" (call_expression "do_gold_unreachable("../../gold/output.cc",0x167,"do_sized_write")" identifier (argument_list "("../../gold/output.cc",0x167,"do_sized_write")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""do_sized_write"" " string_content ") ))) ;) }))) (expression_statement "uVar8 = uVar8 + 1;" (assignment_expression "uVar8 = uVar8 + 1" identifier = (binary_expression "uVar8 + 1" identifier + number_literal)) ;) (expression_statement "pSVar17 = pSVar16 + 1;" (assignment_expression "pSVar17 = pSVar16 + 1" identifier = (binary_expression "pSVar16 + 1" identifier + number_literal)) ;) (expression_statement "oshdr.p_ = pSVar16;" (assignment_expression "oshdr.p_ = pSVar16" (field_expression "oshdr.p_" identifier . field_identifier) = identifier) ;) (labeled_statement "Output_section::write_header<64,_false>(*ppOVar15,this->layout_,this->secnamepool_,&oshdr)\n ;" statement_identifier : (ERROR ":" :) (expression_statement "write_header<64,_false>(*ppOVar15,this->layout_,this->secnamepool_,&oshdr)\n ;" (comma_expression "write_header<64,_false>(*ppOVar15,this->layout_,this->secnamepool_,&oshdr)" (binary_expression "write_header<64" identifier < number_literal) , (binary_expression "_false>(*ppOVar15,this->layout_,this->secnamepool_,&oshdr)" identifier > (parenthesized_expression "(*ppOVar15,this->layout_,this->secnamepool_,&oshdr)" ( (comma_expression "*ppOVar15,this->layout_,this->secnamepool_,&oshdr" (pointer_expression "*ppOVar15" * identifier) , (comma_expression "this->layout_,this->secnamepool_,&oshdr" (field_expression "this->layout_" identifier -> field_identifier) , (comma_expression "this->secnamepool_,&oshdr" (field_expression "this->secnamepool_" identifier -> field_identifier) , (pointer_expression "&oshdr" & identifier)))) )))) ;)) (expression_statement "pSVar11 = this->unattached_section_list_;" (assignment_expression "pSVar11 = this->unattached_section_list_" identifier = (field_expression "this->unattached_section_list_" identifier -> field_identifier)) ;) }))) (expression_statement "ppOVar15 = ppOVar15 + 1;" (assignment_expression "ppOVar15 = ppOVar15 + 1" identifier = (binary_expression "ppOVar15 + 1" identifier + number_literal)) ;) (expression_statement "pSVar16 = pSVar17;" (assignment_expression "pSVar16 = pSVar17" identifier = identifier) ;) }) while (parenthesized_expression "((pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_finish != ppOVar15)" ( (binary_expression "(pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_finish != ppOVar15" (field_expression "(pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_finish" (field_expression "(pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl" (parenthesized_expression "(pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)" ( (binary_expression "pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>" (binary_expression "pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_" (binary_expression "pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold" (binary_expression "pSVar11->\n super__Vector_base<gold::Output_section*,_std" (binary_expression "pSVar11->\n super__Vector_base<gold" (field_expression "pSVar11->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR ">" >) identifier) > identifier) )) . field_identifier) . field_identifier) != identifier) )) ;) })) (if_statement "if (((this->super_Output_data).field_0x1c & 4) != 0) {\n return;\n }" if (parenthesized_expression "(((this->super_Output_data).field_0x1c & 4) != 0)" ( (binary_expression "((this->super_Output_data).field_0x1c & 4) != 0" (parenthesized_expression "((this->super_Output_data).field_0x1c & 4)" ( (binary_expression "(this->super_Output_data).field_0x1c & 4" (field_expression "(this->super_Output_data).field_0x1c" (parenthesized_expression "(this->super_Output_data)" ( (field_expression "this->super_Output_data" identifier -> field_identifier) )) . field_identifier) & number_literal) )) != number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) })) comment (expression_statement "do_gold_unreachable("../../gold/output.h",0xe3,"offset");" (call_expression "do_gold_unreachable("../../gold/output.h",0xe3,"offset")" identifier (argument_list "("../../gold/output.h",0xe3,"offset")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""offset"" " string_content ") ))) ;) (ERROR "}" }))
(translation_unit "void FUN_0011dce0(int *param_1,int param_2)\n\n{\n int iVar1;\n uint uVar2;\n char cVar3;\n uint uVar4;\n int iVar5;\n int iVar6;\n int iVar7;\n undefined4 *puVar8;\n int *piVar9;\n int *piVar10;\n code *pcVar11;\n int *piVar12;\n int *piVar13;\n int *unaff_ESI;\n uint uVar14;\n int iVar15;\n int *local_38;\n int *local_20 [4];\n \n if ((*(byte *)(param_1 + 7) & 2) == 0) {\n \n FUN_0007d010("../../gold/output.h",0xcf,"data_size");\n }\n iVar15 = param_1[4];\n uVar4 = param_1[3];\n if ((*(byte *)(param_1 + 7) & 4) != 0) {\n uVar14 = param_1[5];\n if ((param_1[6] < 0) ||\n (iVar7 = param_1[6] + (uint)CARRY4(uVar4,uVar14),\n uVar2 = (uint)(*(uint *)(param_2 + 8) < uVar4 + uVar14),\n iVar6 = *(int *)(param_2 + 0xc) - iVar7,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar7) != SBORROW4(iVar6,uVar2)) !=\n (int)(iVar6 - uVar2) < 0)) {\n \n FUN_0007d010("../../gold/output.h",0x6f,"get_output_view",iVar15);\n }\n unaff_ESI = (int *)(uVar14 + *(int *)(param_2 + 0x10));\n *unaff_ESI = 0;\n unaff_ESI[1] = 0;\n uVar14 = iVar15 >> 0x1f & 0x3f;\n unaff_ESI[2] = 0;\n unaff_ESI[3] = 0;\n uVar4 = uVar4 + uVar14 >> 6 | (iVar15 + (uint)CARRY4(uVar4,uVar14)) * 0x4000000;\n unaff_ESI[4] = 0;\n unaff_ESI[5] = 0;\n if (uVar4 < 0xff00) {\n uVar4 = 0;\n }\n unaff_ESI[6] = 0;\n unaff_ESI[7] = 0;\n unaff_ESI[8] = uVar4;\n unaff_ESI[9] = 0;\n piVar12 = (int *)param_1[0xd];\n if (*(code **)(*piVar12 + 0x2c) == FUN_000887b0) {\n uVar4 = piVar12[0x18];\n if (uVar4 == 0xffffffff) {\nLAB_0011e0d4:\n \n FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar4 = (**(code **)(*piVar12 + 0x2c))(piVar12);\n }\n piVar12 = unaff_ESI + 0x10;\n if (uVar4 < 0xff00) {\n uVar4 = 0;\n }\n unaff_ESI[10] = uVar4;\n piVar9 = (int *)param_1[9];\n piVar10 = (int *)piVar9[1];\n local_38 = (int *)*piVar9;\n unaff_ESI[0xc] = 0;\n unaff_ESI[0xd] = 0;\n unaff_ESI[0xe] = 0;\n unaff_ESI[0xf] = 0;\n uVar4 = (int)piVar10 - (int)local_38 >> 2;\n if (uVar4 < 0xffff) {\n uVar4 = 0;\n }\n unaff_ESI[0xb] = uVar4;\n if (*(int *)(DAT_003af408 + 8) == 0) {\nLAB_0011e13b:\n \n FUN_0007d010("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0') {\n if (local_38 == piVar10) {\n iVar15 = 1;\n }\n else {\n iVar15 = 1;\n do {\n iVar6 = *local_38;\n if (*(int *)(iVar6 + 0x194) == 1) {\n puVar8 = (undefined4 *)(iVar6 + 4);\n iVar7 = param_1[0xc];\n iVar1 = param_1[8];\n do {\n piVar10 = (int *)puVar8[-1];\n piVar9 = piVar12;\n if (piVar10 != (int *)*puVar8) {\n do {\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n } while ((int *)*puVar8 != unaff_ESI);\n }\n puVar8 = puVar8 + 3;\n } while ((undefined4 *)(iVar6 + 0x160) != puVar8);\n piVar9 = (int *)param_1[9];\n }\n local_38 = local_38 + 1;\n } while ((int *)piVar9[1] != local_38);\n }\n }\n else {\n iVar15 = 1;\n puVar8 = (undefined4 *)param_1[10];\n unaff_ESI = (int *)*puVar8;\n if (unaff_ESI != (int *)puVar8[1]) {\n piVar10 = piVar12;\n do {\n piVar9 = (int *)*unaff_ESI;\n if (((*(byte *)(piVar9 + 0x15) & 2) != 0) || (piVar12 = piVar10, piVar9[0x14] == 0x11)) {\n if (*(code **)(*piVar9 + 0x2c) == FUN_000887b0) {\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar6 = (**(code **)(*piVar9 + 0x2c))(piVar9);\n }\n if (iVar6 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x155,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar10 + 0x10;\n local_20[0] = piVar10;\n FUN_0011da90(*unaff_ESI,param_1[8],param_1[0xc],local_20);\n puVar8 = (undefined4 *)param_1[10];\n }\n unaff_ESI = unaff_ESI + 1;\n piVar10 = piVar12;\n } while ((int *)puVar8[1] != unaff_ESI);\n }\n }\n piVar10 = (int *)param_1[0xb];\n puVar8 = (undefined4 *)*piVar10;\n if (puVar8 != (undefined4 *)piVar10[1]) {\n do {\n piVar9 = (int *)*puVar8;\n if (piVar9[0x14] == 0x11) {\n if (*(int *)(DAT_003af408 + 8) == 0) goto LAB_0011e13b;\n piVar13 = piVar12;\n if (*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0') {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 == FUN_000887b0) goto LAB_0011e033;\nLAB_0011e09d:\n iVar6 = (*pcVar11)(piVar9);\n goto LAB_0011e03f;\n }\n }\n else {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 != FUN_000887b0) goto LAB_0011e09d;\nLAB_0011e033:\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\nLAB_0011e03f:\n if (iVar15 != iVar6) {\n \n FUN_0007d010("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar13 = piVar12 + 0x10;\n local_20[0] = piVar12;\n FUN_0011da90(*puVar8,param_1[8],param_1[0xc],local_20);\n piVar10 = (int *)param_1[0xb];\n }\n puVar8 = puVar8 + 1;\n piVar12 = piVar13;\n unaff_ESI = param_1;\n } while ((undefined4 *)piVar10[1] != puVar8);\n }\n if ((*(byte *)(param_1 + 7) & 4) != 0) {\n return;\n }\n }\n \n FUN_0007d010("../../gold/output.h",0xe3,"offset",unaff_ESI);\n}\n\n" (function_definition "void FUN_0011dce0(int *param_1,int param_2)\n\n{\n int iVar1;\n uint uVar2;\n char cVar3;\n uint uVar4;\n int iVar5;\n int iVar6;\n int iVar7;\n undefined4 *puVar8;\n int *piVar9;\n int *piVar10;\n code *pcVar11;\n int *piVar12;\n int *piVar13;\n int *unaff_ESI;\n uint uVar14;\n int iVar15;\n int *local_38;\n int *local_20 [4];\n \n if ((*(byte *)(param_1 + 7) & 2) == 0) {\n \n FUN_0007d010("../../gold/output.h",0xcf,"data_size");\n }\n iVar15 = param_1[4];\n uVar4 = param_1[3];\n if ((*(byte *)(param_1 + 7) & 4) != 0) {\n uVar14 = param_1[5];\n if ((param_1[6] < 0) ||\n (iVar7 = param_1[6] + (uint)CARRY4(uVar4,uVar14),\n uVar2 = (uint)(*(uint *)(param_2 + 8) < uVar4 + uVar14),\n iVar6 = *(int *)(param_2 + 0xc) - iVar7,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar7) != SBORROW4(iVar6,uVar2)) !=\n (int)(iVar6 - uVar2) < 0)) {\n \n FUN_0007d010("../../gold/output.h",0x6f,"get_output_view",iVar15);\n }\n unaff_ESI = (int *)(uVar14 + *(int *)(param_2 + 0x10));\n *unaff_ESI = 0;\n unaff_ESI[1] = 0;\n uVar14 = iVar15 >> 0x1f & 0x3f;\n unaff_ESI[2] = 0;\n unaff_ESI[3] = 0;\n uVar4 = uVar4 + uVar14 >> 6 | (iVar15 + (uint)CARRY4(uVar4,uVar14)) * 0x4000000;\n unaff_ESI[4] = 0;\n unaff_ESI[5] = 0;\n if (uVar4 < 0xff00) {\n uVar4 = 0;\n }\n unaff_ESI[6] = 0;\n unaff_ESI[7] = 0;\n unaff_ESI[8] = uVar4;\n unaff_ESI[9] = 0;\n piVar12 = (int *)param_1[0xd];\n if (*(code **)(*piVar12 + 0x2c) == FUN_000887b0) {\n uVar4 = piVar12[0x18];\n if (uVar4 == 0xffffffff) {\nLAB_0011e0d4:\n \n FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar4 = (**(code **)(*piVar12 + 0x2c))(piVar12);\n }\n piVar12 = unaff_ESI + 0x10;\n if (uVar4 < 0xff00) {\n uVar4 = 0;\n }\n unaff_ESI[10] = uVar4;\n piVar9 = (int *)param_1[9];\n piVar10 = (int *)piVar9[1];\n local_38 = (int *)*piVar9;\n unaff_ESI[0xc] = 0;\n unaff_ESI[0xd] = 0;\n unaff_ESI[0xe] = 0;\n unaff_ESI[0xf] = 0;\n uVar4 = (int)piVar10 - (int)local_38 >> 2;\n if (uVar4 < 0xffff) {\n uVar4 = 0;\n }\n unaff_ESI[0xb] = uVar4;\n if (*(int *)(DAT_003af408 + 8) == 0) {\nLAB_0011e13b:\n \n FUN_0007d010("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0') {\n if (local_38 == piVar10) {\n iVar15 = 1;\n }\n else {\n iVar15 = 1;\n do {\n iVar6 = *local_38;\n if (*(int *)(iVar6 + 0x194) == 1) {\n puVar8 = (undefined4 *)(iVar6 + 4);\n iVar7 = param_1[0xc];\n iVar1 = param_1[8];\n do {\n piVar10 = (int *)puVar8[-1];\n piVar9 = piVar12;\n if (piVar10 != (int *)*puVar8) {\n do {\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n } while ((int *)*puVar8 != unaff_ESI);\n }\n puVar8 = puVar8 + 3;\n } while ((undefined4 *)(iVar6 + 0x160) != puVar8);\n piVar9 = (int *)param_1[9];\n }\n local_38 = local_38 + 1;\n } while ((int *)piVar9[1] != local_38);\n }\n }\n else {\n iVar15 = 1;\n puVar8 = (undefined4 *)param_1[10];\n unaff_ESI = (int *)*puVar8;\n if (unaff_ESI != (int *)puVar8[1]) {\n piVar10 = piVar12;\n do {\n piVar9 = (int *)*unaff_ESI;\n if (((*(byte *)(piVar9 + 0x15) & 2) != 0) || (piVar12 = piVar10, piVar9[0x14] == 0x11)) {\n if (*(code **)(*piVar9 + 0x2c) == FUN_000887b0) {\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar6 = (**(code **)(*piVar9 + 0x2c))(piVar9);\n }\n if (iVar6 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x155,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar10 + 0x10;\n local_20[0] = piVar10;\n FUN_0011da90(*unaff_ESI,param_1[8],param_1[0xc],local_20);\n puVar8 = (undefined4 *)param_1[10];\n }\n unaff_ESI = unaff_ESI + 1;\n piVar10 = piVar12;\n } while ((int *)puVar8[1] != unaff_ESI);\n }\n }\n piVar10 = (int *)param_1[0xb];\n puVar8 = (undefined4 *)*piVar10;\n if (puVar8 != (undefined4 *)piVar10[1]) {\n do {\n piVar9 = (int *)*puVar8;\n if (piVar9[0x14] == 0x11) {\n if (*(int *)(DAT_003af408 + 8) == 0) goto LAB_0011e13b;\n piVar13 = piVar12;\n if (*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0') {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 == FUN_000887b0) goto LAB_0011e033;\nLAB_0011e09d:\n iVar6 = (*pcVar11)(piVar9);\n goto LAB_0011e03f;\n }\n }\n else {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 != FUN_000887b0) goto LAB_0011e09d;\nLAB_0011e033:\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\nLAB_0011e03f:\n if (iVar15 != iVar6) {\n \n FUN_0007d010("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar13 = piVar12 + 0x10;\n local_20[0] = piVar12;\n FUN_0011da90(*puVar8,param_1[8],param_1[0xc],local_20);\n piVar10 = (int *)param_1[0xb];\n }\n puVar8 = puVar8 + 1;\n piVar12 = piVar13;\n unaff_ESI = param_1;\n } while ((undefined4 *)piVar10[1] != puVar8);\n }\n if ((*(byte *)(param_1 + 7) & 4) != 0) {\n return;\n }\n }\n \n FUN_0007d010("../../gold/output.h",0xe3,"offset",unaff_ESI);\n}" primitive_type (function_declarator "FUN_0011dce0(int *param_1,int param_2)" identifier (parameter_list "(int *param_1,int param_2)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int param_2" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n uint uVar2;\n char cVar3;\n uint uVar4;\n int iVar5;\n int iVar6;\n int iVar7;\n undefined4 *puVar8;\n int *piVar9;\n int *piVar10;\n code *pcVar11;\n int *piVar12;\n int *piVar13;\n int *unaff_ESI;\n uint uVar14;\n int iVar15;\n int *local_38;\n int *local_20 [4];\n \n if ((*(byte *)(param_1 + 7) & 2) == 0) {\n \n FUN_0007d010("../../gold/output.h",0xcf,"data_size");\n }\n iVar15 = param_1[4];\n uVar4 = param_1[3];\n if ((*(byte *)(param_1 + 7) & 4) != 0) {\n uVar14 = param_1[5];\n if ((param_1[6] < 0) ||\n (iVar7 = param_1[6] + (uint)CARRY4(uVar4,uVar14),\n uVar2 = (uint)(*(uint *)(param_2 + 8) < uVar4 + uVar14),\n iVar6 = *(int *)(param_2 + 0xc) - iVar7,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar7) != SBORROW4(iVar6,uVar2)) !=\n (int)(iVar6 - uVar2) < 0)) {\n \n FUN_0007d010("../../gold/output.h",0x6f,"get_output_view",iVar15);\n }\n unaff_ESI = (int *)(uVar14 + *(int *)(param_2 + 0x10));\n *unaff_ESI = 0;\n unaff_ESI[1] = 0;\n uVar14 = iVar15 >> 0x1f & 0x3f;\n unaff_ESI[2] = 0;\n unaff_ESI[3] = 0;\n uVar4 = uVar4 + uVar14 >> 6 | (iVar15 + (uint)CARRY4(uVar4,uVar14)) * 0x4000000;\n unaff_ESI[4] = 0;\n unaff_ESI[5] = 0;\n if (uVar4 < 0xff00) {\n uVar4 = 0;\n }\n unaff_ESI[6] = 0;\n unaff_ESI[7] = 0;\n unaff_ESI[8] = uVar4;\n unaff_ESI[9] = 0;\n piVar12 = (int *)param_1[0xd];\n if (*(code **)(*piVar12 + 0x2c) == FUN_000887b0) {\n uVar4 = piVar12[0x18];\n if (uVar4 == 0xffffffff) {\nLAB_0011e0d4:\n \n FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar4 = (**(code **)(*piVar12 + 0x2c))(piVar12);\n }\n piVar12 = unaff_ESI + 0x10;\n if (uVar4 < 0xff00) {\n uVar4 = 0;\n }\n unaff_ESI[10] = uVar4;\n piVar9 = (int *)param_1[9];\n piVar10 = (int *)piVar9[1];\n local_38 = (int *)*piVar9;\n unaff_ESI[0xc] = 0;\n unaff_ESI[0xd] = 0;\n unaff_ESI[0xe] = 0;\n unaff_ESI[0xf] = 0;\n uVar4 = (int)piVar10 - (int)local_38 >> 2;\n if (uVar4 < 0xffff) {\n uVar4 = 0;\n }\n unaff_ESI[0xb] = uVar4;\n if (*(int *)(DAT_003af408 + 8) == 0) {\nLAB_0011e13b:\n \n FUN_0007d010("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0') {\n if (local_38 == piVar10) {\n iVar15 = 1;\n }\n else {\n iVar15 = 1;\n do {\n iVar6 = *local_38;\n if (*(int *)(iVar6 + 0x194) == 1) {\n puVar8 = (undefined4 *)(iVar6 + 4);\n iVar7 = param_1[0xc];\n iVar1 = param_1[8];\n do {\n piVar10 = (int *)puVar8[-1];\n piVar9 = piVar12;\n if (piVar10 != (int *)*puVar8) {\n do {\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n } while ((int *)*puVar8 != unaff_ESI);\n }\n puVar8 = puVar8 + 3;\n } while ((undefined4 *)(iVar6 + 0x160) != puVar8);\n piVar9 = (int *)param_1[9];\n }\n local_38 = local_38 + 1;\n } while ((int *)piVar9[1] != local_38);\n }\n }\n else {\n iVar15 = 1;\n puVar8 = (undefined4 *)param_1[10];\n unaff_ESI = (int *)*puVar8;\n if (unaff_ESI != (int *)puVar8[1]) {\n piVar10 = piVar12;\n do {\n piVar9 = (int *)*unaff_ESI;\n if (((*(byte *)(piVar9 + 0x15) & 2) != 0) || (piVar12 = piVar10, piVar9[0x14] == 0x11)) {\n if (*(code **)(*piVar9 + 0x2c) == FUN_000887b0) {\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar6 = (**(code **)(*piVar9 + 0x2c))(piVar9);\n }\n if (iVar6 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x155,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar10 + 0x10;\n local_20[0] = piVar10;\n FUN_0011da90(*unaff_ESI,param_1[8],param_1[0xc],local_20);\n puVar8 = (undefined4 *)param_1[10];\n }\n unaff_ESI = unaff_ESI + 1;\n piVar10 = piVar12;\n } while ((int *)puVar8[1] != unaff_ESI);\n }\n }\n piVar10 = (int *)param_1[0xb];\n puVar8 = (undefined4 *)*piVar10;\n if (puVar8 != (undefined4 *)piVar10[1]) {\n do {\n piVar9 = (int *)*puVar8;\n if (piVar9[0x14] == 0x11) {\n if (*(int *)(DAT_003af408 + 8) == 0) goto LAB_0011e13b;\n piVar13 = piVar12;\n if (*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0') {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 == FUN_000887b0) goto LAB_0011e033;\nLAB_0011e09d:\n iVar6 = (*pcVar11)(piVar9);\n goto LAB_0011e03f;\n }\n }\n else {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 != FUN_000887b0) goto LAB_0011e09d;\nLAB_0011e033:\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\nLAB_0011e03f:\n if (iVar15 != iVar6) {\n \n FUN_0007d010("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar13 = piVar12 + 0x10;\n local_20[0] = piVar12;\n FUN_0011da90(*puVar8,param_1[8],param_1[0xc],local_20);\n piVar10 = (int *)param_1[0xb];\n }\n puVar8 = puVar8 + 1;\n piVar12 = piVar13;\n unaff_ESI = param_1;\n } while ((undefined4 *)piVar10[1] != puVar8);\n }\n if ((*(byte *)(param_1 + 7) & 4) != 0) {\n return;\n }\n }\n \n FUN_0007d010("../../gold/output.h",0xe3,"offset",unaff_ESI);\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "char cVar3;" primitive_type identifier ;) (declaration "uint uVar4;" type_identifier identifier ;) (declaration "int iVar5;" primitive_type identifier ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "int iVar7;" primitive_type identifier ;) (declaration "undefined4 *puVar8;" type_identifier (pointer_declarator "*puVar8" * identifier) ;) (declaration "int *piVar9;" primitive_type (pointer_declarator "*piVar9" * identifier) ;) (declaration "int *piVar10;" primitive_type (pointer_declarator "*piVar10" * identifier) ;) (declaration "code *pcVar11;" type_identifier (pointer_declarator "*pcVar11" * identifier) ;) (declaration "int *piVar12;" primitive_type (pointer_declarator "*piVar12" * identifier) ;) (declaration "int *piVar13;" primitive_type (pointer_declarator "*piVar13" * identifier) ;) (declaration "int *unaff_ESI;" primitive_type (pointer_declarator "*unaff_ESI" * identifier) ;) (declaration "uint uVar14;" type_identifier identifier ;) (declaration "int iVar15;" primitive_type identifier ;) (declaration "int *local_38;" primitive_type (pointer_declarator "*local_38" * identifier) ;) (declaration "int *local_20 [4];" primitive_type (pointer_declarator "*local_20 [4]" * (array_declarator "local_20 [4]" identifier [ number_literal ])) ;) (if_statement "if ((*(byte *)(param_1 + 7) & 2) == 0) {\n \n FUN_0007d010("../../gold/output.h",0xcf,"data_size");\n }" if (parenthesized_expression "((*(byte *)(param_1 + 7) & 2) == 0)" ( (binary_expression "(*(byte *)(param_1 + 7) & 2) == 0" (parenthesized_expression "(*(byte *)(param_1 + 7) & 2)" ( (binary_expression "*(byte *)(param_1 + 7) & 2" (pointer_expression "*(byte *)(param_1 + 7)" * (cast_expression "(byte *)(param_1 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 7)" ( (binary_expression "param_1 + 7" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n \n FUN_0007d010("../../gold/output.h",0xcf,"data_size");\n }" { (expression_statement "FUN_0007d010("../../gold/output.h",0xcf,"data_size");" (call_expression "FUN_0007d010("../../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 "iVar15 = param_1[4];" (assignment_expression "iVar15 = param_1[4]" identifier = (subscript_expression "param_1[4]" identifier [ number_literal ])) ;) (expression_statement "uVar4 = param_1[3];" (assignment_expression "uVar4 = param_1[3]" identifier = (subscript_expression "param_1[3]" identifier [ number_literal ])) ;) (if_statement "if ((*(byte *)(param_1 + 7) & 4) != 0) {\n uVar14 = param_1[5];\n if ((param_1[6] < 0) ||\n (iVar7 = param_1[6] + (uint)CARRY4(uVar4,uVar14),\n uVar2 = (uint)(*(uint *)(param_2 + 8) < uVar4 + uVar14),\n iVar6 = *(int *)(param_2 + 0xc) - iVar7,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar7) != SBORROW4(iVar6,uVar2)) !=\n (int)(iVar6 - uVar2) < 0)) {\n \n FUN_0007d010("../../gold/output.h",0x6f,"get_output_view",iVar15);\n }\n unaff_ESI = (int *)(uVar14 + *(int *)(param_2 + 0x10));\n *unaff_ESI = 0;\n unaff_ESI[1] = 0;\n uVar14 = iVar15 >> 0x1f & 0x3f;\n unaff_ESI[2] = 0;\n unaff_ESI[3] = 0;\n uVar4 = uVar4 + uVar14 >> 6 | (iVar15 + (uint)CARRY4(uVar4,uVar14)) * 0x4000000;\n unaff_ESI[4] = 0;\n unaff_ESI[5] = 0;\n if (uVar4 < 0xff00) {\n uVar4 = 0;\n }\n unaff_ESI[6] = 0;\n unaff_ESI[7] = 0;\n unaff_ESI[8] = uVar4;\n unaff_ESI[9] = 0;\n piVar12 = (int *)param_1[0xd];\n if (*(code **)(*piVar12 + 0x2c) == FUN_000887b0) {\n uVar4 = piVar12[0x18];\n if (uVar4 == 0xffffffff) {\nLAB_0011e0d4:\n \n FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar4 = (**(code **)(*piVar12 + 0x2c))(piVar12);\n }\n piVar12 = unaff_ESI + 0x10;\n if (uVar4 < 0xff00) {\n uVar4 = 0;\n }\n unaff_ESI[10] = uVar4;\n piVar9 = (int *)param_1[9];\n piVar10 = (int *)piVar9[1];\n local_38 = (int *)*piVar9;\n unaff_ESI[0xc] = 0;\n unaff_ESI[0xd] = 0;\n unaff_ESI[0xe] = 0;\n unaff_ESI[0xf] = 0;\n uVar4 = (int)piVar10 - (int)local_38 >> 2;\n if (uVar4 < 0xffff) {\n uVar4 = 0;\n }\n unaff_ESI[0xb] = uVar4;\n if (*(int *)(DAT_003af408 + 8) == 0) {\nLAB_0011e13b:\n \n FUN_0007d010("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0') {\n if (local_38 == piVar10) {\n iVar15 = 1;\n }\n else {\n iVar15 = 1;\n do {\n iVar6 = *local_38;\n if (*(int *)(iVar6 + 0x194) == 1) {\n puVar8 = (undefined4 *)(iVar6 + 4);\n iVar7 = param_1[0xc];\n iVar1 = param_1[8];\n do {\n piVar10 = (int *)puVar8[-1];\n piVar9 = piVar12;\n if (piVar10 != (int *)*puVar8) {\n do {\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n } while ((int *)*puVar8 != unaff_ESI);\n }\n puVar8 = puVar8 + 3;\n } while ((undefined4 *)(iVar6 + 0x160) != puVar8);\n piVar9 = (int *)param_1[9];\n }\n local_38 = local_38 + 1;\n } while ((int *)piVar9[1] != local_38);\n }\n }\n else {\n iVar15 = 1;\n puVar8 = (undefined4 *)param_1[10];\n unaff_ESI = (int *)*puVar8;\n if (unaff_ESI != (int *)puVar8[1]) {\n piVar10 = piVar12;\n do {\n piVar9 = (int *)*unaff_ESI;\n if (((*(byte *)(piVar9 + 0x15) & 2) != 0) || (piVar12 = piVar10, piVar9[0x14] == 0x11)) {\n if (*(code **)(*piVar9 + 0x2c) == FUN_000887b0) {\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar6 = (**(code **)(*piVar9 + 0x2c))(piVar9);\n }\n if (iVar6 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x155,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar10 + 0x10;\n local_20[0] = piVar10;\n FUN_0011da90(*unaff_ESI,param_1[8],param_1[0xc],local_20);\n puVar8 = (undefined4 *)param_1[10];\n }\n unaff_ESI = unaff_ESI + 1;\n piVar10 = piVar12;\n } while ((int *)puVar8[1] != unaff_ESI);\n }\n }\n piVar10 = (int *)param_1[0xb];\n puVar8 = (undefined4 *)*piVar10;\n if (puVar8 != (undefined4 *)piVar10[1]) {\n do {\n piVar9 = (int *)*puVar8;\n if (piVar9[0x14] == 0x11) {\n if (*(int *)(DAT_003af408 + 8) == 0) goto LAB_0011e13b;\n piVar13 = piVar12;\n if (*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0') {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 == FUN_000887b0) goto LAB_0011e033;\nLAB_0011e09d:\n iVar6 = (*pcVar11)(piVar9);\n goto LAB_0011e03f;\n }\n }\n else {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 != FUN_000887b0) goto LAB_0011e09d;\nLAB_0011e033:\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\nLAB_0011e03f:\n if (iVar15 != iVar6) {\n \n FUN_0007d010("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar13 = piVar12 + 0x10;\n local_20[0] = piVar12;\n FUN_0011da90(*puVar8,param_1[8],param_1[0xc],local_20);\n piVar10 = (int *)param_1[0xb];\n }\n puVar8 = puVar8 + 1;\n piVar12 = piVar13;\n unaff_ESI = param_1;\n } while ((undefined4 *)piVar10[1] != puVar8);\n }\n if ((*(byte *)(param_1 + 7) & 4) != 0) {\n return;\n }\n }" if (parenthesized_expression "((*(byte *)(param_1 + 7) & 4) != 0)" ( (binary_expression "(*(byte *)(param_1 + 7) & 4) != 0" (parenthesized_expression "(*(byte *)(param_1 + 7) & 4)" ( (binary_expression "*(byte *)(param_1 + 7) & 4" (pointer_expression "*(byte *)(param_1 + 7)" * (cast_expression "(byte *)(param_1 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 7)" ( (binary_expression "param_1 + 7" identifier + number_literal) )))) & number_literal) )) != number_literal) )) (compound_statement "{\n uVar14 = param_1[5];\n if ((param_1[6] < 0) ||\n (iVar7 = param_1[6] + (uint)CARRY4(uVar4,uVar14),\n uVar2 = (uint)(*(uint *)(param_2 + 8) < uVar4 + uVar14),\n iVar6 = *(int *)(param_2 + 0xc) - iVar7,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar7) != SBORROW4(iVar6,uVar2)) !=\n (int)(iVar6 - uVar2) < 0)) {\n \n FUN_0007d010("../../gold/output.h",0x6f,"get_output_view",iVar15);\n }\n unaff_ESI = (int *)(uVar14 + *(int *)(param_2 + 0x10));\n *unaff_ESI = 0;\n unaff_ESI[1] = 0;\n uVar14 = iVar15 >> 0x1f & 0x3f;\n unaff_ESI[2] = 0;\n unaff_ESI[3] = 0;\n uVar4 = uVar4 + uVar14 >> 6 | (iVar15 + (uint)CARRY4(uVar4,uVar14)) * 0x4000000;\n unaff_ESI[4] = 0;\n unaff_ESI[5] = 0;\n if (uVar4 < 0xff00) {\n uVar4 = 0;\n }\n unaff_ESI[6] = 0;\n unaff_ESI[7] = 0;\n unaff_ESI[8] = uVar4;\n unaff_ESI[9] = 0;\n piVar12 = (int *)param_1[0xd];\n if (*(code **)(*piVar12 + 0x2c) == FUN_000887b0) {\n uVar4 = piVar12[0x18];\n if (uVar4 == 0xffffffff) {\nLAB_0011e0d4:\n \n FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar4 = (**(code **)(*piVar12 + 0x2c))(piVar12);\n }\n piVar12 = unaff_ESI + 0x10;\n if (uVar4 < 0xff00) {\n uVar4 = 0;\n }\n unaff_ESI[10] = uVar4;\n piVar9 = (int *)param_1[9];\n piVar10 = (int *)piVar9[1];\n local_38 = (int *)*piVar9;\n unaff_ESI[0xc] = 0;\n unaff_ESI[0xd] = 0;\n unaff_ESI[0xe] = 0;\n unaff_ESI[0xf] = 0;\n uVar4 = (int)piVar10 - (int)local_38 >> 2;\n if (uVar4 < 0xffff) {\n uVar4 = 0;\n }\n unaff_ESI[0xb] = uVar4;\n if (*(int *)(DAT_003af408 + 8) == 0) {\nLAB_0011e13b:\n \n FUN_0007d010("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0') {\n if (local_38 == piVar10) {\n iVar15 = 1;\n }\n else {\n iVar15 = 1;\n do {\n iVar6 = *local_38;\n if (*(int *)(iVar6 + 0x194) == 1) {\n puVar8 = (undefined4 *)(iVar6 + 4);\n iVar7 = param_1[0xc];\n iVar1 = param_1[8];\n do {\n piVar10 = (int *)puVar8[-1];\n piVar9 = piVar12;\n if (piVar10 != (int *)*puVar8) {\n do {\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n } while ((int *)*puVar8 != unaff_ESI);\n }\n puVar8 = puVar8 + 3;\n } while ((undefined4 *)(iVar6 + 0x160) != puVar8);\n piVar9 = (int *)param_1[9];\n }\n local_38 = local_38 + 1;\n } while ((int *)piVar9[1] != local_38);\n }\n }\n else {\n iVar15 = 1;\n puVar8 = (undefined4 *)param_1[10];\n unaff_ESI = (int *)*puVar8;\n if (unaff_ESI != (int *)puVar8[1]) {\n piVar10 = piVar12;\n do {\n piVar9 = (int *)*unaff_ESI;\n if (((*(byte *)(piVar9 + 0x15) & 2) != 0) || (piVar12 = piVar10, piVar9[0x14] == 0x11)) {\n if (*(code **)(*piVar9 + 0x2c) == FUN_000887b0) {\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar6 = (**(code **)(*piVar9 + 0x2c))(piVar9);\n }\n if (iVar6 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x155,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar10 + 0x10;\n local_20[0] = piVar10;\n FUN_0011da90(*unaff_ESI,param_1[8],param_1[0xc],local_20);\n puVar8 = (undefined4 *)param_1[10];\n }\n unaff_ESI = unaff_ESI + 1;\n piVar10 = piVar12;\n } while ((int *)puVar8[1] != unaff_ESI);\n }\n }\n piVar10 = (int *)param_1[0xb];\n puVar8 = (undefined4 *)*piVar10;\n if (puVar8 != (undefined4 *)piVar10[1]) {\n do {\n piVar9 = (int *)*puVar8;\n if (piVar9[0x14] == 0x11) {\n if (*(int *)(DAT_003af408 + 8) == 0) goto LAB_0011e13b;\n piVar13 = piVar12;\n if (*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0') {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 == FUN_000887b0) goto LAB_0011e033;\nLAB_0011e09d:\n iVar6 = (*pcVar11)(piVar9);\n goto LAB_0011e03f;\n }\n }\n else {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 != FUN_000887b0) goto LAB_0011e09d;\nLAB_0011e033:\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\nLAB_0011e03f:\n if (iVar15 != iVar6) {\n \n FUN_0007d010("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar13 = piVar12 + 0x10;\n local_20[0] = piVar12;\n FUN_0011da90(*puVar8,param_1[8],param_1[0xc],local_20);\n piVar10 = (int *)param_1[0xb];\n }\n puVar8 = puVar8 + 1;\n piVar12 = piVar13;\n unaff_ESI = param_1;\n } while ((undefined4 *)piVar10[1] != puVar8);\n }\n if ((*(byte *)(param_1 + 7) & 4) != 0) {\n return;\n }\n }" { (expression_statement "uVar14 = param_1[5];" (assignment_expression "uVar14 = param_1[5]" identifier = (subscript_expression "param_1[5]" identifier [ number_literal ])) ;) (if_statement "if ((param_1[6] < 0) ||\n (iVar7 = param_1[6] + (uint)CARRY4(uVar4,uVar14),\n uVar2 = (uint)(*(uint *)(param_2 + 8) < uVar4 + uVar14),\n iVar6 = *(int *)(param_2 + 0xc) - iVar7,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar7) != SBORROW4(iVar6,uVar2)) !=\n (int)(iVar6 - uVar2) < 0)) {\n \n FUN_0007d010("../../gold/output.h",0x6f,"get_output_view",iVar15);\n }" if (parenthesized_expression "((param_1[6] < 0) ||\n (iVar7 = param_1[6] + (uint)CARRY4(uVar4,uVar14),\n uVar2 = (uint)(*(uint *)(param_2 + 8) < uVar4 + uVar14),\n iVar6 = *(int *)(param_2 + 0xc) - iVar7,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar7) != SBORROW4(iVar6,uVar2)) !=\n (int)(iVar6 - uVar2) < 0))" ( (binary_expression "(param_1[6] < 0) ||\n (iVar7 = param_1[6] + (uint)CARRY4(uVar4,uVar14),\n uVar2 = (uint)(*(uint *)(param_2 + 8) < uVar4 + uVar14),\n iVar6 = *(int *)(param_2 + 0xc) - iVar7,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar7) != SBORROW4(iVar6,uVar2)) !=\n (int)(iVar6 - uVar2) < 0)" (parenthesized_expression "(param_1[6] < 0)" ( (binary_expression "param_1[6] < 0" (subscript_expression "param_1[6]" identifier [ number_literal ]) < number_literal) )) || (parenthesized_expression "(iVar7 = param_1[6] + (uint)CARRY4(uVar4,uVar14),\n uVar2 = (uint)(*(uint *)(param_2 + 8) < uVar4 + uVar14),\n iVar6 = *(int *)(param_2 + 0xc) - iVar7,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar7) != SBORROW4(iVar6,uVar2)) !=\n (int)(iVar6 - uVar2) < 0)" ( (comma_expression "iVar7 = param_1[6] + (uint)CARRY4(uVar4,uVar14),\n uVar2 = (uint)(*(uint *)(param_2 + 8) < uVar4 + uVar14),\n iVar6 = *(int *)(param_2 + 0xc) - iVar7,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar7) != SBORROW4(iVar6,uVar2)) !=\n (int)(iVar6 - uVar2) < 0" (assignment_expression "iVar7 = param_1[6] + (uint)CARRY4(uVar4,uVar14)" identifier = (binary_expression "param_1[6] + (uint)CARRY4(uVar4,uVar14)" (subscript_expression "param_1[6]" identifier [ number_literal ]) + (cast_expression "(uint)CARRY4(uVar4,uVar14)" ( (type_descriptor "uint" type_identifier) ) (call_expression "CARRY4(uVar4,uVar14)" identifier (argument_list "(uVar4,uVar14)" ( identifier , identifier )))))) , (comma_expression "uVar2 = (uint)(*(uint *)(param_2 + 8) < uVar4 + uVar14),\n iVar6 = *(int *)(param_2 + 0xc) - iVar7,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar7) != SBORROW4(iVar6,uVar2)) !=\n (int)(iVar6 - uVar2) < 0" (assignment_expression "uVar2 = (uint)(*(uint *)(param_2 + 8) < uVar4 + uVar14)" identifier = (call_expression "(uint)(*(uint *)(param_2 + 8) < uVar4 + uVar14)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(*(uint *)(param_2 + 8) < uVar4 + uVar14)" ( (binary_expression "*(uint *)(param_2 + 8) < uVar4 + uVar14" (pointer_expression "*(uint *)(param_2 + 8)" * (cast_expression "(uint *)(param_2 + 8)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 8)" ( (binary_expression "param_2 + 8" identifier + number_literal) )))) < (binary_expression "uVar4 + uVar14" identifier + identifier)) )))) , (comma_expression "iVar6 = *(int *)(param_2 + 0xc) - iVar7,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar7) != SBORROW4(iVar6,uVar2)) !=\n (int)(iVar6 - uVar2) < 0" (assignment_expression "iVar6 = *(int *)(param_2 + 0xc) - iVar7" identifier = (binary_expression "*(int *)(param_2 + 0xc) - iVar7" (pointer_expression "*(int *)(param_2 + 0xc)" * (cast_expression "(int *)(param_2 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0xc)" ( (binary_expression "param_2 + 0xc" identifier + number_literal) )))) - identifier)) , (binary_expression "(SBORROW4(*(int *)(param_2 + 0xc),iVar7) != SBORROW4(iVar6,uVar2)) !=\n (int)(iVar6 - uVar2) < 0" (parenthesized_expression "(SBORROW4(*(int *)(param_2 + 0xc),iVar7) != SBORROW4(iVar6,uVar2))" ( (binary_expression "SBORROW4(*(int *)(param_2 + 0xc),iVar7) != SBORROW4(iVar6,uVar2)" (call_expression "SBORROW4(*(int *)(param_2 + 0xc),iVar7)" identifier (argument_list "(*(int *)(param_2 + 0xc),iVar7)" ( (pointer_expression "*(int *)(param_2 + 0xc)" * (cast_expression "(int *)(param_2 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0xc)" ( (binary_expression "param_2 + 0xc" identifier + number_literal) )))) , identifier ))) != (call_expression "SBORROW4(iVar6,uVar2)" identifier (argument_list "(iVar6,uVar2)" ( identifier , identifier )))) )) != (binary_expression "(int)(iVar6 - uVar2) < 0" (cast_expression "(int)(iVar6 - uVar2)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(iVar6 - uVar2)" ( (binary_expression "iVar6 - uVar2" identifier - identifier) ))) < number_literal))))) ))) )) (compound_statement "{\n \n FUN_0007d010("../../gold/output.h",0x6f,"get_output_view",iVar15);\n }" { (expression_statement "FUN_0007d010("../../gold/output.h",0x6f,"get_output_view",iVar15);" (call_expression "FUN_0007d010("../../gold/output.h",0x6f,"get_output_view",iVar15)" identifier (argument_list "("../../gold/output.h",0x6f,"get_output_view",iVar15)" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""get_output_view"" " string_content ") , identifier ))) ;) })) (expression_statement "unaff_ESI = (int *)(uVar14 + *(int *)(param_2 + 0x10));" (assignment_expression "unaff_ESI = (int *)(uVar14 + *(int *)(param_2 + 0x10))" identifier = (cast_expression "(int *)(uVar14 + *(int *)(param_2 + 0x10))" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(uVar14 + *(int *)(param_2 + 0x10))" ( (binary_expression "uVar14 + *(int *)(param_2 + 0x10)" identifier + (pointer_expression "*(int *)(param_2 + 0x10)" * (cast_expression "(int *)(param_2 + 0x10)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x10)" ( (binary_expression "param_2 + 0x10" identifier + number_literal) ))))) )))) ;) (expression_statement "*unaff_ESI = 0;" (assignment_expression "*unaff_ESI = 0" (pointer_expression "*unaff_ESI" * identifier) = number_literal) ;) (expression_statement "unaff_ESI[1] = 0;" (assignment_expression "unaff_ESI[1] = 0" (subscript_expression "unaff_ESI[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "uVar14 = iVar15 >> 0x1f & 0x3f;" (assignment_expression "uVar14 = iVar15 >> 0x1f & 0x3f" identifier = (binary_expression "iVar15 >> 0x1f & 0x3f" (binary_expression "iVar15 >> 0x1f" identifier >> number_literal) & number_literal)) ;) (expression_statement "unaff_ESI[2] = 0;" (assignment_expression "unaff_ESI[2] = 0" (subscript_expression "unaff_ESI[2]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "unaff_ESI[3] = 0;" (assignment_expression "unaff_ESI[3] = 0" (subscript_expression "unaff_ESI[3]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "uVar4 = uVar4 + uVar14 >> 6 | (iVar15 + (uint)CARRY4(uVar4,uVar14)) * 0x4000000;" (assignment_expression "uVar4 = uVar4 + uVar14 >> 6 | (iVar15 + (uint)CARRY4(uVar4,uVar14)) * 0x4000000" identifier = (binary_expression "uVar4 + uVar14 >> 6 | (iVar15 + (uint)CARRY4(uVar4,uVar14)) * 0x4000000" (binary_expression "uVar4 + uVar14 >> 6" (binary_expression "uVar4 + uVar14" identifier + identifier) >> number_literal) | (binary_expression "(iVar15 + (uint)CARRY4(uVar4,uVar14)) * 0x4000000" (parenthesized_expression "(iVar15 + (uint)CARRY4(uVar4,uVar14))" ( (binary_expression "iVar15 + (uint)CARRY4(uVar4,uVar14)" identifier + (cast_expression "(uint)CARRY4(uVar4,uVar14)" ( (type_descriptor "uint" type_identifier) ) (call_expression "CARRY4(uVar4,uVar14)" identifier (argument_list "(uVar4,uVar14)" ( identifier , identifier ))))) )) * number_literal))) ;) (expression_statement "unaff_ESI[4] = 0;" (assignment_expression "unaff_ESI[4] = 0" (subscript_expression "unaff_ESI[4]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "unaff_ESI[5] = 0;" (assignment_expression "unaff_ESI[5] = 0" (subscript_expression "unaff_ESI[5]" identifier [ number_literal ]) = number_literal) ;) (if_statement "if (uVar4 < 0xff00) {\n uVar4 = 0;\n }" if (parenthesized_expression "(uVar4 < 0xff00)" ( (binary_expression "uVar4 < 0xff00" identifier < number_literal) )) (compound_statement "{\n uVar4 = 0;\n }" { (expression_statement "uVar4 = 0;" (assignment_expression "uVar4 = 0" identifier = number_literal) ;) })) (expression_statement "unaff_ESI[6] = 0;" (assignment_expression "unaff_ESI[6] = 0" (subscript_expression "unaff_ESI[6]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "unaff_ESI[7] = 0;" (assignment_expression "unaff_ESI[7] = 0" (subscript_expression "unaff_ESI[7]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "unaff_ESI[8] = uVar4;" (assignment_expression "unaff_ESI[8] = uVar4" (subscript_expression "unaff_ESI[8]" identifier [ number_literal ]) = identifier) ;) (expression_statement "unaff_ESI[9] = 0;" (assignment_expression "unaff_ESI[9] = 0" (subscript_expression "unaff_ESI[9]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar12 = (int *)param_1[0xd];" (assignment_expression "piVar12 = (int *)param_1[0xd]" identifier = (cast_expression "(int *)param_1[0xd]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[0xd]" identifier [ number_literal ]))) ;) (if_statement "if (*(code **)(*piVar12 + 0x2c) == FUN_000887b0) {\n uVar4 = piVar12[0x18];\n if (uVar4 == 0xffffffff) {\nLAB_0011e0d4:\n \n FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar4 = (**(code **)(*piVar12 + 0x2c))(piVar12);\n }" if (parenthesized_expression "(*(code **)(*piVar12 + 0x2c) == FUN_000887b0)" ( (binary_expression "*(code **)(*piVar12 + 0x2c) == FUN_000887b0" (pointer_expression "*(code **)(*piVar12 + 0x2c)" * (cast_expression "(code **)(*piVar12 + 0x2c)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar12 + 0x2c)" ( (binary_expression "*piVar12 + 0x2c" (pointer_expression "*piVar12" * identifier) + number_literal) )))) == identifier) )) (compound_statement "{\n uVar4 = piVar12[0x18];\n if (uVar4 == 0xffffffff) {\nLAB_0011e0d4:\n \n FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }" { (expression_statement "uVar4 = piVar12[0x18];" (assignment_expression "uVar4 = piVar12[0x18]" identifier = (subscript_expression "piVar12[0x18]" identifier [ number_literal ])) ;) (if_statement "if (uVar4 == 0xffffffff) {\nLAB_0011e0d4:\n \n FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx");\n }" if (parenthesized_expression "(uVar4 == 0xffffffff)" ( (binary_expression "uVar4 == 0xffffffff" identifier == number_literal) )) (compound_statement "{\nLAB_0011e0d4:\n \n FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx");\n }" { (labeled_statement "LAB_0011e0d4:\n \n FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx");" statement_identifier : (expression_statement "FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx");" (call_expression "FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx")" identifier (argument_list "("../../gold/output.h",0x1043,"do_out_shndx")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""do_out_shndx"" " string_content ") ))) ;)) })) }) (else_clause "else {\n uVar4 = (**(code **)(*piVar12 + 0x2c))(piVar12);\n }" else (compound_statement "{\n uVar4 = (**(code **)(*piVar12 + 0x2c))(piVar12);\n }" { (expression_statement "uVar4 = (**(code **)(*piVar12 + 0x2c))(piVar12);" (assignment_expression "uVar4 = (**(code **)(*piVar12 + 0x2c))(piVar12)" identifier = (call_expression "(**(code **)(*piVar12 + 0x2c))(piVar12)" (parenthesized_expression "(**(code **)(*piVar12 + 0x2c))" ( (pointer_expression "**(code **)(*piVar12 + 0x2c)" * (pointer_expression "*(code **)(*piVar12 + 0x2c)" * (cast_expression "(code **)(*piVar12 + 0x2c)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar12 + 0x2c)" ( (binary_expression "*piVar12 + 0x2c" (pointer_expression "*piVar12" * identifier) + number_literal) ))))) )) (argument_list "(piVar12)" ( identifier )))) ;) }))) (expression_statement "piVar12 = unaff_ESI + 0x10;" (assignment_expression "piVar12 = unaff_ESI + 0x10" identifier = (binary_expression "unaff_ESI + 0x10" identifier + number_literal)) ;) (if_statement "if (uVar4 < 0xff00) {\n uVar4 = 0;\n }" if (parenthesized_expression "(uVar4 < 0xff00)" ( (binary_expression "uVar4 < 0xff00" identifier < number_literal) )) (compound_statement "{\n uVar4 = 0;\n }" { (expression_statement "uVar4 = 0;" (assignment_expression "uVar4 = 0" identifier = number_literal) ;) })) (expression_statement "unaff_ESI[10] = uVar4;" (assignment_expression "unaff_ESI[10] = uVar4" (subscript_expression "unaff_ESI[10]" identifier [ number_literal ]) = identifier) ;) (expression_statement "piVar9 = (int *)param_1[9];" (assignment_expression "piVar9 = (int *)param_1[9]" identifier = (cast_expression "(int *)param_1[9]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[9]" identifier [ number_literal ]))) ;) (expression_statement "piVar10 = (int *)piVar9[1];" (assignment_expression "piVar10 = (int *)piVar9[1]" identifier = (cast_expression "(int *)piVar9[1]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar9[1]" identifier [ number_literal ]))) ;) (expression_statement "local_38 = (int *)*piVar9;" (assignment_expression "local_38 = (int *)*piVar9" identifier = (cast_expression "(int *)*piVar9" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar9" * identifier))) ;) (expression_statement "unaff_ESI[0xc] = 0;" (assignment_expression "unaff_ESI[0xc] = 0" (subscript_expression "unaff_ESI[0xc]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "unaff_ESI[0xd] = 0;" (assignment_expression "unaff_ESI[0xd] = 0" (subscript_expression "unaff_ESI[0xd]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "unaff_ESI[0xe] = 0;" (assignment_expression "unaff_ESI[0xe] = 0" (subscript_expression "unaff_ESI[0xe]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "unaff_ESI[0xf] = 0;" (assignment_expression "unaff_ESI[0xf] = 0" (subscript_expression "unaff_ESI[0xf]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "uVar4 = (int)piVar10 - (int)local_38 >> 2;" (assignment_expression "uVar4 = (int)piVar10 - (int)local_38 >> 2" identifier = (binary_expression "(int)piVar10 - (int)local_38 >> 2" (binary_expression "(int)piVar10 - (int)local_38" (cast_expression "(int)piVar10" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)local_38" ( (type_descriptor "int" primitive_type) ) identifier)) >> number_literal)) ;) (if_statement "if (uVar4 < 0xffff) {\n uVar4 = 0;\n }" if (parenthesized_expression "(uVar4 < 0xffff)" ( (binary_expression "uVar4 < 0xffff" identifier < number_literal) )) (compound_statement "{\n uVar4 = 0;\n }" { (expression_statement "uVar4 = 0;" (assignment_expression "uVar4 = 0" identifier = number_literal) ;) })) (expression_statement "unaff_ESI[0xb] = uVar4;" (assignment_expression "unaff_ESI[0xb] = uVar4" (subscript_expression "unaff_ESI[0xb]" identifier [ number_literal ]) = identifier) ;) (if_statement "if (*(int *)(DAT_003af408 + 8) == 0) {\nLAB_0011e13b:\n \n FUN_0007d010("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(*(int *)(DAT_003af408 + 8) == 0)" ( (binary_expression "*(int *)(DAT_003af408 + 8) == 0" (pointer_expression "*(int *)(DAT_003af408 + 8)" * (cast_expression "(int *)(DAT_003af408 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_003af408 + 8)" ( (binary_expression "DAT_003af408 + 8" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\nLAB_0011e13b:\n \n FUN_0007d010("../../gold/parameters.h",0x5c,"options");\n }" { (labeled_statement "LAB_0011e13b:\n \n FUN_0007d010("../../gold/parameters.h",0x5c,"options");" statement_identifier : (expression_statement "FUN_0007d010("../../gold/parameters.h",0x5c,"options");" (call_expression "FUN_0007d010("../../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 *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0') {\n if (local_38 == piVar10) {\n iVar15 = 1;\n }\n else {\n iVar15 = 1;\n do {\n iVar6 = *local_38;\n if (*(int *)(iVar6 + 0x194) == 1) {\n puVar8 = (undefined4 *)(iVar6 + 4);\n iVar7 = param_1[0xc];\n iVar1 = param_1[8];\n do {\n piVar10 = (int *)puVar8[-1];\n piVar9 = piVar12;\n if (piVar10 != (int *)*puVar8) {\n do {\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n } while ((int *)*puVar8 != unaff_ESI);\n }\n puVar8 = puVar8 + 3;\n } while ((undefined4 *)(iVar6 + 0x160) != puVar8);\n piVar9 = (int *)param_1[9];\n }\n local_38 = local_38 + 1;\n } while ((int *)piVar9[1] != local_38);\n }\n }\n else {\n iVar15 = 1;\n puVar8 = (undefined4 *)param_1[10];\n unaff_ESI = (int *)*puVar8;\n if (unaff_ESI != (int *)puVar8[1]) {\n piVar10 = piVar12;\n do {\n piVar9 = (int *)*unaff_ESI;\n if (((*(byte *)(piVar9 + 0x15) & 2) != 0) || (piVar12 = piVar10, piVar9[0x14] == 0x11)) {\n if (*(code **)(*piVar9 + 0x2c) == FUN_000887b0) {\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar6 = (**(code **)(*piVar9 + 0x2c))(piVar9);\n }\n if (iVar6 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x155,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar10 + 0x10;\n local_20[0] = piVar10;\n FUN_0011da90(*unaff_ESI,param_1[8],param_1[0xc],local_20);\n puVar8 = (undefined4 *)param_1[10];\n }\n unaff_ESI = unaff_ESI + 1;\n piVar10 = piVar12;\n } while ((int *)puVar8[1] != unaff_ESI);\n }\n }" if (parenthesized_expression "(*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0')" ( (binary_expression "*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0'" (pointer_expression "*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d)" * (cast_expression "(char *)(*(int *)(DAT_003af408 + 8) + 0x318d)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(DAT_003af408 + 8) + 0x318d)" ( (binary_expression "*(int *)(DAT_003af408 + 8) + 0x318d" (pointer_expression "*(int *)(DAT_003af408 + 8)" * (cast_expression "(int *)(DAT_003af408 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_003af408 + 8)" ( (binary_expression "DAT_003af408 + 8" identifier + number_literal) )))) + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n if (local_38 == piVar10) {\n iVar15 = 1;\n }\n else {\n iVar15 = 1;\n do {\n iVar6 = *local_38;\n if (*(int *)(iVar6 + 0x194) == 1) {\n puVar8 = (undefined4 *)(iVar6 + 4);\n iVar7 = param_1[0xc];\n iVar1 = param_1[8];\n do {\n piVar10 = (int *)puVar8[-1];\n piVar9 = piVar12;\n if (piVar10 != (int *)*puVar8) {\n do {\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n } while ((int *)*puVar8 != unaff_ESI);\n }\n puVar8 = puVar8 + 3;\n } while ((undefined4 *)(iVar6 + 0x160) != puVar8);\n piVar9 = (int *)param_1[9];\n }\n local_38 = local_38 + 1;\n } while ((int *)piVar9[1] != local_38);\n }\n }" { (if_statement "if (local_38 == piVar10) {\n iVar15 = 1;\n }\n else {\n iVar15 = 1;\n do {\n iVar6 = *local_38;\n if (*(int *)(iVar6 + 0x194) == 1) {\n puVar8 = (undefined4 *)(iVar6 + 4);\n iVar7 = param_1[0xc];\n iVar1 = param_1[8];\n do {\n piVar10 = (int *)puVar8[-1];\n piVar9 = piVar12;\n if (piVar10 != (int *)*puVar8) {\n do {\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n } while ((int *)*puVar8 != unaff_ESI);\n }\n puVar8 = puVar8 + 3;\n } while ((undefined4 *)(iVar6 + 0x160) != puVar8);\n piVar9 = (int *)param_1[9];\n }\n local_38 = local_38 + 1;\n } while ((int *)piVar9[1] != local_38);\n }" if (parenthesized_expression "(local_38 == piVar10)" ( (binary_expression "local_38 == piVar10" identifier == identifier) )) (compound_statement "{\n iVar15 = 1;\n }" { (expression_statement "iVar15 = 1;" (assignment_expression "iVar15 = 1" identifier = number_literal) ;) }) (else_clause "else {\n iVar15 = 1;\n do {\n iVar6 = *local_38;\n if (*(int *)(iVar6 + 0x194) == 1) {\n puVar8 = (undefined4 *)(iVar6 + 4);\n iVar7 = param_1[0xc];\n iVar1 = param_1[8];\n do {\n piVar10 = (int *)puVar8[-1];\n piVar9 = piVar12;\n if (piVar10 != (int *)*puVar8) {\n do {\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n } while ((int *)*puVar8 != unaff_ESI);\n }\n puVar8 = puVar8 + 3;\n } while ((undefined4 *)(iVar6 + 0x160) != puVar8);\n piVar9 = (int *)param_1[9];\n }\n local_38 = local_38 + 1;\n } while ((int *)piVar9[1] != local_38);\n }" else (compound_statement "{\n iVar15 = 1;\n do {\n iVar6 = *local_38;\n if (*(int *)(iVar6 + 0x194) == 1) {\n puVar8 = (undefined4 *)(iVar6 + 4);\n iVar7 = param_1[0xc];\n iVar1 = param_1[8];\n do {\n piVar10 = (int *)puVar8[-1];\n piVar9 = piVar12;\n if (piVar10 != (int *)*puVar8) {\n do {\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n } while ((int *)*puVar8 != unaff_ESI);\n }\n puVar8 = puVar8 + 3;\n } while ((undefined4 *)(iVar6 + 0x160) != puVar8);\n piVar9 = (int *)param_1[9];\n }\n local_38 = local_38 + 1;\n } while ((int *)piVar9[1] != local_38);\n }" { (expression_statement "iVar15 = 1;" (assignment_expression "iVar15 = 1" identifier = number_literal) ;) (do_statement "do {\n iVar6 = *local_38;\n if (*(int *)(iVar6 + 0x194) == 1) {\n puVar8 = (undefined4 *)(iVar6 + 4);\n iVar7 = param_1[0xc];\n iVar1 = param_1[8];\n do {\n piVar10 = (int *)puVar8[-1];\n piVar9 = piVar12;\n if (piVar10 != (int *)*puVar8) {\n do {\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n } while ((int *)*puVar8 != unaff_ESI);\n }\n puVar8 = puVar8 + 3;\n } while ((undefined4 *)(iVar6 + 0x160) != puVar8);\n piVar9 = (int *)param_1[9];\n }\n local_38 = local_38 + 1;\n } while ((int *)piVar9[1] != local_38);" do (compound_statement "{\n iVar6 = *local_38;\n if (*(int *)(iVar6 + 0x194) == 1) {\n puVar8 = (undefined4 *)(iVar6 + 4);\n iVar7 = param_1[0xc];\n iVar1 = param_1[8];\n do {\n piVar10 = (int *)puVar8[-1];\n piVar9 = piVar12;\n if (piVar10 != (int *)*puVar8) {\n do {\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n } while ((int *)*puVar8 != unaff_ESI);\n }\n puVar8 = puVar8 + 3;\n } while ((undefined4 *)(iVar6 + 0x160) != puVar8);\n piVar9 = (int *)param_1[9];\n }\n local_38 = local_38 + 1;\n }" { (expression_statement "iVar6 = *local_38;" (assignment_expression "iVar6 = *local_38" identifier = (pointer_expression "*local_38" * identifier)) ;) (if_statement "if (*(int *)(iVar6 + 0x194) == 1) {\n puVar8 = (undefined4 *)(iVar6 + 4);\n iVar7 = param_1[0xc];\n iVar1 = param_1[8];\n do {\n piVar10 = (int *)puVar8[-1];\n piVar9 = piVar12;\n if (piVar10 != (int *)*puVar8) {\n do {\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n } while ((int *)*puVar8 != unaff_ESI);\n }\n puVar8 = puVar8 + 3;\n } while ((undefined4 *)(iVar6 + 0x160) != puVar8);\n piVar9 = (int *)param_1[9];\n }" if (parenthesized_expression "(*(int *)(iVar6 + 0x194) == 1)" ( (binary_expression "*(int *)(iVar6 + 0x194) == 1" (pointer_expression "*(int *)(iVar6 + 0x194)" * (cast_expression "(int *)(iVar6 + 0x194)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x194)" ( (binary_expression "iVar6 + 0x194" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n puVar8 = (undefined4 *)(iVar6 + 4);\n iVar7 = param_1[0xc];\n iVar1 = param_1[8];\n do {\n piVar10 = (int *)puVar8[-1];\n piVar9 = piVar12;\n if (piVar10 != (int *)*puVar8) {\n do {\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n } while ((int *)*puVar8 != unaff_ESI);\n }\n puVar8 = puVar8 + 3;\n } while ((undefined4 *)(iVar6 + 0x160) != puVar8);\n piVar9 = (int *)param_1[9];\n }" { (expression_statement "puVar8 = (undefined4 *)(iVar6 + 4);" (assignment_expression "puVar8 = (undefined4 *)(iVar6 + 4)" identifier = (cast_expression "(undefined4 *)(iVar6 + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 4)" ( (binary_expression "iVar6 + 4" identifier + number_literal) )))) ;) (expression_statement "iVar7 = param_1[0xc];" (assignment_expression "iVar7 = param_1[0xc]" identifier = (subscript_expression "param_1[0xc]" identifier [ number_literal ])) ;) (expression_statement "iVar1 = param_1[8];" (assignment_expression "iVar1 = param_1[8]" identifier = (subscript_expression "param_1[8]" identifier [ number_literal ])) ;) (do_statement "do {\n piVar10 = (int *)puVar8[-1];\n piVar9 = piVar12;\n if (piVar10 != (int *)*puVar8) {\n do {\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n } while ((int *)*puVar8 != unaff_ESI);\n }\n puVar8 = puVar8 + 3;\n } while ((undefined4 *)(iVar6 + 0x160) != puVar8);" do (compound_statement "{\n piVar10 = (int *)puVar8[-1];\n piVar9 = piVar12;\n if (piVar10 != (int *)*puVar8) {\n do {\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n } while ((int *)*puVar8 != unaff_ESI);\n }\n puVar8 = puVar8 + 3;\n }" { (expression_statement "piVar10 = (int *)puVar8[-1];" (assignment_expression "piVar10 = (int *)puVar8[-1]" identifier = (cast_expression "(int *)puVar8[-1]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar8[-1]" identifier [ number_literal ]))) ;) (expression_statement "piVar9 = piVar12;" (assignment_expression "piVar9 = piVar12" identifier = identifier) ;) (if_statement "if (piVar10 != (int *)*puVar8) {\n do {\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n } while ((int *)*puVar8 != unaff_ESI);\n }" if (parenthesized_expression "(piVar10 != (int *)*puVar8)" ( (binary_expression "piVar10 != (int *)*puVar8" identifier != (cast_expression "(int *)*puVar8" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar8" * identifier))) )) (compound_statement "{\n do {\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n } while ((int *)*puVar8 != unaff_ESI);\n }" { (do_statement "do {\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n } while ((int *)*puVar8 != unaff_ESI);" do (compound_statement "{\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n }" { (expression_statement "cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);" (assignment_expression "cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10)" identifier = (call_expression "(**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10)" (parenthesized_expression "(**(code **)(*(int *)*piVar10 + 0x18))" ( (pointer_expression "**(code **)(*(int *)*piVar10 + 0x18)" * (pointer_expression "*(code **)(*(int *)*piVar10 + 0x18)" * (cast_expression "(code **)(*(int *)*piVar10 + 0x18)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)*piVar10 + 0x18)" ( (binary_expression "*(int *)*piVar10 + 0x18" (pointer_expression "*(int *)*piVar10" * (cast_expression "(int *)*piVar10" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar10" * identifier))) + number_literal) ))))) )) (argument_list "((int *)*piVar10)" ( (cast_expression "(int *)*piVar10" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar10" * identifier)) )))) ;) (expression_statement "piVar12 = piVar9;" (assignment_expression "piVar12 = piVar9" identifier = identifier) ;) (if_statement "if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }" if (parenthesized_expression "(cVar3 != '\0')" ( (binary_expression "cVar3 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }" { (expression_statement "piVar13 = (int *)*piVar10;" (assignment_expression "piVar13 = (int *)*piVar10" identifier = (cast_expression "(int *)*piVar10" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar10" * identifier))) ;) (if_statement "if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }" if (parenthesized_expression "(*(code **)(*piVar13 + 0x2c) == FUN_000887b0)" ( (binary_expression "*(code **)(*piVar13 + 0x2c) == FUN_000887b0" (pointer_expression "*(code **)(*piVar13 + 0x2c)" * (cast_expression "(code **)(*piVar13 + 0x2c)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar13 + 0x2c)" ( (binary_expression "*piVar13 + 0x2c" (pointer_expression "*piVar13" * identifier) + number_literal) )))) == identifier) )) (compound_statement "{\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }" { (expression_statement "iVar5 = piVar13[0x18];" (assignment_expression "iVar5 = piVar13[0x18]" identifier = (subscript_expression "piVar13[0x18]" identifier [ number_literal ])) ;) (if_statement "if (iVar5 == -1) goto LAB_0011e0d4;" if (parenthesized_expression "(iVar5 == -1)" ( (binary_expression "iVar5 == -1" identifier == number_literal) )) (goto_statement "goto LAB_0011e0d4;" goto statement_identifier ;)) }) (else_clause "else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }" else (compound_statement "{\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }" { (expression_statement "iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);" (assignment_expression "iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13)" identifier = (call_expression "(**(code **)(*piVar13 + 0x2c))(piVar13)" (parenthesized_expression "(**(code **)(*piVar13 + 0x2c))" ( (pointer_expression "**(code **)(*piVar13 + 0x2c)" * (pointer_expression "*(code **)(*piVar13 + 0x2c)" * (cast_expression "(code **)(*piVar13 + 0x2c)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar13 + 0x2c)" ( (binary_expression "*piVar13 + 0x2c" (pointer_expression "*piVar13" * identifier) + number_literal) ))))) )) (argument_list "(piVar13)" ( identifier )))) ;) }))) (if_statement "if (iVar5 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }" if (parenthesized_expression "(iVar5 != iVar15)" ( (binary_expression "iVar5 != iVar15" identifier != identifier) )) (compound_statement "{\n \n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }" { (expression_statement "FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");" (call_expression "FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list")" identifier (argument_list "("../../gold/output.cc",0x1354,"write_section_headers_list")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""write_section_headers_list"" " string_content ") ))) ;) })) (expression_statement "iVar15 = iVar15 + 1;" (assignment_expression "iVar15 = iVar15 + 1" identifier = (binary_expression "iVar15 + 1" identifier + number_literal)) ;) (expression_statement "piVar12 = piVar9 + 0x10;" (assignment_expression "piVar12 = piVar9 + 0x10" identifier = (binary_expression "piVar9 + 0x10" identifier + number_literal)) ;) (expression_statement "local_20[0] = piVar9;" (assignment_expression "local_20[0] = piVar9" (subscript_expression "local_20[0]" identifier [ number_literal ]) = identifier) ;) (expression_statement "FUN_0011da90(piVar13,iVar1,iVar7,local_20);" (call_expression "FUN_0011da90(piVar13,iVar1,iVar7,local_20)" identifier (argument_list "(piVar13,iVar1,iVar7,local_20)" ( identifier , identifier , identifier , identifier ))) ;) })) (expression_statement "unaff_ESI = piVar10 + 1;" (assignment_expression "unaff_ESI = piVar10 + 1" identifier = (binary_expression "piVar10 + 1" identifier + number_literal)) ;) (expression_statement "piVar9 = piVar12;" (assignment_expression "piVar9 = piVar12" identifier = identifier) ;) (expression_statement "piVar10 = unaff_ESI;" (assignment_expression "piVar10 = unaff_ESI" identifier = identifier) ;) }) while (parenthesized_expression "((int *)*puVar8 != unaff_ESI)" ( (binary_expression "(int *)*puVar8 != unaff_ESI" (cast_expression "(int *)*puVar8" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar8" * identifier)) != identifier) )) ;) })) (expression_statement "puVar8 = puVar8 + 3;" (assignment_expression "puVar8 = puVar8 + 3" identifier = (binary_expression "puVar8 + 3" identifier + number_literal)) ;) }) while (parenthesized_expression "((undefined4 *)(iVar6 + 0x160) != puVar8)" ( (binary_expression "(undefined4 *)(iVar6 + 0x160) != puVar8" (cast_expression "(undefined4 *)(iVar6 + 0x160)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x160)" ( (binary_expression "iVar6 + 0x160" identifier + number_literal) ))) != identifier) )) ;) (expression_statement "piVar9 = (int *)param_1[9];" (assignment_expression "piVar9 = (int *)param_1[9]" identifier = (cast_expression "(int *)param_1[9]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[9]" identifier [ number_literal ]))) ;) })) (expression_statement "local_38 = local_38 + 1;" (assignment_expression "local_38 = local_38 + 1" identifier = (binary_expression "local_38 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "((int *)piVar9[1] != local_38)" ( (binary_expression "(int *)piVar9[1] != local_38" (cast_expression "(int *)piVar9[1]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar9[1]" identifier [ number_literal ])) != identifier) )) ;) }))) }) (else_clause "else {\n iVar15 = 1;\n puVar8 = (undefined4 *)param_1[10];\n unaff_ESI = (int *)*puVar8;\n if (unaff_ESI != (int *)puVar8[1]) {\n piVar10 = piVar12;\n do {\n piVar9 = (int *)*unaff_ESI;\n if (((*(byte *)(piVar9 + 0x15) & 2) != 0) || (piVar12 = piVar10, piVar9[0x14] == 0x11)) {\n if (*(code **)(*piVar9 + 0x2c) == FUN_000887b0) {\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar6 = (**(code **)(*piVar9 + 0x2c))(piVar9);\n }\n if (iVar6 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x155,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar10 + 0x10;\n local_20[0] = piVar10;\n FUN_0011da90(*unaff_ESI,param_1[8],param_1[0xc],local_20);\n puVar8 = (undefined4 *)param_1[10];\n }\n unaff_ESI = unaff_ESI + 1;\n piVar10 = piVar12;\n } while ((int *)puVar8[1] != unaff_ESI);\n }\n }" else (compound_statement "{\n iVar15 = 1;\n puVar8 = (undefined4 *)param_1[10];\n unaff_ESI = (int *)*puVar8;\n if (unaff_ESI != (int *)puVar8[1]) {\n piVar10 = piVar12;\n do {\n piVar9 = (int *)*unaff_ESI;\n if (((*(byte *)(piVar9 + 0x15) & 2) != 0) || (piVar12 = piVar10, piVar9[0x14] == 0x11)) {\n if (*(code **)(*piVar9 + 0x2c) == FUN_000887b0) {\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar6 = (**(code **)(*piVar9 + 0x2c))(piVar9);\n }\n if (iVar6 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x155,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar10 + 0x10;\n local_20[0] = piVar10;\n FUN_0011da90(*unaff_ESI,param_1[8],param_1[0xc],local_20);\n puVar8 = (undefined4 *)param_1[10];\n }\n unaff_ESI = unaff_ESI + 1;\n piVar10 = piVar12;\n } while ((int *)puVar8[1] != unaff_ESI);\n }\n }" { (expression_statement "iVar15 = 1;" (assignment_expression "iVar15 = 1" identifier = number_literal) ;) (expression_statement "puVar8 = (undefined4 *)param_1[10];" (assignment_expression "puVar8 = (undefined4 *)param_1[10]" identifier = (cast_expression "(undefined4 *)param_1[10]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[10]" identifier [ number_literal ]))) ;) (expression_statement "unaff_ESI = (int *)*puVar8;" (assignment_expression "unaff_ESI = (int *)*puVar8" identifier = (cast_expression "(int *)*puVar8" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar8" * identifier))) ;) (if_statement "if (unaff_ESI != (int *)puVar8[1]) {\n piVar10 = piVar12;\n do {\n piVar9 = (int *)*unaff_ESI;\n if (((*(byte *)(piVar9 + 0x15) & 2) != 0) || (piVar12 = piVar10, piVar9[0x14] == 0x11)) {\n if (*(code **)(*piVar9 + 0x2c) == FUN_000887b0) {\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar6 = (**(code **)(*piVar9 + 0x2c))(piVar9);\n }\n if (iVar6 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x155,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar10 + 0x10;\n local_20[0] = piVar10;\n FUN_0011da90(*unaff_ESI,param_1[8],param_1[0xc],local_20);\n puVar8 = (undefined4 *)param_1[10];\n }\n unaff_ESI = unaff_ESI + 1;\n piVar10 = piVar12;\n } while ((int *)puVar8[1] != unaff_ESI);\n }" if (parenthesized_expression "(unaff_ESI != (int *)puVar8[1])" ( (binary_expression "unaff_ESI != (int *)puVar8[1]" identifier != (cast_expression "(int *)puVar8[1]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar8[1]" identifier [ number_literal ]))) )) (compound_statement "{\n piVar10 = piVar12;\n do {\n piVar9 = (int *)*unaff_ESI;\n if (((*(byte *)(piVar9 + 0x15) & 2) != 0) || (piVar12 = piVar10, piVar9[0x14] == 0x11)) {\n if (*(code **)(*piVar9 + 0x2c) == FUN_000887b0) {\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar6 = (**(code **)(*piVar9 + 0x2c))(piVar9);\n }\n if (iVar6 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x155,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar10 + 0x10;\n local_20[0] = piVar10;\n FUN_0011da90(*unaff_ESI,param_1[8],param_1[0xc],local_20);\n puVar8 = (undefined4 *)param_1[10];\n }\n unaff_ESI = unaff_ESI + 1;\n piVar10 = piVar12;\n } while ((int *)puVar8[1] != unaff_ESI);\n }" { (expression_statement "piVar10 = piVar12;" (assignment_expression "piVar10 = piVar12" identifier = identifier) ;) (do_statement "do {\n piVar9 = (int *)*unaff_ESI;\n if (((*(byte *)(piVar9 + 0x15) & 2) != 0) || (piVar12 = piVar10, piVar9[0x14] == 0x11)) {\n if (*(code **)(*piVar9 + 0x2c) == FUN_000887b0) {\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar6 = (**(code **)(*piVar9 + 0x2c))(piVar9);\n }\n if (iVar6 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x155,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar10 + 0x10;\n local_20[0] = piVar10;\n FUN_0011da90(*unaff_ESI,param_1[8],param_1[0xc],local_20);\n puVar8 = (undefined4 *)param_1[10];\n }\n unaff_ESI = unaff_ESI + 1;\n piVar10 = piVar12;\n } while ((int *)puVar8[1] != unaff_ESI);" do (compound_statement "{\n piVar9 = (int *)*unaff_ESI;\n if (((*(byte *)(piVar9 + 0x15) & 2) != 0) || (piVar12 = piVar10, piVar9[0x14] == 0x11)) {\n if (*(code **)(*piVar9 + 0x2c) == FUN_000887b0) {\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar6 = (**(code **)(*piVar9 + 0x2c))(piVar9);\n }\n if (iVar6 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x155,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar10 + 0x10;\n local_20[0] = piVar10;\n FUN_0011da90(*unaff_ESI,param_1[8],param_1[0xc],local_20);\n puVar8 = (undefined4 *)param_1[10];\n }\n unaff_ESI = unaff_ESI + 1;\n piVar10 = piVar12;\n }" { (expression_statement "piVar9 = (int *)*unaff_ESI;" (assignment_expression "piVar9 = (int *)*unaff_ESI" identifier = (cast_expression "(int *)*unaff_ESI" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*unaff_ESI" * identifier))) ;) (if_statement "if (((*(byte *)(piVar9 + 0x15) & 2) != 0) || (piVar12 = piVar10, piVar9[0x14] == 0x11)) {\n if (*(code **)(*piVar9 + 0x2c) == FUN_000887b0) {\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar6 = (**(code **)(*piVar9 + 0x2c))(piVar9);\n }\n if (iVar6 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x155,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar10 + 0x10;\n local_20[0] = piVar10;\n FUN_0011da90(*unaff_ESI,param_1[8],param_1[0xc],local_20);\n puVar8 = (undefined4 *)param_1[10];\n }" if (parenthesized_expression "(((*(byte *)(piVar9 + 0x15) & 2) != 0) || (piVar12 = piVar10, piVar9[0x14] == 0x11))" ( (binary_expression "((*(byte *)(piVar9 + 0x15) & 2) != 0) || (piVar12 = piVar10, piVar9[0x14] == 0x11)" (parenthesized_expression "((*(byte *)(piVar9 + 0x15) & 2) != 0)" ( (binary_expression "(*(byte *)(piVar9 + 0x15) & 2) != 0" (parenthesized_expression "(*(byte *)(piVar9 + 0x15) & 2)" ( (binary_expression "*(byte *)(piVar9 + 0x15) & 2" (pointer_expression "*(byte *)(piVar9 + 0x15)" * (cast_expression "(byte *)(piVar9 + 0x15)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar9 + 0x15)" ( (binary_expression "piVar9 + 0x15" identifier + number_literal) )))) & number_literal) )) != number_literal) )) || (parenthesized_expression "(piVar12 = piVar10, piVar9[0x14] == 0x11)" ( (comma_expression "piVar12 = piVar10, piVar9[0x14] == 0x11" (assignment_expression "piVar12 = piVar10" identifier = identifier) , (binary_expression "piVar9[0x14] == 0x11" (subscript_expression "piVar9[0x14]" identifier [ number_literal ]) == number_literal)) ))) )) (compound_statement "{\n if (*(code **)(*piVar9 + 0x2c) == FUN_000887b0) {\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar6 = (**(code **)(*piVar9 + 0x2c))(piVar9);\n }\n if (iVar6 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x155,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar10 + 0x10;\n local_20[0] = piVar10;\n FUN_0011da90(*unaff_ESI,param_1[8],param_1[0xc],local_20);\n puVar8 = (undefined4 *)param_1[10];\n }" { (if_statement "if (*(code **)(*piVar9 + 0x2c) == FUN_000887b0) {\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar6 = (**(code **)(*piVar9 + 0x2c))(piVar9);\n }" if (parenthesized_expression "(*(code **)(*piVar9 + 0x2c) == FUN_000887b0)" ( (binary_expression "*(code **)(*piVar9 + 0x2c) == FUN_000887b0" (pointer_expression "*(code **)(*piVar9 + 0x2c)" * (cast_expression "(code **)(*piVar9 + 0x2c)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar9 + 0x2c)" ( (binary_expression "*piVar9 + 0x2c" (pointer_expression "*piVar9" * identifier) + number_literal) )))) == identifier) )) (compound_statement "{\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\n }" { (expression_statement "iVar6 = piVar9[0x18];" (assignment_expression "iVar6 = piVar9[0x18]" identifier = (subscript_expression "piVar9[0x18]" identifier [ number_literal ])) ;) (if_statement "if (iVar6 == -1) goto LAB_0011e0d4;" if (parenthesized_expression "(iVar6 == -1)" ( (binary_expression "iVar6 == -1" identifier == number_literal) )) (goto_statement "goto LAB_0011e0d4;" goto statement_identifier ;)) }) (else_clause "else {\n iVar6 = (**(code **)(*piVar9 + 0x2c))(piVar9);\n }" else (compound_statement "{\n iVar6 = (**(code **)(*piVar9 + 0x2c))(piVar9);\n }" { (expression_statement "iVar6 = (**(code **)(*piVar9 + 0x2c))(piVar9);" (assignment_expression "iVar6 = (**(code **)(*piVar9 + 0x2c))(piVar9)" identifier = (call_expression "(**(code **)(*piVar9 + 0x2c))(piVar9)" (parenthesized_expression "(**(code **)(*piVar9 + 0x2c))" ( (pointer_expression "**(code **)(*piVar9 + 0x2c)" * (pointer_expression "*(code **)(*piVar9 + 0x2c)" * (cast_expression "(code **)(*piVar9 + 0x2c)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar9 + 0x2c)" ( (binary_expression "*piVar9 + 0x2c" (pointer_expression "*piVar9" * identifier) + number_literal) ))))) )) (argument_list "(piVar9)" ( identifier )))) ;) }))) (if_statement "if (iVar6 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x155,"do_sized_write");\n }" if (parenthesized_expression "(iVar6 != iVar15)" ( (binary_expression "iVar6 != iVar15" identifier != identifier) )) (compound_statement "{\n \n FUN_0007d010("../../gold/output.cc",0x155,"do_sized_write");\n }" { (expression_statement "FUN_0007d010("../../gold/output.cc",0x155,"do_sized_write");" (call_expression "FUN_0007d010("../../gold/output.cc",0x155,"do_sized_write")" identifier (argument_list "("../../gold/output.cc",0x155,"do_sized_write")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""do_sized_write"" " string_content ") ))) ;) })) (expression_statement "iVar15 = iVar15 + 1;" (assignment_expression "iVar15 = iVar15 + 1" identifier = (binary_expression "iVar15 + 1" identifier + number_literal)) ;) (expression_statement "piVar12 = piVar10 + 0x10;" (assignment_expression "piVar12 = piVar10 + 0x10" identifier = (binary_expression "piVar10 + 0x10" identifier + number_literal)) ;) (expression_statement "local_20[0] = piVar10;" (assignment_expression "local_20[0] = piVar10" (subscript_expression "local_20[0]" identifier [ number_literal ]) = identifier) ;) (expression_statement "FUN_0011da90(*unaff_ESI,param_1[8],param_1[0xc],local_20);" (call_expression "FUN_0011da90(*unaff_ESI,param_1[8],param_1[0xc],local_20)" identifier (argument_list "(*unaff_ESI,param_1[8],param_1[0xc],local_20)" ( (pointer_expression "*unaff_ESI" * identifier) , (subscript_expression "param_1[8]" identifier [ number_literal ]) , (subscript_expression "param_1[0xc]" identifier [ number_literal ]) , identifier ))) ;) (expression_statement "puVar8 = (undefined4 *)param_1[10];" (assignment_expression "puVar8 = (undefined4 *)param_1[10]" identifier = (cast_expression "(undefined4 *)param_1[10]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[10]" identifier [ number_literal ]))) ;) })) (expression_statement "unaff_ESI = unaff_ESI + 1;" (assignment_expression "unaff_ESI = unaff_ESI + 1" identifier = (binary_expression "unaff_ESI + 1" identifier + number_literal)) ;) (expression_statement "piVar10 = piVar12;" (assignment_expression "piVar10 = piVar12" identifier = identifier) ;) }) while (parenthesized_expression "((int *)puVar8[1] != unaff_ESI)" ( (binary_expression "(int *)puVar8[1] != unaff_ESI" (cast_expression "(int *)puVar8[1]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar8[1]" identifier [ number_literal ])) != identifier) )) ;) })) }))) (expression_statement "piVar10 = (int *)param_1[0xb];" (assignment_expression "piVar10 = (int *)param_1[0xb]" identifier = (cast_expression "(int *)param_1[0xb]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[0xb]" identifier [ number_literal ]))) ;) (expression_statement "puVar8 = (undefined4 *)*piVar10;" (assignment_expression "puVar8 = (undefined4 *)*piVar10" identifier = (cast_expression "(undefined4 *)*piVar10" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar10" * identifier))) ;) (if_statement "if (puVar8 != (undefined4 *)piVar10[1]) {\n do {\n piVar9 = (int *)*puVar8;\n if (piVar9[0x14] == 0x11) {\n if (*(int *)(DAT_003af408 + 8) == 0) goto LAB_0011e13b;\n piVar13 = piVar12;\n if (*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0') {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 == FUN_000887b0) goto LAB_0011e033;\nLAB_0011e09d:\n iVar6 = (*pcVar11)(piVar9);\n goto LAB_0011e03f;\n }\n }\n else {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 != FUN_000887b0) goto LAB_0011e09d;\nLAB_0011e033:\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\nLAB_0011e03f:\n if (iVar15 != iVar6) {\n \n FUN_0007d010("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar13 = piVar12 + 0x10;\n local_20[0] = piVar12;\n FUN_0011da90(*puVar8,param_1[8],param_1[0xc],local_20);\n piVar10 = (int *)param_1[0xb];\n }\n puVar8 = puVar8 + 1;\n piVar12 = piVar13;\n unaff_ESI = param_1;\n } while ((undefined4 *)piVar10[1] != puVar8);\n }" if (parenthesized_expression "(puVar8 != (undefined4 *)piVar10[1])" ( (binary_expression "puVar8 != (undefined4 *)piVar10[1]" identifier != (cast_expression "(undefined4 *)piVar10[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar10[1]" identifier [ number_literal ]))) )) (compound_statement "{\n do {\n piVar9 = (int *)*puVar8;\n if (piVar9[0x14] == 0x11) {\n if (*(int *)(DAT_003af408 + 8) == 0) goto LAB_0011e13b;\n piVar13 = piVar12;\n if (*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0') {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 == FUN_000887b0) goto LAB_0011e033;\nLAB_0011e09d:\n iVar6 = (*pcVar11)(piVar9);\n goto LAB_0011e03f;\n }\n }\n else {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 != FUN_000887b0) goto LAB_0011e09d;\nLAB_0011e033:\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\nLAB_0011e03f:\n if (iVar15 != iVar6) {\n \n FUN_0007d010("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar13 = piVar12 + 0x10;\n local_20[0] = piVar12;\n FUN_0011da90(*puVar8,param_1[8],param_1[0xc],local_20);\n piVar10 = (int *)param_1[0xb];\n }\n puVar8 = puVar8 + 1;\n piVar12 = piVar13;\n unaff_ESI = param_1;\n } while ((undefined4 *)piVar10[1] != puVar8);\n }" { (do_statement "do {\n piVar9 = (int *)*puVar8;\n if (piVar9[0x14] == 0x11) {\n if (*(int *)(DAT_003af408 + 8) == 0) goto LAB_0011e13b;\n piVar13 = piVar12;\n if (*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0') {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 == FUN_000887b0) goto LAB_0011e033;\nLAB_0011e09d:\n iVar6 = (*pcVar11)(piVar9);\n goto LAB_0011e03f;\n }\n }\n else {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 != FUN_000887b0) goto LAB_0011e09d;\nLAB_0011e033:\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\nLAB_0011e03f:\n if (iVar15 != iVar6) {\n \n FUN_0007d010("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar13 = piVar12 + 0x10;\n local_20[0] = piVar12;\n FUN_0011da90(*puVar8,param_1[8],param_1[0xc],local_20);\n piVar10 = (int *)param_1[0xb];\n }\n puVar8 = puVar8 + 1;\n piVar12 = piVar13;\n unaff_ESI = param_1;\n } while ((undefined4 *)piVar10[1] != puVar8);" do (compound_statement "{\n piVar9 = (int *)*puVar8;\n if (piVar9[0x14] == 0x11) {\n if (*(int *)(DAT_003af408 + 8) == 0) goto LAB_0011e13b;\n piVar13 = piVar12;\n if (*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0') {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 == FUN_000887b0) goto LAB_0011e033;\nLAB_0011e09d:\n iVar6 = (*pcVar11)(piVar9);\n goto LAB_0011e03f;\n }\n }\n else {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 != FUN_000887b0) goto LAB_0011e09d;\nLAB_0011e033:\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\nLAB_0011e03f:\n if (iVar15 != iVar6) {\n \n FUN_0007d010("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar13 = piVar12 + 0x10;\n local_20[0] = piVar12;\n FUN_0011da90(*puVar8,param_1[8],param_1[0xc],local_20);\n piVar10 = (int *)param_1[0xb];\n }\n puVar8 = puVar8 + 1;\n piVar12 = piVar13;\n unaff_ESI = param_1;\n }" { (expression_statement "piVar9 = (int *)*puVar8;" (assignment_expression "piVar9 = (int *)*puVar8" identifier = (cast_expression "(int *)*puVar8" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar8" * identifier))) ;) (if_statement "if (piVar9[0x14] == 0x11) {\n if (*(int *)(DAT_003af408 + 8) == 0) goto LAB_0011e13b;\n piVar13 = piVar12;\n if (*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0') {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 == FUN_000887b0) goto LAB_0011e033;\nLAB_0011e09d:\n iVar6 = (*pcVar11)(piVar9);\n goto LAB_0011e03f;\n }\n }\n else {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 != FUN_000887b0) goto LAB_0011e09d;\nLAB_0011e033:\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\nLAB_0011e03f:\n if (iVar15 != iVar6) {\n \n FUN_0007d010("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar13 = piVar12 + 0x10;\n local_20[0] = piVar12;\n FUN_0011da90(*puVar8,param_1[8],param_1[0xc],local_20);\n piVar10 = (int *)param_1[0xb];\n }" if (parenthesized_expression "(piVar9[0x14] == 0x11)" ( (binary_expression "piVar9[0x14] == 0x11" (subscript_expression "piVar9[0x14]" identifier [ number_literal ]) == number_literal) )) (compound_statement "{\n if (*(int *)(DAT_003af408 + 8) == 0) goto LAB_0011e13b;\n piVar13 = piVar12;\n if (*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0') {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 == FUN_000887b0) goto LAB_0011e033;\nLAB_0011e09d:\n iVar6 = (*pcVar11)(piVar9);\n goto LAB_0011e03f;\n }\n }" { (if_statement "if (*(int *)(DAT_003af408 + 8) == 0) goto LAB_0011e13b;" if (parenthesized_expression "(*(int *)(DAT_003af408 + 8) == 0)" ( (binary_expression "*(int *)(DAT_003af408 + 8) == 0" (pointer_expression "*(int *)(DAT_003af408 + 8)" * (cast_expression "(int *)(DAT_003af408 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_003af408 + 8)" ( (binary_expression "DAT_003af408 + 8" identifier + number_literal) )))) == number_literal) )) (goto_statement "goto LAB_0011e13b;" goto statement_identifier ;)) (expression_statement "piVar13 = piVar12;" (assignment_expression "piVar13 = piVar12" identifier = identifier) ;) (if_statement "if (*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0') {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 == FUN_000887b0) goto LAB_0011e033;\nLAB_0011e09d:\n iVar6 = (*pcVar11)(piVar9);\n goto LAB_0011e03f;\n }" if (parenthesized_expression "(*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0')" ( (binary_expression "*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0'" (pointer_expression "*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d)" * (cast_expression "(char *)(*(int *)(DAT_003af408 + 8) + 0x318d)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(DAT_003af408 + 8) + 0x318d)" ( (binary_expression "*(int *)(DAT_003af408 + 8) + 0x318d" (pointer_expression "*(int *)(DAT_003af408 + 8)" * (cast_expression "(int *)(DAT_003af408 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_003af408 + 8)" ( (binary_expression "DAT_003af408 + 8" identifier + number_literal) )))) + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 == FUN_000887b0) goto LAB_0011e033;\nLAB_0011e09d:\n iVar6 = (*pcVar11)(piVar9);\n goto LAB_0011e03f;\n }" { (expression_statement "pcVar11 = *(code **)(*piVar9 + 0x2c);" (assignment_expression "pcVar11 = *(code **)(*piVar9 + 0x2c)" identifier = (pointer_expression "*(code **)(*piVar9 + 0x2c)" * (cast_expression "(code **)(*piVar9 + 0x2c)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar9 + 0x2c)" ( (binary_expression "*piVar9 + 0x2c" (pointer_expression "*piVar9" * identifier) + number_literal) ))))) ;) (if_statement "if (pcVar11 == FUN_000887b0) goto LAB_0011e033;" if (parenthesized_expression "(pcVar11 == FUN_000887b0)" ( (binary_expression "pcVar11 == FUN_000887b0" identifier == identifier) )) (goto_statement "goto LAB_0011e033;" goto statement_identifier ;)) (labeled_statement "LAB_0011e09d:\n iVar6 = (*pcVar11)(piVar9);" statement_identifier : (expression_statement "iVar6 = (*pcVar11)(piVar9);" (assignment_expression "iVar6 = (*pcVar11)(piVar9)" identifier = (call_expression "(*pcVar11)(piVar9)" (parenthesized_expression "(*pcVar11)" ( (pointer_expression "*pcVar11" * identifier) )) (argument_list "(piVar9)" ( identifier )))) ;)) (goto_statement "goto LAB_0011e03f;" goto statement_identifier ;) })) }) (else_clause "else {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 != FUN_000887b0) goto LAB_0011e09d;\nLAB_0011e033:\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\nLAB_0011e03f:\n if (iVar15 != iVar6) {\n \n FUN_0007d010("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar13 = piVar12 + 0x10;\n local_20[0] = piVar12;\n FUN_0011da90(*puVar8,param_1[8],param_1[0xc],local_20);\n piVar10 = (int *)param_1[0xb];\n }" else (compound_statement "{\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 != FUN_000887b0) goto LAB_0011e09d;\nLAB_0011e033:\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\nLAB_0011e03f:\n if (iVar15 != iVar6) {\n \n FUN_0007d010("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar13 = piVar12 + 0x10;\n local_20[0] = piVar12;\n FUN_0011da90(*puVar8,param_1[8],param_1[0xc],local_20);\n piVar10 = (int *)param_1[0xb];\n }" { (expression_statement "pcVar11 = *(code **)(*piVar9 + 0x2c);" (assignment_expression "pcVar11 = *(code **)(*piVar9 + 0x2c)" identifier = (pointer_expression "*(code **)(*piVar9 + 0x2c)" * (cast_expression "(code **)(*piVar9 + 0x2c)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar9 + 0x2c)" ( (binary_expression "*piVar9 + 0x2c" (pointer_expression "*piVar9" * identifier) + number_literal) ))))) ;) (if_statement "if (pcVar11 != FUN_000887b0) goto LAB_0011e09d;" if (parenthesized_expression "(pcVar11 != FUN_000887b0)" ( (binary_expression "pcVar11 != FUN_000887b0" identifier != identifier) )) (goto_statement "goto LAB_0011e09d;" goto statement_identifier ;)) (labeled_statement "LAB_0011e033:\n iVar6 = piVar9[0x18];" statement_identifier : (expression_statement "iVar6 = piVar9[0x18];" (assignment_expression "iVar6 = piVar9[0x18]" identifier = (subscript_expression "piVar9[0x18]" identifier [ number_literal ])) ;)) (if_statement "if (iVar6 == -1) goto LAB_0011e0d4;" if (parenthesized_expression "(iVar6 == -1)" ( (binary_expression "iVar6 == -1" identifier == number_literal) )) (goto_statement "goto LAB_0011e0d4;" goto statement_identifier ;)) (labeled_statement "LAB_0011e03f:\n if (iVar15 != iVar6) {\n \n FUN_0007d010("../../gold/output.cc",0x167,"do_sized_write");\n }" statement_identifier : (if_statement "if (iVar15 != iVar6) {\n \n FUN_0007d010("../../gold/output.cc",0x167,"do_sized_write");\n }" if (parenthesized_expression "(iVar15 != iVar6)" ( (binary_expression "iVar15 != iVar6" identifier != identifier) )) (compound_statement "{\n \n FUN_0007d010("../../gold/output.cc",0x167,"do_sized_write");\n }" { (expression_statement "FUN_0007d010("../../gold/output.cc",0x167,"do_sized_write");" (call_expression "FUN_0007d010("../../gold/output.cc",0x167,"do_sized_write")" identifier (argument_list "("../../gold/output.cc",0x167,"do_sized_write")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""do_sized_write"" " string_content ") ))) ;) }))) (expression_statement "iVar15 = iVar15 + 1;" (assignment_expression "iVar15 = iVar15 + 1" identifier = (binary_expression "iVar15 + 1" identifier + number_literal)) ;) (expression_statement "piVar13 = piVar12 + 0x10;" (assignment_expression "piVar13 = piVar12 + 0x10" identifier = (binary_expression "piVar12 + 0x10" identifier + number_literal)) ;) (expression_statement "local_20[0] = piVar12;" (assignment_expression "local_20[0] = piVar12" (subscript_expression "local_20[0]" identifier [ number_literal ]) = identifier) ;) (expression_statement "FUN_0011da90(*puVar8,param_1[8],param_1[0xc],local_20);" (call_expression "FUN_0011da90(*puVar8,param_1[8],param_1[0xc],local_20)" identifier (argument_list "(*puVar8,param_1[8],param_1[0xc],local_20)" ( (pointer_expression "*puVar8" * identifier) , (subscript_expression "param_1[8]" identifier [ number_literal ]) , (subscript_expression "param_1[0xc]" identifier [ number_literal ]) , identifier ))) ;) (expression_statement "piVar10 = (int *)param_1[0xb];" (assignment_expression "piVar10 = (int *)param_1[0xb]" identifier = (cast_expression "(int *)param_1[0xb]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[0xb]" identifier [ number_literal ]))) ;) }))) (expression_statement "puVar8 = puVar8 + 1;" (assignment_expression "puVar8 = puVar8 + 1" identifier = (binary_expression "puVar8 + 1" identifier + number_literal)) ;) (expression_statement "piVar12 = piVar13;" (assignment_expression "piVar12 = piVar13" identifier = identifier) ;) (expression_statement "unaff_ESI = param_1;" (assignment_expression "unaff_ESI = param_1" identifier = identifier) ;) }) while (parenthesized_expression "((undefined4 *)piVar10[1] != puVar8)" ( (binary_expression "(undefined4 *)piVar10[1] != puVar8" (cast_expression "(undefined4 *)piVar10[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar10[1]" identifier [ number_literal ])) != identifier) )) ;) })) (if_statement "if ((*(byte *)(param_1 + 7) & 4) != 0) {\n return;\n }" if (parenthesized_expression "((*(byte *)(param_1 + 7) & 4) != 0)" ( (binary_expression "(*(byte *)(param_1 + 7) & 4) != 0" (parenthesized_expression "(*(byte *)(param_1 + 7) & 4)" ( (binary_expression "*(byte *)(param_1 + 7) & 4" (pointer_expression "*(byte *)(param_1 + 7)" * (cast_expression "(byte *)(param_1 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 7)" ( (binary_expression "param_1 + 7" identifier + number_literal) )))) & number_literal) )) != number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) })) (expression_statement "FUN_0007d010("../../gold/output.h",0xe3,"offset",unaff_ESI);" (call_expression "FUN_0007d010("../../gold/output.h",0xe3,"offset",unaff_ESI)" identifier (argument_list "("../../gold/output.h",0xe3,"offset",unaff_ESI)" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""offset"" " string_content ") , identifier ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * (array_declarator IDENT [ LIT ])) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) < LIT) )) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (binary_expression (subscript_expression IDENT [ LIT ]) + (cast_expression ( (type_descriptor TYPE) ) (call_expression IDENT (argument_list ( IDENT , IDENT )))))) , (comma_expression (assignment_expression IDENT = (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) < (binary_expression IDENT + IDENT)) )))) , (comma_expression (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) - IDENT)) , (binary_expression (parenthesized_expression ( (binary_expression (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , IDENT ))) != (call_expression IDENT (argument_list ( IDENT , IDENT )))) )) != (binary_expression (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression IDENT - IDENT) ))) < LIT))))) ))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") , IDENT ))) ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_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) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT >> LIT) & LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression (binary_expression IDENT + IDENT) >> LIT) | (binary_expression (parenthesized_expression ( (binary_expression IDENT + (cast_expression ( (type_descriptor TYPE) ) (call_expression IDENT (argument_list ( IDENT , IDENT ))))) )) * LIT))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) })) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))) == IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;)) })) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT )))) ;) }))) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) })) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = 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 *)) ) (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression IDENT = (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 (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) - (cast_expression ( (type_descriptor TYPE) ) IDENT)) >> LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) })) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (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 { (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;)) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) == (char_literal ' escape_sequence ')) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (do_statement do (compound_statement { (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 IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) )) (compound_statement { (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) + LIT) ))))) )) (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * 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 IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))) == IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_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 = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT )))) ;) }))) (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , IDENT ))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }) while (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) != IDENT) )) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))) != IDENT) )) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) != IDENT) )) ;) }))) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) != LIT) )) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = IDENT) , (binary_expression (subscript_expression IDENT [ LIT ]) == LIT)) ))) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))) == IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_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 = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT )))) ;) }))) (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * IDENT) , (subscript_expression IDENT [ LIT ]) , (subscript_expression IDENT [ LIT ]) , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }) while (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) != IDENT) )) ;) })) }))) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) )) (compound_statement { (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (if_statement if (parenthesized_expression ( (binary_expression (subscript_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) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) == (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( IDENT )))) ;)) (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 * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;)) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) }))) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * IDENT) , (subscript_expression IDENT [ LIT ]) , (subscript_expression IDENT [ LIT ]) , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) }))) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }) while (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) != IDENT) )) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) != LIT) )) (compound_statement { (return_statement return ;) })) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") , IDENT ))) ;) })))
(function_definition "void FUN_0011dce0(int *param_1,int param_2)\n\n{\n int iVar1;\n uint uVar2;\n char cVar3;\n uint uVar4;\n int iVar5;\n int iVar6;\n int iVar7;\n undefined4 *puVar8;\n int *piVar9;\n int *piVar10;\n code *pcVar11;\n int *piVar12;\n int *piVar13;\n int *unaff_ESI;\n uint uVar14;\n int iVar15;\n int *local_38;\n int *local_20 [4];\n \n if ((*(byte *)(param_1 + 7) & 2) == 0) {\n \n FUN_0007d010("../../gold/output.h",0xcf,"data_size");\n }\n iVar15 = param_1[4];\n uVar4 = param_1[3];\n if ((*(byte *)(param_1 + 7) & 4) != 0) {\n uVar14 = param_1[5];\n if ((param_1[6] < 0) ||\n (iVar7 = param_1[6] + (uint)CARRY4(uVar4,uVar14),\n uVar2 = (uint)(*(uint *)(param_2 + 8) < uVar4 + uVar14),\n iVar6 = *(int *)(param_2 + 0xc) - iVar7,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar7) != SBORROW4(iVar6,uVar2)) !=\n (int)(iVar6 - uVar2) < 0)) {\n \n FUN_0007d010("../../gold/output.h",0x6f,"get_output_view",iVar15);\n }\n unaff_ESI = (int *)(uVar14 + *(int *)(param_2 + 0x10));\n *unaff_ESI = 0;\n unaff_ESI[1] = 0;\n uVar14 = iVar15 >> 0x1f & 0x3f;\n unaff_ESI[2] = 0;\n unaff_ESI[3] = 0;\n uVar4 = uVar4 + uVar14 >> 6 | (iVar15 + (uint)CARRY4(uVar4,uVar14)) * 0x4000000;\n unaff_ESI[4] = 0;\n unaff_ESI[5] = 0;\n if (uVar4 < 0xff00) {\n uVar4 = 0;\n }\n unaff_ESI[6] = 0;\n unaff_ESI[7] = 0;\n unaff_ESI[8] = uVar4;\n unaff_ESI[9] = 0;\n piVar12 = (int *)param_1[0xd];\n if (*(code **)(*piVar12 + 0x2c) == FUN_000887b0) {\n uVar4 = piVar12[0x18];\n if (uVar4 == 0xffffffff) {\nLAB_0011e0d4:\n \n FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar4 = (**(code **)(*piVar12 + 0x2c))(piVar12);\n }\n piVar12 = unaff_ESI + 0x10;\n if (uVar4 < 0xff00) {\n uVar4 = 0;\n }\n unaff_ESI[10] = uVar4;\n piVar9 = (int *)param_1[9];\n piVar10 = (int *)piVar9[1];\n local_38 = (int *)*piVar9;\n unaff_ESI[0xc] = 0;\n unaff_ESI[0xd] = 0;\n unaff_ESI[0xe] = 0;\n unaff_ESI[0xf] = 0;\n uVar4 = (int)piVar10 - (int)local_38 >> 2;\n if (uVar4 < 0xffff) {\n uVar4 = 0;\n }\n unaff_ESI[0xb] = uVar4;\n if (*(int *)(DAT_003af408 + 8) == 0) {\nLAB_0011e13b:\n \n FUN_0007d010("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0') {\n if (local_38 == piVar10) {\n iVar15 = 1;\n }\n else {\n iVar15 = 1;\n do {\n iVar6 = *local_38;\n if (*(int *)(iVar6 + 0x194) == 1) {\n puVar8 = (undefined4 *)(iVar6 + 4);\n iVar7 = param_1[0xc];\n iVar1 = param_1[8];\n do {\n piVar10 = (int *)puVar8[-1];\n piVar9 = piVar12;\n if (piVar10 != (int *)*puVar8) {\n do {\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n } while ((int *)*puVar8 != unaff_ESI);\n }\n puVar8 = puVar8 + 3;\n } while ((undefined4 *)(iVar6 + 0x160) != puVar8);\n piVar9 = (int *)param_1[9];\n }\n local_38 = local_38 + 1;\n } while ((int *)piVar9[1] != local_38);\n }\n }\n else {\n iVar15 = 1;\n puVar8 = (undefined4 *)param_1[10];\n unaff_ESI = (int *)*puVar8;\n if (unaff_ESI != (int *)puVar8[1]) {\n piVar10 = piVar12;\n do {\n piVar9 = (int *)*unaff_ESI;\n if (((*(byte *)(piVar9 + 0x15) & 2) != 0) || (piVar12 = piVar10, piVar9[0x14] == 0x11)) {\n if (*(code **)(*piVar9 + 0x2c) == FUN_000887b0) {\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar6 = (**(code **)(*piVar9 + 0x2c))(piVar9);\n }\n if (iVar6 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x155,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar10 + 0x10;\n local_20[0] = piVar10;\n FUN_0011da90(*unaff_ESI,param_1[8],param_1[0xc],local_20);\n puVar8 = (undefined4 *)param_1[10];\n }\n unaff_ESI = unaff_ESI + 1;\n piVar10 = piVar12;\n } while ((int *)puVar8[1] != unaff_ESI);\n }\n }\n piVar10 = (int *)param_1[0xb];\n puVar8 = (undefined4 *)*piVar10;\n if (puVar8 != (undefined4 *)piVar10[1]) {\n do {\n piVar9 = (int *)*puVar8;\n if (piVar9[0x14] == 0x11) {\n if (*(int *)(DAT_003af408 + 8) == 0) goto LAB_0011e13b;\n piVar13 = piVar12;\n if (*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0') {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 == FUN_000887b0) goto LAB_0011e033;\nLAB_0011e09d:\n iVar6 = (*pcVar11)(piVar9);\n goto LAB_0011e03f;\n }\n }\n else {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 != FUN_000887b0) goto LAB_0011e09d;\nLAB_0011e033:\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\nLAB_0011e03f:\n if (iVar15 != iVar6) {\n \n FUN_0007d010("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar13 = piVar12 + 0x10;\n local_20[0] = piVar12;\n FUN_0011da90(*puVar8,param_1[8],param_1[0xc],local_20);\n piVar10 = (int *)param_1[0xb];\n }\n puVar8 = puVar8 + 1;\n piVar12 = piVar13;\n unaff_ESI = param_1;\n } while ((undefined4 *)piVar10[1] != puVar8);\n }\n if ((*(byte *)(param_1 + 7) & 4) != 0) {\n return;\n }\n }\n \n FUN_0007d010("../../gold/output.h",0xe3,"offset",unaff_ESI);\n}" (primitive_type "void") (function_declarator "FUN_0011dce0(int *param_1,int param_2)" (identifier "FUN_0011dce0") (parameter_list "(int *param_1,int param_2)" (( "(") (parameter_declaration "int *param_1" (primitive_type "int") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "int param_2" (primitive_type "int") (identifier "param_2")) () ")"))) (compound_statement "{\n int iVar1;\n uint uVar2;\n char cVar3;\n uint uVar4;\n int iVar5;\n int iVar6;\n int iVar7;\n undefined4 *puVar8;\n int *piVar9;\n int *piVar10;\n code *pcVar11;\n int *piVar12;\n int *piVar13;\n int *unaff_ESI;\n uint uVar14;\n int iVar15;\n int *local_38;\n int *local_20 [4];\n \n if ((*(byte *)(param_1 + 7) & 2) == 0) {\n \n FUN_0007d010("../../gold/output.h",0xcf,"data_size");\n }\n iVar15 = param_1[4];\n uVar4 = param_1[3];\n if ((*(byte *)(param_1 + 7) & 4) != 0) {\n uVar14 = param_1[5];\n if ((param_1[6] < 0) ||\n (iVar7 = param_1[6] + (uint)CARRY4(uVar4,uVar14),\n uVar2 = (uint)(*(uint *)(param_2 + 8) < uVar4 + uVar14),\n iVar6 = *(int *)(param_2 + 0xc) - iVar7,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar7) != SBORROW4(iVar6,uVar2)) !=\n (int)(iVar6 - uVar2) < 0)) {\n \n FUN_0007d010("../../gold/output.h",0x6f,"get_output_view",iVar15);\n }\n unaff_ESI = (int *)(uVar14 + *(int *)(param_2 + 0x10));\n *unaff_ESI = 0;\n unaff_ESI[1] = 0;\n uVar14 = iVar15 >> 0x1f & 0x3f;\n unaff_ESI[2] = 0;\n unaff_ESI[3] = 0;\n uVar4 = uVar4 + uVar14 >> 6 | (iVar15 + (uint)CARRY4(uVar4,uVar14)) * 0x4000000;\n unaff_ESI[4] = 0;\n unaff_ESI[5] = 0;\n if (uVar4 < 0xff00) {\n uVar4 = 0;\n }\n unaff_ESI[6] = 0;\n unaff_ESI[7] = 0;\n unaff_ESI[8] = uVar4;\n unaff_ESI[9] = 0;\n piVar12 = (int *)param_1[0xd];\n if (*(code **)(*piVar12 + 0x2c) == FUN_000887b0) {\n uVar4 = piVar12[0x18];\n if (uVar4 == 0xffffffff) {\nLAB_0011e0d4:\n \n FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar4 = (**(code **)(*piVar12 + 0x2c))(piVar12);\n }\n piVar12 = unaff_ESI + 0x10;\n if (uVar4 < 0xff00) {\n uVar4 = 0;\n }\n unaff_ESI[10] = uVar4;\n piVar9 = (int *)param_1[9];\n piVar10 = (int *)piVar9[1];\n local_38 = (int *)*piVar9;\n unaff_ESI[0xc] = 0;\n unaff_ESI[0xd] = 0;\n unaff_ESI[0xe] = 0;\n unaff_ESI[0xf] = 0;\n uVar4 = (int)piVar10 - (int)local_38 >> 2;\n if (uVar4 < 0xffff) {\n uVar4 = 0;\n }\n unaff_ESI[0xb] = uVar4;\n if (*(int *)(DAT_003af408 + 8) == 0) {\nLAB_0011e13b:\n \n FUN_0007d010("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0') {\n if (local_38 == piVar10) {\n iVar15 = 1;\n }\n else {\n iVar15 = 1;\n do {\n iVar6 = *local_38;\n if (*(int *)(iVar6 + 0x194) == 1) {\n puVar8 = (undefined4 *)(iVar6 + 4);\n iVar7 = param_1[0xc];\n iVar1 = param_1[8];\n do {\n piVar10 = (int *)puVar8[-1];\n piVar9 = piVar12;\n if (piVar10 != (int *)*puVar8) {\n do {\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n } while ((int *)*puVar8 != unaff_ESI);\n }\n puVar8 = puVar8 + 3;\n } while ((undefined4 *)(iVar6 + 0x160) != puVar8);\n piVar9 = (int *)param_1[9];\n }\n local_38 = local_38 + 1;\n } while ((int *)piVar9[1] != local_38);\n }\n }\n else {\n iVar15 = 1;\n puVar8 = (undefined4 *)param_1[10];\n unaff_ESI = (int *)*puVar8;\n if (unaff_ESI != (int *)puVar8[1]) {\n piVar10 = piVar12;\n do {\n piVar9 = (int *)*unaff_ESI;\n if (((*(byte *)(piVar9 + 0x15) & 2) != 0) || (piVar12 = piVar10, piVar9[0x14] == 0x11)) {\n if (*(code **)(*piVar9 + 0x2c) == FUN_000887b0) {\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar6 = (**(code **)(*piVar9 + 0x2c))(piVar9);\n }\n if (iVar6 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x155,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar10 + 0x10;\n local_20[0] = piVar10;\n FUN_0011da90(*unaff_ESI,param_1[8],param_1[0xc],local_20);\n puVar8 = (undefined4 *)param_1[10];\n }\n unaff_ESI = unaff_ESI + 1;\n piVar10 = piVar12;\n } while ((int *)puVar8[1] != unaff_ESI);\n }\n }\n piVar10 = (int *)param_1[0xb];\n puVar8 = (undefined4 *)*piVar10;\n if (puVar8 != (undefined4 *)piVar10[1]) {\n do {\n piVar9 = (int *)*puVar8;\n if (piVar9[0x14] == 0x11) {\n if (*(int *)(DAT_003af408 + 8) == 0) goto LAB_0011e13b;\n piVar13 = piVar12;\n if (*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0') {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 == FUN_000887b0) goto LAB_0011e033;\nLAB_0011e09d:\n iVar6 = (*pcVar11)(piVar9);\n goto LAB_0011e03f;\n }\n }\n else {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 != FUN_000887b0) goto LAB_0011e09d;\nLAB_0011e033:\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\nLAB_0011e03f:\n if (iVar15 != iVar6) {\n \n FUN_0007d010("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar13 = piVar12 + 0x10;\n local_20[0] = piVar12;\n FUN_0011da90(*puVar8,param_1[8],param_1[0xc],local_20);\n piVar10 = (int *)param_1[0xb];\n }\n puVar8 = puVar8 + 1;\n piVar12 = piVar13;\n unaff_ESI = param_1;\n } while ((undefined4 *)piVar10[1] != puVar8);\n }\n if ((*(byte *)(param_1 + 7) & 4) != 0) {\n return;\n }\n }\n \n FUN_0007d010("../../gold/output.h",0xe3,"offset",unaff_ESI);\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "uint uVar2;" (type_identifier "uint") (identifier "uVar2") (; ";")) (declaration "char cVar3;" (primitive_type "char") (identifier "cVar3") (; ";")) (declaration "uint uVar4;" (type_identifier "uint") (identifier "uVar4") (; ";")) (declaration "int iVar5;" (primitive_type "int") (identifier "iVar5") (; ";")) (declaration "int iVar6;" (primitive_type "int") (identifier "iVar6") (; ";")) (declaration "int iVar7;" (primitive_type "int") (identifier "iVar7") (; ";")) (declaration "undefined4 *puVar8;" (type_identifier "undefined4") (pointer_declarator "*puVar8" (* "*") (identifier "puVar8")) (; ";")) (declaration "int *piVar9;" (primitive_type "int") (pointer_declarator "*piVar9" (* "*") (identifier "piVar9")) (; ";")) (declaration "int *piVar10;" (primitive_type "int") (pointer_declarator "*piVar10" (* "*") (identifier "piVar10")) (; ";")) (declaration "code *pcVar11;" (type_identifier "code") (pointer_declarator "*pcVar11" (* "*") (identifier "pcVar11")) (; ";")) (declaration "int *piVar12;" (primitive_type "int") (pointer_declarator "*piVar12" (* "*") (identifier "piVar12")) (; ";")) (declaration "int *piVar13;" (primitive_type "int") (pointer_declarator "*piVar13" (* "*") (identifier "piVar13")) (; ";")) (declaration "int *unaff_ESI;" (primitive_type "int") (pointer_declarator "*unaff_ESI" (* "*") (identifier "unaff_ESI")) (; ";")) (declaration "uint uVar14;" (type_identifier "uint") (identifier "uVar14") (; ";")) (declaration "int iVar15;" (primitive_type "int") (identifier "iVar15") (; ";")) (declaration "int *local_38;" (primitive_type "int") (pointer_declarator "*local_38" (* "*") (identifier "local_38")) (; ";")) (declaration "int *local_20 [4];" (primitive_type "int") (pointer_declarator "*local_20 [4]" (* "*") (array_declarator "local_20 [4]" (identifier "local_20") ([ "[") (number_literal "4") (] "]"))) (; ";")) (if_statement "if ((*(byte *)(param_1 + 7) & 2) == 0) {\n \n FUN_0007d010("../../gold/output.h",0xcf,"data_size");\n }" (if "if") (parenthesized_expression "((*(byte *)(param_1 + 7) & 2) == 0)" (( "(") (binary_expression "(*(byte *)(param_1 + 7) & 2) == 0" (parenthesized_expression "(*(byte *)(param_1 + 7) & 2)" (( "(") (binary_expression "*(byte *)(param_1 + 7) & 2" (pointer_expression "*(byte *)(param_1 + 7)" (* "*") (cast_expression "(byte *)(param_1 + 7)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 7)" (( "(") (binary_expression "param_1 + 7" (identifier "param_1") (+ "+") (number_literal "7")) () ")")))) (& "&") (number_literal "2")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_0007d010("../../gold/output.h",0xcf,"data_size");\n }" ({ "{") (expression_statement "FUN_0007d010("../../gold/output.h",0xcf,"data_size");" (call_expression "FUN_0007d010("../../gold/output.h",0xcf,"data_size")" (identifier "FUN_0007d010") (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 "iVar15 = param_1[4];" (assignment_expression "iVar15 = param_1[4]" (identifier "iVar15") (= "=") (subscript_expression "param_1[4]" (identifier "param_1") ([ "[") (number_literal "4") (] "]"))) (; ";")) (expression_statement "uVar4 = param_1[3];" (assignment_expression "uVar4 = param_1[3]" (identifier "uVar4") (= "=") (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]"))) (; ";")) (if_statement "if ((*(byte *)(param_1 + 7) & 4) != 0) {\n uVar14 = param_1[5];\n if ((param_1[6] < 0) ||\n (iVar7 = param_1[6] + (uint)CARRY4(uVar4,uVar14),\n uVar2 = (uint)(*(uint *)(param_2 + 8) < uVar4 + uVar14),\n iVar6 = *(int *)(param_2 + 0xc) - iVar7,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar7) != SBORROW4(iVar6,uVar2)) !=\n (int)(iVar6 - uVar2) < 0)) {\n \n FUN_0007d010("../../gold/output.h",0x6f,"get_output_view",iVar15);\n }\n unaff_ESI = (int *)(uVar14 + *(int *)(param_2 + 0x10));\n *unaff_ESI = 0;\n unaff_ESI[1] = 0;\n uVar14 = iVar15 >> 0x1f & 0x3f;\n unaff_ESI[2] = 0;\n unaff_ESI[3] = 0;\n uVar4 = uVar4 + uVar14 >> 6 | (iVar15 + (uint)CARRY4(uVar4,uVar14)) * 0x4000000;\n unaff_ESI[4] = 0;\n unaff_ESI[5] = 0;\n if (uVar4 < 0xff00) {\n uVar4 = 0;\n }\n unaff_ESI[6] = 0;\n unaff_ESI[7] = 0;\n unaff_ESI[8] = uVar4;\n unaff_ESI[9] = 0;\n piVar12 = (int *)param_1[0xd];\n if (*(code **)(*piVar12 + 0x2c) == FUN_000887b0) {\n uVar4 = piVar12[0x18];\n if (uVar4 == 0xffffffff) {\nLAB_0011e0d4:\n \n FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar4 = (**(code **)(*piVar12 + 0x2c))(piVar12);\n }\n piVar12 = unaff_ESI + 0x10;\n if (uVar4 < 0xff00) {\n uVar4 = 0;\n }\n unaff_ESI[10] = uVar4;\n piVar9 = (int *)param_1[9];\n piVar10 = (int *)piVar9[1];\n local_38 = (int *)*piVar9;\n unaff_ESI[0xc] = 0;\n unaff_ESI[0xd] = 0;\n unaff_ESI[0xe] = 0;\n unaff_ESI[0xf] = 0;\n uVar4 = (int)piVar10 - (int)local_38 >> 2;\n if (uVar4 < 0xffff) {\n uVar4 = 0;\n }\n unaff_ESI[0xb] = uVar4;\n if (*(int *)(DAT_003af408 + 8) == 0) {\nLAB_0011e13b:\n \n FUN_0007d010("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0') {\n if (local_38 == piVar10) {\n iVar15 = 1;\n }\n else {\n iVar15 = 1;\n do {\n iVar6 = *local_38;\n if (*(int *)(iVar6 + 0x194) == 1) {\n puVar8 = (undefined4 *)(iVar6 + 4);\n iVar7 = param_1[0xc];\n iVar1 = param_1[8];\n do {\n piVar10 = (int *)puVar8[-1];\n piVar9 = piVar12;\n if (piVar10 != (int *)*puVar8) {\n do {\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n } while ((int *)*puVar8 != unaff_ESI);\n }\n puVar8 = puVar8 + 3;\n } while ((undefined4 *)(iVar6 + 0x160) != puVar8);\n piVar9 = (int *)param_1[9];\n }\n local_38 = local_38 + 1;\n } while ((int *)piVar9[1] != local_38);\n }\n }\n else {\n iVar15 = 1;\n puVar8 = (undefined4 *)param_1[10];\n unaff_ESI = (int *)*puVar8;\n if (unaff_ESI != (int *)puVar8[1]) {\n piVar10 = piVar12;\n do {\n piVar9 = (int *)*unaff_ESI;\n if (((*(byte *)(piVar9 + 0x15) & 2) != 0) || (piVar12 = piVar10, piVar9[0x14] == 0x11)) {\n if (*(code **)(*piVar9 + 0x2c) == FUN_000887b0) {\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar6 = (**(code **)(*piVar9 + 0x2c))(piVar9);\n }\n if (iVar6 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x155,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar10 + 0x10;\n local_20[0] = piVar10;\n FUN_0011da90(*unaff_ESI,param_1[8],param_1[0xc],local_20);\n puVar8 = (undefined4 *)param_1[10];\n }\n unaff_ESI = unaff_ESI + 1;\n piVar10 = piVar12;\n } while ((int *)puVar8[1] != unaff_ESI);\n }\n }\n piVar10 = (int *)param_1[0xb];\n puVar8 = (undefined4 *)*piVar10;\n if (puVar8 != (undefined4 *)piVar10[1]) {\n do {\n piVar9 = (int *)*puVar8;\n if (piVar9[0x14] == 0x11) {\n if (*(int *)(DAT_003af408 + 8) == 0) goto LAB_0011e13b;\n piVar13 = piVar12;\n if (*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0') {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 == FUN_000887b0) goto LAB_0011e033;\nLAB_0011e09d:\n iVar6 = (*pcVar11)(piVar9);\n goto LAB_0011e03f;\n }\n }\n else {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 != FUN_000887b0) goto LAB_0011e09d;\nLAB_0011e033:\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\nLAB_0011e03f:\n if (iVar15 != iVar6) {\n \n FUN_0007d010("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar13 = piVar12 + 0x10;\n local_20[0] = piVar12;\n FUN_0011da90(*puVar8,param_1[8],param_1[0xc],local_20);\n piVar10 = (int *)param_1[0xb];\n }\n puVar8 = puVar8 + 1;\n piVar12 = piVar13;\n unaff_ESI = param_1;\n } while ((undefined4 *)piVar10[1] != puVar8);\n }\n if ((*(byte *)(param_1 + 7) & 4) != 0) {\n return;\n }\n }" (if "if") (parenthesized_expression "((*(byte *)(param_1 + 7) & 4) != 0)" (( "(") (binary_expression "(*(byte *)(param_1 + 7) & 4) != 0" (parenthesized_expression "(*(byte *)(param_1 + 7) & 4)" (( "(") (binary_expression "*(byte *)(param_1 + 7) & 4" (pointer_expression "*(byte *)(param_1 + 7)" (* "*") (cast_expression "(byte *)(param_1 + 7)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 7)" (( "(") (binary_expression "param_1 + 7" (identifier "param_1") (+ "+") (number_literal "7")) () ")")))) (& "&") (number_literal "4")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n uVar14 = param_1[5];\n if ((param_1[6] < 0) ||\n (iVar7 = param_1[6] + (uint)CARRY4(uVar4,uVar14),\n uVar2 = (uint)(*(uint *)(param_2 + 8) < uVar4 + uVar14),\n iVar6 = *(int *)(param_2 + 0xc) - iVar7,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar7) != SBORROW4(iVar6,uVar2)) !=\n (int)(iVar6 - uVar2) < 0)) {\n \n FUN_0007d010("../../gold/output.h",0x6f,"get_output_view",iVar15);\n }\n unaff_ESI = (int *)(uVar14 + *(int *)(param_2 + 0x10));\n *unaff_ESI = 0;\n unaff_ESI[1] = 0;\n uVar14 = iVar15 >> 0x1f & 0x3f;\n unaff_ESI[2] = 0;\n unaff_ESI[3] = 0;\n uVar4 = uVar4 + uVar14 >> 6 | (iVar15 + (uint)CARRY4(uVar4,uVar14)) * 0x4000000;\n unaff_ESI[4] = 0;\n unaff_ESI[5] = 0;\n if (uVar4 < 0xff00) {\n uVar4 = 0;\n }\n unaff_ESI[6] = 0;\n unaff_ESI[7] = 0;\n unaff_ESI[8] = uVar4;\n unaff_ESI[9] = 0;\n piVar12 = (int *)param_1[0xd];\n if (*(code **)(*piVar12 + 0x2c) == FUN_000887b0) {\n uVar4 = piVar12[0x18];\n if (uVar4 == 0xffffffff) {\nLAB_0011e0d4:\n \n FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar4 = (**(code **)(*piVar12 + 0x2c))(piVar12);\n }\n piVar12 = unaff_ESI + 0x10;\n if (uVar4 < 0xff00) {\n uVar4 = 0;\n }\n unaff_ESI[10] = uVar4;\n piVar9 = (int *)param_1[9];\n piVar10 = (int *)piVar9[1];\n local_38 = (int *)*piVar9;\n unaff_ESI[0xc] = 0;\n unaff_ESI[0xd] = 0;\n unaff_ESI[0xe] = 0;\n unaff_ESI[0xf] = 0;\n uVar4 = (int)piVar10 - (int)local_38 >> 2;\n if (uVar4 < 0xffff) {\n uVar4 = 0;\n }\n unaff_ESI[0xb] = uVar4;\n if (*(int *)(DAT_003af408 + 8) == 0) {\nLAB_0011e13b:\n \n FUN_0007d010("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0') {\n if (local_38 == piVar10) {\n iVar15 = 1;\n }\n else {\n iVar15 = 1;\n do {\n iVar6 = *local_38;\n if (*(int *)(iVar6 + 0x194) == 1) {\n puVar8 = (undefined4 *)(iVar6 + 4);\n iVar7 = param_1[0xc];\n iVar1 = param_1[8];\n do {\n piVar10 = (int *)puVar8[-1];\n piVar9 = piVar12;\n if (piVar10 != (int *)*puVar8) {\n do {\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n } while ((int *)*puVar8 != unaff_ESI);\n }\n puVar8 = puVar8 + 3;\n } while ((undefined4 *)(iVar6 + 0x160) != puVar8);\n piVar9 = (int *)param_1[9];\n }\n local_38 = local_38 + 1;\n } while ((int *)piVar9[1] != local_38);\n }\n }\n else {\n iVar15 = 1;\n puVar8 = (undefined4 *)param_1[10];\n unaff_ESI = (int *)*puVar8;\n if (unaff_ESI != (int *)puVar8[1]) {\n piVar10 = piVar12;\n do {\n piVar9 = (int *)*unaff_ESI;\n if (((*(byte *)(piVar9 + 0x15) & 2) != 0) || (piVar12 = piVar10, piVar9[0x14] == 0x11)) {\n if (*(code **)(*piVar9 + 0x2c) == FUN_000887b0) {\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar6 = (**(code **)(*piVar9 + 0x2c))(piVar9);\n }\n if (iVar6 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x155,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar10 + 0x10;\n local_20[0] = piVar10;\n FUN_0011da90(*unaff_ESI,param_1[8],param_1[0xc],local_20);\n puVar8 = (undefined4 *)param_1[10];\n }\n unaff_ESI = unaff_ESI + 1;\n piVar10 = piVar12;\n } while ((int *)puVar8[1] != unaff_ESI);\n }\n }\n piVar10 = (int *)param_1[0xb];\n puVar8 = (undefined4 *)*piVar10;\n if (puVar8 != (undefined4 *)piVar10[1]) {\n do {\n piVar9 = (int *)*puVar8;\n if (piVar9[0x14] == 0x11) {\n if (*(int *)(DAT_003af408 + 8) == 0) goto LAB_0011e13b;\n piVar13 = piVar12;\n if (*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0') {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 == FUN_000887b0) goto LAB_0011e033;\nLAB_0011e09d:\n iVar6 = (*pcVar11)(piVar9);\n goto LAB_0011e03f;\n }\n }\n else {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 != FUN_000887b0) goto LAB_0011e09d;\nLAB_0011e033:\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\nLAB_0011e03f:\n if (iVar15 != iVar6) {\n \n FUN_0007d010("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar13 = piVar12 + 0x10;\n local_20[0] = piVar12;\n FUN_0011da90(*puVar8,param_1[8],param_1[0xc],local_20);\n piVar10 = (int *)param_1[0xb];\n }\n puVar8 = puVar8 + 1;\n piVar12 = piVar13;\n unaff_ESI = param_1;\n } while ((undefined4 *)piVar10[1] != puVar8);\n }\n if ((*(byte *)(param_1 + 7) & 4) != 0) {\n return;\n }\n }" ({ "{") (expression_statement "uVar14 = param_1[5];" (assignment_expression "uVar14 = param_1[5]" (identifier "uVar14") (= "=") (subscript_expression "param_1[5]" (identifier "param_1") ([ "[") (number_literal "5") (] "]"))) (; ";")) (if_statement "if ((param_1[6] < 0) ||\n (iVar7 = param_1[6] + (uint)CARRY4(uVar4,uVar14),\n uVar2 = (uint)(*(uint *)(param_2 + 8) < uVar4 + uVar14),\n iVar6 = *(int *)(param_2 + 0xc) - iVar7,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar7) != SBORROW4(iVar6,uVar2)) !=\n (int)(iVar6 - uVar2) < 0)) {\n \n FUN_0007d010("../../gold/output.h",0x6f,"get_output_view",iVar15);\n }" (if "if") (parenthesized_expression "((param_1[6] < 0) ||\n (iVar7 = param_1[6] + (uint)CARRY4(uVar4,uVar14),\n uVar2 = (uint)(*(uint *)(param_2 + 8) < uVar4 + uVar14),\n iVar6 = *(int *)(param_2 + 0xc) - iVar7,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar7) != SBORROW4(iVar6,uVar2)) !=\n (int)(iVar6 - uVar2) < 0))" (( "(") (binary_expression "(param_1[6] < 0) ||\n (iVar7 = param_1[6] + (uint)CARRY4(uVar4,uVar14),\n uVar2 = (uint)(*(uint *)(param_2 + 8) < uVar4 + uVar14),\n iVar6 = *(int *)(param_2 + 0xc) - iVar7,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar7) != SBORROW4(iVar6,uVar2)) !=\n (int)(iVar6 - uVar2) < 0)" (parenthesized_expression "(param_1[6] < 0)" (( "(") (binary_expression "param_1[6] < 0" (subscript_expression "param_1[6]" (identifier "param_1") ([ "[") (number_literal "6") (] "]")) (< "<") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "(iVar7 = param_1[6] + (uint)CARRY4(uVar4,uVar14),\n uVar2 = (uint)(*(uint *)(param_2 + 8) < uVar4 + uVar14),\n iVar6 = *(int *)(param_2 + 0xc) - iVar7,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar7) != SBORROW4(iVar6,uVar2)) !=\n (int)(iVar6 - uVar2) < 0)" (( "(") (comma_expression "iVar7 = param_1[6] + (uint)CARRY4(uVar4,uVar14),\n uVar2 = (uint)(*(uint *)(param_2 + 8) < uVar4 + uVar14),\n iVar6 = *(int *)(param_2 + 0xc) - iVar7,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar7) != SBORROW4(iVar6,uVar2)) !=\n (int)(iVar6 - uVar2) < 0" (assignment_expression "iVar7 = param_1[6] + (uint)CARRY4(uVar4,uVar14)" (identifier "iVar7") (= "=") (binary_expression "param_1[6] + (uint)CARRY4(uVar4,uVar14)" (subscript_expression "param_1[6]" (identifier "param_1") ([ "[") (number_literal "6") (] "]")) (+ "+") (cast_expression "(uint)CARRY4(uVar4,uVar14)" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (call_expression "CARRY4(uVar4,uVar14)" (identifier "CARRY4") (argument_list "(uVar4,uVar14)" (( "(") (identifier "uVar4") (, ",") (identifier "uVar14") () ")")))))) (, ",") (comma_expression "uVar2 = (uint)(*(uint *)(param_2 + 8) < uVar4 + uVar14),\n iVar6 = *(int *)(param_2 + 0xc) - iVar7,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar7) != SBORROW4(iVar6,uVar2)) !=\n (int)(iVar6 - uVar2) < 0" (assignment_expression "uVar2 = (uint)(*(uint *)(param_2 + 8) < uVar4 + uVar14)" (identifier "uVar2") (= "=") (call_expression "(uint)(*(uint *)(param_2 + 8) < uVar4 + uVar14)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(*(uint *)(param_2 + 8) < uVar4 + uVar14)" (( "(") (binary_expression "*(uint *)(param_2 + 8) < uVar4 + uVar14" (pointer_expression "*(uint *)(param_2 + 8)" (* "*") (cast_expression "(uint *)(param_2 + 8)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 8)" (( "(") (binary_expression "param_2 + 8" (identifier "param_2") (+ "+") (number_literal "8")) () ")")))) (< "<") (binary_expression "uVar4 + uVar14" (identifier "uVar4") (+ "+") (identifier "uVar14"))) () ")")))) (, ",") (comma_expression "iVar6 = *(int *)(param_2 + 0xc) - iVar7,\n (SBORROW4(*(int *)(param_2 + 0xc),iVar7) != SBORROW4(iVar6,uVar2)) !=\n (int)(iVar6 - uVar2) < 0" (assignment_expression "iVar6 = *(int *)(param_2 + 0xc) - iVar7" (identifier "iVar6") (= "=") (binary_expression "*(int *)(param_2 + 0xc) - iVar7" (pointer_expression "*(int *)(param_2 + 0xc)" (* "*") (cast_expression "(int *)(param_2 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0xc)" (( "(") (binary_expression "param_2 + 0xc" (identifier "param_2") (+ "+") (number_literal "0xc")) () ")")))) (- "-") (identifier "iVar7"))) (, ",") (binary_expression "(SBORROW4(*(int *)(param_2 + 0xc),iVar7) != SBORROW4(iVar6,uVar2)) !=\n (int)(iVar6 - uVar2) < 0" (parenthesized_expression "(SBORROW4(*(int *)(param_2 + 0xc),iVar7) != SBORROW4(iVar6,uVar2))" (( "(") (binary_expression "SBORROW4(*(int *)(param_2 + 0xc),iVar7) != SBORROW4(iVar6,uVar2)" (call_expression "SBORROW4(*(int *)(param_2 + 0xc),iVar7)" (identifier "SBORROW4") (argument_list "(*(int *)(param_2 + 0xc),iVar7)" (( "(") (pointer_expression "*(int *)(param_2 + 0xc)" (* "*") (cast_expression "(int *)(param_2 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0xc)" (( "(") (binary_expression "param_2 + 0xc" (identifier "param_2") (+ "+") (number_literal "0xc")) () ")")))) (, ",") (identifier "iVar7") () ")"))) (!= "!=") (call_expression "SBORROW4(iVar6,uVar2)" (identifier "SBORROW4") (argument_list "(iVar6,uVar2)" (( "(") (identifier "iVar6") (, ",") (identifier "uVar2") () ")")))) () ")")) (!= "!=") (binary_expression "(int)(iVar6 - uVar2) < 0" (cast_expression "(int)(iVar6 - uVar2)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "(iVar6 - uVar2)" (( "(") (binary_expression "iVar6 - uVar2" (identifier "iVar6") (- "-") (identifier "uVar2")) () ")"))) (< "<") (number_literal "0")))))) () ")"))) () ")")) (compound_statement "{\n \n FUN_0007d010("../../gold/output.h",0x6f,"get_output_view",iVar15);\n }" ({ "{") (expression_statement "FUN_0007d010("../../gold/output.h",0x6f,"get_output_view",iVar15);" (call_expression "FUN_0007d010("../../gold/output.h",0x6f,"get_output_view",iVar15)" (identifier "FUN_0007d010") (argument_list "("../../gold/output.h",0x6f,"get_output_view",iVar15)" (( "(") (string_literal ""../../gold/output.h"" (" """) (string_content "../../gold/output.h") (" """)) (, ",") (number_literal "0x6f") (, ",") (string_literal ""get_output_view"" (" """) (string_content "get_output_view") (" """)) (, ",") (identifier "iVar15") () ")"))) (; ";")) (} "}"))) (expression_statement "unaff_ESI = (int *)(uVar14 + *(int *)(param_2 + 0x10));" (assignment_expression "unaff_ESI = (int *)(uVar14 + *(int *)(param_2 + 0x10))" (identifier "unaff_ESI") (= "=") (cast_expression "(int *)(uVar14 + *(int *)(param_2 + 0x10))" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(uVar14 + *(int *)(param_2 + 0x10))" (( "(") (binary_expression "uVar14 + *(int *)(param_2 + 0x10)" (identifier "uVar14") (+ "+") (pointer_expression "*(int *)(param_2 + 0x10)" (* "*") (cast_expression "(int *)(param_2 + 0x10)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x10)" (( "(") (binary_expression "param_2 + 0x10" (identifier "param_2") (+ "+") (number_literal "0x10")) () ")"))))) () ")")))) (; ";")) (expression_statement "*unaff_ESI = 0;" (assignment_expression "*unaff_ESI = 0" (pointer_expression "*unaff_ESI" (* "*") (identifier "unaff_ESI")) (= "=") (number_literal "0")) (; ";")) (expression_statement "unaff_ESI[1] = 0;" (assignment_expression "unaff_ESI[1] = 0" (subscript_expression "unaff_ESI[1]" (identifier "unaff_ESI") ([ "[") (number_literal "1") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "uVar14 = iVar15 >> 0x1f & 0x3f;" (assignment_expression "uVar14 = iVar15 >> 0x1f & 0x3f" (identifier "uVar14") (= "=") (binary_expression "iVar15 >> 0x1f & 0x3f" (binary_expression "iVar15 >> 0x1f" (identifier "iVar15") (>> ">>") (number_literal "0x1f")) (& "&") (number_literal "0x3f"))) (; ";")) (expression_statement "unaff_ESI[2] = 0;" (assignment_expression "unaff_ESI[2] = 0" (subscript_expression "unaff_ESI[2]" (identifier "unaff_ESI") ([ "[") (number_literal "2") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "unaff_ESI[3] = 0;" (assignment_expression "unaff_ESI[3] = 0" (subscript_expression "unaff_ESI[3]" (identifier "unaff_ESI") ([ "[") (number_literal "3") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "uVar4 = uVar4 + uVar14 >> 6 | (iVar15 + (uint)CARRY4(uVar4,uVar14)) * 0x4000000;" (assignment_expression "uVar4 = uVar4 + uVar14 >> 6 | (iVar15 + (uint)CARRY4(uVar4,uVar14)) * 0x4000000" (identifier "uVar4") (= "=") (binary_expression "uVar4 + uVar14 >> 6 | (iVar15 + (uint)CARRY4(uVar4,uVar14)) * 0x4000000" (binary_expression "uVar4 + uVar14 >> 6" (binary_expression "uVar4 + uVar14" (identifier "uVar4") (+ "+") (identifier "uVar14")) (>> ">>") (number_literal "6")) (| "|") (binary_expression "(iVar15 + (uint)CARRY4(uVar4,uVar14)) * 0x4000000" (parenthesized_expression "(iVar15 + (uint)CARRY4(uVar4,uVar14))" (( "(") (binary_expression "iVar15 + (uint)CARRY4(uVar4,uVar14)" (identifier "iVar15") (+ "+") (cast_expression "(uint)CARRY4(uVar4,uVar14)" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (call_expression "CARRY4(uVar4,uVar14)" (identifier "CARRY4") (argument_list "(uVar4,uVar14)" (( "(") (identifier "uVar4") (, ",") (identifier "uVar14") () ")"))))) () ")")) (* "*") (number_literal "0x4000000")))) (; ";")) (expression_statement "unaff_ESI[4] = 0;" (assignment_expression "unaff_ESI[4] = 0" (subscript_expression "unaff_ESI[4]" (identifier "unaff_ESI") ([ "[") (number_literal "4") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "unaff_ESI[5] = 0;" (assignment_expression "unaff_ESI[5] = 0" (subscript_expression "unaff_ESI[5]" (identifier "unaff_ESI") ([ "[") (number_literal "5") (] "]")) (= "=") (number_literal "0")) (; ";")) (if_statement "if (uVar4 < 0xff00) {\n uVar4 = 0;\n }" (if "if") (parenthesized_expression "(uVar4 < 0xff00)" (( "(") (binary_expression "uVar4 < 0xff00" (identifier "uVar4") (< "<") (number_literal "0xff00")) () ")")) (compound_statement "{\n uVar4 = 0;\n }" ({ "{") (expression_statement "uVar4 = 0;" (assignment_expression "uVar4 = 0" (identifier "uVar4") (= "=") (number_literal "0")) (; ";")) (} "}"))) (expression_statement "unaff_ESI[6] = 0;" (assignment_expression "unaff_ESI[6] = 0" (subscript_expression "unaff_ESI[6]" (identifier "unaff_ESI") ([ "[") (number_literal "6") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "unaff_ESI[7] = 0;" (assignment_expression "unaff_ESI[7] = 0" (subscript_expression "unaff_ESI[7]" (identifier "unaff_ESI") ([ "[") (number_literal "7") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "unaff_ESI[8] = uVar4;" (assignment_expression "unaff_ESI[8] = uVar4" (subscript_expression "unaff_ESI[8]" (identifier "unaff_ESI") ([ "[") (number_literal "8") (] "]")) (= "=") (identifier "uVar4")) (; ";")) (expression_statement "unaff_ESI[9] = 0;" (assignment_expression "unaff_ESI[9] = 0" (subscript_expression "unaff_ESI[9]" (identifier "unaff_ESI") ([ "[") (number_literal "9") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar12 = (int *)param_1[0xd];" (assignment_expression "piVar12 = (int *)param_1[0xd]" (identifier "piVar12") (= "=") (cast_expression "(int *)param_1[0xd]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[0xd]" (identifier "param_1") ([ "[") (number_literal "0xd") (] "]")))) (; ";")) (if_statement "if (*(code **)(*piVar12 + 0x2c) == FUN_000887b0) {\n uVar4 = piVar12[0x18];\n if (uVar4 == 0xffffffff) {\nLAB_0011e0d4:\n \n FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar4 = (**(code **)(*piVar12 + 0x2c))(piVar12);\n }" (if "if") (parenthesized_expression "(*(code **)(*piVar12 + 0x2c) == FUN_000887b0)" (( "(") (binary_expression "*(code **)(*piVar12 + 0x2c) == FUN_000887b0" (pointer_expression "*(code **)(*piVar12 + 0x2c)" (* "*") (cast_expression "(code **)(*piVar12 + 0x2c)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*piVar12 + 0x2c)" (( "(") (binary_expression "*piVar12 + 0x2c" (pointer_expression "*piVar12" (* "*") (identifier "piVar12")) (+ "+") (number_literal "0x2c")) () ")")))) (== "==") (identifier "FUN_000887b0")) () ")")) (compound_statement "{\n uVar4 = piVar12[0x18];\n if (uVar4 == 0xffffffff) {\nLAB_0011e0d4:\n \n FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }" ({ "{") (expression_statement "uVar4 = piVar12[0x18];" (assignment_expression "uVar4 = piVar12[0x18]" (identifier "uVar4") (= "=") (subscript_expression "piVar12[0x18]" (identifier "piVar12") ([ "[") (number_literal "0x18") (] "]"))) (; ";")) (if_statement "if (uVar4 == 0xffffffff) {\nLAB_0011e0d4:\n \n FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx");\n }" (if "if") (parenthesized_expression "(uVar4 == 0xffffffff)" (( "(") (binary_expression "uVar4 == 0xffffffff" (identifier "uVar4") (== "==") (number_literal "0xffffffff")) () ")")) (compound_statement "{\nLAB_0011e0d4:\n \n FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx");\n }" ({ "{") (labeled_statement "LAB_0011e0d4:\n \n FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx");" (statement_identifier "LAB_0011e0d4") (: ":") (expression_statement "FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx");" (call_expression "FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx")" (identifier "FUN_0007d010") (argument_list "("../../gold/output.h",0x1043,"do_out_shndx")" (( "(") (string_literal ""../../gold/output.h"" (" """) (string_content "../../gold/output.h") (" """)) (, ",") (number_literal "0x1043") (, ",") (string_literal ""do_out_shndx"" (" """) (string_content "do_out_shndx") (" """)) () ")"))) (; ";"))) (} "}"))) (} "}")) (else_clause "else {\n uVar4 = (**(code **)(*piVar12 + 0x2c))(piVar12);\n }" (else "else") (compound_statement "{\n uVar4 = (**(code **)(*piVar12 + 0x2c))(piVar12);\n }" ({ "{") (expression_statement "uVar4 = (**(code **)(*piVar12 + 0x2c))(piVar12);" (assignment_expression "uVar4 = (**(code **)(*piVar12 + 0x2c))(piVar12)" (identifier "uVar4") (= "=") (call_expression "(**(code **)(*piVar12 + 0x2c))(piVar12)" (parenthesized_expression "(**(code **)(*piVar12 + 0x2c))" (( "(") (pointer_expression "**(code **)(*piVar12 + 0x2c)" (* "*") (pointer_expression "*(code **)(*piVar12 + 0x2c)" (* "*") (cast_expression "(code **)(*piVar12 + 0x2c)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*piVar12 + 0x2c)" (( "(") (binary_expression "*piVar12 + 0x2c" (pointer_expression "*piVar12" (* "*") (identifier "piVar12")) (+ "+") (number_literal "0x2c")) () ")"))))) () ")")) (argument_list "(piVar12)" (( "(") (identifier "piVar12") () ")")))) (; ";")) (} "}")))) (expression_statement "piVar12 = unaff_ESI + 0x10;" (assignment_expression "piVar12 = unaff_ESI + 0x10" (identifier "piVar12") (= "=") (binary_expression "unaff_ESI + 0x10" (identifier "unaff_ESI") (+ "+") (number_literal "0x10"))) (; ";")) (if_statement "if (uVar4 < 0xff00) {\n uVar4 = 0;\n }" (if "if") (parenthesized_expression "(uVar4 < 0xff00)" (( "(") (binary_expression "uVar4 < 0xff00" (identifier "uVar4") (< "<") (number_literal "0xff00")) () ")")) (compound_statement "{\n uVar4 = 0;\n }" ({ "{") (expression_statement "uVar4 = 0;" (assignment_expression "uVar4 = 0" (identifier "uVar4") (= "=") (number_literal "0")) (; ";")) (} "}"))) (expression_statement "unaff_ESI[10] = uVar4;" (assignment_expression "unaff_ESI[10] = uVar4" (subscript_expression "unaff_ESI[10]" (identifier "unaff_ESI") ([ "[") (number_literal "10") (] "]")) (= "=") (identifier "uVar4")) (; ";")) (expression_statement "piVar9 = (int *)param_1[9];" (assignment_expression "piVar9 = (int *)param_1[9]" (identifier "piVar9") (= "=") (cast_expression "(int *)param_1[9]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[9]" (identifier "param_1") ([ "[") (number_literal "9") (] "]")))) (; ";")) (expression_statement "piVar10 = (int *)piVar9[1];" (assignment_expression "piVar10 = (int *)piVar9[1]" (identifier "piVar10") (= "=") (cast_expression "(int *)piVar9[1]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "piVar9[1]" (identifier "piVar9") ([ "[") (number_literal "1") (] "]")))) (; ";")) (expression_statement "local_38 = (int *)*piVar9;" (assignment_expression "local_38 = (int *)*piVar9" (identifier "local_38") (= "=") (cast_expression "(int *)*piVar9" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*piVar9" (* "*") (identifier "piVar9")))) (; ";")) (expression_statement "unaff_ESI[0xc] = 0;" (assignment_expression "unaff_ESI[0xc] = 0" (subscript_expression "unaff_ESI[0xc]" (identifier "unaff_ESI") ([ "[") (number_literal "0xc") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "unaff_ESI[0xd] = 0;" (assignment_expression "unaff_ESI[0xd] = 0" (subscript_expression "unaff_ESI[0xd]" (identifier "unaff_ESI") ([ "[") (number_literal "0xd") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "unaff_ESI[0xe] = 0;" (assignment_expression "unaff_ESI[0xe] = 0" (subscript_expression "unaff_ESI[0xe]" (identifier "unaff_ESI") ([ "[") (number_literal "0xe") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "unaff_ESI[0xf] = 0;" (assignment_expression "unaff_ESI[0xf] = 0" (subscript_expression "unaff_ESI[0xf]" (identifier "unaff_ESI") ([ "[") (number_literal "0xf") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "uVar4 = (int)piVar10 - (int)local_38 >> 2;" (assignment_expression "uVar4 = (int)piVar10 - (int)local_38 >> 2" (identifier "uVar4") (= "=") (binary_expression "(int)piVar10 - (int)local_38 >> 2" (binary_expression "(int)piVar10 - (int)local_38" (cast_expression "(int)piVar10" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "piVar10")) (- "-") (cast_expression "(int)local_38" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "local_38"))) (>> ">>") (number_literal "2"))) (; ";")) (if_statement "if (uVar4 < 0xffff) {\n uVar4 = 0;\n }" (if "if") (parenthesized_expression "(uVar4 < 0xffff)" (( "(") (binary_expression "uVar4 < 0xffff" (identifier "uVar4") (< "<") (number_literal "0xffff")) () ")")) (compound_statement "{\n uVar4 = 0;\n }" ({ "{") (expression_statement "uVar4 = 0;" (assignment_expression "uVar4 = 0" (identifier "uVar4") (= "=") (number_literal "0")) (; ";")) (} "}"))) (expression_statement "unaff_ESI[0xb] = uVar4;" (assignment_expression "unaff_ESI[0xb] = uVar4" (subscript_expression "unaff_ESI[0xb]" (identifier "unaff_ESI") ([ "[") (number_literal "0xb") (] "]")) (= "=") (identifier "uVar4")) (; ";")) (if_statement "if (*(int *)(DAT_003af408 + 8) == 0) {\nLAB_0011e13b:\n \n FUN_0007d010("../../gold/parameters.h",0x5c,"options");\n }" (if "if") (parenthesized_expression "(*(int *)(DAT_003af408 + 8) == 0)" (( "(") (binary_expression "*(int *)(DAT_003af408 + 8) == 0" (pointer_expression "*(int *)(DAT_003af408 + 8)" (* "*") (cast_expression "(int *)(DAT_003af408 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_003af408 + 8)" (( "(") (binary_expression "DAT_003af408 + 8" (identifier "DAT_003af408") (+ "+") (number_literal "8")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\nLAB_0011e13b:\n \n FUN_0007d010("../../gold/parameters.h",0x5c,"options");\n }" ({ "{") (labeled_statement "LAB_0011e13b:\n \n FUN_0007d010("../../gold/parameters.h",0x5c,"options");" (statement_identifier "LAB_0011e13b") (: ":") (expression_statement "FUN_0007d010("../../gold/parameters.h",0x5c,"options");" (call_expression "FUN_0007d010("../../gold/parameters.h",0x5c,"options")" (identifier "FUN_0007d010") (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 *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0') {\n if (local_38 == piVar10) {\n iVar15 = 1;\n }\n else {\n iVar15 = 1;\n do {\n iVar6 = *local_38;\n if (*(int *)(iVar6 + 0x194) == 1) {\n puVar8 = (undefined4 *)(iVar6 + 4);\n iVar7 = param_1[0xc];\n iVar1 = param_1[8];\n do {\n piVar10 = (int *)puVar8[-1];\n piVar9 = piVar12;\n if (piVar10 != (int *)*puVar8) {\n do {\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n } while ((int *)*puVar8 != unaff_ESI);\n }\n puVar8 = puVar8 + 3;\n } while ((undefined4 *)(iVar6 + 0x160) != puVar8);\n piVar9 = (int *)param_1[9];\n }\n local_38 = local_38 + 1;\n } while ((int *)piVar9[1] != local_38);\n }\n }\n else {\n iVar15 = 1;\n puVar8 = (undefined4 *)param_1[10];\n unaff_ESI = (int *)*puVar8;\n if (unaff_ESI != (int *)puVar8[1]) {\n piVar10 = piVar12;\n do {\n piVar9 = (int *)*unaff_ESI;\n if (((*(byte *)(piVar9 + 0x15) & 2) != 0) || (piVar12 = piVar10, piVar9[0x14] == 0x11)) {\n if (*(code **)(*piVar9 + 0x2c) == FUN_000887b0) {\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar6 = (**(code **)(*piVar9 + 0x2c))(piVar9);\n }\n if (iVar6 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x155,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar10 + 0x10;\n local_20[0] = piVar10;\n FUN_0011da90(*unaff_ESI,param_1[8],param_1[0xc],local_20);\n puVar8 = (undefined4 *)param_1[10];\n }\n unaff_ESI = unaff_ESI + 1;\n piVar10 = piVar12;\n } while ((int *)puVar8[1] != unaff_ESI);\n }\n }" (if "if") (parenthesized_expression "(*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0')" (( "(") (binary_expression "*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0'" (pointer_expression "*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d)" (* "*") (cast_expression "(char *)(*(int *)(DAT_003af408 + 8) + 0x318d)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(DAT_003af408 + 8) + 0x318d)" (( "(") (binary_expression "*(int *)(DAT_003af408 + 8) + 0x318d" (pointer_expression "*(int *)(DAT_003af408 + 8)" (* "*") (cast_expression "(int *)(DAT_003af408 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_003af408 + 8)" (( "(") (binary_expression "DAT_003af408 + 8" (identifier "DAT_003af408") (+ "+") (number_literal "8")) () ")")))) (+ "+") (number_literal "0x318d")) () ")")))) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n if (local_38 == piVar10) {\n iVar15 = 1;\n }\n else {\n iVar15 = 1;\n do {\n iVar6 = *local_38;\n if (*(int *)(iVar6 + 0x194) == 1) {\n puVar8 = (undefined4 *)(iVar6 + 4);\n iVar7 = param_1[0xc];\n iVar1 = param_1[8];\n do {\n piVar10 = (int *)puVar8[-1];\n piVar9 = piVar12;\n if (piVar10 != (int *)*puVar8) {\n do {\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n } while ((int *)*puVar8 != unaff_ESI);\n }\n puVar8 = puVar8 + 3;\n } while ((undefined4 *)(iVar6 + 0x160) != puVar8);\n piVar9 = (int *)param_1[9];\n }\n local_38 = local_38 + 1;\n } while ((int *)piVar9[1] != local_38);\n }\n }" ({ "{") (if_statement "if (local_38 == piVar10) {\n iVar15 = 1;\n }\n else {\n iVar15 = 1;\n do {\n iVar6 = *local_38;\n if (*(int *)(iVar6 + 0x194) == 1) {\n puVar8 = (undefined4 *)(iVar6 + 4);\n iVar7 = param_1[0xc];\n iVar1 = param_1[8];\n do {\n piVar10 = (int *)puVar8[-1];\n piVar9 = piVar12;\n if (piVar10 != (int *)*puVar8) {\n do {\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n } while ((int *)*puVar8 != unaff_ESI);\n }\n puVar8 = puVar8 + 3;\n } while ((undefined4 *)(iVar6 + 0x160) != puVar8);\n piVar9 = (int *)param_1[9];\n }\n local_38 = local_38 + 1;\n } while ((int *)piVar9[1] != local_38);\n }" (if "if") (parenthesized_expression "(local_38 == piVar10)" (( "(") (binary_expression "local_38 == piVar10" (identifier "local_38") (== "==") (identifier "piVar10")) () ")")) (compound_statement "{\n iVar15 = 1;\n }" ({ "{") (expression_statement "iVar15 = 1;" (assignment_expression "iVar15 = 1" (identifier "iVar15") (= "=") (number_literal "1")) (; ";")) (} "}")) (else_clause "else {\n iVar15 = 1;\n do {\n iVar6 = *local_38;\n if (*(int *)(iVar6 + 0x194) == 1) {\n puVar8 = (undefined4 *)(iVar6 + 4);\n iVar7 = param_1[0xc];\n iVar1 = param_1[8];\n do {\n piVar10 = (int *)puVar8[-1];\n piVar9 = piVar12;\n if (piVar10 != (int *)*puVar8) {\n do {\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n } while ((int *)*puVar8 != unaff_ESI);\n }\n puVar8 = puVar8 + 3;\n } while ((undefined4 *)(iVar6 + 0x160) != puVar8);\n piVar9 = (int *)param_1[9];\n }\n local_38 = local_38 + 1;\n } while ((int *)piVar9[1] != local_38);\n }" (else "else") (compound_statement "{\n iVar15 = 1;\n do {\n iVar6 = *local_38;\n if (*(int *)(iVar6 + 0x194) == 1) {\n puVar8 = (undefined4 *)(iVar6 + 4);\n iVar7 = param_1[0xc];\n iVar1 = param_1[8];\n do {\n piVar10 = (int *)puVar8[-1];\n piVar9 = piVar12;\n if (piVar10 != (int *)*puVar8) {\n do {\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n } while ((int *)*puVar8 != unaff_ESI);\n }\n puVar8 = puVar8 + 3;\n } while ((undefined4 *)(iVar6 + 0x160) != puVar8);\n piVar9 = (int *)param_1[9];\n }\n local_38 = local_38 + 1;\n } while ((int *)piVar9[1] != local_38);\n }" ({ "{") (expression_statement "iVar15 = 1;" (assignment_expression "iVar15 = 1" (identifier "iVar15") (= "=") (number_literal "1")) (; ";")) (do_statement "do {\n iVar6 = *local_38;\n if (*(int *)(iVar6 + 0x194) == 1) {\n puVar8 = (undefined4 *)(iVar6 + 4);\n iVar7 = param_1[0xc];\n iVar1 = param_1[8];\n do {\n piVar10 = (int *)puVar8[-1];\n piVar9 = piVar12;\n if (piVar10 != (int *)*puVar8) {\n do {\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n } while ((int *)*puVar8 != unaff_ESI);\n }\n puVar8 = puVar8 + 3;\n } while ((undefined4 *)(iVar6 + 0x160) != puVar8);\n piVar9 = (int *)param_1[9];\n }\n local_38 = local_38 + 1;\n } while ((int *)piVar9[1] != local_38);" (do "do") (compound_statement "{\n iVar6 = *local_38;\n if (*(int *)(iVar6 + 0x194) == 1) {\n puVar8 = (undefined4 *)(iVar6 + 4);\n iVar7 = param_1[0xc];\n iVar1 = param_1[8];\n do {\n piVar10 = (int *)puVar8[-1];\n piVar9 = piVar12;\n if (piVar10 != (int *)*puVar8) {\n do {\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n } while ((int *)*puVar8 != unaff_ESI);\n }\n puVar8 = puVar8 + 3;\n } while ((undefined4 *)(iVar6 + 0x160) != puVar8);\n piVar9 = (int *)param_1[9];\n }\n local_38 = local_38 + 1;\n }" ({ "{") (expression_statement "iVar6 = *local_38;" (assignment_expression "iVar6 = *local_38" (identifier "iVar6") (= "=") (pointer_expression "*local_38" (* "*") (identifier "local_38"))) (; ";")) (if_statement "if (*(int *)(iVar6 + 0x194) == 1) {\n puVar8 = (undefined4 *)(iVar6 + 4);\n iVar7 = param_1[0xc];\n iVar1 = param_1[8];\n do {\n piVar10 = (int *)puVar8[-1];\n piVar9 = piVar12;\n if (piVar10 != (int *)*puVar8) {\n do {\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n } while ((int *)*puVar8 != unaff_ESI);\n }\n puVar8 = puVar8 + 3;\n } while ((undefined4 *)(iVar6 + 0x160) != puVar8);\n piVar9 = (int *)param_1[9];\n }" (if "if") (parenthesized_expression "(*(int *)(iVar6 + 0x194) == 1)" (( "(") (binary_expression "*(int *)(iVar6 + 0x194) == 1" (pointer_expression "*(int *)(iVar6 + 0x194)" (* "*") (cast_expression "(int *)(iVar6 + 0x194)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar6 + 0x194)" (( "(") (binary_expression "iVar6 + 0x194" (identifier "iVar6") (+ "+") (number_literal "0x194")) () ")")))) (== "==") (number_literal "1")) () ")")) (compound_statement "{\n puVar8 = (undefined4 *)(iVar6 + 4);\n iVar7 = param_1[0xc];\n iVar1 = param_1[8];\n do {\n piVar10 = (int *)puVar8[-1];\n piVar9 = piVar12;\n if (piVar10 != (int *)*puVar8) {\n do {\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n } while ((int *)*puVar8 != unaff_ESI);\n }\n puVar8 = puVar8 + 3;\n } while ((undefined4 *)(iVar6 + 0x160) != puVar8);\n piVar9 = (int *)param_1[9];\n }" ({ "{") (expression_statement "puVar8 = (undefined4 *)(iVar6 + 4);" (assignment_expression "puVar8 = (undefined4 *)(iVar6 + 4)" (identifier "puVar8") (= "=") (cast_expression "(undefined4 *)(iVar6 + 4)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar6 + 4)" (( "(") (binary_expression "iVar6 + 4" (identifier "iVar6") (+ "+") (number_literal "4")) () ")")))) (; ";")) (expression_statement "iVar7 = param_1[0xc];" (assignment_expression "iVar7 = param_1[0xc]" (identifier "iVar7") (= "=") (subscript_expression "param_1[0xc]" (identifier "param_1") ([ "[") (number_literal "0xc") (] "]"))) (; ";")) (expression_statement "iVar1 = param_1[8];" (assignment_expression "iVar1 = param_1[8]" (identifier "iVar1") (= "=") (subscript_expression "param_1[8]" (identifier "param_1") ([ "[") (number_literal "8") (] "]"))) (; ";")) (do_statement "do {\n piVar10 = (int *)puVar8[-1];\n piVar9 = piVar12;\n if (piVar10 != (int *)*puVar8) {\n do {\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n } while ((int *)*puVar8 != unaff_ESI);\n }\n puVar8 = puVar8 + 3;\n } while ((undefined4 *)(iVar6 + 0x160) != puVar8);" (do "do") (compound_statement "{\n piVar10 = (int *)puVar8[-1];\n piVar9 = piVar12;\n if (piVar10 != (int *)*puVar8) {\n do {\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n } while ((int *)*puVar8 != unaff_ESI);\n }\n puVar8 = puVar8 + 3;\n }" ({ "{") (expression_statement "piVar10 = (int *)puVar8[-1];" (assignment_expression "piVar10 = (int *)puVar8[-1]" (identifier "piVar10") (= "=") (cast_expression "(int *)puVar8[-1]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "puVar8[-1]" (identifier "puVar8") ([ "[") (number_literal "-1") (] "]")))) (; ";")) (expression_statement "piVar9 = piVar12;" (assignment_expression "piVar9 = piVar12" (identifier "piVar9") (= "=") (identifier "piVar12")) (; ";")) (if_statement "if (piVar10 != (int *)*puVar8) {\n do {\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n } while ((int *)*puVar8 != unaff_ESI);\n }" (if "if") (parenthesized_expression "(piVar10 != (int *)*puVar8)" (( "(") (binary_expression "piVar10 != (int *)*puVar8" (identifier "piVar10") (!= "!=") (cast_expression "(int *)*puVar8" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*puVar8" (* "*") (identifier "puVar8")))) () ")")) (compound_statement "{\n do {\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n } while ((int *)*puVar8 != unaff_ESI);\n }" ({ "{") (do_statement "do {\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n } while ((int *)*puVar8 != unaff_ESI);" (do "do") (compound_statement "{\n cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);\n piVar12 = piVar9;\n if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }\n unaff_ESI = piVar10 + 1;\n piVar9 = piVar12;\n piVar10 = unaff_ESI;\n }" ({ "{") (expression_statement "cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10);" (assignment_expression "cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10)" (identifier "cVar3") (= "=") (call_expression "(**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10)" (parenthesized_expression "(**(code **)(*(int *)*piVar10 + 0x18))" (( "(") (pointer_expression "**(code **)(*(int *)*piVar10 + 0x18)" (* "*") (pointer_expression "*(code **)(*(int *)*piVar10 + 0x18)" (* "*") (cast_expression "(code **)(*(int *)*piVar10 + 0x18)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(int *)*piVar10 + 0x18)" (( "(") (binary_expression "*(int *)*piVar10 + 0x18" (pointer_expression "*(int *)*piVar10" (* "*") (cast_expression "(int *)*piVar10" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*piVar10" (* "*") (identifier "piVar10")))) (+ "+") (number_literal "0x18")) () ")"))))) () ")")) (argument_list "((int *)*piVar10)" (( "(") (cast_expression "(int *)*piVar10" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*piVar10" (* "*") (identifier "piVar10"))) () ")")))) (; ";")) (expression_statement "piVar12 = piVar9;" (assignment_expression "piVar12 = piVar9" (identifier "piVar12") (= "=") (identifier "piVar9")) (; ";")) (if_statement "if (cVar3 != '\0') {\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }" (if "if") (parenthesized_expression "(cVar3 != '\0')" (( "(") (binary_expression "cVar3 != '\0'" (identifier "cVar3") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n piVar13 = (int *)*piVar10;\n if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }\n if (iVar5 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar9 + 0x10;\n local_20[0] = piVar9;\n FUN_0011da90(piVar13,iVar1,iVar7,local_20);\n }" ({ "{") (expression_statement "piVar13 = (int *)*piVar10;" (assignment_expression "piVar13 = (int *)*piVar10" (identifier "piVar13") (= "=") (cast_expression "(int *)*piVar10" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*piVar10" (* "*") (identifier "piVar10")))) (; ";")) (if_statement "if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) {\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }" (if "if") (parenthesized_expression "(*(code **)(*piVar13 + 0x2c) == FUN_000887b0)" (( "(") (binary_expression "*(code **)(*piVar13 + 0x2c) == FUN_000887b0" (pointer_expression "*(code **)(*piVar13 + 0x2c)" (* "*") (cast_expression "(code **)(*piVar13 + 0x2c)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*piVar13 + 0x2c)" (( "(") (binary_expression "*piVar13 + 0x2c" (pointer_expression "*piVar13" (* "*") (identifier "piVar13")) (+ "+") (number_literal "0x2c")) () ")")))) (== "==") (identifier "FUN_000887b0")) () ")")) (compound_statement "{\n iVar5 = piVar13[0x18];\n if (iVar5 == -1) goto LAB_0011e0d4;\n }" ({ "{") (expression_statement "iVar5 = piVar13[0x18];" (assignment_expression "iVar5 = piVar13[0x18]" (identifier "iVar5") (= "=") (subscript_expression "piVar13[0x18]" (identifier "piVar13") ([ "[") (number_literal "0x18") (] "]"))) (; ";")) (if_statement "if (iVar5 == -1) goto LAB_0011e0d4;" (if "if") (parenthesized_expression "(iVar5 == -1)" (( "(") (binary_expression "iVar5 == -1" (identifier "iVar5") (== "==") (number_literal "-1")) () ")")) (goto_statement "goto LAB_0011e0d4;" (goto "goto") (statement_identifier "LAB_0011e0d4") (; ";"))) (} "}")) (else_clause "else {\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }" (else "else") (compound_statement "{\n iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);\n }" ({ "{") (expression_statement "iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13);" (assignment_expression "iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13)" (identifier "iVar5") (= "=") (call_expression "(**(code **)(*piVar13 + 0x2c))(piVar13)" (parenthesized_expression "(**(code **)(*piVar13 + 0x2c))" (( "(") (pointer_expression "**(code **)(*piVar13 + 0x2c)" (* "*") (pointer_expression "*(code **)(*piVar13 + 0x2c)" (* "*") (cast_expression "(code **)(*piVar13 + 0x2c)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*piVar13 + 0x2c)" (( "(") (binary_expression "*piVar13 + 0x2c" (pointer_expression "*piVar13" (* "*") (identifier "piVar13")) (+ "+") (number_literal "0x2c")) () ")"))))) () ")")) (argument_list "(piVar13)" (( "(") (identifier "piVar13") () ")")))) (; ";")) (} "}")))) (if_statement "if (iVar5 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }" (if "if") (parenthesized_expression "(iVar5 != iVar15)" (( "(") (binary_expression "iVar5 != iVar15" (identifier "iVar5") (!= "!=") (identifier "iVar15")) () ")")) (compound_statement "{\n \n FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");\n }" ({ "{") (expression_statement "FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list");" (call_expression "FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list")" (identifier "FUN_0007d010") (argument_list "("../../gold/output.cc",0x1354,"write_section_headers_list")" (( "(") (string_literal ""../../gold/output.cc"" (" """) (string_content "../../gold/output.cc") (" """)) (, ",") (number_literal "0x1354") (, ",") (string_literal ""write_section_headers_list"" (" """) (string_content "write_section_headers_list") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "iVar15 = iVar15 + 1;" (assignment_expression "iVar15 = iVar15 + 1" (identifier "iVar15") (= "=") (binary_expression "iVar15 + 1" (identifier "iVar15") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "piVar12 = piVar9 + 0x10;" (assignment_expression "piVar12 = piVar9 + 0x10" (identifier "piVar12") (= "=") (binary_expression "piVar9 + 0x10" (identifier "piVar9") (+ "+") (number_literal "0x10"))) (; ";")) (expression_statement "local_20[0] = piVar9;" (assignment_expression "local_20[0] = piVar9" (subscript_expression "local_20[0]" (identifier "local_20") ([ "[") (number_literal "0") (] "]")) (= "=") (identifier "piVar9")) (; ";")) (expression_statement "FUN_0011da90(piVar13,iVar1,iVar7,local_20);" (call_expression "FUN_0011da90(piVar13,iVar1,iVar7,local_20)" (identifier "FUN_0011da90") (argument_list "(piVar13,iVar1,iVar7,local_20)" (( "(") (identifier "piVar13") (, ",") (identifier "iVar1") (, ",") (identifier "iVar7") (, ",") (identifier "local_20") () ")"))) (; ";")) (} "}"))) (expression_statement "unaff_ESI = piVar10 + 1;" (assignment_expression "unaff_ESI = piVar10 + 1" (identifier "unaff_ESI") (= "=") (binary_expression "piVar10 + 1" (identifier "piVar10") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "piVar9 = piVar12;" (assignment_expression "piVar9 = piVar12" (identifier "piVar9") (= "=") (identifier "piVar12")) (; ";")) (expression_statement "piVar10 = unaff_ESI;" (assignment_expression "piVar10 = unaff_ESI" (identifier "piVar10") (= "=") (identifier "unaff_ESI")) (; ";")) (} "}")) (while "while") (parenthesized_expression "((int *)*puVar8 != unaff_ESI)" (( "(") (binary_expression "(int *)*puVar8 != unaff_ESI" (cast_expression "(int *)*puVar8" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*puVar8" (* "*") (identifier "puVar8"))) (!= "!=") (identifier "unaff_ESI")) () ")")) (; ";")) (} "}"))) (expression_statement "puVar8 = puVar8 + 3;" (assignment_expression "puVar8 = puVar8 + 3" (identifier "puVar8") (= "=") (binary_expression "puVar8 + 3" (identifier "puVar8") (+ "+") (number_literal "3"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "((undefined4 *)(iVar6 + 0x160) != puVar8)" (( "(") (binary_expression "(undefined4 *)(iVar6 + 0x160) != puVar8" (cast_expression "(undefined4 *)(iVar6 + 0x160)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar6 + 0x160)" (( "(") (binary_expression "iVar6 + 0x160" (identifier "iVar6") (+ "+") (number_literal "0x160")) () ")"))) (!= "!=") (identifier "puVar8")) () ")")) (; ";")) (expression_statement "piVar9 = (int *)param_1[9];" (assignment_expression "piVar9 = (int *)param_1[9]" (identifier "piVar9") (= "=") (cast_expression "(int *)param_1[9]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[9]" (identifier "param_1") ([ "[") (number_literal "9") (] "]")))) (; ";")) (} "}"))) (expression_statement "local_38 = local_38 + 1;" (assignment_expression "local_38 = local_38 + 1" (identifier "local_38") (= "=") (binary_expression "local_38 + 1" (identifier "local_38") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "((int *)piVar9[1] != local_38)" (( "(") (binary_expression "(int *)piVar9[1] != local_38" (cast_expression "(int *)piVar9[1]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "piVar9[1]" (identifier "piVar9") ([ "[") (number_literal "1") (] "]"))) (!= "!=") (identifier "local_38")) () ")")) (; ";")) (} "}")))) (} "}")) (else_clause "else {\n iVar15 = 1;\n puVar8 = (undefined4 *)param_1[10];\n unaff_ESI = (int *)*puVar8;\n if (unaff_ESI != (int *)puVar8[1]) {\n piVar10 = piVar12;\n do {\n piVar9 = (int *)*unaff_ESI;\n if (((*(byte *)(piVar9 + 0x15) & 2) != 0) || (piVar12 = piVar10, piVar9[0x14] == 0x11)) {\n if (*(code **)(*piVar9 + 0x2c) == FUN_000887b0) {\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar6 = (**(code **)(*piVar9 + 0x2c))(piVar9);\n }\n if (iVar6 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x155,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar10 + 0x10;\n local_20[0] = piVar10;\n FUN_0011da90(*unaff_ESI,param_1[8],param_1[0xc],local_20);\n puVar8 = (undefined4 *)param_1[10];\n }\n unaff_ESI = unaff_ESI + 1;\n piVar10 = piVar12;\n } while ((int *)puVar8[1] != unaff_ESI);\n }\n }" (else "else") (compound_statement "{\n iVar15 = 1;\n puVar8 = (undefined4 *)param_1[10];\n unaff_ESI = (int *)*puVar8;\n if (unaff_ESI != (int *)puVar8[1]) {\n piVar10 = piVar12;\n do {\n piVar9 = (int *)*unaff_ESI;\n if (((*(byte *)(piVar9 + 0x15) & 2) != 0) || (piVar12 = piVar10, piVar9[0x14] == 0x11)) {\n if (*(code **)(*piVar9 + 0x2c) == FUN_000887b0) {\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar6 = (**(code **)(*piVar9 + 0x2c))(piVar9);\n }\n if (iVar6 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x155,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar10 + 0x10;\n local_20[0] = piVar10;\n FUN_0011da90(*unaff_ESI,param_1[8],param_1[0xc],local_20);\n puVar8 = (undefined4 *)param_1[10];\n }\n unaff_ESI = unaff_ESI + 1;\n piVar10 = piVar12;\n } while ((int *)puVar8[1] != unaff_ESI);\n }\n }" ({ "{") (expression_statement "iVar15 = 1;" (assignment_expression "iVar15 = 1" (identifier "iVar15") (= "=") (number_literal "1")) (; ";")) (expression_statement "puVar8 = (undefined4 *)param_1[10];" (assignment_expression "puVar8 = (undefined4 *)param_1[10]" (identifier "puVar8") (= "=") (cast_expression "(undefined4 *)param_1[10]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[10]" (identifier "param_1") ([ "[") (number_literal "10") (] "]")))) (; ";")) (expression_statement "unaff_ESI = (int *)*puVar8;" (assignment_expression "unaff_ESI = (int *)*puVar8" (identifier "unaff_ESI") (= "=") (cast_expression "(int *)*puVar8" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*puVar8" (* "*") (identifier "puVar8")))) (; ";")) (if_statement "if (unaff_ESI != (int *)puVar8[1]) {\n piVar10 = piVar12;\n do {\n piVar9 = (int *)*unaff_ESI;\n if (((*(byte *)(piVar9 + 0x15) & 2) != 0) || (piVar12 = piVar10, piVar9[0x14] == 0x11)) {\n if (*(code **)(*piVar9 + 0x2c) == FUN_000887b0) {\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar6 = (**(code **)(*piVar9 + 0x2c))(piVar9);\n }\n if (iVar6 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x155,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar10 + 0x10;\n local_20[0] = piVar10;\n FUN_0011da90(*unaff_ESI,param_1[8],param_1[0xc],local_20);\n puVar8 = (undefined4 *)param_1[10];\n }\n unaff_ESI = unaff_ESI + 1;\n piVar10 = piVar12;\n } while ((int *)puVar8[1] != unaff_ESI);\n }" (if "if") (parenthesized_expression "(unaff_ESI != (int *)puVar8[1])" (( "(") (binary_expression "unaff_ESI != (int *)puVar8[1]" (identifier "unaff_ESI") (!= "!=") (cast_expression "(int *)puVar8[1]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "puVar8[1]" (identifier "puVar8") ([ "[") (number_literal "1") (] "]")))) () ")")) (compound_statement "{\n piVar10 = piVar12;\n do {\n piVar9 = (int *)*unaff_ESI;\n if (((*(byte *)(piVar9 + 0x15) & 2) != 0) || (piVar12 = piVar10, piVar9[0x14] == 0x11)) {\n if (*(code **)(*piVar9 + 0x2c) == FUN_000887b0) {\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar6 = (**(code **)(*piVar9 + 0x2c))(piVar9);\n }\n if (iVar6 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x155,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar10 + 0x10;\n local_20[0] = piVar10;\n FUN_0011da90(*unaff_ESI,param_1[8],param_1[0xc],local_20);\n puVar8 = (undefined4 *)param_1[10];\n }\n unaff_ESI = unaff_ESI + 1;\n piVar10 = piVar12;\n } while ((int *)puVar8[1] != unaff_ESI);\n }" ({ "{") (expression_statement "piVar10 = piVar12;" (assignment_expression "piVar10 = piVar12" (identifier "piVar10") (= "=") (identifier "piVar12")) (; ";")) (do_statement "do {\n piVar9 = (int *)*unaff_ESI;\n if (((*(byte *)(piVar9 + 0x15) & 2) != 0) || (piVar12 = piVar10, piVar9[0x14] == 0x11)) {\n if (*(code **)(*piVar9 + 0x2c) == FUN_000887b0) {\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar6 = (**(code **)(*piVar9 + 0x2c))(piVar9);\n }\n if (iVar6 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x155,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar10 + 0x10;\n local_20[0] = piVar10;\n FUN_0011da90(*unaff_ESI,param_1[8],param_1[0xc],local_20);\n puVar8 = (undefined4 *)param_1[10];\n }\n unaff_ESI = unaff_ESI + 1;\n piVar10 = piVar12;\n } while ((int *)puVar8[1] != unaff_ESI);" (do "do") (compound_statement "{\n piVar9 = (int *)*unaff_ESI;\n if (((*(byte *)(piVar9 + 0x15) & 2) != 0) || (piVar12 = piVar10, piVar9[0x14] == 0x11)) {\n if (*(code **)(*piVar9 + 0x2c) == FUN_000887b0) {\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar6 = (**(code **)(*piVar9 + 0x2c))(piVar9);\n }\n if (iVar6 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x155,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar10 + 0x10;\n local_20[0] = piVar10;\n FUN_0011da90(*unaff_ESI,param_1[8],param_1[0xc],local_20);\n puVar8 = (undefined4 *)param_1[10];\n }\n unaff_ESI = unaff_ESI + 1;\n piVar10 = piVar12;\n }" ({ "{") (expression_statement "piVar9 = (int *)*unaff_ESI;" (assignment_expression "piVar9 = (int *)*unaff_ESI" (identifier "piVar9") (= "=") (cast_expression "(int *)*unaff_ESI" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*unaff_ESI" (* "*") (identifier "unaff_ESI")))) (; ";")) (if_statement "if (((*(byte *)(piVar9 + 0x15) & 2) != 0) || (piVar12 = piVar10, piVar9[0x14] == 0x11)) {\n if (*(code **)(*piVar9 + 0x2c) == FUN_000887b0) {\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar6 = (**(code **)(*piVar9 + 0x2c))(piVar9);\n }\n if (iVar6 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x155,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar10 + 0x10;\n local_20[0] = piVar10;\n FUN_0011da90(*unaff_ESI,param_1[8],param_1[0xc],local_20);\n puVar8 = (undefined4 *)param_1[10];\n }" (if "if") (parenthesized_expression "(((*(byte *)(piVar9 + 0x15) & 2) != 0) || (piVar12 = piVar10, piVar9[0x14] == 0x11))" (( "(") (binary_expression "((*(byte *)(piVar9 + 0x15) & 2) != 0) || (piVar12 = piVar10, piVar9[0x14] == 0x11)" (parenthesized_expression "((*(byte *)(piVar9 + 0x15) & 2) != 0)" (( "(") (binary_expression "(*(byte *)(piVar9 + 0x15) & 2) != 0" (parenthesized_expression "(*(byte *)(piVar9 + 0x15) & 2)" (( "(") (binary_expression "*(byte *)(piVar9 + 0x15) & 2" (pointer_expression "*(byte *)(piVar9 + 0x15)" (* "*") (cast_expression "(byte *)(piVar9 + 0x15)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(piVar9 + 0x15)" (( "(") (binary_expression "piVar9 + 0x15" (identifier "piVar9") (+ "+") (number_literal "0x15")) () ")")))) (& "&") (number_literal "2")) () ")")) (!= "!=") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "(piVar12 = piVar10, piVar9[0x14] == 0x11)" (( "(") (comma_expression "piVar12 = piVar10, piVar9[0x14] == 0x11" (assignment_expression "piVar12 = piVar10" (identifier "piVar12") (= "=") (identifier "piVar10")) (, ",") (binary_expression "piVar9[0x14] == 0x11" (subscript_expression "piVar9[0x14]" (identifier "piVar9") ([ "[") (number_literal "0x14") (] "]")) (== "==") (number_literal "0x11"))) () ")"))) () ")")) (compound_statement "{\n if (*(code **)(*piVar9 + 0x2c) == FUN_000887b0) {\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar6 = (**(code **)(*piVar9 + 0x2c))(piVar9);\n }\n if (iVar6 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x155,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar12 = piVar10 + 0x10;\n local_20[0] = piVar10;\n FUN_0011da90(*unaff_ESI,param_1[8],param_1[0xc],local_20);\n puVar8 = (undefined4 *)param_1[10];\n }" ({ "{") (if_statement "if (*(code **)(*piVar9 + 0x2c) == FUN_000887b0) {\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\n }\n else {\n iVar6 = (**(code **)(*piVar9 + 0x2c))(piVar9);\n }" (if "if") (parenthesized_expression "(*(code **)(*piVar9 + 0x2c) == FUN_000887b0)" (( "(") (binary_expression "*(code **)(*piVar9 + 0x2c) == FUN_000887b0" (pointer_expression "*(code **)(*piVar9 + 0x2c)" (* "*") (cast_expression "(code **)(*piVar9 + 0x2c)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*piVar9 + 0x2c)" (( "(") (binary_expression "*piVar9 + 0x2c" (pointer_expression "*piVar9" (* "*") (identifier "piVar9")) (+ "+") (number_literal "0x2c")) () ")")))) (== "==") (identifier "FUN_000887b0")) () ")")) (compound_statement "{\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\n }" ({ "{") (expression_statement "iVar6 = piVar9[0x18];" (assignment_expression "iVar6 = piVar9[0x18]" (identifier "iVar6") (= "=") (subscript_expression "piVar9[0x18]" (identifier "piVar9") ([ "[") (number_literal "0x18") (] "]"))) (; ";")) (if_statement "if (iVar6 == -1) goto LAB_0011e0d4;" (if "if") (parenthesized_expression "(iVar6 == -1)" (( "(") (binary_expression "iVar6 == -1" (identifier "iVar6") (== "==") (number_literal "-1")) () ")")) (goto_statement "goto LAB_0011e0d4;" (goto "goto") (statement_identifier "LAB_0011e0d4") (; ";"))) (} "}")) (else_clause "else {\n iVar6 = (**(code **)(*piVar9 + 0x2c))(piVar9);\n }" (else "else") (compound_statement "{\n iVar6 = (**(code **)(*piVar9 + 0x2c))(piVar9);\n }" ({ "{") (expression_statement "iVar6 = (**(code **)(*piVar9 + 0x2c))(piVar9);" (assignment_expression "iVar6 = (**(code **)(*piVar9 + 0x2c))(piVar9)" (identifier "iVar6") (= "=") (call_expression "(**(code **)(*piVar9 + 0x2c))(piVar9)" (parenthesized_expression "(**(code **)(*piVar9 + 0x2c))" (( "(") (pointer_expression "**(code **)(*piVar9 + 0x2c)" (* "*") (pointer_expression "*(code **)(*piVar9 + 0x2c)" (* "*") (cast_expression "(code **)(*piVar9 + 0x2c)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*piVar9 + 0x2c)" (( "(") (binary_expression "*piVar9 + 0x2c" (pointer_expression "*piVar9" (* "*") (identifier "piVar9")) (+ "+") (number_literal "0x2c")) () ")"))))) () ")")) (argument_list "(piVar9)" (( "(") (identifier "piVar9") () ")")))) (; ";")) (} "}")))) (if_statement "if (iVar6 != iVar15) {\n \n FUN_0007d010("../../gold/output.cc",0x155,"do_sized_write");\n }" (if "if") (parenthesized_expression "(iVar6 != iVar15)" (( "(") (binary_expression "iVar6 != iVar15" (identifier "iVar6") (!= "!=") (identifier "iVar15")) () ")")) (compound_statement "{\n \n FUN_0007d010("../../gold/output.cc",0x155,"do_sized_write");\n }" ({ "{") (expression_statement "FUN_0007d010("../../gold/output.cc",0x155,"do_sized_write");" (call_expression "FUN_0007d010("../../gold/output.cc",0x155,"do_sized_write")" (identifier "FUN_0007d010") (argument_list "("../../gold/output.cc",0x155,"do_sized_write")" (( "(") (string_literal ""../../gold/output.cc"" (" """) (string_content "../../gold/output.cc") (" """)) (, ",") (number_literal "0x155") (, ",") (string_literal ""do_sized_write"" (" """) (string_content "do_sized_write") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "iVar15 = iVar15 + 1;" (assignment_expression "iVar15 = iVar15 + 1" (identifier "iVar15") (= "=") (binary_expression "iVar15 + 1" (identifier "iVar15") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "piVar12 = piVar10 + 0x10;" (assignment_expression "piVar12 = piVar10 + 0x10" (identifier "piVar12") (= "=") (binary_expression "piVar10 + 0x10" (identifier "piVar10") (+ "+") (number_literal "0x10"))) (; ";")) (expression_statement "local_20[0] = piVar10;" (assignment_expression "local_20[0] = piVar10" (subscript_expression "local_20[0]" (identifier "local_20") ([ "[") (number_literal "0") (] "]")) (= "=") (identifier "piVar10")) (; ";")) (expression_statement "FUN_0011da90(*unaff_ESI,param_1[8],param_1[0xc],local_20);" (call_expression "FUN_0011da90(*unaff_ESI,param_1[8],param_1[0xc],local_20)" (identifier "FUN_0011da90") (argument_list "(*unaff_ESI,param_1[8],param_1[0xc],local_20)" (( "(") (pointer_expression "*unaff_ESI" (* "*") (identifier "unaff_ESI")) (, ",") (subscript_expression "param_1[8]" (identifier "param_1") ([ "[") (number_literal "8") (] "]")) (, ",") (subscript_expression "param_1[0xc]" (identifier "param_1") ([ "[") (number_literal "0xc") (] "]")) (, ",") (identifier "local_20") () ")"))) (; ";")) (expression_statement "puVar8 = (undefined4 *)param_1[10];" (assignment_expression "puVar8 = (undefined4 *)param_1[10]" (identifier "puVar8") (= "=") (cast_expression "(undefined4 *)param_1[10]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[10]" (identifier "param_1") ([ "[") (number_literal "10") (] "]")))) (; ";")) (} "}"))) (expression_statement "unaff_ESI = unaff_ESI + 1;" (assignment_expression "unaff_ESI = unaff_ESI + 1" (identifier "unaff_ESI") (= "=") (binary_expression "unaff_ESI + 1" (identifier "unaff_ESI") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "piVar10 = piVar12;" (assignment_expression "piVar10 = piVar12" (identifier "piVar10") (= "=") (identifier "piVar12")) (; ";")) (} "}")) (while "while") (parenthesized_expression "((int *)puVar8[1] != unaff_ESI)" (( "(") (binary_expression "(int *)puVar8[1] != unaff_ESI" (cast_expression "(int *)puVar8[1]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "puVar8[1]" (identifier "puVar8") ([ "[") (number_literal "1") (] "]"))) (!= "!=") (identifier "unaff_ESI")) () ")")) (; ";")) (} "}"))) (} "}")))) (expression_statement "piVar10 = (int *)param_1[0xb];" (assignment_expression "piVar10 = (int *)param_1[0xb]" (identifier "piVar10") (= "=") (cast_expression "(int *)param_1[0xb]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[0xb]" (identifier "param_1") ([ "[") (number_literal "0xb") (] "]")))) (; ";")) (expression_statement "puVar8 = (undefined4 *)*piVar10;" (assignment_expression "puVar8 = (undefined4 *)*piVar10" (identifier "puVar8") (= "=") (cast_expression "(undefined4 *)*piVar10" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*piVar10" (* "*") (identifier "piVar10")))) (; ";")) (if_statement "if (puVar8 != (undefined4 *)piVar10[1]) {\n do {\n piVar9 = (int *)*puVar8;\n if (piVar9[0x14] == 0x11) {\n if (*(int *)(DAT_003af408 + 8) == 0) goto LAB_0011e13b;\n piVar13 = piVar12;\n if (*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0') {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 == FUN_000887b0) goto LAB_0011e033;\nLAB_0011e09d:\n iVar6 = (*pcVar11)(piVar9);\n goto LAB_0011e03f;\n }\n }\n else {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 != FUN_000887b0) goto LAB_0011e09d;\nLAB_0011e033:\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\nLAB_0011e03f:\n if (iVar15 != iVar6) {\n \n FUN_0007d010("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar13 = piVar12 + 0x10;\n local_20[0] = piVar12;\n FUN_0011da90(*puVar8,param_1[8],param_1[0xc],local_20);\n piVar10 = (int *)param_1[0xb];\n }\n puVar8 = puVar8 + 1;\n piVar12 = piVar13;\n unaff_ESI = param_1;\n } while ((undefined4 *)piVar10[1] != puVar8);\n }" (if "if") (parenthesized_expression "(puVar8 != (undefined4 *)piVar10[1])" (( "(") (binary_expression "puVar8 != (undefined4 *)piVar10[1]" (identifier "puVar8") (!= "!=") (cast_expression "(undefined4 *)piVar10[1]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "piVar10[1]" (identifier "piVar10") ([ "[") (number_literal "1") (] "]")))) () ")")) (compound_statement "{\n do {\n piVar9 = (int *)*puVar8;\n if (piVar9[0x14] == 0x11) {\n if (*(int *)(DAT_003af408 + 8) == 0) goto LAB_0011e13b;\n piVar13 = piVar12;\n if (*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0') {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 == FUN_000887b0) goto LAB_0011e033;\nLAB_0011e09d:\n iVar6 = (*pcVar11)(piVar9);\n goto LAB_0011e03f;\n }\n }\n else {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 != FUN_000887b0) goto LAB_0011e09d;\nLAB_0011e033:\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\nLAB_0011e03f:\n if (iVar15 != iVar6) {\n \n FUN_0007d010("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar13 = piVar12 + 0x10;\n local_20[0] = piVar12;\n FUN_0011da90(*puVar8,param_1[8],param_1[0xc],local_20);\n piVar10 = (int *)param_1[0xb];\n }\n puVar8 = puVar8 + 1;\n piVar12 = piVar13;\n unaff_ESI = param_1;\n } while ((undefined4 *)piVar10[1] != puVar8);\n }" ({ "{") (do_statement "do {\n piVar9 = (int *)*puVar8;\n if (piVar9[0x14] == 0x11) {\n if (*(int *)(DAT_003af408 + 8) == 0) goto LAB_0011e13b;\n piVar13 = piVar12;\n if (*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0') {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 == FUN_000887b0) goto LAB_0011e033;\nLAB_0011e09d:\n iVar6 = (*pcVar11)(piVar9);\n goto LAB_0011e03f;\n }\n }\n else {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 != FUN_000887b0) goto LAB_0011e09d;\nLAB_0011e033:\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\nLAB_0011e03f:\n if (iVar15 != iVar6) {\n \n FUN_0007d010("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar13 = piVar12 + 0x10;\n local_20[0] = piVar12;\n FUN_0011da90(*puVar8,param_1[8],param_1[0xc],local_20);\n piVar10 = (int *)param_1[0xb];\n }\n puVar8 = puVar8 + 1;\n piVar12 = piVar13;\n unaff_ESI = param_1;\n } while ((undefined4 *)piVar10[1] != puVar8);" (do "do") (compound_statement "{\n piVar9 = (int *)*puVar8;\n if (piVar9[0x14] == 0x11) {\n if (*(int *)(DAT_003af408 + 8) == 0) goto LAB_0011e13b;\n piVar13 = piVar12;\n if (*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0') {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 == FUN_000887b0) goto LAB_0011e033;\nLAB_0011e09d:\n iVar6 = (*pcVar11)(piVar9);\n goto LAB_0011e03f;\n }\n }\n else {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 != FUN_000887b0) goto LAB_0011e09d;\nLAB_0011e033:\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\nLAB_0011e03f:\n if (iVar15 != iVar6) {\n \n FUN_0007d010("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar13 = piVar12 + 0x10;\n local_20[0] = piVar12;\n FUN_0011da90(*puVar8,param_1[8],param_1[0xc],local_20);\n piVar10 = (int *)param_1[0xb];\n }\n puVar8 = puVar8 + 1;\n piVar12 = piVar13;\n unaff_ESI = param_1;\n }" ({ "{") (expression_statement "piVar9 = (int *)*puVar8;" (assignment_expression "piVar9 = (int *)*puVar8" (identifier "piVar9") (= "=") (cast_expression "(int *)*puVar8" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*puVar8" (* "*") (identifier "puVar8")))) (; ";")) (if_statement "if (piVar9[0x14] == 0x11) {\n if (*(int *)(DAT_003af408 + 8) == 0) goto LAB_0011e13b;\n piVar13 = piVar12;\n if (*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0') {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 == FUN_000887b0) goto LAB_0011e033;\nLAB_0011e09d:\n iVar6 = (*pcVar11)(piVar9);\n goto LAB_0011e03f;\n }\n }\n else {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 != FUN_000887b0) goto LAB_0011e09d;\nLAB_0011e033:\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\nLAB_0011e03f:\n if (iVar15 != iVar6) {\n \n FUN_0007d010("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar13 = piVar12 + 0x10;\n local_20[0] = piVar12;\n FUN_0011da90(*puVar8,param_1[8],param_1[0xc],local_20);\n piVar10 = (int *)param_1[0xb];\n }" (if "if") (parenthesized_expression "(piVar9[0x14] == 0x11)" (( "(") (binary_expression "piVar9[0x14] == 0x11" (subscript_expression "piVar9[0x14]" (identifier "piVar9") ([ "[") (number_literal "0x14") (] "]")) (== "==") (number_literal "0x11")) () ")")) (compound_statement "{\n if (*(int *)(DAT_003af408 + 8) == 0) goto LAB_0011e13b;\n piVar13 = piVar12;\n if (*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0') {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 == FUN_000887b0) goto LAB_0011e033;\nLAB_0011e09d:\n iVar6 = (*pcVar11)(piVar9);\n goto LAB_0011e03f;\n }\n }" ({ "{") (if_statement "if (*(int *)(DAT_003af408 + 8) == 0) goto LAB_0011e13b;" (if "if") (parenthesized_expression "(*(int *)(DAT_003af408 + 8) == 0)" (( "(") (binary_expression "*(int *)(DAT_003af408 + 8) == 0" (pointer_expression "*(int *)(DAT_003af408 + 8)" (* "*") (cast_expression "(int *)(DAT_003af408 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_003af408 + 8)" (( "(") (binary_expression "DAT_003af408 + 8" (identifier "DAT_003af408") (+ "+") (number_literal "8")) () ")")))) (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_0011e13b;" (goto "goto") (statement_identifier "LAB_0011e13b") (; ";"))) (expression_statement "piVar13 = piVar12;" (assignment_expression "piVar13 = piVar12" (identifier "piVar13") (= "=") (identifier "piVar12")) (; ";")) (if_statement "if (*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0') {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 == FUN_000887b0) goto LAB_0011e033;\nLAB_0011e09d:\n iVar6 = (*pcVar11)(piVar9);\n goto LAB_0011e03f;\n }" (if "if") (parenthesized_expression "(*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0')" (( "(") (binary_expression "*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0'" (pointer_expression "*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d)" (* "*") (cast_expression "(char *)(*(int *)(DAT_003af408 + 8) + 0x318d)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(DAT_003af408 + 8) + 0x318d)" (( "(") (binary_expression "*(int *)(DAT_003af408 + 8) + 0x318d" (pointer_expression "*(int *)(DAT_003af408 + 8)" (* "*") (cast_expression "(int *)(DAT_003af408 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_003af408 + 8)" (( "(") (binary_expression "DAT_003af408 + 8" (identifier "DAT_003af408") (+ "+") (number_literal "8")) () ")")))) (+ "+") (number_literal "0x318d")) () ")")))) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 == FUN_000887b0) goto LAB_0011e033;\nLAB_0011e09d:\n iVar6 = (*pcVar11)(piVar9);\n goto LAB_0011e03f;\n }" ({ "{") (expression_statement "pcVar11 = *(code **)(*piVar9 + 0x2c);" (assignment_expression "pcVar11 = *(code **)(*piVar9 + 0x2c)" (identifier "pcVar11") (= "=") (pointer_expression "*(code **)(*piVar9 + 0x2c)" (* "*") (cast_expression "(code **)(*piVar9 + 0x2c)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*piVar9 + 0x2c)" (( "(") (binary_expression "*piVar9 + 0x2c" (pointer_expression "*piVar9" (* "*") (identifier "piVar9")) (+ "+") (number_literal "0x2c")) () ")"))))) (; ";")) (if_statement "if (pcVar11 == FUN_000887b0) goto LAB_0011e033;" (if "if") (parenthesized_expression "(pcVar11 == FUN_000887b0)" (( "(") (binary_expression "pcVar11 == FUN_000887b0" (identifier "pcVar11") (== "==") (identifier "FUN_000887b0")) () ")")) (goto_statement "goto LAB_0011e033;" (goto "goto") (statement_identifier "LAB_0011e033") (; ";"))) (labeled_statement "LAB_0011e09d:\n iVar6 = (*pcVar11)(piVar9);" (statement_identifier "LAB_0011e09d") (: ":") (expression_statement "iVar6 = (*pcVar11)(piVar9);" (assignment_expression "iVar6 = (*pcVar11)(piVar9)" (identifier "iVar6") (= "=") (call_expression "(*pcVar11)(piVar9)" (parenthesized_expression "(*pcVar11)" (( "(") (pointer_expression "*pcVar11" (* "*") (identifier "pcVar11")) () ")")) (argument_list "(piVar9)" (( "(") (identifier "piVar9") () ")")))) (; ";"))) (goto_statement "goto LAB_0011e03f;" (goto "goto") (statement_identifier "LAB_0011e03f") (; ";")) (} "}"))) (} "}")) (else_clause "else {\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 != FUN_000887b0) goto LAB_0011e09d;\nLAB_0011e033:\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\nLAB_0011e03f:\n if (iVar15 != iVar6) {\n \n FUN_0007d010("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar13 = piVar12 + 0x10;\n local_20[0] = piVar12;\n FUN_0011da90(*puVar8,param_1[8],param_1[0xc],local_20);\n piVar10 = (int *)param_1[0xb];\n }" (else "else") (compound_statement "{\n pcVar11 = *(code **)(*piVar9 + 0x2c);\n if (pcVar11 != FUN_000887b0) goto LAB_0011e09d;\nLAB_0011e033:\n iVar6 = piVar9[0x18];\n if (iVar6 == -1) goto LAB_0011e0d4;\nLAB_0011e03f:\n if (iVar15 != iVar6) {\n \n FUN_0007d010("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n piVar13 = piVar12 + 0x10;\n local_20[0] = piVar12;\n FUN_0011da90(*puVar8,param_1[8],param_1[0xc],local_20);\n piVar10 = (int *)param_1[0xb];\n }" ({ "{") (expression_statement "pcVar11 = *(code **)(*piVar9 + 0x2c);" (assignment_expression "pcVar11 = *(code **)(*piVar9 + 0x2c)" (identifier "pcVar11") (= "=") (pointer_expression "*(code **)(*piVar9 + 0x2c)" (* "*") (cast_expression "(code **)(*piVar9 + 0x2c)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*piVar9 + 0x2c)" (( "(") (binary_expression "*piVar9 + 0x2c" (pointer_expression "*piVar9" (* "*") (identifier "piVar9")) (+ "+") (number_literal "0x2c")) () ")"))))) (; ";")) (if_statement "if (pcVar11 != FUN_000887b0) goto LAB_0011e09d;" (if "if") (parenthesized_expression "(pcVar11 != FUN_000887b0)" (( "(") (binary_expression "pcVar11 != FUN_000887b0" (identifier "pcVar11") (!= "!=") (identifier "FUN_000887b0")) () ")")) (goto_statement "goto LAB_0011e09d;" (goto "goto") (statement_identifier "LAB_0011e09d") (; ";"))) (labeled_statement "LAB_0011e033:\n iVar6 = piVar9[0x18];" (statement_identifier "LAB_0011e033") (: ":") (expression_statement "iVar6 = piVar9[0x18];" (assignment_expression "iVar6 = piVar9[0x18]" (identifier "iVar6") (= "=") (subscript_expression "piVar9[0x18]" (identifier "piVar9") ([ "[") (number_literal "0x18") (] "]"))) (; ";"))) (if_statement "if (iVar6 == -1) goto LAB_0011e0d4;" (if "if") (parenthesized_expression "(iVar6 == -1)" (( "(") (binary_expression "iVar6 == -1" (identifier "iVar6") (== "==") (number_literal "-1")) () ")")) (goto_statement "goto LAB_0011e0d4;" (goto "goto") (statement_identifier "LAB_0011e0d4") (; ";"))) (labeled_statement "LAB_0011e03f:\n if (iVar15 != iVar6) {\n \n FUN_0007d010("../../gold/output.cc",0x167,"do_sized_write");\n }" (statement_identifier "LAB_0011e03f") (: ":") (if_statement "if (iVar15 != iVar6) {\n \n FUN_0007d010("../../gold/output.cc",0x167,"do_sized_write");\n }" (if "if") (parenthesized_expression "(iVar15 != iVar6)" (( "(") (binary_expression "iVar15 != iVar6" (identifier "iVar15") (!= "!=") (identifier "iVar6")) () ")")) (compound_statement "{\n \n FUN_0007d010("../../gold/output.cc",0x167,"do_sized_write");\n }" ({ "{") (expression_statement "FUN_0007d010("../../gold/output.cc",0x167,"do_sized_write");" (call_expression "FUN_0007d010("../../gold/output.cc",0x167,"do_sized_write")" (identifier "FUN_0007d010") (argument_list "("../../gold/output.cc",0x167,"do_sized_write")" (( "(") (string_literal ""../../gold/output.cc"" (" """) (string_content "../../gold/output.cc") (" """)) (, ",") (number_literal "0x167") (, ",") (string_literal ""do_sized_write"" (" """) (string_content "do_sized_write") (" """)) () ")"))) (; ";")) (} "}")))) (expression_statement "iVar15 = iVar15 + 1;" (assignment_expression "iVar15 = iVar15 + 1" (identifier "iVar15") (= "=") (binary_expression "iVar15 + 1" (identifier "iVar15") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "piVar13 = piVar12 + 0x10;" (assignment_expression "piVar13 = piVar12 + 0x10" (identifier "piVar13") (= "=") (binary_expression "piVar12 + 0x10" (identifier "piVar12") (+ "+") (number_literal "0x10"))) (; ";")) (expression_statement "local_20[0] = piVar12;" (assignment_expression "local_20[0] = piVar12" (subscript_expression "local_20[0]" (identifier "local_20") ([ "[") (number_literal "0") (] "]")) (= "=") (identifier "piVar12")) (; ";")) (expression_statement "FUN_0011da90(*puVar8,param_1[8],param_1[0xc],local_20);" (call_expression "FUN_0011da90(*puVar8,param_1[8],param_1[0xc],local_20)" (identifier "FUN_0011da90") (argument_list "(*puVar8,param_1[8],param_1[0xc],local_20)" (( "(") (pointer_expression "*puVar8" (* "*") (identifier "puVar8")) (, ",") (subscript_expression "param_1[8]" (identifier "param_1") ([ "[") (number_literal "8") (] "]")) (, ",") (subscript_expression "param_1[0xc]" (identifier "param_1") ([ "[") (number_literal "0xc") (] "]")) (, ",") (identifier "local_20") () ")"))) (; ";")) (expression_statement "piVar10 = (int *)param_1[0xb];" (assignment_expression "piVar10 = (int *)param_1[0xb]" (identifier "piVar10") (= "=") (cast_expression "(int *)param_1[0xb]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[0xb]" (identifier "param_1") ([ "[") (number_literal "0xb") (] "]")))) (; ";")) (} "}")))) (expression_statement "puVar8 = puVar8 + 1;" (assignment_expression "puVar8 = puVar8 + 1" (identifier "puVar8") (= "=") (binary_expression "puVar8 + 1" (identifier "puVar8") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "piVar12 = piVar13;" (assignment_expression "piVar12 = piVar13" (identifier "piVar12") (= "=") (identifier "piVar13")) (; ";")) (expression_statement "unaff_ESI = param_1;" (assignment_expression "unaff_ESI = param_1" (identifier "unaff_ESI") (= "=") (identifier "param_1")) (; ";")) (} "}")) (while "while") (parenthesized_expression "((undefined4 *)piVar10[1] != puVar8)" (( "(") (binary_expression "(undefined4 *)piVar10[1] != puVar8" (cast_expression "(undefined4 *)piVar10[1]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "piVar10[1]" (identifier "piVar10") ([ "[") (number_literal "1") (] "]"))) (!= "!=") (identifier "puVar8")) () ")")) (; ";")) (} "}"))) (if_statement "if ((*(byte *)(param_1 + 7) & 4) != 0) {\n return;\n }" (if "if") (parenthesized_expression "((*(byte *)(param_1 + 7) & 4) != 0)" (( "(") (binary_expression "(*(byte *)(param_1 + 7) & 4) != 0" (parenthesized_expression "(*(byte *)(param_1 + 7) & 4)" (( "(") (binary_expression "*(byte *)(param_1 + 7) & 4" (pointer_expression "*(byte *)(param_1 + 7)" (* "*") (cast_expression "(byte *)(param_1 + 7)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 7)" (( "(") (binary_expression "param_1 + 7" (identifier "param_1") (+ "+") (number_literal "7")) () ")")))) (& "&") (number_literal "4")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (} "}"))) (expression_statement "FUN_0007d010("../../gold/output.h",0xe3,"offset",unaff_ESI);" (call_expression "FUN_0007d010("../../gold/output.h",0xe3,"offset",unaff_ESI)" (identifier "FUN_0007d010") (argument_list "("../../gold/output.h",0xe3,"offset",unaff_ESI)" (( "(") (string_literal ""../../gold/output.h"" (" """) (string_content "../../gold/output.h") (" """)) (, ",") (number_literal "0xe3") (, ",") (string_literal ""offset"" (" """) (string_content "offset") (" """)) (, ",") (identifier "unaff_ESI") () ")"))) (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Enum "DT": Some values do not have unique names */ /* WARNING: Enum "ELFOSABI": Some values do not have unique names */ /* DWARF original name: do_sized_write<64, false> DWARF original prototype: void do_sized_write<64,_false>(Output_section_headers * this, Output_file * of) */ void __thiscall var_21::Output_section_headers::do_sized_write<64,var_27> (Output_section_headers *this,Output_file *of) { byte var_4; int var_10; type_1 *pOVar3; type_2 var_20; type_3 *pOVar5; type_4 *secnamepool; type_5 *layout; type_6 var_13; int var_12; type_6 var_8; int var_14; int var_6; type_7 *pSVar11; type_8 *pSVar12; type_9 *var_16; type_2 *var_23; type_2 var_28; var_1<64> *var_29; var_1<64> *var_25; type_10 *var_15; type_2 var_24; type_6 var_9; type_2 var_19; var_2<64,var_27> var_3; var_4 = (this->super_Output_data).field_0x1c; if ((var_4 & 2) == 0) { /* WARNING: Subroutine does not return */ var_5("../../gold/output.h",0xcf,"data_size"); } var_14 = *(int *)((int)&(this->super_Output_data).data_size_ + 4); var_8 = (type_6)(this->super_Output_data).data_size_; if ((var_4 & 4) != 0) { var_6 = *(int *)((int)&(this->super_Output_data).offset_ + 4); var_9 = (type_6)(this->super_Output_data).offset_; if ((var_6 < 0) || (var_10 = *(int *)((int)&of->file_size_ + 4), var_6 = var_6 + (type_6)var_7(var_8,var_9), var_13 = (type_6)((type_6)of->file_size_ < var_8 + var_9), var_12 = var_10 - var_6, (var_11(var_10,var_6) != var_11(var_12,var_13)) != (int)(var_12 - var_13) < 0)) { /* WARNING: Subroutine does not return */ var_5("../../gold/output.h",0x6f,"get_output_view"); } var_15 = of->base_ + var_9; var_15[0] = '\0'; var_15[1] = '\0'; var_15[2] = '\0'; var_15[3] = '\0'; var_15[4] = '\0'; var_15[5] = '\0'; var_15[6] = '\0'; var_15[7] = '\0'; var_9 = var_14 >> 0x1f & 0x3f; var_15[8] = '\0'; var_15[9] = '\0'; var_15[10] = '\0'; var_15[0xb] = '\0'; var_15[0xc] = '\0'; var_15[0xd] = '\0'; var_15[0xe] = '\0'; var_15[0xf] = '\0'; var_8 = var_8 + var_9 >> 6 | (var_14 + (type_6)var_7(var_8,var_9)) * 0x4000000; var_15[0x10] = '\0'; var_15[0x11] = '\0'; var_15[0x12] = '\0'; var_15[0x13] = '\0'; var_15[0x14] = '\0'; var_15[0x15] = '\0'; var_15[0x16] = '\0'; var_15[0x17] = '\0'; if (var_8 < 0xff00) { var_8 = 0; } var_15[0x18] = '\0'; var_15[0x19] = '\0'; var_15[0x1a] = '\0'; var_15[0x1b] = '\0'; var_15[0x1c] = '\0'; var_15[0x1d] = '\0'; var_15[0x1e] = '\0'; var_15[0x1f] = '\0'; *(type_6 *)(var_15 + 0x20) = var_8; var_15[0x24] = '\0'; var_15[0x25] = '\0'; var_15[0x26] = '\0'; var_15[0x27] = '\0'; pOVar3 = this->shstrtab_section_; var_16 = (pOVar3->super_Output_data)._vptr_Output_data[0xb]; if (var_16 == type_1::do_out_shndx) { var_8 = pOVar3->out_shndx_; if (var_8 == 0xffffffff) { LAB_0011e0d4: /* WARNING: Subroutine does not return */ var_5("../../gold/output.h",0x1043,"do_out_shndx"); } } else { var_8 = (*var_16)(pOVar3); } var_29 = (var_1<64> *var_18)(var_15 + 0x40); if (var_8 < 0xff00) { var_8 = 0; } *(type_6 *)(var_15 + 0x28) = var_8; pSVar12 = this->segment_list_; var_20 = (pSVar12-> super__Vector_base<var_21::type_3*var_18,var_22::allocator<var_21::type_3*>var_17>var_18). _M_impl._M_finish; var_19 = (pSVar12-> super__Vector_base<var_21::type_3*var_18,var_22::allocator<var_21::type_3*>var_17>var_18). _M_impl._M_start; var_15[0x30] = '\0'; var_15[0x31] = '\0'; var_15[0x32] = '\0'; var_15[0x33] = '\0'; var_15[0x34] = '\0'; var_15[0x35] = '\0'; var_15[0x36] = '\0'; var_15[0x37] = '\0'; var_15[0x38] = '\0'; var_15[0x39] = '\0'; var_15[0x3a] = '\0'; var_15[0x3b] = '\0'; var_15[0x3c] = '\0'; var_15[0x3d] = '\0'; var_15[0x3e] = '\0'; var_15[0x3f] = '\0'; var_8 = (int)var_20 - (int)var_19 >> 2; if (var_8 < 0xffff) { var_8 = 0; } *(type_6 *)(var_15 + 0x2c) = var_8; if (parameters->options_ == (type_11 *)0x0) { LAB_0011e13b: /* WARNING: Subroutine does not return */ var_5("../../gold/parameters.h",0x5c,"options"); } if ((parameters->options_->relocatable_).value == false) { if (var_19 == var_20) { var_8 = 1; } else { var_8 = 1; do { pOVar5 = *var_19; if (pOVar5->type_ == 1) { var_23 = &pOVar5->output_lists_[0]. super__Vector_base<var_21::Output_data*,var_22::allocator<var_21::Output_data*>var_17> ._M_impl._M_finish; secnamepool = this->secnamepool_; layout = this->layout_; do { var_24 = ((type_12 *)(var_23 + -1))->_M_start; var_25 = var_29; if (var_24 != *var_23) { do { var_14 = (*(*var_24)->_vptr_Output_data[6])(*var_24); var_29 = var_25; if ((char)var_14 != '\0') { pOVar3 = (type_1 *)*var_24; var_16 = (pOVar3->super_Output_data)._vptr_Output_data[0xb]; if (var_16 == type_1::do_out_shndx) { var_9 = pOVar3->out_shndx_; if (var_9 == 0xffffffff) goto LAB_0011e0d4; } else { var_9 = (*var_16)(pOVar3); } if (var_9 != var_8) { /* WARNING: Subroutine does not return */ var_5("../../gold/output.cc",0x1354,"write_section_headers_list" ); } var_8 = var_8 + 1; var_29 = var_25 + 1; var_3.p_ = var_25; Output_section::var_26<64,var_27>(pOVar3,layout,secnamepool,&var_3); } var_24 = var_24 + 1; var_25 = var_29; } while (*var_23 != var_24); } var_23 = var_23 + 3; } while ((type_2 *)((int)&pOVar5->vaddr_ + 4) != var_23); pSVar12 = this->segment_list_; } var_19 = var_19 + 1; } while ((pSVar12-> super__Vector_base<var_21::type_3*,var_22::allocator<var_21::type_3*>var_17>var_18). _M_impl._M_finish != var_19); } } else { var_8 = 1; pSVar11 = this->section_list_; var_28 = (pSVar11-> super__Vector_base<var_21::type_1*var_18,var_22::allocator<var_21::type_1*>var_17>var_18). _M_impl._M_start; if (var_28 != (pSVar11-> super__Vector_base<var_21::type_1*,var_22::allocator<var_21::type_1*>var_17>var_18)._M_impl ._M_finish) { var_25 = var_29; do { pOVar3 = *var_28; if (((pOVar3->flags_ & 2) != 0) || (var_29 = var_25, pOVar3->type_ == 0x11)) { var_16 = (pOVar3->super_Output_data)._vptr_Output_data[0xb]; if (var_16 == type_1::do_out_shndx) { var_9 = pOVar3->out_shndx_; if (var_9 == 0xffffffff) goto LAB_0011e0d4; } else { var_9 = (*var_16)(pOVar3); } if (var_9 != var_8) { /* WARNING: Subroutine does not return */ var_5("../../gold/output.cc",0x155,"do_sized_write"); } var_8 = var_8 + 1; var_29 = var_25 + 1; var_3.p_ = var_25; Output_section::var_26<64,var_27> (*var_28,this->layout_,this->secnamepool_,&var_3); pSVar11 = this->section_list_; } var_28 = var_28 + 1; var_25 = var_29; } while ((pSVar11-> super__Vector_base<var_21::type_1*,var_22::allocator<var_21::type_1*>var_17>var_18). _M_impl._M_finish != var_28); } } pSVar11 = this->unattached_section_list_; var_28 = (pSVar11-> super__Vector_base<var_21::type_1*var_18,var_22::allocator<var_21::type_1*>var_17>var_18). _M_impl._M_start; if (var_28 != (pSVar11->super__Vector_base<var_21::type_1*,var_22::allocator<var_21::type_1*>var_17>var_18) ._M_impl._M_finish) { do { pOVar3 = *var_28; if (pOVar3->type_ == 0x11) { if (parameters->options_ == (type_11 *)0x0) goto LAB_0011e13b; var_25 = var_29; if ((parameters->options_->relocatable_).value == false) { var_16 = (pOVar3->super_Output_data)._vptr_Output_data[0xb]; if (var_16 == type_1::do_out_shndx) goto LAB_0011e033; LAB_0011e09d: var_9 = (*var_16)(pOVar3); goto LAB_0011e03f; } } else { var_16 = (pOVar3->super_Output_data)._vptr_Output_data[0xb]; if (var_16 != type_1::do_out_shndx) goto LAB_0011e09d; LAB_0011e033: var_9 = pOVar3->out_shndx_; if (var_9 == 0xffffffff) goto LAB_0011e0d4; LAB_0011e03f: if (var_8 != var_9) { /* WARNING: Subroutine does not return */ var_5("../../gold/output.cc",0x167,"do_sized_write"); } var_8 = var_8 + 1; var_25 = var_29 + 1; var_3.p_ = var_29; Output_section::var_26<64,var_27>(*var_28,this->layout_,this->secnamepool_,&var_3) ; pSVar11 = this->unattached_section_list_; } var_28 = var_28 + 1; var_29 = var_25; } while ((pSVar11-> super__Vector_base<var_21::type_1*,var_22::allocator<var_21::type_1*>var_17>var_18). _M_impl._M_finish != var_28); } if (((this->super_Output_data).field_0x1c & 4) != 0) { return; } } /* WARNING: Subroutine does not return */ var_5("../../gold/output.h",0xe3,"offset"); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (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: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (array_declarator declarator: (identifier) size: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))))) right: (comma_expression left: (assignment_expression left: (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: (identifier) right: (number_literal))))) right: (binary_expression left: (identifier) right: (identifier)))))) right: (comma_expression left: (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (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))))) (identifier))) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) right: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))) right: (number_literal))))))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)) (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (number_literal)) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))))) right: (number_literal))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (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: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (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: (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: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (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: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (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 (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) right: (char_literal (escape_sequence)))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (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: (subscript_expression argument: (identifier) index: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) consequence: (compound_statement (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))) right: (number_literal))))))) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))) right: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (identifier)))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) 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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (identifier)) right: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)))))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (subscript_expression argument: (identifier) index: (number_literal)) (subscript_expression argument: (identifier) index: (number_literal)) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (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: (identifier)))) 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: (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: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) consequence: (compound_statement (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (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: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) 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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (goto_statement label: (statement_identifier))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list (identifier)))))) (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: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (goto_statement label: (statement_identifier))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (subscript_expression argument: (identifier) index: (number_literal)) (subscript_expression argument: (identifier) index: (number_literal)) (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: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (return_statement))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)) (identifier)))))))
null
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ void MASKED(int *param_1,int param_2) { int iVar1; uint uVar2; char cVar3; uint uVar4; int iVar5; int iVar6; int iVar7; undefined4 *puVar8; int *piVar9; int *piVar10; code *pcVar11; int *piVar12; int *piVar13; int *unaff_ESI; uint uVar14; int iVar15; int *local_38; int *local_20 [4]; if ((*(byte *)(param_1 + 7) & 2) == 0) { /* WARNING: Subroutine does not return */ FUN_0007d010("../../gold/output.h",0xcf,"data_size"); } iVar15 = param_1[4]; uVar4 = param_1[3]; if ((*(byte *)(param_1 + 7) & 4) != 0) { uVar14 = param_1[5]; if ((param_1[6] < 0) || (iVar7 = param_1[6] + (uint)CARRY4(uVar4,uVar14), uVar2 = (uint)(*(uint *)(param_2 + 8) < uVar4 + uVar14), iVar6 = *(int *)(param_2 + 0xc) - iVar7, (SBORROW4(*(int *)(param_2 + 0xc),iVar7) != SBORROW4(iVar6,uVar2)) != (int)(iVar6 - uVar2) < 0)) { /* WARNING: Subroutine does not return */ FUN_0007d010("../../gold/output.h",0x6f,"get_output_view",iVar15); } unaff_ESI = (int *)(uVar14 + *(int *)(param_2 + 0x10)); *unaff_ESI = 0; unaff_ESI[1] = 0; uVar14 = iVar15 >> 0x1f & 0x3f; unaff_ESI[2] = 0; unaff_ESI[3] = 0; uVar4 = uVar4 + uVar14 >> 6 | (iVar15 + (uint)CARRY4(uVar4,uVar14)) * 0x4000000; unaff_ESI[4] = 0; unaff_ESI[5] = 0; if (uVar4 < 0xff00) { uVar4 = 0; } unaff_ESI[6] = 0; unaff_ESI[7] = 0; unaff_ESI[8] = uVar4; unaff_ESI[9] = 0; piVar12 = (int *)param_1[0xd]; if (*(code **)(*piVar12 + 0x2c) == FUN_000887b0) { uVar4 = piVar12[0x18]; if (uVar4 == 0xffffffff) { LAB_0011e0d4: /* WARNING: Subroutine does not return */ FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx"); } } else { uVar4 = (**(code **)(*piVar12 + 0x2c))(piVar12); } piVar12 = unaff_ESI + 0x10; if (uVar4 < 0xff00) { uVar4 = 0; } unaff_ESI[10] = uVar4; piVar9 = (int *)param_1[9]; piVar10 = (int *)piVar9[1]; local_38 = (int *)*piVar9; unaff_ESI[0xc] = 0; unaff_ESI[0xd] = 0; unaff_ESI[0xe] = 0; unaff_ESI[0xf] = 0; uVar4 = (int)piVar10 - (int)local_38 >> 2; if (uVar4 < 0xffff) { uVar4 = 0; } unaff_ESI[0xb] = uVar4; if (*(int *)(DAT_003af408 + 8) == 0) { LAB_0011e13b: /* WARNING: Subroutine does not return */ FUN_0007d010("../../gold/parameters.h",0x5c,"options"); } if (*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0') { if (local_38 == piVar10) { iVar15 = 1; } else { iVar15 = 1; do { iVar6 = *local_38; if (*(int *)(iVar6 + 0x194) == 1) { puVar8 = (undefined4 *)(iVar6 + 4); iVar7 = param_1[0xc]; iVar1 = param_1[8]; do { piVar10 = (int *)puVar8[-1]; piVar9 = piVar12; if (piVar10 != (int *)*puVar8) { do { cVar3 = (**(code **)(*(int *)*piVar10 + 0x18))((int *)*piVar10); piVar12 = piVar9; if (cVar3 != '\0') { piVar13 = (int *)*piVar10; if (*(code **)(*piVar13 + 0x2c) == FUN_000887b0) { iVar5 = piVar13[0x18]; if (iVar5 == -1) goto LAB_0011e0d4; } else { iVar5 = (**(code **)(*piVar13 + 0x2c))(piVar13); } if (iVar5 != iVar15) { /* WARNING: Subroutine does not return */ FUN_0007d010("../../gold/output.cc",0x1354,"write_section_headers_list"); } iVar15 = iVar15 + 1; piVar12 = piVar9 + 0x10; local_20[0] = piVar9; FUN_0011da90(piVar13,iVar1,iVar7,local_20); } unaff_ESI = piVar10 + 1; piVar9 = piVar12; piVar10 = unaff_ESI; } while ((int *)*puVar8 != unaff_ESI); } puVar8 = puVar8 + 3; } while ((undefined4 *)(iVar6 + 0x160) != puVar8); piVar9 = (int *)param_1[9]; } local_38 = local_38 + 1; } while ((int *)piVar9[1] != local_38); } } else { iVar15 = 1; puVar8 = (undefined4 *)param_1[10]; unaff_ESI = (int *)*puVar8; if (unaff_ESI != (int *)puVar8[1]) { piVar10 = piVar12; do { piVar9 = (int *)*unaff_ESI; if (((*(byte *)(piVar9 + 0x15) & 2) != 0) || (piVar12 = piVar10, piVar9[0x14] == 0x11)) { if (*(code **)(*piVar9 + 0x2c) == FUN_000887b0) { iVar6 = piVar9[0x18]; if (iVar6 == -1) goto LAB_0011e0d4; } else { iVar6 = (**(code **)(*piVar9 + 0x2c))(piVar9); } if (iVar6 != iVar15) { /* WARNING: Subroutine does not return */ FUN_0007d010("../../gold/output.cc",0x155,"do_sized_write"); } iVar15 = iVar15 + 1; piVar12 = piVar10 + 0x10; local_20[0] = piVar10; FUN_0011da90(*unaff_ESI,param_1[8],param_1[0xc],local_20); puVar8 = (undefined4 *)param_1[10]; } unaff_ESI = unaff_ESI + 1; piVar10 = piVar12; } while ((int *)puVar8[1] != unaff_ESI); } } piVar10 = (int *)param_1[0xb]; puVar8 = (undefined4 *)*piVar10; if (puVar8 != (undefined4 *)piVar10[1]) { do { piVar9 = (int *)*puVar8; if (piVar9[0x14] == 0x11) { if (*(int *)(DAT_003af408 + 8) == 0) goto LAB_0011e13b; piVar13 = piVar12; if (*(char *)(*(int *)(DAT_003af408 + 8) + 0x318d) == '\0') { pcVar11 = *(code **)(*piVar9 + 0x2c); if (pcVar11 == FUN_000887b0) goto LAB_0011e033; LAB_0011e09d: iVar6 = (*pcVar11)(piVar9); goto LAB_0011e03f; } } else { pcVar11 = *(code **)(*piVar9 + 0x2c); if (pcVar11 != FUN_000887b0) goto LAB_0011e09d; LAB_0011e033: iVar6 = piVar9[0x18]; if (iVar6 == -1) goto LAB_0011e0d4; LAB_0011e03f: if (iVar15 != iVar6) { /* WARNING: Subroutine does not return */ FUN_0007d010("../../gold/output.cc",0x167,"do_sized_write"); } iVar15 = iVar15 + 1; piVar13 = piVar12 + 0x10; local_20[0] = piVar12; FUN_0011da90(*puVar8,param_1[8],param_1[0xc],local_20); piVar10 = (int *)param_1[0xb]; } puVar8 = puVar8 + 1; piVar12 = piVar13; unaff_ESI = param_1; } while ((undefined4 *)piVar10[1] != puVar8); } if ((*(byte *)(param_1 + 7) & 4) != 0) { return; } } /* WARNING: Subroutine does not return */ FUN_0007d010("../../gold/output.h",0xe3,"offset",unaff_ESI); }
77_s390x-linux-gnu-readelf_and_s390x-linux-gnu-readelf_strip.c
frame_dummy
thunk_FUN_00013fc0
/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */ /* WARNING: Removing unreachable block (ram,0x00013fee) */ /* WARNING: Removing unreachable block (ram,0x00013ff8) */ void frame_dummy(void) { return; }
/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */ /* WARNING: Removing unreachable block (ram,0x00013fee) */ /* WARNING: Removing unreachable block (ram,0x00013ff8) */ void thunk_FUN_00013fc0(void) { return; }
JMP 0x00013fc0
null
null
null
null
[('const-0', u'RETURN_-1205976889')]
[('const-0', u'RETURN_-1205976889')]
null
null
000140a0
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */\n/* WARNING: Removing unreachable block (ram,0x00013fee) */\n/* WARNING: Removing unreachable block (ram,0x00013ff8) */\n\nvoid thunk_FUN_00013fc0(void)\n\n{\n return;\n}\n\n" comment comment comment (function_definition "void thunk_FUN_00013fc0(void)\n\n{\n return;\n}" primitive_type (function_declarator "thunk_FUN_00013fc0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return;\n}" { (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */\n/* WARNING: Removing unreachable block (ram,0x00013fee) */\n/* WARNING: Removing unreachable block (ram,0x00013ff8) */\n\nvoid frame_dummy(void)\n\n{\n return;\n}\n\n" comment comment comment (function_definition "void frame_dummy(void)\n\n{\n return;\n}" primitive_type (function_declarator "frame_dummy(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return;\n}" { (return_statement "return;" return ;) })))
(translation_unit "void thunk_FUN_00013fc0(void)\n\n{\n return;\n}\n\n" (function_definition "void thunk_FUN_00013fc0(void)\n\n{\n return;\n}" primitive_type (function_declarator "thunk_FUN_00013fc0(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 thunk_FUN_00013fc0(void)\n\n{\n return;\n}" (primitive_type "void") (function_declarator "thunk_FUN_00013fc0(void)" (identifier "thunk_FUN_00013fc0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n return;\n}" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */ /* WARNING: Removing unreachable block (ram,0x00013fee) */ /* WARNING: Removing unreachable block (ram,0x00013ff8) */ void function_1(void) { return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (return_statement))))
null
/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */ /* WARNING: Removing unreachable block (ram,0x00013fee) */ /* WARNING: Removing unreachable block (ram,0x00013ff8) */ void MASKED(void) { return; }
519_openssl_and_openssl_strip.c
BIO_ADDR_new
BIO_ADDR_new
void BIO_ADDR_new(void) { (*(code *)PTR_BIO_ADDR_new_000c52bc)(); return; }
void BIO_ADDR_new(void) { (*(code *)PTR_BIO_ADDR_new_000c52bc)(); return; }
JMP dword ptr [EBX + 0x844]
null
null
null
null
[(u'INDIRECT_-1206021774', u'COPY_-1206021833'), ('const-0', u'RETURN_-1206021843'), (u'CAST_-1206021769', u'CALLIND_-1206021846'), (u'CALLIND_-1206021846', u'INDIRECT_-1206021774'), ('tmp_58', u'CAST_-1206021769')]
[(u'INDIRECT_-1206021774', u'COPY_-1206021833'), ('const-0', u'RETURN_-1206021843'), (u'CAST_-1206021769', u'CALLIND_-1206021846'), (u'CALLIND_-1206021846', u'INDIRECT_-1206021774'), ('tmp_58', u'CAST_-1206021769')]
null
null
00029120
x86
O3
(translation_unit "void BIO_ADDR_new(void)\n\n{\n (*(code *)PTR_BIO_ADDR_new_000c52bc)();\n return;\n}\n\n" (function_definition "void BIO_ADDR_new(void)\n\n{\n (*(code *)PTR_BIO_ADDR_new_000c52bc)();\n return;\n}" primitive_type (function_declarator "BIO_ADDR_new(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_BIO_ADDR_new_000c52bc)();\n return;\n}" { (expression_statement "(*(code *)PTR_BIO_ADDR_new_000c52bc)();" (call_expression "(*(code *)PTR_BIO_ADDR_new_000c52bc)()" (parenthesized_expression "(*(code *)PTR_BIO_ADDR_new_000c52bc)" ( (pointer_expression "*(code *)PTR_BIO_ADDR_new_000c52bc" * (cast_expression "(code *)PTR_BIO_ADDR_new_000c52bc" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void BIO_ADDR_new(void)\n\n{\n (*(code *)PTR_BIO_ADDR_new_000c52bc)();\n return;\n}\n\n" (function_definition "void BIO_ADDR_new(void)\n\n{\n (*(code *)PTR_BIO_ADDR_new_000c52bc)();\n return;\n}" primitive_type (function_declarator "BIO_ADDR_new(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_BIO_ADDR_new_000c52bc)();\n return;\n}" { (expression_statement "(*(code *)PTR_BIO_ADDR_new_000c52bc)();" (call_expression "(*(code *)PTR_BIO_ADDR_new_000c52bc)()" (parenthesized_expression "(*(code *)PTR_BIO_ADDR_new_000c52bc)" ( (pointer_expression "*(code *)PTR_BIO_ADDR_new_000c52bc" * (cast_expression "(code *)PTR_BIO_ADDR_new_000c52bc" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void BIO_ADDR_new(void)\n\n{\n (*(code *)PTR_BIO_ADDR_new_000c52bc)();\n return;\n}\n\n" (function_definition "void BIO_ADDR_new(void)\n\n{\n (*(code *)PTR_BIO_ADDR_new_000c52bc)();\n return;\n}" primitive_type (function_declarator "BIO_ADDR_new(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_BIO_ADDR_new_000c52bc)();\n return;\n}" { (expression_statement "(*(code *)PTR_BIO_ADDR_new_000c52bc)();" (call_expression "(*(code *)PTR_BIO_ADDR_new_000c52bc)()" (parenthesized_expression "(*(code *)PTR_BIO_ADDR_new_000c52bc)" ( (pointer_expression "*(code *)PTR_BIO_ADDR_new_000c52bc" * (cast_expression "(code *)PTR_BIO_ADDR_new_000c52bc" ( (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 BIO_ADDR_new(void)\n\n{\n (*(code *)PTR_BIO_ADDR_new_000c52bc)();\n return;\n}" (primitive_type "void") (function_declarator "BIO_ADDR_new(void)" (identifier "BIO_ADDR_new") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_BIO_ADDR_new_000c52bc)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_BIO_ADDR_new_000c52bc)();" (call_expression "(*(code *)PTR_BIO_ADDR_new_000c52bc)()" (parenthesized_expression "(*(code *)PTR_BIO_ADDR_new_000c52bc)" (( "(") (pointer_expression "*(code *)PTR_BIO_ADDR_new_000c52bc" (* "*") (cast_expression "(code *)PTR_BIO_ADDR_new_000c52bc" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_BIO_ADDR_new_000c52bc"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(void) { (*(type_1 *)PTR_BIO_ADDR_new_000c52bc)(); 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_000c52bc)(); return; }
38_x86_64-kfreebsd-gnu-objcopy_and_x86_64-kfreebsd-gnu-objcopy_strip.c
fnmatch
fnmatch
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fnmatch(char *__pattern,char *__name,int __flags) { int iVar1; iVar1 = (*(code *)PTR_fnmatch_0004009c)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fnmatch(char *__pattern,char *__name,int __flags) { int iVar1; iVar1 = (*(code *)PTR_fnmatch_0004009c)(); return iVar1; }
JMP dword ptr [EBX + 0x9c]
null
null
null
null
[('const-0', u'RETURN_-1205980531'), (u'CAST_-1205980453', u'CALLIND_-1205980534'), (u'CALLIND_-1205980534', u'INDIRECT_-1205980461'), ('tmp_77', u'CAST_-1205980453'), (u'CALLIND_-1205980534', u'RETURN_-1205980531'), (u'INDIRECT_-1205980461', u'COPY_-1205980520')]
[('const-0', u'RETURN_-1205980531'), (u'CAST_-1205980453', u'CALLIND_-1205980534'), (u'CALLIND_-1205980534', u'INDIRECT_-1205980461'), ('tmp_77', u'CAST_-1205980453'), (u'CALLIND_-1205980534', u'RETURN_-1205980531'), (u'INDIRECT_-1205980461', u'COPY_-1205980520')]
null
null
00013280
x86
O3
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fnmatch(char *__pattern,char *__name,int __flags)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fnmatch_0004009c)();\n return iVar1;\n}\n\n" comment (function_definition "int fnmatch(char *__pattern,char *__name,int __flags)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fnmatch_0004009c)();\n return iVar1;\n}" primitive_type (function_declarator "fnmatch(char *__pattern,char *__name,int __flags)" identifier (parameter_list "(char *__pattern,char *__name,int __flags)" ( (parameter_declaration "char *__pattern" primitive_type (pointer_declarator "*__pattern" * identifier)) , (parameter_declaration "char *__name" primitive_type (pointer_declarator "*__name" * identifier)) , (parameter_declaration "int __flags" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fnmatch_0004009c)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_fnmatch_0004009c)();" (assignment_expression "iVar1 = (*(code *)PTR_fnmatch_0004009c)()" identifier = (call_expression "(*(code *)PTR_fnmatch_0004009c)()" (parenthesized_expression "(*(code *)PTR_fnmatch_0004009c)" ( (pointer_expression "*(code *)PTR_fnmatch_0004009c" * (cast_expression "(code *)PTR_fnmatch_0004009c" ( (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 fnmatch(char *__pattern,char *__name,int __flags)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fnmatch_0004009c)();\n return iVar1;\n}\n\n" comment (function_definition "int fnmatch(char *__pattern,char *__name,int __flags)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fnmatch_0004009c)();\n return iVar1;\n}" primitive_type (function_declarator "fnmatch(char *__pattern,char *__name,int __flags)" identifier (parameter_list "(char *__pattern,char *__name,int __flags)" ( (parameter_declaration "char *__pattern" primitive_type (pointer_declarator "*__pattern" * identifier)) , (parameter_declaration "char *__name" primitive_type (pointer_declarator "*__name" * identifier)) , (parameter_declaration "int __flags" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fnmatch_0004009c)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_fnmatch_0004009c)();" (assignment_expression "iVar1 = (*(code *)PTR_fnmatch_0004009c)()" identifier = (call_expression "(*(code *)PTR_fnmatch_0004009c)()" (parenthesized_expression "(*(code *)PTR_fnmatch_0004009c)" ( (pointer_expression "*(code *)PTR_fnmatch_0004009c" * (cast_expression "(code *)PTR_fnmatch_0004009c" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
(translation_unit "int fnmatch(char *__pattern,char *__name,int __flags)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fnmatch_0004009c)();\n return iVar1;\n}\n\n" (function_definition "int fnmatch(char *__pattern,char *__name,int __flags)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fnmatch_0004009c)();\n return iVar1;\n}" primitive_type (function_declarator "fnmatch(char *__pattern,char *__name,int __flags)" identifier (parameter_list "(char *__pattern,char *__name,int __flags)" ( (parameter_declaration "char *__pattern" primitive_type (pointer_declarator "*__pattern" * identifier)) , (parameter_declaration "char *__name" primitive_type (pointer_declarator "*__name" * identifier)) , (parameter_declaration "int __flags" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fnmatch_0004009c)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_fnmatch_0004009c)();" (assignment_expression "iVar1 = (*(code *)PTR_fnmatch_0004009c)()" identifier = (call_expression "(*(code *)PTR_fnmatch_0004009c)()" (parenthesized_expression "(*(code *)PTR_fnmatch_0004009c)" ( (pointer_expression "*(code *)PTR_fnmatch_0004009c" * (cast_expression "(code *)PTR_fnmatch_0004009c" ( (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 fnmatch(char *__pattern,char *__name,int __flags)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fnmatch_0004009c)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "fnmatch(char *__pattern,char *__name,int __flags)" (identifier "fnmatch") (parameter_list "(char *__pattern,char *__name,int __flags)" (( "(") (parameter_declaration "char *__pattern" (primitive_type "char") (pointer_declarator "*__pattern" (* "*") (identifier "__pattern"))) (, ",") (parameter_declaration "char *__name" (primitive_type "char") (pointer_declarator "*__name" (* "*") (identifier "__name"))) (, ",") (parameter_declaration "int __flags" (primitive_type "int") (identifier "__flags")) () ")"))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fnmatch_0004009c)();\n return iVar1;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (expression_statement "iVar1 = (*(code *)PTR_fnmatch_0004009c)();" (assignment_expression "iVar1 = (*(code *)PTR_fnmatch_0004009c)()" (identifier "iVar1") (= "=") (call_expression "(*(code *)PTR_fnmatch_0004009c)()" (parenthesized_expression "(*(code *)PTR_fnmatch_0004009c)" (( "(") (pointer_expression "*(code *)PTR_fnmatch_0004009c" (* "*") (cast_expression "(code *)PTR_fnmatch_0004009c" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_fnmatch_0004009c"))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (return_statement "return iVar1;" (return "return") (identifier "iVar1") (; ";")) (} "}")))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(char *__pattern,char *__name,int __flags) { int iVar1; iVar1 = (*(type_1 *)PTR_fnmatch_0004009c)(); 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 *__pattern,char *__name,int __flags) { int iVar1; iVar1 = (*(code *)PTR_MASKED_0004009c)(); return iVar1; }
11951_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
operator>>
FUN_003d69f0
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ /* std::wistream& std::TEMPNAMEPLACEHOLDERVALUE(std::wistream&, wchar_t*) */ wistream * std::operator>>(wistream *param_1,wchar_t *param_2) { wchar_t *pwVar1; int *piVar2; int *piVar3; char cVar4; ctype *pcVar5; int iVar6; wchar_t wVar7; int iVar8; int local_30; sentry local_21; locale local_20 [16]; wistream::sentry::sentry(&local_21,param_1,false); if (local_21 == (sentry)0x0) { iVar8 = *(int *)param_1; } else { iVar8 = *(int *)(param_1 + *(int *)(*(int *)param_1 + -0xc) + 8); if (iVar8 < 1) { iVar8 = 0x7fffffff; } locale::locale(local_20,(locale *)(param_1 + *(int *)(*(int *)param_1 + -0xc) + 0x6c)); /* try { // try from 003d6a55 to 003d6a59 has its CatchHandler @ 003d6c5b */ pcVar5 = use_facet<std::ctype<wchar_t>>(local_20); locale::~locale(local_20); piVar2 = *(int **)(param_1 + *(int *)(*(int *)param_1 + -0xc) + 0x7c); if ((wchar_t *)piVar2[2] < (wchar_t *)piVar2[3]) { wVar7 = *(wchar_t *)piVar2[2]; } else { /* try { // try from 003d6c0e to 003d6c10 has its CatchHandler @ 003d6c59 */ wVar7 = (**(code **)(*piVar2 + 0x24))(piVar2); } iVar8 = iVar8 + -1; local_30 = 0; while (local_30 != iVar8) { while( true ) { if (wVar7 == L'\xffffffff') goto LAB_003d6c28; /* try { // try from 003d6aad to 003d6aaf has its CatchHandler @ 003d6c54 */ cVar4 = (**(code **)(*(int *)pcVar5 + 8))(pcVar5,0x2000,wVar7); if (cVar4 != '\0') goto LAB_003d6b01; pwVar1 = param_2 + 1; local_30 = local_30 + 1; piVar3 = (int *)piVar2[2]; *param_2 = wVar7; if (piVar3 < (int *)piVar2[3]) { iVar6 = *piVar3; piVar2[2] = (int)(piVar3 + 1); } else { /* try { // try from 003d6bb6 to 003d6bf8 has its CatchHandler @ 003d6c54 */ iVar6 = (**(code **)(*piVar2 + 0x28))(piVar2); } if (iVar6 == -1) { *pwVar1 = L'\0'; iVar8 = *(int *)param_1; *(undefined4 *)(param_1 + *(int *)(iVar8 + -0xc) + 8) = 0; goto LAB_003d6b8a; } param_2 = pwVar1; if ((wchar_t *)piVar2[3] <= (wchar_t *)piVar2[2]) break; wVar7 = *(wchar_t *)piVar2[2]; if (local_30 == iVar8) goto LAB_003d6af8; } wVar7 = (**(code **)(*piVar2 + 0x24))(piVar2); } LAB_003d6af8: local_30 = iVar8; if (wVar7 == L'\xffffffff') { LAB_003d6c28: *param_2 = L'\0'; iVar8 = *(int *)param_1; *(undefined4 *)(param_1 + *(int *)(iVar8 + -0xc) + 8) = 0; } else { LAB_003d6b01: *param_2 = L'\0'; iVar8 = *(int *)param_1; *(undefined4 *)(param_1 + *(int *)(iVar8 + -0xc) + 8) = 0; if (local_30 != 0) { return param_1; } } } LAB_003d6b8a: wios::clear((_Ios_Iostate)(param_1 + *(int *)(iVar8 + -0xc))); return param_1; }
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ int * FUN_003d69f0(int *param_1,int *param_2) { int *piVar1; int *piVar2; int *piVar3; char cVar4; int *piVar5; uint uVar6; int iVar7; int iVar8; int iVar9; int local_30; char local_21; undefined1 local_20 [16]; FUN_003d4d40(&local_21,param_1,0); if (local_21 == '\0') { iVar8 = *param_1; uVar6 = 4; } else { iVar8 = *(int *)((int)param_1 + *(int *)(*param_1 + -0xc) + 8); if (iVar8 < 1) { iVar8 = 0x7fffffff; } FUN_003b0010(local_20,(int)param_1 + *(int *)(*param_1 + -0xc) + 0x6c); /* try { // try from 003d6a55 to 003d6a59 has its CatchHandler @ 003d6c5b */ piVar5 = (int *)FUN_004034a0(local_20); FUN_003b07e0(local_20); piVar2 = *(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c); if ((int *)piVar2[2] < (int *)piVar2[3]) { iVar7 = *(int *)piVar2[2]; } else { /* try { // try from 003d6c0e to 003d6c10 has its CatchHandler @ 003d6c59 */ iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2); } iVar8 = iVar8 + -1; iVar9 = 0; while (iVar9 != iVar8) { while( true ) { if (iVar7 == -1) goto LAB_003d6c28; /* try { // try from 003d6aad to 003d6aaf has its CatchHandler @ 003d6c54 */ cVar4 = (**(code **)(*piVar5 + 8))(piVar5,0x2000,iVar7); local_30 = iVar9; if (cVar4 != '\0') goto LAB_003d6b01; piVar1 = param_2 + 1; iVar9 = iVar9 + 1; piVar3 = (int *)piVar2[2]; *param_2 = iVar7; if (piVar3 < (int *)piVar2[3]) { iVar7 = *piVar3; piVar2[2] = (int)(piVar3 + 1); } else { /* try { // try from 003d6bb6 to 003d6bf8 has its CatchHandler @ 003d6c54 */ iVar7 = (**(code **)(*piVar2 + 0x28))(piVar2); } if (iVar7 == -1) { *piVar1 = 0; iVar8 = *param_1; *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0; uVar6 = 2; goto LAB_003d6b8a; } param_2 = piVar1; if ((int *)piVar2[3] <= (int *)piVar2[2]) break; iVar7 = *(int *)piVar2[2]; if (iVar9 == iVar8) goto LAB_003d6af8; } iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2); } LAB_003d6af8: local_30 = iVar8; if (iVar7 == -1) { LAB_003d6c28: *param_2 = 0; iVar8 = *param_1; *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0; uVar6 = (-(uint)(iVar9 == 0) & 4) + 2; } else { LAB_003d6b01: *param_2 = 0; iVar8 = *param_1; *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0; if (local_30 != 0) { return param_1; } uVar6 = 4; } } LAB_003d6b8a: iVar8 = (int)param_1 + *(int *)(iVar8 + -0xc); FUN_003d8970(iVar8,uVar6 | *(uint *)(iVar8 + 0x14)); return param_1; }
CALL 0x00074f02 ADD EAX,0x21360b PUSH EBP MOV EBP,ESP PUSH EDI PUSH ESI PUSH EBX MOV EDI,EAX MOV EBX,EDI SUB ESP,0x30 MOV dword ptr [EBP + -0x34],EAX LEA EAX,[EBP + -0x1d] PUSH 0x0 PUSH dword ptr [EBP + 0x8] PUSH EAX CALL 0x003d4d40 ADD ESP,0x10 CMP byte ptr [EBP + -0x1d],0x0 JZ 0x003d6b80 MOV ESI,dword ptr [EBP + 0x8] MOV EDX,0x7fffffff MOV EBX,dword ptr [EBP + -0x34] MOV EAX,dword ptr [ESI] ADD ESI,dword ptr [EAX + -0xc] MOV EDI,dword ptr [ESI + 0x8] MOV EAX,ESI LEA ESI,[EBP + -0x1c] TEST EDI,EDI CMOVLE EDI,EDX SUB ESP,0x8 ADD EAX,0x6c PUSH EAX PUSH ESI CALL 0x003b0010 MOV EBX,dword ptr [EBP + -0x34] MOV dword ptr [ESP],ESI CALL 0x004034a0 MOV EBX,dword ptr [EBP + -0x34] MOV dword ptr [ESP],ESI MOV dword ptr [EBP + -0x30],EAX CALL 0x003b07e0 MOV EAX,dword ptr [EBP + 0x8] MOV ESI,dword ptr [EBP + 0x8] ADD ESP,0x10 MOV EAX,dword ptr [EAX] MOV EAX,dword ptr [EAX + -0xc] MOV EBX,dword ptr [ESI + EAX*0x1 + 0x7c] MOV EAX,dword ptr [EBX + 0x8] CMP dword ptr [EBX + 0xc],EAX JBE 0x003d6c08 MOV ESI,dword ptr [EAX] LEA EAX,[EDI + -0x1] XOR EDI,EDI MOV dword ptr [EBP + -0x2c],EAX CMP EDI,dword ptr [EBP + -0x2c] JZ 0x003d6af8 CMP ESI,-0x1 JZ 0x003d6c28 MOV ECX,dword ptr [EBP + -0x30] SUB ESP,0x4 MOV EAX,dword ptr [ECX] PUSH ESI PUSH 0x2000 PUSH ECX CALL dword ptr [EAX + 0x8] ADD ESP,0x10 TEST AL,AL JNZ 0x003d6c20 ADD dword ptr [EBP + 0xc],0x4 MOV EAX,dword ptr [EBP + 0xc] ADD EDI,0x1 MOV EDX,dword ptr [EBX + 0x8] MOV dword ptr [EAX + -0x4],ESI CMP EDX,dword ptr [EBX + 0xc] JNC 0x003d6bb0 MOV EAX,dword ptr [EDX] ADD EDX,0x4 MOV dword ptr [EBX + 0x8],EDX CMP EAX,-0x1 JZ 0x003d6bc5 MOV EAX,dword ptr [EBX + 0x8] CMP EAX,dword ptr [EBX + 0xc] JNC 0x003d6bf0 MOV ESI,dword ptr [EAX] CMP EDI,dword ptr [EBP + -0x2c] JNZ 0x003d6a95 CMP ESI,-0x1 JZ 0x003d6c28 MOV EAX,dword ptr [EBP + 0xc] MOV EDI,dword ptr [EBP + 0x8] MOV dword ptr [EAX],0x0 MOV EAX,dword ptr [EBP + 0x8] MOV EDX,dword ptr [EAX] MOV EAX,dword ptr [EDX + -0xc] MOV dword ptr [EDI + EAX*0x1 + 0x8],0x0 MOV EAX,dword ptr [EBP + -0x2c] TEST EAX,EAX JNZ 0x003d6ba3 MOV EAX,0x4 JMP 0x003d6b8a MOV EAX,dword ptr [EBP + 0x8] MOV EDX,dword ptr [EAX] MOV EAX,0x4 MOV EDI,dword ptr [EBP + 0x8] ADD EDI,dword ptr [EDX + -0xc] SUB ESP,0x8 OR EAX,dword ptr [EDI + 0x14] MOV EBX,dword ptr [EBP + -0x34] PUSH EAX PUSH EDI CALL 0x003d8970 ADD ESP,0x10 MOV EAX,dword ptr [EBP + 0x8] LEA ESP,[EBP + -0xc] POP EBX POP ESI POP EDI POP EBP RET MOV EAX,dword ptr [EBX] SUB ESP,0xc PUSH EBX CALL dword ptr [EAX + 0x28] ADD ESP,0x10 CMP EAX,-0x1 JNZ 0x003d6ae5 MOV EAX,dword ptr [EBP + 0xc] MOV EDI,dword ptr [EBP + 0x8] MOV dword ptr [EAX],0x0 MOV EAX,dword ptr [EBP + 0x8] MOV EDX,dword ptr [EAX] MOV EAX,dword ptr [EDX + -0xc] MOV dword ptr [EDI + EAX*0x1 + 0x8],0x0 MOV EAX,0x2 JMP 0x003d6b8a MOV EAX,dword ptr [EBX] SUB ESP,0xc PUSH EBX CALL dword ptr [EAX + 0x24] MOV ESI,EAX ADD ESP,0x10 JMP 0x003d6a90 MOV EAX,dword ptr [EBX] SUB ESP,0xc PUSH EBX CALL dword ptr [EAX + 0x24] MOV ESI,EAX ADD ESP,0x10 JMP 0x003d6a88 MOV dword ptr [EBP + -0x2c],EDI JMP 0x003d6b01 MOV EAX,dword ptr [EBP + 0xc] MOV ECX,dword ptr [EBP + 0x8] CMP EDI,0x1 MOV dword ptr [EAX],0x0 MOV EAX,dword ptr [EBP + 0x8] MOV EDX,dword ptr [EAX] MOV EAX,dword ptr [EDX + -0xc] MOV dword ptr [ECX + EAX*0x1 + 0x8],0x0 SBB EAX,EAX AND EAX,0x4 ADD EAX,0x2 JMP 0x003d6b8a
null
null
null
null
[(u'LOAD_-1205703066', u'MULTIEQUAL_-1205702731'), ('const-8', u'INT_ADD_-1205702033'), (u'CAST_-1205702342', u'LOAD_-1205703632'), ('const-417', u'LOAD_-1205703883'), (u'LOAD_-1205703883', u'PTRADD_-1205702366'), (u'CAST_-1205702479', u'CALL_-1205703965'), ('const-8192', u'CALLIND_-1205703735'), (u'COPY_-1205703838', u'MULTIEQUAL_-1205702955'), ('const-417', u'LOAD_-1205703876'), (u'LOAD_-1205704058', u'INT_ADD_-1205704037'), (u'CAST_-1205702422', u'LOAD_-1205703848'), (u'CAST_-1205702503', u'LOAD_-1205704058'), (u'CAST_-1205702067', u'LOAD_-1205703082'), ('const-3', u'PTRADD_-1205702333'), ('const-1', u'INT_ADD_-1205703660'), (u'CALL_-1205704112', u'INDIRECT_-1205702684'), (u'CAST_-1205702016', u'LOAD_-1205702952'), ('tmp_943', u'CBRANCH_-1205703636'), (u'INT_LESS_-1205703639', u'CBRANCH_-1205703636'), (u'PTRADD_-1205703975', u'CAST_-1205702496'), (u'CAST_-1205702319', u'STORE_-1205703613'), (u'LOAD_-1205703492', u'MULTIEQUAL_-1205702731'), ('const-417', u'LOAD_-1205703891'), (u'LOAD_-1205703632', u'MULTIEQUAL_-1205702137'), (u'COPY_-1205702381', u'MULTIEQUAL_-1205702732'), (u'LOAD_-1205703487', u'INT_ADD_-1205702333'), ('const-0', u'RETURN_-1205703221'), (u'COPY_-1205702366', u'MULTIEQUAL_-1205702451'), (u'INT_ADD_-1205703321', u'CAST_-1205702126'), ('const-4294967295', u'INT_EQUAL_-1205703051'), ('const-8', u'INT_ADD_-1205702333'), (u'LOAD_-1205704049', u'INT_ADD_-1205702570'), (u'LOAD_-1205703883', u'CALLIND_-1205702942'), (u'LOAD_-1205703106', u'INT_ADD_-1205703069'), ('const-417', u'LOAD_-1205703333'), ('tmp_2024', u'CALL_-1205704112'), (u'CAST_-1205702377', u'LOAD_-1205703766'), (u'CAST_-1205702367', u'LOAD_-1205703745'), ('const-417', u'LOAD_-1205703666'), ('const-4294967284', u'INT_ADD_-1205703471'), (u'INT_ADD_-1205703061', u'CAST_-1205702064'), (u'CAST_-1205702427', u'LOAD_-1205703883'), ('const-108', u'INT_ADD_-1205702553'), (u'INT_ADD_-1205703729', u'CAST_-1205702367'), (u'PTRSUB_-1205702567', u'CALL_-1205704112'), (u'LOAD_-1205702973', u'INT_ADD_-1205702936'), ('const-417', u'STORE_-1205703094'), ('const-4294967295', u'INT_EQUAL_-1205703790'), (u'PTRADD_-1205702384', u'STORE_-1205703094'), ('const-0', u'STORE_-1205703067'), (u'LOAD_-1205703883', u'CALLIND_-1205703065'), (u'LOAD_-1205703883', u'PTRADD_-1205702447'), ('const-2', u'PTRADD_-1205702451'), (u'LOAD_-1205703082', u'INT_ADD_-1205703061'), (u'CAST_-1205702251', u'LOAD_-1205703487'), (u'CAST_-1205702060', u'STORE_-1205703067'), (u'CAST_-1205702303', u'LOAD_-1205703561'), (u'INDIRECT_-1205702684', u'INT_EQUAL_-1205704083'), ('tmp_209', u'CBRANCH_-1205704080'), (u'LOAD_-1205703891', u'INT_ADD_-1205702502'), ('const-3', u'PTRADD_-1205702447'), ('const-417', u'LOAD_-1205703848'), ('tmp_3380', u'PTRSUB_-1205702567'), (u'CAST_-1205702335', u'INT_LESS_-1205703639'), ('const-1', u'PTRADD_-1205703007'), (u'INT_ADD_-1205703059', u'CAST_-1205702028'), ('tmp_643', u'CBRANCH_-1205703804'), (u'CAST_-1205702099', u'LOAD_-1205703085'), (u'MULTIEQUAL_-1205702723', u'MULTIEQUAL_-1205702317'), (u'LOAD_-1205703876', u'CAST_-1205702422'), (u'COPY_-1205702474', u'MULTIEQUAL_-1205702723'), (u'INT_ADD_-1205703827', u'COPY_-1205702366'), (u'CAST_-1205702247', u'STORE_-1205703477'), (u'LOAD_-1205703883', u'PTRADD_-1205702350'), (u'PTRADD_-1205703821', u'CAST_-1205702427'), (u'PTRADD_-1205703269', u'CAST_-1205702111'), ('const-4', u'PTRADD_-1205702384'), (u'PTRADD_-1205703417', u'CAST_-1205702247'), (u'LOAD_-1205702952', u'CALLIND_-1205702942'), (u'CAST_-1205701952', u'STORE_-1205703051'), (u'LOAD_-1205703492', u'INT_ADD_-1205703471'), ('const-417', u'LOAD_-1205702973'), ('const-1', u'PTRADD_-1205703821'), (u'MULTIEQUAL_-1205702858', u'INT_EQUAL_-1205703524'), (u'INT_EQUAL_-1205703051', u'CBRANCH_-1205703048'), (u'LOAD_-1205703096', u'INT_ADD_-1205703059'), ('const-417', u'STORE_-1205703504'), ('const-0', u'STORE_-1205703078'), (u'LOAD_-1205704037', u'MULTIEQUAL_-1205703027'), ('tmp_2024', u'COPY_-1205702206'), (u'LOAD_-1205703883', u'PTRADD_-1205702333'), ('tmp_2024', u'CAST_-1205701959'), ('const-0', u'INT_NOTEQUAL_-1205703711'), ('const-4294967295', u'INT_EQUAL_-1205703524'), (u'CAST_-1205702418', u'INT_LESS_-1205703843'), ('const-4', u'PTRADD_-1205702337'), (u'PTRSUB_-1205702516', u'CALL_-1205703965'), (u'INT_ADD_-1205702553', u'PTRADD_-1205703927'), (u'LOAD_-1205703870', u'CAST_-1205702418'), (u'LOAD_-1205703896', u'INT_ADD_-1205703875'), ('const-4', u'PTRADD_-1205702373'), ('const-4', u'PTRADD_-1205702366'), (u'LOAD_-1205703589', u'CAST_-1205702303'), ('const-417', u'LOAD_-1205703870'), ('const-417', u'LOAD_-1205703075'), (u'INT_EQUAL_-1205703790', u'CBRANCH_-1205703788'), ('const-0', u'CALL_-1205704112'), (u'COPY_-1205702472', u'MULTIEQUAL_-1205702623'), (u'LOAD_-1205703082', u'MULTIEQUAL_-1205702731'), ('const-417', u'LOAD_-1205703654'), (u'LOAD_-1205703072', u'MULTIEQUAL_-1205702731'), ('tmp_1625', u'BRANCH_-1205703000'), ('const-4', u'PTRADD_-1205702451'), (u'MULTIEQUAL_-1205702949', u'INT_ADD_-1205703660'), ('const-417', u'LOAD_-1205703096'), ('const-4294967295', u'INT_ADD_-1205703827'), (u'MULTIEQUAL_-1205702958', u'STORE_-1205703658'), (u'LOAD_-1205703848', u'MULTIEQUAL_-1205702965'), (u'MULTIEQUAL_-1205702317', u'STORE_-1205703078'), (u'MULTIEQUAL_-1205702623', u'MULTIEQUAL_-1205702317'), ('const-4294967284', u'INT_ADD_-1205704037'), (u'MULTIEQUAL_-1205702723', u'PTRADD_-1205702384'), (u'LOAD_-1205704049', u'INT_ADD_-1205702553'), ('const-417', u'LOAD_-1205704058'), ('tmp_673', u'CBRANCH_-1205703788'), (u'INT_LESSEQUAL_-1205703567', u'CBRANCH_-1205703565'), ('const-0', u'INT_NOTEQUAL_-1205703449'), (u'INT_ADD_-1205702136', u'PTRADD_-1205703007'), (u'PTRSUB_-1205702516', u'CALL_-1205703921'), (u'INT_NOTEQUAL_-1205703711', u'CBRANCH_-1205703710'), ('const-417', u'STORE_-1205703477'), (u'CAST_-1205702126', u'LOAD_-1205703333'), (u'MULTIEQUAL_-1205702955', u'MULTIEQUAL_-1205702949'), (u'MULTIEQUAL_-1205702723', u'STORE_-1205703658'), (u'MULTIEQUAL_-1205702623', u'MULTIEQUAL_-1205702613'), (u'PTRADD_-1205702350', u'STORE_-1205703613'), ('const-4294967284', u'INT_ADD_-1205703875'), (u'INT_ADD_-1205703660', u'INT_EQUAL_-1205703541'), (u'INT_ADD_-1205703875', u'CAST_-1205702431'), (u'CALLIND_-1205703075', u'MULTIEQUAL_-1205702137'), (u'INT_ADD_-1205703660', u'MULTIEQUAL_-1205702955'), ('tmp_2024', u'PTRADD_-1205703821'), (u'INT_ADD_-1205703827', u'INT_NOTEQUAL_-1205703805'), ('const-417', u'LOAD_-1205703106'), (u'INT_LESS_-1205703843', u'CBRANCH_-1205703852'), (u'COPY_-1205703261', u'RETURN_-1205703221'), ('const-0', u'RETURN_-1205702186'), ('const-417', u'LOAD_-1205703061'), ('const-1', u'PTRADD_-1205703927'), ('tmp_2024', u'CAST_-1205702165'), (u'COPY_-1205702206', u'RETURN_-1205702186'), ('const-2147483647', u'COPY_-1205704009'), (u'CAST_-1205702028', u'LOAD_-1205703075'), (u'PTRADD_-1205703927', u'CAST_-1205702479'), (u'INT_ADD_-1205703045', u'CAST_-1205701956'), ('const-1', u'PTRADD_-1205702384'), ('const-417', u'LOAD_-1205703745'), (u'INT_EQUAL_-1205703541', u'CBRANCH_-1205703538'), ('tmp_1971', u'BRANCH_-1205702927'), ('const-417', u'LOAD_-1205703896'), ('tmp_2024', u'PTRADD_-1205703927'), ('const-4294967263', u'PTRSUB_-1205702567'), ('const-3', u'PTRADD_-1205702366'), (u'INT_NOTEQUAL_-1205703449', u'CBRANCH_-1205703448'), (u'LOAD_-1205703766', u'INT_ADD_-1205703729'), (u'MULTIEQUAL_-1205702451', u'INT_NOTEQUAL_-1205703449'), ('const-36', u'INT_ADD_-1205702936'), ('const-0', u'INT_EQUAL_-1205704083'), (u'INT_EQUAL_-1205704083', u'CBRANCH_-1205704080'), (u'PTRADD_-1205702991', u'CAST_-1205701952'), ('const-417', u'LOAD_-1205703072'), (u'LOAD_-1205703061', u'INT_ADD_-1205702033'), ('const-417', u'LOAD_-1205704049'), (u'CAST_-1205702299', u'INT_LESSEQUAL_-1205703567'), ('tmp_2024', u'PTRADD_-1205703007'), (u'LOAD_-1205703085', u'CALLIND_-1205703075'), (u'PTRSUB_-1205702516', u'CALL_-1205703946'), ('const-417', u'STORE_-1205703051'), ('const-40', u'INT_ADD_-1205703069'), (u'INT_ADD_-1205702502', u'PTRADD_-1205703821'), ('tmp_1708', u'BRANCH_-1205703050'), ('tmp_2024', u'CAST_-1205702434'), ('tmp_2024', u'CAST_-1205702503'), (u'INT_ADD_-1205702570', u'PTRADD_-1205703975'), (u'LOAD_-1205703883', u'PTRADD_-1205702451'), (u'CAST_-1205702111', u'CALL_-1205703275'), ('const-0', u'STORE_-1205703094'), (u'LOAD_-1205703333', u'PTRADD_-1205703269'), (u'CAST_-1205702064', u'LOAD_-1205703077'), ('const-0', u'COPY_-1205703838'), ('tmp_2024', u'PTRADD_-1205703417'), (u'MULTIEQUAL_-1205702723', u'MULTIEQUAL_-1205702613'), (u'LOAD_-1205703883', u'LOAD_-1205703106'), (u'MULTIEQUAL_-1205702965', u'MULTIEQUAL_-1205702964'), ('const-4294967284', u'INT_ADD_-1205703045'), (u'INT_ADD_-1205703827', u'INT_EQUAL_-1205703541'), (u'LOAD_-1205703883', u'LOAD_-1205703096'), ('const-0', u'STORE_-1205703504'), ('const-0', u'STORE_-1205703051'), ('const-2', u'PTRADD_-1205702350'), (u'MULTIEQUAL_-1205702731', u'INT_ADD_-1205703321'), ('const-417', u'STORE_-1205703613'), ('const-2', u'PTRADD_-1205702373'), (u'CAST_-1205702342', u'INT_LESS_-1205703639'), ('const-1', u'PTRADD_-1205702991'), (u'LOAD_-1205703077', u'INT_ADD_-1205702136'), ('const-8', u'INT_ADD_-1205702136'), ('tmp_321', u'CBRANCH_-1205704006'), (u'LOAD_-1205703745', u'CALLIND_-1205703735'), (u'LOAD_-1205703654', u'CAST_-1205702335'), (u'CAST_-1205702303', u'INT_LESSEQUAL_-1205703567'), (u'PTRADD_-1205702451', u'LOAD_-1205703876'), (u'MULTIEQUAL_-1205702137', u'INT_EQUAL_-1205703051'), (u'CAST_-1205701959', u'LOAD_-1205703066'), ('const-417', u'LOAD_-1205703487'), (u'LOAD_-1205703666', u'CAST_-1205702342'), ('tmp_1131', u'CBRANCH_-1205703522'), (u'LOAD_-1205703883', u'PTRADD_-1205702373'), ('const-8', u'INT_ADD_-1205703729'), ('const-417', u'LOAD_-1205703085'), (u'PTRADD_-1205702366', u'LOAD_-1205703654'), ('tmp_2024', u'PTRADD_-1205703269'), (u'CAST_-1205702434', u'LOAD_-1205703896'), ('tmp_1767', u'BRANCH_-1205703051'), (u'MULTIEQUAL_-1205702958', u'CALLIND_-1205703735'), (u'MULTIEQUAL_-1205702964', u'MULTIEQUAL_-1205702958'), (u'INT_NOTEQUAL_-1205703805', u'CBRANCH_-1205703804'), ('tmp_1223', u'CBRANCH_-1205703448'), (u'COPY_-1205702482', u'MULTIEQUAL_-1205702732'), (u'PTRADD_-1205702373', u'LOAD_-1205703666'), ('tmp_2024', u'PTRADD_-1205703975'), ('tmp_2024', u'COPY_-1205703261'), ('const-4294967284', u'INT_ADD_-1205703321'), ('const-2', u'PTRADD_-1205702337'), ('const-417', u'LOAD_-1205703583'), ('const-417', u'STORE_-1205703078'), (u'MULTIEQUAL_-1205702958', u'INT_EQUAL_-1205703790'), (u'LOAD_-1205703561', u'MULTIEQUAL_-1205702858'), ('const-417', u'LOAD_-1205704037'), (u'LOAD_-1205703883', u'LOAD_-1205702973'), ('tmp_805', u'CBRANCH_-1205703710'), (u'PTRADD_-1205702333', u'LOAD_-1205703583'), ('tmp_3380', u'PTRSUB_-1205702516'), (u'INT_EQUAL_-1205703524', u'CBRANCH_-1205703522'), (u'CALLIND_-1205703065', u'MULTIEQUAL_-1205702964'), ('const-8', u'INT_ADD_-1205702570'), (u'PTRADD_-1205702447', u'LOAD_-1205703870'), (u'INT_ADD_-1205702033', u'PTRADD_-1205702991'), ('const-417', u'STORE_-1205703658'), (u'CALLIND_-1205703735', u'INT_NOTEQUAL_-1205703711'), ('const-1', u'PTRADD_-1205702354'), (u'CALLIND_-1205702942', u'MULTIEQUAL_-1205702965'), ('const-417', u'LOAD_-1205703589'), (u'CAST_-1205702254', u'LOAD_-1205703492'), ('const-0', u'STORE_-1205703477'), ('tmp_2024', u'PTRADD_-1205702991'), (u'LOAD_-1205703066', u'INT_ADD_-1205703045'), (u'MULTIEQUAL_-1205702732', u'COPY_-1205702474'), (u'CAST_-1205702342', u'PTRADD_-1205702354'), ('const-1', u'PTRADD_-1205703417'), (u'INT_ADD_-1205702333', u'PTRADD_-1205703417'), ('const-36', u'INT_ADD_-1205703059'), ('tmp_2025', u'COPY_-1205702482'), ('tmp_1101', u'CBRANCH_-1205703538'), ('const-4294967264', u'PTRSUB_-1205702516'), (u'COPY_-1205704009', u'MULTIEQUAL_-1205703027'), ('const-417', u'LOAD_-1205703082'), (u'LOAD_-1205703583', u'CAST_-1205702299'), ('tmp_2024', u'CAST_-1205702067'), (u'PTRADD_-1205703007', u'CAST_-1205702060'), (u'LOAD_-1205703883', u'PTRADD_-1205702337'), (u'PTRADD_-1205702354', u'CAST_-1205702319'), (u'COPY_-1205702381', u'MULTIEQUAL_-1205702623'), (u'COPY_-1205702381', u'MULTIEQUAL_-1205702723'), (u'MULTIEQUAL_-1205702613', u'STORE_-1205703504'), ('tmp_1878', u'CBRANCH_-1205703048'), (u'INT_ADD_-1205703069', u'CAST_-1205702099'), (u'LOAD_-1205703883', u'CALLIND_-1205703075'), ('const-4', u'PTRADD_-1205702447'), ('const-4', u'PTRADD_-1205702354'), ('const-417', u'LOAD_-1205703077'), ('const-1', u'PTRADD_-1205703975'), ('const-1', u'PTRADD_-1205703269'), (u'CAST_-1205702496', u'LOAD_-1205704037'), (u'MULTIEQUAL_-1205702732', u'COPY_-1205702472'), (u'LOAD_-1205704037', u'INT_SLESS_-1205703999'), ('const-4294967284', u'INT_ADD_-1205703061'), ('const-4', u'PTRADD_-1205702350'), (u'MULTIEQUAL_-1205702964', u'MULTIEQUAL_-1205702858'), (u'CAST_-1205702422', u'INT_LESS_-1205703843'), (u'MULTIEQUAL_-1205703027', u'INT_ADD_-1205703827'), ('const-417', u'LOAD_-1205703632'), (u'LOAD_-1205703561', u'MULTIEQUAL_-1205702958'), ('const-417', u'LOAD_-1205703561'), ('tmp_2024', u'CAST_-1205702254'), ('const-4', u'PTRADD_-1205702333'), (u'CAST_-1205702500', u'LOAD_-1205704049'), (u'CAST_-1205702431', u'LOAD_-1205703891'), (u'INT_ADD_-1205702936', u'CAST_-1205702016'), ('tmp_565', u'CBRANCH_-1205703852'), ('tmp_1058', u'CBRANCH_-1205703565'), ('const-124', u'INT_ADD_-1205702502'), (u'PTRADD_-1205702384', u'COPY_-1205702381'), ('const-417', u'LOAD_-1205703766'), (u'INT_ADD_-1205703471', u'CAST_-1205702251'), ('const-1', u'INT_SLESS_-1205703999'), (u'CALL_-1205703946', u'CAST_-1205702377'), (u'INT_ADD_-1205704037', u'CAST_-1205702500'), (u'CAST_-1205701956', u'LOAD_-1205703061'), (u'INT_SLESS_-1205703999', u'CBRANCH_-1205704006'), (u'MULTIEQUAL_-1205702955', u'INT_NOTEQUAL_-1205703805'), (u'INT_ADD_-1205703660', u'MULTIEQUAL_-1205702949'), ('const-417', u'STORE_-1205703067'), (u'PTRADD_-1205702337', u'LOAD_-1205703589'), (u'MULTIEQUAL_-1205702949', u'MULTIEQUAL_-1205702451'), ('const-417', u'LOAD_-1205703066'), (u'CALL_-1205703946', u'CALLIND_-1205703735'), (u'CAST_-1205702165', u'LOAD_-1205703072'), (u'LOAD_-1205703075', u'CALLIND_-1205703065'), ('const-417', u'LOAD_-1205702952'), ('const-417', u'LOAD_-1205703492')]
[('const-4294967263', u'PTRSUB_-1205702573'), (u'INT_ADD_-1205703660', u'MULTIEQUAL_-1205702960'), (u'INT_ADD_-1205703827', u'COPY_-1205702372'), ('const-20', u'INT_ADD_-1205703293'), ('const-2', u'COPY_-1205703060'), ('const-417', u'LOAD_-1205703487'), ('const-417', u'STORE_-1205703658'), (u'INT_AND_-1205702999', u'INT_ADD_-1205702995'), (u'MULTIEQUAL_-1205702778', u'INT_OR_-1205703280'), (u'INT_ADD_-1205702339', u'INT_ADD_-1205703463'), (u'INT_ADD_-1205703660', u'MULTIEQUAL_-1205702854'), ('tmp_4876', u'CAST_-1205702254'), (u'LOAD_-1205704058', u'INT_ADD_-1205704037'), ('const-417', u'LOAD_-1205703085'), (u'COPY_-1205703060', u'MULTIEQUAL_-1205702778'), (u'MULTIEQUAL_-1205702960', u'MULTIEQUAL_-1205702954'), ('tmp_4876', u'LOAD_-1205703492'), ('const-417', u'LOAD_-1205703870'), (u'LOAD_-1205703883', u'PTRADD_-1205702372'), (u'CALLIND_-1205703075', u'MULTIEQUAL_-1205702143'), (u'MULTIEQUAL_-1205702969', u'MULTIEQUAL_-1205702963'), (u'LOAD_-1205703561', u'MULTIEQUAL_-1205702863'), ('const-1', u'INT_ADD_-1205703660'), ('const-4', u'PTRADD_-1205702343'), ('const-417', u'STORE_-1205703504'), ('tmp_943', u'CBRANCH_-1205703636'), ('tmp_4876', u'COPY_-1205702212'), (u'CAST_-1205701958', u'STORE_-1205703051'), (u'INT_LESS_-1205703639', u'CBRANCH_-1205703636'), (u'CALL_-1205704112', u'INDIRECT_-1205702690'), ('tmp_4876', u'LOAD_-1205703066'), ('tmp_4876', u'LOAD_-1205703896'), ('const-4', u'INT_AND_-1205702999'), ('const-0', u'RETURN_-1205703221'), ('const-417', u'LOAD_-1205703492'), (u'CAST_-1205702066', u'STORE_-1205703067'), ('tmp_4876', u'CAST_-1205702503'), (u'MULTIEQUAL_-1205702728', u'STORE_-1205703658'), (u'CAST_-1205702067', u'INT_ADD_-1205703053'), ('const-417', u'STORE_-1205703078'), (u'LOAD_-1205703883', u'CALLIND_-1205702942'), ('const-3', u'PTRADD_-1205702453'), ('const-417', u'LOAD_-1205703061'), (u'LOAD_-1205703106', u'INT_ADD_-1205703069'), ('const-417', u'LOAD_-1205703766'), (u'INT_ADD_-1205703069', u'CAST_-1205702105'), (u'LOAD_-1205703589', u'CAST_-1205702309'), (u'PTRSUB_-1205702522', u'CALL_-1205703946'), (u'INT_ADD_-1205702995', u'MULTIEQUAL_-1205702778'), ('tmp_4876', u'CAST_-1205701959'), ('const-108', u'INT_ADD_-1205702559'), (u'MULTIEQUAL_-1205702728', u'PTRADD_-1205702390'), ('const-4294967284', u'INT_ADD_-1205703471'), (u'COPY_-1205702441', u'MULTIEQUAL_-1205702457'), (u'LOAD_-1205703333', u'INT_ADD_-1205703315'), (u'MULTIEQUAL_-1205702960', u'MULTIEQUAL_-1205702854'), (u'CAST_-1205702468', u'CALLIND_-1205703735'), (u'LOAD_-1205702973', u'INT_ADD_-1205702936'), ('const-417', u'LOAD_-1205703876'), ('const-417', u'LOAD_-1205703745'), ('const-417', u'LOAD_-1205703561'), ('const-1', u'PTRADD_-1205702360'), (u'CAST_-1205702502', u'LOAD_-1205704037'), ('const-417', u'LOAD_-1205703082'), ('const-2', u'PTRADD_-1205702457'), (u'LOAD_-1205703883', u'CALLIND_-1205703065'), ('const-2', u'PTRADD_-1205702356'), (u'INT_OR_-1205703280', u'CALL_-1205703275'), (u'MULTIEQUAL_-1205702954', u'COPY_-1205702441'), (u'LOAD_-1205703082', u'INT_ADD_-1205703061'), (u'COPY_-1205702386', u'MULTIEQUAL_-1205702728'), (u'MULTIEQUAL_-1205702628', u'MULTIEQUAL_-1205702618'), (u'CAST_-1205702341', u'INT_LESS_-1205703639'), ('const-4', u'PTRADD_-1205702356'), (u'LOAD_-1205703561', u'MULTIEQUAL_-1205702963'), ('const-8', u'INT_ADD_-1205702142'), ('tmp_209', u'CBRANCH_-1205704080'), (u'MULTIEQUAL_-1205702322', u'STORE_-1205703078'), (u'PTRADD_-1205702339', u'LOAD_-1205703583'), ('const-124', u'INT_ADD_-1205702508'), (u'CAST_-1205701959', u'INT_ADD_-1205703037'), (u'PTRADD_-1205702453', u'LOAD_-1205703870'), (u'COPY_-1205702488', u'MULTIEQUAL_-1205702737'), (u'INT_ADD_-1205703037', u'CAST_-1205701958'), ('tmp_643', u'CBRANCH_-1205703804'), (u'PTRADD_-1205702390', u'STORE_-1205703094'), ('const-0', u'STORE_-1205703504'), (u'INT_ADD_-1205703660', u'MULTIEQUAL_-1205702954'), (u'LOAD_-1205702952', u'CALLIND_-1205702942'), (u'LOAD_-1205703492', u'INT_ADD_-1205703471'), (u'MULTIEQUAL_-1205702969', u'MULTIEQUAL_-1205702863'), ('const-2', u'PTRADD_-1205702343'), (u'INT_EQUAL_-1205703051', u'CBRANCH_-1205703048'), (u'LOAD_-1205703096', u'INT_ADD_-1205703059'), (u'MULTIEQUAL_-1205702736', u'INT_ADD_-1205703321'), ('const-4294967295', u'INT_EQUAL_-1205703790'), (u'CAST_-1205702485', u'INT_ADD_-1205703973'), ('const-0', u'INT_NOTEQUAL_-1205703711'), (u'MULTIEQUAL_-1205702728', u'MULTIEQUAL_-1205702618'), (u'LOAD_-1205703492', u'MULTIEQUAL_-1205702736'), (u'COPY_-1205702478', u'MULTIEQUAL_-1205702628'), (u'CAST_-1205702433', u'INT_ADD_-1205703867'), (u'LOAD_-1205703896', u'INT_ADD_-1205703875'), (u'INT_ADD_-1205703045', u'CAST_-1205701963'), ('tmp_3366', u'PTRSUB_-1205702573'), (u'CAST_-1205702348', u'PTRADD_-1205702360'), ('const-417', u'LOAD_-1205703106'), ('const-0', u'STORE_-1205703078'), ('const-417', u'LOAD_-1205703066'), (u'CAST_-1205701963', u'LOAD_-1205703061'), (u'COPY_-1205703838', u'MULTIEQUAL_-1205702960'), (u'MULTIEQUAL_-1205702628', u'MULTIEQUAL_-1205702322'), (u'COPY_-1205702480', u'MULTIEQUAL_-1205702728'), ('const-8192', u'CALLIND_-1205703735'), (u'PTRADD_-1205702356', u'STORE_-1205703613'), (u'LOAD_-1205703870', u'CAST_-1205702423'), (u'CAST_-1205702253', u'STORE_-1205703477'), (u'INT_ADD_-1205704037', u'CAST_-1205702507'), (u'LOAD_-1205703883', u'PTRADD_-1205702356'), (u'MULTIEQUAL_-1205702963', u'CALLIND_-1205703735'), (u'MULTIEQUAL_-1205702970', u'MULTIEQUAL_-1205702969'), ('const-2', u'PTRADD_-1205702379'), (u'INT_ADD_-1205704021', u'CAST_-1205702502'), (u'INT_EQUAL_-1205703790', u'CBRANCH_-1205703788'), (u'INT_ADD_-1205702936', u'CAST_-1205702021'), (u'CAST_-1205702427', u'INT_LESS_-1205703843'), ('tmp_1625', u'BRANCH_-1205703000'), ('const-0', u'CALL_-1205704112'), (u'LOAD_-1205703883', u'PTRADD_-1205702453'), ('const-4294967295', u'INT_ADD_-1205703827'), (u'INT_ADD_-1205702559', u'INT_ADD_-1205703973'), (u'CALLIND_-1205703065', u'MULTIEQUAL_-1205702969'), ('const-4294967284', u'INT_ADD_-1205704037'), (u'CAST_-1205702503', u'INT_ADD_-1205704021'), (u'COPY_-1205702386', u'MULTIEQUAL_-1205702737'), (u'PTRADD_-1205702457', u'LOAD_-1205703876'), (u'PTRADD_-1205702379', u'LOAD_-1205703666'), ('const-8', u'INT_ADD_-1205702039'), (u'CAST_-1205702468', u'LOAD_-1205703766'), (u'LOAD_-1205703891', u'INT_ADD_-1205702508'), ('const-417', u'LOAD_-1205703075'), (u'CAST_-1205702348', u'INT_LESS_-1205703639'), (u'CAST_-1205702124', u'LOAD_-1205703307'), ('const-0', u'STORE_-1205703067'), ('const-4', u'PTRADD_-1205702453'), ('tmp_673', u'CBRANCH_-1205703788'), (u'INT_LESSEQUAL_-1205703567', u'CBRANCH_-1205703565'), ('const-0', u'INT_NOTEQUAL_-1205703449'), (u'INT_NOTEQUAL_-1205703711', u'CBRANCH_-1205703710'), (u'CAST_-1205702309', u'INT_LESSEQUAL_-1205703567'), (u'LOAD_-1205703883', u'PTRADD_-1205702343'), ('const-417', u'STORE_-1205703067'), ('const-4', u'PTRADD_-1205702339'), (u'CAST_-1205702325', u'STORE_-1205703613'), (u'PTRSUB_-1205702522', u'CALL_-1205703965'), ('const-1', u'PTRADD_-1205702390'), ('const-417', u'LOAD_-1205703307'), ('tmp_4876', u'LOAD_-1205704058'), ('const-4294967284', u'INT_ADD_-1205703875'), (u'LOAD_-1205703082', u'MULTIEQUAL_-1205702736'), (u'LOAD_-1205703632', u'MULTIEQUAL_-1205702143'), ('tmp_3366', u'PTRSUB_-1205702522'), (u'INT_ADD_-1205703660', u'INT_EQUAL_-1205703541'), ('const-8', u'INT_ADD_-1205702339'), (u'INT_ADD_-1205703973', u'CALL_-1205703965'), ('const-3', u'PTRADD_-1205702372'), (u'INT_ADD_-1205703827', u'INT_NOTEQUAL_-1205703805'), (u'INT_LESS_-1205703843', u'CBRANCH_-1205703852'), (u'COPY_-1205703069', u'MULTIEQUAL_-1205702778'), (u'COPY_-1205703261', u'RETURN_-1205703221'), (u'LOAD_-1205703487', u'INT_ADD_-1205702339'), (u'CAST_-1205702432', u'LOAD_-1205703883'), (u'PTRADD_-1205702372', u'LOAD_-1205703654'), (u'LOAD_-1205703848', u'MULTIEQUAL_-1205702970'), ('tmp_4877', u'COPY_-1205702488'), (u'CAST_-1205702131', u'INT_ADD_-1205703315'), (u'INT_EQUAL_-1205703541', u'CBRANCH_-1205703538'), ('tmp_1971', u'BRANCH_-1205702927'), ('const-417', u'LOAD_-1205703583'), (u'CAST_-1205702305', u'INT_LESSEQUAL_-1205703567'), ('const-417', u'LOAD_-1205704049'), ('const-0', u'COPY_-1205703838'), (u'PTRSUB_-1205702522', u'CALL_-1205703921'), (u'INT_NOTEQUAL_-1205703449', u'CBRANCH_-1205703448'), ('const-4', u'COPY_-1205703069'), (u'LOAD_-1205703766', u'INT_ADD_-1205703729'), ('const-36', u'INT_ADD_-1205702936'), ('const-417', u'LOAD_-1205703077'), (u'INT_EQUAL_-1205704083', u'CBRANCH_-1205704080'), ('const-417', u'LOAD_-1205703072'), (u'MULTIEQUAL_-1205702963', u'STORE_-1205703658'), (u'COPY_-1205704009', u'MULTIEQUAL_-1205703032'), ('const-4294967295', u'INT_EQUAL_-1205703051'), (u'MULTIEQUAL_-1205702549', u'INT_EQUAL_-1205703083'), (u'LOAD_-1205703883', u'PTRADD_-1205702339'), (u'INT_ADD_-1205703315', u'CALL_-1205703275'), (u'LOAD_-1205703085', u'CALLIND_-1205703075'), (u'INT_ADD_-1205702576', u'INT_ADD_-1205704021'), ('const-40', u'INT_ADD_-1205703069'), (u'INT_EQUAL_-1205703083', u'INT_ZEXT_-1205703028'), ('tmp_1708', u'BRANCH_-1205703050'), ('const-1', u'INT_SLESS_-1205703999'), (u'COPY_-1205702386', u'MULTIEQUAL_-1205702628'), ('tmp_4876', u'CAST_-1205702067'), (u'LOAD_-1205703883', u'PTRADD_-1205702457'), ('const-417', u'STORE_-1205703477'), (u'PTRADD_-1205702390', u'COPY_-1205702386'), ('const-417', u'LOAD_-1205702952'), (u'INT_2COMP_-1205702371', u'INT_AND_-1205702999'), ('const-417', u'STORE_-1205703094'), (u'INT_ADD_-1205703867', u'CAST_-1205702432'), (u'LOAD_-1205703883', u'LOAD_-1205703106'), ('const-4294967284', u'INT_ADD_-1205703045'), ('const-4', u'PTRADD_-1205702360'), (u'INT_ADD_-1205703827', u'INT_EQUAL_-1205703541'), (u'LOAD_-1205703883', u'LOAD_-1205703096'), (u'MULTIEQUAL_-1205702963', u'INT_EQUAL_-1205703790'), (u'MULTIEQUAL_-1205702618', u'STORE_-1205703504'), (u'CAST_-1205702423', u'INT_LESS_-1205703843'), ('const-417', u'LOAD_-1205703666'), (u'INT_ADD_-1205703729', u'CAST_-1205702373'), ('tmp_4876', u'COPY_-1205703261'), ('tmp_321', u'CBRANCH_-1205704006'), (u'LOAD_-1205703745', u'CALLIND_-1205703735'), (u'INT_ADD_-1205703061', u'CAST_-1205702071'), ('const-2147483647', u'COPY_-1205704009'), ('const-417', u'LOAD_-1205704058'), ('tmp_1131', u'CBRANCH_-1205703522'), (u'CAST_-1205702105', u'LOAD_-1205703085'), (u'INT_ADD_-1205703293', u'CAST_-1205702124'), ('const-417', u'LOAD_-1205703848'), ('const-8', u'INT_ADD_-1205703729'), (u'INT_ADD_-1205702508', u'INT_ADD_-1205703867'), (u'MULTIEQUAL_-1205702863', u'INT_EQUAL_-1205703524'), ('const-4', u'PTRADD_-1205702372'), (u'MULTIEQUAL_-1205702737', u'COPY_-1205702480'), ('const-4', u'COPY_-1205703449'), ('const-0', u'STORE_-1205703051'), (u'LOAD_-1205703077', u'INT_ADD_-1205702142'), (u'MULTIEQUAL_-1205702954', u'INT_ADD_-1205703660'), (u'MULTIEQUAL_-1205702143', u'INT_EQUAL_-1205703051'), (u'CALL_-1205703946', u'CAST_-1205702468'), (u'LOAD_-1205703061', u'INT_ADD_-1205702039'), (u'COPY_-1205703449', u'MULTIEQUAL_-1205702778'), (u'LOAD_-1205703072', u'MULTIEQUAL_-1205702736'), ('tmp_1767', u'BRANCH_-1205703051'), (u'INT_ADD_-1205703315', u'INT_ADD_-1205703293'), (u'CAST_-1205702254', u'INT_ADD_-1205703463'), (u'COPY_-1205702212', u'RETURN_-1205702192'), (u'INT_ADD_-1205703053', u'CAST_-1205702066'), (u'LOAD_-1205704049', u'INT_ADD_-1205702576'), (u'INT_NOTEQUAL_-1205703805', u'CBRANCH_-1205703804'), ('tmp_1223', u'CBRANCH_-1205703448'), (u'INDIRECT_-1205702690', u'INT_EQUAL_-1205704083'), ('const-4294967284', u'INT_ADD_-1205703321'), (u'PTRSUB_-1205702573', u'CALL_-1205704112'), ('const-4294967295', u'INT_EQUAL_-1205703524'), (u'MULTIEQUAL_-1205703032', u'INT_ADD_-1205703827'), ('tmp_4876', u'CAST_-1205702131'), ('const-417', u'LOAD_-1205703654'), (u'INT_ZEXT_-1205703028', u'INT_2COMP_-1205702371'), (u'LOAD_-1205703883', u'LOAD_-1205702973'), (u'MULTIEQUAL_-1205702954', u'MULTIEQUAL_-1205702549'), ('const-0', u'STORE_-1205703477'), ('tmp_805', u'CBRANCH_-1205703710'), (u'INT_ADD_-1205703875', u'CAST_-1205702437'), (u'INT_ADD_-1205703321', u'CAST_-1205702132'), ('const-4', u'PTRADD_-1205702457'), (u'INT_ADD_-1205702039', u'INT_ADD_-1205703037'), ('const-417', u'LOAD_-1205703632'), (u'CAST_-1205702348', u'LOAD_-1205703632'), (u'LOAD_-1205703307', u'INT_OR_-1205703280'), ('const-0', u'INT_EQUAL_-1205703083'), (u'INT_EQUAL_-1205703524', u'CBRANCH_-1205703522'), (u'LOAD_-1205704049', u'INT_ADD_-1205702559'), (u'CAST_-1205702258', u'LOAD_-1205703487'), ('const-417', u'STORE_-1205703051'), (u'LOAD_-1205703066', u'MULTIEQUAL_-1205702736'), (u'LOAD_-1205704037', u'MULTIEQUAL_-1205703032'), (u'INT_ADD_-1205703471', u'CAST_-1205702258'), (u'CAST_-1205702021', u'LOAD_-1205702952'), ('const-0', u'INT_EQUAL_-1205704083'), (u'CALLIND_-1205703735', u'INT_NOTEQUAL_-1205703711'), (u'MULTIEQUAL_-1205702737', u'COPY_-1205702478'), (u'LOAD_-1205703066', u'INT_ADD_-1205703045'), ('const-4', u'PTRADD_-1205702390'), ('const-36', u'INT_ADD_-1205703059'), ('const-417', u'LOAD_-1205704037'), ('const-417', u'LOAD_-1205703589'), ('tmp_4876', u'LOAD_-1205703082'), ('const-417', u'LOAD_-1205703096'), ('tmp_1101', u'CBRANCH_-1205703538'), (u'INT_ADD_-1205703463', u'CAST_-1205702253'), ('const-417', u'STORE_-1205703613'), ('const-2', u'INT_ADD_-1205702995'), ('const-3', u'PTRADD_-1205702339'), ('tmp_4876', u'CAST_-1205702433'), (u'COPY_-1205702372', u'MULTIEQUAL_-1205702457'), (u'CAST_-1205702071', u'LOAD_-1205703077'), ('const-417', u'LOAD_-1205702973'), (u'LOAD_-1205703583', u'CAST_-1205702305'), (u'CAST_-1205702132', u'LOAD_-1205703333'), (u'LOAD_-1205703883', u'PTRADD_-1205702379'), (u'LOAD_-1205703666', u'CAST_-1205702348'), (u'CAST_-1205702427', u'LOAD_-1205703848'), ('tmp_1878', u'CBRANCH_-1205703048'), (u'MULTIEQUAL_-1205702854', u'MULTIEQUAL_-1205702549'), (u'LOAD_-1205703883', u'CALLIND_-1205703075'), ('const-417', u'LOAD_-1205703891'), (u'LOAD_-1205703876', u'CAST_-1205702427'), (u'PTRADD_-1205702343', u'LOAD_-1205703589'), (u'INT_ADD_-1205702142', u'INT_ADD_-1205703053'), ('const-417', u'LOAD_-1205703896'), (u'LOAD_-1205704037', u'INT_SLESS_-1205703999'), ('const-4294967284', u'INT_ADD_-1205703061'), ('const-4294967264', u'PTRSUB_-1205702522'), ('tmp_4876', u'CALL_-1205704112'), ('const-4', u'PTRADD_-1205702379'), (u'CAST_-1205702437', u'LOAD_-1205703891'), ('tmp_4876', u'LOAD_-1205703072'), ('const-0', u'RETURN_-1205702192'), (u'PTRADD_-1205702360', u'CAST_-1205702325'), (u'MULTIEQUAL_-1205702728', u'MULTIEQUAL_-1205702322'), ('tmp_4876', u'CAST_-1205702485'), ('const-0', u'STORE_-1205703094'), (u'CAST_-1205702507', u'LOAD_-1205704049'), (u'CALLIND_-1205702942', u'MULTIEQUAL_-1205702970'), ('tmp_565', u'CBRANCH_-1205703852'), ('tmp_1058', u'CBRANCH_-1205703565'), ('const-417', u'LOAD_-1205703333'), ('tmp_1227', u'BRANCH_-1205703440'), (u'MULTIEQUAL_-1205702457', u'INT_NOTEQUAL_-1205703449'), ('const-8', u'INT_ADD_-1205702576'), (u'MULTIEQUAL_-1205702960', u'INT_NOTEQUAL_-1205703805'), (u'INT_SLESS_-1205703999', u'CBRANCH_-1205704006'), (u'CAST_-1205702309', u'LOAD_-1205703561'), (u'INT_ADD_-1205703059', u'CAST_-1205702034'), (u'CAST_-1205702034', u'LOAD_-1205703075'), (u'LOAD_-1205703654', u'CAST_-1205702341'), ('const-417', u'LOAD_-1205703883'), (u'LOAD_-1205703075', u'CALLIND_-1205703065'), (u'CAST_-1205702373', u'LOAD_-1205703745')]
null
null
003d69f0
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nint * FUN_003d69f0(int *param_1,int *param_2)\n\n{\n int *piVar1;\n int *piVar2;\n int *piVar3;\n char cVar4;\n int *piVar5;\n uint uVar6;\n int iVar7;\n int iVar8;\n int iVar9;\n int local_30;\n char local_21;\n undefined1 local_20 [16];\n \n FUN_003d4d40(&local_21,param_1,0);\n if (local_21 == '\0') {\n iVar8 = *param_1;\n uVar6 = 4;\n }\n else {\n iVar8 = *(int *)((int)param_1 + *(int *)(*param_1 + -0xc) + 8);\n if (iVar8 < 1) {\n iVar8 = 0x7fffffff;\n }\n FUN_003b0010(local_20,(int)param_1 + *(int *)(*param_1 + -0xc) + 0x6c);\n /* try { // try from 003d6a55 to 003d6a59 has its CatchHandler @ 003d6c5b */\n piVar5 = (int *)FUN_004034a0(local_20);\n FUN_003b07e0(local_20);\n piVar2 = *(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c);\n if ((int *)piVar2[2] < (int *)piVar2[3]) {\n iVar7 = *(int *)piVar2[2];\n }\n else {\n /* try { // try from 003d6c0e to 003d6c10 has its CatchHandler @ 003d6c59 */\n iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }\n iVar8 = iVar8 + -1;\n iVar9 = 0;\n while (iVar9 != iVar8) {\n while( true ) {\n if (iVar7 == -1) goto LAB_003d6c28;\n /* try { // try from 003d6aad to 003d6aaf has its CatchHandler @ 003d6c54 */\n cVar4 = (**(code **)(*piVar5 + 8))(piVar5,0x2000,iVar7);\n local_30 = iVar9;\n if (cVar4 != '\0') goto LAB_003d6b01;\n piVar1 = param_2 + 1;\n iVar9 = iVar9 + 1;\n piVar3 = (int *)piVar2[2];\n *param_2 = iVar7;\n if (piVar3 < (int *)piVar2[3]) {\n iVar7 = *piVar3;\n piVar2[2] = (int)(piVar3 + 1);\n }\n else {\n /* try { // try from 003d6bb6 to 003d6bf8 has its CatchHandler @ 003d6c54 */\n iVar7 = (**(code **)(*piVar2 + 0x28))(piVar2);\n }\n if (iVar7 == -1) {\n *piVar1 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n uVar6 = 2;\n goto LAB_003d6b8a;\n }\n param_2 = piVar1;\n if ((int *)piVar2[3] <= (int *)piVar2[2]) break;\n iVar7 = *(int *)piVar2[2];\n if (iVar9 == iVar8) goto LAB_003d6af8;\n }\n iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }\nLAB_003d6af8:\n local_30 = iVar8;\n if (iVar7 == -1) {\nLAB_003d6c28:\n *param_2 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n uVar6 = (-(uint)(iVar9 == 0) & 4) + 2;\n }\n else {\nLAB_003d6b01:\n *param_2 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n if (local_30 != 0) {\n return param_1;\n }\n uVar6 = 4;\n }\n }\nLAB_003d6b8a:\n iVar8 = (int)param_1 + *(int *)(iVar8 + -0xc);\n FUN_003d8970(iVar8,uVar6 | *(uint *)(iVar8 + 0x14));\n return param_1;\n}\n\n" comment (function_definition "int * FUN_003d69f0(int *param_1,int *param_2)\n\n{\n int *piVar1;\n int *piVar2;\n int *piVar3;\n char cVar4;\n int *piVar5;\n uint uVar6;\n int iVar7;\n int iVar8;\n int iVar9;\n int local_30;\n char local_21;\n undefined1 local_20 [16];\n \n FUN_003d4d40(&local_21,param_1,0);\n if (local_21 == '\0') {\n iVar8 = *param_1;\n uVar6 = 4;\n }\n else {\n iVar8 = *(int *)((int)param_1 + *(int *)(*param_1 + -0xc) + 8);\n if (iVar8 < 1) {\n iVar8 = 0x7fffffff;\n }\n FUN_003b0010(local_20,(int)param_1 + *(int *)(*param_1 + -0xc) + 0x6c);\n /* try { // try from 003d6a55 to 003d6a59 has its CatchHandler @ 003d6c5b */\n piVar5 = (int *)FUN_004034a0(local_20);\n FUN_003b07e0(local_20);\n piVar2 = *(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c);\n if ((int *)piVar2[2] < (int *)piVar2[3]) {\n iVar7 = *(int *)piVar2[2];\n }\n else {\n /* try { // try from 003d6c0e to 003d6c10 has its CatchHandler @ 003d6c59 */\n iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }\n iVar8 = iVar8 + -1;\n iVar9 = 0;\n while (iVar9 != iVar8) {\n while( true ) {\n if (iVar7 == -1) goto LAB_003d6c28;\n /* try { // try from 003d6aad to 003d6aaf has its CatchHandler @ 003d6c54 */\n cVar4 = (**(code **)(*piVar5 + 8))(piVar5,0x2000,iVar7);\n local_30 = iVar9;\n if (cVar4 != '\0') goto LAB_003d6b01;\n piVar1 = param_2 + 1;\n iVar9 = iVar9 + 1;\n piVar3 = (int *)piVar2[2];\n *param_2 = iVar7;\n if (piVar3 < (int *)piVar2[3]) {\n iVar7 = *piVar3;\n piVar2[2] = (int)(piVar3 + 1);\n }\n else {\n /* try { // try from 003d6bb6 to 003d6bf8 has its CatchHandler @ 003d6c54 */\n iVar7 = (**(code **)(*piVar2 + 0x28))(piVar2);\n }\n if (iVar7 == -1) {\n *piVar1 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n uVar6 = 2;\n goto LAB_003d6b8a;\n }\n param_2 = piVar1;\n if ((int *)piVar2[3] <= (int *)piVar2[2]) break;\n iVar7 = *(int *)piVar2[2];\n if (iVar9 == iVar8) goto LAB_003d6af8;\n }\n iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }\nLAB_003d6af8:\n local_30 = iVar8;\n if (iVar7 == -1) {\nLAB_003d6c28:\n *param_2 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n uVar6 = (-(uint)(iVar9 == 0) & 4) + 2;\n }\n else {\nLAB_003d6b01:\n *param_2 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n if (local_30 != 0) {\n return param_1;\n }\n uVar6 = 4;\n }\n }\nLAB_003d6b8a:\n iVar8 = (int)param_1 + *(int *)(iVar8 + -0xc);\n FUN_003d8970(iVar8,uVar6 | *(uint *)(iVar8 + 0x14));\n return param_1;\n}" primitive_type (pointer_declarator "* FUN_003d69f0(int *param_1,int *param_2)" * (function_declarator "FUN_003d69f0(int *param_1,int *param_2)" identifier (parameter_list "(int *param_1,int *param_2)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) )))) (compound_statement "{\n int *piVar1;\n int *piVar2;\n int *piVar3;\n char cVar4;\n int *piVar5;\n uint uVar6;\n int iVar7;\n int iVar8;\n int iVar9;\n int local_30;\n char local_21;\n undefined1 local_20 [16];\n \n FUN_003d4d40(&local_21,param_1,0);\n if (local_21 == '\0') {\n iVar8 = *param_1;\n uVar6 = 4;\n }\n else {\n iVar8 = *(int *)((int)param_1 + *(int *)(*param_1 + -0xc) + 8);\n if (iVar8 < 1) {\n iVar8 = 0x7fffffff;\n }\n FUN_003b0010(local_20,(int)param_1 + *(int *)(*param_1 + -0xc) + 0x6c);\n /* try { // try from 003d6a55 to 003d6a59 has its CatchHandler @ 003d6c5b */\n piVar5 = (int *)FUN_004034a0(local_20);\n FUN_003b07e0(local_20);\n piVar2 = *(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c);\n if ((int *)piVar2[2] < (int *)piVar2[3]) {\n iVar7 = *(int *)piVar2[2];\n }\n else {\n /* try { // try from 003d6c0e to 003d6c10 has its CatchHandler @ 003d6c59 */\n iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }\n iVar8 = iVar8 + -1;\n iVar9 = 0;\n while (iVar9 != iVar8) {\n while( true ) {\n if (iVar7 == -1) goto LAB_003d6c28;\n /* try { // try from 003d6aad to 003d6aaf has its CatchHandler @ 003d6c54 */\n cVar4 = (**(code **)(*piVar5 + 8))(piVar5,0x2000,iVar7);\n local_30 = iVar9;\n if (cVar4 != '\0') goto LAB_003d6b01;\n piVar1 = param_2 + 1;\n iVar9 = iVar9 + 1;\n piVar3 = (int *)piVar2[2];\n *param_2 = iVar7;\n if (piVar3 < (int *)piVar2[3]) {\n iVar7 = *piVar3;\n piVar2[2] = (int)(piVar3 + 1);\n }\n else {\n /* try { // try from 003d6bb6 to 003d6bf8 has its CatchHandler @ 003d6c54 */\n iVar7 = (**(code **)(*piVar2 + 0x28))(piVar2);\n }\n if (iVar7 == -1) {\n *piVar1 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n uVar6 = 2;\n goto LAB_003d6b8a;\n }\n param_2 = piVar1;\n if ((int *)piVar2[3] <= (int *)piVar2[2]) break;\n iVar7 = *(int *)piVar2[2];\n if (iVar9 == iVar8) goto LAB_003d6af8;\n }\n iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }\nLAB_003d6af8:\n local_30 = iVar8;\n if (iVar7 == -1) {\nLAB_003d6c28:\n *param_2 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n uVar6 = (-(uint)(iVar9 == 0) & 4) + 2;\n }\n else {\nLAB_003d6b01:\n *param_2 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n if (local_30 != 0) {\n return param_1;\n }\n uVar6 = 4;\n }\n }\nLAB_003d6b8a:\n iVar8 = (int)param_1 + *(int *)(iVar8 + -0xc);\n FUN_003d8970(iVar8,uVar6 | *(uint *)(iVar8 + 0x14));\n return param_1;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (declaration "int *piVar3;" primitive_type (pointer_declarator "*piVar3" * identifier) ;) (declaration "char cVar4;" primitive_type identifier ;) (declaration "int *piVar5;" primitive_type (pointer_declarator "*piVar5" * identifier) ;) (declaration "uint uVar6;" type_identifier identifier ;) (declaration "int iVar7;" primitive_type identifier ;) (declaration "int iVar8;" primitive_type identifier ;) (declaration "int iVar9;" primitive_type identifier ;) (declaration "int local_30;" primitive_type identifier ;) (declaration "char local_21;" primitive_type identifier ;) (declaration "undefined1 local_20 [16];" type_identifier (array_declarator "local_20 [16]" identifier [ number_literal ]) ;) (expression_statement "FUN_003d4d40(&local_21,param_1,0);" (call_expression "FUN_003d4d40(&local_21,param_1,0)" identifier (argument_list "(&local_21,param_1,0)" ( (pointer_expression "&local_21" & identifier) , identifier , number_literal ))) ;) (if_statement "if (local_21 == '\0') {\n iVar8 = *param_1;\n uVar6 = 4;\n }\n else {\n iVar8 = *(int *)((int)param_1 + *(int *)(*param_1 + -0xc) + 8);\n if (iVar8 < 1) {\n iVar8 = 0x7fffffff;\n }\n FUN_003b0010(local_20,(int)param_1 + *(int *)(*param_1 + -0xc) + 0x6c);\n /* try { // try from 003d6a55 to 003d6a59 has its CatchHandler @ 003d6c5b */\n piVar5 = (int *)FUN_004034a0(local_20);\n FUN_003b07e0(local_20);\n piVar2 = *(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c);\n if ((int *)piVar2[2] < (int *)piVar2[3]) {\n iVar7 = *(int *)piVar2[2];\n }\n else {\n /* try { // try from 003d6c0e to 003d6c10 has its CatchHandler @ 003d6c59 */\n iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }\n iVar8 = iVar8 + -1;\n iVar9 = 0;\n while (iVar9 != iVar8) {\n while( true ) {\n if (iVar7 == -1) goto LAB_003d6c28;\n /* try { // try from 003d6aad to 003d6aaf has its CatchHandler @ 003d6c54 */\n cVar4 = (**(code **)(*piVar5 + 8))(piVar5,0x2000,iVar7);\n local_30 = iVar9;\n if (cVar4 != '\0') goto LAB_003d6b01;\n piVar1 = param_2 + 1;\n iVar9 = iVar9 + 1;\n piVar3 = (int *)piVar2[2];\n *param_2 = iVar7;\n if (piVar3 < (int *)piVar2[3]) {\n iVar7 = *piVar3;\n piVar2[2] = (int)(piVar3 + 1);\n }\n else {\n /* try { // try from 003d6bb6 to 003d6bf8 has its CatchHandler @ 003d6c54 */\n iVar7 = (**(code **)(*piVar2 + 0x28))(piVar2);\n }\n if (iVar7 == -1) {\n *piVar1 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n uVar6 = 2;\n goto LAB_003d6b8a;\n }\n param_2 = piVar1;\n if ((int *)piVar2[3] <= (int *)piVar2[2]) break;\n iVar7 = *(int *)piVar2[2];\n if (iVar9 == iVar8) goto LAB_003d6af8;\n }\n iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }\nLAB_003d6af8:\n local_30 = iVar8;\n if (iVar7 == -1) {\nLAB_003d6c28:\n *param_2 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n uVar6 = (-(uint)(iVar9 == 0) & 4) + 2;\n }\n else {\nLAB_003d6b01:\n *param_2 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n if (local_30 != 0) {\n return param_1;\n }\n uVar6 = 4;\n }\n }" if (parenthesized_expression "(local_21 == '\0')" ( (binary_expression "local_21 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n iVar8 = *param_1;\n uVar6 = 4;\n }" { (expression_statement "iVar8 = *param_1;" (assignment_expression "iVar8 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "uVar6 = 4;" (assignment_expression "uVar6 = 4" identifier = number_literal) ;) }) (else_clause "else {\n iVar8 = *(int *)((int)param_1 + *(int *)(*param_1 + -0xc) + 8);\n if (iVar8 < 1) {\n iVar8 = 0x7fffffff;\n }\n FUN_003b0010(local_20,(int)param_1 + *(int *)(*param_1 + -0xc) + 0x6c);\n /* try { // try from 003d6a55 to 003d6a59 has its CatchHandler @ 003d6c5b */\n piVar5 = (int *)FUN_004034a0(local_20);\n FUN_003b07e0(local_20);\n piVar2 = *(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c);\n if ((int *)piVar2[2] < (int *)piVar2[3]) {\n iVar7 = *(int *)piVar2[2];\n }\n else {\n /* try { // try from 003d6c0e to 003d6c10 has its CatchHandler @ 003d6c59 */\n iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }\n iVar8 = iVar8 + -1;\n iVar9 = 0;\n while (iVar9 != iVar8) {\n while( true ) {\n if (iVar7 == -1) goto LAB_003d6c28;\n /* try { // try from 003d6aad to 003d6aaf has its CatchHandler @ 003d6c54 */\n cVar4 = (**(code **)(*piVar5 + 8))(piVar5,0x2000,iVar7);\n local_30 = iVar9;\n if (cVar4 != '\0') goto LAB_003d6b01;\n piVar1 = param_2 + 1;\n iVar9 = iVar9 + 1;\n piVar3 = (int *)piVar2[2];\n *param_2 = iVar7;\n if (piVar3 < (int *)piVar2[3]) {\n iVar7 = *piVar3;\n piVar2[2] = (int)(piVar3 + 1);\n }\n else {\n /* try { // try from 003d6bb6 to 003d6bf8 has its CatchHandler @ 003d6c54 */\n iVar7 = (**(code **)(*piVar2 + 0x28))(piVar2);\n }\n if (iVar7 == -1) {\n *piVar1 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n uVar6 = 2;\n goto LAB_003d6b8a;\n }\n param_2 = piVar1;\n if ((int *)piVar2[3] <= (int *)piVar2[2]) break;\n iVar7 = *(int *)piVar2[2];\n if (iVar9 == iVar8) goto LAB_003d6af8;\n }\n iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }\nLAB_003d6af8:\n local_30 = iVar8;\n if (iVar7 == -1) {\nLAB_003d6c28:\n *param_2 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n uVar6 = (-(uint)(iVar9 == 0) & 4) + 2;\n }\n else {\nLAB_003d6b01:\n *param_2 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n if (local_30 != 0) {\n return param_1;\n }\n uVar6 = 4;\n }\n }" else (compound_statement "{\n iVar8 = *(int *)((int)param_1 + *(int *)(*param_1 + -0xc) + 8);\n if (iVar8 < 1) {\n iVar8 = 0x7fffffff;\n }\n FUN_003b0010(local_20,(int)param_1 + *(int *)(*param_1 + -0xc) + 0x6c);\n /* try { // try from 003d6a55 to 003d6a59 has its CatchHandler @ 003d6c5b */\n piVar5 = (int *)FUN_004034a0(local_20);\n FUN_003b07e0(local_20);\n piVar2 = *(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c);\n if ((int *)piVar2[2] < (int *)piVar2[3]) {\n iVar7 = *(int *)piVar2[2];\n }\n else {\n /* try { // try from 003d6c0e to 003d6c10 has its CatchHandler @ 003d6c59 */\n iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }\n iVar8 = iVar8 + -1;\n iVar9 = 0;\n while (iVar9 != iVar8) {\n while( true ) {\n if (iVar7 == -1) goto LAB_003d6c28;\n /* try { // try from 003d6aad to 003d6aaf has its CatchHandler @ 003d6c54 */\n cVar4 = (**(code **)(*piVar5 + 8))(piVar5,0x2000,iVar7);\n local_30 = iVar9;\n if (cVar4 != '\0') goto LAB_003d6b01;\n piVar1 = param_2 + 1;\n iVar9 = iVar9 + 1;\n piVar3 = (int *)piVar2[2];\n *param_2 = iVar7;\n if (piVar3 < (int *)piVar2[3]) {\n iVar7 = *piVar3;\n piVar2[2] = (int)(piVar3 + 1);\n }\n else {\n /* try { // try from 003d6bb6 to 003d6bf8 has its CatchHandler @ 003d6c54 */\n iVar7 = (**(code **)(*piVar2 + 0x28))(piVar2);\n }\n if (iVar7 == -1) {\n *piVar1 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n uVar6 = 2;\n goto LAB_003d6b8a;\n }\n param_2 = piVar1;\n if ((int *)piVar2[3] <= (int *)piVar2[2]) break;\n iVar7 = *(int *)piVar2[2];\n if (iVar9 == iVar8) goto LAB_003d6af8;\n }\n iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }\nLAB_003d6af8:\n local_30 = iVar8;\n if (iVar7 == -1) {\nLAB_003d6c28:\n *param_2 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n uVar6 = (-(uint)(iVar9 == 0) & 4) + 2;\n }\n else {\nLAB_003d6b01:\n *param_2 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n if (local_30 != 0) {\n return param_1;\n }\n uVar6 = 4;\n }\n }" { (expression_statement "iVar8 = *(int *)((int)param_1 + *(int *)(*param_1 + -0xc) + 8);" (assignment_expression "iVar8 = *(int *)((int)param_1 + *(int *)(*param_1 + -0xc) + 8)" identifier = (pointer_expression "*(int *)((int)param_1 + *(int *)(*param_1 + -0xc) + 8)" * (cast_expression "(int *)((int)param_1 + *(int *)(*param_1 + -0xc) + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + *(int *)(*param_1 + -0xc) + 8)" ( (binary_expression "(int)param_1 + *(int *)(*param_1 + -0xc) + 8" (binary_expression "(int)param_1 + *(int *)(*param_1 + -0xc)" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + (pointer_expression "*(int *)(*param_1 + -0xc)" * (cast_expression "(int *)(*param_1 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + -0xc)" ( (binary_expression "*param_1 + -0xc" (pointer_expression "*param_1" * identifier) + number_literal) ))))) + number_literal) ))))) ;) (if_statement "if (iVar8 < 1) {\n iVar8 = 0x7fffffff;\n }" if (parenthesized_expression "(iVar8 < 1)" ( (binary_expression "iVar8 < 1" identifier < number_literal) )) (compound_statement "{\n iVar8 = 0x7fffffff;\n }" { (expression_statement "iVar8 = 0x7fffffff;" (assignment_expression "iVar8 = 0x7fffffff" identifier = number_literal) ;) })) (expression_statement "FUN_003b0010(local_20,(int)param_1 + *(int *)(*param_1 + -0xc) + 0x6c);" (call_expression "FUN_003b0010(local_20,(int)param_1 + *(int *)(*param_1 + -0xc) + 0x6c)" identifier (argument_list "(local_20,(int)param_1 + *(int *)(*param_1 + -0xc) + 0x6c)" ( identifier , (binary_expression "(int)param_1 + *(int *)(*param_1 + -0xc) + 0x6c" (binary_expression "(int)param_1 + *(int *)(*param_1 + -0xc)" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + (pointer_expression "*(int *)(*param_1 + -0xc)" * (cast_expression "(int *)(*param_1 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + -0xc)" ( (binary_expression "*param_1 + -0xc" (pointer_expression "*param_1" * identifier) + number_literal) ))))) + number_literal) ))) ;) comment (expression_statement "piVar5 = (int *)FUN_004034a0(local_20);" (assignment_expression "piVar5 = (int *)FUN_004034a0(local_20)" identifier = (cast_expression "(int *)FUN_004034a0(local_20)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_004034a0(local_20)" identifier (argument_list "(local_20)" ( identifier ))))) ;) (expression_statement "FUN_003b07e0(local_20);" (call_expression "FUN_003b07e0(local_20)" identifier (argument_list "(local_20)" ( identifier ))) ;) (expression_statement "piVar2 = *(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c);" (assignment_expression "piVar2 = *(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c)" identifier = (pointer_expression "*(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c)" * (cast_expression "(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c)" ( (binary_expression "(int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c" (binary_expression "(int)param_1 + *(int *)(*param_1 + -0xc)" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + (pointer_expression "*(int *)(*param_1 + -0xc)" * (cast_expression "(int *)(*param_1 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + -0xc)" ( (binary_expression "*param_1 + -0xc" (pointer_expression "*param_1" * identifier) + number_literal) ))))) + number_literal) ))))) ;) (if_statement "if ((int *)piVar2[2] < (int *)piVar2[3]) {\n iVar7 = *(int *)piVar2[2];\n }\n else {\n /* try { // try from 003d6c0e to 003d6c10 has its CatchHandler @ 003d6c59 */\n iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }" if (parenthesized_expression "((int *)piVar2[2] < (int *)piVar2[3])" ( (binary_expression "(int *)piVar2[2] < (int *)piVar2[3]" (cast_expression "(int *)piVar2[2]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar2[2]" identifier [ number_literal ])) < (cast_expression "(int *)piVar2[3]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar2[3]" identifier [ number_literal ]))) )) (compound_statement "{\n iVar7 = *(int *)piVar2[2];\n }" { (expression_statement "iVar7 = *(int *)piVar2[2];" (assignment_expression "iVar7 = *(int *)piVar2[2]" identifier = (pointer_expression "*(int *)piVar2[2]" * (cast_expression "(int *)piVar2[2]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar2[2]" identifier [ number_literal ])))) ;) }) (else_clause "else {\n /* try { // try from 003d6c0e to 003d6c10 has its CatchHandler @ 003d6c59 */\n iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }" else (compound_statement "{\n /* try { // try from 003d6c0e to 003d6c10 has its CatchHandler @ 003d6c59 */\n iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }" { comment (expression_statement "iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);" (assignment_expression "iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2)" identifier = (call_expression "(**(code **)(*piVar2 + 0x24))(piVar2)" (parenthesized_expression "(**(code **)(*piVar2 + 0x24))" ( (pointer_expression "**(code **)(*piVar2 + 0x24)" * (pointer_expression "*(code **)(*piVar2 + 0x24)" * (cast_expression "(code **)(*piVar2 + 0x24)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar2 + 0x24)" ( (binary_expression "*piVar2 + 0x24" (pointer_expression "*piVar2" * identifier) + number_literal) ))))) )) (argument_list "(piVar2)" ( identifier )))) ;) }))) (expression_statement "iVar8 = iVar8 + -1;" (assignment_expression "iVar8 = iVar8 + -1" identifier = (binary_expression "iVar8 + -1" identifier + number_literal)) ;) (expression_statement "iVar9 = 0;" (assignment_expression "iVar9 = 0" identifier = number_literal) ;) (while_statement "while (iVar9 != iVar8) {\n while( true ) {\n if (iVar7 == -1) goto LAB_003d6c28;\n /* try { // try from 003d6aad to 003d6aaf has its CatchHandler @ 003d6c54 */\n cVar4 = (**(code **)(*piVar5 + 8))(piVar5,0x2000,iVar7);\n local_30 = iVar9;\n if (cVar4 != '\0') goto LAB_003d6b01;\n piVar1 = param_2 + 1;\n iVar9 = iVar9 + 1;\n piVar3 = (int *)piVar2[2];\n *param_2 = iVar7;\n if (piVar3 < (int *)piVar2[3]) {\n iVar7 = *piVar3;\n piVar2[2] = (int)(piVar3 + 1);\n }\n else {\n /* try { // try from 003d6bb6 to 003d6bf8 has its CatchHandler @ 003d6c54 */\n iVar7 = (**(code **)(*piVar2 + 0x28))(piVar2);\n }\n if (iVar7 == -1) {\n *piVar1 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n uVar6 = 2;\n goto LAB_003d6b8a;\n }\n param_2 = piVar1;\n if ((int *)piVar2[3] <= (int *)piVar2[2]) break;\n iVar7 = *(int *)piVar2[2];\n if (iVar9 == iVar8) goto LAB_003d6af8;\n }\n iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }" while (parenthesized_expression "(iVar9 != iVar8)" ( (binary_expression "iVar9 != iVar8" identifier != identifier) )) (compound_statement "{\n while( true ) {\n if (iVar7 == -1) goto LAB_003d6c28;\n /* try { // try from 003d6aad to 003d6aaf has its CatchHandler @ 003d6c54 */\n cVar4 = (**(code **)(*piVar5 + 8))(piVar5,0x2000,iVar7);\n local_30 = iVar9;\n if (cVar4 != '\0') goto LAB_003d6b01;\n piVar1 = param_2 + 1;\n iVar9 = iVar9 + 1;\n piVar3 = (int *)piVar2[2];\n *param_2 = iVar7;\n if (piVar3 < (int *)piVar2[3]) {\n iVar7 = *piVar3;\n piVar2[2] = (int)(piVar3 + 1);\n }\n else {\n /* try { // try from 003d6bb6 to 003d6bf8 has its CatchHandler @ 003d6c54 */\n iVar7 = (**(code **)(*piVar2 + 0x28))(piVar2);\n }\n if (iVar7 == -1) {\n *piVar1 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n uVar6 = 2;\n goto LAB_003d6b8a;\n }\n param_2 = piVar1;\n if ((int *)piVar2[3] <= (int *)piVar2[2]) break;\n iVar7 = *(int *)piVar2[2];\n if (iVar9 == iVar8) goto LAB_003d6af8;\n }\n iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }" { (while_statement "while( true ) {\n if (iVar7 == -1) goto LAB_003d6c28;\n /* try { // try from 003d6aad to 003d6aaf has its CatchHandler @ 003d6c54 */\n cVar4 = (**(code **)(*piVar5 + 8))(piVar5,0x2000,iVar7);\n local_30 = iVar9;\n if (cVar4 != '\0') goto LAB_003d6b01;\n piVar1 = param_2 + 1;\n iVar9 = iVar9 + 1;\n piVar3 = (int *)piVar2[2];\n *param_2 = iVar7;\n if (piVar3 < (int *)piVar2[3]) {\n iVar7 = *piVar3;\n piVar2[2] = (int)(piVar3 + 1);\n }\n else {\n /* try { // try from 003d6bb6 to 003d6bf8 has its CatchHandler @ 003d6c54 */\n iVar7 = (**(code **)(*piVar2 + 0x28))(piVar2);\n }\n if (iVar7 == -1) {\n *piVar1 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n uVar6 = 2;\n goto LAB_003d6b8a;\n }\n param_2 = piVar1;\n if ((int *)piVar2[3] <= (int *)piVar2[2]) break;\n iVar7 = *(int *)piVar2[2];\n if (iVar9 == iVar8) goto LAB_003d6af8;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n if (iVar7 == -1) goto LAB_003d6c28;\n /* try { // try from 003d6aad to 003d6aaf has its CatchHandler @ 003d6c54 */\n cVar4 = (**(code **)(*piVar5 + 8))(piVar5,0x2000,iVar7);\n local_30 = iVar9;\n if (cVar4 != '\0') goto LAB_003d6b01;\n piVar1 = param_2 + 1;\n iVar9 = iVar9 + 1;\n piVar3 = (int *)piVar2[2];\n *param_2 = iVar7;\n if (piVar3 < (int *)piVar2[3]) {\n iVar7 = *piVar3;\n piVar2[2] = (int)(piVar3 + 1);\n }\n else {\n /* try { // try from 003d6bb6 to 003d6bf8 has its CatchHandler @ 003d6c54 */\n iVar7 = (**(code **)(*piVar2 + 0x28))(piVar2);\n }\n if (iVar7 == -1) {\n *piVar1 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n uVar6 = 2;\n goto LAB_003d6b8a;\n }\n param_2 = piVar1;\n if ((int *)piVar2[3] <= (int *)piVar2[2]) break;\n iVar7 = *(int *)piVar2[2];\n if (iVar9 == iVar8) goto LAB_003d6af8;\n }" { (if_statement "if (iVar7 == -1) goto LAB_003d6c28;" if (parenthesized_expression "(iVar7 == -1)" ( (binary_expression "iVar7 == -1" identifier == number_literal) )) (goto_statement "goto LAB_003d6c28;" goto statement_identifier ;)) comment (expression_statement "cVar4 = (**(code **)(*piVar5 + 8))(piVar5,0x2000,iVar7);" (assignment_expression "cVar4 = (**(code **)(*piVar5 + 8))(piVar5,0x2000,iVar7)" identifier = (call_expression "(**(code **)(*piVar5 + 8))(piVar5,0x2000,iVar7)" (parenthesized_expression "(**(code **)(*piVar5 + 8))" ( (pointer_expression "**(code **)(*piVar5 + 8)" * (pointer_expression "*(code **)(*piVar5 + 8)" * (cast_expression "(code **)(*piVar5 + 8)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar5 + 8)" ( (binary_expression "*piVar5 + 8" (pointer_expression "*piVar5" * identifier) + number_literal) ))))) )) (argument_list "(piVar5,0x2000,iVar7)" ( identifier , number_literal , identifier )))) ;) (expression_statement "local_30 = iVar9;" (assignment_expression "local_30 = iVar9" identifier = identifier) ;) (if_statement "if (cVar4 != '\0') goto LAB_003d6b01;" if (parenthesized_expression "(cVar4 != '\0')" ( (binary_expression "cVar4 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (goto_statement "goto LAB_003d6b01;" goto statement_identifier ;)) (expression_statement "piVar1 = param_2 + 1;" (assignment_expression "piVar1 = param_2 + 1" identifier = (binary_expression "param_2 + 1" identifier + number_literal)) ;) (expression_statement "iVar9 = iVar9 + 1;" (assignment_expression "iVar9 = iVar9 + 1" identifier = (binary_expression "iVar9 + 1" identifier + number_literal)) ;) (expression_statement "piVar3 = (int *)piVar2[2];" (assignment_expression "piVar3 = (int *)piVar2[2]" identifier = (cast_expression "(int *)piVar2[2]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar2[2]" identifier [ number_literal ]))) ;) (expression_statement "*param_2 = iVar7;" (assignment_expression "*param_2 = iVar7" (pointer_expression "*param_2" * identifier) = identifier) ;) (if_statement "if (piVar3 < (int *)piVar2[3]) {\n iVar7 = *piVar3;\n piVar2[2] = (int)(piVar3 + 1);\n }\n else {\n /* try { // try from 003d6bb6 to 003d6bf8 has its CatchHandler @ 003d6c54 */\n iVar7 = (**(code **)(*piVar2 + 0x28))(piVar2);\n }" if (parenthesized_expression "(piVar3 < (int *)piVar2[3])" ( (binary_expression "piVar3 < (int *)piVar2[3]" identifier < (cast_expression "(int *)piVar2[3]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar2[3]" identifier [ number_literal ]))) )) (compound_statement "{\n iVar7 = *piVar3;\n piVar2[2] = (int)(piVar3 + 1);\n }" { (expression_statement "iVar7 = *piVar3;" (assignment_expression "iVar7 = *piVar3" identifier = (pointer_expression "*piVar3" * identifier)) ;) (expression_statement "piVar2[2] = (int)(piVar3 + 1);" (assignment_expression "piVar2[2] = (int)(piVar3 + 1)" (subscript_expression "piVar2[2]" identifier [ number_literal ]) = (cast_expression "(int)(piVar3 + 1)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(piVar3 + 1)" ( (binary_expression "piVar3 + 1" identifier + number_literal) )))) ;) }) (else_clause "else {\n /* try { // try from 003d6bb6 to 003d6bf8 has its CatchHandler @ 003d6c54 */\n iVar7 = (**(code **)(*piVar2 + 0x28))(piVar2);\n }" else (compound_statement "{\n /* try { // try from 003d6bb6 to 003d6bf8 has its CatchHandler @ 003d6c54 */\n iVar7 = (**(code **)(*piVar2 + 0x28))(piVar2);\n }" { comment (expression_statement "iVar7 = (**(code **)(*piVar2 + 0x28))(piVar2);" (assignment_expression "iVar7 = (**(code **)(*piVar2 + 0x28))(piVar2)" identifier = (call_expression "(**(code **)(*piVar2 + 0x28))(piVar2)" (parenthesized_expression "(**(code **)(*piVar2 + 0x28))" ( (pointer_expression "**(code **)(*piVar2 + 0x28)" * (pointer_expression "*(code **)(*piVar2 + 0x28)" * (cast_expression "(code **)(*piVar2 + 0x28)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar2 + 0x28)" ( (binary_expression "*piVar2 + 0x28" (pointer_expression "*piVar2" * identifier) + number_literal) ))))) )) (argument_list "(piVar2)" ( identifier )))) ;) }))) (if_statement "if (iVar7 == -1) {\n *piVar1 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n uVar6 = 2;\n goto LAB_003d6b8a;\n }" if (parenthesized_expression "(iVar7 == -1)" ( (binary_expression "iVar7 == -1" identifier == number_literal) )) (compound_statement "{\n *piVar1 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n uVar6 = 2;\n goto LAB_003d6b8a;\n }" { (expression_statement "*piVar1 = 0;" (assignment_expression "*piVar1 = 0" (pointer_expression "*piVar1" * identifier) = number_literal) ;) (expression_statement "iVar8 = *param_1;" (assignment_expression "iVar8 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "*(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;" (assignment_expression "*(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0" (pointer_expression "*(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8)" * (cast_expression "(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + *(int *)(iVar8 + -0xc) + 8)" ( (binary_expression "(int)param_1 + *(int *)(iVar8 + -0xc) + 8" (binary_expression "(int)param_1 + *(int *)(iVar8 + -0xc)" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + (pointer_expression "*(int *)(iVar8 + -0xc)" * (cast_expression "(int *)(iVar8 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar8 + -0xc)" ( (binary_expression "iVar8 + -0xc" identifier + number_literal) ))))) + number_literal) )))) = number_literal) ;) (expression_statement "uVar6 = 2;" (assignment_expression "uVar6 = 2" identifier = number_literal) ;) (goto_statement "goto LAB_003d6b8a;" goto statement_identifier ;) })) (expression_statement "param_2 = piVar1;" (assignment_expression "param_2 = piVar1" identifier = identifier) ;) (if_statement "if ((int *)piVar2[3] <= (int *)piVar2[2]) break;" if (parenthesized_expression "((int *)piVar2[3] <= (int *)piVar2[2])" ( (binary_expression "(int *)piVar2[3] <= (int *)piVar2[2]" (cast_expression "(int *)piVar2[3]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar2[3]" identifier [ number_literal ])) <= (cast_expression "(int *)piVar2[2]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar2[2]" identifier [ number_literal ]))) )) (break_statement "break;" break ;)) (expression_statement "iVar7 = *(int *)piVar2[2];" (assignment_expression "iVar7 = *(int *)piVar2[2]" identifier = (pointer_expression "*(int *)piVar2[2]" * (cast_expression "(int *)piVar2[2]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar2[2]" identifier [ number_literal ])))) ;) (if_statement "if (iVar9 == iVar8) goto LAB_003d6af8;" if (parenthesized_expression "(iVar9 == iVar8)" ( (binary_expression "iVar9 == iVar8" identifier == identifier) )) (goto_statement "goto LAB_003d6af8;" goto statement_identifier ;)) })) (expression_statement "iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);" (assignment_expression "iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2)" identifier = (call_expression "(**(code **)(*piVar2 + 0x24))(piVar2)" (parenthesized_expression "(**(code **)(*piVar2 + 0x24))" ( (pointer_expression "**(code **)(*piVar2 + 0x24)" * (pointer_expression "*(code **)(*piVar2 + 0x24)" * (cast_expression "(code **)(*piVar2 + 0x24)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar2 + 0x24)" ( (binary_expression "*piVar2 + 0x24" (pointer_expression "*piVar2" * identifier) + number_literal) ))))) )) (argument_list "(piVar2)" ( identifier )))) ;) })) (labeled_statement "LAB_003d6af8:\n local_30 = iVar8;" statement_identifier : (expression_statement "local_30 = iVar8;" (assignment_expression "local_30 = iVar8" identifier = identifier) ;)) (if_statement "if (iVar7 == -1) {\nLAB_003d6c28:\n *param_2 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n uVar6 = (-(uint)(iVar9 == 0) & 4) + 2;\n }\n else {\nLAB_003d6b01:\n *param_2 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n if (local_30 != 0) {\n return param_1;\n }\n uVar6 = 4;\n }" if (parenthesized_expression "(iVar7 == -1)" ( (binary_expression "iVar7 == -1" identifier == number_literal) )) (compound_statement "{\nLAB_003d6c28:\n *param_2 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n uVar6 = (-(uint)(iVar9 == 0) & 4) + 2;\n }" { (labeled_statement "LAB_003d6c28:\n *param_2 = 0;" statement_identifier : (expression_statement "*param_2 = 0;" (assignment_expression "*param_2 = 0" (pointer_expression "*param_2" * identifier) = number_literal) ;)) (expression_statement "iVar8 = *param_1;" (assignment_expression "iVar8 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "*(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;" (assignment_expression "*(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0" (pointer_expression "*(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8)" * (cast_expression "(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + *(int *)(iVar8 + -0xc) + 8)" ( (binary_expression "(int)param_1 + *(int *)(iVar8 + -0xc) + 8" (binary_expression "(int)param_1 + *(int *)(iVar8 + -0xc)" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + (pointer_expression "*(int *)(iVar8 + -0xc)" * (cast_expression "(int *)(iVar8 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar8 + -0xc)" ( (binary_expression "iVar8 + -0xc" identifier + number_literal) ))))) + number_literal) )))) = number_literal) ;) (expression_statement "uVar6 = (-(uint)(iVar9 == 0) & 4) + 2;" (assignment_expression "uVar6 = (-(uint)(iVar9 == 0) & 4) + 2" identifier = (binary_expression "(-(uint)(iVar9 == 0) & 4) + 2" (parenthesized_expression "(-(uint)(iVar9 == 0) & 4)" ( (binary_expression "-(uint)(iVar9 == 0) & 4" (unary_expression "-(uint)(iVar9 == 0)" - (call_expression "(uint)(iVar9 == 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(iVar9 == 0)" ( (binary_expression "iVar9 == 0" identifier == number_literal) )))) & number_literal) )) + number_literal)) ;) }) (else_clause "else {\nLAB_003d6b01:\n *param_2 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n if (local_30 != 0) {\n return param_1;\n }\n uVar6 = 4;\n }" else (compound_statement "{\nLAB_003d6b01:\n *param_2 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n if (local_30 != 0) {\n return param_1;\n }\n uVar6 = 4;\n }" { (labeled_statement "LAB_003d6b01:\n *param_2 = 0;" statement_identifier : (expression_statement "*param_2 = 0;" (assignment_expression "*param_2 = 0" (pointer_expression "*param_2" * identifier) = number_literal) ;)) (expression_statement "iVar8 = *param_1;" (assignment_expression "iVar8 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "*(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;" (assignment_expression "*(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0" (pointer_expression "*(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8)" * (cast_expression "(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + *(int *)(iVar8 + -0xc) + 8)" ( (binary_expression "(int)param_1 + *(int *)(iVar8 + -0xc) + 8" (binary_expression "(int)param_1 + *(int *)(iVar8 + -0xc)" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + (pointer_expression "*(int *)(iVar8 + -0xc)" * (cast_expression "(int *)(iVar8 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar8 + -0xc)" ( (binary_expression "iVar8 + -0xc" identifier + number_literal) ))))) + number_literal) )))) = number_literal) ;) (if_statement "if (local_30 != 0) {\n return param_1;\n }" if (parenthesized_expression "(local_30 != 0)" ( (binary_expression "local_30 != 0" identifier != number_literal) )) (compound_statement "{\n return param_1;\n }" { (return_statement "return param_1;" return identifier ;) })) (expression_statement "uVar6 = 4;" (assignment_expression "uVar6 = 4" identifier = number_literal) ;) }))) }))) (labeled_statement "LAB_003d6b8a:\n iVar8 = (int)param_1 + *(int *)(iVar8 + -0xc);" statement_identifier : (expression_statement "iVar8 = (int)param_1 + *(int *)(iVar8 + -0xc);" (assignment_expression "iVar8 = (int)param_1 + *(int *)(iVar8 + -0xc)" identifier = (binary_expression "(int)param_1 + *(int *)(iVar8 + -0xc)" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + (pointer_expression "*(int *)(iVar8 + -0xc)" * (cast_expression "(int *)(iVar8 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar8 + -0xc)" ( (binary_expression "iVar8 + -0xc" identifier + number_literal) )))))) ;)) (expression_statement "FUN_003d8970(iVar8,uVar6 | *(uint *)(iVar8 + 0x14));" (call_expression "FUN_003d8970(iVar8,uVar6 | *(uint *)(iVar8 + 0x14))" identifier (argument_list "(iVar8,uVar6 | *(uint *)(iVar8 + 0x14))" ( identifier , (binary_expression "uVar6 | *(uint *)(iVar8 + 0x14)" identifier | (pointer_expression "*(uint *)(iVar8 + 0x14)" * (cast_expression "(uint *)(iVar8 + 0x14)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar8 + 0x14)" ( (binary_expression "iVar8 + 0x14" identifier + number_literal) ))))) ))) ;) (return_statement "return param_1;" return identifier ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n/* std::wistream& std::TEMPNAMEPLACEHOLDERVALUE(std::wistream&, wchar_t*) */\n\nwistream * std::operator>>(wistream *param_1,wchar_t *param_2)\n\n{\n wchar_t *pwVar1;\n int *piVar2;\n int *piVar3;\n char cVar4;\n ctype *pcVar5;\n int iVar6;\n wchar_t wVar7;\n int iVar8;\n int local_30;\n sentry local_21;\n locale local_20 [16];\n \n wistream::sentry::sentry(&local_21,param_1,false);\n if (local_21 == (sentry)0x0) {\n iVar8 = *(int *)param_1;\n }\n else {\n iVar8 = *(int *)(param_1 + *(int *)(*(int *)param_1 + -0xc) + 8);\n if (iVar8 < 1) {\n iVar8 = 0x7fffffff;\n }\n locale::locale(local_20,(locale *)(param_1 + *(int *)(*(int *)param_1 + -0xc) + 0x6c));\n /* try { // try from 003d6a55 to 003d6a59 has its CatchHandler @ 003d6c5b */\n pcVar5 = use_facet<std::ctype<wchar_t>>(local_20);\n locale::~locale(local_20);\n piVar2 = *(int **)(param_1 + *(int *)(*(int *)param_1 + -0xc) + 0x7c);\n if ((wchar_t *)piVar2[2] < (wchar_t *)piVar2[3]) {\n wVar7 = *(wchar_t *)piVar2[2];\n }\n else {\n /* try { // try from 003d6c0e to 003d6c10 has its CatchHandler @ 003d6c59 */\n wVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }\n iVar8 = iVar8 + -1;\n local_30 = 0;\n while (local_30 != iVar8) {\n while( true ) {\n if (wVar7 == L'\xffffffff') goto LAB_003d6c28;\n /* try { // try from 003d6aad to 003d6aaf has its CatchHandler @ 003d6c54 */\n cVar4 = (**(code **)(*(int *)pcVar5 + 8))(pcVar5,0x2000,wVar7);\n if (cVar4 != '\0') goto LAB_003d6b01;\n pwVar1 = param_2 + 1;\n local_30 = local_30 + 1;\n piVar3 = (int *)piVar2[2];\n *param_2 = wVar7;\n if (piVar3 < (int *)piVar2[3]) {\n iVar6 = *piVar3;\n piVar2[2] = (int)(piVar3 + 1);\n }\n else {\n /* try { // try from 003d6bb6 to 003d6bf8 has its CatchHandler @ 003d6c54 */\n iVar6 = (**(code **)(*piVar2 + 0x28))(piVar2);\n }\n if (iVar6 == -1) {\n *pwVar1 = L'\0';\n iVar8 = *(int *)param_1;\n *(undefined4 *)(param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n goto LAB_003d6b8a;\n }\n param_2 = pwVar1;\n if ((wchar_t *)piVar2[3] <= (wchar_t *)piVar2[2]) break;\n wVar7 = *(wchar_t *)piVar2[2];\n if (local_30 == iVar8) goto LAB_003d6af8;\n }\n wVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }\nLAB_003d6af8:\n local_30 = iVar8;\n if (wVar7 == L'\xffffffff') {\nLAB_003d6c28:\n *param_2 = L'\0';\n iVar8 = *(int *)param_1;\n *(undefined4 *)(param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n }\n else {\nLAB_003d6b01:\n *param_2 = L'\0';\n iVar8 = *(int *)param_1;\n *(undefined4 *)(param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n if (local_30 != 0) {\n return param_1;\n }\n }\n }\nLAB_003d6b8a:\n wios::clear((_Ios_Iostate)(param_1 + *(int *)(iVar8 + -0xc)));\n return param_1;\n}\n\n" comment comment comment (ERROR "wistream * std::operator>>(wistream *param_1,wchar_t *param_2)" (binary_expression "wistream * std::operator>>(wistream *param_1,wchar_t *param_2)" (binary_expression "wistream * std" identifier * identifier) (ERROR "::operator" : : identifier) >> (parenthesized_expression "(wistream *param_1,wchar_t *param_2)" ( (comma_expression "wistream *param_1,wchar_t *param_2" (binary_expression "wistream *param_1" identifier * identifier) , (binary_expression "wchar_t *param_2" identifier * identifier)) )))) (compound_statement "{\n wchar_t *pwVar1;\n int *piVar2;\n int *piVar3;\n char cVar4;\n ctype *pcVar5;\n int iVar6;\n wchar_t wVar7;\n int iVar8;\n int local_30;\n sentry local_21;\n locale local_20 [16];\n \n wistream::sentry::sentry(&local_21,param_1,false);\n if (local_21 == (sentry)0x0) {\n iVar8 = *(int *)param_1;\n }\n else {\n iVar8 = *(int *)(param_1 + *(int *)(*(int *)param_1 + -0xc) + 8);\n if (iVar8 < 1) {\n iVar8 = 0x7fffffff;\n }\n locale::locale(local_20,(locale *)(param_1 + *(int *)(*(int *)param_1 + -0xc) + 0x6c));\n /* try { // try from 003d6a55 to 003d6a59 has its CatchHandler @ 003d6c5b */\n pcVar5 = use_facet<std::ctype<wchar_t>>(local_20);\n locale::~locale(local_20);\n piVar2 = *(int **)(param_1 + *(int *)(*(int *)param_1 + -0xc) + 0x7c);\n if ((wchar_t *)piVar2[2] < (wchar_t *)piVar2[3]) {\n wVar7 = *(wchar_t *)piVar2[2];\n }\n else {\n /* try { // try from 003d6c0e to 003d6c10 has its CatchHandler @ 003d6c59 */\n wVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }\n iVar8 = iVar8 + -1;\n local_30 = 0;\n while (local_30 != iVar8) {\n while( true ) {\n if (wVar7 == L'\xffffffff') goto LAB_003d6c28;\n /* try { // try from 003d6aad to 003d6aaf has its CatchHandler @ 003d6c54 */\n cVar4 = (**(code **)(*(int *)pcVar5 + 8))(pcVar5,0x2000,wVar7);\n if (cVar4 != '\0') goto LAB_003d6b01;\n pwVar1 = param_2 + 1;\n local_30 = local_30 + 1;\n piVar3 = (int *)piVar2[2];\n *param_2 = wVar7;\n if (piVar3 < (int *)piVar2[3]) {\n iVar6 = *piVar3;\n piVar2[2] = (int)(piVar3 + 1);\n }\n else {\n /* try { // try from 003d6bb6 to 003d6bf8 has its CatchHandler @ 003d6c54 */\n iVar6 = (**(code **)(*piVar2 + 0x28))(piVar2);\n }\n if (iVar6 == -1) {\n *pwVar1 = L'\0';\n iVar8 = *(int *)param_1;\n *(undefined4 *)(param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n goto LAB_003d6b8a;\n }\n param_2 = pwVar1;\n if ((wchar_t *)piVar2[3] <= (wchar_t *)piVar2[2]) break;\n wVar7 = *(wchar_t *)piVar2[2];\n if (local_30 == iVar8) goto LAB_003d6af8;\n }\n wVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }\nLAB_003d6af8:\n local_30 = iVar8;\n if (wVar7 == L'\xffffffff') {\nLAB_003d6c28:\n *param_2 = L'\0';\n iVar8 = *(int *)param_1;\n *(undefined4 *)(param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n }\n else {\nLAB_003d6b01:\n *param_2 = L'\0';\n iVar8 = *(int *)param_1;\n *(undefined4 *)(param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n if (local_30 != 0) {\n return param_1;\n }\n }\n }\nLAB_003d6b8a:\n wios::clear((_Ios_Iostate)(param_1 + *(int *)(iVar8 + -0xc)));\n return param_1;\n}" { (declaration "wchar_t *pwVar1;" type_identifier (pointer_declarator "*pwVar1" * identifier) ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (declaration "int *piVar3;" primitive_type (pointer_declarator "*piVar3" * identifier) ;) (declaration "char cVar4;" primitive_type identifier ;) (declaration "ctype *pcVar5;" type_identifier (pointer_declarator "*pcVar5" * identifier) ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "wchar_t wVar7;" type_identifier identifier ;) (declaration "int iVar8;" primitive_type identifier ;) (declaration "int local_30;" primitive_type identifier ;) (declaration "sentry local_21;" type_identifier identifier ;) (declaration "locale local_20 [16];" type_identifier (array_declarator "local_20 [16]" identifier [ number_literal ]) ;) (labeled_statement "wistream::sentry::sentry(&local_21,param_1,false);" statement_identifier : (ERROR ":" :) (labeled_statement "sentry::sentry(&local_21,param_1,false);" statement_identifier : (ERROR ":" :) (expression_statement "sentry(&local_21,param_1,false);" (call_expression "sentry(&local_21,param_1,false)" identifier (argument_list "(&local_21,param_1,false)" ( (pointer_expression "&local_21" & identifier) , identifier , false ))) ;))) (if_statement "if (local_21 == (sentry)0x0) {\n iVar8 = *(int *)param_1;\n }\n else {\n iVar8 = *(int *)(param_1 + *(int *)(*(int *)param_1 + -0xc) + 8);\n if (iVar8 < 1) {\n iVar8 = 0x7fffffff;\n }\n locale::locale(local_20,(locale *)(param_1 + *(int *)(*(int *)param_1 + -0xc) + 0x6c));\n /* try { // try from 003d6a55 to 003d6a59 has its CatchHandler @ 003d6c5b */\n pcVar5 = use_facet<std::ctype<wchar_t>>(local_20);\n locale::~locale(local_20);\n piVar2 = *(int **)(param_1 + *(int *)(*(int *)param_1 + -0xc) + 0x7c);\n if ((wchar_t *)piVar2[2] < (wchar_t *)piVar2[3]) {\n wVar7 = *(wchar_t *)piVar2[2];\n }\n else {\n /* try { // try from 003d6c0e to 003d6c10 has its CatchHandler @ 003d6c59 */\n wVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }\n iVar8 = iVar8 + -1;\n local_30 = 0;\n while (local_30 != iVar8) {\n while( true ) {\n if (wVar7 == L'\xffffffff') goto LAB_003d6c28;\n /* try { // try from 003d6aad to 003d6aaf has its CatchHandler @ 003d6c54 */\n cVar4 = (**(code **)(*(int *)pcVar5 + 8))(pcVar5,0x2000,wVar7);\n if (cVar4 != '\0') goto LAB_003d6b01;\n pwVar1 = param_2 + 1;\n local_30 = local_30 + 1;\n piVar3 = (int *)piVar2[2];\n *param_2 = wVar7;\n if (piVar3 < (int *)piVar2[3]) {\n iVar6 = *piVar3;\n piVar2[2] = (int)(piVar3 + 1);\n }\n else {\n /* try { // try from 003d6bb6 to 003d6bf8 has its CatchHandler @ 003d6c54 */\n iVar6 = (**(code **)(*piVar2 + 0x28))(piVar2);\n }\n if (iVar6 == -1) {\n *pwVar1 = L'\0';\n iVar8 = *(int *)param_1;\n *(undefined4 *)(param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n goto LAB_003d6b8a;\n }\n param_2 = pwVar1;\n if ((wchar_t *)piVar2[3] <= (wchar_t *)piVar2[2]) break;\n wVar7 = *(wchar_t *)piVar2[2];\n if (local_30 == iVar8) goto LAB_003d6af8;\n }\n wVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }\nLAB_003d6af8:\n local_30 = iVar8;\n if (wVar7 == L'\xffffffff') {\nLAB_003d6c28:\n *param_2 = L'\0';\n iVar8 = *(int *)param_1;\n *(undefined4 *)(param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n }\n else {\nLAB_003d6b01:\n *param_2 = L'\0';\n iVar8 = *(int *)param_1;\n *(undefined4 *)(param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n if (local_30 != 0) {\n return param_1;\n }\n }\n }" if (parenthesized_expression "(local_21 == (sentry)0x0)" ( (binary_expression "local_21 == (sentry)0x0" identifier == (cast_expression "(sentry)0x0" ( (type_descriptor "sentry" type_identifier) ) number_literal)) )) (compound_statement "{\n iVar8 = *(int *)param_1;\n }" { (expression_statement "iVar8 = *(int *)param_1;" (assignment_expression "iVar8 = *(int *)param_1" identifier = (pointer_expression "*(int *)param_1" * (cast_expression "(int *)param_1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier))) ;) }) (else_clause "else {\n iVar8 = *(int *)(param_1 + *(int *)(*(int *)param_1 + -0xc) + 8);\n if (iVar8 < 1) {\n iVar8 = 0x7fffffff;\n }\n locale::locale(local_20,(locale *)(param_1 + *(int *)(*(int *)param_1 + -0xc) + 0x6c));\n /* try { // try from 003d6a55 to 003d6a59 has its CatchHandler @ 003d6c5b */\n pcVar5 = use_facet<std::ctype<wchar_t>>(local_20);\n locale::~locale(local_20);\n piVar2 = *(int **)(param_1 + *(int *)(*(int *)param_1 + -0xc) + 0x7c);\n if ((wchar_t *)piVar2[2] < (wchar_t *)piVar2[3]) {\n wVar7 = *(wchar_t *)piVar2[2];\n }\n else {\n /* try { // try from 003d6c0e to 003d6c10 has its CatchHandler @ 003d6c59 */\n wVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }\n iVar8 = iVar8 + -1;\n local_30 = 0;\n while (local_30 != iVar8) {\n while( true ) {\n if (wVar7 == L'\xffffffff') goto LAB_003d6c28;\n /* try { // try from 003d6aad to 003d6aaf has its CatchHandler @ 003d6c54 */\n cVar4 = (**(code **)(*(int *)pcVar5 + 8))(pcVar5,0x2000,wVar7);\n if (cVar4 != '\0') goto LAB_003d6b01;\n pwVar1 = param_2 + 1;\n local_30 = local_30 + 1;\n piVar3 = (int *)piVar2[2];\n *param_2 = wVar7;\n if (piVar3 < (int *)piVar2[3]) {\n iVar6 = *piVar3;\n piVar2[2] = (int)(piVar3 + 1);\n }\n else {\n /* try { // try from 003d6bb6 to 003d6bf8 has its CatchHandler @ 003d6c54 */\n iVar6 = (**(code **)(*piVar2 + 0x28))(piVar2);\n }\n if (iVar6 == -1) {\n *pwVar1 = L'\0';\n iVar8 = *(int *)param_1;\n *(undefined4 *)(param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n goto LAB_003d6b8a;\n }\n param_2 = pwVar1;\n if ((wchar_t *)piVar2[3] <= (wchar_t *)piVar2[2]) break;\n wVar7 = *(wchar_t *)piVar2[2];\n if (local_30 == iVar8) goto LAB_003d6af8;\n }\n wVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }\nLAB_003d6af8:\n local_30 = iVar8;\n if (wVar7 == L'\xffffffff') {\nLAB_003d6c28:\n *param_2 = L'\0';\n iVar8 = *(int *)param_1;\n *(undefined4 *)(param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n }\n else {\nLAB_003d6b01:\n *param_2 = L'\0';\n iVar8 = *(int *)param_1;\n *(undefined4 *)(param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n if (local_30 != 0) {\n return param_1;\n }\n }\n }" else (compound_statement "{\n iVar8 = *(int *)(param_1 + *(int *)(*(int *)param_1 + -0xc) + 8);\n if (iVar8 < 1) {\n iVar8 = 0x7fffffff;\n }\n locale::locale(local_20,(locale *)(param_1 + *(int *)(*(int *)param_1 + -0xc) + 0x6c));\n /* try { // try from 003d6a55 to 003d6a59 has its CatchHandler @ 003d6c5b */\n pcVar5 = use_facet<std::ctype<wchar_t>>(local_20);\n locale::~locale(local_20);\n piVar2 = *(int **)(param_1 + *(int *)(*(int *)param_1 + -0xc) + 0x7c);\n if ((wchar_t *)piVar2[2] < (wchar_t *)piVar2[3]) {\n wVar7 = *(wchar_t *)piVar2[2];\n }\n else {\n /* try { // try from 003d6c0e to 003d6c10 has its CatchHandler @ 003d6c59 */\n wVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }\n iVar8 = iVar8 + -1;\n local_30 = 0;\n while (local_30 != iVar8) {\n while( true ) {\n if (wVar7 == L'\xffffffff') goto LAB_003d6c28;\n /* try { // try from 003d6aad to 003d6aaf has its CatchHandler @ 003d6c54 */\n cVar4 = (**(code **)(*(int *)pcVar5 + 8))(pcVar5,0x2000,wVar7);\n if (cVar4 != '\0') goto LAB_003d6b01;\n pwVar1 = param_2 + 1;\n local_30 = local_30 + 1;\n piVar3 = (int *)piVar2[2];\n *param_2 = wVar7;\n if (piVar3 < (int *)piVar2[3]) {\n iVar6 = *piVar3;\n piVar2[2] = (int)(piVar3 + 1);\n }\n else {\n /* try { // try from 003d6bb6 to 003d6bf8 has its CatchHandler @ 003d6c54 */\n iVar6 = (**(code **)(*piVar2 + 0x28))(piVar2);\n }\n if (iVar6 == -1) {\n *pwVar1 = L'\0';\n iVar8 = *(int *)param_1;\n *(undefined4 *)(param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n goto LAB_003d6b8a;\n }\n param_2 = pwVar1;\n if ((wchar_t *)piVar2[3] <= (wchar_t *)piVar2[2]) break;\n wVar7 = *(wchar_t *)piVar2[2];\n if (local_30 == iVar8) goto LAB_003d6af8;\n }\n wVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }\nLAB_003d6af8:\n local_30 = iVar8;\n if (wVar7 == L'\xffffffff') {\nLAB_003d6c28:\n *param_2 = L'\0';\n iVar8 = *(int *)param_1;\n *(undefined4 *)(param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n }\n else {\nLAB_003d6b01:\n *param_2 = L'\0';\n iVar8 = *(int *)param_1;\n *(undefined4 *)(param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n if (local_30 != 0) {\n return param_1;\n }\n }\n }" { (expression_statement "iVar8 = *(int *)(param_1 + *(int *)(*(int *)param_1 + -0xc) + 8);" (assignment_expression "iVar8 = *(int *)(param_1 + *(int *)(*(int *)param_1 + -0xc) + 8)" identifier = (pointer_expression "*(int *)(param_1 + *(int *)(*(int *)param_1 + -0xc) + 8)" * (cast_expression "(int *)(param_1 + *(int *)(*(int *)param_1 + -0xc) + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + *(int *)(*(int *)param_1 + -0xc) + 8)" ( (binary_expression "param_1 + *(int *)(*(int *)param_1 + -0xc) + 8" (binary_expression "param_1 + *(int *)(*(int *)param_1 + -0xc)" identifier + (pointer_expression "*(int *)(*(int *)param_1 + -0xc)" * (cast_expression "(int *)(*(int *)param_1 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)param_1 + -0xc)" ( (binary_expression "*(int *)param_1 + -0xc" (pointer_expression "*(int *)param_1" * (cast_expression "(int *)param_1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) ))))) + number_literal) ))))) ;) (if_statement "if (iVar8 < 1) {\n iVar8 = 0x7fffffff;\n }" if (parenthesized_expression "(iVar8 < 1)" ( (binary_expression "iVar8 < 1" identifier < number_literal) )) (compound_statement "{\n iVar8 = 0x7fffffff;\n }" { (expression_statement "iVar8 = 0x7fffffff;" (assignment_expression "iVar8 = 0x7fffffff" identifier = number_literal) ;) })) (labeled_statement "locale::locale(local_20,(locale *)(param_1 + *(int *)(*(int *)param_1 + -0xc) + 0x6c));" statement_identifier : (ERROR ":" :) (expression_statement "locale(local_20,(locale *)(param_1 + *(int *)(*(int *)param_1 + -0xc) + 0x6c));" (call_expression "locale(local_20,(locale *)(param_1 + *(int *)(*(int *)param_1 + -0xc) + 0x6c))" identifier (argument_list "(local_20,(locale *)(param_1 + *(int *)(*(int *)param_1 + -0xc) + 0x6c))" ( identifier , (cast_expression "(locale *)(param_1 + *(int *)(*(int *)param_1 + -0xc) + 0x6c)" ( (type_descriptor "locale *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + *(int *)(*(int *)param_1 + -0xc) + 0x6c)" ( (binary_expression "param_1 + *(int *)(*(int *)param_1 + -0xc) + 0x6c" (binary_expression "param_1 + *(int *)(*(int *)param_1 + -0xc)" identifier + (pointer_expression "*(int *)(*(int *)param_1 + -0xc)" * (cast_expression "(int *)(*(int *)param_1 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)param_1 + -0xc)" ( (binary_expression "*(int *)param_1 + -0xc" (pointer_expression "*(int *)param_1" * (cast_expression "(int *)param_1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) ))))) + number_literal) ))) ))) ;)) comment (expression_statement "pcVar5 = use_facet<std::ctype<wchar_t>>(local_20);" (binary_expression "pcVar5 = use_facet<std::ctype<wchar_t>>(local_20)" (assignment_expression "pcVar5 = use_facet<std" identifier = (binary_expression "use_facet<std" identifier < identifier)) (ERROR "::ctype" : : identifier) < (binary_expression "wchar_t>>(local_20)" identifier >> (parenthesized_expression "(local_20)" ( identifier )))) ;) (labeled_statement "locale::~locale(local_20);" statement_identifier : (ERROR ":" :) (expression_statement "~locale(local_20);" (unary_expression "~locale(local_20)" ~ (call_expression "locale(local_20)" identifier (argument_list "(local_20)" ( identifier )))) ;)) (expression_statement "piVar2 = *(int **)(param_1 + *(int *)(*(int *)param_1 + -0xc) + 0x7c);" (assignment_expression "piVar2 = *(int **)(param_1 + *(int *)(*(int *)param_1 + -0xc) + 0x7c)" identifier = (pointer_expression "*(int **)(param_1 + *(int *)(*(int *)param_1 + -0xc) + 0x7c)" * (cast_expression "(int **)(param_1 + *(int *)(*(int *)param_1 + -0xc) + 0x7c)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + *(int *)(*(int *)param_1 + -0xc) + 0x7c)" ( (binary_expression "param_1 + *(int *)(*(int *)param_1 + -0xc) + 0x7c" (binary_expression "param_1 + *(int *)(*(int *)param_1 + -0xc)" identifier + (pointer_expression "*(int *)(*(int *)param_1 + -0xc)" * (cast_expression "(int *)(*(int *)param_1 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)param_1 + -0xc)" ( (binary_expression "*(int *)param_1 + -0xc" (pointer_expression "*(int *)param_1" * (cast_expression "(int *)param_1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) ))))) + number_literal) ))))) ;) (if_statement "if ((wchar_t *)piVar2[2] < (wchar_t *)piVar2[3]) {\n wVar7 = *(wchar_t *)piVar2[2];\n }\n else {\n /* try { // try from 003d6c0e to 003d6c10 has its CatchHandler @ 003d6c59 */\n wVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }" if (parenthesized_expression "((wchar_t *)piVar2[2] < (wchar_t *)piVar2[3])" ( (binary_expression "(wchar_t *)piVar2[2] < (wchar_t *)piVar2[3]" (cast_expression "(wchar_t *)piVar2[2]" ( (type_descriptor "wchar_t *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar2[2]" identifier [ number_literal ])) < (cast_expression "(wchar_t *)piVar2[3]" ( (type_descriptor "wchar_t *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar2[3]" identifier [ number_literal ]))) )) (compound_statement "{\n wVar7 = *(wchar_t *)piVar2[2];\n }" { (expression_statement "wVar7 = *(wchar_t *)piVar2[2];" (assignment_expression "wVar7 = *(wchar_t *)piVar2[2]" identifier = (pointer_expression "*(wchar_t *)piVar2[2]" * (cast_expression "(wchar_t *)piVar2[2]" ( (type_descriptor "wchar_t *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar2[2]" identifier [ number_literal ])))) ;) }) (else_clause "else {\n /* try { // try from 003d6c0e to 003d6c10 has its CatchHandler @ 003d6c59 */\n wVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }" else (compound_statement "{\n /* try { // try from 003d6c0e to 003d6c10 has its CatchHandler @ 003d6c59 */\n wVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }" { comment (expression_statement "wVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);" (assignment_expression "wVar7 = (**(code **)(*piVar2 + 0x24))(piVar2)" identifier = (call_expression "(**(code **)(*piVar2 + 0x24))(piVar2)" (parenthesized_expression "(**(code **)(*piVar2 + 0x24))" ( (pointer_expression "**(code **)(*piVar2 + 0x24)" * (pointer_expression "*(code **)(*piVar2 + 0x24)" * (cast_expression "(code **)(*piVar2 + 0x24)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar2 + 0x24)" ( (binary_expression "*piVar2 + 0x24" (pointer_expression "*piVar2" * identifier) + number_literal) ))))) )) (argument_list "(piVar2)" ( identifier )))) ;) }))) (expression_statement "iVar8 = iVar8 + -1;" (assignment_expression "iVar8 = iVar8 + -1" identifier = (binary_expression "iVar8 + -1" identifier + number_literal)) ;) (expression_statement "local_30 = 0;" (assignment_expression "local_30 = 0" identifier = number_literal) ;) (while_statement "while (local_30 != iVar8) {\n while( true ) {\n if (wVar7 == L'\xffffffff') goto LAB_003d6c28;\n /* try { // try from 003d6aad to 003d6aaf has its CatchHandler @ 003d6c54 */\n cVar4 = (**(code **)(*(int *)pcVar5 + 8))(pcVar5,0x2000,wVar7);\n if (cVar4 != '\0') goto LAB_003d6b01;\n pwVar1 = param_2 + 1;\n local_30 = local_30 + 1;\n piVar3 = (int *)piVar2[2];\n *param_2 = wVar7;\n if (piVar3 < (int *)piVar2[3]) {\n iVar6 = *piVar3;\n piVar2[2] = (int)(piVar3 + 1);\n }\n else {\n /* try { // try from 003d6bb6 to 003d6bf8 has its CatchHandler @ 003d6c54 */\n iVar6 = (**(code **)(*piVar2 + 0x28))(piVar2);\n }\n if (iVar6 == -1) {\n *pwVar1 = L'\0';\n iVar8 = *(int *)param_1;\n *(undefined4 *)(param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n goto LAB_003d6b8a;\n }\n param_2 = pwVar1;\n if ((wchar_t *)piVar2[3] <= (wchar_t *)piVar2[2]) break;\n wVar7 = *(wchar_t *)piVar2[2];\n if (local_30 == iVar8) goto LAB_003d6af8;\n }\n wVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }" while (parenthesized_expression "(local_30 != iVar8)" ( (binary_expression "local_30 != iVar8" identifier != identifier) )) (compound_statement "{\n while( true ) {\n if (wVar7 == L'\xffffffff') goto LAB_003d6c28;\n /* try { // try from 003d6aad to 003d6aaf has its CatchHandler @ 003d6c54 */\n cVar4 = (**(code **)(*(int *)pcVar5 + 8))(pcVar5,0x2000,wVar7);\n if (cVar4 != '\0') goto LAB_003d6b01;\n pwVar1 = param_2 + 1;\n local_30 = local_30 + 1;\n piVar3 = (int *)piVar2[2];\n *param_2 = wVar7;\n if (piVar3 < (int *)piVar2[3]) {\n iVar6 = *piVar3;\n piVar2[2] = (int)(piVar3 + 1);\n }\n else {\n /* try { // try from 003d6bb6 to 003d6bf8 has its CatchHandler @ 003d6c54 */\n iVar6 = (**(code **)(*piVar2 + 0x28))(piVar2);\n }\n if (iVar6 == -1) {\n *pwVar1 = L'\0';\n iVar8 = *(int *)param_1;\n *(undefined4 *)(param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n goto LAB_003d6b8a;\n }\n param_2 = pwVar1;\n if ((wchar_t *)piVar2[3] <= (wchar_t *)piVar2[2]) break;\n wVar7 = *(wchar_t *)piVar2[2];\n if (local_30 == iVar8) goto LAB_003d6af8;\n }\n wVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }" { (while_statement "while( true ) {\n if (wVar7 == L'\xffffffff') goto LAB_003d6c28;\n /* try { // try from 003d6aad to 003d6aaf has its CatchHandler @ 003d6c54 */\n cVar4 = (**(code **)(*(int *)pcVar5 + 8))(pcVar5,0x2000,wVar7);\n if (cVar4 != '\0') goto LAB_003d6b01;\n pwVar1 = param_2 + 1;\n local_30 = local_30 + 1;\n piVar3 = (int *)piVar2[2];\n *param_2 = wVar7;\n if (piVar3 < (int *)piVar2[3]) {\n iVar6 = *piVar3;\n piVar2[2] = (int)(piVar3 + 1);\n }\n else {\n /* try { // try from 003d6bb6 to 003d6bf8 has its CatchHandler @ 003d6c54 */\n iVar6 = (**(code **)(*piVar2 + 0x28))(piVar2);\n }\n if (iVar6 == -1) {\n *pwVar1 = L'\0';\n iVar8 = *(int *)param_1;\n *(undefined4 *)(param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n goto LAB_003d6b8a;\n }\n param_2 = pwVar1;\n if ((wchar_t *)piVar2[3] <= (wchar_t *)piVar2[2]) break;\n wVar7 = *(wchar_t *)piVar2[2];\n if (local_30 == iVar8) goto LAB_003d6af8;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n if (wVar7 == L'\xffffffff') goto LAB_003d6c28;\n /* try { // try from 003d6aad to 003d6aaf has its CatchHandler @ 003d6c54 */\n cVar4 = (**(code **)(*(int *)pcVar5 + 8))(pcVar5,0x2000,wVar7);\n if (cVar4 != '\0') goto LAB_003d6b01;\n pwVar1 = param_2 + 1;\n local_30 = local_30 + 1;\n piVar3 = (int *)piVar2[2];\n *param_2 = wVar7;\n if (piVar3 < (int *)piVar2[3]) {\n iVar6 = *piVar3;\n piVar2[2] = (int)(piVar3 + 1);\n }\n else {\n /* try { // try from 003d6bb6 to 003d6bf8 has its CatchHandler @ 003d6c54 */\n iVar6 = (**(code **)(*piVar2 + 0x28))(piVar2);\n }\n if (iVar6 == -1) {\n *pwVar1 = L'\0';\n iVar8 = *(int *)param_1;\n *(undefined4 *)(param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n goto LAB_003d6b8a;\n }\n param_2 = pwVar1;\n if ((wchar_t *)piVar2[3] <= (wchar_t *)piVar2[2]) break;\n wVar7 = *(wchar_t *)piVar2[2];\n if (local_30 == iVar8) goto LAB_003d6af8;\n }" { (if_statement "if (wVar7 == L'\xffffffff') goto LAB_003d6c28;" if (parenthesized_expression "(wVar7 == L'\xffffffff')" ( (binary_expression "wVar7 == L'\xffffffff'" identifier == (char_literal "L'\xffffffff'" L' escape_sequence character character character character ')) )) (goto_statement "goto LAB_003d6c28;" goto statement_identifier ;)) comment (expression_statement "cVar4 = (**(code **)(*(int *)pcVar5 + 8))(pcVar5,0x2000,wVar7);" (assignment_expression "cVar4 = (**(code **)(*(int *)pcVar5 + 8))(pcVar5,0x2000,wVar7)" identifier = (call_expression "(**(code **)(*(int *)pcVar5 + 8))(pcVar5,0x2000,wVar7)" (parenthesized_expression "(**(code **)(*(int *)pcVar5 + 8))" ( (pointer_expression "**(code **)(*(int *)pcVar5 + 8)" * (pointer_expression "*(code **)(*(int *)pcVar5 + 8)" * (cast_expression "(code **)(*(int *)pcVar5 + 8)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)pcVar5 + 8)" ( (binary_expression "*(int *)pcVar5 + 8" (pointer_expression "*(int *)pcVar5" * (cast_expression "(int *)pcVar5" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) ))))) )) (argument_list "(pcVar5,0x2000,wVar7)" ( identifier , number_literal , identifier )))) ;) (if_statement "if (cVar4 != '\0') goto LAB_003d6b01;" if (parenthesized_expression "(cVar4 != '\0')" ( (binary_expression "cVar4 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (goto_statement "goto LAB_003d6b01;" goto statement_identifier ;)) (expression_statement "pwVar1 = param_2 + 1;" (assignment_expression "pwVar1 = param_2 + 1" identifier = (binary_expression "param_2 + 1" identifier + number_literal)) ;) (expression_statement "local_30 = local_30 + 1;" (assignment_expression "local_30 = local_30 + 1" identifier = (binary_expression "local_30 + 1" identifier + number_literal)) ;) (expression_statement "piVar3 = (int *)piVar2[2];" (assignment_expression "piVar3 = (int *)piVar2[2]" identifier = (cast_expression "(int *)piVar2[2]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar2[2]" identifier [ number_literal ]))) ;) (expression_statement "*param_2 = wVar7;" (assignment_expression "*param_2 = wVar7" (pointer_expression "*param_2" * identifier) = identifier) ;) (if_statement "if (piVar3 < (int *)piVar2[3]) {\n iVar6 = *piVar3;\n piVar2[2] = (int)(piVar3 + 1);\n }\n else {\n /* try { // try from 003d6bb6 to 003d6bf8 has its CatchHandler @ 003d6c54 */\n iVar6 = (**(code **)(*piVar2 + 0x28))(piVar2);\n }" if (parenthesized_expression "(piVar3 < (int *)piVar2[3])" ( (binary_expression "piVar3 < (int *)piVar2[3]" identifier < (cast_expression "(int *)piVar2[3]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar2[3]" identifier [ number_literal ]))) )) (compound_statement "{\n iVar6 = *piVar3;\n piVar2[2] = (int)(piVar3 + 1);\n }" { (expression_statement "iVar6 = *piVar3;" (assignment_expression "iVar6 = *piVar3" identifier = (pointer_expression "*piVar3" * identifier)) ;) (expression_statement "piVar2[2] = (int)(piVar3 + 1);" (assignment_expression "piVar2[2] = (int)(piVar3 + 1)" (subscript_expression "piVar2[2]" identifier [ number_literal ]) = (cast_expression "(int)(piVar3 + 1)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(piVar3 + 1)" ( (binary_expression "piVar3 + 1" identifier + number_literal) )))) ;) }) (else_clause "else {\n /* try { // try from 003d6bb6 to 003d6bf8 has its CatchHandler @ 003d6c54 */\n iVar6 = (**(code **)(*piVar2 + 0x28))(piVar2);\n }" else (compound_statement "{\n /* try { // try from 003d6bb6 to 003d6bf8 has its CatchHandler @ 003d6c54 */\n iVar6 = (**(code **)(*piVar2 + 0x28))(piVar2);\n }" { comment (expression_statement "iVar6 = (**(code **)(*piVar2 + 0x28))(piVar2);" (assignment_expression "iVar6 = (**(code **)(*piVar2 + 0x28))(piVar2)" identifier = (call_expression "(**(code **)(*piVar2 + 0x28))(piVar2)" (parenthesized_expression "(**(code **)(*piVar2 + 0x28))" ( (pointer_expression "**(code **)(*piVar2 + 0x28)" * (pointer_expression "*(code **)(*piVar2 + 0x28)" * (cast_expression "(code **)(*piVar2 + 0x28)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar2 + 0x28)" ( (binary_expression "*piVar2 + 0x28" (pointer_expression "*piVar2" * identifier) + number_literal) ))))) )) (argument_list "(piVar2)" ( identifier )))) ;) }))) (if_statement "if (iVar6 == -1) {\n *pwVar1 = L'\0';\n iVar8 = *(int *)param_1;\n *(undefined4 *)(param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n goto LAB_003d6b8a;\n }" if (parenthesized_expression "(iVar6 == -1)" ( (binary_expression "iVar6 == -1" identifier == number_literal) )) (compound_statement "{\n *pwVar1 = L'\0';\n iVar8 = *(int *)param_1;\n *(undefined4 *)(param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n goto LAB_003d6b8a;\n }" { (expression_statement "*pwVar1 = L'\0';" (assignment_expression "*pwVar1 = L'\0'" (pointer_expression "*pwVar1" * identifier) = (char_literal "L'\0'" L' escape_sequence ')) ;) (expression_statement "iVar8 = *(int *)param_1;" (assignment_expression "iVar8 = *(int *)param_1" identifier = (pointer_expression "*(int *)param_1" * (cast_expression "(int *)param_1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier))) ;) (expression_statement "*(undefined4 *)(param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;" (assignment_expression "*(undefined4 *)(param_1 + *(int *)(iVar8 + -0xc) + 8) = 0" (pointer_expression "*(undefined4 *)(param_1 + *(int *)(iVar8 + -0xc) + 8)" * (cast_expression "(undefined4 *)(param_1 + *(int *)(iVar8 + -0xc) + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + *(int *)(iVar8 + -0xc) + 8)" ( (binary_expression "param_1 + *(int *)(iVar8 + -0xc) + 8" (binary_expression "param_1 + *(int *)(iVar8 + -0xc)" identifier + (pointer_expression "*(int *)(iVar8 + -0xc)" * (cast_expression "(int *)(iVar8 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar8 + -0xc)" ( (binary_expression "iVar8 + -0xc" identifier + number_literal) ))))) + number_literal) )))) = number_literal) ;) (goto_statement "goto LAB_003d6b8a;" goto statement_identifier ;) })) (expression_statement "param_2 = pwVar1;" (assignment_expression "param_2 = pwVar1" identifier = identifier) ;) (if_statement "if ((wchar_t *)piVar2[3] <= (wchar_t *)piVar2[2]) break;" if (parenthesized_expression "((wchar_t *)piVar2[3] <= (wchar_t *)piVar2[2])" ( (binary_expression "(wchar_t *)piVar2[3] <= (wchar_t *)piVar2[2]" (cast_expression "(wchar_t *)piVar2[3]" ( (type_descriptor "wchar_t *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar2[3]" identifier [ number_literal ])) <= (cast_expression "(wchar_t *)piVar2[2]" ( (type_descriptor "wchar_t *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar2[2]" identifier [ number_literal ]))) )) (break_statement "break;" break ;)) (expression_statement "wVar7 = *(wchar_t *)piVar2[2];" (assignment_expression "wVar7 = *(wchar_t *)piVar2[2]" identifier = (pointer_expression "*(wchar_t *)piVar2[2]" * (cast_expression "(wchar_t *)piVar2[2]" ( (type_descriptor "wchar_t *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar2[2]" identifier [ number_literal ])))) ;) (if_statement "if (local_30 == iVar8) goto LAB_003d6af8;" if (parenthesized_expression "(local_30 == iVar8)" ( (binary_expression "local_30 == iVar8" identifier == identifier) )) (goto_statement "goto LAB_003d6af8;" goto statement_identifier ;)) })) (expression_statement "wVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);" (assignment_expression "wVar7 = (**(code **)(*piVar2 + 0x24))(piVar2)" identifier = (call_expression "(**(code **)(*piVar2 + 0x24))(piVar2)" (parenthesized_expression "(**(code **)(*piVar2 + 0x24))" ( (pointer_expression "**(code **)(*piVar2 + 0x24)" * (pointer_expression "*(code **)(*piVar2 + 0x24)" * (cast_expression "(code **)(*piVar2 + 0x24)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar2 + 0x24)" ( (binary_expression "*piVar2 + 0x24" (pointer_expression "*piVar2" * identifier) + number_literal) ))))) )) (argument_list "(piVar2)" ( identifier )))) ;) })) (labeled_statement "LAB_003d6af8:\n local_30 = iVar8;" statement_identifier : (expression_statement "local_30 = iVar8;" (assignment_expression "local_30 = iVar8" identifier = identifier) ;)) (if_statement "if (wVar7 == L'\xffffffff') {\nLAB_003d6c28:\n *param_2 = L'\0';\n iVar8 = *(int *)param_1;\n *(undefined4 *)(param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n }\n else {\nLAB_003d6b01:\n *param_2 = L'\0';\n iVar8 = *(int *)param_1;\n *(undefined4 *)(param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n if (local_30 != 0) {\n return param_1;\n }\n }" if (parenthesized_expression "(wVar7 == L'\xffffffff')" ( (binary_expression "wVar7 == L'\xffffffff'" identifier == (char_literal "L'\xffffffff'" L' escape_sequence character character character character ')) )) (compound_statement "{\nLAB_003d6c28:\n *param_2 = L'\0';\n iVar8 = *(int *)param_1;\n *(undefined4 *)(param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n }" { (labeled_statement "LAB_003d6c28:\n *param_2 = L'\0';" statement_identifier : (expression_statement "*param_2 = L'\0';" (assignment_expression "*param_2 = L'\0'" (pointer_expression "*param_2" * identifier) = (char_literal "L'\0'" L' escape_sequence ')) ;)) (expression_statement "iVar8 = *(int *)param_1;" (assignment_expression "iVar8 = *(int *)param_1" identifier = (pointer_expression "*(int *)param_1" * (cast_expression "(int *)param_1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier))) ;) (expression_statement "*(undefined4 *)(param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;" (assignment_expression "*(undefined4 *)(param_1 + *(int *)(iVar8 + -0xc) + 8) = 0" (pointer_expression "*(undefined4 *)(param_1 + *(int *)(iVar8 + -0xc) + 8)" * (cast_expression "(undefined4 *)(param_1 + *(int *)(iVar8 + -0xc) + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + *(int *)(iVar8 + -0xc) + 8)" ( (binary_expression "param_1 + *(int *)(iVar8 + -0xc) + 8" (binary_expression "param_1 + *(int *)(iVar8 + -0xc)" identifier + (pointer_expression "*(int *)(iVar8 + -0xc)" * (cast_expression "(int *)(iVar8 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar8 + -0xc)" ( (binary_expression "iVar8 + -0xc" identifier + number_literal) ))))) + number_literal) )))) = number_literal) ;) }) (else_clause "else {\nLAB_003d6b01:\n *param_2 = L'\0';\n iVar8 = *(int *)param_1;\n *(undefined4 *)(param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n if (local_30 != 0) {\n return param_1;\n }\n }" else (compound_statement "{\nLAB_003d6b01:\n *param_2 = L'\0';\n iVar8 = *(int *)param_1;\n *(undefined4 *)(param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n if (local_30 != 0) {\n return param_1;\n }\n }" { (labeled_statement "LAB_003d6b01:\n *param_2 = L'\0';" statement_identifier : (expression_statement "*param_2 = L'\0';" (assignment_expression "*param_2 = L'\0'" (pointer_expression "*param_2" * identifier) = (char_literal "L'\0'" L' escape_sequence ')) ;)) (expression_statement "iVar8 = *(int *)param_1;" (assignment_expression "iVar8 = *(int *)param_1" identifier = (pointer_expression "*(int *)param_1" * (cast_expression "(int *)param_1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier))) ;) (expression_statement "*(undefined4 *)(param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;" (assignment_expression "*(undefined4 *)(param_1 + *(int *)(iVar8 + -0xc) + 8) = 0" (pointer_expression "*(undefined4 *)(param_1 + *(int *)(iVar8 + -0xc) + 8)" * (cast_expression "(undefined4 *)(param_1 + *(int *)(iVar8 + -0xc) + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + *(int *)(iVar8 + -0xc) + 8)" ( (binary_expression "param_1 + *(int *)(iVar8 + -0xc) + 8" (binary_expression "param_1 + *(int *)(iVar8 + -0xc)" identifier + (pointer_expression "*(int *)(iVar8 + -0xc)" * (cast_expression "(int *)(iVar8 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar8 + -0xc)" ( (binary_expression "iVar8 + -0xc" identifier + number_literal) ))))) + number_literal) )))) = number_literal) ;) (if_statement "if (local_30 != 0) {\n return param_1;\n }" if (parenthesized_expression "(local_30 != 0)" ( (binary_expression "local_30 != 0" identifier != number_literal) )) (compound_statement "{\n return param_1;\n }" { (return_statement "return param_1;" return identifier ;) })) }))) }))) (labeled_statement "LAB_003d6b8a:\n wios::clear((_Ios_Iostate)(param_1 + *(int *)(iVar8 + -0xc)));" statement_identifier : (labeled_statement "wios::clear((_Ios_Iostate)(param_1 + *(int *)(iVar8 + -0xc)));" statement_identifier : (ERROR ":" :) (expression_statement "clear((_Ios_Iostate)(param_1 + *(int *)(iVar8 + -0xc)));" (call_expression "clear((_Ios_Iostate)(param_1 + *(int *)(iVar8 + -0xc)))" identifier (argument_list "((_Ios_Iostate)(param_1 + *(int *)(iVar8 + -0xc)))" ( (call_expression "(_Ios_Iostate)(param_1 + *(int *)(iVar8 + -0xc))" (parenthesized_expression "(_Ios_Iostate)" ( identifier )) (argument_list "(param_1 + *(int *)(iVar8 + -0xc))" ( (binary_expression "param_1 + *(int *)(iVar8 + -0xc)" identifier + (pointer_expression "*(int *)(iVar8 + -0xc)" * (cast_expression "(int *)(iVar8 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar8 + -0xc)" ( (binary_expression "iVar8 + -0xc" identifier + number_literal) ))))) ))) ))) ;))) (return_statement "return param_1;" return identifier ;) }))
(translation_unit "int * FUN_003d69f0(int *param_1,int *param_2)\n\n{\n int *piVar1;\n int *piVar2;\n int *piVar3;\n char cVar4;\n int *piVar5;\n uint uVar6;\n int iVar7;\n int iVar8;\n int iVar9;\n int local_30;\n char local_21;\n undefined1 local_20 [16];\n \n FUN_003d4d40(&local_21,param_1,0);\n if (local_21 == '\0') {\n iVar8 = *param_1;\n uVar6 = 4;\n }\n else {\n iVar8 = *(int *)((int)param_1 + *(int *)(*param_1 + -0xc) + 8);\n if (iVar8 < 1) {\n iVar8 = 0x7fffffff;\n }\n FUN_003b0010(local_20,(int)param_1 + *(int *)(*param_1 + -0xc) + 0x6c);\n \n piVar5 = (int *)FUN_004034a0(local_20);\n FUN_003b07e0(local_20);\n piVar2 = *(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c);\n if ((int *)piVar2[2] < (int *)piVar2[3]) {\n iVar7 = *(int *)piVar2[2];\n }\n else {\n \n iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }\n iVar8 = iVar8 + -1;\n iVar9 = 0;\n while (iVar9 != iVar8) {\n while( true ) {\n if (iVar7 == -1) goto LAB_003d6c28;\n \n cVar4 = (**(code **)(*piVar5 + 8))(piVar5,0x2000,iVar7);\n local_30 = iVar9;\n if (cVar4 != '\0') goto LAB_003d6b01;\n piVar1 = param_2 + 1;\n iVar9 = iVar9 + 1;\n piVar3 = (int *)piVar2[2];\n *param_2 = iVar7;\n if (piVar3 < (int *)piVar2[3]) {\n iVar7 = *piVar3;\n piVar2[2] = (int)(piVar3 + 1);\n }\n else {\n \n iVar7 = (**(code **)(*piVar2 + 0x28))(piVar2);\n }\n if (iVar7 == -1) {\n *piVar1 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n uVar6 = 2;\n goto LAB_003d6b8a;\n }\n param_2 = piVar1;\n if ((int *)piVar2[3] <= (int *)piVar2[2]) break;\n iVar7 = *(int *)piVar2[2];\n if (iVar9 == iVar8) goto LAB_003d6af8;\n }\n iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }\nLAB_003d6af8:\n local_30 = iVar8;\n if (iVar7 == -1) {\nLAB_003d6c28:\n *param_2 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n uVar6 = (-(uint)(iVar9 == 0) & 4) + 2;\n }\n else {\nLAB_003d6b01:\n *param_2 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n if (local_30 != 0) {\n return param_1;\n }\n uVar6 = 4;\n }\n }\nLAB_003d6b8a:\n iVar8 = (int)param_1 + *(int *)(iVar8 + -0xc);\n FUN_003d8970(iVar8,uVar6 | *(uint *)(iVar8 + 0x14));\n return param_1;\n}\n\n" (function_definition "int * FUN_003d69f0(int *param_1,int *param_2)\n\n{\n int *piVar1;\n int *piVar2;\n int *piVar3;\n char cVar4;\n int *piVar5;\n uint uVar6;\n int iVar7;\n int iVar8;\n int iVar9;\n int local_30;\n char local_21;\n undefined1 local_20 [16];\n \n FUN_003d4d40(&local_21,param_1,0);\n if (local_21 == '\0') {\n iVar8 = *param_1;\n uVar6 = 4;\n }\n else {\n iVar8 = *(int *)((int)param_1 + *(int *)(*param_1 + -0xc) + 8);\n if (iVar8 < 1) {\n iVar8 = 0x7fffffff;\n }\n FUN_003b0010(local_20,(int)param_1 + *(int *)(*param_1 + -0xc) + 0x6c);\n \n piVar5 = (int *)FUN_004034a0(local_20);\n FUN_003b07e0(local_20);\n piVar2 = *(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c);\n if ((int *)piVar2[2] < (int *)piVar2[3]) {\n iVar7 = *(int *)piVar2[2];\n }\n else {\n \n iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }\n iVar8 = iVar8 + -1;\n iVar9 = 0;\n while (iVar9 != iVar8) {\n while( true ) {\n if (iVar7 == -1) goto LAB_003d6c28;\n \n cVar4 = (**(code **)(*piVar5 + 8))(piVar5,0x2000,iVar7);\n local_30 = iVar9;\n if (cVar4 != '\0') goto LAB_003d6b01;\n piVar1 = param_2 + 1;\n iVar9 = iVar9 + 1;\n piVar3 = (int *)piVar2[2];\n *param_2 = iVar7;\n if (piVar3 < (int *)piVar2[3]) {\n iVar7 = *piVar3;\n piVar2[2] = (int)(piVar3 + 1);\n }\n else {\n \n iVar7 = (**(code **)(*piVar2 + 0x28))(piVar2);\n }\n if (iVar7 == -1) {\n *piVar1 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n uVar6 = 2;\n goto LAB_003d6b8a;\n }\n param_2 = piVar1;\n if ((int *)piVar2[3] <= (int *)piVar2[2]) break;\n iVar7 = *(int *)piVar2[2];\n if (iVar9 == iVar8) goto LAB_003d6af8;\n }\n iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }\nLAB_003d6af8:\n local_30 = iVar8;\n if (iVar7 == -1) {\nLAB_003d6c28:\n *param_2 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n uVar6 = (-(uint)(iVar9 == 0) & 4) + 2;\n }\n else {\nLAB_003d6b01:\n *param_2 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n if (local_30 != 0) {\n return param_1;\n }\n uVar6 = 4;\n }\n }\nLAB_003d6b8a:\n iVar8 = (int)param_1 + *(int *)(iVar8 + -0xc);\n FUN_003d8970(iVar8,uVar6 | *(uint *)(iVar8 + 0x14));\n return param_1;\n}" primitive_type (pointer_declarator "* FUN_003d69f0(int *param_1,int *param_2)" * (function_declarator "FUN_003d69f0(int *param_1,int *param_2)" identifier (parameter_list "(int *param_1,int *param_2)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) )))) (compound_statement "{\n int *piVar1;\n int *piVar2;\n int *piVar3;\n char cVar4;\n int *piVar5;\n uint uVar6;\n int iVar7;\n int iVar8;\n int iVar9;\n int local_30;\n char local_21;\n undefined1 local_20 [16];\n \n FUN_003d4d40(&local_21,param_1,0);\n if (local_21 == '\0') {\n iVar8 = *param_1;\n uVar6 = 4;\n }\n else {\n iVar8 = *(int *)((int)param_1 + *(int *)(*param_1 + -0xc) + 8);\n if (iVar8 < 1) {\n iVar8 = 0x7fffffff;\n }\n FUN_003b0010(local_20,(int)param_1 + *(int *)(*param_1 + -0xc) + 0x6c);\n \n piVar5 = (int *)FUN_004034a0(local_20);\n FUN_003b07e0(local_20);\n piVar2 = *(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c);\n if ((int *)piVar2[2] < (int *)piVar2[3]) {\n iVar7 = *(int *)piVar2[2];\n }\n else {\n \n iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }\n iVar8 = iVar8 + -1;\n iVar9 = 0;\n while (iVar9 != iVar8) {\n while( true ) {\n if (iVar7 == -1) goto LAB_003d6c28;\n \n cVar4 = (**(code **)(*piVar5 + 8))(piVar5,0x2000,iVar7);\n local_30 = iVar9;\n if (cVar4 != '\0') goto LAB_003d6b01;\n piVar1 = param_2 + 1;\n iVar9 = iVar9 + 1;\n piVar3 = (int *)piVar2[2];\n *param_2 = iVar7;\n if (piVar3 < (int *)piVar2[3]) {\n iVar7 = *piVar3;\n piVar2[2] = (int)(piVar3 + 1);\n }\n else {\n \n iVar7 = (**(code **)(*piVar2 + 0x28))(piVar2);\n }\n if (iVar7 == -1) {\n *piVar1 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n uVar6 = 2;\n goto LAB_003d6b8a;\n }\n param_2 = piVar1;\n if ((int *)piVar2[3] <= (int *)piVar2[2]) break;\n iVar7 = *(int *)piVar2[2];\n if (iVar9 == iVar8) goto LAB_003d6af8;\n }\n iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }\nLAB_003d6af8:\n local_30 = iVar8;\n if (iVar7 == -1) {\nLAB_003d6c28:\n *param_2 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n uVar6 = (-(uint)(iVar9 == 0) & 4) + 2;\n }\n else {\nLAB_003d6b01:\n *param_2 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n if (local_30 != 0) {\n return param_1;\n }\n uVar6 = 4;\n }\n }\nLAB_003d6b8a:\n iVar8 = (int)param_1 + *(int *)(iVar8 + -0xc);\n FUN_003d8970(iVar8,uVar6 | *(uint *)(iVar8 + 0x14));\n return param_1;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (declaration "int *piVar3;" primitive_type (pointer_declarator "*piVar3" * identifier) ;) (declaration "char cVar4;" primitive_type identifier ;) (declaration "int *piVar5;" primitive_type (pointer_declarator "*piVar5" * identifier) ;) (declaration "uint uVar6;" type_identifier identifier ;) (declaration "int iVar7;" primitive_type identifier ;) (declaration "int iVar8;" primitive_type identifier ;) (declaration "int iVar9;" primitive_type identifier ;) (declaration "int local_30;" primitive_type identifier ;) (declaration "char local_21;" primitive_type identifier ;) (declaration "undefined1 local_20 [16];" type_identifier (array_declarator "local_20 [16]" identifier [ number_literal ]) ;) (expression_statement "FUN_003d4d40(&local_21,param_1,0);" (call_expression "FUN_003d4d40(&local_21,param_1,0)" identifier (argument_list "(&local_21,param_1,0)" ( (pointer_expression "&local_21" & identifier) , identifier , number_literal ))) ;) (if_statement "if (local_21 == '\0') {\n iVar8 = *param_1;\n uVar6 = 4;\n }\n else {\n iVar8 = *(int *)((int)param_1 + *(int *)(*param_1 + -0xc) + 8);\n if (iVar8 < 1) {\n iVar8 = 0x7fffffff;\n }\n FUN_003b0010(local_20,(int)param_1 + *(int *)(*param_1 + -0xc) + 0x6c);\n \n piVar5 = (int *)FUN_004034a0(local_20);\n FUN_003b07e0(local_20);\n piVar2 = *(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c);\n if ((int *)piVar2[2] < (int *)piVar2[3]) {\n iVar7 = *(int *)piVar2[2];\n }\n else {\n \n iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }\n iVar8 = iVar8 + -1;\n iVar9 = 0;\n while (iVar9 != iVar8) {\n while( true ) {\n if (iVar7 == -1) goto LAB_003d6c28;\n \n cVar4 = (**(code **)(*piVar5 + 8))(piVar5,0x2000,iVar7);\n local_30 = iVar9;\n if (cVar4 != '\0') goto LAB_003d6b01;\n piVar1 = param_2 + 1;\n iVar9 = iVar9 + 1;\n piVar3 = (int *)piVar2[2];\n *param_2 = iVar7;\n if (piVar3 < (int *)piVar2[3]) {\n iVar7 = *piVar3;\n piVar2[2] = (int)(piVar3 + 1);\n }\n else {\n \n iVar7 = (**(code **)(*piVar2 + 0x28))(piVar2);\n }\n if (iVar7 == -1) {\n *piVar1 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n uVar6 = 2;\n goto LAB_003d6b8a;\n }\n param_2 = piVar1;\n if ((int *)piVar2[3] <= (int *)piVar2[2]) break;\n iVar7 = *(int *)piVar2[2];\n if (iVar9 == iVar8) goto LAB_003d6af8;\n }\n iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }\nLAB_003d6af8:\n local_30 = iVar8;\n if (iVar7 == -1) {\nLAB_003d6c28:\n *param_2 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n uVar6 = (-(uint)(iVar9 == 0) & 4) + 2;\n }\n else {\nLAB_003d6b01:\n *param_2 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n if (local_30 != 0) {\n return param_1;\n }\n uVar6 = 4;\n }\n }" if (parenthesized_expression "(local_21 == '\0')" ( (binary_expression "local_21 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n iVar8 = *param_1;\n uVar6 = 4;\n }" { (expression_statement "iVar8 = *param_1;" (assignment_expression "iVar8 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "uVar6 = 4;" (assignment_expression "uVar6 = 4" identifier = number_literal) ;) }) (else_clause "else {\n iVar8 = *(int *)((int)param_1 + *(int *)(*param_1 + -0xc) + 8);\n if (iVar8 < 1) {\n iVar8 = 0x7fffffff;\n }\n FUN_003b0010(local_20,(int)param_1 + *(int *)(*param_1 + -0xc) + 0x6c);\n \n piVar5 = (int *)FUN_004034a0(local_20);\n FUN_003b07e0(local_20);\n piVar2 = *(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c);\n if ((int *)piVar2[2] < (int *)piVar2[3]) {\n iVar7 = *(int *)piVar2[2];\n }\n else {\n \n iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }\n iVar8 = iVar8 + -1;\n iVar9 = 0;\n while (iVar9 != iVar8) {\n while( true ) {\n if (iVar7 == -1) goto LAB_003d6c28;\n \n cVar4 = (**(code **)(*piVar5 + 8))(piVar5,0x2000,iVar7);\n local_30 = iVar9;\n if (cVar4 != '\0') goto LAB_003d6b01;\n piVar1 = param_2 + 1;\n iVar9 = iVar9 + 1;\n piVar3 = (int *)piVar2[2];\n *param_2 = iVar7;\n if (piVar3 < (int *)piVar2[3]) {\n iVar7 = *piVar3;\n piVar2[2] = (int)(piVar3 + 1);\n }\n else {\n \n iVar7 = (**(code **)(*piVar2 + 0x28))(piVar2);\n }\n if (iVar7 == -1) {\n *piVar1 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n uVar6 = 2;\n goto LAB_003d6b8a;\n }\n param_2 = piVar1;\n if ((int *)piVar2[3] <= (int *)piVar2[2]) break;\n iVar7 = *(int *)piVar2[2];\n if (iVar9 == iVar8) goto LAB_003d6af8;\n }\n iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }\nLAB_003d6af8:\n local_30 = iVar8;\n if (iVar7 == -1) {\nLAB_003d6c28:\n *param_2 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n uVar6 = (-(uint)(iVar9 == 0) & 4) + 2;\n }\n else {\nLAB_003d6b01:\n *param_2 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n if (local_30 != 0) {\n return param_1;\n }\n uVar6 = 4;\n }\n }" else (compound_statement "{\n iVar8 = *(int *)((int)param_1 + *(int *)(*param_1 + -0xc) + 8);\n if (iVar8 < 1) {\n iVar8 = 0x7fffffff;\n }\n FUN_003b0010(local_20,(int)param_1 + *(int *)(*param_1 + -0xc) + 0x6c);\n \n piVar5 = (int *)FUN_004034a0(local_20);\n FUN_003b07e0(local_20);\n piVar2 = *(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c);\n if ((int *)piVar2[2] < (int *)piVar2[3]) {\n iVar7 = *(int *)piVar2[2];\n }\n else {\n \n iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }\n iVar8 = iVar8 + -1;\n iVar9 = 0;\n while (iVar9 != iVar8) {\n while( true ) {\n if (iVar7 == -1) goto LAB_003d6c28;\n \n cVar4 = (**(code **)(*piVar5 + 8))(piVar5,0x2000,iVar7);\n local_30 = iVar9;\n if (cVar4 != '\0') goto LAB_003d6b01;\n piVar1 = param_2 + 1;\n iVar9 = iVar9 + 1;\n piVar3 = (int *)piVar2[2];\n *param_2 = iVar7;\n if (piVar3 < (int *)piVar2[3]) {\n iVar7 = *piVar3;\n piVar2[2] = (int)(piVar3 + 1);\n }\n else {\n \n iVar7 = (**(code **)(*piVar2 + 0x28))(piVar2);\n }\n if (iVar7 == -1) {\n *piVar1 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n uVar6 = 2;\n goto LAB_003d6b8a;\n }\n param_2 = piVar1;\n if ((int *)piVar2[3] <= (int *)piVar2[2]) break;\n iVar7 = *(int *)piVar2[2];\n if (iVar9 == iVar8) goto LAB_003d6af8;\n }\n iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }\nLAB_003d6af8:\n local_30 = iVar8;\n if (iVar7 == -1) {\nLAB_003d6c28:\n *param_2 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n uVar6 = (-(uint)(iVar9 == 0) & 4) + 2;\n }\n else {\nLAB_003d6b01:\n *param_2 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n if (local_30 != 0) {\n return param_1;\n }\n uVar6 = 4;\n }\n }" { (expression_statement "iVar8 = *(int *)((int)param_1 + *(int *)(*param_1 + -0xc) + 8);" (assignment_expression "iVar8 = *(int *)((int)param_1 + *(int *)(*param_1 + -0xc) + 8)" identifier = (pointer_expression "*(int *)((int)param_1 + *(int *)(*param_1 + -0xc) + 8)" * (cast_expression "(int *)((int)param_1 + *(int *)(*param_1 + -0xc) + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + *(int *)(*param_1 + -0xc) + 8)" ( (binary_expression "(int)param_1 + *(int *)(*param_1 + -0xc) + 8" (binary_expression "(int)param_1 + *(int *)(*param_1 + -0xc)" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + (pointer_expression "*(int *)(*param_1 + -0xc)" * (cast_expression "(int *)(*param_1 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + -0xc)" ( (binary_expression "*param_1 + -0xc" (pointer_expression "*param_1" * identifier) + number_literal) ))))) + number_literal) ))))) ;) (if_statement "if (iVar8 < 1) {\n iVar8 = 0x7fffffff;\n }" if (parenthesized_expression "(iVar8 < 1)" ( (binary_expression "iVar8 < 1" identifier < number_literal) )) (compound_statement "{\n iVar8 = 0x7fffffff;\n }" { (expression_statement "iVar8 = 0x7fffffff;" (assignment_expression "iVar8 = 0x7fffffff" identifier = number_literal) ;) })) (expression_statement "FUN_003b0010(local_20,(int)param_1 + *(int *)(*param_1 + -0xc) + 0x6c);" (call_expression "FUN_003b0010(local_20,(int)param_1 + *(int *)(*param_1 + -0xc) + 0x6c)" identifier (argument_list "(local_20,(int)param_1 + *(int *)(*param_1 + -0xc) + 0x6c)" ( identifier , (binary_expression "(int)param_1 + *(int *)(*param_1 + -0xc) + 0x6c" (binary_expression "(int)param_1 + *(int *)(*param_1 + -0xc)" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + (pointer_expression "*(int *)(*param_1 + -0xc)" * (cast_expression "(int *)(*param_1 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + -0xc)" ( (binary_expression "*param_1 + -0xc" (pointer_expression "*param_1" * identifier) + number_literal) ))))) + number_literal) ))) ;) (expression_statement "piVar5 = (int *)FUN_004034a0(local_20);" (assignment_expression "piVar5 = (int *)FUN_004034a0(local_20)" identifier = (cast_expression "(int *)FUN_004034a0(local_20)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_004034a0(local_20)" identifier (argument_list "(local_20)" ( identifier ))))) ;) (expression_statement "FUN_003b07e0(local_20);" (call_expression "FUN_003b07e0(local_20)" identifier (argument_list "(local_20)" ( identifier ))) ;) (expression_statement "piVar2 = *(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c);" (assignment_expression "piVar2 = *(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c)" identifier = (pointer_expression "*(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c)" * (cast_expression "(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c)" ( (binary_expression "(int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c" (binary_expression "(int)param_1 + *(int *)(*param_1 + -0xc)" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + (pointer_expression "*(int *)(*param_1 + -0xc)" * (cast_expression "(int *)(*param_1 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + -0xc)" ( (binary_expression "*param_1 + -0xc" (pointer_expression "*param_1" * identifier) + number_literal) ))))) + number_literal) ))))) ;) (if_statement "if ((int *)piVar2[2] < (int *)piVar2[3]) {\n iVar7 = *(int *)piVar2[2];\n }\n else {\n \n iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }" if (parenthesized_expression "((int *)piVar2[2] < (int *)piVar2[3])" ( (binary_expression "(int *)piVar2[2] < (int *)piVar2[3]" (cast_expression "(int *)piVar2[2]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar2[2]" identifier [ number_literal ])) < (cast_expression "(int *)piVar2[3]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar2[3]" identifier [ number_literal ]))) )) (compound_statement "{\n iVar7 = *(int *)piVar2[2];\n }" { (expression_statement "iVar7 = *(int *)piVar2[2];" (assignment_expression "iVar7 = *(int *)piVar2[2]" identifier = (pointer_expression "*(int *)piVar2[2]" * (cast_expression "(int *)piVar2[2]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar2[2]" identifier [ number_literal ])))) ;) }) (else_clause "else {\n \n iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }" else (compound_statement "{\n \n iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }" { (expression_statement "iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);" (assignment_expression "iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2)" identifier = (call_expression "(**(code **)(*piVar2 + 0x24))(piVar2)" (parenthesized_expression "(**(code **)(*piVar2 + 0x24))" ( (pointer_expression "**(code **)(*piVar2 + 0x24)" * (pointer_expression "*(code **)(*piVar2 + 0x24)" * (cast_expression "(code **)(*piVar2 + 0x24)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar2 + 0x24)" ( (binary_expression "*piVar2 + 0x24" (pointer_expression "*piVar2" * identifier) + number_literal) ))))) )) (argument_list "(piVar2)" ( identifier )))) ;) }))) (expression_statement "iVar8 = iVar8 + -1;" (assignment_expression "iVar8 = iVar8 + -1" identifier = (binary_expression "iVar8 + -1" identifier + number_literal)) ;) (expression_statement "iVar9 = 0;" (assignment_expression "iVar9 = 0" identifier = number_literal) ;) (while_statement "while (iVar9 != iVar8) {\n while( true ) {\n if (iVar7 == -1) goto LAB_003d6c28;\n \n cVar4 = (**(code **)(*piVar5 + 8))(piVar5,0x2000,iVar7);\n local_30 = iVar9;\n if (cVar4 != '\0') goto LAB_003d6b01;\n piVar1 = param_2 + 1;\n iVar9 = iVar9 + 1;\n piVar3 = (int *)piVar2[2];\n *param_2 = iVar7;\n if (piVar3 < (int *)piVar2[3]) {\n iVar7 = *piVar3;\n piVar2[2] = (int)(piVar3 + 1);\n }\n else {\n \n iVar7 = (**(code **)(*piVar2 + 0x28))(piVar2);\n }\n if (iVar7 == -1) {\n *piVar1 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n uVar6 = 2;\n goto LAB_003d6b8a;\n }\n param_2 = piVar1;\n if ((int *)piVar2[3] <= (int *)piVar2[2]) break;\n iVar7 = *(int *)piVar2[2];\n if (iVar9 == iVar8) goto LAB_003d6af8;\n }\n iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }" while (parenthesized_expression "(iVar9 != iVar8)" ( (binary_expression "iVar9 != iVar8" identifier != identifier) )) (compound_statement "{\n while( true ) {\n if (iVar7 == -1) goto LAB_003d6c28;\n \n cVar4 = (**(code **)(*piVar5 + 8))(piVar5,0x2000,iVar7);\n local_30 = iVar9;\n if (cVar4 != '\0') goto LAB_003d6b01;\n piVar1 = param_2 + 1;\n iVar9 = iVar9 + 1;\n piVar3 = (int *)piVar2[2];\n *param_2 = iVar7;\n if (piVar3 < (int *)piVar2[3]) {\n iVar7 = *piVar3;\n piVar2[2] = (int)(piVar3 + 1);\n }\n else {\n \n iVar7 = (**(code **)(*piVar2 + 0x28))(piVar2);\n }\n if (iVar7 == -1) {\n *piVar1 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n uVar6 = 2;\n goto LAB_003d6b8a;\n }\n param_2 = piVar1;\n if ((int *)piVar2[3] <= (int *)piVar2[2]) break;\n iVar7 = *(int *)piVar2[2];\n if (iVar9 == iVar8) goto LAB_003d6af8;\n }\n iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }" { (while_statement "while( true ) {\n if (iVar7 == -1) goto LAB_003d6c28;\n \n cVar4 = (**(code **)(*piVar5 + 8))(piVar5,0x2000,iVar7);\n local_30 = iVar9;\n if (cVar4 != '\0') goto LAB_003d6b01;\n piVar1 = param_2 + 1;\n iVar9 = iVar9 + 1;\n piVar3 = (int *)piVar2[2];\n *param_2 = iVar7;\n if (piVar3 < (int *)piVar2[3]) {\n iVar7 = *piVar3;\n piVar2[2] = (int)(piVar3 + 1);\n }\n else {\n \n iVar7 = (**(code **)(*piVar2 + 0x28))(piVar2);\n }\n if (iVar7 == -1) {\n *piVar1 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n uVar6 = 2;\n goto LAB_003d6b8a;\n }\n param_2 = piVar1;\n if ((int *)piVar2[3] <= (int *)piVar2[2]) break;\n iVar7 = *(int *)piVar2[2];\n if (iVar9 == iVar8) goto LAB_003d6af8;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n if (iVar7 == -1) goto LAB_003d6c28;\n \n cVar4 = (**(code **)(*piVar5 + 8))(piVar5,0x2000,iVar7);\n local_30 = iVar9;\n if (cVar4 != '\0') goto LAB_003d6b01;\n piVar1 = param_2 + 1;\n iVar9 = iVar9 + 1;\n piVar3 = (int *)piVar2[2];\n *param_2 = iVar7;\n if (piVar3 < (int *)piVar2[3]) {\n iVar7 = *piVar3;\n piVar2[2] = (int)(piVar3 + 1);\n }\n else {\n \n iVar7 = (**(code **)(*piVar2 + 0x28))(piVar2);\n }\n if (iVar7 == -1) {\n *piVar1 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n uVar6 = 2;\n goto LAB_003d6b8a;\n }\n param_2 = piVar1;\n if ((int *)piVar2[3] <= (int *)piVar2[2]) break;\n iVar7 = *(int *)piVar2[2];\n if (iVar9 == iVar8) goto LAB_003d6af8;\n }" { (if_statement "if (iVar7 == -1) goto LAB_003d6c28;" if (parenthesized_expression "(iVar7 == -1)" ( (binary_expression "iVar7 == -1" identifier == number_literal) )) (goto_statement "goto LAB_003d6c28;" goto statement_identifier ;)) (expression_statement "cVar4 = (**(code **)(*piVar5 + 8))(piVar5,0x2000,iVar7);" (assignment_expression "cVar4 = (**(code **)(*piVar5 + 8))(piVar5,0x2000,iVar7)" identifier = (call_expression "(**(code **)(*piVar5 + 8))(piVar5,0x2000,iVar7)" (parenthesized_expression "(**(code **)(*piVar5 + 8))" ( (pointer_expression "**(code **)(*piVar5 + 8)" * (pointer_expression "*(code **)(*piVar5 + 8)" * (cast_expression "(code **)(*piVar5 + 8)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar5 + 8)" ( (binary_expression "*piVar5 + 8" (pointer_expression "*piVar5" * identifier) + number_literal) ))))) )) (argument_list "(piVar5,0x2000,iVar7)" ( identifier , number_literal , identifier )))) ;) (expression_statement "local_30 = iVar9;" (assignment_expression "local_30 = iVar9" identifier = identifier) ;) (if_statement "if (cVar4 != '\0') goto LAB_003d6b01;" if (parenthesized_expression "(cVar4 != '\0')" ( (binary_expression "cVar4 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (goto_statement "goto LAB_003d6b01;" goto statement_identifier ;)) (expression_statement "piVar1 = param_2 + 1;" (assignment_expression "piVar1 = param_2 + 1" identifier = (binary_expression "param_2 + 1" identifier + number_literal)) ;) (expression_statement "iVar9 = iVar9 + 1;" (assignment_expression "iVar9 = iVar9 + 1" identifier = (binary_expression "iVar9 + 1" identifier + number_literal)) ;) (expression_statement "piVar3 = (int *)piVar2[2];" (assignment_expression "piVar3 = (int *)piVar2[2]" identifier = (cast_expression "(int *)piVar2[2]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar2[2]" identifier [ number_literal ]))) ;) (expression_statement "*param_2 = iVar7;" (assignment_expression "*param_2 = iVar7" (pointer_expression "*param_2" * identifier) = identifier) ;) (if_statement "if (piVar3 < (int *)piVar2[3]) {\n iVar7 = *piVar3;\n piVar2[2] = (int)(piVar3 + 1);\n }\n else {\n \n iVar7 = (**(code **)(*piVar2 + 0x28))(piVar2);\n }" if (parenthesized_expression "(piVar3 < (int *)piVar2[3])" ( (binary_expression "piVar3 < (int *)piVar2[3]" identifier < (cast_expression "(int *)piVar2[3]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar2[3]" identifier [ number_literal ]))) )) (compound_statement "{\n iVar7 = *piVar3;\n piVar2[2] = (int)(piVar3 + 1);\n }" { (expression_statement "iVar7 = *piVar3;" (assignment_expression "iVar7 = *piVar3" identifier = (pointer_expression "*piVar3" * identifier)) ;) (expression_statement "piVar2[2] = (int)(piVar3 + 1);" (assignment_expression "piVar2[2] = (int)(piVar3 + 1)" (subscript_expression "piVar2[2]" identifier [ number_literal ]) = (cast_expression "(int)(piVar3 + 1)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(piVar3 + 1)" ( (binary_expression "piVar3 + 1" identifier + number_literal) )))) ;) }) (else_clause "else {\n \n iVar7 = (**(code **)(*piVar2 + 0x28))(piVar2);\n }" else (compound_statement "{\n \n iVar7 = (**(code **)(*piVar2 + 0x28))(piVar2);\n }" { (expression_statement "iVar7 = (**(code **)(*piVar2 + 0x28))(piVar2);" (assignment_expression "iVar7 = (**(code **)(*piVar2 + 0x28))(piVar2)" identifier = (call_expression "(**(code **)(*piVar2 + 0x28))(piVar2)" (parenthesized_expression "(**(code **)(*piVar2 + 0x28))" ( (pointer_expression "**(code **)(*piVar2 + 0x28)" * (pointer_expression "*(code **)(*piVar2 + 0x28)" * (cast_expression "(code **)(*piVar2 + 0x28)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar2 + 0x28)" ( (binary_expression "*piVar2 + 0x28" (pointer_expression "*piVar2" * identifier) + number_literal) ))))) )) (argument_list "(piVar2)" ( identifier )))) ;) }))) (if_statement "if (iVar7 == -1) {\n *piVar1 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n uVar6 = 2;\n goto LAB_003d6b8a;\n }" if (parenthesized_expression "(iVar7 == -1)" ( (binary_expression "iVar7 == -1" identifier == number_literal) )) (compound_statement "{\n *piVar1 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n uVar6 = 2;\n goto LAB_003d6b8a;\n }" { (expression_statement "*piVar1 = 0;" (assignment_expression "*piVar1 = 0" (pointer_expression "*piVar1" * identifier) = number_literal) ;) (expression_statement "iVar8 = *param_1;" (assignment_expression "iVar8 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "*(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;" (assignment_expression "*(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0" (pointer_expression "*(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8)" * (cast_expression "(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + *(int *)(iVar8 + -0xc) + 8)" ( (binary_expression "(int)param_1 + *(int *)(iVar8 + -0xc) + 8" (binary_expression "(int)param_1 + *(int *)(iVar8 + -0xc)" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + (pointer_expression "*(int *)(iVar8 + -0xc)" * (cast_expression "(int *)(iVar8 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar8 + -0xc)" ( (binary_expression "iVar8 + -0xc" identifier + number_literal) ))))) + number_literal) )))) = number_literal) ;) (expression_statement "uVar6 = 2;" (assignment_expression "uVar6 = 2" identifier = number_literal) ;) (goto_statement "goto LAB_003d6b8a;" goto statement_identifier ;) })) (expression_statement "param_2 = piVar1;" (assignment_expression "param_2 = piVar1" identifier = identifier) ;) (if_statement "if ((int *)piVar2[3] <= (int *)piVar2[2]) break;" if (parenthesized_expression "((int *)piVar2[3] <= (int *)piVar2[2])" ( (binary_expression "(int *)piVar2[3] <= (int *)piVar2[2]" (cast_expression "(int *)piVar2[3]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar2[3]" identifier [ number_literal ])) <= (cast_expression "(int *)piVar2[2]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar2[2]" identifier [ number_literal ]))) )) (break_statement "break;" break ;)) (expression_statement "iVar7 = *(int *)piVar2[2];" (assignment_expression "iVar7 = *(int *)piVar2[2]" identifier = (pointer_expression "*(int *)piVar2[2]" * (cast_expression "(int *)piVar2[2]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar2[2]" identifier [ number_literal ])))) ;) (if_statement "if (iVar9 == iVar8) goto LAB_003d6af8;" if (parenthesized_expression "(iVar9 == iVar8)" ( (binary_expression "iVar9 == iVar8" identifier == identifier) )) (goto_statement "goto LAB_003d6af8;" goto statement_identifier ;)) })) (expression_statement "iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);" (assignment_expression "iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2)" identifier = (call_expression "(**(code **)(*piVar2 + 0x24))(piVar2)" (parenthesized_expression "(**(code **)(*piVar2 + 0x24))" ( (pointer_expression "**(code **)(*piVar2 + 0x24)" * (pointer_expression "*(code **)(*piVar2 + 0x24)" * (cast_expression "(code **)(*piVar2 + 0x24)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar2 + 0x24)" ( (binary_expression "*piVar2 + 0x24" (pointer_expression "*piVar2" * identifier) + number_literal) ))))) )) (argument_list "(piVar2)" ( identifier )))) ;) })) (labeled_statement "LAB_003d6af8:\n local_30 = iVar8;" statement_identifier : (expression_statement "local_30 = iVar8;" (assignment_expression "local_30 = iVar8" identifier = identifier) ;)) (if_statement "if (iVar7 == -1) {\nLAB_003d6c28:\n *param_2 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n uVar6 = (-(uint)(iVar9 == 0) & 4) + 2;\n }\n else {\nLAB_003d6b01:\n *param_2 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n if (local_30 != 0) {\n return param_1;\n }\n uVar6 = 4;\n }" if (parenthesized_expression "(iVar7 == -1)" ( (binary_expression "iVar7 == -1" identifier == number_literal) )) (compound_statement "{\nLAB_003d6c28:\n *param_2 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n uVar6 = (-(uint)(iVar9 == 0) & 4) + 2;\n }" { (labeled_statement "LAB_003d6c28:\n *param_2 = 0;" statement_identifier : (expression_statement "*param_2 = 0;" (assignment_expression "*param_2 = 0" (pointer_expression "*param_2" * identifier) = number_literal) ;)) (expression_statement "iVar8 = *param_1;" (assignment_expression "iVar8 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "*(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;" (assignment_expression "*(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0" (pointer_expression "*(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8)" * (cast_expression "(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + *(int *)(iVar8 + -0xc) + 8)" ( (binary_expression "(int)param_1 + *(int *)(iVar8 + -0xc) + 8" (binary_expression "(int)param_1 + *(int *)(iVar8 + -0xc)" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + (pointer_expression "*(int *)(iVar8 + -0xc)" * (cast_expression "(int *)(iVar8 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar8 + -0xc)" ( (binary_expression "iVar8 + -0xc" identifier + number_literal) ))))) + number_literal) )))) = number_literal) ;) (expression_statement "uVar6 = (-(uint)(iVar9 == 0) & 4) + 2;" (assignment_expression "uVar6 = (-(uint)(iVar9 == 0) & 4) + 2" identifier = (binary_expression "(-(uint)(iVar9 == 0) & 4) + 2" (parenthesized_expression "(-(uint)(iVar9 == 0) & 4)" ( (binary_expression "-(uint)(iVar9 == 0) & 4" (unary_expression "-(uint)(iVar9 == 0)" - (call_expression "(uint)(iVar9 == 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(iVar9 == 0)" ( (binary_expression "iVar9 == 0" identifier == number_literal) )))) & number_literal) )) + number_literal)) ;) }) (else_clause "else {\nLAB_003d6b01:\n *param_2 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n if (local_30 != 0) {\n return param_1;\n }\n uVar6 = 4;\n }" else (compound_statement "{\nLAB_003d6b01:\n *param_2 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n if (local_30 != 0) {\n return param_1;\n }\n uVar6 = 4;\n }" { (labeled_statement "LAB_003d6b01:\n *param_2 = 0;" statement_identifier : (expression_statement "*param_2 = 0;" (assignment_expression "*param_2 = 0" (pointer_expression "*param_2" * identifier) = number_literal) ;)) (expression_statement "iVar8 = *param_1;" (assignment_expression "iVar8 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "*(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;" (assignment_expression "*(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0" (pointer_expression "*(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8)" * (cast_expression "(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + *(int *)(iVar8 + -0xc) + 8)" ( (binary_expression "(int)param_1 + *(int *)(iVar8 + -0xc) + 8" (binary_expression "(int)param_1 + *(int *)(iVar8 + -0xc)" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + (pointer_expression "*(int *)(iVar8 + -0xc)" * (cast_expression "(int *)(iVar8 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar8 + -0xc)" ( (binary_expression "iVar8 + -0xc" identifier + number_literal) ))))) + number_literal) )))) = number_literal) ;) (if_statement "if (local_30 != 0) {\n return param_1;\n }" if (parenthesized_expression "(local_30 != 0)" ( (binary_expression "local_30 != 0" identifier != number_literal) )) (compound_statement "{\n return param_1;\n }" { (return_statement "return param_1;" return identifier ;) })) (expression_statement "uVar6 = 4;" (assignment_expression "uVar6 = 4" identifier = number_literal) ;) }))) }))) (labeled_statement "LAB_003d6b8a:\n iVar8 = (int)param_1 + *(int *)(iVar8 + -0xc);" statement_identifier : (expression_statement "iVar8 = (int)param_1 + *(int *)(iVar8 + -0xc);" (assignment_expression "iVar8 = (int)param_1 + *(int *)(iVar8 + -0xc)" identifier = (binary_expression "(int)param_1 + *(int *)(iVar8 + -0xc)" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + (pointer_expression "*(int *)(iVar8 + -0xc)" * (cast_expression "(int *)(iVar8 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar8 + -0xc)" ( (binary_expression "iVar8 + -0xc" identifier + number_literal) )))))) ;)) (expression_statement "FUN_003d8970(iVar8,uVar6 | *(uint *)(iVar8 + 0x14));" (call_expression "FUN_003d8970(iVar8,uVar6 | *(uint *)(iVar8 + 0x14))" identifier (argument_list "(iVar8,uVar6 | *(uint *)(iVar8 + 0x14))" ( identifier , (binary_expression "uVar6 | *(uint *)(iVar8 + 0x14)" identifier | (pointer_expression "*(uint *)(iVar8 + 0x14)" * (cast_expression "(uint *)(iVar8 + 0x14)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar8 + 0x14)" ( (binary_expression "iVar8 + 0x14" identifier + number_literal) ))))) ))) ;) (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 { (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 TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , IDENT , LIT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * 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 *)) ) (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 (pointer_expression * IDENT) + LIT) ))))) + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) + LIT) ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (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 (pointer_expression * IDENT) + LIT) ))))) + LIT) ))))) ;) (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 ( IDENT )))) ;) }))) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (while_statement while (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (while_statement while (parenthesized_expression ( BOOL )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (goto_statement goto statement_identifier ;)) (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 , LIT , IDENT )))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (char_literal ' escape_sequence ')) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT )))) ;) }))) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) + LIT) )))) = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = IDENT) ;) (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 ]))) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (goto_statement goto statement_identifier ;)) })) (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 )))) ;) })) (labeled_statement statement_identifier : (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 (pointer_expression * IDENT) = LIT) ;)) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) + LIT) )))) = LIT) ;) (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( (binary_expression (unary_expression - (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT == LIT) )))) & LIT) )) + LIT)) ;) }) (else_clause else (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;)) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) + LIT) )))) = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (return_statement return IDENT ;) })) (expression_statement (assignment_expression IDENT = LIT) ;) }))) }))) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) ;)) (expression_statement (call_expression IDENT (argument_list ( IDENT , (binary_expression IDENT | (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ))) ;) (return_statement return IDENT ;) })))
(function_definition "int * FUN_003d69f0(int *param_1,int *param_2)\n\n{\n int *piVar1;\n int *piVar2;\n int *piVar3;\n char cVar4;\n int *piVar5;\n uint uVar6;\n int iVar7;\n int iVar8;\n int iVar9;\n int local_30;\n char local_21;\n undefined1 local_20 [16];\n \n FUN_003d4d40(&local_21,param_1,0);\n if (local_21 == '\0') {\n iVar8 = *param_1;\n uVar6 = 4;\n }\n else {\n iVar8 = *(int *)((int)param_1 + *(int *)(*param_1 + -0xc) + 8);\n if (iVar8 < 1) {\n iVar8 = 0x7fffffff;\n }\n FUN_003b0010(local_20,(int)param_1 + *(int *)(*param_1 + -0xc) + 0x6c);\n \n piVar5 = (int *)FUN_004034a0(local_20);\n FUN_003b07e0(local_20);\n piVar2 = *(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c);\n if ((int *)piVar2[2] < (int *)piVar2[3]) {\n iVar7 = *(int *)piVar2[2];\n }\n else {\n \n iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }\n iVar8 = iVar8 + -1;\n iVar9 = 0;\n while (iVar9 != iVar8) {\n while( true ) {\n if (iVar7 == -1) goto LAB_003d6c28;\n \n cVar4 = (**(code **)(*piVar5 + 8))(piVar5,0x2000,iVar7);\n local_30 = iVar9;\n if (cVar4 != '\0') goto LAB_003d6b01;\n piVar1 = param_2 + 1;\n iVar9 = iVar9 + 1;\n piVar3 = (int *)piVar2[2];\n *param_2 = iVar7;\n if (piVar3 < (int *)piVar2[3]) {\n iVar7 = *piVar3;\n piVar2[2] = (int)(piVar3 + 1);\n }\n else {\n \n iVar7 = (**(code **)(*piVar2 + 0x28))(piVar2);\n }\n if (iVar7 == -1) {\n *piVar1 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n uVar6 = 2;\n goto LAB_003d6b8a;\n }\n param_2 = piVar1;\n if ((int *)piVar2[3] <= (int *)piVar2[2]) break;\n iVar7 = *(int *)piVar2[2];\n if (iVar9 == iVar8) goto LAB_003d6af8;\n }\n iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }\nLAB_003d6af8:\n local_30 = iVar8;\n if (iVar7 == -1) {\nLAB_003d6c28:\n *param_2 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n uVar6 = (-(uint)(iVar9 == 0) & 4) + 2;\n }\n else {\nLAB_003d6b01:\n *param_2 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n if (local_30 != 0) {\n return param_1;\n }\n uVar6 = 4;\n }\n }\nLAB_003d6b8a:\n iVar8 = (int)param_1 + *(int *)(iVar8 + -0xc);\n FUN_003d8970(iVar8,uVar6 | *(uint *)(iVar8 + 0x14));\n return param_1;\n}" (primitive_type "int") (pointer_declarator "* FUN_003d69f0(int *param_1,int *param_2)" (* "*") (function_declarator "FUN_003d69f0(int *param_1,int *param_2)" (identifier "FUN_003d69f0") (parameter_list "(int *param_1,int *param_2)" (( "(") (parameter_declaration "int *param_1" (primitive_type "int") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "int *param_2" (primitive_type "int") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) () ")")))) (compound_statement "{\n int *piVar1;\n int *piVar2;\n int *piVar3;\n char cVar4;\n int *piVar5;\n uint uVar6;\n int iVar7;\n int iVar8;\n int iVar9;\n int local_30;\n char local_21;\n undefined1 local_20 [16];\n \n FUN_003d4d40(&local_21,param_1,0);\n if (local_21 == '\0') {\n iVar8 = *param_1;\n uVar6 = 4;\n }\n else {\n iVar8 = *(int *)((int)param_1 + *(int *)(*param_1 + -0xc) + 8);\n if (iVar8 < 1) {\n iVar8 = 0x7fffffff;\n }\n FUN_003b0010(local_20,(int)param_1 + *(int *)(*param_1 + -0xc) + 0x6c);\n \n piVar5 = (int *)FUN_004034a0(local_20);\n FUN_003b07e0(local_20);\n piVar2 = *(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c);\n if ((int *)piVar2[2] < (int *)piVar2[3]) {\n iVar7 = *(int *)piVar2[2];\n }\n else {\n \n iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }\n iVar8 = iVar8 + -1;\n iVar9 = 0;\n while (iVar9 != iVar8) {\n while( true ) {\n if (iVar7 == -1) goto LAB_003d6c28;\n \n cVar4 = (**(code **)(*piVar5 + 8))(piVar5,0x2000,iVar7);\n local_30 = iVar9;\n if (cVar4 != '\0') goto LAB_003d6b01;\n piVar1 = param_2 + 1;\n iVar9 = iVar9 + 1;\n piVar3 = (int *)piVar2[2];\n *param_2 = iVar7;\n if (piVar3 < (int *)piVar2[3]) {\n iVar7 = *piVar3;\n piVar2[2] = (int)(piVar3 + 1);\n }\n else {\n \n iVar7 = (**(code **)(*piVar2 + 0x28))(piVar2);\n }\n if (iVar7 == -1) {\n *piVar1 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n uVar6 = 2;\n goto LAB_003d6b8a;\n }\n param_2 = piVar1;\n if ((int *)piVar2[3] <= (int *)piVar2[2]) break;\n iVar7 = *(int *)piVar2[2];\n if (iVar9 == iVar8) goto LAB_003d6af8;\n }\n iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }\nLAB_003d6af8:\n local_30 = iVar8;\n if (iVar7 == -1) {\nLAB_003d6c28:\n *param_2 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n uVar6 = (-(uint)(iVar9 == 0) & 4) + 2;\n }\n else {\nLAB_003d6b01:\n *param_2 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n if (local_30 != 0) {\n return param_1;\n }\n uVar6 = 4;\n }\n }\nLAB_003d6b8a:\n iVar8 = (int)param_1 + *(int *)(iVar8 + -0xc);\n FUN_003d8970(iVar8,uVar6 | *(uint *)(iVar8 + 0x14));\n return param_1;\n}" ({ "{") (declaration "int *piVar1;" (primitive_type "int") (pointer_declarator "*piVar1" (* "*") (identifier "piVar1")) (; ";")) (declaration "int *piVar2;" (primitive_type "int") (pointer_declarator "*piVar2" (* "*") (identifier "piVar2")) (; ";")) (declaration "int *piVar3;" (primitive_type "int") (pointer_declarator "*piVar3" (* "*") (identifier "piVar3")) (; ";")) (declaration "char cVar4;" (primitive_type "char") (identifier "cVar4") (; ";")) (declaration "int *piVar5;" (primitive_type "int") (pointer_declarator "*piVar5" (* "*") (identifier "piVar5")) (; ";")) (declaration "uint uVar6;" (type_identifier "uint") (identifier "uVar6") (; ";")) (declaration "int iVar7;" (primitive_type "int") (identifier "iVar7") (; ";")) (declaration "int iVar8;" (primitive_type "int") (identifier "iVar8") (; ";")) (declaration "int iVar9;" (primitive_type "int") (identifier "iVar9") (; ";")) (declaration "int local_30;" (primitive_type "int") (identifier "local_30") (; ";")) (declaration "char local_21;" (primitive_type "char") (identifier "local_21") (; ";")) (declaration "undefined1 local_20 [16];" (type_identifier "undefined1") (array_declarator "local_20 [16]" (identifier "local_20") ([ "[") (number_literal "16") (] "]")) (; ";")) (expression_statement "FUN_003d4d40(&local_21,param_1,0);" (call_expression "FUN_003d4d40(&local_21,param_1,0)" (identifier "FUN_003d4d40") (argument_list "(&local_21,param_1,0)" (( "(") (pointer_expression "&local_21" (& "&") (identifier "local_21")) (, ",") (identifier "param_1") (, ",") (number_literal "0") () ")"))) (; ";")) (if_statement "if (local_21 == '\0') {\n iVar8 = *param_1;\n uVar6 = 4;\n }\n else {\n iVar8 = *(int *)((int)param_1 + *(int *)(*param_1 + -0xc) + 8);\n if (iVar8 < 1) {\n iVar8 = 0x7fffffff;\n }\n FUN_003b0010(local_20,(int)param_1 + *(int *)(*param_1 + -0xc) + 0x6c);\n \n piVar5 = (int *)FUN_004034a0(local_20);\n FUN_003b07e0(local_20);\n piVar2 = *(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c);\n if ((int *)piVar2[2] < (int *)piVar2[3]) {\n iVar7 = *(int *)piVar2[2];\n }\n else {\n \n iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }\n iVar8 = iVar8 + -1;\n iVar9 = 0;\n while (iVar9 != iVar8) {\n while( true ) {\n if (iVar7 == -1) goto LAB_003d6c28;\n \n cVar4 = (**(code **)(*piVar5 + 8))(piVar5,0x2000,iVar7);\n local_30 = iVar9;\n if (cVar4 != '\0') goto LAB_003d6b01;\n piVar1 = param_2 + 1;\n iVar9 = iVar9 + 1;\n piVar3 = (int *)piVar2[2];\n *param_2 = iVar7;\n if (piVar3 < (int *)piVar2[3]) {\n iVar7 = *piVar3;\n piVar2[2] = (int)(piVar3 + 1);\n }\n else {\n \n iVar7 = (**(code **)(*piVar2 + 0x28))(piVar2);\n }\n if (iVar7 == -1) {\n *piVar1 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n uVar6 = 2;\n goto LAB_003d6b8a;\n }\n param_2 = piVar1;\n if ((int *)piVar2[3] <= (int *)piVar2[2]) break;\n iVar7 = *(int *)piVar2[2];\n if (iVar9 == iVar8) goto LAB_003d6af8;\n }\n iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }\nLAB_003d6af8:\n local_30 = iVar8;\n if (iVar7 == -1) {\nLAB_003d6c28:\n *param_2 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n uVar6 = (-(uint)(iVar9 == 0) & 4) + 2;\n }\n else {\nLAB_003d6b01:\n *param_2 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n if (local_30 != 0) {\n return param_1;\n }\n uVar6 = 4;\n }\n }" (if "if") (parenthesized_expression "(local_21 == '\0')" (( "(") (binary_expression "local_21 == '\0'" (identifier "local_21") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n iVar8 = *param_1;\n uVar6 = 4;\n }" ({ "{") (expression_statement "iVar8 = *param_1;" (assignment_expression "iVar8 = *param_1" (identifier "iVar8") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (expression_statement "uVar6 = 4;" (assignment_expression "uVar6 = 4" (identifier "uVar6") (= "=") (number_literal "4")) (; ";")) (} "}")) (else_clause "else {\n iVar8 = *(int *)((int)param_1 + *(int *)(*param_1 + -0xc) + 8);\n if (iVar8 < 1) {\n iVar8 = 0x7fffffff;\n }\n FUN_003b0010(local_20,(int)param_1 + *(int *)(*param_1 + -0xc) + 0x6c);\n \n piVar5 = (int *)FUN_004034a0(local_20);\n FUN_003b07e0(local_20);\n piVar2 = *(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c);\n if ((int *)piVar2[2] < (int *)piVar2[3]) {\n iVar7 = *(int *)piVar2[2];\n }\n else {\n \n iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }\n iVar8 = iVar8 + -1;\n iVar9 = 0;\n while (iVar9 != iVar8) {\n while( true ) {\n if (iVar7 == -1) goto LAB_003d6c28;\n \n cVar4 = (**(code **)(*piVar5 + 8))(piVar5,0x2000,iVar7);\n local_30 = iVar9;\n if (cVar4 != '\0') goto LAB_003d6b01;\n piVar1 = param_2 + 1;\n iVar9 = iVar9 + 1;\n piVar3 = (int *)piVar2[2];\n *param_2 = iVar7;\n if (piVar3 < (int *)piVar2[3]) {\n iVar7 = *piVar3;\n piVar2[2] = (int)(piVar3 + 1);\n }\n else {\n \n iVar7 = (**(code **)(*piVar2 + 0x28))(piVar2);\n }\n if (iVar7 == -1) {\n *piVar1 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n uVar6 = 2;\n goto LAB_003d6b8a;\n }\n param_2 = piVar1;\n if ((int *)piVar2[3] <= (int *)piVar2[2]) break;\n iVar7 = *(int *)piVar2[2];\n if (iVar9 == iVar8) goto LAB_003d6af8;\n }\n iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }\nLAB_003d6af8:\n local_30 = iVar8;\n if (iVar7 == -1) {\nLAB_003d6c28:\n *param_2 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n uVar6 = (-(uint)(iVar9 == 0) & 4) + 2;\n }\n else {\nLAB_003d6b01:\n *param_2 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n if (local_30 != 0) {\n return param_1;\n }\n uVar6 = 4;\n }\n }" (else "else") (compound_statement "{\n iVar8 = *(int *)((int)param_1 + *(int *)(*param_1 + -0xc) + 8);\n if (iVar8 < 1) {\n iVar8 = 0x7fffffff;\n }\n FUN_003b0010(local_20,(int)param_1 + *(int *)(*param_1 + -0xc) + 0x6c);\n \n piVar5 = (int *)FUN_004034a0(local_20);\n FUN_003b07e0(local_20);\n piVar2 = *(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c);\n if ((int *)piVar2[2] < (int *)piVar2[3]) {\n iVar7 = *(int *)piVar2[2];\n }\n else {\n \n iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }\n iVar8 = iVar8 + -1;\n iVar9 = 0;\n while (iVar9 != iVar8) {\n while( true ) {\n if (iVar7 == -1) goto LAB_003d6c28;\n \n cVar4 = (**(code **)(*piVar5 + 8))(piVar5,0x2000,iVar7);\n local_30 = iVar9;\n if (cVar4 != '\0') goto LAB_003d6b01;\n piVar1 = param_2 + 1;\n iVar9 = iVar9 + 1;\n piVar3 = (int *)piVar2[2];\n *param_2 = iVar7;\n if (piVar3 < (int *)piVar2[3]) {\n iVar7 = *piVar3;\n piVar2[2] = (int)(piVar3 + 1);\n }\n else {\n \n iVar7 = (**(code **)(*piVar2 + 0x28))(piVar2);\n }\n if (iVar7 == -1) {\n *piVar1 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n uVar6 = 2;\n goto LAB_003d6b8a;\n }\n param_2 = piVar1;\n if ((int *)piVar2[3] <= (int *)piVar2[2]) break;\n iVar7 = *(int *)piVar2[2];\n if (iVar9 == iVar8) goto LAB_003d6af8;\n }\n iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }\nLAB_003d6af8:\n local_30 = iVar8;\n if (iVar7 == -1) {\nLAB_003d6c28:\n *param_2 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n uVar6 = (-(uint)(iVar9 == 0) & 4) + 2;\n }\n else {\nLAB_003d6b01:\n *param_2 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n if (local_30 != 0) {\n return param_1;\n }\n uVar6 = 4;\n }\n }" ({ "{") (expression_statement "iVar8 = *(int *)((int)param_1 + *(int *)(*param_1 + -0xc) + 8);" (assignment_expression "iVar8 = *(int *)((int)param_1 + *(int *)(*param_1 + -0xc) + 8)" (identifier "iVar8") (= "=") (pointer_expression "*(int *)((int)param_1 + *(int *)(*param_1 + -0xc) + 8)" (* "*") (cast_expression "(int *)((int)param_1 + *(int *)(*param_1 + -0xc) + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)param_1 + *(int *)(*param_1 + -0xc) + 8)" (( "(") (binary_expression "(int)param_1 + *(int *)(*param_1 + -0xc) + 8" (binary_expression "(int)param_1 + *(int *)(*param_1 + -0xc)" (cast_expression "(int)param_1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_1")) (+ "+") (pointer_expression "*(int *)(*param_1 + -0xc)" (* "*") (cast_expression "(int *)(*param_1 + -0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*param_1 + -0xc)" (( "(") (binary_expression "*param_1 + -0xc" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "-0xc")) () ")"))))) (+ "+") (number_literal "8")) () ")"))))) (; ";")) (if_statement "if (iVar8 < 1) {\n iVar8 = 0x7fffffff;\n }" (if "if") (parenthesized_expression "(iVar8 < 1)" (( "(") (binary_expression "iVar8 < 1" (identifier "iVar8") (< "<") (number_literal "1")) () ")")) (compound_statement "{\n iVar8 = 0x7fffffff;\n }" ({ "{") (expression_statement "iVar8 = 0x7fffffff;" (assignment_expression "iVar8 = 0x7fffffff" (identifier "iVar8") (= "=") (number_literal "0x7fffffff")) (; ";")) (} "}"))) (expression_statement "FUN_003b0010(local_20,(int)param_1 + *(int *)(*param_1 + -0xc) + 0x6c);" (call_expression "FUN_003b0010(local_20,(int)param_1 + *(int *)(*param_1 + -0xc) + 0x6c)" (identifier "FUN_003b0010") (argument_list "(local_20,(int)param_1 + *(int *)(*param_1 + -0xc) + 0x6c)" (( "(") (identifier "local_20") (, ",") (binary_expression "(int)param_1 + *(int *)(*param_1 + -0xc) + 0x6c" (binary_expression "(int)param_1 + *(int *)(*param_1 + -0xc)" (cast_expression "(int)param_1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_1")) (+ "+") (pointer_expression "*(int *)(*param_1 + -0xc)" (* "*") (cast_expression "(int *)(*param_1 + -0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*param_1 + -0xc)" (( "(") (binary_expression "*param_1 + -0xc" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "-0xc")) () ")"))))) (+ "+") (number_literal "0x6c")) () ")"))) (; ";")) (expression_statement "piVar5 = (int *)FUN_004034a0(local_20);" (assignment_expression "piVar5 = (int *)FUN_004034a0(local_20)" (identifier "piVar5") (= "=") (cast_expression "(int *)FUN_004034a0(local_20)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_004034a0(local_20)" (identifier "FUN_004034a0") (argument_list "(local_20)" (( "(") (identifier "local_20") () ")"))))) (; ";")) (expression_statement "FUN_003b07e0(local_20);" (call_expression "FUN_003b07e0(local_20)" (identifier "FUN_003b07e0") (argument_list "(local_20)" (( "(") (identifier "local_20") () ")"))) (; ";")) (expression_statement "piVar2 = *(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c);" (assignment_expression "piVar2 = *(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c)" (identifier "piVar2") (= "=") (pointer_expression "*(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c)" (* "*") (cast_expression "(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c)" (( "(") (binary_expression "(int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c" (binary_expression "(int)param_1 + *(int *)(*param_1 + -0xc)" (cast_expression "(int)param_1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_1")) (+ "+") (pointer_expression "*(int *)(*param_1 + -0xc)" (* "*") (cast_expression "(int *)(*param_1 + -0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*param_1 + -0xc)" (( "(") (binary_expression "*param_1 + -0xc" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "-0xc")) () ")"))))) (+ "+") (number_literal "0x7c")) () ")"))))) (; ";")) (if_statement "if ((int *)piVar2[2] < (int *)piVar2[3]) {\n iVar7 = *(int *)piVar2[2];\n }\n else {\n \n iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }" (if "if") (parenthesized_expression "((int *)piVar2[2] < (int *)piVar2[3])" (( "(") (binary_expression "(int *)piVar2[2] < (int *)piVar2[3]" (cast_expression "(int *)piVar2[2]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "piVar2[2]" (identifier "piVar2") ([ "[") (number_literal "2") (] "]"))) (< "<") (cast_expression "(int *)piVar2[3]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "piVar2[3]" (identifier "piVar2") ([ "[") (number_literal "3") (] "]")))) () ")")) (compound_statement "{\n iVar7 = *(int *)piVar2[2];\n }" ({ "{") (expression_statement "iVar7 = *(int *)piVar2[2];" (assignment_expression "iVar7 = *(int *)piVar2[2]" (identifier "iVar7") (= "=") (pointer_expression "*(int *)piVar2[2]" (* "*") (cast_expression "(int *)piVar2[2]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "piVar2[2]" (identifier "piVar2") ([ "[") (number_literal "2") (] "]"))))) (; ";")) (} "}")) (else_clause "else {\n \n iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }" (else "else") (compound_statement "{\n \n iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }" ({ "{") (expression_statement "iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);" (assignment_expression "iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2)" (identifier "iVar7") (= "=") (call_expression "(**(code **)(*piVar2 + 0x24))(piVar2)" (parenthesized_expression "(**(code **)(*piVar2 + 0x24))" (( "(") (pointer_expression "**(code **)(*piVar2 + 0x24)" (* "*") (pointer_expression "*(code **)(*piVar2 + 0x24)" (* "*") (cast_expression "(code **)(*piVar2 + 0x24)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*piVar2 + 0x24)" (( "(") (binary_expression "*piVar2 + 0x24" (pointer_expression "*piVar2" (* "*") (identifier "piVar2")) (+ "+") (number_literal "0x24")) () ")"))))) () ")")) (argument_list "(piVar2)" (( "(") (identifier "piVar2") () ")")))) (; ";")) (} "}")))) (expression_statement "iVar8 = iVar8 + -1;" (assignment_expression "iVar8 = iVar8 + -1" (identifier "iVar8") (= "=") (binary_expression "iVar8 + -1" (identifier "iVar8") (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "iVar9 = 0;" (assignment_expression "iVar9 = 0" (identifier "iVar9") (= "=") (number_literal "0")) (; ";")) (while_statement "while (iVar9 != iVar8) {\n while( true ) {\n if (iVar7 == -1) goto LAB_003d6c28;\n \n cVar4 = (**(code **)(*piVar5 + 8))(piVar5,0x2000,iVar7);\n local_30 = iVar9;\n if (cVar4 != '\0') goto LAB_003d6b01;\n piVar1 = param_2 + 1;\n iVar9 = iVar9 + 1;\n piVar3 = (int *)piVar2[2];\n *param_2 = iVar7;\n if (piVar3 < (int *)piVar2[3]) {\n iVar7 = *piVar3;\n piVar2[2] = (int)(piVar3 + 1);\n }\n else {\n \n iVar7 = (**(code **)(*piVar2 + 0x28))(piVar2);\n }\n if (iVar7 == -1) {\n *piVar1 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n uVar6 = 2;\n goto LAB_003d6b8a;\n }\n param_2 = piVar1;\n if ((int *)piVar2[3] <= (int *)piVar2[2]) break;\n iVar7 = *(int *)piVar2[2];\n if (iVar9 == iVar8) goto LAB_003d6af8;\n }\n iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }" (while "while") (parenthesized_expression "(iVar9 != iVar8)" (( "(") (binary_expression "iVar9 != iVar8" (identifier "iVar9") (!= "!=") (identifier "iVar8")) () ")")) (compound_statement "{\n while( true ) {\n if (iVar7 == -1) goto LAB_003d6c28;\n \n cVar4 = (**(code **)(*piVar5 + 8))(piVar5,0x2000,iVar7);\n local_30 = iVar9;\n if (cVar4 != '\0') goto LAB_003d6b01;\n piVar1 = param_2 + 1;\n iVar9 = iVar9 + 1;\n piVar3 = (int *)piVar2[2];\n *param_2 = iVar7;\n if (piVar3 < (int *)piVar2[3]) {\n iVar7 = *piVar3;\n piVar2[2] = (int)(piVar3 + 1);\n }\n else {\n \n iVar7 = (**(code **)(*piVar2 + 0x28))(piVar2);\n }\n if (iVar7 == -1) {\n *piVar1 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n uVar6 = 2;\n goto LAB_003d6b8a;\n }\n param_2 = piVar1;\n if ((int *)piVar2[3] <= (int *)piVar2[2]) break;\n iVar7 = *(int *)piVar2[2];\n if (iVar9 == iVar8) goto LAB_003d6af8;\n }\n iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);\n }" ({ "{") (while_statement "while( true ) {\n if (iVar7 == -1) goto LAB_003d6c28;\n \n cVar4 = (**(code **)(*piVar5 + 8))(piVar5,0x2000,iVar7);\n local_30 = iVar9;\n if (cVar4 != '\0') goto LAB_003d6b01;\n piVar1 = param_2 + 1;\n iVar9 = iVar9 + 1;\n piVar3 = (int *)piVar2[2];\n *param_2 = iVar7;\n if (piVar3 < (int *)piVar2[3]) {\n iVar7 = *piVar3;\n piVar2[2] = (int)(piVar3 + 1);\n }\n else {\n \n iVar7 = (**(code **)(*piVar2 + 0x28))(piVar2);\n }\n if (iVar7 == -1) {\n *piVar1 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n uVar6 = 2;\n goto LAB_003d6b8a;\n }\n param_2 = piVar1;\n if ((int *)piVar2[3] <= (int *)piVar2[2]) break;\n iVar7 = *(int *)piVar2[2];\n if (iVar9 == iVar8) goto LAB_003d6af8;\n }" (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (compound_statement "{\n if (iVar7 == -1) goto LAB_003d6c28;\n \n cVar4 = (**(code **)(*piVar5 + 8))(piVar5,0x2000,iVar7);\n local_30 = iVar9;\n if (cVar4 != '\0') goto LAB_003d6b01;\n piVar1 = param_2 + 1;\n iVar9 = iVar9 + 1;\n piVar3 = (int *)piVar2[2];\n *param_2 = iVar7;\n if (piVar3 < (int *)piVar2[3]) {\n iVar7 = *piVar3;\n piVar2[2] = (int)(piVar3 + 1);\n }\n else {\n \n iVar7 = (**(code **)(*piVar2 + 0x28))(piVar2);\n }\n if (iVar7 == -1) {\n *piVar1 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n uVar6 = 2;\n goto LAB_003d6b8a;\n }\n param_2 = piVar1;\n if ((int *)piVar2[3] <= (int *)piVar2[2]) break;\n iVar7 = *(int *)piVar2[2];\n if (iVar9 == iVar8) goto LAB_003d6af8;\n }" ({ "{") (if_statement "if (iVar7 == -1) goto LAB_003d6c28;" (if "if") (parenthesized_expression "(iVar7 == -1)" (( "(") (binary_expression "iVar7 == -1" (identifier "iVar7") (== "==") (number_literal "-1")) () ")")) (goto_statement "goto LAB_003d6c28;" (goto "goto") (statement_identifier "LAB_003d6c28") (; ";"))) (expression_statement "cVar4 = (**(code **)(*piVar5 + 8))(piVar5,0x2000,iVar7);" (assignment_expression "cVar4 = (**(code **)(*piVar5 + 8))(piVar5,0x2000,iVar7)" (identifier "cVar4") (= "=") (call_expression "(**(code **)(*piVar5 + 8))(piVar5,0x2000,iVar7)" (parenthesized_expression "(**(code **)(*piVar5 + 8))" (( "(") (pointer_expression "**(code **)(*piVar5 + 8)" (* "*") (pointer_expression "*(code **)(*piVar5 + 8)" (* "*") (cast_expression "(code **)(*piVar5 + 8)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*piVar5 + 8)" (( "(") (binary_expression "*piVar5 + 8" (pointer_expression "*piVar5" (* "*") (identifier "piVar5")) (+ "+") (number_literal "8")) () ")"))))) () ")")) (argument_list "(piVar5,0x2000,iVar7)" (( "(") (identifier "piVar5") (, ",") (number_literal "0x2000") (, ",") (identifier "iVar7") () ")")))) (; ";")) (expression_statement "local_30 = iVar9;" (assignment_expression "local_30 = iVar9" (identifier "local_30") (= "=") (identifier "iVar9")) (; ";")) (if_statement "if (cVar4 != '\0') goto LAB_003d6b01;" (if "if") (parenthesized_expression "(cVar4 != '\0')" (( "(") (binary_expression "cVar4 != '\0'" (identifier "cVar4") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (goto_statement "goto LAB_003d6b01;" (goto "goto") (statement_identifier "LAB_003d6b01") (; ";"))) (expression_statement "piVar1 = param_2 + 1;" (assignment_expression "piVar1 = param_2 + 1" (identifier "piVar1") (= "=") (binary_expression "param_2 + 1" (identifier "param_2") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "iVar9 = iVar9 + 1;" (assignment_expression "iVar9 = iVar9 + 1" (identifier "iVar9") (= "=") (binary_expression "iVar9 + 1" (identifier "iVar9") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "piVar3 = (int *)piVar2[2];" (assignment_expression "piVar3 = (int *)piVar2[2]" (identifier "piVar3") (= "=") (cast_expression "(int *)piVar2[2]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "piVar2[2]" (identifier "piVar2") ([ "[") (number_literal "2") (] "]")))) (; ";")) (expression_statement "*param_2 = iVar7;" (assignment_expression "*param_2 = iVar7" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (identifier "iVar7")) (; ";")) (if_statement "if (piVar3 < (int *)piVar2[3]) {\n iVar7 = *piVar3;\n piVar2[2] = (int)(piVar3 + 1);\n }\n else {\n \n iVar7 = (**(code **)(*piVar2 + 0x28))(piVar2);\n }" (if "if") (parenthesized_expression "(piVar3 < (int *)piVar2[3])" (( "(") (binary_expression "piVar3 < (int *)piVar2[3]" (identifier "piVar3") (< "<") (cast_expression "(int *)piVar2[3]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "piVar2[3]" (identifier "piVar2") ([ "[") (number_literal "3") (] "]")))) () ")")) (compound_statement "{\n iVar7 = *piVar3;\n piVar2[2] = (int)(piVar3 + 1);\n }" ({ "{") (expression_statement "iVar7 = *piVar3;" (assignment_expression "iVar7 = *piVar3" (identifier "iVar7") (= "=") (pointer_expression "*piVar3" (* "*") (identifier "piVar3"))) (; ";")) (expression_statement "piVar2[2] = (int)(piVar3 + 1);" (assignment_expression "piVar2[2] = (int)(piVar3 + 1)" (subscript_expression "piVar2[2]" (identifier "piVar2") ([ "[") (number_literal "2") (] "]")) (= "=") (cast_expression "(int)(piVar3 + 1)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "(piVar3 + 1)" (( "(") (binary_expression "piVar3 + 1" (identifier "piVar3") (+ "+") (number_literal "1")) () ")")))) (; ";")) (} "}")) (else_clause "else {\n \n iVar7 = (**(code **)(*piVar2 + 0x28))(piVar2);\n }" (else "else") (compound_statement "{\n \n iVar7 = (**(code **)(*piVar2 + 0x28))(piVar2);\n }" ({ "{") (expression_statement "iVar7 = (**(code **)(*piVar2 + 0x28))(piVar2);" (assignment_expression "iVar7 = (**(code **)(*piVar2 + 0x28))(piVar2)" (identifier "iVar7") (= "=") (call_expression "(**(code **)(*piVar2 + 0x28))(piVar2)" (parenthesized_expression "(**(code **)(*piVar2 + 0x28))" (( "(") (pointer_expression "**(code **)(*piVar2 + 0x28)" (* "*") (pointer_expression "*(code **)(*piVar2 + 0x28)" (* "*") (cast_expression "(code **)(*piVar2 + 0x28)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*piVar2 + 0x28)" (( "(") (binary_expression "*piVar2 + 0x28" (pointer_expression "*piVar2" (* "*") (identifier "piVar2")) (+ "+") (number_literal "0x28")) () ")"))))) () ")")) (argument_list "(piVar2)" (( "(") (identifier "piVar2") () ")")))) (; ";")) (} "}")))) (if_statement "if (iVar7 == -1) {\n *piVar1 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n uVar6 = 2;\n goto LAB_003d6b8a;\n }" (if "if") (parenthesized_expression "(iVar7 == -1)" (( "(") (binary_expression "iVar7 == -1" (identifier "iVar7") (== "==") (number_literal "-1")) () ")")) (compound_statement "{\n *piVar1 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n uVar6 = 2;\n goto LAB_003d6b8a;\n }" ({ "{") (expression_statement "*piVar1 = 0;" (assignment_expression "*piVar1 = 0" (pointer_expression "*piVar1" (* "*") (identifier "piVar1")) (= "=") (number_literal "0")) (; ";")) (expression_statement "iVar8 = *param_1;" (assignment_expression "iVar8 = *param_1" (identifier "iVar8") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (expression_statement "*(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;" (assignment_expression "*(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0" (pointer_expression "*(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8)" (* "*") (cast_expression "(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)param_1 + *(int *)(iVar8 + -0xc) + 8)" (( "(") (binary_expression "(int)param_1 + *(int *)(iVar8 + -0xc) + 8" (binary_expression "(int)param_1 + *(int *)(iVar8 + -0xc)" (cast_expression "(int)param_1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_1")) (+ "+") (pointer_expression "*(int *)(iVar8 + -0xc)" (* "*") (cast_expression "(int *)(iVar8 + -0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar8 + -0xc)" (( "(") (binary_expression "iVar8 + -0xc" (identifier "iVar8") (+ "+") (number_literal "-0xc")) () ")"))))) (+ "+") (number_literal "8")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "uVar6 = 2;" (assignment_expression "uVar6 = 2" (identifier "uVar6") (= "=") (number_literal "2")) (; ";")) (goto_statement "goto LAB_003d6b8a;" (goto "goto") (statement_identifier "LAB_003d6b8a") (; ";")) (} "}"))) (expression_statement "param_2 = piVar1;" (assignment_expression "param_2 = piVar1" (identifier "param_2") (= "=") (identifier "piVar1")) (; ";")) (if_statement "if ((int *)piVar2[3] <= (int *)piVar2[2]) break;" (if "if") (parenthesized_expression "((int *)piVar2[3] <= (int *)piVar2[2])" (( "(") (binary_expression "(int *)piVar2[3] <= (int *)piVar2[2]" (cast_expression "(int *)piVar2[3]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "piVar2[3]" (identifier "piVar2") ([ "[") (number_literal "3") (] "]"))) (<= "<=") (cast_expression "(int *)piVar2[2]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "piVar2[2]" (identifier "piVar2") ([ "[") (number_literal "2") (] "]")))) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "iVar7 = *(int *)piVar2[2];" (assignment_expression "iVar7 = *(int *)piVar2[2]" (identifier "iVar7") (= "=") (pointer_expression "*(int *)piVar2[2]" (* "*") (cast_expression "(int *)piVar2[2]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "piVar2[2]" (identifier "piVar2") ([ "[") (number_literal "2") (] "]"))))) (; ";")) (if_statement "if (iVar9 == iVar8) goto LAB_003d6af8;" (if "if") (parenthesized_expression "(iVar9 == iVar8)" (( "(") (binary_expression "iVar9 == iVar8" (identifier "iVar9") (== "==") (identifier "iVar8")) () ")")) (goto_statement "goto LAB_003d6af8;" (goto "goto") (statement_identifier "LAB_003d6af8") (; ";"))) (} "}"))) (expression_statement "iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2);" (assignment_expression "iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2)" (identifier "iVar7") (= "=") (call_expression "(**(code **)(*piVar2 + 0x24))(piVar2)" (parenthesized_expression "(**(code **)(*piVar2 + 0x24))" (( "(") (pointer_expression "**(code **)(*piVar2 + 0x24)" (* "*") (pointer_expression "*(code **)(*piVar2 + 0x24)" (* "*") (cast_expression "(code **)(*piVar2 + 0x24)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*piVar2 + 0x24)" (( "(") (binary_expression "*piVar2 + 0x24" (pointer_expression "*piVar2" (* "*") (identifier "piVar2")) (+ "+") (number_literal "0x24")) () ")"))))) () ")")) (argument_list "(piVar2)" (( "(") (identifier "piVar2") () ")")))) (; ";")) (} "}"))) (labeled_statement "LAB_003d6af8:\n local_30 = iVar8;" (statement_identifier "LAB_003d6af8") (: ":") (expression_statement "local_30 = iVar8;" (assignment_expression "local_30 = iVar8" (identifier "local_30") (= "=") (identifier "iVar8")) (; ";"))) (if_statement "if (iVar7 == -1) {\nLAB_003d6c28:\n *param_2 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n uVar6 = (-(uint)(iVar9 == 0) & 4) + 2;\n }\n else {\nLAB_003d6b01:\n *param_2 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n if (local_30 != 0) {\n return param_1;\n }\n uVar6 = 4;\n }" (if "if") (parenthesized_expression "(iVar7 == -1)" (( "(") (binary_expression "iVar7 == -1" (identifier "iVar7") (== "==") (number_literal "-1")) () ")")) (compound_statement "{\nLAB_003d6c28:\n *param_2 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n uVar6 = (-(uint)(iVar9 == 0) & 4) + 2;\n }" ({ "{") (labeled_statement "LAB_003d6c28:\n *param_2 = 0;" (statement_identifier "LAB_003d6c28") (: ":") (expression_statement "*param_2 = 0;" (assignment_expression "*param_2 = 0" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (number_literal "0")) (; ";"))) (expression_statement "iVar8 = *param_1;" (assignment_expression "iVar8 = *param_1" (identifier "iVar8") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (expression_statement "*(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;" (assignment_expression "*(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0" (pointer_expression "*(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8)" (* "*") (cast_expression "(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)param_1 + *(int *)(iVar8 + -0xc) + 8)" (( "(") (binary_expression "(int)param_1 + *(int *)(iVar8 + -0xc) + 8" (binary_expression "(int)param_1 + *(int *)(iVar8 + -0xc)" (cast_expression "(int)param_1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_1")) (+ "+") (pointer_expression "*(int *)(iVar8 + -0xc)" (* "*") (cast_expression "(int *)(iVar8 + -0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar8 + -0xc)" (( "(") (binary_expression "iVar8 + -0xc" (identifier "iVar8") (+ "+") (number_literal "-0xc")) () ")"))))) (+ "+") (number_literal "8")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "uVar6 = (-(uint)(iVar9 == 0) & 4) + 2;" (assignment_expression "uVar6 = (-(uint)(iVar9 == 0) & 4) + 2" (identifier "uVar6") (= "=") (binary_expression "(-(uint)(iVar9 == 0) & 4) + 2" (parenthesized_expression "(-(uint)(iVar9 == 0) & 4)" (( "(") (binary_expression "-(uint)(iVar9 == 0) & 4" (unary_expression "-(uint)(iVar9 == 0)" (- "-") (call_expression "(uint)(iVar9 == 0)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(iVar9 == 0)" (( "(") (binary_expression "iVar9 == 0" (identifier "iVar9") (== "==") (number_literal "0")) () ")")))) (& "&") (number_literal "4")) () ")")) (+ "+") (number_literal "2"))) (; ";")) (} "}")) (else_clause "else {\nLAB_003d6b01:\n *param_2 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n if (local_30 != 0) {\n return param_1;\n }\n uVar6 = 4;\n }" (else "else") (compound_statement "{\nLAB_003d6b01:\n *param_2 = 0;\n iVar8 = *param_1;\n *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;\n if (local_30 != 0) {\n return param_1;\n }\n uVar6 = 4;\n }" ({ "{") (labeled_statement "LAB_003d6b01:\n *param_2 = 0;" (statement_identifier "LAB_003d6b01") (: ":") (expression_statement "*param_2 = 0;" (assignment_expression "*param_2 = 0" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (number_literal "0")) (; ";"))) (expression_statement "iVar8 = *param_1;" (assignment_expression "iVar8 = *param_1" (identifier "iVar8") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (expression_statement "*(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0;" (assignment_expression "*(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0" (pointer_expression "*(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8)" (* "*") (cast_expression "(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)param_1 + *(int *)(iVar8 + -0xc) + 8)" (( "(") (binary_expression "(int)param_1 + *(int *)(iVar8 + -0xc) + 8" (binary_expression "(int)param_1 + *(int *)(iVar8 + -0xc)" (cast_expression "(int)param_1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_1")) (+ "+") (pointer_expression "*(int *)(iVar8 + -0xc)" (* "*") (cast_expression "(int *)(iVar8 + -0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar8 + -0xc)" (( "(") (binary_expression "iVar8 + -0xc" (identifier "iVar8") (+ "+") (number_literal "-0xc")) () ")"))))) (+ "+") (number_literal "8")) () ")")))) (= "=") (number_literal "0")) (; ";")) (if_statement "if (local_30 != 0) {\n return param_1;\n }" (if "if") (parenthesized_expression "(local_30 != 0)" (( "(") (binary_expression "local_30 != 0" (identifier "local_30") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n return param_1;\n }" ({ "{") (return_statement "return param_1;" (return "return") (identifier "param_1") (; ";")) (} "}"))) (expression_statement "uVar6 = 4;" (assignment_expression "uVar6 = 4" (identifier "uVar6") (= "=") (number_literal "4")) (; ";")) (} "}")))) (} "}")))) (labeled_statement "LAB_003d6b8a:\n iVar8 = (int)param_1 + *(int *)(iVar8 + -0xc);" (statement_identifier "LAB_003d6b8a") (: ":") (expression_statement "iVar8 = (int)param_1 + *(int *)(iVar8 + -0xc);" (assignment_expression "iVar8 = (int)param_1 + *(int *)(iVar8 + -0xc)" (identifier "iVar8") (= "=") (binary_expression "(int)param_1 + *(int *)(iVar8 + -0xc)" (cast_expression "(int)param_1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_1")) (+ "+") (pointer_expression "*(int *)(iVar8 + -0xc)" (* "*") (cast_expression "(int *)(iVar8 + -0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar8 + -0xc)" (( "(") (binary_expression "iVar8 + -0xc" (identifier "iVar8") (+ "+") (number_literal "-0xc")) () ")")))))) (; ";"))) (expression_statement "FUN_003d8970(iVar8,uVar6 | *(uint *)(iVar8 + 0x14));" (call_expression "FUN_003d8970(iVar8,uVar6 | *(uint *)(iVar8 + 0x14))" (identifier "FUN_003d8970") (argument_list "(iVar8,uVar6 | *(uint *)(iVar8 + 0x14))" (( "(") (identifier "iVar8") (, ",") (binary_expression "uVar6 | *(uint *)(iVar8 + 0x14)" (identifier "uVar6") (| "|") (pointer_expression "*(uint *)(iVar8 + 0x14)" (* "*") (cast_expression "(uint *)(iVar8 + 0x14)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar8 + 0x14)" (( "(") (binary_expression "iVar8 + 0x14" (identifier "iVar8") (+ "+") (number_literal "0x14")) () ")"))))) () ")"))) (; ";")) (return_statement "return param_1;" (return "return") (identifier "param_1") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ /* std::wistream& std::TEMPNAMEPLACEHOLDERVALUE(std::wistream&, wchar_t*) */ wistream * var_5::operator>>(wistream *var_2,type_1 *var_9) { type_1 *pwVar1; int *piVar2; int *var_10; char var_8; type_2 *pcVar5; int var_11; type_1 var_7; int var_3; int var_6; type_3 var_1; type_4 local_20 [16]; wistream::sentry::type_3(&var_1,var_2,false); if (var_1 == (type_3)0x0) { var_3 = *(int *)var_2; } else { var_3 = *(int *)(var_2 + *(int *)(*(int *)var_2 + -0xc) + 8); if (var_3 < 1) { var_3 = 0x7fffffff; } locale::type_4(local_20,(type_4 *)(var_2 + *(int *)(*(int *)var_2 + -0xc) + 0x6c)); /* try { // try from 003d6a55 to 003d6a59 has its CatchHandler @ 003d6c5b */ pcVar5 = var_4<var_5::type_2<type_1>>(local_20); locale::~type_4(local_20); piVar2 = *(int **)(var_2 + *(int *)(*(int *)var_2 + -0xc) + 0x7c); if ((type_1 *)piVar2[2] < (type_1 *)piVar2[3]) { var_7 = *(type_1 *)piVar2[2]; } else { /* try { // try from 003d6c0e to 003d6c10 has its CatchHandler @ 003d6c59 */ var_7 = (**(type_5 **)(*piVar2 + 0x24))(piVar2); } var_3 = var_3 + -1; var_6 = 0; while (var_6 != var_3) { while( true ) { if (var_7 == L'\xffffffff') goto LAB_003d6c28; /* try { // try from 003d6aad to 003d6aaf has its CatchHandler @ 003d6c54 */ var_8 = (**(type_5 **)(*(int *)pcVar5 + 8))(pcVar5,0x2000,var_7); if (var_8 != '\0') goto LAB_003d6b01; pwVar1 = var_9 + 1; var_6 = var_6 + 1; var_10 = (int *)piVar2[2]; *var_9 = var_7; if (var_10 < (int *)piVar2[3]) { var_11 = *var_10; piVar2[2] = (int)(var_10 + 1); } else { /* try { // try from 003d6bb6 to 003d6bf8 has its CatchHandler @ 003d6c54 */ var_11 = (**(type_5 **)(*piVar2 + 0x28))(piVar2); } if (var_11 == -1) { *pwVar1 = L'\0'; var_3 = *(int *)var_2; *(type_6 *)(var_2 + *(int *)(var_3 + -0xc) + 8) = 0; goto LAB_003d6b8a; } var_9 = pwVar1; if ((type_1 *)piVar2[3] <= (type_1 *)piVar2[2]) break; var_7 = *(type_1 *)piVar2[2]; if (var_6 == var_3) goto LAB_003d6af8; } var_7 = (**(type_5 **)(*piVar2 + 0x24))(piVar2); } LAB_003d6af8: var_6 = var_3; if (var_7 == L'\xffffffff') { LAB_003d6c28: *var_9 = L'\0'; var_3 = *(int *)var_2; *(type_6 *)(var_2 + *(int *)(var_3 + -0xc) + 8) = 0; } else { LAB_003d6b01: *var_9 = L'\0'; var_3 = *(int *)var_2; *(type_6 *)(var_2 + *(int *)(var_3 + -0xc) + 8) = 0; if (var_6 != 0) { return var_2; } } } LAB_003d6b8a: wios::var_12((_Ios_Iostate)(var_2 + *(int *)(var_3 + -0xc))); return var_2; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (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)) (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: (array_declarator declarator: (identifier) size: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (identifier) (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (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))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (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 (identifier)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal)))))) right: (number_literal))))))) (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 (identifier)))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (while_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) body: (compound_statement (while_statement condition: (parenthesized_expression (true)) body: (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: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier) (number_literal) (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (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: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (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: (pointer_expression argument: (identifier)) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (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)))))))) (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: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (goto_statement label: (statement_identifier)))) (expression_statement (assignment_expression left: (identifier) right: (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: (break_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)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (goto_statement label: (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))))))) (labeled_statement label: (statement_identifier) (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: (pointer_expression argument: (identifier)) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (binary_expression left: (unary_expression argument: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))))) alternative: (else_clause (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (number_literal))))) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (return_statement (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))))))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) (return_statement (identifier)))))
null
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ int * MASKED(int *param_1,int *param_2) { int *piVar1; int *piVar2; int *piVar3; char cVar4; int *piVar5; uint uVar6; int iVar7; int iVar8; int iVar9; int local_30; char local_21; undefined1 local_20 [16]; FUN_003d4d40(&local_21,param_1,0); if (local_21 == '\0') { iVar8 = *param_1; uVar6 = 4; } else { iVar8 = *(int *)((int)param_1 + *(int *)(*param_1 + -0xc) + 8); if (iVar8 < 1) { iVar8 = 0x7fffffff; } FUN_003b0010(local_20,(int)param_1 + *(int *)(*param_1 + -0xc) + 0x6c); /* try { // try from 003d6a55 to 003d6a59 has its CatchHandler @ 003d6c5b */ piVar5 = (int *)FUN_004034a0(local_20); FUN_003b07e0(local_20); piVar2 = *(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c); if ((int *)piVar2[2] < (int *)piVar2[3]) { iVar7 = *(int *)piVar2[2]; } else { /* try { // try from 003d6c0e to 003d6c10 has its CatchHandler @ 003d6c59 */ iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2); } iVar8 = iVar8 + -1; iVar9 = 0; while (iVar9 != iVar8) { while( true ) { if (iVar7 == -1) goto LAB_003d6c28; /* try { // try from 003d6aad to 003d6aaf has its CatchHandler @ 003d6c54 */ cVar4 = (**(code **)(*piVar5 + 8))(piVar5,0x2000,iVar7); local_30 = iVar9; if (cVar4 != '\0') goto LAB_003d6b01; piVar1 = param_2 + 1; iVar9 = iVar9 + 1; piVar3 = (int *)piVar2[2]; *param_2 = iVar7; if (piVar3 < (int *)piVar2[3]) { iVar7 = *piVar3; piVar2[2] = (int)(piVar3 + 1); } else { /* try { // try from 003d6bb6 to 003d6bf8 has its CatchHandler @ 003d6c54 */ iVar7 = (**(code **)(*piVar2 + 0x28))(piVar2); } if (iVar7 == -1) { *piVar1 = 0; iVar8 = *param_1; *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0; uVar6 = 2; goto LAB_003d6b8a; } param_2 = piVar1; if ((int *)piVar2[3] <= (int *)piVar2[2]) break; iVar7 = *(int *)piVar2[2]; if (iVar9 == iVar8) goto LAB_003d6af8; } iVar7 = (**(code **)(*piVar2 + 0x24))(piVar2); } LAB_003d6af8: local_30 = iVar8; if (iVar7 == -1) { LAB_003d6c28: *param_2 = 0; iVar8 = *param_1; *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0; uVar6 = (-(uint)(iVar9 == 0) & 4) + 2; } else { LAB_003d6b01: *param_2 = 0; iVar8 = *param_1; *(undefined4 *)((int)param_1 + *(int *)(iVar8 + -0xc) + 8) = 0; if (local_30 != 0) { return param_1; } uVar6 = 4; } } LAB_003d6b8a: iVar8 = (int)param_1 + *(int *)(iVar8 + -0xc); FUN_003d8970(iVar8,uVar6 | *(uint *)(iVar8 + 0x14)); return param_1; }
6274_x86_64-linux-gnu-dwp_and_x86_64-linux-gnu-dwp_strip.c
swap
FUN_00183880
/* std::__detail::_List_node_base::swap(std::__detail::_List_node_base&, std::__detail::_List_node_base&) */ void std::__detail::_List_node_base::swap(_List_node_base *param_1,_List_node_base *param_2) { _List_node_base *p_Var1; _List_node_base *p_Var2; _List_node_base *p_Var3; p_Var1 = param_1->_M_next; p_Var2 = param_2->_M_next; if (p_Var1 == param_1) { if (param_2 != p_Var2) { p_Var3 = param_2->_M_prev; p_Var1->_M_next = p_Var2; p_Var1->_M_prev = p_Var3; p_Var3->_M_next = p_Var1; p_Var1->_M_next->_M_prev = p_Var1; param_2->_M_prev = param_2; param_2->_M_next = param_2; return; } } else { if (param_2 == p_Var2) { param_2->_M_next = p_Var1; p_Var1 = param_1->_M_prev; param_2->_M_prev = p_Var1; p_Var1->_M_next = param_2; param_2->_M_next->_M_prev = param_2; param_1->_M_prev = param_1; param_1->_M_next = param_1; return; } param_1->_M_next = p_Var2; param_2->_M_next = p_Var1; p_Var1 = param_1->_M_prev; param_1->_M_prev = param_2->_M_prev; param_2->_M_prev = p_Var1; param_1->_M_prev->_M_next = param_1; param_1->_M_next->_M_prev = param_1; param_2->_M_prev->_M_next = param_2; param_2->_M_next->_M_prev = param_2; } return; }
void FUN_00183880(int *param_1,int *param_2) { int *piVar1; int *piVar2; int iVar3; undefined4 *puVar4; piVar1 = (int *)*param_1; piVar2 = (int *)*param_2; if (piVar1 == param_1) { if (param_2 != piVar2) { puVar4 = (undefined4 *)param_2[1]; *piVar1 = (int)piVar2; piVar1[1] = (int)puVar4; *puVar4 = piVar1; *(int **)(*piVar1 + 4) = piVar1; param_2[1] = (int)param_2; *param_2 = (int)param_2; return; } } else { if (param_2 == piVar2) { *param_2 = (int)piVar1; puVar4 = (undefined4 *)param_1[1]; param_2[1] = (int)puVar4; *puVar4 = param_2; *(int **)(*param_2 + 4) = param_2; param_1[1] = (int)param_1; *param_1 = (int)param_1; return; } *param_1 = (int)piVar2; *param_2 = (int)piVar1; iVar3 = param_1[1]; param_1[1] = param_2[1]; param_2[1] = iVar3; *(int **)param_1[1] = param_1; *(int **)(*param_1 + 4) = param_1; *(int **)param_2[1] = param_2; *(int **)(*param_2 + 4) = param_2; } return; }
PUSH EBX MOV EDX,dword ptr [ESP + 0x8] MOV EAX,dword ptr [ESP + 0xc] MOV ECX,dword ptr [EDX] MOV EBX,dword ptr [EAX] CMP ECX,EDX JZ 0x001838e0 CMP EAX,EBX JZ 0x001838c0 MOV dword ptr [EDX],EBX MOV EBX,dword ptr [EAX + 0x4] MOV dword ptr [EAX],ECX MOV ECX,dword ptr [EDX + 0x4] MOV dword ptr [EDX + 0x4],EBX MOV dword ptr [EAX + 0x4],ECX MOV ECX,dword ptr [EDX + 0x4] MOV dword ptr [ECX],EDX MOV ECX,dword ptr [EDX] MOV dword ptr [ECX + 0x4],EDX MOV EDX,dword ptr [EAX + 0x4] MOV dword ptr [EDX],EAX MOV EDX,dword ptr [EAX] MOV dword ptr [EDX + 0x4],EAX POP EBX RET MOV dword ptr [EAX],ECX MOV ECX,dword ptr [EDX + 0x4] MOV dword ptr [EAX + 0x4],ECX MOV dword ptr [ECX],EAX MOV ECX,dword ptr [EAX] MOV dword ptr [ECX + 0x4],EAX MOV dword ptr [EDX + 0x4],EDX MOV dword ptr [EDX],EDX POP EBX RET CMP EAX,EBX JZ 0x001838b9 MOV EDX,dword ptr [EAX + 0x4] MOV dword ptr [ECX],EBX MOV dword ptr [ECX + 0x4],EDX MOV dword ptr [EDX],ECX MOV EDX,dword ptr [ECX] MOV dword ptr [EDX + 0x4],ECX MOV dword ptr [EAX + 0x4],EAX MOV dword ptr [EAX],EAX POP EBX RET
null
null
null
null
[(u'LOAD_-1207486225', u'PTRSUB_-1207486043'), ('const-417', u'STORE_-1207486238'), ('const-0', u'PTRSUB_-1207486053'), ('const-4', u'PTRSUB_-1207485984'), ('const-417', u'LOAD_-1207486245'), ('const-417', u'STORE_-1207486100'), ('tmp_379', u'STORE_-1207486085'), (u'LOAD_-1207486273', u'STORE_-1207486255'), ('tmp_379', u'STORE_-1207486174'), (u'PTRSUB_-1207485980', u'STORE_-1207486110'), (u'PTRSUB_-1207485962', u'STORE_-1207486091'), ('tmp_379', u'PTRSUB_-1207486020'), ('const-417', u'LOAD_-1207486263'), ('tmp_378', u'PTRSUB_-1207486082'), ('tmp_379', u'PTRSUB_-1207486079'), ('tmp_302', u'CBRANCH_-1207486118'), ('const-4', u'PTRSUB_-1207486020'), (u'LOAD_-1207486117', u'STORE_-1207486105'), ('tmp_378', u'INT_EQUAL_-1207486294'), (u'LOAD_-1207486236', u'PTRSUB_-1207486033'), ('tmp_378', u'PTRSUB_-1207486053'), ('const-0', u'PTRSUB_-1207486013'), (u'PTRSUB_-1207486053', u'LOAD_-1207486236'), (u'PTRSUB_-1207485977', u'STORE_-1207486105'), ('const-417', u'LOAD_-1207486187'), ('tmp_379', u'INT_EQUAL_-1207486279'), ('tmp_378', u'PTRSUB_-1207486024'), ('const-0', u'PTRSUB_-1207486003'), ('const-0', u'PTRSUB_-1207486040'), ('const-0', u'PTRSUB_-1207485970'), ('tmp_379', u'PTRSUB_-1207486027'), (u'PTRSUB_-1207486027', u'STORE_-1207486190'), ('const-417', u'STORE_-1207486165'), (u'LOAD_-1207486312', u'INT_NOTEQUAL_-1207486118'), ('const-417', u'LOAD_-1207486273'), ('const-417', u'STORE_-1207486091'), ('tmp_378', u'PTRSUB_-1207486003'), ('const-0', u'PTRSUB_-1207485960'), ('const-417', u'LOAD_-1207486316'), (u'PTRSUB_-1207485973', u'STORE_-1207486100'), ('const-0', u'PTRSUB_-1207486075'), ('const-0', u'RETURN_-1207486191'), ('tmp_379', u'PTRSUB_-1207486040'), ('tmp_379', u'STORE_-1207486218'), ('const-417', u'STORE_-1207486209'), (u'PTRSUB_-1207486020', u'STORE_-1207486179'), (u'PTRSUB_-1207486043', u'STORE_-1207486218'), (u'LOAD_-1207486316', u'PTRSUB_-1207485977'), (u'PTRSUB_-1207486064', u'STORE_-1207486249'), ('tmp_379', u'PTRSUB_-1207485964'), (u'LOAD_-1207486316', u'STORE_-1207486100'), ('tmp_379', u'STORE_-1207486080'), (u'LOAD_-1207486172', u'PTRSUB_-1207485999'), ('tmp_92', u'CBRANCH_-1207486278'), ('tmp_378', u'PTRSUB_-1207486068'), ('tmp_379', u'PTRSUB_-1207485960'), (u'PTRSUB_-1207486096', u'LOAD_-1207486316'), (u'PTRSUB_-1207486072', u'LOAD_-1207486263'), (u'LOAD_-1207486316', u'PTRSUB_-1207485980'), ('const-417', u'LOAD_-1207486216'), (u'PTRSUB_-1207486079', u'LOAD_-1207486273'), (u'LOAD_-1207486263', u'STORE_-1207486249'), (u'PTRSUB_-1207485964', u'STORE_-1207486085'), ('tmp_379', u'PTRSUB_-1207486075'), (u'PTRSUB_-1207486016', u'STORE_-1207486174'), ('tmp_379', u'PTRSUB_-1207486013'), (u'PTRSUB_-1207486056', u'STORE_-1207486238'), ('const-4', u'PTRSUB_-1207486024'), (u'PTRSUB_-1207486007', u'STORE_-1207486159'), (u'LOAD_-1207486098', u'PTRSUB_-1207485962'), ('const-0', u'PTRSUB_-1207485980'), ('const-417', u'STORE_-1207486085'), (u'PTRSUB_-1207486068', u'STORE_-1207486255'), (u'LOAD_-1207486117', u'PTRSUB_-1207485973'), ('const-417', u'STORE_-1207486080'), ('tmp_378', u'STORE_-1207486229'), ('const-4', u'PTRSUB_-1207486060'), ('tmp_378', u'STORE_-1207486159'), ('const-0', u'PTRSUB_-1207486096'), ('const-0', u'PTRSUB_-1207485973'), ('tmp_62', u'CBRANCH_-1207486293'), ('const-417', u'STORE_-1207486255'), (u'LOAD_-1207486245', u'PTRSUB_-1207486056'), (u'LOAD_-1207486187', u'PTRSUB_-1207486016'), ('tmp_379', u'PTRSUB_-1207485984'), (u'PTRSUB_-1207486024', u'LOAD_-1207486187'), (u'LOAD_-1207486316', u'INT_EQUAL_-1207486294'), ('tmp_378', u'PTRSUB_-1207486060'), ('const-0', u'RETURN_-1207486137'), ('const-417', u'STORE_-1207486218'), ('const-417', u'LOAD_-1207486098'), (u'LOAD_-1207486316', u'STORE_-1207486266'), (u'PTRSUB_-1207486040', u'LOAD_-1207486216'), (u'LOAD_-1207486312', u'STORE_-1207486276'), ('tmp_378', u'PTRSUB_-1207486007'), ('const-4', u'PTRSUB_-1207486068'), ('tmp_378', u'STORE_-1207486238'), ('const-4', u'PTRSUB_-1207486064'), (u'PTRSUB_-1207485960', u'STORE_-1207486080'), (u'PTRSUB_-1207486075', u'STORE_-1207486266'), ('const-417', u'STORE_-1207486159'), (u'PTRSUB_-1207486003', u'STORE_-1207486154'), (u'LOAD_-1207486187', u'STORE_-1207486179'), (u'LOAD_-1207486312', u'STORE_-1207486110'), ('const-417', u'LOAD_-1207486225'), ('const-417', u'STORE_-1207486249'), ('const-0', u'PTRSUB_-1207486016'), ('const-4', u'PTRSUB_-1207486007'), ('const-417', u'STORE_-1207486174'), (u'LOAD_-1207486316', u'STORE_-1207486091'), (u'LOAD_-1207486216', u'PTRSUB_-1207486022'), (u'PTRSUB_-1207486013', u'LOAD_-1207486172'), (u'INT_NOTEQUAL_-1207486118', u'CBRANCH_-1207486118'), (u'LOAD_-1207486316', u'PTRSUB_-1207485970'), ('const-4', u'PTRSUB_-1207486033'), (u'LOAD_-1207486316', u'STORE_-1207486190'), (u'PTRSUB_-1207486047', u'LOAD_-1207486225'), ('const-417', u'STORE_-1207486229'), ('tmp_379', u'INT_NOTEQUAL_-1207486118'), ('const-0', u'PTRSUB_-1207486056'), (u'LOAD_-1207486312', u'INT_EQUAL_-1207486279'), (u'PTRSUB_-1207486060', u'LOAD_-1207486245'), ('const-4', u'PTRSUB_-1207485964'), ('const-417', u'STORE_-1207486179'), ('const-417', u'LOAD_-1207486117'), ('tmp_379', u'PTRSUB_-1207486047'), (u'PTRSUB_-1207485999', u'STORE_-1207486165'), ('const-0', u'PTRSUB_-1207486093'), ('const-4', u'PTRSUB_-1207486022'), ('const-0', u'RETURN_-1207486063'), ('const-4', u'PTRSUB_-1207486072'), (u'PTRSUB_-1207486093', u'LOAD_-1207486312'), ('const-417', u'LOAD_-1207486312'), (u'PTRSUB_-1207486082', u'STORE_-1207486276'), ('const-417', u'STORE_-1207486190'), ('const-0', u'PTRSUB_-1207486043'), ('const-4', u'PTRSUB_-1207485962'), ('const-0', u'PTRSUB_-1207486082'), ('tmp_379', u'PTRSUB_-1207486093'), ('const-417', u'LOAD_-1207486172'), ('const-417', u'LOAD_-1207486236'), ('const-4', u'PTRSUB_-1207486079'), ('tmp_379', u'STORE_-1207486165'), ('const-417', u'STORE_-1207486266'), ('tmp_379', u'PTRSUB_-1207486064'), ('tmp_378', u'PTRSUB_-1207486096'), ('const-4', u'PTRSUB_-1207485999'), ('const-0', u'PTRSUB_-1207486027'), ('tmp_378', u'PTRSUB_-1207486072'), ('const-4', u'PTRSUB_-1207485977'), (u'PTRSUB_-1207485970', u'LOAD_-1207486098'), ('tmp_379', u'STORE_-1207486209'), ('const-417', u'STORE_-1207486105'), (u'INT_EQUAL_-1207486294', u'CBRANCH_-1207486293'), ('const-417', u'STORE_-1207486276'), ('const-4', u'PTRSUB_-1207486047'), ('const-417', u'STORE_-1207486154'), (u'INT_EQUAL_-1207486279', u'CBRANCH_-1207486278'), (u'PTRSUB_-1207486022', u'STORE_-1207486209'), ('tmp_378', u'STORE_-1207486154'), (u'PTRSUB_-1207486033', u'STORE_-1207486229'), ('const-417', u'STORE_-1207486110'), (u'PTRSUB_-1207485984', u'LOAD_-1207486117')]
[(u'CAST_-1207486034', u'STORE_-1207486229'), ('tmp_452', u'PTRADD_-1207485997'), (u'LOAD_-1207486273', u'STORE_-1207486255'), ('const-417', u'LOAD_-1207486216'), ('const-4', u'INT_ADD_-1207486151'), (u'CAST_-1207486023', u'STORE_-1207486190'), ('const-417', u'LOAD_-1207486273'), ('const-417', u'STORE_-1207486174'), (u'LOAD_-1207486312', u'CAST_-1207486083'), ('const-1', u'PTRADD_-1207486019'), (u'LOAD_-1207486236', u'INT_ADD_-1207486215'), ('const-417', u'STORE_-1207486229'), ('const-4', u'INT_ADD_-1207486215'), ('const-1', u'PTRADD_-1207486034'), ('tmp_452', u'PTRADD_-1207485980'), (u'LOAD_-1207486216', u'INT_ADD_-1207486195'), (u'CAST_-1207485974', u'STORE_-1207486085'), ('tmp_452', u'STORE_-1207486165'), ('tmp_302', u'CBRANCH_-1207486118'), (u'CAST_-1207486083', u'CAST_-1207485989'), (u'LOAD_-1207486245', u'CAST_-1207486042'), (u'INT_ADD_-1207486215', u'CAST_-1207486034'), ('const-417', u'STORE_-1207486209'), ('tmp_451', u'STORE_-1207486229'), (u'PTRADD_-1207486019', u'STORE_-1207486159'), ('tmp_451', u'INT_EQUAL_-1207486294'), ('tmp_452', u'LOAD_-1207486216'), (u'CAST_-1207485993', u'STORE_-1207486100'), ('const-417', u'LOAD_-1207486245'), (u'CAST_-1207485993', u'CAST_-1207485986'), (u'CAST_-1207486020', u'CAST_-1207486016'), (u'CAST_-1207486042', u'STORE_-1207486238'), (u'CAST_-1207486086', u'CAST_-1207486023'), ('tmp_452', u'STORE_-1207486080'), ('const-1', u'PTRADD_-1207486030'), (u'LOAD_-1207486316', u'CAST_-1207486086'), (u'PTRADD_-1207486069', u'STORE_-1207486249'), ('const-417', u'STORE_-1207486276'), ('const-4', u'PTRADD_-1207486030'), (u'PTRADD_-1207486083', u'LOAD_-1207486273'), (u'INT_ADD_-1207486195', u'CAST_-1207486022'), ('tmp_451', u'LOAD_-1207486236'), ('const-417', u'STORE_-1207486218'), ('const-0', u'RETURN_-1207486191'), ('tmp_451', u'PTRADD_-1207486034'), ('const-1', u'PTRADD_-1207486073'), (u'CAST_-1207485986', u'STORE_-1207486105'), ('tmp_451', u'LOAD_-1207486316'), (u'LOAD_-1207486098', u'INT_ADD_-1207486077'), (u'PTRADD_-1207486030', u'STORE_-1207486179'), (u'CAST_-1207486030', u'STORE_-1207486218'), (u'PTRADD_-1207486073', u'STORE_-1207486255'), ('const-4', u'PTRADD_-1207486054'), (u'INT_ADD_-1207486077', u'CAST_-1207485978'), ('const-1', u'PTRADD_-1207485997'), ('const-417', u'STORE_-1207486159'), ('const-4', u'PTRADD_-1207486073'), ('tmp_452', u'INT_EQUAL_-1207486279'), ('const-1', u'PTRADD_-1207485980'), ('const-417', u'LOAD_-1207486236'), ('tmp_452', u'STORE_-1207486190'), (u'PTRADD_-1207486065', u'LOAD_-1207486245'), ('const-4', u'PTRADD_-1207486065'), (u'CAST_-1207486086', u'STORE_-1207486100'), ('tmp_92', u'CBRANCH_-1207486278'), ('const-417', u'STORE_-1207486110'), ('const-417', u'STORE_-1207486249'), (u'CAST_-1207486086', u'INT_EQUAL_-1207486294'), (u'CAST_-1207486060', u'STORE_-1207486276'), ('const-417', u'STORE_-1207486190'), (u'CAST_-1207485970', u'STORE_-1207486080'), (u'LOAD_-1207486263', u'STORE_-1207486249'), ('tmp_452', u'STORE_-1207486174'), (u'LOAD_-1207486172', u'INT_ADD_-1207486151'), ('tmp_452', u'PTRADD_-1207486030'), ('const-4', u'INT_ADD_-1207486077'), ('const-4', u'PTRADD_-1207485980'), ('const-417', u'STORE_-1207486080'), ('const-417', u'LOAD_-1207486172'), (u'CAST_-1207486020', u'STORE_-1207486174'), (u'CAST_-1207486086', u'PTRADD_-1207485991'), ('tmp_452', u'CAST_-1207485970'), ('const-4', u'PTRADD_-1207486034'), (u'LOAD_-1207486117', u'CAST_-1207485993'), ('tmp_62', u'CBRANCH_-1207486293'), ('const-417', u'STORE_-1207486238'), ('const-4', u'INT_ADD_-1207486195'), (u'CAST_-1207485989', u'STORE_-1207486110'), ('tmp_451', u'CAST_-1207486004'), ('tmp_451', u'STORE_-1207486238'), ('const-4', u'PTRADD_-1207486069'), ('const-417', u'LOAD_-1207486098'), ('const-4', u'PTRADD_-1207485997'), ('tmp_452', u'PTRADD_-1207486069'), ('const-417', u'LOAD_-1207486225'), ('const-417', u'STORE_-1207486085'), (u'CAST_-1207486086', u'CAST_-1207486054'), ('const-417', u'STORE_-1207486255'), ('const-417', u'STORE_-1207486165'), ('const-1', u'PTRADD_-1207486054'), ('const-0', u'RETURN_-1207486137'), (u'CAST_-1207486016', u'STORE_-1207486179'), (u'PTRADD_-1207486054', u'LOAD_-1207486225'), (u'PTRADD_-1207485980', u'STORE_-1207486085'), ('const-1', u'PTRADD_-1207486069'), ('tmp_452', u'LOAD_-1207486172'), ('const-4', u'PTRADD_-1207486083'), ('const-1', u'PTRADD_-1207485991'), ('tmp_451', u'PTRADD_-1207486073'), (u'CAST_-1207486054', u'STORE_-1207486266'), ('const-417', u'STORE_-1207486179'), (u'PTRADD_-1207485997', u'LOAD_-1207486117'), ('const-4', u'PTRADD_-1207486019'), (u'CAST_-1207486086', u'STORE_-1207486091'), ('tmp_452', u'LOAD_-1207486312'), ('tmp_451', u'STORE_-1207486154'), ('const-417', u'LOAD_-1207486312'), (u'INT_ADD_-1207486151', u'CAST_-1207486008'), ('tmp_451', u'STORE_-1207486276'), (u'INT_NOTEQUAL_-1207486118', u'CBRANCH_-1207486118'), (u'CAST_-1207486083', u'INT_EQUAL_-1207486279'), (u'CAST_-1207486083', u'CAST_-1207486060'), ('tmp_451', u'PTRADD_-1207486065'), ('const-1', u'PTRADD_-1207486065'), (u'PTRADD_-1207486034', u'LOAD_-1207486187'), ('const-417', u'LOAD_-1207486263'), ('const-4', u'PTRADD_-1207486077'), (u'CAST_-1207486086', u'STORE_-1207486110'), (u'CAST_-1207485978', u'STORE_-1207486091'), (u'PTRADD_-1207485991', u'STORE_-1207486105'), ('tmp_451', u'CAST_-1207486000'), ('const-0', u'RETURN_-1207486063'), ('tmp_452', u'PTRADD_-1207486083'), (u'CAST_-1207486008', u'STORE_-1207486165'), ('const-1', u'PTRADD_-1207486083'), ('const-417', u'LOAD_-1207486117'), ('const-417', u'LOAD_-1207486316'), ('const-417', u'STORE_-1207486266'), ('const-417', u'STORE_-1207486154'), ('const-417', u'STORE_-1207486105'), ('tmp_452', u'STORE_-1207486209'), ('tmp_452', u'INT_NOTEQUAL_-1207486118'), (u'CAST_-1207486004', u'STORE_-1207486159'), (u'CAST_-1207486083', u'INT_NOTEQUAL_-1207486118'), ('tmp_452', u'CAST_-1207485974'), ('tmp_452', u'STORE_-1207486266'), ('tmp_452', u'PTRADD_-1207486054'), ('const-1', u'PTRADD_-1207486077'), ('const-417', u'LOAD_-1207486187'), (u'INT_EQUAL_-1207486294', u'CBRANCH_-1207486293'), ('tmp_451', u'PTRADD_-1207486077'), ('tmp_452', u'STORE_-1207486218'), (u'CAST_-1207486000', u'STORE_-1207486154'), (u'CAST_-1207486086', u'LOAD_-1207486098'), ('tmp_451', u'PTRADD_-1207486019'), ('const-417', u'STORE_-1207486091'), (u'INT_EQUAL_-1207486279', u'CBRANCH_-1207486278'), (u'LOAD_-1207486187', u'CAST_-1207486020'), (u'PTRADD_-1207486077', u'LOAD_-1207486263'), (u'CAST_-1207486022', u'STORE_-1207486209'), ('const-417', u'STORE_-1207486100'), ('const-4', u'PTRADD_-1207485991'), (u'LOAD_-1207486225', u'CAST_-1207486030')]
null
null
00183880
x86
O3
(translation_unit "void FUN_00183880(int *param_1,int *param_2)\n\n{\n int *piVar1;\n int *piVar2;\n int iVar3;\n undefined4 *puVar4;\n \n piVar1 = (int *)*param_1;\n piVar2 = (int *)*param_2;\n if (piVar1 == param_1) {\n if (param_2 != piVar2) {\n puVar4 = (undefined4 *)param_2[1];\n *piVar1 = (int)piVar2;\n piVar1[1] = (int)puVar4;\n *puVar4 = piVar1;\n *(int **)(*piVar1 + 4) = piVar1;\n param_2[1] = (int)param_2;\n *param_2 = (int)param_2;\n return;\n }\n }\n else {\n if (param_2 == piVar2) {\n *param_2 = (int)piVar1;\n puVar4 = (undefined4 *)param_1[1];\n param_2[1] = (int)puVar4;\n *puVar4 = param_2;\n *(int **)(*param_2 + 4) = param_2;\n param_1[1] = (int)param_1;\n *param_1 = (int)param_1;\n return;\n }\n *param_1 = (int)piVar2;\n *param_2 = (int)piVar1;\n iVar3 = param_1[1];\n param_1[1] = param_2[1];\n param_2[1] = iVar3;\n *(int **)param_1[1] = param_1;\n *(int **)(*param_1 + 4) = param_1;\n *(int **)param_2[1] = param_2;\n *(int **)(*param_2 + 4) = param_2;\n }\n return;\n}\n\n" (function_definition "void FUN_00183880(int *param_1,int *param_2)\n\n{\n int *piVar1;\n int *piVar2;\n int iVar3;\n undefined4 *puVar4;\n \n piVar1 = (int *)*param_1;\n piVar2 = (int *)*param_2;\n if (piVar1 == param_1) {\n if (param_2 != piVar2) {\n puVar4 = (undefined4 *)param_2[1];\n *piVar1 = (int)piVar2;\n piVar1[1] = (int)puVar4;\n *puVar4 = piVar1;\n *(int **)(*piVar1 + 4) = piVar1;\n param_2[1] = (int)param_2;\n *param_2 = (int)param_2;\n return;\n }\n }\n else {\n if (param_2 == piVar2) {\n *param_2 = (int)piVar1;\n puVar4 = (undefined4 *)param_1[1];\n param_2[1] = (int)puVar4;\n *puVar4 = param_2;\n *(int **)(*param_2 + 4) = param_2;\n param_1[1] = (int)param_1;\n *param_1 = (int)param_1;\n return;\n }\n *param_1 = (int)piVar2;\n *param_2 = (int)piVar1;\n iVar3 = param_1[1];\n param_1[1] = param_2[1];\n param_2[1] = iVar3;\n *(int **)param_1[1] = param_1;\n *(int **)(*param_1 + 4) = param_1;\n *(int **)param_2[1] = param_2;\n *(int **)(*param_2 + 4) = param_2;\n }\n return;\n}" primitive_type (function_declarator "FUN_00183880(int *param_1,int *param_2)" identifier (parameter_list "(int *param_1,int *param_2)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n int *piVar1;\n int *piVar2;\n int iVar3;\n undefined4 *puVar4;\n \n piVar1 = (int *)*param_1;\n piVar2 = (int *)*param_2;\n if (piVar1 == param_1) {\n if (param_2 != piVar2) {\n puVar4 = (undefined4 *)param_2[1];\n *piVar1 = (int)piVar2;\n piVar1[1] = (int)puVar4;\n *puVar4 = piVar1;\n *(int **)(*piVar1 + 4) = piVar1;\n param_2[1] = (int)param_2;\n *param_2 = (int)param_2;\n return;\n }\n }\n else {\n if (param_2 == piVar2) {\n *param_2 = (int)piVar1;\n puVar4 = (undefined4 *)param_1[1];\n param_2[1] = (int)puVar4;\n *puVar4 = param_2;\n *(int **)(*param_2 + 4) = param_2;\n param_1[1] = (int)param_1;\n *param_1 = (int)param_1;\n return;\n }\n *param_1 = (int)piVar2;\n *param_2 = (int)piVar1;\n iVar3 = param_1[1];\n param_1[1] = param_2[1];\n param_2[1] = iVar3;\n *(int **)param_1[1] = param_1;\n *(int **)(*param_1 + 4) = param_1;\n *(int **)param_2[1] = param_2;\n *(int **)(*param_2 + 4) = param_2;\n }\n return;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "undefined4 *puVar4;" type_identifier (pointer_declarator "*puVar4" * identifier) ;) (expression_statement "piVar1 = (int *)*param_1;" (assignment_expression "piVar1 = (int *)*param_1" identifier = (cast_expression "(int *)*param_1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (expression_statement "piVar2 = (int *)*param_2;" (assignment_expression "piVar2 = (int *)*param_2" identifier = (cast_expression "(int *)*param_2" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier))) ;) (if_statement "if (piVar1 == param_1) {\n if (param_2 != piVar2) {\n puVar4 = (undefined4 *)param_2[1];\n *piVar1 = (int)piVar2;\n piVar1[1] = (int)puVar4;\n *puVar4 = piVar1;\n *(int **)(*piVar1 + 4) = piVar1;\n param_2[1] = (int)param_2;\n *param_2 = (int)param_2;\n return;\n }\n }\n else {\n if (param_2 == piVar2) {\n *param_2 = (int)piVar1;\n puVar4 = (undefined4 *)param_1[1];\n param_2[1] = (int)puVar4;\n *puVar4 = param_2;\n *(int **)(*param_2 + 4) = param_2;\n param_1[1] = (int)param_1;\n *param_1 = (int)param_1;\n return;\n }\n *param_1 = (int)piVar2;\n *param_2 = (int)piVar1;\n iVar3 = param_1[1];\n param_1[1] = param_2[1];\n param_2[1] = iVar3;\n *(int **)param_1[1] = param_1;\n *(int **)(*param_1 + 4) = param_1;\n *(int **)param_2[1] = param_2;\n *(int **)(*param_2 + 4) = param_2;\n }" if (parenthesized_expression "(piVar1 == param_1)" ( (binary_expression "piVar1 == param_1" identifier == identifier) )) (compound_statement "{\n if (param_2 != piVar2) {\n puVar4 = (undefined4 *)param_2[1];\n *piVar1 = (int)piVar2;\n piVar1[1] = (int)puVar4;\n *puVar4 = piVar1;\n *(int **)(*piVar1 + 4) = piVar1;\n param_2[1] = (int)param_2;\n *param_2 = (int)param_2;\n return;\n }\n }" { (if_statement "if (param_2 != piVar2) {\n puVar4 = (undefined4 *)param_2[1];\n *piVar1 = (int)piVar2;\n piVar1[1] = (int)puVar4;\n *puVar4 = piVar1;\n *(int **)(*piVar1 + 4) = piVar1;\n param_2[1] = (int)param_2;\n *param_2 = (int)param_2;\n return;\n }" if (parenthesized_expression "(param_2 != piVar2)" ( (binary_expression "param_2 != piVar2" identifier != identifier) )) (compound_statement "{\n puVar4 = (undefined4 *)param_2[1];\n *piVar1 = (int)piVar2;\n piVar1[1] = (int)puVar4;\n *puVar4 = piVar1;\n *(int **)(*piVar1 + 4) = piVar1;\n param_2[1] = (int)param_2;\n *param_2 = (int)param_2;\n return;\n }" { (expression_statement "puVar4 = (undefined4 *)param_2[1];" (assignment_expression "puVar4 = (undefined4 *)param_2[1]" identifier = (cast_expression "(undefined4 *)param_2[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_2[1]" identifier [ number_literal ]))) ;) (expression_statement "*piVar1 = (int)piVar2;" (assignment_expression "*piVar1 = (int)piVar2" (pointer_expression "*piVar1" * identifier) = (cast_expression "(int)piVar2" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "piVar1[1] = (int)puVar4;" (assignment_expression "piVar1[1] = (int)puVar4" (subscript_expression "piVar1[1]" identifier [ number_literal ]) = (cast_expression "(int)puVar4" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "*puVar4 = piVar1;" (assignment_expression "*puVar4 = piVar1" (pointer_expression "*puVar4" * identifier) = identifier) ;) (expression_statement "*(int **)(*piVar1 + 4) = piVar1;" (assignment_expression "*(int **)(*piVar1 + 4) = piVar1" (pointer_expression "*(int **)(*piVar1 + 4)" * (cast_expression "(int **)(*piVar1 + 4)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar1 + 4)" ( (binary_expression "*piVar1 + 4" (pointer_expression "*piVar1" * identifier) + number_literal) )))) = identifier) ;) (expression_statement "param_2[1] = (int)param_2;" (assignment_expression "param_2[1] = (int)param_2" (subscript_expression "param_2[1]" identifier [ number_literal ]) = (cast_expression "(int)param_2" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "*param_2 = (int)param_2;" (assignment_expression "*param_2 = (int)param_2" (pointer_expression "*param_2" * identifier) = (cast_expression "(int)param_2" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (return_statement "return;" return ;) })) }) (else_clause "else {\n if (param_2 == piVar2) {\n *param_2 = (int)piVar1;\n puVar4 = (undefined4 *)param_1[1];\n param_2[1] = (int)puVar4;\n *puVar4 = param_2;\n *(int **)(*param_2 + 4) = param_2;\n param_1[1] = (int)param_1;\n *param_1 = (int)param_1;\n return;\n }\n *param_1 = (int)piVar2;\n *param_2 = (int)piVar1;\n iVar3 = param_1[1];\n param_1[1] = param_2[1];\n param_2[1] = iVar3;\n *(int **)param_1[1] = param_1;\n *(int **)(*param_1 + 4) = param_1;\n *(int **)param_2[1] = param_2;\n *(int **)(*param_2 + 4) = param_2;\n }" else (compound_statement "{\n if (param_2 == piVar2) {\n *param_2 = (int)piVar1;\n puVar4 = (undefined4 *)param_1[1];\n param_2[1] = (int)puVar4;\n *puVar4 = param_2;\n *(int **)(*param_2 + 4) = param_2;\n param_1[1] = (int)param_1;\n *param_1 = (int)param_1;\n return;\n }\n *param_1 = (int)piVar2;\n *param_2 = (int)piVar1;\n iVar3 = param_1[1];\n param_1[1] = param_2[1];\n param_2[1] = iVar3;\n *(int **)param_1[1] = param_1;\n *(int **)(*param_1 + 4) = param_1;\n *(int **)param_2[1] = param_2;\n *(int **)(*param_2 + 4) = param_2;\n }" { (if_statement "if (param_2 == piVar2) {\n *param_2 = (int)piVar1;\n puVar4 = (undefined4 *)param_1[1];\n param_2[1] = (int)puVar4;\n *puVar4 = param_2;\n *(int **)(*param_2 + 4) = param_2;\n param_1[1] = (int)param_1;\n *param_1 = (int)param_1;\n return;\n }" if (parenthesized_expression "(param_2 == piVar2)" ( (binary_expression "param_2 == piVar2" identifier == identifier) )) (compound_statement "{\n *param_2 = (int)piVar1;\n puVar4 = (undefined4 *)param_1[1];\n param_2[1] = (int)puVar4;\n *puVar4 = param_2;\n *(int **)(*param_2 + 4) = param_2;\n param_1[1] = (int)param_1;\n *param_1 = (int)param_1;\n return;\n }" { (expression_statement "*param_2 = (int)piVar1;" (assignment_expression "*param_2 = (int)piVar1" (pointer_expression "*param_2" * identifier) = (cast_expression "(int)piVar1" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "puVar4 = (undefined4 *)param_1[1];" (assignment_expression "puVar4 = (undefined4 *)param_1[1]" identifier = (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) ;) (expression_statement "param_2[1] = (int)puVar4;" (assignment_expression "param_2[1] = (int)puVar4" (subscript_expression "param_2[1]" identifier [ number_literal ]) = (cast_expression "(int)puVar4" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "*puVar4 = param_2;" (assignment_expression "*puVar4 = param_2" (pointer_expression "*puVar4" * identifier) = identifier) ;) (expression_statement "*(int **)(*param_2 + 4) = param_2;" (assignment_expression "*(int **)(*param_2 + 4) = param_2" (pointer_expression "*(int **)(*param_2 + 4)" * (cast_expression "(int **)(*param_2 + 4)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_2 + 4)" ( (binary_expression "*param_2 + 4" (pointer_expression "*param_2" * identifier) + number_literal) )))) = identifier) ;) (expression_statement "param_1[1] = (int)param_1;" (assignment_expression "param_1[1] = (int)param_1" (subscript_expression "param_1[1]" identifier [ number_literal ]) = (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "*param_1 = (int)param_1;" (assignment_expression "*param_1 = (int)param_1" (pointer_expression "*param_1" * identifier) = (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (return_statement "return;" return ;) })) (expression_statement "*param_1 = (int)piVar2;" (assignment_expression "*param_1 = (int)piVar2" (pointer_expression "*param_1" * identifier) = (cast_expression "(int)piVar2" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "*param_2 = (int)piVar1;" (assignment_expression "*param_2 = (int)piVar1" (pointer_expression "*param_2" * identifier) = (cast_expression "(int)piVar1" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "iVar3 = param_1[1];" (assignment_expression "iVar3 = param_1[1]" identifier = (subscript_expression "param_1[1]" identifier [ number_literal ])) ;) (expression_statement "param_1[1] = param_2[1];" (assignment_expression "param_1[1] = param_2[1]" (subscript_expression "param_1[1]" identifier [ number_literal ]) = (subscript_expression "param_2[1]" identifier [ number_literal ])) ;) (expression_statement "param_2[1] = iVar3;" (assignment_expression "param_2[1] = iVar3" (subscript_expression "param_2[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(int **)param_1[1] = param_1;" (assignment_expression "*(int **)param_1[1] = param_1" (pointer_expression "*(int **)param_1[1]" * (cast_expression "(int **)param_1[1]" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) = identifier) ;) (expression_statement "*(int **)(*param_1 + 4) = param_1;" (assignment_expression "*(int **)(*param_1 + 4) = param_1" (pointer_expression "*(int **)(*param_1 + 4)" * (cast_expression "(int **)(*param_1 + 4)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 4)" ( (binary_expression "*param_1 + 4" (pointer_expression "*param_1" * identifier) + number_literal) )))) = identifier) ;) (expression_statement "*(int **)param_2[1] = param_2;" (assignment_expression "*(int **)param_2[1] = param_2" (pointer_expression "*(int **)param_2[1]" * (cast_expression "(int **)param_2[1]" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (subscript_expression "param_2[1]" identifier [ number_literal ]))) = identifier) ;) (expression_statement "*(int **)(*param_2 + 4) = param_2;" (assignment_expression "*(int **)(*param_2 + 4) = param_2" (pointer_expression "*(int **)(*param_2 + 4)" * (cast_expression "(int **)(*param_2 + 4)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_2 + 4)" ( (binary_expression "*param_2 + 4" (pointer_expression "*param_2" * identifier) + number_literal) )))) = identifier) ;) }))) (return_statement "return;" return ;) })))
(translation_unit "/* std::__detail::_List_node_base::swap(std::__detail::_List_node_base&,\n std::__detail::_List_node_base&) */\n\nvoid std::__detail::_List_node_base::swap(_List_node_base *param_1,_List_node_base *param_2)\n\n{\n _List_node_base *p_Var1;\n _List_node_base *p_Var2;\n _List_node_base *p_Var3;\n \n p_Var1 = param_1->_M_next;\n p_Var2 = param_2->_M_next;\n if (p_Var1 == param_1) {\n if (param_2 != p_Var2) {\n p_Var3 = param_2->_M_prev;\n p_Var1->_M_next = p_Var2;\n p_Var1->_M_prev = p_Var3;\n p_Var3->_M_next = p_Var1;\n p_Var1->_M_next->_M_prev = p_Var1;\n param_2->_M_prev = param_2;\n param_2->_M_next = param_2;\n return;\n }\n }\n else {\n if (param_2 == p_Var2) {\n param_2->_M_next = p_Var1;\n p_Var1 = param_1->_M_prev;\n param_2->_M_prev = p_Var1;\n p_Var1->_M_next = param_2;\n param_2->_M_next->_M_prev = param_2;\n param_1->_M_prev = param_1;\n param_1->_M_next = param_1;\n return;\n }\n param_1->_M_next = p_Var2;\n param_2->_M_next = p_Var1;\n p_Var1 = param_1->_M_prev;\n param_1->_M_prev = param_2->_M_prev;\n param_2->_M_prev = p_Var1;\n param_1->_M_prev->_M_next = param_1;\n param_1->_M_next->_M_prev = param_1;\n param_2->_M_prev->_M_next = param_2;\n param_2->_M_next->_M_prev = param_2;\n }\n return;\n}\n\n" comment (function_definition "void std::__detail::_List_node_base::swap(_List_node_base *param_1,_List_node_base *param_2)\n\n{\n _List_node_base *p_Var1;\n _List_node_base *p_Var2;\n _List_node_base *p_Var3;\n \n p_Var1 = param_1->_M_next;\n p_Var2 = param_2->_M_next;\n if (p_Var1 == param_1) {\n if (param_2 != p_Var2) {\n p_Var3 = param_2->_M_prev;\n p_Var1->_M_next = p_Var2;\n p_Var1->_M_prev = p_Var3;\n p_Var3->_M_next = p_Var1;\n p_Var1->_M_next->_M_prev = p_Var1;\n param_2->_M_prev = param_2;\n param_2->_M_next = param_2;\n return;\n }\n }\n else {\n if (param_2 == p_Var2) {\n param_2->_M_next = p_Var1;\n p_Var1 = param_1->_M_prev;\n param_2->_M_prev = p_Var1;\n p_Var1->_M_next = param_2;\n param_2->_M_next->_M_prev = param_2;\n param_1->_M_prev = param_1;\n param_1->_M_next = param_1;\n return;\n }\n param_1->_M_next = p_Var2;\n param_2->_M_next = p_Var1;\n p_Var1 = param_1->_M_prev;\n param_1->_M_prev = param_2->_M_prev;\n param_2->_M_prev = p_Var1;\n param_1->_M_prev->_M_next = param_1;\n param_1->_M_next->_M_prev = param_1;\n param_2->_M_prev->_M_next = param_2;\n param_2->_M_next->_M_prev = param_2;\n }\n return;\n}" primitive_type (ERROR "std::__detail::_List_node_base::" identifier : : identifier : : identifier : :) (function_declarator "swap(_List_node_base *param_1,_List_node_base *param_2)" identifier (parameter_list "(_List_node_base *param_1,_List_node_base *param_2)" ( (parameter_declaration "_List_node_base *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "_List_node_base *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n _List_node_base *p_Var1;\n _List_node_base *p_Var2;\n _List_node_base *p_Var3;\n \n p_Var1 = param_1->_M_next;\n p_Var2 = param_2->_M_next;\n if (p_Var1 == param_1) {\n if (param_2 != p_Var2) {\n p_Var3 = param_2->_M_prev;\n p_Var1->_M_next = p_Var2;\n p_Var1->_M_prev = p_Var3;\n p_Var3->_M_next = p_Var1;\n p_Var1->_M_next->_M_prev = p_Var1;\n param_2->_M_prev = param_2;\n param_2->_M_next = param_2;\n return;\n }\n }\n else {\n if (param_2 == p_Var2) {\n param_2->_M_next = p_Var1;\n p_Var1 = param_1->_M_prev;\n param_2->_M_prev = p_Var1;\n p_Var1->_M_next = param_2;\n param_2->_M_next->_M_prev = param_2;\n param_1->_M_prev = param_1;\n param_1->_M_next = param_1;\n return;\n }\n param_1->_M_next = p_Var2;\n param_2->_M_next = p_Var1;\n p_Var1 = param_1->_M_prev;\n param_1->_M_prev = param_2->_M_prev;\n param_2->_M_prev = p_Var1;\n param_1->_M_prev->_M_next = param_1;\n param_1->_M_next->_M_prev = param_1;\n param_2->_M_prev->_M_next = param_2;\n param_2->_M_next->_M_prev = param_2;\n }\n return;\n}" { (declaration "_List_node_base *p_Var1;" type_identifier (pointer_declarator "*p_Var1" * identifier) ;) (declaration "_List_node_base *p_Var2;" type_identifier (pointer_declarator "*p_Var2" * identifier) ;) (declaration "_List_node_base *p_Var3;" type_identifier (pointer_declarator "*p_Var3" * identifier) ;) (expression_statement "p_Var1 = param_1->_M_next;" (assignment_expression "p_Var1 = param_1->_M_next" identifier = (field_expression "param_1->_M_next" identifier -> field_identifier)) ;) (expression_statement "p_Var2 = param_2->_M_next;" (assignment_expression "p_Var2 = param_2->_M_next" identifier = (field_expression "param_2->_M_next" identifier -> field_identifier)) ;) (if_statement "if (p_Var1 == param_1) {\n if (param_2 != p_Var2) {\n p_Var3 = param_2->_M_prev;\n p_Var1->_M_next = p_Var2;\n p_Var1->_M_prev = p_Var3;\n p_Var3->_M_next = p_Var1;\n p_Var1->_M_next->_M_prev = p_Var1;\n param_2->_M_prev = param_2;\n param_2->_M_next = param_2;\n return;\n }\n }\n else {\n if (param_2 == p_Var2) {\n param_2->_M_next = p_Var1;\n p_Var1 = param_1->_M_prev;\n param_2->_M_prev = p_Var1;\n p_Var1->_M_next = param_2;\n param_2->_M_next->_M_prev = param_2;\n param_1->_M_prev = param_1;\n param_1->_M_next = param_1;\n return;\n }\n param_1->_M_next = p_Var2;\n param_2->_M_next = p_Var1;\n p_Var1 = param_1->_M_prev;\n param_1->_M_prev = param_2->_M_prev;\n param_2->_M_prev = p_Var1;\n param_1->_M_prev->_M_next = param_1;\n param_1->_M_next->_M_prev = param_1;\n param_2->_M_prev->_M_next = param_2;\n param_2->_M_next->_M_prev = param_2;\n }" if (parenthesized_expression "(p_Var1 == param_1)" ( (binary_expression "p_Var1 == param_1" identifier == identifier) )) (compound_statement "{\n if (param_2 != p_Var2) {\n p_Var3 = param_2->_M_prev;\n p_Var1->_M_next = p_Var2;\n p_Var1->_M_prev = p_Var3;\n p_Var3->_M_next = p_Var1;\n p_Var1->_M_next->_M_prev = p_Var1;\n param_2->_M_prev = param_2;\n param_2->_M_next = param_2;\n return;\n }\n }" { (if_statement "if (param_2 != p_Var2) {\n p_Var3 = param_2->_M_prev;\n p_Var1->_M_next = p_Var2;\n p_Var1->_M_prev = p_Var3;\n p_Var3->_M_next = p_Var1;\n p_Var1->_M_next->_M_prev = p_Var1;\n param_2->_M_prev = param_2;\n param_2->_M_next = param_2;\n return;\n }" if (parenthesized_expression "(param_2 != p_Var2)" ( (binary_expression "param_2 != p_Var2" identifier != identifier) )) (compound_statement "{\n p_Var3 = param_2->_M_prev;\n p_Var1->_M_next = p_Var2;\n p_Var1->_M_prev = p_Var3;\n p_Var3->_M_next = p_Var1;\n p_Var1->_M_next->_M_prev = p_Var1;\n param_2->_M_prev = param_2;\n param_2->_M_next = param_2;\n return;\n }" { (expression_statement "p_Var3 = param_2->_M_prev;" (assignment_expression "p_Var3 = param_2->_M_prev" identifier = (field_expression "param_2->_M_prev" identifier -> field_identifier)) ;) (expression_statement "p_Var1->_M_next = p_Var2;" (assignment_expression "p_Var1->_M_next = p_Var2" (field_expression "p_Var1->_M_next" identifier -> field_identifier) = identifier) ;) (expression_statement "p_Var1->_M_prev = p_Var3;" (assignment_expression "p_Var1->_M_prev = p_Var3" (field_expression "p_Var1->_M_prev" identifier -> field_identifier) = identifier) ;) (expression_statement "p_Var3->_M_next = p_Var1;" (assignment_expression "p_Var3->_M_next = p_Var1" (field_expression "p_Var3->_M_next" identifier -> field_identifier) = identifier) ;) (expression_statement "p_Var1->_M_next->_M_prev = p_Var1;" (assignment_expression "p_Var1->_M_next->_M_prev = p_Var1" (field_expression "p_Var1->_M_next->_M_prev" (field_expression "p_Var1->_M_next" identifier -> field_identifier) -> field_identifier) = identifier) ;) (expression_statement "param_2->_M_prev = param_2;" (assignment_expression "param_2->_M_prev = param_2" (field_expression "param_2->_M_prev" identifier -> field_identifier) = identifier) ;) (expression_statement "param_2->_M_next = param_2;" (assignment_expression "param_2->_M_next = param_2" (field_expression "param_2->_M_next" identifier -> field_identifier) = identifier) ;) (return_statement "return;" return ;) })) }) (else_clause "else {\n if (param_2 == p_Var2) {\n param_2->_M_next = p_Var1;\n p_Var1 = param_1->_M_prev;\n param_2->_M_prev = p_Var1;\n p_Var1->_M_next = param_2;\n param_2->_M_next->_M_prev = param_2;\n param_1->_M_prev = param_1;\n param_1->_M_next = param_1;\n return;\n }\n param_1->_M_next = p_Var2;\n param_2->_M_next = p_Var1;\n p_Var1 = param_1->_M_prev;\n param_1->_M_prev = param_2->_M_prev;\n param_2->_M_prev = p_Var1;\n param_1->_M_prev->_M_next = param_1;\n param_1->_M_next->_M_prev = param_1;\n param_2->_M_prev->_M_next = param_2;\n param_2->_M_next->_M_prev = param_2;\n }" else (compound_statement "{\n if (param_2 == p_Var2) {\n param_2->_M_next = p_Var1;\n p_Var1 = param_1->_M_prev;\n param_2->_M_prev = p_Var1;\n p_Var1->_M_next = param_2;\n param_2->_M_next->_M_prev = param_2;\n param_1->_M_prev = param_1;\n param_1->_M_next = param_1;\n return;\n }\n param_1->_M_next = p_Var2;\n param_2->_M_next = p_Var1;\n p_Var1 = param_1->_M_prev;\n param_1->_M_prev = param_2->_M_prev;\n param_2->_M_prev = p_Var1;\n param_1->_M_prev->_M_next = param_1;\n param_1->_M_next->_M_prev = param_1;\n param_2->_M_prev->_M_next = param_2;\n param_2->_M_next->_M_prev = param_2;\n }" { (if_statement "if (param_2 == p_Var2) {\n param_2->_M_next = p_Var1;\n p_Var1 = param_1->_M_prev;\n param_2->_M_prev = p_Var1;\n p_Var1->_M_next = param_2;\n param_2->_M_next->_M_prev = param_2;\n param_1->_M_prev = param_1;\n param_1->_M_next = param_1;\n return;\n }" if (parenthesized_expression "(param_2 == p_Var2)" ( (binary_expression "param_2 == p_Var2" identifier == identifier) )) (compound_statement "{\n param_2->_M_next = p_Var1;\n p_Var1 = param_1->_M_prev;\n param_2->_M_prev = p_Var1;\n p_Var1->_M_next = param_2;\n param_2->_M_next->_M_prev = param_2;\n param_1->_M_prev = param_1;\n param_1->_M_next = param_1;\n return;\n }" { (expression_statement "param_2->_M_next = p_Var1;" (assignment_expression "param_2->_M_next = p_Var1" (field_expression "param_2->_M_next" identifier -> field_identifier) = identifier) ;) (expression_statement "p_Var1 = param_1->_M_prev;" (assignment_expression "p_Var1 = param_1->_M_prev" identifier = (field_expression "param_1->_M_prev" identifier -> field_identifier)) ;) (expression_statement "param_2->_M_prev = p_Var1;" (assignment_expression "param_2->_M_prev = p_Var1" (field_expression "param_2->_M_prev" identifier -> field_identifier) = identifier) ;) (expression_statement "p_Var1->_M_next = param_2;" (assignment_expression "p_Var1->_M_next = param_2" (field_expression "p_Var1->_M_next" identifier -> field_identifier) = identifier) ;) (expression_statement "param_2->_M_next->_M_prev = param_2;" (assignment_expression "param_2->_M_next->_M_prev = param_2" (field_expression "param_2->_M_next->_M_prev" (field_expression "param_2->_M_next" identifier -> field_identifier) -> field_identifier) = identifier) ;) (expression_statement "param_1->_M_prev = param_1;" (assignment_expression "param_1->_M_prev = param_1" (field_expression "param_1->_M_prev" identifier -> field_identifier) = identifier) ;) (expression_statement "param_1->_M_next = param_1;" (assignment_expression "param_1->_M_next = param_1" (field_expression "param_1->_M_next" identifier -> field_identifier) = identifier) ;) (return_statement "return;" return ;) })) (expression_statement "param_1->_M_next = p_Var2;" (assignment_expression "param_1->_M_next = p_Var2" (field_expression "param_1->_M_next" identifier -> field_identifier) = identifier) ;) (expression_statement "param_2->_M_next = p_Var1;" (assignment_expression "param_2->_M_next = p_Var1" (field_expression "param_2->_M_next" identifier -> field_identifier) = identifier) ;) (expression_statement "p_Var1 = param_1->_M_prev;" (assignment_expression "p_Var1 = param_1->_M_prev" identifier = (field_expression "param_1->_M_prev" identifier -> field_identifier)) ;) (expression_statement "param_1->_M_prev = param_2->_M_prev;" (assignment_expression "param_1->_M_prev = param_2->_M_prev" (field_expression "param_1->_M_prev" identifier -> field_identifier) = (field_expression "param_2->_M_prev" identifier -> field_identifier)) ;) (expression_statement "param_2->_M_prev = p_Var1;" (assignment_expression "param_2->_M_prev = p_Var1" (field_expression "param_2->_M_prev" identifier -> field_identifier) = identifier) ;) (expression_statement "param_1->_M_prev->_M_next = param_1;" (assignment_expression "param_1->_M_prev->_M_next = param_1" (field_expression "param_1->_M_prev->_M_next" (field_expression "param_1->_M_prev" identifier -> field_identifier) -> field_identifier) = identifier) ;) (expression_statement "param_1->_M_next->_M_prev = param_1;" (assignment_expression "param_1->_M_next->_M_prev = param_1" (field_expression "param_1->_M_next->_M_prev" (field_expression "param_1->_M_next" identifier -> field_identifier) -> field_identifier) = identifier) ;) (expression_statement "param_2->_M_prev->_M_next = param_2;" (assignment_expression "param_2->_M_prev->_M_next = param_2" (field_expression "param_2->_M_prev->_M_next" (field_expression "param_2->_M_prev" identifier -> field_identifier) -> field_identifier) = identifier) ;) (expression_statement "param_2->_M_next->_M_prev = param_2;" (assignment_expression "param_2->_M_next->_M_prev = param_2" (field_expression "param_2->_M_next->_M_prev" (field_expression "param_2->_M_next" identifier -> field_identifier) -> field_identifier) = identifier) ;) }))) (return_statement "return;" return ;) })))
(translation_unit "void FUN_00183880(int *param_1,int *param_2)\n\n{\n int *piVar1;\n int *piVar2;\n int iVar3;\n undefined4 *puVar4;\n \n piVar1 = (int *)*param_1;\n piVar2 = (int *)*param_2;\n if (piVar1 == param_1) {\n if (param_2 != piVar2) {\n puVar4 = (undefined4 *)param_2[1];\n *piVar1 = (int)piVar2;\n piVar1[1] = (int)puVar4;\n *puVar4 = piVar1;\n *(int **)(*piVar1 + 4) = piVar1;\n param_2[1] = (int)param_2;\n *param_2 = (int)param_2;\n return;\n }\n }\n else {\n if (param_2 == piVar2) {\n *param_2 = (int)piVar1;\n puVar4 = (undefined4 *)param_1[1];\n param_2[1] = (int)puVar4;\n *puVar4 = param_2;\n *(int **)(*param_2 + 4) = param_2;\n param_1[1] = (int)param_1;\n *param_1 = (int)param_1;\n return;\n }\n *param_1 = (int)piVar2;\n *param_2 = (int)piVar1;\n iVar3 = param_1[1];\n param_1[1] = param_2[1];\n param_2[1] = iVar3;\n *(int **)param_1[1] = param_1;\n *(int **)(*param_1 + 4) = param_1;\n *(int **)param_2[1] = param_2;\n *(int **)(*param_2 + 4) = param_2;\n }\n return;\n}\n\n" (function_definition "void FUN_00183880(int *param_1,int *param_2)\n\n{\n int *piVar1;\n int *piVar2;\n int iVar3;\n undefined4 *puVar4;\n \n piVar1 = (int *)*param_1;\n piVar2 = (int *)*param_2;\n if (piVar1 == param_1) {\n if (param_2 != piVar2) {\n puVar4 = (undefined4 *)param_2[1];\n *piVar1 = (int)piVar2;\n piVar1[1] = (int)puVar4;\n *puVar4 = piVar1;\n *(int **)(*piVar1 + 4) = piVar1;\n param_2[1] = (int)param_2;\n *param_2 = (int)param_2;\n return;\n }\n }\n else {\n if (param_2 == piVar2) {\n *param_2 = (int)piVar1;\n puVar4 = (undefined4 *)param_1[1];\n param_2[1] = (int)puVar4;\n *puVar4 = param_2;\n *(int **)(*param_2 + 4) = param_2;\n param_1[1] = (int)param_1;\n *param_1 = (int)param_1;\n return;\n }\n *param_1 = (int)piVar2;\n *param_2 = (int)piVar1;\n iVar3 = param_1[1];\n param_1[1] = param_2[1];\n param_2[1] = iVar3;\n *(int **)param_1[1] = param_1;\n *(int **)(*param_1 + 4) = param_1;\n *(int **)param_2[1] = param_2;\n *(int **)(*param_2 + 4) = param_2;\n }\n return;\n}" primitive_type (function_declarator "FUN_00183880(int *param_1,int *param_2)" identifier (parameter_list "(int *param_1,int *param_2)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n int *piVar1;\n int *piVar2;\n int iVar3;\n undefined4 *puVar4;\n \n piVar1 = (int *)*param_1;\n piVar2 = (int *)*param_2;\n if (piVar1 == param_1) {\n if (param_2 != piVar2) {\n puVar4 = (undefined4 *)param_2[1];\n *piVar1 = (int)piVar2;\n piVar1[1] = (int)puVar4;\n *puVar4 = piVar1;\n *(int **)(*piVar1 + 4) = piVar1;\n param_2[1] = (int)param_2;\n *param_2 = (int)param_2;\n return;\n }\n }\n else {\n if (param_2 == piVar2) {\n *param_2 = (int)piVar1;\n puVar4 = (undefined4 *)param_1[1];\n param_2[1] = (int)puVar4;\n *puVar4 = param_2;\n *(int **)(*param_2 + 4) = param_2;\n param_1[1] = (int)param_1;\n *param_1 = (int)param_1;\n return;\n }\n *param_1 = (int)piVar2;\n *param_2 = (int)piVar1;\n iVar3 = param_1[1];\n param_1[1] = param_2[1];\n param_2[1] = iVar3;\n *(int **)param_1[1] = param_1;\n *(int **)(*param_1 + 4) = param_1;\n *(int **)param_2[1] = param_2;\n *(int **)(*param_2 + 4) = param_2;\n }\n return;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "undefined4 *puVar4;" type_identifier (pointer_declarator "*puVar4" * identifier) ;) (expression_statement "piVar1 = (int *)*param_1;" (assignment_expression "piVar1 = (int *)*param_1" identifier = (cast_expression "(int *)*param_1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (expression_statement "piVar2 = (int *)*param_2;" (assignment_expression "piVar2 = (int *)*param_2" identifier = (cast_expression "(int *)*param_2" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier))) ;) (if_statement "if (piVar1 == param_1) {\n if (param_2 != piVar2) {\n puVar4 = (undefined4 *)param_2[1];\n *piVar1 = (int)piVar2;\n piVar1[1] = (int)puVar4;\n *puVar4 = piVar1;\n *(int **)(*piVar1 + 4) = piVar1;\n param_2[1] = (int)param_2;\n *param_2 = (int)param_2;\n return;\n }\n }\n else {\n if (param_2 == piVar2) {\n *param_2 = (int)piVar1;\n puVar4 = (undefined4 *)param_1[1];\n param_2[1] = (int)puVar4;\n *puVar4 = param_2;\n *(int **)(*param_2 + 4) = param_2;\n param_1[1] = (int)param_1;\n *param_1 = (int)param_1;\n return;\n }\n *param_1 = (int)piVar2;\n *param_2 = (int)piVar1;\n iVar3 = param_1[1];\n param_1[1] = param_2[1];\n param_2[1] = iVar3;\n *(int **)param_1[1] = param_1;\n *(int **)(*param_1 + 4) = param_1;\n *(int **)param_2[1] = param_2;\n *(int **)(*param_2 + 4) = param_2;\n }" if (parenthesized_expression "(piVar1 == param_1)" ( (binary_expression "piVar1 == param_1" identifier == identifier) )) (compound_statement "{\n if (param_2 != piVar2) {\n puVar4 = (undefined4 *)param_2[1];\n *piVar1 = (int)piVar2;\n piVar1[1] = (int)puVar4;\n *puVar4 = piVar1;\n *(int **)(*piVar1 + 4) = piVar1;\n param_2[1] = (int)param_2;\n *param_2 = (int)param_2;\n return;\n }\n }" { (if_statement "if (param_2 != piVar2) {\n puVar4 = (undefined4 *)param_2[1];\n *piVar1 = (int)piVar2;\n piVar1[1] = (int)puVar4;\n *puVar4 = piVar1;\n *(int **)(*piVar1 + 4) = piVar1;\n param_2[1] = (int)param_2;\n *param_2 = (int)param_2;\n return;\n }" if (parenthesized_expression "(param_2 != piVar2)" ( (binary_expression "param_2 != piVar2" identifier != identifier) )) (compound_statement "{\n puVar4 = (undefined4 *)param_2[1];\n *piVar1 = (int)piVar2;\n piVar1[1] = (int)puVar4;\n *puVar4 = piVar1;\n *(int **)(*piVar1 + 4) = piVar1;\n param_2[1] = (int)param_2;\n *param_2 = (int)param_2;\n return;\n }" { (expression_statement "puVar4 = (undefined4 *)param_2[1];" (assignment_expression "puVar4 = (undefined4 *)param_2[1]" identifier = (cast_expression "(undefined4 *)param_2[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_2[1]" identifier [ number_literal ]))) ;) (expression_statement "*piVar1 = (int)piVar2;" (assignment_expression "*piVar1 = (int)piVar2" (pointer_expression "*piVar1" * identifier) = (cast_expression "(int)piVar2" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "piVar1[1] = (int)puVar4;" (assignment_expression "piVar1[1] = (int)puVar4" (subscript_expression "piVar1[1]" identifier [ number_literal ]) = (cast_expression "(int)puVar4" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "*puVar4 = piVar1;" (assignment_expression "*puVar4 = piVar1" (pointer_expression "*puVar4" * identifier) = identifier) ;) (expression_statement "*(int **)(*piVar1 + 4) = piVar1;" (assignment_expression "*(int **)(*piVar1 + 4) = piVar1" (pointer_expression "*(int **)(*piVar1 + 4)" * (cast_expression "(int **)(*piVar1 + 4)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar1 + 4)" ( (binary_expression "*piVar1 + 4" (pointer_expression "*piVar1" * identifier) + number_literal) )))) = identifier) ;) (expression_statement "param_2[1] = (int)param_2;" (assignment_expression "param_2[1] = (int)param_2" (subscript_expression "param_2[1]" identifier [ number_literal ]) = (cast_expression "(int)param_2" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "*param_2 = (int)param_2;" (assignment_expression "*param_2 = (int)param_2" (pointer_expression "*param_2" * identifier) = (cast_expression "(int)param_2" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (return_statement "return;" return ;) })) }) (else_clause "else {\n if (param_2 == piVar2) {\n *param_2 = (int)piVar1;\n puVar4 = (undefined4 *)param_1[1];\n param_2[1] = (int)puVar4;\n *puVar4 = param_2;\n *(int **)(*param_2 + 4) = param_2;\n param_1[1] = (int)param_1;\n *param_1 = (int)param_1;\n return;\n }\n *param_1 = (int)piVar2;\n *param_2 = (int)piVar1;\n iVar3 = param_1[1];\n param_1[1] = param_2[1];\n param_2[1] = iVar3;\n *(int **)param_1[1] = param_1;\n *(int **)(*param_1 + 4) = param_1;\n *(int **)param_2[1] = param_2;\n *(int **)(*param_2 + 4) = param_2;\n }" else (compound_statement "{\n if (param_2 == piVar2) {\n *param_2 = (int)piVar1;\n puVar4 = (undefined4 *)param_1[1];\n param_2[1] = (int)puVar4;\n *puVar4 = param_2;\n *(int **)(*param_2 + 4) = param_2;\n param_1[1] = (int)param_1;\n *param_1 = (int)param_1;\n return;\n }\n *param_1 = (int)piVar2;\n *param_2 = (int)piVar1;\n iVar3 = param_1[1];\n param_1[1] = param_2[1];\n param_2[1] = iVar3;\n *(int **)param_1[1] = param_1;\n *(int **)(*param_1 + 4) = param_1;\n *(int **)param_2[1] = param_2;\n *(int **)(*param_2 + 4) = param_2;\n }" { (if_statement "if (param_2 == piVar2) {\n *param_2 = (int)piVar1;\n puVar4 = (undefined4 *)param_1[1];\n param_2[1] = (int)puVar4;\n *puVar4 = param_2;\n *(int **)(*param_2 + 4) = param_2;\n param_1[1] = (int)param_1;\n *param_1 = (int)param_1;\n return;\n }" if (parenthesized_expression "(param_2 == piVar2)" ( (binary_expression "param_2 == piVar2" identifier == identifier) )) (compound_statement "{\n *param_2 = (int)piVar1;\n puVar4 = (undefined4 *)param_1[1];\n param_2[1] = (int)puVar4;\n *puVar4 = param_2;\n *(int **)(*param_2 + 4) = param_2;\n param_1[1] = (int)param_1;\n *param_1 = (int)param_1;\n return;\n }" { (expression_statement "*param_2 = (int)piVar1;" (assignment_expression "*param_2 = (int)piVar1" (pointer_expression "*param_2" * identifier) = (cast_expression "(int)piVar1" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "puVar4 = (undefined4 *)param_1[1];" (assignment_expression "puVar4 = (undefined4 *)param_1[1]" identifier = (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) ;) (expression_statement "param_2[1] = (int)puVar4;" (assignment_expression "param_2[1] = (int)puVar4" (subscript_expression "param_2[1]" identifier [ number_literal ]) = (cast_expression "(int)puVar4" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "*puVar4 = param_2;" (assignment_expression "*puVar4 = param_2" (pointer_expression "*puVar4" * identifier) = identifier) ;) (expression_statement "*(int **)(*param_2 + 4) = param_2;" (assignment_expression "*(int **)(*param_2 + 4) = param_2" (pointer_expression "*(int **)(*param_2 + 4)" * (cast_expression "(int **)(*param_2 + 4)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_2 + 4)" ( (binary_expression "*param_2 + 4" (pointer_expression "*param_2" * identifier) + number_literal) )))) = identifier) ;) (expression_statement "param_1[1] = (int)param_1;" (assignment_expression "param_1[1] = (int)param_1" (subscript_expression "param_1[1]" identifier [ number_literal ]) = (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "*param_1 = (int)param_1;" (assignment_expression "*param_1 = (int)param_1" (pointer_expression "*param_1" * identifier) = (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (return_statement "return;" return ;) })) (expression_statement "*param_1 = (int)piVar2;" (assignment_expression "*param_1 = (int)piVar2" (pointer_expression "*param_1" * identifier) = (cast_expression "(int)piVar2" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "*param_2 = (int)piVar1;" (assignment_expression "*param_2 = (int)piVar1" (pointer_expression "*param_2" * identifier) = (cast_expression "(int)piVar1" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "iVar3 = param_1[1];" (assignment_expression "iVar3 = param_1[1]" identifier = (subscript_expression "param_1[1]" identifier [ number_literal ])) ;) (expression_statement "param_1[1] = param_2[1];" (assignment_expression "param_1[1] = param_2[1]" (subscript_expression "param_1[1]" identifier [ number_literal ]) = (subscript_expression "param_2[1]" identifier [ number_literal ])) ;) (expression_statement "param_2[1] = iVar3;" (assignment_expression "param_2[1] = iVar3" (subscript_expression "param_2[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(int **)param_1[1] = param_1;" (assignment_expression "*(int **)param_1[1] = param_1" (pointer_expression "*(int **)param_1[1]" * (cast_expression "(int **)param_1[1]" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) = identifier) ;) (expression_statement "*(int **)(*param_1 + 4) = param_1;" (assignment_expression "*(int **)(*param_1 + 4) = param_1" (pointer_expression "*(int **)(*param_1 + 4)" * (cast_expression "(int **)(*param_1 + 4)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 4)" ( (binary_expression "*param_1 + 4" (pointer_expression "*param_1" * identifier) + number_literal) )))) = identifier) ;) (expression_statement "*(int **)param_2[1] = param_2;" (assignment_expression "*(int **)param_2[1] = param_2" (pointer_expression "*(int **)param_2[1]" * (cast_expression "(int **)param_2[1]" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (subscript_expression "param_2[1]" identifier [ number_literal ]))) = identifier) ;) (expression_statement "*(int **)(*param_2 + 4) = param_2;" (assignment_expression "*(int **)(*param_2 + 4) = param_2" (pointer_expression "*(int **)(*param_2 + 4)" * (cast_expression "(int **)(*param_2 + 4)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_2 + 4)" ( (binary_expression "*param_2 + 4" (pointer_expression "*param_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)) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (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 IDENT == IDENT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (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 (pointer_expression * IDENT) + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (return_statement return ;) })) }) (else_clause else (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (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 (pointer_expression * IDENT) + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (return_statement return ;) })) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (subscript_expression IDENT [ LIT ]))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (subscript_expression IDENT [ LIT ]))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))) = IDENT) ;) }))) (return_statement return ;) })))
(function_definition "void FUN_00183880(int *param_1,int *param_2)\n\n{\n int *piVar1;\n int *piVar2;\n int iVar3;\n undefined4 *puVar4;\n \n piVar1 = (int *)*param_1;\n piVar2 = (int *)*param_2;\n if (piVar1 == param_1) {\n if (param_2 != piVar2) {\n puVar4 = (undefined4 *)param_2[1];\n *piVar1 = (int)piVar2;\n piVar1[1] = (int)puVar4;\n *puVar4 = piVar1;\n *(int **)(*piVar1 + 4) = piVar1;\n param_2[1] = (int)param_2;\n *param_2 = (int)param_2;\n return;\n }\n }\n else {\n if (param_2 == piVar2) {\n *param_2 = (int)piVar1;\n puVar4 = (undefined4 *)param_1[1];\n param_2[1] = (int)puVar4;\n *puVar4 = param_2;\n *(int **)(*param_2 + 4) = param_2;\n param_1[1] = (int)param_1;\n *param_1 = (int)param_1;\n return;\n }\n *param_1 = (int)piVar2;\n *param_2 = (int)piVar1;\n iVar3 = param_1[1];\n param_1[1] = param_2[1];\n param_2[1] = iVar3;\n *(int **)param_1[1] = param_1;\n *(int **)(*param_1 + 4) = param_1;\n *(int **)param_2[1] = param_2;\n *(int **)(*param_2 + 4) = param_2;\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_00183880(int *param_1,int *param_2)" (identifier "FUN_00183880") (parameter_list "(int *param_1,int *param_2)" (( "(") (parameter_declaration "int *param_1" (primitive_type "int") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "int *param_2" (primitive_type "int") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) () ")"))) (compound_statement "{\n int *piVar1;\n int *piVar2;\n int iVar3;\n undefined4 *puVar4;\n \n piVar1 = (int *)*param_1;\n piVar2 = (int *)*param_2;\n if (piVar1 == param_1) {\n if (param_2 != piVar2) {\n puVar4 = (undefined4 *)param_2[1];\n *piVar1 = (int)piVar2;\n piVar1[1] = (int)puVar4;\n *puVar4 = piVar1;\n *(int **)(*piVar1 + 4) = piVar1;\n param_2[1] = (int)param_2;\n *param_2 = (int)param_2;\n return;\n }\n }\n else {\n if (param_2 == piVar2) {\n *param_2 = (int)piVar1;\n puVar4 = (undefined4 *)param_1[1];\n param_2[1] = (int)puVar4;\n *puVar4 = param_2;\n *(int **)(*param_2 + 4) = param_2;\n param_1[1] = (int)param_1;\n *param_1 = (int)param_1;\n return;\n }\n *param_1 = (int)piVar2;\n *param_2 = (int)piVar1;\n iVar3 = param_1[1];\n param_1[1] = param_2[1];\n param_2[1] = iVar3;\n *(int **)param_1[1] = param_1;\n *(int **)(*param_1 + 4) = param_1;\n *(int **)param_2[1] = param_2;\n *(int **)(*param_2 + 4) = param_2;\n }\n return;\n}" ({ "{") (declaration "int *piVar1;" (primitive_type "int") (pointer_declarator "*piVar1" (* "*") (identifier "piVar1")) (; ";")) (declaration "int *piVar2;" (primitive_type "int") (pointer_declarator "*piVar2" (* "*") (identifier "piVar2")) (; ";")) (declaration "int iVar3;" (primitive_type "int") (identifier "iVar3") (; ";")) (declaration "undefined4 *puVar4;" (type_identifier "undefined4") (pointer_declarator "*puVar4" (* "*") (identifier "puVar4")) (; ";")) (expression_statement "piVar1 = (int *)*param_1;" (assignment_expression "piVar1 = (int *)*param_1" (identifier "piVar1") (= "=") (cast_expression "(int *)*param_1" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1")))) (; ";")) (expression_statement "piVar2 = (int *)*param_2;" (assignment_expression "piVar2 = (int *)*param_2" (identifier "piVar2") (= "=") (cast_expression "(int *)*param_2" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_2" (* "*") (identifier "param_2")))) (; ";")) (if_statement "if (piVar1 == param_1) {\n if (param_2 != piVar2) {\n puVar4 = (undefined4 *)param_2[1];\n *piVar1 = (int)piVar2;\n piVar1[1] = (int)puVar4;\n *puVar4 = piVar1;\n *(int **)(*piVar1 + 4) = piVar1;\n param_2[1] = (int)param_2;\n *param_2 = (int)param_2;\n return;\n }\n }\n else {\n if (param_2 == piVar2) {\n *param_2 = (int)piVar1;\n puVar4 = (undefined4 *)param_1[1];\n param_2[1] = (int)puVar4;\n *puVar4 = param_2;\n *(int **)(*param_2 + 4) = param_2;\n param_1[1] = (int)param_1;\n *param_1 = (int)param_1;\n return;\n }\n *param_1 = (int)piVar2;\n *param_2 = (int)piVar1;\n iVar3 = param_1[1];\n param_1[1] = param_2[1];\n param_2[1] = iVar3;\n *(int **)param_1[1] = param_1;\n *(int **)(*param_1 + 4) = param_1;\n *(int **)param_2[1] = param_2;\n *(int **)(*param_2 + 4) = param_2;\n }" (if "if") (parenthesized_expression "(piVar1 == param_1)" (( "(") (binary_expression "piVar1 == param_1" (identifier "piVar1") (== "==") (identifier "param_1")) () ")")) (compound_statement "{\n if (param_2 != piVar2) {\n puVar4 = (undefined4 *)param_2[1];\n *piVar1 = (int)piVar2;\n piVar1[1] = (int)puVar4;\n *puVar4 = piVar1;\n *(int **)(*piVar1 + 4) = piVar1;\n param_2[1] = (int)param_2;\n *param_2 = (int)param_2;\n return;\n }\n }" ({ "{") (if_statement "if (param_2 != piVar2) {\n puVar4 = (undefined4 *)param_2[1];\n *piVar1 = (int)piVar2;\n piVar1[1] = (int)puVar4;\n *puVar4 = piVar1;\n *(int **)(*piVar1 + 4) = piVar1;\n param_2[1] = (int)param_2;\n *param_2 = (int)param_2;\n return;\n }" (if "if") (parenthesized_expression "(param_2 != piVar2)" (( "(") (binary_expression "param_2 != piVar2" (identifier "param_2") (!= "!=") (identifier "piVar2")) () ")")) (compound_statement "{\n puVar4 = (undefined4 *)param_2[1];\n *piVar1 = (int)piVar2;\n piVar1[1] = (int)puVar4;\n *puVar4 = piVar1;\n *(int **)(*piVar1 + 4) = piVar1;\n param_2[1] = (int)param_2;\n *param_2 = (int)param_2;\n return;\n }" ({ "{") (expression_statement "puVar4 = (undefined4 *)param_2[1];" (assignment_expression "puVar4 = (undefined4 *)param_2[1]" (identifier "puVar4") (= "=") (cast_expression "(undefined4 *)param_2[1]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_2[1]" (identifier "param_2") ([ "[") (number_literal "1") (] "]")))) (; ";")) (expression_statement "*piVar1 = (int)piVar2;" (assignment_expression "*piVar1 = (int)piVar2" (pointer_expression "*piVar1" (* "*") (identifier "piVar1")) (= "=") (cast_expression "(int)piVar2" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "piVar2"))) (; ";")) (expression_statement "piVar1[1] = (int)puVar4;" (assignment_expression "piVar1[1] = (int)puVar4" (subscript_expression "piVar1[1]" (identifier "piVar1") ([ "[") (number_literal "1") (] "]")) (= "=") (cast_expression "(int)puVar4" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "puVar4"))) (; ";")) (expression_statement "*puVar4 = piVar1;" (assignment_expression "*puVar4 = piVar1" (pointer_expression "*puVar4" (* "*") (identifier "puVar4")) (= "=") (identifier "piVar1")) (; ";")) (expression_statement "*(int **)(*piVar1 + 4) = piVar1;" (assignment_expression "*(int **)(*piVar1 + 4) = piVar1" (pointer_expression "*(int **)(*piVar1 + 4)" (* "*") (cast_expression "(int **)(*piVar1 + 4)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*piVar1 + 4)" (( "(") (binary_expression "*piVar1 + 4" (pointer_expression "*piVar1" (* "*") (identifier "piVar1")) (+ "+") (number_literal "4")) () ")")))) (= "=") (identifier "piVar1")) (; ";")) (expression_statement "param_2[1] = (int)param_2;" (assignment_expression "param_2[1] = (int)param_2" (subscript_expression "param_2[1]" (identifier "param_2") ([ "[") (number_literal "1") (] "]")) (= "=") (cast_expression "(int)param_2" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_2"))) (; ";")) (expression_statement "*param_2 = (int)param_2;" (assignment_expression "*param_2 = (int)param_2" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (cast_expression "(int)param_2" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_2"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (} "}")) (else_clause "else {\n if (param_2 == piVar2) {\n *param_2 = (int)piVar1;\n puVar4 = (undefined4 *)param_1[1];\n param_2[1] = (int)puVar4;\n *puVar4 = param_2;\n *(int **)(*param_2 + 4) = param_2;\n param_1[1] = (int)param_1;\n *param_1 = (int)param_1;\n return;\n }\n *param_1 = (int)piVar2;\n *param_2 = (int)piVar1;\n iVar3 = param_1[1];\n param_1[1] = param_2[1];\n param_2[1] = iVar3;\n *(int **)param_1[1] = param_1;\n *(int **)(*param_1 + 4) = param_1;\n *(int **)param_2[1] = param_2;\n *(int **)(*param_2 + 4) = param_2;\n }" (else "else") (compound_statement "{\n if (param_2 == piVar2) {\n *param_2 = (int)piVar1;\n puVar4 = (undefined4 *)param_1[1];\n param_2[1] = (int)puVar4;\n *puVar4 = param_2;\n *(int **)(*param_2 + 4) = param_2;\n param_1[1] = (int)param_1;\n *param_1 = (int)param_1;\n return;\n }\n *param_1 = (int)piVar2;\n *param_2 = (int)piVar1;\n iVar3 = param_1[1];\n param_1[1] = param_2[1];\n param_2[1] = iVar3;\n *(int **)param_1[1] = param_1;\n *(int **)(*param_1 + 4) = param_1;\n *(int **)param_2[1] = param_2;\n *(int **)(*param_2 + 4) = param_2;\n }" ({ "{") (if_statement "if (param_2 == piVar2) {\n *param_2 = (int)piVar1;\n puVar4 = (undefined4 *)param_1[1];\n param_2[1] = (int)puVar4;\n *puVar4 = param_2;\n *(int **)(*param_2 + 4) = param_2;\n param_1[1] = (int)param_1;\n *param_1 = (int)param_1;\n return;\n }" (if "if") (parenthesized_expression "(param_2 == piVar2)" (( "(") (binary_expression "param_2 == piVar2" (identifier "param_2") (== "==") (identifier "piVar2")) () ")")) (compound_statement "{\n *param_2 = (int)piVar1;\n puVar4 = (undefined4 *)param_1[1];\n param_2[1] = (int)puVar4;\n *puVar4 = param_2;\n *(int **)(*param_2 + 4) = param_2;\n param_1[1] = (int)param_1;\n *param_1 = (int)param_1;\n return;\n }" ({ "{") (expression_statement "*param_2 = (int)piVar1;" (assignment_expression "*param_2 = (int)piVar1" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (cast_expression "(int)piVar1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "piVar1"))) (; ";")) (expression_statement "puVar4 = (undefined4 *)param_1[1];" (assignment_expression "puVar4 = (undefined4 *)param_1[1]" (identifier "puVar4") (= "=") (cast_expression "(undefined4 *)param_1[1]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")))) (; ";")) (expression_statement "param_2[1] = (int)puVar4;" (assignment_expression "param_2[1] = (int)puVar4" (subscript_expression "param_2[1]" (identifier "param_2") ([ "[") (number_literal "1") (] "]")) (= "=") (cast_expression "(int)puVar4" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "puVar4"))) (; ";")) (expression_statement "*puVar4 = param_2;" (assignment_expression "*puVar4 = param_2" (pointer_expression "*puVar4" (* "*") (identifier "puVar4")) (= "=") (identifier "param_2")) (; ";")) (expression_statement "*(int **)(*param_2 + 4) = param_2;" (assignment_expression "*(int **)(*param_2 + 4) = param_2" (pointer_expression "*(int **)(*param_2 + 4)" (* "*") (cast_expression "(int **)(*param_2 + 4)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_2 + 4)" (( "(") (binary_expression "*param_2 + 4" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (+ "+") (number_literal "4")) () ")")))) (= "=") (identifier "param_2")) (; ";")) (expression_statement "param_1[1] = (int)param_1;" (assignment_expression "param_1[1] = (int)param_1" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (= "=") (cast_expression "(int)param_1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_1"))) (; ";")) (expression_statement "*param_1 = (int)param_1;" (assignment_expression "*param_1 = (int)param_1" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (cast_expression "(int)param_1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_1"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "*param_1 = (int)piVar2;" (assignment_expression "*param_1 = (int)piVar2" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (cast_expression "(int)piVar2" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "piVar2"))) (; ";")) (expression_statement "*param_2 = (int)piVar1;" (assignment_expression "*param_2 = (int)piVar1" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (cast_expression "(int)piVar1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "piVar1"))) (; ";")) (expression_statement "iVar3 = param_1[1];" (assignment_expression "iVar3 = param_1[1]" (identifier "iVar3") (= "=") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "param_1[1] = param_2[1];" (assignment_expression "param_1[1] = param_2[1]" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (= "=") (subscript_expression "param_2[1]" (identifier "param_2") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "param_2[1] = iVar3;" (assignment_expression "param_2[1] = iVar3" (subscript_expression "param_2[1]" (identifier "param_2") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "iVar3")) (; ";")) (expression_statement "*(int **)param_1[1] = param_1;" (assignment_expression "*(int **)param_1[1] = param_1" (pointer_expression "*(int **)param_1[1]" (* "*") (cast_expression "(int **)param_1[1]" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")))) (= "=") (identifier "param_1")) (; ";")) (expression_statement "*(int **)(*param_1 + 4) = param_1;" (assignment_expression "*(int **)(*param_1 + 4) = param_1" (pointer_expression "*(int **)(*param_1 + 4)" (* "*") (cast_expression "(int **)(*param_1 + 4)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_1 + 4)" (( "(") (binary_expression "*param_1 + 4" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "4")) () ")")))) (= "=") (identifier "param_1")) (; ";")) (expression_statement "*(int **)param_2[1] = param_2;" (assignment_expression "*(int **)param_2[1] = param_2" (pointer_expression "*(int **)param_2[1]" (* "*") (cast_expression "(int **)param_2[1]" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (subscript_expression "param_2[1]" (identifier "param_2") ([ "[") (number_literal "1") (] "]")))) (= "=") (identifier "param_2")) (; ";")) (expression_statement "*(int **)(*param_2 + 4) = param_2;" (assignment_expression "*(int **)(*param_2 + 4) = param_2" (pointer_expression "*(int **)(*param_2 + 4)" (* "*") (cast_expression "(int **)(*param_2 + 4)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_2 + 4)" (( "(") (binary_expression "*param_2 + 4" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (+ "+") (number_literal "4")) () ")")))) (= "=") (identifier "param_2")) (; ";")) (} "}")))) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* std::__detail::_List_node_base::swap(std::__detail::_List_node_base&, std::__detail::_List_node_base&) */ void std::__detail::type_1::function_1(type_1 *var_2,type_1 *var_3) { type_1 *var_1; type_1 *var_4; type_1 *p_Var3; var_1 = var_2->_M_next; var_4 = var_3->_M_next; if (var_1 == var_2) { if (var_3 != var_4) { p_Var3 = var_3->_M_prev; var_1->_M_next = var_4; var_1->_M_prev = p_Var3; p_Var3->_M_next = var_1; var_1->_M_next->_M_prev = var_1; var_3->_M_prev = var_3; var_3->_M_next = var_3; return; } } else { if (var_3 == var_4) { var_3->_M_next = var_1; var_1 = var_2->_M_prev; var_3->_M_prev = var_1; var_1->_M_next = var_3; var_3->_M_next->_M_prev = var_3; var_2->_M_prev = var_2; var_2->_M_next = var_2; return; } var_2->_M_next = var_4; var_3->_M_next = var_1; var_1 = var_2->_M_prev; var_2->_M_prev = var_3->_M_prev; var_3->_M_prev = var_1; var_2->_M_prev->_M_next = var_2; var_2->_M_next->_M_prev = var_2; var_3->_M_prev->_M_next = var_3; var_3->_M_next->_M_prev = var_3; } return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (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: (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: (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: (identifier) right: (identifier))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (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: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) (return_statement)))) alternative: (else_clause (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) (return_statement))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (subscript_expression argument: (identifier) index: (number_literal)))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (subscript_expression argument: (identifier) index: (number_literal)))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))) right: (identifier)))))) (return_statement))))
null
void MASKED(int *param_1,int *param_2) { int *piVar1; int *piVar2; int iVar3; undefined4 *puVar4; piVar1 = (int *)*param_1; piVar2 = (int *)*param_2; if (piVar1 == param_1) { if (param_2 != piVar2) { puVar4 = (undefined4 *)param_2[1]; *piVar1 = (int)piVar2; piVar1[1] = (int)puVar4; *puVar4 = piVar1; *(int **)(*piVar1 + 4) = piVar1; param_2[1] = (int)param_2; *param_2 = (int)param_2; return; } } else { if (param_2 == piVar2) { *param_2 = (int)piVar1; puVar4 = (undefined4 *)param_1[1]; param_2[1] = (int)puVar4; *puVar4 = param_2; *(int **)(*param_2 + 4) = param_2; param_1[1] = (int)param_1; *param_1 = (int)param_1; return; } *param_1 = (int)piVar2; *param_2 = (int)piVar1; iVar3 = param_1[1]; param_1[1] = param_2[1]; param_2[1] = iVar3; *(int **)param_1[1] = param_1; *(int **)(*param_1 + 4) = param_1; *(int **)param_2[1] = param_2; *(int **)(*param_2 + 4) = param_2; } return; }
5_touch_and_touch_strip.c
dup2
dup2
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int dup2(int __fd,int __fd2) { int iVar1; iVar1 = (*(code *)PTR_dup2_0002f014)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int dup2(int __fd,int __fd2) { int iVar1; iVar1 = (*(code *)PTR_dup2_0002f014)(); return iVar1; }
JMP dword ptr [EBX + 0x14]
null
null
null
null
[('const-0', u'RETURN_-1205985171'), (u'INDIRECT_-1205985101', u'COPY_-1205985160'), (u'CALLIND_-1205985174', u'RETURN_-1205985171'), (u'CALLIND_-1205985174', u'INDIRECT_-1205985101'), (u'CAST_-1205985094', u'CALLIND_-1205985174'), ('tmp_72', u'CAST_-1205985094')]
[('const-0', u'RETURN_-1205985171'), (u'INDIRECT_-1205985101', u'COPY_-1205985160'), (u'CALLIND_-1205985174', u'RETURN_-1205985171'), (u'CALLIND_-1205985174', u'INDIRECT_-1205985101'), (u'CAST_-1205985094', u'CALLIND_-1205985174'), ('tmp_72', u'CAST_-1205985094')]
null
null
00012060
x86
O3
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint dup2(int __fd,int __fd2)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_dup2_0002f014)();\n return iVar1;\n}\n\n" comment (function_definition "int dup2(int __fd,int __fd2)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_dup2_0002f014)();\n return iVar1;\n}" primitive_type (function_declarator "dup2(int __fd,int __fd2)" identifier (parameter_list "(int __fd,int __fd2)" ( (parameter_declaration "int __fd" primitive_type identifier) , (parameter_declaration "int __fd2" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_dup2_0002f014)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_dup2_0002f014)();" (assignment_expression "iVar1 = (*(code *)PTR_dup2_0002f014)()" identifier = (call_expression "(*(code *)PTR_dup2_0002f014)()" (parenthesized_expression "(*(code *)PTR_dup2_0002f014)" ( (pointer_expression "*(code *)PTR_dup2_0002f014" * (cast_expression "(code *)PTR_dup2_0002f014" ( (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 dup2(int __fd,int __fd2)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_dup2_0002f014)();\n return iVar1;\n}\n\n" comment (function_definition "int dup2(int __fd,int __fd2)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_dup2_0002f014)();\n return iVar1;\n}" primitive_type (function_declarator "dup2(int __fd,int __fd2)" identifier (parameter_list "(int __fd,int __fd2)" ( (parameter_declaration "int __fd" primitive_type identifier) , (parameter_declaration "int __fd2" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_dup2_0002f014)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_dup2_0002f014)();" (assignment_expression "iVar1 = (*(code *)PTR_dup2_0002f014)()" identifier = (call_expression "(*(code *)PTR_dup2_0002f014)()" (parenthesized_expression "(*(code *)PTR_dup2_0002f014)" ( (pointer_expression "*(code *)PTR_dup2_0002f014" * (cast_expression "(code *)PTR_dup2_0002f014" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
(translation_unit "int dup2(int __fd,int __fd2)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_dup2_0002f014)();\n return iVar1;\n}\n\n" (function_definition "int dup2(int __fd,int __fd2)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_dup2_0002f014)();\n return iVar1;\n}" primitive_type (function_declarator "dup2(int __fd,int __fd2)" identifier (parameter_list "(int __fd,int __fd2)" ( (parameter_declaration "int __fd" primitive_type identifier) , (parameter_declaration "int __fd2" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_dup2_0002f014)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_dup2_0002f014)();" (assignment_expression "iVar1 = (*(code *)PTR_dup2_0002f014)()" identifier = (call_expression "(*(code *)PTR_dup2_0002f014)()" (parenthesized_expression "(*(code *)PTR_dup2_0002f014)" ( (pointer_expression "*(code *)PTR_dup2_0002f014" * (cast_expression "(code *)PTR_dup2_0002f014" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (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 dup2(int __fd,int __fd2)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_dup2_0002f014)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "dup2(int __fd,int __fd2)" (identifier "dup2") (parameter_list "(int __fd,int __fd2)" (( "(") (parameter_declaration "int __fd" (primitive_type "int") (identifier "__fd")) (, ",") (parameter_declaration "int __fd2" (primitive_type "int") (identifier "__fd2")) () ")"))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_dup2_0002f014)();\n return iVar1;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (expression_statement "iVar1 = (*(code *)PTR_dup2_0002f014)();" (assignment_expression "iVar1 = (*(code *)PTR_dup2_0002f014)()" (identifier "iVar1") (= "=") (call_expression "(*(code *)PTR_dup2_0002f014)()" (parenthesized_expression "(*(code *)PTR_dup2_0002f014)" (( "(") (pointer_expression "*(code *)PTR_dup2_0002f014" (* "*") (cast_expression "(code *)PTR_dup2_0002f014" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_dup2_0002f014"))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (return_statement "return iVar1;" (return "return") (identifier "iVar1") (; ";")) (} "}")))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(int __fd,int __fd2) { int iVar1; iVar1 = (*(type_1 *)PTR_dup2_0002f014)(); return iVar1; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list)))) (return_statement (identifier)))))
null
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(int __fd,int __fd2) { int iVar1; iVar1 = (*(code *)PTR_MASKED_0002f014)(); return iVar1; }
80_sg_xcopy_and_sg_xcopy_strip.c
__snprintf_chk
__snprintf_chk
/* WARNING: Control flow encountered bad instruction data */ void __snprintf_chk(void) { /* WARNING: Bad instruction - Truncating control flow here */ /* __snprintf_chk@@GLIBC_2.3.4 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ void __snprintf_chk(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1205944306')]
[('const-1', u'RETURN_-1205944306')]
null
null
0001c004
x86
O3
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid __snprintf_chk(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void __snprintf_chk(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "__snprintf_chk(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 __snprintf_chk(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* __snprintf_chk@@GLIBC_2.3.4 */\n halt_baddata();\n}\n\n" comment (function_definition "void __snprintf_chk(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* __snprintf_chk@@GLIBC_2.3.4 */\n halt_baddata();\n}" primitive_type (function_declarator "__snprintf_chk(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* __snprintf_chk@@GLIBC_2.3.4 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "void __snprintf_chk(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void __snprintf_chk(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "__snprintf_chk(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 __snprintf_chk(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "__snprintf_chk(void)" (identifier "__snprintf_chk") (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 */ /* __snprintf_chk@@GLIBC_2.3.4 */ 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(); }
4407_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c
Output_reloc
FUN_00101cf0
/* DWARF original prototype: void Output_reloc(Output_reloc<4,_false,_32,_false> * this, Symbol * gsym, uint type, Sized_relobj<32,_false> * relobj, uint shndx, Address address, Addend addend, bool is_relative, bool is_symbolless, bool use_plt_offset) */ void __thiscall gold::Output_reloc<4,_false,_32,_false>::Output_reloc (Output_reloc<4,_false,_32,_false> *this,Symbol *gsym,uint type, Sized_relobj<32,_false> *relobj,uint shndx,Address address,Addend addend,bool is_relative, bool is_symbolless,bool use_plt_offset) { Output_reloc<9,_false,_32,_false>::Output_reloc (&this->rel_,gsym,type,relobj,shndx,address,is_relative,is_symbolless,use_plt_offset); this->addend_ = addend; return; }
void FUN_00101cf0(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4, undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined1 param_8, undefined1 param_9,undefined1 param_10) { FUN_000fa740(param_1,param_2,param_3,param_4,param_5,param_6,param_8,param_9,param_10); *(undefined4 *)(param_1 + 0x18) = param_7; return; }
PUSH EBX SUB ESP,0x14 MOVZX EAX,byte ptr [ESP + 0x40] MOV EBX,dword ptr [ESP + 0x1c] PUSH EAX MOVZX EAX,byte ptr [ESP + 0x40] PUSH EAX MOVZX EAX,byte ptr [ESP + 0x40] PUSH EAX PUSH dword ptr [ESP + 0x3c] PUSH dword ptr [ESP + 0x3c] PUSH dword ptr [ESP + 0x3c] PUSH dword ptr [ESP + 0x3c] PUSH dword ptr [ESP + 0x3c] PUSH EBX CALL 0x000fa740 MOV EAX,dword ptr [ESP + 0x58] MOV dword ptr [EBX + 0x18],EAX ADD ESP,0x38 POP EBX RET
null
null
null
null
[('const-24', u'PTRSUB_-1206968832'), ('const-0', u'RETURN_-1206968946'), ('tmp_247', u'STORE_-1206968976'), ('tmp_248', u'CALL_-1206968987'), ('tmp_245', u'CALL_-1206968987'), ('const-0', u'PTRSUB_-1206968840'), (u'PTRSUB_-1206968832', u'STORE_-1206968976'), ('tmp_249', u'CALL_-1206968987'), ('tmp_241', u'PTRSUB_-1206968832'), ('tmp_242', u'CALL_-1206968987'), ('tmp_244', u'CALL_-1206968987'), (u'PTRSUB_-1206968840', u'CALL_-1206968987'), ('tmp_241', u'PTRSUB_-1206968840'), ('tmp_250', u'CALL_-1206968987'), ('tmp_246', u'CALL_-1206968987'), ('tmp_243', u'CALL_-1206968987'), ('const-417', u'STORE_-1206968976')]
[('tmp_465', u'CALL_-1206968987'), ('const-0', u'RETURN_-1206968946'), ('tmp_463', u'CALL_-1206968987'), ('tmp_468', u'CALL_-1206968987'), ('tmp_472', u'STORE_-1206968976'), ('tmp_467', u'CALL_-1206968987'), ('const-24', u'INT_ADD_-1206968962'), (u'CAST_-1206968850', u'STORE_-1206968976'), ('tmp_470', u'CALL_-1206968987'), ('tmp_464', u'INT_ADD_-1206968962'), ('tmp_469', u'CALL_-1206968987'), ('tmp_466', u'CALL_-1206968987'), ('const-417', u'STORE_-1206968976'), ('tmp_464', u'CALL_-1206968987'), ('tmp_471', u'CALL_-1206968987'), (u'INT_ADD_-1206968962', u'CAST_-1206968850')]
null
null
00101cf0
x86
O3
(translation_unit "void FUN_00101cf0(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined1 param_8,\n undefined1 param_9,undefined1 param_10)\n\n{\n FUN_000fa740(param_1,param_2,param_3,param_4,param_5,param_6,param_8,param_9,param_10);\n *(undefined4 *)(param_1 + 0x18) = param_7;\n return;\n}\n\n" (function_definition "void FUN_00101cf0(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined1 param_8,\n undefined1 param_9,undefined1 param_10)\n\n{\n FUN_000fa740(param_1,param_2,param_3,param_4,param_5,param_6,param_8,param_9,param_10);\n *(undefined4 *)(param_1 + 0x18) = param_7;\n return;\n}" primitive_type (function_declarator "FUN_00101cf0(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined1 param_8,\n undefined1 param_9,undefined1 param_10)" identifier (parameter_list "(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined1 param_8,\n undefined1 param_9,undefined1 param_10)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) , (parameter_declaration "undefined4 param_4" type_identifier identifier) , (parameter_declaration "undefined4 param_5" type_identifier identifier) , (parameter_declaration "undefined4 param_6" type_identifier identifier) , (parameter_declaration "undefined4 param_7" type_identifier identifier) , (parameter_declaration "undefined1 param_8" type_identifier identifier) , (parameter_declaration "undefined1 param_9" type_identifier identifier) , (parameter_declaration "undefined1 param_10" type_identifier identifier) ))) (compound_statement "{\n FUN_000fa740(param_1,param_2,param_3,param_4,param_5,param_6,param_8,param_9,param_10);\n *(undefined4 *)(param_1 + 0x18) = param_7;\n return;\n}" { (expression_statement "FUN_000fa740(param_1,param_2,param_3,param_4,param_5,param_6,param_8,param_9,param_10);" (call_expression "FUN_000fa740(param_1,param_2,param_3,param_4,param_5,param_6,param_8,param_9,param_10)" identifier (argument_list "(param_1,param_2,param_3,param_4,param_5,param_6,param_8,param_9,param_10)" ( identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier ))) ;) (expression_statement "*(undefined4 *)(param_1 + 0x18) = param_7;" (assignment_expression "*(undefined4 *)(param_1 + 0x18) = param_7" (pointer_expression "*(undefined4 *)(param_1 + 0x18)" * (cast_expression "(undefined4 *)(param_1 + 0x18)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) )))) = identifier) ;) (return_statement "return;" return ;) })))
(translation_unit "/* DWARF original prototype: void Output_reloc(Output_reloc<4,_false,_32,_false> * this, Symbol *\n gsym, uint type, Sized_relobj<32,_false> * relobj, uint shndx, Address address, Addend addend,\n bool is_relative, bool is_symbolless, bool use_plt_offset) */\n\nvoid __thiscall\ngold::Output_reloc<4,_false,_32,_false>::Output_reloc\n (Output_reloc<4,_false,_32,_false> *this,Symbol *gsym,uint type,\n Sized_relobj<32,_false> *relobj,uint shndx,Address address,Addend addend,bool is_relative,\n bool is_symbolless,bool use_plt_offset)\n\n{\n Output_reloc<9,_false,_32,_false>::Output_reloc\n (&this->rel_,gsym,type,relobj,shndx,address,is_relative,is_symbolless,use_plt_offset);\n this->addend_ = addend;\n return;\n}\n\n" comment (declaration "void __thiscall\ngold::Output_reloc<4,_false,_32,_false>::Output_reloc\n (Output_reloc<4,_false,_32,_false> *this,Symbol *gsym,uint type,\n Sized_relobj<32,_false> *relobj,uint shndx,Address address,Addend addend,bool is_relative,\n bool is_symbolless,bool use_plt_offset)\n\n{\n Output_reloc<9,_false,_32,_false>::Output_reloc\n (&this->rel_,gsym,type,relobj,shndx,address,is_relative,is_symbolless,use_plt_offset);" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<4" < number_literal) , identifier , identifier , (ERROR "_false>::Output_reloc\n (Output_reloc<4,_false,_32,_false> *this,Symbol *gsym,uint type,\n Sized_relobj<32,_false> *relobj,uint shndx,Address address,Addend addend,bool is_relative,\n bool is_symbolless,bool use_plt_offset)\n\n{" identifier > : : (function_declarator "Output_reloc\n (Output_reloc<4,_false,_32,_false> *this,Symbol *gsym,uint type,\n Sized_relobj<32,_false> *relobj,uint shndx,Address address,Addend addend,bool is_relative,\n bool is_symbolless,bool use_plt_offset)" identifier (parameter_list "(Output_reloc<4,_false,_32,_false> *this,Symbol *gsym,uint type,\n Sized_relobj<32,_false> *relobj,uint shndx,Address address,Addend addend,bool is_relative,\n bool is_symbolless,bool use_plt_offset)" ( (parameter_declaration "Output_reloc" type_identifier) (ERROR "<4" < number_literal) , (parameter_declaration "_false" type_identifier) , (parameter_declaration "_32" type_identifier) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Symbol *gsym" type_identifier (pointer_declarator "*gsym" * identifier)) , (parameter_declaration "uint type" type_identifier identifier) , (parameter_declaration "Sized_relobj" type_identifier) (ERROR "<32" < number_literal) , (parameter_declaration "_false> *relobj" type_identifier (ERROR ">" >) (pointer_declarator "*relobj" * identifier)) , (parameter_declaration "uint shndx" type_identifier identifier) , (parameter_declaration "Address address" type_identifier identifier) , (parameter_declaration "Addend addend" type_identifier identifier) , (parameter_declaration "bool is_relative" primitive_type identifier) , (parameter_declaration "bool is_symbolless" primitive_type identifier) , (parameter_declaration "bool use_plt_offset" primitive_type identifier) ))) {) identifier (ERROR "<9" < number_literal) , identifier , identifier , (ERROR "_false>::" identifier > : :) (function_declarator "Output_reloc\n (&this->rel_,gsym,type,relobj,shndx,address,is_relative,is_symbolless,use_plt_offset)" identifier (parameter_list "(&this->rel_,gsym,type,relobj,shndx,address,is_relative,is_symbolless,use_plt_offset)" ( (ERROR "&" &) (parameter_declaration "this->rel_" type_identifier (ERROR "->" ->) identifier) , (parameter_declaration "gsym" type_identifier) , (parameter_declaration "type" type_identifier) , (parameter_declaration "relobj" type_identifier) , (parameter_declaration "shndx" type_identifier) , (parameter_declaration "address" type_identifier) , (parameter_declaration "is_relative" type_identifier) , (parameter_declaration "is_symbolless" type_identifier) , (parameter_declaration "use_plt_offset" type_identifier) ))) ;) (expression_statement "this->addend_ = addend;" (assignment_expression "this->addend_ = addend" (field_expression "this->addend_" identifier -> field_identifier) = identifier) ;) (return_statement "return;" return ;) (ERROR "}" }))
(translation_unit "void FUN_00101cf0(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined1 param_8,\n undefined1 param_9,undefined1 param_10)\n\n{\n FUN_000fa740(param_1,param_2,param_3,param_4,param_5,param_6,param_8,param_9,param_10);\n *(undefined4 *)(param_1 + 0x18) = param_7;\n return;\n}\n\n" (function_definition "void FUN_00101cf0(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined1 param_8,\n undefined1 param_9,undefined1 param_10)\n\n{\n FUN_000fa740(param_1,param_2,param_3,param_4,param_5,param_6,param_8,param_9,param_10);\n *(undefined4 *)(param_1 + 0x18) = param_7;\n return;\n}" primitive_type (function_declarator "FUN_00101cf0(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined1 param_8,\n undefined1 param_9,undefined1 param_10)" identifier (parameter_list "(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined1 param_8,\n undefined1 param_9,undefined1 param_10)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) , (parameter_declaration "undefined4 param_4" type_identifier identifier) , (parameter_declaration "undefined4 param_5" type_identifier identifier) , (parameter_declaration "undefined4 param_6" type_identifier identifier) , (parameter_declaration "undefined4 param_7" type_identifier identifier) , (parameter_declaration "undefined1 param_8" type_identifier identifier) , (parameter_declaration "undefined1 param_9" type_identifier identifier) , (parameter_declaration "undefined1 param_10" type_identifier identifier) ))) (compound_statement "{\n FUN_000fa740(param_1,param_2,param_3,param_4,param_5,param_6,param_8,param_9,param_10);\n *(undefined4 *)(param_1 + 0x18) = param_7;\n return;\n}" { (expression_statement "FUN_000fa740(param_1,param_2,param_3,param_4,param_5,param_6,param_8,param_9,param_10);" (call_expression "FUN_000fa740(param_1,param_2,param_3,param_4,param_5,param_6,param_8,param_9,param_10)" identifier (argument_list "(param_1,param_2,param_3,param_4,param_5,param_6,param_8,param_9,param_10)" ( identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier ))) ;) (expression_statement "*(undefined4 *)(param_1 + 0x18) = param_7;" (assignment_expression "*(undefined4 *)(param_1 + 0x18) = param_7" (pointer_expression "*(undefined4 *)(param_1 + 0x18)" * (cast_expression "(undefined4 *)(param_1 + 0x18)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) )))) = identifier) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT ))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (return_statement return ;) })))
(function_definition "void FUN_00101cf0(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined1 param_8,\n undefined1 param_9,undefined1 param_10)\n\n{\n FUN_000fa740(param_1,param_2,param_3,param_4,param_5,param_6,param_8,param_9,param_10);\n *(undefined4 *)(param_1 + 0x18) = param_7;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00101cf0(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined1 param_8,\n undefined1 param_9,undefined1 param_10)" (identifier "FUN_00101cf0") (parameter_list "(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined1 param_8,\n undefined1 param_9,undefined1 param_10)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) (, ",") (parameter_declaration "undefined4 param_3" (type_identifier "undefined4") (identifier "param_3")) (, ",") (parameter_declaration "undefined4 param_4" (type_identifier "undefined4") (identifier "param_4")) (, ",") (parameter_declaration "undefined4 param_5" (type_identifier "undefined4") (identifier "param_5")) (, ",") (parameter_declaration "undefined4 param_6" (type_identifier "undefined4") (identifier "param_6")) (, ",") (parameter_declaration "undefined4 param_7" (type_identifier "undefined4") (identifier "param_7")) (, ",") (parameter_declaration "undefined1 param_8" (type_identifier "undefined1") (identifier "param_8")) (, ",") (parameter_declaration "undefined1 param_9" (type_identifier "undefined1") (identifier "param_9")) (, ",") (parameter_declaration "undefined1 param_10" (type_identifier "undefined1") (identifier "param_10")) () ")"))) (compound_statement "{\n FUN_000fa740(param_1,param_2,param_3,param_4,param_5,param_6,param_8,param_9,param_10);\n *(undefined4 *)(param_1 + 0x18) = param_7;\n return;\n}" ({ "{") (expression_statement "FUN_000fa740(param_1,param_2,param_3,param_4,param_5,param_6,param_8,param_9,param_10);" (call_expression "FUN_000fa740(param_1,param_2,param_3,param_4,param_5,param_6,param_8,param_9,param_10)" (identifier "FUN_000fa740") (argument_list "(param_1,param_2,param_3,param_4,param_5,param_6,param_8,param_9,param_10)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") (, ",") (identifier "param_3") (, ",") (identifier "param_4") (, ",") (identifier "param_5") (, ",") (identifier "param_6") (, ",") (identifier "param_8") (, ",") (identifier "param_9") (, ",") (identifier "param_10") () ")"))) (; ";")) (expression_statement "*(undefined4 *)(param_1 + 0x18) = param_7;" (assignment_expression "*(undefined4 *)(param_1 + 0x18) = param_7" (pointer_expression "*(undefined4 *)(param_1 + 0x18)" (* "*") (cast_expression "(undefined4 *)(param_1 + 0x18)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x18)" (( "(") (binary_expression "param_1 + 0x18" (identifier "param_1") (+ "+") (number_literal "0x18")) () ")")))) (= "=") (identifier "param_7")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* DWARF original prototype: void Output_reloc(Output_reloc<4,_false,_32,_false> * this, Symbol * gsym, uint type, Sized_relobj<32,_false> * relobj, uint shndx, Address address, Addend addend, bool is_relative, bool is_symbolless, bool use_plt_offset) */ void __thiscall gold::function_1<4,_false,_32,_false>::function_1 (function_1<4,_false,_32,_false> *type_1,Symbol *type_2,uint type_3, Sized_relobj<32,_false> *type_4,uint type_5,Address type_6,Addend addend,bool type_7, bool type_8,bool type_9) { function_1<9,_false,_32,_false>::function_1 (&type_1->rel_,type_2,type_3,type_4,type_5,type_6,type_7,type_8,type_9); type_1->addend_ = addend; return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (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: (identifier))) (return_statement))))
null
void MASKED(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4, undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined1 param_8, undefined1 param_9,undefined1 param_10) { FUN_000fa740(param_1,param_2,param_3,param_4,param_5,param_6,param_8,param_9,param_10); *(undefined4 *)(param_1 + 0x18) = param_7; return; }
6779_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
write_binary
FUN_00274510
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Enum "DT": Some values do not have unique names */ /* WARNING: Enum "ELFOSABI": Some values do not have unique names */ /* DWARF original prototype: void write_binary(Layout * this, Output_file * in) */ void __thiscall gold::Layout::write_binary(Layout *this,Output_file *in) { pointer ppOVar1; Output_segment *pOVar2; int iVar3; uint uVar4; uint uVar5; int iVar6; Object_format OVar7; uchar *puVar8; pointer ppOVar9; uint uVar10; int iVar11; uchar *local_54; uint local_50; Output_file out; if (parameters->options_ == (General_options *)0x0) { LAB_00274760: /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/parameters.h",0x5c,"options"); } OVar7 = General_options::oformat_enum(parameters->options_); if (OVar7 != OBJECT_FORMAT_BINARY) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/layout.cc",0x1714,"write_binary"); } local_54 = (uchar *)0x0; local_50 = 0; ppOVar9 = (this->segment_list_). super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>. _M_impl._M_start; ppOVar1 = (this->segment_list_). super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>. _M_impl._M_finish; joined_r0x00274577: if (ppOVar9 != ppOVar1) { do { pOVar2 = *ppOVar9; if (pOVar2->type_ == 1) { uVar10 = (uint)pOVar2->filesz_; iVar11 = *(int *)((int)&pOVar2->filesz_ + 4); if (-iVar11 < (int)(uint)(uVar10 != 0)) { puVar8 = (uchar *)(uVar10 + (int)pOVar2->paddr_); uVar10 = iVar11 + *(int *)((int)&pOVar2->paddr_ + 4) + (uint)CARRY4(uVar10,(uint)pOVar2->paddr_); if (local_50 < uVar10 || local_50 - uVar10 < (uint)(local_54 < puVar8)) goto code_r0x002745be; } } ppOVar9 = ppOVar9 + 1; if (ppOVar1 == ppOVar9) break; } while( true ); } if (parameters->options_ == (General_options *)0x0) goto LAB_00274760; Output_file::Output_file(&out,(parameters->options_->output_).value); Output_file::open(&out,(char *)local_54,local_50); ppOVar9 = (this->segment_list_). super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>. _M_impl._M_start; if (ppOVar9 != (this->segment_list_). super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>._M_impl. _M_finish) { LAB_00274643: do { pOVar2 = *ppOVar9; if ((pOVar2->type_ == 1) && (uVar10 = (uint)pOVar2->filesz_, -*(int *)((int)&pOVar2->filesz_ + 4) < (int)(uint)(uVar10 != 0))) { iVar11 = *(int *)((int)&pOVar2->offset_ + 4); uVar5 = (uint)pOVar2->offset_; if ((-1 < iVar11) && (iVar11 = iVar11 + (uint)CARRY4(uVar10,uVar5), iVar3 = *(int *)((int)&in->file_size_ + 4) , uVar4 = (uint)((uint)in->file_size_ < uVar10 + uVar5), iVar6 = iVar3 - iVar11, (SBORROW4(iVar3,iVar11) != SBORROW4(iVar6,uVar4)) == (int)(iVar6 - uVar4) < 0)) { iVar11 = *(int *)((int)&pOVar2->paddr_ + 4); uVar4 = (uint)pOVar2->paddr_; local_54 = in->base_ + uVar5; if ((-1 < iVar11) && (iVar11 = iVar11 + (uint)CARRY4(uVar4,uVar10), uVar5 = (uint)((uint)out.file_size_ < uVar4 + uVar10), iVar3 = out.file_size_._4_4_ - iVar11, (SBORROW4(out.file_size_._4_4_,iVar11) != SBORROW4(iVar3,uVar5)) == (int)(iVar3 - uVar5) < 0)) { ppOVar9 = ppOVar9 + 1; memcpy(out.base_ + uVar4,local_54,uVar10); if ((this->segment_list_). super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>. _M_impl._M_finish == ppOVar9) break; goto LAB_00274643; } } /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/output.h",0x6f,"get_output_view"); } ppOVar9 = ppOVar9 + 1; } while ((this->segment_list_). super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>. _M_impl._M_finish != ppOVar9); } Output_file::close(&out,(int)local_54); return; code_r0x002745be: ppOVar9 = ppOVar9 + 1; local_54 = puVar8; local_50 = uVar10; goto joined_r0x00274577; }
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ void __regparm2 FUN_00274510(undefined4 param_1,uint param_2,int param_3,int param_4) { int iVar1; uint uVar2; uint uVar3; uint uVar4; uint uVar5; int *piVar6; int iVar7; int iVar8; undefined8 uVar9; uint local_54; uint local_50; undefined1 local_34 [8]; uint local_2c; int local_28; int local_24; if (*(int *)(DAT_005ea7c8 + 8) == 0) { LAB_00274760: /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/parameters.h",0x5c,"options",param_2); } uVar9 = FUN_002b5cd0(*(int *)(DAT_005ea7c8 + 8)); param_2 = (uint)((ulonglong)uVar9 >> 0x20); if ((int)uVar9 != 1) { /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/layout.cc",0x1714,"write_binary",(int)uVar9); } local_54 = 0; local_50 = 0; piVar6 = *(int **)(param_3 + 0x124); joined_r0x00274577: if (piVar6 != *(int **)(param_3 + 0x128)) { do { iVar1 = *piVar6; if (*(int *)(iVar1 + 0x194) == 1) { uVar2 = *(uint *)(iVar1 + 0x18c); param_2 = *(uint *)(iVar1 + 400); if ((int)-param_2 < (int)(uint)(uVar2 != 0)) { uVar5 = uVar2 + *(uint *)(iVar1 + 0x164); param_2 = param_2 + *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar2,*(uint *)(iVar1 + 0x164)) ; if (local_50 < param_2 || local_50 - param_2 < (uint)(local_54 < uVar5)) goto code_r0x002745be; } } piVar6 = piVar6 + 1; if (*(int **)(param_3 + 0x128) == piVar6) break; } while( true ); } if (*(int *)(DAT_005ea7c8 + 8) == 0) goto LAB_00274760; FUN_002c9940(local_34,*(undefined4 *)(*(int *)(DAT_005ea7c8 + 8) + 0x27a8)); FUN_002c9c60(local_34,local_54,local_50); piVar6 = *(int **)(param_3 + 0x124); if (piVar6 != *(int **)(param_3 + 0x128)) { LAB_00274643: do { iVar1 = *piVar6; if ((*(int *)(iVar1 + 0x194) == 1) && (uVar2 = *(uint *)(iVar1 + 0x18c), -*(int *)(iVar1 + 400) < (int)(uint)(uVar2 != 0))) { uVar5 = *(uint *)(iVar1 + 0x184); if ((-1 < *(int *)(iVar1 + 0x188)) && (iVar8 = *(int *)(iVar1 + 0x188) + (uint)CARRY4(uVar2,uVar5), uVar3 = (uint)(*(uint *)(param_4 + 8) < uVar2 + uVar5), iVar7 = *(int *)(param_4 + 0xc) - iVar8, (SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3)) == (int)(iVar7 - uVar3) < 0)) { uVar3 = *(uint *)(iVar1 + 0x164); if ((-1 < *(int *)(iVar1 + 0x168)) && (iVar7 = *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar3,uVar2), uVar4 = (uint)(local_2c < uVar3 + uVar2), iVar1 = local_28 - iVar7, (SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0)) { piVar6 = piVar6 + 1; memcpy((void *)(uVar3 + local_24),(void *)(*(int *)(param_4 + 0x10) + uVar5),uVar2); if (*(int **)(param_3 + 0x128) == piVar6) break; goto LAB_00274643; } } /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/output.h",0x6f,"get_output_view"); } piVar6 = piVar6 + 1; } while (*(int **)(param_3 + 0x128) != piVar6); } FUN_002ca2d0(local_34); return; code_r0x002745be: piVar6 = piVar6 + 1; local_54 = uVar5; local_50 = param_2; goto joined_r0x00274577; }
CALL 0x00074f02 ADD EAX,0x375aeb PUSH EBP PUSH EDI PUSH ESI PUSH EBX SUB ESP,0x4c MOV dword ptr [ESP + 0x18],EAX LEA EAX,[EAX + 0x7c8] MOV dword ptr [ESP + 0x14],EAX MOV EAX,dword ptr [EAX] MOV EAX,dword ptr [EAX + 0x8] TEST EAX,EAX JZ 0x00274760 SUB ESP,0xc PUSH EAX MOV EBX,dword ptr [ESP + 0x28] CALL 0x002b5cd0 ADD ESP,0x10 CMP EAX,0x1 JNZ 0x00274743 MOV EAX,dword ptr [ESP + 0x60] MOV dword ptr [ESP + 0x8],0x0 MOV dword ptr [ESP + 0xc],0x0 MOV ECX,dword ptr [EAX + 0x124] MOV EBX,dword ptr [EAX + 0x128] CMP ECX,EBX JZ 0x002745d0 XOR EDI,EDI JMP 0x00274587 ADD ECX,0x4 CMP EBX,ECX JZ 0x002745d0 MOV ESI,dword ptr [ECX] CMP dword ptr [ESI + 0x194],0x1 JNZ 0x00274580 MOV EAX,dword ptr [ESI + 0x18c] MOV EDX,dword ptr [ESI + 0x190] MOV EBP,EDI CMP EDI,EAX SBB EBP,EDX JGE 0x00274580 ADD EAX,dword ptr [ESI + 0x164] ADC EDX,dword ptr [ESI + 0x168] MOV ESI,dword ptr [ESP + 0xc] CMP dword ptr [ESP + 0x8],EAX SBB ESI,EDX JNC 0x00274580 ADD ECX,0x4 MOV dword ptr [ESP + 0x8],EAX MOV dword ptr [ESP + 0xc],EDX CMP EBX,ECX JNZ 0x00274587 LEA ESI,[ESI] MOV EAX,dword ptr [ESP + 0x14] MOV EAX,dword ptr [EAX] MOV EAX,dword ptr [EAX + 0x8] TEST EAX,EAX JZ 0x00274760 SUB ESP,0x8 PUSH dword ptr [EAX + 0x27a8] LEA EAX,[ESP + 0x34] MOV dword ptr [ESP + 0x28],EAX MOV EDI,EAX PUSH EAX MOV ESI,dword ptr [ESP + 0x28] MOV EBX,ESI CALL 0x002c9940 ADD ESP,0xc PUSH dword ptr [ESP + 0x10] PUSH dword ptr [ESP + 0x10] PUSH EDI CALL 0x002c9c60 MOV EAX,dword ptr [ESP + 0x70] ADD ESP,0x10 MOV EBP,dword ptr [EAX + 0x124] MOV EAX,dword ptr [ESP + 0x60] CMP EBP,dword ptr [EAX + 0x128] JNZ 0x00274643 JMP 0x0027470f MOV EAX,dword ptr [ESP + 0x60] ADD EBP,0x4 CMP dword ptr [EAX + 0x128],EBP JZ 0x0027470f MOV EAX,dword ptr [EBP] CMP dword ptr [EAX + 0x194],0x1 JNZ 0x00274630 MOV EDX,dword ptr [EAX + 0x18c] XOR EBX,EBX MOV EDI,0x0 CMP EBX,EDX SBB EDI,dword ptr [EAX + 0x190] JGE 0x00274630 MOV EBX,dword ptr [EAX + 0x188] MOV ECX,dword ptr [EAX + 0x184] TEST EBX,EBX JS 0x00274727 MOV dword ptr [ESP],EDX MOV ESI,dword ptr [ESP] MOV dword ptr [ESP + 0x4],0x0 MOV EDI,dword ptr [ESP + 0x4] ADD ESI,ECX ADC EDI,EBX MOV dword ptr [ESP + 0x8],ESI MOV ESI,dword ptr [ESP + 0x8] MOV dword ptr [ESP + 0xc],EDI MOV EDI,dword ptr [ESP + 0x64] MOV EDI,dword ptr [EDI + 0xc] MOV dword ptr [ESP + 0x14],EDI MOV EDI,dword ptr [ESP + 0x64] CMP dword ptr [EDI + 0x8],ESI MOV ESI,dword ptr [ESP + 0x14] SBB ESI,dword ptr [ESP + 0xc] JL 0x00274727 MOV ESI,dword ptr [ESP + 0x64] MOV EBX,dword ptr [EAX + 0x168] MOV EDI,dword ptr [ESI + 0x10] MOV ESI,dword ptr [EAX + 0x164] ADD EDI,ECX MOV ECX,ESI TEST EBX,EBX JS 0x00274727 MOV EAX,dword ptr [ESP + 0x34] ADD ECX,dword ptr [ESP] ADC EBX,dword ptr [ESP + 0x4] CMP dword ptr [ESP + 0x30],ECX SBB EAX,EBX JL 0x00274727 ADD ESI,dword ptr [ESP + 0x38] SUB ESP,0x4 ADD EBP,0x4 PUSH EDX PUSH EDI PUSH ESI MOV EBX,dword ptr [ESP + 0x28] CALL 0x000392d0 ADD ESP,0x10 MOV EAX,dword ptr [ESP + 0x60] CMP dword ptr [EAX + 0x128],EBP JNZ 0x00274643 SUB ESP,0xc PUSH dword ptr [ESP + 0x28] MOV EBX,dword ptr [ESP + 0x28] CALL 0x002ca2d0 ADD ESP,0x5c POP EBX POP ESI POP EDI POP EBP RET SUB ESP,0x4 MOV EBX,dword ptr [ESP + 0x1c] LEA EAX,[EBX + 0xffea0f74] PUSH EAX LEA EAX,[EBX + 0xffe6335d] PUSH 0x6f PUSH EAX CALL 0x002446e0 PUSH EAX MOV EBX,dword ptr [ESP + 0x1c] LEA EAX,[EBX + 0xffea0f64] PUSH EAX LEA EAX,[EBX + 0xffe9ff51] PUSH 0x1714 PUSH EAX CALL 0x002446e0 PUSH EDX MOV EBX,dword ptr [ESP + 0x1c] LEA EAX,[EBX + 0xffea1468] PUSH EAX LEA EAX,[EBX + 0xffe5e26d] PUSH 0x5c PUSH EAX CALL 0x002446e0
null
null
null
null
[('const-388', u'PTRSUB_-1204269788'), ('const-417', u'LOAD_-1204270904'), (u'INDIRECT_-1204269795', u'MULTIEQUAL_-1204269974'), (u'PTRSUB_-1204269773', u'LOAD_-1204270755'), ('const-4', u'PTRADD_-1204270051'), ('const-0', u'PTRSUB_-1204269794'), (u'PTRSUB_-1204269932', u'CALL_-1204271294'), ('const-0', u'PTRSUB_-1204270021'), ('const-396', u'PTRSUB_-1204269806'), (u'PTRSUB_-1204269796', u'CAST_-1204269705'), ('const-417', u'LOAD_-1204271231'), (u'INT_2COMP_-1204270184', u'INT_SLESS_-1204271018'), (u'CAST_-1204269799', u'CALL_-1204271252'), ('const-417', u'LOAD_-1204271518'), ('const-417', u'LOAD_-1204271341'), (u'PTRSUB_-1204269602', u'PTRSUB_-1204269588'), (u'SUBPIECE_-1204269939', u'INT_ADD_-1204271500'), ('tmp_2451', u'PTRSUB_-1204270069'), (u'SUBPIECE_-1204269717', u'INT_CARRY_-1204270942'), (u'SUBPIECE_-1204269717', u'INT_ADD_-1204270942'), ('tmp_2452', u'PTRSUB_-1204269696'), (u'CALL_-1204271724', u'INDIRECT_-1204270225'), ('const-10088', u'PTRSUB_-1204269940'), (u'CAST_-1204269904', u'COPY_-1204269936'), ('const-8', u'PTRSUB_-1204269735'), (u'PTRSUB_-1204270006', u'LOAD_-1204271660'), (u'COPY_-1204269934', u'MULTIEQUAL_-1204269999'), (u'CAST_-1204269708', u'INT_SLESS_-1204271018'), (u'CALL_-1204270381', u'INDIRECT_-1204269605'), ('const-1', u'PTRADD_-1204269652'), ('tmp_258', u'CBRANCH_-1204271694'), (u'MULTIEQUAL_-1204270540', u'PTRADD_-1204270051'), ('const-1', u'PTRADD_-1204269854'), (u'CAST_-1204269705', u'INT_ADD_-1204269842'), ('const-0', u'SUBPIECE_-1204269653'), ('const-4', u'PTRADD_-1204269854'), (u'SUBPIECE_-1204269939', u'INT_NOTEQUAL_-1204271545'), (u'INT_SLESS_-1204271018', u'CBRANCH_-1204271025'), (u'LOAD_-1204271498', u'INT_ADD_-1204271480'), ('const-0', u'PTRSUB_-1204269828'), (u'PTRADD_-1204269652', u'MULTIEQUAL_-1204270326'), (u'INT_SUB_-1204270838', u'INT_SUB_-1204270833'), ('const-1', u'INT_EQUAL_-1204271099'), ('const-0', u'INT_NOTEQUAL_-1204271545'), ('const-4', u'INT_ADD_-1204270046'), (u'SUBPIECE_-1204269653', u'INT_LESS_-1204270869'), (u'PTRSUB_-1204269832', u'LOAD_-1204271114'), ('tmp_1034', u'CBRANCH_-1204271194'), (u'INT_LESS_-1204271456', u'INT_ZEXT_-1204271441'), (u'INT_ADD_-1204270925', u'INT_SBORROW_-1204270837'), (u'INDIRECT_-1204270151', u'MULTIEQUAL_-1204270093'), ('const-417', u'LOAD_-1204271091'), (u'PTRSUB_-1204269932', u'CALL_-1204271252'), (u'LOAD_-1204271120', u'PTRSUB_-1204269704'), (u'INT_SLESS_-1204270993', u'CBRANCH_-1204270993'), (u'MULTIEQUAL_-1204270002', u'INT_NOTEQUAL_-1204271628'), ('const-417', u'LOAD_-1204271576'), (u'INT_NOTEQUAL_-1204271628', u'CBRANCH_-1204271628'), (u'INT_NOTEQUAL_-1204271055', u'INT_ZEXT_-1204271038'), (u'PTRSUB_-1204270000', u'CAST_-1204269897'), (u'LOAD_-1204271377', u'INT_EQUAL_-1204271359'), (u'INT_SUB_-1204270838', u'INT_SBORROW_-1204270832'), (u'LOAD_-1204271599', u'INT_EQUAL_-1204271584'), (u'PTRSUB_-1204270030', u'LOAD_-1204271576'), (u'PTRSUB_-1204269817', u'PTRSUB_-1204269795'), (u'INT_ZEXT_-1204271488', u'INT_ADD_-1204271475'), ('const-292', u'PTRSUB_-1204269849'), (u'PTRSUB_-1204269885', u'PTRSUB_-1204269884'), (u'LOAD_-1204271567', u'INT_ADD_-1204271480'), ('const-417', u'LOAD_-1204271215'), (u'PTRSUB_-1204269940', u'PTRSUB_-1204269895'), (u'PTRSUB_-1204269588', u'PTRSUB_-1204269568'), (u'CALL_-1204270628', u'INDIRECT_-1204269773'), (u'LOAD_-1204271518', u'SUBPIECE_-1204269917'), (u'CALL_-1204271724', u'INDIRECT_-1204270141'), (u'INDIRECT_-1204269914', u'MULTIEQUAL_-1204269888'), (u'MULTIEQUAL_-1204269888', u'CAST_-1204269517'), (u'MULTIEQUAL_-1204269999', u'INT_LESS_-1204271442'), (u'CALL_-1204271294', u'INDIRECT_-1204270028'), (u'PTRSUB_-1204270040', u'LOAD_-1204271599'), ('const-4', u'INT_ADD_-1204269781'), ('const-4294967295', u'INT_SLESS_-1204270777'), (u'CAST_-1204269896', u'LOAD_-1204271498'), (u'PTRSUB_-1204269692', u'LOAD_-1204270813'), (u'LOAD_-1204270828', u'INT_ADD_-1204270726'), (u'LOAD_-1204271231', u'INT_NOTEQUAL_-1204271199'), (u'INDIRECT_-1204270141', u'MULTIEQUAL_-1204269588'), (u'PTRADD_-1204270626', u'CALL_-1204270628'), (u'PTRSUB_-1204269704', u'CAST_-1204269614'), (u'INT_NOTEQUAL_-1204270699', u'INT_EQUAL_-1204270690'), (u'CALL_-1204271252', u'INDIRECT_-1204270032'), (u'INT_LESS_-1204270716', u'INT_ZEXT_-1204270701'), (u'INDIRECT_-1204270032', u'MULTIEQUAL_-1204269974'), ('const-0', u'INT_EQUAL_-1204271359'), (u'LOAD_-1204271777', u'INT_EQUAL_-1204271759'), (u'INT_ZEXT_-1204270701', u'INT_SUB_-1204270690'), (u'INT_EQUAL_-1204271359', u'CBRANCH_-1204271358'), ('const-4763492', u'COPY_-1204269648'), (u'LOAD_-1204271377', u'PTRSUB_-1204269940'), (u'INT_CARRY_-1204270750', u'INT_ZEXT_-1204270739'), (u'LOAD_-1204271660', u'MULTIEQUAL_-1204270002'), (u'INDIRECT_-1204269605', u'COPY_-1204269655'), (u'PTRSUB_-1204270069', u'PTRSUB_-1204270014'), ('const-0', u'PTRSUB_-1204269808'), (u'MULTIEQUAL_-1204269875', u'MULTIEQUAL_-1204269875'), (u'LOAD_-1204271604', u'PTRSUB_-1204270023'), ('const-0', u'COPY_-1204271682'), ('const-4759377', u'COPY_-1204269649'), (u'MULTIEQUAL_-1204270093', u'MULTIEQUAL_-1204269888'), ('const-0', u'SUBPIECE_-1204269917'), ('const-1', u'PTRADD_-1204269981'), ('const-0', u'SUBPIECE_-1204269717'), ('const-396', u'PTRSUB_-1204270030'), ('const-4294967295', u'INT_SLESS_-1204270993'), (u'SUBPIECE_-1204269918', u'INT_CARRY_-1204271502'), (u'INT_ZEXT_-1204270739', u'INT_ADD_-1204270726'), ('const-417', u'LOAD_-1204271114'), (u'LOAD_-1204270607', u'INT_EQUAL_-1204270592'), (u'CAST_-1204269625', u'INT_SLESS_-1204270839'), ('const-396', u'PTRSUB_-1204270023'), (u'PTRSUB_-1204269568', u'LOAD_-1204270607'), (u'CALL_-1204270399', u'INDIRECT_-1204269578'), (u'LOAD_-1204271567', u'INT_2COMP_-1204270389'), ('const-1', u'PTRADD_-1204270740'), ('const-292', u'PTRSUB_-1204269628'), (u'SUBPIECE_-1204269626', u'PTRADD_-1204270626'), ('const-0', u'SUBPIECE_-1204269747'), (u'INT_ZEXT_-1204270701', u'INT_SBORROW_-1204270689'), (u'LOAD_-1204271024', u'INT_SLESS_-1204270993'), (u'PTRADD_-1204270051', u'INT_EQUAL_-1204270876'), (u'MULTIEQUAL_-1204270326', u'PTRADD_-1204269652'), (u'INT_EQUAL_-1204271099', u'CBRANCH_-1204271092'), ('const-0', u'INT_NOTEQUAL_-1204271055'), (u'INT_CARRY_-1204271502', u'INT_ZEXT_-1204271488'), (u'INT_ZEXT_-1204271038', u'CAST_-1204269708'), (u'INT_EQUAL_-1204270592', u'CBRANCH_-1204270586'), (u'INT_SBORROW_-1204270832', u'INT_NOTEQUAL_-1204270842'), (u'LOAD_-1204271120', u'PTRSUB_-1204269822'), (u'LOAD_-1204271120', u'PTRSUB_-1204269806'), ('const-417', u'LOAD_-1204271048'), (u'LOAD_-1204271522', u'SUBPIECE_-1204269918'), (u'INDIRECT_-1204269784', u'MULTIEQUAL_-1204269963'), (u'PTRSUB_-1204269788', u'LOAD_-1204271015'), (u'LOAD_-1204270755', u'INT_NOTEQUAL_-1204270739'), (u'PTRSUB_-1204270023', u'CAST_-1204269921'), (u'LOAD_-1204270819', u'PTRADD_-1204270740'), ('const-4510557', u'COPY_-1204269679'), (u'LOAD_-1204271604', u'PTRSUB_-1204270007'), (u'LOAD_-1204271120', u'PTRSUB_-1204269832'), (u'CALL_-1204270929', u'INDIRECT_-1204269664'), ('const-0', u'PTRSUB_-1204270076'), ('const-4', u'INT_ADD_-1204269842'), (u'INT_SBORROW_-1204270837', u'INT_NOTEQUAL_-1204270842'), ('tmp_1207', u'CBRANCH_-1204271092'), (u'INT_ZEXT_-1204270935', u'INT_ADD_-1204270925'), (u'MULTIEQUAL_-1204270000', u'CAST_-1204269799'), ('const-292', u'PTRSUB_-1204270077'), ('tmp_2451', u'PTRSUB_-1204269885'), ('const-4', u'PTRSUB_-1204269975'), (u'PTRSUB_-1204269795', u'LOAD_-1204271215'), (u'LOAD_-1204271048', u'INT_2COMP_-1204270184'), ('const-4763508', u'COPY_-1204269676'), (u'COPY_-1204269649', u'CALL_-1204270381'), ('const-388', u'PTRSUB_-1204269796'), ('const-417', u'LOAD_-1204271604'), (u'PTRSUB_-1204269895', u'LOAD_-1204271341'), (u'PTRSUB_-1204269831', u'PTRSUB_-1204269817'), (u'INT_LESS_-1204271439', u'BOOL_OR_-1204269936'), (u'CAST_-1204269614', u'INT_ADD_-1204269750'), ('tmp_1371', u'CBRANCH_-1204270993'), (u'MULTIEQUAL_-1204269952', u'PTRADD_-1204270626'), (u'PTRADD_-1204269652', u'INT_EQUAL_-1204270592'), ('const-4', u'PTRSUB_-1204269773'), ('const-0', u'INT_SLESS_-1204270696'), (u'PTRSUB_-1204269849', u'PTRSUB_-1204269808'), (u'MULTIEQUAL_-1204269999', u'INT_SUB_-1204271435'), (u'PTRSUB_-1204269873', u'PTRSUB_-1204269831'), ('const-1', u'INT_NOTEQUAL_-1204271696'), (u'SUBPIECE_-1204269747', u'INT_ADD_-1204270748'), ('const-417', u'LOAD_-1204271777'), (u'LOAD_-1204271777', u'CALL_-1204271724'), ('const-417', u'LOAD_-1204271567'), ('const-1', u'INT_EQUAL_-1204271584'), (u'LOAD_-1204270884', u'SUBPIECE_-1204269653'), (u'PTRADD_-1204269854', u'INT_NOTEQUAL_-1204270739'), (u'SUBPIECE_-1204269747', u'INT_NOTEQUAL_-1204271055'), (u'INT_LESS_-1204271442', u'BOOL_OR_-1204269936'), ('tmp_3843', u'PTRSUB_-1204269932'), ('const-1', u'RETURN_-1204270394'), (u'LOAD_-1204271604', u'PTRSUB_-1204270030'), ('const-0', u'INT_EQUAL_-1204271759'), ('tmp_396', u'CBRANCH_-1204271577'), ('const-4', u'INT_ADD_-1204269750'), (u'INT_SBORROW_-1204270693', u'INT_NOTEQUAL_-1204270699'), ('const-417', u'LOAD_-1204270819'), (u'COPY_-1204269936', u'MULTIEQUAL_-1204270000'), (u'INDIRECT_-1204269700', u'MULTIEQUAL_-1204269875'), (u'INT_ZEXT_-1204270847', u'INT_SBORROW_-1204270832'), ('const-0', u'PTRSUB_-1204269588'), ('const-417', u'LOAD_-1204271660'), ('const-5908', u'CALL_-1204270381'), ('const-417', u'LOAD_-1204271651'), (u'MULTIEQUAL_-1204269963', u'MULTIEQUAL_-1204269963'), (u'INT_EQUAL_-1204271584', u'CBRANCH_-1204271577'), (u'INT_ZEXT_-1204271529', u'CAST_-1204269907'), ('const-4489837', u'COPY_-1204269625'), (u'LOAD_-1204271024', u'INT_ADD_-1204270925'), (u'COPY_-1204269679', u'CALL_-1204270503'), (u'INT_ADD_-1204269781', u'CAST_-1204269644'), (u'LOAD_-1204270904', u'INT_SUB_-1204270838'), ('const-417', u'LOAD_-1204270607'), ('const-92', u'CALL_-1204270399'), ('const-16', u'PTRSUB_-1204269696'), (u'CAST_-1204269921', u'INT_ADD_-1204270069'), (u'PTRSUB_-1204270007', u'LOAD_-1204271522'), (u'LOAD_-1204270813', u'SUBPIECE_-1204269626'), (u'CALL_-1204270628', u'INDIRECT_-1204269795'), (u'INT_NOTEQUAL_-1204271199', u'CBRANCH_-1204271194'), (u'PTRSUB_-1204269722', u'LOAD_-1204270884'), (u'INT_ADD_-1204270925', u'INT_SUB_-1204270838'), (u'INT_ZEXT_-1204270847', u'INT_SUB_-1204270833'), (u'INDIRECT_-1204269578', u'COPY_-1204269630'), (u'MULTIEQUAL_-1204270326', u'LOAD_-1204271120'), ('const-8', u'PTRSUB_-1204269955'), (u'CAST_-1204269907', u'INT_SLESS_-1204271516'), (u'LOAD_-1204271576', u'SUBPIECE_-1204269939'), (u'INT_SUB_-1204270833', u'CAST_-1204269625'), (u'COPY_-1204271682', u'COPY_-1204270021'), (u'CALL_-1204270628', u'INDIRECT_-1204269784'), (u'PTRSUB_-1204270134', u'LOAD_-1204271777'), (u'INT_NOTEQUAL_-1204271696', u'CBRANCH_-1204271694'), (u'MULTIEQUAL_-1204270540', u'PTRADD_-1204269981'), (u'MULTIEQUAL_-1204270093', u'MULTIEQUAL_-1204270093'), ('tmp_2451', u'PTRSUB_-1204269873'), ('const-0', u'PTRSUB_-1204269842'), (u'INDIRECT_-1204269700', u'MULTIEQUAL_-1204269670'), (u'LOAD_-1204271651', u'INT_NOTEQUAL_-1204271628'), (u'INT_SUB_-1204270695', u'INT_SBORROW_-1204270689'), (u'INT_ADD_-1204269842', u'CAST_-1204269704'), (u'INT_SUB_-1204270695', u'INT_SUB_-1204270690'), (u'PTRSUB_-1204269696', u'LOAD_-1204270819'), ('tmp_1890', u'CBRANCH_-1204270695'), (u'INDIRECT_-1204269630', u'COPY_-1204269686'), (u'MULTIEQUAL_-1204270000', u'INT_LESS_-1204271456'), (u'CALL_-1204270628', u'INDIRECT_-1204269914'), (u'PTRSUB_-1204270014', u'PTRSUB_-1204269999'), (u'LOAD_-1204271651', u'INT_EQUAL_-1204270876'), (u'INT_ADD_-1204270748', u'INT_LESS_-1204270716'), (u'MULTIEQUAL_-1204270002', u'MULTIEQUAL_-1204270540'), (u'COPY_-1204270021', u'MULTIEQUAL_-1204270000'), (u'COPY_-1204271671', u'COPY_-1204270019'), (u'INT_ADD_-1204269852', u'CAST_-1204269715'), ('const-356', u'PTRSUB_-1204270000'), ('tmp_2452', u'PTRSUB_-1204269735'), (u'MULTIEQUAL_-1204269963', u'INT_SBORROW_-1204270693'), (u'CALL_-1204271252', u'INDIRECT_-1204270010'), ('tmp_1710', u'CBRANCH_-1204270777'), ('const-4764776', u'COPY_-1204269620'), ('const-1', u'RETURN_-1204270498'), (u'INT_SUB_-1204271435', u'INT_LESS_-1204271439'), ('const-417', u'LOAD_-1204270884'), ('const-4', u'PTRSUB_-1204269568'), ('const-404', u'PTRSUB_-1204269832'), (u'CAST_-1204269704', u'LOAD_-1204271024'), (u'MULTIEQUAL_-1204269974', u'MULTIEQUAL_-1204269974'), (u'PTRSUB_-1204270077', u'PTRSUB_-1204270076'), ('tmp_5325', u'PTRSUB_-1204270134'), (u'CALL_-1204270628', u'INDIRECT_-1204269700'), ('const-111', u'CALL_-1204270503'), (u'COPY_-1204269676', u'CALL_-1204270503'), ('const-0', u'PTRSUB_-1204270014'), (u'MULTIEQUAL_-1204270326', u'PTRADD_-1204269854'), ('const-0', u'PTRSUB_-1204269602'), ('const-356', u'PTRSUB_-1204270007'), (u'INT_ADD_-1204271475', u'INT_SUB_-1204271435'), ('const-417', u'LOAD_-1204271498'), (u'CALL_-1204271724', u'INT_NOTEQUAL_-1204271696'), ('const-0', u'PTRSUB_-1204269884'), (u'SUBPIECE_-1204269939', u'INT_CARRY_-1204271502'), (u'CAST_-1204269517', u'CALL_-1204270929'), (u'INT_2COMP_-1204270389', u'INT_SLESS_-1204271516'), (u'PTRSUB_-1204269842', u'PTRSUB_-1204269828'), (u'INDIRECT_-1204270151', u'MULTIEQUAL_-1204269888'), (u'CAST_-1204269574', u'INT_SLESS_-1204270696'), (u'PTRSUB_-1204270076', u'PTRSUB_-1204270021'), ('const-4', u'INT_ADD_-1204270069'), ('const-4', u'INT_ADD_-1204269852'), (u'INT_CARRY_-1204270942', u'INT_ZEXT_-1204270935'), ('const-0', u'PTRSUB_-1204269831'), (u'LOAD_-1204271604', u'PTRSUB_-1204270000'), (u'PTRSUB_-1204270007', u'LOAD_-1204271518'), (u'SUBPIECE_-1204269747', u'INT_CARRY_-1204270942'), (u'SUBPIECE_-1204269747', u'INT_ADD_-1204270942'), ('const-356', u'PTRSUB_-1204269704'), (u'INT_ADD_-1204271475', u'INT_LESS_-1204271442'), (u'INT_ADD_-1204269750', u'CAST_-1204269613'), (u'MULTIEQUAL_-1204269875', u'MULTIEQUAL_-1204269670'), ('tmp_795', u'CBRANCH_-1204271358'), (u'PTRSUB_-1204269884', u'PTRSUB_-1204269842'), (u'INT_SLESS_-1204271516', u'CBRANCH_-1204271523'), (u'LOAD_-1204271231', u'MULTIEQUAL_-1204270326'), ('tmp_2452', u'PTRSUB_-1204269722'), (u'INT_SLESS_-1204270696', u'INT_EQUAL_-1204270690'), (u'INT_ADD_-1204270726', u'INT_SUB_-1204270695'), ('tmp_1624', u'CBRANCH_-1204270836'), ('const-396', u'PTRSUB_-1204269822'), ('const-1', u'PTRADD_-1204270626'), ('tmp_150', u'CBRANCH_-1204271758'), (u'CALL_-1204271724', u'INDIRECT_-1204270236'), (u'LOAD_-1204271091', u'SUBPIECE_-1204269747'), ('const-356', u'PTRSUB_-1204269692'), ('const-0', u'INT_SLESS_-1204270839'), (u'INDIRECT_-1204269937', u'MULTIEQUAL_-1204269875'), (u'INT_LESS_-1204270869', u'INT_ZEXT_-1204270847'), ('const-0', u'RETURN_-1204270886'), ('const-64', u'PTRSUB_-1204269895'), ('const-8', u'PTRSUB_-1204269722'), (u'INT_SBORROW_-1204270689', u'INT_NOTEQUAL_-1204270699'), (u'LOAD_-1204270904', u'INT_SBORROW_-1204270837'), ('tmp_2356', u'CBRANCH_-1204270875'), (u'CAST_-1204269716', u'INT_ADD_-1204269852'), (u'SUBPIECE_-1204269747', u'INT_CARRY_-1204270750'), (u'PTRADD_-1204270740', u'CALL_-1204270628'), (u'LOAD_-1204271120', u'PTRSUB_-1204269692'), ('const-0', u'COPY_-1204271671'), ('const-292', u'PTRSUB_-1204269885'), (u'CALL_-1204271294', u'INDIRECT_-1204270039'), (u'CALL_-1204271252', u'INDIRECT_-1204270151'), ('tmp_2451', u'PTRSUB_-1204270077'), (u'INT_ZEXT_-1204271441', u'INT_LESS_-1204271439'), ('const-0', u'PTRSUB_-1204270006'), (u'MULTIEQUAL_-1204269952', u'MULTIEQUAL_-1204269952'), (u'SUBPIECE_-1204269626', u'INT_ADD_-1204270748'), (u'PTRADD_-1204269981', u'MULTIEQUAL_-1204270002'), (u'CALL_-1204271252', u'INDIRECT_-1204269937'), ('const-0', u'PTRSUB_-1204269999'), (u'INT_EQUAL_-1204271759', u'CBRANCH_-1204271758'), (u'CAST_-1204269645', u'INT_ADD_-1204269781'), (u'PTRSUB_-1204269628', u'PTRSUB_-1204269602'), ('const-417', u'LOAD_-1204270813'), (u'PTRADD_-1204270051', u'MULTIEQUAL_-1204270540'), (u'MULTIEQUAL_-1204269974', u'INT_LESS_-1204270716'), (u'PTRSUB_-1204269808', u'PTRSUB_-1204269794'), (u'SUBPIECE_-1204269747', u'CALL_-1204270628'), (u'CAST_-1204269920', u'LOAD_-1204271567'), (u'COPY_-1204270019', u'MULTIEQUAL_-1204269999'), ('const-8', u'PTRSUB_-1204270134'), (u'LOAD_-1204271341', u'CALL_-1204271294'), (u'INDIRECT_-1204269937', u'MULTIEQUAL_-1204269670'), (u'LOAD_-1204271120', u'PTRSUB_-1204269796'), (u'CAST_-1204269644', u'LOAD_-1204270904'), (u'PTRSUB_-1204269955', u'LOAD_-1204271377'), ('const-417', u'LOAD_-1204271015'), ('tmp_490', u'CBRANCH_-1204271523'), (u'BOOL_OR_-1204269936', u'CBRANCH_-1204271435'), (u'INT_SLESS_-1204270777', u'CBRANCH_-1204270777'), ('const-404', u'PTRSUB_-1204270040'), (u'PTRSUB_-1204269828', u'LOAD_-1204271231'), (u'PTRSUB_-1204270021', u'PTRSUB_-1204270006'), ('const-0', u'SUBPIECE_-1204269918'), (u'CAST_-1204269613', u'LOAD_-1204270828'), ('const-0', u'SUBPIECE_-1204269939'), (u'LOAD_-1204271604', u'PTRSUB_-1204270040'), ('const-0', u'SUBPIECE_-1204269626'), ('tmp_5325', u'MULTIEQUAL_-1204269588'), ('tmp_1329', u'CBRANCH_-1204271025'), (u'COPY_-1204269625', u'CALL_-1204270399'), (u'CALL_-1204271724', u'INDIRECT_-1204270214'), (u'PTRSUB_-1204269975', u'LOAD_-1204271651'), (u'COPY_-1204269648', u'CALL_-1204270381'), ('const-292', u'PTRSUB_-1204269873'), (u'MULTIEQUAL_-1204269999', u'CALL_-1204271252'), (u'INT_ADD_-1204270069', u'CAST_-1204269920'), (u'PTRADD_-1204269854', u'MULTIEQUAL_-1204270326'), ('tmp_2240', u'CBRANCH_-1204270735'), ('const-1', u'PTRADD_-1204270051'), (u'INT_NOTEQUAL_-1204270842', u'INT_EQUAL_-1204270831'), ('tmp_2092', u'CBRANCH_-1204270586'), (u'SUBPIECE_-1204269626', u'INT_CARRY_-1204270750'), (u'PTRSUB_-1204269932', u'CALL_-1204270929'), ('const-292', u'PTRSUB_-1204270069'), (u'INT_ADD_-1204270942', u'INT_LESS_-1204270869'), (u'LOAD_-1204271120', u'PTRSUB_-1204269788'), (u'INDIRECT_-1204269773', u'MULTIEQUAL_-1204269952'), (u'INT_SLESS_-1204270839', u'INT_EQUAL_-1204270831'), ('const-417', u'LOAD_-1204271377'), (u'INT_EQUAL_-1204270876', u'CBRANCH_-1204270875'), (u'CALL_-1204271252', u'INDIRECT_-1204270021'), (u'PTRSUB_-1204269794', u'PTRSUB_-1204269773'), (u'INDIRECT_-1204269914', u'MULTIEQUAL_-1204270093'), (u'MULTIEQUAL_-1204269963', u'INT_SUB_-1204270695'), (u'CALL_-1204270503', u'INDIRECT_-1204269630'), (u'INDIRECT_-1204269664', u'COPY_-1204269711'), ('const-417', u'LOAD_-1204270755'), (u'INT_EQUAL_-1204270690', u'CBRANCH_-1204270695'), (u'CAST_-1204269904', u'INT_LESS_-1204271456'), (u'SUBPIECE_-1204269717', u'PTRADD_-1204270740'), (u'SUBPIECE_-1204269917', u'INT_ADD_-1204271500'), (u'INT_ADD_-1204271475', u'COPY_-1204269934'), (u'CALL_-1204271294', u'INDIRECT_-1204270050'), (u'LOAD_-1204271114', u'INT_EQUAL_-1204271099'), (u'INT_NOTEQUAL_-1204270739', u'CBRANCH_-1204270735'), (u'LOAD_-1204270828', u'INT_SLESS_-1204270777'), (u'PTRSUB_-1204269735', u'CAST_-1204269645'), (u'COPY_-1204269620', u'CALL_-1204270399'), (u'LOAD_-1204271215', u'INT_NOTEQUAL_-1204271199'), ('const-4', u'PTRSUB_-1204269795'), (u'PTRSUB_-1204269806', u'CAST_-1204269716'), ('const-1', u'RETURN_-1204270376'), (u'CALL_-1204271294', u'INDIRECT_-1204269955'), ('const-0', u'PTRSUB_-1204269817'), ('tmp_2451', u'PTRSUB_-1204269628'), ('const-417', u'LOAD_-1204271599'), ('const-417', u'LOAD_-1204271120'), ('tmp_672', u'CBRANCH_-1204271435'), (u'CAST_-1204269715', u'LOAD_-1204271048'), (u'MULTIEQUAL_-1204270540', u'LOAD_-1204271604'), (u'INT_ADD_-1204270726', u'INT_SBORROW_-1204270693'), (u'PTRSUB_-1204269999', u'PTRSUB_-1204269975'), (u'CAST_-1204269897', u'INT_ADD_-1204270046'), (u'INT_ADD_-1204270046', u'CAST_-1204269896'), (u'INT_NOTEQUAL_-1204271545', u'INT_ZEXT_-1204271529'), ('const-4294967244', u'PTRSUB_-1204269932'), ('const-417', u'LOAD_-1204271522'), ('tmp_328', u'CBRANCH_-1204271628'), (u'INT_ADD_-1204271500', u'CAST_-1204269904'), (u'INDIRECT_-1204270010', u'MULTIEQUAL_-1204269952'), (u'INT_EQUAL_-1204270831', u'CBRANCH_-1204270836'), (u'INT_SUB_-1204270690', u'CAST_-1204269574'), ('const-417', u'LOAD_-1204270828'), (u'INDIRECT_-1204270021', u'MULTIEQUAL_-1204269963'), (u'PTRSUB_-1204269822', u'LOAD_-1204271091'), ('const-4', u'PTRADD_-1204269981'), ('const-417', u'LOAD_-1204271024'), ('tmp_2451', u'PTRSUB_-1204269849'), (u'LOAD_-1204271015', u'SUBPIECE_-1204269717'), (u'INDIRECT_-1204270141', u'PTRSUB_-1204269955'), ('const-4', u'PTRADD_-1204269652'), (u'INT_ADD_-1204271480', u'INT_ADD_-1204271475')]
[(u'CALL_-1204270503', u'INDIRECT_-1204269649'), (u'INT_ADD_-1204271361', u'CAST_-1204269933'), (u'LOAD_-1204271231', u'MULTIEQUAL_-1204270345'), (u'BOOL_OR_-1204270010', u'CBRANCH_-1204271435'), ('tmp_5231', u'INT_ADD_-1204270803'), (u'CALL_-1204270628', u'INDIRECT_-1204269792'), (u'MULTIEQUAL_-1204269982', u'INT_SUB_-1204270695'), (u'LOAD_-1204271120', u'INT_ADD_-1204270797'), (u'PTRADD_-1204270010', u'MULTIEQUAL_-1204270067'), ('const-417', u'LOAD_-1204271604'), ('const-4764776', u'COPY_-1204269637'), (u'MULTIEQUAL_-1204270063', u'CALL_-1204271252'), (u'INT_ZEXT_-1204271529', u'CAST_-1204269986'), (u'INT_SUB_-1204270690', u'CAST_-1204269647'), ('const-1', u'INT_NOTEQUAL_-1204271696'), ('const-417', u'LOAD_-1204271576'), ('const-0', u'INT_NOTEQUAL_-1204271055'), (u'CALL_-1204270381', u'INDIRECT_-1204269624'), ('const-417', u'LOAD_-1204271522'), (u'PTRADD_-1204270073', u'MULTIEQUAL_-1204270559'), (u'CAST_-1204270089', u'INT_RIGHT_-1204270128'), ('tmp_3794', u'PTRSUB_-1204269964'), (u'INT_ZEXT_-1204271038', u'CAST_-1204269784'), ('const-404', u'INT_ADD_-1204271098'), ('const-4489837', u'COPY_-1204269642'), ('const-388', u'INT_ADD_-1204270999'), (u'INDIRECT_-1204269719', u'MULTIEQUAL_-1204269894'), ('const-92', u'CALL_-1204270399'), ('tmp_258', u'CBRANCH_-1204271694'), (u'CAST_-1204269983', u'LOAD_-1204271518'), (u'LOAD_-1204271120', u'INT_ADD_-1204271098'), (u'SUBPIECE_-1204270142', u'MULTIEQUAL_-1204270065'), (u'INT_SLESS_-1204271018', u'CBRANCH_-1204271025'), (u'LOAD_-1204271498', u'INT_ADD_-1204271480'), (u'INDIRECT_-1204269803', u'MULTIEQUAL_-1204269982'), (u'INT_SUB_-1204270838', u'INT_SUB_-1204270833'), ('tmp_1034', u'CBRANCH_-1204271194'), (u'INT_LESS_-1204271456', u'INT_ZEXT_-1204271441'), (u'INT_ADD_-1204270925', u'INT_SBORROW_-1204270837'), (u'PTRADD_-1204269890', u'INT_NOTEQUAL_-1204270739'), (u'INT_ADD_-1204271506', u'CAST_-1204269983'), ('const-8', u'INT_ADD_-1204270868'), (u'INT_SLESS_-1204270993', u'CBRANCH_-1204270993'), (u'PTRADD_-1204270073', u'INT_EQUAL_-1204270876'), (u'INT_NOTEQUAL_-1204271628', u'CBRANCH_-1204271628'), (u'INT_NOTEQUAL_-1204271055', u'INT_ZEXT_-1204271038'), (u'CAST_-1204269780', u'LOAD_-1204271024'), (u'LOAD_-1204271377', u'INT_EQUAL_-1204271359'), (u'INT_SUB_-1204270838', u'INT_SBORROW_-1204270832'), ('const-8', u'INT_ADD_-1204271361'), (u'CAST_-1204269773', u'LOAD_-1204271015'), (u'LOAD_-1204271599', u'INT_EQUAL_-1204271584'), (u'LOAD_-1204271567', u'INT_2COMP_-1204270408'), (u'INDIRECT_-1204269956', u'MULTIEQUAL_-1204269689'), ('const-4763492', u'COPY_-1204269665'), ('const-356', u'INT_ADD_-1204271506'), (u'LOAD_-1204271522', u'INT_CARRY_-1204271502'), (u'INT_ZEXT_-1204271488', u'INT_ADD_-1204271475'), ('tmp_5232', u'INT_ADD_-1204271199'), ('const-417', u'LOAD_-1204270813'), (u'LOAD_-1204271091', u'INT_CARRY_-1204270750'), (u'CAST_-1204270109', u'LOAD_-1204271777'), (u'LOAD_-1204271567', u'INT_ADD_-1204271480'), (u'SUBPIECE_-1204270143', u'INT_NOTEQUAL_-1204271696'), (u'INDIRECT_-1204270051', u'MULTIEQUAL_-1204269993'), (u'CALL_-1204271294', u'INDIRECT_-1204270069'), (u'COPY_-1204269665', u'CALL_-1204270381'), (u'LOAD_-1204271518', u'INT_ADD_-1204271500'), ('const-417', u'LOAD_-1204270904'), (u'INT_ADD_-1204271475', u'MULTIEQUAL_-1204270065'), (u'PTRADD_-1204269890', u'MULTIEQUAL_-1204270345'), (u'INT_ADD_-1204271761', u'CAST_-1204270109'), (u'CAST_-1204270007', u'LOAD_-1204271576'), (u'MULTIEQUAL_-1204269894', u'MULTIEQUAL_-1204269894'), (u'MULTIEQUAL_-1204270067', u'MULTIEQUAL_-1204270559'), ('const-292', u'INT_ADD_-1204271644'), (u'MULTIEQUAL_-1204270063', u'INT_SUB_-1204271435'), (u'INT_ADD_-1204271560', u'CAST_-1204270007'), (u'LOAD_-1204271091', u'CALL_-1204270628'), ('const-417', u'LOAD_-1204271599'), (u'CAST_-1204269791', u'LOAD_-1204271048'), (u'INDIRECT_-1204270029', u'MULTIEQUAL_-1204269971'), (u'PTRSUB_-1204269964', u'CALL_-1204271294'), (u'LOAD_-1204271091', u'INT_CARRY_-1204270942'), (u'LOAD_-1204271091', u'INT_ADD_-1204270942'), (u'LOAD_-1204270828', u'INT_ADD_-1204270726'), (u'LOAD_-1204271231', u'INT_NOTEQUAL_-1204271199'), (u'INT_NOTEQUAL_-1204270699', u'INT_EQUAL_-1204270690'), ('const-4763508', u'COPY_-1204269693'), (u'INT_LESS_-1204270716', u'INT_ZEXT_-1204270701'), ('const-400', u'INT_ADD_-1204271551'), ('const-417', u'LOAD_-1204271231'), ('tmp_5232', u'INT_ADD_-1204270591'), ('const-0', u'INT_EQUAL_-1204271359'), ('const-360', u'INT_ADD_-1204271487'), (u'LOAD_-1204271777', u'INT_EQUAL_-1204271759'), (u'MULTIEQUAL_-1204269982', u'INT_SBORROW_-1204270693'), (u'INT_ADD_-1204271098', u'CAST_-1204269817'), (u'INT_ZEXT_-1204270701', u'INT_SUB_-1204270690'), (u'INDIRECT_-1204269649', u'COPY_-1204269705'), (u'INT_EQUAL_-1204271359', u'CBRANCH_-1204271358'), ('const-417', u'LOAD_-1204271660'), (u'LOAD_-1204270819', u'INT_ADD_-1204270786'), (u'CAST_-1204270017', u'LOAD_-1204271599'), (u'INT_CARRY_-1204270750', u'INT_ZEXT_-1204270739'), ('const-356', u'INT_ADD_-1204270797'), (u'LOAD_-1204271567', u'MULTIEQUAL_-1204270552'), (u'CALL_-1204270929', u'INDIRECT_-1204269683'), (u'INT_ADD_-1204270786', u'CAST_-1204269671'), ('const-417', u'LOAD_-1204271498'), (u'LOAD_-1204271015', u'INT_ADD_-1204270786'), (u'INT_ADD_-1204271583', u'CAST_-1204270017'), (u'CAST_-1204269671', u'CALL_-1204270628'), (u'CAST_-1204269689', u'LOAD_-1204270828'), (u'INT_ADD_-1204271075', u'CAST_-1204269807'), ('const-0', u'SUBPIECE_-1204270142'), (u'MULTIEQUAL_-1204270064', u'INT_LESS_-1204271456'), ('const-417', u'LOAD_-1204271114'), ('tmp_5232', u'INT_ADD_-1204271215'), ('const-396', u'INT_ADD_-1204271075'), (u'INT_ZEXT_-1204270739', u'INT_ADD_-1204270726'), ('const-8', u'INT_ADD_-1204271761'), (u'LOAD_-1204270607', u'INT_EQUAL_-1204270592'), (u'LOAD_-1204271576', u'INT_CARRY_-1204271502'), (u'LOAD_-1204271604', u'INT_ADD_-1204271560'), ('const-296', u'INT_ADD_-1204271199'), (u'INDIRECT_-1204270160', u'MULTIEQUAL_-1204269607'), (u'INT_ADD_-1204270999', u'CAST_-1204269773'), (u'INT_ADD_-1204271551', u'CAST_-1204270000'), (u'INT_ZEXT_-1204270701', u'INT_SBORROW_-1204270689'), (u'LOAD_-1204271024', u'INT_SLESS_-1204270993'), (u'INT_EQUAL_-1204271099', u'CBRANCH_-1204271092'), ('const-10152', u'INT_ADD_-1204271325'), (u'INT_CARRY_-1204271502', u'INT_ZEXT_-1204271488'), (u'INT_EQUAL_-1204270592', u'CBRANCH_-1204270586'), (u'INT_SBORROW_-1204270832', u'INT_NOTEQUAL_-1204270842'), (u'CALL_-1204271724', u'INDIRECT_-1204270160'), (u'MULTIEQUAL_-1204270065', u'MULTIEQUAL_-1204270544'), ('const-4', u'PTRADD_-1204269704'), (u'COPY_-1204270105', u'MULTIEQUAL_-1204270064'), (u'CAST_-1204269986', u'INT_SLESS_-1204271516'), (u'LOAD_-1204270755', u'INT_NOTEQUAL_-1204270739'), (u'CAST_-1204269720', u'LOAD_-1204270904'), (u'INT_ADD_-1204270812', u'CAST_-1204269689'), (u'LOAD_-1204271120', u'INT_ADD_-1204271075'), (u'MULTIEQUAL_-1204270069', u'CALL_-1204270399'), (u'INT_SBORROW_-1204270837', u'INT_NOTEQUAL_-1204270842'), (u'INT_SUB_-1204270833', u'CAST_-1204269700'), (u'CAST_-1204269647', u'INT_SLESS_-1204270696'), ('tmp_1207', u'CBRANCH_-1204271092'), (u'INT_ZEXT_-1204270935', u'INT_ADD_-1204270925'), (u'LOAD_-1204270813', u'INT_CARRY_-1204270750'), (u'LOAD_-1204271604', u'INT_ADD_-1204271506'), (u'LOAD_-1204271120', u'INT_ADD_-1204271037'), ('const-296', u'INT_ADD_-1204270739'), (u'MULTIEQUAL_-1204270067', u'INT_NOTEQUAL_-1204271628'), (u'INDIRECT_-1204270160', u'INT_ADD_-1204271361'), (u'INT_ADD_-1204270803', u'CAST_-1204269682'), (u'MULTIEQUAL_-1204270559', u'PTRADD_-1204270073'), (u'INT_ADD_-1204271475', u'COPY_-1204270019'), ('tmp_1371', u'CBRANCH_-1204270993'), (u'CALL_-1204271724', u'CAST_-1204270089'), ('const-0', u'INT_SLESS_-1204270696'), (u'CALL_-1204270628', u'INDIRECT_-1204269803'), (u'CALL_-1204271252', u'INDIRECT_-1204269956'), (u'LOAD_-1204271777', u'CALL_-1204271724'), (u'MULTIEQUAL_-1204269971', u'MULTIEQUAL_-1204269971'), (u'INT_ADD_-1204271487', u'CAST_-1204269976'), ('tmp_5231', u'INT_ADD_-1204270868'), ('const-1', u'RETURN_-1204270394'), ('const-4294967295', u'INT_SLESS_-1204270993'), ('const-0', u'INT_EQUAL_-1204271759'), ('tmp_396', u'CBRANCH_-1204271577'), (u'INT_SBORROW_-1204270693', u'INT_NOTEQUAL_-1204270699'), ('const-111', u'CALL_-1204270503'), ('tmp_5435', u'MULTIEQUAL_-1204269607'), ('const-4', u'PTRADD_-1204270010'), (u'INT_ZEXT_-1204270847', u'INT_SBORROW_-1204270832'), (u'CAST_-1204269933', u'LOAD_-1204271377'), ('const-417', u'LOAD_-1204271120'), ('const-4759377', u'COPY_-1204269666'), (u'INT_ADD_-1204271008', u'CAST_-1204269780'), (u'COPY_-1204269693', u'CALL_-1204270503'), (u'INT_EQUAL_-1204271584', u'CBRANCH_-1204271577'), (u'CAST_-1204270051', u'LOAD_-1204271660'), ('const-4', u'PTRADD_-1204269890'), (u'CAST_-1204269807', u'LOAD_-1204271091'), (u'INT_ADD_-1204270739', u'CAST_-1204269828'), (u'MULTIEQUAL_-1204270559', u'LOAD_-1204271604'), ('const-417', u'LOAD_-1204271048'), ('const-4510557', u'COPY_-1204269696'), ('const-396', u'INT_ADD_-1204271560'), (u'LOAD_-1204271024', u'INT_ADD_-1204270925'), (u'LOAD_-1204271576', u'INT_ADD_-1204271500'), (u'LOAD_-1204270904', u'INT_SUB_-1204270838'), (u'LOAD_-1204271091', u'INT_ADD_-1204270748'), (u'CAST_-1204269976', u'LOAD_-1204271498'), (u'CALL_-1204271252', u'INDIRECT_-1204270029'), ('const-292', u'INT_ADD_-1204271215'), (u'INT_LESS_-1204271439', u'BOOL_OR_-1204270010'), (u'LOAD_-1204271091', u'INT_NOTEQUAL_-1204271055'), (u'INT_ADD_-1204270591', u'CAST_-1204269612'), (u'INT_NOTEQUAL_-1204271199', u'CBRANCH_-1204271194'), (u'INT_ADD_-1204270925', u'INT_SUB_-1204270838'), (u'INT_ZEXT_-1204270847', u'INT_SUB_-1204270833'), (u'MULTIEQUAL_-1204270065', u'MULTIEQUAL_-1204270470'), (u'SUBPIECE_-1204270143', u'CALL_-1204270381'), (u'INT_ADD_-1204270797', u'CAST_-1204269678'), ('const-417', u'LOAD_-1204271015'), (u'CALL_-1204271294', u'INDIRECT_-1204270058'), (u'INT_NOTEQUAL_-1204271696', u'CBRANCH_-1204271694'), (u'CAST_-1204269817', u'LOAD_-1204271114'), ('const-404', u'INT_ADD_-1204271583'), (u'MULTIEQUAL_-1204270345', u'PTRADD_-1204269704'), (u'LOAD_-1204270813', u'INT_ADD_-1204270748'), (u'CAST_-1204269682', u'LOAD_-1204270819'), (u'LOAD_-1204271651', u'INT_NOTEQUAL_-1204271628'), ('const-1', u'PTRADD_-1204269704'), (u'INT_SUB_-1204270695', u'INT_SBORROW_-1204270689'), (u'INDIRECT_-1204269792', u'MULTIEQUAL_-1204269971'), (u'INT_ADD_-1204271644', u'CAST_-1204270051'), (u'INT_ADD_-1204271635', u'CAST_-1204270044'), (u'LOAD_-1204271120', u'INT_ADD_-1204270999'), (u'INT_SUB_-1204270695', u'INT_SUB_-1204270690'), ('const-417', u'LOAD_-1204271215'), (u'INT_2COMP_-1204270408', u'CAST_-1204269987'), ('tmp_1890', u'CBRANCH_-1204270695'), (u'LOAD_-1204271604', u'INT_ADD_-1204271551'), ('tmp_5231', u'INT_ADD_-1204270888'), (u'LOAD_-1204271651', u'INT_EQUAL_-1204270876'), (u'COPY_-1204270020', u'MULTIEQUAL_-1204270064'), (u'INT_ADD_-1204270748', u'INT_LESS_-1204270716'), (u'COPY_-1204271682', u'COPY_-1204270105'), (u'INDIRECT_-1204270040', u'MULTIEQUAL_-1204269982'), ('tmp_5435', u'INT_ADD_-1204271761'), ('tmp_1710', u'CBRANCH_-1204270777'), ('const-1', u'RETURN_-1204270498'), (u'INT_SUB_-1204271435', u'INT_LESS_-1204271439'), (u'MULTIEQUAL_-1204270345', u'PTRADD_-1204269890'), ('const-417', u'LOAD_-1204271024'), ('const-400', u'INT_ADD_-1204271037'), (u'MULTIEQUAL_-1204270552', u'MULTIEQUAL_-1204270544'), ('const-16', u'INT_ADD_-1204270803'), (u'CAST_-1204269865', u'LOAD_-1204271231'), ('const-296', u'INT_ADD_-1204270591'), ('const-417', u'LOAD_-1204271341'), (u'INT_ADD_-1204271475', u'INT_SUB_-1204271435'), (u'COPY_-1204271671', u'MULTIEQUAL_-1204270063'), (u'CALL_-1204271252', u'INDIRECT_-1204270040'), (u'INT_RIGHT_-1204270128', u'SUBPIECE_-1204270142'), (u'CAST_-1204269983', u'LOAD_-1204271522'), (u'LOAD_-1204271576', u'INT_NOTEQUAL_-1204271545'), (u'LOAD_-1204271604', u'INT_ADD_-1204271583'), ('const-12', u'INT_ADD_-1204270888'), (u'CALL_-1204271252', u'INDIRECT_-1204270051'), (u'MULTIEQUAL_-1204269894', u'MULTIEQUAL_-1204269689'), (u'INT_CARRY_-1204270942', u'INT_ZEXT_-1204270935'), (u'CAST_-1204269678', u'LOAD_-1204270813'), (u'INDIRECT_-1204269956', u'MULTIEQUAL_-1204269894'), ('const-417', u'LOAD_-1204271377'), (u'INDIRECT_-1204269597', u'COPY_-1204269649'), ('const-296', u'INT_ADD_-1204271635'), (u'INT_ADD_-1204270868', u'CAST_-1204269708'), (u'CAST_-1204269987', u'INT_SLESS_-1204271516'), (u'MULTIEQUAL_-1204270345', u'LOAD_-1204271120'), (u'LOAD_-1204271120', u'INT_ADD_-1204271008'), (u'INT_ADD_-1204271475', u'INT_LESS_-1204271442'), (u'COPY_-1204269642', u'CALL_-1204270399'), ('tmp_5232', u'INT_ADD_-1204271644'), ('tmp_795', u'CBRANCH_-1204271358'), ('const-1', u'PTRADD_-1204270073'), (u'LOAD_-1204271660', u'MULTIEQUAL_-1204270067'), (u'INT_SLESS_-1204271516', u'CBRANCH_-1204271523'), (u'INT_2COMP_-1204270203', u'INT_SLESS_-1204271018'), ('const-1', u'PTRADD_-1204270010'), (u'MULTIEQUAL_-1204270470', u'MULTIEQUAL_-1204270069'), (u'INT_SLESS_-1204270696', u'INT_EQUAL_-1204270690'), (u'MULTIEQUAL_-1204269971', u'INT_ADD_-1204270672'), (u'CALL_-1204270628', u'INDIRECT_-1204269719'), (u'INT_ADD_-1204270726', u'INT_SUB_-1204270695'), ('const-4294967244', u'PTRSUB_-1204269964'), (u'PTRADD_-1204269704', u'MULTIEQUAL_-1204270345'), ('tmp_1624', u'CBRANCH_-1204270836'), (u'LOAD_-1204271120', u'INT_ADD_-1204270812'), (u'COPY_-1204270019', u'MULTIEQUAL_-1204270063'), (u'INDIRECT_-1204269624', u'COPY_-1204269674'), ('tmp_150', u'CBRANCH_-1204271758'), (u'INT_ADD_-1204271475', u'MULTIEQUAL_-1204270552'), (u'CAST_-1204269700', u'INT_SLESS_-1204270839'), ('const-0', u'INT_SLESS_-1204270839'), (u'CALL_-1204271294', u'INDIRECT_-1204270047'), (u'INT_LESS_-1204270869', u'INT_ZEXT_-1204270847'), ('const-0', u'RETURN_-1204270886'), (u'LOAD_-1204271604', u'INT_ADD_-1204271487'), ('const-0', u'COPY_-1204271671'), (u'LOAD_-1204271048', u'INT_2COMP_-1204270203'), ('const-417', u'LOAD_-1204271777'), ('const-417', u'LOAD_-1204271091'), (u'LOAD_-1204270813', u'INT_ADD_-1204270672'), (u'INT_SBORROW_-1204270689', u'INT_NOTEQUAL_-1204270699'), (u'LOAD_-1204270904', u'INT_SBORROW_-1204270837'), (u'MULTIEQUAL_-1204269982', u'MULTIEQUAL_-1204269982'), (u'INT_ADD_-1204271325', u'CAST_-1204269918'), (u'CALL_-1204270628', u'INDIRECT_-1204269814'), (u'CALL_-1204270399', u'INDIRECT_-1204269597'), ('tmp_2356', u'CBRANCH_-1204270875'), (u'INT_ADD_-1204271215', u'CAST_-1204269865'), (u'INDIRECT_-1204269814', u'MULTIEQUAL_-1204269993'), (u'INT_ADD_-1204270672', u'CAST_-1204269642'), ('const-417', u'LOAD_-1204271651'), (u'CAST_-1204270044', u'LOAD_-1204271651'), (u'INT_ZEXT_-1204271441', u'INT_LESS_-1204271439'), (u'CALL_-1204271724', u'SUBPIECE_-1204270143'), (u'INT_ADD_-1204270888', u'CAST_-1204269720'), ('const-417', u'LOAD_-1204270819'), ('tmp_5232', u'INT_ADD_-1204271635'), ('const-392', u'INT_ADD_-1204271008'), (u'CALL_-1204271724', u'INDIRECT_-1204270244'), (u'INT_EQUAL_-1204271759', u'CBRANCH_-1204271758'), (u'PTRSUB_-1204269964', u'CALL_-1204271252'), ('const-417', u'LOAD_-1204270884'), ('const-417', u'LOAD_-1204270828'), ('const-4', u'PTRADD_-1204270073'), ('const-417', u'LOAD_-1204271567'), (u'INT_ADD_-1204271500', u'COPY_-1204270020'), (u'COPY_-1204269666', u'CALL_-1204270381'), (u'CALL_-1204271724', u'INDIRECT_-1204270255'), (u'LOAD_-1204271377', u'INT_ADD_-1204271325'), (u'LOAD_-1204271341', u'CALL_-1204271294'), (u'INT_ADD_-1204271500', u'INT_LESS_-1204271456'), ('const-1', u'INT_EQUAL_-1204271099'), ('const-1', u'INT_EQUAL_-1204271584'), ('const-0', u'SUBPIECE_-1204270143'), ('tmp_490', u'CBRANCH_-1204271523'), (u'INT_SLESS_-1204270777', u'CBRANCH_-1204270777'), (u'CAST_-1204269784', u'INT_SLESS_-1204271018'), (u'PTRSUB_-1204269964', u'CALL_-1204270929'), (u'CAST_-1204269708', u'LOAD_-1204270884'), ('tmp_1329', u'CBRANCH_-1204271025'), (u'INDIRECT_-1204269719', u'MULTIEQUAL_-1204269689'), ('const-4294967295', u'INT_SLESS_-1204270777'), ('const-0', u'INT_NOTEQUAL_-1204271545'), ('tmp_2240', u'CBRANCH_-1204270735'), (u'LOAD_-1204270884', u'INT_LESS_-1204270869'), (u'INT_NOTEQUAL_-1204270842', u'INT_EQUAL_-1204270831'), ('tmp_2092', u'CBRANCH_-1204270586'), ('const-360', u'INT_ADD_-1204270812'), (u'INT_ADD_-1204270942', u'INT_LESS_-1204270869'), (u'MULTIEQUAL_-1204270064', u'CALL_-1204271252'), (u'INT_SLESS_-1204270839', u'INT_EQUAL_-1204270831'), (u'MULTIEQUAL_-1204270063', u'INT_LESS_-1204271442'), (u'INT_EQUAL_-1204270876', u'CBRANCH_-1204270875'), ('const-0', u'COPY_-1204271682'), ('const-417', u'LOAD_-1204271518'), (u'CAST_-1204269612', u'LOAD_-1204270607'), ('const-417', u'LOAD_-1204270755'), ('tmp_5232', u'INT_ADD_-1204270739'), (u'CAST_-1204269828', u'LOAD_-1204270755'), (u'INT_ADD_-1204271199', u'CAST_-1204269854'), (u'CAST_-1204269854', u'LOAD_-1204271215'), (u'CAST_-1204270000', u'LOAD_-1204271567'), (u'INT_EQUAL_-1204270690', u'CBRANCH_-1204270695'), (u'CAST_-1204269918', u'LOAD_-1204271341'), (u'LOAD_-1204271114', u'INT_EQUAL_-1204271099'), ('const-32', u'INT_RIGHT_-1204270128'), (u'INT_NOTEQUAL_-1204270739', u'CBRANCH_-1204270735'), ('const-5908', u'CALL_-1204270381'), (u'CALL_-1204271724', u'INDIRECT_-1204270233'), (u'LOAD_-1204270828', u'INT_SLESS_-1204270777'), (u'LOAD_-1204271215', u'INT_NOTEQUAL_-1204271199'), (u'INT_ADD_-1204271037', u'CAST_-1204269791'), ('const-1', u'RETURN_-1204270376'), ('tmp_672', u'CBRANCH_-1204271435'), (u'PTRADD_-1204269704', u'INT_EQUAL_-1204270592'), (u'MULTIEQUAL_-1204270559', u'PTRADD_-1204270010'), ('const-417', u'LOAD_-1204270607'), (u'INT_LESS_-1204271442', u'BOOL_OR_-1204270010'), (u'INT_ADD_-1204270726', u'INT_SBORROW_-1204270693'), (u'CAST_-1204269642', u'CALL_-1204270628'), (u'INT_NOTEQUAL_-1204271545', u'INT_ZEXT_-1204271529'), (u'MULTIEQUAL_-1204270544', u'MULTIEQUAL_-1204270552'), ('const-1', u'PTRADD_-1204269890'), (u'LOAD_-1204271015', u'INT_CARRY_-1204270942'), (u'LOAD_-1204271015', u'INT_ADD_-1204270942'), ('tmp_328', u'CBRANCH_-1204271628'), ('tmp_3800', u'MULTIEQUAL_-1204270069'), (u'MULTIEQUAL_-1204270552', u'MULTIEQUAL_-1204270470'), (u'COPY_-1204269637', u'CALL_-1204270399'), (u'INT_EQUAL_-1204270831', u'CBRANCH_-1204270836'), (u'MULTIEQUAL_-1204269993', u'INT_LESS_-1204270716'), (u'INDIRECT_-1204269683', u'COPY_-1204269730'), (u'COPY_-1204269696', u'CALL_-1204270503'), (u'CALL_-1204271294', u'INDIRECT_-1204269974'), (u'MULTIEQUAL_-1204269993', u'MULTIEQUAL_-1204269993'), (u'INT_ADD_-1204271480', u'INT_ADD_-1204271475')]
null
null
00274510
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nvoid __regparm2 FUN_00274510(undefined4 param_1,uint param_2,int param_3,int param_4)\n\n{\n int iVar1;\n uint uVar2;\n uint uVar3;\n uint uVar4;\n uint uVar5;\n int *piVar6;\n int iVar7;\n int iVar8;\n undefined8 uVar9;\n uint local_54;\n uint local_50;\n undefined1 local_34 [8];\n uint local_2c;\n int local_28;\n int local_24;\n \n if (*(int *)(DAT_005ea7c8 + 8) == 0) {\nLAB_00274760:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options",param_2);\n }\n uVar9 = FUN_002b5cd0(*(int *)(DAT_005ea7c8 + 8));\n param_2 = (uint)((ulonglong)uVar9 >> 0x20);\n if ((int)uVar9 != 1) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/layout.cc",0x1714,"write_binary",(int)uVar9);\n }\n local_54 = 0;\n local_50 = 0;\n piVar6 = *(int **)(param_3 + 0x124);\njoined_r0x00274577:\n if (piVar6 != *(int **)(param_3 + 0x128)) {\n do {\n iVar1 = *piVar6;\n if (*(int *)(iVar1 + 0x194) == 1) {\n uVar2 = *(uint *)(iVar1 + 0x18c);\n param_2 = *(uint *)(iVar1 + 400);\n if ((int)-param_2 < (int)(uint)(uVar2 != 0)) {\n uVar5 = uVar2 + *(uint *)(iVar1 + 0x164);\n param_2 = param_2 + *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar2,*(uint *)(iVar1 + 0x164))\n ;\n if (local_50 < param_2 || local_50 - param_2 < (uint)(local_54 < uVar5))\n goto code_r0x002745be;\n }\n }\n piVar6 = piVar6 + 1;\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n } while( true );\n }\n if (*(int *)(DAT_005ea7c8 + 8) == 0) goto LAB_00274760;\n FUN_002c9940(local_34,*(undefined4 *)(*(int *)(DAT_005ea7c8 + 8) + 0x27a8));\n FUN_002c9c60(local_34,local_54,local_50);\n piVar6 = *(int **)(param_3 + 0x124);\n if (piVar6 != *(int **)(param_3 + 0x128)) {\nLAB_00274643:\n do {\n iVar1 = *piVar6;\n if ((*(int *)(iVar1 + 0x194) == 1) &&\n (uVar2 = *(uint *)(iVar1 + 0x18c), -*(int *)(iVar1 + 400) < (int)(uint)(uVar2 != 0))) {\n uVar5 = *(uint *)(iVar1 + 0x184);\n if ((-1 < *(int *)(iVar1 + 0x188)) &&\n (iVar8 = *(int *)(iVar1 + 0x188) + (uint)CARRY4(uVar2,uVar5),\n uVar3 = (uint)(*(uint *)(param_4 + 8) < uVar2 + uVar5),\n iVar7 = *(int *)(param_4 + 0xc) - iVar8,\n (SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3)) ==\n (int)(iVar7 - uVar3) < 0)) {\n uVar3 = *(uint *)(iVar1 + 0x164);\n if ((-1 < *(int *)(iVar1 + 0x168)) &&\n (iVar7 = *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar3,uVar2),\n uVar4 = (uint)(local_2c < uVar3 + uVar2), iVar1 = local_28 - iVar7,\n (SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0)) {\n piVar6 = piVar6 + 1;\n memcpy((void *)(uVar3 + local_24),(void *)(*(int *)(param_4 + 0x10) + uVar5),uVar2);\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n goto LAB_00274643;\n }\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0x6f,"get_output_view");\n }\n piVar6 = piVar6 + 1;\n } while (*(int **)(param_3 + 0x128) != piVar6);\n }\n FUN_002ca2d0(local_34);\n return;\ncode_r0x002745be:\n piVar6 = piVar6 + 1;\n local_54 = uVar5;\n local_50 = param_2;\n goto joined_r0x00274577;\n}\n\n" comment (function_definition "void __regparm2 FUN_00274510(undefined4 param_1,uint param_2,int param_3,int param_4)\n\n{\n int iVar1;\n uint uVar2;\n uint uVar3;\n uint uVar4;\n uint uVar5;\n int *piVar6;\n int iVar7;\n int iVar8;\n undefined8 uVar9;\n uint local_54;\n uint local_50;\n undefined1 local_34 [8];\n uint local_2c;\n int local_28;\n int local_24;\n \n if (*(int *)(DAT_005ea7c8 + 8) == 0) {\nLAB_00274760:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options",param_2);\n }\n uVar9 = FUN_002b5cd0(*(int *)(DAT_005ea7c8 + 8));\n param_2 = (uint)((ulonglong)uVar9 >> 0x20);\n if ((int)uVar9 != 1) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/layout.cc",0x1714,"write_binary",(int)uVar9);\n }\n local_54 = 0;\n local_50 = 0;\n piVar6 = *(int **)(param_3 + 0x124);\njoined_r0x00274577:\n if (piVar6 != *(int **)(param_3 + 0x128)) {\n do {\n iVar1 = *piVar6;\n if (*(int *)(iVar1 + 0x194) == 1) {\n uVar2 = *(uint *)(iVar1 + 0x18c);\n param_2 = *(uint *)(iVar1 + 400);\n if ((int)-param_2 < (int)(uint)(uVar2 != 0)) {\n uVar5 = uVar2 + *(uint *)(iVar1 + 0x164);\n param_2 = param_2 + *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar2,*(uint *)(iVar1 + 0x164))\n ;\n if (local_50 < param_2 || local_50 - param_2 < (uint)(local_54 < uVar5))\n goto code_r0x002745be;\n }\n }\n piVar6 = piVar6 + 1;\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n } while( true );\n }\n if (*(int *)(DAT_005ea7c8 + 8) == 0) goto LAB_00274760;\n FUN_002c9940(local_34,*(undefined4 *)(*(int *)(DAT_005ea7c8 + 8) + 0x27a8));\n FUN_002c9c60(local_34,local_54,local_50);\n piVar6 = *(int **)(param_3 + 0x124);\n if (piVar6 != *(int **)(param_3 + 0x128)) {\nLAB_00274643:\n do {\n iVar1 = *piVar6;\n if ((*(int *)(iVar1 + 0x194) == 1) &&\n (uVar2 = *(uint *)(iVar1 + 0x18c), -*(int *)(iVar1 + 400) < (int)(uint)(uVar2 != 0))) {\n uVar5 = *(uint *)(iVar1 + 0x184);\n if ((-1 < *(int *)(iVar1 + 0x188)) &&\n (iVar8 = *(int *)(iVar1 + 0x188) + (uint)CARRY4(uVar2,uVar5),\n uVar3 = (uint)(*(uint *)(param_4 + 8) < uVar2 + uVar5),\n iVar7 = *(int *)(param_4 + 0xc) - iVar8,\n (SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3)) ==\n (int)(iVar7 - uVar3) < 0)) {\n uVar3 = *(uint *)(iVar1 + 0x164);\n if ((-1 < *(int *)(iVar1 + 0x168)) &&\n (iVar7 = *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar3,uVar2),\n uVar4 = (uint)(local_2c < uVar3 + uVar2), iVar1 = local_28 - iVar7,\n (SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0)) {\n piVar6 = piVar6 + 1;\n memcpy((void *)(uVar3 + local_24),(void *)(*(int *)(param_4 + 0x10) + uVar5),uVar2);\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n goto LAB_00274643;\n }\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0x6f,"get_output_view");\n }\n piVar6 = piVar6 + 1;\n } while (*(int **)(param_3 + 0x128) != piVar6);\n }\n FUN_002ca2d0(local_34);\n return;\ncode_r0x002745be:\n piVar6 = piVar6 + 1;\n local_54 = uVar5;\n local_50 = param_2;\n goto joined_r0x00274577;\n}" primitive_type (ERROR "__regparm2" identifier) (function_declarator "FUN_00274510(undefined4 param_1,uint param_2,int param_3,int param_4)" identifier (parameter_list "(undefined4 param_1,uint param_2,int param_3,int param_4)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "uint param_2" type_identifier identifier) , (parameter_declaration "int param_3" primitive_type identifier) , (parameter_declaration "int param_4" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n uint uVar2;\n uint uVar3;\n uint uVar4;\n uint uVar5;\n int *piVar6;\n int iVar7;\n int iVar8;\n undefined8 uVar9;\n uint local_54;\n uint local_50;\n undefined1 local_34 [8];\n uint local_2c;\n int local_28;\n int local_24;\n \n if (*(int *)(DAT_005ea7c8 + 8) == 0) {\nLAB_00274760:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options",param_2);\n }\n uVar9 = FUN_002b5cd0(*(int *)(DAT_005ea7c8 + 8));\n param_2 = (uint)((ulonglong)uVar9 >> 0x20);\n if ((int)uVar9 != 1) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/layout.cc",0x1714,"write_binary",(int)uVar9);\n }\n local_54 = 0;\n local_50 = 0;\n piVar6 = *(int **)(param_3 + 0x124);\njoined_r0x00274577:\n if (piVar6 != *(int **)(param_3 + 0x128)) {\n do {\n iVar1 = *piVar6;\n if (*(int *)(iVar1 + 0x194) == 1) {\n uVar2 = *(uint *)(iVar1 + 0x18c);\n param_2 = *(uint *)(iVar1 + 400);\n if ((int)-param_2 < (int)(uint)(uVar2 != 0)) {\n uVar5 = uVar2 + *(uint *)(iVar1 + 0x164);\n param_2 = param_2 + *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar2,*(uint *)(iVar1 + 0x164))\n ;\n if (local_50 < param_2 || local_50 - param_2 < (uint)(local_54 < uVar5))\n goto code_r0x002745be;\n }\n }\n piVar6 = piVar6 + 1;\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n } while( true );\n }\n if (*(int *)(DAT_005ea7c8 + 8) == 0) goto LAB_00274760;\n FUN_002c9940(local_34,*(undefined4 *)(*(int *)(DAT_005ea7c8 + 8) + 0x27a8));\n FUN_002c9c60(local_34,local_54,local_50);\n piVar6 = *(int **)(param_3 + 0x124);\n if (piVar6 != *(int **)(param_3 + 0x128)) {\nLAB_00274643:\n do {\n iVar1 = *piVar6;\n if ((*(int *)(iVar1 + 0x194) == 1) &&\n (uVar2 = *(uint *)(iVar1 + 0x18c), -*(int *)(iVar1 + 400) < (int)(uint)(uVar2 != 0))) {\n uVar5 = *(uint *)(iVar1 + 0x184);\n if ((-1 < *(int *)(iVar1 + 0x188)) &&\n (iVar8 = *(int *)(iVar1 + 0x188) + (uint)CARRY4(uVar2,uVar5),\n uVar3 = (uint)(*(uint *)(param_4 + 8) < uVar2 + uVar5),\n iVar7 = *(int *)(param_4 + 0xc) - iVar8,\n (SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3)) ==\n (int)(iVar7 - uVar3) < 0)) {\n uVar3 = *(uint *)(iVar1 + 0x164);\n if ((-1 < *(int *)(iVar1 + 0x168)) &&\n (iVar7 = *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar3,uVar2),\n uVar4 = (uint)(local_2c < uVar3 + uVar2), iVar1 = local_28 - iVar7,\n (SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0)) {\n piVar6 = piVar6 + 1;\n memcpy((void *)(uVar3 + local_24),(void *)(*(int *)(param_4 + 0x10) + uVar5),uVar2);\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n goto LAB_00274643;\n }\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0x6f,"get_output_view");\n }\n piVar6 = piVar6 + 1;\n } while (*(int **)(param_3 + 0x128) != piVar6);\n }\n FUN_002ca2d0(local_34);\n return;\ncode_r0x002745be:\n piVar6 = piVar6 + 1;\n local_54 = uVar5;\n local_50 = param_2;\n goto joined_r0x00274577;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "uint uVar3;" type_identifier identifier ;) (declaration "uint uVar4;" type_identifier identifier ;) (declaration "uint uVar5;" type_identifier identifier ;) (declaration "int *piVar6;" primitive_type (pointer_declarator "*piVar6" * identifier) ;) (declaration "int iVar7;" primitive_type identifier ;) (declaration "int iVar8;" primitive_type identifier ;) (declaration "undefined8 uVar9;" type_identifier identifier ;) (declaration "uint local_54;" type_identifier identifier ;) (declaration "uint local_50;" type_identifier identifier ;) (declaration "undefined1 local_34 [8];" type_identifier (array_declarator "local_34 [8]" identifier [ number_literal ]) ;) (declaration "uint local_2c;" type_identifier identifier ;) (declaration "int local_28;" primitive_type identifier ;) (declaration "int local_24;" primitive_type identifier ;) (if_statement "if (*(int *)(DAT_005ea7c8 + 8) == 0) {\nLAB_00274760:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options",param_2);\n }" if (parenthesized_expression "(*(int *)(DAT_005ea7c8 + 8) == 0)" ( (binary_expression "*(int *)(DAT_005ea7c8 + 8) == 0" (pointer_expression "*(int *)(DAT_005ea7c8 + 8)" * (cast_expression "(int *)(DAT_005ea7c8 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_005ea7c8 + 8)" ( (binary_expression "DAT_005ea7c8 + 8" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\nLAB_00274760:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options",param_2);\n }" { (labeled_statement "LAB_00274760:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options",param_2);" statement_identifier : comment (expression_statement "FUN_002446e0("../../gold/parameters.h",0x5c,"options",param_2);" (call_expression "FUN_002446e0("../../gold/parameters.h",0x5c,"options",param_2)" identifier (argument_list "("../../gold/parameters.h",0x5c,"options",param_2)" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""options"" " string_content ") , identifier ))) ;)) })) (expression_statement "uVar9 = FUN_002b5cd0(*(int *)(DAT_005ea7c8 + 8));" (assignment_expression "uVar9 = FUN_002b5cd0(*(int *)(DAT_005ea7c8 + 8))" identifier = (call_expression "FUN_002b5cd0(*(int *)(DAT_005ea7c8 + 8))" identifier (argument_list "(*(int *)(DAT_005ea7c8 + 8))" ( (pointer_expression "*(int *)(DAT_005ea7c8 + 8)" * (cast_expression "(int *)(DAT_005ea7c8 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_005ea7c8 + 8)" ( (binary_expression "DAT_005ea7c8 + 8" identifier + number_literal) )))) )))) ;) (expression_statement "param_2 = (uint)((ulonglong)uVar9 >> 0x20);" (assignment_expression "param_2 = (uint)((ulonglong)uVar9 >> 0x20)" identifier = (call_expression "(uint)((ulonglong)uVar9 >> 0x20)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "((ulonglong)uVar9 >> 0x20)" ( (binary_expression "(ulonglong)uVar9 >> 0x20" (cast_expression "(ulonglong)uVar9" ( (type_descriptor "ulonglong" type_identifier) ) identifier) >> number_literal) )))) ;) (if_statement "if ((int)uVar9 != 1) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/layout.cc",0x1714,"write_binary",(int)uVar9);\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 /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/layout.cc",0x1714,"write_binary",(int)uVar9);\n }" { comment (expression_statement "FUN_002446e0("../../gold/layout.cc",0x1714,"write_binary",(int)uVar9);" (call_expression "FUN_002446e0("../../gold/layout.cc",0x1714,"write_binary",(int)uVar9)" identifier (argument_list "("../../gold/layout.cc",0x1714,"write_binary",(int)uVar9)" ( (string_literal ""../../gold/layout.cc"" " string_content ") , number_literal , (string_literal ""write_binary"" " string_content ") , (cast_expression "(int)uVar9" ( (type_descriptor "int" primitive_type) ) identifier) ))) ;) })) (expression_statement "local_54 = 0;" (assignment_expression "local_54 = 0" identifier = number_literal) ;) (expression_statement "local_50 = 0;" (assignment_expression "local_50 = 0" identifier = number_literal) ;) (expression_statement "piVar6 = *(int **)(param_3 + 0x124);" (assignment_expression "piVar6 = *(int **)(param_3 + 0x124)" identifier = (pointer_expression "*(int **)(param_3 + 0x124)" * (cast_expression "(int **)(param_3 + 0x124)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_3 + 0x124)" ( (binary_expression "param_3 + 0x124" identifier + number_literal) ))))) ;) (labeled_statement "joined_r0x00274577:\n if (piVar6 != *(int **)(param_3 + 0x128)) {\n do {\n iVar1 = *piVar6;\n if (*(int *)(iVar1 + 0x194) == 1) {\n uVar2 = *(uint *)(iVar1 + 0x18c);\n param_2 = *(uint *)(iVar1 + 400);\n if ((int)-param_2 < (int)(uint)(uVar2 != 0)) {\n uVar5 = uVar2 + *(uint *)(iVar1 + 0x164);\n param_2 = param_2 + *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar2,*(uint *)(iVar1 + 0x164))\n ;\n if (local_50 < param_2 || local_50 - param_2 < (uint)(local_54 < uVar5))\n goto code_r0x002745be;\n }\n }\n piVar6 = piVar6 + 1;\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n } while( true );\n }" statement_identifier : (if_statement "if (piVar6 != *(int **)(param_3 + 0x128)) {\n do {\n iVar1 = *piVar6;\n if (*(int *)(iVar1 + 0x194) == 1) {\n uVar2 = *(uint *)(iVar1 + 0x18c);\n param_2 = *(uint *)(iVar1 + 400);\n if ((int)-param_2 < (int)(uint)(uVar2 != 0)) {\n uVar5 = uVar2 + *(uint *)(iVar1 + 0x164);\n param_2 = param_2 + *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar2,*(uint *)(iVar1 + 0x164))\n ;\n if (local_50 < param_2 || local_50 - param_2 < (uint)(local_54 < uVar5))\n goto code_r0x002745be;\n }\n }\n piVar6 = piVar6 + 1;\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n } while( true );\n }" if (parenthesized_expression "(piVar6 != *(int **)(param_3 + 0x128))" ( (binary_expression "piVar6 != *(int **)(param_3 + 0x128)" identifier != (pointer_expression "*(int **)(param_3 + 0x128)" * (cast_expression "(int **)(param_3 + 0x128)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_3 + 0x128)" ( (binary_expression "param_3 + 0x128" identifier + number_literal) ))))) )) (compound_statement "{\n do {\n iVar1 = *piVar6;\n if (*(int *)(iVar1 + 0x194) == 1) {\n uVar2 = *(uint *)(iVar1 + 0x18c);\n param_2 = *(uint *)(iVar1 + 400);\n if ((int)-param_2 < (int)(uint)(uVar2 != 0)) {\n uVar5 = uVar2 + *(uint *)(iVar1 + 0x164);\n param_2 = param_2 + *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar2,*(uint *)(iVar1 + 0x164))\n ;\n if (local_50 < param_2 || local_50 - param_2 < (uint)(local_54 < uVar5))\n goto code_r0x002745be;\n }\n }\n piVar6 = piVar6 + 1;\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n } while( true );\n }" { (do_statement "do {\n iVar1 = *piVar6;\n if (*(int *)(iVar1 + 0x194) == 1) {\n uVar2 = *(uint *)(iVar1 + 0x18c);\n param_2 = *(uint *)(iVar1 + 400);\n if ((int)-param_2 < (int)(uint)(uVar2 != 0)) {\n uVar5 = uVar2 + *(uint *)(iVar1 + 0x164);\n param_2 = param_2 + *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar2,*(uint *)(iVar1 + 0x164))\n ;\n if (local_50 < param_2 || local_50 - param_2 < (uint)(local_54 < uVar5))\n goto code_r0x002745be;\n }\n }\n piVar6 = piVar6 + 1;\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n } while( true );" do (compound_statement "{\n iVar1 = *piVar6;\n if (*(int *)(iVar1 + 0x194) == 1) {\n uVar2 = *(uint *)(iVar1 + 0x18c);\n param_2 = *(uint *)(iVar1 + 400);\n if ((int)-param_2 < (int)(uint)(uVar2 != 0)) {\n uVar5 = uVar2 + *(uint *)(iVar1 + 0x164);\n param_2 = param_2 + *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar2,*(uint *)(iVar1 + 0x164))\n ;\n if (local_50 < param_2 || local_50 - param_2 < (uint)(local_54 < uVar5))\n goto code_r0x002745be;\n }\n }\n piVar6 = piVar6 + 1;\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n }" { (expression_statement "iVar1 = *piVar6;" (assignment_expression "iVar1 = *piVar6" identifier = (pointer_expression "*piVar6" * identifier)) ;) (if_statement "if (*(int *)(iVar1 + 0x194) == 1) {\n uVar2 = *(uint *)(iVar1 + 0x18c);\n param_2 = *(uint *)(iVar1 + 400);\n if ((int)-param_2 < (int)(uint)(uVar2 != 0)) {\n uVar5 = uVar2 + *(uint *)(iVar1 + 0x164);\n param_2 = param_2 + *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar2,*(uint *)(iVar1 + 0x164))\n ;\n if (local_50 < param_2 || local_50 - param_2 < (uint)(local_54 < uVar5))\n goto code_r0x002745be;\n }\n }" if (parenthesized_expression "(*(int *)(iVar1 + 0x194) == 1)" ( (binary_expression "*(int *)(iVar1 + 0x194) == 1" (pointer_expression "*(int *)(iVar1 + 0x194)" * (cast_expression "(int *)(iVar1 + 0x194)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x194)" ( (binary_expression "iVar1 + 0x194" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n uVar2 = *(uint *)(iVar1 + 0x18c);\n param_2 = *(uint *)(iVar1 + 400);\n if ((int)-param_2 < (int)(uint)(uVar2 != 0)) {\n uVar5 = uVar2 + *(uint *)(iVar1 + 0x164);\n param_2 = param_2 + *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar2,*(uint *)(iVar1 + 0x164))\n ;\n if (local_50 < param_2 || local_50 - param_2 < (uint)(local_54 < uVar5))\n goto code_r0x002745be;\n }\n }" { (expression_statement "uVar2 = *(uint *)(iVar1 + 0x18c);" (assignment_expression "uVar2 = *(uint *)(iVar1 + 0x18c)" identifier = (pointer_expression "*(uint *)(iVar1 + 0x18c)" * (cast_expression "(uint *)(iVar1 + 0x18c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x18c)" ( (binary_expression "iVar1 + 0x18c" identifier + number_literal) ))))) ;) (expression_statement "param_2 = *(uint *)(iVar1 + 400);" (assignment_expression "param_2 = *(uint *)(iVar1 + 400)" identifier = (pointer_expression "*(uint *)(iVar1 + 400)" * (cast_expression "(uint *)(iVar1 + 400)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 400)" ( (binary_expression "iVar1 + 400" identifier + number_literal) ))))) ;) (if_statement "if ((int)-param_2 < (int)(uint)(uVar2 != 0)) {\n uVar5 = uVar2 + *(uint *)(iVar1 + 0x164);\n param_2 = param_2 + *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar2,*(uint *)(iVar1 + 0x164))\n ;\n if (local_50 < param_2 || local_50 - param_2 < (uint)(local_54 < uVar5))\n goto code_r0x002745be;\n }" if (parenthesized_expression "((int)-param_2 < (int)(uint)(uVar2 != 0))" ( (binary_expression "(int)-param_2 < (int)(uint)(uVar2 != 0)" (cast_expression "(int)-param_2" ( (type_descriptor "int" primitive_type) ) (unary_expression "-param_2" - identifier)) < (cast_expression "(int)(uint)(uVar2 != 0)" ( (type_descriptor "int" primitive_type) ) (call_expression "(uint)(uVar2 != 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(uVar2 != 0)" ( (binary_expression "uVar2 != 0" identifier != number_literal) ))))) )) (compound_statement "{\n uVar5 = uVar2 + *(uint *)(iVar1 + 0x164);\n param_2 = param_2 + *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar2,*(uint *)(iVar1 + 0x164))\n ;\n if (local_50 < param_2 || local_50 - param_2 < (uint)(local_54 < uVar5))\n goto code_r0x002745be;\n }" { (expression_statement "uVar5 = uVar2 + *(uint *)(iVar1 + 0x164);" (assignment_expression "uVar5 = uVar2 + *(uint *)(iVar1 + 0x164)" identifier = (binary_expression "uVar2 + *(uint *)(iVar1 + 0x164)" identifier + (pointer_expression "*(uint *)(iVar1 + 0x164)" * (cast_expression "(uint *)(iVar1 + 0x164)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x164)" ( (binary_expression "iVar1 + 0x164" identifier + number_literal) )))))) ;) (expression_statement "param_2 = param_2 + *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar2,*(uint *)(iVar1 + 0x164))\n ;" (assignment_expression "param_2 = param_2 + *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar2,*(uint *)(iVar1 + 0x164))" identifier = (binary_expression "param_2 + *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar2,*(uint *)(iVar1 + 0x164))" (binary_expression "param_2 + *(int *)(iVar1 + 0x168)" identifier + (pointer_expression "*(int *)(iVar1 + 0x168)" * (cast_expression "(int *)(iVar1 + 0x168)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x168)" ( (binary_expression "iVar1 + 0x168" identifier + number_literal) ))))) + (cast_expression "(uint)CARRY4(uVar2,*(uint *)(iVar1 + 0x164))" ( (type_descriptor "uint" type_identifier) ) (call_expression "CARRY4(uVar2,*(uint *)(iVar1 + 0x164))" identifier (argument_list "(uVar2,*(uint *)(iVar1 + 0x164))" ( identifier , (pointer_expression "*(uint *)(iVar1 + 0x164)" * (cast_expression "(uint *)(iVar1 + 0x164)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x164)" ( (binary_expression "iVar1 + 0x164" identifier + number_literal) )))) )))))) ;) (if_statement "if (local_50 < param_2 || local_50 - param_2 < (uint)(local_54 < uVar5))\n goto code_r0x002745be;" if (parenthesized_expression "(local_50 < param_2 || local_50 - param_2 < (uint)(local_54 < uVar5))" ( (binary_expression "local_50 < param_2 || local_50 - param_2 < (uint)(local_54 < uVar5)" (binary_expression "local_50 < param_2" identifier < identifier) || (binary_expression "local_50 - param_2 < (uint)(local_54 < uVar5)" (binary_expression "local_50 - param_2" identifier - identifier) < (call_expression "(uint)(local_54 < uVar5)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(local_54 < uVar5)" ( (binary_expression "local_54 < uVar5" identifier < identifier) ))))) )) (goto_statement "goto code_r0x002745be;" goto statement_identifier ;)) })) })) (expression_statement "piVar6 = piVar6 + 1;" (assignment_expression "piVar6 = piVar6 + 1" identifier = (binary_expression "piVar6 + 1" identifier + number_literal)) ;) (if_statement "if (*(int **)(param_3 + 0x128) == piVar6) break;" if (parenthesized_expression "(*(int **)(param_3 + 0x128) == piVar6)" ( (binary_expression "*(int **)(param_3 + 0x128) == piVar6" (pointer_expression "*(int **)(param_3 + 0x128)" * (cast_expression "(int **)(param_3 + 0x128)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_3 + 0x128)" ( (binary_expression "param_3 + 0x128" identifier + number_literal) )))) == identifier) )) (break_statement "break;" break ;)) }) while (parenthesized_expression "( true )" ( true )) ;) }))) (if_statement "if (*(int *)(DAT_005ea7c8 + 8) == 0) goto LAB_00274760;" if (parenthesized_expression "(*(int *)(DAT_005ea7c8 + 8) == 0)" ( (binary_expression "*(int *)(DAT_005ea7c8 + 8) == 0" (pointer_expression "*(int *)(DAT_005ea7c8 + 8)" * (cast_expression "(int *)(DAT_005ea7c8 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_005ea7c8 + 8)" ( (binary_expression "DAT_005ea7c8 + 8" identifier + number_literal) )))) == number_literal) )) (goto_statement "goto LAB_00274760;" goto statement_identifier ;)) (expression_statement "FUN_002c9940(local_34,*(undefined4 *)(*(int *)(DAT_005ea7c8 + 8) + 0x27a8));" (call_expression "FUN_002c9940(local_34,*(undefined4 *)(*(int *)(DAT_005ea7c8 + 8) + 0x27a8))" identifier (argument_list "(local_34,*(undefined4 *)(*(int *)(DAT_005ea7c8 + 8) + 0x27a8))" ( identifier , (pointer_expression "*(undefined4 *)(*(int *)(DAT_005ea7c8 + 8) + 0x27a8)" * (cast_expression "(undefined4 *)(*(int *)(DAT_005ea7c8 + 8) + 0x27a8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(DAT_005ea7c8 + 8) + 0x27a8)" ( (binary_expression "*(int *)(DAT_005ea7c8 + 8) + 0x27a8" (pointer_expression "*(int *)(DAT_005ea7c8 + 8)" * (cast_expression "(int *)(DAT_005ea7c8 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_005ea7c8 + 8)" ( (binary_expression "DAT_005ea7c8 + 8" identifier + number_literal) )))) + number_literal) )))) ))) ;) (expression_statement "FUN_002c9c60(local_34,local_54,local_50);" (call_expression "FUN_002c9c60(local_34,local_54,local_50)" identifier (argument_list "(local_34,local_54,local_50)" ( identifier , identifier , identifier ))) ;) (expression_statement "piVar6 = *(int **)(param_3 + 0x124);" (assignment_expression "piVar6 = *(int **)(param_3 + 0x124)" identifier = (pointer_expression "*(int **)(param_3 + 0x124)" * (cast_expression "(int **)(param_3 + 0x124)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_3 + 0x124)" ( (binary_expression "param_3 + 0x124" identifier + number_literal) ))))) ;) (if_statement "if (piVar6 != *(int **)(param_3 + 0x128)) {\nLAB_00274643:\n do {\n iVar1 = *piVar6;\n if ((*(int *)(iVar1 + 0x194) == 1) &&\n (uVar2 = *(uint *)(iVar1 + 0x18c), -*(int *)(iVar1 + 400) < (int)(uint)(uVar2 != 0))) {\n uVar5 = *(uint *)(iVar1 + 0x184);\n if ((-1 < *(int *)(iVar1 + 0x188)) &&\n (iVar8 = *(int *)(iVar1 + 0x188) + (uint)CARRY4(uVar2,uVar5),\n uVar3 = (uint)(*(uint *)(param_4 + 8) < uVar2 + uVar5),\n iVar7 = *(int *)(param_4 + 0xc) - iVar8,\n (SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3)) ==\n (int)(iVar7 - uVar3) < 0)) {\n uVar3 = *(uint *)(iVar1 + 0x164);\n if ((-1 < *(int *)(iVar1 + 0x168)) &&\n (iVar7 = *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar3,uVar2),\n uVar4 = (uint)(local_2c < uVar3 + uVar2), iVar1 = local_28 - iVar7,\n (SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0)) {\n piVar6 = piVar6 + 1;\n memcpy((void *)(uVar3 + local_24),(void *)(*(int *)(param_4 + 0x10) + uVar5),uVar2);\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n goto LAB_00274643;\n }\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0x6f,"get_output_view");\n }\n piVar6 = piVar6 + 1;\n } while (*(int **)(param_3 + 0x128) != piVar6);\n }" if (parenthesized_expression "(piVar6 != *(int **)(param_3 + 0x128))" ( (binary_expression "piVar6 != *(int **)(param_3 + 0x128)" identifier != (pointer_expression "*(int **)(param_3 + 0x128)" * (cast_expression "(int **)(param_3 + 0x128)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_3 + 0x128)" ( (binary_expression "param_3 + 0x128" identifier + number_literal) ))))) )) (compound_statement "{\nLAB_00274643:\n do {\n iVar1 = *piVar6;\n if ((*(int *)(iVar1 + 0x194) == 1) &&\n (uVar2 = *(uint *)(iVar1 + 0x18c), -*(int *)(iVar1 + 400) < (int)(uint)(uVar2 != 0))) {\n uVar5 = *(uint *)(iVar1 + 0x184);\n if ((-1 < *(int *)(iVar1 + 0x188)) &&\n (iVar8 = *(int *)(iVar1 + 0x188) + (uint)CARRY4(uVar2,uVar5),\n uVar3 = (uint)(*(uint *)(param_4 + 8) < uVar2 + uVar5),\n iVar7 = *(int *)(param_4 + 0xc) - iVar8,\n (SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3)) ==\n (int)(iVar7 - uVar3) < 0)) {\n uVar3 = *(uint *)(iVar1 + 0x164);\n if ((-1 < *(int *)(iVar1 + 0x168)) &&\n (iVar7 = *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar3,uVar2),\n uVar4 = (uint)(local_2c < uVar3 + uVar2), iVar1 = local_28 - iVar7,\n (SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0)) {\n piVar6 = piVar6 + 1;\n memcpy((void *)(uVar3 + local_24),(void *)(*(int *)(param_4 + 0x10) + uVar5),uVar2);\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n goto LAB_00274643;\n }\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0x6f,"get_output_view");\n }\n piVar6 = piVar6 + 1;\n } while (*(int **)(param_3 + 0x128) != piVar6);\n }" { (labeled_statement "LAB_00274643:\n do {\n iVar1 = *piVar6;\n if ((*(int *)(iVar1 + 0x194) == 1) &&\n (uVar2 = *(uint *)(iVar1 + 0x18c), -*(int *)(iVar1 + 400) < (int)(uint)(uVar2 != 0))) {\n uVar5 = *(uint *)(iVar1 + 0x184);\n if ((-1 < *(int *)(iVar1 + 0x188)) &&\n (iVar8 = *(int *)(iVar1 + 0x188) + (uint)CARRY4(uVar2,uVar5),\n uVar3 = (uint)(*(uint *)(param_4 + 8) < uVar2 + uVar5),\n iVar7 = *(int *)(param_4 + 0xc) - iVar8,\n (SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3)) ==\n (int)(iVar7 - uVar3) < 0)) {\n uVar3 = *(uint *)(iVar1 + 0x164);\n if ((-1 < *(int *)(iVar1 + 0x168)) &&\n (iVar7 = *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar3,uVar2),\n uVar4 = (uint)(local_2c < uVar3 + uVar2), iVar1 = local_28 - iVar7,\n (SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0)) {\n piVar6 = piVar6 + 1;\n memcpy((void *)(uVar3 + local_24),(void *)(*(int *)(param_4 + 0x10) + uVar5),uVar2);\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n goto LAB_00274643;\n }\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0x6f,"get_output_view");\n }\n piVar6 = piVar6 + 1;\n } while (*(int **)(param_3 + 0x128) != piVar6);" statement_identifier : (do_statement "do {\n iVar1 = *piVar6;\n if ((*(int *)(iVar1 + 0x194) == 1) &&\n (uVar2 = *(uint *)(iVar1 + 0x18c), -*(int *)(iVar1 + 400) < (int)(uint)(uVar2 != 0))) {\n uVar5 = *(uint *)(iVar1 + 0x184);\n if ((-1 < *(int *)(iVar1 + 0x188)) &&\n (iVar8 = *(int *)(iVar1 + 0x188) + (uint)CARRY4(uVar2,uVar5),\n uVar3 = (uint)(*(uint *)(param_4 + 8) < uVar2 + uVar5),\n iVar7 = *(int *)(param_4 + 0xc) - iVar8,\n (SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3)) ==\n (int)(iVar7 - uVar3) < 0)) {\n uVar3 = *(uint *)(iVar1 + 0x164);\n if ((-1 < *(int *)(iVar1 + 0x168)) &&\n (iVar7 = *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar3,uVar2),\n uVar4 = (uint)(local_2c < uVar3 + uVar2), iVar1 = local_28 - iVar7,\n (SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0)) {\n piVar6 = piVar6 + 1;\n memcpy((void *)(uVar3 + local_24),(void *)(*(int *)(param_4 + 0x10) + uVar5),uVar2);\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n goto LAB_00274643;\n }\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0x6f,"get_output_view");\n }\n piVar6 = piVar6 + 1;\n } while (*(int **)(param_3 + 0x128) != piVar6);" do (compound_statement "{\n iVar1 = *piVar6;\n if ((*(int *)(iVar1 + 0x194) == 1) &&\n (uVar2 = *(uint *)(iVar1 + 0x18c), -*(int *)(iVar1 + 400) < (int)(uint)(uVar2 != 0))) {\n uVar5 = *(uint *)(iVar1 + 0x184);\n if ((-1 < *(int *)(iVar1 + 0x188)) &&\n (iVar8 = *(int *)(iVar1 + 0x188) + (uint)CARRY4(uVar2,uVar5),\n uVar3 = (uint)(*(uint *)(param_4 + 8) < uVar2 + uVar5),\n iVar7 = *(int *)(param_4 + 0xc) - iVar8,\n (SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3)) ==\n (int)(iVar7 - uVar3) < 0)) {\n uVar3 = *(uint *)(iVar1 + 0x164);\n if ((-1 < *(int *)(iVar1 + 0x168)) &&\n (iVar7 = *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar3,uVar2),\n uVar4 = (uint)(local_2c < uVar3 + uVar2), iVar1 = local_28 - iVar7,\n (SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0)) {\n piVar6 = piVar6 + 1;\n memcpy((void *)(uVar3 + local_24),(void *)(*(int *)(param_4 + 0x10) + uVar5),uVar2);\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n goto LAB_00274643;\n }\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0x6f,"get_output_view");\n }\n piVar6 = piVar6 + 1;\n }" { (expression_statement "iVar1 = *piVar6;" (assignment_expression "iVar1 = *piVar6" identifier = (pointer_expression "*piVar6" * identifier)) ;) (if_statement "if ((*(int *)(iVar1 + 0x194) == 1) &&\n (uVar2 = *(uint *)(iVar1 + 0x18c), -*(int *)(iVar1 + 400) < (int)(uint)(uVar2 != 0))) {\n uVar5 = *(uint *)(iVar1 + 0x184);\n if ((-1 < *(int *)(iVar1 + 0x188)) &&\n (iVar8 = *(int *)(iVar1 + 0x188) + (uint)CARRY4(uVar2,uVar5),\n uVar3 = (uint)(*(uint *)(param_4 + 8) < uVar2 + uVar5),\n iVar7 = *(int *)(param_4 + 0xc) - iVar8,\n (SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3)) ==\n (int)(iVar7 - uVar3) < 0)) {\n uVar3 = *(uint *)(iVar1 + 0x164);\n if ((-1 < *(int *)(iVar1 + 0x168)) &&\n (iVar7 = *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar3,uVar2),\n uVar4 = (uint)(local_2c < uVar3 + uVar2), iVar1 = local_28 - iVar7,\n (SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0)) {\n piVar6 = piVar6 + 1;\n memcpy((void *)(uVar3 + local_24),(void *)(*(int *)(param_4 + 0x10) + uVar5),uVar2);\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n goto LAB_00274643;\n }\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0x6f,"get_output_view");\n }" if (parenthesized_expression "((*(int *)(iVar1 + 0x194) == 1) &&\n (uVar2 = *(uint *)(iVar1 + 0x18c), -*(int *)(iVar1 + 400) < (int)(uint)(uVar2 != 0)))" ( (binary_expression "(*(int *)(iVar1 + 0x194) == 1) &&\n (uVar2 = *(uint *)(iVar1 + 0x18c), -*(int *)(iVar1 + 400) < (int)(uint)(uVar2 != 0))" (parenthesized_expression "(*(int *)(iVar1 + 0x194) == 1)" ( (binary_expression "*(int *)(iVar1 + 0x194) == 1" (pointer_expression "*(int *)(iVar1 + 0x194)" * (cast_expression "(int *)(iVar1 + 0x194)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x194)" ( (binary_expression "iVar1 + 0x194" identifier + number_literal) )))) == number_literal) )) && (parenthesized_expression "(uVar2 = *(uint *)(iVar1 + 0x18c), -*(int *)(iVar1 + 400) < (int)(uint)(uVar2 != 0))" ( (comma_expression "uVar2 = *(uint *)(iVar1 + 0x18c), -*(int *)(iVar1 + 400) < (int)(uint)(uVar2 != 0)" (assignment_expression "uVar2 = *(uint *)(iVar1 + 0x18c)" identifier = (pointer_expression "*(uint *)(iVar1 + 0x18c)" * (cast_expression "(uint *)(iVar1 + 0x18c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x18c)" ( (binary_expression "iVar1 + 0x18c" identifier + number_literal) ))))) , (binary_expression "-*(int *)(iVar1 + 400) < (int)(uint)(uVar2 != 0)" (unary_expression "-*(int *)(iVar1 + 400)" - (pointer_expression "*(int *)(iVar1 + 400)" * (cast_expression "(int *)(iVar1 + 400)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 400)" ( (binary_expression "iVar1 + 400" identifier + number_literal) ))))) < (cast_expression "(int)(uint)(uVar2 != 0)" ( (type_descriptor "int" primitive_type) ) (call_expression "(uint)(uVar2 != 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(uVar2 != 0)" ( (binary_expression "uVar2 != 0" identifier != number_literal) )))))) ))) )) (compound_statement "{\n uVar5 = *(uint *)(iVar1 + 0x184);\n if ((-1 < *(int *)(iVar1 + 0x188)) &&\n (iVar8 = *(int *)(iVar1 + 0x188) + (uint)CARRY4(uVar2,uVar5),\n uVar3 = (uint)(*(uint *)(param_4 + 8) < uVar2 + uVar5),\n iVar7 = *(int *)(param_4 + 0xc) - iVar8,\n (SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3)) ==\n (int)(iVar7 - uVar3) < 0)) {\n uVar3 = *(uint *)(iVar1 + 0x164);\n if ((-1 < *(int *)(iVar1 + 0x168)) &&\n (iVar7 = *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar3,uVar2),\n uVar4 = (uint)(local_2c < uVar3 + uVar2), iVar1 = local_28 - iVar7,\n (SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0)) {\n piVar6 = piVar6 + 1;\n memcpy((void *)(uVar3 + local_24),(void *)(*(int *)(param_4 + 0x10) + uVar5),uVar2);\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n goto LAB_00274643;\n }\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0x6f,"get_output_view");\n }" { (expression_statement "uVar5 = *(uint *)(iVar1 + 0x184);" (assignment_expression "uVar5 = *(uint *)(iVar1 + 0x184)" identifier = (pointer_expression "*(uint *)(iVar1 + 0x184)" * (cast_expression "(uint *)(iVar1 + 0x184)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x184)" ( (binary_expression "iVar1 + 0x184" identifier + number_literal) ))))) ;) (if_statement "if ((-1 < *(int *)(iVar1 + 0x188)) &&\n (iVar8 = *(int *)(iVar1 + 0x188) + (uint)CARRY4(uVar2,uVar5),\n uVar3 = (uint)(*(uint *)(param_4 + 8) < uVar2 + uVar5),\n iVar7 = *(int *)(param_4 + 0xc) - iVar8,\n (SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3)) ==\n (int)(iVar7 - uVar3) < 0)) {\n uVar3 = *(uint *)(iVar1 + 0x164);\n if ((-1 < *(int *)(iVar1 + 0x168)) &&\n (iVar7 = *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar3,uVar2),\n uVar4 = (uint)(local_2c < uVar3 + uVar2), iVar1 = local_28 - iVar7,\n (SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0)) {\n piVar6 = piVar6 + 1;\n memcpy((void *)(uVar3 + local_24),(void *)(*(int *)(param_4 + 0x10) + uVar5),uVar2);\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n goto LAB_00274643;\n }\n }" if (parenthesized_expression "((-1 < *(int *)(iVar1 + 0x188)) &&\n (iVar8 = *(int *)(iVar1 + 0x188) + (uint)CARRY4(uVar2,uVar5),\n uVar3 = (uint)(*(uint *)(param_4 + 8) < uVar2 + uVar5),\n iVar7 = *(int *)(param_4 + 0xc) - iVar8,\n (SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3)) ==\n (int)(iVar7 - uVar3) < 0))" ( (binary_expression "(-1 < *(int *)(iVar1 + 0x188)) &&\n (iVar8 = *(int *)(iVar1 + 0x188) + (uint)CARRY4(uVar2,uVar5),\n uVar3 = (uint)(*(uint *)(param_4 + 8) < uVar2 + uVar5),\n iVar7 = *(int *)(param_4 + 0xc) - iVar8,\n (SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3)) ==\n (int)(iVar7 - uVar3) < 0)" (parenthesized_expression "(-1 < *(int *)(iVar1 + 0x188))" ( (binary_expression "-1 < *(int *)(iVar1 + 0x188)" number_literal < (pointer_expression "*(int *)(iVar1 + 0x188)" * (cast_expression "(int *)(iVar1 + 0x188)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x188)" ( (binary_expression "iVar1 + 0x188" identifier + number_literal) ))))) )) && (parenthesized_expression "(iVar8 = *(int *)(iVar1 + 0x188) + (uint)CARRY4(uVar2,uVar5),\n uVar3 = (uint)(*(uint *)(param_4 + 8) < uVar2 + uVar5),\n iVar7 = *(int *)(param_4 + 0xc) - iVar8,\n (SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3)) ==\n (int)(iVar7 - uVar3) < 0)" ( (comma_expression "iVar8 = *(int *)(iVar1 + 0x188) + (uint)CARRY4(uVar2,uVar5),\n uVar3 = (uint)(*(uint *)(param_4 + 8) < uVar2 + uVar5),\n iVar7 = *(int *)(param_4 + 0xc) - iVar8,\n (SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3)) ==\n (int)(iVar7 - uVar3) < 0" (assignment_expression "iVar8 = *(int *)(iVar1 + 0x188) + (uint)CARRY4(uVar2,uVar5)" identifier = (binary_expression "*(int *)(iVar1 + 0x188) + (uint)CARRY4(uVar2,uVar5)" (pointer_expression "*(int *)(iVar1 + 0x188)" * (cast_expression "(int *)(iVar1 + 0x188)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x188)" ( (binary_expression "iVar1 + 0x188" identifier + number_literal) )))) + (cast_expression "(uint)CARRY4(uVar2,uVar5)" ( (type_descriptor "uint" type_identifier) ) (call_expression "CARRY4(uVar2,uVar5)" identifier (argument_list "(uVar2,uVar5)" ( identifier , identifier )))))) , (comma_expression "uVar3 = (uint)(*(uint *)(param_4 + 8) < uVar2 + uVar5),\n iVar7 = *(int *)(param_4 + 0xc) - iVar8,\n (SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3)) ==\n (int)(iVar7 - uVar3) < 0" (assignment_expression "uVar3 = (uint)(*(uint *)(param_4 + 8) < uVar2 + uVar5)" identifier = (call_expression "(uint)(*(uint *)(param_4 + 8) < uVar2 + uVar5)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(*(uint *)(param_4 + 8) < uVar2 + uVar5)" ( (binary_expression "*(uint *)(param_4 + 8) < uVar2 + uVar5" (pointer_expression "*(uint *)(param_4 + 8)" * (cast_expression "(uint *)(param_4 + 8)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 8)" ( (binary_expression "param_4 + 8" identifier + number_literal) )))) < (binary_expression "uVar2 + uVar5" identifier + identifier)) )))) , (comma_expression "iVar7 = *(int *)(param_4 + 0xc) - iVar8,\n (SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3)) ==\n (int)(iVar7 - uVar3) < 0" (assignment_expression "iVar7 = *(int *)(param_4 + 0xc) - iVar8" identifier = (binary_expression "*(int *)(param_4 + 0xc) - iVar8" (pointer_expression "*(int *)(param_4 + 0xc)" * (cast_expression "(int *)(param_4 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0xc)" ( (binary_expression "param_4 + 0xc" identifier + number_literal) )))) - identifier)) , (binary_expression "(SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3)) ==\n (int)(iVar7 - uVar3) < 0" (parenthesized_expression "(SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3))" ( (binary_expression "SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3)" (call_expression "SBORROW4(*(int *)(param_4 + 0xc),iVar8)" identifier (argument_list "(*(int *)(param_4 + 0xc),iVar8)" ( (pointer_expression "*(int *)(param_4 + 0xc)" * (cast_expression "(int *)(param_4 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0xc)" ( (binary_expression "param_4 + 0xc" identifier + number_literal) )))) , identifier ))) != (call_expression "SBORROW4(iVar7,uVar3)" identifier (argument_list "(iVar7,uVar3)" ( identifier , identifier )))) )) == (binary_expression "(int)(iVar7 - uVar3) < 0" (cast_expression "(int)(iVar7 - uVar3)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(iVar7 - uVar3)" ( (binary_expression "iVar7 - uVar3" identifier - identifier) ))) < number_literal))))) ))) )) (compound_statement "{\n uVar3 = *(uint *)(iVar1 + 0x164);\n if ((-1 < *(int *)(iVar1 + 0x168)) &&\n (iVar7 = *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar3,uVar2),\n uVar4 = (uint)(local_2c < uVar3 + uVar2), iVar1 = local_28 - iVar7,\n (SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0)) {\n piVar6 = piVar6 + 1;\n memcpy((void *)(uVar3 + local_24),(void *)(*(int *)(param_4 + 0x10) + uVar5),uVar2);\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n goto LAB_00274643;\n }\n }" { (expression_statement "uVar3 = *(uint *)(iVar1 + 0x164);" (assignment_expression "uVar3 = *(uint *)(iVar1 + 0x164)" identifier = (pointer_expression "*(uint *)(iVar1 + 0x164)" * (cast_expression "(uint *)(iVar1 + 0x164)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x164)" ( (binary_expression "iVar1 + 0x164" identifier + number_literal) ))))) ;) (if_statement "if ((-1 < *(int *)(iVar1 + 0x168)) &&\n (iVar7 = *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar3,uVar2),\n uVar4 = (uint)(local_2c < uVar3 + uVar2), iVar1 = local_28 - iVar7,\n (SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0)) {\n piVar6 = piVar6 + 1;\n memcpy((void *)(uVar3 + local_24),(void *)(*(int *)(param_4 + 0x10) + uVar5),uVar2);\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n goto LAB_00274643;\n }" if (parenthesized_expression "((-1 < *(int *)(iVar1 + 0x168)) &&\n (iVar7 = *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar3,uVar2),\n uVar4 = (uint)(local_2c < uVar3 + uVar2), iVar1 = local_28 - iVar7,\n (SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0))" ( (binary_expression "(-1 < *(int *)(iVar1 + 0x168)) &&\n (iVar7 = *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar3,uVar2),\n uVar4 = (uint)(local_2c < uVar3 + uVar2), iVar1 = local_28 - iVar7,\n (SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0)" (parenthesized_expression "(-1 < *(int *)(iVar1 + 0x168))" ( (binary_expression "-1 < *(int *)(iVar1 + 0x168)" number_literal < (pointer_expression "*(int *)(iVar1 + 0x168)" * (cast_expression "(int *)(iVar1 + 0x168)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x168)" ( (binary_expression "iVar1 + 0x168" identifier + number_literal) ))))) )) && (parenthesized_expression "(iVar7 = *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar3,uVar2),\n uVar4 = (uint)(local_2c < uVar3 + uVar2), iVar1 = local_28 - iVar7,\n (SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0)" ( (comma_expression "iVar7 = *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar3,uVar2),\n uVar4 = (uint)(local_2c < uVar3 + uVar2), iVar1 = local_28 - iVar7,\n (SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0" (assignment_expression "iVar7 = *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar3,uVar2)" identifier = (binary_expression "*(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar3,uVar2)" (pointer_expression "*(int *)(iVar1 + 0x168)" * (cast_expression "(int *)(iVar1 + 0x168)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x168)" ( (binary_expression "iVar1 + 0x168" identifier + number_literal) )))) + (cast_expression "(uint)CARRY4(uVar3,uVar2)" ( (type_descriptor "uint" type_identifier) ) (call_expression "CARRY4(uVar3,uVar2)" identifier (argument_list "(uVar3,uVar2)" ( identifier , identifier )))))) , (comma_expression "uVar4 = (uint)(local_2c < uVar3 + uVar2), iVar1 = local_28 - iVar7,\n (SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0" (assignment_expression "uVar4 = (uint)(local_2c < uVar3 + uVar2)" identifier = (call_expression "(uint)(local_2c < uVar3 + uVar2)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(local_2c < uVar3 + uVar2)" ( (binary_expression "local_2c < uVar3 + uVar2" identifier < (binary_expression "uVar3 + uVar2" identifier + identifier)) )))) , (comma_expression "iVar1 = local_28 - iVar7,\n (SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0" (assignment_expression "iVar1 = local_28 - iVar7" identifier = (binary_expression "local_28 - iVar7" identifier - identifier)) , (binary_expression "(SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0" (parenthesized_expression "(SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4))" ( (binary_expression "SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)" (call_expression "SBORROW4(local_28,iVar7)" identifier (argument_list "(local_28,iVar7)" ( identifier , identifier ))) != (call_expression "SBORROW4(iVar1,uVar4)" identifier (argument_list "(iVar1,uVar4)" ( identifier , identifier )))) )) == (binary_expression "(int)(iVar1 - uVar4) < 0" (cast_expression "(int)(iVar1 - uVar4)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(iVar1 - uVar4)" ( (binary_expression "iVar1 - uVar4" identifier - identifier) ))) < number_literal))))) ))) )) (compound_statement "{\n piVar6 = piVar6 + 1;\n memcpy((void *)(uVar3 + local_24),(void *)(*(int *)(param_4 + 0x10) + uVar5),uVar2);\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n goto LAB_00274643;\n }" { (expression_statement "piVar6 = piVar6 + 1;" (assignment_expression "piVar6 = piVar6 + 1" identifier = (binary_expression "piVar6 + 1" identifier + number_literal)) ;) (expression_statement "memcpy((void *)(uVar3 + local_24),(void *)(*(int *)(param_4 + 0x10) + uVar5),uVar2);" (call_expression "memcpy((void *)(uVar3 + local_24),(void *)(*(int *)(param_4 + 0x10) + uVar5),uVar2)" identifier (argument_list "((void *)(uVar3 + local_24),(void *)(*(int *)(param_4 + 0x10) + uVar5),uVar2)" ( (cast_expression "(void *)(uVar3 + local_24)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(uVar3 + local_24)" ( (binary_expression "uVar3 + local_24" identifier + identifier) ))) , (cast_expression "(void *)(*(int *)(param_4 + 0x10) + uVar5)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(param_4 + 0x10) + uVar5)" ( (binary_expression "*(int *)(param_4 + 0x10) + uVar5" (pointer_expression "*(int *)(param_4 + 0x10)" * (cast_expression "(int *)(param_4 + 0x10)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0x10)" ( (binary_expression "param_4 + 0x10" identifier + number_literal) )))) + identifier) ))) , identifier ))) ;) (if_statement "if (*(int **)(param_3 + 0x128) == piVar6) break;" if (parenthesized_expression "(*(int **)(param_3 + 0x128) == piVar6)" ( (binary_expression "*(int **)(param_3 + 0x128) == piVar6" (pointer_expression "*(int **)(param_3 + 0x128)" * (cast_expression "(int **)(param_3 + 0x128)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_3 + 0x128)" ( (binary_expression "param_3 + 0x128" identifier + number_literal) )))) == identifier) )) (break_statement "break;" break ;)) (goto_statement "goto LAB_00274643;" goto statement_identifier ;) })) })) comment (expression_statement "FUN_002446e0("../../gold/output.h",0x6f,"get_output_view");" (call_expression "FUN_002446e0("../../gold/output.h",0x6f,"get_output_view")" identifier (argument_list "("../../gold/output.h",0x6f,"get_output_view")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""get_output_view"" " string_content ") ))) ;) })) (expression_statement "piVar6 = piVar6 + 1;" (assignment_expression "piVar6 = piVar6 + 1" identifier = (binary_expression "piVar6 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(*(int **)(param_3 + 0x128) != piVar6)" ( (binary_expression "*(int **)(param_3 + 0x128) != piVar6" (pointer_expression "*(int **)(param_3 + 0x128)" * (cast_expression "(int **)(param_3 + 0x128)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_3 + 0x128)" ( (binary_expression "param_3 + 0x128" identifier + number_literal) )))) != identifier) )) ;)) })) (expression_statement "FUN_002ca2d0(local_34);" (call_expression "FUN_002ca2d0(local_34)" identifier (argument_list "(local_34)" ( identifier ))) ;) (return_statement "return;" return ;) (labeled_statement "code_r0x002745be:\n piVar6 = piVar6 + 1;" statement_identifier : (expression_statement "piVar6 = piVar6 + 1;" (assignment_expression "piVar6 = piVar6 + 1" identifier = (binary_expression "piVar6 + 1" identifier + number_literal)) ;)) (expression_statement "local_54 = uVar5;" (assignment_expression "local_54 = uVar5" identifier = identifier) ;) (expression_statement "local_50 = param_2;" (assignment_expression "local_50 = param_2" identifier = identifier) ;) (goto_statement "goto joined_r0x00274577;" goto statement_identifier ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Enum "DT": Some values do not have unique names */\n/* WARNING: Enum "ELFOSABI": Some values do not have unique names */\n/* DWARF original prototype: void write_binary(Layout * this, Output_file * in) */\n\nvoid __thiscall gold::Layout::write_binary(Layout *this,Output_file *in)\n\n{\n pointer ppOVar1;\n Output_segment *pOVar2;\n int iVar3;\n uint uVar4;\n uint uVar5;\n int iVar6;\n Object_format OVar7;\n uchar *puVar8;\n pointer ppOVar9;\n uint uVar10;\n int iVar11;\n uchar *local_54;\n uint local_50;\n Output_file out;\n \n if (parameters->options_ == (General_options *)0x0) {\nLAB_00274760:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n OVar7 = General_options::oformat_enum(parameters->options_);\n if (OVar7 != OBJECT_FORMAT_BINARY) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/layout.cc",0x1714,"write_binary");\n }\n local_54 = (uchar *)0x0;\n local_50 = 0;\n ppOVar9 = (this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>.\n _M_impl._M_start;\n ppOVar1 = (this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>.\n _M_impl._M_finish;\njoined_r0x00274577:\n if (ppOVar9 != ppOVar1) {\n do {\n pOVar2 = *ppOVar9;\n if (pOVar2->type_ == 1) {\n uVar10 = (uint)pOVar2->filesz_;\n iVar11 = *(int *)((int)&pOVar2->filesz_ + 4);\n if (-iVar11 < (int)(uint)(uVar10 != 0)) {\n puVar8 = (uchar *)(uVar10 + (int)pOVar2->paddr_);\n uVar10 = iVar11 + *(int *)((int)&pOVar2->paddr_ + 4) +\n (uint)CARRY4(uVar10,(uint)pOVar2->paddr_);\n if (local_50 < uVar10 || local_50 - uVar10 < (uint)(local_54 < puVar8))\n goto code_r0x002745be;\n }\n }\n ppOVar9 = ppOVar9 + 1;\n if (ppOVar1 == ppOVar9) break;\n } while( true );\n }\n if (parameters->options_ == (General_options *)0x0) goto LAB_00274760;\n Output_file::Output_file(&out,(parameters->options_->output_).value);\n Output_file::open(&out,(char *)local_54,local_50);\n ppOVar9 = (this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>.\n _M_impl._M_start;\n if (ppOVar9 !=\n (this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>._M_impl.\n _M_finish) {\nLAB_00274643:\n do {\n pOVar2 = *ppOVar9;\n if ((pOVar2->type_ == 1) &&\n (uVar10 = (uint)pOVar2->filesz_,\n -*(int *)((int)&pOVar2->filesz_ + 4) < (int)(uint)(uVar10 != 0))) {\n iVar11 = *(int *)((int)&pOVar2->offset_ + 4);\n uVar5 = (uint)pOVar2->offset_;\n if ((-1 < iVar11) &&\n (iVar11 = iVar11 + (uint)CARRY4(uVar10,uVar5), iVar3 = *(int *)((int)&in->file_size_ + 4)\n , uVar4 = (uint)((uint)in->file_size_ < uVar10 + uVar5), iVar6 = iVar3 - iVar11,\n (SBORROW4(iVar3,iVar11) != SBORROW4(iVar6,uVar4)) == (int)(iVar6 - uVar4) < 0)) {\n iVar11 = *(int *)((int)&pOVar2->paddr_ + 4);\n uVar4 = (uint)pOVar2->paddr_;\n local_54 = in->base_ + uVar5;\n if ((-1 < iVar11) &&\n (iVar11 = iVar11 + (uint)CARRY4(uVar4,uVar10),\n uVar5 = (uint)((uint)out.file_size_ < uVar4 + uVar10),\n iVar3 = out.file_size_._4_4_ - iVar11,\n (SBORROW4(out.file_size_._4_4_,iVar11) != SBORROW4(iVar3,uVar5)) ==\n (int)(iVar3 - uVar5) < 0)) {\n ppOVar9 = ppOVar9 + 1;\n memcpy(out.base_ + uVar4,local_54,uVar10);\n if ((this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>.\n _M_impl._M_finish == ppOVar9) break;\n goto LAB_00274643;\n }\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x6f,"get_output_view");\n }\n ppOVar9 = ppOVar9 + 1;\n } while ((this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>.\n _M_impl._M_finish != ppOVar9);\n }\n Output_file::close(&out,(int)local_54);\n return;\ncode_r0x002745be:\n ppOVar9 = ppOVar9 + 1;\n local_54 = puVar8;\n local_50 = uVar10;\n goto joined_r0x00274577;\n}\n\n" comment comment comment comment (function_definition "void __thiscall gold::Layout::write_binary(Layout *this,Output_file *in)\n\n{\n pointer ppOVar1;\n Output_segment *pOVar2;\n int iVar3;\n uint uVar4;\n uint uVar5;\n int iVar6;\n Object_format OVar7;\n uchar *puVar8;\n pointer ppOVar9;\n uint uVar10;\n int iVar11;\n uchar *local_54;\n uint local_50;\n Output_file out;\n \n if (parameters->options_ == (General_options *)0x0) {\nLAB_00274760:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n OVar7 = General_options::oformat_enum(parameters->options_);\n if (OVar7 != OBJECT_FORMAT_BINARY) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/layout.cc",0x1714,"write_binary");\n }\n local_54 = (uchar *)0x0;\n local_50 = 0;\n ppOVar9 = (this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>.\n _M_impl._M_start;\n ppOVar1 = (this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>.\n _M_impl._M_finish;\njoined_r0x00274577:\n if (ppOVar9 != ppOVar1) {\n do {\n pOVar2 = *ppOVar9;\n if (pOVar2->type_ == 1) {\n uVar10 = (uint)pOVar2->filesz_;\n iVar11 = *(int *)((int)&pOVar2->filesz_ + 4);\n if (-iVar11 < (int)(uint)(uVar10 != 0)) {\n puVar8 = (uchar *)(uVar10 + (int)pOVar2->paddr_);\n uVar10 = iVar11 + *(int *)((int)&pOVar2->paddr_ + 4) +\n (uint)CARRY4(uVar10,(uint)pOVar2->paddr_);\n if (local_50 < uVar10 || local_50 - uVar10 < (uint)(local_54 < puVar8))\n goto code_r0x002745be;\n }\n }\n ppOVar9 = ppOVar9 + 1;\n if (ppOVar1 == ppOVar9) break;\n } while( true );\n }\n if (parameters->options_ == (General_options *)0x0) goto LAB_00274760;\n Output_file::Output_file(&out,(parameters->options_->output_).value);\n Output_file::open(&out,(char *)local_54,local_50);\n ppOVar9 = (this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>.\n _M_impl._M_start;\n if (ppOVar9 !=\n (this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>._M_impl.\n _M_finish) {\nLAB_00274643:\n do {\n pOVar2 = *ppOVar9;\n if ((pOVar2->type_ == 1) &&\n (uVar10 = (uint)pOVar2->filesz_,\n -*(int *)((int)&pOVar2->filesz_ + 4) < (int)(uint)(uVar10 != 0))) {\n iVar11 = *(int *)((int)&pOVar2->offset_ + 4);\n uVar5 = (uint)pOVar2->offset_;\n if ((-1 < iVar11) &&\n (iVar11 = iVar11 + (uint)CARRY4(uVar10,uVar5), iVar3 = *(int *)((int)&in->file_size_ + 4)\n , uVar4 = (uint)((uint)in->file_size_ < uVar10 + uVar5), iVar6 = iVar3 - iVar11,\n (SBORROW4(iVar3,iVar11) != SBORROW4(iVar6,uVar4)) == (int)(iVar6 - uVar4) < 0)) {\n iVar11 = *(int *)((int)&pOVar2->paddr_ + 4);\n uVar4 = (uint)pOVar2->paddr_;\n local_54 = in->base_ + uVar5;\n if ((-1 < iVar11) &&\n (iVar11 = iVar11 + (uint)CARRY4(uVar4,uVar10),\n uVar5 = (uint)((uint)out.file_size_ < uVar4 + uVar10),\n iVar3 = out.file_size_._4_4_ - iVar11,\n (SBORROW4(out.file_size_._4_4_,iVar11) != SBORROW4(iVar3,uVar5)) ==\n (int)(iVar3 - uVar5) < 0)) {\n ppOVar9 = ppOVar9 + 1;\n memcpy(out.base_ + uVar4,local_54,uVar10);\n if ((this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>.\n _M_impl._M_finish == ppOVar9) break;\n goto LAB_00274643;\n }\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x6f,"get_output_view");\n }\n ppOVar9 = ppOVar9 + 1;\n } while ((this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>.\n _M_impl._M_finish != ppOVar9);\n }\n Output_file::close(&out,(int)local_54);\n return;\ncode_r0x002745be:\n ppOVar9 = ppOVar9 + 1;\n local_54 = puVar8;\n local_50 = uVar10;\n goto joined_r0x00274577;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Layout::" identifier : : identifier : :) (function_declarator "write_binary(Layout *this,Output_file *in)" identifier (parameter_list "(Layout *this,Output_file *in)" ( (parameter_declaration "Layout *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "Output_file *in" type_identifier (pointer_declarator "*in" * identifier)) ))) (compound_statement "{\n pointer ppOVar1;\n Output_segment *pOVar2;\n int iVar3;\n uint uVar4;\n uint uVar5;\n int iVar6;\n Object_format OVar7;\n uchar *puVar8;\n pointer ppOVar9;\n uint uVar10;\n int iVar11;\n uchar *local_54;\n uint local_50;\n Output_file out;\n \n if (parameters->options_ == (General_options *)0x0) {\nLAB_00274760:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n OVar7 = General_options::oformat_enum(parameters->options_);\n if (OVar7 != OBJECT_FORMAT_BINARY) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/layout.cc",0x1714,"write_binary");\n }\n local_54 = (uchar *)0x0;\n local_50 = 0;\n ppOVar9 = (this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>.\n _M_impl._M_start;\n ppOVar1 = (this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>.\n _M_impl._M_finish;\njoined_r0x00274577:\n if (ppOVar9 != ppOVar1) {\n do {\n pOVar2 = *ppOVar9;\n if (pOVar2->type_ == 1) {\n uVar10 = (uint)pOVar2->filesz_;\n iVar11 = *(int *)((int)&pOVar2->filesz_ + 4);\n if (-iVar11 < (int)(uint)(uVar10 != 0)) {\n puVar8 = (uchar *)(uVar10 + (int)pOVar2->paddr_);\n uVar10 = iVar11 + *(int *)((int)&pOVar2->paddr_ + 4) +\n (uint)CARRY4(uVar10,(uint)pOVar2->paddr_);\n if (local_50 < uVar10 || local_50 - uVar10 < (uint)(local_54 < puVar8))\n goto code_r0x002745be;\n }\n }\n ppOVar9 = ppOVar9 + 1;\n if (ppOVar1 == ppOVar9) break;\n } while( true );\n }\n if (parameters->options_ == (General_options *)0x0) goto LAB_00274760;\n Output_file::Output_file(&out,(parameters->options_->output_).value);\n Output_file::open(&out,(char *)local_54,local_50);\n ppOVar9 = (this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>.\n _M_impl._M_start;\n if (ppOVar9 !=\n (this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>._M_impl.\n _M_finish) {\nLAB_00274643:\n do {\n pOVar2 = *ppOVar9;\n if ((pOVar2->type_ == 1) &&\n (uVar10 = (uint)pOVar2->filesz_,\n -*(int *)((int)&pOVar2->filesz_ + 4) < (int)(uint)(uVar10 != 0))) {\n iVar11 = *(int *)((int)&pOVar2->offset_ + 4);\n uVar5 = (uint)pOVar2->offset_;\n if ((-1 < iVar11) &&\n (iVar11 = iVar11 + (uint)CARRY4(uVar10,uVar5), iVar3 = *(int *)((int)&in->file_size_ + 4)\n , uVar4 = (uint)((uint)in->file_size_ < uVar10 + uVar5), iVar6 = iVar3 - iVar11,\n (SBORROW4(iVar3,iVar11) != SBORROW4(iVar6,uVar4)) == (int)(iVar6 - uVar4) < 0)) {\n iVar11 = *(int *)((int)&pOVar2->paddr_ + 4);\n uVar4 = (uint)pOVar2->paddr_;\n local_54 = in->base_ + uVar5;\n if ((-1 < iVar11) &&\n (iVar11 = iVar11 + (uint)CARRY4(uVar4,uVar10),\n uVar5 = (uint)((uint)out.file_size_ < uVar4 + uVar10),\n iVar3 = out.file_size_._4_4_ - iVar11,\n (SBORROW4(out.file_size_._4_4_,iVar11) != SBORROW4(iVar3,uVar5)) ==\n (int)(iVar3 - uVar5) < 0)) {\n ppOVar9 = ppOVar9 + 1;\n memcpy(out.base_ + uVar4,local_54,uVar10);\n if ((this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>.\n _M_impl._M_finish == ppOVar9) break;\n goto LAB_00274643;\n }\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x6f,"get_output_view");\n }\n ppOVar9 = ppOVar9 + 1;\n } while ((this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>.\n _M_impl._M_finish != ppOVar9);\n }\n Output_file::close(&out,(int)local_54);\n return;\ncode_r0x002745be:\n ppOVar9 = ppOVar9 + 1;\n local_54 = puVar8;\n local_50 = uVar10;\n goto joined_r0x00274577;\n}" { (declaration "pointer ppOVar1;" type_identifier identifier ;) (declaration "Output_segment *pOVar2;" type_identifier (pointer_declarator "*pOVar2" * identifier) ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "uint uVar4;" type_identifier identifier ;) (declaration "uint uVar5;" type_identifier identifier ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "Object_format OVar7;" type_identifier identifier ;) (declaration "uchar *puVar8;" type_identifier (pointer_declarator "*puVar8" * identifier) ;) (declaration "pointer ppOVar9;" type_identifier identifier ;) (declaration "uint uVar10;" type_identifier identifier ;) (declaration "int iVar11;" primitive_type identifier ;) (declaration "uchar *local_54;" type_identifier (pointer_declarator "*local_54" * identifier) ;) (declaration "uint local_50;" type_identifier identifier ;) (declaration "Output_file out;" type_identifier identifier ;) (if_statement "if (parameters->options_ == (General_options *)0x0) {\nLAB_00274760:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(parameters->options_ == (General_options *)0x0)" ( (binary_expression "parameters->options_ == (General_options *)0x0" (field_expression "parameters->options_" identifier -> field_identifier) == (cast_expression "(General_options *)0x0" ( (type_descriptor "General_options *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\nLAB_00274760:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }" { (labeled_statement "LAB_00274760:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");" statement_identifier : comment (expression_statement "do_gold_unreachable("../../gold/parameters.h",0x5c,"options");" (call_expression "do_gold_unreachable("../../gold/parameters.h",0x5c,"options")" identifier (argument_list "("../../gold/parameters.h",0x5c,"options")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""options"" " string_content ") ))) ;)) })) (ERROR "OVar7 = General_options::" (assignment_expression "OVar7 = General_options" identifier = identifier) : :) (expression_statement "oformat_enum(parameters->options_);" (call_expression "oformat_enum(parameters->options_)" identifier (argument_list "(parameters->options_)" ( (field_expression "parameters->options_" identifier -> field_identifier) ))) ;) (if_statement "if (OVar7 != OBJECT_FORMAT_BINARY) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/layout.cc",0x1714,"write_binary");\n }" if (parenthesized_expression "(OVar7 != OBJECT_FORMAT_BINARY)" ( (binary_expression "OVar7 != OBJECT_FORMAT_BINARY" identifier != identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/layout.cc",0x1714,"write_binary");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/layout.cc",0x1714,"write_binary");" (call_expression "do_gold_unreachable("../../gold/layout.cc",0x1714,"write_binary")" identifier (argument_list "("../../gold/layout.cc",0x1714,"write_binary")" ( (string_literal ""../../gold/layout.cc"" " string_content ") , number_literal , (string_literal ""write_binary"" " string_content ") ))) ;) })) (expression_statement "local_54 = (uchar *)0x0;" (assignment_expression "local_54 = (uchar *)0x0" identifier = (cast_expression "(uchar *)0x0" ( (type_descriptor "uchar *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_50 = 0;" (assignment_expression "local_50 = 0" identifier = number_literal) ;) (expression_statement "ppOVar9 = (this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>.\n _M_impl._M_start;" (field_expression "ppOVar9 = (this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>.\n _M_impl._M_start" (field_expression "ppOVar9 = (this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>.\n _M_impl" (binary_expression "ppOVar9 = (this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_" (binary_expression "ppOVar9 = (this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold" (binary_expression "ppOVar9 = (this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std" (assignment_expression "ppOVar9 = (this->segment_list_).\n super__Vector_base<gold" identifier = (binary_expression "(this->segment_list_).\n super__Vector_base<gold" (field_expression "(this->segment_list_).\n super__Vector_base" (parenthesized_expression "(this->segment_list_)" ( (field_expression "this->segment_list_" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::Output_segment" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_segment" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (expression_statement "ppOVar1 = (this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>.\n _M_impl._M_finish;" (field_expression "ppOVar1 = (this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>.\n _M_impl._M_finish" (field_expression "ppOVar1 = (this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>.\n _M_impl" (binary_expression "ppOVar1 = (this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_" (binary_expression "ppOVar1 = (this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold" (binary_expression "ppOVar1 = (this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std" (assignment_expression "ppOVar1 = (this->segment_list_).\n super__Vector_base<gold" identifier = (binary_expression "(this->segment_list_).\n super__Vector_base<gold" (field_expression "(this->segment_list_).\n super__Vector_base" (parenthesized_expression "(this->segment_list_)" ( (field_expression "this->segment_list_" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::Output_segment" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_segment" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (labeled_statement "joined_r0x00274577:\n if (ppOVar9 != ppOVar1) {\n do {\n pOVar2 = *ppOVar9;\n if (pOVar2->type_ == 1) {\n uVar10 = (uint)pOVar2->filesz_;\n iVar11 = *(int *)((int)&pOVar2->filesz_ + 4);\n if (-iVar11 < (int)(uint)(uVar10 != 0)) {\n puVar8 = (uchar *)(uVar10 + (int)pOVar2->paddr_);\n uVar10 = iVar11 + *(int *)((int)&pOVar2->paddr_ + 4) +\n (uint)CARRY4(uVar10,(uint)pOVar2->paddr_);\n if (local_50 < uVar10 || local_50 - uVar10 < (uint)(local_54 < puVar8))\n goto code_r0x002745be;\n }\n }\n ppOVar9 = ppOVar9 + 1;\n if (ppOVar1 == ppOVar9) break;\n } while( true );\n }" statement_identifier : (if_statement "if (ppOVar9 != ppOVar1) {\n do {\n pOVar2 = *ppOVar9;\n if (pOVar2->type_ == 1) {\n uVar10 = (uint)pOVar2->filesz_;\n iVar11 = *(int *)((int)&pOVar2->filesz_ + 4);\n if (-iVar11 < (int)(uint)(uVar10 != 0)) {\n puVar8 = (uchar *)(uVar10 + (int)pOVar2->paddr_);\n uVar10 = iVar11 + *(int *)((int)&pOVar2->paddr_ + 4) +\n (uint)CARRY4(uVar10,(uint)pOVar2->paddr_);\n if (local_50 < uVar10 || local_50 - uVar10 < (uint)(local_54 < puVar8))\n goto code_r0x002745be;\n }\n }\n ppOVar9 = ppOVar9 + 1;\n if (ppOVar1 == ppOVar9) break;\n } while( true );\n }" if (parenthesized_expression "(ppOVar9 != ppOVar1)" ( (binary_expression "ppOVar9 != ppOVar1" identifier != identifier) )) (compound_statement "{\n do {\n pOVar2 = *ppOVar9;\n if (pOVar2->type_ == 1) {\n uVar10 = (uint)pOVar2->filesz_;\n iVar11 = *(int *)((int)&pOVar2->filesz_ + 4);\n if (-iVar11 < (int)(uint)(uVar10 != 0)) {\n puVar8 = (uchar *)(uVar10 + (int)pOVar2->paddr_);\n uVar10 = iVar11 + *(int *)((int)&pOVar2->paddr_ + 4) +\n (uint)CARRY4(uVar10,(uint)pOVar2->paddr_);\n if (local_50 < uVar10 || local_50 - uVar10 < (uint)(local_54 < puVar8))\n goto code_r0x002745be;\n }\n }\n ppOVar9 = ppOVar9 + 1;\n if (ppOVar1 == ppOVar9) break;\n } while( true );\n }" { (do_statement "do {\n pOVar2 = *ppOVar9;\n if (pOVar2->type_ == 1) {\n uVar10 = (uint)pOVar2->filesz_;\n iVar11 = *(int *)((int)&pOVar2->filesz_ + 4);\n if (-iVar11 < (int)(uint)(uVar10 != 0)) {\n puVar8 = (uchar *)(uVar10 + (int)pOVar2->paddr_);\n uVar10 = iVar11 + *(int *)((int)&pOVar2->paddr_ + 4) +\n (uint)CARRY4(uVar10,(uint)pOVar2->paddr_);\n if (local_50 < uVar10 || local_50 - uVar10 < (uint)(local_54 < puVar8))\n goto code_r0x002745be;\n }\n }\n ppOVar9 = ppOVar9 + 1;\n if (ppOVar1 == ppOVar9) break;\n } while( true );" do (compound_statement "{\n pOVar2 = *ppOVar9;\n if (pOVar2->type_ == 1) {\n uVar10 = (uint)pOVar2->filesz_;\n iVar11 = *(int *)((int)&pOVar2->filesz_ + 4);\n if (-iVar11 < (int)(uint)(uVar10 != 0)) {\n puVar8 = (uchar *)(uVar10 + (int)pOVar2->paddr_);\n uVar10 = iVar11 + *(int *)((int)&pOVar2->paddr_ + 4) +\n (uint)CARRY4(uVar10,(uint)pOVar2->paddr_);\n if (local_50 < uVar10 || local_50 - uVar10 < (uint)(local_54 < puVar8))\n goto code_r0x002745be;\n }\n }\n ppOVar9 = ppOVar9 + 1;\n if (ppOVar1 == ppOVar9) break;\n }" { (expression_statement "pOVar2 = *ppOVar9;" (assignment_expression "pOVar2 = *ppOVar9" identifier = (pointer_expression "*ppOVar9" * identifier)) ;) (if_statement "if (pOVar2->type_ == 1) {\n uVar10 = (uint)pOVar2->filesz_;\n iVar11 = *(int *)((int)&pOVar2->filesz_ + 4);\n if (-iVar11 < (int)(uint)(uVar10 != 0)) {\n puVar8 = (uchar *)(uVar10 + (int)pOVar2->paddr_);\n uVar10 = iVar11 + *(int *)((int)&pOVar2->paddr_ + 4) +\n (uint)CARRY4(uVar10,(uint)pOVar2->paddr_);\n if (local_50 < uVar10 || local_50 - uVar10 < (uint)(local_54 < puVar8))\n goto code_r0x002745be;\n }\n }" if (parenthesized_expression "(pOVar2->type_ == 1)" ( (binary_expression "pOVar2->type_ == 1" (field_expression "pOVar2->type_" identifier -> field_identifier) == number_literal) )) (compound_statement "{\n uVar10 = (uint)pOVar2->filesz_;\n iVar11 = *(int *)((int)&pOVar2->filesz_ + 4);\n if (-iVar11 < (int)(uint)(uVar10 != 0)) {\n puVar8 = (uchar *)(uVar10 + (int)pOVar2->paddr_);\n uVar10 = iVar11 + *(int *)((int)&pOVar2->paddr_ + 4) +\n (uint)CARRY4(uVar10,(uint)pOVar2->paddr_);\n if (local_50 < uVar10 || local_50 - uVar10 < (uint)(local_54 < puVar8))\n goto code_r0x002745be;\n }\n }" { (expression_statement "uVar10 = (uint)pOVar2->filesz_;" (assignment_expression "uVar10 = (uint)pOVar2->filesz_" identifier = (cast_expression "(uint)pOVar2->filesz_" ( (type_descriptor "uint" type_identifier) ) (field_expression "pOVar2->filesz_" identifier -> field_identifier))) ;) (expression_statement "iVar11 = *(int *)((int)&pOVar2->filesz_ + 4);" (assignment_expression "iVar11 = *(int *)((int)&pOVar2->filesz_ + 4)" identifier = (pointer_expression "*(int *)((int)&pOVar2->filesz_ + 4)" * (cast_expression "(int *)((int)&pOVar2->filesz_ + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&pOVar2->filesz_ + 4)" ( (binary_expression "(int)&pOVar2->filesz_ + 4" (cast_expression "(int)&pOVar2->filesz_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&pOVar2->filesz_" & (field_expression "pOVar2->filesz_" identifier -> field_identifier))) + number_literal) ))))) ;) (if_statement "if (-iVar11 < (int)(uint)(uVar10 != 0)) {\n puVar8 = (uchar *)(uVar10 + (int)pOVar2->paddr_);\n uVar10 = iVar11 + *(int *)((int)&pOVar2->paddr_ + 4) +\n (uint)CARRY4(uVar10,(uint)pOVar2->paddr_);\n if (local_50 < uVar10 || local_50 - uVar10 < (uint)(local_54 < puVar8))\n goto code_r0x002745be;\n }" if (parenthesized_expression "(-iVar11 < (int)(uint)(uVar10 != 0))" ( (binary_expression "-iVar11 < (int)(uint)(uVar10 != 0)" (unary_expression "-iVar11" - identifier) < (cast_expression "(int)(uint)(uVar10 != 0)" ( (type_descriptor "int" primitive_type) ) (call_expression "(uint)(uVar10 != 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(uVar10 != 0)" ( (binary_expression "uVar10 != 0" identifier != number_literal) ))))) )) (compound_statement "{\n puVar8 = (uchar *)(uVar10 + (int)pOVar2->paddr_);\n uVar10 = iVar11 + *(int *)((int)&pOVar2->paddr_ + 4) +\n (uint)CARRY4(uVar10,(uint)pOVar2->paddr_);\n if (local_50 < uVar10 || local_50 - uVar10 < (uint)(local_54 < puVar8))\n goto code_r0x002745be;\n }" { (expression_statement "puVar8 = (uchar *)(uVar10 + (int)pOVar2->paddr_);" (assignment_expression "puVar8 = (uchar *)(uVar10 + (int)pOVar2->paddr_)" identifier = (cast_expression "(uchar *)(uVar10 + (int)pOVar2->paddr_)" ( (type_descriptor "uchar *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(uVar10 + (int)pOVar2->paddr_)" ( (binary_expression "uVar10 + (int)pOVar2->paddr_" identifier + (cast_expression "(int)pOVar2->paddr_" ( (type_descriptor "int" primitive_type) ) (field_expression "pOVar2->paddr_" identifier -> field_identifier))) )))) ;) (expression_statement "uVar10 = iVar11 + *(int *)((int)&pOVar2->paddr_ + 4) +\n (uint)CARRY4(uVar10,(uint)pOVar2->paddr_);" (assignment_expression "uVar10 = iVar11 + *(int *)((int)&pOVar2->paddr_ + 4) +\n (uint)CARRY4(uVar10,(uint)pOVar2->paddr_)" identifier = (binary_expression "iVar11 + *(int *)((int)&pOVar2->paddr_ + 4) +\n (uint)CARRY4(uVar10,(uint)pOVar2->paddr_)" (binary_expression "iVar11 + *(int *)((int)&pOVar2->paddr_ + 4)" identifier + (pointer_expression "*(int *)((int)&pOVar2->paddr_ + 4)" * (cast_expression "(int *)((int)&pOVar2->paddr_ + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&pOVar2->paddr_ + 4)" ( (binary_expression "(int)&pOVar2->paddr_ + 4" (cast_expression "(int)&pOVar2->paddr_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&pOVar2->paddr_" & (field_expression "pOVar2->paddr_" identifier -> field_identifier))) + number_literal) ))))) + (cast_expression "(uint)CARRY4(uVar10,(uint)pOVar2->paddr_)" ( (type_descriptor "uint" type_identifier) ) (call_expression "CARRY4(uVar10,(uint)pOVar2->paddr_)" identifier (argument_list "(uVar10,(uint)pOVar2->paddr_)" ( identifier , (cast_expression "(uint)pOVar2->paddr_" ( (type_descriptor "uint" type_identifier) ) (field_expression "pOVar2->paddr_" identifier -> field_identifier)) )))))) ;) (if_statement "if (local_50 < uVar10 || local_50 - uVar10 < (uint)(local_54 < puVar8))\n goto code_r0x002745be;" if (parenthesized_expression "(local_50 < uVar10 || local_50 - uVar10 < (uint)(local_54 < puVar8))" ( (binary_expression "local_50 < uVar10 || local_50 - uVar10 < (uint)(local_54 < puVar8)" (binary_expression "local_50 < uVar10" identifier < identifier) || (binary_expression "local_50 - uVar10 < (uint)(local_54 < puVar8)" (binary_expression "local_50 - uVar10" identifier - identifier) < (call_expression "(uint)(local_54 < puVar8)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(local_54 < puVar8)" ( (binary_expression "local_54 < puVar8" identifier < identifier) ))))) )) (goto_statement "goto code_r0x002745be;" goto statement_identifier ;)) })) })) (expression_statement "ppOVar9 = ppOVar9 + 1;" (assignment_expression "ppOVar9 = ppOVar9 + 1" identifier = (binary_expression "ppOVar9 + 1" identifier + number_literal)) ;) (if_statement "if (ppOVar1 == ppOVar9) break;" if (parenthesized_expression "(ppOVar1 == ppOVar9)" ( (binary_expression "ppOVar1 == ppOVar9" identifier == identifier) )) (break_statement "break;" break ;)) }) while (parenthesized_expression "( true )" ( true )) ;) }))) (if_statement "if (parameters->options_ == (General_options *)0x0) goto LAB_00274760;" if (parenthesized_expression "(parameters->options_ == (General_options *)0x0)" ( (binary_expression "parameters->options_ == (General_options *)0x0" (field_expression "parameters->options_" identifier -> field_identifier) == (cast_expression "(General_options *)0x0" ( (type_descriptor "General_options *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_00274760;" goto statement_identifier ;)) (labeled_statement "Output_file::Output_file(&out,(parameters->options_->output_).value);" statement_identifier : (ERROR ":" :) (expression_statement "Output_file(&out,(parameters->options_->output_).value);" (call_expression "Output_file(&out,(parameters->options_->output_).value)" identifier (argument_list "(&out,(parameters->options_->output_).value)" ( (pointer_expression "&out" & identifier) , (field_expression "(parameters->options_->output_).value" (parenthesized_expression "(parameters->options_->output_)" ( (field_expression "parameters->options_->output_" (field_expression "parameters->options_" identifier -> field_identifier) -> field_identifier) )) . field_identifier) ))) ;)) (labeled_statement "Output_file::open(&out,(char *)local_54,local_50);" statement_identifier : (ERROR ":" :) (expression_statement "open(&out,(char *)local_54,local_50);" (call_expression "open(&out,(char *)local_54,local_50)" identifier (argument_list "(&out,(char *)local_54,local_50)" ( (pointer_expression "&out" & identifier) , (cast_expression "(char *)local_54" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) , identifier ))) ;)) (expression_statement "ppOVar9 = (this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>.\n _M_impl._M_start;" (field_expression "ppOVar9 = (this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>.\n _M_impl._M_start" (field_expression "ppOVar9 = (this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>.\n _M_impl" (binary_expression "ppOVar9 = (this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_" (binary_expression "ppOVar9 = (this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold" (binary_expression "ppOVar9 = (this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std" (assignment_expression "ppOVar9 = (this->segment_list_).\n super__Vector_base<gold" identifier = (binary_expression "(this->segment_list_).\n super__Vector_base<gold" (field_expression "(this->segment_list_).\n super__Vector_base" (parenthesized_expression "(this->segment_list_)" ( (field_expression "this->segment_list_" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::Output_segment" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_segment" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (if_statement "if (ppOVar9 !=\n (this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>._M_impl.\n _M_finish) {\nLAB_00274643:\n do {\n pOVar2 = *ppOVar9;\n if ((pOVar2->type_ == 1) &&\n (uVar10 = (uint)pOVar2->filesz_,\n -*(int *)((int)&pOVar2->filesz_ + 4) < (int)(uint)(uVar10 != 0))) {\n iVar11 = *(int *)((int)&pOVar2->offset_ + 4);\n uVar5 = (uint)pOVar2->offset_;\n if ((-1 < iVar11) &&\n (iVar11 = iVar11 + (uint)CARRY4(uVar10,uVar5), iVar3 = *(int *)((int)&in->file_size_ + 4)\n , uVar4 = (uint)((uint)in->file_size_ < uVar10 + uVar5), iVar6 = iVar3 - iVar11,\n (SBORROW4(iVar3,iVar11) != SBORROW4(iVar6,uVar4)) == (int)(iVar6 - uVar4) < 0)) {\n iVar11 = *(int *)((int)&pOVar2->paddr_ + 4);\n uVar4 = (uint)pOVar2->paddr_;\n local_54 = in->base_ + uVar5;\n if ((-1 < iVar11) &&\n (iVar11 = iVar11 + (uint)CARRY4(uVar4,uVar10),\n uVar5 = (uint)((uint)out.file_size_ < uVar4 + uVar10),\n iVar3 = out.file_size_._4_4_ - iVar11,\n (SBORROW4(out.file_size_._4_4_,iVar11) != SBORROW4(iVar3,uVar5)) ==\n (int)(iVar3 - uVar5) < 0)) {\n ppOVar9 = ppOVar9 + 1;\n memcpy(out.base_ + uVar4,local_54,uVar10);\n if ((this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>.\n _M_impl._M_finish == ppOVar9) break;\n goto LAB_00274643;\n }\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x6f,"get_output_view");\n }\n ppOVar9 = ppOVar9 + 1;\n } while ((this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>.\n _M_impl._M_finish != ppOVar9);\n }" if (parenthesized_expression "(ppOVar9 !=\n (this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>._M_impl.\n _M_finish)" ( (field_expression "ppOVar9 !=\n (this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>._M_impl.\n _M_finish" (field_expression "ppOVar9 !=\n (this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>._M_impl" (binary_expression "ppOVar9 !=\n (this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_" (binary_expression "ppOVar9 !=\n (this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold" (binary_expression "ppOVar9 !=\n (this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std" (binary_expression "ppOVar9 !=\n (this->segment_list_).\n super__Vector_base<gold" identifier != (binary_expression "(this->segment_list_).\n super__Vector_base<gold" (field_expression "(this->segment_list_).\n super__Vector_base" (parenthesized_expression "(this->segment_list_)" ( (field_expression "this->segment_list_" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::Output_segment" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_segment" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) )) (compound_statement "{\nLAB_00274643:\n do {\n pOVar2 = *ppOVar9;\n if ((pOVar2->type_ == 1) &&\n (uVar10 = (uint)pOVar2->filesz_,\n -*(int *)((int)&pOVar2->filesz_ + 4) < (int)(uint)(uVar10 != 0))) {\n iVar11 = *(int *)((int)&pOVar2->offset_ + 4);\n uVar5 = (uint)pOVar2->offset_;\n if ((-1 < iVar11) &&\n (iVar11 = iVar11 + (uint)CARRY4(uVar10,uVar5), iVar3 = *(int *)((int)&in->file_size_ + 4)\n , uVar4 = (uint)((uint)in->file_size_ < uVar10 + uVar5), iVar6 = iVar3 - iVar11,\n (SBORROW4(iVar3,iVar11) != SBORROW4(iVar6,uVar4)) == (int)(iVar6 - uVar4) < 0)) {\n iVar11 = *(int *)((int)&pOVar2->paddr_ + 4);\n uVar4 = (uint)pOVar2->paddr_;\n local_54 = in->base_ + uVar5;\n if ((-1 < iVar11) &&\n (iVar11 = iVar11 + (uint)CARRY4(uVar4,uVar10),\n uVar5 = (uint)((uint)out.file_size_ < uVar4 + uVar10),\n iVar3 = out.file_size_._4_4_ - iVar11,\n (SBORROW4(out.file_size_._4_4_,iVar11) != SBORROW4(iVar3,uVar5)) ==\n (int)(iVar3 - uVar5) < 0)) {\n ppOVar9 = ppOVar9 + 1;\n memcpy(out.base_ + uVar4,local_54,uVar10);\n if ((this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>.\n _M_impl._M_finish == ppOVar9) break;\n goto LAB_00274643;\n }\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x6f,"get_output_view");\n }\n ppOVar9 = ppOVar9 + 1;\n } while ((this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>.\n _M_impl._M_finish != ppOVar9);\n }" { (labeled_statement "LAB_00274643:\n do {\n pOVar2 = *ppOVar9;\n if ((pOVar2->type_ == 1) &&\n (uVar10 = (uint)pOVar2->filesz_,\n -*(int *)((int)&pOVar2->filesz_ + 4) < (int)(uint)(uVar10 != 0))) {\n iVar11 = *(int *)((int)&pOVar2->offset_ + 4);\n uVar5 = (uint)pOVar2->offset_;\n if ((-1 < iVar11) &&\n (iVar11 = iVar11 + (uint)CARRY4(uVar10,uVar5), iVar3 = *(int *)((int)&in->file_size_ + 4)\n , uVar4 = (uint)((uint)in->file_size_ < uVar10 + uVar5), iVar6 = iVar3 - iVar11,\n (SBORROW4(iVar3,iVar11) != SBORROW4(iVar6,uVar4)) == (int)(iVar6 - uVar4) < 0)) {\n iVar11 = *(int *)((int)&pOVar2->paddr_ + 4);\n uVar4 = (uint)pOVar2->paddr_;\n local_54 = in->base_ + uVar5;\n if ((-1 < iVar11) &&\n (iVar11 = iVar11 + (uint)CARRY4(uVar4,uVar10),\n uVar5 = (uint)((uint)out.file_size_ < uVar4 + uVar10),\n iVar3 = out.file_size_._4_4_ - iVar11,\n (SBORROW4(out.file_size_._4_4_,iVar11) != SBORROW4(iVar3,uVar5)) ==\n (int)(iVar3 - uVar5) < 0)) {\n ppOVar9 = ppOVar9 + 1;\n memcpy(out.base_ + uVar4,local_54,uVar10);\n if ((this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>.\n _M_impl._M_finish == ppOVar9) break;\n goto LAB_00274643;\n }\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x6f,"get_output_view");\n }\n ppOVar9 = ppOVar9 + 1;\n } while ((this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>.\n _M_impl._M_finish != ppOVar9);" statement_identifier : (do_statement "do {\n pOVar2 = *ppOVar9;\n if ((pOVar2->type_ == 1) &&\n (uVar10 = (uint)pOVar2->filesz_,\n -*(int *)((int)&pOVar2->filesz_ + 4) < (int)(uint)(uVar10 != 0))) {\n iVar11 = *(int *)((int)&pOVar2->offset_ + 4);\n uVar5 = (uint)pOVar2->offset_;\n if ((-1 < iVar11) &&\n (iVar11 = iVar11 + (uint)CARRY4(uVar10,uVar5), iVar3 = *(int *)((int)&in->file_size_ + 4)\n , uVar4 = (uint)((uint)in->file_size_ < uVar10 + uVar5), iVar6 = iVar3 - iVar11,\n (SBORROW4(iVar3,iVar11) != SBORROW4(iVar6,uVar4)) == (int)(iVar6 - uVar4) < 0)) {\n iVar11 = *(int *)((int)&pOVar2->paddr_ + 4);\n uVar4 = (uint)pOVar2->paddr_;\n local_54 = in->base_ + uVar5;\n if ((-1 < iVar11) &&\n (iVar11 = iVar11 + (uint)CARRY4(uVar4,uVar10),\n uVar5 = (uint)((uint)out.file_size_ < uVar4 + uVar10),\n iVar3 = out.file_size_._4_4_ - iVar11,\n (SBORROW4(out.file_size_._4_4_,iVar11) != SBORROW4(iVar3,uVar5)) ==\n (int)(iVar3 - uVar5) < 0)) {\n ppOVar9 = ppOVar9 + 1;\n memcpy(out.base_ + uVar4,local_54,uVar10);\n if ((this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>.\n _M_impl._M_finish == ppOVar9) break;\n goto LAB_00274643;\n }\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x6f,"get_output_view");\n }\n ppOVar9 = ppOVar9 + 1;\n } while ((this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>.\n _M_impl._M_finish != ppOVar9);" do (compound_statement "{\n pOVar2 = *ppOVar9;\n if ((pOVar2->type_ == 1) &&\n (uVar10 = (uint)pOVar2->filesz_,\n -*(int *)((int)&pOVar2->filesz_ + 4) < (int)(uint)(uVar10 != 0))) {\n iVar11 = *(int *)((int)&pOVar2->offset_ + 4);\n uVar5 = (uint)pOVar2->offset_;\n if ((-1 < iVar11) &&\n (iVar11 = iVar11 + (uint)CARRY4(uVar10,uVar5), iVar3 = *(int *)((int)&in->file_size_ + 4)\n , uVar4 = (uint)((uint)in->file_size_ < uVar10 + uVar5), iVar6 = iVar3 - iVar11,\n (SBORROW4(iVar3,iVar11) != SBORROW4(iVar6,uVar4)) == (int)(iVar6 - uVar4) < 0)) {\n iVar11 = *(int *)((int)&pOVar2->paddr_ + 4);\n uVar4 = (uint)pOVar2->paddr_;\n local_54 = in->base_ + uVar5;\n if ((-1 < iVar11) &&\n (iVar11 = iVar11 + (uint)CARRY4(uVar4,uVar10),\n uVar5 = (uint)((uint)out.file_size_ < uVar4 + uVar10),\n iVar3 = out.file_size_._4_4_ - iVar11,\n (SBORROW4(out.file_size_._4_4_,iVar11) != SBORROW4(iVar3,uVar5)) ==\n (int)(iVar3 - uVar5) < 0)) {\n ppOVar9 = ppOVar9 + 1;\n memcpy(out.base_ + uVar4,local_54,uVar10);\n if ((this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>.\n _M_impl._M_finish == ppOVar9) break;\n goto LAB_00274643;\n }\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x6f,"get_output_view");\n }\n ppOVar9 = ppOVar9 + 1;\n }" { (expression_statement "pOVar2 = *ppOVar9;" (assignment_expression "pOVar2 = *ppOVar9" identifier = (pointer_expression "*ppOVar9" * identifier)) ;) (if_statement "if ((pOVar2->type_ == 1) &&\n (uVar10 = (uint)pOVar2->filesz_,\n -*(int *)((int)&pOVar2->filesz_ + 4) < (int)(uint)(uVar10 != 0))) {\n iVar11 = *(int *)((int)&pOVar2->offset_ + 4);\n uVar5 = (uint)pOVar2->offset_;\n if ((-1 < iVar11) &&\n (iVar11 = iVar11 + (uint)CARRY4(uVar10,uVar5), iVar3 = *(int *)((int)&in->file_size_ + 4)\n , uVar4 = (uint)((uint)in->file_size_ < uVar10 + uVar5), iVar6 = iVar3 - iVar11,\n (SBORROW4(iVar3,iVar11) != SBORROW4(iVar6,uVar4)) == (int)(iVar6 - uVar4) < 0)) {\n iVar11 = *(int *)((int)&pOVar2->paddr_ + 4);\n uVar4 = (uint)pOVar2->paddr_;\n local_54 = in->base_ + uVar5;\n if ((-1 < iVar11) &&\n (iVar11 = iVar11 + (uint)CARRY4(uVar4,uVar10),\n uVar5 = (uint)((uint)out.file_size_ < uVar4 + uVar10),\n iVar3 = out.file_size_._4_4_ - iVar11,\n (SBORROW4(out.file_size_._4_4_,iVar11) != SBORROW4(iVar3,uVar5)) ==\n (int)(iVar3 - uVar5) < 0)) {\n ppOVar9 = ppOVar9 + 1;\n memcpy(out.base_ + uVar4,local_54,uVar10);\n if ((this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>.\n _M_impl._M_finish == ppOVar9) break;\n goto LAB_00274643;\n }\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x6f,"get_output_view");\n }" if (parenthesized_expression "((pOVar2->type_ == 1) &&\n (uVar10 = (uint)pOVar2->filesz_,\n -*(int *)((int)&pOVar2->filesz_ + 4) < (int)(uint)(uVar10 != 0)))" ( (binary_expression "(pOVar2->type_ == 1) &&\n (uVar10 = (uint)pOVar2->filesz_,\n -*(int *)((int)&pOVar2->filesz_ + 4) < (int)(uint)(uVar10 != 0))" (parenthesized_expression "(pOVar2->type_ == 1)" ( (binary_expression "pOVar2->type_ == 1" (field_expression "pOVar2->type_" identifier -> field_identifier) == number_literal) )) && (parenthesized_expression "(uVar10 = (uint)pOVar2->filesz_,\n -*(int *)((int)&pOVar2->filesz_ + 4) < (int)(uint)(uVar10 != 0))" ( (comma_expression "uVar10 = (uint)pOVar2->filesz_,\n -*(int *)((int)&pOVar2->filesz_ + 4) < (int)(uint)(uVar10 != 0)" (assignment_expression "uVar10 = (uint)pOVar2->filesz_" identifier = (cast_expression "(uint)pOVar2->filesz_" ( (type_descriptor "uint" type_identifier) ) (field_expression "pOVar2->filesz_" identifier -> field_identifier))) , (binary_expression "-*(int *)((int)&pOVar2->filesz_ + 4) < (int)(uint)(uVar10 != 0)" (unary_expression "-*(int *)((int)&pOVar2->filesz_ + 4)" - (pointer_expression "*(int *)((int)&pOVar2->filesz_ + 4)" * (cast_expression "(int *)((int)&pOVar2->filesz_ + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&pOVar2->filesz_ + 4)" ( (binary_expression "(int)&pOVar2->filesz_ + 4" (cast_expression "(int)&pOVar2->filesz_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&pOVar2->filesz_" & (field_expression "pOVar2->filesz_" identifier -> field_identifier))) + number_literal) ))))) < (cast_expression "(int)(uint)(uVar10 != 0)" ( (type_descriptor "int" primitive_type) ) (call_expression "(uint)(uVar10 != 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(uVar10 != 0)" ( (binary_expression "uVar10 != 0" identifier != number_literal) )))))) ))) )) (compound_statement "{\n iVar11 = *(int *)((int)&pOVar2->offset_ + 4);\n uVar5 = (uint)pOVar2->offset_;\n if ((-1 < iVar11) &&\n (iVar11 = iVar11 + (uint)CARRY4(uVar10,uVar5), iVar3 = *(int *)((int)&in->file_size_ + 4)\n , uVar4 = (uint)((uint)in->file_size_ < uVar10 + uVar5), iVar6 = iVar3 - iVar11,\n (SBORROW4(iVar3,iVar11) != SBORROW4(iVar6,uVar4)) == (int)(iVar6 - uVar4) < 0)) {\n iVar11 = *(int *)((int)&pOVar2->paddr_ + 4);\n uVar4 = (uint)pOVar2->paddr_;\n local_54 = in->base_ + uVar5;\n if ((-1 < iVar11) &&\n (iVar11 = iVar11 + (uint)CARRY4(uVar4,uVar10),\n uVar5 = (uint)((uint)out.file_size_ < uVar4 + uVar10),\n iVar3 = out.file_size_._4_4_ - iVar11,\n (SBORROW4(out.file_size_._4_4_,iVar11) != SBORROW4(iVar3,uVar5)) ==\n (int)(iVar3 - uVar5) < 0)) {\n ppOVar9 = ppOVar9 + 1;\n memcpy(out.base_ + uVar4,local_54,uVar10);\n if ((this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>.\n _M_impl._M_finish == ppOVar9) break;\n goto LAB_00274643;\n }\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x6f,"get_output_view");\n }" { (expression_statement "iVar11 = *(int *)((int)&pOVar2->offset_ + 4);" (assignment_expression "iVar11 = *(int *)((int)&pOVar2->offset_ + 4)" identifier = (pointer_expression "*(int *)((int)&pOVar2->offset_ + 4)" * (cast_expression "(int *)((int)&pOVar2->offset_ + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&pOVar2->offset_ + 4)" ( (binary_expression "(int)&pOVar2->offset_ + 4" (cast_expression "(int)&pOVar2->offset_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&pOVar2->offset_" & (field_expression "pOVar2->offset_" identifier -> field_identifier))) + number_literal) ))))) ;) (expression_statement "uVar5 = (uint)pOVar2->offset_;" (assignment_expression "uVar5 = (uint)pOVar2->offset_" identifier = (cast_expression "(uint)pOVar2->offset_" ( (type_descriptor "uint" type_identifier) ) (field_expression "pOVar2->offset_" identifier -> field_identifier))) ;) (if_statement "if ((-1 < iVar11) &&\n (iVar11 = iVar11 + (uint)CARRY4(uVar10,uVar5), iVar3 = *(int *)((int)&in->file_size_ + 4)\n , uVar4 = (uint)((uint)in->file_size_ < uVar10 + uVar5), iVar6 = iVar3 - iVar11,\n (SBORROW4(iVar3,iVar11) != SBORROW4(iVar6,uVar4)) == (int)(iVar6 - uVar4) < 0)) {\n iVar11 = *(int *)((int)&pOVar2->paddr_ + 4);\n uVar4 = (uint)pOVar2->paddr_;\n local_54 = in->base_ + uVar5;\n if ((-1 < iVar11) &&\n (iVar11 = iVar11 + (uint)CARRY4(uVar4,uVar10),\n uVar5 = (uint)((uint)out.file_size_ < uVar4 + uVar10),\n iVar3 = out.file_size_._4_4_ - iVar11,\n (SBORROW4(out.file_size_._4_4_,iVar11) != SBORROW4(iVar3,uVar5)) ==\n (int)(iVar3 - uVar5) < 0)) {\n ppOVar9 = ppOVar9 + 1;\n memcpy(out.base_ + uVar4,local_54,uVar10);\n if ((this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>.\n _M_impl._M_finish == ppOVar9) break;\n goto LAB_00274643;\n }\n }" if (parenthesized_expression "((-1 < iVar11) &&\n (iVar11 = iVar11 + (uint)CARRY4(uVar10,uVar5), iVar3 = *(int *)((int)&in->file_size_ + 4)\n , uVar4 = (uint)((uint)in->file_size_ < uVar10 + uVar5), iVar6 = iVar3 - iVar11,\n (SBORROW4(iVar3,iVar11) != SBORROW4(iVar6,uVar4)) == (int)(iVar6 - uVar4) < 0))" ( (binary_expression "(-1 < iVar11) &&\n (iVar11 = iVar11 + (uint)CARRY4(uVar10,uVar5), iVar3 = *(int *)((int)&in->file_size_ + 4)\n , uVar4 = (uint)((uint)in->file_size_ < uVar10 + uVar5), iVar6 = iVar3 - iVar11,\n (SBORROW4(iVar3,iVar11) != SBORROW4(iVar6,uVar4)) == (int)(iVar6 - uVar4) < 0)" (parenthesized_expression "(-1 < iVar11)" ( (binary_expression "-1 < iVar11" number_literal < identifier) )) && (parenthesized_expression "(iVar11 = iVar11 + (uint)CARRY4(uVar10,uVar5), iVar3 = *(int *)((int)&in->file_size_ + 4)\n , uVar4 = (uint)((uint)in->file_size_ < uVar10 + uVar5), iVar6 = iVar3 - iVar11,\n (SBORROW4(iVar3,iVar11) != SBORROW4(iVar6,uVar4)) == (int)(iVar6 - uVar4) < 0)" ( (comma_expression "iVar11 = iVar11 + (uint)CARRY4(uVar10,uVar5), iVar3 = *(int *)((int)&in->file_size_ + 4)\n , uVar4 = (uint)((uint)in->file_size_ < uVar10 + uVar5), iVar6 = iVar3 - iVar11,\n (SBORROW4(iVar3,iVar11) != SBORROW4(iVar6,uVar4)) == (int)(iVar6 - uVar4) < 0" (assignment_expression "iVar11 = iVar11 + (uint)CARRY4(uVar10,uVar5)" identifier = (binary_expression "iVar11 + (uint)CARRY4(uVar10,uVar5)" identifier + (cast_expression "(uint)CARRY4(uVar10,uVar5)" ( (type_descriptor "uint" type_identifier) ) (call_expression "CARRY4(uVar10,uVar5)" identifier (argument_list "(uVar10,uVar5)" ( identifier , identifier )))))) , (comma_expression "iVar3 = *(int *)((int)&in->file_size_ + 4)\n , uVar4 = (uint)((uint)in->file_size_ < uVar10 + uVar5), iVar6 = iVar3 - iVar11,\n (SBORROW4(iVar3,iVar11) != SBORROW4(iVar6,uVar4)) == (int)(iVar6 - uVar4) < 0" (assignment_expression "iVar3 = *(int *)((int)&in->file_size_ + 4)" identifier = (pointer_expression "*(int *)((int)&in->file_size_ + 4)" * (cast_expression "(int *)((int)&in->file_size_ + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&in->file_size_ + 4)" ( (binary_expression "(int)&in->file_size_ + 4" (cast_expression "(int)&in->file_size_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&in->file_size_" & (field_expression "in->file_size_" identifier -> field_identifier))) + number_literal) ))))) , (comma_expression "uVar4 = (uint)((uint)in->file_size_ < uVar10 + uVar5), iVar6 = iVar3 - iVar11,\n (SBORROW4(iVar3,iVar11) != SBORROW4(iVar6,uVar4)) == (int)(iVar6 - uVar4) < 0" (assignment_expression "uVar4 = (uint)((uint)in->file_size_ < uVar10 + uVar5)" identifier = (call_expression "(uint)((uint)in->file_size_ < uVar10 + uVar5)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "((uint)in->file_size_ < uVar10 + uVar5)" ( (binary_expression "(uint)in->file_size_ < uVar10 + uVar5" (cast_expression "(uint)in->file_size_" ( (type_descriptor "uint" type_identifier) ) (field_expression "in->file_size_" identifier -> field_identifier)) < (binary_expression "uVar10 + uVar5" identifier + identifier)) )))) , (comma_expression "iVar6 = iVar3 - iVar11,\n (SBORROW4(iVar3,iVar11) != SBORROW4(iVar6,uVar4)) == (int)(iVar6 - uVar4) < 0" (assignment_expression "iVar6 = iVar3 - iVar11" identifier = (binary_expression "iVar3 - iVar11" identifier - identifier)) , (binary_expression "(SBORROW4(iVar3,iVar11) != SBORROW4(iVar6,uVar4)) == (int)(iVar6 - uVar4) < 0" (parenthesized_expression "(SBORROW4(iVar3,iVar11) != SBORROW4(iVar6,uVar4))" ( (binary_expression "SBORROW4(iVar3,iVar11) != SBORROW4(iVar6,uVar4)" (call_expression "SBORROW4(iVar3,iVar11)" identifier (argument_list "(iVar3,iVar11)" ( identifier , identifier ))) != (call_expression "SBORROW4(iVar6,uVar4)" identifier (argument_list "(iVar6,uVar4)" ( identifier , identifier )))) )) == (binary_expression "(int)(iVar6 - uVar4) < 0" (cast_expression "(int)(iVar6 - uVar4)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(iVar6 - uVar4)" ( (binary_expression "iVar6 - uVar4" identifier - identifier) ))) < number_literal)))))) ))) )) (compound_statement "{\n iVar11 = *(int *)((int)&pOVar2->paddr_ + 4);\n uVar4 = (uint)pOVar2->paddr_;\n local_54 = in->base_ + uVar5;\n if ((-1 < iVar11) &&\n (iVar11 = iVar11 + (uint)CARRY4(uVar4,uVar10),\n uVar5 = (uint)((uint)out.file_size_ < uVar4 + uVar10),\n iVar3 = out.file_size_._4_4_ - iVar11,\n (SBORROW4(out.file_size_._4_4_,iVar11) != SBORROW4(iVar3,uVar5)) ==\n (int)(iVar3 - uVar5) < 0)) {\n ppOVar9 = ppOVar9 + 1;\n memcpy(out.base_ + uVar4,local_54,uVar10);\n if ((this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>.\n _M_impl._M_finish == ppOVar9) break;\n goto LAB_00274643;\n }\n }" { (expression_statement "iVar11 = *(int *)((int)&pOVar2->paddr_ + 4);" (assignment_expression "iVar11 = *(int *)((int)&pOVar2->paddr_ + 4)" identifier = (pointer_expression "*(int *)((int)&pOVar2->paddr_ + 4)" * (cast_expression "(int *)((int)&pOVar2->paddr_ + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&pOVar2->paddr_ + 4)" ( (binary_expression "(int)&pOVar2->paddr_ + 4" (cast_expression "(int)&pOVar2->paddr_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&pOVar2->paddr_" & (field_expression "pOVar2->paddr_" identifier -> field_identifier))) + number_literal) ))))) ;) (expression_statement "uVar4 = (uint)pOVar2->paddr_;" (assignment_expression "uVar4 = (uint)pOVar2->paddr_" identifier = (cast_expression "(uint)pOVar2->paddr_" ( (type_descriptor "uint" type_identifier) ) (field_expression "pOVar2->paddr_" identifier -> field_identifier))) ;) (expression_statement "local_54 = in->base_ + uVar5;" (assignment_expression "local_54 = in->base_ + uVar5" identifier = (binary_expression "in->base_ + uVar5" (field_expression "in->base_" identifier -> field_identifier) + identifier)) ;) (if_statement "if ((-1 < iVar11) &&\n (iVar11 = iVar11 + (uint)CARRY4(uVar4,uVar10),\n uVar5 = (uint)((uint)out.file_size_ < uVar4 + uVar10),\n iVar3 = out.file_size_._4_4_ - iVar11,\n (SBORROW4(out.file_size_._4_4_,iVar11) != SBORROW4(iVar3,uVar5)) ==\n (int)(iVar3 - uVar5) < 0)) {\n ppOVar9 = ppOVar9 + 1;\n memcpy(out.base_ + uVar4,local_54,uVar10);\n if ((this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>.\n _M_impl._M_finish == ppOVar9) break;\n goto LAB_00274643;\n }" if (parenthesized_expression "((-1 < iVar11) &&\n (iVar11 = iVar11 + (uint)CARRY4(uVar4,uVar10),\n uVar5 = (uint)((uint)out.file_size_ < uVar4 + uVar10),\n iVar3 = out.file_size_._4_4_ - iVar11,\n (SBORROW4(out.file_size_._4_4_,iVar11) != SBORROW4(iVar3,uVar5)) ==\n (int)(iVar3 - uVar5) < 0))" ( (binary_expression "(-1 < iVar11) &&\n (iVar11 = iVar11 + (uint)CARRY4(uVar4,uVar10),\n uVar5 = (uint)((uint)out.file_size_ < uVar4 + uVar10),\n iVar3 = out.file_size_._4_4_ - iVar11,\n (SBORROW4(out.file_size_._4_4_,iVar11) != SBORROW4(iVar3,uVar5)) ==\n (int)(iVar3 - uVar5) < 0)" (parenthesized_expression "(-1 < iVar11)" ( (binary_expression "-1 < iVar11" number_literal < identifier) )) && (parenthesized_expression "(iVar11 = iVar11 + (uint)CARRY4(uVar4,uVar10),\n uVar5 = (uint)((uint)out.file_size_ < uVar4 + uVar10),\n iVar3 = out.file_size_._4_4_ - iVar11,\n (SBORROW4(out.file_size_._4_4_,iVar11) != SBORROW4(iVar3,uVar5)) ==\n (int)(iVar3 - uVar5) < 0)" ( (comma_expression "iVar11 = iVar11 + (uint)CARRY4(uVar4,uVar10),\n uVar5 = (uint)((uint)out.file_size_ < uVar4 + uVar10),\n iVar3 = out.file_size_._4_4_ - iVar11,\n (SBORROW4(out.file_size_._4_4_,iVar11) != SBORROW4(iVar3,uVar5)) ==\n (int)(iVar3 - uVar5) < 0" (assignment_expression "iVar11 = iVar11 + (uint)CARRY4(uVar4,uVar10)" identifier = (binary_expression "iVar11 + (uint)CARRY4(uVar4,uVar10)" identifier + (cast_expression "(uint)CARRY4(uVar4,uVar10)" ( (type_descriptor "uint" type_identifier) ) (call_expression "CARRY4(uVar4,uVar10)" identifier (argument_list "(uVar4,uVar10)" ( identifier , identifier )))))) , (comma_expression "uVar5 = (uint)((uint)out.file_size_ < uVar4 + uVar10),\n iVar3 = out.file_size_._4_4_ - iVar11,\n (SBORROW4(out.file_size_._4_4_,iVar11) != SBORROW4(iVar3,uVar5)) ==\n (int)(iVar3 - uVar5) < 0" (assignment_expression "uVar5 = (uint)((uint)out.file_size_ < uVar4 + uVar10)" identifier = (call_expression "(uint)((uint)out.file_size_ < uVar4 + uVar10)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "((uint)out.file_size_ < uVar4 + uVar10)" ( (binary_expression "(uint)out.file_size_ < uVar4 + uVar10" (cast_expression "(uint)out.file_size_" ( (type_descriptor "uint" type_identifier) ) (field_expression "out.file_size_" identifier . field_identifier)) < (binary_expression "uVar4 + uVar10" identifier + identifier)) )))) , (comma_expression "iVar3 = out.file_size_._4_4_ - iVar11,\n (SBORROW4(out.file_size_._4_4_,iVar11) != SBORROW4(iVar3,uVar5)) ==\n (int)(iVar3 - uVar5) < 0" (assignment_expression "iVar3 = out.file_size_._4_4_ - iVar11" identifier = (binary_expression "out.file_size_._4_4_ - iVar11" (field_expression "out.file_size_._4_4_" (field_expression "out.file_size_" identifier . field_identifier) . field_identifier) - identifier)) , (binary_expression "(SBORROW4(out.file_size_._4_4_,iVar11) != SBORROW4(iVar3,uVar5)) ==\n (int)(iVar3 - uVar5) < 0" (parenthesized_expression "(SBORROW4(out.file_size_._4_4_,iVar11) != SBORROW4(iVar3,uVar5))" ( (binary_expression "SBORROW4(out.file_size_._4_4_,iVar11) != SBORROW4(iVar3,uVar5)" (call_expression "SBORROW4(out.file_size_._4_4_,iVar11)" identifier (argument_list "(out.file_size_._4_4_,iVar11)" ( (field_expression "out.file_size_._4_4_" (field_expression "out.file_size_" identifier . field_identifier) . field_identifier) , identifier ))) != (call_expression "SBORROW4(iVar3,uVar5)" identifier (argument_list "(iVar3,uVar5)" ( identifier , identifier )))) )) == (binary_expression "(int)(iVar3 - uVar5) < 0" (cast_expression "(int)(iVar3 - uVar5)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(iVar3 - uVar5)" ( (binary_expression "iVar3 - uVar5" identifier - identifier) ))) < number_literal))))) ))) )) (compound_statement "{\n ppOVar9 = ppOVar9 + 1;\n memcpy(out.base_ + uVar4,local_54,uVar10);\n if ((this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>.\n _M_impl._M_finish == ppOVar9) break;\n goto LAB_00274643;\n }" { (expression_statement "ppOVar9 = ppOVar9 + 1;" (assignment_expression "ppOVar9 = ppOVar9 + 1" identifier = (binary_expression "ppOVar9 + 1" identifier + number_literal)) ;) (expression_statement "memcpy(out.base_ + uVar4,local_54,uVar10);" (call_expression "memcpy(out.base_ + uVar4,local_54,uVar10)" identifier (argument_list "(out.base_ + uVar4,local_54,uVar10)" ( (binary_expression "out.base_ + uVar4" (field_expression "out.base_" identifier . field_identifier) + identifier) , identifier , identifier ))) ;) (if_statement "if ((this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>.\n _M_impl._M_finish == ppOVar9) break;" if (parenthesized_expression "((this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>.\n _M_impl._M_finish == ppOVar9)" ( (binary_expression "(this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>.\n _M_impl._M_finish == ppOVar9" (field_expression "(this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>.\n _M_impl._M_finish" (field_expression "(this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>.\n _M_impl" (binary_expression "(this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_" (binary_expression "(this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold" (binary_expression "(this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std" (binary_expression "(this->segment_list_).\n super__Vector_base<gold" (field_expression "(this->segment_list_).\n super__Vector_base" (parenthesized_expression "(this->segment_list_)" ( (field_expression "this->segment_list_" identifier -> field_identifier) )) . field_identifier) < identifier) (ERROR "::Output_segment" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_segment" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) == identifier) )) (break_statement "break;" break ;)) (goto_statement "goto LAB_00274643;" goto statement_identifier ;) })) })) comment (expression_statement "do_gold_unreachable("../../gold/output.h",0x6f,"get_output_view");" (call_expression "do_gold_unreachable("../../gold/output.h",0x6f,"get_output_view")" identifier (argument_list "("../../gold/output.h",0x6f,"get_output_view")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""get_output_view"" " string_content ") ))) ;) })) (expression_statement "ppOVar9 = ppOVar9 + 1;" (assignment_expression "ppOVar9 = ppOVar9 + 1" identifier = (binary_expression "ppOVar9 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "((this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>.\n _M_impl._M_finish != ppOVar9)" ( (binary_expression "(this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>.\n _M_impl._M_finish != ppOVar9" (field_expression "(this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>.\n _M_impl._M_finish" (field_expression "(this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>.\n _M_impl" (binary_expression "(this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_" (binary_expression "(this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std::allocator<gold" (binary_expression "(this->segment_list_).\n super__Vector_base<gold::Output_segment*,_std" (binary_expression "(this->segment_list_).\n super__Vector_base<gold" (field_expression "(this->segment_list_).\n super__Vector_base" (parenthesized_expression "(this->segment_list_)" ( (field_expression "this->segment_list_" identifier -> field_identifier) )) . field_identifier) < identifier) (ERROR "::Output_segment" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_segment" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) != identifier) )) ;)) })) (labeled_statement "Output_file::close(&out,(int)local_54);" statement_identifier : (ERROR ":" :) (expression_statement "close(&out,(int)local_54);" (call_expression "close(&out,(int)local_54)" identifier (argument_list "(&out,(int)local_54)" ( (pointer_expression "&out" & identifier) , (cast_expression "(int)local_54" ( (type_descriptor "int" primitive_type) ) identifier) ))) ;)) (return_statement "return;" return ;) (labeled_statement "code_r0x002745be:\n ppOVar9 = ppOVar9 + 1;" statement_identifier : (expression_statement "ppOVar9 = ppOVar9 + 1;" (assignment_expression "ppOVar9 = ppOVar9 + 1" identifier = (binary_expression "ppOVar9 + 1" identifier + number_literal)) ;)) (expression_statement "local_54 = puVar8;" (assignment_expression "local_54 = puVar8" identifier = identifier) ;) (expression_statement "local_50 = uVar10;" (assignment_expression "local_50 = uVar10" identifier = identifier) ;) (goto_statement "goto joined_r0x00274577;" goto statement_identifier ;) })))
(translation_unit "void __regparm2 FUN_00274510(undefined4 param_1,uint param_2,int param_3,int param_4)\n\n{\n int iVar1;\n uint uVar2;\n uint uVar3;\n uint uVar4;\n uint uVar5;\n int *piVar6;\n int iVar7;\n int iVar8;\n undefined8 uVar9;\n uint local_54;\n uint local_50;\n undefined1 local_34 [8];\n uint local_2c;\n int local_28;\n int local_24;\n \n if (*(int *)(DAT_005ea7c8 + 8) == 0) {\nLAB_00274760:\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options",param_2);\n }\n uVar9 = FUN_002b5cd0(*(int *)(DAT_005ea7c8 + 8));\n param_2 = (uint)((ulonglong)uVar9 >> 0x20);\n if ((int)uVar9 != 1) {\n \n FUN_002446e0("../../gold/layout.cc",0x1714,"write_binary",(int)uVar9);\n }\n local_54 = 0;\n local_50 = 0;\n piVar6 = *(int **)(param_3 + 0x124);\njoined_r0x00274577:\n if (piVar6 != *(int **)(param_3 + 0x128)) {\n do {\n iVar1 = *piVar6;\n if (*(int *)(iVar1 + 0x194) == 1) {\n uVar2 = *(uint *)(iVar1 + 0x18c);\n param_2 = *(uint *)(iVar1 + 400);\n if ((int)-param_2 < (int)(uint)(uVar2 != 0)) {\n uVar5 = uVar2 + *(uint *)(iVar1 + 0x164);\n param_2 = param_2 + *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar2,*(uint *)(iVar1 + 0x164))\n ;\n if (local_50 < param_2 || local_50 - param_2 < (uint)(local_54 < uVar5))\n goto code_r0x002745be;\n }\n }\n piVar6 = piVar6 + 1;\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n } while( true );\n }\n if (*(int *)(DAT_005ea7c8 + 8) == 0) goto LAB_00274760;\n FUN_002c9940(local_34,*(undefined4 *)(*(int *)(DAT_005ea7c8 + 8) + 0x27a8));\n FUN_002c9c60(local_34,local_54,local_50);\n piVar6 = *(int **)(param_3 + 0x124);\n if (piVar6 != *(int **)(param_3 + 0x128)) {\nLAB_00274643:\n do {\n iVar1 = *piVar6;\n if ((*(int *)(iVar1 + 0x194) == 1) &&\n (uVar2 = *(uint *)(iVar1 + 0x18c), -*(int *)(iVar1 + 400) < (int)(uint)(uVar2 != 0))) {\n uVar5 = *(uint *)(iVar1 + 0x184);\n if ((-1 < *(int *)(iVar1 + 0x188)) &&\n (iVar8 = *(int *)(iVar1 + 0x188) + (uint)CARRY4(uVar2,uVar5),\n uVar3 = (uint)(*(uint *)(param_4 + 8) < uVar2 + uVar5),\n iVar7 = *(int *)(param_4 + 0xc) - iVar8,\n (SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3)) ==\n (int)(iVar7 - uVar3) < 0)) {\n uVar3 = *(uint *)(iVar1 + 0x164);\n if ((-1 < *(int *)(iVar1 + 0x168)) &&\n (iVar7 = *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar3,uVar2),\n uVar4 = (uint)(local_2c < uVar3 + uVar2), iVar1 = local_28 - iVar7,\n (SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0)) {\n piVar6 = piVar6 + 1;\n memcpy((void *)(uVar3 + local_24),(void *)(*(int *)(param_4 + 0x10) + uVar5),uVar2);\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n goto LAB_00274643;\n }\n }\n \n FUN_002446e0("../../gold/output.h",0x6f,"get_output_view");\n }\n piVar6 = piVar6 + 1;\n } while (*(int **)(param_3 + 0x128) != piVar6);\n }\n FUN_002ca2d0(local_34);\n return;\ncode_r0x002745be:\n piVar6 = piVar6 + 1;\n local_54 = uVar5;\n local_50 = param_2;\n goto joined_r0x00274577;\n}\n\n" (function_definition "void __regparm2 FUN_00274510(undefined4 param_1,uint param_2,int param_3,int param_4)\n\n{\n int iVar1;\n uint uVar2;\n uint uVar3;\n uint uVar4;\n uint uVar5;\n int *piVar6;\n int iVar7;\n int iVar8;\n undefined8 uVar9;\n uint local_54;\n uint local_50;\n undefined1 local_34 [8];\n uint local_2c;\n int local_28;\n int local_24;\n \n if (*(int *)(DAT_005ea7c8 + 8) == 0) {\nLAB_00274760:\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options",param_2);\n }\n uVar9 = FUN_002b5cd0(*(int *)(DAT_005ea7c8 + 8));\n param_2 = (uint)((ulonglong)uVar9 >> 0x20);\n if ((int)uVar9 != 1) {\n \n FUN_002446e0("../../gold/layout.cc",0x1714,"write_binary",(int)uVar9);\n }\n local_54 = 0;\n local_50 = 0;\n piVar6 = *(int **)(param_3 + 0x124);\njoined_r0x00274577:\n if (piVar6 != *(int **)(param_3 + 0x128)) {\n do {\n iVar1 = *piVar6;\n if (*(int *)(iVar1 + 0x194) == 1) {\n uVar2 = *(uint *)(iVar1 + 0x18c);\n param_2 = *(uint *)(iVar1 + 400);\n if ((int)-param_2 < (int)(uint)(uVar2 != 0)) {\n uVar5 = uVar2 + *(uint *)(iVar1 + 0x164);\n param_2 = param_2 + *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar2,*(uint *)(iVar1 + 0x164))\n ;\n if (local_50 < param_2 || local_50 - param_2 < (uint)(local_54 < uVar5))\n goto code_r0x002745be;\n }\n }\n piVar6 = piVar6 + 1;\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n } while( true );\n }\n if (*(int *)(DAT_005ea7c8 + 8) == 0) goto LAB_00274760;\n FUN_002c9940(local_34,*(undefined4 *)(*(int *)(DAT_005ea7c8 + 8) + 0x27a8));\n FUN_002c9c60(local_34,local_54,local_50);\n piVar6 = *(int **)(param_3 + 0x124);\n if (piVar6 != *(int **)(param_3 + 0x128)) {\nLAB_00274643:\n do {\n iVar1 = *piVar6;\n if ((*(int *)(iVar1 + 0x194) == 1) &&\n (uVar2 = *(uint *)(iVar1 + 0x18c), -*(int *)(iVar1 + 400) < (int)(uint)(uVar2 != 0))) {\n uVar5 = *(uint *)(iVar1 + 0x184);\n if ((-1 < *(int *)(iVar1 + 0x188)) &&\n (iVar8 = *(int *)(iVar1 + 0x188) + (uint)CARRY4(uVar2,uVar5),\n uVar3 = (uint)(*(uint *)(param_4 + 8) < uVar2 + uVar5),\n iVar7 = *(int *)(param_4 + 0xc) - iVar8,\n (SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3)) ==\n (int)(iVar7 - uVar3) < 0)) {\n uVar3 = *(uint *)(iVar1 + 0x164);\n if ((-1 < *(int *)(iVar1 + 0x168)) &&\n (iVar7 = *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar3,uVar2),\n uVar4 = (uint)(local_2c < uVar3 + uVar2), iVar1 = local_28 - iVar7,\n (SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0)) {\n piVar6 = piVar6 + 1;\n memcpy((void *)(uVar3 + local_24),(void *)(*(int *)(param_4 + 0x10) + uVar5),uVar2);\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n goto LAB_00274643;\n }\n }\n \n FUN_002446e0("../../gold/output.h",0x6f,"get_output_view");\n }\n piVar6 = piVar6 + 1;\n } while (*(int **)(param_3 + 0x128) != piVar6);\n }\n FUN_002ca2d0(local_34);\n return;\ncode_r0x002745be:\n piVar6 = piVar6 + 1;\n local_54 = uVar5;\n local_50 = param_2;\n goto joined_r0x00274577;\n}" primitive_type (ERROR "__regparm2" identifier) (function_declarator "FUN_00274510(undefined4 param_1,uint param_2,int param_3,int param_4)" identifier (parameter_list "(undefined4 param_1,uint param_2,int param_3,int param_4)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "uint param_2" type_identifier identifier) , (parameter_declaration "int param_3" primitive_type identifier) , (parameter_declaration "int param_4" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n uint uVar2;\n uint uVar3;\n uint uVar4;\n uint uVar5;\n int *piVar6;\n int iVar7;\n int iVar8;\n undefined8 uVar9;\n uint local_54;\n uint local_50;\n undefined1 local_34 [8];\n uint local_2c;\n int local_28;\n int local_24;\n \n if (*(int *)(DAT_005ea7c8 + 8) == 0) {\nLAB_00274760:\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options",param_2);\n }\n uVar9 = FUN_002b5cd0(*(int *)(DAT_005ea7c8 + 8));\n param_2 = (uint)((ulonglong)uVar9 >> 0x20);\n if ((int)uVar9 != 1) {\n \n FUN_002446e0("../../gold/layout.cc",0x1714,"write_binary",(int)uVar9);\n }\n local_54 = 0;\n local_50 = 0;\n piVar6 = *(int **)(param_3 + 0x124);\njoined_r0x00274577:\n if (piVar6 != *(int **)(param_3 + 0x128)) {\n do {\n iVar1 = *piVar6;\n if (*(int *)(iVar1 + 0x194) == 1) {\n uVar2 = *(uint *)(iVar1 + 0x18c);\n param_2 = *(uint *)(iVar1 + 400);\n if ((int)-param_2 < (int)(uint)(uVar2 != 0)) {\n uVar5 = uVar2 + *(uint *)(iVar1 + 0x164);\n param_2 = param_2 + *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar2,*(uint *)(iVar1 + 0x164))\n ;\n if (local_50 < param_2 || local_50 - param_2 < (uint)(local_54 < uVar5))\n goto code_r0x002745be;\n }\n }\n piVar6 = piVar6 + 1;\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n } while( true );\n }\n if (*(int *)(DAT_005ea7c8 + 8) == 0) goto LAB_00274760;\n FUN_002c9940(local_34,*(undefined4 *)(*(int *)(DAT_005ea7c8 + 8) + 0x27a8));\n FUN_002c9c60(local_34,local_54,local_50);\n piVar6 = *(int **)(param_3 + 0x124);\n if (piVar6 != *(int **)(param_3 + 0x128)) {\nLAB_00274643:\n do {\n iVar1 = *piVar6;\n if ((*(int *)(iVar1 + 0x194) == 1) &&\n (uVar2 = *(uint *)(iVar1 + 0x18c), -*(int *)(iVar1 + 400) < (int)(uint)(uVar2 != 0))) {\n uVar5 = *(uint *)(iVar1 + 0x184);\n if ((-1 < *(int *)(iVar1 + 0x188)) &&\n (iVar8 = *(int *)(iVar1 + 0x188) + (uint)CARRY4(uVar2,uVar5),\n uVar3 = (uint)(*(uint *)(param_4 + 8) < uVar2 + uVar5),\n iVar7 = *(int *)(param_4 + 0xc) - iVar8,\n (SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3)) ==\n (int)(iVar7 - uVar3) < 0)) {\n uVar3 = *(uint *)(iVar1 + 0x164);\n if ((-1 < *(int *)(iVar1 + 0x168)) &&\n (iVar7 = *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar3,uVar2),\n uVar4 = (uint)(local_2c < uVar3 + uVar2), iVar1 = local_28 - iVar7,\n (SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0)) {\n piVar6 = piVar6 + 1;\n memcpy((void *)(uVar3 + local_24),(void *)(*(int *)(param_4 + 0x10) + uVar5),uVar2);\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n goto LAB_00274643;\n }\n }\n \n FUN_002446e0("../../gold/output.h",0x6f,"get_output_view");\n }\n piVar6 = piVar6 + 1;\n } while (*(int **)(param_3 + 0x128) != piVar6);\n }\n FUN_002ca2d0(local_34);\n return;\ncode_r0x002745be:\n piVar6 = piVar6 + 1;\n local_54 = uVar5;\n local_50 = param_2;\n goto joined_r0x00274577;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "uint uVar3;" type_identifier identifier ;) (declaration "uint uVar4;" type_identifier identifier ;) (declaration "uint uVar5;" type_identifier identifier ;) (declaration "int *piVar6;" primitive_type (pointer_declarator "*piVar6" * identifier) ;) (declaration "int iVar7;" primitive_type identifier ;) (declaration "int iVar8;" primitive_type identifier ;) (declaration "undefined8 uVar9;" type_identifier identifier ;) (declaration "uint local_54;" type_identifier identifier ;) (declaration "uint local_50;" type_identifier identifier ;) (declaration "undefined1 local_34 [8];" type_identifier (array_declarator "local_34 [8]" identifier [ number_literal ]) ;) (declaration "uint local_2c;" type_identifier identifier ;) (declaration "int local_28;" primitive_type identifier ;) (declaration "int local_24;" primitive_type identifier ;) (if_statement "if (*(int *)(DAT_005ea7c8 + 8) == 0) {\nLAB_00274760:\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options",param_2);\n }" if (parenthesized_expression "(*(int *)(DAT_005ea7c8 + 8) == 0)" ( (binary_expression "*(int *)(DAT_005ea7c8 + 8) == 0" (pointer_expression "*(int *)(DAT_005ea7c8 + 8)" * (cast_expression "(int *)(DAT_005ea7c8 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_005ea7c8 + 8)" ( (binary_expression "DAT_005ea7c8 + 8" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\nLAB_00274760:\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options",param_2);\n }" { (labeled_statement "LAB_00274760:\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options",param_2);" statement_identifier : (expression_statement "FUN_002446e0("../../gold/parameters.h",0x5c,"options",param_2);" (call_expression "FUN_002446e0("../../gold/parameters.h",0x5c,"options",param_2)" identifier (argument_list "("../../gold/parameters.h",0x5c,"options",param_2)" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""options"" " string_content ") , identifier ))) ;)) })) (expression_statement "uVar9 = FUN_002b5cd0(*(int *)(DAT_005ea7c8 + 8));" (assignment_expression "uVar9 = FUN_002b5cd0(*(int *)(DAT_005ea7c8 + 8))" identifier = (call_expression "FUN_002b5cd0(*(int *)(DAT_005ea7c8 + 8))" identifier (argument_list "(*(int *)(DAT_005ea7c8 + 8))" ( (pointer_expression "*(int *)(DAT_005ea7c8 + 8)" * (cast_expression "(int *)(DAT_005ea7c8 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_005ea7c8 + 8)" ( (binary_expression "DAT_005ea7c8 + 8" identifier + number_literal) )))) )))) ;) (expression_statement "param_2 = (uint)((ulonglong)uVar9 >> 0x20);" (assignment_expression "param_2 = (uint)((ulonglong)uVar9 >> 0x20)" identifier = (call_expression "(uint)((ulonglong)uVar9 >> 0x20)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "((ulonglong)uVar9 >> 0x20)" ( (binary_expression "(ulonglong)uVar9 >> 0x20" (cast_expression "(ulonglong)uVar9" ( (type_descriptor "ulonglong" type_identifier) ) identifier) >> number_literal) )))) ;) (if_statement "if ((int)uVar9 != 1) {\n \n FUN_002446e0("../../gold/layout.cc",0x1714,"write_binary",(int)uVar9);\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 \n FUN_002446e0("../../gold/layout.cc",0x1714,"write_binary",(int)uVar9);\n }" { (expression_statement "FUN_002446e0("../../gold/layout.cc",0x1714,"write_binary",(int)uVar9);" (call_expression "FUN_002446e0("../../gold/layout.cc",0x1714,"write_binary",(int)uVar9)" identifier (argument_list "("../../gold/layout.cc",0x1714,"write_binary",(int)uVar9)" ( (string_literal ""../../gold/layout.cc"" " string_content ") , number_literal , (string_literal ""write_binary"" " string_content ") , (cast_expression "(int)uVar9" ( (type_descriptor "int" primitive_type) ) identifier) ))) ;) })) (expression_statement "local_54 = 0;" (assignment_expression "local_54 = 0" identifier = number_literal) ;) (expression_statement "local_50 = 0;" (assignment_expression "local_50 = 0" identifier = number_literal) ;) (expression_statement "piVar6 = *(int **)(param_3 + 0x124);" (assignment_expression "piVar6 = *(int **)(param_3 + 0x124)" identifier = (pointer_expression "*(int **)(param_3 + 0x124)" * (cast_expression "(int **)(param_3 + 0x124)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_3 + 0x124)" ( (binary_expression "param_3 + 0x124" identifier + number_literal) ))))) ;) (labeled_statement "joined_r0x00274577:\n if (piVar6 != *(int **)(param_3 + 0x128)) {\n do {\n iVar1 = *piVar6;\n if (*(int *)(iVar1 + 0x194) == 1) {\n uVar2 = *(uint *)(iVar1 + 0x18c);\n param_2 = *(uint *)(iVar1 + 400);\n if ((int)-param_2 < (int)(uint)(uVar2 != 0)) {\n uVar5 = uVar2 + *(uint *)(iVar1 + 0x164);\n param_2 = param_2 + *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar2,*(uint *)(iVar1 + 0x164))\n ;\n if (local_50 < param_2 || local_50 - param_2 < (uint)(local_54 < uVar5))\n goto code_r0x002745be;\n }\n }\n piVar6 = piVar6 + 1;\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n } while( true );\n }" statement_identifier : (if_statement "if (piVar6 != *(int **)(param_3 + 0x128)) {\n do {\n iVar1 = *piVar6;\n if (*(int *)(iVar1 + 0x194) == 1) {\n uVar2 = *(uint *)(iVar1 + 0x18c);\n param_2 = *(uint *)(iVar1 + 400);\n if ((int)-param_2 < (int)(uint)(uVar2 != 0)) {\n uVar5 = uVar2 + *(uint *)(iVar1 + 0x164);\n param_2 = param_2 + *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar2,*(uint *)(iVar1 + 0x164))\n ;\n if (local_50 < param_2 || local_50 - param_2 < (uint)(local_54 < uVar5))\n goto code_r0x002745be;\n }\n }\n piVar6 = piVar6 + 1;\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n } while( true );\n }" if (parenthesized_expression "(piVar6 != *(int **)(param_3 + 0x128))" ( (binary_expression "piVar6 != *(int **)(param_3 + 0x128)" identifier != (pointer_expression "*(int **)(param_3 + 0x128)" * (cast_expression "(int **)(param_3 + 0x128)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_3 + 0x128)" ( (binary_expression "param_3 + 0x128" identifier + number_literal) ))))) )) (compound_statement "{\n do {\n iVar1 = *piVar6;\n if (*(int *)(iVar1 + 0x194) == 1) {\n uVar2 = *(uint *)(iVar1 + 0x18c);\n param_2 = *(uint *)(iVar1 + 400);\n if ((int)-param_2 < (int)(uint)(uVar2 != 0)) {\n uVar5 = uVar2 + *(uint *)(iVar1 + 0x164);\n param_2 = param_2 + *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar2,*(uint *)(iVar1 + 0x164))\n ;\n if (local_50 < param_2 || local_50 - param_2 < (uint)(local_54 < uVar5))\n goto code_r0x002745be;\n }\n }\n piVar6 = piVar6 + 1;\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n } while( true );\n }" { (do_statement "do {\n iVar1 = *piVar6;\n if (*(int *)(iVar1 + 0x194) == 1) {\n uVar2 = *(uint *)(iVar1 + 0x18c);\n param_2 = *(uint *)(iVar1 + 400);\n if ((int)-param_2 < (int)(uint)(uVar2 != 0)) {\n uVar5 = uVar2 + *(uint *)(iVar1 + 0x164);\n param_2 = param_2 + *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar2,*(uint *)(iVar1 + 0x164))\n ;\n if (local_50 < param_2 || local_50 - param_2 < (uint)(local_54 < uVar5))\n goto code_r0x002745be;\n }\n }\n piVar6 = piVar6 + 1;\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n } while( true );" do (compound_statement "{\n iVar1 = *piVar6;\n if (*(int *)(iVar1 + 0x194) == 1) {\n uVar2 = *(uint *)(iVar1 + 0x18c);\n param_2 = *(uint *)(iVar1 + 400);\n if ((int)-param_2 < (int)(uint)(uVar2 != 0)) {\n uVar5 = uVar2 + *(uint *)(iVar1 + 0x164);\n param_2 = param_2 + *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar2,*(uint *)(iVar1 + 0x164))\n ;\n if (local_50 < param_2 || local_50 - param_2 < (uint)(local_54 < uVar5))\n goto code_r0x002745be;\n }\n }\n piVar6 = piVar6 + 1;\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n }" { (expression_statement "iVar1 = *piVar6;" (assignment_expression "iVar1 = *piVar6" identifier = (pointer_expression "*piVar6" * identifier)) ;) (if_statement "if (*(int *)(iVar1 + 0x194) == 1) {\n uVar2 = *(uint *)(iVar1 + 0x18c);\n param_2 = *(uint *)(iVar1 + 400);\n if ((int)-param_2 < (int)(uint)(uVar2 != 0)) {\n uVar5 = uVar2 + *(uint *)(iVar1 + 0x164);\n param_2 = param_2 + *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar2,*(uint *)(iVar1 + 0x164))\n ;\n if (local_50 < param_2 || local_50 - param_2 < (uint)(local_54 < uVar5))\n goto code_r0x002745be;\n }\n }" if (parenthesized_expression "(*(int *)(iVar1 + 0x194) == 1)" ( (binary_expression "*(int *)(iVar1 + 0x194) == 1" (pointer_expression "*(int *)(iVar1 + 0x194)" * (cast_expression "(int *)(iVar1 + 0x194)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x194)" ( (binary_expression "iVar1 + 0x194" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n uVar2 = *(uint *)(iVar1 + 0x18c);\n param_2 = *(uint *)(iVar1 + 400);\n if ((int)-param_2 < (int)(uint)(uVar2 != 0)) {\n uVar5 = uVar2 + *(uint *)(iVar1 + 0x164);\n param_2 = param_2 + *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar2,*(uint *)(iVar1 + 0x164))\n ;\n if (local_50 < param_2 || local_50 - param_2 < (uint)(local_54 < uVar5))\n goto code_r0x002745be;\n }\n }" { (expression_statement "uVar2 = *(uint *)(iVar1 + 0x18c);" (assignment_expression "uVar2 = *(uint *)(iVar1 + 0x18c)" identifier = (pointer_expression "*(uint *)(iVar1 + 0x18c)" * (cast_expression "(uint *)(iVar1 + 0x18c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x18c)" ( (binary_expression "iVar1 + 0x18c" identifier + number_literal) ))))) ;) (expression_statement "param_2 = *(uint *)(iVar1 + 400);" (assignment_expression "param_2 = *(uint *)(iVar1 + 400)" identifier = (pointer_expression "*(uint *)(iVar1 + 400)" * (cast_expression "(uint *)(iVar1 + 400)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 400)" ( (binary_expression "iVar1 + 400" identifier + number_literal) ))))) ;) (if_statement "if ((int)-param_2 < (int)(uint)(uVar2 != 0)) {\n uVar5 = uVar2 + *(uint *)(iVar1 + 0x164);\n param_2 = param_2 + *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar2,*(uint *)(iVar1 + 0x164))\n ;\n if (local_50 < param_2 || local_50 - param_2 < (uint)(local_54 < uVar5))\n goto code_r0x002745be;\n }" if (parenthesized_expression "((int)-param_2 < (int)(uint)(uVar2 != 0))" ( (binary_expression "(int)-param_2 < (int)(uint)(uVar2 != 0)" (cast_expression "(int)-param_2" ( (type_descriptor "int" primitive_type) ) (unary_expression "-param_2" - identifier)) < (cast_expression "(int)(uint)(uVar2 != 0)" ( (type_descriptor "int" primitive_type) ) (call_expression "(uint)(uVar2 != 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(uVar2 != 0)" ( (binary_expression "uVar2 != 0" identifier != number_literal) ))))) )) (compound_statement "{\n uVar5 = uVar2 + *(uint *)(iVar1 + 0x164);\n param_2 = param_2 + *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar2,*(uint *)(iVar1 + 0x164))\n ;\n if (local_50 < param_2 || local_50 - param_2 < (uint)(local_54 < uVar5))\n goto code_r0x002745be;\n }" { (expression_statement "uVar5 = uVar2 + *(uint *)(iVar1 + 0x164);" (assignment_expression "uVar5 = uVar2 + *(uint *)(iVar1 + 0x164)" identifier = (binary_expression "uVar2 + *(uint *)(iVar1 + 0x164)" identifier + (pointer_expression "*(uint *)(iVar1 + 0x164)" * (cast_expression "(uint *)(iVar1 + 0x164)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x164)" ( (binary_expression "iVar1 + 0x164" identifier + number_literal) )))))) ;) (expression_statement "param_2 = param_2 + *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar2,*(uint *)(iVar1 + 0x164))\n ;" (assignment_expression "param_2 = param_2 + *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar2,*(uint *)(iVar1 + 0x164))" identifier = (binary_expression "param_2 + *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar2,*(uint *)(iVar1 + 0x164))" (binary_expression "param_2 + *(int *)(iVar1 + 0x168)" identifier + (pointer_expression "*(int *)(iVar1 + 0x168)" * (cast_expression "(int *)(iVar1 + 0x168)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x168)" ( (binary_expression "iVar1 + 0x168" identifier + number_literal) ))))) + (cast_expression "(uint)CARRY4(uVar2,*(uint *)(iVar1 + 0x164))" ( (type_descriptor "uint" type_identifier) ) (call_expression "CARRY4(uVar2,*(uint *)(iVar1 + 0x164))" identifier (argument_list "(uVar2,*(uint *)(iVar1 + 0x164))" ( identifier , (pointer_expression "*(uint *)(iVar1 + 0x164)" * (cast_expression "(uint *)(iVar1 + 0x164)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x164)" ( (binary_expression "iVar1 + 0x164" identifier + number_literal) )))) )))))) ;) (if_statement "if (local_50 < param_2 || local_50 - param_2 < (uint)(local_54 < uVar5))\n goto code_r0x002745be;" if (parenthesized_expression "(local_50 < param_2 || local_50 - param_2 < (uint)(local_54 < uVar5))" ( (binary_expression "local_50 < param_2 || local_50 - param_2 < (uint)(local_54 < uVar5)" (binary_expression "local_50 < param_2" identifier < identifier) || (binary_expression "local_50 - param_2 < (uint)(local_54 < uVar5)" (binary_expression "local_50 - param_2" identifier - identifier) < (call_expression "(uint)(local_54 < uVar5)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(local_54 < uVar5)" ( (binary_expression "local_54 < uVar5" identifier < identifier) ))))) )) (goto_statement "goto code_r0x002745be;" goto statement_identifier ;)) })) })) (expression_statement "piVar6 = piVar6 + 1;" (assignment_expression "piVar6 = piVar6 + 1" identifier = (binary_expression "piVar6 + 1" identifier + number_literal)) ;) (if_statement "if (*(int **)(param_3 + 0x128) == piVar6) break;" if (parenthesized_expression "(*(int **)(param_3 + 0x128) == piVar6)" ( (binary_expression "*(int **)(param_3 + 0x128) == piVar6" (pointer_expression "*(int **)(param_3 + 0x128)" * (cast_expression "(int **)(param_3 + 0x128)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_3 + 0x128)" ( (binary_expression "param_3 + 0x128" identifier + number_literal) )))) == identifier) )) (break_statement "break;" break ;)) }) while (parenthesized_expression "( true )" ( true )) ;) }))) (if_statement "if (*(int *)(DAT_005ea7c8 + 8) == 0) goto LAB_00274760;" if (parenthesized_expression "(*(int *)(DAT_005ea7c8 + 8) == 0)" ( (binary_expression "*(int *)(DAT_005ea7c8 + 8) == 0" (pointer_expression "*(int *)(DAT_005ea7c8 + 8)" * (cast_expression "(int *)(DAT_005ea7c8 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_005ea7c8 + 8)" ( (binary_expression "DAT_005ea7c8 + 8" identifier + number_literal) )))) == number_literal) )) (goto_statement "goto LAB_00274760;" goto statement_identifier ;)) (expression_statement "FUN_002c9940(local_34,*(undefined4 *)(*(int *)(DAT_005ea7c8 + 8) + 0x27a8));" (call_expression "FUN_002c9940(local_34,*(undefined4 *)(*(int *)(DAT_005ea7c8 + 8) + 0x27a8))" identifier (argument_list "(local_34,*(undefined4 *)(*(int *)(DAT_005ea7c8 + 8) + 0x27a8))" ( identifier , (pointer_expression "*(undefined4 *)(*(int *)(DAT_005ea7c8 + 8) + 0x27a8)" * (cast_expression "(undefined4 *)(*(int *)(DAT_005ea7c8 + 8) + 0x27a8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(DAT_005ea7c8 + 8) + 0x27a8)" ( (binary_expression "*(int *)(DAT_005ea7c8 + 8) + 0x27a8" (pointer_expression "*(int *)(DAT_005ea7c8 + 8)" * (cast_expression "(int *)(DAT_005ea7c8 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_005ea7c8 + 8)" ( (binary_expression "DAT_005ea7c8 + 8" identifier + number_literal) )))) + number_literal) )))) ))) ;) (expression_statement "FUN_002c9c60(local_34,local_54,local_50);" (call_expression "FUN_002c9c60(local_34,local_54,local_50)" identifier (argument_list "(local_34,local_54,local_50)" ( identifier , identifier , identifier ))) ;) (expression_statement "piVar6 = *(int **)(param_3 + 0x124);" (assignment_expression "piVar6 = *(int **)(param_3 + 0x124)" identifier = (pointer_expression "*(int **)(param_3 + 0x124)" * (cast_expression "(int **)(param_3 + 0x124)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_3 + 0x124)" ( (binary_expression "param_3 + 0x124" identifier + number_literal) ))))) ;) (if_statement "if (piVar6 != *(int **)(param_3 + 0x128)) {\nLAB_00274643:\n do {\n iVar1 = *piVar6;\n if ((*(int *)(iVar1 + 0x194) == 1) &&\n (uVar2 = *(uint *)(iVar1 + 0x18c), -*(int *)(iVar1 + 400) < (int)(uint)(uVar2 != 0))) {\n uVar5 = *(uint *)(iVar1 + 0x184);\n if ((-1 < *(int *)(iVar1 + 0x188)) &&\n (iVar8 = *(int *)(iVar1 + 0x188) + (uint)CARRY4(uVar2,uVar5),\n uVar3 = (uint)(*(uint *)(param_4 + 8) < uVar2 + uVar5),\n iVar7 = *(int *)(param_4 + 0xc) - iVar8,\n (SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3)) ==\n (int)(iVar7 - uVar3) < 0)) {\n uVar3 = *(uint *)(iVar1 + 0x164);\n if ((-1 < *(int *)(iVar1 + 0x168)) &&\n (iVar7 = *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar3,uVar2),\n uVar4 = (uint)(local_2c < uVar3 + uVar2), iVar1 = local_28 - iVar7,\n (SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0)) {\n piVar6 = piVar6 + 1;\n memcpy((void *)(uVar3 + local_24),(void *)(*(int *)(param_4 + 0x10) + uVar5),uVar2);\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n goto LAB_00274643;\n }\n }\n \n FUN_002446e0("../../gold/output.h",0x6f,"get_output_view");\n }\n piVar6 = piVar6 + 1;\n } while (*(int **)(param_3 + 0x128) != piVar6);\n }" if (parenthesized_expression "(piVar6 != *(int **)(param_3 + 0x128))" ( (binary_expression "piVar6 != *(int **)(param_3 + 0x128)" identifier != (pointer_expression "*(int **)(param_3 + 0x128)" * (cast_expression "(int **)(param_3 + 0x128)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_3 + 0x128)" ( (binary_expression "param_3 + 0x128" identifier + number_literal) ))))) )) (compound_statement "{\nLAB_00274643:\n do {\n iVar1 = *piVar6;\n if ((*(int *)(iVar1 + 0x194) == 1) &&\n (uVar2 = *(uint *)(iVar1 + 0x18c), -*(int *)(iVar1 + 400) < (int)(uint)(uVar2 != 0))) {\n uVar5 = *(uint *)(iVar1 + 0x184);\n if ((-1 < *(int *)(iVar1 + 0x188)) &&\n (iVar8 = *(int *)(iVar1 + 0x188) + (uint)CARRY4(uVar2,uVar5),\n uVar3 = (uint)(*(uint *)(param_4 + 8) < uVar2 + uVar5),\n iVar7 = *(int *)(param_4 + 0xc) - iVar8,\n (SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3)) ==\n (int)(iVar7 - uVar3) < 0)) {\n uVar3 = *(uint *)(iVar1 + 0x164);\n if ((-1 < *(int *)(iVar1 + 0x168)) &&\n (iVar7 = *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar3,uVar2),\n uVar4 = (uint)(local_2c < uVar3 + uVar2), iVar1 = local_28 - iVar7,\n (SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0)) {\n piVar6 = piVar6 + 1;\n memcpy((void *)(uVar3 + local_24),(void *)(*(int *)(param_4 + 0x10) + uVar5),uVar2);\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n goto LAB_00274643;\n }\n }\n \n FUN_002446e0("../../gold/output.h",0x6f,"get_output_view");\n }\n piVar6 = piVar6 + 1;\n } while (*(int **)(param_3 + 0x128) != piVar6);\n }" { (labeled_statement "LAB_00274643:\n do {\n iVar1 = *piVar6;\n if ((*(int *)(iVar1 + 0x194) == 1) &&\n (uVar2 = *(uint *)(iVar1 + 0x18c), -*(int *)(iVar1 + 400) < (int)(uint)(uVar2 != 0))) {\n uVar5 = *(uint *)(iVar1 + 0x184);\n if ((-1 < *(int *)(iVar1 + 0x188)) &&\n (iVar8 = *(int *)(iVar1 + 0x188) + (uint)CARRY4(uVar2,uVar5),\n uVar3 = (uint)(*(uint *)(param_4 + 8) < uVar2 + uVar5),\n iVar7 = *(int *)(param_4 + 0xc) - iVar8,\n (SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3)) ==\n (int)(iVar7 - uVar3) < 0)) {\n uVar3 = *(uint *)(iVar1 + 0x164);\n if ((-1 < *(int *)(iVar1 + 0x168)) &&\n (iVar7 = *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar3,uVar2),\n uVar4 = (uint)(local_2c < uVar3 + uVar2), iVar1 = local_28 - iVar7,\n (SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0)) {\n piVar6 = piVar6 + 1;\n memcpy((void *)(uVar3 + local_24),(void *)(*(int *)(param_4 + 0x10) + uVar5),uVar2);\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n goto LAB_00274643;\n }\n }\n \n FUN_002446e0("../../gold/output.h",0x6f,"get_output_view");\n }\n piVar6 = piVar6 + 1;\n } while (*(int **)(param_3 + 0x128) != piVar6);" statement_identifier : (do_statement "do {\n iVar1 = *piVar6;\n if ((*(int *)(iVar1 + 0x194) == 1) &&\n (uVar2 = *(uint *)(iVar1 + 0x18c), -*(int *)(iVar1 + 400) < (int)(uint)(uVar2 != 0))) {\n uVar5 = *(uint *)(iVar1 + 0x184);\n if ((-1 < *(int *)(iVar1 + 0x188)) &&\n (iVar8 = *(int *)(iVar1 + 0x188) + (uint)CARRY4(uVar2,uVar5),\n uVar3 = (uint)(*(uint *)(param_4 + 8) < uVar2 + uVar5),\n iVar7 = *(int *)(param_4 + 0xc) - iVar8,\n (SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3)) ==\n (int)(iVar7 - uVar3) < 0)) {\n uVar3 = *(uint *)(iVar1 + 0x164);\n if ((-1 < *(int *)(iVar1 + 0x168)) &&\n (iVar7 = *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar3,uVar2),\n uVar4 = (uint)(local_2c < uVar3 + uVar2), iVar1 = local_28 - iVar7,\n (SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0)) {\n piVar6 = piVar6 + 1;\n memcpy((void *)(uVar3 + local_24),(void *)(*(int *)(param_4 + 0x10) + uVar5),uVar2);\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n goto LAB_00274643;\n }\n }\n \n FUN_002446e0("../../gold/output.h",0x6f,"get_output_view");\n }\n piVar6 = piVar6 + 1;\n } while (*(int **)(param_3 + 0x128) != piVar6);" do (compound_statement "{\n iVar1 = *piVar6;\n if ((*(int *)(iVar1 + 0x194) == 1) &&\n (uVar2 = *(uint *)(iVar1 + 0x18c), -*(int *)(iVar1 + 400) < (int)(uint)(uVar2 != 0))) {\n uVar5 = *(uint *)(iVar1 + 0x184);\n if ((-1 < *(int *)(iVar1 + 0x188)) &&\n (iVar8 = *(int *)(iVar1 + 0x188) + (uint)CARRY4(uVar2,uVar5),\n uVar3 = (uint)(*(uint *)(param_4 + 8) < uVar2 + uVar5),\n iVar7 = *(int *)(param_4 + 0xc) - iVar8,\n (SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3)) ==\n (int)(iVar7 - uVar3) < 0)) {\n uVar3 = *(uint *)(iVar1 + 0x164);\n if ((-1 < *(int *)(iVar1 + 0x168)) &&\n (iVar7 = *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar3,uVar2),\n uVar4 = (uint)(local_2c < uVar3 + uVar2), iVar1 = local_28 - iVar7,\n (SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0)) {\n piVar6 = piVar6 + 1;\n memcpy((void *)(uVar3 + local_24),(void *)(*(int *)(param_4 + 0x10) + uVar5),uVar2);\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n goto LAB_00274643;\n }\n }\n \n FUN_002446e0("../../gold/output.h",0x6f,"get_output_view");\n }\n piVar6 = piVar6 + 1;\n }" { (expression_statement "iVar1 = *piVar6;" (assignment_expression "iVar1 = *piVar6" identifier = (pointer_expression "*piVar6" * identifier)) ;) (if_statement "if ((*(int *)(iVar1 + 0x194) == 1) &&\n (uVar2 = *(uint *)(iVar1 + 0x18c), -*(int *)(iVar1 + 400) < (int)(uint)(uVar2 != 0))) {\n uVar5 = *(uint *)(iVar1 + 0x184);\n if ((-1 < *(int *)(iVar1 + 0x188)) &&\n (iVar8 = *(int *)(iVar1 + 0x188) + (uint)CARRY4(uVar2,uVar5),\n uVar3 = (uint)(*(uint *)(param_4 + 8) < uVar2 + uVar5),\n iVar7 = *(int *)(param_4 + 0xc) - iVar8,\n (SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3)) ==\n (int)(iVar7 - uVar3) < 0)) {\n uVar3 = *(uint *)(iVar1 + 0x164);\n if ((-1 < *(int *)(iVar1 + 0x168)) &&\n (iVar7 = *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar3,uVar2),\n uVar4 = (uint)(local_2c < uVar3 + uVar2), iVar1 = local_28 - iVar7,\n (SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0)) {\n piVar6 = piVar6 + 1;\n memcpy((void *)(uVar3 + local_24),(void *)(*(int *)(param_4 + 0x10) + uVar5),uVar2);\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n goto LAB_00274643;\n }\n }\n \n FUN_002446e0("../../gold/output.h",0x6f,"get_output_view");\n }" if (parenthesized_expression "((*(int *)(iVar1 + 0x194) == 1) &&\n (uVar2 = *(uint *)(iVar1 + 0x18c), -*(int *)(iVar1 + 400) < (int)(uint)(uVar2 != 0)))" ( (binary_expression "(*(int *)(iVar1 + 0x194) == 1) &&\n (uVar2 = *(uint *)(iVar1 + 0x18c), -*(int *)(iVar1 + 400) < (int)(uint)(uVar2 != 0))" (parenthesized_expression "(*(int *)(iVar1 + 0x194) == 1)" ( (binary_expression "*(int *)(iVar1 + 0x194) == 1" (pointer_expression "*(int *)(iVar1 + 0x194)" * (cast_expression "(int *)(iVar1 + 0x194)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x194)" ( (binary_expression "iVar1 + 0x194" identifier + number_literal) )))) == number_literal) )) && (parenthesized_expression "(uVar2 = *(uint *)(iVar1 + 0x18c), -*(int *)(iVar1 + 400) < (int)(uint)(uVar2 != 0))" ( (comma_expression "uVar2 = *(uint *)(iVar1 + 0x18c), -*(int *)(iVar1 + 400) < (int)(uint)(uVar2 != 0)" (assignment_expression "uVar2 = *(uint *)(iVar1 + 0x18c)" identifier = (pointer_expression "*(uint *)(iVar1 + 0x18c)" * (cast_expression "(uint *)(iVar1 + 0x18c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x18c)" ( (binary_expression "iVar1 + 0x18c" identifier + number_literal) ))))) , (binary_expression "-*(int *)(iVar1 + 400) < (int)(uint)(uVar2 != 0)" (unary_expression "-*(int *)(iVar1 + 400)" - (pointer_expression "*(int *)(iVar1 + 400)" * (cast_expression "(int *)(iVar1 + 400)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 400)" ( (binary_expression "iVar1 + 400" identifier + number_literal) ))))) < (cast_expression "(int)(uint)(uVar2 != 0)" ( (type_descriptor "int" primitive_type) ) (call_expression "(uint)(uVar2 != 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(uVar2 != 0)" ( (binary_expression "uVar2 != 0" identifier != number_literal) )))))) ))) )) (compound_statement "{\n uVar5 = *(uint *)(iVar1 + 0x184);\n if ((-1 < *(int *)(iVar1 + 0x188)) &&\n (iVar8 = *(int *)(iVar1 + 0x188) + (uint)CARRY4(uVar2,uVar5),\n uVar3 = (uint)(*(uint *)(param_4 + 8) < uVar2 + uVar5),\n iVar7 = *(int *)(param_4 + 0xc) - iVar8,\n (SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3)) ==\n (int)(iVar7 - uVar3) < 0)) {\n uVar3 = *(uint *)(iVar1 + 0x164);\n if ((-1 < *(int *)(iVar1 + 0x168)) &&\n (iVar7 = *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar3,uVar2),\n uVar4 = (uint)(local_2c < uVar3 + uVar2), iVar1 = local_28 - iVar7,\n (SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0)) {\n piVar6 = piVar6 + 1;\n memcpy((void *)(uVar3 + local_24),(void *)(*(int *)(param_4 + 0x10) + uVar5),uVar2);\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n goto LAB_00274643;\n }\n }\n \n FUN_002446e0("../../gold/output.h",0x6f,"get_output_view");\n }" { (expression_statement "uVar5 = *(uint *)(iVar1 + 0x184);" (assignment_expression "uVar5 = *(uint *)(iVar1 + 0x184)" identifier = (pointer_expression "*(uint *)(iVar1 + 0x184)" * (cast_expression "(uint *)(iVar1 + 0x184)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x184)" ( (binary_expression "iVar1 + 0x184" identifier + number_literal) ))))) ;) (if_statement "if ((-1 < *(int *)(iVar1 + 0x188)) &&\n (iVar8 = *(int *)(iVar1 + 0x188) + (uint)CARRY4(uVar2,uVar5),\n uVar3 = (uint)(*(uint *)(param_4 + 8) < uVar2 + uVar5),\n iVar7 = *(int *)(param_4 + 0xc) - iVar8,\n (SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3)) ==\n (int)(iVar7 - uVar3) < 0)) {\n uVar3 = *(uint *)(iVar1 + 0x164);\n if ((-1 < *(int *)(iVar1 + 0x168)) &&\n (iVar7 = *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar3,uVar2),\n uVar4 = (uint)(local_2c < uVar3 + uVar2), iVar1 = local_28 - iVar7,\n (SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0)) {\n piVar6 = piVar6 + 1;\n memcpy((void *)(uVar3 + local_24),(void *)(*(int *)(param_4 + 0x10) + uVar5),uVar2);\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n goto LAB_00274643;\n }\n }" if (parenthesized_expression "((-1 < *(int *)(iVar1 + 0x188)) &&\n (iVar8 = *(int *)(iVar1 + 0x188) + (uint)CARRY4(uVar2,uVar5),\n uVar3 = (uint)(*(uint *)(param_4 + 8) < uVar2 + uVar5),\n iVar7 = *(int *)(param_4 + 0xc) - iVar8,\n (SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3)) ==\n (int)(iVar7 - uVar3) < 0))" ( (binary_expression "(-1 < *(int *)(iVar1 + 0x188)) &&\n (iVar8 = *(int *)(iVar1 + 0x188) + (uint)CARRY4(uVar2,uVar5),\n uVar3 = (uint)(*(uint *)(param_4 + 8) < uVar2 + uVar5),\n iVar7 = *(int *)(param_4 + 0xc) - iVar8,\n (SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3)) ==\n (int)(iVar7 - uVar3) < 0)" (parenthesized_expression "(-1 < *(int *)(iVar1 + 0x188))" ( (binary_expression "-1 < *(int *)(iVar1 + 0x188)" number_literal < (pointer_expression "*(int *)(iVar1 + 0x188)" * (cast_expression "(int *)(iVar1 + 0x188)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x188)" ( (binary_expression "iVar1 + 0x188" identifier + number_literal) ))))) )) && (parenthesized_expression "(iVar8 = *(int *)(iVar1 + 0x188) + (uint)CARRY4(uVar2,uVar5),\n uVar3 = (uint)(*(uint *)(param_4 + 8) < uVar2 + uVar5),\n iVar7 = *(int *)(param_4 + 0xc) - iVar8,\n (SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3)) ==\n (int)(iVar7 - uVar3) < 0)" ( (comma_expression "iVar8 = *(int *)(iVar1 + 0x188) + (uint)CARRY4(uVar2,uVar5),\n uVar3 = (uint)(*(uint *)(param_4 + 8) < uVar2 + uVar5),\n iVar7 = *(int *)(param_4 + 0xc) - iVar8,\n (SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3)) ==\n (int)(iVar7 - uVar3) < 0" (assignment_expression "iVar8 = *(int *)(iVar1 + 0x188) + (uint)CARRY4(uVar2,uVar5)" identifier = (binary_expression "*(int *)(iVar1 + 0x188) + (uint)CARRY4(uVar2,uVar5)" (pointer_expression "*(int *)(iVar1 + 0x188)" * (cast_expression "(int *)(iVar1 + 0x188)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x188)" ( (binary_expression "iVar1 + 0x188" identifier + number_literal) )))) + (cast_expression "(uint)CARRY4(uVar2,uVar5)" ( (type_descriptor "uint" type_identifier) ) (call_expression "CARRY4(uVar2,uVar5)" identifier (argument_list "(uVar2,uVar5)" ( identifier , identifier )))))) , (comma_expression "uVar3 = (uint)(*(uint *)(param_4 + 8) < uVar2 + uVar5),\n iVar7 = *(int *)(param_4 + 0xc) - iVar8,\n (SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3)) ==\n (int)(iVar7 - uVar3) < 0" (assignment_expression "uVar3 = (uint)(*(uint *)(param_4 + 8) < uVar2 + uVar5)" identifier = (call_expression "(uint)(*(uint *)(param_4 + 8) < uVar2 + uVar5)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(*(uint *)(param_4 + 8) < uVar2 + uVar5)" ( (binary_expression "*(uint *)(param_4 + 8) < uVar2 + uVar5" (pointer_expression "*(uint *)(param_4 + 8)" * (cast_expression "(uint *)(param_4 + 8)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 8)" ( (binary_expression "param_4 + 8" identifier + number_literal) )))) < (binary_expression "uVar2 + uVar5" identifier + identifier)) )))) , (comma_expression "iVar7 = *(int *)(param_4 + 0xc) - iVar8,\n (SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3)) ==\n (int)(iVar7 - uVar3) < 0" (assignment_expression "iVar7 = *(int *)(param_4 + 0xc) - iVar8" identifier = (binary_expression "*(int *)(param_4 + 0xc) - iVar8" (pointer_expression "*(int *)(param_4 + 0xc)" * (cast_expression "(int *)(param_4 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0xc)" ( (binary_expression "param_4 + 0xc" identifier + number_literal) )))) - identifier)) , (binary_expression "(SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3)) ==\n (int)(iVar7 - uVar3) < 0" (parenthesized_expression "(SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3))" ( (binary_expression "SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3)" (call_expression "SBORROW4(*(int *)(param_4 + 0xc),iVar8)" identifier (argument_list "(*(int *)(param_4 + 0xc),iVar8)" ( (pointer_expression "*(int *)(param_4 + 0xc)" * (cast_expression "(int *)(param_4 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0xc)" ( (binary_expression "param_4 + 0xc" identifier + number_literal) )))) , identifier ))) != (call_expression "SBORROW4(iVar7,uVar3)" identifier (argument_list "(iVar7,uVar3)" ( identifier , identifier )))) )) == (binary_expression "(int)(iVar7 - uVar3) < 0" (cast_expression "(int)(iVar7 - uVar3)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(iVar7 - uVar3)" ( (binary_expression "iVar7 - uVar3" identifier - identifier) ))) < number_literal))))) ))) )) (compound_statement "{\n uVar3 = *(uint *)(iVar1 + 0x164);\n if ((-1 < *(int *)(iVar1 + 0x168)) &&\n (iVar7 = *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar3,uVar2),\n uVar4 = (uint)(local_2c < uVar3 + uVar2), iVar1 = local_28 - iVar7,\n (SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0)) {\n piVar6 = piVar6 + 1;\n memcpy((void *)(uVar3 + local_24),(void *)(*(int *)(param_4 + 0x10) + uVar5),uVar2);\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n goto LAB_00274643;\n }\n }" { (expression_statement "uVar3 = *(uint *)(iVar1 + 0x164);" (assignment_expression "uVar3 = *(uint *)(iVar1 + 0x164)" identifier = (pointer_expression "*(uint *)(iVar1 + 0x164)" * (cast_expression "(uint *)(iVar1 + 0x164)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x164)" ( (binary_expression "iVar1 + 0x164" identifier + number_literal) ))))) ;) (if_statement "if ((-1 < *(int *)(iVar1 + 0x168)) &&\n (iVar7 = *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar3,uVar2),\n uVar4 = (uint)(local_2c < uVar3 + uVar2), iVar1 = local_28 - iVar7,\n (SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0)) {\n piVar6 = piVar6 + 1;\n memcpy((void *)(uVar3 + local_24),(void *)(*(int *)(param_4 + 0x10) + uVar5),uVar2);\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n goto LAB_00274643;\n }" if (parenthesized_expression "((-1 < *(int *)(iVar1 + 0x168)) &&\n (iVar7 = *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar3,uVar2),\n uVar4 = (uint)(local_2c < uVar3 + uVar2), iVar1 = local_28 - iVar7,\n (SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0))" ( (binary_expression "(-1 < *(int *)(iVar1 + 0x168)) &&\n (iVar7 = *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar3,uVar2),\n uVar4 = (uint)(local_2c < uVar3 + uVar2), iVar1 = local_28 - iVar7,\n (SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0)" (parenthesized_expression "(-1 < *(int *)(iVar1 + 0x168))" ( (binary_expression "-1 < *(int *)(iVar1 + 0x168)" number_literal < (pointer_expression "*(int *)(iVar1 + 0x168)" * (cast_expression "(int *)(iVar1 + 0x168)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x168)" ( (binary_expression "iVar1 + 0x168" identifier + number_literal) ))))) )) && (parenthesized_expression "(iVar7 = *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar3,uVar2),\n uVar4 = (uint)(local_2c < uVar3 + uVar2), iVar1 = local_28 - iVar7,\n (SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0)" ( (comma_expression "iVar7 = *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar3,uVar2),\n uVar4 = (uint)(local_2c < uVar3 + uVar2), iVar1 = local_28 - iVar7,\n (SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0" (assignment_expression "iVar7 = *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar3,uVar2)" identifier = (binary_expression "*(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar3,uVar2)" (pointer_expression "*(int *)(iVar1 + 0x168)" * (cast_expression "(int *)(iVar1 + 0x168)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x168)" ( (binary_expression "iVar1 + 0x168" identifier + number_literal) )))) + (cast_expression "(uint)CARRY4(uVar3,uVar2)" ( (type_descriptor "uint" type_identifier) ) (call_expression "CARRY4(uVar3,uVar2)" identifier (argument_list "(uVar3,uVar2)" ( identifier , identifier )))))) , (comma_expression "uVar4 = (uint)(local_2c < uVar3 + uVar2), iVar1 = local_28 - iVar7,\n (SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0" (assignment_expression "uVar4 = (uint)(local_2c < uVar3 + uVar2)" identifier = (call_expression "(uint)(local_2c < uVar3 + uVar2)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(local_2c < uVar3 + uVar2)" ( (binary_expression "local_2c < uVar3 + uVar2" identifier < (binary_expression "uVar3 + uVar2" identifier + identifier)) )))) , (comma_expression "iVar1 = local_28 - iVar7,\n (SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0" (assignment_expression "iVar1 = local_28 - iVar7" identifier = (binary_expression "local_28 - iVar7" identifier - identifier)) , (binary_expression "(SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0" (parenthesized_expression "(SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4))" ( (binary_expression "SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)" (call_expression "SBORROW4(local_28,iVar7)" identifier (argument_list "(local_28,iVar7)" ( identifier , identifier ))) != (call_expression "SBORROW4(iVar1,uVar4)" identifier (argument_list "(iVar1,uVar4)" ( identifier , identifier )))) )) == (binary_expression "(int)(iVar1 - uVar4) < 0" (cast_expression "(int)(iVar1 - uVar4)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(iVar1 - uVar4)" ( (binary_expression "iVar1 - uVar4" identifier - identifier) ))) < number_literal))))) ))) )) (compound_statement "{\n piVar6 = piVar6 + 1;\n memcpy((void *)(uVar3 + local_24),(void *)(*(int *)(param_4 + 0x10) + uVar5),uVar2);\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n goto LAB_00274643;\n }" { (expression_statement "piVar6 = piVar6 + 1;" (assignment_expression "piVar6 = piVar6 + 1" identifier = (binary_expression "piVar6 + 1" identifier + number_literal)) ;) (expression_statement "memcpy((void *)(uVar3 + local_24),(void *)(*(int *)(param_4 + 0x10) + uVar5),uVar2);" (call_expression "memcpy((void *)(uVar3 + local_24),(void *)(*(int *)(param_4 + 0x10) + uVar5),uVar2)" identifier (argument_list "((void *)(uVar3 + local_24),(void *)(*(int *)(param_4 + 0x10) + uVar5),uVar2)" ( (cast_expression "(void *)(uVar3 + local_24)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(uVar3 + local_24)" ( (binary_expression "uVar3 + local_24" identifier + identifier) ))) , (cast_expression "(void *)(*(int *)(param_4 + 0x10) + uVar5)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(param_4 + 0x10) + uVar5)" ( (binary_expression "*(int *)(param_4 + 0x10) + uVar5" (pointer_expression "*(int *)(param_4 + 0x10)" * (cast_expression "(int *)(param_4 + 0x10)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0x10)" ( (binary_expression "param_4 + 0x10" identifier + number_literal) )))) + identifier) ))) , identifier ))) ;) (if_statement "if (*(int **)(param_3 + 0x128) == piVar6) break;" if (parenthesized_expression "(*(int **)(param_3 + 0x128) == piVar6)" ( (binary_expression "*(int **)(param_3 + 0x128) == piVar6" (pointer_expression "*(int **)(param_3 + 0x128)" * (cast_expression "(int **)(param_3 + 0x128)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_3 + 0x128)" ( (binary_expression "param_3 + 0x128" identifier + number_literal) )))) == identifier) )) (break_statement "break;" break ;)) (goto_statement "goto LAB_00274643;" goto statement_identifier ;) })) })) (expression_statement "FUN_002446e0("../../gold/output.h",0x6f,"get_output_view");" (call_expression "FUN_002446e0("../../gold/output.h",0x6f,"get_output_view")" identifier (argument_list "("../../gold/output.h",0x6f,"get_output_view")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""get_output_view"" " string_content ") ))) ;) })) (expression_statement "piVar6 = piVar6 + 1;" (assignment_expression "piVar6 = piVar6 + 1" identifier = (binary_expression "piVar6 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(*(int **)(param_3 + 0x128) != piVar6)" ( (binary_expression "*(int **)(param_3 + 0x128) != piVar6" (pointer_expression "*(int **)(param_3 + 0x128)" * (cast_expression "(int **)(param_3 + 0x128)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_3 + 0x128)" ( (binary_expression "param_3 + 0x128" identifier + number_literal) )))) != identifier) )) ;)) })) (expression_statement "FUN_002ca2d0(local_34);" (call_expression "FUN_002ca2d0(local_34)" identifier (argument_list "(local_34)" ( identifier ))) ;) (return_statement "return;" return ;) (labeled_statement "code_r0x002745be:\n piVar6 = piVar6 + 1;" statement_identifier : (expression_statement "piVar6 = piVar6 + 1;" (assignment_expression "piVar6 = piVar6 + 1" identifier = (binary_expression "piVar6 + 1" identifier + number_literal)) ;)) (expression_statement "local_54 = uVar5;" (assignment_expression "local_54 = uVar5" identifier = identifier) ;) (expression_statement "local_50 = param_2;" (assignment_expression "local_50 = param_2" identifier = identifier) ;) (goto_statement "goto joined_r0x00274577;" goto statement_identifier ;) })))
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression 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 ") , IDENT ))) ;)) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) )))) ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) >> LIT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") , (cast_expression ( (type_descriptor TYPE) ) IDENT) ))) ;) })) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (labeled_statement statement_identifier : (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 { (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) (unary_expression - IDENT)) < (cast_expression ( (type_descriptor TYPE) ) (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT != LIT) ))))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) + (cast_expression ( (type_descriptor TYPE) ) (call_expression IDENT (argument_list ( IDENT , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) )))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT < IDENT) || (binary_expression (binary_expression IDENT - IDENT) < (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT < IDENT) ))))) )) (goto_statement goto statement_identifier ;)) })) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == IDENT) )) (break_statement break ;)) }) while (parenthesized_expression ( BOOL )) ;) }))) (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 (call_expression IDENT (argument_list ( IDENT , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (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 { (labeled_statement statement_identifier : (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (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) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) , (binary_expression (unary_expression - (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) < (cast_expression ( (type_descriptor TYPE) ) (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT != LIT) )))))) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression LIT < (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + (cast_expression ( (type_descriptor TYPE) ) (call_expression IDENT (argument_list ( IDENT , IDENT )))))) , (comma_expression (assignment_expression IDENT = (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) < (binary_expression IDENT + IDENT)) )))) , (comma_expression (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) - IDENT)) , (binary_expression (parenthesized_expression ( (binary_expression (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , IDENT ))) != (call_expression IDENT (argument_list ( IDENT , IDENT )))) )) == (binary_expression (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression IDENT - IDENT) ))) < LIT))))) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression LIT < (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + (cast_expression ( (type_descriptor TYPE) ) (call_expression IDENT (argument_list ( IDENT , IDENT )))))) , (comma_expression (assignment_expression IDENT = (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT < (binary_expression IDENT + IDENT)) )))) , (comma_expression (assignment_expression IDENT = (binary_expression IDENT - IDENT)) , (binary_expression (parenthesized_expression ( (binary_expression (call_expression IDENT (argument_list ( IDENT , IDENT ))) != (call_expression IDENT (argument_list ( IDENT , IDENT )))) )) == (binary_expression (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression IDENT - IDENT) ))) < LIT))))) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + IDENT) ))) , (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + 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 IDENT + LIT) )))) == IDENT) )) (break_statement break ;)) (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 = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_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 ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;)) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (goto_statement goto statement_identifier ;) })))
(function_definition "void __regparm2 FUN_00274510(undefined4 param_1,uint param_2,int param_3,int param_4)\n\n{\n int iVar1;\n uint uVar2;\n uint uVar3;\n uint uVar4;\n uint uVar5;\n int *piVar6;\n int iVar7;\n int iVar8;\n undefined8 uVar9;\n uint local_54;\n uint local_50;\n undefined1 local_34 [8];\n uint local_2c;\n int local_28;\n int local_24;\n \n if (*(int *)(DAT_005ea7c8 + 8) == 0) {\nLAB_00274760:\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options",param_2);\n }\n uVar9 = FUN_002b5cd0(*(int *)(DAT_005ea7c8 + 8));\n param_2 = (uint)((ulonglong)uVar9 >> 0x20);\n if ((int)uVar9 != 1) {\n \n FUN_002446e0("../../gold/layout.cc",0x1714,"write_binary",(int)uVar9);\n }\n local_54 = 0;\n local_50 = 0;\n piVar6 = *(int **)(param_3 + 0x124);\njoined_r0x00274577:\n if (piVar6 != *(int **)(param_3 + 0x128)) {\n do {\n iVar1 = *piVar6;\n if (*(int *)(iVar1 + 0x194) == 1) {\n uVar2 = *(uint *)(iVar1 + 0x18c);\n param_2 = *(uint *)(iVar1 + 400);\n if ((int)-param_2 < (int)(uint)(uVar2 != 0)) {\n uVar5 = uVar2 + *(uint *)(iVar1 + 0x164);\n param_2 = param_2 + *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar2,*(uint *)(iVar1 + 0x164))\n ;\n if (local_50 < param_2 || local_50 - param_2 < (uint)(local_54 < uVar5))\n goto code_r0x002745be;\n }\n }\n piVar6 = piVar6 + 1;\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n } while( true );\n }\n if (*(int *)(DAT_005ea7c8 + 8) == 0) goto LAB_00274760;\n FUN_002c9940(local_34,*(undefined4 *)(*(int *)(DAT_005ea7c8 + 8) + 0x27a8));\n FUN_002c9c60(local_34,local_54,local_50);\n piVar6 = *(int **)(param_3 + 0x124);\n if (piVar6 != *(int **)(param_3 + 0x128)) {\nLAB_00274643:\n do {\n iVar1 = *piVar6;\n if ((*(int *)(iVar1 + 0x194) == 1) &&\n (uVar2 = *(uint *)(iVar1 + 0x18c), -*(int *)(iVar1 + 400) < (int)(uint)(uVar2 != 0))) {\n uVar5 = *(uint *)(iVar1 + 0x184);\n if ((-1 < *(int *)(iVar1 + 0x188)) &&\n (iVar8 = *(int *)(iVar1 + 0x188) + (uint)CARRY4(uVar2,uVar5),\n uVar3 = (uint)(*(uint *)(param_4 + 8) < uVar2 + uVar5),\n iVar7 = *(int *)(param_4 + 0xc) - iVar8,\n (SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3)) ==\n (int)(iVar7 - uVar3) < 0)) {\n uVar3 = *(uint *)(iVar1 + 0x164);\n if ((-1 < *(int *)(iVar1 + 0x168)) &&\n (iVar7 = *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar3,uVar2),\n uVar4 = (uint)(local_2c < uVar3 + uVar2), iVar1 = local_28 - iVar7,\n (SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0)) {\n piVar6 = piVar6 + 1;\n memcpy((void *)(uVar3 + local_24),(void *)(*(int *)(param_4 + 0x10) + uVar5),uVar2);\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n goto LAB_00274643;\n }\n }\n \n FUN_002446e0("../../gold/output.h",0x6f,"get_output_view");\n }\n piVar6 = piVar6 + 1;\n } while (*(int **)(param_3 + 0x128) != piVar6);\n }\n FUN_002ca2d0(local_34);\n return;\ncode_r0x002745be:\n piVar6 = piVar6 + 1;\n local_54 = uVar5;\n local_50 = param_2;\n goto joined_r0x00274577;\n}" (primitive_type "void") (ERROR "__regparm2" (identifier "__regparm2")) (function_declarator "FUN_00274510(undefined4 param_1,uint param_2,int param_3,int param_4)" (identifier "FUN_00274510") (parameter_list "(undefined4 param_1,uint param_2,int param_3,int param_4)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) (, ",") (parameter_declaration "uint param_2" (type_identifier "uint") (identifier "param_2")) (, ",") (parameter_declaration "int param_3" (primitive_type "int") (identifier "param_3")) (, ",") (parameter_declaration "int param_4" (primitive_type "int") (identifier "param_4")) () ")"))) (compound_statement "{\n int iVar1;\n uint uVar2;\n uint uVar3;\n uint uVar4;\n uint uVar5;\n int *piVar6;\n int iVar7;\n int iVar8;\n undefined8 uVar9;\n uint local_54;\n uint local_50;\n undefined1 local_34 [8];\n uint local_2c;\n int local_28;\n int local_24;\n \n if (*(int *)(DAT_005ea7c8 + 8) == 0) {\nLAB_00274760:\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options",param_2);\n }\n uVar9 = FUN_002b5cd0(*(int *)(DAT_005ea7c8 + 8));\n param_2 = (uint)((ulonglong)uVar9 >> 0x20);\n if ((int)uVar9 != 1) {\n \n FUN_002446e0("../../gold/layout.cc",0x1714,"write_binary",(int)uVar9);\n }\n local_54 = 0;\n local_50 = 0;\n piVar6 = *(int **)(param_3 + 0x124);\njoined_r0x00274577:\n if (piVar6 != *(int **)(param_3 + 0x128)) {\n do {\n iVar1 = *piVar6;\n if (*(int *)(iVar1 + 0x194) == 1) {\n uVar2 = *(uint *)(iVar1 + 0x18c);\n param_2 = *(uint *)(iVar1 + 400);\n if ((int)-param_2 < (int)(uint)(uVar2 != 0)) {\n uVar5 = uVar2 + *(uint *)(iVar1 + 0x164);\n param_2 = param_2 + *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar2,*(uint *)(iVar1 + 0x164))\n ;\n if (local_50 < param_2 || local_50 - param_2 < (uint)(local_54 < uVar5))\n goto code_r0x002745be;\n }\n }\n piVar6 = piVar6 + 1;\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n } while( true );\n }\n if (*(int *)(DAT_005ea7c8 + 8) == 0) goto LAB_00274760;\n FUN_002c9940(local_34,*(undefined4 *)(*(int *)(DAT_005ea7c8 + 8) + 0x27a8));\n FUN_002c9c60(local_34,local_54,local_50);\n piVar6 = *(int **)(param_3 + 0x124);\n if (piVar6 != *(int **)(param_3 + 0x128)) {\nLAB_00274643:\n do {\n iVar1 = *piVar6;\n if ((*(int *)(iVar1 + 0x194) == 1) &&\n (uVar2 = *(uint *)(iVar1 + 0x18c), -*(int *)(iVar1 + 400) < (int)(uint)(uVar2 != 0))) {\n uVar5 = *(uint *)(iVar1 + 0x184);\n if ((-1 < *(int *)(iVar1 + 0x188)) &&\n (iVar8 = *(int *)(iVar1 + 0x188) + (uint)CARRY4(uVar2,uVar5),\n uVar3 = (uint)(*(uint *)(param_4 + 8) < uVar2 + uVar5),\n iVar7 = *(int *)(param_4 + 0xc) - iVar8,\n (SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3)) ==\n (int)(iVar7 - uVar3) < 0)) {\n uVar3 = *(uint *)(iVar1 + 0x164);\n if ((-1 < *(int *)(iVar1 + 0x168)) &&\n (iVar7 = *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar3,uVar2),\n uVar4 = (uint)(local_2c < uVar3 + uVar2), iVar1 = local_28 - iVar7,\n (SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0)) {\n piVar6 = piVar6 + 1;\n memcpy((void *)(uVar3 + local_24),(void *)(*(int *)(param_4 + 0x10) + uVar5),uVar2);\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n goto LAB_00274643;\n }\n }\n \n FUN_002446e0("../../gold/output.h",0x6f,"get_output_view");\n }\n piVar6 = piVar6 + 1;\n } while (*(int **)(param_3 + 0x128) != piVar6);\n }\n FUN_002ca2d0(local_34);\n return;\ncode_r0x002745be:\n piVar6 = piVar6 + 1;\n local_54 = uVar5;\n local_50 = param_2;\n goto joined_r0x00274577;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "uint uVar2;" (type_identifier "uint") (identifier "uVar2") (; ";")) (declaration "uint uVar3;" (type_identifier "uint") (identifier "uVar3") (; ";")) (declaration "uint uVar4;" (type_identifier "uint") (identifier "uVar4") (; ";")) (declaration "uint uVar5;" (type_identifier "uint") (identifier "uVar5") (; ";")) (declaration "int *piVar6;" (primitive_type "int") (pointer_declarator "*piVar6" (* "*") (identifier "piVar6")) (; ";")) (declaration "int iVar7;" (primitive_type "int") (identifier "iVar7") (; ";")) (declaration "int iVar8;" (primitive_type "int") (identifier "iVar8") (; ";")) (declaration "undefined8 uVar9;" (type_identifier "undefined8") (identifier "uVar9") (; ";")) (declaration "uint local_54;" (type_identifier "uint") (identifier "local_54") (; ";")) (declaration "uint local_50;" (type_identifier "uint") (identifier "local_50") (; ";")) (declaration "undefined1 local_34 [8];" (type_identifier "undefined1") (array_declarator "local_34 [8]" (identifier "local_34") ([ "[") (number_literal "8") (] "]")) (; ";")) (declaration "uint local_2c;" (type_identifier "uint") (identifier "local_2c") (; ";")) (declaration "int local_28;" (primitive_type "int") (identifier "local_28") (; ";")) (declaration "int local_24;" (primitive_type "int") (identifier "local_24") (; ";")) (if_statement "if (*(int *)(DAT_005ea7c8 + 8) == 0) {\nLAB_00274760:\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options",param_2);\n }" (if "if") (parenthesized_expression "(*(int *)(DAT_005ea7c8 + 8) == 0)" (( "(") (binary_expression "*(int *)(DAT_005ea7c8 + 8) == 0" (pointer_expression "*(int *)(DAT_005ea7c8 + 8)" (* "*") (cast_expression "(int *)(DAT_005ea7c8 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_005ea7c8 + 8)" (( "(") (binary_expression "DAT_005ea7c8 + 8" (identifier "DAT_005ea7c8") (+ "+") (number_literal "8")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\nLAB_00274760:\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options",param_2);\n }" ({ "{") (labeled_statement "LAB_00274760:\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options",param_2);" (statement_identifier "LAB_00274760") (: ":") (expression_statement "FUN_002446e0("../../gold/parameters.h",0x5c,"options",param_2);" (call_expression "FUN_002446e0("../../gold/parameters.h",0x5c,"options",param_2)" (identifier "FUN_002446e0") (argument_list "("../../gold/parameters.h",0x5c,"options",param_2)" (( "(") (string_literal ""../../gold/parameters.h"" (" """) (string_content "../../gold/parameters.h") (" """)) (, ",") (number_literal "0x5c") (, ",") (string_literal ""options"" (" """) (string_content "options") (" """)) (, ",") (identifier "param_2") () ")"))) (; ";"))) (} "}"))) (expression_statement "uVar9 = FUN_002b5cd0(*(int *)(DAT_005ea7c8 + 8));" (assignment_expression "uVar9 = FUN_002b5cd0(*(int *)(DAT_005ea7c8 + 8))" (identifier "uVar9") (= "=") (call_expression "FUN_002b5cd0(*(int *)(DAT_005ea7c8 + 8))" (identifier "FUN_002b5cd0") (argument_list "(*(int *)(DAT_005ea7c8 + 8))" (( "(") (pointer_expression "*(int *)(DAT_005ea7c8 + 8)" (* "*") (cast_expression "(int *)(DAT_005ea7c8 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_005ea7c8 + 8)" (( "(") (binary_expression "DAT_005ea7c8 + 8" (identifier "DAT_005ea7c8") (+ "+") (number_literal "8")) () ")")))) () ")")))) (; ";")) (expression_statement "param_2 = (uint)((ulonglong)uVar9 >> 0x20);" (assignment_expression "param_2 = (uint)((ulonglong)uVar9 >> 0x20)" (identifier "param_2") (= "=") (call_expression "(uint)((ulonglong)uVar9 >> 0x20)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "((ulonglong)uVar9 >> 0x20)" (( "(") (binary_expression "(ulonglong)uVar9 >> 0x20" (cast_expression "(ulonglong)uVar9" (( "(") (type_descriptor "ulonglong" (type_identifier "ulonglong")) () ")") (identifier "uVar9")) (>> ">>") (number_literal "0x20")) () ")")))) (; ";")) (if_statement "if ((int)uVar9 != 1) {\n \n FUN_002446e0("../../gold/layout.cc",0x1714,"write_binary",(int)uVar9);\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 \n FUN_002446e0("../../gold/layout.cc",0x1714,"write_binary",(int)uVar9);\n }" ({ "{") (expression_statement "FUN_002446e0("../../gold/layout.cc",0x1714,"write_binary",(int)uVar9);" (call_expression "FUN_002446e0("../../gold/layout.cc",0x1714,"write_binary",(int)uVar9)" (identifier "FUN_002446e0") (argument_list "("../../gold/layout.cc",0x1714,"write_binary",(int)uVar9)" (( "(") (string_literal ""../../gold/layout.cc"" (" """) (string_content "../../gold/layout.cc") (" """)) (, ",") (number_literal "0x1714") (, ",") (string_literal ""write_binary"" (" """) (string_content "write_binary") (" """)) (, ",") (cast_expression "(int)uVar9" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar9")) () ")"))) (; ";")) (} "}"))) (expression_statement "local_54 = 0;" (assignment_expression "local_54 = 0" (identifier "local_54") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_50 = 0;" (assignment_expression "local_50 = 0" (identifier "local_50") (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar6 = *(int **)(param_3 + 0x124);" (assignment_expression "piVar6 = *(int **)(param_3 + 0x124)" (identifier "piVar6") (= "=") (pointer_expression "*(int **)(param_3 + 0x124)" (* "*") (cast_expression "(int **)(param_3 + 0x124)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_3 + 0x124)" (( "(") (binary_expression "param_3 + 0x124" (identifier "param_3") (+ "+") (number_literal "0x124")) () ")"))))) (; ";")) (labeled_statement "joined_r0x00274577:\n if (piVar6 != *(int **)(param_3 + 0x128)) {\n do {\n iVar1 = *piVar6;\n if (*(int *)(iVar1 + 0x194) == 1) {\n uVar2 = *(uint *)(iVar1 + 0x18c);\n param_2 = *(uint *)(iVar1 + 400);\n if ((int)-param_2 < (int)(uint)(uVar2 != 0)) {\n uVar5 = uVar2 + *(uint *)(iVar1 + 0x164);\n param_2 = param_2 + *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar2,*(uint *)(iVar1 + 0x164))\n ;\n if (local_50 < param_2 || local_50 - param_2 < (uint)(local_54 < uVar5))\n goto code_r0x002745be;\n }\n }\n piVar6 = piVar6 + 1;\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n } while( true );\n }" (statement_identifier "joined_r0x00274577") (: ":") (if_statement "if (piVar6 != *(int **)(param_3 + 0x128)) {\n do {\n iVar1 = *piVar6;\n if (*(int *)(iVar1 + 0x194) == 1) {\n uVar2 = *(uint *)(iVar1 + 0x18c);\n param_2 = *(uint *)(iVar1 + 400);\n if ((int)-param_2 < (int)(uint)(uVar2 != 0)) {\n uVar5 = uVar2 + *(uint *)(iVar1 + 0x164);\n param_2 = param_2 + *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar2,*(uint *)(iVar1 + 0x164))\n ;\n if (local_50 < param_2 || local_50 - param_2 < (uint)(local_54 < uVar5))\n goto code_r0x002745be;\n }\n }\n piVar6 = piVar6 + 1;\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n } while( true );\n }" (if "if") (parenthesized_expression "(piVar6 != *(int **)(param_3 + 0x128))" (( "(") (binary_expression "piVar6 != *(int **)(param_3 + 0x128)" (identifier "piVar6") (!= "!=") (pointer_expression "*(int **)(param_3 + 0x128)" (* "*") (cast_expression "(int **)(param_3 + 0x128)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_3 + 0x128)" (( "(") (binary_expression "param_3 + 0x128" (identifier "param_3") (+ "+") (number_literal "0x128")) () ")"))))) () ")")) (compound_statement "{\n do {\n iVar1 = *piVar6;\n if (*(int *)(iVar1 + 0x194) == 1) {\n uVar2 = *(uint *)(iVar1 + 0x18c);\n param_2 = *(uint *)(iVar1 + 400);\n if ((int)-param_2 < (int)(uint)(uVar2 != 0)) {\n uVar5 = uVar2 + *(uint *)(iVar1 + 0x164);\n param_2 = param_2 + *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar2,*(uint *)(iVar1 + 0x164))\n ;\n if (local_50 < param_2 || local_50 - param_2 < (uint)(local_54 < uVar5))\n goto code_r0x002745be;\n }\n }\n piVar6 = piVar6 + 1;\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n } while( true );\n }" ({ "{") (do_statement "do {\n iVar1 = *piVar6;\n if (*(int *)(iVar1 + 0x194) == 1) {\n uVar2 = *(uint *)(iVar1 + 0x18c);\n param_2 = *(uint *)(iVar1 + 400);\n if ((int)-param_2 < (int)(uint)(uVar2 != 0)) {\n uVar5 = uVar2 + *(uint *)(iVar1 + 0x164);\n param_2 = param_2 + *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar2,*(uint *)(iVar1 + 0x164))\n ;\n if (local_50 < param_2 || local_50 - param_2 < (uint)(local_54 < uVar5))\n goto code_r0x002745be;\n }\n }\n piVar6 = piVar6 + 1;\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n } while( true );" (do "do") (compound_statement "{\n iVar1 = *piVar6;\n if (*(int *)(iVar1 + 0x194) == 1) {\n uVar2 = *(uint *)(iVar1 + 0x18c);\n param_2 = *(uint *)(iVar1 + 400);\n if ((int)-param_2 < (int)(uint)(uVar2 != 0)) {\n uVar5 = uVar2 + *(uint *)(iVar1 + 0x164);\n param_2 = param_2 + *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar2,*(uint *)(iVar1 + 0x164))\n ;\n if (local_50 < param_2 || local_50 - param_2 < (uint)(local_54 < uVar5))\n goto code_r0x002745be;\n }\n }\n piVar6 = piVar6 + 1;\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n }" ({ "{") (expression_statement "iVar1 = *piVar6;" (assignment_expression "iVar1 = *piVar6" (identifier "iVar1") (= "=") (pointer_expression "*piVar6" (* "*") (identifier "piVar6"))) (; ";")) (if_statement "if (*(int *)(iVar1 + 0x194) == 1) {\n uVar2 = *(uint *)(iVar1 + 0x18c);\n param_2 = *(uint *)(iVar1 + 400);\n if ((int)-param_2 < (int)(uint)(uVar2 != 0)) {\n uVar5 = uVar2 + *(uint *)(iVar1 + 0x164);\n param_2 = param_2 + *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar2,*(uint *)(iVar1 + 0x164))\n ;\n if (local_50 < param_2 || local_50 - param_2 < (uint)(local_54 < uVar5))\n goto code_r0x002745be;\n }\n }" (if "if") (parenthesized_expression "(*(int *)(iVar1 + 0x194) == 1)" (( "(") (binary_expression "*(int *)(iVar1 + 0x194) == 1" (pointer_expression "*(int *)(iVar1 + 0x194)" (* "*") (cast_expression "(int *)(iVar1 + 0x194)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + 0x194)" (( "(") (binary_expression "iVar1 + 0x194" (identifier "iVar1") (+ "+") (number_literal "0x194")) () ")")))) (== "==") (number_literal "1")) () ")")) (compound_statement "{\n uVar2 = *(uint *)(iVar1 + 0x18c);\n param_2 = *(uint *)(iVar1 + 400);\n if ((int)-param_2 < (int)(uint)(uVar2 != 0)) {\n uVar5 = uVar2 + *(uint *)(iVar1 + 0x164);\n param_2 = param_2 + *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar2,*(uint *)(iVar1 + 0x164))\n ;\n if (local_50 < param_2 || local_50 - param_2 < (uint)(local_54 < uVar5))\n goto code_r0x002745be;\n }\n }" ({ "{") (expression_statement "uVar2 = *(uint *)(iVar1 + 0x18c);" (assignment_expression "uVar2 = *(uint *)(iVar1 + 0x18c)" (identifier "uVar2") (= "=") (pointer_expression "*(uint *)(iVar1 + 0x18c)" (* "*") (cast_expression "(uint *)(iVar1 + 0x18c)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + 0x18c)" (( "(") (binary_expression "iVar1 + 0x18c" (identifier "iVar1") (+ "+") (number_literal "0x18c")) () ")"))))) (; ";")) (expression_statement "param_2 = *(uint *)(iVar1 + 400);" (assignment_expression "param_2 = *(uint *)(iVar1 + 400)" (identifier "param_2") (= "=") (pointer_expression "*(uint *)(iVar1 + 400)" (* "*") (cast_expression "(uint *)(iVar1 + 400)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + 400)" (( "(") (binary_expression "iVar1 + 400" (identifier "iVar1") (+ "+") (number_literal "400")) () ")"))))) (; ";")) (if_statement "if ((int)-param_2 < (int)(uint)(uVar2 != 0)) {\n uVar5 = uVar2 + *(uint *)(iVar1 + 0x164);\n param_2 = param_2 + *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar2,*(uint *)(iVar1 + 0x164))\n ;\n if (local_50 < param_2 || local_50 - param_2 < (uint)(local_54 < uVar5))\n goto code_r0x002745be;\n }" (if "if") (parenthesized_expression "((int)-param_2 < (int)(uint)(uVar2 != 0))" (( "(") (binary_expression "(int)-param_2 < (int)(uint)(uVar2 != 0)" (cast_expression "(int)-param_2" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (unary_expression "-param_2" (- "-") (identifier "param_2"))) (< "<") (cast_expression "(int)(uint)(uVar2 != 0)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (call_expression "(uint)(uVar2 != 0)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(uVar2 != 0)" (( "(") (binary_expression "uVar2 != 0" (identifier "uVar2") (!= "!=") (number_literal "0")) () ")"))))) () ")")) (compound_statement "{\n uVar5 = uVar2 + *(uint *)(iVar1 + 0x164);\n param_2 = param_2 + *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar2,*(uint *)(iVar1 + 0x164))\n ;\n if (local_50 < param_2 || local_50 - param_2 < (uint)(local_54 < uVar5))\n goto code_r0x002745be;\n }" ({ "{") (expression_statement "uVar5 = uVar2 + *(uint *)(iVar1 + 0x164);" (assignment_expression "uVar5 = uVar2 + *(uint *)(iVar1 + 0x164)" (identifier "uVar5") (= "=") (binary_expression "uVar2 + *(uint *)(iVar1 + 0x164)" (identifier "uVar2") (+ "+") (pointer_expression "*(uint *)(iVar1 + 0x164)" (* "*") (cast_expression "(uint *)(iVar1 + 0x164)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + 0x164)" (( "(") (binary_expression "iVar1 + 0x164" (identifier "iVar1") (+ "+") (number_literal "0x164")) () ")")))))) (; ";")) (expression_statement "param_2 = param_2 + *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar2,*(uint *)(iVar1 + 0x164))\n ;" (assignment_expression "param_2 = param_2 + *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar2,*(uint *)(iVar1 + 0x164))" (identifier "param_2") (= "=") (binary_expression "param_2 + *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar2,*(uint *)(iVar1 + 0x164))" (binary_expression "param_2 + *(int *)(iVar1 + 0x168)" (identifier "param_2") (+ "+") (pointer_expression "*(int *)(iVar1 + 0x168)" (* "*") (cast_expression "(int *)(iVar1 + 0x168)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + 0x168)" (( "(") (binary_expression "iVar1 + 0x168" (identifier "iVar1") (+ "+") (number_literal "0x168")) () ")"))))) (+ "+") (cast_expression "(uint)CARRY4(uVar2,*(uint *)(iVar1 + 0x164))" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (call_expression "CARRY4(uVar2,*(uint *)(iVar1 + 0x164))" (identifier "CARRY4") (argument_list "(uVar2,*(uint *)(iVar1 + 0x164))" (( "(") (identifier "uVar2") (, ",") (pointer_expression "*(uint *)(iVar1 + 0x164)" (* "*") (cast_expression "(uint *)(iVar1 + 0x164)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + 0x164)" (( "(") (binary_expression "iVar1 + 0x164" (identifier "iVar1") (+ "+") (number_literal "0x164")) () ")")))) () ")")))))) (; ";")) (if_statement "if (local_50 < param_2 || local_50 - param_2 < (uint)(local_54 < uVar5))\n goto code_r0x002745be;" (if "if") (parenthesized_expression "(local_50 < param_2 || local_50 - param_2 < (uint)(local_54 < uVar5))" (( "(") (binary_expression "local_50 < param_2 || local_50 - param_2 < (uint)(local_54 < uVar5)" (binary_expression "local_50 < param_2" (identifier "local_50") (< "<") (identifier "param_2")) (|| "||") (binary_expression "local_50 - param_2 < (uint)(local_54 < uVar5)" (binary_expression "local_50 - param_2" (identifier "local_50") (- "-") (identifier "param_2")) (< "<") (call_expression "(uint)(local_54 < uVar5)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(local_54 < uVar5)" (( "(") (binary_expression "local_54 < uVar5" (identifier "local_54") (< "<") (identifier "uVar5")) () ")"))))) () ")")) (goto_statement "goto code_r0x002745be;" (goto "goto") (statement_identifier "code_r0x002745be") (; ";"))) (} "}"))) (} "}"))) (expression_statement "piVar6 = piVar6 + 1;" (assignment_expression "piVar6 = piVar6 + 1" (identifier "piVar6") (= "=") (binary_expression "piVar6 + 1" (identifier "piVar6") (+ "+") (number_literal "1"))) (; ";")) (if_statement "if (*(int **)(param_3 + 0x128) == piVar6) break;" (if "if") (parenthesized_expression "(*(int **)(param_3 + 0x128) == piVar6)" (( "(") (binary_expression "*(int **)(param_3 + 0x128) == piVar6" (pointer_expression "*(int **)(param_3 + 0x128)" (* "*") (cast_expression "(int **)(param_3 + 0x128)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_3 + 0x128)" (( "(") (binary_expression "param_3 + 0x128" (identifier "param_3") (+ "+") (number_literal "0x128")) () ")")))) (== "==") (identifier "piVar6")) () ")")) (break_statement "break;" (break "break") (; ";"))) (} "}")) (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (; ";")) (} "}")))) (if_statement "if (*(int *)(DAT_005ea7c8 + 8) == 0) goto LAB_00274760;" (if "if") (parenthesized_expression "(*(int *)(DAT_005ea7c8 + 8) == 0)" (( "(") (binary_expression "*(int *)(DAT_005ea7c8 + 8) == 0" (pointer_expression "*(int *)(DAT_005ea7c8 + 8)" (* "*") (cast_expression "(int *)(DAT_005ea7c8 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_005ea7c8 + 8)" (( "(") (binary_expression "DAT_005ea7c8 + 8" (identifier "DAT_005ea7c8") (+ "+") (number_literal "8")) () ")")))) (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_00274760;" (goto "goto") (statement_identifier "LAB_00274760") (; ";"))) (expression_statement "FUN_002c9940(local_34,*(undefined4 *)(*(int *)(DAT_005ea7c8 + 8) + 0x27a8));" (call_expression "FUN_002c9940(local_34,*(undefined4 *)(*(int *)(DAT_005ea7c8 + 8) + 0x27a8))" (identifier "FUN_002c9940") (argument_list "(local_34,*(undefined4 *)(*(int *)(DAT_005ea7c8 + 8) + 0x27a8))" (( "(") (identifier "local_34") (, ",") (pointer_expression "*(undefined4 *)(*(int *)(DAT_005ea7c8 + 8) + 0x27a8)" (* "*") (cast_expression "(undefined4 *)(*(int *)(DAT_005ea7c8 + 8) + 0x27a8)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(DAT_005ea7c8 + 8) + 0x27a8)" (( "(") (binary_expression "*(int *)(DAT_005ea7c8 + 8) + 0x27a8" (pointer_expression "*(int *)(DAT_005ea7c8 + 8)" (* "*") (cast_expression "(int *)(DAT_005ea7c8 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_005ea7c8 + 8)" (( "(") (binary_expression "DAT_005ea7c8 + 8" (identifier "DAT_005ea7c8") (+ "+") (number_literal "8")) () ")")))) (+ "+") (number_literal "0x27a8")) () ")")))) () ")"))) (; ";")) (expression_statement "FUN_002c9c60(local_34,local_54,local_50);" (call_expression "FUN_002c9c60(local_34,local_54,local_50)" (identifier "FUN_002c9c60") (argument_list "(local_34,local_54,local_50)" (( "(") (identifier "local_34") (, ",") (identifier "local_54") (, ",") (identifier "local_50") () ")"))) (; ";")) (expression_statement "piVar6 = *(int **)(param_3 + 0x124);" (assignment_expression "piVar6 = *(int **)(param_3 + 0x124)" (identifier "piVar6") (= "=") (pointer_expression "*(int **)(param_3 + 0x124)" (* "*") (cast_expression "(int **)(param_3 + 0x124)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_3 + 0x124)" (( "(") (binary_expression "param_3 + 0x124" (identifier "param_3") (+ "+") (number_literal "0x124")) () ")"))))) (; ";")) (if_statement "if (piVar6 != *(int **)(param_3 + 0x128)) {\nLAB_00274643:\n do {\n iVar1 = *piVar6;\n if ((*(int *)(iVar1 + 0x194) == 1) &&\n (uVar2 = *(uint *)(iVar1 + 0x18c), -*(int *)(iVar1 + 400) < (int)(uint)(uVar2 != 0))) {\n uVar5 = *(uint *)(iVar1 + 0x184);\n if ((-1 < *(int *)(iVar1 + 0x188)) &&\n (iVar8 = *(int *)(iVar1 + 0x188) + (uint)CARRY4(uVar2,uVar5),\n uVar3 = (uint)(*(uint *)(param_4 + 8) < uVar2 + uVar5),\n iVar7 = *(int *)(param_4 + 0xc) - iVar8,\n (SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3)) ==\n (int)(iVar7 - uVar3) < 0)) {\n uVar3 = *(uint *)(iVar1 + 0x164);\n if ((-1 < *(int *)(iVar1 + 0x168)) &&\n (iVar7 = *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar3,uVar2),\n uVar4 = (uint)(local_2c < uVar3 + uVar2), iVar1 = local_28 - iVar7,\n (SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0)) {\n piVar6 = piVar6 + 1;\n memcpy((void *)(uVar3 + local_24),(void *)(*(int *)(param_4 + 0x10) + uVar5),uVar2);\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n goto LAB_00274643;\n }\n }\n \n FUN_002446e0("../../gold/output.h",0x6f,"get_output_view");\n }\n piVar6 = piVar6 + 1;\n } while (*(int **)(param_3 + 0x128) != piVar6);\n }" (if "if") (parenthesized_expression "(piVar6 != *(int **)(param_3 + 0x128))" (( "(") (binary_expression "piVar6 != *(int **)(param_3 + 0x128)" (identifier "piVar6") (!= "!=") (pointer_expression "*(int **)(param_3 + 0x128)" (* "*") (cast_expression "(int **)(param_3 + 0x128)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_3 + 0x128)" (( "(") (binary_expression "param_3 + 0x128" (identifier "param_3") (+ "+") (number_literal "0x128")) () ")"))))) () ")")) (compound_statement "{\nLAB_00274643:\n do {\n iVar1 = *piVar6;\n if ((*(int *)(iVar1 + 0x194) == 1) &&\n (uVar2 = *(uint *)(iVar1 + 0x18c), -*(int *)(iVar1 + 400) < (int)(uint)(uVar2 != 0))) {\n uVar5 = *(uint *)(iVar1 + 0x184);\n if ((-1 < *(int *)(iVar1 + 0x188)) &&\n (iVar8 = *(int *)(iVar1 + 0x188) + (uint)CARRY4(uVar2,uVar5),\n uVar3 = (uint)(*(uint *)(param_4 + 8) < uVar2 + uVar5),\n iVar7 = *(int *)(param_4 + 0xc) - iVar8,\n (SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3)) ==\n (int)(iVar7 - uVar3) < 0)) {\n uVar3 = *(uint *)(iVar1 + 0x164);\n if ((-1 < *(int *)(iVar1 + 0x168)) &&\n (iVar7 = *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar3,uVar2),\n uVar4 = (uint)(local_2c < uVar3 + uVar2), iVar1 = local_28 - iVar7,\n (SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0)) {\n piVar6 = piVar6 + 1;\n memcpy((void *)(uVar3 + local_24),(void *)(*(int *)(param_4 + 0x10) + uVar5),uVar2);\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n goto LAB_00274643;\n }\n }\n \n FUN_002446e0("../../gold/output.h",0x6f,"get_output_view");\n }\n piVar6 = piVar6 + 1;\n } while (*(int **)(param_3 + 0x128) != piVar6);\n }" ({ "{") (labeled_statement "LAB_00274643:\n do {\n iVar1 = *piVar6;\n if ((*(int *)(iVar1 + 0x194) == 1) &&\n (uVar2 = *(uint *)(iVar1 + 0x18c), -*(int *)(iVar1 + 400) < (int)(uint)(uVar2 != 0))) {\n uVar5 = *(uint *)(iVar1 + 0x184);\n if ((-1 < *(int *)(iVar1 + 0x188)) &&\n (iVar8 = *(int *)(iVar1 + 0x188) + (uint)CARRY4(uVar2,uVar5),\n uVar3 = (uint)(*(uint *)(param_4 + 8) < uVar2 + uVar5),\n iVar7 = *(int *)(param_4 + 0xc) - iVar8,\n (SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3)) ==\n (int)(iVar7 - uVar3) < 0)) {\n uVar3 = *(uint *)(iVar1 + 0x164);\n if ((-1 < *(int *)(iVar1 + 0x168)) &&\n (iVar7 = *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar3,uVar2),\n uVar4 = (uint)(local_2c < uVar3 + uVar2), iVar1 = local_28 - iVar7,\n (SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0)) {\n piVar6 = piVar6 + 1;\n memcpy((void *)(uVar3 + local_24),(void *)(*(int *)(param_4 + 0x10) + uVar5),uVar2);\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n goto LAB_00274643;\n }\n }\n \n FUN_002446e0("../../gold/output.h",0x6f,"get_output_view");\n }\n piVar6 = piVar6 + 1;\n } while (*(int **)(param_3 + 0x128) != piVar6);" (statement_identifier "LAB_00274643") (: ":") (do_statement "do {\n iVar1 = *piVar6;\n if ((*(int *)(iVar1 + 0x194) == 1) &&\n (uVar2 = *(uint *)(iVar1 + 0x18c), -*(int *)(iVar1 + 400) < (int)(uint)(uVar2 != 0))) {\n uVar5 = *(uint *)(iVar1 + 0x184);\n if ((-1 < *(int *)(iVar1 + 0x188)) &&\n (iVar8 = *(int *)(iVar1 + 0x188) + (uint)CARRY4(uVar2,uVar5),\n uVar3 = (uint)(*(uint *)(param_4 + 8) < uVar2 + uVar5),\n iVar7 = *(int *)(param_4 + 0xc) - iVar8,\n (SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3)) ==\n (int)(iVar7 - uVar3) < 0)) {\n uVar3 = *(uint *)(iVar1 + 0x164);\n if ((-1 < *(int *)(iVar1 + 0x168)) &&\n (iVar7 = *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar3,uVar2),\n uVar4 = (uint)(local_2c < uVar3 + uVar2), iVar1 = local_28 - iVar7,\n (SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0)) {\n piVar6 = piVar6 + 1;\n memcpy((void *)(uVar3 + local_24),(void *)(*(int *)(param_4 + 0x10) + uVar5),uVar2);\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n goto LAB_00274643;\n }\n }\n \n FUN_002446e0("../../gold/output.h",0x6f,"get_output_view");\n }\n piVar6 = piVar6 + 1;\n } while (*(int **)(param_3 + 0x128) != piVar6);" (do "do") (compound_statement "{\n iVar1 = *piVar6;\n if ((*(int *)(iVar1 + 0x194) == 1) &&\n (uVar2 = *(uint *)(iVar1 + 0x18c), -*(int *)(iVar1 + 400) < (int)(uint)(uVar2 != 0))) {\n uVar5 = *(uint *)(iVar1 + 0x184);\n if ((-1 < *(int *)(iVar1 + 0x188)) &&\n (iVar8 = *(int *)(iVar1 + 0x188) + (uint)CARRY4(uVar2,uVar5),\n uVar3 = (uint)(*(uint *)(param_4 + 8) < uVar2 + uVar5),\n iVar7 = *(int *)(param_4 + 0xc) - iVar8,\n (SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3)) ==\n (int)(iVar7 - uVar3) < 0)) {\n uVar3 = *(uint *)(iVar1 + 0x164);\n if ((-1 < *(int *)(iVar1 + 0x168)) &&\n (iVar7 = *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar3,uVar2),\n uVar4 = (uint)(local_2c < uVar3 + uVar2), iVar1 = local_28 - iVar7,\n (SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0)) {\n piVar6 = piVar6 + 1;\n memcpy((void *)(uVar3 + local_24),(void *)(*(int *)(param_4 + 0x10) + uVar5),uVar2);\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n goto LAB_00274643;\n }\n }\n \n FUN_002446e0("../../gold/output.h",0x6f,"get_output_view");\n }\n piVar6 = piVar6 + 1;\n }" ({ "{") (expression_statement "iVar1 = *piVar6;" (assignment_expression "iVar1 = *piVar6" (identifier "iVar1") (= "=") (pointer_expression "*piVar6" (* "*") (identifier "piVar6"))) (; ";")) (if_statement "if ((*(int *)(iVar1 + 0x194) == 1) &&\n (uVar2 = *(uint *)(iVar1 + 0x18c), -*(int *)(iVar1 + 400) < (int)(uint)(uVar2 != 0))) {\n uVar5 = *(uint *)(iVar1 + 0x184);\n if ((-1 < *(int *)(iVar1 + 0x188)) &&\n (iVar8 = *(int *)(iVar1 + 0x188) + (uint)CARRY4(uVar2,uVar5),\n uVar3 = (uint)(*(uint *)(param_4 + 8) < uVar2 + uVar5),\n iVar7 = *(int *)(param_4 + 0xc) - iVar8,\n (SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3)) ==\n (int)(iVar7 - uVar3) < 0)) {\n uVar3 = *(uint *)(iVar1 + 0x164);\n if ((-1 < *(int *)(iVar1 + 0x168)) &&\n (iVar7 = *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar3,uVar2),\n uVar4 = (uint)(local_2c < uVar3 + uVar2), iVar1 = local_28 - iVar7,\n (SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0)) {\n piVar6 = piVar6 + 1;\n memcpy((void *)(uVar3 + local_24),(void *)(*(int *)(param_4 + 0x10) + uVar5),uVar2);\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n goto LAB_00274643;\n }\n }\n \n FUN_002446e0("../../gold/output.h",0x6f,"get_output_view");\n }" (if "if") (parenthesized_expression "((*(int *)(iVar1 + 0x194) == 1) &&\n (uVar2 = *(uint *)(iVar1 + 0x18c), -*(int *)(iVar1 + 400) < (int)(uint)(uVar2 != 0)))" (( "(") (binary_expression "(*(int *)(iVar1 + 0x194) == 1) &&\n (uVar2 = *(uint *)(iVar1 + 0x18c), -*(int *)(iVar1 + 400) < (int)(uint)(uVar2 != 0))" (parenthesized_expression "(*(int *)(iVar1 + 0x194) == 1)" (( "(") (binary_expression "*(int *)(iVar1 + 0x194) == 1" (pointer_expression "*(int *)(iVar1 + 0x194)" (* "*") (cast_expression "(int *)(iVar1 + 0x194)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + 0x194)" (( "(") (binary_expression "iVar1 + 0x194" (identifier "iVar1") (+ "+") (number_literal "0x194")) () ")")))) (== "==") (number_literal "1")) () ")")) (&& "&&") (parenthesized_expression "(uVar2 = *(uint *)(iVar1 + 0x18c), -*(int *)(iVar1 + 400) < (int)(uint)(uVar2 != 0))" (( "(") (comma_expression "uVar2 = *(uint *)(iVar1 + 0x18c), -*(int *)(iVar1 + 400) < (int)(uint)(uVar2 != 0)" (assignment_expression "uVar2 = *(uint *)(iVar1 + 0x18c)" (identifier "uVar2") (= "=") (pointer_expression "*(uint *)(iVar1 + 0x18c)" (* "*") (cast_expression "(uint *)(iVar1 + 0x18c)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + 0x18c)" (( "(") (binary_expression "iVar1 + 0x18c" (identifier "iVar1") (+ "+") (number_literal "0x18c")) () ")"))))) (, ",") (binary_expression "-*(int *)(iVar1 + 400) < (int)(uint)(uVar2 != 0)" (unary_expression "-*(int *)(iVar1 + 400)" (- "-") (pointer_expression "*(int *)(iVar1 + 400)" (* "*") (cast_expression "(int *)(iVar1 + 400)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + 400)" (( "(") (binary_expression "iVar1 + 400" (identifier "iVar1") (+ "+") (number_literal "400")) () ")"))))) (< "<") (cast_expression "(int)(uint)(uVar2 != 0)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (call_expression "(uint)(uVar2 != 0)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(uVar2 != 0)" (( "(") (binary_expression "uVar2 != 0" (identifier "uVar2") (!= "!=") (number_literal "0")) () ")")))))) () ")"))) () ")")) (compound_statement "{\n uVar5 = *(uint *)(iVar1 + 0x184);\n if ((-1 < *(int *)(iVar1 + 0x188)) &&\n (iVar8 = *(int *)(iVar1 + 0x188) + (uint)CARRY4(uVar2,uVar5),\n uVar3 = (uint)(*(uint *)(param_4 + 8) < uVar2 + uVar5),\n iVar7 = *(int *)(param_4 + 0xc) - iVar8,\n (SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3)) ==\n (int)(iVar7 - uVar3) < 0)) {\n uVar3 = *(uint *)(iVar1 + 0x164);\n if ((-1 < *(int *)(iVar1 + 0x168)) &&\n (iVar7 = *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar3,uVar2),\n uVar4 = (uint)(local_2c < uVar3 + uVar2), iVar1 = local_28 - iVar7,\n (SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0)) {\n piVar6 = piVar6 + 1;\n memcpy((void *)(uVar3 + local_24),(void *)(*(int *)(param_4 + 0x10) + uVar5),uVar2);\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n goto LAB_00274643;\n }\n }\n \n FUN_002446e0("../../gold/output.h",0x6f,"get_output_view");\n }" ({ "{") (expression_statement "uVar5 = *(uint *)(iVar1 + 0x184);" (assignment_expression "uVar5 = *(uint *)(iVar1 + 0x184)" (identifier "uVar5") (= "=") (pointer_expression "*(uint *)(iVar1 + 0x184)" (* "*") (cast_expression "(uint *)(iVar1 + 0x184)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + 0x184)" (( "(") (binary_expression "iVar1 + 0x184" (identifier "iVar1") (+ "+") (number_literal "0x184")) () ")"))))) (; ";")) (if_statement "if ((-1 < *(int *)(iVar1 + 0x188)) &&\n (iVar8 = *(int *)(iVar1 + 0x188) + (uint)CARRY4(uVar2,uVar5),\n uVar3 = (uint)(*(uint *)(param_4 + 8) < uVar2 + uVar5),\n iVar7 = *(int *)(param_4 + 0xc) - iVar8,\n (SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3)) ==\n (int)(iVar7 - uVar3) < 0)) {\n uVar3 = *(uint *)(iVar1 + 0x164);\n if ((-1 < *(int *)(iVar1 + 0x168)) &&\n (iVar7 = *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar3,uVar2),\n uVar4 = (uint)(local_2c < uVar3 + uVar2), iVar1 = local_28 - iVar7,\n (SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0)) {\n piVar6 = piVar6 + 1;\n memcpy((void *)(uVar3 + local_24),(void *)(*(int *)(param_4 + 0x10) + uVar5),uVar2);\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n goto LAB_00274643;\n }\n }" (if "if") (parenthesized_expression "((-1 < *(int *)(iVar1 + 0x188)) &&\n (iVar8 = *(int *)(iVar1 + 0x188) + (uint)CARRY4(uVar2,uVar5),\n uVar3 = (uint)(*(uint *)(param_4 + 8) < uVar2 + uVar5),\n iVar7 = *(int *)(param_4 + 0xc) - iVar8,\n (SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3)) ==\n (int)(iVar7 - uVar3) < 0))" (( "(") (binary_expression "(-1 < *(int *)(iVar1 + 0x188)) &&\n (iVar8 = *(int *)(iVar1 + 0x188) + (uint)CARRY4(uVar2,uVar5),\n uVar3 = (uint)(*(uint *)(param_4 + 8) < uVar2 + uVar5),\n iVar7 = *(int *)(param_4 + 0xc) - iVar8,\n (SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3)) ==\n (int)(iVar7 - uVar3) < 0)" (parenthesized_expression "(-1 < *(int *)(iVar1 + 0x188))" (( "(") (binary_expression "-1 < *(int *)(iVar1 + 0x188)" (number_literal "-1") (< "<") (pointer_expression "*(int *)(iVar1 + 0x188)" (* "*") (cast_expression "(int *)(iVar1 + 0x188)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + 0x188)" (( "(") (binary_expression "iVar1 + 0x188" (identifier "iVar1") (+ "+") (number_literal "0x188")) () ")"))))) () ")")) (&& "&&") (parenthesized_expression "(iVar8 = *(int *)(iVar1 + 0x188) + (uint)CARRY4(uVar2,uVar5),\n uVar3 = (uint)(*(uint *)(param_4 + 8) < uVar2 + uVar5),\n iVar7 = *(int *)(param_4 + 0xc) - iVar8,\n (SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3)) ==\n (int)(iVar7 - uVar3) < 0)" (( "(") (comma_expression "iVar8 = *(int *)(iVar1 + 0x188) + (uint)CARRY4(uVar2,uVar5),\n uVar3 = (uint)(*(uint *)(param_4 + 8) < uVar2 + uVar5),\n iVar7 = *(int *)(param_4 + 0xc) - iVar8,\n (SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3)) ==\n (int)(iVar7 - uVar3) < 0" (assignment_expression "iVar8 = *(int *)(iVar1 + 0x188) + (uint)CARRY4(uVar2,uVar5)" (identifier "iVar8") (= "=") (binary_expression "*(int *)(iVar1 + 0x188) + (uint)CARRY4(uVar2,uVar5)" (pointer_expression "*(int *)(iVar1 + 0x188)" (* "*") (cast_expression "(int *)(iVar1 + 0x188)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + 0x188)" (( "(") (binary_expression "iVar1 + 0x188" (identifier "iVar1") (+ "+") (number_literal "0x188")) () ")")))) (+ "+") (cast_expression "(uint)CARRY4(uVar2,uVar5)" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (call_expression "CARRY4(uVar2,uVar5)" (identifier "CARRY4") (argument_list "(uVar2,uVar5)" (( "(") (identifier "uVar2") (, ",") (identifier "uVar5") () ")")))))) (, ",") (comma_expression "uVar3 = (uint)(*(uint *)(param_4 + 8) < uVar2 + uVar5),\n iVar7 = *(int *)(param_4 + 0xc) - iVar8,\n (SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3)) ==\n (int)(iVar7 - uVar3) < 0" (assignment_expression "uVar3 = (uint)(*(uint *)(param_4 + 8) < uVar2 + uVar5)" (identifier "uVar3") (= "=") (call_expression "(uint)(*(uint *)(param_4 + 8) < uVar2 + uVar5)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(*(uint *)(param_4 + 8) < uVar2 + uVar5)" (( "(") (binary_expression "*(uint *)(param_4 + 8) < uVar2 + uVar5" (pointer_expression "*(uint *)(param_4 + 8)" (* "*") (cast_expression "(uint *)(param_4 + 8)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_4 + 8)" (( "(") (binary_expression "param_4 + 8" (identifier "param_4") (+ "+") (number_literal "8")) () ")")))) (< "<") (binary_expression "uVar2 + uVar5" (identifier "uVar2") (+ "+") (identifier "uVar5"))) () ")")))) (, ",") (comma_expression "iVar7 = *(int *)(param_4 + 0xc) - iVar8,\n (SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3)) ==\n (int)(iVar7 - uVar3) < 0" (assignment_expression "iVar7 = *(int *)(param_4 + 0xc) - iVar8" (identifier "iVar7") (= "=") (binary_expression "*(int *)(param_4 + 0xc) - iVar8" (pointer_expression "*(int *)(param_4 + 0xc)" (* "*") (cast_expression "(int *)(param_4 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_4 + 0xc)" (( "(") (binary_expression "param_4 + 0xc" (identifier "param_4") (+ "+") (number_literal "0xc")) () ")")))) (- "-") (identifier "iVar8"))) (, ",") (binary_expression "(SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3)) ==\n (int)(iVar7 - uVar3) < 0" (parenthesized_expression "(SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3))" (( "(") (binary_expression "SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3)" (call_expression "SBORROW4(*(int *)(param_4 + 0xc),iVar8)" (identifier "SBORROW4") (argument_list "(*(int *)(param_4 + 0xc),iVar8)" (( "(") (pointer_expression "*(int *)(param_4 + 0xc)" (* "*") (cast_expression "(int *)(param_4 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_4 + 0xc)" (( "(") (binary_expression "param_4 + 0xc" (identifier "param_4") (+ "+") (number_literal "0xc")) () ")")))) (, ",") (identifier "iVar8") () ")"))) (!= "!=") (call_expression "SBORROW4(iVar7,uVar3)" (identifier "SBORROW4") (argument_list "(iVar7,uVar3)" (( "(") (identifier "iVar7") (, ",") (identifier "uVar3") () ")")))) () ")")) (== "==") (binary_expression "(int)(iVar7 - uVar3) < 0" (cast_expression "(int)(iVar7 - uVar3)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "(iVar7 - uVar3)" (( "(") (binary_expression "iVar7 - uVar3" (identifier "iVar7") (- "-") (identifier "uVar3")) () ")"))) (< "<") (number_literal "0")))))) () ")"))) () ")")) (compound_statement "{\n uVar3 = *(uint *)(iVar1 + 0x164);\n if ((-1 < *(int *)(iVar1 + 0x168)) &&\n (iVar7 = *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar3,uVar2),\n uVar4 = (uint)(local_2c < uVar3 + uVar2), iVar1 = local_28 - iVar7,\n (SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0)) {\n piVar6 = piVar6 + 1;\n memcpy((void *)(uVar3 + local_24),(void *)(*(int *)(param_4 + 0x10) + uVar5),uVar2);\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n goto LAB_00274643;\n }\n }" ({ "{") (expression_statement "uVar3 = *(uint *)(iVar1 + 0x164);" (assignment_expression "uVar3 = *(uint *)(iVar1 + 0x164)" (identifier "uVar3") (= "=") (pointer_expression "*(uint *)(iVar1 + 0x164)" (* "*") (cast_expression "(uint *)(iVar1 + 0x164)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + 0x164)" (( "(") (binary_expression "iVar1 + 0x164" (identifier "iVar1") (+ "+") (number_literal "0x164")) () ")"))))) (; ";")) (if_statement "if ((-1 < *(int *)(iVar1 + 0x168)) &&\n (iVar7 = *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar3,uVar2),\n uVar4 = (uint)(local_2c < uVar3 + uVar2), iVar1 = local_28 - iVar7,\n (SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0)) {\n piVar6 = piVar6 + 1;\n memcpy((void *)(uVar3 + local_24),(void *)(*(int *)(param_4 + 0x10) + uVar5),uVar2);\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n goto LAB_00274643;\n }" (if "if") (parenthesized_expression "((-1 < *(int *)(iVar1 + 0x168)) &&\n (iVar7 = *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar3,uVar2),\n uVar4 = (uint)(local_2c < uVar3 + uVar2), iVar1 = local_28 - iVar7,\n (SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0))" (( "(") (binary_expression "(-1 < *(int *)(iVar1 + 0x168)) &&\n (iVar7 = *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar3,uVar2),\n uVar4 = (uint)(local_2c < uVar3 + uVar2), iVar1 = local_28 - iVar7,\n (SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0)" (parenthesized_expression "(-1 < *(int *)(iVar1 + 0x168))" (( "(") (binary_expression "-1 < *(int *)(iVar1 + 0x168)" (number_literal "-1") (< "<") (pointer_expression "*(int *)(iVar1 + 0x168)" (* "*") (cast_expression "(int *)(iVar1 + 0x168)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + 0x168)" (( "(") (binary_expression "iVar1 + 0x168" (identifier "iVar1") (+ "+") (number_literal "0x168")) () ")"))))) () ")")) (&& "&&") (parenthesized_expression "(iVar7 = *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar3,uVar2),\n uVar4 = (uint)(local_2c < uVar3 + uVar2), iVar1 = local_28 - iVar7,\n (SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0)" (( "(") (comma_expression "iVar7 = *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar3,uVar2),\n uVar4 = (uint)(local_2c < uVar3 + uVar2), iVar1 = local_28 - iVar7,\n (SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0" (assignment_expression "iVar7 = *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar3,uVar2)" (identifier "iVar7") (= "=") (binary_expression "*(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar3,uVar2)" (pointer_expression "*(int *)(iVar1 + 0x168)" (* "*") (cast_expression "(int *)(iVar1 + 0x168)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + 0x168)" (( "(") (binary_expression "iVar1 + 0x168" (identifier "iVar1") (+ "+") (number_literal "0x168")) () ")")))) (+ "+") (cast_expression "(uint)CARRY4(uVar3,uVar2)" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (call_expression "CARRY4(uVar3,uVar2)" (identifier "CARRY4") (argument_list "(uVar3,uVar2)" (( "(") (identifier "uVar3") (, ",") (identifier "uVar2") () ")")))))) (, ",") (comma_expression "uVar4 = (uint)(local_2c < uVar3 + uVar2), iVar1 = local_28 - iVar7,\n (SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0" (assignment_expression "uVar4 = (uint)(local_2c < uVar3 + uVar2)" (identifier "uVar4") (= "=") (call_expression "(uint)(local_2c < uVar3 + uVar2)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(local_2c < uVar3 + uVar2)" (( "(") (binary_expression "local_2c < uVar3 + uVar2" (identifier "local_2c") (< "<") (binary_expression "uVar3 + uVar2" (identifier "uVar3") (+ "+") (identifier "uVar2"))) () ")")))) (, ",") (comma_expression "iVar1 = local_28 - iVar7,\n (SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0" (assignment_expression "iVar1 = local_28 - iVar7" (identifier "iVar1") (= "=") (binary_expression "local_28 - iVar7" (identifier "local_28") (- "-") (identifier "iVar7"))) (, ",") (binary_expression "(SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0" (parenthesized_expression "(SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4))" (( "(") (binary_expression "SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)" (call_expression "SBORROW4(local_28,iVar7)" (identifier "SBORROW4") (argument_list "(local_28,iVar7)" (( "(") (identifier "local_28") (, ",") (identifier "iVar7") () ")"))) (!= "!=") (call_expression "SBORROW4(iVar1,uVar4)" (identifier "SBORROW4") (argument_list "(iVar1,uVar4)" (( "(") (identifier "iVar1") (, ",") (identifier "uVar4") () ")")))) () ")")) (== "==") (binary_expression "(int)(iVar1 - uVar4) < 0" (cast_expression "(int)(iVar1 - uVar4)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "(iVar1 - uVar4)" (( "(") (binary_expression "iVar1 - uVar4" (identifier "iVar1") (- "-") (identifier "uVar4")) () ")"))) (< "<") (number_literal "0")))))) () ")"))) () ")")) (compound_statement "{\n piVar6 = piVar6 + 1;\n memcpy((void *)(uVar3 + local_24),(void *)(*(int *)(param_4 + 0x10) + uVar5),uVar2);\n if (*(int **)(param_3 + 0x128) == piVar6) break;\n goto LAB_00274643;\n }" ({ "{") (expression_statement "piVar6 = piVar6 + 1;" (assignment_expression "piVar6 = piVar6 + 1" (identifier "piVar6") (= "=") (binary_expression "piVar6 + 1" (identifier "piVar6") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "memcpy((void *)(uVar3 + local_24),(void *)(*(int *)(param_4 + 0x10) + uVar5),uVar2);" (call_expression "memcpy((void *)(uVar3 + local_24),(void *)(*(int *)(param_4 + 0x10) + uVar5),uVar2)" (identifier "memcpy") (argument_list "((void *)(uVar3 + local_24),(void *)(*(int *)(param_4 + 0x10) + uVar5),uVar2)" (( "(") (cast_expression "(void *)(uVar3 + local_24)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(uVar3 + local_24)" (( "(") (binary_expression "uVar3 + local_24" (identifier "uVar3") (+ "+") (identifier "local_24")) () ")"))) (, ",") (cast_expression "(void *)(*(int *)(param_4 + 0x10) + uVar5)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(param_4 + 0x10) + uVar5)" (( "(") (binary_expression "*(int *)(param_4 + 0x10) + uVar5" (pointer_expression "*(int *)(param_4 + 0x10)" (* "*") (cast_expression "(int *)(param_4 + 0x10)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_4 + 0x10)" (( "(") (binary_expression "param_4 + 0x10" (identifier "param_4") (+ "+") (number_literal "0x10")) () ")")))) (+ "+") (identifier "uVar5")) () ")"))) (, ",") (identifier "uVar2") () ")"))) (; ";")) (if_statement "if (*(int **)(param_3 + 0x128) == piVar6) break;" (if "if") (parenthesized_expression "(*(int **)(param_3 + 0x128) == piVar6)" (( "(") (binary_expression "*(int **)(param_3 + 0x128) == piVar6" (pointer_expression "*(int **)(param_3 + 0x128)" (* "*") (cast_expression "(int **)(param_3 + 0x128)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_3 + 0x128)" (( "(") (binary_expression "param_3 + 0x128" (identifier "param_3") (+ "+") (number_literal "0x128")) () ")")))) (== "==") (identifier "piVar6")) () ")")) (break_statement "break;" (break "break") (; ";"))) (goto_statement "goto LAB_00274643;" (goto "goto") (statement_identifier "LAB_00274643") (; ";")) (} "}"))) (} "}"))) (expression_statement "FUN_002446e0("../../gold/output.h",0x6f,"get_output_view");" (call_expression "FUN_002446e0("../../gold/output.h",0x6f,"get_output_view")" (identifier "FUN_002446e0") (argument_list "("../../gold/output.h",0x6f,"get_output_view")" (( "(") (string_literal ""../../gold/output.h"" (" """) (string_content "../../gold/output.h") (" """)) (, ",") (number_literal "0x6f") (, ",") (string_literal ""get_output_view"" (" """) (string_content "get_output_view") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "piVar6 = piVar6 + 1;" (assignment_expression "piVar6 = piVar6 + 1" (identifier "piVar6") (= "=") (binary_expression "piVar6 + 1" (identifier "piVar6") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(*(int **)(param_3 + 0x128) != piVar6)" (( "(") (binary_expression "*(int **)(param_3 + 0x128) != piVar6" (pointer_expression "*(int **)(param_3 + 0x128)" (* "*") (cast_expression "(int **)(param_3 + 0x128)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_3 + 0x128)" (( "(") (binary_expression "param_3 + 0x128" (identifier "param_3") (+ "+") (number_literal "0x128")) () ")")))) (!= "!=") (identifier "piVar6")) () ")")) (; ";"))) (} "}"))) (expression_statement "FUN_002ca2d0(local_34);" (call_expression "FUN_002ca2d0(local_34)" (identifier "FUN_002ca2d0") (argument_list "(local_34)" (( "(") (identifier "local_34") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (labeled_statement "code_r0x002745be:\n piVar6 = piVar6 + 1;" (statement_identifier "code_r0x002745be") (: ":") (expression_statement "piVar6 = piVar6 + 1;" (assignment_expression "piVar6 = piVar6 + 1" (identifier "piVar6") (= "=") (binary_expression "piVar6 + 1" (identifier "piVar6") (+ "+") (number_literal "1"))) (; ";"))) (expression_statement "local_54 = uVar5;" (assignment_expression "local_54 = uVar5" (identifier "local_54") (= "=") (identifier "uVar5")) (; ";")) (expression_statement "local_50 = param_2;" (assignment_expression "local_50 = param_2" (identifier "local_50") (= "=") (identifier "param_2")) (; ";")) (goto_statement "goto joined_r0x00274577;" (goto "goto") (statement_identifier "joined_r0x00274577") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Enum "DT": Some values do not have unique names */ /* WARNING: Enum "ELFOSABI": Some values do not have unique names */ /* DWARF original prototype: void write_binary(Layout * this, Output_file * in) */ void __thiscall var_5::type_1::function_1(type_1 *this,type_2 *in) { type_3 var_9; type_4 *pOVar2; int var_18; type_5 var_21; type_5 var_17; int var_20; type_6 var_3; type_7 *var_15; type_3 var_8; type_5 var_10; int var_11; type_7 *var_14; type_5 var_13; type_2 out; if (parameters->options_ == (type_8 *)0x0) { LAB_00274760: /* WARNING: Subroutine does not return */ var_1("../../gold/parameters.h",0x5c,"options"); } var_3 = type_8::var_2(parameters->options_); if (var_3 != var_4) { /* WARNING: Subroutine does not return */ var_1("../../gold/layout.cc",0x1714,"write_binary"); } var_14 = (type_7 *)0x0; var_13 = 0; var_8 = (this->segment_list_). super__Vector_base<var_5::type_4*,var_6::allocator<var_5::type_4*>var_7>. _M_impl._M_start; var_9 = (this->segment_list_). super__Vector_base<var_5::type_4*,var_6::allocator<var_5::type_4*>var_7>. _M_impl._M_finish; joined_r0x00274577: if (var_8 != var_9) { do { pOVar2 = *var_8; if (pOVar2->type_ == 1) { var_10 = (type_5)pOVar2->filesz_; var_11 = *(int *)((int)&pOVar2->filesz_ + 4); if (-var_11 < (int)(type_5)(var_10 != 0)) { var_15 = (type_7 *)(var_10 + (int)pOVar2->paddr_); var_10 = var_11 + *(int *)((int)&pOVar2->paddr_ + 4) + (type_5)var_12(var_10,(type_5)pOVar2->paddr_); if (var_13 < var_10 || var_13 - var_10 < (type_5)(var_14 < var_15)) goto code_r0x002745be; } } var_8 = var_8 + 1; if (var_9 == var_8) break; } while( true ); } if (parameters->options_ == (type_8 *)0x0) goto LAB_00274760; Output_file::type_2(&out,(parameters->options_->output_).value); Output_file::var_16(&out,(char *)var_14,var_13); var_8 = (this->segment_list_). super__Vector_base<var_5::type_4*,var_6::allocator<var_5::type_4*>var_7>. _M_impl._M_start; if (var_8 != (this->segment_list_). super__Vector_base<var_5::type_4*,var_6::allocator<var_5::type_4*>var_7>._M_impl. _M_finish) { LAB_00274643: do { pOVar2 = *var_8; if ((pOVar2->type_ == 1) && (var_10 = (type_5)pOVar2->filesz_, -*(int *)((int)&pOVar2->filesz_ + 4) < (int)(type_5)(var_10 != 0))) { var_11 = *(int *)((int)&pOVar2->offset_ + 4); var_17 = (type_5)pOVar2->offset_; if ((-1 < var_11) && (var_11 = var_11 + (type_5)var_12(var_10,var_17), var_18 = *(int *)((int)&in->file_size_ + 4) , var_21 = (type_5)((type_5)in->file_size_ < var_10 + var_17), var_20 = var_18 - var_11, (var_19(var_18,var_11) != var_19(var_20,var_21)) == (int)(var_20 - var_21) < 0)) { var_11 = *(int *)((int)&pOVar2->paddr_ + 4); var_21 = (type_5)pOVar2->paddr_; var_14 = in->base_ + var_17; if ((-1 < var_11) && (var_11 = var_11 + (type_5)var_12(var_21,var_10), var_17 = (type_5)((type_5)out.file_size_ < var_21 + var_10), var_18 = out.file_size_._4_4_ - var_11, (var_19(out.file_size_._4_4_,var_11) != var_19(var_18,var_17)) == (int)(var_18 - var_17) < 0)) { var_8 = var_8 + 1; var_22(out.base_ + var_21,var_14,var_10); if ((this->segment_list_). super__Vector_base<var_5::type_4*,var_6::allocator<var_5::type_4*>var_7>. _M_impl._M_finish == var_8) break; goto LAB_00274643; } } /* WARNING: Subroutine does not return */ var_1("../../gold/output.h",0x6f,"get_output_view"); } var_8 = var_8 + 1; } while ((this->segment_list_). super__Vector_base<var_5::type_4*,var_6::allocator<var_5::type_4*>var_7>. _M_impl._M_finish != var_8); } Output_file::var_23(&out,(int)var_14); return; code_r0x002745be: var_8 = var_8 + 1; var_14 = var_15; var_13 = var_10; goto joined_r0x00274577; }
null
(translation_unit (function_definition type: (primitive_type) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (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 (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)) (identifier))))))) (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))))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)) (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (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: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) 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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (unary_expression argument: (identifier))) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (assignment_expression left: (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)))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (identifier))))))) consequence: (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: (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))) consequence: (break_statement))) condition: (parenthesized_expression (true)))))) (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 (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (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))))))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (pointer_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: (unary_expression argument: (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: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))))))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (number_literal) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))))) right: (comma_expression left: (assignment_expression left: (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: (identifier) right: (number_literal))))) right: (binary_expression left: (identifier) right: (identifier)))))) right: (comma_expression left: (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (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))))) (identifier))) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) right: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))) right: (number_literal))))))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (number_literal) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))))) right: (comma_expression left: (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))))) right: (comma_expression left: (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) right: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))) right: (number_literal))))))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))) (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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier)))) (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) consequence: (break_statement)) (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: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (return_statement) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (goto_statement label: (statement_identifier)))))
null
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ void __regparm2 MASKED(undefined4 param_1,uint param_2,int param_3,int param_4) { int iVar1; uint uVar2; uint uVar3; uint uVar4; uint uVar5; int *piVar6; int iVar7; int iVar8; undefined8 uVar9; uint local_54; uint local_50; undefined1 local_34 [8]; uint local_2c; int local_28; int local_24; if (*(int *)(DAT_005ea7c8 + 8) == 0) { LAB_00274760: /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/parameters.h",0x5c,"options",param_2); } uVar9 = FUN_002b5cd0(*(int *)(DAT_005ea7c8 + 8)); param_2 = (uint)((ulonglong)uVar9 >> 0x20); if ((int)uVar9 != 1) { /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/layout.cc",0x1714,"write_binary",(int)uVar9); } local_54 = 0; local_50 = 0; piVar6 = *(int **)(param_3 + 0x124); joined_r0x00274577: if (piVar6 != *(int **)(param_3 + 0x128)) { do { iVar1 = *piVar6; if (*(int *)(iVar1 + 0x194) == 1) { uVar2 = *(uint *)(iVar1 + 0x18c); param_2 = *(uint *)(iVar1 + 400); if ((int)-param_2 < (int)(uint)(uVar2 != 0)) { uVar5 = uVar2 + *(uint *)(iVar1 + 0x164); param_2 = param_2 + *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar2,*(uint *)(iVar1 + 0x164)) ; if (local_50 < param_2 || local_50 - param_2 < (uint)(local_54 < uVar5)) goto code_r0x002745be; } } piVar6 = piVar6 + 1; if (*(int **)(param_3 + 0x128) == piVar6) break; } while( true ); } if (*(int *)(DAT_005ea7c8 + 8) == 0) goto LAB_00274760; FUN_002c9940(local_34,*(undefined4 *)(*(int *)(DAT_005ea7c8 + 8) + 0x27a8)); FUN_002c9c60(local_34,local_54,local_50); piVar6 = *(int **)(param_3 + 0x124); if (piVar6 != *(int **)(param_3 + 0x128)) { LAB_00274643: do { iVar1 = *piVar6; if ((*(int *)(iVar1 + 0x194) == 1) && (uVar2 = *(uint *)(iVar1 + 0x18c), -*(int *)(iVar1 + 400) < (int)(uint)(uVar2 != 0))) { uVar5 = *(uint *)(iVar1 + 0x184); if ((-1 < *(int *)(iVar1 + 0x188)) && (iVar8 = *(int *)(iVar1 + 0x188) + (uint)CARRY4(uVar2,uVar5), uVar3 = (uint)(*(uint *)(param_4 + 8) < uVar2 + uVar5), iVar7 = *(int *)(param_4 + 0xc) - iVar8, (SBORROW4(*(int *)(param_4 + 0xc),iVar8) != SBORROW4(iVar7,uVar3)) == (int)(iVar7 - uVar3) < 0)) { uVar3 = *(uint *)(iVar1 + 0x164); if ((-1 < *(int *)(iVar1 + 0x168)) && (iVar7 = *(int *)(iVar1 + 0x168) + (uint)CARRY4(uVar3,uVar2), uVar4 = (uint)(local_2c < uVar3 + uVar2), iVar1 = local_28 - iVar7, (SBORROW4(local_28,iVar7) != SBORROW4(iVar1,uVar4)) == (int)(iVar1 - uVar4) < 0)) { piVar6 = piVar6 + 1; memcpy((void *)(uVar3 + local_24),(void *)(*(int *)(param_4 + 0x10) + uVar5),uVar2); if (*(int **)(param_3 + 0x128) == piVar6) break; goto LAB_00274643; } } /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/output.h",0x6f,"get_output_view"); } piVar6 = piVar6 + 1; } while (*(int **)(param_3 + 0x128) != piVar6); } FUN_002ca2d0(local_34); return; code_r0x002745be: piVar6 = piVar6 + 1; local_54 = uVar5; local_50 = param_2; goto joined_r0x00274577; }
461_libsqlite3.so.0.8_and_libsqlite3.so.0.8_strip.c
sqlite3_uri_key
sqlite3_uri_key
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ char * sqlite3_uri_key(char *zFilename,int N) { size_t sVar1; int iVar2; int iVar3; char *pcVar4; if ((zFilename != (char *)0x0) && (-1 < N)) { for (; (zFilename[-1] != '\0' || (((zFilename[-2] != '\0' || (zFilename[-3] != '\0')) || (zFilename[-4] != '\0')))); zFilename = zFilename + -1) { } sVar1 = strlen(zFilename); pcVar4 = zFilename + (sVar1 & 0x3fffffff) + 1; if (*pcVar4 != '\0') { iVar2 = N + -1; if (N == 0) { return pcVar4; } while( true ) { sVar1 = strlen(pcVar4); pcVar4 = pcVar4 + (sVar1 & 0x3fffffff) + 1; iVar3 = 1; if (pcVar4 != (char *)0x0) { sVar1 = strlen(pcVar4); iVar3 = (sVar1 & 0x3fffffff) + 1; } pcVar4 = pcVar4 + iVar3; if (*pcVar4 == '\0') break; iVar2 = iVar2 + -1; if (iVar2 == -1) { return pcVar4; } } } } return (char *)0x0; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ char * sqlite3_uri_key(char *param_1,int param_2) { size_t sVar1; int iVar2; int iVar3; if ((param_1 != (char *)0x0) && (-1 < param_2)) { for (; (param_1[-1] != '\0' || (((param_1[-2] != '\0' || (param_1[-3] != '\0')) || (param_1[-4] != '\0')))); param_1 = param_1 + -1) { } sVar1 = strlen(param_1); param_1 = param_1 + (sVar1 & 0x3fffffff) + 1; if (*param_1 != '\0') { iVar2 = param_2 + -1; if (param_2 == 0) { return param_1; } while( true ) { sVar1 = strlen(param_1); param_1 = param_1 + (sVar1 & 0x3fffffff) + 1; iVar3 = 1; if (param_1 != (char *)0x0) { sVar1 = strlen(param_1); iVar3 = (sVar1 & 0x3fffffff) + 1; } param_1 = param_1 + iVar3; if (*param_1 == '\0') break; iVar2 = iVar2 + -1; if (iVar2 == -1) { return param_1; } } } } return (char *)0x0; }
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x0001ddf0 ADD EBX,0xdf677 SUB ESP,0xc MOV ESI,dword ptr [ESP + 0x20] MOV EDI,dword ptr [ESP + 0x24] TEST ESI,ESI JZ 0x00026a31 TEST EDI,EDI JNS 0x000269b3 JMP 0x00026a31 SUB ESI,0x1 CMP byte ptr [ESI + -0x1],0x0 JNZ 0x000269b0 CMP byte ptr [ESI + -0x2],0x0 JNZ 0x000269b0 CMP byte ptr [ESI + -0x3],0x0 JNZ 0x000269b0 CMP byte ptr [ESI + -0x4],0x0 JNZ 0x000269b0 SUB ESP,0xc PUSH ESI CALL 0x000167d0 AND EAX,0x3fffffff ADD ESP,0x10 LEA ESI,[ESI + EAX*0x1 + 0x1] CMP byte ptr [ESI],0x0 JZ 0x00026a31 TEST EDI,EDI LEA EBP,[EDI + -0x1] JNZ 0x000269f8 JMP 0x00026a33 SUB EBP,0x1 CMP EBP,-0x1 JZ 0x00026a33 SUB ESP,0xc PUSH ESI CALL 0x000167d0 AND EAX,0x3fffffff ADD ESP,0x10 LEA EDI,[ESI + EAX*0x1 + 0x1] MOV ESI,0x1 TEST EDI,EDI JZ 0x00026a2a SUB ESP,0xc PUSH EDI CALL 0x000167d0 AND EAX,0x3fffffff ADD ESP,0x10 LEA ESI,[EAX + 0x1] ADD ESI,EDI CMP byte ptr [ESI],0x0 JNZ 0x000269f0 XOR ESI,ESI ADD ESP,0xc MOV EAX,ESI POP EBX POP ESI POP EDI POP EBP RET
null
null
null
null
[('const-0', u'INT_NOTEQUAL_-1206031919'), ('const-1', u'PTRADD_-1206031653'), ('const-0', u'INT_NOTEQUAL_-1206031694'), ('const-417', u'LOAD_-1206031847'), ('tmp_160', u'CBRANCH_-1206031900'), ('const-4294967295', u'PTRADD_-1206031542'), ('const-0', u'INT_EQUAL_-1206031501'), (u'PTRADD_-1206031462', u'COPY_-1206031191'), (u'INT_NOTEQUAL_-1206031771', u'CBRANCH_-1206031768'), ('tmp_132', u'CBRANCH_-1206031919'), ('const-4294967295', u'INT_SLESS_-1206031901'), ('const-1', u'PTRADD_-1206031745'), (u'LOAD_-1206031516', u'INT_EQUAL_-1206031501'), ('tmp_975', u'INT_SLESS_-1206031901'), ('const-1', u'INT_ADD_-1206031515'), ('const-0', u'INT_EQUAL_-1206031680'), ('const-0', u'RETURN_-1206031178'), ('const-1', u'COPY_-1206031603'), ('tmp_871', u'CBRANCH_-1206031498'), ('tmp_975', u'INT_EQUAL_-1206031680'), (u'INT_AND_-1206031609', u'INT_ADD_-1206031223'), (u'MULTIEQUAL_-1206031306', u'PTRADD_-1206031462'), (u'CALL_-1206031745', u'INT_AND_-1206031717'), ('const-417', u'LOAD_-1206031827'), (u'PTRADD_-1206031785', u'LOAD_-1206031847'), (u'COPY_-1206031738', u'RETURN_-1206031704'), ('const-0', u'COPY_-1206031738'), ('const-0', u'RETURN_-1206031175'), (u'PTRADD_-1206031765', u'LOAD_-1206031827'), ('const-0', u'INT_NOTEQUAL_-1206031791'), (u'MULTIEQUAL_-1206031424', u'PTRADD_-1206031765'), (u'INT_ADD_-1206031544', u'INT_EQUAL_-1206031537'), (u'INT_NOTEQUAL_-1206031694', u'CBRANCH_-1206031693'), (u'INT_SLESS_-1206031901', u'CBRANCH_-1206031900'), (u'PTRADD_-1206031462', u'LOAD_-1206031516'), ('const-4294967294', u'PTRADD_-1206031765'), (u'COPY_-1206031191', u'RETURN_-1206031175'), (u'INT_NOTEQUAL_-1206031919', u'CBRANCH_-1206031919'), (u'PTRADD_-1206031542', u'MULTIEQUAL_-1206031424'), ('const-0', u'INT_NOTEQUAL_-1206031582'), (u'CALL_-1206031559', u'INT_AND_-1206031531'), ('tmp_336', u'CBRANCH_-1206031808'), (u'INT_ADD_-1206031223', u'PTRADD_-1206031545'), ('const-0', u'INT_NOTEQUAL_-1206031811'), ('tmp_548', u'CBRANCH_-1206031693'), (u'MULTIEQUAL_-1206031361', u'INT_ADD_-1206031544'), ('const-4294967295', u'PTRADD_-1206031785'), ('const-1', u'PTRADD_-1206031725'), (u'LOAD_-1206031710', u'INT_NOTEQUAL_-1206031694'), ('const-0', u'RETURN_-1206031704'), ('const-4294967295', u'INT_EQUAL_-1206031537'), (u'MULTIEQUAL_-1206031357', u'PTRADD_-1206031545'), ('const-417', u'LOAD_-1206031807'), ('const-1', u'PTRADD_-1206031785'), (u'INT_NOTEQUAL_-1206031811', u'CBRANCH_-1206031808'), (u'COPY_-1206031603', u'MULTIEQUAL_-1206031306'), (u'INT_NOTEQUAL_-1206031791', u'CBRANCH_-1206031788'), (u'MULTIEQUAL_-1206031357', u'CALL_-1206031637'), (u'INT_ADD_-1206031269', u'PTRADD_-1206031653'), ('tmp_974', u'MULTIEQUAL_-1206031424'), ('const-1073741823', u'INT_AND_-1206031609'), (u'INT_ADD_-1206031515', u'MULTIEQUAL_-1206031306'), (u'INT_EQUAL_-1206031501', u'CBRANCH_-1206031498'), ('const-1', u'PTRADD_-1206031545'), (u'MULTIEQUAL_-1206031424', u'PTRADD_-1206031785'), ('const-0', u'INT_NOTEQUAL_-1206031831'), (u'PTRADD_-1206031653', u'LOAD_-1206031710'), ('const-417', u'LOAD_-1206031787'), (u'LOAD_-1206031807', u'INT_NOTEQUAL_-1206031791'), (u'MULTIEQUAL_-1206031424', u'PTRADD_-1206031745'), (u'PTRADD_-1206031745', u'LOAD_-1206031807'), (u'MULTIEQUAL_-1206031424', u'CALL_-1206031745'), ('const-1073741823', u'INT_AND_-1206031717'), (u'PTRADD_-1206031653', u'COPY_-1206031194'), (u'INT_ADD_-1206031665', u'MULTIEQUAL_-1206031361'), (u'PTRADD_-1206031545', u'CALL_-1206031559'), ('tmp_298', u'CBRANCH_-1206031828'), ('const-1', u'PTRADD_-1206031765'), ('const-4294967292', u'PTRADD_-1206031725'), ('tmp_974', u'INT_NOTEQUAL_-1206031919'), (u'INT_AND_-1206031531', u'INT_ADD_-1206031515'), ('tmp_927', u'CBRANCH_-1206031535'), ('const-1073741823', u'INT_AND_-1206031531'), (u'INT_EQUAL_-1206031537', u'CBRANCH_-1206031535'), (u'CALL_-1206031637', u'INT_AND_-1206031609'), (u'LOAD_-1206031847', u'INT_NOTEQUAL_-1206031831'), (u'INT_NOTEQUAL_-1206031831', u'CBRANCH_-1206031828'), (u'INT_NOTEQUAL_-1206031582', u'CBRANCH_-1206031582'), (u'MULTIEQUAL_-1206031424', u'PTRADD_-1206031653'), (u'MULTIEQUAL_-1206031424', u'PTRADD_-1206031725'), ('const-417', u'LOAD_-1206031710'), (u'PTRADD_-1206031653', u'MULTIEQUAL_-1206031357'), ('tmp_713', u'CBRANCH_-1206031582'), (u'PTRADD_-1206031545', u'PTRADD_-1206031462'), ('tmp_975', u'INT_ADD_-1206031665'), ('tmp_412', u'CBRANCH_-1206031768'), ('const-1', u'INT_ADD_-1206031223'), (u'PTRADD_-1206031545', u'INT_NOTEQUAL_-1206031582'), ('const-4294967293', u'PTRADD_-1206031745'), ('const-0', u'INT_NOTEQUAL_-1206031771'), ('const-1', u'INT_ADD_-1206031269'), ('const-1', u'PTRADD_-1206031462'), (u'LOAD_-1206031787', u'INT_NOTEQUAL_-1206031771'), ('const-4294967295', u'INT_ADD_-1206031544'), (u'PTRADD_-1206031725', u'LOAD_-1206031787'), ('const-1', u'PTRADD_-1206031542'), (u'COPY_-1206031194', u'RETURN_-1206031178'), (u'INT_AND_-1206031717', u'INT_ADD_-1206031269'), ('const-4294967295', u'INT_ADD_-1206031665'), (u'INT_ADD_-1206031544', u'MULTIEQUAL_-1206031361'), ('tmp_581', u'CBRANCH_-1206031673'), (u'PTRADD_-1206031462', u'MULTIEQUAL_-1206031357'), ('const-417', u'LOAD_-1206031516'), ('tmp_374', u'CBRANCH_-1206031788'), (u'LOAD_-1206031827', u'INT_NOTEQUAL_-1206031811'), (u'INT_EQUAL_-1206031680', u'CBRANCH_-1206031673'), (u'MULTIEQUAL_-1206031424', u'PTRADD_-1206031542')]
[('const-0', u'INT_NOTEQUAL_-1206031919'), ('tmp_160', u'CBRANCH_-1206031900'), ('tmp_1977', u'INT_EQUAL_-1206031680'), (u'PTRADD_-1206031462', u'COPY_-1206031191'), (u'INT_NOTEQUAL_-1206031771', u'CBRANCH_-1206031768'), ('tmp_132', u'CBRANCH_-1206031919'), ('const-0', u'INT_NOTEQUAL_-1206031791'), ('const-1', u'INT_ADD_-1206031223'), (u'LOAD_-1206031516', u'INT_EQUAL_-1206031501'), ('const-4294967295', u'PTRADD_-1206031542'), ('const-1', u'INT_ADD_-1206031515'), ('const-0', u'INT_EQUAL_-1206031680'), ('const-1', u'COPY_-1206031603'), ('tmp_871', u'CBRANCH_-1206031498'), (u'INT_AND_-1206031609', u'INT_ADD_-1206031223'), (u'MULTIEQUAL_-1206031306', u'PTRADD_-1206031462'), (u'CALL_-1206031745', u'INT_AND_-1206031717'), (u'PTRADD_-1206031785', u'LOAD_-1206031847'), ('const-0', u'INT_EQUAL_-1206031501'), (u'COPY_-1206031738', u'RETURN_-1206031704'), ('const-0', u'RETURN_-1206031178'), (u'PTRADD_-1206031765', u'LOAD_-1206031827'), (u'MULTIEQUAL_-1206031424', u'PTRADD_-1206031765'), (u'INT_ADD_-1206031544', u'INT_EQUAL_-1206031537'), (u'INT_NOTEQUAL_-1206031694', u'CBRANCH_-1206031693'), (u'INT_SLESS_-1206031901', u'CBRANCH_-1206031900'), ('const-0', u'INT_NOTEQUAL_-1206031771'), (u'PTRADD_-1206031462', u'LOAD_-1206031516'), ('const-1', u'PTRADD_-1206031542'), ('const-4294967294', u'PTRADD_-1206031765'), (u'COPY_-1206031191', u'RETURN_-1206031175'), ('const-1', u'PTRADD_-1206031545'), ('const-4294967295', u'INT_ADD_-1206031544'), ('const-417', u'LOAD_-1206031827'), (u'INT_NOTEQUAL_-1206031919', u'CBRANCH_-1206031919'), (u'PTRADD_-1206031542', u'MULTIEQUAL_-1206031424'), ('const-0', u'INT_NOTEQUAL_-1206031582'), (u'CALL_-1206031559', u'INT_AND_-1206031531'), ('tmp_336', u'CBRANCH_-1206031808'), (u'INT_ADD_-1206031223', u'PTRADD_-1206031545'), ('tmp_548', u'CBRANCH_-1206031693'), (u'MULTIEQUAL_-1206031361', u'INT_ADD_-1206031544'), ('const-4294967295', u'PTRADD_-1206031785'), ('const-0', u'INT_NOTEQUAL_-1206031831'), (u'LOAD_-1206031710', u'INT_NOTEQUAL_-1206031694'), ('const-0', u'RETURN_-1206031704'), ('const-0', u'INT_NOTEQUAL_-1206031694'), (u'MULTIEQUAL_-1206031357', u'PTRADD_-1206031545'), (u'INT_NOTEQUAL_-1206031811', u'CBRANCH_-1206031808'), (u'COPY_-1206031603', u'MULTIEQUAL_-1206031306'), ('const-1', u'PTRADD_-1206031785'), ('const-417', u'LOAD_-1206031787'), (u'INT_NOTEQUAL_-1206031791', u'CBRANCH_-1206031788'), (u'MULTIEQUAL_-1206031357', u'CALL_-1206031637'), (u'INT_ADD_-1206031269', u'PTRADD_-1206031653'), ('const-1073741823', u'INT_AND_-1206031609'), (u'INT_ADD_-1206031515', u'MULTIEQUAL_-1206031306'), (u'INT_EQUAL_-1206031501', u'CBRANCH_-1206031498'), (u'MULTIEQUAL_-1206031424', u'PTRADD_-1206031785'), (u'PTRADD_-1206031653', u'LOAD_-1206031710'), ('const-1', u'INT_ADD_-1206031269'), (u'LOAD_-1206031807', u'INT_NOTEQUAL_-1206031791'), ('const-0', u'RETURN_-1206031175'), (u'MULTIEQUAL_-1206031424', u'PTRADD_-1206031745'), (u'PTRADD_-1206031745', u'LOAD_-1206031807'), (u'MULTIEQUAL_-1206031424', u'CALL_-1206031745'), ('const-1073741823', u'INT_AND_-1206031717'), (u'PTRADD_-1206031653', u'COPY_-1206031194'), (u'INT_ADD_-1206031665', u'MULTIEQUAL_-1206031361'), (u'PTRADD_-1206031545', u'CALL_-1206031559'), ('tmp_298', u'CBRANCH_-1206031828'), ('const-1', u'PTRADD_-1206031462'), ('tmp_1976', u'MULTIEQUAL_-1206031424'), ('const-4294967292', u'PTRADD_-1206031725'), ('const-417', u'LOAD_-1206031710'), ('const-417', u'LOAD_-1206031807'), ('const-4294967295', u'INT_EQUAL_-1206031537'), (u'INT_AND_-1206031531', u'INT_ADD_-1206031515'), ('tmp_927', u'CBRANCH_-1206031535'), ('const-1073741823', u'INT_AND_-1206031531'), ('const-1', u'PTRADD_-1206031725'), (u'INT_EQUAL_-1206031537', u'CBRANCH_-1206031535'), (u'CALL_-1206031637', u'INT_AND_-1206031609'), (u'LOAD_-1206031847', u'INT_NOTEQUAL_-1206031831'), (u'INT_NOTEQUAL_-1206031831', u'CBRANCH_-1206031828'), (u'INT_NOTEQUAL_-1206031582', u'CBRANCH_-1206031582'), (u'MULTIEQUAL_-1206031424', u'PTRADD_-1206031653'), ('tmp_1977', u'INT_SLESS_-1206031901'), (u'MULTIEQUAL_-1206031424', u'PTRADD_-1206031725'), (u'PTRADD_-1206031653', u'MULTIEQUAL_-1206031357'), ('tmp_713', u'CBRANCH_-1206031582'), (u'PTRADD_-1206031545', u'PTRADD_-1206031462'), ('tmp_1977', u'INT_ADD_-1206031665'), ('const-0', u'COPY_-1206031738'), ('tmp_412', u'CBRANCH_-1206031768'), ('const-1', u'PTRADD_-1206031765'), (u'PTRADD_-1206031545', u'INT_NOTEQUAL_-1206031582'), ('const-4294967293', u'PTRADD_-1206031745'), ('tmp_1976', u'INT_NOTEQUAL_-1206031919'), ('const-417', u'LOAD_-1206031847'), (u'LOAD_-1206031787', u'INT_NOTEQUAL_-1206031771'), ('const-0', u'INT_NOTEQUAL_-1206031811'), (u'PTRADD_-1206031725', u'LOAD_-1206031787'), ('const-417', u'LOAD_-1206031516'), ('const-4294967295', u'INT_SLESS_-1206031901'), (u'COPY_-1206031194', u'RETURN_-1206031178'), (u'INT_AND_-1206031717', u'INT_ADD_-1206031269'), ('const-4294967295', u'INT_ADD_-1206031665'), (u'INT_ADD_-1206031544', u'MULTIEQUAL_-1206031361'), ('const-1', u'PTRADD_-1206031653'), ('tmp_581', u'CBRANCH_-1206031673'), (u'PTRADD_-1206031462', u'MULTIEQUAL_-1206031357'), ('tmp_374', u'CBRANCH_-1206031788'), (u'LOAD_-1206031827', u'INT_NOTEQUAL_-1206031811'), ('const-1', u'PTRADD_-1206031745'), (u'INT_EQUAL_-1206031680', u'CBRANCH_-1206031673'), (u'MULTIEQUAL_-1206031424', u'PTRADD_-1206031542')]
null
null
00026980
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nchar * sqlite3_uri_key(char *param_1,int param_2)\n\n{\n size_t sVar1;\n int iVar2;\n int iVar3;\n \n if ((param_1 != (char *)0x0) && (-1 < param_2)) {\n for (; (param_1[-1] != '\0' ||\n (((param_1[-2] != '\0' || (param_1[-3] != '\0')) || (param_1[-4] != '\0'))));\n param_1 = param_1 + -1) {\n }\n sVar1 = strlen(param_1);\n param_1 = param_1 + (sVar1 & 0x3fffffff) + 1;\n if (*param_1 != '\0') {\n iVar2 = param_2 + -1;\n if (param_2 == 0) {\n return param_1;\n }\n while( true ) {\n sVar1 = strlen(param_1);\n param_1 = param_1 + (sVar1 & 0x3fffffff) + 1;\n iVar3 = 1;\n if (param_1 != (char *)0x0) {\n sVar1 = strlen(param_1);\n iVar3 = (sVar1 & 0x3fffffff) + 1;\n }\n param_1 = param_1 + iVar3;\n if (*param_1 == '\0') break;\n iVar2 = iVar2 + -1;\n if (iVar2 == -1) {\n return param_1;\n }\n }\n }\n }\n return (char *)0x0;\n}\n\n" comment (function_definition "char * sqlite3_uri_key(char *param_1,int param_2)\n\n{\n size_t sVar1;\n int iVar2;\n int iVar3;\n \n if ((param_1 != (char *)0x0) && (-1 < param_2)) {\n for (; (param_1[-1] != '\0' ||\n (((param_1[-2] != '\0' || (param_1[-3] != '\0')) || (param_1[-4] != '\0'))));\n param_1 = param_1 + -1) {\n }\n sVar1 = strlen(param_1);\n param_1 = param_1 + (sVar1 & 0x3fffffff) + 1;\n if (*param_1 != '\0') {\n iVar2 = param_2 + -1;\n if (param_2 == 0) {\n return param_1;\n }\n while( true ) {\n sVar1 = strlen(param_1);\n param_1 = param_1 + (sVar1 & 0x3fffffff) + 1;\n iVar3 = 1;\n if (param_1 != (char *)0x0) {\n sVar1 = strlen(param_1);\n iVar3 = (sVar1 & 0x3fffffff) + 1;\n }\n param_1 = param_1 + iVar3;\n if (*param_1 == '\0') break;\n iVar2 = iVar2 + -1;\n if (iVar2 == -1) {\n return param_1;\n }\n }\n }\n }\n return (char *)0x0;\n}" primitive_type (pointer_declarator "* sqlite3_uri_key(char *param_1,int param_2)" * (function_declarator "sqlite3_uri_key(char *param_1,int param_2)" identifier (parameter_list "(char *param_1,int param_2)" ( (parameter_declaration "char *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int param_2" primitive_type identifier) )))) (compound_statement "{\n size_t sVar1;\n int iVar2;\n int iVar3;\n \n if ((param_1 != (char *)0x0) && (-1 < param_2)) {\n for (; (param_1[-1] != '\0' ||\n (((param_1[-2] != '\0' || (param_1[-3] != '\0')) || (param_1[-4] != '\0'))));\n param_1 = param_1 + -1) {\n }\n sVar1 = strlen(param_1);\n param_1 = param_1 + (sVar1 & 0x3fffffff) + 1;\n if (*param_1 != '\0') {\n iVar2 = param_2 + -1;\n if (param_2 == 0) {\n return param_1;\n }\n while( true ) {\n sVar1 = strlen(param_1);\n param_1 = param_1 + (sVar1 & 0x3fffffff) + 1;\n iVar3 = 1;\n if (param_1 != (char *)0x0) {\n sVar1 = strlen(param_1);\n iVar3 = (sVar1 & 0x3fffffff) + 1;\n }\n param_1 = param_1 + iVar3;\n if (*param_1 == '\0') break;\n iVar2 = iVar2 + -1;\n if (iVar2 == -1) {\n return param_1;\n }\n }\n }\n }\n return (char *)0x0;\n}" { (declaration "size_t sVar1;" primitive_type identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (if_statement "if ((param_1 != (char *)0x0) && (-1 < param_2)) {\n for (; (param_1[-1] != '\0' ||\n (((param_1[-2] != '\0' || (param_1[-3] != '\0')) || (param_1[-4] != '\0'))));\n param_1 = param_1 + -1) {\n }\n sVar1 = strlen(param_1);\n param_1 = param_1 + (sVar1 & 0x3fffffff) + 1;\n if (*param_1 != '\0') {\n iVar2 = param_2 + -1;\n if (param_2 == 0) {\n return param_1;\n }\n while( true ) {\n sVar1 = strlen(param_1);\n param_1 = param_1 + (sVar1 & 0x3fffffff) + 1;\n iVar3 = 1;\n if (param_1 != (char *)0x0) {\n sVar1 = strlen(param_1);\n iVar3 = (sVar1 & 0x3fffffff) + 1;\n }\n param_1 = param_1 + iVar3;\n if (*param_1 == '\0') break;\n iVar2 = iVar2 + -1;\n if (iVar2 == -1) {\n return param_1;\n }\n }\n }\n }" if (parenthesized_expression "((param_1 != (char *)0x0) && (-1 < param_2))" ( (binary_expression "(param_1 != (char *)0x0) && (-1 < param_2)" (parenthesized_expression "(param_1 != (char *)0x0)" ( (binary_expression "param_1 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(-1 < param_2)" ( (binary_expression "-1 < param_2" number_literal < identifier) ))) )) (compound_statement "{\n for (; (param_1[-1] != '\0' ||\n (((param_1[-2] != '\0' || (param_1[-3] != '\0')) || (param_1[-4] != '\0'))));\n param_1 = param_1 + -1) {\n }\n sVar1 = strlen(param_1);\n param_1 = param_1 + (sVar1 & 0x3fffffff) + 1;\n if (*param_1 != '\0') {\n iVar2 = param_2 + -1;\n if (param_2 == 0) {\n return param_1;\n }\n while( true ) {\n sVar1 = strlen(param_1);\n param_1 = param_1 + (sVar1 & 0x3fffffff) + 1;\n iVar3 = 1;\n if (param_1 != (char *)0x0) {\n sVar1 = strlen(param_1);\n iVar3 = (sVar1 & 0x3fffffff) + 1;\n }\n param_1 = param_1 + iVar3;\n if (*param_1 == '\0') break;\n iVar2 = iVar2 + -1;\n if (iVar2 == -1) {\n return param_1;\n }\n }\n }\n }" { (for_statement "for (; (param_1[-1] != '\0' ||\n (((param_1[-2] != '\0' || (param_1[-3] != '\0')) || (param_1[-4] != '\0'))));\n param_1 = param_1 + -1) {\n }" for ( ; (parenthesized_expression "(param_1[-1] != '\0' ||\n (((param_1[-2] != '\0' || (param_1[-3] != '\0')) || (param_1[-4] != '\0'))))" ( (binary_expression "param_1[-1] != '\0' ||\n (((param_1[-2] != '\0' || (param_1[-3] != '\0')) || (param_1[-4] != '\0')))" (binary_expression "param_1[-1] != '\0'" (subscript_expression "param_1[-1]" identifier [ number_literal ]) != (char_literal "'\0'" ' escape_sequence ')) || (parenthesized_expression "(((param_1[-2] != '\0' || (param_1[-3] != '\0')) || (param_1[-4] != '\0')))" ( (parenthesized_expression "((param_1[-2] != '\0' || (param_1[-3] != '\0')) || (param_1[-4] != '\0'))" ( (binary_expression "(param_1[-2] != '\0' || (param_1[-3] != '\0')) || (param_1[-4] != '\0')" (parenthesized_expression "(param_1[-2] != '\0' || (param_1[-3] != '\0'))" ( (binary_expression "param_1[-2] != '\0' || (param_1[-3] != '\0')" (binary_expression "param_1[-2] != '\0'" (subscript_expression "param_1[-2]" identifier [ number_literal ]) != (char_literal "'\0'" ' escape_sequence ')) || (parenthesized_expression "(param_1[-3] != '\0')" ( (binary_expression "param_1[-3] != '\0'" (subscript_expression "param_1[-3]" identifier [ number_literal ]) != (char_literal "'\0'" ' escape_sequence ')) ))) )) || (parenthesized_expression "(param_1[-4] != '\0')" ( (binary_expression "param_1[-4] != '\0'" (subscript_expression "param_1[-4]" identifier [ number_literal ]) != (char_literal "'\0'" ' escape_sequence ')) ))) )) ))) )) ; (assignment_expression "param_1 = param_1 + -1" identifier = (binary_expression "param_1 + -1" identifier + number_literal)) ) (compound_statement "{\n }" { })) (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 "param_1 = param_1 + (sVar1 & 0x3fffffff) + 1;" (assignment_expression "param_1 = param_1 + (sVar1 & 0x3fffffff) + 1" identifier = (binary_expression "param_1 + (sVar1 & 0x3fffffff) + 1" (binary_expression "param_1 + (sVar1 & 0x3fffffff)" identifier + (parenthesized_expression "(sVar1 & 0x3fffffff)" ( (binary_expression "sVar1 & 0x3fffffff" identifier & number_literal) ))) + number_literal)) ;) (if_statement "if (*param_1 != '\0') {\n iVar2 = param_2 + -1;\n if (param_2 == 0) {\n return param_1;\n }\n while( true ) {\n sVar1 = strlen(param_1);\n param_1 = param_1 + (sVar1 & 0x3fffffff) + 1;\n iVar3 = 1;\n if (param_1 != (char *)0x0) {\n sVar1 = strlen(param_1);\n iVar3 = (sVar1 & 0x3fffffff) + 1;\n }\n param_1 = param_1 + iVar3;\n if (*param_1 == '\0') break;\n iVar2 = iVar2 + -1;\n if (iVar2 == -1) {\n return param_1;\n }\n }\n }" if (parenthesized_expression "(*param_1 != '\0')" ( (binary_expression "*param_1 != '\0'" (pointer_expression "*param_1" * identifier) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n iVar2 = param_2 + -1;\n if (param_2 == 0) {\n return param_1;\n }\n while( true ) {\n sVar1 = strlen(param_1);\n param_1 = param_1 + (sVar1 & 0x3fffffff) + 1;\n iVar3 = 1;\n if (param_1 != (char *)0x0) {\n sVar1 = strlen(param_1);\n iVar3 = (sVar1 & 0x3fffffff) + 1;\n }\n param_1 = param_1 + iVar3;\n if (*param_1 == '\0') break;\n iVar2 = iVar2 + -1;\n if (iVar2 == -1) {\n return param_1;\n }\n }\n }" { (expression_statement "iVar2 = param_2 + -1;" (assignment_expression "iVar2 = param_2 + -1" identifier = (binary_expression "param_2 + -1" identifier + number_literal)) ;) (if_statement "if (param_2 == 0) {\n return param_1;\n }" if (parenthesized_expression "(param_2 == 0)" ( (binary_expression "param_2 == 0" identifier == number_literal) )) (compound_statement "{\n return param_1;\n }" { (return_statement "return param_1;" return identifier ;) })) (while_statement "while( true ) {\n sVar1 = strlen(param_1);\n param_1 = param_1 + (sVar1 & 0x3fffffff) + 1;\n iVar3 = 1;\n if (param_1 != (char *)0x0) {\n sVar1 = strlen(param_1);\n iVar3 = (sVar1 & 0x3fffffff) + 1;\n }\n param_1 = param_1 + iVar3;\n if (*param_1 == '\0') break;\n iVar2 = iVar2 + -1;\n if (iVar2 == -1) {\n return param_1;\n }\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n sVar1 = strlen(param_1);\n param_1 = param_1 + (sVar1 & 0x3fffffff) + 1;\n iVar3 = 1;\n if (param_1 != (char *)0x0) {\n sVar1 = strlen(param_1);\n iVar3 = (sVar1 & 0x3fffffff) + 1;\n }\n param_1 = param_1 + iVar3;\n if (*param_1 == '\0') break;\n iVar2 = iVar2 + -1;\n if (iVar2 == -1) {\n return param_1;\n }\n }" { (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 "param_1 = param_1 + (sVar1 & 0x3fffffff) + 1;" (assignment_expression "param_1 = param_1 + (sVar1 & 0x3fffffff) + 1" identifier = (binary_expression "param_1 + (sVar1 & 0x3fffffff) + 1" (binary_expression "param_1 + (sVar1 & 0x3fffffff)" identifier + (parenthesized_expression "(sVar1 & 0x3fffffff)" ( (binary_expression "sVar1 & 0x3fffffff" identifier & number_literal) ))) + number_literal)) ;) (expression_statement "iVar3 = 1;" (assignment_expression "iVar3 = 1" identifier = number_literal) ;) (if_statement "if (param_1 != (char *)0x0) {\n sVar1 = strlen(param_1);\n iVar3 = (sVar1 & 0x3fffffff) + 1;\n }" if (parenthesized_expression "(param_1 != (char *)0x0)" ( (binary_expression "param_1 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n sVar1 = strlen(param_1);\n iVar3 = (sVar1 & 0x3fffffff) + 1;\n }" { (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 "iVar3 = (sVar1 & 0x3fffffff) + 1;" (assignment_expression "iVar3 = (sVar1 & 0x3fffffff) + 1" identifier = (binary_expression "(sVar1 & 0x3fffffff) + 1" (parenthesized_expression "(sVar1 & 0x3fffffff)" ( (binary_expression "sVar1 & 0x3fffffff" identifier & number_literal) )) + number_literal)) ;) })) (expression_statement "param_1 = param_1 + iVar3;" (assignment_expression "param_1 = param_1 + iVar3" identifier = (binary_expression "param_1 + iVar3" identifier + identifier)) ;) (if_statement "if (*param_1 == '\0') break;" if (parenthesized_expression "(*param_1 == '\0')" ( (binary_expression "*param_1 == '\0'" (pointer_expression "*param_1" * identifier) == (char_literal "'\0'" ' escape_sequence ')) )) (break_statement "break;" break ;)) (expression_statement "iVar2 = iVar2 + -1;" (assignment_expression "iVar2 = iVar2 + -1" identifier = (binary_expression "iVar2 + -1" identifier + number_literal)) ;) (if_statement "if (iVar2 == -1) {\n return param_1;\n }" if (parenthesized_expression "(iVar2 == -1)" ( (binary_expression "iVar2 == -1" identifier == number_literal) )) (compound_statement "{\n return param_1;\n }" { (return_statement "return param_1;" return identifier ;) })) })) })) })) (return_statement "return (char *)0x0;" return (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nchar * sqlite3_uri_key(char *zFilename,int N)\n\n{\n size_t sVar1;\n int iVar2;\n int iVar3;\n char *pcVar4;\n \n if ((zFilename != (char *)0x0) && (-1 < N)) {\n for (; (zFilename[-1] != '\0' ||\n (((zFilename[-2] != '\0' || (zFilename[-3] != '\0')) || (zFilename[-4] != '\0'))));\n zFilename = zFilename + -1) {\n }\n sVar1 = strlen(zFilename);\n pcVar4 = zFilename + (sVar1 & 0x3fffffff) + 1;\n if (*pcVar4 != '\0') {\n iVar2 = N + -1;\n if (N == 0) {\n return pcVar4;\n }\n while( true ) {\n sVar1 = strlen(pcVar4);\n pcVar4 = pcVar4 + (sVar1 & 0x3fffffff) + 1;\n iVar3 = 1;\n if (pcVar4 != (char *)0x0) {\n sVar1 = strlen(pcVar4);\n iVar3 = (sVar1 & 0x3fffffff) + 1;\n }\n pcVar4 = pcVar4 + iVar3;\n if (*pcVar4 == '\0') break;\n iVar2 = iVar2 + -1;\n if (iVar2 == -1) {\n return pcVar4;\n }\n }\n }\n }\n return (char *)0x0;\n}\n\n" comment comment (function_definition "char * sqlite3_uri_key(char *zFilename,int N)\n\n{\n size_t sVar1;\n int iVar2;\n int iVar3;\n char *pcVar4;\n \n if ((zFilename != (char *)0x0) && (-1 < N)) {\n for (; (zFilename[-1] != '\0' ||\n (((zFilename[-2] != '\0' || (zFilename[-3] != '\0')) || (zFilename[-4] != '\0'))));\n zFilename = zFilename + -1) {\n }\n sVar1 = strlen(zFilename);\n pcVar4 = zFilename + (sVar1 & 0x3fffffff) + 1;\n if (*pcVar4 != '\0') {\n iVar2 = N + -1;\n if (N == 0) {\n return pcVar4;\n }\n while( true ) {\n sVar1 = strlen(pcVar4);\n pcVar4 = pcVar4 + (sVar1 & 0x3fffffff) + 1;\n iVar3 = 1;\n if (pcVar4 != (char *)0x0) {\n sVar1 = strlen(pcVar4);\n iVar3 = (sVar1 & 0x3fffffff) + 1;\n }\n pcVar4 = pcVar4 + iVar3;\n if (*pcVar4 == '\0') break;\n iVar2 = iVar2 + -1;\n if (iVar2 == -1) {\n return pcVar4;\n }\n }\n }\n }\n return (char *)0x0;\n}" primitive_type (pointer_declarator "* sqlite3_uri_key(char *zFilename,int N)" * (function_declarator "sqlite3_uri_key(char *zFilename,int N)" identifier (parameter_list "(char *zFilename,int N)" ( (parameter_declaration "char *zFilename" primitive_type (pointer_declarator "*zFilename" * identifier)) , (parameter_declaration "int N" primitive_type identifier) )))) (compound_statement "{\n size_t sVar1;\n int iVar2;\n int iVar3;\n char *pcVar4;\n \n if ((zFilename != (char *)0x0) && (-1 < N)) {\n for (; (zFilename[-1] != '\0' ||\n (((zFilename[-2] != '\0' || (zFilename[-3] != '\0')) || (zFilename[-4] != '\0'))));\n zFilename = zFilename + -1) {\n }\n sVar1 = strlen(zFilename);\n pcVar4 = zFilename + (sVar1 & 0x3fffffff) + 1;\n if (*pcVar4 != '\0') {\n iVar2 = N + -1;\n if (N == 0) {\n return pcVar4;\n }\n while( true ) {\n sVar1 = strlen(pcVar4);\n pcVar4 = pcVar4 + (sVar1 & 0x3fffffff) + 1;\n iVar3 = 1;\n if (pcVar4 != (char *)0x0) {\n sVar1 = strlen(pcVar4);\n iVar3 = (sVar1 & 0x3fffffff) + 1;\n }\n pcVar4 = pcVar4 + iVar3;\n if (*pcVar4 == '\0') break;\n iVar2 = iVar2 + -1;\n if (iVar2 == -1) {\n return pcVar4;\n }\n }\n }\n }\n return (char *)0x0;\n}" { (declaration "size_t sVar1;" primitive_type identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "char *pcVar4;" primitive_type (pointer_declarator "*pcVar4" * identifier) ;) (if_statement "if ((zFilename != (char *)0x0) && (-1 < N)) {\n for (; (zFilename[-1] != '\0' ||\n (((zFilename[-2] != '\0' || (zFilename[-3] != '\0')) || (zFilename[-4] != '\0'))));\n zFilename = zFilename + -1) {\n }\n sVar1 = strlen(zFilename);\n pcVar4 = zFilename + (sVar1 & 0x3fffffff) + 1;\n if (*pcVar4 != '\0') {\n iVar2 = N + -1;\n if (N == 0) {\n return pcVar4;\n }\n while( true ) {\n sVar1 = strlen(pcVar4);\n pcVar4 = pcVar4 + (sVar1 & 0x3fffffff) + 1;\n iVar3 = 1;\n if (pcVar4 != (char *)0x0) {\n sVar1 = strlen(pcVar4);\n iVar3 = (sVar1 & 0x3fffffff) + 1;\n }\n pcVar4 = pcVar4 + iVar3;\n if (*pcVar4 == '\0') break;\n iVar2 = iVar2 + -1;\n if (iVar2 == -1) {\n return pcVar4;\n }\n }\n }\n }" if (parenthesized_expression "((zFilename != (char *)0x0) && (-1 < N))" ( (binary_expression "(zFilename != (char *)0x0) && (-1 < N)" (parenthesized_expression "(zFilename != (char *)0x0)" ( (binary_expression "zFilename != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(-1 < N)" ( (binary_expression "-1 < N" number_literal < identifier) ))) )) (compound_statement "{\n for (; (zFilename[-1] != '\0' ||\n (((zFilename[-2] != '\0' || (zFilename[-3] != '\0')) || (zFilename[-4] != '\0'))));\n zFilename = zFilename + -1) {\n }\n sVar1 = strlen(zFilename);\n pcVar4 = zFilename + (sVar1 & 0x3fffffff) + 1;\n if (*pcVar4 != '\0') {\n iVar2 = N + -1;\n if (N == 0) {\n return pcVar4;\n }\n while( true ) {\n sVar1 = strlen(pcVar4);\n pcVar4 = pcVar4 + (sVar1 & 0x3fffffff) + 1;\n iVar3 = 1;\n if (pcVar4 != (char *)0x0) {\n sVar1 = strlen(pcVar4);\n iVar3 = (sVar1 & 0x3fffffff) + 1;\n }\n pcVar4 = pcVar4 + iVar3;\n if (*pcVar4 == '\0') break;\n iVar2 = iVar2 + -1;\n if (iVar2 == -1) {\n return pcVar4;\n }\n }\n }\n }" { (for_statement "for (; (zFilename[-1] != '\0' ||\n (((zFilename[-2] != '\0' || (zFilename[-3] != '\0')) || (zFilename[-4] != '\0'))));\n zFilename = zFilename + -1) {\n }" for ( ; (parenthesized_expression "(zFilename[-1] != '\0' ||\n (((zFilename[-2] != '\0' || (zFilename[-3] != '\0')) || (zFilename[-4] != '\0'))))" ( (binary_expression "zFilename[-1] != '\0' ||\n (((zFilename[-2] != '\0' || (zFilename[-3] != '\0')) || (zFilename[-4] != '\0')))" (binary_expression "zFilename[-1] != '\0'" (subscript_expression "zFilename[-1]" identifier [ number_literal ]) != (char_literal "'\0'" ' escape_sequence ')) || (parenthesized_expression "(((zFilename[-2] != '\0' || (zFilename[-3] != '\0')) || (zFilename[-4] != '\0')))" ( (parenthesized_expression "((zFilename[-2] != '\0' || (zFilename[-3] != '\0')) || (zFilename[-4] != '\0'))" ( (binary_expression "(zFilename[-2] != '\0' || (zFilename[-3] != '\0')) || (zFilename[-4] != '\0')" (parenthesized_expression "(zFilename[-2] != '\0' || (zFilename[-3] != '\0'))" ( (binary_expression "zFilename[-2] != '\0' || (zFilename[-3] != '\0')" (binary_expression "zFilename[-2] != '\0'" (subscript_expression "zFilename[-2]" identifier [ number_literal ]) != (char_literal "'\0'" ' escape_sequence ')) || (parenthesized_expression "(zFilename[-3] != '\0')" ( (binary_expression "zFilename[-3] != '\0'" (subscript_expression "zFilename[-3]" identifier [ number_literal ]) != (char_literal "'\0'" ' escape_sequence ')) ))) )) || (parenthesized_expression "(zFilename[-4] != '\0')" ( (binary_expression "zFilename[-4] != '\0'" (subscript_expression "zFilename[-4]" identifier [ number_literal ]) != (char_literal "'\0'" ' escape_sequence ')) ))) )) ))) )) ; (assignment_expression "zFilename = zFilename + -1" identifier = (binary_expression "zFilename + -1" identifier + number_literal)) ) (compound_statement "{\n }" { })) (expression_statement "sVar1 = strlen(zFilename);" (assignment_expression "sVar1 = strlen(zFilename)" identifier = (call_expression "strlen(zFilename)" identifier (argument_list "(zFilename)" ( identifier )))) ;) (expression_statement "pcVar4 = zFilename + (sVar1 & 0x3fffffff) + 1;" (assignment_expression "pcVar4 = zFilename + (sVar1 & 0x3fffffff) + 1" identifier = (binary_expression "zFilename + (sVar1 & 0x3fffffff) + 1" (binary_expression "zFilename + (sVar1 & 0x3fffffff)" identifier + (parenthesized_expression "(sVar1 & 0x3fffffff)" ( (binary_expression "sVar1 & 0x3fffffff" identifier & number_literal) ))) + number_literal)) ;) (if_statement "if (*pcVar4 != '\0') {\n iVar2 = N + -1;\n if (N == 0) {\n return pcVar4;\n }\n while( true ) {\n sVar1 = strlen(pcVar4);\n pcVar4 = pcVar4 + (sVar1 & 0x3fffffff) + 1;\n iVar3 = 1;\n if (pcVar4 != (char *)0x0) {\n sVar1 = strlen(pcVar4);\n iVar3 = (sVar1 & 0x3fffffff) + 1;\n }\n pcVar4 = pcVar4 + iVar3;\n if (*pcVar4 == '\0') break;\n iVar2 = iVar2 + -1;\n if (iVar2 == -1) {\n return pcVar4;\n }\n }\n }" if (parenthesized_expression "(*pcVar4 != '\0')" ( (binary_expression "*pcVar4 != '\0'" (pointer_expression "*pcVar4" * identifier) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n iVar2 = N + -1;\n if (N == 0) {\n return pcVar4;\n }\n while( true ) {\n sVar1 = strlen(pcVar4);\n pcVar4 = pcVar4 + (sVar1 & 0x3fffffff) + 1;\n iVar3 = 1;\n if (pcVar4 != (char *)0x0) {\n sVar1 = strlen(pcVar4);\n iVar3 = (sVar1 & 0x3fffffff) + 1;\n }\n pcVar4 = pcVar4 + iVar3;\n if (*pcVar4 == '\0') break;\n iVar2 = iVar2 + -1;\n if (iVar2 == -1) {\n return pcVar4;\n }\n }\n }" { (expression_statement "iVar2 = N + -1;" (assignment_expression "iVar2 = N + -1" identifier = (binary_expression "N + -1" identifier + number_literal)) ;) (if_statement "if (N == 0) {\n return pcVar4;\n }" if (parenthesized_expression "(N == 0)" ( (binary_expression "N == 0" identifier == number_literal) )) (compound_statement "{\n return pcVar4;\n }" { (return_statement "return pcVar4;" return identifier ;) })) (while_statement "while( true ) {\n sVar1 = strlen(pcVar4);\n pcVar4 = pcVar4 + (sVar1 & 0x3fffffff) + 1;\n iVar3 = 1;\n if (pcVar4 != (char *)0x0) {\n sVar1 = strlen(pcVar4);\n iVar3 = (sVar1 & 0x3fffffff) + 1;\n }\n pcVar4 = pcVar4 + iVar3;\n if (*pcVar4 == '\0') break;\n iVar2 = iVar2 + -1;\n if (iVar2 == -1) {\n return pcVar4;\n }\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n sVar1 = strlen(pcVar4);\n pcVar4 = pcVar4 + (sVar1 & 0x3fffffff) + 1;\n iVar3 = 1;\n if (pcVar4 != (char *)0x0) {\n sVar1 = strlen(pcVar4);\n iVar3 = (sVar1 & 0x3fffffff) + 1;\n }\n pcVar4 = pcVar4 + iVar3;\n if (*pcVar4 == '\0') break;\n iVar2 = iVar2 + -1;\n if (iVar2 == -1) {\n return pcVar4;\n }\n }" { (expression_statement "sVar1 = strlen(pcVar4);" (assignment_expression "sVar1 = strlen(pcVar4)" identifier = (call_expression "strlen(pcVar4)" identifier (argument_list "(pcVar4)" ( identifier )))) ;) (expression_statement "pcVar4 = pcVar4 + (sVar1 & 0x3fffffff) + 1;" (assignment_expression "pcVar4 = pcVar4 + (sVar1 & 0x3fffffff) + 1" identifier = (binary_expression "pcVar4 + (sVar1 & 0x3fffffff) + 1" (binary_expression "pcVar4 + (sVar1 & 0x3fffffff)" identifier + (parenthesized_expression "(sVar1 & 0x3fffffff)" ( (binary_expression "sVar1 & 0x3fffffff" identifier & number_literal) ))) + number_literal)) ;) (expression_statement "iVar3 = 1;" (assignment_expression "iVar3 = 1" identifier = number_literal) ;) (if_statement "if (pcVar4 != (char *)0x0) {\n sVar1 = strlen(pcVar4);\n iVar3 = (sVar1 & 0x3fffffff) + 1;\n }" if (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)) )) (compound_statement "{\n sVar1 = strlen(pcVar4);\n iVar3 = (sVar1 & 0x3fffffff) + 1;\n }" { (expression_statement "sVar1 = strlen(pcVar4);" (assignment_expression "sVar1 = strlen(pcVar4)" identifier = (call_expression "strlen(pcVar4)" identifier (argument_list "(pcVar4)" ( identifier )))) ;) (expression_statement "iVar3 = (sVar1 & 0x3fffffff) + 1;" (assignment_expression "iVar3 = (sVar1 & 0x3fffffff) + 1" identifier = (binary_expression "(sVar1 & 0x3fffffff) + 1" (parenthesized_expression "(sVar1 & 0x3fffffff)" ( (binary_expression "sVar1 & 0x3fffffff" identifier & number_literal) )) + number_literal)) ;) })) (expression_statement "pcVar4 = pcVar4 + iVar3;" (assignment_expression "pcVar4 = pcVar4 + iVar3" identifier = (binary_expression "pcVar4 + iVar3" identifier + identifier)) ;) (if_statement "if (*pcVar4 == '\0') break;" if (parenthesized_expression "(*pcVar4 == '\0')" ( (binary_expression "*pcVar4 == '\0'" (pointer_expression "*pcVar4" * identifier) == (char_literal "'\0'" ' escape_sequence ')) )) (break_statement "break;" break ;)) (expression_statement "iVar2 = iVar2 + -1;" (assignment_expression "iVar2 = iVar2 + -1" identifier = (binary_expression "iVar2 + -1" identifier + number_literal)) ;) (if_statement "if (iVar2 == -1) {\n return pcVar4;\n }" if (parenthesized_expression "(iVar2 == -1)" ( (binary_expression "iVar2 == -1" identifier == number_literal) )) (compound_statement "{\n return pcVar4;\n }" { (return_statement "return pcVar4;" 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 * sqlite3_uri_key(char *param_1,int param_2)\n\n{\n size_t sVar1;\n int iVar2;\n int iVar3;\n \n if ((param_1 != (char *)0x0) && (-1 < param_2)) {\n for (; (param_1[-1] != '\0' ||\n (((param_1[-2] != '\0' || (param_1[-3] != '\0')) || (param_1[-4] != '\0'))));\n param_1 = param_1 + -1) {\n }\n sVar1 = strlen(param_1);\n param_1 = param_1 + (sVar1 & 0x3fffffff) + 1;\n if (*param_1 != '\0') {\n iVar2 = param_2 + -1;\n if (param_2 == 0) {\n return param_1;\n }\n while( true ) {\n sVar1 = strlen(param_1);\n param_1 = param_1 + (sVar1 & 0x3fffffff) + 1;\n iVar3 = 1;\n if (param_1 != (char *)0x0) {\n sVar1 = strlen(param_1);\n iVar3 = (sVar1 & 0x3fffffff) + 1;\n }\n param_1 = param_1 + iVar3;\n if (*param_1 == '\0') break;\n iVar2 = iVar2 + -1;\n if (iVar2 == -1) {\n return param_1;\n }\n }\n }\n }\n return (char *)0x0;\n}\n\n" (function_definition "char * sqlite3_uri_key(char *param_1,int param_2)\n\n{\n size_t sVar1;\n int iVar2;\n int iVar3;\n \n if ((param_1 != (char *)0x0) && (-1 < param_2)) {\n for (; (param_1[-1] != '\0' ||\n (((param_1[-2] != '\0' || (param_1[-3] != '\0')) || (param_1[-4] != '\0'))));\n param_1 = param_1 + -1) {\n }\n sVar1 = strlen(param_1);\n param_1 = param_1 + (sVar1 & 0x3fffffff) + 1;\n if (*param_1 != '\0') {\n iVar2 = param_2 + -1;\n if (param_2 == 0) {\n return param_1;\n }\n while( true ) {\n sVar1 = strlen(param_1);\n param_1 = param_1 + (sVar1 & 0x3fffffff) + 1;\n iVar3 = 1;\n if (param_1 != (char *)0x0) {\n sVar1 = strlen(param_1);\n iVar3 = (sVar1 & 0x3fffffff) + 1;\n }\n param_1 = param_1 + iVar3;\n if (*param_1 == '\0') break;\n iVar2 = iVar2 + -1;\n if (iVar2 == -1) {\n return param_1;\n }\n }\n }\n }\n return (char *)0x0;\n}" primitive_type (pointer_declarator "* sqlite3_uri_key(char *param_1,int param_2)" * (function_declarator "sqlite3_uri_key(char *param_1,int param_2)" identifier (parameter_list "(char *param_1,int param_2)" ( (parameter_declaration "char *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int param_2" primitive_type identifier) )))) (compound_statement "{\n size_t sVar1;\n int iVar2;\n int iVar3;\n \n if ((param_1 != (char *)0x0) && (-1 < param_2)) {\n for (; (param_1[-1] != '\0' ||\n (((param_1[-2] != '\0' || (param_1[-3] != '\0')) || (param_1[-4] != '\0'))));\n param_1 = param_1 + -1) {\n }\n sVar1 = strlen(param_1);\n param_1 = param_1 + (sVar1 & 0x3fffffff) + 1;\n if (*param_1 != '\0') {\n iVar2 = param_2 + -1;\n if (param_2 == 0) {\n return param_1;\n }\n while( true ) {\n sVar1 = strlen(param_1);\n param_1 = param_1 + (sVar1 & 0x3fffffff) + 1;\n iVar3 = 1;\n if (param_1 != (char *)0x0) {\n sVar1 = strlen(param_1);\n iVar3 = (sVar1 & 0x3fffffff) + 1;\n }\n param_1 = param_1 + iVar3;\n if (*param_1 == '\0') break;\n iVar2 = iVar2 + -1;\n if (iVar2 == -1) {\n return param_1;\n }\n }\n }\n }\n return (char *)0x0;\n}" { (declaration "size_t sVar1;" primitive_type identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (if_statement "if ((param_1 != (char *)0x0) && (-1 < param_2)) {\n for (; (param_1[-1] != '\0' ||\n (((param_1[-2] != '\0' || (param_1[-3] != '\0')) || (param_1[-4] != '\0'))));\n param_1 = param_1 + -1) {\n }\n sVar1 = strlen(param_1);\n param_1 = param_1 + (sVar1 & 0x3fffffff) + 1;\n if (*param_1 != '\0') {\n iVar2 = param_2 + -1;\n if (param_2 == 0) {\n return param_1;\n }\n while( true ) {\n sVar1 = strlen(param_1);\n param_1 = param_1 + (sVar1 & 0x3fffffff) + 1;\n iVar3 = 1;\n if (param_1 != (char *)0x0) {\n sVar1 = strlen(param_1);\n iVar3 = (sVar1 & 0x3fffffff) + 1;\n }\n param_1 = param_1 + iVar3;\n if (*param_1 == '\0') break;\n iVar2 = iVar2 + -1;\n if (iVar2 == -1) {\n return param_1;\n }\n }\n }\n }" if (parenthesized_expression "((param_1 != (char *)0x0) && (-1 < param_2))" ( (binary_expression "(param_1 != (char *)0x0) && (-1 < param_2)" (parenthesized_expression "(param_1 != (char *)0x0)" ( (binary_expression "param_1 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(-1 < param_2)" ( (binary_expression "-1 < param_2" number_literal < identifier) ))) )) (compound_statement "{\n for (; (param_1[-1] != '\0' ||\n (((param_1[-2] != '\0' || (param_1[-3] != '\0')) || (param_1[-4] != '\0'))));\n param_1 = param_1 + -1) {\n }\n sVar1 = strlen(param_1);\n param_1 = param_1 + (sVar1 & 0x3fffffff) + 1;\n if (*param_1 != '\0') {\n iVar2 = param_2 + -1;\n if (param_2 == 0) {\n return param_1;\n }\n while( true ) {\n sVar1 = strlen(param_1);\n param_1 = param_1 + (sVar1 & 0x3fffffff) + 1;\n iVar3 = 1;\n if (param_1 != (char *)0x0) {\n sVar1 = strlen(param_1);\n iVar3 = (sVar1 & 0x3fffffff) + 1;\n }\n param_1 = param_1 + iVar3;\n if (*param_1 == '\0') break;\n iVar2 = iVar2 + -1;\n if (iVar2 == -1) {\n return param_1;\n }\n }\n }\n }" { (for_statement "for (; (param_1[-1] != '\0' ||\n (((param_1[-2] != '\0' || (param_1[-3] != '\0')) || (param_1[-4] != '\0'))));\n param_1 = param_1 + -1) {\n }" for ( ; (parenthesized_expression "(param_1[-1] != '\0' ||\n (((param_1[-2] != '\0' || (param_1[-3] != '\0')) || (param_1[-4] != '\0'))))" ( (binary_expression "param_1[-1] != '\0' ||\n (((param_1[-2] != '\0' || (param_1[-3] != '\0')) || (param_1[-4] != '\0')))" (binary_expression "param_1[-1] != '\0'" (subscript_expression "param_1[-1]" identifier [ number_literal ]) != (char_literal "'\0'" ' escape_sequence ')) || (parenthesized_expression "(((param_1[-2] != '\0' || (param_1[-3] != '\0')) || (param_1[-4] != '\0')))" ( (parenthesized_expression "((param_1[-2] != '\0' || (param_1[-3] != '\0')) || (param_1[-4] != '\0'))" ( (binary_expression "(param_1[-2] != '\0' || (param_1[-3] != '\0')) || (param_1[-4] != '\0')" (parenthesized_expression "(param_1[-2] != '\0' || (param_1[-3] != '\0'))" ( (binary_expression "param_1[-2] != '\0' || (param_1[-3] != '\0')" (binary_expression "param_1[-2] != '\0'" (subscript_expression "param_1[-2]" identifier [ number_literal ]) != (char_literal "'\0'" ' escape_sequence ')) || (parenthesized_expression "(param_1[-3] != '\0')" ( (binary_expression "param_1[-3] != '\0'" (subscript_expression "param_1[-3]" identifier [ number_literal ]) != (char_literal "'\0'" ' escape_sequence ')) ))) )) || (parenthesized_expression "(param_1[-4] != '\0')" ( (binary_expression "param_1[-4] != '\0'" (subscript_expression "param_1[-4]" identifier [ number_literal ]) != (char_literal "'\0'" ' escape_sequence ')) ))) )) ))) )) ; (assignment_expression "param_1 = param_1 + -1" identifier = (binary_expression "param_1 + -1" identifier + number_literal)) ) (compound_statement "{\n }" { })) (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 "param_1 = param_1 + (sVar1 & 0x3fffffff) + 1;" (assignment_expression "param_1 = param_1 + (sVar1 & 0x3fffffff) + 1" identifier = (binary_expression "param_1 + (sVar1 & 0x3fffffff) + 1" (binary_expression "param_1 + (sVar1 & 0x3fffffff)" identifier + (parenthesized_expression "(sVar1 & 0x3fffffff)" ( (binary_expression "sVar1 & 0x3fffffff" identifier & number_literal) ))) + number_literal)) ;) (if_statement "if (*param_1 != '\0') {\n iVar2 = param_2 + -1;\n if (param_2 == 0) {\n return param_1;\n }\n while( true ) {\n sVar1 = strlen(param_1);\n param_1 = param_1 + (sVar1 & 0x3fffffff) + 1;\n iVar3 = 1;\n if (param_1 != (char *)0x0) {\n sVar1 = strlen(param_1);\n iVar3 = (sVar1 & 0x3fffffff) + 1;\n }\n param_1 = param_1 + iVar3;\n if (*param_1 == '\0') break;\n iVar2 = iVar2 + -1;\n if (iVar2 == -1) {\n return param_1;\n }\n }\n }" if (parenthesized_expression "(*param_1 != '\0')" ( (binary_expression "*param_1 != '\0'" (pointer_expression "*param_1" * identifier) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n iVar2 = param_2 + -1;\n if (param_2 == 0) {\n return param_1;\n }\n while( true ) {\n sVar1 = strlen(param_1);\n param_1 = param_1 + (sVar1 & 0x3fffffff) + 1;\n iVar3 = 1;\n if (param_1 != (char *)0x0) {\n sVar1 = strlen(param_1);\n iVar3 = (sVar1 & 0x3fffffff) + 1;\n }\n param_1 = param_1 + iVar3;\n if (*param_1 == '\0') break;\n iVar2 = iVar2 + -1;\n if (iVar2 == -1) {\n return param_1;\n }\n }\n }" { (expression_statement "iVar2 = param_2 + -1;" (assignment_expression "iVar2 = param_2 + -1" identifier = (binary_expression "param_2 + -1" identifier + number_literal)) ;) (if_statement "if (param_2 == 0) {\n return param_1;\n }" if (parenthesized_expression "(param_2 == 0)" ( (binary_expression "param_2 == 0" identifier == number_literal) )) (compound_statement "{\n return param_1;\n }" { (return_statement "return param_1;" return identifier ;) })) (while_statement "while( true ) {\n sVar1 = strlen(param_1);\n param_1 = param_1 + (sVar1 & 0x3fffffff) + 1;\n iVar3 = 1;\n if (param_1 != (char *)0x0) {\n sVar1 = strlen(param_1);\n iVar3 = (sVar1 & 0x3fffffff) + 1;\n }\n param_1 = param_1 + iVar3;\n if (*param_1 == '\0') break;\n iVar2 = iVar2 + -1;\n if (iVar2 == -1) {\n return param_1;\n }\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n sVar1 = strlen(param_1);\n param_1 = param_1 + (sVar1 & 0x3fffffff) + 1;\n iVar3 = 1;\n if (param_1 != (char *)0x0) {\n sVar1 = strlen(param_1);\n iVar3 = (sVar1 & 0x3fffffff) + 1;\n }\n param_1 = param_1 + iVar3;\n if (*param_1 == '\0') break;\n iVar2 = iVar2 + -1;\n if (iVar2 == -1) {\n return param_1;\n }\n }" { (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 "param_1 = param_1 + (sVar1 & 0x3fffffff) + 1;" (assignment_expression "param_1 = param_1 + (sVar1 & 0x3fffffff) + 1" identifier = (binary_expression "param_1 + (sVar1 & 0x3fffffff) + 1" (binary_expression "param_1 + (sVar1 & 0x3fffffff)" identifier + (parenthesized_expression "(sVar1 & 0x3fffffff)" ( (binary_expression "sVar1 & 0x3fffffff" identifier & number_literal) ))) + number_literal)) ;) (expression_statement "iVar3 = 1;" (assignment_expression "iVar3 = 1" identifier = number_literal) ;) (if_statement "if (param_1 != (char *)0x0) {\n sVar1 = strlen(param_1);\n iVar3 = (sVar1 & 0x3fffffff) + 1;\n }" if (parenthesized_expression "(param_1 != (char *)0x0)" ( (binary_expression "param_1 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n sVar1 = strlen(param_1);\n iVar3 = (sVar1 & 0x3fffffff) + 1;\n }" { (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 "iVar3 = (sVar1 & 0x3fffffff) + 1;" (assignment_expression "iVar3 = (sVar1 & 0x3fffffff) + 1" identifier = (binary_expression "(sVar1 & 0x3fffffff) + 1" (parenthesized_expression "(sVar1 & 0x3fffffff)" ( (binary_expression "sVar1 & 0x3fffffff" identifier & number_literal) )) + number_literal)) ;) })) (expression_statement "param_1 = param_1 + iVar3;" (assignment_expression "param_1 = param_1 + iVar3" identifier = (binary_expression "param_1 + iVar3" identifier + identifier)) ;) (if_statement "if (*param_1 == '\0') break;" if (parenthesized_expression "(*param_1 == '\0')" ( (binary_expression "*param_1 == '\0'" (pointer_expression "*param_1" * identifier) == (char_literal "'\0'" ' escape_sequence ')) )) (break_statement "break;" break ;)) (expression_statement "iVar2 = iVar2 + -1;" (assignment_expression "iVar2 = iVar2 + -1" identifier = (binary_expression "iVar2 + -1" identifier + number_literal)) ;) (if_statement "if (iVar2 == -1) {\n return param_1;\n }" if (parenthesized_expression "(iVar2 == -1)" ( (binary_expression "iVar2 == -1" identifier == number_literal) )) (compound_statement "{\n return param_1;\n }" { (return_statement "return param_1;" 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 TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration 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 LIT < IDENT) ))) )) (compound_statement { (for_statement for ( ; (parenthesized_expression ( (binary_expression (binary_expression (subscript_expression IDENT [ LIT ]) != (char_literal ' escape_sequence ')) || (parenthesized_expression ( (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (subscript_expression IDENT [ LIT ]) != (char_literal ' escape_sequence ')) || (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) != (char_literal ' escape_sequence ')) ))) )) || (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) != (char_literal ' escape_sequence ')) ))) )) ))) )) ; (assignment_expression IDENT = (binary_expression IDENT + LIT)) ) (compound_statement { })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + (parenthesized_expression ( (binary_expression IDENT & LIT) ))) + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (return_statement return IDENT ;) })) (while_statement while (parenthesized_expression ( BOOL )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + (parenthesized_expression ( (binary_expression IDENT & LIT) ))) + LIT)) ;) (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 )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) + LIT)) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) == (char_literal ' escape_sequence ')) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (return_statement return IDENT ;) })) })) })) })) (return_statement return (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT) ;) })))
(function_definition "char * sqlite3_uri_key(char *param_1,int param_2)\n\n{\n size_t sVar1;\n int iVar2;\n int iVar3;\n \n if ((param_1 != (char *)0x0) && (-1 < param_2)) {\n for (; (param_1[-1] != '\0' ||\n (((param_1[-2] != '\0' || (param_1[-3] != '\0')) || (param_1[-4] != '\0'))));\n param_1 = param_1 + -1) {\n }\n sVar1 = strlen(param_1);\n param_1 = param_1 + (sVar1 & 0x3fffffff) + 1;\n if (*param_1 != '\0') {\n iVar2 = param_2 + -1;\n if (param_2 == 0) {\n return param_1;\n }\n while( true ) {\n sVar1 = strlen(param_1);\n param_1 = param_1 + (sVar1 & 0x3fffffff) + 1;\n iVar3 = 1;\n if (param_1 != (char *)0x0) {\n sVar1 = strlen(param_1);\n iVar3 = (sVar1 & 0x3fffffff) + 1;\n }\n param_1 = param_1 + iVar3;\n if (*param_1 == '\0') break;\n iVar2 = iVar2 + -1;\n if (iVar2 == -1) {\n return param_1;\n }\n }\n }\n }\n return (char *)0x0;\n}" (primitive_type "char") (pointer_declarator "* sqlite3_uri_key(char *param_1,int param_2)" (* "*") (function_declarator "sqlite3_uri_key(char *param_1,int param_2)" (identifier "sqlite3_uri_key") (parameter_list "(char *param_1,int param_2)" (( "(") (parameter_declaration "char *param_1" (primitive_type "char") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "int param_2" (primitive_type "int") (identifier "param_2")) () ")")))) (compound_statement "{\n size_t sVar1;\n int iVar2;\n int iVar3;\n \n if ((param_1 != (char *)0x0) && (-1 < param_2)) {\n for (; (param_1[-1] != '\0' ||\n (((param_1[-2] != '\0' || (param_1[-3] != '\0')) || (param_1[-4] != '\0'))));\n param_1 = param_1 + -1) {\n }\n sVar1 = strlen(param_1);\n param_1 = param_1 + (sVar1 & 0x3fffffff) + 1;\n if (*param_1 != '\0') {\n iVar2 = param_2 + -1;\n if (param_2 == 0) {\n return param_1;\n }\n while( true ) {\n sVar1 = strlen(param_1);\n param_1 = param_1 + (sVar1 & 0x3fffffff) + 1;\n iVar3 = 1;\n if (param_1 != (char *)0x0) {\n sVar1 = strlen(param_1);\n iVar3 = (sVar1 & 0x3fffffff) + 1;\n }\n param_1 = param_1 + iVar3;\n if (*param_1 == '\0') break;\n iVar2 = iVar2 + -1;\n if (iVar2 == -1) {\n return param_1;\n }\n }\n }\n }\n return (char *)0x0;\n}" ({ "{") (declaration "size_t sVar1;" (primitive_type "size_t") (identifier "sVar1") (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (declaration "int iVar3;" (primitive_type "int") (identifier "iVar3") (; ";")) (if_statement "if ((param_1 != (char *)0x0) && (-1 < param_2)) {\n for (; (param_1[-1] != '\0' ||\n (((param_1[-2] != '\0' || (param_1[-3] != '\0')) || (param_1[-4] != '\0'))));\n param_1 = param_1 + -1) {\n }\n sVar1 = strlen(param_1);\n param_1 = param_1 + (sVar1 & 0x3fffffff) + 1;\n if (*param_1 != '\0') {\n iVar2 = param_2 + -1;\n if (param_2 == 0) {\n return param_1;\n }\n while( true ) {\n sVar1 = strlen(param_1);\n param_1 = param_1 + (sVar1 & 0x3fffffff) + 1;\n iVar3 = 1;\n if (param_1 != (char *)0x0) {\n sVar1 = strlen(param_1);\n iVar3 = (sVar1 & 0x3fffffff) + 1;\n }\n param_1 = param_1 + iVar3;\n if (*param_1 == '\0') break;\n iVar2 = iVar2 + -1;\n if (iVar2 == -1) {\n return param_1;\n }\n }\n }\n }" (if "if") (parenthesized_expression "((param_1 != (char *)0x0) && (-1 < param_2))" (( "(") (binary_expression "(param_1 != (char *)0x0) && (-1 < param_2)" (parenthesized_expression "(param_1 != (char *)0x0)" (( "(") (binary_expression "param_1 != (char *)0x0" (identifier "param_1") (!= "!=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (&& "&&") (parenthesized_expression "(-1 < param_2)" (( "(") (binary_expression "-1 < param_2" (number_literal "-1") (< "<") (identifier "param_2")) () ")"))) () ")")) (compound_statement "{\n for (; (param_1[-1] != '\0' ||\n (((param_1[-2] != '\0' || (param_1[-3] != '\0')) || (param_1[-4] != '\0'))));\n param_1 = param_1 + -1) {\n }\n sVar1 = strlen(param_1);\n param_1 = param_1 + (sVar1 & 0x3fffffff) + 1;\n if (*param_1 != '\0') {\n iVar2 = param_2 + -1;\n if (param_2 == 0) {\n return param_1;\n }\n while( true ) {\n sVar1 = strlen(param_1);\n param_1 = param_1 + (sVar1 & 0x3fffffff) + 1;\n iVar3 = 1;\n if (param_1 != (char *)0x0) {\n sVar1 = strlen(param_1);\n iVar3 = (sVar1 & 0x3fffffff) + 1;\n }\n param_1 = param_1 + iVar3;\n if (*param_1 == '\0') break;\n iVar2 = iVar2 + -1;\n if (iVar2 == -1) {\n return param_1;\n }\n }\n }\n }" ({ "{") (for_statement "for (; (param_1[-1] != '\0' ||\n (((param_1[-2] != '\0' || (param_1[-3] != '\0')) || (param_1[-4] != '\0'))));\n param_1 = param_1 + -1) {\n }" (for "for") (( "(") (; ";") (parenthesized_expression "(param_1[-1] != '\0' ||\n (((param_1[-2] != '\0' || (param_1[-3] != '\0')) || (param_1[-4] != '\0'))))" (( "(") (binary_expression "param_1[-1] != '\0' ||\n (((param_1[-2] != '\0' || (param_1[-3] != '\0')) || (param_1[-4] != '\0')))" (binary_expression "param_1[-1] != '\0'" (subscript_expression "param_1[-1]" (identifier "param_1") ([ "[") (number_literal "-1") (] "]")) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) (|| "||") (parenthesized_expression "(((param_1[-2] != '\0' || (param_1[-3] != '\0')) || (param_1[-4] != '\0')))" (( "(") (parenthesized_expression "((param_1[-2] != '\0' || (param_1[-3] != '\0')) || (param_1[-4] != '\0'))" (( "(") (binary_expression "(param_1[-2] != '\0' || (param_1[-3] != '\0')) || (param_1[-4] != '\0')" (parenthesized_expression "(param_1[-2] != '\0' || (param_1[-3] != '\0'))" (( "(") (binary_expression "param_1[-2] != '\0' || (param_1[-3] != '\0')" (binary_expression "param_1[-2] != '\0'" (subscript_expression "param_1[-2]" (identifier "param_1") ([ "[") (number_literal "-2") (] "]")) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) (|| "||") (parenthesized_expression "(param_1[-3] != '\0')" (( "(") (binary_expression "param_1[-3] != '\0'" (subscript_expression "param_1[-3]" (identifier "param_1") ([ "[") (number_literal "-3") (] "]")) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")"))) () ")")) (|| "||") (parenthesized_expression "(param_1[-4] != '\0')" (( "(") (binary_expression "param_1[-4] != '\0'" (subscript_expression "param_1[-4]" (identifier "param_1") ([ "[") (number_literal "-4") (] "]")) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")"))) () ")")) () ")"))) () ")")) (; ";") (assignment_expression "param_1 = param_1 + -1" (identifier "param_1") (= "=") (binary_expression "param_1 + -1" (identifier "param_1") (+ "+") (number_literal "-1"))) () ")") (compound_statement "{\n }" ({ "{") (} "}"))) (expression_statement "sVar1 = strlen(param_1);" (assignment_expression "sVar1 = strlen(param_1)" (identifier "sVar1") (= "=") (call_expression "strlen(param_1)" (identifier "strlen") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")")))) (; ";")) (expression_statement "param_1 = param_1 + (sVar1 & 0x3fffffff) + 1;" (assignment_expression "param_1 = param_1 + (sVar1 & 0x3fffffff) + 1" (identifier "param_1") (= "=") (binary_expression "param_1 + (sVar1 & 0x3fffffff) + 1" (binary_expression "param_1 + (sVar1 & 0x3fffffff)" (identifier "param_1") (+ "+") (parenthesized_expression "(sVar1 & 0x3fffffff)" (( "(") (binary_expression "sVar1 & 0x3fffffff" (identifier "sVar1") (& "&") (number_literal "0x3fffffff")) () ")"))) (+ "+") (number_literal "1"))) (; ";")) (if_statement "if (*param_1 != '\0') {\n iVar2 = param_2 + -1;\n if (param_2 == 0) {\n return param_1;\n }\n while( true ) {\n sVar1 = strlen(param_1);\n param_1 = param_1 + (sVar1 & 0x3fffffff) + 1;\n iVar3 = 1;\n if (param_1 != (char *)0x0) {\n sVar1 = strlen(param_1);\n iVar3 = (sVar1 & 0x3fffffff) + 1;\n }\n param_1 = param_1 + iVar3;\n if (*param_1 == '\0') break;\n iVar2 = iVar2 + -1;\n if (iVar2 == -1) {\n return param_1;\n }\n }\n }" (if "if") (parenthesized_expression "(*param_1 != '\0')" (( "(") (binary_expression "*param_1 != '\0'" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n iVar2 = param_2 + -1;\n if (param_2 == 0) {\n return param_1;\n }\n while( true ) {\n sVar1 = strlen(param_1);\n param_1 = param_1 + (sVar1 & 0x3fffffff) + 1;\n iVar3 = 1;\n if (param_1 != (char *)0x0) {\n sVar1 = strlen(param_1);\n iVar3 = (sVar1 & 0x3fffffff) + 1;\n }\n param_1 = param_1 + iVar3;\n if (*param_1 == '\0') break;\n iVar2 = iVar2 + -1;\n if (iVar2 == -1) {\n return param_1;\n }\n }\n }" ({ "{") (expression_statement "iVar2 = param_2 + -1;" (assignment_expression "iVar2 = param_2 + -1" (identifier "iVar2") (= "=") (binary_expression "param_2 + -1" (identifier "param_2") (+ "+") (number_literal "-1"))) (; ";")) (if_statement "if (param_2 == 0) {\n return param_1;\n }" (if "if") (parenthesized_expression "(param_2 == 0)" (( "(") (binary_expression "param_2 == 0" (identifier "param_2") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n return param_1;\n }" ({ "{") (return_statement "return param_1;" (return "return") (identifier "param_1") (; ";")) (} "}"))) (while_statement "while( true ) {\n sVar1 = strlen(param_1);\n param_1 = param_1 + (sVar1 & 0x3fffffff) + 1;\n iVar3 = 1;\n if (param_1 != (char *)0x0) {\n sVar1 = strlen(param_1);\n iVar3 = (sVar1 & 0x3fffffff) + 1;\n }\n param_1 = param_1 + iVar3;\n if (*param_1 == '\0') break;\n iVar2 = iVar2 + -1;\n if (iVar2 == -1) {\n return param_1;\n }\n }" (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (compound_statement "{\n sVar1 = strlen(param_1);\n param_1 = param_1 + (sVar1 & 0x3fffffff) + 1;\n iVar3 = 1;\n if (param_1 != (char *)0x0) {\n sVar1 = strlen(param_1);\n iVar3 = (sVar1 & 0x3fffffff) + 1;\n }\n param_1 = param_1 + iVar3;\n if (*param_1 == '\0') break;\n iVar2 = iVar2 + -1;\n if (iVar2 == -1) {\n return param_1;\n }\n }" ({ "{") (expression_statement "sVar1 = strlen(param_1);" (assignment_expression "sVar1 = strlen(param_1)" (identifier "sVar1") (= "=") (call_expression "strlen(param_1)" (identifier "strlen") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")")))) (; ";")) (expression_statement "param_1 = param_1 + (sVar1 & 0x3fffffff) + 1;" (assignment_expression "param_1 = param_1 + (sVar1 & 0x3fffffff) + 1" (identifier "param_1") (= "=") (binary_expression "param_1 + (sVar1 & 0x3fffffff) + 1" (binary_expression "param_1 + (sVar1 & 0x3fffffff)" (identifier "param_1") (+ "+") (parenthesized_expression "(sVar1 & 0x3fffffff)" (( "(") (binary_expression "sVar1 & 0x3fffffff" (identifier "sVar1") (& "&") (number_literal "0x3fffffff")) () ")"))) (+ "+") (number_literal "1"))) (; ";")) (expression_statement "iVar3 = 1;" (assignment_expression "iVar3 = 1" (identifier "iVar3") (= "=") (number_literal "1")) (; ";")) (if_statement "if (param_1 != (char *)0x0) {\n sVar1 = strlen(param_1);\n iVar3 = (sVar1 & 0x3fffffff) + 1;\n }" (if "if") (parenthesized_expression "(param_1 != (char *)0x0)" (( "(") (binary_expression "param_1 != (char *)0x0" (identifier "param_1") (!= "!=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n sVar1 = strlen(param_1);\n iVar3 = (sVar1 & 0x3fffffff) + 1;\n }" ({ "{") (expression_statement "sVar1 = strlen(param_1);" (assignment_expression "sVar1 = strlen(param_1)" (identifier "sVar1") (= "=") (call_expression "strlen(param_1)" (identifier "strlen") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")")))) (; ";")) (expression_statement "iVar3 = (sVar1 & 0x3fffffff) + 1;" (assignment_expression "iVar3 = (sVar1 & 0x3fffffff) + 1" (identifier "iVar3") (= "=") (binary_expression "(sVar1 & 0x3fffffff) + 1" (parenthesized_expression "(sVar1 & 0x3fffffff)" (( "(") (binary_expression "sVar1 & 0x3fffffff" (identifier "sVar1") (& "&") (number_literal "0x3fffffff")) () ")")) (+ "+") (number_literal "1"))) (; ";")) (} "}"))) (expression_statement "param_1 = param_1 + iVar3;" (assignment_expression "param_1 = param_1 + iVar3" (identifier "param_1") (= "=") (binary_expression "param_1 + iVar3" (identifier "param_1") (+ "+") (identifier "iVar3"))) (; ";")) (if_statement "if (*param_1 == '\0') break;" (if "if") (parenthesized_expression "(*param_1 == '\0')" (( "(") (binary_expression "*param_1 == '\0'" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "iVar2 = iVar2 + -1;" (assignment_expression "iVar2 = iVar2 + -1" (identifier "iVar2") (= "=") (binary_expression "iVar2 + -1" (identifier "iVar2") (+ "+") (number_literal "-1"))) (; ";")) (if_statement "if (iVar2 == -1) {\n return param_1;\n }" (if "if") (parenthesized_expression "(iVar2 == -1)" (( "(") (binary_expression "iVar2 == -1" (identifier "iVar2") (== "==") (number_literal "-1")) () ")")) (compound_statement "{\n return param_1;\n }" ({ "{") (return_statement "return param_1;" (return "return") (identifier "param_1") (; ";")) (} "}"))) (} "}"))) (} "}"))) (} "}"))) (return_statement "return (char *)0x0;" (return "return") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0")) (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ char * function_1(char *var_1,int var_2) { size_t var_4; int var_7; int var_6; char *var_5; if ((var_1 != (char *)0x0) && (-1 < var_2)) { for (; (var_1[-1] != '\0' || (((var_1[-2] != '\0' || (var_1[-3] != '\0')) || (var_1[-4] != '\0')))); var_1 = var_1 + -1) { } var_4 = var_3(var_1); var_5 = var_1 + (var_4 & 0x3fffffff) + 1; if (*var_5 != '\0') { var_7 = var_2 + -1; if (var_2 == 0) { return var_5; } while( true ) { var_4 = var_3(var_5); var_5 = var_5 + (var_4 & 0x3fffffff) + 1; var_6 = 1; if (var_5 != (char *)0x0) { var_4 = var_3(var_5); var_6 = (var_4 & 0x3fffffff) + 1; } var_5 = var_5 + var_6; if (*var_5 == '\0') break; var_7 = var_7 + -1; if (var_7 == -1) { return var_5; } } } } 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: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (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: (number_literal) right: (identifier))))) consequence: (compound_statement (for_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (char_literal (escape_sequence))) right: (parenthesized_expression (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (char_literal (escape_sequence))) right: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (char_literal (escape_sequence)))))) right: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (char_literal (escape_sequence))))))))) update: (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))) body: (compound_statement)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (return_statement (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))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) right: (number_literal)))) (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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (char_literal (escape_sequence)))) consequence: (break_statement)) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (return_statement (identifier)))))))))) (return_statement (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal))))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ char * MASKED(char *param_1,int param_2) { size_t sVar1; int iVar2; int iVar3; if ((param_1 != (char *)0x0) && (-1 < param_2)) { for (; (param_1[-1] != '\0' || (((param_1[-2] != '\0' || (param_1[-3] != '\0')) || (param_1[-4] != '\0')))); param_1 = param_1 + -1) { } sVar1 = strlen(param_1); param_1 = param_1 + (sVar1 & 0x3fffffff) + 1; if (*param_1 != '\0') { iVar2 = param_2 + -1; if (param_2 == 0) { return param_1; } while( true ) { sVar1 = strlen(param_1); param_1 = param_1 + (sVar1 & 0x3fffffff) + 1; iVar3 = 1; if (param_1 != (char *)0x0) { sVar1 = strlen(param_1); iVar3 = (sVar1 & 0x3fffffff) + 1; } param_1 = param_1 + iVar3; if (*param_1 == '\0') break; iVar2 = iVar2 + -1; if (iVar2 == -1) { return param_1; } } } } return (char *)0x0; }
190_shred_and_shred_strip.c
xmemdup
FUN_0001a7f0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ void * xmemdup(void *p,size_t s) { void *pvVar1; pvVar1 = xmalloc(s); pvVar1 = memcpy(pvVar1,p,s); return pvVar1; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_0001a7f0(void *param_1,size_t param_2) { void *__dest; __dest = (void *)FUN_0001a550(param_2); memcpy(__dest,param_1,param_2); return; }
PUSH ESI PUSH EBX CALL 0x00012fa0 ADD EBX,0xa809 SUB ESP,0x10 MOV ESI,dword ptr [ESP + 0x20] PUSH ESI CALL 0x0001a550 ADD ESP,0xc PUSH ESI PUSH dword ptr [ESP + 0x18] PUSH EAX CALL 0x000120b0 ADD ESP,0x14 POP EBX POP ESI RET
null
null
null
null
[('tmp_233', u'CALL_-1205950380'), (u'CALL_-1205950380', u'RETURN_-1205950347'), ('const-0', u'RETURN_-1205950347'), (u'CALL_-1205950417', u'CALL_-1205950380'), ('tmp_234', u'CALL_-1205950417'), ('tmp_234', u'CALL_-1205950380')]
[(u'CALL_-1205950417', u'CAST_-1205950260'), ('const-0', u'RETURN_-1205950347'), ('tmp_457', u'CALL_-1205950380'), (u'CAST_-1205950260', u'CALL_-1205950380'), ('tmp_456', u'CALL_-1205950380'), ('tmp_456', u'CALL_-1205950417')]
null
null
0001a7f0
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0001a7f0(void *param_1,size_t param_2)\n\n{\n void *__dest;\n \n __dest = (void *)FUN_0001a550(param_2);\n memcpy(__dest,param_1,param_2);\n return;\n}\n\n" comment (function_definition "void FUN_0001a7f0(void *param_1,size_t param_2)\n\n{\n void *__dest;\n \n __dest = (void *)FUN_0001a550(param_2);\n memcpy(__dest,param_1,param_2);\n return;\n}" primitive_type (function_declarator "FUN_0001a7f0(void *param_1,size_t param_2)" identifier (parameter_list "(void *param_1,size_t param_2)" ( (parameter_declaration "void *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "size_t param_2" primitive_type identifier) ))) (compound_statement "{\n void *__dest;\n \n __dest = (void *)FUN_0001a550(param_2);\n memcpy(__dest,param_1,param_2);\n return;\n}" { (declaration "void *__dest;" primitive_type (pointer_declarator "*__dest" * identifier) ;) (expression_statement "__dest = (void *)FUN_0001a550(param_2);" (assignment_expression "__dest = (void *)FUN_0001a550(param_2)" identifier = (cast_expression "(void *)FUN_0001a550(param_2)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0001a550(param_2)" identifier (argument_list "(param_2)" ( identifier ))))) ;) (expression_statement "memcpy(__dest,param_1,param_2);" (call_expression "memcpy(__dest,param_1,param_2)" identifier (argument_list "(__dest,param_1,param_2)" ( identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nvoid * xmemdup(void *p,size_t s)\n\n{\n void *pvVar1;\n \n pvVar1 = xmalloc(s);\n pvVar1 = memcpy(pvVar1,p,s);\n return pvVar1;\n}\n\n" comment comment (function_definition "void * xmemdup(void *p,size_t s)\n\n{\n void *pvVar1;\n \n pvVar1 = xmalloc(s);\n pvVar1 = memcpy(pvVar1,p,s);\n return pvVar1;\n}" primitive_type (pointer_declarator "* xmemdup(void *p,size_t s)" * (function_declarator "xmemdup(void *p,size_t s)" identifier (parameter_list "(void *p,size_t s)" ( (parameter_declaration "void *p" primitive_type (pointer_declarator "*p" * identifier)) , (parameter_declaration "size_t s" primitive_type identifier) )))) (compound_statement "{\n void *pvVar1;\n \n pvVar1 = xmalloc(s);\n pvVar1 = memcpy(pvVar1,p,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 = memcpy(pvVar1,p,s);" (assignment_expression "pvVar1 = memcpy(pvVar1,p,s)" identifier = (call_expression "memcpy(pvVar1,p,s)" identifier (argument_list "(pvVar1,p,s)" ( identifier , identifier , identifier )))) ;) (return_statement "return pvVar1;" return identifier ;) })))
(translation_unit "void FUN_0001a7f0(void *param_1,size_t param_2)\n\n{\n void *__dest;\n \n __dest = (void *)FUN_0001a550(param_2);\n memcpy(__dest,param_1,param_2);\n return;\n}\n\n" (function_definition "void FUN_0001a7f0(void *param_1,size_t param_2)\n\n{\n void *__dest;\n \n __dest = (void *)FUN_0001a550(param_2);\n memcpy(__dest,param_1,param_2);\n return;\n}" primitive_type (function_declarator "FUN_0001a7f0(void *param_1,size_t param_2)" identifier (parameter_list "(void *param_1,size_t param_2)" ( (parameter_declaration "void *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "size_t param_2" primitive_type identifier) ))) (compound_statement "{\n void *__dest;\n \n __dest = (void *)FUN_0001a550(param_2);\n memcpy(__dest,param_1,param_2);\n return;\n}" { (declaration "void *__dest;" primitive_type (pointer_declarator "*__dest" * identifier) ;) (expression_statement "__dest = (void *)FUN_0001a550(param_2);" (assignment_expression "__dest = (void *)FUN_0001a550(param_2)" identifier = (cast_expression "(void *)FUN_0001a550(param_2)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0001a550(param_2)" identifier (argument_list "(param_2)" ( identifier ))))) ;) (expression_statement "memcpy(__dest,param_1,param_2);" (call_expression "memcpy(__dest,param_1,param_2)" identifier (argument_list "(__dest,param_1,param_2)" ( identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_0001a7f0(void *param_1,size_t param_2)\n\n{\n void *__dest;\n \n __dest = (void *)FUN_0001a550(param_2);\n memcpy(__dest,param_1,param_2);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0001a7f0(void *param_1,size_t param_2)" (identifier "FUN_0001a7f0") (parameter_list "(void *param_1,size_t param_2)" (( "(") (parameter_declaration "void *param_1" (primitive_type "void") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "size_t param_2" (primitive_type "size_t") (identifier "param_2")) () ")"))) (compound_statement "{\n void *__dest;\n \n __dest = (void *)FUN_0001a550(param_2);\n memcpy(__dest,param_1,param_2);\n return;\n}" ({ "{") (declaration "void *__dest;" (primitive_type "void") (pointer_declarator "*__dest" (* "*") (identifier "__dest")) (; ";")) (expression_statement "__dest = (void *)FUN_0001a550(param_2);" (assignment_expression "__dest = (void *)FUN_0001a550(param_2)" (identifier "__dest") (= "=") (cast_expression "(void *)FUN_0001a550(param_2)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_0001a550(param_2)" (identifier "FUN_0001a550") (argument_list "(param_2)" (( "(") (identifier "param_2") () ")"))))) (; ";")) (expression_statement "memcpy(__dest,param_1,param_2);" (call_expression "memcpy(__dest,param_1,param_2)" (identifier "memcpy") (argument_list "(__dest,param_1,param_2)" (( "(") (identifier "__dest") (, ",") (identifier "param_1") (, ",") (identifier "param_2") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ void * function_1(void *p,size_t s) { void *pvVar1; pvVar1 = var_1(s); pvVar1 = var_2(pvVar1,p,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: (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: (identifier) arguments: (argument_list (identifier)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))) (return_statement))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(void *param_1,size_t param_2) { void *__dest; __dest = (void *)FUN_0001a550(param_2); memcpy(__dest,param_1,param_2); return; }
8257_i686-linux-gnu-dwp_and_i686-linux-gnu-dwp_strip.c
do_out
FUN_001d1fd0
/* std::codecvt<char, char, __mbstate_t>::do_out(__mbstate_t&, char const*, char const*, char const*&, char*, char*, char*&) const */ undefined4 __thiscall std::codecvt<char,char,__mbstate_t>::do_out (codecvt<char,char,__mbstate_t> *this,__mbstate_t *param_1,char *param_2,char *param_3, char **param_4,char *param_5,char *param_6,char **param_7) { *param_4 = param_2; *param_7 = param_5; return 3; }
undefined4 FUN_001d1fd0(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4, undefined4 *param_5,undefined4 param_6,undefined4 param_7,undefined4 *param_8) { *param_5 = param_3; *param_8 = param_6; return 3; }
MOV EDX,dword ptr [ESP + 0xc] MOV EAX,dword ptr [ESP + 0x14] MOV dword ptr [EAX],EDX MOV EAX,dword ptr [ESP + 0x20] MOV EDX,dword ptr [ESP + 0x18] MOV dword ptr [EAX],EDX MOV EAX,0x3 RET
null
null
null
null
[('tmp_61', u'STORE_-1207820300'), ('tmp_59', u'STORE_-1207820300'), ('tmp_58', u'STORE_-1207820318'), ('tmp_56', u'STORE_-1207820318'), ('const-3', u'COPY_-1207820299'), ('const-417', u'STORE_-1207820318'), ('const-0', u'RETURN_-1207820282'), ('const-417', u'STORE_-1207820300'), (u'COPY_-1207820299', u'RETURN_-1207820282')]
[('tmp_64', u'STORE_-1207820300'), ('const-417', u'STORE_-1207820300'), ('tmp_61', u'STORE_-1207820318'), ('const-3', u'COPY_-1207820299'), ('tmp_62', u'STORE_-1207820318'), ('const-0', u'RETURN_-1207820282'), ('tmp_63', u'STORE_-1207820300'), ('const-417', u'STORE_-1207820318'), (u'COPY_-1207820299', u'RETURN_-1207820282')]
null
null
001d1fd0
x86
O3
(translation_unit "undefined4\nFUN_001d1fd0(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 *param_5,undefined4 param_6,undefined4 param_7,undefined4 *param_8)\n\n{\n *param_5 = param_3;\n *param_8 = param_6;\n return 3;\n}\n\n" (function_definition "undefined4\nFUN_001d1fd0(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 *param_5,undefined4 param_6,undefined4 param_7,undefined4 *param_8)\n\n{\n *param_5 = param_3;\n *param_8 = param_6;\n return 3;\n}" type_identifier (function_declarator "FUN_001d1fd0(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 *param_5,undefined4 param_6,undefined4 param_7,undefined4 *param_8)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 *param_5,undefined4 param_6,undefined4 param_7,undefined4 *param_8)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) , (parameter_declaration "undefined4 param_4" type_identifier identifier) , (parameter_declaration "undefined4 *param_5" type_identifier (pointer_declarator "*param_5" * identifier)) , (parameter_declaration "undefined4 param_6" type_identifier identifier) , (parameter_declaration "undefined4 param_7" type_identifier identifier) , (parameter_declaration "undefined4 *param_8" type_identifier (pointer_declarator "*param_8" * identifier)) ))) (compound_statement "{\n *param_5 = param_3;\n *param_8 = param_6;\n return 3;\n}" { (expression_statement "*param_5 = param_3;" (assignment_expression "*param_5 = param_3" (pointer_expression "*param_5" * identifier) = identifier) ;) (expression_statement "*param_8 = param_6;" (assignment_expression "*param_8 = param_6" (pointer_expression "*param_8" * identifier) = identifier) ;) (return_statement "return 3;" return number_literal ;) })))
(translation_unit "/* std::codecvt<char, char, __mbstate_t>::do_out(__mbstate_t&, char const*, char const*, char\n const*&, char*, char*, char*&) const */\n\nundefined4 __thiscall\nstd::codecvt<char,char,__mbstate_t>::do_out\n (codecvt<char,char,__mbstate_t> *this,__mbstate_t *param_1,char *param_2,char *param_3,\n char **param_4,char *param_5,char *param_6,char **param_7)\n\n{\n *param_4 = param_2;\n *param_7 = param_5;\n return 3;\n}\n\n" comment (declaration "undefined4 __thiscall\nstd::codecvt<char,char,__mbstate_t>::do_out\n (codecvt<char,char,__mbstate_t> *this,__mbstate_t *param_1,char *param_2,char *param_3,\n char **param_4,char *param_5,char *param_6,char **param_7)\n\n{\n *param_4 = param_2;" type_identifier (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::" identifier : :) identifier (ERROR "<char" < primitive_type) , identifier , (init_declarator "__mbstate_t>::do_out\n (codecvt<char,char,__mbstate_t> *this,__mbstate_t *param_1,char *param_2,char *param_3,\n char **param_4,char *param_5,char *param_6,char **param_7)\n\n{\n *param_4 = param_2" (function_declarator "__mbstate_t>::do_out\n (codecvt<char,char,__mbstate_t> *this,__mbstate_t *param_1,char *param_2,char *param_3,\n char **param_4,char *param_5,char *param_6,char **param_7)" identifier (ERROR ">::do_out" > : : identifier) (parameter_list "(codecvt<char,char,__mbstate_t> *this,__mbstate_t *param_1,char *param_2,char *param_3,\n char **param_4,char *param_5,char *param_6,char **param_7)" ( (parameter_declaration "codecvt" type_identifier) (ERROR "<char" < primitive_type) , (parameter_declaration "char" primitive_type) , (parameter_declaration "__mbstate_t> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "__mbstate_t *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "char *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "char *param_3" primitive_type (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "char **param_4" primitive_type (pointer_declarator "**param_4" * (pointer_declarator "*param_4" * identifier))) , (parameter_declaration "char *param_5" primitive_type (pointer_declarator "*param_5" * identifier)) , (parameter_declaration "char *param_6" primitive_type (pointer_declarator "*param_6" * identifier)) , (parameter_declaration "char **param_7" primitive_type (pointer_declarator "**param_7" * (pointer_declarator "*param_7" * identifier))) ))) (ERROR "{\n *param_4" { * identifier) = identifier) ;) (expression_statement "*param_7 = param_5;" (assignment_expression "*param_7 = param_5" (pointer_expression "*param_7" * identifier) = identifier) ;) (return_statement "return 3;" return number_literal ;) (ERROR "}" }))
(translation_unit "undefined4\nFUN_001d1fd0(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 *param_5,undefined4 param_6,undefined4 param_7,undefined4 *param_8)\n\n{\n *param_5 = param_3;\n *param_8 = param_6;\n return 3;\n}\n\n" (function_definition "undefined4\nFUN_001d1fd0(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 *param_5,undefined4 param_6,undefined4 param_7,undefined4 *param_8)\n\n{\n *param_5 = param_3;\n *param_8 = param_6;\n return 3;\n}" type_identifier (function_declarator "FUN_001d1fd0(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 *param_5,undefined4 param_6,undefined4 param_7,undefined4 *param_8)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 *param_5,undefined4 param_6,undefined4 param_7,undefined4 *param_8)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) , (parameter_declaration "undefined4 param_4" type_identifier identifier) , (parameter_declaration "undefined4 *param_5" type_identifier (pointer_declarator "*param_5" * identifier)) , (parameter_declaration "undefined4 param_6" type_identifier identifier) , (parameter_declaration "undefined4 param_7" type_identifier identifier) , (parameter_declaration "undefined4 *param_8" type_identifier (pointer_declarator "*param_8" * identifier)) ))) (compound_statement "{\n *param_5 = param_3;\n *param_8 = param_6;\n return 3;\n}" { (expression_statement "*param_5 = param_3;" (assignment_expression "*param_5 = param_3" (pointer_expression "*param_5" * identifier) = identifier) ;) (expression_statement "*param_8 = param_6;" (assignment_expression "*param_8 = param_6" (pointer_expression "*param_8" * identifier) = identifier) ;) (return_statement "return 3;" return number_literal ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (return_statement return LIT ;) })))
(function_definition "undefined4\nFUN_001d1fd0(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 *param_5,undefined4 param_6,undefined4 param_7,undefined4 *param_8)\n\n{\n *param_5 = param_3;\n *param_8 = param_6;\n return 3;\n}" (type_identifier "undefined4") (function_declarator "FUN_001d1fd0(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 *param_5,undefined4 param_6,undefined4 param_7,undefined4 *param_8)" (identifier "FUN_001d1fd0") (parameter_list "(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 *param_5,undefined4 param_6,undefined4 param_7,undefined4 *param_8)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) (, ",") (parameter_declaration "undefined4 param_3" (type_identifier "undefined4") (identifier "param_3")) (, ",") (parameter_declaration "undefined4 param_4" (type_identifier "undefined4") (identifier "param_4")) (, ",") (parameter_declaration "undefined4 *param_5" (type_identifier "undefined4") (pointer_declarator "*param_5" (* "*") (identifier "param_5"))) (, ",") (parameter_declaration "undefined4 param_6" (type_identifier "undefined4") (identifier "param_6")) (, ",") (parameter_declaration "undefined4 param_7" (type_identifier "undefined4") (identifier "param_7")) (, ",") (parameter_declaration "undefined4 *param_8" (type_identifier "undefined4") (pointer_declarator "*param_8" (* "*") (identifier "param_8"))) () ")"))) (compound_statement "{\n *param_5 = param_3;\n *param_8 = param_6;\n return 3;\n}" ({ "{") (expression_statement "*param_5 = param_3;" (assignment_expression "*param_5 = param_3" (pointer_expression "*param_5" (* "*") (identifier "param_5")) (= "=") (identifier "param_3")) (; ";")) (expression_statement "*param_8 = param_6;" (assignment_expression "*param_8 = param_6" (pointer_expression "*param_8" (* "*") (identifier "param_8")) (= "=") (identifier "param_6")) (; ";")) (return_statement "return 3;" (return "return") (number_literal "3") (; ";")) (} "}")))
/* std::codecvt<char, char, __mbstate_t>::do_out(__mbstate_t&, char const*, char const*, char const*&, char*, char*, char*&) const */ type_1 __thiscall std::type_2<char,char,function_1>::do_out (type_2<char,char,function_1> *this,function_1 *param_1,char *param_2,char *param_3, char **param_4,char *param_5,char *param_6,char **param_7) { *param_4 = param_2; *param_7 = param_5; return 3; }
null
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (return_statement (number_literal)))))
null
undefined4 MASKED(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4, undefined4 *param_5,undefined4 param_6,undefined4 param_7,undefined4 *param_8) { *param_5 = param_3; *param_8 = param_6; return 3; }
584_x86_64-linux-gnux32-dwp_and_x86_64-linux-gnux32-dwp_strip.c
FUN_0002f66e
FUN_0002f66e
void FUN_0002f66e(void) { int unaff_EBP; facet *unaff_EDI; std::locale::facet::~facet(unaff_EDI); operator_delete(unaff_EDI); /* WARNING: Subroutine does not return */ _Unwind_Resume(*(undefined4 *)(unaff_EBP + -0x1c)); }
void FUN_0002f66e(void) { int unaff_EBP; FUN_00182630(); FUN_001807a0(); /* WARNING: Subroutine does not return */ FUN_00217770(*(undefined4 *)(unaff_EBP + -0x1c)); }
SUB ESP,0xc MOV EBX,ESI PUSH EDI CALL 0x00182630 ADD ESP,0x10 SUB ESP,0xc MOV EBX,ESI PUSH EDI CALL 0x001807a0 POP EAX PUSH dword ptr [EBP + -0x1c] CALL 0x00217770
null
null
null
null
[('const-417', u'LOAD_-1205995848'), ('tmp_239', u'CALL_-1205995894'), (u'LOAD_-1205995848', u'CALL_-1205995834'), ('tmp_240', u'INT_ADD_-1205995832'), ('tmp_239', u'CALL_-1205995855'), ('const-1', u'RETURN_-1205995829'), (u'CAST_-1205995732', u'LOAD_-1205995848'), (u'INT_ADD_-1205995832', u'CAST_-1205995732'), ('const-4294967268', u'INT_ADD_-1205995832')]
[('const-417', u'LOAD_-1205995848'), (u'LOAD_-1205995848', u'CALL_-1205995834'), ('tmp_240', u'INT_ADD_-1205995832'), ('const-1', u'RETURN_-1205995829'), (u'CAST_-1205995732', u'LOAD_-1205995848'), (u'INT_ADD_-1205995832', u'CAST_-1205995732'), ('const-4294967268', u'INT_ADD_-1205995832')]
null
null
0002f66e
x86
O3
(translation_unit "void FUN_0002f66e(void)\n\n{\n int unaff_EBP;\n \n FUN_00182630();\n FUN_001807a0();\n /* WARNING: Subroutine does not return */\n FUN_00217770(*(undefined4 *)(unaff_EBP + -0x1c));\n}\n\n" (function_definition "void FUN_0002f66e(void)\n\n{\n int unaff_EBP;\n \n FUN_00182630();\n FUN_001807a0();\n /* WARNING: Subroutine does not return */\n FUN_00217770(*(undefined4 *)(unaff_EBP + -0x1c));\n}" primitive_type (function_declarator "FUN_0002f66e(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n int unaff_EBP;\n \n FUN_00182630();\n FUN_001807a0();\n /* WARNING: Subroutine does not return */\n FUN_00217770(*(undefined4 *)(unaff_EBP + -0x1c));\n}" { (declaration "int unaff_EBP;" primitive_type identifier ;) (expression_statement "FUN_00182630();" (call_expression "FUN_00182630()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_001807a0();" (call_expression "FUN_001807a0()" identifier (argument_list "()" ( ))) ;) comment (expression_statement "FUN_00217770(*(undefined4 *)(unaff_EBP + -0x1c));" (call_expression "FUN_00217770(*(undefined4 *)(unaff_EBP + -0x1c))" identifier (argument_list "(*(undefined4 *)(unaff_EBP + -0x1c))" ( (pointer_expression "*(undefined4 *)(unaff_EBP + -0x1c)" * (cast_expression "(undefined4 *)(unaff_EBP + -0x1c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x1c)" ( (binary_expression "unaff_EBP + -0x1c" identifier + number_literal) )))) ))) ;) })))
(translation_unit "void FUN_0002f66e(void)\n\n{\n int unaff_EBP;\n facet *unaff_EDI;\n \n std::locale::facet::~facet(unaff_EDI);\n operator_delete(unaff_EDI);\n /* WARNING: Subroutine does not return */\n _Unwind_Resume(*(undefined4 *)(unaff_EBP + -0x1c));\n}\n\n" (function_definition "void FUN_0002f66e(void)\n\n{\n int unaff_EBP;\n facet *unaff_EDI;\n \n std::locale::facet::~facet(unaff_EDI);\n operator_delete(unaff_EDI);\n /* WARNING: Subroutine does not return */\n _Unwind_Resume(*(undefined4 *)(unaff_EBP + -0x1c));\n}" primitive_type (function_declarator "FUN_0002f66e(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n int unaff_EBP;\n facet *unaff_EDI;\n \n std::locale::facet::~facet(unaff_EDI);\n operator_delete(unaff_EDI);\n /* WARNING: Subroutine does not return */\n _Unwind_Resume(*(undefined4 *)(unaff_EBP + -0x1c));\n}" { (declaration "int unaff_EBP;" primitive_type identifier ;) (declaration "facet *unaff_EDI;" type_identifier (pointer_declarator "*unaff_EDI" * identifier) ;) (labeled_statement "std::locale::facet::~facet(unaff_EDI);" statement_identifier : (ERROR ":" :) (labeled_statement "locale::facet::~facet(unaff_EDI);" statement_identifier : (ERROR ":" :) (labeled_statement "facet::~facet(unaff_EDI);" statement_identifier : (ERROR ":" :) (expression_statement "~facet(unaff_EDI);" (unary_expression "~facet(unaff_EDI)" ~ (call_expression "facet(unaff_EDI)" identifier (argument_list "(unaff_EDI)" ( identifier )))) ;)))) (expression_statement "operator_delete(unaff_EDI);" (call_expression "operator_delete(unaff_EDI)" identifier (argument_list "(unaff_EDI)" ( identifier ))) ;) comment (expression_statement "_Unwind_Resume(*(undefined4 *)(unaff_EBP + -0x1c));" (call_expression "_Unwind_Resume(*(undefined4 *)(unaff_EBP + -0x1c))" identifier (argument_list "(*(undefined4 *)(unaff_EBP + -0x1c))" ( (pointer_expression "*(undefined4 *)(unaff_EBP + -0x1c)" * (cast_expression "(undefined4 *)(unaff_EBP + -0x1c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x1c)" ( (binary_expression "unaff_EBP + -0x1c" identifier + number_literal) )))) ))) ;) })))
(translation_unit "void FUN_0002f66e(void)\n\n{\n int unaff_EBP;\n \n FUN_00182630();\n FUN_001807a0();\n \n FUN_00217770(*(undefined4 *)(unaff_EBP + -0x1c));\n}\n\n" (function_definition "void FUN_0002f66e(void)\n\n{\n int unaff_EBP;\n \n FUN_00182630();\n FUN_001807a0();\n \n FUN_00217770(*(undefined4 *)(unaff_EBP + -0x1c));\n}" primitive_type (function_declarator "FUN_0002f66e(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n int unaff_EBP;\n \n FUN_00182630();\n FUN_001807a0();\n \n FUN_00217770(*(undefined4 *)(unaff_EBP + -0x1c));\n}" { (declaration "int unaff_EBP;" primitive_type identifier ;) (expression_statement "FUN_00182630();" (call_expression "FUN_00182630()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_001807a0();" (call_expression "FUN_001807a0()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_00217770(*(undefined4 *)(unaff_EBP + -0x1c));" (call_expression "FUN_00217770(*(undefined4 *)(unaff_EBP + -0x1c))" identifier (argument_list "(*(undefined4 *)(unaff_EBP + -0x1c))" ( (pointer_expression "*(undefined4 *)(unaff_EBP + -0x1c)" * (cast_expression "(undefined4 *)(unaff_EBP + -0x1c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x1c)" ( (binary_expression "unaff_EBP + -0x1c" identifier + number_literal) )))) ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ))) ;) })))
(function_definition "void FUN_0002f66e(void)\n\n{\n int unaff_EBP;\n \n FUN_00182630();\n FUN_001807a0();\n \n FUN_00217770(*(undefined4 *)(unaff_EBP + -0x1c));\n}" (primitive_type "void") (function_declarator "FUN_0002f66e(void)" (identifier "FUN_0002f66e") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n int unaff_EBP;\n \n FUN_00182630();\n FUN_001807a0();\n \n FUN_00217770(*(undefined4 *)(unaff_EBP + -0x1c));\n}" ({ "{") (declaration "int unaff_EBP;" (primitive_type "int") (identifier "unaff_EBP") (; ";")) (expression_statement "FUN_00182630();" (call_expression "FUN_00182630()" (identifier "FUN_00182630") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "FUN_001807a0();" (call_expression "FUN_001807a0()" (identifier "FUN_001807a0") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "FUN_00217770(*(undefined4 *)(unaff_EBP + -0x1c));" (call_expression "FUN_00217770(*(undefined4 *)(unaff_EBP + -0x1c))" (identifier "FUN_00217770") (argument_list "(*(undefined4 *)(unaff_EBP + -0x1c))" (( "(") (pointer_expression "*(undefined4 *)(unaff_EBP + -0x1c)" (* "*") (cast_expression "(undefined4 *)(unaff_EBP + -0x1c)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x1c)" (( "(") (binary_expression "unaff_EBP + -0x1c" (identifier "unaff_EBP") (+ "+") (number_literal "-0x1c")) () ")")))) () ")"))) (; ";")) (} "}")))
void function_1(void) { int var_3; type_1 *unaff_EDI; std::locale::facet::~type_1(unaff_EDI); var_1(unaff_EDI); /* WARNING: Subroutine does not return */ var_2(*(type_2 *)(var_3 + -0x1c)); }
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)) (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 (pointer_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
void MASKED(void) { int unaff_EBP; FUN_00182630(); FUN_001807a0(); /* WARNING: Subroutine does not return */ FUN_00217770(*(undefined4 *)(unaff_EBP + -0x1c)); }
4233_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
arm_branch_common
FUN_001236c0
/* WARNING: Enum "DT": Some values do not have unique names */ /* WARNING: Enum "<anon>": Some values do not have unique names */ Status anon_unknown.dwarf_91258a::Arm_relocate_functions<true>::arm_branch_common (uint r_type,Relocate_info<32,_true> *relinfo,uchar *view,Sized_symbol<32> *gsym, Arm_relobj<true> *object,uint r_sym,Symbol_value<32> *psymval,Arm_address address, Arm_address thumb_bit,bool is_weakly_undefined_without_plt) { int *piVar1; byte bVar2; Merged_symbol_value<32> *this; _Hash_node_base *p_Var3; int iVar4; uint uVar5; Object_attribute *pOVar6; uint uVar7; Stub_type SVar8; Elf_Addr EVar9; uint uVar10; uint *extraout_ECX; _Hash_node_base *p_Var11; uint uVar12; char cVar13; __bucket_type p_Var14; int unaff_EDI; Symbol *symbol; __bucket_type p_Var15; int iVar16; bool bVar17; bool bVar18; undefined8 uVar19; Relocate_info<32,_true> *pRVar20; Arm_address AVar21; undefined1 in_stack_ffffff90; _Hash_node_base *input_offset; Arm_relobj<true> *in_stack_ffffff94; key_type *in_stack_ffffff98; int iVar22; uint *puVar23; uint local_4c; uint local_48; int local_30; Key stub_key; uVar19 = __x86_get_pc_thunk_di(); iVar4 = (int)uVar19; symbol = (Symbol *)(BYTE_ARRAY_004c6911 + unaff_EDI + 0x28); uVar10 = *extraout_ECX; uVar7 = uVar10 >> 0x18 | (uVar10 & 0xff0000) >> 8 | (uVar10 & 0xff00) << 8; uVar10 = uVar10 << 0x18; uVar5 = uVar7 | uVar10; if (uVar10 >> 0x1c == 0xf) { bVar17 = false; LAB_00123812: if (iVar4 == 0x1c) { if ((uVar10 != 0xeb000000) && ((uVar10 & 0xfe000000) != 0xfa000000)) { return STATUS_BAD_RELOC; } } else { bVar18 = false; if (iVar4 == 0x1d) goto LAB_0012385b; LAB_0012372e: if ((iVar4 != 0x1b) && (iVar4 != 0xf)) { /* WARNING: Subroutine does not return */ gold::do_gold_unreachable ((char *)(unaff_EDI + 0x343c7f),0xfba,(char *)(unaff_EDI + 0x346cd1)); } if ((uVar10 & 0xe000000) != 0xa000000) { return STATUS_BAD_RELOC; } } } else { bVar17 = (uVar10 & 0xf000000) == 0xa000000; if (uVar10 >> 0x1c == 0xe) goto LAB_00123812; bVar18 = (uVar10 & 0xf000000) == 0xb000000; if (iVar4 == 0x1c) { return STATUS_BAD_RELOC; } if (iVar4 != 0x1d) goto LAB_0012372e; LAB_0012385b: if ((!bVar17) && (!bVar18)) { return STATUS_BAD_RELOC; } } piVar1 = (int *)((int)&DWORD_004c7100 + unaff_EDI + 1); iVar16 = *piVar1; iVar22 = *(int *)(iVar16 + 0xc); if (iVar22 == 0) { /* WARNING: Subroutine does not return */ Target_arm<true>::default_target(); } if ((*(int *)(*(int *)(iVar22 + 4) + 8) != 0x28) || (*(char *)(*(int *)(iVar22 + 4) + 4) == '\0')) { /* WARNING: Subroutine does not return */ gold::do_gold_unreachable((char *)(unaff_EDI + 0x343c7f),0x988,(char *)(unaff_EDI + 0x346d6d)); } if ((char)psymval != '\0') { iVar4 = *(int *)(iVar16 + 8); if (iVar4 == 0) { /* WARNING: Subroutine does not return */ gold::do_gold_unreachable((char *)(unaff_EDI + 0x324ba6),0x5c,&UNK_00346db1 + unaff_EDI); } if (*(char *)(iVar4 + 0x318d) != '\0') { /* WARNING: Subroutine does not return */ gold::do_gold_unreachable((char *)(unaff_EDI + 0x343c7f),0xfc5,(char *)(unaff_EDI + 0x346cd1)) ; } if (*(undefined4 **)(iVar22 + 0x7c) == (undefined4 *)0x0) goto LAB_00123d1c; puVar23 = extraout_ECX; pOVar6 = gold::Vendor_object_attributes::get_attribute ((Vendor_object_attributes *)**(undefined4 **)(iVar22 + 0x7c),6); if (pOVar6 != (Object_attribute *)0x0) { if ((pOVar6->int_value_ - 8U < 3) || (uVar7 = uVar10 & 0xf0000000 | 0x1a00000, pOVar6->int_value_ == 0xd)) { uVar7 = uVar10 & 0xf0000000 | 0x320f000; } *puVar23 = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8; return STATUS_OKAY; } goto LAB_00123d3e; } local_4c = uVar5 * 4 & 0x3ffffff; puVar23 = extraout_ECX; if ((uVar5 * 4 & 0x2000000) == 0) { bVar2 = *(byte *)((int)&(gsym->super_Symbol).u1_ + 3); if (-1 < (char)bVar2) goto LAB_001238a2; LAB_00123a6e: iVar16 = local_4c + (gsym->super_Symbol).u2_.shndx; } else { local_4c = local_4c + 0xfc000000; bVar2 = *(byte *)((int)&(gsym->super_Symbol).u1_ + 3); if ((char)bVar2 < '\0') goto LAB_00123a6e; LAB_001238a2: if ((bVar2 & 8) == 0) { /* WARNING: Subroutine does not return */ gold::do_gold_unreachable((char *)(unaff_EDI + 0x329cbe),0x6ab,&UNK_00346fc5 + unaff_EDI); } this = *(Merged_symbol_value<32> **)&(gsym->super_Symbol).u2_.offset_is_from_end; input_offset = (_Hash_node_base *)this->input_value_; local_48 = local_4c; if (local_4c < 0xffffff00) { input_offset = (_Hash_node_base *)((int)&input_offset->_M_nxt + local_4c); local_48 = 0; } uVar10 = (this->output_addresses_)._M_h._M_bucket_count; uVar12 = (uint)input_offset % uVar10; p_Var15 = (this->output_addresses_)._M_h._M_buckets[uVar12]; if (p_Var15 != (__bucket_type)0x0) { p_Var11 = p_Var15->_M_nxt[1]._M_nxt; p_Var3 = p_Var15->_M_nxt; while (p_Var14 = p_Var3, input_offset != p_Var11) { p_Var3 = p_Var14->_M_nxt; if ((p_Var3 == (_Hash_node_base *)0x0) || (p_Var11 = p_Var3[1]._M_nxt, p_Var15 = p_Var14, uVar12 != (uint)p_Var11 % uVar10)) goto LAB_00123b80; } if (p_Var15->_M_nxt != (_Hash_node_base *)0x0) { iVar16 = (int)&(p_Var15->_M_nxt[2]._M_nxt)->_M_nxt + local_48; goto LAB_0012394e; } } LAB_00123b80: EVar9 = gold::Merged_symbol_value<32>::value_from_output_section (this,(Relobj *)relinfo,(uint)(gsym->super_Symbol).u1_.object & 0x7ffffff, (Elf_Addr)input_offset); in_stack_ffffff90 = SUB41(input_offset,0); iVar16 = local_48 + EVar9; } LAB_0012394e: if (*(undefined4 **)(iVar22 + 0x7c) == (undefined4 *)0x0) { LAB_00123d1c: /* WARNING: Subroutine does not return */ gold::do_gold_unreachable ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xb6a, (char *)&symbol[-0x7feb].symtab_index_); } uVar10 = iVar16 - (int)object; pOVar6 = gold::Vendor_object_attributes::get_attribute ((Vendor_object_attributes *)**(undefined4 **)(iVar22 + 0x7c),6); if (pOVar6 == (Object_attribute *)0x0) { LAB_00123d3e: /* WARNING: Subroutine does not return */ gold::do_gold_unreachable ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xb6d, (char *)&symbol[-0x7feb].symtab_index_); } uVar12 = pOVar6->int_value_; iVar22 = *(int *)(*piVar1 + 8); if (iVar22 == 0) { /* WARNING: Subroutine does not return */ Target_arm<true>::do_may_relax((Target_arm<true> *)in_stack_ffffff94); } cVar13 = *(char *)(iVar22 + 0x1579); if (cVar13 == '\0') { cVar13 = 2 < uVar12; } else if ((uVar12 & 0xfffffffd) != 8) { cVar13 = uVar12 - 0xb < 3; } if (*(char *)(iVar22 + 0x318d) == '\0') { uVar12 = (iVar16 - (int)object) + 0x2000000; if (0x3ffffff < uVar12) { AVar21 = 0; pRVar20 = relinfo; gold::Symbol_value<32>::value<true> ((Symbol_value<32> *)gsym,(Sized_relobj_file<32,_true> *)relinfo,0); SVar8 = Reloc_stub::stub_type_for_reloc ((uint)(r_sym != 0),(Arm_address)pRVar20,AVar21,(bool)in_stack_ffffff90); if (SVar8 != arm_stub_none) { LAB_00123bd0: uVar12 = *(uint *)((int)((ulonglong)uVar19 >> 0x20) + 0x18); if ((uint)((int)relinfo[10].symtab - (int)relinfo[9].data_shdr >> 2) <= uVar12) { /* WARNING: Subroutine does not return */ Arm_relobj<true>::stub_table(in_stack_ffffff94,(uint)in_stack_ffffff98); } iVar16 = *(int *)(relinfo[9].data_shdr + uVar12 * 4); if (iVar16 == 0) { /* WARNING: Subroutine does not return */ gold::do_gold_unreachable ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xfe7, (char *)&symbol[-0x7fed].u1_); } if ((r_type == 0) && (view == (uchar *)0xffffffff)) { /* WARNING: Subroutine does not return */ Reloc_stub::Key::Key ((Key *)in_stack_ffffff94,(Stub_type)in_stack_ffffff98,symbol, (Relobj *)relinfo[10].symtab,(uint)puVar23,uVar10); } std:: _Hashtable<(anonymous_namespace)::Reloc_stub::Key,_std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>,_std::allocator<std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>_>,_std::__detail::_Select1st,_(anonymous_namespace)::Reloc_stub::Key::equal_to,_(anonymous_namespace)::Reloc_stub::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<(anonymous_namespace)::Reloc_stub::Key,_std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>,_std::allocator<std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>_>,_std::__detail::_Select1st,_(anonymous_namespace)::Reloc_stub::Key::equal_to,_(anonymous_namespace)::Reloc_stub::Key::hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_> *)in_stack_ffffff94,in_stack_ffffff98); if ((local_30 == 0) || (iVar22 = *(int *)(local_30 + 0x14), iVar22 == 0)) { /* WARNING: Subroutine does not return */ gold::do_gold_unreachable ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xfeb, (char *)&symbol[-0x7fed].u1_); } r_sym = (uint)*(byte *)(*(int *)(iVar22 + 4) + 0x14); if ((*(byte *)(iVar16 + 0x1c) & 1) == 0) { LAB_00123dd6: /* WARNING: Subroutine does not return */ gold::do_gold_unreachable ((char *)((int)&symbol[-0x8999].u2_.offset_base + 1),0xc5, &symbol[-0x7fdd].field_0x2c); } if (*(int *)(iVar22 + 8) == -1) { Stub::offset((Stub *)in_stack_ffffff94); goto LAB_00123dd6; } uVar10 = (*(int *)(iVar22 + 8) - (int)object) + *(int *)(iVar16 + 4) + local_4c; if (0x3ffffff < uVar10 + 0x2000000) { /* WARNING: Subroutine does not return */ gold::do_gold_unreachable ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xfef, (char *)&symbol[-0x7fed].u1_); } } goto LAB_00123af0; } if (r_sym == 0) goto LAB_00123b38; if ((cVar13 != '\x01') || (iVar4 != 0x1c)) { AVar21 = 0; pRVar20 = relinfo; gold::Symbol_value<32>::value<true> ((Symbol_value<32> *)gsym,(Sized_relobj_file<32,_true> *)relinfo,0); SVar8 = Reloc_stub::stub_type_for_reloc(1,(Arm_address)pRVar20,AVar21,(bool)in_stack_ffffff90) ; if (SVar8 == arm_stub_none) goto LAB_00123a2c; goto LAB_00123bd0; } } else { LAB_00123af0: if (r_sym == 0) { uVar12 = uVar10 + 0x2000000; goto LAB_00123b38; } if ((cVar13 != '\x01') || (iVar4 != 0x1c)) { LAB_00123a2c: /* WARNING: Subroutine does not return */ gold::do_gold_unreachable ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xff8, (char *)&symbol[-0x7fed].u1_); } uVar12 = uVar10 + 0x2000000; } uVar5 = (uVar10 & 2) << 0x17 | uVar7 | 0xfa000000; LAB_00123b38: uVar10 = ((int)uVar10 >> 2 ^ uVar5) & 0xffffff ^ uVar5; *puVar23 = uVar5 >> 0x18 | (uVar10 & 0xff0000) >> 8 | (uVar10 & 0xff00) << 8 | uVar10 << 0x18; return (uint)(0x3ffffff < uVar12); }
uint FUN_001236c0(int param_1,int param_2,int param_3,int param_4,int param_5,uint param_6, undefined4 param_7) { byte bVar1; int *piVar2; char cVar3; byte bVar4; uint uVar5; int iVar6; uint uVar7; undefined4 *puVar8; int iVar9; uint *extraout_ECX; uint *puVar10; undefined4 extraout_ECX_00; uint uVar11; int iVar12; uint uVar13; int *piVar14; int unaff_EDI; uint uVar15; byte *pbVar16; byte *pbVar17; int *piVar18; bool bVar19; bool bVar20; undefined8 uVar21; undefined8 uVar22; undefined4 uVar23; bool bStack_b8; uint *puStack_b4; uint auStack_a8 [10]; undefined *puStack_80; uint *local_7c; int iStack_78; uint uStack_74; uint *puStack_70; uint uStack_68; int local_64; uint local_60; uint *local_5c; uint local_58; int *local_54; int local_50; uint local_4c; uint local_48; uint local_44; uint local_40; int local_3c; uint *local_38; uint local_34; int local_30; int local_2c; int local_28; int local_24; uint local_20; uVar21 = FUN_00074f0a(); local_50 = (int)((ulonglong)uVar21 >> 0x20); uVar22 = CONCAT44(local_50,local_3c); iVar9 = (int)uVar21; local_64 = unaff_EDI + 0x4c6939; uVar15 = *extraout_ECX; uVar7 = uVar15 >> 0x18 | (uVar15 & 0xff0000) >> 8 | (uVar15 & 0xff00) << 8; uVar15 = uVar15 << 0x18; uVar5 = uVar7 | uVar15; if (uVar15 >> 0x1c == 0xf) { bVar19 = false; puVar10 = extraout_ECX; LAB_00123812: if (iVar9 == 0x1c) { if ((uVar15 != 0xeb000000) && ((uVar15 & 0xfe000000) != 0xfa000000)) { return 2; } } else { bVar20 = false; if (iVar9 == 0x1d) goto LAB_0012385b; LAB_0012372e: if ((iVar9 != 0x1b) && (iVar9 != 0xf)) { uStack_74 = unaff_EDI + 0x346cd1; local_7c = (uint *)(unaff_EDI + 0x343c7f); iStack_78 = 0xfba; /* WARNING: Subroutine does not return */ puStack_80 = (undefined *)0x123d78; puStack_70 = puVar10; FUN_002446e0(); } if ((uVar15 & 0xe000000) != 0xa000000) { return 2; } } } else { puVar10 = (uint *)(uVar15 & 0xf000000); bVar19 = puVar10 == (uint *)0xa000000; if (uVar15 >> 0x1c == 0xe) goto LAB_00123812; bVar20 = puVar10 == (uint *)0xb000000; if (iVar9 == 0x1c) { return 2; } if (iVar9 != 0x1d) goto LAB_0012372e; LAB_0012385b: if ((!bVar19) && (!bVar20)) { return 2; } } local_54 = (int *)((int)&DWORD_004c7100 + unaff_EDI + 1); local_60 = *(uint *)(*local_54 + 0xc); if (local_60 == 0) { puStack_70 = (uint *)0x123d3e; iVar6 = FUN_0010d780(); goto LAB_00123d3e; } if ((*(int *)(*(int *)(local_60 + 4) + 8) != 0x28) || (*(char *)(*(int *)(local_60 + 4) + 4) == '\0')) { puStack_70 = (uint *)param_7; uStack_74 = unaff_EDI + 0x346d6d; local_7c = (uint *)(unaff_EDI + 0x343c7f); iStack_78 = 0x988; /* WARNING: Subroutine does not return */ puStack_80 = (undefined *)0x123d1c; FUN_002446e0(); } local_5c = extraout_ECX; if ((char)param_7 != '\0') { puStack_70 = *(uint **)(*local_54 + 8); if (puStack_70 == (uint *)0x0) { uStack_74 = unaff_EDI + 0x346db1; local_7c = (uint *)(unaff_EDI + 0x324ba6); iStack_78 = 0x5c; /* WARNING: Subroutine does not return */ puStack_80 = (undefined *)0x123dd1; FUN_002446e0(); } if (*(char *)((int)puStack_70 + 0x318d) != '\0') { uStack_74 = unaff_EDI + 0x346cd1; local_7c = (uint *)(unaff_EDI + 0x343c7f); iStack_78 = 0xfc5; /* WARNING: Subroutine does not return */ puStack_80 = (undefined *)0x123db7; FUN_002446e0(); } puVar8 = *(undefined4 **)(local_60 + 0x7c); if (puVar8 != (undefined4 *)0x0) { iStack_78 = 6; local_7c = (uint *)*puVar8; puStack_80 = (undefined *)0x1237cd; iVar6 = FUN_00225490(); if (iVar6 != 0) { if ((*(int *)(iVar6 + 4) - 8U < 3) || (uVar7 = uVar15 & 0xf0000000 | 0x1a00000, *(int *)(iVar6 + 4) == 0xd)) { uVar7 = uVar15 & 0xf0000000 | 0x320f000; } *local_5c = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8; return 0; } goto LAB_00123d3e; } goto LAB_00123d1c; } local_44 = uVar5 * 4 & 0x3ffffff; if ((uVar5 * 4 & 0x2000000) == 0) { bVar4 = *(byte *)(param_4 + 0xb); if (-1 < (char)bVar4) goto LAB_001238a2; LAB_00123a6e: iVar6 = local_44 + *(int *)(param_4 + 0xc); local_4c = local_44; } else { local_44 = local_44 + 0xfc000000; bVar4 = *(byte *)(param_4 + 0xb); if ((char)bVar4 < '\0') goto LAB_00123a6e; LAB_001238a2: local_4c = local_44; if ((bVar4 & 8) == 0) { uStack_74 = unaff_EDI + 0x346fc5; local_7c = (uint *)(unaff_EDI + 0x329cbe); iStack_78 = 0x6ab; /* WARNING: Subroutine does not return */ puStack_80 = (undefined *)0x123d95; puStack_70 = (uint *)(uint)bVar4; FUN_002446e0(); } local_7c = *(uint **)(param_4 + 0xc); local_58 = *local_7c; local_48 = local_44; if (local_44 < 0xffffff00) { local_58 = local_58 + local_44; local_48 = 0; } local_34 = local_7c[3]; piVar18 = *(int **)(local_7c[2] + (local_58 % local_34) * 4); local_38 = local_7c; if (piVar18 != (int *)0x0) { uVar15 = ((int *)*piVar18)[1]; piVar2 = (int *)*piVar18; while (piVar14 = piVar2, local_40 = uVar5, local_3c = iVar9, local_58 != uVar15) { piVar2 = (int *)*piVar14; if ((piVar2 == (int *)0x0) || (uVar15 = piVar2[1], piVar18 = piVar14, local_58 % local_34 != uVar15 % local_34)) goto LAB_00123b80; } if (*piVar18 != 0) { iVar6 = local_48 + *(int *)(*piVar18 + 8); uVar22 = uVar21; goto LAB_0012394e; } } LAB_00123b80: puStack_70 = (uint *)local_58; local_58 = *(uint *)(param_4 + 8); uStack_74 = local_58 & 0x7ffffff; iStack_78 = param_2; puStack_80 = (undefined *)0x123ba9; iVar6 = FUN_00318cf0(); uVar22 = CONCAT44(local_50,local_3c); iVar6 = local_48 + iVar6; } LAB_0012394e: local_50 = (int)((ulonglong)uVar22 >> 0x20); local_3c = (int)uVar22; uVar15 = iVar6 - param_5; puVar8 = *(undefined4 **)(local_60 + 0x7c); local_58 = uVar15; if (puVar8 == (undefined4 *)0x0) { LAB_00123d1c: local_50 = (int)((ulonglong)uVar22 >> 0x20); local_3c = (int)uVar22; uStack_74 = local_64 + -0x17fc00; local_7c = (uint *)(local_64 + -0x182cba); iStack_78 = 0xb6a; /* WARNING: Subroutine does not return */ puStack_80 = (undefined *)0x123d39; puStack_70 = puVar8; FUN_002446e0(); } iStack_78 = 6; local_7c = (uint *)*puVar8; puStack_80 = (undefined *)0x123978; iVar6 = FUN_00225490(); if (iVar6 == 0) { LAB_00123d3e: uStack_74 = local_64 + -0x17fc00; local_7c = (uint *)(local_64 + -0x182cba); iStack_78 = 0xb6d; /* WARNING: Subroutine does not return */ puStack_80 = (undefined *)0x123d5b; puStack_70 = (uint *)iVar6; FUN_002446e0(); } uVar11 = *(uint *)(iVar6 + 4); iVar6 = *(int *)(*local_54 + 8); if (iVar6 == 0) { /* WARNING: Subroutine does not return */ puStack_70 = (uint *)0x123d9a; FUN_0010cb20(); } uVar13 = (uint)*(byte *)(iVar6 + 0x1579); if (*(byte *)(iVar6 + 0x1579) == 0) { uVar13 = (uint)(2 < uVar11); } else if ((uVar11 & 0xfffffffd) != 8) { uVar13 = (uint)(uVar11 - 0xb < 3); } if (*(char *)(iVar6 + 0x318d) != '\0') goto LAB_00123af0; uVar15 = uVar15 + 0x2000000; if (uVar15 < 0x4000000) { if (param_6 == 0) goto LAB_00123b38; if (((char)uVar13 != '\x01') || (iVar9 != 0x1c)) { uStack_74 = 0; iStack_78 = param_2; local_7c = (uint *)param_4; puStack_80 = (undefined *)0x123a0a; FUN_000a90f0(); local_7c = (uint *)0x1; puStack_80 = (undefined *)0x123a21; iVar6 = FUN_00113410(); if (iVar6 == 0) goto LAB_00123a2c; goto LAB_00123bd0; } } else { uStack_74 = 0; iStack_78 = param_2; local_7c = (uint *)param_4; puStack_80 = (undefined *)0x123abd; FUN_000a90f0(); local_7c = (uint *)(uint)(param_6 != 0); puStack_80 = (undefined *)0x123ade; iVar6 = FUN_00113410(); if (iVar6 != 0) { LAB_00123bd0: uVar15 = *(uint *)(local_50 + 0x18); local_60 = *(uint *)(param_2 + 0x140); if ((uint)((int)(local_60 - *(int *)(param_2 + 0x13c)) >> 2) <= uVar15) { puStack_70 = (uint *)0x123e1a; FUN_0010c330(); iStack_78 = 0x123e29; uStack_74 = uVar15; puStack_70 = (uint *)uVar5; uVar22 = FUN_00074f0a(); iVar6 = local_64; iVar12 = (int)((ulonglong)uVar22 >> 0x20); pbVar16 = BYTE_ARRAY_004c61c1 + uVar15 + 0x16; auStack_a8[0] = 0; auStack_a8[1] = 0xffffffff; auStack_a8[2] = 0x80000000; auStack_a8[3] = 0; pbVar17 = pbVar16; uVar23 = extraout_ECX_00; local_7c = (uint *)uVar13; iStack_78 = iVar9; if (local_64 == 0) { uVar7 = (*(int *)(iVar12 + 0x154) - *(int *)(iVar12 + 0x14c)) + (*(int *)(iVar12 + 0x150) - *(int *)(iVar12 + 0x148)) * 8; if (uVar7 <= local_60) { /* WARNING: Subroutine does not return */ FUN_002446e0(uVar15 + 0x34351d,0x5f8,uVar15 + 0x34662f,uVar7); } bStack_b8 = (*(uint *)(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4) & 1 << ((byte)local_60 & 0x1f)) != 0; goto LAB_00123fe0; } uVar7 = 0; if (uStack_68 - 2 < 0x6b) { uVar7 = (uint)(char)(&UNK_00344ed5)[uStack_68 + uVar15]; if (*(int *)(local_64 + 0x18) == -1) goto LAB_00123f75; LAB_00123e82: if ((*(byte *)(local_64 + 0x28) & 0xf) != 10) { cVar3 = FUN_00071bb0(local_64,uVar7); bVar4 = *(byte *)(iVar6 + 0x2a) & 7; if (cVar3 != '\0') { LAB_00123f19: if (bVar4 == 0) goto LAB_00123f1d; LAB_00123f80: if (bVar4 == 4) { LAB_00123f8f: puStack_b4 = auStack_a8; uVar15 = FUN_00072240(puStack_b4); return uVar15; } LAB_00124258: bVar4 = *(byte *)(iVar6 + 0x28) & 0xf; if (bVar4 != 0xd) { if (bVar4 != 2) { LAB_00124269: bStack_b8 = false; goto LAB_00123fe0; } LAB_001242ac: bVar4 = FUN_000a90f0(local_5c,iVar12,0); bStack_b8 = (bool)(bVar4 & 1); goto LAB_00123fe0; } goto LAB_00124280; } if ((bVar4 != 0) || ((*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0)) { pbVar17 = BYTE_ARRAY_004c6979 + uVar15 + 0x26; if (*(int *)(*(int *)pbVar17 + 8) == 0) { /* WARNING: Subroutine does not return */ FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0); } if (*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0') { LAB_00123f10: if ((uVar7 & 8) == 0) goto LAB_00123f19; if (bVar4 == 0) { bVar1 = *(byte *)(iVar6 + 0x2b); bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0); if (bStack_b8 != false) goto LAB_001244c4; goto LAB_00123f39; } if (bVar4 != 4) goto LAB_00124258; LAB_001244c4: if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) { iVar9 = *(int *)(*(int *)pbVar17 + 8); if (iVar9 == 0) goto LAB_0012462d; if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19; } } else if (bVar4 == 0) { if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) { LAB_00123eef: cVar3 = FUN_00071a80(iVar6); if (cVar3 == '\0') { bVar4 = *(byte *)(iVar6 + 0x2a) & 7; goto LAB_00123f10; } } } else if (bVar4 != 4) goto LAB_00123eef; } } if (*(int *)((int)uVar22 + 0x18) == 0) { iVar9 = FUN_0010c850(); LAB_0012462d: /* WARNING: Subroutine does not return */ FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,iVar9); } auStack_a8[3] = FUN_00117290(); bStack_b8 = false; local_5c = auStack_a8; } else { if (*(int *)(local_64 + 0x18) != -1) goto LAB_00123e82; LAB_00123f75: bVar4 = *(byte *)(local_64 + 0x2a) & 7; if (bVar4 != 0) goto LAB_00123f80; LAB_00123f1d: bVar1 = *(byte *)(iVar6 + 0x2b); bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0); if (bStack_b8 != false) goto LAB_00123f8f; LAB_00123f39: bVar4 = *(byte *)(iVar6 + 0x28) & 0xf; if (bVar4 != 0xd) { if (bVar4 != 2) goto LAB_00123fe0; if ((*(int *)(iVar6 + 0xc) == 0) && ((bVar1 & 0x20) != 0)) goto LAB_00124269; goto LAB_001242ac; } LAB_00124280: bStack_b8 = true; } LAB_00123fe0: puStack_b4 = auStack_a8; iVar9 = *(int *)((int)&DWORD_004c739c + uVar15 + 3); if (0xff < uStack_68) { /* WARNING: Subroutine does not return */ FUN_002446e0(uVar15 + 0x347947,0x134,uVar15 + 0x3466b7,iVar9); } uVar7 = *(uint *)(iVar9 + uStack_68 * 4); if ((uVar7 != 0) && (*(int *)(uVar7 + 0x1c) == 1)) { bVar4 = *(byte *)(uVar7 + 0x34); uVar7 = (uint)bVar4; if ((bVar4 & 2) != 0) { if (((bStack_b8 != false) && ((bVar4 & 0x40) != 0)) && (uVar7 = FUN_000a90f0(local_5c,iVar12,0), (uVar7 & 1) != 0)) { auStack_a8[3] = FUN_000a90f0(local_5c,iVar12,0); auStack_a8[3] = auStack_a8[3] & 0xfffffffe; local_5c = puStack_b4; } if (-1 < (char)*(byte *)((int)local_5c + 0xb)) { if ((*(byte *)((int)local_5c + 0xb) & 8) == 0) { /* WARNING: Subroutine does not return */ FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17); } puVar10 = (uint *)local_5c[3]; uVar7 = *puVar10; uVar5 = uVar7 % puVar10[3]; piVar18 = *(int **)(puVar10[2] + uVar5 * 4); if (piVar18 != (int *)0x0) { uVar11 = ((int *)*piVar18)[1]; piVar2 = (int *)*piVar18; while (piVar14 = piVar2, uVar7 != uVar11) { piVar2 = (int *)*piVar14; if ((piVar2 == (int *)0x0) || (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3])) goto LAB_00124478; } if (*piVar18 != 0) goto LAB_001240a3; } LAB_00124478: FUN_00318cf0(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23); } LAB_001240a3: if (uStack_68 - 10 < 0x2a) { /* WARNING: Could not recover jumptable at 0x001240be. Too many branches */ /* WARNING: Treating indirect jump as call */ uVar15 = (*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))(); return uVar15; } /* WARNING: Subroutine does not return */ FUN_002446e0(uVar15 + 0x34351d,0x2ec8,uVar15 + 0x345d23,iVar6); } } /* WARNING: Subroutine does not return */ FUN_002446e0(uVar15 + 0x34351d,0x2ea7,uVar15 + 0x345d23,uVar7); } iVar12 = *(int *)(*(int *)(param_2 + 0x13c) + uVar15 * 4); if (iVar12 == 0) { LAB_00123df8: uStack_74 = local_64 + -0x17fc68; local_7c = (uint *)(local_64 + -0x182cba); iStack_78 = 0xfe7; /* WARNING: Subroutine does not return */ puStack_80 = (undefined *)0x123e15; puStack_70 = (uint *)iVar6; FUN_002446e0(); } local_20 = local_44; local_2c = iVar6; if (param_1 == 0) { if (param_3 == -1) { puStack_70 = (uint *)0x123df8; iVar6 = FUN_0010c360(); goto LAB_00123df8; } local_28 = param_3; local_24 = param_2; } else { local_28 = -1; local_24 = param_1; } puStack_70 = (uint *)0x123c3b; FUN_0010ece0(); if ((local_30 == 0) || (iVar6 = *(int *)(local_30 + 0x14), iVar6 == 0)) { uStack_74 = local_64 + -0x17fc68; local_7c = (uint *)(local_64 + -0x182cba); iStack_78 = 0xfeb; /* WARNING: Subroutine does not return */ puStack_80 = (undefined *)0x123cff; FUN_002446e0(); } param_6 = (uint)*(byte *)(*(int *)(iVar6 + 4) + 0x14); if ((*(byte *)(iVar12 + 0x1c) & 1) == 0) { LAB_00123dd6: uStack_74 = local_64 + -0x17f944; local_7c = (uint *)(local_64 + -0x19cca3); iStack_78 = 0xc5; /* WARNING: Subroutine does not return */ puStack_80 = (undefined *)0x123df3; FUN_002446e0(); } if (*(int *)(iVar6 + 8) == -1) { puStack_70 = (uint *)0x123dd6; FUN_0010c390(); goto LAB_00123dd6; } local_58 = (*(int *)(iVar6 + 8) - param_5) + *(int *)(iVar12 + 4) + local_4c; if (0x3ffffff < local_58 + 0x2000000) { uStack_74 = local_64 + -0x17fc68; local_7c = (uint *)(local_64 + -0x182cba); iStack_78 = 0xfef; /* WARNING: Subroutine does not return */ puStack_80 = &UNK_00123cb7; puStack_70 = (uint *)*(int *)(iVar12 + 4); FUN_002446e0(); } } LAB_00123af0: if (param_6 == 0) { uVar15 = local_58 + 0x2000000; goto LAB_00123b38; } if (((char)uVar13 != '\x01') || (iVar9 != 0x1c)) { LAB_00123a2c: uStack_74 = local_64 + -0x17fc68; local_7c = (uint *)(local_64 + -0x182cba); iStack_78 = 0xff8; /* WARNING: Subroutine does not return */ puStack_80 = &UNK_00123a4b; FUN_002446e0(); } uVar15 = local_58 + 0x2000000; } uVar5 = (local_58 & 2) << 0x17 | uVar7 | 0xfa000000; LAB_00123b38: uVar7 = ((int)local_58 >> 2 ^ uVar5) & 0xffffff ^ uVar5; *local_5c = uVar5 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8 | uVar7 << 0x18; return (uint)(0x3ffffff < uVar15); }
PUSH EBP PUSH EDI CALL 0x00074f0a ADD EDI,0x4c6939 PUSH ESI MOV ESI,EAX PUSH EBX SUB ESP,0x5c MOV EAX,dword ptr [ECX] MOV dword ptr [ESP + 0x1c],EDX MOV EDX,dword ptr [ESP + 0x88] BSWAP EAX MOV EBP,EAX SHR EAX,0x1c MOV dword ptr [ESP + 0x8],EDI MOV dword ptr [ESP + 0x10],ECX CMP EAX,0xf JZ 0x00123810 MOV ECX,EBP AND ECX,0xf000000 CMP ECX,0xa000000 SETZ BL CMP EAX,0xe JZ 0x00123812 CMP ECX,0xb000000 SETZ AL CMP ESI,0x1c JZ 0x0012383b CMP ESI,0x1d JZ 0x0012385b MOV EAX,EBP AND EAX,0xe000000 CMP ESI,0x1b JZ 0x00123743 CMP ESI,0xf JNZ 0x00123d5b CMP EAX,0xa000000 JNZ 0x0012383b MOV EAX,dword ptr [ESP + 0x8] LEA EAX,[EAX + 0x7c8] MOV ECX,dword ptr [EAX] MOV dword ptr [ESP + 0x18],EAX MOV EAX,dword ptr [ECX + 0xc] MOV dword ptr [ESP + 0xc],EAX TEST EAX,EAX JZ 0x00123d39 MOV EAX,dword ptr [ESP + 0xc] MOV EAX,dword ptr [EAX + 0x4] CMP dword ptr [EAX + 0x8],0x28 JNZ 0x00123cff CMP byte ptr [EAX + 0x4],0x0 JZ 0x00123cff TEST DL,DL JZ 0x00123870 MOV EAX,dword ptr [ECX + 0x8] TEST EAX,EAX JZ 0x00123db7 CMP byte ptr [EAX + 0x318d],0x0 JNZ 0x00123d9a MOV EAX,dword ptr [ESP + 0xc] AND EBP,0xf0000000 MOV EAX,dword ptr [EAX + 0x7c] TEST EAX,EAX JZ 0x00123d1c SUB ESP,0x8 PUSH 0x6 PUSH dword ptr [EAX] MOV EBX,dword ptr [ESP + 0x18] CALL 0x00225490 ADD ESP,0x10 TEST EAX,EAX JZ 0x00123d3e MOV EAX,dword ptr [EAX + 0x4] LEA EDX,[EAX + -0x8] CMP EDX,0x2 JBE 0x00123a98 CMP EAX,0xd MOV EAX,EBP SETZ DL OR EAX,0x1a00000 TEST DL,DL JNZ 0x00123a98 MOV EDI,dword ptr [ESP + 0x10] BSWAP EAX MOV dword ptr [EDI],EAX ADD ESP,0x5c XOR EAX,EAX POP EBX POP ESI POP EDI POP EBP RET XOR EBX,EBX CMP ESI,0x1c JNZ 0x00123850 MOV EAX,EBP AND EAX,0xff000000 CMP EAX,0xeb000000 JZ 0x0012374e MOV EAX,EBP AND EAX,0xfe000000 CMP EAX,0xfa000000 JZ 0x0012374e ADD ESP,0x5c MOV EAX,0x2 POP EBX POP ESI POP EDI POP EBP RET XOR EAX,EAX CMP ESI,0x1d JNZ 0x0012372e TEST BL,BL JNZ 0x0012374e TEST AL,AL JNZ 0x0012374e JMP 0x0012383b LEA EAX,[EBP*0x4 + 0x0] MOV EBX,EAX AND EBX,0x3ffffff MOV dword ptr [ESP + 0x20],EBX MOV dword ptr [ESP + 0x28],EBX TEST EAX,0x2000000 JNZ 0x00123a50 MOV EAX,dword ptr [ESP + 0x7c] MOVZX EAX,byte ptr [EAX + 0xb] TEST AL,AL JS 0x00123a6e TEST AL,0x8 JZ 0x00123d78 MOV EAX,dword ptr [ESP + 0x7c] MOV EAX,dword ptr [EAX + 0xc] MOV EDI,dword ptr [EAX] MOV dword ptr [ESP + 0x34],EAX MOV EAX,dword ptr [ESP + 0x20] MOV dword ptr [ESP + 0x14],EDI MOV dword ptr [ESP + 0x24],EAX CMP EAX,0xfffffeff JBE 0x00123a80 MOV EDI,dword ptr [ESP + 0x34] XOR EDX,EDX MOV EAX,dword ptr [EDI + 0xc] MOV ECX,EAX MOV EAX,dword ptr [ESP + 0x14] MOV dword ptr [ESP + 0x38],ECX DIV ECX MOV EAX,dword ptr [EDI + 0x8] MOV EDI,dword ptr [EAX + EDX*0x4] TEST EDI,EDI JZ 0x00123b80 MOV EBX,dword ptr [EDI] MOV dword ptr [ESP + 0x2c],EBP MOV EBP,EDX MOV dword ptr [ESP + 0x30],ESI MOV ESI,dword ptr [ESP + 0x38] MOV ECX,dword ptr [EBX + 0x4] JMP 0x0012392f MOV EAX,dword ptr [EBX] TEST EAX,EAX JZ 0x00123b78 MOV ECX,dword ptr [EAX + 0x4] MOV EDI,EBX XOR EDX,EDX MOV EBX,EAX MOV EAX,ECX DIV ESI CMP EBP,EDX JNZ 0x00123b78 CMP dword ptr [ESP + 0x14],ECX JNZ 0x00123910 MOV EAX,dword ptr [EDI] MOV EBP,dword ptr [ESP + 0x2c] MOV ESI,dword ptr [ESP + 0x30] TEST EAX,EAX JZ 0x00123b80 MOV EDI,dword ptr [ESP + 0x24] ADD EDI,dword ptr [EAX + 0x8] MOV EAX,dword ptr [ESP + 0xc] SUB EDI,dword ptr [ESP + 0x80] MOV dword ptr [ESP + 0x14],EDI MOV EAX,dword ptr [EAX + 0x7c] TEST EAX,EAX JZ 0x00123d1c SUB ESP,0x8 PUSH 0x6 PUSH dword ptr [EAX] MOV EBX,dword ptr [ESP + 0x18] CALL 0x00225490 ADD ESP,0x10 TEST EAX,EAX JZ 0x00123d3e MOV EDX,dword ptr [EAX + 0x4] MOV EAX,dword ptr [ESP + 0x18] MOV EAX,dword ptr [EAX] MOV EAX,dword ptr [EAX + 0x8] TEST EAX,EAX JZ 0x00123d95 MOVZX EBX,byte ptr [EAX + 0x1579] TEST BL,BL JZ 0x00123b68 MOV ECX,EDX AND ECX,0xfffffffd CMP ECX,0x8 JZ 0x001239b9 SUB EDX,0xb CMP EDX,0x2 SETBE BL CMP byte ptr [EAX + 0x318d],0x0 JNZ 0x00123af0 ADD EDI,0x2000000 CMP EDI,0x3ffffff JA 0x00123aa8 MOV EAX,dword ptr [ESP + 0x84] TEST EAX,EAX JZ 0x00123b38 CMP BL,0x1 JNZ 0x001239f5 CMP ESI,0x1c JZ 0x00123b1b SUB ESP,0x4 PUSH 0x0 PUSH dword ptr [ESP + 0x7c] PUSH dword ptr [ESP + 0x88] CALL 0x000a90f0 MOV EDX,dword ptr [ESP + 0x90] MOV dword ptr [ESP],0x1 MOV ECX,EAX MOV EAX,ESI CALL 0x00113410 ADD ESP,0x10 TEST EAX,EAX JNZ 0x00123bd0 SUB ESP,0x4 MOV EBX,dword ptr [ESP + 0xc] LEA EAX,[EBX + 0xffe80398] PUSH EAX LEA EAX,[EBX + 0xffe7d346] PUSH 0xff8 PUSH EAX CALL 0x002446e0 MOV EAX,dword ptr [ESP + 0x7c] SUB EBX,0x4000000 MOV dword ptr [ESP + 0x28],EBX MOVZX EAX,byte ptr [EAX + 0xb] MOV dword ptr [ESP + 0x20],EBX TEST AL,AL JNS 0x001238a2 MOV EAX,dword ptr [ESP + 0x7c] MOV EDI,dword ptr [ESP + 0x20] ADD EDI,dword ptr [EAX + 0xc] JMP 0x0012394e ADD EDI,EAX MOV dword ptr [ESP + 0x24],0x0 MOV dword ptr [ESP + 0x14],EDI JMP 0x001238ce MOV EAX,EBP OR EAX,0x320f000 JMP 0x001237fc SUB ESP,0x4 PUSH 0x0 PUSH dword ptr [ESP + 0x7c] PUSH dword ptr [ESP + 0x88] CALL 0x000a90f0 MOV ECX,dword ptr [ESP + 0x94] XOR EDX,EDX TEST ECX,ECX MOV ECX,EAX MOV EAX,ESI SETNZ DL MOV dword ptr [ESP],EDX MOV EDX,dword ptr [ESP + 0x90] CALL 0x00113410 ADD ESP,0x10 TEST EAX,EAX JNZ 0x00123bd0 LEA ESI,[ESI] MOV EAX,dword ptr [ESP + 0x84] TEST EAX,EAX JZ 0x00123bc0 CMP BL,0x1 JNZ 0x00123a2c CMP ESI,0x1c JNZ 0x00123a2c MOV EAX,dword ptr [ESP + 0x14] LEA EDI,[EAX + 0x2000000] MOV EAX,dword ptr [ESP + 0x14] MOV EDX,EBP AND EDX,0xffffff SHL EAX,0x17 AND EAX,0x1000000 OR EAX,EDX OR EAX,0xfa000000 MOV EBP,EAX MOV ESI,dword ptr [ESP + 0x14] MOV EAX,dword ptr [ESP + 0x10] SAR ESI,0x2 XOR ESI,EBP AND ESI,0xffffff XOR ESI,EBP BSWAP ESI MOV dword ptr [EAX],ESI XOR EAX,EAX CMP EDI,0x3ffffff SETA AL ADD ESP,0x5c POP EBX POP ESI POP EDI POP EBP RET CMP EDX,0x2 SETA BL JMP 0x001239b9 MOV EBP,dword ptr [ESP + 0x2c] MOV ESI,dword ptr [ESP + 0x30] PUSH dword ptr [ESP + 0x14] MOV EAX,dword ptr [ESP + 0x80] MOV EAX,dword ptr [EAX + 0x8] MOV dword ptr [ESP + 0x18],EAX AND EAX,0x7ffffff PUSH EAX PUSH dword ptr [ESP + 0x7c] PUSH dword ptr [ESP + 0x40] MOV EBX,dword ptr [ESP + 0x18] CALL 0x00318cf0 MOV EDI,dword ptr [ESP + 0x34] ADD ESP,0x10 ADD EDI,EAX JMP 0x0012394e MOV EAX,dword ptr [ESP + 0x14] LEA EDI,[EAX + 0x2000000] JMP 0x00123b38 MOV EDX,dword ptr [ESP + 0x1c] MOV EDI,dword ptr [EDX + 0x18] MOV EDX,dword ptr [ESP + 0x74] MOV ECX,dword ptr [EDX + 0x13c] MOV EDX,dword ptr [EDX + 0x140] MOV dword ptr [ESP + 0xc],EDX SUB EDX,ECX SAR EDX,0x2 CMP EDI,EDX JNC 0x00123e15 MOV EDI,dword ptr [ECX + EDI*0x4] TEST EDI,EDI JZ 0x00123df8 MOV dword ptr [ESP + 0x40],EAX MOV EAX,dword ptr [ESP + 0x28] MOV dword ptr [ESP + 0x4c],EAX MOV EAX,dword ptr [ESP + 0x70] TEST EAX,EAX JZ 0x00123cc0 MOV EAX,dword ptr [ESP + 0x70] MOV dword ptr [ESP + 0x44],0xffffffff MOV dword ptr [ESP + 0x48],EAX LEA EAX,[ESP + 0x3c] LEA ECX,[ESP + 0x40] LEA EDX,[EDI + 0x24] CALL 0x0010ece0 MOV EAX,dword ptr [ESP + 0x3c] TEST EAX,EAX JZ 0x00123ce0 MOV EAX,dword ptr [EAX + 0x14] TEST EAX,EAX JZ 0x00123ce0 MOV EDX,dword ptr [EAX + 0x4] MOVZX EDX,byte ptr [EDX + 0x14] MOV dword ptr [ESP + 0x84],EDX TEST byte ptr [EDI + 0x1c],0x1 JZ 0x00123dd6 MOV EAX,dword ptr [EAX + 0x8] MOV EDX,dword ptr [EDI + 0x4] CMP EAX,-0x1 JZ 0x00123dd1 SUB EAX,dword ptr [ESP + 0x80] ADD EAX,EDX ADD EAX,dword ptr [ESP + 0x20] MOV dword ptr [ESP + 0x14],EAX ADD EAX,0x2000000 CMP EAX,0x3ffffff JBE 0x00123af0 PUSH EDX MOV EBX,dword ptr [ESP + 0xc] LEA EAX,[EBX + 0xffe80398] PUSH EAX LEA EAX,[EBX + 0xffe7d346] PUSH 0xfef PUSH EAX CALL 0x002446e0 CMP dword ptr [ESP + 0x78],-0x1 JZ 0x00123df3 MOV EAX,dword ptr [ESP + 0x78] MOV dword ptr [ESP + 0x44],EAX MOV EAX,dword ptr [ESP + 0x74] MOV dword ptr [ESP + 0x48],EAX JMP 0x00123c2b SUB ESP,0x4 MOV EBX,dword ptr [ESP + 0xc] LEA EAX,[EBX + 0xffe80398] PUSH EAX LEA EAX,[EBX + 0xffe7d346] PUSH 0xfeb PUSH EAX CALL 0x002446e0 PUSH EDX MOV EBX,dword ptr [ESP + 0xc] LEA EAX,[EBX + 0xffe80434] PUSH EAX LEA EAX,[EBX + 0xffe7d346] PUSH 0x988 PUSH EAX CALL 0x002446e0 PUSH EAX MOV EBX,dword ptr [ESP + 0xc] LEA EAX,[EBX + 0xffe80400] PUSH EAX LEA EAX,[EBX + 0xffe7d346] PUSH 0xb6a PUSH EAX CALL 0x002446e0 CALL 0x0010d780 PUSH EAX MOV EBX,dword ptr [ESP + 0xc] LEA EAX,[EBX + 0xffe80400] PUSH EAX LEA EAX,[EBX + 0xffe7d346] PUSH 0xb6d PUSH EAX CALL 0x002446e0 PUSH ECX MOV EBX,dword ptr [ESP + 0xc] LEA EAX,[EBX + 0xffe80398] PUSH EAX LEA EAX,[EBX + 0xffe7d346] PUSH 0xfba PUSH EAX CALL 0x002446e0 PUSH EAX MOV EBX,dword ptr [ESP + 0xc] LEA EAX,[EBX + 0xffe8068c] PUSH EAX LEA EAX,[EBX + 0xffe63385] PUSH 0x6ab PUSH EAX CALL 0x002446e0 CALL 0x0010cb20 PUSH EAX MOV EBX,dword ptr [ESP + 0xc] LEA EAX,[EBX + 0xffe80398] PUSH EAX LEA EAX,[EBX + 0xffe7d346] PUSH 0xfc5 PUSH EAX CALL 0x002446e0 PUSH EAX MOV EBX,dword ptr [ESP + 0xc] LEA EAX,[EBX + 0xffe80478] PUSH EAX LEA EAX,[EBX + 0xffe5e26d] PUSH 0x5c PUSH EAX CALL 0x002446e0 CALL 0x0010c390 PUSH ECX MOV EBX,dword ptr [ESP + 0xc] LEA EAX,[EBX + 0xffe806bc] PUSH EAX LEA EAX,[EBX + 0xffe6335d] PUSH 0xc5 PUSH EAX CALL 0x002446e0 CALL 0x0010c360 PUSH EAX MOV EBX,dword ptr [ESP + 0xc] LEA EAX,[EBX + 0xffe80398] PUSH EAX LEA EAX,[EBX + 0xffe7d346] PUSH 0xfe7 PUSH EAX CALL 0x002446e0 CALL 0x0010c330 LEA ESI,[ESI]
null
null
null
null
[('tmp_1073', u'CBRANCH_-1207092879'), (u'INT_LESS_-1207091861', u'MULTIEQUAL_-1207089160'), ('const-0', u'INT_EQUAL_-1207091935'), ('const-4', u'PTRSUB_-1207088085'), (u'CAST_-1207087980', u'CALL_-1207092938'), (u'LOAD_-1207091169', u'INT_LESSEQUAL_-1207091069'), (u'LOAD_-1207092184', u'INT_NOTEQUAL_-1207092152'), ('tmp_750', u'CBRANCH_-1207093094'), (u'LOAD_-1207091998', u'INT_SUB_-1207091879'), (u'CALL_-1207091659', u'INDIRECT_-1207088393'), (u'INT_LEFT_-1207093455', u'INT_AND_-1207089730'), ('const-8', u'INT_LEFT_-1207092782'), (u'CALL_-1207090782', u'INDIRECT_-1207088100'), (u'LOAD_-1207090493', u'CAST_-1207086986'), ('const-32', u'INT_RIGHT_-1207088302'), (u'CALL_-1207090782', u'INDIRECT_-1207088240'), (u'MULTIEQUAL_-1207087944', u'MULTIEQUAL_-1207087916'), ('tmp_2538', u'CBRANCH_-1207091846'), ('const-417', u'LOAD_-1207090887'), (u'LOAD_-1207093512', u'INT_RIGHT_-1207093462'), (u'INT_ADD_-1207090832', u'CAST_-1207086725'), ('tmp_5725', u'CBRANCH_-1207090992'), ('const-6', u'CALL_-1207092030'), (u'INT_ADD_-1207089835', u'CAST_-1207086498'), ('const-8', u'PTRSUB_-1207086458'), (u'LOAD_-1207092474', u'CAST_-1207087758'), (u'CALL_-1207091659', u'INDIRECT_-1207088253'), (u'INT_NOTEQUAL_-1207091759', u'CBRANCH_-1207091757'), (u'INT_OR_-1207090936', u'INT_OR_-1207090925'), ('const-2', u'COPY_-1207087957'), ('const-1', u'RETURN_-1207090671'), ('const-12', u'INT_ADD_-1207093164'), ('const-4294967293', u'INT_AND_-1207091900'), ('const-1', u'RETURN_-1207089973'), ('const-4294934547', u'PTRADD_-1207086460'), (u'INT_NOTEQUAL_-1207091028', u'CBRANCH_-1207091025'), (u'MULTIEQUAL_-1207087870', u'CALL_-1207090011'), (u'LOAD_-1207093180', u'INT_ADD_-1207092982'), (u'CAST_-1207087153', u'CALL_-1207090716'), ('const-0', u'INT_EQUAL_-1207090923'), (u'MULTIEQUAL_-1207087500', u'PTRADD_-1207086647'), (u'INT_OR_-1207093461', u'INT_OR_-1207093458'), (u'INT_AND_-1207093461', u'INT_LEFT_-1207093458'), (u'INT_ADD_-1207093126', u'CAST_-1207088072'), (u'CAST_-1207086785', u'CALL_-1207090944'), ('const-4071', u'CALL_-1207089958'), (u'CAST_-1207088023', u'LOAD_-1207093047'), (u'INT_ADD_-1207091823', u'MULTIEQUAL_-1207089171'), (u'INT_OR_-1207092782', u'STORE_-1207092800'), ('tmp_1157', u'CBRANCH_-1207092826'), ('tmp_2633', u'CBRANCH_-1207091778'), (u'CAST_-1207087479', u'LOAD_-1207091957'), (u'PTRSUB_-1207088085', u'LOAD_-1207092906'), ('tmp_5697', u'CBRANCH_-1207091011'), (u'CALL_-1207091659', u'INT_EQUAL_-1207091633'), (u'INT_ADD_-1207090826', u'CAST_-1207086721'), ('tmp_1687', u'CBRANCH_-1207092454'), (u'CAST_-1207087187', u'CALL_-1207090782'), (u'INT_EQUAL_-1207093155', u'CBRANCH_-1207093154'), (u'INDIRECT_-1207087972', u'MULTIEQUAL_-1207088544'), (u'MULTIEQUAL_-1207089185', u'INT_XOR_-1207090859'), ('const-4026531840', u'INT_AND_-1207089604'), ('const-0', u'COPY_-1207088131'), (u'CAST_-1207087338', u'CALL_-1207091659'), (u'PTRADD_-1207086749', u'PTRSUB_-1207086747'), (u'LOAD_-1207090609', u'MULTIEQUAL_-1207089318'), ('const-33554432', u'INT_ADD_-1207090646'), (u'PTRSUB_-1207087343', u'PTRSUB_-1207087279'), (u'MULTIEQUAL_-1207087940', u'CALL_-1207089948'), (u'CAST_-1207087997', u'LOAD_-1207092998'), (u'LOAD_-1207093112', u'INT_EQUAL_-1207093097'), ('const-48', u'PTRADD_-1207086656'), (u'LOAD_-1207092424', u'PTRSUB_-1207087810'), ('const-4294934549', u'PTRADD_-1207086695'), (u'INT_XOR_-1207090833', u'INT_AND_-1207090818'), (u'LOAD_-1207091073', u'PTRADD_-1207087753'), ('tmp_6035', u'CAST_-1207086967'), (u'INT_EQUAL_-1207091062', u'CBRANCH_-1207091059'), ('const-2', u'COPY_-1207091100'), ('const-0', u'SUBPIECE_-1207090211'), ('const-417', u'LOAD_-1207090893'), (u'INT_ADD_-1207090763', u'MULTIEQUAL_-1207087991'), ('const-0', u'INT_EQUAL_-1207092491'), (u'MULTIEQUAL_-1207087991', u'INT_ADD_-1207090646'), (u'PTRSUB_-1207086824', u'CAST_-1207086658'), ('tmp_2695', u'CBRANCH_-1207091741'), ('const-0', u'INT_EQUAL_-1207091853'), ('const-29', u'INT_NOTEQUAL_-1207093288'), (u'INT_EQUAL_-1207091044', u'CBRANCH_-1207091043'), (u'LOAD_-1207091050', u'MULTIEQUAL_-1207089805'), (u'LOAD_-1207091998', u'INT_AND_-1207091900'), (u'INT_ADD_-1207090392', u'MULTIEQUAL_-1207089660'), (u'MULTIEQUAL_-1207089160', u'INT_NOTEQUAL_-1207091085'), ('tmp_3123', u'CBRANCH_-1207091068'), (u'INDIRECT_-1207087368', u'MULTIEQUAL_-1207087355'), (u'LOAD_-1207090917', u'INT_ADD_-1207090832'), (u'CAST_-1207086585', u'CALL_-1207090291'), (u'LOAD_-1207093180', u'MULTIEQUAL_-1207088474'), ('const-2', u'PTRADD_-1207087634'), (u'CALL_-1207093551', u'SUBPIECE_-1207088376'), (u'COPY_-1207087707', u'COPY_-1207087711'), (u'CAST_-1207086558', u'CALL_-1207089720'), (u'CAST_-1207087730', u'PTRSUB_-1207087320'), (u'CAST_-1207086767', u'LOAD_-1207090917'), (u'CAST_-1207086598', u'CALL_-1207090291'), ('const-6', u'CALL_-1207092938'), (u'INDIRECT_-1207087781', u'PTRADD_-1207086835'), (u'CAST_-1207088248', u'MULTIEQUAL_-1207087533'), ('const-3', u'INT_ADD_-1207087877'), (u'INT_LEFT_-1207093455', u'INT_AND_-1207089471'), ('const-417', u'LOAD_-1207091957'), (u'PTRSUB_-1207087279', u'LOAD_-1207090610'), ('const-48', u'PTRADD_-1207087470'), ('const-0', u'PTRSUB_-1207087749'), (u'INDIRECT_-1207088427', u'MULTIEQUAL_-1207088026'), (u'INT_LEFT_-1207092782', u'INT_OR_-1207092782'), ('const-8', u'PTRSUB_-1207086833'), (u'CAST_-1207086523', u'CALL_-1207091362'), (u'INT_AND_-1207089791', u'INT_EQUAL_-1207093369'), ('const-417', u'LOAD_-1207092282'), (u'CALL_-1207091692', u'INDIRECT_-1207088242'), (u'PTRSUB_-1207086488', u'PTRSUB_-1207086344'), (u'MULTIEQUAL_-1207089690', u'PTRSUB_-1207087656'), (u'CALL_-1207090782', u'INDIRECT_-1207088312'), ('const-4294934547', u'PTRADD_-1207086758'), (u'PTRADD_-1207086826', u'PTRSUB_-1207086824'), (u'MULTIEQUAL_-1207089171', u'INT_LESS_-1207090791'), (u'COPY_-1207088131', u'MULTIEQUAL_-1207088071'), ('const-417', u'LOAD_-1207092136'), (u'INT_EQUAL_-1207091633', u'CBRANCH_-1207091631'), (u'INT_ADD_-1207091153', u'CAST_-1207086896'), ('const-65280', u'INT_AND_-1207092785'), (u'PTRSUB_-1207087805', u'PTRSUB_-1207087733'), ('const-1', u'PTRADD_-1207091145'), (u'MULTIEQUAL_-1207087995', u'BOOL_NEGATE_-1207088006'), (u'LOAD_-1207093192', u'INT_ADD_-1207093055'), (u'INDIRECT_-1207088392', u'MULTIEQUAL_-1207087916'), (u'INT_NOTEQUAL_-1207091064', u'CBRANCH_-1207091062'), (u'PTRADD_-1207086460', u'PTRSUB_-1207086458'), (u'INT_EQUAL_-1207090937', u'CBRANCH_-1207090934'), (u'MULTIEQUAL_-1207088466', u'INT_LESS_-1207092360'), (u'PTRSUB_-1207086693', u'CAST_-1207086561'), (u'LOAD_-1207093192', u'INT_ADD_-1207093164'), (u'SUBPIECE_-1207088376', u'INT_NOTEQUAL_-1207093288'), ('const-32', u'PTRADD_-1207087027'), ('const-20', u'PTRSUB_-1207086684'), (u'INT_NOTEQUAL_-1207090990', u'CBRANCH_-1207090987'), (u'PTRSUB_-1207087827', u'PTRSUB_-1207087766'), ('const-167772160', u'INT_EQUAL_-1207093369'), ('tmp_4534', u'CBRANCH_-1207090331'), ('const-134217727', u'INT_AND_-1207090454'), (u'MULTIEQUAL_-1207088474', u'INT_ADD_-1207092074'), ('tmp_6034', u'INT_EQUAL_-1207090998'), ('tmp_10169', u'PTRADD_-1207089801'), ('const-4', u'PTRADD_-1207087741'), (u'INDIRECT_-1207088524', u'CAST_-1207087338'), (u'CALL_-1207092030', u'INDIRECT_-1207088392'), ('const-8', u'PTRSUB_-1207087810'), (u'INT_RIGHT_-1207090819', u'INT_OR_-1207090818'), (u'MULTIEQUAL_-1207088291', u'PTRADD_-1207087461'), (u'MULTIEQUAL_-1207087870', u'PTRADD_-1207086451'), ('const-0', u'PTRSUB_-1207086992'), ('tmp_5110', u'CBRANCH_-1207091055'), (u'INT_AND_-1207089604', u'INT_OR_-1207092827'), ('tmp_10169', u'INT_ADD_-1207091179'), ('const-12685', u'INT_ADD_-1207091852'), ('const-3316926', u'INT_ADD_-1207089835'), (u'CAST_-1207086644', u'CALL_-1207090676'), ('const-0', u'INT_SLESS_-1207090582'), (u'CAST_-1207086967', u'CALL_-1207090431'), ('const-0', u'RETURN_-1207091063'), ('const-4037', u'CALL_-1207091222'), ('const-0', u'COPY_-1207092785'), ('tmp_776', u'CBRANCH_-1207093076'), ('const-417', u'LOAD_-1207092253'), (u'INT_EQUAL_-1207092861', u'CBRANCH_-1207092826'), (u'INDIRECT_-1207087902', u'MULTIEQUAL_-1207088474'), (u'LOAD_-1207090610', u'INT_ADD_-1207090592'), (u'CAST_-1207086498', u'CALL_-1207089825'), ('const-3942645760', u'INT_NOTEQUAL_-1207091028'), (u'CALL_-1207091692', u'INDIRECT_-1207087552'), (u'INT_ADD_-1207092982', u'CAST_-1207087997'), (u'INT_ADD_-1207087415', u'CAST_-1207087310'), (u'INT_ADD_-1207093120', u'CAST_-1207088068'), (u'CAST_-1207086343', u'CALL_-1207090011'), (u'INT_EQUAL_-1207093407', u'CBRANCH_-1207093405'), (u'PTRSUB_-1207087459', u'CAST_-1207087275'), (u'INT_XOR_-1207090859', u'INT_AND_-1207090847'), (u'LOAD_-1207091062', u'INT_ADD_-1207090826'), (u'CALL_-1207090782', u'INDIRECT_-1207087372'), (u'CALL_-1207090716', u'INDIRECT_-1207088136'), ('tmp_298', u'CBRANCH_-1207093405'), (u'INDIRECT_-1207088136', u'MULTIEQUAL_-1207088096'), (u'MULTIEQUAL_-1207088530', u'INT_NOTEQUAL_-1207092187'), ('const-2440', u'CALL_-1207089870'), (u'INDIRECT_-1207087552', u'CAST_-1207087337'), ('tmp_6038', u'CAST_-1207086704'), ('const-1', u'CALL_-1207091659'), ('const-0', u'INT_EQUAL_-1207093053'), (u'CAST_-1207086448', u'CALL_-1207091172'), ('const-1', u'INT_NOTEQUAL_-1207091759'), (u'INT_ZEXT_-1207089414', u'CALL_-1207090716'), ('const-48', u'PTRADD_-1207086490'), ('const-1', u'PTRADD_-1207091000'), (u'INT_SUB_-1207092094', u'COPY_-1207087630'), (u'PTRSUB_-1207086747', u'CAST_-1207086599'), ('const-48', u'PTRADD_-1207086499'), ('tmp_474', u'CBRANCH_-1207093287'), (u'INDIRECT_-1207087711', u'MULTIEQUAL_-1207088026'), (u'LOAD_-1207091062', u'INT_ADD_-1207090854'), ('const-417', u'LOAD_-1207090848'), ('tmp_10169', u'INT_ADD_-1207091232'), (u'INDIRECT_-1207089262', u'MULTIEQUAL_-1207088579'), (u'INT_NOTEQUAL_-1207090999', u'CBRANCH_-1207090998'), (u'INT_OR_-1207093458', u'INT_OR_-1207093455'), ('tmp_10169', u'INT_ADD_-1207089730'), (u'INDIRECT_-1207088347', u'CAST_-1207087153'), (u'CAST_-1207086855', u'LOAD_-1207091062'), (u'LOAD_-1207092958', u'CAST_-1207087980'), (u'CAST_-1207086345', u'INT_ADD_-1207086534'), (u'CALL_-1207093551', u'INDIRECT_-1207090455'), (u'INT_OR_-1207090815', u'INT_OR_-1207090812'), (u'INDIRECT_-1207088066', u'MULTIEQUAL_-1207088026'), ('const-0', u'INT_NOTEQUAL_-1207092911'), (u'CAST_-1207086657', u'CALL_-1207090676'), (u'CAST_-1207086896', u'LOAD_-1207091169'), (u'CALL_-1207090944', u'INDIRECT_-1207087711'), (u'INT_EQUAL_-1207093349', u'CBRANCH_-1207093347'), (u'INDIRECT_-1207088836', u'STORE_-1207092800'), ('tmp_2441', u'CBRANCH_-1207091899'), ('const-2', u'INT_ADD_-1207086691'), ('const-1', u'RETURN_-1207089820'), (u'MULTIEQUAL_-1207088071', u'MULTIEQUAL_-1207087999'), (u'CAST_-1207086561', u'CALL_-1207091372'), (u'CALL_-1207093551', u'INDIRECT_-1207089262'), (u'COPY_-1207087707', u'PTRSUB_-1207087695'), (u'CAST_-1207086634', u'CALL_-1207089870'), (u'PTRSUB_-1207086344', u'CAST_-1207086345'), ('tmp_5264', u'BRANCH_-1207090620'), (u'CAST_-1207086575', u'INT_ADD_-1207086730'), ('const-4294967040', u'INT_LESS_-1207092360'), (u'INDIRECT_-1207088136', u'MULTIEQUAL_-1207087870'), ('tmp_2599', u'CBRANCH_-1207091806'), (u'INT_NOTEQUAL_-1207093120', u'CBRANCH_-1207093117'), (u'INT_LEFT_-1207093455', u'INT_RIGHT_-1207093445'), (u'CAST_-1207086658', u'INT_ADD_-1207086870'), ('const-0', u'COPY_-1207090639'), (u'PTRSUB_-1207087421', u'PTRSUB_-1207087369'), ('const-2', u'INT_ADD_-1207086793'), (u'INT_NOTEQUAL_-1207093215', u'CBRANCH_-1207093211'), ('const-417', u'LOAD_-1207090610'), (u'LOAD_-1207093180', u'INT_ADD_-1207093126'), ('const-417', u'LOAD_-1207091981'), (u'CALL_-1207092030', u'INDIRECT_-1207088567'), (u'INT_SLESS_-1207092454', u'CBRANCH_-1207092454'), (u'INDIRECT_-1207088906', u'MULTIEQUAL_-1207087500'), ('tmp_2844', u'CBRANCH_-1207091631'), (u'INT_ADD_-1207091823', u'MULTIEQUAL_-1207089202'), ('const-1', u'PTRADD_-1207093485'), (u'CAST_-1207088248', u'MULTIEQUAL_-1207088509'), ('tmp_6037', u'PTRSUB_-1207087868'), (u'COPY_-1207087749', u'MULTIEQUAL_-1207089690'), (u'INT_EQUAL_-1207090998', u'CBRANCH_-1207090997'), (u'INT_MULT_-1207091034', u'PTRADD_-1207091000'), (u'CAST_-1207086574', u'CALL_-1207091372'), (u'INT_SRIGHT_-1207090891', u'INT_XOR_-1207090859'), (u'PTRSUB_-1207087656', u'LOAD_-1207092184'), ('const-417', u'LOAD_-1207092050'), ('const-417', u'LOAD_-1207091062'), (u'PTRSUB_-1207086458', u'CAST_-1207086316'), (u'INDIRECT_-1207087781', u'MULTIEQUAL_-1207088096'), (u'CALL_-1207092030', u'INDIRECT_-1207088532'), ('const-4227858432', u'INT_ADD_-1207090613'), (u'PTRSUB_-1207086684', u'CAST_-1207086575'), (u'LOAD_-1207092998', u'LOAD_-1207092958'), (u'CAST_-1207086315', u'CALL_-1207089948'), (u'PTRSUB_-1207087684', u'LOAD_-1207091050'), (u'PTRSUB_-1207087863', u'LOAD_-1207092419'), ('const-20', u'PTRSUB_-1207086747'), (u'PTRADD_-1207086451', u'PTRSUB_-1207086449'), (u'INT_REM_-1207092284', u'PTRADD_-1207087741'), ('const-67108863', u'INT_LESS_-1207090791'), ('const-0', u'PTRSUB_-1207087684'), ('const-417', u'LOAD_-1207092090'), ('const-8', u'INT_RIGHT_-1207090817'), (u'INT_AND_-1207089730', u'INT_NOTEQUAL_-1207093215'), (u'INT_SUB_-1207091879', u'INT_LESS_-1207091861'), ('const-417', u'LOAD_-1207092998'), ('tmp_2351', u'CBRANCH_-1207091962'), (u'LOAD_-1207091156', u'CAST_-1207086871'), (u'INT_ADD_-1207087505', u'CAST_-1207087274'), (u'INT_EQUAL_-1207093329', u'MULTIEQUAL_-1207087995'), (u'INT_ADD_-1207091232', u'CAST_-1207086474'), ('const-1', u'RETURN_-1207090286'), (u'PTRADD_-1207087035', u'PTRSUB_-1207087033'), (u'INDIRECT_-1207088393', u'MULTIEQUAL_-1207087940'), (u'INT_ZEXT_-1207090871', u'MULTIEQUAL_-1207088518'), ('tmp_2002', u'CBRANCH_-1207092184'), (u'COPY_-1207087959', u'RETURN_-1207087940'), ('const-1', u'RETURN_-1207091167'), (u'MULTIEQUAL_-1207087765', u'CALL_-1207090011'), ('const-24', u'INT_LEFT_-1207090812'), (u'INDIRECT_-1207088392', u'MULTIEQUAL_-1207087991'), ('const-33554432', u'INT_ADD_-1207090743'), (u'INT_OR_-1207090812', u'STORE_-1207090833'), (u'CALL_-1207090716', u'INDIRECT_-1207088031'), (u'LOAD_-1207091169', u'INT_MULT_-1207091034'), (u'CAST_-1207086752', u'LOAD_-1207090893'), (u'LOAD_-1207091986', u'INT_ADD_-1207091965'), (u'CALL_-1207090944', u'INDIRECT_-1207087851'), ('tmp_6039', u'MULTIEQUAL_-1207088518'), (u'MULTIEQUAL_-1207087991', u'INT_ADD_-1207091034'), (u'INT_EQUAL_-1207091779', u'CBRANCH_-1207091778'), (u'INT_XOR_-1207090833', u'INT_AND_-1207090821'), (u'INT_ADD_-1207090763', u'INT_ADD_-1207090743'), ('const-0', u'RETURN_-1207087942'), ('const-3435953', u'PTRSUB_-1207086585'), (u'INT_MULT_-1207092516', u'INT_AND_-1207092506'), (u'INT_RIGHT_-1207088302', u'SUBPIECE_-1207088375'), ('tmp_592', u'CBRANCH_-1207093211'), (u'LOAD_-1207091998', u'INT_LESS_-1207090530'), (u'LOAD_-1207090842', u'INT_ADD_-1207090778'), ('const-0', u'INT_EQUAL_-1207091056'), ('tmp_1924', u'CBRANCH_-1207092286'), ('const-16777215', u'INT_AND_-1207090847'), (u'MULTIEQUAL_-1207087991', u'MULTIEQUAL_-1207087916'), ('const-48', u'PTRADD_-1207086835'), (u'INT_MULT_-1207092516', u'INT_AND_-1207092477'), (u'LOAD_-1207091147', u'CAST_-1207086872'), (u'MULTIEQUAL_-1207089185', u'INT_XOR_-1207090833'), ('const-8', u'INT_ADD_-1207091965'), ('const-48', u'PTRADD_-1207086647'), ('const-0', u'PTRSUB_-1207087279'), (u'INT_EQUAL_-1207091056', u'CBRANCH_-1207091055'), ('const-4', u'PTRADD_-1207087753'), (u'CALL_-1207092030', u'INDIRECT_-1207088427'), ('tmp_1027', u'CBRANCH_-1207092911'), ('const-4', u'PTRADD_-1207087634'), (u'INT_ADD_-1207089880', u'CAST_-1207086634'), ('const-4294934289', u'PTRADD_-1207086451'), (u'INDIRECT_-1207088066', u'MULTIEQUAL_-1207087800'), (u'INT_NOTEQUAL_-1207093288', u'CBRANCH_-1207093287'), (u'MULTIEQUAL_-1207087905', u'CAST_-1207086315'), ('tmp_6040', u'SUBPIECE_-1207090211'), ('const-4194304000', u'INT_OR_-1207090925'), (u'INT_RIGHT_-1207093445', u'INT_EQUAL_-1207093407'), ('tmp_2049', u'CBRANCH_-1207092152'), ('const-251658240', u'INT_AND_-1207089791'), (u'INT_ADD_-1207091823', u'INT_LESS_-1207091798'), ('const-417', u'LOAD_-1207090917'), ('tmp_5812', u'CBRANCH_-1207091025'), ('tmp_10169', u'INT_ADD_-1207089880'), (u'CALL_-1207091659', u'INDIRECT_-1207088218'), ('tmp_10169', u'INT_ADD_-1207088267'), ('const-417', u'LOAD_-1207093136'), (u'INT_AND_-1207092506', u'MULTIEQUAL_-1207088007'), (u'INT_SUB_-1207092883', u'INT_LESS_-1207092870'), (u'INT_ADD_-1207089892', u'CAST_-1207086642'), (u'INT_ADD_-1207088407', u'PTRADD_-1207093485'), ('const-3435729', u'INT_ADD_-1207091244'), ('const-3423359', u'INT_ADD_-1207091232'), (u'CALL_-1207090128', u'INDIRECT_-1207087368'), (u'COPY_-1207087711', u'MULTIEQUAL_-1207089690'), ('const-2', u'COPY_-1207087961'), (u'INT_AND_-1207090847', u'INT_XOR_-1207090833'), (u'INT_AND_-1207092788', u'INT_RIGHT_-1207092784'), (u'INT_ADD_-1207088267', u'INT_ADD_-1207093183'), (u'PTRSUB_-1207087809', u'PTRSUB_-1207087749'), (u'LOAD_-1207091073', u'COPY_-1207087714'), ('tmp_6035', u'COPY_-1207087489'), ('const-15', u'INT_EQUAL_-1207093407'), (u'LOAD_-1207092090', u'LOAD_-1207092050'), (u'INT_ADD_-1207090778', u'INT_ADD_-1207090763'), (u'CAST_-1207088057', u'LOAD_-1207093112'), (u'INT_EQUAL_-1207090335', u'CBRANCH_-1207090331'), ('tmp_6037', u'CAST_-1207087188'), ('const-3296166', u'INT_ADD_-1207091179'), (u'INT_NOTEQUAL_-1207092152', u'CBRANCH_-1207092152'), ('const-1707', u'CALL_-1207089825'), (u'MULTIEQUAL_-1207087940', u'CAST_-1207086344'), (u'PTRSUB_-1207086654', u'CAST_-1207086523'), ('const-4', u'PTRADD_-1207087779'), ('const-417', u'LOAD_-1207093512'), (u'INT_AND_-1207092785', u'INT_LEFT_-1207092782'), (u'INT_OR_-1207092785', u'INT_OR_-1207092782'), ('tmp_5204', u'CBRANCH_-1207090998'), (u'CAST_-1207088072', u'LOAD_-1207093142'), (u'INT_LESS_-1207092870', u'CBRANCH_-1207092879'), (u'INT_AND_-1207090821', u'INT_RIGHT_-1207090817'), ('const-4261412864', u'INT_AND_-1207089471'), (u'LOAD_-1207092305', u'PTRSUB_-1207087728'), (u'BOOL_NEGATE_-1207088006', u'CBRANCH_-1207090992'), (u'CAST_-1207086364', u'CALL_-1207090128'), ('const-3423359', u'INT_ADD_-1207089730'), (u'PTRSUB_-1207087868', u'PTRSUB_-1207087805'), (u'INDIRECT_-1207087867', u'MULTIEQUAL_-1207088439'), (u'MULTIEQUAL_-1207089730', u'COPY_-1207087707'), ('tmp_6039', u'INT_EQUAL_-1207091779'), ('const-0', u'PTRSUB_-1207087320'), (u'INDIRECT_-1207088489', u'CALL_-1207091659'), ('const-0', u'INT_EQUAL_-1207092437'), (u'CALL_-1207090431', u'INDIRECT_-1207087972'), (u'MULTIEQUAL_-1207088026', u'MULTIEQUAL_-1207087979'), ('const-14', u'INT_EQUAL_-1207093349'), (u'MULTIEQUAL_-1207088466', u'COPY_-1207092393'), (u'PTRSUB_-1207087631', u'CAST_-1207087571'), (u'INT_NOTEQUAL_-1207092911', u'CBRANCH_-1207092911'), (u'LOAD_-1207092346', u'INT_REM_-1207092284'), ('tmp_6037', u'PTRSUB_-1207087894'), (u'MULTIEQUAL_-1207088291', u'PTRADD_-1207087470'), ('const-0', u'PTRSUB_-1207088223'), (u'INDIRECT_-1207088379', u'MULTIEQUAL_-1207087730'), (u'LOAD_-1207093512', u'INT_AND_-1207093464'), (u'INT_NOTEQUAL_-1207091900', u'CBRANCH_-1207091899'), (u'INT_SUB_-1207092094', u'INT_ADD_-1207091823'), (u'CAST_-1207087301', u'INT_SLESS_-1207090582'), (u'CAST_-1207087763', u'LOAD_-1207092474'), (u'INT_ADD_-1207090743', u'INT_LESS_-1207090721'), (u'INDIRECT_-1207088171', u'MULTIEQUAL_-1207087905'), (u'INT_ADD_-1207093031', u'CAST_-1207088023'), ('const-33554432', u'INT_AND_-1207092477'), ('const-3435729', u'INT_ADD_-1207089742'), (u'INDIRECT_-1207088218', u'MULTIEQUAL_-1207087765'), ('const-0', u'INT_NOTEQUAL_-1207093076'), (u'LOAD_-1207090887', u'INT_ZEXT_-1207090871'), (u'PTRSUB_-1207087320', u'CAST_-1207087266'), ('tmp_3728', u'CBRANCH_-1207091083'), (u'INT_RIGHT_-1207090817', u'INT_OR_-1207090818'), (u'PTRSUB_-1207088223', u'CAST_-1207088106'), (u'LOAD_-1207092419', u'CAST_-1207087730'), (u'CAST_-1207086537', u'INT_ADD_-1207086691'), (u'PTRSUB_-1207086645', u'CAST_-1207086537'), ('const-48', u'PTRADD_-1207086758'), ('const-44', u'PTRSUB_-1207086497'), (u'INT_ADD_-1207087877', u'CAST_-1207087763'), (u'CALL_-1207090782', u'INDIRECT_-1207088170'), ('const-417', u'LOAD_-1207093047'), (u'INT_NOTEQUAL_-1207092286', u'CBRANCH_-1207092286'), (u'MULTIEQUAL_-1207089660', u'INT_SUB_-1207092094'), (u'INT_NOTEQUAL_-1207093235', u'CBRANCH_-1207093233'), ('const-29', u'INT_EQUAL_-1207090937'), ('const-28', u'INT_RIGHT_-1207093445'), (u'LOAD_-1207090868', u'INT_AND_-1207090842'), ('const-5009664', u'PTRSUB_-1207088223'), (u'INT_AND_-1207089348', u'INT_EQUAL_-1207092437'), ('tmp_1965', u'BRANCH_-1207092246'), (u'MULTIEQUAL_-1207088466', u'INT_ADD_-1207087366'), ('const-48', u'PTRADD_-1207086686'), (u'INDIRECT_-1207088427', u'MULTIEQUAL_-1207087951'), ('const-0', u'PTRSUB_-1207087695'), ('const-2', u'INT_ADD_-1207086730'), (u'PTRADD_-1207086695', u'PTRSUB_-1207086693'), ('tmp_6038', u'CAST_-1207087559'), ('const-12', u'PTRSUB_-1207086488'), ('const-24', u'INT_RIGHT_-1207092786'), ('const-3435885', u'INT_ADD_-1207089892'), (u'CAST_-1207087337', u'CALL_-1207091659'), ('const-0', u'PTRSUB_-1207087395'), (u'CAST_-1207086721', u'LOAD_-1207090842'), (u'INT_SUB_-1207090793', u'INT_ADD_-1207090778'), (u'INT_EQUAL_-1207092437', u'CBRANCH_-1207092436'), (u'INT_ADD_-1207089730', u'CAST_-1207086550'), ('const-67108863', u'INT_AND_-1207092506'), ('const-417', u'LOAD_-1207093071'), (u'CAST_-1207087152', u'CALL_-1207090716'), (u'CAST_-1207088106', u'INT_ADD_-1207093183'), ('const-0', u'CALL_-1207091692'), (u'INDIRECT_-1207087372', u'CAST_-1207087152'), (u'CAST_-1207086748', u'LOAD_-1207090887'), ('tmp_1797', u'CBRANCH_-1207092369'), ('const-28', u'INT_ADD_-1207090854'), ('tmp_4895', u'BRANCH_-1207090535'), ('const-1', u'RETURN_-1207091217'), (u'PTRSUB_-1207087728', u'LOAD_-1207092282'), ('const-5497', u'INT_ADD_-1207091941'), (u'LOAD_-1207093142', u'INT_ADD_-1207093096'), (u'MULTIEQUAL_-1207090152', u'INT_AND_-1207092785'), (u'CAST_-1207087679', u'INT_REM_-1207092284'), (u'CAST_-1207087571', u'INT_ADD_-1207087677'), (u'SUBPIECE_-1207087130', u'MULTIEQUAL_-1207087730'), ('tmp_16110', u'INT_EQUAL_-1207090923'), (u'CAST_-1207086342', u'CALL_-1207090011'), (u'INT_NOTEQUAL_-1207091742', u'CBRANCH_-1207091741'), ('const-0', u'INT_EQUAL_-1207091963'), ('const-4', u'PTRSUB_-1207087646'), ('const-0', u'PTRSUB_-1207087766'), (u'CALL_-1207092030', u'INDIRECT_-1207087695'), (u'INT_LEFT_-1207093458', u'INT_OR_-1207093458'), (u'MULTIEQUAL_-1207088530', u'CAST_-1207087679'), ('const-417', u'LOAD_-1207093142'), ('tmp_6035', u'COPY_-1207087311'), (u'INT_ADD_-1207086730', u'CAST_-1207086574'), ('tmp_5758', u'CBRANCH_-1207091059'), (u'INT_ZEXT_-1207089364', u'RETURN_-1207090756'), ('const-0', u'INT_NOTEQUAL_-1207092152'), (u'INT_AND_-1207092477', u'INT_EQUAL_-1207092491'), ('const-24', u'INT_RIGHT_-1207090819'), (u'MULTIEQUAL_-1207088298', u'INT_ADD_-1207090763'), ('const-67108863', u'INT_LESS_-1207091798'), (u'LOAD_-1207092136', u'PTRSUB_-1207087631'), (u'CAST_-1207087758', u'INT_SLESS_-1207092454'), (u'INDIRECT_-1207090455', u'COPY_-1207087860'), (u'LOAD_-1207090893', u'INT_ADD_-1207090871'), ('const-8', u'INT_AND_-1207089348'), ('const-197', u'CALL_-1207090077'), ('tmp_1713', u'CBRANCH_-1207092436'), ('const-234881024', u'INT_AND_-1207089730'), (u'INT_AND_-1207089791', u'INT_EQUAL_-1207093329'), (u'PTRADD_-1207087753', u'PTRSUB_-1207087684'), (u'CAST_-1207087266', u'INT_ADD_-1207087366'), ('const-0', u'PTRSUB_-1207087116'), (u'LOAD_-1207092184', u'PTRADD_-1207087634'), (u'INT_ADD_-1207092074', u'CAST_-1207087547'), ('const-11', u'INT_SUB_-1207091879'), ('const-8', u'PTRSUB_-1207087065'), (u'CAST_-1207087730', u'MULTIEQUAL_-1207088530'), (u'LOAD_-1207090848', u'INT_SUB_-1207090793'), (u'INT_LESS_-1207090721', u'CBRANCH_-1207090730'), (u'CALL_-1207090431', u'INDIRECT_-1207088042'), (u'PTRADD_-1207087470', u'PTRSUB_-1207087468'), (u'INDIRECT_-1207087937', u'MULTIEQUAL_-1207088509'), ('const-8', u'INT_LEFT_-1207090815'), (u'PTRADD_-1207086835', u'PTRSUB_-1207086833'), (u'PTRADD_-1207093485', u'CAST_-1207088248'), ('const-417', u'LOAD_-1207091147'), (u'PTRSUB_-1207087759', u'LOAD_-1207092346'), ('tmp_3389', u'CBRANCH_-1207090853'), ('const-0', u'PTRSUB_-1207087632'), ('tmp_3760', u'CBRANCH_-1207091062'), ('const-4', u'INT_MULT_-1207091034'), ('const-0', u'INT_EQUAL_-1207090856'), ('const-0', u'INT_EQUAL_-1207090899'), (u'LOAD_-1207092906', u'INT_EQUAL_-1207092861'), (u'CAST_-1207087362', u'CALL_-1207091692'), (u'INDIRECT_-1207090455', u'COPY_-1207088060'), ('tmp_2385', u'CBRANCH_-1207091934'), (u'CALL_-1207090716', u'INDIRECT_-1207088171'), (u'INT_AND_-1207090842', u'INT_EQUAL_-1207090856'), (u'CALL_-1207091659', u'INDIRECT_-1207088358'), ('const-4294932071', u'PTRADD_-1207086490'), (u'MULTIEQUAL_-1207087991', u'MULTIEQUAL_-1207087944'), (u'PTRSUB_-1207086449', u'CAST_-1207086330'), ('tmp_660', u'CBRANCH_-1207093154'), (u'CAST_-1207086871', u'INT_SUB_-1207091112'), (u'INT_ADD_-1207091244', u'CAST_-1207086482'), (u'LOAD_-1207090848', u'INT_EQUAL_-1207090823'), ('tmp_3602', u'CBRANCH_-1207090730'), (u'PTRSUB_-1207087766', u'PTRSUB_-1207087759'), (u'INT_EQUAL_-1207090923', u'CBRANCH_-1207090922'), (u'CAST_-1207087010', u'INT_SRIGHT_-1207090891'), ('const-48', u'PTRADD_-1207086451'), (u'CALL_-1207090431', u'INDIRECT_-1207087937'), ('const-4079', u'CALL_-1207090676'), (u'PTRSUB_-1207087831', u'CAST_-1207087764'), ('const-1', u'INT_NOTEQUAL_-1207091085'), (u'COPY_-1207087957', u'RETURN_-1207087938'), (u'SUBPIECE_-1207088376', u'INT_NOTEQUAL_-1207093251'), (u'PTRADD_-1207086499', u'PTRSUB_-1207086497'), (u'LOAD_-1207090917', u'INT_ADD_-1207090877'), (u'MULTIEQUAL_-1207087916', u'CAST_-1207087010'), ('tmp_1328', u'BRANCH_-1207092082'), (u'MULTIEQUAL_-1207088509', u'MULTIEQUAL_-1207087533'), ('const-12', u'PTRSUB_-1207087343'), ('const-4294934289', u'PTRADD_-1207086749'), ('const-0', u'PTRSUB_-1207086344'), ('const-24', u'INT_RIGHT_-1207093462'), ('tmp_562', u'CBRANCH_-1207093233'), (u'CALL_-1207092938', u'PTRSUB_-1207088085'), (u'INT_EQUAL_-1207091105', u'CBRANCH_-1207091104'), ('const-4294934289', u'PTRADD_-1207086686'), ('const-20', u'PTRSUB_-1207086645'), (u'LOAD_-1207091073', u'INT_EQUAL_-1207091056'), ('tmp_10169', u'INT_ADD_-1207091244'), (u'PTRADD_-1207086647', u'PTRSUB_-1207086645'), ('tmp_6036', u'INT_EQUAL_-1207090335'), (u'INT_LEFT_-1207093455', u'INT_AND_-1207089791'), ('const-24', u'INT_LEFT_-1207093455'), (u'INDIRECT_-1207088031', u'MULTIEQUAL_-1207087765'), (u'INDIRECT_-1207087781', u'MULTIEQUAL_-1207087355'), ('const-417', u'LOAD_-1207093112'), ('const-2', u'INT_ADD_-1207086495'), ('tmp_6035', u'PTRADD_-1207087035'), (u'PTRSUB_-1207086585', u'PTRADD_-1207091145'), ('const-0', u'INT_EQUAL_-1207091779'), (u'CAST_-1207087310', u'LOAD_-1207090609'), ('const-10', u'PTRADD_-1207087027'), (u'CAST_-1207086725', u'LOAD_-1207090848'), ('const-417', u'LOAD_-1207091050'), ('tmp_384', u'CBRANCH_-1207093347'), ('const-1', u'RETURN_-1207091367'), ('const-1', u'RETURN_-1207090072'), ('const-27262976', u'INT_OR_-1207092827'), ('const-0', u'PTRSUB_-1207087631'), (u'CAST_-1207087311', u'INT_ADD_-1207087415'), ('const-3423359', u'INT_ADD_-1207089880'), ('tmp_810', u'CBRANCH_-1207093052'), (u'SUBPIECE_-1207088375', u'INT_ADD_-1207091153'), ('const-4', u'INT_MULT_-1207092516'), (u'MULTIEQUAL_-1207087355', u'PTRADD_-1207086499'), (u'INT_LESS_-1207090791', u'INT_ZEXT_-1207089364'), ('const-8', u'INT_ADD_-1207090832'), (u'INT_LEFT_-1207093455', u'INT_NOTEQUAL_-1207091028'), ('const-20', u'INT_ADD_-1207090901'), (u'INDIRECT_-1207088007', u'MULTIEQUAL_-1207088579'), ('const-417', u'LOAD_-1207092305'), ('const-1', u'INT_AND_-1207090842'), (u'LOAD_-1207091147', u'CAST_-1207086342'), ('const-65280', u'INT_AND_-1207093461'), (u'INT_OR_-1207090925', u'MULTIEQUAL_-1207089185'), ('tmp_16110', u'INT_ADD_-1207090901'), (u'INDIRECT_-1207088323', u'MULTIEQUAL_-1207087870'), ('const-0', u'COPY_-1207090814'), ('const-1', u'RETURN_-1207089865'), (u'CAST_-1207088068', u'LOAD_-1207093136'), ('const-1', u'RETURN_-1207091564'), (u'INDIRECT_-1207087781', u'PTRADD_-1207086758'), ('const-20', u'PTRSUB_-1207086449'), ('tmp_6037', u'PTRSUB_-1207087421'), (u'LOAD_-1207091981', u'INT_ADD_-1207091941'), (u'SUBPIECE_-1207088376', u'INT_NOTEQUAL_-1207093235'), (u'INT_ADD_-1207090592', u'MULTIEQUAL_-1207089660'), ('const-0', u'INT_EQUAL_-1207091044'), ('const-255', u'INT_SLESS_-1207092454'), (u'LOAD_-1207091156', u'PTRADD_-1207091000'), (u'INT_EQUAL_-1207091853', u'CBRANCH_-1207091846'), (u'COPY_-1207091100', u'RETURN_-1207091063'), (u'LOAD_-1207093142', u'INT_ADD_-1207093120'), (u'INT_ADD_-1207090613', u'MULTIEQUAL_-1207088466'), ('const-8', u'PTRSUB_-1207086756'), (u'CALL_-1207093551', u'INDIRECT_-1207089227'), (u'CAST_-1207088036', u'LOAD_-1207093071'), (u'INT_ADD_-1207091034', u'MULTIEQUAL_-1207089202'), ('const-23', u'INT_LEFT_-1207090949'), (u'CAST_-1207086316', u'CALL_-1207089958'), (u'PTRADD_-1207087741', u'LOAD_-1207092305'), ('const-0', u'INT_EQUAL_-1207090998'), ('const-417', u'LOAD_-1207091868'), ('tmp_6037', u'PTRSUB_-1207087116'), ('const-4294967295', u'INT_EQUAL_-1207090335'), (u'INDIRECT_-1207088312', u'CALL_-1207090716'), ('const-4294934563', u'PTRADD_-1207086499'), ('tmp_1645', u'CBRANCH_-1207092486'), (u'LOAD_-1207091957', u'INT_EQUAL_-1207091935'), ('const-124', u'INT_ADD_-1207092982'), (u'MULTIEQUAL_-1207087533', u'PTRADD_-1207086686'), (u'INT_EQUAL_-1207093369', u'MULTIEQUAL_-1207087999'), (u'INT_NOTEQUAL_-1207093031', u'CBRANCH_-1207093025'), (u'INT_EQUAL_-1207090899', u'CBRANCH_-1207090898'), ('const-4075', u'CALL_-1207090291'), (u'INT_NOTEQUAL_-1207093251', u'CBRANCH_-1207093250'), (u'LOAD_-1207092305', u'INT_NOTEQUAL_-1207092286'), (u'CALL_-1207091692', u'INDIRECT_-1207088489'), (u'COPY_-1207087860', u'MULTIEQUAL_-1207088439'), ('const-0', u'RETURN_-1207087940'), (u'INT_EQUAL_-1207093097', u'CBRANCH_-1207093094'), ('tmp_848', u'CBRANCH_-1207093025'), ('tmp_3160', u'CBRANCH_-1207091043'), ('const-417', u'STORE_-1207092800'), ('const-8', u'INT_ADD_-1207093120'), (u'MULTIEQUAL_-1207089805', u'INT_NOTEQUAL_-1207092187'), ('const-4', u'INT_ADD_-1207093126'), (u'COPY_-1207087961', u'RETURN_-1207087942'), ('const-48', u'PTRADD_-1207086460'), (u'INT_REM_-1207092284', u'INT_NOTEQUAL_-1207090999'), (u'CAST_-1207087188', u'CALL_-1207090782'), (u'CALL_-1207090944', u'INDIRECT_-1207087781'), (u'INT_RIGHT_-1207093460', u'INT_OR_-1207093461'), ('const-417', u'LOAD_-1207091986'), (u'CAST_-1207087274', u'CALL_-1207091569'), (u'MULTIEQUAL_-1207089185', u'INT_RIGHT_-1207090819'), (u'CALL_-1207090716', u'INDIRECT_-1207088066'), (u'LOAD_-1207091957', u'MULTIEQUAL_-1207089160'), (u'PTRSUB_-1207087894', u'PTRSUB_-1207087831'), (u'INT_EQUAL_-1207092980', u'CBRANCH_-1207092979'), ('const-4026', u'CALL_-1207089720'), ('tmp_2296', u'CBRANCH_-1207092003'), (u'CAST_-1207087547', u'LOAD_-1207092090'), ('const-0', u'INT_EQUAL_-1207091633'), ('const-33554432', u'INT_ADD_-1207091034'), ('const-0', u'PTRSUB_-1207086585'), ('const-0', u'PTRSUB_-1207087733'), (u'CAST_-1207086865', u'INT_LESSEQUAL_-1207091069'), (u'BOOL_NEGATE_-1207088017', u'CBRANCH_-1207091011'), ('const-4294934289', u'PTRADD_-1207086647'), ('const-1', u'RETURN_-1207089715'), ('const-417', u'LOAD_-1207090493'), ('const-3436485', u'PTRSUB_-1207086647'), (u'COPY_-1207088064', u'MULTIEQUAL_-1207087995'), (u'LOAD_-1207092474', u'MULTIEQUAL_-1207089318'), ('tmp_10169', u'INT_ADD_-1207089892'), (u'LOAD_-1207092050', u'CAST_-1207087527'), (u'INT_ADD_-1207093183', u'CAST_-1207088105'), (u'INDIRECT_-1207087781', u'PTRADD_-1207086826'), ('tmp_10169', u'INT_ADD_-1207089742'), (u'INT_ADD_-1207091965', u'CAST_-1207087492'), ('tmp_2665', u'CBRANCH_-1207091757'), ('const-0', u'INT_EQUAL_-1207092980'), (u'INT_NOTEQUAL_-1207090689', u'CBRANCH_-1207090688'), ('const-8', u'INT_NOTEQUAL_-1207091900'), (u'PTRSUB_-1207087025', u'LOAD_-1207091147'), (u'SUBPIECE_-1207088376', u'INT_EQUAL_-1207093309'), ('const-0', u'INT_EQUAL_-1207091105'), ('const-0', u'PTRSUB_-1207087656'), ('const-8', u'PTRSUB_-1207087827'), ('const-16', u'PTRSUB_-1207086693'), ('const-1', u'PTRADD_-1207089801'), ('const-4294934547', u'PTRADD_-1207087470'), ('tmp_914', u'CBRANCH_-1207092979'), (u'INT_LESS_-1207092360', u'CBRANCH_-1207092369'), ('const-8', u'PTRSUB_-1207087369'), ('const-1', u'INT_ADD_-1207086534'), ('tmp_6037', u'PTRSUB_-1207087395'), (u'CALL_-1207092030', u'INT_EQUAL_-1207092004'), ('const-4088', u'CALL_-1207091569'), ('const-20', u'INT_ADD_-1207090871'), (u'MULTIEQUAL_-1207088518', u'INT_EQUAL_-1207091105'), (u'LOAD_-1207093071', u'INT_ADD_-1207093031'), (u'LOAD_-1207091981', u'INT_EQUAL_-1207091963'), (u'INT_SLESS_-1207090582', u'CBRANCH_-1207090581'), ('tmp_3299', u'CBRANCH_-1207090922'), (u'MULTIEQUAL_-1207089318', u'INT_AND_-1207089348'), (u'INT_ADD_-1207090901', u'CAST_-1207086767'), (u'INT_AND_-1207092506', u'INT_ADD_-1207090613'), (u'CAST_-1207086550', u'CALL_-1207089720'), (u'LOAD_-1207093047', u'INT_NOTEQUAL_-1207093031'), (u'CAST_-1207087764', u'INT_ADD_-1207087877'), (u'INT_SUB_-1207091112', u'INT_SRIGHT_-1207091090'), (u'MULTIEQUAL_-1207088387', u'INT_ADD_-1207087677'), (u'CAST_-1207087265', u'MULTIEQUAL_-1207088530'), (u'PTRSUB_-1207087033', u'LOAD_-1207091156'), ('const-48', u'PTRADD_-1207086749'), (u'INDIRECT_-1207088427', u'MULTIEQUAL_-1207087979'), ('tmp_6035', u'CAST_-1207087362'), (u'LOAD_-1207092253', u'MULTIEQUAL_-1207089805'), (u'MULTIEQUAL_-1207088007', u'MULTIEQUAL_-1207088298'), (u'MULTIEQUAL_-1207087944', u'INT_AND_-1207088701'), (u'INT_LEFT_-1207090812', u'INT_OR_-1207090812'), ('tmp_4856', u'CBRANCH_-1207090688'), (u'MULTIEQUAL_-1207087800', u'CAST_-1207086341'), (u'PTRSUB_-1207087711', u'LOAD_-1207092253'), (u'PTRSUB_-1207087065', u'PTRSUB_-1207086992'), (u'INT_RIGHT_-1207092786', u'INT_OR_-1207092785'), (u'INT_LESS_-1207090530', u'MULTIEQUAL_-1207089160'), (u'INT_EQUAL_-1207093369', u'MULTIEQUAL_-1207088071'), (u'PTRSUB_-1207087733', u'CAST_-1207087734'), (u'INT_RIGHT_-1207093462', u'INT_OR_-1207093461'), (u'INT_ADD_-1207091941', u'CAST_-1207087479'), ('const-0', u'INT_NOTEQUAL_-1207090746'), (u'MULTIEQUAL_-1207087533', u'PTRADD_-1207086695'), ('const-0', u'PTRSUB_-1207087868'), ('const-417', u'STORE_-1207090833'), ('tmp_6035', u'CAST_-1207087187'), ('const-2', u'INT_LESS_-1207090530'), (u'MULTIEQUAL_-1207087940', u'CAST_-1207086785'), (u'CALL_-1207092938', u'INDIRECT_-1207088906'), (u'MULTIEQUAL_-1207088387', u'INT_ADD_-1207090392'), (u'COPY_-1207090639', u'MULTIEQUAL_-1207088387'), (u'CALL_-1207090431', u'INDIRECT_-1207088007'), (u'CALL_-1207092938', u'INDIRECT_-1207088836'), (u'INT_LEFT_-1207093455', u'INT_AND_-1207089604'), (u'CAST_-1207086736', u'LOAD_-1207090868'), (u'MULTIEQUAL_-1207087999', u'BOOL_NEGATE_-1207088017'), (u'CAST_-1207088254', u'INT_RIGHT_-1207088302'), (u'MULTIEQUAL_-1207088466', u'MULTIEQUAL_-1207088298'), (u'PTRADD_-1207086490', u'PTRSUB_-1207086488'), (u'INDIRECT_-1207090455', u'LOAD_-1207093512'), (u'PTRSUB_-1207086756', u'CAST_-1207086585'), ('const-16711680', u'INT_AND_-1207092788'), (u'CAST_-1207086966', u'CALL_-1207090431'), ('tmp_3218', u'CBRANCH_-1207090997'), ('const-12', u'PTRSUB_-1207087805'), ('const-0', u'PTRSUB_-1207087421'), (u'INT_EQUAL_-1207093309', u'CBRANCH_-1207093307'), ('const-32', u'PTRADD_-1207087035'), ('const-40', u'INT_NOTEQUAL_-1207093120'), (u'INT_REM_-1207090985', u'INT_NOTEQUAL_-1207090999'), (u'INT_LEFT_-1207090949', u'INT_OR_-1207090936'), (u'LOAD_-1207090609', u'CAST_-1207087301'), (u'PTRADD_-1207091000', u'CAST_-1207086855'), ('const-1', u'RETURN_-1207091357'), (u'CAST_-1207086344', u'CALL_-1207090077'), (u'INT_AND_-1207088701', u'INT_LEFT_-1207090949'), (u'INT_ADD_-1207087677', u'MULTIEQUAL_-1207089660'), ('const-3', u'INT_LESS_-1207091861'), (u'CALL_-1207090431', u'INDIRECT_-1207087902'), (u'INT_EQUAL_-1207090823', u'CBRANCH_-1207090821'), (u'LOAD_-1207092424', u'CALL_-1207090431'), ('const-4294934549', u'PTRADD_-1207086656'), ('const-65280', u'INT_AND_-1207090818'), ('const-4', u'INT_ADD_-1207090826'), ('const-4294967295', u'INT_EQUAL_-1207090823'), (u'INT_NOTEQUAL_-1207092187', u'CBRANCH_-1207092184'), (u'INDIRECT_-1207088323', u'MULTIEQUAL_-1207088291'), ('const-4', u'INT_ADD_-1207090877'), ('const-0', u'PTRSUB_-1207087809'), (u'INT_AND_-1207090818', u'INT_LEFT_-1207090815'), (u'INT_OR_-1207090818', u'INT_OR_-1207090815'), (u'CALL_-1207090431', u'INDIRECT_-1207087867'), (u'MULTIEQUAL_-1207087905', u'CAST_-1207086343'), (u'INT_EQUAL_-1207092072', u'CBRANCH_-1207092071'), ('const-0', u'SUBPIECE_-1207087130'), ('const-0', u'INT_EQUAL_-1207092004'), ('const-28', u'INT_NOTEQUAL_-1207091064'), (u'PTRSUB_-1207087695', u'LOAD_-1207091073'), (u'SUBPIECE_-1207088376', u'INT_EQUAL_-1207090937'), (u'LOAD_-1207093180', u'INT_EQUAL_-1207093155'), (u'CALL_-1207092030', u'INDIRECT_-1207088497'), ('const-20', u'PTRSUB_-1207087459'), (u'LOAD_-1207092424', u'PTRSUB_-1207087863'), (u'PTRSUB_-1207088364', u'PTRADD_-1207093485'), ('tmp_4353', u'BRANCH_-1207090653'), (u'PTRSUB_-1207086833', u'CAST_-1207086644'), ('const-417', u'LOAD_-1207091998'), (u'CALL_-1207092030', u'PTRSUB_-1207087646'), ('const-27', u'INT_NOTEQUAL_-1207093251'), (u'INT_AND_-1207092506', u'MULTIEQUAL_-1207088466'), (u'MULTIEQUAL_-1207090152', u'INT_RIGHT_-1207092786'), (u'INT_ADD_-1207093055', u'CAST_-1207088036'), (u'INT_ADD_-1207086870', u'CAST_-1207086657'), ('const-0', u'RETURN_-1207092745'), ('tmp_5464', u'CBRANCH_-1207090581'), ('const-16711680', u'INT_AND_-1207090821'), (u'INDIRECT_-1207088253', u'MULTIEQUAL_-1207087800'), (u'CAST_-1207086344', u'CALL_-1207090011'), ('const-15', u'INT_NOTEQUAL_-1207093235'), (u'INT_LEFT_-1207093455', u'INT_OR_-1207093455'), (u'PTRSUB_-1207087395', u'PTRSUB_-1207087343'), (u'CAST_-1207088092', u'LOAD_-1207093180'), ('const-0', u'COPY_-1207088064'), (u'CAST_-1207088105', u'LOAD_-1207093192'), ('const-417', u'LOAD_-1207092419'), (u'INT_ADD_-1207086793', u'CAST_-1207086598'), ('const-5007633', u'PTRSUB_-1207088364'), (u'CAST_-1207086330', u'INT_ADD_-1207086495'), (u'LOAD_-1207093512', u'INT_LEFT_-1207093455'), ('const-0', u'INT_EQUAL_-1207092072'), ('const-2922', u'CALL_-1207091372'), ('const-0', u'PTRSUB_-1207088364'), (u'INT_LESSEQUAL_-1207091069', u'CBRANCH_-1207091068'), ('const-9', u'PTRADD_-1207087035'), ('const-28', u'PTRSUB_-1207087033'), ('const-1', u'RETURN_-1207089826'), (u'CAST_-1207087610', u'INT_REM_-1207090985'), ('const-12685', u'INT_ADD_-1207093031'), (u'INDIRECT_-1207088358', u'MULTIEQUAL_-1207087905'), ('const-0', u'PTRSUB_-1207086647'), (u'MULTIEQUAL_-1207088026', u'MULTIEQUAL_-1207087951'), (u'INT_ADD_-1207086534', u'CAST_-1207086344'), (u'MULTIEQUAL_-1207087905', u'CALL_-1207090944'), ('const-417', u'LOAD_-1207090868'), ('const-0', u'INT_EQUAL_-1207093155'), ('const-8', u'INT_LEFT_-1207093458'), (u'INT_OR_-1207093455', u'MULTIEQUAL_-1207089185'), (u'CAST_-1207086341', u'CALL_-1207090011'), (u'PTRSUB_-1207087749', u'LOAD_-1207092312'), (u'CAST_-1207086704', u'INT_SUB_-1207090793'), (u'CALL_-1207091659', u'INDIRECT_-1207088323'), (u'INT_ADD_-1207093096', u'CAST_-1207088057'), ('const-417', u'LOAD_-1207092184'), (u'PTRSUB_-1207087468', u'CAST_-1207087261'), (u'CAST_-1207086536', u'CALL_-1207091362'), (u'MULTIEQUAL_-1207087355', u'PTRADD_-1207086490'), ('const-0', u'PTRSUB_-1207087711'), (u'INT_EQUAL_-1207091935', u'CBRANCH_-1207091934'), (u'MULTIEQUAL_-1207088096', u'MULTIEQUAL_-1207088291'), ('const-2', u'INT_AND_-1207088701'), ('const-124', u'INT_ADD_-1207092074'), (u'INDIRECT_-1207088042', u'SUBPIECE_-1207087130'), ('const-417', u'LOAD_-1207091169'), (u'INT_ADD_-1207093164', u'CAST_-1207088092'), ('tmp_2183', u'CBRANCH_-1207092071'), ('tmp_6039', u'INT_NOTEQUAL_-1207090746'), (u'LOAD_-1207091062', u'INT_EQUAL_-1207091044'), ('const-8', u'PTRSUB_-1207087831'), ('const-417', u'LOAD_-1207092474'), ('tmp_3435', u'CBRANCH_-1207090821'), (u'PTRSUB_-1207086992', u'LOAD_-1207090493'), ('const-2', u'INT_SRIGHT_-1207091090'), (u'CAST_-1207087275', u'INT_ADD_-1207087505'), (u'INT_EQUAL_-1207091963', u'CBRANCH_-1207091962'), (u'INT_ADD_-1207087366', u'CAST_-1207087265'), (u'SUBPIECE_-1207088376', u'INT_NOTEQUAL_-1207091064'), (u'INT_ADD_-1207090854', u'CAST_-1207086736'), ('const-24', u'INT_ADD_-1207091153'), ('tmp_5866', u'CBRANCH_-1207090987'), ('const-48', u'PTRADD_-1207087461'), (u'CAST_-1207086474', u'CALL_-1207091222'), ('tmp_10169', u'PTRADD_-1207091145'), ('const-52490240', u'INT_OR_-1207092070'), (u'CALL_-1207090431', u'INT_ADD_-1207090392'), ('const-4194304000', u'INT_NOTEQUAL_-1207090990'), ('const-417', u'LOAD_-1207092958'), ('const-4294934547', u'PTRADD_-1207086835'), (u'INT_AND_-1207089471', u'INT_NOTEQUAL_-1207090990'), (u'MULTIEQUAL_-1207089202', u'MULTIEQUAL_-1207089171'), (u'PTRADD_-1207086758', u'PTRSUB_-1207086756'), (u'CALL_-1207090782', u'INDIRECT_-1207088347'), (u'CALL_-1207090716', u'INT_NOTEQUAL_-1207090689'), ('const-0', u'PTRSUB_-1207087728'), (u'MULTIEQUAL_-1207087870', u'PTRADD_-1207086460'), (u'PTRADD_-1207086686', u'PTRSUB_-1207086684'), ('const-4', u'PTRSUB_-1207087759'), ('const-4294934289', u'PTRADD_-1207086826'), (u'COPY_-1207087752', u'MULTIEQUAL_-1207089730'), ('const-0', u'SUBPIECE_-1207088376'), ('const-3', u'INT_LESS_-1207092870'), (u'PTRSUB_-1207087646', u'LOAD_-1207091998'), ('tmp_3696', u'CBRANCH_-1207091104'), (u'CALL_-1207091692', u'INDIRECT_-1207088417'), ('const-1', u'PTRADD_-1207087779'), ('tmp_5922', u'CBRANCH_-1207090934'), ('const-0', u'PTRSUB_-1207087894'), (u'INT_AND_-1207091900', u'INT_NOTEQUAL_-1207091900'), ('const-0', u'INT_NOTEQUAL_-1207093031'), (u'CALL_-1207090716', u'INDIRECT_-1207088206'), ('tmp_5080', u'BRANCH_-1207090398'), (u'PTRSUB_-1207087810', u'PTRSUB_-1207087809'), (u'MULTIEQUAL_-1207088007', u'INT_ADD_-1207090592'), ('const-33554432', u'INT_ADD_-1207091823'), (u'LOAD_-1207092282', u'COPY_-1207087752'), ('const-417', u'LOAD_-1207090609'), (u'CAST_-1207087734', u'LOAD_-1207092424'), ('const-1', u'RETURN_-1207089943'), ('const-2', u'INT_ADD_-1207087505'), (u'PTRSUB_-1207086497', u'CALL_-1207090077'), (u'LOAD_-1207092906', u'INT_SUB_-1207092883'), (u'INDIRECT_-1207088392', u'MULTIEQUAL_-1207087944'), (u'CALL_-1207091692', u'INDIRECT_-1207088524'), ('tmp_3333', u'CBRANCH_-1207090898'), (u'INDIRECT_-1207087781', u'PTRADD_-1207086749'), (u'CAST_-1207086872', u'INT_SUB_-1207091112'), (u'COPY_-1207087714', u'MULTIEQUAL_-1207089730'), ('tmp_10169', u'INT_ADD_-1207089835'), ('const-1', u'RETURN_-1207090006'), (u'INDIRECT_-1207088206', u'MULTIEQUAL_-1207087940'), ('tmp_6035', u'PTRADD_-1207087027'), (u'CAST_-1207087492', u'LOAD_-1207091981'), (u'INT_NOTEQUAL_-1207093076', u'CBRANCH_-1207093076'), (u'CAST_-1207087363', u'CALL_-1207091692'), (u'CAST_-1207087527', u'CALL_-1207092030'), (u'INT_AND_-1207090454', u'CALL_-1207090431'), (u'INT_NOTEQUAL_-1207091085', u'CBRANCH_-1207091083'), (u'CALL_-1207091692', u'INDIRECT_-1207088347'), (u'INDIRECT_-1207088567', u'CAST_-1207086458'), ('const-20', u'PTRSUB_-1207086824'), ('const-2925', u'CALL_-1207091362'), (u'PTRADD_-1207091145', u'CALL_-1207091172'), (u'INDIRECT_-1207088031', u'MULTIEQUAL_-1207087991'), ('tmp_714', u'CBRANCH_-1207093117'), ('const-0', u'SUBPIECE_-1207088375'), ('const-2', u'INT_SRIGHT_-1207090891'), ('const-417', u'LOAD_-1207092312'), ('const-13', u'INT_EQUAL_-1207092861'), ('const-0', u'INT_NOTEQUAL_-1207090689'), (u'INT_ADD_-1207090646', u'MULTIEQUAL_-1207089171'), (u'LOAD_-1207092282', u'PTRADD_-1207087779'), ('const-28', u'INT_EQUAL_-1207091062'), (u'COPY_-1207092393', u'MULTIEQUAL_-1207088387'), ('const-1', u'PTRADD_-1207087753'), ('tmp_6037', u'CAST_-1207087363'), (u'PTRSUB_-1207087369', u'CAST_-1207087311'), (u'CALL_-1207093551', u'INDIRECT_-1207088379'), (u'LOAD_-1207093071', u'INT_EQUAL_-1207093053'), (u'LOAD_-1207092090', u'INT_EQUAL_-1207092072'), (u'CAST_-1207086599', u'INT_ADD_-1207086793'), (u'CAST_-1207086482', u'CALL_-1207091222'), (u'LOAD_-1207092305', u'COPY_-1207087749'), (u'INT_EQUAL_-1207092004', u'CBRANCH_-1207092003'), (u'INT_LEFT_-1207090815', u'INT_OR_-1207090815'), ('tmp_444', u'CBRANCH_-1207093307'), ('const-0', u'RETURN_-1207090756'), (u'PTRADD_-1207087027', u'PTRSUB_-1207087025'), (u'INT_LESS_-1207091798', u'CBRANCH_-1207091806'), ('const-67108863', u'INT_LESS_-1207090721'), ('const-3', u'INT_ADD_-1207087415'), (u'LOAD_-1207092312', u'PTRADD_-1207087741'), ('tmp_5379', u'BRANCH_-1207090597'), (u'INT_EQUAL_-1207090856', u'CBRANCH_-1207090853'), ('const-16', u'PTRSUB_-1207086654'), ('const-184549376', u'INT_EQUAL_-1207093329'), ('const-92', u'CALL_-1207091172'), ('const-28', u'INT_NOTEQUAL_-1207091742'), ('const-1', u'INT_ADD_-1207088267'), ('const-417', u'LOAD_-1207092906'), (u'CAST_-1207086329', u'CALL_-1207089958'), (u'MULTIEQUAL_-1207087979', u'MULTIEQUAL_-1207087951'), (u'INDIRECT_-1207088497', u'MULTIEQUAL_-1207087500'), (u'CALL_-1207093551', u'CAST_-1207088254'), (u'INT_ADD_-1207090613', u'MULTIEQUAL_-1207088007'), (u'CAST_-1207086642', u'CALL_-1207089870'), (u'INT_OR_-1207092827', u'MULTIEQUAL_-1207090152'), (u'CAST_-1207086986', u'INT_AND_-1207090454'), ('const-8', u'PTRSUB_-1207087468'), ('const-417', u'LOAD_-1207090842'), ('const-1', u'RETURN_-1207089953'), (u'INT_RIGHT_-1207093445', u'INT_EQUAL_-1207093349'), ('const-0', u'COPY_-1207091724'), (u'INT_ADD_-1207090871', u'CAST_-1207086748'), (u'MULTIEQUAL_-1207090152', u'INT_AND_-1207092788'), ('const-4294934289', u'PTRADD_-1207087461'), ('const-0', u'RETURN_-1207087938'), ('const-8', u'INT_RIGHT_-1207093460'), (u'INT_AND_-1207093464', u'INT_RIGHT_-1207093460'), ('const-16711680', u'INT_AND_-1207093464'), (u'INT_ADD_-1207089742', u'CAST_-1207086558'), (u'INT_EQUAL_-1207093053', u'CBRANCH_-1207093052'), (u'INT_AND_-1207089604', u'INT_OR_-1207092070'), ('const-28', u'INT_EQUAL_-1207093309'), ('const-8', u'INT_RIGHT_-1207092784'), ('const-2', u'INT_ADD_-1207086870'), ('const-417', u'LOAD_-1207092346'), ('const-8', u'INT_ADD_-1207093055'), (u'CAST_-1207086458', u'CALL_-1207089978'), (u'PTRADD_-1207087779', u'PTRSUB_-1207087711'), (u'LOAD_-1207093512', u'INT_AND_-1207093461'), (u'CALL_-1207090782', u'INDIRECT_-1207088065'), (u'PTRADD_-1207087461', u'PTRSUB_-1207087459'), (u'INT_ADD_-1207086691', u'CAST_-1207086536'), (u'CAST_-1207087444', u'LOAD_-1207091868'), ('const-417', u'LOAD_-1207091156'), ('const-40', u'INT_ADD_-1207088407'), ('const-2', u'COPY_-1207087959'), (u'LOAD_-1207092346', u'INT_REM_-1207090985'), (u'CAST_-1207087559', u'INT_SUB_-1207092094'), ('const-48', u'PTRADD_-1207086695'), (u'INT_ADD_-1207091179', u'CAST_-1207086448'), (u'PTRADD_-1207087634', u'PTRSUB_-1207087632'), (u'MULTIEQUAL_-1207087951', u'STORE_-1207090833'), (u'LOAD_-1207092998', u'INT_EQUAL_-1207092980'), (u'CAST_-1207087261', u'CALL_-1207091569'), (u'INT_NOTEQUAL_-1207090746', u'INT_ZEXT_-1207089414'), (u'INT_SRIGHT_-1207091090', u'CAST_-1207086865'), ('const-417', u'LOAD_-1207091073'), (u'LOAD_-1207091050', u'CAST_-1207087610'), (u'INT_OR_-1207092070', u'MULTIEQUAL_-1207090152'), (u'INT_EQUAL_-1207092491', u'CBRANCH_-1207092486'), (u'INT_ADD_-1207086495', u'CAST_-1207086329'), (u'INT_ADD_-1207090877', u'CAST_-1207086752'), (u'INT_OR_-1207093455', u'INT_MULT_-1207092516'), (u'LOAD_-1207092424', u'PTRSUB_-1207087827'), ('const-0', u'INT_NOTEQUAL_-1207092286'), (u'INDIRECT_-1207087851', u'CAST_-1207086364'), (u'PTRSUB_-1207086647', u'PTRADD_-1207089801'), (u'INT_ADD_-1207091852', u'CAST_-1207087444'), ('const-0', u'CALL_-1207090782'), (u'SUBPIECE_-1207088376', u'INT_NOTEQUAL_-1207091742'), ('const-0', u'INT_EQUAL_-1207093097'), (u'LOAD_-1207093136', u'INT_NOTEQUAL_-1207093120'), (u'PTRADD_-1207089801', u'CALL_-1207089825'), (u'CALL_-1207090782', u'INDIRECT_-1207088205'), ('const-417', u'LOAD_-1207093180'), (u'PTRSUB_-1207087632', u'LOAD_-1207092136'), (u'LOAD_-1207090917', u'INT_EQUAL_-1207090899'), (u'COPY_-1207092785', u'RETURN_-1207092745'), (u'INT_XOR_-1207090833', u'INT_LEFT_-1207090812'), (u'INT_RIGHT_-1207092784', u'INT_OR_-1207092785'), (u'CALL_-1207091692', u'INDIRECT_-1207088277'), (u'INDIRECT_-1207089227', u'MULTIEQUAL_-1207088544'), (u'MULTIEQUAL_-1207087500', u'PTRADD_-1207086656'), (u'CALL_-1207092938', u'INT_NOTEQUAL_-1207092911'), ('const-0', u'PTRSUB_-1207087863'), ('tmp_530', u'CBRANCH_-1207093250'), (u'PTRADD_-1207086656', u'PTRSUB_-1207086654'), ('const-48', u'PTRADD_-1207086826'), (u'LOAD_-1207091981', u'INT_ADD_-1207091852'), (u'SUBPIECE_-1207090211', u'INT_NOTEQUAL_-1207093076'), (u'MULTIEQUAL_-1207088530', u'CAST_-1207086966'), ('const-0', u'PTRSUB_-1207087025'), ('const-4', u'INT_ADD_-1207093096'), (u'INDIRECT_-1207088497', u'MULTIEQUAL_-1207088096'), (u'CALL_-1207091692', u'INDIRECT_-1207088382'), ('const-8', u'INT_SUB_-1207092883'), ('const-167772160', u'INT_NOTEQUAL_-1207093215'), (u'PTRSUB_-1207087116', u'PTRSUB_-1207087065'), ('tmp_10169', u'INT_ADD_-1207088407'), ('const-417', u'LOAD_-1207093192'), (u'INT_OR_-1207093458', u'INT_OR_-1207090936'), (u'MULTIEQUAL_-1207089160', u'INT_NOTEQUAL_-1207091759'), (u'SUBPIECE_-1207088376', u'INT_EQUAL_-1207091062'), (u'CAST_-1207088105', u'LOAD_-1207091986'), (u'LOAD_-1207091868', u'INT_EQUAL_-1207091853'), ('const-417', u'LOAD_-1207092424')]
[(u'CALL_-1207088687', u'INDIRECT_-1207081988'), (u'INDIRECT_-1207082353', u'MULTIEQUAL_-1207082888'), (u'MULTIEQUAL_-1207081942', u'MULTIEQUAL_-1207081898'), (u'MULTIEQUAL_-1207081825', u'MULTIEQUAL_-1207080978'), (u'LOAD_-1207092253', u'MULTIEQUAL_-1207086977'), (u'LOAD_-1207092305', u'COPY_-1207081846'), ('const-3', u'INT_ADD_-1207080132'), ('tmp_10117', u'CBRANCH_-1207088837'), (u'PTRADD_-1207089518', u'COPY_-1207078842'), ('const-6693', u'INT_ADD_-1207089528'), (u'MULTIEQUAL_-1207081351', u'MULTIEQUAL_-1207081341'), (u'INDIRECT_-1207082213', u'MULTIEQUAL_-1207081922'), (u'CALL_-1207090291', u'INDIRECT_-1207082128'), (u'INDIRECT_-1207081840', u'MULTIEQUAL_-1207081817'), (u'CALL_-1207088081', u'INDIRECT_-1207082802'), (u'CALL_-1207091362', u'INDIRECT_-1207082533'), (u'CALL_-1207087131', u'INDIRECT_-1207080976'), (u'INDIRECT_-1207080516', u'MULTIEQUAL_-1207080477'), (u'PTRADD_-1207089518', u'MULTIEQUAL_-1207085192'), (u'INDIRECT_-1207083276', u'MULTIEQUAL_-1207082838'), ('const-417', u'LOAD_-1207089573'), (u'INT_OR_-1207090936', u'INT_OR_-1207090925'), (u'CALLIND_-1207088566', u'INDIRECT_-1207081240'), (u'MULTIEQUAL_-1207081059', u'MULTIEQUAL_-1207081049'), (u'INDIRECT_-1207082645', u'MULTIEQUAL_-1207082256'), (u'CALL_-1207086179', u'INDIRECT_-1207079621'), (u'MULTIEQUAL_-1207081804', u'SUBPIECE_-1207082665'), (u'INDIRECT_-1207082386', u'MULTIEQUAL_-1207082314'), ('tmp_8225', u'CBRANCH_-1207086879'), (u'INDIRECT_-1207080698', u'MULTIEQUAL_-1207081686'), (u'CALL_-1207088687', u'INDIRECT_-1207082280'), ('const-0', u'INT_NOTEQUAL_-1207088732'), ('const-0', u'INT_EQUAL_-1207088559'), (u'MULTIEQUAL_-1207083305', u'INT_REM_-1207092284'), ('const-417', u'LOAD_-1207088553'), (u'INT_AND_-1207093461', u'INT_LEFT_-1207093458'), (u'INT_OR_-1207093461', u'INT_OR_-1207093458'), (u'INT_ADD_-1207092124', u'CAST_-1207081607'), ('tmp_5582', u'CBRANCH_-1207089340'), (u'CALL_-1207091222', u'INDIRECT_-1207082227'), (u'INT_LEFT_-1207093455', u'INT_AND_-1207086243'), (u'INT_OR_-1207093455', u'MULTIEQUAL_-1207086243'), (u'INDIRECT_-1207082140', u'MULTIEQUAL_-1207081751'), ('const-2', u'COPY_-1207082089'), (u'CALL_-1207093551', u'SUBPIECE_-1207082459'), (u'CAST_-1207080933', u'LOAD_-1207091156'), (u'MULTIEQUAL_-1207081390', u'MULTIEQUAL_-1207080543'), (u'INDIRECT_-1207081736', u'MULTIEQUAL_-1207081705'), (u'CALL_-1207089038', u'INDIRECT_-1207082949'), (u'MULTIEQUAL_-1207083014', u'MULTIEQUAL_-1207082888'), (u'CALL_-1207091692', u'INDIRECT_-1207083271'), (u'INDIRECT_-1207081663', u'MULTIEQUAL_-1207081632'), (u'LOAD_-1207091169', u'INT_ADD_-1207080586'), (u'INDIRECT_-1207082285', u'MULTIEQUAL_-1207081798'), (u'LOAD_-1207087158', u'INT_SUB_-1207087087'), (u'CALL_-1207090128', u'INDIRECT_-1207081984'), (u'INDIRECT_-1207083131', u'LOAD_-1207091986'), ('const-44', u'INT_ADD_-1207087379'), (u'CALL_-1207090944', u'INDIRECT_-1207082903'), (u'COPY_-1207080408', u'MULTIEQUAL_-1207085217'), (u'CALL_-1207088087', u'INDIRECT_-1207082386'), ('const-5', u'INT_RIGHT_-1207087018'), (u'CALL_-1207091659', u'INDIRECT_-1207083102'), ('tmp_8675', u'CBRANCH_-1207087377'), (u'MULTIEQUAL_-1207081798', u'MULTIEQUAL_-1207081753'), (u'CALL_-1207086407', u'INDIRECT_-1207080340'), (u'MULTIEQUAL_-1207081614', u'INT_SUB_-1207088610'), (u'INDIRECT_-1207082140', u'INT_LESSEQUAL_-1207087073'), (u'COPY_-1207089837', u'MULTIEQUAL_-1207082302'), ('tmp_3123', u'CBRANCH_-1207091068'), (u'MULTIEQUAL_-1207081532', u'MULTIEQUAL_-1207081483'), (u'INT_AND_-1207080346', u'INT_NOTEQUAL_-1207089210'), (u'INDIRECT_-1207082212', u'MULTIEQUAL_-1207081991'), (u'INDIRECT_-1207082645', u'MULTIEQUAL_-1207082354'), (u'MULTIEQUAL_-1207082230', u'MULTIEQUAL_-1207081388'), (u'CALL_-1207087749', u'INDIRECT_-1207082267'), ('const-417', u'LOAD_-1207093192'), (u'INT_ADD_-1207087446', u'CALL_-1207087436'), (u'INT_LEFT_-1207092782', u'INT_OR_-1207092782'), (u'INDIRECT_-1207082018', u'MULTIEQUAL_-1207081869'), (u'CALL_-1207090676', u'INDIRECT_-1207082269'), (u'CALL_-1207091372', u'INDIRECT_-1207082785'), ('const-417', u'LOAD_-1207092253'), (u'CALL_-1207087227', u'INDIRECT_-1207080050'), (u'CALL_-1207092938', u'INDIRECT_-1207082939'), (u'MULTIEQUAL_-1207081870', u'MULTIEQUAL_-1207081808'), ('const-1', u'RETURN_-1207086402'), (u'CALL_-1207090944', u'INDIRECT_-1207081814'), (u'INDIRECT_-1207080842', u'MULTIEQUAL_-1207081830'), (u'CALL_-1207087526', u'INDIRECT_-1207079899'), (u'CALL_-1207086395', u'INDIRECT_-1207080457'), (u'CALL_-1207088972', u'INDIRECT_-1207082626'), (u'CALL_-1207088111', u'INDIRECT_-1207081418'), (u'INT_ADD_-1207087078', u'INT_LESSEQUAL_-1207087073'), (u'LOAD_-1207086846', u'INT_EQUAL_-1207086831'), (u'LOAD_-1207093192', u'INT_ADD_-1207093055'), ('const-4075', u'COPY_-1207090309'), ('const-4294967128', u'PTRSUB_-1207079401'), (u'INDIRECT_-1207083899', u'COPY_-1207082134'), (u'MULTIEQUAL_-1207081069', u'MULTIEQUAL_-1207081025'), (u'CALL_-1207087678', u'INDIRECT_-1207080797'), (u'CAST_-1207079716', u'PTRADD_-1207079954'), ('const-1194921', u'COPY_-1207088694'), (u'MULTIEQUAL_-1207082518', u'MULTIEQUAL_-1207082474'), ('const-1195263', u'COPY_-1207090298'), (u'LOAD_-1207093192', u'INT_ADD_-1207093164'), ('const-0', u'SUBPIECE_-1207080566'), (u'INDIRECT_-1207081779', u'MULTIEQUAL_-1207081341'), (u'INT_ADD_-1207091823', u'MULTIEQUAL_-1207086236'), ('const-4293382982', u'INT_ADD_-1207089970'), (u'INDIRECT_-1207081779', u'MULTIEQUAL_-1207081725'), (u'CALL_-1207088234', u'INDIRECT_-1207082578'), (u'MULTIEQUAL_-1207082662', u'MULTIEQUAL_-1207082495'), (u'CALL_-1207090291', u'INDIRECT_-1207082922'), (u'CALL_-1207091372', u'INDIRECT_-1207082641'), (u'INDIRECT_-1207080046', u'MULTIEQUAL_-1207081034'), (u'MULTIEQUAL_-1207080372', u'MULTIEQUAL_-1207080323'), (u'COPY_-1207089847', u'MULTIEQUAL_-1207082423'), (u'INDIRECT_-1207081923', u'MULTIEQUAL_-1207081436'), (u'CALL_-1207088126', u'INDIRECT_-1207082492'), (u'MULTIEQUAL_-1207081580', u'MULTIEQUAL_-1207079755'), (u'SUBPIECE_-1207082459', u'INT_NOTEQUAL_-1207093251'), ('tmp_20182', u'INT_ADD_-1207088000'), ('const-4', u'INT_ADD_-1207091982'), ('const-0', u'INT_NOTEQUAL_-1207089591'), ('const-4', u'PTRADD_-1207079995'), (u'SUBPIECE_-1207080566', u'CALL_-1207087678'), (u'INT_EQUAL_-1207088559', u'CBRANCH_-1207088558'), ('tmp_37120', u'COPY_-1207090327'), (u'INDIRECT_-1207081315', u'COPY_-1207079312'), (u'INDIRECT_-1207082285', u'INT_SUB_-1207089763'), (u'LOAD_-1207087694', u'INT_AND_-1207079536'), (u'CALL_-1207089950', u'INDIRECT_-1207082445'), (u'CALL_-1207086179', u'INDIRECT_-1207079547'), (u'INDIRECT_-1207081123', u'MULTIEQUAL_-1207080902'), (u'INT_NOTEQUAL_-1207087645', u'CBRANCH_-1207087644'), (u'INT_ADD_-1207088060', u'CAST_-1207080017'), (u'MULTIEQUAL_-1207081725', u'MULTIEQUAL_-1207081715'), ('const-417', u'LOAD_-1207088869'), (u'LOAD_-1207086875', u'INT_ADD_-1207086854'), (u'INDIRECT_-1207081632', u'MULTIEQUAL_-1207081243'), (u'LOAD_-1207087057', u'INT_EQUAL_-1207087039'), ('const-417', u'LOAD_-1207090868'), (u'MULTIEQUAL_-1207080519', u'MULTIEQUAL_-1207080490'), (u'CALL_-1207090291', u'INDIRECT_-1207081328'), (u'CALL_-1207089426', u'INDIRECT_-1207082644'), (u'INDIRECT_-1207081558', u'MULTIEQUAL_-1207081169'), (u'CALL_-1207091222', u'INDIRECT_-1207082660'), (u'CALL_-1207090077', u'INDIRECT_-1207081155'), (u'INT_ADD_-1207089466', u'CAST_-1207080131'), (u'CALL_-1207087227', u'INDIRECT_-1207079467'), (u'CAST_-1207079716', u'COPY_-1207079973'), (u'INDIRECT_-1207080444', u'MULTIEQUAL_-1207080405'), (u'INDIRECT_-1207082499', u'PIECE_-1207081206'), (u'MULTIEQUAL_-1207082114', u'MULTIEQUAL_-1207081221'), (u'INT_ADD_-1207088869', u'MULTIEQUAL_-1207082983'), ('const-417', u'LOAD_-1207087393'), (u'CALL_-1207087749', u'INDIRECT_-1207080170'), (u'LOAD_-1207091062', u'INT_ADD_-1207090854'), ('const-1', u'RETURN_-1207088076'), (u'MULTIEQUAL_-1207081195', u'MULTIEQUAL_-1207081870'), (u'MULTIEQUAL_-1207081131', u'MULTIEQUAL_-1207081121'), (u'INDIRECT_-1207082060', u'MULTIEQUAL_-1207082595'), (u'MULTIEQUAL_-1207082838', u'MULTIEQUAL_-1207082763'), ('const-3434031', u'INT_ADD_-1207086212'), (u'INT_AND_-1207084602', u'INT_NOTEQUAL_-1207089694'), (u'INDIRECT_-1207082302', u'MULTIEQUAL_-1207081812'), (u'CALL_-1207091172', u'INDIRECT_-1207081985'), (u'INDIRECT_-1207081747', u'MULTIEQUAL_-1207082446'), ('tmp_2441', u'CBRANCH_-1207091899'), (u'CALL_-1207091372', u'INDIRECT_-1207082208'), (u'INDIRECT_-1207083535', u'MULTIEQUAL_-1207083045'), (u'CALL_-1207087700', u'INDIRECT_-1207080226'), (u'MULTIEQUAL_-1207083127', u'MULTIEQUAL_-1207083322'), (u'INDIRECT_-1207079997', u'MULTIEQUAL_-1207080791'), (u'CALL_-1207088972', u'INDIRECT_-1207082552'), (u'MULTIEQUAL_-1207082114', u'MULTIEQUAL_-1207081942'), (u'CALL_-1207087436', u'INDIRECT_-1207080060'), (u'CALL_-1207090944', u'INDIRECT_-1207082106'), (u'CALL_-1207088111', u'INDIRECT_-1207081272'), (u'INDIRECT_-1207080317', u'MULTIEQUAL_-1207081083'), (u'CALL_-1207088111', u'INDIRECT_-1207081563'), (u'INT_LEFT_-1207093455', u'INT_RIGHT_-1207093445'), (u'CALL_-1207088087', u'INDIRECT_-1207081658'), (u'INDIRECT_-1207080300', u'MULTIEQUAL_-1207080261'), ('const-18865', u'INT_ADD_-1207086830'), (u'CALL_-1207087978', u'INDIRECT_-1207082834'), (u'MULTIEQUAL_-1207083764', u'CALL_-1207086407'), ('tmp_6046', u'CBRANCH_-1207088918'), (u'MULTIEQUAL_-1207082040', u'MULTIEQUAL_-1207081316'), (u'CALL_-1207090676', u'INDIRECT_-1207081470'), (u'CALL_-1207087678', u'INDIRECT_-1207081014'), (u'COPY_-1207080560', u'CALL_-1207089426'), (u'MULTIEQUAL_-1207082114', u'MULTIEQUAL_-1207081287'), ('const-167772160', u'INT_EQUAL_-1207093369'), (u'INDIRECT_-1207081039', u'MULTIEQUAL_-1207081016'), (u'MULTIEQUAL_-1207082282', u'MULTIEQUAL_-1207082165'), (u'CALL_-1207087127', u'INDIRECT_-1207080587'), (u'MULTIEQUAL_-1207081287', u'MULTIEQUAL_-1207081120'), (u'INDIRECT_-1207081452', u'MULTIEQUAL_-1207081748'), (u'MULTIEQUAL_-1207081503', u'MULTIEQUAL_-1207082158'), (u'CALL_-1207089960', u'INDIRECT_-1207082502'), (u'INT_SUB_-1207091879', u'INT_LESS_-1207091861'), ('tmp_2351', u'CBRANCH_-1207091962'), (u'CAST_-1207078607', u'LOAD_-1207086895'), ('const-2147483648', u'COPY_-1207089837'), (u'MULTIEQUAL_-1207081069', u'MULTIEQUAL_-1207080227'), ('tmp_9509', u'CBRANCH_-1207088944'), (u'MULTIEQUAL_-1207080617', u'MULTIEQUAL_-1207081292'), ('const-0', u'SUBPIECE_-1207082055'), ('const-1', u'RETURN_-1207090286'), ('const-0', u'INT_EQUAL_-1207087381'), ('const-3', u'INT_LESS_-1207092870'), ('const-1', u'RETURN_-1207091167'), ('const-24', u'INT_LEFT_-1207090812'), (u'CALL_-1207087526', u'INDIRECT_-1207080046'), (u'COPY_-1207087728', u'MULTIEQUAL_-1207082662'), (u'MULTIEQUAL_-1207081214', u'MULTIEQUAL_-1207079389'), ('const-2', u'COPY_-1207082087'), (u'INT_EQUAL_-1207089314', u'INT_AND_-1207089242'), (u'MULTIEQUAL_-1207082014', u'MULTIEQUAL_-1207081970'), (u'COPY_-1207087755', u'MULTIEQUAL_-1207082662'), (u'INDIRECT_-1207082954', u'MULTIEQUAL_-1207082233'), ('const-4227858432', u'INT_ADD_-1207088869'), (u'SUBPIECE_-1207082459', u'INT_NOTEQUAL_-1207093235'), (u'INDIRECT_-1207081412', u'MULTIEQUAL_-1207081121'), (u'CALL_-1207089426', u'INDIRECT_-1207082212'), (u'INT_AND_-1207080404', u'MULTIEQUAL_-1207080369'), (u'COPY_-1207080408', u'MULTIEQUAL_-1207085021'), ('tmp_37119', u'COPY_-1207090313'), (u'INT_AND_-1207087650', u'MULTIEQUAL_-1207082166'), ('const-1', u'PTRADD_-1207088518'), (u'LOAD_-1207090842', u'INT_ADD_-1207090778'), (u'INDIRECT_-1207082788', u'MULTIEQUAL_-1207083323'), (u'SUBPIECE_-1207080566', u'CALL_-1207087700'), (u'CALL_-1207087131', u'INDIRECT_-1207079599'), (u'MULTIEQUAL_-1207082524', u'INT_ADD_-1207088848'), (u'MULTIEQUAL_-1207081096', u'MULTIEQUAL_-1207081077'), (u'CALL_-1207089924', u'INDIRECT_-1207081705'), ('tmp_1027', u'CBRANCH_-1207092911'), (u'CAST_-1207080281', u'COPY_-1207080406'), ('const-0', u'SUBPIECE_-1207082459'), (u'INT_ADD_-1207093183', u'CAST_-1207082138'), (u'MULTIEQUAL_-1207083267', u'MULTIEQUAL_-1207082420'), (u'CALL_-1207087700', u'INDIRECT_-1207081315'), (u'MULTIEQUAL_-1207082642', u'MULTIEQUAL_-1207082618'), (u'INDIRECT_-1207083682', u'MULTIEQUAL_-1207081986'), (u'CALL_-1207092938', u'INDIRECT_-1207083304'), ('const-4293382982', u'INT_ADD_-1207090301'), ('tmp_7565', u'BRANCH_-1207087720'), (u'COPY_-1207081822', u'LOAD_-1207089329'), (u'PTRADD_-1207089518', u'MULTIEQUAL_-1207085226'), (u'CALL_-1207089038', u'INDIRECT_-1207083021'), (u'MULTIEQUAL_-1207082544', u'MULTIEQUAL_-1207081820'), (u'CALL_-1207087227', u'INDIRECT_-1207081060'), (u'INDIRECT_-1207083171', u'MULTIEQUAL_-1207082451'), (u'MULTIEQUAL_-1207081606', u'MULTIEQUAL_-1207080883'), ('tmp_5858', u'CBRANCH_-1207089189'), (u'MULTIEQUAL_-1207086389', u'MULTIEQUAL_-1207085847'), (u'LOAD_-1207087393', u'INT_AND_-1207087367'), (u'MULTIEQUAL_-1207080445', u'MULTIEQUAL_-1207080396'), ('const-0', u'RETURN_-1207089321'), (u'CALL_-1207093551', u'INDIRECT_-1207084332'), (u'CALLIND_-1207088566', u'INDIRECT_-1207081890'), ('const-3421469', u'INT_ADD_-1207087137'), (u'CALL_-1207093551', u'INDIRECT_-1207083535'), (u'INT_NOTEQUAL_-1207088967', u'CBRANCH_-1207088967'), (u'INDIRECT_-1207082213', u'MULTIEQUAL_-1207081775'), (u'SUBPIECE_-1207082459', u'INT_EQUAL_-1207089320'), ('const-417', u'LOAD_-1207088576'), ('const-4294967040', u'INT_LESS_-1207092360'), (u'LOAD_-1207091957', u'INT_ZEXT_-1207091941'), (u'COPY_-1207081829', u'MULTIEQUAL_-1207086805'), (u'CALL_-1207088972', u'INDIRECT_-1207082915'), (u'MULTIEQUAL_-1207082518', u'MULTIEQUAL_-1207082351'), (u'CALL_-1207087749', u'INDIRECT_-1207080097'), (u'CALL_-1207087436', u'INDIRECT_-1207080277'), (u'MULTIEQUAL_-1207081798', u'MULTIEQUAL_-1207080955'), (u'CALL_-1207089652', u'INDIRECT_-1207082379'), (u'CALL_-1207089426', u'INDIRECT_-1207082140'), (u'LOAD_-1207093071', u'CAST_-1207082056'), (u'CALL_-1207087131', u'INDIRECT_-1207080255'), (u'CALL_-1207091569', u'INDIRECT_-1207082888'), (u'INT_LESS_-1207092870', u'CBRANCH_-1207092879'), (u'MULTIEQUAL_-1207081560', u'MULTIEQUAL_-1207081536'), (u'MULTIEQUAL_-1207085192', u'MULTIEQUAL_-1207084301'), (u'INT_EQUAL_-1207089468', u'CBRANCH_-1207089464'), (u'PTRADD_-1207088518', u'CAST_-1207079627'), (u'INDIRECT_-1207081814', u'MULTIEQUAL_-1207081378'), (u'MULTIEQUAL_-1207081434', u'MULTIEQUAL_-1207081390'), (u'MULTIEQUAL_-1207080709', u'MULTIEQUAL_-1207081364'), (u'INDIRECT_-1207081401', u'MULTIEQUAL_-1207081378'), (u'INDIRECT_-1207080588', u'MULTIEQUAL_-1207080549'), (u'INDIRECT_-1207082405', u'MULTIEQUAL_-1207082328'), (u'CAST_-1207081484', u'LOAD_-1207091868'), ('const-3434063', u'INT_ADD_-1207086437'), (u'INDIRECT_-1207080464', u'MULTIEQUAL_-1207081230'), (u'CALL_-1207087749', u'INDIRECT_-1207081330'), (u'INDIRECT_-1207081693', u'MULTIEQUAL_-1207081670'), (u'CALL_-1207089960', u'INDIRECT_-1207082646'), (u'INDIRECT_-1207080907', u'MULTIEQUAL_-1207080853'), (u'COPY_-1207082155', u'MULTIEQUAL_-1207083251'), (u'INT_ADD_-1207087124', u'CAST_-1207079112'), (u'LOAD_-1207092184', u'INT_ADD_-1207092124'), (u'MULTIEQUAL_-1207082213', u'INT_ADD_-1207089982'), (u'CALL_-1207091692', u'INDIRECT_-1207083703'), (u'MULTIEQUAL_-1207081676', u'MULTIEQUAL_-1207081581'), (u'INDIRECT_-1207081634', u'MULTIEQUAL_-1207081413'), (u'CALL_-1207092030', u'INDIRECT_-1207083276'), ('const-1', u'RETURN_-1207088229'), (u'CALL_-1207091569', u'INDIRECT_-1207083105'), (u'INT_SUB_-1207092094', u'INT_ADD_-1207091823'), (u'MULTIEQUAL_-1207082364', u'MULTIEQUAL_-1207082256'), ('const-4294967295', u'INT_EQUAL_-1207088061'), (u'INT_ADD_-1207090743', u'INT_LESS_-1207090721'), ('const-0', u'COPY_-1207082172'), (u'INT_ADD_-1207092074', u'CAST_-1207081585'), (u'MULTIEQUAL_-1207081820', u'MULTIEQUAL_-1207081771'), (u'CALL_-1207089426', u'INDIRECT_-1207082428'), (u'LOAD_-1207089339', u'INT_EQUAL_-1207089314'), (u'CALL_-1207090944', u'INDIRECT_-1207081452'), (u'SUBPIECE_-1207080893', u'INT_AND_-1207086983'), ('tmp_8944', u'CBRANCH_-1207087071'), (u'CALL_-1207091692', u'INDIRECT_-1207082470'), (u'CALL_-1207091692', u'INDIRECT_-1207082036'), (u'MULTIEQUAL_-1207081942', u'MULTIEQUAL_-1207081880'), ('tmp_8345', u'CBRANCH_-1207088136'), ('tmp_6850', u'CBRANCH_-1207088495'), (u'CALL_-1207091569', u'INDIRECT_-1207083178'), (u'CALL_-1207090944', u'INDIRECT_-1207081886'), (u'MULTIEQUAL_-1207081994', u'MULTIEQUAL_-1207081970'), (u'CALL_-1207093551', u'INDIRECT_-1207083171'), (u'INT_NOTEQUAL_-1207087417', u'CBRANCH_-1207087416'), (u'INT_NOTEQUAL_-1207092286', u'CBRANCH_-1207092286'), ('tmp_8734', u'CBRANCH_-1207088051'), ('const-3431715', u'INT_ADD_-1207087458'), ('tmp_5315', u'CBRANCH_-1207089508'), ('const-92', u'CALL_-1207086407'), (u'CALL_-1207086179', u'INDIRECT_-1207080490'), (u'MULTIEQUAL_-1207082524', u'MULTIEQUAL_-1207082815'), (u'MULTIEQUAL_-1207081642', u'MULTIEQUAL_-1207081632'), (u'INDIRECT_-1207080154', u'MULTIEQUAL_-1207080853'), ('const-24', u'INT_ADD_-1207088060'), ('const-417', u'LOAD_-1207091957'), ('const-1195473', u'COPY_-1207091179'), (u'CALL_-1207089950', u'INDIRECT_-1207081648'), ('const-10', u'INT_NOTEQUAL_-1207089694'), ('const-24', u'INT_RIGHT_-1207092786'), (u'LOAD_-1207089568', u'INT_EQUAL_-1207089550'), ('const-417', u'LOAD_-1207091169'), (u'MULTIEQUAL_-1207081517', u'CAST_-1207079782'), ('const-67108863', u'INT_AND_-1207092506'), (u'MULTIEQUAL_-1207081434', u'MULTIEQUAL_-1207080592'), (u'LOAD_-1207087140', u'INT_SUB_-1207087108'), (u'INDIRECT_-1207081923', u'MULTIEQUAL_-1207081534'), (u'INT_AND_-1207079536', u'INT_NOTEQUAL_-1207087645'), ('const-417', u'LOAD_-1207087158'), (u'LOAD_-1207092050', u'CAST_-1207081566'), (u'INDIRECT_-1207082274', u'MULTIEQUAL_-1207082251'), (u'CALL_-1207088111', u'INDIRECT_-1207082068'), (u'CALL_-1207088111', u'MULTIEQUAL_-1207082230'), (u'INT_LESS_-1207089745', u'CBRANCH_-1207089754'), ('const-32', u'INT_RIGHT_-1207080532'), (u'CALL_-1207090944', u'INDIRECT_-1207081525'), (u'CALL_-1207091362', u'INDIRECT_-1207081516'), (u'CALL_-1207088972', u'INDIRECT_-1207082479'), (u'LOAD_-1207092424', u'PTRADD_-1207081893'), (u'MULTIEQUAL_-1207081748', u'MULTIEQUAL_-1207081653'), (u'MULTIEQUAL_-1207082815', u'MULTIEQUAL_-1207081839'), (u'MULTIEQUAL_-1207082652', u'MULTIEQUAL_-1207082544'), (u'CALL_-1207087749', u'INDIRECT_-1207080464'), (u'CALL_-1207087127', u'INDIRECT_-1207081019'), ('const-417', u'LOAD_-1207091156'), (u'INT_AND_-1207092477', u'INT_EQUAL_-1207092491'), ('const-417', u'LOAD_-1207089329'), ('const-3316926', u'INT_ADD_-1207088091'), (u'MULTIEQUAL_-1207081608', u'MULTIEQUAL_-1207081436'), (u'MULTIEQUAL_-1207082402', u'MULTIEQUAL_-1207081555'), (u'CALL_-1207088234', u'INDIRECT_-1207082506'), (u'MULTIEQUAL_-1207082518', u'MULTIEQUAL_-1207081676'), (u'CALL_-1207091222', u'INDIRECT_-1207082010'), (u'MULTIEQUAL_-1207081753', u'MULTIEQUAL_-1207080926'), ('const-417', u'LOAD_-1207089333'), (u'COPY_-1207079434', u'MULTIEQUAL_-1207085021'), (u'CAST_-1207079754', u'PTRADD_-1207079977'), (u'MULTIEQUAL_-1207081798', u'MULTIEQUAL_-1207081787'), (u'CALL_-1207087127', u'INDIRECT_-1207079716'), (u'CAST_-1207079823', u'LOAD_-1207088962'), (u'INDIRECT_-1207082542', u'MULTIEQUAL_-1207082838'), (u'CALL_-1207087700', u'INDIRECT_-1207080882'), (u'CALL_-1207093551', u'INDIRECT_-1207087665'), (u'LOAD_-1207090848', u'INT_SUB_-1207090793'), (u'INDIRECT_-1207081490', u'MULTIEQUAL_-1207081436'), (u'CAST_-1207080169', u'LOAD_-1207089568'), (u'INT_REM_-1207088486', u'INT_NOTEQUAL_-1207088497'), (u'MULTIEQUAL_-1207081100', u'MULTIEQUAL_-1207081051'), ('const-8', u'INT_LEFT_-1207090815'), ('const-2922', u'COPY_-1207091390'), (u'CALL_-1207087436', u'INDIRECT_-1207080349'), (u'MULTIEQUAL_-1207082775', u'MULTIEQUAL_-1207082691'), (u'MULTIEQUAL_-1207081970', u'MULTIEQUAL_-1207081798'), (u'COPY_-1207080405', u'MULTIEQUAL_-1207082014'), ('tmp_3389', u'CBRANCH_-1207090853'), (u'CALL_-1207088126', u'INDIRECT_-1207082419'), ('const-4', u'INT_MULT_-1207091034'), (u'INT_ADD_-1207091131', u'CAST_-1207080926'), ('tmp_5287', u'CBRANCH_-1207089523'), ('const-0', u'INT_EQUAL_-1207090899'), (u'INDIRECT_-1207082739', u'MULTIEQUAL_-1207082580'), (u'CALL_-1207087700', u'INDIRECT_-1207081099'), (u'CALL_-1207087978', u'INDIRECT_-1207082762'), (u'INT_AND_-1207090842', u'INT_EQUAL_-1207090856'), ('const-3438919', u'INT_ADD_-1207087141'), (u'INT_AND_-1207086960', u'CAST_-1207078635'), ('tmp_20182', u'INT_ADD_-1207093531'), (u'CALL_-1207088687', u'INDIRECT_-1207082571'), ('tmp_660', u'CBRANCH_-1207093154'), (u'MULTIEQUAL_-1207085443', u'INT_AND_-1207089348'), (u'COPY_-1207081872', u'MULTIEQUAL_-1207082962'), (u'MULTIEQUAL_-1207083106', u'MULTIEQUAL_-1207082130'), (u'CALL_-1207087678', u'INDIRECT_-1207082239'), (u'INDIRECT_-1207082523', u'MULTIEQUAL_-1207082207'), (u'MULTIEQUAL_-1207080592', u'MULTIEQUAL_-1207080563'), (u'SUBPIECE_-1207082459', u'INT_NOTEQUAL_-1207091064'), (u'CALL_-1207089960', u'INDIRECT_-1207080979'), (u'INDIRECT_-1207082396', u'MULTIEQUAL_-1207083095'), (u'MULTIEQUAL_-1207080810', u'MULTIEQUAL_-1207080761'), (u'INT_NOTEQUAL_-1207088945', u'CBRANCH_-1207088944'), (u'CALL_-1207086407', u'INDIRECT_-1207080124'), (u'CALL_-1207090291', u'INDIRECT_-1207081909'), (u'MULTIEQUAL_-1207081361', u'MULTIEQUAL_-1207081317'), (u'CALL_-1207089960', u'INDIRECT_-1207082214'), (u'CALL_-1207087526', u'INDIRECT_-1207080337'), (u'INDIRECT_-1207083174', u'MULTIEQUAL_-1207083105'), (u'INT_EQUAL_-1207091105', u'CBRANCH_-1207091104'), (u'MULTIEQUAL_-1207081522', u'MULTIEQUAL_-1207080978'), (u'CALL_-1207089960', u'INDIRECT_-1207082430'), (u'CALL_-1207089950', u'INDIRECT_-1207081501'), (u'MULTIEQUAL_-1207082354', u'MULTIEQUAL_-1207082237'), (u'MULTIEQUAL_-1207081390', u'MULTIEQUAL_-1207080497'), ('const-0', u'PTRSUB_-1207091511'), (u'MULTIEQUAL_-1207081676', u'MULTIEQUAL_-1207081647'), (u'INDIRECT_-1207083460', u'MULTIEQUAL_-1207083301'), ('const-1', u'INT_AND_-1207087367'), (u'COPY_-1207081867', u'MULTIEQUAL_-1207086805'), (u'CAST_-1207079812', u'LOAD_-1207088938'), (u'INDIRECT_-1207081488', u'MULTIEQUAL_-1207081267'), (u'INT_AND_-1207079536', u'INT_NOTEQUAL_-1207087661'), (u'COPY_-1207080408', u'MULTIEQUAL_-1207085226'), (u'COPY_-1207089857', u'MULTIEQUAL_-1207082544'), (u'INDIRECT_-1207081657', u'MULTIEQUAL_-1207081498'), (u'INDIRECT_-1207083315', u'MULTIEQUAL_-1207081619'), (u'CALL_-1207091172', u'INDIRECT_-1207081913'), (u'CALL_-1207088687', u'INDIRECT_-1207082060'), ('tmp_810', u'CBRANCH_-1207093052'), (u'LOAD_-1207087127', u'INT_SUB_-1207087108'), (u'MULTIEQUAL_-1207081704', u'MULTIEQUAL_-1207081681'), ('tmp_4928', u'CBRANCH_-1207089754'), (u'MULTIEQUAL_-1207085192', u'MULTIEQUAL_-1207085021'), (u'INDIRECT_-1207082212', u'MULTIEQUAL_-1207082158'), (u'INDIRECT_-1207082212', u'MULTIEQUAL_-1207082158'), (u'CAST_-1207081343', u'LOAD_-1207088865'), ('const-92', u'COPY_-1207091187'), (u'CALL_-1207092938', u'INDIRECT_-1207083667'), ('const-20', u'INT_ADD_-1207090901'), (u'COPY_-1207080407', u'MULTIEQUAL_-1207083291'), ('tmp_5974', u'CBRANCH_-1207088967'), (u'MULTIEQUAL_-1207081508', u'MULTIEQUAL_-1207081464'), (u'COPY_-1207079935', u'LOAD_-1207088576'), (u'INDIRECT_-1207081290', u'MULTIEQUAL_-1207081131'), (u'MULTIEQUAL_-1207081777', u'MULTIEQUAL_-1207081753'), ('const-417', u'STORE_-1207092800'), (u'INT_ADD_-1207091179', u'CAST_-1207080481'), (u'MULTIEQUAL_-1207081390', u'MULTIEQUAL_-1207080666'), (u'INDIRECT_-1207082739', u'MULTIEQUAL_-1207082670'), (u'CAST_-1207080650', u'COPY_-1207080870'), (u'CALL_-1207088687', u'INDIRECT_-1207082933'), (u'MULTIEQUAL_-1207082446', u'MULTIEQUAL_-1207082384'), (u'CALL_-1207087127', u'INDIRECT_-1207080731'), (u'CALL_-1207090944', u'INDIRECT_-1207082179'), ('const-1195326', u'COPY_-1207088094'), (u'INDIRECT_-1207082213', u'INT_ADD_-1207089733'), (u'MULTIEQUAL_-1207081787', u'MULTIEQUAL_-1207081679'), (u'CALL_-1207090676', u'INDIRECT_-1207082125'), (u'CALL_-1207087700', u'INDIRECT_-1207081531'), ('const-124', u'INT_ADD_-1207092982'), (u'CAST_-1207080909', u'INT_LESSEQUAL_-1207091069'), (u'CALL_-1207088234', u'INDIRECT_-1207081707'), (u'CALL_-1207087700', u'INDIRECT_-1207080737'), (u'CALL_-1207091222', u'INDIRECT_-1207082300'), (u'INDIRECT_-1207082572', u'MULTIEQUAL_-1207082351'), (u'MULTIEQUAL_-1207081699', u'MULTIEQUAL_-1207082374'), (u'MULTIEQUAL_-1207082436', u'MULTIEQUAL_-1207082426'), (u'LOAD_-1207092305', u'INT_NOTEQUAL_-1207092286'), (u'INDIRECT_-1207081195', u'MULTIEQUAL_-1207080974'), (u'CALL_-1207087127', u'INDIRECT_-1207080875'), (u'CALLIND_-1207088566', u'INDIRECT_-1207081385'), (u'INDIRECT_-1207081583', u'MULTIEQUAL_-1207081434'), ('const-4194304000', u'INT_NOTEQUAL_-1207089248'), (u'CALL_-1207088972', u'INDIRECT_-1207082698'), (u'MULTIEQUAL_-1207082042', u'MULTIEQUAL_-1207081195'), (u'CALL_-1207089038', u'INDIRECT_-1207081859'), (u'LOAD_-1207092474', u'MULTIEQUAL_-1207085957'), ('const-1195292', u'COPY_-1207088133'), (u'MULTIEQUAL_-1207082374', u'MULTIEQUAL_-1207082312'), ('const-8', u'INT_ADD_-1207093120'), (u'MULTIEQUAL_-1207081172', u'MULTIEQUAL_-1207081123'), (u'CALL_-1207093551', u'COPY_-1207081711'), (u'INDIRECT_-1207081485', u'MULTIEQUAL_-1207081194'), (u'MULTIEQUAL_-1207081316', u'MULTIEQUAL_-1207081267'), ('const-8', u'INT_AND_-1207089348'), (u'CALL_-1207090077', u'INDIRECT_-1207081810'), (u'CALL_-1207087227', u'INDIRECT_-1207079539'), ('tmp_37121', u'CAST_-1207081235'), (u'INT_RIGHT_-1207093460', u'INT_OR_-1207093461'), (u'MULTIEQUAL_-1207080490', u'MULTIEQUAL_-1207081145'), ('tmp_2296', u'CBRANCH_-1207092003'), (u'CALL_-1207091372', u'INDIRECT_-1207082352'), (u'MULTIEQUAL_-1207081215', u'MULTIEQUAL_-1207081870'), ('const-33554432', u'INT_ADD_-1207091034'), ('const-28', u'INT_EQUAL_-1207089320'), (u'CALL_-1207086407', u'INDIRECT_-1207079323'), (u'INDIRECT_-1207081446', u'MULTIEQUAL_-1207082240'), (u'MULTIEQUAL_-1207082302', u'MULTIEQUAL_-1207082292'), (u'MULTIEQUAL_-1207081390', u'MULTIEQUAL_-1207081218'), (u'CALL_-1207089924', u'INDIRECT_-1207081558'), (u'MULTIEQUAL_-1207081532', u'MULTIEQUAL_-1207081503'), (u'CAST_-1207079627', u'CALLIND_-1207088566'), ('const-234881024', u'INT_AND_-1207086369'), (u'MULTIEQUAL_-1207081434', u'MULTIEQUAL_-1207081424'), (u'MULTIEQUAL_-1207083301', u'MULTIEQUAL_-1207083291'), (u'CAST_-1207082139', u'INT_ADD_-1207093183'), ('const-8', u'INT_SUB_-1207092883'), (u'LOAD_-1207092424', u'PTRADD_-1207081909'), ('const-0', u'INT_EQUAL_-1207091105'), (u'CALL_-1207091172', u'INDIRECT_-1207082275'), (u'CALL_-1207089960', u'INDIRECT_-1207081413'), ('const-7', u'INT_AND_-1207080508'), (u'COPY_-1207079942', u'MULTIEQUAL_-1207084933'), (u'MULTIEQUAL_-1207082176', u'COPY_-1207091024'), (u'INDIRECT_-1207082831', u'MULTIEQUAL_-1207083127'), (u'CALL_-1207087526', u'INDIRECT_-1207080192'), ('const-1', u'PTRADD_-1207081862'), ('tmp_4568', u'BRANCH_-1207090297'), (u'INDIRECT_-1207082843', u'MULTIEQUAL_-1207082775'), (u'INDIRECT_-1207082307', u'MULTIEQUAL_-1207081991'), (u'CALL_-1207089950', u'INDIRECT_-1207082301'), (u'MULTIEQUAL_-1207080227', u'MULTIEQUAL_-1207080178'), (u'INDIRECT_-1207081923', u'MULTIEQUAL_-1207081869'), (u'MULTIEQUAL_-1207081849', u'MULTIEQUAL_-1207081732'), (u'INDIRECT_-1207080226', u'MULTIEQUAL_-1207080925'), (u'CALL_-1207090128', u'INDIRECT_-1207082634'), (u'INDIRECT_-1207082235', u'MULTIEQUAL_-1207082086'), (u'CALL_-1207088234', u'INDIRECT_-1207082650'), ('tmp_7378', u'CBRANCH_-1207087751'), (u'MULTIEQUAL_-1207082158', u'MULTIEQUAL_-1207081316'), (u'LOAD_-1207091156', u'INT_SUB_-1207091112'), (u'MULTIEQUAL_-1207081704', u'MULTIEQUAL_-1207081587'), ('const-4293395456', u'INT_ADD_-1207091384'), ('const-3435885', u'INT_ADD_-1207088148'), (u'MULTIEQUAL_-1207080369', u'MULTIEQUAL_-1207080361'), (u'INT_LEFT_-1207090812', u'INT_OR_-1207090812'), ('const-4294967128', u'PTRSUB_-1207080096'), (u'MULTIEQUAL_-1207081608', u'MULTIEQUAL_-1207080761'), (u'CALL_-1207087700', u'INDIRECT_-1207081387'), (u'INDIRECT_-1207081341', u'MULTIEQUAL_-1207081287'), (u'CALL_-1207089426', u'INDIRECT_-1207082500'), (u'INT_ADD_-1207087249', u'CALL_-1207087227'), (u'MULTIEQUAL_-1207081316', u'MULTIEQUAL_-1207080592'), (u'COPY_-1207080560', u'INT_ADD_-1207089634'), ('tmp_5929', u'CBRANCH_-1207088998'), (u'CALL_-1207087749', u'INDIRECT_-1207081474'), (u'MULTIEQUAL_-1207081681', u'MULTIEQUAL_-1207080833'), (u'INDIRECT_-1207082213', u'MULTIEQUAL_-1207081726'), (u'CALL_-1207086465', u'INDIRECT_-1207080588'), (u'INDIRECT_-1207082032', u'MULTIEQUAL_-1207081596'), (u'LOAD_-1207089329', u'CAST_-1207081667'), (u'INDIRECT_-1207081882', u'MULTIEQUAL_-1207081851'), (u'INDIRECT_-1207081473', u'MULTIEQUAL_-1207081450'), (u'INDIRECT_-1207082716', u'MULTIEQUAL_-1207082495'), (u'MULTIEQUAL_-1207081534', u'MULTIEQUAL_-1207081515'), (u'INT_EQUAL_-1207093309', u'CBRANCH_-1207093307'), (u'CALL_-1207090944', u'INDIRECT_-1207082614'), (u'INDIRECT_-1207082325', u'MULTIEQUAL_-1207081889'), (u'INDIRECT_-1207080264', u'MULTIEQUAL_-1207081252'), (u'LOAD_-1207091169', u'INT_ADD_-1207080440'), (u'INDIRECT_-1207082429', u'MULTIEQUAL_-1207081942'), (u'INT_SLESS_-1207088849', u'CBRANCH_-1207088849'), (u'MULTIEQUAL_-1207082595', u'MULTIEQUAL_-1207081619'), ('const-4', u'INT_ADD_-1207090826'), (u'CALL_-1207089426', u'INDIRECT_-1207081562'), (u'MULTIEQUAL_-1207082546', u'MULTIEQUAL_-1207081699'), (u'MULTIEQUAL_-1207082549', u'MULTIEQUAL_-1207082744'), (u'CALL_-1207087127', u'INDIRECT_-1207080298'), (u'INT_EQUAL_-1207092072', u'CBRANCH_-1207092071'), (u'INDIRECT_-1207082032', u'MULTIEQUAL_-1207082328'), (u'CALL_-1207090011', u'INDIRECT_-1207081954'), (u'CALLIND_-1207088566', u'INDIRECT_-1207082034'), (u'MULTIEQUAL_-1207080666', u'MULTIEQUAL_-1207080617'), (u'PTRADD_-1207089518', u'COPY_-1207078831'), (u'INDIRECT_-1207082140', u'MULTIEQUAL_-1207081849'), ('const-1', u'RETURN_-1207087222'), ('tmp_37121', u'CAST_-1207081412'), (u'MULTIEQUAL_-1207081560', u'MULTIEQUAL_-1207081443'), (u'INDIRECT_-1207082140', u'COPY_-1207080077'), (u'MULTIEQUAL_-1207082983', u'INT_ADD_-1207088888'), (u'CAST_-1207080046', u'MULTIEQUAL_-1207082840'), (u'INT_NOTEQUAL_-1207088732', u'CBRANCH_-1207088732'), (u'MULTIEQUAL_-1207080592', u'MULTIEQUAL_-1207080543'), ('const-417', u'LOAD_-1207091868'), (u'INT_EQUAL_-1207089550', u'CBRANCH_-1207089549'), (u'MULTIEQUAL_-1207081825', u'MULTIEQUAL_-1207080932'), (u'INDIRECT_-1207081257', u'MULTIEQUAL_-1207081234'), ('const-1', u'INT_ADD_-1207082342'), ('tmp_37122', u'INT_SUB_-1207092094'), (u'CALL_-1207089426', u'INDIRECT_-1207083365'), ('const-11976', u'CALL_-1207087436'), (u'INT_ADD_-1207087137', u'CALL_-1207087127'), (u'MULTIEQUAL_-1207081798', u'MULTIEQUAL_-1207081736'), (u'MULTIEQUAL_-1207080227', u'MULTIEQUAL_-1207080132'), (u'INT_LEFT_-1207093455', u'INT_OR_-1207093455'), (u'MULTIEQUAL_-1207082652', u'MULTIEQUAL_-1207082642'), ('const-0', u'INT_NOTEQUAL_-1207086952'), (u'INDIRECT_-1207083608', u'MULTIEQUAL_-1207082888'), ('const-11', u'INT_ADD_-1207088849'), (u'INDIRECT_-1207081886', u'MULTIEQUAL_-1207081450'), (u'CALL_-1207087700', u'INDIRECT_-1207081747'), (u'CAST_-1207080749', u'LOAD_-1207090887'), (u'CALL_-1207089038', u'INDIRECT_-1207082439'), (u'INDIRECT_-1207081729', u'MULTIEQUAL_-1207081570'), (u'MULTIEQUAL_-1207080299', u'MULTIEQUAL_-1207080204'), (u'INDIRECT_-1207082259', u'MULTIEQUAL_-1207081820'), (u'LOAD_-1207093512', u'INT_LEFT_-1207093455'), (u'INT_MULT_-1207091034', u'INT_ADD_-1207091046'), (u'INDIRECT_-1207083522', u'MULTIEQUAL_-1207082097'), (u'INT_LESSEQUAL_-1207091069', u'CBRANCH_-1207091068'), (u'CALL_-1207089652', u'INT_NOTEQUAL_-1207089606'), (u'CALL_-1207087131', u'INDIRECT_-1207080183'), ('tmp_37124', u'SUBPIECE_-1207087383'), (u'CALL_-1207088126', u'INDIRECT_-1207082130'), ('tmp_5173', u'CBRANCH_-1207089605'), (u'COPY_-1207089837', u'MULTIEQUAL_-1207082400'), ('tmp_5554', u'CBRANCH_-1207089359'), (u'INDIRECT_-1207081852', u'MULTIEQUAL_-1207081798'), (u'CALL_-1207092030', u'INDIRECT_-1207083131'), ('const-43', u'INT_ADD_-1207089317'), ('const-0', u'INT_EQUAL_-1207093155'), (u'MULTIEQUAL_-1207082086', u'MULTIEQUAL_-1207082042'), (u'COPY_-1207090974', u'MULTIEQUAL_-1207081511'), (u'INDIRECT_-1207081474', u'MULTIEQUAL_-1207082240'), ('tmp_6384', u'CBRANCH_-1207088662'), (u'INT_AND_-1207086243', u'INT_OR_-1207092827'), (u'INDIRECT_-1207082057', u'MULTIEQUAL_-1207082034'), ('tmp_2183', u'CBRANCH_-1207092071'), (u'LOAD_-1207091062', u'INT_EQUAL_-1207091044'), (u'LOAD_-1207088799', u'INT_REM_-1207088486'), (u'CAST_-1207081018', u'INT_SRIGHT_-1207090891'), (u'INDIRECT_-1207082693', u'MULTIEQUAL_-1207081658'), ('tmp_3435', u'CBRANCH_-1207090821'), (u'CALL_-1207090077', u'INDIRECT_-1207081882'), (u'INT_ADD_-1207088648', u'MULTIEQUAL_-1207086694'), (u'INT_OR_-1207092827', u'MULTIEQUAL_-1207087363'), (u'INDIRECT_-1207081510', u'MULTIEQUAL_-1207081194'), (u'CALL_-1207092938', u'INDIRECT_-1207084244'), (u'CALL_-1207087227', u'INDIRECT_-1207080123'), (u'MULTIEQUAL_-1207082330', u'MULTIEQUAL_-1207081437'), (u'CALL_-1207088111', u'INDIRECT_-1207082140'), ('tmp_6415', u'CBRANCH_-1207088644'), ('const-1', u'RETURN_-1207086174'), ('const-4', u'PTRADD_-1207078904'), (u'INDIRECT_-1207080554', u'MULTIEQUAL_-1207081542'), (u'MULTIEQUAL_-1207081143', u'MULTIEQUAL_-1207081798'), (u'INT_RIGHT_-1207086997', u'INT_AND_-1207086960'), (u'MULTIEQUAL_-1207081555', u'MULTIEQUAL_-1207082230'), (u'CALL_-1207092030', u'INDIRECT_-1207082332'), ('const-1195507', u'COPY_-1207090084'), (u'CAST_-1207080034', u'LOAD_-1207089243'), (u'INT_EQUAL_-1207087769', u'CBRANCH_-1207087767'), (u'INT_AND_-1207080508', u'INT_EQUAL_-1207089510'), (u'MULTIEQUAL_-1207080470', u'MULTIEQUAL_-1207081145'), (u'CAST_-1207078654', u'LOAD_-1207087057'), (u'INDIRECT_-1207080083', u'MULTIEQUAL_-1207080044'), (u'CALL_-1207087127', u'INDIRECT_-1207079863'), (u'CALL_-1207086465', u'INDIRECT_-1207080444'), (u'INT_ADD_-1207091372', u'CAST_-1207080576'), (u'SUBPIECE_-1207080566', u'CALL_-1207087749'), (u'CAST_-1207080206', u'LOAD_-1207089650'), (u'MULTIEQUAL_-1207082029', u'MULTIEQUAL_-1207081485'), (u'CALL_-1207088972', u'INDIRECT_-1207082115'), (u'INDIRECT_-1207081563', u'MULTIEQUAL_-1207081508'), (u'INT_AND_-1207091900', u'INT_NOTEQUAL_-1207091900'), (u'INDIRECT_-1207082766', u'MULTIEQUAL_-1207082328'), (u'INDIRECT_-1207082987', u'MULTIEQUAL_-1207081953'), (u'CALL_-1207089426', u'INDIRECT_-1207081123'), (u'CALL_-1207091569', u'INDIRECT_-1207082961'), (u'CALL_-1207090676', u'INDIRECT_-1207082919'), (u'MULTIEQUAL_-1207082518', u'MULTIEQUAL_-1207080693'), (u'INDIRECT_-1207081886', u'MULTIEQUAL_-1207082182'), (u'INDIRECT_-1207081258', u'MULTIEQUAL_-1207082024'), (u'CALL_-1207087700', u'INDIRECT_-1207080519'), (u'CALL_-1207089426', u'INDIRECT_-1207081195'), (u'COPY_-1207081815', u'MULTIEQUAL_-1207082105'), (u'MULTIEQUAL_-1207082249', u'MULTIEQUAL_-1207081705'), (u'MULTIEQUAL_-1207086805', u'COPY_-1207081822'), (u'CALL_-1207091659', u'INDIRECT_-1207082885'), (u'INT_NOTEQUAL_-1207088051', u'CBRANCH_-1207088051'), (u'INDIRECT_-1207080665', u'MULTIEQUAL_-1207081364'), (u'MULTIEQUAL_-1207081740', u'MULTIEQUAL_-1207081196'), (u'INDIRECT_-1207083084', u'MULTIEQUAL_-1207081658'), (u'INDIRECT_-1207081996', u'MULTIEQUAL_-1207081775'), (u'LOAD_-1207088757', u'LOAD_-1207088728'), (u'CALL_-1207091659', u'INDIRECT_-1207083679'), (u'CALL_-1207088234', u'INDIRECT_-1207081781'), (u'CALL_-1207093551', u'INDIRECT_-1207083899'), (u'CALL_-1207093551', u'INDIRECT_-1207082881'), ('const-1', u'RETURN_-1207087126'), (u'MULTIEQUAL_-1207081517', u'MULTIEQUAL_-1207081397'), (u'INDIRECT_-1207082572', u'MULTIEQUAL_-1207082518'), (u'INT_LESS_-1207090791', u'INT_ZEXT_-1207086633'), (u'CALL_-1207088972', u'INDIRECT_-1207083348'), (u'INT_NOTEQUAL_-1207091085', u'CBRANCH_-1207091083'), (u'INDIRECT_-1207083157', u'MULTIEQUAL_-1207081731'), (u'CALL_-1207089652', u'INDIRECT_-1207081436'), (u'COPY_-1207081706', u'MULTIEQUAL_-1207082202'), ('const-3435729', u'INT_ADD_-1207088000'), (u'INDIRECT_-1207082987', u'MULTIEQUAL_-1207082910'), ('tmp_37124', u'CAST_-1207080680'), (u'CALL_-1207088972', u'INDIRECT_-1207082259'), ('const-32', u'INT_AND_-1207083419'), (u'INDIRECT_-1207082091', u'MULTIEQUAL_-1207081932'), (u'CALL_-1207087526', u'INDIRECT_-1207080698'), (u'INDIRECT_-1207081052', u'MULTIEQUAL_-1207080998'), ('const-2', u'INT_NOTEQUAL_-1207089190'), (u'CALL_-1207091659', u'INDIRECT_-1207083319'), ('const-417', u'LOAD_-1207089726'), (u'CALL_-1207089426', u'INDIRECT_-1207081851'), (u'CALL_-1207090291', u'INDIRECT_-1207082056'), (u'COPY_-1207089847', u'MULTIEQUAL_-1207082570'), (u'INDIRECT_-1207081218', u'MULTIEQUAL_-1207081059'), (u'MULTIEQUAL_-1207080955', u'MULTIEQUAL_-1207080860'), (u'CALL_-1207088081', u'INDIRECT_-1207082370'), (u'CALL_-1207087436', u'INDIRECT_-1207080205'), (u'CALL_-1207092030', u'INDIRECT_-1207083421'), ('const-4', u'INT_MULT_-1207088729'), (u'CALL_-1207091692', u'INDIRECT_-1207082543'), (u'LOAD_-1207088986', u'INT_NOTEQUAL_-1207088967'), ('tmp_5251', u'CBRANCH_-1207089549'), ('const-4', u'PTRADD_-1207081836'), (u'MULTIEQUAL_-1207086205', u'INT_LESS_-1207090791'), (u'INDIRECT_-1207083276', u'MULTIEQUAL_-1207082763'), (u'PTRADD_-1207078904', u'LOAD_-1207087572'), (u'INDIRECT_-1207080753', u'CALL_-1207087678'), (u'LOAD_-1207091169', u'INT_ADD_-1207087149'), (u'MULTIEQUAL_-1207083178', u'INT_ADD_-1207091591'), (u'CAST_-1207079119', u'LOAD_-1207087149'), (u'INT_EQUAL_-1207087039', u'INT_AND_-1207086960'), (u'INDIRECT_-1207081443', u'MULTIEQUAL_-1207081412'), (u'INDIRECT_-1207081632', u'MULTIEQUAL_-1207081145'), (u'INDIRECT_-1207081436', u'MULTIEQUAL_-1207081287'), (u'PTRSUB_-1207082299', u'CAST_-1207082139'), (u'CALL_-1207090676', u'INDIRECT_-1207081324'), (u'INDIRECT_-1207081058', u'MULTIEQUAL_-1207082046'), (u'MULTIEQUAL_-1207082590', u'MULTIEQUAL_-1207082423'), (u'INT_ADD_-1207090686', u'CAST_-1207080663'), (u'LOAD_-1207086870', u'INT_EQUAL_-1207086852'), (u'CALL_-1207089924', u'INDIRECT_-1207081996'), (u'INT_RIGHT_-1207087018', u'INT_MULT_-1207086939'), (u'MULTIEQUAL_-1207085192', u'MULTIEQUAL_-1207084347'), (u'CALL_-1207089924', u'INDIRECT_-1207081923'), ('const-1195478', u'COPY_-1207090135'), (u'CAST_-1207079852', u'INT_ADD_-1207088995'), (u'CALL_-1207089652', u'INDIRECT_-1207081363'), (u'INT_ADD_-1207089733', u'CAST_-1207080250'), (u'CALL_-1207089950', u'INDIRECT_-1207082084'), (u'INT_AND_-1207092506', u'INT_ADD_-1207088869'), (u'LOAD_-1207088866', u'INT_ADD_-1207088848'), (u'CALL_-1207090944', u'INDIRECT_-1207082975'), (u'MULTIEQUAL_-1207081414', u'MULTIEQUAL_-1207081390'), (u'INDIRECT_-1207081632', u'MULTIEQUAL_-1207081194'), (u'LOAD_-1207088938', u'INT_AND_-1207088868'), (u'CALL_-1207086465', u'INDIRECT_-1207079648'), (u'INDIRECT_-1207083388', u'COPY_-1207081815'), (u'INT_NOTEQUAL_-1207089606', u'CBRANCH_-1207089605'), (u'CAST_-1207078596', u'LOAD_-1207086875'), (u'MULTIEQUAL_-1207086015', u'CAST_-1207080563'), (u'LOAD_-1207091169', u'INT_ADD_-1207086212'), (u'COPY_-1207080266', u'MULTIEQUAL_-1207082112'), (u'INT_ADD_-1207088576', u'CAST_-1207079637'), (u'SUBPIECE_-1207082459', u'INT_NOTEQUAL_-1207093288'), (u'INT_EQUAL_-1207093053', u'CBRANCH_-1207093052'), ('const-417', u'LOAD_-1207090917'), (u'SUBPIECE_-1207087383', u'INT_NOTEQUAL_-1207093076'), (u'MULTIEQUAL_-1207082420', u'INT_ADD_-1207091382'), (u'CALL_-1207088234', u'INDIRECT_-1207082000'), (u'SUBPIECE_-1207080566', u'CALL_-1207087526'), (u'INDIRECT_-1207079575', u'MULTIEQUAL_-1207079536'), (u'INT_EQUAL_-1207088947', u'CBRANCH_-1207088943'), ('tmp_37123', u'INT_EQUAL_-1207091779'), (u'CALL_-1207089960', u'INDIRECT_-1207081341'), (u'MULTIEQUAL_-1207081483', u'MULTIEQUAL_-1207082158'), (u'COPY_-1207080077', u'MULTIEQUAL_-1207082086'), ('const-1', u'INT_NOTEQUAL_-1207091759'), (u'MULTIEQUAL_-1207080543', u'MULTIEQUAL_-1207081218'), (u'INT_ADD_-1207092890', u'CAST_-1207081990'), (u'INDIRECT_-1207082163', u'MULTIEQUAL_-1207082014'), (u'MULTIEQUAL_-1207082469', u'MULTIEQUAL_-1207082374'), (u'INT_ADD_-1207088854', u'CAST_-1207081315'), ('const-1195067', u'COPY_-1207090951'), (u'MULTIEQUAL_-1207081942', u'MULTIEQUAL_-1207080117'), (u'CALL_-1207090944', u'INDIRECT_-1207082325'), ('const-2925', u'COPY_-1207091380'), (u'CALL_-1207090128', u'INDIRECT_-1207081257'), (u'CALL_-1207088087', u'INDIRECT_-1207081586'), (u'INT_AND_-1207083340', u'INT_NOTEQUAL_-1207087722'), ('const-0', u'SUBPIECE_-1207082665'), (u'CALL_-1207092938', u'INDIRECT_-1207083739'), (u'CALL_-1207086179', u'INDIRECT_-1207079329'), ('const-0', u'COPY_-1207089827'), (u'MULTIEQUAL_-1207080369', u'INT_EQUAL_-1207087064'), (u'MULTIEQUAL_-1207081956', u'MULTIEQUAL_-1207081412'), (u'INT_ZEXT_-1207086633', u'RETURN_-1207090756'), (u'MULTIEQUAL_-1207081121', u'MULTIEQUAL_-1207081004'), ('const-417', u'LOAD_-1207087057'), (u'INDIRECT_-1207083030', u'MULTIEQUAL_-1207082961'), (u'MULTIEQUAL_-1207082184', u'MULTIEQUAL_-1207082165'), (u'CALL_-1207090291', u'INDIRECT_-1207081401'), (u'CALL_-1207088972', u'INDIRECT_-1207082770'), (u'CALL_-1207091692', u'INDIRECT_-1207083054'), (u'INDIRECT_-1207082451', u'MULTIEQUAL_-1207082302'), (u'CALL_-1207087749', u'INDIRECT_-1207080898'), (u'LOAD_-1207088986', u'INT_ADD_-1207088946'), (u'MULTIEQUAL_-1207080860', u'CALL_-1207087700'), (u'INDIRECT_-1207082739', u'MULTIEQUAL_-1207082590'), ('tmp_37122', u'INT_SUB_-1207090793'), (u'CALL_-1207086179', u'INDIRECT_-1207079694'), (u'LOAD_-1207091169', u'INT_ADD_-1207087249'), (u'PTRADD_-1207089518', u'CAST_-1207080172'), (u'CALL_-1207087678', u'INDIRECT_-1207080725'), (u'CAST_-1207081792', u'INT_SLESS_-1207092454'), (u'CAST_-1207079126', u'LOAD_-1207087158'), ('const-1194529', u'COPY_-1207091666'), (u'MULTIEQUAL_-1207081804', u'MULTIEQUAL_-1207080829'), (u'MULTIEQUAL_-1207081652', u'MULTIEQUAL_-1207081642'), (u'MULTIEQUAL_-1207081069', u'MULTIEQUAL_-1207079244'), (u'MULTIEQUAL_-1207081361', u'MULTIEQUAL_-1207079536'), (u'MULTIEQUAL_-1207081051', u'MULTIEQUAL_-1207081726'), (u'CALL_-1207089924', u'INDIRECT_-1207082645'), (u'MULTIEQUAL_-1207082258', u'MULTIEQUAL_-1207081431'), ('const-417', u'LOAD_-1207087787'), (u'COPY_-1207081423', u'MULTIEQUAL_-1207082962'), (u'INT_RIGHT_-1207080797', u'SUBPIECE_-1207082055'), (u'INT_RIGHT_-1207092784', u'INT_OR_-1207092785'), (u'INDIRECT_-1207081670', u'MULTIEQUAL_-1207081966'), (u'CALL_-1207091659', u'INDIRECT_-1207082374'), (u'LOAD_-1207089243', u'INT_AND_-1207080346'), (u'INDIRECT_-1207081844', u'MULTIEQUAL_-1207082379'), (u'SUBPIECE_-1207080566', u'INT_ADD_-1207087133'), (u'CALLIND_-1207088566', u'INDIRECT_-1207080657'), (u'INDIRECT_-1207083030', u'MULTIEQUAL_-1207082540'), (u'MULTIEQUAL_-1207081025', u'MULTIEQUAL_-1207080132'), ('tmp_530', u'CBRANCH_-1207093250'), (u'MULTIEQUAL_-1207082328', u'MULTIEQUAL_-1207081604'), (u'CALL_-1207088687', u'INDIRECT_-1207083077'), (u'CALLIND_-1207088566', u'INDIRECT_-1207080729'), ('const-417', u'LOAD_-1207091986'), (u'CAST_-1207081607', u'LOAD_-1207092136'), ('const-0', u'INT_EQUAL_-1207089362'), (u'CAST_-1207082228', u'MULTIEQUAL_-1207087478'), (u'MULTIEQUAL_-1207085192', u'MULTIEQUAL_-1207084367'), ('const-1195418', u'COPY_-1207088241'), (u'INT_OR_-1207093458', u'INT_OR_-1207090936'), (u'LOAD_-1207091169', u'INT_ADD_-1207080266'), (u'MULTIEQUAL_-1207081023', u'MULTIEQUAL_-1207081004'), ('const-417', u'LOAD_-1207088076'), (u'MULTIEQUAL_-1207082230', u'MULTIEQUAL_-1207082166'), (u'INDIRECT_-1207082253', u'INT_ADD_-1207090763'), (u'INDIRECT_-1207081996', u'MULTIEQUAL_-1207081558'), (u'MULTIEQUAL_-1207081341', u'MULTIEQUAL_-1207081224'), (u'CALL_-1207090077', u'INDIRECT_-1207082604'), (u'INT_RIGHT_-1207086926', u'INT_NOTEQUAL_-1207086902'), (u'MULTIEQUAL_-1207081647', u'MULTIEQUAL_-1207082302'), ('const-251658240', u'INT_AND_-1207086430'), (u'COPY_-1207079391', u'MULTIEQUAL_-1207081581'), ('const-67108863', u'INT_LESS_-1207090791'), (u'MULTIEQUAL_-1207083311', u'MULTIEQUAL_-1207083301'), (u'LOAD_-1207091169', u'INT_LESSEQUAL_-1207091069'), (u'MULTIEQUAL_-1207081725', u'MULTIEQUAL_-1207079900'), (u'COPY_-1207080264', u'MULTIEQUAL_-1207082210'), (u'CALL_-1207091659', u'INDIRECT_-1207082302'), (u'CALL_-1207089652', u'INDIRECT_-1207081946'), (u'INDIRECT_-1207081086', u'MULTIEQUAL_-1207081880'), (u'CALL_-1207092030', u'INDIRECT_-1207082766'), (u'INDIRECT_-1207080681', u'MULTIEQUAL_-1207081447'), (u'COPY_-1207080560', u'CALL_-1207087436'), (u'CALL_-1207087127', u'INDIRECT_-1207079937'), (u'INDIRECT_-1207083149', u'MULTIEQUAL_-1207083095'), ('const-316', u'INT_ADD_-1207091140'), (u'INDIRECT_-1207082012', u'MULTIEQUAL_-1207081522'), (u'CALL_-1207086407', u'INDIRECT_-1207079616'), (u'MULTIEQUAL_-1207084347', u'MULTIEQUAL_-1207085021'), (u'INT_NOTEQUAL_-1207091759', u'CBRANCH_-1207091757'), (u'CALL_-1207090291', u'INDIRECT_-1207081689'), (u'INDIRECT_-1207080481', u'MULTIEQUAL_-1207081469'), (u'INDIRECT_-1207081027', u'MULTIEQUAL_-1207081726'), (u'MULTIEQUAL_-1207081464', u'MULTIEQUAL_-1207080571'), (u'CALL_-1207088111', u'INDIRECT_-1207081052'), (u'MULTIEQUAL_-1207080829', u'SUBPIECE_-1207081688'), ('const-4294967295', u'INT_NOTEQUAL_-1207089733'), (u'CALL_-1207089652', u'INDIRECT_-1207081874'), (u'CALL_-1207091692', u'INDIRECT_-1207082909'), (u'INDIRECT_-1207081825', u'MULTIEQUAL_-1207081748'), (u'MULTIEQUAL_-1207081460', u'MULTIEQUAL_-1207081365'), (u'INDIRECT_-1207083535', u'MULTIEQUAL_-1207081839'), (u'INDIRECT_-1207080215', u'MULTIEQUAL_-1207081009'), ('tmp_7049', u'CBRANCH_-1207087722'), (u'CALL_-1207090077', u'INDIRECT_-1207081009'), (u'INDIRECT_-1207081779', u'MULTIEQUAL_-1207081390'), (u'INDIRECT_-1207081125', u'MULTIEQUAL_-1207081071'), (u'PTRSUB_-1207080552', u'PTRADD_-1207089858'), ('const-417', u'LOAD_-1207088058'), (u'CAST_-1207081667', u'COPY_-1207081829'), ('tmp_7195', u'BRANCH_-1207087633'), (u'CALL_-1207090676', u'INDIRECT_-1207082703'), (u'MULTIEQUAL_-1207081606', u'MULTIEQUAL_-1207081587'), (u'INDIRECT_-1207080243', u'MULTIEQUAL_-1207081009'), (u'INDIRECT_-1207082552', u'MULTIEQUAL_-1207082249'), (u'INT_XOR_-1207090833', u'INT_AND_-1207090818'), (u'CALL_-1207087127', u'INDIRECT_-1207080659'), (u'INDIRECT_-1207083243', u'MULTIEQUAL_-1207082523'), (u'CALL_-1207089950', u'INDIRECT_-1207081428'), (u'CALL_-1207089426', u'INDIRECT_-1207081488'), (u'MULTIEQUAL_-1207081097', u'MULTIEQUAL_-1207080204'), ('tmp_37119', u'COPY_-1207088716'), (u'MULTIEQUAL_-1207082066', u'MULTIEQUAL_-1207082042'), (u'CALL_-1207089038', u'INDIRECT_-1207083382'), (u'CALL_-1207091569', u'INDIRECT_-1207083394'), (u'INDIRECT_-1207082068', u'MULTIEQUAL_-1207081679'), (u'MULTIEQUAL_-1207081414', u'MULTIEQUAL_-1207081297'), (u'INDIRECT_-1207082091', u'MULTIEQUAL_-1207081775'), ('const-255', u'INT_SLESS_-1207092454'), (u'LOAD_-1207090917', u'INT_ADD_-1207090832'), (u'CALL_-1207087131', u'INDIRECT_-1207079527'), (u'MULTIEQUAL_-1207081390', u'MULTIEQUAL_-1207081371'), (u'CALL_-1207088445', u'INDIRECT_-1207082268'), (u'MULTIEQUAL_-1207081825', u'MULTIEQUAL_-1207080998'), (u'CALL_-1207089960', u'INDIRECT_-1207081486'), (u'CAST_-1207080172', u'LOAD_-1207089573'), (u'LOAD_-1207091169', u'INT_ADD_-1207088578'), (u'INT_ADD_-1207087458', u'CALL_-1207087436'), (u'CALL_-1207090291', u'INDIRECT_-1207081255'), ('tmp_37123', u'MULTIEQUAL_-1207084934'), (u'CAST_-1207080238', u'LOAD_-1207089726'), (u'CALL_-1207086407', u'INDIRECT_-1207079907'), ('const-3', u'INT_LESS_-1207091861'), (u'COPY_-1207080560', u'INT_ADD_-1207087678'), (u'MULTIEQUAL_-1207082251', u'INT_ADD_-1207090099'), ('const-417', u'LOAD_-1207091981'), (u'CALL_-1207087700', u'INDIRECT_-1207081603'), (u'INDIRECT_-1207081485', u'MULTIEQUAL_-1207081096'), ('const-3421469', u'INT_ADD_-1207087446'), (u'MULTIEQUAL_-1207081798', u'INT_LESS_-1207088990'), (u'COPY_-1207078831', u'MULTIEQUAL_-1207085068'), (u'LOAD_-1207092312', u'INT_ADD_-1207092289'), (u'INT_EQUAL_-1207091633', u'CBRANCH_-1207091631'), ('const-65280', u'INT_AND_-1207092785'), (u'MULTIEQUAL_-1207082158', u'MULTIEQUAL_-1207082148'), ('const-167772160', u'INT_NOTEQUAL_-1207093215'), (u'INT_NOTEQUAL_-1207091064', u'CBRANCH_-1207091062'), (u'INT_AND_-1207086983', u'INT_LEFT_-1207086979'), (u'MULTIEQUAL_-1207082426', u'MULTIEQUAL_-1207082309'), (u'MULTIEQUAL_-1207081361', u'MULTIEQUAL_-1207080519'), (u'LOAD_-1207088076', u'INT_EQUAL_-1207088061'), (u'CAST_-1207082101', u'LOAD_-1207093136'), (u'CALL_-1207087978', u'INDIRECT_-1207082546'), (u'CALL_-1207090128', u'INDIRECT_-1207082490'), (u'INDIRECT_-1207082307', u'MULTIEQUAL_-1207082148'), (u'INDIRECT_-1207082169', u'MULTIEQUAL_-1207082097'), (u'MULTIEQUAL_-1207081488', u'MULTIEQUAL_-1207081371'), (u'MULTIEQUAL_-1207082540', u'MULTIEQUAL_-1207081995'), (u'CALL_-1207087436', u'INDIRECT_-1207080422'), (u'INDIRECT_-1207083131', u'MULTIEQUAL_-1207082097'), (u'INDIRECT_-1207080882', u'COPY_-1207079298'), ('tmp_10376', u'CBRANCH_-1207089250'), ('const-0', u'SUBPIECE_-1207083031'), (u'MULTIEQUAL_-1207081359', u'COPY_-1207079405'), (u'CALL_-1207087436', u'INDIRECT_-1207080926'), (u'INDIRECT_-1207081518', u'MULTIEQUAL_-1207082312'), (u'LOAD_-1207091868', u'INT_NOTEQUAL_-1207091852'), (u'MULTIEQUAL_-1207081049', u'MULTIEQUAL_-1207081025'), (u'CALL_-1207087227', u'INDIRECT_-1207080267'), ('const-6', u'COPY_-1207092054'), (u'CALL_-1207092030', u'INDIRECT_-1207082913'), (u'INT_RIGHT_-1207090819', u'INT_OR_-1207090818'), (u'CALL_-1207092030', u'INDIRECT_-1207083059'), ('tmp_20182', u'INT_ADD_-1207088091'), (u'INT_SLESS_-1207088838', u'CBRANCH_-1207088837'), (u'INDIRECT_-1207082770', u'MULTIEQUAL_-1207082693'), (u'INDIRECT_-1207083276', u'MULTIEQUAL_-1207082973'), (u'INDIRECT_-1207081340', u'MULTIEQUAL_-1207080951'), (u'COPY_-1207080560', u'INT_ADD_-1207087385'), ('const-2', u'INT_AND_-1207086869'), (u'CALL_-1207089652', u'INDIRECT_-1207082451'), (u'MULTIEQUAL_-1207080592', u'MULTIEQUAL_-1207080497'), (u'CALL_-1207088445', u'INDIRECT_-1207082196'), (u'INDIRECT_-1207081202', u'MULTIEQUAL_-1207082190'), (u'CAST_-1207081334', u'INT_SLESS_-1207088838'), (u'CAST_-1207080913', u'INT_SRIGHT_-1207091090'), ('const-417', u'LOAD_-1207090887'), (u'MULTIEQUAL_-1207086048', u'COPY_-1207080739'), ('const-1195355', u'COPY_-1207091369'), (u'INT_NOTEQUAL_-1207089190', u'CBRANCH_-1207089189'), (u'MULTIEQUAL_-1207080372', u'MULTIEQUAL_-1207080343'), (u'CALL_-1207086465', u'INDIRECT_-1207080156'), ('const-0', u'PTRSUB_-1207080235'), (u'INDIRECT_-1207081510', u'MULTIEQUAL_-1207081361'), (u'MULTIEQUAL_-1207081341', u'MULTIEQUAL_-1207081317'), ('const-4071', u'COPY_-1207089978'), ('const-417', u'LOAD_-1207089243'), ('const-417', u'LOAD_-1207087572'), (u'CAST_-1207079835', u'LOAD_-1207088986'), (u'INDIRECT_-1207081583', u'MULTIEQUAL_-1207081267'), (u'CALL_-1207091569', u'INDIRECT_-1207081943'), (u'INT_ZEXT_-1207086563', u'CAST_-1207081207'), (u'MULTIEQUAL_-1207081243', u'MULTIEQUAL_-1207080519'), (u'INDIRECT_-1207082140', u'MULTIEQUAL_-1207081919'), (u'CALL_-1207087678', u'INDIRECT_-1207080362'), (u'CALL_-1207091362', u'INDIRECT_-1207082389'), (u'PTRADD_-1207079995', u'LOAD_-1207088809'), (u'CALL_-1207087127', u'INDIRECT_-1207080803'), ('const-417', u'LOAD_-1207087401'), (u'CALL_-1207093551', u'INDIRECT_-1207084260'), (u'INDIRECT_-1207082811', u'MULTIEQUAL_-1207082495'), ('const-340', u'INT_ADD_-1207087124'), (u'CALL_-1207087526', u'INDIRECT_-1207081130'), ('const-7', u'INT_AND_-1207080404'), (u'INT_ADD_-1207088922', u'CAST_-1207079812'), (u'CALL_-1207088687', u'INDIRECT_-1207083005'), (u'MULTIEQUAL_-1207081820', u'MULTIEQUAL_-1207081791'), (u'LOAD_-1207091169', u'INT_ADD_-1207087153'), (u'INDIRECT_-1207081371', u'MULTIEQUAL_-1207081340'), (u'INT_AND_-1207083419', u'INT_NOTEQUAL_-1207087753'), (u'LOAD_-1207088757', u'INT_NOTEQUAL_-1207088732'), (u'CALL_-1207091362', u'INDIRECT_-1207081881'), ('tmp_9763', u'CBRANCH_-1207089311'), (u'LOAD_-1207087149', u'INT_SUB_-1207087087'), ('tmp_474', u'CBRANCH_-1207093287'), (u'CALL_-1207086395', u'INDIRECT_-1207079441'), (u'INDIRECT_-1207081801', u'MULTIEQUAL_-1207081485'), (u'CAST_-1207081667', u'PTRADD_-1207081836'), (u'CALL_-1207088081', u'INDIRECT_-1207082297'), (u'CALL_-1207087978', u'INDIRECT_-1207082040'), (u'LOAD_-1207091147', u'MULTIEQUAL_-1207082140'), ('tmp_7811', u'CBRANCH_-1207087660'), (u'INDIRECT_-1207082404', u'MULTIEQUAL_-1207081966'), (u'COPY_-1207082134', u'MULTIEQUAL_-1207082202'), (u'INDIRECT_-1207080436', u'MULTIEQUAL_-1207081230'), (u'CALL_-1207092030', u'INDIRECT_-1207083348'), (u'MULTIEQUAL_-1207081952', u'MULTIEQUAL_-1207081830'), (u'INDIRECT_-1207082259', u'MULTIEQUAL_-1207081956'), (u'CAST_-1207079707', u'COPY_-1207079942'), (u'INDIRECT_-1207082913', u'MULTIEQUAL_-1207082475'), (u'INDIRECT_-1207082957', u'MULTIEQUAL_-1207082888'), (u'INT_EQUAL_-1207093349', u'CBRANCH_-1207093347'), ('tmp_7350', u'CBRANCH_-1207087767'), (u'CALL_-1207088687', u'INDIRECT_-1207081626'), (u'MULTIEQUAL_-1207080761', u'MULTIEQUAL_-1207081436'), (u'INDIRECT_-1207083027', u'MULTIEQUAL_-1207082306'), (u'CAST_-1207079290', u'LOAD_-1207087393'), (u'INDIRECT_-1207081779', u'MULTIEQUAL_-1207081488'), ('const-1195541', u'COPY_-1207089967'), (u'CALL_-1207090291', u'INDIRECT_-1207082634'), (u'INDIRECT_-1207081851', u'MULTIEQUAL_-1207081798'), ('const-197', u'COPY_-1207090095'), (u'INT_ADD_-1207091823', u'MULTIEQUAL_-1207086205'), (u'CALL_-1207088687', u'INDIRECT_-1207081916'), (u'INDIRECT_-1207083060', u'MULTIEQUAL_-1207082757'), (u'INT_NOTEQUAL_-1207088897', u'CBRANCH_-1207088895'), (u'INT_NOTEQUAL_-1207093120', u'CBRANCH_-1207093117'), ('const-4293382982', u'INT_ADD_-1207091372'), (u'INDIRECT_-1207083492', u'MULTIEQUAL_-1207083189'), (u'LOAD_-1207093180', u'INT_ADD_-1207093126'), (u'INDIRECT_-1207082428', u'MULTIEQUAL_-1207082207'), (u'MULTIEQUAL_-1207081859', u'MULTIEQUAL_-1207081751'), (u'CALL_-1207089652', u'INDIRECT_-1207082667'), (u'MULTIEQUAL_-1207082642', u'MULTIEQUAL_-1207082525'), (u'INT_EQUAL_-1207090998', u'CBRANCH_-1207090997'), (u'CALL_-1207089924', u'INDIRECT_-1207081632'), (u'INT_SRIGHT_-1207090891', u'INT_XOR_-1207090859'), (u'CALL_-1207088126', u'INDIRECT_-1207082636'), ('const-417', u'LOAD_-1207093142'), (u'INDIRECT_-1207081951', u'MULTIEQUAL_-1207081879'), (u'CALL_-1207089652', u'INDIRECT_-1207082235'), (u'CALL_-1207087526', u'INDIRECT_-1207080626'), (u'CALL_-1207090676', u'INDIRECT_-1207081978'), (u'INDIRECT_-1207082595', u'MULTIEQUAL_-1207082447'), ('const-417', u'LOAD_-1207088757'), ('const-328', u'INT_ADD_-1207087133'), (u'MULTIEQUAL_-1207082086', u'MULTIEQUAL_-1207080261'), (u'CALL_-1207091362', u'INDIRECT_-1207082316'), ('const-15', u'INT_AND_-1207084602'), (u'LOAD_-1207092998', u'LOAD_-1207092958'), (u'CALL_-1207088445', u'INDIRECT_-1207081402'), (u'MULTIEQUAL_-1207081880', u'MULTIEQUAL_-1207081758'), ('const-0', u'RETURN_-1207088397'), (u'INDIRECT_-1207082284', u'MULTIEQUAL_-1207082230'), (u'CALL_-1207087749', u'INDIRECT_-1207080243'), (u'MULTIEQUAL_-1207082420', u'INT_ADD_-1207091394'), (u'INT_AND_-1207092506', u'MULTIEQUAL_-1207082983'), (u'MULTIEQUAL_-1207082719', u'INT_AND_-1207085340'), (u'INT_OR_-1207092070', u'MULTIEQUAL_-1207087363'), (u'INDIRECT_-1207079501', u'MULTIEQUAL_-1207079462'), (u'INDIRECT_-1207082595', u'MULTIEQUAL_-1207082436'), ('const-0', u'INT_SLESS_-1207088838'), (u'CALL_-1207088111', u'INDIRECT_-1207083149'), (u'MULTIEQUAL_-1207081824', u'MULTIEQUAL_-1207081100'), (u'CALL_-1207086407', u'INDIRECT_-1207079690'), (u'CALL_-1207091569', u'INDIRECT_-1207082523'), (u'CALL_-1207089652', u'INDIRECT_-1207081657'), ('const-3424391', u'INT_ADD_-1207088578'), (u'INDIRECT_-1207081525', u'MULTIEQUAL_-1207081089'), (u'INDIRECT_-1207081218', u'MULTIEQUAL_-1207080902'), ('const-1', u'RETURN_-1207088121'), (u'INDIRECT_-1207081590', u'MULTIEQUAL_-1207082384'), (u'MULTIEQUAL_-1207081580', u'MULTIEQUAL_-1207081570'), (u'INT_OR_-1207090925', u'MULTIEQUAL_-1207086243'), (u'CALL_-1207089038', u'INDIRECT_-1207082366'), (u'MULTIEQUAL_-1207081748', u'MULTIEQUAL_-1207081943'), (u'INDIRECT_-1207082244', u'MULTIEQUAL_-1207082213'), (u'MULTIEQUAL_-1207082302', u'MULTIEQUAL_-1207082258'), (u'LOAD_-1207091986', u'INT_ADD_-1207091965'), ('const-22', u'INT_ADD_-1207080586'), (u'MULTIEQUAL_-1207082775', u'MULTIEQUAL_-1207082719'), (u'INT_EQUAL_-1207091779', u'CBRANCH_-1207091778'), (u'MULTIEQUAL_-1207082166', u'MULTIEQUAL_-1207082046'), (u'LOAD_-1207086870', u'INT_ADD_-1207086830'), (u'MULTIEQUAL_-1207080563', u'MULTIEQUAL_-1207081218'), (u'INT_ADD_-1207087115', u'CAST_-1207079105'), ('const-336', u'INT_ADD_-1207087142'), ('const-67108864', u'INT_LESS_-1207091798'), (u'INT_MULT_-1207088564', u'INT_ADD_-1207088576'), (u'CALL_-1207088972', u'INDIRECT_-1207082843'), (u'LOAD_-1207087040', u'INT_RIGHT_-1207086997'), (u'CALL_-1207088087', u'INDIRECT_-1207081951'), (u'INDIRECT_-1207081729', u'MULTIEQUAL_-1207081413'), ('tmp_592', u'CBRANCH_-1207093211'), (u'INDIRECT_-1207082332', u'MULTIEQUAL_-1207082255'), (u'CALL_-1207087749', u'INDIRECT_-1207081402'), ('const-16777215', u'INT_AND_-1207090847'), (u'MULTIEQUAL_-1207082086', u'MULTIEQUAL_-1207081244'), (u'MULTIEQUAL_-1207081715', u'MULTIEQUAL_-1207081704'), (u'MULTIEQUAL_-1207087363', u'INT_AND_-1207092785'), (u'INDIRECT_-1207081436', u'MULTIEQUAL_-1207081277'), ('const-2', u'INT_SRIGHT_-1207091090'), (u'INDIRECT_-1207081558', u'MULTIEQUAL_-1207081267'), ('const-43', u'INT_ADD_-1207087024'), (u'INT_MULT_-1207092516', u'INT_AND_-1207092477'), (u'CALLIND_-1207088566', u'INDIRECT_-1207082178'), ('const-8', u'INT_ADD_-1207091965'), ('const-4', u'INT_EQUAL_-1207088415'), ('const-11', u'INT_ADD_-1207088853'), (u'CALL_-1207087227', u'INDIRECT_-1207079612'), (u'INDIRECT_-1207080120', u'MULTIEQUAL_-1207081108'), (u'INDIRECT_-1207083231', u'MULTIEQUAL_-1207081806'), (u'CALL_-1207088111', u'INDIRECT_-1207081125'), ('const-1', u'PTRADD_-1207079937'), (u'CALL_-1207089924', u'INDIRECT_-1207081485'), (u'INT_RIGHT_-1207089279', u'INT_AND_-1207089242'), (u'CALL_-1207089652', u'INDIRECT_-1207081729'), ('tmp_20182', u'INT_ADD_-1207091244'), (u'MULTIEQUAL_-1207081009', u'MULTIEQUAL_-1207080887'), (u'LOAD_-1207092998', u'MULTIEQUAL_-1207086048'), (u'CAST_-1207082138', u'MULTIEQUAL_-1207082130'), (u'CALL_-1207092030', u'INDIRECT_-1207082404'), (u'INDIRECT_-1207079428', u'MULTIEQUAL_-1207079389'), (u'CALL_-1207088972', u'INDIRECT_-1207083492'), (u'MULTIEQUAL_-1207083305', u'INT_NOTEQUAL_-1207092187'), (u'CALL_-1207090077', u'INDIRECT_-1207082460'), (u'CALLIND_-1207088566', u'INDIRECT_-1207080802'), (u'INDIRECT_-1207083565', u'MULTIEQUAL_-1207083127'), (u'MULTIEQUAL_-1207081798', u'INT_MULT_-1207088958'), (u'INDIRECT_-1207082644', u'MULTIEQUAL_-1207082423'), (u'INT_ADD_-1207089317', u'CAST_-1207080061'), (u'INT_SUB_-1207092883', u'INT_LESS_-1207092870'), (u'CALL_-1207087526', u'INDIRECT_-1207079826'), ('const-2', u'INT_NOTEQUAL_-1207086902'), (u'CAST_-1207081412', u'COPY_-1207091708'), (u'CALL_-1207091172', u'INDIRECT_-1207082202'), ('const-0', u'INT_EQUAL_-1207093097'), (u'LOAD_-1207088869', u'INT_AND_-1207088818'), (u'CALL_-1207089426', u'INDIRECT_-1207081779'), (u'LOAD_-1207092090', u'LOAD_-1207092050'), (u'INDIRECT_-1207082285', u'MULTIEQUAL_-1207081847'), (u'MULTIEQUAL_-1207081508', u'MULTIEQUAL_-1207081498'), (u'CALL_-1207090011', u'INDIRECT_-1207082604'), (u'INT_NOTEQUAL_-1207092152', u'CBRANCH_-1207092152'), ('const-417', u'LOAD_-1207092906'), (u'INT_OR_-1207092785', u'INT_OR_-1207092782'), (u'INT_AND_-1207092785', u'INT_LEFT_-1207092782'), ('const-417', u'LOAD_-1207089503'), (u'CALL_-1207088087', u'INDIRECT_-1207082242'), (u'CAST_-1207080310', u'COPY_-1207080521'), ('const-1195561', u'COPY_-1207089931'), (u'MULTIEQUAL_-1207080998', u'MULTIEQUAL_-1207081653'), (u'INDIRECT_-1207081485', u'MULTIEQUAL_-1207081047'), (u'CALL_-1207088972', u'INDIRECT_-1207082987'), (u'CALL_-1207092030', u'INDIRECT_-1207082620'), (u'CALL_-1207091659', u'MULTIEQUAL_-1207086389'), (u'MULTIEQUAL_-1207080519', u'MULTIEQUAL_-1207080470'), (u'INT_ADD_-1207080586', u'PTRADD_-1207089858'), (u'MULTIEQUAL_-1207081390', u'MULTIEQUAL_-1207080563'), (u'INDIRECT_-1207082519', u'MULTIEQUAL_-1207082450'), (u'INDIRECT_-1207081199', u'MULTIEQUAL_-1207081145'), ('const-417', u'LOAD_-1207092184'), (u'CALL_-1207091372', u'INDIRECT_-1207082425'), (u'COPY_-1207082089', u'RETURN_-1207082070'), (u'MULTIEQUAL_-1207081884', u'MULTIEQUAL_-1207081340'), (u'MULTIEQUAL_-1207082292', u'COPY_-1207080275'), (u'CALL_-1207087127', u'INDIRECT_-1207079498'), ('const-0', u'INT_EQUAL_-1207089342'), (u'MULTIEQUAL_-1207082775', u'INT_ADD_-1207091034'), ('const-5', u'INT_RIGHT_-1207089279'), (u'MULTIEQUAL_-1207080227', u'MULTIEQUAL_-1207080198'), (u'MULTIEQUAL_-1207080791', u'MULTIEQUAL_-1207080669'), (u'CALL_-1207091569', u'INDIRECT_-1207083466'), (u'INDIRECT_-1207082693', u'MULTIEQUAL_-1207082255'), ('const-1', u'PTRADD_-1207081836'), (u'MULTIEQUAL_-1207083323', u'MULTIEQUAL_-1207082347'), ('const-0', u'INT_NOTEQUAL_-1207093076'), ('const-0', u'INT_NOTEQUAL_-1207092979'), (u'MULTIEQUAL_-1207086243', u'INT_XOR_-1207090859'), (u'LOAD_-1207088938', u'INT_AND_-1207084083'), ('const-0', u'CALL_-1207087749'), ('const-5007737', u'PTRSUB_-1207080405'), (u'CALL_-1207087749', u'INDIRECT_-1207080753'), ('const-3942645760', u'INT_NOTEQUAL_-1207089286'), (u'CALLIND_-1207088566', u'INDIRECT_-1207082250'), ('tmp_5494', u'CBRANCH_-1207089398'), (u'MULTIEQUAL_-1207082042', u'MULTIEQUAL_-1207081149'), (u'CAST_-1207080753', u'LOAD_-1207090893'), ('const-1', u'RETURN_-1207087431'), (u'INDIRECT_-1207079722', u'MULTIEQUAL_-1207079683'), (u'CALL_-1207087436', u'INDIRECT_-1207080782'), (u'INDIRECT_-1207081916', u'MULTIEQUAL_-1207082451'), ('const-255', u'INT_SLESS_-1207088849'), (u'CAST_-1207080519', u'COPY_-1207080651'), (u'INT_REM_-1207088742', u'INT_NOTEQUAL_-1207088497'), (u'CALL_-1207086407', u'INDIRECT_-1207080628'), (u'CALL_-1207091372', u'INDIRECT_-1207081770'), ('const-11', u'INT_SUB_-1207091879'), (u'INT_ADD_-1207090901', u'CAST_-1207080766'), (u'INDIRECT_-1207081171', u'MULTIEQUAL_-1207081870'), ('const-24', u'INT_ADD_-1207088139'), (u'MULTIEQUAL_-1207081287', u'MULTIEQUAL_-1207081942'), (u'INDIRECT_-1207082470', u'MULTIEQUAL_-1207082034'), ('const-417', u'LOAD_-1207087694'), (u'CALL_-1207087678', u'INT_AND_-1207087650'), (u'CALL_-1207089924', u'INDIRECT_-1207081412'), (u'INT_EQUAL_-1207092437', u'CBRANCH_-1207092436'), (u'INDIRECT_-1207082626', u'MULTIEQUAL_-1207082323'), (u'LOAD_-1207091998', u'INT_LESS_-1207088786'), (u'MULTIEQUAL_-1207082004', u'MULTIEQUAL_-1207081896'), (u'INDIRECT_-1207082201', u'MULTIEQUAL_-1207082178'), (u'INDIRECT_-1207082479', u'MULTIEQUAL_-1207082176'), (u'CALL_-1207090077', u'INDIRECT_-1207082171'), (u'MULTIEQUAL_-1207082312', u'MULTIEQUAL_-1207082190'), (u'INT_NOTEQUAL_-1207089002', u'INT_ZEXT_-1207086563'), (u'CALL_-1207088445', u'INDIRECT_-1207081836'), (u'CALL_-1207088445', u'INDIRECT_-1207080963'), ('const-1', u'RETURN_-1207091217'), (u'MULTIEQUAL_-1207081277', u'MULTIEQUAL_-1207081169'), (u'CAST_-1207081699', u'COPY_-1207081867'), ('const-5497', u'INT_ADD_-1207091941'), (u'LOAD_-1207093142', u'INT_ADD_-1207093096'), (u'LOAD_-1207091169', u'INT_ADD_-1207086200'), (u'CALL_-1207091692', u'INDIRECT_-1207083198'), (u'MULTIEQUAL_-1207081653', u'MULTIEQUAL_-1207081591'), (u'MULTIEQUAL_-1207082618', u'MULTIEQUAL_-1207082446'), (u'MULTIEQUAL_-1207081339', u'MULTIEQUAL_-1207082014'), (u'MULTIEQUAL_-1207082110', u'MULTIEQUAL_-1207082305'), (u'COPY_-1207082239', u'MULTIEQUAL_-1207082179'), (u'INT_LESSEQUAL_-1207087073', u'CBRANCH_-1207087071'), (u'CALL_-1207087227', u'INDIRECT_-1207080844'), (u'INT_AND_-1207085986', u'INT_EQUAL_-1207092437'), (u'INDIRECT_-1207081485', u'MULTIEQUAL_-1207080998'), (u'MULTIEQUAL_-1207081277', u'MULTIEQUAL_-1207081267'), (u'MULTIEQUAL_-1207081869', u'MULTIEQUAL_-1207081825'), (u'INT_ADD_-1207091382', u'CAST_-1207080612'), (u'MULTIEQUAL_-1207085021', u'CALL_-1207087227'), ('const-4293276509', u'INT_ADD_-1207090087'), (u'MULTIEQUAL_-1207082158', u'MULTIEQUAL_-1207082096'), (u'CALL_-1207087678', u'INDIRECT_-1207081446'), (u'INDIRECT_-1207082397', u'MULTIEQUAL_-1207081961'), ('const-417', u'LOAD_-1207092346'), (u'CAST_-1207081990', u'LOAD_-1207092906'), ('const-417', u'LOAD_-1207089568'), (u'CALL_-1207089426', u'INDIRECT_-1207081996'), (u'INDIRECT_-1207081706', u'MULTIEQUAL_-1207081652'), (u'CALL_-1207087526', u'INDIRECT_-1207081274'), ('const-29', u'INT_NOTEQUAL_-1207093288'), ('const-417', u'LOAD_-1207088866'), (u'CAST_-1207081699', u'PTRADD_-1207081862'), (u'CALL_-1207091372', u'INDIRECT_-1207081917'), (u'INDIRECT_-1207082645', u'MULTIEQUAL_-1207082207'), (u'INT_ADD_-1207089528', u'CAST_-1207080157'), ('tmp_8524', u'CBRANCH_-1207087416'), (u'MULTIEQUAL_-1207086977', u'INT_NOTEQUAL_-1207092187'), (u'INT_AND_-1207080508', u'MULTIEQUAL_-1207080369'), (u'INDIRECT_-1207081525', u'MULTIEQUAL_-1207081820'), (u'CALL_-1207090077', u'INDIRECT_-1207081082'), (u'INDIRECT_-1207082285', u'INT_ADD_-1207080266'), (u'CALL_-1207087436', u'INDIRECT_-1207079621'), (u'CALL_-1207092030', u'INDIRECT_-1207083853'), (u'INDIRECT_-1207080653', u'MULTIEQUAL_-1207081447'), ('const-2', u'PTRADD_-1207078904'), (u'CALL_-1207092030', u'INDIRECT_-1207083637'), ('tmp_3760', u'CBRANCH_-1207091062'), (u'INT_ADD_-1207088869', u'MULTIEQUAL_-1207082524'), (u'MULTIEQUAL_-1207081097', u'MULTIEQUAL_-1207080925'), ('tmp_2385', u'CBRANCH_-1207091934'), (u'INDIRECT_-1207081657', u'MULTIEQUAL_-1207081508'), (u'INDIRECT_-1207082356', u'MULTIEQUAL_-1207082135'), (u'INDIRECT_-1207082374', u'MULTIEQUAL_-1207082305'), (u'INDIRECT_-1207079794', u'MULTIEQUAL_-1207079755'), (u'COPY_-1207079312', u'MULTIEQUAL_-1207082014'), (u'CALL_-1207088126', u'INDIRECT_-1207082924'), ('const-4', u'PTRADD_-1207081893'), (u'CALL_-1207088972', u'INDIRECT_-1207083132'), ('tmp_3602', u'CBRANCH_-1207090730'), (u'INT_EQUAL_-1207090923', u'CBRANCH_-1207090922'), (u'CALL_-1207091372', u'INDIRECT_-1207082713'), (u'CAST_-1207080848', u'LOAD_-1207091062'), (u'MULTIEQUAL_-1207081317', u'MULTIEQUAL_-1207080490'), (u'INDIRECT_-1207083243', u'MULTIEQUAL_-1207081547'), (u'MULTIEQUAL_-1207081753', u'MULTIEQUAL_-1207081581'), (u'CALL_-1207090291', u'INDIRECT_-1207081473'), (u'MULTIEQUAL_-1207080925', u'MULTIEQUAL_-1207080863'), (u'CALL_-1207091659', u'INDIRECT_-1207083247'), (u'INDIRECT_-1207083276', u'MULTIEQUAL_-1207082791'), (u'MULTIEQUAL_-1207081893', u'MULTIEQUAL_-1207082088'), ('tmp_1328', u'BRANCH_-1207092082'), (u'INT_AND_-1207089454', u'INT_EQUAL_-1207089468'), (u'INDIRECT_-1207082429', u'MULTIEQUAL_-1207081991'), (u'MULTIEQUAL_-1207083396', u'MULTIEQUAL_-1207082420'), (u'MULTIEQUAL_-1207080396', u'MULTIEQUAL_-1207081071'), (u'MULTIEQUAL_-1207082474', u'MULTIEQUAL_-1207081647'), ('const-24', u'INT_RIGHT_-1207093462'), (u'INT_ADD_-1207091140', u'CAST_-1207080933'), (u'INDIRECT_-1207079899', u'MULTIEQUAL_-1207080887'), (u'INDIRECT_-1207079866', u'MULTIEQUAL_-1207079827'), (u'CALL_-1207087526', u'INDIRECT_-1207080986'), (u'MULTIEQUAL_-1207081725', u'MULTIEQUAL_-1207080883'), (u'INDIRECT_-1207082012', u'MULTIEQUAL_-1207081943'), (u'INT_MULT_-1207088729', u'INT_ADD_-1207088741'), (u'CALL_-1207091659', u'INDIRECT_-1207082813'), (u'CALL_-1207087227', u'INDIRECT_-1207079759'), ('const-24', u'INT_LEFT_-1207093455'), (u'INDIRECT_-1207081804', u'MULTIEQUAL_-1207081731'), ('const-1194360', u'COPY_-1207092037'), (u'INDIRECT_-1207080362', u'MULTIEQUAL_-1207081156'), (u'CALL_-1207091569', u'INDIRECT_-1207082377'), ('const-0', u'INT_EQUAL_-1207086831'), (u'CALL_-1207091569', u'INDIRECT_-1207083610'), (u'MULTIEQUAL_-1207082508', u'MULTIEQUAL_-1207082400'), (u'MULTIEQUAL_-1207081170', u'MULTIEQUAL_-1207080343'), (u'INT_ADD_-1207093096', u'CAST_-1207082090'), (u'MULTIEQUAL_-1207082888', u'MULTIEQUAL_-1207081911'), (u'CALL_-1207087678', u'INDIRECT_-1207080870'), ('tmp_384', u'CBRANCH_-1207093347'), ('const-1', u'RETURN_-1207091367'), ('const-1', u'RETURN_-1207090072'), (u'CALL_-1207087227', u'INDIRECT_-1207080988'), (u'INT_NOTEQUAL_-1207089591', u'CBRANCH_-1207089591'), (u'MULTIEQUAL_-1207081460', u'MULTIEQUAL_-1207081411'), (u'CAST_-1207081797', u'LOAD_-1207092474'), (u'CAST_-1207080046', u'INT_NOTEQUAL_-1207089255'), (u'INDIRECT_-1207082523', u'MULTIEQUAL_-1207082364'), (u'MULTIEQUAL_-1207082618', u'MULTIEQUAL_-1207081725'), (u'CALL_-1207089960', u'INDIRECT_-1207082574'), (u'CALL_-1207088111', u'INDIRECT_-1207082500'), (u'CALL_-1207091362', u'INDIRECT_-1207081808'), (u'INDIRECT_-1207083005', u'MULTIEQUAL_-1207083540'), (u'INDIRECT_-1207081459', u'MULTIEQUAL_-1207082158'), ('const-4026531840', u'INT_AND_-1207086243'), (u'INT_EQUAL_-1207089400', u'CBRANCH_-1207089398'), (u'INT_ADD_-1207090646', u'MULTIEQUAL_-1207086205'), (u'CALL_-1207091659', u'INDIRECT_-1207082012'), (u'CAST_-1207080343', u'INT_RIGHT_-1207080532'), (u'MULTIEQUAL_-1207081071', u'MULTIEQUAL_-1207081009'), (u'COPY_-1207080277', u'MULTIEQUAL_-1207082184'), (u'PTRSUB_-1207080123', u'COPY_-1207080052'), ('const-3434063', u'INT_ADD_-1207086425'), (u'SUBPIECE_-1207085893', u'INT_NOTEQUAL_-1207091085'), ('const-0', u'INT_EQUAL_-1207089312'), (u'CALL_-1207089960', u'INDIRECT_-1207081197'), (u'CALL_-1207087436', u'INDIRECT_-1207079988'), ('const-65280', u'INT_AND_-1207093461'), (u'CALL_-1207087436', u'INDIRECT_-1207079549'), (u'CALL_-1207092938', u'INDIRECT_-1207083450'), (u'INDIRECT_-1207082325', u'MULTIEQUAL_-1207082621'), (u'CALL_-1207090077', u'INDIRECT_-1207081516'), ('const-1', u'RETURN_-1207091564'), (u'MULTIEQUAL_-1207081896', u'MULTIEQUAL_-1207081172'), (u'MULTIEQUAL_-1207082618', u'MULTIEQUAL_-1207081791'), (u'MULTIEQUAL_-1207080299', u'MULTIEQUAL_-1207080250'), ('const-0', u'PTRSUB_-1207080552'), (u'MULTIEQUAL_-1207081580', u'MULTIEQUAL_-1207080738'), (u'LOAD_-1207093142', u'INT_ADD_-1207093120'), (u'MULTIEQUAL_-1207081968', u'MULTIEQUAL_-1207081949'), (u'INDIRECT_-1207081705', u'MULTIEQUAL_-1207081218'), (u'COPY_-1207080408', u'MULTIEQUAL_-1207085068'), (u'CALL_-1207088687', u'INDIRECT_-1207082644'), (u'INT_REM_-1207092284', u'INT_NOTEQUAL_-1207089255'), (u'MULTIEQUAL_-1207081751', u'MULTIEQUAL_-1207081027'), (u'CALL_-1207087436', u'INDIRECT_-1207081142'), (u'LOAD_-1207091957', u'INT_EQUAL_-1207091935'), ('tmp_37119', u'COPY_-1207091717'), (u'CALL_-1207089960', u'INDIRECT_-1207081633'), (u'INDIRECT_-1207081186', u'MULTIEQUAL_-1207081952'), ('const-417', u'LOAD_-1207089339'), (u'MULTIEQUAL_-1207082330', u'MULTIEQUAL_-1207082158'), (u'INT_NOTEQUAL_-1207093031', u'CBRANCH_-1207093025'), ('const-13', u'INT_NOTEQUAL_-1207087661'), (u'MULTIEQUAL_-1207081434', u'MULTIEQUAL_-1207081267'), (u'COPY_-1207080406', u'MULTIEQUAL_-1207082282'), (u'INDIRECT_-1207083348', u'MULTIEQUAL_-1207082910'), (u'INT_NOTEQUAL_-1207093251', u'CBRANCH_-1207093250'), (u'MULTIEQUAL_-1207082112', u'MULTIEQUAL_-1207081388'), (u'MULTIEQUAL_-1207082179', u'MULTIEQUAL_-1207082107'), ('const-417', u'LOAD_-1207088986'), ('const-4', u'INT_NOTEQUAL_-1207087417'), ('tmp_3160', u'CBRANCH_-1207091043'), (u'CAST_-1207079232', u'LOAD_-1207087694'), (u'CALL_-1207090676', u'INDIRECT_-1207081904'), ('const-4', u'PTRADD_-1207079937'), (u'INDIRECT_-1207081452', u'MULTIEQUAL_-1207081016'), (u'MULTIEQUAL_-1207082328', u'MULTIEQUAL_-1207082309'), (u'CALL_-1207090944', u'INDIRECT_-1207081959'), (u'CALL_-1207090077', u'INDIRECT_-1207081589'), (u'MULTIEQUAL_-1207082354', u'MULTIEQUAL_-1207082330'), (u'INDIRECT_-1207082446', u'MULTIEQUAL_-1207081956'), (u'LOAD_-1207087149', u'INT_ADD_-1207086951'), (u'CALL_-1207089426', u'INT_EQUAL_-1207089400'), (u'INDIRECT_-1207081488', u'MULTIEQUAL_-1207081434'), (u'INDIRECT_-1207081996', u'MULTIEQUAL_-1207081508'), (u'INDIRECT_-1207082025', u'MULTIEQUAL_-1207081953'), ('const-417', u'LOAD_-1207087040'), ('tmp_8302', u'CBRANCH_-1207086824'), (u'INT_AND_-1207080508', u'INT_NOTEQUAL_-1207089591'), ('const-417', u'LOAD_-1207091998'), (u'INDIRECT_-1207084332', u'MULTIEQUAL_-1207083612'), (u'CALL_-1207088081', u'INDIRECT_-1207082008'), (u'CALL_-1207086179', u'INDIRECT_-1207080922'), (u'MULTIEQUAL_-1207087363', u'INT_RIGHT_-1207092786'), (u'MULTIEQUAL_-1207082546', u'MULTIEQUAL_-1207081719'), (u'INDIRECT_-1207082397', u'MULTIEQUAL_-1207082693'), ('const-0', u'INT_EQUAL_-1207091633'), (u'INT_SRIGHT_-1207091090', u'CAST_-1207080909'), ('const-5010332', u'PTRSUB_-1207080097'), ('const-134217727', u'INT_AND_-1207087540'), (u'CALL_-1207089038', u'INDIRECT_-1207083166'), (u'CALL_-1207089038', u'INDIRECT_-1207082221'), (u'MULTIEQUAL_-1207081591', u'MULTIEQUAL_-1207081469'), (u'CALL_-1207087436', u'INDIRECT_-1207080998'), (u'MULTIEQUAL_-1207081097', u'MULTIEQUAL_-1207080250'), (u'CALL_-1207091692', u'INDIRECT_-1207082690'), ('const-4037', u'COPY_-1207091240'), (u'CALL_-1207088087', u'INDIRECT_-1207082603'), (u'CALL_-1207089950', u'INDIRECT_-1207081356'), (u'COPY_-1207082087', u'RETURN_-1207082068'), ('tmp_9228', u'BRANCH_-1207086933'), (u'CAST_-1207079754', u'CALL_-1207087526'), (u'INDIRECT_-1207082307', u'MULTIEQUAL_-1207082158'), ('const-417', u'LOAD_-1207088155'), (u'CALL_-1207092030', u'INT_EQUAL_-1207092004'), (u'LOAD_-1207089333', u'MULTIEQUAL_-1207084265'), (u'MULTIEQUAL_-1207081434', u'MULTIEQUAL_-1207079609'), (u'INT_ADD_-1207091965', u'CAST_-1207081531'), (u'INDIRECT_-1207082446', u'MULTIEQUAL_-1207082377'), (u'INDIRECT_-1207081340', u'MULTIEQUAL_-1207080853'), (u'INT_NOTEQUAL_-1207089733', u'CBRANCH_-1207089731'), (u'INDIRECT_-1207083132', u'MULTIEQUAL_-1207082829'), (u'CALL_-1207087678', u'INDIRECT_-1207080069'), ('const-5', u'INT_RIGHT_-1207086997'), (u'INDIRECT_-1207082332', u'MULTIEQUAL_-1207081893'), (u'LOAD_-1207093047', u'INT_NOTEQUAL_-1207093031'), (u'CALL_-1207090944', u'INDIRECT_-1207081670'), (u'CAST_-1207082055', u'LOAD_-1207093047'), (u'INT_NOTEQUAL_-1207088664', u'CBRANCH_-1207088662'), (u'CAST_-1207081519', u'LOAD_-1207091957'), (u'INT_ADD_-1207090763', u'MULTIEQUAL_-1207082775'), (u'INDIRECT_-1207082213', u'COPY_-1207080560'), (u'CALL_-1207092030', u'INDIRECT_-1207082693'), (u'CALL_-1207091659', u'INDIRECT_-1207082158'), ('const-1', u'INT_LEFT_-1207086979'), (u'MULTIEQUAL_-1207081172', u'MULTIEQUAL_-1207081143'), ('const-0', u'COPY_-1207089857'), (u'COPY_-1207081728', u'MULTIEQUAL_-1207082741'), (u'INDIRECT_-1207084260', u'MULTIEQUAL_-1207083540'), (u'CALL_-1207089426', u'INDIRECT_-1207081341'), (u'COPY_-1207079416', u'MULTIEQUAL_-1207082086'), (u'MULTIEQUAL_-1207080445', u'MULTIEQUAL_-1207080416'), (u'CALL_-1207086395', u'INDIRECT_-1207080385'), ('const-0', u'INT_EQUAL_-1207087039'), (u'CALLIND_-1207088566', u'INDIRECT_-1207081168'), (u'INDIRECT_-1207082206', u'MULTIEQUAL_-1207082741'), (u'MULTIEQUAL_-1207082114', u'MULTIEQUAL_-1207081267'), (u'MULTIEQUAL_-1207081121', u'MULTIEQUAL_-1207081097'), (u'INDIRECT_-1207080337', u'MULTIEQUAL_-1207081325'), (u'CALL_-1207090077', u'INDIRECT_-1207082244'), ('tmp_6178', u'CBRANCH_-1207088831'), (u'CALL_-1207086407', u'INDIRECT_-1207079251'), (u'CALL_-1207089652', u'INDIRECT_-1207081290'), (u'CALLIND_-1207088566', u'INDIRECT_-1207081962'), ('tmp_20182', u'INT_ADD_-1207088148'), (u'CALLIND_-1207088566', u'INDIRECT_-1207081096'), (u'INDIRECT_-1207081562', u'MULTIEQUAL_-1207081508'), (u'CALL_-1207087526', u'INDIRECT_-1207079973'), ('tmp_37118', u'COPY_-1207090974'), (u'INDIRECT_-1207081878', u'MULTIEQUAL_-1207081806'), (u'MULTIEQUAL_-1207082402', u'MULTIEQUAL_-1207082597'), (u'CALL_-1207088111', u'INDIRECT_-1207081199'), (u'CAST_-1207081601', u'INT_RIGHT_-1207081772'), (u'INT_EQUAL_-1207090823', u'CBRANCH_-1207090821'), (u'INDIRECT_-1207083204', u'MULTIEQUAL_-1207082170'), (u'INDIRECT_-1207085762', u'COPY_-1207080407'), (u'INDIRECT_-1207082915', u'MULTIEQUAL_-1207082612'), (u'INDIRECT_-1207082667', u'MULTIEQUAL_-1207082351'), (u'INDIRECT_-1207082239', u'MULTIEQUAL_-1207083033'), (u'CALL_-1207086179', u'INDIRECT_-1207079768'), (u'CALL_-1207090291', u'INDIRECT_-1207081762'), (u'CALL_-1207086465', u'INDIRECT_-1207079428'), (u'CALL_-1207087978', u'INDIRECT_-1207082690'), (u'CALL_-1207091569', u'INDIRECT_-1207082597'), (u'CALL_-1207089652', u'INDIRECT_-1207081583'), (u'MULTIEQUAL_-1207081536', u'MULTIEQUAL_-1207080643'), (u'INT_ADD_-1207088139', u'CAST_-1207079902'), (u'CALL_-1207089960', u'INDIRECT_-1207082358'), (u'INT_NOTEQUAL_-1207088497', u'CBRANCH_-1207088495'), (u'MULTIEQUAL_-1207081317', u'MULTIEQUAL_-1207080424'), (u'CALL_-1207087678', u'INDIRECT_-1207081590'), ('const-0', u'PTRSUB_-1207080405'), (u'INT_ADD_-1207086946', u'CAST_-1207078623'), (u'INDIRECT_-1207083388', u'PIECE_-1207082455'), (u'MULTIEQUAL_-1207081230', u'MULTIEQUAL_-1207081108'), (u'INT_ADD_-1207088970', u'CAST_-1207079835'), (u'MULTIEQUAL_-1207081243', u'MULTIEQUAL_-1207080416'), (u'MULTIEQUAL_-1207082255', u'MULTIEQUAL_-1207082450'), (u'INT_ADD_-1207087149', u'CALL_-1207087127'), ('const-1', u'RETURN_-1207087122'), (u'MULTIEQUAL_-1207081123', u'MULTIEQUAL_-1207081798'), (u'INDIRECT_-1207083102', u'MULTIEQUAL_-1207082612'), (u'MULTIEQUAL_-1207081364', u'MULTIEQUAL_-1207081302'), (u'INDIRECT_-1207082666', u'MULTIEQUAL_-1207082176'), (u'LOAD_-1207089480', u'INT_AND_-1207089454'), (u'INT_NOTEQUAL_-1207088644', u'CBRANCH_-1207088644'), (u'COPY_-1207080560', u'INT_ADD_-1207089317'), (u'INDIRECT_-1207080660', u'MULTIEQUAL_-1207080621'), (u'CALL_-1207090128', u'INDIRECT_-1207081619'), (u'INDIRECT_-1207081657', u'MULTIEQUAL_-1207081341'), (u'MULTIEQUAL_-1207082364', u'MULTIEQUAL_-1207082354'), (u'COPY_-1207081798', u'MULTIEQUAL_-1207082595'), (u'INDIRECT_-1207080508', u'MULTIEQUAL_-1207081302'), (u'CALL_-1207086179', u'INDIRECT_-1207080706'), (u'MULTIEQUAL_-1207081027', u'MULTIEQUAL_-1207080998'), ('const-0', u'INT_EQUAL_-1207092072'), (u'INDIRECT_-1207082957', u'MULTIEQUAL_-1207082467'), (u'LOAD_-1207091156', u'INT_ADD_-1207091046'), (u'PTRADD_-1207079977', u'LOAD_-1207088770'), ('const-4294967295', u'INT_EQUAL_-1207090823'), (u'MULTIEQUAL_-1207082440', u'MULTIEQUAL_-1207083095'), ('const-8', u'INT_ADD_-1207089552'), (u'CALL_-1207086395', u'INDIRECT_-1207079514'), (u'INDIRECT_-1207082626', u'MULTIEQUAL_-1207082549'), ('const-1195384', u'COPY_-1207087985'), (u'COPY_-1207080066', u'MULTIEQUAL_-1207082014'), ('const-12685', u'INT_ADD_-1207093031'), (u'MULTIEQUAL_-1207082498', u'MULTIEQUAL_-1207082381'), (u'MULTIEQUAL_-1207081172', u'MULTIEQUAL_-1207081077'), (u'INDIRECT_-1207080446', u'MULTIEQUAL_-1207081145'), (u'MULTIEQUAL_-1207086389', u'COPY_-1207080987'), (u'BOOL_NEGATE_-1207082125', u'CBRANCH_-1207089269'), ('const-0', u'INT_EQUAL_-1207089805'), (u'INT_ADD_-1207088849', u'CAST_-1207081343'), (u'MULTIEQUAL_-1207081632', u'MULTIEQUAL_-1207081515'), (u'CALL_-1207086465', u'INDIRECT_-1207079866'), (u'MULTIEQUAL_-1207082662', u'MULTIEQUAL_-1207082652'), (u'INT_ADD_-1207088067', u'CAST_-1207079996'), (u'CALL_-1207087678', u'INDIRECT_-1207080436'), (u'MULTIEQUAL_-1207081508', u'MULTIEQUAL_-1207079683'), ('const-417', u'LOAD_-1207086870'), (u'INDIRECT_-1207081230', u'MULTIEQUAL_-1207082024'), (u'INT_EQUAL_-1207091963', u'CBRANCH_-1207091962'), (u'INT_EQUAL_-1207089805', u'CBRANCH_-1207089804'), ('const-8', u'INT_NOTEQUAL_-1207091900'), (u'CALL_-1207090011', u'INDIRECT_-1207081810'), ('const-52490240', u'INT_OR_-1207092070'), (u'INT_ADD_-1207087133', u'CAST_-1207079119'), (u'INDIRECT_-1207082357', u'MULTIEQUAL_-1207082066'), (u'INDIRECT_-1207082429', u'MULTIEQUAL_-1207082040'), (u'INT_ADD_-1207092118', u'MULTIEQUAL_-1207086694'), (u'MULTIEQUAL_-1207085110', u'INT_NOTEQUAL_-1207088664'), (u'CALL_-1207092030', u'INDIRECT_-1207082476'), (u'CALL_-1207088111', u'INDIRECT_-1207081996'), (u'CALL_-1207089924', u'INDIRECT_-1207081851'), ('const-3315036', u'INT_ADD_-1207087237'), (u'COPY_-1207080406', u'MULTIEQUAL_-1207082135'), (u'LOAD_-1207093180', u'MULTIEQUAL_-1207082347'), ('const-417', u'LOAD_-1207088770'), (u'MULTIEQUAL_-1207080998', u'MULTIEQUAL_-1207080936'), (u'INT_ADD_-1207086854', u'CAST_-1207078593'), (u'MULTIEQUAL_-1207082590', u'MULTIEQUAL_-1207082546'), ('const-10', u'INT_SUB_-1207088610'), (u'CALL_-1207091372', u'INDIRECT_-1207082063'), (u'INT_AND_-1207086243', u'INT_OR_-1207092070'), (u'MULTIEQUAL_-1207080323', u'MULTIEQUAL_-1207080998'), (u'INDIRECT_-1207081874', u'MULTIEQUAL_-1207081725'), ('const-2', u'INT_LESS_-1207088786'), (u'MULTIEQUAL_-1207081388', u'MULTIEQUAL_-1207081359'), (u'MULTIEQUAL_-1207081751', u'MULTIEQUAL_-1207081732'), (u'INDIRECT_-1207079826', u'MULTIEQUAL_-1207080814'), (u'CALL_-1207089426', u'INDIRECT_-1207082284'), ('const-417', u'LOAD_-1207086875'), (u'INDIRECT_-1207082620', u'MULTIEQUAL_-1207082182'), (u'MULTIEQUAL_-1207080906', u'MULTIEQUAL_-1207081581'), ('const-417', u'LOAD_-1207088799'), (u'INDIRECT_-1207083348', u'MULTIEQUAL_-1207083045'), (u'CALL_-1207089950', u'INDIRECT_-1207082589'), (u'COPY_-1207089837', u'MULTIEQUAL_-1207082498'), (u'PTRADD_-1207079937', u'LOAD_-1207088553'), (u'CALL_-1207086395', u'INDIRECT_-1207080169'), (u'MULTIEQUAL_-1207082662', u'MULTIEQUAL_-1207081820'), (u'INT_ADD_-1207086951', u'CAST_-1207079064'), (u'COPY_-1207080405', u'MULTIEQUAL_-1207082210'), (u'LOAD_-1207092419', u'INT_ADD_-1207088888'), ('const-12', u'INT_ADD_-1207088854'), ('tmp_3333', u'CBRANCH_-1207090898'), (u'CALL_-1207088087', u'INDIRECT_-1207081878'), (u'INDIRECT_-1207081996', u'MULTIEQUAL_-1207081704'), (u'INDIRECT_-1207082259', u'MULTIEQUAL_-1207082182'), (u'INDIRECT_-1207081874', u'MULTIEQUAL_-1207081558'), (u'CALLIND_-1207088566', u'RETURN_-1207087024'), (u'MULTIEQUAL_-1207082014', u'MULTIEQUAL_-1207081172'), (u'CALL_-1207088126', u'INDIRECT_-1207082708'), ('const-28', u'INT_RIGHT_-1207093445'), ('const-11943', u'CALL_-1207087127'), (u'CALL_-1207086407', u'INDIRECT_-1207080556'), (u'MULTIEQUAL_-1207081436', u'MULTIEQUAL_-1207081374'), (u'COPY_-1207081819', u'MULTIEQUAL_-1207082178'), ('const-3294276', u'INT_ADD_-1207086425'), (u'CALL_-1207092938', u'INT_ADD_-1207092890'), (u'INT_REM_-1207088742', u'INT_MULT_-1207088729'), (u'INDIRECT_-1207082500', u'MULTIEQUAL_-1207082446'), (u'CALLIND_-1207088566', u'INDIRECT_-1207081674'), (u'INT_NOTEQUAL_-1207093076', u'CBRANCH_-1207093076'), (u'MULTIEQUAL_-1207082983', u'MULTIEQUAL_-1207082815'), (u'LOAD_-1207088799', u'INT_REM_-1207088742'), (u'CALL_-1207087131', u'INDIRECT_-1207080760'), (u'CALL_-1207088445', u'INDIRECT_-1207082052'), (u'LOAD_-1207088749', u'INT_AND_-1207088710'), (u'MULTIEQUAL_-1207081736', u'MULTIEQUAL_-1207081614'), (u'CALL_-1207089038', u'INDIRECT_-1207082293'), (u'MULTIEQUAL_-1207082400', u'MULTIEQUAL_-1207081676'), (u'MULTIEQUAL_-1207082910', u'MULTIEQUAL_-1207083105'), (u'MULTIEQUAL_-1207082374', u'MULTIEQUAL_-1207082207'), ('const-42', u'INT_LESS_-1207088597'), (u'INDIRECT_-1207081707', u'MULTIEQUAL_-1207081653'), (u'INT_AND_-1207087367', u'INT_EQUAL_-1207087381'), (u'MULTIEQUAL_-1207081753', u'MULTIEQUAL_-1207080906'), (u'MULTIEQUAL_-1207080361', u'INT_EQUAL_-1207089342'), (u'INT_NOTEQUAL_-1207089248', u'CBRANCH_-1207089245'), ('const-4', u'INT_MULT_-1207088958'), ('tmp_714', u'CBRANCH_-1207093117'), ('const-0', u'SUBPIECE_-1207080567'), (u'LOAD_-1207089503', u'INT_NOTEQUAL_-1207089484'), (u'COPY_-1207080405', u'MULTIEQUAL_-1207082112'), (u'MULTIEQUAL_-1207083095', u'MULTIEQUAL_-1207083033'), (u'INDIRECT_-1207081912', u'MULTIEQUAL_-1207081889'), (u'MULTIEQUAL_-1207082420', u'MULTIEQUAL_-1207083095'), ('const-417', u'LOAD_-1207092998'), (u'MULTIEQUAL_-1207082570', u'MULTIEQUAL_-1207082546'), (u'INDIRECT_-1207082405', u'MULTIEQUAL_-1207082102'), (u'MULTIEQUAL_-1207080833', u'MULTIEQUAL_-1207081508'), ('const-3423359', u'INT_ADD_-1207091232'), (u'INT_ADD_-1207086425', u'CALL_-1207086395'), (u'CAST_-1207082286', u'INT_RIGHT_-1207082425'), ('const-417', u'STORE_-1207090833'), (u'CALL_-1207086465', u'INDIRECT_-1207079939'), (u'INDIRECT_-1207081618', u'MULTIEQUAL_-1207082384'), (u'INT_ADD_-1207093126', u'CAST_-1207082105'), (u'CALL_-1207091692', u'INDIRECT_-1207082398'), (u'CALL_-1207087678', u'INDIRECT_-1207081518'), (u'INT_SUB_-1207087108', u'INT_ADD_-1207087078'), (u'INT_ADD_-1207091941', u'CAST_-1207081519'), (u'CALL_-1207089924', u'INDIRECT_-1207082285'), (u'COPY_-1207080560', u'INT_ADD_-1207089466'), (u'MULTIEQUAL_-1207082282', u'MULTIEQUAL_-1207082258'), ('const-40', u'INT_ADD_-1207089227'), (u'CAST_-1207082138', u'MULTIEQUAL_-1207083106'), (u'INT_LEFT_-1207090815', u'INT_OR_-1207090815'), ('const-4', u'PTRADD_-1207081909'), (u'LOAD_-1207092346', u'INT_REM_-1207089241'), (u'MULTIEQUAL_-1207082102', u'MULTIEQUAL_-1207081558'), (u'INT_ADD_-1207086437', u'CALL_-1207086407'), (u'MULTIEQUAL_-1207081942', u'MULTIEQUAL_-1207081775'), (u'INDIRECT_-1207081158', u'MULTIEQUAL_-1207081952'), (u'CALL_-1207092938', u'INDIRECT_-1207083231'), ('const-2', u'INT_NOTEQUAL_-1207087645'), (u'CALLIND_-1207088566', u'INDIRECT_-1207081530'), (u'MULTIEQUAL_-1207082472', u'MULTIEQUAL_-1207082453'), (u'CALL_-1207091692', u'INDIRECT_-1207083487'), (u'CALL_-1207088687', u'INDIRECT_-1207083221'), (u'INT_EQUAL_-1207090856', u'CBRANCH_-1207090853'), ('const-4293395352', u'INT_ADD_-1207090313'), ('const-8', u'INT_ADD_-1207092124'), (u'MULTIEQUAL_-1207082402', u'MULTIEQUAL_-1207081575'), (u'MULTIEQUAL_-1207081204', u'MULTIEQUAL_-1207081194'), (u'COPY_-1207079973', u'MULTIEQUAL_-1207084933'), (u'MULTIEQUAL_-1207081869', u'MULTIEQUAL_-1207081027'), (u'MULTIEQUAL_-1207081869', u'MULTIEQUAL_-1207081702'), ('const-1', u'RETURN_-1207087024'), ('tmp_37119', u'COPY_-1207089063'), ('const-0', u'INT_NOTEQUAL_-1207088644'), (u'INDIRECT_-1207083204', u'MULTIEQUAL_-1207082775'), (u'INDIRECT_-1207082253', u'MULTIEQUAL_-1207082549'), ('const-8', u'INT_RIGHT_-1207093460'), ('const-3', u'PTRADD_-1207079995'), (u'CALL_-1207087436', u'INDIRECT_-1207079767'), (u'INDIRECT_-1207082213', u'INT_ADD_-1207088067'), (u'INT_MULT_-1207092277', u'INT_ADD_-1207092289'), (u'CALL_-1207090011', u'INDIRECT_-1207082244'), ('const-23', u'INT_LEFT_-1207090949'), ('const-12', u'INT_ADD_-1207092408'), (u'INDIRECT_-1207079283', u'MULTIEQUAL_-1207079244'), ('const-417', u'LOAD_-1207090848'), ('const-3431715', u'INT_ADD_-1207087149'), (u'MULTIEQUAL_-1207087363', u'INT_AND_-1207092788'), (u'CALL_-1207087131', u'INDIRECT_-1207081048'), (u'LOAD_-1207093512', u'INT_AND_-1207093461'), ('const-67108863', u'INT_LESS_-1207090721'), (u'CALL_-1207090128', u'INDIRECT_-1207081185'), (u'INDIRECT_-1207081898', u'MULTIEQUAL_-1207081820'), (u'INDIRECT_-1207080170', u'MULTIEQUAL_-1207080936'), (u'MULTIEQUAL_-1207082158', u'MULTIEQUAL_-1207082114'), (u'MULTIEQUAL_-1207081243', u'MULTIEQUAL_-1207080396'), (u'MULTIEQUAL_-1207081374', u'MULTIEQUAL_-1207081252'), (u'INDIRECT_-1207081851', u'MULTIEQUAL_-1207081560'), (u'CALL_-1207090676', u'INDIRECT_-1207081758'), (u'INDIRECT_-1207082451', u'MULTIEQUAL_-1207082292'), (u'MULTIEQUAL_-1207082983', u'COPY_-1207092393'), ('const-417', u'LOAD_-1207088865'), (u'CALL_-1207090077', u'INDIRECT_-1207081663'), (u'INT_OR_-1207093455', u'INT_MULT_-1207092516'), (u'INT_ADD_-1207093120', u'CAST_-1207082101'), (u'INDIRECT_-1207080580', u'MULTIEQUAL_-1207081374'), (u'INT_AND_-1207080346', u'INT_NOTEQUAL_-1207089190'), (u'INT_ADD_-1207088091', u'CAST_-1207080532'), ('tmp_20181', u'PTRSUB_-1207080096'), (u'MULTIEQUAL_-1207082447', u'MULTIEQUAL_-1207082280'), (u'INDIRECT_-1207081415', u'MULTIEQUAL_-1207081194'), (u'CALL_-1207087131', u'INDIRECT_-1207080400'), (u'CALL_-1207088111', u'INDIRECT_-1207081490'), (u'CALL_-1207087227', u'INDIRECT_-1207079832'), (u'CALL_-1207090011', u'INDIRECT_-1207081227'), (u'CAST_-1207079902', u'LOAD_-1207088155'), (u'MULTIEQUAL_-1207085226', u'COPY_-1207080293'), (u'MULTIEQUAL_-1207081317', u'MULTIEQUAL_-1207080470'), (u'CALL_-1207088234', u'INDIRECT_-1207082362'), ('tmp_9857', u'CBRANCH_-1207089254'), (u'LOAD_-1207090917', u'INT_EQUAL_-1207090899'), (u'COPY_-1207092785', u'RETURN_-1207092745'), (u'INT_XOR_-1207090833', u'INT_LEFT_-1207090812'), (u'COPY_-1207079323', u'MULTIEQUAL_-1207082086'), (u'CALL_-1207093551', u'INDIRECT_-1207083682'), (u'CALL_-1207087749', u'INDIRECT_-1207081258'), (u'INT_ADD_-1207093531', u'MULTIEQUAL_-1207082420'), ('const-0', u'SUBPIECE_-1207081688'), (u'CALL_-1207092938', u'INT_NOTEQUAL_-1207092911'), (u'INDIRECT_-1207082357', u'MULTIEQUAL_-1207081968'), (u'MULTIEQUAL_-1207081100', u'MULTIEQUAL_-1207081005'), (u'CALL_-1207087131', u'INDIRECT_-1207080832'), (u'CALL_-1207086465', u'INDIRECT_-1207080300'), (u'CALL_-1207091692', u'INDIRECT_-1207082182'), (u'MULTIEQUAL_-1207081604', u'MULTIEQUAL_-1207081509'), ('const-4', u'INT_ADD_-1207093096'), (u'INT_ADD_-1207082342', u'INT_ADD_-1207093183'), (u'CALL_-1207087127', u'INDIRECT_-1207079570'), (u'INT_ADD_-1207093031', u'CAST_-1207082055'), (u'INT_ADD_-1207090854', u'CAST_-1207080737'), (u'MULTIEQUAL_-1207081869', u'MULTIEQUAL_-1207081859'), (u'CALL_-1207092030', u'INDIRECT_-1207083204'), (u'MULTIEQUAL_-1207082158', u'MULTIEQUAL_-1207081991'), (u'CALL_-1207092030', u'INDIRECT_-1207082186'), (u'CALL_-1207087749', u'INDIRECT_-1207081114'), ('const-28', u'INT_EQUAL_-1207093309'), ('const-1195546', u'COPY_-1207089957'), (u'MULTIEQUAL_-1207081808', u'MULTIEQUAL_-1207081686'), ('const-0', u'INT_NOTEQUAL_-1207091852'), (u'COPY_-1207089857', u'MULTIEQUAL_-1207082642'), (u'CAST_-1207078623', u'LOAD_-1207086962'), ('const-0', u'INT_EQUAL_-1207086852'), (u'MULTIEQUAL_-1207082258', u'MULTIEQUAL_-1207081411'), ('const-0', u'INT_EQUAL_-1207091935'), (u'CALL_-1207086407', u'INDIRECT_-1207080268'), ('const-8', u'INT_LEFT_-1207092782'), (u'CALL_-1207091222', u'INDIRECT_-1207082444'), (u'CALL_-1207089950', u'INDIRECT_-1207082661'), ('const-417', u'LOAD_-1207091062'), ('const-4', u'PTRADD_-1207079977'), (u'LOAD_-1207092474', u'CAST_-1207081792'), (u'CALL_-1207091362', u'INDIRECT_-1207082099'), (u'MULTIEQUAL_-1207082590', u'MULTIEQUAL_-1207081748'), (u'MULTIEQUAL_-1207082546', u'MULTIEQUAL_-1207082374'), (u'MULTIEQUAL_-1207082066', u'MULTIEQUAL_-1207081949'), (u'INT_ADD_-1207088995', u'CAST_-1207079851'), (u'CALL_-1207088445', u'INDIRECT_-1207081619'), (u'INDIRECT_-1207082285', u'MULTIEQUAL_-1207081896'), (u'CALL_-1207089652', u'INDIRECT_-1207082091'), (u'LOAD_-1207086870', u'MULTIEQUAL_-1207083764'), (u'CALL_-1207089038', u'INDIRECT_-1207082586'), ('const-1', u'RETURN_-1207090671'), ('const-12', u'INT_ADD_-1207093164'), (u'INDIRECT_-1207082284', u'MULTIEQUAL_-1207082063'), (u'CALL_-1207088111', u'INDIRECT_-1207082212'), (u'CAST_-1207079754', u'PTRADD_-1207079989'), ('const-4294967293', u'INT_AND_-1207091900'), (u'MULTIEQUAL_-1207081292', u'MULTIEQUAL_-1207081230'), ('const-0', u'INT_EQUAL_-1207090923'), (u'INDIRECT_-1207082213', u'INT_EQUAL_-1207089805'), (u'MULTIEQUAL_-1207081570', u'MULTIEQUAL_-1207081560'), ('const-0', u'INT_NOTEQUAL_-1207089255'), (u'MULTIEQUAL_-1207081316', u'MULTIEQUAL_-1207081287'), (u'MULTIEQUAL_-1207084933', u'COPY_-1207079935'), ('tmp_1157', u'CBRANCH_-1207092826'), ('tmp_2633', u'CBRANCH_-1207091778'), (u'INT_NOTEQUAL_-1207089255', u'CBRANCH_-1207089254'), (u'CALL_-1207089652', u'INDIRECT_-1207081218'), (u'LOAD_-1207088662', u'INT_NOTEQUAL_-1207088644'), (u'CALL_-1207091659', u'INT_EQUAL_-1207091633'), ('tmp_1687', u'CBRANCH_-1207092454'), (u'MULTIEQUAL_-1207082374', u'MULTIEQUAL_-1207080549'), (u'INT_EQUAL_-1207093155', u'CBRANCH_-1207093154'), (u'INT_NOTEQUAL_-1207088918', u'CBRANCH_-1207088918'), (u'MULTIEQUAL_-1207081824', u'MULTIEQUAL_-1207081805'), (u'MULTIEQUAL_-1207081170', u'MULTIEQUAL_-1207080998'), (u'CALL_-1207087749', u'INDIRECT_-1207080608'), (u'CALL_-1207088972', u'INDIRECT_-1207082187'), (u'CALL_-1207086179', u'INDIRECT_-1207080202'), (u'MULTIEQUAL_-1207086694', u'INT_SUB_-1207092094'), ('const-3423359', u'INT_ADD_-1207088136'), (u'MULTIEQUAL_-1207081071', u'MULTIEQUAL_-1207081726'), (u'CAST_-1207081585', u'LOAD_-1207092090'), (u'COPY_-1207079967', u'MULTIEQUAL_-1207084853'), (u'MULTIEQUAL_-1207081652', u'MULTIEQUAL_-1207079827'), (u'COPY_-1207081846', u'MULTIEQUAL_-1207086724'), (u'INDIRECT_-1207082592', u'MULTIEQUAL_-1207082523'), (u'INT_REM_-1207092284', u'INT_MULT_-1207092277'), (u'MULTIEQUAL_-1207082469', u'MULTIEQUAL_-1207082420'), (u'CALL_-1207091692', u'INDIRECT_-1207082326'), ('const-0', u'INT_EQUAL_-1207092491'), ('tmp_6744', u'CBRANCH_-1207088558'), ('tmp_2695', u'CBRANCH_-1207091741'), (u'INT_EQUAL_-1207091044', u'CBRANCH_-1207091043'), (u'LOAD_-1207091998', u'INT_AND_-1207091900'), ('const-43', u'INT_ADD_-1207089466'), (u'MULTIEQUAL_-1207082042', u'MULTIEQUAL_-1207081215'), ('const-42', u'INT_ADD_-1207089377'), (u'MULTIEQUAL_-1207085226', u'COPY_-1207080295'), (u'INT_NOTEQUAL_-1207088077', u'CBRANCH_-1207088075'), (u'INDIRECT_-1207080770', u'MULTIEQUAL_-1207081758'), (u'CALL_-1207090128', u'INDIRECT_-1207081401'), (u'CALL_-1207089950', u'INDIRECT_-1207081939'), (u'INDIRECT_-1207081851', u'MULTIEQUAL_-1207081364'), (u'CALL_-1207091569', u'INDIRECT_-1207082744'), (u'CALL_-1207088687', u'INDIRECT_-1207083293'), (u'INDIRECT_-1207082133', u'PIECE_-1207081206'), (u'MULTIEQUAL_-1207082387', u'INT_ADD_-1207091372'), (u'INDIRECT_-1207080192', u'MULTIEQUAL_-1207081180'), (u'CALL_-1207087526', u'INDIRECT_-1207080264'), (u'INT_ADD_-1207087041', u'CAST_-1207078654'), (u'CALL_-1207086179', u'INDIRECT_-1207080634'), (u'PTRADD_-1207081893', u'LOAD_-1207092312'), (u'CAST_-1207080722', u'LOAD_-1207090842'), (u'INT_ADD_-1207087078', u'CALL_-1207086179'), (u'CALL_-1207087700', u'INDIRECT_-1207080665'), (u'MULTIEQUAL_-1207081604', u'MULTIEQUAL_-1207081555'), ('tmp_9917', u'BRANCH_-1207088876'), (u'CALL_-1207088081', u'INDIRECT_-1207081936'), (u'INDIRECT_-1207082213', u'CALL_-1207089652'), (u'CALL_-1207088687', u'INT_ADD_-1207088648'), (u'CALL_-1207088087', u'INDIRECT_-1207081731'), (u'CALL_-1207088234', u'INDIRECT_-1207082722'), (u'INT_ADD_-1207086200', u'CALL_-1207086179'), (u'MULTIEQUAL_-1207081244', u'MULTIEQUAL_-1207081149'), (u'CALL_-1207087526', u'INDIRECT_-1207081202'), (u'MULTIEQUAL_-1207081787', u'MULTIEQUAL_-1207081777'), (u'MULTIEQUAL_-1207086724', u'LOAD_-1207092184'), (u'CALL_-1207088111', u'INDIRECT_-1207080979'), (u'INDIRECT_-1207081603', u'MULTIEQUAL_-1207082302'), (u'MULTIEQUAL_-1207080254', u'INT_EQUAL_-1207088415'), (u'CALL_-1207092030', u'INDIRECT_-1207082987'), (u'MULTIEQUAL_-1207080689', u'MULTIEQUAL_-1207081364'), ('const-14', u'INT_EQUAL_-1207093349'), (u'CALL_-1207088111', u'INDIRECT_-1207082428'), (u'CALL_-1207091692', u'INDIRECT_-1207083126'), (u'INDIRECT_-1207082163', u'MULTIEQUAL_-1207081847'), (u'INDIRECT_-1207080608', u'MULTIEQUAL_-1207081374'), ('tmp_10517', u'CBRANCH_-1207089245'), (u'MULTIEQUAL_-1207081498', u'MULTIEQUAL_-1207081488'), (u'INT_ADD_-1207080266', u'PTRADD_-1207087996'), (u'INDIRECT_-1207083391', u'MULTIEQUAL_-1207083322'), ('const-2', u'COPY_-1207089358'), (u'INT_SUB_-1207092094', u'COPY_-1207081706'), ('tmp_37121', u'INT_ADD_-1207088849'), (u'CALL_-1207091362', u'INDIRECT_-1207081661'), (u'INDIRECT_-1207083378', u'MULTIEQUAL_-1207081953'), (u'INDIRECT_-1207081130', u'MULTIEQUAL_-1207082118'), (u'PTRADD_-1207081862', u'LOAD_-1207092253'), ('const-12685', u'INT_ADD_-1207091852'), ('const-4026', u'COPY_-1207087996'), ('const-4294967294', u'INT_AND_-1207087650'), (u'INT_ADD_-1207091046', u'CAST_-1207080848'), (u'CALL_-1207089652', u'INDIRECT_-1207081510'), (u'INDIRECT_-1207081112', u'MULTIEQUAL_-1207081089'), (u'MULTIEQUAL_-1207081898', u'MULTIEQUAL_-1207081005'), ('tmp_7749', u'CBRANCH_-1207088412'), (u'INDIRECT_-1207083739', u'MULTIEQUAL_-1207082314'), ('tmp_5828', u'CBRANCH_-1207089209'), (u'INDIRECT_-1207082687', u'INT_ADD_-1207090686'), ('const-42', u'INT_ADD_-1207089634'), (u'CALL_-1207087749', u'INDIRECT_-1207080825'), (u'INDIRECT_-1207081546', u'MULTIEQUAL_-1207082312'), (u'INT_EQUAL_-1207093407', u'CBRANCH_-1207093405'), (u'INT_AND_-1207086110', u'INT_NOTEQUAL_-1207089248'), (u'CALL_-1207091222', u'INDIRECT_-1207082732'), (u'CALL_-1207088126', u'INDIRECT_-1207082202'), (u'MULTIEQUAL_-1207086664', u'CAST_-1207080281'), ('const-1', u'RETURN_-1207086390'), (u'MULTIEQUAL_-1207085119', u'MULTIEQUAL_-1207084394'), (u'INDIRECT_-1207083204', u'MULTIEQUAL_-1207083127'), (u'CALL_-1207087700', u'INDIRECT_-1207080299'), ('tmp_298', u'CBRANCH_-1207093405'), (u'INDIRECT_-1207082163', u'MULTIEQUAL_-1207082004'), (u'MULTIEQUAL_-1207081604', u'MULTIEQUAL_-1207081575'), (u'INT_EQUAL_-1207086883', u'CBRANCH_-1207086879'), (u'SUBPIECE_-1207082459', u'COPY_-1207081727'), (u'INDIRECT_-1207079648', u'MULTIEQUAL_-1207079609'), (u'PTRADD_-1207089858', u'PTRADD_-1207088518'), (u'CALL_-1207089038', u'INDIRECT_-1207082877'), (u'INT_EQUAL_-1207088832', u'CBRANCH_-1207088831'), (u'INDIRECT_-1207082843', u'MULTIEQUAL_-1207082540'), (u'MULTIEQUAL_-1207081025', u'MULTIEQUAL_-1207080198'), (u'CALL_-1207088687', u'INDIRECT_-1207082788'), (u'MULTIEQUAL_-1207082719', u'MULTIEQUAL_-1207082691'), (u'INDIRECT_-1207080914', u'MULTIEQUAL_-1207081902'), (u'CALLIND_-1207088566', u'INDIRECT_-1207080949'), (u'CALL_-1207086407', u'INDIRECT_-1207080772'), (u'CALL_-1207089950', u'INDIRECT_-1207082229'), (u'INT_EQUAL_-1207089529', u'CBRANCH_-1207089523'), (u'MULTIEQUAL_-1207080955', u'MULTIEQUAL_-1207080926'), (u'INDIRECT_-1207080372', u'MULTIEQUAL_-1207081071'), (u'INDIRECT_-1207081363', u'MULTIEQUAL_-1207081214'), (u'CALL_-1207093551', u'INDIRECT_-1207083243'), (u'PIECE_-1207081206', u'MULTIEQUAL_-1207081804'), (u'INT_OR_-1207093458', u'INT_OR_-1207093455'), (u'MULTIEQUAL_-1207081287', u'MULTIEQUAL_-1207081243'), (u'INDIRECT_-1207084188', u'MULTIEQUAL_-1207083468'), (u'CALL_-1207087131', u'INDIRECT_-1207080904'), ('const-0', u'INT_NOTEQUAL_-1207092911'), (u'LOAD_-1207090842', u'CAST_-1207080650'), (u'PTRSUB_-1207080096', u'COPY_-1207087647'), (u'MULTIEQUAL_-1207081302', u'MULTIEQUAL_-1207081180'), (u'INT_EQUAL_-1207093369', u'MULTIEQUAL_-1207082107'), (u'CALL_-1207089426', u'INDIRECT_-1207082356'), (u'INDIRECT_-1207082933', u'MULTIEQUAL_-1207083468'), ('const-0', u'COPY_-1207088103'), (u'CALL_-1207088111', u'INDIRECT_-1207082284'), (u'INDIRECT_-1207082885', u'MULTIEQUAL_-1207082816'), ('const-3296166', u'INT_ADD_-1207091179'), (u'MULTIEQUAL_-1207081025', u'MULTIEQUAL_-1207080853'), (u'MULTIEQUAL_-1207082186', u'MULTIEQUAL_-1207081339'), (u'INDIRECT_-1207082171', u'MULTIEQUAL_-1207082140'), ('const-1707', u'COPY_-1207088099'), (u'INDIRECT_-1207082280', u'MULTIEQUAL_-1207082815'), ('tmp_2599', u'CBRANCH_-1207091806'), (u'CALL_-1207088111', u'INDIRECT_-1207081346'), (u'CALL_-1207092030', u'INDIRECT_-1207082548'), (u'PTRADD_-1207087996', u'LOAD_-1207088058'), (u'CALL_-1207089950', u'INDIRECT_-1207081574'), (u'INT_ADD_-1207088853', u'CAST_-1207079781'), (u'CALL_-1207088445', u'INDIRECT_-1207081181'), (u'INDIRECT_-1207083131', u'MULTIEQUAL_-1207082693'), (u'INDIRECT_-1207082667', u'MULTIEQUAL_-1207082518'), (u'INT_ADD_-1207087385', u'CAST_-1207079294'), (u'INDIRECT_-1207081959', u'MULTIEQUAL_-1207082255'), (u'CALL_-1207087227', u'INDIRECT_-1207080340'), (u'COPY_-1207082115', u'MULTIEQUAL_-1207087253'), (u'CALL_-1207089960', u'INDIRECT_-1207082141'), (u'CAST_-1207078581', u'LOAD_-1207086846'), (u'CALL_-1207087700', u'INDIRECT_-1207081675'), ('tmp_6714', u'BRANCH_-1207087511'), (u'INT_ADD_-1207088888', u'MULTIEQUAL_-1207083305'), ('const-4293395352', u'INT_ADD_-1207089982'), (u'INDIRECT_-1207079973', u'MULTIEQUAL_-1207080961'), (u'MULTIEQUAL_-1207082213', u'INT_ADD_-1207089970'), (u'MULTIEQUAL_-1207085957', u'INT_ZEXT_-1207092458'), (u'INDIRECT_-1207082379', u'MULTIEQUAL_-1207082220'), (u'INDIRECT_-1207083204', u'MULTIEQUAL_-1207082691'), (u'CALL_-1207089924', u'INDIRECT_-1207081340'), ('const-417', u'LOAD_-1207088662'), (u'MULTIEQUAL_-1207082251', u'INT_ADD_-1207090087'), (u'MULTIEQUAL_-1207082086', u'MULTIEQUAL_-1207081919'), (u'CALL_-1207089960', u'INDIRECT_-1207081924'), (u'INDIRECT_-1207080970', u'MULTIEQUAL_-1207081736'), ('const-92', u'CALL_-1207086395'), (u'CALL_-1207087526', u'INDIRECT_-1207080770'), (u'CALL_-1207093551', u'INDIRECT_-1207083099'), (u'MULTIEQUAL_-1207086664', u'SUBPIECE_-1207085893'), (u'INDIRECT_-1207081330', u'MULTIEQUAL_-1207082096'), (u'MULTIEQUAL_-1207080936', u'MULTIEQUAL_-1207080814'), (u'LOAD_-1207089306', u'MULTIEQUAL_-1207086977'), (u'INT_LESS_-1207088990', u'CBRANCH_-1207088998'), (u'MULTIEQUAL_-1207080883', u'MULTIEQUAL_-1207080787'), (u'MULTIEQUAL_-1207081942', u'MULTIEQUAL_-1207081100'), ('const-0', u'SUBPIECE_-1207080893'), (u'INDIRECT_-1207083420', u'MULTIEQUAL_-1207083117'), ('const-417', u'LOAD_-1207093112'), (u'CAST_-1207080250', u'LOAD_-1207089749'), ('const-33554432', u'INT_ADD_-1207090743'), (u'CALL_-1207089924', u'INDIRECT_-1207082429'), ('const-417', u'LOAD_-1207093136'), (u'CALL_-1207088087', u'INDIRECT_-1207081804'), (u'LOAD_-1207091169', u'INT_MULT_-1207091034'), ('tmp_6332', u'CBRANCH_-1207088732'), (u'INDIRECT_-1207081923', u'MULTIEQUAL_-1207081485'), (u'INT_ADD_-1207090763', u'INT_ADD_-1207090743'), (u'CALL_-1207089652', u'INDIRECT_-1207083460'), (u'MULTIEQUAL_-1207081898', u'MULTIEQUAL_-1207081726'), (u'CALL_-1207086407', u'INDIRECT_-1207079469'), (u'CALL_-1207087678', u'INDIRECT_-1207081374'), (u'CALL_-1207086395', u'INDIRECT_-1207080889'), ('const-11', u'INT_ADD_-1207092458'), (u'MULTIEQUAL_-1207083267', u'MULTIEQUAL_-1207083095'), (u'INT_MULT_-1207092516', u'INT_AND_-1207092506'), (u'CALL_-1207091372', u'INDIRECT_-1207082857'), (u'MULTIEQUAL_-1207085957', u'INT_AND_-1207085986'), (u'CALL_-1207089426', u'INDIRECT_-1207082716'), (u'CALL_-1207091659', u'INDIRECT_-1207083030'), (u'INDIRECT_-1207082140', u'MULTIEQUAL_-1207082086'), (u'MULTIEQUAL_-1207081316', u'MULTIEQUAL_-1207081297'), ('const-31', u'INT_AND_-1207086983'), (u'COPY_-1207080407', u'MULTIEQUAL_-1207083095'), ('tmp_7869', u'CBRANCH_-1207087062'), (u'CALL_-1207091659', u'INDIRECT_-1207082230'), (u'INDIRECT_-1207082739', u'MULTIEQUAL_-1207082249'), ('tmp_37121', u'INT_ADD_-1207088854'), (u'MULTIEQUAL_-1207081141', u'MULTIEQUAL_-1207081097'), (u'MULTIEQUAL_-1207082524', u'COPY_-1207081423'), (u'CAST_-1207081541', u'LOAD_-1207091998'), (u'INDIRECT_-1207081874', u'MULTIEQUAL_-1207081715'), (u'CALL_-1207086465', u'INDIRECT_-1207079501'), ('const-3423359', u'INT_ADD_-1207087988'), (u'MULTIEQUAL_-1207087478', u'COPY_-1207080681'), (u'PTRADD_-1207079954', u'LOAD_-1207088723'), (u'INT_NOTEQUAL_-1207093288', u'CBRANCH_-1207093287'), (u'COPY_-1207089837', u'MULTIEQUAL_-1207082351'), ('const-4', u'PTRADD_-1207079989'), (u'INT_RIGHT_-1207093445', u'INT_EQUAL_-1207093407'), (u'CALL_-1207088687', u'INDIRECT_-1207082206'), ('tmp_2049', u'CBRANCH_-1207092152'), (u'INT_LESS_-1207088786', u'INT_ZEXT_-1207086300'), (u'MULTIEQUAL_-1207082474', u'MULTIEQUAL_-1207081627'), (u'MULTIEQUAL_-1207080372', u'MULTIEQUAL_-1207080277'), (u'COPY_-1207080560', u'INT_ADD_-1207086881'), ('const-0', u'INT_EQUAL_-1207088137'), (u'MULTIEQUAL_-1207081059', u'MULTIEQUAL_-1207080951'), (u'CAST_-1207079851', u'LOAD_-1207089011'), ('const-8', u'INT_ADD_-1207086854'), (u'COPY_-1207089827', u'MULTIEQUAL_-1207082328'), (u'CALL_-1207087749', u'INDIRECT_-1207080536'), ('const-417', u'LOAD_-1207092958'), (u'INT_AND_-1207090847', u'INT_XOR_-1207090833'), (u'MULTIEQUAL_-1207082621', u'MULTIEQUAL_-1207082816'), (u'INDIRECT_-1207083463', u'MULTIEQUAL_-1207082973'), (u'INT_AND_-1207092788', u'INT_RIGHT_-1207092784'), (u'INDIRECT_-1207082620', u'MULTIEQUAL_-1207081586'), ('const-0', u'RETURN_-1207082068'), ('tmp_6012', u'CBRANCH_-1207088943'), (u'CALL_-1207091659', u'INDIRECT_-1207083535'), (u'MULTIEQUAL_-1207081517', u'PTRADD_-1207078904'), (u'CALL_-1207091362', u'INDIRECT_-1207082677'), (u'COPY_-1207089793', u'MULTIEQUAL_-1207085443'), (u'CALL_-1207089426', u'INDIRECT_-1207082068'), (u'MULTIEQUAL_-1207081508', u'MULTIEQUAL_-1207081341'), ('const-15', u'INT_EQUAL_-1207093407'), (u'CALL_-1207091569', u'INDIRECT_-1207082161'), (u'MULTIEQUAL_-1207082302', u'MULTIEQUAL_-1207082240'), (u'LOAD_-1207088865', u'MULTIEQUAL_-1207085957'), (u'MULTIEQUAL_-1207081898', u'MULTIEQUAL_-1207081051'), (u'MULTIEQUAL_-1207082570', u'MULTIEQUAL_-1207082453'), (u'INT_ADD_-1207090778', u'INT_ADD_-1207090763'), (u'CAST_-1207078648', u'LOAD_-1207087040'), (u'CALL_-1207091659', u'INDIRECT_-1207082519'), (u'CALL_-1207086465', u'INDIRECT_-1207080876'), (u'INT_NOTEQUAL_-1207086952', u'MULTIEQUAL_-1207082662'), (u'INDIRECT_-1207082716', u'MULTIEQUAL_-1207082662'), (u'MULTIEQUAL_-1207081027', u'MULTIEQUAL_-1207080932'), ('const-1', u'COPY_-1207091681'), (u'MULTIEQUAL_-1207082757', u'MULTIEQUAL_-1207082213'), (u'INT_AND_-1207090821', u'INT_RIGHT_-1207090817'), (u'CALL_-1207090291', u'INDIRECT_-1207082273'), (u'INDIRECT_-1207082379', u'MULTIEQUAL_-1207082230'), (u'MULTIEQUAL_-1207082518', u'MULTIEQUAL_-1207082508'), ('const-32', u'INT_RIGHT_-1207081772'), (u'MULTIEQUAL_-1207082374', u'MULTIEQUAL_-1207081532'), (u'CALL_-1207091692', u'INDIRECT_-1207083343'), (u'CALL_-1207091172', u'INDIRECT_-1207082635'), (u'CALL_-1207090291', u'INDIRECT_-1207082417'), (u'MULTIEQUAL_-1207081970', u'MULTIEQUAL_-1207081143'), (u'CALL_-1207089038', u'INDIRECT_-1207082077'), (u'INDIRECT_-1207081227', u'MULTIEQUAL_-1207081196'), ('tmp_8051', u'CBRANCH_-1207086967'), (u'CALL_-1207088972', u'INDIRECT_-1207083060'), (u'MULTIEQUAL_-1207082302', u'MULTIEQUAL_-1207081460'), (u'CALL_-1207090011', u'INDIRECT_-1207082460'), (u'LOAD_-1207092346', u'INT_REM_-1207092284'), (u'LOAD_-1207092424', u'LOAD_-1207092419'), (u'LOAD_-1207089393', u'INT_AND_-1207080404'), (u'MULTIEQUAL_-1207082014', u'MULTIEQUAL_-1207081952'), (u'MULTIEQUAL_-1207084394', u'MULTIEQUAL_-1207084347'), (u'INDIRECT_-1207081589', u'MULTIEQUAL_-1207081558'), (u'INT_RIGHT_-1207082425', u'SUBPIECE_-1207082458'), (u'COPY_-1207080295', u'MULTIEQUAL_-1207085119'), (u'COPY_-1207079405', u'MULTIEQUAL_-1207082014'), (u'INT_NOTEQUAL_-1207087753', u'CBRANCH_-1207087751'), (u'INT_NOTEQUAL_-1207091852', u'CBRANCH_-1207091846'), (u'LOAD_-1207093512', u'INT_AND_-1207093464'), ('const-0', u'COPY_-1207089793'), (u'INT_NOTEQUAL_-1207091900', u'CBRANCH_-1207091899'), (u'CALL_-1207089038', u'INDIRECT_-1207082513'), (u'CAST_-1207079782', u'INT_ADD_-1207088853'), ('const-417', u'LOAD_-1207089749'), (u'INT_ADD_-1207090826', u'CAST_-1207080722'), (u'SUBPIECE_-1207082458', u'PIECE_-1207082455'), ('tmp_20182', u'INT_ADD_-1207088103'), (u'LOAD_-1207089011', u'INT_ADD_-1207088970'), (u'MULTIEQUAL_-1207081141', u'MULTIEQUAL_-1207080974'), ('const-33554432', u'INT_AND_-1207092477'), ('const-0', u'INT_NOTEQUAL_-1207087722'), (u'LOAD_-1207088986', u'INT_ADD_-1207088922'), (u'INDIRECT_-1207082018', u'MULTIEQUAL_-1207081859'), (u'LOAD_-1207090887', u'INT_ZEXT_-1207090871'), (u'INT_RIGHT_-1207090817', u'INT_OR_-1207090818'), (u'CALL_-1207086179', u'INDIRECT_-1207079401'), (u'MULTIEQUAL_-1207082103', u'BOOL_NEGATE_-1207082114'), (u'MULTIEQUAL_-1207081069', u'MULTIEQUAL_-1207081059'), (u'MULTIEQUAL_-1207082384', u'MULTIEQUAL_-1207082262'), (u'MULTIEQUAL_-1207082014', u'MULTIEQUAL_-1207081847'), (u'CAST_-1207079754', u'LOAD_-1207088804'), ('const-1194718', u'COPY_-1207088979'), ('const-4', u'PTRADD_-1207079954'), (u'INT_EQUAL_-1207089320', u'CBRANCH_-1207089317'), (u'CALL_-1207089960', u'INDIRECT_-1207081706'), (u'MULTIEQUAL_-1207081025', u'MULTIEQUAL_-1207080178'), ('const-8', u'INT_ADD_-1207087385'), (u'INDIRECT_-1207081634', u'MULTIEQUAL_-1207081580'), (u'INT_EQUAL_-1207093369', u'MULTIEQUAL_-1207082179'), (u'CALL_-1207089038', u'INDIRECT_-1207082149'), (u'MULTIEQUAL_-1207081859', u'MULTIEQUAL_-1207081849'), (u'INT_NOTEQUAL_-1207093235', u'CBRANCH_-1207093233'), (u'CALL_-1207091569', u'INDIRECT_-1207082816'), (u'COPY_-1207089358', u'RETURN_-1207089321'), (u'SUBPIECE_-1207082459', u'COPY_-1207080405'), (u'SUBPIECE_-1207080567', u'INT_ADD_-1207088139'), (u'MULTIEQUAL_-1207085217', u'MULTIEQUAL_-1207085192'), (u'INT_ADD_-1207088741', u'CAST_-1207079731'), (u'LOAD_-1207090868', u'INT_AND_-1207090842'), (u'CALLIND_-1207088566', u'INDIRECT_-1207081457'), (u'MULTIEQUAL_-1207081097', u'MULTIEQUAL_-1207080270'), (u'CALL_-1207086465', u'INDIRECT_-1207080660'), (u'INDIRECT_-1207082230', u'MULTIEQUAL_-1207081740'), ('const-0', u'CALL_-1207087678'), ('const-5005761', u'PTRSUB_-1207080552'), (u'MULTIEQUAL_-1207081968', u'MULTIEQUAL_-1207081244'), (u'INDIRECT_-1207080898', u'MULTIEQUAL_-1207081664'), ('const-1195191', u'PTRSUB_-1207090618'), (u'CAST_-1207079637', u'LOAD_-1207088592'), (u'CAST_-1207080926', u'LOAD_-1207091147'), ('tmp_5024', u'CBRANCH_-1207089694'), (u'INT_SUB_-1207090793', u'INT_ADD_-1207090778'), ('const-6', u'COPY_-1207092962'), (u'INDIRECT_-1207082987', u'MULTIEQUAL_-1207082549'), (u'MULTIEQUAL_-1207081145', u'MULTIEQUAL_-1207081083'), (u'INT_LEFT_-1207093455', u'INT_AND_-1207086430'), (u'INDIRECT_-1207087665', u'COPY_-1207082115'), (u'CAST_-1207082030', u'LOAD_-1207092998'), (u'LOAD_-1207092424', u'COPY_-1207081798'), (u'CALL_-1207087749', u'INDIRECT_-1207081186'), (u'MULTIEQUAL_-1207083267', u'MULTIEQUAL_-1207082374'), (u'CALL_-1207086395', u'INDIRECT_-1207080601'), (u'CALL_-1207090944', u'INDIRECT_-1207082253'), (u'INT_AND_-1207080293', u'MULTIEQUAL_-1207080254'), (u'CALL_-1207090676', u'INDIRECT_-1207081831'), (u'CALL_-1207086407', u'INDIRECT_-1207079834'), (u'COPY_-1207078842', u'MULTIEQUAL_-1207085068'), (u'INT_ADD_-1207088136', u'CAST_-1207080667'), (u'CALL_-1207090291', u'INDIRECT_-1207082706'), (u'INDIRECT_-1207082687', u'INT_ADD_-1207090301'), (u'CALL_-1207091362', u'INDIRECT_-1207081588'), (u'CALL_-1207086465', u'INDIRECT_-1207079722'), (u'LOAD_-1207091169', u'INT_ADD_-1207086413'), (u'CALL_-1207092030', u'INDIRECT_-1207083781'), (u'INT_NOTEQUAL_-1207091742', u'CBRANCH_-1207091741'), (u'CALL_-1207090011', u'INDIRECT_-1207081589'), ('const-417', u'LOAD_-1207088809'), (u'INT_LEFT_-1207093458', u'INT_OR_-1207093458'), (u'INDIRECT_-1207082213', u'INT_ADD_-1207089710'), (u'CALL_-1207091362', u'INDIRECT_-1207081955'), (u'INDIRECT_-1207082068', u'COPY_-1207080066'), ('const-332', u'INT_ADD_-1207087115'), (u'INDIRECT_-1207079355', u'MULTIEQUAL_-1207079316'), ('const-0', u'INT_NOTEQUAL_-1207092152'), ('const-24', u'INT_RIGHT_-1207090819'), (u'COPY_-1207080560', u'INT_ADD_-1207087771'), ('tmp_37118', u'INT_EQUAL_-1207090998'), (u'INDIRECT_-1207082500', u'MULTIEQUAL_-1207082447'), (u'INDIRECT_-1207082068', u'MULTIEQUAL_-1207082014'), ('tmp_37120', u'INT_EQUAL_-1207090335'), (u'COPY_-1207080407', u'MULTIEQUAL_-1207083144'), (u'CAST_-1207080941', u'LOAD_-1207091169'), (u'CALL_-1207086395', u'INDIRECT_-1207080817'), (u'INT_ADD_-1207090877', u'CAST_-1207080753'), (u'CALL_-1207092938', u'INDIRECT_-1207083522'), (u'INDIRECT_-1207082645', u'MULTIEQUAL_-1207082158'), (u'MULTIEQUAL_-1207081267', u'MULTIEQUAL_-1207081150'), (u'COPY_-1207089857', u'MULTIEQUAL_-1207082446'), (u'CALL_-1207087227', u'INDIRECT_-1207080628'), (u'MULTIEQUAL_-1207080519', u'MULTIEQUAL_-1207080424'), (u'MULTIEQUAL_-1207082107', u'BOOL_NEGATE_-1207082125'), (u'INT_ZEXT_-1207090871', u'MULTIEQUAL_-1207084934'), (u'LOAD_-1207091169', u'INT_ADD_-1207086425'), (u'LOAD_-1207091169', u'INT_ADD_-1207086425'), (u'INT_ADD_-1207089377', u'CAST_-1207080094'), (u'CALL_-1207087127', u'INDIRECT_-1207080947'), (u'INDIRECT_-1207083319', u'MULTIEQUAL_-1207082829'), (u'CALL_-1207086395', u'INDIRECT_-1207079296'), (u'INDIRECT_-1207082698', u'MULTIEQUAL_-1207082395'), (u'MULTIEQUAL_-1207082840', u'MULTIEQUAL_-1207082662'), (u'MULTIEQUAL_-1207082086', u'MULTIEQUAL_-1207082024'), (u'CALL_-1207088687', u'INDIRECT_-1207082133'), (u'INT_LESS_-1207090721', u'CBRANCH_-1207090730'), (u'CALL_-1207089950', u'INDIRECT_-1207082156'), ('const-417', u'LOAD_-1207092305'), (u'CAST_-1207080061', u'LOAD_-1207089333'), (u'INDIRECT_-1207080097', u'MULTIEQUAL_-1207080863'), ('tmp_20182', u'INT_ADD_-1207091179'), (u'MULTIEQUAL_-1207082186', u'MULTIEQUAL_-1207082014'), (u'INDIRECT_-1207081670', u'MULTIEQUAL_-1207081234'), (u'INDIRECT_-1207080986', u'MULTIEQUAL_-1207081974'), (u'LOAD_-1207091169', u'INT_ADD_-1207087446'), ('const-0', u'INT_EQUAL_-1207090856'), (u'INDIRECT_-1207081412', u'MULTIEQUAL_-1207080974'), ('const-28', u'INT_ADD_-1207088946'), (u'MULTIEQUAL_-1207081825', u'MULTIEQUAL_-1207081653'), (u'CALL_-1207089924', u'INDIRECT_-1207081779'), (u'LOAD_-1207088804', u'CALL_-1207087526'), (u'MULTIEQUAL_-1207080738', u'MULTIEQUAL_-1207080689'), (u'CAST_-1207081667', u'INT_EQUAL_-1207089312'), (u'CALL_-1207087678', u'INDIRECT_-1207080508'), (u'CALL_-1207090944', u'INDIRECT_-1207083119'), (u'INDIRECT_-1207082043', u'MULTIEQUAL_-1207081740'), (u'CALL_-1207087700', u'INDIRECT_-1207081171'), (u'LOAD_-1207090848', u'INT_EQUAL_-1207090823'), ('tmp_9733', u'BRANCH_-1207088654'), ('tmp_4964', u'CBRANCH_-1207089731'), (u'INDIRECT_-1207081946', u'MULTIEQUAL_-1207081798'), ('const-320', u'INT_ADD_-1207091131'), (u'BOOL_NEGATE_-1207082114', u'CBRANCH_-1207089250'), (u'CALL_-1207091372', u'INDIRECT_-1207081552'), (u'CALL_-1207088111', u'INDIRECT_-1207081707'), (u'INDIRECT_-1207081586', u'MULTIEQUAL_-1207081514'), (u'CALL_-1207090011', u'INDIRECT_-1207082532'), (u'CALL_-1207087749', u'INDIRECT_-1207080317'), (u'MULTIEQUAL_-1207082176', u'MULTIEQUAL_-1207081632'), (u'INDIRECT_-1207082027', u'MULTIEQUAL_-1207081995'), ('tmp_10463', u'CBRANCH_-1207089283'), (u'INDIRECT_-1207082253', u'MULTIEQUAL_-1207081817'), (u'MULTIEQUAL_-1207082258', u'MULTIEQUAL_-1207081365'), (u'CALL_-1207087700', u'INDIRECT_-1207080446'), ('tmp_562', u'CBRANCH_-1207093233'), (u'MULTIEQUAL_-1207080883', u'MULTIEQUAL_-1207080833'), ('const-3435729', u'INT_ADD_-1207091244'), (u'INT_ADD_-1207091232', u'CAST_-1207080507'), ('const-0', u'COPY_-1207092785'), (u'CALL_-1207091692', u'INDIRECT_-1207082109'), (u'CALL_-1207087227', u'INDIRECT_-1207080772'), (u'CALL_-1207091222', u'INDIRECT_-1207081938'), (u'CALL_-1207089652', u'INDIRECT_-1207082018'), (u'MULTIEQUAL_-1207082469', u'MULTIEQUAL_-1207082440'), (u'INDIRECT_-1207082186', u'MULTIEQUAL_-1207081748'), (u'MULTIEQUAL_-1207080883', u'MULTIEQUAL_-1207080853'), ('const-38', u'INT_ADD_-1207080440'), (u'CALL_-1207089960', u'INDIRECT_-1207081997'), (u'INDIRECT_-1207082667', u'MULTIEQUAL_-1207082508'), (u'MULTIEQUAL_-1207080369', u'INT_NOTEQUAL_-1207087417'), ('tmp_9548', u'BRANCH_-1207088791'), (u'CALL_-1207087526', u'INDIRECT_-1207080842'), (u'MULTIEQUAL_-1207081536', u'MULTIEQUAL_-1207081364'), (u'INT_NOTEQUAL_-1207089694', u'CBRANCH_-1207089694'), (u'MULTIEQUAL_-1207082330', u'MULTIEQUAL_-1207081503'), (u'INDIRECT_-1207081290', u'MULTIEQUAL_-1207081141'), (u'CALL_-1207089960', u'INDIRECT_-1207081780'), (u'MULTIEQUAL_-1207083305', u'CAST_-1207081041'), (u'MULTIEQUAL_-1207082741', u'MULTIEQUAL_-1207081764'), ('const-0', u'INT_EQUAL_-1207089468'), (u'CALL_-1207086395', u'INDIRECT_-1207080745'), (u'INT_ADD_-1207090301', u'CAST_-1207080598'), (u'MULTIEQUAL_-1207082086', u'MULTIEQUAL_-1207082076'), ('tmp_5385', u'CBRANCH_-1207089464'), (u'LOAD_-1207088770', u'INT_ADD_-1207088741'), (u'COPY_-1207080406', u'MULTIEQUAL_-1207082086'), (u'INDIRECT_-1207079753', u'MULTIEQUAL_-1207080741'), (u'MULTIEQUAL_-1207081464', u'MULTIEQUAL_-1207080617'), (u'INDIRECT_-1207083460', u'MULTIEQUAL_-1207083311'), (u'PIECE_-1207082455', u'MULTIEQUAL_-1207081804'), (u'INT_EQUAL_-1207088137', u'CBRANCH_-1207088136'), (u'INDIRECT_-1207082592', u'MULTIEQUAL_-1207082102'), ('const-1', u'INT_AND_-1207090842'), (u'SUBPIECE_-1207082459', u'INT_EQUAL_-1207093309'), (u'INDIRECT_-1207082500', u'MULTIEQUAL_-1207082280'), (u'INDIRECT_-1207082179', u'MULTIEQUAL_-1207082475'), (u'INDIRECT_-1207081042', u'MULTIEQUAL_-1207081808'), (u'CALL_-1207087227', u'INDIRECT_-1207080484'), (u'CALL_-1207086179', u'INDIRECT_-1207079840'), (u'MULTIEQUAL_-1207080951', u'MULTIEQUAL_-1207080932'), (u'MULTIEQUAL_-1207081652', u'MULTIEQUAL_-1207081485'), (u'CALL_-1207087227', u'INDIRECT_-1207080195'), (u'INDIRECT_-1207080372', u'MULTIEQUAL_-1207080333'), ('const-0', u'INT_EQUAL_-1207091044'), (u'INT_ADD_-1207090087', u'CAST_-1207080348'), (u'INDIRECT_-1207082644', u'MULTIEQUAL_-1207082590'), (u'CALL_-1207088445', u'INDIRECT_-1207082484'), (u'CALL_-1207091362', u'INDIRECT_-1207082749'), (u'CALL_-1207090128', u'INDIRECT_-1207081546'), ('const-0', u'INT_EQUAL_-1207090998'), (u'PTRSUB_-1207080405', u'PTRADD_-1207089518'), (u'MULTIEQUAL_-1207081932', u'MULTIEQUAL_-1207081922'), ('const-4293395352', u'INT_ADD_-1207091591'), (u'MULTIEQUAL_-1207081771', u'MULTIEQUAL_-1207082446'), (u'LOAD_-1207088938', u'INT_ZEXT_-1207088922'), (u'MULTIEQUAL_-1207080666', u'MULTIEQUAL_-1207080571'), (u'INT_ADD_-1207086413', u'CALL_-1207086395'), (u'CAST_-1207082228', u'MULTIEQUAL_-1207087253'), (u'CALL_-1207090944', u'INDIRECT_-1207082397'), (u'CALLIND_-1207088566', u'INDIRECT_-1207081818'), (u'CALL_-1207088081', u'INDIRECT_-1207081789'), (u'LOAD_-1207088962', u'INT_EQUAL_-1207088947'), (u'CALL_-1207090944', u'INDIRECT_-1207082831'), (u'COPY_-1207090985', u'MULTIEQUAL_-1207081584'), (u'CAST_-1207080094', u'LOAD_-1207089393'), (u'CALL_-1207088111', u'INDIRECT_-1207080907'), (u'INDIRECT_-1207082813', u'MULTIEQUAL_-1207082744'), ('tmp_20182', u'INT_ADD_-1207091191'), ('const-1', u'PTRADD_-1207089858'), (u'CAST_-1207079776', u'INT_SLESS_-1207088849'), (u'INDIRECT_-1207081290', u'MULTIEQUAL_-1207080974'), (u'COPY_-1207080352', u'MULTIEQUAL_-1207085068'), (u'INDIRECT_-1207081814', u'MULTIEQUAL_-1207082110'), (u'INDIRECT_-1207082811', u'MULTIEQUAL_-1207082662'), ('const-4', u'INT_ADD_-1207093126'), ('const-3294276', u'INT_ADD_-1207086413'), (u'CALL_-1207091362', u'INDIRECT_-1207082821'), (u'INDIRECT_-1207080753', u'MULTIEQUAL_-1207081517'), ('tmp_10573', u'CBRANCH_-1207089192'), ('const-0', u'RETURN_-1207082070'), (u'MULTIEQUAL_-1207083014', u'INT_ADD_-1207092118'), (u'MULTIEQUAL_-1207081351', u'MULTIEQUAL_-1207081243'), (u'CALL_-1207090944', u'INDIRECT_-1207081742'), (u'INDIRECT_-1207083247', u'MULTIEQUAL_-1207082757'), (u'CALL_-1207088445', u'INDIRECT_-1207081980'), (u'MULTIEQUAL_-1207081536', u'MULTIEQUAL_-1207080689'), (u'MULTIEQUAL_-1207081820', u'MULTIEQUAL_-1207081725'), (u'CALL_-1207090128', u'INDIRECT_-1207081840'), (u'CALL_-1207086465', u'INDIRECT_-1207079575'), (u'INT_LESS_-1207091861', u'INT_ZEXT_-1207086739'), (u'INDIRECT_-1207081996', u'MULTIEQUAL_-1207081942'), (u'INDIRECT_-1207081996', u'MULTIEQUAL_-1207081942'), (u'CALL_-1207087526', u'INDIRECT_-1207080409'), (u'CALL_-1207089924', u'CAST_-1207080343'), (u'CALL_-1207087127', u'INDIRECT_-1207080009'), (u'CALL_-1207093551', u'INDIRECT_-1207083608'), (u'MULTIEQUAL_-1207081580', u'MULTIEQUAL_-1207081413'), (u'CALL_-1207087678', u'INDIRECT_-1207080653'), (u'INDIRECT_-1207082881', u'MULTIEQUAL_-1207082161'), ('tmp_2665', u'CBRANCH_-1207091757'), (u'CALL_-1207090128', u'INDIRECT_-1207081912'), ('const-134217727', u'INT_AND_-1207088710'), (u'CALL_-1207091692', u'INDIRECT_-1207082981'), (u'CALL_-1207087700', u'INDIRECT_-1207080593'), (u'CALL_-1207092938', u'MULTIEQUAL_-1207086015'), (u'INDIRECT_-1207082187', u'MULTIEQUAL_-1207082110'), (u'INT_RIGHT_-1207081772', u'SUBPIECE_-1207083031'), (u'MULTIEQUAL_-1207086243', u'INT_RIGHT_-1207090819'), (u'INDIRECT_-1207082429', u'MULTIEQUAL_-1207082138'), (u'INDIRECT_-1207082353', u'INT_ADD_-1207088648'), (u'MULTIEQUAL_-1207081508', u'MULTIEQUAL_-1207081447'), (u'COPY_-1207080275', u'MULTIEQUAL_-1207082282'), ('tmp_914', u'CBRANCH_-1207092979'), (u'CALL_-1207091362', u'INDIRECT_-1207082027'), ('const-20', u'INT_ADD_-1207090871'), (u'MULTIEQUAL_-1207082590', u'MULTIEQUAL_-1207080765'), (u'LOAD_-1207091981', u'INT_EQUAL_-1207091963'), (u'COPY_-1207080405', u'MULTIEQUAL_-1207082063'), ('const-255', u'INT_LESS_-1207088990'), (u'CALL_-1207090676', u'INDIRECT_-1207081686'), (u'MULTIEQUAL_-1207081725', u'MULTIEQUAL_-1207081681'), (u'LOAD_-1207091169', u'INT_ADD_-1207080132'), (u'CALL_-1207086395', u'INDIRECT_-1207079879'), (u'COPY_-1207081822', u'COPY_-1207081808'), ('const-0', u'RETURN_-1207090756'), (u'MULTIEQUAL_-1207081748', u'MULTIEQUAL_-1207081719'), (u'INT_RIGHT_-1207092786', u'INT_OR_-1207092785'), (u'INDIRECT_-1207082523', u'MULTIEQUAL_-1207082374'), ('const-0', u'INT_NOTEQUAL_-1207089002'), (u'INT_MULT_-1207088958', u'INT_ADD_-1207088970'), (u'INDIRECT_-1207082811', u'MULTIEQUAL_-1207082652'), (u'INDIRECT_-1207083667', u'STORE_-1207092800'), (u'INDIRECT_-1207082739', u'MULTIEQUAL_-1207082423'), (u'PTRADD_-1207079989', u'LOAD_-1207088799'), (u'INT_ADD_-1207092458', u'CAST_-1207081797'), ('const-12', u'INT_ADD_-1207087771'), (u'INDIRECT_-1207081954', u'MULTIEQUAL_-1207081923'), (u'CALL_-1207088234', u'INDIRECT_-1207082794'), (u'CALL_-1207087131', u'INDIRECT_-1207081120'), (u'INDIRECT_-1207081971', u'MULTIEQUAL_-1207081893'), (u'MULTIEQUAL_-1207081462', u'MULTIEQUAL_-1207080738'), ('const-417', u'LOAD_-1207093512'), (u'INT_ADD_-1207090871', u'CAST_-1207080749'), (u'CALL_-1207088081', u'INDIRECT_-1207082658'), (u'MULTIEQUAL_-1207082230', u'MULTIEQUAL_-1207080405'), (u'MULTIEQUAL_-1207082186', u'MULTIEQUAL_-1207081359'), (u'MULTIEQUAL_-1207082330', u'MULTIEQUAL_-1207081483'), (u'CALL_-1207087131', u'INDIRECT_-1207079745'), (u'MULTIEQUAL_-1207083323', u'INT_ADD_-1207092074'), (u'INT_LEFT_-1207090949', u'INT_OR_-1207090936'), (u'MULTIEQUAL_-1207082395', u'MULTIEQUAL_-1207081851'), ('const-4293382982', u'INT_ADD_-1207091382'), (u'CALL_-1207087678', u'INDIRECT_-1207081230'), ('const-1', u'RETURN_-1207091357'), (u'CAST_-1207082228', u'INT_EQUAL_-1207093329'), (u'CALL_-1207089950', u'INDIRECT_-1207082373'), (u'INDIRECT_-1207082357', u'MULTIEQUAL_-1207081870'), ('const-417', u'LOAD_-1207088728'), (u'INDIRECT_-1207082459', u'MULTIEQUAL_-1207082387'), (u'INDIRECT_-1207081302', u'MULTIEQUAL_-1207082096'), (u'LOAD_-1207086965', u'INT_AND_-1207086939'), ('const-65280', u'INT_AND_-1207090818'), ('const-8', u'INT_AND_-1207085986'), (u'COPY_-1207080293', u'MULTIEQUAL_-1207085217'), (u'CALL_-1207091659', u'INDIRECT_-1207083391'), (u'MULTIEQUAL_-1207082590', u'MULTIEQUAL_-1207082580'), (u'MULTIEQUAL_-1207081141', u'MULTIEQUAL_-1207080299'), ('const-417', u'LOAD_-1207093071'), ('const-4', u'INT_ADD_-1207090877'), (u'CALL_-1207088234', u'INDIRECT_-1207081489'), (u'LOAD_-1207088723', u'MULTIEQUAL_-1207085110'), ('const-1', u'INT_AND_-1207083340'), (u'LOAD_-1207086895', u'INT_AND_-1207086869'), (u'MULTIEQUAL_-1207085847', u'CAST_-1207080310'), (u'CALL_-1207087678', u'INDIRECT_-1207080580'), (u'INDIRECT_-1207083595', u'MULTIEQUAL_-1207082170'), (u'CALL_-1207087749', u'INDIRECT_-1207080025'), ('tmp_37123', u'INT_NOTEQUAL_-1207089002'), (u'MULTIEQUAL_-1207081725', u'MULTIEQUAL_-1207081558'), (u'CALL_-1207090128', u'INDIRECT_-1207081693'), (u'LOAD_-1207093180', u'INT_EQUAL_-1207093155'), (u'COPY_-1207080560', u'INT_ADD_-1207089377'), (u'INT_EQUAL_-1207088061', u'CBRANCH_-1207088044'), ('const-12', u'INT_ADD_-1207089487'), (u'MULTIEQUAL_-1207082523', u'MULTIEQUAL_-1207081547'), (u'INDIRECT_-1207083679', u'MULTIEQUAL_-1207083189'), (u'INT_SUB_-1207089763', u'INT_LESS_-1207089745'), ('tmp_4353', u'BRANCH_-1207090653'), ('tmp_5351', u'CBRANCH_-1207089483'), (u'MULTIEQUAL_-1207081570', u'MULTIEQUAL_-1207081462'), (u'CAST_-1207079125', u'MULTIEQUAL_-1207082662'), (u'INDIRECT_-1207082913', u'MULTIEQUAL_-1207081879'), (u'MULTIEQUAL_-1207081447', u'MULTIEQUAL_-1207081325'), (u'LOAD_-1207089749', u'INT_NOTEQUAL_-1207089733'), ('const-4294967295', u'INT_EQUAL_-1207090335'), (u'CALL_-1207090011', u'INDIRECT_-1207081371'), (u'CAST_-1207078635', u'MULTIEQUAL_-1207082840'), ('const-0', u'INT_EQUAL_-1207089400'), (u'MULTIEQUAL_-1207080416', u'MULTIEQUAL_-1207081071'), (u'CALL_-1207088687', u'INDIRECT_-1207081699'), (u'INT_NOTEQUAL_-1207088881', u'CBRANCH_-1207088880'), (u'CALL_-1207088111', u'INDIRECT_-1207082356'), (u'CALL_-1207089950', u'INDIRECT_-1207081867'), (u'MULTIEQUAL_-1207081580', u'MULTIEQUAL_-1207081536'), (u'MULTIEQUAL_-1207081804', u'CAST_-1207081601'), (u'CALL_-1207087749', u'INDIRECT_-1207081042'), (u'INDIRECT_-1207081729', u'MULTIEQUAL_-1207081580'), ('const-1', u'COPY_-1207087728'), (u'CALL_-1207086395', u'INDIRECT_-1207079368'), (u'INDIRECT_-1207080810', u'MULTIEQUAL_-1207081508'), (u'COPY_-1207080560', u'INT_ADD_-1207087024'), ('const-417', u'LOAD_-1207089306'), (u'INT_ADD_-1207090832', u'CAST_-1207080726'), (u'INDIRECT_-1207082939', u'MULTIEQUAL_-1207081514'), (u'INDIRECT_-1207082571', u'MULTIEQUAL_-1207083106'), (u'CALL_-1207090128', u'INDIRECT_-1207081766'), (u'MULTIEQUAL_-1207085068', u'COPY_-1207080095'), (u'INDIRECT_-1207081766', u'MULTIEQUAL_-1207081743'), (u'PTRADD_-1207089518', u'COPY_-1207078804'), (u'INT_AND_-1207088818', u'INT_EQUAL_-1207088832'), (u'CALL_-1207091222', u'INDIRECT_-1207082516'), (u'INT_NOTEQUAL_-1207089255', u'CBRANCH_-1207089248'), ('const-417', u'LOAD_-1207093047'), (u'COPY_-1207080325', u'MULTIEQUAL_-1207085068'), (u'CALL_-1207087227', u'INDIRECT_-1207079978'), (u'CALL_-1207086395', u'INDIRECT_-1207079807'), (u'COPY_-1207079935', u'COPY_-1207079936'), ('const-8', u'INT_LEFT_-1207093458'), ('const-4', u'INT_MULT_-1207092277'), (u'MULTIEQUAL_-1207081869', u'MULTIEQUAL_-1207080044'), (u'INT_EQUAL_-1207091935', u'CBRANCH_-1207091934'), (u'CALL_-1207087978', u'INDIRECT_-1207082618'), (u'INDIRECT_-1207080737', u'MULTIEQUAL_-1207081436'), (u'INT_ADD_-1207087771', u'CAST_-1207079162'), (u'SUBPIECE_-1207085893', u'INT_NOTEQUAL_-1207091759'), (u'CALLIND_-1207088566', u'INDIRECT_-1207080875'), (u'COPY_-1207080408', u'MULTIEQUAL_-1207085119'), ('const-2', u'COPY_-1207082091'), (u'CALL_-1207090291', u'INDIRECT_-1207081982'), (u'INDIRECT_-1207082614', u'MULTIEQUAL_-1207082178'), (u'CALL_-1207089950', u'INDIRECT_-1207082517'), (u'COPY_-1207080560', u'INT_ADD_-1207086946'), (u'CAST_-1207082090', u'LOAD_-1207093112'), (u'CALL_-1207093551', u'INDIRECT_-1207083027'), (u'CALL_-1207089652', u'INDIRECT_-1207081801'), (u'CALL_-1207087700', u'INDIRECT_-1207080954'), (u'CALL_-1207090011', u'INDIRECT_-1207082388'), (u'INDIRECT_-1207081984', u'MULTIEQUAL_-1207081961'), (u'INDIRECT_-1207080156', u'MULTIEQUAL_-1207080117'), (u'INDIRECT_-1207082213', u'MULTIEQUAL_-1207081824'), ('const-24', u'INT_ADD_-1207091153'), (u'INDIRECT_-1207082519', u'MULTIEQUAL_-1207082029'), (u'CALL_-1207090011', u'INDIRECT_-1207081882'), (u'CALL_-1207090128', u'INDIRECT_-1207082706'), (u'CALL_-1207088972', u'INDIRECT_-1207082332'), (u'CALLIND_-1207088566', u'INDIRECT_-1207081313'), (u'LOAD_-1207091169', u'INT_ADD_-1207086437'), (u'LOAD_-1207088809', u'CAST_-1207079754'), (u'MULTIEQUAL_-1207084934', u'INT_EQUAL_-1207091105'), (u'MULTIEQUAL_-1207081027', u'MULTIEQUAL_-1207080978'), (u'INDIRECT_-1207081415', u'MULTIEQUAL_-1207081361'), ('const-40', u'INT_ADD_-1207089710'), (u'CALL_-1207088445', u'INDIRECT_-1207081108'), (u'INDIRECT_-1207082213', u'INT_ADD_-1207088060'), (u'INT_ADD_-1207091852', u'CAST_-1207081484'), (u'INT_ADD_-1207086425', u'CALL_-1207086407'), (u'LOAD_-1207092998', u'INT_NOTEQUAL_-1207092979'), (u'INDIRECT_-1207082106', u'MULTIEQUAL_-1207082402'), (u'CALL_-1207087700', u'INDIRECT_-1207082396'), (u'CALL_-1207087700', u'INDIRECT_-1207080810'), ('const-1195447', u'COPY_-1207091229'), (u'MULTIEQUAL_-1207080666', u'MULTIEQUAL_-1207080637'), (u'CALL_-1207092938', u'INDIRECT_-1207084172'), (u'CALL_-1207088234', u'INDIRECT_-1207081561'), (u'CALL_-1207087700', u'INDIRECT_-1207081243'), (u'MULTIEQUAL_-1207081156', u'MULTIEQUAL_-1207081034'), (u'CAST_-1207079064', u'LOAD_-1207086965'), ('const-8', u'INT_ADD_-1207088733'), (u'INT_ADD_-1207089634', u'CAST_-1207080206'), (u'MULTIEQUAL_-1207081679', u'MULTIEQUAL_-1207080955'), (u'MULTIEQUAL_-1207081464', u'MULTIEQUAL_-1207080637'), (u'SUBPIECE_-1207080566', u'INT_ADD_-1207087142'), (u'MULTIEQUAL_-1207080738', u'MULTIEQUAL_-1207080643'), (u'INT_EQUAL_-1207093329', u'MULTIEQUAL_-1207082103'), (u'INDIRECT_-1207082813', u'MULTIEQUAL_-1207082323'), ('tmp_8191', u'CBRANCH_-1207086902'), (u'CAST_-1207079294', u'LOAD_-1207087401'), (u'CALL_-1207091569', u'INDIRECT_-1207082305'), (u'INDIRECT_-1207081510', u'MULTIEQUAL_-1207081351'), (u'INT_ADD_-1207086830', u'CAST_-1207078581'), (u'CAST_-1207080012', u'INT_SEXT_-1207088041'), (u'INDIRECT_-1207080409', u'MULTIEQUAL_-1207081397'), ('const-3421469', u'INT_ADD_-1207086200'), ('const-15', u'INT_NOTEQUAL_-1207093235'), ('tmp_20182', u'INT_ADD_-1207082342'), (u'MULTIEQUAL_-1207082014', u'MULTIEQUAL_-1207082004'), (u'CAST_-1207079162', u'LOAD_-1207087787'), (u'MULTIEQUAL_-1207082076', u'MULTIEQUAL_-1207081968'), (u'MULTIEQUAL_-1207080810', u'MULTIEQUAL_-1207080715'), (u'CAST_-1207080344', u'COPY_-1207080502'), (u'MULTIEQUAL_-1207081170', u'MULTIEQUAL_-1207080323'), (u'LOAD_-1207092282', u'CAST_-1207081699'), ('const-52', u'INT_ADD_-1207088922'), (u'INT_NOTEQUAL_-1207089286', u'CBRANCH_-1207089283'), (u'INDIRECT_-1207083011', u'MULTIEQUAL_-1207081586'), (u'MULTIEQUAL_-1207080853', u'MULTIEQUAL_-1207081508'), (u'INDIRECT_-1207081851', u'MULTIEQUAL_-1207081462'), (u'INDIRECT_-1207080876', u'MULTIEQUAL_-1207080837'), (u'CALL_-1207089038', u'INDIRECT_-1207083526'), (u'CAST_-1207080157', u'LOAD_-1207089544'), (u'MULTIEQUAL_-1207081267', u'MULTIEQUAL_-1207081942'), (u'CAST_-1207081029', u'LOAD_-1207088749'), (u'CALL_-1207088081', u'INDIRECT_-1207082514'), (u'CALL_-1207090011', u'INDIRECT_-1207081443'), (u'CALL_-1207090011', u'INDIRECT_-1207081009'), (u'INT_ADD_-1207092408', u'CAST_-1207081768'), (u'CALL_-1207088687', u'INDIRECT_-1207082353'), (u'CALL_-1207090291', u'INDIRECT_-1207081617'), (u'INT_AND_-1207088868', u'INT_NOTEQUAL_-1207088881'), (u'CAST_-1207080726', u'LOAD_-1207090848'), (u'CALL_-1207089426', u'INDIRECT_-1207081634'), (u'CALL_-1207092030', u'INDIRECT_-1207083493'), (u'INT_NOTEQUAL_-1207089210', u'CBRANCH_-1207089209'), (u'CAST_-1207080065', u'LOAD_-1207089339'), (u'INDIRECT_-1207081658', u'MULTIEQUAL_-1207081586'), (u'INT_LEFT_-1207086979', u'INT_AND_-1207086939'), ('const-1', u'PTRADD_-1207089518'), (u'INT_ADD_-1207092982', u'CAST_-1207082030'), (u'MULTIEQUAL_-1207081608', u'MULTIEQUAL_-1207080781'), (u'MULTIEQUAL_-1207081664', u'MULTIEQUAL_-1207081542'), (u'LOAD_-1207093071', u'INT_EQUAL_-1207093053'), (u'MULTIEQUAL_-1207081169', u'MULTIEQUAL_-1207081150'), (u'MULTIEQUAL_-1207080343', u'MULTIEQUAL_-1207080998'), (u'CALL_-1207088445', u'INDIRECT_-1207081474'), ('const-7', u'INT_AND_-1207080293'), (u'CALL_-1207090011', u'INDIRECT_-1207081736'), (u'MULTIEQUAL_-1207081069', u'MULTIEQUAL_-1207080902'), (u'CALL_-1207092938', u'INDIRECT_-1207083812'), (u'CALL_-1207091222', u'INDIRECT_-1207082588'), ('tmp_7556', u'BRANCH_-1207087741'), (u'CALL_-1207087526', u'INDIRECT_-1207079753'), (u'INT_AND_-1207086369', u'INT_NOTEQUAL_-1207093215'), (u'CALL_-1207091659', u'INDIRECT_-1207083607'), ('const-417', u'LOAD_-1207087140'), ('const-1194685', u'COPY_-1207089045'), (u'MULTIEQUAL_-1207081462', u'MULTIEQUAL_-1207081443'), (u'COPY_-1207089857', u'MULTIEQUAL_-1207082495'), (u'MULTIEQUAL_-1207081488', u'MULTIEQUAL_-1207081464'), (u'INT_LESS_-1207091798', u'CBRANCH_-1207091806'), (u'MULTIEQUAL_-1207081581', u'MULTIEQUAL_-1207081517'), ('const-0', u'INT_EQUAL_-1207089314'), (u'CALL_-1207087678', u'INDIRECT_-1207080142'), ('const-5007673', u'INT_ADD_-1207093531'), (u'CALL_-1207090676', u'INDIRECT_-1207082847'), (u'INDIRECT_-1207081185', u'MULTIEQUAL_-1207081162'), (u'LOAD_-1207092136', u'INT_ADD_-1207092118'), (u'MULTIEQUAL_-1207081049', u'MULTIEQUAL_-1207080932'), (u'INDIRECT_-1207080069', u'MULTIEQUAL_-1207080863'), (u'LOAD_-1207088757', u'COPY_-1207079967'), (u'CALLIND_-1207088566', u'INDIRECT_-1207081022'), (u'CALL_-1207091692', u'INDIRECT_-1207082254'), (u'CAST_-1207079731', u'LOAD_-1207088757'), (u'INDIRECT_-1207080142', u'MULTIEQUAL_-1207080936'), (u'INT_RIGHT_-1207093445', u'INT_EQUAL_-1207093349'), ('const-417', u'LOAD_-1207089544'), ('const-0', u'INT_EQUAL_-1207087769'), (u'LOAD_-1207091169', u'INT_ADD_-1207087458'), (u'CAST_-1207080766', u'LOAD_-1207090917'), (u'MULTIEQUAL_-1207082775', u'MULTIEQUAL_-1207082961'), (u'COPY_-1207089827', u'MULTIEQUAL_-1207082426'), ('const-417', u'LOAD_-1207093180'), (u'CALL_-1207089924', u'INDIRECT_-1207082357'), (u'CALL_-1207090944', u'INDIRECT_-1207082470'), ('const-4', u'INT_MULT_-1207086939'), ('const-16711680', u'INT_AND_-1207093464'), (u'CAST_-1207081711', u'LOAD_-1207092305'), (u'MULTIEQUAL_-1207080361', u'MULTIEQUAL_-1207080254'), ('const-8', u'INT_RIGHT_-1207092784'), (u'INDIRECT_-1207081546', u'MULTIEQUAL_-1207081523'), (u'PTRSUB_-1207080097', u'CAST_-1207079852'), (u'INT_ADD_-1207087379', u'CAST_-1207079290'), (u'CALL_-1207088445', u'INDIRECT_-1207081328'), (u'PTRADD_-1207089518', u'MULTIEQUAL_-1207085068'), (u'INDIRECT_-1207081218', u'MULTIEQUAL_-1207081069'), (u'MULTIEQUAL_-1207082076', u'MULTIEQUAL_-1207082066'), (u'LOAD_-1207089568', u'INT_ADD_-1207089528'), (u'CALL_-1207088111', u'INDIRECT_-1207081852'), (u'INDIRECT_-1207082068', u'MULTIEQUAL_-1207081777'), (u'COPY_-1207080560', u'INT_ADD_-1207089227'), (u'INT_OR_-1207093455', u'COPY_-1207081728'), (u'INDIRECT_-1207081946', u'MULTIEQUAL_-1207081787'), (u'MULTIEQUAL_-1207082691', u'CAST_-1207081018'), (u'CALLIND_-1207088566', u'INDIRECT_-1207082106'), (u'INT_EQUAL_-1207092491', u'CBRANCH_-1207092486'), (u'CALL_-1207091569', u'INDIRECT_-1207083538'), (u'CALL_-1207088687', u'INDIRECT_-1207082427'), ('const-0', u'PTRSUB_-1207090618'), (u'CALL_-1207088687', u'INDIRECT_-1207083149'), (u'CALL_-1207087131', u'INDIRECT_-1207079672'), (u'LOAD_-1207093136', u'INT_NOTEQUAL_-1207093120'), (u'MULTIEQUAL_-1207084265', u'INT_AND_-1207083419'), (u'CALL_-1207091372', u'INDIRECT_-1207081991'), (u'LOAD_-1207091169', u'INT_ADD_-1207087137'), ('const-1528', u'CALL_-1207086179'), (u'CAST_-1207081041', u'COPY_-1207088766'), (u'PTRADD_-1207089518', u'MULTIEQUAL_-1207084394'), ('const-0', u'COPY_-1207088895'), (u'CALL_-1207087526', u'INDIRECT_-1207080554'), (u'INDIRECT_-1207081418', u'MULTIEQUAL_-1207081364'), (u'CALL_-1207087749', u'INDIRECT_-1207080681'), (u'INDIRECT_-1207082716', u'MULTIEQUAL_-1207083251'), (u'INDIRECT_-1207082267', u'MULTIEQUAL_-1207083033'), (u'CALL_-1207090128', u'INDIRECT_-1207081112'), ('const-3428053', u'PTRSUB_-1207080235'), (u'MULTIEQUAL_-1207082292', u'COPY_-1207080277'), (u'INDIRECT_-1207082179', u'MULTIEQUAL_-1207081743'), (u'CALL_-1207089924', u'SUBPIECE_-1207080567'), (u'INDIRECT_-1207082885', u'MULTIEQUAL_-1207082395'), (u'MULTIEQUAL_-1207084853', u'LOAD_-1207088662'), ('const-0', u'INT_NOTEQUAL_-1207087753'), (u'MULTIEQUAL_-1207082400', u'MULTIEQUAL_-1207082381'), (u'MULTIEQUAL_-1207084394', u'MULTIEQUAL_-1207084301'), (u'INDIRECT_-1207082115', u'MULTIEQUAL_-1207081812'), (u'INDIRECT_-1207080942', u'MULTIEQUAL_-1207081736'), (u'MULTIEQUAL_-1207081922', u'MULTIEQUAL_-1207081805'), (u'MULTIEQUAL_-1207083193', u'MULTIEQUAL_-1207082469'), (u'INDIRECT_-1207081923', u'MULTIEQUAL_-1207081632'), (u'CALL_-1207091692', u'INDIRECT_-1207083415'), (u'INDIRECT_-1207083812', u'MULTIEQUAL_-1207082387'), ('const-5009664', u'PTRSUB_-1207082299'), (u'CALL_-1207091372', u'INDIRECT_-1207081624'), (u'INDIRECT_-1207082140', u'SUBPIECE_-1207080893'), (u'CALL_-1207091172', u'INDIRECT_-1207082419'), (u'CALL_-1207089652', u'INDIRECT_-1207082739'), (u'CALL_-1207090011', u'INDIRECT_-1207082171'), (u'CALL_-1207091569', u'INDIRECT_-1207082089'), (u'INDIRECT_-1207081626', u'MULTIEQUAL_-1207082161'), (u'INT_AND_-1207087672', u'CAST_-1207079125'), (u'MULTIEQUAL_-1207083291', u'MULTIEQUAL_-1207083267'), (u'CALL_-1207086465', u'INDIRECT_-1207080083'), (u'CALL_-1207086395', u'INDIRECT_-1207079661'), (u'MULTIEQUAL_-1207081424', u'MULTIEQUAL_-1207081414'), ('const-1', u'PTRADD_-1207079954'), (u'CALL_-1207089426', u'INDIRECT_-1207081923'), ('tmp_1073', u'CBRANCH_-1207092879'), (u'INT_ADD_-1207088848', u'MULTIEQUAL_-1207086694'), ('tmp_6082', u'CBRANCH_-1207088895'), (u'CALL_-1207086465', u'INDIRECT_-1207079794'), ('tmp_6152', u'CBRANCH_-1207088849'), (u'INDIRECT_-1207083450', u'MULTIEQUAL_-1207082025'), (u'MULTIEQUAL_-1207080637', u'MULTIEQUAL_-1207081292'), (u'CALL_-1207091692', u'INDIRECT_-1207082616'), (u'CALL_-1207090011', u'MULTIEQUAL_-1207085847'), (u'CALL_-1207087700', u'INDIRECT_-1207080154'), (u'LOAD_-1207092184', u'INT_NOTEQUAL_-1207092152'), (u'LOAD_-1207091998', u'INT_SUB_-1207091879'), ('tmp_750', u'CBRANCH_-1207093094'), (u'INDIRECT_-1207081558', u'MULTIEQUAL_-1207081120'), (u'MULTIEQUAL_-1207080198', u'MULTIEQUAL_-1207080853'), ('tmp_37121', u'INT_ADD_-1207092458'), (u'MULTIEQUAL_-1207082138', u'MULTIEQUAL_-1207082114'), (u'INT_EQUAL_-1207088415', u'CBRANCH_-1207088412'), (u'CALL_-1207086407', u'INDIRECT_-1207080700'), ('tmp_37121', u'INT_ADD_-1207088733'), ('tmp_2538', u'CBRANCH_-1207091846'), (u'COPY_-1207092393', u'MULTIEQUAL_-1207083014'), (u'LOAD_-1207093512', u'INT_RIGHT_-1207093462'), (u'MULTIEQUAL_-1207081536', u'MULTIEQUAL_-1207080709'), (u'CALL_-1207087749', u'INDIRECT_-1207081618'), (u'MULTIEQUAL_-1207081170', u'MULTIEQUAL_-1207080277'), ('const-417', u'LOAD_-1207089650'), (u'MULTIEQUAL_-1207082436', u'MULTIEQUAL_-1207082328'), (u'INDIRECT_-1207081268', u'MULTIEQUAL_-1207081214'), ('const-0', u'INT_EQUAL_-1207088832'), (u'MULTIEQUAL_-1207081632', u'MULTIEQUAL_-1207081608'), (u'CALL_-1207086179', u'INDIRECT_-1207079985'), (u'CALL_-1207090944', u'INDIRECT_-1207082542'), ('const-4', u'INT_MULT_-1207088564'), (u'MULTIEQUAL_-1207086236', u'MULTIEQUAL_-1207086205'), ('const-1193933', u'COPY_-1207092945'), (u'LOAD_-1207093180', u'INT_ADD_-1207092982'), ('const-1195413', u'COPY_-1207088088'), (u'INDIRECT_-1207083607', u'MULTIEQUAL_-1207083117'), (u'CALL_-1207087526', u'INDIRECT_-1207079681'), (u'MULTIEQUAL_-1207080863', u'MULTIEQUAL_-1207080741'), ('tmp_20182', u'INT_ADD_-1207088136'), (u'CALL_-1207086179', u'INDIRECT_-1207080850'), (u'INT_OR_-1207092782', u'STORE_-1207092800'), (u'LOAD_-1207086962', u'INT_RIGHT_-1207086926'), (u'MULTIEQUAL_-1207082447', u'MULTIEQUAL_-1207080621'), (u'INDIRECT_-1207082766', u'MULTIEQUAL_-1207081731'), (u'CALL_-1207090944', u'INDIRECT_-1207083047'), (u'CALL_-1207089038', u'INDIRECT_-1207082005'), (u'CALL_-1207087436', u'INDIRECT_-1207081070'), (u'CALL_-1207089426', u'INDIRECT_-1207081415'), (u'CAST_-1207081315', u'LOAD_-1207088866'), (u'COPY_-1207079298', u'MULTIEQUAL_-1207081581'), ('const-33554432', u'INT_ADD_-1207090646'), (u'CALL_-1207088972', u'INDIRECT_-1207083204'), (u'INDIRECT_-1207081272', u'MULTIEQUAL_-1207081218'), (u'INDIRECT_-1207079939', u'MULTIEQUAL_-1207079900'), (u'CALL_-1207089038', u'INDIRECT_-1207083238'), (u'CALL_-1207088087', u'INDIRECT_-1207082169'), ('tmp_8264', u'CBRANCH_-1207086851'), ('const-1194571', u'PTRSUB_-1207091511'), (u'MULTIEQUAL_-1207082544', u'MULTIEQUAL_-1207082525'), (u'LOAD_-1207093112', u'INT_EQUAL_-1207093097'), (u'LOAD_-1207088986', u'MULTIEQUAL_-1207083996'), (u'LOAD_-1207092305', u'LOAD_-1207092282'), (u'INT_ADD_-1207093055', u'CAST_-1207082069'), (u'INDIRECT_-1207083060', u'MULTIEQUAL_-1207082983'), (u'MULTIEQUAL_-1207082618', u'MULTIEQUAL_-1207081771'), (u'INDIRECT_-1207083608', u'MULTIEQUAL_-1207081911'), (u'INT_NOTEQUAL_-1207086973', u'CBRANCH_-1207086967'), (u'CALL_-1207086395', u'INDIRECT_-1207080313'), (u'INT_ADD_-1207087141', u'CALL_-1207087131'), (u'INDIRECT_-1207082451', u'MULTIEQUAL_-1207082135'), (u'CALL_-1207090676', u'INDIRECT_-1207081397'), (u'INT_ADD_-1207087678', u'CAST_-1207079232'), (u'INDIRECT_-1207083421', u'MULTIEQUAL_-1207082983'), (u'CALL_-1207086407', u'INDIRECT_-1207079396'), (u'CALL_-1207090676', u'INDIRECT_-1207082559'), (u'CALL_-1207086179', u'INDIRECT_-1207079474'), (u'CALL_-1207088234', u'INDIRECT_-1207081634'), (u'INDIRECT_-1207080593', u'MULTIEQUAL_-1207081292'), (u'INDIRECT_-1207079681', u'MULTIEQUAL_-1207080669'), (u'CALL_-1207088234', u'INDIRECT_-1207081928'), ('const-417', u'LOAD_-1207089393'), (u'INDIRECT_-1207081009', u'MULTIEQUAL_-1207080978'), (u'MULTIEQUAL_-1207082662', u'MULTIEQUAL_-1207082618'), ('const-4', u'INT_ADD_-1207092890'), ('const-2', u'PTRADD_-1207081893'), (u'CALL_-1207090291', u'INDIRECT_-1207082850'), (u'MULTIEQUAL_-1207081970', u'MULTIEQUAL_-1207081123'), (u'COPY_-1207081711', u'MULTIEQUAL_-1207081804'), (u'INDIRECT_-1207080804', u'MULTIEQUAL_-1207080765'), (u'CALL_-1207090128', u'INDIRECT_-1207082057'), (u'INDIRECT_-1207081562', u'MULTIEQUAL_-1207081341'), (u'CALL_-1207087700', u'INDIRECT_-1207081459'), (u'INDIRECT_-1207081123', u'MULTIEQUAL_-1207081069'), (u'MULTIEQUAL_-1207081748', u'MULTIEQUAL_-1207081699'), ('const-4294967128', u'PTRSUB_-1207080123'), (u'MULTIEQUAL_-1207083178', u'INT_ADD_-1207091579'), (u'CALL_-1207087127', u'INDIRECT_-1207080515'), (u'CALL_-1207090128', u'INDIRECT_-1207082201'), ('const-32', u'INT_RIGHT_-1207082425'), (u'INDIRECT_-1207081699', u'MULTIEQUAL_-1207082233'), (u'INT_ADD_-1207086212', u'CALL_-1207086179'), (u'MULTIEQUAL_-1207081388', u'MULTIEQUAL_-1207081293'), (u'MULTIEQUAL_-1207082693', u'MULTIEQUAL_-1207082888'), (u'INDIRECT_-1207081825', u'MULTIEQUAL_-1207081522'), ('tmp_20182', u'INT_ADD_-1207087988'), ('tmp_4534', u'CBRANCH_-1207090331'), (u'CALL_-1207087749', u'INDIRECT_-1207080390'), (u'INT_LEFT_-1207093455', u'INT_AND_-1207086369'), (u'MULTIEQUAL_-1207082402', u'MULTIEQUAL_-1207082230'), (u'COPY_-1207079936', u'MULTIEQUAL_-1207084853'), (u'INDIRECT_-1207081675', u'MULTIEQUAL_-1207082374'), (u'CALL_-1207090291', u'INDIRECT_-1207082778'), (u'INDIRECT_-1207082687', u'MULTIEQUAL_-1207082251'), ('const-4293395456', u'INT_ADD_-1207091394'), (u'MULTIEQUAL_-1207081970', u'MULTIEQUAL_-1207081077'), (u'INDIRECT_-1207081705', u'MULTIEQUAL_-1207081267'), (u'CALL_-1207086407', u'INDIRECT_-1207080844'), ('tmp_10032', u'BRANCH_-1207088853'), (u'MULTIEQUAL_-1207082467', u'MULTIEQUAL_-1207081923'), (u'CALL_-1207088087', u'INDIRECT_-1207082459'), (u'CALL_-1207089038', u'INDIRECT_-1207083094'), ('const-28', u'INT_NOTEQUAL_-1207091742'), (u'CALL_-1207086465', u'INDIRECT_-1207079283'), ('const-0', u'INT_EQUAL_-1207089510'), ('const-28', u'INT_NOTEQUAL_-1207091064'), (u'LOAD_-1207088155', u'INT_EQUAL_-1207088137'), (u'CALL_-1207089038', u'INDIRECT_-1207082804'), ('const-40', u'INT_ADD_-1207086946'), (u'INDIRECT_-1207082140', u'MULTIEQUAL_-1207081653'), ('const-0', u'CALL_-1207086395'), ('const-0', u'INT_EQUAL_-1207087064'), ('const-1195321', u'COPY_-1207091379'), (u'LOAD_-1207092958', u'CAST_-1207082013'), (u'CALL_-1207086179', u'INDIRECT_-1207080129'), ('const-417', u'LOAD_-1207086962'), ('tmp_776', u'CBRANCH_-1207093076'), (u'INT_EQUAL_-1207092861', u'CBRANCH_-1207092826'), (u'INDIRECT_-1207082374', u'MULTIEQUAL_-1207081884'), (u'CALL_-1207090676', u'INDIRECT_-1207082486'), (u'MULTIEQUAL_-1207084367', u'COPY_-1207079434'), (u'INDIRECT_-1207081531', u'MULTIEQUAL_-1207082230'), (u'CAST_-1207079781', u'LOAD_-1207088869'), (u'INT_AND_-1207089348', u'INT_EQUAL_-1207089362'), (u'MULTIEQUAL_-1207082983', u'MULTIEQUAL_-1207083178'), (u'INDIRECT_-1207081801', u'MULTIEQUAL_-1207081652'), (u'CALL_-1207087678', u'INDIRECT_-1207079997'), (u'INT_XOR_-1207090859', u'INT_AND_-1207090847'), (u'LOAD_-1207091062', u'INT_ADD_-1207090826'), (u'LOAD_-1207093180', u'MULTIEQUAL_-1207083323'), (u'CALL_-1207088445', u'INDIRECT_-1207082124'), ('const-4', u'INT_NOTEQUAL_-1207088077'), (u'CALL_-1207087127', u'INDIRECT_-1207080226'), ('tmp_5766', u'CBRANCH_-1207089248'), (u'INDIRECT_-1207082235', u'MULTIEQUAL_-1207081919'), ('const-4261412864', u'INT_AND_-1207086110'), ('const-3435953', u'INT_ADD_-1207091191'), (u'INT_AND_-1207080508', u'MULTIEQUAL_-1207080361'), (u'INDIRECT_-1207081412', u'MULTIEQUAL_-1207081023'), ('const-0', u'INT_EQUAL_-1207093053'), ('const-0', u'PTRSUB_-1207082299'), ('const-4079', u'COPY_-1207090694'), (u'CALL_-1207089950', u'INDIRECT_-1207081795'), (u'INDIRECT_-1207081387', u'COPY_-1207079323'), (u'INDIRECT_-1207082285', u'MULTIEQUAL_-1207081994'), (u'INDIRECT_-1207083348', u'MULTIEQUAL_-1207082314'), (u'MULTIEQUAL_-1207083301', u'MULTIEQUAL_-1207083193'), (u'CALL_-1207088126', u'INDIRECT_-1207082780'), (u'INT_NOTEQUAL_-1207092979', u'CBRANCH_-1207092979'), (u'INDIRECT_-1207081801', u'MULTIEQUAL_-1207081642'), (u'CALL_-1207091659', u'INDIRECT_-1207082666'), (u'INDIRECT_-1207083421', u'MULTIEQUAL_-1207082387'), (u'LOAD_-1207091169', u'INT_ADD_-1207087237'), (u'COPY_-1207089847', u'MULTIEQUAL_-1207082374'), (u'MULTIEQUAL_-1207082775', u'INT_ADD_-1207090646'), (u'PTRADD_-1207089858', u'COPY_-1207080408'), (u'INDIRECT_-1207081412', u'MULTIEQUAL_-1207080925'), (u'MULTIEQUAL_-1207082580', u'MULTIEQUAL_-1207082472'), (u'INT_OR_-1207090815', u'INT_OR_-1207090812'), (u'MULTIEQUAL_-1207082447', u'MULTIEQUAL_-1207082402'), (u'MULTIEQUAL_-1207081287', u'MULTIEQUAL_-1207080445'), (u'INDIRECT_-1207081558', u'MULTIEQUAL_-1207081071'), (u'MULTIEQUAL_-1207081898', u'MULTIEQUAL_-1207081071'), (u'INT_AND_-1207086430', u'CAST_-1207082228'), (u'INDIRECT_-1207081099', u'MULTIEQUAL_-1207081798'), (u'CALL_-1207088445', u'RETURN_-1207088397'), (u'MULTIEQUAL_-1207080829', u'CAST_-1207080625'), (u'INT_RIGHT_-1207080532', u'SUBPIECE_-1207080566'), (u'INT_NOTEQUAL_-1207093215', u'CBRANCH_-1207093211'), (u'INDIRECT_-1207082235', u'MULTIEQUAL_-1207082076'), (u'LOAD_-1207088553', u'INT_REM_-1207088486'), (u'CALL_-1207091172', u'INDIRECT_-1207082491'), (u'INT_SLESS_-1207092454', u'CBRANCH_-1207092454'), ('tmp_5199', u'CBRANCH_-1207089591'), (u'MULTIEQUAL_-1207081287', u'MULTIEQUAL_-1207081277'), (u'MULTIEQUAL_-1207083267', u'MULTIEQUAL_-1207082440'), ('tmp_2844', u'CBRANCH_-1207091631'), (u'CALL_-1207089652', u'INDIRECT_-1207082523'), (u'INDIRECT_-1207082018', u'MULTIEQUAL_-1207081702'), (u'COPY_-1207090313', u'MULTIEQUAL_-1207081511'), ('const-15', u'INT_AND_-1207080346'), (u'MULTIEQUAL_-1207081932', u'MULTIEQUAL_-1207081824'), (u'CALL_-1207090128', u'INDIRECT_-1207082562'), (u'INT_EQUAL_-1207089312', u'CBRANCH_-1207089311'), ('const-4293382982', u'INT_ADD_-1207090686'), (u'CALL_-1207092030', u'INDIRECT_-1207082259'), (u'LOAD_-1207088083', u'INT_AND_-1207080293'), ('tmp_20182', u'INT_ADD_-1207091232'), (u'INT_ZEXT_-1207086300', u'MULTIEQUAL_-1207086664'), (u'MULTIEQUAL_-1207082447', u'MULTIEQUAL_-1207081604'), (u'COPY_-1207080052', u'MULTIEQUAL_-1207081581'), (u'CALL_-1207088972', u'INDIRECT_-1207081825'), (u'INT_ADD_-1207080132', u'INT_ADD_-1207088995'), ('const-0', u'CALL_-1207087700'), (u'CALL_-1207087526', u'INDIRECT_-1207081058'), (u'MULTIEQUAL_-1207081194', u'MULTIEQUAL_-1207081077'), (u'CALL_-1207087131', u'INDIRECT_-1207079819'), (u'COPY_-1207082091', u'RETURN_-1207082072'), (u'MULTIEQUAL_-1207081608', u'MULTIEQUAL_-1207080715'), (u'INDIRECT_-1207081619', u'MULTIEQUAL_-1207081596'), (u'CALL_-1207090676', u'INDIRECT_-1207082991'), (u'CALL_-1207087131', u'INDIRECT_-1207080544'), (u'CALL_-1207091659', u'INDIRECT_-1207082957'), ('const-29', u'INT_EQUAL_-1207089195'), (u'INT_ADD_-1207089970', u'CAST_-1207080323'), (u'INT_EQUAL_-1207089510', u'CBRANCH_-1207089508'), (u'INDIRECT_-1207080299', u'MULTIEQUAL_-1207080998'), (u'CALL_-1207089038', u'INDIRECT_-1207081932'), ('const-8', u'INT_MULT_-1207087066'), (u'CALL_-1207087436', u'INDIRECT_-1207080566'), (u'CALL_-1207086465', u'INDIRECT_-1207079355'), (u'INDIRECT_-1207082698', u'MULTIEQUAL_-1207082621'), (u'CALL_-1207086465', u'INDIRECT_-1207080516'), ('const-0', u'INT_NOTEQUAL_-1207088945'), ('const-8', u'INT_RIGHT_-1207090817'), ('tmp_6110', u'CBRANCH_-1207088880'), (u'INT_MULT_-1207086939', u'INT_ADD_-1207086951'), (u'CALL_-1207087700', u'INT_AND_-1207087672'), (u'MULTIEQUAL_-1207081214', u'MULTIEQUAL_-1207081170'), ('tmp_20181', u'PTRSUB_-1207079401'), (u'INDIRECT_-1207080289', u'MULTIEQUAL_-1207081083'), (u'INDIRECT_-1207081274', u'MULTIEQUAL_-1207082262'), (u'CAST_-1207082138', u'LOAD_-1207093192'), ('const-417', u'LOAD_-1207088723'), (u'MULTIEQUAL_-1207087253', u'MULTIEQUAL_-1207087478'), ('tmp_2002', u'CBRANCH_-1207092184'), (u'INDIRECT_-1207082915', u'MULTIEQUAL_-1207082838'), (u'MULTIEQUAL_-1207081575', u'MULTIEQUAL_-1207082230'), (u'INDIRECT_-1207080825', u'MULTIEQUAL_-1207081591'), (u'INT_OR_-1207090812', u'STORE_-1207090833'), (u'INDIRECT_-1207080626', u'MULTIEQUAL_-1207081614'), (u'CALL_-1207087127', u'INDIRECT_-1207079643'), (u'CAST_-1207080139', u'LOAD_-1207089503'), ('const-417', u'LOAD_-1207092136'), (u'CALL_-1207089038', u'INDIRECT_-1207083310'), ('tmp_8558', u'CBRANCH_-1207088075'), (u'INT_XOR_-1207090833', u'INT_AND_-1207090821'), (u'SUBPIECE_-1207080566', u'INT_ADD_-1207087124'), (u'CALL_-1207088081', u'INDIRECT_-1207082080'), (u'PIECE_-1207082455', u'MULTIEQUAL_-1207080829'), ('const-1', u'RETURN_-1207089955'), (u'MULTIEQUAL_-1207081753', u'MULTIEQUAL_-1207080860'), (u'CAST_-1207080680', u'COPY_-1207088175'), (u'INDIRECT_-1207081996', u'MULTIEQUAL_-1207081606'), (u'MULTIEQUAL_-1207081214', u'MULTIEQUAL_-1207081204'), ('tmp_1924', u'CBRANCH_-1207092286'), (u'MULTIEQUAL_-1207082182', u'MULTIEQUAL_-1207082377'), (u'CALL_-1207089426', u'INDIRECT_-1207081706'), (u'INDIRECT_-1207081779', u'MULTIEQUAL_-1207081292'), (u'CALL_-1207091372', u'INDIRECT_-1207081697'), (u'INDIRECT_-1207082140', u'INT_RIGHT_-1207087018'), (u'CALL_-1207092938', u'INDIRECT_-1207083084'), (u'CALL_-1207088234', u'INDIRECT_-1207081854'), ('const-417', u'LOAD_-1207092419'), (u'MULTIEQUAL_-1207081498', u'MULTIEQUAL_-1207081390'), (u'CALL_-1207092938', u'INDIRECT_-1207083011'), (u'MULTIEQUAL_-1207082210', u'MULTIEQUAL_-1207082093'), (u'CALL_-1207086465', u'MULTIEQUAL_-1207083764'), (u'INT_ADD_-1207087024', u'CAST_-1207078648'), (u'INDIRECT_-1207081516', u'MULTIEQUAL_-1207081485'), ('const-4194304000', u'INT_OR_-1207090925'), (u'MULTIEQUAL_-1207080178', u'MULTIEQUAL_-1207080853'), (u'CALL_-1207087131', u'INDIRECT_-1207080110'), ('const-417', u'LOAD_-1207090893'), (u'INT_ADD_-1207089323', u'CAST_-1207080065'), (u'CALL_-1207087127', u'INDIRECT_-1207079790'), ('tmp_8794', u'CBRANCH_-1207088044'), (u'INT_ADD_-1207091823', u'INT_LESS_-1207091798'), (u'PTRSUB_-1207080235', u'PTRADD_-1207087996'), (u'INT_AND_-1207080293', u'INT_NOTEQUAL_-1207088051'), (u'MULTIEQUAL_-1207081942', u'MULTIEQUAL_-1207081932'), (u'COPY_-1207088895', u'MULTIEQUAL_-1207083014'), (u'CALL_-1207086395', u'INDIRECT_-1207080096'), (u'CALL_-1207087131', u'INDIRECT_-1207080688'), (u'CALL_-1207091372', u'INDIRECT_-1207082135'), (u'MULTIEQUAL_-1207081023', u'MULTIEQUAL_-1207080299'), (u'SUBPIECE_-1207082459', u'INT_EQUAL_-1207089195'), (u'MULTIEQUAL_-1207082962', u'MULTIEQUAL_-1207081986'), (u'MULTIEQUAL_-1207082580', u'MULTIEQUAL_-1207082570'), (u'MULTIEQUAL_-1207081849', u'MULTIEQUAL_-1207081825'), (u'CAST_-1207079707', u'INT_EQUAL_-1207088559'), (u'MULTIEQUAL_-1207081100', u'MULTIEQUAL_-1207081071'), ('const-0', u'INT_NOTEQUAL_-1207089606'), ('const-2', u'INT_AND_-1207084083'), (u'COPY_-1207089847', u'MULTIEQUAL_-1207082472'), ('const-1', u'INT_EQUAL_-1207088947'), (u'COPY_-1207080406', u'MULTIEQUAL_-1207082184'), (u'INDIRECT_-1207082068', u'MULTIEQUAL_-1207081847'), ('const-4293396156', u'INT_ADD_-1207090099'), ('const-417', u'LOAD_-1207086846'), (u'INDIRECT_-1207083315', u'MULTIEQUAL_-1207082595'), ('const-1', u'INT_NOTEQUAL_-1207091085'), (u'MULTIEQUAL_-1207083996', u'CALL_-1207087127'), ('const-32', u'INT_AND_-1207089454'), (u'MULTIEQUAL_-1207083311', u'MULTIEQUAL_-1207083144'), (u'INT_EQUAL_-1207090335', u'CBRANCH_-1207090331'), (u'CALL_-1207090011', u'INDIRECT_-1207082027'), (u'CALL_-1207088972', u'INDIRECT_-1207082043'), ('const-2440', u'COPY_-1207088144'), (u'INDIRECT_-1207080870', u'MULTIEQUAL_-1207081664'), (u'CAST_-1207080625', u'INT_RIGHT_-1207080797'), (u'CALL_-1207088687', u'INDIRECT_-1207082861'), (u'CALL_-1207091362', u'INDIRECT_-1207082605'), (u'INDIRECT_-1207083304', u'MULTIEQUAL_-1207081879'), (u'INDIRECT_-1207082085', u'MULTIEQUAL_-1207082015'), (u'MULTIEQUAL_-1207082838', u'MULTIEQUAL_-1207082791'), (u'CALL_-1207091569', u'INDIRECT_-1207082450'), (u'INDIRECT_-1207082091', u'MULTIEQUAL_-1207081942'), ('const-308', u'CALL_-1207087131'), (u'CALL_-1207092938', u'INDIRECT_-1207083595'), ('tmp_10348', u'CBRANCH_-1207089269'), (u'COPY_-1207081727', u'MULTIEQUAL_-1207082105'), (u'INDIRECT_-1207081988', u'MULTIEQUAL_-1207082523'), ('const-4', u'PTRADD_-1207081862'), (u'MULTIEQUAL_-1207081534', u'MULTIEQUAL_-1207080810'), (u'COPY_-1207078804', u'MULTIEQUAL_-1207085068'), (u'MULTIEQUAL_-1207081244', u'MULTIEQUAL_-1207081215'), ('const-4', u'INT_RIGHT_-1207086926'), ('tmp_7534', u'BRANCH_-1207087656'), (u'CALL_-1207088081', u'INDIRECT_-1207082730'), (u'CALL_-1207089950', u'INDIRECT_-1207082012'), (u'INT_NOTEQUAL_-1207092911', u'CBRANCH_-1207092911'), (u'MULTIEQUAL_-1207081652', u'MULTIEQUAL_-1207080810'), ('const-417', u'LOAD_-1207092474'), (u'COPY_-1207089827', u'MULTIEQUAL_-1207082280'), (u'LOAD_-1207088058', u'CAST_-1207080012'), (u'INDIRECT_-1207082770', u'MULTIEQUAL_-1207082467'), ('const-0', u'INT_NOTEQUAL_-1207093031'), (u'INDIRECT_-1207080390', u'MULTIEQUAL_-1207081156'), ('const-1', u'RETURN_-1207087973'), (u'CALL_-1207090077', u'INDIRECT_-1207081227'), (u'CALL_-1207088972', u'INDIRECT_-1207083420'), (u'INDIRECT_-1207082552', u'MULTIEQUAL_-1207082475'), (u'COPY_-1207088103', u'MULTIEQUAL_-1207082662'), (u'MULTIEQUAL_-1207081681', u'MULTIEQUAL_-1207080853'), (u'INDIRECT_-1207083247', u'MULTIEQUAL_-1207083178'), ('tmp_3728', u'CBRANCH_-1207091083'), (u'CALL_-1207087227', u'INDIRECT_-1207080700'), (u'CALL_-1207088687', u'INDIRECT_-1207081844'), (u'CALL_-1207087127', u'INDIRECT_-1207081091'), (u'INDIRECT_-1207082548', u'MULTIEQUAL_-1207082110'), (u'MULTIEQUAL_-1207081681', u'MULTIEQUAL_-1207081508'), (u'CALL_-1207087436', u'INDIRECT_-1207079841'), (u'INDIRECT_-1207082479', u'MULTIEQUAL_-1207082402'), (u'MULTIEQUAL_-1207082024', u'MULTIEQUAL_-1207081902'), ('const-2', u'INT_SRIGHT_-1207090891'), (u'COPY_-1207080407', u'MULTIEQUAL_-1207083193'), (u'INDIRECT_-1207081340', u'MULTIEQUAL_-1207080902'), (u'CALL_-1207091659', u'INDIRECT_-1207083463'), (u'INT_ZEXT_-1207088922', u'MULTIEQUAL_-1207083996'), ('const-417', u'LOAD_-1207089011'), (u'MULTIEQUAL_-1207080926', u'COPY_-1207079391'), (u'INT_ADD_-1207086881', u'CAST_-1207078607'), (u'CALL_-1207092938', u'INDIRECT_-1207083378'), ('tmp_1965', u'BRANCH_-1207092246'), (u'CAST_-1207080131', u'LOAD_-1207089480'), (u'MULTIEQUAL_-1207082256', u'MULTIEQUAL_-1207081532'), (u'PTRADD_-1207089518', u'COPY_-1207080352'), (u'CAST_-1207080017', u'LOAD_-1207088076'), ('const-0', u'COPY_-1207089070'), (u'MULTIEQUAL_-1207081464', u'MULTIEQUAL_-1207081292'), (u'MULTIEQUAL_-1207082447', u'MULTIEQUAL_-1207082436'), (u'CALL_-1207086395', u'INDIRECT_-1207079735'), ('tmp_1797', u'CBRANCH_-1207092369'), ('const-28', u'INT_ADD_-1207090854'), (u'CAST_-1207081531', u'LOAD_-1207091981'), (u'INT_ADD_-1207088733', u'CAST_-1207081029'), (u'CAST_-1207078635', u'INT_NOTEQUAL_-1207086973'), (u'MULTIEQUAL_-1207082395', u'INT_ADD_-1207091153'), ('const-0', u'INT_NOTEQUAL_-1207088897'), (u'INT_SUB_-1207091112', u'CAST_-1207080913'), (u'MULTIEQUAL_-1207082791', u'MULTIEQUAL_-1207082763'), (u'INDIRECT_-1207082428', u'MULTIEQUAL_-1207082374'), (u'INDIRECT_-1207082428', u'MULTIEQUAL_-1207082374'), (u'INT_AND_-1207085340', u'INT_LEFT_-1207090949'), (u'CALL_-1207088445', u'INDIRECT_-1207081546'), (u'MULTIEQUAL_-1207081214', u'MULTIEQUAL_-1207080372'), (u'CALL_-1207088687', u'INDIRECT_-1207082499'), (u'INT_REM_-1207089241', u'INT_NOTEQUAL_-1207089255'), (u'MULTIEQUAL_-1207084301', u'COPY_-1207079341'), ('const-0', u'INT_EQUAL_-1207091963'), (u'MULTIEQUAL_-1207082662', u'MULTIEQUAL_-1207080837'), (u'CALL_-1207088687', u'INDIRECT_-1207081772'), (u'MULTIEQUAL_-1207082662', u'INT_NOTEQUAL_-1207088897'), (u'CALL_-1207088972', u'INDIRECT_-1207082405'), (u'CALL_-1207087700', u'INDIRECT_-1207080372'), (u'CALL_-1207088234', u'INDIRECT_-1207082289'), (u'INT_SEXT_-1207088041', u'MULTIEQUAL_-1207085443'), (u'INT_ZEXT_-1207092458', u'CAST_-1207080519'), (u'INT_EQUAL_-1207089342', u'CBRANCH_-1207089340'), ('const-0', u'INT_NOTEQUAL_-1207086973'), ('const-3434595', u'INT_ADD_-1207087249'), (u'INT_SUB_-1207088610', u'INT_LESS_-1207088597'), ('const-417', u'LOAD_-1207088962'), (u'CALL_-1207088111', u'INDIRECT_-1207081780'), (u'INT_EQUAL_-1207086831', u'CBRANCH_-1207086824'), (u'CALL_-1207087131', u'INDIRECT_-1207080616'), (u'MULTIEQUAL_-1207081791', u'MULTIEQUAL_-1207082446'), (u'LOAD_-1207090893', u'INT_ADD_-1207090871'), (u'INT_AND_-1207086869', u'INT_EQUAL_-1207086883'), ('const-184549376', u'INT_EQUAL_-1207093329'), (u'CALL_-1207089924', u'INDIRECT_-1207082140'), (u'MULTIEQUAL_-1207082508', u'MULTIEQUAL_-1207082498'), ('tmp_1713', u'CBRANCH_-1207092436'), (u'CALL_-1207089426', u'INDIRECT_-1207082572'), (u'CALL_-1207092030', u'INDIRECT_-1207083709'), (u'MULTIEQUAL_-1207081244', u'MULTIEQUAL_-1207081195'), ('const-0', u'PTRSUB_-1207080097'), ('const-0', u'INT_NOTEQUAL_-1207088051'), (u'MULTIEQUAL_-1207082546', u'MULTIEQUAL_-1207081653'), (u'CALL_-1207087131', u'INDIRECT_-1207080327'), (u'CALL_-1207089038', u'INDIRECT_-1207082732'), (u'MULTIEQUAL_-1207082374', u'MULTIEQUAL_-1207082364'), (u'CALL_-1207088445', u'INDIRECT_-1207082556'), (u'CALLIND_-1207088566', u'INDIRECT_-1207081746'), (u'CALL_-1207089652', u'INDIRECT_-1207082811'), (u'MULTIEQUAL_-1207081681', u'MULTIEQUAL_-1207080787'), (u'MULTIEQUAL_-1207082158', u'MULTIEQUAL_-1207080333'), (u'CALL_-1207091659', u'INDIRECT_-1207082446'), (u'CALL_-1207087131', u'INDIRECT_-1207079966'), (u'INT_ZEXT_-1207091941', u'MULTIEQUAL_-1207086664'), (u'CALL_-1207090128', u'INDIRECT_-1207082274'), (u'PTRADD_-1207089518', u'COPY_-1207080325'), (u'CALL_-1207087749', u'INDIRECT_-1207080970'), (u'INDIRECT_-1207081243', u'MULTIEQUAL_-1207081942'), (u'CALL_-1207090077', u'INDIRECT_-1207082027'), (u'INT_LEFT_-1207093455', u'INT_AND_-1207086110'), (u'LOAD_-1207092906', u'INT_EQUAL_-1207092861'), (u'INDIRECT_-1207081402', u'MULTIEQUAL_-1207082166'), (u'INDIRECT_-1207081268', u'MULTIEQUAL_-1207081047'), (u'INT_NOTEQUAL_-1207086902', u'CBRANCH_-1207086902'), (u'INDIRECT_-1207081341', u'MULTIEQUAL_-1207081120'), (u'INDIRECT_-1207080954', u'MULTIEQUAL_-1207081653'), (u'MULTIEQUAL_-1207081966', u'MULTIEQUAL_-1207082161'), (u'INT_MULT_-1207087066', u'INT_ADD_-1207087078'), ('const-0', u'INT_EQUAL_-1207086883'), (u'CALL_-1207087526', u'INDIRECT_-1207080120'), (u'INDIRECT_-1207082427', u'MULTIEQUAL_-1207082962'), ('tmp_6471', u'CBRANCH_-1207088605'), (u'CALL_-1207088972', u'INT_NOTEQUAL_-1207088945'), ('const-32', u'INT_RIGHT_-1207080797'), (u'COPY_-1207089827', u'MULTIEQUAL_-1207082230'), (u'SUBPIECE_-1207080566', u'INT_ADD_-1207087115'), (u'CALL_-1207091692', u'INDIRECT_-1207082837'), (u'INT_NOTEQUAL_-1207089484', u'CBRANCH_-1207089483'), (u'MULTIEQUAL_-1207082230', u'MULTIEQUAL_-1207082220'), (u'INDIRECT_-1207087665', u'COPY_-1207082155'), (u'CALL_-1207088234', u'INDIRECT_-1207082145'), (u'MULTIEQUAL_-1207081096', u'MULTIEQUAL_-1207080372'), (u'INDIRECT_-1207082614', u'MULTIEQUAL_-1207082910'), (u'CALL_-1207087678', u'INDIRECT_-1207080289'), (u'LOAD_-1207090917', u'INT_ADD_-1207090877'), (u'INDIRECT_-1207080979', u'MULTIEQUAL_-1207080925'), (u'MULTIEQUAL_-1207080810', u'MULTIEQUAL_-1207080781'), (u'INT_AND_-1207086939', u'INT_NOTEQUAL_-1207086952'), ('tmp_10409', u'CBRANCH_-1207089317'), (u'MULTIEQUAL_-1207082763', u'STORE_-1207090833'), (u'CALL_-1207087526', u'INDIRECT_-1207080481'), (u'INDIRECT_-1207081924', u'MULTIEQUAL_-1207081870'), (u'INDIRECT_-1207081363', u'MULTIEQUAL_-1207081047'), (u'INDIRECT_-1207083365', u'MULTIEQUAL_-1207083311'), (u'LOAD_-1207089726', u'INT_AND_-1207084602'), (u'CALL_-1207087436', u'INDIRECT_-1207080132'), (u'MULTIEQUAL_-1207081820', u'MULTIEQUAL_-1207082015'), (u'MULTIEQUAL_-1207082302', u'MULTIEQUAL_-1207080477'), (u'CALL_-1207086179', u'INDIRECT_-1207080778'), ('const-1194506', u'COPY_-1207091699'), (u'INDIRECT_-1207082687', u'MULTIEQUAL_-1207082983'), ('const-0', u'INT_EQUAL_-1207091779'), (u'INDIRECT_-1207083059', u'MULTIEQUAL_-1207082025'), (u'INT_AND_-1207080508', u'INT_NOTEQUAL_-1207088077'), (u'INT_ADD_-1207087142', u'CAST_-1207079126'), (u'CALL_-1207087678', u'INDIRECT_-1207080215'), ('const-27262976', u'INT_OR_-1207092827'), ('const-0', u'SUBPIECE_-1207087383'), (u'INT_ADD_-1207092289', u'CAST_-1207081711'), (u'INDIRECT_-1207083365', u'MULTIEQUAL_-1207083144'), (u'MULTIEQUAL_-1207081517', u'PTRADD_-1207079995'), (u'INDIRECT_-1207081598', u'MULTIEQUAL_-1207081893'), (u'CALL_-1207090128', u'INDIRECT_-1207082418'), ('tmp_4837', u'CBRANCH_-1207089804'), ('const-1707', u'CALL_-1207087227'), (u'INDIRECT_-1207081346', u'MULTIEQUAL_-1207081292'), ('const-4', u'INT_MULT_-1207092516'), ('const-8', u'INT_ADD_-1207090832'), (u'CALL_-1207088126', u'INDIRECT_-1207082852'), (u'INDIRECT_-1207081706', u'MULTIEQUAL_-1207081485'), (u'CALL_-1207090128', u'INDIRECT_-1207081473'), ('const-0', u'INT_EQUAL_-1207089529'), (u'MULTIEQUAL_-1207081726', u'MULTIEQUAL_-1207081664'), (u'CALL_-1207093551', u'INDIRECT_-1207083388'), (u'MULTIEQUAL_-1207082112', u'MULTIEQUAL_-1207082093'), (u'MULTIEQUAL_-1207081194', u'MULTIEQUAL_-1207081170'), (u'CALL_-1207087678', u'INDIRECT_-1207080942'), (u'CALL_-1207090077', u'INDIRECT_-1207082532'), (u'CALL_-1207092030', u'MULTIEQUAL_-1207086015'), (u'CALL_-1207091569', u'INDIRECT_-1207082670'), (u'COPY_-1207080560', u'INT_ADD_-1207089323'), (u'MULTIEQUAL_-1207081642', u'MULTIEQUAL_-1207081534'), (u'LOAD_-1207088804', u'INT_NOTEQUAL_-1207088664'), (u'CALL_-1207093551', u'INDIRECT_-1207084188'), (u'LOAD_-1207091981', u'INT_ADD_-1207091941'), (u'LOAD_-1207091169', u'INT_ADD_-1207087141'), (u'CALL_-1207090676', u'INDIRECT_-1207082775'), (u'INT_SUB_-1207087087', u'INT_MULT_-1207087066'), (u'SUBPIECE_-1207082459', u'INT_NOTEQUAL_-1207091742'), ('const-0', u'INT_EQUAL_-1207092437'), (u'LOAD_-1207089306', u'INT_REM_-1207089241'), (u'CALL_-1207089924', u'INDIRECT_-1207082213'), (u'LOAD_-1207092419', u'MULTIEQUAL_-1207083305'), (u'MULTIEQUAL_-1207080955', u'MULTIEQUAL_-1207080906'), (u'MULTIEQUAL_-1207081361', u'MULTIEQUAL_-1207081194'), ('tmp_1645', u'CBRANCH_-1207092486'), (u'MULTIEQUAL_-1207082220', u'COPY_-1207080264'), (u'CAST_-1207079707', u'PTRADD_-1207079937'), (u'MULTIEQUAL_-1207081204', u'MULTIEQUAL_-1207081096'), (u'INT_EQUAL_-1207090899', u'CBRANCH_-1207090898'), (u'INT_EQUAL_-1207087381', u'CBRANCH_-1207087377'), ('const-417', u'LOAD_-1207088083'), (u'INT_SUB_-1207088610', u'INT_MULT_-1207088564'), (u'INDIRECT_-1207083077', u'MULTIEQUAL_-1207083612'), (u'INDIRECT_-1207082332', u'MULTIEQUAL_-1207082029'), (u'CALL_-1207086395', u'INDIRECT_-1207080673'), (u'CALL_-1207093551', u'INDIRECT_-1207082954'), ('const-3436485', u'INT_ADD_-1207088103'), ('const-0', u'SUBPIECE_-1207085893'), (u'CALL_-1207090676', u'INDIRECT_-1207082197'), (u'INT_EQUAL_-1207093097', u'CBRANCH_-1207093094'), ('tmp_848', u'CBRANCH_-1207093025'), (u'CALL_-1207089652', u'INDIRECT_-1207082163'), (u'INT_ADD_-1207089710', u'CAST_-1207080238'), (u'CALL_-1207086395', u'INDIRECT_-1207079952'), (u'CALL_-1207089038', u'INDIRECT_-1207083454'), (u'MULTIEQUAL_-1207082184', u'MULTIEQUAL_-1207081460'), (u'MULTIEQUAL_-1207082983', u'COPY_-1207081872'), ('const-417', u'LOAD_-1207088592'), (u'CALL_-1207087526', u'INDIRECT_-1207080914'), (u'INDIRECT_-1207080732', u'MULTIEQUAL_-1207080693'), (u'INDIRECT_-1207081851', u'MULTIEQUAL_-1207081413'), (u'CAST_-1207081235', u'COPY_-1207089054'), (u'CALL_-1207088972', u'INDIRECT_-1207081898'), (u'CAST_-1207082069', u'LOAD_-1207093071'), ('const-13', u'INT_NOTEQUAL_-1207089210'), ('const-4294967295', u'COPY_-1207090985'), (u'CALL_-1207086407', u'INDIRECT_-1207080484'), ('const-4293395352', u'INT_ADD_-1207090698'), ('const-417', u'LOAD_-1207088804'), ('const-107', u'INT_LESS_-1207089745'), (u'MULTIEQUAL_-1207086243', u'INT_XOR_-1207090833'), (u'INDIRECT_-1207083461', u'MULTIEQUAL_-1207082741'), ('const-417', u'LOAD_-1207088938'), (u'LOAD_-1207088553', u'MULTIEQUAL_-1207085110'), (u'MULTIEQUAL_-1207081131', u'MULTIEQUAL_-1207081023'), (u'CALL_-1207088445', u'INDIRECT_-1207081255'), (u'INDIRECT_-1207081923', u'MULTIEQUAL_-1207081702'), (u'CALL_-1207090128', u'INDIRECT_-1207081039'), (u'CAST_-1207079105', u'LOAD_-1207087127'), (u'CALL_-1207088445', u'INDIRECT_-1207081763'), (u'INT_EQUAL_-1207089195', u'CBRANCH_-1207089192'), (u'CALL_-1207090676', u'INDIRECT_-1207081542'), (u'PTRADD_-1207089518', u'CAST_-1207078596'), (u'INDIRECT_-1207080519', u'MULTIEQUAL_-1207081218'), (u'CALL_-1207087436', u'INDIRECT_-1207080638'), ('const-0', u'INT_NOTEQUAL_-1207088881'), (u'COPY_-1207087647', u'MULTIEQUAL_-1207081517'), (u'CALL_-1207087436', u'INDIRECT_-1207079694'), (u'MULTIEQUAL_-1207083311', u'MULTIEQUAL_-1207082469'), (u'MULTIEQUAL_-1207080738', u'MULTIEQUAL_-1207080709'), (u'CALL_-1207091659', u'INDIRECT_-1207082592'), (u'MULTIEQUAL_-1207080853', u'MULTIEQUAL_-1207080791'), ('const-12', u'INT_ADD_-1207087041'), (u'MULTIEQUAL_-1207081218', u'MULTIEQUAL_-1207081156'), (u'INDIRECT_-1207081705', u'MULTIEQUAL_-1207081316'), ('const-0', u'COPY_-1207082239'), ('const-2', u'INT_AND_-1207085340'), (u'INT_LESS_-1207092360', u'CBRANCH_-1207092369'), (u'MULTIEQUAL_-1207081532', u'MULTIEQUAL_-1207081437'), (u'INDIRECT_-1207081705', u'MULTIEQUAL_-1207081414'), (u'INDIRECT_-1207082242', u'MULTIEQUAL_-1207082170'), (u'INT_ADD_-1207088578', u'INT_ADD_-1207088576'), ('const-64', u'INT_AND_-1207088868'), ('tmp_3299', u'CBRANCH_-1207090922'), (u'INDIRECT_-1207082548', u'MULTIEQUAL_-1207081514'), (u'CALL_-1207088111', u'INDIRECT_-1207081924'), (u'INDIRECT_-1207082595', u'MULTIEQUAL_-1207082280'), (u'MULTIEQUAL_-1207081652', u'MULTIEQUAL_-1207081608'), (u'CALL_-1207089950', u'INDIRECT_-1207081721'), (u'INDIRECT_-1207082097', u'MULTIEQUAL_-1207082025'), (u'INT_EQUAL_-1207089362', u'CBRANCH_-1207089359'), (u'MULTIEQUAL_-1207081316', u'MULTIEQUAL_-1207081221'), (u'MULTIEQUAL_-1207081922', u'MULTIEQUAL_-1207081898'), (u'CALL_-1207092938', u'INDIRECT_-1207083157'), (u'CALL_-1207091172', u'INDIRECT_-1207082563'), (u'CALL_-1207093551', u'CAST_-1207082286'), (u'MULTIEQUAL_-1207081361', u'MULTIEQUAL_-1207081351'), (u'LOAD_-1207087787', u'INT_EQUAL_-1207087769'), ('const-417', u'LOAD_-1207087127'), (u'INT_ADD_-1207091579', u'CAST_-1207081281'), (u'INT_ADD_-1207088946', u'CAST_-1207079823'), (u'INDIRECT_-1207081598', u'MULTIEQUAL_-1207081162'), (u'MULTIEQUAL_-1207081719', u'MULTIEQUAL_-1207082374'), ('tmp_7841', u'CBRANCH_-1207087644'), (u'INT_ADD_-1207093531', u'MULTIEQUAL_-1207083396'), (u'MULTIEQUAL_-1207081431', u'COPY_-1207079416'), (u'INT_RIGHT_-1207093462', u'INT_OR_-1207093461'), (u'MULTIEQUAL_-1207082402', u'MULTIEQUAL_-1207081509'), (u'MULTIEQUAL_-1207082474', u'MULTIEQUAL_-1207081581'), (u'MULTIEQUAL_-1207081317', u'MULTIEQUAL_-1207081145'), (u'INDIRECT_-1207082356', u'MULTIEQUAL_-1207082302'), (u'INDIRECT_-1207082356', u'MULTIEQUAL_-1207082302'), ('const-27', u'INT_NOTEQUAL_-1207093251'), (u'INDIRECT_-1207081195', u'MULTIEQUAL_-1207081141'), (u'INDIRECT_-1207083204', u'MULTIEQUAL_-1207082719'), (u'INT_ADD_-1207087988', u'CAST_-1207080583'), (u'INT_ADD_-1207087237', u'CALL_-1207087227'), (u'CALL_-1207090944', u'INDIRECT_-1207082687'), (u'CALL_-1207088687', u'INDIRECT_-1207082716'), (u'MULTIEQUAL_-1207082004', u'MULTIEQUAL_-1207081994'), (u'MULTIEQUAL_-1207082475', u'MULTIEQUAL_-1207082670'), (u'MULTIEQUAL_-1207081460', u'MULTIEQUAL_-1207081431'), (u'INT_ADD_-1207091153', u'CAST_-1207080941'), (u'CALL_-1207090676', u'INDIRECT_-1207082051'), ('const-0', u'INT_NOTEQUAL_-1207088967'), (u'INDIRECT_-1207087665', u'LOAD_-1207093512'), (u'MULTIEQUAL_-1207081627', u'MULTIEQUAL_-1207082302'), (u'CALL_-1207091362', u'INDIRECT_-1207081734'), (u'CALL_-1207087127', u'INDIRECT_-1207080154'), (u'CALL_-1207087678', u'INDIRECT_-1207081158'), ('const-16711680', u'INT_AND_-1207092788'), (u'INDIRECT_-1207082840', u'MULTIEQUAL_-1207081806'), ('tmp_3218', u'CBRANCH_-1207090997'), (u'COPY_-1207080560', u'INT_ADD_-1207089487'), (u'CALL_-1207091659', u'INDIRECT_-1207082739'), (u'CALL_-1207087436', u'INDIRECT_-1207080854'), (u'LOAD_-1207089544', u'INT_EQUAL_-1207089529'), (u'INT_ADD_-1207091982', u'CAST_-1207081541'), (u'INT_LESS_-1207088597', u'CBRANCH_-1207088605'), (u'CALL_-1207090077', u'INDIRECT_-1207081443'), ('const-417', u'LOAD_-1207089480'), (u'INDIRECT_-1207082106', u'MULTIEQUAL_-1207081670'), (u'CALL_-1207091172', u'INDIRECT_-1207082707'), (u'CALL_-1207090944', u'INDIRECT_-1207081598'), ('const-4293382982', u'INT_ADD_-1207091579'), (u'CAST_-1207082056', u'INT_ADD_-1207093031'), (u'INDIRECT_-1207082187', u'MULTIEQUAL_-1207081884'), (u'INDIRECT_-1207081779', u'MULTIEQUAL_-1207081558'), ('const-0', u'RETURN_-1207092745'), (u'INT_NOTEQUAL_-1207092187', u'CBRANCH_-1207092184'), (u'INT_NOTEQUAL_-1207087722', u'CBRANCH_-1207087722'), ('const-3434167', u'INT_ADD_-1207087153'), (u'INT_AND_-1207090818', u'INT_LEFT_-1207090815'), (u'INT_OR_-1207090818', u'INT_OR_-1207090815'), (u'CALL_-1207089960', u'INDIRECT_-1207081852'), (u'INT_ADD_-1207093164', u'CAST_-1207082125'), (u'CAST_-1207079996', u'LOAD_-1207088083'), (u'INDIRECT_-1207081014', u'MULTIEQUAL_-1207081808'), (u'CALL_-1207086179', u'INDIRECT_-1207080418'), (u'MULTIEQUAL_-1207085443', u'CALL_-1207089652'), (u'CALL_-1207092030', u'INT_ADD_-1207091982'), (u'INT_EQUAL_-1207087064', u'CBRANCH_-1207087062'), (u'CALL_-1207089924', u'INDIRECT_-1207082501'), ('const-0', u'INT_EQUAL_-1207092004'), (u'CALL_-1207087700', u'INDIRECT_-1207081027'), (u'CALL_-1207087678', u'INDIRECT_-1207081302'), ('const-12', u'INT_ADD_-1207089323'), ('tmp_37119', u'INT_ADD_-1207091131'), ('const-2', u'PTRADD_-1207079977'), (u'MULTIEQUAL_-1207080270', u'MULTIEQUAL_-1207080925'), (u'MULTIEQUAL_-1207081243', u'MULTIEQUAL_-1207081224'), ('const-24', u'INT_ADD_-1207089733'), (u'CALL_-1207090944', u'INDIRECT_-1207082032'), (u'CALL_-1207091659', u'INDIRECT_-1207082085'), (u'PTRADD_-1207081836', u'LOAD_-1207089306'), (u'CALL_-1207087678', u'INDIRECT_-1207081086'), (u'CALL_-1207088087', u'MULTIEQUAL_-1207086015'), (u'CALL_-1207089960', u'INDIRECT_-1207081559'), ('const-16711680', u'INT_AND_-1207090821'), ('const-417', u'LOAD_-1207092424'), (u'INDIRECT_-1207083460', u'MULTIEQUAL_-1207083144'), (u'MULTIEQUAL_-1207082240', u'MULTIEQUAL_-1207082118'), ('const-1195512', u'COPY_-1207090018'), (u'LOAD_-1207088865', u'CAST_-1207081334'), (u'CALL_-1207089652', u'INDIRECT_-1207082307'), (u'CAST_-1207080737', u'LOAD_-1207090868'), (u'CALL_-1207088972', u'INDIRECT_-1207081971'), ('const-417', u'LOAD_-1207092282'), (u'CALL_-1207089038', u'INDIRECT_-1207082660'), (u'INDIRECT_-1207082140', u'MULTIEQUAL_-1207081702'), (u'MULTIEQUAL_-1207082230', u'MULTIEQUAL_-1207082186'), (u'MULTIEQUAL_-1207080951', u'MULTIEQUAL_-1207080227'), (u'MULTIEQUAL_-1207083033', u'CALL_-1207087526'), (u'MULTIEQUAL_-1207082302', u'MULTIEQUAL_-1207082135'), (u'MULTIEQUAL_-1207080978', u'MULTIEQUAL_-1207081653'), (u'MULTIEQUAL_-1207080445', u'MULTIEQUAL_-1207080350'), ('const-13', u'INT_EQUAL_-1207092861'), (u'INDIRECT_-1207083099', u'MULTIEQUAL_-1207082379'), (u'INDIRECT_-1207081742', u'INT_EQUAL_-1207090923'), (u'CALL_-1207086465', u'INDIRECT_-1207080804'), (u'CALL_-1207086179', u'INDIRECT_-1207079912'), (u'CALL_-1207091372', u'INDIRECT_-1207082569'), (u'CALL_-1207087127', u'INDIRECT_-1207080081'), (u'INT_ADD_-1207089227', u'CAST_-1207080034'), (u'LOAD_-1207088728', u'CAST_-1207079716'), ('const-124', u'INT_ADD_-1207092074'), (u'LOAD_-1207091147', u'INT_SUB_-1207091112'), (u'MULTIEQUAL_-1207082472', u'MULTIEQUAL_-1207081748'), (u'CALL_-1207088445', u'INDIRECT_-1207081035'), (u'COPY_-1207080560', u'INT_ADD_-1207087041'), (u'INT_ADD_-1207087153', u'CALL_-1207087131'), (u'PTRSUB_-1207079401', u'CALL_-1207088445'), ('const-44', u'INT_ADD_-1207086881'), (u'CAST_-1207081768', u'LOAD_-1207092424'), (u'CALL_-1207090011', u'INDIRECT_-1207082676'), ('const-0', u'COPY_-1207091724'), (u'MULTIEQUAL_-1207081287', u'MULTIEQUAL_-1207079462'), (u'INDIRECT_-1207081363', u'MULTIEQUAL_-1207081204'), (u'CALL_-1207089924', u'INDIRECT_-1207082573'), (u'CALL_-1207091692', u'INDIRECT_-1207083559'), ('const-1', u'INT_AND_-1207087672'), ('const-0', u'INT_NOTEQUAL_-1207089484'), (u'LOAD_-1207088804', u'INT_REM_-1207088742'), (u'MULTIEQUAL_-1207082138', u'MULTIEQUAL_-1207082021'), (u'LOAD_-1207089573', u'INT_ADD_-1207089552'), (u'CALL_-1207088972', u'INDIRECT_-1207083276'), (u'CALL_-1207091569', u'INDIRECT_-1207083322'), ('const-40', u'INT_ADD_-1207087678'), (u'CALL_-1207090077', u'INDIRECT_-1207081371'), (u'MULTIEQUAL_-1207082148', u'MULTIEQUAL_-1207082040'), (u'CALL_-1207086407', u'INDIRECT_-1207080051'), (u'INT_LEFT_-1207093455', u'INT_NOTEQUAL_-1207089286'), (u'INDIRECT_-1207083059', u'MULTIEQUAL_-1207082621'), ('const-4294967295', u'COPY_-1207089847'), (u'CALL_-1207086395', u'INDIRECT_-1207080529'), ('const-417', u'LOAD_-1207088749'), (u'CALL_-1207091692', u'INDIRECT_-1207082763'), (u'CALL_-1207090676', u'INDIRECT_-1207082342'), (u'LOAD_-1207088869', u'CAST_-1207079776'), (u'CALL_-1207087436', u'INDIRECT_-1207080710'), (u'INT_ADD_-1207091034', u'MULTIEQUAL_-1207086236'), (u'MULTIEQUAL_-1207080781', u'MULTIEQUAL_-1207081436'), (u'INT_AND_-1207087540', u'CALL_-1207087526'), (u'CALL_-1207088087', u'INDIRECT_-1207082025'), ('tmp_3696', u'CBRANCH_-1207091104'), (u'CALL_-1207089426', u'INDIRECT_-1207081268'), (u'MULTIEQUAL_-1207080250', u'MULTIEQUAL_-1207080925'), ('const-417', u'LOAD_-1207087149'), (u'COPY_-1207081808', u'MULTIEQUAL_-1207086724'), ('const-33554432', u'INT_ADD_-1207091823'), ('const-4088', u'COPY_-1207091587'), (u'CALL_-1207089924', u'INDIRECT_-1207082068'), (u'CALL_-1207088972', u'MULTIEQUAL_-1207086389'), ('const-417', u'LOAD_-1207092312'), (u'INDIRECT_-1207082158', u'MULTIEQUAL_-1207082088'), ('tmp_37121', u'INT_ADD_-1207092408'), (u'CAST_-1207078593', u'LOAD_-1207086870'), (u'LOAD_-1207092906', u'INT_SUB_-1207092883'), ('const-417', u'LOAD_-1207090842'), (u'CALL_-1207090291', u'INDIRECT_-1207082490'), (u'CALL_-1207091372', u'INDIRECT_-1207081844'), (u'INT_AND_-1207084083', u'INT_NOTEQUAL_-1207088918'), (u'MULTIEQUAL_-1207081411', u'MULTIEQUAL_-1207082086'), ('const-417', u'LOAD_-1207092050'), (u'COPY_-1207090327', u'MULTIEQUAL_-1207081584'), (u'LOAD_-1207092090', u'MULTIEQUAL_-1207086048'), (u'CALL_-1207086179', u'INDIRECT_-1207080562'), (u'CALL_-1207088081', u'INDIRECT_-1207082586'), (u'MULTIEQUAL_-1207082096', u'MULTIEQUAL_-1207081974'), ('const-417', u'LOAD_-1207086895'), (u'MULTIEQUAL_-1207084394', u'MULTIEQUAL_-1207084367'), ('const-0', u'RETURN_-1207082072'), (u'CALL_-1207093551', u'INDIRECT_-1207083315'), (u'INT_NOTEQUAL_-1207087661', u'CBRANCH_-1207087660'), (u'INDIRECT_-1207082357', u'MULTIEQUAL_-1207081919'), (u'CAST_-1207082228', u'INT_EQUAL_-1207093369'), (u'CALL_-1207086395', u'INDIRECT_-1207079588'), (u'INDIRECT_-1207081583', u'MULTIEQUAL_-1207081424'), (u'CALL_-1207090077', u'INDIRECT_-1207081736'), (u'INDIRECT_-1207082043', u'MULTIEQUAL_-1207081966'), ('const-0', u'INT_EQUAL_-1207089550'), (u'INDIRECT_-1207081731', u'MULTIEQUAL_-1207081658'), (u'INT_OR_-1207093455', u'CAST_-1207080344'), (u'MULTIEQUAL_-1207082040', u'MULTIEQUAL_-1207082021'), (u'CALL_-1207090011', u'INDIRECT_-1207081663'), (u'MULTIEQUAL_-1207082042', u'MULTIEQUAL_-1207081870'), (u'COPY_-1207082172', u'MULTIEQUAL_-1207082103'), (u'CALL_-1207091692', u'INDIRECT_-1207083631'), (u'INT_ADD_-1207089487', u'CAST_-1207080139'), (u'INDIRECT_-1207081632', u'MULTIEQUAL_-1207081341'), (u'INDIRECT_-1207082687', u'INT_ADD_-1207090698'), ('const-0', u'SUBPIECE_-1207082458'), (u'CALL_-1207087978', u'INDIRECT_-1207082402'), ('const-417', u'LOAD_-1207086965'), (u'LOAD_-1207087401', u'INT_ADD_-1207087379'), (u'LOAD_-1207092090', u'INT_EQUAL_-1207092072'), (u'MULTIEQUAL_-1207081508', u'MULTIEQUAL_-1207080666'), (u'INT_EQUAL_-1207092004', u'CBRANCH_-1207092003'), (u'MULTIEQUAL_-1207081243', u'MULTIEQUAL_-1207081071'), (u'MULTIEQUAL_-1207081243', u'MULTIEQUAL_-1207080350'), (u'MULTIEQUAL_-1207081267', u'MULTIEQUAL_-1207081243'), (u'LOAD_-1207087040', u'MULTIEQUAL_-1207084265'), ('tmp_444', u'CBRANCH_-1207093307'), (u'LOAD_-1207087572', u'INT_AND_-1207087540'), (u'MULTIEQUAL_-1207082983', u'INT_LESS_-1207092360'), (u'CAST_-1207082125', u'LOAD_-1207093180'), (u'CALL_-1207091362', u'INDIRECT_-1207082172'), (u'INDIRECT_-1207081742', u'INT_ADD_-1207090901'), (u'INT_ADD_-1207089552', u'CAST_-1207080169'), (u'CALL_-1207087227', u'INDIRECT_-1207079685'), (u'MULTIEQUAL_-1207080299', u'MULTIEQUAL_-1207080270'), (u'CALL_-1207087749', u'INDIRECT_-1207081546'), (u'CALL_-1207086407', u'INDIRECT_-1207080412'), (u'LOAD_-1207088592', u'PTRADD_-1207088518'), (u'CAST_-1207080563', u'COPY_-1207080704'), (u'CALL_-1207087131', u'INDIRECT_-1207080038'), ('const-40', u'INT_NOTEQUAL_-1207093120'), (u'LOAD_-1207092346', u'MULTIEQUAL_-1207082523'), ('const-417', u'LOAD_-1207091147'), (u'MULTIEQUAL_-1207082148', u'MULTIEQUAL_-1207082138'), (u'CALL_-1207087127', u'INDIRECT_-1207080371'), (u'LOAD_-1207091169', u'COPY_-1207080505'), (u'MULTIEQUAL_-1207082210', u'MULTIEQUAL_-1207082186'), (u'INT_AND_-1207092506', u'MULTIEQUAL_-1207082524'), (u'INDIRECT_-1207082687', u'INT_ADD_-1207090313'), ('const-3', u'PTRADD_-1207081909'), ('const-42', u'INT_ADD_-1207088067'), (u'MULTIEQUAL_-1207081214', u'MULTIEQUAL_-1207081047'), (u'MULTIEQUAL_-1207082426', u'MULTIEQUAL_-1207082402'), (u'CALL_-1207088445', u'INDIRECT_-1207082412'), (u'CALL_-1207086407', u'INDIRECT_-1207079762'), (u'CALL_-1207086465', u'INDIRECT_-1207080372'), (u'CALL_-1207088087', u'INDIRECT_-1207082097'), (u'MULTIEQUAL_-1207082328', u'MULTIEQUAL_-1207082523'), (u'MULTIEQUAL_-1207082498', u'MULTIEQUAL_-1207082474'), (u'CALL_-1207087227', u'INDIRECT_-1207080916'), (u'CALL_-1207093551', u'INDIRECT_-1207083461'), (u'INT_AND_-1207093464', u'INT_RIGHT_-1207093460'), (u'CALL_-1207091569', u'INDIRECT_-1207082016'), (u'INDIRECT_-1207081772', u'MULTIEQUAL_-1207082306'), (u'INDIRECT_-1207081810', u'MULTIEQUAL_-1207081779'), (u'CAST_-1207082105', u'LOAD_-1207093142'), (u'PTRADD_-1207081909', u'LOAD_-1207092346'), (u'COPY_-1207079341', u'MULTIEQUAL_-1207085021'), (u'INDIRECT_-1207080797', u'MULTIEQUAL_-1207081591'), (u'INDIRECT_-1207081959', u'MULTIEQUAL_-1207081523'), (u'INDIRECT_-1207082379', u'MULTIEQUAL_-1207082063'), (u'MULTIEQUAL_-1207081715', u'MULTIEQUAL_-1207081606'), (u'INDIRECT_-1207082840', u'MULTIEQUAL_-1207082402'), (u'MULTIEQUAL_-1207081083', u'MULTIEQUAL_-1207080961'), (u'CALL_-1207087749', u'INT_AND_-1207083340'), (u'INDIRECT_-1207080025', u'MULTIEQUAL_-1207080791'), (u'CALL_-1207088234', u'INDIRECT_-1207082072'), (u'INT_EQUAL_-1207086852', u'CBRANCH_-1207086851'), ('const-8', u'INT_ADD_-1207093055'), (u'CALL_-1207090291', u'INDIRECT_-1207082200'), (u'INT_ADD_-1207080440', u'PTRADD_-1207089518'), (u'MULTIEQUAL_-1207081388', u'MULTIEQUAL_-1207081339'), (u'CALL_-1207087131', u'INDIRECT_-1207079892'), (u'INT_AND_-1207089242', u'CAST_-1207080046'), (u'MULTIEQUAL_-1207082256', u'MULTIEQUAL_-1207082237'), ('const-8', u'INT_AND_-1207088818'), (u'INDIRECT_-1207083461', u'COPY_-1207081819'), (u'CALL_-1207090077', u'INDIRECT_-1207081954'), (u'CALL_-1207087227', u'INDIRECT_-1207079906'), (u'CALL_-1207092030', u'INDIRECT_-1207083565'), (u'MULTIEQUAL_-1207081141', u'MULTIEQUAL_-1207079316'), (u'CALL_-1207089924', u'INDIRECT_-1207085762'), ('const-15', u'INT_AND_-1207079536'), (u'INDIRECT_-1207080536', u'MULTIEQUAL_-1207081302'), (u'MULTIEQUAL_-1207081581', u'CALL_-1207087749'), (u'LOAD_-1207089333', u'INT_RIGHT_-1207089279'), (u'MULTIEQUAL_-1207081424', u'MULTIEQUAL_-1207081316'), (u'INT_ZEXT_-1207086739', u'MULTIEQUAL_-1207086664'), (u'CALL_-1207089652', u'INDIRECT_-1207082595'), (u'CALL_-1207090291', u'INDIRECT_-1207081835'), (u'CAST_-1207079112', u'LOAD_-1207087140'), (u'LOAD_-1207089011', u'CALL_-1207087131'), ('const-0', u'INT_NOTEQUAL_-1207092286'), (u'CALL_-1207086465', u'INDIRECT_-1207080732'), (u'MULTIEQUAL_-1207082186', u'MULTIEQUAL_-1207081293'), ('const-0', u'INT_NOTEQUAL_-1207088918'), (u'CALL_-1207090011', u'INDIRECT_-1207081516'), (u'INDIRECT_-1207082666', u'MULTIEQUAL_-1207082597'), ('const-2', u'INT_SUB_-1207089763'), ('tmp_6347', u'BRANCH_-1207088716'), ('const-0', u'COPY_-1207087755'), (u'CALL_-1207092030', u'INDIRECT_-1207082840'), (u'MULTIEQUAL_-1207082220', u'COPY_-1207080266'), (u'LOAD_-1207089650', u'INT_AND_-1207080508'), (u'INDIRECT_-1207081340', u'MULTIEQUAL_-1207081049'), (u'COPY_-1207080095', u'MULTIEQUAL_-1207085021'), (u'INDIRECT_-1207081436', u'MULTIEQUAL_-1207081120'), (u'MULTIEQUAL_-1207081141', u'MULTIEQUAL_-1207081131'), ('const-417', u'LOAD_-1207092090'), ('tmp_20181', u'PTRSUB_-1207080123'), (u'INDIRECT_-1207081780', u'MULTIEQUAL_-1207081726'), (u'MULTIEQUAL_-1207082387', u'INT_ADD_-1207091384'), (u'LOAD_-1207088576', u'CAST_-1207079707'), ('const-1', u'PTRADD_-1207087996'), (u'CALL_-1207086179', u'INDIRECT_-1207080346'), (u'INDIRECT_-1207082861', u'MULTIEQUAL_-1207083396'), (u'MULTIEQUAL_-1207082323', u'MULTIEQUAL_-1207081779'), (u'MULTIEQUAL_-1207082258', u'MULTIEQUAL_-1207082086'), (u'INDIRECT_-1207083461', u'MULTIEQUAL_-1207081764'), (u'CALL_-1207090077', u'INDIRECT_-1207082676'), (u'CALL_-1207088445', u'INDIRECT_-1207082340'), (u'LOAD_-1207091981', u'INT_ADD_-1207091852'), (u'CALL_-1207087436', u'INDIRECT_-1207079914'), (u'CALL_-1207087227', u'INDIRECT_-1207080556'), (u'CALL_-1207092938', u'INDIRECT_-1207084100'), (u'COPY_-1207081728', u'MULTIEQUAL_-1207082178'), ('const-3', u'PTRADD_-1207079989'), (u'MULTIEQUAL_-1207083311', u'MULTIEQUAL_-1207083267'), (u'MULTIEQUAL_-1207082474', u'MULTIEQUAL_-1207082302'), (u'MULTIEQUAL_-1207081676', u'MULTIEQUAL_-1207081627'), (u'INDIRECT_-1207082230', u'MULTIEQUAL_-1207082161'), (u'CALL_-1207091659', u'INDIRECT_-1207083174'), ('tmp_37119', u'INT_ADD_-1207091140'), (u'CALL_-1207086407', u'INDIRECT_-1207079543'), (u'MULTIEQUAL_-1207081169', u'MULTIEQUAL_-1207080445'), (u'INDIRECT_-1207082068', u'MULTIEQUAL_-1207081581'), (u'INDIRECT_-1207081114', u'MULTIEQUAL_-1207081880'), (u'MULTIEQUAL_-1207082230', u'MULTIEQUAL_-1207082063'), (u'MULTIEQUAL_-1207082374', u'MULTIEQUAL_-1207082330')]
null
null
001236c0
x86
O3
(translation_unit "uint FUN_001236c0(int param_1,int param_2,int param_3,int param_4,int param_5,uint param_6,\n undefined4 param_7)\n\n{\n byte bVar1;\n int *piVar2;\n char cVar3;\n byte bVar4;\n uint uVar5;\n int iVar6;\n uint uVar7;\n undefined4 *puVar8;\n int iVar9;\n uint *extraout_ECX;\n uint *puVar10;\n undefined4 extraout_ECX_00;\n uint uVar11;\n int iVar12;\n uint uVar13;\n int *piVar14;\n int unaff_EDI;\n uint uVar15;\n byte *pbVar16;\n byte *pbVar17;\n int *piVar18;\n bool bVar19;\n bool bVar20;\n undefined8 uVar21;\n undefined8 uVar22;\n undefined4 uVar23;\n bool bStack_b8;\n uint *puStack_b4;\n uint auStack_a8 [10];\n undefined *puStack_80;\n uint *local_7c;\n int iStack_78;\n uint uStack_74;\n uint *puStack_70;\n uint uStack_68;\n int local_64;\n uint local_60;\n uint *local_5c;\n uint local_58;\n int *local_54;\n int local_50;\n uint local_4c;\n uint local_48;\n uint local_44;\n uint local_40;\n int local_3c;\n uint *local_38;\n uint local_34;\n int local_30;\n int local_2c;\n int local_28;\n int local_24;\n uint local_20;\n \n uVar21 = FUN_00074f0a();\n local_50 = (int)((ulonglong)uVar21 >> 0x20);\n uVar22 = CONCAT44(local_50,local_3c);\n iVar9 = (int)uVar21;\n local_64 = unaff_EDI + 0x4c6939;\n uVar15 = *extraout_ECX;\n uVar7 = uVar15 >> 0x18 | (uVar15 & 0xff0000) >> 8 | (uVar15 & 0xff00) << 8;\n uVar15 = uVar15 << 0x18;\n uVar5 = uVar7 | uVar15;\n if (uVar15 >> 0x1c == 0xf) {\n bVar19 = false;\n puVar10 = extraout_ECX;\nLAB_00123812:\n if (iVar9 == 0x1c) {\n if ((uVar15 != 0xeb000000) && ((uVar15 & 0xfe000000) != 0xfa000000)) {\n return 2;\n }\n }\n else {\n bVar20 = false;\n if (iVar9 == 0x1d) goto LAB_0012385b;\nLAB_0012372e:\n if ((iVar9 != 0x1b) && (iVar9 != 0xf)) {\n uStack_74 = unaff_EDI + 0x346cd1;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0xfba;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123d78;\n puStack_70 = puVar10;\n FUN_002446e0();\n }\n if ((uVar15 & 0xe000000) != 0xa000000) {\n return 2;\n }\n }\n }\n else {\n puVar10 = (uint *)(uVar15 & 0xf000000);\n bVar19 = puVar10 == (uint *)0xa000000;\n if (uVar15 >> 0x1c == 0xe) goto LAB_00123812;\n bVar20 = puVar10 == (uint *)0xb000000;\n if (iVar9 == 0x1c) {\n return 2;\n }\n if (iVar9 != 0x1d) goto LAB_0012372e;\nLAB_0012385b:\n if ((!bVar19) && (!bVar20)) {\n return 2;\n }\n }\n local_54 = (int *)((int)&DWORD_004c7100 + unaff_EDI + 1);\n local_60 = *(uint *)(*local_54 + 0xc);\n if (local_60 == 0) {\n puStack_70 = (uint *)0x123d3e;\n iVar6 = FUN_0010d780();\n goto LAB_00123d3e;\n }\n if ((*(int *)(*(int *)(local_60 + 4) + 8) != 0x28) ||\n (*(char *)(*(int *)(local_60 + 4) + 4) == '\0')) {\n puStack_70 = (uint *)param_7;\n uStack_74 = unaff_EDI + 0x346d6d;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0x988;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123d1c;\n FUN_002446e0();\n }\n local_5c = extraout_ECX;\n if ((char)param_7 != '\0') {\n puStack_70 = *(uint **)(*local_54 + 8);\n if (puStack_70 == (uint *)0x0) {\n uStack_74 = unaff_EDI + 0x346db1;\n local_7c = (uint *)(unaff_EDI + 0x324ba6);\n iStack_78 = 0x5c;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123dd1;\n FUN_002446e0();\n }\n if (*(char *)((int)puStack_70 + 0x318d) != '\0') {\n uStack_74 = unaff_EDI + 0x346cd1;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0xfc5;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123db7;\n FUN_002446e0();\n }\n puVar8 = *(undefined4 **)(local_60 + 0x7c);\n if (puVar8 != (undefined4 *)0x0) {\n iStack_78 = 6;\n local_7c = (uint *)*puVar8;\n puStack_80 = (undefined *)0x1237cd;\n iVar6 = FUN_00225490();\n if (iVar6 != 0) {\n if ((*(int *)(iVar6 + 4) - 8U < 3) ||\n (uVar7 = uVar15 & 0xf0000000 | 0x1a00000, *(int *)(iVar6 + 4) == 0xd)) {\n uVar7 = uVar15 & 0xf0000000 | 0x320f000;\n }\n *local_5c = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8;\n return 0;\n }\n goto LAB_00123d3e;\n }\n goto LAB_00123d1c;\n }\n local_44 = uVar5 * 4 & 0x3ffffff;\n if ((uVar5 * 4 & 0x2000000) == 0) {\n bVar4 = *(byte *)(param_4 + 0xb);\n if (-1 < (char)bVar4) goto LAB_001238a2;\nLAB_00123a6e:\n iVar6 = local_44 + *(int *)(param_4 + 0xc);\n local_4c = local_44;\n }\n else {\n local_44 = local_44 + 0xfc000000;\n bVar4 = *(byte *)(param_4 + 0xb);\n if ((char)bVar4 < '\0') goto LAB_00123a6e;\nLAB_001238a2:\n local_4c = local_44;\n if ((bVar4 & 8) == 0) {\n uStack_74 = unaff_EDI + 0x346fc5;\n local_7c = (uint *)(unaff_EDI + 0x329cbe);\n iStack_78 = 0x6ab;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123d95;\n puStack_70 = (uint *)(uint)bVar4;\n FUN_002446e0();\n }\n local_7c = *(uint **)(param_4 + 0xc);\n local_58 = *local_7c;\n local_48 = local_44;\n if (local_44 < 0xffffff00) {\n local_58 = local_58 + local_44;\n local_48 = 0;\n }\n local_34 = local_7c[3];\n piVar18 = *(int **)(local_7c[2] + (local_58 % local_34) * 4);\n local_38 = local_7c;\n if (piVar18 != (int *)0x0) {\n uVar15 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, local_40 = uVar5, local_3c = iVar9, local_58 != uVar15) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar15 = piVar2[1], piVar18 = piVar14, local_58 % local_34 != uVar15 % local_34))\n goto LAB_00123b80;\n }\n if (*piVar18 != 0) {\n iVar6 = local_48 + *(int *)(*piVar18 + 8);\n uVar22 = uVar21;\n goto LAB_0012394e;\n }\n }\nLAB_00123b80:\n puStack_70 = (uint *)local_58;\n local_58 = *(uint *)(param_4 + 8);\n uStack_74 = local_58 & 0x7ffffff;\n iStack_78 = param_2;\n puStack_80 = (undefined *)0x123ba9;\n iVar6 = FUN_00318cf0();\n uVar22 = CONCAT44(local_50,local_3c);\n iVar6 = local_48 + iVar6;\n }\nLAB_0012394e:\n local_50 = (int)((ulonglong)uVar22 >> 0x20);\n local_3c = (int)uVar22;\n uVar15 = iVar6 - param_5;\n puVar8 = *(undefined4 **)(local_60 + 0x7c);\n local_58 = uVar15;\n if (puVar8 == (undefined4 *)0x0) {\nLAB_00123d1c:\n local_50 = (int)((ulonglong)uVar22 >> 0x20);\n local_3c = (int)uVar22;\n uStack_74 = local_64 + -0x17fc00;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xb6a;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123d39;\n puStack_70 = puVar8;\n FUN_002446e0();\n }\n iStack_78 = 6;\n local_7c = (uint *)*puVar8;\n puStack_80 = (undefined *)0x123978;\n iVar6 = FUN_00225490();\n if (iVar6 == 0) {\nLAB_00123d3e:\n uStack_74 = local_64 + -0x17fc00;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xb6d;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123d5b;\n puStack_70 = (uint *)iVar6;\n FUN_002446e0();\n }\n uVar11 = *(uint *)(iVar6 + 4);\n iVar6 = *(int *)(*local_54 + 8);\n if (iVar6 == 0) {\n /* WARNING: Subroutine does not return */\n puStack_70 = (uint *)0x123d9a;\n FUN_0010cb20();\n }\n uVar13 = (uint)*(byte *)(iVar6 + 0x1579);\n if (*(byte *)(iVar6 + 0x1579) == 0) {\n uVar13 = (uint)(2 < uVar11);\n }\n else if ((uVar11 & 0xfffffffd) != 8) {\n uVar13 = (uint)(uVar11 - 0xb < 3);\n }\n if (*(char *)(iVar6 + 0x318d) != '\0') goto LAB_00123af0;\n uVar15 = uVar15 + 0x2000000;\n if (uVar15 < 0x4000000) {\n if (param_6 == 0) goto LAB_00123b38;\n if (((char)uVar13 != '\x01') || (iVar9 != 0x1c)) {\n uStack_74 = 0;\n iStack_78 = param_2;\n local_7c = (uint *)param_4;\n puStack_80 = (undefined *)0x123a0a;\n FUN_000a90f0();\n local_7c = (uint *)0x1;\n puStack_80 = (undefined *)0x123a21;\n iVar6 = FUN_00113410();\n if (iVar6 == 0) goto LAB_00123a2c;\n goto LAB_00123bd0;\n }\n }\n else {\n uStack_74 = 0;\n iStack_78 = param_2;\n local_7c = (uint *)param_4;\n puStack_80 = (undefined *)0x123abd;\n FUN_000a90f0();\n local_7c = (uint *)(uint)(param_6 != 0);\n puStack_80 = (undefined *)0x123ade;\n iVar6 = FUN_00113410();\n if (iVar6 != 0) {\nLAB_00123bd0:\n uVar15 = *(uint *)(local_50 + 0x18);\n local_60 = *(uint *)(param_2 + 0x140);\n if ((uint)((int)(local_60 - *(int *)(param_2 + 0x13c)) >> 2) <= uVar15) {\n puStack_70 = (uint *)0x123e1a;\n FUN_0010c330();\n iStack_78 = 0x123e29;\n uStack_74 = uVar15;\n puStack_70 = (uint *)uVar5;\n uVar22 = FUN_00074f0a();\n iVar6 = local_64;\n iVar12 = (int)((ulonglong)uVar22 >> 0x20);\n pbVar16 = BYTE_ARRAY_004c61c1 + uVar15 + 0x16;\n auStack_a8[0] = 0;\n auStack_a8[1] = 0xffffffff;\n auStack_a8[2] = 0x80000000;\n auStack_a8[3] = 0;\n pbVar17 = pbVar16;\n uVar23 = extraout_ECX_00;\n local_7c = (uint *)uVar13;\n iStack_78 = iVar9;\n if (local_64 == 0) {\n uVar7 = (*(int *)(iVar12 + 0x154) - *(int *)(iVar12 + 0x14c)) +\n (*(int *)(iVar12 + 0x150) - *(int *)(iVar12 + 0x148)) * 8;\n if (uVar7 <= local_60) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x34351d,0x5f8,uVar15 + 0x34662f,uVar7);\n }\n bStack_b8 = (*(uint *)(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4) &\n 1 << ((byte)local_60 & 0x1f)) != 0;\n goto LAB_00123fe0;\n }\n uVar7 = 0;\n if (uStack_68 - 2 < 0x6b) {\n uVar7 = (uint)(char)(&UNK_00344ed5)[uStack_68 + uVar15];\n if (*(int *)(local_64 + 0x18) == -1) goto LAB_00123f75;\nLAB_00123e82:\n if ((*(byte *)(local_64 + 0x28) & 0xf) != 10) {\n cVar3 = FUN_00071bb0(local_64,uVar7);\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n if (cVar3 != '\0') {\nLAB_00123f19:\n if (bVar4 == 0) goto LAB_00123f1d;\nLAB_00123f80:\n if (bVar4 == 4) {\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }\nLAB_00124258:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }\nLAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);\n bStack_b8 = (bool)(bVar4 & 1);\n goto LAB_00123fe0;\n }\n goto LAB_00124280;\n }\n if ((bVar4 != 0) || ((*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0)) {\n pbVar17 = BYTE_ARRAY_004c6979 + uVar15 + 0x26;\n if (*(int *)(*(int *)pbVar17 + 8) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);\n }\n if (*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0') {\nLAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;\n if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }\n if (bVar4 != 4) goto LAB_00124258;\nLAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }\n }\n else if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;\n }\n }\n if (*(int *)((int)uVar22 + 0x18) == 0) {\n iVar9 = FUN_0010c850();\nLAB_0012462d:\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,iVar9);\n }\n auStack_a8[3] = FUN_00117290();\n bStack_b8 = false;\n local_5c = auStack_a8;\n }\n else {\n if (*(int *)(local_64 + 0x18) != -1) goto LAB_00123e82;\nLAB_00123f75:\n bVar4 = *(byte *)(local_64 + 0x2a) & 7;\n if (bVar4 != 0) goto LAB_00123f80;\nLAB_00123f1d:\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_00123f8f;\nLAB_00123f39:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) goto LAB_00123fe0;\n if ((*(int *)(iVar6 + 0xc) == 0) && ((bVar1 & 0x20) != 0)) goto LAB_00124269;\n goto LAB_001242ac;\n }\nLAB_00124280:\n bStack_b8 = true;\n }\nLAB_00123fe0:\n puStack_b4 = auStack_a8;\n iVar9 = *(int *)((int)&DWORD_004c739c + uVar15 + 3);\n if (0xff < uStack_68) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x347947,0x134,uVar15 + 0x3466b7,iVar9);\n }\n uVar7 = *(uint *)(iVar9 + uStack_68 * 4);\n if ((uVar7 != 0) && (*(int *)(uVar7 + 0x1c) == 1)) {\n bVar4 = *(byte *)(uVar7 + 0x34);\n uVar7 = (uint)bVar4;\n if ((bVar4 & 2) != 0) {\n if (((bStack_b8 != false) && ((bVar4 & 0x40) != 0)) &&\n (uVar7 = FUN_000a90f0(local_5c,iVar12,0), (uVar7 & 1) != 0)) {\n auStack_a8[3] = FUN_000a90f0(local_5c,iVar12,0);\n auStack_a8[3] = auStack_a8[3] & 0xfffffffe;\n local_5c = puStack_b4;\n }\n if (-1 < (char)*(byte *)((int)local_5c + 0xb)) {\n if ((*(byte *)((int)local_5c + 0xb) & 8) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17);\n }\n puVar10 = (uint *)local_5c[3];\n uVar7 = *puVar10;\n uVar5 = uVar7 % puVar10[3];\n piVar18 = *(int **)(puVar10[2] + uVar5 * 4);\n if (piVar18 != (int *)0x0) {\n uVar11 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, uVar7 != uVar11) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }\n if (*piVar18 != 0) goto LAB_001240a3;\n }\nLAB_00124478:\n FUN_00318cf0(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23);\n }\nLAB_001240a3:\n if (uStack_68 - 10 < 0x2a) {\n /* WARNING: Could not recover jumptable at 0x001240be. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar15 = (*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))();\n return uVar15;\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x34351d,0x2ec8,uVar15 + 0x345d23,iVar6);\n }\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x34351d,0x2ea7,uVar15 + 0x345d23,uVar7);\n }\n iVar12 = *(int *)(*(int *)(param_2 + 0x13c) + uVar15 * 4);\n if (iVar12 == 0) {\nLAB_00123df8:\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfe7;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123e15;\n puStack_70 = (uint *)iVar6;\n FUN_002446e0();\n }\n local_20 = local_44;\n local_2c = iVar6;\n if (param_1 == 0) {\n if (param_3 == -1) {\n puStack_70 = (uint *)0x123df8;\n iVar6 = FUN_0010c360();\n goto LAB_00123df8;\n }\n local_28 = param_3;\n local_24 = param_2;\n }\n else {\n local_28 = -1;\n local_24 = param_1;\n }\n puStack_70 = (uint *)0x123c3b;\n FUN_0010ece0();\n if ((local_30 == 0) || (iVar6 = *(int *)(local_30 + 0x14), iVar6 == 0)) {\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfeb;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123cff;\n FUN_002446e0();\n }\n param_6 = (uint)*(byte *)(*(int *)(iVar6 + 4) + 0x14);\n if ((*(byte *)(iVar12 + 0x1c) & 1) == 0) {\nLAB_00123dd6:\n uStack_74 = local_64 + -0x17f944;\n local_7c = (uint *)(local_64 + -0x19cca3);\n iStack_78 = 0xc5;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123df3;\n FUN_002446e0();\n }\n if (*(int *)(iVar6 + 8) == -1) {\n puStack_70 = (uint *)0x123dd6;\n FUN_0010c390();\n goto LAB_00123dd6;\n }\n local_58 = (*(int *)(iVar6 + 8) - param_5) + *(int *)(iVar12 + 4) + local_4c;\n if (0x3ffffff < local_58 + 0x2000000) {\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfef;\n /* WARNING: Subroutine does not return */\n puStack_80 = &UNK_00123cb7;\n puStack_70 = (uint *)*(int *)(iVar12 + 4);\n FUN_002446e0();\n }\n }\nLAB_00123af0:\n if (param_6 == 0) {\n uVar15 = local_58 + 0x2000000;\n goto LAB_00123b38;\n }\n if (((char)uVar13 != '\x01') || (iVar9 != 0x1c)) {\nLAB_00123a2c:\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xff8;\n /* WARNING: Subroutine does not return */\n puStack_80 = &UNK_00123a4b;\n FUN_002446e0();\n }\n uVar15 = local_58 + 0x2000000;\n }\n uVar5 = (local_58 & 2) << 0x17 | uVar7 | 0xfa000000;\nLAB_00123b38:\n uVar7 = ((int)local_58 >> 2 ^ uVar5) & 0xffffff ^ uVar5;\n *local_5c = uVar5 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8 | uVar7 << 0x18;\n return (uint)(0x3ffffff < uVar15);\n}\n\n" (function_definition "uint FUN_001236c0(int param_1,int param_2,int param_3,int param_4,int param_5,uint param_6,\n undefined4 param_7)\n\n{\n byte bVar1;\n int *piVar2;\n char cVar3;\n byte bVar4;\n uint uVar5;\n int iVar6;\n uint uVar7;\n undefined4 *puVar8;\n int iVar9;\n uint *extraout_ECX;\n uint *puVar10;\n undefined4 extraout_ECX_00;\n uint uVar11;\n int iVar12;\n uint uVar13;\n int *piVar14;\n int unaff_EDI;\n uint uVar15;\n byte *pbVar16;\n byte *pbVar17;\n int *piVar18;\n bool bVar19;\n bool bVar20;\n undefined8 uVar21;\n undefined8 uVar22;\n undefined4 uVar23;\n bool bStack_b8;\n uint *puStack_b4;\n uint auStack_a8 [10];\n undefined *puStack_80;\n uint *local_7c;\n int iStack_78;\n uint uStack_74;\n uint *puStack_70;\n uint uStack_68;\n int local_64;\n uint local_60;\n uint *local_5c;\n uint local_58;\n int *local_54;\n int local_50;\n uint local_4c;\n uint local_48;\n uint local_44;\n uint local_40;\n int local_3c;\n uint *local_38;\n uint local_34;\n int local_30;\n int local_2c;\n int local_28;\n int local_24;\n uint local_20;\n \n uVar21 = FUN_00074f0a();\n local_50 = (int)((ulonglong)uVar21 >> 0x20);\n uVar22 = CONCAT44(local_50,local_3c);\n iVar9 = (int)uVar21;\n local_64 = unaff_EDI + 0x4c6939;\n uVar15 = *extraout_ECX;\n uVar7 = uVar15 >> 0x18 | (uVar15 & 0xff0000) >> 8 | (uVar15 & 0xff00) << 8;\n uVar15 = uVar15 << 0x18;\n uVar5 = uVar7 | uVar15;\n if (uVar15 >> 0x1c == 0xf) {\n bVar19 = false;\n puVar10 = extraout_ECX;\nLAB_00123812:\n if (iVar9 == 0x1c) {\n if ((uVar15 != 0xeb000000) && ((uVar15 & 0xfe000000) != 0xfa000000)) {\n return 2;\n }\n }\n else {\n bVar20 = false;\n if (iVar9 == 0x1d) goto LAB_0012385b;\nLAB_0012372e:\n if ((iVar9 != 0x1b) && (iVar9 != 0xf)) {\n uStack_74 = unaff_EDI + 0x346cd1;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0xfba;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123d78;\n puStack_70 = puVar10;\n FUN_002446e0();\n }\n if ((uVar15 & 0xe000000) != 0xa000000) {\n return 2;\n }\n }\n }\n else {\n puVar10 = (uint *)(uVar15 & 0xf000000);\n bVar19 = puVar10 == (uint *)0xa000000;\n if (uVar15 >> 0x1c == 0xe) goto LAB_00123812;\n bVar20 = puVar10 == (uint *)0xb000000;\n if (iVar9 == 0x1c) {\n return 2;\n }\n if (iVar9 != 0x1d) goto LAB_0012372e;\nLAB_0012385b:\n if ((!bVar19) && (!bVar20)) {\n return 2;\n }\n }\n local_54 = (int *)((int)&DWORD_004c7100 + unaff_EDI + 1);\n local_60 = *(uint *)(*local_54 + 0xc);\n if (local_60 == 0) {\n puStack_70 = (uint *)0x123d3e;\n iVar6 = FUN_0010d780();\n goto LAB_00123d3e;\n }\n if ((*(int *)(*(int *)(local_60 + 4) + 8) != 0x28) ||\n (*(char *)(*(int *)(local_60 + 4) + 4) == '\0')) {\n puStack_70 = (uint *)param_7;\n uStack_74 = unaff_EDI + 0x346d6d;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0x988;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123d1c;\n FUN_002446e0();\n }\n local_5c = extraout_ECX;\n if ((char)param_7 != '\0') {\n puStack_70 = *(uint **)(*local_54 + 8);\n if (puStack_70 == (uint *)0x0) {\n uStack_74 = unaff_EDI + 0x346db1;\n local_7c = (uint *)(unaff_EDI + 0x324ba6);\n iStack_78 = 0x5c;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123dd1;\n FUN_002446e0();\n }\n if (*(char *)((int)puStack_70 + 0x318d) != '\0') {\n uStack_74 = unaff_EDI + 0x346cd1;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0xfc5;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123db7;\n FUN_002446e0();\n }\n puVar8 = *(undefined4 **)(local_60 + 0x7c);\n if (puVar8 != (undefined4 *)0x0) {\n iStack_78 = 6;\n local_7c = (uint *)*puVar8;\n puStack_80 = (undefined *)0x1237cd;\n iVar6 = FUN_00225490();\n if (iVar6 != 0) {\n if ((*(int *)(iVar6 + 4) - 8U < 3) ||\n (uVar7 = uVar15 & 0xf0000000 | 0x1a00000, *(int *)(iVar6 + 4) == 0xd)) {\n uVar7 = uVar15 & 0xf0000000 | 0x320f000;\n }\n *local_5c = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8;\n return 0;\n }\n goto LAB_00123d3e;\n }\n goto LAB_00123d1c;\n }\n local_44 = uVar5 * 4 & 0x3ffffff;\n if ((uVar5 * 4 & 0x2000000) == 0) {\n bVar4 = *(byte *)(param_4 + 0xb);\n if (-1 < (char)bVar4) goto LAB_001238a2;\nLAB_00123a6e:\n iVar6 = local_44 + *(int *)(param_4 + 0xc);\n local_4c = local_44;\n }\n else {\n local_44 = local_44 + 0xfc000000;\n bVar4 = *(byte *)(param_4 + 0xb);\n if ((char)bVar4 < '\0') goto LAB_00123a6e;\nLAB_001238a2:\n local_4c = local_44;\n if ((bVar4 & 8) == 0) {\n uStack_74 = unaff_EDI + 0x346fc5;\n local_7c = (uint *)(unaff_EDI + 0x329cbe);\n iStack_78 = 0x6ab;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123d95;\n puStack_70 = (uint *)(uint)bVar4;\n FUN_002446e0();\n }\n local_7c = *(uint **)(param_4 + 0xc);\n local_58 = *local_7c;\n local_48 = local_44;\n if (local_44 < 0xffffff00) {\n local_58 = local_58 + local_44;\n local_48 = 0;\n }\n local_34 = local_7c[3];\n piVar18 = *(int **)(local_7c[2] + (local_58 % local_34) * 4);\n local_38 = local_7c;\n if (piVar18 != (int *)0x0) {\n uVar15 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, local_40 = uVar5, local_3c = iVar9, local_58 != uVar15) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar15 = piVar2[1], piVar18 = piVar14, local_58 % local_34 != uVar15 % local_34))\n goto LAB_00123b80;\n }\n if (*piVar18 != 0) {\n iVar6 = local_48 + *(int *)(*piVar18 + 8);\n uVar22 = uVar21;\n goto LAB_0012394e;\n }\n }\nLAB_00123b80:\n puStack_70 = (uint *)local_58;\n local_58 = *(uint *)(param_4 + 8);\n uStack_74 = local_58 & 0x7ffffff;\n iStack_78 = param_2;\n puStack_80 = (undefined *)0x123ba9;\n iVar6 = FUN_00318cf0();\n uVar22 = CONCAT44(local_50,local_3c);\n iVar6 = local_48 + iVar6;\n }\nLAB_0012394e:\n local_50 = (int)((ulonglong)uVar22 >> 0x20);\n local_3c = (int)uVar22;\n uVar15 = iVar6 - param_5;\n puVar8 = *(undefined4 **)(local_60 + 0x7c);\n local_58 = uVar15;\n if (puVar8 == (undefined4 *)0x0) {\nLAB_00123d1c:\n local_50 = (int)((ulonglong)uVar22 >> 0x20);\n local_3c = (int)uVar22;\n uStack_74 = local_64 + -0x17fc00;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xb6a;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123d39;\n puStack_70 = puVar8;\n FUN_002446e0();\n }\n iStack_78 = 6;\n local_7c = (uint *)*puVar8;\n puStack_80 = (undefined *)0x123978;\n iVar6 = FUN_00225490();\n if (iVar6 == 0) {\nLAB_00123d3e:\n uStack_74 = local_64 + -0x17fc00;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xb6d;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123d5b;\n puStack_70 = (uint *)iVar6;\n FUN_002446e0();\n }\n uVar11 = *(uint *)(iVar6 + 4);\n iVar6 = *(int *)(*local_54 + 8);\n if (iVar6 == 0) {\n /* WARNING: Subroutine does not return */\n puStack_70 = (uint *)0x123d9a;\n FUN_0010cb20();\n }\n uVar13 = (uint)*(byte *)(iVar6 + 0x1579);\n if (*(byte *)(iVar6 + 0x1579) == 0) {\n uVar13 = (uint)(2 < uVar11);\n }\n else if ((uVar11 & 0xfffffffd) != 8) {\n uVar13 = (uint)(uVar11 - 0xb < 3);\n }\n if (*(char *)(iVar6 + 0x318d) != '\0') goto LAB_00123af0;\n uVar15 = uVar15 + 0x2000000;\n if (uVar15 < 0x4000000) {\n if (param_6 == 0) goto LAB_00123b38;\n if (((char)uVar13 != '\x01') || (iVar9 != 0x1c)) {\n uStack_74 = 0;\n iStack_78 = param_2;\n local_7c = (uint *)param_4;\n puStack_80 = (undefined *)0x123a0a;\n FUN_000a90f0();\n local_7c = (uint *)0x1;\n puStack_80 = (undefined *)0x123a21;\n iVar6 = FUN_00113410();\n if (iVar6 == 0) goto LAB_00123a2c;\n goto LAB_00123bd0;\n }\n }\n else {\n uStack_74 = 0;\n iStack_78 = param_2;\n local_7c = (uint *)param_4;\n puStack_80 = (undefined *)0x123abd;\n FUN_000a90f0();\n local_7c = (uint *)(uint)(param_6 != 0);\n puStack_80 = (undefined *)0x123ade;\n iVar6 = FUN_00113410();\n if (iVar6 != 0) {\nLAB_00123bd0:\n uVar15 = *(uint *)(local_50 + 0x18);\n local_60 = *(uint *)(param_2 + 0x140);\n if ((uint)((int)(local_60 - *(int *)(param_2 + 0x13c)) >> 2) <= uVar15) {\n puStack_70 = (uint *)0x123e1a;\n FUN_0010c330();\n iStack_78 = 0x123e29;\n uStack_74 = uVar15;\n puStack_70 = (uint *)uVar5;\n uVar22 = FUN_00074f0a();\n iVar6 = local_64;\n iVar12 = (int)((ulonglong)uVar22 >> 0x20);\n pbVar16 = BYTE_ARRAY_004c61c1 + uVar15 + 0x16;\n auStack_a8[0] = 0;\n auStack_a8[1] = 0xffffffff;\n auStack_a8[2] = 0x80000000;\n auStack_a8[3] = 0;\n pbVar17 = pbVar16;\n uVar23 = extraout_ECX_00;\n local_7c = (uint *)uVar13;\n iStack_78 = iVar9;\n if (local_64 == 0) {\n uVar7 = (*(int *)(iVar12 + 0x154) - *(int *)(iVar12 + 0x14c)) +\n (*(int *)(iVar12 + 0x150) - *(int *)(iVar12 + 0x148)) * 8;\n if (uVar7 <= local_60) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x34351d,0x5f8,uVar15 + 0x34662f,uVar7);\n }\n bStack_b8 = (*(uint *)(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4) &\n 1 << ((byte)local_60 & 0x1f)) != 0;\n goto LAB_00123fe0;\n }\n uVar7 = 0;\n if (uStack_68 - 2 < 0x6b) {\n uVar7 = (uint)(char)(&UNK_00344ed5)[uStack_68 + uVar15];\n if (*(int *)(local_64 + 0x18) == -1) goto LAB_00123f75;\nLAB_00123e82:\n if ((*(byte *)(local_64 + 0x28) & 0xf) != 10) {\n cVar3 = FUN_00071bb0(local_64,uVar7);\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n if (cVar3 != '\0') {\nLAB_00123f19:\n if (bVar4 == 0) goto LAB_00123f1d;\nLAB_00123f80:\n if (bVar4 == 4) {\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }\nLAB_00124258:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }\nLAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);\n bStack_b8 = (bool)(bVar4 & 1);\n goto LAB_00123fe0;\n }\n goto LAB_00124280;\n }\n if ((bVar4 != 0) || ((*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0)) {\n pbVar17 = BYTE_ARRAY_004c6979 + uVar15 + 0x26;\n if (*(int *)(*(int *)pbVar17 + 8) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);\n }\n if (*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0') {\nLAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;\n if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }\n if (bVar4 != 4) goto LAB_00124258;\nLAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }\n }\n else if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;\n }\n }\n if (*(int *)((int)uVar22 + 0x18) == 0) {\n iVar9 = FUN_0010c850();\nLAB_0012462d:\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,iVar9);\n }\n auStack_a8[3] = FUN_00117290();\n bStack_b8 = false;\n local_5c = auStack_a8;\n }\n else {\n if (*(int *)(local_64 + 0x18) != -1) goto LAB_00123e82;\nLAB_00123f75:\n bVar4 = *(byte *)(local_64 + 0x2a) & 7;\n if (bVar4 != 0) goto LAB_00123f80;\nLAB_00123f1d:\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_00123f8f;\nLAB_00123f39:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) goto LAB_00123fe0;\n if ((*(int *)(iVar6 + 0xc) == 0) && ((bVar1 & 0x20) != 0)) goto LAB_00124269;\n goto LAB_001242ac;\n }\nLAB_00124280:\n bStack_b8 = true;\n }\nLAB_00123fe0:\n puStack_b4 = auStack_a8;\n iVar9 = *(int *)((int)&DWORD_004c739c + uVar15 + 3);\n if (0xff < uStack_68) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x347947,0x134,uVar15 + 0x3466b7,iVar9);\n }\n uVar7 = *(uint *)(iVar9 + uStack_68 * 4);\n if ((uVar7 != 0) && (*(int *)(uVar7 + 0x1c) == 1)) {\n bVar4 = *(byte *)(uVar7 + 0x34);\n uVar7 = (uint)bVar4;\n if ((bVar4 & 2) != 0) {\n if (((bStack_b8 != false) && ((bVar4 & 0x40) != 0)) &&\n (uVar7 = FUN_000a90f0(local_5c,iVar12,0), (uVar7 & 1) != 0)) {\n auStack_a8[3] = FUN_000a90f0(local_5c,iVar12,0);\n auStack_a8[3] = auStack_a8[3] & 0xfffffffe;\n local_5c = puStack_b4;\n }\n if (-1 < (char)*(byte *)((int)local_5c + 0xb)) {\n if ((*(byte *)((int)local_5c + 0xb) & 8) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17);\n }\n puVar10 = (uint *)local_5c[3];\n uVar7 = *puVar10;\n uVar5 = uVar7 % puVar10[3];\n piVar18 = *(int **)(puVar10[2] + uVar5 * 4);\n if (piVar18 != (int *)0x0) {\n uVar11 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, uVar7 != uVar11) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }\n if (*piVar18 != 0) goto LAB_001240a3;\n }\nLAB_00124478:\n FUN_00318cf0(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23);\n }\nLAB_001240a3:\n if (uStack_68 - 10 < 0x2a) {\n /* WARNING: Could not recover jumptable at 0x001240be. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar15 = (*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))();\n return uVar15;\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x34351d,0x2ec8,uVar15 + 0x345d23,iVar6);\n }\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x34351d,0x2ea7,uVar15 + 0x345d23,uVar7);\n }\n iVar12 = *(int *)(*(int *)(param_2 + 0x13c) + uVar15 * 4);\n if (iVar12 == 0) {\nLAB_00123df8:\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfe7;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123e15;\n puStack_70 = (uint *)iVar6;\n FUN_002446e0();\n }\n local_20 = local_44;\n local_2c = iVar6;\n if (param_1 == 0) {\n if (param_3 == -1) {\n puStack_70 = (uint *)0x123df8;\n iVar6 = FUN_0010c360();\n goto LAB_00123df8;\n }\n local_28 = param_3;\n local_24 = param_2;\n }\n else {\n local_28 = -1;\n local_24 = param_1;\n }\n puStack_70 = (uint *)0x123c3b;\n FUN_0010ece0();\n if ((local_30 == 0) || (iVar6 = *(int *)(local_30 + 0x14), iVar6 == 0)) {\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfeb;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123cff;\n FUN_002446e0();\n }\n param_6 = (uint)*(byte *)(*(int *)(iVar6 + 4) + 0x14);\n if ((*(byte *)(iVar12 + 0x1c) & 1) == 0) {\nLAB_00123dd6:\n uStack_74 = local_64 + -0x17f944;\n local_7c = (uint *)(local_64 + -0x19cca3);\n iStack_78 = 0xc5;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123df3;\n FUN_002446e0();\n }\n if (*(int *)(iVar6 + 8) == -1) {\n puStack_70 = (uint *)0x123dd6;\n FUN_0010c390();\n goto LAB_00123dd6;\n }\n local_58 = (*(int *)(iVar6 + 8) - param_5) + *(int *)(iVar12 + 4) + local_4c;\n if (0x3ffffff < local_58 + 0x2000000) {\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfef;\n /* WARNING: Subroutine does not return */\n puStack_80 = &UNK_00123cb7;\n puStack_70 = (uint *)*(int *)(iVar12 + 4);\n FUN_002446e0();\n }\n }\nLAB_00123af0:\n if (param_6 == 0) {\n uVar15 = local_58 + 0x2000000;\n goto LAB_00123b38;\n }\n if (((char)uVar13 != '\x01') || (iVar9 != 0x1c)) {\nLAB_00123a2c:\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xff8;\n /* WARNING: Subroutine does not return */\n puStack_80 = &UNK_00123a4b;\n FUN_002446e0();\n }\n uVar15 = local_58 + 0x2000000;\n }\n uVar5 = (local_58 & 2) << 0x17 | uVar7 | 0xfa000000;\nLAB_00123b38:\n uVar7 = ((int)local_58 >> 2 ^ uVar5) & 0xffffff ^ uVar5;\n *local_5c = uVar5 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8 | uVar7 << 0x18;\n return (uint)(0x3ffffff < uVar15);\n}" type_identifier (function_declarator "FUN_001236c0(int param_1,int param_2,int param_3,int param_4,int param_5,uint param_6,\n undefined4 param_7)" identifier (parameter_list "(int param_1,int param_2,int param_3,int param_4,int param_5,uint param_6,\n undefined4 param_7)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "int param_2" primitive_type identifier) , (parameter_declaration "int param_3" primitive_type identifier) , (parameter_declaration "int param_4" primitive_type identifier) , (parameter_declaration "int param_5" primitive_type identifier) , (parameter_declaration "uint param_6" type_identifier identifier) , (parameter_declaration "undefined4 param_7" type_identifier identifier) ))) (compound_statement "{\n byte bVar1;\n int *piVar2;\n char cVar3;\n byte bVar4;\n uint uVar5;\n int iVar6;\n uint uVar7;\n undefined4 *puVar8;\n int iVar9;\n uint *extraout_ECX;\n uint *puVar10;\n undefined4 extraout_ECX_00;\n uint uVar11;\n int iVar12;\n uint uVar13;\n int *piVar14;\n int unaff_EDI;\n uint uVar15;\n byte *pbVar16;\n byte *pbVar17;\n int *piVar18;\n bool bVar19;\n bool bVar20;\n undefined8 uVar21;\n undefined8 uVar22;\n undefined4 uVar23;\n bool bStack_b8;\n uint *puStack_b4;\n uint auStack_a8 [10];\n undefined *puStack_80;\n uint *local_7c;\n int iStack_78;\n uint uStack_74;\n uint *puStack_70;\n uint uStack_68;\n int local_64;\n uint local_60;\n uint *local_5c;\n uint local_58;\n int *local_54;\n int local_50;\n uint local_4c;\n uint local_48;\n uint local_44;\n uint local_40;\n int local_3c;\n uint *local_38;\n uint local_34;\n int local_30;\n int local_2c;\n int local_28;\n int local_24;\n uint local_20;\n \n uVar21 = FUN_00074f0a();\n local_50 = (int)((ulonglong)uVar21 >> 0x20);\n uVar22 = CONCAT44(local_50,local_3c);\n iVar9 = (int)uVar21;\n local_64 = unaff_EDI + 0x4c6939;\n uVar15 = *extraout_ECX;\n uVar7 = uVar15 >> 0x18 | (uVar15 & 0xff0000) >> 8 | (uVar15 & 0xff00) << 8;\n uVar15 = uVar15 << 0x18;\n uVar5 = uVar7 | uVar15;\n if (uVar15 >> 0x1c == 0xf) {\n bVar19 = false;\n puVar10 = extraout_ECX;\nLAB_00123812:\n if (iVar9 == 0x1c) {\n if ((uVar15 != 0xeb000000) && ((uVar15 & 0xfe000000) != 0xfa000000)) {\n return 2;\n }\n }\n else {\n bVar20 = false;\n if (iVar9 == 0x1d) goto LAB_0012385b;\nLAB_0012372e:\n if ((iVar9 != 0x1b) && (iVar9 != 0xf)) {\n uStack_74 = unaff_EDI + 0x346cd1;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0xfba;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123d78;\n puStack_70 = puVar10;\n FUN_002446e0();\n }\n if ((uVar15 & 0xe000000) != 0xa000000) {\n return 2;\n }\n }\n }\n else {\n puVar10 = (uint *)(uVar15 & 0xf000000);\n bVar19 = puVar10 == (uint *)0xa000000;\n if (uVar15 >> 0x1c == 0xe) goto LAB_00123812;\n bVar20 = puVar10 == (uint *)0xb000000;\n if (iVar9 == 0x1c) {\n return 2;\n }\n if (iVar9 != 0x1d) goto LAB_0012372e;\nLAB_0012385b:\n if ((!bVar19) && (!bVar20)) {\n return 2;\n }\n }\n local_54 = (int *)((int)&DWORD_004c7100 + unaff_EDI + 1);\n local_60 = *(uint *)(*local_54 + 0xc);\n if (local_60 == 0) {\n puStack_70 = (uint *)0x123d3e;\n iVar6 = FUN_0010d780();\n goto LAB_00123d3e;\n }\n if ((*(int *)(*(int *)(local_60 + 4) + 8) != 0x28) ||\n (*(char *)(*(int *)(local_60 + 4) + 4) == '\0')) {\n puStack_70 = (uint *)param_7;\n uStack_74 = unaff_EDI + 0x346d6d;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0x988;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123d1c;\n FUN_002446e0();\n }\n local_5c = extraout_ECX;\n if ((char)param_7 != '\0') {\n puStack_70 = *(uint **)(*local_54 + 8);\n if (puStack_70 == (uint *)0x0) {\n uStack_74 = unaff_EDI + 0x346db1;\n local_7c = (uint *)(unaff_EDI + 0x324ba6);\n iStack_78 = 0x5c;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123dd1;\n FUN_002446e0();\n }\n if (*(char *)((int)puStack_70 + 0x318d) != '\0') {\n uStack_74 = unaff_EDI + 0x346cd1;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0xfc5;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123db7;\n FUN_002446e0();\n }\n puVar8 = *(undefined4 **)(local_60 + 0x7c);\n if (puVar8 != (undefined4 *)0x0) {\n iStack_78 = 6;\n local_7c = (uint *)*puVar8;\n puStack_80 = (undefined *)0x1237cd;\n iVar6 = FUN_00225490();\n if (iVar6 != 0) {\n if ((*(int *)(iVar6 + 4) - 8U < 3) ||\n (uVar7 = uVar15 & 0xf0000000 | 0x1a00000, *(int *)(iVar6 + 4) == 0xd)) {\n uVar7 = uVar15 & 0xf0000000 | 0x320f000;\n }\n *local_5c = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8;\n return 0;\n }\n goto LAB_00123d3e;\n }\n goto LAB_00123d1c;\n }\n local_44 = uVar5 * 4 & 0x3ffffff;\n if ((uVar5 * 4 & 0x2000000) == 0) {\n bVar4 = *(byte *)(param_4 + 0xb);\n if (-1 < (char)bVar4) goto LAB_001238a2;\nLAB_00123a6e:\n iVar6 = local_44 + *(int *)(param_4 + 0xc);\n local_4c = local_44;\n }\n else {\n local_44 = local_44 + 0xfc000000;\n bVar4 = *(byte *)(param_4 + 0xb);\n if ((char)bVar4 < '\0') goto LAB_00123a6e;\nLAB_001238a2:\n local_4c = local_44;\n if ((bVar4 & 8) == 0) {\n uStack_74 = unaff_EDI + 0x346fc5;\n local_7c = (uint *)(unaff_EDI + 0x329cbe);\n iStack_78 = 0x6ab;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123d95;\n puStack_70 = (uint *)(uint)bVar4;\n FUN_002446e0();\n }\n local_7c = *(uint **)(param_4 + 0xc);\n local_58 = *local_7c;\n local_48 = local_44;\n if (local_44 < 0xffffff00) {\n local_58 = local_58 + local_44;\n local_48 = 0;\n }\n local_34 = local_7c[3];\n piVar18 = *(int **)(local_7c[2] + (local_58 % local_34) * 4);\n local_38 = local_7c;\n if (piVar18 != (int *)0x0) {\n uVar15 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, local_40 = uVar5, local_3c = iVar9, local_58 != uVar15) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar15 = piVar2[1], piVar18 = piVar14, local_58 % local_34 != uVar15 % local_34))\n goto LAB_00123b80;\n }\n if (*piVar18 != 0) {\n iVar6 = local_48 + *(int *)(*piVar18 + 8);\n uVar22 = uVar21;\n goto LAB_0012394e;\n }\n }\nLAB_00123b80:\n puStack_70 = (uint *)local_58;\n local_58 = *(uint *)(param_4 + 8);\n uStack_74 = local_58 & 0x7ffffff;\n iStack_78 = param_2;\n puStack_80 = (undefined *)0x123ba9;\n iVar6 = FUN_00318cf0();\n uVar22 = CONCAT44(local_50,local_3c);\n iVar6 = local_48 + iVar6;\n }\nLAB_0012394e:\n local_50 = (int)((ulonglong)uVar22 >> 0x20);\n local_3c = (int)uVar22;\n uVar15 = iVar6 - param_5;\n puVar8 = *(undefined4 **)(local_60 + 0x7c);\n local_58 = uVar15;\n if (puVar8 == (undefined4 *)0x0) {\nLAB_00123d1c:\n local_50 = (int)((ulonglong)uVar22 >> 0x20);\n local_3c = (int)uVar22;\n uStack_74 = local_64 + -0x17fc00;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xb6a;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123d39;\n puStack_70 = puVar8;\n FUN_002446e0();\n }\n iStack_78 = 6;\n local_7c = (uint *)*puVar8;\n puStack_80 = (undefined *)0x123978;\n iVar6 = FUN_00225490();\n if (iVar6 == 0) {\nLAB_00123d3e:\n uStack_74 = local_64 + -0x17fc00;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xb6d;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123d5b;\n puStack_70 = (uint *)iVar6;\n FUN_002446e0();\n }\n uVar11 = *(uint *)(iVar6 + 4);\n iVar6 = *(int *)(*local_54 + 8);\n if (iVar6 == 0) {\n /* WARNING: Subroutine does not return */\n puStack_70 = (uint *)0x123d9a;\n FUN_0010cb20();\n }\n uVar13 = (uint)*(byte *)(iVar6 + 0x1579);\n if (*(byte *)(iVar6 + 0x1579) == 0) {\n uVar13 = (uint)(2 < uVar11);\n }\n else if ((uVar11 & 0xfffffffd) != 8) {\n uVar13 = (uint)(uVar11 - 0xb < 3);\n }\n if (*(char *)(iVar6 + 0x318d) != '\0') goto LAB_00123af0;\n uVar15 = uVar15 + 0x2000000;\n if (uVar15 < 0x4000000) {\n if (param_6 == 0) goto LAB_00123b38;\n if (((char)uVar13 != '\x01') || (iVar9 != 0x1c)) {\n uStack_74 = 0;\n iStack_78 = param_2;\n local_7c = (uint *)param_4;\n puStack_80 = (undefined *)0x123a0a;\n FUN_000a90f0();\n local_7c = (uint *)0x1;\n puStack_80 = (undefined *)0x123a21;\n iVar6 = FUN_00113410();\n if (iVar6 == 0) goto LAB_00123a2c;\n goto LAB_00123bd0;\n }\n }\n else {\n uStack_74 = 0;\n iStack_78 = param_2;\n local_7c = (uint *)param_4;\n puStack_80 = (undefined *)0x123abd;\n FUN_000a90f0();\n local_7c = (uint *)(uint)(param_6 != 0);\n puStack_80 = (undefined *)0x123ade;\n iVar6 = FUN_00113410();\n if (iVar6 != 0) {\nLAB_00123bd0:\n uVar15 = *(uint *)(local_50 + 0x18);\n local_60 = *(uint *)(param_2 + 0x140);\n if ((uint)((int)(local_60 - *(int *)(param_2 + 0x13c)) >> 2) <= uVar15) {\n puStack_70 = (uint *)0x123e1a;\n FUN_0010c330();\n iStack_78 = 0x123e29;\n uStack_74 = uVar15;\n puStack_70 = (uint *)uVar5;\n uVar22 = FUN_00074f0a();\n iVar6 = local_64;\n iVar12 = (int)((ulonglong)uVar22 >> 0x20);\n pbVar16 = BYTE_ARRAY_004c61c1 + uVar15 + 0x16;\n auStack_a8[0] = 0;\n auStack_a8[1] = 0xffffffff;\n auStack_a8[2] = 0x80000000;\n auStack_a8[3] = 0;\n pbVar17 = pbVar16;\n uVar23 = extraout_ECX_00;\n local_7c = (uint *)uVar13;\n iStack_78 = iVar9;\n if (local_64 == 0) {\n uVar7 = (*(int *)(iVar12 + 0x154) - *(int *)(iVar12 + 0x14c)) +\n (*(int *)(iVar12 + 0x150) - *(int *)(iVar12 + 0x148)) * 8;\n if (uVar7 <= local_60) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x34351d,0x5f8,uVar15 + 0x34662f,uVar7);\n }\n bStack_b8 = (*(uint *)(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4) &\n 1 << ((byte)local_60 & 0x1f)) != 0;\n goto LAB_00123fe0;\n }\n uVar7 = 0;\n if (uStack_68 - 2 < 0x6b) {\n uVar7 = (uint)(char)(&UNK_00344ed5)[uStack_68 + uVar15];\n if (*(int *)(local_64 + 0x18) == -1) goto LAB_00123f75;\nLAB_00123e82:\n if ((*(byte *)(local_64 + 0x28) & 0xf) != 10) {\n cVar3 = FUN_00071bb0(local_64,uVar7);\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n if (cVar3 != '\0') {\nLAB_00123f19:\n if (bVar4 == 0) goto LAB_00123f1d;\nLAB_00123f80:\n if (bVar4 == 4) {\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }\nLAB_00124258:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }\nLAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);\n bStack_b8 = (bool)(bVar4 & 1);\n goto LAB_00123fe0;\n }\n goto LAB_00124280;\n }\n if ((bVar4 != 0) || ((*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0)) {\n pbVar17 = BYTE_ARRAY_004c6979 + uVar15 + 0x26;\n if (*(int *)(*(int *)pbVar17 + 8) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);\n }\n if (*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0') {\nLAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;\n if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }\n if (bVar4 != 4) goto LAB_00124258;\nLAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }\n }\n else if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;\n }\n }\n if (*(int *)((int)uVar22 + 0x18) == 0) {\n iVar9 = FUN_0010c850();\nLAB_0012462d:\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,iVar9);\n }\n auStack_a8[3] = FUN_00117290();\n bStack_b8 = false;\n local_5c = auStack_a8;\n }\n else {\n if (*(int *)(local_64 + 0x18) != -1) goto LAB_00123e82;\nLAB_00123f75:\n bVar4 = *(byte *)(local_64 + 0x2a) & 7;\n if (bVar4 != 0) goto LAB_00123f80;\nLAB_00123f1d:\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_00123f8f;\nLAB_00123f39:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) goto LAB_00123fe0;\n if ((*(int *)(iVar6 + 0xc) == 0) && ((bVar1 & 0x20) != 0)) goto LAB_00124269;\n goto LAB_001242ac;\n }\nLAB_00124280:\n bStack_b8 = true;\n }\nLAB_00123fe0:\n puStack_b4 = auStack_a8;\n iVar9 = *(int *)((int)&DWORD_004c739c + uVar15 + 3);\n if (0xff < uStack_68) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x347947,0x134,uVar15 + 0x3466b7,iVar9);\n }\n uVar7 = *(uint *)(iVar9 + uStack_68 * 4);\n if ((uVar7 != 0) && (*(int *)(uVar7 + 0x1c) == 1)) {\n bVar4 = *(byte *)(uVar7 + 0x34);\n uVar7 = (uint)bVar4;\n if ((bVar4 & 2) != 0) {\n if (((bStack_b8 != false) && ((bVar4 & 0x40) != 0)) &&\n (uVar7 = FUN_000a90f0(local_5c,iVar12,0), (uVar7 & 1) != 0)) {\n auStack_a8[3] = FUN_000a90f0(local_5c,iVar12,0);\n auStack_a8[3] = auStack_a8[3] & 0xfffffffe;\n local_5c = puStack_b4;\n }\n if (-1 < (char)*(byte *)((int)local_5c + 0xb)) {\n if ((*(byte *)((int)local_5c + 0xb) & 8) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17);\n }\n puVar10 = (uint *)local_5c[3];\n uVar7 = *puVar10;\n uVar5 = uVar7 % puVar10[3];\n piVar18 = *(int **)(puVar10[2] + uVar5 * 4);\n if (piVar18 != (int *)0x0) {\n uVar11 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, uVar7 != uVar11) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }\n if (*piVar18 != 0) goto LAB_001240a3;\n }\nLAB_00124478:\n FUN_00318cf0(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23);\n }\nLAB_001240a3:\n if (uStack_68 - 10 < 0x2a) {\n /* WARNING: Could not recover jumptable at 0x001240be. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar15 = (*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))();\n return uVar15;\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x34351d,0x2ec8,uVar15 + 0x345d23,iVar6);\n }\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x34351d,0x2ea7,uVar15 + 0x345d23,uVar7);\n }\n iVar12 = *(int *)(*(int *)(param_2 + 0x13c) + uVar15 * 4);\n if (iVar12 == 0) {\nLAB_00123df8:\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfe7;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123e15;\n puStack_70 = (uint *)iVar6;\n FUN_002446e0();\n }\n local_20 = local_44;\n local_2c = iVar6;\n if (param_1 == 0) {\n if (param_3 == -1) {\n puStack_70 = (uint *)0x123df8;\n iVar6 = FUN_0010c360();\n goto LAB_00123df8;\n }\n local_28 = param_3;\n local_24 = param_2;\n }\n else {\n local_28 = -1;\n local_24 = param_1;\n }\n puStack_70 = (uint *)0x123c3b;\n FUN_0010ece0();\n if ((local_30 == 0) || (iVar6 = *(int *)(local_30 + 0x14), iVar6 == 0)) {\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfeb;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123cff;\n FUN_002446e0();\n }\n param_6 = (uint)*(byte *)(*(int *)(iVar6 + 4) + 0x14);\n if ((*(byte *)(iVar12 + 0x1c) & 1) == 0) {\nLAB_00123dd6:\n uStack_74 = local_64 + -0x17f944;\n local_7c = (uint *)(local_64 + -0x19cca3);\n iStack_78 = 0xc5;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123df3;\n FUN_002446e0();\n }\n if (*(int *)(iVar6 + 8) == -1) {\n puStack_70 = (uint *)0x123dd6;\n FUN_0010c390();\n goto LAB_00123dd6;\n }\n local_58 = (*(int *)(iVar6 + 8) - param_5) + *(int *)(iVar12 + 4) + local_4c;\n if (0x3ffffff < local_58 + 0x2000000) {\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfef;\n /* WARNING: Subroutine does not return */\n puStack_80 = &UNK_00123cb7;\n puStack_70 = (uint *)*(int *)(iVar12 + 4);\n FUN_002446e0();\n }\n }\nLAB_00123af0:\n if (param_6 == 0) {\n uVar15 = local_58 + 0x2000000;\n goto LAB_00123b38;\n }\n if (((char)uVar13 != '\x01') || (iVar9 != 0x1c)) {\nLAB_00123a2c:\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xff8;\n /* WARNING: Subroutine does not return */\n puStack_80 = &UNK_00123a4b;\n FUN_002446e0();\n }\n uVar15 = local_58 + 0x2000000;\n }\n uVar5 = (local_58 & 2) << 0x17 | uVar7 | 0xfa000000;\nLAB_00123b38:\n uVar7 = ((int)local_58 >> 2 ^ uVar5) & 0xffffff ^ uVar5;\n *local_5c = uVar5 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8 | uVar7 << 0x18;\n return (uint)(0x3ffffff < uVar15);\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (declaration "char cVar3;" primitive_type identifier ;) (declaration "byte bVar4;" type_identifier identifier ;) (declaration "uint uVar5;" type_identifier identifier ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "uint uVar7;" type_identifier identifier ;) (declaration "undefined4 *puVar8;" type_identifier (pointer_declarator "*puVar8" * identifier) ;) (declaration "int iVar9;" primitive_type identifier ;) (declaration "uint *extraout_ECX;" type_identifier (pointer_declarator "*extraout_ECX" * identifier) ;) (declaration "uint *puVar10;" type_identifier (pointer_declarator "*puVar10" * identifier) ;) (declaration "undefined4 extraout_ECX_00;" type_identifier identifier ;) (declaration "uint uVar11;" type_identifier identifier ;) (declaration "int iVar12;" primitive_type identifier ;) (declaration "uint uVar13;" type_identifier identifier ;) (declaration "int *piVar14;" primitive_type (pointer_declarator "*piVar14" * identifier) ;) (declaration "int unaff_EDI;" primitive_type identifier ;) (declaration "uint uVar15;" type_identifier identifier ;) (declaration "byte *pbVar16;" type_identifier (pointer_declarator "*pbVar16" * identifier) ;) (declaration "byte *pbVar17;" type_identifier (pointer_declarator "*pbVar17" * identifier) ;) (declaration "int *piVar18;" primitive_type (pointer_declarator "*piVar18" * identifier) ;) (declaration "bool bVar19;" primitive_type identifier ;) (declaration "bool bVar20;" primitive_type identifier ;) (declaration "undefined8 uVar21;" type_identifier identifier ;) (declaration "undefined8 uVar22;" type_identifier identifier ;) (declaration "undefined4 uVar23;" type_identifier identifier ;) (declaration "bool bStack_b8;" primitive_type identifier ;) (declaration "uint *puStack_b4;" type_identifier (pointer_declarator "*puStack_b4" * identifier) ;) (declaration "uint auStack_a8 [10];" type_identifier (array_declarator "auStack_a8 [10]" identifier [ number_literal ]) ;) (declaration "undefined *puStack_80;" type_identifier (pointer_declarator "*puStack_80" * identifier) ;) (declaration "uint *local_7c;" type_identifier (pointer_declarator "*local_7c" * identifier) ;) (declaration "int iStack_78;" primitive_type identifier ;) (declaration "uint uStack_74;" type_identifier identifier ;) (declaration "uint *puStack_70;" type_identifier (pointer_declarator "*puStack_70" * identifier) ;) (declaration "uint uStack_68;" type_identifier identifier ;) (declaration "int local_64;" primitive_type identifier ;) (declaration "uint local_60;" type_identifier identifier ;) (declaration "uint *local_5c;" type_identifier (pointer_declarator "*local_5c" * identifier) ;) (declaration "uint local_58;" type_identifier identifier ;) (declaration "int *local_54;" primitive_type (pointer_declarator "*local_54" * identifier) ;) (declaration "int local_50;" primitive_type identifier ;) (declaration "uint local_4c;" type_identifier identifier ;) (declaration "uint local_48;" type_identifier identifier ;) (declaration "uint local_44;" type_identifier identifier ;) (declaration "uint local_40;" type_identifier identifier ;) (declaration "int local_3c;" primitive_type identifier ;) (declaration "uint *local_38;" type_identifier (pointer_declarator "*local_38" * identifier) ;) (declaration "uint local_34;" type_identifier identifier ;) (declaration "int local_30;" primitive_type identifier ;) (declaration "int local_2c;" primitive_type identifier ;) (declaration "int local_28;" primitive_type identifier ;) (declaration "int local_24;" primitive_type identifier ;) (declaration "uint local_20;" type_identifier identifier ;) (expression_statement "uVar21 = FUN_00074f0a();" (assignment_expression "uVar21 = FUN_00074f0a()" identifier = (call_expression "FUN_00074f0a()" identifier (argument_list "()" ( )))) ;) (expression_statement "local_50 = (int)((ulonglong)uVar21 >> 0x20);" (assignment_expression "local_50 = (int)((ulonglong)uVar21 >> 0x20)" identifier = (cast_expression "(int)((ulonglong)uVar21 >> 0x20)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "((ulonglong)uVar21 >> 0x20)" ( (binary_expression "(ulonglong)uVar21 >> 0x20" (cast_expression "(ulonglong)uVar21" ( (type_descriptor "ulonglong" type_identifier) ) identifier) >> number_literal) )))) ;) (expression_statement "uVar22 = CONCAT44(local_50,local_3c);" (assignment_expression "uVar22 = CONCAT44(local_50,local_3c)" identifier = (call_expression "CONCAT44(local_50,local_3c)" identifier (argument_list "(local_50,local_3c)" ( identifier , identifier )))) ;) (expression_statement "iVar9 = (int)uVar21;" (assignment_expression "iVar9 = (int)uVar21" identifier = (cast_expression "(int)uVar21" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "local_64 = unaff_EDI + 0x4c6939;" (assignment_expression "local_64 = unaff_EDI + 0x4c6939" identifier = (binary_expression "unaff_EDI + 0x4c6939" identifier + number_literal)) ;) (expression_statement "uVar15 = *extraout_ECX;" (assignment_expression "uVar15 = *extraout_ECX" identifier = (pointer_expression "*extraout_ECX" * identifier)) ;) (expression_statement "uVar7 = uVar15 >> 0x18 | (uVar15 & 0xff0000) >> 8 | (uVar15 & 0xff00) << 8;" (assignment_expression "uVar7 = uVar15 >> 0x18 | (uVar15 & 0xff0000) >> 8 | (uVar15 & 0xff00) << 8" identifier = (binary_expression "uVar15 >> 0x18 | (uVar15 & 0xff0000) >> 8 | (uVar15 & 0xff00) << 8" (binary_expression "uVar15 >> 0x18 | (uVar15 & 0xff0000) >> 8" (binary_expression "uVar15 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar15 & 0xff0000) >> 8" (parenthesized_expression "(uVar15 & 0xff0000)" ( (binary_expression "uVar15 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar15 & 0xff00) << 8" (parenthesized_expression "(uVar15 & 0xff00)" ( (binary_expression "uVar15 & 0xff00" identifier & number_literal) )) << number_literal))) ;) (expression_statement "uVar15 = uVar15 << 0x18;" (assignment_expression "uVar15 = uVar15 << 0x18" identifier = (binary_expression "uVar15 << 0x18" identifier << number_literal)) ;) (expression_statement "uVar5 = uVar7 | uVar15;" (assignment_expression "uVar5 = uVar7 | uVar15" identifier = (binary_expression "uVar7 | uVar15" identifier | identifier)) ;) (if_statement "if (uVar15 >> 0x1c == 0xf) {\n bVar19 = false;\n puVar10 = extraout_ECX;\nLAB_00123812:\n if (iVar9 == 0x1c) {\n if ((uVar15 != 0xeb000000) && ((uVar15 & 0xfe000000) != 0xfa000000)) {\n return 2;\n }\n }\n else {\n bVar20 = false;\n if (iVar9 == 0x1d) goto LAB_0012385b;\nLAB_0012372e:\n if ((iVar9 != 0x1b) && (iVar9 != 0xf)) {\n uStack_74 = unaff_EDI + 0x346cd1;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0xfba;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123d78;\n puStack_70 = puVar10;\n FUN_002446e0();\n }\n if ((uVar15 & 0xe000000) != 0xa000000) {\n return 2;\n }\n }\n }\n else {\n puVar10 = (uint *)(uVar15 & 0xf000000);\n bVar19 = puVar10 == (uint *)0xa000000;\n if (uVar15 >> 0x1c == 0xe) goto LAB_00123812;\n bVar20 = puVar10 == (uint *)0xb000000;\n if (iVar9 == 0x1c) {\n return 2;\n }\n if (iVar9 != 0x1d) goto LAB_0012372e;\nLAB_0012385b:\n if ((!bVar19) && (!bVar20)) {\n return 2;\n }\n }" if (parenthesized_expression "(uVar15 >> 0x1c == 0xf)" ( (binary_expression "uVar15 >> 0x1c == 0xf" (binary_expression "uVar15 >> 0x1c" identifier >> number_literal) == number_literal) )) (compound_statement "{\n bVar19 = false;\n puVar10 = extraout_ECX;\nLAB_00123812:\n if (iVar9 == 0x1c) {\n if ((uVar15 != 0xeb000000) && ((uVar15 & 0xfe000000) != 0xfa000000)) {\n return 2;\n }\n }\n else {\n bVar20 = false;\n if (iVar9 == 0x1d) goto LAB_0012385b;\nLAB_0012372e:\n if ((iVar9 != 0x1b) && (iVar9 != 0xf)) {\n uStack_74 = unaff_EDI + 0x346cd1;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0xfba;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123d78;\n puStack_70 = puVar10;\n FUN_002446e0();\n }\n if ((uVar15 & 0xe000000) != 0xa000000) {\n return 2;\n }\n }\n }" { (expression_statement "bVar19 = false;" (assignment_expression "bVar19 = false" identifier = false) ;) (expression_statement "puVar10 = extraout_ECX;" (assignment_expression "puVar10 = extraout_ECX" identifier = identifier) ;) (labeled_statement "LAB_00123812:\n if (iVar9 == 0x1c) {\n if ((uVar15 != 0xeb000000) && ((uVar15 & 0xfe000000) != 0xfa000000)) {\n return 2;\n }\n }\n else {\n bVar20 = false;\n if (iVar9 == 0x1d) goto LAB_0012385b;\nLAB_0012372e:\n if ((iVar9 != 0x1b) && (iVar9 != 0xf)) {\n uStack_74 = unaff_EDI + 0x346cd1;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0xfba;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123d78;\n puStack_70 = puVar10;\n FUN_002446e0();\n }\n if ((uVar15 & 0xe000000) != 0xa000000) {\n return 2;\n }\n }" statement_identifier : (if_statement "if (iVar9 == 0x1c) {\n if ((uVar15 != 0xeb000000) && ((uVar15 & 0xfe000000) != 0xfa000000)) {\n return 2;\n }\n }\n else {\n bVar20 = false;\n if (iVar9 == 0x1d) goto LAB_0012385b;\nLAB_0012372e:\n if ((iVar9 != 0x1b) && (iVar9 != 0xf)) {\n uStack_74 = unaff_EDI + 0x346cd1;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0xfba;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123d78;\n puStack_70 = puVar10;\n FUN_002446e0();\n }\n if ((uVar15 & 0xe000000) != 0xa000000) {\n return 2;\n }\n }" if (parenthesized_expression "(iVar9 == 0x1c)" ( (binary_expression "iVar9 == 0x1c" identifier == number_literal) )) (compound_statement "{\n if ((uVar15 != 0xeb000000) && ((uVar15 & 0xfe000000) != 0xfa000000)) {\n return 2;\n }\n }" { (if_statement "if ((uVar15 != 0xeb000000) && ((uVar15 & 0xfe000000) != 0xfa000000)) {\n return 2;\n }" if (parenthesized_expression "((uVar15 != 0xeb000000) && ((uVar15 & 0xfe000000) != 0xfa000000))" ( (binary_expression "(uVar15 != 0xeb000000) && ((uVar15 & 0xfe000000) != 0xfa000000)" (parenthesized_expression "(uVar15 != 0xeb000000)" ( (binary_expression "uVar15 != 0xeb000000" identifier != number_literal) )) && (parenthesized_expression "((uVar15 & 0xfe000000) != 0xfa000000)" ( (binary_expression "(uVar15 & 0xfe000000) != 0xfa000000" (parenthesized_expression "(uVar15 & 0xfe000000)" ( (binary_expression "uVar15 & 0xfe000000" identifier & number_literal) )) != number_literal) ))) )) (compound_statement "{\n return 2;\n }" { (return_statement "return 2;" return number_literal ;) })) }) (else_clause "else {\n bVar20 = false;\n if (iVar9 == 0x1d) goto LAB_0012385b;\nLAB_0012372e:\n if ((iVar9 != 0x1b) && (iVar9 != 0xf)) {\n uStack_74 = unaff_EDI + 0x346cd1;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0xfba;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123d78;\n puStack_70 = puVar10;\n FUN_002446e0();\n }\n if ((uVar15 & 0xe000000) != 0xa000000) {\n return 2;\n }\n }" else (compound_statement "{\n bVar20 = false;\n if (iVar9 == 0x1d) goto LAB_0012385b;\nLAB_0012372e:\n if ((iVar9 != 0x1b) && (iVar9 != 0xf)) {\n uStack_74 = unaff_EDI + 0x346cd1;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0xfba;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123d78;\n puStack_70 = puVar10;\n FUN_002446e0();\n }\n if ((uVar15 & 0xe000000) != 0xa000000) {\n return 2;\n }\n }" { (expression_statement "bVar20 = false;" (assignment_expression "bVar20 = false" identifier = false) ;) (if_statement "if (iVar9 == 0x1d) goto LAB_0012385b;" if (parenthesized_expression "(iVar9 == 0x1d)" ( (binary_expression "iVar9 == 0x1d" identifier == number_literal) )) (goto_statement "goto LAB_0012385b;" goto statement_identifier ;)) (labeled_statement "LAB_0012372e:\n if ((iVar9 != 0x1b) && (iVar9 != 0xf)) {\n uStack_74 = unaff_EDI + 0x346cd1;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0xfba;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123d78;\n puStack_70 = puVar10;\n FUN_002446e0();\n }" statement_identifier : (if_statement "if ((iVar9 != 0x1b) && (iVar9 != 0xf)) {\n uStack_74 = unaff_EDI + 0x346cd1;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0xfba;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123d78;\n puStack_70 = puVar10;\n FUN_002446e0();\n }" if (parenthesized_expression "((iVar9 != 0x1b) && (iVar9 != 0xf))" ( (binary_expression "(iVar9 != 0x1b) && (iVar9 != 0xf)" (parenthesized_expression "(iVar9 != 0x1b)" ( (binary_expression "iVar9 != 0x1b" identifier != number_literal) )) && (parenthesized_expression "(iVar9 != 0xf)" ( (binary_expression "iVar9 != 0xf" identifier != number_literal) ))) )) (compound_statement "{\n uStack_74 = unaff_EDI + 0x346cd1;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0xfba;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123d78;\n puStack_70 = puVar10;\n FUN_002446e0();\n }" { (expression_statement "uStack_74 = unaff_EDI + 0x346cd1;" (assignment_expression "uStack_74 = unaff_EDI + 0x346cd1" identifier = (binary_expression "unaff_EDI + 0x346cd1" identifier + number_literal)) ;) (expression_statement "local_7c = (uint *)(unaff_EDI + 0x343c7f);" (assignment_expression "local_7c = (uint *)(unaff_EDI + 0x343c7f)" identifier = (cast_expression "(uint *)(unaff_EDI + 0x343c7f)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EDI + 0x343c7f)" ( (binary_expression "unaff_EDI + 0x343c7f" identifier + number_literal) )))) ;) (expression_statement "iStack_78 = 0xfba;" (assignment_expression "iStack_78 = 0xfba" identifier = number_literal) ;) comment (expression_statement "puStack_80 = (undefined *)0x123d78;" (assignment_expression "puStack_80 = (undefined *)0x123d78" identifier = (cast_expression "(undefined *)0x123d78" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "puStack_70 = puVar10;" (assignment_expression "puStack_70 = puVar10" identifier = identifier) ;) (expression_statement "FUN_002446e0();" (call_expression "FUN_002446e0()" identifier (argument_list "()" ( ))) ;) }))) (if_statement "if ((uVar15 & 0xe000000) != 0xa000000) {\n return 2;\n }" if (parenthesized_expression "((uVar15 & 0xe000000) != 0xa000000)" ( (binary_expression "(uVar15 & 0xe000000) != 0xa000000" (parenthesized_expression "(uVar15 & 0xe000000)" ( (binary_expression "uVar15 & 0xe000000" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n return 2;\n }" { (return_statement "return 2;" return number_literal ;) })) })))) }) (else_clause "else {\n puVar10 = (uint *)(uVar15 & 0xf000000);\n bVar19 = puVar10 == (uint *)0xa000000;\n if (uVar15 >> 0x1c == 0xe) goto LAB_00123812;\n bVar20 = puVar10 == (uint *)0xb000000;\n if (iVar9 == 0x1c) {\n return 2;\n }\n if (iVar9 != 0x1d) goto LAB_0012372e;\nLAB_0012385b:\n if ((!bVar19) && (!bVar20)) {\n return 2;\n }\n }" else (compound_statement "{\n puVar10 = (uint *)(uVar15 & 0xf000000);\n bVar19 = puVar10 == (uint *)0xa000000;\n if (uVar15 >> 0x1c == 0xe) goto LAB_00123812;\n bVar20 = puVar10 == (uint *)0xb000000;\n if (iVar9 == 0x1c) {\n return 2;\n }\n if (iVar9 != 0x1d) goto LAB_0012372e;\nLAB_0012385b:\n if ((!bVar19) && (!bVar20)) {\n return 2;\n }\n }" { (expression_statement "puVar10 = (uint *)(uVar15 & 0xf000000);" (assignment_expression "puVar10 = (uint *)(uVar15 & 0xf000000)" identifier = (cast_expression "(uint *)(uVar15 & 0xf000000)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(uVar15 & 0xf000000)" ( (binary_expression "uVar15 & 0xf000000" identifier & number_literal) )))) ;) (expression_statement "bVar19 = puVar10 == (uint *)0xa000000;" (assignment_expression "bVar19 = puVar10 == (uint *)0xa000000" identifier = (binary_expression "puVar10 == (uint *)0xa000000" identifier == (cast_expression "(uint *)0xa000000" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ;) (if_statement "if (uVar15 >> 0x1c == 0xe) goto LAB_00123812;" if (parenthesized_expression "(uVar15 >> 0x1c == 0xe)" ( (binary_expression "uVar15 >> 0x1c == 0xe" (binary_expression "uVar15 >> 0x1c" identifier >> number_literal) == number_literal) )) (goto_statement "goto LAB_00123812;" goto statement_identifier ;)) (expression_statement "bVar20 = puVar10 == (uint *)0xb000000;" (assignment_expression "bVar20 = puVar10 == (uint *)0xb000000" identifier = (binary_expression "puVar10 == (uint *)0xb000000" identifier == (cast_expression "(uint *)0xb000000" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ;) (if_statement "if (iVar9 == 0x1c) {\n return 2;\n }" if (parenthesized_expression "(iVar9 == 0x1c)" ( (binary_expression "iVar9 == 0x1c" identifier == number_literal) )) (compound_statement "{\n return 2;\n }" { (return_statement "return 2;" return number_literal ;) })) (if_statement "if (iVar9 != 0x1d) goto LAB_0012372e;" if (parenthesized_expression "(iVar9 != 0x1d)" ( (binary_expression "iVar9 != 0x1d" identifier != number_literal) )) (goto_statement "goto LAB_0012372e;" goto statement_identifier ;)) (labeled_statement "LAB_0012385b:\n if ((!bVar19) && (!bVar20)) {\n return 2;\n }" statement_identifier : (if_statement "if ((!bVar19) && (!bVar20)) {\n return 2;\n }" if (parenthesized_expression "((!bVar19) && (!bVar20))" ( (binary_expression "(!bVar19) && (!bVar20)" (parenthesized_expression "(!bVar19)" ( (unary_expression "!bVar19" ! identifier) )) && (parenthesized_expression "(!bVar20)" ( (unary_expression "!bVar20" ! identifier) ))) )) (compound_statement "{\n return 2;\n }" { (return_statement "return 2;" return number_literal ;) }))) }))) (expression_statement "local_54 = (int *)((int)&DWORD_004c7100 + unaff_EDI + 1);" (assignment_expression "local_54 = (int *)((int)&DWORD_004c7100 + unaff_EDI + 1)" identifier = (cast_expression "(int *)((int)&DWORD_004c7100 + unaff_EDI + 1)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&DWORD_004c7100 + unaff_EDI + 1)" ( (binary_expression "(int)&DWORD_004c7100 + unaff_EDI + 1" (binary_expression "(int)&DWORD_004c7100 + unaff_EDI" (cast_expression "(int)&DWORD_004c7100" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&DWORD_004c7100" & identifier)) + identifier) + number_literal) )))) ;) (expression_statement "local_60 = *(uint *)(*local_54 + 0xc);" (assignment_expression "local_60 = *(uint *)(*local_54 + 0xc)" identifier = (pointer_expression "*(uint *)(*local_54 + 0xc)" * (cast_expression "(uint *)(*local_54 + 0xc)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*local_54 + 0xc)" ( (binary_expression "*local_54 + 0xc" (pointer_expression "*local_54" * identifier) + number_literal) ))))) ;) (if_statement "if (local_60 == 0) {\n puStack_70 = (uint *)0x123d3e;\n iVar6 = FUN_0010d780();\n goto LAB_00123d3e;\n }" if (parenthesized_expression "(local_60 == 0)" ( (binary_expression "local_60 == 0" identifier == number_literal) )) (compound_statement "{\n puStack_70 = (uint *)0x123d3e;\n iVar6 = FUN_0010d780();\n goto LAB_00123d3e;\n }" { (expression_statement "puStack_70 = (uint *)0x123d3e;" (assignment_expression "puStack_70 = (uint *)0x123d3e" identifier = (cast_expression "(uint *)0x123d3e" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "iVar6 = FUN_0010d780();" (assignment_expression "iVar6 = FUN_0010d780()" identifier = (call_expression "FUN_0010d780()" identifier (argument_list "()" ( )))) ;) (goto_statement "goto LAB_00123d3e;" goto statement_identifier ;) })) (if_statement "if ((*(int *)(*(int *)(local_60 + 4) + 8) != 0x28) ||\n (*(char *)(*(int *)(local_60 + 4) + 4) == '\0')) {\n puStack_70 = (uint *)param_7;\n uStack_74 = unaff_EDI + 0x346d6d;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0x988;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123d1c;\n FUN_002446e0();\n }" if (parenthesized_expression "((*(int *)(*(int *)(local_60 + 4) + 8) != 0x28) ||\n (*(char *)(*(int *)(local_60 + 4) + 4) == '\0'))" ( (binary_expression "(*(int *)(*(int *)(local_60 + 4) + 8) != 0x28) ||\n (*(char *)(*(int *)(local_60 + 4) + 4) == '\0')" (parenthesized_expression "(*(int *)(*(int *)(local_60 + 4) + 8) != 0x28)" ( (binary_expression "*(int *)(*(int *)(local_60 + 4) + 8) != 0x28" (pointer_expression "*(int *)(*(int *)(local_60 + 4) + 8)" * (cast_expression "(int *)(*(int *)(local_60 + 4) + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(local_60 + 4) + 8)" ( (binary_expression "*(int *)(local_60 + 4) + 8" (pointer_expression "*(int *)(local_60 + 4)" * (cast_expression "(int *)(local_60 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_60 + 4)" ( (binary_expression "local_60 + 4" identifier + number_literal) )))) + number_literal) )))) != number_literal) )) || (parenthesized_expression "(*(char *)(*(int *)(local_60 + 4) + 4) == '\0')" ( (binary_expression "*(char *)(*(int *)(local_60 + 4) + 4) == '\0'" (pointer_expression "*(char *)(*(int *)(local_60 + 4) + 4)" * (cast_expression "(char *)(*(int *)(local_60 + 4) + 4)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(local_60 + 4) + 4)" ( (binary_expression "*(int *)(local_60 + 4) + 4" (pointer_expression "*(int *)(local_60 + 4)" * (cast_expression "(int *)(local_60 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_60 + 4)" ( (binary_expression "local_60 + 4" identifier + number_literal) )))) + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n puStack_70 = (uint *)param_7;\n uStack_74 = unaff_EDI + 0x346d6d;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0x988;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123d1c;\n FUN_002446e0();\n }" { (expression_statement "puStack_70 = (uint *)param_7;" (assignment_expression "puStack_70 = (uint *)param_7" identifier = (cast_expression "(uint *)param_7" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "uStack_74 = unaff_EDI + 0x346d6d;" (assignment_expression "uStack_74 = unaff_EDI + 0x346d6d" identifier = (binary_expression "unaff_EDI + 0x346d6d" identifier + number_literal)) ;) (expression_statement "local_7c = (uint *)(unaff_EDI + 0x343c7f);" (assignment_expression "local_7c = (uint *)(unaff_EDI + 0x343c7f)" identifier = (cast_expression "(uint *)(unaff_EDI + 0x343c7f)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EDI + 0x343c7f)" ( (binary_expression "unaff_EDI + 0x343c7f" identifier + number_literal) )))) ;) (expression_statement "iStack_78 = 0x988;" (assignment_expression "iStack_78 = 0x988" identifier = number_literal) ;) comment (expression_statement "puStack_80 = (undefined *)0x123d1c;" (assignment_expression "puStack_80 = (undefined *)0x123d1c" identifier = (cast_expression "(undefined *)0x123d1c" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "FUN_002446e0();" (call_expression "FUN_002446e0()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "local_5c = extraout_ECX;" (assignment_expression "local_5c = extraout_ECX" identifier = identifier) ;) (if_statement "if ((char)param_7 != '\0') {\n puStack_70 = *(uint **)(*local_54 + 8);\n if (puStack_70 == (uint *)0x0) {\n uStack_74 = unaff_EDI + 0x346db1;\n local_7c = (uint *)(unaff_EDI + 0x324ba6);\n iStack_78 = 0x5c;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123dd1;\n FUN_002446e0();\n }\n if (*(char *)((int)puStack_70 + 0x318d) != '\0') {\n uStack_74 = unaff_EDI + 0x346cd1;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0xfc5;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123db7;\n FUN_002446e0();\n }\n puVar8 = *(undefined4 **)(local_60 + 0x7c);\n if (puVar8 != (undefined4 *)0x0) {\n iStack_78 = 6;\n local_7c = (uint *)*puVar8;\n puStack_80 = (undefined *)0x1237cd;\n iVar6 = FUN_00225490();\n if (iVar6 != 0) {\n if ((*(int *)(iVar6 + 4) - 8U < 3) ||\n (uVar7 = uVar15 & 0xf0000000 | 0x1a00000, *(int *)(iVar6 + 4) == 0xd)) {\n uVar7 = uVar15 & 0xf0000000 | 0x320f000;\n }\n *local_5c = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8;\n return 0;\n }\n goto LAB_00123d3e;\n }\n goto LAB_00123d1c;\n }" if (parenthesized_expression "((char)param_7 != '\0')" ( (binary_expression "(char)param_7 != '\0'" (cast_expression "(char)param_7" ( (type_descriptor "char" primitive_type) ) identifier) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n puStack_70 = *(uint **)(*local_54 + 8);\n if (puStack_70 == (uint *)0x0) {\n uStack_74 = unaff_EDI + 0x346db1;\n local_7c = (uint *)(unaff_EDI + 0x324ba6);\n iStack_78 = 0x5c;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123dd1;\n FUN_002446e0();\n }\n if (*(char *)((int)puStack_70 + 0x318d) != '\0') {\n uStack_74 = unaff_EDI + 0x346cd1;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0xfc5;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123db7;\n FUN_002446e0();\n }\n puVar8 = *(undefined4 **)(local_60 + 0x7c);\n if (puVar8 != (undefined4 *)0x0) {\n iStack_78 = 6;\n local_7c = (uint *)*puVar8;\n puStack_80 = (undefined *)0x1237cd;\n iVar6 = FUN_00225490();\n if (iVar6 != 0) {\n if ((*(int *)(iVar6 + 4) - 8U < 3) ||\n (uVar7 = uVar15 & 0xf0000000 | 0x1a00000, *(int *)(iVar6 + 4) == 0xd)) {\n uVar7 = uVar15 & 0xf0000000 | 0x320f000;\n }\n *local_5c = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8;\n return 0;\n }\n goto LAB_00123d3e;\n }\n goto LAB_00123d1c;\n }" { (expression_statement "puStack_70 = *(uint **)(*local_54 + 8);" (assignment_expression "puStack_70 = *(uint **)(*local_54 + 8)" identifier = (pointer_expression "*(uint **)(*local_54 + 8)" * (cast_expression "(uint **)(*local_54 + 8)" ( (type_descriptor "uint **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*local_54 + 8)" ( (binary_expression "*local_54 + 8" (pointer_expression "*local_54" * identifier) + number_literal) ))))) ;) (if_statement "if (puStack_70 == (uint *)0x0) {\n uStack_74 = unaff_EDI + 0x346db1;\n local_7c = (uint *)(unaff_EDI + 0x324ba6);\n iStack_78 = 0x5c;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123dd1;\n FUN_002446e0();\n }" if (parenthesized_expression "(puStack_70 == (uint *)0x0)" ( (binary_expression "puStack_70 == (uint *)0x0" identifier == (cast_expression "(uint *)0x0" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n uStack_74 = unaff_EDI + 0x346db1;\n local_7c = (uint *)(unaff_EDI + 0x324ba6);\n iStack_78 = 0x5c;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123dd1;\n FUN_002446e0();\n }" { (expression_statement "uStack_74 = unaff_EDI + 0x346db1;" (assignment_expression "uStack_74 = unaff_EDI + 0x346db1" identifier = (binary_expression "unaff_EDI + 0x346db1" identifier + number_literal)) ;) (expression_statement "local_7c = (uint *)(unaff_EDI + 0x324ba6);" (assignment_expression "local_7c = (uint *)(unaff_EDI + 0x324ba6)" identifier = (cast_expression "(uint *)(unaff_EDI + 0x324ba6)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EDI + 0x324ba6)" ( (binary_expression "unaff_EDI + 0x324ba6" identifier + number_literal) )))) ;) (expression_statement "iStack_78 = 0x5c;" (assignment_expression "iStack_78 = 0x5c" identifier = number_literal) ;) comment (expression_statement "puStack_80 = (undefined *)0x123dd1;" (assignment_expression "puStack_80 = (undefined *)0x123dd1" identifier = (cast_expression "(undefined *)0x123dd1" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "FUN_002446e0();" (call_expression "FUN_002446e0()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (*(char *)((int)puStack_70 + 0x318d) != '\0') {\n uStack_74 = unaff_EDI + 0x346cd1;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0xfc5;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123db7;\n FUN_002446e0();\n }" if (parenthesized_expression "(*(char *)((int)puStack_70 + 0x318d) != '\0')" ( (binary_expression "*(char *)((int)puStack_70 + 0x318d) != '\0'" (pointer_expression "*(char *)((int)puStack_70 + 0x318d)" * (cast_expression "(char *)((int)puStack_70 + 0x318d)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puStack_70 + 0x318d)" ( (binary_expression "(int)puStack_70 + 0x318d" (cast_expression "(int)puStack_70" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n uStack_74 = unaff_EDI + 0x346cd1;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0xfc5;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123db7;\n FUN_002446e0();\n }" { (expression_statement "uStack_74 = unaff_EDI + 0x346cd1;" (assignment_expression "uStack_74 = unaff_EDI + 0x346cd1" identifier = (binary_expression "unaff_EDI + 0x346cd1" identifier + number_literal)) ;) (expression_statement "local_7c = (uint *)(unaff_EDI + 0x343c7f);" (assignment_expression "local_7c = (uint *)(unaff_EDI + 0x343c7f)" identifier = (cast_expression "(uint *)(unaff_EDI + 0x343c7f)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EDI + 0x343c7f)" ( (binary_expression "unaff_EDI + 0x343c7f" identifier + number_literal) )))) ;) (expression_statement "iStack_78 = 0xfc5;" (assignment_expression "iStack_78 = 0xfc5" identifier = number_literal) ;) comment (expression_statement "puStack_80 = (undefined *)0x123db7;" (assignment_expression "puStack_80 = (undefined *)0x123db7" identifier = (cast_expression "(undefined *)0x123db7" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "FUN_002446e0();" (call_expression "FUN_002446e0()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "puVar8 = *(undefined4 **)(local_60 + 0x7c);" (assignment_expression "puVar8 = *(undefined4 **)(local_60 + 0x7c)" identifier = (pointer_expression "*(undefined4 **)(local_60 + 0x7c)" * (cast_expression "(undefined4 **)(local_60 + 0x7c)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(local_60 + 0x7c)" ( (binary_expression "local_60 + 0x7c" identifier + number_literal) ))))) ;) (if_statement "if (puVar8 != (undefined4 *)0x0) {\n iStack_78 = 6;\n local_7c = (uint *)*puVar8;\n puStack_80 = (undefined *)0x1237cd;\n iVar6 = FUN_00225490();\n if (iVar6 != 0) {\n if ((*(int *)(iVar6 + 4) - 8U < 3) ||\n (uVar7 = uVar15 & 0xf0000000 | 0x1a00000, *(int *)(iVar6 + 4) == 0xd)) {\n uVar7 = uVar15 & 0xf0000000 | 0x320f000;\n }\n *local_5c = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8;\n return 0;\n }\n goto LAB_00123d3e;\n }" if (parenthesized_expression "(puVar8 != (undefined4 *)0x0)" ( (binary_expression "puVar8 != (undefined4 *)0x0" identifier != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iStack_78 = 6;\n local_7c = (uint *)*puVar8;\n puStack_80 = (undefined *)0x1237cd;\n iVar6 = FUN_00225490();\n if (iVar6 != 0) {\n if ((*(int *)(iVar6 + 4) - 8U < 3) ||\n (uVar7 = uVar15 & 0xf0000000 | 0x1a00000, *(int *)(iVar6 + 4) == 0xd)) {\n uVar7 = uVar15 & 0xf0000000 | 0x320f000;\n }\n *local_5c = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8;\n return 0;\n }\n goto LAB_00123d3e;\n }" { (expression_statement "iStack_78 = 6;" (assignment_expression "iStack_78 = 6" identifier = number_literal) ;) (expression_statement "local_7c = (uint *)*puVar8;" (assignment_expression "local_7c = (uint *)*puVar8" identifier = (cast_expression "(uint *)*puVar8" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar8" * identifier))) ;) (expression_statement "puStack_80 = (undefined *)0x1237cd;" (assignment_expression "puStack_80 = (undefined *)0x1237cd" identifier = (cast_expression "(undefined *)0x1237cd" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "iVar6 = FUN_00225490();" (assignment_expression "iVar6 = FUN_00225490()" identifier = (call_expression "FUN_00225490()" identifier (argument_list "()" ( )))) ;) (if_statement "if (iVar6 != 0) {\n if ((*(int *)(iVar6 + 4) - 8U < 3) ||\n (uVar7 = uVar15 & 0xf0000000 | 0x1a00000, *(int *)(iVar6 + 4) == 0xd)) {\n uVar7 = uVar15 & 0xf0000000 | 0x320f000;\n }\n *local_5c = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8;\n return 0;\n }" if (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) (compound_statement "{\n if ((*(int *)(iVar6 + 4) - 8U < 3) ||\n (uVar7 = uVar15 & 0xf0000000 | 0x1a00000, *(int *)(iVar6 + 4) == 0xd)) {\n uVar7 = uVar15 & 0xf0000000 | 0x320f000;\n }\n *local_5c = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8;\n return 0;\n }" { (if_statement "if ((*(int *)(iVar6 + 4) - 8U < 3) ||\n (uVar7 = uVar15 & 0xf0000000 | 0x1a00000, *(int *)(iVar6 + 4) == 0xd)) {\n uVar7 = uVar15 & 0xf0000000 | 0x320f000;\n }" if (parenthesized_expression "((*(int *)(iVar6 + 4) - 8U < 3) ||\n (uVar7 = uVar15 & 0xf0000000 | 0x1a00000, *(int *)(iVar6 + 4) == 0xd))" ( (binary_expression "(*(int *)(iVar6 + 4) - 8U < 3) ||\n (uVar7 = uVar15 & 0xf0000000 | 0x1a00000, *(int *)(iVar6 + 4) == 0xd)" (parenthesized_expression "(*(int *)(iVar6 + 4) - 8U < 3)" ( (binary_expression "*(int *)(iVar6 + 4) - 8U < 3" (binary_expression "*(int *)(iVar6 + 4) - 8U" (pointer_expression "*(int *)(iVar6 + 4)" * (cast_expression "(int *)(iVar6 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 4)" ( (binary_expression "iVar6 + 4" identifier + number_literal) )))) - number_literal) < number_literal) )) || (parenthesized_expression "(uVar7 = uVar15 & 0xf0000000 | 0x1a00000, *(int *)(iVar6 + 4) == 0xd)" ( (comma_expression "uVar7 = uVar15 & 0xf0000000 | 0x1a00000, *(int *)(iVar6 + 4) == 0xd" (assignment_expression "uVar7 = uVar15 & 0xf0000000 | 0x1a00000" identifier = (binary_expression "uVar15 & 0xf0000000 | 0x1a00000" (binary_expression "uVar15 & 0xf0000000" identifier & number_literal) | number_literal)) , (binary_expression "*(int *)(iVar6 + 4) == 0xd" (pointer_expression "*(int *)(iVar6 + 4)" * (cast_expression "(int *)(iVar6 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 4)" ( (binary_expression "iVar6 + 4" identifier + number_literal) )))) == number_literal)) ))) )) (compound_statement "{\n uVar7 = uVar15 & 0xf0000000 | 0x320f000;\n }" { (expression_statement "uVar7 = uVar15 & 0xf0000000 | 0x320f000;" (assignment_expression "uVar7 = uVar15 & 0xf0000000 | 0x320f000" identifier = (binary_expression "uVar15 & 0xf0000000 | 0x320f000" (binary_expression "uVar15 & 0xf0000000" identifier & number_literal) | number_literal)) ;) })) (expression_statement "*local_5c = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8;" (assignment_expression "*local_5c = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8" (pointer_expression "*local_5c" * identifier) = (binary_expression "uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8" (binary_expression "uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8" (binary_expression "uVar7 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar7 & 0xff0000) >> 8" (parenthesized_expression "(uVar7 & 0xff0000)" ( (binary_expression "uVar7 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar7 & 0xff00) << 8" (parenthesized_expression "(uVar7 & 0xff00)" ( (binary_expression "uVar7 & 0xff00" identifier & number_literal) )) << number_literal))) ;) (return_statement "return 0;" return number_literal ;) })) (goto_statement "goto LAB_00123d3e;" goto statement_identifier ;) })) (goto_statement "goto LAB_00123d1c;" goto statement_identifier ;) })) (expression_statement "local_44 = uVar5 * 4 & 0x3ffffff;" (assignment_expression "local_44 = uVar5 * 4 & 0x3ffffff" identifier = (binary_expression "uVar5 * 4 & 0x3ffffff" (binary_expression "uVar5 * 4" identifier * number_literal) & number_literal)) ;) (if_statement "if ((uVar5 * 4 & 0x2000000) == 0) {\n bVar4 = *(byte *)(param_4 + 0xb);\n if (-1 < (char)bVar4) goto LAB_001238a2;\nLAB_00123a6e:\n iVar6 = local_44 + *(int *)(param_4 + 0xc);\n local_4c = local_44;\n }\n else {\n local_44 = local_44 + 0xfc000000;\n bVar4 = *(byte *)(param_4 + 0xb);\n if ((char)bVar4 < '\0') goto LAB_00123a6e;\nLAB_001238a2:\n local_4c = local_44;\n if ((bVar4 & 8) == 0) {\n uStack_74 = unaff_EDI + 0x346fc5;\n local_7c = (uint *)(unaff_EDI + 0x329cbe);\n iStack_78 = 0x6ab;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123d95;\n puStack_70 = (uint *)(uint)bVar4;\n FUN_002446e0();\n }\n local_7c = *(uint **)(param_4 + 0xc);\n local_58 = *local_7c;\n local_48 = local_44;\n if (local_44 < 0xffffff00) {\n local_58 = local_58 + local_44;\n local_48 = 0;\n }\n local_34 = local_7c[3];\n piVar18 = *(int **)(local_7c[2] + (local_58 % local_34) * 4);\n local_38 = local_7c;\n if (piVar18 != (int *)0x0) {\n uVar15 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, local_40 = uVar5, local_3c = iVar9, local_58 != uVar15) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar15 = piVar2[1], piVar18 = piVar14, local_58 % local_34 != uVar15 % local_34))\n goto LAB_00123b80;\n }\n if (*piVar18 != 0) {\n iVar6 = local_48 + *(int *)(*piVar18 + 8);\n uVar22 = uVar21;\n goto LAB_0012394e;\n }\n }\nLAB_00123b80:\n puStack_70 = (uint *)local_58;\n local_58 = *(uint *)(param_4 + 8);\n uStack_74 = local_58 & 0x7ffffff;\n iStack_78 = param_2;\n puStack_80 = (undefined *)0x123ba9;\n iVar6 = FUN_00318cf0();\n uVar22 = CONCAT44(local_50,local_3c);\n iVar6 = local_48 + iVar6;\n }" if (parenthesized_expression "((uVar5 * 4 & 0x2000000) == 0)" ( (binary_expression "(uVar5 * 4 & 0x2000000) == 0" (parenthesized_expression "(uVar5 * 4 & 0x2000000)" ( (binary_expression "uVar5 * 4 & 0x2000000" (binary_expression "uVar5 * 4" identifier * number_literal) & number_literal) )) == number_literal) )) (compound_statement "{\n bVar4 = *(byte *)(param_4 + 0xb);\n if (-1 < (char)bVar4) goto LAB_001238a2;\nLAB_00123a6e:\n iVar6 = local_44 + *(int *)(param_4 + 0xc);\n local_4c = local_44;\n }" { (expression_statement "bVar4 = *(byte *)(param_4 + 0xb);" (assignment_expression "bVar4 = *(byte *)(param_4 + 0xb)" identifier = (pointer_expression "*(byte *)(param_4 + 0xb)" * (cast_expression "(byte *)(param_4 + 0xb)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0xb)" ( (binary_expression "param_4 + 0xb" identifier + number_literal) ))))) ;) (if_statement "if (-1 < (char)bVar4) goto LAB_001238a2;" if (parenthesized_expression "(-1 < (char)bVar4)" ( (binary_expression "-1 < (char)bVar4" number_literal < (cast_expression "(char)bVar4" ( (type_descriptor "char" primitive_type) ) identifier)) )) (goto_statement "goto LAB_001238a2;" goto statement_identifier ;)) (labeled_statement "LAB_00123a6e:\n iVar6 = local_44 + *(int *)(param_4 + 0xc);" statement_identifier : (expression_statement "iVar6 = local_44 + *(int *)(param_4 + 0xc);" (assignment_expression "iVar6 = local_44 + *(int *)(param_4 + 0xc)" identifier = (binary_expression "local_44 + *(int *)(param_4 + 0xc)" identifier + (pointer_expression "*(int *)(param_4 + 0xc)" * (cast_expression "(int *)(param_4 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0xc)" ( (binary_expression "param_4 + 0xc" identifier + number_literal) )))))) ;)) (expression_statement "local_4c = local_44;" (assignment_expression "local_4c = local_44" identifier = identifier) ;) }) (else_clause "else {\n local_44 = local_44 + 0xfc000000;\n bVar4 = *(byte *)(param_4 + 0xb);\n if ((char)bVar4 < '\0') goto LAB_00123a6e;\nLAB_001238a2:\n local_4c = local_44;\n if ((bVar4 & 8) == 0) {\n uStack_74 = unaff_EDI + 0x346fc5;\n local_7c = (uint *)(unaff_EDI + 0x329cbe);\n iStack_78 = 0x6ab;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123d95;\n puStack_70 = (uint *)(uint)bVar4;\n FUN_002446e0();\n }\n local_7c = *(uint **)(param_4 + 0xc);\n local_58 = *local_7c;\n local_48 = local_44;\n if (local_44 < 0xffffff00) {\n local_58 = local_58 + local_44;\n local_48 = 0;\n }\n local_34 = local_7c[3];\n piVar18 = *(int **)(local_7c[2] + (local_58 % local_34) * 4);\n local_38 = local_7c;\n if (piVar18 != (int *)0x0) {\n uVar15 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, local_40 = uVar5, local_3c = iVar9, local_58 != uVar15) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar15 = piVar2[1], piVar18 = piVar14, local_58 % local_34 != uVar15 % local_34))\n goto LAB_00123b80;\n }\n if (*piVar18 != 0) {\n iVar6 = local_48 + *(int *)(*piVar18 + 8);\n uVar22 = uVar21;\n goto LAB_0012394e;\n }\n }\nLAB_00123b80:\n puStack_70 = (uint *)local_58;\n local_58 = *(uint *)(param_4 + 8);\n uStack_74 = local_58 & 0x7ffffff;\n iStack_78 = param_2;\n puStack_80 = (undefined *)0x123ba9;\n iVar6 = FUN_00318cf0();\n uVar22 = CONCAT44(local_50,local_3c);\n iVar6 = local_48 + iVar6;\n }" else (compound_statement "{\n local_44 = local_44 + 0xfc000000;\n bVar4 = *(byte *)(param_4 + 0xb);\n if ((char)bVar4 < '\0') goto LAB_00123a6e;\nLAB_001238a2:\n local_4c = local_44;\n if ((bVar4 & 8) == 0) {\n uStack_74 = unaff_EDI + 0x346fc5;\n local_7c = (uint *)(unaff_EDI + 0x329cbe);\n iStack_78 = 0x6ab;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123d95;\n puStack_70 = (uint *)(uint)bVar4;\n FUN_002446e0();\n }\n local_7c = *(uint **)(param_4 + 0xc);\n local_58 = *local_7c;\n local_48 = local_44;\n if (local_44 < 0xffffff00) {\n local_58 = local_58 + local_44;\n local_48 = 0;\n }\n local_34 = local_7c[3];\n piVar18 = *(int **)(local_7c[2] + (local_58 % local_34) * 4);\n local_38 = local_7c;\n if (piVar18 != (int *)0x0) {\n uVar15 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, local_40 = uVar5, local_3c = iVar9, local_58 != uVar15) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar15 = piVar2[1], piVar18 = piVar14, local_58 % local_34 != uVar15 % local_34))\n goto LAB_00123b80;\n }\n if (*piVar18 != 0) {\n iVar6 = local_48 + *(int *)(*piVar18 + 8);\n uVar22 = uVar21;\n goto LAB_0012394e;\n }\n }\nLAB_00123b80:\n puStack_70 = (uint *)local_58;\n local_58 = *(uint *)(param_4 + 8);\n uStack_74 = local_58 & 0x7ffffff;\n iStack_78 = param_2;\n puStack_80 = (undefined *)0x123ba9;\n iVar6 = FUN_00318cf0();\n uVar22 = CONCAT44(local_50,local_3c);\n iVar6 = local_48 + iVar6;\n }" { (expression_statement "local_44 = local_44 + 0xfc000000;" (assignment_expression "local_44 = local_44 + 0xfc000000" identifier = (binary_expression "local_44 + 0xfc000000" identifier + number_literal)) ;) (expression_statement "bVar4 = *(byte *)(param_4 + 0xb);" (assignment_expression "bVar4 = *(byte *)(param_4 + 0xb)" identifier = (pointer_expression "*(byte *)(param_4 + 0xb)" * (cast_expression "(byte *)(param_4 + 0xb)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0xb)" ( (binary_expression "param_4 + 0xb" identifier + number_literal) ))))) ;) (if_statement "if ((char)bVar4 < '\0') goto LAB_00123a6e;" if (parenthesized_expression "((char)bVar4 < '\0')" ( (binary_expression "(char)bVar4 < '\0'" (cast_expression "(char)bVar4" ( (type_descriptor "char" primitive_type) ) identifier) < (char_literal "'\0'" ' escape_sequence ')) )) (goto_statement "goto LAB_00123a6e;" goto statement_identifier ;)) (labeled_statement "LAB_001238a2:\n local_4c = local_44;" statement_identifier : (expression_statement "local_4c = local_44;" (assignment_expression "local_4c = local_44" identifier = identifier) ;)) (if_statement "if ((bVar4 & 8) == 0) {\n uStack_74 = unaff_EDI + 0x346fc5;\n local_7c = (uint *)(unaff_EDI + 0x329cbe);\n iStack_78 = 0x6ab;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123d95;\n puStack_70 = (uint *)(uint)bVar4;\n FUN_002446e0();\n }" if (parenthesized_expression "((bVar4 & 8) == 0)" ( (binary_expression "(bVar4 & 8) == 0" (parenthesized_expression "(bVar4 & 8)" ( (binary_expression "bVar4 & 8" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n uStack_74 = unaff_EDI + 0x346fc5;\n local_7c = (uint *)(unaff_EDI + 0x329cbe);\n iStack_78 = 0x6ab;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123d95;\n puStack_70 = (uint *)(uint)bVar4;\n FUN_002446e0();\n }" { (expression_statement "uStack_74 = unaff_EDI + 0x346fc5;" (assignment_expression "uStack_74 = unaff_EDI + 0x346fc5" identifier = (binary_expression "unaff_EDI + 0x346fc5" identifier + number_literal)) ;) (expression_statement "local_7c = (uint *)(unaff_EDI + 0x329cbe);" (assignment_expression "local_7c = (uint *)(unaff_EDI + 0x329cbe)" identifier = (cast_expression "(uint *)(unaff_EDI + 0x329cbe)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EDI + 0x329cbe)" ( (binary_expression "unaff_EDI + 0x329cbe" identifier + number_literal) )))) ;) (expression_statement "iStack_78 = 0x6ab;" (assignment_expression "iStack_78 = 0x6ab" identifier = number_literal) ;) comment (expression_statement "puStack_80 = (undefined *)0x123d95;" (assignment_expression "puStack_80 = (undefined *)0x123d95" identifier = (cast_expression "(undefined *)0x123d95" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "puStack_70 = (uint *)(uint)bVar4;" (assignment_expression "puStack_70 = (uint *)(uint)bVar4" identifier = (cast_expression "(uint *)(uint)bVar4" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (cast_expression "(uint)bVar4" ( (type_descriptor "uint" type_identifier) ) identifier))) ;) (expression_statement "FUN_002446e0();" (call_expression "FUN_002446e0()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "local_7c = *(uint **)(param_4 + 0xc);" (assignment_expression "local_7c = *(uint **)(param_4 + 0xc)" identifier = (pointer_expression "*(uint **)(param_4 + 0xc)" * (cast_expression "(uint **)(param_4 + 0xc)" ( (type_descriptor "uint **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_4 + 0xc)" ( (binary_expression "param_4 + 0xc" identifier + number_literal) ))))) ;) (expression_statement "local_58 = *local_7c;" (assignment_expression "local_58 = *local_7c" identifier = (pointer_expression "*local_7c" * identifier)) ;) (expression_statement "local_48 = local_44;" (assignment_expression "local_48 = local_44" identifier = identifier) ;) (if_statement "if (local_44 < 0xffffff00) {\n local_58 = local_58 + local_44;\n local_48 = 0;\n }" if (parenthesized_expression "(local_44 < 0xffffff00)" ( (binary_expression "local_44 < 0xffffff00" identifier < number_literal) )) (compound_statement "{\n local_58 = local_58 + local_44;\n local_48 = 0;\n }" { (expression_statement "local_58 = local_58 + local_44;" (assignment_expression "local_58 = local_58 + local_44" identifier = (binary_expression "local_58 + local_44" identifier + identifier)) ;) (expression_statement "local_48 = 0;" (assignment_expression "local_48 = 0" identifier = number_literal) ;) })) (expression_statement "local_34 = local_7c[3];" (assignment_expression "local_34 = local_7c[3]" identifier = (subscript_expression "local_7c[3]" identifier [ number_literal ])) ;) (expression_statement "piVar18 = *(int **)(local_7c[2] + (local_58 % local_34) * 4);" (assignment_expression "piVar18 = *(int **)(local_7c[2] + (local_58 % local_34) * 4)" identifier = (pointer_expression "*(int **)(local_7c[2] + (local_58 % local_34) * 4)" * (cast_expression "(int **)(local_7c[2] + (local_58 % local_34) * 4)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(local_7c[2] + (local_58 % local_34) * 4)" ( (binary_expression "local_7c[2] + (local_58 % local_34) * 4" (subscript_expression "local_7c[2]" identifier [ number_literal ]) + (binary_expression "(local_58 % local_34) * 4" (parenthesized_expression "(local_58 % local_34)" ( (binary_expression "local_58 % local_34" identifier % identifier) )) * number_literal)) ))))) ;) (expression_statement "local_38 = local_7c;" (assignment_expression "local_38 = local_7c" identifier = identifier) ;) (if_statement "if (piVar18 != (int *)0x0) {\n uVar15 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, local_40 = uVar5, local_3c = iVar9, local_58 != uVar15) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar15 = piVar2[1], piVar18 = piVar14, local_58 % local_34 != uVar15 % local_34))\n goto LAB_00123b80;\n }\n if (*piVar18 != 0) {\n iVar6 = local_48 + *(int *)(*piVar18 + 8);\n uVar22 = uVar21;\n goto LAB_0012394e;\n }\n }" if (parenthesized_expression "(piVar18 != (int *)0x0)" ( (binary_expression "piVar18 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n uVar15 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, local_40 = uVar5, local_3c = iVar9, local_58 != uVar15) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar15 = piVar2[1], piVar18 = piVar14, local_58 % local_34 != uVar15 % local_34))\n goto LAB_00123b80;\n }\n if (*piVar18 != 0) {\n iVar6 = local_48 + *(int *)(*piVar18 + 8);\n uVar22 = uVar21;\n goto LAB_0012394e;\n }\n }" { (expression_statement "uVar15 = ((int *)*piVar18)[1];" (assignment_expression "uVar15 = ((int *)*piVar18)[1]" identifier = (subscript_expression "((int *)*piVar18)[1]" (parenthesized_expression "((int *)*piVar18)" ( (cast_expression "(int *)*piVar18" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar18" * identifier)) )) [ number_literal ])) ;) (expression_statement "piVar2 = (int *)*piVar18;" (assignment_expression "piVar2 = (int *)*piVar18" identifier = (cast_expression "(int *)*piVar18" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar18" * identifier))) ;) (while_statement "while (piVar14 = piVar2, local_40 = uVar5, local_3c = iVar9, local_58 != uVar15) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar15 = piVar2[1], piVar18 = piVar14, local_58 % local_34 != uVar15 % local_34))\n goto LAB_00123b80;\n }" while (parenthesized_expression "(piVar14 = piVar2, local_40 = uVar5, local_3c = iVar9, local_58 != uVar15)" ( (comma_expression "piVar14 = piVar2, local_40 = uVar5, local_3c = iVar9, local_58 != uVar15" (assignment_expression "piVar14 = piVar2" identifier = identifier) , (comma_expression "local_40 = uVar5, local_3c = iVar9, local_58 != uVar15" (assignment_expression "local_40 = uVar5" identifier = identifier) , (comma_expression "local_3c = iVar9, local_58 != uVar15" (assignment_expression "local_3c = iVar9" identifier = identifier) , (binary_expression "local_58 != uVar15" identifier != identifier)))) )) (compound_statement "{\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar15 = piVar2[1], piVar18 = piVar14, local_58 % local_34 != uVar15 % local_34))\n goto LAB_00123b80;\n }" { (expression_statement "piVar2 = (int *)*piVar14;" (assignment_expression "piVar2 = (int *)*piVar14" identifier = (cast_expression "(int *)*piVar14" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar14" * identifier))) ;) (if_statement "if ((piVar2 == (int *)0x0) ||\n (uVar15 = piVar2[1], piVar18 = piVar14, local_58 % local_34 != uVar15 % local_34))\n goto LAB_00123b80;" if (parenthesized_expression "((piVar2 == (int *)0x0) ||\n (uVar15 = piVar2[1], piVar18 = piVar14, local_58 % local_34 != uVar15 % local_34))" ( (binary_expression "(piVar2 == (int *)0x0) ||\n (uVar15 = piVar2[1], piVar18 = piVar14, local_58 % local_34 != uVar15 % local_34)" (parenthesized_expression "(piVar2 == (int *)0x0)" ( (binary_expression "piVar2 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) || (parenthesized_expression "(uVar15 = piVar2[1], piVar18 = piVar14, local_58 % local_34 != uVar15 % local_34)" ( (comma_expression "uVar15 = piVar2[1], piVar18 = piVar14, local_58 % local_34 != uVar15 % local_34" (assignment_expression "uVar15 = piVar2[1]" identifier = (subscript_expression "piVar2[1]" identifier [ number_literal ])) , (comma_expression "piVar18 = piVar14, local_58 % local_34 != uVar15 % local_34" (assignment_expression "piVar18 = piVar14" identifier = identifier) , (binary_expression "local_58 % local_34 != uVar15 % local_34" (binary_expression "local_58 % local_34" identifier % identifier) != (binary_expression "uVar15 % local_34" identifier % identifier)))) ))) )) (goto_statement "goto LAB_00123b80;" goto statement_identifier ;)) })) (if_statement "if (*piVar18 != 0) {\n iVar6 = local_48 + *(int *)(*piVar18 + 8);\n uVar22 = uVar21;\n goto LAB_0012394e;\n }" if (parenthesized_expression "(*piVar18 != 0)" ( (binary_expression "*piVar18 != 0" (pointer_expression "*piVar18" * identifier) != number_literal) )) (compound_statement "{\n iVar6 = local_48 + *(int *)(*piVar18 + 8);\n uVar22 = uVar21;\n goto LAB_0012394e;\n }" { (expression_statement "iVar6 = local_48 + *(int *)(*piVar18 + 8);" (assignment_expression "iVar6 = local_48 + *(int *)(*piVar18 + 8)" identifier = (binary_expression "local_48 + *(int *)(*piVar18 + 8)" identifier + (pointer_expression "*(int *)(*piVar18 + 8)" * (cast_expression "(int *)(*piVar18 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*piVar18 + 8)" ( (binary_expression "*piVar18 + 8" (pointer_expression "*piVar18" * identifier) + number_literal) )))))) ;) (expression_statement "uVar22 = uVar21;" (assignment_expression "uVar22 = uVar21" identifier = identifier) ;) (goto_statement "goto LAB_0012394e;" goto statement_identifier ;) })) })) (labeled_statement "LAB_00123b80:\n puStack_70 = (uint *)local_58;" statement_identifier : (expression_statement "puStack_70 = (uint *)local_58;" (assignment_expression "puStack_70 = (uint *)local_58" identifier = (cast_expression "(uint *)local_58" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;)) (expression_statement "local_58 = *(uint *)(param_4 + 8);" (assignment_expression "local_58 = *(uint *)(param_4 + 8)" identifier = (pointer_expression "*(uint *)(param_4 + 8)" * (cast_expression "(uint *)(param_4 + 8)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 8)" ( (binary_expression "param_4 + 8" identifier + number_literal) ))))) ;) (expression_statement "uStack_74 = local_58 & 0x7ffffff;" (assignment_expression "uStack_74 = local_58 & 0x7ffffff" identifier = (binary_expression "local_58 & 0x7ffffff" identifier & number_literal)) ;) (expression_statement "iStack_78 = param_2;" (assignment_expression "iStack_78 = param_2" identifier = identifier) ;) (expression_statement "puStack_80 = (undefined *)0x123ba9;" (assignment_expression "puStack_80 = (undefined *)0x123ba9" identifier = (cast_expression "(undefined *)0x123ba9" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "iVar6 = FUN_00318cf0();" (assignment_expression "iVar6 = FUN_00318cf0()" identifier = (call_expression "FUN_00318cf0()" identifier (argument_list "()" ( )))) ;) (expression_statement "uVar22 = CONCAT44(local_50,local_3c);" (assignment_expression "uVar22 = CONCAT44(local_50,local_3c)" identifier = (call_expression "CONCAT44(local_50,local_3c)" identifier (argument_list "(local_50,local_3c)" ( identifier , identifier )))) ;) (expression_statement "iVar6 = local_48 + iVar6;" (assignment_expression "iVar6 = local_48 + iVar6" identifier = (binary_expression "local_48 + iVar6" identifier + identifier)) ;) }))) (labeled_statement "LAB_0012394e:\n local_50 = (int)((ulonglong)uVar22 >> 0x20);" statement_identifier : (expression_statement "local_50 = (int)((ulonglong)uVar22 >> 0x20);" (assignment_expression "local_50 = (int)((ulonglong)uVar22 >> 0x20)" identifier = (cast_expression "(int)((ulonglong)uVar22 >> 0x20)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "((ulonglong)uVar22 >> 0x20)" ( (binary_expression "(ulonglong)uVar22 >> 0x20" (cast_expression "(ulonglong)uVar22" ( (type_descriptor "ulonglong" type_identifier) ) identifier) >> number_literal) )))) ;)) (expression_statement "local_3c = (int)uVar22;" (assignment_expression "local_3c = (int)uVar22" identifier = (cast_expression "(int)uVar22" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "uVar15 = iVar6 - param_5;" (assignment_expression "uVar15 = iVar6 - param_5" identifier = (binary_expression "iVar6 - param_5" identifier - identifier)) ;) (expression_statement "puVar8 = *(undefined4 **)(local_60 + 0x7c);" (assignment_expression "puVar8 = *(undefined4 **)(local_60 + 0x7c)" identifier = (pointer_expression "*(undefined4 **)(local_60 + 0x7c)" * (cast_expression "(undefined4 **)(local_60 + 0x7c)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(local_60 + 0x7c)" ( (binary_expression "local_60 + 0x7c" identifier + number_literal) ))))) ;) (expression_statement "local_58 = uVar15;" (assignment_expression "local_58 = uVar15" identifier = identifier) ;) (if_statement "if (puVar8 == (undefined4 *)0x0) {\nLAB_00123d1c:\n local_50 = (int)((ulonglong)uVar22 >> 0x20);\n local_3c = (int)uVar22;\n uStack_74 = local_64 + -0x17fc00;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xb6a;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123d39;\n puStack_70 = puVar8;\n FUN_002446e0();\n }" if (parenthesized_expression "(puVar8 == (undefined4 *)0x0)" ( (binary_expression "puVar8 == (undefined4 *)0x0" identifier == (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\nLAB_00123d1c:\n local_50 = (int)((ulonglong)uVar22 >> 0x20);\n local_3c = (int)uVar22;\n uStack_74 = local_64 + -0x17fc00;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xb6a;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123d39;\n puStack_70 = puVar8;\n FUN_002446e0();\n }" { (labeled_statement "LAB_00123d1c:\n local_50 = (int)((ulonglong)uVar22 >> 0x20);" statement_identifier : (expression_statement "local_50 = (int)((ulonglong)uVar22 >> 0x20);" (assignment_expression "local_50 = (int)((ulonglong)uVar22 >> 0x20)" identifier = (cast_expression "(int)((ulonglong)uVar22 >> 0x20)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "((ulonglong)uVar22 >> 0x20)" ( (binary_expression "(ulonglong)uVar22 >> 0x20" (cast_expression "(ulonglong)uVar22" ( (type_descriptor "ulonglong" type_identifier) ) identifier) >> number_literal) )))) ;)) (expression_statement "local_3c = (int)uVar22;" (assignment_expression "local_3c = (int)uVar22" identifier = (cast_expression "(int)uVar22" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "uStack_74 = local_64 + -0x17fc00;" (assignment_expression "uStack_74 = local_64 + -0x17fc00" identifier = (binary_expression "local_64 + -0x17fc00" identifier + number_literal)) ;) (expression_statement "local_7c = (uint *)(local_64 + -0x182cba);" (assignment_expression "local_7c = (uint *)(local_64 + -0x182cba)" identifier = (cast_expression "(uint *)(local_64 + -0x182cba)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_64 + -0x182cba)" ( (binary_expression "local_64 + -0x182cba" identifier + number_literal) )))) ;) (expression_statement "iStack_78 = 0xb6a;" (assignment_expression "iStack_78 = 0xb6a" identifier = number_literal) ;) comment (expression_statement "puStack_80 = (undefined *)0x123d39;" (assignment_expression "puStack_80 = (undefined *)0x123d39" identifier = (cast_expression "(undefined *)0x123d39" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "puStack_70 = puVar8;" (assignment_expression "puStack_70 = puVar8" identifier = identifier) ;) (expression_statement "FUN_002446e0();" (call_expression "FUN_002446e0()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "iStack_78 = 6;" (assignment_expression "iStack_78 = 6" identifier = number_literal) ;) (expression_statement "local_7c = (uint *)*puVar8;" (assignment_expression "local_7c = (uint *)*puVar8" identifier = (cast_expression "(uint *)*puVar8" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar8" * identifier))) ;) (expression_statement "puStack_80 = (undefined *)0x123978;" (assignment_expression "puStack_80 = (undefined *)0x123978" identifier = (cast_expression "(undefined *)0x123978" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "iVar6 = FUN_00225490();" (assignment_expression "iVar6 = FUN_00225490()" identifier = (call_expression "FUN_00225490()" identifier (argument_list "()" ( )))) ;) (if_statement "if (iVar6 == 0) {\nLAB_00123d3e:\n uStack_74 = local_64 + -0x17fc00;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xb6d;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123d5b;\n puStack_70 = (uint *)iVar6;\n FUN_002446e0();\n }" if (parenthesized_expression "(iVar6 == 0)" ( (binary_expression "iVar6 == 0" identifier == number_literal) )) (compound_statement "{\nLAB_00123d3e:\n uStack_74 = local_64 + -0x17fc00;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xb6d;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123d5b;\n puStack_70 = (uint *)iVar6;\n FUN_002446e0();\n }" { (labeled_statement "LAB_00123d3e:\n uStack_74 = local_64 + -0x17fc00;" statement_identifier : (expression_statement "uStack_74 = local_64 + -0x17fc00;" (assignment_expression "uStack_74 = local_64 + -0x17fc00" identifier = (binary_expression "local_64 + -0x17fc00" identifier + number_literal)) ;)) (expression_statement "local_7c = (uint *)(local_64 + -0x182cba);" (assignment_expression "local_7c = (uint *)(local_64 + -0x182cba)" identifier = (cast_expression "(uint *)(local_64 + -0x182cba)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_64 + -0x182cba)" ( (binary_expression "local_64 + -0x182cba" identifier + number_literal) )))) ;) (expression_statement "iStack_78 = 0xb6d;" (assignment_expression "iStack_78 = 0xb6d" identifier = number_literal) ;) comment (expression_statement "puStack_80 = (undefined *)0x123d5b;" (assignment_expression "puStack_80 = (undefined *)0x123d5b" identifier = (cast_expression "(undefined *)0x123d5b" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "puStack_70 = (uint *)iVar6;" (assignment_expression "puStack_70 = (uint *)iVar6" identifier = (cast_expression "(uint *)iVar6" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "FUN_002446e0();" (call_expression "FUN_002446e0()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "uVar11 = *(uint *)(iVar6 + 4);" (assignment_expression "uVar11 = *(uint *)(iVar6 + 4)" identifier = (pointer_expression "*(uint *)(iVar6 + 4)" * (cast_expression "(uint *)(iVar6 + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 4)" ( (binary_expression "iVar6 + 4" identifier + number_literal) ))))) ;) (expression_statement "iVar6 = *(int *)(*local_54 + 8);" (assignment_expression "iVar6 = *(int *)(*local_54 + 8)" identifier = (pointer_expression "*(int *)(*local_54 + 8)" * (cast_expression "(int *)(*local_54 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*local_54 + 8)" ( (binary_expression "*local_54 + 8" (pointer_expression "*local_54" * identifier) + number_literal) ))))) ;) (if_statement "if (iVar6 == 0) {\n /* WARNING: Subroutine does not return */\n puStack_70 = (uint *)0x123d9a;\n FUN_0010cb20();\n }" if (parenthesized_expression "(iVar6 == 0)" ( (binary_expression "iVar6 == 0" identifier == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n puStack_70 = (uint *)0x123d9a;\n FUN_0010cb20();\n }" { comment (expression_statement "puStack_70 = (uint *)0x123d9a;" (assignment_expression "puStack_70 = (uint *)0x123d9a" identifier = (cast_expression "(uint *)0x123d9a" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "FUN_0010cb20();" (call_expression "FUN_0010cb20()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "uVar13 = (uint)*(byte *)(iVar6 + 0x1579);" (assignment_expression "uVar13 = (uint)*(byte *)(iVar6 + 0x1579)" identifier = (binary_expression "(uint)*(byte *)(iVar6 + 0x1579)" (parenthesized_expression "(uint)" ( identifier )) * (cast_expression "(byte *)(iVar6 + 0x1579)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x1579)" ( (binary_expression "iVar6 + 0x1579" identifier + number_literal) ))))) ;) (if_statement "if (*(byte *)(iVar6 + 0x1579) == 0) {\n uVar13 = (uint)(2 < uVar11);\n }\n else if ((uVar11 & 0xfffffffd) != 8) {\n uVar13 = (uint)(uVar11 - 0xb < 3);\n }" if (parenthesized_expression "(*(byte *)(iVar6 + 0x1579) == 0)" ( (binary_expression "*(byte *)(iVar6 + 0x1579) == 0" (pointer_expression "*(byte *)(iVar6 + 0x1579)" * (cast_expression "(byte *)(iVar6 + 0x1579)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x1579)" ( (binary_expression "iVar6 + 0x1579" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n uVar13 = (uint)(2 < uVar11);\n }" { (expression_statement "uVar13 = (uint)(2 < uVar11);" (assignment_expression "uVar13 = (uint)(2 < uVar11)" identifier = (call_expression "(uint)(2 < uVar11)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(2 < uVar11)" ( (binary_expression "2 < uVar11" number_literal < identifier) )))) ;) }) (else_clause "else if ((uVar11 & 0xfffffffd) != 8) {\n uVar13 = (uint)(uVar11 - 0xb < 3);\n }" else (if_statement "if ((uVar11 & 0xfffffffd) != 8) {\n uVar13 = (uint)(uVar11 - 0xb < 3);\n }" if (parenthesized_expression "((uVar11 & 0xfffffffd) != 8)" ( (binary_expression "(uVar11 & 0xfffffffd) != 8" (parenthesized_expression "(uVar11 & 0xfffffffd)" ( (binary_expression "uVar11 & 0xfffffffd" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n uVar13 = (uint)(uVar11 - 0xb < 3);\n }" { (expression_statement "uVar13 = (uint)(uVar11 - 0xb < 3);" (assignment_expression "uVar13 = (uint)(uVar11 - 0xb < 3)" identifier = (call_expression "(uint)(uVar11 - 0xb < 3)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(uVar11 - 0xb < 3)" ( (binary_expression "uVar11 - 0xb < 3" (binary_expression "uVar11 - 0xb" identifier - number_literal) < number_literal) )))) ;) })))) (if_statement "if (*(char *)(iVar6 + 0x318d) != '\0') goto LAB_00123af0;" if (parenthesized_expression "(*(char *)(iVar6 + 0x318d) != '\0')" ( (binary_expression "*(char *)(iVar6 + 0x318d) != '\0'" (pointer_expression "*(char *)(iVar6 + 0x318d)" * (cast_expression "(char *)(iVar6 + 0x318d)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x318d)" ( (binary_expression "iVar6 + 0x318d" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (goto_statement "goto LAB_00123af0;" goto statement_identifier ;)) (expression_statement "uVar15 = uVar15 + 0x2000000;" (assignment_expression "uVar15 = uVar15 + 0x2000000" identifier = (binary_expression "uVar15 + 0x2000000" identifier + number_literal)) ;) (if_statement "if (uVar15 < 0x4000000) {\n if (param_6 == 0) goto LAB_00123b38;\n if (((char)uVar13 != '\x01') || (iVar9 != 0x1c)) {\n uStack_74 = 0;\n iStack_78 = param_2;\n local_7c = (uint *)param_4;\n puStack_80 = (undefined *)0x123a0a;\n FUN_000a90f0();\n local_7c = (uint *)0x1;\n puStack_80 = (undefined *)0x123a21;\n iVar6 = FUN_00113410();\n if (iVar6 == 0) goto LAB_00123a2c;\n goto LAB_00123bd0;\n }\n }\n else {\n uStack_74 = 0;\n iStack_78 = param_2;\n local_7c = (uint *)param_4;\n puStack_80 = (undefined *)0x123abd;\n FUN_000a90f0();\n local_7c = (uint *)(uint)(param_6 != 0);\n puStack_80 = (undefined *)0x123ade;\n iVar6 = FUN_00113410();\n if (iVar6 != 0) {\nLAB_00123bd0:\n uVar15 = *(uint *)(local_50 + 0x18);\n local_60 = *(uint *)(param_2 + 0x140);\n if ((uint)((int)(local_60 - *(int *)(param_2 + 0x13c)) >> 2) <= uVar15) {\n puStack_70 = (uint *)0x123e1a;\n FUN_0010c330();\n iStack_78 = 0x123e29;\n uStack_74 = uVar15;\n puStack_70 = (uint *)uVar5;\n uVar22 = FUN_00074f0a();\n iVar6 = local_64;\n iVar12 = (int)((ulonglong)uVar22 >> 0x20);\n pbVar16 = BYTE_ARRAY_004c61c1 + uVar15 + 0x16;\n auStack_a8[0] = 0;\n auStack_a8[1] = 0xffffffff;\n auStack_a8[2] = 0x80000000;\n auStack_a8[3] = 0;\n pbVar17 = pbVar16;\n uVar23 = extraout_ECX_00;\n local_7c = (uint *)uVar13;\n iStack_78 = iVar9;\n if (local_64 == 0) {\n uVar7 = (*(int *)(iVar12 + 0x154) - *(int *)(iVar12 + 0x14c)) +\n (*(int *)(iVar12 + 0x150) - *(int *)(iVar12 + 0x148)) * 8;\n if (uVar7 <= local_60) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x34351d,0x5f8,uVar15 + 0x34662f,uVar7);\n }\n bStack_b8 = (*(uint *)(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4) &\n 1 << ((byte)local_60 & 0x1f)) != 0;\n goto LAB_00123fe0;\n }\n uVar7 = 0;\n if (uStack_68 - 2 < 0x6b) {\n uVar7 = (uint)(char)(&UNK_00344ed5)[uStack_68 + uVar15];\n if (*(int *)(local_64 + 0x18) == -1) goto LAB_00123f75;\nLAB_00123e82:\n if ((*(byte *)(local_64 + 0x28) & 0xf) != 10) {\n cVar3 = FUN_00071bb0(local_64,uVar7);\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n if (cVar3 != '\0') {\nLAB_00123f19:\n if (bVar4 == 0) goto LAB_00123f1d;\nLAB_00123f80:\n if (bVar4 == 4) {\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }\nLAB_00124258:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }\nLAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);\n bStack_b8 = (bool)(bVar4 & 1);\n goto LAB_00123fe0;\n }\n goto LAB_00124280;\n }\n if ((bVar4 != 0) || ((*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0)) {\n pbVar17 = BYTE_ARRAY_004c6979 + uVar15 + 0x26;\n if (*(int *)(*(int *)pbVar17 + 8) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);\n }\n if (*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0') {\nLAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;\n if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }\n if (bVar4 != 4) goto LAB_00124258;\nLAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }\n }\n else if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;\n }\n }\n if (*(int *)((int)uVar22 + 0x18) == 0) {\n iVar9 = FUN_0010c850();\nLAB_0012462d:\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,iVar9);\n }\n auStack_a8[3] = FUN_00117290();\n bStack_b8 = false;\n local_5c = auStack_a8;\n }\n else {\n if (*(int *)(local_64 + 0x18) != -1) goto LAB_00123e82;\nLAB_00123f75:\n bVar4 = *(byte *)(local_64 + 0x2a) & 7;\n if (bVar4 != 0) goto LAB_00123f80;\nLAB_00123f1d:\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_00123f8f;\nLAB_00123f39:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) goto LAB_00123fe0;\n if ((*(int *)(iVar6 + 0xc) == 0) && ((bVar1 & 0x20) != 0)) goto LAB_00124269;\n goto LAB_001242ac;\n }\nLAB_00124280:\n bStack_b8 = true;\n }\nLAB_00123fe0:\n puStack_b4 = auStack_a8;\n iVar9 = *(int *)((int)&DWORD_004c739c + uVar15 + 3);\n if (0xff < uStack_68) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x347947,0x134,uVar15 + 0x3466b7,iVar9);\n }\n uVar7 = *(uint *)(iVar9 + uStack_68 * 4);\n if ((uVar7 != 0) && (*(int *)(uVar7 + 0x1c) == 1)) {\n bVar4 = *(byte *)(uVar7 + 0x34);\n uVar7 = (uint)bVar4;\n if ((bVar4 & 2) != 0) {\n if (((bStack_b8 != false) && ((bVar4 & 0x40) != 0)) &&\n (uVar7 = FUN_000a90f0(local_5c,iVar12,0), (uVar7 & 1) != 0)) {\n auStack_a8[3] = FUN_000a90f0(local_5c,iVar12,0);\n auStack_a8[3] = auStack_a8[3] & 0xfffffffe;\n local_5c = puStack_b4;\n }\n if (-1 < (char)*(byte *)((int)local_5c + 0xb)) {\n if ((*(byte *)((int)local_5c + 0xb) & 8) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17);\n }\n puVar10 = (uint *)local_5c[3];\n uVar7 = *puVar10;\n uVar5 = uVar7 % puVar10[3];\n piVar18 = *(int **)(puVar10[2] + uVar5 * 4);\n if (piVar18 != (int *)0x0) {\n uVar11 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, uVar7 != uVar11) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }\n if (*piVar18 != 0) goto LAB_001240a3;\n }\nLAB_00124478:\n FUN_00318cf0(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23);\n }\nLAB_001240a3:\n if (uStack_68 - 10 < 0x2a) {\n /* WARNING: Could not recover jumptable at 0x001240be. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar15 = (*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))();\n return uVar15;\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x34351d,0x2ec8,uVar15 + 0x345d23,iVar6);\n }\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x34351d,0x2ea7,uVar15 + 0x345d23,uVar7);\n }\n iVar12 = *(int *)(*(int *)(param_2 + 0x13c) + uVar15 * 4);\n if (iVar12 == 0) {\nLAB_00123df8:\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfe7;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123e15;\n puStack_70 = (uint *)iVar6;\n FUN_002446e0();\n }\n local_20 = local_44;\n local_2c = iVar6;\n if (param_1 == 0) {\n if (param_3 == -1) {\n puStack_70 = (uint *)0x123df8;\n iVar6 = FUN_0010c360();\n goto LAB_00123df8;\n }\n local_28 = param_3;\n local_24 = param_2;\n }\n else {\n local_28 = -1;\n local_24 = param_1;\n }\n puStack_70 = (uint *)0x123c3b;\n FUN_0010ece0();\n if ((local_30 == 0) || (iVar6 = *(int *)(local_30 + 0x14), iVar6 == 0)) {\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfeb;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123cff;\n FUN_002446e0();\n }\n param_6 = (uint)*(byte *)(*(int *)(iVar6 + 4) + 0x14);\n if ((*(byte *)(iVar12 + 0x1c) & 1) == 0) {\nLAB_00123dd6:\n uStack_74 = local_64 + -0x17f944;\n local_7c = (uint *)(local_64 + -0x19cca3);\n iStack_78 = 0xc5;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123df3;\n FUN_002446e0();\n }\n if (*(int *)(iVar6 + 8) == -1) {\n puStack_70 = (uint *)0x123dd6;\n FUN_0010c390();\n goto LAB_00123dd6;\n }\n local_58 = (*(int *)(iVar6 + 8) - param_5) + *(int *)(iVar12 + 4) + local_4c;\n if (0x3ffffff < local_58 + 0x2000000) {\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfef;\n /* WARNING: Subroutine does not return */\n puStack_80 = &UNK_00123cb7;\n puStack_70 = (uint *)*(int *)(iVar12 + 4);\n FUN_002446e0();\n }\n }\nLAB_00123af0:\n if (param_6 == 0) {\n uVar15 = local_58 + 0x2000000;\n goto LAB_00123b38;\n }\n if (((char)uVar13 != '\x01') || (iVar9 != 0x1c)) {\nLAB_00123a2c:\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xff8;\n /* WARNING: Subroutine does not return */\n puStack_80 = &UNK_00123a4b;\n FUN_002446e0();\n }\n uVar15 = local_58 + 0x2000000;\n }" if (parenthesized_expression "(uVar15 < 0x4000000)" ( (binary_expression "uVar15 < 0x4000000" identifier < number_literal) )) (compound_statement "{\n if (param_6 == 0) goto LAB_00123b38;\n if (((char)uVar13 != '\x01') || (iVar9 != 0x1c)) {\n uStack_74 = 0;\n iStack_78 = param_2;\n local_7c = (uint *)param_4;\n puStack_80 = (undefined *)0x123a0a;\n FUN_000a90f0();\n local_7c = (uint *)0x1;\n puStack_80 = (undefined *)0x123a21;\n iVar6 = FUN_00113410();\n if (iVar6 == 0) goto LAB_00123a2c;\n goto LAB_00123bd0;\n }\n }" { (if_statement "if (param_6 == 0) goto LAB_00123b38;" if (parenthesized_expression "(param_6 == 0)" ( (binary_expression "param_6 == 0" identifier == number_literal) )) (goto_statement "goto LAB_00123b38;" goto statement_identifier ;)) (if_statement "if (((char)uVar13 != '\x01') || (iVar9 != 0x1c)) {\n uStack_74 = 0;\n iStack_78 = param_2;\n local_7c = (uint *)param_4;\n puStack_80 = (undefined *)0x123a0a;\n FUN_000a90f0();\n local_7c = (uint *)0x1;\n puStack_80 = (undefined *)0x123a21;\n iVar6 = FUN_00113410();\n if (iVar6 == 0) goto LAB_00123a2c;\n goto LAB_00123bd0;\n }" if (parenthesized_expression "(((char)uVar13 != '\x01') || (iVar9 != 0x1c))" ( (binary_expression "((char)uVar13 != '\x01') || (iVar9 != 0x1c)" (parenthesized_expression "((char)uVar13 != '\x01')" ( (binary_expression "(char)uVar13 != '\x01'" (cast_expression "(char)uVar13" ( (type_descriptor "char" primitive_type) ) identifier) != (char_literal "'\x01'" ' escape_sequence ')) )) || (parenthesized_expression "(iVar9 != 0x1c)" ( (binary_expression "iVar9 != 0x1c" identifier != number_literal) ))) )) (compound_statement "{\n uStack_74 = 0;\n iStack_78 = param_2;\n local_7c = (uint *)param_4;\n puStack_80 = (undefined *)0x123a0a;\n FUN_000a90f0();\n local_7c = (uint *)0x1;\n puStack_80 = (undefined *)0x123a21;\n iVar6 = FUN_00113410();\n if (iVar6 == 0) goto LAB_00123a2c;\n goto LAB_00123bd0;\n }" { (expression_statement "uStack_74 = 0;" (assignment_expression "uStack_74 = 0" identifier = number_literal) ;) (expression_statement "iStack_78 = param_2;" (assignment_expression "iStack_78 = param_2" identifier = identifier) ;) (expression_statement "local_7c = (uint *)param_4;" (assignment_expression "local_7c = (uint *)param_4" identifier = (cast_expression "(uint *)param_4" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "puStack_80 = (undefined *)0x123a0a;" (assignment_expression "puStack_80 = (undefined *)0x123a0a" identifier = (cast_expression "(undefined *)0x123a0a" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "FUN_000a90f0();" (call_expression "FUN_000a90f0()" identifier (argument_list "()" ( ))) ;) (expression_statement "local_7c = (uint *)0x1;" (assignment_expression "local_7c = (uint *)0x1" identifier = (cast_expression "(uint *)0x1" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "puStack_80 = (undefined *)0x123a21;" (assignment_expression "puStack_80 = (undefined *)0x123a21" identifier = (cast_expression "(undefined *)0x123a21" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "iVar6 = FUN_00113410();" (assignment_expression "iVar6 = FUN_00113410()" identifier = (call_expression "FUN_00113410()" identifier (argument_list "()" ( )))) ;) (if_statement "if (iVar6 == 0) goto LAB_00123a2c;" if (parenthesized_expression "(iVar6 == 0)" ( (binary_expression "iVar6 == 0" identifier == number_literal) )) (goto_statement "goto LAB_00123a2c;" goto statement_identifier ;)) (goto_statement "goto LAB_00123bd0;" goto statement_identifier ;) })) }) (else_clause "else {\n uStack_74 = 0;\n iStack_78 = param_2;\n local_7c = (uint *)param_4;\n puStack_80 = (undefined *)0x123abd;\n FUN_000a90f0();\n local_7c = (uint *)(uint)(param_6 != 0);\n puStack_80 = (undefined *)0x123ade;\n iVar6 = FUN_00113410();\n if (iVar6 != 0) {\nLAB_00123bd0:\n uVar15 = *(uint *)(local_50 + 0x18);\n local_60 = *(uint *)(param_2 + 0x140);\n if ((uint)((int)(local_60 - *(int *)(param_2 + 0x13c)) >> 2) <= uVar15) {\n puStack_70 = (uint *)0x123e1a;\n FUN_0010c330();\n iStack_78 = 0x123e29;\n uStack_74 = uVar15;\n puStack_70 = (uint *)uVar5;\n uVar22 = FUN_00074f0a();\n iVar6 = local_64;\n iVar12 = (int)((ulonglong)uVar22 >> 0x20);\n pbVar16 = BYTE_ARRAY_004c61c1 + uVar15 + 0x16;\n auStack_a8[0] = 0;\n auStack_a8[1] = 0xffffffff;\n auStack_a8[2] = 0x80000000;\n auStack_a8[3] = 0;\n pbVar17 = pbVar16;\n uVar23 = extraout_ECX_00;\n local_7c = (uint *)uVar13;\n iStack_78 = iVar9;\n if (local_64 == 0) {\n uVar7 = (*(int *)(iVar12 + 0x154) - *(int *)(iVar12 + 0x14c)) +\n (*(int *)(iVar12 + 0x150) - *(int *)(iVar12 + 0x148)) * 8;\n if (uVar7 <= local_60) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x34351d,0x5f8,uVar15 + 0x34662f,uVar7);\n }\n bStack_b8 = (*(uint *)(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4) &\n 1 << ((byte)local_60 & 0x1f)) != 0;\n goto LAB_00123fe0;\n }\n uVar7 = 0;\n if (uStack_68 - 2 < 0x6b) {\n uVar7 = (uint)(char)(&UNK_00344ed5)[uStack_68 + uVar15];\n if (*(int *)(local_64 + 0x18) == -1) goto LAB_00123f75;\nLAB_00123e82:\n if ((*(byte *)(local_64 + 0x28) & 0xf) != 10) {\n cVar3 = FUN_00071bb0(local_64,uVar7);\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n if (cVar3 != '\0') {\nLAB_00123f19:\n if (bVar4 == 0) goto LAB_00123f1d;\nLAB_00123f80:\n if (bVar4 == 4) {\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }\nLAB_00124258:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }\nLAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);\n bStack_b8 = (bool)(bVar4 & 1);\n goto LAB_00123fe0;\n }\n goto LAB_00124280;\n }\n if ((bVar4 != 0) || ((*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0)) {\n pbVar17 = BYTE_ARRAY_004c6979 + uVar15 + 0x26;\n if (*(int *)(*(int *)pbVar17 + 8) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);\n }\n if (*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0') {\nLAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;\n if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }\n if (bVar4 != 4) goto LAB_00124258;\nLAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }\n }\n else if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;\n }\n }\n if (*(int *)((int)uVar22 + 0x18) == 0) {\n iVar9 = FUN_0010c850();\nLAB_0012462d:\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,iVar9);\n }\n auStack_a8[3] = FUN_00117290();\n bStack_b8 = false;\n local_5c = auStack_a8;\n }\n else {\n if (*(int *)(local_64 + 0x18) != -1) goto LAB_00123e82;\nLAB_00123f75:\n bVar4 = *(byte *)(local_64 + 0x2a) & 7;\n if (bVar4 != 0) goto LAB_00123f80;\nLAB_00123f1d:\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_00123f8f;\nLAB_00123f39:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) goto LAB_00123fe0;\n if ((*(int *)(iVar6 + 0xc) == 0) && ((bVar1 & 0x20) != 0)) goto LAB_00124269;\n goto LAB_001242ac;\n }\nLAB_00124280:\n bStack_b8 = true;\n }\nLAB_00123fe0:\n puStack_b4 = auStack_a8;\n iVar9 = *(int *)((int)&DWORD_004c739c + uVar15 + 3);\n if (0xff < uStack_68) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x347947,0x134,uVar15 + 0x3466b7,iVar9);\n }\n uVar7 = *(uint *)(iVar9 + uStack_68 * 4);\n if ((uVar7 != 0) && (*(int *)(uVar7 + 0x1c) == 1)) {\n bVar4 = *(byte *)(uVar7 + 0x34);\n uVar7 = (uint)bVar4;\n if ((bVar4 & 2) != 0) {\n if (((bStack_b8 != false) && ((bVar4 & 0x40) != 0)) &&\n (uVar7 = FUN_000a90f0(local_5c,iVar12,0), (uVar7 & 1) != 0)) {\n auStack_a8[3] = FUN_000a90f0(local_5c,iVar12,0);\n auStack_a8[3] = auStack_a8[3] & 0xfffffffe;\n local_5c = puStack_b4;\n }\n if (-1 < (char)*(byte *)((int)local_5c + 0xb)) {\n if ((*(byte *)((int)local_5c + 0xb) & 8) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17);\n }\n puVar10 = (uint *)local_5c[3];\n uVar7 = *puVar10;\n uVar5 = uVar7 % puVar10[3];\n piVar18 = *(int **)(puVar10[2] + uVar5 * 4);\n if (piVar18 != (int *)0x0) {\n uVar11 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, uVar7 != uVar11) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }\n if (*piVar18 != 0) goto LAB_001240a3;\n }\nLAB_00124478:\n FUN_00318cf0(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23);\n }\nLAB_001240a3:\n if (uStack_68 - 10 < 0x2a) {\n /* WARNING: Could not recover jumptable at 0x001240be. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar15 = (*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))();\n return uVar15;\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x34351d,0x2ec8,uVar15 + 0x345d23,iVar6);\n }\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x34351d,0x2ea7,uVar15 + 0x345d23,uVar7);\n }\n iVar12 = *(int *)(*(int *)(param_2 + 0x13c) + uVar15 * 4);\n if (iVar12 == 0) {\nLAB_00123df8:\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfe7;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123e15;\n puStack_70 = (uint *)iVar6;\n FUN_002446e0();\n }\n local_20 = local_44;\n local_2c = iVar6;\n if (param_1 == 0) {\n if (param_3 == -1) {\n puStack_70 = (uint *)0x123df8;\n iVar6 = FUN_0010c360();\n goto LAB_00123df8;\n }\n local_28 = param_3;\n local_24 = param_2;\n }\n else {\n local_28 = -1;\n local_24 = param_1;\n }\n puStack_70 = (uint *)0x123c3b;\n FUN_0010ece0();\n if ((local_30 == 0) || (iVar6 = *(int *)(local_30 + 0x14), iVar6 == 0)) {\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfeb;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123cff;\n FUN_002446e0();\n }\n param_6 = (uint)*(byte *)(*(int *)(iVar6 + 4) + 0x14);\n if ((*(byte *)(iVar12 + 0x1c) & 1) == 0) {\nLAB_00123dd6:\n uStack_74 = local_64 + -0x17f944;\n local_7c = (uint *)(local_64 + -0x19cca3);\n iStack_78 = 0xc5;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123df3;\n FUN_002446e0();\n }\n if (*(int *)(iVar6 + 8) == -1) {\n puStack_70 = (uint *)0x123dd6;\n FUN_0010c390();\n goto LAB_00123dd6;\n }\n local_58 = (*(int *)(iVar6 + 8) - param_5) + *(int *)(iVar12 + 4) + local_4c;\n if (0x3ffffff < local_58 + 0x2000000) {\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfef;\n /* WARNING: Subroutine does not return */\n puStack_80 = &UNK_00123cb7;\n puStack_70 = (uint *)*(int *)(iVar12 + 4);\n FUN_002446e0();\n }\n }\nLAB_00123af0:\n if (param_6 == 0) {\n uVar15 = local_58 + 0x2000000;\n goto LAB_00123b38;\n }\n if (((char)uVar13 != '\x01') || (iVar9 != 0x1c)) {\nLAB_00123a2c:\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xff8;\n /* WARNING: Subroutine does not return */\n puStack_80 = &UNK_00123a4b;\n FUN_002446e0();\n }\n uVar15 = local_58 + 0x2000000;\n }" else (compound_statement "{\n uStack_74 = 0;\n iStack_78 = param_2;\n local_7c = (uint *)param_4;\n puStack_80 = (undefined *)0x123abd;\n FUN_000a90f0();\n local_7c = (uint *)(uint)(param_6 != 0);\n puStack_80 = (undefined *)0x123ade;\n iVar6 = FUN_00113410();\n if (iVar6 != 0) {\nLAB_00123bd0:\n uVar15 = *(uint *)(local_50 + 0x18);\n local_60 = *(uint *)(param_2 + 0x140);\n if ((uint)((int)(local_60 - *(int *)(param_2 + 0x13c)) >> 2) <= uVar15) {\n puStack_70 = (uint *)0x123e1a;\n FUN_0010c330();\n iStack_78 = 0x123e29;\n uStack_74 = uVar15;\n puStack_70 = (uint *)uVar5;\n uVar22 = FUN_00074f0a();\n iVar6 = local_64;\n iVar12 = (int)((ulonglong)uVar22 >> 0x20);\n pbVar16 = BYTE_ARRAY_004c61c1 + uVar15 + 0x16;\n auStack_a8[0] = 0;\n auStack_a8[1] = 0xffffffff;\n auStack_a8[2] = 0x80000000;\n auStack_a8[3] = 0;\n pbVar17 = pbVar16;\n uVar23 = extraout_ECX_00;\n local_7c = (uint *)uVar13;\n iStack_78 = iVar9;\n if (local_64 == 0) {\n uVar7 = (*(int *)(iVar12 + 0x154) - *(int *)(iVar12 + 0x14c)) +\n (*(int *)(iVar12 + 0x150) - *(int *)(iVar12 + 0x148)) * 8;\n if (uVar7 <= local_60) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x34351d,0x5f8,uVar15 + 0x34662f,uVar7);\n }\n bStack_b8 = (*(uint *)(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4) &\n 1 << ((byte)local_60 & 0x1f)) != 0;\n goto LAB_00123fe0;\n }\n uVar7 = 0;\n if (uStack_68 - 2 < 0x6b) {\n uVar7 = (uint)(char)(&UNK_00344ed5)[uStack_68 + uVar15];\n if (*(int *)(local_64 + 0x18) == -1) goto LAB_00123f75;\nLAB_00123e82:\n if ((*(byte *)(local_64 + 0x28) & 0xf) != 10) {\n cVar3 = FUN_00071bb0(local_64,uVar7);\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n if (cVar3 != '\0') {\nLAB_00123f19:\n if (bVar4 == 0) goto LAB_00123f1d;\nLAB_00123f80:\n if (bVar4 == 4) {\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }\nLAB_00124258:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }\nLAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);\n bStack_b8 = (bool)(bVar4 & 1);\n goto LAB_00123fe0;\n }\n goto LAB_00124280;\n }\n if ((bVar4 != 0) || ((*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0)) {\n pbVar17 = BYTE_ARRAY_004c6979 + uVar15 + 0x26;\n if (*(int *)(*(int *)pbVar17 + 8) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);\n }\n if (*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0') {\nLAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;\n if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }\n if (bVar4 != 4) goto LAB_00124258;\nLAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }\n }\n else if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;\n }\n }\n if (*(int *)((int)uVar22 + 0x18) == 0) {\n iVar9 = FUN_0010c850();\nLAB_0012462d:\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,iVar9);\n }\n auStack_a8[3] = FUN_00117290();\n bStack_b8 = false;\n local_5c = auStack_a8;\n }\n else {\n if (*(int *)(local_64 + 0x18) != -1) goto LAB_00123e82;\nLAB_00123f75:\n bVar4 = *(byte *)(local_64 + 0x2a) & 7;\n if (bVar4 != 0) goto LAB_00123f80;\nLAB_00123f1d:\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_00123f8f;\nLAB_00123f39:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) goto LAB_00123fe0;\n if ((*(int *)(iVar6 + 0xc) == 0) && ((bVar1 & 0x20) != 0)) goto LAB_00124269;\n goto LAB_001242ac;\n }\nLAB_00124280:\n bStack_b8 = true;\n }\nLAB_00123fe0:\n puStack_b4 = auStack_a8;\n iVar9 = *(int *)((int)&DWORD_004c739c + uVar15 + 3);\n if (0xff < uStack_68) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x347947,0x134,uVar15 + 0x3466b7,iVar9);\n }\n uVar7 = *(uint *)(iVar9 + uStack_68 * 4);\n if ((uVar7 != 0) && (*(int *)(uVar7 + 0x1c) == 1)) {\n bVar4 = *(byte *)(uVar7 + 0x34);\n uVar7 = (uint)bVar4;\n if ((bVar4 & 2) != 0) {\n if (((bStack_b8 != false) && ((bVar4 & 0x40) != 0)) &&\n (uVar7 = FUN_000a90f0(local_5c,iVar12,0), (uVar7 & 1) != 0)) {\n auStack_a8[3] = FUN_000a90f0(local_5c,iVar12,0);\n auStack_a8[3] = auStack_a8[3] & 0xfffffffe;\n local_5c = puStack_b4;\n }\n if (-1 < (char)*(byte *)((int)local_5c + 0xb)) {\n if ((*(byte *)((int)local_5c + 0xb) & 8) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17);\n }\n puVar10 = (uint *)local_5c[3];\n uVar7 = *puVar10;\n uVar5 = uVar7 % puVar10[3];\n piVar18 = *(int **)(puVar10[2] + uVar5 * 4);\n if (piVar18 != (int *)0x0) {\n uVar11 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, uVar7 != uVar11) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }\n if (*piVar18 != 0) goto LAB_001240a3;\n }\nLAB_00124478:\n FUN_00318cf0(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23);\n }\nLAB_001240a3:\n if (uStack_68 - 10 < 0x2a) {\n /* WARNING: Could not recover jumptable at 0x001240be. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar15 = (*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))();\n return uVar15;\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x34351d,0x2ec8,uVar15 + 0x345d23,iVar6);\n }\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x34351d,0x2ea7,uVar15 + 0x345d23,uVar7);\n }\n iVar12 = *(int *)(*(int *)(param_2 + 0x13c) + uVar15 * 4);\n if (iVar12 == 0) {\nLAB_00123df8:\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfe7;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123e15;\n puStack_70 = (uint *)iVar6;\n FUN_002446e0();\n }\n local_20 = local_44;\n local_2c = iVar6;\n if (param_1 == 0) {\n if (param_3 == -1) {\n puStack_70 = (uint *)0x123df8;\n iVar6 = FUN_0010c360();\n goto LAB_00123df8;\n }\n local_28 = param_3;\n local_24 = param_2;\n }\n else {\n local_28 = -1;\n local_24 = param_1;\n }\n puStack_70 = (uint *)0x123c3b;\n FUN_0010ece0();\n if ((local_30 == 0) || (iVar6 = *(int *)(local_30 + 0x14), iVar6 == 0)) {\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfeb;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123cff;\n FUN_002446e0();\n }\n param_6 = (uint)*(byte *)(*(int *)(iVar6 + 4) + 0x14);\n if ((*(byte *)(iVar12 + 0x1c) & 1) == 0) {\nLAB_00123dd6:\n uStack_74 = local_64 + -0x17f944;\n local_7c = (uint *)(local_64 + -0x19cca3);\n iStack_78 = 0xc5;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123df3;\n FUN_002446e0();\n }\n if (*(int *)(iVar6 + 8) == -1) {\n puStack_70 = (uint *)0x123dd6;\n FUN_0010c390();\n goto LAB_00123dd6;\n }\n local_58 = (*(int *)(iVar6 + 8) - param_5) + *(int *)(iVar12 + 4) + local_4c;\n if (0x3ffffff < local_58 + 0x2000000) {\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfef;\n /* WARNING: Subroutine does not return */\n puStack_80 = &UNK_00123cb7;\n puStack_70 = (uint *)*(int *)(iVar12 + 4);\n FUN_002446e0();\n }\n }\nLAB_00123af0:\n if (param_6 == 0) {\n uVar15 = local_58 + 0x2000000;\n goto LAB_00123b38;\n }\n if (((char)uVar13 != '\x01') || (iVar9 != 0x1c)) {\nLAB_00123a2c:\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xff8;\n /* WARNING: Subroutine does not return */\n puStack_80 = &UNK_00123a4b;\n FUN_002446e0();\n }\n uVar15 = local_58 + 0x2000000;\n }" { (expression_statement "uStack_74 = 0;" (assignment_expression "uStack_74 = 0" identifier = number_literal) ;) (expression_statement "iStack_78 = param_2;" (assignment_expression "iStack_78 = param_2" identifier = identifier) ;) (expression_statement "local_7c = (uint *)param_4;" (assignment_expression "local_7c = (uint *)param_4" identifier = (cast_expression "(uint *)param_4" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "puStack_80 = (undefined *)0x123abd;" (assignment_expression "puStack_80 = (undefined *)0x123abd" identifier = (cast_expression "(undefined *)0x123abd" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "FUN_000a90f0();" (call_expression "FUN_000a90f0()" identifier (argument_list "()" ( ))) ;) (expression_statement "local_7c = (uint *)(uint)(param_6 != 0);" (assignment_expression "local_7c = (uint *)(uint)(param_6 != 0)" identifier = (cast_expression "(uint *)(uint)(param_6 != 0)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "(uint)(param_6 != 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(param_6 != 0)" ( (binary_expression "param_6 != 0" identifier != number_literal) ))))) ;) (expression_statement "puStack_80 = (undefined *)0x123ade;" (assignment_expression "puStack_80 = (undefined *)0x123ade" identifier = (cast_expression "(undefined *)0x123ade" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "iVar6 = FUN_00113410();" (assignment_expression "iVar6 = FUN_00113410()" identifier = (call_expression "FUN_00113410()" identifier (argument_list "()" ( )))) ;) (if_statement "if (iVar6 != 0) {\nLAB_00123bd0:\n uVar15 = *(uint *)(local_50 + 0x18);\n local_60 = *(uint *)(param_2 + 0x140);\n if ((uint)((int)(local_60 - *(int *)(param_2 + 0x13c)) >> 2) <= uVar15) {\n puStack_70 = (uint *)0x123e1a;\n FUN_0010c330();\n iStack_78 = 0x123e29;\n uStack_74 = uVar15;\n puStack_70 = (uint *)uVar5;\n uVar22 = FUN_00074f0a();\n iVar6 = local_64;\n iVar12 = (int)((ulonglong)uVar22 >> 0x20);\n pbVar16 = BYTE_ARRAY_004c61c1 + uVar15 + 0x16;\n auStack_a8[0] = 0;\n auStack_a8[1] = 0xffffffff;\n auStack_a8[2] = 0x80000000;\n auStack_a8[3] = 0;\n pbVar17 = pbVar16;\n uVar23 = extraout_ECX_00;\n local_7c = (uint *)uVar13;\n iStack_78 = iVar9;\n if (local_64 == 0) {\n uVar7 = (*(int *)(iVar12 + 0x154) - *(int *)(iVar12 + 0x14c)) +\n (*(int *)(iVar12 + 0x150) - *(int *)(iVar12 + 0x148)) * 8;\n if (uVar7 <= local_60) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x34351d,0x5f8,uVar15 + 0x34662f,uVar7);\n }\n bStack_b8 = (*(uint *)(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4) &\n 1 << ((byte)local_60 & 0x1f)) != 0;\n goto LAB_00123fe0;\n }\n uVar7 = 0;\n if (uStack_68 - 2 < 0x6b) {\n uVar7 = (uint)(char)(&UNK_00344ed5)[uStack_68 + uVar15];\n if (*(int *)(local_64 + 0x18) == -1) goto LAB_00123f75;\nLAB_00123e82:\n if ((*(byte *)(local_64 + 0x28) & 0xf) != 10) {\n cVar3 = FUN_00071bb0(local_64,uVar7);\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n if (cVar3 != '\0') {\nLAB_00123f19:\n if (bVar4 == 0) goto LAB_00123f1d;\nLAB_00123f80:\n if (bVar4 == 4) {\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }\nLAB_00124258:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }\nLAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);\n bStack_b8 = (bool)(bVar4 & 1);\n goto LAB_00123fe0;\n }\n goto LAB_00124280;\n }\n if ((bVar4 != 0) || ((*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0)) {\n pbVar17 = BYTE_ARRAY_004c6979 + uVar15 + 0x26;\n if (*(int *)(*(int *)pbVar17 + 8) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);\n }\n if (*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0') {\nLAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;\n if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }\n if (bVar4 != 4) goto LAB_00124258;\nLAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }\n }\n else if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;\n }\n }\n if (*(int *)((int)uVar22 + 0x18) == 0) {\n iVar9 = FUN_0010c850();\nLAB_0012462d:\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,iVar9);\n }\n auStack_a8[3] = FUN_00117290();\n bStack_b8 = false;\n local_5c = auStack_a8;\n }\n else {\n if (*(int *)(local_64 + 0x18) != -1) goto LAB_00123e82;\nLAB_00123f75:\n bVar4 = *(byte *)(local_64 + 0x2a) & 7;\n if (bVar4 != 0) goto LAB_00123f80;\nLAB_00123f1d:\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_00123f8f;\nLAB_00123f39:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) goto LAB_00123fe0;\n if ((*(int *)(iVar6 + 0xc) == 0) && ((bVar1 & 0x20) != 0)) goto LAB_00124269;\n goto LAB_001242ac;\n }\nLAB_00124280:\n bStack_b8 = true;\n }\nLAB_00123fe0:\n puStack_b4 = auStack_a8;\n iVar9 = *(int *)((int)&DWORD_004c739c + uVar15 + 3);\n if (0xff < uStack_68) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x347947,0x134,uVar15 + 0x3466b7,iVar9);\n }\n uVar7 = *(uint *)(iVar9 + uStack_68 * 4);\n if ((uVar7 != 0) && (*(int *)(uVar7 + 0x1c) == 1)) {\n bVar4 = *(byte *)(uVar7 + 0x34);\n uVar7 = (uint)bVar4;\n if ((bVar4 & 2) != 0) {\n if (((bStack_b8 != false) && ((bVar4 & 0x40) != 0)) &&\n (uVar7 = FUN_000a90f0(local_5c,iVar12,0), (uVar7 & 1) != 0)) {\n auStack_a8[3] = FUN_000a90f0(local_5c,iVar12,0);\n auStack_a8[3] = auStack_a8[3] & 0xfffffffe;\n local_5c = puStack_b4;\n }\n if (-1 < (char)*(byte *)((int)local_5c + 0xb)) {\n if ((*(byte *)((int)local_5c + 0xb) & 8) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17);\n }\n puVar10 = (uint *)local_5c[3];\n uVar7 = *puVar10;\n uVar5 = uVar7 % puVar10[3];\n piVar18 = *(int **)(puVar10[2] + uVar5 * 4);\n if (piVar18 != (int *)0x0) {\n uVar11 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, uVar7 != uVar11) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }\n if (*piVar18 != 0) goto LAB_001240a3;\n }\nLAB_00124478:\n FUN_00318cf0(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23);\n }\nLAB_001240a3:\n if (uStack_68 - 10 < 0x2a) {\n /* WARNING: Could not recover jumptable at 0x001240be. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar15 = (*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))();\n return uVar15;\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x34351d,0x2ec8,uVar15 + 0x345d23,iVar6);\n }\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x34351d,0x2ea7,uVar15 + 0x345d23,uVar7);\n }\n iVar12 = *(int *)(*(int *)(param_2 + 0x13c) + uVar15 * 4);\n if (iVar12 == 0) {\nLAB_00123df8:\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfe7;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123e15;\n puStack_70 = (uint *)iVar6;\n FUN_002446e0();\n }\n local_20 = local_44;\n local_2c = iVar6;\n if (param_1 == 0) {\n if (param_3 == -1) {\n puStack_70 = (uint *)0x123df8;\n iVar6 = FUN_0010c360();\n goto LAB_00123df8;\n }\n local_28 = param_3;\n local_24 = param_2;\n }\n else {\n local_28 = -1;\n local_24 = param_1;\n }\n puStack_70 = (uint *)0x123c3b;\n FUN_0010ece0();\n if ((local_30 == 0) || (iVar6 = *(int *)(local_30 + 0x14), iVar6 == 0)) {\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfeb;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123cff;\n FUN_002446e0();\n }\n param_6 = (uint)*(byte *)(*(int *)(iVar6 + 4) + 0x14);\n if ((*(byte *)(iVar12 + 0x1c) & 1) == 0) {\nLAB_00123dd6:\n uStack_74 = local_64 + -0x17f944;\n local_7c = (uint *)(local_64 + -0x19cca3);\n iStack_78 = 0xc5;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123df3;\n FUN_002446e0();\n }\n if (*(int *)(iVar6 + 8) == -1) {\n puStack_70 = (uint *)0x123dd6;\n FUN_0010c390();\n goto LAB_00123dd6;\n }\n local_58 = (*(int *)(iVar6 + 8) - param_5) + *(int *)(iVar12 + 4) + local_4c;\n if (0x3ffffff < local_58 + 0x2000000) {\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfef;\n /* WARNING: Subroutine does not return */\n puStack_80 = &UNK_00123cb7;\n puStack_70 = (uint *)*(int *)(iVar12 + 4);\n FUN_002446e0();\n }\n }" if (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) (compound_statement "{\nLAB_00123bd0:\n uVar15 = *(uint *)(local_50 + 0x18);\n local_60 = *(uint *)(param_2 + 0x140);\n if ((uint)((int)(local_60 - *(int *)(param_2 + 0x13c)) >> 2) <= uVar15) {\n puStack_70 = (uint *)0x123e1a;\n FUN_0010c330();\n iStack_78 = 0x123e29;\n uStack_74 = uVar15;\n puStack_70 = (uint *)uVar5;\n uVar22 = FUN_00074f0a();\n iVar6 = local_64;\n iVar12 = (int)((ulonglong)uVar22 >> 0x20);\n pbVar16 = BYTE_ARRAY_004c61c1 + uVar15 + 0x16;\n auStack_a8[0] = 0;\n auStack_a8[1] = 0xffffffff;\n auStack_a8[2] = 0x80000000;\n auStack_a8[3] = 0;\n pbVar17 = pbVar16;\n uVar23 = extraout_ECX_00;\n local_7c = (uint *)uVar13;\n iStack_78 = iVar9;\n if (local_64 == 0) {\n uVar7 = (*(int *)(iVar12 + 0x154) - *(int *)(iVar12 + 0x14c)) +\n (*(int *)(iVar12 + 0x150) - *(int *)(iVar12 + 0x148)) * 8;\n if (uVar7 <= local_60) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x34351d,0x5f8,uVar15 + 0x34662f,uVar7);\n }\n bStack_b8 = (*(uint *)(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4) &\n 1 << ((byte)local_60 & 0x1f)) != 0;\n goto LAB_00123fe0;\n }\n uVar7 = 0;\n if (uStack_68 - 2 < 0x6b) {\n uVar7 = (uint)(char)(&UNK_00344ed5)[uStack_68 + uVar15];\n if (*(int *)(local_64 + 0x18) == -1) goto LAB_00123f75;\nLAB_00123e82:\n if ((*(byte *)(local_64 + 0x28) & 0xf) != 10) {\n cVar3 = FUN_00071bb0(local_64,uVar7);\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n if (cVar3 != '\0') {\nLAB_00123f19:\n if (bVar4 == 0) goto LAB_00123f1d;\nLAB_00123f80:\n if (bVar4 == 4) {\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }\nLAB_00124258:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }\nLAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);\n bStack_b8 = (bool)(bVar4 & 1);\n goto LAB_00123fe0;\n }\n goto LAB_00124280;\n }\n if ((bVar4 != 0) || ((*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0)) {\n pbVar17 = BYTE_ARRAY_004c6979 + uVar15 + 0x26;\n if (*(int *)(*(int *)pbVar17 + 8) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);\n }\n if (*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0') {\nLAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;\n if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }\n if (bVar4 != 4) goto LAB_00124258;\nLAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }\n }\n else if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;\n }\n }\n if (*(int *)((int)uVar22 + 0x18) == 0) {\n iVar9 = FUN_0010c850();\nLAB_0012462d:\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,iVar9);\n }\n auStack_a8[3] = FUN_00117290();\n bStack_b8 = false;\n local_5c = auStack_a8;\n }\n else {\n if (*(int *)(local_64 + 0x18) != -1) goto LAB_00123e82;\nLAB_00123f75:\n bVar4 = *(byte *)(local_64 + 0x2a) & 7;\n if (bVar4 != 0) goto LAB_00123f80;\nLAB_00123f1d:\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_00123f8f;\nLAB_00123f39:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) goto LAB_00123fe0;\n if ((*(int *)(iVar6 + 0xc) == 0) && ((bVar1 & 0x20) != 0)) goto LAB_00124269;\n goto LAB_001242ac;\n }\nLAB_00124280:\n bStack_b8 = true;\n }\nLAB_00123fe0:\n puStack_b4 = auStack_a8;\n iVar9 = *(int *)((int)&DWORD_004c739c + uVar15 + 3);\n if (0xff < uStack_68) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x347947,0x134,uVar15 + 0x3466b7,iVar9);\n }\n uVar7 = *(uint *)(iVar9 + uStack_68 * 4);\n if ((uVar7 != 0) && (*(int *)(uVar7 + 0x1c) == 1)) {\n bVar4 = *(byte *)(uVar7 + 0x34);\n uVar7 = (uint)bVar4;\n if ((bVar4 & 2) != 0) {\n if (((bStack_b8 != false) && ((bVar4 & 0x40) != 0)) &&\n (uVar7 = FUN_000a90f0(local_5c,iVar12,0), (uVar7 & 1) != 0)) {\n auStack_a8[3] = FUN_000a90f0(local_5c,iVar12,0);\n auStack_a8[3] = auStack_a8[3] & 0xfffffffe;\n local_5c = puStack_b4;\n }\n if (-1 < (char)*(byte *)((int)local_5c + 0xb)) {\n if ((*(byte *)((int)local_5c + 0xb) & 8) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17);\n }\n puVar10 = (uint *)local_5c[3];\n uVar7 = *puVar10;\n uVar5 = uVar7 % puVar10[3];\n piVar18 = *(int **)(puVar10[2] + uVar5 * 4);\n if (piVar18 != (int *)0x0) {\n uVar11 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, uVar7 != uVar11) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }\n if (*piVar18 != 0) goto LAB_001240a3;\n }\nLAB_00124478:\n FUN_00318cf0(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23);\n }\nLAB_001240a3:\n if (uStack_68 - 10 < 0x2a) {\n /* WARNING: Could not recover jumptable at 0x001240be. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar15 = (*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))();\n return uVar15;\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x34351d,0x2ec8,uVar15 + 0x345d23,iVar6);\n }\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x34351d,0x2ea7,uVar15 + 0x345d23,uVar7);\n }\n iVar12 = *(int *)(*(int *)(param_2 + 0x13c) + uVar15 * 4);\n if (iVar12 == 0) {\nLAB_00123df8:\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfe7;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123e15;\n puStack_70 = (uint *)iVar6;\n FUN_002446e0();\n }\n local_20 = local_44;\n local_2c = iVar6;\n if (param_1 == 0) {\n if (param_3 == -1) {\n puStack_70 = (uint *)0x123df8;\n iVar6 = FUN_0010c360();\n goto LAB_00123df8;\n }\n local_28 = param_3;\n local_24 = param_2;\n }\n else {\n local_28 = -1;\n local_24 = param_1;\n }\n puStack_70 = (uint *)0x123c3b;\n FUN_0010ece0();\n if ((local_30 == 0) || (iVar6 = *(int *)(local_30 + 0x14), iVar6 == 0)) {\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfeb;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123cff;\n FUN_002446e0();\n }\n param_6 = (uint)*(byte *)(*(int *)(iVar6 + 4) + 0x14);\n if ((*(byte *)(iVar12 + 0x1c) & 1) == 0) {\nLAB_00123dd6:\n uStack_74 = local_64 + -0x17f944;\n local_7c = (uint *)(local_64 + -0x19cca3);\n iStack_78 = 0xc5;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123df3;\n FUN_002446e0();\n }\n if (*(int *)(iVar6 + 8) == -1) {\n puStack_70 = (uint *)0x123dd6;\n FUN_0010c390();\n goto LAB_00123dd6;\n }\n local_58 = (*(int *)(iVar6 + 8) - param_5) + *(int *)(iVar12 + 4) + local_4c;\n if (0x3ffffff < local_58 + 0x2000000) {\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfef;\n /* WARNING: Subroutine does not return */\n puStack_80 = &UNK_00123cb7;\n puStack_70 = (uint *)*(int *)(iVar12 + 4);\n FUN_002446e0();\n }\n }" { (labeled_statement "LAB_00123bd0:\n uVar15 = *(uint *)(local_50 + 0x18);" statement_identifier : (expression_statement "uVar15 = *(uint *)(local_50 + 0x18);" (assignment_expression "uVar15 = *(uint *)(local_50 + 0x18)" identifier = (pointer_expression "*(uint *)(local_50 + 0x18)" * (cast_expression "(uint *)(local_50 + 0x18)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_50 + 0x18)" ( (binary_expression "local_50 + 0x18" identifier + number_literal) ))))) ;)) (expression_statement "local_60 = *(uint *)(param_2 + 0x140);" (assignment_expression "local_60 = *(uint *)(param_2 + 0x140)" identifier = (pointer_expression "*(uint *)(param_2 + 0x140)" * (cast_expression "(uint *)(param_2 + 0x140)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x140)" ( (binary_expression "param_2 + 0x140" identifier + number_literal) ))))) ;) (if_statement "if ((uint)((int)(local_60 - *(int *)(param_2 + 0x13c)) >> 2) <= uVar15) {\n puStack_70 = (uint *)0x123e1a;\n FUN_0010c330();\n iStack_78 = 0x123e29;\n uStack_74 = uVar15;\n puStack_70 = (uint *)uVar5;\n uVar22 = FUN_00074f0a();\n iVar6 = local_64;\n iVar12 = (int)((ulonglong)uVar22 >> 0x20);\n pbVar16 = BYTE_ARRAY_004c61c1 + uVar15 + 0x16;\n auStack_a8[0] = 0;\n auStack_a8[1] = 0xffffffff;\n auStack_a8[2] = 0x80000000;\n auStack_a8[3] = 0;\n pbVar17 = pbVar16;\n uVar23 = extraout_ECX_00;\n local_7c = (uint *)uVar13;\n iStack_78 = iVar9;\n if (local_64 == 0) {\n uVar7 = (*(int *)(iVar12 + 0x154) - *(int *)(iVar12 + 0x14c)) +\n (*(int *)(iVar12 + 0x150) - *(int *)(iVar12 + 0x148)) * 8;\n if (uVar7 <= local_60) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x34351d,0x5f8,uVar15 + 0x34662f,uVar7);\n }\n bStack_b8 = (*(uint *)(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4) &\n 1 << ((byte)local_60 & 0x1f)) != 0;\n goto LAB_00123fe0;\n }\n uVar7 = 0;\n if (uStack_68 - 2 < 0x6b) {\n uVar7 = (uint)(char)(&UNK_00344ed5)[uStack_68 + uVar15];\n if (*(int *)(local_64 + 0x18) == -1) goto LAB_00123f75;\nLAB_00123e82:\n if ((*(byte *)(local_64 + 0x28) & 0xf) != 10) {\n cVar3 = FUN_00071bb0(local_64,uVar7);\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n if (cVar3 != '\0') {\nLAB_00123f19:\n if (bVar4 == 0) goto LAB_00123f1d;\nLAB_00123f80:\n if (bVar4 == 4) {\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }\nLAB_00124258:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }\nLAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);\n bStack_b8 = (bool)(bVar4 & 1);\n goto LAB_00123fe0;\n }\n goto LAB_00124280;\n }\n if ((bVar4 != 0) || ((*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0)) {\n pbVar17 = BYTE_ARRAY_004c6979 + uVar15 + 0x26;\n if (*(int *)(*(int *)pbVar17 + 8) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);\n }\n if (*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0') {\nLAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;\n if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }\n if (bVar4 != 4) goto LAB_00124258;\nLAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }\n }\n else if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;\n }\n }\n if (*(int *)((int)uVar22 + 0x18) == 0) {\n iVar9 = FUN_0010c850();\nLAB_0012462d:\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,iVar9);\n }\n auStack_a8[3] = FUN_00117290();\n bStack_b8 = false;\n local_5c = auStack_a8;\n }\n else {\n if (*(int *)(local_64 + 0x18) != -1) goto LAB_00123e82;\nLAB_00123f75:\n bVar4 = *(byte *)(local_64 + 0x2a) & 7;\n if (bVar4 != 0) goto LAB_00123f80;\nLAB_00123f1d:\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_00123f8f;\nLAB_00123f39:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) goto LAB_00123fe0;\n if ((*(int *)(iVar6 + 0xc) == 0) && ((bVar1 & 0x20) != 0)) goto LAB_00124269;\n goto LAB_001242ac;\n }\nLAB_00124280:\n bStack_b8 = true;\n }\nLAB_00123fe0:\n puStack_b4 = auStack_a8;\n iVar9 = *(int *)((int)&DWORD_004c739c + uVar15 + 3);\n if (0xff < uStack_68) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x347947,0x134,uVar15 + 0x3466b7,iVar9);\n }\n uVar7 = *(uint *)(iVar9 + uStack_68 * 4);\n if ((uVar7 != 0) && (*(int *)(uVar7 + 0x1c) == 1)) {\n bVar4 = *(byte *)(uVar7 + 0x34);\n uVar7 = (uint)bVar4;\n if ((bVar4 & 2) != 0) {\n if (((bStack_b8 != false) && ((bVar4 & 0x40) != 0)) &&\n (uVar7 = FUN_000a90f0(local_5c,iVar12,0), (uVar7 & 1) != 0)) {\n auStack_a8[3] = FUN_000a90f0(local_5c,iVar12,0);\n auStack_a8[3] = auStack_a8[3] & 0xfffffffe;\n local_5c = puStack_b4;\n }\n if (-1 < (char)*(byte *)((int)local_5c + 0xb)) {\n if ((*(byte *)((int)local_5c + 0xb) & 8) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17);\n }\n puVar10 = (uint *)local_5c[3];\n uVar7 = *puVar10;\n uVar5 = uVar7 % puVar10[3];\n piVar18 = *(int **)(puVar10[2] + uVar5 * 4);\n if (piVar18 != (int *)0x0) {\n uVar11 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, uVar7 != uVar11) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }\n if (*piVar18 != 0) goto LAB_001240a3;\n }\nLAB_00124478:\n FUN_00318cf0(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23);\n }\nLAB_001240a3:\n if (uStack_68 - 10 < 0x2a) {\n /* WARNING: Could not recover jumptable at 0x001240be. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar15 = (*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))();\n return uVar15;\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x34351d,0x2ec8,uVar15 + 0x345d23,iVar6);\n }\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x34351d,0x2ea7,uVar15 + 0x345d23,uVar7);\n }" if (parenthesized_expression "((uint)((int)(local_60 - *(int *)(param_2 + 0x13c)) >> 2) <= uVar15)" ( (binary_expression "(uint)((int)(local_60 - *(int *)(param_2 + 0x13c)) >> 2) <= uVar15" (call_expression "(uint)((int)(local_60 - *(int *)(param_2 + 0x13c)) >> 2)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "((int)(local_60 - *(int *)(param_2 + 0x13c)) >> 2)" ( (binary_expression "(int)(local_60 - *(int *)(param_2 + 0x13c)) >> 2" (cast_expression "(int)(local_60 - *(int *)(param_2 + 0x13c))" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(local_60 - *(int *)(param_2 + 0x13c))" ( (binary_expression "local_60 - *(int *)(param_2 + 0x13c)" identifier - (pointer_expression "*(int *)(param_2 + 0x13c)" * (cast_expression "(int *)(param_2 + 0x13c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x13c)" ( (binary_expression "param_2 + 0x13c" identifier + number_literal) ))))) ))) >> number_literal) ))) <= identifier) )) (compound_statement "{\n puStack_70 = (uint *)0x123e1a;\n FUN_0010c330();\n iStack_78 = 0x123e29;\n uStack_74 = uVar15;\n puStack_70 = (uint *)uVar5;\n uVar22 = FUN_00074f0a();\n iVar6 = local_64;\n iVar12 = (int)((ulonglong)uVar22 >> 0x20);\n pbVar16 = BYTE_ARRAY_004c61c1 + uVar15 + 0x16;\n auStack_a8[0] = 0;\n auStack_a8[1] = 0xffffffff;\n auStack_a8[2] = 0x80000000;\n auStack_a8[3] = 0;\n pbVar17 = pbVar16;\n uVar23 = extraout_ECX_00;\n local_7c = (uint *)uVar13;\n iStack_78 = iVar9;\n if (local_64 == 0) {\n uVar7 = (*(int *)(iVar12 + 0x154) - *(int *)(iVar12 + 0x14c)) +\n (*(int *)(iVar12 + 0x150) - *(int *)(iVar12 + 0x148)) * 8;\n if (uVar7 <= local_60) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x34351d,0x5f8,uVar15 + 0x34662f,uVar7);\n }\n bStack_b8 = (*(uint *)(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4) &\n 1 << ((byte)local_60 & 0x1f)) != 0;\n goto LAB_00123fe0;\n }\n uVar7 = 0;\n if (uStack_68 - 2 < 0x6b) {\n uVar7 = (uint)(char)(&UNK_00344ed5)[uStack_68 + uVar15];\n if (*(int *)(local_64 + 0x18) == -1) goto LAB_00123f75;\nLAB_00123e82:\n if ((*(byte *)(local_64 + 0x28) & 0xf) != 10) {\n cVar3 = FUN_00071bb0(local_64,uVar7);\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n if (cVar3 != '\0') {\nLAB_00123f19:\n if (bVar4 == 0) goto LAB_00123f1d;\nLAB_00123f80:\n if (bVar4 == 4) {\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }\nLAB_00124258:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }\nLAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);\n bStack_b8 = (bool)(bVar4 & 1);\n goto LAB_00123fe0;\n }\n goto LAB_00124280;\n }\n if ((bVar4 != 0) || ((*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0)) {\n pbVar17 = BYTE_ARRAY_004c6979 + uVar15 + 0x26;\n if (*(int *)(*(int *)pbVar17 + 8) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);\n }\n if (*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0') {\nLAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;\n if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }\n if (bVar4 != 4) goto LAB_00124258;\nLAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }\n }\n else if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;\n }\n }\n if (*(int *)((int)uVar22 + 0x18) == 0) {\n iVar9 = FUN_0010c850();\nLAB_0012462d:\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,iVar9);\n }\n auStack_a8[3] = FUN_00117290();\n bStack_b8 = false;\n local_5c = auStack_a8;\n }\n else {\n if (*(int *)(local_64 + 0x18) != -1) goto LAB_00123e82;\nLAB_00123f75:\n bVar4 = *(byte *)(local_64 + 0x2a) & 7;\n if (bVar4 != 0) goto LAB_00123f80;\nLAB_00123f1d:\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_00123f8f;\nLAB_00123f39:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) goto LAB_00123fe0;\n if ((*(int *)(iVar6 + 0xc) == 0) && ((bVar1 & 0x20) != 0)) goto LAB_00124269;\n goto LAB_001242ac;\n }\nLAB_00124280:\n bStack_b8 = true;\n }\nLAB_00123fe0:\n puStack_b4 = auStack_a8;\n iVar9 = *(int *)((int)&DWORD_004c739c + uVar15 + 3);\n if (0xff < uStack_68) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x347947,0x134,uVar15 + 0x3466b7,iVar9);\n }\n uVar7 = *(uint *)(iVar9 + uStack_68 * 4);\n if ((uVar7 != 0) && (*(int *)(uVar7 + 0x1c) == 1)) {\n bVar4 = *(byte *)(uVar7 + 0x34);\n uVar7 = (uint)bVar4;\n if ((bVar4 & 2) != 0) {\n if (((bStack_b8 != false) && ((bVar4 & 0x40) != 0)) &&\n (uVar7 = FUN_000a90f0(local_5c,iVar12,0), (uVar7 & 1) != 0)) {\n auStack_a8[3] = FUN_000a90f0(local_5c,iVar12,0);\n auStack_a8[3] = auStack_a8[3] & 0xfffffffe;\n local_5c = puStack_b4;\n }\n if (-1 < (char)*(byte *)((int)local_5c + 0xb)) {\n if ((*(byte *)((int)local_5c + 0xb) & 8) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17);\n }\n puVar10 = (uint *)local_5c[3];\n uVar7 = *puVar10;\n uVar5 = uVar7 % puVar10[3];\n piVar18 = *(int **)(puVar10[2] + uVar5 * 4);\n if (piVar18 != (int *)0x0) {\n uVar11 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, uVar7 != uVar11) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }\n if (*piVar18 != 0) goto LAB_001240a3;\n }\nLAB_00124478:\n FUN_00318cf0(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23);\n }\nLAB_001240a3:\n if (uStack_68 - 10 < 0x2a) {\n /* WARNING: Could not recover jumptable at 0x001240be. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar15 = (*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))();\n return uVar15;\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x34351d,0x2ec8,uVar15 + 0x345d23,iVar6);\n }\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x34351d,0x2ea7,uVar15 + 0x345d23,uVar7);\n }" { (expression_statement "puStack_70 = (uint *)0x123e1a;" (assignment_expression "puStack_70 = (uint *)0x123e1a" identifier = (cast_expression "(uint *)0x123e1a" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "FUN_0010c330();" (call_expression "FUN_0010c330()" identifier (argument_list "()" ( ))) ;) (expression_statement "iStack_78 = 0x123e29;" (assignment_expression "iStack_78 = 0x123e29" identifier = number_literal) ;) (expression_statement "uStack_74 = uVar15;" (assignment_expression "uStack_74 = uVar15" identifier = identifier) ;) (expression_statement "puStack_70 = (uint *)uVar5;" (assignment_expression "puStack_70 = (uint *)uVar5" identifier = (cast_expression "(uint *)uVar5" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "uVar22 = FUN_00074f0a();" (assignment_expression "uVar22 = FUN_00074f0a()" identifier = (call_expression "FUN_00074f0a()" identifier (argument_list "()" ( )))) ;) (expression_statement "iVar6 = local_64;" (assignment_expression "iVar6 = local_64" identifier = identifier) ;) (expression_statement "iVar12 = (int)((ulonglong)uVar22 >> 0x20);" (assignment_expression "iVar12 = (int)((ulonglong)uVar22 >> 0x20)" identifier = (cast_expression "(int)((ulonglong)uVar22 >> 0x20)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "((ulonglong)uVar22 >> 0x20)" ( (binary_expression "(ulonglong)uVar22 >> 0x20" (cast_expression "(ulonglong)uVar22" ( (type_descriptor "ulonglong" type_identifier) ) identifier) >> number_literal) )))) ;) (expression_statement "pbVar16 = BYTE_ARRAY_004c61c1 + uVar15 + 0x16;" (assignment_expression "pbVar16 = BYTE_ARRAY_004c61c1 + uVar15 + 0x16" identifier = (binary_expression "BYTE_ARRAY_004c61c1 + uVar15 + 0x16" (binary_expression "BYTE_ARRAY_004c61c1 + uVar15" identifier + identifier) + number_literal)) ;) (expression_statement "auStack_a8[0] = 0;" (assignment_expression "auStack_a8[0] = 0" (subscript_expression "auStack_a8[0]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "auStack_a8[1] = 0xffffffff;" (assignment_expression "auStack_a8[1] = 0xffffffff" (subscript_expression "auStack_a8[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "auStack_a8[2] = 0x80000000;" (assignment_expression "auStack_a8[2] = 0x80000000" (subscript_expression "auStack_a8[2]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "auStack_a8[3] = 0;" (assignment_expression "auStack_a8[3] = 0" (subscript_expression "auStack_a8[3]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "pbVar17 = pbVar16;" (assignment_expression "pbVar17 = pbVar16" identifier = identifier) ;) (expression_statement "uVar23 = extraout_ECX_00;" (assignment_expression "uVar23 = extraout_ECX_00" identifier = identifier) ;) (expression_statement "local_7c = (uint *)uVar13;" (assignment_expression "local_7c = (uint *)uVar13" identifier = (cast_expression "(uint *)uVar13" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "iStack_78 = iVar9;" (assignment_expression "iStack_78 = iVar9" identifier = identifier) ;) (if_statement "if (local_64 == 0) {\n uVar7 = (*(int *)(iVar12 + 0x154) - *(int *)(iVar12 + 0x14c)) +\n (*(int *)(iVar12 + 0x150) - *(int *)(iVar12 + 0x148)) * 8;\n if (uVar7 <= local_60) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x34351d,0x5f8,uVar15 + 0x34662f,uVar7);\n }\n bStack_b8 = (*(uint *)(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4) &\n 1 << ((byte)local_60 & 0x1f)) != 0;\n goto LAB_00123fe0;\n }" if (parenthesized_expression "(local_64 == 0)" ( (binary_expression "local_64 == 0" identifier == number_literal) )) (compound_statement "{\n uVar7 = (*(int *)(iVar12 + 0x154) - *(int *)(iVar12 + 0x14c)) +\n (*(int *)(iVar12 + 0x150) - *(int *)(iVar12 + 0x148)) * 8;\n if (uVar7 <= local_60) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x34351d,0x5f8,uVar15 + 0x34662f,uVar7);\n }\n bStack_b8 = (*(uint *)(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4) &\n 1 << ((byte)local_60 & 0x1f)) != 0;\n goto LAB_00123fe0;\n }" { (expression_statement "uVar7 = (*(int *)(iVar12 + 0x154) - *(int *)(iVar12 + 0x14c)) +\n (*(int *)(iVar12 + 0x150) - *(int *)(iVar12 + 0x148)) * 8;" (assignment_expression "uVar7 = (*(int *)(iVar12 + 0x154) - *(int *)(iVar12 + 0x14c)) +\n (*(int *)(iVar12 + 0x150) - *(int *)(iVar12 + 0x148)) * 8" identifier = (binary_expression "(*(int *)(iVar12 + 0x154) - *(int *)(iVar12 + 0x14c)) +\n (*(int *)(iVar12 + 0x150) - *(int *)(iVar12 + 0x148)) * 8" (parenthesized_expression "(*(int *)(iVar12 + 0x154) - *(int *)(iVar12 + 0x14c))" ( (binary_expression "*(int *)(iVar12 + 0x154) - *(int *)(iVar12 + 0x14c)" (pointer_expression "*(int *)(iVar12 + 0x154)" * (cast_expression "(int *)(iVar12 + 0x154)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 0x154)" ( (binary_expression "iVar12 + 0x154" identifier + number_literal) )))) - (pointer_expression "*(int *)(iVar12 + 0x14c)" * (cast_expression "(int *)(iVar12 + 0x14c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 0x14c)" ( (binary_expression "iVar12 + 0x14c" identifier + number_literal) ))))) )) + (binary_expression "(*(int *)(iVar12 + 0x150) - *(int *)(iVar12 + 0x148)) * 8" (parenthesized_expression "(*(int *)(iVar12 + 0x150) - *(int *)(iVar12 + 0x148))" ( (binary_expression "*(int *)(iVar12 + 0x150) - *(int *)(iVar12 + 0x148)" (pointer_expression "*(int *)(iVar12 + 0x150)" * (cast_expression "(int *)(iVar12 + 0x150)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 0x150)" ( (binary_expression "iVar12 + 0x150" identifier + number_literal) )))) - (pointer_expression "*(int *)(iVar12 + 0x148)" * (cast_expression "(int *)(iVar12 + 0x148)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 0x148)" ( (binary_expression "iVar12 + 0x148" identifier + number_literal) ))))) )) * number_literal))) ;) (if_statement "if (uVar7 <= local_60) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x34351d,0x5f8,uVar15 + 0x34662f,uVar7);\n }" if (parenthesized_expression "(uVar7 <= local_60)" ( (binary_expression "uVar7 <= local_60" identifier <= identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x34351d,0x5f8,uVar15 + 0x34662f,uVar7);\n }" { comment (expression_statement "FUN_002446e0(uVar15 + 0x34351d,0x5f8,uVar15 + 0x34662f,uVar7);" (call_expression "FUN_002446e0(uVar15 + 0x34351d,0x5f8,uVar15 + 0x34662f,uVar7)" identifier (argument_list "(uVar15 + 0x34351d,0x5f8,uVar15 + 0x34662f,uVar7)" ( (binary_expression "uVar15 + 0x34351d" identifier + number_literal) , number_literal , (binary_expression "uVar15 + 0x34662f" identifier + number_literal) , identifier ))) ;) })) (expression_statement "bStack_b8 = (*(uint *)(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4) &\n 1 << ((byte)local_60 & 0x1f)) != 0;" (assignment_expression "bStack_b8 = (*(uint *)(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4) &\n 1 << ((byte)local_60 & 0x1f)) != 0" identifier = (binary_expression "(*(uint *)(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4) &\n 1 << ((byte)local_60 & 0x1f)) != 0" (parenthesized_expression "(*(uint *)(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4) &\n 1 << ((byte)local_60 & 0x1f))" ( (binary_expression "*(uint *)(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4) &\n 1 << ((byte)local_60 & 0x1f)" (pointer_expression "*(uint *)(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4)" * (cast_expression "(uint *)(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4)" ( (binary_expression "*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4" (pointer_expression "*(int *)(iVar12 + 0x148)" * (cast_expression "(int *)(iVar12 + 0x148)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 0x148)" ( (binary_expression "iVar12 + 0x148" identifier + number_literal) )))) + (binary_expression "(local_60 >> 5) * 4" (parenthesized_expression "(local_60 >> 5)" ( (binary_expression "local_60 >> 5" identifier >> number_literal) )) * number_literal)) )))) & (binary_expression "1 << ((byte)local_60 & 0x1f)" number_literal << (parenthesized_expression "((byte)local_60 & 0x1f)" ( (binary_expression "(byte)local_60 & 0x1f" (cast_expression "(byte)local_60" ( (type_descriptor "byte" type_identifier) ) identifier) & number_literal) )))) )) != number_literal)) ;) (goto_statement "goto LAB_00123fe0;" goto statement_identifier ;) })) (expression_statement "uVar7 = 0;" (assignment_expression "uVar7 = 0" identifier = number_literal) ;) (if_statement "if (uStack_68 - 2 < 0x6b) {\n uVar7 = (uint)(char)(&UNK_00344ed5)[uStack_68 + uVar15];\n if (*(int *)(local_64 + 0x18) == -1) goto LAB_00123f75;\nLAB_00123e82:\n if ((*(byte *)(local_64 + 0x28) & 0xf) != 10) {\n cVar3 = FUN_00071bb0(local_64,uVar7);\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n if (cVar3 != '\0') {\nLAB_00123f19:\n if (bVar4 == 0) goto LAB_00123f1d;\nLAB_00123f80:\n if (bVar4 == 4) {\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }\nLAB_00124258:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }\nLAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);\n bStack_b8 = (bool)(bVar4 & 1);\n goto LAB_00123fe0;\n }\n goto LAB_00124280;\n }\n if ((bVar4 != 0) || ((*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0)) {\n pbVar17 = BYTE_ARRAY_004c6979 + uVar15 + 0x26;\n if (*(int *)(*(int *)pbVar17 + 8) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);\n }\n if (*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0') {\nLAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;\n if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }\n if (bVar4 != 4) goto LAB_00124258;\nLAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }\n }\n else if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;\n }\n }\n if (*(int *)((int)uVar22 + 0x18) == 0) {\n iVar9 = FUN_0010c850();\nLAB_0012462d:\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,iVar9);\n }\n auStack_a8[3] = FUN_00117290();\n bStack_b8 = false;\n local_5c = auStack_a8;\n }\n else {\n if (*(int *)(local_64 + 0x18) != -1) goto LAB_00123e82;\nLAB_00123f75:\n bVar4 = *(byte *)(local_64 + 0x2a) & 7;\n if (bVar4 != 0) goto LAB_00123f80;\nLAB_00123f1d:\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_00123f8f;\nLAB_00123f39:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) goto LAB_00123fe0;\n if ((*(int *)(iVar6 + 0xc) == 0) && ((bVar1 & 0x20) != 0)) goto LAB_00124269;\n goto LAB_001242ac;\n }\nLAB_00124280:\n bStack_b8 = true;\n }" if (parenthesized_expression "(uStack_68 - 2 < 0x6b)" ( (binary_expression "uStack_68 - 2 < 0x6b" (binary_expression "uStack_68 - 2" identifier - number_literal) < number_literal) )) (compound_statement "{\n uVar7 = (uint)(char)(&UNK_00344ed5)[uStack_68 + uVar15];\n if (*(int *)(local_64 + 0x18) == -1) goto LAB_00123f75;\nLAB_00123e82:\n if ((*(byte *)(local_64 + 0x28) & 0xf) != 10) {\n cVar3 = FUN_00071bb0(local_64,uVar7);\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n if (cVar3 != '\0') {\nLAB_00123f19:\n if (bVar4 == 0) goto LAB_00123f1d;\nLAB_00123f80:\n if (bVar4 == 4) {\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }\nLAB_00124258:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }\nLAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);\n bStack_b8 = (bool)(bVar4 & 1);\n goto LAB_00123fe0;\n }\n goto LAB_00124280;\n }\n if ((bVar4 != 0) || ((*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0)) {\n pbVar17 = BYTE_ARRAY_004c6979 + uVar15 + 0x26;\n if (*(int *)(*(int *)pbVar17 + 8) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);\n }\n if (*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0') {\nLAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;\n if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }\n if (bVar4 != 4) goto LAB_00124258;\nLAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }\n }\n else if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;\n }\n }\n if (*(int *)((int)uVar22 + 0x18) == 0) {\n iVar9 = FUN_0010c850();\nLAB_0012462d:\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,iVar9);\n }\n auStack_a8[3] = FUN_00117290();\n bStack_b8 = false;\n local_5c = auStack_a8;\n }" { (expression_statement "uVar7 = (uint)(char)(&UNK_00344ed5)[uStack_68 + uVar15];" (assignment_expression "uVar7 = (uint)(char)(&UNK_00344ed5)[uStack_68 + uVar15]" identifier = (subscript_expression "(uint)(char)(&UNK_00344ed5)[uStack_68 + uVar15]" (call_expression "(uint)(char)(&UNK_00344ed5)" (call_expression "(uint)(char)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(char)" ( identifier ))) (argument_list "(&UNK_00344ed5)" ( (pointer_expression "&UNK_00344ed5" & identifier) ))) [ (binary_expression "uStack_68 + uVar15" identifier + identifier) ])) ;) (if_statement "if (*(int *)(local_64 + 0x18) == -1) goto LAB_00123f75;" if (parenthesized_expression "(*(int *)(local_64 + 0x18) == -1)" ( (binary_expression "*(int *)(local_64 + 0x18) == -1" (pointer_expression "*(int *)(local_64 + 0x18)" * (cast_expression "(int *)(local_64 + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_64 + 0x18)" ( (binary_expression "local_64 + 0x18" identifier + number_literal) )))) == number_literal) )) (goto_statement "goto LAB_00123f75;" goto statement_identifier ;)) (labeled_statement "LAB_00123e82:\n if ((*(byte *)(local_64 + 0x28) & 0xf) != 10) {\n cVar3 = FUN_00071bb0(local_64,uVar7);\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n if (cVar3 != '\0') {\nLAB_00123f19:\n if (bVar4 == 0) goto LAB_00123f1d;\nLAB_00123f80:\n if (bVar4 == 4) {\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }\nLAB_00124258:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }\nLAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);\n bStack_b8 = (bool)(bVar4 & 1);\n goto LAB_00123fe0;\n }\n goto LAB_00124280;\n }\n if ((bVar4 != 0) || ((*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0)) {\n pbVar17 = BYTE_ARRAY_004c6979 + uVar15 + 0x26;\n if (*(int *)(*(int *)pbVar17 + 8) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);\n }\n if (*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0') {\nLAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;\n if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }\n if (bVar4 != 4) goto LAB_00124258;\nLAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }\n }\n else if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;\n }\n }" statement_identifier : (if_statement "if ((*(byte *)(local_64 + 0x28) & 0xf) != 10) {\n cVar3 = FUN_00071bb0(local_64,uVar7);\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n if (cVar3 != '\0') {\nLAB_00123f19:\n if (bVar4 == 0) goto LAB_00123f1d;\nLAB_00123f80:\n if (bVar4 == 4) {\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }\nLAB_00124258:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }\nLAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);\n bStack_b8 = (bool)(bVar4 & 1);\n goto LAB_00123fe0;\n }\n goto LAB_00124280;\n }\n if ((bVar4 != 0) || ((*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0)) {\n pbVar17 = BYTE_ARRAY_004c6979 + uVar15 + 0x26;\n if (*(int *)(*(int *)pbVar17 + 8) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);\n }\n if (*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0') {\nLAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;\n if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }\n if (bVar4 != 4) goto LAB_00124258;\nLAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }\n }\n else if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;\n }\n }" if (parenthesized_expression "((*(byte *)(local_64 + 0x28) & 0xf) != 10)" ( (binary_expression "(*(byte *)(local_64 + 0x28) & 0xf) != 10" (parenthesized_expression "(*(byte *)(local_64 + 0x28) & 0xf)" ( (binary_expression "*(byte *)(local_64 + 0x28) & 0xf" (pointer_expression "*(byte *)(local_64 + 0x28)" * (cast_expression "(byte *)(local_64 + 0x28)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_64 + 0x28)" ( (binary_expression "local_64 + 0x28" identifier + number_literal) )))) & number_literal) )) != number_literal) )) (compound_statement "{\n cVar3 = FUN_00071bb0(local_64,uVar7);\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n if (cVar3 != '\0') {\nLAB_00123f19:\n if (bVar4 == 0) goto LAB_00123f1d;\nLAB_00123f80:\n if (bVar4 == 4) {\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }\nLAB_00124258:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }\nLAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);\n bStack_b8 = (bool)(bVar4 & 1);\n goto LAB_00123fe0;\n }\n goto LAB_00124280;\n }\n if ((bVar4 != 0) || ((*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0)) {\n pbVar17 = BYTE_ARRAY_004c6979 + uVar15 + 0x26;\n if (*(int *)(*(int *)pbVar17 + 8) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);\n }\n if (*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0') {\nLAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;\n if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }\n if (bVar4 != 4) goto LAB_00124258;\nLAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }\n }\n else if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;\n }\n }" { (expression_statement "cVar3 = FUN_00071bb0(local_64,uVar7);" (assignment_expression "cVar3 = FUN_00071bb0(local_64,uVar7)" identifier = (call_expression "FUN_00071bb0(local_64,uVar7)" identifier (argument_list "(local_64,uVar7)" ( identifier , identifier )))) ;) (expression_statement "bVar4 = *(byte *)(iVar6 + 0x2a) & 7;" (assignment_expression "bVar4 = *(byte *)(iVar6 + 0x2a) & 7" identifier = (binary_expression "*(byte *)(iVar6 + 0x2a) & 7" (pointer_expression "*(byte *)(iVar6 + 0x2a)" * (cast_expression "(byte *)(iVar6 + 0x2a)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x2a)" ( (binary_expression "iVar6 + 0x2a" identifier + number_literal) )))) & number_literal)) ;) (if_statement "if (cVar3 != '\0') {\nLAB_00123f19:\n if (bVar4 == 0) goto LAB_00123f1d;\nLAB_00123f80:\n if (bVar4 == 4) {\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }\nLAB_00124258:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }\nLAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);\n bStack_b8 = (bool)(bVar4 & 1);\n goto LAB_00123fe0;\n }\n goto LAB_00124280;\n }" if (parenthesized_expression "(cVar3 != '\0')" ( (binary_expression "cVar3 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\nLAB_00123f19:\n if (bVar4 == 0) goto LAB_00123f1d;\nLAB_00123f80:\n if (bVar4 == 4) {\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }\nLAB_00124258:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }\nLAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);\n bStack_b8 = (bool)(bVar4 & 1);\n goto LAB_00123fe0;\n }\n goto LAB_00124280;\n }" { (labeled_statement "LAB_00123f19:\n if (bVar4 == 0) goto LAB_00123f1d;" statement_identifier : (if_statement "if (bVar4 == 0) goto LAB_00123f1d;" if (parenthesized_expression "(bVar4 == 0)" ( (binary_expression "bVar4 == 0" identifier == number_literal) )) (goto_statement "goto LAB_00123f1d;" goto statement_identifier ;))) (labeled_statement "LAB_00123f80:\n if (bVar4 == 4) {\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }" statement_identifier : (if_statement "if (bVar4 == 4) {\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }" if (parenthesized_expression "(bVar4 == 4)" ( (binary_expression "bVar4 == 4" identifier == number_literal) )) (compound_statement "{\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }" { (labeled_statement "LAB_00123f8f:\n puStack_b4 = auStack_a8;" statement_identifier : (expression_statement "puStack_b4 = auStack_a8;" (assignment_expression "puStack_b4 = auStack_a8" identifier = identifier) ;)) (expression_statement "uVar15 = FUN_00072240(puStack_b4);" (assignment_expression "uVar15 = FUN_00072240(puStack_b4)" identifier = (call_expression "FUN_00072240(puStack_b4)" identifier (argument_list "(puStack_b4)" ( identifier )))) ;) (return_statement "return uVar15;" return identifier ;) }))) (labeled_statement "LAB_00124258:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;" statement_identifier : (expression_statement "bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;" (assignment_expression "bVar4 = *(byte *)(iVar6 + 0x28) & 0xf" identifier = (binary_expression "*(byte *)(iVar6 + 0x28) & 0xf" (pointer_expression "*(byte *)(iVar6 + 0x28)" * (cast_expression "(byte *)(iVar6 + 0x28)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x28)" ( (binary_expression "iVar6 + 0x28" identifier + number_literal) )))) & number_literal)) ;)) (if_statement "if (bVar4 != 0xd) {\n if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }\nLAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);\n bStack_b8 = (bool)(bVar4 & 1);\n goto LAB_00123fe0;\n }" if (parenthesized_expression "(bVar4 != 0xd)" ( (binary_expression "bVar4 != 0xd" identifier != number_literal) )) (compound_statement "{\n if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }\nLAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);\n bStack_b8 = (bool)(bVar4 & 1);\n goto LAB_00123fe0;\n }" { (if_statement "if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }" if (parenthesized_expression "(bVar4 != 2)" ( (binary_expression "bVar4 != 2" identifier != number_literal) )) (compound_statement "{\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }" { (labeled_statement "LAB_00124269:\n bStack_b8 = false;" statement_identifier : (expression_statement "bStack_b8 = false;" (assignment_expression "bStack_b8 = false" identifier = false) ;)) (goto_statement "goto LAB_00123fe0;" goto statement_identifier ;) })) (labeled_statement "LAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);" statement_identifier : (expression_statement "bVar4 = FUN_000a90f0(local_5c,iVar12,0);" (assignment_expression "bVar4 = FUN_000a90f0(local_5c,iVar12,0)" identifier = (call_expression "FUN_000a90f0(local_5c,iVar12,0)" identifier (argument_list "(local_5c,iVar12,0)" ( identifier , identifier , number_literal )))) ;)) (expression_statement "bStack_b8 = (bool)(bVar4 & 1);" (assignment_expression "bStack_b8 = (bool)(bVar4 & 1)" identifier = (cast_expression "(bool)(bVar4 & 1)" ( (type_descriptor "bool" primitive_type) ) (parenthesized_expression "(bVar4 & 1)" ( (binary_expression "bVar4 & 1" identifier & number_literal) )))) ;) (goto_statement "goto LAB_00123fe0;" goto statement_identifier ;) })) (goto_statement "goto LAB_00124280;" goto statement_identifier ;) })) (if_statement "if ((bVar4 != 0) || ((*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0)) {\n pbVar17 = BYTE_ARRAY_004c6979 + uVar15 + 0x26;\n if (*(int *)(*(int *)pbVar17 + 8) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);\n }\n if (*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0') {\nLAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;\n if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }\n if (bVar4 != 4) goto LAB_00124258;\nLAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }\n }\n else if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;\n }" if (parenthesized_expression "((bVar4 != 0) || ((*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0))" ( (binary_expression "(bVar4 != 0) || ((*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0)" (parenthesized_expression "(bVar4 != 0)" ( (binary_expression "bVar4 != 0" identifier != number_literal) )) || (parenthesized_expression "((*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0)" ( (binary_expression "(*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0" (parenthesized_expression "(*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1)" ( (binary_expression "*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1" (pointer_expression "*(byte *)(*(int *)(iVar6 + 8) + 0x2c)" * (cast_expression "(byte *)(*(int *)(iVar6 + 8) + 0x2c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar6 + 8) + 0x2c)" ( (binary_expression "*(int *)(iVar6 + 8) + 0x2c" (pointer_expression "*(int *)(iVar6 + 8)" * (cast_expression "(int *)(iVar6 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 8)" ( (binary_expression "iVar6 + 8" identifier + number_literal) )))) + number_literal) )))) & number_literal) )) == number_literal) ))) )) (compound_statement "{\n pbVar17 = BYTE_ARRAY_004c6979 + uVar15 + 0x26;\n if (*(int *)(*(int *)pbVar17 + 8) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);\n }\n if (*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0') {\nLAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;\n if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }\n if (bVar4 != 4) goto LAB_00124258;\nLAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }\n }\n else if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;\n }" { (expression_statement "pbVar17 = BYTE_ARRAY_004c6979 + uVar15 + 0x26;" (assignment_expression "pbVar17 = BYTE_ARRAY_004c6979 + uVar15 + 0x26" identifier = (binary_expression "BYTE_ARRAY_004c6979 + uVar15 + 0x26" (binary_expression "BYTE_ARRAY_004c6979 + uVar15" identifier + identifier) + number_literal)) ;) (if_statement "if (*(int *)(*(int *)pbVar17 + 8) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);\n }" if (parenthesized_expression "(*(int *)(*(int *)pbVar17 + 8) == 0)" ( (binary_expression "*(int *)(*(int *)pbVar17 + 8) == 0" (pointer_expression "*(int *)(*(int *)pbVar17 + 8)" * (cast_expression "(int *)(*(int *)pbVar17 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)pbVar17 + 8)" ( (binary_expression "*(int *)pbVar17 + 8" (pointer_expression "*(int *)pbVar17" * (cast_expression "(int *)pbVar17" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) )))) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);\n }" { comment (expression_statement "FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);" (call_expression "FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0)" identifier (argument_list "(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0)" ( (binary_expression "uVar15 + 0x324444" identifier + number_literal) , number_literal , (binary_expression "uVar15 + 0x34664f" identifier + number_literal) , number_literal ))) ;) })) (if_statement "if (*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0') {\nLAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;\n if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }\n if (bVar4 != 4) goto LAB_00124258;\nLAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }\n }\n else if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;" if (parenthesized_expression "(*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0')" ( (binary_expression "*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0'" (pointer_expression "*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25)" * (cast_expression "(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(*(int *)pbVar17 + 8) + 0x1a25)" ( (binary_expression "*(int *)(*(int *)pbVar17 + 8) + 0x1a25" (pointer_expression "*(int *)(*(int *)pbVar17 + 8)" * (cast_expression "(int *)(*(int *)pbVar17 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)pbVar17 + 8)" ( (binary_expression "*(int *)pbVar17 + 8" (pointer_expression "*(int *)pbVar17" * (cast_expression "(int *)pbVar17" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) )))) + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\nLAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;\n if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }\n if (bVar4 != 4) goto LAB_00124258;\nLAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }\n }" { (labeled_statement "LAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;" statement_identifier : (if_statement "if ((uVar7 & 8) == 0) goto LAB_00123f19;" if (parenthesized_expression "((uVar7 & 8) == 0)" ( (binary_expression "(uVar7 & 8) == 0" (parenthesized_expression "(uVar7 & 8)" ( (binary_expression "uVar7 & 8" identifier & number_literal) )) == number_literal) )) (goto_statement "goto LAB_00123f19;" goto statement_identifier ;))) (if_statement "if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }" if (parenthesized_expression "(bVar4 == 0)" ( (binary_expression "bVar4 == 0" identifier == number_literal) )) (compound_statement "{\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }" { (expression_statement "bVar1 = *(byte *)(iVar6 + 0x2b);" (assignment_expression "bVar1 = *(byte *)(iVar6 + 0x2b)" identifier = (pointer_expression "*(byte *)(iVar6 + 0x2b)" * (cast_expression "(byte *)(iVar6 + 0x2b)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x2b)" ( (binary_expression "iVar6 + 0x2b" identifier + number_literal) ))))) ;) (expression_statement "bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);" (assignment_expression "bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0)" identifier = (cast_expression "(bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0)" ( (type_descriptor "bool" primitive_type) ) (parenthesized_expression "(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0)" ( (binary_expression "bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0" (binary_expression "bVar1 >> 5" identifier >> number_literal) & (binary_expression "*(int *)(iVar6 + 0xc) == 0" (pointer_expression "*(int *)(iVar6 + 0xc)" * (cast_expression "(int *)(iVar6 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0xc)" ( (binary_expression "iVar6 + 0xc" identifier + number_literal) )))) == number_literal)) )))) ;) (if_statement "if (bStack_b8 != false) goto LAB_001244c4;" if (parenthesized_expression "(bStack_b8 != false)" ( (binary_expression "bStack_b8 != false" identifier != false) )) (goto_statement "goto LAB_001244c4;" goto statement_identifier ;)) (goto_statement "goto LAB_00123f39;" goto statement_identifier ;) })) (if_statement "if (bVar4 != 4) goto LAB_00124258;" if (parenthesized_expression "(bVar4 != 4)" ( (binary_expression "bVar4 != 4" identifier != number_literal) )) (goto_statement "goto LAB_00124258;" goto statement_identifier ;)) (labeled_statement "LAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }" statement_identifier : (if_statement "if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }" if (parenthesized_expression "((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0))" ( (binary_expression "(*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)" (parenthesized_expression "(*(byte *)(iVar6 + 0x28) >> 4 != 2)" ( (binary_expression "*(byte *)(iVar6 + 0x28) >> 4 != 2" (binary_expression "*(byte *)(iVar6 + 0x28) >> 4" (pointer_expression "*(byte *)(iVar6 + 0x28)" * (cast_expression "(byte *)(iVar6 + 0x28)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x28)" ( (binary_expression "iVar6 + 0x28" identifier + number_literal) )))) >> number_literal) != number_literal) )) && (parenthesized_expression "((*(byte *)(iVar6 + 0x2c) & 2) == 0)" ( (binary_expression "(*(byte *)(iVar6 + 0x2c) & 2) == 0" (parenthesized_expression "(*(byte *)(iVar6 + 0x2c) & 2)" ( (binary_expression "*(byte *)(iVar6 + 0x2c) & 2" (pointer_expression "*(byte *)(iVar6 + 0x2c)" * (cast_expression "(byte *)(iVar6 + 0x2c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x2c)" ( (binary_expression "iVar6 + 0x2c" identifier + number_literal) )))) & number_literal) )) == number_literal) ))) )) (compound_statement "{\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }" { (expression_statement "iVar9 = *(int *)(*(int *)pbVar17 + 8);" (assignment_expression "iVar9 = *(int *)(*(int *)pbVar17 + 8)" identifier = (pointer_expression "*(int *)(*(int *)pbVar17 + 8)" * (cast_expression "(int *)(*(int *)pbVar17 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)pbVar17 + 8)" ( (binary_expression "*(int *)pbVar17 + 8" (pointer_expression "*(int *)pbVar17" * (cast_expression "(int *)pbVar17" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) ))))) ;) (if_statement "if (iVar9 == 0) goto LAB_0012462d;" if (parenthesized_expression "(iVar9 == 0)" ( (binary_expression "iVar9 == 0" identifier == number_literal) )) (goto_statement "goto LAB_0012462d;" goto statement_identifier ;)) (if_statement "if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;" if (parenthesized_expression "(*(char *)(iVar9 + 0x49b1) == '\0')" ( (binary_expression "*(char *)(iVar9 + 0x49b1) == '\0'" (pointer_expression "*(char *)(iVar9 + 0x49b1)" * (cast_expression "(char *)(iVar9 + 0x49b1)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 0x49b1)" ( (binary_expression "iVar9 + 0x49b1" identifier + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) (goto_statement "goto LAB_00123f19;" goto statement_identifier ;)) }))) }) (else_clause "else if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;" else (if_statement "if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;" if (parenthesized_expression "(bVar4 == 0)" ( (binary_expression "bVar4 == 0" identifier == number_literal) )) (compound_statement "{\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }" { (if_statement "if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }" if (parenthesized_expression "((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0))" ( (binary_expression "(*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)" (parenthesized_expression "(*(int *)(iVar6 + 0xc) != 0)" ( (binary_expression "*(int *)(iVar6 + 0xc) != 0" (pointer_expression "*(int *)(iVar6 + 0xc)" * (cast_expression "(int *)(iVar6 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0xc)" ( (binary_expression "iVar6 + 0xc" identifier + number_literal) )))) != number_literal) )) || (parenthesized_expression "((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)" ( (binary_expression "(*(byte *)(iVar6 + 0x2b) & 0x20) == 0" (parenthesized_expression "(*(byte *)(iVar6 + 0x2b) & 0x20)" ( (binary_expression "*(byte *)(iVar6 + 0x2b) & 0x20" (pointer_expression "*(byte *)(iVar6 + 0x2b)" * (cast_expression "(byte *)(iVar6 + 0x2b)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x2b)" ( (binary_expression "iVar6 + 0x2b" identifier + number_literal) )))) & number_literal) )) == number_literal) ))) )) (compound_statement "{\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }" { (labeled_statement "LAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);" statement_identifier : (expression_statement "cVar3 = FUN_00071a80(iVar6);" (assignment_expression "cVar3 = FUN_00071a80(iVar6)" identifier = (call_expression "FUN_00071a80(iVar6)" identifier (argument_list "(iVar6)" ( identifier )))) ;)) (if_statement "if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }" if (parenthesized_expression "(cVar3 == '\0')" ( (binary_expression "cVar3 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }" { (expression_statement "bVar4 = *(byte *)(iVar6 + 0x2a) & 7;" (assignment_expression "bVar4 = *(byte *)(iVar6 + 0x2a) & 7" identifier = (binary_expression "*(byte *)(iVar6 + 0x2a) & 7" (pointer_expression "*(byte *)(iVar6 + 0x2a)" * (cast_expression "(byte *)(iVar6 + 0x2a)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x2a)" ( (binary_expression "iVar6 + 0x2a" identifier + number_literal) )))) & number_literal)) ;) (goto_statement "goto LAB_00123f10;" goto statement_identifier ;) })) })) }) (else_clause "else if (bVar4 != 4) goto LAB_00123eef;" else (if_statement "if (bVar4 != 4) goto LAB_00123eef;" if (parenthesized_expression "(bVar4 != 4)" ( (binary_expression "bVar4 != 4" identifier != number_literal) )) (goto_statement "goto LAB_00123eef;" goto statement_identifier ;)))))) })) }))) (if_statement "if (*(int *)((int)uVar22 + 0x18) == 0) {\n iVar9 = FUN_0010c850();\nLAB_0012462d:\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,iVar9);\n }" if (parenthesized_expression "(*(int *)((int)uVar22 + 0x18) == 0)" ( (binary_expression "*(int *)((int)uVar22 + 0x18) == 0" (pointer_expression "*(int *)((int)uVar22 + 0x18)" * (cast_expression "(int *)((int)uVar22 + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)uVar22 + 0x18)" ( (binary_expression "(int)uVar22 + 0x18" (cast_expression "(int)uVar22" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) == number_literal) )) (compound_statement "{\n iVar9 = FUN_0010c850();\nLAB_0012462d:\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,iVar9);\n }" { (expression_statement "iVar9 = FUN_0010c850();" (assignment_expression "iVar9 = FUN_0010c850()" identifier = (call_expression "FUN_0010c850()" identifier (argument_list "()" ( )))) ;) (labeled_statement "LAB_0012462d:\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,iVar9);" statement_identifier : comment (expression_statement "FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,iVar9);" (call_expression "FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,iVar9)" identifier (argument_list "(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,iVar9)" ( (binary_expression "uVar15 + 0x324444" identifier + number_literal) , number_literal , (binary_expression "uVar15 + 0x34664f" identifier + number_literal) , identifier ))) ;)) })) (expression_statement "auStack_a8[3] = FUN_00117290();" (assignment_expression "auStack_a8[3] = FUN_00117290()" (subscript_expression "auStack_a8[3]" identifier [ number_literal ]) = (call_expression "FUN_00117290()" identifier (argument_list "()" ( )))) ;) (expression_statement "bStack_b8 = false;" (assignment_expression "bStack_b8 = false" identifier = false) ;) (expression_statement "local_5c = auStack_a8;" (assignment_expression "local_5c = auStack_a8" identifier = identifier) ;) }) (else_clause "else {\n if (*(int *)(local_64 + 0x18) != -1) goto LAB_00123e82;\nLAB_00123f75:\n bVar4 = *(byte *)(local_64 + 0x2a) & 7;\n if (bVar4 != 0) goto LAB_00123f80;\nLAB_00123f1d:\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_00123f8f;\nLAB_00123f39:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) goto LAB_00123fe0;\n if ((*(int *)(iVar6 + 0xc) == 0) && ((bVar1 & 0x20) != 0)) goto LAB_00124269;\n goto LAB_001242ac;\n }\nLAB_00124280:\n bStack_b8 = true;\n }" else (compound_statement "{\n if (*(int *)(local_64 + 0x18) != -1) goto LAB_00123e82;\nLAB_00123f75:\n bVar4 = *(byte *)(local_64 + 0x2a) & 7;\n if (bVar4 != 0) goto LAB_00123f80;\nLAB_00123f1d:\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_00123f8f;\nLAB_00123f39:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) goto LAB_00123fe0;\n if ((*(int *)(iVar6 + 0xc) == 0) && ((bVar1 & 0x20) != 0)) goto LAB_00124269;\n goto LAB_001242ac;\n }\nLAB_00124280:\n bStack_b8 = true;\n }" { (if_statement "if (*(int *)(local_64 + 0x18) != -1) goto LAB_00123e82;" if (parenthesized_expression "(*(int *)(local_64 + 0x18) != -1)" ( (binary_expression "*(int *)(local_64 + 0x18) != -1" (pointer_expression "*(int *)(local_64 + 0x18)" * (cast_expression "(int *)(local_64 + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_64 + 0x18)" ( (binary_expression "local_64 + 0x18" identifier + number_literal) )))) != number_literal) )) (goto_statement "goto LAB_00123e82;" goto statement_identifier ;)) (labeled_statement "LAB_00123f75:\n bVar4 = *(byte *)(local_64 + 0x2a) & 7;" statement_identifier : (expression_statement "bVar4 = *(byte *)(local_64 + 0x2a) & 7;" (assignment_expression "bVar4 = *(byte *)(local_64 + 0x2a) & 7" identifier = (binary_expression "*(byte *)(local_64 + 0x2a) & 7" (pointer_expression "*(byte *)(local_64 + 0x2a)" * (cast_expression "(byte *)(local_64 + 0x2a)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_64 + 0x2a)" ( (binary_expression "local_64 + 0x2a" identifier + number_literal) )))) & number_literal)) ;)) (if_statement "if (bVar4 != 0) goto LAB_00123f80;" if (parenthesized_expression "(bVar4 != 0)" ( (binary_expression "bVar4 != 0" identifier != number_literal) )) (goto_statement "goto LAB_00123f80;" goto statement_identifier ;)) (labeled_statement "LAB_00123f1d:\n bVar1 = *(byte *)(iVar6 + 0x2b);" statement_identifier : (expression_statement "bVar1 = *(byte *)(iVar6 + 0x2b);" (assignment_expression "bVar1 = *(byte *)(iVar6 + 0x2b)" identifier = (pointer_expression "*(byte *)(iVar6 + 0x2b)" * (cast_expression "(byte *)(iVar6 + 0x2b)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x2b)" ( (binary_expression "iVar6 + 0x2b" identifier + number_literal) ))))) ;)) (expression_statement "bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);" (assignment_expression "bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0)" identifier = (cast_expression "(bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0)" ( (type_descriptor "bool" primitive_type) ) (parenthesized_expression "(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0)" ( (binary_expression "bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0" (binary_expression "bVar1 >> 5" identifier >> number_literal) & (binary_expression "*(int *)(iVar6 + 0xc) == 0" (pointer_expression "*(int *)(iVar6 + 0xc)" * (cast_expression "(int *)(iVar6 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0xc)" ( (binary_expression "iVar6 + 0xc" identifier + number_literal) )))) == number_literal)) )))) ;) (if_statement "if (bStack_b8 != false) goto LAB_00123f8f;" if (parenthesized_expression "(bStack_b8 != false)" ( (binary_expression "bStack_b8 != false" identifier != false) )) (goto_statement "goto LAB_00123f8f;" goto statement_identifier ;)) (labeled_statement "LAB_00123f39:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;" statement_identifier : (expression_statement "bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;" (assignment_expression "bVar4 = *(byte *)(iVar6 + 0x28) & 0xf" identifier = (binary_expression "*(byte *)(iVar6 + 0x28) & 0xf" (pointer_expression "*(byte *)(iVar6 + 0x28)" * (cast_expression "(byte *)(iVar6 + 0x28)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x28)" ( (binary_expression "iVar6 + 0x28" identifier + number_literal) )))) & number_literal)) ;)) (if_statement "if (bVar4 != 0xd) {\n if (bVar4 != 2) goto LAB_00123fe0;\n if ((*(int *)(iVar6 + 0xc) == 0) && ((bVar1 & 0x20) != 0)) goto LAB_00124269;\n goto LAB_001242ac;\n }" if (parenthesized_expression "(bVar4 != 0xd)" ( (binary_expression "bVar4 != 0xd" identifier != number_literal) )) (compound_statement "{\n if (bVar4 != 2) goto LAB_00123fe0;\n if ((*(int *)(iVar6 + 0xc) == 0) && ((bVar1 & 0x20) != 0)) goto LAB_00124269;\n goto LAB_001242ac;\n }" { (if_statement "if (bVar4 != 2) goto LAB_00123fe0;" if (parenthesized_expression "(bVar4 != 2)" ( (binary_expression "bVar4 != 2" identifier != number_literal) )) (goto_statement "goto LAB_00123fe0;" goto statement_identifier ;)) (if_statement "if ((*(int *)(iVar6 + 0xc) == 0) && ((bVar1 & 0x20) != 0)) goto LAB_00124269;" if (parenthesized_expression "((*(int *)(iVar6 + 0xc) == 0) && ((bVar1 & 0x20) != 0))" ( (binary_expression "(*(int *)(iVar6 + 0xc) == 0) && ((bVar1 & 0x20) != 0)" (parenthesized_expression "(*(int *)(iVar6 + 0xc) == 0)" ( (binary_expression "*(int *)(iVar6 + 0xc) == 0" (pointer_expression "*(int *)(iVar6 + 0xc)" * (cast_expression "(int *)(iVar6 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0xc)" ( (binary_expression "iVar6 + 0xc" identifier + number_literal) )))) == number_literal) )) && (parenthesized_expression "((bVar1 & 0x20) != 0)" ( (binary_expression "(bVar1 & 0x20) != 0" (parenthesized_expression "(bVar1 & 0x20)" ( (binary_expression "bVar1 & 0x20" identifier & number_literal) )) != number_literal) ))) )) (goto_statement "goto LAB_00124269;" goto statement_identifier ;)) (goto_statement "goto LAB_001242ac;" goto statement_identifier ;) })) (labeled_statement "LAB_00124280:\n bStack_b8 = true;" statement_identifier : (expression_statement "bStack_b8 = true;" (assignment_expression "bStack_b8 = true" identifier = true) ;)) }))) (labeled_statement "LAB_00123fe0:\n puStack_b4 = auStack_a8;" statement_identifier : (expression_statement "puStack_b4 = auStack_a8;" (assignment_expression "puStack_b4 = auStack_a8" identifier = identifier) ;)) (expression_statement "iVar9 = *(int *)((int)&DWORD_004c739c + uVar15 + 3);" (assignment_expression "iVar9 = *(int *)((int)&DWORD_004c739c + uVar15 + 3)" identifier = (pointer_expression "*(int *)((int)&DWORD_004c739c + uVar15 + 3)" * (cast_expression "(int *)((int)&DWORD_004c739c + uVar15 + 3)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&DWORD_004c739c + uVar15 + 3)" ( (binary_expression "(int)&DWORD_004c739c + uVar15 + 3" (binary_expression "(int)&DWORD_004c739c + uVar15" (cast_expression "(int)&DWORD_004c739c" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&DWORD_004c739c" & identifier)) + identifier) + number_literal) ))))) ;) (if_statement "if (0xff < uStack_68) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x347947,0x134,uVar15 + 0x3466b7,iVar9);\n }" if (parenthesized_expression "(0xff < uStack_68)" ( (binary_expression "0xff < uStack_68" number_literal < identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x347947,0x134,uVar15 + 0x3466b7,iVar9);\n }" { comment (expression_statement "FUN_002446e0(uVar15 + 0x347947,0x134,uVar15 + 0x3466b7,iVar9);" (call_expression "FUN_002446e0(uVar15 + 0x347947,0x134,uVar15 + 0x3466b7,iVar9)" identifier (argument_list "(uVar15 + 0x347947,0x134,uVar15 + 0x3466b7,iVar9)" ( (binary_expression "uVar15 + 0x347947" identifier + number_literal) , number_literal , (binary_expression "uVar15 + 0x3466b7" identifier + number_literal) , identifier ))) ;) })) (expression_statement "uVar7 = *(uint *)(iVar9 + uStack_68 * 4);" (assignment_expression "uVar7 = *(uint *)(iVar9 + uStack_68 * 4)" identifier = (pointer_expression "*(uint *)(iVar9 + uStack_68 * 4)" * (cast_expression "(uint *)(iVar9 + uStack_68 * 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + uStack_68 * 4)" ( (binary_expression "iVar9 + uStack_68 * 4" identifier + (binary_expression "uStack_68 * 4" identifier * number_literal)) ))))) ;) (if_statement "if ((uVar7 != 0) && (*(int *)(uVar7 + 0x1c) == 1)) {\n bVar4 = *(byte *)(uVar7 + 0x34);\n uVar7 = (uint)bVar4;\n if ((bVar4 & 2) != 0) {\n if (((bStack_b8 != false) && ((bVar4 & 0x40) != 0)) &&\n (uVar7 = FUN_000a90f0(local_5c,iVar12,0), (uVar7 & 1) != 0)) {\n auStack_a8[3] = FUN_000a90f0(local_5c,iVar12,0);\n auStack_a8[3] = auStack_a8[3] & 0xfffffffe;\n local_5c = puStack_b4;\n }\n if (-1 < (char)*(byte *)((int)local_5c + 0xb)) {\n if ((*(byte *)((int)local_5c + 0xb) & 8) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17);\n }\n puVar10 = (uint *)local_5c[3];\n uVar7 = *puVar10;\n uVar5 = uVar7 % puVar10[3];\n piVar18 = *(int **)(puVar10[2] + uVar5 * 4);\n if (piVar18 != (int *)0x0) {\n uVar11 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, uVar7 != uVar11) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }\n if (*piVar18 != 0) goto LAB_001240a3;\n }\nLAB_00124478:\n FUN_00318cf0(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23);\n }\nLAB_001240a3:\n if (uStack_68 - 10 < 0x2a) {\n /* WARNING: Could not recover jumptable at 0x001240be. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar15 = (*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))();\n return uVar15;\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x34351d,0x2ec8,uVar15 + 0x345d23,iVar6);\n }\n }" if (parenthesized_expression "((uVar7 != 0) && (*(int *)(uVar7 + 0x1c) == 1))" ( (binary_expression "(uVar7 != 0) && (*(int *)(uVar7 + 0x1c) == 1)" (parenthesized_expression "(uVar7 != 0)" ( (binary_expression "uVar7 != 0" identifier != number_literal) )) && (parenthesized_expression "(*(int *)(uVar7 + 0x1c) == 1)" ( (binary_expression "*(int *)(uVar7 + 0x1c) == 1" (pointer_expression "*(int *)(uVar7 + 0x1c)" * (cast_expression "(int *)(uVar7 + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(uVar7 + 0x1c)" ( (binary_expression "uVar7 + 0x1c" identifier + number_literal) )))) == number_literal) ))) )) (compound_statement "{\n bVar4 = *(byte *)(uVar7 + 0x34);\n uVar7 = (uint)bVar4;\n if ((bVar4 & 2) != 0) {\n if (((bStack_b8 != false) && ((bVar4 & 0x40) != 0)) &&\n (uVar7 = FUN_000a90f0(local_5c,iVar12,0), (uVar7 & 1) != 0)) {\n auStack_a8[3] = FUN_000a90f0(local_5c,iVar12,0);\n auStack_a8[3] = auStack_a8[3] & 0xfffffffe;\n local_5c = puStack_b4;\n }\n if (-1 < (char)*(byte *)((int)local_5c + 0xb)) {\n if ((*(byte *)((int)local_5c + 0xb) & 8) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17);\n }\n puVar10 = (uint *)local_5c[3];\n uVar7 = *puVar10;\n uVar5 = uVar7 % puVar10[3];\n piVar18 = *(int **)(puVar10[2] + uVar5 * 4);\n if (piVar18 != (int *)0x0) {\n uVar11 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, uVar7 != uVar11) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }\n if (*piVar18 != 0) goto LAB_001240a3;\n }\nLAB_00124478:\n FUN_00318cf0(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23);\n }\nLAB_001240a3:\n if (uStack_68 - 10 < 0x2a) {\n /* WARNING: Could not recover jumptable at 0x001240be. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar15 = (*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))();\n return uVar15;\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x34351d,0x2ec8,uVar15 + 0x345d23,iVar6);\n }\n }" { (expression_statement "bVar4 = *(byte *)(uVar7 + 0x34);" (assignment_expression "bVar4 = *(byte *)(uVar7 + 0x34)" identifier = (pointer_expression "*(byte *)(uVar7 + 0x34)" * (cast_expression "(byte *)(uVar7 + 0x34)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(uVar7 + 0x34)" ( (binary_expression "uVar7 + 0x34" identifier + number_literal) ))))) ;) (expression_statement "uVar7 = (uint)bVar4;" (assignment_expression "uVar7 = (uint)bVar4" identifier = (cast_expression "(uint)bVar4" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (if_statement "if ((bVar4 & 2) != 0) {\n if (((bStack_b8 != false) && ((bVar4 & 0x40) != 0)) &&\n (uVar7 = FUN_000a90f0(local_5c,iVar12,0), (uVar7 & 1) != 0)) {\n auStack_a8[3] = FUN_000a90f0(local_5c,iVar12,0);\n auStack_a8[3] = auStack_a8[3] & 0xfffffffe;\n local_5c = puStack_b4;\n }\n if (-1 < (char)*(byte *)((int)local_5c + 0xb)) {\n if ((*(byte *)((int)local_5c + 0xb) & 8) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17);\n }\n puVar10 = (uint *)local_5c[3];\n uVar7 = *puVar10;\n uVar5 = uVar7 % puVar10[3];\n piVar18 = *(int **)(puVar10[2] + uVar5 * 4);\n if (piVar18 != (int *)0x0) {\n uVar11 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, uVar7 != uVar11) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }\n if (*piVar18 != 0) goto LAB_001240a3;\n }\nLAB_00124478:\n FUN_00318cf0(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23);\n }\nLAB_001240a3:\n if (uStack_68 - 10 < 0x2a) {\n /* WARNING: Could not recover jumptable at 0x001240be. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar15 = (*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))();\n return uVar15;\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x34351d,0x2ec8,uVar15 + 0x345d23,iVar6);\n }" if (parenthesized_expression "((bVar4 & 2) != 0)" ( (binary_expression "(bVar4 & 2) != 0" (parenthesized_expression "(bVar4 & 2)" ( (binary_expression "bVar4 & 2" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n if (((bStack_b8 != false) && ((bVar4 & 0x40) != 0)) &&\n (uVar7 = FUN_000a90f0(local_5c,iVar12,0), (uVar7 & 1) != 0)) {\n auStack_a8[3] = FUN_000a90f0(local_5c,iVar12,0);\n auStack_a8[3] = auStack_a8[3] & 0xfffffffe;\n local_5c = puStack_b4;\n }\n if (-1 < (char)*(byte *)((int)local_5c + 0xb)) {\n if ((*(byte *)((int)local_5c + 0xb) & 8) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17);\n }\n puVar10 = (uint *)local_5c[3];\n uVar7 = *puVar10;\n uVar5 = uVar7 % puVar10[3];\n piVar18 = *(int **)(puVar10[2] + uVar5 * 4);\n if (piVar18 != (int *)0x0) {\n uVar11 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, uVar7 != uVar11) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }\n if (*piVar18 != 0) goto LAB_001240a3;\n }\nLAB_00124478:\n FUN_00318cf0(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23);\n }\nLAB_001240a3:\n if (uStack_68 - 10 < 0x2a) {\n /* WARNING: Could not recover jumptable at 0x001240be. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar15 = (*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))();\n return uVar15;\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x34351d,0x2ec8,uVar15 + 0x345d23,iVar6);\n }" { (if_statement "if (((bStack_b8 != false) && ((bVar4 & 0x40) != 0)) &&\n (uVar7 = FUN_000a90f0(local_5c,iVar12,0), (uVar7 & 1) != 0)) {\n auStack_a8[3] = FUN_000a90f0(local_5c,iVar12,0);\n auStack_a8[3] = auStack_a8[3] & 0xfffffffe;\n local_5c = puStack_b4;\n }" if (parenthesized_expression "(((bStack_b8 != false) && ((bVar4 & 0x40) != 0)) &&\n (uVar7 = FUN_000a90f0(local_5c,iVar12,0), (uVar7 & 1) != 0))" ( (binary_expression "((bStack_b8 != false) && ((bVar4 & 0x40) != 0)) &&\n (uVar7 = FUN_000a90f0(local_5c,iVar12,0), (uVar7 & 1) != 0)" (parenthesized_expression "((bStack_b8 != false) && ((bVar4 & 0x40) != 0))" ( (binary_expression "(bStack_b8 != false) && ((bVar4 & 0x40) != 0)" (parenthesized_expression "(bStack_b8 != false)" ( (binary_expression "bStack_b8 != false" identifier != false) )) && (parenthesized_expression "((bVar4 & 0x40) != 0)" ( (binary_expression "(bVar4 & 0x40) != 0" (parenthesized_expression "(bVar4 & 0x40)" ( (binary_expression "bVar4 & 0x40" identifier & number_literal) )) != number_literal) ))) )) && (parenthesized_expression "(uVar7 = FUN_000a90f0(local_5c,iVar12,0), (uVar7 & 1) != 0)" ( (comma_expression "uVar7 = FUN_000a90f0(local_5c,iVar12,0), (uVar7 & 1) != 0" (assignment_expression "uVar7 = FUN_000a90f0(local_5c,iVar12,0)" identifier = (call_expression "FUN_000a90f0(local_5c,iVar12,0)" identifier (argument_list "(local_5c,iVar12,0)" ( identifier , identifier , number_literal )))) , (binary_expression "(uVar7 & 1) != 0" (parenthesized_expression "(uVar7 & 1)" ( (binary_expression "uVar7 & 1" identifier & number_literal) )) != number_literal)) ))) )) (compound_statement "{\n auStack_a8[3] = FUN_000a90f0(local_5c,iVar12,0);\n auStack_a8[3] = auStack_a8[3] & 0xfffffffe;\n local_5c = puStack_b4;\n }" { (expression_statement "auStack_a8[3] = FUN_000a90f0(local_5c,iVar12,0);" (assignment_expression "auStack_a8[3] = FUN_000a90f0(local_5c,iVar12,0)" (subscript_expression "auStack_a8[3]" identifier [ number_literal ]) = (call_expression "FUN_000a90f0(local_5c,iVar12,0)" identifier (argument_list "(local_5c,iVar12,0)" ( identifier , identifier , number_literal )))) ;) (expression_statement "auStack_a8[3] = auStack_a8[3] & 0xfffffffe;" (assignment_expression "auStack_a8[3] = auStack_a8[3] & 0xfffffffe" (subscript_expression "auStack_a8[3]" identifier [ number_literal ]) = (binary_expression "auStack_a8[3] & 0xfffffffe" (subscript_expression "auStack_a8[3]" identifier [ number_literal ]) & number_literal)) ;) (expression_statement "local_5c = puStack_b4;" (assignment_expression "local_5c = puStack_b4" identifier = identifier) ;) })) (if_statement "if (-1 < (char)*(byte *)((int)local_5c + 0xb)) {\n if ((*(byte *)((int)local_5c + 0xb) & 8) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17);\n }\n puVar10 = (uint *)local_5c[3];\n uVar7 = *puVar10;\n uVar5 = uVar7 % puVar10[3];\n piVar18 = *(int **)(puVar10[2] + uVar5 * 4);\n if (piVar18 != (int *)0x0) {\n uVar11 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, uVar7 != uVar11) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }\n if (*piVar18 != 0) goto LAB_001240a3;\n }\nLAB_00124478:\n FUN_00318cf0(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23);\n }" if (parenthesized_expression "(-1 < (char)*(byte *)((int)local_5c + 0xb))" ( (binary_expression "-1 < (char)*(byte *)((int)local_5c + 0xb)" number_literal < (cast_expression "(char)*(byte *)((int)local_5c + 0xb)" ( (type_descriptor "char" primitive_type) ) (pointer_expression "*(byte *)((int)local_5c + 0xb)" * (cast_expression "(byte *)((int)local_5c + 0xb)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)local_5c + 0xb)" ( (binary_expression "(int)local_5c + 0xb" (cast_expression "(int)local_5c" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))))) )) (compound_statement "{\n if ((*(byte *)((int)local_5c + 0xb) & 8) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17);\n }\n puVar10 = (uint *)local_5c[3];\n uVar7 = *puVar10;\n uVar5 = uVar7 % puVar10[3];\n piVar18 = *(int **)(puVar10[2] + uVar5 * 4);\n if (piVar18 != (int *)0x0) {\n uVar11 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, uVar7 != uVar11) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }\n if (*piVar18 != 0) goto LAB_001240a3;\n }\nLAB_00124478:\n FUN_00318cf0(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23);\n }" { (if_statement "if ((*(byte *)((int)local_5c + 0xb) & 8) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17);\n }" if (parenthesized_expression "((*(byte *)((int)local_5c + 0xb) & 8) == 0)" ( (binary_expression "(*(byte *)((int)local_5c + 0xb) & 8) == 0" (parenthesized_expression "(*(byte *)((int)local_5c + 0xb) & 8)" ( (binary_expression "*(byte *)((int)local_5c + 0xb) & 8" (pointer_expression "*(byte *)((int)local_5c + 0xb)" * (cast_expression "(byte *)((int)local_5c + 0xb)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)local_5c + 0xb)" ( (binary_expression "(int)local_5c + 0xb" (cast_expression "(int)local_5c" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17);\n }" { comment (expression_statement "FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17);" (call_expression "FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17)" identifier (argument_list "(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17)" ( (binary_expression "uVar15 + 0x32955c" identifier + number_literal) , number_literal , (binary_expression "uVar15 + 0x346863" identifier + number_literal) , identifier ))) ;) })) (expression_statement "puVar10 = (uint *)local_5c[3];" (assignment_expression "puVar10 = (uint *)local_5c[3]" identifier = (cast_expression "(uint *)local_5c[3]" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "local_5c[3]" identifier [ number_literal ]))) ;) (expression_statement "uVar7 = *puVar10;" (assignment_expression "uVar7 = *puVar10" identifier = (pointer_expression "*puVar10" * identifier)) ;) (expression_statement "uVar5 = uVar7 % puVar10[3];" (assignment_expression "uVar5 = uVar7 % puVar10[3]" identifier = (binary_expression "uVar7 % puVar10[3]" identifier % (subscript_expression "puVar10[3]" identifier [ number_literal ]))) ;) (expression_statement "piVar18 = *(int **)(puVar10[2] + uVar5 * 4);" (assignment_expression "piVar18 = *(int **)(puVar10[2] + uVar5 * 4)" identifier = (pointer_expression "*(int **)(puVar10[2] + uVar5 * 4)" * (cast_expression "(int **)(puVar10[2] + uVar5 * 4)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(puVar10[2] + uVar5 * 4)" ( (binary_expression "puVar10[2] + uVar5 * 4" (subscript_expression "puVar10[2]" identifier [ number_literal ]) + (binary_expression "uVar5 * 4" identifier * number_literal)) ))))) ;) (if_statement "if (piVar18 != (int *)0x0) {\n uVar11 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, uVar7 != uVar11) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }\n if (*piVar18 != 0) goto LAB_001240a3;\n }" if (parenthesized_expression "(piVar18 != (int *)0x0)" ( (binary_expression "piVar18 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n uVar11 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, uVar7 != uVar11) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }\n if (*piVar18 != 0) goto LAB_001240a3;\n }" { (expression_statement "uVar11 = ((int *)*piVar18)[1];" (assignment_expression "uVar11 = ((int *)*piVar18)[1]" identifier = (subscript_expression "((int *)*piVar18)[1]" (parenthesized_expression "((int *)*piVar18)" ( (cast_expression "(int *)*piVar18" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar18" * identifier)) )) [ number_literal ])) ;) (expression_statement "piVar2 = (int *)*piVar18;" (assignment_expression "piVar2 = (int *)*piVar18" identifier = (cast_expression "(int *)*piVar18" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar18" * identifier))) ;) (while_statement "while (piVar14 = piVar2, uVar7 != uVar11) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }" while (parenthesized_expression "(piVar14 = piVar2, uVar7 != uVar11)" ( (comma_expression "piVar14 = piVar2, uVar7 != uVar11" (assignment_expression "piVar14 = piVar2" identifier = identifier) , (binary_expression "uVar7 != uVar11" identifier != identifier)) )) (compound_statement "{\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }" { (expression_statement "piVar2 = (int *)*piVar14;" (assignment_expression "piVar2 = (int *)*piVar14" identifier = (cast_expression "(int *)*piVar14" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar14" * identifier))) ;) (if_statement "if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;" if (parenthesized_expression "((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))" ( (binary_expression "(piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3])" (parenthesized_expression "(piVar2 == (int *)0x0)" ( (binary_expression "piVar2 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) || (parenthesized_expression "(uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3])" ( (comma_expression "uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]" (assignment_expression "uVar11 = piVar2[1]" identifier = (subscript_expression "piVar2[1]" identifier [ number_literal ])) , (comma_expression "piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]" (assignment_expression "piVar18 = piVar14" identifier = identifier) , (binary_expression "uVar5 != uVar11 % puVar10[3]" identifier != (binary_expression "uVar11 % puVar10[3]" identifier % (subscript_expression "puVar10[3]" identifier [ number_literal ]))))) ))) )) (goto_statement "goto LAB_00124478;" goto statement_identifier ;)) })) (if_statement "if (*piVar18 != 0) goto LAB_001240a3;" if (parenthesized_expression "(*piVar18 != 0)" ( (binary_expression "*piVar18 != 0" (pointer_expression "*piVar18" * identifier) != number_literal) )) (goto_statement "goto LAB_001240a3;" goto statement_identifier ;)) })) (labeled_statement "LAB_00124478:\n FUN_00318cf0(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23);" statement_identifier : (expression_statement "FUN_00318cf0(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23);" (call_expression "FUN_00318cf0(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23)" identifier (argument_list "(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23)" ( identifier , identifier , (binary_expression "local_5c[2] & 0x7ffffff" (subscript_expression "local_5c[2]" identifier [ number_literal ]) & number_literal) , identifier , identifier , identifier ))) ;)) })) (labeled_statement "LAB_001240a3:\n if (uStack_68 - 10 < 0x2a) {\n /* WARNING: Could not recover jumptable at 0x001240be. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar15 = (*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))();\n return uVar15;\n }" statement_identifier : (if_statement "if (uStack_68 - 10 < 0x2a) {\n /* WARNING: Could not recover jumptable at 0x001240be. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar15 = (*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))();\n return uVar15;\n }" if (parenthesized_expression "(uStack_68 - 10 < 0x2a)" ( (binary_expression "uStack_68 - 10 < 0x2a" (binary_expression "uStack_68 - 10" identifier - number_literal) < number_literal) )) (compound_statement "{\n /* WARNING: Could not recover jumptable at 0x001240be. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar15 = (*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))();\n return uVar15;\n }" { comment comment (expression_statement "uVar15 = (*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))();" (assignment_expression "uVar15 = (*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))()" identifier = (call_expression "(*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))()" (parenthesized_expression "(*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))" ( (pointer_expression "*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4))" * (cast_expression "(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4))" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4))" ( (binary_expression "pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)" identifier + (pointer_expression "*(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)" * (cast_expression "(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(uVar15 + 0x344087 + (uStack_68 - 10) * 4)" ( (binary_expression "uVar15 + 0x344087 + (uStack_68 - 10) * 4" (binary_expression "uVar15 + 0x344087" identifier + number_literal) + (binary_expression "(uStack_68 - 10) * 4" (parenthesized_expression "(uStack_68 - 10)" ( (binary_expression "uStack_68 - 10" identifier - number_literal) )) * number_literal)) ))))) )))) )) (argument_list "()" ( )))) ;) (return_statement "return uVar15;" return identifier ;) }))) comment (expression_statement "FUN_002446e0(uVar15 + 0x34351d,0x2ec8,uVar15 + 0x345d23,iVar6);" (call_expression "FUN_002446e0(uVar15 + 0x34351d,0x2ec8,uVar15 + 0x345d23,iVar6)" identifier (argument_list "(uVar15 + 0x34351d,0x2ec8,uVar15 + 0x345d23,iVar6)" ( (binary_expression "uVar15 + 0x34351d" identifier + number_literal) , number_literal , (binary_expression "uVar15 + 0x345d23" identifier + number_literal) , identifier ))) ;) })) })) comment (expression_statement "FUN_002446e0(uVar15 + 0x34351d,0x2ea7,uVar15 + 0x345d23,uVar7);" (call_expression "FUN_002446e0(uVar15 + 0x34351d,0x2ea7,uVar15 + 0x345d23,uVar7)" identifier (argument_list "(uVar15 + 0x34351d,0x2ea7,uVar15 + 0x345d23,uVar7)" ( (binary_expression "uVar15 + 0x34351d" identifier + number_literal) , number_literal , (binary_expression "uVar15 + 0x345d23" identifier + number_literal) , identifier ))) ;) })) (expression_statement "iVar12 = *(int *)(*(int *)(param_2 + 0x13c) + uVar15 * 4);" (assignment_expression "iVar12 = *(int *)(*(int *)(param_2 + 0x13c) + uVar15 * 4)" identifier = (pointer_expression "*(int *)(*(int *)(param_2 + 0x13c) + uVar15 * 4)" * (cast_expression "(int *)(*(int *)(param_2 + 0x13c) + uVar15 * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(param_2 + 0x13c) + uVar15 * 4)" ( (binary_expression "*(int *)(param_2 + 0x13c) + uVar15 * 4" (pointer_expression "*(int *)(param_2 + 0x13c)" * (cast_expression "(int *)(param_2 + 0x13c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x13c)" ( (binary_expression "param_2 + 0x13c" identifier + number_literal) )))) + (binary_expression "uVar15 * 4" identifier * number_literal)) ))))) ;) (if_statement "if (iVar12 == 0) {\nLAB_00123df8:\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfe7;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123e15;\n puStack_70 = (uint *)iVar6;\n FUN_002446e0();\n }" if (parenthesized_expression "(iVar12 == 0)" ( (binary_expression "iVar12 == 0" identifier == number_literal) )) (compound_statement "{\nLAB_00123df8:\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfe7;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123e15;\n puStack_70 = (uint *)iVar6;\n FUN_002446e0();\n }" { (labeled_statement "LAB_00123df8:\n uStack_74 = local_64 + -0x17fc68;" statement_identifier : (expression_statement "uStack_74 = local_64 + -0x17fc68;" (assignment_expression "uStack_74 = local_64 + -0x17fc68" identifier = (binary_expression "local_64 + -0x17fc68" identifier + number_literal)) ;)) (expression_statement "local_7c = (uint *)(local_64 + -0x182cba);" (assignment_expression "local_7c = (uint *)(local_64 + -0x182cba)" identifier = (cast_expression "(uint *)(local_64 + -0x182cba)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_64 + -0x182cba)" ( (binary_expression "local_64 + -0x182cba" identifier + number_literal) )))) ;) (expression_statement "iStack_78 = 0xfe7;" (assignment_expression "iStack_78 = 0xfe7" identifier = number_literal) ;) comment (expression_statement "puStack_80 = (undefined *)0x123e15;" (assignment_expression "puStack_80 = (undefined *)0x123e15" identifier = (cast_expression "(undefined *)0x123e15" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "puStack_70 = (uint *)iVar6;" (assignment_expression "puStack_70 = (uint *)iVar6" identifier = (cast_expression "(uint *)iVar6" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "FUN_002446e0();" (call_expression "FUN_002446e0()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "local_20 = local_44;" (assignment_expression "local_20 = local_44" identifier = identifier) ;) (expression_statement "local_2c = iVar6;" (assignment_expression "local_2c = iVar6" identifier = identifier) ;) (if_statement "if (param_1 == 0) {\n if (param_3 == -1) {\n puStack_70 = (uint *)0x123df8;\n iVar6 = FUN_0010c360();\n goto LAB_00123df8;\n }\n local_28 = param_3;\n local_24 = param_2;\n }\n else {\n local_28 = -1;\n local_24 = param_1;\n }" if (parenthesized_expression "(param_1 == 0)" ( (binary_expression "param_1 == 0" identifier == number_literal) )) (compound_statement "{\n if (param_3 == -1) {\n puStack_70 = (uint *)0x123df8;\n iVar6 = FUN_0010c360();\n goto LAB_00123df8;\n }\n local_28 = param_3;\n local_24 = param_2;\n }" { (if_statement "if (param_3 == -1) {\n puStack_70 = (uint *)0x123df8;\n iVar6 = FUN_0010c360();\n goto LAB_00123df8;\n }" if (parenthesized_expression "(param_3 == -1)" ( (binary_expression "param_3 == -1" identifier == number_literal) )) (compound_statement "{\n puStack_70 = (uint *)0x123df8;\n iVar6 = FUN_0010c360();\n goto LAB_00123df8;\n }" { (expression_statement "puStack_70 = (uint *)0x123df8;" (assignment_expression "puStack_70 = (uint *)0x123df8" identifier = (cast_expression "(uint *)0x123df8" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "iVar6 = FUN_0010c360();" (assignment_expression "iVar6 = FUN_0010c360()" identifier = (call_expression "FUN_0010c360()" identifier (argument_list "()" ( )))) ;) (goto_statement "goto LAB_00123df8;" goto statement_identifier ;) })) (expression_statement "local_28 = param_3;" (assignment_expression "local_28 = param_3" identifier = identifier) ;) (expression_statement "local_24 = param_2;" (assignment_expression "local_24 = param_2" identifier = identifier) ;) }) (else_clause "else {\n local_28 = -1;\n local_24 = param_1;\n }" else (compound_statement "{\n local_28 = -1;\n local_24 = param_1;\n }" { (expression_statement "local_28 = -1;" (assignment_expression "local_28 = -1" identifier = number_literal) ;) (expression_statement "local_24 = param_1;" (assignment_expression "local_24 = param_1" identifier = identifier) ;) }))) (expression_statement "puStack_70 = (uint *)0x123c3b;" (assignment_expression "puStack_70 = (uint *)0x123c3b" identifier = (cast_expression "(uint *)0x123c3b" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "FUN_0010ece0();" (call_expression "FUN_0010ece0()" identifier (argument_list "()" ( ))) ;) (if_statement "if ((local_30 == 0) || (iVar6 = *(int *)(local_30 + 0x14), iVar6 == 0)) {\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfeb;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123cff;\n FUN_002446e0();\n }" if (parenthesized_expression "((local_30 == 0) || (iVar6 = *(int *)(local_30 + 0x14), iVar6 == 0))" ( (binary_expression "(local_30 == 0) || (iVar6 = *(int *)(local_30 + 0x14), iVar6 == 0)" (parenthesized_expression "(local_30 == 0)" ( (binary_expression "local_30 == 0" identifier == number_literal) )) || (parenthesized_expression "(iVar6 = *(int *)(local_30 + 0x14), iVar6 == 0)" ( (comma_expression "iVar6 = *(int *)(local_30 + 0x14), iVar6 == 0" (assignment_expression "iVar6 = *(int *)(local_30 + 0x14)" identifier = (pointer_expression "*(int *)(local_30 + 0x14)" * (cast_expression "(int *)(local_30 + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_30 + 0x14)" ( (binary_expression "local_30 + 0x14" identifier + number_literal) ))))) , (binary_expression "iVar6 == 0" identifier == number_literal)) ))) )) (compound_statement "{\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfeb;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123cff;\n FUN_002446e0();\n }" { (expression_statement "uStack_74 = local_64 + -0x17fc68;" (assignment_expression "uStack_74 = local_64 + -0x17fc68" identifier = (binary_expression "local_64 + -0x17fc68" identifier + number_literal)) ;) (expression_statement "local_7c = (uint *)(local_64 + -0x182cba);" (assignment_expression "local_7c = (uint *)(local_64 + -0x182cba)" identifier = (cast_expression "(uint *)(local_64 + -0x182cba)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_64 + -0x182cba)" ( (binary_expression "local_64 + -0x182cba" identifier + number_literal) )))) ;) (expression_statement "iStack_78 = 0xfeb;" (assignment_expression "iStack_78 = 0xfeb" identifier = number_literal) ;) comment (expression_statement "puStack_80 = (undefined *)0x123cff;" (assignment_expression "puStack_80 = (undefined *)0x123cff" identifier = (cast_expression "(undefined *)0x123cff" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "FUN_002446e0();" (call_expression "FUN_002446e0()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "param_6 = (uint)*(byte *)(*(int *)(iVar6 + 4) + 0x14);" (assignment_expression "param_6 = (uint)*(byte *)(*(int *)(iVar6 + 4) + 0x14)" identifier = (binary_expression "(uint)*(byte *)(*(int *)(iVar6 + 4) + 0x14)" (parenthesized_expression "(uint)" ( identifier )) * (cast_expression "(byte *)(*(int *)(iVar6 + 4) + 0x14)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar6 + 4) + 0x14)" ( (binary_expression "*(int *)(iVar6 + 4) + 0x14" (pointer_expression "*(int *)(iVar6 + 4)" * (cast_expression "(int *)(iVar6 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 4)" ( (binary_expression "iVar6 + 4" identifier + number_literal) )))) + number_literal) ))))) ;) (if_statement "if ((*(byte *)(iVar12 + 0x1c) & 1) == 0) {\nLAB_00123dd6:\n uStack_74 = local_64 + -0x17f944;\n local_7c = (uint *)(local_64 + -0x19cca3);\n iStack_78 = 0xc5;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123df3;\n FUN_002446e0();\n }" if (parenthesized_expression "((*(byte *)(iVar12 + 0x1c) & 1) == 0)" ( (binary_expression "(*(byte *)(iVar12 + 0x1c) & 1) == 0" (parenthesized_expression "(*(byte *)(iVar12 + 0x1c) & 1)" ( (binary_expression "*(byte *)(iVar12 + 0x1c) & 1" (pointer_expression "*(byte *)(iVar12 + 0x1c)" * (cast_expression "(byte *)(iVar12 + 0x1c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 0x1c)" ( (binary_expression "iVar12 + 0x1c" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\nLAB_00123dd6:\n uStack_74 = local_64 + -0x17f944;\n local_7c = (uint *)(local_64 + -0x19cca3);\n iStack_78 = 0xc5;\n /* WARNING: Subroutine does not return */\n puStack_80 = (undefined *)0x123df3;\n FUN_002446e0();\n }" { (labeled_statement "LAB_00123dd6:\n uStack_74 = local_64 + -0x17f944;" statement_identifier : (expression_statement "uStack_74 = local_64 + -0x17f944;" (assignment_expression "uStack_74 = local_64 + -0x17f944" identifier = (binary_expression "local_64 + -0x17f944" identifier + number_literal)) ;)) (expression_statement "local_7c = (uint *)(local_64 + -0x19cca3);" (assignment_expression "local_7c = (uint *)(local_64 + -0x19cca3)" identifier = (cast_expression "(uint *)(local_64 + -0x19cca3)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_64 + -0x19cca3)" ( (binary_expression "local_64 + -0x19cca3" identifier + number_literal) )))) ;) (expression_statement "iStack_78 = 0xc5;" (assignment_expression "iStack_78 = 0xc5" identifier = number_literal) ;) comment (expression_statement "puStack_80 = (undefined *)0x123df3;" (assignment_expression "puStack_80 = (undefined *)0x123df3" identifier = (cast_expression "(undefined *)0x123df3" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "FUN_002446e0();" (call_expression "FUN_002446e0()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (*(int *)(iVar6 + 8) == -1) {\n puStack_70 = (uint *)0x123dd6;\n FUN_0010c390();\n goto LAB_00123dd6;\n }" if (parenthesized_expression "(*(int *)(iVar6 + 8) == -1)" ( (binary_expression "*(int *)(iVar6 + 8) == -1" (pointer_expression "*(int *)(iVar6 + 8)" * (cast_expression "(int *)(iVar6 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 8)" ( (binary_expression "iVar6 + 8" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n puStack_70 = (uint *)0x123dd6;\n FUN_0010c390();\n goto LAB_00123dd6;\n }" { (expression_statement "puStack_70 = (uint *)0x123dd6;" (assignment_expression "puStack_70 = (uint *)0x123dd6" identifier = (cast_expression "(uint *)0x123dd6" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "FUN_0010c390();" (call_expression "FUN_0010c390()" identifier (argument_list "()" ( ))) ;) (goto_statement "goto LAB_00123dd6;" goto statement_identifier ;) })) (expression_statement "local_58 = (*(int *)(iVar6 + 8) - param_5) + *(int *)(iVar12 + 4) + local_4c;" (assignment_expression "local_58 = (*(int *)(iVar6 + 8) - param_5) + *(int *)(iVar12 + 4) + local_4c" identifier = (binary_expression "(*(int *)(iVar6 + 8) - param_5) + *(int *)(iVar12 + 4) + local_4c" (binary_expression "(*(int *)(iVar6 + 8) - param_5) + *(int *)(iVar12 + 4)" (parenthesized_expression "(*(int *)(iVar6 + 8) - param_5)" ( (binary_expression "*(int *)(iVar6 + 8) - param_5" (pointer_expression "*(int *)(iVar6 + 8)" * (cast_expression "(int *)(iVar6 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 8)" ( (binary_expression "iVar6 + 8" identifier + number_literal) )))) - identifier) )) + (pointer_expression "*(int *)(iVar12 + 4)" * (cast_expression "(int *)(iVar12 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 4)" ( (binary_expression "iVar12 + 4" identifier + number_literal) ))))) + identifier)) ;) (if_statement "if (0x3ffffff < local_58 + 0x2000000) {\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfef;\n /* WARNING: Subroutine does not return */\n puStack_80 = &UNK_00123cb7;\n puStack_70 = (uint *)*(int *)(iVar12 + 4);\n FUN_002446e0();\n }" if (parenthesized_expression "(0x3ffffff < local_58 + 0x2000000)" ( (binary_expression "0x3ffffff < local_58 + 0x2000000" number_literal < (binary_expression "local_58 + 0x2000000" identifier + number_literal)) )) (compound_statement "{\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfef;\n /* WARNING: Subroutine does not return */\n puStack_80 = &UNK_00123cb7;\n puStack_70 = (uint *)*(int *)(iVar12 + 4);\n FUN_002446e0();\n }" { (expression_statement "uStack_74 = local_64 + -0x17fc68;" (assignment_expression "uStack_74 = local_64 + -0x17fc68" identifier = (binary_expression "local_64 + -0x17fc68" identifier + number_literal)) ;) (expression_statement "local_7c = (uint *)(local_64 + -0x182cba);" (assignment_expression "local_7c = (uint *)(local_64 + -0x182cba)" identifier = (cast_expression "(uint *)(local_64 + -0x182cba)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_64 + -0x182cba)" ( (binary_expression "local_64 + -0x182cba" identifier + number_literal) )))) ;) (expression_statement "iStack_78 = 0xfef;" (assignment_expression "iStack_78 = 0xfef" identifier = number_literal) ;) comment (expression_statement "puStack_80 = &UNK_00123cb7;" (assignment_expression "puStack_80 = &UNK_00123cb7" identifier = (pointer_expression "&UNK_00123cb7" & identifier)) ;) (expression_statement "puStack_70 = (uint *)*(int *)(iVar12 + 4);" (assignment_expression "puStack_70 = (uint *)*(int *)(iVar12 + 4)" identifier = (cast_expression "(uint *)*(int *)(iVar12 + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*(int *)(iVar12 + 4)" * (cast_expression "(int *)(iVar12 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 4)" ( (binary_expression "iVar12 + 4" identifier + number_literal) )))))) ;) (expression_statement "FUN_002446e0();" (call_expression "FUN_002446e0()" identifier (argument_list "()" ( ))) ;) })) })) (labeled_statement "LAB_00123af0:\n if (param_6 == 0) {\n uVar15 = local_58 + 0x2000000;\n goto LAB_00123b38;\n }" statement_identifier : (if_statement "if (param_6 == 0) {\n uVar15 = local_58 + 0x2000000;\n goto LAB_00123b38;\n }" if (parenthesized_expression "(param_6 == 0)" ( (binary_expression "param_6 == 0" identifier == number_literal) )) (compound_statement "{\n uVar15 = local_58 + 0x2000000;\n goto LAB_00123b38;\n }" { (expression_statement "uVar15 = local_58 + 0x2000000;" (assignment_expression "uVar15 = local_58 + 0x2000000" identifier = (binary_expression "local_58 + 0x2000000" identifier + number_literal)) ;) (goto_statement "goto LAB_00123b38;" goto statement_identifier ;) }))) (if_statement "if (((char)uVar13 != '\x01') || (iVar9 != 0x1c)) {\nLAB_00123a2c:\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xff8;\n /* WARNING: Subroutine does not return */\n puStack_80 = &UNK_00123a4b;\n FUN_002446e0();\n }" if (parenthesized_expression "(((char)uVar13 != '\x01') || (iVar9 != 0x1c))" ( (binary_expression "((char)uVar13 != '\x01') || (iVar9 != 0x1c)" (parenthesized_expression "((char)uVar13 != '\x01')" ( (binary_expression "(char)uVar13 != '\x01'" (cast_expression "(char)uVar13" ( (type_descriptor "char" primitive_type) ) identifier) != (char_literal "'\x01'" ' escape_sequence ')) )) || (parenthesized_expression "(iVar9 != 0x1c)" ( (binary_expression "iVar9 != 0x1c" identifier != number_literal) ))) )) (compound_statement "{\nLAB_00123a2c:\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xff8;\n /* WARNING: Subroutine does not return */\n puStack_80 = &UNK_00123a4b;\n FUN_002446e0();\n }" { (labeled_statement "LAB_00123a2c:\n uStack_74 = local_64 + -0x17fc68;" statement_identifier : (expression_statement "uStack_74 = local_64 + -0x17fc68;" (assignment_expression "uStack_74 = local_64 + -0x17fc68" identifier = (binary_expression "local_64 + -0x17fc68" identifier + number_literal)) ;)) (expression_statement "local_7c = (uint *)(local_64 + -0x182cba);" (assignment_expression "local_7c = (uint *)(local_64 + -0x182cba)" identifier = (cast_expression "(uint *)(local_64 + -0x182cba)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_64 + -0x182cba)" ( (binary_expression "local_64 + -0x182cba" identifier + number_literal) )))) ;) (expression_statement "iStack_78 = 0xff8;" (assignment_expression "iStack_78 = 0xff8" identifier = number_literal) ;) comment (expression_statement "puStack_80 = &UNK_00123a4b;" (assignment_expression "puStack_80 = &UNK_00123a4b" identifier = (pointer_expression "&UNK_00123a4b" & identifier)) ;) (expression_statement "FUN_002446e0();" (call_expression "FUN_002446e0()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "uVar15 = local_58 + 0x2000000;" (assignment_expression "uVar15 = local_58 + 0x2000000" identifier = (binary_expression "local_58 + 0x2000000" identifier + number_literal)) ;) }))) (expression_statement "uVar5 = (local_58 & 2) << 0x17 | uVar7 | 0xfa000000;" (assignment_expression "uVar5 = (local_58 & 2) << 0x17 | uVar7 | 0xfa000000" identifier = (binary_expression "(local_58 & 2) << 0x17 | uVar7 | 0xfa000000" (binary_expression "(local_58 & 2) << 0x17 | uVar7" (binary_expression "(local_58 & 2) << 0x17" (parenthesized_expression "(local_58 & 2)" ( (binary_expression "local_58 & 2" identifier & number_literal) )) << number_literal) | identifier) | number_literal)) ;) (labeled_statement "LAB_00123b38:\n uVar7 = ((int)local_58 >> 2 ^ uVar5) & 0xffffff ^ uVar5;" statement_identifier : (expression_statement "uVar7 = ((int)local_58 >> 2 ^ uVar5) & 0xffffff ^ uVar5;" (assignment_expression "uVar7 = ((int)local_58 >> 2 ^ uVar5) & 0xffffff ^ uVar5" identifier = (binary_expression "((int)local_58 >> 2 ^ uVar5) & 0xffffff ^ uVar5" (binary_expression "((int)local_58 >> 2 ^ uVar5) & 0xffffff" (parenthesized_expression "((int)local_58 >> 2 ^ uVar5)" ( (binary_expression "(int)local_58 >> 2 ^ uVar5" (binary_expression "(int)local_58 >> 2" (cast_expression "(int)local_58" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal) ^ identifier) )) & number_literal) ^ identifier)) ;)) (expression_statement "*local_5c = uVar5 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8 | uVar7 << 0x18;" (assignment_expression "*local_5c = uVar5 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8 | uVar7 << 0x18" (pointer_expression "*local_5c" * identifier) = (binary_expression "uVar5 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8 | uVar7 << 0x18" (binary_expression "uVar5 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8" (binary_expression "uVar5 >> 0x18 | (uVar7 & 0xff0000) >> 8" (binary_expression "uVar5 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar7 & 0xff0000) >> 8" (parenthesized_expression "(uVar7 & 0xff0000)" ( (binary_expression "uVar7 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar7 & 0xff00) << 8" (parenthesized_expression "(uVar7 & 0xff00)" ( (binary_expression "uVar7 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar7 << 0x18" identifier << number_literal))) ;) (return_statement "return (uint)(0x3ffffff < uVar15);" return (call_expression "(uint)(0x3ffffff < uVar15)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(0x3ffffff < uVar15)" ( (binary_expression "0x3ffffff < uVar15" number_literal < identifier) ))) ;) })))
(ERROR "/* WARNING: Enum "DT": Some values do not have unique names */\n/* WARNING: Enum "<anon>": Some values do not have unique names */\n\nStatus anon_unknown.dwarf_91258a::Arm_relocate_functions<true>::arm_branch_common\n (uint r_type,Relocate_info<32,_true> *relinfo,uchar *view,Sized_symbol<32> *gsym,\n Arm_relobj<true> *object,uint r_sym,Symbol_value<32> *psymval,Arm_address address,\n Arm_address thumb_bit,bool is_weakly_undefined_without_plt)\n\n{\n int *piVar1;\n byte bVar2;\n Merged_symbol_value<32> *this;\n _Hash_node_base *p_Var3;\n int iVar4;\n uint uVar5;\n Object_attribute *pOVar6;\n uint uVar7;\n Stub_type SVar8;\n Elf_Addr EVar9;\n uint uVar10;\n uint *extraout_ECX;\n _Hash_node_base *p_Var11;\n uint uVar12;\n char cVar13;\n __bucket_type p_Var14;\n int unaff_EDI;\n Symbol *symbol;\n __bucket_type p_Var15;\n int iVar16;\n bool bVar17;\n bool bVar18;\n undefined8 uVar19;\n Relocate_info<32,_true> *pRVar20;\n Arm_address AVar21;\n undefined1 in_stack_ffffff90;\n _Hash_node_base *input_offset;\n Arm_relobj<true> *in_stack_ffffff94;\n key_type *in_stack_ffffff98;\n int iVar22;\n uint *puVar23;\n uint local_4c;\n uint local_48;\n int local_30;\n Key stub_key;\n \n uVar19 = __x86_get_pc_thunk_di();\n iVar4 = (int)uVar19;\n symbol = (Symbol *)(BYTE_ARRAY_004c6911 + unaff_EDI + 0x28);\n uVar10 = *extraout_ECX;\n uVar7 = uVar10 >> 0x18 | (uVar10 & 0xff0000) >> 8 | (uVar10 & 0xff00) << 8;\n uVar10 = uVar10 << 0x18;\n uVar5 = uVar7 | uVar10;\n if (uVar10 >> 0x1c == 0xf) {\n bVar17 = false;\nLAB_00123812:\n if (iVar4 == 0x1c) {\n if ((uVar10 != 0xeb000000) && ((uVar10 & 0xfe000000) != 0xfa000000)) {\n return STATUS_BAD_RELOC;\n }\n }\n else {\n bVar18 = false;\n if (iVar4 == 0x1d) goto LAB_0012385b;\nLAB_0012372e:\n if ((iVar4 != 0x1b) && (iVar4 != 0xf)) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)(unaff_EDI + 0x343c7f),0xfba,(char *)(unaff_EDI + 0x346cd1));\n }\n if ((uVar10 & 0xe000000) != 0xa000000) {\n return STATUS_BAD_RELOC;\n }\n }\n }\n else {\n bVar17 = (uVar10 & 0xf000000) == 0xa000000;\n if (uVar10 >> 0x1c == 0xe) goto LAB_00123812;\n bVar18 = (uVar10 & 0xf000000) == 0xb000000;\n if (iVar4 == 0x1c) {\n return STATUS_BAD_RELOC;\n }\n if (iVar4 != 0x1d) goto LAB_0012372e;\nLAB_0012385b:\n if ((!bVar17) && (!bVar18)) {\n return STATUS_BAD_RELOC;\n }\n }\n piVar1 = (int *)((int)&DWORD_004c7100 + unaff_EDI + 1);\n iVar16 = *piVar1;\n iVar22 = *(int *)(iVar16 + 0xc);\n if (iVar22 == 0) {\n /* WARNING: Subroutine does not return */\n Target_arm<true>::default_target();\n }\n if ((*(int *)(*(int *)(iVar22 + 4) + 8) != 0x28) || (*(char *)(*(int *)(iVar22 + 4) + 4) == '\0'))\n {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable((char *)(unaff_EDI + 0x343c7f),0x988,(char *)(unaff_EDI + 0x346d6d));\n }\n if ((char)psymval != '\0') {\n iVar4 = *(int *)(iVar16 + 8);\n if (iVar4 == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable((char *)(unaff_EDI + 0x324ba6),0x5c,&UNK_00346db1 + unaff_EDI);\n }\n if (*(char *)(iVar4 + 0x318d) != '\0') {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable((char *)(unaff_EDI + 0x343c7f),0xfc5,(char *)(unaff_EDI + 0x346cd1))\n ;\n }\n if (*(undefined4 **)(iVar22 + 0x7c) == (undefined4 *)0x0) goto LAB_00123d1c;\n puVar23 = extraout_ECX;\n pOVar6 = gold::Vendor_object_attributes::get_attribute\n ((Vendor_object_attributes *)**(undefined4 **)(iVar22 + 0x7c),6);\n if (pOVar6 != (Object_attribute *)0x0) {\n if ((pOVar6->int_value_ - 8U < 3) ||\n (uVar7 = uVar10 & 0xf0000000 | 0x1a00000, pOVar6->int_value_ == 0xd)) {\n uVar7 = uVar10 & 0xf0000000 | 0x320f000;\n }\n *puVar23 = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8;\n return STATUS_OKAY;\n }\n goto LAB_00123d3e;\n }\n local_4c = uVar5 * 4 & 0x3ffffff;\n puVar23 = extraout_ECX;\n if ((uVar5 * 4 & 0x2000000) == 0) {\n bVar2 = *(byte *)((int)&(gsym->super_Symbol).u1_ + 3);\n if (-1 < (char)bVar2) goto LAB_001238a2;\nLAB_00123a6e:\n iVar16 = local_4c + (gsym->super_Symbol).u2_.shndx;\n }\n else {\n local_4c = local_4c + 0xfc000000;\n bVar2 = *(byte *)((int)&(gsym->super_Symbol).u1_ + 3);\n if ((char)bVar2 < '\0') goto LAB_00123a6e;\nLAB_001238a2:\n if ((bVar2 & 8) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable((char *)(unaff_EDI + 0x329cbe),0x6ab,&UNK_00346fc5 + unaff_EDI);\n }\n this = *(Merged_symbol_value<32> **)&(gsym->super_Symbol).u2_.offset_is_from_end;\n input_offset = (_Hash_node_base *)this->input_value_;\n local_48 = local_4c;\n if (local_4c < 0xffffff00) {\n input_offset = (_Hash_node_base *)((int)&input_offset->_M_nxt + local_4c);\n local_48 = 0;\n }\n uVar10 = (this->output_addresses_)._M_h._M_bucket_count;\n uVar12 = (uint)input_offset % uVar10;\n p_Var15 = (this->output_addresses_)._M_h._M_buckets[uVar12];\n if (p_Var15 != (__bucket_type)0x0) {\n p_Var11 = p_Var15->_M_nxt[1]._M_nxt;\n p_Var3 = p_Var15->_M_nxt;\n while (p_Var14 = p_Var3, input_offset != p_Var11) {\n p_Var3 = p_Var14->_M_nxt;\n if ((p_Var3 == (_Hash_node_base *)0x0) ||\n (p_Var11 = p_Var3[1]._M_nxt, p_Var15 = p_Var14, uVar12 != (uint)p_Var11 % uVar10))\n goto LAB_00123b80;\n }\n if (p_Var15->_M_nxt != (_Hash_node_base *)0x0) {\n iVar16 = (int)&(p_Var15->_M_nxt[2]._M_nxt)->_M_nxt + local_48;\n goto LAB_0012394e;\n }\n }\nLAB_00123b80:\n EVar9 = gold::Merged_symbol_value<32>::value_from_output_section\n (this,(Relobj *)relinfo,(uint)(gsym->super_Symbol).u1_.object & 0x7ffffff,\n (Elf_Addr)input_offset);\n in_stack_ffffff90 = SUB41(input_offset,0);\n iVar16 = local_48 + EVar9;\n }\nLAB_0012394e:\n if (*(undefined4 **)(iVar22 + 0x7c) == (undefined4 *)0x0) {\nLAB_00123d1c:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xb6a,\n (char *)&symbol[-0x7feb].symtab_index_);\n }\n uVar10 = iVar16 - (int)object;\n pOVar6 = gold::Vendor_object_attributes::get_attribute\n ((Vendor_object_attributes *)**(undefined4 **)(iVar22 + 0x7c),6);\n if (pOVar6 == (Object_attribute *)0x0) {\nLAB_00123d3e:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xb6d,\n (char *)&symbol[-0x7feb].symtab_index_);\n }\n uVar12 = pOVar6->int_value_;\n iVar22 = *(int *)(*piVar1 + 8);\n if (iVar22 == 0) {\n /* WARNING: Subroutine does not return */\n Target_arm<true>::do_may_relax((Target_arm<true> *)in_stack_ffffff94);\n }\n cVar13 = *(char *)(iVar22 + 0x1579);\n if (cVar13 == '\0') {\n cVar13 = 2 < uVar12;\n }\n else if ((uVar12 & 0xfffffffd) != 8) {\n cVar13 = uVar12 - 0xb < 3;\n }\n if (*(char *)(iVar22 + 0x318d) == '\0') {\n uVar12 = (iVar16 - (int)object) + 0x2000000;\n if (0x3ffffff < uVar12) {\n AVar21 = 0;\n pRVar20 = relinfo;\n gold::Symbol_value<32>::value<true>\n ((Symbol_value<32> *)gsym,(Sized_relobj_file<32,_true> *)relinfo,0);\n SVar8 = Reloc_stub::stub_type_for_reloc\n ((uint)(r_sym != 0),(Arm_address)pRVar20,AVar21,(bool)in_stack_ffffff90);\n if (SVar8 != arm_stub_none) {\nLAB_00123bd0:\n uVar12 = *(uint *)((int)((ulonglong)uVar19 >> 0x20) + 0x18);\n if ((uint)((int)relinfo[10].symtab - (int)relinfo[9].data_shdr >> 2) <= uVar12) {\n /* WARNING: Subroutine does not return */\n Arm_relobj<true>::stub_table(in_stack_ffffff94,(uint)in_stack_ffffff98);\n }\n iVar16 = *(int *)(relinfo[9].data_shdr + uVar12 * 4);\n if (iVar16 == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xfe7,\n (char *)&symbol[-0x7fed].u1_);\n }\n if ((r_type == 0) && (view == (uchar *)0xffffffff)) {\n /* WARNING: Subroutine does not return */\n Reloc_stub::Key::Key\n ((Key *)in_stack_ffffff94,(Stub_type)in_stack_ffffff98,symbol,\n (Relobj *)relinfo[10].symtab,(uint)puVar23,uVar10);\n }\n std::\n _Hashtable<(anonymous_namespace)::Reloc_stub::Key,_std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>,_std::allocator<std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>_>,_std::__detail::_Select1st,_(anonymous_namespace)::Reloc_stub::Key::equal_to,_(anonymous_namespace)::Reloc_stub::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<(anonymous_namespace)::Reloc_stub::Key,_std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>,_std::allocator<std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>_>,_std::__detail::_Select1st,_(anonymous_namespace)::Reloc_stub::Key::equal_to,_(anonymous_namespace)::Reloc_stub::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 *)in_stack_ffffff94,in_stack_ffffff98);\n if ((local_30 == 0) || (iVar22 = *(int *)(local_30 + 0x14), iVar22 == 0)) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xfeb,\n (char *)&symbol[-0x7fed].u1_);\n }\n r_sym = (uint)*(byte *)(*(int *)(iVar22 + 4) + 0x14);\n if ((*(byte *)(iVar16 + 0x1c) & 1) == 0) {\nLAB_00123dd6:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x8999].u2_.offset_base + 1),0xc5,\n &symbol[-0x7fdd].field_0x2c);\n }\n if (*(int *)(iVar22 + 8) == -1) {\n Stub::offset((Stub *)in_stack_ffffff94);\n goto LAB_00123dd6;\n }\n uVar10 = (*(int *)(iVar22 + 8) - (int)object) + *(int *)(iVar16 + 4) + local_4c;\n if (0x3ffffff < uVar10 + 0x2000000) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xfef,\n (char *)&symbol[-0x7fed].u1_);\n }\n }\n goto LAB_00123af0;\n }\n if (r_sym == 0) goto LAB_00123b38;\n if ((cVar13 != '\x01') || (iVar4 != 0x1c)) {\n AVar21 = 0;\n pRVar20 = relinfo;\n gold::Symbol_value<32>::value<true>\n ((Symbol_value<32> *)gsym,(Sized_relobj_file<32,_true> *)relinfo,0);\n SVar8 = Reloc_stub::stub_type_for_reloc(1,(Arm_address)pRVar20,AVar21,(bool)in_stack_ffffff90)\n ;\n if (SVar8 == arm_stub_none) goto LAB_00123a2c;\n goto LAB_00123bd0;\n }\n }\n else {\nLAB_00123af0:\n if (r_sym == 0) {\n uVar12 = uVar10 + 0x2000000;\n goto LAB_00123b38;\n }\n if ((cVar13 != '\x01') || (iVar4 != 0x1c)) {\nLAB_00123a2c:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xff8,\n (char *)&symbol[-0x7fed].u1_);\n }\n uVar12 = uVar10 + 0x2000000;\n }\n uVar5 = (uVar10 & 2) << 0x17 | uVar7 | 0xfa000000;\nLAB_00123b38:\n uVar10 = ((int)uVar10 >> 2 ^ uVar5) & 0xffffff ^ uVar5;\n *puVar23 = uVar5 >> 0x18 | (uVar10 & 0xff0000) >> 8 | (uVar10 & 0xff00) << 8 | uVar10 << 0x18;\n return (uint)(0x3ffffff < uVar12);\n}\n\n" comment comment type_identifier (ERROR "anon_unknown.dwarf_91258a::Arm_relocate_functions<true>::" identifier . identifier : : identifier < true > : :) (function_declarator "arm_branch_common\n (uint r_type,Relocate_info<32,_true> *relinfo,uchar *view,Sized_symbol<32> *gsym,\n Arm_relobj<true> *object,uint r_sym,Symbol_value<32> *psymval,Arm_address address,\n Arm_address thumb_bit,bool is_weakly_undefined_without_plt)" identifier (parameter_list "(uint r_type,Relocate_info<32,_true> *relinfo,uchar *view,Sized_symbol<32> *gsym,\n Arm_relobj<true> *object,uint r_sym,Symbol_value<32> *psymval,Arm_address address,\n Arm_address thumb_bit,bool is_weakly_undefined_without_plt)" ( (parameter_declaration "uint r_type" type_identifier identifier) , (parameter_declaration "Relocate_info" type_identifier) (ERROR "<32" < number_literal) , (parameter_declaration "_true> *relinfo" type_identifier (ERROR ">" >) (pointer_declarator "*relinfo" * identifier)) , (parameter_declaration "uchar *view" type_identifier (pointer_declarator "*view" * identifier)) , (parameter_declaration "Sized_symbol<32> *gsym" type_identifier (ERROR "<32>" < number_literal >) (pointer_declarator "*gsym" * identifier)) , (parameter_declaration "Arm_relobj<true> *object" type_identifier (ERROR "<true>" < true >) (pointer_declarator "*object" * identifier)) , (parameter_declaration "uint r_sym" type_identifier identifier) , (parameter_declaration "Symbol_value<32> *psymval" type_identifier (ERROR "<32>" < number_literal >) (pointer_declarator "*psymval" * identifier)) , (parameter_declaration "Arm_address address" type_identifier identifier) , (parameter_declaration "Arm_address thumb_bit" type_identifier identifier) , (parameter_declaration "bool is_weakly_undefined_without_plt" primitive_type identifier) ))) { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "byte bVar2;" type_identifier identifier ;) (expression_statement "Merged_symbol_value<32> *this;" (binary_expression "Merged_symbol_value<32> *this" (binary_expression "Merged_symbol_value<32" identifier < number_literal) > (pointer_expression "*this" * identifier)) ;) (declaration "_Hash_node_base *p_Var3;" type_identifier (pointer_declarator "*p_Var3" * identifier) ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "uint uVar5;" type_identifier identifier ;) (declaration "Object_attribute *pOVar6;" type_identifier (pointer_declarator "*pOVar6" * identifier) ;) (declaration "uint uVar7;" type_identifier identifier ;) (declaration "Stub_type SVar8;" type_identifier identifier ;) (declaration "Elf_Addr EVar9;" type_identifier identifier ;) (declaration "uint uVar10;" type_identifier identifier ;) (declaration "uint *extraout_ECX;" type_identifier (pointer_declarator "*extraout_ECX" * identifier) ;) (declaration "_Hash_node_base *p_Var11;" type_identifier (pointer_declarator "*p_Var11" * identifier) ;) (declaration "uint uVar12;" type_identifier identifier ;) (declaration "char cVar13;" primitive_type identifier ;) (declaration "__bucket_type p_Var14;" type_identifier identifier ;) (declaration "int unaff_EDI;" primitive_type identifier ;) (declaration "Symbol *symbol;" type_identifier (pointer_declarator "*symbol" * identifier) ;) (declaration "__bucket_type p_Var15;" type_identifier identifier ;) (declaration "int iVar16;" primitive_type identifier ;) (declaration "bool bVar17;" primitive_type identifier ;) (declaration "bool bVar18;" primitive_type identifier ;) (declaration "undefined8 uVar19;" type_identifier identifier ;) (expression_statement "Relocate_info<32,_true> *pRVar20;" (comma_expression "Relocate_info<32,_true> *pRVar20" (binary_expression "Relocate_info<32" identifier < number_literal) , (binary_expression "_true> *pRVar20" identifier > (pointer_expression "*pRVar20" * identifier))) ;) (declaration "Arm_address AVar21;" type_identifier identifier ;) (declaration "undefined1 in_stack_ffffff90;" type_identifier identifier ;) (declaration "_Hash_node_base *input_offset;" type_identifier (pointer_declarator "*input_offset" * identifier) ;) (expression_statement "Arm_relobj<true> *in_stack_ffffff94;" (binary_expression "Arm_relobj<true> *in_stack_ffffff94" (binary_expression "Arm_relobj<true" identifier < true) > (pointer_expression "*in_stack_ffffff94" * identifier)) ;) (declaration "key_type *in_stack_ffffff98;" type_identifier (pointer_declarator "*in_stack_ffffff98" * identifier) ;) (declaration "int iVar22;" primitive_type identifier ;) (declaration "uint *puVar23;" type_identifier (pointer_declarator "*puVar23" * identifier) ;) (declaration "uint local_4c;" type_identifier identifier ;) (declaration "uint local_48;" type_identifier identifier ;) (declaration "int local_30;" primitive_type identifier ;) (declaration "Key stub_key;" type_identifier identifier ;) (expression_statement "uVar19 = __x86_get_pc_thunk_di();" (assignment_expression "uVar19 = __x86_get_pc_thunk_di()" identifier = (call_expression "__x86_get_pc_thunk_di()" identifier (argument_list "()" ( )))) ;) (expression_statement "iVar4 = (int)uVar19;" (assignment_expression "iVar4 = (int)uVar19" identifier = (cast_expression "(int)uVar19" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "symbol = (Symbol *)(BYTE_ARRAY_004c6911 + unaff_EDI + 0x28);" (assignment_expression "symbol = (Symbol *)(BYTE_ARRAY_004c6911 + unaff_EDI + 0x28)" identifier = (cast_expression "(Symbol *)(BYTE_ARRAY_004c6911 + unaff_EDI + 0x28)" ( (type_descriptor "Symbol *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(BYTE_ARRAY_004c6911 + unaff_EDI + 0x28)" ( (binary_expression "BYTE_ARRAY_004c6911 + unaff_EDI + 0x28" (binary_expression "BYTE_ARRAY_004c6911 + unaff_EDI" identifier + identifier) + number_literal) )))) ;) (expression_statement "uVar10 = *extraout_ECX;" (assignment_expression "uVar10 = *extraout_ECX" identifier = (pointer_expression "*extraout_ECX" * identifier)) ;) (expression_statement "uVar7 = uVar10 >> 0x18 | (uVar10 & 0xff0000) >> 8 | (uVar10 & 0xff00) << 8;" (assignment_expression "uVar7 = uVar10 >> 0x18 | (uVar10 & 0xff0000) >> 8 | (uVar10 & 0xff00) << 8" identifier = (binary_expression "uVar10 >> 0x18 | (uVar10 & 0xff0000) >> 8 | (uVar10 & 0xff00) << 8" (binary_expression "uVar10 >> 0x18 | (uVar10 & 0xff0000) >> 8" (binary_expression "uVar10 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar10 & 0xff0000) >> 8" (parenthesized_expression "(uVar10 & 0xff0000)" ( (binary_expression "uVar10 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar10 & 0xff00) << 8" (parenthesized_expression "(uVar10 & 0xff00)" ( (binary_expression "uVar10 & 0xff00" identifier & number_literal) )) << number_literal))) ;) (expression_statement "uVar10 = uVar10 << 0x18;" (assignment_expression "uVar10 = uVar10 << 0x18" identifier = (binary_expression "uVar10 << 0x18" identifier << number_literal)) ;) (expression_statement "uVar5 = uVar7 | uVar10;" (assignment_expression "uVar5 = uVar7 | uVar10" identifier = (binary_expression "uVar7 | uVar10" identifier | identifier)) ;) (if_statement "if (uVar10 >> 0x1c == 0xf) {\n bVar17 = false;\nLAB_00123812:\n if (iVar4 == 0x1c) {\n if ((uVar10 != 0xeb000000) && ((uVar10 & 0xfe000000) != 0xfa000000)) {\n return STATUS_BAD_RELOC;\n }\n }\n else {\n bVar18 = false;\n if (iVar4 == 0x1d) goto LAB_0012385b;\nLAB_0012372e:\n if ((iVar4 != 0x1b) && (iVar4 != 0xf)) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)(unaff_EDI + 0x343c7f),0xfba,(char *)(unaff_EDI + 0x346cd1));\n }\n if ((uVar10 & 0xe000000) != 0xa000000) {\n return STATUS_BAD_RELOC;\n }\n }\n }\n else {\n bVar17 = (uVar10 & 0xf000000) == 0xa000000;\n if (uVar10 >> 0x1c == 0xe) goto LAB_00123812;\n bVar18 = (uVar10 & 0xf000000) == 0xb000000;\n if (iVar4 == 0x1c) {\n return STATUS_BAD_RELOC;\n }\n if (iVar4 != 0x1d) goto LAB_0012372e;\nLAB_0012385b:\n if ((!bVar17) && (!bVar18)) {\n return STATUS_BAD_RELOC;\n }\n }" if (parenthesized_expression "(uVar10 >> 0x1c == 0xf)" ( (binary_expression "uVar10 >> 0x1c == 0xf" (binary_expression "uVar10 >> 0x1c" identifier >> number_literal) == number_literal) )) (compound_statement "{\n bVar17 = false;\nLAB_00123812:\n if (iVar4 == 0x1c) {\n if ((uVar10 != 0xeb000000) && ((uVar10 & 0xfe000000) != 0xfa000000)) {\n return STATUS_BAD_RELOC;\n }\n }\n else {\n bVar18 = false;\n if (iVar4 == 0x1d) goto LAB_0012385b;\nLAB_0012372e:\n if ((iVar4 != 0x1b) && (iVar4 != 0xf)) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)(unaff_EDI + 0x343c7f),0xfba,(char *)(unaff_EDI + 0x346cd1));\n }\n if ((uVar10 & 0xe000000) != 0xa000000) {\n return STATUS_BAD_RELOC;\n }\n }\n }" { (expression_statement "bVar17 = false;" (assignment_expression "bVar17 = false" identifier = false) ;) (labeled_statement "LAB_00123812:\n if (iVar4 == 0x1c) {\n if ((uVar10 != 0xeb000000) && ((uVar10 & 0xfe000000) != 0xfa000000)) {\n return STATUS_BAD_RELOC;\n }\n }\n else {\n bVar18 = false;\n if (iVar4 == 0x1d) goto LAB_0012385b;\nLAB_0012372e:\n if ((iVar4 != 0x1b) && (iVar4 != 0xf)) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)(unaff_EDI + 0x343c7f),0xfba,(char *)(unaff_EDI + 0x346cd1));\n }\n if ((uVar10 & 0xe000000) != 0xa000000) {\n return STATUS_BAD_RELOC;\n }\n }" statement_identifier : (if_statement "if (iVar4 == 0x1c) {\n if ((uVar10 != 0xeb000000) && ((uVar10 & 0xfe000000) != 0xfa000000)) {\n return STATUS_BAD_RELOC;\n }\n }\n else {\n bVar18 = false;\n if (iVar4 == 0x1d) goto LAB_0012385b;\nLAB_0012372e:\n if ((iVar4 != 0x1b) && (iVar4 != 0xf)) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)(unaff_EDI + 0x343c7f),0xfba,(char *)(unaff_EDI + 0x346cd1));\n }\n if ((uVar10 & 0xe000000) != 0xa000000) {\n return STATUS_BAD_RELOC;\n }\n }" if (parenthesized_expression "(iVar4 == 0x1c)" ( (binary_expression "iVar4 == 0x1c" identifier == number_literal) )) (compound_statement "{\n if ((uVar10 != 0xeb000000) && ((uVar10 & 0xfe000000) != 0xfa000000)) {\n return STATUS_BAD_RELOC;\n }\n }" { (if_statement "if ((uVar10 != 0xeb000000) && ((uVar10 & 0xfe000000) != 0xfa000000)) {\n return STATUS_BAD_RELOC;\n }" if (parenthesized_expression "((uVar10 != 0xeb000000) && ((uVar10 & 0xfe000000) != 0xfa000000))" ( (binary_expression "(uVar10 != 0xeb000000) && ((uVar10 & 0xfe000000) != 0xfa000000)" (parenthesized_expression "(uVar10 != 0xeb000000)" ( (binary_expression "uVar10 != 0xeb000000" identifier != number_literal) )) && (parenthesized_expression "((uVar10 & 0xfe000000) != 0xfa000000)" ( (binary_expression "(uVar10 & 0xfe000000) != 0xfa000000" (parenthesized_expression "(uVar10 & 0xfe000000)" ( (binary_expression "uVar10 & 0xfe000000" identifier & number_literal) )) != number_literal) ))) )) (compound_statement "{\n return STATUS_BAD_RELOC;\n }" { (return_statement "return STATUS_BAD_RELOC;" return identifier ;) })) }) (else_clause "else {\n bVar18 = false;\n if (iVar4 == 0x1d) goto LAB_0012385b;\nLAB_0012372e:\n if ((iVar4 != 0x1b) && (iVar4 != 0xf)) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)(unaff_EDI + 0x343c7f),0xfba,(char *)(unaff_EDI + 0x346cd1));\n }\n if ((uVar10 & 0xe000000) != 0xa000000) {\n return STATUS_BAD_RELOC;\n }\n }" else (compound_statement "{\n bVar18 = false;\n if (iVar4 == 0x1d) goto LAB_0012385b;\nLAB_0012372e:\n if ((iVar4 != 0x1b) && (iVar4 != 0xf)) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)(unaff_EDI + 0x343c7f),0xfba,(char *)(unaff_EDI + 0x346cd1));\n }\n if ((uVar10 & 0xe000000) != 0xa000000) {\n return STATUS_BAD_RELOC;\n }\n }" { (expression_statement "bVar18 = false;" (assignment_expression "bVar18 = false" identifier = false) ;) (if_statement "if (iVar4 == 0x1d) goto LAB_0012385b;" if (parenthesized_expression "(iVar4 == 0x1d)" ( (binary_expression "iVar4 == 0x1d" identifier == number_literal) )) (goto_statement "goto LAB_0012385b;" goto statement_identifier ;)) (labeled_statement "LAB_0012372e:\n if ((iVar4 != 0x1b) && (iVar4 != 0xf)) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)(unaff_EDI + 0x343c7f),0xfba,(char *)(unaff_EDI + 0x346cd1));\n }" statement_identifier : (if_statement "if ((iVar4 != 0x1b) && (iVar4 != 0xf)) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)(unaff_EDI + 0x343c7f),0xfba,(char *)(unaff_EDI + 0x346cd1));\n }" if (parenthesized_expression "((iVar4 != 0x1b) && (iVar4 != 0xf))" ( (binary_expression "(iVar4 != 0x1b) && (iVar4 != 0xf)" (parenthesized_expression "(iVar4 != 0x1b)" ( (binary_expression "iVar4 != 0x1b" identifier != number_literal) )) && (parenthesized_expression "(iVar4 != 0xf)" ( (binary_expression "iVar4 != 0xf" identifier != number_literal) ))) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)(unaff_EDI + 0x343c7f),0xfba,(char *)(unaff_EDI + 0x346cd1));\n }" { comment (labeled_statement "gold::do_gold_unreachable\n ((char *)(unaff_EDI + 0x343c7f),0xfba,(char *)(unaff_EDI + 0x346cd1));" statement_identifier : (ERROR ":" :) (expression_statement "do_gold_unreachable\n ((char *)(unaff_EDI + 0x343c7f),0xfba,(char *)(unaff_EDI + 0x346cd1));" (call_expression "do_gold_unreachable\n ((char *)(unaff_EDI + 0x343c7f),0xfba,(char *)(unaff_EDI + 0x346cd1))" identifier (argument_list "((char *)(unaff_EDI + 0x343c7f),0xfba,(char *)(unaff_EDI + 0x346cd1))" ( (cast_expression "(char *)(unaff_EDI + 0x343c7f)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EDI + 0x343c7f)" ( (binary_expression "unaff_EDI + 0x343c7f" identifier + number_literal) ))) , number_literal , (cast_expression "(char *)(unaff_EDI + 0x346cd1)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EDI + 0x346cd1)" ( (binary_expression "unaff_EDI + 0x346cd1" identifier + number_literal) ))) ))) ;)) }))) (if_statement "if ((uVar10 & 0xe000000) != 0xa000000) {\n return STATUS_BAD_RELOC;\n }" if (parenthesized_expression "((uVar10 & 0xe000000) != 0xa000000)" ( (binary_expression "(uVar10 & 0xe000000) != 0xa000000" (parenthesized_expression "(uVar10 & 0xe000000)" ( (binary_expression "uVar10 & 0xe000000" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n return STATUS_BAD_RELOC;\n }" { (return_statement "return STATUS_BAD_RELOC;" return identifier ;) })) })))) }) (else_clause "else {\n bVar17 = (uVar10 & 0xf000000) == 0xa000000;\n if (uVar10 >> 0x1c == 0xe) goto LAB_00123812;\n bVar18 = (uVar10 & 0xf000000) == 0xb000000;\n if (iVar4 == 0x1c) {\n return STATUS_BAD_RELOC;\n }\n if (iVar4 != 0x1d) goto LAB_0012372e;\nLAB_0012385b:\n if ((!bVar17) && (!bVar18)) {\n return STATUS_BAD_RELOC;\n }\n }" else (compound_statement "{\n bVar17 = (uVar10 & 0xf000000) == 0xa000000;\n if (uVar10 >> 0x1c == 0xe) goto LAB_00123812;\n bVar18 = (uVar10 & 0xf000000) == 0xb000000;\n if (iVar4 == 0x1c) {\n return STATUS_BAD_RELOC;\n }\n if (iVar4 != 0x1d) goto LAB_0012372e;\nLAB_0012385b:\n if ((!bVar17) && (!bVar18)) {\n return STATUS_BAD_RELOC;\n }\n }" { (expression_statement "bVar17 = (uVar10 & 0xf000000) == 0xa000000;" (assignment_expression "bVar17 = (uVar10 & 0xf000000) == 0xa000000" identifier = (binary_expression "(uVar10 & 0xf000000) == 0xa000000" (parenthesized_expression "(uVar10 & 0xf000000)" ( (binary_expression "uVar10 & 0xf000000" identifier & number_literal) )) == number_literal)) ;) (if_statement "if (uVar10 >> 0x1c == 0xe) goto LAB_00123812;" if (parenthesized_expression "(uVar10 >> 0x1c == 0xe)" ( (binary_expression "uVar10 >> 0x1c == 0xe" (binary_expression "uVar10 >> 0x1c" identifier >> number_literal) == number_literal) )) (goto_statement "goto LAB_00123812;" goto statement_identifier ;)) (expression_statement "bVar18 = (uVar10 & 0xf000000) == 0xb000000;" (assignment_expression "bVar18 = (uVar10 & 0xf000000) == 0xb000000" identifier = (binary_expression "(uVar10 & 0xf000000) == 0xb000000" (parenthesized_expression "(uVar10 & 0xf000000)" ( (binary_expression "uVar10 & 0xf000000" identifier & number_literal) )) == number_literal)) ;) (if_statement "if (iVar4 == 0x1c) {\n return STATUS_BAD_RELOC;\n }" if (parenthesized_expression "(iVar4 == 0x1c)" ( (binary_expression "iVar4 == 0x1c" identifier == number_literal) )) (compound_statement "{\n return STATUS_BAD_RELOC;\n }" { (return_statement "return STATUS_BAD_RELOC;" return identifier ;) })) (if_statement "if (iVar4 != 0x1d) goto LAB_0012372e;" if (parenthesized_expression "(iVar4 != 0x1d)" ( (binary_expression "iVar4 != 0x1d" identifier != number_literal) )) (goto_statement "goto LAB_0012372e;" goto statement_identifier ;)) (labeled_statement "LAB_0012385b:\n if ((!bVar17) && (!bVar18)) {\n return STATUS_BAD_RELOC;\n }" statement_identifier : (if_statement "if ((!bVar17) && (!bVar18)) {\n return STATUS_BAD_RELOC;\n }" if (parenthesized_expression "((!bVar17) && (!bVar18))" ( (binary_expression "(!bVar17) && (!bVar18)" (parenthesized_expression "(!bVar17)" ( (unary_expression "!bVar17" ! identifier) )) && (parenthesized_expression "(!bVar18)" ( (unary_expression "!bVar18" ! identifier) ))) )) (compound_statement "{\n return STATUS_BAD_RELOC;\n }" { (return_statement "return STATUS_BAD_RELOC;" return identifier ;) }))) }))) (expression_statement "piVar1 = (int *)((int)&DWORD_004c7100 + unaff_EDI + 1);" (assignment_expression "piVar1 = (int *)((int)&DWORD_004c7100 + unaff_EDI + 1)" identifier = (cast_expression "(int *)((int)&DWORD_004c7100 + unaff_EDI + 1)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&DWORD_004c7100 + unaff_EDI + 1)" ( (binary_expression "(int)&DWORD_004c7100 + unaff_EDI + 1" (binary_expression "(int)&DWORD_004c7100 + unaff_EDI" (cast_expression "(int)&DWORD_004c7100" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&DWORD_004c7100" & identifier)) + identifier) + number_literal) )))) ;) (expression_statement "iVar16 = *piVar1;" (assignment_expression "iVar16 = *piVar1" identifier = (pointer_expression "*piVar1" * identifier)) ;) (expression_statement "iVar22 = *(int *)(iVar16 + 0xc);" (assignment_expression "iVar22 = *(int *)(iVar16 + 0xc)" identifier = (pointer_expression "*(int *)(iVar16 + 0xc)" * (cast_expression "(int *)(iVar16 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar16 + 0xc)" ( (binary_expression "iVar16 + 0xc" identifier + number_literal) ))))) ;) (if_statement "if (iVar22 == 0) {\n /* WARNING: Subroutine does not return */\n Target_arm<true>::default_target();\n }" if (parenthesized_expression "(iVar22 == 0)" ( (binary_expression "iVar22 == 0" identifier == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n Target_arm<true>::default_target();\n }" { comment (expression_statement "Target_arm<true>::default_target();" (binary_expression "Target_arm<true>::default_target()" (binary_expression "Target_arm<true" identifier < true) > (ERROR "::" : :) (call_expression "default_target()" identifier (argument_list "()" ( )))) ;) })) (if_statement "if ((*(int *)(*(int *)(iVar22 + 4) + 8) != 0x28) || (*(char *)(*(int *)(iVar22 + 4) + 4) == '\0'))\n {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable((char *)(unaff_EDI + 0x343c7f),0x988,(char *)(unaff_EDI + 0x346d6d));\n }" if (parenthesized_expression "((*(int *)(*(int *)(iVar22 + 4) + 8) != 0x28) || (*(char *)(*(int *)(iVar22 + 4) + 4) == '\0'))" ( (binary_expression "(*(int *)(*(int *)(iVar22 + 4) + 8) != 0x28) || (*(char *)(*(int *)(iVar22 + 4) + 4) == '\0')" (parenthesized_expression "(*(int *)(*(int *)(iVar22 + 4) + 8) != 0x28)" ( (binary_expression "*(int *)(*(int *)(iVar22 + 4) + 8) != 0x28" (pointer_expression "*(int *)(*(int *)(iVar22 + 4) + 8)" * (cast_expression "(int *)(*(int *)(iVar22 + 4) + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar22 + 4) + 8)" ( (binary_expression "*(int *)(iVar22 + 4) + 8" (pointer_expression "*(int *)(iVar22 + 4)" * (cast_expression "(int *)(iVar22 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar22 + 4)" ( (binary_expression "iVar22 + 4" identifier + number_literal) )))) + number_literal) )))) != number_literal) )) || (parenthesized_expression "(*(char *)(*(int *)(iVar22 + 4) + 4) == '\0')" ( (binary_expression "*(char *)(*(int *)(iVar22 + 4) + 4) == '\0'" (pointer_expression "*(char *)(*(int *)(iVar22 + 4) + 4)" * (cast_expression "(char *)(*(int *)(iVar22 + 4) + 4)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar22 + 4) + 4)" ( (binary_expression "*(int *)(iVar22 + 4) + 4" (pointer_expression "*(int *)(iVar22 + 4)" * (cast_expression "(int *)(iVar22 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar22 + 4)" ( (binary_expression "iVar22 + 4" identifier + number_literal) )))) + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable((char *)(unaff_EDI + 0x343c7f),0x988,(char *)(unaff_EDI + 0x346d6d));\n }" { comment (labeled_statement "gold::do_gold_unreachable((char *)(unaff_EDI + 0x343c7f),0x988,(char *)(unaff_EDI + 0x346d6d));" statement_identifier : (ERROR ":" :) (expression_statement "do_gold_unreachable((char *)(unaff_EDI + 0x343c7f),0x988,(char *)(unaff_EDI + 0x346d6d));" (call_expression "do_gold_unreachable((char *)(unaff_EDI + 0x343c7f),0x988,(char *)(unaff_EDI + 0x346d6d))" identifier (argument_list "((char *)(unaff_EDI + 0x343c7f),0x988,(char *)(unaff_EDI + 0x346d6d))" ( (cast_expression "(char *)(unaff_EDI + 0x343c7f)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EDI + 0x343c7f)" ( (binary_expression "unaff_EDI + 0x343c7f" identifier + number_literal) ))) , number_literal , (cast_expression "(char *)(unaff_EDI + 0x346d6d)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EDI + 0x346d6d)" ( (binary_expression "unaff_EDI + 0x346d6d" identifier + number_literal) ))) ))) ;)) })) (if_statement "if ((char)psymval != '\0') {\n iVar4 = *(int *)(iVar16 + 8);\n if (iVar4 == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable((char *)(unaff_EDI + 0x324ba6),0x5c,&UNK_00346db1 + unaff_EDI);\n }\n if (*(char *)(iVar4 + 0x318d) != '\0') {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable((char *)(unaff_EDI + 0x343c7f),0xfc5,(char *)(unaff_EDI + 0x346cd1))\n ;\n }\n if (*(undefined4 **)(iVar22 + 0x7c) == (undefined4 *)0x0) goto LAB_00123d1c;\n puVar23 = extraout_ECX;\n pOVar6 = gold::Vendor_object_attributes::get_attribute\n ((Vendor_object_attributes *)**(undefined4 **)(iVar22 + 0x7c),6);\n if (pOVar6 != (Object_attribute *)0x0) {\n if ((pOVar6->int_value_ - 8U < 3) ||\n (uVar7 = uVar10 & 0xf0000000 | 0x1a00000, pOVar6->int_value_ == 0xd)) {\n uVar7 = uVar10 & 0xf0000000 | 0x320f000;\n }\n *puVar23 = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8;\n return STATUS_OKAY;\n }\n goto LAB_00123d3e;\n }" if (parenthesized_expression "((char)psymval != '\0')" ( (binary_expression "(char)psymval != '\0'" (cast_expression "(char)psymval" ( (type_descriptor "char" primitive_type) ) identifier) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n iVar4 = *(int *)(iVar16 + 8);\n if (iVar4 == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable((char *)(unaff_EDI + 0x324ba6),0x5c,&UNK_00346db1 + unaff_EDI);\n }\n if (*(char *)(iVar4 + 0x318d) != '\0') {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable((char *)(unaff_EDI + 0x343c7f),0xfc5,(char *)(unaff_EDI + 0x346cd1))\n ;\n }\n if (*(undefined4 **)(iVar22 + 0x7c) == (undefined4 *)0x0) goto LAB_00123d1c;\n puVar23 = extraout_ECX;\n pOVar6 = gold::Vendor_object_attributes::get_attribute\n ((Vendor_object_attributes *)**(undefined4 **)(iVar22 + 0x7c),6);\n if (pOVar6 != (Object_attribute *)0x0) {\n if ((pOVar6->int_value_ - 8U < 3) ||\n (uVar7 = uVar10 & 0xf0000000 | 0x1a00000, pOVar6->int_value_ == 0xd)) {\n uVar7 = uVar10 & 0xf0000000 | 0x320f000;\n }\n *puVar23 = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8;\n return STATUS_OKAY;\n }\n goto LAB_00123d3e;\n }" { (expression_statement "iVar4 = *(int *)(iVar16 + 8);" (assignment_expression "iVar4 = *(int *)(iVar16 + 8)" identifier = (pointer_expression "*(int *)(iVar16 + 8)" * (cast_expression "(int *)(iVar16 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar16 + 8)" ( (binary_expression "iVar16 + 8" identifier + number_literal) ))))) ;) (if_statement "if (iVar4 == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable((char *)(unaff_EDI + 0x324ba6),0x5c,&UNK_00346db1 + unaff_EDI);\n }" if (parenthesized_expression "(iVar4 == 0)" ( (binary_expression "iVar4 == 0" identifier == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable((char *)(unaff_EDI + 0x324ba6),0x5c,&UNK_00346db1 + unaff_EDI);\n }" { comment (labeled_statement "gold::do_gold_unreachable((char *)(unaff_EDI + 0x324ba6),0x5c,&UNK_00346db1 + unaff_EDI);" statement_identifier : (ERROR ":" :) (expression_statement "do_gold_unreachable((char *)(unaff_EDI + 0x324ba6),0x5c,&UNK_00346db1 + unaff_EDI);" (call_expression "do_gold_unreachable((char *)(unaff_EDI + 0x324ba6),0x5c,&UNK_00346db1 + unaff_EDI)" identifier (argument_list "((char *)(unaff_EDI + 0x324ba6),0x5c,&UNK_00346db1 + unaff_EDI)" ( (cast_expression "(char *)(unaff_EDI + 0x324ba6)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EDI + 0x324ba6)" ( (binary_expression "unaff_EDI + 0x324ba6" identifier + number_literal) ))) , number_literal , (binary_expression "&UNK_00346db1 + unaff_EDI" (pointer_expression "&UNK_00346db1" & identifier) + identifier) ))) ;)) })) (if_statement "if (*(char *)(iVar4 + 0x318d) != '\0') {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable((char *)(unaff_EDI + 0x343c7f),0xfc5,(char *)(unaff_EDI + 0x346cd1))\n ;\n }" if (parenthesized_expression "(*(char *)(iVar4 + 0x318d) != '\0')" ( (binary_expression "*(char *)(iVar4 + 0x318d) != '\0'" (pointer_expression "*(char *)(iVar4 + 0x318d)" * (cast_expression "(char *)(iVar4 + 0x318d)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0x318d)" ( (binary_expression "iVar4 + 0x318d" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable((char *)(unaff_EDI + 0x343c7f),0xfc5,(char *)(unaff_EDI + 0x346cd1))\n ;\n }" { comment (labeled_statement "gold::do_gold_unreachable((char *)(unaff_EDI + 0x343c7f),0xfc5,(char *)(unaff_EDI + 0x346cd1))\n ;" statement_identifier : (ERROR ":" :) (expression_statement "do_gold_unreachable((char *)(unaff_EDI + 0x343c7f),0xfc5,(char *)(unaff_EDI + 0x346cd1))\n ;" (call_expression "do_gold_unreachable((char *)(unaff_EDI + 0x343c7f),0xfc5,(char *)(unaff_EDI + 0x346cd1))" identifier (argument_list "((char *)(unaff_EDI + 0x343c7f),0xfc5,(char *)(unaff_EDI + 0x346cd1))" ( (cast_expression "(char *)(unaff_EDI + 0x343c7f)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EDI + 0x343c7f)" ( (binary_expression "unaff_EDI + 0x343c7f" identifier + number_literal) ))) , number_literal , (cast_expression "(char *)(unaff_EDI + 0x346cd1)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EDI + 0x346cd1)" ( (binary_expression "unaff_EDI + 0x346cd1" identifier + number_literal) ))) ))) ;)) })) (if_statement "if (*(undefined4 **)(iVar22 + 0x7c) == (undefined4 *)0x0) goto LAB_00123d1c;" if (parenthesized_expression "(*(undefined4 **)(iVar22 + 0x7c) == (undefined4 *)0x0)" ( (binary_expression "*(undefined4 **)(iVar22 + 0x7c) == (undefined4 *)0x0" (pointer_expression "*(undefined4 **)(iVar22 + 0x7c)" * (cast_expression "(undefined4 **)(iVar22 + 0x7c)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar22 + 0x7c)" ( (binary_expression "iVar22 + 0x7c" identifier + number_literal) )))) == (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_00123d1c;" goto statement_identifier ;)) (expression_statement "puVar23 = extraout_ECX;" (assignment_expression "puVar23 = extraout_ECX" identifier = identifier) ;) (ERROR "pOVar6 = gold::" (assignment_expression "pOVar6 = gold" identifier = identifier) : :) (labeled_statement "Vendor_object_attributes::get_attribute\n ((Vendor_object_attributes *)**(undefined4 **)(iVar22 + 0x7c),6);" statement_identifier : (ERROR ":" :) (expression_statement "get_attribute\n ((Vendor_object_attributes *)**(undefined4 **)(iVar22 + 0x7c),6);" (call_expression "get_attribute\n ((Vendor_object_attributes *)**(undefined4 **)(iVar22 + 0x7c),6)" identifier (argument_list "((Vendor_object_attributes *)**(undefined4 **)(iVar22 + 0x7c),6)" ( (cast_expression "(Vendor_object_attributes *)**(undefined4 **)(iVar22 + 0x7c)" ( (type_descriptor "Vendor_object_attributes *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "**(undefined4 **)(iVar22 + 0x7c)" * (pointer_expression "*(undefined4 **)(iVar22 + 0x7c)" * (cast_expression "(undefined4 **)(iVar22 + 0x7c)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar22 + 0x7c)" ( (binary_expression "iVar22 + 0x7c" identifier + number_literal) )))))) , number_literal ))) ;)) (if_statement "if (pOVar6 != (Object_attribute *)0x0) {\n if ((pOVar6->int_value_ - 8U < 3) ||\n (uVar7 = uVar10 & 0xf0000000 | 0x1a00000, pOVar6->int_value_ == 0xd)) {\n uVar7 = uVar10 & 0xf0000000 | 0x320f000;\n }\n *puVar23 = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8;\n return STATUS_OKAY;\n }" if (parenthesized_expression "(pOVar6 != (Object_attribute *)0x0)" ( (binary_expression "pOVar6 != (Object_attribute *)0x0" identifier != (cast_expression "(Object_attribute *)0x0" ( (type_descriptor "Object_attribute *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n if ((pOVar6->int_value_ - 8U < 3) ||\n (uVar7 = uVar10 & 0xf0000000 | 0x1a00000, pOVar6->int_value_ == 0xd)) {\n uVar7 = uVar10 & 0xf0000000 | 0x320f000;\n }\n *puVar23 = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8;\n return STATUS_OKAY;\n }" { (if_statement "if ((pOVar6->int_value_ - 8U < 3) ||\n (uVar7 = uVar10 & 0xf0000000 | 0x1a00000, pOVar6->int_value_ == 0xd)) {\n uVar7 = uVar10 & 0xf0000000 | 0x320f000;\n }" if (parenthesized_expression "((pOVar6->int_value_ - 8U < 3) ||\n (uVar7 = uVar10 & 0xf0000000 | 0x1a00000, pOVar6->int_value_ == 0xd))" ( (binary_expression "(pOVar6->int_value_ - 8U < 3) ||\n (uVar7 = uVar10 & 0xf0000000 | 0x1a00000, pOVar6->int_value_ == 0xd)" (parenthesized_expression "(pOVar6->int_value_ - 8U < 3)" ( (binary_expression "pOVar6->int_value_ - 8U < 3" (binary_expression "pOVar6->int_value_ - 8U" (field_expression "pOVar6->int_value_" identifier -> field_identifier) - number_literal) < number_literal) )) || (parenthesized_expression "(uVar7 = uVar10 & 0xf0000000 | 0x1a00000, pOVar6->int_value_ == 0xd)" ( (comma_expression "uVar7 = uVar10 & 0xf0000000 | 0x1a00000, pOVar6->int_value_ == 0xd" (assignment_expression "uVar7 = uVar10 & 0xf0000000 | 0x1a00000" identifier = (binary_expression "uVar10 & 0xf0000000 | 0x1a00000" (binary_expression "uVar10 & 0xf0000000" identifier & number_literal) | number_literal)) , (binary_expression "pOVar6->int_value_ == 0xd" (field_expression "pOVar6->int_value_" identifier -> field_identifier) == number_literal)) ))) )) (compound_statement "{\n uVar7 = uVar10 & 0xf0000000 | 0x320f000;\n }" { (expression_statement "uVar7 = uVar10 & 0xf0000000 | 0x320f000;" (assignment_expression "uVar7 = uVar10 & 0xf0000000 | 0x320f000" identifier = (binary_expression "uVar10 & 0xf0000000 | 0x320f000" (binary_expression "uVar10 & 0xf0000000" identifier & number_literal) | number_literal)) ;) })) (expression_statement "*puVar23 = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8;" (assignment_expression "*puVar23 = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8" (pointer_expression "*puVar23" * identifier) = (binary_expression "uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8" (binary_expression "uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8" (binary_expression "uVar7 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar7 & 0xff0000) >> 8" (parenthesized_expression "(uVar7 & 0xff0000)" ( (binary_expression "uVar7 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar7 & 0xff00) << 8" (parenthesized_expression "(uVar7 & 0xff00)" ( (binary_expression "uVar7 & 0xff00" identifier & number_literal) )) << number_literal))) ;) (return_statement "return STATUS_OKAY;" return identifier ;) })) (goto_statement "goto LAB_00123d3e;" goto statement_identifier ;) })) (expression_statement "local_4c = uVar5 * 4 & 0x3ffffff;" (assignment_expression "local_4c = uVar5 * 4 & 0x3ffffff" identifier = (binary_expression "uVar5 * 4 & 0x3ffffff" (binary_expression "uVar5 * 4" identifier * number_literal) & number_literal)) ;) (expression_statement "puVar23 = extraout_ECX;" (assignment_expression "puVar23 = extraout_ECX" identifier = identifier) ;) (if_statement "if ((uVar5 * 4 & 0x2000000) == 0) {\n bVar2 = *(byte *)((int)&(gsym->super_Symbol).u1_ + 3);\n if (-1 < (char)bVar2) goto LAB_001238a2;\nLAB_00123a6e:\n iVar16 = local_4c + (gsym->super_Symbol).u2_.shndx;\n }\n else {\n local_4c = local_4c + 0xfc000000;\n bVar2 = *(byte *)((int)&(gsym->super_Symbol).u1_ + 3);\n if ((char)bVar2 < '\0') goto LAB_00123a6e;\nLAB_001238a2:\n if ((bVar2 & 8) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable((char *)(unaff_EDI + 0x329cbe),0x6ab,&UNK_00346fc5 + unaff_EDI);\n }\n this = *(Merged_symbol_value<32> **)&(gsym->super_Symbol).u2_.offset_is_from_end;\n input_offset = (_Hash_node_base *)this->input_value_;\n local_48 = local_4c;\n if (local_4c < 0xffffff00) {\n input_offset = (_Hash_node_base *)((int)&input_offset->_M_nxt + local_4c);\n local_48 = 0;\n }\n uVar10 = (this->output_addresses_)._M_h._M_bucket_count;\n uVar12 = (uint)input_offset % uVar10;\n p_Var15 = (this->output_addresses_)._M_h._M_buckets[uVar12];\n if (p_Var15 != (__bucket_type)0x0) {\n p_Var11 = p_Var15->_M_nxt[1]._M_nxt;\n p_Var3 = p_Var15->_M_nxt;\n while (p_Var14 = p_Var3, input_offset != p_Var11) {\n p_Var3 = p_Var14->_M_nxt;\n if ((p_Var3 == (_Hash_node_base *)0x0) ||\n (p_Var11 = p_Var3[1]._M_nxt, p_Var15 = p_Var14, uVar12 != (uint)p_Var11 % uVar10))\n goto LAB_00123b80;\n }\n if (p_Var15->_M_nxt != (_Hash_node_base *)0x0) {\n iVar16 = (int)&(p_Var15->_M_nxt[2]._M_nxt)->_M_nxt + local_48;\n goto LAB_0012394e;\n }\n }\nLAB_00123b80:\n EVar9 = gold::Merged_symbol_value<32>::value_from_output_section\n (this,(Relobj *)relinfo,(uint)(gsym->super_Symbol).u1_.object & 0x7ffffff,\n (Elf_Addr)input_offset);\n in_stack_ffffff90 = SUB41(input_offset,0);\n iVar16 = local_48 + EVar9;\n }" if (parenthesized_expression "((uVar5 * 4 & 0x2000000) == 0)" ( (binary_expression "(uVar5 * 4 & 0x2000000) == 0" (parenthesized_expression "(uVar5 * 4 & 0x2000000)" ( (binary_expression "uVar5 * 4 & 0x2000000" (binary_expression "uVar5 * 4" identifier * number_literal) & number_literal) )) == number_literal) )) (compound_statement "{\n bVar2 = *(byte *)((int)&(gsym->super_Symbol).u1_ + 3);\n if (-1 < (char)bVar2) goto LAB_001238a2;\nLAB_00123a6e:\n iVar16 = local_4c + (gsym->super_Symbol).u2_.shndx;\n }" { (expression_statement "bVar2 = *(byte *)((int)&(gsym->super_Symbol).u1_ + 3);" (assignment_expression "bVar2 = *(byte *)((int)&(gsym->super_Symbol).u1_ + 3)" identifier = (pointer_expression "*(byte *)((int)&(gsym->super_Symbol).u1_ + 3)" * (cast_expression "(byte *)((int)&(gsym->super_Symbol).u1_ + 3)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&(gsym->super_Symbol).u1_ + 3)" ( (binary_expression "(int)&(gsym->super_Symbol).u1_ + 3" (cast_expression "(int)&(gsym->super_Symbol).u1_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&(gsym->super_Symbol).u1_" & (field_expression "(gsym->super_Symbol).u1_" (parenthesized_expression "(gsym->super_Symbol)" ( (field_expression "gsym->super_Symbol" identifier -> field_identifier) )) . field_identifier))) + number_literal) ))))) ;) (if_statement "if (-1 < (char)bVar2) goto LAB_001238a2;" if (parenthesized_expression "(-1 < (char)bVar2)" ( (binary_expression "-1 < (char)bVar2" number_literal < (cast_expression "(char)bVar2" ( (type_descriptor "char" primitive_type) ) identifier)) )) (goto_statement "goto LAB_001238a2;" goto statement_identifier ;)) (labeled_statement "LAB_00123a6e:\n iVar16 = local_4c + (gsym->super_Symbol).u2_.shndx;" statement_identifier : (expression_statement "iVar16 = local_4c + (gsym->super_Symbol).u2_.shndx;" (assignment_expression "iVar16 = local_4c + (gsym->super_Symbol).u2_.shndx" identifier = (binary_expression "local_4c + (gsym->super_Symbol).u2_.shndx" identifier + (field_expression "(gsym->super_Symbol).u2_.shndx" (field_expression "(gsym->super_Symbol).u2_" (parenthesized_expression "(gsym->super_Symbol)" ( (field_expression "gsym->super_Symbol" identifier -> field_identifier) )) . field_identifier) . field_identifier))) ;)) }) (else_clause "else {\n local_4c = local_4c + 0xfc000000;\n bVar2 = *(byte *)((int)&(gsym->super_Symbol).u1_ + 3);\n if ((char)bVar2 < '\0') goto LAB_00123a6e;\nLAB_001238a2:\n if ((bVar2 & 8) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable((char *)(unaff_EDI + 0x329cbe),0x6ab,&UNK_00346fc5 + unaff_EDI);\n }\n this = *(Merged_symbol_value<32> **)&(gsym->super_Symbol).u2_.offset_is_from_end;\n input_offset = (_Hash_node_base *)this->input_value_;\n local_48 = local_4c;\n if (local_4c < 0xffffff00) {\n input_offset = (_Hash_node_base *)((int)&input_offset->_M_nxt + local_4c);\n local_48 = 0;\n }\n uVar10 = (this->output_addresses_)._M_h._M_bucket_count;\n uVar12 = (uint)input_offset % uVar10;\n p_Var15 = (this->output_addresses_)._M_h._M_buckets[uVar12];\n if (p_Var15 != (__bucket_type)0x0) {\n p_Var11 = p_Var15->_M_nxt[1]._M_nxt;\n p_Var3 = p_Var15->_M_nxt;\n while (p_Var14 = p_Var3, input_offset != p_Var11) {\n p_Var3 = p_Var14->_M_nxt;\n if ((p_Var3 == (_Hash_node_base *)0x0) ||\n (p_Var11 = p_Var3[1]._M_nxt, p_Var15 = p_Var14, uVar12 != (uint)p_Var11 % uVar10))\n goto LAB_00123b80;\n }\n if (p_Var15->_M_nxt != (_Hash_node_base *)0x0) {\n iVar16 = (int)&(p_Var15->_M_nxt[2]._M_nxt)->_M_nxt + local_48;\n goto LAB_0012394e;\n }\n }\nLAB_00123b80:\n EVar9 = gold::Merged_symbol_value<32>::value_from_output_section\n (this,(Relobj *)relinfo,(uint)(gsym->super_Symbol).u1_.object & 0x7ffffff,\n (Elf_Addr)input_offset);\n in_stack_ffffff90 = SUB41(input_offset,0);\n iVar16 = local_48 + EVar9;\n }" else (compound_statement "{\n local_4c = local_4c + 0xfc000000;\n bVar2 = *(byte *)((int)&(gsym->super_Symbol).u1_ + 3);\n if ((char)bVar2 < '\0') goto LAB_00123a6e;\nLAB_001238a2:\n if ((bVar2 & 8) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable((char *)(unaff_EDI + 0x329cbe),0x6ab,&UNK_00346fc5 + unaff_EDI);\n }\n this = *(Merged_symbol_value<32> **)&(gsym->super_Symbol).u2_.offset_is_from_end;\n input_offset = (_Hash_node_base *)this->input_value_;\n local_48 = local_4c;\n if (local_4c < 0xffffff00) {\n input_offset = (_Hash_node_base *)((int)&input_offset->_M_nxt + local_4c);\n local_48 = 0;\n }\n uVar10 = (this->output_addresses_)._M_h._M_bucket_count;\n uVar12 = (uint)input_offset % uVar10;\n p_Var15 = (this->output_addresses_)._M_h._M_buckets[uVar12];\n if (p_Var15 != (__bucket_type)0x0) {\n p_Var11 = p_Var15->_M_nxt[1]._M_nxt;\n p_Var3 = p_Var15->_M_nxt;\n while (p_Var14 = p_Var3, input_offset != p_Var11) {\n p_Var3 = p_Var14->_M_nxt;\n if ((p_Var3 == (_Hash_node_base *)0x0) ||\n (p_Var11 = p_Var3[1]._M_nxt, p_Var15 = p_Var14, uVar12 != (uint)p_Var11 % uVar10))\n goto LAB_00123b80;\n }\n if (p_Var15->_M_nxt != (_Hash_node_base *)0x0) {\n iVar16 = (int)&(p_Var15->_M_nxt[2]._M_nxt)->_M_nxt + local_48;\n goto LAB_0012394e;\n }\n }\nLAB_00123b80:\n EVar9 = gold::Merged_symbol_value<32>::value_from_output_section\n (this,(Relobj *)relinfo,(uint)(gsym->super_Symbol).u1_.object & 0x7ffffff,\n (Elf_Addr)input_offset);\n in_stack_ffffff90 = SUB41(input_offset,0);\n iVar16 = local_48 + EVar9;\n }" { (expression_statement "local_4c = local_4c + 0xfc000000;" (assignment_expression "local_4c = local_4c + 0xfc000000" identifier = (binary_expression "local_4c + 0xfc000000" identifier + number_literal)) ;) (expression_statement "bVar2 = *(byte *)((int)&(gsym->super_Symbol).u1_ + 3);" (assignment_expression "bVar2 = *(byte *)((int)&(gsym->super_Symbol).u1_ + 3)" identifier = (pointer_expression "*(byte *)((int)&(gsym->super_Symbol).u1_ + 3)" * (cast_expression "(byte *)((int)&(gsym->super_Symbol).u1_ + 3)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&(gsym->super_Symbol).u1_ + 3)" ( (binary_expression "(int)&(gsym->super_Symbol).u1_ + 3" (cast_expression "(int)&(gsym->super_Symbol).u1_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&(gsym->super_Symbol).u1_" & (field_expression "(gsym->super_Symbol).u1_" (parenthesized_expression "(gsym->super_Symbol)" ( (field_expression "gsym->super_Symbol" identifier -> field_identifier) )) . field_identifier))) + number_literal) ))))) ;) (if_statement "if ((char)bVar2 < '\0') goto LAB_00123a6e;" if (parenthesized_expression "((char)bVar2 < '\0')" ( (binary_expression "(char)bVar2 < '\0'" (cast_expression "(char)bVar2" ( (type_descriptor "char" primitive_type) ) identifier) < (char_literal "'\0'" ' escape_sequence ')) )) (goto_statement "goto LAB_00123a6e;" goto statement_identifier ;)) (labeled_statement "LAB_001238a2:\n if ((bVar2 & 8) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable((char *)(unaff_EDI + 0x329cbe),0x6ab,&UNK_00346fc5 + unaff_EDI);\n }" statement_identifier : (if_statement "if ((bVar2 & 8) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable((char *)(unaff_EDI + 0x329cbe),0x6ab,&UNK_00346fc5 + unaff_EDI);\n }" if (parenthesized_expression "((bVar2 & 8) == 0)" ( (binary_expression "(bVar2 & 8) == 0" (parenthesized_expression "(bVar2 & 8)" ( (binary_expression "bVar2 & 8" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable((char *)(unaff_EDI + 0x329cbe),0x6ab,&UNK_00346fc5 + unaff_EDI);\n }" { comment (labeled_statement "gold::do_gold_unreachable((char *)(unaff_EDI + 0x329cbe),0x6ab,&UNK_00346fc5 + unaff_EDI);" statement_identifier : (ERROR ":" :) (expression_statement "do_gold_unreachable((char *)(unaff_EDI + 0x329cbe),0x6ab,&UNK_00346fc5 + unaff_EDI);" (call_expression "do_gold_unreachable((char *)(unaff_EDI + 0x329cbe),0x6ab,&UNK_00346fc5 + unaff_EDI)" identifier (argument_list "((char *)(unaff_EDI + 0x329cbe),0x6ab,&UNK_00346fc5 + unaff_EDI)" ( (cast_expression "(char *)(unaff_EDI + 0x329cbe)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EDI + 0x329cbe)" ( (binary_expression "unaff_EDI + 0x329cbe" identifier + number_literal) ))) , number_literal , (binary_expression "&UNK_00346fc5 + unaff_EDI" (pointer_expression "&UNK_00346fc5" & identifier) + identifier) ))) ;)) }))) (expression_statement "this = *(Merged_symbol_value<32> **)&(gsym->super_Symbol).u2_.offset_is_from_end;" (assignment_expression "this = *(Merged_symbol_value<32> **)&(gsym->super_Symbol).u2_.offset_is_from_end" identifier = (binary_expression "*(Merged_symbol_value<32> **)&(gsym->super_Symbol).u2_.offset_is_from_end" (pointer_expression "*(Merged_symbol_value<32> **)" * (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))) ))) & (field_expression "(gsym->super_Symbol).u2_.offset_is_from_end" (field_expression "(gsym->super_Symbol).u2_" (parenthesized_expression "(gsym->super_Symbol)" ( (field_expression "gsym->super_Symbol" identifier -> field_identifier) )) . field_identifier) . field_identifier))) ;) (expression_statement "input_offset = (_Hash_node_base *)this->input_value_;" (assignment_expression "input_offset = (_Hash_node_base *)this->input_value_" identifier = (cast_expression "(_Hash_node_base *)this->input_value_" ( (type_descriptor "_Hash_node_base *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "this->input_value_" identifier -> field_identifier))) ;) (expression_statement "local_48 = local_4c;" (assignment_expression "local_48 = local_4c" identifier = identifier) ;) (if_statement "if (local_4c < 0xffffff00) {\n input_offset = (_Hash_node_base *)((int)&input_offset->_M_nxt + local_4c);\n local_48 = 0;\n }" if (parenthesized_expression "(local_4c < 0xffffff00)" ( (binary_expression "local_4c < 0xffffff00" identifier < number_literal) )) (compound_statement "{\n input_offset = (_Hash_node_base *)((int)&input_offset->_M_nxt + local_4c);\n local_48 = 0;\n }" { (expression_statement "input_offset = (_Hash_node_base *)((int)&input_offset->_M_nxt + local_4c);" (assignment_expression "input_offset = (_Hash_node_base *)((int)&input_offset->_M_nxt + local_4c)" identifier = (cast_expression "(_Hash_node_base *)((int)&input_offset->_M_nxt + local_4c)" ( (type_descriptor "_Hash_node_base *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&input_offset->_M_nxt + local_4c)" ( (binary_expression "(int)&input_offset->_M_nxt + local_4c" (cast_expression "(int)&input_offset->_M_nxt" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&input_offset->_M_nxt" & (field_expression "input_offset->_M_nxt" identifier -> field_identifier))) + identifier) )))) ;) (expression_statement "local_48 = 0;" (assignment_expression "local_48 = 0" identifier = number_literal) ;) })) (expression_statement "uVar10 = (this->output_addresses_)._M_h._M_bucket_count;" (assignment_expression "uVar10 = (this->output_addresses_)._M_h._M_bucket_count" identifier = (field_expression "(this->output_addresses_)._M_h._M_bucket_count" (field_expression "(this->output_addresses_)._M_h" (parenthesized_expression "(this->output_addresses_)" ( (field_expression "this->output_addresses_" identifier -> field_identifier) )) . field_identifier) . field_identifier)) ;) (expression_statement "uVar12 = (uint)input_offset % uVar10;" (assignment_expression "uVar12 = (uint)input_offset % uVar10" identifier = (binary_expression "(uint)input_offset % uVar10" (cast_expression "(uint)input_offset" ( (type_descriptor "uint" type_identifier) ) identifier) % identifier)) ;) (expression_statement "p_Var15 = (this->output_addresses_)._M_h._M_buckets[uVar12];" (assignment_expression "p_Var15 = (this->output_addresses_)._M_h._M_buckets[uVar12]" identifier = (subscript_expression "(this->output_addresses_)._M_h._M_buckets[uVar12]" (field_expression "(this->output_addresses_)._M_h._M_buckets" (field_expression "(this->output_addresses_)._M_h" (parenthesized_expression "(this->output_addresses_)" ( (field_expression "this->output_addresses_" identifier -> field_identifier) )) . field_identifier) . field_identifier) [ identifier ])) ;) (if_statement "if (p_Var15 != (__bucket_type)0x0) {\n p_Var11 = p_Var15->_M_nxt[1]._M_nxt;\n p_Var3 = p_Var15->_M_nxt;\n while (p_Var14 = p_Var3, input_offset != p_Var11) {\n p_Var3 = p_Var14->_M_nxt;\n if ((p_Var3 == (_Hash_node_base *)0x0) ||\n (p_Var11 = p_Var3[1]._M_nxt, p_Var15 = p_Var14, uVar12 != (uint)p_Var11 % uVar10))\n goto LAB_00123b80;\n }\n if (p_Var15->_M_nxt != (_Hash_node_base *)0x0) {\n iVar16 = (int)&(p_Var15->_M_nxt[2]._M_nxt)->_M_nxt + local_48;\n goto LAB_0012394e;\n }\n }" if (parenthesized_expression "(p_Var15 != (__bucket_type)0x0)" ( (binary_expression "p_Var15 != (__bucket_type)0x0" identifier != (cast_expression "(__bucket_type)0x0" ( (type_descriptor "__bucket_type" type_identifier) ) number_literal)) )) (compound_statement "{\n p_Var11 = p_Var15->_M_nxt[1]._M_nxt;\n p_Var3 = p_Var15->_M_nxt;\n while (p_Var14 = p_Var3, input_offset != p_Var11) {\n p_Var3 = p_Var14->_M_nxt;\n if ((p_Var3 == (_Hash_node_base *)0x0) ||\n (p_Var11 = p_Var3[1]._M_nxt, p_Var15 = p_Var14, uVar12 != (uint)p_Var11 % uVar10))\n goto LAB_00123b80;\n }\n if (p_Var15->_M_nxt != (_Hash_node_base *)0x0) {\n iVar16 = (int)&(p_Var15->_M_nxt[2]._M_nxt)->_M_nxt + local_48;\n goto LAB_0012394e;\n }\n }" { (expression_statement "p_Var11 = p_Var15->_M_nxt[1]._M_nxt;" (assignment_expression "p_Var11 = p_Var15->_M_nxt[1]._M_nxt" identifier = (field_expression "p_Var15->_M_nxt[1]._M_nxt" (subscript_expression "p_Var15->_M_nxt[1]" (field_expression "p_Var15->_M_nxt" identifier -> field_identifier) [ number_literal ]) . field_identifier)) ;) (expression_statement "p_Var3 = p_Var15->_M_nxt;" (assignment_expression "p_Var3 = p_Var15->_M_nxt" identifier = (field_expression "p_Var15->_M_nxt" identifier -> field_identifier)) ;) (while_statement "while (p_Var14 = p_Var3, input_offset != p_Var11) {\n p_Var3 = p_Var14->_M_nxt;\n if ((p_Var3 == (_Hash_node_base *)0x0) ||\n (p_Var11 = p_Var3[1]._M_nxt, p_Var15 = p_Var14, uVar12 != (uint)p_Var11 % uVar10))\n goto LAB_00123b80;\n }" while (parenthesized_expression "(p_Var14 = p_Var3, input_offset != p_Var11)" ( (comma_expression "p_Var14 = p_Var3, input_offset != p_Var11" (assignment_expression "p_Var14 = p_Var3" identifier = identifier) , (binary_expression "input_offset != p_Var11" identifier != identifier)) )) (compound_statement "{\n p_Var3 = p_Var14->_M_nxt;\n if ((p_Var3 == (_Hash_node_base *)0x0) ||\n (p_Var11 = p_Var3[1]._M_nxt, p_Var15 = p_Var14, uVar12 != (uint)p_Var11 % uVar10))\n goto LAB_00123b80;\n }" { (expression_statement "p_Var3 = p_Var14->_M_nxt;" (assignment_expression "p_Var3 = p_Var14->_M_nxt" identifier = (field_expression "p_Var14->_M_nxt" identifier -> field_identifier)) ;) (if_statement "if ((p_Var3 == (_Hash_node_base *)0x0) ||\n (p_Var11 = p_Var3[1]._M_nxt, p_Var15 = p_Var14, uVar12 != (uint)p_Var11 % uVar10))\n goto LAB_00123b80;" if (parenthesized_expression "((p_Var3 == (_Hash_node_base *)0x0) ||\n (p_Var11 = p_Var3[1]._M_nxt, p_Var15 = p_Var14, uVar12 != (uint)p_Var11 % uVar10))" ( (binary_expression "(p_Var3 == (_Hash_node_base *)0x0) ||\n (p_Var11 = p_Var3[1]._M_nxt, p_Var15 = p_Var14, uVar12 != (uint)p_Var11 % uVar10)" (parenthesized_expression "(p_Var3 == (_Hash_node_base *)0x0)" ( (binary_expression "p_Var3 == (_Hash_node_base *)0x0" identifier == (cast_expression "(_Hash_node_base *)0x0" ( (type_descriptor "_Hash_node_base *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) || (parenthesized_expression "(p_Var11 = p_Var3[1]._M_nxt, p_Var15 = p_Var14, uVar12 != (uint)p_Var11 % uVar10)" ( (comma_expression "p_Var11 = p_Var3[1]._M_nxt, p_Var15 = p_Var14, uVar12 != (uint)p_Var11 % uVar10" (assignment_expression "p_Var11 = p_Var3[1]._M_nxt" identifier = (field_expression "p_Var3[1]._M_nxt" (subscript_expression "p_Var3[1]" identifier [ number_literal ]) . field_identifier)) , (comma_expression "p_Var15 = p_Var14, uVar12 != (uint)p_Var11 % uVar10" (assignment_expression "p_Var15 = p_Var14" identifier = identifier) , (binary_expression "uVar12 != (uint)p_Var11 % uVar10" identifier != (binary_expression "(uint)p_Var11 % uVar10" (cast_expression "(uint)p_Var11" ( (type_descriptor "uint" type_identifier) ) identifier) % identifier)))) ))) )) (goto_statement "goto LAB_00123b80;" goto statement_identifier ;)) })) (if_statement "if (p_Var15->_M_nxt != (_Hash_node_base *)0x0) {\n iVar16 = (int)&(p_Var15->_M_nxt[2]._M_nxt)->_M_nxt + local_48;\n goto LAB_0012394e;\n }" if (parenthesized_expression "(p_Var15->_M_nxt != (_Hash_node_base *)0x0)" ( (binary_expression "p_Var15->_M_nxt != (_Hash_node_base *)0x0" (field_expression "p_Var15->_M_nxt" identifier -> field_identifier) != (cast_expression "(_Hash_node_base *)0x0" ( (type_descriptor "_Hash_node_base *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar16 = (int)&(p_Var15->_M_nxt[2]._M_nxt)->_M_nxt + local_48;\n goto LAB_0012394e;\n }" { (expression_statement "iVar16 = (int)&(p_Var15->_M_nxt[2]._M_nxt)->_M_nxt + local_48;" (assignment_expression "iVar16 = (int)&(p_Var15->_M_nxt[2]._M_nxt)->_M_nxt + local_48" identifier = (binary_expression "(int)&(p_Var15->_M_nxt[2]._M_nxt)->_M_nxt + local_48" (cast_expression "(int)&(p_Var15->_M_nxt[2]._M_nxt)->_M_nxt" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&(p_Var15->_M_nxt[2]._M_nxt)->_M_nxt" & (field_expression "(p_Var15->_M_nxt[2]._M_nxt)->_M_nxt" (parenthesized_expression "(p_Var15->_M_nxt[2]._M_nxt)" ( (field_expression "p_Var15->_M_nxt[2]._M_nxt" (subscript_expression "p_Var15->_M_nxt[2]" (field_expression "p_Var15->_M_nxt" identifier -> field_identifier) [ number_literal ]) . field_identifier) )) -> field_identifier))) + identifier)) ;) (goto_statement "goto LAB_0012394e;" goto statement_identifier ;) })) })) (labeled_statement "LAB_00123b80:\n EVar9 = gold::Merged_symbol_value<32>::value_from_output_section\n (this,(Relobj *)relinfo,(uint)(gsym->super_Symbol).u1_.object & 0x7ffffff,\n (Elf_Addr)input_offset);" statement_identifier : (ERROR "EVar9 = gold::" (assignment_expression "EVar9 = gold" identifier = identifier) : :) (expression_statement "Merged_symbol_value<32>::value_from_output_section\n (this,(Relobj *)relinfo,(uint)(gsym->super_Symbol).u1_.object & 0x7ffffff,\n (Elf_Addr)input_offset);" (binary_expression "Merged_symbol_value<32>::value_from_output_section\n (this,(Relobj *)relinfo,(uint)(gsym->super_Symbol).u1_.object & 0x7ffffff,\n (Elf_Addr)input_offset)" (binary_expression "Merged_symbol_value<32" identifier < number_literal) > (ERROR "::" : :) (call_expression "value_from_output_section\n (this,(Relobj *)relinfo,(uint)(gsym->super_Symbol).u1_.object & 0x7ffffff,\n (Elf_Addr)input_offset)" identifier (argument_list "(this,(Relobj *)relinfo,(uint)(gsym->super_Symbol).u1_.object & 0x7ffffff,\n (Elf_Addr)input_offset)" ( identifier , (cast_expression "(Relobj *)relinfo" ( (type_descriptor "Relobj *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (binary_expression "(uint)(gsym->super_Symbol).u1_.object & 0x7ffffff" (field_expression "(uint)(gsym->super_Symbol).u1_.object" (field_expression "(uint)(gsym->super_Symbol).u1_" (call_expression "(uint)(gsym->super_Symbol)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(gsym->super_Symbol)" ( (field_expression "gsym->super_Symbol" identifier -> field_identifier) ))) . field_identifier) . field_identifier) & number_literal) , (cast_expression "(Elf_Addr)input_offset" ( (type_descriptor "Elf_Addr" type_identifier) ) identifier) )))) ;)) (expression_statement "in_stack_ffffff90 = SUB41(input_offset,0);" (assignment_expression "in_stack_ffffff90 = SUB41(input_offset,0)" identifier = (call_expression "SUB41(input_offset,0)" identifier (argument_list "(input_offset,0)" ( identifier , number_literal )))) ;) (expression_statement "iVar16 = local_48 + EVar9;" (assignment_expression "iVar16 = local_48 + EVar9" identifier = (binary_expression "local_48 + EVar9" identifier + identifier)) ;) }))) (labeled_statement "LAB_0012394e:\n if (*(undefined4 **)(iVar22 + 0x7c) == (undefined4 *)0x0) {\nLAB_00123d1c:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xb6a,\n (char *)&symbol[-0x7feb].symtab_index_);\n }" statement_identifier : (if_statement "if (*(undefined4 **)(iVar22 + 0x7c) == (undefined4 *)0x0) {\nLAB_00123d1c:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xb6a,\n (char *)&symbol[-0x7feb].symtab_index_);\n }" if (parenthesized_expression "(*(undefined4 **)(iVar22 + 0x7c) == (undefined4 *)0x0)" ( (binary_expression "*(undefined4 **)(iVar22 + 0x7c) == (undefined4 *)0x0" (pointer_expression "*(undefined4 **)(iVar22 + 0x7c)" * (cast_expression "(undefined4 **)(iVar22 + 0x7c)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar22 + 0x7c)" ( (binary_expression "iVar22 + 0x7c" identifier + number_literal) )))) == (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\nLAB_00123d1c:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xb6a,\n (char *)&symbol[-0x7feb].symtab_index_);\n }" { (labeled_statement "LAB_00123d1c:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xb6a,\n (char *)&symbol[-0x7feb].symtab_index_);" statement_identifier : comment (labeled_statement "gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xb6a,\n (char *)&symbol[-0x7feb].symtab_index_);" statement_identifier : (ERROR ":" :) (expression_statement "do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xb6a,\n (char *)&symbol[-0x7feb].symtab_index_);" (call_expression "do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xb6a,\n (char *)&symbol[-0x7feb].symtab_index_)" identifier (argument_list "((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xb6a,\n (char *)&symbol[-0x7feb].symtab_index_)" ( (cast_expression "(char *)((int)&symbol[-0x80ef].dynsym_index_ + 2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&symbol[-0x80ef].dynsym_index_ + 2)" ( (binary_expression "(int)&symbol[-0x80ef].dynsym_index_ + 2" (cast_expression "(int)&symbol[-0x80ef].dynsym_index_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&symbol[-0x80ef].dynsym_index_" & (field_expression "symbol[-0x80ef].dynsym_index_" (subscript_expression "symbol[-0x80ef]" identifier [ number_literal ]) . field_identifier))) + number_literal) ))) , number_literal , (cast_expression "(char *)&symbol[-0x7feb].symtab_index_" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&symbol[-0x7feb].symtab_index_" & (field_expression "symbol[-0x7feb].symtab_index_" (subscript_expression "symbol[-0x7feb]" identifier [ number_literal ]) . field_identifier))) ))) ;))) }))) (expression_statement "uVar10 = iVar16 - (int)object;" (assignment_expression "uVar10 = iVar16 - (int)object" identifier = (binary_expression "iVar16 - (int)object" identifier - (cast_expression "(int)object" ( (type_descriptor "int" primitive_type) ) identifier))) ;) (ERROR "pOVar6 = gold::" (assignment_expression "pOVar6 = gold" identifier = identifier) : :) (labeled_statement "Vendor_object_attributes::get_attribute\n ((Vendor_object_attributes *)**(undefined4 **)(iVar22 + 0x7c),6);" statement_identifier : (ERROR ":" :) (expression_statement "get_attribute\n ((Vendor_object_attributes *)**(undefined4 **)(iVar22 + 0x7c),6);" (call_expression "get_attribute\n ((Vendor_object_attributes *)**(undefined4 **)(iVar22 + 0x7c),6)" identifier (argument_list "((Vendor_object_attributes *)**(undefined4 **)(iVar22 + 0x7c),6)" ( (cast_expression "(Vendor_object_attributes *)**(undefined4 **)(iVar22 + 0x7c)" ( (type_descriptor "Vendor_object_attributes *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "**(undefined4 **)(iVar22 + 0x7c)" * (pointer_expression "*(undefined4 **)(iVar22 + 0x7c)" * (cast_expression "(undefined4 **)(iVar22 + 0x7c)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar22 + 0x7c)" ( (binary_expression "iVar22 + 0x7c" identifier + number_literal) )))))) , number_literal ))) ;)) (if_statement "if (pOVar6 == (Object_attribute *)0x0) {\nLAB_00123d3e:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xb6d,\n (char *)&symbol[-0x7feb].symtab_index_);\n }" if (parenthesized_expression "(pOVar6 == (Object_attribute *)0x0)" ( (binary_expression "pOVar6 == (Object_attribute *)0x0" identifier == (cast_expression "(Object_attribute *)0x0" ( (type_descriptor "Object_attribute *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\nLAB_00123d3e:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xb6d,\n (char *)&symbol[-0x7feb].symtab_index_);\n }" { (labeled_statement "LAB_00123d3e:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xb6d,\n (char *)&symbol[-0x7feb].symtab_index_);" statement_identifier : comment (labeled_statement "gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xb6d,\n (char *)&symbol[-0x7feb].symtab_index_);" statement_identifier : (ERROR ":" :) (expression_statement "do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xb6d,\n (char *)&symbol[-0x7feb].symtab_index_);" (call_expression "do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xb6d,\n (char *)&symbol[-0x7feb].symtab_index_)" identifier (argument_list "((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xb6d,\n (char *)&symbol[-0x7feb].symtab_index_)" ( (cast_expression "(char *)((int)&symbol[-0x80ef].dynsym_index_ + 2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&symbol[-0x80ef].dynsym_index_ + 2)" ( (binary_expression "(int)&symbol[-0x80ef].dynsym_index_ + 2" (cast_expression "(int)&symbol[-0x80ef].dynsym_index_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&symbol[-0x80ef].dynsym_index_" & (field_expression "symbol[-0x80ef].dynsym_index_" (subscript_expression "symbol[-0x80ef]" identifier [ number_literal ]) . field_identifier))) + number_literal) ))) , number_literal , (cast_expression "(char *)&symbol[-0x7feb].symtab_index_" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&symbol[-0x7feb].symtab_index_" & (field_expression "symbol[-0x7feb].symtab_index_" (subscript_expression "symbol[-0x7feb]" identifier [ number_literal ]) . field_identifier))) ))) ;))) })) (expression_statement "uVar12 = pOVar6->int_value_;" (assignment_expression "uVar12 = pOVar6->int_value_" identifier = (field_expression "pOVar6->int_value_" identifier -> field_identifier)) ;) (expression_statement "iVar22 = *(int *)(*piVar1 + 8);" (assignment_expression "iVar22 = *(int *)(*piVar1 + 8)" identifier = (pointer_expression "*(int *)(*piVar1 + 8)" * (cast_expression "(int *)(*piVar1 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*piVar1 + 8)" ( (binary_expression "*piVar1 + 8" (pointer_expression "*piVar1" * identifier) + number_literal) ))))) ;) (if_statement "if (iVar22 == 0) {\n /* WARNING: Subroutine does not return */\n Target_arm<true>::do_may_relax((Target_arm<true> *)in_stack_ffffff94);\n }" if (parenthesized_expression "(iVar22 == 0)" ( (binary_expression "iVar22 == 0" identifier == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n Target_arm<true>::do_may_relax((Target_arm<true> *)in_stack_ffffff94);\n }" { comment (expression_statement "Target_arm<true>::do_may_relax((Target_arm<true> *)in_stack_ffffff94);" (binary_expression "Target_arm<true>::do_may_relax((Target_arm<true> *)in_stack_ffffff94)" (binary_expression "Target_arm<true" identifier < true) > (ERROR "::" : :) (call_expression "do_may_relax((Target_arm<true> *)in_stack_ffffff94)" identifier (argument_list "((Target_arm<true> *)in_stack_ffffff94)" ( (parenthesized_expression "(Target_arm<true> *)in_stack_ffffff94)" ( (binary_expression "Target_arm<true> *)in_stack_ffffff94" (binary_expression "Target_arm<true" identifier < true) > (pointer_expression "*)in_stack_ffffff94" * (ERROR ")" )) identifier)) )) )))) ;) })) (expression_statement "cVar13 = *(char *)(iVar22 + 0x1579);" (assignment_expression "cVar13 = *(char *)(iVar22 + 0x1579)" identifier = (pointer_expression "*(char *)(iVar22 + 0x1579)" * (cast_expression "(char *)(iVar22 + 0x1579)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar22 + 0x1579)" ( (binary_expression "iVar22 + 0x1579" identifier + number_literal) ))))) ;) (if_statement "if (cVar13 == '\0') {\n cVar13 = 2 < uVar12;\n }\n else if ((uVar12 & 0xfffffffd) != 8) {\n cVar13 = uVar12 - 0xb < 3;\n }" if (parenthesized_expression "(cVar13 == '\0')" ( (binary_expression "cVar13 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n cVar13 = 2 < uVar12;\n }" { (expression_statement "cVar13 = 2 < uVar12;" (assignment_expression "cVar13 = 2 < uVar12" identifier = (binary_expression "2 < uVar12" number_literal < identifier)) ;) }) (else_clause "else if ((uVar12 & 0xfffffffd) != 8) {\n cVar13 = uVar12 - 0xb < 3;\n }" else (if_statement "if ((uVar12 & 0xfffffffd) != 8) {\n cVar13 = uVar12 - 0xb < 3;\n }" if (parenthesized_expression "((uVar12 & 0xfffffffd) != 8)" ( (binary_expression "(uVar12 & 0xfffffffd) != 8" (parenthesized_expression "(uVar12 & 0xfffffffd)" ( (binary_expression "uVar12 & 0xfffffffd" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n cVar13 = uVar12 - 0xb < 3;\n }" { (expression_statement "cVar13 = uVar12 - 0xb < 3;" (assignment_expression "cVar13 = uVar12 - 0xb < 3" identifier = (binary_expression "uVar12 - 0xb < 3" (binary_expression "uVar12 - 0xb" identifier - number_literal) < number_literal)) ;) })))) if (parenthesized_expression "(*(char *)(iVar22 + 0x318d) == '\0')" ( (binary_expression "*(char *)(iVar22 + 0x318d) == '\0'" (pointer_expression "*(char *)(iVar22 + 0x318d)" * (cast_expression "(char *)(iVar22 + 0x318d)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar22 + 0x318d)" ( (binary_expression "iVar22 + 0x318d" identifier + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) { (expression_statement "uVar12 = (iVar16 - (int)object) + 0x2000000;" (assignment_expression "uVar12 = (iVar16 - (int)object) + 0x2000000" identifier = (binary_expression "(iVar16 - (int)object) + 0x2000000" (parenthesized_expression "(iVar16 - (int)object)" ( (binary_expression "iVar16 - (int)object" identifier - (cast_expression "(int)object" ( (type_descriptor "int" primitive_type) ) identifier)) )) + number_literal)) ;) if (parenthesized_expression "(0x3ffffff < uVar12)" ( (binary_expression "0x3ffffff < uVar12" number_literal < identifier) )) { (expression_statement "AVar21 = 0;" (assignment_expression "AVar21 = 0" identifier = number_literal) ;) (expression_statement "pRVar20 = relinfo;" (assignment_expression "pRVar20 = relinfo" identifier = identifier) ;) (labeled_statement "gold::Symbol_value<32>::value<true>\n ((Symbol_value<32> *)gsym,(Sized_relobj_file<32,_true> *)relinfo,0);\n SVar8 = Reloc_stub::stub_type_for_reloc\n ((uint)(r_sym != 0),(Arm_address)pRVar20,AVar21,(bool)in_stack_ffffff90);\n if (SVar8 != arm_stub_none) {\nLAB_00123bd0:\n uVar12 = *(uint *)((int)((ulonglong)uVar19 >> 0x20) + 0x18);\n if ((uint)((int)relinfo[10].symtab - (int)relinfo[9].data_shdr >> 2) <= uVar12) {\n /* WARNING: Subroutine does not return */\n Arm_relobj<true>::stub_table(in_stack_ffffff94,(uint)in_stack_ffffff98);\n }\n iVar16 = *(int *)(relinfo[9].data_shdr + uVar12 * 4);\n if (iVar16 == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xfe7,\n (char *)&symbol[-0x7fed].u1_);\n }\n if ((r_type == 0) && (view == (uchar *)0xffffffff)) {\n /* WARNING: Subroutine does not return */\n Reloc_stub::Key::Key\n ((Key *)in_stack_ffffff94,(Stub_type)in_stack_ffffff98,symbol,\n (Relobj *)relinfo[10].symtab,(uint)puVar23,uVar10);\n }\n std::\n _Hashtable<(anonymous_namespace)::Reloc_stub::Key,_std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>,_std::allocator<std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>_>,_std::__detail::_Select1st,_(anonymous_namespace)::Reloc_stub::Key::equal_to,_(anonymous_namespace)::Reloc_stub::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<(anonymous_namespace)::Reloc_stub::Key,_std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>,_std::allocator<std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>_>,_std::__detail::_Select1st,_(anonymous_namespace)::Reloc_stub::Key::equal_to,_(anonymous_namespace)::Reloc_stub::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 *)in_stack_ffffff94,in_stack_ffffff98);\n if ((local_30 == 0) || (iVar22 = *(int *)(local_30 + 0x14), iVar22 == 0)) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xfeb,\n (char *)&symbol[-0x7fed].u1_);\n }\n r_sym = (uint)*(byte *)(*(int *)(iVar22 + 4) + 0x14);\n if ((*(byte *)(iVar16 + 0x1c) & 1) == 0) {\nLAB_00123dd6:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x8999].u2_.offset_base + 1),0xc5,\n &symbol[-0x7fdd].field_0x2c);\n }\n if (*(int *)(iVar22 + 8) == -1) {\n Stub::offset((Stub *)in_stack_ffffff94);\n goto LAB_00123dd6;\n }\n uVar10 = (*(int *)(iVar22 + 8) - (int)object) + *(int *)(iVar16 + 4) + local_4c;\n if (0x3ffffff < uVar10 + 0x2000000) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xfef,\n (char *)&symbol[-0x7fed].u1_);\n }\n }\n goto LAB_00123af0;\n }\n if (r_sym == 0) goto LAB_00123b38;\n if ((cVar13 != '\x01') || (iVar4 != 0x1c)) {\n AVar21 = 0;" statement_identifier (ERROR "::Symbol_value<32>:" : : (binary_expression "Symbol_value<32" identifier < number_literal) > :) : (expression_statement "value<true>\n ((Symbol_value<32> *)gsym,(Sized_relobj_file<32,_true> *)relinfo,0);\n SVar8 = Reloc_stub::stub_type_for_reloc\n ((uint)(r_sym != 0),(Arm_address)pRVar20,AVar21,(bool)in_stack_ffffff90);\n if (SVar8 != arm_stub_none) {\nLAB_00123bd0:\n uVar12 = *(uint *)((int)((ulonglong)uVar19 >> 0x20) + 0x18);\n if ((uint)((int)relinfo[10].symtab - (int)relinfo[9].data_shdr >> 2) <= uVar12) {\n /* WARNING: Subroutine does not return */\n Arm_relobj<true>::stub_table(in_stack_ffffff94,(uint)in_stack_ffffff98);\n }\n iVar16 = *(int *)(relinfo[9].data_shdr + uVar12 * 4);\n if (iVar16 == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xfe7,\n (char *)&symbol[-0x7fed].u1_);\n }\n if ((r_type == 0) && (view == (uchar *)0xffffffff)) {\n /* WARNING: Subroutine does not return */\n Reloc_stub::Key::Key\n ((Key *)in_stack_ffffff94,(Stub_type)in_stack_ffffff98,symbol,\n (Relobj *)relinfo[10].symtab,(uint)puVar23,uVar10);\n }\n std::\n _Hashtable<(anonymous_namespace)::Reloc_stub::Key,_std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>,_std::allocator<std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>_>,_std::__detail::_Select1st,_(anonymous_namespace)::Reloc_stub::Key::equal_to,_(anonymous_namespace)::Reloc_stub::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<(anonymous_namespace)::Reloc_stub::Key,_std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>,_std::allocator<std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>_>,_std::__detail::_Select1st,_(anonymous_namespace)::Reloc_stub::Key::equal_to,_(anonymous_namespace)::Reloc_stub::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 *)in_stack_ffffff94,in_stack_ffffff98);\n if ((local_30 == 0) || (iVar22 = *(int *)(local_30 + 0x14), iVar22 == 0)) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xfeb,\n (char *)&symbol[-0x7fed].u1_);\n }\n r_sym = (uint)*(byte *)(*(int *)(iVar22 + 4) + 0x14);\n if ((*(byte *)(iVar16 + 0x1c) & 1) == 0) {\nLAB_00123dd6:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x8999].u2_.offset_base + 1),0xc5,\n &symbol[-0x7fdd].field_0x2c);\n }\n if (*(int *)(iVar22 + 8) == -1) {\n Stub::offset((Stub *)in_stack_ffffff94);\n goto LAB_00123dd6;\n }\n uVar10 = (*(int *)(iVar22 + 8) - (int)object) + *(int *)(iVar16 + 4) + local_4c;\n if (0x3ffffff < uVar10 + 0x2000000) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xfef,\n (char *)&symbol[-0x7fed].u1_);\n }\n }\n goto LAB_00123af0;\n }\n if (r_sym == 0) goto LAB_00123b38;\n if ((cVar13 != '\x01') || (iVar4 != 0x1c)) {\n AVar21 = 0;" (binary_expression "value<true>\n ((Symbol_value<32> *)gsym,(Sized_relobj_file<32,_true> *)relinfo,0);\n SVar8 = Reloc_stub::stub_type_for_reloc\n ((uint)(r_sym != 0),(Arm_address)pRVar20,AVar21,(bool)in_stack_ffffff90);\n if (SVar8 != arm_stub_none) {\nLAB_00123bd0:\n uVar12 = *(uint *)((int)((ulonglong)uVar19 >> 0x20) + 0x18);\n if ((uint)((int)relinfo[10].symtab - (int)relinfo[9].data_shdr >> 2) <= uVar12) {\n /* WARNING: Subroutine does not return */\n Arm_relobj<true>::stub_table(in_stack_ffffff94,(uint)in_stack_ffffff98);\n }\n iVar16 = *(int *)(relinfo[9].data_shdr + uVar12 * 4);\n if (iVar16 == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xfe7,\n (char *)&symbol[-0x7fed].u1_);\n }\n if ((r_type == 0) && (view == (uchar *)0xffffffff)) {\n /* WARNING: Subroutine does not return */\n Reloc_stub::Key::Key\n ((Key *)in_stack_ffffff94,(Stub_type)in_stack_ffffff98,symbol,\n (Relobj *)relinfo[10].symtab,(uint)puVar23,uVar10);\n }\n std::\n _Hashtable<(anonymous_namespace)::Reloc_stub::Key,_std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>,_std::allocator<std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>_>,_std::__detail::_Select1st,_(anonymous_namespace)::Reloc_stub::Key::equal_to,_(anonymous_namespace)::Reloc_stub::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<(anonymous_namespace)::Reloc_stub::Key,_std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>,_std::allocator<std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>_>,_std::__detail::_Select1st,_(anonymous_namespace)::Reloc_stub::Key::equal_to,_(anonymous_namespace)::Reloc_stub::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 *)in_stack_ffffff94,in_stack_ffffff98);\n if ((local_30 == 0) || (iVar22 = *(int *)(local_30 + 0x14), iVar22 == 0)) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xfeb,\n (char *)&symbol[-0x7fed].u1_);\n }\n r_sym = (uint)*(byte *)(*(int *)(iVar22 + 4) + 0x14);\n if ((*(byte *)(iVar16 + 0x1c) & 1) == 0) {\nLAB_00123dd6:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x8999].u2_.offset_base + 1),0xc5,\n &symbol[-0x7fdd].field_0x2c);\n }\n if (*(int *)(iVar22 + 8) == -1) {\n Stub::offset((Stub *)in_stack_ffffff94);\n goto LAB_00123dd6;\n }\n uVar10 = (*(int *)(iVar22 + 8) - (int)object) + *(int *)(iVar16 + 4) + local_4c;\n if (0x3ffffff < uVar10 + 0x2000000) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xfef,\n (char *)&symbol[-0x7fed].u1_);\n }\n }\n goto LAB_00123af0;\n }\n if (r_sym == 0) goto LAB_00123b38;\n if ((cVar13 != '\x01') || (iVar4 != 0x1c)) {\n AVar21 = 0" (binary_expression "value<true" identifier < true) > (parenthesized_expression "((Symbol_value<32> *)gsym,(Sized_relobj_file<32,_true> *)relinfo,0);\n SVar8 = Reloc_stub::stub_type_for_reloc\n ((uint)(r_sym != 0),(Arm_address)pRVar20,AVar21,(bool)in_stack_ffffff90);\n if (SVar8 != arm_stub_none) {\nLAB_00123bd0:\n uVar12 = *(uint *)((int)((ulonglong)uVar19 >> 0x20) + 0x18);\n if ((uint)((int)relinfo[10].symtab - (int)relinfo[9].data_shdr >> 2) <= uVar12) {\n /* WARNING: Subroutine does not return */\n Arm_relobj<true>::stub_table(in_stack_ffffff94,(uint)in_stack_ffffff98);\n }\n iVar16 = *(int *)(relinfo[9].data_shdr + uVar12 * 4);\n if (iVar16 == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xfe7,\n (char *)&symbol[-0x7fed].u1_);\n }\n if ((r_type == 0) && (view == (uchar *)0xffffffff)) {\n /* WARNING: Subroutine does not return */\n Reloc_stub::Key::Key\n ((Key *)in_stack_ffffff94,(Stub_type)in_stack_ffffff98,symbol,\n (Relobj *)relinfo[10].symtab,(uint)puVar23,uVar10);\n }\n std::\n _Hashtable<(anonymous_namespace)::Reloc_stub::Key,_std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>,_std::allocator<std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>_>,_std::__detail::_Select1st,_(anonymous_namespace)::Reloc_stub::Key::equal_to,_(anonymous_namespace)::Reloc_stub::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<(anonymous_namespace)::Reloc_stub::Key,_std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>,_std::allocator<std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>_>,_std::__detail::_Select1st,_(anonymous_namespace)::Reloc_stub::Key::equal_to,_(anonymous_namespace)::Reloc_stub::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 *)in_stack_ffffff94,in_stack_ffffff98);\n if ((local_30 == 0) || (iVar22 = *(int *)(local_30 + 0x14), iVar22 == 0)) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xfeb,\n (char *)&symbol[-0x7fed].u1_);\n }\n r_sym = (uint)*(byte *)(*(int *)(iVar22 + 4) + 0x14);\n if ((*(byte *)(iVar16 + 0x1c) & 1) == 0) {\nLAB_00123dd6:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x8999].u2_.offset_base + 1),0xc5,\n &symbol[-0x7fdd].field_0x2c);\n }\n if (*(int *)(iVar22 + 8) == -1) {\n Stub::offset((Stub *)in_stack_ffffff94);\n goto LAB_00123dd6;\n }\n uVar10 = (*(int *)(iVar22 + 8) - (int)object) + *(int *)(iVar16 + 4) + local_4c;\n if (0x3ffffff < uVar10 + 0x2000000) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xfef,\n (char *)&symbol[-0x7fed].u1_);\n }\n }\n goto LAB_00123af0;\n }\n if (r_sym == 0) goto LAB_00123b38;\n if ((cVar13 != '\x01') || (iVar4 != 0x1c)) {\n AVar21 = 0" ( (assignment_expression "(Symbol_value<32> *)gsym,(Sized_relobj_file<32,_true> *)relinfo,0);\n SVar8 = Reloc_stub::stub_type_for_reloc\n ((uint)(r_sym != 0),(Arm_address)pRVar20,AVar21,(bool)in_stack_ffffff90);\n if (SVar8 != arm_stub_none) {\nLAB_00123bd0:\n uVar12 = *(uint *)((int)((ulonglong)uVar19 >> 0x20) + 0x18);\n if ((uint)((int)relinfo[10].symtab - (int)relinfo[9].data_shdr >> 2) <= uVar12) {\n /* WARNING: Subroutine does not return */\n Arm_relobj<true>::stub_table(in_stack_ffffff94,(uint)in_stack_ffffff98);\n }\n iVar16 = *(int *)(relinfo[9].data_shdr + uVar12 * 4);\n if (iVar16 == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xfe7,\n (char *)&symbol[-0x7fed].u1_);\n }\n if ((r_type == 0) && (view == (uchar *)0xffffffff)) {\n /* WARNING: Subroutine does not return */\n Reloc_stub::Key::Key\n ((Key *)in_stack_ffffff94,(Stub_type)in_stack_ffffff98,symbol,\n (Relobj *)relinfo[10].symtab,(uint)puVar23,uVar10);\n }\n std::\n _Hashtable<(anonymous_namespace)::Reloc_stub::Key,_std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>,_std::allocator<std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>_>,_std::__detail::_Select1st,_(anonymous_namespace)::Reloc_stub::Key::equal_to,_(anonymous_namespace)::Reloc_stub::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<(anonymous_namespace)::Reloc_stub::Key,_std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>,_std::allocator<std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>_>,_std::__detail::_Select1st,_(anonymous_namespace)::Reloc_stub::Key::equal_to,_(anonymous_namespace)::Reloc_stub::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 *)in_stack_ffffff94,in_stack_ffffff98);\n if ((local_30 == 0) || (iVar22 = *(int *)(local_30 + 0x14), iVar22 == 0)) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xfeb,\n (char *)&symbol[-0x7fed].u1_);\n }\n r_sym = (uint)*(byte *)(*(int *)(iVar22 + 4) + 0x14);\n if ((*(byte *)(iVar16 + 0x1c) & 1) == 0) {\nLAB_00123dd6:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x8999].u2_.offset_base + 1),0xc5,\n &symbol[-0x7fdd].field_0x2c);\n }\n if (*(int *)(iVar22 + 8) == -1) {\n Stub::offset((Stub *)in_stack_ffffff94);\n goto LAB_00123dd6;\n }\n uVar10 = (*(int *)(iVar22 + 8) - (int)object) + *(int *)(iVar16 + 4) + local_4c;\n if (0x3ffffff < uVar10 + 0x2000000) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xfef,\n (char *)&symbol[-0x7fed].u1_);\n }\n }\n goto LAB_00123af0;\n }\n if (r_sym == 0) goto LAB_00123b38;\n if ((cVar13 != '\x01') || (iVar4 != 0x1c)) {\n AVar21 = 0" (call_expression "(Symbol_value<32> *)gsym,(Sized_relobj_file<32,_true> *)relinfo,0);\n SVar8 = Reloc_stub::stub_type_for_reloc\n ((uint)(r_sym != 0),(Arm_address)pRVar20,AVar21,(bool)in_stack_ffffff90);\n if (SVar8 != arm_stub_none) {\nLAB_00123bd0:\n uVar12 = *(uint *)((int)((ulonglong)uVar19 >> 0x20) + 0x18);\n if ((uint)((int)relinfo[10].symtab - (int)relinfo[9].data_shdr >> 2) <= uVar12) {\n /* WARNING: Subroutine does not return */\n Arm_relobj<true>::stub_table(in_stack_ffffff94,(uint)in_stack_ffffff98);\n }\n iVar16 = *(int *)(relinfo[9].data_shdr + uVar12 * 4);\n if (iVar16 == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xfe7,\n (char *)&symbol[-0x7fed].u1_);\n }\n if ((r_type == 0) && (view == (uchar *)0xffffffff)) {\n /* WARNING: Subroutine does not return */\n Reloc_stub::Key::Key\n ((Key *)in_stack_ffffff94,(Stub_type)in_stack_ffffff98,symbol,\n (Relobj *)relinfo[10].symtab,(uint)puVar23,uVar10);\n }\n std::\n _Hashtable<(anonymous_namespace)::Reloc_stub::Key,_std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>,_std::allocator<std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>_>,_std::__detail::_Select1st,_(anonymous_namespace)::Reloc_stub::Key::equal_to,_(anonymous_namespace)::Reloc_stub::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<(anonymous_namespace)::Reloc_stub::Key,_std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>,_std::allocator<std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>_>,_std::__detail::_Select1st,_(anonymous_namespace)::Reloc_stub::Key::equal_to,_(anonymous_namespace)::Reloc_stub::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 *)in_stack_ffffff94,in_stack_ffffff98);\n if ((local_30 == 0) || (iVar22 = *(int *)(local_30 + 0x14), iVar22 == 0)) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xfeb,\n (char *)&symbol[-0x7fed].u1_);\n }\n r_sym = (uint)*(byte *)(*(int *)(iVar22 + 4) + 0x14);\n if ((*(byte *)(iVar16 + 0x1c) & 1) == 0) {\nLAB_00123dd6:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x8999].u2_.offset_base + 1),0xc5,\n &symbol[-0x7fdd].field_0x2c);\n }\n if (*(int *)(iVar22 + 8) == -1) {\n Stub::offset((Stub *)in_stack_ffffff94);\n goto LAB_00123dd6;\n }\n uVar10 = (*(int *)(iVar22 + 8) - (int)object) + *(int *)(iVar16 + 4) + local_4c;\n if (0x3ffffff < uVar10 + 0x2000000) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xfef,\n (char *)&symbol[-0x7fed].u1_);\n }\n }\n goto LAB_00123af0;\n }\n if (r_sym == 0) goto LAB_00123b38;\n if ((cVar13 != '\x01') || (iVar4 != 0x1c))" (parenthesized_expression "(Symbol_value<32> *)gsym,(Sized_relobj_file<32,_true> *)relinfo,0);\n SVar8 = Reloc_stub::stub_type_for_reloc\n ((uint)(r_sym != 0),(Arm_address)pRVar20,AVar21,(bool)in_stack_ffffff90);\n if (SVar8 != arm_stub_none) {\nLAB_00123bd0:\n uVar12 = *(uint *)((int)((ulonglong)uVar19 >> 0x20) + 0x18);\n if ((uint)((int)relinfo[10].symtab - (int)relinfo[9].data_shdr >> 2) <= uVar12) {\n /* WARNING: Subroutine does not return */\n Arm_relobj<true>::stub_table(in_stack_ffffff94,(uint)in_stack_ffffff98);\n }\n iVar16 = *(int *)(relinfo[9].data_shdr + uVar12 * 4);\n if (iVar16 == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xfe7,\n (char *)&symbol[-0x7fed].u1_);\n }\n if ((r_type == 0) && (view == (uchar *)0xffffffff)) {\n /* WARNING: Subroutine does not return */\n Reloc_stub::Key::Key\n ((Key *)in_stack_ffffff94,(Stub_type)in_stack_ffffff98,symbol,\n (Relobj *)relinfo[10].symtab,(uint)puVar23,uVar10);\n }\n std::\n _Hashtable<(anonymous_namespace)::Reloc_stub::Key,_std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>,_std::allocator<std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>_>,_std::__detail::_Select1st,_(anonymous_namespace)::Reloc_stub::Key::equal_to,_(anonymous_namespace)::Reloc_stub::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<(anonymous_namespace)::Reloc_stub::Key,_std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>,_std::allocator<std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>_>,_std::__detail::_Select1st,_(anonymous_namespace)::Reloc_stub::Key::equal_to,_(anonymous_namespace)::Reloc_stub::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 *)in_stack_ffffff94,in_stack_ffffff98);\n if ((local_30 == 0) || (iVar22 = *(int *)(local_30 + 0x14), iVar22 == 0)) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xfeb,\n (char *)&symbol[-0x7fed].u1_);\n }\n r_sym = (uint)*(byte *)(*(int *)(iVar22 + 4) + 0x14);\n if ((*(byte *)(iVar16 + 0x1c) & 1) == 0) {\nLAB_00123dd6:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x8999].u2_.offset_base + 1),0xc5,\n &symbol[-0x7fdd].field_0x2c);\n }\n if (*(int *)(iVar22 + 8) == -1) {\n Stub::offset((Stub *)in_stack_ffffff94);\n goto LAB_00123dd6;\n }\n uVar10 = (*(int *)(iVar22 + 8) - (int)object) + *(int *)(iVar16 + 4) + local_4c;\n if (0x3ffffff < uVar10 + 0x2000000) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xfef,\n (char *)&symbol[-0x7fed].u1_);\n }\n }\n goto LAB_00123af0;\n }\n if (r_sym == 0)" ( (ERROR "Symbol_value<32> *)gsym,(Sized_relobj_file<32,_true> *)relinfo,0);\n SVar8 = Reloc_stub::stub_type_for_reloc\n ((uint)(r_sym != 0),(Arm_address)pRVar20,AVar21,(bool)in_stack_ffffff90);\n if (SVar8 != arm_stub_none)" (comma_expression "Symbol_value<32> *)gsym,(Sized_relobj_file<32,_true> *)relinfo,0)" (binary_expression "Symbol_value<32> *)gsym" (binary_expression "Symbol_value<32" identifier < number_literal) > (pointer_expression "*)gsym" * (ERROR ")" )) identifier)) , (parenthesized_expression "(Sized_relobj_file<32,_true> *)relinfo,0)" ( (comma_expression "Sized_relobj_file<32,_true> *)relinfo,0" (binary_expression "Sized_relobj_file<32" identifier < number_literal) , (comma_expression "_true> *)relinfo,0" (binary_expression "_true> *)relinfo" identifier > (pointer_expression "*)relinfo" * (ERROR ")" )) identifier)) , number_literal)) ))) ; (assignment_expression "SVar8 = Reloc_stub" identifier = identifier) : : (call_expression "stub_type_for_reloc\n ((uint)(r_sym != 0),(Arm_address)pRVar20,AVar21,(bool)in_stack_ffffff90);\n if (SVar8 != arm_stub_none)" (call_expression "stub_type_for_reloc\n ((uint)(r_sym != 0),(Arm_address)pRVar20,AVar21,(bool)in_stack_ffffff90)" identifier (argument_list "((uint)(r_sym != 0),(Arm_address)pRVar20,AVar21,(bool)in_stack_ffffff90)" ( (call_expression "(uint)(r_sym != 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(r_sym != 0)" ( (binary_expression "r_sym != 0" identifier != number_literal) ))) , (cast_expression "(Arm_address)pRVar20" ( (type_descriptor "Arm_address" type_identifier) ) identifier) , identifier , (cast_expression "(bool)in_stack_ffffff90" ( (type_descriptor "bool" primitive_type) ) identifier) ))) (ERROR ";\n if" ; if) (argument_list "(SVar8 != arm_stub_none)" ( (binary_expression "SVar8 != arm_stub_none" identifier != identifier) )))) (compound_statement "{\nLAB_00123bd0:\n uVar12 = *(uint *)((int)((ulonglong)uVar19 >> 0x20) + 0x18);\n if ((uint)((int)relinfo[10].symtab - (int)relinfo[9].data_shdr >> 2) <= uVar12) {\n /* WARNING: Subroutine does not return */\n Arm_relobj<true>::stub_table(in_stack_ffffff94,(uint)in_stack_ffffff98);\n }\n iVar16 = *(int *)(relinfo[9].data_shdr + uVar12 * 4);\n if (iVar16 == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xfe7,\n (char *)&symbol[-0x7fed].u1_);\n }\n if ((r_type == 0) && (view == (uchar *)0xffffffff)) {\n /* WARNING: Subroutine does not return */\n Reloc_stub::Key::Key\n ((Key *)in_stack_ffffff94,(Stub_type)in_stack_ffffff98,symbol,\n (Relobj *)relinfo[10].symtab,(uint)puVar23,uVar10);\n }\n std::\n _Hashtable<(anonymous_namespace)::Reloc_stub::Key,_std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>,_std::allocator<std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>_>,_std::__detail::_Select1st,_(anonymous_namespace)::Reloc_stub::Key::equal_to,_(anonymous_namespace)::Reloc_stub::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<(anonymous_namespace)::Reloc_stub::Key,_std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>,_std::allocator<std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>_>,_std::__detail::_Select1st,_(anonymous_namespace)::Reloc_stub::Key::equal_to,_(anonymous_namespace)::Reloc_stub::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 *)in_stack_ffffff94,in_stack_ffffff98);\n if ((local_30 == 0) || (iVar22 = *(int *)(local_30 + 0x14), iVar22 == 0)) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xfeb,\n (char *)&symbol[-0x7fed].u1_);\n }\n r_sym = (uint)*(byte *)(*(int *)(iVar22 + 4) + 0x14);\n if ((*(byte *)(iVar16 + 0x1c) & 1) == 0) {\nLAB_00123dd6:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x8999].u2_.offset_base + 1),0xc5,\n &symbol[-0x7fdd].field_0x2c);\n }\n if (*(int *)(iVar22 + 8) == -1) {\n Stub::offset((Stub *)in_stack_ffffff94);\n goto LAB_00123dd6;\n }\n uVar10 = (*(int *)(iVar22 + 8) - (int)object) + *(int *)(iVar16 + 4) + local_4c;\n if (0x3ffffff < uVar10 + 0x2000000) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xfef,\n (char *)&symbol[-0x7fed].u1_);\n }\n }" { (labeled_statement "LAB_00123bd0:\n uVar12 = *(uint *)((int)((ulonglong)uVar19 >> 0x20) + 0x18);" statement_identifier : (expression_statement "uVar12 = *(uint *)((int)((ulonglong)uVar19 >> 0x20) + 0x18);" (assignment_expression "uVar12 = *(uint *)((int)((ulonglong)uVar19 >> 0x20) + 0x18)" identifier = (pointer_expression "*(uint *)((int)((ulonglong)uVar19 >> 0x20) + 0x18)" * (cast_expression "(uint *)((int)((ulonglong)uVar19 >> 0x20) + 0x18)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)((ulonglong)uVar19 >> 0x20) + 0x18)" ( (binary_expression "(int)((ulonglong)uVar19 >> 0x20) + 0x18" (cast_expression "(int)((ulonglong)uVar19 >> 0x20)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "((ulonglong)uVar19 >> 0x20)" ( (binary_expression "(ulonglong)uVar19 >> 0x20" (cast_expression "(ulonglong)uVar19" ( (type_descriptor "ulonglong" type_identifier) ) identifier) >> number_literal) ))) + number_literal) ))))) ;)) (if_statement "if ((uint)((int)relinfo[10].symtab - (int)relinfo[9].data_shdr >> 2) <= uVar12) {\n /* WARNING: Subroutine does not return */\n Arm_relobj<true>::stub_table(in_stack_ffffff94,(uint)in_stack_ffffff98);\n }" if (parenthesized_expression "((uint)((int)relinfo[10].symtab - (int)relinfo[9].data_shdr >> 2) <= uVar12)" ( (binary_expression "(uint)((int)relinfo[10].symtab - (int)relinfo[9].data_shdr >> 2) <= uVar12" (call_expression "(uint)((int)relinfo[10].symtab - (int)relinfo[9].data_shdr >> 2)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "((int)relinfo[10].symtab - (int)relinfo[9].data_shdr >> 2)" ( (binary_expression "(int)relinfo[10].symtab - (int)relinfo[9].data_shdr >> 2" (binary_expression "(int)relinfo[10].symtab - (int)relinfo[9].data_shdr" (cast_expression "(int)relinfo[10].symtab" ( (type_descriptor "int" primitive_type) ) (field_expression "relinfo[10].symtab" (subscript_expression "relinfo[10]" identifier [ number_literal ]) . field_identifier)) - (cast_expression "(int)relinfo[9].data_shdr" ( (type_descriptor "int" primitive_type) ) (field_expression "relinfo[9].data_shdr" (subscript_expression "relinfo[9]" identifier [ number_literal ]) . field_identifier))) >> number_literal) ))) <= identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n Arm_relobj<true>::stub_table(in_stack_ffffff94,(uint)in_stack_ffffff98);\n }" { comment (expression_statement "Arm_relobj<true>::stub_table(in_stack_ffffff94,(uint)in_stack_ffffff98);" (binary_expression "Arm_relobj<true>::stub_table(in_stack_ffffff94,(uint)in_stack_ffffff98)" (binary_expression "Arm_relobj<true" identifier < true) > (ERROR "::" : :) (call_expression "stub_table(in_stack_ffffff94,(uint)in_stack_ffffff98)" identifier (argument_list "(in_stack_ffffff94,(uint)in_stack_ffffff98)" ( identifier , (cast_expression "(uint)in_stack_ffffff98" ( (type_descriptor "uint" type_identifier) ) identifier) )))) ;) })) (expression_statement "iVar16 = *(int *)(relinfo[9].data_shdr + uVar12 * 4);" (assignment_expression "iVar16 = *(int *)(relinfo[9].data_shdr + uVar12 * 4)" identifier = (pointer_expression "*(int *)(relinfo[9].data_shdr + uVar12 * 4)" * (cast_expression "(int *)(relinfo[9].data_shdr + uVar12 * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(relinfo[9].data_shdr + uVar12 * 4)" ( (binary_expression "relinfo[9].data_shdr + uVar12 * 4" (field_expression "relinfo[9].data_shdr" (subscript_expression "relinfo[9]" identifier [ number_literal ]) . field_identifier) + (binary_expression "uVar12 * 4" identifier * number_literal)) ))))) ;) (if_statement "if (iVar16 == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xfe7,\n (char *)&symbol[-0x7fed].u1_);\n }" if (parenthesized_expression "(iVar16 == 0)" ( (binary_expression "iVar16 == 0" identifier == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xfe7,\n (char *)&symbol[-0x7fed].u1_);\n }" { comment (labeled_statement "gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xfe7,\n (char *)&symbol[-0x7fed].u1_);" statement_identifier : (ERROR ":" :) (expression_statement "do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xfe7,\n (char *)&symbol[-0x7fed].u1_);" (call_expression "do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xfe7,\n (char *)&symbol[-0x7fed].u1_)" identifier (argument_list "((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xfe7,\n (char *)&symbol[-0x7fed].u1_)" ( (cast_expression "(char *)((int)&symbol[-0x80ef].dynsym_index_ + 2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&symbol[-0x80ef].dynsym_index_ + 2)" ( (binary_expression "(int)&symbol[-0x80ef].dynsym_index_ + 2" (cast_expression "(int)&symbol[-0x80ef].dynsym_index_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&symbol[-0x80ef].dynsym_index_" & (field_expression "symbol[-0x80ef].dynsym_index_" (subscript_expression "symbol[-0x80ef]" identifier [ number_literal ]) . field_identifier))) + number_literal) ))) , number_literal , (cast_expression "(char *)&symbol[-0x7fed].u1_" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&symbol[-0x7fed].u1_" & (field_expression "symbol[-0x7fed].u1_" (subscript_expression "symbol[-0x7fed]" identifier [ number_literal ]) . field_identifier))) ))) ;)) })) (if_statement "if ((r_type == 0) && (view == (uchar *)0xffffffff)) {\n /* WARNING: Subroutine does not return */\n Reloc_stub::Key::Key\n ((Key *)in_stack_ffffff94,(Stub_type)in_stack_ffffff98,symbol,\n (Relobj *)relinfo[10].symtab,(uint)puVar23,uVar10);\n }" if (parenthesized_expression "((r_type == 0) && (view == (uchar *)0xffffffff))" ( (binary_expression "(r_type == 0) && (view == (uchar *)0xffffffff)" (parenthesized_expression "(r_type == 0)" ( (binary_expression "r_type == 0" identifier == number_literal) )) && (parenthesized_expression "(view == (uchar *)0xffffffff)" ( (binary_expression "view == (uchar *)0xffffffff" identifier == (cast_expression "(uchar *)0xffffffff" ( (type_descriptor "uchar *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ))) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n Reloc_stub::Key::Key\n ((Key *)in_stack_ffffff94,(Stub_type)in_stack_ffffff98,symbol,\n (Relobj *)relinfo[10].symtab,(uint)puVar23,uVar10);\n }" { comment (labeled_statement "Reloc_stub::Key::Key\n ((Key *)in_stack_ffffff94,(Stub_type)in_stack_ffffff98,symbol,\n (Relobj *)relinfo[10].symtab,(uint)puVar23,uVar10);" statement_identifier : (ERROR ":" :) (labeled_statement "Key::Key\n ((Key *)in_stack_ffffff94,(Stub_type)in_stack_ffffff98,symbol,\n (Relobj *)relinfo[10].symtab,(uint)puVar23,uVar10);" statement_identifier : (ERROR ":" :) (expression_statement "Key\n ((Key *)in_stack_ffffff94,(Stub_type)in_stack_ffffff98,symbol,\n (Relobj *)relinfo[10].symtab,(uint)puVar23,uVar10);" (call_expression "Key\n ((Key *)in_stack_ffffff94,(Stub_type)in_stack_ffffff98,symbol,\n (Relobj *)relinfo[10].symtab,(uint)puVar23,uVar10)" identifier (argument_list "((Key *)in_stack_ffffff94,(Stub_type)in_stack_ffffff98,symbol,\n (Relobj *)relinfo[10].symtab,(uint)puVar23,uVar10)" ( (cast_expression "(Key *)in_stack_ffffff94" ( (type_descriptor "Key *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (cast_expression "(Stub_type)in_stack_ffffff98" ( (type_descriptor "Stub_type" type_identifier) ) identifier) , identifier , (cast_expression "(Relobj *)relinfo[10].symtab" ( (type_descriptor "Relobj *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "relinfo[10].symtab" (subscript_expression "relinfo[10]" identifier [ number_literal ]) . field_identifier)) , (cast_expression "(uint)puVar23" ( (type_descriptor "uint" type_identifier) ) identifier) , identifier ))) ;))) })) (labeled_statement "std::\n _Hashtable<(anonymous_namespace)::Reloc_stub::Key,_std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>,_std::allocator<std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>_>,_std::__detail::_Select1st,_(anonymous_namespace)::Reloc_stub::Key::equal_to,_(anonymous_namespace)::Reloc_stub::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<(anonymous_namespace)::Reloc_stub::Key,_std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>,_std::allocator<std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>_>,_std::__detail::_Select1st,_(anonymous_namespace)::Reloc_stub::Key::equal_to,_(anonymous_namespace)::Reloc_stub::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 *)in_stack_ffffff94,in_stack_ffffff98);" statement_identifier (ERROR "::\n _Hashtable<(anonymous_namespace):" : : (binary_expression "_Hashtable<(anonymous_namespace)" identifier < (parenthesized_expression "(anonymous_namespace)" ( identifier ))) :) : (labeled_statement "Reloc_stub::Key,_std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>,_std::allocator<std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>_>,_std::__detail::_Select1st,_(anonymous_namespace)::Reloc_stub::Key::equal_to,_(anonymous_namespace)::Reloc_stub::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<(anonymous_namespace)::Reloc_stub::Key,_std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>,_std::allocator<std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>_>,_std::__detail::_Select1st,_(anonymous_namespace)::Reloc_stub::Key::equal_to,_(anonymous_namespace)::Reloc_stub::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 *)in_stack_ffffff94,in_stack_ffffff98);" statement_identifier (ERROR "::Key,_std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>,_std::allocator<std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>_>,_std:" : : (comma_expression "Key,_std" identifier , identifier) : : (binary_expression "pair<const_(anonymous_namespace)" identifier < (call_expression "const_(anonymous_namespace)" identifier (argument_list "(anonymous_namespace)" ( identifier )))) : : (comma_expression "Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>,_std::allocator<std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>_>,_std" identifier (ERROR "::Key,_(anonymous_namespace)::Reloc_stub*>,_std::allocator<std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>_>" : : (comma_expression "Key,_(anonymous_namespace)" identifier , (call_expression "_(anonymous_namespace)" identifier (argument_list "(anonymous_namespace)" ( identifier )))) : : (comma_expression "Reloc_stub*>,_std" identifier (ERROR "*>" * >) , identifier) : : (binary_expression "allocator<std" identifier < identifier) : : (binary_expression "pair<const_(anonymous_namespace)" identifier < (call_expression "const_(anonymous_namespace)" identifier (argument_list "(anonymous_namespace)" ( identifier )))) : : (binary_expression "Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>_" identifier (ERROR "::Key,_(anonymous_namespace)::Reloc_stub*" : : (comma_expression "Key,_(anonymous_namespace)" identifier , (call_expression "_(anonymous_namespace)" identifier (argument_list "(anonymous_namespace)" ( identifier )))) : : identifier *) > identifier) >) , identifier) :) : (labeled_statement "__detail::_Select1st,_(anonymous_namespace)::Reloc_stub::Key::equal_to,_(anonymous_namespace)::Reloc_stub::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<(anonymous_namespace)::Reloc_stub::Key,_std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>,_std::allocator<std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>_>,_std::__detail::_Select1st,_(anonymous_namespace)::Reloc_stub::Key::equal_to,_(anonymous_namespace)::Reloc_stub::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 *)in_stack_ffffff94,in_stack_ffffff98);" statement_identifier (ERROR "::_Select1st,_(anonymous_namespace):" : : (comma_expression "_Select1st,_(anonymous_namespace)" identifier , (call_expression "_(anonymous_namespace)" identifier (argument_list "(anonymous_namespace)" ( identifier )))) :) : (labeled_statement "Reloc_stub::Key::equal_to,_(anonymous_namespace)::Reloc_stub::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<(anonymous_namespace)::Reloc_stub::Key,_std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>,_std::allocator<std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>_>,_std::__detail::_Select1st,_(anonymous_namespace)::Reloc_stub::Key::equal_to,_(anonymous_namespace)::Reloc_stub::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 *)in_stack_ffffff94,in_stack_ffffff98);" statement_identifier : (ERROR ":" :) (labeled_statement "Key::equal_to,_(anonymous_namespace)::Reloc_stub::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<(anonymous_namespace)::Reloc_stub::Key,_std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>,_std::allocator<std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>_>,_std::__detail::_Select1st,_(anonymous_namespace)::Reloc_stub::Key::equal_to,_(anonymous_namespace)::Reloc_stub::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 *)in_stack_ffffff94,in_stack_ffffff98);" statement_identifier (ERROR "::equal_to,_(anonymous_namespace):" : : (comma_expression "equal_to,_(anonymous_namespace)" identifier , (call_expression "_(anonymous_namespace)" identifier (argument_list "(anonymous_namespace)" ( identifier )))) :) : (labeled_statement "Reloc_stub::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<(anonymous_namespace)::Reloc_stub::Key,_std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>,_std::allocator<std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>_>,_std::__detail::_Select1st,_(anonymous_namespace)::Reloc_stub::Key::equal_to,_(anonymous_namespace)::Reloc_stub::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 *)in_stack_ffffff94,in_stack_ffffff98);" statement_identifier : (ERROR ":" :) (labeled_statement "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<(anonymous_namespace)::Reloc_stub::Key,_std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>,_std::allocator<std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>_>,_std::__detail::_Select1st,_(anonymous_namespace)::Reloc_stub::Key::equal_to,_(anonymous_namespace)::Reloc_stub::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 *)in_stack_ffffff94,in_stack_ffffff98);" statement_identifier (ERROR "::hash,_std:" : : (comma_expression "hash,_std" identifier , identifier) :) : (labeled_statement "__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_>\n ::find((_Hashtable<(anonymous_namespace)::Reloc_stub::Key,_std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>,_std::allocator<std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>_>,_std::__detail::_Select1st,_(anonymous_namespace)::Reloc_stub::Key::equal_to,_(anonymous_namespace)::Reloc_stub::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 *)in_stack_ffffff94,in_stack_ffffff98);" statement_identifier (ERROR "::_Mod_range_hashing,_std:" : : (comma_expression "_Mod_range_hashing,_std" identifier , identifier) :) : (labeled_statement "__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_>\n ::find((_Hashtable<(anonymous_namespace)::Reloc_stub::Key,_std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>,_std::allocator<std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>_>,_std::__detail::_Select1st,_(anonymous_namespace)::Reloc_stub::Key::equal_to,_(anonymous_namespace)::Reloc_stub::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 *)in_stack_ffffff94,in_stack_ffffff98);" statement_identifier (ERROR "::_Default_ranged_hash,_std:" : : (comma_expression "_Default_ranged_hash,_std" identifier , identifier) :) : (labeled_statement "__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_>\n ::find((_Hashtable<(anonymous_namespace)::Reloc_stub::Key,_std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>,_std::allocator<std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>_>,_std::__detail::_Select1st,_(anonymous_namespace)::Reloc_stub::Key::equal_to,_(anonymous_namespace)::Reloc_stub::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 *)in_stack_ffffff94,in_stack_ffffff98);" statement_identifier (ERROR "::_Prime_rehash_policy,_std:" : : (comma_expression "_Prime_rehash_policy,_std" identifier , identifier) :) : (labeled_statement "__detail::_Hashtable_traits<true,_false,_true>_>\n ::find((_Hashtable<(anonymous_namespace)::Reloc_stub::Key,_std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>,_std::allocator<std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>_>,_std::__detail::_Select1st,_(anonymous_namespace)::Reloc_stub::Key::equal_to,_(anonymous_namespace)::Reloc_stub::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 *)in_stack_ffffff94,in_stack_ffffff98);" statement_identifier : (ERROR ":" :) (expression_statement "_Hashtable_traits<true,_false,_true>_>\n ::find((_Hashtable<(anonymous_namespace)::Reloc_stub::Key,_std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>,_std::allocator<std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>_>,_std::__detail::_Select1st,_(anonymous_namespace)::Reloc_stub::Key::equal_to,_(anonymous_namespace)::Reloc_stub::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 *)in_stack_ffffff94,in_stack_ffffff98);" (comma_expression "_Hashtable_traits<true,_false,_true>_>\n ::find((_Hashtable<(anonymous_namespace)::Reloc_stub::Key,_std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>,_std::allocator<std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>_>,_std::__detail::_Select1st,_(anonymous_namespace)::Reloc_stub::Key::equal_to,_(anonymous_namespace)::Reloc_stub::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 *)in_stack_ffffff94,in_stack_ffffff98)" (binary_expression "_Hashtable_traits<true" identifier < true) , (comma_expression "_false,_true>_>\n ::find((_Hashtable<(anonymous_namespace)::Reloc_stub::Key,_std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>,_std::allocator<std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>_>,_std::__detail::_Select1st,_(anonymous_namespace)::Reloc_stub::Key::equal_to,_(anonymous_namespace)::Reloc_stub::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 *)in_stack_ffffff94,in_stack_ffffff98)" identifier , (binary_expression "_true>_>\n ::find((_Hashtable<(anonymous_namespace)::Reloc_stub::Key,_std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>,_std::allocator<std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>_>,_std::__detail::_Select1st,_(anonymous_namespace)::Reloc_stub::Key::equal_to,_(anonymous_namespace)::Reloc_stub::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 *)in_stack_ffffff94,in_stack_ffffff98)" (binary_expression "_true>_" identifier > identifier) > (ERROR "::" : :) (call_expression "find((_Hashtable<(anonymous_namespace)::Reloc_stub::Key,_std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>,_std::allocator<std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>_>,_std::__detail::_Select1st,_(anonymous_namespace)::Reloc_stub::Key::equal_to,_(anonymous_namespace)::Reloc_stub::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 *)in_stack_ffffff94,in_stack_ffffff98)" identifier (argument_list "((_Hashtable<(anonymous_namespace)::Reloc_stub::Key,_std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>,_std::allocator<std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>_>,_std::__detail::_Select1st,_(anonymous_namespace)::Reloc_stub::Key::equal_to,_(anonymous_namespace)::Reloc_stub::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 *)in_stack_ffffff94,in_stack_ffffff98)" ( (parenthesized_expression "(_Hashtable<(anonymous_namespace)::Reloc_stub::Key,_std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>,_std::allocator<std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>_>,_std::__detail::_Select1st,_(anonymous_namespace)::Reloc_stub::Key::equal_to,_(anonymous_namespace)::Reloc_stub::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 *)in_stack_ffffff94,in_stack_ffffff98)" ( (ERROR "_Hashtable<(anonymous_namespace)::Reloc_stub::Key,_std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>,_std::allocator<std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>_>,_std::__detail::_Select1st,_(anonymous_namespace)::Reloc_stub::Key::equal_to,_(anonymous_namespace)::Reloc_stub::Key::hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::" (comma_expression "_Hashtable<(anonymous_namespace)::Reloc_stub::Key,_std" (binary_expression "_Hashtable<(anonymous_namespace)" identifier < (parenthesized_expression "(anonymous_namespace)" ( identifier ))) (ERROR "::Reloc_stub::Key" : : identifier : : identifier) , identifier) : : (binary_expression "pair<const_(anonymous_namespace)" identifier < (call_expression "const_(anonymous_namespace)" identifier (argument_list "(anonymous_namespace)" ( identifier )))) : : identifier : : (comma_expression "Key,_(anonymous_namespace)" identifier , (call_expression "_(anonymous_namespace)" identifier (argument_list "(anonymous_namespace)" ( identifier )))) : : (comma_expression "Reloc_stub*>,_std" identifier (ERROR "*>" * >) , identifier) : : (binary_expression "allocator<std" identifier < identifier) : : (binary_expression "pair<const_(anonymous_namespace)" identifier < (call_expression "const_(anonymous_namespace)" identifier (argument_list "(anonymous_namespace)" ( identifier )))) : : identifier : : (comma_expression "Key,_(anonymous_namespace)" identifier , (call_expression "_(anonymous_namespace)" identifier (argument_list "(anonymous_namespace)" ( identifier )))) : : (binary_expression "Reloc_stub*>_>,_std" (binary_expression "Reloc_stub*>_" identifier * (ERROR ">" >) identifier) > (ERROR "," ,) identifier) : : identifier : : (comma_expression "_Select1st,_(anonymous_namespace)" identifier , (call_expression "_(anonymous_namespace)" identifier (argument_list "(anonymous_namespace)" ( identifier )))) : : identifier : : identifier : : (comma_expression "equal_to,_(anonymous_namespace)" identifier , (call_expression "_(anonymous_namespace)" identifier (argument_list "(anonymous_namespace)" ( identifier )))) : : identifier : : identifier : : (comma_expression "hash,_std" identifier , identifier) : : identifier : : (comma_expression "_Mod_range_hashing,_std" identifier , identifier) : : identifier : : (comma_expression "_Default_ranged_hash,_std" identifier , identifier) : : identifier : : (comma_expression "_Prime_rehash_policy,_std" identifier , identifier) : : identifier : :) (comma_expression "_Hashtable_traits<true,_false,_true>_>\n *)in_stack_ffffff94,in_stack_ffffff98" (binary_expression "_Hashtable_traits<true" identifier < true) , (comma_expression "_false,_true>_>\n *)in_stack_ffffff94,in_stack_ffffff98" identifier , (comma_expression "_true>_>\n *)in_stack_ffffff94,in_stack_ffffff98" (binary_expression "_true>_>\n *)in_stack_ffffff94" (binary_expression "_true>_" identifier > identifier) > (pointer_expression "*)in_stack_ffffff94" * (ERROR ")" )) identifier)) , identifier))) )) )))))) ;)))))))))))) (if_statement "if ((local_30 == 0) || (iVar22 = *(int *)(local_30 + 0x14), iVar22 == 0)) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xfeb,\n (char *)&symbol[-0x7fed].u1_);\n }" if (parenthesized_expression "((local_30 == 0) || (iVar22 = *(int *)(local_30 + 0x14), iVar22 == 0))" ( (binary_expression "(local_30 == 0) || (iVar22 = *(int *)(local_30 + 0x14), iVar22 == 0)" (parenthesized_expression "(local_30 == 0)" ( (binary_expression "local_30 == 0" identifier == number_literal) )) || (parenthesized_expression "(iVar22 = *(int *)(local_30 + 0x14), iVar22 == 0)" ( (comma_expression "iVar22 = *(int *)(local_30 + 0x14), iVar22 == 0" (assignment_expression "iVar22 = *(int *)(local_30 + 0x14)" identifier = (pointer_expression "*(int *)(local_30 + 0x14)" * (cast_expression "(int *)(local_30 + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_30 + 0x14)" ( (binary_expression "local_30 + 0x14" identifier + number_literal) ))))) , (binary_expression "iVar22 == 0" identifier == number_literal)) ))) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xfeb,\n (char *)&symbol[-0x7fed].u1_);\n }" { comment (labeled_statement "gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xfeb,\n (char *)&symbol[-0x7fed].u1_);" statement_identifier : (ERROR ":" :) (expression_statement "do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xfeb,\n (char *)&symbol[-0x7fed].u1_);" (call_expression "do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xfeb,\n (char *)&symbol[-0x7fed].u1_)" identifier (argument_list "((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xfeb,\n (char *)&symbol[-0x7fed].u1_)" ( (cast_expression "(char *)((int)&symbol[-0x80ef].dynsym_index_ + 2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&symbol[-0x80ef].dynsym_index_ + 2)" ( (binary_expression "(int)&symbol[-0x80ef].dynsym_index_ + 2" (cast_expression "(int)&symbol[-0x80ef].dynsym_index_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&symbol[-0x80ef].dynsym_index_" & (field_expression "symbol[-0x80ef].dynsym_index_" (subscript_expression "symbol[-0x80ef]" identifier [ number_literal ]) . field_identifier))) + number_literal) ))) , number_literal , (cast_expression "(char *)&symbol[-0x7fed].u1_" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&symbol[-0x7fed].u1_" & (field_expression "symbol[-0x7fed].u1_" (subscript_expression "symbol[-0x7fed]" identifier [ number_literal ]) . field_identifier))) ))) ;)) })) (expression_statement "r_sym = (uint)*(byte *)(*(int *)(iVar22 + 4) + 0x14);" (assignment_expression "r_sym = (uint)*(byte *)(*(int *)(iVar22 + 4) + 0x14)" identifier = (binary_expression "(uint)*(byte *)(*(int *)(iVar22 + 4) + 0x14)" (parenthesized_expression "(uint)" ( identifier )) * (cast_expression "(byte *)(*(int *)(iVar22 + 4) + 0x14)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar22 + 4) + 0x14)" ( (binary_expression "*(int *)(iVar22 + 4) + 0x14" (pointer_expression "*(int *)(iVar22 + 4)" * (cast_expression "(int *)(iVar22 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar22 + 4)" ( (binary_expression "iVar22 + 4" identifier + number_literal) )))) + number_literal) ))))) ;) (if_statement "if ((*(byte *)(iVar16 + 0x1c) & 1) == 0) {\nLAB_00123dd6:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x8999].u2_.offset_base + 1),0xc5,\n &symbol[-0x7fdd].field_0x2c);\n }" if (parenthesized_expression "((*(byte *)(iVar16 + 0x1c) & 1) == 0)" ( (binary_expression "(*(byte *)(iVar16 + 0x1c) & 1) == 0" (parenthesized_expression "(*(byte *)(iVar16 + 0x1c) & 1)" ( (binary_expression "*(byte *)(iVar16 + 0x1c) & 1" (pointer_expression "*(byte *)(iVar16 + 0x1c)" * (cast_expression "(byte *)(iVar16 + 0x1c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar16 + 0x1c)" ( (binary_expression "iVar16 + 0x1c" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\nLAB_00123dd6:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x8999].u2_.offset_base + 1),0xc5,\n &symbol[-0x7fdd].field_0x2c);\n }" { (labeled_statement "LAB_00123dd6:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x8999].u2_.offset_base + 1),0xc5,\n &symbol[-0x7fdd].field_0x2c);" statement_identifier : comment (labeled_statement "gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x8999].u2_.offset_base + 1),0xc5,\n &symbol[-0x7fdd].field_0x2c);" statement_identifier : (ERROR ":" :) (expression_statement "do_gold_unreachable\n ((char *)((int)&symbol[-0x8999].u2_.offset_base + 1),0xc5,\n &symbol[-0x7fdd].field_0x2c);" (call_expression "do_gold_unreachable\n ((char *)((int)&symbol[-0x8999].u2_.offset_base + 1),0xc5,\n &symbol[-0x7fdd].field_0x2c)" identifier (argument_list "((char *)((int)&symbol[-0x8999].u2_.offset_base + 1),0xc5,\n &symbol[-0x7fdd].field_0x2c)" ( (cast_expression "(char *)((int)&symbol[-0x8999].u2_.offset_base + 1)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&symbol[-0x8999].u2_.offset_base + 1)" ( (binary_expression "(int)&symbol[-0x8999].u2_.offset_base + 1" (cast_expression "(int)&symbol[-0x8999].u2_.offset_base" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&symbol[-0x8999].u2_.offset_base" & (field_expression "symbol[-0x8999].u2_.offset_base" (field_expression "symbol[-0x8999].u2_" (subscript_expression "symbol[-0x8999]" identifier [ number_literal ]) . field_identifier) . field_identifier))) + number_literal) ))) , number_literal , (pointer_expression "&symbol[-0x7fdd].field_0x2c" & (field_expression "symbol[-0x7fdd].field_0x2c" (subscript_expression "symbol[-0x7fdd]" identifier [ number_literal ]) . field_identifier)) ))) ;))) })) (if_statement "if (*(int *)(iVar22 + 8) == -1) {\n Stub::offset((Stub *)in_stack_ffffff94);\n goto LAB_00123dd6;\n }" if (parenthesized_expression "(*(int *)(iVar22 + 8) == -1)" ( (binary_expression "*(int *)(iVar22 + 8) == -1" (pointer_expression "*(int *)(iVar22 + 8)" * (cast_expression "(int *)(iVar22 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar22 + 8)" ( (binary_expression "iVar22 + 8" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n Stub::offset((Stub *)in_stack_ffffff94);\n goto LAB_00123dd6;\n }" { (labeled_statement "Stub::offset((Stub *)in_stack_ffffff94);" statement_identifier : (ERROR ":" :) (expression_statement "offset((Stub *)in_stack_ffffff94);" (call_expression "offset((Stub *)in_stack_ffffff94)" identifier (argument_list "((Stub *)in_stack_ffffff94)" ( (cast_expression "(Stub *)in_stack_ffffff94" ( (type_descriptor "Stub *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;)) (goto_statement "goto LAB_00123dd6;" goto statement_identifier ;) })) (expression_statement "uVar10 = (*(int *)(iVar22 + 8) - (int)object) + *(int *)(iVar16 + 4) + local_4c;" (assignment_expression "uVar10 = (*(int *)(iVar22 + 8) - (int)object) + *(int *)(iVar16 + 4) + local_4c" identifier = (binary_expression "(*(int *)(iVar22 + 8) - (int)object) + *(int *)(iVar16 + 4) + local_4c" (binary_expression "(*(int *)(iVar22 + 8) - (int)object) + *(int *)(iVar16 + 4)" (parenthesized_expression "(*(int *)(iVar22 + 8) - (int)object)" ( (binary_expression "*(int *)(iVar22 + 8) - (int)object" (pointer_expression "*(int *)(iVar22 + 8)" * (cast_expression "(int *)(iVar22 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar22 + 8)" ( (binary_expression "iVar22 + 8" identifier + number_literal) )))) - (cast_expression "(int)object" ( (type_descriptor "int" primitive_type) ) identifier)) )) + (pointer_expression "*(int *)(iVar16 + 4)" * (cast_expression "(int *)(iVar16 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar16 + 4)" ( (binary_expression "iVar16 + 4" identifier + number_literal) ))))) + identifier)) ;) (if_statement "if (0x3ffffff < uVar10 + 0x2000000) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xfef,\n (char *)&symbol[-0x7fed].u1_);\n }" if (parenthesized_expression "(0x3ffffff < uVar10 + 0x2000000)" ( (binary_expression "0x3ffffff < uVar10 + 0x2000000" number_literal < (binary_expression "uVar10 + 0x2000000" identifier + number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xfef,\n (char *)&symbol[-0x7fed].u1_);\n }" { comment (labeled_statement "gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xfef,\n (char *)&symbol[-0x7fed].u1_);" statement_identifier : (ERROR ":" :) (expression_statement "do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xfef,\n (char *)&symbol[-0x7fed].u1_);" (call_expression "do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xfef,\n (char *)&symbol[-0x7fed].u1_)" identifier (argument_list "((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xfef,\n (char *)&symbol[-0x7fed].u1_)" ( (cast_expression "(char *)((int)&symbol[-0x80ef].dynsym_index_ + 2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&symbol[-0x80ef].dynsym_index_ + 2)" ( (binary_expression "(int)&symbol[-0x80ef].dynsym_index_ + 2" (cast_expression "(int)&symbol[-0x80ef].dynsym_index_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&symbol[-0x80ef].dynsym_index_" & (field_expression "symbol[-0x80ef].dynsym_index_" (subscript_expression "symbol[-0x80ef]" identifier [ number_literal ]) . field_identifier))) + number_literal) ))) , number_literal , (cast_expression "(char *)&symbol[-0x7fed].u1_" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&symbol[-0x7fed].u1_" & (field_expression "symbol[-0x7fed].u1_" (subscript_expression "symbol[-0x7fed]" identifier [ number_literal ]) . field_identifier))) ))) ;)) })) }) (ERROR "goto LAB_00123af0;\n }\n if (r_sym == 0" goto identifier ; } if ( identifier == number_literal) )) (ERROR "goto LAB_00123b38;\n if" identifier identifier ; if) (argument_list "((cVar13 != '\x01') || (iVar4 != 0x1c))" ( (binary_expression "(cVar13 != '\x01') || (iVar4 != 0x1c)" (parenthesized_expression "(cVar13 != '\x01')" ( (binary_expression "cVar13 != '\x01'" identifier != (char_literal "'\x01'" ' escape_sequence ')) )) || (parenthesized_expression "(iVar4 != 0x1c)" ( (binary_expression "iVar4 != 0x1c" identifier != number_literal) ))) ))) (ERROR "{\n AVar21" { identifier) = number_literal) ))) ;)) (expression_statement "pRVar20 = relinfo;" (assignment_expression "pRVar20 = relinfo" identifier = identifier) ;) identifier (ERROR "::Symbol_value<32>:" : : (binary_expression "Symbol_value<32" identifier < number_literal) > :) : (binary_expression "value<true" identifier < true) > ( ( (ERROR "Symbol_value<32> *)gsym,(Sized_relobj_file<32,_true> *)relinfo,0);\n SVar8 = Reloc_stub::stub_type_for_reloc(1,(Arm_address)pRVar20,AVar21,(bool)in_stack_ffffff90)\n ;\n if (SVar8 == arm_stub_none) goto LAB_00123a2c;\n goto LAB_00123bd0;\n }\n }\n else {\nLAB_00123af0:\n if (r_sym == 0) {\n uVar12 = uVar10 + 0x2000000;\n goto LAB_00123b38;\n }\n if ((cVar13 != '\x01') || (iVar4 != 0x1c)) {\nLAB_00123a2c:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xff8,\n (char *)&symbol[-0x7fed].u1_);\n }\n uVar12 = uVar10 + 0x2000000;\n }\n uVar5 = (uVar10 & 2) << 0x17 | uVar7 | 0xfa000000;\nLAB_00123b38:" (comma_expression "Symbol_value<32> *)gsym,(Sized_relobj_file<32,_true> *)relinfo,0)" (binary_expression "Symbol_value<32> *)gsym" (binary_expression "Symbol_value<32" identifier < number_literal) > (pointer_expression "*)gsym" * (ERROR ")" )) identifier)) , (parenthesized_expression "(Sized_relobj_file<32,_true> *)relinfo,0)" ( (comma_expression "Sized_relobj_file<32,_true> *)relinfo,0" (binary_expression "Sized_relobj_file<32" identifier < number_literal) , (comma_expression "_true> *)relinfo,0" (binary_expression "_true> *)relinfo" identifier > (pointer_expression "*)relinfo" * (ERROR ")" )) identifier)) , number_literal)) ))) ; (assignment_expression "SVar8 = Reloc_stub" identifier = identifier) : : (call_expression "stub_type_for_reloc(1,(Arm_address)pRVar20,AVar21,(bool)in_stack_ffffff90)\n ;\n if (SVar8 == arm_stub_none)" (call_expression "stub_type_for_reloc(1,(Arm_address)pRVar20,AVar21,(bool)in_stack_ffffff90)" identifier (argument_list "(1,(Arm_address)pRVar20,AVar21,(bool)in_stack_ffffff90)" ( number_literal , (cast_expression "(Arm_address)pRVar20" ( (type_descriptor "Arm_address" type_identifier) ) identifier) , identifier , (cast_expression "(bool)in_stack_ffffff90" ( (type_descriptor "bool" primitive_type) ) identifier) ))) (ERROR ";\n if" ; if) (argument_list "(SVar8 == arm_stub_none)" ( (binary_expression "SVar8 == arm_stub_none" identifier == identifier) ))) identifier identifier ; goto identifier ; } } else (compound_statement "{\nLAB_00123af0:\n if (r_sym == 0) {\n uVar12 = uVar10 + 0x2000000;\n goto LAB_00123b38;\n }\n if ((cVar13 != '\x01') || (iVar4 != 0x1c)) {\nLAB_00123a2c:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xff8,\n (char *)&symbol[-0x7fed].u1_);\n }\n uVar12 = uVar10 + 0x2000000;\n }" { (labeled_statement "LAB_00123af0:\n if (r_sym == 0) {\n uVar12 = uVar10 + 0x2000000;\n goto LAB_00123b38;\n }" statement_identifier : (if_statement "if (r_sym == 0) {\n uVar12 = uVar10 + 0x2000000;\n goto LAB_00123b38;\n }" if (parenthesized_expression "(r_sym == 0)" ( (binary_expression "r_sym == 0" identifier == number_literal) )) (compound_statement "{\n uVar12 = uVar10 + 0x2000000;\n goto LAB_00123b38;\n }" { (expression_statement "uVar12 = uVar10 + 0x2000000;" (assignment_expression "uVar12 = uVar10 + 0x2000000" identifier = (binary_expression "uVar10 + 0x2000000" identifier + number_literal)) ;) (goto_statement "goto LAB_00123b38;" goto statement_identifier ;) }))) (if_statement "if ((cVar13 != '\x01') || (iVar4 != 0x1c)) {\nLAB_00123a2c:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xff8,\n (char *)&symbol[-0x7fed].u1_);\n }" if (parenthesized_expression "((cVar13 != '\x01') || (iVar4 != 0x1c))" ( (binary_expression "(cVar13 != '\x01') || (iVar4 != 0x1c)" (parenthesized_expression "(cVar13 != '\x01')" ( (binary_expression "cVar13 != '\x01'" identifier != (char_literal "'\x01'" ' escape_sequence ')) )) || (parenthesized_expression "(iVar4 != 0x1c)" ( (binary_expression "iVar4 != 0x1c" identifier != number_literal) ))) )) (compound_statement "{\nLAB_00123a2c:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xff8,\n (char *)&symbol[-0x7fed].u1_);\n }" { (labeled_statement "LAB_00123a2c:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xff8,\n (char *)&symbol[-0x7fed].u1_);" statement_identifier : comment (labeled_statement "gold::do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xff8,\n (char *)&symbol[-0x7fed].u1_);" statement_identifier : (ERROR ":" :) (expression_statement "do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xff8,\n (char *)&symbol[-0x7fed].u1_);" (call_expression "do_gold_unreachable\n ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xff8,\n (char *)&symbol[-0x7fed].u1_)" identifier (argument_list "((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xff8,\n (char *)&symbol[-0x7fed].u1_)" ( (cast_expression "(char *)((int)&symbol[-0x80ef].dynsym_index_ + 2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&symbol[-0x80ef].dynsym_index_ + 2)" ( (binary_expression "(int)&symbol[-0x80ef].dynsym_index_ + 2" (cast_expression "(int)&symbol[-0x80ef].dynsym_index_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&symbol[-0x80ef].dynsym_index_" & (field_expression "symbol[-0x80ef].dynsym_index_" (subscript_expression "symbol[-0x80ef]" identifier [ number_literal ]) . field_identifier))) + number_literal) ))) , number_literal , (cast_expression "(char *)&symbol[-0x7fed].u1_" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&symbol[-0x7fed].u1_" & (field_expression "symbol[-0x7fed].u1_" (subscript_expression "symbol[-0x7fed]" identifier [ number_literal ]) . field_identifier))) ))) ;))) })) (expression_statement "uVar12 = uVar10 + 0x2000000;" (assignment_expression "uVar12 = uVar10 + 0x2000000" identifier = (binary_expression "uVar10 + 0x2000000" identifier + number_literal)) ;) }) (assignment_expression "uVar5 = (uVar10 & 2) << 0x17 | uVar7 | 0xfa000000" identifier = (binary_expression "(uVar10 & 2) << 0x17 | uVar7 | 0xfa000000" (binary_expression "(uVar10 & 2) << 0x17 | uVar7" (binary_expression "(uVar10 & 2) << 0x17" (parenthesized_expression "(uVar10 & 2)" ( (binary_expression "uVar10 & 2" identifier & number_literal) )) << number_literal) | identifier) | number_literal)) ; identifier :) (call_expression "uVar10 = ((int)uVar10 >> 2 ^ uVar5) & 0xffffff ^ uVar5;\n *puVar23 = uVar5 >> 0x18 | (uVar10 & 0xff0000) >> 8 | (uVar10 & 0xff00) << 8 | uVar10 << 0x18;\n return (uint)(0x3ffffff < uVar12)" (call_expression "uVar10 = ((int)uVar10 >> 2 ^ uVar5) & 0xffffff ^ uVar5;\n *puVar23 = uVar5 >> 0x18 | (uVar10 & 0xff0000) >> 8 | (uVar10 & 0xff00) << 8 | uVar10 << 0x18;\n return (uint)" (binary_expression "uVar10 = ((int)uVar10 >> 2 ^ uVar5) & 0xffffff ^ uVar5;\n *puVar23 = uVar5 >> 0x18 | (uVar10 & 0xff0000) >> 8 | (uVar10 & 0xff00) << 8 | uVar10 << 0x18" (assignment_expression "uVar10 = ((int)uVar10 >> 2 ^ uVar5) & 0xffffff ^ uVar5" identifier = (binary_expression "((int)uVar10 >> 2 ^ uVar5) & 0xffffff ^ uVar5" (binary_expression "((int)uVar10 >> 2 ^ uVar5) & 0xffffff" (parenthesized_expression "((int)uVar10 >> 2 ^ uVar5)" ( (binary_expression "(int)uVar10 >> 2 ^ uVar5" (binary_expression "(int)uVar10 >> 2" (cast_expression "(int)uVar10" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal) ^ identifier) )) & number_literal) ^ identifier)) (ERROR ";" ;) * (assignment_expression "puVar23 = uVar5 >> 0x18 | (uVar10 & 0xff0000) >> 8 | (uVar10 & 0xff00) << 8 | uVar10 << 0x18" identifier = (binary_expression "uVar5 >> 0x18 | (uVar10 & 0xff0000) >> 8 | (uVar10 & 0xff00) << 8 | uVar10 << 0x18" (binary_expression "uVar5 >> 0x18 | (uVar10 & 0xff0000) >> 8 | (uVar10 & 0xff00) << 8" (binary_expression "uVar5 >> 0x18 | (uVar10 & 0xff0000) >> 8" (binary_expression "uVar5 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar10 & 0xff0000) >> 8" (parenthesized_expression "(uVar10 & 0xff0000)" ( (binary_expression "uVar10 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar10 & 0xff00) << 8" (parenthesized_expression "(uVar10 & 0xff00)" ( (binary_expression "uVar10 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar10 << 0x18" identifier << number_literal)))) (ERROR ";\n return" ; return) (argument_list "(uint)" ( identifier ))) (argument_list "(0x3ffffff < uVar12)" ( (binary_expression "0x3ffffff < uVar12" number_literal < identifier) ))) ; })
(translation_unit "uint FUN_001236c0(int param_1,int param_2,int param_3,int param_4,int param_5,uint param_6,\n undefined4 param_7)\n\n{\n byte bVar1;\n int *piVar2;\n char cVar3;\n byte bVar4;\n uint uVar5;\n int iVar6;\n uint uVar7;\n undefined4 *puVar8;\n int iVar9;\n uint *extraout_ECX;\n uint *puVar10;\n undefined4 extraout_ECX_00;\n uint uVar11;\n int iVar12;\n uint uVar13;\n int *piVar14;\n int unaff_EDI;\n uint uVar15;\n byte *pbVar16;\n byte *pbVar17;\n int *piVar18;\n bool bVar19;\n bool bVar20;\n undefined8 uVar21;\n undefined8 uVar22;\n undefined4 uVar23;\n bool bStack_b8;\n uint *puStack_b4;\n uint auStack_a8 [10];\n undefined *puStack_80;\n uint *local_7c;\n int iStack_78;\n uint uStack_74;\n uint *puStack_70;\n uint uStack_68;\n int local_64;\n uint local_60;\n uint *local_5c;\n uint local_58;\n int *local_54;\n int local_50;\n uint local_4c;\n uint local_48;\n uint local_44;\n uint local_40;\n int local_3c;\n uint *local_38;\n uint local_34;\n int local_30;\n int local_2c;\n int local_28;\n int local_24;\n uint local_20;\n \n uVar21 = FUN_00074f0a();\n local_50 = (int)((ulonglong)uVar21 >> 0x20);\n uVar22 = CONCAT44(local_50,local_3c);\n iVar9 = (int)uVar21;\n local_64 = unaff_EDI + 0x4c6939;\n uVar15 = *extraout_ECX;\n uVar7 = uVar15 >> 0x18 | (uVar15 & 0xff0000) >> 8 | (uVar15 & 0xff00) << 8;\n uVar15 = uVar15 << 0x18;\n uVar5 = uVar7 | uVar15;\n if (uVar15 >> 0x1c == 0xf) {\n bVar19 = false;\n puVar10 = extraout_ECX;\nLAB_00123812:\n if (iVar9 == 0x1c) {\n if ((uVar15 != 0xeb000000) && ((uVar15 & 0xfe000000) != 0xfa000000)) {\n return 2;\n }\n }\n else {\n bVar20 = false;\n if (iVar9 == 0x1d) goto LAB_0012385b;\nLAB_0012372e:\n if ((iVar9 != 0x1b) && (iVar9 != 0xf)) {\n uStack_74 = unaff_EDI + 0x346cd1;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0xfba;\n \n puStack_80 = (undefined *)0x123d78;\n puStack_70 = puVar10;\n FUN_002446e0();\n }\n if ((uVar15 & 0xe000000) != 0xa000000) {\n return 2;\n }\n }\n }\n else {\n puVar10 = (uint *)(uVar15 & 0xf000000);\n bVar19 = puVar10 == (uint *)0xa000000;\n if (uVar15 >> 0x1c == 0xe) goto LAB_00123812;\n bVar20 = puVar10 == (uint *)0xb000000;\n if (iVar9 == 0x1c) {\n return 2;\n }\n if (iVar9 != 0x1d) goto LAB_0012372e;\nLAB_0012385b:\n if ((!bVar19) && (!bVar20)) {\n return 2;\n }\n }\n local_54 = (int *)((int)&DWORD_004c7100 + unaff_EDI + 1);\n local_60 = *(uint *)(*local_54 + 0xc);\n if (local_60 == 0) {\n puStack_70 = (uint *)0x123d3e;\n iVar6 = FUN_0010d780();\n goto LAB_00123d3e;\n }\n if ((*(int *)(*(int *)(local_60 + 4) + 8) != 0x28) ||\n (*(char *)(*(int *)(local_60 + 4) + 4) == '\0')) {\n puStack_70 = (uint *)param_7;\n uStack_74 = unaff_EDI + 0x346d6d;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0x988;\n \n puStack_80 = (undefined *)0x123d1c;\n FUN_002446e0();\n }\n local_5c = extraout_ECX;\n if ((char)param_7 != '\0') {\n puStack_70 = *(uint **)(*local_54 + 8);\n if (puStack_70 == (uint *)0x0) {\n uStack_74 = unaff_EDI + 0x346db1;\n local_7c = (uint *)(unaff_EDI + 0x324ba6);\n iStack_78 = 0x5c;\n \n puStack_80 = (undefined *)0x123dd1;\n FUN_002446e0();\n }\n if (*(char *)((int)puStack_70 + 0x318d) != '\0') {\n uStack_74 = unaff_EDI + 0x346cd1;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0xfc5;\n \n puStack_80 = (undefined *)0x123db7;\n FUN_002446e0();\n }\n puVar8 = *(undefined4 **)(local_60 + 0x7c);\n if (puVar8 != (undefined4 *)0x0) {\n iStack_78 = 6;\n local_7c = (uint *)*puVar8;\n puStack_80 = (undefined *)0x1237cd;\n iVar6 = FUN_00225490();\n if (iVar6 != 0) {\n if ((*(int *)(iVar6 + 4) - 8U < 3) ||\n (uVar7 = uVar15 & 0xf0000000 | 0x1a00000, *(int *)(iVar6 + 4) == 0xd)) {\n uVar7 = uVar15 & 0xf0000000 | 0x320f000;\n }\n *local_5c = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8;\n return 0;\n }\n goto LAB_00123d3e;\n }\n goto LAB_00123d1c;\n }\n local_44 = uVar5 * 4 & 0x3ffffff;\n if ((uVar5 * 4 & 0x2000000) == 0) {\n bVar4 = *(byte *)(param_4 + 0xb);\n if (-1 < (char)bVar4) goto LAB_001238a2;\nLAB_00123a6e:\n iVar6 = local_44 + *(int *)(param_4 + 0xc);\n local_4c = local_44;\n }\n else {\n local_44 = local_44 + 0xfc000000;\n bVar4 = *(byte *)(param_4 + 0xb);\n if ((char)bVar4 < '\0') goto LAB_00123a6e;\nLAB_001238a2:\n local_4c = local_44;\n if ((bVar4 & 8) == 0) {\n uStack_74 = unaff_EDI + 0x346fc5;\n local_7c = (uint *)(unaff_EDI + 0x329cbe);\n iStack_78 = 0x6ab;\n \n puStack_80 = (undefined *)0x123d95;\n puStack_70 = (uint *)(uint)bVar4;\n FUN_002446e0();\n }\n local_7c = *(uint **)(param_4 + 0xc);\n local_58 = *local_7c;\n local_48 = local_44;\n if (local_44 < 0xffffff00) {\n local_58 = local_58 + local_44;\n local_48 = 0;\n }\n local_34 = local_7c[3];\n piVar18 = *(int **)(local_7c[2] + (local_58 % local_34) * 4);\n local_38 = local_7c;\n if (piVar18 != (int *)0x0) {\n uVar15 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, local_40 = uVar5, local_3c = iVar9, local_58 != uVar15) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar15 = piVar2[1], piVar18 = piVar14, local_58 % local_34 != uVar15 % local_34))\n goto LAB_00123b80;\n }\n if (*piVar18 != 0) {\n iVar6 = local_48 + *(int *)(*piVar18 + 8);\n uVar22 = uVar21;\n goto LAB_0012394e;\n }\n }\nLAB_00123b80:\n puStack_70 = (uint *)local_58;\n local_58 = *(uint *)(param_4 + 8);\n uStack_74 = local_58 & 0x7ffffff;\n iStack_78 = param_2;\n puStack_80 = (undefined *)0x123ba9;\n iVar6 = FUN_00318cf0();\n uVar22 = CONCAT44(local_50,local_3c);\n iVar6 = local_48 + iVar6;\n }\nLAB_0012394e:\n local_50 = (int)((ulonglong)uVar22 >> 0x20);\n local_3c = (int)uVar22;\n uVar15 = iVar6 - param_5;\n puVar8 = *(undefined4 **)(local_60 + 0x7c);\n local_58 = uVar15;\n if (puVar8 == (undefined4 *)0x0) {\nLAB_00123d1c:\n local_50 = (int)((ulonglong)uVar22 >> 0x20);\n local_3c = (int)uVar22;\n uStack_74 = local_64 + -0x17fc00;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xb6a;\n \n puStack_80 = (undefined *)0x123d39;\n puStack_70 = puVar8;\n FUN_002446e0();\n }\n iStack_78 = 6;\n local_7c = (uint *)*puVar8;\n puStack_80 = (undefined *)0x123978;\n iVar6 = FUN_00225490();\n if (iVar6 == 0) {\nLAB_00123d3e:\n uStack_74 = local_64 + -0x17fc00;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xb6d;\n \n puStack_80 = (undefined *)0x123d5b;\n puStack_70 = (uint *)iVar6;\n FUN_002446e0();\n }\n uVar11 = *(uint *)(iVar6 + 4);\n iVar6 = *(int *)(*local_54 + 8);\n if (iVar6 == 0) {\n \n puStack_70 = (uint *)0x123d9a;\n FUN_0010cb20();\n }\n uVar13 = (uint)*(byte *)(iVar6 + 0x1579);\n if (*(byte *)(iVar6 + 0x1579) == 0) {\n uVar13 = (uint)(2 < uVar11);\n }\n else if ((uVar11 & 0xfffffffd) != 8) {\n uVar13 = (uint)(uVar11 - 0xb < 3);\n }\n if (*(char *)(iVar6 + 0x318d) != '\0') goto LAB_00123af0;\n uVar15 = uVar15 + 0x2000000;\n if (uVar15 < 0x4000000) {\n if (param_6 == 0) goto LAB_00123b38;\n if (((char)uVar13 != '\x01') || (iVar9 != 0x1c)) {\n uStack_74 = 0;\n iStack_78 = param_2;\n local_7c = (uint *)param_4;\n puStack_80 = (undefined *)0x123a0a;\n FUN_000a90f0();\n local_7c = (uint *)0x1;\n puStack_80 = (undefined *)0x123a21;\n iVar6 = FUN_00113410();\n if (iVar6 == 0) goto LAB_00123a2c;\n goto LAB_00123bd0;\n }\n }\n else {\n uStack_74 = 0;\n iStack_78 = param_2;\n local_7c = (uint *)param_4;\n puStack_80 = (undefined *)0x123abd;\n FUN_000a90f0();\n local_7c = (uint *)(uint)(param_6 != 0);\n puStack_80 = (undefined *)0x123ade;\n iVar6 = FUN_00113410();\n if (iVar6 != 0) {\nLAB_00123bd0:\n uVar15 = *(uint *)(local_50 + 0x18);\n local_60 = *(uint *)(param_2 + 0x140);\n if ((uint)((int)(local_60 - *(int *)(param_2 + 0x13c)) >> 2) <= uVar15) {\n puStack_70 = (uint *)0x123e1a;\n FUN_0010c330();\n iStack_78 = 0x123e29;\n uStack_74 = uVar15;\n puStack_70 = (uint *)uVar5;\n uVar22 = FUN_00074f0a();\n iVar6 = local_64;\n iVar12 = (int)((ulonglong)uVar22 >> 0x20);\n pbVar16 = BYTE_ARRAY_004c61c1 + uVar15 + 0x16;\n auStack_a8[0] = 0;\n auStack_a8[1] = 0xffffffff;\n auStack_a8[2] = 0x80000000;\n auStack_a8[3] = 0;\n pbVar17 = pbVar16;\n uVar23 = extraout_ECX_00;\n local_7c = (uint *)uVar13;\n iStack_78 = iVar9;\n if (local_64 == 0) {\n uVar7 = (*(int *)(iVar12 + 0x154) - *(int *)(iVar12 + 0x14c)) +\n (*(int *)(iVar12 + 0x150) - *(int *)(iVar12 + 0x148)) * 8;\n if (uVar7 <= local_60) {\n \n FUN_002446e0(uVar15 + 0x34351d,0x5f8,uVar15 + 0x34662f,uVar7);\n }\n bStack_b8 = (*(uint *)(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4) &\n 1 << ((byte)local_60 & 0x1f)) != 0;\n goto LAB_00123fe0;\n }\n uVar7 = 0;\n if (uStack_68 - 2 < 0x6b) {\n uVar7 = (uint)(char)(&UNK_00344ed5)[uStack_68 + uVar15];\n if (*(int *)(local_64 + 0x18) == -1) goto LAB_00123f75;\nLAB_00123e82:\n if ((*(byte *)(local_64 + 0x28) & 0xf) != 10) {\n cVar3 = FUN_00071bb0(local_64,uVar7);\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n if (cVar3 != '\0') {\nLAB_00123f19:\n if (bVar4 == 0) goto LAB_00123f1d;\nLAB_00123f80:\n if (bVar4 == 4) {\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }\nLAB_00124258:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }\nLAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);\n bStack_b8 = (bool)(bVar4 & 1);\n goto LAB_00123fe0;\n }\n goto LAB_00124280;\n }\n if ((bVar4 != 0) || ((*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0)) {\n pbVar17 = BYTE_ARRAY_004c6979 + uVar15 + 0x26;\n if (*(int *)(*(int *)pbVar17 + 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);\n }\n if (*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0') {\nLAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;\n if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }\n if (bVar4 != 4) goto LAB_00124258;\nLAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }\n }\n else if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;\n }\n }\n if (*(int *)((int)uVar22 + 0x18) == 0) {\n iVar9 = FUN_0010c850();\nLAB_0012462d:\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,iVar9);\n }\n auStack_a8[3] = FUN_00117290();\n bStack_b8 = false;\n local_5c = auStack_a8;\n }\n else {\n if (*(int *)(local_64 + 0x18) != -1) goto LAB_00123e82;\nLAB_00123f75:\n bVar4 = *(byte *)(local_64 + 0x2a) & 7;\n if (bVar4 != 0) goto LAB_00123f80;\nLAB_00123f1d:\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_00123f8f;\nLAB_00123f39:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) goto LAB_00123fe0;\n if ((*(int *)(iVar6 + 0xc) == 0) && ((bVar1 & 0x20) != 0)) goto LAB_00124269;\n goto LAB_001242ac;\n }\nLAB_00124280:\n bStack_b8 = true;\n }\nLAB_00123fe0:\n puStack_b4 = auStack_a8;\n iVar9 = *(int *)((int)&DWORD_004c739c + uVar15 + 3);\n if (0xff < uStack_68) {\n \n FUN_002446e0(uVar15 + 0x347947,0x134,uVar15 + 0x3466b7,iVar9);\n }\n uVar7 = *(uint *)(iVar9 + uStack_68 * 4);\n if ((uVar7 != 0) && (*(int *)(uVar7 + 0x1c) == 1)) {\n bVar4 = *(byte *)(uVar7 + 0x34);\n uVar7 = (uint)bVar4;\n if ((bVar4 & 2) != 0) {\n if (((bStack_b8 != false) && ((bVar4 & 0x40) != 0)) &&\n (uVar7 = FUN_000a90f0(local_5c,iVar12,0), (uVar7 & 1) != 0)) {\n auStack_a8[3] = FUN_000a90f0(local_5c,iVar12,0);\n auStack_a8[3] = auStack_a8[3] & 0xfffffffe;\n local_5c = puStack_b4;\n }\n if (-1 < (char)*(byte *)((int)local_5c + 0xb)) {\n if ((*(byte *)((int)local_5c + 0xb) & 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17);\n }\n puVar10 = (uint *)local_5c[3];\n uVar7 = *puVar10;\n uVar5 = uVar7 % puVar10[3];\n piVar18 = *(int **)(puVar10[2] + uVar5 * 4);\n if (piVar18 != (int *)0x0) {\n uVar11 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, uVar7 != uVar11) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }\n if (*piVar18 != 0) goto LAB_001240a3;\n }\nLAB_00124478:\n FUN_00318cf0(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23);\n }\nLAB_001240a3:\n if (uStack_68 - 10 < 0x2a) {\n \n \n uVar15 = (*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))();\n return uVar15;\n }\n \n FUN_002446e0(uVar15 + 0x34351d,0x2ec8,uVar15 + 0x345d23,iVar6);\n }\n }\n \n FUN_002446e0(uVar15 + 0x34351d,0x2ea7,uVar15 + 0x345d23,uVar7);\n }\n iVar12 = *(int *)(*(int *)(param_2 + 0x13c) + uVar15 * 4);\n if (iVar12 == 0) {\nLAB_00123df8:\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfe7;\n \n puStack_80 = (undefined *)0x123e15;\n puStack_70 = (uint *)iVar6;\n FUN_002446e0();\n }\n local_20 = local_44;\n local_2c = iVar6;\n if (param_1 == 0) {\n if (param_3 == -1) {\n puStack_70 = (uint *)0x123df8;\n iVar6 = FUN_0010c360();\n goto LAB_00123df8;\n }\n local_28 = param_3;\n local_24 = param_2;\n }\n else {\n local_28 = -1;\n local_24 = param_1;\n }\n puStack_70 = (uint *)0x123c3b;\n FUN_0010ece0();\n if ((local_30 == 0) || (iVar6 = *(int *)(local_30 + 0x14), iVar6 == 0)) {\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfeb;\n \n puStack_80 = (undefined *)0x123cff;\n FUN_002446e0();\n }\n param_6 = (uint)*(byte *)(*(int *)(iVar6 + 4) + 0x14);\n if ((*(byte *)(iVar12 + 0x1c) & 1) == 0) {\nLAB_00123dd6:\n uStack_74 = local_64 + -0x17f944;\n local_7c = (uint *)(local_64 + -0x19cca3);\n iStack_78 = 0xc5;\n \n puStack_80 = (undefined *)0x123df3;\n FUN_002446e0();\n }\n if (*(int *)(iVar6 + 8) == -1) {\n puStack_70 = (uint *)0x123dd6;\n FUN_0010c390();\n goto LAB_00123dd6;\n }\n local_58 = (*(int *)(iVar6 + 8) - param_5) + *(int *)(iVar12 + 4) + local_4c;\n if (0x3ffffff < local_58 + 0x2000000) {\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfef;\n \n puStack_80 = &UNK_00123cb7;\n puStack_70 = (uint *)*(int *)(iVar12 + 4);\n FUN_002446e0();\n }\n }\nLAB_00123af0:\n if (param_6 == 0) {\n uVar15 = local_58 + 0x2000000;\n goto LAB_00123b38;\n }\n if (((char)uVar13 != '\x01') || (iVar9 != 0x1c)) {\nLAB_00123a2c:\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xff8;\n \n puStack_80 = &UNK_00123a4b;\n FUN_002446e0();\n }\n uVar15 = local_58 + 0x2000000;\n }\n uVar5 = (local_58 & 2) << 0x17 | uVar7 | 0xfa000000;\nLAB_00123b38:\n uVar7 = ((int)local_58 >> 2 ^ uVar5) & 0xffffff ^ uVar5;\n *local_5c = uVar5 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8 | uVar7 << 0x18;\n return (uint)(0x3ffffff < uVar15);\n}\n\n" (function_definition "uint FUN_001236c0(int param_1,int param_2,int param_3,int param_4,int param_5,uint param_6,\n undefined4 param_7)\n\n{\n byte bVar1;\n int *piVar2;\n char cVar3;\n byte bVar4;\n uint uVar5;\n int iVar6;\n uint uVar7;\n undefined4 *puVar8;\n int iVar9;\n uint *extraout_ECX;\n uint *puVar10;\n undefined4 extraout_ECX_00;\n uint uVar11;\n int iVar12;\n uint uVar13;\n int *piVar14;\n int unaff_EDI;\n uint uVar15;\n byte *pbVar16;\n byte *pbVar17;\n int *piVar18;\n bool bVar19;\n bool bVar20;\n undefined8 uVar21;\n undefined8 uVar22;\n undefined4 uVar23;\n bool bStack_b8;\n uint *puStack_b4;\n uint auStack_a8 [10];\n undefined *puStack_80;\n uint *local_7c;\n int iStack_78;\n uint uStack_74;\n uint *puStack_70;\n uint uStack_68;\n int local_64;\n uint local_60;\n uint *local_5c;\n uint local_58;\n int *local_54;\n int local_50;\n uint local_4c;\n uint local_48;\n uint local_44;\n uint local_40;\n int local_3c;\n uint *local_38;\n uint local_34;\n int local_30;\n int local_2c;\n int local_28;\n int local_24;\n uint local_20;\n \n uVar21 = FUN_00074f0a();\n local_50 = (int)((ulonglong)uVar21 >> 0x20);\n uVar22 = CONCAT44(local_50,local_3c);\n iVar9 = (int)uVar21;\n local_64 = unaff_EDI + 0x4c6939;\n uVar15 = *extraout_ECX;\n uVar7 = uVar15 >> 0x18 | (uVar15 & 0xff0000) >> 8 | (uVar15 & 0xff00) << 8;\n uVar15 = uVar15 << 0x18;\n uVar5 = uVar7 | uVar15;\n if (uVar15 >> 0x1c == 0xf) {\n bVar19 = false;\n puVar10 = extraout_ECX;\nLAB_00123812:\n if (iVar9 == 0x1c) {\n if ((uVar15 != 0xeb000000) && ((uVar15 & 0xfe000000) != 0xfa000000)) {\n return 2;\n }\n }\n else {\n bVar20 = false;\n if (iVar9 == 0x1d) goto LAB_0012385b;\nLAB_0012372e:\n if ((iVar9 != 0x1b) && (iVar9 != 0xf)) {\n uStack_74 = unaff_EDI + 0x346cd1;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0xfba;\n \n puStack_80 = (undefined *)0x123d78;\n puStack_70 = puVar10;\n FUN_002446e0();\n }\n if ((uVar15 & 0xe000000) != 0xa000000) {\n return 2;\n }\n }\n }\n else {\n puVar10 = (uint *)(uVar15 & 0xf000000);\n bVar19 = puVar10 == (uint *)0xa000000;\n if (uVar15 >> 0x1c == 0xe) goto LAB_00123812;\n bVar20 = puVar10 == (uint *)0xb000000;\n if (iVar9 == 0x1c) {\n return 2;\n }\n if (iVar9 != 0x1d) goto LAB_0012372e;\nLAB_0012385b:\n if ((!bVar19) && (!bVar20)) {\n return 2;\n }\n }\n local_54 = (int *)((int)&DWORD_004c7100 + unaff_EDI + 1);\n local_60 = *(uint *)(*local_54 + 0xc);\n if (local_60 == 0) {\n puStack_70 = (uint *)0x123d3e;\n iVar6 = FUN_0010d780();\n goto LAB_00123d3e;\n }\n if ((*(int *)(*(int *)(local_60 + 4) + 8) != 0x28) ||\n (*(char *)(*(int *)(local_60 + 4) + 4) == '\0')) {\n puStack_70 = (uint *)param_7;\n uStack_74 = unaff_EDI + 0x346d6d;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0x988;\n \n puStack_80 = (undefined *)0x123d1c;\n FUN_002446e0();\n }\n local_5c = extraout_ECX;\n if ((char)param_7 != '\0') {\n puStack_70 = *(uint **)(*local_54 + 8);\n if (puStack_70 == (uint *)0x0) {\n uStack_74 = unaff_EDI + 0x346db1;\n local_7c = (uint *)(unaff_EDI + 0x324ba6);\n iStack_78 = 0x5c;\n \n puStack_80 = (undefined *)0x123dd1;\n FUN_002446e0();\n }\n if (*(char *)((int)puStack_70 + 0x318d) != '\0') {\n uStack_74 = unaff_EDI + 0x346cd1;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0xfc5;\n \n puStack_80 = (undefined *)0x123db7;\n FUN_002446e0();\n }\n puVar8 = *(undefined4 **)(local_60 + 0x7c);\n if (puVar8 != (undefined4 *)0x0) {\n iStack_78 = 6;\n local_7c = (uint *)*puVar8;\n puStack_80 = (undefined *)0x1237cd;\n iVar6 = FUN_00225490();\n if (iVar6 != 0) {\n if ((*(int *)(iVar6 + 4) - 8U < 3) ||\n (uVar7 = uVar15 & 0xf0000000 | 0x1a00000, *(int *)(iVar6 + 4) == 0xd)) {\n uVar7 = uVar15 & 0xf0000000 | 0x320f000;\n }\n *local_5c = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8;\n return 0;\n }\n goto LAB_00123d3e;\n }\n goto LAB_00123d1c;\n }\n local_44 = uVar5 * 4 & 0x3ffffff;\n if ((uVar5 * 4 & 0x2000000) == 0) {\n bVar4 = *(byte *)(param_4 + 0xb);\n if (-1 < (char)bVar4) goto LAB_001238a2;\nLAB_00123a6e:\n iVar6 = local_44 + *(int *)(param_4 + 0xc);\n local_4c = local_44;\n }\n else {\n local_44 = local_44 + 0xfc000000;\n bVar4 = *(byte *)(param_4 + 0xb);\n if ((char)bVar4 < '\0') goto LAB_00123a6e;\nLAB_001238a2:\n local_4c = local_44;\n if ((bVar4 & 8) == 0) {\n uStack_74 = unaff_EDI + 0x346fc5;\n local_7c = (uint *)(unaff_EDI + 0x329cbe);\n iStack_78 = 0x6ab;\n \n puStack_80 = (undefined *)0x123d95;\n puStack_70 = (uint *)(uint)bVar4;\n FUN_002446e0();\n }\n local_7c = *(uint **)(param_4 + 0xc);\n local_58 = *local_7c;\n local_48 = local_44;\n if (local_44 < 0xffffff00) {\n local_58 = local_58 + local_44;\n local_48 = 0;\n }\n local_34 = local_7c[3];\n piVar18 = *(int **)(local_7c[2] + (local_58 % local_34) * 4);\n local_38 = local_7c;\n if (piVar18 != (int *)0x0) {\n uVar15 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, local_40 = uVar5, local_3c = iVar9, local_58 != uVar15) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar15 = piVar2[1], piVar18 = piVar14, local_58 % local_34 != uVar15 % local_34))\n goto LAB_00123b80;\n }\n if (*piVar18 != 0) {\n iVar6 = local_48 + *(int *)(*piVar18 + 8);\n uVar22 = uVar21;\n goto LAB_0012394e;\n }\n }\nLAB_00123b80:\n puStack_70 = (uint *)local_58;\n local_58 = *(uint *)(param_4 + 8);\n uStack_74 = local_58 & 0x7ffffff;\n iStack_78 = param_2;\n puStack_80 = (undefined *)0x123ba9;\n iVar6 = FUN_00318cf0();\n uVar22 = CONCAT44(local_50,local_3c);\n iVar6 = local_48 + iVar6;\n }\nLAB_0012394e:\n local_50 = (int)((ulonglong)uVar22 >> 0x20);\n local_3c = (int)uVar22;\n uVar15 = iVar6 - param_5;\n puVar8 = *(undefined4 **)(local_60 + 0x7c);\n local_58 = uVar15;\n if (puVar8 == (undefined4 *)0x0) {\nLAB_00123d1c:\n local_50 = (int)((ulonglong)uVar22 >> 0x20);\n local_3c = (int)uVar22;\n uStack_74 = local_64 + -0x17fc00;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xb6a;\n \n puStack_80 = (undefined *)0x123d39;\n puStack_70 = puVar8;\n FUN_002446e0();\n }\n iStack_78 = 6;\n local_7c = (uint *)*puVar8;\n puStack_80 = (undefined *)0x123978;\n iVar6 = FUN_00225490();\n if (iVar6 == 0) {\nLAB_00123d3e:\n uStack_74 = local_64 + -0x17fc00;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xb6d;\n \n puStack_80 = (undefined *)0x123d5b;\n puStack_70 = (uint *)iVar6;\n FUN_002446e0();\n }\n uVar11 = *(uint *)(iVar6 + 4);\n iVar6 = *(int *)(*local_54 + 8);\n if (iVar6 == 0) {\n \n puStack_70 = (uint *)0x123d9a;\n FUN_0010cb20();\n }\n uVar13 = (uint)*(byte *)(iVar6 + 0x1579);\n if (*(byte *)(iVar6 + 0x1579) == 0) {\n uVar13 = (uint)(2 < uVar11);\n }\n else if ((uVar11 & 0xfffffffd) != 8) {\n uVar13 = (uint)(uVar11 - 0xb < 3);\n }\n if (*(char *)(iVar6 + 0x318d) != '\0') goto LAB_00123af0;\n uVar15 = uVar15 + 0x2000000;\n if (uVar15 < 0x4000000) {\n if (param_6 == 0) goto LAB_00123b38;\n if (((char)uVar13 != '\x01') || (iVar9 != 0x1c)) {\n uStack_74 = 0;\n iStack_78 = param_2;\n local_7c = (uint *)param_4;\n puStack_80 = (undefined *)0x123a0a;\n FUN_000a90f0();\n local_7c = (uint *)0x1;\n puStack_80 = (undefined *)0x123a21;\n iVar6 = FUN_00113410();\n if (iVar6 == 0) goto LAB_00123a2c;\n goto LAB_00123bd0;\n }\n }\n else {\n uStack_74 = 0;\n iStack_78 = param_2;\n local_7c = (uint *)param_4;\n puStack_80 = (undefined *)0x123abd;\n FUN_000a90f0();\n local_7c = (uint *)(uint)(param_6 != 0);\n puStack_80 = (undefined *)0x123ade;\n iVar6 = FUN_00113410();\n if (iVar6 != 0) {\nLAB_00123bd0:\n uVar15 = *(uint *)(local_50 + 0x18);\n local_60 = *(uint *)(param_2 + 0x140);\n if ((uint)((int)(local_60 - *(int *)(param_2 + 0x13c)) >> 2) <= uVar15) {\n puStack_70 = (uint *)0x123e1a;\n FUN_0010c330();\n iStack_78 = 0x123e29;\n uStack_74 = uVar15;\n puStack_70 = (uint *)uVar5;\n uVar22 = FUN_00074f0a();\n iVar6 = local_64;\n iVar12 = (int)((ulonglong)uVar22 >> 0x20);\n pbVar16 = BYTE_ARRAY_004c61c1 + uVar15 + 0x16;\n auStack_a8[0] = 0;\n auStack_a8[1] = 0xffffffff;\n auStack_a8[2] = 0x80000000;\n auStack_a8[3] = 0;\n pbVar17 = pbVar16;\n uVar23 = extraout_ECX_00;\n local_7c = (uint *)uVar13;\n iStack_78 = iVar9;\n if (local_64 == 0) {\n uVar7 = (*(int *)(iVar12 + 0x154) - *(int *)(iVar12 + 0x14c)) +\n (*(int *)(iVar12 + 0x150) - *(int *)(iVar12 + 0x148)) * 8;\n if (uVar7 <= local_60) {\n \n FUN_002446e0(uVar15 + 0x34351d,0x5f8,uVar15 + 0x34662f,uVar7);\n }\n bStack_b8 = (*(uint *)(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4) &\n 1 << ((byte)local_60 & 0x1f)) != 0;\n goto LAB_00123fe0;\n }\n uVar7 = 0;\n if (uStack_68 - 2 < 0x6b) {\n uVar7 = (uint)(char)(&UNK_00344ed5)[uStack_68 + uVar15];\n if (*(int *)(local_64 + 0x18) == -1) goto LAB_00123f75;\nLAB_00123e82:\n if ((*(byte *)(local_64 + 0x28) & 0xf) != 10) {\n cVar3 = FUN_00071bb0(local_64,uVar7);\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n if (cVar3 != '\0') {\nLAB_00123f19:\n if (bVar4 == 0) goto LAB_00123f1d;\nLAB_00123f80:\n if (bVar4 == 4) {\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }\nLAB_00124258:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }\nLAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);\n bStack_b8 = (bool)(bVar4 & 1);\n goto LAB_00123fe0;\n }\n goto LAB_00124280;\n }\n if ((bVar4 != 0) || ((*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0)) {\n pbVar17 = BYTE_ARRAY_004c6979 + uVar15 + 0x26;\n if (*(int *)(*(int *)pbVar17 + 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);\n }\n if (*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0') {\nLAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;\n if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }\n if (bVar4 != 4) goto LAB_00124258;\nLAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }\n }\n else if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;\n }\n }\n if (*(int *)((int)uVar22 + 0x18) == 0) {\n iVar9 = FUN_0010c850();\nLAB_0012462d:\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,iVar9);\n }\n auStack_a8[3] = FUN_00117290();\n bStack_b8 = false;\n local_5c = auStack_a8;\n }\n else {\n if (*(int *)(local_64 + 0x18) != -1) goto LAB_00123e82;\nLAB_00123f75:\n bVar4 = *(byte *)(local_64 + 0x2a) & 7;\n if (bVar4 != 0) goto LAB_00123f80;\nLAB_00123f1d:\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_00123f8f;\nLAB_00123f39:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) goto LAB_00123fe0;\n if ((*(int *)(iVar6 + 0xc) == 0) && ((bVar1 & 0x20) != 0)) goto LAB_00124269;\n goto LAB_001242ac;\n }\nLAB_00124280:\n bStack_b8 = true;\n }\nLAB_00123fe0:\n puStack_b4 = auStack_a8;\n iVar9 = *(int *)((int)&DWORD_004c739c + uVar15 + 3);\n if (0xff < uStack_68) {\n \n FUN_002446e0(uVar15 + 0x347947,0x134,uVar15 + 0x3466b7,iVar9);\n }\n uVar7 = *(uint *)(iVar9 + uStack_68 * 4);\n if ((uVar7 != 0) && (*(int *)(uVar7 + 0x1c) == 1)) {\n bVar4 = *(byte *)(uVar7 + 0x34);\n uVar7 = (uint)bVar4;\n if ((bVar4 & 2) != 0) {\n if (((bStack_b8 != false) && ((bVar4 & 0x40) != 0)) &&\n (uVar7 = FUN_000a90f0(local_5c,iVar12,0), (uVar7 & 1) != 0)) {\n auStack_a8[3] = FUN_000a90f0(local_5c,iVar12,0);\n auStack_a8[3] = auStack_a8[3] & 0xfffffffe;\n local_5c = puStack_b4;\n }\n if (-1 < (char)*(byte *)((int)local_5c + 0xb)) {\n if ((*(byte *)((int)local_5c + 0xb) & 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17);\n }\n puVar10 = (uint *)local_5c[3];\n uVar7 = *puVar10;\n uVar5 = uVar7 % puVar10[3];\n piVar18 = *(int **)(puVar10[2] + uVar5 * 4);\n if (piVar18 != (int *)0x0) {\n uVar11 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, uVar7 != uVar11) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }\n if (*piVar18 != 0) goto LAB_001240a3;\n }\nLAB_00124478:\n FUN_00318cf0(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23);\n }\nLAB_001240a3:\n if (uStack_68 - 10 < 0x2a) {\n \n \n uVar15 = (*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))();\n return uVar15;\n }\n \n FUN_002446e0(uVar15 + 0x34351d,0x2ec8,uVar15 + 0x345d23,iVar6);\n }\n }\n \n FUN_002446e0(uVar15 + 0x34351d,0x2ea7,uVar15 + 0x345d23,uVar7);\n }\n iVar12 = *(int *)(*(int *)(param_2 + 0x13c) + uVar15 * 4);\n if (iVar12 == 0) {\nLAB_00123df8:\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfe7;\n \n puStack_80 = (undefined *)0x123e15;\n puStack_70 = (uint *)iVar6;\n FUN_002446e0();\n }\n local_20 = local_44;\n local_2c = iVar6;\n if (param_1 == 0) {\n if (param_3 == -1) {\n puStack_70 = (uint *)0x123df8;\n iVar6 = FUN_0010c360();\n goto LAB_00123df8;\n }\n local_28 = param_3;\n local_24 = param_2;\n }\n else {\n local_28 = -1;\n local_24 = param_1;\n }\n puStack_70 = (uint *)0x123c3b;\n FUN_0010ece0();\n if ((local_30 == 0) || (iVar6 = *(int *)(local_30 + 0x14), iVar6 == 0)) {\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfeb;\n \n puStack_80 = (undefined *)0x123cff;\n FUN_002446e0();\n }\n param_6 = (uint)*(byte *)(*(int *)(iVar6 + 4) + 0x14);\n if ((*(byte *)(iVar12 + 0x1c) & 1) == 0) {\nLAB_00123dd6:\n uStack_74 = local_64 + -0x17f944;\n local_7c = (uint *)(local_64 + -0x19cca3);\n iStack_78 = 0xc5;\n \n puStack_80 = (undefined *)0x123df3;\n FUN_002446e0();\n }\n if (*(int *)(iVar6 + 8) == -1) {\n puStack_70 = (uint *)0x123dd6;\n FUN_0010c390();\n goto LAB_00123dd6;\n }\n local_58 = (*(int *)(iVar6 + 8) - param_5) + *(int *)(iVar12 + 4) + local_4c;\n if (0x3ffffff < local_58 + 0x2000000) {\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfef;\n \n puStack_80 = &UNK_00123cb7;\n puStack_70 = (uint *)*(int *)(iVar12 + 4);\n FUN_002446e0();\n }\n }\nLAB_00123af0:\n if (param_6 == 0) {\n uVar15 = local_58 + 0x2000000;\n goto LAB_00123b38;\n }\n if (((char)uVar13 != '\x01') || (iVar9 != 0x1c)) {\nLAB_00123a2c:\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xff8;\n \n puStack_80 = &UNK_00123a4b;\n FUN_002446e0();\n }\n uVar15 = local_58 + 0x2000000;\n }\n uVar5 = (local_58 & 2) << 0x17 | uVar7 | 0xfa000000;\nLAB_00123b38:\n uVar7 = ((int)local_58 >> 2 ^ uVar5) & 0xffffff ^ uVar5;\n *local_5c = uVar5 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8 | uVar7 << 0x18;\n return (uint)(0x3ffffff < uVar15);\n}" type_identifier (function_declarator "FUN_001236c0(int param_1,int param_2,int param_3,int param_4,int param_5,uint param_6,\n undefined4 param_7)" identifier (parameter_list "(int param_1,int param_2,int param_3,int param_4,int param_5,uint param_6,\n undefined4 param_7)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "int param_2" primitive_type identifier) , (parameter_declaration "int param_3" primitive_type identifier) , (parameter_declaration "int param_4" primitive_type identifier) , (parameter_declaration "int param_5" primitive_type identifier) , (parameter_declaration "uint param_6" type_identifier identifier) , (parameter_declaration "undefined4 param_7" type_identifier identifier) ))) (compound_statement "{\n byte bVar1;\n int *piVar2;\n char cVar3;\n byte bVar4;\n uint uVar5;\n int iVar6;\n uint uVar7;\n undefined4 *puVar8;\n int iVar9;\n uint *extraout_ECX;\n uint *puVar10;\n undefined4 extraout_ECX_00;\n uint uVar11;\n int iVar12;\n uint uVar13;\n int *piVar14;\n int unaff_EDI;\n uint uVar15;\n byte *pbVar16;\n byte *pbVar17;\n int *piVar18;\n bool bVar19;\n bool bVar20;\n undefined8 uVar21;\n undefined8 uVar22;\n undefined4 uVar23;\n bool bStack_b8;\n uint *puStack_b4;\n uint auStack_a8 [10];\n undefined *puStack_80;\n uint *local_7c;\n int iStack_78;\n uint uStack_74;\n uint *puStack_70;\n uint uStack_68;\n int local_64;\n uint local_60;\n uint *local_5c;\n uint local_58;\n int *local_54;\n int local_50;\n uint local_4c;\n uint local_48;\n uint local_44;\n uint local_40;\n int local_3c;\n uint *local_38;\n uint local_34;\n int local_30;\n int local_2c;\n int local_28;\n int local_24;\n uint local_20;\n \n uVar21 = FUN_00074f0a();\n local_50 = (int)((ulonglong)uVar21 >> 0x20);\n uVar22 = CONCAT44(local_50,local_3c);\n iVar9 = (int)uVar21;\n local_64 = unaff_EDI + 0x4c6939;\n uVar15 = *extraout_ECX;\n uVar7 = uVar15 >> 0x18 | (uVar15 & 0xff0000) >> 8 | (uVar15 & 0xff00) << 8;\n uVar15 = uVar15 << 0x18;\n uVar5 = uVar7 | uVar15;\n if (uVar15 >> 0x1c == 0xf) {\n bVar19 = false;\n puVar10 = extraout_ECX;\nLAB_00123812:\n if (iVar9 == 0x1c) {\n if ((uVar15 != 0xeb000000) && ((uVar15 & 0xfe000000) != 0xfa000000)) {\n return 2;\n }\n }\n else {\n bVar20 = false;\n if (iVar9 == 0x1d) goto LAB_0012385b;\nLAB_0012372e:\n if ((iVar9 != 0x1b) && (iVar9 != 0xf)) {\n uStack_74 = unaff_EDI + 0x346cd1;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0xfba;\n \n puStack_80 = (undefined *)0x123d78;\n puStack_70 = puVar10;\n FUN_002446e0();\n }\n if ((uVar15 & 0xe000000) != 0xa000000) {\n return 2;\n }\n }\n }\n else {\n puVar10 = (uint *)(uVar15 & 0xf000000);\n bVar19 = puVar10 == (uint *)0xa000000;\n if (uVar15 >> 0x1c == 0xe) goto LAB_00123812;\n bVar20 = puVar10 == (uint *)0xb000000;\n if (iVar9 == 0x1c) {\n return 2;\n }\n if (iVar9 != 0x1d) goto LAB_0012372e;\nLAB_0012385b:\n if ((!bVar19) && (!bVar20)) {\n return 2;\n }\n }\n local_54 = (int *)((int)&DWORD_004c7100 + unaff_EDI + 1);\n local_60 = *(uint *)(*local_54 + 0xc);\n if (local_60 == 0) {\n puStack_70 = (uint *)0x123d3e;\n iVar6 = FUN_0010d780();\n goto LAB_00123d3e;\n }\n if ((*(int *)(*(int *)(local_60 + 4) + 8) != 0x28) ||\n (*(char *)(*(int *)(local_60 + 4) + 4) == '\0')) {\n puStack_70 = (uint *)param_7;\n uStack_74 = unaff_EDI + 0x346d6d;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0x988;\n \n puStack_80 = (undefined *)0x123d1c;\n FUN_002446e0();\n }\n local_5c = extraout_ECX;\n if ((char)param_7 != '\0') {\n puStack_70 = *(uint **)(*local_54 + 8);\n if (puStack_70 == (uint *)0x0) {\n uStack_74 = unaff_EDI + 0x346db1;\n local_7c = (uint *)(unaff_EDI + 0x324ba6);\n iStack_78 = 0x5c;\n \n puStack_80 = (undefined *)0x123dd1;\n FUN_002446e0();\n }\n if (*(char *)((int)puStack_70 + 0x318d) != '\0') {\n uStack_74 = unaff_EDI + 0x346cd1;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0xfc5;\n \n puStack_80 = (undefined *)0x123db7;\n FUN_002446e0();\n }\n puVar8 = *(undefined4 **)(local_60 + 0x7c);\n if (puVar8 != (undefined4 *)0x0) {\n iStack_78 = 6;\n local_7c = (uint *)*puVar8;\n puStack_80 = (undefined *)0x1237cd;\n iVar6 = FUN_00225490();\n if (iVar6 != 0) {\n if ((*(int *)(iVar6 + 4) - 8U < 3) ||\n (uVar7 = uVar15 & 0xf0000000 | 0x1a00000, *(int *)(iVar6 + 4) == 0xd)) {\n uVar7 = uVar15 & 0xf0000000 | 0x320f000;\n }\n *local_5c = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8;\n return 0;\n }\n goto LAB_00123d3e;\n }\n goto LAB_00123d1c;\n }\n local_44 = uVar5 * 4 & 0x3ffffff;\n if ((uVar5 * 4 & 0x2000000) == 0) {\n bVar4 = *(byte *)(param_4 + 0xb);\n if (-1 < (char)bVar4) goto LAB_001238a2;\nLAB_00123a6e:\n iVar6 = local_44 + *(int *)(param_4 + 0xc);\n local_4c = local_44;\n }\n else {\n local_44 = local_44 + 0xfc000000;\n bVar4 = *(byte *)(param_4 + 0xb);\n if ((char)bVar4 < '\0') goto LAB_00123a6e;\nLAB_001238a2:\n local_4c = local_44;\n if ((bVar4 & 8) == 0) {\n uStack_74 = unaff_EDI + 0x346fc5;\n local_7c = (uint *)(unaff_EDI + 0x329cbe);\n iStack_78 = 0x6ab;\n \n puStack_80 = (undefined *)0x123d95;\n puStack_70 = (uint *)(uint)bVar4;\n FUN_002446e0();\n }\n local_7c = *(uint **)(param_4 + 0xc);\n local_58 = *local_7c;\n local_48 = local_44;\n if (local_44 < 0xffffff00) {\n local_58 = local_58 + local_44;\n local_48 = 0;\n }\n local_34 = local_7c[3];\n piVar18 = *(int **)(local_7c[2] + (local_58 % local_34) * 4);\n local_38 = local_7c;\n if (piVar18 != (int *)0x0) {\n uVar15 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, local_40 = uVar5, local_3c = iVar9, local_58 != uVar15) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar15 = piVar2[1], piVar18 = piVar14, local_58 % local_34 != uVar15 % local_34))\n goto LAB_00123b80;\n }\n if (*piVar18 != 0) {\n iVar6 = local_48 + *(int *)(*piVar18 + 8);\n uVar22 = uVar21;\n goto LAB_0012394e;\n }\n }\nLAB_00123b80:\n puStack_70 = (uint *)local_58;\n local_58 = *(uint *)(param_4 + 8);\n uStack_74 = local_58 & 0x7ffffff;\n iStack_78 = param_2;\n puStack_80 = (undefined *)0x123ba9;\n iVar6 = FUN_00318cf0();\n uVar22 = CONCAT44(local_50,local_3c);\n iVar6 = local_48 + iVar6;\n }\nLAB_0012394e:\n local_50 = (int)((ulonglong)uVar22 >> 0x20);\n local_3c = (int)uVar22;\n uVar15 = iVar6 - param_5;\n puVar8 = *(undefined4 **)(local_60 + 0x7c);\n local_58 = uVar15;\n if (puVar8 == (undefined4 *)0x0) {\nLAB_00123d1c:\n local_50 = (int)((ulonglong)uVar22 >> 0x20);\n local_3c = (int)uVar22;\n uStack_74 = local_64 + -0x17fc00;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xb6a;\n \n puStack_80 = (undefined *)0x123d39;\n puStack_70 = puVar8;\n FUN_002446e0();\n }\n iStack_78 = 6;\n local_7c = (uint *)*puVar8;\n puStack_80 = (undefined *)0x123978;\n iVar6 = FUN_00225490();\n if (iVar6 == 0) {\nLAB_00123d3e:\n uStack_74 = local_64 + -0x17fc00;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xb6d;\n \n puStack_80 = (undefined *)0x123d5b;\n puStack_70 = (uint *)iVar6;\n FUN_002446e0();\n }\n uVar11 = *(uint *)(iVar6 + 4);\n iVar6 = *(int *)(*local_54 + 8);\n if (iVar6 == 0) {\n \n puStack_70 = (uint *)0x123d9a;\n FUN_0010cb20();\n }\n uVar13 = (uint)*(byte *)(iVar6 + 0x1579);\n if (*(byte *)(iVar6 + 0x1579) == 0) {\n uVar13 = (uint)(2 < uVar11);\n }\n else if ((uVar11 & 0xfffffffd) != 8) {\n uVar13 = (uint)(uVar11 - 0xb < 3);\n }\n if (*(char *)(iVar6 + 0x318d) != '\0') goto LAB_00123af0;\n uVar15 = uVar15 + 0x2000000;\n if (uVar15 < 0x4000000) {\n if (param_6 == 0) goto LAB_00123b38;\n if (((char)uVar13 != '\x01') || (iVar9 != 0x1c)) {\n uStack_74 = 0;\n iStack_78 = param_2;\n local_7c = (uint *)param_4;\n puStack_80 = (undefined *)0x123a0a;\n FUN_000a90f0();\n local_7c = (uint *)0x1;\n puStack_80 = (undefined *)0x123a21;\n iVar6 = FUN_00113410();\n if (iVar6 == 0) goto LAB_00123a2c;\n goto LAB_00123bd0;\n }\n }\n else {\n uStack_74 = 0;\n iStack_78 = param_2;\n local_7c = (uint *)param_4;\n puStack_80 = (undefined *)0x123abd;\n FUN_000a90f0();\n local_7c = (uint *)(uint)(param_6 != 0);\n puStack_80 = (undefined *)0x123ade;\n iVar6 = FUN_00113410();\n if (iVar6 != 0) {\nLAB_00123bd0:\n uVar15 = *(uint *)(local_50 + 0x18);\n local_60 = *(uint *)(param_2 + 0x140);\n if ((uint)((int)(local_60 - *(int *)(param_2 + 0x13c)) >> 2) <= uVar15) {\n puStack_70 = (uint *)0x123e1a;\n FUN_0010c330();\n iStack_78 = 0x123e29;\n uStack_74 = uVar15;\n puStack_70 = (uint *)uVar5;\n uVar22 = FUN_00074f0a();\n iVar6 = local_64;\n iVar12 = (int)((ulonglong)uVar22 >> 0x20);\n pbVar16 = BYTE_ARRAY_004c61c1 + uVar15 + 0x16;\n auStack_a8[0] = 0;\n auStack_a8[1] = 0xffffffff;\n auStack_a8[2] = 0x80000000;\n auStack_a8[3] = 0;\n pbVar17 = pbVar16;\n uVar23 = extraout_ECX_00;\n local_7c = (uint *)uVar13;\n iStack_78 = iVar9;\n if (local_64 == 0) {\n uVar7 = (*(int *)(iVar12 + 0x154) - *(int *)(iVar12 + 0x14c)) +\n (*(int *)(iVar12 + 0x150) - *(int *)(iVar12 + 0x148)) * 8;\n if (uVar7 <= local_60) {\n \n FUN_002446e0(uVar15 + 0x34351d,0x5f8,uVar15 + 0x34662f,uVar7);\n }\n bStack_b8 = (*(uint *)(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4) &\n 1 << ((byte)local_60 & 0x1f)) != 0;\n goto LAB_00123fe0;\n }\n uVar7 = 0;\n if (uStack_68 - 2 < 0x6b) {\n uVar7 = (uint)(char)(&UNK_00344ed5)[uStack_68 + uVar15];\n if (*(int *)(local_64 + 0x18) == -1) goto LAB_00123f75;\nLAB_00123e82:\n if ((*(byte *)(local_64 + 0x28) & 0xf) != 10) {\n cVar3 = FUN_00071bb0(local_64,uVar7);\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n if (cVar3 != '\0') {\nLAB_00123f19:\n if (bVar4 == 0) goto LAB_00123f1d;\nLAB_00123f80:\n if (bVar4 == 4) {\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }\nLAB_00124258:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }\nLAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);\n bStack_b8 = (bool)(bVar4 & 1);\n goto LAB_00123fe0;\n }\n goto LAB_00124280;\n }\n if ((bVar4 != 0) || ((*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0)) {\n pbVar17 = BYTE_ARRAY_004c6979 + uVar15 + 0x26;\n if (*(int *)(*(int *)pbVar17 + 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);\n }\n if (*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0') {\nLAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;\n if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }\n if (bVar4 != 4) goto LAB_00124258;\nLAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }\n }\n else if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;\n }\n }\n if (*(int *)((int)uVar22 + 0x18) == 0) {\n iVar9 = FUN_0010c850();\nLAB_0012462d:\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,iVar9);\n }\n auStack_a8[3] = FUN_00117290();\n bStack_b8 = false;\n local_5c = auStack_a8;\n }\n else {\n if (*(int *)(local_64 + 0x18) != -1) goto LAB_00123e82;\nLAB_00123f75:\n bVar4 = *(byte *)(local_64 + 0x2a) & 7;\n if (bVar4 != 0) goto LAB_00123f80;\nLAB_00123f1d:\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_00123f8f;\nLAB_00123f39:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) goto LAB_00123fe0;\n if ((*(int *)(iVar6 + 0xc) == 0) && ((bVar1 & 0x20) != 0)) goto LAB_00124269;\n goto LAB_001242ac;\n }\nLAB_00124280:\n bStack_b8 = true;\n }\nLAB_00123fe0:\n puStack_b4 = auStack_a8;\n iVar9 = *(int *)((int)&DWORD_004c739c + uVar15 + 3);\n if (0xff < uStack_68) {\n \n FUN_002446e0(uVar15 + 0x347947,0x134,uVar15 + 0x3466b7,iVar9);\n }\n uVar7 = *(uint *)(iVar9 + uStack_68 * 4);\n if ((uVar7 != 0) && (*(int *)(uVar7 + 0x1c) == 1)) {\n bVar4 = *(byte *)(uVar7 + 0x34);\n uVar7 = (uint)bVar4;\n if ((bVar4 & 2) != 0) {\n if (((bStack_b8 != false) && ((bVar4 & 0x40) != 0)) &&\n (uVar7 = FUN_000a90f0(local_5c,iVar12,0), (uVar7 & 1) != 0)) {\n auStack_a8[3] = FUN_000a90f0(local_5c,iVar12,0);\n auStack_a8[3] = auStack_a8[3] & 0xfffffffe;\n local_5c = puStack_b4;\n }\n if (-1 < (char)*(byte *)((int)local_5c + 0xb)) {\n if ((*(byte *)((int)local_5c + 0xb) & 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17);\n }\n puVar10 = (uint *)local_5c[3];\n uVar7 = *puVar10;\n uVar5 = uVar7 % puVar10[3];\n piVar18 = *(int **)(puVar10[2] + uVar5 * 4);\n if (piVar18 != (int *)0x0) {\n uVar11 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, uVar7 != uVar11) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }\n if (*piVar18 != 0) goto LAB_001240a3;\n }\nLAB_00124478:\n FUN_00318cf0(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23);\n }\nLAB_001240a3:\n if (uStack_68 - 10 < 0x2a) {\n \n \n uVar15 = (*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))();\n return uVar15;\n }\n \n FUN_002446e0(uVar15 + 0x34351d,0x2ec8,uVar15 + 0x345d23,iVar6);\n }\n }\n \n FUN_002446e0(uVar15 + 0x34351d,0x2ea7,uVar15 + 0x345d23,uVar7);\n }\n iVar12 = *(int *)(*(int *)(param_2 + 0x13c) + uVar15 * 4);\n if (iVar12 == 0) {\nLAB_00123df8:\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfe7;\n \n puStack_80 = (undefined *)0x123e15;\n puStack_70 = (uint *)iVar6;\n FUN_002446e0();\n }\n local_20 = local_44;\n local_2c = iVar6;\n if (param_1 == 0) {\n if (param_3 == -1) {\n puStack_70 = (uint *)0x123df8;\n iVar6 = FUN_0010c360();\n goto LAB_00123df8;\n }\n local_28 = param_3;\n local_24 = param_2;\n }\n else {\n local_28 = -1;\n local_24 = param_1;\n }\n puStack_70 = (uint *)0x123c3b;\n FUN_0010ece0();\n if ((local_30 == 0) || (iVar6 = *(int *)(local_30 + 0x14), iVar6 == 0)) {\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfeb;\n \n puStack_80 = (undefined *)0x123cff;\n FUN_002446e0();\n }\n param_6 = (uint)*(byte *)(*(int *)(iVar6 + 4) + 0x14);\n if ((*(byte *)(iVar12 + 0x1c) & 1) == 0) {\nLAB_00123dd6:\n uStack_74 = local_64 + -0x17f944;\n local_7c = (uint *)(local_64 + -0x19cca3);\n iStack_78 = 0xc5;\n \n puStack_80 = (undefined *)0x123df3;\n FUN_002446e0();\n }\n if (*(int *)(iVar6 + 8) == -1) {\n puStack_70 = (uint *)0x123dd6;\n FUN_0010c390();\n goto LAB_00123dd6;\n }\n local_58 = (*(int *)(iVar6 + 8) - param_5) + *(int *)(iVar12 + 4) + local_4c;\n if (0x3ffffff < local_58 + 0x2000000) {\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfef;\n \n puStack_80 = &UNK_00123cb7;\n puStack_70 = (uint *)*(int *)(iVar12 + 4);\n FUN_002446e0();\n }\n }\nLAB_00123af0:\n if (param_6 == 0) {\n uVar15 = local_58 + 0x2000000;\n goto LAB_00123b38;\n }\n if (((char)uVar13 != '\x01') || (iVar9 != 0x1c)) {\nLAB_00123a2c:\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xff8;\n \n puStack_80 = &UNK_00123a4b;\n FUN_002446e0();\n }\n uVar15 = local_58 + 0x2000000;\n }\n uVar5 = (local_58 & 2) << 0x17 | uVar7 | 0xfa000000;\nLAB_00123b38:\n uVar7 = ((int)local_58 >> 2 ^ uVar5) & 0xffffff ^ uVar5;\n *local_5c = uVar5 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8 | uVar7 << 0x18;\n return (uint)(0x3ffffff < uVar15);\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (declaration "char cVar3;" primitive_type identifier ;) (declaration "byte bVar4;" type_identifier identifier ;) (declaration "uint uVar5;" type_identifier identifier ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "uint uVar7;" type_identifier identifier ;) (declaration "undefined4 *puVar8;" type_identifier (pointer_declarator "*puVar8" * identifier) ;) (declaration "int iVar9;" primitive_type identifier ;) (declaration "uint *extraout_ECX;" type_identifier (pointer_declarator "*extraout_ECX" * identifier) ;) (declaration "uint *puVar10;" type_identifier (pointer_declarator "*puVar10" * identifier) ;) (declaration "undefined4 extraout_ECX_00;" type_identifier identifier ;) (declaration "uint uVar11;" type_identifier identifier ;) (declaration "int iVar12;" primitive_type identifier ;) (declaration "uint uVar13;" type_identifier identifier ;) (declaration "int *piVar14;" primitive_type (pointer_declarator "*piVar14" * identifier) ;) (declaration "int unaff_EDI;" primitive_type identifier ;) (declaration "uint uVar15;" type_identifier identifier ;) (declaration "byte *pbVar16;" type_identifier (pointer_declarator "*pbVar16" * identifier) ;) (declaration "byte *pbVar17;" type_identifier (pointer_declarator "*pbVar17" * identifier) ;) (declaration "int *piVar18;" primitive_type (pointer_declarator "*piVar18" * identifier) ;) (declaration "bool bVar19;" primitive_type identifier ;) (declaration "bool bVar20;" primitive_type identifier ;) (declaration "undefined8 uVar21;" type_identifier identifier ;) (declaration "undefined8 uVar22;" type_identifier identifier ;) (declaration "undefined4 uVar23;" type_identifier identifier ;) (declaration "bool bStack_b8;" primitive_type identifier ;) (declaration "uint *puStack_b4;" type_identifier (pointer_declarator "*puStack_b4" * identifier) ;) (declaration "uint auStack_a8 [10];" type_identifier (array_declarator "auStack_a8 [10]" identifier [ number_literal ]) ;) (declaration "undefined *puStack_80;" type_identifier (pointer_declarator "*puStack_80" * identifier) ;) (declaration "uint *local_7c;" type_identifier (pointer_declarator "*local_7c" * identifier) ;) (declaration "int iStack_78;" primitive_type identifier ;) (declaration "uint uStack_74;" type_identifier identifier ;) (declaration "uint *puStack_70;" type_identifier (pointer_declarator "*puStack_70" * identifier) ;) (declaration "uint uStack_68;" type_identifier identifier ;) (declaration "int local_64;" primitive_type identifier ;) (declaration "uint local_60;" type_identifier identifier ;) (declaration "uint *local_5c;" type_identifier (pointer_declarator "*local_5c" * identifier) ;) (declaration "uint local_58;" type_identifier identifier ;) (declaration "int *local_54;" primitive_type (pointer_declarator "*local_54" * identifier) ;) (declaration "int local_50;" primitive_type identifier ;) (declaration "uint local_4c;" type_identifier identifier ;) (declaration "uint local_48;" type_identifier identifier ;) (declaration "uint local_44;" type_identifier identifier ;) (declaration "uint local_40;" type_identifier identifier ;) (declaration "int local_3c;" primitive_type identifier ;) (declaration "uint *local_38;" type_identifier (pointer_declarator "*local_38" * identifier) ;) (declaration "uint local_34;" type_identifier identifier ;) (declaration "int local_30;" primitive_type identifier ;) (declaration "int local_2c;" primitive_type identifier ;) (declaration "int local_28;" primitive_type identifier ;) (declaration "int local_24;" primitive_type identifier ;) (declaration "uint local_20;" type_identifier identifier ;) (expression_statement "uVar21 = FUN_00074f0a();" (assignment_expression "uVar21 = FUN_00074f0a()" identifier = (call_expression "FUN_00074f0a()" identifier (argument_list "()" ( )))) ;) (expression_statement "local_50 = (int)((ulonglong)uVar21 >> 0x20);" (assignment_expression "local_50 = (int)((ulonglong)uVar21 >> 0x20)" identifier = (cast_expression "(int)((ulonglong)uVar21 >> 0x20)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "((ulonglong)uVar21 >> 0x20)" ( (binary_expression "(ulonglong)uVar21 >> 0x20" (cast_expression "(ulonglong)uVar21" ( (type_descriptor "ulonglong" type_identifier) ) identifier) >> number_literal) )))) ;) (expression_statement "uVar22 = CONCAT44(local_50,local_3c);" (assignment_expression "uVar22 = CONCAT44(local_50,local_3c)" identifier = (call_expression "CONCAT44(local_50,local_3c)" identifier (argument_list "(local_50,local_3c)" ( identifier , identifier )))) ;) (expression_statement "iVar9 = (int)uVar21;" (assignment_expression "iVar9 = (int)uVar21" identifier = (cast_expression "(int)uVar21" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "local_64 = unaff_EDI + 0x4c6939;" (assignment_expression "local_64 = unaff_EDI + 0x4c6939" identifier = (binary_expression "unaff_EDI + 0x4c6939" identifier + number_literal)) ;) (expression_statement "uVar15 = *extraout_ECX;" (assignment_expression "uVar15 = *extraout_ECX" identifier = (pointer_expression "*extraout_ECX" * identifier)) ;) (expression_statement "uVar7 = uVar15 >> 0x18 | (uVar15 & 0xff0000) >> 8 | (uVar15 & 0xff00) << 8;" (assignment_expression "uVar7 = uVar15 >> 0x18 | (uVar15 & 0xff0000) >> 8 | (uVar15 & 0xff00) << 8" identifier = (binary_expression "uVar15 >> 0x18 | (uVar15 & 0xff0000) >> 8 | (uVar15 & 0xff00) << 8" (binary_expression "uVar15 >> 0x18 | (uVar15 & 0xff0000) >> 8" (binary_expression "uVar15 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar15 & 0xff0000) >> 8" (parenthesized_expression "(uVar15 & 0xff0000)" ( (binary_expression "uVar15 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar15 & 0xff00) << 8" (parenthesized_expression "(uVar15 & 0xff00)" ( (binary_expression "uVar15 & 0xff00" identifier & number_literal) )) << number_literal))) ;) (expression_statement "uVar15 = uVar15 << 0x18;" (assignment_expression "uVar15 = uVar15 << 0x18" identifier = (binary_expression "uVar15 << 0x18" identifier << number_literal)) ;) (expression_statement "uVar5 = uVar7 | uVar15;" (assignment_expression "uVar5 = uVar7 | uVar15" identifier = (binary_expression "uVar7 | uVar15" identifier | identifier)) ;) (if_statement "if (uVar15 >> 0x1c == 0xf) {\n bVar19 = false;\n puVar10 = extraout_ECX;\nLAB_00123812:\n if (iVar9 == 0x1c) {\n if ((uVar15 != 0xeb000000) && ((uVar15 & 0xfe000000) != 0xfa000000)) {\n return 2;\n }\n }\n else {\n bVar20 = false;\n if (iVar9 == 0x1d) goto LAB_0012385b;\nLAB_0012372e:\n if ((iVar9 != 0x1b) && (iVar9 != 0xf)) {\n uStack_74 = unaff_EDI + 0x346cd1;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0xfba;\n \n puStack_80 = (undefined *)0x123d78;\n puStack_70 = puVar10;\n FUN_002446e0();\n }\n if ((uVar15 & 0xe000000) != 0xa000000) {\n return 2;\n }\n }\n }\n else {\n puVar10 = (uint *)(uVar15 & 0xf000000);\n bVar19 = puVar10 == (uint *)0xa000000;\n if (uVar15 >> 0x1c == 0xe) goto LAB_00123812;\n bVar20 = puVar10 == (uint *)0xb000000;\n if (iVar9 == 0x1c) {\n return 2;\n }\n if (iVar9 != 0x1d) goto LAB_0012372e;\nLAB_0012385b:\n if ((!bVar19) && (!bVar20)) {\n return 2;\n }\n }" if (parenthesized_expression "(uVar15 >> 0x1c == 0xf)" ( (binary_expression "uVar15 >> 0x1c == 0xf" (binary_expression "uVar15 >> 0x1c" identifier >> number_literal) == number_literal) )) (compound_statement "{\n bVar19 = false;\n puVar10 = extraout_ECX;\nLAB_00123812:\n if (iVar9 == 0x1c) {\n if ((uVar15 != 0xeb000000) && ((uVar15 & 0xfe000000) != 0xfa000000)) {\n return 2;\n }\n }\n else {\n bVar20 = false;\n if (iVar9 == 0x1d) goto LAB_0012385b;\nLAB_0012372e:\n if ((iVar9 != 0x1b) && (iVar9 != 0xf)) {\n uStack_74 = unaff_EDI + 0x346cd1;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0xfba;\n \n puStack_80 = (undefined *)0x123d78;\n puStack_70 = puVar10;\n FUN_002446e0();\n }\n if ((uVar15 & 0xe000000) != 0xa000000) {\n return 2;\n }\n }\n }" { (expression_statement "bVar19 = false;" (assignment_expression "bVar19 = false" identifier = false) ;) (expression_statement "puVar10 = extraout_ECX;" (assignment_expression "puVar10 = extraout_ECX" identifier = identifier) ;) (labeled_statement "LAB_00123812:\n if (iVar9 == 0x1c) {\n if ((uVar15 != 0xeb000000) && ((uVar15 & 0xfe000000) != 0xfa000000)) {\n return 2;\n }\n }\n else {\n bVar20 = false;\n if (iVar9 == 0x1d) goto LAB_0012385b;\nLAB_0012372e:\n if ((iVar9 != 0x1b) && (iVar9 != 0xf)) {\n uStack_74 = unaff_EDI + 0x346cd1;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0xfba;\n \n puStack_80 = (undefined *)0x123d78;\n puStack_70 = puVar10;\n FUN_002446e0();\n }\n if ((uVar15 & 0xe000000) != 0xa000000) {\n return 2;\n }\n }" statement_identifier : (if_statement "if (iVar9 == 0x1c) {\n if ((uVar15 != 0xeb000000) && ((uVar15 & 0xfe000000) != 0xfa000000)) {\n return 2;\n }\n }\n else {\n bVar20 = false;\n if (iVar9 == 0x1d) goto LAB_0012385b;\nLAB_0012372e:\n if ((iVar9 != 0x1b) && (iVar9 != 0xf)) {\n uStack_74 = unaff_EDI + 0x346cd1;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0xfba;\n \n puStack_80 = (undefined *)0x123d78;\n puStack_70 = puVar10;\n FUN_002446e0();\n }\n if ((uVar15 & 0xe000000) != 0xa000000) {\n return 2;\n }\n }" if (parenthesized_expression "(iVar9 == 0x1c)" ( (binary_expression "iVar9 == 0x1c" identifier == number_literal) )) (compound_statement "{\n if ((uVar15 != 0xeb000000) && ((uVar15 & 0xfe000000) != 0xfa000000)) {\n return 2;\n }\n }" { (if_statement "if ((uVar15 != 0xeb000000) && ((uVar15 & 0xfe000000) != 0xfa000000)) {\n return 2;\n }" if (parenthesized_expression "((uVar15 != 0xeb000000) && ((uVar15 & 0xfe000000) != 0xfa000000))" ( (binary_expression "(uVar15 != 0xeb000000) && ((uVar15 & 0xfe000000) != 0xfa000000)" (parenthesized_expression "(uVar15 != 0xeb000000)" ( (binary_expression "uVar15 != 0xeb000000" identifier != number_literal) )) && (parenthesized_expression "((uVar15 & 0xfe000000) != 0xfa000000)" ( (binary_expression "(uVar15 & 0xfe000000) != 0xfa000000" (parenthesized_expression "(uVar15 & 0xfe000000)" ( (binary_expression "uVar15 & 0xfe000000" identifier & number_literal) )) != number_literal) ))) )) (compound_statement "{\n return 2;\n }" { (return_statement "return 2;" return number_literal ;) })) }) (else_clause "else {\n bVar20 = false;\n if (iVar9 == 0x1d) goto LAB_0012385b;\nLAB_0012372e:\n if ((iVar9 != 0x1b) && (iVar9 != 0xf)) {\n uStack_74 = unaff_EDI + 0x346cd1;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0xfba;\n \n puStack_80 = (undefined *)0x123d78;\n puStack_70 = puVar10;\n FUN_002446e0();\n }\n if ((uVar15 & 0xe000000) != 0xa000000) {\n return 2;\n }\n }" else (compound_statement "{\n bVar20 = false;\n if (iVar9 == 0x1d) goto LAB_0012385b;\nLAB_0012372e:\n if ((iVar9 != 0x1b) && (iVar9 != 0xf)) {\n uStack_74 = unaff_EDI + 0x346cd1;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0xfba;\n \n puStack_80 = (undefined *)0x123d78;\n puStack_70 = puVar10;\n FUN_002446e0();\n }\n if ((uVar15 & 0xe000000) != 0xa000000) {\n return 2;\n }\n }" { (expression_statement "bVar20 = false;" (assignment_expression "bVar20 = false" identifier = false) ;) (if_statement "if (iVar9 == 0x1d) goto LAB_0012385b;" if (parenthesized_expression "(iVar9 == 0x1d)" ( (binary_expression "iVar9 == 0x1d" identifier == number_literal) )) (goto_statement "goto LAB_0012385b;" goto statement_identifier ;)) (labeled_statement "LAB_0012372e:\n if ((iVar9 != 0x1b) && (iVar9 != 0xf)) {\n uStack_74 = unaff_EDI + 0x346cd1;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0xfba;\n \n puStack_80 = (undefined *)0x123d78;\n puStack_70 = puVar10;\n FUN_002446e0();\n }" statement_identifier : (if_statement "if ((iVar9 != 0x1b) && (iVar9 != 0xf)) {\n uStack_74 = unaff_EDI + 0x346cd1;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0xfba;\n \n puStack_80 = (undefined *)0x123d78;\n puStack_70 = puVar10;\n FUN_002446e0();\n }" if (parenthesized_expression "((iVar9 != 0x1b) && (iVar9 != 0xf))" ( (binary_expression "(iVar9 != 0x1b) && (iVar9 != 0xf)" (parenthesized_expression "(iVar9 != 0x1b)" ( (binary_expression "iVar9 != 0x1b" identifier != number_literal) )) && (parenthesized_expression "(iVar9 != 0xf)" ( (binary_expression "iVar9 != 0xf" identifier != number_literal) ))) )) (compound_statement "{\n uStack_74 = unaff_EDI + 0x346cd1;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0xfba;\n \n puStack_80 = (undefined *)0x123d78;\n puStack_70 = puVar10;\n FUN_002446e0();\n }" { (expression_statement "uStack_74 = unaff_EDI + 0x346cd1;" (assignment_expression "uStack_74 = unaff_EDI + 0x346cd1" identifier = (binary_expression "unaff_EDI + 0x346cd1" identifier + number_literal)) ;) (expression_statement "local_7c = (uint *)(unaff_EDI + 0x343c7f);" (assignment_expression "local_7c = (uint *)(unaff_EDI + 0x343c7f)" identifier = (cast_expression "(uint *)(unaff_EDI + 0x343c7f)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EDI + 0x343c7f)" ( (binary_expression "unaff_EDI + 0x343c7f" identifier + number_literal) )))) ;) (expression_statement "iStack_78 = 0xfba;" (assignment_expression "iStack_78 = 0xfba" identifier = number_literal) ;) (expression_statement "puStack_80 = (undefined *)0x123d78;" (assignment_expression "puStack_80 = (undefined *)0x123d78" identifier = (cast_expression "(undefined *)0x123d78" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "puStack_70 = puVar10;" (assignment_expression "puStack_70 = puVar10" identifier = identifier) ;) (expression_statement "FUN_002446e0();" (call_expression "FUN_002446e0()" identifier (argument_list "()" ( ))) ;) }))) (if_statement "if ((uVar15 & 0xe000000) != 0xa000000) {\n return 2;\n }" if (parenthesized_expression "((uVar15 & 0xe000000) != 0xa000000)" ( (binary_expression "(uVar15 & 0xe000000) != 0xa000000" (parenthesized_expression "(uVar15 & 0xe000000)" ( (binary_expression "uVar15 & 0xe000000" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n return 2;\n }" { (return_statement "return 2;" return number_literal ;) })) })))) }) (else_clause "else {\n puVar10 = (uint *)(uVar15 & 0xf000000);\n bVar19 = puVar10 == (uint *)0xa000000;\n if (uVar15 >> 0x1c == 0xe) goto LAB_00123812;\n bVar20 = puVar10 == (uint *)0xb000000;\n if (iVar9 == 0x1c) {\n return 2;\n }\n if (iVar9 != 0x1d) goto LAB_0012372e;\nLAB_0012385b:\n if ((!bVar19) && (!bVar20)) {\n return 2;\n }\n }" else (compound_statement "{\n puVar10 = (uint *)(uVar15 & 0xf000000);\n bVar19 = puVar10 == (uint *)0xa000000;\n if (uVar15 >> 0x1c == 0xe) goto LAB_00123812;\n bVar20 = puVar10 == (uint *)0xb000000;\n if (iVar9 == 0x1c) {\n return 2;\n }\n if (iVar9 != 0x1d) goto LAB_0012372e;\nLAB_0012385b:\n if ((!bVar19) && (!bVar20)) {\n return 2;\n }\n }" { (expression_statement "puVar10 = (uint *)(uVar15 & 0xf000000);" (assignment_expression "puVar10 = (uint *)(uVar15 & 0xf000000)" identifier = (cast_expression "(uint *)(uVar15 & 0xf000000)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(uVar15 & 0xf000000)" ( (binary_expression "uVar15 & 0xf000000" identifier & number_literal) )))) ;) (expression_statement "bVar19 = puVar10 == (uint *)0xa000000;" (assignment_expression "bVar19 = puVar10 == (uint *)0xa000000" identifier = (binary_expression "puVar10 == (uint *)0xa000000" identifier == (cast_expression "(uint *)0xa000000" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ;) (if_statement "if (uVar15 >> 0x1c == 0xe) goto LAB_00123812;" if (parenthesized_expression "(uVar15 >> 0x1c == 0xe)" ( (binary_expression "uVar15 >> 0x1c == 0xe" (binary_expression "uVar15 >> 0x1c" identifier >> number_literal) == number_literal) )) (goto_statement "goto LAB_00123812;" goto statement_identifier ;)) (expression_statement "bVar20 = puVar10 == (uint *)0xb000000;" (assignment_expression "bVar20 = puVar10 == (uint *)0xb000000" identifier = (binary_expression "puVar10 == (uint *)0xb000000" identifier == (cast_expression "(uint *)0xb000000" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ;) (if_statement "if (iVar9 == 0x1c) {\n return 2;\n }" if (parenthesized_expression "(iVar9 == 0x1c)" ( (binary_expression "iVar9 == 0x1c" identifier == number_literal) )) (compound_statement "{\n return 2;\n }" { (return_statement "return 2;" return number_literal ;) })) (if_statement "if (iVar9 != 0x1d) goto LAB_0012372e;" if (parenthesized_expression "(iVar9 != 0x1d)" ( (binary_expression "iVar9 != 0x1d" identifier != number_literal) )) (goto_statement "goto LAB_0012372e;" goto statement_identifier ;)) (labeled_statement "LAB_0012385b:\n if ((!bVar19) && (!bVar20)) {\n return 2;\n }" statement_identifier : (if_statement "if ((!bVar19) && (!bVar20)) {\n return 2;\n }" if (parenthesized_expression "((!bVar19) && (!bVar20))" ( (binary_expression "(!bVar19) && (!bVar20)" (parenthesized_expression "(!bVar19)" ( (unary_expression "!bVar19" ! identifier) )) && (parenthesized_expression "(!bVar20)" ( (unary_expression "!bVar20" ! identifier) ))) )) (compound_statement "{\n return 2;\n }" { (return_statement "return 2;" return number_literal ;) }))) }))) (expression_statement "local_54 = (int *)((int)&DWORD_004c7100 + unaff_EDI + 1);" (assignment_expression "local_54 = (int *)((int)&DWORD_004c7100 + unaff_EDI + 1)" identifier = (cast_expression "(int *)((int)&DWORD_004c7100 + unaff_EDI + 1)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&DWORD_004c7100 + unaff_EDI + 1)" ( (binary_expression "(int)&DWORD_004c7100 + unaff_EDI + 1" (binary_expression "(int)&DWORD_004c7100 + unaff_EDI" (cast_expression "(int)&DWORD_004c7100" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&DWORD_004c7100" & identifier)) + identifier) + number_literal) )))) ;) (expression_statement "local_60 = *(uint *)(*local_54 + 0xc);" (assignment_expression "local_60 = *(uint *)(*local_54 + 0xc)" identifier = (pointer_expression "*(uint *)(*local_54 + 0xc)" * (cast_expression "(uint *)(*local_54 + 0xc)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*local_54 + 0xc)" ( (binary_expression "*local_54 + 0xc" (pointer_expression "*local_54" * identifier) + number_literal) ))))) ;) (if_statement "if (local_60 == 0) {\n puStack_70 = (uint *)0x123d3e;\n iVar6 = FUN_0010d780();\n goto LAB_00123d3e;\n }" if (parenthesized_expression "(local_60 == 0)" ( (binary_expression "local_60 == 0" identifier == number_literal) )) (compound_statement "{\n puStack_70 = (uint *)0x123d3e;\n iVar6 = FUN_0010d780();\n goto LAB_00123d3e;\n }" { (expression_statement "puStack_70 = (uint *)0x123d3e;" (assignment_expression "puStack_70 = (uint *)0x123d3e" identifier = (cast_expression "(uint *)0x123d3e" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "iVar6 = FUN_0010d780();" (assignment_expression "iVar6 = FUN_0010d780()" identifier = (call_expression "FUN_0010d780()" identifier (argument_list "()" ( )))) ;) (goto_statement "goto LAB_00123d3e;" goto statement_identifier ;) })) (if_statement "if ((*(int *)(*(int *)(local_60 + 4) + 8) != 0x28) ||\n (*(char *)(*(int *)(local_60 + 4) + 4) == '\0')) {\n puStack_70 = (uint *)param_7;\n uStack_74 = unaff_EDI + 0x346d6d;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0x988;\n \n puStack_80 = (undefined *)0x123d1c;\n FUN_002446e0();\n }" if (parenthesized_expression "((*(int *)(*(int *)(local_60 + 4) + 8) != 0x28) ||\n (*(char *)(*(int *)(local_60 + 4) + 4) == '\0'))" ( (binary_expression "(*(int *)(*(int *)(local_60 + 4) + 8) != 0x28) ||\n (*(char *)(*(int *)(local_60 + 4) + 4) == '\0')" (parenthesized_expression "(*(int *)(*(int *)(local_60 + 4) + 8) != 0x28)" ( (binary_expression "*(int *)(*(int *)(local_60 + 4) + 8) != 0x28" (pointer_expression "*(int *)(*(int *)(local_60 + 4) + 8)" * (cast_expression "(int *)(*(int *)(local_60 + 4) + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(local_60 + 4) + 8)" ( (binary_expression "*(int *)(local_60 + 4) + 8" (pointer_expression "*(int *)(local_60 + 4)" * (cast_expression "(int *)(local_60 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_60 + 4)" ( (binary_expression "local_60 + 4" identifier + number_literal) )))) + number_literal) )))) != number_literal) )) || (parenthesized_expression "(*(char *)(*(int *)(local_60 + 4) + 4) == '\0')" ( (binary_expression "*(char *)(*(int *)(local_60 + 4) + 4) == '\0'" (pointer_expression "*(char *)(*(int *)(local_60 + 4) + 4)" * (cast_expression "(char *)(*(int *)(local_60 + 4) + 4)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(local_60 + 4) + 4)" ( (binary_expression "*(int *)(local_60 + 4) + 4" (pointer_expression "*(int *)(local_60 + 4)" * (cast_expression "(int *)(local_60 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_60 + 4)" ( (binary_expression "local_60 + 4" identifier + number_literal) )))) + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n puStack_70 = (uint *)param_7;\n uStack_74 = unaff_EDI + 0x346d6d;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0x988;\n \n puStack_80 = (undefined *)0x123d1c;\n FUN_002446e0();\n }" { (expression_statement "puStack_70 = (uint *)param_7;" (assignment_expression "puStack_70 = (uint *)param_7" identifier = (cast_expression "(uint *)param_7" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "uStack_74 = unaff_EDI + 0x346d6d;" (assignment_expression "uStack_74 = unaff_EDI + 0x346d6d" identifier = (binary_expression "unaff_EDI + 0x346d6d" identifier + number_literal)) ;) (expression_statement "local_7c = (uint *)(unaff_EDI + 0x343c7f);" (assignment_expression "local_7c = (uint *)(unaff_EDI + 0x343c7f)" identifier = (cast_expression "(uint *)(unaff_EDI + 0x343c7f)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EDI + 0x343c7f)" ( (binary_expression "unaff_EDI + 0x343c7f" identifier + number_literal) )))) ;) (expression_statement "iStack_78 = 0x988;" (assignment_expression "iStack_78 = 0x988" identifier = number_literal) ;) (expression_statement "puStack_80 = (undefined *)0x123d1c;" (assignment_expression "puStack_80 = (undefined *)0x123d1c" identifier = (cast_expression "(undefined *)0x123d1c" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "FUN_002446e0();" (call_expression "FUN_002446e0()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "local_5c = extraout_ECX;" (assignment_expression "local_5c = extraout_ECX" identifier = identifier) ;) (if_statement "if ((char)param_7 != '\0') {\n puStack_70 = *(uint **)(*local_54 + 8);\n if (puStack_70 == (uint *)0x0) {\n uStack_74 = unaff_EDI + 0x346db1;\n local_7c = (uint *)(unaff_EDI + 0x324ba6);\n iStack_78 = 0x5c;\n \n puStack_80 = (undefined *)0x123dd1;\n FUN_002446e0();\n }\n if (*(char *)((int)puStack_70 + 0x318d) != '\0') {\n uStack_74 = unaff_EDI + 0x346cd1;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0xfc5;\n \n puStack_80 = (undefined *)0x123db7;\n FUN_002446e0();\n }\n puVar8 = *(undefined4 **)(local_60 + 0x7c);\n if (puVar8 != (undefined4 *)0x0) {\n iStack_78 = 6;\n local_7c = (uint *)*puVar8;\n puStack_80 = (undefined *)0x1237cd;\n iVar6 = FUN_00225490();\n if (iVar6 != 0) {\n if ((*(int *)(iVar6 + 4) - 8U < 3) ||\n (uVar7 = uVar15 & 0xf0000000 | 0x1a00000, *(int *)(iVar6 + 4) == 0xd)) {\n uVar7 = uVar15 & 0xf0000000 | 0x320f000;\n }\n *local_5c = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8;\n return 0;\n }\n goto LAB_00123d3e;\n }\n goto LAB_00123d1c;\n }" if (parenthesized_expression "((char)param_7 != '\0')" ( (binary_expression "(char)param_7 != '\0'" (cast_expression "(char)param_7" ( (type_descriptor "char" primitive_type) ) identifier) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n puStack_70 = *(uint **)(*local_54 + 8);\n if (puStack_70 == (uint *)0x0) {\n uStack_74 = unaff_EDI + 0x346db1;\n local_7c = (uint *)(unaff_EDI + 0x324ba6);\n iStack_78 = 0x5c;\n \n puStack_80 = (undefined *)0x123dd1;\n FUN_002446e0();\n }\n if (*(char *)((int)puStack_70 + 0x318d) != '\0') {\n uStack_74 = unaff_EDI + 0x346cd1;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0xfc5;\n \n puStack_80 = (undefined *)0x123db7;\n FUN_002446e0();\n }\n puVar8 = *(undefined4 **)(local_60 + 0x7c);\n if (puVar8 != (undefined4 *)0x0) {\n iStack_78 = 6;\n local_7c = (uint *)*puVar8;\n puStack_80 = (undefined *)0x1237cd;\n iVar6 = FUN_00225490();\n if (iVar6 != 0) {\n if ((*(int *)(iVar6 + 4) - 8U < 3) ||\n (uVar7 = uVar15 & 0xf0000000 | 0x1a00000, *(int *)(iVar6 + 4) == 0xd)) {\n uVar7 = uVar15 & 0xf0000000 | 0x320f000;\n }\n *local_5c = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8;\n return 0;\n }\n goto LAB_00123d3e;\n }\n goto LAB_00123d1c;\n }" { (expression_statement "puStack_70 = *(uint **)(*local_54 + 8);" (assignment_expression "puStack_70 = *(uint **)(*local_54 + 8)" identifier = (pointer_expression "*(uint **)(*local_54 + 8)" * (cast_expression "(uint **)(*local_54 + 8)" ( (type_descriptor "uint **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*local_54 + 8)" ( (binary_expression "*local_54 + 8" (pointer_expression "*local_54" * identifier) + number_literal) ))))) ;) (if_statement "if (puStack_70 == (uint *)0x0) {\n uStack_74 = unaff_EDI + 0x346db1;\n local_7c = (uint *)(unaff_EDI + 0x324ba6);\n iStack_78 = 0x5c;\n \n puStack_80 = (undefined *)0x123dd1;\n FUN_002446e0();\n }" if (parenthesized_expression "(puStack_70 == (uint *)0x0)" ( (binary_expression "puStack_70 == (uint *)0x0" identifier == (cast_expression "(uint *)0x0" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n uStack_74 = unaff_EDI + 0x346db1;\n local_7c = (uint *)(unaff_EDI + 0x324ba6);\n iStack_78 = 0x5c;\n \n puStack_80 = (undefined *)0x123dd1;\n FUN_002446e0();\n }" { (expression_statement "uStack_74 = unaff_EDI + 0x346db1;" (assignment_expression "uStack_74 = unaff_EDI + 0x346db1" identifier = (binary_expression "unaff_EDI + 0x346db1" identifier + number_literal)) ;) (expression_statement "local_7c = (uint *)(unaff_EDI + 0x324ba6);" (assignment_expression "local_7c = (uint *)(unaff_EDI + 0x324ba6)" identifier = (cast_expression "(uint *)(unaff_EDI + 0x324ba6)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EDI + 0x324ba6)" ( (binary_expression "unaff_EDI + 0x324ba6" identifier + number_literal) )))) ;) (expression_statement "iStack_78 = 0x5c;" (assignment_expression "iStack_78 = 0x5c" identifier = number_literal) ;) (expression_statement "puStack_80 = (undefined *)0x123dd1;" (assignment_expression "puStack_80 = (undefined *)0x123dd1" identifier = (cast_expression "(undefined *)0x123dd1" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "FUN_002446e0();" (call_expression "FUN_002446e0()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (*(char *)((int)puStack_70 + 0x318d) != '\0') {\n uStack_74 = unaff_EDI + 0x346cd1;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0xfc5;\n \n puStack_80 = (undefined *)0x123db7;\n FUN_002446e0();\n }" if (parenthesized_expression "(*(char *)((int)puStack_70 + 0x318d) != '\0')" ( (binary_expression "*(char *)((int)puStack_70 + 0x318d) != '\0'" (pointer_expression "*(char *)((int)puStack_70 + 0x318d)" * (cast_expression "(char *)((int)puStack_70 + 0x318d)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puStack_70 + 0x318d)" ( (binary_expression "(int)puStack_70 + 0x318d" (cast_expression "(int)puStack_70" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n uStack_74 = unaff_EDI + 0x346cd1;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0xfc5;\n \n puStack_80 = (undefined *)0x123db7;\n FUN_002446e0();\n }" { (expression_statement "uStack_74 = unaff_EDI + 0x346cd1;" (assignment_expression "uStack_74 = unaff_EDI + 0x346cd1" identifier = (binary_expression "unaff_EDI + 0x346cd1" identifier + number_literal)) ;) (expression_statement "local_7c = (uint *)(unaff_EDI + 0x343c7f);" (assignment_expression "local_7c = (uint *)(unaff_EDI + 0x343c7f)" identifier = (cast_expression "(uint *)(unaff_EDI + 0x343c7f)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EDI + 0x343c7f)" ( (binary_expression "unaff_EDI + 0x343c7f" identifier + number_literal) )))) ;) (expression_statement "iStack_78 = 0xfc5;" (assignment_expression "iStack_78 = 0xfc5" identifier = number_literal) ;) (expression_statement "puStack_80 = (undefined *)0x123db7;" (assignment_expression "puStack_80 = (undefined *)0x123db7" identifier = (cast_expression "(undefined *)0x123db7" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "FUN_002446e0();" (call_expression "FUN_002446e0()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "puVar8 = *(undefined4 **)(local_60 + 0x7c);" (assignment_expression "puVar8 = *(undefined4 **)(local_60 + 0x7c)" identifier = (pointer_expression "*(undefined4 **)(local_60 + 0x7c)" * (cast_expression "(undefined4 **)(local_60 + 0x7c)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(local_60 + 0x7c)" ( (binary_expression "local_60 + 0x7c" identifier + number_literal) ))))) ;) (if_statement "if (puVar8 != (undefined4 *)0x0) {\n iStack_78 = 6;\n local_7c = (uint *)*puVar8;\n puStack_80 = (undefined *)0x1237cd;\n iVar6 = FUN_00225490();\n if (iVar6 != 0) {\n if ((*(int *)(iVar6 + 4) - 8U < 3) ||\n (uVar7 = uVar15 & 0xf0000000 | 0x1a00000, *(int *)(iVar6 + 4) == 0xd)) {\n uVar7 = uVar15 & 0xf0000000 | 0x320f000;\n }\n *local_5c = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8;\n return 0;\n }\n goto LAB_00123d3e;\n }" if (parenthesized_expression "(puVar8 != (undefined4 *)0x0)" ( (binary_expression "puVar8 != (undefined4 *)0x0" identifier != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iStack_78 = 6;\n local_7c = (uint *)*puVar8;\n puStack_80 = (undefined *)0x1237cd;\n iVar6 = FUN_00225490();\n if (iVar6 != 0) {\n if ((*(int *)(iVar6 + 4) - 8U < 3) ||\n (uVar7 = uVar15 & 0xf0000000 | 0x1a00000, *(int *)(iVar6 + 4) == 0xd)) {\n uVar7 = uVar15 & 0xf0000000 | 0x320f000;\n }\n *local_5c = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8;\n return 0;\n }\n goto LAB_00123d3e;\n }" { (expression_statement "iStack_78 = 6;" (assignment_expression "iStack_78 = 6" identifier = number_literal) ;) (expression_statement "local_7c = (uint *)*puVar8;" (assignment_expression "local_7c = (uint *)*puVar8" identifier = (cast_expression "(uint *)*puVar8" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar8" * identifier))) ;) (expression_statement "puStack_80 = (undefined *)0x1237cd;" (assignment_expression "puStack_80 = (undefined *)0x1237cd" identifier = (cast_expression "(undefined *)0x1237cd" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "iVar6 = FUN_00225490();" (assignment_expression "iVar6 = FUN_00225490()" identifier = (call_expression "FUN_00225490()" identifier (argument_list "()" ( )))) ;) (if_statement "if (iVar6 != 0) {\n if ((*(int *)(iVar6 + 4) - 8U < 3) ||\n (uVar7 = uVar15 & 0xf0000000 | 0x1a00000, *(int *)(iVar6 + 4) == 0xd)) {\n uVar7 = uVar15 & 0xf0000000 | 0x320f000;\n }\n *local_5c = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8;\n return 0;\n }" if (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) (compound_statement "{\n if ((*(int *)(iVar6 + 4) - 8U < 3) ||\n (uVar7 = uVar15 & 0xf0000000 | 0x1a00000, *(int *)(iVar6 + 4) == 0xd)) {\n uVar7 = uVar15 & 0xf0000000 | 0x320f000;\n }\n *local_5c = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8;\n return 0;\n }" { (if_statement "if ((*(int *)(iVar6 + 4) - 8U < 3) ||\n (uVar7 = uVar15 & 0xf0000000 | 0x1a00000, *(int *)(iVar6 + 4) == 0xd)) {\n uVar7 = uVar15 & 0xf0000000 | 0x320f000;\n }" if (parenthesized_expression "((*(int *)(iVar6 + 4) - 8U < 3) ||\n (uVar7 = uVar15 & 0xf0000000 | 0x1a00000, *(int *)(iVar6 + 4) == 0xd))" ( (binary_expression "(*(int *)(iVar6 + 4) - 8U < 3) ||\n (uVar7 = uVar15 & 0xf0000000 | 0x1a00000, *(int *)(iVar6 + 4) == 0xd)" (parenthesized_expression "(*(int *)(iVar6 + 4) - 8U < 3)" ( (binary_expression "*(int *)(iVar6 + 4) - 8U < 3" (binary_expression "*(int *)(iVar6 + 4) - 8U" (pointer_expression "*(int *)(iVar6 + 4)" * (cast_expression "(int *)(iVar6 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 4)" ( (binary_expression "iVar6 + 4" identifier + number_literal) )))) - number_literal) < number_literal) )) || (parenthesized_expression "(uVar7 = uVar15 & 0xf0000000 | 0x1a00000, *(int *)(iVar6 + 4) == 0xd)" ( (comma_expression "uVar7 = uVar15 & 0xf0000000 | 0x1a00000, *(int *)(iVar6 + 4) == 0xd" (assignment_expression "uVar7 = uVar15 & 0xf0000000 | 0x1a00000" identifier = (binary_expression "uVar15 & 0xf0000000 | 0x1a00000" (binary_expression "uVar15 & 0xf0000000" identifier & number_literal) | number_literal)) , (binary_expression "*(int *)(iVar6 + 4) == 0xd" (pointer_expression "*(int *)(iVar6 + 4)" * (cast_expression "(int *)(iVar6 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 4)" ( (binary_expression "iVar6 + 4" identifier + number_literal) )))) == number_literal)) ))) )) (compound_statement "{\n uVar7 = uVar15 & 0xf0000000 | 0x320f000;\n }" { (expression_statement "uVar7 = uVar15 & 0xf0000000 | 0x320f000;" (assignment_expression "uVar7 = uVar15 & 0xf0000000 | 0x320f000" identifier = (binary_expression "uVar15 & 0xf0000000 | 0x320f000" (binary_expression "uVar15 & 0xf0000000" identifier & number_literal) | number_literal)) ;) })) (expression_statement "*local_5c = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8;" (assignment_expression "*local_5c = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8" (pointer_expression "*local_5c" * identifier) = (binary_expression "uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8" (binary_expression "uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8" (binary_expression "uVar7 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar7 & 0xff0000) >> 8" (parenthesized_expression "(uVar7 & 0xff0000)" ( (binary_expression "uVar7 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar7 & 0xff00) << 8" (parenthesized_expression "(uVar7 & 0xff00)" ( (binary_expression "uVar7 & 0xff00" identifier & number_literal) )) << number_literal))) ;) (return_statement "return 0;" return number_literal ;) })) (goto_statement "goto LAB_00123d3e;" goto statement_identifier ;) })) (goto_statement "goto LAB_00123d1c;" goto statement_identifier ;) })) (expression_statement "local_44 = uVar5 * 4 & 0x3ffffff;" (assignment_expression "local_44 = uVar5 * 4 & 0x3ffffff" identifier = (binary_expression "uVar5 * 4 & 0x3ffffff" (binary_expression "uVar5 * 4" identifier * number_literal) & number_literal)) ;) (if_statement "if ((uVar5 * 4 & 0x2000000) == 0) {\n bVar4 = *(byte *)(param_4 + 0xb);\n if (-1 < (char)bVar4) goto LAB_001238a2;\nLAB_00123a6e:\n iVar6 = local_44 + *(int *)(param_4 + 0xc);\n local_4c = local_44;\n }\n else {\n local_44 = local_44 + 0xfc000000;\n bVar4 = *(byte *)(param_4 + 0xb);\n if ((char)bVar4 < '\0') goto LAB_00123a6e;\nLAB_001238a2:\n local_4c = local_44;\n if ((bVar4 & 8) == 0) {\n uStack_74 = unaff_EDI + 0x346fc5;\n local_7c = (uint *)(unaff_EDI + 0x329cbe);\n iStack_78 = 0x6ab;\n \n puStack_80 = (undefined *)0x123d95;\n puStack_70 = (uint *)(uint)bVar4;\n FUN_002446e0();\n }\n local_7c = *(uint **)(param_4 + 0xc);\n local_58 = *local_7c;\n local_48 = local_44;\n if (local_44 < 0xffffff00) {\n local_58 = local_58 + local_44;\n local_48 = 0;\n }\n local_34 = local_7c[3];\n piVar18 = *(int **)(local_7c[2] + (local_58 % local_34) * 4);\n local_38 = local_7c;\n if (piVar18 != (int *)0x0) {\n uVar15 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, local_40 = uVar5, local_3c = iVar9, local_58 != uVar15) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar15 = piVar2[1], piVar18 = piVar14, local_58 % local_34 != uVar15 % local_34))\n goto LAB_00123b80;\n }\n if (*piVar18 != 0) {\n iVar6 = local_48 + *(int *)(*piVar18 + 8);\n uVar22 = uVar21;\n goto LAB_0012394e;\n }\n }\nLAB_00123b80:\n puStack_70 = (uint *)local_58;\n local_58 = *(uint *)(param_4 + 8);\n uStack_74 = local_58 & 0x7ffffff;\n iStack_78 = param_2;\n puStack_80 = (undefined *)0x123ba9;\n iVar6 = FUN_00318cf0();\n uVar22 = CONCAT44(local_50,local_3c);\n iVar6 = local_48 + iVar6;\n }" if (parenthesized_expression "((uVar5 * 4 & 0x2000000) == 0)" ( (binary_expression "(uVar5 * 4 & 0x2000000) == 0" (parenthesized_expression "(uVar5 * 4 & 0x2000000)" ( (binary_expression "uVar5 * 4 & 0x2000000" (binary_expression "uVar5 * 4" identifier * number_literal) & number_literal) )) == number_literal) )) (compound_statement "{\n bVar4 = *(byte *)(param_4 + 0xb);\n if (-1 < (char)bVar4) goto LAB_001238a2;\nLAB_00123a6e:\n iVar6 = local_44 + *(int *)(param_4 + 0xc);\n local_4c = local_44;\n }" { (expression_statement "bVar4 = *(byte *)(param_4 + 0xb);" (assignment_expression "bVar4 = *(byte *)(param_4 + 0xb)" identifier = (pointer_expression "*(byte *)(param_4 + 0xb)" * (cast_expression "(byte *)(param_4 + 0xb)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0xb)" ( (binary_expression "param_4 + 0xb" identifier + number_literal) ))))) ;) (if_statement "if (-1 < (char)bVar4) goto LAB_001238a2;" if (parenthesized_expression "(-1 < (char)bVar4)" ( (binary_expression "-1 < (char)bVar4" number_literal < (cast_expression "(char)bVar4" ( (type_descriptor "char" primitive_type) ) identifier)) )) (goto_statement "goto LAB_001238a2;" goto statement_identifier ;)) (labeled_statement "LAB_00123a6e:\n iVar6 = local_44 + *(int *)(param_4 + 0xc);" statement_identifier : (expression_statement "iVar6 = local_44 + *(int *)(param_4 + 0xc);" (assignment_expression "iVar6 = local_44 + *(int *)(param_4 + 0xc)" identifier = (binary_expression "local_44 + *(int *)(param_4 + 0xc)" identifier + (pointer_expression "*(int *)(param_4 + 0xc)" * (cast_expression "(int *)(param_4 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0xc)" ( (binary_expression "param_4 + 0xc" identifier + number_literal) )))))) ;)) (expression_statement "local_4c = local_44;" (assignment_expression "local_4c = local_44" identifier = identifier) ;) }) (else_clause "else {\n local_44 = local_44 + 0xfc000000;\n bVar4 = *(byte *)(param_4 + 0xb);\n if ((char)bVar4 < '\0') goto LAB_00123a6e;\nLAB_001238a2:\n local_4c = local_44;\n if ((bVar4 & 8) == 0) {\n uStack_74 = unaff_EDI + 0x346fc5;\n local_7c = (uint *)(unaff_EDI + 0x329cbe);\n iStack_78 = 0x6ab;\n \n puStack_80 = (undefined *)0x123d95;\n puStack_70 = (uint *)(uint)bVar4;\n FUN_002446e0();\n }\n local_7c = *(uint **)(param_4 + 0xc);\n local_58 = *local_7c;\n local_48 = local_44;\n if (local_44 < 0xffffff00) {\n local_58 = local_58 + local_44;\n local_48 = 0;\n }\n local_34 = local_7c[3];\n piVar18 = *(int **)(local_7c[2] + (local_58 % local_34) * 4);\n local_38 = local_7c;\n if (piVar18 != (int *)0x0) {\n uVar15 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, local_40 = uVar5, local_3c = iVar9, local_58 != uVar15) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar15 = piVar2[1], piVar18 = piVar14, local_58 % local_34 != uVar15 % local_34))\n goto LAB_00123b80;\n }\n if (*piVar18 != 0) {\n iVar6 = local_48 + *(int *)(*piVar18 + 8);\n uVar22 = uVar21;\n goto LAB_0012394e;\n }\n }\nLAB_00123b80:\n puStack_70 = (uint *)local_58;\n local_58 = *(uint *)(param_4 + 8);\n uStack_74 = local_58 & 0x7ffffff;\n iStack_78 = param_2;\n puStack_80 = (undefined *)0x123ba9;\n iVar6 = FUN_00318cf0();\n uVar22 = CONCAT44(local_50,local_3c);\n iVar6 = local_48 + iVar6;\n }" else (compound_statement "{\n local_44 = local_44 + 0xfc000000;\n bVar4 = *(byte *)(param_4 + 0xb);\n if ((char)bVar4 < '\0') goto LAB_00123a6e;\nLAB_001238a2:\n local_4c = local_44;\n if ((bVar4 & 8) == 0) {\n uStack_74 = unaff_EDI + 0x346fc5;\n local_7c = (uint *)(unaff_EDI + 0x329cbe);\n iStack_78 = 0x6ab;\n \n puStack_80 = (undefined *)0x123d95;\n puStack_70 = (uint *)(uint)bVar4;\n FUN_002446e0();\n }\n local_7c = *(uint **)(param_4 + 0xc);\n local_58 = *local_7c;\n local_48 = local_44;\n if (local_44 < 0xffffff00) {\n local_58 = local_58 + local_44;\n local_48 = 0;\n }\n local_34 = local_7c[3];\n piVar18 = *(int **)(local_7c[2] + (local_58 % local_34) * 4);\n local_38 = local_7c;\n if (piVar18 != (int *)0x0) {\n uVar15 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, local_40 = uVar5, local_3c = iVar9, local_58 != uVar15) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar15 = piVar2[1], piVar18 = piVar14, local_58 % local_34 != uVar15 % local_34))\n goto LAB_00123b80;\n }\n if (*piVar18 != 0) {\n iVar6 = local_48 + *(int *)(*piVar18 + 8);\n uVar22 = uVar21;\n goto LAB_0012394e;\n }\n }\nLAB_00123b80:\n puStack_70 = (uint *)local_58;\n local_58 = *(uint *)(param_4 + 8);\n uStack_74 = local_58 & 0x7ffffff;\n iStack_78 = param_2;\n puStack_80 = (undefined *)0x123ba9;\n iVar6 = FUN_00318cf0();\n uVar22 = CONCAT44(local_50,local_3c);\n iVar6 = local_48 + iVar6;\n }" { (expression_statement "local_44 = local_44 + 0xfc000000;" (assignment_expression "local_44 = local_44 + 0xfc000000" identifier = (binary_expression "local_44 + 0xfc000000" identifier + number_literal)) ;) (expression_statement "bVar4 = *(byte *)(param_4 + 0xb);" (assignment_expression "bVar4 = *(byte *)(param_4 + 0xb)" identifier = (pointer_expression "*(byte *)(param_4 + 0xb)" * (cast_expression "(byte *)(param_4 + 0xb)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0xb)" ( (binary_expression "param_4 + 0xb" identifier + number_literal) ))))) ;) (if_statement "if ((char)bVar4 < '\0') goto LAB_00123a6e;" if (parenthesized_expression "((char)bVar4 < '\0')" ( (binary_expression "(char)bVar4 < '\0'" (cast_expression "(char)bVar4" ( (type_descriptor "char" primitive_type) ) identifier) < (char_literal "'\0'" ' escape_sequence ')) )) (goto_statement "goto LAB_00123a6e;" goto statement_identifier ;)) (labeled_statement "LAB_001238a2:\n local_4c = local_44;" statement_identifier : (expression_statement "local_4c = local_44;" (assignment_expression "local_4c = local_44" identifier = identifier) ;)) (if_statement "if ((bVar4 & 8) == 0) {\n uStack_74 = unaff_EDI + 0x346fc5;\n local_7c = (uint *)(unaff_EDI + 0x329cbe);\n iStack_78 = 0x6ab;\n \n puStack_80 = (undefined *)0x123d95;\n puStack_70 = (uint *)(uint)bVar4;\n FUN_002446e0();\n }" if (parenthesized_expression "((bVar4 & 8) == 0)" ( (binary_expression "(bVar4 & 8) == 0" (parenthesized_expression "(bVar4 & 8)" ( (binary_expression "bVar4 & 8" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n uStack_74 = unaff_EDI + 0x346fc5;\n local_7c = (uint *)(unaff_EDI + 0x329cbe);\n iStack_78 = 0x6ab;\n \n puStack_80 = (undefined *)0x123d95;\n puStack_70 = (uint *)(uint)bVar4;\n FUN_002446e0();\n }" { (expression_statement "uStack_74 = unaff_EDI + 0x346fc5;" (assignment_expression "uStack_74 = unaff_EDI + 0x346fc5" identifier = (binary_expression "unaff_EDI + 0x346fc5" identifier + number_literal)) ;) (expression_statement "local_7c = (uint *)(unaff_EDI + 0x329cbe);" (assignment_expression "local_7c = (uint *)(unaff_EDI + 0x329cbe)" identifier = (cast_expression "(uint *)(unaff_EDI + 0x329cbe)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EDI + 0x329cbe)" ( (binary_expression "unaff_EDI + 0x329cbe" identifier + number_literal) )))) ;) (expression_statement "iStack_78 = 0x6ab;" (assignment_expression "iStack_78 = 0x6ab" identifier = number_literal) ;) (expression_statement "puStack_80 = (undefined *)0x123d95;" (assignment_expression "puStack_80 = (undefined *)0x123d95" identifier = (cast_expression "(undefined *)0x123d95" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "puStack_70 = (uint *)(uint)bVar4;" (assignment_expression "puStack_70 = (uint *)(uint)bVar4" identifier = (cast_expression "(uint *)(uint)bVar4" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (cast_expression "(uint)bVar4" ( (type_descriptor "uint" type_identifier) ) identifier))) ;) (expression_statement "FUN_002446e0();" (call_expression "FUN_002446e0()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "local_7c = *(uint **)(param_4 + 0xc);" (assignment_expression "local_7c = *(uint **)(param_4 + 0xc)" identifier = (pointer_expression "*(uint **)(param_4 + 0xc)" * (cast_expression "(uint **)(param_4 + 0xc)" ( (type_descriptor "uint **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_4 + 0xc)" ( (binary_expression "param_4 + 0xc" identifier + number_literal) ))))) ;) (expression_statement "local_58 = *local_7c;" (assignment_expression "local_58 = *local_7c" identifier = (pointer_expression "*local_7c" * identifier)) ;) (expression_statement "local_48 = local_44;" (assignment_expression "local_48 = local_44" identifier = identifier) ;) (if_statement "if (local_44 < 0xffffff00) {\n local_58 = local_58 + local_44;\n local_48 = 0;\n }" if (parenthesized_expression "(local_44 < 0xffffff00)" ( (binary_expression "local_44 < 0xffffff00" identifier < number_literal) )) (compound_statement "{\n local_58 = local_58 + local_44;\n local_48 = 0;\n }" { (expression_statement "local_58 = local_58 + local_44;" (assignment_expression "local_58 = local_58 + local_44" identifier = (binary_expression "local_58 + local_44" identifier + identifier)) ;) (expression_statement "local_48 = 0;" (assignment_expression "local_48 = 0" identifier = number_literal) ;) })) (expression_statement "local_34 = local_7c[3];" (assignment_expression "local_34 = local_7c[3]" identifier = (subscript_expression "local_7c[3]" identifier [ number_literal ])) ;) (expression_statement "piVar18 = *(int **)(local_7c[2] + (local_58 % local_34) * 4);" (assignment_expression "piVar18 = *(int **)(local_7c[2] + (local_58 % local_34) * 4)" identifier = (pointer_expression "*(int **)(local_7c[2] + (local_58 % local_34) * 4)" * (cast_expression "(int **)(local_7c[2] + (local_58 % local_34) * 4)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(local_7c[2] + (local_58 % local_34) * 4)" ( (binary_expression "local_7c[2] + (local_58 % local_34) * 4" (subscript_expression "local_7c[2]" identifier [ number_literal ]) + (binary_expression "(local_58 % local_34) * 4" (parenthesized_expression "(local_58 % local_34)" ( (binary_expression "local_58 % local_34" identifier % identifier) )) * number_literal)) ))))) ;) (expression_statement "local_38 = local_7c;" (assignment_expression "local_38 = local_7c" identifier = identifier) ;) (if_statement "if (piVar18 != (int *)0x0) {\n uVar15 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, local_40 = uVar5, local_3c = iVar9, local_58 != uVar15) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar15 = piVar2[1], piVar18 = piVar14, local_58 % local_34 != uVar15 % local_34))\n goto LAB_00123b80;\n }\n if (*piVar18 != 0) {\n iVar6 = local_48 + *(int *)(*piVar18 + 8);\n uVar22 = uVar21;\n goto LAB_0012394e;\n }\n }" if (parenthesized_expression "(piVar18 != (int *)0x0)" ( (binary_expression "piVar18 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n uVar15 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, local_40 = uVar5, local_3c = iVar9, local_58 != uVar15) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar15 = piVar2[1], piVar18 = piVar14, local_58 % local_34 != uVar15 % local_34))\n goto LAB_00123b80;\n }\n if (*piVar18 != 0) {\n iVar6 = local_48 + *(int *)(*piVar18 + 8);\n uVar22 = uVar21;\n goto LAB_0012394e;\n }\n }" { (expression_statement "uVar15 = ((int *)*piVar18)[1];" (assignment_expression "uVar15 = ((int *)*piVar18)[1]" identifier = (subscript_expression "((int *)*piVar18)[1]" (parenthesized_expression "((int *)*piVar18)" ( (cast_expression "(int *)*piVar18" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar18" * identifier)) )) [ number_literal ])) ;) (expression_statement "piVar2 = (int *)*piVar18;" (assignment_expression "piVar2 = (int *)*piVar18" identifier = (cast_expression "(int *)*piVar18" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar18" * identifier))) ;) (while_statement "while (piVar14 = piVar2, local_40 = uVar5, local_3c = iVar9, local_58 != uVar15) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar15 = piVar2[1], piVar18 = piVar14, local_58 % local_34 != uVar15 % local_34))\n goto LAB_00123b80;\n }" while (parenthesized_expression "(piVar14 = piVar2, local_40 = uVar5, local_3c = iVar9, local_58 != uVar15)" ( (comma_expression "piVar14 = piVar2, local_40 = uVar5, local_3c = iVar9, local_58 != uVar15" (assignment_expression "piVar14 = piVar2" identifier = identifier) , (comma_expression "local_40 = uVar5, local_3c = iVar9, local_58 != uVar15" (assignment_expression "local_40 = uVar5" identifier = identifier) , (comma_expression "local_3c = iVar9, local_58 != uVar15" (assignment_expression "local_3c = iVar9" identifier = identifier) , (binary_expression "local_58 != uVar15" identifier != identifier)))) )) (compound_statement "{\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar15 = piVar2[1], piVar18 = piVar14, local_58 % local_34 != uVar15 % local_34))\n goto LAB_00123b80;\n }" { (expression_statement "piVar2 = (int *)*piVar14;" (assignment_expression "piVar2 = (int *)*piVar14" identifier = (cast_expression "(int *)*piVar14" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar14" * identifier))) ;) (if_statement "if ((piVar2 == (int *)0x0) ||\n (uVar15 = piVar2[1], piVar18 = piVar14, local_58 % local_34 != uVar15 % local_34))\n goto LAB_00123b80;" if (parenthesized_expression "((piVar2 == (int *)0x0) ||\n (uVar15 = piVar2[1], piVar18 = piVar14, local_58 % local_34 != uVar15 % local_34))" ( (binary_expression "(piVar2 == (int *)0x0) ||\n (uVar15 = piVar2[1], piVar18 = piVar14, local_58 % local_34 != uVar15 % local_34)" (parenthesized_expression "(piVar2 == (int *)0x0)" ( (binary_expression "piVar2 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) || (parenthesized_expression "(uVar15 = piVar2[1], piVar18 = piVar14, local_58 % local_34 != uVar15 % local_34)" ( (comma_expression "uVar15 = piVar2[1], piVar18 = piVar14, local_58 % local_34 != uVar15 % local_34" (assignment_expression "uVar15 = piVar2[1]" identifier = (subscript_expression "piVar2[1]" identifier [ number_literal ])) , (comma_expression "piVar18 = piVar14, local_58 % local_34 != uVar15 % local_34" (assignment_expression "piVar18 = piVar14" identifier = identifier) , (binary_expression "local_58 % local_34 != uVar15 % local_34" (binary_expression "local_58 % local_34" identifier % identifier) != (binary_expression "uVar15 % local_34" identifier % identifier)))) ))) )) (goto_statement "goto LAB_00123b80;" goto statement_identifier ;)) })) (if_statement "if (*piVar18 != 0) {\n iVar6 = local_48 + *(int *)(*piVar18 + 8);\n uVar22 = uVar21;\n goto LAB_0012394e;\n }" if (parenthesized_expression "(*piVar18 != 0)" ( (binary_expression "*piVar18 != 0" (pointer_expression "*piVar18" * identifier) != number_literal) )) (compound_statement "{\n iVar6 = local_48 + *(int *)(*piVar18 + 8);\n uVar22 = uVar21;\n goto LAB_0012394e;\n }" { (expression_statement "iVar6 = local_48 + *(int *)(*piVar18 + 8);" (assignment_expression "iVar6 = local_48 + *(int *)(*piVar18 + 8)" identifier = (binary_expression "local_48 + *(int *)(*piVar18 + 8)" identifier + (pointer_expression "*(int *)(*piVar18 + 8)" * (cast_expression "(int *)(*piVar18 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*piVar18 + 8)" ( (binary_expression "*piVar18 + 8" (pointer_expression "*piVar18" * identifier) + number_literal) )))))) ;) (expression_statement "uVar22 = uVar21;" (assignment_expression "uVar22 = uVar21" identifier = identifier) ;) (goto_statement "goto LAB_0012394e;" goto statement_identifier ;) })) })) (labeled_statement "LAB_00123b80:\n puStack_70 = (uint *)local_58;" statement_identifier : (expression_statement "puStack_70 = (uint *)local_58;" (assignment_expression "puStack_70 = (uint *)local_58" identifier = (cast_expression "(uint *)local_58" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;)) (expression_statement "local_58 = *(uint *)(param_4 + 8);" (assignment_expression "local_58 = *(uint *)(param_4 + 8)" identifier = (pointer_expression "*(uint *)(param_4 + 8)" * (cast_expression "(uint *)(param_4 + 8)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 8)" ( (binary_expression "param_4 + 8" identifier + number_literal) ))))) ;) (expression_statement "uStack_74 = local_58 & 0x7ffffff;" (assignment_expression "uStack_74 = local_58 & 0x7ffffff" identifier = (binary_expression "local_58 & 0x7ffffff" identifier & number_literal)) ;) (expression_statement "iStack_78 = param_2;" (assignment_expression "iStack_78 = param_2" identifier = identifier) ;) (expression_statement "puStack_80 = (undefined *)0x123ba9;" (assignment_expression "puStack_80 = (undefined *)0x123ba9" identifier = (cast_expression "(undefined *)0x123ba9" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "iVar6 = FUN_00318cf0();" (assignment_expression "iVar6 = FUN_00318cf0()" identifier = (call_expression "FUN_00318cf0()" identifier (argument_list "()" ( )))) ;) (expression_statement "uVar22 = CONCAT44(local_50,local_3c);" (assignment_expression "uVar22 = CONCAT44(local_50,local_3c)" identifier = (call_expression "CONCAT44(local_50,local_3c)" identifier (argument_list "(local_50,local_3c)" ( identifier , identifier )))) ;) (expression_statement "iVar6 = local_48 + iVar6;" (assignment_expression "iVar6 = local_48 + iVar6" identifier = (binary_expression "local_48 + iVar6" identifier + identifier)) ;) }))) (labeled_statement "LAB_0012394e:\n local_50 = (int)((ulonglong)uVar22 >> 0x20);" statement_identifier : (expression_statement "local_50 = (int)((ulonglong)uVar22 >> 0x20);" (assignment_expression "local_50 = (int)((ulonglong)uVar22 >> 0x20)" identifier = (cast_expression "(int)((ulonglong)uVar22 >> 0x20)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "((ulonglong)uVar22 >> 0x20)" ( (binary_expression "(ulonglong)uVar22 >> 0x20" (cast_expression "(ulonglong)uVar22" ( (type_descriptor "ulonglong" type_identifier) ) identifier) >> number_literal) )))) ;)) (expression_statement "local_3c = (int)uVar22;" (assignment_expression "local_3c = (int)uVar22" identifier = (cast_expression "(int)uVar22" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "uVar15 = iVar6 - param_5;" (assignment_expression "uVar15 = iVar6 - param_5" identifier = (binary_expression "iVar6 - param_5" identifier - identifier)) ;) (expression_statement "puVar8 = *(undefined4 **)(local_60 + 0x7c);" (assignment_expression "puVar8 = *(undefined4 **)(local_60 + 0x7c)" identifier = (pointer_expression "*(undefined4 **)(local_60 + 0x7c)" * (cast_expression "(undefined4 **)(local_60 + 0x7c)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(local_60 + 0x7c)" ( (binary_expression "local_60 + 0x7c" identifier + number_literal) ))))) ;) (expression_statement "local_58 = uVar15;" (assignment_expression "local_58 = uVar15" identifier = identifier) ;) (if_statement "if (puVar8 == (undefined4 *)0x0) {\nLAB_00123d1c:\n local_50 = (int)((ulonglong)uVar22 >> 0x20);\n local_3c = (int)uVar22;\n uStack_74 = local_64 + -0x17fc00;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xb6a;\n \n puStack_80 = (undefined *)0x123d39;\n puStack_70 = puVar8;\n FUN_002446e0();\n }" if (parenthesized_expression "(puVar8 == (undefined4 *)0x0)" ( (binary_expression "puVar8 == (undefined4 *)0x0" identifier == (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\nLAB_00123d1c:\n local_50 = (int)((ulonglong)uVar22 >> 0x20);\n local_3c = (int)uVar22;\n uStack_74 = local_64 + -0x17fc00;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xb6a;\n \n puStack_80 = (undefined *)0x123d39;\n puStack_70 = puVar8;\n FUN_002446e0();\n }" { (labeled_statement "LAB_00123d1c:\n local_50 = (int)((ulonglong)uVar22 >> 0x20);" statement_identifier : (expression_statement "local_50 = (int)((ulonglong)uVar22 >> 0x20);" (assignment_expression "local_50 = (int)((ulonglong)uVar22 >> 0x20)" identifier = (cast_expression "(int)((ulonglong)uVar22 >> 0x20)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "((ulonglong)uVar22 >> 0x20)" ( (binary_expression "(ulonglong)uVar22 >> 0x20" (cast_expression "(ulonglong)uVar22" ( (type_descriptor "ulonglong" type_identifier) ) identifier) >> number_literal) )))) ;)) (expression_statement "local_3c = (int)uVar22;" (assignment_expression "local_3c = (int)uVar22" identifier = (cast_expression "(int)uVar22" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "uStack_74 = local_64 + -0x17fc00;" (assignment_expression "uStack_74 = local_64 + -0x17fc00" identifier = (binary_expression "local_64 + -0x17fc00" identifier + number_literal)) ;) (expression_statement "local_7c = (uint *)(local_64 + -0x182cba);" (assignment_expression "local_7c = (uint *)(local_64 + -0x182cba)" identifier = (cast_expression "(uint *)(local_64 + -0x182cba)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_64 + -0x182cba)" ( (binary_expression "local_64 + -0x182cba" identifier + number_literal) )))) ;) (expression_statement "iStack_78 = 0xb6a;" (assignment_expression "iStack_78 = 0xb6a" identifier = number_literal) ;) (expression_statement "puStack_80 = (undefined *)0x123d39;" (assignment_expression "puStack_80 = (undefined *)0x123d39" identifier = (cast_expression "(undefined *)0x123d39" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "puStack_70 = puVar8;" (assignment_expression "puStack_70 = puVar8" identifier = identifier) ;) (expression_statement "FUN_002446e0();" (call_expression "FUN_002446e0()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "iStack_78 = 6;" (assignment_expression "iStack_78 = 6" identifier = number_literal) ;) (expression_statement "local_7c = (uint *)*puVar8;" (assignment_expression "local_7c = (uint *)*puVar8" identifier = (cast_expression "(uint *)*puVar8" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar8" * identifier))) ;) (expression_statement "puStack_80 = (undefined *)0x123978;" (assignment_expression "puStack_80 = (undefined *)0x123978" identifier = (cast_expression "(undefined *)0x123978" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "iVar6 = FUN_00225490();" (assignment_expression "iVar6 = FUN_00225490()" identifier = (call_expression "FUN_00225490()" identifier (argument_list "()" ( )))) ;) (if_statement "if (iVar6 == 0) {\nLAB_00123d3e:\n uStack_74 = local_64 + -0x17fc00;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xb6d;\n \n puStack_80 = (undefined *)0x123d5b;\n puStack_70 = (uint *)iVar6;\n FUN_002446e0();\n }" if (parenthesized_expression "(iVar6 == 0)" ( (binary_expression "iVar6 == 0" identifier == number_literal) )) (compound_statement "{\nLAB_00123d3e:\n uStack_74 = local_64 + -0x17fc00;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xb6d;\n \n puStack_80 = (undefined *)0x123d5b;\n puStack_70 = (uint *)iVar6;\n FUN_002446e0();\n }" { (labeled_statement "LAB_00123d3e:\n uStack_74 = local_64 + -0x17fc00;" statement_identifier : (expression_statement "uStack_74 = local_64 + -0x17fc00;" (assignment_expression "uStack_74 = local_64 + -0x17fc00" identifier = (binary_expression "local_64 + -0x17fc00" identifier + number_literal)) ;)) (expression_statement "local_7c = (uint *)(local_64 + -0x182cba);" (assignment_expression "local_7c = (uint *)(local_64 + -0x182cba)" identifier = (cast_expression "(uint *)(local_64 + -0x182cba)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_64 + -0x182cba)" ( (binary_expression "local_64 + -0x182cba" identifier + number_literal) )))) ;) (expression_statement "iStack_78 = 0xb6d;" (assignment_expression "iStack_78 = 0xb6d" identifier = number_literal) ;) (expression_statement "puStack_80 = (undefined *)0x123d5b;" (assignment_expression "puStack_80 = (undefined *)0x123d5b" identifier = (cast_expression "(undefined *)0x123d5b" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "puStack_70 = (uint *)iVar6;" (assignment_expression "puStack_70 = (uint *)iVar6" identifier = (cast_expression "(uint *)iVar6" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "FUN_002446e0();" (call_expression "FUN_002446e0()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "uVar11 = *(uint *)(iVar6 + 4);" (assignment_expression "uVar11 = *(uint *)(iVar6 + 4)" identifier = (pointer_expression "*(uint *)(iVar6 + 4)" * (cast_expression "(uint *)(iVar6 + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 4)" ( (binary_expression "iVar6 + 4" identifier + number_literal) ))))) ;) (expression_statement "iVar6 = *(int *)(*local_54 + 8);" (assignment_expression "iVar6 = *(int *)(*local_54 + 8)" identifier = (pointer_expression "*(int *)(*local_54 + 8)" * (cast_expression "(int *)(*local_54 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*local_54 + 8)" ( (binary_expression "*local_54 + 8" (pointer_expression "*local_54" * identifier) + number_literal) ))))) ;) (if_statement "if (iVar6 == 0) {\n \n puStack_70 = (uint *)0x123d9a;\n FUN_0010cb20();\n }" if (parenthesized_expression "(iVar6 == 0)" ( (binary_expression "iVar6 == 0" identifier == number_literal) )) (compound_statement "{\n \n puStack_70 = (uint *)0x123d9a;\n FUN_0010cb20();\n }" { (expression_statement "puStack_70 = (uint *)0x123d9a;" (assignment_expression "puStack_70 = (uint *)0x123d9a" identifier = (cast_expression "(uint *)0x123d9a" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "FUN_0010cb20();" (call_expression "FUN_0010cb20()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "uVar13 = (uint)*(byte *)(iVar6 + 0x1579);" (assignment_expression "uVar13 = (uint)*(byte *)(iVar6 + 0x1579)" identifier = (binary_expression "(uint)*(byte *)(iVar6 + 0x1579)" (parenthesized_expression "(uint)" ( identifier )) * (cast_expression "(byte *)(iVar6 + 0x1579)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x1579)" ( (binary_expression "iVar6 + 0x1579" identifier + number_literal) ))))) ;) (if_statement "if (*(byte *)(iVar6 + 0x1579) == 0) {\n uVar13 = (uint)(2 < uVar11);\n }\n else if ((uVar11 & 0xfffffffd) != 8) {\n uVar13 = (uint)(uVar11 - 0xb < 3);\n }" if (parenthesized_expression "(*(byte *)(iVar6 + 0x1579) == 0)" ( (binary_expression "*(byte *)(iVar6 + 0x1579) == 0" (pointer_expression "*(byte *)(iVar6 + 0x1579)" * (cast_expression "(byte *)(iVar6 + 0x1579)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x1579)" ( (binary_expression "iVar6 + 0x1579" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n uVar13 = (uint)(2 < uVar11);\n }" { (expression_statement "uVar13 = (uint)(2 < uVar11);" (assignment_expression "uVar13 = (uint)(2 < uVar11)" identifier = (call_expression "(uint)(2 < uVar11)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(2 < uVar11)" ( (binary_expression "2 < uVar11" number_literal < identifier) )))) ;) }) (else_clause "else if ((uVar11 & 0xfffffffd) != 8) {\n uVar13 = (uint)(uVar11 - 0xb < 3);\n }" else (if_statement "if ((uVar11 & 0xfffffffd) != 8) {\n uVar13 = (uint)(uVar11 - 0xb < 3);\n }" if (parenthesized_expression "((uVar11 & 0xfffffffd) != 8)" ( (binary_expression "(uVar11 & 0xfffffffd) != 8" (parenthesized_expression "(uVar11 & 0xfffffffd)" ( (binary_expression "uVar11 & 0xfffffffd" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n uVar13 = (uint)(uVar11 - 0xb < 3);\n }" { (expression_statement "uVar13 = (uint)(uVar11 - 0xb < 3);" (assignment_expression "uVar13 = (uint)(uVar11 - 0xb < 3)" identifier = (call_expression "(uint)(uVar11 - 0xb < 3)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(uVar11 - 0xb < 3)" ( (binary_expression "uVar11 - 0xb < 3" (binary_expression "uVar11 - 0xb" identifier - number_literal) < number_literal) )))) ;) })))) (if_statement "if (*(char *)(iVar6 + 0x318d) != '\0') goto LAB_00123af0;" if (parenthesized_expression "(*(char *)(iVar6 + 0x318d) != '\0')" ( (binary_expression "*(char *)(iVar6 + 0x318d) != '\0'" (pointer_expression "*(char *)(iVar6 + 0x318d)" * (cast_expression "(char *)(iVar6 + 0x318d)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x318d)" ( (binary_expression "iVar6 + 0x318d" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (goto_statement "goto LAB_00123af0;" goto statement_identifier ;)) (expression_statement "uVar15 = uVar15 + 0x2000000;" (assignment_expression "uVar15 = uVar15 + 0x2000000" identifier = (binary_expression "uVar15 + 0x2000000" identifier + number_literal)) ;) (if_statement "if (uVar15 < 0x4000000) {\n if (param_6 == 0) goto LAB_00123b38;\n if (((char)uVar13 != '\x01') || (iVar9 != 0x1c)) {\n uStack_74 = 0;\n iStack_78 = param_2;\n local_7c = (uint *)param_4;\n puStack_80 = (undefined *)0x123a0a;\n FUN_000a90f0();\n local_7c = (uint *)0x1;\n puStack_80 = (undefined *)0x123a21;\n iVar6 = FUN_00113410();\n if (iVar6 == 0) goto LAB_00123a2c;\n goto LAB_00123bd0;\n }\n }\n else {\n uStack_74 = 0;\n iStack_78 = param_2;\n local_7c = (uint *)param_4;\n puStack_80 = (undefined *)0x123abd;\n FUN_000a90f0();\n local_7c = (uint *)(uint)(param_6 != 0);\n puStack_80 = (undefined *)0x123ade;\n iVar6 = FUN_00113410();\n if (iVar6 != 0) {\nLAB_00123bd0:\n uVar15 = *(uint *)(local_50 + 0x18);\n local_60 = *(uint *)(param_2 + 0x140);\n if ((uint)((int)(local_60 - *(int *)(param_2 + 0x13c)) >> 2) <= uVar15) {\n puStack_70 = (uint *)0x123e1a;\n FUN_0010c330();\n iStack_78 = 0x123e29;\n uStack_74 = uVar15;\n puStack_70 = (uint *)uVar5;\n uVar22 = FUN_00074f0a();\n iVar6 = local_64;\n iVar12 = (int)((ulonglong)uVar22 >> 0x20);\n pbVar16 = BYTE_ARRAY_004c61c1 + uVar15 + 0x16;\n auStack_a8[0] = 0;\n auStack_a8[1] = 0xffffffff;\n auStack_a8[2] = 0x80000000;\n auStack_a8[3] = 0;\n pbVar17 = pbVar16;\n uVar23 = extraout_ECX_00;\n local_7c = (uint *)uVar13;\n iStack_78 = iVar9;\n if (local_64 == 0) {\n uVar7 = (*(int *)(iVar12 + 0x154) - *(int *)(iVar12 + 0x14c)) +\n (*(int *)(iVar12 + 0x150) - *(int *)(iVar12 + 0x148)) * 8;\n if (uVar7 <= local_60) {\n \n FUN_002446e0(uVar15 + 0x34351d,0x5f8,uVar15 + 0x34662f,uVar7);\n }\n bStack_b8 = (*(uint *)(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4) &\n 1 << ((byte)local_60 & 0x1f)) != 0;\n goto LAB_00123fe0;\n }\n uVar7 = 0;\n if (uStack_68 - 2 < 0x6b) {\n uVar7 = (uint)(char)(&UNK_00344ed5)[uStack_68 + uVar15];\n if (*(int *)(local_64 + 0x18) == -1) goto LAB_00123f75;\nLAB_00123e82:\n if ((*(byte *)(local_64 + 0x28) & 0xf) != 10) {\n cVar3 = FUN_00071bb0(local_64,uVar7);\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n if (cVar3 != '\0') {\nLAB_00123f19:\n if (bVar4 == 0) goto LAB_00123f1d;\nLAB_00123f80:\n if (bVar4 == 4) {\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }\nLAB_00124258:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }\nLAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);\n bStack_b8 = (bool)(bVar4 & 1);\n goto LAB_00123fe0;\n }\n goto LAB_00124280;\n }\n if ((bVar4 != 0) || ((*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0)) {\n pbVar17 = BYTE_ARRAY_004c6979 + uVar15 + 0x26;\n if (*(int *)(*(int *)pbVar17 + 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);\n }\n if (*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0') {\nLAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;\n if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }\n if (bVar4 != 4) goto LAB_00124258;\nLAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }\n }\n else if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;\n }\n }\n if (*(int *)((int)uVar22 + 0x18) == 0) {\n iVar9 = FUN_0010c850();\nLAB_0012462d:\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,iVar9);\n }\n auStack_a8[3] = FUN_00117290();\n bStack_b8 = false;\n local_5c = auStack_a8;\n }\n else {\n if (*(int *)(local_64 + 0x18) != -1) goto LAB_00123e82;\nLAB_00123f75:\n bVar4 = *(byte *)(local_64 + 0x2a) & 7;\n if (bVar4 != 0) goto LAB_00123f80;\nLAB_00123f1d:\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_00123f8f;\nLAB_00123f39:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) goto LAB_00123fe0;\n if ((*(int *)(iVar6 + 0xc) == 0) && ((bVar1 & 0x20) != 0)) goto LAB_00124269;\n goto LAB_001242ac;\n }\nLAB_00124280:\n bStack_b8 = true;\n }\nLAB_00123fe0:\n puStack_b4 = auStack_a8;\n iVar9 = *(int *)((int)&DWORD_004c739c + uVar15 + 3);\n if (0xff < uStack_68) {\n \n FUN_002446e0(uVar15 + 0x347947,0x134,uVar15 + 0x3466b7,iVar9);\n }\n uVar7 = *(uint *)(iVar9 + uStack_68 * 4);\n if ((uVar7 != 0) && (*(int *)(uVar7 + 0x1c) == 1)) {\n bVar4 = *(byte *)(uVar7 + 0x34);\n uVar7 = (uint)bVar4;\n if ((bVar4 & 2) != 0) {\n if (((bStack_b8 != false) && ((bVar4 & 0x40) != 0)) &&\n (uVar7 = FUN_000a90f0(local_5c,iVar12,0), (uVar7 & 1) != 0)) {\n auStack_a8[3] = FUN_000a90f0(local_5c,iVar12,0);\n auStack_a8[3] = auStack_a8[3] & 0xfffffffe;\n local_5c = puStack_b4;\n }\n if (-1 < (char)*(byte *)((int)local_5c + 0xb)) {\n if ((*(byte *)((int)local_5c + 0xb) & 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17);\n }\n puVar10 = (uint *)local_5c[3];\n uVar7 = *puVar10;\n uVar5 = uVar7 % puVar10[3];\n piVar18 = *(int **)(puVar10[2] + uVar5 * 4);\n if (piVar18 != (int *)0x0) {\n uVar11 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, uVar7 != uVar11) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }\n if (*piVar18 != 0) goto LAB_001240a3;\n }\nLAB_00124478:\n FUN_00318cf0(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23);\n }\nLAB_001240a3:\n if (uStack_68 - 10 < 0x2a) {\n \n \n uVar15 = (*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))();\n return uVar15;\n }\n \n FUN_002446e0(uVar15 + 0x34351d,0x2ec8,uVar15 + 0x345d23,iVar6);\n }\n }\n \n FUN_002446e0(uVar15 + 0x34351d,0x2ea7,uVar15 + 0x345d23,uVar7);\n }\n iVar12 = *(int *)(*(int *)(param_2 + 0x13c) + uVar15 * 4);\n if (iVar12 == 0) {\nLAB_00123df8:\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfe7;\n \n puStack_80 = (undefined *)0x123e15;\n puStack_70 = (uint *)iVar6;\n FUN_002446e0();\n }\n local_20 = local_44;\n local_2c = iVar6;\n if (param_1 == 0) {\n if (param_3 == -1) {\n puStack_70 = (uint *)0x123df8;\n iVar6 = FUN_0010c360();\n goto LAB_00123df8;\n }\n local_28 = param_3;\n local_24 = param_2;\n }\n else {\n local_28 = -1;\n local_24 = param_1;\n }\n puStack_70 = (uint *)0x123c3b;\n FUN_0010ece0();\n if ((local_30 == 0) || (iVar6 = *(int *)(local_30 + 0x14), iVar6 == 0)) {\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfeb;\n \n puStack_80 = (undefined *)0x123cff;\n FUN_002446e0();\n }\n param_6 = (uint)*(byte *)(*(int *)(iVar6 + 4) + 0x14);\n if ((*(byte *)(iVar12 + 0x1c) & 1) == 0) {\nLAB_00123dd6:\n uStack_74 = local_64 + -0x17f944;\n local_7c = (uint *)(local_64 + -0x19cca3);\n iStack_78 = 0xc5;\n \n puStack_80 = (undefined *)0x123df3;\n FUN_002446e0();\n }\n if (*(int *)(iVar6 + 8) == -1) {\n puStack_70 = (uint *)0x123dd6;\n FUN_0010c390();\n goto LAB_00123dd6;\n }\n local_58 = (*(int *)(iVar6 + 8) - param_5) + *(int *)(iVar12 + 4) + local_4c;\n if (0x3ffffff < local_58 + 0x2000000) {\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfef;\n \n puStack_80 = &UNK_00123cb7;\n puStack_70 = (uint *)*(int *)(iVar12 + 4);\n FUN_002446e0();\n }\n }\nLAB_00123af0:\n if (param_6 == 0) {\n uVar15 = local_58 + 0x2000000;\n goto LAB_00123b38;\n }\n if (((char)uVar13 != '\x01') || (iVar9 != 0x1c)) {\nLAB_00123a2c:\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xff8;\n \n puStack_80 = &UNK_00123a4b;\n FUN_002446e0();\n }\n uVar15 = local_58 + 0x2000000;\n }" if (parenthesized_expression "(uVar15 < 0x4000000)" ( (binary_expression "uVar15 < 0x4000000" identifier < number_literal) )) (compound_statement "{\n if (param_6 == 0) goto LAB_00123b38;\n if (((char)uVar13 != '\x01') || (iVar9 != 0x1c)) {\n uStack_74 = 0;\n iStack_78 = param_2;\n local_7c = (uint *)param_4;\n puStack_80 = (undefined *)0x123a0a;\n FUN_000a90f0();\n local_7c = (uint *)0x1;\n puStack_80 = (undefined *)0x123a21;\n iVar6 = FUN_00113410();\n if (iVar6 == 0) goto LAB_00123a2c;\n goto LAB_00123bd0;\n }\n }" { (if_statement "if (param_6 == 0) goto LAB_00123b38;" if (parenthesized_expression "(param_6 == 0)" ( (binary_expression "param_6 == 0" identifier == number_literal) )) (goto_statement "goto LAB_00123b38;" goto statement_identifier ;)) (if_statement "if (((char)uVar13 != '\x01') || (iVar9 != 0x1c)) {\n uStack_74 = 0;\n iStack_78 = param_2;\n local_7c = (uint *)param_4;\n puStack_80 = (undefined *)0x123a0a;\n FUN_000a90f0();\n local_7c = (uint *)0x1;\n puStack_80 = (undefined *)0x123a21;\n iVar6 = FUN_00113410();\n if (iVar6 == 0) goto LAB_00123a2c;\n goto LAB_00123bd0;\n }" if (parenthesized_expression "(((char)uVar13 != '\x01') || (iVar9 != 0x1c))" ( (binary_expression "((char)uVar13 != '\x01') || (iVar9 != 0x1c)" (parenthesized_expression "((char)uVar13 != '\x01')" ( (binary_expression "(char)uVar13 != '\x01'" (cast_expression "(char)uVar13" ( (type_descriptor "char" primitive_type) ) identifier) != (char_literal "'\x01'" ' escape_sequence ')) )) || (parenthesized_expression "(iVar9 != 0x1c)" ( (binary_expression "iVar9 != 0x1c" identifier != number_literal) ))) )) (compound_statement "{\n uStack_74 = 0;\n iStack_78 = param_2;\n local_7c = (uint *)param_4;\n puStack_80 = (undefined *)0x123a0a;\n FUN_000a90f0();\n local_7c = (uint *)0x1;\n puStack_80 = (undefined *)0x123a21;\n iVar6 = FUN_00113410();\n if (iVar6 == 0) goto LAB_00123a2c;\n goto LAB_00123bd0;\n }" { (expression_statement "uStack_74 = 0;" (assignment_expression "uStack_74 = 0" identifier = number_literal) ;) (expression_statement "iStack_78 = param_2;" (assignment_expression "iStack_78 = param_2" identifier = identifier) ;) (expression_statement "local_7c = (uint *)param_4;" (assignment_expression "local_7c = (uint *)param_4" identifier = (cast_expression "(uint *)param_4" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "puStack_80 = (undefined *)0x123a0a;" (assignment_expression "puStack_80 = (undefined *)0x123a0a" identifier = (cast_expression "(undefined *)0x123a0a" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "FUN_000a90f0();" (call_expression "FUN_000a90f0()" identifier (argument_list "()" ( ))) ;) (expression_statement "local_7c = (uint *)0x1;" (assignment_expression "local_7c = (uint *)0x1" identifier = (cast_expression "(uint *)0x1" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "puStack_80 = (undefined *)0x123a21;" (assignment_expression "puStack_80 = (undefined *)0x123a21" identifier = (cast_expression "(undefined *)0x123a21" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "iVar6 = FUN_00113410();" (assignment_expression "iVar6 = FUN_00113410()" identifier = (call_expression "FUN_00113410()" identifier (argument_list "()" ( )))) ;) (if_statement "if (iVar6 == 0) goto LAB_00123a2c;" if (parenthesized_expression "(iVar6 == 0)" ( (binary_expression "iVar6 == 0" identifier == number_literal) )) (goto_statement "goto LAB_00123a2c;" goto statement_identifier ;)) (goto_statement "goto LAB_00123bd0;" goto statement_identifier ;) })) }) (else_clause "else {\n uStack_74 = 0;\n iStack_78 = param_2;\n local_7c = (uint *)param_4;\n puStack_80 = (undefined *)0x123abd;\n FUN_000a90f0();\n local_7c = (uint *)(uint)(param_6 != 0);\n puStack_80 = (undefined *)0x123ade;\n iVar6 = FUN_00113410();\n if (iVar6 != 0) {\nLAB_00123bd0:\n uVar15 = *(uint *)(local_50 + 0x18);\n local_60 = *(uint *)(param_2 + 0x140);\n if ((uint)((int)(local_60 - *(int *)(param_2 + 0x13c)) >> 2) <= uVar15) {\n puStack_70 = (uint *)0x123e1a;\n FUN_0010c330();\n iStack_78 = 0x123e29;\n uStack_74 = uVar15;\n puStack_70 = (uint *)uVar5;\n uVar22 = FUN_00074f0a();\n iVar6 = local_64;\n iVar12 = (int)((ulonglong)uVar22 >> 0x20);\n pbVar16 = BYTE_ARRAY_004c61c1 + uVar15 + 0x16;\n auStack_a8[0] = 0;\n auStack_a8[1] = 0xffffffff;\n auStack_a8[2] = 0x80000000;\n auStack_a8[3] = 0;\n pbVar17 = pbVar16;\n uVar23 = extraout_ECX_00;\n local_7c = (uint *)uVar13;\n iStack_78 = iVar9;\n if (local_64 == 0) {\n uVar7 = (*(int *)(iVar12 + 0x154) - *(int *)(iVar12 + 0x14c)) +\n (*(int *)(iVar12 + 0x150) - *(int *)(iVar12 + 0x148)) * 8;\n if (uVar7 <= local_60) {\n \n FUN_002446e0(uVar15 + 0x34351d,0x5f8,uVar15 + 0x34662f,uVar7);\n }\n bStack_b8 = (*(uint *)(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4) &\n 1 << ((byte)local_60 & 0x1f)) != 0;\n goto LAB_00123fe0;\n }\n uVar7 = 0;\n if (uStack_68 - 2 < 0x6b) {\n uVar7 = (uint)(char)(&UNK_00344ed5)[uStack_68 + uVar15];\n if (*(int *)(local_64 + 0x18) == -1) goto LAB_00123f75;\nLAB_00123e82:\n if ((*(byte *)(local_64 + 0x28) & 0xf) != 10) {\n cVar3 = FUN_00071bb0(local_64,uVar7);\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n if (cVar3 != '\0') {\nLAB_00123f19:\n if (bVar4 == 0) goto LAB_00123f1d;\nLAB_00123f80:\n if (bVar4 == 4) {\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }\nLAB_00124258:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }\nLAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);\n bStack_b8 = (bool)(bVar4 & 1);\n goto LAB_00123fe0;\n }\n goto LAB_00124280;\n }\n if ((bVar4 != 0) || ((*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0)) {\n pbVar17 = BYTE_ARRAY_004c6979 + uVar15 + 0x26;\n if (*(int *)(*(int *)pbVar17 + 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);\n }\n if (*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0') {\nLAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;\n if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }\n if (bVar4 != 4) goto LAB_00124258;\nLAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }\n }\n else if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;\n }\n }\n if (*(int *)((int)uVar22 + 0x18) == 0) {\n iVar9 = FUN_0010c850();\nLAB_0012462d:\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,iVar9);\n }\n auStack_a8[3] = FUN_00117290();\n bStack_b8 = false;\n local_5c = auStack_a8;\n }\n else {\n if (*(int *)(local_64 + 0x18) != -1) goto LAB_00123e82;\nLAB_00123f75:\n bVar4 = *(byte *)(local_64 + 0x2a) & 7;\n if (bVar4 != 0) goto LAB_00123f80;\nLAB_00123f1d:\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_00123f8f;\nLAB_00123f39:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) goto LAB_00123fe0;\n if ((*(int *)(iVar6 + 0xc) == 0) && ((bVar1 & 0x20) != 0)) goto LAB_00124269;\n goto LAB_001242ac;\n }\nLAB_00124280:\n bStack_b8 = true;\n }\nLAB_00123fe0:\n puStack_b4 = auStack_a8;\n iVar9 = *(int *)((int)&DWORD_004c739c + uVar15 + 3);\n if (0xff < uStack_68) {\n \n FUN_002446e0(uVar15 + 0x347947,0x134,uVar15 + 0x3466b7,iVar9);\n }\n uVar7 = *(uint *)(iVar9 + uStack_68 * 4);\n if ((uVar7 != 0) && (*(int *)(uVar7 + 0x1c) == 1)) {\n bVar4 = *(byte *)(uVar7 + 0x34);\n uVar7 = (uint)bVar4;\n if ((bVar4 & 2) != 0) {\n if (((bStack_b8 != false) && ((bVar4 & 0x40) != 0)) &&\n (uVar7 = FUN_000a90f0(local_5c,iVar12,0), (uVar7 & 1) != 0)) {\n auStack_a8[3] = FUN_000a90f0(local_5c,iVar12,0);\n auStack_a8[3] = auStack_a8[3] & 0xfffffffe;\n local_5c = puStack_b4;\n }\n if (-1 < (char)*(byte *)((int)local_5c + 0xb)) {\n if ((*(byte *)((int)local_5c + 0xb) & 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17);\n }\n puVar10 = (uint *)local_5c[3];\n uVar7 = *puVar10;\n uVar5 = uVar7 % puVar10[3];\n piVar18 = *(int **)(puVar10[2] + uVar5 * 4);\n if (piVar18 != (int *)0x0) {\n uVar11 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, uVar7 != uVar11) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }\n if (*piVar18 != 0) goto LAB_001240a3;\n }\nLAB_00124478:\n FUN_00318cf0(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23);\n }\nLAB_001240a3:\n if (uStack_68 - 10 < 0x2a) {\n \n \n uVar15 = (*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))();\n return uVar15;\n }\n \n FUN_002446e0(uVar15 + 0x34351d,0x2ec8,uVar15 + 0x345d23,iVar6);\n }\n }\n \n FUN_002446e0(uVar15 + 0x34351d,0x2ea7,uVar15 + 0x345d23,uVar7);\n }\n iVar12 = *(int *)(*(int *)(param_2 + 0x13c) + uVar15 * 4);\n if (iVar12 == 0) {\nLAB_00123df8:\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfe7;\n \n puStack_80 = (undefined *)0x123e15;\n puStack_70 = (uint *)iVar6;\n FUN_002446e0();\n }\n local_20 = local_44;\n local_2c = iVar6;\n if (param_1 == 0) {\n if (param_3 == -1) {\n puStack_70 = (uint *)0x123df8;\n iVar6 = FUN_0010c360();\n goto LAB_00123df8;\n }\n local_28 = param_3;\n local_24 = param_2;\n }\n else {\n local_28 = -1;\n local_24 = param_1;\n }\n puStack_70 = (uint *)0x123c3b;\n FUN_0010ece0();\n if ((local_30 == 0) || (iVar6 = *(int *)(local_30 + 0x14), iVar6 == 0)) {\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfeb;\n \n puStack_80 = (undefined *)0x123cff;\n FUN_002446e0();\n }\n param_6 = (uint)*(byte *)(*(int *)(iVar6 + 4) + 0x14);\n if ((*(byte *)(iVar12 + 0x1c) & 1) == 0) {\nLAB_00123dd6:\n uStack_74 = local_64 + -0x17f944;\n local_7c = (uint *)(local_64 + -0x19cca3);\n iStack_78 = 0xc5;\n \n puStack_80 = (undefined *)0x123df3;\n FUN_002446e0();\n }\n if (*(int *)(iVar6 + 8) == -1) {\n puStack_70 = (uint *)0x123dd6;\n FUN_0010c390();\n goto LAB_00123dd6;\n }\n local_58 = (*(int *)(iVar6 + 8) - param_5) + *(int *)(iVar12 + 4) + local_4c;\n if (0x3ffffff < local_58 + 0x2000000) {\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfef;\n \n puStack_80 = &UNK_00123cb7;\n puStack_70 = (uint *)*(int *)(iVar12 + 4);\n FUN_002446e0();\n }\n }\nLAB_00123af0:\n if (param_6 == 0) {\n uVar15 = local_58 + 0x2000000;\n goto LAB_00123b38;\n }\n if (((char)uVar13 != '\x01') || (iVar9 != 0x1c)) {\nLAB_00123a2c:\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xff8;\n \n puStack_80 = &UNK_00123a4b;\n FUN_002446e0();\n }\n uVar15 = local_58 + 0x2000000;\n }" else (compound_statement "{\n uStack_74 = 0;\n iStack_78 = param_2;\n local_7c = (uint *)param_4;\n puStack_80 = (undefined *)0x123abd;\n FUN_000a90f0();\n local_7c = (uint *)(uint)(param_6 != 0);\n puStack_80 = (undefined *)0x123ade;\n iVar6 = FUN_00113410();\n if (iVar6 != 0) {\nLAB_00123bd0:\n uVar15 = *(uint *)(local_50 + 0x18);\n local_60 = *(uint *)(param_2 + 0x140);\n if ((uint)((int)(local_60 - *(int *)(param_2 + 0x13c)) >> 2) <= uVar15) {\n puStack_70 = (uint *)0x123e1a;\n FUN_0010c330();\n iStack_78 = 0x123e29;\n uStack_74 = uVar15;\n puStack_70 = (uint *)uVar5;\n uVar22 = FUN_00074f0a();\n iVar6 = local_64;\n iVar12 = (int)((ulonglong)uVar22 >> 0x20);\n pbVar16 = BYTE_ARRAY_004c61c1 + uVar15 + 0x16;\n auStack_a8[0] = 0;\n auStack_a8[1] = 0xffffffff;\n auStack_a8[2] = 0x80000000;\n auStack_a8[3] = 0;\n pbVar17 = pbVar16;\n uVar23 = extraout_ECX_00;\n local_7c = (uint *)uVar13;\n iStack_78 = iVar9;\n if (local_64 == 0) {\n uVar7 = (*(int *)(iVar12 + 0x154) - *(int *)(iVar12 + 0x14c)) +\n (*(int *)(iVar12 + 0x150) - *(int *)(iVar12 + 0x148)) * 8;\n if (uVar7 <= local_60) {\n \n FUN_002446e0(uVar15 + 0x34351d,0x5f8,uVar15 + 0x34662f,uVar7);\n }\n bStack_b8 = (*(uint *)(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4) &\n 1 << ((byte)local_60 & 0x1f)) != 0;\n goto LAB_00123fe0;\n }\n uVar7 = 0;\n if (uStack_68 - 2 < 0x6b) {\n uVar7 = (uint)(char)(&UNK_00344ed5)[uStack_68 + uVar15];\n if (*(int *)(local_64 + 0x18) == -1) goto LAB_00123f75;\nLAB_00123e82:\n if ((*(byte *)(local_64 + 0x28) & 0xf) != 10) {\n cVar3 = FUN_00071bb0(local_64,uVar7);\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n if (cVar3 != '\0') {\nLAB_00123f19:\n if (bVar4 == 0) goto LAB_00123f1d;\nLAB_00123f80:\n if (bVar4 == 4) {\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }\nLAB_00124258:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }\nLAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);\n bStack_b8 = (bool)(bVar4 & 1);\n goto LAB_00123fe0;\n }\n goto LAB_00124280;\n }\n if ((bVar4 != 0) || ((*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0)) {\n pbVar17 = BYTE_ARRAY_004c6979 + uVar15 + 0x26;\n if (*(int *)(*(int *)pbVar17 + 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);\n }\n if (*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0') {\nLAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;\n if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }\n if (bVar4 != 4) goto LAB_00124258;\nLAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }\n }\n else if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;\n }\n }\n if (*(int *)((int)uVar22 + 0x18) == 0) {\n iVar9 = FUN_0010c850();\nLAB_0012462d:\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,iVar9);\n }\n auStack_a8[3] = FUN_00117290();\n bStack_b8 = false;\n local_5c = auStack_a8;\n }\n else {\n if (*(int *)(local_64 + 0x18) != -1) goto LAB_00123e82;\nLAB_00123f75:\n bVar4 = *(byte *)(local_64 + 0x2a) & 7;\n if (bVar4 != 0) goto LAB_00123f80;\nLAB_00123f1d:\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_00123f8f;\nLAB_00123f39:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) goto LAB_00123fe0;\n if ((*(int *)(iVar6 + 0xc) == 0) && ((bVar1 & 0x20) != 0)) goto LAB_00124269;\n goto LAB_001242ac;\n }\nLAB_00124280:\n bStack_b8 = true;\n }\nLAB_00123fe0:\n puStack_b4 = auStack_a8;\n iVar9 = *(int *)((int)&DWORD_004c739c + uVar15 + 3);\n if (0xff < uStack_68) {\n \n FUN_002446e0(uVar15 + 0x347947,0x134,uVar15 + 0x3466b7,iVar9);\n }\n uVar7 = *(uint *)(iVar9 + uStack_68 * 4);\n if ((uVar7 != 0) && (*(int *)(uVar7 + 0x1c) == 1)) {\n bVar4 = *(byte *)(uVar7 + 0x34);\n uVar7 = (uint)bVar4;\n if ((bVar4 & 2) != 0) {\n if (((bStack_b8 != false) && ((bVar4 & 0x40) != 0)) &&\n (uVar7 = FUN_000a90f0(local_5c,iVar12,0), (uVar7 & 1) != 0)) {\n auStack_a8[3] = FUN_000a90f0(local_5c,iVar12,0);\n auStack_a8[3] = auStack_a8[3] & 0xfffffffe;\n local_5c = puStack_b4;\n }\n if (-1 < (char)*(byte *)((int)local_5c + 0xb)) {\n if ((*(byte *)((int)local_5c + 0xb) & 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17);\n }\n puVar10 = (uint *)local_5c[3];\n uVar7 = *puVar10;\n uVar5 = uVar7 % puVar10[3];\n piVar18 = *(int **)(puVar10[2] + uVar5 * 4);\n if (piVar18 != (int *)0x0) {\n uVar11 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, uVar7 != uVar11) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }\n if (*piVar18 != 0) goto LAB_001240a3;\n }\nLAB_00124478:\n FUN_00318cf0(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23);\n }\nLAB_001240a3:\n if (uStack_68 - 10 < 0x2a) {\n \n \n uVar15 = (*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))();\n return uVar15;\n }\n \n FUN_002446e0(uVar15 + 0x34351d,0x2ec8,uVar15 + 0x345d23,iVar6);\n }\n }\n \n FUN_002446e0(uVar15 + 0x34351d,0x2ea7,uVar15 + 0x345d23,uVar7);\n }\n iVar12 = *(int *)(*(int *)(param_2 + 0x13c) + uVar15 * 4);\n if (iVar12 == 0) {\nLAB_00123df8:\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfe7;\n \n puStack_80 = (undefined *)0x123e15;\n puStack_70 = (uint *)iVar6;\n FUN_002446e0();\n }\n local_20 = local_44;\n local_2c = iVar6;\n if (param_1 == 0) {\n if (param_3 == -1) {\n puStack_70 = (uint *)0x123df8;\n iVar6 = FUN_0010c360();\n goto LAB_00123df8;\n }\n local_28 = param_3;\n local_24 = param_2;\n }\n else {\n local_28 = -1;\n local_24 = param_1;\n }\n puStack_70 = (uint *)0x123c3b;\n FUN_0010ece0();\n if ((local_30 == 0) || (iVar6 = *(int *)(local_30 + 0x14), iVar6 == 0)) {\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfeb;\n \n puStack_80 = (undefined *)0x123cff;\n FUN_002446e0();\n }\n param_6 = (uint)*(byte *)(*(int *)(iVar6 + 4) + 0x14);\n if ((*(byte *)(iVar12 + 0x1c) & 1) == 0) {\nLAB_00123dd6:\n uStack_74 = local_64 + -0x17f944;\n local_7c = (uint *)(local_64 + -0x19cca3);\n iStack_78 = 0xc5;\n \n puStack_80 = (undefined *)0x123df3;\n FUN_002446e0();\n }\n if (*(int *)(iVar6 + 8) == -1) {\n puStack_70 = (uint *)0x123dd6;\n FUN_0010c390();\n goto LAB_00123dd6;\n }\n local_58 = (*(int *)(iVar6 + 8) - param_5) + *(int *)(iVar12 + 4) + local_4c;\n if (0x3ffffff < local_58 + 0x2000000) {\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfef;\n \n puStack_80 = &UNK_00123cb7;\n puStack_70 = (uint *)*(int *)(iVar12 + 4);\n FUN_002446e0();\n }\n }\nLAB_00123af0:\n if (param_6 == 0) {\n uVar15 = local_58 + 0x2000000;\n goto LAB_00123b38;\n }\n if (((char)uVar13 != '\x01') || (iVar9 != 0x1c)) {\nLAB_00123a2c:\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xff8;\n \n puStack_80 = &UNK_00123a4b;\n FUN_002446e0();\n }\n uVar15 = local_58 + 0x2000000;\n }" { (expression_statement "uStack_74 = 0;" (assignment_expression "uStack_74 = 0" identifier = number_literal) ;) (expression_statement "iStack_78 = param_2;" (assignment_expression "iStack_78 = param_2" identifier = identifier) ;) (expression_statement "local_7c = (uint *)param_4;" (assignment_expression "local_7c = (uint *)param_4" identifier = (cast_expression "(uint *)param_4" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "puStack_80 = (undefined *)0x123abd;" (assignment_expression "puStack_80 = (undefined *)0x123abd" identifier = (cast_expression "(undefined *)0x123abd" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "FUN_000a90f0();" (call_expression "FUN_000a90f0()" identifier (argument_list "()" ( ))) ;) (expression_statement "local_7c = (uint *)(uint)(param_6 != 0);" (assignment_expression "local_7c = (uint *)(uint)(param_6 != 0)" identifier = (cast_expression "(uint *)(uint)(param_6 != 0)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "(uint)(param_6 != 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(param_6 != 0)" ( (binary_expression "param_6 != 0" identifier != number_literal) ))))) ;) (expression_statement "puStack_80 = (undefined *)0x123ade;" (assignment_expression "puStack_80 = (undefined *)0x123ade" identifier = (cast_expression "(undefined *)0x123ade" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "iVar6 = FUN_00113410();" (assignment_expression "iVar6 = FUN_00113410()" identifier = (call_expression "FUN_00113410()" identifier (argument_list "()" ( )))) ;) (if_statement "if (iVar6 != 0) {\nLAB_00123bd0:\n uVar15 = *(uint *)(local_50 + 0x18);\n local_60 = *(uint *)(param_2 + 0x140);\n if ((uint)((int)(local_60 - *(int *)(param_2 + 0x13c)) >> 2) <= uVar15) {\n puStack_70 = (uint *)0x123e1a;\n FUN_0010c330();\n iStack_78 = 0x123e29;\n uStack_74 = uVar15;\n puStack_70 = (uint *)uVar5;\n uVar22 = FUN_00074f0a();\n iVar6 = local_64;\n iVar12 = (int)((ulonglong)uVar22 >> 0x20);\n pbVar16 = BYTE_ARRAY_004c61c1 + uVar15 + 0x16;\n auStack_a8[0] = 0;\n auStack_a8[1] = 0xffffffff;\n auStack_a8[2] = 0x80000000;\n auStack_a8[3] = 0;\n pbVar17 = pbVar16;\n uVar23 = extraout_ECX_00;\n local_7c = (uint *)uVar13;\n iStack_78 = iVar9;\n if (local_64 == 0) {\n uVar7 = (*(int *)(iVar12 + 0x154) - *(int *)(iVar12 + 0x14c)) +\n (*(int *)(iVar12 + 0x150) - *(int *)(iVar12 + 0x148)) * 8;\n if (uVar7 <= local_60) {\n \n FUN_002446e0(uVar15 + 0x34351d,0x5f8,uVar15 + 0x34662f,uVar7);\n }\n bStack_b8 = (*(uint *)(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4) &\n 1 << ((byte)local_60 & 0x1f)) != 0;\n goto LAB_00123fe0;\n }\n uVar7 = 0;\n if (uStack_68 - 2 < 0x6b) {\n uVar7 = (uint)(char)(&UNK_00344ed5)[uStack_68 + uVar15];\n if (*(int *)(local_64 + 0x18) == -1) goto LAB_00123f75;\nLAB_00123e82:\n if ((*(byte *)(local_64 + 0x28) & 0xf) != 10) {\n cVar3 = FUN_00071bb0(local_64,uVar7);\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n if (cVar3 != '\0') {\nLAB_00123f19:\n if (bVar4 == 0) goto LAB_00123f1d;\nLAB_00123f80:\n if (bVar4 == 4) {\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }\nLAB_00124258:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }\nLAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);\n bStack_b8 = (bool)(bVar4 & 1);\n goto LAB_00123fe0;\n }\n goto LAB_00124280;\n }\n if ((bVar4 != 0) || ((*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0)) {\n pbVar17 = BYTE_ARRAY_004c6979 + uVar15 + 0x26;\n if (*(int *)(*(int *)pbVar17 + 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);\n }\n if (*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0') {\nLAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;\n if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }\n if (bVar4 != 4) goto LAB_00124258;\nLAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }\n }\n else if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;\n }\n }\n if (*(int *)((int)uVar22 + 0x18) == 0) {\n iVar9 = FUN_0010c850();\nLAB_0012462d:\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,iVar9);\n }\n auStack_a8[3] = FUN_00117290();\n bStack_b8 = false;\n local_5c = auStack_a8;\n }\n else {\n if (*(int *)(local_64 + 0x18) != -1) goto LAB_00123e82;\nLAB_00123f75:\n bVar4 = *(byte *)(local_64 + 0x2a) & 7;\n if (bVar4 != 0) goto LAB_00123f80;\nLAB_00123f1d:\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_00123f8f;\nLAB_00123f39:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) goto LAB_00123fe0;\n if ((*(int *)(iVar6 + 0xc) == 0) && ((bVar1 & 0x20) != 0)) goto LAB_00124269;\n goto LAB_001242ac;\n }\nLAB_00124280:\n bStack_b8 = true;\n }\nLAB_00123fe0:\n puStack_b4 = auStack_a8;\n iVar9 = *(int *)((int)&DWORD_004c739c + uVar15 + 3);\n if (0xff < uStack_68) {\n \n FUN_002446e0(uVar15 + 0x347947,0x134,uVar15 + 0x3466b7,iVar9);\n }\n uVar7 = *(uint *)(iVar9 + uStack_68 * 4);\n if ((uVar7 != 0) && (*(int *)(uVar7 + 0x1c) == 1)) {\n bVar4 = *(byte *)(uVar7 + 0x34);\n uVar7 = (uint)bVar4;\n if ((bVar4 & 2) != 0) {\n if (((bStack_b8 != false) && ((bVar4 & 0x40) != 0)) &&\n (uVar7 = FUN_000a90f0(local_5c,iVar12,0), (uVar7 & 1) != 0)) {\n auStack_a8[3] = FUN_000a90f0(local_5c,iVar12,0);\n auStack_a8[3] = auStack_a8[3] & 0xfffffffe;\n local_5c = puStack_b4;\n }\n if (-1 < (char)*(byte *)((int)local_5c + 0xb)) {\n if ((*(byte *)((int)local_5c + 0xb) & 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17);\n }\n puVar10 = (uint *)local_5c[3];\n uVar7 = *puVar10;\n uVar5 = uVar7 % puVar10[3];\n piVar18 = *(int **)(puVar10[2] + uVar5 * 4);\n if (piVar18 != (int *)0x0) {\n uVar11 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, uVar7 != uVar11) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }\n if (*piVar18 != 0) goto LAB_001240a3;\n }\nLAB_00124478:\n FUN_00318cf0(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23);\n }\nLAB_001240a3:\n if (uStack_68 - 10 < 0x2a) {\n \n \n uVar15 = (*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))();\n return uVar15;\n }\n \n FUN_002446e0(uVar15 + 0x34351d,0x2ec8,uVar15 + 0x345d23,iVar6);\n }\n }\n \n FUN_002446e0(uVar15 + 0x34351d,0x2ea7,uVar15 + 0x345d23,uVar7);\n }\n iVar12 = *(int *)(*(int *)(param_2 + 0x13c) + uVar15 * 4);\n if (iVar12 == 0) {\nLAB_00123df8:\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfe7;\n \n puStack_80 = (undefined *)0x123e15;\n puStack_70 = (uint *)iVar6;\n FUN_002446e0();\n }\n local_20 = local_44;\n local_2c = iVar6;\n if (param_1 == 0) {\n if (param_3 == -1) {\n puStack_70 = (uint *)0x123df8;\n iVar6 = FUN_0010c360();\n goto LAB_00123df8;\n }\n local_28 = param_3;\n local_24 = param_2;\n }\n else {\n local_28 = -1;\n local_24 = param_1;\n }\n puStack_70 = (uint *)0x123c3b;\n FUN_0010ece0();\n if ((local_30 == 0) || (iVar6 = *(int *)(local_30 + 0x14), iVar6 == 0)) {\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfeb;\n \n puStack_80 = (undefined *)0x123cff;\n FUN_002446e0();\n }\n param_6 = (uint)*(byte *)(*(int *)(iVar6 + 4) + 0x14);\n if ((*(byte *)(iVar12 + 0x1c) & 1) == 0) {\nLAB_00123dd6:\n uStack_74 = local_64 + -0x17f944;\n local_7c = (uint *)(local_64 + -0x19cca3);\n iStack_78 = 0xc5;\n \n puStack_80 = (undefined *)0x123df3;\n FUN_002446e0();\n }\n if (*(int *)(iVar6 + 8) == -1) {\n puStack_70 = (uint *)0x123dd6;\n FUN_0010c390();\n goto LAB_00123dd6;\n }\n local_58 = (*(int *)(iVar6 + 8) - param_5) + *(int *)(iVar12 + 4) + local_4c;\n if (0x3ffffff < local_58 + 0x2000000) {\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfef;\n \n puStack_80 = &UNK_00123cb7;\n puStack_70 = (uint *)*(int *)(iVar12 + 4);\n FUN_002446e0();\n }\n }" if (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) (compound_statement "{\nLAB_00123bd0:\n uVar15 = *(uint *)(local_50 + 0x18);\n local_60 = *(uint *)(param_2 + 0x140);\n if ((uint)((int)(local_60 - *(int *)(param_2 + 0x13c)) >> 2) <= uVar15) {\n puStack_70 = (uint *)0x123e1a;\n FUN_0010c330();\n iStack_78 = 0x123e29;\n uStack_74 = uVar15;\n puStack_70 = (uint *)uVar5;\n uVar22 = FUN_00074f0a();\n iVar6 = local_64;\n iVar12 = (int)((ulonglong)uVar22 >> 0x20);\n pbVar16 = BYTE_ARRAY_004c61c1 + uVar15 + 0x16;\n auStack_a8[0] = 0;\n auStack_a8[1] = 0xffffffff;\n auStack_a8[2] = 0x80000000;\n auStack_a8[3] = 0;\n pbVar17 = pbVar16;\n uVar23 = extraout_ECX_00;\n local_7c = (uint *)uVar13;\n iStack_78 = iVar9;\n if (local_64 == 0) {\n uVar7 = (*(int *)(iVar12 + 0x154) - *(int *)(iVar12 + 0x14c)) +\n (*(int *)(iVar12 + 0x150) - *(int *)(iVar12 + 0x148)) * 8;\n if (uVar7 <= local_60) {\n \n FUN_002446e0(uVar15 + 0x34351d,0x5f8,uVar15 + 0x34662f,uVar7);\n }\n bStack_b8 = (*(uint *)(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4) &\n 1 << ((byte)local_60 & 0x1f)) != 0;\n goto LAB_00123fe0;\n }\n uVar7 = 0;\n if (uStack_68 - 2 < 0x6b) {\n uVar7 = (uint)(char)(&UNK_00344ed5)[uStack_68 + uVar15];\n if (*(int *)(local_64 + 0x18) == -1) goto LAB_00123f75;\nLAB_00123e82:\n if ((*(byte *)(local_64 + 0x28) & 0xf) != 10) {\n cVar3 = FUN_00071bb0(local_64,uVar7);\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n if (cVar3 != '\0') {\nLAB_00123f19:\n if (bVar4 == 0) goto LAB_00123f1d;\nLAB_00123f80:\n if (bVar4 == 4) {\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }\nLAB_00124258:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }\nLAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);\n bStack_b8 = (bool)(bVar4 & 1);\n goto LAB_00123fe0;\n }\n goto LAB_00124280;\n }\n if ((bVar4 != 0) || ((*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0)) {\n pbVar17 = BYTE_ARRAY_004c6979 + uVar15 + 0x26;\n if (*(int *)(*(int *)pbVar17 + 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);\n }\n if (*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0') {\nLAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;\n if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }\n if (bVar4 != 4) goto LAB_00124258;\nLAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }\n }\n else if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;\n }\n }\n if (*(int *)((int)uVar22 + 0x18) == 0) {\n iVar9 = FUN_0010c850();\nLAB_0012462d:\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,iVar9);\n }\n auStack_a8[3] = FUN_00117290();\n bStack_b8 = false;\n local_5c = auStack_a8;\n }\n else {\n if (*(int *)(local_64 + 0x18) != -1) goto LAB_00123e82;\nLAB_00123f75:\n bVar4 = *(byte *)(local_64 + 0x2a) & 7;\n if (bVar4 != 0) goto LAB_00123f80;\nLAB_00123f1d:\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_00123f8f;\nLAB_00123f39:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) goto LAB_00123fe0;\n if ((*(int *)(iVar6 + 0xc) == 0) && ((bVar1 & 0x20) != 0)) goto LAB_00124269;\n goto LAB_001242ac;\n }\nLAB_00124280:\n bStack_b8 = true;\n }\nLAB_00123fe0:\n puStack_b4 = auStack_a8;\n iVar9 = *(int *)((int)&DWORD_004c739c + uVar15 + 3);\n if (0xff < uStack_68) {\n \n FUN_002446e0(uVar15 + 0x347947,0x134,uVar15 + 0x3466b7,iVar9);\n }\n uVar7 = *(uint *)(iVar9 + uStack_68 * 4);\n if ((uVar7 != 0) && (*(int *)(uVar7 + 0x1c) == 1)) {\n bVar4 = *(byte *)(uVar7 + 0x34);\n uVar7 = (uint)bVar4;\n if ((bVar4 & 2) != 0) {\n if (((bStack_b8 != false) && ((bVar4 & 0x40) != 0)) &&\n (uVar7 = FUN_000a90f0(local_5c,iVar12,0), (uVar7 & 1) != 0)) {\n auStack_a8[3] = FUN_000a90f0(local_5c,iVar12,0);\n auStack_a8[3] = auStack_a8[3] & 0xfffffffe;\n local_5c = puStack_b4;\n }\n if (-1 < (char)*(byte *)((int)local_5c + 0xb)) {\n if ((*(byte *)((int)local_5c + 0xb) & 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17);\n }\n puVar10 = (uint *)local_5c[3];\n uVar7 = *puVar10;\n uVar5 = uVar7 % puVar10[3];\n piVar18 = *(int **)(puVar10[2] + uVar5 * 4);\n if (piVar18 != (int *)0x0) {\n uVar11 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, uVar7 != uVar11) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }\n if (*piVar18 != 0) goto LAB_001240a3;\n }\nLAB_00124478:\n FUN_00318cf0(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23);\n }\nLAB_001240a3:\n if (uStack_68 - 10 < 0x2a) {\n \n \n uVar15 = (*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))();\n return uVar15;\n }\n \n FUN_002446e0(uVar15 + 0x34351d,0x2ec8,uVar15 + 0x345d23,iVar6);\n }\n }\n \n FUN_002446e0(uVar15 + 0x34351d,0x2ea7,uVar15 + 0x345d23,uVar7);\n }\n iVar12 = *(int *)(*(int *)(param_2 + 0x13c) + uVar15 * 4);\n if (iVar12 == 0) {\nLAB_00123df8:\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfe7;\n \n puStack_80 = (undefined *)0x123e15;\n puStack_70 = (uint *)iVar6;\n FUN_002446e0();\n }\n local_20 = local_44;\n local_2c = iVar6;\n if (param_1 == 0) {\n if (param_3 == -1) {\n puStack_70 = (uint *)0x123df8;\n iVar6 = FUN_0010c360();\n goto LAB_00123df8;\n }\n local_28 = param_3;\n local_24 = param_2;\n }\n else {\n local_28 = -1;\n local_24 = param_1;\n }\n puStack_70 = (uint *)0x123c3b;\n FUN_0010ece0();\n if ((local_30 == 0) || (iVar6 = *(int *)(local_30 + 0x14), iVar6 == 0)) {\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfeb;\n \n puStack_80 = (undefined *)0x123cff;\n FUN_002446e0();\n }\n param_6 = (uint)*(byte *)(*(int *)(iVar6 + 4) + 0x14);\n if ((*(byte *)(iVar12 + 0x1c) & 1) == 0) {\nLAB_00123dd6:\n uStack_74 = local_64 + -0x17f944;\n local_7c = (uint *)(local_64 + -0x19cca3);\n iStack_78 = 0xc5;\n \n puStack_80 = (undefined *)0x123df3;\n FUN_002446e0();\n }\n if (*(int *)(iVar6 + 8) == -1) {\n puStack_70 = (uint *)0x123dd6;\n FUN_0010c390();\n goto LAB_00123dd6;\n }\n local_58 = (*(int *)(iVar6 + 8) - param_5) + *(int *)(iVar12 + 4) + local_4c;\n if (0x3ffffff < local_58 + 0x2000000) {\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfef;\n \n puStack_80 = &UNK_00123cb7;\n puStack_70 = (uint *)*(int *)(iVar12 + 4);\n FUN_002446e0();\n }\n }" { (labeled_statement "LAB_00123bd0:\n uVar15 = *(uint *)(local_50 + 0x18);" statement_identifier : (expression_statement "uVar15 = *(uint *)(local_50 + 0x18);" (assignment_expression "uVar15 = *(uint *)(local_50 + 0x18)" identifier = (pointer_expression "*(uint *)(local_50 + 0x18)" * (cast_expression "(uint *)(local_50 + 0x18)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_50 + 0x18)" ( (binary_expression "local_50 + 0x18" identifier + number_literal) ))))) ;)) (expression_statement "local_60 = *(uint *)(param_2 + 0x140);" (assignment_expression "local_60 = *(uint *)(param_2 + 0x140)" identifier = (pointer_expression "*(uint *)(param_2 + 0x140)" * (cast_expression "(uint *)(param_2 + 0x140)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x140)" ( (binary_expression "param_2 + 0x140" identifier + number_literal) ))))) ;) (if_statement "if ((uint)((int)(local_60 - *(int *)(param_2 + 0x13c)) >> 2) <= uVar15) {\n puStack_70 = (uint *)0x123e1a;\n FUN_0010c330();\n iStack_78 = 0x123e29;\n uStack_74 = uVar15;\n puStack_70 = (uint *)uVar5;\n uVar22 = FUN_00074f0a();\n iVar6 = local_64;\n iVar12 = (int)((ulonglong)uVar22 >> 0x20);\n pbVar16 = BYTE_ARRAY_004c61c1 + uVar15 + 0x16;\n auStack_a8[0] = 0;\n auStack_a8[1] = 0xffffffff;\n auStack_a8[2] = 0x80000000;\n auStack_a8[3] = 0;\n pbVar17 = pbVar16;\n uVar23 = extraout_ECX_00;\n local_7c = (uint *)uVar13;\n iStack_78 = iVar9;\n if (local_64 == 0) {\n uVar7 = (*(int *)(iVar12 + 0x154) - *(int *)(iVar12 + 0x14c)) +\n (*(int *)(iVar12 + 0x150) - *(int *)(iVar12 + 0x148)) * 8;\n if (uVar7 <= local_60) {\n \n FUN_002446e0(uVar15 + 0x34351d,0x5f8,uVar15 + 0x34662f,uVar7);\n }\n bStack_b8 = (*(uint *)(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4) &\n 1 << ((byte)local_60 & 0x1f)) != 0;\n goto LAB_00123fe0;\n }\n uVar7 = 0;\n if (uStack_68 - 2 < 0x6b) {\n uVar7 = (uint)(char)(&UNK_00344ed5)[uStack_68 + uVar15];\n if (*(int *)(local_64 + 0x18) == -1) goto LAB_00123f75;\nLAB_00123e82:\n if ((*(byte *)(local_64 + 0x28) & 0xf) != 10) {\n cVar3 = FUN_00071bb0(local_64,uVar7);\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n if (cVar3 != '\0') {\nLAB_00123f19:\n if (bVar4 == 0) goto LAB_00123f1d;\nLAB_00123f80:\n if (bVar4 == 4) {\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }\nLAB_00124258:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }\nLAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);\n bStack_b8 = (bool)(bVar4 & 1);\n goto LAB_00123fe0;\n }\n goto LAB_00124280;\n }\n if ((bVar4 != 0) || ((*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0)) {\n pbVar17 = BYTE_ARRAY_004c6979 + uVar15 + 0x26;\n if (*(int *)(*(int *)pbVar17 + 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);\n }\n if (*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0') {\nLAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;\n if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }\n if (bVar4 != 4) goto LAB_00124258;\nLAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }\n }\n else if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;\n }\n }\n if (*(int *)((int)uVar22 + 0x18) == 0) {\n iVar9 = FUN_0010c850();\nLAB_0012462d:\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,iVar9);\n }\n auStack_a8[3] = FUN_00117290();\n bStack_b8 = false;\n local_5c = auStack_a8;\n }\n else {\n if (*(int *)(local_64 + 0x18) != -1) goto LAB_00123e82;\nLAB_00123f75:\n bVar4 = *(byte *)(local_64 + 0x2a) & 7;\n if (bVar4 != 0) goto LAB_00123f80;\nLAB_00123f1d:\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_00123f8f;\nLAB_00123f39:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) goto LAB_00123fe0;\n if ((*(int *)(iVar6 + 0xc) == 0) && ((bVar1 & 0x20) != 0)) goto LAB_00124269;\n goto LAB_001242ac;\n }\nLAB_00124280:\n bStack_b8 = true;\n }\nLAB_00123fe0:\n puStack_b4 = auStack_a8;\n iVar9 = *(int *)((int)&DWORD_004c739c + uVar15 + 3);\n if (0xff < uStack_68) {\n \n FUN_002446e0(uVar15 + 0x347947,0x134,uVar15 + 0x3466b7,iVar9);\n }\n uVar7 = *(uint *)(iVar9 + uStack_68 * 4);\n if ((uVar7 != 0) && (*(int *)(uVar7 + 0x1c) == 1)) {\n bVar4 = *(byte *)(uVar7 + 0x34);\n uVar7 = (uint)bVar4;\n if ((bVar4 & 2) != 0) {\n if (((bStack_b8 != false) && ((bVar4 & 0x40) != 0)) &&\n (uVar7 = FUN_000a90f0(local_5c,iVar12,0), (uVar7 & 1) != 0)) {\n auStack_a8[3] = FUN_000a90f0(local_5c,iVar12,0);\n auStack_a8[3] = auStack_a8[3] & 0xfffffffe;\n local_5c = puStack_b4;\n }\n if (-1 < (char)*(byte *)((int)local_5c + 0xb)) {\n if ((*(byte *)((int)local_5c + 0xb) & 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17);\n }\n puVar10 = (uint *)local_5c[3];\n uVar7 = *puVar10;\n uVar5 = uVar7 % puVar10[3];\n piVar18 = *(int **)(puVar10[2] + uVar5 * 4);\n if (piVar18 != (int *)0x0) {\n uVar11 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, uVar7 != uVar11) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }\n if (*piVar18 != 0) goto LAB_001240a3;\n }\nLAB_00124478:\n FUN_00318cf0(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23);\n }\nLAB_001240a3:\n if (uStack_68 - 10 < 0x2a) {\n \n \n uVar15 = (*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))();\n return uVar15;\n }\n \n FUN_002446e0(uVar15 + 0x34351d,0x2ec8,uVar15 + 0x345d23,iVar6);\n }\n }\n \n FUN_002446e0(uVar15 + 0x34351d,0x2ea7,uVar15 + 0x345d23,uVar7);\n }" if (parenthesized_expression "((uint)((int)(local_60 - *(int *)(param_2 + 0x13c)) >> 2) <= uVar15)" ( (binary_expression "(uint)((int)(local_60 - *(int *)(param_2 + 0x13c)) >> 2) <= uVar15" (call_expression "(uint)((int)(local_60 - *(int *)(param_2 + 0x13c)) >> 2)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "((int)(local_60 - *(int *)(param_2 + 0x13c)) >> 2)" ( (binary_expression "(int)(local_60 - *(int *)(param_2 + 0x13c)) >> 2" (cast_expression "(int)(local_60 - *(int *)(param_2 + 0x13c))" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(local_60 - *(int *)(param_2 + 0x13c))" ( (binary_expression "local_60 - *(int *)(param_2 + 0x13c)" identifier - (pointer_expression "*(int *)(param_2 + 0x13c)" * (cast_expression "(int *)(param_2 + 0x13c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x13c)" ( (binary_expression "param_2 + 0x13c" identifier + number_literal) ))))) ))) >> number_literal) ))) <= identifier) )) (compound_statement "{\n puStack_70 = (uint *)0x123e1a;\n FUN_0010c330();\n iStack_78 = 0x123e29;\n uStack_74 = uVar15;\n puStack_70 = (uint *)uVar5;\n uVar22 = FUN_00074f0a();\n iVar6 = local_64;\n iVar12 = (int)((ulonglong)uVar22 >> 0x20);\n pbVar16 = BYTE_ARRAY_004c61c1 + uVar15 + 0x16;\n auStack_a8[0] = 0;\n auStack_a8[1] = 0xffffffff;\n auStack_a8[2] = 0x80000000;\n auStack_a8[3] = 0;\n pbVar17 = pbVar16;\n uVar23 = extraout_ECX_00;\n local_7c = (uint *)uVar13;\n iStack_78 = iVar9;\n if (local_64 == 0) {\n uVar7 = (*(int *)(iVar12 + 0x154) - *(int *)(iVar12 + 0x14c)) +\n (*(int *)(iVar12 + 0x150) - *(int *)(iVar12 + 0x148)) * 8;\n if (uVar7 <= local_60) {\n \n FUN_002446e0(uVar15 + 0x34351d,0x5f8,uVar15 + 0x34662f,uVar7);\n }\n bStack_b8 = (*(uint *)(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4) &\n 1 << ((byte)local_60 & 0x1f)) != 0;\n goto LAB_00123fe0;\n }\n uVar7 = 0;\n if (uStack_68 - 2 < 0x6b) {\n uVar7 = (uint)(char)(&UNK_00344ed5)[uStack_68 + uVar15];\n if (*(int *)(local_64 + 0x18) == -1) goto LAB_00123f75;\nLAB_00123e82:\n if ((*(byte *)(local_64 + 0x28) & 0xf) != 10) {\n cVar3 = FUN_00071bb0(local_64,uVar7);\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n if (cVar3 != '\0') {\nLAB_00123f19:\n if (bVar4 == 0) goto LAB_00123f1d;\nLAB_00123f80:\n if (bVar4 == 4) {\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }\nLAB_00124258:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }\nLAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);\n bStack_b8 = (bool)(bVar4 & 1);\n goto LAB_00123fe0;\n }\n goto LAB_00124280;\n }\n if ((bVar4 != 0) || ((*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0)) {\n pbVar17 = BYTE_ARRAY_004c6979 + uVar15 + 0x26;\n if (*(int *)(*(int *)pbVar17 + 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);\n }\n if (*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0') {\nLAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;\n if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }\n if (bVar4 != 4) goto LAB_00124258;\nLAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }\n }\n else if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;\n }\n }\n if (*(int *)((int)uVar22 + 0x18) == 0) {\n iVar9 = FUN_0010c850();\nLAB_0012462d:\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,iVar9);\n }\n auStack_a8[3] = FUN_00117290();\n bStack_b8 = false;\n local_5c = auStack_a8;\n }\n else {\n if (*(int *)(local_64 + 0x18) != -1) goto LAB_00123e82;\nLAB_00123f75:\n bVar4 = *(byte *)(local_64 + 0x2a) & 7;\n if (bVar4 != 0) goto LAB_00123f80;\nLAB_00123f1d:\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_00123f8f;\nLAB_00123f39:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) goto LAB_00123fe0;\n if ((*(int *)(iVar6 + 0xc) == 0) && ((bVar1 & 0x20) != 0)) goto LAB_00124269;\n goto LAB_001242ac;\n }\nLAB_00124280:\n bStack_b8 = true;\n }\nLAB_00123fe0:\n puStack_b4 = auStack_a8;\n iVar9 = *(int *)((int)&DWORD_004c739c + uVar15 + 3);\n if (0xff < uStack_68) {\n \n FUN_002446e0(uVar15 + 0x347947,0x134,uVar15 + 0x3466b7,iVar9);\n }\n uVar7 = *(uint *)(iVar9 + uStack_68 * 4);\n if ((uVar7 != 0) && (*(int *)(uVar7 + 0x1c) == 1)) {\n bVar4 = *(byte *)(uVar7 + 0x34);\n uVar7 = (uint)bVar4;\n if ((bVar4 & 2) != 0) {\n if (((bStack_b8 != false) && ((bVar4 & 0x40) != 0)) &&\n (uVar7 = FUN_000a90f0(local_5c,iVar12,0), (uVar7 & 1) != 0)) {\n auStack_a8[3] = FUN_000a90f0(local_5c,iVar12,0);\n auStack_a8[3] = auStack_a8[3] & 0xfffffffe;\n local_5c = puStack_b4;\n }\n if (-1 < (char)*(byte *)((int)local_5c + 0xb)) {\n if ((*(byte *)((int)local_5c + 0xb) & 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17);\n }\n puVar10 = (uint *)local_5c[3];\n uVar7 = *puVar10;\n uVar5 = uVar7 % puVar10[3];\n piVar18 = *(int **)(puVar10[2] + uVar5 * 4);\n if (piVar18 != (int *)0x0) {\n uVar11 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, uVar7 != uVar11) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }\n if (*piVar18 != 0) goto LAB_001240a3;\n }\nLAB_00124478:\n FUN_00318cf0(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23);\n }\nLAB_001240a3:\n if (uStack_68 - 10 < 0x2a) {\n \n \n uVar15 = (*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))();\n return uVar15;\n }\n \n FUN_002446e0(uVar15 + 0x34351d,0x2ec8,uVar15 + 0x345d23,iVar6);\n }\n }\n \n FUN_002446e0(uVar15 + 0x34351d,0x2ea7,uVar15 + 0x345d23,uVar7);\n }" { (expression_statement "puStack_70 = (uint *)0x123e1a;" (assignment_expression "puStack_70 = (uint *)0x123e1a" identifier = (cast_expression "(uint *)0x123e1a" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "FUN_0010c330();" (call_expression "FUN_0010c330()" identifier (argument_list "()" ( ))) ;) (expression_statement "iStack_78 = 0x123e29;" (assignment_expression "iStack_78 = 0x123e29" identifier = number_literal) ;) (expression_statement "uStack_74 = uVar15;" (assignment_expression "uStack_74 = uVar15" identifier = identifier) ;) (expression_statement "puStack_70 = (uint *)uVar5;" (assignment_expression "puStack_70 = (uint *)uVar5" identifier = (cast_expression "(uint *)uVar5" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "uVar22 = FUN_00074f0a();" (assignment_expression "uVar22 = FUN_00074f0a()" identifier = (call_expression "FUN_00074f0a()" identifier (argument_list "()" ( )))) ;) (expression_statement "iVar6 = local_64;" (assignment_expression "iVar6 = local_64" identifier = identifier) ;) (expression_statement "iVar12 = (int)((ulonglong)uVar22 >> 0x20);" (assignment_expression "iVar12 = (int)((ulonglong)uVar22 >> 0x20)" identifier = (cast_expression "(int)((ulonglong)uVar22 >> 0x20)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "((ulonglong)uVar22 >> 0x20)" ( (binary_expression "(ulonglong)uVar22 >> 0x20" (cast_expression "(ulonglong)uVar22" ( (type_descriptor "ulonglong" type_identifier) ) identifier) >> number_literal) )))) ;) (expression_statement "pbVar16 = BYTE_ARRAY_004c61c1 + uVar15 + 0x16;" (assignment_expression "pbVar16 = BYTE_ARRAY_004c61c1 + uVar15 + 0x16" identifier = (binary_expression "BYTE_ARRAY_004c61c1 + uVar15 + 0x16" (binary_expression "BYTE_ARRAY_004c61c1 + uVar15" identifier + identifier) + number_literal)) ;) (expression_statement "auStack_a8[0] = 0;" (assignment_expression "auStack_a8[0] = 0" (subscript_expression "auStack_a8[0]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "auStack_a8[1] = 0xffffffff;" (assignment_expression "auStack_a8[1] = 0xffffffff" (subscript_expression "auStack_a8[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "auStack_a8[2] = 0x80000000;" (assignment_expression "auStack_a8[2] = 0x80000000" (subscript_expression "auStack_a8[2]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "auStack_a8[3] = 0;" (assignment_expression "auStack_a8[3] = 0" (subscript_expression "auStack_a8[3]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "pbVar17 = pbVar16;" (assignment_expression "pbVar17 = pbVar16" identifier = identifier) ;) (expression_statement "uVar23 = extraout_ECX_00;" (assignment_expression "uVar23 = extraout_ECX_00" identifier = identifier) ;) (expression_statement "local_7c = (uint *)uVar13;" (assignment_expression "local_7c = (uint *)uVar13" identifier = (cast_expression "(uint *)uVar13" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "iStack_78 = iVar9;" (assignment_expression "iStack_78 = iVar9" identifier = identifier) ;) (if_statement "if (local_64 == 0) {\n uVar7 = (*(int *)(iVar12 + 0x154) - *(int *)(iVar12 + 0x14c)) +\n (*(int *)(iVar12 + 0x150) - *(int *)(iVar12 + 0x148)) * 8;\n if (uVar7 <= local_60) {\n \n FUN_002446e0(uVar15 + 0x34351d,0x5f8,uVar15 + 0x34662f,uVar7);\n }\n bStack_b8 = (*(uint *)(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4) &\n 1 << ((byte)local_60 & 0x1f)) != 0;\n goto LAB_00123fe0;\n }" if (parenthesized_expression "(local_64 == 0)" ( (binary_expression "local_64 == 0" identifier == number_literal) )) (compound_statement "{\n uVar7 = (*(int *)(iVar12 + 0x154) - *(int *)(iVar12 + 0x14c)) +\n (*(int *)(iVar12 + 0x150) - *(int *)(iVar12 + 0x148)) * 8;\n if (uVar7 <= local_60) {\n \n FUN_002446e0(uVar15 + 0x34351d,0x5f8,uVar15 + 0x34662f,uVar7);\n }\n bStack_b8 = (*(uint *)(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4) &\n 1 << ((byte)local_60 & 0x1f)) != 0;\n goto LAB_00123fe0;\n }" { (expression_statement "uVar7 = (*(int *)(iVar12 + 0x154) - *(int *)(iVar12 + 0x14c)) +\n (*(int *)(iVar12 + 0x150) - *(int *)(iVar12 + 0x148)) * 8;" (assignment_expression "uVar7 = (*(int *)(iVar12 + 0x154) - *(int *)(iVar12 + 0x14c)) +\n (*(int *)(iVar12 + 0x150) - *(int *)(iVar12 + 0x148)) * 8" identifier = (binary_expression "(*(int *)(iVar12 + 0x154) - *(int *)(iVar12 + 0x14c)) +\n (*(int *)(iVar12 + 0x150) - *(int *)(iVar12 + 0x148)) * 8" (parenthesized_expression "(*(int *)(iVar12 + 0x154) - *(int *)(iVar12 + 0x14c))" ( (binary_expression "*(int *)(iVar12 + 0x154) - *(int *)(iVar12 + 0x14c)" (pointer_expression "*(int *)(iVar12 + 0x154)" * (cast_expression "(int *)(iVar12 + 0x154)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 0x154)" ( (binary_expression "iVar12 + 0x154" identifier + number_literal) )))) - (pointer_expression "*(int *)(iVar12 + 0x14c)" * (cast_expression "(int *)(iVar12 + 0x14c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 0x14c)" ( (binary_expression "iVar12 + 0x14c" identifier + number_literal) ))))) )) + (binary_expression "(*(int *)(iVar12 + 0x150) - *(int *)(iVar12 + 0x148)) * 8" (parenthesized_expression "(*(int *)(iVar12 + 0x150) - *(int *)(iVar12 + 0x148))" ( (binary_expression "*(int *)(iVar12 + 0x150) - *(int *)(iVar12 + 0x148)" (pointer_expression "*(int *)(iVar12 + 0x150)" * (cast_expression "(int *)(iVar12 + 0x150)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 0x150)" ( (binary_expression "iVar12 + 0x150" identifier + number_literal) )))) - (pointer_expression "*(int *)(iVar12 + 0x148)" * (cast_expression "(int *)(iVar12 + 0x148)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 0x148)" ( (binary_expression "iVar12 + 0x148" identifier + number_literal) ))))) )) * number_literal))) ;) (if_statement "if (uVar7 <= local_60) {\n \n FUN_002446e0(uVar15 + 0x34351d,0x5f8,uVar15 + 0x34662f,uVar7);\n }" if (parenthesized_expression "(uVar7 <= local_60)" ( (binary_expression "uVar7 <= local_60" identifier <= identifier) )) (compound_statement "{\n \n FUN_002446e0(uVar15 + 0x34351d,0x5f8,uVar15 + 0x34662f,uVar7);\n }" { (expression_statement "FUN_002446e0(uVar15 + 0x34351d,0x5f8,uVar15 + 0x34662f,uVar7);" (call_expression "FUN_002446e0(uVar15 + 0x34351d,0x5f8,uVar15 + 0x34662f,uVar7)" identifier (argument_list "(uVar15 + 0x34351d,0x5f8,uVar15 + 0x34662f,uVar7)" ( (binary_expression "uVar15 + 0x34351d" identifier + number_literal) , number_literal , (binary_expression "uVar15 + 0x34662f" identifier + number_literal) , identifier ))) ;) })) (expression_statement "bStack_b8 = (*(uint *)(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4) &\n 1 << ((byte)local_60 & 0x1f)) != 0;" (assignment_expression "bStack_b8 = (*(uint *)(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4) &\n 1 << ((byte)local_60 & 0x1f)) != 0" identifier = (binary_expression "(*(uint *)(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4) &\n 1 << ((byte)local_60 & 0x1f)) != 0" (parenthesized_expression "(*(uint *)(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4) &\n 1 << ((byte)local_60 & 0x1f))" ( (binary_expression "*(uint *)(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4) &\n 1 << ((byte)local_60 & 0x1f)" (pointer_expression "*(uint *)(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4)" * (cast_expression "(uint *)(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4)" ( (binary_expression "*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4" (pointer_expression "*(int *)(iVar12 + 0x148)" * (cast_expression "(int *)(iVar12 + 0x148)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 0x148)" ( (binary_expression "iVar12 + 0x148" identifier + number_literal) )))) + (binary_expression "(local_60 >> 5) * 4" (parenthesized_expression "(local_60 >> 5)" ( (binary_expression "local_60 >> 5" identifier >> number_literal) )) * number_literal)) )))) & (binary_expression "1 << ((byte)local_60 & 0x1f)" number_literal << (parenthesized_expression "((byte)local_60 & 0x1f)" ( (binary_expression "(byte)local_60 & 0x1f" (cast_expression "(byte)local_60" ( (type_descriptor "byte" type_identifier) ) identifier) & number_literal) )))) )) != number_literal)) ;) (goto_statement "goto LAB_00123fe0;" goto statement_identifier ;) })) (expression_statement "uVar7 = 0;" (assignment_expression "uVar7 = 0" identifier = number_literal) ;) (if_statement "if (uStack_68 - 2 < 0x6b) {\n uVar7 = (uint)(char)(&UNK_00344ed5)[uStack_68 + uVar15];\n if (*(int *)(local_64 + 0x18) == -1) goto LAB_00123f75;\nLAB_00123e82:\n if ((*(byte *)(local_64 + 0x28) & 0xf) != 10) {\n cVar3 = FUN_00071bb0(local_64,uVar7);\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n if (cVar3 != '\0') {\nLAB_00123f19:\n if (bVar4 == 0) goto LAB_00123f1d;\nLAB_00123f80:\n if (bVar4 == 4) {\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }\nLAB_00124258:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }\nLAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);\n bStack_b8 = (bool)(bVar4 & 1);\n goto LAB_00123fe0;\n }\n goto LAB_00124280;\n }\n if ((bVar4 != 0) || ((*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0)) {\n pbVar17 = BYTE_ARRAY_004c6979 + uVar15 + 0x26;\n if (*(int *)(*(int *)pbVar17 + 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);\n }\n if (*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0') {\nLAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;\n if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }\n if (bVar4 != 4) goto LAB_00124258;\nLAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }\n }\n else if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;\n }\n }\n if (*(int *)((int)uVar22 + 0x18) == 0) {\n iVar9 = FUN_0010c850();\nLAB_0012462d:\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,iVar9);\n }\n auStack_a8[3] = FUN_00117290();\n bStack_b8 = false;\n local_5c = auStack_a8;\n }\n else {\n if (*(int *)(local_64 + 0x18) != -1) goto LAB_00123e82;\nLAB_00123f75:\n bVar4 = *(byte *)(local_64 + 0x2a) & 7;\n if (bVar4 != 0) goto LAB_00123f80;\nLAB_00123f1d:\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_00123f8f;\nLAB_00123f39:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) goto LAB_00123fe0;\n if ((*(int *)(iVar6 + 0xc) == 0) && ((bVar1 & 0x20) != 0)) goto LAB_00124269;\n goto LAB_001242ac;\n }\nLAB_00124280:\n bStack_b8 = true;\n }" if (parenthesized_expression "(uStack_68 - 2 < 0x6b)" ( (binary_expression "uStack_68 - 2 < 0x6b" (binary_expression "uStack_68 - 2" identifier - number_literal) < number_literal) )) (compound_statement "{\n uVar7 = (uint)(char)(&UNK_00344ed5)[uStack_68 + uVar15];\n if (*(int *)(local_64 + 0x18) == -1) goto LAB_00123f75;\nLAB_00123e82:\n if ((*(byte *)(local_64 + 0x28) & 0xf) != 10) {\n cVar3 = FUN_00071bb0(local_64,uVar7);\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n if (cVar3 != '\0') {\nLAB_00123f19:\n if (bVar4 == 0) goto LAB_00123f1d;\nLAB_00123f80:\n if (bVar4 == 4) {\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }\nLAB_00124258:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }\nLAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);\n bStack_b8 = (bool)(bVar4 & 1);\n goto LAB_00123fe0;\n }\n goto LAB_00124280;\n }\n if ((bVar4 != 0) || ((*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0)) {\n pbVar17 = BYTE_ARRAY_004c6979 + uVar15 + 0x26;\n if (*(int *)(*(int *)pbVar17 + 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);\n }\n if (*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0') {\nLAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;\n if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }\n if (bVar4 != 4) goto LAB_00124258;\nLAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }\n }\n else if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;\n }\n }\n if (*(int *)((int)uVar22 + 0x18) == 0) {\n iVar9 = FUN_0010c850();\nLAB_0012462d:\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,iVar9);\n }\n auStack_a8[3] = FUN_00117290();\n bStack_b8 = false;\n local_5c = auStack_a8;\n }" { (expression_statement "uVar7 = (uint)(char)(&UNK_00344ed5)[uStack_68 + uVar15];" (assignment_expression "uVar7 = (uint)(char)(&UNK_00344ed5)[uStack_68 + uVar15]" identifier = (subscript_expression "(uint)(char)(&UNK_00344ed5)[uStack_68 + uVar15]" (call_expression "(uint)(char)(&UNK_00344ed5)" (call_expression "(uint)(char)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(char)" ( identifier ))) (argument_list "(&UNK_00344ed5)" ( (pointer_expression "&UNK_00344ed5" & identifier) ))) [ (binary_expression "uStack_68 + uVar15" identifier + identifier) ])) ;) (if_statement "if (*(int *)(local_64 + 0x18) == -1) goto LAB_00123f75;" if (parenthesized_expression "(*(int *)(local_64 + 0x18) == -1)" ( (binary_expression "*(int *)(local_64 + 0x18) == -1" (pointer_expression "*(int *)(local_64 + 0x18)" * (cast_expression "(int *)(local_64 + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_64 + 0x18)" ( (binary_expression "local_64 + 0x18" identifier + number_literal) )))) == number_literal) )) (goto_statement "goto LAB_00123f75;" goto statement_identifier ;)) (labeled_statement "LAB_00123e82:\n if ((*(byte *)(local_64 + 0x28) & 0xf) != 10) {\n cVar3 = FUN_00071bb0(local_64,uVar7);\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n if (cVar3 != '\0') {\nLAB_00123f19:\n if (bVar4 == 0) goto LAB_00123f1d;\nLAB_00123f80:\n if (bVar4 == 4) {\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }\nLAB_00124258:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }\nLAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);\n bStack_b8 = (bool)(bVar4 & 1);\n goto LAB_00123fe0;\n }\n goto LAB_00124280;\n }\n if ((bVar4 != 0) || ((*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0)) {\n pbVar17 = BYTE_ARRAY_004c6979 + uVar15 + 0x26;\n if (*(int *)(*(int *)pbVar17 + 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);\n }\n if (*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0') {\nLAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;\n if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }\n if (bVar4 != 4) goto LAB_00124258;\nLAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }\n }\n else if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;\n }\n }" statement_identifier : (if_statement "if ((*(byte *)(local_64 + 0x28) & 0xf) != 10) {\n cVar3 = FUN_00071bb0(local_64,uVar7);\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n if (cVar3 != '\0') {\nLAB_00123f19:\n if (bVar4 == 0) goto LAB_00123f1d;\nLAB_00123f80:\n if (bVar4 == 4) {\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }\nLAB_00124258:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }\nLAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);\n bStack_b8 = (bool)(bVar4 & 1);\n goto LAB_00123fe0;\n }\n goto LAB_00124280;\n }\n if ((bVar4 != 0) || ((*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0)) {\n pbVar17 = BYTE_ARRAY_004c6979 + uVar15 + 0x26;\n if (*(int *)(*(int *)pbVar17 + 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);\n }\n if (*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0') {\nLAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;\n if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }\n if (bVar4 != 4) goto LAB_00124258;\nLAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }\n }\n else if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;\n }\n }" if (parenthesized_expression "((*(byte *)(local_64 + 0x28) & 0xf) != 10)" ( (binary_expression "(*(byte *)(local_64 + 0x28) & 0xf) != 10" (parenthesized_expression "(*(byte *)(local_64 + 0x28) & 0xf)" ( (binary_expression "*(byte *)(local_64 + 0x28) & 0xf" (pointer_expression "*(byte *)(local_64 + 0x28)" * (cast_expression "(byte *)(local_64 + 0x28)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_64 + 0x28)" ( (binary_expression "local_64 + 0x28" identifier + number_literal) )))) & number_literal) )) != number_literal) )) (compound_statement "{\n cVar3 = FUN_00071bb0(local_64,uVar7);\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n if (cVar3 != '\0') {\nLAB_00123f19:\n if (bVar4 == 0) goto LAB_00123f1d;\nLAB_00123f80:\n if (bVar4 == 4) {\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }\nLAB_00124258:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }\nLAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);\n bStack_b8 = (bool)(bVar4 & 1);\n goto LAB_00123fe0;\n }\n goto LAB_00124280;\n }\n if ((bVar4 != 0) || ((*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0)) {\n pbVar17 = BYTE_ARRAY_004c6979 + uVar15 + 0x26;\n if (*(int *)(*(int *)pbVar17 + 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);\n }\n if (*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0') {\nLAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;\n if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }\n if (bVar4 != 4) goto LAB_00124258;\nLAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }\n }\n else if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;\n }\n }" { (expression_statement "cVar3 = FUN_00071bb0(local_64,uVar7);" (assignment_expression "cVar3 = FUN_00071bb0(local_64,uVar7)" identifier = (call_expression "FUN_00071bb0(local_64,uVar7)" identifier (argument_list "(local_64,uVar7)" ( identifier , identifier )))) ;) (expression_statement "bVar4 = *(byte *)(iVar6 + 0x2a) & 7;" (assignment_expression "bVar4 = *(byte *)(iVar6 + 0x2a) & 7" identifier = (binary_expression "*(byte *)(iVar6 + 0x2a) & 7" (pointer_expression "*(byte *)(iVar6 + 0x2a)" * (cast_expression "(byte *)(iVar6 + 0x2a)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x2a)" ( (binary_expression "iVar6 + 0x2a" identifier + number_literal) )))) & number_literal)) ;) (if_statement "if (cVar3 != '\0') {\nLAB_00123f19:\n if (bVar4 == 0) goto LAB_00123f1d;\nLAB_00123f80:\n if (bVar4 == 4) {\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }\nLAB_00124258:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }\nLAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);\n bStack_b8 = (bool)(bVar4 & 1);\n goto LAB_00123fe0;\n }\n goto LAB_00124280;\n }" if (parenthesized_expression "(cVar3 != '\0')" ( (binary_expression "cVar3 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\nLAB_00123f19:\n if (bVar4 == 0) goto LAB_00123f1d;\nLAB_00123f80:\n if (bVar4 == 4) {\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }\nLAB_00124258:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }\nLAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);\n bStack_b8 = (bool)(bVar4 & 1);\n goto LAB_00123fe0;\n }\n goto LAB_00124280;\n }" { (labeled_statement "LAB_00123f19:\n if (bVar4 == 0) goto LAB_00123f1d;" statement_identifier : (if_statement "if (bVar4 == 0) goto LAB_00123f1d;" if (parenthesized_expression "(bVar4 == 0)" ( (binary_expression "bVar4 == 0" identifier == number_literal) )) (goto_statement "goto LAB_00123f1d;" goto statement_identifier ;))) (labeled_statement "LAB_00123f80:\n if (bVar4 == 4) {\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }" statement_identifier : (if_statement "if (bVar4 == 4) {\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }" if (parenthesized_expression "(bVar4 == 4)" ( (binary_expression "bVar4 == 4" identifier == number_literal) )) (compound_statement "{\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }" { (labeled_statement "LAB_00123f8f:\n puStack_b4 = auStack_a8;" statement_identifier : (expression_statement "puStack_b4 = auStack_a8;" (assignment_expression "puStack_b4 = auStack_a8" identifier = identifier) ;)) (expression_statement "uVar15 = FUN_00072240(puStack_b4);" (assignment_expression "uVar15 = FUN_00072240(puStack_b4)" identifier = (call_expression "FUN_00072240(puStack_b4)" identifier (argument_list "(puStack_b4)" ( identifier )))) ;) (return_statement "return uVar15;" return identifier ;) }))) (labeled_statement "LAB_00124258:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;" statement_identifier : (expression_statement "bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;" (assignment_expression "bVar4 = *(byte *)(iVar6 + 0x28) & 0xf" identifier = (binary_expression "*(byte *)(iVar6 + 0x28) & 0xf" (pointer_expression "*(byte *)(iVar6 + 0x28)" * (cast_expression "(byte *)(iVar6 + 0x28)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x28)" ( (binary_expression "iVar6 + 0x28" identifier + number_literal) )))) & number_literal)) ;)) (if_statement "if (bVar4 != 0xd) {\n if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }\nLAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);\n bStack_b8 = (bool)(bVar4 & 1);\n goto LAB_00123fe0;\n }" if (parenthesized_expression "(bVar4 != 0xd)" ( (binary_expression "bVar4 != 0xd" identifier != number_literal) )) (compound_statement "{\n if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }\nLAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);\n bStack_b8 = (bool)(bVar4 & 1);\n goto LAB_00123fe0;\n }" { (if_statement "if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }" if (parenthesized_expression "(bVar4 != 2)" ( (binary_expression "bVar4 != 2" identifier != number_literal) )) (compound_statement "{\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }" { (labeled_statement "LAB_00124269:\n bStack_b8 = false;" statement_identifier : (expression_statement "bStack_b8 = false;" (assignment_expression "bStack_b8 = false" identifier = false) ;)) (goto_statement "goto LAB_00123fe0;" goto statement_identifier ;) })) (labeled_statement "LAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);" statement_identifier : (expression_statement "bVar4 = FUN_000a90f0(local_5c,iVar12,0);" (assignment_expression "bVar4 = FUN_000a90f0(local_5c,iVar12,0)" identifier = (call_expression "FUN_000a90f0(local_5c,iVar12,0)" identifier (argument_list "(local_5c,iVar12,0)" ( identifier , identifier , number_literal )))) ;)) (expression_statement "bStack_b8 = (bool)(bVar4 & 1);" (assignment_expression "bStack_b8 = (bool)(bVar4 & 1)" identifier = (cast_expression "(bool)(bVar4 & 1)" ( (type_descriptor "bool" primitive_type) ) (parenthesized_expression "(bVar4 & 1)" ( (binary_expression "bVar4 & 1" identifier & number_literal) )))) ;) (goto_statement "goto LAB_00123fe0;" goto statement_identifier ;) })) (goto_statement "goto LAB_00124280;" goto statement_identifier ;) })) (if_statement "if ((bVar4 != 0) || ((*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0)) {\n pbVar17 = BYTE_ARRAY_004c6979 + uVar15 + 0x26;\n if (*(int *)(*(int *)pbVar17 + 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);\n }\n if (*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0') {\nLAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;\n if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }\n if (bVar4 != 4) goto LAB_00124258;\nLAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }\n }\n else if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;\n }" if (parenthesized_expression "((bVar4 != 0) || ((*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0))" ( (binary_expression "(bVar4 != 0) || ((*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0)" (parenthesized_expression "(bVar4 != 0)" ( (binary_expression "bVar4 != 0" identifier != number_literal) )) || (parenthesized_expression "((*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0)" ( (binary_expression "(*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0" (parenthesized_expression "(*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1)" ( (binary_expression "*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1" (pointer_expression "*(byte *)(*(int *)(iVar6 + 8) + 0x2c)" * (cast_expression "(byte *)(*(int *)(iVar6 + 8) + 0x2c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar6 + 8) + 0x2c)" ( (binary_expression "*(int *)(iVar6 + 8) + 0x2c" (pointer_expression "*(int *)(iVar6 + 8)" * (cast_expression "(int *)(iVar6 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 8)" ( (binary_expression "iVar6 + 8" identifier + number_literal) )))) + number_literal) )))) & number_literal) )) == number_literal) ))) )) (compound_statement "{\n pbVar17 = BYTE_ARRAY_004c6979 + uVar15 + 0x26;\n if (*(int *)(*(int *)pbVar17 + 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);\n }\n if (*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0') {\nLAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;\n if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }\n if (bVar4 != 4) goto LAB_00124258;\nLAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }\n }\n else if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;\n }" { (expression_statement "pbVar17 = BYTE_ARRAY_004c6979 + uVar15 + 0x26;" (assignment_expression "pbVar17 = BYTE_ARRAY_004c6979 + uVar15 + 0x26" identifier = (binary_expression "BYTE_ARRAY_004c6979 + uVar15 + 0x26" (binary_expression "BYTE_ARRAY_004c6979 + uVar15" identifier + identifier) + number_literal)) ;) (if_statement "if (*(int *)(*(int *)pbVar17 + 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);\n }" if (parenthesized_expression "(*(int *)(*(int *)pbVar17 + 8) == 0)" ( (binary_expression "*(int *)(*(int *)pbVar17 + 8) == 0" (pointer_expression "*(int *)(*(int *)pbVar17 + 8)" * (cast_expression "(int *)(*(int *)pbVar17 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)pbVar17 + 8)" ( (binary_expression "*(int *)pbVar17 + 8" (pointer_expression "*(int *)pbVar17" * (cast_expression "(int *)pbVar17" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) )))) == number_literal) )) (compound_statement "{\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);\n }" { (expression_statement "FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);" (call_expression "FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0)" identifier (argument_list "(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0)" ( (binary_expression "uVar15 + 0x324444" identifier + number_literal) , number_literal , (binary_expression "uVar15 + 0x34664f" identifier + number_literal) , number_literal ))) ;) })) (if_statement "if (*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0') {\nLAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;\n if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }\n if (bVar4 != 4) goto LAB_00124258;\nLAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }\n }\n else if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;" if (parenthesized_expression "(*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0')" ( (binary_expression "*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0'" (pointer_expression "*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25)" * (cast_expression "(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(*(int *)pbVar17 + 8) + 0x1a25)" ( (binary_expression "*(int *)(*(int *)pbVar17 + 8) + 0x1a25" (pointer_expression "*(int *)(*(int *)pbVar17 + 8)" * (cast_expression "(int *)(*(int *)pbVar17 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)pbVar17 + 8)" ( (binary_expression "*(int *)pbVar17 + 8" (pointer_expression "*(int *)pbVar17" * (cast_expression "(int *)pbVar17" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) )))) + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\nLAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;\n if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }\n if (bVar4 != 4) goto LAB_00124258;\nLAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }\n }" { (labeled_statement "LAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;" statement_identifier : (if_statement "if ((uVar7 & 8) == 0) goto LAB_00123f19;" if (parenthesized_expression "((uVar7 & 8) == 0)" ( (binary_expression "(uVar7 & 8) == 0" (parenthesized_expression "(uVar7 & 8)" ( (binary_expression "uVar7 & 8" identifier & number_literal) )) == number_literal) )) (goto_statement "goto LAB_00123f19;" goto statement_identifier ;))) (if_statement "if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }" if (parenthesized_expression "(bVar4 == 0)" ( (binary_expression "bVar4 == 0" identifier == number_literal) )) (compound_statement "{\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }" { (expression_statement "bVar1 = *(byte *)(iVar6 + 0x2b);" (assignment_expression "bVar1 = *(byte *)(iVar6 + 0x2b)" identifier = (pointer_expression "*(byte *)(iVar6 + 0x2b)" * (cast_expression "(byte *)(iVar6 + 0x2b)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x2b)" ( (binary_expression "iVar6 + 0x2b" identifier + number_literal) ))))) ;) (expression_statement "bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);" (assignment_expression "bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0)" identifier = (cast_expression "(bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0)" ( (type_descriptor "bool" primitive_type) ) (parenthesized_expression "(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0)" ( (binary_expression "bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0" (binary_expression "bVar1 >> 5" identifier >> number_literal) & (binary_expression "*(int *)(iVar6 + 0xc) == 0" (pointer_expression "*(int *)(iVar6 + 0xc)" * (cast_expression "(int *)(iVar6 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0xc)" ( (binary_expression "iVar6 + 0xc" identifier + number_literal) )))) == number_literal)) )))) ;) (if_statement "if (bStack_b8 != false) goto LAB_001244c4;" if (parenthesized_expression "(bStack_b8 != false)" ( (binary_expression "bStack_b8 != false" identifier != false) )) (goto_statement "goto LAB_001244c4;" goto statement_identifier ;)) (goto_statement "goto LAB_00123f39;" goto statement_identifier ;) })) (if_statement "if (bVar4 != 4) goto LAB_00124258;" if (parenthesized_expression "(bVar4 != 4)" ( (binary_expression "bVar4 != 4" identifier != number_literal) )) (goto_statement "goto LAB_00124258;" goto statement_identifier ;)) (labeled_statement "LAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }" statement_identifier : (if_statement "if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }" if (parenthesized_expression "((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0))" ( (binary_expression "(*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)" (parenthesized_expression "(*(byte *)(iVar6 + 0x28) >> 4 != 2)" ( (binary_expression "*(byte *)(iVar6 + 0x28) >> 4 != 2" (binary_expression "*(byte *)(iVar6 + 0x28) >> 4" (pointer_expression "*(byte *)(iVar6 + 0x28)" * (cast_expression "(byte *)(iVar6 + 0x28)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x28)" ( (binary_expression "iVar6 + 0x28" identifier + number_literal) )))) >> number_literal) != number_literal) )) && (parenthesized_expression "((*(byte *)(iVar6 + 0x2c) & 2) == 0)" ( (binary_expression "(*(byte *)(iVar6 + 0x2c) & 2) == 0" (parenthesized_expression "(*(byte *)(iVar6 + 0x2c) & 2)" ( (binary_expression "*(byte *)(iVar6 + 0x2c) & 2" (pointer_expression "*(byte *)(iVar6 + 0x2c)" * (cast_expression "(byte *)(iVar6 + 0x2c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x2c)" ( (binary_expression "iVar6 + 0x2c" identifier + number_literal) )))) & number_literal) )) == number_literal) ))) )) (compound_statement "{\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }" { (expression_statement "iVar9 = *(int *)(*(int *)pbVar17 + 8);" (assignment_expression "iVar9 = *(int *)(*(int *)pbVar17 + 8)" identifier = (pointer_expression "*(int *)(*(int *)pbVar17 + 8)" * (cast_expression "(int *)(*(int *)pbVar17 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)pbVar17 + 8)" ( (binary_expression "*(int *)pbVar17 + 8" (pointer_expression "*(int *)pbVar17" * (cast_expression "(int *)pbVar17" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) ))))) ;) (if_statement "if (iVar9 == 0) goto LAB_0012462d;" if (parenthesized_expression "(iVar9 == 0)" ( (binary_expression "iVar9 == 0" identifier == number_literal) )) (goto_statement "goto LAB_0012462d;" goto statement_identifier ;)) (if_statement "if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;" if (parenthesized_expression "(*(char *)(iVar9 + 0x49b1) == '\0')" ( (binary_expression "*(char *)(iVar9 + 0x49b1) == '\0'" (pointer_expression "*(char *)(iVar9 + 0x49b1)" * (cast_expression "(char *)(iVar9 + 0x49b1)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 0x49b1)" ( (binary_expression "iVar9 + 0x49b1" identifier + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) (goto_statement "goto LAB_00123f19;" goto statement_identifier ;)) }))) }) (else_clause "else if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;" else (if_statement "if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;" if (parenthesized_expression "(bVar4 == 0)" ( (binary_expression "bVar4 == 0" identifier == number_literal) )) (compound_statement "{\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }" { (if_statement "if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }" if (parenthesized_expression "((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0))" ( (binary_expression "(*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)" (parenthesized_expression "(*(int *)(iVar6 + 0xc) != 0)" ( (binary_expression "*(int *)(iVar6 + 0xc) != 0" (pointer_expression "*(int *)(iVar6 + 0xc)" * (cast_expression "(int *)(iVar6 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0xc)" ( (binary_expression "iVar6 + 0xc" identifier + number_literal) )))) != number_literal) )) || (parenthesized_expression "((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)" ( (binary_expression "(*(byte *)(iVar6 + 0x2b) & 0x20) == 0" (parenthesized_expression "(*(byte *)(iVar6 + 0x2b) & 0x20)" ( (binary_expression "*(byte *)(iVar6 + 0x2b) & 0x20" (pointer_expression "*(byte *)(iVar6 + 0x2b)" * (cast_expression "(byte *)(iVar6 + 0x2b)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x2b)" ( (binary_expression "iVar6 + 0x2b" identifier + number_literal) )))) & number_literal) )) == number_literal) ))) )) (compound_statement "{\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }" { (labeled_statement "LAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);" statement_identifier : (expression_statement "cVar3 = FUN_00071a80(iVar6);" (assignment_expression "cVar3 = FUN_00071a80(iVar6)" identifier = (call_expression "FUN_00071a80(iVar6)" identifier (argument_list "(iVar6)" ( identifier )))) ;)) (if_statement "if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }" if (parenthesized_expression "(cVar3 == '\0')" ( (binary_expression "cVar3 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }" { (expression_statement "bVar4 = *(byte *)(iVar6 + 0x2a) & 7;" (assignment_expression "bVar4 = *(byte *)(iVar6 + 0x2a) & 7" identifier = (binary_expression "*(byte *)(iVar6 + 0x2a) & 7" (pointer_expression "*(byte *)(iVar6 + 0x2a)" * (cast_expression "(byte *)(iVar6 + 0x2a)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x2a)" ( (binary_expression "iVar6 + 0x2a" identifier + number_literal) )))) & number_literal)) ;) (goto_statement "goto LAB_00123f10;" goto statement_identifier ;) })) })) }) (else_clause "else if (bVar4 != 4) goto LAB_00123eef;" else (if_statement "if (bVar4 != 4) goto LAB_00123eef;" if (parenthesized_expression "(bVar4 != 4)" ( (binary_expression "bVar4 != 4" identifier != number_literal) )) (goto_statement "goto LAB_00123eef;" goto statement_identifier ;)))))) })) }))) (if_statement "if (*(int *)((int)uVar22 + 0x18) == 0) {\n iVar9 = FUN_0010c850();\nLAB_0012462d:\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,iVar9);\n }" if (parenthesized_expression "(*(int *)((int)uVar22 + 0x18) == 0)" ( (binary_expression "*(int *)((int)uVar22 + 0x18) == 0" (pointer_expression "*(int *)((int)uVar22 + 0x18)" * (cast_expression "(int *)((int)uVar22 + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)uVar22 + 0x18)" ( (binary_expression "(int)uVar22 + 0x18" (cast_expression "(int)uVar22" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) == number_literal) )) (compound_statement "{\n iVar9 = FUN_0010c850();\nLAB_0012462d:\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,iVar9);\n }" { (expression_statement "iVar9 = FUN_0010c850();" (assignment_expression "iVar9 = FUN_0010c850()" identifier = (call_expression "FUN_0010c850()" identifier (argument_list "()" ( )))) ;) (labeled_statement "LAB_0012462d:\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,iVar9);" statement_identifier : (expression_statement "FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,iVar9);" (call_expression "FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,iVar9)" identifier (argument_list "(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,iVar9)" ( (binary_expression "uVar15 + 0x324444" identifier + number_literal) , number_literal , (binary_expression "uVar15 + 0x34664f" identifier + number_literal) , identifier ))) ;)) })) (expression_statement "auStack_a8[3] = FUN_00117290();" (assignment_expression "auStack_a8[3] = FUN_00117290()" (subscript_expression "auStack_a8[3]" identifier [ number_literal ]) = (call_expression "FUN_00117290()" identifier (argument_list "()" ( )))) ;) (expression_statement "bStack_b8 = false;" (assignment_expression "bStack_b8 = false" identifier = false) ;) (expression_statement "local_5c = auStack_a8;" (assignment_expression "local_5c = auStack_a8" identifier = identifier) ;) }) (else_clause "else {\n if (*(int *)(local_64 + 0x18) != -1) goto LAB_00123e82;\nLAB_00123f75:\n bVar4 = *(byte *)(local_64 + 0x2a) & 7;\n if (bVar4 != 0) goto LAB_00123f80;\nLAB_00123f1d:\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_00123f8f;\nLAB_00123f39:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) goto LAB_00123fe0;\n if ((*(int *)(iVar6 + 0xc) == 0) && ((bVar1 & 0x20) != 0)) goto LAB_00124269;\n goto LAB_001242ac;\n }\nLAB_00124280:\n bStack_b8 = true;\n }" else (compound_statement "{\n if (*(int *)(local_64 + 0x18) != -1) goto LAB_00123e82;\nLAB_00123f75:\n bVar4 = *(byte *)(local_64 + 0x2a) & 7;\n if (bVar4 != 0) goto LAB_00123f80;\nLAB_00123f1d:\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_00123f8f;\nLAB_00123f39:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) goto LAB_00123fe0;\n if ((*(int *)(iVar6 + 0xc) == 0) && ((bVar1 & 0x20) != 0)) goto LAB_00124269;\n goto LAB_001242ac;\n }\nLAB_00124280:\n bStack_b8 = true;\n }" { (if_statement "if (*(int *)(local_64 + 0x18) != -1) goto LAB_00123e82;" if (parenthesized_expression "(*(int *)(local_64 + 0x18) != -1)" ( (binary_expression "*(int *)(local_64 + 0x18) != -1" (pointer_expression "*(int *)(local_64 + 0x18)" * (cast_expression "(int *)(local_64 + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_64 + 0x18)" ( (binary_expression "local_64 + 0x18" identifier + number_literal) )))) != number_literal) )) (goto_statement "goto LAB_00123e82;" goto statement_identifier ;)) (labeled_statement "LAB_00123f75:\n bVar4 = *(byte *)(local_64 + 0x2a) & 7;" statement_identifier : (expression_statement "bVar4 = *(byte *)(local_64 + 0x2a) & 7;" (assignment_expression "bVar4 = *(byte *)(local_64 + 0x2a) & 7" identifier = (binary_expression "*(byte *)(local_64 + 0x2a) & 7" (pointer_expression "*(byte *)(local_64 + 0x2a)" * (cast_expression "(byte *)(local_64 + 0x2a)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_64 + 0x2a)" ( (binary_expression "local_64 + 0x2a" identifier + number_literal) )))) & number_literal)) ;)) (if_statement "if (bVar4 != 0) goto LAB_00123f80;" if (parenthesized_expression "(bVar4 != 0)" ( (binary_expression "bVar4 != 0" identifier != number_literal) )) (goto_statement "goto LAB_00123f80;" goto statement_identifier ;)) (labeled_statement "LAB_00123f1d:\n bVar1 = *(byte *)(iVar6 + 0x2b);" statement_identifier : (expression_statement "bVar1 = *(byte *)(iVar6 + 0x2b);" (assignment_expression "bVar1 = *(byte *)(iVar6 + 0x2b)" identifier = (pointer_expression "*(byte *)(iVar6 + 0x2b)" * (cast_expression "(byte *)(iVar6 + 0x2b)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x2b)" ( (binary_expression "iVar6 + 0x2b" identifier + number_literal) ))))) ;)) (expression_statement "bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);" (assignment_expression "bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0)" identifier = (cast_expression "(bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0)" ( (type_descriptor "bool" primitive_type) ) (parenthesized_expression "(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0)" ( (binary_expression "bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0" (binary_expression "bVar1 >> 5" identifier >> number_literal) & (binary_expression "*(int *)(iVar6 + 0xc) == 0" (pointer_expression "*(int *)(iVar6 + 0xc)" * (cast_expression "(int *)(iVar6 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0xc)" ( (binary_expression "iVar6 + 0xc" identifier + number_literal) )))) == number_literal)) )))) ;) (if_statement "if (bStack_b8 != false) goto LAB_00123f8f;" if (parenthesized_expression "(bStack_b8 != false)" ( (binary_expression "bStack_b8 != false" identifier != false) )) (goto_statement "goto LAB_00123f8f;" goto statement_identifier ;)) (labeled_statement "LAB_00123f39:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;" statement_identifier : (expression_statement "bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;" (assignment_expression "bVar4 = *(byte *)(iVar6 + 0x28) & 0xf" identifier = (binary_expression "*(byte *)(iVar6 + 0x28) & 0xf" (pointer_expression "*(byte *)(iVar6 + 0x28)" * (cast_expression "(byte *)(iVar6 + 0x28)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x28)" ( (binary_expression "iVar6 + 0x28" identifier + number_literal) )))) & number_literal)) ;)) (if_statement "if (bVar4 != 0xd) {\n if (bVar4 != 2) goto LAB_00123fe0;\n if ((*(int *)(iVar6 + 0xc) == 0) && ((bVar1 & 0x20) != 0)) goto LAB_00124269;\n goto LAB_001242ac;\n }" if (parenthesized_expression "(bVar4 != 0xd)" ( (binary_expression "bVar4 != 0xd" identifier != number_literal) )) (compound_statement "{\n if (bVar4 != 2) goto LAB_00123fe0;\n if ((*(int *)(iVar6 + 0xc) == 0) && ((bVar1 & 0x20) != 0)) goto LAB_00124269;\n goto LAB_001242ac;\n }" { (if_statement "if (bVar4 != 2) goto LAB_00123fe0;" if (parenthesized_expression "(bVar4 != 2)" ( (binary_expression "bVar4 != 2" identifier != number_literal) )) (goto_statement "goto LAB_00123fe0;" goto statement_identifier ;)) (if_statement "if ((*(int *)(iVar6 + 0xc) == 0) && ((bVar1 & 0x20) != 0)) goto LAB_00124269;" if (parenthesized_expression "((*(int *)(iVar6 + 0xc) == 0) && ((bVar1 & 0x20) != 0))" ( (binary_expression "(*(int *)(iVar6 + 0xc) == 0) && ((bVar1 & 0x20) != 0)" (parenthesized_expression "(*(int *)(iVar6 + 0xc) == 0)" ( (binary_expression "*(int *)(iVar6 + 0xc) == 0" (pointer_expression "*(int *)(iVar6 + 0xc)" * (cast_expression "(int *)(iVar6 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0xc)" ( (binary_expression "iVar6 + 0xc" identifier + number_literal) )))) == number_literal) )) && (parenthesized_expression "((bVar1 & 0x20) != 0)" ( (binary_expression "(bVar1 & 0x20) != 0" (parenthesized_expression "(bVar1 & 0x20)" ( (binary_expression "bVar1 & 0x20" identifier & number_literal) )) != number_literal) ))) )) (goto_statement "goto LAB_00124269;" goto statement_identifier ;)) (goto_statement "goto LAB_001242ac;" goto statement_identifier ;) })) (labeled_statement "LAB_00124280:\n bStack_b8 = true;" statement_identifier : (expression_statement "bStack_b8 = true;" (assignment_expression "bStack_b8 = true" identifier = true) ;)) }))) (labeled_statement "LAB_00123fe0:\n puStack_b4 = auStack_a8;" statement_identifier : (expression_statement "puStack_b4 = auStack_a8;" (assignment_expression "puStack_b4 = auStack_a8" identifier = identifier) ;)) (expression_statement "iVar9 = *(int *)((int)&DWORD_004c739c + uVar15 + 3);" (assignment_expression "iVar9 = *(int *)((int)&DWORD_004c739c + uVar15 + 3)" identifier = (pointer_expression "*(int *)((int)&DWORD_004c739c + uVar15 + 3)" * (cast_expression "(int *)((int)&DWORD_004c739c + uVar15 + 3)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&DWORD_004c739c + uVar15 + 3)" ( (binary_expression "(int)&DWORD_004c739c + uVar15 + 3" (binary_expression "(int)&DWORD_004c739c + uVar15" (cast_expression "(int)&DWORD_004c739c" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&DWORD_004c739c" & identifier)) + identifier) + number_literal) ))))) ;) (if_statement "if (0xff < uStack_68) {\n \n FUN_002446e0(uVar15 + 0x347947,0x134,uVar15 + 0x3466b7,iVar9);\n }" if (parenthesized_expression "(0xff < uStack_68)" ( (binary_expression "0xff < uStack_68" number_literal < identifier) )) (compound_statement "{\n \n FUN_002446e0(uVar15 + 0x347947,0x134,uVar15 + 0x3466b7,iVar9);\n }" { (expression_statement "FUN_002446e0(uVar15 + 0x347947,0x134,uVar15 + 0x3466b7,iVar9);" (call_expression "FUN_002446e0(uVar15 + 0x347947,0x134,uVar15 + 0x3466b7,iVar9)" identifier (argument_list "(uVar15 + 0x347947,0x134,uVar15 + 0x3466b7,iVar9)" ( (binary_expression "uVar15 + 0x347947" identifier + number_literal) , number_literal , (binary_expression "uVar15 + 0x3466b7" identifier + number_literal) , identifier ))) ;) })) (expression_statement "uVar7 = *(uint *)(iVar9 + uStack_68 * 4);" (assignment_expression "uVar7 = *(uint *)(iVar9 + uStack_68 * 4)" identifier = (pointer_expression "*(uint *)(iVar9 + uStack_68 * 4)" * (cast_expression "(uint *)(iVar9 + uStack_68 * 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + uStack_68 * 4)" ( (binary_expression "iVar9 + uStack_68 * 4" identifier + (binary_expression "uStack_68 * 4" identifier * number_literal)) ))))) ;) (if_statement "if ((uVar7 != 0) && (*(int *)(uVar7 + 0x1c) == 1)) {\n bVar4 = *(byte *)(uVar7 + 0x34);\n uVar7 = (uint)bVar4;\n if ((bVar4 & 2) != 0) {\n if (((bStack_b8 != false) && ((bVar4 & 0x40) != 0)) &&\n (uVar7 = FUN_000a90f0(local_5c,iVar12,0), (uVar7 & 1) != 0)) {\n auStack_a8[3] = FUN_000a90f0(local_5c,iVar12,0);\n auStack_a8[3] = auStack_a8[3] & 0xfffffffe;\n local_5c = puStack_b4;\n }\n if (-1 < (char)*(byte *)((int)local_5c + 0xb)) {\n if ((*(byte *)((int)local_5c + 0xb) & 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17);\n }\n puVar10 = (uint *)local_5c[3];\n uVar7 = *puVar10;\n uVar5 = uVar7 % puVar10[3];\n piVar18 = *(int **)(puVar10[2] + uVar5 * 4);\n if (piVar18 != (int *)0x0) {\n uVar11 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, uVar7 != uVar11) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }\n if (*piVar18 != 0) goto LAB_001240a3;\n }\nLAB_00124478:\n FUN_00318cf0(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23);\n }\nLAB_001240a3:\n if (uStack_68 - 10 < 0x2a) {\n \n \n uVar15 = (*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))();\n return uVar15;\n }\n \n FUN_002446e0(uVar15 + 0x34351d,0x2ec8,uVar15 + 0x345d23,iVar6);\n }\n }" if (parenthesized_expression "((uVar7 != 0) && (*(int *)(uVar7 + 0x1c) == 1))" ( (binary_expression "(uVar7 != 0) && (*(int *)(uVar7 + 0x1c) == 1)" (parenthesized_expression "(uVar7 != 0)" ( (binary_expression "uVar7 != 0" identifier != number_literal) )) && (parenthesized_expression "(*(int *)(uVar7 + 0x1c) == 1)" ( (binary_expression "*(int *)(uVar7 + 0x1c) == 1" (pointer_expression "*(int *)(uVar7 + 0x1c)" * (cast_expression "(int *)(uVar7 + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(uVar7 + 0x1c)" ( (binary_expression "uVar7 + 0x1c" identifier + number_literal) )))) == number_literal) ))) )) (compound_statement "{\n bVar4 = *(byte *)(uVar7 + 0x34);\n uVar7 = (uint)bVar4;\n if ((bVar4 & 2) != 0) {\n if (((bStack_b8 != false) && ((bVar4 & 0x40) != 0)) &&\n (uVar7 = FUN_000a90f0(local_5c,iVar12,0), (uVar7 & 1) != 0)) {\n auStack_a8[3] = FUN_000a90f0(local_5c,iVar12,0);\n auStack_a8[3] = auStack_a8[3] & 0xfffffffe;\n local_5c = puStack_b4;\n }\n if (-1 < (char)*(byte *)((int)local_5c + 0xb)) {\n if ((*(byte *)((int)local_5c + 0xb) & 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17);\n }\n puVar10 = (uint *)local_5c[3];\n uVar7 = *puVar10;\n uVar5 = uVar7 % puVar10[3];\n piVar18 = *(int **)(puVar10[2] + uVar5 * 4);\n if (piVar18 != (int *)0x0) {\n uVar11 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, uVar7 != uVar11) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }\n if (*piVar18 != 0) goto LAB_001240a3;\n }\nLAB_00124478:\n FUN_00318cf0(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23);\n }\nLAB_001240a3:\n if (uStack_68 - 10 < 0x2a) {\n \n \n uVar15 = (*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))();\n return uVar15;\n }\n \n FUN_002446e0(uVar15 + 0x34351d,0x2ec8,uVar15 + 0x345d23,iVar6);\n }\n }" { (expression_statement "bVar4 = *(byte *)(uVar7 + 0x34);" (assignment_expression "bVar4 = *(byte *)(uVar7 + 0x34)" identifier = (pointer_expression "*(byte *)(uVar7 + 0x34)" * (cast_expression "(byte *)(uVar7 + 0x34)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(uVar7 + 0x34)" ( (binary_expression "uVar7 + 0x34" identifier + number_literal) ))))) ;) (expression_statement "uVar7 = (uint)bVar4;" (assignment_expression "uVar7 = (uint)bVar4" identifier = (cast_expression "(uint)bVar4" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (if_statement "if ((bVar4 & 2) != 0) {\n if (((bStack_b8 != false) && ((bVar4 & 0x40) != 0)) &&\n (uVar7 = FUN_000a90f0(local_5c,iVar12,0), (uVar7 & 1) != 0)) {\n auStack_a8[3] = FUN_000a90f0(local_5c,iVar12,0);\n auStack_a8[3] = auStack_a8[3] & 0xfffffffe;\n local_5c = puStack_b4;\n }\n if (-1 < (char)*(byte *)((int)local_5c + 0xb)) {\n if ((*(byte *)((int)local_5c + 0xb) & 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17);\n }\n puVar10 = (uint *)local_5c[3];\n uVar7 = *puVar10;\n uVar5 = uVar7 % puVar10[3];\n piVar18 = *(int **)(puVar10[2] + uVar5 * 4);\n if (piVar18 != (int *)0x0) {\n uVar11 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, uVar7 != uVar11) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }\n if (*piVar18 != 0) goto LAB_001240a3;\n }\nLAB_00124478:\n FUN_00318cf0(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23);\n }\nLAB_001240a3:\n if (uStack_68 - 10 < 0x2a) {\n \n \n uVar15 = (*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))();\n return uVar15;\n }\n \n FUN_002446e0(uVar15 + 0x34351d,0x2ec8,uVar15 + 0x345d23,iVar6);\n }" if (parenthesized_expression "((bVar4 & 2) != 0)" ( (binary_expression "(bVar4 & 2) != 0" (parenthesized_expression "(bVar4 & 2)" ( (binary_expression "bVar4 & 2" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n if (((bStack_b8 != false) && ((bVar4 & 0x40) != 0)) &&\n (uVar7 = FUN_000a90f0(local_5c,iVar12,0), (uVar7 & 1) != 0)) {\n auStack_a8[3] = FUN_000a90f0(local_5c,iVar12,0);\n auStack_a8[3] = auStack_a8[3] & 0xfffffffe;\n local_5c = puStack_b4;\n }\n if (-1 < (char)*(byte *)((int)local_5c + 0xb)) {\n if ((*(byte *)((int)local_5c + 0xb) & 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17);\n }\n puVar10 = (uint *)local_5c[3];\n uVar7 = *puVar10;\n uVar5 = uVar7 % puVar10[3];\n piVar18 = *(int **)(puVar10[2] + uVar5 * 4);\n if (piVar18 != (int *)0x0) {\n uVar11 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, uVar7 != uVar11) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }\n if (*piVar18 != 0) goto LAB_001240a3;\n }\nLAB_00124478:\n FUN_00318cf0(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23);\n }\nLAB_001240a3:\n if (uStack_68 - 10 < 0x2a) {\n \n \n uVar15 = (*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))();\n return uVar15;\n }\n \n FUN_002446e0(uVar15 + 0x34351d,0x2ec8,uVar15 + 0x345d23,iVar6);\n }" { (if_statement "if (((bStack_b8 != false) && ((bVar4 & 0x40) != 0)) &&\n (uVar7 = FUN_000a90f0(local_5c,iVar12,0), (uVar7 & 1) != 0)) {\n auStack_a8[3] = FUN_000a90f0(local_5c,iVar12,0);\n auStack_a8[3] = auStack_a8[3] & 0xfffffffe;\n local_5c = puStack_b4;\n }" if (parenthesized_expression "(((bStack_b8 != false) && ((bVar4 & 0x40) != 0)) &&\n (uVar7 = FUN_000a90f0(local_5c,iVar12,0), (uVar7 & 1) != 0))" ( (binary_expression "((bStack_b8 != false) && ((bVar4 & 0x40) != 0)) &&\n (uVar7 = FUN_000a90f0(local_5c,iVar12,0), (uVar7 & 1) != 0)" (parenthesized_expression "((bStack_b8 != false) && ((bVar4 & 0x40) != 0))" ( (binary_expression "(bStack_b8 != false) && ((bVar4 & 0x40) != 0)" (parenthesized_expression "(bStack_b8 != false)" ( (binary_expression "bStack_b8 != false" identifier != false) )) && (parenthesized_expression "((bVar4 & 0x40) != 0)" ( (binary_expression "(bVar4 & 0x40) != 0" (parenthesized_expression "(bVar4 & 0x40)" ( (binary_expression "bVar4 & 0x40" identifier & number_literal) )) != number_literal) ))) )) && (parenthesized_expression "(uVar7 = FUN_000a90f0(local_5c,iVar12,0), (uVar7 & 1) != 0)" ( (comma_expression "uVar7 = FUN_000a90f0(local_5c,iVar12,0), (uVar7 & 1) != 0" (assignment_expression "uVar7 = FUN_000a90f0(local_5c,iVar12,0)" identifier = (call_expression "FUN_000a90f0(local_5c,iVar12,0)" identifier (argument_list "(local_5c,iVar12,0)" ( identifier , identifier , number_literal )))) , (binary_expression "(uVar7 & 1) != 0" (parenthesized_expression "(uVar7 & 1)" ( (binary_expression "uVar7 & 1" identifier & number_literal) )) != number_literal)) ))) )) (compound_statement "{\n auStack_a8[3] = FUN_000a90f0(local_5c,iVar12,0);\n auStack_a8[3] = auStack_a8[3] & 0xfffffffe;\n local_5c = puStack_b4;\n }" { (expression_statement "auStack_a8[3] = FUN_000a90f0(local_5c,iVar12,0);" (assignment_expression "auStack_a8[3] = FUN_000a90f0(local_5c,iVar12,0)" (subscript_expression "auStack_a8[3]" identifier [ number_literal ]) = (call_expression "FUN_000a90f0(local_5c,iVar12,0)" identifier (argument_list "(local_5c,iVar12,0)" ( identifier , identifier , number_literal )))) ;) (expression_statement "auStack_a8[3] = auStack_a8[3] & 0xfffffffe;" (assignment_expression "auStack_a8[3] = auStack_a8[3] & 0xfffffffe" (subscript_expression "auStack_a8[3]" identifier [ number_literal ]) = (binary_expression "auStack_a8[3] & 0xfffffffe" (subscript_expression "auStack_a8[3]" identifier [ number_literal ]) & number_literal)) ;) (expression_statement "local_5c = puStack_b4;" (assignment_expression "local_5c = puStack_b4" identifier = identifier) ;) })) (if_statement "if (-1 < (char)*(byte *)((int)local_5c + 0xb)) {\n if ((*(byte *)((int)local_5c + 0xb) & 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17);\n }\n puVar10 = (uint *)local_5c[3];\n uVar7 = *puVar10;\n uVar5 = uVar7 % puVar10[3];\n piVar18 = *(int **)(puVar10[2] + uVar5 * 4);\n if (piVar18 != (int *)0x0) {\n uVar11 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, uVar7 != uVar11) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }\n if (*piVar18 != 0) goto LAB_001240a3;\n }\nLAB_00124478:\n FUN_00318cf0(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23);\n }" if (parenthesized_expression "(-1 < (char)*(byte *)((int)local_5c + 0xb))" ( (binary_expression "-1 < (char)*(byte *)((int)local_5c + 0xb)" number_literal < (cast_expression "(char)*(byte *)((int)local_5c + 0xb)" ( (type_descriptor "char" primitive_type) ) (pointer_expression "*(byte *)((int)local_5c + 0xb)" * (cast_expression "(byte *)((int)local_5c + 0xb)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)local_5c + 0xb)" ( (binary_expression "(int)local_5c + 0xb" (cast_expression "(int)local_5c" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))))) )) (compound_statement "{\n if ((*(byte *)((int)local_5c + 0xb) & 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17);\n }\n puVar10 = (uint *)local_5c[3];\n uVar7 = *puVar10;\n uVar5 = uVar7 % puVar10[3];\n piVar18 = *(int **)(puVar10[2] + uVar5 * 4);\n if (piVar18 != (int *)0x0) {\n uVar11 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, uVar7 != uVar11) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }\n if (*piVar18 != 0) goto LAB_001240a3;\n }\nLAB_00124478:\n FUN_00318cf0(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23);\n }" { (if_statement "if ((*(byte *)((int)local_5c + 0xb) & 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17);\n }" if (parenthesized_expression "((*(byte *)((int)local_5c + 0xb) & 8) == 0)" ( (binary_expression "(*(byte *)((int)local_5c + 0xb) & 8) == 0" (parenthesized_expression "(*(byte *)((int)local_5c + 0xb) & 8)" ( (binary_expression "*(byte *)((int)local_5c + 0xb) & 8" (pointer_expression "*(byte *)((int)local_5c + 0xb)" * (cast_expression "(byte *)((int)local_5c + 0xb)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)local_5c + 0xb)" ( (binary_expression "(int)local_5c + 0xb" (cast_expression "(int)local_5c" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n \n FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17);\n }" { (expression_statement "FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17);" (call_expression "FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17)" identifier (argument_list "(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17)" ( (binary_expression "uVar15 + 0x32955c" identifier + number_literal) , number_literal , (binary_expression "uVar15 + 0x346863" identifier + number_literal) , identifier ))) ;) })) (expression_statement "puVar10 = (uint *)local_5c[3];" (assignment_expression "puVar10 = (uint *)local_5c[3]" identifier = (cast_expression "(uint *)local_5c[3]" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "local_5c[3]" identifier [ number_literal ]))) ;) (expression_statement "uVar7 = *puVar10;" (assignment_expression "uVar7 = *puVar10" identifier = (pointer_expression "*puVar10" * identifier)) ;) (expression_statement "uVar5 = uVar7 % puVar10[3];" (assignment_expression "uVar5 = uVar7 % puVar10[3]" identifier = (binary_expression "uVar7 % puVar10[3]" identifier % (subscript_expression "puVar10[3]" identifier [ number_literal ]))) ;) (expression_statement "piVar18 = *(int **)(puVar10[2] + uVar5 * 4);" (assignment_expression "piVar18 = *(int **)(puVar10[2] + uVar5 * 4)" identifier = (pointer_expression "*(int **)(puVar10[2] + uVar5 * 4)" * (cast_expression "(int **)(puVar10[2] + uVar5 * 4)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(puVar10[2] + uVar5 * 4)" ( (binary_expression "puVar10[2] + uVar5 * 4" (subscript_expression "puVar10[2]" identifier [ number_literal ]) + (binary_expression "uVar5 * 4" identifier * number_literal)) ))))) ;) (if_statement "if (piVar18 != (int *)0x0) {\n uVar11 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, uVar7 != uVar11) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }\n if (*piVar18 != 0) goto LAB_001240a3;\n }" if (parenthesized_expression "(piVar18 != (int *)0x0)" ( (binary_expression "piVar18 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n uVar11 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, uVar7 != uVar11) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }\n if (*piVar18 != 0) goto LAB_001240a3;\n }" { (expression_statement "uVar11 = ((int *)*piVar18)[1];" (assignment_expression "uVar11 = ((int *)*piVar18)[1]" identifier = (subscript_expression "((int *)*piVar18)[1]" (parenthesized_expression "((int *)*piVar18)" ( (cast_expression "(int *)*piVar18" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar18" * identifier)) )) [ number_literal ])) ;) (expression_statement "piVar2 = (int *)*piVar18;" (assignment_expression "piVar2 = (int *)*piVar18" identifier = (cast_expression "(int *)*piVar18" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar18" * identifier))) ;) (while_statement "while (piVar14 = piVar2, uVar7 != uVar11) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }" while (parenthesized_expression "(piVar14 = piVar2, uVar7 != uVar11)" ( (comma_expression "piVar14 = piVar2, uVar7 != uVar11" (assignment_expression "piVar14 = piVar2" identifier = identifier) , (binary_expression "uVar7 != uVar11" identifier != identifier)) )) (compound_statement "{\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }" { (expression_statement "piVar2 = (int *)*piVar14;" (assignment_expression "piVar2 = (int *)*piVar14" identifier = (cast_expression "(int *)*piVar14" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar14" * identifier))) ;) (if_statement "if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;" if (parenthesized_expression "((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))" ( (binary_expression "(piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3])" (parenthesized_expression "(piVar2 == (int *)0x0)" ( (binary_expression "piVar2 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) || (parenthesized_expression "(uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3])" ( (comma_expression "uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]" (assignment_expression "uVar11 = piVar2[1]" identifier = (subscript_expression "piVar2[1]" identifier [ number_literal ])) , (comma_expression "piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]" (assignment_expression "piVar18 = piVar14" identifier = identifier) , (binary_expression "uVar5 != uVar11 % puVar10[3]" identifier != (binary_expression "uVar11 % puVar10[3]" identifier % (subscript_expression "puVar10[3]" identifier [ number_literal ]))))) ))) )) (goto_statement "goto LAB_00124478;" goto statement_identifier ;)) })) (if_statement "if (*piVar18 != 0) goto LAB_001240a3;" if (parenthesized_expression "(*piVar18 != 0)" ( (binary_expression "*piVar18 != 0" (pointer_expression "*piVar18" * identifier) != number_literal) )) (goto_statement "goto LAB_001240a3;" goto statement_identifier ;)) })) (labeled_statement "LAB_00124478:\n FUN_00318cf0(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23);" statement_identifier : (expression_statement "FUN_00318cf0(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23);" (call_expression "FUN_00318cf0(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23)" identifier (argument_list "(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23)" ( identifier , identifier , (binary_expression "local_5c[2] & 0x7ffffff" (subscript_expression "local_5c[2]" identifier [ number_literal ]) & number_literal) , identifier , identifier , identifier ))) ;)) })) (labeled_statement "LAB_001240a3:\n if (uStack_68 - 10 < 0x2a) {\n \n \n uVar15 = (*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))();\n return uVar15;\n }" statement_identifier : (if_statement "if (uStack_68 - 10 < 0x2a) {\n \n \n uVar15 = (*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))();\n return uVar15;\n }" if (parenthesized_expression "(uStack_68 - 10 < 0x2a)" ( (binary_expression "uStack_68 - 10 < 0x2a" (binary_expression "uStack_68 - 10" identifier - number_literal) < number_literal) )) (compound_statement "{\n \n \n uVar15 = (*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))();\n return uVar15;\n }" { (expression_statement "uVar15 = (*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))();" (assignment_expression "uVar15 = (*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))()" identifier = (call_expression "(*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))()" (parenthesized_expression "(*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))" ( (pointer_expression "*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4))" * (cast_expression "(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4))" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4))" ( (binary_expression "pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)" identifier + (pointer_expression "*(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)" * (cast_expression "(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(uVar15 + 0x344087 + (uStack_68 - 10) * 4)" ( (binary_expression "uVar15 + 0x344087 + (uStack_68 - 10) * 4" (binary_expression "uVar15 + 0x344087" identifier + number_literal) + (binary_expression "(uStack_68 - 10) * 4" (parenthesized_expression "(uStack_68 - 10)" ( (binary_expression "uStack_68 - 10" identifier - number_literal) )) * number_literal)) ))))) )))) )) (argument_list "()" ( )))) ;) (return_statement "return uVar15;" return identifier ;) }))) (expression_statement "FUN_002446e0(uVar15 + 0x34351d,0x2ec8,uVar15 + 0x345d23,iVar6);" (call_expression "FUN_002446e0(uVar15 + 0x34351d,0x2ec8,uVar15 + 0x345d23,iVar6)" identifier (argument_list "(uVar15 + 0x34351d,0x2ec8,uVar15 + 0x345d23,iVar6)" ( (binary_expression "uVar15 + 0x34351d" identifier + number_literal) , number_literal , (binary_expression "uVar15 + 0x345d23" identifier + number_literal) , identifier ))) ;) })) })) (expression_statement "FUN_002446e0(uVar15 + 0x34351d,0x2ea7,uVar15 + 0x345d23,uVar7);" (call_expression "FUN_002446e0(uVar15 + 0x34351d,0x2ea7,uVar15 + 0x345d23,uVar7)" identifier (argument_list "(uVar15 + 0x34351d,0x2ea7,uVar15 + 0x345d23,uVar7)" ( (binary_expression "uVar15 + 0x34351d" identifier + number_literal) , number_literal , (binary_expression "uVar15 + 0x345d23" identifier + number_literal) , identifier ))) ;) })) (expression_statement "iVar12 = *(int *)(*(int *)(param_2 + 0x13c) + uVar15 * 4);" (assignment_expression "iVar12 = *(int *)(*(int *)(param_2 + 0x13c) + uVar15 * 4)" identifier = (pointer_expression "*(int *)(*(int *)(param_2 + 0x13c) + uVar15 * 4)" * (cast_expression "(int *)(*(int *)(param_2 + 0x13c) + uVar15 * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(param_2 + 0x13c) + uVar15 * 4)" ( (binary_expression "*(int *)(param_2 + 0x13c) + uVar15 * 4" (pointer_expression "*(int *)(param_2 + 0x13c)" * (cast_expression "(int *)(param_2 + 0x13c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x13c)" ( (binary_expression "param_2 + 0x13c" identifier + number_literal) )))) + (binary_expression "uVar15 * 4" identifier * number_literal)) ))))) ;) (if_statement "if (iVar12 == 0) {\nLAB_00123df8:\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfe7;\n \n puStack_80 = (undefined *)0x123e15;\n puStack_70 = (uint *)iVar6;\n FUN_002446e0();\n }" if (parenthesized_expression "(iVar12 == 0)" ( (binary_expression "iVar12 == 0" identifier == number_literal) )) (compound_statement "{\nLAB_00123df8:\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfe7;\n \n puStack_80 = (undefined *)0x123e15;\n puStack_70 = (uint *)iVar6;\n FUN_002446e0();\n }" { (labeled_statement "LAB_00123df8:\n uStack_74 = local_64 + -0x17fc68;" statement_identifier : (expression_statement "uStack_74 = local_64 + -0x17fc68;" (assignment_expression "uStack_74 = local_64 + -0x17fc68" identifier = (binary_expression "local_64 + -0x17fc68" identifier + number_literal)) ;)) (expression_statement "local_7c = (uint *)(local_64 + -0x182cba);" (assignment_expression "local_7c = (uint *)(local_64 + -0x182cba)" identifier = (cast_expression "(uint *)(local_64 + -0x182cba)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_64 + -0x182cba)" ( (binary_expression "local_64 + -0x182cba" identifier + number_literal) )))) ;) (expression_statement "iStack_78 = 0xfe7;" (assignment_expression "iStack_78 = 0xfe7" identifier = number_literal) ;) (expression_statement "puStack_80 = (undefined *)0x123e15;" (assignment_expression "puStack_80 = (undefined *)0x123e15" identifier = (cast_expression "(undefined *)0x123e15" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "puStack_70 = (uint *)iVar6;" (assignment_expression "puStack_70 = (uint *)iVar6" identifier = (cast_expression "(uint *)iVar6" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "FUN_002446e0();" (call_expression "FUN_002446e0()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "local_20 = local_44;" (assignment_expression "local_20 = local_44" identifier = identifier) ;) (expression_statement "local_2c = iVar6;" (assignment_expression "local_2c = iVar6" identifier = identifier) ;) (if_statement "if (param_1 == 0) {\n if (param_3 == -1) {\n puStack_70 = (uint *)0x123df8;\n iVar6 = FUN_0010c360();\n goto LAB_00123df8;\n }\n local_28 = param_3;\n local_24 = param_2;\n }\n else {\n local_28 = -1;\n local_24 = param_1;\n }" if (parenthesized_expression "(param_1 == 0)" ( (binary_expression "param_1 == 0" identifier == number_literal) )) (compound_statement "{\n if (param_3 == -1) {\n puStack_70 = (uint *)0x123df8;\n iVar6 = FUN_0010c360();\n goto LAB_00123df8;\n }\n local_28 = param_3;\n local_24 = param_2;\n }" { (if_statement "if (param_3 == -1) {\n puStack_70 = (uint *)0x123df8;\n iVar6 = FUN_0010c360();\n goto LAB_00123df8;\n }" if (parenthesized_expression "(param_3 == -1)" ( (binary_expression "param_3 == -1" identifier == number_literal) )) (compound_statement "{\n puStack_70 = (uint *)0x123df8;\n iVar6 = FUN_0010c360();\n goto LAB_00123df8;\n }" { (expression_statement "puStack_70 = (uint *)0x123df8;" (assignment_expression "puStack_70 = (uint *)0x123df8" identifier = (cast_expression "(uint *)0x123df8" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "iVar6 = FUN_0010c360();" (assignment_expression "iVar6 = FUN_0010c360()" identifier = (call_expression "FUN_0010c360()" identifier (argument_list "()" ( )))) ;) (goto_statement "goto LAB_00123df8;" goto statement_identifier ;) })) (expression_statement "local_28 = param_3;" (assignment_expression "local_28 = param_3" identifier = identifier) ;) (expression_statement "local_24 = param_2;" (assignment_expression "local_24 = param_2" identifier = identifier) ;) }) (else_clause "else {\n local_28 = -1;\n local_24 = param_1;\n }" else (compound_statement "{\n local_28 = -1;\n local_24 = param_1;\n }" { (expression_statement "local_28 = -1;" (assignment_expression "local_28 = -1" identifier = number_literal) ;) (expression_statement "local_24 = param_1;" (assignment_expression "local_24 = param_1" identifier = identifier) ;) }))) (expression_statement "puStack_70 = (uint *)0x123c3b;" (assignment_expression "puStack_70 = (uint *)0x123c3b" identifier = (cast_expression "(uint *)0x123c3b" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "FUN_0010ece0();" (call_expression "FUN_0010ece0()" identifier (argument_list "()" ( ))) ;) (if_statement "if ((local_30 == 0) || (iVar6 = *(int *)(local_30 + 0x14), iVar6 == 0)) {\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfeb;\n \n puStack_80 = (undefined *)0x123cff;\n FUN_002446e0();\n }" if (parenthesized_expression "((local_30 == 0) || (iVar6 = *(int *)(local_30 + 0x14), iVar6 == 0))" ( (binary_expression "(local_30 == 0) || (iVar6 = *(int *)(local_30 + 0x14), iVar6 == 0)" (parenthesized_expression "(local_30 == 0)" ( (binary_expression "local_30 == 0" identifier == number_literal) )) || (parenthesized_expression "(iVar6 = *(int *)(local_30 + 0x14), iVar6 == 0)" ( (comma_expression "iVar6 = *(int *)(local_30 + 0x14), iVar6 == 0" (assignment_expression "iVar6 = *(int *)(local_30 + 0x14)" identifier = (pointer_expression "*(int *)(local_30 + 0x14)" * (cast_expression "(int *)(local_30 + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_30 + 0x14)" ( (binary_expression "local_30 + 0x14" identifier + number_literal) ))))) , (binary_expression "iVar6 == 0" identifier == number_literal)) ))) )) (compound_statement "{\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfeb;\n \n puStack_80 = (undefined *)0x123cff;\n FUN_002446e0();\n }" { (expression_statement "uStack_74 = local_64 + -0x17fc68;" (assignment_expression "uStack_74 = local_64 + -0x17fc68" identifier = (binary_expression "local_64 + -0x17fc68" identifier + number_literal)) ;) (expression_statement "local_7c = (uint *)(local_64 + -0x182cba);" (assignment_expression "local_7c = (uint *)(local_64 + -0x182cba)" identifier = (cast_expression "(uint *)(local_64 + -0x182cba)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_64 + -0x182cba)" ( (binary_expression "local_64 + -0x182cba" identifier + number_literal) )))) ;) (expression_statement "iStack_78 = 0xfeb;" (assignment_expression "iStack_78 = 0xfeb" identifier = number_literal) ;) (expression_statement "puStack_80 = (undefined *)0x123cff;" (assignment_expression "puStack_80 = (undefined *)0x123cff" identifier = (cast_expression "(undefined *)0x123cff" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "FUN_002446e0();" (call_expression "FUN_002446e0()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "param_6 = (uint)*(byte *)(*(int *)(iVar6 + 4) + 0x14);" (assignment_expression "param_6 = (uint)*(byte *)(*(int *)(iVar6 + 4) + 0x14)" identifier = (binary_expression "(uint)*(byte *)(*(int *)(iVar6 + 4) + 0x14)" (parenthesized_expression "(uint)" ( identifier )) * (cast_expression "(byte *)(*(int *)(iVar6 + 4) + 0x14)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar6 + 4) + 0x14)" ( (binary_expression "*(int *)(iVar6 + 4) + 0x14" (pointer_expression "*(int *)(iVar6 + 4)" * (cast_expression "(int *)(iVar6 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 4)" ( (binary_expression "iVar6 + 4" identifier + number_literal) )))) + number_literal) ))))) ;) (if_statement "if ((*(byte *)(iVar12 + 0x1c) & 1) == 0) {\nLAB_00123dd6:\n uStack_74 = local_64 + -0x17f944;\n local_7c = (uint *)(local_64 + -0x19cca3);\n iStack_78 = 0xc5;\n \n puStack_80 = (undefined *)0x123df3;\n FUN_002446e0();\n }" if (parenthesized_expression "((*(byte *)(iVar12 + 0x1c) & 1) == 0)" ( (binary_expression "(*(byte *)(iVar12 + 0x1c) & 1) == 0" (parenthesized_expression "(*(byte *)(iVar12 + 0x1c) & 1)" ( (binary_expression "*(byte *)(iVar12 + 0x1c) & 1" (pointer_expression "*(byte *)(iVar12 + 0x1c)" * (cast_expression "(byte *)(iVar12 + 0x1c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 0x1c)" ( (binary_expression "iVar12 + 0x1c" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\nLAB_00123dd6:\n uStack_74 = local_64 + -0x17f944;\n local_7c = (uint *)(local_64 + -0x19cca3);\n iStack_78 = 0xc5;\n \n puStack_80 = (undefined *)0x123df3;\n FUN_002446e0();\n }" { (labeled_statement "LAB_00123dd6:\n uStack_74 = local_64 + -0x17f944;" statement_identifier : (expression_statement "uStack_74 = local_64 + -0x17f944;" (assignment_expression "uStack_74 = local_64 + -0x17f944" identifier = (binary_expression "local_64 + -0x17f944" identifier + number_literal)) ;)) (expression_statement "local_7c = (uint *)(local_64 + -0x19cca3);" (assignment_expression "local_7c = (uint *)(local_64 + -0x19cca3)" identifier = (cast_expression "(uint *)(local_64 + -0x19cca3)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_64 + -0x19cca3)" ( (binary_expression "local_64 + -0x19cca3" identifier + number_literal) )))) ;) (expression_statement "iStack_78 = 0xc5;" (assignment_expression "iStack_78 = 0xc5" identifier = number_literal) ;) (expression_statement "puStack_80 = (undefined *)0x123df3;" (assignment_expression "puStack_80 = (undefined *)0x123df3" identifier = (cast_expression "(undefined *)0x123df3" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "FUN_002446e0();" (call_expression "FUN_002446e0()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (*(int *)(iVar6 + 8) == -1) {\n puStack_70 = (uint *)0x123dd6;\n FUN_0010c390();\n goto LAB_00123dd6;\n }" if (parenthesized_expression "(*(int *)(iVar6 + 8) == -1)" ( (binary_expression "*(int *)(iVar6 + 8) == -1" (pointer_expression "*(int *)(iVar6 + 8)" * (cast_expression "(int *)(iVar6 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 8)" ( (binary_expression "iVar6 + 8" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n puStack_70 = (uint *)0x123dd6;\n FUN_0010c390();\n goto LAB_00123dd6;\n }" { (expression_statement "puStack_70 = (uint *)0x123dd6;" (assignment_expression "puStack_70 = (uint *)0x123dd6" identifier = (cast_expression "(uint *)0x123dd6" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "FUN_0010c390();" (call_expression "FUN_0010c390()" identifier (argument_list "()" ( ))) ;) (goto_statement "goto LAB_00123dd6;" goto statement_identifier ;) })) (expression_statement "local_58 = (*(int *)(iVar6 + 8) - param_5) + *(int *)(iVar12 + 4) + local_4c;" (assignment_expression "local_58 = (*(int *)(iVar6 + 8) - param_5) + *(int *)(iVar12 + 4) + local_4c" identifier = (binary_expression "(*(int *)(iVar6 + 8) - param_5) + *(int *)(iVar12 + 4) + local_4c" (binary_expression "(*(int *)(iVar6 + 8) - param_5) + *(int *)(iVar12 + 4)" (parenthesized_expression "(*(int *)(iVar6 + 8) - param_5)" ( (binary_expression "*(int *)(iVar6 + 8) - param_5" (pointer_expression "*(int *)(iVar6 + 8)" * (cast_expression "(int *)(iVar6 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 8)" ( (binary_expression "iVar6 + 8" identifier + number_literal) )))) - identifier) )) + (pointer_expression "*(int *)(iVar12 + 4)" * (cast_expression "(int *)(iVar12 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 4)" ( (binary_expression "iVar12 + 4" identifier + number_literal) ))))) + identifier)) ;) (if_statement "if (0x3ffffff < local_58 + 0x2000000) {\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfef;\n \n puStack_80 = &UNK_00123cb7;\n puStack_70 = (uint *)*(int *)(iVar12 + 4);\n FUN_002446e0();\n }" if (parenthesized_expression "(0x3ffffff < local_58 + 0x2000000)" ( (binary_expression "0x3ffffff < local_58 + 0x2000000" number_literal < (binary_expression "local_58 + 0x2000000" identifier + number_literal)) )) (compound_statement "{\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfef;\n \n puStack_80 = &UNK_00123cb7;\n puStack_70 = (uint *)*(int *)(iVar12 + 4);\n FUN_002446e0();\n }" { (expression_statement "uStack_74 = local_64 + -0x17fc68;" (assignment_expression "uStack_74 = local_64 + -0x17fc68" identifier = (binary_expression "local_64 + -0x17fc68" identifier + number_literal)) ;) (expression_statement "local_7c = (uint *)(local_64 + -0x182cba);" (assignment_expression "local_7c = (uint *)(local_64 + -0x182cba)" identifier = (cast_expression "(uint *)(local_64 + -0x182cba)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_64 + -0x182cba)" ( (binary_expression "local_64 + -0x182cba" identifier + number_literal) )))) ;) (expression_statement "iStack_78 = 0xfef;" (assignment_expression "iStack_78 = 0xfef" identifier = number_literal) ;) (expression_statement "puStack_80 = &UNK_00123cb7;" (assignment_expression "puStack_80 = &UNK_00123cb7" identifier = (pointer_expression "&UNK_00123cb7" & identifier)) ;) (expression_statement "puStack_70 = (uint *)*(int *)(iVar12 + 4);" (assignment_expression "puStack_70 = (uint *)*(int *)(iVar12 + 4)" identifier = (cast_expression "(uint *)*(int *)(iVar12 + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*(int *)(iVar12 + 4)" * (cast_expression "(int *)(iVar12 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + 4)" ( (binary_expression "iVar12 + 4" identifier + number_literal) )))))) ;) (expression_statement "FUN_002446e0();" (call_expression "FUN_002446e0()" identifier (argument_list "()" ( ))) ;) })) })) (labeled_statement "LAB_00123af0:\n if (param_6 == 0) {\n uVar15 = local_58 + 0x2000000;\n goto LAB_00123b38;\n }" statement_identifier : (if_statement "if (param_6 == 0) {\n uVar15 = local_58 + 0x2000000;\n goto LAB_00123b38;\n }" if (parenthesized_expression "(param_6 == 0)" ( (binary_expression "param_6 == 0" identifier == number_literal) )) (compound_statement "{\n uVar15 = local_58 + 0x2000000;\n goto LAB_00123b38;\n }" { (expression_statement "uVar15 = local_58 + 0x2000000;" (assignment_expression "uVar15 = local_58 + 0x2000000" identifier = (binary_expression "local_58 + 0x2000000" identifier + number_literal)) ;) (goto_statement "goto LAB_00123b38;" goto statement_identifier ;) }))) (if_statement "if (((char)uVar13 != '\x01') || (iVar9 != 0x1c)) {\nLAB_00123a2c:\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xff8;\n \n puStack_80 = &UNK_00123a4b;\n FUN_002446e0();\n }" if (parenthesized_expression "(((char)uVar13 != '\x01') || (iVar9 != 0x1c))" ( (binary_expression "((char)uVar13 != '\x01') || (iVar9 != 0x1c)" (parenthesized_expression "((char)uVar13 != '\x01')" ( (binary_expression "(char)uVar13 != '\x01'" (cast_expression "(char)uVar13" ( (type_descriptor "char" primitive_type) ) identifier) != (char_literal "'\x01'" ' escape_sequence ')) )) || (parenthesized_expression "(iVar9 != 0x1c)" ( (binary_expression "iVar9 != 0x1c" identifier != number_literal) ))) )) (compound_statement "{\nLAB_00123a2c:\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xff8;\n \n puStack_80 = &UNK_00123a4b;\n FUN_002446e0();\n }" { (labeled_statement "LAB_00123a2c:\n uStack_74 = local_64 + -0x17fc68;" statement_identifier : (expression_statement "uStack_74 = local_64 + -0x17fc68;" (assignment_expression "uStack_74 = local_64 + -0x17fc68" identifier = (binary_expression "local_64 + -0x17fc68" identifier + number_literal)) ;)) (expression_statement "local_7c = (uint *)(local_64 + -0x182cba);" (assignment_expression "local_7c = (uint *)(local_64 + -0x182cba)" identifier = (cast_expression "(uint *)(local_64 + -0x182cba)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_64 + -0x182cba)" ( (binary_expression "local_64 + -0x182cba" identifier + number_literal) )))) ;) (expression_statement "iStack_78 = 0xff8;" (assignment_expression "iStack_78 = 0xff8" identifier = number_literal) ;) (expression_statement "puStack_80 = &UNK_00123a4b;" (assignment_expression "puStack_80 = &UNK_00123a4b" identifier = (pointer_expression "&UNK_00123a4b" & identifier)) ;) (expression_statement "FUN_002446e0();" (call_expression "FUN_002446e0()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "uVar15 = local_58 + 0x2000000;" (assignment_expression "uVar15 = local_58 + 0x2000000" identifier = (binary_expression "local_58 + 0x2000000" identifier + number_literal)) ;) }))) (expression_statement "uVar5 = (local_58 & 2) << 0x17 | uVar7 | 0xfa000000;" (assignment_expression "uVar5 = (local_58 & 2) << 0x17 | uVar7 | 0xfa000000" identifier = (binary_expression "(local_58 & 2) << 0x17 | uVar7 | 0xfa000000" (binary_expression "(local_58 & 2) << 0x17 | uVar7" (binary_expression "(local_58 & 2) << 0x17" (parenthesized_expression "(local_58 & 2)" ( (binary_expression "local_58 & 2" identifier & number_literal) )) << number_literal) | identifier) | number_literal)) ;) (labeled_statement "LAB_00123b38:\n uVar7 = ((int)local_58 >> 2 ^ uVar5) & 0xffffff ^ uVar5;" statement_identifier : (expression_statement "uVar7 = ((int)local_58 >> 2 ^ uVar5) & 0xffffff ^ uVar5;" (assignment_expression "uVar7 = ((int)local_58 >> 2 ^ uVar5) & 0xffffff ^ uVar5" identifier = (binary_expression "((int)local_58 >> 2 ^ uVar5) & 0xffffff ^ uVar5" (binary_expression "((int)local_58 >> 2 ^ uVar5) & 0xffffff" (parenthesized_expression "((int)local_58 >> 2 ^ uVar5)" ( (binary_expression "(int)local_58 >> 2 ^ uVar5" (binary_expression "(int)local_58 >> 2" (cast_expression "(int)local_58" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal) ^ identifier) )) & number_literal) ^ identifier)) ;)) (expression_statement "*local_5c = uVar5 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8 | uVar7 << 0x18;" (assignment_expression "*local_5c = uVar5 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8 | uVar7 << 0x18" (pointer_expression "*local_5c" * identifier) = (binary_expression "uVar5 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8 | uVar7 << 0x18" (binary_expression "uVar5 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8" (binary_expression "uVar5 >> 0x18 | (uVar7 & 0xff0000) >> 8" (binary_expression "uVar5 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar7 & 0xff0000) >> 8" (parenthesized_expression "(uVar7 & 0xff0000)" ( (binary_expression "uVar7 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar7 & 0xff00) << 8" (parenthesized_expression "(uVar7 & 0xff00)" ( (binary_expression "uVar7 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar7 << 0x18" identifier << number_literal))) ;) (return_statement "return (uint)(0x3ffffff < uVar15);" return (call_expression "(uint)(0x3ffffff < uVar15)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(0x3ffffff < uVar15)" ( (binary_expression "0x3ffffff < uVar15" number_literal < identifier) ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) >> LIT) )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression (binary_expression IDENT >> LIT) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) >> LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) << LIT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT << LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT | IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT >> LIT) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = BOOL) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (labeled_statement statement_identifier : (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 (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) ))) )) (compound_statement { (return_statement return LIT ;) })) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = BOOL) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != LIT) )) && (parenthesized_expression ( (binary_expression IDENT != LIT) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + 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 = IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) )) (compound_statement { (return_statement return LIT ;) })) })))) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT & LIT) )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT))) ;) (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT >> LIT) == LIT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (return_statement return LIT ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (unary_expression ! IDENT) )) && (parenthesized_expression ( (unary_expression ! IDENT) ))) )) (compound_statement { (return_statement return LIT ;) }))) }))) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) (pointer_expression & IDENT)) + IDENT) + LIT) )))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (goto_statement goto statement_identifier ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) != LIT) )) || (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) == (char_literal ' escape_sequence ')) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) != (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) != (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (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 IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) - LIT) < LIT) )) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (binary_expression (binary_expression IDENT & LIT) | LIT)) , (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT)) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT & LIT) | LIT)) ;) })) (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression (binary_expression (binary_expression IDENT >> LIT) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) >> LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) << LIT))) ;) (return_statement return LIT ;) })) (goto_statement goto statement_identifier ;) })) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT * LIT) & LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (binary_expression IDENT * LIT) & LIT) )) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) ;)) (expression_statement (assignment_expression IDENT = IDENT) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) < (char_literal ' escape_sequence ')) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = IDENT) ;)) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (assignment_expression IDENT = 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 *)) ) (cast_expression ( (type_descriptor TYPE) ) IDENT))) ;) (expression_statement (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 IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) })) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + (binary_expression (parenthesized_expression ( (binary_expression IDENT % IDENT) )) * LIT)) ))))) ;) (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 = (subscript_expression (parenthesized_expression ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) )) [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (while_statement while (parenthesized_expression ( (comma_expression (assignment_expression IDENT = IDENT) , (comma_expression (assignment_expression IDENT = IDENT) , (comma_expression (assignment_expression IDENT = IDENT) , (binary_expression IDENT != IDENT)))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) , (comma_expression (assignment_expression IDENT = IDENT) , (binary_expression (binary_expression IDENT % IDENT) != (binary_expression IDENT % IDENT)))) ))) )) (goto_statement goto statement_identifier ;)) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_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) ;) (goto_statement goto statement_identifier ;) })) })) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) 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 = (binary_expression IDENT & LIT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;) }))) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) >> LIT) )))) ;)) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT - IDENT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (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 (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) >> LIT) )))) ;)) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;)) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (assignment_expression IDENT = 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 *)) ) IDENT)) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (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 = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( IDENT )) * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression LIT < IDENT) )))) ;) }) (else_clause else (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (binary_expression IDENT - LIT) < LIT) )))) ;) })))) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (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 IDENT < LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (goto_statement goto statement_identifier ;)) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) != (char_literal ' escape_sequence ')) )) || (parenthesized_expression ( (binary_expression IDENT != LIT) ))) )) (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 *)) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (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 ( )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (goto_statement goto statement_identifier ;)) (goto_statement goto statement_identifier ;) })) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT != 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 ( )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;)) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression IDENT - (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ))) >> LIT) ))) <= IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (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 *)) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) >> LIT) )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + IDENT) + LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) - (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) + (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) - (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) * LIT))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT <= IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , LIT , (binary_expression IDENT + LIT) , IDENT ))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + (binary_expression (parenthesized_expression ( (binary_expression IDENT >> LIT) )) * LIT)) )))) & (binary_expression LIT << (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) & LIT) )))) )) != LIT)) ;) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT - LIT) < LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_expression (call_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( IDENT ))) (argument_list ( (pointer_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) )))) == LIT) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (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 != (char_literal ' escape_sequence ')) )) (compound_statement { (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (goto_statement goto statement_identifier ;))) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = IDENT) ;)) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (return_statement return IDENT ;) }))) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT)) ;)) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = BOOL) ;)) (goto_statement goto statement_identifier ;) })) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , LIT )))) ;)) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression IDENT & LIT) )))) ;) (goto_statement goto statement_identifier ;) })) (goto_statement goto statement_identifier ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != LIT) )) || (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) & LIT) )) == LIT) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + IDENT) + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) + LIT) )))) == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , LIT , (binary_expression IDENT + LIT) , LIT ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) + LIT) )))) + LIT) )))) == (char_literal ' escape_sequence ')) )) (compound_statement { (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) == LIT) )) (goto_statement goto statement_identifier ;))) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_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 IDENT != BOOL) )) (goto_statement goto statement_identifier ;)) (goto_statement goto statement_identifier ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) >> LIT) != LIT) )) && (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) == LIT) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (goto_statement goto statement_identifier ;)) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == (char_literal ' escape_sequence ')) )) (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 (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != LIT) )) || (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) == LIT) ))) )) (compound_statement { (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 { (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT)) ;) (goto_statement goto statement_identifier ;) })) })) }) (else_clause else (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (goto_statement goto statement_identifier ;)))))) })) }))) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , LIT , (binary_expression IDENT + LIT) , IDENT ))) ;)) })) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (call_expression IDENT (argument_list ( )))) ;) (expression_statement (assignment_expression IDENT = BOOL) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }) (else_clause else (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) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT)) ;)) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (goto_statement goto statement_identifier ;)) (labeled_statement 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 = (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_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 IDENT != BOOL) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT)) ;)) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (goto_statement goto statement_identifier ;)) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) && (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) ))) )) (goto_statement goto statement_identifier ;)) (goto_statement goto statement_identifier ;) })) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = BOOL) ;)) }))) (labeled_statement statement_identifier : (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 (binary_expression (cast_expression ( (type_descriptor TYPE) ) (pointer_expression & IDENT)) + IDENT) + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , LIT , (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 + (binary_expression IDENT * LIT)) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != LIT) )) && (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != BOOL) )) && (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) ))) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , LIT )))) , (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT)) ))) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (call_expression IDENT (argument_list ( IDENT , IDENT , LIT )))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (subscript_expression IDENT [ LIT ]) & LIT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) })) (if_statement if (parenthesized_expression ( (binary_expression LIT < (cast_expression ( (type_descriptor TYPE) ) (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) 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 (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) & LIT) )) == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , LIT , (binary_expression IDENT + LIT) , IDENT ))) ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT % (subscript_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 (subscript_expression IDENT [ LIT ]) + (binary_expression IDENT * LIT)) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_expression (parenthesized_expression ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) )) [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (while_statement while (parenthesized_expression ( (comma_expression (assignment_expression IDENT = IDENT) , (binary_expression IDENT != IDENT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) , (comma_expression (assignment_expression IDENT = IDENT) , (binary_expression IDENT != (binary_expression IDENT % (subscript_expression IDENT [ LIT ]))))) ))) )) (goto_statement goto statement_identifier ;)) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != LIT) )) (goto_statement goto statement_identifier ;)) })) (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , (binary_expression (subscript_expression IDENT [ LIT ]) & LIT) , IDENT , IDENT , IDENT ))) ;)) })) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT - LIT) < LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) + (binary_expression (parenthesized_expression ( (binary_expression IDENT - LIT) )) * LIT)) ))))) )))) )) (argument_list ( )))) ;) (return_statement return IDENT ;) }))) (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , LIT , (binary_expression IDENT + LIT) , IDENT ))) ;) })) })) (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , LIT , (binary_expression IDENT + LIT) , IDENT ))) ;) })) (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 TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + (binary_expression IDENT * LIT)) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;)) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (assignment_expression IDENT = 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 *)) ) IDENT)) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }))) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == LIT) )) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) , (binary_expression IDENT == LIT)) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( IDENT )) * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (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 (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 (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;)) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) - IDENT) )) + (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) + IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < (binary_expression IDENT + LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression & IDENT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) })) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (goto_statement goto statement_identifier ;) }))) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) != (char_literal ' escape_sequence ')) )) || (parenthesized_expression ( (binary_expression IDENT != LIT) ))) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;)) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression & IDENT)) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }))) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) << LIT) | IDENT) | LIT)) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) >> LIT) ^ IDENT) )) & LIT) ^ IDENT)) ;)) (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression (binary_expression (binary_expression (binary_expression IDENT >> LIT) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) >> LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) << LIT)) | (binary_expression IDENT << LIT))) ;) (return_statement return (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression LIT < IDENT) ))) ;) })))
(function_definition "uint FUN_001236c0(int param_1,int param_2,int param_3,int param_4,int param_5,uint param_6,\n undefined4 param_7)\n\n{\n byte bVar1;\n int *piVar2;\n char cVar3;\n byte bVar4;\n uint uVar5;\n int iVar6;\n uint uVar7;\n undefined4 *puVar8;\n int iVar9;\n uint *extraout_ECX;\n uint *puVar10;\n undefined4 extraout_ECX_00;\n uint uVar11;\n int iVar12;\n uint uVar13;\n int *piVar14;\n int unaff_EDI;\n uint uVar15;\n byte *pbVar16;\n byte *pbVar17;\n int *piVar18;\n bool bVar19;\n bool bVar20;\n undefined8 uVar21;\n undefined8 uVar22;\n undefined4 uVar23;\n bool bStack_b8;\n uint *puStack_b4;\n uint auStack_a8 [10];\n undefined *puStack_80;\n uint *local_7c;\n int iStack_78;\n uint uStack_74;\n uint *puStack_70;\n uint uStack_68;\n int local_64;\n uint local_60;\n uint *local_5c;\n uint local_58;\n int *local_54;\n int local_50;\n uint local_4c;\n uint local_48;\n uint local_44;\n uint local_40;\n int local_3c;\n uint *local_38;\n uint local_34;\n int local_30;\n int local_2c;\n int local_28;\n int local_24;\n uint local_20;\n \n uVar21 = FUN_00074f0a();\n local_50 = (int)((ulonglong)uVar21 >> 0x20);\n uVar22 = CONCAT44(local_50,local_3c);\n iVar9 = (int)uVar21;\n local_64 = unaff_EDI + 0x4c6939;\n uVar15 = *extraout_ECX;\n uVar7 = uVar15 >> 0x18 | (uVar15 & 0xff0000) >> 8 | (uVar15 & 0xff00) << 8;\n uVar15 = uVar15 << 0x18;\n uVar5 = uVar7 | uVar15;\n if (uVar15 >> 0x1c == 0xf) {\n bVar19 = false;\n puVar10 = extraout_ECX;\nLAB_00123812:\n if (iVar9 == 0x1c) {\n if ((uVar15 != 0xeb000000) && ((uVar15 & 0xfe000000) != 0xfa000000)) {\n return 2;\n }\n }\n else {\n bVar20 = false;\n if (iVar9 == 0x1d) goto LAB_0012385b;\nLAB_0012372e:\n if ((iVar9 != 0x1b) && (iVar9 != 0xf)) {\n uStack_74 = unaff_EDI + 0x346cd1;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0xfba;\n \n puStack_80 = (undefined *)0x123d78;\n puStack_70 = puVar10;\n FUN_002446e0();\n }\n if ((uVar15 & 0xe000000) != 0xa000000) {\n return 2;\n }\n }\n }\n else {\n puVar10 = (uint *)(uVar15 & 0xf000000);\n bVar19 = puVar10 == (uint *)0xa000000;\n if (uVar15 >> 0x1c == 0xe) goto LAB_00123812;\n bVar20 = puVar10 == (uint *)0xb000000;\n if (iVar9 == 0x1c) {\n return 2;\n }\n if (iVar9 != 0x1d) goto LAB_0012372e;\nLAB_0012385b:\n if ((!bVar19) && (!bVar20)) {\n return 2;\n }\n }\n local_54 = (int *)((int)&DWORD_004c7100 + unaff_EDI + 1);\n local_60 = *(uint *)(*local_54 + 0xc);\n if (local_60 == 0) {\n puStack_70 = (uint *)0x123d3e;\n iVar6 = FUN_0010d780();\n goto LAB_00123d3e;\n }\n if ((*(int *)(*(int *)(local_60 + 4) + 8) != 0x28) ||\n (*(char *)(*(int *)(local_60 + 4) + 4) == '\0')) {\n puStack_70 = (uint *)param_7;\n uStack_74 = unaff_EDI + 0x346d6d;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0x988;\n \n puStack_80 = (undefined *)0x123d1c;\n FUN_002446e0();\n }\n local_5c = extraout_ECX;\n if ((char)param_7 != '\0') {\n puStack_70 = *(uint **)(*local_54 + 8);\n if (puStack_70 == (uint *)0x0) {\n uStack_74 = unaff_EDI + 0x346db1;\n local_7c = (uint *)(unaff_EDI + 0x324ba6);\n iStack_78 = 0x5c;\n \n puStack_80 = (undefined *)0x123dd1;\n FUN_002446e0();\n }\n if (*(char *)((int)puStack_70 + 0x318d) != '\0') {\n uStack_74 = unaff_EDI + 0x346cd1;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0xfc5;\n \n puStack_80 = (undefined *)0x123db7;\n FUN_002446e0();\n }\n puVar8 = *(undefined4 **)(local_60 + 0x7c);\n if (puVar8 != (undefined4 *)0x0) {\n iStack_78 = 6;\n local_7c = (uint *)*puVar8;\n puStack_80 = (undefined *)0x1237cd;\n iVar6 = FUN_00225490();\n if (iVar6 != 0) {\n if ((*(int *)(iVar6 + 4) - 8U < 3) ||\n (uVar7 = uVar15 & 0xf0000000 | 0x1a00000, *(int *)(iVar6 + 4) == 0xd)) {\n uVar7 = uVar15 & 0xf0000000 | 0x320f000;\n }\n *local_5c = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8;\n return 0;\n }\n goto LAB_00123d3e;\n }\n goto LAB_00123d1c;\n }\n local_44 = uVar5 * 4 & 0x3ffffff;\n if ((uVar5 * 4 & 0x2000000) == 0) {\n bVar4 = *(byte *)(param_4 + 0xb);\n if (-1 < (char)bVar4) goto LAB_001238a2;\nLAB_00123a6e:\n iVar6 = local_44 + *(int *)(param_4 + 0xc);\n local_4c = local_44;\n }\n else {\n local_44 = local_44 + 0xfc000000;\n bVar4 = *(byte *)(param_4 + 0xb);\n if ((char)bVar4 < '\0') goto LAB_00123a6e;\nLAB_001238a2:\n local_4c = local_44;\n if ((bVar4 & 8) == 0) {\n uStack_74 = unaff_EDI + 0x346fc5;\n local_7c = (uint *)(unaff_EDI + 0x329cbe);\n iStack_78 = 0x6ab;\n \n puStack_80 = (undefined *)0x123d95;\n puStack_70 = (uint *)(uint)bVar4;\n FUN_002446e0();\n }\n local_7c = *(uint **)(param_4 + 0xc);\n local_58 = *local_7c;\n local_48 = local_44;\n if (local_44 < 0xffffff00) {\n local_58 = local_58 + local_44;\n local_48 = 0;\n }\n local_34 = local_7c[3];\n piVar18 = *(int **)(local_7c[2] + (local_58 % local_34) * 4);\n local_38 = local_7c;\n if (piVar18 != (int *)0x0) {\n uVar15 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, local_40 = uVar5, local_3c = iVar9, local_58 != uVar15) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar15 = piVar2[1], piVar18 = piVar14, local_58 % local_34 != uVar15 % local_34))\n goto LAB_00123b80;\n }\n if (*piVar18 != 0) {\n iVar6 = local_48 + *(int *)(*piVar18 + 8);\n uVar22 = uVar21;\n goto LAB_0012394e;\n }\n }\nLAB_00123b80:\n puStack_70 = (uint *)local_58;\n local_58 = *(uint *)(param_4 + 8);\n uStack_74 = local_58 & 0x7ffffff;\n iStack_78 = param_2;\n puStack_80 = (undefined *)0x123ba9;\n iVar6 = FUN_00318cf0();\n uVar22 = CONCAT44(local_50,local_3c);\n iVar6 = local_48 + iVar6;\n }\nLAB_0012394e:\n local_50 = (int)((ulonglong)uVar22 >> 0x20);\n local_3c = (int)uVar22;\n uVar15 = iVar6 - param_5;\n puVar8 = *(undefined4 **)(local_60 + 0x7c);\n local_58 = uVar15;\n if (puVar8 == (undefined4 *)0x0) {\nLAB_00123d1c:\n local_50 = (int)((ulonglong)uVar22 >> 0x20);\n local_3c = (int)uVar22;\n uStack_74 = local_64 + -0x17fc00;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xb6a;\n \n puStack_80 = (undefined *)0x123d39;\n puStack_70 = puVar8;\n FUN_002446e0();\n }\n iStack_78 = 6;\n local_7c = (uint *)*puVar8;\n puStack_80 = (undefined *)0x123978;\n iVar6 = FUN_00225490();\n if (iVar6 == 0) {\nLAB_00123d3e:\n uStack_74 = local_64 + -0x17fc00;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xb6d;\n \n puStack_80 = (undefined *)0x123d5b;\n puStack_70 = (uint *)iVar6;\n FUN_002446e0();\n }\n uVar11 = *(uint *)(iVar6 + 4);\n iVar6 = *(int *)(*local_54 + 8);\n if (iVar6 == 0) {\n \n puStack_70 = (uint *)0x123d9a;\n FUN_0010cb20();\n }\n uVar13 = (uint)*(byte *)(iVar6 + 0x1579);\n if (*(byte *)(iVar6 + 0x1579) == 0) {\n uVar13 = (uint)(2 < uVar11);\n }\n else if ((uVar11 & 0xfffffffd) != 8) {\n uVar13 = (uint)(uVar11 - 0xb < 3);\n }\n if (*(char *)(iVar6 + 0x318d) != '\0') goto LAB_00123af0;\n uVar15 = uVar15 + 0x2000000;\n if (uVar15 < 0x4000000) {\n if (param_6 == 0) goto LAB_00123b38;\n if (((char)uVar13 != '\x01') || (iVar9 != 0x1c)) {\n uStack_74 = 0;\n iStack_78 = param_2;\n local_7c = (uint *)param_4;\n puStack_80 = (undefined *)0x123a0a;\n FUN_000a90f0();\n local_7c = (uint *)0x1;\n puStack_80 = (undefined *)0x123a21;\n iVar6 = FUN_00113410();\n if (iVar6 == 0) goto LAB_00123a2c;\n goto LAB_00123bd0;\n }\n }\n else {\n uStack_74 = 0;\n iStack_78 = param_2;\n local_7c = (uint *)param_4;\n puStack_80 = (undefined *)0x123abd;\n FUN_000a90f0();\n local_7c = (uint *)(uint)(param_6 != 0);\n puStack_80 = (undefined *)0x123ade;\n iVar6 = FUN_00113410();\n if (iVar6 != 0) {\nLAB_00123bd0:\n uVar15 = *(uint *)(local_50 + 0x18);\n local_60 = *(uint *)(param_2 + 0x140);\n if ((uint)((int)(local_60 - *(int *)(param_2 + 0x13c)) >> 2) <= uVar15) {\n puStack_70 = (uint *)0x123e1a;\n FUN_0010c330();\n iStack_78 = 0x123e29;\n uStack_74 = uVar15;\n puStack_70 = (uint *)uVar5;\n uVar22 = FUN_00074f0a();\n iVar6 = local_64;\n iVar12 = (int)((ulonglong)uVar22 >> 0x20);\n pbVar16 = BYTE_ARRAY_004c61c1 + uVar15 + 0x16;\n auStack_a8[0] = 0;\n auStack_a8[1] = 0xffffffff;\n auStack_a8[2] = 0x80000000;\n auStack_a8[3] = 0;\n pbVar17 = pbVar16;\n uVar23 = extraout_ECX_00;\n local_7c = (uint *)uVar13;\n iStack_78 = iVar9;\n if (local_64 == 0) {\n uVar7 = (*(int *)(iVar12 + 0x154) - *(int *)(iVar12 + 0x14c)) +\n (*(int *)(iVar12 + 0x150) - *(int *)(iVar12 + 0x148)) * 8;\n if (uVar7 <= local_60) {\n \n FUN_002446e0(uVar15 + 0x34351d,0x5f8,uVar15 + 0x34662f,uVar7);\n }\n bStack_b8 = (*(uint *)(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4) &\n 1 << ((byte)local_60 & 0x1f)) != 0;\n goto LAB_00123fe0;\n }\n uVar7 = 0;\n if (uStack_68 - 2 < 0x6b) {\n uVar7 = (uint)(char)(&UNK_00344ed5)[uStack_68 + uVar15];\n if (*(int *)(local_64 + 0x18) == -1) goto LAB_00123f75;\nLAB_00123e82:\n if ((*(byte *)(local_64 + 0x28) & 0xf) != 10) {\n cVar3 = FUN_00071bb0(local_64,uVar7);\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n if (cVar3 != '\0') {\nLAB_00123f19:\n if (bVar4 == 0) goto LAB_00123f1d;\nLAB_00123f80:\n if (bVar4 == 4) {\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }\nLAB_00124258:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }\nLAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);\n bStack_b8 = (bool)(bVar4 & 1);\n goto LAB_00123fe0;\n }\n goto LAB_00124280;\n }\n if ((bVar4 != 0) || ((*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0)) {\n pbVar17 = BYTE_ARRAY_004c6979 + uVar15 + 0x26;\n if (*(int *)(*(int *)pbVar17 + 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);\n }\n if (*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0') {\nLAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;\n if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }\n if (bVar4 != 4) goto LAB_00124258;\nLAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }\n }\n else if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;\n }\n }\n if (*(int *)((int)uVar22 + 0x18) == 0) {\n iVar9 = FUN_0010c850();\nLAB_0012462d:\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,iVar9);\n }\n auStack_a8[3] = FUN_00117290();\n bStack_b8 = false;\n local_5c = auStack_a8;\n }\n else {\n if (*(int *)(local_64 + 0x18) != -1) goto LAB_00123e82;\nLAB_00123f75:\n bVar4 = *(byte *)(local_64 + 0x2a) & 7;\n if (bVar4 != 0) goto LAB_00123f80;\nLAB_00123f1d:\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_00123f8f;\nLAB_00123f39:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) goto LAB_00123fe0;\n if ((*(int *)(iVar6 + 0xc) == 0) && ((bVar1 & 0x20) != 0)) goto LAB_00124269;\n goto LAB_001242ac;\n }\nLAB_00124280:\n bStack_b8 = true;\n }\nLAB_00123fe0:\n puStack_b4 = auStack_a8;\n iVar9 = *(int *)((int)&DWORD_004c739c + uVar15 + 3);\n if (0xff < uStack_68) {\n \n FUN_002446e0(uVar15 + 0x347947,0x134,uVar15 + 0x3466b7,iVar9);\n }\n uVar7 = *(uint *)(iVar9 + uStack_68 * 4);\n if ((uVar7 != 0) && (*(int *)(uVar7 + 0x1c) == 1)) {\n bVar4 = *(byte *)(uVar7 + 0x34);\n uVar7 = (uint)bVar4;\n if ((bVar4 & 2) != 0) {\n if (((bStack_b8 != false) && ((bVar4 & 0x40) != 0)) &&\n (uVar7 = FUN_000a90f0(local_5c,iVar12,0), (uVar7 & 1) != 0)) {\n auStack_a8[3] = FUN_000a90f0(local_5c,iVar12,0);\n auStack_a8[3] = auStack_a8[3] & 0xfffffffe;\n local_5c = puStack_b4;\n }\n if (-1 < (char)*(byte *)((int)local_5c + 0xb)) {\n if ((*(byte *)((int)local_5c + 0xb) & 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17);\n }\n puVar10 = (uint *)local_5c[3];\n uVar7 = *puVar10;\n uVar5 = uVar7 % puVar10[3];\n piVar18 = *(int **)(puVar10[2] + uVar5 * 4);\n if (piVar18 != (int *)0x0) {\n uVar11 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, uVar7 != uVar11) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }\n if (*piVar18 != 0) goto LAB_001240a3;\n }\nLAB_00124478:\n FUN_00318cf0(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23);\n }\nLAB_001240a3:\n if (uStack_68 - 10 < 0x2a) {\n \n \n uVar15 = (*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))();\n return uVar15;\n }\n \n FUN_002446e0(uVar15 + 0x34351d,0x2ec8,uVar15 + 0x345d23,iVar6);\n }\n }\n \n FUN_002446e0(uVar15 + 0x34351d,0x2ea7,uVar15 + 0x345d23,uVar7);\n }\n iVar12 = *(int *)(*(int *)(param_2 + 0x13c) + uVar15 * 4);\n if (iVar12 == 0) {\nLAB_00123df8:\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfe7;\n \n puStack_80 = (undefined *)0x123e15;\n puStack_70 = (uint *)iVar6;\n FUN_002446e0();\n }\n local_20 = local_44;\n local_2c = iVar6;\n if (param_1 == 0) {\n if (param_3 == -1) {\n puStack_70 = (uint *)0x123df8;\n iVar6 = FUN_0010c360();\n goto LAB_00123df8;\n }\n local_28 = param_3;\n local_24 = param_2;\n }\n else {\n local_28 = -1;\n local_24 = param_1;\n }\n puStack_70 = (uint *)0x123c3b;\n FUN_0010ece0();\n if ((local_30 == 0) || (iVar6 = *(int *)(local_30 + 0x14), iVar6 == 0)) {\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfeb;\n \n puStack_80 = (undefined *)0x123cff;\n FUN_002446e0();\n }\n param_6 = (uint)*(byte *)(*(int *)(iVar6 + 4) + 0x14);\n if ((*(byte *)(iVar12 + 0x1c) & 1) == 0) {\nLAB_00123dd6:\n uStack_74 = local_64 + -0x17f944;\n local_7c = (uint *)(local_64 + -0x19cca3);\n iStack_78 = 0xc5;\n \n puStack_80 = (undefined *)0x123df3;\n FUN_002446e0();\n }\n if (*(int *)(iVar6 + 8) == -1) {\n puStack_70 = (uint *)0x123dd6;\n FUN_0010c390();\n goto LAB_00123dd6;\n }\n local_58 = (*(int *)(iVar6 + 8) - param_5) + *(int *)(iVar12 + 4) + local_4c;\n if (0x3ffffff < local_58 + 0x2000000) {\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfef;\n \n puStack_80 = &UNK_00123cb7;\n puStack_70 = (uint *)*(int *)(iVar12 + 4);\n FUN_002446e0();\n }\n }\nLAB_00123af0:\n if (param_6 == 0) {\n uVar15 = local_58 + 0x2000000;\n goto LAB_00123b38;\n }\n if (((char)uVar13 != '\x01') || (iVar9 != 0x1c)) {\nLAB_00123a2c:\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xff8;\n \n puStack_80 = &UNK_00123a4b;\n FUN_002446e0();\n }\n uVar15 = local_58 + 0x2000000;\n }\n uVar5 = (local_58 & 2) << 0x17 | uVar7 | 0xfa000000;\nLAB_00123b38:\n uVar7 = ((int)local_58 >> 2 ^ uVar5) & 0xffffff ^ uVar5;\n *local_5c = uVar5 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8 | uVar7 << 0x18;\n return (uint)(0x3ffffff < uVar15);\n}" (type_identifier "uint") (function_declarator "FUN_001236c0(int param_1,int param_2,int param_3,int param_4,int param_5,uint param_6,\n undefined4 param_7)" (identifier "FUN_001236c0") (parameter_list "(int param_1,int param_2,int param_3,int param_4,int param_5,uint param_6,\n undefined4 param_7)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) (, ",") (parameter_declaration "int param_2" (primitive_type "int") (identifier "param_2")) (, ",") (parameter_declaration "int param_3" (primitive_type "int") (identifier "param_3")) (, ",") (parameter_declaration "int param_4" (primitive_type "int") (identifier "param_4")) (, ",") (parameter_declaration "int param_5" (primitive_type "int") (identifier "param_5")) (, ",") (parameter_declaration "uint param_6" (type_identifier "uint") (identifier "param_6")) (, ",") (parameter_declaration "undefined4 param_7" (type_identifier "undefined4") (identifier "param_7")) () ")"))) (compound_statement "{\n byte bVar1;\n int *piVar2;\n char cVar3;\n byte bVar4;\n uint uVar5;\n int iVar6;\n uint uVar7;\n undefined4 *puVar8;\n int iVar9;\n uint *extraout_ECX;\n uint *puVar10;\n undefined4 extraout_ECX_00;\n uint uVar11;\n int iVar12;\n uint uVar13;\n int *piVar14;\n int unaff_EDI;\n uint uVar15;\n byte *pbVar16;\n byte *pbVar17;\n int *piVar18;\n bool bVar19;\n bool bVar20;\n undefined8 uVar21;\n undefined8 uVar22;\n undefined4 uVar23;\n bool bStack_b8;\n uint *puStack_b4;\n uint auStack_a8 [10];\n undefined *puStack_80;\n uint *local_7c;\n int iStack_78;\n uint uStack_74;\n uint *puStack_70;\n uint uStack_68;\n int local_64;\n uint local_60;\n uint *local_5c;\n uint local_58;\n int *local_54;\n int local_50;\n uint local_4c;\n uint local_48;\n uint local_44;\n uint local_40;\n int local_3c;\n uint *local_38;\n uint local_34;\n int local_30;\n int local_2c;\n int local_28;\n int local_24;\n uint local_20;\n \n uVar21 = FUN_00074f0a();\n local_50 = (int)((ulonglong)uVar21 >> 0x20);\n uVar22 = CONCAT44(local_50,local_3c);\n iVar9 = (int)uVar21;\n local_64 = unaff_EDI + 0x4c6939;\n uVar15 = *extraout_ECX;\n uVar7 = uVar15 >> 0x18 | (uVar15 & 0xff0000) >> 8 | (uVar15 & 0xff00) << 8;\n uVar15 = uVar15 << 0x18;\n uVar5 = uVar7 | uVar15;\n if (uVar15 >> 0x1c == 0xf) {\n bVar19 = false;\n puVar10 = extraout_ECX;\nLAB_00123812:\n if (iVar9 == 0x1c) {\n if ((uVar15 != 0xeb000000) && ((uVar15 & 0xfe000000) != 0xfa000000)) {\n return 2;\n }\n }\n else {\n bVar20 = false;\n if (iVar9 == 0x1d) goto LAB_0012385b;\nLAB_0012372e:\n if ((iVar9 != 0x1b) && (iVar9 != 0xf)) {\n uStack_74 = unaff_EDI + 0x346cd1;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0xfba;\n \n puStack_80 = (undefined *)0x123d78;\n puStack_70 = puVar10;\n FUN_002446e0();\n }\n if ((uVar15 & 0xe000000) != 0xa000000) {\n return 2;\n }\n }\n }\n else {\n puVar10 = (uint *)(uVar15 & 0xf000000);\n bVar19 = puVar10 == (uint *)0xa000000;\n if (uVar15 >> 0x1c == 0xe) goto LAB_00123812;\n bVar20 = puVar10 == (uint *)0xb000000;\n if (iVar9 == 0x1c) {\n return 2;\n }\n if (iVar9 != 0x1d) goto LAB_0012372e;\nLAB_0012385b:\n if ((!bVar19) && (!bVar20)) {\n return 2;\n }\n }\n local_54 = (int *)((int)&DWORD_004c7100 + unaff_EDI + 1);\n local_60 = *(uint *)(*local_54 + 0xc);\n if (local_60 == 0) {\n puStack_70 = (uint *)0x123d3e;\n iVar6 = FUN_0010d780();\n goto LAB_00123d3e;\n }\n if ((*(int *)(*(int *)(local_60 + 4) + 8) != 0x28) ||\n (*(char *)(*(int *)(local_60 + 4) + 4) == '\0')) {\n puStack_70 = (uint *)param_7;\n uStack_74 = unaff_EDI + 0x346d6d;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0x988;\n \n puStack_80 = (undefined *)0x123d1c;\n FUN_002446e0();\n }\n local_5c = extraout_ECX;\n if ((char)param_7 != '\0') {\n puStack_70 = *(uint **)(*local_54 + 8);\n if (puStack_70 == (uint *)0x0) {\n uStack_74 = unaff_EDI + 0x346db1;\n local_7c = (uint *)(unaff_EDI + 0x324ba6);\n iStack_78 = 0x5c;\n \n puStack_80 = (undefined *)0x123dd1;\n FUN_002446e0();\n }\n if (*(char *)((int)puStack_70 + 0x318d) != '\0') {\n uStack_74 = unaff_EDI + 0x346cd1;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0xfc5;\n \n puStack_80 = (undefined *)0x123db7;\n FUN_002446e0();\n }\n puVar8 = *(undefined4 **)(local_60 + 0x7c);\n if (puVar8 != (undefined4 *)0x0) {\n iStack_78 = 6;\n local_7c = (uint *)*puVar8;\n puStack_80 = (undefined *)0x1237cd;\n iVar6 = FUN_00225490();\n if (iVar6 != 0) {\n if ((*(int *)(iVar6 + 4) - 8U < 3) ||\n (uVar7 = uVar15 & 0xf0000000 | 0x1a00000, *(int *)(iVar6 + 4) == 0xd)) {\n uVar7 = uVar15 & 0xf0000000 | 0x320f000;\n }\n *local_5c = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8;\n return 0;\n }\n goto LAB_00123d3e;\n }\n goto LAB_00123d1c;\n }\n local_44 = uVar5 * 4 & 0x3ffffff;\n if ((uVar5 * 4 & 0x2000000) == 0) {\n bVar4 = *(byte *)(param_4 + 0xb);\n if (-1 < (char)bVar4) goto LAB_001238a2;\nLAB_00123a6e:\n iVar6 = local_44 + *(int *)(param_4 + 0xc);\n local_4c = local_44;\n }\n else {\n local_44 = local_44 + 0xfc000000;\n bVar4 = *(byte *)(param_4 + 0xb);\n if ((char)bVar4 < '\0') goto LAB_00123a6e;\nLAB_001238a2:\n local_4c = local_44;\n if ((bVar4 & 8) == 0) {\n uStack_74 = unaff_EDI + 0x346fc5;\n local_7c = (uint *)(unaff_EDI + 0x329cbe);\n iStack_78 = 0x6ab;\n \n puStack_80 = (undefined *)0x123d95;\n puStack_70 = (uint *)(uint)bVar4;\n FUN_002446e0();\n }\n local_7c = *(uint **)(param_4 + 0xc);\n local_58 = *local_7c;\n local_48 = local_44;\n if (local_44 < 0xffffff00) {\n local_58 = local_58 + local_44;\n local_48 = 0;\n }\n local_34 = local_7c[3];\n piVar18 = *(int **)(local_7c[2] + (local_58 % local_34) * 4);\n local_38 = local_7c;\n if (piVar18 != (int *)0x0) {\n uVar15 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, local_40 = uVar5, local_3c = iVar9, local_58 != uVar15) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar15 = piVar2[1], piVar18 = piVar14, local_58 % local_34 != uVar15 % local_34))\n goto LAB_00123b80;\n }\n if (*piVar18 != 0) {\n iVar6 = local_48 + *(int *)(*piVar18 + 8);\n uVar22 = uVar21;\n goto LAB_0012394e;\n }\n }\nLAB_00123b80:\n puStack_70 = (uint *)local_58;\n local_58 = *(uint *)(param_4 + 8);\n uStack_74 = local_58 & 0x7ffffff;\n iStack_78 = param_2;\n puStack_80 = (undefined *)0x123ba9;\n iVar6 = FUN_00318cf0();\n uVar22 = CONCAT44(local_50,local_3c);\n iVar6 = local_48 + iVar6;\n }\nLAB_0012394e:\n local_50 = (int)((ulonglong)uVar22 >> 0x20);\n local_3c = (int)uVar22;\n uVar15 = iVar6 - param_5;\n puVar8 = *(undefined4 **)(local_60 + 0x7c);\n local_58 = uVar15;\n if (puVar8 == (undefined4 *)0x0) {\nLAB_00123d1c:\n local_50 = (int)((ulonglong)uVar22 >> 0x20);\n local_3c = (int)uVar22;\n uStack_74 = local_64 + -0x17fc00;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xb6a;\n \n puStack_80 = (undefined *)0x123d39;\n puStack_70 = puVar8;\n FUN_002446e0();\n }\n iStack_78 = 6;\n local_7c = (uint *)*puVar8;\n puStack_80 = (undefined *)0x123978;\n iVar6 = FUN_00225490();\n if (iVar6 == 0) {\nLAB_00123d3e:\n uStack_74 = local_64 + -0x17fc00;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xb6d;\n \n puStack_80 = (undefined *)0x123d5b;\n puStack_70 = (uint *)iVar6;\n FUN_002446e0();\n }\n uVar11 = *(uint *)(iVar6 + 4);\n iVar6 = *(int *)(*local_54 + 8);\n if (iVar6 == 0) {\n \n puStack_70 = (uint *)0x123d9a;\n FUN_0010cb20();\n }\n uVar13 = (uint)*(byte *)(iVar6 + 0x1579);\n if (*(byte *)(iVar6 + 0x1579) == 0) {\n uVar13 = (uint)(2 < uVar11);\n }\n else if ((uVar11 & 0xfffffffd) != 8) {\n uVar13 = (uint)(uVar11 - 0xb < 3);\n }\n if (*(char *)(iVar6 + 0x318d) != '\0') goto LAB_00123af0;\n uVar15 = uVar15 + 0x2000000;\n if (uVar15 < 0x4000000) {\n if (param_6 == 0) goto LAB_00123b38;\n if (((char)uVar13 != '\x01') || (iVar9 != 0x1c)) {\n uStack_74 = 0;\n iStack_78 = param_2;\n local_7c = (uint *)param_4;\n puStack_80 = (undefined *)0x123a0a;\n FUN_000a90f0();\n local_7c = (uint *)0x1;\n puStack_80 = (undefined *)0x123a21;\n iVar6 = FUN_00113410();\n if (iVar6 == 0) goto LAB_00123a2c;\n goto LAB_00123bd0;\n }\n }\n else {\n uStack_74 = 0;\n iStack_78 = param_2;\n local_7c = (uint *)param_4;\n puStack_80 = (undefined *)0x123abd;\n FUN_000a90f0();\n local_7c = (uint *)(uint)(param_6 != 0);\n puStack_80 = (undefined *)0x123ade;\n iVar6 = FUN_00113410();\n if (iVar6 != 0) {\nLAB_00123bd0:\n uVar15 = *(uint *)(local_50 + 0x18);\n local_60 = *(uint *)(param_2 + 0x140);\n if ((uint)((int)(local_60 - *(int *)(param_2 + 0x13c)) >> 2) <= uVar15) {\n puStack_70 = (uint *)0x123e1a;\n FUN_0010c330();\n iStack_78 = 0x123e29;\n uStack_74 = uVar15;\n puStack_70 = (uint *)uVar5;\n uVar22 = FUN_00074f0a();\n iVar6 = local_64;\n iVar12 = (int)((ulonglong)uVar22 >> 0x20);\n pbVar16 = BYTE_ARRAY_004c61c1 + uVar15 + 0x16;\n auStack_a8[0] = 0;\n auStack_a8[1] = 0xffffffff;\n auStack_a8[2] = 0x80000000;\n auStack_a8[3] = 0;\n pbVar17 = pbVar16;\n uVar23 = extraout_ECX_00;\n local_7c = (uint *)uVar13;\n iStack_78 = iVar9;\n if (local_64 == 0) {\n uVar7 = (*(int *)(iVar12 + 0x154) - *(int *)(iVar12 + 0x14c)) +\n (*(int *)(iVar12 + 0x150) - *(int *)(iVar12 + 0x148)) * 8;\n if (uVar7 <= local_60) {\n \n FUN_002446e0(uVar15 + 0x34351d,0x5f8,uVar15 + 0x34662f,uVar7);\n }\n bStack_b8 = (*(uint *)(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4) &\n 1 << ((byte)local_60 & 0x1f)) != 0;\n goto LAB_00123fe0;\n }\n uVar7 = 0;\n if (uStack_68 - 2 < 0x6b) {\n uVar7 = (uint)(char)(&UNK_00344ed5)[uStack_68 + uVar15];\n if (*(int *)(local_64 + 0x18) == -1) goto LAB_00123f75;\nLAB_00123e82:\n if ((*(byte *)(local_64 + 0x28) & 0xf) != 10) {\n cVar3 = FUN_00071bb0(local_64,uVar7);\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n if (cVar3 != '\0') {\nLAB_00123f19:\n if (bVar4 == 0) goto LAB_00123f1d;\nLAB_00123f80:\n if (bVar4 == 4) {\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }\nLAB_00124258:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }\nLAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);\n bStack_b8 = (bool)(bVar4 & 1);\n goto LAB_00123fe0;\n }\n goto LAB_00124280;\n }\n if ((bVar4 != 0) || ((*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0)) {\n pbVar17 = BYTE_ARRAY_004c6979 + uVar15 + 0x26;\n if (*(int *)(*(int *)pbVar17 + 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);\n }\n if (*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0') {\nLAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;\n if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }\n if (bVar4 != 4) goto LAB_00124258;\nLAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }\n }\n else if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;\n }\n }\n if (*(int *)((int)uVar22 + 0x18) == 0) {\n iVar9 = FUN_0010c850();\nLAB_0012462d:\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,iVar9);\n }\n auStack_a8[3] = FUN_00117290();\n bStack_b8 = false;\n local_5c = auStack_a8;\n }\n else {\n if (*(int *)(local_64 + 0x18) != -1) goto LAB_00123e82;\nLAB_00123f75:\n bVar4 = *(byte *)(local_64 + 0x2a) & 7;\n if (bVar4 != 0) goto LAB_00123f80;\nLAB_00123f1d:\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_00123f8f;\nLAB_00123f39:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) goto LAB_00123fe0;\n if ((*(int *)(iVar6 + 0xc) == 0) && ((bVar1 & 0x20) != 0)) goto LAB_00124269;\n goto LAB_001242ac;\n }\nLAB_00124280:\n bStack_b8 = true;\n }\nLAB_00123fe0:\n puStack_b4 = auStack_a8;\n iVar9 = *(int *)((int)&DWORD_004c739c + uVar15 + 3);\n if (0xff < uStack_68) {\n \n FUN_002446e0(uVar15 + 0x347947,0x134,uVar15 + 0x3466b7,iVar9);\n }\n uVar7 = *(uint *)(iVar9 + uStack_68 * 4);\n if ((uVar7 != 0) && (*(int *)(uVar7 + 0x1c) == 1)) {\n bVar4 = *(byte *)(uVar7 + 0x34);\n uVar7 = (uint)bVar4;\n if ((bVar4 & 2) != 0) {\n if (((bStack_b8 != false) && ((bVar4 & 0x40) != 0)) &&\n (uVar7 = FUN_000a90f0(local_5c,iVar12,0), (uVar7 & 1) != 0)) {\n auStack_a8[3] = FUN_000a90f0(local_5c,iVar12,0);\n auStack_a8[3] = auStack_a8[3] & 0xfffffffe;\n local_5c = puStack_b4;\n }\n if (-1 < (char)*(byte *)((int)local_5c + 0xb)) {\n if ((*(byte *)((int)local_5c + 0xb) & 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17);\n }\n puVar10 = (uint *)local_5c[3];\n uVar7 = *puVar10;\n uVar5 = uVar7 % puVar10[3];\n piVar18 = *(int **)(puVar10[2] + uVar5 * 4);\n if (piVar18 != (int *)0x0) {\n uVar11 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, uVar7 != uVar11) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }\n if (*piVar18 != 0) goto LAB_001240a3;\n }\nLAB_00124478:\n FUN_00318cf0(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23);\n }\nLAB_001240a3:\n if (uStack_68 - 10 < 0x2a) {\n \n \n uVar15 = (*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))();\n return uVar15;\n }\n \n FUN_002446e0(uVar15 + 0x34351d,0x2ec8,uVar15 + 0x345d23,iVar6);\n }\n }\n \n FUN_002446e0(uVar15 + 0x34351d,0x2ea7,uVar15 + 0x345d23,uVar7);\n }\n iVar12 = *(int *)(*(int *)(param_2 + 0x13c) + uVar15 * 4);\n if (iVar12 == 0) {\nLAB_00123df8:\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfe7;\n \n puStack_80 = (undefined *)0x123e15;\n puStack_70 = (uint *)iVar6;\n FUN_002446e0();\n }\n local_20 = local_44;\n local_2c = iVar6;\n if (param_1 == 0) {\n if (param_3 == -1) {\n puStack_70 = (uint *)0x123df8;\n iVar6 = FUN_0010c360();\n goto LAB_00123df8;\n }\n local_28 = param_3;\n local_24 = param_2;\n }\n else {\n local_28 = -1;\n local_24 = param_1;\n }\n puStack_70 = (uint *)0x123c3b;\n FUN_0010ece0();\n if ((local_30 == 0) || (iVar6 = *(int *)(local_30 + 0x14), iVar6 == 0)) {\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfeb;\n \n puStack_80 = (undefined *)0x123cff;\n FUN_002446e0();\n }\n param_6 = (uint)*(byte *)(*(int *)(iVar6 + 4) + 0x14);\n if ((*(byte *)(iVar12 + 0x1c) & 1) == 0) {\nLAB_00123dd6:\n uStack_74 = local_64 + -0x17f944;\n local_7c = (uint *)(local_64 + -0x19cca3);\n iStack_78 = 0xc5;\n \n puStack_80 = (undefined *)0x123df3;\n FUN_002446e0();\n }\n if (*(int *)(iVar6 + 8) == -1) {\n puStack_70 = (uint *)0x123dd6;\n FUN_0010c390();\n goto LAB_00123dd6;\n }\n local_58 = (*(int *)(iVar6 + 8) - param_5) + *(int *)(iVar12 + 4) + local_4c;\n if (0x3ffffff < local_58 + 0x2000000) {\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfef;\n \n puStack_80 = &UNK_00123cb7;\n puStack_70 = (uint *)*(int *)(iVar12 + 4);\n FUN_002446e0();\n }\n }\nLAB_00123af0:\n if (param_6 == 0) {\n uVar15 = local_58 + 0x2000000;\n goto LAB_00123b38;\n }\n if (((char)uVar13 != '\x01') || (iVar9 != 0x1c)) {\nLAB_00123a2c:\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xff8;\n \n puStack_80 = &UNK_00123a4b;\n FUN_002446e0();\n }\n uVar15 = local_58 + 0x2000000;\n }\n uVar5 = (local_58 & 2) << 0x17 | uVar7 | 0xfa000000;\nLAB_00123b38:\n uVar7 = ((int)local_58 >> 2 ^ uVar5) & 0xffffff ^ uVar5;\n *local_5c = uVar5 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8 | uVar7 << 0x18;\n return (uint)(0x3ffffff < uVar15);\n}" ({ "{") (declaration "byte bVar1;" (type_identifier "byte") (identifier "bVar1") (; ";")) (declaration "int *piVar2;" (primitive_type "int") (pointer_declarator "*piVar2" (* "*") (identifier "piVar2")) (; ";")) (declaration "char cVar3;" (primitive_type "char") (identifier "cVar3") (; ";")) (declaration "byte bVar4;" (type_identifier "byte") (identifier "bVar4") (; ";")) (declaration "uint uVar5;" (type_identifier "uint") (identifier "uVar5") (; ";")) (declaration "int iVar6;" (primitive_type "int") (identifier "iVar6") (; ";")) (declaration "uint uVar7;" (type_identifier "uint") (identifier "uVar7") (; ";")) (declaration "undefined4 *puVar8;" (type_identifier "undefined4") (pointer_declarator "*puVar8" (* "*") (identifier "puVar8")) (; ";")) (declaration "int iVar9;" (primitive_type "int") (identifier "iVar9") (; ";")) (declaration "uint *extraout_ECX;" (type_identifier "uint") (pointer_declarator "*extraout_ECX" (* "*") (identifier "extraout_ECX")) (; ";")) (declaration "uint *puVar10;" (type_identifier "uint") (pointer_declarator "*puVar10" (* "*") (identifier "puVar10")) (; ";")) (declaration "undefined4 extraout_ECX_00;" (type_identifier "undefined4") (identifier "extraout_ECX_00") (; ";")) (declaration "uint uVar11;" (type_identifier "uint") (identifier "uVar11") (; ";")) (declaration "int iVar12;" (primitive_type "int") (identifier "iVar12") (; ";")) (declaration "uint uVar13;" (type_identifier "uint") (identifier "uVar13") (; ";")) (declaration "int *piVar14;" (primitive_type "int") (pointer_declarator "*piVar14" (* "*") (identifier "piVar14")) (; ";")) (declaration "int unaff_EDI;" (primitive_type "int") (identifier "unaff_EDI") (; ";")) (declaration "uint uVar15;" (type_identifier "uint") (identifier "uVar15") (; ";")) (declaration "byte *pbVar16;" (type_identifier "byte") (pointer_declarator "*pbVar16" (* "*") (identifier "pbVar16")) (; ";")) (declaration "byte *pbVar17;" (type_identifier "byte") (pointer_declarator "*pbVar17" (* "*") (identifier "pbVar17")) (; ";")) (declaration "int *piVar18;" (primitive_type "int") (pointer_declarator "*piVar18" (* "*") (identifier "piVar18")) (; ";")) (declaration "bool bVar19;" (primitive_type "bool") (identifier "bVar19") (; ";")) (declaration "bool bVar20;" (primitive_type "bool") (identifier "bVar20") (; ";")) (declaration "undefined8 uVar21;" (type_identifier "undefined8") (identifier "uVar21") (; ";")) (declaration "undefined8 uVar22;" (type_identifier "undefined8") (identifier "uVar22") (; ";")) (declaration "undefined4 uVar23;" (type_identifier "undefined4") (identifier "uVar23") (; ";")) (declaration "bool bStack_b8;" (primitive_type "bool") (identifier "bStack_b8") (; ";")) (declaration "uint *puStack_b4;" (type_identifier "uint") (pointer_declarator "*puStack_b4" (* "*") (identifier "puStack_b4")) (; ";")) (declaration "uint auStack_a8 [10];" (type_identifier "uint") (array_declarator "auStack_a8 [10]" (identifier "auStack_a8") ([ "[") (number_literal "10") (] "]")) (; ";")) (declaration "undefined *puStack_80;" (type_identifier "undefined") (pointer_declarator "*puStack_80" (* "*") (identifier "puStack_80")) (; ";")) (declaration "uint *local_7c;" (type_identifier "uint") (pointer_declarator "*local_7c" (* "*") (identifier "local_7c")) (; ";")) (declaration "int iStack_78;" (primitive_type "int") (identifier "iStack_78") (; ";")) (declaration "uint uStack_74;" (type_identifier "uint") (identifier "uStack_74") (; ";")) (declaration "uint *puStack_70;" (type_identifier "uint") (pointer_declarator "*puStack_70" (* "*") (identifier "puStack_70")) (; ";")) (declaration "uint uStack_68;" (type_identifier "uint") (identifier "uStack_68") (; ";")) (declaration "int local_64;" (primitive_type "int") (identifier "local_64") (; ";")) (declaration "uint local_60;" (type_identifier "uint") (identifier "local_60") (; ";")) (declaration "uint *local_5c;" (type_identifier "uint") (pointer_declarator "*local_5c" (* "*") (identifier "local_5c")) (; ";")) (declaration "uint local_58;" (type_identifier "uint") (identifier "local_58") (; ";")) (declaration "int *local_54;" (primitive_type "int") (pointer_declarator "*local_54" (* "*") (identifier "local_54")) (; ";")) (declaration "int local_50;" (primitive_type "int") (identifier "local_50") (; ";")) (declaration "uint local_4c;" (type_identifier "uint") (identifier "local_4c") (; ";")) (declaration "uint local_48;" (type_identifier "uint") (identifier "local_48") (; ";")) (declaration "uint local_44;" (type_identifier "uint") (identifier "local_44") (; ";")) (declaration "uint local_40;" (type_identifier "uint") (identifier "local_40") (; ";")) (declaration "int local_3c;" (primitive_type "int") (identifier "local_3c") (; ";")) (declaration "uint *local_38;" (type_identifier "uint") (pointer_declarator "*local_38" (* "*") (identifier "local_38")) (; ";")) (declaration "uint local_34;" (type_identifier "uint") (identifier "local_34") (; ";")) (declaration "int local_30;" (primitive_type "int") (identifier "local_30") (; ";")) (declaration "int local_2c;" (primitive_type "int") (identifier "local_2c") (; ";")) (declaration "int local_28;" (primitive_type "int") (identifier "local_28") (; ";")) (declaration "int local_24;" (primitive_type "int") (identifier "local_24") (; ";")) (declaration "uint local_20;" (type_identifier "uint") (identifier "local_20") (; ";")) (expression_statement "uVar21 = FUN_00074f0a();" (assignment_expression "uVar21 = FUN_00074f0a()" (identifier "uVar21") (= "=") (call_expression "FUN_00074f0a()" (identifier "FUN_00074f0a") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "local_50 = (int)((ulonglong)uVar21 >> 0x20);" (assignment_expression "local_50 = (int)((ulonglong)uVar21 >> 0x20)" (identifier "local_50") (= "=") (cast_expression "(int)((ulonglong)uVar21 >> 0x20)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "((ulonglong)uVar21 >> 0x20)" (( "(") (binary_expression "(ulonglong)uVar21 >> 0x20" (cast_expression "(ulonglong)uVar21" (( "(") (type_descriptor "ulonglong" (type_identifier "ulonglong")) () ")") (identifier "uVar21")) (>> ">>") (number_literal "0x20")) () ")")))) (; ";")) (expression_statement "uVar22 = CONCAT44(local_50,local_3c);" (assignment_expression "uVar22 = CONCAT44(local_50,local_3c)" (identifier "uVar22") (= "=") (call_expression "CONCAT44(local_50,local_3c)" (identifier "CONCAT44") (argument_list "(local_50,local_3c)" (( "(") (identifier "local_50") (, ",") (identifier "local_3c") () ")")))) (; ";")) (expression_statement "iVar9 = (int)uVar21;" (assignment_expression "iVar9 = (int)uVar21" (identifier "iVar9") (= "=") (cast_expression "(int)uVar21" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar21"))) (; ";")) (expression_statement "local_64 = unaff_EDI + 0x4c6939;" (assignment_expression "local_64 = unaff_EDI + 0x4c6939" (identifier "local_64") (= "=") (binary_expression "unaff_EDI + 0x4c6939" (identifier "unaff_EDI") (+ "+") (number_literal "0x4c6939"))) (; ";")) (expression_statement "uVar15 = *extraout_ECX;" (assignment_expression "uVar15 = *extraout_ECX" (identifier "uVar15") (= "=") (pointer_expression "*extraout_ECX" (* "*") (identifier "extraout_ECX"))) (; ";")) (expression_statement "uVar7 = uVar15 >> 0x18 | (uVar15 & 0xff0000) >> 8 | (uVar15 & 0xff00) << 8;" (assignment_expression "uVar7 = uVar15 >> 0x18 | (uVar15 & 0xff0000) >> 8 | (uVar15 & 0xff00) << 8" (identifier "uVar7") (= "=") (binary_expression "uVar15 >> 0x18 | (uVar15 & 0xff0000) >> 8 | (uVar15 & 0xff00) << 8" (binary_expression "uVar15 >> 0x18 | (uVar15 & 0xff0000) >> 8" (binary_expression "uVar15 >> 0x18" (identifier "uVar15") (>> ">>") (number_literal "0x18")) (| "|") (binary_expression "(uVar15 & 0xff0000) >> 8" (parenthesized_expression "(uVar15 & 0xff0000)" (( "(") (binary_expression "uVar15 & 0xff0000" (identifier "uVar15") (& "&") (number_literal "0xff0000")) () ")")) (>> ">>") (number_literal "8"))) (| "|") (binary_expression "(uVar15 & 0xff00) << 8" (parenthesized_expression "(uVar15 & 0xff00)" (( "(") (binary_expression "uVar15 & 0xff00" (identifier "uVar15") (& "&") (number_literal "0xff00")) () ")")) (<< "<<") (number_literal "8")))) (; ";")) (expression_statement "uVar15 = uVar15 << 0x18;" (assignment_expression "uVar15 = uVar15 << 0x18" (identifier "uVar15") (= "=") (binary_expression "uVar15 << 0x18" (identifier "uVar15") (<< "<<") (number_literal "0x18"))) (; ";")) (expression_statement "uVar5 = uVar7 | uVar15;" (assignment_expression "uVar5 = uVar7 | uVar15" (identifier "uVar5") (= "=") (binary_expression "uVar7 | uVar15" (identifier "uVar7") (| "|") (identifier "uVar15"))) (; ";")) (if_statement "if (uVar15 >> 0x1c == 0xf) {\n bVar19 = false;\n puVar10 = extraout_ECX;\nLAB_00123812:\n if (iVar9 == 0x1c) {\n if ((uVar15 != 0xeb000000) && ((uVar15 & 0xfe000000) != 0xfa000000)) {\n return 2;\n }\n }\n else {\n bVar20 = false;\n if (iVar9 == 0x1d) goto LAB_0012385b;\nLAB_0012372e:\n if ((iVar9 != 0x1b) && (iVar9 != 0xf)) {\n uStack_74 = unaff_EDI + 0x346cd1;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0xfba;\n \n puStack_80 = (undefined *)0x123d78;\n puStack_70 = puVar10;\n FUN_002446e0();\n }\n if ((uVar15 & 0xe000000) != 0xa000000) {\n return 2;\n }\n }\n }\n else {\n puVar10 = (uint *)(uVar15 & 0xf000000);\n bVar19 = puVar10 == (uint *)0xa000000;\n if (uVar15 >> 0x1c == 0xe) goto LAB_00123812;\n bVar20 = puVar10 == (uint *)0xb000000;\n if (iVar9 == 0x1c) {\n return 2;\n }\n if (iVar9 != 0x1d) goto LAB_0012372e;\nLAB_0012385b:\n if ((!bVar19) && (!bVar20)) {\n return 2;\n }\n }" (if "if") (parenthesized_expression "(uVar15 >> 0x1c == 0xf)" (( "(") (binary_expression "uVar15 >> 0x1c == 0xf" (binary_expression "uVar15 >> 0x1c" (identifier "uVar15") (>> ">>") (number_literal "0x1c")) (== "==") (number_literal "0xf")) () ")")) (compound_statement "{\n bVar19 = false;\n puVar10 = extraout_ECX;\nLAB_00123812:\n if (iVar9 == 0x1c) {\n if ((uVar15 != 0xeb000000) && ((uVar15 & 0xfe000000) != 0xfa000000)) {\n return 2;\n }\n }\n else {\n bVar20 = false;\n if (iVar9 == 0x1d) goto LAB_0012385b;\nLAB_0012372e:\n if ((iVar9 != 0x1b) && (iVar9 != 0xf)) {\n uStack_74 = unaff_EDI + 0x346cd1;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0xfba;\n \n puStack_80 = (undefined *)0x123d78;\n puStack_70 = puVar10;\n FUN_002446e0();\n }\n if ((uVar15 & 0xe000000) != 0xa000000) {\n return 2;\n }\n }\n }" ({ "{") (expression_statement "bVar19 = false;" (assignment_expression "bVar19 = false" (identifier "bVar19") (= "=") (false "false")) (; ";")) (expression_statement "puVar10 = extraout_ECX;" (assignment_expression "puVar10 = extraout_ECX" (identifier "puVar10") (= "=") (identifier "extraout_ECX")) (; ";")) (labeled_statement "LAB_00123812:\n if (iVar9 == 0x1c) {\n if ((uVar15 != 0xeb000000) && ((uVar15 & 0xfe000000) != 0xfa000000)) {\n return 2;\n }\n }\n else {\n bVar20 = false;\n if (iVar9 == 0x1d) goto LAB_0012385b;\nLAB_0012372e:\n if ((iVar9 != 0x1b) && (iVar9 != 0xf)) {\n uStack_74 = unaff_EDI + 0x346cd1;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0xfba;\n \n puStack_80 = (undefined *)0x123d78;\n puStack_70 = puVar10;\n FUN_002446e0();\n }\n if ((uVar15 & 0xe000000) != 0xa000000) {\n return 2;\n }\n }" (statement_identifier "LAB_00123812") (: ":") (if_statement "if (iVar9 == 0x1c) {\n if ((uVar15 != 0xeb000000) && ((uVar15 & 0xfe000000) != 0xfa000000)) {\n return 2;\n }\n }\n else {\n bVar20 = false;\n if (iVar9 == 0x1d) goto LAB_0012385b;\nLAB_0012372e:\n if ((iVar9 != 0x1b) && (iVar9 != 0xf)) {\n uStack_74 = unaff_EDI + 0x346cd1;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0xfba;\n \n puStack_80 = (undefined *)0x123d78;\n puStack_70 = puVar10;\n FUN_002446e0();\n }\n if ((uVar15 & 0xe000000) != 0xa000000) {\n return 2;\n }\n }" (if "if") (parenthesized_expression "(iVar9 == 0x1c)" (( "(") (binary_expression "iVar9 == 0x1c" (identifier "iVar9") (== "==") (number_literal "0x1c")) () ")")) (compound_statement "{\n if ((uVar15 != 0xeb000000) && ((uVar15 & 0xfe000000) != 0xfa000000)) {\n return 2;\n }\n }" ({ "{") (if_statement "if ((uVar15 != 0xeb000000) && ((uVar15 & 0xfe000000) != 0xfa000000)) {\n return 2;\n }" (if "if") (parenthesized_expression "((uVar15 != 0xeb000000) && ((uVar15 & 0xfe000000) != 0xfa000000))" (( "(") (binary_expression "(uVar15 != 0xeb000000) && ((uVar15 & 0xfe000000) != 0xfa000000)" (parenthesized_expression "(uVar15 != 0xeb000000)" (( "(") (binary_expression "uVar15 != 0xeb000000" (identifier "uVar15") (!= "!=") (number_literal "0xeb000000")) () ")")) (&& "&&") (parenthesized_expression "((uVar15 & 0xfe000000) != 0xfa000000)" (( "(") (binary_expression "(uVar15 & 0xfe000000) != 0xfa000000" (parenthesized_expression "(uVar15 & 0xfe000000)" (( "(") (binary_expression "uVar15 & 0xfe000000" (identifier "uVar15") (& "&") (number_literal "0xfe000000")) () ")")) (!= "!=") (number_literal "0xfa000000")) () ")"))) () ")")) (compound_statement "{\n return 2;\n }" ({ "{") (return_statement "return 2;" (return "return") (number_literal "2") (; ";")) (} "}"))) (} "}")) (else_clause "else {\n bVar20 = false;\n if (iVar9 == 0x1d) goto LAB_0012385b;\nLAB_0012372e:\n if ((iVar9 != 0x1b) && (iVar9 != 0xf)) {\n uStack_74 = unaff_EDI + 0x346cd1;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0xfba;\n \n puStack_80 = (undefined *)0x123d78;\n puStack_70 = puVar10;\n FUN_002446e0();\n }\n if ((uVar15 & 0xe000000) != 0xa000000) {\n return 2;\n }\n }" (else "else") (compound_statement "{\n bVar20 = false;\n if (iVar9 == 0x1d) goto LAB_0012385b;\nLAB_0012372e:\n if ((iVar9 != 0x1b) && (iVar9 != 0xf)) {\n uStack_74 = unaff_EDI + 0x346cd1;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0xfba;\n \n puStack_80 = (undefined *)0x123d78;\n puStack_70 = puVar10;\n FUN_002446e0();\n }\n if ((uVar15 & 0xe000000) != 0xa000000) {\n return 2;\n }\n }" ({ "{") (expression_statement "bVar20 = false;" (assignment_expression "bVar20 = false" (identifier "bVar20") (= "=") (false "false")) (; ";")) (if_statement "if (iVar9 == 0x1d) goto LAB_0012385b;" (if "if") (parenthesized_expression "(iVar9 == 0x1d)" (( "(") (binary_expression "iVar9 == 0x1d" (identifier "iVar9") (== "==") (number_literal "0x1d")) () ")")) (goto_statement "goto LAB_0012385b;" (goto "goto") (statement_identifier "LAB_0012385b") (; ";"))) (labeled_statement "LAB_0012372e:\n if ((iVar9 != 0x1b) && (iVar9 != 0xf)) {\n uStack_74 = unaff_EDI + 0x346cd1;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0xfba;\n \n puStack_80 = (undefined *)0x123d78;\n puStack_70 = puVar10;\n FUN_002446e0();\n }" (statement_identifier "LAB_0012372e") (: ":") (if_statement "if ((iVar9 != 0x1b) && (iVar9 != 0xf)) {\n uStack_74 = unaff_EDI + 0x346cd1;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0xfba;\n \n puStack_80 = (undefined *)0x123d78;\n puStack_70 = puVar10;\n FUN_002446e0();\n }" (if "if") (parenthesized_expression "((iVar9 != 0x1b) && (iVar9 != 0xf))" (( "(") (binary_expression "(iVar9 != 0x1b) && (iVar9 != 0xf)" (parenthesized_expression "(iVar9 != 0x1b)" (( "(") (binary_expression "iVar9 != 0x1b" (identifier "iVar9") (!= "!=") (number_literal "0x1b")) () ")")) (&& "&&") (parenthesized_expression "(iVar9 != 0xf)" (( "(") (binary_expression "iVar9 != 0xf" (identifier "iVar9") (!= "!=") (number_literal "0xf")) () ")"))) () ")")) (compound_statement "{\n uStack_74 = unaff_EDI + 0x346cd1;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0xfba;\n \n puStack_80 = (undefined *)0x123d78;\n puStack_70 = puVar10;\n FUN_002446e0();\n }" ({ "{") (expression_statement "uStack_74 = unaff_EDI + 0x346cd1;" (assignment_expression "uStack_74 = unaff_EDI + 0x346cd1" (identifier "uStack_74") (= "=") (binary_expression "unaff_EDI + 0x346cd1" (identifier "unaff_EDI") (+ "+") (number_literal "0x346cd1"))) (; ";")) (expression_statement "local_7c = (uint *)(unaff_EDI + 0x343c7f);" (assignment_expression "local_7c = (uint *)(unaff_EDI + 0x343c7f)" (identifier "local_7c") (= "=") (cast_expression "(uint *)(unaff_EDI + 0x343c7f)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EDI + 0x343c7f)" (( "(") (binary_expression "unaff_EDI + 0x343c7f" (identifier "unaff_EDI") (+ "+") (number_literal "0x343c7f")) () ")")))) (; ";")) (expression_statement "iStack_78 = 0xfba;" (assignment_expression "iStack_78 = 0xfba" (identifier "iStack_78") (= "=") (number_literal "0xfba")) (; ";")) (expression_statement "puStack_80 = (undefined *)0x123d78;" (assignment_expression "puStack_80 = (undefined *)0x123d78" (identifier "puStack_80") (= "=") (cast_expression "(undefined *)0x123d78" (( "(") (type_descriptor "undefined *" (type_identifier "undefined") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x123d78"))) (; ";")) (expression_statement "puStack_70 = puVar10;" (assignment_expression "puStack_70 = puVar10" (identifier "puStack_70") (= "=") (identifier "puVar10")) (; ";")) (expression_statement "FUN_002446e0();" (call_expression "FUN_002446e0()" (identifier "FUN_002446e0") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))) (if_statement "if ((uVar15 & 0xe000000) != 0xa000000) {\n return 2;\n }" (if "if") (parenthesized_expression "((uVar15 & 0xe000000) != 0xa000000)" (( "(") (binary_expression "(uVar15 & 0xe000000) != 0xa000000" (parenthesized_expression "(uVar15 & 0xe000000)" (( "(") (binary_expression "uVar15 & 0xe000000" (identifier "uVar15") (& "&") (number_literal "0xe000000")) () ")")) (!= "!=") (number_literal "0xa000000")) () ")")) (compound_statement "{\n return 2;\n }" ({ "{") (return_statement "return 2;" (return "return") (number_literal "2") (; ";")) (} "}"))) (} "}"))))) (} "}")) (else_clause "else {\n puVar10 = (uint *)(uVar15 & 0xf000000);\n bVar19 = puVar10 == (uint *)0xa000000;\n if (uVar15 >> 0x1c == 0xe) goto LAB_00123812;\n bVar20 = puVar10 == (uint *)0xb000000;\n if (iVar9 == 0x1c) {\n return 2;\n }\n if (iVar9 != 0x1d) goto LAB_0012372e;\nLAB_0012385b:\n if ((!bVar19) && (!bVar20)) {\n return 2;\n }\n }" (else "else") (compound_statement "{\n puVar10 = (uint *)(uVar15 & 0xf000000);\n bVar19 = puVar10 == (uint *)0xa000000;\n if (uVar15 >> 0x1c == 0xe) goto LAB_00123812;\n bVar20 = puVar10 == (uint *)0xb000000;\n if (iVar9 == 0x1c) {\n return 2;\n }\n if (iVar9 != 0x1d) goto LAB_0012372e;\nLAB_0012385b:\n if ((!bVar19) && (!bVar20)) {\n return 2;\n }\n }" ({ "{") (expression_statement "puVar10 = (uint *)(uVar15 & 0xf000000);" (assignment_expression "puVar10 = (uint *)(uVar15 & 0xf000000)" (identifier "puVar10") (= "=") (cast_expression "(uint *)(uVar15 & 0xf000000)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(uVar15 & 0xf000000)" (( "(") (binary_expression "uVar15 & 0xf000000" (identifier "uVar15") (& "&") (number_literal "0xf000000")) () ")")))) (; ";")) (expression_statement "bVar19 = puVar10 == (uint *)0xa000000;" (assignment_expression "bVar19 = puVar10 == (uint *)0xa000000" (identifier "bVar19") (= "=") (binary_expression "puVar10 == (uint *)0xa000000" (identifier "puVar10") (== "==") (cast_expression "(uint *)0xa000000" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0xa000000")))) (; ";")) (if_statement "if (uVar15 >> 0x1c == 0xe) goto LAB_00123812;" (if "if") (parenthesized_expression "(uVar15 >> 0x1c == 0xe)" (( "(") (binary_expression "uVar15 >> 0x1c == 0xe" (binary_expression "uVar15 >> 0x1c" (identifier "uVar15") (>> ">>") (number_literal "0x1c")) (== "==") (number_literal "0xe")) () ")")) (goto_statement "goto LAB_00123812;" (goto "goto") (statement_identifier "LAB_00123812") (; ";"))) (expression_statement "bVar20 = puVar10 == (uint *)0xb000000;" (assignment_expression "bVar20 = puVar10 == (uint *)0xb000000" (identifier "bVar20") (= "=") (binary_expression "puVar10 == (uint *)0xb000000" (identifier "puVar10") (== "==") (cast_expression "(uint *)0xb000000" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0xb000000")))) (; ";")) (if_statement "if (iVar9 == 0x1c) {\n return 2;\n }" (if "if") (parenthesized_expression "(iVar9 == 0x1c)" (( "(") (binary_expression "iVar9 == 0x1c" (identifier "iVar9") (== "==") (number_literal "0x1c")) () ")")) (compound_statement "{\n return 2;\n }" ({ "{") (return_statement "return 2;" (return "return") (number_literal "2") (; ";")) (} "}"))) (if_statement "if (iVar9 != 0x1d) goto LAB_0012372e;" (if "if") (parenthesized_expression "(iVar9 != 0x1d)" (( "(") (binary_expression "iVar9 != 0x1d" (identifier "iVar9") (!= "!=") (number_literal "0x1d")) () ")")) (goto_statement "goto LAB_0012372e;" (goto "goto") (statement_identifier "LAB_0012372e") (; ";"))) (labeled_statement "LAB_0012385b:\n if ((!bVar19) && (!bVar20)) {\n return 2;\n }" (statement_identifier "LAB_0012385b") (: ":") (if_statement "if ((!bVar19) && (!bVar20)) {\n return 2;\n }" (if "if") (parenthesized_expression "((!bVar19) && (!bVar20))" (( "(") (binary_expression "(!bVar19) && (!bVar20)" (parenthesized_expression "(!bVar19)" (( "(") (unary_expression "!bVar19" (! "!") (identifier "bVar19")) () ")")) (&& "&&") (parenthesized_expression "(!bVar20)" (( "(") (unary_expression "!bVar20" (! "!") (identifier "bVar20")) () ")"))) () ")")) (compound_statement "{\n return 2;\n }" ({ "{") (return_statement "return 2;" (return "return") (number_literal "2") (; ";")) (} "}")))) (} "}")))) (expression_statement "local_54 = (int *)((int)&DWORD_004c7100 + unaff_EDI + 1);" (assignment_expression "local_54 = (int *)((int)&DWORD_004c7100 + unaff_EDI + 1)" (identifier "local_54") (= "=") (cast_expression "(int *)((int)&DWORD_004c7100 + unaff_EDI + 1)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)&DWORD_004c7100 + unaff_EDI + 1)" (( "(") (binary_expression "(int)&DWORD_004c7100 + unaff_EDI + 1" (binary_expression "(int)&DWORD_004c7100 + unaff_EDI" (cast_expression "(int)&DWORD_004c7100" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (pointer_expression "&DWORD_004c7100" (& "&") (identifier "DWORD_004c7100"))) (+ "+") (identifier "unaff_EDI")) (+ "+") (number_literal "1")) () ")")))) (; ";")) (expression_statement "local_60 = *(uint *)(*local_54 + 0xc);" (assignment_expression "local_60 = *(uint *)(*local_54 + 0xc)" (identifier "local_60") (= "=") (pointer_expression "*(uint *)(*local_54 + 0xc)" (* "*") (cast_expression "(uint *)(*local_54 + 0xc)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*local_54 + 0xc)" (( "(") (binary_expression "*local_54 + 0xc" (pointer_expression "*local_54" (* "*") (identifier "local_54")) (+ "+") (number_literal "0xc")) () ")"))))) (; ";")) (if_statement "if (local_60 == 0) {\n puStack_70 = (uint *)0x123d3e;\n iVar6 = FUN_0010d780();\n goto LAB_00123d3e;\n }" (if "if") (parenthesized_expression "(local_60 == 0)" (( "(") (binary_expression "local_60 == 0" (identifier "local_60") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n puStack_70 = (uint *)0x123d3e;\n iVar6 = FUN_0010d780();\n goto LAB_00123d3e;\n }" ({ "{") (expression_statement "puStack_70 = (uint *)0x123d3e;" (assignment_expression "puStack_70 = (uint *)0x123d3e" (identifier "puStack_70") (= "=") (cast_expression "(uint *)0x123d3e" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x123d3e"))) (; ";")) (expression_statement "iVar6 = FUN_0010d780();" (assignment_expression "iVar6 = FUN_0010d780()" (identifier "iVar6") (= "=") (call_expression "FUN_0010d780()" (identifier "FUN_0010d780") (argument_list "()" (( "(") () ")")))) (; ";")) (goto_statement "goto LAB_00123d3e;" (goto "goto") (statement_identifier "LAB_00123d3e") (; ";")) (} "}"))) (if_statement "if ((*(int *)(*(int *)(local_60 + 4) + 8) != 0x28) ||\n (*(char *)(*(int *)(local_60 + 4) + 4) == '\0')) {\n puStack_70 = (uint *)param_7;\n uStack_74 = unaff_EDI + 0x346d6d;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0x988;\n \n puStack_80 = (undefined *)0x123d1c;\n FUN_002446e0();\n }" (if "if") (parenthesized_expression "((*(int *)(*(int *)(local_60 + 4) + 8) != 0x28) ||\n (*(char *)(*(int *)(local_60 + 4) + 4) == '\0'))" (( "(") (binary_expression "(*(int *)(*(int *)(local_60 + 4) + 8) != 0x28) ||\n (*(char *)(*(int *)(local_60 + 4) + 4) == '\0')" (parenthesized_expression "(*(int *)(*(int *)(local_60 + 4) + 8) != 0x28)" (( "(") (binary_expression "*(int *)(*(int *)(local_60 + 4) + 8) != 0x28" (pointer_expression "*(int *)(*(int *)(local_60 + 4) + 8)" (* "*") (cast_expression "(int *)(*(int *)(local_60 + 4) + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(local_60 + 4) + 8)" (( "(") (binary_expression "*(int *)(local_60 + 4) + 8" (pointer_expression "*(int *)(local_60 + 4)" (* "*") (cast_expression "(int *)(local_60 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_60 + 4)" (( "(") (binary_expression "local_60 + 4" (identifier "local_60") (+ "+") (number_literal "4")) () ")")))) (+ "+") (number_literal "8")) () ")")))) (!= "!=") (number_literal "0x28")) () ")")) (|| "||") (parenthesized_expression "(*(char *)(*(int *)(local_60 + 4) + 4) == '\0')" (( "(") (binary_expression "*(char *)(*(int *)(local_60 + 4) + 4) == '\0'" (pointer_expression "*(char *)(*(int *)(local_60 + 4) + 4)" (* "*") (cast_expression "(char *)(*(int *)(local_60 + 4) + 4)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(local_60 + 4) + 4)" (( "(") (binary_expression "*(int *)(local_60 + 4) + 4" (pointer_expression "*(int *)(local_60 + 4)" (* "*") (cast_expression "(int *)(local_60 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_60 + 4)" (( "(") (binary_expression "local_60 + 4" (identifier "local_60") (+ "+") (number_literal "4")) () ")")))) (+ "+") (number_literal "4")) () ")")))) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")"))) () ")")) (compound_statement "{\n puStack_70 = (uint *)param_7;\n uStack_74 = unaff_EDI + 0x346d6d;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0x988;\n \n puStack_80 = (undefined *)0x123d1c;\n FUN_002446e0();\n }" ({ "{") (expression_statement "puStack_70 = (uint *)param_7;" (assignment_expression "puStack_70 = (uint *)param_7" (identifier "puStack_70") (= "=") (cast_expression "(uint *)param_7" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "param_7"))) (; ";")) (expression_statement "uStack_74 = unaff_EDI + 0x346d6d;" (assignment_expression "uStack_74 = unaff_EDI + 0x346d6d" (identifier "uStack_74") (= "=") (binary_expression "unaff_EDI + 0x346d6d" (identifier "unaff_EDI") (+ "+") (number_literal "0x346d6d"))) (; ";")) (expression_statement "local_7c = (uint *)(unaff_EDI + 0x343c7f);" (assignment_expression "local_7c = (uint *)(unaff_EDI + 0x343c7f)" (identifier "local_7c") (= "=") (cast_expression "(uint *)(unaff_EDI + 0x343c7f)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EDI + 0x343c7f)" (( "(") (binary_expression "unaff_EDI + 0x343c7f" (identifier "unaff_EDI") (+ "+") (number_literal "0x343c7f")) () ")")))) (; ";")) (expression_statement "iStack_78 = 0x988;" (assignment_expression "iStack_78 = 0x988" (identifier "iStack_78") (= "=") (number_literal "0x988")) (; ";")) (expression_statement "puStack_80 = (undefined *)0x123d1c;" (assignment_expression "puStack_80 = (undefined *)0x123d1c" (identifier "puStack_80") (= "=") (cast_expression "(undefined *)0x123d1c" (( "(") (type_descriptor "undefined *" (type_identifier "undefined") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x123d1c"))) (; ";")) (expression_statement "FUN_002446e0();" (call_expression "FUN_002446e0()" (identifier "FUN_002446e0") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "local_5c = extraout_ECX;" (assignment_expression "local_5c = extraout_ECX" (identifier "local_5c") (= "=") (identifier "extraout_ECX")) (; ";")) (if_statement "if ((char)param_7 != '\0') {\n puStack_70 = *(uint **)(*local_54 + 8);\n if (puStack_70 == (uint *)0x0) {\n uStack_74 = unaff_EDI + 0x346db1;\n local_7c = (uint *)(unaff_EDI + 0x324ba6);\n iStack_78 = 0x5c;\n \n puStack_80 = (undefined *)0x123dd1;\n FUN_002446e0();\n }\n if (*(char *)((int)puStack_70 + 0x318d) != '\0') {\n uStack_74 = unaff_EDI + 0x346cd1;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0xfc5;\n \n puStack_80 = (undefined *)0x123db7;\n FUN_002446e0();\n }\n puVar8 = *(undefined4 **)(local_60 + 0x7c);\n if (puVar8 != (undefined4 *)0x0) {\n iStack_78 = 6;\n local_7c = (uint *)*puVar8;\n puStack_80 = (undefined *)0x1237cd;\n iVar6 = FUN_00225490();\n if (iVar6 != 0) {\n if ((*(int *)(iVar6 + 4) - 8U < 3) ||\n (uVar7 = uVar15 & 0xf0000000 | 0x1a00000, *(int *)(iVar6 + 4) == 0xd)) {\n uVar7 = uVar15 & 0xf0000000 | 0x320f000;\n }\n *local_5c = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8;\n return 0;\n }\n goto LAB_00123d3e;\n }\n goto LAB_00123d1c;\n }" (if "if") (parenthesized_expression "((char)param_7 != '\0')" (( "(") (binary_expression "(char)param_7 != '\0'" (cast_expression "(char)param_7" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (identifier "param_7")) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n puStack_70 = *(uint **)(*local_54 + 8);\n if (puStack_70 == (uint *)0x0) {\n uStack_74 = unaff_EDI + 0x346db1;\n local_7c = (uint *)(unaff_EDI + 0x324ba6);\n iStack_78 = 0x5c;\n \n puStack_80 = (undefined *)0x123dd1;\n FUN_002446e0();\n }\n if (*(char *)((int)puStack_70 + 0x318d) != '\0') {\n uStack_74 = unaff_EDI + 0x346cd1;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0xfc5;\n \n puStack_80 = (undefined *)0x123db7;\n FUN_002446e0();\n }\n puVar8 = *(undefined4 **)(local_60 + 0x7c);\n if (puVar8 != (undefined4 *)0x0) {\n iStack_78 = 6;\n local_7c = (uint *)*puVar8;\n puStack_80 = (undefined *)0x1237cd;\n iVar6 = FUN_00225490();\n if (iVar6 != 0) {\n if ((*(int *)(iVar6 + 4) - 8U < 3) ||\n (uVar7 = uVar15 & 0xf0000000 | 0x1a00000, *(int *)(iVar6 + 4) == 0xd)) {\n uVar7 = uVar15 & 0xf0000000 | 0x320f000;\n }\n *local_5c = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8;\n return 0;\n }\n goto LAB_00123d3e;\n }\n goto LAB_00123d1c;\n }" ({ "{") (expression_statement "puStack_70 = *(uint **)(*local_54 + 8);" (assignment_expression "puStack_70 = *(uint **)(*local_54 + 8)" (identifier "puStack_70") (= "=") (pointer_expression "*(uint **)(*local_54 + 8)" (* "*") (cast_expression "(uint **)(*local_54 + 8)" (( "(") (type_descriptor "uint **" (type_identifier "uint") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*local_54 + 8)" (( "(") (binary_expression "*local_54 + 8" (pointer_expression "*local_54" (* "*") (identifier "local_54")) (+ "+") (number_literal "8")) () ")"))))) (; ";")) (if_statement "if (puStack_70 == (uint *)0x0) {\n uStack_74 = unaff_EDI + 0x346db1;\n local_7c = (uint *)(unaff_EDI + 0x324ba6);\n iStack_78 = 0x5c;\n \n puStack_80 = (undefined *)0x123dd1;\n FUN_002446e0();\n }" (if "if") (parenthesized_expression "(puStack_70 == (uint *)0x0)" (( "(") (binary_expression "puStack_70 == (uint *)0x0" (identifier "puStack_70") (== "==") (cast_expression "(uint *)0x0" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n uStack_74 = unaff_EDI + 0x346db1;\n local_7c = (uint *)(unaff_EDI + 0x324ba6);\n iStack_78 = 0x5c;\n \n puStack_80 = (undefined *)0x123dd1;\n FUN_002446e0();\n }" ({ "{") (expression_statement "uStack_74 = unaff_EDI + 0x346db1;" (assignment_expression "uStack_74 = unaff_EDI + 0x346db1" (identifier "uStack_74") (= "=") (binary_expression "unaff_EDI + 0x346db1" (identifier "unaff_EDI") (+ "+") (number_literal "0x346db1"))) (; ";")) (expression_statement "local_7c = (uint *)(unaff_EDI + 0x324ba6);" (assignment_expression "local_7c = (uint *)(unaff_EDI + 0x324ba6)" (identifier "local_7c") (= "=") (cast_expression "(uint *)(unaff_EDI + 0x324ba6)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EDI + 0x324ba6)" (( "(") (binary_expression "unaff_EDI + 0x324ba6" (identifier "unaff_EDI") (+ "+") (number_literal "0x324ba6")) () ")")))) (; ";")) (expression_statement "iStack_78 = 0x5c;" (assignment_expression "iStack_78 = 0x5c" (identifier "iStack_78") (= "=") (number_literal "0x5c")) (; ";")) (expression_statement "puStack_80 = (undefined *)0x123dd1;" (assignment_expression "puStack_80 = (undefined *)0x123dd1" (identifier "puStack_80") (= "=") (cast_expression "(undefined *)0x123dd1" (( "(") (type_descriptor "undefined *" (type_identifier "undefined") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x123dd1"))) (; ";")) (expression_statement "FUN_002446e0();" (call_expression "FUN_002446e0()" (identifier "FUN_002446e0") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (if_statement "if (*(char *)((int)puStack_70 + 0x318d) != '\0') {\n uStack_74 = unaff_EDI + 0x346cd1;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0xfc5;\n \n puStack_80 = (undefined *)0x123db7;\n FUN_002446e0();\n }" (if "if") (parenthesized_expression "(*(char *)((int)puStack_70 + 0x318d) != '\0')" (( "(") (binary_expression "*(char *)((int)puStack_70 + 0x318d) != '\0'" (pointer_expression "*(char *)((int)puStack_70 + 0x318d)" (* "*") (cast_expression "(char *)((int)puStack_70 + 0x318d)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)puStack_70 + 0x318d)" (( "(") (binary_expression "(int)puStack_70 + 0x318d" (cast_expression "(int)puStack_70" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "puStack_70")) (+ "+") (number_literal "0x318d")) () ")")))) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n uStack_74 = unaff_EDI + 0x346cd1;\n local_7c = (uint *)(unaff_EDI + 0x343c7f);\n iStack_78 = 0xfc5;\n \n puStack_80 = (undefined *)0x123db7;\n FUN_002446e0();\n }" ({ "{") (expression_statement "uStack_74 = unaff_EDI + 0x346cd1;" (assignment_expression "uStack_74 = unaff_EDI + 0x346cd1" (identifier "uStack_74") (= "=") (binary_expression "unaff_EDI + 0x346cd1" (identifier "unaff_EDI") (+ "+") (number_literal "0x346cd1"))) (; ";")) (expression_statement "local_7c = (uint *)(unaff_EDI + 0x343c7f);" (assignment_expression "local_7c = (uint *)(unaff_EDI + 0x343c7f)" (identifier "local_7c") (= "=") (cast_expression "(uint *)(unaff_EDI + 0x343c7f)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EDI + 0x343c7f)" (( "(") (binary_expression "unaff_EDI + 0x343c7f" (identifier "unaff_EDI") (+ "+") (number_literal "0x343c7f")) () ")")))) (; ";")) (expression_statement "iStack_78 = 0xfc5;" (assignment_expression "iStack_78 = 0xfc5" (identifier "iStack_78") (= "=") (number_literal "0xfc5")) (; ";")) (expression_statement "puStack_80 = (undefined *)0x123db7;" (assignment_expression "puStack_80 = (undefined *)0x123db7" (identifier "puStack_80") (= "=") (cast_expression "(undefined *)0x123db7" (( "(") (type_descriptor "undefined *" (type_identifier "undefined") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x123db7"))) (; ";")) (expression_statement "FUN_002446e0();" (call_expression "FUN_002446e0()" (identifier "FUN_002446e0") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "puVar8 = *(undefined4 **)(local_60 + 0x7c);" (assignment_expression "puVar8 = *(undefined4 **)(local_60 + 0x7c)" (identifier "puVar8") (= "=") (pointer_expression "*(undefined4 **)(local_60 + 0x7c)" (* "*") (cast_expression "(undefined4 **)(local_60 + 0x7c)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(local_60 + 0x7c)" (( "(") (binary_expression "local_60 + 0x7c" (identifier "local_60") (+ "+") (number_literal "0x7c")) () ")"))))) (; ";")) (if_statement "if (puVar8 != (undefined4 *)0x0) {\n iStack_78 = 6;\n local_7c = (uint *)*puVar8;\n puStack_80 = (undefined *)0x1237cd;\n iVar6 = FUN_00225490();\n if (iVar6 != 0) {\n if ((*(int *)(iVar6 + 4) - 8U < 3) ||\n (uVar7 = uVar15 & 0xf0000000 | 0x1a00000, *(int *)(iVar6 + 4) == 0xd)) {\n uVar7 = uVar15 & 0xf0000000 | 0x320f000;\n }\n *local_5c = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8;\n return 0;\n }\n goto LAB_00123d3e;\n }" (if "if") (parenthesized_expression "(puVar8 != (undefined4 *)0x0)" (( "(") (binary_expression "puVar8 != (undefined4 *)0x0" (identifier "puVar8") (!= "!=") (cast_expression "(undefined4 *)0x0" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n iStack_78 = 6;\n local_7c = (uint *)*puVar8;\n puStack_80 = (undefined *)0x1237cd;\n iVar6 = FUN_00225490();\n if (iVar6 != 0) {\n if ((*(int *)(iVar6 + 4) - 8U < 3) ||\n (uVar7 = uVar15 & 0xf0000000 | 0x1a00000, *(int *)(iVar6 + 4) == 0xd)) {\n uVar7 = uVar15 & 0xf0000000 | 0x320f000;\n }\n *local_5c = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8;\n return 0;\n }\n goto LAB_00123d3e;\n }" ({ "{") (expression_statement "iStack_78 = 6;" (assignment_expression "iStack_78 = 6" (identifier "iStack_78") (= "=") (number_literal "6")) (; ";")) (expression_statement "local_7c = (uint *)*puVar8;" (assignment_expression "local_7c = (uint *)*puVar8" (identifier "local_7c") (= "=") (cast_expression "(uint *)*puVar8" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*puVar8" (* "*") (identifier "puVar8")))) (; ";")) (expression_statement "puStack_80 = (undefined *)0x1237cd;" (assignment_expression "puStack_80 = (undefined *)0x1237cd" (identifier "puStack_80") (= "=") (cast_expression "(undefined *)0x1237cd" (( "(") (type_descriptor "undefined *" (type_identifier "undefined") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x1237cd"))) (; ";")) (expression_statement "iVar6 = FUN_00225490();" (assignment_expression "iVar6 = FUN_00225490()" (identifier "iVar6") (= "=") (call_expression "FUN_00225490()" (identifier "FUN_00225490") (argument_list "()" (( "(") () ")")))) (; ";")) (if_statement "if (iVar6 != 0) {\n if ((*(int *)(iVar6 + 4) - 8U < 3) ||\n (uVar7 = uVar15 & 0xf0000000 | 0x1a00000, *(int *)(iVar6 + 4) == 0xd)) {\n uVar7 = uVar15 & 0xf0000000 | 0x320f000;\n }\n *local_5c = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8;\n return 0;\n }" (if "if") (parenthesized_expression "(iVar6 != 0)" (( "(") (binary_expression "iVar6 != 0" (identifier "iVar6") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n if ((*(int *)(iVar6 + 4) - 8U < 3) ||\n (uVar7 = uVar15 & 0xf0000000 | 0x1a00000, *(int *)(iVar6 + 4) == 0xd)) {\n uVar7 = uVar15 & 0xf0000000 | 0x320f000;\n }\n *local_5c = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8;\n return 0;\n }" ({ "{") (if_statement "if ((*(int *)(iVar6 + 4) - 8U < 3) ||\n (uVar7 = uVar15 & 0xf0000000 | 0x1a00000, *(int *)(iVar6 + 4) == 0xd)) {\n uVar7 = uVar15 & 0xf0000000 | 0x320f000;\n }" (if "if") (parenthesized_expression "((*(int *)(iVar6 + 4) - 8U < 3) ||\n (uVar7 = uVar15 & 0xf0000000 | 0x1a00000, *(int *)(iVar6 + 4) == 0xd))" (( "(") (binary_expression "(*(int *)(iVar6 + 4) - 8U < 3) ||\n (uVar7 = uVar15 & 0xf0000000 | 0x1a00000, *(int *)(iVar6 + 4) == 0xd)" (parenthesized_expression "(*(int *)(iVar6 + 4) - 8U < 3)" (( "(") (binary_expression "*(int *)(iVar6 + 4) - 8U < 3" (binary_expression "*(int *)(iVar6 + 4) - 8U" (pointer_expression "*(int *)(iVar6 + 4)" (* "*") (cast_expression "(int *)(iVar6 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar6 + 4)" (( "(") (binary_expression "iVar6 + 4" (identifier "iVar6") (+ "+") (number_literal "4")) () ")")))) (- "-") (number_literal "8U")) (< "<") (number_literal "3")) () ")")) (|| "||") (parenthesized_expression "(uVar7 = uVar15 & 0xf0000000 | 0x1a00000, *(int *)(iVar6 + 4) == 0xd)" (( "(") (comma_expression "uVar7 = uVar15 & 0xf0000000 | 0x1a00000, *(int *)(iVar6 + 4) == 0xd" (assignment_expression "uVar7 = uVar15 & 0xf0000000 | 0x1a00000" (identifier "uVar7") (= "=") (binary_expression "uVar15 & 0xf0000000 | 0x1a00000" (binary_expression "uVar15 & 0xf0000000" (identifier "uVar15") (& "&") (number_literal "0xf0000000")) (| "|") (number_literal "0x1a00000"))) (, ",") (binary_expression "*(int *)(iVar6 + 4) == 0xd" (pointer_expression "*(int *)(iVar6 + 4)" (* "*") (cast_expression "(int *)(iVar6 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar6 + 4)" (( "(") (binary_expression "iVar6 + 4" (identifier "iVar6") (+ "+") (number_literal "4")) () ")")))) (== "==") (number_literal "0xd"))) () ")"))) () ")")) (compound_statement "{\n uVar7 = uVar15 & 0xf0000000 | 0x320f000;\n }" ({ "{") (expression_statement "uVar7 = uVar15 & 0xf0000000 | 0x320f000;" (assignment_expression "uVar7 = uVar15 & 0xf0000000 | 0x320f000" (identifier "uVar7") (= "=") (binary_expression "uVar15 & 0xf0000000 | 0x320f000" (binary_expression "uVar15 & 0xf0000000" (identifier "uVar15") (& "&") (number_literal "0xf0000000")) (| "|") (number_literal "0x320f000"))) (; ";")) (} "}"))) (expression_statement "*local_5c = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8;" (assignment_expression "*local_5c = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8" (pointer_expression "*local_5c" (* "*") (identifier "local_5c")) (= "=") (binary_expression "uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8" (binary_expression "uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8" (binary_expression "uVar7 >> 0x18" (identifier "uVar7") (>> ">>") (number_literal "0x18")) (| "|") (binary_expression "(uVar7 & 0xff0000) >> 8" (parenthesized_expression "(uVar7 & 0xff0000)" (( "(") (binary_expression "uVar7 & 0xff0000" (identifier "uVar7") (& "&") (number_literal "0xff0000")) () ")")) (>> ">>") (number_literal "8"))) (| "|") (binary_expression "(uVar7 & 0xff00) << 8" (parenthesized_expression "(uVar7 & 0xff00)" (( "(") (binary_expression "uVar7 & 0xff00" (identifier "uVar7") (& "&") (number_literal "0xff00")) () ")")) (<< "<<") (number_literal "8")))) (; ";")) (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}"))) (goto_statement "goto LAB_00123d3e;" (goto "goto") (statement_identifier "LAB_00123d3e") (; ";")) (} "}"))) (goto_statement "goto LAB_00123d1c;" (goto "goto") (statement_identifier "LAB_00123d1c") (; ";")) (} "}"))) (expression_statement "local_44 = uVar5 * 4 & 0x3ffffff;" (assignment_expression "local_44 = uVar5 * 4 & 0x3ffffff" (identifier "local_44") (= "=") (binary_expression "uVar5 * 4 & 0x3ffffff" (binary_expression "uVar5 * 4" (identifier "uVar5") (* "*") (number_literal "4")) (& "&") (number_literal "0x3ffffff"))) (; ";")) (if_statement "if ((uVar5 * 4 & 0x2000000) == 0) {\n bVar4 = *(byte *)(param_4 + 0xb);\n if (-1 < (char)bVar4) goto LAB_001238a2;\nLAB_00123a6e:\n iVar6 = local_44 + *(int *)(param_4 + 0xc);\n local_4c = local_44;\n }\n else {\n local_44 = local_44 + 0xfc000000;\n bVar4 = *(byte *)(param_4 + 0xb);\n if ((char)bVar4 < '\0') goto LAB_00123a6e;\nLAB_001238a2:\n local_4c = local_44;\n if ((bVar4 & 8) == 0) {\n uStack_74 = unaff_EDI + 0x346fc5;\n local_7c = (uint *)(unaff_EDI + 0x329cbe);\n iStack_78 = 0x6ab;\n \n puStack_80 = (undefined *)0x123d95;\n puStack_70 = (uint *)(uint)bVar4;\n FUN_002446e0();\n }\n local_7c = *(uint **)(param_4 + 0xc);\n local_58 = *local_7c;\n local_48 = local_44;\n if (local_44 < 0xffffff00) {\n local_58 = local_58 + local_44;\n local_48 = 0;\n }\n local_34 = local_7c[3];\n piVar18 = *(int **)(local_7c[2] + (local_58 % local_34) * 4);\n local_38 = local_7c;\n if (piVar18 != (int *)0x0) {\n uVar15 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, local_40 = uVar5, local_3c = iVar9, local_58 != uVar15) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar15 = piVar2[1], piVar18 = piVar14, local_58 % local_34 != uVar15 % local_34))\n goto LAB_00123b80;\n }\n if (*piVar18 != 0) {\n iVar6 = local_48 + *(int *)(*piVar18 + 8);\n uVar22 = uVar21;\n goto LAB_0012394e;\n }\n }\nLAB_00123b80:\n puStack_70 = (uint *)local_58;\n local_58 = *(uint *)(param_4 + 8);\n uStack_74 = local_58 & 0x7ffffff;\n iStack_78 = param_2;\n puStack_80 = (undefined *)0x123ba9;\n iVar6 = FUN_00318cf0();\n uVar22 = CONCAT44(local_50,local_3c);\n iVar6 = local_48 + iVar6;\n }" (if "if") (parenthesized_expression "((uVar5 * 4 & 0x2000000) == 0)" (( "(") (binary_expression "(uVar5 * 4 & 0x2000000) == 0" (parenthesized_expression "(uVar5 * 4 & 0x2000000)" (( "(") (binary_expression "uVar5 * 4 & 0x2000000" (binary_expression "uVar5 * 4" (identifier "uVar5") (* "*") (number_literal "4")) (& "&") (number_literal "0x2000000")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n bVar4 = *(byte *)(param_4 + 0xb);\n if (-1 < (char)bVar4) goto LAB_001238a2;\nLAB_00123a6e:\n iVar6 = local_44 + *(int *)(param_4 + 0xc);\n local_4c = local_44;\n }" ({ "{") (expression_statement "bVar4 = *(byte *)(param_4 + 0xb);" (assignment_expression "bVar4 = *(byte *)(param_4 + 0xb)" (identifier "bVar4") (= "=") (pointer_expression "*(byte *)(param_4 + 0xb)" (* "*") (cast_expression "(byte *)(param_4 + 0xb)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_4 + 0xb)" (( "(") (binary_expression "param_4 + 0xb" (identifier "param_4") (+ "+") (number_literal "0xb")) () ")"))))) (; ";")) (if_statement "if (-1 < (char)bVar4) goto LAB_001238a2;" (if "if") (parenthesized_expression "(-1 < (char)bVar4)" (( "(") (binary_expression "-1 < (char)bVar4" (number_literal "-1") (< "<") (cast_expression "(char)bVar4" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (identifier "bVar4"))) () ")")) (goto_statement "goto LAB_001238a2;" (goto "goto") (statement_identifier "LAB_001238a2") (; ";"))) (labeled_statement "LAB_00123a6e:\n iVar6 = local_44 + *(int *)(param_4 + 0xc);" (statement_identifier "LAB_00123a6e") (: ":") (expression_statement "iVar6 = local_44 + *(int *)(param_4 + 0xc);" (assignment_expression "iVar6 = local_44 + *(int *)(param_4 + 0xc)" (identifier "iVar6") (= "=") (binary_expression "local_44 + *(int *)(param_4 + 0xc)" (identifier "local_44") (+ "+") (pointer_expression "*(int *)(param_4 + 0xc)" (* "*") (cast_expression "(int *)(param_4 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_4 + 0xc)" (( "(") (binary_expression "param_4 + 0xc" (identifier "param_4") (+ "+") (number_literal "0xc")) () ")")))))) (; ";"))) (expression_statement "local_4c = local_44;" (assignment_expression "local_4c = local_44" (identifier "local_4c") (= "=") (identifier "local_44")) (; ";")) (} "}")) (else_clause "else {\n local_44 = local_44 + 0xfc000000;\n bVar4 = *(byte *)(param_4 + 0xb);\n if ((char)bVar4 < '\0') goto LAB_00123a6e;\nLAB_001238a2:\n local_4c = local_44;\n if ((bVar4 & 8) == 0) {\n uStack_74 = unaff_EDI + 0x346fc5;\n local_7c = (uint *)(unaff_EDI + 0x329cbe);\n iStack_78 = 0x6ab;\n \n puStack_80 = (undefined *)0x123d95;\n puStack_70 = (uint *)(uint)bVar4;\n FUN_002446e0();\n }\n local_7c = *(uint **)(param_4 + 0xc);\n local_58 = *local_7c;\n local_48 = local_44;\n if (local_44 < 0xffffff00) {\n local_58 = local_58 + local_44;\n local_48 = 0;\n }\n local_34 = local_7c[3];\n piVar18 = *(int **)(local_7c[2] + (local_58 % local_34) * 4);\n local_38 = local_7c;\n if (piVar18 != (int *)0x0) {\n uVar15 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, local_40 = uVar5, local_3c = iVar9, local_58 != uVar15) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar15 = piVar2[1], piVar18 = piVar14, local_58 % local_34 != uVar15 % local_34))\n goto LAB_00123b80;\n }\n if (*piVar18 != 0) {\n iVar6 = local_48 + *(int *)(*piVar18 + 8);\n uVar22 = uVar21;\n goto LAB_0012394e;\n }\n }\nLAB_00123b80:\n puStack_70 = (uint *)local_58;\n local_58 = *(uint *)(param_4 + 8);\n uStack_74 = local_58 & 0x7ffffff;\n iStack_78 = param_2;\n puStack_80 = (undefined *)0x123ba9;\n iVar6 = FUN_00318cf0();\n uVar22 = CONCAT44(local_50,local_3c);\n iVar6 = local_48 + iVar6;\n }" (else "else") (compound_statement "{\n local_44 = local_44 + 0xfc000000;\n bVar4 = *(byte *)(param_4 + 0xb);\n if ((char)bVar4 < '\0') goto LAB_00123a6e;\nLAB_001238a2:\n local_4c = local_44;\n if ((bVar4 & 8) == 0) {\n uStack_74 = unaff_EDI + 0x346fc5;\n local_7c = (uint *)(unaff_EDI + 0x329cbe);\n iStack_78 = 0x6ab;\n \n puStack_80 = (undefined *)0x123d95;\n puStack_70 = (uint *)(uint)bVar4;\n FUN_002446e0();\n }\n local_7c = *(uint **)(param_4 + 0xc);\n local_58 = *local_7c;\n local_48 = local_44;\n if (local_44 < 0xffffff00) {\n local_58 = local_58 + local_44;\n local_48 = 0;\n }\n local_34 = local_7c[3];\n piVar18 = *(int **)(local_7c[2] + (local_58 % local_34) * 4);\n local_38 = local_7c;\n if (piVar18 != (int *)0x0) {\n uVar15 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, local_40 = uVar5, local_3c = iVar9, local_58 != uVar15) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar15 = piVar2[1], piVar18 = piVar14, local_58 % local_34 != uVar15 % local_34))\n goto LAB_00123b80;\n }\n if (*piVar18 != 0) {\n iVar6 = local_48 + *(int *)(*piVar18 + 8);\n uVar22 = uVar21;\n goto LAB_0012394e;\n }\n }\nLAB_00123b80:\n puStack_70 = (uint *)local_58;\n local_58 = *(uint *)(param_4 + 8);\n uStack_74 = local_58 & 0x7ffffff;\n iStack_78 = param_2;\n puStack_80 = (undefined *)0x123ba9;\n iVar6 = FUN_00318cf0();\n uVar22 = CONCAT44(local_50,local_3c);\n iVar6 = local_48 + iVar6;\n }" ({ "{") (expression_statement "local_44 = local_44 + 0xfc000000;" (assignment_expression "local_44 = local_44 + 0xfc000000" (identifier "local_44") (= "=") (binary_expression "local_44 + 0xfc000000" (identifier "local_44") (+ "+") (number_literal "0xfc000000"))) (; ";")) (expression_statement "bVar4 = *(byte *)(param_4 + 0xb);" (assignment_expression "bVar4 = *(byte *)(param_4 + 0xb)" (identifier "bVar4") (= "=") (pointer_expression "*(byte *)(param_4 + 0xb)" (* "*") (cast_expression "(byte *)(param_4 + 0xb)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_4 + 0xb)" (( "(") (binary_expression "param_4 + 0xb" (identifier "param_4") (+ "+") (number_literal "0xb")) () ")"))))) (; ";")) (if_statement "if ((char)bVar4 < '\0') goto LAB_00123a6e;" (if "if") (parenthesized_expression "((char)bVar4 < '\0')" (( "(") (binary_expression "(char)bVar4 < '\0'" (cast_expression "(char)bVar4" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (identifier "bVar4")) (< "<") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (goto_statement "goto LAB_00123a6e;" (goto "goto") (statement_identifier "LAB_00123a6e") (; ";"))) (labeled_statement "LAB_001238a2:\n local_4c = local_44;" (statement_identifier "LAB_001238a2") (: ":") (expression_statement "local_4c = local_44;" (assignment_expression "local_4c = local_44" (identifier "local_4c") (= "=") (identifier "local_44")) (; ";"))) (if_statement "if ((bVar4 & 8) == 0) {\n uStack_74 = unaff_EDI + 0x346fc5;\n local_7c = (uint *)(unaff_EDI + 0x329cbe);\n iStack_78 = 0x6ab;\n \n puStack_80 = (undefined *)0x123d95;\n puStack_70 = (uint *)(uint)bVar4;\n FUN_002446e0();\n }" (if "if") (parenthesized_expression "((bVar4 & 8) == 0)" (( "(") (binary_expression "(bVar4 & 8) == 0" (parenthesized_expression "(bVar4 & 8)" (( "(") (binary_expression "bVar4 & 8" (identifier "bVar4") (& "&") (number_literal "8")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n uStack_74 = unaff_EDI + 0x346fc5;\n local_7c = (uint *)(unaff_EDI + 0x329cbe);\n iStack_78 = 0x6ab;\n \n puStack_80 = (undefined *)0x123d95;\n puStack_70 = (uint *)(uint)bVar4;\n FUN_002446e0();\n }" ({ "{") (expression_statement "uStack_74 = unaff_EDI + 0x346fc5;" (assignment_expression "uStack_74 = unaff_EDI + 0x346fc5" (identifier "uStack_74") (= "=") (binary_expression "unaff_EDI + 0x346fc5" (identifier "unaff_EDI") (+ "+") (number_literal "0x346fc5"))) (; ";")) (expression_statement "local_7c = (uint *)(unaff_EDI + 0x329cbe);" (assignment_expression "local_7c = (uint *)(unaff_EDI + 0x329cbe)" (identifier "local_7c") (= "=") (cast_expression "(uint *)(unaff_EDI + 0x329cbe)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EDI + 0x329cbe)" (( "(") (binary_expression "unaff_EDI + 0x329cbe" (identifier "unaff_EDI") (+ "+") (number_literal "0x329cbe")) () ")")))) (; ";")) (expression_statement "iStack_78 = 0x6ab;" (assignment_expression "iStack_78 = 0x6ab" (identifier "iStack_78") (= "=") (number_literal "0x6ab")) (; ";")) (expression_statement "puStack_80 = (undefined *)0x123d95;" (assignment_expression "puStack_80 = (undefined *)0x123d95" (identifier "puStack_80") (= "=") (cast_expression "(undefined *)0x123d95" (( "(") (type_descriptor "undefined *" (type_identifier "undefined") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x123d95"))) (; ";")) (expression_statement "puStack_70 = (uint *)(uint)bVar4;" (assignment_expression "puStack_70 = (uint *)(uint)bVar4" (identifier "puStack_70") (= "=") (cast_expression "(uint *)(uint)bVar4" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (cast_expression "(uint)bVar4" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar4")))) (; ";")) (expression_statement "FUN_002446e0();" (call_expression "FUN_002446e0()" (identifier "FUN_002446e0") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "local_7c = *(uint **)(param_4 + 0xc);" (assignment_expression "local_7c = *(uint **)(param_4 + 0xc)" (identifier "local_7c") (= "=") (pointer_expression "*(uint **)(param_4 + 0xc)" (* "*") (cast_expression "(uint **)(param_4 + 0xc)" (( "(") (type_descriptor "uint **" (type_identifier "uint") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_4 + 0xc)" (( "(") (binary_expression "param_4 + 0xc" (identifier "param_4") (+ "+") (number_literal "0xc")) () ")"))))) (; ";")) (expression_statement "local_58 = *local_7c;" (assignment_expression "local_58 = *local_7c" (identifier "local_58") (= "=") (pointer_expression "*local_7c" (* "*") (identifier "local_7c"))) (; ";")) (expression_statement "local_48 = local_44;" (assignment_expression "local_48 = local_44" (identifier "local_48") (= "=") (identifier "local_44")) (; ";")) (if_statement "if (local_44 < 0xffffff00) {\n local_58 = local_58 + local_44;\n local_48 = 0;\n }" (if "if") (parenthesized_expression "(local_44 < 0xffffff00)" (( "(") (binary_expression "local_44 < 0xffffff00" (identifier "local_44") (< "<") (number_literal "0xffffff00")) () ")")) (compound_statement "{\n local_58 = local_58 + local_44;\n local_48 = 0;\n }" ({ "{") (expression_statement "local_58 = local_58 + local_44;" (assignment_expression "local_58 = local_58 + local_44" (identifier "local_58") (= "=") (binary_expression "local_58 + local_44" (identifier "local_58") (+ "+") (identifier "local_44"))) (; ";")) (expression_statement "local_48 = 0;" (assignment_expression "local_48 = 0" (identifier "local_48") (= "=") (number_literal "0")) (; ";")) (} "}"))) (expression_statement "local_34 = local_7c[3];" (assignment_expression "local_34 = local_7c[3]" (identifier "local_34") (= "=") (subscript_expression "local_7c[3]" (identifier "local_7c") ([ "[") (number_literal "3") (] "]"))) (; ";")) (expression_statement "piVar18 = *(int **)(local_7c[2] + (local_58 % local_34) * 4);" (assignment_expression "piVar18 = *(int **)(local_7c[2] + (local_58 % local_34) * 4)" (identifier "piVar18") (= "=") (pointer_expression "*(int **)(local_7c[2] + (local_58 % local_34) * 4)" (* "*") (cast_expression "(int **)(local_7c[2] + (local_58 % local_34) * 4)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(local_7c[2] + (local_58 % local_34) * 4)" (( "(") (binary_expression "local_7c[2] + (local_58 % local_34) * 4" (subscript_expression "local_7c[2]" (identifier "local_7c") ([ "[") (number_literal "2") (] "]")) (+ "+") (binary_expression "(local_58 % local_34) * 4" (parenthesized_expression "(local_58 % local_34)" (( "(") (binary_expression "local_58 % local_34" (identifier "local_58") (% "%") (identifier "local_34")) () ")")) (* "*") (number_literal "4"))) () ")"))))) (; ";")) (expression_statement "local_38 = local_7c;" (assignment_expression "local_38 = local_7c" (identifier "local_38") (= "=") (identifier "local_7c")) (; ";")) (if_statement "if (piVar18 != (int *)0x0) {\n uVar15 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, local_40 = uVar5, local_3c = iVar9, local_58 != uVar15) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar15 = piVar2[1], piVar18 = piVar14, local_58 % local_34 != uVar15 % local_34))\n goto LAB_00123b80;\n }\n if (*piVar18 != 0) {\n iVar6 = local_48 + *(int *)(*piVar18 + 8);\n uVar22 = uVar21;\n goto LAB_0012394e;\n }\n }" (if "if") (parenthesized_expression "(piVar18 != (int *)0x0)" (( "(") (binary_expression "piVar18 != (int *)0x0" (identifier "piVar18") (!= "!=") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n uVar15 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, local_40 = uVar5, local_3c = iVar9, local_58 != uVar15) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar15 = piVar2[1], piVar18 = piVar14, local_58 % local_34 != uVar15 % local_34))\n goto LAB_00123b80;\n }\n if (*piVar18 != 0) {\n iVar6 = local_48 + *(int *)(*piVar18 + 8);\n uVar22 = uVar21;\n goto LAB_0012394e;\n }\n }" ({ "{") (expression_statement "uVar15 = ((int *)*piVar18)[1];" (assignment_expression "uVar15 = ((int *)*piVar18)[1]" (identifier "uVar15") (= "=") (subscript_expression "((int *)*piVar18)[1]" (parenthesized_expression "((int *)*piVar18)" (( "(") (cast_expression "(int *)*piVar18" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*piVar18" (* "*") (identifier "piVar18"))) () ")")) ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "piVar2 = (int *)*piVar18;" (assignment_expression "piVar2 = (int *)*piVar18" (identifier "piVar2") (= "=") (cast_expression "(int *)*piVar18" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*piVar18" (* "*") (identifier "piVar18")))) (; ";")) (while_statement "while (piVar14 = piVar2, local_40 = uVar5, local_3c = iVar9, local_58 != uVar15) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar15 = piVar2[1], piVar18 = piVar14, local_58 % local_34 != uVar15 % local_34))\n goto LAB_00123b80;\n }" (while "while") (parenthesized_expression "(piVar14 = piVar2, local_40 = uVar5, local_3c = iVar9, local_58 != uVar15)" (( "(") (comma_expression "piVar14 = piVar2, local_40 = uVar5, local_3c = iVar9, local_58 != uVar15" (assignment_expression "piVar14 = piVar2" (identifier "piVar14") (= "=") (identifier "piVar2")) (, ",") (comma_expression "local_40 = uVar5, local_3c = iVar9, local_58 != uVar15" (assignment_expression "local_40 = uVar5" (identifier "local_40") (= "=") (identifier "uVar5")) (, ",") (comma_expression "local_3c = iVar9, local_58 != uVar15" (assignment_expression "local_3c = iVar9" (identifier "local_3c") (= "=") (identifier "iVar9")) (, ",") (binary_expression "local_58 != uVar15" (identifier "local_58") (!= "!=") (identifier "uVar15"))))) () ")")) (compound_statement "{\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar15 = piVar2[1], piVar18 = piVar14, local_58 % local_34 != uVar15 % local_34))\n goto LAB_00123b80;\n }" ({ "{") (expression_statement "piVar2 = (int *)*piVar14;" (assignment_expression "piVar2 = (int *)*piVar14" (identifier "piVar2") (= "=") (cast_expression "(int *)*piVar14" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*piVar14" (* "*") (identifier "piVar14")))) (; ";")) (if_statement "if ((piVar2 == (int *)0x0) ||\n (uVar15 = piVar2[1], piVar18 = piVar14, local_58 % local_34 != uVar15 % local_34))\n goto LAB_00123b80;" (if "if") (parenthesized_expression "((piVar2 == (int *)0x0) ||\n (uVar15 = piVar2[1], piVar18 = piVar14, local_58 % local_34 != uVar15 % local_34))" (( "(") (binary_expression "(piVar2 == (int *)0x0) ||\n (uVar15 = piVar2[1], piVar18 = piVar14, local_58 % local_34 != uVar15 % local_34)" (parenthesized_expression "(piVar2 == (int *)0x0)" (( "(") (binary_expression "piVar2 == (int *)0x0" (identifier "piVar2") (== "==") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (|| "||") (parenthesized_expression "(uVar15 = piVar2[1], piVar18 = piVar14, local_58 % local_34 != uVar15 % local_34)" (( "(") (comma_expression "uVar15 = piVar2[1], piVar18 = piVar14, local_58 % local_34 != uVar15 % local_34" (assignment_expression "uVar15 = piVar2[1]" (identifier "uVar15") (= "=") (subscript_expression "piVar2[1]" (identifier "piVar2") ([ "[") (number_literal "1") (] "]"))) (, ",") (comma_expression "piVar18 = piVar14, local_58 % local_34 != uVar15 % local_34" (assignment_expression "piVar18 = piVar14" (identifier "piVar18") (= "=") (identifier "piVar14")) (, ",") (binary_expression "local_58 % local_34 != uVar15 % local_34" (binary_expression "local_58 % local_34" (identifier "local_58") (% "%") (identifier "local_34")) (!= "!=") (binary_expression "uVar15 % local_34" (identifier "uVar15") (% "%") (identifier "local_34"))))) () ")"))) () ")")) (goto_statement "goto LAB_00123b80;" (goto "goto") (statement_identifier "LAB_00123b80") (; ";"))) (} "}"))) (if_statement "if (*piVar18 != 0) {\n iVar6 = local_48 + *(int *)(*piVar18 + 8);\n uVar22 = uVar21;\n goto LAB_0012394e;\n }" (if "if") (parenthesized_expression "(*piVar18 != 0)" (( "(") (binary_expression "*piVar18 != 0" (pointer_expression "*piVar18" (* "*") (identifier "piVar18")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n iVar6 = local_48 + *(int *)(*piVar18 + 8);\n uVar22 = uVar21;\n goto LAB_0012394e;\n }" ({ "{") (expression_statement "iVar6 = local_48 + *(int *)(*piVar18 + 8);" (assignment_expression "iVar6 = local_48 + *(int *)(*piVar18 + 8)" (identifier "iVar6") (= "=") (binary_expression "local_48 + *(int *)(*piVar18 + 8)" (identifier "local_48") (+ "+") (pointer_expression "*(int *)(*piVar18 + 8)" (* "*") (cast_expression "(int *)(*piVar18 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*piVar18 + 8)" (( "(") (binary_expression "*piVar18 + 8" (pointer_expression "*piVar18" (* "*") (identifier "piVar18")) (+ "+") (number_literal "8")) () ")")))))) (; ";")) (expression_statement "uVar22 = uVar21;" (assignment_expression "uVar22 = uVar21" (identifier "uVar22") (= "=") (identifier "uVar21")) (; ";")) (goto_statement "goto LAB_0012394e;" (goto "goto") (statement_identifier "LAB_0012394e") (; ";")) (} "}"))) (} "}"))) (labeled_statement "LAB_00123b80:\n puStack_70 = (uint *)local_58;" (statement_identifier "LAB_00123b80") (: ":") (expression_statement "puStack_70 = (uint *)local_58;" (assignment_expression "puStack_70 = (uint *)local_58" (identifier "puStack_70") (= "=") (cast_expression "(uint *)local_58" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "local_58"))) (; ";"))) (expression_statement "local_58 = *(uint *)(param_4 + 8);" (assignment_expression "local_58 = *(uint *)(param_4 + 8)" (identifier "local_58") (= "=") (pointer_expression "*(uint *)(param_4 + 8)" (* "*") (cast_expression "(uint *)(param_4 + 8)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_4 + 8)" (( "(") (binary_expression "param_4 + 8" (identifier "param_4") (+ "+") (number_literal "8")) () ")"))))) (; ";")) (expression_statement "uStack_74 = local_58 & 0x7ffffff;" (assignment_expression "uStack_74 = local_58 & 0x7ffffff" (identifier "uStack_74") (= "=") (binary_expression "local_58 & 0x7ffffff" (identifier "local_58") (& "&") (number_literal "0x7ffffff"))) (; ";")) (expression_statement "iStack_78 = param_2;" (assignment_expression "iStack_78 = param_2" (identifier "iStack_78") (= "=") (identifier "param_2")) (; ";")) (expression_statement "puStack_80 = (undefined *)0x123ba9;" (assignment_expression "puStack_80 = (undefined *)0x123ba9" (identifier "puStack_80") (= "=") (cast_expression "(undefined *)0x123ba9" (( "(") (type_descriptor "undefined *" (type_identifier "undefined") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x123ba9"))) (; ";")) (expression_statement "iVar6 = FUN_00318cf0();" (assignment_expression "iVar6 = FUN_00318cf0()" (identifier "iVar6") (= "=") (call_expression "FUN_00318cf0()" (identifier "FUN_00318cf0") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "uVar22 = CONCAT44(local_50,local_3c);" (assignment_expression "uVar22 = CONCAT44(local_50,local_3c)" (identifier "uVar22") (= "=") (call_expression "CONCAT44(local_50,local_3c)" (identifier "CONCAT44") (argument_list "(local_50,local_3c)" (( "(") (identifier "local_50") (, ",") (identifier "local_3c") () ")")))) (; ";")) (expression_statement "iVar6 = local_48 + iVar6;" (assignment_expression "iVar6 = local_48 + iVar6" (identifier "iVar6") (= "=") (binary_expression "local_48 + iVar6" (identifier "local_48") (+ "+") (identifier "iVar6"))) (; ";")) (} "}")))) (labeled_statement "LAB_0012394e:\n local_50 = (int)((ulonglong)uVar22 >> 0x20);" (statement_identifier "LAB_0012394e") (: ":") (expression_statement "local_50 = (int)((ulonglong)uVar22 >> 0x20);" (assignment_expression "local_50 = (int)((ulonglong)uVar22 >> 0x20)" (identifier "local_50") (= "=") (cast_expression "(int)((ulonglong)uVar22 >> 0x20)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "((ulonglong)uVar22 >> 0x20)" (( "(") (binary_expression "(ulonglong)uVar22 >> 0x20" (cast_expression "(ulonglong)uVar22" (( "(") (type_descriptor "ulonglong" (type_identifier "ulonglong")) () ")") (identifier "uVar22")) (>> ">>") (number_literal "0x20")) () ")")))) (; ";"))) (expression_statement "local_3c = (int)uVar22;" (assignment_expression "local_3c = (int)uVar22" (identifier "local_3c") (= "=") (cast_expression "(int)uVar22" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar22"))) (; ";")) (expression_statement "uVar15 = iVar6 - param_5;" (assignment_expression "uVar15 = iVar6 - param_5" (identifier "uVar15") (= "=") (binary_expression "iVar6 - param_5" (identifier "iVar6") (- "-") (identifier "param_5"))) (; ";")) (expression_statement "puVar8 = *(undefined4 **)(local_60 + 0x7c);" (assignment_expression "puVar8 = *(undefined4 **)(local_60 + 0x7c)" (identifier "puVar8") (= "=") (pointer_expression "*(undefined4 **)(local_60 + 0x7c)" (* "*") (cast_expression "(undefined4 **)(local_60 + 0x7c)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(local_60 + 0x7c)" (( "(") (binary_expression "local_60 + 0x7c" (identifier "local_60") (+ "+") (number_literal "0x7c")) () ")"))))) (; ";")) (expression_statement "local_58 = uVar15;" (assignment_expression "local_58 = uVar15" (identifier "local_58") (= "=") (identifier "uVar15")) (; ";")) (if_statement "if (puVar8 == (undefined4 *)0x0) {\nLAB_00123d1c:\n local_50 = (int)((ulonglong)uVar22 >> 0x20);\n local_3c = (int)uVar22;\n uStack_74 = local_64 + -0x17fc00;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xb6a;\n \n puStack_80 = (undefined *)0x123d39;\n puStack_70 = puVar8;\n FUN_002446e0();\n }" (if "if") (parenthesized_expression "(puVar8 == (undefined4 *)0x0)" (( "(") (binary_expression "puVar8 == (undefined4 *)0x0" (identifier "puVar8") (== "==") (cast_expression "(undefined4 *)0x0" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\nLAB_00123d1c:\n local_50 = (int)((ulonglong)uVar22 >> 0x20);\n local_3c = (int)uVar22;\n uStack_74 = local_64 + -0x17fc00;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xb6a;\n \n puStack_80 = (undefined *)0x123d39;\n puStack_70 = puVar8;\n FUN_002446e0();\n }" ({ "{") (labeled_statement "LAB_00123d1c:\n local_50 = (int)((ulonglong)uVar22 >> 0x20);" (statement_identifier "LAB_00123d1c") (: ":") (expression_statement "local_50 = (int)((ulonglong)uVar22 >> 0x20);" (assignment_expression "local_50 = (int)((ulonglong)uVar22 >> 0x20)" (identifier "local_50") (= "=") (cast_expression "(int)((ulonglong)uVar22 >> 0x20)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "((ulonglong)uVar22 >> 0x20)" (( "(") (binary_expression "(ulonglong)uVar22 >> 0x20" (cast_expression "(ulonglong)uVar22" (( "(") (type_descriptor "ulonglong" (type_identifier "ulonglong")) () ")") (identifier "uVar22")) (>> ">>") (number_literal "0x20")) () ")")))) (; ";"))) (expression_statement "local_3c = (int)uVar22;" (assignment_expression "local_3c = (int)uVar22" (identifier "local_3c") (= "=") (cast_expression "(int)uVar22" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar22"))) (; ";")) (expression_statement "uStack_74 = local_64 + -0x17fc00;" (assignment_expression "uStack_74 = local_64 + -0x17fc00" (identifier "uStack_74") (= "=") (binary_expression "local_64 + -0x17fc00" (identifier "local_64") (+ "+") (number_literal "-0x17fc00"))) (; ";")) (expression_statement "local_7c = (uint *)(local_64 + -0x182cba);" (assignment_expression "local_7c = (uint *)(local_64 + -0x182cba)" (identifier "local_7c") (= "=") (cast_expression "(uint *)(local_64 + -0x182cba)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_64 + -0x182cba)" (( "(") (binary_expression "local_64 + -0x182cba" (identifier "local_64") (+ "+") (number_literal "-0x182cba")) () ")")))) (; ";")) (expression_statement "iStack_78 = 0xb6a;" (assignment_expression "iStack_78 = 0xb6a" (identifier "iStack_78") (= "=") (number_literal "0xb6a")) (; ";")) (expression_statement "puStack_80 = (undefined *)0x123d39;" (assignment_expression "puStack_80 = (undefined *)0x123d39" (identifier "puStack_80") (= "=") (cast_expression "(undefined *)0x123d39" (( "(") (type_descriptor "undefined *" (type_identifier "undefined") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x123d39"))) (; ";")) (expression_statement "puStack_70 = puVar8;" (assignment_expression "puStack_70 = puVar8" (identifier "puStack_70") (= "=") (identifier "puVar8")) (; ";")) (expression_statement "FUN_002446e0();" (call_expression "FUN_002446e0()" (identifier "FUN_002446e0") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "iStack_78 = 6;" (assignment_expression "iStack_78 = 6" (identifier "iStack_78") (= "=") (number_literal "6")) (; ";")) (expression_statement "local_7c = (uint *)*puVar8;" (assignment_expression "local_7c = (uint *)*puVar8" (identifier "local_7c") (= "=") (cast_expression "(uint *)*puVar8" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*puVar8" (* "*") (identifier "puVar8")))) (; ";")) (expression_statement "puStack_80 = (undefined *)0x123978;" (assignment_expression "puStack_80 = (undefined *)0x123978" (identifier "puStack_80") (= "=") (cast_expression "(undefined *)0x123978" (( "(") (type_descriptor "undefined *" (type_identifier "undefined") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x123978"))) (; ";")) (expression_statement "iVar6 = FUN_00225490();" (assignment_expression "iVar6 = FUN_00225490()" (identifier "iVar6") (= "=") (call_expression "FUN_00225490()" (identifier "FUN_00225490") (argument_list "()" (( "(") () ")")))) (; ";")) (if_statement "if (iVar6 == 0) {\nLAB_00123d3e:\n uStack_74 = local_64 + -0x17fc00;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xb6d;\n \n puStack_80 = (undefined *)0x123d5b;\n puStack_70 = (uint *)iVar6;\n FUN_002446e0();\n }" (if "if") (parenthesized_expression "(iVar6 == 0)" (( "(") (binary_expression "iVar6 == 0" (identifier "iVar6") (== "==") (number_literal "0")) () ")")) (compound_statement "{\nLAB_00123d3e:\n uStack_74 = local_64 + -0x17fc00;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xb6d;\n \n puStack_80 = (undefined *)0x123d5b;\n puStack_70 = (uint *)iVar6;\n FUN_002446e0();\n }" ({ "{") (labeled_statement "LAB_00123d3e:\n uStack_74 = local_64 + -0x17fc00;" (statement_identifier "LAB_00123d3e") (: ":") (expression_statement "uStack_74 = local_64 + -0x17fc00;" (assignment_expression "uStack_74 = local_64 + -0x17fc00" (identifier "uStack_74") (= "=") (binary_expression "local_64 + -0x17fc00" (identifier "local_64") (+ "+") (number_literal "-0x17fc00"))) (; ";"))) (expression_statement "local_7c = (uint *)(local_64 + -0x182cba);" (assignment_expression "local_7c = (uint *)(local_64 + -0x182cba)" (identifier "local_7c") (= "=") (cast_expression "(uint *)(local_64 + -0x182cba)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_64 + -0x182cba)" (( "(") (binary_expression "local_64 + -0x182cba" (identifier "local_64") (+ "+") (number_literal "-0x182cba")) () ")")))) (; ";")) (expression_statement "iStack_78 = 0xb6d;" (assignment_expression "iStack_78 = 0xb6d" (identifier "iStack_78") (= "=") (number_literal "0xb6d")) (; ";")) (expression_statement "puStack_80 = (undefined *)0x123d5b;" (assignment_expression "puStack_80 = (undefined *)0x123d5b" (identifier "puStack_80") (= "=") (cast_expression "(undefined *)0x123d5b" (( "(") (type_descriptor "undefined *" (type_identifier "undefined") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x123d5b"))) (; ";")) (expression_statement "puStack_70 = (uint *)iVar6;" (assignment_expression "puStack_70 = (uint *)iVar6" (identifier "puStack_70") (= "=") (cast_expression "(uint *)iVar6" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "iVar6"))) (; ";")) (expression_statement "FUN_002446e0();" (call_expression "FUN_002446e0()" (identifier "FUN_002446e0") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "uVar11 = *(uint *)(iVar6 + 4);" (assignment_expression "uVar11 = *(uint *)(iVar6 + 4)" (identifier "uVar11") (= "=") (pointer_expression "*(uint *)(iVar6 + 4)" (* "*") (cast_expression "(uint *)(iVar6 + 4)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar6 + 4)" (( "(") (binary_expression "iVar6 + 4" (identifier "iVar6") (+ "+") (number_literal "4")) () ")"))))) (; ";")) (expression_statement "iVar6 = *(int *)(*local_54 + 8);" (assignment_expression "iVar6 = *(int *)(*local_54 + 8)" (identifier "iVar6") (= "=") (pointer_expression "*(int *)(*local_54 + 8)" (* "*") (cast_expression "(int *)(*local_54 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*local_54 + 8)" (( "(") (binary_expression "*local_54 + 8" (pointer_expression "*local_54" (* "*") (identifier "local_54")) (+ "+") (number_literal "8")) () ")"))))) (; ";")) (if_statement "if (iVar6 == 0) {\n \n puStack_70 = (uint *)0x123d9a;\n FUN_0010cb20();\n }" (if "if") (parenthesized_expression "(iVar6 == 0)" (( "(") (binary_expression "iVar6 == 0" (identifier "iVar6") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n puStack_70 = (uint *)0x123d9a;\n FUN_0010cb20();\n }" ({ "{") (expression_statement "puStack_70 = (uint *)0x123d9a;" (assignment_expression "puStack_70 = (uint *)0x123d9a" (identifier "puStack_70") (= "=") (cast_expression "(uint *)0x123d9a" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x123d9a"))) (; ";")) (expression_statement "FUN_0010cb20();" (call_expression "FUN_0010cb20()" (identifier "FUN_0010cb20") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "uVar13 = (uint)*(byte *)(iVar6 + 0x1579);" (assignment_expression "uVar13 = (uint)*(byte *)(iVar6 + 0x1579)" (identifier "uVar13") (= "=") (binary_expression "(uint)*(byte *)(iVar6 + 0x1579)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (* "*") (cast_expression "(byte *)(iVar6 + 0x1579)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar6 + 0x1579)" (( "(") (binary_expression "iVar6 + 0x1579" (identifier "iVar6") (+ "+") (number_literal "0x1579")) () ")"))))) (; ";")) (if_statement "if (*(byte *)(iVar6 + 0x1579) == 0) {\n uVar13 = (uint)(2 < uVar11);\n }\n else if ((uVar11 & 0xfffffffd) != 8) {\n uVar13 = (uint)(uVar11 - 0xb < 3);\n }" (if "if") (parenthesized_expression "(*(byte *)(iVar6 + 0x1579) == 0)" (( "(") (binary_expression "*(byte *)(iVar6 + 0x1579) == 0" (pointer_expression "*(byte *)(iVar6 + 0x1579)" (* "*") (cast_expression "(byte *)(iVar6 + 0x1579)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar6 + 0x1579)" (( "(") (binary_expression "iVar6 + 0x1579" (identifier "iVar6") (+ "+") (number_literal "0x1579")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n uVar13 = (uint)(2 < uVar11);\n }" ({ "{") (expression_statement "uVar13 = (uint)(2 < uVar11);" (assignment_expression "uVar13 = (uint)(2 < uVar11)" (identifier "uVar13") (= "=") (call_expression "(uint)(2 < uVar11)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(2 < uVar11)" (( "(") (binary_expression "2 < uVar11" (number_literal "2") (< "<") (identifier "uVar11")) () ")")))) (; ";")) (} "}")) (else_clause "else if ((uVar11 & 0xfffffffd) != 8) {\n uVar13 = (uint)(uVar11 - 0xb < 3);\n }" (else "else") (if_statement "if ((uVar11 & 0xfffffffd) != 8) {\n uVar13 = (uint)(uVar11 - 0xb < 3);\n }" (if "if") (parenthesized_expression "((uVar11 & 0xfffffffd) != 8)" (( "(") (binary_expression "(uVar11 & 0xfffffffd) != 8" (parenthesized_expression "(uVar11 & 0xfffffffd)" (( "(") (binary_expression "uVar11 & 0xfffffffd" (identifier "uVar11") (& "&") (number_literal "0xfffffffd")) () ")")) (!= "!=") (number_literal "8")) () ")")) (compound_statement "{\n uVar13 = (uint)(uVar11 - 0xb < 3);\n }" ({ "{") (expression_statement "uVar13 = (uint)(uVar11 - 0xb < 3);" (assignment_expression "uVar13 = (uint)(uVar11 - 0xb < 3)" (identifier "uVar13") (= "=") (call_expression "(uint)(uVar11 - 0xb < 3)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(uVar11 - 0xb < 3)" (( "(") (binary_expression "uVar11 - 0xb < 3" (binary_expression "uVar11 - 0xb" (identifier "uVar11") (- "-") (number_literal "0xb")) (< "<") (number_literal "3")) () ")")))) (; ";")) (} "}"))))) (if_statement "if (*(char *)(iVar6 + 0x318d) != '\0') goto LAB_00123af0;" (if "if") (parenthesized_expression "(*(char *)(iVar6 + 0x318d) != '\0')" (( "(") (binary_expression "*(char *)(iVar6 + 0x318d) != '\0'" (pointer_expression "*(char *)(iVar6 + 0x318d)" (* "*") (cast_expression "(char *)(iVar6 + 0x318d)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar6 + 0x318d)" (( "(") (binary_expression "iVar6 + 0x318d" (identifier "iVar6") (+ "+") (number_literal "0x318d")) () ")")))) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (goto_statement "goto LAB_00123af0;" (goto "goto") (statement_identifier "LAB_00123af0") (; ";"))) (expression_statement "uVar15 = uVar15 + 0x2000000;" (assignment_expression "uVar15 = uVar15 + 0x2000000" (identifier "uVar15") (= "=") (binary_expression "uVar15 + 0x2000000" (identifier "uVar15") (+ "+") (number_literal "0x2000000"))) (; ";")) (if_statement "if (uVar15 < 0x4000000) {\n if (param_6 == 0) goto LAB_00123b38;\n if (((char)uVar13 != '\x01') || (iVar9 != 0x1c)) {\n uStack_74 = 0;\n iStack_78 = param_2;\n local_7c = (uint *)param_4;\n puStack_80 = (undefined *)0x123a0a;\n FUN_000a90f0();\n local_7c = (uint *)0x1;\n puStack_80 = (undefined *)0x123a21;\n iVar6 = FUN_00113410();\n if (iVar6 == 0) goto LAB_00123a2c;\n goto LAB_00123bd0;\n }\n }\n else {\n uStack_74 = 0;\n iStack_78 = param_2;\n local_7c = (uint *)param_4;\n puStack_80 = (undefined *)0x123abd;\n FUN_000a90f0();\n local_7c = (uint *)(uint)(param_6 != 0);\n puStack_80 = (undefined *)0x123ade;\n iVar6 = FUN_00113410();\n if (iVar6 != 0) {\nLAB_00123bd0:\n uVar15 = *(uint *)(local_50 + 0x18);\n local_60 = *(uint *)(param_2 + 0x140);\n if ((uint)((int)(local_60 - *(int *)(param_2 + 0x13c)) >> 2) <= uVar15) {\n puStack_70 = (uint *)0x123e1a;\n FUN_0010c330();\n iStack_78 = 0x123e29;\n uStack_74 = uVar15;\n puStack_70 = (uint *)uVar5;\n uVar22 = FUN_00074f0a();\n iVar6 = local_64;\n iVar12 = (int)((ulonglong)uVar22 >> 0x20);\n pbVar16 = BYTE_ARRAY_004c61c1 + uVar15 + 0x16;\n auStack_a8[0] = 0;\n auStack_a8[1] = 0xffffffff;\n auStack_a8[2] = 0x80000000;\n auStack_a8[3] = 0;\n pbVar17 = pbVar16;\n uVar23 = extraout_ECX_00;\n local_7c = (uint *)uVar13;\n iStack_78 = iVar9;\n if (local_64 == 0) {\n uVar7 = (*(int *)(iVar12 + 0x154) - *(int *)(iVar12 + 0x14c)) +\n (*(int *)(iVar12 + 0x150) - *(int *)(iVar12 + 0x148)) * 8;\n if (uVar7 <= local_60) {\n \n FUN_002446e0(uVar15 + 0x34351d,0x5f8,uVar15 + 0x34662f,uVar7);\n }\n bStack_b8 = (*(uint *)(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4) &\n 1 << ((byte)local_60 & 0x1f)) != 0;\n goto LAB_00123fe0;\n }\n uVar7 = 0;\n if (uStack_68 - 2 < 0x6b) {\n uVar7 = (uint)(char)(&UNK_00344ed5)[uStack_68 + uVar15];\n if (*(int *)(local_64 + 0x18) == -1) goto LAB_00123f75;\nLAB_00123e82:\n if ((*(byte *)(local_64 + 0x28) & 0xf) != 10) {\n cVar3 = FUN_00071bb0(local_64,uVar7);\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n if (cVar3 != '\0') {\nLAB_00123f19:\n if (bVar4 == 0) goto LAB_00123f1d;\nLAB_00123f80:\n if (bVar4 == 4) {\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }\nLAB_00124258:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }\nLAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);\n bStack_b8 = (bool)(bVar4 & 1);\n goto LAB_00123fe0;\n }\n goto LAB_00124280;\n }\n if ((bVar4 != 0) || ((*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0)) {\n pbVar17 = BYTE_ARRAY_004c6979 + uVar15 + 0x26;\n if (*(int *)(*(int *)pbVar17 + 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);\n }\n if (*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0') {\nLAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;\n if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }\n if (bVar4 != 4) goto LAB_00124258;\nLAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }\n }\n else if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;\n }\n }\n if (*(int *)((int)uVar22 + 0x18) == 0) {\n iVar9 = FUN_0010c850();\nLAB_0012462d:\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,iVar9);\n }\n auStack_a8[3] = FUN_00117290();\n bStack_b8 = false;\n local_5c = auStack_a8;\n }\n else {\n if (*(int *)(local_64 + 0x18) != -1) goto LAB_00123e82;\nLAB_00123f75:\n bVar4 = *(byte *)(local_64 + 0x2a) & 7;\n if (bVar4 != 0) goto LAB_00123f80;\nLAB_00123f1d:\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_00123f8f;\nLAB_00123f39:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) goto LAB_00123fe0;\n if ((*(int *)(iVar6 + 0xc) == 0) && ((bVar1 & 0x20) != 0)) goto LAB_00124269;\n goto LAB_001242ac;\n }\nLAB_00124280:\n bStack_b8 = true;\n }\nLAB_00123fe0:\n puStack_b4 = auStack_a8;\n iVar9 = *(int *)((int)&DWORD_004c739c + uVar15 + 3);\n if (0xff < uStack_68) {\n \n FUN_002446e0(uVar15 + 0x347947,0x134,uVar15 + 0x3466b7,iVar9);\n }\n uVar7 = *(uint *)(iVar9 + uStack_68 * 4);\n if ((uVar7 != 0) && (*(int *)(uVar7 + 0x1c) == 1)) {\n bVar4 = *(byte *)(uVar7 + 0x34);\n uVar7 = (uint)bVar4;\n if ((bVar4 & 2) != 0) {\n if (((bStack_b8 != false) && ((bVar4 & 0x40) != 0)) &&\n (uVar7 = FUN_000a90f0(local_5c,iVar12,0), (uVar7 & 1) != 0)) {\n auStack_a8[3] = FUN_000a90f0(local_5c,iVar12,0);\n auStack_a8[3] = auStack_a8[3] & 0xfffffffe;\n local_5c = puStack_b4;\n }\n if (-1 < (char)*(byte *)((int)local_5c + 0xb)) {\n if ((*(byte *)((int)local_5c + 0xb) & 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17);\n }\n puVar10 = (uint *)local_5c[3];\n uVar7 = *puVar10;\n uVar5 = uVar7 % puVar10[3];\n piVar18 = *(int **)(puVar10[2] + uVar5 * 4);\n if (piVar18 != (int *)0x0) {\n uVar11 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, uVar7 != uVar11) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }\n if (*piVar18 != 0) goto LAB_001240a3;\n }\nLAB_00124478:\n FUN_00318cf0(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23);\n }\nLAB_001240a3:\n if (uStack_68 - 10 < 0x2a) {\n \n \n uVar15 = (*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))();\n return uVar15;\n }\n \n FUN_002446e0(uVar15 + 0x34351d,0x2ec8,uVar15 + 0x345d23,iVar6);\n }\n }\n \n FUN_002446e0(uVar15 + 0x34351d,0x2ea7,uVar15 + 0x345d23,uVar7);\n }\n iVar12 = *(int *)(*(int *)(param_2 + 0x13c) + uVar15 * 4);\n if (iVar12 == 0) {\nLAB_00123df8:\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfe7;\n \n puStack_80 = (undefined *)0x123e15;\n puStack_70 = (uint *)iVar6;\n FUN_002446e0();\n }\n local_20 = local_44;\n local_2c = iVar6;\n if (param_1 == 0) {\n if (param_3 == -1) {\n puStack_70 = (uint *)0x123df8;\n iVar6 = FUN_0010c360();\n goto LAB_00123df8;\n }\n local_28 = param_3;\n local_24 = param_2;\n }\n else {\n local_28 = -1;\n local_24 = param_1;\n }\n puStack_70 = (uint *)0x123c3b;\n FUN_0010ece0();\n if ((local_30 == 0) || (iVar6 = *(int *)(local_30 + 0x14), iVar6 == 0)) {\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfeb;\n \n puStack_80 = (undefined *)0x123cff;\n FUN_002446e0();\n }\n param_6 = (uint)*(byte *)(*(int *)(iVar6 + 4) + 0x14);\n if ((*(byte *)(iVar12 + 0x1c) & 1) == 0) {\nLAB_00123dd6:\n uStack_74 = local_64 + -0x17f944;\n local_7c = (uint *)(local_64 + -0x19cca3);\n iStack_78 = 0xc5;\n \n puStack_80 = (undefined *)0x123df3;\n FUN_002446e0();\n }\n if (*(int *)(iVar6 + 8) == -1) {\n puStack_70 = (uint *)0x123dd6;\n FUN_0010c390();\n goto LAB_00123dd6;\n }\n local_58 = (*(int *)(iVar6 + 8) - param_5) + *(int *)(iVar12 + 4) + local_4c;\n if (0x3ffffff < local_58 + 0x2000000) {\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfef;\n \n puStack_80 = &UNK_00123cb7;\n puStack_70 = (uint *)*(int *)(iVar12 + 4);\n FUN_002446e0();\n }\n }\nLAB_00123af0:\n if (param_6 == 0) {\n uVar15 = local_58 + 0x2000000;\n goto LAB_00123b38;\n }\n if (((char)uVar13 != '\x01') || (iVar9 != 0x1c)) {\nLAB_00123a2c:\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xff8;\n \n puStack_80 = &UNK_00123a4b;\n FUN_002446e0();\n }\n uVar15 = local_58 + 0x2000000;\n }" (if "if") (parenthesized_expression "(uVar15 < 0x4000000)" (( "(") (binary_expression "uVar15 < 0x4000000" (identifier "uVar15") (< "<") (number_literal "0x4000000")) () ")")) (compound_statement "{\n if (param_6 == 0) goto LAB_00123b38;\n if (((char)uVar13 != '\x01') || (iVar9 != 0x1c)) {\n uStack_74 = 0;\n iStack_78 = param_2;\n local_7c = (uint *)param_4;\n puStack_80 = (undefined *)0x123a0a;\n FUN_000a90f0();\n local_7c = (uint *)0x1;\n puStack_80 = (undefined *)0x123a21;\n iVar6 = FUN_00113410();\n if (iVar6 == 0) goto LAB_00123a2c;\n goto LAB_00123bd0;\n }\n }" ({ "{") (if_statement "if (param_6 == 0) goto LAB_00123b38;" (if "if") (parenthesized_expression "(param_6 == 0)" (( "(") (binary_expression "param_6 == 0" (identifier "param_6") (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_00123b38;" (goto "goto") (statement_identifier "LAB_00123b38") (; ";"))) (if_statement "if (((char)uVar13 != '\x01') || (iVar9 != 0x1c)) {\n uStack_74 = 0;\n iStack_78 = param_2;\n local_7c = (uint *)param_4;\n puStack_80 = (undefined *)0x123a0a;\n FUN_000a90f0();\n local_7c = (uint *)0x1;\n puStack_80 = (undefined *)0x123a21;\n iVar6 = FUN_00113410();\n if (iVar6 == 0) goto LAB_00123a2c;\n goto LAB_00123bd0;\n }" (if "if") (parenthesized_expression "(((char)uVar13 != '\x01') || (iVar9 != 0x1c))" (( "(") (binary_expression "((char)uVar13 != '\x01') || (iVar9 != 0x1c)" (parenthesized_expression "((char)uVar13 != '\x01')" (( "(") (binary_expression "(char)uVar13 != '\x01'" (cast_expression "(char)uVar13" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (identifier "uVar13")) (!= "!=") (char_literal "'\x01'" (' "'") (escape_sequence "\x01") (' "'"))) () ")")) (|| "||") (parenthesized_expression "(iVar9 != 0x1c)" (( "(") (binary_expression "iVar9 != 0x1c" (identifier "iVar9") (!= "!=") (number_literal "0x1c")) () ")"))) () ")")) (compound_statement "{\n uStack_74 = 0;\n iStack_78 = param_2;\n local_7c = (uint *)param_4;\n puStack_80 = (undefined *)0x123a0a;\n FUN_000a90f0();\n local_7c = (uint *)0x1;\n puStack_80 = (undefined *)0x123a21;\n iVar6 = FUN_00113410();\n if (iVar6 == 0) goto LAB_00123a2c;\n goto LAB_00123bd0;\n }" ({ "{") (expression_statement "uStack_74 = 0;" (assignment_expression "uStack_74 = 0" (identifier "uStack_74") (= "=") (number_literal "0")) (; ";")) (expression_statement "iStack_78 = param_2;" (assignment_expression "iStack_78 = param_2" (identifier "iStack_78") (= "=") (identifier "param_2")) (; ";")) (expression_statement "local_7c = (uint *)param_4;" (assignment_expression "local_7c = (uint *)param_4" (identifier "local_7c") (= "=") (cast_expression "(uint *)param_4" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "param_4"))) (; ";")) (expression_statement "puStack_80 = (undefined *)0x123a0a;" (assignment_expression "puStack_80 = (undefined *)0x123a0a" (identifier "puStack_80") (= "=") (cast_expression "(undefined *)0x123a0a" (( "(") (type_descriptor "undefined *" (type_identifier "undefined") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x123a0a"))) (; ";")) (expression_statement "FUN_000a90f0();" (call_expression "FUN_000a90f0()" (identifier "FUN_000a90f0") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "local_7c = (uint *)0x1;" (assignment_expression "local_7c = (uint *)0x1" (identifier "local_7c") (= "=") (cast_expression "(uint *)0x1" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x1"))) (; ";")) (expression_statement "puStack_80 = (undefined *)0x123a21;" (assignment_expression "puStack_80 = (undefined *)0x123a21" (identifier "puStack_80") (= "=") (cast_expression "(undefined *)0x123a21" (( "(") (type_descriptor "undefined *" (type_identifier "undefined") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x123a21"))) (; ";")) (expression_statement "iVar6 = FUN_00113410();" (assignment_expression "iVar6 = FUN_00113410()" (identifier "iVar6") (= "=") (call_expression "FUN_00113410()" (identifier "FUN_00113410") (argument_list "()" (( "(") () ")")))) (; ";")) (if_statement "if (iVar6 == 0) goto LAB_00123a2c;" (if "if") (parenthesized_expression "(iVar6 == 0)" (( "(") (binary_expression "iVar6 == 0" (identifier "iVar6") (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_00123a2c;" (goto "goto") (statement_identifier "LAB_00123a2c") (; ";"))) (goto_statement "goto LAB_00123bd0;" (goto "goto") (statement_identifier "LAB_00123bd0") (; ";")) (} "}"))) (} "}")) (else_clause "else {\n uStack_74 = 0;\n iStack_78 = param_2;\n local_7c = (uint *)param_4;\n puStack_80 = (undefined *)0x123abd;\n FUN_000a90f0();\n local_7c = (uint *)(uint)(param_6 != 0);\n puStack_80 = (undefined *)0x123ade;\n iVar6 = FUN_00113410();\n if (iVar6 != 0) {\nLAB_00123bd0:\n uVar15 = *(uint *)(local_50 + 0x18);\n local_60 = *(uint *)(param_2 + 0x140);\n if ((uint)((int)(local_60 - *(int *)(param_2 + 0x13c)) >> 2) <= uVar15) {\n puStack_70 = (uint *)0x123e1a;\n FUN_0010c330();\n iStack_78 = 0x123e29;\n uStack_74 = uVar15;\n puStack_70 = (uint *)uVar5;\n uVar22 = FUN_00074f0a();\n iVar6 = local_64;\n iVar12 = (int)((ulonglong)uVar22 >> 0x20);\n pbVar16 = BYTE_ARRAY_004c61c1 + uVar15 + 0x16;\n auStack_a8[0] = 0;\n auStack_a8[1] = 0xffffffff;\n auStack_a8[2] = 0x80000000;\n auStack_a8[3] = 0;\n pbVar17 = pbVar16;\n uVar23 = extraout_ECX_00;\n local_7c = (uint *)uVar13;\n iStack_78 = iVar9;\n if (local_64 == 0) {\n uVar7 = (*(int *)(iVar12 + 0x154) - *(int *)(iVar12 + 0x14c)) +\n (*(int *)(iVar12 + 0x150) - *(int *)(iVar12 + 0x148)) * 8;\n if (uVar7 <= local_60) {\n \n FUN_002446e0(uVar15 + 0x34351d,0x5f8,uVar15 + 0x34662f,uVar7);\n }\n bStack_b8 = (*(uint *)(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4) &\n 1 << ((byte)local_60 & 0x1f)) != 0;\n goto LAB_00123fe0;\n }\n uVar7 = 0;\n if (uStack_68 - 2 < 0x6b) {\n uVar7 = (uint)(char)(&UNK_00344ed5)[uStack_68 + uVar15];\n if (*(int *)(local_64 + 0x18) == -1) goto LAB_00123f75;\nLAB_00123e82:\n if ((*(byte *)(local_64 + 0x28) & 0xf) != 10) {\n cVar3 = FUN_00071bb0(local_64,uVar7);\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n if (cVar3 != '\0') {\nLAB_00123f19:\n if (bVar4 == 0) goto LAB_00123f1d;\nLAB_00123f80:\n if (bVar4 == 4) {\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }\nLAB_00124258:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }\nLAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);\n bStack_b8 = (bool)(bVar4 & 1);\n goto LAB_00123fe0;\n }\n goto LAB_00124280;\n }\n if ((bVar4 != 0) || ((*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0)) {\n pbVar17 = BYTE_ARRAY_004c6979 + uVar15 + 0x26;\n if (*(int *)(*(int *)pbVar17 + 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);\n }\n if (*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0') {\nLAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;\n if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }\n if (bVar4 != 4) goto LAB_00124258;\nLAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }\n }\n else if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;\n }\n }\n if (*(int *)((int)uVar22 + 0x18) == 0) {\n iVar9 = FUN_0010c850();\nLAB_0012462d:\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,iVar9);\n }\n auStack_a8[3] = FUN_00117290();\n bStack_b8 = false;\n local_5c = auStack_a8;\n }\n else {\n if (*(int *)(local_64 + 0x18) != -1) goto LAB_00123e82;\nLAB_00123f75:\n bVar4 = *(byte *)(local_64 + 0x2a) & 7;\n if (bVar4 != 0) goto LAB_00123f80;\nLAB_00123f1d:\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_00123f8f;\nLAB_00123f39:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) goto LAB_00123fe0;\n if ((*(int *)(iVar6 + 0xc) == 0) && ((bVar1 & 0x20) != 0)) goto LAB_00124269;\n goto LAB_001242ac;\n }\nLAB_00124280:\n bStack_b8 = true;\n }\nLAB_00123fe0:\n puStack_b4 = auStack_a8;\n iVar9 = *(int *)((int)&DWORD_004c739c + uVar15 + 3);\n if (0xff < uStack_68) {\n \n FUN_002446e0(uVar15 + 0x347947,0x134,uVar15 + 0x3466b7,iVar9);\n }\n uVar7 = *(uint *)(iVar9 + uStack_68 * 4);\n if ((uVar7 != 0) && (*(int *)(uVar7 + 0x1c) == 1)) {\n bVar4 = *(byte *)(uVar7 + 0x34);\n uVar7 = (uint)bVar4;\n if ((bVar4 & 2) != 0) {\n if (((bStack_b8 != false) && ((bVar4 & 0x40) != 0)) &&\n (uVar7 = FUN_000a90f0(local_5c,iVar12,0), (uVar7 & 1) != 0)) {\n auStack_a8[3] = FUN_000a90f0(local_5c,iVar12,0);\n auStack_a8[3] = auStack_a8[3] & 0xfffffffe;\n local_5c = puStack_b4;\n }\n if (-1 < (char)*(byte *)((int)local_5c + 0xb)) {\n if ((*(byte *)((int)local_5c + 0xb) & 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17);\n }\n puVar10 = (uint *)local_5c[3];\n uVar7 = *puVar10;\n uVar5 = uVar7 % puVar10[3];\n piVar18 = *(int **)(puVar10[2] + uVar5 * 4);\n if (piVar18 != (int *)0x0) {\n uVar11 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, uVar7 != uVar11) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }\n if (*piVar18 != 0) goto LAB_001240a3;\n }\nLAB_00124478:\n FUN_00318cf0(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23);\n }\nLAB_001240a3:\n if (uStack_68 - 10 < 0x2a) {\n \n \n uVar15 = (*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))();\n return uVar15;\n }\n \n FUN_002446e0(uVar15 + 0x34351d,0x2ec8,uVar15 + 0x345d23,iVar6);\n }\n }\n \n FUN_002446e0(uVar15 + 0x34351d,0x2ea7,uVar15 + 0x345d23,uVar7);\n }\n iVar12 = *(int *)(*(int *)(param_2 + 0x13c) + uVar15 * 4);\n if (iVar12 == 0) {\nLAB_00123df8:\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfe7;\n \n puStack_80 = (undefined *)0x123e15;\n puStack_70 = (uint *)iVar6;\n FUN_002446e0();\n }\n local_20 = local_44;\n local_2c = iVar6;\n if (param_1 == 0) {\n if (param_3 == -1) {\n puStack_70 = (uint *)0x123df8;\n iVar6 = FUN_0010c360();\n goto LAB_00123df8;\n }\n local_28 = param_3;\n local_24 = param_2;\n }\n else {\n local_28 = -1;\n local_24 = param_1;\n }\n puStack_70 = (uint *)0x123c3b;\n FUN_0010ece0();\n if ((local_30 == 0) || (iVar6 = *(int *)(local_30 + 0x14), iVar6 == 0)) {\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfeb;\n \n puStack_80 = (undefined *)0x123cff;\n FUN_002446e0();\n }\n param_6 = (uint)*(byte *)(*(int *)(iVar6 + 4) + 0x14);\n if ((*(byte *)(iVar12 + 0x1c) & 1) == 0) {\nLAB_00123dd6:\n uStack_74 = local_64 + -0x17f944;\n local_7c = (uint *)(local_64 + -0x19cca3);\n iStack_78 = 0xc5;\n \n puStack_80 = (undefined *)0x123df3;\n FUN_002446e0();\n }\n if (*(int *)(iVar6 + 8) == -1) {\n puStack_70 = (uint *)0x123dd6;\n FUN_0010c390();\n goto LAB_00123dd6;\n }\n local_58 = (*(int *)(iVar6 + 8) - param_5) + *(int *)(iVar12 + 4) + local_4c;\n if (0x3ffffff < local_58 + 0x2000000) {\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfef;\n \n puStack_80 = &UNK_00123cb7;\n puStack_70 = (uint *)*(int *)(iVar12 + 4);\n FUN_002446e0();\n }\n }\nLAB_00123af0:\n if (param_6 == 0) {\n uVar15 = local_58 + 0x2000000;\n goto LAB_00123b38;\n }\n if (((char)uVar13 != '\x01') || (iVar9 != 0x1c)) {\nLAB_00123a2c:\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xff8;\n \n puStack_80 = &UNK_00123a4b;\n FUN_002446e0();\n }\n uVar15 = local_58 + 0x2000000;\n }" (else "else") (compound_statement "{\n uStack_74 = 0;\n iStack_78 = param_2;\n local_7c = (uint *)param_4;\n puStack_80 = (undefined *)0x123abd;\n FUN_000a90f0();\n local_7c = (uint *)(uint)(param_6 != 0);\n puStack_80 = (undefined *)0x123ade;\n iVar6 = FUN_00113410();\n if (iVar6 != 0) {\nLAB_00123bd0:\n uVar15 = *(uint *)(local_50 + 0x18);\n local_60 = *(uint *)(param_2 + 0x140);\n if ((uint)((int)(local_60 - *(int *)(param_2 + 0x13c)) >> 2) <= uVar15) {\n puStack_70 = (uint *)0x123e1a;\n FUN_0010c330();\n iStack_78 = 0x123e29;\n uStack_74 = uVar15;\n puStack_70 = (uint *)uVar5;\n uVar22 = FUN_00074f0a();\n iVar6 = local_64;\n iVar12 = (int)((ulonglong)uVar22 >> 0x20);\n pbVar16 = BYTE_ARRAY_004c61c1 + uVar15 + 0x16;\n auStack_a8[0] = 0;\n auStack_a8[1] = 0xffffffff;\n auStack_a8[2] = 0x80000000;\n auStack_a8[3] = 0;\n pbVar17 = pbVar16;\n uVar23 = extraout_ECX_00;\n local_7c = (uint *)uVar13;\n iStack_78 = iVar9;\n if (local_64 == 0) {\n uVar7 = (*(int *)(iVar12 + 0x154) - *(int *)(iVar12 + 0x14c)) +\n (*(int *)(iVar12 + 0x150) - *(int *)(iVar12 + 0x148)) * 8;\n if (uVar7 <= local_60) {\n \n FUN_002446e0(uVar15 + 0x34351d,0x5f8,uVar15 + 0x34662f,uVar7);\n }\n bStack_b8 = (*(uint *)(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4) &\n 1 << ((byte)local_60 & 0x1f)) != 0;\n goto LAB_00123fe0;\n }\n uVar7 = 0;\n if (uStack_68 - 2 < 0x6b) {\n uVar7 = (uint)(char)(&UNK_00344ed5)[uStack_68 + uVar15];\n if (*(int *)(local_64 + 0x18) == -1) goto LAB_00123f75;\nLAB_00123e82:\n if ((*(byte *)(local_64 + 0x28) & 0xf) != 10) {\n cVar3 = FUN_00071bb0(local_64,uVar7);\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n if (cVar3 != '\0') {\nLAB_00123f19:\n if (bVar4 == 0) goto LAB_00123f1d;\nLAB_00123f80:\n if (bVar4 == 4) {\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }\nLAB_00124258:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }\nLAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);\n bStack_b8 = (bool)(bVar4 & 1);\n goto LAB_00123fe0;\n }\n goto LAB_00124280;\n }\n if ((bVar4 != 0) || ((*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0)) {\n pbVar17 = BYTE_ARRAY_004c6979 + uVar15 + 0x26;\n if (*(int *)(*(int *)pbVar17 + 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);\n }\n if (*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0') {\nLAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;\n if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }\n if (bVar4 != 4) goto LAB_00124258;\nLAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }\n }\n else if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;\n }\n }\n if (*(int *)((int)uVar22 + 0x18) == 0) {\n iVar9 = FUN_0010c850();\nLAB_0012462d:\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,iVar9);\n }\n auStack_a8[3] = FUN_00117290();\n bStack_b8 = false;\n local_5c = auStack_a8;\n }\n else {\n if (*(int *)(local_64 + 0x18) != -1) goto LAB_00123e82;\nLAB_00123f75:\n bVar4 = *(byte *)(local_64 + 0x2a) & 7;\n if (bVar4 != 0) goto LAB_00123f80;\nLAB_00123f1d:\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_00123f8f;\nLAB_00123f39:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) goto LAB_00123fe0;\n if ((*(int *)(iVar6 + 0xc) == 0) && ((bVar1 & 0x20) != 0)) goto LAB_00124269;\n goto LAB_001242ac;\n }\nLAB_00124280:\n bStack_b8 = true;\n }\nLAB_00123fe0:\n puStack_b4 = auStack_a8;\n iVar9 = *(int *)((int)&DWORD_004c739c + uVar15 + 3);\n if (0xff < uStack_68) {\n \n FUN_002446e0(uVar15 + 0x347947,0x134,uVar15 + 0x3466b7,iVar9);\n }\n uVar7 = *(uint *)(iVar9 + uStack_68 * 4);\n if ((uVar7 != 0) && (*(int *)(uVar7 + 0x1c) == 1)) {\n bVar4 = *(byte *)(uVar7 + 0x34);\n uVar7 = (uint)bVar4;\n if ((bVar4 & 2) != 0) {\n if (((bStack_b8 != false) && ((bVar4 & 0x40) != 0)) &&\n (uVar7 = FUN_000a90f0(local_5c,iVar12,0), (uVar7 & 1) != 0)) {\n auStack_a8[3] = FUN_000a90f0(local_5c,iVar12,0);\n auStack_a8[3] = auStack_a8[3] & 0xfffffffe;\n local_5c = puStack_b4;\n }\n if (-1 < (char)*(byte *)((int)local_5c + 0xb)) {\n if ((*(byte *)((int)local_5c + 0xb) & 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17);\n }\n puVar10 = (uint *)local_5c[3];\n uVar7 = *puVar10;\n uVar5 = uVar7 % puVar10[3];\n piVar18 = *(int **)(puVar10[2] + uVar5 * 4);\n if (piVar18 != (int *)0x0) {\n uVar11 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, uVar7 != uVar11) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }\n if (*piVar18 != 0) goto LAB_001240a3;\n }\nLAB_00124478:\n FUN_00318cf0(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23);\n }\nLAB_001240a3:\n if (uStack_68 - 10 < 0x2a) {\n \n \n uVar15 = (*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))();\n return uVar15;\n }\n \n FUN_002446e0(uVar15 + 0x34351d,0x2ec8,uVar15 + 0x345d23,iVar6);\n }\n }\n \n FUN_002446e0(uVar15 + 0x34351d,0x2ea7,uVar15 + 0x345d23,uVar7);\n }\n iVar12 = *(int *)(*(int *)(param_2 + 0x13c) + uVar15 * 4);\n if (iVar12 == 0) {\nLAB_00123df8:\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfe7;\n \n puStack_80 = (undefined *)0x123e15;\n puStack_70 = (uint *)iVar6;\n FUN_002446e0();\n }\n local_20 = local_44;\n local_2c = iVar6;\n if (param_1 == 0) {\n if (param_3 == -1) {\n puStack_70 = (uint *)0x123df8;\n iVar6 = FUN_0010c360();\n goto LAB_00123df8;\n }\n local_28 = param_3;\n local_24 = param_2;\n }\n else {\n local_28 = -1;\n local_24 = param_1;\n }\n puStack_70 = (uint *)0x123c3b;\n FUN_0010ece0();\n if ((local_30 == 0) || (iVar6 = *(int *)(local_30 + 0x14), iVar6 == 0)) {\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfeb;\n \n puStack_80 = (undefined *)0x123cff;\n FUN_002446e0();\n }\n param_6 = (uint)*(byte *)(*(int *)(iVar6 + 4) + 0x14);\n if ((*(byte *)(iVar12 + 0x1c) & 1) == 0) {\nLAB_00123dd6:\n uStack_74 = local_64 + -0x17f944;\n local_7c = (uint *)(local_64 + -0x19cca3);\n iStack_78 = 0xc5;\n \n puStack_80 = (undefined *)0x123df3;\n FUN_002446e0();\n }\n if (*(int *)(iVar6 + 8) == -1) {\n puStack_70 = (uint *)0x123dd6;\n FUN_0010c390();\n goto LAB_00123dd6;\n }\n local_58 = (*(int *)(iVar6 + 8) - param_5) + *(int *)(iVar12 + 4) + local_4c;\n if (0x3ffffff < local_58 + 0x2000000) {\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfef;\n \n puStack_80 = &UNK_00123cb7;\n puStack_70 = (uint *)*(int *)(iVar12 + 4);\n FUN_002446e0();\n }\n }\nLAB_00123af0:\n if (param_6 == 0) {\n uVar15 = local_58 + 0x2000000;\n goto LAB_00123b38;\n }\n if (((char)uVar13 != '\x01') || (iVar9 != 0x1c)) {\nLAB_00123a2c:\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xff8;\n \n puStack_80 = &UNK_00123a4b;\n FUN_002446e0();\n }\n uVar15 = local_58 + 0x2000000;\n }" ({ "{") (expression_statement "uStack_74 = 0;" (assignment_expression "uStack_74 = 0" (identifier "uStack_74") (= "=") (number_literal "0")) (; ";")) (expression_statement "iStack_78 = param_2;" (assignment_expression "iStack_78 = param_2" (identifier "iStack_78") (= "=") (identifier "param_2")) (; ";")) (expression_statement "local_7c = (uint *)param_4;" (assignment_expression "local_7c = (uint *)param_4" (identifier "local_7c") (= "=") (cast_expression "(uint *)param_4" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "param_4"))) (; ";")) (expression_statement "puStack_80 = (undefined *)0x123abd;" (assignment_expression "puStack_80 = (undefined *)0x123abd" (identifier "puStack_80") (= "=") (cast_expression "(undefined *)0x123abd" (( "(") (type_descriptor "undefined *" (type_identifier "undefined") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x123abd"))) (; ";")) (expression_statement "FUN_000a90f0();" (call_expression "FUN_000a90f0()" (identifier "FUN_000a90f0") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "local_7c = (uint *)(uint)(param_6 != 0);" (assignment_expression "local_7c = (uint *)(uint)(param_6 != 0)" (identifier "local_7c") (= "=") (cast_expression "(uint *)(uint)(param_6 != 0)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "(uint)(param_6 != 0)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(param_6 != 0)" (( "(") (binary_expression "param_6 != 0" (identifier "param_6") (!= "!=") (number_literal "0")) () ")"))))) (; ";")) (expression_statement "puStack_80 = (undefined *)0x123ade;" (assignment_expression "puStack_80 = (undefined *)0x123ade" (identifier "puStack_80") (= "=") (cast_expression "(undefined *)0x123ade" (( "(") (type_descriptor "undefined *" (type_identifier "undefined") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x123ade"))) (; ";")) (expression_statement "iVar6 = FUN_00113410();" (assignment_expression "iVar6 = FUN_00113410()" (identifier "iVar6") (= "=") (call_expression "FUN_00113410()" (identifier "FUN_00113410") (argument_list "()" (( "(") () ")")))) (; ";")) (if_statement "if (iVar6 != 0) {\nLAB_00123bd0:\n uVar15 = *(uint *)(local_50 + 0x18);\n local_60 = *(uint *)(param_2 + 0x140);\n if ((uint)((int)(local_60 - *(int *)(param_2 + 0x13c)) >> 2) <= uVar15) {\n puStack_70 = (uint *)0x123e1a;\n FUN_0010c330();\n iStack_78 = 0x123e29;\n uStack_74 = uVar15;\n puStack_70 = (uint *)uVar5;\n uVar22 = FUN_00074f0a();\n iVar6 = local_64;\n iVar12 = (int)((ulonglong)uVar22 >> 0x20);\n pbVar16 = BYTE_ARRAY_004c61c1 + uVar15 + 0x16;\n auStack_a8[0] = 0;\n auStack_a8[1] = 0xffffffff;\n auStack_a8[2] = 0x80000000;\n auStack_a8[3] = 0;\n pbVar17 = pbVar16;\n uVar23 = extraout_ECX_00;\n local_7c = (uint *)uVar13;\n iStack_78 = iVar9;\n if (local_64 == 0) {\n uVar7 = (*(int *)(iVar12 + 0x154) - *(int *)(iVar12 + 0x14c)) +\n (*(int *)(iVar12 + 0x150) - *(int *)(iVar12 + 0x148)) * 8;\n if (uVar7 <= local_60) {\n \n FUN_002446e0(uVar15 + 0x34351d,0x5f8,uVar15 + 0x34662f,uVar7);\n }\n bStack_b8 = (*(uint *)(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4) &\n 1 << ((byte)local_60 & 0x1f)) != 0;\n goto LAB_00123fe0;\n }\n uVar7 = 0;\n if (uStack_68 - 2 < 0x6b) {\n uVar7 = (uint)(char)(&UNK_00344ed5)[uStack_68 + uVar15];\n if (*(int *)(local_64 + 0x18) == -1) goto LAB_00123f75;\nLAB_00123e82:\n if ((*(byte *)(local_64 + 0x28) & 0xf) != 10) {\n cVar3 = FUN_00071bb0(local_64,uVar7);\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n if (cVar3 != '\0') {\nLAB_00123f19:\n if (bVar4 == 0) goto LAB_00123f1d;\nLAB_00123f80:\n if (bVar4 == 4) {\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }\nLAB_00124258:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }\nLAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);\n bStack_b8 = (bool)(bVar4 & 1);\n goto LAB_00123fe0;\n }\n goto LAB_00124280;\n }\n if ((bVar4 != 0) || ((*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0)) {\n pbVar17 = BYTE_ARRAY_004c6979 + uVar15 + 0x26;\n if (*(int *)(*(int *)pbVar17 + 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);\n }\n if (*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0') {\nLAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;\n if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }\n if (bVar4 != 4) goto LAB_00124258;\nLAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }\n }\n else if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;\n }\n }\n if (*(int *)((int)uVar22 + 0x18) == 0) {\n iVar9 = FUN_0010c850();\nLAB_0012462d:\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,iVar9);\n }\n auStack_a8[3] = FUN_00117290();\n bStack_b8 = false;\n local_5c = auStack_a8;\n }\n else {\n if (*(int *)(local_64 + 0x18) != -1) goto LAB_00123e82;\nLAB_00123f75:\n bVar4 = *(byte *)(local_64 + 0x2a) & 7;\n if (bVar4 != 0) goto LAB_00123f80;\nLAB_00123f1d:\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_00123f8f;\nLAB_00123f39:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) goto LAB_00123fe0;\n if ((*(int *)(iVar6 + 0xc) == 0) && ((bVar1 & 0x20) != 0)) goto LAB_00124269;\n goto LAB_001242ac;\n }\nLAB_00124280:\n bStack_b8 = true;\n }\nLAB_00123fe0:\n puStack_b4 = auStack_a8;\n iVar9 = *(int *)((int)&DWORD_004c739c + uVar15 + 3);\n if (0xff < uStack_68) {\n \n FUN_002446e0(uVar15 + 0x347947,0x134,uVar15 + 0x3466b7,iVar9);\n }\n uVar7 = *(uint *)(iVar9 + uStack_68 * 4);\n if ((uVar7 != 0) && (*(int *)(uVar7 + 0x1c) == 1)) {\n bVar4 = *(byte *)(uVar7 + 0x34);\n uVar7 = (uint)bVar4;\n if ((bVar4 & 2) != 0) {\n if (((bStack_b8 != false) && ((bVar4 & 0x40) != 0)) &&\n (uVar7 = FUN_000a90f0(local_5c,iVar12,0), (uVar7 & 1) != 0)) {\n auStack_a8[3] = FUN_000a90f0(local_5c,iVar12,0);\n auStack_a8[3] = auStack_a8[3] & 0xfffffffe;\n local_5c = puStack_b4;\n }\n if (-1 < (char)*(byte *)((int)local_5c + 0xb)) {\n if ((*(byte *)((int)local_5c + 0xb) & 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17);\n }\n puVar10 = (uint *)local_5c[3];\n uVar7 = *puVar10;\n uVar5 = uVar7 % puVar10[3];\n piVar18 = *(int **)(puVar10[2] + uVar5 * 4);\n if (piVar18 != (int *)0x0) {\n uVar11 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, uVar7 != uVar11) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }\n if (*piVar18 != 0) goto LAB_001240a3;\n }\nLAB_00124478:\n FUN_00318cf0(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23);\n }\nLAB_001240a3:\n if (uStack_68 - 10 < 0x2a) {\n \n \n uVar15 = (*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))();\n return uVar15;\n }\n \n FUN_002446e0(uVar15 + 0x34351d,0x2ec8,uVar15 + 0x345d23,iVar6);\n }\n }\n \n FUN_002446e0(uVar15 + 0x34351d,0x2ea7,uVar15 + 0x345d23,uVar7);\n }\n iVar12 = *(int *)(*(int *)(param_2 + 0x13c) + uVar15 * 4);\n if (iVar12 == 0) {\nLAB_00123df8:\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfe7;\n \n puStack_80 = (undefined *)0x123e15;\n puStack_70 = (uint *)iVar6;\n FUN_002446e0();\n }\n local_20 = local_44;\n local_2c = iVar6;\n if (param_1 == 0) {\n if (param_3 == -1) {\n puStack_70 = (uint *)0x123df8;\n iVar6 = FUN_0010c360();\n goto LAB_00123df8;\n }\n local_28 = param_3;\n local_24 = param_2;\n }\n else {\n local_28 = -1;\n local_24 = param_1;\n }\n puStack_70 = (uint *)0x123c3b;\n FUN_0010ece0();\n if ((local_30 == 0) || (iVar6 = *(int *)(local_30 + 0x14), iVar6 == 0)) {\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfeb;\n \n puStack_80 = (undefined *)0x123cff;\n FUN_002446e0();\n }\n param_6 = (uint)*(byte *)(*(int *)(iVar6 + 4) + 0x14);\n if ((*(byte *)(iVar12 + 0x1c) & 1) == 0) {\nLAB_00123dd6:\n uStack_74 = local_64 + -0x17f944;\n local_7c = (uint *)(local_64 + -0x19cca3);\n iStack_78 = 0xc5;\n \n puStack_80 = (undefined *)0x123df3;\n FUN_002446e0();\n }\n if (*(int *)(iVar6 + 8) == -1) {\n puStack_70 = (uint *)0x123dd6;\n FUN_0010c390();\n goto LAB_00123dd6;\n }\n local_58 = (*(int *)(iVar6 + 8) - param_5) + *(int *)(iVar12 + 4) + local_4c;\n if (0x3ffffff < local_58 + 0x2000000) {\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfef;\n \n puStack_80 = &UNK_00123cb7;\n puStack_70 = (uint *)*(int *)(iVar12 + 4);\n FUN_002446e0();\n }\n }" (if "if") (parenthesized_expression "(iVar6 != 0)" (( "(") (binary_expression "iVar6 != 0" (identifier "iVar6") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\nLAB_00123bd0:\n uVar15 = *(uint *)(local_50 + 0x18);\n local_60 = *(uint *)(param_2 + 0x140);\n if ((uint)((int)(local_60 - *(int *)(param_2 + 0x13c)) >> 2) <= uVar15) {\n puStack_70 = (uint *)0x123e1a;\n FUN_0010c330();\n iStack_78 = 0x123e29;\n uStack_74 = uVar15;\n puStack_70 = (uint *)uVar5;\n uVar22 = FUN_00074f0a();\n iVar6 = local_64;\n iVar12 = (int)((ulonglong)uVar22 >> 0x20);\n pbVar16 = BYTE_ARRAY_004c61c1 + uVar15 + 0x16;\n auStack_a8[0] = 0;\n auStack_a8[1] = 0xffffffff;\n auStack_a8[2] = 0x80000000;\n auStack_a8[3] = 0;\n pbVar17 = pbVar16;\n uVar23 = extraout_ECX_00;\n local_7c = (uint *)uVar13;\n iStack_78 = iVar9;\n if (local_64 == 0) {\n uVar7 = (*(int *)(iVar12 + 0x154) - *(int *)(iVar12 + 0x14c)) +\n (*(int *)(iVar12 + 0x150) - *(int *)(iVar12 + 0x148)) * 8;\n if (uVar7 <= local_60) {\n \n FUN_002446e0(uVar15 + 0x34351d,0x5f8,uVar15 + 0x34662f,uVar7);\n }\n bStack_b8 = (*(uint *)(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4) &\n 1 << ((byte)local_60 & 0x1f)) != 0;\n goto LAB_00123fe0;\n }\n uVar7 = 0;\n if (uStack_68 - 2 < 0x6b) {\n uVar7 = (uint)(char)(&UNK_00344ed5)[uStack_68 + uVar15];\n if (*(int *)(local_64 + 0x18) == -1) goto LAB_00123f75;\nLAB_00123e82:\n if ((*(byte *)(local_64 + 0x28) & 0xf) != 10) {\n cVar3 = FUN_00071bb0(local_64,uVar7);\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n if (cVar3 != '\0') {\nLAB_00123f19:\n if (bVar4 == 0) goto LAB_00123f1d;\nLAB_00123f80:\n if (bVar4 == 4) {\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }\nLAB_00124258:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }\nLAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);\n bStack_b8 = (bool)(bVar4 & 1);\n goto LAB_00123fe0;\n }\n goto LAB_00124280;\n }\n if ((bVar4 != 0) || ((*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0)) {\n pbVar17 = BYTE_ARRAY_004c6979 + uVar15 + 0x26;\n if (*(int *)(*(int *)pbVar17 + 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);\n }\n if (*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0') {\nLAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;\n if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }\n if (bVar4 != 4) goto LAB_00124258;\nLAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }\n }\n else if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;\n }\n }\n if (*(int *)((int)uVar22 + 0x18) == 0) {\n iVar9 = FUN_0010c850();\nLAB_0012462d:\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,iVar9);\n }\n auStack_a8[3] = FUN_00117290();\n bStack_b8 = false;\n local_5c = auStack_a8;\n }\n else {\n if (*(int *)(local_64 + 0x18) != -1) goto LAB_00123e82;\nLAB_00123f75:\n bVar4 = *(byte *)(local_64 + 0x2a) & 7;\n if (bVar4 != 0) goto LAB_00123f80;\nLAB_00123f1d:\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_00123f8f;\nLAB_00123f39:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) goto LAB_00123fe0;\n if ((*(int *)(iVar6 + 0xc) == 0) && ((bVar1 & 0x20) != 0)) goto LAB_00124269;\n goto LAB_001242ac;\n }\nLAB_00124280:\n bStack_b8 = true;\n }\nLAB_00123fe0:\n puStack_b4 = auStack_a8;\n iVar9 = *(int *)((int)&DWORD_004c739c + uVar15 + 3);\n if (0xff < uStack_68) {\n \n FUN_002446e0(uVar15 + 0x347947,0x134,uVar15 + 0x3466b7,iVar9);\n }\n uVar7 = *(uint *)(iVar9 + uStack_68 * 4);\n if ((uVar7 != 0) && (*(int *)(uVar7 + 0x1c) == 1)) {\n bVar4 = *(byte *)(uVar7 + 0x34);\n uVar7 = (uint)bVar4;\n if ((bVar4 & 2) != 0) {\n if (((bStack_b8 != false) && ((bVar4 & 0x40) != 0)) &&\n (uVar7 = FUN_000a90f0(local_5c,iVar12,0), (uVar7 & 1) != 0)) {\n auStack_a8[3] = FUN_000a90f0(local_5c,iVar12,0);\n auStack_a8[3] = auStack_a8[3] & 0xfffffffe;\n local_5c = puStack_b4;\n }\n if (-1 < (char)*(byte *)((int)local_5c + 0xb)) {\n if ((*(byte *)((int)local_5c + 0xb) & 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17);\n }\n puVar10 = (uint *)local_5c[3];\n uVar7 = *puVar10;\n uVar5 = uVar7 % puVar10[3];\n piVar18 = *(int **)(puVar10[2] + uVar5 * 4);\n if (piVar18 != (int *)0x0) {\n uVar11 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, uVar7 != uVar11) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }\n if (*piVar18 != 0) goto LAB_001240a3;\n }\nLAB_00124478:\n FUN_00318cf0(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23);\n }\nLAB_001240a3:\n if (uStack_68 - 10 < 0x2a) {\n \n \n uVar15 = (*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))();\n return uVar15;\n }\n \n FUN_002446e0(uVar15 + 0x34351d,0x2ec8,uVar15 + 0x345d23,iVar6);\n }\n }\n \n FUN_002446e0(uVar15 + 0x34351d,0x2ea7,uVar15 + 0x345d23,uVar7);\n }\n iVar12 = *(int *)(*(int *)(param_2 + 0x13c) + uVar15 * 4);\n if (iVar12 == 0) {\nLAB_00123df8:\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfe7;\n \n puStack_80 = (undefined *)0x123e15;\n puStack_70 = (uint *)iVar6;\n FUN_002446e0();\n }\n local_20 = local_44;\n local_2c = iVar6;\n if (param_1 == 0) {\n if (param_3 == -1) {\n puStack_70 = (uint *)0x123df8;\n iVar6 = FUN_0010c360();\n goto LAB_00123df8;\n }\n local_28 = param_3;\n local_24 = param_2;\n }\n else {\n local_28 = -1;\n local_24 = param_1;\n }\n puStack_70 = (uint *)0x123c3b;\n FUN_0010ece0();\n if ((local_30 == 0) || (iVar6 = *(int *)(local_30 + 0x14), iVar6 == 0)) {\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfeb;\n \n puStack_80 = (undefined *)0x123cff;\n FUN_002446e0();\n }\n param_6 = (uint)*(byte *)(*(int *)(iVar6 + 4) + 0x14);\n if ((*(byte *)(iVar12 + 0x1c) & 1) == 0) {\nLAB_00123dd6:\n uStack_74 = local_64 + -0x17f944;\n local_7c = (uint *)(local_64 + -0x19cca3);\n iStack_78 = 0xc5;\n \n puStack_80 = (undefined *)0x123df3;\n FUN_002446e0();\n }\n if (*(int *)(iVar6 + 8) == -1) {\n puStack_70 = (uint *)0x123dd6;\n FUN_0010c390();\n goto LAB_00123dd6;\n }\n local_58 = (*(int *)(iVar6 + 8) - param_5) + *(int *)(iVar12 + 4) + local_4c;\n if (0x3ffffff < local_58 + 0x2000000) {\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfef;\n \n puStack_80 = &UNK_00123cb7;\n puStack_70 = (uint *)*(int *)(iVar12 + 4);\n FUN_002446e0();\n }\n }" ({ "{") (labeled_statement "LAB_00123bd0:\n uVar15 = *(uint *)(local_50 + 0x18);" (statement_identifier "LAB_00123bd0") (: ":") (expression_statement "uVar15 = *(uint *)(local_50 + 0x18);" (assignment_expression "uVar15 = *(uint *)(local_50 + 0x18)" (identifier "uVar15") (= "=") (pointer_expression "*(uint *)(local_50 + 0x18)" (* "*") (cast_expression "(uint *)(local_50 + 0x18)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_50 + 0x18)" (( "(") (binary_expression "local_50 + 0x18" (identifier "local_50") (+ "+") (number_literal "0x18")) () ")"))))) (; ";"))) (expression_statement "local_60 = *(uint *)(param_2 + 0x140);" (assignment_expression "local_60 = *(uint *)(param_2 + 0x140)" (identifier "local_60") (= "=") (pointer_expression "*(uint *)(param_2 + 0x140)" (* "*") (cast_expression "(uint *)(param_2 + 0x140)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x140)" (( "(") (binary_expression "param_2 + 0x140" (identifier "param_2") (+ "+") (number_literal "0x140")) () ")"))))) (; ";")) (if_statement "if ((uint)((int)(local_60 - *(int *)(param_2 + 0x13c)) >> 2) <= uVar15) {\n puStack_70 = (uint *)0x123e1a;\n FUN_0010c330();\n iStack_78 = 0x123e29;\n uStack_74 = uVar15;\n puStack_70 = (uint *)uVar5;\n uVar22 = FUN_00074f0a();\n iVar6 = local_64;\n iVar12 = (int)((ulonglong)uVar22 >> 0x20);\n pbVar16 = BYTE_ARRAY_004c61c1 + uVar15 + 0x16;\n auStack_a8[0] = 0;\n auStack_a8[1] = 0xffffffff;\n auStack_a8[2] = 0x80000000;\n auStack_a8[3] = 0;\n pbVar17 = pbVar16;\n uVar23 = extraout_ECX_00;\n local_7c = (uint *)uVar13;\n iStack_78 = iVar9;\n if (local_64 == 0) {\n uVar7 = (*(int *)(iVar12 + 0x154) - *(int *)(iVar12 + 0x14c)) +\n (*(int *)(iVar12 + 0x150) - *(int *)(iVar12 + 0x148)) * 8;\n if (uVar7 <= local_60) {\n \n FUN_002446e0(uVar15 + 0x34351d,0x5f8,uVar15 + 0x34662f,uVar7);\n }\n bStack_b8 = (*(uint *)(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4) &\n 1 << ((byte)local_60 & 0x1f)) != 0;\n goto LAB_00123fe0;\n }\n uVar7 = 0;\n if (uStack_68 - 2 < 0x6b) {\n uVar7 = (uint)(char)(&UNK_00344ed5)[uStack_68 + uVar15];\n if (*(int *)(local_64 + 0x18) == -1) goto LAB_00123f75;\nLAB_00123e82:\n if ((*(byte *)(local_64 + 0x28) & 0xf) != 10) {\n cVar3 = FUN_00071bb0(local_64,uVar7);\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n if (cVar3 != '\0') {\nLAB_00123f19:\n if (bVar4 == 0) goto LAB_00123f1d;\nLAB_00123f80:\n if (bVar4 == 4) {\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }\nLAB_00124258:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }\nLAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);\n bStack_b8 = (bool)(bVar4 & 1);\n goto LAB_00123fe0;\n }\n goto LAB_00124280;\n }\n if ((bVar4 != 0) || ((*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0)) {\n pbVar17 = BYTE_ARRAY_004c6979 + uVar15 + 0x26;\n if (*(int *)(*(int *)pbVar17 + 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);\n }\n if (*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0') {\nLAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;\n if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }\n if (bVar4 != 4) goto LAB_00124258;\nLAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }\n }\n else if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;\n }\n }\n if (*(int *)((int)uVar22 + 0x18) == 0) {\n iVar9 = FUN_0010c850();\nLAB_0012462d:\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,iVar9);\n }\n auStack_a8[3] = FUN_00117290();\n bStack_b8 = false;\n local_5c = auStack_a8;\n }\n else {\n if (*(int *)(local_64 + 0x18) != -1) goto LAB_00123e82;\nLAB_00123f75:\n bVar4 = *(byte *)(local_64 + 0x2a) & 7;\n if (bVar4 != 0) goto LAB_00123f80;\nLAB_00123f1d:\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_00123f8f;\nLAB_00123f39:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) goto LAB_00123fe0;\n if ((*(int *)(iVar6 + 0xc) == 0) && ((bVar1 & 0x20) != 0)) goto LAB_00124269;\n goto LAB_001242ac;\n }\nLAB_00124280:\n bStack_b8 = true;\n }\nLAB_00123fe0:\n puStack_b4 = auStack_a8;\n iVar9 = *(int *)((int)&DWORD_004c739c + uVar15 + 3);\n if (0xff < uStack_68) {\n \n FUN_002446e0(uVar15 + 0x347947,0x134,uVar15 + 0x3466b7,iVar9);\n }\n uVar7 = *(uint *)(iVar9 + uStack_68 * 4);\n if ((uVar7 != 0) && (*(int *)(uVar7 + 0x1c) == 1)) {\n bVar4 = *(byte *)(uVar7 + 0x34);\n uVar7 = (uint)bVar4;\n if ((bVar4 & 2) != 0) {\n if (((bStack_b8 != false) && ((bVar4 & 0x40) != 0)) &&\n (uVar7 = FUN_000a90f0(local_5c,iVar12,0), (uVar7 & 1) != 0)) {\n auStack_a8[3] = FUN_000a90f0(local_5c,iVar12,0);\n auStack_a8[3] = auStack_a8[3] & 0xfffffffe;\n local_5c = puStack_b4;\n }\n if (-1 < (char)*(byte *)((int)local_5c + 0xb)) {\n if ((*(byte *)((int)local_5c + 0xb) & 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17);\n }\n puVar10 = (uint *)local_5c[3];\n uVar7 = *puVar10;\n uVar5 = uVar7 % puVar10[3];\n piVar18 = *(int **)(puVar10[2] + uVar5 * 4);\n if (piVar18 != (int *)0x0) {\n uVar11 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, uVar7 != uVar11) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }\n if (*piVar18 != 0) goto LAB_001240a3;\n }\nLAB_00124478:\n FUN_00318cf0(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23);\n }\nLAB_001240a3:\n if (uStack_68 - 10 < 0x2a) {\n \n \n uVar15 = (*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))();\n return uVar15;\n }\n \n FUN_002446e0(uVar15 + 0x34351d,0x2ec8,uVar15 + 0x345d23,iVar6);\n }\n }\n \n FUN_002446e0(uVar15 + 0x34351d,0x2ea7,uVar15 + 0x345d23,uVar7);\n }" (if "if") (parenthesized_expression "((uint)((int)(local_60 - *(int *)(param_2 + 0x13c)) >> 2) <= uVar15)" (( "(") (binary_expression "(uint)((int)(local_60 - *(int *)(param_2 + 0x13c)) >> 2) <= uVar15" (call_expression "(uint)((int)(local_60 - *(int *)(param_2 + 0x13c)) >> 2)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "((int)(local_60 - *(int *)(param_2 + 0x13c)) >> 2)" (( "(") (binary_expression "(int)(local_60 - *(int *)(param_2 + 0x13c)) >> 2" (cast_expression "(int)(local_60 - *(int *)(param_2 + 0x13c))" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "(local_60 - *(int *)(param_2 + 0x13c))" (( "(") (binary_expression "local_60 - *(int *)(param_2 + 0x13c)" (identifier "local_60") (- "-") (pointer_expression "*(int *)(param_2 + 0x13c)" (* "*") (cast_expression "(int *)(param_2 + 0x13c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x13c)" (( "(") (binary_expression "param_2 + 0x13c" (identifier "param_2") (+ "+") (number_literal "0x13c")) () ")"))))) () ")"))) (>> ">>") (number_literal "2")) () ")"))) (<= "<=") (identifier "uVar15")) () ")")) (compound_statement "{\n puStack_70 = (uint *)0x123e1a;\n FUN_0010c330();\n iStack_78 = 0x123e29;\n uStack_74 = uVar15;\n puStack_70 = (uint *)uVar5;\n uVar22 = FUN_00074f0a();\n iVar6 = local_64;\n iVar12 = (int)((ulonglong)uVar22 >> 0x20);\n pbVar16 = BYTE_ARRAY_004c61c1 + uVar15 + 0x16;\n auStack_a8[0] = 0;\n auStack_a8[1] = 0xffffffff;\n auStack_a8[2] = 0x80000000;\n auStack_a8[3] = 0;\n pbVar17 = pbVar16;\n uVar23 = extraout_ECX_00;\n local_7c = (uint *)uVar13;\n iStack_78 = iVar9;\n if (local_64 == 0) {\n uVar7 = (*(int *)(iVar12 + 0x154) - *(int *)(iVar12 + 0x14c)) +\n (*(int *)(iVar12 + 0x150) - *(int *)(iVar12 + 0x148)) * 8;\n if (uVar7 <= local_60) {\n \n FUN_002446e0(uVar15 + 0x34351d,0x5f8,uVar15 + 0x34662f,uVar7);\n }\n bStack_b8 = (*(uint *)(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4) &\n 1 << ((byte)local_60 & 0x1f)) != 0;\n goto LAB_00123fe0;\n }\n uVar7 = 0;\n if (uStack_68 - 2 < 0x6b) {\n uVar7 = (uint)(char)(&UNK_00344ed5)[uStack_68 + uVar15];\n if (*(int *)(local_64 + 0x18) == -1) goto LAB_00123f75;\nLAB_00123e82:\n if ((*(byte *)(local_64 + 0x28) & 0xf) != 10) {\n cVar3 = FUN_00071bb0(local_64,uVar7);\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n if (cVar3 != '\0') {\nLAB_00123f19:\n if (bVar4 == 0) goto LAB_00123f1d;\nLAB_00123f80:\n if (bVar4 == 4) {\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }\nLAB_00124258:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }\nLAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);\n bStack_b8 = (bool)(bVar4 & 1);\n goto LAB_00123fe0;\n }\n goto LAB_00124280;\n }\n if ((bVar4 != 0) || ((*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0)) {\n pbVar17 = BYTE_ARRAY_004c6979 + uVar15 + 0x26;\n if (*(int *)(*(int *)pbVar17 + 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);\n }\n if (*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0') {\nLAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;\n if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }\n if (bVar4 != 4) goto LAB_00124258;\nLAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }\n }\n else if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;\n }\n }\n if (*(int *)((int)uVar22 + 0x18) == 0) {\n iVar9 = FUN_0010c850();\nLAB_0012462d:\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,iVar9);\n }\n auStack_a8[3] = FUN_00117290();\n bStack_b8 = false;\n local_5c = auStack_a8;\n }\n else {\n if (*(int *)(local_64 + 0x18) != -1) goto LAB_00123e82;\nLAB_00123f75:\n bVar4 = *(byte *)(local_64 + 0x2a) & 7;\n if (bVar4 != 0) goto LAB_00123f80;\nLAB_00123f1d:\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_00123f8f;\nLAB_00123f39:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) goto LAB_00123fe0;\n if ((*(int *)(iVar6 + 0xc) == 0) && ((bVar1 & 0x20) != 0)) goto LAB_00124269;\n goto LAB_001242ac;\n }\nLAB_00124280:\n bStack_b8 = true;\n }\nLAB_00123fe0:\n puStack_b4 = auStack_a8;\n iVar9 = *(int *)((int)&DWORD_004c739c + uVar15 + 3);\n if (0xff < uStack_68) {\n \n FUN_002446e0(uVar15 + 0x347947,0x134,uVar15 + 0x3466b7,iVar9);\n }\n uVar7 = *(uint *)(iVar9 + uStack_68 * 4);\n if ((uVar7 != 0) && (*(int *)(uVar7 + 0x1c) == 1)) {\n bVar4 = *(byte *)(uVar7 + 0x34);\n uVar7 = (uint)bVar4;\n if ((bVar4 & 2) != 0) {\n if (((bStack_b8 != false) && ((bVar4 & 0x40) != 0)) &&\n (uVar7 = FUN_000a90f0(local_5c,iVar12,0), (uVar7 & 1) != 0)) {\n auStack_a8[3] = FUN_000a90f0(local_5c,iVar12,0);\n auStack_a8[3] = auStack_a8[3] & 0xfffffffe;\n local_5c = puStack_b4;\n }\n if (-1 < (char)*(byte *)((int)local_5c + 0xb)) {\n if ((*(byte *)((int)local_5c + 0xb) & 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17);\n }\n puVar10 = (uint *)local_5c[3];\n uVar7 = *puVar10;\n uVar5 = uVar7 % puVar10[3];\n piVar18 = *(int **)(puVar10[2] + uVar5 * 4);\n if (piVar18 != (int *)0x0) {\n uVar11 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, uVar7 != uVar11) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }\n if (*piVar18 != 0) goto LAB_001240a3;\n }\nLAB_00124478:\n FUN_00318cf0(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23);\n }\nLAB_001240a3:\n if (uStack_68 - 10 < 0x2a) {\n \n \n uVar15 = (*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))();\n return uVar15;\n }\n \n FUN_002446e0(uVar15 + 0x34351d,0x2ec8,uVar15 + 0x345d23,iVar6);\n }\n }\n \n FUN_002446e0(uVar15 + 0x34351d,0x2ea7,uVar15 + 0x345d23,uVar7);\n }" ({ "{") (expression_statement "puStack_70 = (uint *)0x123e1a;" (assignment_expression "puStack_70 = (uint *)0x123e1a" (identifier "puStack_70") (= "=") (cast_expression "(uint *)0x123e1a" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x123e1a"))) (; ";")) (expression_statement "FUN_0010c330();" (call_expression "FUN_0010c330()" (identifier "FUN_0010c330") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "iStack_78 = 0x123e29;" (assignment_expression "iStack_78 = 0x123e29" (identifier "iStack_78") (= "=") (number_literal "0x123e29")) (; ";")) (expression_statement "uStack_74 = uVar15;" (assignment_expression "uStack_74 = uVar15" (identifier "uStack_74") (= "=") (identifier "uVar15")) (; ";")) (expression_statement "puStack_70 = (uint *)uVar5;" (assignment_expression "puStack_70 = (uint *)uVar5" (identifier "puStack_70") (= "=") (cast_expression "(uint *)uVar5" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "uVar5"))) (; ";")) (expression_statement "uVar22 = FUN_00074f0a();" (assignment_expression "uVar22 = FUN_00074f0a()" (identifier "uVar22") (= "=") (call_expression "FUN_00074f0a()" (identifier "FUN_00074f0a") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "iVar6 = local_64;" (assignment_expression "iVar6 = local_64" (identifier "iVar6") (= "=") (identifier "local_64")) (; ";")) (expression_statement "iVar12 = (int)((ulonglong)uVar22 >> 0x20);" (assignment_expression "iVar12 = (int)((ulonglong)uVar22 >> 0x20)" (identifier "iVar12") (= "=") (cast_expression "(int)((ulonglong)uVar22 >> 0x20)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "((ulonglong)uVar22 >> 0x20)" (( "(") (binary_expression "(ulonglong)uVar22 >> 0x20" (cast_expression "(ulonglong)uVar22" (( "(") (type_descriptor "ulonglong" (type_identifier "ulonglong")) () ")") (identifier "uVar22")) (>> ">>") (number_literal "0x20")) () ")")))) (; ";")) (expression_statement "pbVar16 = BYTE_ARRAY_004c61c1 + uVar15 + 0x16;" (assignment_expression "pbVar16 = BYTE_ARRAY_004c61c1 + uVar15 + 0x16" (identifier "pbVar16") (= "=") (binary_expression "BYTE_ARRAY_004c61c1 + uVar15 + 0x16" (binary_expression "BYTE_ARRAY_004c61c1 + uVar15" (identifier "BYTE_ARRAY_004c61c1") (+ "+") (identifier "uVar15")) (+ "+") (number_literal "0x16"))) (; ";")) (expression_statement "auStack_a8[0] = 0;" (assignment_expression "auStack_a8[0] = 0" (subscript_expression "auStack_a8[0]" (identifier "auStack_a8") ([ "[") (number_literal "0") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "auStack_a8[1] = 0xffffffff;" (assignment_expression "auStack_a8[1] = 0xffffffff" (subscript_expression "auStack_a8[1]" (identifier "auStack_a8") ([ "[") (number_literal "1") (] "]")) (= "=") (number_literal "0xffffffff")) (; ";")) (expression_statement "auStack_a8[2] = 0x80000000;" (assignment_expression "auStack_a8[2] = 0x80000000" (subscript_expression "auStack_a8[2]" (identifier "auStack_a8") ([ "[") (number_literal "2") (] "]")) (= "=") (number_literal "0x80000000")) (; ";")) (expression_statement "auStack_a8[3] = 0;" (assignment_expression "auStack_a8[3] = 0" (subscript_expression "auStack_a8[3]" (identifier "auStack_a8") ([ "[") (number_literal "3") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "pbVar17 = pbVar16;" (assignment_expression "pbVar17 = pbVar16" (identifier "pbVar17") (= "=") (identifier "pbVar16")) (; ";")) (expression_statement "uVar23 = extraout_ECX_00;" (assignment_expression "uVar23 = extraout_ECX_00" (identifier "uVar23") (= "=") (identifier "extraout_ECX_00")) (; ";")) (expression_statement "local_7c = (uint *)uVar13;" (assignment_expression "local_7c = (uint *)uVar13" (identifier "local_7c") (= "=") (cast_expression "(uint *)uVar13" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "uVar13"))) (; ";")) (expression_statement "iStack_78 = iVar9;" (assignment_expression "iStack_78 = iVar9" (identifier "iStack_78") (= "=") (identifier "iVar9")) (; ";")) (if_statement "if (local_64 == 0) {\n uVar7 = (*(int *)(iVar12 + 0x154) - *(int *)(iVar12 + 0x14c)) +\n (*(int *)(iVar12 + 0x150) - *(int *)(iVar12 + 0x148)) * 8;\n if (uVar7 <= local_60) {\n \n FUN_002446e0(uVar15 + 0x34351d,0x5f8,uVar15 + 0x34662f,uVar7);\n }\n bStack_b8 = (*(uint *)(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4) &\n 1 << ((byte)local_60 & 0x1f)) != 0;\n goto LAB_00123fe0;\n }" (if "if") (parenthesized_expression "(local_64 == 0)" (( "(") (binary_expression "local_64 == 0" (identifier "local_64") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n uVar7 = (*(int *)(iVar12 + 0x154) - *(int *)(iVar12 + 0x14c)) +\n (*(int *)(iVar12 + 0x150) - *(int *)(iVar12 + 0x148)) * 8;\n if (uVar7 <= local_60) {\n \n FUN_002446e0(uVar15 + 0x34351d,0x5f8,uVar15 + 0x34662f,uVar7);\n }\n bStack_b8 = (*(uint *)(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4) &\n 1 << ((byte)local_60 & 0x1f)) != 0;\n goto LAB_00123fe0;\n }" ({ "{") (expression_statement "uVar7 = (*(int *)(iVar12 + 0x154) - *(int *)(iVar12 + 0x14c)) +\n (*(int *)(iVar12 + 0x150) - *(int *)(iVar12 + 0x148)) * 8;" (assignment_expression "uVar7 = (*(int *)(iVar12 + 0x154) - *(int *)(iVar12 + 0x14c)) +\n (*(int *)(iVar12 + 0x150) - *(int *)(iVar12 + 0x148)) * 8" (identifier "uVar7") (= "=") (binary_expression "(*(int *)(iVar12 + 0x154) - *(int *)(iVar12 + 0x14c)) +\n (*(int *)(iVar12 + 0x150) - *(int *)(iVar12 + 0x148)) * 8" (parenthesized_expression "(*(int *)(iVar12 + 0x154) - *(int *)(iVar12 + 0x14c))" (( "(") (binary_expression "*(int *)(iVar12 + 0x154) - *(int *)(iVar12 + 0x14c)" (pointer_expression "*(int *)(iVar12 + 0x154)" (* "*") (cast_expression "(int *)(iVar12 + 0x154)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar12 + 0x154)" (( "(") (binary_expression "iVar12 + 0x154" (identifier "iVar12") (+ "+") (number_literal "0x154")) () ")")))) (- "-") (pointer_expression "*(int *)(iVar12 + 0x14c)" (* "*") (cast_expression "(int *)(iVar12 + 0x14c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar12 + 0x14c)" (( "(") (binary_expression "iVar12 + 0x14c" (identifier "iVar12") (+ "+") (number_literal "0x14c")) () ")"))))) () ")")) (+ "+") (binary_expression "(*(int *)(iVar12 + 0x150) - *(int *)(iVar12 + 0x148)) * 8" (parenthesized_expression "(*(int *)(iVar12 + 0x150) - *(int *)(iVar12 + 0x148))" (( "(") (binary_expression "*(int *)(iVar12 + 0x150) - *(int *)(iVar12 + 0x148)" (pointer_expression "*(int *)(iVar12 + 0x150)" (* "*") (cast_expression "(int *)(iVar12 + 0x150)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar12 + 0x150)" (( "(") (binary_expression "iVar12 + 0x150" (identifier "iVar12") (+ "+") (number_literal "0x150")) () ")")))) (- "-") (pointer_expression "*(int *)(iVar12 + 0x148)" (* "*") (cast_expression "(int *)(iVar12 + 0x148)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar12 + 0x148)" (( "(") (binary_expression "iVar12 + 0x148" (identifier "iVar12") (+ "+") (number_literal "0x148")) () ")"))))) () ")")) (* "*") (number_literal "8")))) (; ";")) (if_statement "if (uVar7 <= local_60) {\n \n FUN_002446e0(uVar15 + 0x34351d,0x5f8,uVar15 + 0x34662f,uVar7);\n }" (if "if") (parenthesized_expression "(uVar7 <= local_60)" (( "(") (binary_expression "uVar7 <= local_60" (identifier "uVar7") (<= "<=") (identifier "local_60")) () ")")) (compound_statement "{\n \n FUN_002446e0(uVar15 + 0x34351d,0x5f8,uVar15 + 0x34662f,uVar7);\n }" ({ "{") (expression_statement "FUN_002446e0(uVar15 + 0x34351d,0x5f8,uVar15 + 0x34662f,uVar7);" (call_expression "FUN_002446e0(uVar15 + 0x34351d,0x5f8,uVar15 + 0x34662f,uVar7)" (identifier "FUN_002446e0") (argument_list "(uVar15 + 0x34351d,0x5f8,uVar15 + 0x34662f,uVar7)" (( "(") (binary_expression "uVar15 + 0x34351d" (identifier "uVar15") (+ "+") (number_literal "0x34351d")) (, ",") (number_literal "0x5f8") (, ",") (binary_expression "uVar15 + 0x34662f" (identifier "uVar15") (+ "+") (number_literal "0x34662f")) (, ",") (identifier "uVar7") () ")"))) (; ";")) (} "}"))) (expression_statement "bStack_b8 = (*(uint *)(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4) &\n 1 << ((byte)local_60 & 0x1f)) != 0;" (assignment_expression "bStack_b8 = (*(uint *)(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4) &\n 1 << ((byte)local_60 & 0x1f)) != 0" (identifier "bStack_b8") (= "=") (binary_expression "(*(uint *)(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4) &\n 1 << ((byte)local_60 & 0x1f)) != 0" (parenthesized_expression "(*(uint *)(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4) &\n 1 << ((byte)local_60 & 0x1f))" (( "(") (binary_expression "*(uint *)(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4) &\n 1 << ((byte)local_60 & 0x1f)" (pointer_expression "*(uint *)(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4)" (* "*") (cast_expression "(uint *)(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4)" (( "(") (binary_expression "*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4" (pointer_expression "*(int *)(iVar12 + 0x148)" (* "*") (cast_expression "(int *)(iVar12 + 0x148)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar12 + 0x148)" (( "(") (binary_expression "iVar12 + 0x148" (identifier "iVar12") (+ "+") (number_literal "0x148")) () ")")))) (+ "+") (binary_expression "(local_60 >> 5) * 4" (parenthesized_expression "(local_60 >> 5)" (( "(") (binary_expression "local_60 >> 5" (identifier "local_60") (>> ">>") (number_literal "5")) () ")")) (* "*") (number_literal "4"))) () ")")))) (& "&") (binary_expression "1 << ((byte)local_60 & 0x1f)" (number_literal "1") (<< "<<") (parenthesized_expression "((byte)local_60 & 0x1f)" (( "(") (binary_expression "(byte)local_60 & 0x1f" (cast_expression "(byte)local_60" (( "(") (type_descriptor "byte" (type_identifier "byte")) () ")") (identifier "local_60")) (& "&") (number_literal "0x1f")) () ")")))) () ")")) (!= "!=") (number_literal "0"))) (; ";")) (goto_statement "goto LAB_00123fe0;" (goto "goto") (statement_identifier "LAB_00123fe0") (; ";")) (} "}"))) (expression_statement "uVar7 = 0;" (assignment_expression "uVar7 = 0" (identifier "uVar7") (= "=") (number_literal "0")) (; ";")) (if_statement "if (uStack_68 - 2 < 0x6b) {\n uVar7 = (uint)(char)(&UNK_00344ed5)[uStack_68 + uVar15];\n if (*(int *)(local_64 + 0x18) == -1) goto LAB_00123f75;\nLAB_00123e82:\n if ((*(byte *)(local_64 + 0x28) & 0xf) != 10) {\n cVar3 = FUN_00071bb0(local_64,uVar7);\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n if (cVar3 != '\0') {\nLAB_00123f19:\n if (bVar4 == 0) goto LAB_00123f1d;\nLAB_00123f80:\n if (bVar4 == 4) {\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }\nLAB_00124258:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }\nLAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);\n bStack_b8 = (bool)(bVar4 & 1);\n goto LAB_00123fe0;\n }\n goto LAB_00124280;\n }\n if ((bVar4 != 0) || ((*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0)) {\n pbVar17 = BYTE_ARRAY_004c6979 + uVar15 + 0x26;\n if (*(int *)(*(int *)pbVar17 + 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);\n }\n if (*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0') {\nLAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;\n if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }\n if (bVar4 != 4) goto LAB_00124258;\nLAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }\n }\n else if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;\n }\n }\n if (*(int *)((int)uVar22 + 0x18) == 0) {\n iVar9 = FUN_0010c850();\nLAB_0012462d:\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,iVar9);\n }\n auStack_a8[3] = FUN_00117290();\n bStack_b8 = false;\n local_5c = auStack_a8;\n }\n else {\n if (*(int *)(local_64 + 0x18) != -1) goto LAB_00123e82;\nLAB_00123f75:\n bVar4 = *(byte *)(local_64 + 0x2a) & 7;\n if (bVar4 != 0) goto LAB_00123f80;\nLAB_00123f1d:\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_00123f8f;\nLAB_00123f39:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) goto LAB_00123fe0;\n if ((*(int *)(iVar6 + 0xc) == 0) && ((bVar1 & 0x20) != 0)) goto LAB_00124269;\n goto LAB_001242ac;\n }\nLAB_00124280:\n bStack_b8 = true;\n }" (if "if") (parenthesized_expression "(uStack_68 - 2 < 0x6b)" (( "(") (binary_expression "uStack_68 - 2 < 0x6b" (binary_expression "uStack_68 - 2" (identifier "uStack_68") (- "-") (number_literal "2")) (< "<") (number_literal "0x6b")) () ")")) (compound_statement "{\n uVar7 = (uint)(char)(&UNK_00344ed5)[uStack_68 + uVar15];\n if (*(int *)(local_64 + 0x18) == -1) goto LAB_00123f75;\nLAB_00123e82:\n if ((*(byte *)(local_64 + 0x28) & 0xf) != 10) {\n cVar3 = FUN_00071bb0(local_64,uVar7);\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n if (cVar3 != '\0') {\nLAB_00123f19:\n if (bVar4 == 0) goto LAB_00123f1d;\nLAB_00123f80:\n if (bVar4 == 4) {\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }\nLAB_00124258:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }\nLAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);\n bStack_b8 = (bool)(bVar4 & 1);\n goto LAB_00123fe0;\n }\n goto LAB_00124280;\n }\n if ((bVar4 != 0) || ((*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0)) {\n pbVar17 = BYTE_ARRAY_004c6979 + uVar15 + 0x26;\n if (*(int *)(*(int *)pbVar17 + 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);\n }\n if (*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0') {\nLAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;\n if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }\n if (bVar4 != 4) goto LAB_00124258;\nLAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }\n }\n else if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;\n }\n }\n if (*(int *)((int)uVar22 + 0x18) == 0) {\n iVar9 = FUN_0010c850();\nLAB_0012462d:\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,iVar9);\n }\n auStack_a8[3] = FUN_00117290();\n bStack_b8 = false;\n local_5c = auStack_a8;\n }" ({ "{") (expression_statement "uVar7 = (uint)(char)(&UNK_00344ed5)[uStack_68 + uVar15];" (assignment_expression "uVar7 = (uint)(char)(&UNK_00344ed5)[uStack_68 + uVar15]" (identifier "uVar7") (= "=") (subscript_expression "(uint)(char)(&UNK_00344ed5)[uStack_68 + uVar15]" (call_expression "(uint)(char)(&UNK_00344ed5)" (call_expression "(uint)(char)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(char)" (( "(") (identifier "char") () ")"))) (argument_list "(&UNK_00344ed5)" (( "(") (pointer_expression "&UNK_00344ed5" (& "&") (identifier "UNK_00344ed5")) () ")"))) ([ "[") (binary_expression "uStack_68 + uVar15" (identifier "uStack_68") (+ "+") (identifier "uVar15")) (] "]"))) (; ";")) (if_statement "if (*(int *)(local_64 + 0x18) == -1) goto LAB_00123f75;" (if "if") (parenthesized_expression "(*(int *)(local_64 + 0x18) == -1)" (( "(") (binary_expression "*(int *)(local_64 + 0x18) == -1" (pointer_expression "*(int *)(local_64 + 0x18)" (* "*") (cast_expression "(int *)(local_64 + 0x18)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_64 + 0x18)" (( "(") (binary_expression "local_64 + 0x18" (identifier "local_64") (+ "+") (number_literal "0x18")) () ")")))) (== "==") (number_literal "-1")) () ")")) (goto_statement "goto LAB_00123f75;" (goto "goto") (statement_identifier "LAB_00123f75") (; ";"))) (labeled_statement "LAB_00123e82:\n if ((*(byte *)(local_64 + 0x28) & 0xf) != 10) {\n cVar3 = FUN_00071bb0(local_64,uVar7);\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n if (cVar3 != '\0') {\nLAB_00123f19:\n if (bVar4 == 0) goto LAB_00123f1d;\nLAB_00123f80:\n if (bVar4 == 4) {\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }\nLAB_00124258:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }\nLAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);\n bStack_b8 = (bool)(bVar4 & 1);\n goto LAB_00123fe0;\n }\n goto LAB_00124280;\n }\n if ((bVar4 != 0) || ((*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0)) {\n pbVar17 = BYTE_ARRAY_004c6979 + uVar15 + 0x26;\n if (*(int *)(*(int *)pbVar17 + 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);\n }\n if (*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0') {\nLAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;\n if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }\n if (bVar4 != 4) goto LAB_00124258;\nLAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }\n }\n else if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;\n }\n }" (statement_identifier "LAB_00123e82") (: ":") (if_statement "if ((*(byte *)(local_64 + 0x28) & 0xf) != 10) {\n cVar3 = FUN_00071bb0(local_64,uVar7);\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n if (cVar3 != '\0') {\nLAB_00123f19:\n if (bVar4 == 0) goto LAB_00123f1d;\nLAB_00123f80:\n if (bVar4 == 4) {\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }\nLAB_00124258:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }\nLAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);\n bStack_b8 = (bool)(bVar4 & 1);\n goto LAB_00123fe0;\n }\n goto LAB_00124280;\n }\n if ((bVar4 != 0) || ((*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0)) {\n pbVar17 = BYTE_ARRAY_004c6979 + uVar15 + 0x26;\n if (*(int *)(*(int *)pbVar17 + 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);\n }\n if (*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0') {\nLAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;\n if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }\n if (bVar4 != 4) goto LAB_00124258;\nLAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }\n }\n else if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;\n }\n }" (if "if") (parenthesized_expression "((*(byte *)(local_64 + 0x28) & 0xf) != 10)" (( "(") (binary_expression "(*(byte *)(local_64 + 0x28) & 0xf) != 10" (parenthesized_expression "(*(byte *)(local_64 + 0x28) & 0xf)" (( "(") (binary_expression "*(byte *)(local_64 + 0x28) & 0xf" (pointer_expression "*(byte *)(local_64 + 0x28)" (* "*") (cast_expression "(byte *)(local_64 + 0x28)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_64 + 0x28)" (( "(") (binary_expression "local_64 + 0x28" (identifier "local_64") (+ "+") (number_literal "0x28")) () ")")))) (& "&") (number_literal "0xf")) () ")")) (!= "!=") (number_literal "10")) () ")")) (compound_statement "{\n cVar3 = FUN_00071bb0(local_64,uVar7);\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n if (cVar3 != '\0') {\nLAB_00123f19:\n if (bVar4 == 0) goto LAB_00123f1d;\nLAB_00123f80:\n if (bVar4 == 4) {\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }\nLAB_00124258:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }\nLAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);\n bStack_b8 = (bool)(bVar4 & 1);\n goto LAB_00123fe0;\n }\n goto LAB_00124280;\n }\n if ((bVar4 != 0) || ((*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0)) {\n pbVar17 = BYTE_ARRAY_004c6979 + uVar15 + 0x26;\n if (*(int *)(*(int *)pbVar17 + 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);\n }\n if (*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0') {\nLAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;\n if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }\n if (bVar4 != 4) goto LAB_00124258;\nLAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }\n }\n else if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;\n }\n }" ({ "{") (expression_statement "cVar3 = FUN_00071bb0(local_64,uVar7);" (assignment_expression "cVar3 = FUN_00071bb0(local_64,uVar7)" (identifier "cVar3") (= "=") (call_expression "FUN_00071bb0(local_64,uVar7)" (identifier "FUN_00071bb0") (argument_list "(local_64,uVar7)" (( "(") (identifier "local_64") (, ",") (identifier "uVar7") () ")")))) (; ";")) (expression_statement "bVar4 = *(byte *)(iVar6 + 0x2a) & 7;" (assignment_expression "bVar4 = *(byte *)(iVar6 + 0x2a) & 7" (identifier "bVar4") (= "=") (binary_expression "*(byte *)(iVar6 + 0x2a) & 7" (pointer_expression "*(byte *)(iVar6 + 0x2a)" (* "*") (cast_expression "(byte *)(iVar6 + 0x2a)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar6 + 0x2a)" (( "(") (binary_expression "iVar6 + 0x2a" (identifier "iVar6") (+ "+") (number_literal "0x2a")) () ")")))) (& "&") (number_literal "7"))) (; ";")) (if_statement "if (cVar3 != '\0') {\nLAB_00123f19:\n if (bVar4 == 0) goto LAB_00123f1d;\nLAB_00123f80:\n if (bVar4 == 4) {\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }\nLAB_00124258:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }\nLAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);\n bStack_b8 = (bool)(bVar4 & 1);\n goto LAB_00123fe0;\n }\n goto LAB_00124280;\n }" (if "if") (parenthesized_expression "(cVar3 != '\0')" (( "(") (binary_expression "cVar3 != '\0'" (identifier "cVar3") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\nLAB_00123f19:\n if (bVar4 == 0) goto LAB_00123f1d;\nLAB_00123f80:\n if (bVar4 == 4) {\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }\nLAB_00124258:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }\nLAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);\n bStack_b8 = (bool)(bVar4 & 1);\n goto LAB_00123fe0;\n }\n goto LAB_00124280;\n }" ({ "{") (labeled_statement "LAB_00123f19:\n if (bVar4 == 0) goto LAB_00123f1d;" (statement_identifier "LAB_00123f19") (: ":") (if_statement "if (bVar4 == 0) goto LAB_00123f1d;" (if "if") (parenthesized_expression "(bVar4 == 0)" (( "(") (binary_expression "bVar4 == 0" (identifier "bVar4") (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_00123f1d;" (goto "goto") (statement_identifier "LAB_00123f1d") (; ";")))) (labeled_statement "LAB_00123f80:\n if (bVar4 == 4) {\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }" (statement_identifier "LAB_00123f80") (: ":") (if_statement "if (bVar4 == 4) {\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }" (if "if") (parenthesized_expression "(bVar4 == 4)" (( "(") (binary_expression "bVar4 == 4" (identifier "bVar4") (== "==") (number_literal "4")) () ")")) (compound_statement "{\nLAB_00123f8f:\n puStack_b4 = auStack_a8;\n uVar15 = FUN_00072240(puStack_b4);\n return uVar15;\n }" ({ "{") (labeled_statement "LAB_00123f8f:\n puStack_b4 = auStack_a8;" (statement_identifier "LAB_00123f8f") (: ":") (expression_statement "puStack_b4 = auStack_a8;" (assignment_expression "puStack_b4 = auStack_a8" (identifier "puStack_b4") (= "=") (identifier "auStack_a8")) (; ";"))) (expression_statement "uVar15 = FUN_00072240(puStack_b4);" (assignment_expression "uVar15 = FUN_00072240(puStack_b4)" (identifier "uVar15") (= "=") (call_expression "FUN_00072240(puStack_b4)" (identifier "FUN_00072240") (argument_list "(puStack_b4)" (( "(") (identifier "puStack_b4") () ")")))) (; ";")) (return_statement "return uVar15;" (return "return") (identifier "uVar15") (; ";")) (} "}")))) (labeled_statement "LAB_00124258:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;" (statement_identifier "LAB_00124258") (: ":") (expression_statement "bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;" (assignment_expression "bVar4 = *(byte *)(iVar6 + 0x28) & 0xf" (identifier "bVar4") (= "=") (binary_expression "*(byte *)(iVar6 + 0x28) & 0xf" (pointer_expression "*(byte *)(iVar6 + 0x28)" (* "*") (cast_expression "(byte *)(iVar6 + 0x28)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar6 + 0x28)" (( "(") (binary_expression "iVar6 + 0x28" (identifier "iVar6") (+ "+") (number_literal "0x28")) () ")")))) (& "&") (number_literal "0xf"))) (; ";"))) (if_statement "if (bVar4 != 0xd) {\n if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }\nLAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);\n bStack_b8 = (bool)(bVar4 & 1);\n goto LAB_00123fe0;\n }" (if "if") (parenthesized_expression "(bVar4 != 0xd)" (( "(") (binary_expression "bVar4 != 0xd" (identifier "bVar4") (!= "!=") (number_literal "0xd")) () ")")) (compound_statement "{\n if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }\nLAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);\n bStack_b8 = (bool)(bVar4 & 1);\n goto LAB_00123fe0;\n }" ({ "{") (if_statement "if (bVar4 != 2) {\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }" (if "if") (parenthesized_expression "(bVar4 != 2)" (( "(") (binary_expression "bVar4 != 2" (identifier "bVar4") (!= "!=") (number_literal "2")) () ")")) (compound_statement "{\nLAB_00124269:\n bStack_b8 = false;\n goto LAB_00123fe0;\n }" ({ "{") (labeled_statement "LAB_00124269:\n bStack_b8 = false;" (statement_identifier "LAB_00124269") (: ":") (expression_statement "bStack_b8 = false;" (assignment_expression "bStack_b8 = false" (identifier "bStack_b8") (= "=") (false "false")) (; ";"))) (goto_statement "goto LAB_00123fe0;" (goto "goto") (statement_identifier "LAB_00123fe0") (; ";")) (} "}"))) (labeled_statement "LAB_001242ac:\n bVar4 = FUN_000a90f0(local_5c,iVar12,0);" (statement_identifier "LAB_001242ac") (: ":") (expression_statement "bVar4 = FUN_000a90f0(local_5c,iVar12,0);" (assignment_expression "bVar4 = FUN_000a90f0(local_5c,iVar12,0)" (identifier "bVar4") (= "=") (call_expression "FUN_000a90f0(local_5c,iVar12,0)" (identifier "FUN_000a90f0") (argument_list "(local_5c,iVar12,0)" (( "(") (identifier "local_5c") (, ",") (identifier "iVar12") (, ",") (number_literal "0") () ")")))) (; ";"))) (expression_statement "bStack_b8 = (bool)(bVar4 & 1);" (assignment_expression "bStack_b8 = (bool)(bVar4 & 1)" (identifier "bStack_b8") (= "=") (cast_expression "(bool)(bVar4 & 1)" (( "(") (type_descriptor "bool" (primitive_type "bool")) () ")") (parenthesized_expression "(bVar4 & 1)" (( "(") (binary_expression "bVar4 & 1" (identifier "bVar4") (& "&") (number_literal "1")) () ")")))) (; ";")) (goto_statement "goto LAB_00123fe0;" (goto "goto") (statement_identifier "LAB_00123fe0") (; ";")) (} "}"))) (goto_statement "goto LAB_00124280;" (goto "goto") (statement_identifier "LAB_00124280") (; ";")) (} "}"))) (if_statement "if ((bVar4 != 0) || ((*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0)) {\n pbVar17 = BYTE_ARRAY_004c6979 + uVar15 + 0x26;\n if (*(int *)(*(int *)pbVar17 + 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);\n }\n if (*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0') {\nLAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;\n if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }\n if (bVar4 != 4) goto LAB_00124258;\nLAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }\n }\n else if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;\n }" (if "if") (parenthesized_expression "((bVar4 != 0) || ((*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0))" (( "(") (binary_expression "(bVar4 != 0) || ((*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0)" (parenthesized_expression "(bVar4 != 0)" (( "(") (binary_expression "bVar4 != 0" (identifier "bVar4") (!= "!=") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "((*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0)" (( "(") (binary_expression "(*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0" (parenthesized_expression "(*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1)" (( "(") (binary_expression "*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1" (pointer_expression "*(byte *)(*(int *)(iVar6 + 8) + 0x2c)" (* "*") (cast_expression "(byte *)(*(int *)(iVar6 + 8) + 0x2c)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(iVar6 + 8) + 0x2c)" (( "(") (binary_expression "*(int *)(iVar6 + 8) + 0x2c" (pointer_expression "*(int *)(iVar6 + 8)" (* "*") (cast_expression "(int *)(iVar6 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar6 + 8)" (( "(") (binary_expression "iVar6 + 8" (identifier "iVar6") (+ "+") (number_literal "8")) () ")")))) (+ "+") (number_literal "0x2c")) () ")")))) (& "&") (number_literal "1")) () ")")) (== "==") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n pbVar17 = BYTE_ARRAY_004c6979 + uVar15 + 0x26;\n if (*(int *)(*(int *)pbVar17 + 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);\n }\n if (*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0') {\nLAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;\n if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }\n if (bVar4 != 4) goto LAB_00124258;\nLAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }\n }\n else if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;\n }" ({ "{") (expression_statement "pbVar17 = BYTE_ARRAY_004c6979 + uVar15 + 0x26;" (assignment_expression "pbVar17 = BYTE_ARRAY_004c6979 + uVar15 + 0x26" (identifier "pbVar17") (= "=") (binary_expression "BYTE_ARRAY_004c6979 + uVar15 + 0x26" (binary_expression "BYTE_ARRAY_004c6979 + uVar15" (identifier "BYTE_ARRAY_004c6979") (+ "+") (identifier "uVar15")) (+ "+") (number_literal "0x26"))) (; ";")) (if_statement "if (*(int *)(*(int *)pbVar17 + 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);\n }" (if "if") (parenthesized_expression "(*(int *)(*(int *)pbVar17 + 8) == 0)" (( "(") (binary_expression "*(int *)(*(int *)pbVar17 + 8) == 0" (pointer_expression "*(int *)(*(int *)pbVar17 + 8)" (* "*") (cast_expression "(int *)(*(int *)pbVar17 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)pbVar17 + 8)" (( "(") (binary_expression "*(int *)pbVar17 + 8" (pointer_expression "*(int *)pbVar17" (* "*") (cast_expression "(int *)pbVar17" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "pbVar17"))) (+ "+") (number_literal "8")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);\n }" ({ "{") (expression_statement "FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0);" (call_expression "FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0)" (identifier "FUN_002446e0") (argument_list "(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0)" (( "(") (binary_expression "uVar15 + 0x324444" (identifier "uVar15") (+ "+") (number_literal "0x324444")) (, ",") (number_literal "0x5c") (, ",") (binary_expression "uVar15 + 0x34664f" (identifier "uVar15") (+ "+") (number_literal "0x34664f")) (, ",") (number_literal "0") () ")"))) (; ";")) (} "}"))) (if_statement "if (*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0') {\nLAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;\n if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }\n if (bVar4 != 4) goto LAB_00124258;\nLAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }\n }\n else if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;" (if "if") (parenthesized_expression "(*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0')" (( "(") (binary_expression "*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0'" (pointer_expression "*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25)" (* "*") (cast_expression "(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(*(int *)pbVar17 + 8) + 0x1a25)" (( "(") (binary_expression "*(int *)(*(int *)pbVar17 + 8) + 0x1a25" (pointer_expression "*(int *)(*(int *)pbVar17 + 8)" (* "*") (cast_expression "(int *)(*(int *)pbVar17 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)pbVar17 + 8)" (( "(") (binary_expression "*(int *)pbVar17 + 8" (pointer_expression "*(int *)pbVar17" (* "*") (cast_expression "(int *)pbVar17" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "pbVar17"))) (+ "+") (number_literal "8")) () ")")))) (+ "+") (number_literal "0x1a25")) () ")")))) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\nLAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;\n if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }\n if (bVar4 != 4) goto LAB_00124258;\nLAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }\n }" ({ "{") (labeled_statement "LAB_00123f10:\n if ((uVar7 & 8) == 0) goto LAB_00123f19;" (statement_identifier "LAB_00123f10") (: ":") (if_statement "if ((uVar7 & 8) == 0) goto LAB_00123f19;" (if "if") (parenthesized_expression "((uVar7 & 8) == 0)" (( "(") (binary_expression "(uVar7 & 8) == 0" (parenthesized_expression "(uVar7 & 8)" (( "(") (binary_expression "uVar7 & 8" (identifier "uVar7") (& "&") (number_literal "8")) () ")")) (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_00123f19;" (goto "goto") (statement_identifier "LAB_00123f19") (; ";")))) (if_statement "if (bVar4 == 0) {\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }" (if "if") (parenthesized_expression "(bVar4 == 0)" (( "(") (binary_expression "bVar4 == 0" (identifier "bVar4") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_001244c4;\n goto LAB_00123f39;\n }" ({ "{") (expression_statement "bVar1 = *(byte *)(iVar6 + 0x2b);" (assignment_expression "bVar1 = *(byte *)(iVar6 + 0x2b)" (identifier "bVar1") (= "=") (pointer_expression "*(byte *)(iVar6 + 0x2b)" (* "*") (cast_expression "(byte *)(iVar6 + 0x2b)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar6 + 0x2b)" (( "(") (binary_expression "iVar6 + 0x2b" (identifier "iVar6") (+ "+") (number_literal "0x2b")) () ")"))))) (; ";")) (expression_statement "bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);" (assignment_expression "bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0)" (identifier "bStack_b8") (= "=") (cast_expression "(bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0)" (( "(") (type_descriptor "bool" (primitive_type "bool")) () ")") (parenthesized_expression "(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0)" (( "(") (binary_expression "bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0" (binary_expression "bVar1 >> 5" (identifier "bVar1") (>> ">>") (number_literal "5")) (& "&") (binary_expression "*(int *)(iVar6 + 0xc) == 0" (pointer_expression "*(int *)(iVar6 + 0xc)" (* "*") (cast_expression "(int *)(iVar6 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar6 + 0xc)" (( "(") (binary_expression "iVar6 + 0xc" (identifier "iVar6") (+ "+") (number_literal "0xc")) () ")")))) (== "==") (number_literal "0"))) () ")")))) (; ";")) (if_statement "if (bStack_b8 != false) goto LAB_001244c4;" (if "if") (parenthesized_expression "(bStack_b8 != false)" (( "(") (binary_expression "bStack_b8 != false" (identifier "bStack_b8") (!= "!=") (false "false")) () ")")) (goto_statement "goto LAB_001244c4;" (goto "goto") (statement_identifier "LAB_001244c4") (; ";"))) (goto_statement "goto LAB_00123f39;" (goto "goto") (statement_identifier "LAB_00123f39") (; ";")) (} "}"))) (if_statement "if (bVar4 != 4) goto LAB_00124258;" (if "if") (parenthesized_expression "(bVar4 != 4)" (( "(") (binary_expression "bVar4 != 4" (identifier "bVar4") (!= "!=") (number_literal "4")) () ")")) (goto_statement "goto LAB_00124258;" (goto "goto") (statement_identifier "LAB_00124258") (; ";"))) (labeled_statement "LAB_001244c4:\n if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }" (statement_identifier "LAB_001244c4") (: ":") (if_statement "if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) {\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }" (if "if") (parenthesized_expression "((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0))" (( "(") (binary_expression "(*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)" (parenthesized_expression "(*(byte *)(iVar6 + 0x28) >> 4 != 2)" (( "(") (binary_expression "*(byte *)(iVar6 + 0x28) >> 4 != 2" (binary_expression "*(byte *)(iVar6 + 0x28) >> 4" (pointer_expression "*(byte *)(iVar6 + 0x28)" (* "*") (cast_expression "(byte *)(iVar6 + 0x28)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar6 + 0x28)" (( "(") (binary_expression "iVar6 + 0x28" (identifier "iVar6") (+ "+") (number_literal "0x28")) () ")")))) (>> ">>") (number_literal "4")) (!= "!=") (number_literal "2")) () ")")) (&& "&&") (parenthesized_expression "((*(byte *)(iVar6 + 0x2c) & 2) == 0)" (( "(") (binary_expression "(*(byte *)(iVar6 + 0x2c) & 2) == 0" (parenthesized_expression "(*(byte *)(iVar6 + 0x2c) & 2)" (( "(") (binary_expression "*(byte *)(iVar6 + 0x2c) & 2" (pointer_expression "*(byte *)(iVar6 + 0x2c)" (* "*") (cast_expression "(byte *)(iVar6 + 0x2c)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar6 + 0x2c)" (( "(") (binary_expression "iVar6 + 0x2c" (identifier "iVar6") (+ "+") (number_literal "0x2c")) () ")")))) (& "&") (number_literal "2")) () ")")) (== "==") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n iVar9 = *(int *)(*(int *)pbVar17 + 8);\n if (iVar9 == 0) goto LAB_0012462d;\n if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;\n }" ({ "{") (expression_statement "iVar9 = *(int *)(*(int *)pbVar17 + 8);" (assignment_expression "iVar9 = *(int *)(*(int *)pbVar17 + 8)" (identifier "iVar9") (= "=") (pointer_expression "*(int *)(*(int *)pbVar17 + 8)" (* "*") (cast_expression "(int *)(*(int *)pbVar17 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)pbVar17 + 8)" (( "(") (binary_expression "*(int *)pbVar17 + 8" (pointer_expression "*(int *)pbVar17" (* "*") (cast_expression "(int *)pbVar17" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "pbVar17"))) (+ "+") (number_literal "8")) () ")"))))) (; ";")) (if_statement "if (iVar9 == 0) goto LAB_0012462d;" (if "if") (parenthesized_expression "(iVar9 == 0)" (( "(") (binary_expression "iVar9 == 0" (identifier "iVar9") (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_0012462d;" (goto "goto") (statement_identifier "LAB_0012462d") (; ";"))) (if_statement "if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19;" (if "if") (parenthesized_expression "(*(char *)(iVar9 + 0x49b1) == '\0')" (( "(") (binary_expression "*(char *)(iVar9 + 0x49b1) == '\0'" (pointer_expression "*(char *)(iVar9 + 0x49b1)" (* "*") (cast_expression "(char *)(iVar9 + 0x49b1)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar9 + 0x49b1)" (( "(") (binary_expression "iVar9 + 0x49b1" (identifier "iVar9") (+ "+") (number_literal "0x49b1")) () ")")))) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (goto_statement "goto LAB_00123f19;" (goto "goto") (statement_identifier "LAB_00123f19") (; ";"))) (} "}")))) (} "}")) (else_clause "else if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;" (else "else") (if_statement "if (bVar4 == 0) {\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }\n else if (bVar4 != 4) goto LAB_00123eef;" (if "if") (parenthesized_expression "(bVar4 == 0)" (( "(") (binary_expression "bVar4 == 0" (identifier "bVar4") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }\n }" ({ "{") (if_statement "if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) {\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }" (if "if") (parenthesized_expression "((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0))" (( "(") (binary_expression "(*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)" (parenthesized_expression "(*(int *)(iVar6 + 0xc) != 0)" (( "(") (binary_expression "*(int *)(iVar6 + 0xc) != 0" (pointer_expression "*(int *)(iVar6 + 0xc)" (* "*") (cast_expression "(int *)(iVar6 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar6 + 0xc)" (( "(") (binary_expression "iVar6 + 0xc" (identifier "iVar6") (+ "+") (number_literal "0xc")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)" (( "(") (binary_expression "(*(byte *)(iVar6 + 0x2b) & 0x20) == 0" (parenthesized_expression "(*(byte *)(iVar6 + 0x2b) & 0x20)" (( "(") (binary_expression "*(byte *)(iVar6 + 0x2b) & 0x20" (pointer_expression "*(byte *)(iVar6 + 0x2b)" (* "*") (cast_expression "(byte *)(iVar6 + 0x2b)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar6 + 0x2b)" (( "(") (binary_expression "iVar6 + 0x2b" (identifier "iVar6") (+ "+") (number_literal "0x2b")) () ")")))) (& "&") (number_literal "0x20")) () ")")) (== "==") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\nLAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);\n if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }\n }" ({ "{") (labeled_statement "LAB_00123eef:\n cVar3 = FUN_00071a80(iVar6);" (statement_identifier "LAB_00123eef") (: ":") (expression_statement "cVar3 = FUN_00071a80(iVar6);" (assignment_expression "cVar3 = FUN_00071a80(iVar6)" (identifier "cVar3") (= "=") (call_expression "FUN_00071a80(iVar6)" (identifier "FUN_00071a80") (argument_list "(iVar6)" (( "(") (identifier "iVar6") () ")")))) (; ";"))) (if_statement "if (cVar3 == '\0') {\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }" (if "if") (parenthesized_expression "(cVar3 == '\0')" (( "(") (binary_expression "cVar3 == '\0'" (identifier "cVar3") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n bVar4 = *(byte *)(iVar6 + 0x2a) & 7;\n goto LAB_00123f10;\n }" ({ "{") (expression_statement "bVar4 = *(byte *)(iVar6 + 0x2a) & 7;" (assignment_expression "bVar4 = *(byte *)(iVar6 + 0x2a) & 7" (identifier "bVar4") (= "=") (binary_expression "*(byte *)(iVar6 + 0x2a) & 7" (pointer_expression "*(byte *)(iVar6 + 0x2a)" (* "*") (cast_expression "(byte *)(iVar6 + 0x2a)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar6 + 0x2a)" (( "(") (binary_expression "iVar6 + 0x2a" (identifier "iVar6") (+ "+") (number_literal "0x2a")) () ")")))) (& "&") (number_literal "7"))) (; ";")) (goto_statement "goto LAB_00123f10;" (goto "goto") (statement_identifier "LAB_00123f10") (; ";")) (} "}"))) (} "}"))) (} "}")) (else_clause "else if (bVar4 != 4) goto LAB_00123eef;" (else "else") (if_statement "if (bVar4 != 4) goto LAB_00123eef;" (if "if") (parenthesized_expression "(bVar4 != 4)" (( "(") (binary_expression "bVar4 != 4" (identifier "bVar4") (!= "!=") (number_literal "4")) () ")")) (goto_statement "goto LAB_00123eef;" (goto "goto") (statement_identifier "LAB_00123eef") (; ";"))))))) (} "}"))) (} "}")))) (if_statement "if (*(int *)((int)uVar22 + 0x18) == 0) {\n iVar9 = FUN_0010c850();\nLAB_0012462d:\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,iVar9);\n }" (if "if") (parenthesized_expression "(*(int *)((int)uVar22 + 0x18) == 0)" (( "(") (binary_expression "*(int *)((int)uVar22 + 0x18) == 0" (pointer_expression "*(int *)((int)uVar22 + 0x18)" (* "*") (cast_expression "(int *)((int)uVar22 + 0x18)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)uVar22 + 0x18)" (( "(") (binary_expression "(int)uVar22 + 0x18" (cast_expression "(int)uVar22" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar22")) (+ "+") (number_literal "0x18")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n iVar9 = FUN_0010c850();\nLAB_0012462d:\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,iVar9);\n }" ({ "{") (expression_statement "iVar9 = FUN_0010c850();" (assignment_expression "iVar9 = FUN_0010c850()" (identifier "iVar9") (= "=") (call_expression "FUN_0010c850()" (identifier "FUN_0010c850") (argument_list "()" (( "(") () ")")))) (; ";")) (labeled_statement "LAB_0012462d:\n \n FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,iVar9);" (statement_identifier "LAB_0012462d") (: ":") (expression_statement "FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,iVar9);" (call_expression "FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,iVar9)" (identifier "FUN_002446e0") (argument_list "(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,iVar9)" (( "(") (binary_expression "uVar15 + 0x324444" (identifier "uVar15") (+ "+") (number_literal "0x324444")) (, ",") (number_literal "0x5c") (, ",") (binary_expression "uVar15 + 0x34664f" (identifier "uVar15") (+ "+") (number_literal "0x34664f")) (, ",") (identifier "iVar9") () ")"))) (; ";"))) (} "}"))) (expression_statement "auStack_a8[3] = FUN_00117290();" (assignment_expression "auStack_a8[3] = FUN_00117290()" (subscript_expression "auStack_a8[3]" (identifier "auStack_a8") ([ "[") (number_literal "3") (] "]")) (= "=") (call_expression "FUN_00117290()" (identifier "FUN_00117290") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "bStack_b8 = false;" (assignment_expression "bStack_b8 = false" (identifier "bStack_b8") (= "=") (false "false")) (; ";")) (expression_statement "local_5c = auStack_a8;" (assignment_expression "local_5c = auStack_a8" (identifier "local_5c") (= "=") (identifier "auStack_a8")) (; ";")) (} "}")) (else_clause "else {\n if (*(int *)(local_64 + 0x18) != -1) goto LAB_00123e82;\nLAB_00123f75:\n bVar4 = *(byte *)(local_64 + 0x2a) & 7;\n if (bVar4 != 0) goto LAB_00123f80;\nLAB_00123f1d:\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_00123f8f;\nLAB_00123f39:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) goto LAB_00123fe0;\n if ((*(int *)(iVar6 + 0xc) == 0) && ((bVar1 & 0x20) != 0)) goto LAB_00124269;\n goto LAB_001242ac;\n }\nLAB_00124280:\n bStack_b8 = true;\n }" (else "else") (compound_statement "{\n if (*(int *)(local_64 + 0x18) != -1) goto LAB_00123e82;\nLAB_00123f75:\n bVar4 = *(byte *)(local_64 + 0x2a) & 7;\n if (bVar4 != 0) goto LAB_00123f80;\nLAB_00123f1d:\n bVar1 = *(byte *)(iVar6 + 0x2b);\n bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);\n if (bStack_b8 != false) goto LAB_00123f8f;\nLAB_00123f39:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;\n if (bVar4 != 0xd) {\n if (bVar4 != 2) goto LAB_00123fe0;\n if ((*(int *)(iVar6 + 0xc) == 0) && ((bVar1 & 0x20) != 0)) goto LAB_00124269;\n goto LAB_001242ac;\n }\nLAB_00124280:\n bStack_b8 = true;\n }" ({ "{") (if_statement "if (*(int *)(local_64 + 0x18) != -1) goto LAB_00123e82;" (if "if") (parenthesized_expression "(*(int *)(local_64 + 0x18) != -1)" (( "(") (binary_expression "*(int *)(local_64 + 0x18) != -1" (pointer_expression "*(int *)(local_64 + 0x18)" (* "*") (cast_expression "(int *)(local_64 + 0x18)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_64 + 0x18)" (( "(") (binary_expression "local_64 + 0x18" (identifier "local_64") (+ "+") (number_literal "0x18")) () ")")))) (!= "!=") (number_literal "-1")) () ")")) (goto_statement "goto LAB_00123e82;" (goto "goto") (statement_identifier "LAB_00123e82") (; ";"))) (labeled_statement "LAB_00123f75:\n bVar4 = *(byte *)(local_64 + 0x2a) & 7;" (statement_identifier "LAB_00123f75") (: ":") (expression_statement "bVar4 = *(byte *)(local_64 + 0x2a) & 7;" (assignment_expression "bVar4 = *(byte *)(local_64 + 0x2a) & 7" (identifier "bVar4") (= "=") (binary_expression "*(byte *)(local_64 + 0x2a) & 7" (pointer_expression "*(byte *)(local_64 + 0x2a)" (* "*") (cast_expression "(byte *)(local_64 + 0x2a)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_64 + 0x2a)" (( "(") (binary_expression "local_64 + 0x2a" (identifier "local_64") (+ "+") (number_literal "0x2a")) () ")")))) (& "&") (number_literal "7"))) (; ";"))) (if_statement "if (bVar4 != 0) goto LAB_00123f80;" (if "if") (parenthesized_expression "(bVar4 != 0)" (( "(") (binary_expression "bVar4 != 0" (identifier "bVar4") (!= "!=") (number_literal "0")) () ")")) (goto_statement "goto LAB_00123f80;" (goto "goto") (statement_identifier "LAB_00123f80") (; ";"))) (labeled_statement "LAB_00123f1d:\n bVar1 = *(byte *)(iVar6 + 0x2b);" (statement_identifier "LAB_00123f1d") (: ":") (expression_statement "bVar1 = *(byte *)(iVar6 + 0x2b);" (assignment_expression "bVar1 = *(byte *)(iVar6 + 0x2b)" (identifier "bVar1") (= "=") (pointer_expression "*(byte *)(iVar6 + 0x2b)" (* "*") (cast_expression "(byte *)(iVar6 + 0x2b)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar6 + 0x2b)" (( "(") (binary_expression "iVar6 + 0x2b" (identifier "iVar6") (+ "+") (number_literal "0x2b")) () ")"))))) (; ";"))) (expression_statement "bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0);" (assignment_expression "bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0)" (identifier "bStack_b8") (= "=") (cast_expression "(bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0)" (( "(") (type_descriptor "bool" (primitive_type "bool")) () ")") (parenthesized_expression "(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0)" (( "(") (binary_expression "bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0" (binary_expression "bVar1 >> 5" (identifier "bVar1") (>> ">>") (number_literal "5")) (& "&") (binary_expression "*(int *)(iVar6 + 0xc) == 0" (pointer_expression "*(int *)(iVar6 + 0xc)" (* "*") (cast_expression "(int *)(iVar6 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar6 + 0xc)" (( "(") (binary_expression "iVar6 + 0xc" (identifier "iVar6") (+ "+") (number_literal "0xc")) () ")")))) (== "==") (number_literal "0"))) () ")")))) (; ";")) (if_statement "if (bStack_b8 != false) goto LAB_00123f8f;" (if "if") (parenthesized_expression "(bStack_b8 != false)" (( "(") (binary_expression "bStack_b8 != false" (identifier "bStack_b8") (!= "!=") (false "false")) () ")")) (goto_statement "goto LAB_00123f8f;" (goto "goto") (statement_identifier "LAB_00123f8f") (; ";"))) (labeled_statement "LAB_00123f39:\n bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;" (statement_identifier "LAB_00123f39") (: ":") (expression_statement "bVar4 = *(byte *)(iVar6 + 0x28) & 0xf;" (assignment_expression "bVar4 = *(byte *)(iVar6 + 0x28) & 0xf" (identifier "bVar4") (= "=") (binary_expression "*(byte *)(iVar6 + 0x28) & 0xf" (pointer_expression "*(byte *)(iVar6 + 0x28)" (* "*") (cast_expression "(byte *)(iVar6 + 0x28)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar6 + 0x28)" (( "(") (binary_expression "iVar6 + 0x28" (identifier "iVar6") (+ "+") (number_literal "0x28")) () ")")))) (& "&") (number_literal "0xf"))) (; ";"))) (if_statement "if (bVar4 != 0xd) {\n if (bVar4 != 2) goto LAB_00123fe0;\n if ((*(int *)(iVar6 + 0xc) == 0) && ((bVar1 & 0x20) != 0)) goto LAB_00124269;\n goto LAB_001242ac;\n }" (if "if") (parenthesized_expression "(bVar4 != 0xd)" (( "(") (binary_expression "bVar4 != 0xd" (identifier "bVar4") (!= "!=") (number_literal "0xd")) () ")")) (compound_statement "{\n if (bVar4 != 2) goto LAB_00123fe0;\n if ((*(int *)(iVar6 + 0xc) == 0) && ((bVar1 & 0x20) != 0)) goto LAB_00124269;\n goto LAB_001242ac;\n }" ({ "{") (if_statement "if (bVar4 != 2) goto LAB_00123fe0;" (if "if") (parenthesized_expression "(bVar4 != 2)" (( "(") (binary_expression "bVar4 != 2" (identifier "bVar4") (!= "!=") (number_literal "2")) () ")")) (goto_statement "goto LAB_00123fe0;" (goto "goto") (statement_identifier "LAB_00123fe0") (; ";"))) (if_statement "if ((*(int *)(iVar6 + 0xc) == 0) && ((bVar1 & 0x20) != 0)) goto LAB_00124269;" (if "if") (parenthesized_expression "((*(int *)(iVar6 + 0xc) == 0) && ((bVar1 & 0x20) != 0))" (( "(") (binary_expression "(*(int *)(iVar6 + 0xc) == 0) && ((bVar1 & 0x20) != 0)" (parenthesized_expression "(*(int *)(iVar6 + 0xc) == 0)" (( "(") (binary_expression "*(int *)(iVar6 + 0xc) == 0" (pointer_expression "*(int *)(iVar6 + 0xc)" (* "*") (cast_expression "(int *)(iVar6 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar6 + 0xc)" (( "(") (binary_expression "iVar6 + 0xc" (identifier "iVar6") (+ "+") (number_literal "0xc")) () ")")))) (== "==") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "((bVar1 & 0x20) != 0)" (( "(") (binary_expression "(bVar1 & 0x20) != 0" (parenthesized_expression "(bVar1 & 0x20)" (( "(") (binary_expression "bVar1 & 0x20" (identifier "bVar1") (& "&") (number_literal "0x20")) () ")")) (!= "!=") (number_literal "0")) () ")"))) () ")")) (goto_statement "goto LAB_00124269;" (goto "goto") (statement_identifier "LAB_00124269") (; ";"))) (goto_statement "goto LAB_001242ac;" (goto "goto") (statement_identifier "LAB_001242ac") (; ";")) (} "}"))) (labeled_statement "LAB_00124280:\n bStack_b8 = true;" (statement_identifier "LAB_00124280") (: ":") (expression_statement "bStack_b8 = true;" (assignment_expression "bStack_b8 = true" (identifier "bStack_b8") (= "=") (true "true")) (; ";"))) (} "}")))) (labeled_statement "LAB_00123fe0:\n puStack_b4 = auStack_a8;" (statement_identifier "LAB_00123fe0") (: ":") (expression_statement "puStack_b4 = auStack_a8;" (assignment_expression "puStack_b4 = auStack_a8" (identifier "puStack_b4") (= "=") (identifier "auStack_a8")) (; ";"))) (expression_statement "iVar9 = *(int *)((int)&DWORD_004c739c + uVar15 + 3);" (assignment_expression "iVar9 = *(int *)((int)&DWORD_004c739c + uVar15 + 3)" (identifier "iVar9") (= "=") (pointer_expression "*(int *)((int)&DWORD_004c739c + uVar15 + 3)" (* "*") (cast_expression "(int *)((int)&DWORD_004c739c + uVar15 + 3)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)&DWORD_004c739c + uVar15 + 3)" (( "(") (binary_expression "(int)&DWORD_004c739c + uVar15 + 3" (binary_expression "(int)&DWORD_004c739c + uVar15" (cast_expression "(int)&DWORD_004c739c" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (pointer_expression "&DWORD_004c739c" (& "&") (identifier "DWORD_004c739c"))) (+ "+") (identifier "uVar15")) (+ "+") (number_literal "3")) () ")"))))) (; ";")) (if_statement "if (0xff < uStack_68) {\n \n FUN_002446e0(uVar15 + 0x347947,0x134,uVar15 + 0x3466b7,iVar9);\n }" (if "if") (parenthesized_expression "(0xff < uStack_68)" (( "(") (binary_expression "0xff < uStack_68" (number_literal "0xff") (< "<") (identifier "uStack_68")) () ")")) (compound_statement "{\n \n FUN_002446e0(uVar15 + 0x347947,0x134,uVar15 + 0x3466b7,iVar9);\n }" ({ "{") (expression_statement "FUN_002446e0(uVar15 + 0x347947,0x134,uVar15 + 0x3466b7,iVar9);" (call_expression "FUN_002446e0(uVar15 + 0x347947,0x134,uVar15 + 0x3466b7,iVar9)" (identifier "FUN_002446e0") (argument_list "(uVar15 + 0x347947,0x134,uVar15 + 0x3466b7,iVar9)" (( "(") (binary_expression "uVar15 + 0x347947" (identifier "uVar15") (+ "+") (number_literal "0x347947")) (, ",") (number_literal "0x134") (, ",") (binary_expression "uVar15 + 0x3466b7" (identifier "uVar15") (+ "+") (number_literal "0x3466b7")) (, ",") (identifier "iVar9") () ")"))) (; ";")) (} "}"))) (expression_statement "uVar7 = *(uint *)(iVar9 + uStack_68 * 4);" (assignment_expression "uVar7 = *(uint *)(iVar9 + uStack_68 * 4)" (identifier "uVar7") (= "=") (pointer_expression "*(uint *)(iVar9 + uStack_68 * 4)" (* "*") (cast_expression "(uint *)(iVar9 + uStack_68 * 4)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar9 + uStack_68 * 4)" (( "(") (binary_expression "iVar9 + uStack_68 * 4" (identifier "iVar9") (+ "+") (binary_expression "uStack_68 * 4" (identifier "uStack_68") (* "*") (number_literal "4"))) () ")"))))) (; ";")) (if_statement "if ((uVar7 != 0) && (*(int *)(uVar7 + 0x1c) == 1)) {\n bVar4 = *(byte *)(uVar7 + 0x34);\n uVar7 = (uint)bVar4;\n if ((bVar4 & 2) != 0) {\n if (((bStack_b8 != false) && ((bVar4 & 0x40) != 0)) &&\n (uVar7 = FUN_000a90f0(local_5c,iVar12,0), (uVar7 & 1) != 0)) {\n auStack_a8[3] = FUN_000a90f0(local_5c,iVar12,0);\n auStack_a8[3] = auStack_a8[3] & 0xfffffffe;\n local_5c = puStack_b4;\n }\n if (-1 < (char)*(byte *)((int)local_5c + 0xb)) {\n if ((*(byte *)((int)local_5c + 0xb) & 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17);\n }\n puVar10 = (uint *)local_5c[3];\n uVar7 = *puVar10;\n uVar5 = uVar7 % puVar10[3];\n piVar18 = *(int **)(puVar10[2] + uVar5 * 4);\n if (piVar18 != (int *)0x0) {\n uVar11 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, uVar7 != uVar11) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }\n if (*piVar18 != 0) goto LAB_001240a3;\n }\nLAB_00124478:\n FUN_00318cf0(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23);\n }\nLAB_001240a3:\n if (uStack_68 - 10 < 0x2a) {\n \n \n uVar15 = (*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))();\n return uVar15;\n }\n \n FUN_002446e0(uVar15 + 0x34351d,0x2ec8,uVar15 + 0x345d23,iVar6);\n }\n }" (if "if") (parenthesized_expression "((uVar7 != 0) && (*(int *)(uVar7 + 0x1c) == 1))" (( "(") (binary_expression "(uVar7 != 0) && (*(int *)(uVar7 + 0x1c) == 1)" (parenthesized_expression "(uVar7 != 0)" (( "(") (binary_expression "uVar7 != 0" (identifier "uVar7") (!= "!=") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(*(int *)(uVar7 + 0x1c) == 1)" (( "(") (binary_expression "*(int *)(uVar7 + 0x1c) == 1" (pointer_expression "*(int *)(uVar7 + 0x1c)" (* "*") (cast_expression "(int *)(uVar7 + 0x1c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(uVar7 + 0x1c)" (( "(") (binary_expression "uVar7 + 0x1c" (identifier "uVar7") (+ "+") (number_literal "0x1c")) () ")")))) (== "==") (number_literal "1")) () ")"))) () ")")) (compound_statement "{\n bVar4 = *(byte *)(uVar7 + 0x34);\n uVar7 = (uint)bVar4;\n if ((bVar4 & 2) != 0) {\n if (((bStack_b8 != false) && ((bVar4 & 0x40) != 0)) &&\n (uVar7 = FUN_000a90f0(local_5c,iVar12,0), (uVar7 & 1) != 0)) {\n auStack_a8[3] = FUN_000a90f0(local_5c,iVar12,0);\n auStack_a8[3] = auStack_a8[3] & 0xfffffffe;\n local_5c = puStack_b4;\n }\n if (-1 < (char)*(byte *)((int)local_5c + 0xb)) {\n if ((*(byte *)((int)local_5c + 0xb) & 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17);\n }\n puVar10 = (uint *)local_5c[3];\n uVar7 = *puVar10;\n uVar5 = uVar7 % puVar10[3];\n piVar18 = *(int **)(puVar10[2] + uVar5 * 4);\n if (piVar18 != (int *)0x0) {\n uVar11 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, uVar7 != uVar11) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }\n if (*piVar18 != 0) goto LAB_001240a3;\n }\nLAB_00124478:\n FUN_00318cf0(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23);\n }\nLAB_001240a3:\n if (uStack_68 - 10 < 0x2a) {\n \n \n uVar15 = (*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))();\n return uVar15;\n }\n \n FUN_002446e0(uVar15 + 0x34351d,0x2ec8,uVar15 + 0x345d23,iVar6);\n }\n }" ({ "{") (expression_statement "bVar4 = *(byte *)(uVar7 + 0x34);" (assignment_expression "bVar4 = *(byte *)(uVar7 + 0x34)" (identifier "bVar4") (= "=") (pointer_expression "*(byte *)(uVar7 + 0x34)" (* "*") (cast_expression "(byte *)(uVar7 + 0x34)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(uVar7 + 0x34)" (( "(") (binary_expression "uVar7 + 0x34" (identifier "uVar7") (+ "+") (number_literal "0x34")) () ")"))))) (; ";")) (expression_statement "uVar7 = (uint)bVar4;" (assignment_expression "uVar7 = (uint)bVar4" (identifier "uVar7") (= "=") (cast_expression "(uint)bVar4" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar4"))) (; ";")) (if_statement "if ((bVar4 & 2) != 0) {\n if (((bStack_b8 != false) && ((bVar4 & 0x40) != 0)) &&\n (uVar7 = FUN_000a90f0(local_5c,iVar12,0), (uVar7 & 1) != 0)) {\n auStack_a8[3] = FUN_000a90f0(local_5c,iVar12,0);\n auStack_a8[3] = auStack_a8[3] & 0xfffffffe;\n local_5c = puStack_b4;\n }\n if (-1 < (char)*(byte *)((int)local_5c + 0xb)) {\n if ((*(byte *)((int)local_5c + 0xb) & 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17);\n }\n puVar10 = (uint *)local_5c[3];\n uVar7 = *puVar10;\n uVar5 = uVar7 % puVar10[3];\n piVar18 = *(int **)(puVar10[2] + uVar5 * 4);\n if (piVar18 != (int *)0x0) {\n uVar11 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, uVar7 != uVar11) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }\n if (*piVar18 != 0) goto LAB_001240a3;\n }\nLAB_00124478:\n FUN_00318cf0(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23);\n }\nLAB_001240a3:\n if (uStack_68 - 10 < 0x2a) {\n \n \n uVar15 = (*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))();\n return uVar15;\n }\n \n FUN_002446e0(uVar15 + 0x34351d,0x2ec8,uVar15 + 0x345d23,iVar6);\n }" (if "if") (parenthesized_expression "((bVar4 & 2) != 0)" (( "(") (binary_expression "(bVar4 & 2) != 0" (parenthesized_expression "(bVar4 & 2)" (( "(") (binary_expression "bVar4 & 2" (identifier "bVar4") (& "&") (number_literal "2")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n if (((bStack_b8 != false) && ((bVar4 & 0x40) != 0)) &&\n (uVar7 = FUN_000a90f0(local_5c,iVar12,0), (uVar7 & 1) != 0)) {\n auStack_a8[3] = FUN_000a90f0(local_5c,iVar12,0);\n auStack_a8[3] = auStack_a8[3] & 0xfffffffe;\n local_5c = puStack_b4;\n }\n if (-1 < (char)*(byte *)((int)local_5c + 0xb)) {\n if ((*(byte *)((int)local_5c + 0xb) & 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17);\n }\n puVar10 = (uint *)local_5c[3];\n uVar7 = *puVar10;\n uVar5 = uVar7 % puVar10[3];\n piVar18 = *(int **)(puVar10[2] + uVar5 * 4);\n if (piVar18 != (int *)0x0) {\n uVar11 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, uVar7 != uVar11) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }\n if (*piVar18 != 0) goto LAB_001240a3;\n }\nLAB_00124478:\n FUN_00318cf0(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23);\n }\nLAB_001240a3:\n if (uStack_68 - 10 < 0x2a) {\n \n \n uVar15 = (*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))();\n return uVar15;\n }\n \n FUN_002446e0(uVar15 + 0x34351d,0x2ec8,uVar15 + 0x345d23,iVar6);\n }" ({ "{") (if_statement "if (((bStack_b8 != false) && ((bVar4 & 0x40) != 0)) &&\n (uVar7 = FUN_000a90f0(local_5c,iVar12,0), (uVar7 & 1) != 0)) {\n auStack_a8[3] = FUN_000a90f0(local_5c,iVar12,0);\n auStack_a8[3] = auStack_a8[3] & 0xfffffffe;\n local_5c = puStack_b4;\n }" (if "if") (parenthesized_expression "(((bStack_b8 != false) && ((bVar4 & 0x40) != 0)) &&\n (uVar7 = FUN_000a90f0(local_5c,iVar12,0), (uVar7 & 1) != 0))" (( "(") (binary_expression "((bStack_b8 != false) && ((bVar4 & 0x40) != 0)) &&\n (uVar7 = FUN_000a90f0(local_5c,iVar12,0), (uVar7 & 1) != 0)" (parenthesized_expression "((bStack_b8 != false) && ((bVar4 & 0x40) != 0))" (( "(") (binary_expression "(bStack_b8 != false) && ((bVar4 & 0x40) != 0)" (parenthesized_expression "(bStack_b8 != false)" (( "(") (binary_expression "bStack_b8 != false" (identifier "bStack_b8") (!= "!=") (false "false")) () ")")) (&& "&&") (parenthesized_expression "((bVar4 & 0x40) != 0)" (( "(") (binary_expression "(bVar4 & 0x40) != 0" (parenthesized_expression "(bVar4 & 0x40)" (( "(") (binary_expression "bVar4 & 0x40" (identifier "bVar4") (& "&") (number_literal "0x40")) () ")")) (!= "!=") (number_literal "0")) () ")"))) () ")")) (&& "&&") (parenthesized_expression "(uVar7 = FUN_000a90f0(local_5c,iVar12,0), (uVar7 & 1) != 0)" (( "(") (comma_expression "uVar7 = FUN_000a90f0(local_5c,iVar12,0), (uVar7 & 1) != 0" (assignment_expression "uVar7 = FUN_000a90f0(local_5c,iVar12,0)" (identifier "uVar7") (= "=") (call_expression "FUN_000a90f0(local_5c,iVar12,0)" (identifier "FUN_000a90f0") (argument_list "(local_5c,iVar12,0)" (( "(") (identifier "local_5c") (, ",") (identifier "iVar12") (, ",") (number_literal "0") () ")")))) (, ",") (binary_expression "(uVar7 & 1) != 0" (parenthesized_expression "(uVar7 & 1)" (( "(") (binary_expression "uVar7 & 1" (identifier "uVar7") (& "&") (number_literal "1")) () ")")) (!= "!=") (number_literal "0"))) () ")"))) () ")")) (compound_statement "{\n auStack_a8[3] = FUN_000a90f0(local_5c,iVar12,0);\n auStack_a8[3] = auStack_a8[3] & 0xfffffffe;\n local_5c = puStack_b4;\n }" ({ "{") (expression_statement "auStack_a8[3] = FUN_000a90f0(local_5c,iVar12,0);" (assignment_expression "auStack_a8[3] = FUN_000a90f0(local_5c,iVar12,0)" (subscript_expression "auStack_a8[3]" (identifier "auStack_a8") ([ "[") (number_literal "3") (] "]")) (= "=") (call_expression "FUN_000a90f0(local_5c,iVar12,0)" (identifier "FUN_000a90f0") (argument_list "(local_5c,iVar12,0)" (( "(") (identifier "local_5c") (, ",") (identifier "iVar12") (, ",") (number_literal "0") () ")")))) (; ";")) (expression_statement "auStack_a8[3] = auStack_a8[3] & 0xfffffffe;" (assignment_expression "auStack_a8[3] = auStack_a8[3] & 0xfffffffe" (subscript_expression "auStack_a8[3]" (identifier "auStack_a8") ([ "[") (number_literal "3") (] "]")) (= "=") (binary_expression "auStack_a8[3] & 0xfffffffe" (subscript_expression "auStack_a8[3]" (identifier "auStack_a8") ([ "[") (number_literal "3") (] "]")) (& "&") (number_literal "0xfffffffe"))) (; ";")) (expression_statement "local_5c = puStack_b4;" (assignment_expression "local_5c = puStack_b4" (identifier "local_5c") (= "=") (identifier "puStack_b4")) (; ";")) (} "}"))) (if_statement "if (-1 < (char)*(byte *)((int)local_5c + 0xb)) {\n if ((*(byte *)((int)local_5c + 0xb) & 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17);\n }\n puVar10 = (uint *)local_5c[3];\n uVar7 = *puVar10;\n uVar5 = uVar7 % puVar10[3];\n piVar18 = *(int **)(puVar10[2] + uVar5 * 4);\n if (piVar18 != (int *)0x0) {\n uVar11 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, uVar7 != uVar11) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }\n if (*piVar18 != 0) goto LAB_001240a3;\n }\nLAB_00124478:\n FUN_00318cf0(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23);\n }" (if "if") (parenthesized_expression "(-1 < (char)*(byte *)((int)local_5c + 0xb))" (( "(") (binary_expression "-1 < (char)*(byte *)((int)local_5c + 0xb)" (number_literal "-1") (< "<") (cast_expression "(char)*(byte *)((int)local_5c + 0xb)" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (pointer_expression "*(byte *)((int)local_5c + 0xb)" (* "*") (cast_expression "(byte *)((int)local_5c + 0xb)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)local_5c + 0xb)" (( "(") (binary_expression "(int)local_5c + 0xb" (cast_expression "(int)local_5c" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "local_5c")) (+ "+") (number_literal "0xb")) () ")")))))) () ")")) (compound_statement "{\n if ((*(byte *)((int)local_5c + 0xb) & 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17);\n }\n puVar10 = (uint *)local_5c[3];\n uVar7 = *puVar10;\n uVar5 = uVar7 % puVar10[3];\n piVar18 = *(int **)(puVar10[2] + uVar5 * 4);\n if (piVar18 != (int *)0x0) {\n uVar11 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, uVar7 != uVar11) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }\n if (*piVar18 != 0) goto LAB_001240a3;\n }\nLAB_00124478:\n FUN_00318cf0(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23);\n }" ({ "{") (if_statement "if ((*(byte *)((int)local_5c + 0xb) & 8) == 0) {\n \n FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17);\n }" (if "if") (parenthesized_expression "((*(byte *)((int)local_5c + 0xb) & 8) == 0)" (( "(") (binary_expression "(*(byte *)((int)local_5c + 0xb) & 8) == 0" (parenthesized_expression "(*(byte *)((int)local_5c + 0xb) & 8)" (( "(") (binary_expression "*(byte *)((int)local_5c + 0xb) & 8" (pointer_expression "*(byte *)((int)local_5c + 0xb)" (* "*") (cast_expression "(byte *)((int)local_5c + 0xb)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)local_5c + 0xb)" (( "(") (binary_expression "(int)local_5c + 0xb" (cast_expression "(int)local_5c" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "local_5c")) (+ "+") (number_literal "0xb")) () ")")))) (& "&") (number_literal "8")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17);\n }" ({ "{") (expression_statement "FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17);" (call_expression "FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17)" (identifier "FUN_002446e0") (argument_list "(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17)" (( "(") (binary_expression "uVar15 + 0x32955c" (identifier "uVar15") (+ "+") (number_literal "0x32955c")) (, ",") (number_literal "0x6ab") (, ",") (binary_expression "uVar15 + 0x346863" (identifier "uVar15") (+ "+") (number_literal "0x346863")) (, ",") (identifier "pbVar17") () ")"))) (; ";")) (} "}"))) (expression_statement "puVar10 = (uint *)local_5c[3];" (assignment_expression "puVar10 = (uint *)local_5c[3]" (identifier "puVar10") (= "=") (cast_expression "(uint *)local_5c[3]" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "local_5c[3]" (identifier "local_5c") ([ "[") (number_literal "3") (] "]")))) (; ";")) (expression_statement "uVar7 = *puVar10;" (assignment_expression "uVar7 = *puVar10" (identifier "uVar7") (= "=") (pointer_expression "*puVar10" (* "*") (identifier "puVar10"))) (; ";")) (expression_statement "uVar5 = uVar7 % puVar10[3];" (assignment_expression "uVar5 = uVar7 % puVar10[3]" (identifier "uVar5") (= "=") (binary_expression "uVar7 % puVar10[3]" (identifier "uVar7") (% "%") (subscript_expression "puVar10[3]" (identifier "puVar10") ([ "[") (number_literal "3") (] "]")))) (; ";")) (expression_statement "piVar18 = *(int **)(puVar10[2] + uVar5 * 4);" (assignment_expression "piVar18 = *(int **)(puVar10[2] + uVar5 * 4)" (identifier "piVar18") (= "=") (pointer_expression "*(int **)(puVar10[2] + uVar5 * 4)" (* "*") (cast_expression "(int **)(puVar10[2] + uVar5 * 4)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(puVar10[2] + uVar5 * 4)" (( "(") (binary_expression "puVar10[2] + uVar5 * 4" (subscript_expression "puVar10[2]" (identifier "puVar10") ([ "[") (number_literal "2") (] "]")) (+ "+") (binary_expression "uVar5 * 4" (identifier "uVar5") (* "*") (number_literal "4"))) () ")"))))) (; ";")) (if_statement "if (piVar18 != (int *)0x0) {\n uVar11 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, uVar7 != uVar11) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }\n if (*piVar18 != 0) goto LAB_001240a3;\n }" (if "if") (parenthesized_expression "(piVar18 != (int *)0x0)" (( "(") (binary_expression "piVar18 != (int *)0x0" (identifier "piVar18") (!= "!=") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n uVar11 = ((int *)*piVar18)[1];\n piVar2 = (int *)*piVar18;\n while (piVar14 = piVar2, uVar7 != uVar11) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }\n if (*piVar18 != 0) goto LAB_001240a3;\n }" ({ "{") (expression_statement "uVar11 = ((int *)*piVar18)[1];" (assignment_expression "uVar11 = ((int *)*piVar18)[1]" (identifier "uVar11") (= "=") (subscript_expression "((int *)*piVar18)[1]" (parenthesized_expression "((int *)*piVar18)" (( "(") (cast_expression "(int *)*piVar18" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*piVar18" (* "*") (identifier "piVar18"))) () ")")) ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "piVar2 = (int *)*piVar18;" (assignment_expression "piVar2 = (int *)*piVar18" (identifier "piVar2") (= "=") (cast_expression "(int *)*piVar18" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*piVar18" (* "*") (identifier "piVar18")))) (; ";")) (while_statement "while (piVar14 = piVar2, uVar7 != uVar11) {\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }" (while "while") (parenthesized_expression "(piVar14 = piVar2, uVar7 != uVar11)" (( "(") (comma_expression "piVar14 = piVar2, uVar7 != uVar11" (assignment_expression "piVar14 = piVar2" (identifier "piVar14") (= "=") (identifier "piVar2")) (, ",") (binary_expression "uVar7 != uVar11" (identifier "uVar7") (!= "!=") (identifier "uVar11"))) () ")")) (compound_statement "{\n piVar2 = (int *)*piVar14;\n if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;\n }" ({ "{") (expression_statement "piVar2 = (int *)*piVar14;" (assignment_expression "piVar2 = (int *)*piVar14" (identifier "piVar2") (= "=") (cast_expression "(int *)*piVar14" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*piVar14" (* "*") (identifier "piVar14")))) (; ";")) (if_statement "if ((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))\n goto LAB_00124478;" (if "if") (parenthesized_expression "((piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]))" (( "(") (binary_expression "(piVar2 == (int *)0x0) ||\n (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3])" (parenthesized_expression "(piVar2 == (int *)0x0)" (( "(") (binary_expression "piVar2 == (int *)0x0" (identifier "piVar2") (== "==") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (|| "||") (parenthesized_expression "(uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3])" (( "(") (comma_expression "uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]" (assignment_expression "uVar11 = piVar2[1]" (identifier "uVar11") (= "=") (subscript_expression "piVar2[1]" (identifier "piVar2") ([ "[") (number_literal "1") (] "]"))) (, ",") (comma_expression "piVar18 = piVar14, uVar5 != uVar11 % puVar10[3]" (assignment_expression "piVar18 = piVar14" (identifier "piVar18") (= "=") (identifier "piVar14")) (, ",") (binary_expression "uVar5 != uVar11 % puVar10[3]" (identifier "uVar5") (!= "!=") (binary_expression "uVar11 % puVar10[3]" (identifier "uVar11") (% "%") (subscript_expression "puVar10[3]" (identifier "puVar10") ([ "[") (number_literal "3") (] "]")))))) () ")"))) () ")")) (goto_statement "goto LAB_00124478;" (goto "goto") (statement_identifier "LAB_00124478") (; ";"))) (} "}"))) (if_statement "if (*piVar18 != 0) goto LAB_001240a3;" (if "if") (parenthesized_expression "(*piVar18 != 0)" (( "(") (binary_expression "*piVar18 != 0" (pointer_expression "*piVar18" (* "*") (identifier "piVar18")) (!= "!=") (number_literal "0")) () ")")) (goto_statement "goto LAB_001240a3;" (goto "goto") (statement_identifier "LAB_001240a3") (; ";"))) (} "}"))) (labeled_statement "LAB_00124478:\n FUN_00318cf0(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23);" (statement_identifier "LAB_00124478") (: ":") (expression_statement "FUN_00318cf0(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23);" (call_expression "FUN_00318cf0(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23)" (identifier "FUN_00318cf0") (argument_list "(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23)" (( "(") (identifier "puVar10") (, ",") (identifier "iVar12") (, ",") (binary_expression "local_5c[2] & 0x7ffffff" (subscript_expression "local_5c[2]" (identifier "local_5c") ([ "[") (number_literal "2") (] "]")) (& "&") (number_literal "0x7ffffff")) (, ",") (identifier "uVar7") (, ",") (identifier "puVar10") (, ",") (identifier "uVar23") () ")"))) (; ";"))) (} "}"))) (labeled_statement "LAB_001240a3:\n if (uStack_68 - 10 < 0x2a) {\n \n \n uVar15 = (*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))();\n return uVar15;\n }" (statement_identifier "LAB_001240a3") (: ":") (if_statement "if (uStack_68 - 10 < 0x2a) {\n \n \n uVar15 = (*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))();\n return uVar15;\n }" (if "if") (parenthesized_expression "(uStack_68 - 10 < 0x2a)" (( "(") (binary_expression "uStack_68 - 10 < 0x2a" (binary_expression "uStack_68 - 10" (identifier "uStack_68") (- "-") (number_literal "10")) (< "<") (number_literal "0x2a")) () ")")) (compound_statement "{\n \n \n uVar15 = (*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))();\n return uVar15;\n }" ({ "{") (expression_statement "uVar15 = (*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))();" (assignment_expression "uVar15 = (*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))()" (identifier "uVar15") (= "=") (call_expression "(*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))()" (parenthesized_expression "(*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))" (( "(") (pointer_expression "*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4))" (* "*") (cast_expression "(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4))" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4))" (( "(") (binary_expression "pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)" (identifier "pbVar16") (+ "+") (pointer_expression "*(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)" (* "*") (cast_expression "(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(uVar15 + 0x344087 + (uStack_68 - 10) * 4)" (( "(") (binary_expression "uVar15 + 0x344087 + (uStack_68 - 10) * 4" (binary_expression "uVar15 + 0x344087" (identifier "uVar15") (+ "+") (number_literal "0x344087")) (+ "+") (binary_expression "(uStack_68 - 10) * 4" (parenthesized_expression "(uStack_68 - 10)" (( "(") (binary_expression "uStack_68 - 10" (identifier "uStack_68") (- "-") (number_literal "10")) () ")")) (* "*") (number_literal "4"))) () ")"))))) () ")")))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (return_statement "return uVar15;" (return "return") (identifier "uVar15") (; ";")) (} "}")))) (expression_statement "FUN_002446e0(uVar15 + 0x34351d,0x2ec8,uVar15 + 0x345d23,iVar6);" (call_expression "FUN_002446e0(uVar15 + 0x34351d,0x2ec8,uVar15 + 0x345d23,iVar6)" (identifier "FUN_002446e0") (argument_list "(uVar15 + 0x34351d,0x2ec8,uVar15 + 0x345d23,iVar6)" (( "(") (binary_expression "uVar15 + 0x34351d" (identifier "uVar15") (+ "+") (number_literal "0x34351d")) (, ",") (number_literal "0x2ec8") (, ",") (binary_expression "uVar15 + 0x345d23" (identifier "uVar15") (+ "+") (number_literal "0x345d23")) (, ",") (identifier "iVar6") () ")"))) (; ";")) (} "}"))) (} "}"))) (expression_statement "FUN_002446e0(uVar15 + 0x34351d,0x2ea7,uVar15 + 0x345d23,uVar7);" (call_expression "FUN_002446e0(uVar15 + 0x34351d,0x2ea7,uVar15 + 0x345d23,uVar7)" (identifier "FUN_002446e0") (argument_list "(uVar15 + 0x34351d,0x2ea7,uVar15 + 0x345d23,uVar7)" (( "(") (binary_expression "uVar15 + 0x34351d" (identifier "uVar15") (+ "+") (number_literal "0x34351d")) (, ",") (number_literal "0x2ea7") (, ",") (binary_expression "uVar15 + 0x345d23" (identifier "uVar15") (+ "+") (number_literal "0x345d23")) (, ",") (identifier "uVar7") () ")"))) (; ";")) (} "}"))) (expression_statement "iVar12 = *(int *)(*(int *)(param_2 + 0x13c) + uVar15 * 4);" (assignment_expression "iVar12 = *(int *)(*(int *)(param_2 + 0x13c) + uVar15 * 4)" (identifier "iVar12") (= "=") (pointer_expression "*(int *)(*(int *)(param_2 + 0x13c) + uVar15 * 4)" (* "*") (cast_expression "(int *)(*(int *)(param_2 + 0x13c) + uVar15 * 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(param_2 + 0x13c) + uVar15 * 4)" (( "(") (binary_expression "*(int *)(param_2 + 0x13c) + uVar15 * 4" (pointer_expression "*(int *)(param_2 + 0x13c)" (* "*") (cast_expression "(int *)(param_2 + 0x13c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x13c)" (( "(") (binary_expression "param_2 + 0x13c" (identifier "param_2") (+ "+") (number_literal "0x13c")) () ")")))) (+ "+") (binary_expression "uVar15 * 4" (identifier "uVar15") (* "*") (number_literal "4"))) () ")"))))) (; ";")) (if_statement "if (iVar12 == 0) {\nLAB_00123df8:\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfe7;\n \n puStack_80 = (undefined *)0x123e15;\n puStack_70 = (uint *)iVar6;\n FUN_002446e0();\n }" (if "if") (parenthesized_expression "(iVar12 == 0)" (( "(") (binary_expression "iVar12 == 0" (identifier "iVar12") (== "==") (number_literal "0")) () ")")) (compound_statement "{\nLAB_00123df8:\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfe7;\n \n puStack_80 = (undefined *)0x123e15;\n puStack_70 = (uint *)iVar6;\n FUN_002446e0();\n }" ({ "{") (labeled_statement "LAB_00123df8:\n uStack_74 = local_64 + -0x17fc68;" (statement_identifier "LAB_00123df8") (: ":") (expression_statement "uStack_74 = local_64 + -0x17fc68;" (assignment_expression "uStack_74 = local_64 + -0x17fc68" (identifier "uStack_74") (= "=") (binary_expression "local_64 + -0x17fc68" (identifier "local_64") (+ "+") (number_literal "-0x17fc68"))) (; ";"))) (expression_statement "local_7c = (uint *)(local_64 + -0x182cba);" (assignment_expression "local_7c = (uint *)(local_64 + -0x182cba)" (identifier "local_7c") (= "=") (cast_expression "(uint *)(local_64 + -0x182cba)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_64 + -0x182cba)" (( "(") (binary_expression "local_64 + -0x182cba" (identifier "local_64") (+ "+") (number_literal "-0x182cba")) () ")")))) (; ";")) (expression_statement "iStack_78 = 0xfe7;" (assignment_expression "iStack_78 = 0xfe7" (identifier "iStack_78") (= "=") (number_literal "0xfe7")) (; ";")) (expression_statement "puStack_80 = (undefined *)0x123e15;" (assignment_expression "puStack_80 = (undefined *)0x123e15" (identifier "puStack_80") (= "=") (cast_expression "(undefined *)0x123e15" (( "(") (type_descriptor "undefined *" (type_identifier "undefined") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x123e15"))) (; ";")) (expression_statement "puStack_70 = (uint *)iVar6;" (assignment_expression "puStack_70 = (uint *)iVar6" (identifier "puStack_70") (= "=") (cast_expression "(uint *)iVar6" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "iVar6"))) (; ";")) (expression_statement "FUN_002446e0();" (call_expression "FUN_002446e0()" (identifier "FUN_002446e0") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "local_20 = local_44;" (assignment_expression "local_20 = local_44" (identifier "local_20") (= "=") (identifier "local_44")) (; ";")) (expression_statement "local_2c = iVar6;" (assignment_expression "local_2c = iVar6" (identifier "local_2c") (= "=") (identifier "iVar6")) (; ";")) (if_statement "if (param_1 == 0) {\n if (param_3 == -1) {\n puStack_70 = (uint *)0x123df8;\n iVar6 = FUN_0010c360();\n goto LAB_00123df8;\n }\n local_28 = param_3;\n local_24 = param_2;\n }\n else {\n local_28 = -1;\n local_24 = param_1;\n }" (if "if") (parenthesized_expression "(param_1 == 0)" (( "(") (binary_expression "param_1 == 0" (identifier "param_1") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n if (param_3 == -1) {\n puStack_70 = (uint *)0x123df8;\n iVar6 = FUN_0010c360();\n goto LAB_00123df8;\n }\n local_28 = param_3;\n local_24 = param_2;\n }" ({ "{") (if_statement "if (param_3 == -1) {\n puStack_70 = (uint *)0x123df8;\n iVar6 = FUN_0010c360();\n goto LAB_00123df8;\n }" (if "if") (parenthesized_expression "(param_3 == -1)" (( "(") (binary_expression "param_3 == -1" (identifier "param_3") (== "==") (number_literal "-1")) () ")")) (compound_statement "{\n puStack_70 = (uint *)0x123df8;\n iVar6 = FUN_0010c360();\n goto LAB_00123df8;\n }" ({ "{") (expression_statement "puStack_70 = (uint *)0x123df8;" (assignment_expression "puStack_70 = (uint *)0x123df8" (identifier "puStack_70") (= "=") (cast_expression "(uint *)0x123df8" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x123df8"))) (; ";")) (expression_statement "iVar6 = FUN_0010c360();" (assignment_expression "iVar6 = FUN_0010c360()" (identifier "iVar6") (= "=") (call_expression "FUN_0010c360()" (identifier "FUN_0010c360") (argument_list "()" (( "(") () ")")))) (; ";")) (goto_statement "goto LAB_00123df8;" (goto "goto") (statement_identifier "LAB_00123df8") (; ";")) (} "}"))) (expression_statement "local_28 = param_3;" (assignment_expression "local_28 = param_3" (identifier "local_28") (= "=") (identifier "param_3")) (; ";")) (expression_statement "local_24 = param_2;" (assignment_expression "local_24 = param_2" (identifier "local_24") (= "=") (identifier "param_2")) (; ";")) (} "}")) (else_clause "else {\n local_28 = -1;\n local_24 = param_1;\n }" (else "else") (compound_statement "{\n local_28 = -1;\n local_24 = param_1;\n }" ({ "{") (expression_statement "local_28 = -1;" (assignment_expression "local_28 = -1" (identifier "local_28") (= "=") (number_literal "-1")) (; ";")) (expression_statement "local_24 = param_1;" (assignment_expression "local_24 = param_1" (identifier "local_24") (= "=") (identifier "param_1")) (; ";")) (} "}")))) (expression_statement "puStack_70 = (uint *)0x123c3b;" (assignment_expression "puStack_70 = (uint *)0x123c3b" (identifier "puStack_70") (= "=") (cast_expression "(uint *)0x123c3b" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x123c3b"))) (; ";")) (expression_statement "FUN_0010ece0();" (call_expression "FUN_0010ece0()" (identifier "FUN_0010ece0") (argument_list "()" (( "(") () ")"))) (; ";")) (if_statement "if ((local_30 == 0) || (iVar6 = *(int *)(local_30 + 0x14), iVar6 == 0)) {\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfeb;\n \n puStack_80 = (undefined *)0x123cff;\n FUN_002446e0();\n }" (if "if") (parenthesized_expression "((local_30 == 0) || (iVar6 = *(int *)(local_30 + 0x14), iVar6 == 0))" (( "(") (binary_expression "(local_30 == 0) || (iVar6 = *(int *)(local_30 + 0x14), iVar6 == 0)" (parenthesized_expression "(local_30 == 0)" (( "(") (binary_expression "local_30 == 0" (identifier "local_30") (== "==") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "(iVar6 = *(int *)(local_30 + 0x14), iVar6 == 0)" (( "(") (comma_expression "iVar6 = *(int *)(local_30 + 0x14), iVar6 == 0" (assignment_expression "iVar6 = *(int *)(local_30 + 0x14)" (identifier "iVar6") (= "=") (pointer_expression "*(int *)(local_30 + 0x14)" (* "*") (cast_expression "(int *)(local_30 + 0x14)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_30 + 0x14)" (( "(") (binary_expression "local_30 + 0x14" (identifier "local_30") (+ "+") (number_literal "0x14")) () ")"))))) (, ",") (binary_expression "iVar6 == 0" (identifier "iVar6") (== "==") (number_literal "0"))) () ")"))) () ")")) (compound_statement "{\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfeb;\n \n puStack_80 = (undefined *)0x123cff;\n FUN_002446e0();\n }" ({ "{") (expression_statement "uStack_74 = local_64 + -0x17fc68;" (assignment_expression "uStack_74 = local_64 + -0x17fc68" (identifier "uStack_74") (= "=") (binary_expression "local_64 + -0x17fc68" (identifier "local_64") (+ "+") (number_literal "-0x17fc68"))) (; ";")) (expression_statement "local_7c = (uint *)(local_64 + -0x182cba);" (assignment_expression "local_7c = (uint *)(local_64 + -0x182cba)" (identifier "local_7c") (= "=") (cast_expression "(uint *)(local_64 + -0x182cba)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_64 + -0x182cba)" (( "(") (binary_expression "local_64 + -0x182cba" (identifier "local_64") (+ "+") (number_literal "-0x182cba")) () ")")))) (; ";")) (expression_statement "iStack_78 = 0xfeb;" (assignment_expression "iStack_78 = 0xfeb" (identifier "iStack_78") (= "=") (number_literal "0xfeb")) (; ";")) (expression_statement "puStack_80 = (undefined *)0x123cff;" (assignment_expression "puStack_80 = (undefined *)0x123cff" (identifier "puStack_80") (= "=") (cast_expression "(undefined *)0x123cff" (( "(") (type_descriptor "undefined *" (type_identifier "undefined") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x123cff"))) (; ";")) (expression_statement "FUN_002446e0();" (call_expression "FUN_002446e0()" (identifier "FUN_002446e0") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "param_6 = (uint)*(byte *)(*(int *)(iVar6 + 4) + 0x14);" (assignment_expression "param_6 = (uint)*(byte *)(*(int *)(iVar6 + 4) + 0x14)" (identifier "param_6") (= "=") (binary_expression "(uint)*(byte *)(*(int *)(iVar6 + 4) + 0x14)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (* "*") (cast_expression "(byte *)(*(int *)(iVar6 + 4) + 0x14)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(iVar6 + 4) + 0x14)" (( "(") (binary_expression "*(int *)(iVar6 + 4) + 0x14" (pointer_expression "*(int *)(iVar6 + 4)" (* "*") (cast_expression "(int *)(iVar6 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar6 + 4)" (( "(") (binary_expression "iVar6 + 4" (identifier "iVar6") (+ "+") (number_literal "4")) () ")")))) (+ "+") (number_literal "0x14")) () ")"))))) (; ";")) (if_statement "if ((*(byte *)(iVar12 + 0x1c) & 1) == 0) {\nLAB_00123dd6:\n uStack_74 = local_64 + -0x17f944;\n local_7c = (uint *)(local_64 + -0x19cca3);\n iStack_78 = 0xc5;\n \n puStack_80 = (undefined *)0x123df3;\n FUN_002446e0();\n }" (if "if") (parenthesized_expression "((*(byte *)(iVar12 + 0x1c) & 1) == 0)" (( "(") (binary_expression "(*(byte *)(iVar12 + 0x1c) & 1) == 0" (parenthesized_expression "(*(byte *)(iVar12 + 0x1c) & 1)" (( "(") (binary_expression "*(byte *)(iVar12 + 0x1c) & 1" (pointer_expression "*(byte *)(iVar12 + 0x1c)" (* "*") (cast_expression "(byte *)(iVar12 + 0x1c)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar12 + 0x1c)" (( "(") (binary_expression "iVar12 + 0x1c" (identifier "iVar12") (+ "+") (number_literal "0x1c")) () ")")))) (& "&") (number_literal "1")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\nLAB_00123dd6:\n uStack_74 = local_64 + -0x17f944;\n local_7c = (uint *)(local_64 + -0x19cca3);\n iStack_78 = 0xc5;\n \n puStack_80 = (undefined *)0x123df3;\n FUN_002446e0();\n }" ({ "{") (labeled_statement "LAB_00123dd6:\n uStack_74 = local_64 + -0x17f944;" (statement_identifier "LAB_00123dd6") (: ":") (expression_statement "uStack_74 = local_64 + -0x17f944;" (assignment_expression "uStack_74 = local_64 + -0x17f944" (identifier "uStack_74") (= "=") (binary_expression "local_64 + -0x17f944" (identifier "local_64") (+ "+") (number_literal "-0x17f944"))) (; ";"))) (expression_statement "local_7c = (uint *)(local_64 + -0x19cca3);" (assignment_expression "local_7c = (uint *)(local_64 + -0x19cca3)" (identifier "local_7c") (= "=") (cast_expression "(uint *)(local_64 + -0x19cca3)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_64 + -0x19cca3)" (( "(") (binary_expression "local_64 + -0x19cca3" (identifier "local_64") (+ "+") (number_literal "-0x19cca3")) () ")")))) (; ";")) (expression_statement "iStack_78 = 0xc5;" (assignment_expression "iStack_78 = 0xc5" (identifier "iStack_78") (= "=") (number_literal "0xc5")) (; ";")) (expression_statement "puStack_80 = (undefined *)0x123df3;" (assignment_expression "puStack_80 = (undefined *)0x123df3" (identifier "puStack_80") (= "=") (cast_expression "(undefined *)0x123df3" (( "(") (type_descriptor "undefined *" (type_identifier "undefined") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x123df3"))) (; ";")) (expression_statement "FUN_002446e0();" (call_expression "FUN_002446e0()" (identifier "FUN_002446e0") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (if_statement "if (*(int *)(iVar6 + 8) == -1) {\n puStack_70 = (uint *)0x123dd6;\n FUN_0010c390();\n goto LAB_00123dd6;\n }" (if "if") (parenthesized_expression "(*(int *)(iVar6 + 8) == -1)" (( "(") (binary_expression "*(int *)(iVar6 + 8) == -1" (pointer_expression "*(int *)(iVar6 + 8)" (* "*") (cast_expression "(int *)(iVar6 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar6 + 8)" (( "(") (binary_expression "iVar6 + 8" (identifier "iVar6") (+ "+") (number_literal "8")) () ")")))) (== "==") (number_literal "-1")) () ")")) (compound_statement "{\n puStack_70 = (uint *)0x123dd6;\n FUN_0010c390();\n goto LAB_00123dd6;\n }" ({ "{") (expression_statement "puStack_70 = (uint *)0x123dd6;" (assignment_expression "puStack_70 = (uint *)0x123dd6" (identifier "puStack_70") (= "=") (cast_expression "(uint *)0x123dd6" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x123dd6"))) (; ";")) (expression_statement "FUN_0010c390();" (call_expression "FUN_0010c390()" (identifier "FUN_0010c390") (argument_list "()" (( "(") () ")"))) (; ";")) (goto_statement "goto LAB_00123dd6;" (goto "goto") (statement_identifier "LAB_00123dd6") (; ";")) (} "}"))) (expression_statement "local_58 = (*(int *)(iVar6 + 8) - param_5) + *(int *)(iVar12 + 4) + local_4c;" (assignment_expression "local_58 = (*(int *)(iVar6 + 8) - param_5) + *(int *)(iVar12 + 4) + local_4c" (identifier "local_58") (= "=") (binary_expression "(*(int *)(iVar6 + 8) - param_5) + *(int *)(iVar12 + 4) + local_4c" (binary_expression "(*(int *)(iVar6 + 8) - param_5) + *(int *)(iVar12 + 4)" (parenthesized_expression "(*(int *)(iVar6 + 8) - param_5)" (( "(") (binary_expression "*(int *)(iVar6 + 8) - param_5" (pointer_expression "*(int *)(iVar6 + 8)" (* "*") (cast_expression "(int *)(iVar6 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar6 + 8)" (( "(") (binary_expression "iVar6 + 8" (identifier "iVar6") (+ "+") (number_literal "8")) () ")")))) (- "-") (identifier "param_5")) () ")")) (+ "+") (pointer_expression "*(int *)(iVar12 + 4)" (* "*") (cast_expression "(int *)(iVar12 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar12 + 4)" (( "(") (binary_expression "iVar12 + 4" (identifier "iVar12") (+ "+") (number_literal "4")) () ")"))))) (+ "+") (identifier "local_4c"))) (; ";")) (if_statement "if (0x3ffffff < local_58 + 0x2000000) {\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfef;\n \n puStack_80 = &UNK_00123cb7;\n puStack_70 = (uint *)*(int *)(iVar12 + 4);\n FUN_002446e0();\n }" (if "if") (parenthesized_expression "(0x3ffffff < local_58 + 0x2000000)" (( "(") (binary_expression "0x3ffffff < local_58 + 0x2000000" (number_literal "0x3ffffff") (< "<") (binary_expression "local_58 + 0x2000000" (identifier "local_58") (+ "+") (number_literal "0x2000000"))) () ")")) (compound_statement "{\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xfef;\n \n puStack_80 = &UNK_00123cb7;\n puStack_70 = (uint *)*(int *)(iVar12 + 4);\n FUN_002446e0();\n }" ({ "{") (expression_statement "uStack_74 = local_64 + -0x17fc68;" (assignment_expression "uStack_74 = local_64 + -0x17fc68" (identifier "uStack_74") (= "=") (binary_expression "local_64 + -0x17fc68" (identifier "local_64") (+ "+") (number_literal "-0x17fc68"))) (; ";")) (expression_statement "local_7c = (uint *)(local_64 + -0x182cba);" (assignment_expression "local_7c = (uint *)(local_64 + -0x182cba)" (identifier "local_7c") (= "=") (cast_expression "(uint *)(local_64 + -0x182cba)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_64 + -0x182cba)" (( "(") (binary_expression "local_64 + -0x182cba" (identifier "local_64") (+ "+") (number_literal "-0x182cba")) () ")")))) (; ";")) (expression_statement "iStack_78 = 0xfef;" (assignment_expression "iStack_78 = 0xfef" (identifier "iStack_78") (= "=") (number_literal "0xfef")) (; ";")) (expression_statement "puStack_80 = &UNK_00123cb7;" (assignment_expression "puStack_80 = &UNK_00123cb7" (identifier "puStack_80") (= "=") (pointer_expression "&UNK_00123cb7" (& "&") (identifier "UNK_00123cb7"))) (; ";")) (expression_statement "puStack_70 = (uint *)*(int *)(iVar12 + 4);" (assignment_expression "puStack_70 = (uint *)*(int *)(iVar12 + 4)" (identifier "puStack_70") (= "=") (cast_expression "(uint *)*(int *)(iVar12 + 4)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*(int *)(iVar12 + 4)" (* "*") (cast_expression "(int *)(iVar12 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar12 + 4)" (( "(") (binary_expression "iVar12 + 4" (identifier "iVar12") (+ "+") (number_literal "4")) () ")")))))) (; ";")) (expression_statement "FUN_002446e0();" (call_expression "FUN_002446e0()" (identifier "FUN_002446e0") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (} "}"))) (labeled_statement "LAB_00123af0:\n if (param_6 == 0) {\n uVar15 = local_58 + 0x2000000;\n goto LAB_00123b38;\n }" (statement_identifier "LAB_00123af0") (: ":") (if_statement "if (param_6 == 0) {\n uVar15 = local_58 + 0x2000000;\n goto LAB_00123b38;\n }" (if "if") (parenthesized_expression "(param_6 == 0)" (( "(") (binary_expression "param_6 == 0" (identifier "param_6") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n uVar15 = local_58 + 0x2000000;\n goto LAB_00123b38;\n }" ({ "{") (expression_statement "uVar15 = local_58 + 0x2000000;" (assignment_expression "uVar15 = local_58 + 0x2000000" (identifier "uVar15") (= "=") (binary_expression "local_58 + 0x2000000" (identifier "local_58") (+ "+") (number_literal "0x2000000"))) (; ";")) (goto_statement "goto LAB_00123b38;" (goto "goto") (statement_identifier "LAB_00123b38") (; ";")) (} "}")))) (if_statement "if (((char)uVar13 != '\x01') || (iVar9 != 0x1c)) {\nLAB_00123a2c:\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xff8;\n \n puStack_80 = &UNK_00123a4b;\n FUN_002446e0();\n }" (if "if") (parenthesized_expression "(((char)uVar13 != '\x01') || (iVar9 != 0x1c))" (( "(") (binary_expression "((char)uVar13 != '\x01') || (iVar9 != 0x1c)" (parenthesized_expression "((char)uVar13 != '\x01')" (( "(") (binary_expression "(char)uVar13 != '\x01'" (cast_expression "(char)uVar13" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (identifier "uVar13")) (!= "!=") (char_literal "'\x01'" (' "'") (escape_sequence "\x01") (' "'"))) () ")")) (|| "||") (parenthesized_expression "(iVar9 != 0x1c)" (( "(") (binary_expression "iVar9 != 0x1c" (identifier "iVar9") (!= "!=") (number_literal "0x1c")) () ")"))) () ")")) (compound_statement "{\nLAB_00123a2c:\n uStack_74 = local_64 + -0x17fc68;\n local_7c = (uint *)(local_64 + -0x182cba);\n iStack_78 = 0xff8;\n \n puStack_80 = &UNK_00123a4b;\n FUN_002446e0();\n }" ({ "{") (labeled_statement "LAB_00123a2c:\n uStack_74 = local_64 + -0x17fc68;" (statement_identifier "LAB_00123a2c") (: ":") (expression_statement "uStack_74 = local_64 + -0x17fc68;" (assignment_expression "uStack_74 = local_64 + -0x17fc68" (identifier "uStack_74") (= "=") (binary_expression "local_64 + -0x17fc68" (identifier "local_64") (+ "+") (number_literal "-0x17fc68"))) (; ";"))) (expression_statement "local_7c = (uint *)(local_64 + -0x182cba);" (assignment_expression "local_7c = (uint *)(local_64 + -0x182cba)" (identifier "local_7c") (= "=") (cast_expression "(uint *)(local_64 + -0x182cba)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_64 + -0x182cba)" (( "(") (binary_expression "local_64 + -0x182cba" (identifier "local_64") (+ "+") (number_literal "-0x182cba")) () ")")))) (; ";")) (expression_statement "iStack_78 = 0xff8;" (assignment_expression "iStack_78 = 0xff8" (identifier "iStack_78") (= "=") (number_literal "0xff8")) (; ";")) (expression_statement "puStack_80 = &UNK_00123a4b;" (assignment_expression "puStack_80 = &UNK_00123a4b" (identifier "puStack_80") (= "=") (pointer_expression "&UNK_00123a4b" (& "&") (identifier "UNK_00123a4b"))) (; ";")) (expression_statement "FUN_002446e0();" (call_expression "FUN_002446e0()" (identifier "FUN_002446e0") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "uVar15 = local_58 + 0x2000000;" (assignment_expression "uVar15 = local_58 + 0x2000000" (identifier "uVar15") (= "=") (binary_expression "local_58 + 0x2000000" (identifier "local_58") (+ "+") (number_literal "0x2000000"))) (; ";")) (} "}")))) (expression_statement "uVar5 = (local_58 & 2) << 0x17 | uVar7 | 0xfa000000;" (assignment_expression "uVar5 = (local_58 & 2) << 0x17 | uVar7 | 0xfa000000" (identifier "uVar5") (= "=") (binary_expression "(local_58 & 2) << 0x17 | uVar7 | 0xfa000000" (binary_expression "(local_58 & 2) << 0x17 | uVar7" (binary_expression "(local_58 & 2) << 0x17" (parenthesized_expression "(local_58 & 2)" (( "(") (binary_expression "local_58 & 2" (identifier "local_58") (& "&") (number_literal "2")) () ")")) (<< "<<") (number_literal "0x17")) (| "|") (identifier "uVar7")) (| "|") (number_literal "0xfa000000"))) (; ";")) (labeled_statement "LAB_00123b38:\n uVar7 = ((int)local_58 >> 2 ^ uVar5) & 0xffffff ^ uVar5;" (statement_identifier "LAB_00123b38") (: ":") (expression_statement "uVar7 = ((int)local_58 >> 2 ^ uVar5) & 0xffffff ^ uVar5;" (assignment_expression "uVar7 = ((int)local_58 >> 2 ^ uVar5) & 0xffffff ^ uVar5" (identifier "uVar7") (= "=") (binary_expression "((int)local_58 >> 2 ^ uVar5) & 0xffffff ^ uVar5" (binary_expression "((int)local_58 >> 2 ^ uVar5) & 0xffffff" (parenthesized_expression "((int)local_58 >> 2 ^ uVar5)" (( "(") (binary_expression "(int)local_58 >> 2 ^ uVar5" (binary_expression "(int)local_58 >> 2" (cast_expression "(int)local_58" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "local_58")) (>> ">>") (number_literal "2")) (^ "^") (identifier "uVar5")) () ")")) (& "&") (number_literal "0xffffff")) (^ "^") (identifier "uVar5"))) (; ";"))) (expression_statement "*local_5c = uVar5 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8 | uVar7 << 0x18;" (assignment_expression "*local_5c = uVar5 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8 | uVar7 << 0x18" (pointer_expression "*local_5c" (* "*") (identifier "local_5c")) (= "=") (binary_expression "uVar5 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8 | uVar7 << 0x18" (binary_expression "uVar5 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8" (binary_expression "uVar5 >> 0x18 | (uVar7 & 0xff0000) >> 8" (binary_expression "uVar5 >> 0x18" (identifier "uVar5") (>> ">>") (number_literal "0x18")) (| "|") (binary_expression "(uVar7 & 0xff0000) >> 8" (parenthesized_expression "(uVar7 & 0xff0000)" (( "(") (binary_expression "uVar7 & 0xff0000" (identifier "uVar7") (& "&") (number_literal "0xff0000")) () ")")) (>> ">>") (number_literal "8"))) (| "|") (binary_expression "(uVar7 & 0xff00) << 8" (parenthesized_expression "(uVar7 & 0xff00)" (( "(") (binary_expression "uVar7 & 0xff00" (identifier "uVar7") (& "&") (number_literal "0xff00")) () ")")) (<< "<<") (number_literal "8"))) (| "|") (binary_expression "uVar7 << 0x18" (identifier "uVar7") (<< "<<") (number_literal "0x18")))) (; ";")) (return_statement "return (uint)(0x3ffffff < uVar15);" (return "return") (call_expression "(uint)(0x3ffffff < uVar15)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(0x3ffffff < uVar15)" (( "(") (binary_expression "0x3ffffff < uVar15" (number_literal "0x3ffffff") (< "<") (identifier "uVar15")) () ")"))) (; ";")) (} "}")))
/* WARNING: Enum "DT": Some values do not have unique names */ /* WARNING: Enum "<anon>": Some values do not have unique names */ Status anon_unknown.dwarf_91258a::Arm_relocate_functions<true>::arm_branch_common (uint r_type,Relocate_info<32,_true> *relinfo,uchar *view,Sized_symbol<32> *gsym, Arm_relobj<true> *object,uint r_sym,Symbol_value<32> *psymval,Arm_address address, Arm_address thumb_bit,bool is_weakly_undefined_without_plt) { int *piVar1; byte bVar2; Merged_symbol_value<32> *this; _Hash_node_base *p_Var3; int iVar4; uint uVar5; Object_attribute *pOVar6; uint uVar7; Stub_type SVar8; Elf_Addr EVar9; uint uVar10; uint *extraout_ECX; _Hash_node_base *p_Var11; uint uVar12; char cVar13; __bucket_type p_Var14; int unaff_EDI; Symbol *symbol; __bucket_type p_Var15; int iVar16; bool bVar17; bool bVar18; undefined8 uVar19; Relocate_info<32,_true> *pRVar20; Arm_address AVar21; undefined1 in_stack_ffffff90; _Hash_node_base *input_offset; Arm_relobj<true> *in_stack_ffffff94; key_type *in_stack_ffffff98; int iVar22; uint *puVar23; uint local_4c; uint local_48; int local_30; Key stub_key; uVar19 = __x86_get_pc_thunk_di(); iVar4 = (int)uVar19; symbol = (Symbol *)(BYTE_ARRAY_004c6911 + unaff_EDI + 0x28); uVar10 = *extraout_ECX; uVar7 = uVar10 >> 0x18 | (uVar10 & 0xff0000) >> 8 | (uVar10 & 0xff00) << 8; uVar10 = uVar10 << 0x18; uVar5 = uVar7 | uVar10; if (uVar10 >> 0x1c == 0xf) { bVar17 = false; LAB_00123812: if (iVar4 == 0x1c) { if ((uVar10 != 0xeb000000) && ((uVar10 & 0xfe000000) != 0xfa000000)) { return STATUS_BAD_RELOC; } } else { bVar18 = false; if (iVar4 == 0x1d) goto LAB_0012385b; LAB_0012372e: if ((iVar4 != 0x1b) && (iVar4 != 0xf)) { /* WARNING: Subroutine does not return */ gold::do_gold_unreachable ((char *)(unaff_EDI + 0x343c7f),0xfba,(char *)(unaff_EDI + 0x346cd1)); } if ((uVar10 & 0xe000000) != 0xa000000) { return STATUS_BAD_RELOC; } } } else { bVar17 = (uVar10 & 0xf000000) == 0xa000000; if (uVar10 >> 0x1c == 0xe) goto LAB_00123812; bVar18 = (uVar10 & 0xf000000) == 0xb000000; if (iVar4 == 0x1c) { return STATUS_BAD_RELOC; } if (iVar4 != 0x1d) goto LAB_0012372e; LAB_0012385b: if ((!bVar17) && (!bVar18)) { return STATUS_BAD_RELOC; } } piVar1 = (int *)((int)&DWORD_004c7100 + unaff_EDI + 1); iVar16 = *piVar1; iVar22 = *(int *)(iVar16 + 0xc); if (iVar22 == 0) { /* WARNING: Subroutine does not return */ Target_arm<true>::default_target(); } if ((*(int *)(*(int *)(iVar22 + 4) + 8) != 0x28) || (*(char *)(*(int *)(iVar22 + 4) + 4) == '\0')) { /* WARNING: Subroutine does not return */ gold::do_gold_unreachable((char *)(unaff_EDI + 0x343c7f),0x988,(char *)(unaff_EDI + 0x346d6d)); } if ((char)psymval != '\0') { iVar4 = *(int *)(iVar16 + 8); if (iVar4 == 0) { /* WARNING: Subroutine does not return */ gold::do_gold_unreachable((char *)(unaff_EDI + 0x324ba6),0x5c,&UNK_00346db1 + unaff_EDI); } if (*(char *)(iVar4 + 0x318d) != '\0') { /* WARNING: Subroutine does not return */ gold::do_gold_unreachable((char *)(unaff_EDI + 0x343c7f),0xfc5,(char *)(unaff_EDI + 0x346cd1)) ; } if (*(undefined4 **)(iVar22 + 0x7c) == (undefined4 *)0x0) goto LAB_00123d1c; puVar23 = extraout_ECX; pOVar6 = gold::Vendor_object_attributes::get_attribute ((Vendor_object_attributes *)**(undefined4 **)(iVar22 + 0x7c),6); if (pOVar6 != (Object_attribute *)0x0) { if ((pOVar6->int_value_ - 8U < 3) || (uVar7 = uVar10 & 0xf0000000 | 0x1a00000, pOVar6->int_value_ == 0xd)) { uVar7 = uVar10 & 0xf0000000 | 0x320f000; } *puVar23 = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8; return STATUS_OKAY; } goto LAB_00123d3e; } local_4c = uVar5 * 4 & 0x3ffffff; puVar23 = extraout_ECX; if ((uVar5 * 4 & 0x2000000) == 0) { bVar2 = *(byte *)((int)&(gsym->super_Symbol).u1_ + 3); if (-1 < (char)bVar2) goto LAB_001238a2; LAB_00123a6e: iVar16 = local_4c + (gsym->super_Symbol).u2_.shndx; } else { local_4c = local_4c + 0xfc000000; bVar2 = *(byte *)((int)&(gsym->super_Symbol).u1_ + 3); if ((char)bVar2 < '\0') goto LAB_00123a6e; LAB_001238a2: if ((bVar2 & 8) == 0) { /* WARNING: Subroutine does not return */ gold::do_gold_unreachable((char *)(unaff_EDI + 0x329cbe),0x6ab,&UNK_00346fc5 + unaff_EDI); } this = *(Merged_symbol_value<32> **)&(gsym->super_Symbol).u2_.offset_is_from_end; input_offset = (_Hash_node_base *)this->input_value_; local_48 = local_4c; if (local_4c < 0xffffff00) { input_offset = (_Hash_node_base *)((int)&input_offset->_M_nxt + local_4c); local_48 = 0; } uVar10 = (this->output_addresses_)._M_h._M_bucket_count; uVar12 = (uint)input_offset % uVar10; p_Var15 = (this->output_addresses_)._M_h._M_buckets[uVar12]; if (p_Var15 != (__bucket_type)0x0) { p_Var11 = p_Var15->_M_nxt[1]._M_nxt; p_Var3 = p_Var15->_M_nxt; while (p_Var14 = p_Var3, input_offset != p_Var11) { p_Var3 = p_Var14->_M_nxt; if ((p_Var3 == (_Hash_node_base *)0x0) || (p_Var11 = p_Var3[1]._M_nxt, p_Var15 = p_Var14, uVar12 != (uint)p_Var11 % uVar10)) goto LAB_00123b80; } if (p_Var15->_M_nxt != (_Hash_node_base *)0x0) { iVar16 = (int)&(p_Var15->_M_nxt[2]._M_nxt)->_M_nxt + local_48; goto LAB_0012394e; } } LAB_00123b80: EVar9 = gold::Merged_symbol_value<32>::value_from_output_section (this,(Relobj *)relinfo,(uint)(gsym->super_Symbol).u1_.object & 0x7ffffff, (Elf_Addr)input_offset); in_stack_ffffff90 = SUB41(input_offset,0); iVar16 = local_48 + EVar9; } LAB_0012394e: if (*(undefined4 **)(iVar22 + 0x7c) == (undefined4 *)0x0) { LAB_00123d1c: /* WARNING: Subroutine does not return */ gold::do_gold_unreachable ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xb6a, (char *)&symbol[-0x7feb].symtab_index_); } uVar10 = iVar16 - (int)object; pOVar6 = gold::Vendor_object_attributes::get_attribute ((Vendor_object_attributes *)**(undefined4 **)(iVar22 + 0x7c),6); if (pOVar6 == (Object_attribute *)0x0) { LAB_00123d3e: /* WARNING: Subroutine does not return */ gold::do_gold_unreachable ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xb6d, (char *)&symbol[-0x7feb].symtab_index_); } uVar12 = pOVar6->int_value_; iVar22 = *(int *)(*piVar1 + 8); if (iVar22 == 0) { /* WARNING: Subroutine does not return */ Target_arm<true>::do_may_relax((Target_arm<true> *)in_stack_ffffff94); } cVar13 = *(char *)(iVar22 + 0x1579); if (cVar13 == '\0') { cVar13 = 2 < uVar12; } else if ((uVar12 & 0xfffffffd) != 8) { cVar13 = uVar12 - 0xb < 3; } if (*(char *)(iVar22 + 0x318d) == '\0') { uVar12 = (iVar16 - (int)object) + 0x2000000; if (0x3ffffff < uVar12) { AVar21 = 0; pRVar20 = relinfo; gold::Symbol_value<32>::value<true> ((Symbol_value<32> *)gsym,(Sized_relobj_file<32,_true> *)relinfo,0); SVar8 = Reloc_stub::stub_type_for_reloc ((uint)(r_sym != 0),(Arm_address)pRVar20,AVar21,(bool)in_stack_ffffff90); if (SVar8 != arm_stub_none) { LAB_00123bd0: uVar12 = *(uint *)((int)((ulonglong)uVar19 >> 0x20) + 0x18); if ((uint)((int)relinfo[10].symtab - (int)relinfo[9].data_shdr >> 2) <= uVar12) { /* WARNING: Subroutine does not return */ Arm_relobj<true>::stub_table(in_stack_ffffff94,(uint)in_stack_ffffff98); } iVar16 = *(int *)(relinfo[9].data_shdr + uVar12 * 4); if (iVar16 == 0) { /* WARNING: Subroutine does not return */ gold::do_gold_unreachable ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xfe7, (char *)&symbol[-0x7fed].u1_); } if ((r_type == 0) && (view == (uchar *)0xffffffff)) { /* WARNING: Subroutine does not return */ Reloc_stub::Key::Key ((Key *)in_stack_ffffff94,(Stub_type)in_stack_ffffff98,symbol, (Relobj *)relinfo[10].symtab,(uint)puVar23,uVar10); } std:: _Hashtable<(anonymous_namespace)::Reloc_stub::Key,_std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>,_std::allocator<std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>_>,_std::__detail::_Select1st,_(anonymous_namespace)::Reloc_stub::Key::equal_to,_(anonymous_namespace)::Reloc_stub::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<(anonymous_namespace)::Reloc_stub::Key,_std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>,_std::allocator<std::pair<const_(anonymous_namespace)::Reloc_stub::Key,_(anonymous_namespace)::Reloc_stub*>_>,_std::__detail::_Select1st,_(anonymous_namespace)::Reloc_stub::Key::equal_to,_(anonymous_namespace)::Reloc_stub::Key::hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_> *)in_stack_ffffff94,in_stack_ffffff98); if ((local_30 == 0) || (iVar22 = *(int *)(local_30 + 0x14), iVar22 == 0)) { /* WARNING: Subroutine does not return */ gold::do_gold_unreachable ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xfeb, (char *)&symbol[-0x7fed].u1_); } r_sym = (uint)*(byte *)(*(int *)(iVar22 + 4) + 0x14); if ((*(byte *)(iVar16 + 0x1c) & 1) == 0) { LAB_00123dd6: /* WARNING: Subroutine does not return */ gold::do_gold_unreachable ((char *)((int)&symbol[-0x8999].u2_.offset_base + 1),0xc5, &symbol[-0x7fdd].field_0x2c); } if (*(int *)(iVar22 + 8) == -1) { Stub::offset((Stub *)in_stack_ffffff94); goto LAB_00123dd6; } uVar10 = (*(int *)(iVar22 + 8) - (int)object) + *(int *)(iVar16 + 4) + local_4c; if (0x3ffffff < uVar10 + 0x2000000) { /* WARNING: Subroutine does not return */ gold::do_gold_unreachable ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xfef, (char *)&symbol[-0x7fed].u1_); } } goto LAB_00123af0; } if (r_sym == 0) goto LAB_00123b38; if ((cVar13 != '\x01') || (iVar4 != 0x1c)) { AVar21 = 0; pRVar20 = relinfo; gold::Symbol_value<32>::value<true> ((Symbol_value<32> *)gsym,(Sized_relobj_file<32,_true> *)relinfo,0); SVar8 = Reloc_stub::stub_type_for_reloc(1,(Arm_address)pRVar20,AVar21,(bool)in_stack_ffffff90) ; if (SVar8 == arm_stub_none) goto LAB_00123a2c; goto LAB_00123bd0; } } else { LAB_00123af0: if (r_sym == 0) { uVar12 = uVar10 + 0x2000000; goto LAB_00123b38; } if ((cVar13 != '\x01') || (iVar4 != 0x1c)) { LAB_00123a2c: /* WARNING: Subroutine does not return */ gold::do_gold_unreachable ((char *)((int)&symbol[-0x80ef].dynsym_index_ + 2),0xff8, (char *)&symbol[-0x7fed].u1_); } uVar12 = uVar10 + 0x2000000; } uVar5 = (uVar10 & 2) << 0x17 | uVar7 | 0xfa000000; LAB_00123b38: uVar10 = ((int)uVar10 >> 2 ^ uVar5) & 0xffffff ^ uVar5; *puVar23 = uVar5 >> 0x18 | (uVar10 & 0xff0000) >> 8 | (uVar10 & 0xff00) << 8 | uVar10 << 0x18; return (uint)(0x3ffffff < uVar12); }
null
(translation_unit (function_definition type: (type_identifier) 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: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (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: (primitive_type) 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: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (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)) (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: (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: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator 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: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (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: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))) (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: (false))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))))) consequence: (compound_statement (return_statement (number_literal))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (false))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (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: (number_literal))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (return_statement (number_literal))))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (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: (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 (return_statement (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (unary_expression argument: (identifier))) right: (parenthesized_expression (unary_expression argument: (identifier))))) consequence: (compound_statement (return_statement (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: (primitive_type)) value: (pointer_expression argument: (identifier))) right: (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: (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: (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)))) (goto_statement label: (statement_identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) right: (number_literal))) right: (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: (primitive_type) 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: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (assignment_expression left: (identifier) right: (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: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))))) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (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)))) (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: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)) right: (number_literal))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) 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)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (number_literal)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))))) (return_statement (number_literal)))) (goto_statement label: (statement_identifier)))) (goto_statement label: (statement_identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (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: (goto_statement label: (statement_identifier))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) 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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (char_literal (escape_sequence)))) consequence: (goto_statement label: (statement_identifier))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (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: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) right: (number_literal)))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (parenthesized_expression (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (while_statement condition: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (identifier)) right: (comma_expression left: (assignment_expression left: (identifier) right: (identifier)) right: (comma_expression left: (assignment_expression left: (identifier) right: (identifier)) right: (binary_expression left: (identifier) right: (identifier)))))) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal))) right: (comma_expression left: (assignment_expression left: (identifier) right: (identifier)) right: (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (binary_expression left: (identifier) right: (identifier)))))))) consequence: (goto_statement label: (statement_identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal)))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (goto_statement label: (statement_identifier)))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (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: (binary_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: (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) (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier))))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))))))) (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: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (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: (pointer_expression argument: (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)))) (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: (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (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: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (identifier)) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (number_literal) right: (identifier))))))) alternative: (else_clause (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (number_literal)))))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (char_literal (escape_sequence)))) consequence: (goto_statement label: (statement_identifier))) (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: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (char_literal (escape_sequence)))) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (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)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (goto_statement label: (statement_identifier))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (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))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (parenthesized_expression (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) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (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 (labeled_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: (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))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) right: (number_literal)))) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (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: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (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: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) right: (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) right: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (number_literal) (binary_expression left: (identifier) right: (number_literal)) (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (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: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal)))))) right: (binary_expression left: (number_literal) right: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal)))))) right: (number_literal)))) (goto_statement label: (statement_identifier)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (call_expression function: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (identifier))) arguments: (argument_list (pointer_expression argument: (identifier)))) index: (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: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (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: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier)))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (labeled_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))))) (return_statement (identifier))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (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 (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: (false)))) (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) (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: (number_literal)))))) (goto_statement label: (statement_identifier)))) (goto_statement label: (statement_identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (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: (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (identifier))) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (number_literal) (binary_expression left: (identifier) right: (number_literal)) (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (identifier))) right: (number_literal))))) right: (number_literal))))) right: (char_literal (escape_sequence)))) 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: (number_literal))) consequence: (goto_statement label: (statement_identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (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: (identifier) right: (false))) consequence: (goto_statement label: (statement_identifier))) (goto_statement label: (statement_identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))))) consequence: (compound_statement (expression_statement (assignment_expression left: (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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (identifier))) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (char_literal (escape_sequence)))) consequence: (goto_statement label: (statement_identifier))))))) 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: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))))) consequence: (compound_statement (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 (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)))) (goto_statement label: (statement_identifier))))))) alternative: (else_clause (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier)))))))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (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: (primitive_type)) 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)))) (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (number_literal) (binary_expression left: (identifier) right: (number_literal)) (identifier))))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (call_expression function: (identifier) arguments: (argument_list)))) (expression_statement (assignment_expression left: (identifier) right: (false))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) alternative: (else_clause (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: (goto_statement label: (statement_identifier))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (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: (goto_statement label: (statement_identifier))) (labeled_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: (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: (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: (identifier) right: (false))) consequence: (goto_statement label: (statement_identifier))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (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 (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))))) consequence: (goto_statement label: (statement_identifier))) (goto_statement label: (statement_identifier)))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (true))))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (pointer_expression argument: (identifier))) right: (identifier)) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (number_literal) (binary_expression left: (identifier) right: (number_literal)) (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: (binary_expression left: (identifier) right: (number_literal)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (false))) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (number_literal)))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (number_literal))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (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: (primitive_type)) value: (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: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (number_literal) (binary_expression left: (identifier) right: (number_literal)) (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (parenthesized_expression (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (while_statement condition: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (identifier)) right: (binary_expression left: (identifier) right: (identifier)))) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal))) right: (comma_expression left: (assignment_expression left: (identifier) right: (identifier)) right: (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal))))))))) consequence: (goto_statement label: (statement_identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))))) (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)) (identifier) (identifier) (identifier))))))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))))))))))) arguments: (argument_list)))) (return_statement (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (number_literal) (binary_expression left: (identifier) right: (number_literal)) (identifier)))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (number_literal) (binary_expression left: (identifier) right: (number_literal)) (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (identifier) right: (number_literal)))))))) (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: (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (goto_statement label: (statement_identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (comma_expression left: (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)))))) 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)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (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))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (identifier)) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (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: (pointer_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 (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (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))) (goto_statement label: (statement_identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (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)))))) right: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (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)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (goto_statement label: (statement_identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (char_literal (escape_sequence)))) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal)) right: (identifier)) right: (number_literal)))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal)) right: (identifier))) right: (number_literal)) right: (identifier))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal))))) (return_statement (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (number_literal) right: (identifier))))))))
null
uint MASKED(int param_1,int param_2,int param_3,int param_4,int param_5,uint param_6, undefined4 param_7) { byte bVar1; int *piVar2; char cVar3; byte bVar4; uint uVar5; int iVar6; uint uVar7; undefined4 *puVar8; int iVar9; uint *extraout_ECX; uint *puVar10; undefined4 extraout_ECX_00; uint uVar11; int iVar12; uint uVar13; int *piVar14; int unaff_EDI; uint uVar15; byte *pbVar16; byte *pbVar17; int *piVar18; bool bVar19; bool bVar20; undefined8 uVar21; undefined8 uVar22; undefined4 uVar23; bool bStack_b8; uint *puStack_b4; uint auStack_a8 [10]; undefined *puStack_80; uint *local_7c; int iStack_78; uint uStack_74; uint *puStack_70; uint uStack_68; int local_64; uint local_60; uint *local_5c; uint local_58; int *local_54; int local_50; uint local_4c; uint local_48; uint local_44; uint local_40; int local_3c; uint *local_38; uint local_34; int local_30; int local_2c; int local_28; int local_24; uint local_20; uVar21 = FUN_00074f0a(); local_50 = (int)((ulonglong)uVar21 >> 0x20); uVar22 = CONCAT44(local_50,local_3c); iVar9 = (int)uVar21; local_64 = unaff_EDI + 0x4c6939; uVar15 = *extraout_ECX; uVar7 = uVar15 >> 0x18 | (uVar15 & 0xff0000) >> 8 | (uVar15 & 0xff00) << 8; uVar15 = uVar15 << 0x18; uVar5 = uVar7 | uVar15; if (uVar15 >> 0x1c == 0xf) { bVar19 = false; puVar10 = extraout_ECX; LAB_00123812: if (iVar9 == 0x1c) { if ((uVar15 != 0xeb000000) && ((uVar15 & 0xfe000000) != 0xfa000000)) { return 2; } } else { bVar20 = false; if (iVar9 == 0x1d) goto LAB_0012385b; LAB_0012372e: if ((iVar9 != 0x1b) && (iVar9 != 0xf)) { uStack_74 = unaff_EDI + 0x346cd1; local_7c = (uint *)(unaff_EDI + 0x343c7f); iStack_78 = 0xfba; /* WARNING: Subroutine does not return */ puStack_80 = (undefined *)0x123d78; puStack_70 = puVar10; FUN_002446e0(); } if ((uVar15 & 0xe000000) != 0xa000000) { return 2; } } } else { puVar10 = (uint *)(uVar15 & 0xf000000); bVar19 = puVar10 == (uint *)0xa000000; if (uVar15 >> 0x1c == 0xe) goto LAB_00123812; bVar20 = puVar10 == (uint *)0xb000000; if (iVar9 == 0x1c) { return 2; } if (iVar9 != 0x1d) goto LAB_0012372e; LAB_0012385b: if ((!bVar19) && (!bVar20)) { return 2; } } local_54 = (int *)((int)&DWORD_004c7100 + unaff_EDI + 1); local_60 = *(uint *)(*local_54 + 0xc); if (local_60 == 0) { puStack_70 = (uint *)0x123d3e; iVar6 = FUN_0010d780(); goto LAB_00123d3e; } if ((*(int *)(*(int *)(local_60 + 4) + 8) != 0x28) || (*(char *)(*(int *)(local_60 + 4) + 4) == '\0')) { puStack_70 = (uint *)param_7; uStack_74 = unaff_EDI + 0x346d6d; local_7c = (uint *)(unaff_EDI + 0x343c7f); iStack_78 = 0x988; /* WARNING: Subroutine does not return */ puStack_80 = (undefined *)0x123d1c; FUN_002446e0(); } local_5c = extraout_ECX; if ((char)param_7 != '\0') { puStack_70 = *(uint **)(*local_54 + 8); if (puStack_70 == (uint *)0x0) { uStack_74 = unaff_EDI + 0x346db1; local_7c = (uint *)(unaff_EDI + 0x324ba6); iStack_78 = 0x5c; /* WARNING: Subroutine does not return */ puStack_80 = (undefined *)0x123dd1; FUN_002446e0(); } if (*(char *)((int)puStack_70 + 0x318d) != '\0') { uStack_74 = unaff_EDI + 0x346cd1; local_7c = (uint *)(unaff_EDI + 0x343c7f); iStack_78 = 0xfc5; /* WARNING: Subroutine does not return */ puStack_80 = (undefined *)0x123db7; FUN_002446e0(); } puVar8 = *(undefined4 **)(local_60 + 0x7c); if (puVar8 != (undefined4 *)0x0) { iStack_78 = 6; local_7c = (uint *)*puVar8; puStack_80 = (undefined *)0x1237cd; iVar6 = FUN_00225490(); if (iVar6 != 0) { if ((*(int *)(iVar6 + 4) - 8U < 3) || (uVar7 = uVar15 & 0xf0000000 | 0x1a00000, *(int *)(iVar6 + 4) == 0xd)) { uVar7 = uVar15 & 0xf0000000 | 0x320f000; } *local_5c = uVar7 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8; return 0; } goto LAB_00123d3e; } goto LAB_00123d1c; } local_44 = uVar5 * 4 & 0x3ffffff; if ((uVar5 * 4 & 0x2000000) == 0) { bVar4 = *(byte *)(param_4 + 0xb); if (-1 < (char)bVar4) goto LAB_001238a2; LAB_00123a6e: iVar6 = local_44 + *(int *)(param_4 + 0xc); local_4c = local_44; } else { local_44 = local_44 + 0xfc000000; bVar4 = *(byte *)(param_4 + 0xb); if ((char)bVar4 < '\0') goto LAB_00123a6e; LAB_001238a2: local_4c = local_44; if ((bVar4 & 8) == 0) { uStack_74 = unaff_EDI + 0x346fc5; local_7c = (uint *)(unaff_EDI + 0x329cbe); iStack_78 = 0x6ab; /* WARNING: Subroutine does not return */ puStack_80 = (undefined *)0x123d95; puStack_70 = (uint *)(uint)bVar4; FUN_002446e0(); } local_7c = *(uint **)(param_4 + 0xc); local_58 = *local_7c; local_48 = local_44; if (local_44 < 0xffffff00) { local_58 = local_58 + local_44; local_48 = 0; } local_34 = local_7c[3]; piVar18 = *(int **)(local_7c[2] + (local_58 % local_34) * 4); local_38 = local_7c; if (piVar18 != (int *)0x0) { uVar15 = ((int *)*piVar18)[1]; piVar2 = (int *)*piVar18; while (piVar14 = piVar2, local_40 = uVar5, local_3c = iVar9, local_58 != uVar15) { piVar2 = (int *)*piVar14; if ((piVar2 == (int *)0x0) || (uVar15 = piVar2[1], piVar18 = piVar14, local_58 % local_34 != uVar15 % local_34)) goto LAB_00123b80; } if (*piVar18 != 0) { iVar6 = local_48 + *(int *)(*piVar18 + 8); uVar22 = uVar21; goto LAB_0012394e; } } LAB_00123b80: puStack_70 = (uint *)local_58; local_58 = *(uint *)(param_4 + 8); uStack_74 = local_58 & 0x7ffffff; iStack_78 = param_2; puStack_80 = (undefined *)0x123ba9; iVar6 = FUN_00318cf0(); uVar22 = CONCAT44(local_50,local_3c); iVar6 = local_48 + iVar6; } LAB_0012394e: local_50 = (int)((ulonglong)uVar22 >> 0x20); local_3c = (int)uVar22; uVar15 = iVar6 - param_5; puVar8 = *(undefined4 **)(local_60 + 0x7c); local_58 = uVar15; if (puVar8 == (undefined4 *)0x0) { LAB_00123d1c: local_50 = (int)((ulonglong)uVar22 >> 0x20); local_3c = (int)uVar22; uStack_74 = local_64 + -0x17fc00; local_7c = (uint *)(local_64 + -0x182cba); iStack_78 = 0xb6a; /* WARNING: Subroutine does not return */ puStack_80 = (undefined *)0x123d39; puStack_70 = puVar8; FUN_002446e0(); } iStack_78 = 6; local_7c = (uint *)*puVar8; puStack_80 = (undefined *)0x123978; iVar6 = FUN_00225490(); if (iVar6 == 0) { LAB_00123d3e: uStack_74 = local_64 + -0x17fc00; local_7c = (uint *)(local_64 + -0x182cba); iStack_78 = 0xb6d; /* WARNING: Subroutine does not return */ puStack_80 = (undefined *)0x123d5b; puStack_70 = (uint *)iVar6; FUN_002446e0(); } uVar11 = *(uint *)(iVar6 + 4); iVar6 = *(int *)(*local_54 + 8); if (iVar6 == 0) { /* WARNING: Subroutine does not return */ puStack_70 = (uint *)0x123d9a; FUN_0010cb20(); } uVar13 = (uint)*(byte *)(iVar6 + 0x1579); if (*(byte *)(iVar6 + 0x1579) == 0) { uVar13 = (uint)(2 < uVar11); } else if ((uVar11 & 0xfffffffd) != 8) { uVar13 = (uint)(uVar11 - 0xb < 3); } if (*(char *)(iVar6 + 0x318d) != '\0') goto LAB_00123af0; uVar15 = uVar15 + 0x2000000; if (uVar15 < 0x4000000) { if (param_6 == 0) goto LAB_00123b38; if (((char)uVar13 != '\x01') || (iVar9 != 0x1c)) { uStack_74 = 0; iStack_78 = param_2; local_7c = (uint *)param_4; puStack_80 = (undefined *)0x123a0a; FUN_000a90f0(); local_7c = (uint *)0x1; puStack_80 = (undefined *)0x123a21; iVar6 = FUN_00113410(); if (iVar6 == 0) goto LAB_00123a2c; goto LAB_00123bd0; } } else { uStack_74 = 0; iStack_78 = param_2; local_7c = (uint *)param_4; puStack_80 = (undefined *)0x123abd; FUN_000a90f0(); local_7c = (uint *)(uint)(param_6 != 0); puStack_80 = (undefined *)0x123ade; iVar6 = FUN_00113410(); if (iVar6 != 0) { LAB_00123bd0: uVar15 = *(uint *)(local_50 + 0x18); local_60 = *(uint *)(param_2 + 0x140); if ((uint)((int)(local_60 - *(int *)(param_2 + 0x13c)) >> 2) <= uVar15) { puStack_70 = (uint *)0x123e1a; FUN_0010c330(); iStack_78 = 0x123e29; uStack_74 = uVar15; puStack_70 = (uint *)uVar5; uVar22 = FUN_00074f0a(); iVar6 = local_64; iVar12 = (int)((ulonglong)uVar22 >> 0x20); pbVar16 = BYTE_ARRAY_004c61c1 + uVar15 + 0x16; auStack_a8[0] = 0; auStack_a8[1] = 0xffffffff; auStack_a8[2] = 0x80000000; auStack_a8[3] = 0; pbVar17 = pbVar16; uVar23 = extraout_ECX_00; local_7c = (uint *)uVar13; iStack_78 = iVar9; if (local_64 == 0) { uVar7 = (*(int *)(iVar12 + 0x154) - *(int *)(iVar12 + 0x14c)) + (*(int *)(iVar12 + 0x150) - *(int *)(iVar12 + 0x148)) * 8; if (uVar7 <= local_60) { /* WARNING: Subroutine does not return */ FUN_002446e0(uVar15 + 0x34351d,0x5f8,uVar15 + 0x34662f,uVar7); } bStack_b8 = (*(uint *)(*(int *)(iVar12 + 0x148) + (local_60 >> 5) * 4) & 1 << ((byte)local_60 & 0x1f)) != 0; goto LAB_00123fe0; } uVar7 = 0; if (uStack_68 - 2 < 0x6b) { uVar7 = (uint)(char)(&UNK_00344ed5)[uStack_68 + uVar15]; if (*(int *)(local_64 + 0x18) == -1) goto LAB_00123f75; LAB_00123e82: if ((*(byte *)(local_64 + 0x28) & 0xf) != 10) { cVar3 = FUN_00071bb0(local_64,uVar7); bVar4 = *(byte *)(iVar6 + 0x2a) & 7; if (cVar3 != '\0') { LAB_00123f19: if (bVar4 == 0) goto LAB_00123f1d; LAB_00123f80: if (bVar4 == 4) { LAB_00123f8f: puStack_b4 = auStack_a8; uVar15 = FUN_00072240(puStack_b4); return uVar15; } LAB_00124258: bVar4 = *(byte *)(iVar6 + 0x28) & 0xf; if (bVar4 != 0xd) { if (bVar4 != 2) { LAB_00124269: bStack_b8 = false; goto LAB_00123fe0; } LAB_001242ac: bVar4 = FUN_000a90f0(local_5c,iVar12,0); bStack_b8 = (bool)(bVar4 & 1); goto LAB_00123fe0; } goto LAB_00124280; } if ((bVar4 != 0) || ((*(byte *)(*(int *)(iVar6 + 8) + 0x2c) & 1) == 0)) { pbVar17 = BYTE_ARRAY_004c6979 + uVar15 + 0x26; if (*(int *)(*(int *)pbVar17 + 8) == 0) { /* WARNING: Subroutine does not return */ FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,0); } if (*(char *)(*(int *)(*(int *)pbVar17 + 8) + 0x1a25) == '\0') { LAB_00123f10: if ((uVar7 & 8) == 0) goto LAB_00123f19; if (bVar4 == 0) { bVar1 = *(byte *)(iVar6 + 0x2b); bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0); if (bStack_b8 != false) goto LAB_001244c4; goto LAB_00123f39; } if (bVar4 != 4) goto LAB_00124258; LAB_001244c4: if ((*(byte *)(iVar6 + 0x28) >> 4 != 2) && ((*(byte *)(iVar6 + 0x2c) & 2) == 0)) { iVar9 = *(int *)(*(int *)pbVar17 + 8); if (iVar9 == 0) goto LAB_0012462d; if (*(char *)(iVar9 + 0x49b1) == '\0') goto LAB_00123f19; } } else if (bVar4 == 0) { if ((*(int *)(iVar6 + 0xc) != 0) || ((*(byte *)(iVar6 + 0x2b) & 0x20) == 0)) { LAB_00123eef: cVar3 = FUN_00071a80(iVar6); if (cVar3 == '\0') { bVar4 = *(byte *)(iVar6 + 0x2a) & 7; goto LAB_00123f10; } } } else if (bVar4 != 4) goto LAB_00123eef; } } if (*(int *)((int)uVar22 + 0x18) == 0) { iVar9 = FUN_0010c850(); LAB_0012462d: /* WARNING: Subroutine does not return */ FUN_002446e0(uVar15 + 0x324444,0x5c,uVar15 + 0x34664f,iVar9); } auStack_a8[3] = FUN_00117290(); bStack_b8 = false; local_5c = auStack_a8; } else { if (*(int *)(local_64 + 0x18) != -1) goto LAB_00123e82; LAB_00123f75: bVar4 = *(byte *)(local_64 + 0x2a) & 7; if (bVar4 != 0) goto LAB_00123f80; LAB_00123f1d: bVar1 = *(byte *)(iVar6 + 0x2b); bStack_b8 = (bool)(bVar1 >> 5 & *(int *)(iVar6 + 0xc) == 0); if (bStack_b8 != false) goto LAB_00123f8f; LAB_00123f39: bVar4 = *(byte *)(iVar6 + 0x28) & 0xf; if (bVar4 != 0xd) { if (bVar4 != 2) goto LAB_00123fe0; if ((*(int *)(iVar6 + 0xc) == 0) && ((bVar1 & 0x20) != 0)) goto LAB_00124269; goto LAB_001242ac; } LAB_00124280: bStack_b8 = true; } LAB_00123fe0: puStack_b4 = auStack_a8; iVar9 = *(int *)((int)&DWORD_004c739c + uVar15 + 3); if (0xff < uStack_68) { /* WARNING: Subroutine does not return */ FUN_002446e0(uVar15 + 0x347947,0x134,uVar15 + 0x3466b7,iVar9); } uVar7 = *(uint *)(iVar9 + uStack_68 * 4); if ((uVar7 != 0) && (*(int *)(uVar7 + 0x1c) == 1)) { bVar4 = *(byte *)(uVar7 + 0x34); uVar7 = (uint)bVar4; if ((bVar4 & 2) != 0) { if (((bStack_b8 != false) && ((bVar4 & 0x40) != 0)) && (uVar7 = FUN_000a90f0(local_5c,iVar12,0), (uVar7 & 1) != 0)) { auStack_a8[3] = FUN_000a90f0(local_5c,iVar12,0); auStack_a8[3] = auStack_a8[3] & 0xfffffffe; local_5c = puStack_b4; } if (-1 < (char)*(byte *)((int)local_5c + 0xb)) { if ((*(byte *)((int)local_5c + 0xb) & 8) == 0) { /* WARNING: Subroutine does not return */ FUN_002446e0(uVar15 + 0x32955c,0x6ab,uVar15 + 0x346863,pbVar17); } puVar10 = (uint *)local_5c[3]; uVar7 = *puVar10; uVar5 = uVar7 % puVar10[3]; piVar18 = *(int **)(puVar10[2] + uVar5 * 4); if (piVar18 != (int *)0x0) { uVar11 = ((int *)*piVar18)[1]; piVar2 = (int *)*piVar18; while (piVar14 = piVar2, uVar7 != uVar11) { piVar2 = (int *)*piVar14; if ((piVar2 == (int *)0x0) || (uVar11 = piVar2[1], piVar18 = piVar14, uVar5 != uVar11 % puVar10[3])) goto LAB_00124478; } if (*piVar18 != 0) goto LAB_001240a3; } LAB_00124478: FUN_00318cf0(puVar10,iVar12,local_5c[2] & 0x7ffffff,uVar7,puVar10,uVar23); } LAB_001240a3: if (uStack_68 - 10 < 0x2a) { /* WARNING: Could not recover jumptable at 0x001240be. Too many branches */ /* WARNING: Treating indirect jump as call */ uVar15 = (*(code *)(pbVar16 + *(int *)(uVar15 + 0x344087 + (uStack_68 - 10) * 4)))(); return uVar15; } /* WARNING: Subroutine does not return */ FUN_002446e0(uVar15 + 0x34351d,0x2ec8,uVar15 + 0x345d23,iVar6); } } /* WARNING: Subroutine does not return */ FUN_002446e0(uVar15 + 0x34351d,0x2ea7,uVar15 + 0x345d23,uVar7); } iVar12 = *(int *)(*(int *)(param_2 + 0x13c) + uVar15 * 4); if (iVar12 == 0) { LAB_00123df8: uStack_74 = local_64 + -0x17fc68; local_7c = (uint *)(local_64 + -0x182cba); iStack_78 = 0xfe7; /* WARNING: Subroutine does not return */ puStack_80 = (undefined *)0x123e15; puStack_70 = (uint *)iVar6; FUN_002446e0(); } local_20 = local_44; local_2c = iVar6; if (param_1 == 0) { if (param_3 == -1) { puStack_70 = (uint *)0x123df8; iVar6 = FUN_0010c360(); goto LAB_00123df8; } local_28 = param_3; local_24 = param_2; } else { local_28 = -1; local_24 = param_1; } puStack_70 = (uint *)0x123c3b; FUN_0010ece0(); if ((local_30 == 0) || (iVar6 = *(int *)(local_30 + 0x14), iVar6 == 0)) { uStack_74 = local_64 + -0x17fc68; local_7c = (uint *)(local_64 + -0x182cba); iStack_78 = 0xfeb; /* WARNING: Subroutine does not return */ puStack_80 = (undefined *)0x123cff; FUN_002446e0(); } param_6 = (uint)*(byte *)(*(int *)(iVar6 + 4) + 0x14); if ((*(byte *)(iVar12 + 0x1c) & 1) == 0) { LAB_00123dd6: uStack_74 = local_64 + -0x17f944; local_7c = (uint *)(local_64 + -0x19cca3); iStack_78 = 0xc5; /* WARNING: Subroutine does not return */ puStack_80 = (undefined *)0x123df3; FUN_002446e0(); } if (*(int *)(iVar6 + 8) == -1) { puStack_70 = (uint *)0x123dd6; FUN_0010c390(); goto LAB_00123dd6; } local_58 = (*(int *)(iVar6 + 8) - param_5) + *(int *)(iVar12 + 4) + local_4c; if (0x3ffffff < local_58 + 0x2000000) { uStack_74 = local_64 + -0x17fc68; local_7c = (uint *)(local_64 + -0x182cba); iStack_78 = 0xfef; /* WARNING: Subroutine does not return */ puStack_80 = &UNK_00123cb7; puStack_70 = (uint *)*(int *)(iVar12 + 4); FUN_002446e0(); } } LAB_00123af0: if (param_6 == 0) { uVar15 = local_58 + 0x2000000; goto LAB_00123b38; } if (((char)uVar13 != '\x01') || (iVar9 != 0x1c)) { LAB_00123a2c: uStack_74 = local_64 + -0x17fc68; local_7c = (uint *)(local_64 + -0x182cba); iStack_78 = 0xff8; /* WARNING: Subroutine does not return */ puStack_80 = &UNK_00123a4b; FUN_002446e0(); } uVar15 = local_58 + 0x2000000; } uVar5 = (local_58 & 2) << 0x17 | uVar7 | 0xfa000000; LAB_00123b38: uVar7 = ((int)local_58 >> 2 ^ uVar5) & 0xffffff ^ uVar5; *local_5c = uVar5 >> 0x18 | (uVar7 & 0xff0000) >> 8 | (uVar7 & 0xff00) << 8 | uVar7 << 0x18; return (uint)(0x3ffffff < uVar15); }
6763_powerpc-linux-gnu-dwp_and_powerpc-linux-gnu-dwp_strip.c
do_for_all_global_symbols
FUN_001a47e0
/* DWARF original prototype: void do_for_all_global_symbols(Sized_dynobj<64,_true> * this, Read_symbols_data * sd, Symbol_visitor_base * v) */ void __thiscall gold::Sized_dynobj<64,_true>::do_for_all_global_symbols (Sized_dynobj<64,_true> *this,Read_symbols_data *sd,Symbol_visitor_base *v) { uchar *puVar1; uint uVar2; uint *puVar3; uint uVar4; uint uVar5; puVar1 = sd->symbol_names->data_; uVar4 = sd->symbols_size - sd->external_symbols_offset; puVar3 = (uint *)(sd->symbols->data_ + sd->external_symbols_offset); if (0x17 < uVar4) { uVar5 = 0; do { if ((*(short *)((int)puVar3 + 6) != 0) && ((puVar3[1] & 0xf0) != 0)) { uVar2 = *puVar3; (*v->_vptr_Symbol_visitor_base[2]) (v,puVar1 + (uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 | uVar2 << 0x18)); } uVar5 = uVar5 + 1; puVar3 = puVar3 + 6; } while (uVar5 < uVar4 / 0x18); } return; }
int FUN_001a47e0(undefined4 param_1,int param_2,int *param_3) { int iVar1; uint uVar2; int iVar3; uint *puVar4; uint uVar5; uint uVar6; iVar1 = *(int *)(*(int *)(param_2 + 0x18) + 8); uVar5 = *(int *)(param_2 + 0x10) - *(int *)(param_2 + 0x14); puVar4 = (uint *)(*(int *)(*(int *)(param_2 + 0xc) + 8) + *(int *)(param_2 + 0x14)); iVar3 = uVar5 * -0x55555555; if (0x17 < uVar5) { uVar6 = 0; do { if ((*(short *)((int)puVar4 + 6) != 0) && ((puVar4[1] & 0xf0) != 0)) { uVar2 = *puVar4; iVar3 = (**(code **)(*param_3 + 8)) (param_3,(uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 | uVar2 << 0x18) + iVar1); } uVar6 = uVar6 + 1; puVar4 = puVar4 + 6; } while (uVar6 < uVar5 / 0x18); } return iVar3; }
PUSH EBP PUSH EDI PUSH ESI PUSH EBX SUB ESP,0x1c MOV EAX,dword ptr [ESP + 0x34] MOV EBP,dword ptr [ESP + 0x38] MOV EDX,dword ptr [EAX + 0x18] MOV EBX,dword ptr [EAX + 0xc] MOV ESI,dword ptr [EAX + 0x10] MOV ECX,dword ptr [EDX + 0x8] MOV EDX,dword ptr [EAX + 0x14] MOV dword ptr [ESP + 0xc],ECX MOV ECX,dword ptr [EBX + 0x8] SUB ESI,EDX MOV EAX,ESI ADD ECX,EDX MOV EDX,0xaaaaaaab MUL EDX MOV EDI,EDX SHR EDI,0x4 CMP ESI,0x17 JBE 0x001a484d MOV EBX,ECX XOR ESI,ESI CMP word ptr [EBX + 0x6],0x0 JZ 0x001a4843 TEST byte ptr [EBX + 0x4],0xf0 JZ 0x001a4843 MOV EAX,dword ptr [EBX] SUB ESP,0x8 MOV EDX,dword ptr [EBP] BSWAP EAX ADD EAX,dword ptr [ESP + 0x14] PUSH EAX PUSH EBP CALL dword ptr [EDX + 0x8] ADD ESP,0x10 ADD ESI,0x1 ADD EBX,0x18 CMP EDI,ESI JA 0x001a4820 ADD ESP,0x1c POP EBX POP ESI POP EDI POP EBP RET
null
null
null
null
[('const-24', u'PTRSUB_-1207612930'), ('const-417', u'LOAD_-1207613415'), (u'INT_AND_-1207613222', u'INT_NOTEQUAL_-1207613235'), ('tmp_686', u'CBRANCH_-1207613112'), ('tmp_768', u'PTRSUB_-1207612930'), ('tmp_403', u'CBRANCH_-1207613251'), (u'LOAD_-1207613233', u'INT_RIGHT_-1207613183'), (u'INT_NOTEQUAL_-1207613254', u'CBRANCH_-1207613251'), (u'CAST_-1207612896', u'MULTIEQUAL_-1207612981'), (u'LOAD_-1207613233', u'INT_AND_-1207613182'), ('const-12', u'PTRSUB_-1207612926'), ('const-417', u'LOAD_-1207613390'), (u'CAST_-1207612872', u'INT_ADD_-1207613254'), (u'MULTIEQUAL_-1207612981', u'LOAD_-1207613233'), ('tmp_768', u'PTRSUB_-1207612926'), (u'INT_SUB_-1207613365', u'INT_DIV_-1207613309'), ('const-240', u'INT_AND_-1207613222'), ('tmp_769', u'CALLIND_-1207613163'), ('const-8', u'INT_RIGHT_-1207613181'), ('const-24', u'INT_LEFT_-1207613176'), (u'INT_OR_-1207613176', u'PTRADD_-1207613130'), ('const-4', u'PTRADD_-1207612835'), ('const-65280', u'INT_AND_-1207613182'), (u'INT_DIV_-1207613309', u'INT_LESS_-1207613104'), (u'LOAD_-1207613403', u'PTRADD_-1207613306'), ('const-0', u'PTRSUB_-1207612856'), ('const-1', u'PTRADD_-1207612869'), (u'PTRSUB_-1207612914', u'LOAD_-1207613403'), (u'MULTIEQUAL_-1207612981', u'PTRADD_-1207612869'), (u'INT_LEFT_-1207613179', u'INT_OR_-1207613179'), (u'LOAD_-1207613409', u'PTRADD_-1207613130'), ('const-417', u'LOAD_-1207613421'), (u'LOAD_-1207613415', u'INT_SUB_-1207613365'), ('const-0', u'INT_NOTEQUAL_-1207613254'), ('const-1', u'INT_ADD_-1207613134'), (u'LOAD_-1207613403', u'INT_SUB_-1207613365'), (u'LOAD_-1207613233', u'INT_AND_-1207613185'), ('const-417', u'LOAD_-1207613248'), (u'COPY_-1207613281', u'MULTIEQUAL_-1207612976'), (u'LOAD_-1207613173', u'CALLIND_-1207613163'), (u'LOAD_-1207613270', u'INT_NOTEQUAL_-1207613254'), (u'INT_SUB_-1207613365', u'INT_LESS_-1207613276'), (u'MULTIEQUAL_-1207612976', u'INT_ADD_-1207613134'), (u'PTRADD_-1207613130', u'CALLIND_-1207613163'), (u'PTRSUB_-1207612930', u'LOAD_-1207613427'), (u'LOAD_-1207613233', u'INT_LEFT_-1207613176'), (u'PTRSUB_-1207612918', u'LOAD_-1207613409'), (u'INT_AND_-1207613182', u'INT_LEFT_-1207613179'), (u'INT_OR_-1207613182', u'INT_OR_-1207613179'), (u'INT_LESS_-1207613104', u'CBRANCH_-1207613112'), ('const-2', u'PTRADD_-1207612845'), (u'INT_RIGHT_-1207613183', u'INT_OR_-1207613182'), ('const-1', u'PTRADD_-1207613130'), ('const-4', u'PTRADD_-1207612845'), ('const-417', u'LOAD_-1207613427'), (u'LOAD_-1207613421', u'PTRSUB_-1207612906'), (u'INT_RIGHT_-1207613181', u'INT_OR_-1207613182'), ('tmp_768', u'PTRSUB_-1207612922'), ('const-417', u'LOAD_-1207613270'), ('const-4', u'PTRADD_-1207612869'), ('const-417', u'LOAD_-1207613173'), ('tmp_768', u'PTRSUB_-1207612914'), ('const-6', u'INT_ADD_-1207613254'), ('const-417', u'LOAD_-1207613409'), ('const-6', u'PTRADD_-1207612835'), ('const-24', u'INT_DIV_-1207613309'), (u'INT_ADD_-1207613254', u'CAST_-1207612871'), ('const-23', u'INT_LESS_-1207613276'), (u'PTRSUB_-1207612856', u'LOAD_-1207613217'), ('const-8', u'INT_LEFT_-1207613179'), (u'LOAD_-1207613427', u'PTRSUB_-1207612918'), (u'PTRADD_-1207612845', u'LOAD_-1207613173'), (u'PTRSUB_-1207612922', u'LOAD_-1207613415'), (u'LOAD_-1207613390', u'PTRADD_-1207613306'), (u'INT_LESS_-1207613276', u'CBRANCH_-1207613285'), (u'INT_NOTEQUAL_-1207613235', u'CBRANCH_-1207613233'), (u'PTRSUB_-1207612906', u'LOAD_-1207613390'), (u'INT_ADD_-1207613134', u'INT_LESS_-1207613104'), (u'MULTIEQUAL_-1207612981', u'CAST_-1207612872'), ('const-0', u'INT_NOTEQUAL_-1207613235'), (u'PTRADD_-1207613306', u'CAST_-1207612896'), ('tmp_769', u'PTRSUB_-1207612856'), (u'INT_ADD_-1207613134', u'MULTIEQUAL_-1207612976'), ('const-0', u'COPY_-1207613281'), ('const-417', u'LOAD_-1207613403'), ('const-16711680', u'INT_AND_-1207613185'), ('tmp_341', u'CBRANCH_-1207613285'), (u'INT_OR_-1207613179', u'INT_OR_-1207613176'), ('const-16', u'PTRSUB_-1207612922'), ('const-8', u'PTRSUB_-1207612906'), ('tmp_435', u'CBRANCH_-1207613233'), (u'LOAD_-1207613217', u'PTRADD_-1207612845'), ('const-20', u'PTRSUB_-1207612914'), (u'PTRADD_-1207612835', u'MULTIEQUAL_-1207612981'), ('const-417', u'LOAD_-1207613233'), (u'MULTIEQUAL_-1207612981', u'PTRADD_-1207612835'), (u'INT_AND_-1207613185', u'INT_RIGHT_-1207613181'), ('const-8', u'PTRSUB_-1207612918'), (u'CAST_-1207612871', u'LOAD_-1207613270'), ('const-0', u'RETURN_-1207613070'), ('const-1', u'PTRADD_-1207613306'), (u'PTRADD_-1207612869', u'LOAD_-1207613248'), (u'INT_LEFT_-1207613176', u'INT_OR_-1207613176'), (u'PTRSUB_-1207612926', u'LOAD_-1207613421'), (u'LOAD_-1207613248', u'INT_AND_-1207613222'), ('const-24', u'INT_RIGHT_-1207613183'), ('const-417', u'LOAD_-1207613217')]
[(u'INT_AND_-1207613222', u'INT_NOTEQUAL_-1207613235'), ('tmp_686', u'CBRANCH_-1207613112'), (u'CAST_-1207612927', u'LOAD_-1207613421'), ('tmp_403', u'CBRANCH_-1207613251'), (u'LOAD_-1207613233', u'INT_RIGHT_-1207613183'), ('const-417', u'LOAD_-1207613390'), (u'MULTIEQUAL_-1207612980', u'PTRADD_-1207612876'), (u'INT_NOTEQUAL_-1207613254', u'CBRANCH_-1207613251'), (u'LOAD_-1207613233', u'INT_AND_-1207613182'), (u'INT_ADD_-1207613176', u'CALLIND_-1207613163'), ('const-240', u'INT_AND_-1207613222'), (u'CAST_-1207612844', u'LOAD_-1207613173'), (u'PTRADD_-1207612844', u'MULTIEQUAL_-1207612980'), ('const-417', u'LOAD_-1207613421'), (u'INT_SUB_-1207613365', u'INT_DIV_-1207613309'), ('const-8', u'INT_RIGHT_-1207613181'), ('const-24', u'INT_DIV_-1207613309'), (u'CAST_-1207612875', u'INT_ADD_-1207613254'), ('const-24', u'INT_LEFT_-1207613176'), (u'MULTIEQUAL_-1207612975', u'INT_ADD_-1207613134'), ('const-6', u'PTRADD_-1207612844'), ('const-65280', u'INT_AND_-1207613182'), (u'INT_ADD_-1207613374', u'CAST_-1207612907'), (u'INT_DIV_-1207613309', u'INT_LESS_-1207613104'), (u'CAST_-1207612931', u'LOAD_-1207613427'), ('const-1', u'PTRADD_-1207612876'), (u'INT_ADD_-1207613399', u'CAST_-1207612923'), (u'CAST_-1207612907', u'LOAD_-1207613390'), (u'CAST_-1207612899', u'MULTIEQUAL_-1207612980'), ('const-8', u'INT_ADD_-1207613393'), (u'COPY_-1207613281', u'MULTIEQUAL_-1207612975'), ('const-417', u'LOAD_-1207613270'), ('tmp_1417', u'LOAD_-1207613217'), (u'MULTIEQUAL_-1207612980', u'CAST_-1207612875'), (u'LOAD_-1207613390', u'INT_ADD_-1207613352'), ('const-12', u'INT_ADD_-1207613405'), (u'INT_LEFT_-1207613179', u'INT_OR_-1207613179'), (u'INT_ADD_-1207613157', u'CAST_-1207612844'), (u'LOAD_-1207613427', u'INT_ADD_-1207613393'), ('const-417', u'LOAD_-1207613248'), (u'MULTIEQUAL_-1207612946', u'RETURN_-1207613070'), ('tmp_1416', u'INT_ADD_-1207613399'), (u'LOAD_-1207613415', u'INT_SUB_-1207613365'), ('const-1', u'INT_ADD_-1207613134'), (u'LOAD_-1207613403', u'INT_SUB_-1207613365'), (u'INT_ADD_-1207613393', u'CAST_-1207612919'), (u'LOAD_-1207613233', u'INT_AND_-1207613185'), ('const-4', u'PTRADD_-1207612876'), ('tmp_1416', u'INT_ADD_-1207613411'), ('tmp_1416', u'INT_ADD_-1207613387'), ('const-0', u'COPY_-1207613281'), ('const-0', u'INT_NOTEQUAL_-1207613235'), (u'INT_ADD_-1207613387', u'CAST_-1207612915'), (u'LOAD_-1207613173', u'CALLIND_-1207613163'), (u'LOAD_-1207613270', u'INT_NOTEQUAL_-1207613254'), (u'INT_SUB_-1207613365', u'INT_LESS_-1207613276'), ('const-2863311531', u'INT_MULT_-1207612936'), (u'INT_SUB_-1207613365', u'INT_MULT_-1207612936'), (u'LOAD_-1207613233', u'INT_LEFT_-1207613176'), (u'INT_AND_-1207613182', u'INT_LEFT_-1207613179'), (u'INT_OR_-1207613182', u'INT_OR_-1207613179'), (u'INT_LESS_-1207613104', u'CBRANCH_-1207613112'), (u'INT_RIGHT_-1207613183', u'INT_OR_-1207613182'), (u'LOAD_-1207613403', u'INT_ADD_-1207613352'), ('const-16', u'INT_ADD_-1207613399'), (u'INT_RIGHT_-1207613181', u'INT_OR_-1207613182'), (u'LOAD_-1207613409', u'INT_ADD_-1207613176'), (u'CAST_-1207612919', u'LOAD_-1207613409'), (u'INT_ADD_-1207613254', u'CAST_-1207612874'), (u'INT_MULT_-1207612936', u'MULTIEQUAL_-1207612990'), ('const-24', u'INT_ADD_-1207613411'), ('const-6', u'INT_ADD_-1207613254'), (u'MULTIEQUAL_-1207612957', u'MULTIEQUAL_-1207612990'), ('const-4', u'PTRADD_-1207612844'), (u'MULTIEQUAL_-1207612980', u'LOAD_-1207613233'), ('const-23', u'INT_LESS_-1207613276'), ('const-8', u'INT_LEFT_-1207613179'), (u'INT_ADD_-1207613405', u'CAST_-1207612927'), ('const-417', u'LOAD_-1207613427'), (u'CAST_-1207612874', u'LOAD_-1207613270'), (u'INT_LESS_-1207613276', u'CBRANCH_-1207613285'), (u'INT_ADD_-1207613134', u'MULTIEQUAL_-1207612975'), (u'INT_NOTEQUAL_-1207613235', u'CBRANCH_-1207613233'), (u'INT_ADD_-1207613134', u'INT_LESS_-1207613104'), (u'MULTIEQUAL_-1207612980', u'PTRADD_-1207612844'), (u'INT_ADD_-1207613352', u'CAST_-1207612899'), ('const-8', u'INT_ADD_-1207613374'), ('const-16711680', u'INT_AND_-1207613185'), ('const-417', u'LOAD_-1207613233'), ('const-417', u'LOAD_-1207613409'), ('tmp_1416', u'INT_ADD_-1207613405'), ('tmp_341', u'CBRANCH_-1207613285'), (u'PTRADD_-1207612876', u'LOAD_-1207613248'), (u'CAST_-1207612915', u'LOAD_-1207613403'), (u'INT_OR_-1207613179', u'INT_OR_-1207613176'), (u'LOAD_-1207613421', u'INT_ADD_-1207613374'), ('tmp_435', u'CBRANCH_-1207613233'), ('const-417', u'LOAD_-1207613403'), (u'CALLIND_-1207613163', u'MULTIEQUAL_-1207612957'), (u'INT_ADD_-1207613411', u'CAST_-1207612931'), (u'CAST_-1207612923', u'LOAD_-1207613415'), (u'INT_AND_-1207613185', u'INT_RIGHT_-1207613181'), ('const-0', u'RETURN_-1207613070'), (u'LOAD_-1207613217', u'INT_ADD_-1207613157'), (u'MULTIEQUAL_-1207612957', u'MULTIEQUAL_-1207612946'), ('const-20', u'INT_ADD_-1207613387'), ('const-417', u'LOAD_-1207613217'), (u'MULTIEQUAL_-1207612990', u'MULTIEQUAL_-1207612957'), ('const-417', u'LOAD_-1207613415'), (u'INT_LEFT_-1207613176', u'INT_OR_-1207613176'), (u'INT_OR_-1207613176', u'INT_ADD_-1207613176'), ('const-8', u'INT_ADD_-1207613157'), ('tmp_1417', u'CALLIND_-1207613163'), ('const-0', u'INT_NOTEQUAL_-1207613254'), (u'LOAD_-1207613248', u'INT_AND_-1207613222'), ('const-24', u'INT_RIGHT_-1207613183'), (u'INT_MULT_-1207612936', u'MULTIEQUAL_-1207612946'), ('const-417', u'LOAD_-1207613173')]
null
null
001a47e0
x86
O3
(translation_unit "int FUN_001a47e0(undefined4 param_1,int param_2,int *param_3)\n\n{\n int iVar1;\n uint uVar2;\n int iVar3;\n uint *puVar4;\n uint uVar5;\n uint uVar6;\n \n iVar1 = *(int *)(*(int *)(param_2 + 0x18) + 8);\n uVar5 = *(int *)(param_2 + 0x10) - *(int *)(param_2 + 0x14);\n puVar4 = (uint *)(*(int *)(*(int *)(param_2 + 0xc) + 8) + *(int *)(param_2 + 0x14));\n iVar3 = uVar5 * -0x55555555;\n if (0x17 < uVar5) {\n uVar6 = 0;\n do {\n if ((*(short *)((int)puVar4 + 6) != 0) && ((puVar4[1] & 0xf0) != 0)) {\n uVar2 = *puVar4;\n iVar3 = (**(code **)(*param_3 + 8))\n (param_3,(uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8\n | uVar2 << 0x18) + iVar1);\n }\n uVar6 = uVar6 + 1;\n puVar4 = puVar4 + 6;\n } while (uVar6 < uVar5 / 0x18);\n }\n return iVar3;\n}\n\n" (function_definition "int FUN_001a47e0(undefined4 param_1,int param_2,int *param_3)\n\n{\n int iVar1;\n uint uVar2;\n int iVar3;\n uint *puVar4;\n uint uVar5;\n uint uVar6;\n \n iVar1 = *(int *)(*(int *)(param_2 + 0x18) + 8);\n uVar5 = *(int *)(param_2 + 0x10) - *(int *)(param_2 + 0x14);\n puVar4 = (uint *)(*(int *)(*(int *)(param_2 + 0xc) + 8) + *(int *)(param_2 + 0x14));\n iVar3 = uVar5 * -0x55555555;\n if (0x17 < uVar5) {\n uVar6 = 0;\n do {\n if ((*(short *)((int)puVar4 + 6) != 0) && ((puVar4[1] & 0xf0) != 0)) {\n uVar2 = *puVar4;\n iVar3 = (**(code **)(*param_3 + 8))\n (param_3,(uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8\n | uVar2 << 0x18) + iVar1);\n }\n uVar6 = uVar6 + 1;\n puVar4 = puVar4 + 6;\n } while (uVar6 < uVar5 / 0x18);\n }\n return iVar3;\n}" primitive_type (function_declarator "FUN_001a47e0(undefined4 param_1,int param_2,int *param_3)" identifier (parameter_list "(undefined4 param_1,int param_2,int *param_3)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "int param_2" primitive_type identifier) , (parameter_declaration "int *param_3" primitive_type (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n int iVar1;\n uint uVar2;\n int iVar3;\n uint *puVar4;\n uint uVar5;\n uint uVar6;\n \n iVar1 = *(int *)(*(int *)(param_2 + 0x18) + 8);\n uVar5 = *(int *)(param_2 + 0x10) - *(int *)(param_2 + 0x14);\n puVar4 = (uint *)(*(int *)(*(int *)(param_2 + 0xc) + 8) + *(int *)(param_2 + 0x14));\n iVar3 = uVar5 * -0x55555555;\n if (0x17 < uVar5) {\n uVar6 = 0;\n do {\n if ((*(short *)((int)puVar4 + 6) != 0) && ((puVar4[1] & 0xf0) != 0)) {\n uVar2 = *puVar4;\n iVar3 = (**(code **)(*param_3 + 8))\n (param_3,(uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8\n | uVar2 << 0x18) + iVar1);\n }\n uVar6 = uVar6 + 1;\n puVar4 = puVar4 + 6;\n } while (uVar6 < uVar5 / 0x18);\n }\n return iVar3;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "uint *puVar4;" type_identifier (pointer_declarator "*puVar4" * identifier) ;) (declaration "uint uVar5;" type_identifier identifier ;) (declaration "uint uVar6;" type_identifier identifier ;) (expression_statement "iVar1 = *(int *)(*(int *)(param_2 + 0x18) + 8);" (assignment_expression "iVar1 = *(int *)(*(int *)(param_2 + 0x18) + 8)" identifier = (pointer_expression "*(int *)(*(int *)(param_2 + 0x18) + 8)" * (cast_expression "(int *)(*(int *)(param_2 + 0x18) + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(param_2 + 0x18) + 8)" ( (binary_expression "*(int *)(param_2 + 0x18) + 8" (pointer_expression "*(int *)(param_2 + 0x18)" * (cast_expression "(int *)(param_2 + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x18)" ( (binary_expression "param_2 + 0x18" identifier + number_literal) )))) + number_literal) ))))) ;) (expression_statement "uVar5 = *(int *)(param_2 + 0x10) - *(int *)(param_2 + 0x14);" (assignment_expression "uVar5 = *(int *)(param_2 + 0x10) - *(int *)(param_2 + 0x14)" identifier = (binary_expression "*(int *)(param_2 + 0x10) - *(int *)(param_2 + 0x14)" (pointer_expression "*(int *)(param_2 + 0x10)" * (cast_expression "(int *)(param_2 + 0x10)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x10)" ( (binary_expression "param_2 + 0x10" identifier + number_literal) )))) - (pointer_expression "*(int *)(param_2 + 0x14)" * (cast_expression "(int *)(param_2 + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x14)" ( (binary_expression "param_2 + 0x14" identifier + number_literal) )))))) ;) (expression_statement "puVar4 = (uint *)(*(int *)(*(int *)(param_2 + 0xc) + 8) + *(int *)(param_2 + 0x14));" (assignment_expression "puVar4 = (uint *)(*(int *)(*(int *)(param_2 + 0xc) + 8) + *(int *)(param_2 + 0x14))" identifier = (cast_expression "(uint *)(*(int *)(*(int *)(param_2 + 0xc) + 8) + *(int *)(param_2 + 0x14))" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(*(int *)(param_2 + 0xc) + 8) + *(int *)(param_2 + 0x14))" ( (binary_expression "*(int *)(*(int *)(param_2 + 0xc) + 8) + *(int *)(param_2 + 0x14)" (pointer_expression "*(int *)(*(int *)(param_2 + 0xc) + 8)" * (cast_expression "(int *)(*(int *)(param_2 + 0xc) + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(param_2 + 0xc) + 8)" ( (binary_expression "*(int *)(param_2 + 0xc) + 8" (pointer_expression "*(int *)(param_2 + 0xc)" * (cast_expression "(int *)(param_2 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0xc)" ( (binary_expression "param_2 + 0xc" identifier + number_literal) )))) + number_literal) )))) + (pointer_expression "*(int *)(param_2 + 0x14)" * (cast_expression "(int *)(param_2 + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x14)" ( (binary_expression "param_2 + 0x14" identifier + number_literal) ))))) )))) ;) (expression_statement "iVar3 = uVar5 * -0x55555555;" (assignment_expression "iVar3 = uVar5 * -0x55555555" identifier = (binary_expression "uVar5 * -0x55555555" identifier * number_literal)) ;) (if_statement "if (0x17 < uVar5) {\n uVar6 = 0;\n do {\n if ((*(short *)((int)puVar4 + 6) != 0) && ((puVar4[1] & 0xf0) != 0)) {\n uVar2 = *puVar4;\n iVar3 = (**(code **)(*param_3 + 8))\n (param_3,(uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8\n | uVar2 << 0x18) + iVar1);\n }\n uVar6 = uVar6 + 1;\n puVar4 = puVar4 + 6;\n } while (uVar6 < uVar5 / 0x18);\n }" if (parenthesized_expression "(0x17 < uVar5)" ( (binary_expression "0x17 < uVar5" number_literal < identifier) )) (compound_statement "{\n uVar6 = 0;\n do {\n if ((*(short *)((int)puVar4 + 6) != 0) && ((puVar4[1] & 0xf0) != 0)) {\n uVar2 = *puVar4;\n iVar3 = (**(code **)(*param_3 + 8))\n (param_3,(uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8\n | uVar2 << 0x18) + iVar1);\n }\n uVar6 = uVar6 + 1;\n puVar4 = puVar4 + 6;\n } while (uVar6 < uVar5 / 0x18);\n }" { (expression_statement "uVar6 = 0;" (assignment_expression "uVar6 = 0" identifier = number_literal) ;) (do_statement "do {\n if ((*(short *)((int)puVar4 + 6) != 0) && ((puVar4[1] & 0xf0) != 0)) {\n uVar2 = *puVar4;\n iVar3 = (**(code **)(*param_3 + 8))\n (param_3,(uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8\n | uVar2 << 0x18) + iVar1);\n }\n uVar6 = uVar6 + 1;\n puVar4 = puVar4 + 6;\n } while (uVar6 < uVar5 / 0x18);" do (compound_statement "{\n if ((*(short *)((int)puVar4 + 6) != 0) && ((puVar4[1] & 0xf0) != 0)) {\n uVar2 = *puVar4;\n iVar3 = (**(code **)(*param_3 + 8))\n (param_3,(uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8\n | uVar2 << 0x18) + iVar1);\n }\n uVar6 = uVar6 + 1;\n puVar4 = puVar4 + 6;\n }" { (if_statement "if ((*(short *)((int)puVar4 + 6) != 0) && ((puVar4[1] & 0xf0) != 0)) {\n uVar2 = *puVar4;\n iVar3 = (**(code **)(*param_3 + 8))\n (param_3,(uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8\n | uVar2 << 0x18) + iVar1);\n }" if (parenthesized_expression "((*(short *)((int)puVar4 + 6) != 0) && ((puVar4[1] & 0xf0) != 0))" ( (binary_expression "(*(short *)((int)puVar4 + 6) != 0) && ((puVar4[1] & 0xf0) != 0)" (parenthesized_expression "(*(short *)((int)puVar4 + 6) != 0)" ( (binary_expression "*(short *)((int)puVar4 + 6) != 0" (pointer_expression "*(short *)((int)puVar4 + 6)" * (cast_expression "(short *)((int)puVar4 + 6)" ( (type_descriptor "short *" (sized_type_specifier "short" short) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar4 + 6)" ( (binary_expression "(int)puVar4 + 6" (cast_expression "(int)puVar4" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) != number_literal) )) && (parenthesized_expression "((puVar4[1] & 0xf0) != 0)" ( (binary_expression "(puVar4[1] & 0xf0) != 0" (parenthesized_expression "(puVar4[1] & 0xf0)" ( (binary_expression "puVar4[1] & 0xf0" (subscript_expression "puVar4[1]" identifier [ number_literal ]) & number_literal) )) != number_literal) ))) )) (compound_statement "{\n uVar2 = *puVar4;\n iVar3 = (**(code **)(*param_3 + 8))\n (param_3,(uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8\n | uVar2 << 0x18) + iVar1);\n }" { (expression_statement "uVar2 = *puVar4;" (assignment_expression "uVar2 = *puVar4" identifier = (pointer_expression "*puVar4" * identifier)) ;) (expression_statement "iVar3 = (**(code **)(*param_3 + 8))\n (param_3,(uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8\n | uVar2 << 0x18) + iVar1);" (assignment_expression "iVar3 = (**(code **)(*param_3 + 8))\n (param_3,(uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8\n | uVar2 << 0x18) + iVar1)" identifier = (call_expression "(**(code **)(*param_3 + 8))\n (param_3,(uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8\n | uVar2 << 0x18) + iVar1)" (parenthesized_expression "(**(code **)(*param_3 + 8))" ( (pointer_expression "**(code **)(*param_3 + 8)" * (pointer_expression "*(code **)(*param_3 + 8)" * (cast_expression "(code **)(*param_3 + 8)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_3 + 8)" ( (binary_expression "*param_3 + 8" (pointer_expression "*param_3" * identifier) + number_literal) ))))) )) (argument_list "(param_3,(uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8\n | uVar2 << 0x18) + iVar1)" ( identifier , (binary_expression "(uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8\n | uVar2 << 0x18) + iVar1" (parenthesized_expression "(uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8\n | uVar2 << 0x18)" ( (binary_expression "uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8\n | uVar2 << 0x18" (binary_expression "uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8" (binary_expression "uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8" (binary_expression "uVar2 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar2 & 0xff0000) >> 8" (parenthesized_expression "(uVar2 & 0xff0000)" ( (binary_expression "uVar2 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar2 & 0xff00) << 8" (parenthesized_expression "(uVar2 & 0xff00)" ( (binary_expression "uVar2 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar2 << 0x18" identifier << number_literal)) )) + identifier) )))) ;) })) (expression_statement "uVar6 = uVar6 + 1;" (assignment_expression "uVar6 = uVar6 + 1" identifier = (binary_expression "uVar6 + 1" identifier + number_literal)) ;) (expression_statement "puVar4 = puVar4 + 6;" (assignment_expression "puVar4 = puVar4 + 6" identifier = (binary_expression "puVar4 + 6" identifier + number_literal)) ;) }) while (parenthesized_expression "(uVar6 < uVar5 / 0x18)" ( (binary_expression "uVar6 < uVar5 / 0x18" identifier < (binary_expression "uVar5 / 0x18" identifier / number_literal)) )) ;) })) (return_statement "return iVar3;" return identifier ;) })))
(translation_unit "/* DWARF original prototype: void do_for_all_global_symbols(Sized_dynobj<64,_true> * this,\n Read_symbols_data * sd, Symbol_visitor_base * v) */\n\nvoid __thiscall\ngold::Sized_dynobj<64,_true>::do_for_all_global_symbols\n (Sized_dynobj<64,_true> *this,Read_symbols_data *sd,Symbol_visitor_base *v)\n\n{\n uchar *puVar1;\n uint uVar2;\n uint *puVar3;\n uint uVar4;\n uint uVar5;\n \n puVar1 = sd->symbol_names->data_;\n uVar4 = sd->symbols_size - sd->external_symbols_offset;\n puVar3 = (uint *)(sd->symbols->data_ + sd->external_symbols_offset);\n if (0x17 < uVar4) {\n uVar5 = 0;\n do {\n if ((*(short *)((int)puVar3 + 6) != 0) && ((puVar3[1] & 0xf0) != 0)) {\n uVar2 = *puVar3;\n (*v->_vptr_Symbol_visitor_base[2])\n (v,puVar1 + (uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 |\n uVar2 << 0x18));\n }\n uVar5 = uVar5 + 1;\n puVar3 = puVar3 + 6;\n } while (uVar5 < uVar4 / 0x18);\n }\n return;\n}\n\n" comment (declaration "void __thiscall\ngold::Sized_dynobj<64,_true>::do_for_all_global_symbols\n (Sized_dynobj<64,_true> *this,Read_symbols_data *sd,Symbol_visitor_base *v)\n\n{\n uchar *puVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<64" < number_literal) , (ERROR "_true>::do_for_all_global_symbols\n (Sized_dynobj<64,_true> *this,Read_symbols_data *sd,Symbol_visitor_base *v)\n\n{\n uchar" identifier > : : (function_declarator "do_for_all_global_symbols\n (Sized_dynobj<64,_true> *this,Read_symbols_data *sd,Symbol_visitor_base *v)" identifier (parameter_list "(Sized_dynobj<64,_true> *this,Read_symbols_data *sd,Symbol_visitor_base *v)" ( (parameter_declaration "Sized_dynobj" type_identifier) (ERROR "<64" < number_literal) , (parameter_declaration "_true> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Read_symbols_data *sd" type_identifier (pointer_declarator "*sd" * identifier)) , (parameter_declaration "Symbol_visitor_base *v" type_identifier (pointer_declarator "*v" * identifier)) ))) { identifier) (pointer_declarator "*puVar1" * identifier) ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "uint *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (declaration "uint uVar4;" type_identifier identifier ;) (declaration "uint uVar5;" type_identifier identifier ;) (expression_statement "puVar1 = sd->symbol_names->data_;" (assignment_expression "puVar1 = sd->symbol_names->data_" identifier = (field_expression "sd->symbol_names->data_" (field_expression "sd->symbol_names" identifier -> field_identifier) -> field_identifier)) ;) (expression_statement "uVar4 = sd->symbols_size - sd->external_symbols_offset;" (assignment_expression "uVar4 = sd->symbols_size - sd->external_symbols_offset" identifier = (binary_expression "sd->symbols_size - sd->external_symbols_offset" (field_expression "sd->symbols_size" identifier -> field_identifier) - (field_expression "sd->external_symbols_offset" identifier -> field_identifier))) ;) (expression_statement "puVar3 = (uint *)(sd->symbols->data_ + sd->external_symbols_offset);" (assignment_expression "puVar3 = (uint *)(sd->symbols->data_ + sd->external_symbols_offset)" identifier = (cast_expression "(uint *)(sd->symbols->data_ + sd->external_symbols_offset)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(sd->symbols->data_ + sd->external_symbols_offset)" ( (binary_expression "sd->symbols->data_ + sd->external_symbols_offset" (field_expression "sd->symbols->data_" (field_expression "sd->symbols" identifier -> field_identifier) -> field_identifier) + (field_expression "sd->external_symbols_offset" identifier -> field_identifier)) )))) ;) (if_statement "if (0x17 < uVar4) {\n uVar5 = 0;\n do {\n if ((*(short *)((int)puVar3 + 6) != 0) && ((puVar3[1] & 0xf0) != 0)) {\n uVar2 = *puVar3;\n (*v->_vptr_Symbol_visitor_base[2])\n (v,puVar1 + (uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 |\n uVar2 << 0x18));\n }\n uVar5 = uVar5 + 1;\n puVar3 = puVar3 + 6;\n } while (uVar5 < uVar4 / 0x18);\n }" if (parenthesized_expression "(0x17 < uVar4)" ( (binary_expression "0x17 < uVar4" number_literal < identifier) )) (compound_statement "{\n uVar5 = 0;\n do {\n if ((*(short *)((int)puVar3 + 6) != 0) && ((puVar3[1] & 0xf0) != 0)) {\n uVar2 = *puVar3;\n (*v->_vptr_Symbol_visitor_base[2])\n (v,puVar1 + (uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 |\n uVar2 << 0x18));\n }\n uVar5 = uVar5 + 1;\n puVar3 = puVar3 + 6;\n } while (uVar5 < uVar4 / 0x18);\n }" { (expression_statement "uVar5 = 0;" (assignment_expression "uVar5 = 0" identifier = number_literal) ;) (do_statement "do {\n if ((*(short *)((int)puVar3 + 6) != 0) && ((puVar3[1] & 0xf0) != 0)) {\n uVar2 = *puVar3;\n (*v->_vptr_Symbol_visitor_base[2])\n (v,puVar1 + (uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 |\n uVar2 << 0x18));\n }\n uVar5 = uVar5 + 1;\n puVar3 = puVar3 + 6;\n } while (uVar5 < uVar4 / 0x18);" do (compound_statement "{\n if ((*(short *)((int)puVar3 + 6) != 0) && ((puVar3[1] & 0xf0) != 0)) {\n uVar2 = *puVar3;\n (*v->_vptr_Symbol_visitor_base[2])\n (v,puVar1 + (uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 |\n uVar2 << 0x18));\n }\n uVar5 = uVar5 + 1;\n puVar3 = puVar3 + 6;\n }" { (if_statement "if ((*(short *)((int)puVar3 + 6) != 0) && ((puVar3[1] & 0xf0) != 0)) {\n uVar2 = *puVar3;\n (*v->_vptr_Symbol_visitor_base[2])\n (v,puVar1 + (uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 |\n uVar2 << 0x18));\n }" if (parenthesized_expression "((*(short *)((int)puVar3 + 6) != 0) && ((puVar3[1] & 0xf0) != 0))" ( (binary_expression "(*(short *)((int)puVar3 + 6) != 0) && ((puVar3[1] & 0xf0) != 0)" (parenthesized_expression "(*(short *)((int)puVar3 + 6) != 0)" ( (binary_expression "*(short *)((int)puVar3 + 6) != 0" (pointer_expression "*(short *)((int)puVar3 + 6)" * (cast_expression "(short *)((int)puVar3 + 6)" ( (type_descriptor "short *" (sized_type_specifier "short" short) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar3 + 6)" ( (binary_expression "(int)puVar3 + 6" (cast_expression "(int)puVar3" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) != number_literal) )) && (parenthesized_expression "((puVar3[1] & 0xf0) != 0)" ( (binary_expression "(puVar3[1] & 0xf0) != 0" (parenthesized_expression "(puVar3[1] & 0xf0)" ( (binary_expression "puVar3[1] & 0xf0" (subscript_expression "puVar3[1]" identifier [ number_literal ]) & number_literal) )) != number_literal) ))) )) (compound_statement "{\n uVar2 = *puVar3;\n (*v->_vptr_Symbol_visitor_base[2])\n (v,puVar1 + (uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 |\n uVar2 << 0x18));\n }" { (expression_statement "uVar2 = *puVar3;" (assignment_expression "uVar2 = *puVar3" identifier = (pointer_expression "*puVar3" * identifier)) ;) (expression_statement "(*v->_vptr_Symbol_visitor_base[2])\n (v,puVar1 + (uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 |\n uVar2 << 0x18));" (call_expression "(*v->_vptr_Symbol_visitor_base[2])\n (v,puVar1 + (uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 |\n uVar2 << 0x18))" (parenthesized_expression "(*v->_vptr_Symbol_visitor_base[2])" ( (pointer_expression "*v->_vptr_Symbol_visitor_base[2]" * (subscript_expression "v->_vptr_Symbol_visitor_base[2]" (field_expression "v->_vptr_Symbol_visitor_base" identifier -> field_identifier) [ number_literal ])) )) (argument_list "(v,puVar1 + (uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 |\n uVar2 << 0x18))" ( identifier , (binary_expression "puVar1 + (uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 |\n uVar2 << 0x18)" identifier + (parenthesized_expression "(uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 |\n uVar2 << 0x18)" ( (binary_expression "uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 |\n uVar2 << 0x18" (binary_expression "uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8" (binary_expression "uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8" (binary_expression "uVar2 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar2 & 0xff0000) >> 8" (parenthesized_expression "(uVar2 & 0xff0000)" ( (binary_expression "uVar2 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar2 & 0xff00) << 8" (parenthesized_expression "(uVar2 & 0xff00)" ( (binary_expression "uVar2 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar2 << 0x18" identifier << number_literal)) ))) ))) ;) })) (expression_statement "uVar5 = uVar5 + 1;" (assignment_expression "uVar5 = uVar5 + 1" identifier = (binary_expression "uVar5 + 1" identifier + number_literal)) ;) (expression_statement "puVar3 = puVar3 + 6;" (assignment_expression "puVar3 = puVar3 + 6" identifier = (binary_expression "puVar3 + 6" identifier + number_literal)) ;) }) while (parenthesized_expression "(uVar5 < uVar4 / 0x18)" ( (binary_expression "uVar5 < uVar4 / 0x18" identifier < (binary_expression "uVar4 / 0x18" identifier / number_literal)) )) ;) })) (return_statement "return;" return ;) (ERROR "}" }))
(translation_unit "int FUN_001a47e0(undefined4 param_1,int param_2,int *param_3)\n\n{\n int iVar1;\n uint uVar2;\n int iVar3;\n uint *puVar4;\n uint uVar5;\n uint uVar6;\n \n iVar1 = *(int *)(*(int *)(param_2 + 0x18) + 8);\n uVar5 = *(int *)(param_2 + 0x10) - *(int *)(param_2 + 0x14);\n puVar4 = (uint *)(*(int *)(*(int *)(param_2 + 0xc) + 8) + *(int *)(param_2 + 0x14));\n iVar3 = uVar5 * -0x55555555;\n if (0x17 < uVar5) {\n uVar6 = 0;\n do {\n if ((*(short *)((int)puVar4 + 6) != 0) && ((puVar4[1] & 0xf0) != 0)) {\n uVar2 = *puVar4;\n iVar3 = (**(code **)(*param_3 + 8))\n (param_3,(uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8\n | uVar2 << 0x18) + iVar1);\n }\n uVar6 = uVar6 + 1;\n puVar4 = puVar4 + 6;\n } while (uVar6 < uVar5 / 0x18);\n }\n return iVar3;\n}\n\n" (function_definition "int FUN_001a47e0(undefined4 param_1,int param_2,int *param_3)\n\n{\n int iVar1;\n uint uVar2;\n int iVar3;\n uint *puVar4;\n uint uVar5;\n uint uVar6;\n \n iVar1 = *(int *)(*(int *)(param_2 + 0x18) + 8);\n uVar5 = *(int *)(param_2 + 0x10) - *(int *)(param_2 + 0x14);\n puVar4 = (uint *)(*(int *)(*(int *)(param_2 + 0xc) + 8) + *(int *)(param_2 + 0x14));\n iVar3 = uVar5 * -0x55555555;\n if (0x17 < uVar5) {\n uVar6 = 0;\n do {\n if ((*(short *)((int)puVar4 + 6) != 0) && ((puVar4[1] & 0xf0) != 0)) {\n uVar2 = *puVar4;\n iVar3 = (**(code **)(*param_3 + 8))\n (param_3,(uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8\n | uVar2 << 0x18) + iVar1);\n }\n uVar6 = uVar6 + 1;\n puVar4 = puVar4 + 6;\n } while (uVar6 < uVar5 / 0x18);\n }\n return iVar3;\n}" primitive_type (function_declarator "FUN_001a47e0(undefined4 param_1,int param_2,int *param_3)" identifier (parameter_list "(undefined4 param_1,int param_2,int *param_3)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "int param_2" primitive_type identifier) , (parameter_declaration "int *param_3" primitive_type (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n int iVar1;\n uint uVar2;\n int iVar3;\n uint *puVar4;\n uint uVar5;\n uint uVar6;\n \n iVar1 = *(int *)(*(int *)(param_2 + 0x18) + 8);\n uVar5 = *(int *)(param_2 + 0x10) - *(int *)(param_2 + 0x14);\n puVar4 = (uint *)(*(int *)(*(int *)(param_2 + 0xc) + 8) + *(int *)(param_2 + 0x14));\n iVar3 = uVar5 * -0x55555555;\n if (0x17 < uVar5) {\n uVar6 = 0;\n do {\n if ((*(short *)((int)puVar4 + 6) != 0) && ((puVar4[1] & 0xf0) != 0)) {\n uVar2 = *puVar4;\n iVar3 = (**(code **)(*param_3 + 8))\n (param_3,(uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8\n | uVar2 << 0x18) + iVar1);\n }\n uVar6 = uVar6 + 1;\n puVar4 = puVar4 + 6;\n } while (uVar6 < uVar5 / 0x18);\n }\n return iVar3;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "uint *puVar4;" type_identifier (pointer_declarator "*puVar4" * identifier) ;) (declaration "uint uVar5;" type_identifier identifier ;) (declaration "uint uVar6;" type_identifier identifier ;) (expression_statement "iVar1 = *(int *)(*(int *)(param_2 + 0x18) + 8);" (assignment_expression "iVar1 = *(int *)(*(int *)(param_2 + 0x18) + 8)" identifier = (pointer_expression "*(int *)(*(int *)(param_2 + 0x18) + 8)" * (cast_expression "(int *)(*(int *)(param_2 + 0x18) + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(param_2 + 0x18) + 8)" ( (binary_expression "*(int *)(param_2 + 0x18) + 8" (pointer_expression "*(int *)(param_2 + 0x18)" * (cast_expression "(int *)(param_2 + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x18)" ( (binary_expression "param_2 + 0x18" identifier + number_literal) )))) + number_literal) ))))) ;) (expression_statement "uVar5 = *(int *)(param_2 + 0x10) - *(int *)(param_2 + 0x14);" (assignment_expression "uVar5 = *(int *)(param_2 + 0x10) - *(int *)(param_2 + 0x14)" identifier = (binary_expression "*(int *)(param_2 + 0x10) - *(int *)(param_2 + 0x14)" (pointer_expression "*(int *)(param_2 + 0x10)" * (cast_expression "(int *)(param_2 + 0x10)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x10)" ( (binary_expression "param_2 + 0x10" identifier + number_literal) )))) - (pointer_expression "*(int *)(param_2 + 0x14)" * (cast_expression "(int *)(param_2 + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x14)" ( (binary_expression "param_2 + 0x14" identifier + number_literal) )))))) ;) (expression_statement "puVar4 = (uint *)(*(int *)(*(int *)(param_2 + 0xc) + 8) + *(int *)(param_2 + 0x14));" (assignment_expression "puVar4 = (uint *)(*(int *)(*(int *)(param_2 + 0xc) + 8) + *(int *)(param_2 + 0x14))" identifier = (cast_expression "(uint *)(*(int *)(*(int *)(param_2 + 0xc) + 8) + *(int *)(param_2 + 0x14))" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(*(int *)(param_2 + 0xc) + 8) + *(int *)(param_2 + 0x14))" ( (binary_expression "*(int *)(*(int *)(param_2 + 0xc) + 8) + *(int *)(param_2 + 0x14)" (pointer_expression "*(int *)(*(int *)(param_2 + 0xc) + 8)" * (cast_expression "(int *)(*(int *)(param_2 + 0xc) + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(param_2 + 0xc) + 8)" ( (binary_expression "*(int *)(param_2 + 0xc) + 8" (pointer_expression "*(int *)(param_2 + 0xc)" * (cast_expression "(int *)(param_2 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0xc)" ( (binary_expression "param_2 + 0xc" identifier + number_literal) )))) + number_literal) )))) + (pointer_expression "*(int *)(param_2 + 0x14)" * (cast_expression "(int *)(param_2 + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x14)" ( (binary_expression "param_2 + 0x14" identifier + number_literal) ))))) )))) ;) (expression_statement "iVar3 = uVar5 * -0x55555555;" (assignment_expression "iVar3 = uVar5 * -0x55555555" identifier = (binary_expression "uVar5 * -0x55555555" identifier * number_literal)) ;) (if_statement "if (0x17 < uVar5) {\n uVar6 = 0;\n do {\n if ((*(short *)((int)puVar4 + 6) != 0) && ((puVar4[1] & 0xf0) != 0)) {\n uVar2 = *puVar4;\n iVar3 = (**(code **)(*param_3 + 8))\n (param_3,(uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8\n | uVar2 << 0x18) + iVar1);\n }\n uVar6 = uVar6 + 1;\n puVar4 = puVar4 + 6;\n } while (uVar6 < uVar5 / 0x18);\n }" if (parenthesized_expression "(0x17 < uVar5)" ( (binary_expression "0x17 < uVar5" number_literal < identifier) )) (compound_statement "{\n uVar6 = 0;\n do {\n if ((*(short *)((int)puVar4 + 6) != 0) && ((puVar4[1] & 0xf0) != 0)) {\n uVar2 = *puVar4;\n iVar3 = (**(code **)(*param_3 + 8))\n (param_3,(uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8\n | uVar2 << 0x18) + iVar1);\n }\n uVar6 = uVar6 + 1;\n puVar4 = puVar4 + 6;\n } while (uVar6 < uVar5 / 0x18);\n }" { (expression_statement "uVar6 = 0;" (assignment_expression "uVar6 = 0" identifier = number_literal) ;) (do_statement "do {\n if ((*(short *)((int)puVar4 + 6) != 0) && ((puVar4[1] & 0xf0) != 0)) {\n uVar2 = *puVar4;\n iVar3 = (**(code **)(*param_3 + 8))\n (param_3,(uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8\n | uVar2 << 0x18) + iVar1);\n }\n uVar6 = uVar6 + 1;\n puVar4 = puVar4 + 6;\n } while (uVar6 < uVar5 / 0x18);" do (compound_statement "{\n if ((*(short *)((int)puVar4 + 6) != 0) && ((puVar4[1] & 0xf0) != 0)) {\n uVar2 = *puVar4;\n iVar3 = (**(code **)(*param_3 + 8))\n (param_3,(uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8\n | uVar2 << 0x18) + iVar1);\n }\n uVar6 = uVar6 + 1;\n puVar4 = puVar4 + 6;\n }" { (if_statement "if ((*(short *)((int)puVar4 + 6) != 0) && ((puVar4[1] & 0xf0) != 0)) {\n uVar2 = *puVar4;\n iVar3 = (**(code **)(*param_3 + 8))\n (param_3,(uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8\n | uVar2 << 0x18) + iVar1);\n }" if (parenthesized_expression "((*(short *)((int)puVar4 + 6) != 0) && ((puVar4[1] & 0xf0) != 0))" ( (binary_expression "(*(short *)((int)puVar4 + 6) != 0) && ((puVar4[1] & 0xf0) != 0)" (parenthesized_expression "(*(short *)((int)puVar4 + 6) != 0)" ( (binary_expression "*(short *)((int)puVar4 + 6) != 0" (pointer_expression "*(short *)((int)puVar4 + 6)" * (cast_expression "(short *)((int)puVar4 + 6)" ( (type_descriptor "short *" (sized_type_specifier "short" short) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar4 + 6)" ( (binary_expression "(int)puVar4 + 6" (cast_expression "(int)puVar4" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) != number_literal) )) && (parenthesized_expression "((puVar4[1] & 0xf0) != 0)" ( (binary_expression "(puVar4[1] & 0xf0) != 0" (parenthesized_expression "(puVar4[1] & 0xf0)" ( (binary_expression "puVar4[1] & 0xf0" (subscript_expression "puVar4[1]" identifier [ number_literal ]) & number_literal) )) != number_literal) ))) )) (compound_statement "{\n uVar2 = *puVar4;\n iVar3 = (**(code **)(*param_3 + 8))\n (param_3,(uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8\n | uVar2 << 0x18) + iVar1);\n }" { (expression_statement "uVar2 = *puVar4;" (assignment_expression "uVar2 = *puVar4" identifier = (pointer_expression "*puVar4" * identifier)) ;) (expression_statement "iVar3 = (**(code **)(*param_3 + 8))\n (param_3,(uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8\n | uVar2 << 0x18) + iVar1);" (assignment_expression "iVar3 = (**(code **)(*param_3 + 8))\n (param_3,(uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8\n | uVar2 << 0x18) + iVar1)" identifier = (call_expression "(**(code **)(*param_3 + 8))\n (param_3,(uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8\n | uVar2 << 0x18) + iVar1)" (parenthesized_expression "(**(code **)(*param_3 + 8))" ( (pointer_expression "**(code **)(*param_3 + 8)" * (pointer_expression "*(code **)(*param_3 + 8)" * (cast_expression "(code **)(*param_3 + 8)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_3 + 8)" ( (binary_expression "*param_3 + 8" (pointer_expression "*param_3" * identifier) + number_literal) ))))) )) (argument_list "(param_3,(uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8\n | uVar2 << 0x18) + iVar1)" ( identifier , (binary_expression "(uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8\n | uVar2 << 0x18) + iVar1" (parenthesized_expression "(uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8\n | uVar2 << 0x18)" ( (binary_expression "uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8\n | uVar2 << 0x18" (binary_expression "uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8" (binary_expression "uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8" (binary_expression "uVar2 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar2 & 0xff0000) >> 8" (parenthesized_expression "(uVar2 & 0xff0000)" ( (binary_expression "uVar2 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar2 & 0xff00) << 8" (parenthesized_expression "(uVar2 & 0xff00)" ( (binary_expression "uVar2 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar2 << 0x18" identifier << number_literal)) )) + identifier) )))) ;) })) (expression_statement "uVar6 = uVar6 + 1;" (assignment_expression "uVar6 = uVar6 + 1" identifier = (binary_expression "uVar6 + 1" identifier + number_literal)) ;) (expression_statement "puVar4 = puVar4 + 6;" (assignment_expression "puVar4 = puVar4 + 6" identifier = (binary_expression "puVar4 + 6" identifier + number_literal)) ;) }) while (parenthesized_expression "(uVar6 < uVar5 / 0x18)" ( (binary_expression "uVar6 < uVar5 / 0x18" identifier < (binary_expression "uVar5 / 0x18" identifier / number_literal)) )) ;) })) (return_statement "return iVar3;" return identifier ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * 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 (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) - (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) + (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT * LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (do_statement do (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier short) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) 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 * 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 , (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (binary_expression (binary_expression IDENT >> LIT) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) >> LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) << LIT)) | (binary_expression IDENT << LIT)) )) + IDENT) )))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT < (binary_expression IDENT / LIT)) )) ;) })) (return_statement return IDENT ;) })))
(function_definition "int FUN_001a47e0(undefined4 param_1,int param_2,int *param_3)\n\n{\n int iVar1;\n uint uVar2;\n int iVar3;\n uint *puVar4;\n uint uVar5;\n uint uVar6;\n \n iVar1 = *(int *)(*(int *)(param_2 + 0x18) + 8);\n uVar5 = *(int *)(param_2 + 0x10) - *(int *)(param_2 + 0x14);\n puVar4 = (uint *)(*(int *)(*(int *)(param_2 + 0xc) + 8) + *(int *)(param_2 + 0x14));\n iVar3 = uVar5 * -0x55555555;\n if (0x17 < uVar5) {\n uVar6 = 0;\n do {\n if ((*(short *)((int)puVar4 + 6) != 0) && ((puVar4[1] & 0xf0) != 0)) {\n uVar2 = *puVar4;\n iVar3 = (**(code **)(*param_3 + 8))\n (param_3,(uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8\n | uVar2 << 0x18) + iVar1);\n }\n uVar6 = uVar6 + 1;\n puVar4 = puVar4 + 6;\n } while (uVar6 < uVar5 / 0x18);\n }\n return iVar3;\n}" (primitive_type "int") (function_declarator "FUN_001a47e0(undefined4 param_1,int param_2,int *param_3)" (identifier "FUN_001a47e0") (parameter_list "(undefined4 param_1,int param_2,int *param_3)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) (, ",") (parameter_declaration "int param_2" (primitive_type "int") (identifier "param_2")) (, ",") (parameter_declaration "int *param_3" (primitive_type "int") (pointer_declarator "*param_3" (* "*") (identifier "param_3"))) () ")"))) (compound_statement "{\n int iVar1;\n uint uVar2;\n int iVar3;\n uint *puVar4;\n uint uVar5;\n uint uVar6;\n \n iVar1 = *(int *)(*(int *)(param_2 + 0x18) + 8);\n uVar5 = *(int *)(param_2 + 0x10) - *(int *)(param_2 + 0x14);\n puVar4 = (uint *)(*(int *)(*(int *)(param_2 + 0xc) + 8) + *(int *)(param_2 + 0x14));\n iVar3 = uVar5 * -0x55555555;\n if (0x17 < uVar5) {\n uVar6 = 0;\n do {\n if ((*(short *)((int)puVar4 + 6) != 0) && ((puVar4[1] & 0xf0) != 0)) {\n uVar2 = *puVar4;\n iVar3 = (**(code **)(*param_3 + 8))\n (param_3,(uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8\n | uVar2 << 0x18) + iVar1);\n }\n uVar6 = uVar6 + 1;\n puVar4 = puVar4 + 6;\n } while (uVar6 < uVar5 / 0x18);\n }\n return iVar3;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "uint uVar2;" (type_identifier "uint") (identifier "uVar2") (; ";")) (declaration "int iVar3;" (primitive_type "int") (identifier "iVar3") (; ";")) (declaration "uint *puVar4;" (type_identifier "uint") (pointer_declarator "*puVar4" (* "*") (identifier "puVar4")) (; ";")) (declaration "uint uVar5;" (type_identifier "uint") (identifier "uVar5") (; ";")) (declaration "uint uVar6;" (type_identifier "uint") (identifier "uVar6") (; ";")) (expression_statement "iVar1 = *(int *)(*(int *)(param_2 + 0x18) + 8);" (assignment_expression "iVar1 = *(int *)(*(int *)(param_2 + 0x18) + 8)" (identifier "iVar1") (= "=") (pointer_expression "*(int *)(*(int *)(param_2 + 0x18) + 8)" (* "*") (cast_expression "(int *)(*(int *)(param_2 + 0x18) + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(param_2 + 0x18) + 8)" (( "(") (binary_expression "*(int *)(param_2 + 0x18) + 8" (pointer_expression "*(int *)(param_2 + 0x18)" (* "*") (cast_expression "(int *)(param_2 + 0x18)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x18)" (( "(") (binary_expression "param_2 + 0x18" (identifier "param_2") (+ "+") (number_literal "0x18")) () ")")))) (+ "+") (number_literal "8")) () ")"))))) (; ";")) (expression_statement "uVar5 = *(int *)(param_2 + 0x10) - *(int *)(param_2 + 0x14);" (assignment_expression "uVar5 = *(int *)(param_2 + 0x10) - *(int *)(param_2 + 0x14)" (identifier "uVar5") (= "=") (binary_expression "*(int *)(param_2 + 0x10) - *(int *)(param_2 + 0x14)" (pointer_expression "*(int *)(param_2 + 0x10)" (* "*") (cast_expression "(int *)(param_2 + 0x10)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x10)" (( "(") (binary_expression "param_2 + 0x10" (identifier "param_2") (+ "+") (number_literal "0x10")) () ")")))) (- "-") (pointer_expression "*(int *)(param_2 + 0x14)" (* "*") (cast_expression "(int *)(param_2 + 0x14)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x14)" (( "(") (binary_expression "param_2 + 0x14" (identifier "param_2") (+ "+") (number_literal "0x14")) () ")")))))) (; ";")) (expression_statement "puVar4 = (uint *)(*(int *)(*(int *)(param_2 + 0xc) + 8) + *(int *)(param_2 + 0x14));" (assignment_expression "puVar4 = (uint *)(*(int *)(*(int *)(param_2 + 0xc) + 8) + *(int *)(param_2 + 0x14))" (identifier "puVar4") (= "=") (cast_expression "(uint *)(*(int *)(*(int *)(param_2 + 0xc) + 8) + *(int *)(param_2 + 0x14))" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(*(int *)(param_2 + 0xc) + 8) + *(int *)(param_2 + 0x14))" (( "(") (binary_expression "*(int *)(*(int *)(param_2 + 0xc) + 8) + *(int *)(param_2 + 0x14)" (pointer_expression "*(int *)(*(int *)(param_2 + 0xc) + 8)" (* "*") (cast_expression "(int *)(*(int *)(param_2 + 0xc) + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(param_2 + 0xc) + 8)" (( "(") (binary_expression "*(int *)(param_2 + 0xc) + 8" (pointer_expression "*(int *)(param_2 + 0xc)" (* "*") (cast_expression "(int *)(param_2 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0xc)" (( "(") (binary_expression "param_2 + 0xc" (identifier "param_2") (+ "+") (number_literal "0xc")) () ")")))) (+ "+") (number_literal "8")) () ")")))) (+ "+") (pointer_expression "*(int *)(param_2 + 0x14)" (* "*") (cast_expression "(int *)(param_2 + 0x14)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x14)" (( "(") (binary_expression "param_2 + 0x14" (identifier "param_2") (+ "+") (number_literal "0x14")) () ")"))))) () ")")))) (; ";")) (expression_statement "iVar3 = uVar5 * -0x55555555;" (assignment_expression "iVar3 = uVar5 * -0x55555555" (identifier "iVar3") (= "=") (binary_expression "uVar5 * -0x55555555" (identifier "uVar5") (* "*") (number_literal "-0x55555555"))) (; ";")) (if_statement "if (0x17 < uVar5) {\n uVar6 = 0;\n do {\n if ((*(short *)((int)puVar4 + 6) != 0) && ((puVar4[1] & 0xf0) != 0)) {\n uVar2 = *puVar4;\n iVar3 = (**(code **)(*param_3 + 8))\n (param_3,(uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8\n | uVar2 << 0x18) + iVar1);\n }\n uVar6 = uVar6 + 1;\n puVar4 = puVar4 + 6;\n } while (uVar6 < uVar5 / 0x18);\n }" (if "if") (parenthesized_expression "(0x17 < uVar5)" (( "(") (binary_expression "0x17 < uVar5" (number_literal "0x17") (< "<") (identifier "uVar5")) () ")")) (compound_statement "{\n uVar6 = 0;\n do {\n if ((*(short *)((int)puVar4 + 6) != 0) && ((puVar4[1] & 0xf0) != 0)) {\n uVar2 = *puVar4;\n iVar3 = (**(code **)(*param_3 + 8))\n (param_3,(uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8\n | uVar2 << 0x18) + iVar1);\n }\n uVar6 = uVar6 + 1;\n puVar4 = puVar4 + 6;\n } while (uVar6 < uVar5 / 0x18);\n }" ({ "{") (expression_statement "uVar6 = 0;" (assignment_expression "uVar6 = 0" (identifier "uVar6") (= "=") (number_literal "0")) (; ";")) (do_statement "do {\n if ((*(short *)((int)puVar4 + 6) != 0) && ((puVar4[1] & 0xf0) != 0)) {\n uVar2 = *puVar4;\n iVar3 = (**(code **)(*param_3 + 8))\n (param_3,(uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8\n | uVar2 << 0x18) + iVar1);\n }\n uVar6 = uVar6 + 1;\n puVar4 = puVar4 + 6;\n } while (uVar6 < uVar5 / 0x18);" (do "do") (compound_statement "{\n if ((*(short *)((int)puVar4 + 6) != 0) && ((puVar4[1] & 0xf0) != 0)) {\n uVar2 = *puVar4;\n iVar3 = (**(code **)(*param_3 + 8))\n (param_3,(uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8\n | uVar2 << 0x18) + iVar1);\n }\n uVar6 = uVar6 + 1;\n puVar4 = puVar4 + 6;\n }" ({ "{") (if_statement "if ((*(short *)((int)puVar4 + 6) != 0) && ((puVar4[1] & 0xf0) != 0)) {\n uVar2 = *puVar4;\n iVar3 = (**(code **)(*param_3 + 8))\n (param_3,(uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8\n | uVar2 << 0x18) + iVar1);\n }" (if "if") (parenthesized_expression "((*(short *)((int)puVar4 + 6) != 0) && ((puVar4[1] & 0xf0) != 0))" (( "(") (binary_expression "(*(short *)((int)puVar4 + 6) != 0) && ((puVar4[1] & 0xf0) != 0)" (parenthesized_expression "(*(short *)((int)puVar4 + 6) != 0)" (( "(") (binary_expression "*(short *)((int)puVar4 + 6) != 0" (pointer_expression "*(short *)((int)puVar4 + 6)" (* "*") (cast_expression "(short *)((int)puVar4 + 6)" (( "(") (type_descriptor "short *" (sized_type_specifier "short" (short "short")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)puVar4 + 6)" (( "(") (binary_expression "(int)puVar4 + 6" (cast_expression "(int)puVar4" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "puVar4")) (+ "+") (number_literal "6")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "((puVar4[1] & 0xf0) != 0)" (( "(") (binary_expression "(puVar4[1] & 0xf0) != 0" (parenthesized_expression "(puVar4[1] & 0xf0)" (( "(") (binary_expression "puVar4[1] & 0xf0" (subscript_expression "puVar4[1]" (identifier "puVar4") ([ "[") (number_literal "1") (] "]")) (& "&") (number_literal "0xf0")) () ")")) (!= "!=") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n uVar2 = *puVar4;\n iVar3 = (**(code **)(*param_3 + 8))\n (param_3,(uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8\n | uVar2 << 0x18) + iVar1);\n }" ({ "{") (expression_statement "uVar2 = *puVar4;" (assignment_expression "uVar2 = *puVar4" (identifier "uVar2") (= "=") (pointer_expression "*puVar4" (* "*") (identifier "puVar4"))) (; ";")) (expression_statement "iVar3 = (**(code **)(*param_3 + 8))\n (param_3,(uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8\n | uVar2 << 0x18) + iVar1);" (assignment_expression "iVar3 = (**(code **)(*param_3 + 8))\n (param_3,(uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8\n | uVar2 << 0x18) + iVar1)" (identifier "iVar3") (= "=") (call_expression "(**(code **)(*param_3 + 8))\n (param_3,(uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8\n | uVar2 << 0x18) + iVar1)" (parenthesized_expression "(**(code **)(*param_3 + 8))" (( "(") (pointer_expression "**(code **)(*param_3 + 8)" (* "*") (pointer_expression "*(code **)(*param_3 + 8)" (* "*") (cast_expression "(code **)(*param_3 + 8)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_3 + 8)" (( "(") (binary_expression "*param_3 + 8" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (+ "+") (number_literal "8")) () ")"))))) () ")")) (argument_list "(param_3,(uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8\n | uVar2 << 0x18) + iVar1)" (( "(") (identifier "param_3") (, ",") (binary_expression "(uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8\n | uVar2 << 0x18) + iVar1" (parenthesized_expression "(uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8\n | uVar2 << 0x18)" (( "(") (binary_expression "uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8\n | uVar2 << 0x18" (binary_expression "uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8" (binary_expression "uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8" (binary_expression "uVar2 >> 0x18" (identifier "uVar2") (>> ">>") (number_literal "0x18")) (| "|") (binary_expression "(uVar2 & 0xff0000) >> 8" (parenthesized_expression "(uVar2 & 0xff0000)" (( "(") (binary_expression "uVar2 & 0xff0000" (identifier "uVar2") (& "&") (number_literal "0xff0000")) () ")")) (>> ">>") (number_literal "8"))) (| "|") (binary_expression "(uVar2 & 0xff00) << 8" (parenthesized_expression "(uVar2 & 0xff00)" (( "(") (binary_expression "uVar2 & 0xff00" (identifier "uVar2") (& "&") (number_literal "0xff00")) () ")")) (<< "<<") (number_literal "8"))) (| "|") (binary_expression "uVar2 << 0x18" (identifier "uVar2") (<< "<<") (number_literal "0x18"))) () ")")) (+ "+") (identifier "iVar1")) () ")")))) (; ";")) (} "}"))) (expression_statement "uVar6 = uVar6 + 1;" (assignment_expression "uVar6 = uVar6 + 1" (identifier "uVar6") (= "=") (binary_expression "uVar6 + 1" (identifier "uVar6") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "puVar4 = puVar4 + 6;" (assignment_expression "puVar4 = puVar4 + 6" (identifier "puVar4") (= "=") (binary_expression "puVar4 + 6" (identifier "puVar4") (+ "+") (number_literal "6"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(uVar6 < uVar5 / 0x18)" (( "(") (binary_expression "uVar6 < uVar5 / 0x18" (identifier "uVar6") (< "<") (binary_expression "uVar5 / 0x18" (identifier "uVar5") (/ "/") (number_literal "0x18"))) () ")")) (; ";")) (} "}"))) (return_statement "return iVar3;" (return "return") (identifier "iVar3") (; ";")) (} "}")))
/* DWARF original prototype: void do_for_all_global_symbols(Sized_dynobj<64,_true> * this, Read_symbols_data * sd, Symbol_visitor_base * v) */ void __thiscall gold::Sized_dynobj<64,_true>::do_for_all_global_symbols (Sized_dynobj<64,_true> *this,Read_symbols_data *sd,Symbol_visitor_base *v) { uchar *var_2; type_1 var_3; type_1 *var_5; type_1 var_1; type_1 var_4; var_2 = sd->symbol_names->data_; var_1 = sd->symbols_size - sd->external_symbols_offset; var_5 = (type_1 *)(sd->symbols->data_ + sd->external_symbols_offset); if (0x17 < var_1) { var_4 = 0; do { if ((*(short *)((int)var_5 + 6) != 0) && ((var_5[1] & 0xf0) != 0)) { var_3 = *var_5; (*v->_vptr_Symbol_visitor_base[2]) (v,var_2 + (var_3 >> 0x18 | (var_3 & 0xff0000) >> 8 | (var_3 & 0xff00) << 8 | var_3 << 0x18)); } var_4 = var_4 + 1; var_5 = var_5 + 6; } while (var_4 < var_1 / 0x18); } 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: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator 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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (expression_statement (assignment_expression left: (identifier) right: (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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (do_statement body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))))) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) right: (number_literal))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier) (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal)))) right: (identifier)))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))))) (return_statement (identifier)))))
null
int MASKED(undefined4 param_1,int param_2,int *param_3) { int iVar1; uint uVar2; int iVar3; uint *puVar4; uint uVar5; uint uVar6; iVar1 = *(int *)(*(int *)(param_2 + 0x18) + 8); uVar5 = *(int *)(param_2 + 0x10) - *(int *)(param_2 + 0x14); puVar4 = (uint *)(*(int *)(*(int *)(param_2 + 0xc) + 8) + *(int *)(param_2 + 0x14)); iVar3 = uVar5 * -0x55555555; if (0x17 < uVar5) { uVar6 = 0; do { if ((*(short *)((int)puVar4 + 6) != 0) && ((puVar4[1] & 0xf0) != 0)) { uVar2 = *puVar4; iVar3 = (**(code **)(*param_3 + 8)) (param_3,(uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 | uVar2 << 0x18) + iVar1); } uVar6 = uVar6 + 1; puVar4 = puVar4 + 6; } while (uVar6 < uVar5 / 0x18); } return iVar3; }
11984_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
operator.cast.to.bool
FUN_003d7ea0
/* std::ios::operator bool() const */ bool __thiscall std::ios::operator_cast_to_bool(ios *this) { return ((byte)this[0x14] & 5) == 0; }
bool FUN_003d7ea0(int param_1) { return (*(byte *)(param_1 + 0x14) & 5) == 0; }
MOV EAX,dword ptr [ESP + 0x4] TEST byte ptr [EAX + 0x14],0x5 SETZ AL RET
null
null
null
null
[('const-417', u'LOAD_-1205698900'), (u'CAST_-1205698821', u'INT_AND_-1205698874'), ('const-0', u'INT_EQUAL_-1205698888'), (u'INT_EQUAL_-1205698888', u'COPY_-1205698881'), (u'PTRADD_-1205698840', u'LOAD_-1205698900'), (u'INT_AND_-1205698874', u'INT_EQUAL_-1205698888'), (u'COPY_-1205698881', u'RETURN_-1205698874'), ('const-5', u'INT_AND_-1205698874'), ('tmp_51', u'PTRADD_-1205698840'), ('const-20', u'PTRADD_-1205698840'), (u'LOAD_-1205698900', u'CAST_-1205698821'), ('const-1', u'PTRADD_-1205698840'), ('const-0', u'RETURN_-1205698874')]
[(u'LOAD_-1205698900', u'INT_AND_-1205698874'), (u'COPY_-1205698882', u'RETURN_-1205698874'), (u'CAST_-1205698822', u'LOAD_-1205698900'), (u'INT_ADD_-1205698886', u'CAST_-1205698822'), ('tmp_57', u'INT_ADD_-1205698886'), ('const-0', u'INT_EQUAL_-1205698888'), (u'INT_EQUAL_-1205698888', u'COPY_-1205698882'), (u'INT_AND_-1205698874', u'INT_EQUAL_-1205698888'), ('const-5', u'INT_AND_-1205698874'), ('const-20', u'INT_ADD_-1205698886'), ('const-417', u'LOAD_-1205698900'), ('const-0', u'RETURN_-1205698874')]
null
null
003d7ea0
x86
O3
(translation_unit "bool FUN_003d7ea0(int param_1)\n\n{\n return (*(byte *)(param_1 + 0x14) & 5) == 0;\n}\n\n" (function_definition "bool FUN_003d7ea0(int param_1)\n\n{\n return (*(byte *)(param_1 + 0x14) & 5) == 0;\n}" primitive_type (function_declarator "FUN_003d7ea0(int param_1)" identifier (parameter_list "(int param_1)" ( (parameter_declaration "int param_1" primitive_type identifier) ))) (compound_statement "{\n return (*(byte *)(param_1 + 0x14) & 5) == 0;\n}" { (return_statement "return (*(byte *)(param_1 + 0x14) & 5) == 0;" return (binary_expression "(*(byte *)(param_1 + 0x14) & 5) == 0" (parenthesized_expression "(*(byte *)(param_1 + 0x14) & 5)" ( (binary_expression "*(byte *)(param_1 + 0x14) & 5" (pointer_expression "*(byte *)(param_1 + 0x14)" * (cast_expression "(byte *)(param_1 + 0x14)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x14)" ( (binary_expression "param_1 + 0x14" identifier + number_literal) )))) & number_literal) )) == number_literal) ;) })))
(translation_unit "/* std::ios::operator bool() const */\n\nbool __thiscall std::ios::operator_cast_to_bool(ios *this)\n\n{\n return ((byte)this[0x14] & 5) == 0;\n}\n\n" comment (function_definition "bool __thiscall std::ios::operator_cast_to_bool(ios *this)\n\n{\n return ((byte)this[0x14] & 5) == 0;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::ios::" identifier : : identifier : :) (function_declarator "operator_cast_to_bool(ios *this)" identifier (parameter_list "(ios *this)" ( (parameter_declaration "ios *this" type_identifier (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n return ((byte)this[0x14] & 5) == 0;\n}" { (return_statement "return ((byte)this[0x14] & 5) == 0;" return (binary_expression "((byte)this[0x14] & 5) == 0" (parenthesized_expression "((byte)this[0x14] & 5)" ( (binary_expression "(byte)this[0x14] & 5" (cast_expression "(byte)this[0x14]" ( (type_descriptor "byte" type_identifier) ) (subscript_expression "this[0x14]" identifier [ number_literal ])) & number_literal) )) == number_literal) ;) })))
(translation_unit "bool FUN_003d7ea0(int param_1)\n\n{\n return (*(byte *)(param_1 + 0x14) & 5) == 0;\n}\n\n" (function_definition "bool FUN_003d7ea0(int param_1)\n\n{\n return (*(byte *)(param_1 + 0x14) & 5) == 0;\n}" primitive_type (function_declarator "FUN_003d7ea0(int param_1)" identifier (parameter_list "(int param_1)" ( (parameter_declaration "int param_1" primitive_type identifier) ))) (compound_statement "{\n return (*(byte *)(param_1 + 0x14) & 5) == 0;\n}" { (return_statement "return (*(byte *)(param_1 + 0x14) & 5) == 0;" return (binary_expression "(*(byte *)(param_1 + 0x14) & 5) == 0" (parenthesized_expression "(*(byte *)(param_1 + 0x14) & 5)" ( (binary_expression "*(byte *)(param_1 + 0x14) & 5" (pointer_expression "*(byte *)(param_1 + 0x14)" * (cast_expression "(byte *)(param_1 + 0x14)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x14)" ( (binary_expression "param_1 + 0x14" identifier + number_literal) )))) & number_literal) )) == number_literal) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (return_statement return (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) == LIT) ;) })))
(function_definition "bool FUN_003d7ea0(int param_1)\n\n{\n return (*(byte *)(param_1 + 0x14) & 5) == 0;\n}" (primitive_type "bool") (function_declarator "FUN_003d7ea0(int param_1)" (identifier "FUN_003d7ea0") (parameter_list "(int param_1)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) () ")"))) (compound_statement "{\n return (*(byte *)(param_1 + 0x14) & 5) == 0;\n}" ({ "{") (return_statement "return (*(byte *)(param_1 + 0x14) & 5) == 0;" (return "return") (binary_expression "(*(byte *)(param_1 + 0x14) & 5) == 0" (parenthesized_expression "(*(byte *)(param_1 + 0x14) & 5)" (( "(") (binary_expression "*(byte *)(param_1 + 0x14) & 5" (pointer_expression "*(byte *)(param_1 + 0x14)" (* "*") (cast_expression "(byte *)(param_1 + 0x14)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x14)" (( "(") (binary_expression "param_1 + 0x14" (identifier "param_1") (+ "+") (number_literal "0x14")) () ")")))) (& "&") (number_literal "5")) () ")")) (== "==") (number_literal "0")) (; ";")) (} "}")))
/* std::ios::operator bool() const */ bool __thiscall std::type_1::function_1(type_1 *this) { return ((type_2)this[0x14] & 5) == 0; }
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 (return_statement (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))))))
null
bool MASKED(int param_1) { return (*(byte *)(param_1 + 0x14) & 5) == 0; }
1278_powerpc64-linux-gnu-dwp_and_powerpc64-linux-gnu-dwp_strip.c
~Struct_error_unresolved_symbols
FUN_0003e1b0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Struct_error_unresolved_symbols(Struct_error_unresolved_symbols * this, int __in_chrg) */ void __thiscall gold::General_options::Struct_error_unresolved_symbols::~Struct_error_unresolved_symbols (Struct_error_unresolved_symbols *this,int __in_chrg) { pointer pcVar1; (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_003827bc; 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,0x3c); return; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_0003e1b0(undefined4 *param_1) { *param_1 = &PTR_FUN_003827bc; if ((undefined4 *)param_1[1] != param_1 + 3) { FUN_001e6db0((undefined4 *)param_1[1]); } FUN_001e6d90(param_1,0x3c); return; }
PUSH ESI PUSH EBX CALL 0x00035840 ADD EBX,0x350e49 SUB ESP,0x4 MOV ESI,dword ptr [ESP + 0x10] LEA EDX,[ESI + 0xc] LEA EAX,[EBX + 0xffff37bc] MOV dword ptr [ESI],EAX MOV EAX,dword ptr [ESI + 0x4] CMP EAX,EDX JZ 0x0003e1e2 SUB ESP,0xc PUSH EAX CALL 0x001e6db0 ADD ESP,0x10 SUB ESP,0x8 PUSH 0x3c PUSH ESI CALL 0x001e6d90 ADD ESP,0x14 POP EBX POP ESI RET
null
null
null
null
[(u'PTRSUB_-1206066474', u'PTRSUB_-1206066470'), ('const-0', u'PTRSUB_-1206066484'), ('const-417', u'STORE_-1206066701'), (u'LOAD_-1206066698', u'CAST_-1206066465'), ('const-60', u'CALL_-1206066614'), ('const-8', u'PTRSUB_-1206066480'), (u'PTRSUB_-1206066473', u'STORE_-1206066701'), ('tmp_323', u'CALL_-1206066614'), ('tmp_323', u'PTRSUB_-1206066489'), ('const-3680188', u'PTRSUB_-1206066481'), (u'INT_NOTEQUAL_-1206066678', u'CBRANCH_-1206066678'), (u'CAST_-1206066465', u'INT_NOTEQUAL_-1206066678'), ('const-0', u'PTRSUB_-1206066474'), (u'PTRSUB_-1206066484', u'PTRSUB_-1206066480'), ('const-0', u'PTRSUB_-1206066478'), ('const-417', u'LOAD_-1206066698'), ('tmp_323', u'PTRSUB_-1206066475'), ('const-0', u'RETURN_-1206066581'), ('const-0', u'PTRSUB_-1206066468'), ('const-4', u'PTRSUB_-1206066489'), (u'PTRSUB_-1206066478', u'PTRSUB_-1206066473'), (u'PTRSUB_-1206066481', u'CAST_-1206066471'), ('const-4', u'PTRSUB_-1206066475'), (u'PTRSUB_-1206066475', u'PTRSUB_-1206066474'), ('const-0', u'PTRSUB_-1206066470'), (u'CAST_-1206066471', u'STORE_-1206066701'), ('tmp_323', u'PTRSUB_-1206066478'), ('tmp_135', u'CBRANCH_-1206066678'), ('const-0', u'PTRSUB_-1206066481'), (u'PTRSUB_-1206066470', u'PTRSUB_-1206066468'), (u'PTRSUB_-1206066468', u'LOAD_-1206066698'), (u'PTRSUB_-1206066489', u'PTRSUB_-1206066484'), (u'PTRSUB_-1206066480', u'INT_NOTEQUAL_-1206066678'), (u'LOAD_-1206066698', u'CALL_-1206066655'), ('const-0', u'PTRSUB_-1206066473')]
[('const-417', u'STORE_-1206066701'), ('const-3680188', u'PTRSUB_-1206066486'), ('tmp_597', u'STORE_-1206066701'), ('const-1', u'PTRADD_-1206066483'), (u'PTRADD_-1206066495', u'INT_NOTEQUAL_-1206066678'), ('const-3', u'PTRADD_-1206066495'), (u'PTRSUB_-1206066486', u'STORE_-1206066701'), ('tmp_135', u'CBRANCH_-1206066678'), ('tmp_597', u'CALL_-1206066614'), ('const-60', u'CALL_-1206066614'), ('tmp_597', u'PTRADD_-1206066495'), ('const-417', u'LOAD_-1206066698'), (u'INT_NOTEQUAL_-1206066678', u'CBRANCH_-1206066678'), ('tmp_597', u'PTRADD_-1206066483'), ('const-0', u'PTRSUB_-1206066486'), (u'CAST_-1206066483', u'CALL_-1206066655'), (u'PTRADD_-1206066483', u'LOAD_-1206066698'), ('const-0', u'RETURN_-1206066581'), ('const-4', u'PTRADD_-1206066495'), (u'LOAD_-1206066698', u'CAST_-1206066483'), (u'CAST_-1206066483', u'INT_NOTEQUAL_-1206066678'), ('const-4', u'PTRADD_-1206066483')]
null
null
0003e1b0
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0003e1b0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003827bc;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(param_1,0x3c);\n return;\n}\n\n" comment (function_definition "void FUN_0003e1b0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003827bc;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(param_1,0x3c);\n return;\n}" primitive_type (function_declarator "FUN_0003e1b0(undefined4 *param_1)" identifier (parameter_list "(undefined4 *param_1)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_003827bc;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(param_1,0x3c);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_003827bc;" (assignment_expression "*param_1 = &PTR_FUN_003827bc" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_003827bc" & identifier)) ;) (if_statement "if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }" if (parenthesized_expression "((undefined4 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined4 *)param_1[1] != param_1 + 3" (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" 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_001e6db0((undefined4 *)param_1[1]);\n }" { (expression_statement "FUN_001e6db0((undefined4 *)param_1[1]);" (call_expression "FUN_001e6db0((undefined4 *)param_1[1])" identifier (argument_list "((undefined4 *)param_1[1])" ( (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) ))) ;) })) (expression_statement "FUN_001e6d90(param_1,0x3c);" (call_expression "FUN_001e6d90(param_1,0x3c)" identifier (argument_list "(param_1,0x3c)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Struct_error_unresolved_symbols(Struct_error_unresolved_symbols *\n this, int __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_error_unresolved_symbols::~Struct_error_unresolved_symbols\n (Struct_error_unresolved_symbols *this,int __in_chrg)\n\n{\n pointer pcVar1;\n \n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_003827bc;\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,0x3c);\n return;\n}\n\n" comment comment (function_definition "void __thiscall\ngold::General_options::Struct_error_unresolved_symbols::~Struct_error_unresolved_symbols\n (Struct_error_unresolved_symbols *this,int __in_chrg)\n\n{\n pointer pcVar1;\n \n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_003827bc;\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,0x3c);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::General_options::Struct_error_unresolved_symbols::~" identifier : : identifier : : identifier : : ~) (function_declarator "Struct_error_unresolved_symbols\n (Struct_error_unresolved_symbols *this,int __in_chrg)" identifier (parameter_list "(Struct_error_unresolved_symbols *this,int __in_chrg)" ( (parameter_declaration "Struct_error_unresolved_symbols *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "int __in_chrg" primitive_type identifier) ))) (compound_statement "{\n pointer pcVar1;\n \n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_003827bc;\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,0x3c);\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_003827bc;" (assignment_expression "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_003827bc" (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_003827bc" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR_parse_to_value_003827bc" & 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,0x3c);" (call_expression "operator_delete(this,0x3c)" identifier (argument_list "(this,0x3c)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_0003e1b0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003827bc;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(param_1,0x3c);\n return;\n}\n\n" (function_definition "void FUN_0003e1b0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003827bc;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(param_1,0x3c);\n return;\n}" primitive_type (function_declarator "FUN_0003e1b0(undefined4 *param_1)" identifier (parameter_list "(undefined4 *param_1)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_003827bc;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(param_1,0x3c);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_003827bc;" (assignment_expression "*param_1 = &PTR_FUN_003827bc" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_003827bc" & identifier)) ;) (if_statement "if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }" if (parenthesized_expression "((undefined4 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined4 *)param_1[1] != param_1 + 3" (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" 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_001e6db0((undefined4 *)param_1[1]);\n }" { (expression_statement "FUN_001e6db0((undefined4 *)param_1[1]);" (call_expression "FUN_001e6db0((undefined4 *)param_1[1])" identifier (argument_list "((undefined4 *)param_1[1])" ( (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) ))) ;) })) (expression_statement "FUN_001e6d90(param_1,0x3c);" (call_expression "FUN_001e6d90(param_1,0x3c)" identifier (argument_list "(param_1,0x3c)" ( 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 ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_0003e1b0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003827bc;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(param_1,0x3c);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0003e1b0(undefined4 *param_1)" (identifier "FUN_0003e1b0") (parameter_list "(undefined4 *param_1)" (( "(") (parameter_declaration "undefined4 *param_1" (type_identifier "undefined4") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n *param_1 = &PTR_FUN_003827bc;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(param_1,0x3c);\n return;\n}" ({ "{") (expression_statement "*param_1 = &PTR_FUN_003827bc;" (assignment_expression "*param_1 = &PTR_FUN_003827bc" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_003827bc" (& "&") (identifier "PTR_FUN_003827bc"))) (; ";")) (if_statement "if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }" (if "if") (parenthesized_expression "((undefined4 *)param_1[1] != param_1 + 3)" (( "(") (binary_expression "(undefined4 *)param_1[1] != param_1 + 3" (cast_expression "(undefined4 *)param_1[1]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (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_001e6db0((undefined4 *)param_1[1]);\n }" ({ "{") (expression_statement "FUN_001e6db0((undefined4 *)param_1[1]);" (call_expression "FUN_001e6db0((undefined4 *)param_1[1])" (identifier "FUN_001e6db0") (argument_list "((undefined4 *)param_1[1])" (( "(") (cast_expression "(undefined4 *)param_1[1]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_001e6d90(param_1,0x3c);" (call_expression "FUN_001e6d90(param_1,0x3c)" (identifier "FUN_001e6d90") (argument_list "(param_1,0x3c)" (( "(") (identifier "param_1") (, ",") (number_literal "0x3c") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Struct_error_unresolved_symbols(Struct_error_unresolved_symbols * this, int __in_chrg) */ void __thiscall gold::General_options::function_1::~function_1 (function_1 *this,int __in_chrg) { type_1 var_5; (this->super_Struct_var)._vptr_Struct_var = (type_2 **)&PTR_parse_to_value_003827bc; 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,0x3c); 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)))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))) (return_statement))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(undefined4 *param_1) { *param_1 = &PTR_FUN_003827bc; if ((undefined4 *)param_1[1] != param_1 + 3) { FUN_001e6db0((undefined4 *)param_1[1]); } FUN_001e6d90(param_1,0x3c); return; }
9745_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
set_no_zero_null
FUN_003476c0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void set_no_zero_null(Stringpool_template<unsigned_int> * this) */ void __thiscall gold::Stringpool_template<unsigned_int>::set_no_zero_null(Stringpool_template<unsigned_int> *this) { }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_003476c0(int param_1) { if ((*(int *)(param_1 + 0xc) == 0) && (*(int *)(param_1 + 0x40) == 4)) { *(undefined1 *)(param_1 + 0x3c) = 0; *(undefined4 *)(param_1 + 0x40) = 0; return; } /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/stringpool.h",0xcc,"set_no_zero_null",param_1); }
PUSH EBX CALL 0x00050b50 ADD EBX,0x2a293a SUB ESP,0x8 MOV EAX,dword ptr [ESP + 0x10] MOV EDX,dword ptr [EAX + 0xc] TEST EDX,EDX JNZ 0x003476f0 CMP dword ptr [EAX + 0x40],0x4 JNZ 0x003476f0 MOV byte ptr [EAX + 0x3c],0x0 MOV dword ptr [EAX + 0x40],0x0 ADD ESP,0x8 POP EBX RET PUSH EAX LEA EAX,[EBX + 0xffeaf204] PUSH EAX LEA EAX,[EBX + 0xffe9cc66] PUSH 0xcc PUSH EAX CALL 0x002446e0
null
null
null
null
[('const-1', u'RETURN_-1205111086')]
[('const-60', u'INT_ADD_-1205110998'), ('tmp_452', u'INT_ADD_-1205110991'), ('const-417', u'STORE_-1205111005'), ('const-0', u'STORE_-1205111012'), ('tmp_148', u'CBRANCH_-1205111015'), ('const-64', u'INT_ADD_-1205110991'), (u'COPY_-1205110890', u'CALL_-1205110934'), (u'CAST_-1205110854', u'STORE_-1205111005'), (u'CAST_-1205110859', u'STORE_-1205111012'), ('tmp_452', u'INT_ADD_-1205111039'), ('tmp_110', u'CBRANCH_-1205111035'), ('const-204', u'CALL_-1205110934'), ('const-417', u'LOAD_-1205111034'), ('const-4821508', u'COPY_-1205110889'), ('const-4', u'INT_EQUAL_-1205111019'), ('const-12', u'INT_ADD_-1205111039'), (u'COPY_-1205110889', u'CALL_-1205110934'), ('const-0', u'INT_EQUAL_-1205111037'), ('const-0', u'STORE_-1205111005'), ('tmp_452', u'CALL_-1205110934'), ('const-417', u'STORE_-1205111012'), ('const-0', u'RETURN_-1205110971'), (u'INT_ADD_-1205111039', u'CAST_-1205110874'), ('const-64', u'INT_ADD_-1205111018'), (u'LOAD_-1205111034', u'INT_EQUAL_-1205111019'), (u'INT_EQUAL_-1205111019', u'CBRANCH_-1205111015'), (u'CAST_-1205110866', u'LOAD_-1205111034'), ('const-1', u'RETURN_-1205110929'), ('tmp_452', u'INT_ADD_-1205111018'), ('const-4746342', u'COPY_-1205110890'), (u'CAST_-1205110874', u'LOAD_-1205111055'), (u'INT_ADD_-1205111018', u'CAST_-1205110866'), (u'INT_ADD_-1205110991', u'CAST_-1205110854'), (u'INT_EQUAL_-1205111037', u'CBRANCH_-1205111035'), (u'LOAD_-1205111055', u'INT_EQUAL_-1205111037'), ('tmp_452', u'INT_ADD_-1205110998'), ('const-417', u'LOAD_-1205111055'), (u'INT_ADD_-1205110998', u'CAST_-1205110859')]
null
null
003476c0
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_003476c0(int param_1)\n\n{\n if ((*(int *)(param_1 + 0xc) == 0) && (*(int *)(param_1 + 0x40) == 4)) {\n *(undefined1 *)(param_1 + 0x3c) = 0;\n *(undefined4 *)(param_1 + 0x40) = 0;\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/stringpool.h",0xcc,"set_no_zero_null",param_1);\n}\n\n" comment (function_definition "void FUN_003476c0(int param_1)\n\n{\n if ((*(int *)(param_1 + 0xc) == 0) && (*(int *)(param_1 + 0x40) == 4)) {\n *(undefined1 *)(param_1 + 0x3c) = 0;\n *(undefined4 *)(param_1 + 0x40) = 0;\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/stringpool.h",0xcc,"set_no_zero_null",param_1);\n}" primitive_type (function_declarator "FUN_003476c0(int param_1)" identifier (parameter_list "(int param_1)" ( (parameter_declaration "int param_1" primitive_type identifier) ))) (compound_statement "{\n if ((*(int *)(param_1 + 0xc) == 0) && (*(int *)(param_1 + 0x40) == 4)) {\n *(undefined1 *)(param_1 + 0x3c) = 0;\n *(undefined4 *)(param_1 + 0x40) = 0;\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/stringpool.h",0xcc,"set_no_zero_null",param_1);\n}" { (if_statement "if ((*(int *)(param_1 + 0xc) == 0) && (*(int *)(param_1 + 0x40) == 4)) {\n *(undefined1 *)(param_1 + 0x3c) = 0;\n *(undefined4 *)(param_1 + 0x40) = 0;\n return;\n }" if (parenthesized_expression "((*(int *)(param_1 + 0xc) == 0) && (*(int *)(param_1 + 0x40) == 4))" ( (binary_expression "(*(int *)(param_1 + 0xc) == 0) && (*(int *)(param_1 + 0x40) == 4)" (parenthesized_expression "(*(int *)(param_1 + 0xc) == 0)" ( (binary_expression "*(int *)(param_1 + 0xc) == 0" (pointer_expression "*(int *)(param_1 + 0xc)" * (cast_expression "(int *)(param_1 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xc)" ( (binary_expression "param_1 + 0xc" identifier + number_literal) )))) == number_literal) )) && (parenthesized_expression "(*(int *)(param_1 + 0x40) == 4)" ( (binary_expression "*(int *)(param_1 + 0x40) == 4" (pointer_expression "*(int *)(param_1 + 0x40)" * (cast_expression "(int *)(param_1 + 0x40)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x40)" ( (binary_expression "param_1 + 0x40" identifier + number_literal) )))) == number_literal) ))) )) (compound_statement "{\n *(undefined1 *)(param_1 + 0x3c) = 0;\n *(undefined4 *)(param_1 + 0x40) = 0;\n return;\n }" { (expression_statement "*(undefined1 *)(param_1 + 0x3c) = 0;" (assignment_expression "*(undefined1 *)(param_1 + 0x3c) = 0" (pointer_expression "*(undefined1 *)(param_1 + 0x3c)" * (cast_expression "(undefined1 *)(param_1 + 0x3c)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x3c)" ( (binary_expression "param_1 + 0x3c" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)(param_1 + 0x40) = 0;" (assignment_expression "*(undefined4 *)(param_1 + 0x40) = 0" (pointer_expression "*(undefined4 *)(param_1 + 0x40)" * (cast_expression "(undefined4 *)(param_1 + 0x40)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x40)" ( (binary_expression "param_1 + 0x40" identifier + number_literal) )))) = number_literal) ;) (return_statement "return;" return ;) })) comment (expression_statement "FUN_002446e0("../../gold/stringpool.h",0xcc,"set_no_zero_null",param_1);" (call_expression "FUN_002446e0("../../gold/stringpool.h",0xcc,"set_no_zero_null",param_1)" identifier (argument_list "("../../gold/stringpool.h",0xcc,"set_no_zero_null",param_1)" ( (string_literal ""../../gold/stringpool.h"" " string_content ") , number_literal , (string_literal ""set_no_zero_null"" " string_content ") , identifier ))) ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void set_no_zero_null(Stringpool_template<unsigned_int> * this) */\n\nvoid __thiscall\ngold::Stringpool_template<unsigned_int>::set_no_zero_null(Stringpool_template<unsigned_int> *this)\n\n{\n}\n\n" comment comment (function_definition "void __thiscall\ngold::Stringpool_template<unsigned_int>::set_no_zero_null(Stringpool_template<unsigned_int> *this)\n\n{\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Stringpool_template<unsigned_int>::" identifier : : identifier < identifier > : :) (function_declarator "set_no_zero_null(Stringpool_template<unsigned_int> *this)" identifier (parameter_list "(Stringpool_template<unsigned_int> *this)" ( (parameter_declaration "Stringpool_template<unsigned_int> *this" type_identifier (ERROR "<unsigned_int>" < identifier >) (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n}" { })))
(translation_unit "void FUN_003476c0(int param_1)\n\n{\n if ((*(int *)(param_1 + 0xc) == 0) && (*(int *)(param_1 + 0x40) == 4)) {\n *(undefined1 *)(param_1 + 0x3c) = 0;\n *(undefined4 *)(param_1 + 0x40) = 0;\n return;\n }\n \n FUN_002446e0("../../gold/stringpool.h",0xcc,"set_no_zero_null",param_1);\n}\n\n" (function_definition "void FUN_003476c0(int param_1)\n\n{\n if ((*(int *)(param_1 + 0xc) == 0) && (*(int *)(param_1 + 0x40) == 4)) {\n *(undefined1 *)(param_1 + 0x3c) = 0;\n *(undefined4 *)(param_1 + 0x40) = 0;\n return;\n }\n \n FUN_002446e0("../../gold/stringpool.h",0xcc,"set_no_zero_null",param_1);\n}" primitive_type (function_declarator "FUN_003476c0(int param_1)" identifier (parameter_list "(int param_1)" ( (parameter_declaration "int param_1" primitive_type identifier) ))) (compound_statement "{\n if ((*(int *)(param_1 + 0xc) == 0) && (*(int *)(param_1 + 0x40) == 4)) {\n *(undefined1 *)(param_1 + 0x3c) = 0;\n *(undefined4 *)(param_1 + 0x40) = 0;\n return;\n }\n \n FUN_002446e0("../../gold/stringpool.h",0xcc,"set_no_zero_null",param_1);\n}" { (if_statement "if ((*(int *)(param_1 + 0xc) == 0) && (*(int *)(param_1 + 0x40) == 4)) {\n *(undefined1 *)(param_1 + 0x3c) = 0;\n *(undefined4 *)(param_1 + 0x40) = 0;\n return;\n }" if (parenthesized_expression "((*(int *)(param_1 + 0xc) == 0) && (*(int *)(param_1 + 0x40) == 4))" ( (binary_expression "(*(int *)(param_1 + 0xc) == 0) && (*(int *)(param_1 + 0x40) == 4)" (parenthesized_expression "(*(int *)(param_1 + 0xc) == 0)" ( (binary_expression "*(int *)(param_1 + 0xc) == 0" (pointer_expression "*(int *)(param_1 + 0xc)" * (cast_expression "(int *)(param_1 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xc)" ( (binary_expression "param_1 + 0xc" identifier + number_literal) )))) == number_literal) )) && (parenthesized_expression "(*(int *)(param_1 + 0x40) == 4)" ( (binary_expression "*(int *)(param_1 + 0x40) == 4" (pointer_expression "*(int *)(param_1 + 0x40)" * (cast_expression "(int *)(param_1 + 0x40)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x40)" ( (binary_expression "param_1 + 0x40" identifier + number_literal) )))) == number_literal) ))) )) (compound_statement "{\n *(undefined1 *)(param_1 + 0x3c) = 0;\n *(undefined4 *)(param_1 + 0x40) = 0;\n return;\n }" { (expression_statement "*(undefined1 *)(param_1 + 0x3c) = 0;" (assignment_expression "*(undefined1 *)(param_1 + 0x3c) = 0" (pointer_expression "*(undefined1 *)(param_1 + 0x3c)" * (cast_expression "(undefined1 *)(param_1 + 0x3c)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x3c)" ( (binary_expression "param_1 + 0x3c" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)(param_1 + 0x40) = 0;" (assignment_expression "*(undefined4 *)(param_1 + 0x40) = 0" (pointer_expression "*(undefined4 *)(param_1 + 0x40)" * (cast_expression "(undefined4 *)(param_1 + 0x40)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x40)" ( (binary_expression "param_1 + 0x40" identifier + number_literal) )))) = number_literal) ;) (return_statement "return;" return ;) })) (expression_statement "FUN_002446e0("../../gold/stringpool.h",0xcc,"set_no_zero_null",param_1);" (call_expression "FUN_002446e0("../../gold/stringpool.h",0xcc,"set_no_zero_null",param_1)" identifier (argument_list "("../../gold/stringpool.h",0xcc,"set_no_zero_null",param_1)" ( (string_literal ""../../gold/stringpool.h"" " string_content ") , number_literal , (string_literal ""set_no_zero_null"" " string_content ") , identifier ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) && (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == 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 (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") , IDENT ))) ;) })))
(function_definition "void FUN_003476c0(int param_1)\n\n{\n if ((*(int *)(param_1 + 0xc) == 0) && (*(int *)(param_1 + 0x40) == 4)) {\n *(undefined1 *)(param_1 + 0x3c) = 0;\n *(undefined4 *)(param_1 + 0x40) = 0;\n return;\n }\n \n FUN_002446e0("../../gold/stringpool.h",0xcc,"set_no_zero_null",param_1);\n}" (primitive_type "void") (function_declarator "FUN_003476c0(int param_1)" (identifier "FUN_003476c0") (parameter_list "(int param_1)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) () ")"))) (compound_statement "{\n if ((*(int *)(param_1 + 0xc) == 0) && (*(int *)(param_1 + 0x40) == 4)) {\n *(undefined1 *)(param_1 + 0x3c) = 0;\n *(undefined4 *)(param_1 + 0x40) = 0;\n return;\n }\n \n FUN_002446e0("../../gold/stringpool.h",0xcc,"set_no_zero_null",param_1);\n}" ({ "{") (if_statement "if ((*(int *)(param_1 + 0xc) == 0) && (*(int *)(param_1 + 0x40) == 4)) {\n *(undefined1 *)(param_1 + 0x3c) = 0;\n *(undefined4 *)(param_1 + 0x40) = 0;\n return;\n }" (if "if") (parenthesized_expression "((*(int *)(param_1 + 0xc) == 0) && (*(int *)(param_1 + 0x40) == 4))" (( "(") (binary_expression "(*(int *)(param_1 + 0xc) == 0) && (*(int *)(param_1 + 0x40) == 4)" (parenthesized_expression "(*(int *)(param_1 + 0xc) == 0)" (( "(") (binary_expression "*(int *)(param_1 + 0xc) == 0" (pointer_expression "*(int *)(param_1 + 0xc)" (* "*") (cast_expression "(int *)(param_1 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xc)" (( "(") (binary_expression "param_1 + 0xc" (identifier "param_1") (+ "+") (number_literal "0xc")) () ")")))) (== "==") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(*(int *)(param_1 + 0x40) == 4)" (( "(") (binary_expression "*(int *)(param_1 + 0x40) == 4" (pointer_expression "*(int *)(param_1 + 0x40)" (* "*") (cast_expression "(int *)(param_1 + 0x40)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x40)" (( "(") (binary_expression "param_1 + 0x40" (identifier "param_1") (+ "+") (number_literal "0x40")) () ")")))) (== "==") (number_literal "4")) () ")"))) () ")")) (compound_statement "{\n *(undefined1 *)(param_1 + 0x3c) = 0;\n *(undefined4 *)(param_1 + 0x40) = 0;\n return;\n }" ({ "{") (expression_statement "*(undefined1 *)(param_1 + 0x3c) = 0;" (assignment_expression "*(undefined1 *)(param_1 + 0x3c) = 0" (pointer_expression "*(undefined1 *)(param_1 + 0x3c)" (* "*") (cast_expression "(undefined1 *)(param_1 + 0x3c)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x3c)" (( "(") (binary_expression "param_1 + 0x3c" (identifier "param_1") (+ "+") (number_literal "0x3c")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined4 *)(param_1 + 0x40) = 0;" (assignment_expression "*(undefined4 *)(param_1 + 0x40) = 0" (pointer_expression "*(undefined4 *)(param_1 + 0x40)" (* "*") (cast_expression "(undefined4 *)(param_1 + 0x40)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x40)" (( "(") (binary_expression "param_1 + 0x40" (identifier "param_1") (+ "+") (number_literal "0x40")) () ")")))) (= "=") (number_literal "0")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_002446e0("../../gold/stringpool.h",0xcc,"set_no_zero_null",param_1);" (call_expression "FUN_002446e0("../../gold/stringpool.h",0xcc,"set_no_zero_null",param_1)" (identifier "FUN_002446e0") (argument_list "("../../gold/stringpool.h",0xcc,"set_no_zero_null",param_1)" (( "(") (string_literal ""../../gold/stringpool.h"" (" """) (string_content "../../gold/stringpool.h") (" """)) (, ",") (number_literal "0xcc") (, ",") (string_literal ""set_no_zero_null"" (" """) (string_content "set_no_zero_null") (" """)) (, ",") (identifier "param_1") () ")"))) (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void set_no_zero_null(Stringpool_template<unsigned_int> * this) */ void __thiscall gold::type_1<unsigned_int>::function_1(type_1<unsigned_int> *this) { }
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: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) 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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)) (identifier)))))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(int param_1) { if ((*(int *)(param_1 + 0xc) == 0) && (*(int *)(param_1 + 0x40) == 4)) { *(undefined1 *)(param_1 + 0x3c) = 0; *(undefined4 *)(param_1 + 0x40) = 0; return; } /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/stringpool.h",0xcc,"set_no_zero_null",param_1); }
185_mktemp_and_mktemp_strip.c
__libc_csu_init
FUN_00017af0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Removing unreachable block (ram,0x00017b1e) */ /* WARNING: Removing unreachable block (ram,0x00017b20) */ void __libc_csu_init(void) { EVP_PKEY_CTX *in_stack_ffffffe4; _init(in_stack_ffffffe4); return; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Removing unreachable block (ram,0x00017b1e) */ /* WARNING: Removing unreachable block (ram,0x00017b20) */ void FUN_00017af0(void) { _DT_INIT(); return; }
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x00011ba0 ADD EBX,0x5507 SUB ESP,0xc MOV EBP,dword ptr [ESP + 0x28] CALL 0x00011000 LEA ESI,[EBX + 0xfffffe30] LEA EAX,[EBX + 0xfffffe30] SUB ESI,EAX SAR ESI,0x2 JZ 0x00017b3d XOR EDI,EDI SUB ESP,0x4 PUSH EBP PUSH dword ptr [ESP + 0x2c] PUSH dword ptr [ESP + 0x2c] CALL dword ptr [EBX + EDI*0x4 + 0xfffffe30] ADD EDI,0x1 ADD ESP,0x10 CMP ESI,EDI JNZ 0x00017b20 ADD ESP,0xc POP EBX POP ESI POP EDI POP EBP RET
null
null
null
null
[('const-0', u'RETURN_-1205961723'), ('tmp_884', u'CALL_-1205961933')]
[('const-0', u'RETURN_-1205961723')]
null
null
00017af0
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Removing unreachable block (ram,0x00017b1e) */\n/* WARNING: Removing unreachable block (ram,0x00017b20) */\n\nvoid FUN_00017af0(void)\n\n{\n _DT_INIT();\n return;\n}\n\n" comment comment comment (function_definition "void FUN_00017af0(void)\n\n{\n _DT_INIT();\n return;\n}" primitive_type (function_declarator "FUN_00017af0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n _DT_INIT();\n return;\n}" { (expression_statement "_DT_INIT();" (call_expression "_DT_INIT()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Removing unreachable block (ram,0x00017b1e) */\n/* WARNING: Removing unreachable block (ram,0x00017b20) */\n\nvoid __libc_csu_init(void)\n\n{\n EVP_PKEY_CTX *in_stack_ffffffe4;\n \n _init(in_stack_ffffffe4);\n return;\n}\n\n" comment comment comment (function_definition "void __libc_csu_init(void)\n\n{\n EVP_PKEY_CTX *in_stack_ffffffe4;\n \n _init(in_stack_ffffffe4);\n return;\n}" primitive_type (function_declarator "__libc_csu_init(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n EVP_PKEY_CTX *in_stack_ffffffe4;\n \n _init(in_stack_ffffffe4);\n return;\n}" { (declaration "EVP_PKEY_CTX *in_stack_ffffffe4;" type_identifier (pointer_declarator "*in_stack_ffffffe4" * identifier) ;) (expression_statement "_init(in_stack_ffffffe4);" (call_expression "_init(in_stack_ffffffe4)" identifier (argument_list "(in_stack_ffffffe4)" ( identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_00017af0(void)\n\n{\n _DT_INIT();\n return;\n}\n\n" (function_definition "void FUN_00017af0(void)\n\n{\n _DT_INIT();\n return;\n}" primitive_type (function_declarator "FUN_00017af0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n _DT_INIT();\n return;\n}" { (expression_statement "_DT_INIT();" (call_expression "_DT_INIT()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (return_statement return ;) })))
(function_definition "void FUN_00017af0(void)\n\n{\n _DT_INIT();\n return;\n}" (primitive_type "void") (function_declarator "FUN_00017af0(void)" (identifier "FUN_00017af0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n _DT_INIT();\n return;\n}" ({ "{") (expression_statement "_DT_INIT();" (call_expression "_DT_INIT()" (identifier "_DT_INIT") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Removing unreachable block (ram,0x00017b1e) */ /* WARNING: Removing unreachable block (ram,0x00017b20) */ void function_1(void) { type_1 *in_stack_ffffffe4; var_1(in_stack_ffffffe4); return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (return_statement))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Removing unreachable block (ram,0x00017b1e) */ /* WARNING: Removing unreachable block (ram,0x00017b20) */ void MASKED(void) { _DT_INIT(); return; }
5402_x86_64-kfreebsd-gnu-dwp_and_x86_64-kfreebsd-gnu-dwp_strip.c
set_options
FUN_001392f0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void set_options(Parameters * this, General_options * options) */ void __thiscall gold::Parameters::set_options(Parameters *this,General_options *options) { bool bVar1; char *__haystack; Incremental_mode IVar2; Target *pTVar3; char *pcVar4; uint uVar5; undefined **ppuVar6; if (this->options_ != (General_options *)0x0) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/parameters.cc",0x5b,"set_options"); } this->options_ = options; if (options != (General_options *)0x0) { __haystack = (options->debug_).value; uVar5 = 0; pcVar4 = "task"; ppuVar6 = (undefined **)(debug_string_to_enum(char_const*)::debug_options + 4); while( true ) { pcVar4 = strstr(__haystack,pcVar4); if (pcVar4 != (char *)0x0) { uVar5 = uVar5 | (uint)*ppuVar6; } if (ppuVar6 + 2 == &PTR_PTR_00384acc) break; pcVar4 = ppuVar6[1]; ppuVar6 = ppuVar6 + 2; } IVar2 = options->incremental_mode_; bVar1 = (options->verbose_).value; this->debug_ = uVar5; this->incremental_mode_ = IVar2; if (bVar1 == false) { pTVar3 = this->target_; } else { pTVar3 = this->target_; this->debug_ = uVar5 | 4; } if (pTVar3 != (Target *)0x0) { check_target_endianness(this); return; } return; } /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/parameters.h",0x5c,"options"); }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void __regparm3 FUN_001392f0(undefined4 param_1,undefined4 param_2,undefined4 param_3,int param_4,int param_5) { char cVar1; char *__haystack; undefined4 uVar2; int iVar3; char *pcVar4; uint uVar5; undefined **ppuVar6; if (*(int *)(param_4 + 8) != 0) { /* WARNING: Subroutine does not return */ FUN_00069d00("../../gold/parameters.cc",0x5b,"set_options",param_3); } *(int *)(param_4 + 8) = param_5; if (param_5 != 0) { __haystack = *(char **)(param_5 + 0xcc8); uVar5 = 0; pcVar4 = "task"; ppuVar6 = (undefined **)&DAT_00384a84; while( true ) { pcVar4 = strstr(__haystack,pcVar4); if (pcVar4 != (char *)0x0) { uVar5 = uVar5 | (uint)*ppuVar6; } if (ppuVar6 + 2 == &PTR_PTR_00384acc) break; pcVar4 = ppuVar6[1]; ppuVar6 = ppuVar6 + 2; } uVar2 = *(undefined4 *)(param_5 + 0x5a10); cVar1 = *(char *)(param_5 + 0x4325); *(uint *)(param_4 + 0x14) = uVar5; *(undefined4 *)(param_4 + 0x18) = uVar2; if (cVar1 == '\0') { iVar3 = *(int *)(param_4 + 0xc); } else { iVar3 = *(int *)(param_4 + 0xc); *(uint *)(param_4 + 0x14) = uVar5 | 4; } if (iVar3 != 0) { FUN_00139240(); return; } return; } /* WARNING: Subroutine does not return */ FUN_00069d00("../../gold/parameters.h",0x5c,"options",param_2); }
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x00035840 ADD EBX,0x255d07 SUB ESP,0x1c MOV ESI,dword ptr [ESP + 0x30] MOV EBP,dword ptr [ESP + 0x34] MOV EDI,dword ptr [ESI + 0x8] TEST EDI,EDI JNZ 0x001393d3 MOV dword ptr [ESI + 0x8],EBP TEST EBP,EBP JZ 0x001393bd MOV EAX,dword ptr [EBP + 0xcc8] XOR ECX,ECX MOV dword ptr [ESP + 0xc],ESI LEA EDI,[EBX + 0xffff5a84] MOV ESI,ECX MOV dword ptr [ESP + 0x4],EAX LEA EAX,[EBX + 0xffff5acc] MOV dword ptr [ESP + 0x8],EAX LEA EAX,[EBX + 0xffefc305] JMP 0x00139353 MOV EAX,dword ptr [EDI + -0x4] SUB ESP,0x8 PUSH EAX PUSH dword ptr [ESP + 0x10] CALL 0x00029760 ADD ESP,0x10 TEST EAX,EAX JZ 0x00139369 OR ESI,dword ptr [EDI] ADD EDI,0x8 CMP EDI,dword ptr [ESP + 0x8] JNZ 0x00139350 MOV ECX,ESI MOV EAX,dword ptr [EBP + 0x5a10] MOV ESI,dword ptr [ESP + 0xc] CMP byte ptr [EBP + 0x4325],0x0 MOV dword ptr [ESI + 0x14],ECX MOV dword ptr [ESI + 0x18],EAX JNZ 0x001393a8 MOV EAX,dword ptr [ESI + 0xc] TEST EAX,EAX JZ 0x001393b5 MOV dword ptr [ESP + 0x30],ESI ADD ESP,0x1c POP EBX POP ESI POP EDI POP EBP JMP 0x00139240 MOV EAX,dword ptr [ESI + 0xc] OR ECX,0x4 MOV dword ptr [ESI + 0x14],ECX TEST EAX,EAX JNZ 0x00139394 ADD ESP,0x1c POP EBX POP ESI POP EDI POP EBP RET LEA EAX,[EBX + 0xfff06170] PUSH EDX PUSH EAX LEA EAX,[EBX + 0xffef8210] PUSH 0x5c PUSH EAX CALL 0x00069d00 LEA EAX,[EBX + 0xfff06178] PUSH ECX PUSH EAX LEA EAX,[EBX + 0xfff05fe4] PUSH 0x5b PUSH EAX CALL 0x00069d00
null
null
null
null
[('tmp_909', u'PTRSUB_-1207134809'), ('tmp_908', u'PTRSUB_-1207134833'), ('const-4', u'INT_OR_-1207135019'), (u'LOAD_-1207135114', u'MULTIEQUAL_-1207134944'), (u'COPY_-1207134820', u'MULTIEQUAL_-1207134928'), ('const-0', u'PTRSUB_-1207134736'), (u'INT_NOTEQUAL_-1207135249', u'CBRANCH_-1207135249'), ('const-417', u'LOAD_-1207135114'), ('const-64', u'PTRSUB_-1207134797'), (u'CAST_-1207134723', u'INT_OR_-1207135220'), (u'MULTIEQUAL_-1207134928', u'PTRADD_-1207134734'), ('const-92', u'CALL_-1207134963'), ('tmp_909', u'STORE_-1207135409'), (u'PTRADD_-1207135298', u'CAST_-1207134755'), (u'INT_OR_-1207135220', u'MULTIEQUAL_-1207134908'), (u'COPY_-1207134706', u'CALL_-1207134963'), ('const-20', u'PTRSUB_-1207134656'), ('const-417', u'LOAD_-1207135185'), ('tmp_909', u'INT_NOTEQUAL_-1207135392'), ('tmp_908', u'PTRSUB_-1207134656'), ('const-8', u'PTRSUB_-1207134821'), (u'MULTIEQUAL_-1207134928', u'LOAD_-1207135247'), ('const-417', u'LOAD_-1207135436'), ('const-4', u'PTRADD_-1207134734'), (u'MULTIEQUAL_-1207134908', u'MULTIEQUAL_-1207134929'), ('const-3689164', u'PTRSUB_-1207134736'), (u'MULTIEQUAL_-1207134929', u'INT_OR_-1207135220'), ('const-417', u'STORE_-1207135158'), ('const-0', u'PTRSUB_-1207134801'), (u'INT_EQUAL_-1207135209', u'CBRANCH_-1207135205'), ('tmp_251', u'BRANCH_-1207135318'), (u'PTRSUB_-1207134736', u'INT_EQUAL_-1207135209'), (u'PTRSUB_-1207134691', u'LOAD_-1207135150'), ('const-0', u'INT_NOTEQUAL_-1207135015'), (u'PTRSUB_-1207134697', u'STORE_-1207135158'), (u'PTRSUB_-1207134663', u'LOAD_-1207135052'), (u'PTRSUB_-1207134833', u'LOAD_-1207135436'), (u'COPY_-1207135354', u'MULTIEQUAL_-1207134929'), ('const-0', u'INT_NOTEQUAL_-1207135392'), (u'PTRSUB_-1207134721', u'LOAD_-1207135201'), ('tmp_908', u'PTRSUB_-1207134697'), (u'PTRSUB_-1207134809', u'PTRSUB_-1207134797'), (u'LOAD_-1207135185', u'INT_EQUAL_-1207135170'), (u'PTRADD_-1207134734', u'COPY_-1207134811'), (u'LOAD_-1207135247', u'CAST_-1207134723'), (u'PTRADD_-1207134760', u'LOAD_-1207135114'), ('const-1', u'RETURN_-1207134958'), ('tmp_358', u'CBRANCH_-1207135249'), ('tmp_908', u'CALL_-1207135087'), ('const-91', u'CALL_-1207134920'), ('const-3208', u'PTRSUB_-1207134809'), ('tmp_521', u'CBRANCH_-1207135151'), ('const-2650640', u'COPY_-1207134709'), ('const-1', u'RETURN_-1207134915'), (u'MULTIEQUAL_-1207134928', u'PTRADD_-1207134760'), (u'LOAD_-1207135150', u'MULTIEQUAL_-1207134680'), ('tmp_908', u'PTRSUB_-1207134701'), ('tmp_142', u'CBRANCH_-1207135416'), ('tmp_908', u'PTRSUB_-1207134691'), ('const-0', u'INT_NOTEQUAL_-1207135417'), (u'PTRSUB_-1207134797', u'LOAD_-1207135387'), (u'MULTIEQUAL_-1207134929', u'MULTIEQUAL_-1207134908'), ('const-8', u'PTRSUB_-1207134833'), ('tmp_908', u'PTRSUB_-1207134821'), (u'MULTIEQUAL_-1207134908', u'STORE_-1207135164'), ('const-61', u'PTRSUB_-1207134702'), ('const-417', u'LOAD_-1207135201'), (u'LOAD_-1207135052', u'MULTIEQUAL_-1207134680'), ('const-12', u'PTRSUB_-1207134691'), ('const-24', u'PTRSUB_-1207134697'), (u'INT_NOTEQUAL_-1207135015', u'CBRANCH_-1207135014'), ('const-1', u'PTRADD_-1207134760'), ('const-2707824', u'COPY_-1207134706'), ('tmp_909', u'PTRSUB_-1207134721'), (u'COPY_-1207134709', u'CALL_-1207134963'), ('const-2707428', u'COPY_-1207134685'), ('tmp_176', u'CBRANCH_-1207135392'), (u'INT_NOTEQUAL_-1207135392', u'CBRANCH_-1207135392'), (u'MULTIEQUAL_-1207134944', u'CALL_-1207135276'), ('const-0', u'INT_EQUAL_-1207135170'), (u'COPY_-1207134685', u'CALL_-1207134920'), ('const-417', u'LOAD_-1207135150'), (u'MULTIEQUAL_-1207134908', u'INT_OR_-1207135019'), ('const-2667269', u'COPY_-1207135329'), ('const-0', u'INT_NOTEQUAL_-1207135249'), ('const-17128', u'PTRSUB_-1207134710'), (u'PTRSUB_-1207134656', u'STORE_-1207135032'), (u'PTRSUB_-1207134821', u'STORE_-1207135409'), ('tmp_449', u'CBRANCH_-1207135205'), ('const-4', u'PTRADD_-1207135298'), ('const-2', u'PTRADD_-1207134734'), ('const-417', u'LOAD_-1207135247'), (u'CAST_-1207134755', u'COPY_-1207134820'), ('const-23056', u'PTRSUB_-1207134721'), ('tmp_908', u'PTRSUB_-1207134663'), ('const-417', u'LOAD_-1207135387'), ('const-417', u'LOAD_-1207135052'), (u'PTRSUB_-1207134702', u'LOAD_-1207135185'), ('const-20', u'PTRSUB_-1207134701'), ('const-0', u'RETURN_-1207135083'), ('const-12', u'PTRSUB_-1207134663'), (u'LOAD_-1207135387', u'CALL_-1207135276'), ('const-1', u'PTRADD_-1207135298'), (u'COPY_-1207135329', u'MULTIEQUAL_-1207134944'), (u'PTRSUB_-1207134710', u'PTRSUB_-1207134702'), ('const-0', u'RETURN_-1207135026'), (u'PTRSUB_-1207134801', u'PTRADD_-1207135298'), (u'LOAD_-1207135201', u'STORE_-1207135158'), ('tmp_909', u'PTRSUB_-1207134710'), (u'COPY_-1207134683', u'CALL_-1207134920'), ('const-3689088', u'PTRSUB_-1207134801'), ('const-417', u'STORE_-1207135032'), ('const-417', u'STORE_-1207135409'), (u'PTRADD_-1207134734', u'INT_EQUAL_-1207135209'), ('const-2707832', u'COPY_-1207134683'), (u'LOAD_-1207135436', u'INT_NOTEQUAL_-1207135417'), ('const-4', u'PTRADD_-1207134760'), (u'PTRSUB_-1207134701', u'STORE_-1207135164'), ('const-417', u'STORE_-1207135164'), ('tmp_773', u'CBRANCH_-1207135014'), (u'INT_NOTEQUAL_-1207135417', u'CBRANCH_-1207135416'), ('const-0', u'COPY_-1207135354'), (u'INT_OR_-1207135019', u'STORE_-1207135032'), (u'CALL_-1207135276', u'INT_NOTEQUAL_-1207135249'), (u'MULTIEQUAL_-1207134680', u'INT_NOTEQUAL_-1207135015'), (u'INT_EQUAL_-1207135170', u'CBRANCH_-1207135151'), (u'COPY_-1207134811', u'MULTIEQUAL_-1207134928')]
[(u'CAST_-1207134743', u'INT_OR_-1207135220'), ('const-4', u'INT_OR_-1207135019'), (u'COPY_-1207134717', u'CALL_-1207134963'), (u'MULTIEQUAL_-1207134952', u'CALL_-1207135276'), ('const-3689092', u'PTRSUB_-1207135297'), (u'INT_NOTEQUAL_-1207135249', u'CBRANCH_-1207135249'), ('const-4', u'PTRADD_-1207134747'), (u'CAST_-1207134718', u'LOAD_-1207135185'), ('const-2707832', u'COPY_-1207134691'), ('tmp_1731', u'INT_ADD_-1207135134'), (u'PTRADD_-1207134773', u'LOAD_-1207135114'), ('const-417', u'STORE_-1207135164'), (u'CAST_-1207134816', u'LOAD_-1207135387'), ('const-417', u'LOAD_-1207135150'), ('const-3689164', u'PTRSUB_-1207134745'), ('tmp_1731', u'INT_ADD_-1207135420'), ('const-3272', u'INT_ADD_-1207135371'), ('const-17189', u'INT_ADD_-1207135169'), ('const-417', u'LOAD_-1207135052'), ('const-12', u'INT_ADD_-1207135134'), (u'MULTIEQUAL_-1207134936', u'PTRADD_-1207134773'), (u'INT_ADD_-1207135395', u'CAST_-1207134828'), (u'INT_ADD_-1207135144', u'CAST_-1207134706'), ('const-417', u'LOAD_-1207135185'), (u'INT_ADD_-1207135420', u'CAST_-1207134840'), (u'INT_EQUAL_-1207135209', u'CBRANCH_-1207135205'), ('tmp_251', u'BRANCH_-1207135318'), (u'INT_ADD_-1207135169', u'CAST_-1207134718'), (u'PTRADD_-1207134747', u'INT_EQUAL_-1207135209'), ('tmp_1731', u'INT_ADD_-1207135144'), ('const-1', u'PTRADD_-1207134773'), (u'CAST_-1207134666', u'STORE_-1207135032'), (u'COPY_-1207135354', u'MULTIEQUAL_-1207134937'), (u'INT_ADD_-1207135371', u'CAST_-1207134816'), ('const-0', u'INT_NOTEQUAL_-1207135015'), (u'MULTIEQUAL_-1207134916', u'INT_OR_-1207135019'), ('const-417', u'STORE_-1207135158'), (u'MULTIEQUAL_-1207134937', u'INT_OR_-1207135220'), (u'CAST_-1207134828', u'STORE_-1207135409'), ('const-0', u'INT_NOTEQUAL_-1207135392'), ('const-8', u'INT_ADD_-1207135395'), ('const-417', u'LOAD_-1207135247'), (u'PTRSUB_-1207134745', u'INT_EQUAL_-1207135209'), (u'COPY_-1207134693', u'CALL_-1207134920'), (u'INT_ADD_-1207135150', u'CAST_-1207134710'), (u'COPY_-1207135329', u'MULTIEQUAL_-1207134952'), (u'LOAD_-1207135185', u'INT_EQUAL_-1207135170'), (u'CAST_-1207134775', u'COPY_-1207134843'), ('const-417', u'LOAD_-1207135114'), ('const-1', u'RETURN_-1207134958'), ('tmp_1732', u'INT_NOTEQUAL_-1207135392'), ('tmp_358', u'CBRANCH_-1207135249'), ('const-12', u'INT_ADD_-1207135036'), ('tmp_1731', u'INT_ADD_-1207135395'), ('tmp_1732', u'INT_ADD_-1207135169'), ('tmp_521', u'CBRANCH_-1207135151'), ('const-417', u'STORE_-1207135409'), ('const-1', u'RETURN_-1207134915'), (u'MULTIEQUAL_-1207134688', u'INT_NOTEQUAL_-1207135015'), ('const-2707428', u'COPY_-1207134693'), ('tmp_142', u'CBRANCH_-1207135416'), (u'INT_ADD_-1207135134', u'CAST_-1207134698'), ('const-0', u'PTRSUB_-1207135297'), ('const-20', u'INT_ADD_-1207135150'), ('const-0', u'INT_NOTEQUAL_-1207135417'), (u'LOAD_-1207135150', u'MULTIEQUAL_-1207134688'), ('tmp_1731', u'INT_ADD_-1207135150'), (u'CAST_-1207134710', u'STORE_-1207135164'), ('const-2707824', u'COPY_-1207134714'), (u'PTRADD_-1207134747', u'COPY_-1207134834'), (u'COPY_-1207134834', u'MULTIEQUAL_-1207134936'), (u'INT_OR_-1207135220', u'MULTIEQUAL_-1207134916'), (u'CAST_-1207134698', u'LOAD_-1207135150'), ('tmp_1731', u'INT_ADD_-1207135036'), (u'CAST_-1207134729', u'LOAD_-1207135201'), (u'INT_ADD_-1207135036', u'CAST_-1207134673'), (u'MULTIEQUAL_-1207134916', u'STORE_-1207135164'), (u'INT_NOTEQUAL_-1207135015', u'CBRANCH_-1207135014'), ('const-4', u'PTRADD_-1207134773'), ('const-0', u'COPY_-1207135354'), (u'COPY_-1207134843', u'MULTIEQUAL_-1207134936'), (u'MULTIEQUAL_-1207134937', u'MULTIEQUAL_-1207134916'), ('const-2', u'PTRADD_-1207134747'), ('const-0', u'INT_EQUAL_-1207135170'), ('tmp_1732', u'INT_ADD_-1207135185'), ('const-417', u'STORE_-1207135032'), ('tmp_1263', u'CALL_-1207134963'), ('tmp_1261', u'CALL_-1207134920'), ('const-2650640', u'COPY_-1207134717'), (u'COPY_-1207134714', u'CALL_-1207134963'), ('tmp_176', u'CBRANCH_-1207135392'), (u'INT_NOTEQUAL_-1207135392', u'CBRANCH_-1207135392'), ('const-23056', u'INT_ADD_-1207135185'), (u'INT_ADD_-1207135185', u'CAST_-1207134729'), ('tmp_1732', u'INT_ADD_-1207135371'), ('const-0', u'INT_NOTEQUAL_-1207135249'), ('const-91', u'CALL_-1207134920'), ('const-417', u'LOAD_-1207135436'), ('const-417', u'LOAD_-1207135387'), (u'COPY_-1207134691', u'CALL_-1207134920'), ('tmp_449', u'CBRANCH_-1207135205'), (u'MULTIEQUAL_-1207134936', u'LOAD_-1207135247'), ('const-417', u'LOAD_-1207135201'), (u'LOAD_-1207135247', u'CAST_-1207134743'), ('const-8', u'INT_ADD_-1207135420'), ('const-0', u'RETURN_-1207135083'), ('const-20', u'INT_ADD_-1207135018'), (u'LOAD_-1207135387', u'CALL_-1207135276'), (u'CAST_-1207134673', u'LOAD_-1207135052'), ('const-0', u'RETURN_-1207135026'), (u'MULTIEQUAL_-1207134936', u'PTRADD_-1207134747'), (u'LOAD_-1207135201', u'STORE_-1207135158'), (u'MULTIEQUAL_-1207134916', u'MULTIEQUAL_-1207134937'), (u'INT_ADD_-1207135018', u'CAST_-1207134666'), (u'LOAD_-1207135436', u'INT_NOTEQUAL_-1207135417'), (u'CAST_-1207134840', u'LOAD_-1207135436'), ('tmp_1732', u'STORE_-1207135409'), ('tmp_773', u'CBRANCH_-1207135014'), (u'LOAD_-1207135052', u'MULTIEQUAL_-1207134688'), ('const-92', u'CALL_-1207134963'), (u'INT_NOTEQUAL_-1207135417', u'CBRANCH_-1207135416'), (u'INT_OR_-1207135019', u'STORE_-1207135032'), (u'CAST_-1207134706', u'STORE_-1207135158'), (u'LOAD_-1207135114', u'MULTIEQUAL_-1207134952'), (u'CALL_-1207135276', u'INT_NOTEQUAL_-1207135249'), ('const-2667269', u'COPY_-1207135329'), (u'PTRSUB_-1207135297', u'CAST_-1207134775'), ('const-0', u'PTRSUB_-1207134745'), (u'INT_EQUAL_-1207135170', u'CBRANCH_-1207135151'), ('const-24', u'INT_ADD_-1207135144'), ('tmp_1731', u'INT_ADD_-1207135018')]
null
null
001392f0
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid __regparm3\nFUN_001392f0(undefined4 param_1,undefined4 param_2,undefined4 param_3,int param_4,int param_5)\n\n{\n char cVar1;\n char *__haystack;\n undefined4 uVar2;\n int iVar3;\n char *pcVar4;\n uint uVar5;\n undefined **ppuVar6;\n \n if (*(int *)(param_4 + 8) != 0) {\n /* WARNING: Subroutine does not return */\n FUN_00069d00("../../gold/parameters.cc",0x5b,"set_options",param_3);\n }\n *(int *)(param_4 + 8) = param_5;\n if (param_5 != 0) {\n __haystack = *(char **)(param_5 + 0xcc8);\n uVar5 = 0;\n pcVar4 = "task";\n ppuVar6 = (undefined **)&DAT_00384a84;\n while( true ) {\n pcVar4 = strstr(__haystack,pcVar4);\n if (pcVar4 != (char *)0x0) {\n uVar5 = uVar5 | (uint)*ppuVar6;\n }\n if (ppuVar6 + 2 == &PTR_PTR_00384acc) break;\n pcVar4 = ppuVar6[1];\n ppuVar6 = ppuVar6 + 2;\n }\n uVar2 = *(undefined4 *)(param_5 + 0x5a10);\n cVar1 = *(char *)(param_5 + 0x4325);\n *(uint *)(param_4 + 0x14) = uVar5;\n *(undefined4 *)(param_4 + 0x18) = uVar2;\n if (cVar1 == '\0') {\n iVar3 = *(int *)(param_4 + 0xc);\n }\n else {\n iVar3 = *(int *)(param_4 + 0xc);\n *(uint *)(param_4 + 0x14) = uVar5 | 4;\n }\n if (iVar3 != 0) {\n FUN_00139240();\n return;\n }\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00069d00("../../gold/parameters.h",0x5c,"options",param_2);\n}\n\n" comment (function_definition "void __regparm3\nFUN_001392f0(undefined4 param_1,undefined4 param_2,undefined4 param_3,int param_4,int param_5)\n\n{\n char cVar1;\n char *__haystack;\n undefined4 uVar2;\n int iVar3;\n char *pcVar4;\n uint uVar5;\n undefined **ppuVar6;\n \n if (*(int *)(param_4 + 8) != 0) {\n /* WARNING: Subroutine does not return */\n FUN_00069d00("../../gold/parameters.cc",0x5b,"set_options",param_3);\n }\n *(int *)(param_4 + 8) = param_5;\n if (param_5 != 0) {\n __haystack = *(char **)(param_5 + 0xcc8);\n uVar5 = 0;\n pcVar4 = "task";\n ppuVar6 = (undefined **)&DAT_00384a84;\n while( true ) {\n pcVar4 = strstr(__haystack,pcVar4);\n if (pcVar4 != (char *)0x0) {\n uVar5 = uVar5 | (uint)*ppuVar6;\n }\n if (ppuVar6 + 2 == &PTR_PTR_00384acc) break;\n pcVar4 = ppuVar6[1];\n ppuVar6 = ppuVar6 + 2;\n }\n uVar2 = *(undefined4 *)(param_5 + 0x5a10);\n cVar1 = *(char *)(param_5 + 0x4325);\n *(uint *)(param_4 + 0x14) = uVar5;\n *(undefined4 *)(param_4 + 0x18) = uVar2;\n if (cVar1 == '\0') {\n iVar3 = *(int *)(param_4 + 0xc);\n }\n else {\n iVar3 = *(int *)(param_4 + 0xc);\n *(uint *)(param_4 + 0x14) = uVar5 | 4;\n }\n if (iVar3 != 0) {\n FUN_00139240();\n return;\n }\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00069d00("../../gold/parameters.h",0x5c,"options",param_2);\n}" primitive_type (ERROR "__regparm3" identifier) (function_declarator "FUN_001392f0(undefined4 param_1,undefined4 param_2,undefined4 param_3,int param_4,int param_5)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2,undefined4 param_3,int param_4,int param_5)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) , (parameter_declaration "int param_4" primitive_type identifier) , (parameter_declaration "int param_5" primitive_type identifier) ))) (compound_statement "{\n char cVar1;\n char *__haystack;\n undefined4 uVar2;\n int iVar3;\n char *pcVar4;\n uint uVar5;\n undefined **ppuVar6;\n \n if (*(int *)(param_4 + 8) != 0) {\n /* WARNING: Subroutine does not return */\n FUN_00069d00("../../gold/parameters.cc",0x5b,"set_options",param_3);\n }\n *(int *)(param_4 + 8) = param_5;\n if (param_5 != 0) {\n __haystack = *(char **)(param_5 + 0xcc8);\n uVar5 = 0;\n pcVar4 = "task";\n ppuVar6 = (undefined **)&DAT_00384a84;\n while( true ) {\n pcVar4 = strstr(__haystack,pcVar4);\n if (pcVar4 != (char *)0x0) {\n uVar5 = uVar5 | (uint)*ppuVar6;\n }\n if (ppuVar6 + 2 == &PTR_PTR_00384acc) break;\n pcVar4 = ppuVar6[1];\n ppuVar6 = ppuVar6 + 2;\n }\n uVar2 = *(undefined4 *)(param_5 + 0x5a10);\n cVar1 = *(char *)(param_5 + 0x4325);\n *(uint *)(param_4 + 0x14) = uVar5;\n *(undefined4 *)(param_4 + 0x18) = uVar2;\n if (cVar1 == '\0') {\n iVar3 = *(int *)(param_4 + 0xc);\n }\n else {\n iVar3 = *(int *)(param_4 + 0xc);\n *(uint *)(param_4 + 0x14) = uVar5 | 4;\n }\n if (iVar3 != 0) {\n FUN_00139240();\n return;\n }\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00069d00("../../gold/parameters.h",0x5c,"options",param_2);\n}" { (declaration "char cVar1;" primitive_type identifier ;) (declaration "char *__haystack;" primitive_type (pointer_declarator "*__haystack" * identifier) ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "char *pcVar4;" primitive_type (pointer_declarator "*pcVar4" * identifier) ;) (declaration "uint uVar5;" type_identifier identifier ;) (declaration "undefined **ppuVar6;" type_identifier (pointer_declarator "**ppuVar6" * (pointer_declarator "*ppuVar6" * identifier)) ;) (if_statement "if (*(int *)(param_4 + 8) != 0) {\n /* WARNING: Subroutine does not return */\n FUN_00069d00("../../gold/parameters.cc",0x5b,"set_options",param_3);\n }" if (parenthesized_expression "(*(int *)(param_4 + 8) != 0)" ( (binary_expression "*(int *)(param_4 + 8) != 0" (pointer_expression "*(int *)(param_4 + 8)" * (cast_expression "(int *)(param_4 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 8)" ( (binary_expression "param_4 + 8" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_00069d00("../../gold/parameters.cc",0x5b,"set_options",param_3);\n }" { comment (expression_statement "FUN_00069d00("../../gold/parameters.cc",0x5b,"set_options",param_3);" (call_expression "FUN_00069d00("../../gold/parameters.cc",0x5b,"set_options",param_3)" identifier (argument_list "("../../gold/parameters.cc",0x5b,"set_options",param_3)" ( (string_literal ""../../gold/parameters.cc"" " string_content ") , number_literal , (string_literal ""set_options"" " string_content ") , identifier ))) ;) })) (expression_statement "*(int *)(param_4 + 8) = param_5;" (assignment_expression "*(int *)(param_4 + 8) = param_5" (pointer_expression "*(int *)(param_4 + 8)" * (cast_expression "(int *)(param_4 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 8)" ( (binary_expression "param_4 + 8" identifier + number_literal) )))) = identifier) ;) (if_statement "if (param_5 != 0) {\n __haystack = *(char **)(param_5 + 0xcc8);\n uVar5 = 0;\n pcVar4 = "task";\n ppuVar6 = (undefined **)&DAT_00384a84;\n while( true ) {\n pcVar4 = strstr(__haystack,pcVar4);\n if (pcVar4 != (char *)0x0) {\n uVar5 = uVar5 | (uint)*ppuVar6;\n }\n if (ppuVar6 + 2 == &PTR_PTR_00384acc) break;\n pcVar4 = ppuVar6[1];\n ppuVar6 = ppuVar6 + 2;\n }\n uVar2 = *(undefined4 *)(param_5 + 0x5a10);\n cVar1 = *(char *)(param_5 + 0x4325);\n *(uint *)(param_4 + 0x14) = uVar5;\n *(undefined4 *)(param_4 + 0x18) = uVar2;\n if (cVar1 == '\0') {\n iVar3 = *(int *)(param_4 + 0xc);\n }\n else {\n iVar3 = *(int *)(param_4 + 0xc);\n *(uint *)(param_4 + 0x14) = uVar5 | 4;\n }\n if (iVar3 != 0) {\n FUN_00139240();\n return;\n }\n return;\n }" if (parenthesized_expression "(param_5 != 0)" ( (binary_expression "param_5 != 0" identifier != number_literal) )) (compound_statement "{\n __haystack = *(char **)(param_5 + 0xcc8);\n uVar5 = 0;\n pcVar4 = "task";\n ppuVar6 = (undefined **)&DAT_00384a84;\n while( true ) {\n pcVar4 = strstr(__haystack,pcVar4);\n if (pcVar4 != (char *)0x0) {\n uVar5 = uVar5 | (uint)*ppuVar6;\n }\n if (ppuVar6 + 2 == &PTR_PTR_00384acc) break;\n pcVar4 = ppuVar6[1];\n ppuVar6 = ppuVar6 + 2;\n }\n uVar2 = *(undefined4 *)(param_5 + 0x5a10);\n cVar1 = *(char *)(param_5 + 0x4325);\n *(uint *)(param_4 + 0x14) = uVar5;\n *(undefined4 *)(param_4 + 0x18) = uVar2;\n if (cVar1 == '\0') {\n iVar3 = *(int *)(param_4 + 0xc);\n }\n else {\n iVar3 = *(int *)(param_4 + 0xc);\n *(uint *)(param_4 + 0x14) = uVar5 | 4;\n }\n if (iVar3 != 0) {\n FUN_00139240();\n return;\n }\n return;\n }" { (expression_statement "__haystack = *(char **)(param_5 + 0xcc8);" (assignment_expression "__haystack = *(char **)(param_5 + 0xcc8)" identifier = (pointer_expression "*(char **)(param_5 + 0xcc8)" * (cast_expression "(char **)(param_5 + 0xcc8)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_5 + 0xcc8)" ( (binary_expression "param_5 + 0xcc8" identifier + number_literal) ))))) ;) (expression_statement "uVar5 = 0;" (assignment_expression "uVar5 = 0" identifier = number_literal) ;) (expression_statement "pcVar4 = "task";" (assignment_expression "pcVar4 = "task"" identifier = (string_literal ""task"" " string_content ")) ;) (expression_statement "ppuVar6 = (undefined **)&DAT_00384a84;" (assignment_expression "ppuVar6 = (undefined **)&DAT_00384a84" identifier = (cast_expression "(undefined **)&DAT_00384a84" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&DAT_00384a84" & identifier))) ;) (while_statement "while( true ) {\n pcVar4 = strstr(__haystack,pcVar4);\n if (pcVar4 != (char *)0x0) {\n uVar5 = uVar5 | (uint)*ppuVar6;\n }\n if (ppuVar6 + 2 == &PTR_PTR_00384acc) break;\n pcVar4 = ppuVar6[1];\n ppuVar6 = ppuVar6 + 2;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n pcVar4 = strstr(__haystack,pcVar4);\n if (pcVar4 != (char *)0x0) {\n uVar5 = uVar5 | (uint)*ppuVar6;\n }\n if (ppuVar6 + 2 == &PTR_PTR_00384acc) break;\n pcVar4 = ppuVar6[1];\n ppuVar6 = ppuVar6 + 2;\n }" { (expression_statement "pcVar4 = strstr(__haystack,pcVar4);" (assignment_expression "pcVar4 = strstr(__haystack,pcVar4)" identifier = (call_expression "strstr(__haystack,pcVar4)" identifier (argument_list "(__haystack,pcVar4)" ( identifier , identifier )))) ;) (if_statement "if (pcVar4 != (char *)0x0) {\n uVar5 = uVar5 | (uint)*ppuVar6;\n }" if (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)) )) (compound_statement "{\n uVar5 = uVar5 | (uint)*ppuVar6;\n }" { (expression_statement "uVar5 = uVar5 | (uint)*ppuVar6;" (assignment_expression "uVar5 = uVar5 | (uint)*ppuVar6" identifier = (binary_expression "uVar5 | (uint)*ppuVar6" identifier | (binary_expression "(uint)*ppuVar6" (parenthesized_expression "(uint)" ( identifier )) * identifier))) ;) })) (if_statement "if (ppuVar6 + 2 == &PTR_PTR_00384acc) break;" if (parenthesized_expression "(ppuVar6 + 2 == &PTR_PTR_00384acc)" ( (binary_expression "ppuVar6 + 2 == &PTR_PTR_00384acc" (binary_expression "ppuVar6 + 2" identifier + number_literal) == (pointer_expression "&PTR_PTR_00384acc" & identifier)) )) (break_statement "break;" break ;)) (expression_statement "pcVar4 = ppuVar6[1];" (assignment_expression "pcVar4 = ppuVar6[1]" identifier = (subscript_expression "ppuVar6[1]" identifier [ number_literal ])) ;) (expression_statement "ppuVar6 = ppuVar6 + 2;" (assignment_expression "ppuVar6 = ppuVar6 + 2" identifier = (binary_expression "ppuVar6 + 2" identifier + number_literal)) ;) })) (expression_statement "uVar2 = *(undefined4 *)(param_5 + 0x5a10);" (assignment_expression "uVar2 = *(undefined4 *)(param_5 + 0x5a10)" identifier = (pointer_expression "*(undefined4 *)(param_5 + 0x5a10)" * (cast_expression "(undefined4 *)(param_5 + 0x5a10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_5 + 0x5a10)" ( (binary_expression "param_5 + 0x5a10" identifier + number_literal) ))))) ;) (expression_statement "cVar1 = *(char *)(param_5 + 0x4325);" (assignment_expression "cVar1 = *(char *)(param_5 + 0x4325)" identifier = (pointer_expression "*(char *)(param_5 + 0x4325)" * (cast_expression "(char *)(param_5 + 0x4325)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_5 + 0x4325)" ( (binary_expression "param_5 + 0x4325" identifier + number_literal) ))))) ;) (expression_statement "*(uint *)(param_4 + 0x14) = uVar5;" (assignment_expression "*(uint *)(param_4 + 0x14) = uVar5" (pointer_expression "*(uint *)(param_4 + 0x14)" * (cast_expression "(uint *)(param_4 + 0x14)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0x14)" ( (binary_expression "param_4 + 0x14" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined4 *)(param_4 + 0x18) = uVar2;" (assignment_expression "*(undefined4 *)(param_4 + 0x18) = uVar2" (pointer_expression "*(undefined4 *)(param_4 + 0x18)" * (cast_expression "(undefined4 *)(param_4 + 0x18)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0x18)" ( (binary_expression "param_4 + 0x18" identifier + number_literal) )))) = identifier) ;) (if_statement "if (cVar1 == '\0') {\n iVar3 = *(int *)(param_4 + 0xc);\n }\n else {\n iVar3 = *(int *)(param_4 + 0xc);\n *(uint *)(param_4 + 0x14) = uVar5 | 4;\n }" if (parenthesized_expression "(cVar1 == '\0')" ( (binary_expression "cVar1 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n iVar3 = *(int *)(param_4 + 0xc);\n }" { (expression_statement "iVar3 = *(int *)(param_4 + 0xc);" (assignment_expression "iVar3 = *(int *)(param_4 + 0xc)" identifier = (pointer_expression "*(int *)(param_4 + 0xc)" * (cast_expression "(int *)(param_4 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0xc)" ( (binary_expression "param_4 + 0xc" identifier + number_literal) ))))) ;) }) (else_clause "else {\n iVar3 = *(int *)(param_4 + 0xc);\n *(uint *)(param_4 + 0x14) = uVar5 | 4;\n }" else (compound_statement "{\n iVar3 = *(int *)(param_4 + 0xc);\n *(uint *)(param_4 + 0x14) = uVar5 | 4;\n }" { (expression_statement "iVar3 = *(int *)(param_4 + 0xc);" (assignment_expression "iVar3 = *(int *)(param_4 + 0xc)" identifier = (pointer_expression "*(int *)(param_4 + 0xc)" * (cast_expression "(int *)(param_4 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0xc)" ( (binary_expression "param_4 + 0xc" identifier + number_literal) ))))) ;) (expression_statement "*(uint *)(param_4 + 0x14) = uVar5 | 4;" (assignment_expression "*(uint *)(param_4 + 0x14) = uVar5 | 4" (pointer_expression "*(uint *)(param_4 + 0x14)" * (cast_expression "(uint *)(param_4 + 0x14)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0x14)" ( (binary_expression "param_4 + 0x14" identifier + number_literal) )))) = (binary_expression "uVar5 | 4" identifier | number_literal)) ;) }))) (if_statement "if (iVar3 != 0) {\n FUN_00139240();\n return;\n }" if (parenthesized_expression "(iVar3 != 0)" ( (binary_expression "iVar3 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_00139240();\n return;\n }" { (expression_statement "FUN_00139240();" (call_expression "FUN_00139240()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })) comment (expression_statement "FUN_00069d00("../../gold/parameters.h",0x5c,"options",param_2);" (call_expression "FUN_00069d00("../../gold/parameters.h",0x5c,"options",param_2)" identifier (argument_list "("../../gold/parameters.h",0x5c,"options",param_2)" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""options"" " string_content ") , identifier ))) ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void set_options(Parameters * this, General_options * options) */\n\nvoid __thiscall gold::Parameters::set_options(Parameters *this,General_options *options)\n\n{\n bool bVar1;\n char *__haystack;\n Incremental_mode IVar2;\n Target *pTVar3;\n char *pcVar4;\n uint uVar5;\n undefined **ppuVar6;\n \n if (this->options_ != (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.cc",0x5b,"set_options");\n }\n this->options_ = options;\n if (options != (General_options *)0x0) {\n __haystack = (options->debug_).value;\n uVar5 = 0;\n pcVar4 = "task";\n ppuVar6 = (undefined **)(debug_string_to_enum(char_const*)::debug_options + 4);\n while( true ) {\n pcVar4 = strstr(__haystack,pcVar4);\n if (pcVar4 != (char *)0x0) {\n uVar5 = uVar5 | (uint)*ppuVar6;\n }\n if (ppuVar6 + 2 == &PTR_PTR_00384acc) break;\n pcVar4 = ppuVar6[1];\n ppuVar6 = ppuVar6 + 2;\n }\n IVar2 = options->incremental_mode_;\n bVar1 = (options->verbose_).value;\n this->debug_ = uVar5;\n this->incremental_mode_ = IVar2;\n if (bVar1 == false) {\n pTVar3 = this->target_;\n }\n else {\n pTVar3 = this->target_;\n this->debug_ = uVar5 | 4;\n }\n if (pTVar3 != (Target *)0x0) {\n check_target_endianness(this);\n return;\n }\n return;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n}\n\n" comment comment comment (function_definition "void __thiscall gold::Parameters::set_options(Parameters *this,General_options *options)\n\n{\n bool bVar1;\n char *__haystack;\n Incremental_mode IVar2;\n Target *pTVar3;\n char *pcVar4;\n uint uVar5;\n undefined **ppuVar6;\n \n if (this->options_ != (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.cc",0x5b,"set_options");\n }\n this->options_ = options;\n if (options != (General_options *)0x0) {\n __haystack = (options->debug_).value;\n uVar5 = 0;\n pcVar4 = "task";\n ppuVar6 = (undefined **)(debug_string_to_enum(char_const*)::debug_options + 4);\n while( true ) {\n pcVar4 = strstr(__haystack,pcVar4);\n if (pcVar4 != (char *)0x0) {\n uVar5 = uVar5 | (uint)*ppuVar6;\n }\n if (ppuVar6 + 2 == &PTR_PTR_00384acc) break;\n pcVar4 = ppuVar6[1];\n ppuVar6 = ppuVar6 + 2;\n }\n IVar2 = options->incremental_mode_;\n bVar1 = (options->verbose_).value;\n this->debug_ = uVar5;\n this->incremental_mode_ = IVar2;\n if (bVar1 == false) {\n pTVar3 = this->target_;\n }\n else {\n pTVar3 = this->target_;\n this->debug_ = uVar5 | 4;\n }\n if (pTVar3 != (Target *)0x0) {\n check_target_endianness(this);\n return;\n }\n return;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Parameters::" identifier : : identifier : :) (function_declarator "set_options(Parameters *this,General_options *options)" identifier (parameter_list "(Parameters *this,General_options *options)" ( (parameter_declaration "Parameters *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "General_options *options" type_identifier (pointer_declarator "*options" * identifier)) ))) (compound_statement "{\n bool bVar1;\n char *__haystack;\n Incremental_mode IVar2;\n Target *pTVar3;\n char *pcVar4;\n uint uVar5;\n undefined **ppuVar6;\n \n if (this->options_ != (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.cc",0x5b,"set_options");\n }\n this->options_ = options;\n if (options != (General_options *)0x0) {\n __haystack = (options->debug_).value;\n uVar5 = 0;\n pcVar4 = "task";\n ppuVar6 = (undefined **)(debug_string_to_enum(char_const*)::debug_options + 4);\n while( true ) {\n pcVar4 = strstr(__haystack,pcVar4);\n if (pcVar4 != (char *)0x0) {\n uVar5 = uVar5 | (uint)*ppuVar6;\n }\n if (ppuVar6 + 2 == &PTR_PTR_00384acc) break;\n pcVar4 = ppuVar6[1];\n ppuVar6 = ppuVar6 + 2;\n }\n IVar2 = options->incremental_mode_;\n bVar1 = (options->verbose_).value;\n this->debug_ = uVar5;\n this->incremental_mode_ = IVar2;\n if (bVar1 == false) {\n pTVar3 = this->target_;\n }\n else {\n pTVar3 = this->target_;\n this->debug_ = uVar5 | 4;\n }\n if (pTVar3 != (Target *)0x0) {\n check_target_endianness(this);\n return;\n }\n return;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n}" { (declaration "bool bVar1;" primitive_type identifier ;) (declaration "char *__haystack;" primitive_type (pointer_declarator "*__haystack" * identifier) ;) (declaration "Incremental_mode IVar2;" type_identifier identifier ;) (declaration "Target *pTVar3;" type_identifier (pointer_declarator "*pTVar3" * identifier) ;) (declaration "char *pcVar4;" primitive_type (pointer_declarator "*pcVar4" * identifier) ;) (declaration "uint uVar5;" type_identifier identifier ;) (declaration "undefined **ppuVar6;" type_identifier (pointer_declarator "**ppuVar6" * (pointer_declarator "*ppuVar6" * identifier)) ;) (if_statement "if (this->options_ != (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.cc",0x5b,"set_options");\n }" if (parenthesized_expression "(this->options_ != (General_options *)0x0)" ( (binary_expression "this->options_ != (General_options *)0x0" (field_expression "this->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.cc",0x5b,"set_options");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/parameters.cc",0x5b,"set_options");" (call_expression "do_gold_unreachable("../../gold/parameters.cc",0x5b,"set_options")" identifier (argument_list "("../../gold/parameters.cc",0x5b,"set_options")" ( (string_literal ""../../gold/parameters.cc"" " string_content ") , number_literal , (string_literal ""set_options"" " string_content ") ))) ;) })) (expression_statement "this->options_ = options;" (assignment_expression "this->options_ = options" (field_expression "this->options_" identifier -> field_identifier) = identifier) ;) (if_statement "if (options != (General_options *)0x0) {\n __haystack = (options->debug_).value;\n uVar5 = 0;\n pcVar4 = "task";\n ppuVar6 = (undefined **)(debug_string_to_enum(char_const*)::debug_options + 4);\n while( true ) {\n pcVar4 = strstr(__haystack,pcVar4);\n if (pcVar4 != (char *)0x0) {\n uVar5 = uVar5 | (uint)*ppuVar6;\n }\n if (ppuVar6 + 2 == &PTR_PTR_00384acc) break;\n pcVar4 = ppuVar6[1];\n ppuVar6 = ppuVar6 + 2;\n }\n IVar2 = options->incremental_mode_;\n bVar1 = (options->verbose_).value;\n this->debug_ = uVar5;\n this->incremental_mode_ = IVar2;\n if (bVar1 == false) {\n pTVar3 = this->target_;\n }\n else {\n pTVar3 = this->target_;\n this->debug_ = uVar5 | 4;\n }\n if (pTVar3 != (Target *)0x0) {\n check_target_endianness(this);\n return;\n }\n return;\n }" if (parenthesized_expression "(options != (General_options *)0x0)" ( (binary_expression "options != (General_options *)0x0" identifier != (cast_expression "(General_options *)0x0" ( (type_descriptor "General_options *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n __haystack = (options->debug_).value;\n uVar5 = 0;\n pcVar4 = "task";\n ppuVar6 = (undefined **)(debug_string_to_enum(char_const*)::debug_options + 4);\n while( true ) {\n pcVar4 = strstr(__haystack,pcVar4);\n if (pcVar4 != (char *)0x0) {\n uVar5 = uVar5 | (uint)*ppuVar6;\n }\n if (ppuVar6 + 2 == &PTR_PTR_00384acc) break;\n pcVar4 = ppuVar6[1];\n ppuVar6 = ppuVar6 + 2;\n }\n IVar2 = options->incremental_mode_;\n bVar1 = (options->verbose_).value;\n this->debug_ = uVar5;\n this->incremental_mode_ = IVar2;\n if (bVar1 == false) {\n pTVar3 = this->target_;\n }\n else {\n pTVar3 = this->target_;\n this->debug_ = uVar5 | 4;\n }\n if (pTVar3 != (Target *)0x0) {\n check_target_endianness(this);\n return;\n }\n return;\n }" { (expression_statement "__haystack = (options->debug_).value;" (assignment_expression "__haystack = (options->debug_).value" identifier = (field_expression "(options->debug_).value" (parenthesized_expression "(options->debug_)" ( (field_expression "options->debug_" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "uVar5 = 0;" (assignment_expression "uVar5 = 0" identifier = number_literal) ;) (expression_statement "pcVar4 = "task";" (assignment_expression "pcVar4 = "task"" identifier = (string_literal ""task"" " string_content ")) ;) (expression_statement "ppuVar6 = (undefined **)(debug_string_to_enum(char_const*)::debug_options + 4);" (assignment_expression "ppuVar6 = (undefined **)(debug_string_to_enum(char_const*)::debug_options + 4)" identifier = (cast_expression "(undefined **)(debug_string_to_enum(char_const*)::debug_options + 4)" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(debug_string_to_enum(char_const*)::debug_options + 4)" ( (ERROR "debug_string_to_enum(char_const*)::" (type_descriptor "debug_string_to_enum(char_const*)" type_identifier (abstract_function_declarator "(char_const*)" (parameter_list "(char_const*)" ( (parameter_declaration "char_const*" type_identifier (abstract_pointer_declarator "*" *)) )))) : :) (binary_expression "debug_options + 4" identifier + number_literal) )))) ;) (while_statement "while( true ) {\n pcVar4 = strstr(__haystack,pcVar4);\n if (pcVar4 != (char *)0x0) {\n uVar5 = uVar5 | (uint)*ppuVar6;\n }\n if (ppuVar6 + 2 == &PTR_PTR_00384acc) break;\n pcVar4 = ppuVar6[1];\n ppuVar6 = ppuVar6 + 2;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n pcVar4 = strstr(__haystack,pcVar4);\n if (pcVar4 != (char *)0x0) {\n uVar5 = uVar5 | (uint)*ppuVar6;\n }\n if (ppuVar6 + 2 == &PTR_PTR_00384acc) break;\n pcVar4 = ppuVar6[1];\n ppuVar6 = ppuVar6 + 2;\n }" { (expression_statement "pcVar4 = strstr(__haystack,pcVar4);" (assignment_expression "pcVar4 = strstr(__haystack,pcVar4)" identifier = (call_expression "strstr(__haystack,pcVar4)" identifier (argument_list "(__haystack,pcVar4)" ( identifier , identifier )))) ;) (if_statement "if (pcVar4 != (char *)0x0) {\n uVar5 = uVar5 | (uint)*ppuVar6;\n }" if (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)) )) (compound_statement "{\n uVar5 = uVar5 | (uint)*ppuVar6;\n }" { (expression_statement "uVar5 = uVar5 | (uint)*ppuVar6;" (assignment_expression "uVar5 = uVar5 | (uint)*ppuVar6" identifier = (binary_expression "uVar5 | (uint)*ppuVar6" identifier | (binary_expression "(uint)*ppuVar6" (parenthesized_expression "(uint)" ( identifier )) * identifier))) ;) })) (if_statement "if (ppuVar6 + 2 == &PTR_PTR_00384acc) break;" if (parenthesized_expression "(ppuVar6 + 2 == &PTR_PTR_00384acc)" ( (binary_expression "ppuVar6 + 2 == &PTR_PTR_00384acc" (binary_expression "ppuVar6 + 2" identifier + number_literal) == (pointer_expression "&PTR_PTR_00384acc" & identifier)) )) (break_statement "break;" break ;)) (expression_statement "pcVar4 = ppuVar6[1];" (assignment_expression "pcVar4 = ppuVar6[1]" identifier = (subscript_expression "ppuVar6[1]" identifier [ number_literal ])) ;) (expression_statement "ppuVar6 = ppuVar6 + 2;" (assignment_expression "ppuVar6 = ppuVar6 + 2" identifier = (binary_expression "ppuVar6 + 2" identifier + number_literal)) ;) })) (expression_statement "IVar2 = options->incremental_mode_;" (assignment_expression "IVar2 = options->incremental_mode_" identifier = (field_expression "options->incremental_mode_" identifier -> field_identifier)) ;) (expression_statement "bVar1 = (options->verbose_).value;" (assignment_expression "bVar1 = (options->verbose_).value" identifier = (field_expression "(options->verbose_).value" (parenthesized_expression "(options->verbose_)" ( (field_expression "options->verbose_" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "this->debug_ = uVar5;" (assignment_expression "this->debug_ = uVar5" (field_expression "this->debug_" identifier -> field_identifier) = identifier) ;) (expression_statement "this->incremental_mode_ = IVar2;" (assignment_expression "this->incremental_mode_ = IVar2" (field_expression "this->incremental_mode_" identifier -> field_identifier) = identifier) ;) (if_statement "if (bVar1 == false) {\n pTVar3 = this->target_;\n }\n else {\n pTVar3 = this->target_;\n this->debug_ = uVar5 | 4;\n }" if (parenthesized_expression "(bVar1 == false)" ( (binary_expression "bVar1 == false" identifier == false) )) (compound_statement "{\n pTVar3 = this->target_;\n }" { (expression_statement "pTVar3 = this->target_;" (assignment_expression "pTVar3 = this->target_" identifier = (field_expression "this->target_" identifier -> field_identifier)) ;) }) (else_clause "else {\n pTVar3 = this->target_;\n this->debug_ = uVar5 | 4;\n }" else (compound_statement "{\n pTVar3 = this->target_;\n this->debug_ = uVar5 | 4;\n }" { (expression_statement "pTVar3 = this->target_;" (assignment_expression "pTVar3 = this->target_" identifier = (field_expression "this->target_" identifier -> field_identifier)) ;) (expression_statement "this->debug_ = uVar5 | 4;" (assignment_expression "this->debug_ = uVar5 | 4" (field_expression "this->debug_" identifier -> field_identifier) = (binary_expression "uVar5 | 4" identifier | number_literal)) ;) }))) (if_statement "if (pTVar3 != (Target *)0x0) {\n check_target_endianness(this);\n return;\n }" if (parenthesized_expression "(pTVar3 != (Target *)0x0)" ( (binary_expression "pTVar3 != (Target *)0x0" identifier != (cast_expression "(Target *)0x0" ( (type_descriptor "Target *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n check_target_endianness(this);\n return;\n }" { (expression_statement "check_target_endianness(this);" (call_expression "check_target_endianness(this)" identifier (argument_list "(this)" ( identifier ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })) comment (expression_statement "do_gold_unreachable("../../gold/parameters.h",0x5c,"options");" (call_expression "do_gold_unreachable("../../gold/parameters.h",0x5c,"options")" identifier (argument_list "("../../gold/parameters.h",0x5c,"options")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""options"" " string_content ") ))) ;) })))
(translation_unit "void __regparm3\nFUN_001392f0(undefined4 param_1,undefined4 param_2,undefined4 param_3,int param_4,int param_5)\n\n{\n char cVar1;\n char *__haystack;\n undefined4 uVar2;\n int iVar3;\n char *pcVar4;\n uint uVar5;\n undefined **ppuVar6;\n \n if (*(int *)(param_4 + 8) != 0) {\n \n FUN_00069d00("../../gold/parameters.cc",0x5b,"set_options",param_3);\n }\n *(int *)(param_4 + 8) = param_5;\n if (param_5 != 0) {\n __haystack = *(char **)(param_5 + 0xcc8);\n uVar5 = 0;\n pcVar4 = "task";\n ppuVar6 = (undefined **)&DAT_00384a84;\n while( true ) {\n pcVar4 = strstr(__haystack,pcVar4);\n if (pcVar4 != (char *)0x0) {\n uVar5 = uVar5 | (uint)*ppuVar6;\n }\n if (ppuVar6 + 2 == &PTR_PTR_00384acc) break;\n pcVar4 = ppuVar6[1];\n ppuVar6 = ppuVar6 + 2;\n }\n uVar2 = *(undefined4 *)(param_5 + 0x5a10);\n cVar1 = *(char *)(param_5 + 0x4325);\n *(uint *)(param_4 + 0x14) = uVar5;\n *(undefined4 *)(param_4 + 0x18) = uVar2;\n if (cVar1 == '\0') {\n iVar3 = *(int *)(param_4 + 0xc);\n }\n else {\n iVar3 = *(int *)(param_4 + 0xc);\n *(uint *)(param_4 + 0x14) = uVar5 | 4;\n }\n if (iVar3 != 0) {\n FUN_00139240();\n return;\n }\n return;\n }\n \n FUN_00069d00("../../gold/parameters.h",0x5c,"options",param_2);\n}\n\n" (function_definition "void __regparm3\nFUN_001392f0(undefined4 param_1,undefined4 param_2,undefined4 param_3,int param_4,int param_5)\n\n{\n char cVar1;\n char *__haystack;\n undefined4 uVar2;\n int iVar3;\n char *pcVar4;\n uint uVar5;\n undefined **ppuVar6;\n \n if (*(int *)(param_4 + 8) != 0) {\n \n FUN_00069d00("../../gold/parameters.cc",0x5b,"set_options",param_3);\n }\n *(int *)(param_4 + 8) = param_5;\n if (param_5 != 0) {\n __haystack = *(char **)(param_5 + 0xcc8);\n uVar5 = 0;\n pcVar4 = "task";\n ppuVar6 = (undefined **)&DAT_00384a84;\n while( true ) {\n pcVar4 = strstr(__haystack,pcVar4);\n if (pcVar4 != (char *)0x0) {\n uVar5 = uVar5 | (uint)*ppuVar6;\n }\n if (ppuVar6 + 2 == &PTR_PTR_00384acc) break;\n pcVar4 = ppuVar6[1];\n ppuVar6 = ppuVar6 + 2;\n }\n uVar2 = *(undefined4 *)(param_5 + 0x5a10);\n cVar1 = *(char *)(param_5 + 0x4325);\n *(uint *)(param_4 + 0x14) = uVar5;\n *(undefined4 *)(param_4 + 0x18) = uVar2;\n if (cVar1 == '\0') {\n iVar3 = *(int *)(param_4 + 0xc);\n }\n else {\n iVar3 = *(int *)(param_4 + 0xc);\n *(uint *)(param_4 + 0x14) = uVar5 | 4;\n }\n if (iVar3 != 0) {\n FUN_00139240();\n return;\n }\n return;\n }\n \n FUN_00069d00("../../gold/parameters.h",0x5c,"options",param_2);\n}" primitive_type (ERROR "__regparm3" identifier) (function_declarator "FUN_001392f0(undefined4 param_1,undefined4 param_2,undefined4 param_3,int param_4,int param_5)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2,undefined4 param_3,int param_4,int param_5)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) , (parameter_declaration "int param_4" primitive_type identifier) , (parameter_declaration "int param_5" primitive_type identifier) ))) (compound_statement "{\n char cVar1;\n char *__haystack;\n undefined4 uVar2;\n int iVar3;\n char *pcVar4;\n uint uVar5;\n undefined **ppuVar6;\n \n if (*(int *)(param_4 + 8) != 0) {\n \n FUN_00069d00("../../gold/parameters.cc",0x5b,"set_options",param_3);\n }\n *(int *)(param_4 + 8) = param_5;\n if (param_5 != 0) {\n __haystack = *(char **)(param_5 + 0xcc8);\n uVar5 = 0;\n pcVar4 = "task";\n ppuVar6 = (undefined **)&DAT_00384a84;\n while( true ) {\n pcVar4 = strstr(__haystack,pcVar4);\n if (pcVar4 != (char *)0x0) {\n uVar5 = uVar5 | (uint)*ppuVar6;\n }\n if (ppuVar6 + 2 == &PTR_PTR_00384acc) break;\n pcVar4 = ppuVar6[1];\n ppuVar6 = ppuVar6 + 2;\n }\n uVar2 = *(undefined4 *)(param_5 + 0x5a10);\n cVar1 = *(char *)(param_5 + 0x4325);\n *(uint *)(param_4 + 0x14) = uVar5;\n *(undefined4 *)(param_4 + 0x18) = uVar2;\n if (cVar1 == '\0') {\n iVar3 = *(int *)(param_4 + 0xc);\n }\n else {\n iVar3 = *(int *)(param_4 + 0xc);\n *(uint *)(param_4 + 0x14) = uVar5 | 4;\n }\n if (iVar3 != 0) {\n FUN_00139240();\n return;\n }\n return;\n }\n \n FUN_00069d00("../../gold/parameters.h",0x5c,"options",param_2);\n}" { (declaration "char cVar1;" primitive_type identifier ;) (declaration "char *__haystack;" primitive_type (pointer_declarator "*__haystack" * identifier) ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "char *pcVar4;" primitive_type (pointer_declarator "*pcVar4" * identifier) ;) (declaration "uint uVar5;" type_identifier identifier ;) (declaration "undefined **ppuVar6;" type_identifier (pointer_declarator "**ppuVar6" * (pointer_declarator "*ppuVar6" * identifier)) ;) (if_statement "if (*(int *)(param_4 + 8) != 0) {\n \n FUN_00069d00("../../gold/parameters.cc",0x5b,"set_options",param_3);\n }" if (parenthesized_expression "(*(int *)(param_4 + 8) != 0)" ( (binary_expression "*(int *)(param_4 + 8) != 0" (pointer_expression "*(int *)(param_4 + 8)" * (cast_expression "(int *)(param_4 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 8)" ( (binary_expression "param_4 + 8" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n \n FUN_00069d00("../../gold/parameters.cc",0x5b,"set_options",param_3);\n }" { (expression_statement "FUN_00069d00("../../gold/parameters.cc",0x5b,"set_options",param_3);" (call_expression "FUN_00069d00("../../gold/parameters.cc",0x5b,"set_options",param_3)" identifier (argument_list "("../../gold/parameters.cc",0x5b,"set_options",param_3)" ( (string_literal ""../../gold/parameters.cc"" " string_content ") , number_literal , (string_literal ""set_options"" " string_content ") , identifier ))) ;) })) (expression_statement "*(int *)(param_4 + 8) = param_5;" (assignment_expression "*(int *)(param_4 + 8) = param_5" (pointer_expression "*(int *)(param_4 + 8)" * (cast_expression "(int *)(param_4 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 8)" ( (binary_expression "param_4 + 8" identifier + number_literal) )))) = identifier) ;) (if_statement "if (param_5 != 0) {\n __haystack = *(char **)(param_5 + 0xcc8);\n uVar5 = 0;\n pcVar4 = "task";\n ppuVar6 = (undefined **)&DAT_00384a84;\n while( true ) {\n pcVar4 = strstr(__haystack,pcVar4);\n if (pcVar4 != (char *)0x0) {\n uVar5 = uVar5 | (uint)*ppuVar6;\n }\n if (ppuVar6 + 2 == &PTR_PTR_00384acc) break;\n pcVar4 = ppuVar6[1];\n ppuVar6 = ppuVar6 + 2;\n }\n uVar2 = *(undefined4 *)(param_5 + 0x5a10);\n cVar1 = *(char *)(param_5 + 0x4325);\n *(uint *)(param_4 + 0x14) = uVar5;\n *(undefined4 *)(param_4 + 0x18) = uVar2;\n if (cVar1 == '\0') {\n iVar3 = *(int *)(param_4 + 0xc);\n }\n else {\n iVar3 = *(int *)(param_4 + 0xc);\n *(uint *)(param_4 + 0x14) = uVar5 | 4;\n }\n if (iVar3 != 0) {\n FUN_00139240();\n return;\n }\n return;\n }" if (parenthesized_expression "(param_5 != 0)" ( (binary_expression "param_5 != 0" identifier != number_literal) )) (compound_statement "{\n __haystack = *(char **)(param_5 + 0xcc8);\n uVar5 = 0;\n pcVar4 = "task";\n ppuVar6 = (undefined **)&DAT_00384a84;\n while( true ) {\n pcVar4 = strstr(__haystack,pcVar4);\n if (pcVar4 != (char *)0x0) {\n uVar5 = uVar5 | (uint)*ppuVar6;\n }\n if (ppuVar6 + 2 == &PTR_PTR_00384acc) break;\n pcVar4 = ppuVar6[1];\n ppuVar6 = ppuVar6 + 2;\n }\n uVar2 = *(undefined4 *)(param_5 + 0x5a10);\n cVar1 = *(char *)(param_5 + 0x4325);\n *(uint *)(param_4 + 0x14) = uVar5;\n *(undefined4 *)(param_4 + 0x18) = uVar2;\n if (cVar1 == '\0') {\n iVar3 = *(int *)(param_4 + 0xc);\n }\n else {\n iVar3 = *(int *)(param_4 + 0xc);\n *(uint *)(param_4 + 0x14) = uVar5 | 4;\n }\n if (iVar3 != 0) {\n FUN_00139240();\n return;\n }\n return;\n }" { (expression_statement "__haystack = *(char **)(param_5 + 0xcc8);" (assignment_expression "__haystack = *(char **)(param_5 + 0xcc8)" identifier = (pointer_expression "*(char **)(param_5 + 0xcc8)" * (cast_expression "(char **)(param_5 + 0xcc8)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_5 + 0xcc8)" ( (binary_expression "param_5 + 0xcc8" identifier + number_literal) ))))) ;) (expression_statement "uVar5 = 0;" (assignment_expression "uVar5 = 0" identifier = number_literal) ;) (expression_statement "pcVar4 = "task";" (assignment_expression "pcVar4 = "task"" identifier = (string_literal ""task"" " string_content ")) ;) (expression_statement "ppuVar6 = (undefined **)&DAT_00384a84;" (assignment_expression "ppuVar6 = (undefined **)&DAT_00384a84" identifier = (cast_expression "(undefined **)&DAT_00384a84" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&DAT_00384a84" & identifier))) ;) (while_statement "while( true ) {\n pcVar4 = strstr(__haystack,pcVar4);\n if (pcVar4 != (char *)0x0) {\n uVar5 = uVar5 | (uint)*ppuVar6;\n }\n if (ppuVar6 + 2 == &PTR_PTR_00384acc) break;\n pcVar4 = ppuVar6[1];\n ppuVar6 = ppuVar6 + 2;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n pcVar4 = strstr(__haystack,pcVar4);\n if (pcVar4 != (char *)0x0) {\n uVar5 = uVar5 | (uint)*ppuVar6;\n }\n if (ppuVar6 + 2 == &PTR_PTR_00384acc) break;\n pcVar4 = ppuVar6[1];\n ppuVar6 = ppuVar6 + 2;\n }" { (expression_statement "pcVar4 = strstr(__haystack,pcVar4);" (assignment_expression "pcVar4 = strstr(__haystack,pcVar4)" identifier = (call_expression "strstr(__haystack,pcVar4)" identifier (argument_list "(__haystack,pcVar4)" ( identifier , identifier )))) ;) (if_statement "if (pcVar4 != (char *)0x0) {\n uVar5 = uVar5 | (uint)*ppuVar6;\n }" if (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)) )) (compound_statement "{\n uVar5 = uVar5 | (uint)*ppuVar6;\n }" { (expression_statement "uVar5 = uVar5 | (uint)*ppuVar6;" (assignment_expression "uVar5 = uVar5 | (uint)*ppuVar6" identifier = (binary_expression "uVar5 | (uint)*ppuVar6" identifier | (binary_expression "(uint)*ppuVar6" (parenthesized_expression "(uint)" ( identifier )) * identifier))) ;) })) (if_statement "if (ppuVar6 + 2 == &PTR_PTR_00384acc) break;" if (parenthesized_expression "(ppuVar6 + 2 == &PTR_PTR_00384acc)" ( (binary_expression "ppuVar6 + 2 == &PTR_PTR_00384acc" (binary_expression "ppuVar6 + 2" identifier + number_literal) == (pointer_expression "&PTR_PTR_00384acc" & identifier)) )) (break_statement "break;" break ;)) (expression_statement "pcVar4 = ppuVar6[1];" (assignment_expression "pcVar4 = ppuVar6[1]" identifier = (subscript_expression "ppuVar6[1]" identifier [ number_literal ])) ;) (expression_statement "ppuVar6 = ppuVar6 + 2;" (assignment_expression "ppuVar6 = ppuVar6 + 2" identifier = (binary_expression "ppuVar6 + 2" identifier + number_literal)) ;) })) (expression_statement "uVar2 = *(undefined4 *)(param_5 + 0x5a10);" (assignment_expression "uVar2 = *(undefined4 *)(param_5 + 0x5a10)" identifier = (pointer_expression "*(undefined4 *)(param_5 + 0x5a10)" * (cast_expression "(undefined4 *)(param_5 + 0x5a10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_5 + 0x5a10)" ( (binary_expression "param_5 + 0x5a10" identifier + number_literal) ))))) ;) (expression_statement "cVar1 = *(char *)(param_5 + 0x4325);" (assignment_expression "cVar1 = *(char *)(param_5 + 0x4325)" identifier = (pointer_expression "*(char *)(param_5 + 0x4325)" * (cast_expression "(char *)(param_5 + 0x4325)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_5 + 0x4325)" ( (binary_expression "param_5 + 0x4325" identifier + number_literal) ))))) ;) (expression_statement "*(uint *)(param_4 + 0x14) = uVar5;" (assignment_expression "*(uint *)(param_4 + 0x14) = uVar5" (pointer_expression "*(uint *)(param_4 + 0x14)" * (cast_expression "(uint *)(param_4 + 0x14)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0x14)" ( (binary_expression "param_4 + 0x14" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined4 *)(param_4 + 0x18) = uVar2;" (assignment_expression "*(undefined4 *)(param_4 + 0x18) = uVar2" (pointer_expression "*(undefined4 *)(param_4 + 0x18)" * (cast_expression "(undefined4 *)(param_4 + 0x18)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0x18)" ( (binary_expression "param_4 + 0x18" identifier + number_literal) )))) = identifier) ;) (if_statement "if (cVar1 == '\0') {\n iVar3 = *(int *)(param_4 + 0xc);\n }\n else {\n iVar3 = *(int *)(param_4 + 0xc);\n *(uint *)(param_4 + 0x14) = uVar5 | 4;\n }" if (parenthesized_expression "(cVar1 == '\0')" ( (binary_expression "cVar1 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n iVar3 = *(int *)(param_4 + 0xc);\n }" { (expression_statement "iVar3 = *(int *)(param_4 + 0xc);" (assignment_expression "iVar3 = *(int *)(param_4 + 0xc)" identifier = (pointer_expression "*(int *)(param_4 + 0xc)" * (cast_expression "(int *)(param_4 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0xc)" ( (binary_expression "param_4 + 0xc" identifier + number_literal) ))))) ;) }) (else_clause "else {\n iVar3 = *(int *)(param_4 + 0xc);\n *(uint *)(param_4 + 0x14) = uVar5 | 4;\n }" else (compound_statement "{\n iVar3 = *(int *)(param_4 + 0xc);\n *(uint *)(param_4 + 0x14) = uVar5 | 4;\n }" { (expression_statement "iVar3 = *(int *)(param_4 + 0xc);" (assignment_expression "iVar3 = *(int *)(param_4 + 0xc)" identifier = (pointer_expression "*(int *)(param_4 + 0xc)" * (cast_expression "(int *)(param_4 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0xc)" ( (binary_expression "param_4 + 0xc" identifier + number_literal) ))))) ;) (expression_statement "*(uint *)(param_4 + 0x14) = uVar5 | 4;" (assignment_expression "*(uint *)(param_4 + 0x14) = uVar5 | 4" (pointer_expression "*(uint *)(param_4 + 0x14)" * (cast_expression "(uint *)(param_4 + 0x14)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0x14)" ( (binary_expression "param_4 + 0x14" identifier + number_literal) )))) = (binary_expression "uVar5 | 4" identifier | number_literal)) ;) }))) (if_statement "if (iVar3 != 0) {\n FUN_00139240();\n return;\n }" if (parenthesized_expression "(iVar3 != 0)" ( (binary_expression "iVar3 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_00139240();\n return;\n }" { (expression_statement "FUN_00139240();" (call_expression "FUN_00139240()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })) (expression_statement "FUN_00069d00("../../gold/parameters.h",0x5c,"options",param_2);" (call_expression "FUN_00069d00("../../gold/parameters.h",0x5c,"options",param_2)" identifier (argument_list "("../../gold/parameters.h",0x5c,"options",param_2)" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""options"" " string_content ") , identifier ))) ;) })))
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * (pointer_declarator * IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") , 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 != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (string_literal " string_content ")) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (pointer_expression & IDENT))) ;) (while_statement while (parenthesized_expression ( BOOL )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT | (binary_expression (parenthesized_expression ( IDENT )) * IDENT))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) == (pointer_expression & IDENT)) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) })) (expression_statement (assignment_expression 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) )))) = 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 == (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) }) (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 (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 IDENT != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (return_statement return ;) })) (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") , IDENT ))) ;) })))
(function_definition "void __regparm3\nFUN_001392f0(undefined4 param_1,undefined4 param_2,undefined4 param_3,int param_4,int param_5)\n\n{\n char cVar1;\n char *__haystack;\n undefined4 uVar2;\n int iVar3;\n char *pcVar4;\n uint uVar5;\n undefined **ppuVar6;\n \n if (*(int *)(param_4 + 8) != 0) {\n \n FUN_00069d00("../../gold/parameters.cc",0x5b,"set_options",param_3);\n }\n *(int *)(param_4 + 8) = param_5;\n if (param_5 != 0) {\n __haystack = *(char **)(param_5 + 0xcc8);\n uVar5 = 0;\n pcVar4 = "task";\n ppuVar6 = (undefined **)&DAT_00384a84;\n while( true ) {\n pcVar4 = strstr(__haystack,pcVar4);\n if (pcVar4 != (char *)0x0) {\n uVar5 = uVar5 | (uint)*ppuVar6;\n }\n if (ppuVar6 + 2 == &PTR_PTR_00384acc) break;\n pcVar4 = ppuVar6[1];\n ppuVar6 = ppuVar6 + 2;\n }\n uVar2 = *(undefined4 *)(param_5 + 0x5a10);\n cVar1 = *(char *)(param_5 + 0x4325);\n *(uint *)(param_4 + 0x14) = uVar5;\n *(undefined4 *)(param_4 + 0x18) = uVar2;\n if (cVar1 == '\0') {\n iVar3 = *(int *)(param_4 + 0xc);\n }\n else {\n iVar3 = *(int *)(param_4 + 0xc);\n *(uint *)(param_4 + 0x14) = uVar5 | 4;\n }\n if (iVar3 != 0) {\n FUN_00139240();\n return;\n }\n return;\n }\n \n FUN_00069d00("../../gold/parameters.h",0x5c,"options",param_2);\n}" (primitive_type "void") (ERROR "__regparm3" (identifier "__regparm3")) (function_declarator "FUN_001392f0(undefined4 param_1,undefined4 param_2,undefined4 param_3,int param_4,int param_5)" (identifier "FUN_001392f0") (parameter_list "(undefined4 param_1,undefined4 param_2,undefined4 param_3,int param_4,int param_5)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) (, ",") (parameter_declaration "undefined4 param_3" (type_identifier "undefined4") (identifier "param_3")) (, ",") (parameter_declaration "int param_4" (primitive_type "int") (identifier "param_4")) (, ",") (parameter_declaration "int param_5" (primitive_type "int") (identifier "param_5")) () ")"))) (compound_statement "{\n char cVar1;\n char *__haystack;\n undefined4 uVar2;\n int iVar3;\n char *pcVar4;\n uint uVar5;\n undefined **ppuVar6;\n \n if (*(int *)(param_4 + 8) != 0) {\n \n FUN_00069d00("../../gold/parameters.cc",0x5b,"set_options",param_3);\n }\n *(int *)(param_4 + 8) = param_5;\n if (param_5 != 0) {\n __haystack = *(char **)(param_5 + 0xcc8);\n uVar5 = 0;\n pcVar4 = "task";\n ppuVar6 = (undefined **)&DAT_00384a84;\n while( true ) {\n pcVar4 = strstr(__haystack,pcVar4);\n if (pcVar4 != (char *)0x0) {\n uVar5 = uVar5 | (uint)*ppuVar6;\n }\n if (ppuVar6 + 2 == &PTR_PTR_00384acc) break;\n pcVar4 = ppuVar6[1];\n ppuVar6 = ppuVar6 + 2;\n }\n uVar2 = *(undefined4 *)(param_5 + 0x5a10);\n cVar1 = *(char *)(param_5 + 0x4325);\n *(uint *)(param_4 + 0x14) = uVar5;\n *(undefined4 *)(param_4 + 0x18) = uVar2;\n if (cVar1 == '\0') {\n iVar3 = *(int *)(param_4 + 0xc);\n }\n else {\n iVar3 = *(int *)(param_4 + 0xc);\n *(uint *)(param_4 + 0x14) = uVar5 | 4;\n }\n if (iVar3 != 0) {\n FUN_00139240();\n return;\n }\n return;\n }\n \n FUN_00069d00("../../gold/parameters.h",0x5c,"options",param_2);\n}" ({ "{") (declaration "char cVar1;" (primitive_type "char") (identifier "cVar1") (; ";")) (declaration "char *__haystack;" (primitive_type "char") (pointer_declarator "*__haystack" (* "*") (identifier "__haystack")) (; ";")) (declaration "undefined4 uVar2;" (type_identifier "undefined4") (identifier "uVar2") (; ";")) (declaration "int iVar3;" (primitive_type "int") (identifier "iVar3") (; ";")) (declaration "char *pcVar4;" (primitive_type "char") (pointer_declarator "*pcVar4" (* "*") (identifier "pcVar4")) (; ";")) (declaration "uint uVar5;" (type_identifier "uint") (identifier "uVar5") (; ";")) (declaration "undefined **ppuVar6;" (type_identifier "undefined") (pointer_declarator "**ppuVar6" (* "*") (pointer_declarator "*ppuVar6" (* "*") (identifier "ppuVar6"))) (; ";")) (if_statement "if (*(int *)(param_4 + 8) != 0) {\n \n FUN_00069d00("../../gold/parameters.cc",0x5b,"set_options",param_3);\n }" (if "if") (parenthesized_expression "(*(int *)(param_4 + 8) != 0)" (( "(") (binary_expression "*(int *)(param_4 + 8) != 0" (pointer_expression "*(int *)(param_4 + 8)" (* "*") (cast_expression "(int *)(param_4 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_4 + 8)" (( "(") (binary_expression "param_4 + 8" (identifier "param_4") (+ "+") (number_literal "8")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_00069d00("../../gold/parameters.cc",0x5b,"set_options",param_3);\n }" ({ "{") (expression_statement "FUN_00069d00("../../gold/parameters.cc",0x5b,"set_options",param_3);" (call_expression "FUN_00069d00("../../gold/parameters.cc",0x5b,"set_options",param_3)" (identifier "FUN_00069d00") (argument_list "("../../gold/parameters.cc",0x5b,"set_options",param_3)" (( "(") (string_literal ""../../gold/parameters.cc"" (" """) (string_content "../../gold/parameters.cc") (" """)) (, ",") (number_literal "0x5b") (, ",") (string_literal ""set_options"" (" """) (string_content "set_options") (" """)) (, ",") (identifier "param_3") () ")"))) (; ";")) (} "}"))) (expression_statement "*(int *)(param_4 + 8) = param_5;" (assignment_expression "*(int *)(param_4 + 8) = param_5" (pointer_expression "*(int *)(param_4 + 8)" (* "*") (cast_expression "(int *)(param_4 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_4 + 8)" (( "(") (binary_expression "param_4 + 8" (identifier "param_4") (+ "+") (number_literal "8")) () ")")))) (= "=") (identifier "param_5")) (; ";")) (if_statement "if (param_5 != 0) {\n __haystack = *(char **)(param_5 + 0xcc8);\n uVar5 = 0;\n pcVar4 = "task";\n ppuVar6 = (undefined **)&DAT_00384a84;\n while( true ) {\n pcVar4 = strstr(__haystack,pcVar4);\n if (pcVar4 != (char *)0x0) {\n uVar5 = uVar5 | (uint)*ppuVar6;\n }\n if (ppuVar6 + 2 == &PTR_PTR_00384acc) break;\n pcVar4 = ppuVar6[1];\n ppuVar6 = ppuVar6 + 2;\n }\n uVar2 = *(undefined4 *)(param_5 + 0x5a10);\n cVar1 = *(char *)(param_5 + 0x4325);\n *(uint *)(param_4 + 0x14) = uVar5;\n *(undefined4 *)(param_4 + 0x18) = uVar2;\n if (cVar1 == '\0') {\n iVar3 = *(int *)(param_4 + 0xc);\n }\n else {\n iVar3 = *(int *)(param_4 + 0xc);\n *(uint *)(param_4 + 0x14) = uVar5 | 4;\n }\n if (iVar3 != 0) {\n FUN_00139240();\n return;\n }\n return;\n }" (if "if") (parenthesized_expression "(param_5 != 0)" (( "(") (binary_expression "param_5 != 0" (identifier "param_5") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n __haystack = *(char **)(param_5 + 0xcc8);\n uVar5 = 0;\n pcVar4 = "task";\n ppuVar6 = (undefined **)&DAT_00384a84;\n while( true ) {\n pcVar4 = strstr(__haystack,pcVar4);\n if (pcVar4 != (char *)0x0) {\n uVar5 = uVar5 | (uint)*ppuVar6;\n }\n if (ppuVar6 + 2 == &PTR_PTR_00384acc) break;\n pcVar4 = ppuVar6[1];\n ppuVar6 = ppuVar6 + 2;\n }\n uVar2 = *(undefined4 *)(param_5 + 0x5a10);\n cVar1 = *(char *)(param_5 + 0x4325);\n *(uint *)(param_4 + 0x14) = uVar5;\n *(undefined4 *)(param_4 + 0x18) = uVar2;\n if (cVar1 == '\0') {\n iVar3 = *(int *)(param_4 + 0xc);\n }\n else {\n iVar3 = *(int *)(param_4 + 0xc);\n *(uint *)(param_4 + 0x14) = uVar5 | 4;\n }\n if (iVar3 != 0) {\n FUN_00139240();\n return;\n }\n return;\n }" ({ "{") (expression_statement "__haystack = *(char **)(param_5 + 0xcc8);" (assignment_expression "__haystack = *(char **)(param_5 + 0xcc8)" (identifier "__haystack") (= "=") (pointer_expression "*(char **)(param_5 + 0xcc8)" (* "*") (cast_expression "(char **)(param_5 + 0xcc8)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_5 + 0xcc8)" (( "(") (binary_expression "param_5 + 0xcc8" (identifier "param_5") (+ "+") (number_literal "0xcc8")) () ")"))))) (; ";")) (expression_statement "uVar5 = 0;" (assignment_expression "uVar5 = 0" (identifier "uVar5") (= "=") (number_literal "0")) (; ";")) (expression_statement "pcVar4 = "task";" (assignment_expression "pcVar4 = "task"" (identifier "pcVar4") (= "=") (string_literal ""task"" (" """) (string_content "task") (" """))) (; ";")) (expression_statement "ppuVar6 = (undefined **)&DAT_00384a84;" (assignment_expression "ppuVar6 = (undefined **)&DAT_00384a84" (identifier "ppuVar6") (= "=") (cast_expression "(undefined **)&DAT_00384a84" (( "(") (type_descriptor "undefined **" (type_identifier "undefined") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (pointer_expression "&DAT_00384a84" (& "&") (identifier "DAT_00384a84")))) (; ";")) (while_statement "while( true ) {\n pcVar4 = strstr(__haystack,pcVar4);\n if (pcVar4 != (char *)0x0) {\n uVar5 = uVar5 | (uint)*ppuVar6;\n }\n if (ppuVar6 + 2 == &PTR_PTR_00384acc) break;\n pcVar4 = ppuVar6[1];\n ppuVar6 = ppuVar6 + 2;\n }" (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (compound_statement "{\n pcVar4 = strstr(__haystack,pcVar4);\n if (pcVar4 != (char *)0x0) {\n uVar5 = uVar5 | (uint)*ppuVar6;\n }\n if (ppuVar6 + 2 == &PTR_PTR_00384acc) break;\n pcVar4 = ppuVar6[1];\n ppuVar6 = ppuVar6 + 2;\n }" ({ "{") (expression_statement "pcVar4 = strstr(__haystack,pcVar4);" (assignment_expression "pcVar4 = strstr(__haystack,pcVar4)" (identifier "pcVar4") (= "=") (call_expression "strstr(__haystack,pcVar4)" (identifier "strstr") (argument_list "(__haystack,pcVar4)" (( "(") (identifier "__haystack") (, ",") (identifier "pcVar4") () ")")))) (; ";")) (if_statement "if (pcVar4 != (char *)0x0) {\n uVar5 = uVar5 | (uint)*ppuVar6;\n }" (if "if") (parenthesized_expression "(pcVar4 != (char *)0x0)" (( "(") (binary_expression "pcVar4 != (char *)0x0" (identifier "pcVar4") (!= "!=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n uVar5 = uVar5 | (uint)*ppuVar6;\n }" ({ "{") (expression_statement "uVar5 = uVar5 | (uint)*ppuVar6;" (assignment_expression "uVar5 = uVar5 | (uint)*ppuVar6" (identifier "uVar5") (= "=") (binary_expression "uVar5 | (uint)*ppuVar6" (identifier "uVar5") (| "|") (binary_expression "(uint)*ppuVar6" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (* "*") (identifier "ppuVar6")))) (; ";")) (} "}"))) (if_statement "if (ppuVar6 + 2 == &PTR_PTR_00384acc) break;" (if "if") (parenthesized_expression "(ppuVar6 + 2 == &PTR_PTR_00384acc)" (( "(") (binary_expression "ppuVar6 + 2 == &PTR_PTR_00384acc" (binary_expression "ppuVar6 + 2" (identifier "ppuVar6") (+ "+") (number_literal "2")) (== "==") (pointer_expression "&PTR_PTR_00384acc" (& "&") (identifier "PTR_PTR_00384acc"))) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "pcVar4 = ppuVar6[1];" (assignment_expression "pcVar4 = ppuVar6[1]" (identifier "pcVar4") (= "=") (subscript_expression "ppuVar6[1]" (identifier "ppuVar6") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "ppuVar6 = ppuVar6 + 2;" (assignment_expression "ppuVar6 = ppuVar6 + 2" (identifier "ppuVar6") (= "=") (binary_expression "ppuVar6 + 2" (identifier "ppuVar6") (+ "+") (number_literal "2"))) (; ";")) (} "}"))) (expression_statement "uVar2 = *(undefined4 *)(param_5 + 0x5a10);" (assignment_expression "uVar2 = *(undefined4 *)(param_5 + 0x5a10)" (identifier "uVar2") (= "=") (pointer_expression "*(undefined4 *)(param_5 + 0x5a10)" (* "*") (cast_expression "(undefined4 *)(param_5 + 0x5a10)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_5 + 0x5a10)" (( "(") (binary_expression "param_5 + 0x5a10" (identifier "param_5") (+ "+") (number_literal "0x5a10")) () ")"))))) (; ";")) (expression_statement "cVar1 = *(char *)(param_5 + 0x4325);" (assignment_expression "cVar1 = *(char *)(param_5 + 0x4325)" (identifier "cVar1") (= "=") (pointer_expression "*(char *)(param_5 + 0x4325)" (* "*") (cast_expression "(char *)(param_5 + 0x4325)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_5 + 0x4325)" (( "(") (binary_expression "param_5 + 0x4325" (identifier "param_5") (+ "+") (number_literal "0x4325")) () ")"))))) (; ";")) (expression_statement "*(uint *)(param_4 + 0x14) = uVar5;" (assignment_expression "*(uint *)(param_4 + 0x14) = uVar5" (pointer_expression "*(uint *)(param_4 + 0x14)" (* "*") (cast_expression "(uint *)(param_4 + 0x14)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_4 + 0x14)" (( "(") (binary_expression "param_4 + 0x14" (identifier "param_4") (+ "+") (number_literal "0x14")) () ")")))) (= "=") (identifier "uVar5")) (; ";")) (expression_statement "*(undefined4 *)(param_4 + 0x18) = uVar2;" (assignment_expression "*(undefined4 *)(param_4 + 0x18) = uVar2" (pointer_expression "*(undefined4 *)(param_4 + 0x18)" (* "*") (cast_expression "(undefined4 *)(param_4 + 0x18)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_4 + 0x18)" (( "(") (binary_expression "param_4 + 0x18" (identifier "param_4") (+ "+") (number_literal "0x18")) () ")")))) (= "=") (identifier "uVar2")) (; ";")) (if_statement "if (cVar1 == '\0') {\n iVar3 = *(int *)(param_4 + 0xc);\n }\n else {\n iVar3 = *(int *)(param_4 + 0xc);\n *(uint *)(param_4 + 0x14) = uVar5 | 4;\n }" (if "if") (parenthesized_expression "(cVar1 == '\0')" (( "(") (binary_expression "cVar1 == '\0'" (identifier "cVar1") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n iVar3 = *(int *)(param_4 + 0xc);\n }" ({ "{") (expression_statement "iVar3 = *(int *)(param_4 + 0xc);" (assignment_expression "iVar3 = *(int *)(param_4 + 0xc)" (identifier "iVar3") (= "=") (pointer_expression "*(int *)(param_4 + 0xc)" (* "*") (cast_expression "(int *)(param_4 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_4 + 0xc)" (( "(") (binary_expression "param_4 + 0xc" (identifier "param_4") (+ "+") (number_literal "0xc")) () ")"))))) (; ";")) (} "}")) (else_clause "else {\n iVar3 = *(int *)(param_4 + 0xc);\n *(uint *)(param_4 + 0x14) = uVar5 | 4;\n }" (else "else") (compound_statement "{\n iVar3 = *(int *)(param_4 + 0xc);\n *(uint *)(param_4 + 0x14) = uVar5 | 4;\n }" ({ "{") (expression_statement "iVar3 = *(int *)(param_4 + 0xc);" (assignment_expression "iVar3 = *(int *)(param_4 + 0xc)" (identifier "iVar3") (= "=") (pointer_expression "*(int *)(param_4 + 0xc)" (* "*") (cast_expression "(int *)(param_4 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_4 + 0xc)" (( "(") (binary_expression "param_4 + 0xc" (identifier "param_4") (+ "+") (number_literal "0xc")) () ")"))))) (; ";")) (expression_statement "*(uint *)(param_4 + 0x14) = uVar5 | 4;" (assignment_expression "*(uint *)(param_4 + 0x14) = uVar5 | 4" (pointer_expression "*(uint *)(param_4 + 0x14)" (* "*") (cast_expression "(uint *)(param_4 + 0x14)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_4 + 0x14)" (( "(") (binary_expression "param_4 + 0x14" (identifier "param_4") (+ "+") (number_literal "0x14")) () ")")))) (= "=") (binary_expression "uVar5 | 4" (identifier "uVar5") (| "|") (number_literal "4"))) (; ";")) (} "}")))) (if_statement "if (iVar3 != 0) {\n FUN_00139240();\n return;\n }" (if "if") (parenthesized_expression "(iVar3 != 0)" (( "(") (binary_expression "iVar3 != 0" (identifier "iVar3") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_00139240();\n return;\n }" ({ "{") (expression_statement "FUN_00139240();" (call_expression "FUN_00139240()" (identifier "FUN_00139240") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_00069d00("../../gold/parameters.h",0x5c,"options",param_2);" (call_expression "FUN_00069d00("../../gold/parameters.h",0x5c,"options",param_2)" (identifier "FUN_00069d00") (argument_list "("../../gold/parameters.h",0x5c,"options",param_2)" (( "(") (string_literal ""../../gold/parameters.h"" (" """) (string_content "../../gold/parameters.h") (" """)) (, ",") (number_literal "0x5c") (, ",") (string_literal ""options"" (" """) (string_content "options") (" """)) (, ",") (identifier "param_2") () ")"))) (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void set_options(Parameters * this, General_options * options) */ void __thiscall gold::type_1::function_1(type_1 *this,type_2 *var_2) { bool var_8; char *__haystack; type_3 IVar2; type_4 *var_9; char *var_5; type_5 var_6; type_6 **var_7; if (this->options_ != (type_2 *)0x0) { /* WARNING: Subroutine does not return */ var_1("../../gold/parameters.cc",0x5b,"set_options"); } this->options_ = var_2; if (var_2 != (type_2 *)0x0) { __haystack = (var_2->debug_).value; var_6 = 0; var_5 = "task"; var_7 = (type_6 **)(debug_string_to_enum(char_const*)::var_3 + 4); while( true ) { var_5 = var_4(__haystack,var_5); if (var_5 != (char *)0x0) { var_6 = var_6 | (type_5)*var_7; } if (var_7 + 2 == &PTR_PTR_00384acc) break; var_5 = var_7[1]; var_7 = var_7 + 2; } IVar2 = var_2->incremental_mode_; var_8 = (var_2->verbose_).value; this->debug_ = var_6; this->incremental_mode_ = IVar2; if (var_8 == false) { var_9 = this->target_; } else { var_9 = this->target_; this->debug_ = var_6 | 4; } if (var_9 != (type_4 *)0x0) { var_10(this); return; } return; } /* WARNING: Subroutine does not return */ var_1("../../gold/parameters.h",0x5c,"options"); }
null
(translation_unit (function_definition type: (primitive_type) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (pointer_declarator declarator: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)) (identifier)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (pointer_expression argument: (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) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (identifier)) right: (identifier))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (pointer_expression argument: (identifier)))) consequence: (break_statement)) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (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)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (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: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (return_statement))) (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)) (identifier)))))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void __regparm3 MASKED(undefined4 param_1,undefined4 param_2,undefined4 param_3,int param_4,int param_5) { char cVar1; char *__haystack; undefined4 uVar2; int iVar3; char *pcVar4; uint uVar5; undefined **ppuVar6; if (*(int *)(param_4 + 8) != 0) { /* WARNING: Subroutine does not return */ FUN_00069d00("../../gold/parameters.cc",0x5b,"set_options",param_3); } *(int *)(param_4 + 8) = param_5; if (param_5 != 0) { __haystack = *(char **)(param_5 + 0xcc8); uVar5 = 0; pcVar4 = "task"; ppuVar6 = (undefined **)&DAT_00384a84; while( true ) { pcVar4 = strstr(__haystack,pcVar4); if (pcVar4 != (char *)0x0) { uVar5 = uVar5 | (uint)*ppuVar6; } if (ppuVar6 + 2 == &PTR_PTR_00384acc) break; pcVar4 = ppuVar6[1]; ppuVar6 = ppuVar6 + 2; } uVar2 = *(undefined4 *)(param_5 + 0x5a10); cVar1 = *(char *)(param_5 + 0x4325); *(uint *)(param_4 + 0x14) = uVar5; *(undefined4 *)(param_4 + 0x18) = uVar2; if (cVar1 == '\0') { iVar3 = *(int *)(param_4 + 0xc); } else { iVar3 = *(int *)(param_4 + 0xc); *(uint *)(param_4 + 0x14) = uVar5 | 4; } if (iVar3 != 0) { FUN_00139240(); return; } return; } /* WARNING: Subroutine does not return */ FUN_00069d00("../../gold/parameters.h",0x5c,"options",param_2); }
356_ia64-linux-gnu-ld_and_ia64-linux-gnu-ld_strip.c
lang_add_output
FUN_000265b0
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Unknown calling convention */ void lang_add_output(char *name,int from_script) { if ((had_output_filename == 0) || (from_script == 0)) { had_output_filename = 1; output_filename = name; } return; }
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ void FUN_000265b0(undefined *param_1,int param_2) { if ((DAT_0009876c == 0) || (param_2 == 0)) { DAT_0009876c = 1; PTR_s_a_out_0009839c = param_1; } return; }
CALL 0x0001b1a2 ADD EAX,0x71a4b MOV ECX,dword ptr [EAX + 0x76c] TEST ECX,ECX JZ 0x000265cc MOV EDX,dword ptr [ESP + 0x8] TEST EDX,EDX JNZ 0x000265e2 MOV ECX,dword ptr [ESP + 0x4] LEA EDX,[EAX + 0x39c] MOV dword ptr [EAX + 0x76c],0x1 MOV dword ptr [EDX],ECX RET
null
null
null
null
[('tmp_293', u'MULTIEQUAL_-1206032776'), (u'INT_EQUAL_-1206032930', u'CBRANCH_-1206032929'), ('const-1', u'COPY_-1206032891'), (u'COPY_-1206032879', u'MULTIEQUAL_-1206032778'), (u'MULTIEQUAL_-1206032776', u'COPY_-1206032836'), ('tmp_293', u'INT_EQUAL_-1206032930'), ('tmp_102', u'CBRANCH_-1206032907'), ('tmp_294', u'MULTIEQUAL_-1206032778'), ('const-0', u'INT_EQUAL_-1206032930'), (u'INT_EQUAL_-1206032909', u'CBRANCH_-1206032907'), ('tmp_146', u'COPY_-1206032879'), (u'MULTIEQUAL_-1206032778', u'COPY_-1206032838'), ('const-0', u'INT_EQUAL_-1206032909'), (u'COPY_-1206032891', u'MULTIEQUAL_-1206032776'), ('const-0', u'RETURN_-1206032865'), ('tmp_66', u'CBRANCH_-1206032929'), ('tmp_147', u'INT_EQUAL_-1206032909')]
[('tmp_293', u'MULTIEQUAL_-1206032776'), ('tmp_265', u'COPY_-1206032879'), (u'INT_EQUAL_-1206032930', u'CBRANCH_-1206032929'), ('const-1', u'COPY_-1206032891'), (u'COPY_-1206032879', u'MULTIEQUAL_-1206032778'), (u'MULTIEQUAL_-1206032776', u'COPY_-1206032836'), ('tmp_293', u'INT_EQUAL_-1206032930'), ('tmp_102', u'CBRANCH_-1206032907'), ('tmp_294', u'MULTIEQUAL_-1206032778'), ('const-0', u'INT_EQUAL_-1206032930'), (u'INT_EQUAL_-1206032909', u'CBRANCH_-1206032907'), (u'MULTIEQUAL_-1206032778', u'COPY_-1206032838'), ('const-0', u'INT_EQUAL_-1206032909'), (u'COPY_-1206032891', u'MULTIEQUAL_-1206032776'), ('const-0', u'RETURN_-1206032865'), ('tmp_66', u'CBRANCH_-1206032929'), ('tmp_264', u'INT_EQUAL_-1206032909')]
null
null
000265b0
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nvoid FUN_000265b0(undefined *param_1,int param_2)\n\n{\n if ((DAT_0009876c == 0) || (param_2 == 0)) {\n DAT_0009876c = 1;\n PTR_s_a_out_0009839c = param_1;\n }\n return;\n}\n\n" comment (function_definition "void FUN_000265b0(undefined *param_1,int param_2)\n\n{\n if ((DAT_0009876c == 0) || (param_2 == 0)) {\n DAT_0009876c = 1;\n PTR_s_a_out_0009839c = param_1;\n }\n return;\n}" primitive_type (function_declarator "FUN_000265b0(undefined *param_1,int param_2)" identifier (parameter_list "(undefined *param_1,int param_2)" ( (parameter_declaration "undefined *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int param_2" primitive_type identifier) ))) (compound_statement "{\n if ((DAT_0009876c == 0) || (param_2 == 0)) {\n DAT_0009876c = 1;\n PTR_s_a_out_0009839c = param_1;\n }\n return;\n}" { (if_statement "if ((DAT_0009876c == 0) || (param_2 == 0)) {\n DAT_0009876c = 1;\n PTR_s_a_out_0009839c = param_1;\n }" if (parenthesized_expression "((DAT_0009876c == 0) || (param_2 == 0))" ( (binary_expression "(DAT_0009876c == 0) || (param_2 == 0)" (parenthesized_expression "(DAT_0009876c == 0)" ( (binary_expression "DAT_0009876c == 0" identifier == number_literal) )) || (parenthesized_expression "(param_2 == 0)" ( (binary_expression "param_2 == 0" identifier == number_literal) ))) )) (compound_statement "{\n DAT_0009876c = 1;\n PTR_s_a_out_0009839c = param_1;\n }" { (expression_statement "DAT_0009876c = 1;" (assignment_expression "DAT_0009876c = 1" identifier = number_literal) ;) (expression_statement "PTR_s_a_out_0009839c = param_1;" (assignment_expression "PTR_s_a_out_0009839c = param_1" identifier = identifier) ;) })) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Unknown calling convention */\n\nvoid lang_add_output(char *name,int from_script)\n\n{\n if ((had_output_filename == 0) || (from_script == 0)) {\n had_output_filename = 1;\n output_filename = name;\n }\n return;\n}\n\n" comment comment (function_definition "void lang_add_output(char *name,int from_script)\n\n{\n if ((had_output_filename == 0) || (from_script == 0)) {\n had_output_filename = 1;\n output_filename = name;\n }\n return;\n}" primitive_type (function_declarator "lang_add_output(char *name,int from_script)" identifier (parameter_list "(char *name,int from_script)" ( (parameter_declaration "char *name" primitive_type (pointer_declarator "*name" * identifier)) , (parameter_declaration "int from_script" primitive_type identifier) ))) (compound_statement "{\n if ((had_output_filename == 0) || (from_script == 0)) {\n had_output_filename = 1;\n output_filename = name;\n }\n return;\n}" { (if_statement "if ((had_output_filename == 0) || (from_script == 0)) {\n had_output_filename = 1;\n output_filename = name;\n }" if (parenthesized_expression "((had_output_filename == 0) || (from_script == 0))" ( (binary_expression "(had_output_filename == 0) || (from_script == 0)" (parenthesized_expression "(had_output_filename == 0)" ( (binary_expression "had_output_filename == 0" identifier == number_literal) )) || (parenthesized_expression "(from_script == 0)" ( (binary_expression "from_script == 0" identifier == number_literal) ))) )) (compound_statement "{\n had_output_filename = 1;\n output_filename = name;\n }" { (expression_statement "had_output_filename = 1;" (assignment_expression "had_output_filename = 1" identifier = number_literal) ;) (expression_statement "output_filename = name;" (assignment_expression "output_filename = name" identifier = identifier) ;) })) (return_statement "return;" return ;) })))
(translation_unit "void FUN_000265b0(undefined *param_1,int param_2)\n\n{\n if ((DAT_0009876c == 0) || (param_2 == 0)) {\n DAT_0009876c = 1;\n PTR_s_a_out_0009839c = param_1;\n }\n return;\n}\n\n" (function_definition "void FUN_000265b0(undefined *param_1,int param_2)\n\n{\n if ((DAT_0009876c == 0) || (param_2 == 0)) {\n DAT_0009876c = 1;\n PTR_s_a_out_0009839c = param_1;\n }\n return;\n}" primitive_type (function_declarator "FUN_000265b0(undefined *param_1,int param_2)" identifier (parameter_list "(undefined *param_1,int param_2)" ( (parameter_declaration "undefined *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int param_2" primitive_type identifier) ))) (compound_statement "{\n if ((DAT_0009876c == 0) || (param_2 == 0)) {\n DAT_0009876c = 1;\n PTR_s_a_out_0009839c = param_1;\n }\n return;\n}" { (if_statement "if ((DAT_0009876c == 0) || (param_2 == 0)) {\n DAT_0009876c = 1;\n PTR_s_a_out_0009839c = param_1;\n }" if (parenthesized_expression "((DAT_0009876c == 0) || (param_2 == 0))" ( (binary_expression "(DAT_0009876c == 0) || (param_2 == 0)" (parenthesized_expression "(DAT_0009876c == 0)" ( (binary_expression "DAT_0009876c == 0" identifier == number_literal) )) || (parenthesized_expression "(param_2 == 0)" ( (binary_expression "param_2 == 0" identifier == number_literal) ))) )) (compound_statement "{\n DAT_0009876c = 1;\n PTR_s_a_out_0009839c = param_1;\n }" { (expression_statement "DAT_0009876c = 1;" (assignment_expression "DAT_0009876c = 1" identifier = number_literal) ;) (expression_statement "PTR_s_a_out_0009839c = param_1;" (assignment_expression "PTR_s_a_out_0009839c = param_1" identifier = identifier) ;) })) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == LIT) )) || (parenthesized_expression ( (binary_expression IDENT == LIT) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) })) (return_statement return ;) })))
(function_definition "void FUN_000265b0(undefined *param_1,int param_2)\n\n{\n if ((DAT_0009876c == 0) || (param_2 == 0)) {\n DAT_0009876c = 1;\n PTR_s_a_out_0009839c = param_1;\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_000265b0(undefined *param_1,int param_2)" (identifier "FUN_000265b0") (parameter_list "(undefined *param_1,int param_2)" (( "(") (parameter_declaration "undefined *param_1" (type_identifier "undefined") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "int param_2" (primitive_type "int") (identifier "param_2")) () ")"))) (compound_statement "{\n if ((DAT_0009876c == 0) || (param_2 == 0)) {\n DAT_0009876c = 1;\n PTR_s_a_out_0009839c = param_1;\n }\n return;\n}" ({ "{") (if_statement "if ((DAT_0009876c == 0) || (param_2 == 0)) {\n DAT_0009876c = 1;\n PTR_s_a_out_0009839c = param_1;\n }" (if "if") (parenthesized_expression "((DAT_0009876c == 0) || (param_2 == 0))" (( "(") (binary_expression "(DAT_0009876c == 0) || (param_2 == 0)" (parenthesized_expression "(DAT_0009876c == 0)" (( "(") (binary_expression "DAT_0009876c == 0" (identifier "DAT_0009876c") (== "==") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "(param_2 == 0)" (( "(") (binary_expression "param_2 == 0" (identifier "param_2") (== "==") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n DAT_0009876c = 1;\n PTR_s_a_out_0009839c = param_1;\n }" ({ "{") (expression_statement "DAT_0009876c = 1;" (assignment_expression "DAT_0009876c = 1" (identifier "DAT_0009876c") (= "=") (number_literal "1")) (; ";")) (expression_statement "PTR_s_a_out_0009839c = param_1;" (assignment_expression "PTR_s_a_out_0009839c = param_1" (identifier "PTR_s_a_out_0009839c") (= "=") (identifier "param_1")) (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Unknown calling convention */ void function_1(char *name,int var_2) { if ((var_1 == 0) || (var_2 == 0)) { var_1 = 1; output_filename = name; } 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: (identifier)))) body: (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 (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier))))) (return_statement))))
null
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ void MASKED(undefined *param_1,int param_2) { if ((DAT_0009876c == 0) || (param_2 == 0)) { DAT_0009876c = 1; PTR_s_a_out_0009839c = param_1; } return; }
402_x86_64-linux-gnu-ld_and_x86_64-linux-gnu-ld_strip.c
lang_enter_group
FUN_00029c30
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void lang_enter_group(void) { lang_statement_list_type *plVar1; lang_statement_list_type **pplVar2; lang_statement_union *plVar3; lang_statement_list_type *new_ptr; plVar1 = stat_ptr; new_ptr = (lang_statement_list_type *)0x29c37; plVar3 = (lang_statement_union *)stat_alloc(0x10); (plVar3->header).type = lang_group_statement_enum; (plVar3->header).next = (lang_statement_union *)0x0; *plVar1->tail = plVar3; plVar1->tail = (lang_statement_union **)plVar3; (plVar3->wild_statement).filename = (char *)0x0; (plVar3->reloc_statement).howto = (reloc_howto_type *)&(plVar3->output_section_statement).children ; if (stat_save_ptr < &statement_list) { pplVar2 = stat_save_ptr + 1; *stat_save_ptr = stat_ptr; stat_save_ptr = pplVar2; stat_ptr = &(plVar3->output_section_statement).children; return; } /* WARNING: Subroutine does not return */ push_stat_ptr(new_ptr); }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00029c30(void) { undefined *puVar1; undefined4 *puVar2; puVar1 = PTR_DAT_001ce398; puVar2 = (undefined4 *)FUN_000237c0(0x10); puVar2[1] = 0xd; *puVar2 = 0; **(undefined4 **)(puVar1 + 4) = puVar2; *(undefined4 **)(puVar1 + 4) = puVar2; puVar2[2] = 0; puVar2[3] = puVar2 + 2; if (PTR_DAT_001ce39c < &DAT_001cf768) { puVar1 = PTR_DAT_001ce39c + 4; *(undefined **)PTR_DAT_001ce39c = PTR_DAT_001ce398; PTR_DAT_001ce39c = puVar1; PTR_DAT_001ce398 = (undefined *)(puVar2 + 2); return; } /* WARNING: Subroutine does not return */ FUN_000236b0(); }
PUSH ESI PUSH EBX CALL 0x00017b80 ADD EBX,0x1a43c9 SUB ESP,0x10 PUSH 0x10 MOV ESI,dword ptr [EBX + 0x398] CALL 0x000237c0 LEA ECX,[EBX + 0x1768] ADD ESP,0x10 MOV dword ptr [EAX + 0x4],0xd MOV dword ptr [EAX],0x0 MOV EDX,dword ptr [ESI + 0x4] MOV dword ptr [EDX],EAX LEA EDX,[EAX + 0x8] MOV dword ptr [ESI + 0x4],EAX MOV dword ptr [EAX + 0x8],0x0 MOV dword ptr [EAX + 0xc],EDX MOV EAX,dword ptr [EBX + 0x39c] CMP EAX,ECX JNC 0x00029c9f LEA ECX,[EAX + 0x4] MOV dword ptr [EBX + 0x39c],ECX MOV ECX,dword ptr [EBX + 0x398] MOV dword ptr [EAX],ECX MOV dword ptr [EBX + 0x398],EDX ADD ESP,0x4 POP EBX POP ESI RET CALL 0x000236b0
null
null
null
null
[(u'COPY_-1206018724', u'COPY_-1206018731'), ('const-8', u'PTRSUB_-1206018699'), (u'STORE_-1206018911', u'INDIRECT_-1206018734'), (u'INDIRECT_-1206018716', u'STORE_-1206018832'), ('const-0', u'RETURN_-1206018789'), (u'CAST_-1206018733', u'PTRSUB_-1206018716'), (u'PTRSUB_-1206018696', u'PTRSUB_-1206018707'), (u'STORE_-1206018934', u'INDIRECT_-1206018752'), (u'CALL_-1206018958', u'CAST_-1206018733'), (u'CAST_-1206018694', u'STORE_-1206018901'), ('const-4', u'PTRADD_-1206018678'), (u'CALL_-1206018788', u'INDIRECT_-1206018671'), (u'STORE_-1206018934', u'INDIRECT_-1206018741'), (u'PTRSUB_-1206018708', u'PTRSUB_-1206018720'), (u'STORE_-1206018885', u'INDIRECT_-1206018705'), ('const-12', u'PTRSUB_-1206018691'), ('const-0', u'PTRSUB_-1206018689'), ('const-417', u'STORE_-1206018911'), ('const-417', u'LOAD_-1206018918'), ('tmp_224', u'CBRANCH_-1206018857'), (u'PTRSUB_-1206018716', u'PTRSUB_-1206018728'), (u'COPY_-1206018823', u'PTRSUB_-1206018713'), ('const-1', u'RETURN_-1206018783'), ('const-4', u'PTRSUB_-1206018728'), ('const-417', u'STORE_-1206018925'), ('const-0', u'PTRSUB_-1206018716'), (u'PTRSUB_-1206018689', u'INT_LESS_-1206018859'), (u'COPY_-1206018823', u'PTRSUB_-1206018703'), ('const-8', u'PTRSUB_-1206018707'), ('const-0', u'PTRSUB_-1206018696'), ('const-4', u'PTRSUB_-1206018713'), ('const-417', u'STORE_-1206018832'), (u'CALL_-1206018958', u'INDIRECT_-1206018770'), (u'PTRSUB_-1206018707', u'CAST_-1206018681'), (u'COPY_-1206018829', u'COPY_-1206018742'), (u'PTRSUB_-1206018699', u'STORE_-1206018895'), (u'STORE_-1206018901', u'INDIRECT_-1206018728'), (u'STORE_-1206018901', u'INDIRECT_-1206018717'), (u'STORE_-1206018832', u'INDIRECT_-1206018676'), (u'CALL_-1206018958', u'INDIRECT_-1206018777'), ('const-417', u'STORE_-1206018934'), (u'INDIRECT_-1206018682', u'COPY_-1206018740'), (u'CAST_-1206018733', u'PTRSUB_-1206018680'), ('const-417', u'STORE_-1206018895'), (u'PTRSUB_-1206018691', u'STORE_-1206018885'), ('const-1', u'PTRADD_-1206018678'), (u'STORE_-1206018885', u'INDIRECT_-1206018716'), ('const-0', u'STORE_-1206018895'), ('const-417', u'STORE_-1206018885'), ('const-1898344', u'PTRSUB_-1206018689'), (u'INDIRECT_-1206018671', u'COPY_-1206018729'), (u'STORE_-1206018895', u'INDIRECT_-1206018713'), ('const-171063', u'COPY_-1206019014'), (u'CAST_-1206018681', u'STORE_-1206018885'), (u'CAST_-1206018733', u'STORE_-1206018911'), ('const-0', u'PTRSUB_-1206018680'), (u'INDIRECT_-1206018705', u'STORE_-1206018832'), (u'STORE_-1206018925', u'INDIRECT_-1206018733'), (u'CALL_-1206018958', u'INDIRECT_-1206018759'), (u'PTRSUB_-1206018688', u'PTRSUB_-1206018699'), (u'CAST_-1206018733', u'PTRSUB_-1206018688'), (u'PTRSUB_-1206018703', u'STORE_-1206018901'), (u'INT_LESS_-1206018859', u'CBRANCH_-1206018857'), ('const-16', u'CALL_-1206018958'), (u'PTRSUB_-1206018728', u'STORE_-1206018934'), ('tmp_609', u'COPY_-1206018823'), ('const-417', u'STORE_-1206018901'), ('const-0', u'STORE_-1206018925'), (u'STORE_-1206018911', u'INDIRECT_-1206018723'), (u'CALL_-1206018788', u'INDIRECT_-1206018682'), (u'PTRSUB_-1206018707', u'COPY_-1206018829'), ('const-0', u'PTRSUB_-1206018720'), (u'PTRSUB_-1206018680', u'PTRSUB_-1206018691'), ('const-0', u'PTRSUB_-1206018688'), ('const-0', u'PTRSUB_-1206018708'), (u'CAST_-1206018733', u'CAST_-1206018694'), (u'CAST_-1206018733', u'PTRSUB_-1206018696'), (u'INDIRECT_-1206018705', u'PTRADD_-1206018678'), (u'INDIRECT_-1206018705', u'INT_LESS_-1206018859'), (u'STORE_-1206018895', u'INDIRECT_-1206018724'), (u'PTRSUB_-1206018720', u'STORE_-1206018925'), (u'PTRADD_-1206018678', u'COPY_-1206018725'), (u'CAST_-1206018733', u'PTRSUB_-1206018708'), (u'LOAD_-1206018918', u'STORE_-1206018911'), (u'STORE_-1206018925', u'INDIRECT_-1206018744'), (u'INDIRECT_-1206018777', u'CALL_-1206018788'), ('const-4', u'PTRSUB_-1206018703'), ('const-13', u'STORE_-1206018934'), (u'INDIRECT_-1206018676', u'COPY_-1206018724'), (u'PTRSUB_-1206018713', u'LOAD_-1206018918')]
[('const-1', u'PTRADD_-1206018841'), ('const-0', u'RETURN_-1206018789'), ('const-2', u'PTRADD_-1206018702'), (u'INDIRECT_-1206018681', u'COPY_-1206018739'), ('const-1', u'PTRADD_-1206018794'), ('const-3', u'PTRADD_-1206018694'), ('const-4', u'PTRADD_-1206018794'), (u'STORE_-1206018832', u'INDIRECT_-1206018675'), (u'PTRADD_-1206018702', u'STORE_-1206018895'), (u'CAST_-1206018657', u'COPY_-1206018829'), (u'STORE_-1206018925', u'INDIRECT_-1206018732'), ('const-417', u'LOAD_-1206018918'), (u'PTRADD_-1206018794', u'COPY_-1206018728'), (u'PTRADD_-1206018694', u'STORE_-1206018885'), ('const-4', u'PTRADD_-1206018702'), ('tmp_224', u'CBRANCH_-1206018857'), ('const-0', u'PTRSUB_-1206018688'), ('const-1', u'RETURN_-1206018783'), ('const-0', u'STORE_-1206018925'), (u'INDIRECT_-1206018675', u'COPY_-1206018727'), (u'CALL_-1206018788', u'INDIRECT_-1206018681'), (u'STORE_-1206018925', u'INDIRECT_-1206018743'), (u'CAST_-1206018736', u'STORE_-1206018925'), (u'CALL_-1206018958', u'INDIRECT_-1206018769'), (u'CALL_-1206018958', u'INDIRECT_-1206018758'), (u'CAST_-1206018736', u'PTRADD_-1206018728'), (u'CAST_-1206018736', u'STORE_-1206018911'), (u'INDIRECT_-1206018670', u'COPY_-1206018728'), ('const-13', u'STORE_-1206018934'), (u'STORE_-1206018911', u'INDIRECT_-1206018733'), ('const-417', u'STORE_-1206018832'), (u'INDIRECT_-1206018704', u'CAST_-1206018660'), (u'STORE_-1206018895', u'INDIRECT_-1206018712'), (u'INDIRECT_-1206018715', u'STORE_-1206018832'), ('const-417', u'STORE_-1206018895'), ('const-2', u'PTRADD_-1206018709'), (u'STORE_-1206018895', u'INDIRECT_-1206018723'), (u'PTRSUB_-1206018688', u'INT_LESS_-1206018859'), ('const-4', u'PTRADD_-1206018728'), (u'CAST_-1206018699', u'STORE_-1206018901'), (u'PTRADD_-1206018841', u'CAST_-1206018699'), (u'CAST_-1206018736', u'PTRADD_-1206018694'), (u'COPY_-1206018727', u'COPY_-1206018730'), (u'STORE_-1206018901', u'INDIRECT_-1206018727'), (u'STORE_-1206018885', u'INDIRECT_-1206018704'), ('const-1', u'PTRADD_-1206018856'), (u'STORE_-1206018885', u'INDIRECT_-1206018715'), (u'CALL_-1206018958', u'CAST_-1206018736'), ('tmp_625', u'COPY_-1206018826'), (u'PTRADD_-1206018856', u'CAST_-1206018708'), (u'PTRADD_-1206018709', u'CAST_-1206018657'), (u'INDIRECT_-1206018704', u'INT_LESS_-1206018859'), (u'INT_LESS_-1206018859', u'CBRANCH_-1206018857'), (u'PTRADD_-1206018728', u'STORE_-1206018934'), ('const-417', u'STORE_-1206018885'), (u'INDIRECT_-1206018704', u'PTRADD_-1206018794'), (u'COPY_-1206018826', u'PTRADD_-1206018856'), ('const-0', u'STORE_-1206018895'), (u'STORE_-1206018934', u'INDIRECT_-1206018751'), ('const-417', u'STORE_-1206018934'), (u'STORE_-1206018901', u'INDIRECT_-1206018716'), ('const-4', u'PTRADD_-1206018709'), (u'CAST_-1206018708', u'LOAD_-1206018918'), ('const-1', u'PTRADD_-1206018728'), (u'CALL_-1206018788', u'INDIRECT_-1206018670'), (u'STORE_-1206018911', u'INDIRECT_-1206018722'), ('const-417', u'STORE_-1206018901'), (u'PTRADD_-1206018709', u'STORE_-1206018885'), (u'STORE_-1206018934', u'INDIRECT_-1206018740'), (u'CAST_-1206018660', u'STORE_-1206018832'), (u'CAST_-1206018736', u'STORE_-1206018901'), (u'COPY_-1206018829', u'COPY_-1206018741'), ('const-417', u'STORE_-1206018911'), ('const-1898344', u'PTRSUB_-1206018688'), (u'LOAD_-1206018918', u'STORE_-1206018911'), (u'CAST_-1206018736', u'PTRADD_-1206018702'), ('const-4', u'PTRADD_-1206018694'), ('const-4', u'PTRADD_-1206018856'), ('const-417', u'STORE_-1206018925'), (u'COPY_-1206018826', u'PTRADD_-1206018841'), ('const-4', u'PTRADD_-1206018841'), (u'CAST_-1206018736', u'PTRADD_-1206018709'), ('const-16', u'CALL_-1206018958')]
null
null
00029c30
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00029c30(void)\n\n{\n undefined *puVar1;\n undefined4 *puVar2;\n \n puVar1 = PTR_DAT_001ce398;\n puVar2 = (undefined4 *)FUN_000237c0(0x10);\n puVar2[1] = 0xd;\n *puVar2 = 0;\n **(undefined4 **)(puVar1 + 4) = puVar2;\n *(undefined4 **)(puVar1 + 4) = puVar2;\n puVar2[2] = 0;\n puVar2[3] = puVar2 + 2;\n if (PTR_DAT_001ce39c < &DAT_001cf768) {\n puVar1 = PTR_DAT_001ce39c + 4;\n *(undefined **)PTR_DAT_001ce39c = PTR_DAT_001ce398;\n PTR_DAT_001ce39c = puVar1;\n PTR_DAT_001ce398 = (undefined *)(puVar2 + 2);\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_000236b0();\n}\n\n" comment (function_definition "void FUN_00029c30(void)\n\n{\n undefined *puVar1;\n undefined4 *puVar2;\n \n puVar1 = PTR_DAT_001ce398;\n puVar2 = (undefined4 *)FUN_000237c0(0x10);\n puVar2[1] = 0xd;\n *puVar2 = 0;\n **(undefined4 **)(puVar1 + 4) = puVar2;\n *(undefined4 **)(puVar1 + 4) = puVar2;\n puVar2[2] = 0;\n puVar2[3] = puVar2 + 2;\n if (PTR_DAT_001ce39c < &DAT_001cf768) {\n puVar1 = PTR_DAT_001ce39c + 4;\n *(undefined **)PTR_DAT_001ce39c = PTR_DAT_001ce398;\n PTR_DAT_001ce39c = puVar1;\n PTR_DAT_001ce398 = (undefined *)(puVar2 + 2);\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_000236b0();\n}" primitive_type (function_declarator "FUN_00029c30(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n undefined *puVar1;\n undefined4 *puVar2;\n \n puVar1 = PTR_DAT_001ce398;\n puVar2 = (undefined4 *)FUN_000237c0(0x10);\n puVar2[1] = 0xd;\n *puVar2 = 0;\n **(undefined4 **)(puVar1 + 4) = puVar2;\n *(undefined4 **)(puVar1 + 4) = puVar2;\n puVar2[2] = 0;\n puVar2[3] = puVar2 + 2;\n if (PTR_DAT_001ce39c < &DAT_001cf768) {\n puVar1 = PTR_DAT_001ce39c + 4;\n *(undefined **)PTR_DAT_001ce39c = PTR_DAT_001ce398;\n PTR_DAT_001ce39c = puVar1;\n PTR_DAT_001ce398 = (undefined *)(puVar2 + 2);\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_000236b0();\n}" { (declaration "undefined *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "undefined4 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (expression_statement "puVar1 = PTR_DAT_001ce398;" (assignment_expression "puVar1 = PTR_DAT_001ce398" identifier = identifier) ;) (expression_statement "puVar2 = (undefined4 *)FUN_000237c0(0x10);" (assignment_expression "puVar2 = (undefined4 *)FUN_000237c0(0x10)" identifier = (cast_expression "(undefined4 *)FUN_000237c0(0x10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_000237c0(0x10)" identifier (argument_list "(0x10)" ( number_literal ))))) ;) (expression_statement "puVar2[1] = 0xd;" (assignment_expression "puVar2[1] = 0xd" (subscript_expression "puVar2[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*puVar2 = 0;" (assignment_expression "*puVar2 = 0" (pointer_expression "*puVar2" * identifier) = number_literal) ;) (expression_statement "**(undefined4 **)(puVar1 + 4) = puVar2;" (assignment_expression "**(undefined4 **)(puVar1 + 4) = puVar2" (pointer_expression "**(undefined4 **)(puVar1 + 4)" * (pointer_expression "*(undefined4 **)(puVar1 + 4)" * (cast_expression "(undefined4 **)(puVar1 + 4)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(puVar1 + 4)" ( (binary_expression "puVar1 + 4" identifier + number_literal) ))))) = identifier) ;) (expression_statement "*(undefined4 **)(puVar1 + 4) = puVar2;" (assignment_expression "*(undefined4 **)(puVar1 + 4) = puVar2" (pointer_expression "*(undefined4 **)(puVar1 + 4)" * (cast_expression "(undefined4 **)(puVar1 + 4)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(puVar1 + 4)" ( (binary_expression "puVar1 + 4" identifier + number_literal) )))) = identifier) ;) (expression_statement "puVar2[2] = 0;" (assignment_expression "puVar2[2] = 0" (subscript_expression "puVar2[2]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar2[3] = puVar2 + 2;" (assignment_expression "puVar2[3] = puVar2 + 2" (subscript_expression "puVar2[3]" identifier [ number_literal ]) = (binary_expression "puVar2 + 2" identifier + number_literal)) ;) (if_statement "if (PTR_DAT_001ce39c < &DAT_001cf768) {\n puVar1 = PTR_DAT_001ce39c + 4;\n *(undefined **)PTR_DAT_001ce39c = PTR_DAT_001ce398;\n PTR_DAT_001ce39c = puVar1;\n PTR_DAT_001ce398 = (undefined *)(puVar2 + 2);\n return;\n }" if (parenthesized_expression "(PTR_DAT_001ce39c < &DAT_001cf768)" ( (binary_expression "PTR_DAT_001ce39c < &DAT_001cf768" identifier < (pointer_expression "&DAT_001cf768" & identifier)) )) (compound_statement "{\n puVar1 = PTR_DAT_001ce39c + 4;\n *(undefined **)PTR_DAT_001ce39c = PTR_DAT_001ce398;\n PTR_DAT_001ce39c = puVar1;\n PTR_DAT_001ce398 = (undefined *)(puVar2 + 2);\n return;\n }" { (expression_statement "puVar1 = PTR_DAT_001ce39c + 4;" (assignment_expression "puVar1 = PTR_DAT_001ce39c + 4" identifier = (binary_expression "PTR_DAT_001ce39c + 4" identifier + number_literal)) ;) (expression_statement "*(undefined **)PTR_DAT_001ce39c = PTR_DAT_001ce398;" (assignment_expression "*(undefined **)PTR_DAT_001ce39c = PTR_DAT_001ce398" (pointer_expression "*(undefined **)PTR_DAT_001ce39c" * (cast_expression "(undefined **)PTR_DAT_001ce39c" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) = identifier) ;) (expression_statement "PTR_DAT_001ce39c = puVar1;" (assignment_expression "PTR_DAT_001ce39c = puVar1" identifier = identifier) ;) (expression_statement "PTR_DAT_001ce398 = (undefined *)(puVar2 + 2);" (assignment_expression "PTR_DAT_001ce398 = (undefined *)(puVar2 + 2)" identifier = (cast_expression "(undefined *)(puVar2 + 2)" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar2 + 2)" ( (binary_expression "puVar2 + 2" identifier + number_literal) )))) ;) (return_statement "return;" return ;) })) comment (expression_statement "FUN_000236b0();" (call_expression "FUN_000236b0()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid lang_enter_group(void)\n\n{\n lang_statement_list_type *plVar1;\n lang_statement_list_type **pplVar2;\n lang_statement_union *plVar3;\n lang_statement_list_type *new_ptr;\n \n plVar1 = stat_ptr;\n new_ptr = (lang_statement_list_type *)0x29c37;\n plVar3 = (lang_statement_union *)stat_alloc(0x10);\n (plVar3->header).type = lang_group_statement_enum;\n (plVar3->header).next = (lang_statement_union *)0x0;\n *plVar1->tail = plVar3;\n plVar1->tail = (lang_statement_union **)plVar3;\n (plVar3->wild_statement).filename = (char *)0x0;\n (plVar3->reloc_statement).howto = (reloc_howto_type *)&(plVar3->output_section_statement).children\n ;\n if (stat_save_ptr < &statement_list) {\n pplVar2 = stat_save_ptr + 1;\n *stat_save_ptr = stat_ptr;\n stat_save_ptr = pplVar2;\n stat_ptr = &(plVar3->output_section_statement).children;\n return;\n }\n /* WARNING: Subroutine does not return */\n push_stat_ptr(new_ptr);\n}\n\n" comment comment (function_definition "void lang_enter_group(void)\n\n{\n lang_statement_list_type *plVar1;\n lang_statement_list_type **pplVar2;\n lang_statement_union *plVar3;\n lang_statement_list_type *new_ptr;\n \n plVar1 = stat_ptr;\n new_ptr = (lang_statement_list_type *)0x29c37;\n plVar3 = (lang_statement_union *)stat_alloc(0x10);\n (plVar3->header).type = lang_group_statement_enum;\n (plVar3->header).next = (lang_statement_union *)0x0;\n *plVar1->tail = plVar3;\n plVar1->tail = (lang_statement_union **)plVar3;\n (plVar3->wild_statement).filename = (char *)0x0;\n (plVar3->reloc_statement).howto = (reloc_howto_type *)&(plVar3->output_section_statement).children\n ;\n if (stat_save_ptr < &statement_list) {\n pplVar2 = stat_save_ptr + 1;\n *stat_save_ptr = stat_ptr;\n stat_save_ptr = pplVar2;\n stat_ptr = &(plVar3->output_section_statement).children;\n return;\n }\n /* WARNING: Subroutine does not return */\n push_stat_ptr(new_ptr);\n}" primitive_type (function_declarator "lang_enter_group(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n lang_statement_list_type *plVar1;\n lang_statement_list_type **pplVar2;\n lang_statement_union *plVar3;\n lang_statement_list_type *new_ptr;\n \n plVar1 = stat_ptr;\n new_ptr = (lang_statement_list_type *)0x29c37;\n plVar3 = (lang_statement_union *)stat_alloc(0x10);\n (plVar3->header).type = lang_group_statement_enum;\n (plVar3->header).next = (lang_statement_union *)0x0;\n *plVar1->tail = plVar3;\n plVar1->tail = (lang_statement_union **)plVar3;\n (plVar3->wild_statement).filename = (char *)0x0;\n (plVar3->reloc_statement).howto = (reloc_howto_type *)&(plVar3->output_section_statement).children\n ;\n if (stat_save_ptr < &statement_list) {\n pplVar2 = stat_save_ptr + 1;\n *stat_save_ptr = stat_ptr;\n stat_save_ptr = pplVar2;\n stat_ptr = &(plVar3->output_section_statement).children;\n return;\n }\n /* WARNING: Subroutine does not return */\n push_stat_ptr(new_ptr);\n}" { (declaration "lang_statement_list_type *plVar1;" type_identifier (pointer_declarator "*plVar1" * identifier) ;) (declaration "lang_statement_list_type **pplVar2;" type_identifier (pointer_declarator "**pplVar2" * (pointer_declarator "*pplVar2" * identifier)) ;) (declaration "lang_statement_union *plVar3;" type_identifier (pointer_declarator "*plVar3" * identifier) ;) (declaration "lang_statement_list_type *new_ptr;" type_identifier (pointer_declarator "*new_ptr" * identifier) ;) (expression_statement "plVar1 = stat_ptr;" (assignment_expression "plVar1 = stat_ptr" identifier = identifier) ;) (expression_statement "new_ptr = (lang_statement_list_type *)0x29c37;" (assignment_expression "new_ptr = (lang_statement_list_type *)0x29c37" identifier = (cast_expression "(lang_statement_list_type *)0x29c37" ( (type_descriptor "lang_statement_list_type *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "plVar3 = (lang_statement_union *)stat_alloc(0x10);" (assignment_expression "plVar3 = (lang_statement_union *)stat_alloc(0x10)" identifier = (cast_expression "(lang_statement_union *)stat_alloc(0x10)" ( (type_descriptor "lang_statement_union *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "stat_alloc(0x10)" identifier (argument_list "(0x10)" ( number_literal ))))) ;) (expression_statement "(plVar3->header).type = lang_group_statement_enum;" (assignment_expression "(plVar3->header).type = lang_group_statement_enum" (field_expression "(plVar3->header).type" (parenthesized_expression "(plVar3->header)" ( (field_expression "plVar3->header" identifier -> field_identifier) )) . field_identifier) = identifier) ;) (expression_statement "(plVar3->header).next = (lang_statement_union *)0x0;" (assignment_expression "(plVar3->header).next = (lang_statement_union *)0x0" (field_expression "(plVar3->header).next" (parenthesized_expression "(plVar3->header)" ( (field_expression "plVar3->header" identifier -> field_identifier) )) . field_identifier) = (cast_expression "(lang_statement_union *)0x0" ( (type_descriptor "lang_statement_union *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "*plVar1->tail = plVar3;" (assignment_expression "*plVar1->tail = plVar3" (pointer_expression "*plVar1->tail" * (field_expression "plVar1->tail" identifier -> field_identifier)) = identifier) ;) (expression_statement "plVar1->tail = (lang_statement_union **)plVar3;" (assignment_expression "plVar1->tail = (lang_statement_union **)plVar3" (field_expression "plVar1->tail" identifier -> field_identifier) = (cast_expression "(lang_statement_union **)plVar3" ( (type_descriptor "lang_statement_union **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) ;) (expression_statement "(plVar3->wild_statement).filename = (char *)0x0;" (assignment_expression "(plVar3->wild_statement).filename = (char *)0x0" (field_expression "(plVar3->wild_statement).filename" (parenthesized_expression "(plVar3->wild_statement)" ( (field_expression "plVar3->wild_statement" identifier -> field_identifier) )) . field_identifier) = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "(plVar3->reloc_statement).howto = (reloc_howto_type *)&(plVar3->output_section_statement).children\n ;" (assignment_expression "(plVar3->reloc_statement).howto = (reloc_howto_type *)&(plVar3->output_section_statement).children" (field_expression "(plVar3->reloc_statement).howto" (parenthesized_expression "(plVar3->reloc_statement)" ( (field_expression "plVar3->reloc_statement" identifier -> field_identifier) )) . field_identifier) = (cast_expression "(reloc_howto_type *)&(plVar3->output_section_statement).children" ( (type_descriptor "reloc_howto_type *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(plVar3->output_section_statement).children" & (field_expression "(plVar3->output_section_statement).children" (parenthesized_expression "(plVar3->output_section_statement)" ( (field_expression "plVar3->output_section_statement" identifier -> field_identifier) )) . field_identifier)))) ;) (if_statement "if (stat_save_ptr < &statement_list) {\n pplVar2 = stat_save_ptr + 1;\n *stat_save_ptr = stat_ptr;\n stat_save_ptr = pplVar2;\n stat_ptr = &(plVar3->output_section_statement).children;\n return;\n }" if (parenthesized_expression "(stat_save_ptr < &statement_list)" ( (binary_expression "stat_save_ptr < &statement_list" identifier < (pointer_expression "&statement_list" & identifier)) )) (compound_statement "{\n pplVar2 = stat_save_ptr + 1;\n *stat_save_ptr = stat_ptr;\n stat_save_ptr = pplVar2;\n stat_ptr = &(plVar3->output_section_statement).children;\n return;\n }" { (expression_statement "pplVar2 = stat_save_ptr + 1;" (assignment_expression "pplVar2 = stat_save_ptr + 1" identifier = (binary_expression "stat_save_ptr + 1" identifier + number_literal)) ;) (expression_statement "*stat_save_ptr = stat_ptr;" (assignment_expression "*stat_save_ptr = stat_ptr" (pointer_expression "*stat_save_ptr" * identifier) = identifier) ;) (expression_statement "stat_save_ptr = pplVar2;" (assignment_expression "stat_save_ptr = pplVar2" identifier = identifier) ;) (expression_statement "stat_ptr = &(plVar3->output_section_statement).children;" (assignment_expression "stat_ptr = &(plVar3->output_section_statement).children" identifier = (pointer_expression "&(plVar3->output_section_statement).children" & (field_expression "(plVar3->output_section_statement).children" (parenthesized_expression "(plVar3->output_section_statement)" ( (field_expression "plVar3->output_section_statement" identifier -> field_identifier) )) . field_identifier))) ;) (return_statement "return;" return ;) })) comment (expression_statement "push_stat_ptr(new_ptr);" (call_expression "push_stat_ptr(new_ptr)" identifier (argument_list "(new_ptr)" ( identifier ))) ;) })))
(translation_unit "void FUN_00029c30(void)\n\n{\n undefined *puVar1;\n undefined4 *puVar2;\n \n puVar1 = PTR_DAT_001ce398;\n puVar2 = (undefined4 *)FUN_000237c0(0x10);\n puVar2[1] = 0xd;\n *puVar2 = 0;\n **(undefined4 **)(puVar1 + 4) = puVar2;\n *(undefined4 **)(puVar1 + 4) = puVar2;\n puVar2[2] = 0;\n puVar2[3] = puVar2 + 2;\n if (PTR_DAT_001ce39c < &DAT_001cf768) {\n puVar1 = PTR_DAT_001ce39c + 4;\n *(undefined **)PTR_DAT_001ce39c = PTR_DAT_001ce398;\n PTR_DAT_001ce39c = puVar1;\n PTR_DAT_001ce398 = (undefined *)(puVar2 + 2);\n return;\n }\n \n FUN_000236b0();\n}\n\n" (function_definition "void FUN_00029c30(void)\n\n{\n undefined *puVar1;\n undefined4 *puVar2;\n \n puVar1 = PTR_DAT_001ce398;\n puVar2 = (undefined4 *)FUN_000237c0(0x10);\n puVar2[1] = 0xd;\n *puVar2 = 0;\n **(undefined4 **)(puVar1 + 4) = puVar2;\n *(undefined4 **)(puVar1 + 4) = puVar2;\n puVar2[2] = 0;\n puVar2[3] = puVar2 + 2;\n if (PTR_DAT_001ce39c < &DAT_001cf768) {\n puVar1 = PTR_DAT_001ce39c + 4;\n *(undefined **)PTR_DAT_001ce39c = PTR_DAT_001ce398;\n PTR_DAT_001ce39c = puVar1;\n PTR_DAT_001ce398 = (undefined *)(puVar2 + 2);\n return;\n }\n \n FUN_000236b0();\n}" primitive_type (function_declarator "FUN_00029c30(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n undefined *puVar1;\n undefined4 *puVar2;\n \n puVar1 = PTR_DAT_001ce398;\n puVar2 = (undefined4 *)FUN_000237c0(0x10);\n puVar2[1] = 0xd;\n *puVar2 = 0;\n **(undefined4 **)(puVar1 + 4) = puVar2;\n *(undefined4 **)(puVar1 + 4) = puVar2;\n puVar2[2] = 0;\n puVar2[3] = puVar2 + 2;\n if (PTR_DAT_001ce39c < &DAT_001cf768) {\n puVar1 = PTR_DAT_001ce39c + 4;\n *(undefined **)PTR_DAT_001ce39c = PTR_DAT_001ce398;\n PTR_DAT_001ce39c = puVar1;\n PTR_DAT_001ce398 = (undefined *)(puVar2 + 2);\n return;\n }\n \n FUN_000236b0();\n}" { (declaration "undefined *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "undefined4 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (expression_statement "puVar1 = PTR_DAT_001ce398;" (assignment_expression "puVar1 = PTR_DAT_001ce398" identifier = identifier) ;) (expression_statement "puVar2 = (undefined4 *)FUN_000237c0(0x10);" (assignment_expression "puVar2 = (undefined4 *)FUN_000237c0(0x10)" identifier = (cast_expression "(undefined4 *)FUN_000237c0(0x10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_000237c0(0x10)" identifier (argument_list "(0x10)" ( number_literal ))))) ;) (expression_statement "puVar2[1] = 0xd;" (assignment_expression "puVar2[1] = 0xd" (subscript_expression "puVar2[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*puVar2 = 0;" (assignment_expression "*puVar2 = 0" (pointer_expression "*puVar2" * identifier) = number_literal) ;) (expression_statement "**(undefined4 **)(puVar1 + 4) = puVar2;" (assignment_expression "**(undefined4 **)(puVar1 + 4) = puVar2" (pointer_expression "**(undefined4 **)(puVar1 + 4)" * (pointer_expression "*(undefined4 **)(puVar1 + 4)" * (cast_expression "(undefined4 **)(puVar1 + 4)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(puVar1 + 4)" ( (binary_expression "puVar1 + 4" identifier + number_literal) ))))) = identifier) ;) (expression_statement "*(undefined4 **)(puVar1 + 4) = puVar2;" (assignment_expression "*(undefined4 **)(puVar1 + 4) = puVar2" (pointer_expression "*(undefined4 **)(puVar1 + 4)" * (cast_expression "(undefined4 **)(puVar1 + 4)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(puVar1 + 4)" ( (binary_expression "puVar1 + 4" identifier + number_literal) )))) = identifier) ;) (expression_statement "puVar2[2] = 0;" (assignment_expression "puVar2[2] = 0" (subscript_expression "puVar2[2]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar2[3] = puVar2 + 2;" (assignment_expression "puVar2[3] = puVar2 + 2" (subscript_expression "puVar2[3]" identifier [ number_literal ]) = (binary_expression "puVar2 + 2" identifier + number_literal)) ;) (if_statement "if (PTR_DAT_001ce39c < &DAT_001cf768) {\n puVar1 = PTR_DAT_001ce39c + 4;\n *(undefined **)PTR_DAT_001ce39c = PTR_DAT_001ce398;\n PTR_DAT_001ce39c = puVar1;\n PTR_DAT_001ce398 = (undefined *)(puVar2 + 2);\n return;\n }" if (parenthesized_expression "(PTR_DAT_001ce39c < &DAT_001cf768)" ( (binary_expression "PTR_DAT_001ce39c < &DAT_001cf768" identifier < (pointer_expression "&DAT_001cf768" & identifier)) )) (compound_statement "{\n puVar1 = PTR_DAT_001ce39c + 4;\n *(undefined **)PTR_DAT_001ce39c = PTR_DAT_001ce398;\n PTR_DAT_001ce39c = puVar1;\n PTR_DAT_001ce398 = (undefined *)(puVar2 + 2);\n return;\n }" { (expression_statement "puVar1 = PTR_DAT_001ce39c + 4;" (assignment_expression "puVar1 = PTR_DAT_001ce39c + 4" identifier = (binary_expression "PTR_DAT_001ce39c + 4" identifier + number_literal)) ;) (expression_statement "*(undefined **)PTR_DAT_001ce39c = PTR_DAT_001ce398;" (assignment_expression "*(undefined **)PTR_DAT_001ce39c = PTR_DAT_001ce398" (pointer_expression "*(undefined **)PTR_DAT_001ce39c" * (cast_expression "(undefined **)PTR_DAT_001ce39c" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) = identifier) ;) (expression_statement "PTR_DAT_001ce39c = puVar1;" (assignment_expression "PTR_DAT_001ce39c = puVar1" identifier = identifier) ;) (expression_statement "PTR_DAT_001ce398 = (undefined *)(puVar2 + 2);" (assignment_expression "PTR_DAT_001ce398 = (undefined *)(puVar2 + 2)" identifier = (cast_expression "(undefined *)(puVar2 + 2)" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar2 + 2)" ( (binary_expression "puVar2 + 2" identifier + number_literal) )))) ;) (return_statement "return;" return ;) })) (expression_statement "FUN_000236b0();" (call_expression "FUN_000236b0()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT ))))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;) (expression_statement (assignment_expression (pointer_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 (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < (pointer_expression & IDENT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) IDENT)) = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "void FUN_00029c30(void)\n\n{\n undefined *puVar1;\n undefined4 *puVar2;\n \n puVar1 = PTR_DAT_001ce398;\n puVar2 = (undefined4 *)FUN_000237c0(0x10);\n puVar2[1] = 0xd;\n *puVar2 = 0;\n **(undefined4 **)(puVar1 + 4) = puVar2;\n *(undefined4 **)(puVar1 + 4) = puVar2;\n puVar2[2] = 0;\n puVar2[3] = puVar2 + 2;\n if (PTR_DAT_001ce39c < &DAT_001cf768) {\n puVar1 = PTR_DAT_001ce39c + 4;\n *(undefined **)PTR_DAT_001ce39c = PTR_DAT_001ce398;\n PTR_DAT_001ce39c = puVar1;\n PTR_DAT_001ce398 = (undefined *)(puVar2 + 2);\n return;\n }\n \n FUN_000236b0();\n}" (primitive_type "void") (function_declarator "FUN_00029c30(void)" (identifier "FUN_00029c30") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n undefined *puVar1;\n undefined4 *puVar2;\n \n puVar1 = PTR_DAT_001ce398;\n puVar2 = (undefined4 *)FUN_000237c0(0x10);\n puVar2[1] = 0xd;\n *puVar2 = 0;\n **(undefined4 **)(puVar1 + 4) = puVar2;\n *(undefined4 **)(puVar1 + 4) = puVar2;\n puVar2[2] = 0;\n puVar2[3] = puVar2 + 2;\n if (PTR_DAT_001ce39c < &DAT_001cf768) {\n puVar1 = PTR_DAT_001ce39c + 4;\n *(undefined **)PTR_DAT_001ce39c = PTR_DAT_001ce398;\n PTR_DAT_001ce39c = puVar1;\n PTR_DAT_001ce398 = (undefined *)(puVar2 + 2);\n return;\n }\n \n FUN_000236b0();\n}" ({ "{") (declaration "undefined *puVar1;" (type_identifier "undefined") (pointer_declarator "*puVar1" (* "*") (identifier "puVar1")) (; ";")) (declaration "undefined4 *puVar2;" (type_identifier "undefined4") (pointer_declarator "*puVar2" (* "*") (identifier "puVar2")) (; ";")) (expression_statement "puVar1 = PTR_DAT_001ce398;" (assignment_expression "puVar1 = PTR_DAT_001ce398" (identifier "puVar1") (= "=") (identifier "PTR_DAT_001ce398")) (; ";")) (expression_statement "puVar2 = (undefined4 *)FUN_000237c0(0x10);" (assignment_expression "puVar2 = (undefined4 *)FUN_000237c0(0x10)" (identifier "puVar2") (= "=") (cast_expression "(undefined4 *)FUN_000237c0(0x10)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_000237c0(0x10)" (identifier "FUN_000237c0") (argument_list "(0x10)" (( "(") (number_literal "0x10") () ")"))))) (; ";")) (expression_statement "puVar2[1] = 0xd;" (assignment_expression "puVar2[1] = 0xd" (subscript_expression "puVar2[1]" (identifier "puVar2") ([ "[") (number_literal "1") (] "]")) (= "=") (number_literal "0xd")) (; ";")) (expression_statement "*puVar2 = 0;" (assignment_expression "*puVar2 = 0" (pointer_expression "*puVar2" (* "*") (identifier "puVar2")) (= "=") (number_literal "0")) (; ";")) (expression_statement "**(undefined4 **)(puVar1 + 4) = puVar2;" (assignment_expression "**(undefined4 **)(puVar1 + 4) = puVar2" (pointer_expression "**(undefined4 **)(puVar1 + 4)" (* "*") (pointer_expression "*(undefined4 **)(puVar1 + 4)" (* "*") (cast_expression "(undefined4 **)(puVar1 + 4)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(puVar1 + 4)" (( "(") (binary_expression "puVar1 + 4" (identifier "puVar1") (+ "+") (number_literal "4")) () ")"))))) (= "=") (identifier "puVar2")) (; ";")) (expression_statement "*(undefined4 **)(puVar1 + 4) = puVar2;" (assignment_expression "*(undefined4 **)(puVar1 + 4) = puVar2" (pointer_expression "*(undefined4 **)(puVar1 + 4)" (* "*") (cast_expression "(undefined4 **)(puVar1 + 4)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(puVar1 + 4)" (( "(") (binary_expression "puVar1 + 4" (identifier "puVar1") (+ "+") (number_literal "4")) () ")")))) (= "=") (identifier "puVar2")) (; ";")) (expression_statement "puVar2[2] = 0;" (assignment_expression "puVar2[2] = 0" (subscript_expression "puVar2[2]" (identifier "puVar2") ([ "[") (number_literal "2") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar2[3] = puVar2 + 2;" (assignment_expression "puVar2[3] = puVar2 + 2" (subscript_expression "puVar2[3]" (identifier "puVar2") ([ "[") (number_literal "3") (] "]")) (= "=") (binary_expression "puVar2 + 2" (identifier "puVar2") (+ "+") (number_literal "2"))) (; ";")) (if_statement "if (PTR_DAT_001ce39c < &DAT_001cf768) {\n puVar1 = PTR_DAT_001ce39c + 4;\n *(undefined **)PTR_DAT_001ce39c = PTR_DAT_001ce398;\n PTR_DAT_001ce39c = puVar1;\n PTR_DAT_001ce398 = (undefined *)(puVar2 + 2);\n return;\n }" (if "if") (parenthesized_expression "(PTR_DAT_001ce39c < &DAT_001cf768)" (( "(") (binary_expression "PTR_DAT_001ce39c < &DAT_001cf768" (identifier "PTR_DAT_001ce39c") (< "<") (pointer_expression "&DAT_001cf768" (& "&") (identifier "DAT_001cf768"))) () ")")) (compound_statement "{\n puVar1 = PTR_DAT_001ce39c + 4;\n *(undefined **)PTR_DAT_001ce39c = PTR_DAT_001ce398;\n PTR_DAT_001ce39c = puVar1;\n PTR_DAT_001ce398 = (undefined *)(puVar2 + 2);\n return;\n }" ({ "{") (expression_statement "puVar1 = PTR_DAT_001ce39c + 4;" (assignment_expression "puVar1 = PTR_DAT_001ce39c + 4" (identifier "puVar1") (= "=") (binary_expression "PTR_DAT_001ce39c + 4" (identifier "PTR_DAT_001ce39c") (+ "+") (number_literal "4"))) (; ";")) (expression_statement "*(undefined **)PTR_DAT_001ce39c = PTR_DAT_001ce398;" (assignment_expression "*(undefined **)PTR_DAT_001ce39c = PTR_DAT_001ce398" (pointer_expression "*(undefined **)PTR_DAT_001ce39c" (* "*") (cast_expression "(undefined **)PTR_DAT_001ce39c" (( "(") (type_descriptor "undefined **" (type_identifier "undefined") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (identifier "PTR_DAT_001ce39c"))) (= "=") (identifier "PTR_DAT_001ce398")) (; ";")) (expression_statement "PTR_DAT_001ce39c = puVar1;" (assignment_expression "PTR_DAT_001ce39c = puVar1" (identifier "PTR_DAT_001ce39c") (= "=") (identifier "puVar1")) (; ";")) (expression_statement "PTR_DAT_001ce398 = (undefined *)(puVar2 + 2);" (assignment_expression "PTR_DAT_001ce398 = (undefined *)(puVar2 + 2)" (identifier "PTR_DAT_001ce398") (= "=") (cast_expression "(undefined *)(puVar2 + 2)" (( "(") (type_descriptor "undefined *" (type_identifier "undefined") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar2 + 2)" (( "(") (binary_expression "puVar2 + 2" (identifier "puVar2") (+ "+") (number_literal "2")) () ")")))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_000236b0();" (call_expression "FUN_000236b0()" (identifier "FUN_000236b0") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void function_1(void) { type_1 *plVar1; type_1 **pplVar2; type_2 *plVar3; type_1 *new_ptr; plVar1 = stat_ptr; new_ptr = (type_1 *)0x29c37; plVar3 = (type_2 *)var_1(0x10); (plVar3->header).type = lang_group_statement_enum; (plVar3->header).next = (type_2 *)0x0; *plVar1->tail = plVar3; plVar1->tail = (type_2 **)plVar3; (plVar3->wild_statement).filename = (char *)0x0; (plVar3->reloc_statement).howto = (type_3 *)&(plVar3->output_section_statement).children ; if (var_2 < &statement_list) { pplVar2 = var_2 + 1; *var_2 = stat_ptr; var_2 = pplVar2; stat_ptr = &(plVar3->output_section_statement).children; return; } /* WARNING: Subroutine does not return */ var_3(new_ptr); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (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: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) (expression_statement (assignment_expression left: (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: (identifier) right: (number_literal)))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (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: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (identifier)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (identifier))) right: (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: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(void) { undefined *puVar1; undefined4 *puVar2; puVar1 = PTR_DAT_001ce398; puVar2 = (undefined4 *)FUN_000237c0(0x10); puVar2[1] = 0xd; *puVar2 = 0; **(undefined4 **)(puVar1 + 4) = puVar2; *(undefined4 **)(puVar1 + 4) = puVar2; puVar2[2] = 0; puVar2[3] = puVar2 + 2; if (PTR_DAT_001ce39c < &DAT_001cf768) { puVar1 = PTR_DAT_001ce39c + 4; *(undefined **)PTR_DAT_001ce39c = PTR_DAT_001ce398; PTR_DAT_001ce39c = puVar1; PTR_DAT_001ce398 = (undefined *)(puVar2 + 2); return; } /* WARNING: Subroutine does not return */ FUN_000236b0(); }
4575_i686-linux-gnu-dwp_and_i686-linux-gnu-dwp_strip.c
incremental_relocs_write_reltype<4>
FUN_000fe330
/* WARNING: Function: __x86.get_pc_thunk.si replaced with injection: get_pc_thunk_si */ /* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void incremental_relocs_write_reltype<4>(Sized_relobj_file<64,_false> * this, Relocate_info<64,_false> * relinfo, uchar * prelocs, size_t reloc_count, Output_section * output_section, Address output_offset, Output_file * of) */ void __thiscall gold::Sized_relobj_file<64,_false>::incremental_relocs_write_reltype<4> (Sized_relobj_file<64,_false> *this,Relocate_info<64,_false> *relinfo,uchar *prelocs, size_t reloc_count,Output_section *output_section,Address output_offset,Output_file *of) { byte bVar1; _func_int_varargs *p_Var2; Incremental_inputs *pIVar3; Output_data_space *pOVar4; uint uVar5; int iVar6; uchar *puVar7; uint *puVar8; uint uVar9; uint uVar10; uint uVar11; int iVar12; longlong lVar13; int *piVar14; uint *puVar15; uint uVar16; int iVar17; uint uVar18; size_t local_50; uint local_30; p_Var2 = (output_section->super_Output_data)._vptr_Output_data[0xb]; if (p_Var2 == Output_section::do_out_shndx) { local_30 = output_section->out_shndx_; if (local_30 == 0xffffffff) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx"); } } else { local_30 = (*p_Var2)(output_section); } pIVar3 = relinfo->layout->incremental_inputs_; if (pIVar3 == (Incremental_inputs *)0x0) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/reloc.cc",0x44e,"incremental_relocs_write_reltype"); } pOVar4 = pIVar3->relocs_section_; bVar1 = (pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data. field_0x1c; if ((bVar1 & 4) == 0) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/output.h",0xe3,"offset"); } uVar5 = (uint)(pOVar4->super_Output_section_data_build).super_Output_section_data. super_Output_data.offset_; iVar17 = *(int *)((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data. super_Output_data.offset_ + 4); if ((bVar1 & 2) == 0) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/output.h",0xcf,"data_size"); } uVar11 = (uint)(pOVar4->super_Output_section_data_build).super_Output_section_data. super_Output_data.data_size_; if ((iVar17 < 0) || (iVar6 = *(int *)((int)&of->file_size_ + 4), iVar17 = iVar17 + (uint)CARRY4(uVar11,uVar5), uVar11 = (uint)((uint)of->file_size_ < uVar11 + uVar5), iVar12 = iVar6 - iVar17, (SBORROW4(iVar6,iVar17) != SBORROW4(iVar12,uVar11)) != (int)(iVar12 - uVar11) < 0)) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/output.h",0x6f,"get_output_view"); } puVar7 = of->base_; local_50 = 0; if (reloc_count != 0) { do { uVar11 = *(uint *)((int)prelocs + 8); uVar18 = *(uint *)((int)prelocs + 0xc); uVar16 = this->local_symbol_count_; if (uVar16 <= uVar18) { uVar9 = *(uint *)prelocs; uVar10 = *(uint *)((int)prelocs + 4); if (output_offset == 0xffffffffffffffff) { if (uVar10 != (int)uVar9 >> 0x1f) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/gold.h",0xc0,"convert_types"); } uVar16 = Output_section::output_offset (output_section,(Relobj *)relinfo->object,relinfo->data_shndx,uVar9); if (uVar16 == 0xffffffff) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype"); } lVar13 = CONCAT44(uVar10 + ((int)uVar16 >> 0x1f) + (uint)CARRY4(uVar9,uVar16), uVar9 + uVar16); uVar16 = this->local_symbol_count_; } else { lVar13 = output_offset + *(longlong *)prelocs; } uVar9 = *(uint *)((int)prelocs + 0x10); uVar10 = *(uint *)((int)prelocs + 0x14); uVar18 = uVar18 - uVar16; piVar14 = (int *)(*(this->super_Sized_relobj<64,_false>).super_Relobj.super_Object. _vptr_Object[0x1d])(this); puVar15 = (this->super_Sized_relobj<64,_false>).super_Relobj.reloc_counts_; if (puVar15 == (uint *)0x0) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/object.h",0x603,"next_incremental_reloc_index"); } puVar8 = (this->super_Sized_relobj<64,_false>).super_Relobj.reloc_bases_; if (puVar8 == (uint *)0x0) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/object.h",0x604,"next_incremental_reloc_index"); } if ((uint)(piVar14[1] - *piVar14 >> 2) <= uVar18) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/object.h",0x605,"next_incremental_reloc_index"); } puVar15 = puVar15 + uVar18; uVar16 = *puVar15; *puVar15 = uVar16 + 1; puVar15 = (uint *)(puVar7 + uVar5 + (uVar16 + puVar8[uVar18]) * 0x18); *puVar15 = uVar11; puVar15[1] = local_30; *(longlong *)(puVar15 + 2) = lVar13; puVar15[4] = uVar9; puVar15[5] = uVar10; } local_50 = local_50 + 1; prelocs = (uchar *)((int)prelocs + 0x18); } while (reloc_count != local_50); } return; }
/* WARNING: Function: __i686.get_pc_thunk.si replaced with injection: get_pc_thunk_si */ void FUN_000fe330(int *param_1,int param_2,uint *param_3,int param_4,int *param_5,uint param_6, uint param_7,int param_8) { int iVar1; uint uVar2; int iVar3; uint uVar4; uint uVar5; uint uVar6; int *piVar7; uint *puVar8; uint uVar9; int iVar10; uint uVar11; int local_50; uint local_4c; uint local_48; uint local_30; if (*(code **)(*param_5 + 0x2c) == FUN_00069430) { local_30 = param_5[0x18]; if (local_30 == 0xffffffff) { /* WARNING: Subroutine does not return */ FUN_0005f0b0("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff); } } else { local_30 = (**(code **)(*param_5 + 0x2c))(param_5); } iVar1 = *(int *)(*(int *)(param_2 + 4) + 0x1d0); if (iVar1 == 0) { /* WARNING: Subroutine does not return */ FUN_0005f0b0("../../gold/reloc.cc",0x44e,"incremental_relocs_write_reltype",0); } iVar1 = *(int *)(iVar1 + 0x3c); if ((*(byte *)(iVar1 + 0x1c) & 4) == 0) { /* WARNING: Subroutine does not return */ FUN_0005f0b0("../../gold/output.h",0xe3,"offset",iVar1); } uVar2 = *(uint *)(iVar1 + 0x14); iVar3 = *(int *)(iVar1 + 0x18); if ((*(byte *)(iVar1 + 0x1c) & 2) == 0) { /* WARNING: Subroutine does not return */ FUN_0005f0b0("../../gold/output.h",0xcf,"data_size"); } if ((iVar3 < 0) || (iVar10 = iVar3 + (uint)CARRY4(*(uint *)(iVar1 + 0xc),uVar2), uVar6 = (uint)(*(uint *)(param_8 + 8) < *(uint *)(iVar1 + 0xc) + uVar2), iVar1 = *(int *)(param_8 + 0xc) - iVar10, (SBORROW4(*(int *)(param_8 + 0xc),iVar10) != SBORROW4(iVar1,uVar6)) != (int)(iVar1 - uVar6) < 0 )) { /* WARNING: Subroutine does not return */ FUN_0005f0b0("../../gold/output.h",0x6f,"get_output_view",iVar3); } iVar1 = *(int *)(param_8 + 0x10); local_50 = 0; if (param_4 != 0) { do { uVar6 = param_3[2]; uVar11 = param_3[3]; uVar9 = param_1[0x2c]; if (uVar9 <= uVar11) { uVar4 = *param_3; uVar5 = param_3[1]; if ((param_7 & param_6) == 0xffffffff) { if (uVar5 != (int)uVar4 >> 0x1f) { /* WARNING: Subroutine does not return */ FUN_0005f0b0("../../gold/gold.h",0xc0,"convert_types"); } uVar9 = FUN_000c2280(param_5,*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18), uVar4); if (uVar9 == 0xffffffff) { /* WARNING: Subroutine does not return */ FUN_0005f0b0("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype"); } local_4c = uVar4 + uVar9; local_48 = uVar5 + ((int)uVar9 >> 0x1f) + (uint)CARRY4(uVar4,uVar9); uVar9 = param_1[0x2c]; } else { local_4c = uVar4 + param_6; local_48 = uVar5 + param_7 + (uint)CARRY4(uVar4,param_6); } uVar4 = param_3[4]; uVar5 = param_3[5]; uVar11 = uVar11 - uVar9; piVar7 = (int *)(**(code **)(*param_1 + 0x74))(param_1); if (param_1[0x16] == 0) { /* WARNING: Subroutine does not return */ FUN_0005f0b0("../../gold/object.h",0x603,"next_incremental_reloc_index"); } iVar3 = param_1[0x17]; if (iVar3 == 0) { /* WARNING: Subroutine does not return */ FUN_0005f0b0("../../gold/object.h",0x604,"next_incremental_reloc_index"); } if ((uint)(piVar7[1] - *piVar7 >> 2) <= uVar11) { /* WARNING: Subroutine does not return */ FUN_0005f0b0("../../gold/object.h",0x605,"next_incremental_reloc_index"); } piVar7 = (int *)(param_1[0x16] + uVar11 * 4); iVar10 = *piVar7; *piVar7 = iVar10 + 1; puVar8 = (uint *)(uVar2 + (iVar10 + *(int *)(iVar3 + uVar11 * 4)) * 0x18 + iVar1); *puVar8 = uVar6; puVar8[1] = local_30; puVar8[2] = local_4c; puVar8[3] = local_48; puVar8[4] = uVar4; puVar8[5] = uVar5; } local_50 = local_50 + 1; param_3 = param_3 + 6; } while (param_4 != local_50); } return; }
PUSH EBP PUSH EDI PUSH ESI CALL 0x0004fb7a ADD ESI,0x203cc8 PUSH EBX SUB ESP,0x4c MOV EAX,dword ptr [ESP + 0x74] MOV EDX,dword ptr [ESP + 0x78] MOV ECX,dword ptr [ESP + 0x68] MOV EBX,dword ptr [ESP + 0x7c] MOV dword ptr [ESP + 0x30],EAX MOV EAX,dword ptr [ESP + 0x70] MOV dword ptr [ESP + 0x34],EDX LEA EDX,[ESI + 0xffd67430] MOV EAX,dword ptr [EAX] MOV dword ptr [ESP + 0x3c],ESI MOV EAX,dword ptr [EAX + 0x2c] CMP EAX,EDX JNZ 0x000fe580 MOV EAX,dword ptr [ESP + 0x70] MOV EAX,dword ptr [EAX + 0x60] MOV dword ptr [ESP + 0x2c],EAX CMP EAX,-0x1 JZ 0x000fe6a9 MOV EAX,dword ptr [ESP + 0x64] MOV EAX,dword ptr [EAX + 0x4] MOV EAX,dword ptr [EAX + 0x1d0] TEST EAX,EAX JZ 0x000fe68c MOV EAX,dword ptr [EAX + 0x3c] MOVZX EDX,byte ptr [EAX + 0x1c] TEST DL,0x4 JZ 0x000fe66f AND EDX,0x2 MOV ESI,dword ptr [EAX + 0x14] MOV EDI,dword ptr [EAX + 0x18] JZ 0x000fe652 MOV EAX,dword ptr [EAX + 0xc] TEST EDI,EDI JS 0x000fe638 XOR EDX,EDX MOV EBP,dword ptr [EBX + 0xc] ADD EAX,ESI ADC EDX,EDI CMP dword ptr [EBX + 0x8],EAX SBB EBP,EDX JL 0x000fe638 MOV EAX,dword ptr [EBX + 0x10] MOV dword ptr [ESP + 0x24],ESI MOV ESI,dword ptr [ESP + 0x6c] MOV dword ptr [ESP + 0xc],0x0 MOV dword ptr [ESP + 0x28],EAX TEST ESI,ESI JZ 0x000fe578 MOV ESI,dword ptr [ESP + 0x34] MOV EBX,dword ptr [ESP + 0x30] MOV EDX,dword ptr [ESP + 0x60] MOV EAX,ESI MOV ESI,ECX AND EAX,EBX NOT EAX MOV dword ptr [ESP + 0x38],EAX JMP 0x000fe4d8 ADD EDI,dword ptr [ESP + 0x30] ADC EBP,dword ptr [ESP + 0x34] MOV dword ptr [ESP + 0x10],EDI MOV dword ptr [ESP + 0x14],EBP MOV EDI,dword ptr [ESI + 0x10] MOV EBP,dword ptr [ESI + 0x14] SUB ESP,0xc MOV EBX,ECX SUB EBX,EAX MOV EAX,dword ptr [EDX] MOV dword ptr [ESP + 0x24],EDI MOV dword ptr [ESP + 0x28],EBP PUSH EDX MOV dword ptr [ESP + 0x70],EDX CALL dword ptr [EAX + 0x74] MOV EDX,dword ptr [ESP + 0x70] ADD ESP,0x10 MOV ECX,dword ptr [EAX + 0x4] SUB ECX,dword ptr [EAX] MOV EDI,dword ptr [EDX + 0x58] MOV EAX,ECX SAR EAX,0x2 TEST EDI,EDI JZ 0x000fe5db MOV ECX,dword ptr [EDX + 0x5c] TEST ECX,ECX JZ 0x000fe5bc CMP EBX,EAX JNC 0x000fe59d LEA EDI,[EDI + EBX*0x4] MOV EAX,dword ptr [EDI] LEA EBP,[EAX + 0x1] MOV dword ptr [EDI],EBP ADD EAX,dword ptr [ECX + EBX*0x4] MOV EBX,dword ptr [ESP + 0x24] LEA EAX,[EAX + EAX*0x2] MOV ECX,dword ptr [ESP + 0x20] MOV EDI,dword ptr [ESP + 0x18] MOV EBP,dword ptr [ESP + 0x1c] LEA EAX,[EBX + EAX*0x8] MOV EBX,dword ptr [ESP + 0x2c] ADD EAX,dword ptr [ESP + 0x28] MOV dword ptr [EAX],ECX MOV ECX,dword ptr [ESP + 0x10] MOV dword ptr [EAX + 0x4],EBX MOV EBX,dword ptr [ESP + 0x14] MOV dword ptr [EAX + 0x8],ECX MOV dword ptr [EAX + 0xc],EBX MOV dword ptr [EAX + 0x10],EDI MOV dword ptr [EAX + 0x14],EBP ADD dword ptr [ESP + 0xc],0x1 ADD ESI,0x18 MOV EAX,dword ptr [ESP + 0xc] CMP dword ptr [ESP + 0x6c],EAX JZ 0x000fe578 MOV EAX,dword ptr [ESI + 0x8] MOV ECX,dword ptr [ESI + 0xc] MOV dword ptr [ESP + 0x20],EAX MOV EAX,dword ptr [EDX + 0xb0] CMP EAX,ECX JA 0x000fe4c2 MOV EBX,dword ptr [ESP + 0x38] MOV EDI,dword ptr [ESI] MOV EBP,dword ptr [ESI + 0x4] TEST EBX,EBX JNZ 0x000fe420 MOV EAX,EDI MOV dword ptr [ESP + 0x10],EDI SAR EAX,0x1f MOV dword ptr [ESP + 0x14],EAX CMP EBP,dword ptr [ESP + 0x14] JNZ 0x000fe619 MOV dword ptr [ESP + 0x60],EDX MOV dword ptr [ESP + 0x10],ECX PUSH EDI MOV EAX,dword ptr [ESP + 0x68] PUSH dword ptr [EAX + 0x18] MOV EAX,dword ptr [ESP + 0x6c] PUSH dword ptr [EAX + 0x8] PUSH dword ptr [ESP + 0x7c] MOV EBX,dword ptr [ESP + 0x4c] CALL 0x000c2280 ADD ESP,0x10 MOV ECX,dword ptr [ESP + 0x10] MOV EDX,dword ptr [ESP + 0x60] CMP EAX,-0x1 JZ 0x000fe5fa MOV dword ptr [ESP + 0x10],EAX SAR EAX,0x1f ADD EDI,dword ptr [ESP + 0x10] MOV dword ptr [ESP + 0x14],EAX ADC EBP,dword ptr [ESP + 0x14] MOV dword ptr [ESP + 0x10],EDI MOV EAX,dword ptr [EDX + 0xb0] MOV dword ptr [ESP + 0x14],EBP JMP 0x000fe430 ADD ESP,0x4c POP EBX POP ESI POP EDI POP EBP RET MOV dword ptr [ESP + 0x68],ECX SUB ESP,0xc PUSH dword ptr [ESP + 0x7c] CALL EAX MOV dword ptr [ESP + 0x3c],EAX ADD ESP,0x10 MOV ECX,dword ptr [ESP + 0x68] JMP 0x000fe389 SUB ESP,0x4 MOV EBX,dword ptr [ESP + 0x40] LEA EAX,[EBX + 0xfff2bcc4] PUSH EAX LEA EAX,[EBX + 0xfff1801a] PUSH 0x605 PUSH EAX CALL 0x0005f0b0 SUB ESP,0x4 MOV EBX,dword ptr [ESP + 0x40] LEA EAX,[EBX + 0xfff2bcc4] PUSH EAX LEA EAX,[EBX + 0xfff1801a] PUSH 0x604 PUSH EAX CALL 0x0005f0b0 SUB ESP,0x4 MOV EBX,dword ptr [ESP + 0x40] LEA EAX,[EBX + 0xfff2bcc4] PUSH EAX LEA EAX,[EBX + 0xfff1801a] PUSH 0x603 PUSH EAX CALL 0x0005f0b0 SUB ESP,0x4 MOV EBX,dword ptr [ESP + 0x40] LEA EAX,[EBX + 0xfff2bb80] PUSH EAX LEA EAX,[EBX + 0xfff2b6a7] PUSH 0x46d PUSH EAX CALL 0x0005f0b0 SUB ESP,0x4 MOV EBX,dword ptr [ESP + 0x40] LEA EAX,[EBX + 0xfff2bba4] PUSH EAX LEA EAX,[EBX + 0xfff1eb79] PUSH 0xc0 PUSH EAX CALL 0x0005f0b0 PUSH EDI MOV EBX,dword ptr [ESP + 0x40] LEA EAX,[EBX + 0xfff2bdfc] PUSH EAX LEA EAX,[EBX + 0xfff1f60c] PUSH 0x6f PUSH EAX CALL 0x0005f0b0 PUSH EBP MOV EBX,dword ptr [ESP + 0x40] LEA EAX,[EBX + 0xfff2be34] PUSH EAX LEA EAX,[EBX + 0xfff1f60c] PUSH 0xcf PUSH EAX CALL 0x0005f0b0 PUSH EAX MOV EBX,dword ptr [ESP + 0x40] LEA EAX,[EBX + 0xfff2be40] PUSH EAX LEA EAX,[EBX + 0xfff1f60c] PUSH 0xe3 PUSH EAX CALL 0x0005f0b0 PUSH EAX MOV EBX,dword ptr [ESP + 0x40] LEA EAX,[EBX + 0xfff2bb80] PUSH EAX LEA EAX,[EBX + 0xfff2b6a7] PUSH 0x44e PUSH EAX CALL 0x0005f0b0 PUSH EAX MOV EBX,dword ptr [ESP + 0x40] LEA EAX,[EBX + 0xfff2bce4] PUSH EAX LEA EAX,[EBX + 0xfff1f60c] PUSH 0x1043 PUSH EAX CALL 0x0005f0b0
null
null
null
null
[(u'CAST_-1206849861', u'LOAD_-1206850035'), ('const-0', u'PTRSUB_-1206850225'), ('const-417', u'LOAD_-1206851944'), (u'CAST_-1206849889', u'INT_ADD_-1206849983'), (u'PTRSUB_-1206850030', u'PTRSUB_-1206850017'), ('const-0', u'PTRSUB_-1206850065'), (u'CAST_-1206850046', u'INT_ADD_-1206850166'), ('const-0', u'PTRSUB_-1206850211'), ('const-0', u'PTRSUB_-1206850255'), (u'CAST_-1206849862', u'LOAD_-1206852058'), (u'INT_ADD_-1206849987', u'CAST_-1206849893'), ('tmp_3161', u'PTRSUB_-1206850058'), ('const-24', u'INT_ADD_-1206850005'), (u'MULTIEQUAL_-1206850776', u'CAST_-1206849861'), ('const-4294967295', u'INT_EQUAL_-1206852635'), (u'PTRSUB_-1206850186', u'LOAD_-1206852525'), ('const-0', u'INT_SLESS_-1206852506'), ('tmp_258', u'CBRANCH_-1206852633'), ('const-2284740', u'COPY_-1206849757'), (u'INT_ADD_-1206850166', u'CAST_-1206850045'), (u'PTRSUB_-1206849928', u'LOAD_-1206852095'), (u'INT_SRIGHT_-1206851800', u'INT_ADD_-1206851746'), ('const-0', u'INT_EQUAL_-1206852563'), (u'PTRSUB_-1206850356', u'INT_EQUAL_-1206852675'), (u'LOAD_-1206851935', u'INT_SUB_-1206851916'), (u'INT_ADD_-1206851741', u'PIECE_-1206849869'), ('tmp_3161', u'PTRSUB_-1206850076'), ('const-417', u'LOAD_-1206852706'), (u'LOAD_-1206852416', u'PTRADD_-1206851665'), ('const-29', u'PTRADD_-1206850042'), (u'LOAD_-1206852058', u'INT_ADD_-1206851746'), (u'LOAD_-1206851860', u'INT_EQUAL_-1206851842'), (u'INT_EQUAL_-1206852563', u'CBRANCH_-1206852561'), ('const-1', u'PTRADD_-1206849987'), (u'PTRSUB_-1206850255', u'PTRSUB_-1206850220'), ('tmp_3162', u'PTRSUB_-1206850301'), ('const-417', u'STORE_-1206851672'), (u'INT_SRIGHT_-1206851993', u'INT_NOTEQUAL_-1206851963'), (u'INT_SBORROW_-1206852415', u'INT_NOTEQUAL_-1206852425'), ('const-0', u'PTRSUB_-1206850030'), (u'SUBPIECE_-1206850198', u'INT_ADD_-1206851729'), ('const-417', u'LOAD_-1206851739'), ('const-417', u'LOAD_-1206852456'), ('const-0', u'PTRSUB_-1206850260'), (u'MULTIEQUAL_-1206850776', u'CAST_-1206850046'), ('const--1', u'INT_EQUAL_-1206852040'), (u'PTRADD_-1206850027', u'LOAD_-1206851792'), (u'PTRSUB_-1206850208', u'LOAD_-1206852416'), ('tmp_3165', u'CALL_-1206851885'), (u'INT_SLESS_-1206852422', u'INT_NOTEQUAL_-1206852415'), ('const-4163', u'CALL_-1206850778'), (u'COPY_-1206849552', u'CALL_-1206850778'), (u'PTRADD_-1206849979', u'CAST_-1206849907'), (u'INT_ADD_-1206850170', u'CAST_-1206850050'), ('const-0', u'PTRSUB_-1206850058'), (u'CAST_-1206849894', u'INT_ADD_-1206849987'), ('const-8', u'INT_ADD_-1206849987'), ('tmp_1405', u'BRANCH_-1206851722'), ('const-0', u'PTRSUB_-1206850048'), (u'PTRADD_-1206850038', u'LOAD_-1206851811'), (u'MULTIEQUAL_-1206850776', u'CAST_-1206849894'), ('const-1540', u'CALL_-1206851261'), ('const-2285052', u'COPY_-1206849667'), ('const-1133', u'CALL_-1206851139'), ('const-2284416', u'COPY_-1206849731'), (u'INT_ADD_-1206852466', u'INT_LESS_-1206852441'), ('const-2233868', u'COPY_-1206849561'), ('const-1', u'RETURN_-1206851073'), (u'PTRSUB_-1206850225', u'PTRSUB_-1206850211'), ('const-0', u'PTRSUB_-1206850356'), (u'PTRSUB_-1206850229', u'CAST_-1206850167'), ('const-1', u'INT_ADD_-1206851646'), ('const-2284740', u'COPY_-1206849789'), (u'INT_EQUAL_-1206852594', u'CBRANCH_-1206852593'), (u'CAST_-1206849928', u'PTRADD_-1206849968'), ('tmp_3165', u'PTRSUB_-1206850344'), (u'INT_ADD_-1206851646', u'INT_NOTEQUAL_-1206851611'), ('const-2285108', u'COPY_-1206849637'), (u'MULTIEQUAL_-1206851002', u'INT_SUB_-1206851993'), ('const-417', u'LOAD_-1206852661'), ('const-2', u'PTRADD_-1206849979'), ('tmp_3166', u'INT_EQUAL_-1206852040'), ('const-417', u'LOAD_-1206851930'), (u'INT_NOTEQUAL_-1206852365', u'CBRANCH_-1206852365'), ('const-417', u'LOAD_-1206852063'), (u'INT_EQUAL_-1206851866', u'CBRANCH_-1206851865'), ('const-417', u'LOAD_-1206852002'), ('tmp_3162', u'PTRSUB_-1206849855'), ('tmp_3166', u'INT_ADD_-1206850229'), ('const-0', u'INT_EQUAL_-1206851866'), ('const-0', u'RETURN_-1206851403'), ('const-28', u'PTRSUB_-1206850218'), (u'INT_AND_-1206850898', u'INT_EQUAL_-1206852563'), (u'COPY_-1206849650', u'CALL_-1206850937'), ('const-0', u'SUBPIECE_-1206850164'), ('const-417', u'LOAD_-1206852525'), (u'INT_EQUAL_-1206852635', u'CBRANCH_-1206852633'), ('const-16', u'PTRSUB_-1206850208'), ('const-1', u'INT_ADD_-1206851790'), (u'LOAD_-1206852058', u'INT_NOTEQUAL_-1206851963'), ('const-0', u'PTRSUB_-1206850229'), (u'INT_MULT_-1206851717', u'INT_ADD_-1206851729'), (u'LOAD_-1206852490', u'INT_SBORROW_-1206852419'), (u'CAST_-1206849928', u'PTRADD_-1206849972'), ('const-4', u'PTRADD_-1206849979'), ('const-31', u'INT_SRIGHT_-1206851800'), ('const-417', u'LOAD_-1206852416'), (u'COPY_-1206849607', u'CALL_-1206850884'), (u'INT_NOTEQUAL_-1206851963', u'CBRANCH_-1206851960'), ('const-1', u'RETURN_-1206851134'), ('tmp_3164', u'INT_NOTEQUAL_-1206851611'), ('tmp_3167', u'PTRSUB_-1206850229'), (u'PTRADD_-1206850038', u'STORE_-1206851800'), ('const-0', u'PTRSUB_-1206850305'), (u'INT_SUB_-1206852421', u'INT_SBORROW_-1206852415'), ('tmp_609', u'CBRANCH_-1206852421'), ('const-227', u'CALL_-1206850884'), (u'PTRSUB_-1206850057', u'LOAD_-1206852002'), ('const-2233868', u'COPY_-1206849680'), ('const-20', u'INT_ADD_-1206850166'), (u'SUBPIECE_-1206850164', u'INT_LESS_-1206852441'), (u'INT_EQUAL_-1206852544', u'CBRANCH_-1206852530'), (u'CAST_-1206849976', u'INT_LESSEQUAL_-1206851822'), ('const-5', u'PTRADD_-1206849968'), ('const-1', u'RETURN_-1206850985'), (u'INT_ADD_-1206850243', u'CAST_-1206850190'), ('const-417', u'LOAD_-1206852039'), ('const-0', u'INT_EQUAL_-1206852594'), (u'CAST_-1206849907', u'STORE_-1206850088'), (u'CAST_-1206850166', u'LOAD_-1206852490'), (u'PTRSUB_-1206850058', u'PTRSUB_-1206850030'), (u'LOAD_-1206851930', u'CALL_-1206851885'), (u'CAST_-1206850051', u'INT_ADD_-1206850170'), ('const-8', u'PTRSUB_-1206850220'), (u'PTRSUB_-1206850065', u'PTRSUB_-1206850057'), (u'INT_ADD_-1206851771', u'PIECE_-1206849869'), (u'CAST_-1206850155', u'INT_SLESS_-1206852422'), (u'CAST_-1206849794', u'CALL_-1206851885'), (u'LOAD_-1206852544', u'SUBPIECE_-1206850198'), (u'LOAD_-1206851792', u'INT_ADD_-1206851774'), ('const-4', u'PTRADD_-1206850083'), (u'INT_AND_-1206850962', u'INT_EQUAL_-1206852544'), (u'INT_SUB_-1206851916', u'INT_SRIGHT_-1206851885'), (u'LOAD_-1206852706', u'PTRADD_-1206850286'), (u'COPY_-1206849821', u'CALL_-1206851322'), ('const-20', u'PTRSUB_-1206850201'), (u'LOAD_-1206852694', u'INT_EQUAL_-1206852675'), ('const-417', u'LOAD_-1206851915'), ('const-176', u'PTRSUB_-1206849928'), (u'INT_ADD_-1206851646', u'MULTIEQUAL_-1206850305'), (u'LOAD_-1206852538', u'INT_SLESS_-1206852506'), ('tmp_854', u'CBRANCH_-1206852038'), ('const-0', u'SUBPIECE_-1206850185'), (u'CAST_-1206850191', u'INT_ADD_-1206850243'), ('const-4', u'PTRADD_-1206849972'), (u'CAST_-1206849764', u'INT_SRIGHT_-1206851800'), ('const-4', u'PTRSUB_-1206850301'), (u'CAST_-1206849866', u'LOAD_-1206852063'), ('tmp_1768', u'CBRANCH_-1206851841'), (u'INT_ADD_-1206851774', u'INT_MULT_-1206851717'), (u'SUBPIECE_-1206850198', u'INT_CARRY_-1206852466'), (u'SUBPIECE_-1206850198', u'INT_ADD_-1206852466'), (u'PTRSUB_-1206850209', u'PTRSUB_-1206850195'), ('const-0', u'PTRSUB_-1206850195'), ('tmp_1800', u'CBRANCH_-1206851821'), (u'LOAD_-1206852456', u'SUBPIECE_-1206850164'), ('const-11', u'PTRADD_-1206850286'), ('const-111', u'CALL_-1206850990'), ('const-417', u'LOAD_-1206852490'), (u'INT_LESSEQUAL_-1206852060', u'CBRANCH_-1206852070'), (u'PTRSUB_-1206850195', u'PTRSUB_-1206850186'), ('const-1', u'RETURN_-1206850773'), ('const-417', u'LOAD_-1206850035'), ('const-4', u'PTRADD_-1206849968'), (u'LOAD_-1206852063', u'CAST_-1206849843'), (u'LOAD_-1206852063', u'INT_ADD_-1206851771'), (u'INT_LESS_-1206852441', u'INT_ZEXT_-1206852427'), (u'LOAD_-1206852095', u'MULTIEQUAL_-1206851002'), (u'INT_NOTEQUAL_-1206852425', u'INT_NOTEQUAL_-1206852415'), ('const-0', u'PTRSUB_-1206850244'), ('const-8', u'PTRSUB_-1206850229'), (u'COPY_-1206849588', u'CALL_-1206850831'), ('const-0', u'SUBPIECE_-1206850198'), (u'PTRSUB_-1206850278', u'PTRSUB_-1206850243'), (u'INT_SUB_-1206851993', u'PTRADD_-1206850027'), (u'PTRSUB_-1206850260', u'PTRSUB_-1206850225'), (u'CAST_-1206849892', u'INT_ADD_-1206850005'), (u'COPY_-1206849637', u'CALL_-1206850937'), ('const-2', u'INT_SRIGHT_-1206851885'), (u'PTRADD_-1206850042', u'LOAD_-1206851972'), ('const-0', u'INT_EQUAL_-1206852544'), (u'MULTIEQUAL_-1206850495', u'STORE_-1206851703'), (u'COPY_-1206849834', u'CALL_-1206851322'), (u'LOAD_-1206852108', u'INT_LESSEQUAL_-1206852060'), ('const-1', u'RETURN_-1206851317'), (u'INT_SUB_-1206852416', u'CAST_-1206850155'), ('const-24', u'PTRSUB_-1206849863'), ('const-0', u'INT_EQUAL_-1206851842'), ('tmp_3164', u'INT_NOTEQUAL_-1206852365'), (u'MULTIEQUAL_-1206850776', u'CAST_-1206849889'), ('const-2203674', u'COPY_-1206849834'), (u'LOAD_-1206852095', u'INT_LESSEQUAL_-1206852060'), ('tmp_3167', u'PTRSUB_-1206850208'), ('const-96', u'PTRSUB_-1206850322'), (u'LOAD_-1206852588', u'PTRSUB_-1206850278'), (u'LOAD_-1206851811', u'INT_ADD_-1206851790'), (u'LOAD_-1206852588', u'PTRSUB_-1206850260'), ('const-4', u'PTRADD_-1206849972'), (u'PTRADD_-1206850083', u'LOAD_-1206851944'), ('tmp_3112', u'BRANCH_-1206851039'), (u'LOAD_-1206852538', u'INT_ADD_-1206852449'), (u'PTRSUB_-1206850197', u'CAST_-1206850191'), ('const-12', u'PTRSUB_-1206850186'), ('tmp_3161', u'PTRSUB_-1206849795'), ('const-2284416', u'COPY_-1206849586'), ('const-176', u'PTRSUB_-1206849795'), (u'COPY_-1206849733', u'CALL_-1206851139'), (u'INT_ADD_-1206851746', u'INT_ADD_-1206851741'), ('const-417', u'LOAD_-1206852615'), ('const-0', u'PTRSUB_-1206850209'), ('const-1', u'PTRADD_-1206851665'), ('tmp_3167', u'PTRSUB_-1206850220'), (u'INT_SUB_-1206851993', u'PTRADD_-1206850038'), ('const-1', u'PTRADD_-1206850083'), (u'INT_ADD_-1206850005', u'CAST_-1206849891'), ('const-417', u'LOAD_-1206851860'), (u'INT_SUB_-1206852421', u'INT_SUB_-1206852416'), (u'CAST_-1206849843', u'INT_SRIGHT_-1206851993'), (u'LOAD_-1206852694', u'CALLIND_-1206851064'), ('const-2233868', u'COPY_-1206849620'), (u'PTRSUB_-1206850243', u'PTRSUB_-1206850229'), ('const-0', u'PTRSUB_-1206850220'), (u'LOAD_-1206851924', u'INT_EQUAL_-1206851866'), (u'INT_ADD_-1206851790', u'STORE_-1206851800'), ('const-0', u'PTRSUB_-1206850206'), ('const-417', u'LOAD_-1206852058'), (u'CAST_-1206850190', u'LOAD_-1206852538'), ('const-0', u'PTRSUB_-1206850079'), ('const-0', u'PTRSUB_-1206850057'), ('tmp_2139', u'CBRANCH_-1206851609'), ('const-0', u'PTRSUB_-1206850108'), (u'CALL_-1206851885', u'INT_CARRY_-1206851773'), (u'CALLIND_-1206851064', u'MULTIEQUAL_-1206850495'), ('const-0', u'INT_SLESS_-1206852422'), (u'LOAD_-1206852525', u'SUBPIECE_-1206850185'), (u'MULTIEQUAL_-1206850776', u'CAST_-1206849892'), ('const-2231161', u'COPY_-1206849707'), ('const-4', u'PTRADD_-1206850038'), ('const-2233868', u'COPY_-1206849650'), ('const-4294967295', u'INT_EQUAL_-1206851844'), ('const-2283175', u'COPY_-1206849588'), (u'INT_ZEXT_-1206852427', u'INT_SUB_-1206852416'), ('const-2203674', u'COPY_-1206849802'), (u'INT_SLESS_-1206852506', u'CBRANCH_-1206852506'), (u'COPY_-1206849802', u'CALL_-1206851261'), (u'COPY_-1206849731', u'CALL_-1206851139'), ('const-417', u'LOAD_-1206852114'), ('const-24', u'INT_MULT_-1206851717'), (u'PTRSUB_-1206850244', u'PTRSUB_-1206850209'), ('const-1', u'RETURN_-1206850879'), ('tmp_426', u'CBRANCH_-1206852506'), ('const-2283175', u'COPY_-1206849733'), (u'INT_ADD_-1206849983', u'CAST_-1206849888'), ('const-417', u'LOAD_-1206852621'), (u'LOAD_-1206852490', u'INT_SUB_-1206852421'), ('const-2', u'INT_AND_-1206850962'), ('const-4', u'PTRADD_-1206850042'), (u'LOAD_-1206852108', u'INT_SUB_-1206851993'), ('const-417', u'STORE_-1206851800'), (u'INT_LESSEQUAL_-1206851822', u'CBRANCH_-1206851821'), (u'MULTIEQUAL_-1206850776', u'CAST_-1206850051'), (u'INT_SRIGHT_-1206851885', u'CAST_-1206849976'), ('const-417', u'STORE_-1206851678'), ('const-4', u'INT_ADD_-1206849958'), (u'PTRSUB_-1206850301', u'LOAD_-1206852621'), (u'INT_NOTEQUAL_-1206851611', u'CBRANCH_-1206851609'), (u'PTRSUB_-1206850211', u'PTRSUB_-1206850201'), (u'PTRSUB_-1206850218', u'LOAD_-1206852582'), ('const-8', u'PTRSUB_-1206849855'), ('const-192', u'CALL_-1206851078'), (u'PTRSUB_-1206850229', u'PTRSUB_-1206850218'), ('const-4', u'INT_ADD_-1206850275'), (u'CAST_-1206849928', u'STORE_-1206851715'), (u'CAST_-1206849928', u'PTRADD_-1206849979'), ('const-417', u'STORE_-1206851703'), (u'LOAD_-1206852582', u'INT_AND_-1206850898'), ('const-0', u'PTRSUB_-1206850243'), (u'LOAD_-1206852588', u'PTRSUB_-1206850255'), (u'SUBPIECE_-1206850185', u'INT_CARRY_-1206852466'), (u'SUBPIECE_-1206850185', u'INT_ADD_-1206852466'), (u'COPY_-1206849757', u'CALL_-1206851200'), (u'COPY_-1206849620', u'CALL_-1206850884'), (u'LOAD_-1206852621', u'PTRSUB_-1206850297'), (u'INT_ZEXT_-1206851754', u'INT_ADD_-1206851741'), ('const-417', u'LOAD_-1206851972'), ('const-417', u'LOAD_-1206851924'), (u'PTRSUB_-1206850322', u'LOAD_-1206852661'), (u'LOAD_-1206852002', u'PTRADD_-1206850042'), (u'INT_SBORROW_-1206852419', u'INT_NOTEQUAL_-1206852425'), (u'INT_NOTEQUAL_-1206852415', u'CBRANCH_-1206852421'), (u'INT_ADD_-1206850229', u'MULTIEQUAL_-1206850169'), (u'INT_EQUAL_-1206852040', u'CBRANCH_-1206852038'), (u'PTRADD_-1206850286', u'LOAD_-1206852694'), ('tmp_3165', u'CALLIND_-1206851064'), ('const-0', u'COPY_-1206852396'), (u'CAST_-1206849888', u'LOAD_-1206852108'), (u'INT_ADD_-1206850275', u'CAST_-1206850166'), ('const-417', u'LOAD_-1206852588'), (u'CAST_-1206849891', u'MULTIEQUAL_-1206850776'), ('const-431152', u'PTRSUB_-1206850356'), (u'MULTIEQUAL_-1206850305', u'INT_ADD_-1206851646'), ('const-1', u'RETURN_-1206850932'), (u'PTRADD_-1206849987', u'STORE_-1206851703'), ('tmp_3163', u'MULTIEQUAL_-1206850776'), ('tmp_308', u'CBRANCH_-1206852593'), (u'LOAD_-1206850035', u'INT_ADD_-1206850229'), (u'PTRSUB_-1206850220', u'LOAD_-1206852456'), (u'LOAD_-1206852063', u'CALL_-1206851885'), ('const-0', u'PTRSUB_-1206850344'), ('const-417', u'LOAD_-1206852108'), ('const-60', u'PTRSUB_-1206850282'), (u'PTRSUB_-1206850206', u'PTRSUB_-1206850197'), ('const-1', u'RETURN_-1206851195'), ('tmp_675', u'CBRANCH_-1206852365'), (u'CALL_-1206851885', u'INT_ADD_-1206851771'), ('const-417', u'LOAD_-1206852544'), ('const-2284452', u'COPY_-1206849698'), ('tmp_805', u'CBRANCH_-1206852070'), (u'INT_ADD_-1206851729', u'PTRADD_-1206851665'), (u'CALL_-1206851885', u'CAST_-1206849764'), (u'LOAD_-1206851860', u'PTRADD_-1206850027'), ('const-464', u'PTRSUB_-1206850297'), ('tmp_3162', u'PTRSUB_-1206849863'), ('tmp_3165', u'PTRSUB_-1206850322'), ('tmp_204', u'CBRANCH_-1206852673'), ('tmp_3161', u'PTRSUB_-1206850108'), (u'PTRSUB_-1206850108', u'PTRSUB_-1206850079'), (u'INT_SUB_-1206851993', u'INT_LESSEQUAL_-1206851822'), ('const-4', u'PTRADD_-1206850286'), (u'INT_ZEXT_-1206852459', u'INT_ADD_-1206852449'), (u'LOAD_-1206852582', u'INT_AND_-1206850962'), (u'CAST_-1206849863', u'INT_ADD_-1206849958'), (u'INT_EQUAL_-1206852675', u'CBRANCH_-1206852673'), ('const-417', u'LOAD_-1206852582'), (u'INT_ADD_-1206852449', u'INT_SUB_-1206852421'), ('const-2203674', u'COPY_-1206849770'), ('tmp_3161', u'CALLIND_-1206851962'), (u'LOAD_-1206851944', u'INT_SUB_-1206851916'), (u'CAST_-1206850019', u'PTRADD_-1206850083'), ('const-92', u'PTRSUB_-1206850017'), (u'CAST_-1206850050', u'LOAD_-1206852039'), ('const-4', u'PTRADD_-1206850027'), ('const-417', u'LOAD_-1206851792'), ('const-12', u'INT_ADD_-1206849983'), (u'LOAD_-1206852063', u'INT_CARRY_-1206851773'), ('tmp_1005', u'CBRANCH_-1206851960'), (u'PTRSUB_-1206849795', u'LOAD_-1206851739'), (u'LOAD_-1206852033', u'STORE_-1206851672'), (u'COPY_-1206849561', u'CALL_-1206850778'), ('const-417', u'LOAD_-1206852033'), ('const-4', u'INT_AND_-1206850898'), (u'LOAD_-1206851924', u'PTRADD_-1206850038'), (u'COPY_-1206849707', u'CALL_-1206851078'), (u'INT_CARRY_-1206852466', u'INT_ZEXT_-1206852459'), ('const-1', u'RETURN_-1206850826'), ('const-1541', u'CALL_-1206851322'), (u'PTRSUB_-1206850048', u'PTRSUB_-1206850034'), (u'PTRSUB_-1206850282', u'LOAD_-1206852588'), (u'MULTIEQUAL_-1206850169', u'STORE_-1206850088'), (u'CAST_-1206849928', u'PTRADD_-1206849987'), ('const-1', u'RETURN_-1206851256'), ('const-417', u'STORE_-1206851715'), (u'PIECE_-1206849869', u'MULTIEQUAL_-1206850169'), (u'LOAD_-1206852039', u'STORE_-1206851678'), ('const-4', u'PTRADD_-1206849987'), (u'COPY_-1206849789', u'CALL_-1206851261'), ('tmp_3161', u'PTRSUB_-1206849928'), ('const-0', u'INT_NOTEQUAL_-1206852365'), ('const-417', u'STORE_-1206850088'), ('const-1539', u'CALL_-1206851200'), (u'LOAD_-1206852615', u'PTRSUB_-1206850282'), (u'CALLIND_-1206851962', u'CAST_-1206850019'), (u'PTRSUB_-1206850034', u'LOAD_-1206851924'), (u'PTRSUB_-1206850297', u'LOAD_-1206852615'), (u'INT_ADD_-1206852449', u'INT_SBORROW_-1206852419'), (u'CAST_-1206850019', u'LOAD_-1206851935'), (u'LOAD_-1206852588', u'PTRSUB_-1206850244'), (u'PTRSUB_-1206850017', u'LOAD_-1206851860'), ('const-417', u'LOAD_-1206851811'), ('const-31', u'INT_SRIGHT_-1206851993'), ('const-417', u'LOAD_-1206852095'), (u'INT_EQUAL_-1206851844', u'CBRANCH_-1206851842'), ('const-2284772', u'COPY_-1206849552'), (u'COPY_-1206849680', u'CALL_-1206850990'), ('const-0', u'PTRSUB_-1206850076'), ('const-207', u'CALL_-1206850937'), (u'LOAD_-1206851915', u'CAST_-1206849794'), (u'PTRSUB_-1206850079', u'PTRSUB_-1206850065'), ('const-1102', u'CALL_-1206850831'), ('tmp_392', u'CBRANCH_-1206852530'), (u'COPY_-1206849770', u'CALL_-1206851200'), ('const-2284740', u'COPY_-1206849821'), ('const-20', u'PTRSUB_-1206850197'), (u'MULTIEQUAL_-1206850776', u'CAST_-1206849863'), ('const-417', u'LOAD_-1206851935'), (u'INT_ZEXT_-1206852427', u'INT_SBORROW_-1206852415'), (u'LOAD_-1206852661', u'INT_EQUAL_-1206852635'), ('const-16', u'INT_ADD_-1206850170'), ('tmp_1734', u'CBRANCH_-1206851865'), (u'PTRADD_-1206849972', u'STORE_-1206851678'), (u'COPY_-1206849586', u'CALL_-1206850831'), (u'LOAD_-1206852661', u'MULTIEQUAL_-1206850495'), (u'PTRSUB_-1206850076', u'PTRSUB_-1206850048'), (u'INT_ADD_-1206849958', u'CAST_-1206849862'), ('tmp_350', u'CBRANCH_-1206852561'), ('const-4', u'INT_ADD_-1206850243'), (u'LOAD_-1206851739', u'MULTIEQUAL_-1206851002'), (u'LOAD_-1206851972', u'CALLIND_-1206851962'), (u'COPY_-1206849698', u'CALL_-1206851078'), (u'CAST_-1206850045', u'LOAD_-1206852033'), (u'PTRSUB_-1206849855', u'LOAD_-1206851915'), ('const-417', u'LOAD_-1206852538'), (u'PTRSUB_-1206850201', u'LOAD_-1206852544'), (u'PTRSUB_-1206850305', u'LOAD_-1206852706'), (u'PTRADD_-1206849968', u'STORE_-1206851672'), (u'PTRSUB_-1206850220', u'PTRSUB_-1206850206'), (u'MULTIEQUAL_-1206850776', u'CAST_-1206849866'), ('const-2285120', u'COPY_-1206849607'), (u'LOAD_-1206852615', u'INT_EQUAL_-1206852594'), ('const-0', u'PTRSUB_-1206850278'), ('tmp_1175', u'CBRANCH_-1206851842'), (u'COPY_-1206849667', u'CALL_-1206850990'), (u'PTRSUB_-1206849863', u'LOAD_-1206851930'), ('const-88', u'PTRSUB_-1206850034'), ('const-417', u'LOAD_-1206852694'), (u'INT_EQUAL_-1206851842', u'CBRANCH_-1206851841'), (u'LOAD_-1206852114', u'STORE_-1206851715'), (u'INT_CARRY_-1206851773', u'INT_ZEXT_-1206851754'), (u'CAST_-1206850167', u'INT_ADD_-1206850275'), (u'LOAD_-1206851811', u'INT_ADD_-1206851774'), (u'PTRSUB_-1206850344', u'PTRSUB_-1206850305'), (u'PTRADD_-1206851665', u'CAST_-1206849928'), (u'CAST_-1206849893', u'LOAD_-1206852114'), (u'COPY_-1206852396', u'MULTIEQUAL_-1206850305'), (u'CALL_-1206851885', u'INT_EQUAL_-1206851844')]
[(u'MULTIEQUAL_-1206850819', u'LOAD_-1206852063'), (u'COPY_-1206849756', u'CALL_-1206851078'), (u'COPY_-1206849646', u'CALL_-1206850831'), ('const-2203674', u'COPY_-1206849828'), (u'LOAD_-1206852456', u'INT_LESS_-1206852441'), ('const-417', u'LOAD_-1206852490'), ('const-4', u'PTRADD_-1206850198'), ('const-192', u'CALL_-1206851078'), (u'LOAD_-1206852588', u'INT_ADD_-1206852509'), ('const-417', u'LOAD_-1206852588'), ('const-417', u'LOAD_-1206852058'), (u'LOAD_-1206851924', u'INT_ADD_-1206851799'), ('const-2283175', u'COPY_-1206849791'), ('tmp_7414', u'INT_CARRY_-1206851590'), ('const-0', u'INT_SLESS_-1206852506'), ('tmp_258', u'CBRANCH_-1206852633'), (u'PTRADD_-1206850198', u'LOAD_-1206852039'), (u'INT_SRIGHT_-1206851800', u'INT_ADD_-1206851746'), ('const-417', u'LOAD_-1206852621'), ('const-2203674', u'COPY_-1206849892'), ('const-5', u'PTRADD_-1206850194'), (u'CAST_-1206850075', u'LOAD_-1206851792'), (u'LOAD_-1206852588', u'CALL_-1206850884'), ('const-1', u'PTRADD_-1206850158'), (u'LOAD_-1206851935', u'INT_SUB_-1206851916'), (u'CAST_-1206849880', u'INT_SRIGHT_-1206851800'), ('const-24', u'INT_ADD_-1206852522'), ('const-2283175', u'COPY_-1206849646'), ('tmp_7417', u'INT_ADD_-1206852474'), ('const-4294967295', u'INT_EQUAL_-1206852635'), (u'LOAD_-1206852058', u'INT_ADD_-1206851746'), (u'LOAD_-1206851860', u'INT_EQUAL_-1206851842'), (u'CAST_-1206849929', u'LOAD_-1206851930'), (u'INT_EQUAL_-1206852563', u'CBRANCH_-1206852561'), (u'MULTIEQUAL_-1206850819', u'PTRADD_-1206850198'), ('const-2284452', u'COPY_-1206849756'), (u'LOAD_-1206852063', u'INT_CARRY_-1206851590'), ('const-4', u'INT_MULT_-1206851768'), ('const-4', u'PTRADD_-1206850194'), (u'CAST_-1206850045', u'PTRADD_-1206850046'), ('const-4', u'PTRADD_-1206850037'), (u'INT_ADD_-1206851588', u'MULTIEQUAL_-1206850503'), (u'INT_SRIGHT_-1206851993', u'INT_NOTEQUAL_-1206851963'), (u'INT_SBORROW_-1206852415', u'INT_NOTEQUAL_-1206852425'), (u'CAST_-1206850291', u'LOAD_-1206852525'), (u'PTRADD_-1206850046', u'STORE_-1206851672'), (u'COPY_-1206849695', u'CALL_-1206850937'), ('tmp_7419', u'LOAD_-1206852002'), ('const-417', u'LOAD_-1206852582'), ('tmp_7415', u'INT_AND_-1206852307'), (u'CAST_-1206850045', u'PTRADD_-1206850066'), ('const-4', u'PTRADD_-1206850015'), (u'LOAD_-1206852416', u'INT_ADD_-1206851711'), (u'INT_SLESS_-1206852422', u'INT_NOTEQUAL_-1206852415'), (u'COPY_-1206849619', u'CALL_-1206850778'), ('const-24', u'INT_ADD_-1206851914'), ('tmp_7419', u'PTRADD_-1206850135'), ('tmp_7415', u'INT_ADD_-1206851570'), ('const-417', u'LOAD_-1206851860'), (u'COPY_-1206849725', u'CALL_-1206850990'), (u'INT_AND_-1206851005', u'INT_EQUAL_-1206852544'), ('tmp_1405', u'BRANCH_-1206851722'), ('const-4', u'INT_AND_-1206850941'), (u'CAST_-1206850139', u'LOAD_-1206851972'), ('const-417', u'LOAD_-1206852694'), ('const-31', u'INT_SRIGHT_-1206851800'), (u'INT_ADD_-1206852466', u'INT_LESS_-1206852441'), ('const-1', u'RETURN_-1206851073'), (u'INT_MULT_-1206851787', u'INT_ADD_-1206851799'), (u'PTRADD_-1206850015', u'LOAD_-1206852108'), (u'CAST_-1206850305', u'LOAD_-1206852544'), (u'COPY_-1206849860', u'CALL_-1206851261'), (u'LOAD_-1206852588', u'INT_ADD_-1206852528'), ('const-417', u'LOAD_-1206852544'), ('const-116', u'INT_ADD_-1206851956'), ('const-2233868', u'COPY_-1206849738'), ('const-1', u'INT_ADD_-1206851646'), ('tmp_7418', u'CALL_-1206851885'), ('const-431152', u'PTRSUB_-1206850414'), (u'INT_EQUAL_-1206852594', u'CBRANCH_-1206852593'), (u'LOAD_-1206852002', u'INT_ADD_-1206851956'), (u'CAST_-1206850138', u'PTRADD_-1206850158'), (u'INT_ADD_-1206851646', u'INT_NOTEQUAL_-1206851611'), (u'CAST_-1206850138', u'LOAD_-1206851935'), (u'CAST_-1206849921', u'LOAD_-1206851915'), (u'PTRADD_-1206850194', u'LOAD_-1206852033'), (u'INT_NOTEQUAL_-1206852365', u'CBRANCH_-1206852365'), ('const-2', u'INT_SRIGHT_-1206851885'), (u'CAST_-1206850381', u'LOAD_-1206852694'), (u'PTRADD_-1206850135', u'LOAD_-1206851860'), (u'CAST_-1206850086', u'LOAD_-1206851811'), ('const-417', u'LOAD_-1206851739'), ('tmp_7414', u'INT_ADD_-1206851588'), (u'INT_EQUAL_-1206851866', u'CBRANCH_-1206851865'), ('const-4163', u'CALL_-1206850778'), ('const-23', u'PTRADD_-1206850135'), ('const-417', u'LOAD_-1206852615'), (u'CAST_-1206850345', u'LOAD_-1206852621'), ('const-0', u'INT_EQUAL_-1206851866'), ('const-0', u'RETURN_-1206851403'), (u'INT_ADD_-1206851570', u'INT_ADD_-1206851565'), ('const-4294967295', u'INT_EQUAL_-1206851844'), (u'INT_EQUAL_-1206852635', u'CBRANCH_-1206852633'), ('const-417', u'STORE_-1206851800'), (u'CAST_-1206850265', u'INT_SLESS_-1206852422'), ('const-1102', u'CALL_-1206850831'), ('const-1', u'INT_ADD_-1206851790'), (u'LOAD_-1206852058', u'INT_NOTEQUAL_-1206851963'), (u'INT_MULT_-1206851717', u'INT_ADD_-1206851729'), (u'LOAD_-1206852490', u'INT_SBORROW_-1206852419'), ('const-2284416', u'COPY_-1206849644'), ('tmp_7421', u'INT_NOTEQUAL_-1206852365'), ('const-5', u'PTRADD_-1206850046'), ('const-1133', u'CALL_-1206851139'), (u'INT_NOTEQUAL_-1206851963', u'CBRANCH_-1206851960'), ('const-1', u'RETURN_-1206851134'), (u'INT_ADD_-1206851711', u'CAST_-1206850045'), ('const-2284416', u'COPY_-1206849789'), (u'INT_SUB_-1206852421', u'INT_SBORROW_-1206852415'), ('tmp_609', u'CBRANCH_-1206852421'), ('const-44', u'PTRADD_-1206849876'), (u'INT_EQUAL_-1206852544', u'CBRANCH_-1206852530'), (u'CAST_-1206850045', u'PTRADD_-1206850050'), (u'PTRADD_-1206850019', u'LOAD_-1206852114'), ('const-1', u'RETURN_-1206850985'), ('const-0', u'INT_EQUAL_-1206852594'), ('const-4', u'PTRADD_-1206850198'), (u'LOAD_-1206851930', u'CALL_-1206851885'), ('tmp_7420', u'INT_ADD_-1206851899'), (u'PTRADD_-1206850037', u'MULTIEQUAL_-1206850819'), (u'INT_ADD_-1206851956', u'CAST_-1206850139'), (u'COPY_-1206849789', u'CALL_-1206851139'), ('const-22', u'PTRADD_-1206850152'), (u'MULTIEQUAL_-1206850819', u'PTRADD_-1206849990'), (u'LOAD_-1206851792', u'INT_ADD_-1206851774'), ('const-2', u'INT_AND_-1206851005'), ('const-1', u'PTRADD_-1206849990'), (u'INT_SUB_-1206851916', u'INT_SRIGHT_-1206851885'), (u'LOAD_-1206851860', u'INT_ADD_-1206851780'), (u'LOAD_-1206852694', u'INT_EQUAL_-1206852675'), (u'LOAD_-1206852706', u'INT_ADD_-1206852678'), ('const-417', u'LOAD_-1206852706'), (u'LOAD_-1206852538', u'INT_SLESS_-1206852506'), ('tmp_854', u'CBRANCH_-1206852038'), ('const-417', u'STORE_-1206851672'), (u'INT_ADD_-1206852440', u'CAST_-1206850269'), (u'LOAD_-1206852544', u'INT_CARRY_-1206852466'), (u'LOAD_-1206852544', u'INT_ADD_-1206852466'), (u'LOAD_-1206852063', u'CAST_-1206849960'), ('const-2284740', u'COPY_-1206849815'), ('tmp_1768', u'CBRANCH_-1206851841'), (u'INT_ADD_-1206851774', u'INT_MULT_-1206851717'), ('tmp_1800', u'CBRANCH_-1206851821'), (u'COPY_-1206849678', u'CALL_-1206850884'), ('const-417', u'LOAD_-1206852095'), ('const-4', u'INT_ADD_-1206852605'), ('const-60', u'INT_ADD_-1206852572'), ('tmp_7414', u'INT_AND_-1206852307'), (u'INT_LESSEQUAL_-1206852060', u'CBRANCH_-1206852070'), (u'PTRSUB_-1206850414', u'INT_EQUAL_-1206852675'), ('const-1', u'RETURN_-1206850773'), ('const-417', u'LOAD_-1206852002'), (u'COPY_-1206849847', u'CALL_-1206851261'), (u'INT_ADD_-1206852572', u'CAST_-1206850326'), (u'MULTIEQUAL_-1206850485', u'STORE_-1206851684'), (u'LOAD_-1206852063', u'INT_ADD_-1206851771'), (u'MULTIEQUAL_-1206850819', u'PTRADD_-1206850037'), ('const-2', u'PTRADD_-1206850058'), (u'INT_LESS_-1206852441', u'INT_ZEXT_-1206852427'), (u'INT_NOTEQUAL_-1206852425', u'INT_NOTEQUAL_-1206852415'), ('const-0', u'PTRSUB_-1206850414'), (u'LOAD_-1206852063', u'INT_ADD_-1206851588'), ('const-4', u'PTRADD_-1206849876'), ('tmp_7421', u'INT_NOTEQUAL_-1206851611'), (u'CALLIND_-1206851064', u'MULTIEQUAL_-1206850540'), (u'COPY_-1206849708', u'CALL_-1206850937'), ('const-2233868', u'COPY_-1206849619'), (u'COPY_-1206849892', u'CALL_-1206851322'), ('const-2233868', u'COPY_-1206849708'), ('const-44', u'INT_ADD_-1206852678'), (u'LOAD_-1206852108', u'INT_LESSEQUAL_-1206852060'), ('const-8', u'INT_ADD_-1206851899'), ('const-1', u'RETURN_-1206851317'), ('const-1540', u'CALL_-1206851261'), ('const-0', u'INT_EQUAL_-1206851842'), (u'CAST_-1206850045', u'PTRADD_-1206850054'), (u'CAST_-1206850045', u'STORE_-1206851715'), (u'LOAD_-1206852095', u'INT_LESSEQUAL_-1206852060'), ('const-2284772', u'COPY_-1206849610'), ('const-2285108', u'COPY_-1206849695'), ('const-417', u'LOAD_-1206852114'), (u'PTRADD_-1206850054', u'STORE_-1206851684'), (u'LOAD_-1206851811', u'INT_ADD_-1206851790'), (u'INT_ADD_-1206852400', u'CAST_-1206850256'), ('tmp_7419', u'PTRADD_-1206849876'), (u'MULTIEQUAL_-1206850350', u'INT_ADD_-1206851646'), (u'CAST_-1206850045', u'PTRADD_-1206850058'), (u'LOAD_-1206852095', u'MULTIEQUAL_-1206851045'), (u'LOAD_-1206851739', u'MULTIEQUAL_-1206851045'), ('tmp_3112', u'BRANCH_-1206851039'), (u'LOAD_-1206852538', u'INT_ADD_-1206852449'), (u'LOAD_-1206852588', u'INT_ADD_-1206852522'), (u'INT_ADD_-1206851746', u'INT_ADD_-1206851741'), (u'COPY_-1206849815', u'CALL_-1206851200'), (u'CAST_-1206850086', u'STORE_-1206851800'), (u'INT_AND_-1206852307', u'INT_EQUAL_-1206852040'), (u'COPY_-1206849665', u'CALL_-1206850884'), ('tmp_7418', u'PTRADD_-1206850382'), (u'LOAD_-1206851915', u'CALL_-1206851885'), ('const-417', u'LOAD_-1206852661'), (u'INT_SUB_-1206852421', u'INT_SUB_-1206852416'), (u'LOAD_-1206852694', u'CALLIND_-1206851064'), ('const-4', u'PTRADD_-1206850382'), (u'COPY_-1206849791', u'CALL_-1206851139'), (u'LOAD_-1206851924', u'INT_EQUAL_-1206851866'), (u'INT_ADD_-1206851790', u'STORE_-1206851800'), (u'INT_ADD_-1206852678', u'CAST_-1206850381'), ('tmp_7420', u'INT_ADD_-1206852605'), ('const-227', u'CALL_-1206850884'), ('tmp_2139', u'CBRANCH_-1206851609'), ('const-44', u'PTRADD_-1206850007'), (u'CALL_-1206851885', u'INT_CARRY_-1206851773'), (u'INT_MULT_-1206851768', u'INT_ADD_-1206851780'), ('const-417', u'STORE_-1206851715'), ('const-0', u'INT_SLESS_-1206852422'), (u'CAST_-1206850322', u'LOAD_-1206852582'), (u'INT_ADD_-1206852509', u'CAST_-1206850291'), (u'MULTIEQUAL_-1206851045', u'INT_SUB_-1206851993'), (u'LOAD_-1206852621', u'INT_ADD_-1206852599'), (u'INT_ADD_-1206852566', u'CAST_-1206850322'), (u'INT_ADD_-1206851780', u'CAST_-1206850075'), (u'PTRADD_-1206850158', u'LOAD_-1206851944'), (u'INT_ZEXT_-1206852427', u'INT_SUB_-1206852416'), ('const-4', u'PTRADD_-1206850054'), ('const-2231161', u'COPY_-1206849765'), (u'INT_SLESS_-1206852506', u'CBRANCH_-1206852506'), ('const-2285052', u'COPY_-1206849725'), ('const-24', u'PTRADD_-1206850382'), ('const-1', u'RETURN_-1206850879'), ('tmp_426', u'CBRANCH_-1206852506'), (u'PTRADD_-1206850152', u'LOAD_-1206851924'), ('const-4', u'PTRADD_-1206850019'), (u'LOAD_-1206852490', u'INT_SUB_-1206852421'), (u'CAST_-1206850341', u'LOAD_-1206852615'), (u'LOAD_-1206852108', u'INT_SUB_-1206851993'), (u'INT_LESSEQUAL_-1206851822', u'CBRANCH_-1206851821'), ('const-4', u'PTRADD_-1206850066'), ('const-417', u'LOAD_-1206851944'), ('const-20', u'INT_ADD_-1206852528'), (u'INT_ADD_-1206851799', u'CAST_-1206850086'), (u'INT_NOTEQUAL_-1206851611', u'CBRANCH_-1206851609'), ('tmp_7420', u'INT_ADD_-1206851914'), ('const-417', u'LOAD_-1206851792'), ('tmp_7419', u'PTRADD_-1206850007'), ('const-6', u'PTRADD_-1206850037'), (u'INT_SUB_-1206851993', u'INT_MULT_-1206851768'), ('const-417', u'STORE_-1206851678'), (u'COPY_-1206849738', u'CALL_-1206850990'), ('const-4294967295', u'CALL_-1206850778'), (u'LOAD_-1206852525', u'INT_ADD_-1206852466'), (u'LOAD_-1206852525', u'INT_CARRY_-1206852466'), (u'INT_ZEXT_-1206851754', u'INT_ADD_-1206851741'), (u'COPY_-1206849610', u'CALL_-1206850778'), (u'CAST_-1206850277', u'LOAD_-1206852490'), ('const-3', u'PTRADD_-1206850054'), ('const-417', u'LOAD_-1206852525'), ('const-31', u'INT_SRIGHT_-1206851993'), (u'COPY_-1206852396', u'MULTIEQUAL_-1206850350'), (u'INT_SBORROW_-1206852419', u'INT_NOTEQUAL_-1206852425'), (u'INT_NOTEQUAL_-1206852415', u'CBRANCH_-1206852421'), (u'INT_EQUAL_-1206852040', u'CBRANCH_-1206852038'), ('tmp_7416', u'MULTIEQUAL_-1206850819'), (u'INT_SUB_-1206852416', u'CAST_-1206850265'), ('const-417', u'STORE_-1206851690'), (u'PTRADD_-1206850050', u'STORE_-1206851678'), ('const-1', u'RETURN_-1206850932'), (u'INT_ADD_-1206851899', u'CAST_-1206849921'), (u'LOAD_-1206852538', u'CALL_-1206850990'), ('tmp_7417', u'INT_ADD_-1206852440'), ('tmp_308', u'CBRANCH_-1206852593'), (u'LOAD_-1206852063', u'CALL_-1206851885'), ('const-2233868', u'COPY_-1206849678'), ('const-12', u'INT_ADD_-1206852474'), (u'PTRADD_-1206849876', u'LOAD_-1206851739'), ('const-1', u'RETURN_-1206851195'), ('tmp_675', u'CBRANCH_-1206852365'), (u'CALL_-1206851885', u'INT_ADD_-1206851771'), ('tmp_805', u'CBRANCH_-1206852070'), ('const-417', u'LOAD_-1206852033'), ('const-417', u'LOAD_-1206852456'), (u'INT_ADD_-1206851771', u'MULTIEQUAL_-1206850503'), (u'LOAD_-1206852582', u'INT_AND_-1206851005'), ('tmp_204', u'CBRANCH_-1206852673'), ('const-0', u'CALL_-1206850831'), (u'INT_SUB_-1206851993', u'INT_LESSEQUAL_-1206851822'), ('const-417', u'LOAD_-1206852538'), ('tmp_7418', u'LOAD_-1206852706'), ('const-1539', u'CALL_-1206851200'), (u'INT_ZEXT_-1206852459', u'INT_ADD_-1206852449'), (u'LOAD_-1206852615', u'INT_ADD_-1206852572'), ('const-417', u'LOAD_-1206851924'), (u'CALLIND_-1206851962', u'CAST_-1206850138'), (u'INT_EQUAL_-1206852675', u'CBRANCH_-1206852673'), ('const-417', u'LOAD_-1206851972'), ('const-16', u'INT_ADD_-1206852400'), (u'INT_CARRY_-1206851590', u'INT_ZEXT_-1206851578'), (u'INT_ADD_-1206852449', u'INT_SUB_-1206852421'), (u'LOAD_-1206851944', u'INT_SUB_-1206851916'), ('tmp_7419', u'CALLIND_-1206851962'), (u'INT_SUB_-1206851993', u'INT_MULT_-1206851787'), (u'INT_ADD_-1206851646', u'MULTIEQUAL_-1206850350'), (u'LOAD_-1206852063', u'INT_CARRY_-1206851773'), ('tmp_1005', u'CBRANCH_-1206851960'), (u'MULTIEQUAL_-1206850819', u'PTRADD_-1206850015'), (u'LOAD_-1206852582', u'INT_AND_-1206850941'), (u'LOAD_-1206852033', u'STORE_-1206851672'), (u'INT_ADD_-1206852605', u'CAST_-1206850345'), (u'LOAD_-1206852661', u'MULTIEQUAL_-1206850540'), ('tmp_7419', u'PTRADD_-1206850152'), (u'COPY_-1206849828', u'CALL_-1206851200'), (u'INT_CARRY_-1206852466', u'INT_ZEXT_-1206852459'), ('const-1', u'RETURN_-1206850826'), (u'INT_ZEXT_-1206851578', u'INT_ADD_-1206851565'), ('tmp_7417', u'INT_ADD_-1206852400'), ('const-4', u'PTRADD_-1206849990'), ('const-1541', u'CALL_-1206851322'), ('const-2285120', u'COPY_-1206849665'), ('const-417', u'LOAD_-1206852039'), ('const-4', u'PTRADD_-1206850050'), ('const-4', u'INT_MULT_-1206851787'), ('const-2284740', u'COPY_-1206849879'), (u'COPY_-1206849879', u'CALL_-1206851322'), ('const-2284740', u'COPY_-1206849847'), ('const-1', u'RETURN_-1206851256'), (u'CAST_-1206850256', u'LOAD_-1206852416'), ('const-417', u'LOAD_-1206852063'), ('const-417', u'LOAD_-1206851811'), (u'INT_SRIGHT_-1206851885', u'CAST_-1206850095'), (u'LOAD_-1206852039', u'STORE_-1206851678'), ('const-0', u'INT_EQUAL_-1206852544'), (u'INT_ADD_-1206851565', u'MULTIEQUAL_-1206850485'), (u'PTRADD_-1206850066', u'STORE_-1206851703'), ('const-417', u'LOAD_-1206852416'), ('const-0', u'INT_NOTEQUAL_-1206852365'), (u'MULTIEQUAL_-1206850540', u'STORE_-1206851703'), ('const-417', u'LOAD_-1206852108'), (u'COPY_-1206849644', u'CALL_-1206850831'), (u'INT_ADD_-1206852449', u'INT_SBORROW_-1206852419'), ('const-4', u'PTRADD_-1206850058'), ('const-111', u'CALL_-1206850990'), (u'INT_ADD_-1206851914', u'CAST_-1206849929'), ('const-4', u'PTRADD_-1206850152'), (u'LOAD_-1206852544', u'INT_ADD_-1206851729'), (u'CAST_-1206850326', u'LOAD_-1206852588'), ('const-24', u'INT_MULT_-1206851717'), ('tmp_739', u'BRANCH_-1206852311'), (u'INT_EQUAL_-1206851844', u'CBRANCH_-1206851842'), ('const-464', u'INT_ADD_-1206852599'), ('tmp_7418', u'CALLIND_-1206851064'), (u'MULTIEQUAL_-1206850819', u'PTRADD_-1206850019'), (u'CALL_-1206851885', u'CAST_-1206849880'), ('const-8', u'INT_ADD_-1206852440'), ('tmp_392', u'CBRANCH_-1206852530'), (u'CAST_-1206850269', u'LOAD_-1206852456'), (u'LOAD_-1206852058', u'INT_ADD_-1206851570'), ('const-207', u'CALL_-1206850937'), (u'MULTIEQUAL_-1206850819', u'PTRADD_-1206850194'), ('const-4', u'PTRADD_-1206850046'), ('const-417', u'STORE_-1206851703'), ('const-417', u'STORE_-1206851684'), ('const-4', u'PTRADD_-1206850050'), (u'INT_ADD_-1206852599', u'CAST_-1206850341'), (u'INT_ZEXT_-1206852427', u'INT_SBORROW_-1206852415'), (u'INT_ADD_-1206852522', u'CAST_-1206850301'), (u'INT_AND_-1206850941', u'INT_EQUAL_-1206852563'), ('const-4', u'PTRADD_-1206850158'), ('const-28', u'INT_ADD_-1206852566'), (u'LOAD_-1206852661', u'INT_EQUAL_-1206852635'), ('tmp_1734', u'CBRANCH_-1206851865'), (u'PTRADD_-1206850007', u'LOAD_-1206852095'), ('const-4', u'PTRADD_-1206850007'), ('const-3', u'PTRADD_-1206850015'), (u'COPY_-1206849765', u'CALL_-1206851078'), ('tmp_350', u'CBRANCH_-1206852561'), (u'LOAD_-1206851972', u'CALLIND_-1206851962'), ('const-4', u'PTRADD_-1206850135'), (u'CAST_-1206850095', u'INT_LESSEQUAL_-1206851822'), (u'CAST_-1206849960', u'INT_SRIGHT_-1206851993'), ('const-2', u'PTRADD_-1206850019'), ('const-4294967295', u'INT_EQUAL_-1206852040'), (u'CAST_-1206850301', u'LOAD_-1206852538'), (u'LOAD_-1206852615', u'INT_EQUAL_-1206852594'), (u'PTRADD_-1206850058', u'STORE_-1206851690'), ('const-417', u'LOAD_-1206851930'), ('const-1', u'PTRADD_-1206850066'), (u'PTRADD_-1206849990', u'LOAD_-1206852058'), ('tmp_1175', u'CBRANCH_-1206851842'), ('const-0', u'INT_EQUAL_-1206852563'), (u'MULTIEQUAL_-1206850503', u'STORE_-1206851690'), ('const-2203674', u'COPY_-1206849860'), (u'PTRADD_-1206850382', u'LOAD_-1206852661'), (u'INT_ADD_-1206852474', u'CAST_-1206850277'), (u'INT_ADD_-1206852528', u'CAST_-1206850305'), (u'INT_EQUAL_-1206851842', u'CBRANCH_-1206851841'), (u'LOAD_-1206852114', u'STORE_-1206851715'), (u'INT_ADD_-1206851741', u'MULTIEQUAL_-1206850485'), (u'INT_CARRY_-1206851773', u'INT_ZEXT_-1206851754'), (u'LOAD_-1206852588', u'INT_ADD_-1206852566'), ('const-12', u'INT_ADD_-1206852509'), ('const-417', u'LOAD_-1206851935'), ('const-417', u'LOAD_-1206851915'), (u'LOAD_-1206851811', u'INT_ADD_-1206851774'), (u'INT_ADD_-1206851729', u'INT_ADD_-1206851711'), ('const-0', u'COPY_-1206852396'), (u'CALL_-1206851885', u'INT_EQUAL_-1206851844')]
null
null
000fe330
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.si replaced with injection: get_pc_thunk_si */\n\nvoid FUN_000fe330(int *param_1,int param_2,uint *param_3,int param_4,int *param_5,uint param_6,\n uint param_7,int param_8)\n\n{\n int iVar1;\n uint uVar2;\n int iVar3;\n uint uVar4;\n uint uVar5;\n uint uVar6;\n int *piVar7;\n uint *puVar8;\n uint uVar9;\n int iVar10;\n uint uVar11;\n int local_50;\n uint local_4c;\n uint local_48;\n uint local_30;\n \n if (*(code **)(*param_5 + 0x2c) == FUN_00069430) {\n local_30 = param_5[0x18];\n if (local_30 == 0xffffffff) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);\n }\n }\n else {\n local_30 = (**(code **)(*param_5 + 0x2c))(param_5);\n }\n iVar1 = *(int *)(*(int *)(param_2 + 4) + 0x1d0);\n if (iVar1 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/reloc.cc",0x44e,"incremental_relocs_write_reltype",0);\n }\n iVar1 = *(int *)(iVar1 + 0x3c);\n if ((*(byte *)(iVar1 + 0x1c) & 4) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/output.h",0xe3,"offset",iVar1);\n }\n uVar2 = *(uint *)(iVar1 + 0x14);\n iVar3 = *(int *)(iVar1 + 0x18);\n if ((*(byte *)(iVar1 + 0x1c) & 2) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/output.h",0xcf,"data_size");\n }\n if ((iVar3 < 0) ||\n (iVar10 = iVar3 + (uint)CARRY4(*(uint *)(iVar1 + 0xc),uVar2),\n uVar6 = (uint)(*(uint *)(param_8 + 8) < *(uint *)(iVar1 + 0xc) + uVar2),\n iVar1 = *(int *)(param_8 + 0xc) - iVar10,\n (SBORROW4(*(int *)(param_8 + 0xc),iVar10) != SBORROW4(iVar1,uVar6)) != (int)(iVar1 - uVar6) < 0\n )) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/output.h",0x6f,"get_output_view",iVar3);\n }\n iVar1 = *(int *)(param_8 + 0x10);\n local_50 = 0;\n if (param_4 != 0) {\n do {\n uVar6 = param_3[2];\n uVar11 = param_3[3];\n uVar9 = param_1[0x2c];\n if (uVar9 <= uVar11) {\n uVar4 = *param_3;\n uVar5 = param_3[1];\n if ((param_7 & param_6) == 0xffffffff) {\n if (uVar5 != (int)uVar4 >> 0x1f) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/gold.h",0xc0,"convert_types");\n }\n uVar9 = FUN_000c2280(param_5,*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),\n uVar4);\n if (uVar9 == 0xffffffff) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype");\n }\n local_4c = uVar4 + uVar9;\n local_48 = uVar5 + ((int)uVar9 >> 0x1f) + (uint)CARRY4(uVar4,uVar9);\n uVar9 = param_1[0x2c];\n }\n else {\n local_4c = uVar4 + param_6;\n local_48 = uVar5 + param_7 + (uint)CARRY4(uVar4,param_6);\n }\n uVar4 = param_3[4];\n uVar5 = param_3[5];\n uVar11 = uVar11 - uVar9;\n piVar7 = (int *)(**(code **)(*param_1 + 0x74))(param_1);\n if (param_1[0x16] == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/object.h",0x603,"next_incremental_reloc_index");\n }\n iVar3 = param_1[0x17];\n if (iVar3 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/object.h",0x604,"next_incremental_reloc_index");\n }\n if ((uint)(piVar7[1] - *piVar7 >> 2) <= uVar11) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/object.h",0x605,"next_incremental_reloc_index");\n }\n piVar7 = (int *)(param_1[0x16] + uVar11 * 4);\n iVar10 = *piVar7;\n *piVar7 = iVar10 + 1;\n puVar8 = (uint *)(uVar2 + (iVar10 + *(int *)(iVar3 + uVar11 * 4)) * 0x18 + iVar1);\n *puVar8 = uVar6;\n puVar8[1] = local_30;\n puVar8[2] = local_4c;\n puVar8[3] = local_48;\n puVar8[4] = uVar4;\n puVar8[5] = uVar5;\n }\n local_50 = local_50 + 1;\n param_3 = param_3 + 6;\n } while (param_4 != local_50);\n }\n return;\n}\n\n" comment (function_definition "void FUN_000fe330(int *param_1,int param_2,uint *param_3,int param_4,int *param_5,uint param_6,\n uint param_7,int param_8)\n\n{\n int iVar1;\n uint uVar2;\n int iVar3;\n uint uVar4;\n uint uVar5;\n uint uVar6;\n int *piVar7;\n uint *puVar8;\n uint uVar9;\n int iVar10;\n uint uVar11;\n int local_50;\n uint local_4c;\n uint local_48;\n uint local_30;\n \n if (*(code **)(*param_5 + 0x2c) == FUN_00069430) {\n local_30 = param_5[0x18];\n if (local_30 == 0xffffffff) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);\n }\n }\n else {\n local_30 = (**(code **)(*param_5 + 0x2c))(param_5);\n }\n iVar1 = *(int *)(*(int *)(param_2 + 4) + 0x1d0);\n if (iVar1 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/reloc.cc",0x44e,"incremental_relocs_write_reltype",0);\n }\n iVar1 = *(int *)(iVar1 + 0x3c);\n if ((*(byte *)(iVar1 + 0x1c) & 4) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/output.h",0xe3,"offset",iVar1);\n }\n uVar2 = *(uint *)(iVar1 + 0x14);\n iVar3 = *(int *)(iVar1 + 0x18);\n if ((*(byte *)(iVar1 + 0x1c) & 2) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/output.h",0xcf,"data_size");\n }\n if ((iVar3 < 0) ||\n (iVar10 = iVar3 + (uint)CARRY4(*(uint *)(iVar1 + 0xc),uVar2),\n uVar6 = (uint)(*(uint *)(param_8 + 8) < *(uint *)(iVar1 + 0xc) + uVar2),\n iVar1 = *(int *)(param_8 + 0xc) - iVar10,\n (SBORROW4(*(int *)(param_8 + 0xc),iVar10) != SBORROW4(iVar1,uVar6)) != (int)(iVar1 - uVar6) < 0\n )) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/output.h",0x6f,"get_output_view",iVar3);\n }\n iVar1 = *(int *)(param_8 + 0x10);\n local_50 = 0;\n if (param_4 != 0) {\n do {\n uVar6 = param_3[2];\n uVar11 = param_3[3];\n uVar9 = param_1[0x2c];\n if (uVar9 <= uVar11) {\n uVar4 = *param_3;\n uVar5 = param_3[1];\n if ((param_7 & param_6) == 0xffffffff) {\n if (uVar5 != (int)uVar4 >> 0x1f) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/gold.h",0xc0,"convert_types");\n }\n uVar9 = FUN_000c2280(param_5,*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),\n uVar4);\n if (uVar9 == 0xffffffff) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype");\n }\n local_4c = uVar4 + uVar9;\n local_48 = uVar5 + ((int)uVar9 >> 0x1f) + (uint)CARRY4(uVar4,uVar9);\n uVar9 = param_1[0x2c];\n }\n else {\n local_4c = uVar4 + param_6;\n local_48 = uVar5 + param_7 + (uint)CARRY4(uVar4,param_6);\n }\n uVar4 = param_3[4];\n uVar5 = param_3[5];\n uVar11 = uVar11 - uVar9;\n piVar7 = (int *)(**(code **)(*param_1 + 0x74))(param_1);\n if (param_1[0x16] == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/object.h",0x603,"next_incremental_reloc_index");\n }\n iVar3 = param_1[0x17];\n if (iVar3 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/object.h",0x604,"next_incremental_reloc_index");\n }\n if ((uint)(piVar7[1] - *piVar7 >> 2) <= uVar11) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/object.h",0x605,"next_incremental_reloc_index");\n }\n piVar7 = (int *)(param_1[0x16] + uVar11 * 4);\n iVar10 = *piVar7;\n *piVar7 = iVar10 + 1;\n puVar8 = (uint *)(uVar2 + (iVar10 + *(int *)(iVar3 + uVar11 * 4)) * 0x18 + iVar1);\n *puVar8 = uVar6;\n puVar8[1] = local_30;\n puVar8[2] = local_4c;\n puVar8[3] = local_48;\n puVar8[4] = uVar4;\n puVar8[5] = uVar5;\n }\n local_50 = local_50 + 1;\n param_3 = param_3 + 6;\n } while (param_4 != local_50);\n }\n return;\n}" primitive_type (function_declarator "FUN_000fe330(int *param_1,int param_2,uint *param_3,int param_4,int *param_5,uint param_6,\n uint param_7,int param_8)" identifier (parameter_list "(int *param_1,int param_2,uint *param_3,int param_4,int *param_5,uint param_6,\n uint param_7,int param_8)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int param_2" primitive_type identifier) , (parameter_declaration "uint *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "int param_4" primitive_type identifier) , (parameter_declaration "int *param_5" primitive_type (pointer_declarator "*param_5" * identifier)) , (parameter_declaration "uint param_6" type_identifier identifier) , (parameter_declaration "uint param_7" type_identifier identifier) , (parameter_declaration "int param_8" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n uint uVar2;\n int iVar3;\n uint uVar4;\n uint uVar5;\n uint uVar6;\n int *piVar7;\n uint *puVar8;\n uint uVar9;\n int iVar10;\n uint uVar11;\n int local_50;\n uint local_4c;\n uint local_48;\n uint local_30;\n \n if (*(code **)(*param_5 + 0x2c) == FUN_00069430) {\n local_30 = param_5[0x18];\n if (local_30 == 0xffffffff) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);\n }\n }\n else {\n local_30 = (**(code **)(*param_5 + 0x2c))(param_5);\n }\n iVar1 = *(int *)(*(int *)(param_2 + 4) + 0x1d0);\n if (iVar1 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/reloc.cc",0x44e,"incremental_relocs_write_reltype",0);\n }\n iVar1 = *(int *)(iVar1 + 0x3c);\n if ((*(byte *)(iVar1 + 0x1c) & 4) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/output.h",0xe3,"offset",iVar1);\n }\n uVar2 = *(uint *)(iVar1 + 0x14);\n iVar3 = *(int *)(iVar1 + 0x18);\n if ((*(byte *)(iVar1 + 0x1c) & 2) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/output.h",0xcf,"data_size");\n }\n if ((iVar3 < 0) ||\n (iVar10 = iVar3 + (uint)CARRY4(*(uint *)(iVar1 + 0xc),uVar2),\n uVar6 = (uint)(*(uint *)(param_8 + 8) < *(uint *)(iVar1 + 0xc) + uVar2),\n iVar1 = *(int *)(param_8 + 0xc) - iVar10,\n (SBORROW4(*(int *)(param_8 + 0xc),iVar10) != SBORROW4(iVar1,uVar6)) != (int)(iVar1 - uVar6) < 0\n )) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/output.h",0x6f,"get_output_view",iVar3);\n }\n iVar1 = *(int *)(param_8 + 0x10);\n local_50 = 0;\n if (param_4 != 0) {\n do {\n uVar6 = param_3[2];\n uVar11 = param_3[3];\n uVar9 = param_1[0x2c];\n if (uVar9 <= uVar11) {\n uVar4 = *param_3;\n uVar5 = param_3[1];\n if ((param_7 & param_6) == 0xffffffff) {\n if (uVar5 != (int)uVar4 >> 0x1f) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/gold.h",0xc0,"convert_types");\n }\n uVar9 = FUN_000c2280(param_5,*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),\n uVar4);\n if (uVar9 == 0xffffffff) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype");\n }\n local_4c = uVar4 + uVar9;\n local_48 = uVar5 + ((int)uVar9 >> 0x1f) + (uint)CARRY4(uVar4,uVar9);\n uVar9 = param_1[0x2c];\n }\n else {\n local_4c = uVar4 + param_6;\n local_48 = uVar5 + param_7 + (uint)CARRY4(uVar4,param_6);\n }\n uVar4 = param_3[4];\n uVar5 = param_3[5];\n uVar11 = uVar11 - uVar9;\n piVar7 = (int *)(**(code **)(*param_1 + 0x74))(param_1);\n if (param_1[0x16] == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/object.h",0x603,"next_incremental_reloc_index");\n }\n iVar3 = param_1[0x17];\n if (iVar3 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/object.h",0x604,"next_incremental_reloc_index");\n }\n if ((uint)(piVar7[1] - *piVar7 >> 2) <= uVar11) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/object.h",0x605,"next_incremental_reloc_index");\n }\n piVar7 = (int *)(param_1[0x16] + uVar11 * 4);\n iVar10 = *piVar7;\n *piVar7 = iVar10 + 1;\n puVar8 = (uint *)(uVar2 + (iVar10 + *(int *)(iVar3 + uVar11 * 4)) * 0x18 + iVar1);\n *puVar8 = uVar6;\n puVar8[1] = local_30;\n puVar8[2] = local_4c;\n puVar8[3] = local_48;\n puVar8[4] = uVar4;\n puVar8[5] = uVar5;\n }\n local_50 = local_50 + 1;\n param_3 = param_3 + 6;\n } while (param_4 != local_50);\n }\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "uint uVar4;" type_identifier identifier ;) (declaration "uint uVar5;" type_identifier identifier ;) (declaration "uint uVar6;" type_identifier identifier ;) (declaration "int *piVar7;" primitive_type (pointer_declarator "*piVar7" * identifier) ;) (declaration "uint *puVar8;" type_identifier (pointer_declarator "*puVar8" * identifier) ;) (declaration "uint uVar9;" type_identifier identifier ;) (declaration "int iVar10;" primitive_type identifier ;) (declaration "uint uVar11;" type_identifier identifier ;) (declaration "int local_50;" primitive_type identifier ;) (declaration "uint local_4c;" type_identifier identifier ;) (declaration "uint local_48;" type_identifier identifier ;) (declaration "uint local_30;" type_identifier identifier ;) (if_statement "if (*(code **)(*param_5 + 0x2c) == FUN_00069430) {\n local_30 = param_5[0x18];\n if (local_30 == 0xffffffff) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);\n }\n }\n else {\n local_30 = (**(code **)(*param_5 + 0x2c))(param_5);\n }" if (parenthesized_expression "(*(code **)(*param_5 + 0x2c) == FUN_00069430)" ( (binary_expression "*(code **)(*param_5 + 0x2c) == FUN_00069430" (pointer_expression "*(code **)(*param_5 + 0x2c)" * (cast_expression "(code **)(*param_5 + 0x2c)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_5 + 0x2c)" ( (binary_expression "*param_5 + 0x2c" (pointer_expression "*param_5" * identifier) + number_literal) )))) == identifier) )) (compound_statement "{\n local_30 = param_5[0x18];\n if (local_30 == 0xffffffff) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);\n }\n }" { (expression_statement "local_30 = param_5[0x18];" (assignment_expression "local_30 = param_5[0x18]" identifier = (subscript_expression "param_5[0x18]" identifier [ number_literal ])) ;) (if_statement "if (local_30 == 0xffffffff) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);\n }" if (parenthesized_expression "(local_30 == 0xffffffff)" ( (binary_expression "local_30 == 0xffffffff" identifier == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);\n }" { comment (expression_statement "FUN_0005f0b0("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);" (call_expression "FUN_0005f0b0("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff)" identifier (argument_list "("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff)" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""do_out_shndx"" " string_content ") , number_literal ))) ;) })) }) (else_clause "else {\n local_30 = (**(code **)(*param_5 + 0x2c))(param_5);\n }" else (compound_statement "{\n local_30 = (**(code **)(*param_5 + 0x2c))(param_5);\n }" { (expression_statement "local_30 = (**(code **)(*param_5 + 0x2c))(param_5);" (assignment_expression "local_30 = (**(code **)(*param_5 + 0x2c))(param_5)" identifier = (call_expression "(**(code **)(*param_5 + 0x2c))(param_5)" (parenthesized_expression "(**(code **)(*param_5 + 0x2c))" ( (pointer_expression "**(code **)(*param_5 + 0x2c)" * (pointer_expression "*(code **)(*param_5 + 0x2c)" * (cast_expression "(code **)(*param_5 + 0x2c)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_5 + 0x2c)" ( (binary_expression "*param_5 + 0x2c" (pointer_expression "*param_5" * identifier) + number_literal) ))))) )) (argument_list "(param_5)" ( identifier )))) ;) }))) (expression_statement "iVar1 = *(int *)(*(int *)(param_2 + 4) + 0x1d0);" (assignment_expression "iVar1 = *(int *)(*(int *)(param_2 + 4) + 0x1d0)" identifier = (pointer_expression "*(int *)(*(int *)(param_2 + 4) + 0x1d0)" * (cast_expression "(int *)(*(int *)(param_2 + 4) + 0x1d0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(param_2 + 4) + 0x1d0)" ( (binary_expression "*(int *)(param_2 + 4) + 0x1d0" (pointer_expression "*(int *)(param_2 + 4)" * (cast_expression "(int *)(param_2 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 4)" ( (binary_expression "param_2 + 4" identifier + number_literal) )))) + number_literal) ))))) ;) (if_statement "if (iVar1 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/reloc.cc",0x44e,"incremental_relocs_write_reltype",0);\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/reloc.cc",0x44e,"incremental_relocs_write_reltype",0);\n }" { comment (expression_statement "FUN_0005f0b0("../../gold/reloc.cc",0x44e,"incremental_relocs_write_reltype",0);" (call_expression "FUN_0005f0b0("../../gold/reloc.cc",0x44e,"incremental_relocs_write_reltype",0)" identifier (argument_list "("../../gold/reloc.cc",0x44e,"incremental_relocs_write_reltype",0)" ( (string_literal ""../../gold/reloc.cc"" " string_content ") , number_literal , (string_literal ""incremental_relocs_write_reltype"" " string_content ") , number_literal ))) ;) })) (expression_statement "iVar1 = *(int *)(iVar1 + 0x3c);" (assignment_expression "iVar1 = *(int *)(iVar1 + 0x3c)" identifier = (pointer_expression "*(int *)(iVar1 + 0x3c)" * (cast_expression "(int *)(iVar1 + 0x3c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x3c)" ( (binary_expression "iVar1 + 0x3c" identifier + number_literal) ))))) ;) (if_statement "if ((*(byte *)(iVar1 + 0x1c) & 4) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/output.h",0xe3,"offset",iVar1);\n }" if (parenthesized_expression "((*(byte *)(iVar1 + 0x1c) & 4) == 0)" ( (binary_expression "(*(byte *)(iVar1 + 0x1c) & 4) == 0" (parenthesized_expression "(*(byte *)(iVar1 + 0x1c) & 4)" ( (binary_expression "*(byte *)(iVar1 + 0x1c) & 4" (pointer_expression "*(byte *)(iVar1 + 0x1c)" * (cast_expression "(byte *)(iVar1 + 0x1c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x1c)" ( (binary_expression "iVar1 + 0x1c" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/output.h",0xe3,"offset",iVar1);\n }" { comment (expression_statement "FUN_0005f0b0("../../gold/output.h",0xe3,"offset",iVar1);" (call_expression "FUN_0005f0b0("../../gold/output.h",0xe3,"offset",iVar1)" identifier (argument_list "("../../gold/output.h",0xe3,"offset",iVar1)" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""offset"" " string_content ") , identifier ))) ;) })) (expression_statement "uVar2 = *(uint *)(iVar1 + 0x14);" (assignment_expression "uVar2 = *(uint *)(iVar1 + 0x14)" identifier = (pointer_expression "*(uint *)(iVar1 + 0x14)" * (cast_expression "(uint *)(iVar1 + 0x14)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x14)" ( (binary_expression "iVar1 + 0x14" identifier + number_literal) ))))) ;) (expression_statement "iVar3 = *(int *)(iVar1 + 0x18);" (assignment_expression "iVar3 = *(int *)(iVar1 + 0x18)" identifier = (pointer_expression "*(int *)(iVar1 + 0x18)" * (cast_expression "(int *)(iVar1 + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x18)" ( (binary_expression "iVar1 + 0x18" identifier + number_literal) ))))) ;) (if_statement "if ((*(byte *)(iVar1 + 0x1c) & 2) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/output.h",0xcf,"data_size");\n }" if (parenthesized_expression "((*(byte *)(iVar1 + 0x1c) & 2) == 0)" ( (binary_expression "(*(byte *)(iVar1 + 0x1c) & 2) == 0" (parenthesized_expression "(*(byte *)(iVar1 + 0x1c) & 2)" ( (binary_expression "*(byte *)(iVar1 + 0x1c) & 2" (pointer_expression "*(byte *)(iVar1 + 0x1c)" * (cast_expression "(byte *)(iVar1 + 0x1c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x1c)" ( (binary_expression "iVar1 + 0x1c" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/output.h",0xcf,"data_size");\n }" { comment (expression_statement "FUN_0005f0b0("../../gold/output.h",0xcf,"data_size");" (call_expression "FUN_0005f0b0("../../gold/output.h",0xcf,"data_size")" identifier (argument_list "("../../gold/output.h",0xcf,"data_size")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""data_size"" " string_content ") ))) ;) })) (if_statement "if ((iVar3 < 0) ||\n (iVar10 = iVar3 + (uint)CARRY4(*(uint *)(iVar1 + 0xc),uVar2),\n uVar6 = (uint)(*(uint *)(param_8 + 8) < *(uint *)(iVar1 + 0xc) + uVar2),\n iVar1 = *(int *)(param_8 + 0xc) - iVar10,\n (SBORROW4(*(int *)(param_8 + 0xc),iVar10) != SBORROW4(iVar1,uVar6)) != (int)(iVar1 - uVar6) < 0\n )) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/output.h",0x6f,"get_output_view",iVar3);\n }" if (parenthesized_expression "((iVar3 < 0) ||\n (iVar10 = iVar3 + (uint)CARRY4(*(uint *)(iVar1 + 0xc),uVar2),\n uVar6 = (uint)(*(uint *)(param_8 + 8) < *(uint *)(iVar1 + 0xc) + uVar2),\n iVar1 = *(int *)(param_8 + 0xc) - iVar10,\n (SBORROW4(*(int *)(param_8 + 0xc),iVar10) != SBORROW4(iVar1,uVar6)) != (int)(iVar1 - uVar6) < 0\n ))" ( (binary_expression "(iVar3 < 0) ||\n (iVar10 = iVar3 + (uint)CARRY4(*(uint *)(iVar1 + 0xc),uVar2),\n uVar6 = (uint)(*(uint *)(param_8 + 8) < *(uint *)(iVar1 + 0xc) + uVar2),\n iVar1 = *(int *)(param_8 + 0xc) - iVar10,\n (SBORROW4(*(int *)(param_8 + 0xc),iVar10) != SBORROW4(iVar1,uVar6)) != (int)(iVar1 - uVar6) < 0\n )" (parenthesized_expression "(iVar3 < 0)" ( (binary_expression "iVar3 < 0" identifier < number_literal) )) || (parenthesized_expression "(iVar10 = iVar3 + (uint)CARRY4(*(uint *)(iVar1 + 0xc),uVar2),\n uVar6 = (uint)(*(uint *)(param_8 + 8) < *(uint *)(iVar1 + 0xc) + uVar2),\n iVar1 = *(int *)(param_8 + 0xc) - iVar10,\n (SBORROW4(*(int *)(param_8 + 0xc),iVar10) != SBORROW4(iVar1,uVar6)) != (int)(iVar1 - uVar6) < 0\n )" ( (comma_expression "iVar10 = iVar3 + (uint)CARRY4(*(uint *)(iVar1 + 0xc),uVar2),\n uVar6 = (uint)(*(uint *)(param_8 + 8) < *(uint *)(iVar1 + 0xc) + uVar2),\n iVar1 = *(int *)(param_8 + 0xc) - iVar10,\n (SBORROW4(*(int *)(param_8 + 0xc),iVar10) != SBORROW4(iVar1,uVar6)) != (int)(iVar1 - uVar6) < 0" (assignment_expression "iVar10 = iVar3 + (uint)CARRY4(*(uint *)(iVar1 + 0xc),uVar2)" identifier = (binary_expression "iVar3 + (uint)CARRY4(*(uint *)(iVar1 + 0xc),uVar2)" identifier + (cast_expression "(uint)CARRY4(*(uint *)(iVar1 + 0xc),uVar2)" ( (type_descriptor "uint" type_identifier) ) (call_expression "CARRY4(*(uint *)(iVar1 + 0xc),uVar2)" identifier (argument_list "(*(uint *)(iVar1 + 0xc),uVar2)" ( (pointer_expression "*(uint *)(iVar1 + 0xc)" * (cast_expression "(uint *)(iVar1 + 0xc)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0xc)" ( (binary_expression "iVar1 + 0xc" identifier + number_literal) )))) , identifier )))))) , (comma_expression "uVar6 = (uint)(*(uint *)(param_8 + 8) < *(uint *)(iVar1 + 0xc) + uVar2),\n iVar1 = *(int *)(param_8 + 0xc) - iVar10,\n (SBORROW4(*(int *)(param_8 + 0xc),iVar10) != SBORROW4(iVar1,uVar6)) != (int)(iVar1 - uVar6) < 0" (assignment_expression "uVar6 = (uint)(*(uint *)(param_8 + 8) < *(uint *)(iVar1 + 0xc) + uVar2)" identifier = (call_expression "(uint)(*(uint *)(param_8 + 8) < *(uint *)(iVar1 + 0xc) + uVar2)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(*(uint *)(param_8 + 8) < *(uint *)(iVar1 + 0xc) + uVar2)" ( (binary_expression "*(uint *)(param_8 + 8) < *(uint *)(iVar1 + 0xc) + uVar2" (pointer_expression "*(uint *)(param_8 + 8)" * (cast_expression "(uint *)(param_8 + 8)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_8 + 8)" ( (binary_expression "param_8 + 8" identifier + number_literal) )))) < (binary_expression "*(uint *)(iVar1 + 0xc) + uVar2" (pointer_expression "*(uint *)(iVar1 + 0xc)" * (cast_expression "(uint *)(iVar1 + 0xc)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0xc)" ( (binary_expression "iVar1 + 0xc" identifier + number_literal) )))) + identifier)) )))) , (comma_expression "iVar1 = *(int *)(param_8 + 0xc) - iVar10,\n (SBORROW4(*(int *)(param_8 + 0xc),iVar10) != SBORROW4(iVar1,uVar6)) != (int)(iVar1 - uVar6) < 0" (assignment_expression "iVar1 = *(int *)(param_8 + 0xc) - iVar10" identifier = (binary_expression "*(int *)(param_8 + 0xc) - iVar10" (pointer_expression "*(int *)(param_8 + 0xc)" * (cast_expression "(int *)(param_8 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_8 + 0xc)" ( (binary_expression "param_8 + 0xc" identifier + number_literal) )))) - identifier)) , (binary_expression "(SBORROW4(*(int *)(param_8 + 0xc),iVar10) != SBORROW4(iVar1,uVar6)) != (int)(iVar1 - uVar6) < 0" (parenthesized_expression "(SBORROW4(*(int *)(param_8 + 0xc),iVar10) != SBORROW4(iVar1,uVar6))" ( (binary_expression "SBORROW4(*(int *)(param_8 + 0xc),iVar10) != SBORROW4(iVar1,uVar6)" (call_expression "SBORROW4(*(int *)(param_8 + 0xc),iVar10)" identifier (argument_list "(*(int *)(param_8 + 0xc),iVar10)" ( (pointer_expression "*(int *)(param_8 + 0xc)" * (cast_expression "(int *)(param_8 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_8 + 0xc)" ( (binary_expression "param_8 + 0xc" identifier + number_literal) )))) , identifier ))) != (call_expression "SBORROW4(iVar1,uVar6)" identifier (argument_list "(iVar1,uVar6)" ( identifier , identifier )))) )) != (binary_expression "(int)(iVar1 - uVar6) < 0" (cast_expression "(int)(iVar1 - uVar6)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(iVar1 - uVar6)" ( (binary_expression "iVar1 - uVar6" identifier - identifier) ))) < number_literal))))) ))) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/output.h",0x6f,"get_output_view",iVar3);\n }" { comment (expression_statement "FUN_0005f0b0("../../gold/output.h",0x6f,"get_output_view",iVar3);" (call_expression "FUN_0005f0b0("../../gold/output.h",0x6f,"get_output_view",iVar3)" identifier (argument_list "("../../gold/output.h",0x6f,"get_output_view",iVar3)" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""get_output_view"" " string_content ") , identifier ))) ;) })) (expression_statement "iVar1 = *(int *)(param_8 + 0x10);" (assignment_expression "iVar1 = *(int *)(param_8 + 0x10)" identifier = (pointer_expression "*(int *)(param_8 + 0x10)" * (cast_expression "(int *)(param_8 + 0x10)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_8 + 0x10)" ( (binary_expression "param_8 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "local_50 = 0;" (assignment_expression "local_50 = 0" identifier = number_literal) ;) (if_statement "if (param_4 != 0) {\n do {\n uVar6 = param_3[2];\n uVar11 = param_3[3];\n uVar9 = param_1[0x2c];\n if (uVar9 <= uVar11) {\n uVar4 = *param_3;\n uVar5 = param_3[1];\n if ((param_7 & param_6) == 0xffffffff) {\n if (uVar5 != (int)uVar4 >> 0x1f) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/gold.h",0xc0,"convert_types");\n }\n uVar9 = FUN_000c2280(param_5,*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),\n uVar4);\n if (uVar9 == 0xffffffff) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype");\n }\n local_4c = uVar4 + uVar9;\n local_48 = uVar5 + ((int)uVar9 >> 0x1f) + (uint)CARRY4(uVar4,uVar9);\n uVar9 = param_1[0x2c];\n }\n else {\n local_4c = uVar4 + param_6;\n local_48 = uVar5 + param_7 + (uint)CARRY4(uVar4,param_6);\n }\n uVar4 = param_3[4];\n uVar5 = param_3[5];\n uVar11 = uVar11 - uVar9;\n piVar7 = (int *)(**(code **)(*param_1 + 0x74))(param_1);\n if (param_1[0x16] == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/object.h",0x603,"next_incremental_reloc_index");\n }\n iVar3 = param_1[0x17];\n if (iVar3 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/object.h",0x604,"next_incremental_reloc_index");\n }\n if ((uint)(piVar7[1] - *piVar7 >> 2) <= uVar11) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/object.h",0x605,"next_incremental_reloc_index");\n }\n piVar7 = (int *)(param_1[0x16] + uVar11 * 4);\n iVar10 = *piVar7;\n *piVar7 = iVar10 + 1;\n puVar8 = (uint *)(uVar2 + (iVar10 + *(int *)(iVar3 + uVar11 * 4)) * 0x18 + iVar1);\n *puVar8 = uVar6;\n puVar8[1] = local_30;\n puVar8[2] = local_4c;\n puVar8[3] = local_48;\n puVar8[4] = uVar4;\n puVar8[5] = uVar5;\n }\n local_50 = local_50 + 1;\n param_3 = param_3 + 6;\n } while (param_4 != local_50);\n }" if (parenthesized_expression "(param_4 != 0)" ( (binary_expression "param_4 != 0" identifier != number_literal) )) (compound_statement "{\n do {\n uVar6 = param_3[2];\n uVar11 = param_3[3];\n uVar9 = param_1[0x2c];\n if (uVar9 <= uVar11) {\n uVar4 = *param_3;\n uVar5 = param_3[1];\n if ((param_7 & param_6) == 0xffffffff) {\n if (uVar5 != (int)uVar4 >> 0x1f) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/gold.h",0xc0,"convert_types");\n }\n uVar9 = FUN_000c2280(param_5,*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),\n uVar4);\n if (uVar9 == 0xffffffff) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype");\n }\n local_4c = uVar4 + uVar9;\n local_48 = uVar5 + ((int)uVar9 >> 0x1f) + (uint)CARRY4(uVar4,uVar9);\n uVar9 = param_1[0x2c];\n }\n else {\n local_4c = uVar4 + param_6;\n local_48 = uVar5 + param_7 + (uint)CARRY4(uVar4,param_6);\n }\n uVar4 = param_3[4];\n uVar5 = param_3[5];\n uVar11 = uVar11 - uVar9;\n piVar7 = (int *)(**(code **)(*param_1 + 0x74))(param_1);\n if (param_1[0x16] == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/object.h",0x603,"next_incremental_reloc_index");\n }\n iVar3 = param_1[0x17];\n if (iVar3 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/object.h",0x604,"next_incremental_reloc_index");\n }\n if ((uint)(piVar7[1] - *piVar7 >> 2) <= uVar11) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/object.h",0x605,"next_incremental_reloc_index");\n }\n piVar7 = (int *)(param_1[0x16] + uVar11 * 4);\n iVar10 = *piVar7;\n *piVar7 = iVar10 + 1;\n puVar8 = (uint *)(uVar2 + (iVar10 + *(int *)(iVar3 + uVar11 * 4)) * 0x18 + iVar1);\n *puVar8 = uVar6;\n puVar8[1] = local_30;\n puVar8[2] = local_4c;\n puVar8[3] = local_48;\n puVar8[4] = uVar4;\n puVar8[5] = uVar5;\n }\n local_50 = local_50 + 1;\n param_3 = param_3 + 6;\n } while (param_4 != local_50);\n }" { (do_statement "do {\n uVar6 = param_3[2];\n uVar11 = param_3[3];\n uVar9 = param_1[0x2c];\n if (uVar9 <= uVar11) {\n uVar4 = *param_3;\n uVar5 = param_3[1];\n if ((param_7 & param_6) == 0xffffffff) {\n if (uVar5 != (int)uVar4 >> 0x1f) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/gold.h",0xc0,"convert_types");\n }\n uVar9 = FUN_000c2280(param_5,*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),\n uVar4);\n if (uVar9 == 0xffffffff) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype");\n }\n local_4c = uVar4 + uVar9;\n local_48 = uVar5 + ((int)uVar9 >> 0x1f) + (uint)CARRY4(uVar4,uVar9);\n uVar9 = param_1[0x2c];\n }\n else {\n local_4c = uVar4 + param_6;\n local_48 = uVar5 + param_7 + (uint)CARRY4(uVar4,param_6);\n }\n uVar4 = param_3[4];\n uVar5 = param_3[5];\n uVar11 = uVar11 - uVar9;\n piVar7 = (int *)(**(code **)(*param_1 + 0x74))(param_1);\n if (param_1[0x16] == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/object.h",0x603,"next_incremental_reloc_index");\n }\n iVar3 = param_1[0x17];\n if (iVar3 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/object.h",0x604,"next_incremental_reloc_index");\n }\n if ((uint)(piVar7[1] - *piVar7 >> 2) <= uVar11) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/object.h",0x605,"next_incremental_reloc_index");\n }\n piVar7 = (int *)(param_1[0x16] + uVar11 * 4);\n iVar10 = *piVar7;\n *piVar7 = iVar10 + 1;\n puVar8 = (uint *)(uVar2 + (iVar10 + *(int *)(iVar3 + uVar11 * 4)) * 0x18 + iVar1);\n *puVar8 = uVar6;\n puVar8[1] = local_30;\n puVar8[2] = local_4c;\n puVar8[3] = local_48;\n puVar8[4] = uVar4;\n puVar8[5] = uVar5;\n }\n local_50 = local_50 + 1;\n param_3 = param_3 + 6;\n } while (param_4 != local_50);" do (compound_statement "{\n uVar6 = param_3[2];\n uVar11 = param_3[3];\n uVar9 = param_1[0x2c];\n if (uVar9 <= uVar11) {\n uVar4 = *param_3;\n uVar5 = param_3[1];\n if ((param_7 & param_6) == 0xffffffff) {\n if (uVar5 != (int)uVar4 >> 0x1f) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/gold.h",0xc0,"convert_types");\n }\n uVar9 = FUN_000c2280(param_5,*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),\n uVar4);\n if (uVar9 == 0xffffffff) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype");\n }\n local_4c = uVar4 + uVar9;\n local_48 = uVar5 + ((int)uVar9 >> 0x1f) + (uint)CARRY4(uVar4,uVar9);\n uVar9 = param_1[0x2c];\n }\n else {\n local_4c = uVar4 + param_6;\n local_48 = uVar5 + param_7 + (uint)CARRY4(uVar4,param_6);\n }\n uVar4 = param_3[4];\n uVar5 = param_3[5];\n uVar11 = uVar11 - uVar9;\n piVar7 = (int *)(**(code **)(*param_1 + 0x74))(param_1);\n if (param_1[0x16] == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/object.h",0x603,"next_incremental_reloc_index");\n }\n iVar3 = param_1[0x17];\n if (iVar3 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/object.h",0x604,"next_incremental_reloc_index");\n }\n if ((uint)(piVar7[1] - *piVar7 >> 2) <= uVar11) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/object.h",0x605,"next_incremental_reloc_index");\n }\n piVar7 = (int *)(param_1[0x16] + uVar11 * 4);\n iVar10 = *piVar7;\n *piVar7 = iVar10 + 1;\n puVar8 = (uint *)(uVar2 + (iVar10 + *(int *)(iVar3 + uVar11 * 4)) * 0x18 + iVar1);\n *puVar8 = uVar6;\n puVar8[1] = local_30;\n puVar8[2] = local_4c;\n puVar8[3] = local_48;\n puVar8[4] = uVar4;\n puVar8[5] = uVar5;\n }\n local_50 = local_50 + 1;\n param_3 = param_3 + 6;\n }" { (expression_statement "uVar6 = param_3[2];" (assignment_expression "uVar6 = param_3[2]" identifier = (subscript_expression "param_3[2]" identifier [ number_literal ])) ;) (expression_statement "uVar11 = param_3[3];" (assignment_expression "uVar11 = param_3[3]" identifier = (subscript_expression "param_3[3]" identifier [ number_literal ])) ;) (expression_statement "uVar9 = param_1[0x2c];" (assignment_expression "uVar9 = param_1[0x2c]" identifier = (subscript_expression "param_1[0x2c]" identifier [ number_literal ])) ;) (if_statement "if (uVar9 <= uVar11) {\n uVar4 = *param_3;\n uVar5 = param_3[1];\n if ((param_7 & param_6) == 0xffffffff) {\n if (uVar5 != (int)uVar4 >> 0x1f) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/gold.h",0xc0,"convert_types");\n }\n uVar9 = FUN_000c2280(param_5,*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),\n uVar4);\n if (uVar9 == 0xffffffff) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype");\n }\n local_4c = uVar4 + uVar9;\n local_48 = uVar5 + ((int)uVar9 >> 0x1f) + (uint)CARRY4(uVar4,uVar9);\n uVar9 = param_1[0x2c];\n }\n else {\n local_4c = uVar4 + param_6;\n local_48 = uVar5 + param_7 + (uint)CARRY4(uVar4,param_6);\n }\n uVar4 = param_3[4];\n uVar5 = param_3[5];\n uVar11 = uVar11 - uVar9;\n piVar7 = (int *)(**(code **)(*param_1 + 0x74))(param_1);\n if (param_1[0x16] == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/object.h",0x603,"next_incremental_reloc_index");\n }\n iVar3 = param_1[0x17];\n if (iVar3 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/object.h",0x604,"next_incremental_reloc_index");\n }\n if ((uint)(piVar7[1] - *piVar7 >> 2) <= uVar11) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/object.h",0x605,"next_incremental_reloc_index");\n }\n piVar7 = (int *)(param_1[0x16] + uVar11 * 4);\n iVar10 = *piVar7;\n *piVar7 = iVar10 + 1;\n puVar8 = (uint *)(uVar2 + (iVar10 + *(int *)(iVar3 + uVar11 * 4)) * 0x18 + iVar1);\n *puVar8 = uVar6;\n puVar8[1] = local_30;\n puVar8[2] = local_4c;\n puVar8[3] = local_48;\n puVar8[4] = uVar4;\n puVar8[5] = uVar5;\n }" if (parenthesized_expression "(uVar9 <= uVar11)" ( (binary_expression "uVar9 <= uVar11" identifier <= identifier) )) (compound_statement "{\n uVar4 = *param_3;\n uVar5 = param_3[1];\n if ((param_7 & param_6) == 0xffffffff) {\n if (uVar5 != (int)uVar4 >> 0x1f) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/gold.h",0xc0,"convert_types");\n }\n uVar9 = FUN_000c2280(param_5,*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),\n uVar4);\n if (uVar9 == 0xffffffff) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype");\n }\n local_4c = uVar4 + uVar9;\n local_48 = uVar5 + ((int)uVar9 >> 0x1f) + (uint)CARRY4(uVar4,uVar9);\n uVar9 = param_1[0x2c];\n }\n else {\n local_4c = uVar4 + param_6;\n local_48 = uVar5 + param_7 + (uint)CARRY4(uVar4,param_6);\n }\n uVar4 = param_3[4];\n uVar5 = param_3[5];\n uVar11 = uVar11 - uVar9;\n piVar7 = (int *)(**(code **)(*param_1 + 0x74))(param_1);\n if (param_1[0x16] == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/object.h",0x603,"next_incremental_reloc_index");\n }\n iVar3 = param_1[0x17];\n if (iVar3 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/object.h",0x604,"next_incremental_reloc_index");\n }\n if ((uint)(piVar7[1] - *piVar7 >> 2) <= uVar11) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/object.h",0x605,"next_incremental_reloc_index");\n }\n piVar7 = (int *)(param_1[0x16] + uVar11 * 4);\n iVar10 = *piVar7;\n *piVar7 = iVar10 + 1;\n puVar8 = (uint *)(uVar2 + (iVar10 + *(int *)(iVar3 + uVar11 * 4)) * 0x18 + iVar1);\n *puVar8 = uVar6;\n puVar8[1] = local_30;\n puVar8[2] = local_4c;\n puVar8[3] = local_48;\n puVar8[4] = uVar4;\n puVar8[5] = uVar5;\n }" { (expression_statement "uVar4 = *param_3;" (assignment_expression "uVar4 = *param_3" identifier = (pointer_expression "*param_3" * identifier)) ;) (expression_statement "uVar5 = param_3[1];" (assignment_expression "uVar5 = param_3[1]" identifier = (subscript_expression "param_3[1]" identifier [ number_literal ])) ;) (if_statement "if ((param_7 & param_6) == 0xffffffff) {\n if (uVar5 != (int)uVar4 >> 0x1f) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/gold.h",0xc0,"convert_types");\n }\n uVar9 = FUN_000c2280(param_5,*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),\n uVar4);\n if (uVar9 == 0xffffffff) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype");\n }\n local_4c = uVar4 + uVar9;\n local_48 = uVar5 + ((int)uVar9 >> 0x1f) + (uint)CARRY4(uVar4,uVar9);\n uVar9 = param_1[0x2c];\n }\n else {\n local_4c = uVar4 + param_6;\n local_48 = uVar5 + param_7 + (uint)CARRY4(uVar4,param_6);\n }" if (parenthesized_expression "((param_7 & param_6) == 0xffffffff)" ( (binary_expression "(param_7 & param_6) == 0xffffffff" (parenthesized_expression "(param_7 & param_6)" ( (binary_expression "param_7 & param_6" identifier & identifier) )) == number_literal) )) (compound_statement "{\n if (uVar5 != (int)uVar4 >> 0x1f) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/gold.h",0xc0,"convert_types");\n }\n uVar9 = FUN_000c2280(param_5,*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),\n uVar4);\n if (uVar9 == 0xffffffff) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype");\n }\n local_4c = uVar4 + uVar9;\n local_48 = uVar5 + ((int)uVar9 >> 0x1f) + (uint)CARRY4(uVar4,uVar9);\n uVar9 = param_1[0x2c];\n }" { (if_statement "if (uVar5 != (int)uVar4 >> 0x1f) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/gold.h",0xc0,"convert_types");\n }" if (parenthesized_expression "(uVar5 != (int)uVar4 >> 0x1f)" ( (binary_expression "uVar5 != (int)uVar4 >> 0x1f" identifier != (binary_expression "(int)uVar4 >> 0x1f" (cast_expression "(int)uVar4" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/gold.h",0xc0,"convert_types");\n }" { comment (expression_statement "FUN_0005f0b0("../../gold/gold.h",0xc0,"convert_types");" (call_expression "FUN_0005f0b0("../../gold/gold.h",0xc0,"convert_types")" identifier (argument_list "("../../gold/gold.h",0xc0,"convert_types")" ( (string_literal ""../../gold/gold.h"" " string_content ") , number_literal , (string_literal ""convert_types"" " string_content ") ))) ;) })) (expression_statement "uVar9 = FUN_000c2280(param_5,*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),\n uVar4);" (assignment_expression "uVar9 = FUN_000c2280(param_5,*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),\n uVar4)" identifier = (call_expression "FUN_000c2280(param_5,*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),\n uVar4)" identifier (argument_list "(param_5,*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),\n uVar4)" ( identifier , (pointer_expression "*(undefined4 *)(param_2 + 8)" * (cast_expression "(undefined4 *)(param_2 + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 8)" ( (binary_expression "param_2 + 8" identifier + number_literal) )))) , (pointer_expression "*(undefined4 *)(param_2 + 0x18)" * (cast_expression "(undefined4 *)(param_2 + 0x18)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x18)" ( (binary_expression "param_2 + 0x18" identifier + number_literal) )))) , identifier )))) ;) (if_statement "if (uVar9 == 0xffffffff) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype");\n }" if (parenthesized_expression "(uVar9 == 0xffffffff)" ( (binary_expression "uVar9 == 0xffffffff" identifier == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype");\n }" { comment (expression_statement "FUN_0005f0b0("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype");" (call_expression "FUN_0005f0b0("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype")" identifier (argument_list "("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype")" ( (string_literal ""../../gold/reloc.cc"" " string_content ") , number_literal , (string_literal ""incremental_relocs_write_reltype"" " string_content ") ))) ;) })) (expression_statement "local_4c = uVar4 + uVar9;" (assignment_expression "local_4c = uVar4 + uVar9" identifier = (binary_expression "uVar4 + uVar9" identifier + identifier)) ;) (expression_statement "local_48 = uVar5 + ((int)uVar9 >> 0x1f) + (uint)CARRY4(uVar4,uVar9);" (assignment_expression "local_48 = uVar5 + ((int)uVar9 >> 0x1f) + (uint)CARRY4(uVar4,uVar9)" identifier = (binary_expression "uVar5 + ((int)uVar9 >> 0x1f) + (uint)CARRY4(uVar4,uVar9)" (binary_expression "uVar5 + ((int)uVar9 >> 0x1f)" identifier + (parenthesized_expression "((int)uVar9 >> 0x1f)" ( (binary_expression "(int)uVar9 >> 0x1f" (cast_expression "(int)uVar9" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal) ))) + (cast_expression "(uint)CARRY4(uVar4,uVar9)" ( (type_descriptor "uint" type_identifier) ) (call_expression "CARRY4(uVar4,uVar9)" identifier (argument_list "(uVar4,uVar9)" ( identifier , identifier )))))) ;) (expression_statement "uVar9 = param_1[0x2c];" (assignment_expression "uVar9 = param_1[0x2c]" identifier = (subscript_expression "param_1[0x2c]" identifier [ number_literal ])) ;) }) (else_clause "else {\n local_4c = uVar4 + param_6;\n local_48 = uVar5 + param_7 + (uint)CARRY4(uVar4,param_6);\n }" else (compound_statement "{\n local_4c = uVar4 + param_6;\n local_48 = uVar5 + param_7 + (uint)CARRY4(uVar4,param_6);\n }" { (expression_statement "local_4c = uVar4 + param_6;" (assignment_expression "local_4c = uVar4 + param_6" identifier = (binary_expression "uVar4 + param_6" identifier + identifier)) ;) (expression_statement "local_48 = uVar5 + param_7 + (uint)CARRY4(uVar4,param_6);" (assignment_expression "local_48 = uVar5 + param_7 + (uint)CARRY4(uVar4,param_6)" identifier = (binary_expression "uVar5 + param_7 + (uint)CARRY4(uVar4,param_6)" (binary_expression "uVar5 + param_7" identifier + identifier) + (cast_expression "(uint)CARRY4(uVar4,param_6)" ( (type_descriptor "uint" type_identifier) ) (call_expression "CARRY4(uVar4,param_6)" identifier (argument_list "(uVar4,param_6)" ( identifier , identifier )))))) ;) }))) (expression_statement "uVar4 = param_3[4];" (assignment_expression "uVar4 = param_3[4]" identifier = (subscript_expression "param_3[4]" identifier [ number_literal ])) ;) (expression_statement "uVar5 = param_3[5];" (assignment_expression "uVar5 = param_3[5]" identifier = (subscript_expression "param_3[5]" identifier [ number_literal ])) ;) (expression_statement "uVar11 = uVar11 - uVar9;" (assignment_expression "uVar11 = uVar11 - uVar9" identifier = (binary_expression "uVar11 - uVar9" identifier - identifier)) ;) (expression_statement "piVar7 = (int *)(**(code **)(*param_1 + 0x74))(param_1);" (assignment_expression "piVar7 = (int *)(**(code **)(*param_1 + 0x74))(param_1)" identifier = (cast_expression "(int *)(**(code **)(*param_1 + 0x74))(param_1)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(**(code **)(*param_1 + 0x74))(param_1)" (parenthesized_expression "(**(code **)(*param_1 + 0x74))" ( (pointer_expression "**(code **)(*param_1 + 0x74)" * (pointer_expression "*(code **)(*param_1 + 0x74)" * (cast_expression "(code **)(*param_1 + 0x74)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x74)" ( (binary_expression "*param_1 + 0x74" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "(param_1)" ( identifier ))))) ;) (if_statement "if (param_1[0x16] == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/object.h",0x603,"next_incremental_reloc_index");\n }" if (parenthesized_expression "(param_1[0x16] == 0)" ( (binary_expression "param_1[0x16] == 0" (subscript_expression "param_1[0x16]" identifier [ number_literal ]) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/object.h",0x603,"next_incremental_reloc_index");\n }" { comment (expression_statement "FUN_0005f0b0("../../gold/object.h",0x603,"next_incremental_reloc_index");" (call_expression "FUN_0005f0b0("../../gold/object.h",0x603,"next_incremental_reloc_index")" identifier (argument_list "("../../gold/object.h",0x603,"next_incremental_reloc_index")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""next_incremental_reloc_index"" " string_content ") ))) ;) })) (expression_statement "iVar3 = param_1[0x17];" (assignment_expression "iVar3 = param_1[0x17]" identifier = (subscript_expression "param_1[0x17]" identifier [ number_literal ])) ;) (if_statement "if (iVar3 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/object.h",0x604,"next_incremental_reloc_index");\n }" if (parenthesized_expression "(iVar3 == 0)" ( (binary_expression "iVar3 == 0" identifier == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/object.h",0x604,"next_incremental_reloc_index");\n }" { comment (expression_statement "FUN_0005f0b0("../../gold/object.h",0x604,"next_incremental_reloc_index");" (call_expression "FUN_0005f0b0("../../gold/object.h",0x604,"next_incremental_reloc_index")" identifier (argument_list "("../../gold/object.h",0x604,"next_incremental_reloc_index")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""next_incremental_reloc_index"" " string_content ") ))) ;) })) (if_statement "if ((uint)(piVar7[1] - *piVar7 >> 2) <= uVar11) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/object.h",0x605,"next_incremental_reloc_index");\n }" if (parenthesized_expression "((uint)(piVar7[1] - *piVar7 >> 2) <= uVar11)" ( (binary_expression "(uint)(piVar7[1] - *piVar7 >> 2) <= uVar11" (call_expression "(uint)(piVar7[1] - *piVar7 >> 2)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(piVar7[1] - *piVar7 >> 2)" ( (binary_expression "piVar7[1] - *piVar7 >> 2" (binary_expression "piVar7[1] - *piVar7" (subscript_expression "piVar7[1]" identifier [ number_literal ]) - (pointer_expression "*piVar7" * identifier)) >> number_literal) ))) <= identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/object.h",0x605,"next_incremental_reloc_index");\n }" { comment (expression_statement "FUN_0005f0b0("../../gold/object.h",0x605,"next_incremental_reloc_index");" (call_expression "FUN_0005f0b0("../../gold/object.h",0x605,"next_incremental_reloc_index")" identifier (argument_list "("../../gold/object.h",0x605,"next_incremental_reloc_index")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""next_incremental_reloc_index"" " string_content ") ))) ;) })) (expression_statement "piVar7 = (int *)(param_1[0x16] + uVar11 * 4);" (assignment_expression "piVar7 = (int *)(param_1[0x16] + uVar11 * 4)" identifier = (cast_expression "(int *)(param_1[0x16] + uVar11 * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[0x16] + uVar11 * 4)" ( (binary_expression "param_1[0x16] + uVar11 * 4" (subscript_expression "param_1[0x16]" identifier [ number_literal ]) + (binary_expression "uVar11 * 4" identifier * number_literal)) )))) ;) (expression_statement "iVar10 = *piVar7;" (assignment_expression "iVar10 = *piVar7" identifier = (pointer_expression "*piVar7" * identifier)) ;) (expression_statement "*piVar7 = iVar10 + 1;" (assignment_expression "*piVar7 = iVar10 + 1" (pointer_expression "*piVar7" * identifier) = (binary_expression "iVar10 + 1" identifier + number_literal)) ;) (expression_statement "puVar8 = (uint *)(uVar2 + (iVar10 + *(int *)(iVar3 + uVar11 * 4)) * 0x18 + iVar1);" (assignment_expression "puVar8 = (uint *)(uVar2 + (iVar10 + *(int *)(iVar3 + uVar11 * 4)) * 0x18 + iVar1)" identifier = (cast_expression "(uint *)(uVar2 + (iVar10 + *(int *)(iVar3 + uVar11 * 4)) * 0x18 + iVar1)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(uVar2 + (iVar10 + *(int *)(iVar3 + uVar11 * 4)) * 0x18 + iVar1)" ( (binary_expression "uVar2 + (iVar10 + *(int *)(iVar3 + uVar11 * 4)) * 0x18 + iVar1" (binary_expression "uVar2 + (iVar10 + *(int *)(iVar3 + uVar11 * 4)) * 0x18" identifier + (binary_expression "(iVar10 + *(int *)(iVar3 + uVar11 * 4)) * 0x18" (parenthesized_expression "(iVar10 + *(int *)(iVar3 + uVar11 * 4))" ( (binary_expression "iVar10 + *(int *)(iVar3 + uVar11 * 4)" identifier + (pointer_expression "*(int *)(iVar3 + uVar11 * 4)" * (cast_expression "(int *)(iVar3 + uVar11 * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar3 + uVar11 * 4)" ( (binary_expression "iVar3 + uVar11 * 4" identifier + (binary_expression "uVar11 * 4" identifier * number_literal)) ))))) )) * number_literal)) + identifier) )))) ;) (expression_statement "*puVar8 = uVar6;" (assignment_expression "*puVar8 = uVar6" (pointer_expression "*puVar8" * identifier) = identifier) ;) (expression_statement "puVar8[1] = local_30;" (assignment_expression "puVar8[1] = local_30" (subscript_expression "puVar8[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar8[2] = local_4c;" (assignment_expression "puVar8[2] = local_4c" (subscript_expression "puVar8[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar8[3] = local_48;" (assignment_expression "puVar8[3] = local_48" (subscript_expression "puVar8[3]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar8[4] = uVar4;" (assignment_expression "puVar8[4] = uVar4" (subscript_expression "puVar8[4]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar8[5] = uVar5;" (assignment_expression "puVar8[5] = uVar5" (subscript_expression "puVar8[5]" identifier [ number_literal ]) = identifier) ;) })) (expression_statement "local_50 = local_50 + 1;" (assignment_expression "local_50 = local_50 + 1" identifier = (binary_expression "local_50 + 1" identifier + number_literal)) ;) (expression_statement "param_3 = param_3 + 6;" (assignment_expression "param_3 = param_3 + 6" identifier = (binary_expression "param_3 + 6" identifier + number_literal)) ;) }) while (parenthesized_expression "(param_4 != local_50)" ( (binary_expression "param_4 != local_50" identifier != identifier) )) ;) })) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.si replaced with injection: get_pc_thunk_si */\n/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void incremental_relocs_write_reltype<4>(Sized_relobj_file<64,_false> *\n this, Relocate_info<64,_false> * relinfo, uchar * prelocs, size_t reloc_count, Output_section *\n output_section, Address output_offset, Output_file * of) */\n\nvoid __thiscall\ngold::Sized_relobj_file<64,_false>::incremental_relocs_write_reltype<4>\n (Sized_relobj_file<64,_false> *this,Relocate_info<64,_false> *relinfo,uchar *prelocs,\n size_t reloc_count,Output_section *output_section,Address output_offset,Output_file *of)\n\n{\n byte bVar1;\n _func_int_varargs *p_Var2;\n Incremental_inputs *pIVar3;\n Output_data_space *pOVar4;\n uint uVar5;\n int iVar6;\n uchar *puVar7;\n uint *puVar8;\n uint uVar9;\n uint uVar10;\n uint uVar11;\n int iVar12;\n longlong lVar13;\n int *piVar14;\n uint *puVar15;\n uint uVar16;\n int iVar17;\n uint uVar18;\n size_t local_50;\n uint local_30;\n \n p_Var2 = (output_section->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var2 == Output_section::do_out_shndx) {\n local_30 = output_section->out_shndx_;\n if (local_30 == 0xffffffff) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n local_30 = (*p_Var2)(output_section);\n }\n pIVar3 = relinfo->layout->incremental_inputs_;\n if (pIVar3 == (Incremental_inputs *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/reloc.cc",0x44e,"incremental_relocs_write_reltype");\n }\n pOVar4 = pIVar3->relocs_section_;\n bVar1 = (pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c;\n if ((bVar1 & 4) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xe3,"offset");\n }\n uVar5 = (uint)(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_;\n iVar17 = *(int *)((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_ + 4);\n if ((bVar1 & 2) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xcf,"data_size");\n }\n uVar11 = (uint)(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_;\n if ((iVar17 < 0) ||\n (iVar6 = *(int *)((int)&of->file_size_ + 4), iVar17 = iVar17 + (uint)CARRY4(uVar11,uVar5),\n uVar11 = (uint)((uint)of->file_size_ < uVar11 + uVar5), iVar12 = iVar6 - iVar17,\n (SBORROW4(iVar6,iVar17) != SBORROW4(iVar12,uVar11)) != (int)(iVar12 - uVar11) < 0)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x6f,"get_output_view");\n }\n puVar7 = of->base_;\n local_50 = 0;\n if (reloc_count != 0) {\n do {\n uVar11 = *(uint *)((int)prelocs + 8);\n uVar18 = *(uint *)((int)prelocs + 0xc);\n uVar16 = this->local_symbol_count_;\n if (uVar16 <= uVar18) {\n uVar9 = *(uint *)prelocs;\n uVar10 = *(uint *)((int)prelocs + 4);\n if (output_offset == 0xffffffffffffffff) {\n if (uVar10 != (int)uVar9 >> 0x1f) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/gold.h",0xc0,"convert_types");\n }\n uVar16 = Output_section::output_offset\n (output_section,(Relobj *)relinfo->object,relinfo->data_shndx,uVar9);\n if (uVar16 == 0xffffffff) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype");\n }\n lVar13 = CONCAT44(uVar10 + ((int)uVar16 >> 0x1f) + (uint)CARRY4(uVar9,uVar16),\n uVar9 + uVar16);\n uVar16 = this->local_symbol_count_;\n }\n else {\n lVar13 = output_offset + *(longlong *)prelocs;\n }\n uVar9 = *(uint *)((int)prelocs + 0x10);\n uVar10 = *(uint *)((int)prelocs + 0x14);\n uVar18 = uVar18 - uVar16;\n piVar14 = (int *)(*(this->super_Sized_relobj<64,_false>).super_Relobj.super_Object.\n _vptr_Object[0x1d])(this);\n puVar15 = (this->super_Sized_relobj<64,_false>).super_Relobj.reloc_counts_;\n if (puVar15 == (uint *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x603,"next_incremental_reloc_index");\n }\n puVar8 = (this->super_Sized_relobj<64,_false>).super_Relobj.reloc_bases_;\n if (puVar8 == (uint *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x604,"next_incremental_reloc_index");\n }\n if ((uint)(piVar14[1] - *piVar14 >> 2) <= uVar18) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x605,"next_incremental_reloc_index");\n }\n puVar15 = puVar15 + uVar18;\n uVar16 = *puVar15;\n *puVar15 = uVar16 + 1;\n puVar15 = (uint *)(puVar7 + uVar5 + (uVar16 + puVar8[uVar18]) * 0x18);\n *puVar15 = uVar11;\n puVar15[1] = local_30;\n *(longlong *)(puVar15 + 2) = lVar13;\n puVar15[4] = uVar9;\n puVar15[5] = uVar10;\n }\n local_50 = local_50 + 1;\n prelocs = (uchar *)((int)prelocs + 0x18);\n } while (reloc_count != local_50);\n }\n return;\n}\n\n" comment comment comment (declaration "void __thiscall\ngold::Sized_relobj_file<64,_false>::incremental_relocs_write_reltype<4>\n (Sized_relobj_file<64,_false> *this,Relocate_info<64,_false> *relinfo,uchar *prelocs,\n size_t reloc_count,Output_section *output_section,Address output_offset,Output_file *of)\n\n{\n byte bVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<64" < number_literal) , (ERROR "_false>::incremental_relocs_write_reltype<4>\n (Sized_relobj_file<64,_false> *this,Relocate_info<64,_false> *relinfo,uchar *prelocs,\n size_t reloc_count,Output_section *output_section,Address output_offset,Output_file *of)\n\n{\n byte" identifier > : : (function_declarator "incremental_relocs_write_reltype<4>\n (Sized_relobj_file<64,_false> *this,Relocate_info<64,_false> *relinfo,uchar *prelocs,\n size_t reloc_count,Output_section *output_section,Address output_offset,Output_file *of)" identifier (ERROR "<4>" < number_literal >) (parameter_list "(Sized_relobj_file<64,_false> *this,Relocate_info<64,_false> *relinfo,uchar *prelocs,\n size_t reloc_count,Output_section *output_section,Address output_offset,Output_file *of)" ( (parameter_declaration "Sized_relobj_file" type_identifier) (ERROR "<64" < number_literal) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Relocate_info" type_identifier) (ERROR "<64" < number_literal) , (parameter_declaration "_false> *relinfo" type_identifier (ERROR ">" >) (pointer_declarator "*relinfo" * identifier)) , (parameter_declaration "uchar *prelocs" type_identifier (pointer_declarator "*prelocs" * identifier)) , (parameter_declaration "size_t reloc_count" primitive_type identifier) , (parameter_declaration "Output_section *output_section" type_identifier (pointer_declarator "*output_section" * identifier)) , (parameter_declaration "Address output_offset" type_identifier identifier) , (parameter_declaration "Output_file *of" type_identifier (pointer_declarator "*of" * identifier)) ))) { identifier) identifier ;) (declaration "_func_int_varargs *p_Var2;" type_identifier (pointer_declarator "*p_Var2" * identifier) ;) (declaration "Incremental_inputs *pIVar3;" type_identifier (pointer_declarator "*pIVar3" * identifier) ;) (declaration "Output_data_space *pOVar4;" type_identifier (pointer_declarator "*pOVar4" * identifier) ;) (declaration "uint uVar5;" type_identifier identifier ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "uchar *puVar7;" type_identifier (pointer_declarator "*puVar7" * identifier) ;) (declaration "uint *puVar8;" type_identifier (pointer_declarator "*puVar8" * identifier) ;) (declaration "uint uVar9;" type_identifier identifier ;) (declaration "uint uVar10;" type_identifier identifier ;) (declaration "uint uVar11;" type_identifier identifier ;) (declaration "int iVar12;" primitive_type identifier ;) (declaration "longlong lVar13;" type_identifier identifier ;) (declaration "int *piVar14;" primitive_type (pointer_declarator "*piVar14" * identifier) ;) (declaration "uint *puVar15;" type_identifier (pointer_declarator "*puVar15" * identifier) ;) (declaration "uint uVar16;" type_identifier identifier ;) (declaration "int iVar17;" primitive_type identifier ;) (declaration "uint uVar18;" type_identifier identifier ;) (declaration "size_t local_50;" primitive_type identifier ;) (declaration "uint local_30;" type_identifier identifier ;) (expression_statement "p_Var2 = (output_section->super_Output_data)._vptr_Output_data[0xb];" (assignment_expression "p_Var2 = (output_section->super_Output_data)._vptr_Output_data[0xb]" identifier = (subscript_expression "(output_section->super_Output_data)._vptr_Output_data[0xb]" (field_expression "(output_section->super_Output_data)._vptr_Output_data" (parenthesized_expression "(output_section->super_Output_data)" ( (field_expression "output_section->super_Output_data" identifier -> field_identifier) )) . field_identifier) [ number_literal ])) ;) (if_statement "if (p_Var2 == Output_section::do_out_shndx) {\n local_30 = output_section->out_shndx_;\n if (local_30 == 0xffffffff) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n local_30 = (*p_Var2)(output_section);\n }" if (parenthesized_expression "(p_Var2 == Output_section::do_out_shndx)" ( (binary_expression "p_Var2 == Output_section" identifier == identifier) (ERROR "::do_out_shndx" : : identifier) )) (compound_statement "{\n local_30 = output_section->out_shndx_;\n if (local_30 == 0xffffffff) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }" { (expression_statement "local_30 = output_section->out_shndx_;" (assignment_expression "local_30 = output_section->out_shndx_" identifier = (field_expression "output_section->out_shndx_" identifier -> field_identifier)) ;) (if_statement "if (local_30 == 0xffffffff) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx");\n }" if (parenthesized_expression "(local_30 == 0xffffffff)" ( (binary_expression "local_30 == 0xffffffff" identifier == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx");" (call_expression "do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx")" identifier (argument_list "("../../gold/output.h",0x1043,"do_out_shndx")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""do_out_shndx"" " string_content ") ))) ;) })) }) (else_clause "else {\n local_30 = (*p_Var2)(output_section);\n }" else (compound_statement "{\n local_30 = (*p_Var2)(output_section);\n }" { (expression_statement "local_30 = (*p_Var2)(output_section);" (assignment_expression "local_30 = (*p_Var2)(output_section)" identifier = (call_expression "(*p_Var2)(output_section)" (parenthesized_expression "(*p_Var2)" ( (pointer_expression "*p_Var2" * identifier) )) (argument_list "(output_section)" ( identifier )))) ;) }))) (expression_statement "pIVar3 = relinfo->layout->incremental_inputs_;" (assignment_expression "pIVar3 = relinfo->layout->incremental_inputs_" identifier = (field_expression "relinfo->layout->incremental_inputs_" (field_expression "relinfo->layout" identifier -> field_identifier) -> field_identifier)) ;) (if_statement "if (pIVar3 == (Incremental_inputs *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/reloc.cc",0x44e,"incremental_relocs_write_reltype");\n }" if (parenthesized_expression "(pIVar3 == (Incremental_inputs *)0x0)" ( (binary_expression "pIVar3 == (Incremental_inputs *)0x0" identifier == (cast_expression "(Incremental_inputs *)0x0" ( (type_descriptor "Incremental_inputs *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/reloc.cc",0x44e,"incremental_relocs_write_reltype");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/reloc.cc",0x44e,"incremental_relocs_write_reltype");" (call_expression "do_gold_unreachable("../../gold/reloc.cc",0x44e,"incremental_relocs_write_reltype")" identifier (argument_list "("../../gold/reloc.cc",0x44e,"incremental_relocs_write_reltype")" ( (string_literal ""../../gold/reloc.cc"" " string_content ") , number_literal , (string_literal ""incremental_relocs_write_reltype"" " string_content ") ))) ;) })) (expression_statement "pOVar4 = pIVar3->relocs_section_;" (assignment_expression "pOVar4 = pIVar3->relocs_section_" identifier = (field_expression "pIVar3->relocs_section_" identifier -> field_identifier)) ;) (expression_statement "bVar1 = (pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c;" (assignment_expression "bVar1 = (pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c" identifier = (field_expression "(pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x1c" (field_expression "(pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data" (field_expression "(pOVar4->super_Output_section_data_build).super_Output_section_data" (parenthesized_expression "(pOVar4->super_Output_section_data_build)" ( (field_expression "pOVar4->super_Output_section_data_build" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier)) ;) (if_statement "if ((bVar1 & 4) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xe3,"offset");\n }" if (parenthesized_expression "((bVar1 & 4) == 0)" ( (binary_expression "(bVar1 & 4) == 0" (parenthesized_expression "(bVar1 & 4)" ( (binary_expression "bVar1 & 4" identifier & number_literal) )) == number_literal) )) (compound_statement "{\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 "uVar5 = (uint)(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_;" (assignment_expression "uVar5 = (uint)(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_" identifier = (field_expression "(uint)(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_" (field_expression "(uint)(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data" (field_expression "(uint)(pOVar4->super_Output_section_data_build).super_Output_section_data" (call_expression "(uint)(pOVar4->super_Output_section_data_build)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(pOVar4->super_Output_section_data_build)" ( (field_expression "pOVar4->super_Output_section_data_build" identifier -> field_identifier) ))) . field_identifier) . field_identifier) . field_identifier)) ;) (expression_statement "iVar17 = *(int *)((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_ + 4);" (assignment_expression "iVar17 = *(int *)((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_ + 4)" identifier = (pointer_expression "*(int *)((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_ + 4)" * (cast_expression "(int *)((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_ + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_ + 4)" ( (binary_expression "(int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_ + 4" (cast_expression "(int)&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_" & (field_expression "(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.offset_" (field_expression "(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data" (field_expression "(pOVar4->super_Output_section_data_build).super_Output_section_data" (parenthesized_expression "(pOVar4->super_Output_section_data_build)" ( (field_expression "pOVar4->super_Output_section_data_build" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier))) + number_literal) ))))) ;) (if_statement "if ((bVar1 & 2) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xcf,"data_size");\n }" if (parenthesized_expression "((bVar1 & 2) == 0)" ( (binary_expression "(bVar1 & 2) == 0" (parenthesized_expression "(bVar1 & 2)" ( (binary_expression "bVar1 & 2" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xcf,"data_size");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/output.h",0xcf,"data_size");" (call_expression "do_gold_unreachable("../../gold/output.h",0xcf,"data_size")" identifier (argument_list "("../../gold/output.h",0xcf,"data_size")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""data_size"" " string_content ") ))) ;) })) (expression_statement "uVar11 = (uint)(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_;" (assignment_expression "uVar11 = (uint)(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_" identifier = (field_expression "(uint)(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.data_size_" (field_expression "(uint)(pOVar4->super_Output_section_data_build).super_Output_section_data.\n super_Output_data" (field_expression "(uint)(pOVar4->super_Output_section_data_build).super_Output_section_data" (call_expression "(uint)(pOVar4->super_Output_section_data_build)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(pOVar4->super_Output_section_data_build)" ( (field_expression "pOVar4->super_Output_section_data_build" identifier -> field_identifier) ))) . field_identifier) . field_identifier) . field_identifier)) ;) (if_statement "if ((iVar17 < 0) ||\n (iVar6 = *(int *)((int)&of->file_size_ + 4), iVar17 = iVar17 + (uint)CARRY4(uVar11,uVar5),\n uVar11 = (uint)((uint)of->file_size_ < uVar11 + uVar5), iVar12 = iVar6 - iVar17,\n (SBORROW4(iVar6,iVar17) != SBORROW4(iVar12,uVar11)) != (int)(iVar12 - uVar11) < 0)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x6f,"get_output_view");\n }" if (parenthesized_expression "((iVar17 < 0) ||\n (iVar6 = *(int *)((int)&of->file_size_ + 4), iVar17 = iVar17 + (uint)CARRY4(uVar11,uVar5),\n uVar11 = (uint)((uint)of->file_size_ < uVar11 + uVar5), iVar12 = iVar6 - iVar17,\n (SBORROW4(iVar6,iVar17) != SBORROW4(iVar12,uVar11)) != (int)(iVar12 - uVar11) < 0))" ( (binary_expression "(iVar17 < 0) ||\n (iVar6 = *(int *)((int)&of->file_size_ + 4), iVar17 = iVar17 + (uint)CARRY4(uVar11,uVar5),\n uVar11 = (uint)((uint)of->file_size_ < uVar11 + uVar5), iVar12 = iVar6 - iVar17,\n (SBORROW4(iVar6,iVar17) != SBORROW4(iVar12,uVar11)) != (int)(iVar12 - uVar11) < 0)" (parenthesized_expression "(iVar17 < 0)" ( (binary_expression "iVar17 < 0" identifier < number_literal) )) || (parenthesized_expression "(iVar6 = *(int *)((int)&of->file_size_ + 4), iVar17 = iVar17 + (uint)CARRY4(uVar11,uVar5),\n uVar11 = (uint)((uint)of->file_size_ < uVar11 + uVar5), iVar12 = iVar6 - iVar17,\n (SBORROW4(iVar6,iVar17) != SBORROW4(iVar12,uVar11)) != (int)(iVar12 - uVar11) < 0)" ( (comma_expression "iVar6 = *(int *)((int)&of->file_size_ + 4), iVar17 = iVar17 + (uint)CARRY4(uVar11,uVar5),\n uVar11 = (uint)((uint)of->file_size_ < uVar11 + uVar5), iVar12 = iVar6 - iVar17,\n (SBORROW4(iVar6,iVar17) != SBORROW4(iVar12,uVar11)) != (int)(iVar12 - uVar11) < 0" (assignment_expression "iVar6 = *(int *)((int)&of->file_size_ + 4)" identifier = (pointer_expression "*(int *)((int)&of->file_size_ + 4)" * (cast_expression "(int *)((int)&of->file_size_ + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&of->file_size_ + 4)" ( (binary_expression "(int)&of->file_size_ + 4" (cast_expression "(int)&of->file_size_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&of->file_size_" & (field_expression "of->file_size_" identifier -> field_identifier))) + number_literal) ))))) , (comma_expression "iVar17 = iVar17 + (uint)CARRY4(uVar11,uVar5),\n uVar11 = (uint)((uint)of->file_size_ < uVar11 + uVar5), iVar12 = iVar6 - iVar17,\n (SBORROW4(iVar6,iVar17) != SBORROW4(iVar12,uVar11)) != (int)(iVar12 - uVar11) < 0" (assignment_expression "iVar17 = iVar17 + (uint)CARRY4(uVar11,uVar5)" identifier = (binary_expression "iVar17 + (uint)CARRY4(uVar11,uVar5)" identifier + (cast_expression "(uint)CARRY4(uVar11,uVar5)" ( (type_descriptor "uint" type_identifier) ) (call_expression "CARRY4(uVar11,uVar5)" identifier (argument_list "(uVar11,uVar5)" ( identifier , identifier )))))) , (comma_expression "uVar11 = (uint)((uint)of->file_size_ < uVar11 + uVar5), iVar12 = iVar6 - iVar17,\n (SBORROW4(iVar6,iVar17) != SBORROW4(iVar12,uVar11)) != (int)(iVar12 - uVar11) < 0" (assignment_expression "uVar11 = (uint)((uint)of->file_size_ < uVar11 + uVar5)" identifier = (call_expression "(uint)((uint)of->file_size_ < uVar11 + uVar5)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "((uint)of->file_size_ < uVar11 + uVar5)" ( (binary_expression "(uint)of->file_size_ < uVar11 + uVar5" (cast_expression "(uint)of->file_size_" ( (type_descriptor "uint" type_identifier) ) (field_expression "of->file_size_" identifier -> field_identifier)) < (binary_expression "uVar11 + uVar5" identifier + identifier)) )))) , (comma_expression "iVar12 = iVar6 - iVar17,\n (SBORROW4(iVar6,iVar17) != SBORROW4(iVar12,uVar11)) != (int)(iVar12 - uVar11) < 0" (assignment_expression "iVar12 = iVar6 - iVar17" identifier = (binary_expression "iVar6 - iVar17" identifier - identifier)) , (binary_expression "(SBORROW4(iVar6,iVar17) != SBORROW4(iVar12,uVar11)) != (int)(iVar12 - uVar11) < 0" (parenthesized_expression "(SBORROW4(iVar6,iVar17) != SBORROW4(iVar12,uVar11))" ( (binary_expression "SBORROW4(iVar6,iVar17) != SBORROW4(iVar12,uVar11)" (call_expression "SBORROW4(iVar6,iVar17)" identifier (argument_list "(iVar6,iVar17)" ( identifier , identifier ))) != (call_expression "SBORROW4(iVar12,uVar11)" identifier (argument_list "(iVar12,uVar11)" ( identifier , identifier )))) )) != (binary_expression "(int)(iVar12 - uVar11) < 0" (cast_expression "(int)(iVar12 - uVar11)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(iVar12 - uVar11)" ( (binary_expression "iVar12 - uVar11" identifier - identifier) ))) < number_literal)))))) ))) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x6f,"get_output_view");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/output.h",0x6f,"get_output_view");" (call_expression "do_gold_unreachable("../../gold/output.h",0x6f,"get_output_view")" identifier (argument_list "("../../gold/output.h",0x6f,"get_output_view")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""get_output_view"" " string_content ") ))) ;) })) (expression_statement "puVar7 = of->base_;" (assignment_expression "puVar7 = of->base_" identifier = (field_expression "of->base_" identifier -> field_identifier)) ;) (expression_statement "local_50 = 0;" (assignment_expression "local_50 = 0" identifier = number_literal) ;) (if_statement "if (reloc_count != 0) {\n do {\n uVar11 = *(uint *)((int)prelocs + 8);\n uVar18 = *(uint *)((int)prelocs + 0xc);\n uVar16 = this->local_symbol_count_;\n if (uVar16 <= uVar18) {\n uVar9 = *(uint *)prelocs;\n uVar10 = *(uint *)((int)prelocs + 4);\n if (output_offset == 0xffffffffffffffff) {\n if (uVar10 != (int)uVar9 >> 0x1f) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/gold.h",0xc0,"convert_types");\n }\n uVar16 = Output_section::output_offset\n (output_section,(Relobj *)relinfo->object,relinfo->data_shndx,uVar9);\n if (uVar16 == 0xffffffff) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype");\n }\n lVar13 = CONCAT44(uVar10 + ((int)uVar16 >> 0x1f) + (uint)CARRY4(uVar9,uVar16),\n uVar9 + uVar16);\n uVar16 = this->local_symbol_count_;\n }\n else {\n lVar13 = output_offset + *(longlong *)prelocs;\n }\n uVar9 = *(uint *)((int)prelocs + 0x10);\n uVar10 = *(uint *)((int)prelocs + 0x14);\n uVar18 = uVar18 - uVar16;\n piVar14 = (int *)(*(this->super_Sized_relobj<64,_false>).super_Relobj.super_Object.\n _vptr_Object[0x1d])(this);\n puVar15 = (this->super_Sized_relobj<64,_false>).super_Relobj.reloc_counts_;\n if (puVar15 == (uint *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x603,"next_incremental_reloc_index");\n }\n puVar8 = (this->super_Sized_relobj<64,_false>).super_Relobj.reloc_bases_;\n if (puVar8 == (uint *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x604,"next_incremental_reloc_index");\n }\n if ((uint)(piVar14[1] - *piVar14 >> 2) <= uVar18) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x605,"next_incremental_reloc_index");\n }\n puVar15 = puVar15 + uVar18;\n uVar16 = *puVar15;\n *puVar15 = uVar16 + 1;\n puVar15 = (uint *)(puVar7 + uVar5 + (uVar16 + puVar8[uVar18]) * 0x18);\n *puVar15 = uVar11;\n puVar15[1] = local_30;\n *(longlong *)(puVar15 + 2) = lVar13;\n puVar15[4] = uVar9;\n puVar15[5] = uVar10;\n }\n local_50 = local_50 + 1;\n prelocs = (uchar *)((int)prelocs + 0x18);\n } while (reloc_count != local_50);\n }" if (parenthesized_expression "(reloc_count != 0)" ( (binary_expression "reloc_count != 0" identifier != number_literal) )) (compound_statement "{\n do {\n uVar11 = *(uint *)((int)prelocs + 8);\n uVar18 = *(uint *)((int)prelocs + 0xc);\n uVar16 = this->local_symbol_count_;\n if (uVar16 <= uVar18) {\n uVar9 = *(uint *)prelocs;\n uVar10 = *(uint *)((int)prelocs + 4);\n if (output_offset == 0xffffffffffffffff) {\n if (uVar10 != (int)uVar9 >> 0x1f) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/gold.h",0xc0,"convert_types");\n }\n uVar16 = Output_section::output_offset\n (output_section,(Relobj *)relinfo->object,relinfo->data_shndx,uVar9);\n if (uVar16 == 0xffffffff) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype");\n }\n lVar13 = CONCAT44(uVar10 + ((int)uVar16 >> 0x1f) + (uint)CARRY4(uVar9,uVar16),\n uVar9 + uVar16);\n uVar16 = this->local_symbol_count_;\n }\n else {\n lVar13 = output_offset + *(longlong *)prelocs;\n }\n uVar9 = *(uint *)((int)prelocs + 0x10);\n uVar10 = *(uint *)((int)prelocs + 0x14);\n uVar18 = uVar18 - uVar16;\n piVar14 = (int *)(*(this->super_Sized_relobj<64,_false>).super_Relobj.super_Object.\n _vptr_Object[0x1d])(this);\n puVar15 = (this->super_Sized_relobj<64,_false>).super_Relobj.reloc_counts_;\n if (puVar15 == (uint *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x603,"next_incremental_reloc_index");\n }\n puVar8 = (this->super_Sized_relobj<64,_false>).super_Relobj.reloc_bases_;\n if (puVar8 == (uint *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x604,"next_incremental_reloc_index");\n }\n if ((uint)(piVar14[1] - *piVar14 >> 2) <= uVar18) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x605,"next_incremental_reloc_index");\n }\n puVar15 = puVar15 + uVar18;\n uVar16 = *puVar15;\n *puVar15 = uVar16 + 1;\n puVar15 = (uint *)(puVar7 + uVar5 + (uVar16 + puVar8[uVar18]) * 0x18);\n *puVar15 = uVar11;\n puVar15[1] = local_30;\n *(longlong *)(puVar15 + 2) = lVar13;\n puVar15[4] = uVar9;\n puVar15[5] = uVar10;\n }\n local_50 = local_50 + 1;\n prelocs = (uchar *)((int)prelocs + 0x18);\n } while (reloc_count != local_50);\n }" { (do_statement "do {\n uVar11 = *(uint *)((int)prelocs + 8);\n uVar18 = *(uint *)((int)prelocs + 0xc);\n uVar16 = this->local_symbol_count_;\n if (uVar16 <= uVar18) {\n uVar9 = *(uint *)prelocs;\n uVar10 = *(uint *)((int)prelocs + 4);\n if (output_offset == 0xffffffffffffffff) {\n if (uVar10 != (int)uVar9 >> 0x1f) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/gold.h",0xc0,"convert_types");\n }\n uVar16 = Output_section::output_offset\n (output_section,(Relobj *)relinfo->object,relinfo->data_shndx,uVar9);\n if (uVar16 == 0xffffffff) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype");\n }\n lVar13 = CONCAT44(uVar10 + ((int)uVar16 >> 0x1f) + (uint)CARRY4(uVar9,uVar16),\n uVar9 + uVar16);\n uVar16 = this->local_symbol_count_;\n }\n else {\n lVar13 = output_offset + *(longlong *)prelocs;\n }\n uVar9 = *(uint *)((int)prelocs + 0x10);\n uVar10 = *(uint *)((int)prelocs + 0x14);\n uVar18 = uVar18 - uVar16;\n piVar14 = (int *)(*(this->super_Sized_relobj<64,_false>).super_Relobj.super_Object.\n _vptr_Object[0x1d])(this);\n puVar15 = (this->super_Sized_relobj<64,_false>).super_Relobj.reloc_counts_;\n if (puVar15 == (uint *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x603,"next_incremental_reloc_index");\n }\n puVar8 = (this->super_Sized_relobj<64,_false>).super_Relobj.reloc_bases_;\n if (puVar8 == (uint *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x604,"next_incremental_reloc_index");\n }\n if ((uint)(piVar14[1] - *piVar14 >> 2) <= uVar18) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x605,"next_incremental_reloc_index");\n }\n puVar15 = puVar15 + uVar18;\n uVar16 = *puVar15;\n *puVar15 = uVar16 + 1;\n puVar15 = (uint *)(puVar7 + uVar5 + (uVar16 + puVar8[uVar18]) * 0x18);\n *puVar15 = uVar11;\n puVar15[1] = local_30;\n *(longlong *)(puVar15 + 2) = lVar13;\n puVar15[4] = uVar9;\n puVar15[5] = uVar10;\n }\n local_50 = local_50 + 1;\n prelocs = (uchar *)((int)prelocs + 0x18);\n } while (reloc_count != local_50);" do (compound_statement "{\n uVar11 = *(uint *)((int)prelocs + 8);\n uVar18 = *(uint *)((int)prelocs + 0xc);\n uVar16 = this->local_symbol_count_;\n if (uVar16 <= uVar18) {\n uVar9 = *(uint *)prelocs;\n uVar10 = *(uint *)((int)prelocs + 4);\n if (output_offset == 0xffffffffffffffff) {\n if (uVar10 != (int)uVar9 >> 0x1f) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/gold.h",0xc0,"convert_types");\n }\n uVar16 = Output_section::output_offset\n (output_section,(Relobj *)relinfo->object,relinfo->data_shndx,uVar9);\n if (uVar16 == 0xffffffff) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype");\n }\n lVar13 = CONCAT44(uVar10 + ((int)uVar16 >> 0x1f) + (uint)CARRY4(uVar9,uVar16),\n uVar9 + uVar16);\n uVar16 = this->local_symbol_count_;\n }\n else {\n lVar13 = output_offset + *(longlong *)prelocs;\n }\n uVar9 = *(uint *)((int)prelocs + 0x10);\n uVar10 = *(uint *)((int)prelocs + 0x14);\n uVar18 = uVar18 - uVar16;\n piVar14 = (int *)(*(this->super_Sized_relobj<64,_false>).super_Relobj.super_Object.\n _vptr_Object[0x1d])(this);\n puVar15 = (this->super_Sized_relobj<64,_false>).super_Relobj.reloc_counts_;\n if (puVar15 == (uint *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x603,"next_incremental_reloc_index");\n }\n puVar8 = (this->super_Sized_relobj<64,_false>).super_Relobj.reloc_bases_;\n if (puVar8 == (uint *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x604,"next_incremental_reloc_index");\n }\n if ((uint)(piVar14[1] - *piVar14 >> 2) <= uVar18) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x605,"next_incremental_reloc_index");\n }\n puVar15 = puVar15 + uVar18;\n uVar16 = *puVar15;\n *puVar15 = uVar16 + 1;\n puVar15 = (uint *)(puVar7 + uVar5 + (uVar16 + puVar8[uVar18]) * 0x18);\n *puVar15 = uVar11;\n puVar15[1] = local_30;\n *(longlong *)(puVar15 + 2) = lVar13;\n puVar15[4] = uVar9;\n puVar15[5] = uVar10;\n }\n local_50 = local_50 + 1;\n prelocs = (uchar *)((int)prelocs + 0x18);\n }" { (expression_statement "uVar11 = *(uint *)((int)prelocs + 8);" (assignment_expression "uVar11 = *(uint *)((int)prelocs + 8)" identifier = (pointer_expression "*(uint *)((int)prelocs + 8)" * (cast_expression "(uint *)((int)prelocs + 8)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)prelocs + 8)" ( (binary_expression "(int)prelocs + 8" (cast_expression "(int)prelocs" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))))) ;) (expression_statement "uVar18 = *(uint *)((int)prelocs + 0xc);" (assignment_expression "uVar18 = *(uint *)((int)prelocs + 0xc)" identifier = (pointer_expression "*(uint *)((int)prelocs + 0xc)" * (cast_expression "(uint *)((int)prelocs + 0xc)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)prelocs + 0xc)" ( (binary_expression "(int)prelocs + 0xc" (cast_expression "(int)prelocs" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))))) ;) (expression_statement "uVar16 = this->local_symbol_count_;" (assignment_expression "uVar16 = this->local_symbol_count_" identifier = (field_expression "this->local_symbol_count_" identifier -> field_identifier)) ;) (if_statement "if (uVar16 <= uVar18) {\n uVar9 = *(uint *)prelocs;\n uVar10 = *(uint *)((int)prelocs + 4);\n if (output_offset == 0xffffffffffffffff) {\n if (uVar10 != (int)uVar9 >> 0x1f) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/gold.h",0xc0,"convert_types");\n }\n uVar16 = Output_section::output_offset\n (output_section,(Relobj *)relinfo->object,relinfo->data_shndx,uVar9);\n if (uVar16 == 0xffffffff) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype");\n }\n lVar13 = CONCAT44(uVar10 + ((int)uVar16 >> 0x1f) + (uint)CARRY4(uVar9,uVar16),\n uVar9 + uVar16);\n uVar16 = this->local_symbol_count_;\n }\n else {\n lVar13 = output_offset + *(longlong *)prelocs;\n }\n uVar9 = *(uint *)((int)prelocs + 0x10);\n uVar10 = *(uint *)((int)prelocs + 0x14);\n uVar18 = uVar18 - uVar16;\n piVar14 = (int *)(*(this->super_Sized_relobj<64,_false>).super_Relobj.super_Object.\n _vptr_Object[0x1d])(this);\n puVar15 = (this->super_Sized_relobj<64,_false>).super_Relobj.reloc_counts_;\n if (puVar15 == (uint *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x603,"next_incremental_reloc_index");\n }\n puVar8 = (this->super_Sized_relobj<64,_false>).super_Relobj.reloc_bases_;\n if (puVar8 == (uint *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x604,"next_incremental_reloc_index");\n }\n if ((uint)(piVar14[1] - *piVar14 >> 2) <= uVar18) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x605,"next_incremental_reloc_index");\n }\n puVar15 = puVar15 + uVar18;\n uVar16 = *puVar15;\n *puVar15 = uVar16 + 1;\n puVar15 = (uint *)(puVar7 + uVar5 + (uVar16 + puVar8[uVar18]) * 0x18);\n *puVar15 = uVar11;\n puVar15[1] = local_30;\n *(longlong *)(puVar15 + 2) = lVar13;\n puVar15[4] = uVar9;\n puVar15[5] = uVar10;\n }" if (parenthesized_expression "(uVar16 <= uVar18)" ( (binary_expression "uVar16 <= uVar18" identifier <= identifier) )) (compound_statement "{\n uVar9 = *(uint *)prelocs;\n uVar10 = *(uint *)((int)prelocs + 4);\n if (output_offset == 0xffffffffffffffff) {\n if (uVar10 != (int)uVar9 >> 0x1f) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/gold.h",0xc0,"convert_types");\n }\n uVar16 = Output_section::output_offset\n (output_section,(Relobj *)relinfo->object,relinfo->data_shndx,uVar9);\n if (uVar16 == 0xffffffff) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype");\n }\n lVar13 = CONCAT44(uVar10 + ((int)uVar16 >> 0x1f) + (uint)CARRY4(uVar9,uVar16),\n uVar9 + uVar16);\n uVar16 = this->local_symbol_count_;\n }\n else {\n lVar13 = output_offset + *(longlong *)prelocs;\n }\n uVar9 = *(uint *)((int)prelocs + 0x10);\n uVar10 = *(uint *)((int)prelocs + 0x14);\n uVar18 = uVar18 - uVar16;\n piVar14 = (int *)(*(this->super_Sized_relobj<64,_false>).super_Relobj.super_Object.\n _vptr_Object[0x1d])(this);\n puVar15 = (this->super_Sized_relobj<64,_false>).super_Relobj.reloc_counts_;\n if (puVar15 == (uint *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x603,"next_incremental_reloc_index");\n }\n puVar8 = (this->super_Sized_relobj<64,_false>).super_Relobj.reloc_bases_;\n if (puVar8 == (uint *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x604,"next_incremental_reloc_index");\n }\n if ((uint)(piVar14[1] - *piVar14 >> 2) <= uVar18) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x605,"next_incremental_reloc_index");\n }\n puVar15 = puVar15 + uVar18;\n uVar16 = *puVar15;\n *puVar15 = uVar16 + 1;\n puVar15 = (uint *)(puVar7 + uVar5 + (uVar16 + puVar8[uVar18]) * 0x18);\n *puVar15 = uVar11;\n puVar15[1] = local_30;\n *(longlong *)(puVar15 + 2) = lVar13;\n puVar15[4] = uVar9;\n puVar15[5] = uVar10;\n }" { (expression_statement "uVar9 = *(uint *)prelocs;" (assignment_expression "uVar9 = *(uint *)prelocs" identifier = (pointer_expression "*(uint *)prelocs" * (cast_expression "(uint *)prelocs" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier))) ;) (expression_statement "uVar10 = *(uint *)((int)prelocs + 4);" (assignment_expression "uVar10 = *(uint *)((int)prelocs + 4)" identifier = (pointer_expression "*(uint *)((int)prelocs + 4)" * (cast_expression "(uint *)((int)prelocs + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)prelocs + 4)" ( (binary_expression "(int)prelocs + 4" (cast_expression "(int)prelocs" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))))) ;) (if_statement "if (output_offset == 0xffffffffffffffff) {\n if (uVar10 != (int)uVar9 >> 0x1f) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/gold.h",0xc0,"convert_types");\n }\n uVar16 = Output_section::output_offset\n (output_section,(Relobj *)relinfo->object,relinfo->data_shndx,uVar9);\n if (uVar16 == 0xffffffff) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype");\n }\n lVar13 = CONCAT44(uVar10 + ((int)uVar16 >> 0x1f) + (uint)CARRY4(uVar9,uVar16),\n uVar9 + uVar16);\n uVar16 = this->local_symbol_count_;\n }\n else {\n lVar13 = output_offset + *(longlong *)prelocs;\n }" if (parenthesized_expression "(output_offset == 0xffffffffffffffff)" ( (binary_expression "output_offset == 0xffffffffffffffff" identifier == number_literal) )) (compound_statement "{\n if (uVar10 != (int)uVar9 >> 0x1f) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/gold.h",0xc0,"convert_types");\n }\n uVar16 = Output_section::output_offset\n (output_section,(Relobj *)relinfo->object,relinfo->data_shndx,uVar9);\n if (uVar16 == 0xffffffff) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype");\n }\n lVar13 = CONCAT44(uVar10 + ((int)uVar16 >> 0x1f) + (uint)CARRY4(uVar9,uVar16),\n uVar9 + uVar16);\n uVar16 = this->local_symbol_count_;\n }" { (if_statement "if (uVar10 != (int)uVar9 >> 0x1f) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/gold.h",0xc0,"convert_types");\n }" if (parenthesized_expression "(uVar10 != (int)uVar9 >> 0x1f)" ( (binary_expression "uVar10 != (int)uVar9 >> 0x1f" identifier != (binary_expression "(int)uVar9 >> 0x1f" (cast_expression "(int)uVar9" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/gold.h",0xc0,"convert_types");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/gold.h",0xc0,"convert_types");" (call_expression "do_gold_unreachable("../../gold/gold.h",0xc0,"convert_types")" identifier (argument_list "("../../gold/gold.h",0xc0,"convert_types")" ( (string_literal ""../../gold/gold.h"" " string_content ") , number_literal , (string_literal ""convert_types"" " string_content ") ))) ;) })) (ERROR "uVar16 = Output_section::" (assignment_expression "uVar16 = Output_section" identifier = identifier) : :) (expression_statement "output_offset\n (output_section,(Relobj *)relinfo->object,relinfo->data_shndx,uVar9);" (call_expression "output_offset\n (output_section,(Relobj *)relinfo->object,relinfo->data_shndx,uVar9)" identifier (argument_list "(output_section,(Relobj *)relinfo->object,relinfo->data_shndx,uVar9)" ( identifier , (cast_expression "(Relobj *)relinfo->object" ( (type_descriptor "Relobj *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "relinfo->object" identifier -> field_identifier)) , (field_expression "relinfo->data_shndx" identifier -> field_identifier) , identifier ))) ;) (if_statement "if (uVar16 == 0xffffffff) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype");\n }" if (parenthesized_expression "(uVar16 == 0xffffffff)" ( (binary_expression "uVar16 == 0xffffffff" identifier == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype");" (call_expression "do_gold_unreachable("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype")" identifier (argument_list "("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype")" ( (string_literal ""../../gold/reloc.cc"" " string_content ") , number_literal , (string_literal ""incremental_relocs_write_reltype"" " string_content ") ))) ;) })) (expression_statement "lVar13 = CONCAT44(uVar10 + ((int)uVar16 >> 0x1f) + (uint)CARRY4(uVar9,uVar16),\n uVar9 + uVar16);" (assignment_expression "lVar13 = CONCAT44(uVar10 + ((int)uVar16 >> 0x1f) + (uint)CARRY4(uVar9,uVar16),\n uVar9 + uVar16)" identifier = (call_expression "CONCAT44(uVar10 + ((int)uVar16 >> 0x1f) + (uint)CARRY4(uVar9,uVar16),\n uVar9 + uVar16)" identifier (argument_list "(uVar10 + ((int)uVar16 >> 0x1f) + (uint)CARRY4(uVar9,uVar16),\n uVar9 + uVar16)" ( (binary_expression "uVar10 + ((int)uVar16 >> 0x1f) + (uint)CARRY4(uVar9,uVar16)" (binary_expression "uVar10 + ((int)uVar16 >> 0x1f)" identifier + (parenthesized_expression "((int)uVar16 >> 0x1f)" ( (binary_expression "(int)uVar16 >> 0x1f" (cast_expression "(int)uVar16" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal) ))) + (cast_expression "(uint)CARRY4(uVar9,uVar16)" ( (type_descriptor "uint" type_identifier) ) (call_expression "CARRY4(uVar9,uVar16)" identifier (argument_list "(uVar9,uVar16)" ( identifier , identifier ))))) , (binary_expression "uVar9 + uVar16" identifier + identifier) )))) ;) (expression_statement "uVar16 = this->local_symbol_count_;" (assignment_expression "uVar16 = this->local_symbol_count_" identifier = (field_expression "this->local_symbol_count_" identifier -> field_identifier)) ;) }) (else_clause "else {\n lVar13 = output_offset + *(longlong *)prelocs;\n }" else (compound_statement "{\n lVar13 = output_offset + *(longlong *)prelocs;\n }" { (expression_statement "lVar13 = output_offset + *(longlong *)prelocs;" (assignment_expression "lVar13 = output_offset + *(longlong *)prelocs" identifier = (binary_expression "output_offset + *(longlong *)prelocs" identifier + (pointer_expression "*(longlong *)prelocs" * (cast_expression "(longlong *)prelocs" ( (type_descriptor "longlong *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)))) ;) }))) (expression_statement "uVar9 = *(uint *)((int)prelocs + 0x10);" (assignment_expression "uVar9 = *(uint *)((int)prelocs + 0x10)" identifier = (pointer_expression "*(uint *)((int)prelocs + 0x10)" * (cast_expression "(uint *)((int)prelocs + 0x10)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)prelocs + 0x10)" ( (binary_expression "(int)prelocs + 0x10" (cast_expression "(int)prelocs" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))))) ;) (expression_statement "uVar10 = *(uint *)((int)prelocs + 0x14);" (assignment_expression "uVar10 = *(uint *)((int)prelocs + 0x14)" identifier = (pointer_expression "*(uint *)((int)prelocs + 0x14)" * (cast_expression "(uint *)((int)prelocs + 0x14)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)prelocs + 0x14)" ( (binary_expression "(int)prelocs + 0x14" (cast_expression "(int)prelocs" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))))) ;) (expression_statement "uVar18 = uVar18 - uVar16;" (assignment_expression "uVar18 = uVar18 - uVar16" identifier = (binary_expression "uVar18 - uVar16" identifier - identifier)) ;) (expression_statement "piVar14 = (int *)(*(this->super_Sized_relobj<64,_false>).super_Relobj.super_Object.\n _vptr_Object[0x1d])(this);" (assignment_expression "piVar14 = (int *)(*(this->super_Sized_relobj<64,_false>).super_Relobj.super_Object.\n _vptr_Object[0x1d])(this)" identifier = (cast_expression "(int *)(*(this->super_Sized_relobj<64,_false>).super_Relobj.super_Object.\n _vptr_Object[0x1d])(this)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(this->super_Sized_relobj<64,_false>).super_Relobj.super_Object.\n _vptr_Object[0x1d])(this)" (parenthesized_expression "(*(this->super_Sized_relobj<64,_false>).super_Relobj.super_Object.\n _vptr_Object[0x1d])" ( (pointer_expression "*(this->super_Sized_relobj<64,_false>).super_Relobj.super_Object.\n _vptr_Object[0x1d]" * (subscript_expression "(this->super_Sized_relobj<64,_false>).super_Relobj.super_Object.\n _vptr_Object[0x1d]" (field_expression "(this->super_Sized_relobj<64,_false>).super_Relobj.super_Object.\n _vptr_Object" (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) [ number_literal ])) )) (argument_list "(this)" ( identifier ))))) ;) (expression_statement "puVar15 = (this->super_Sized_relobj<64,_false>).super_Relobj.reloc_counts_;" (assignment_expression "puVar15 = (this->super_Sized_relobj<64,_false>).super_Relobj.reloc_counts_" identifier = (field_expression "(this->super_Sized_relobj<64,_false>).super_Relobj.reloc_counts_" (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)) ;) (if_statement "if (puVar15 == (uint *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x603,"next_incremental_reloc_index");\n }" if (parenthesized_expression "(puVar15 == (uint *)0x0)" ( (binary_expression "puVar15 == (uint *)0x0" identifier == (cast_expression "(uint *)0x0" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x603,"next_incremental_reloc_index");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/object.h",0x603,"next_incremental_reloc_index");" (call_expression "do_gold_unreachable("../../gold/object.h",0x603,"next_incremental_reloc_index")" identifier (argument_list "("../../gold/object.h",0x603,"next_incremental_reloc_index")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""next_incremental_reloc_index"" " string_content ") ))) ;) })) (expression_statement "puVar8 = (this->super_Sized_relobj<64,_false>).super_Relobj.reloc_bases_;" (assignment_expression "puVar8 = (this->super_Sized_relobj<64,_false>).super_Relobj.reloc_bases_" identifier = (field_expression "(this->super_Sized_relobj<64,_false>).super_Relobj.reloc_bases_" (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)) ;) (if_statement "if (puVar8 == (uint *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x604,"next_incremental_reloc_index");\n }" if (parenthesized_expression "(puVar8 == (uint *)0x0)" ( (binary_expression "puVar8 == (uint *)0x0" identifier == (cast_expression "(uint *)0x0" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x604,"next_incremental_reloc_index");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/object.h",0x604,"next_incremental_reloc_index");" (call_expression "do_gold_unreachable("../../gold/object.h",0x604,"next_incremental_reloc_index")" identifier (argument_list "("../../gold/object.h",0x604,"next_incremental_reloc_index")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""next_incremental_reloc_index"" " string_content ") ))) ;) })) (if_statement "if ((uint)(piVar14[1] - *piVar14 >> 2) <= uVar18) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x605,"next_incremental_reloc_index");\n }" if (parenthesized_expression "((uint)(piVar14[1] - *piVar14 >> 2) <= uVar18)" ( (binary_expression "(uint)(piVar14[1] - *piVar14 >> 2) <= uVar18" (call_expression "(uint)(piVar14[1] - *piVar14 >> 2)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(piVar14[1] - *piVar14 >> 2)" ( (binary_expression "piVar14[1] - *piVar14 >> 2" (binary_expression "piVar14[1] - *piVar14" (subscript_expression "piVar14[1]" identifier [ number_literal ]) - (pointer_expression "*piVar14" * identifier)) >> number_literal) ))) <= identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x605,"next_incremental_reloc_index");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/object.h",0x605,"next_incremental_reloc_index");" (call_expression "do_gold_unreachable("../../gold/object.h",0x605,"next_incremental_reloc_index")" identifier (argument_list "("../../gold/object.h",0x605,"next_incremental_reloc_index")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""next_incremental_reloc_index"" " string_content ") ))) ;) })) (expression_statement "puVar15 = puVar15 + uVar18;" (assignment_expression "puVar15 = puVar15 + uVar18" identifier = (binary_expression "puVar15 + uVar18" identifier + identifier)) ;) (expression_statement "uVar16 = *puVar15;" (assignment_expression "uVar16 = *puVar15" identifier = (pointer_expression "*puVar15" * identifier)) ;) (expression_statement "*puVar15 = uVar16 + 1;" (assignment_expression "*puVar15 = uVar16 + 1" (pointer_expression "*puVar15" * identifier) = (binary_expression "uVar16 + 1" identifier + number_literal)) ;) (expression_statement "puVar15 = (uint *)(puVar7 + uVar5 + (uVar16 + puVar8[uVar18]) * 0x18);" (assignment_expression "puVar15 = (uint *)(puVar7 + uVar5 + (uVar16 + puVar8[uVar18]) * 0x18)" identifier = (cast_expression "(uint *)(puVar7 + uVar5 + (uVar16 + puVar8[uVar18]) * 0x18)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar7 + uVar5 + (uVar16 + puVar8[uVar18]) * 0x18)" ( (binary_expression "puVar7 + uVar5 + (uVar16 + puVar8[uVar18]) * 0x18" (binary_expression "puVar7 + uVar5" identifier + identifier) + (binary_expression "(uVar16 + puVar8[uVar18]) * 0x18" (parenthesized_expression "(uVar16 + puVar8[uVar18])" ( (binary_expression "uVar16 + puVar8[uVar18]" identifier + (subscript_expression "puVar8[uVar18]" identifier [ identifier ])) )) * number_literal)) )))) ;) (expression_statement "*puVar15 = uVar11;" (assignment_expression "*puVar15 = uVar11" (pointer_expression "*puVar15" * identifier) = identifier) ;) (expression_statement "puVar15[1] = local_30;" (assignment_expression "puVar15[1] = local_30" (subscript_expression "puVar15[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(longlong *)(puVar15 + 2) = lVar13;" (assignment_expression "*(longlong *)(puVar15 + 2) = lVar13" (pointer_expression "*(longlong *)(puVar15 + 2)" * (cast_expression "(longlong *)(puVar15 + 2)" ( (type_descriptor "longlong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar15 + 2)" ( (binary_expression "puVar15 + 2" identifier + number_literal) )))) = identifier) ;) (expression_statement "puVar15[4] = uVar9;" (assignment_expression "puVar15[4] = uVar9" (subscript_expression "puVar15[4]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar15[5] = uVar10;" (assignment_expression "puVar15[5] = uVar10" (subscript_expression "puVar15[5]" identifier [ number_literal ]) = identifier) ;) })) (expression_statement "local_50 = local_50 + 1;" (assignment_expression "local_50 = local_50 + 1" identifier = (binary_expression "local_50 + 1" identifier + number_literal)) ;) (expression_statement "prelocs = (uchar *)((int)prelocs + 0x18);" (assignment_expression "prelocs = (uchar *)((int)prelocs + 0x18)" identifier = (cast_expression "(uchar *)((int)prelocs + 0x18)" ( (type_descriptor "uchar *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)prelocs + 0x18)" ( (binary_expression "(int)prelocs + 0x18" (cast_expression "(int)prelocs" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) ;) }) while (parenthesized_expression "(reloc_count != local_50)" ( (binary_expression "reloc_count != local_50" identifier != identifier) )) ;) })) (return_statement "return;" return ;) (ERROR "}" }))
(translation_unit "void FUN_000fe330(int *param_1,int param_2,uint *param_3,int param_4,int *param_5,uint param_6,\n uint param_7,int param_8)\n\n{\n int iVar1;\n uint uVar2;\n int iVar3;\n uint uVar4;\n uint uVar5;\n uint uVar6;\n int *piVar7;\n uint *puVar8;\n uint uVar9;\n int iVar10;\n uint uVar11;\n int local_50;\n uint local_4c;\n uint local_48;\n uint local_30;\n \n if (*(code **)(*param_5 + 0x2c) == FUN_00069430) {\n local_30 = param_5[0x18];\n if (local_30 == 0xffffffff) {\n \n FUN_0005f0b0("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);\n }\n }\n else {\n local_30 = (**(code **)(*param_5 + 0x2c))(param_5);\n }\n iVar1 = *(int *)(*(int *)(param_2 + 4) + 0x1d0);\n if (iVar1 == 0) {\n \n FUN_0005f0b0("../../gold/reloc.cc",0x44e,"incremental_relocs_write_reltype",0);\n }\n iVar1 = *(int *)(iVar1 + 0x3c);\n if ((*(byte *)(iVar1 + 0x1c) & 4) == 0) {\n \n FUN_0005f0b0("../../gold/output.h",0xe3,"offset",iVar1);\n }\n uVar2 = *(uint *)(iVar1 + 0x14);\n iVar3 = *(int *)(iVar1 + 0x18);\n if ((*(byte *)(iVar1 + 0x1c) & 2) == 0) {\n \n FUN_0005f0b0("../../gold/output.h",0xcf,"data_size");\n }\n if ((iVar3 < 0) ||\n (iVar10 = iVar3 + (uint)CARRY4(*(uint *)(iVar1 + 0xc),uVar2),\n uVar6 = (uint)(*(uint *)(param_8 + 8) < *(uint *)(iVar1 + 0xc) + uVar2),\n iVar1 = *(int *)(param_8 + 0xc) - iVar10,\n (SBORROW4(*(int *)(param_8 + 0xc),iVar10) != SBORROW4(iVar1,uVar6)) != (int)(iVar1 - uVar6) < 0\n )) {\n \n FUN_0005f0b0("../../gold/output.h",0x6f,"get_output_view",iVar3);\n }\n iVar1 = *(int *)(param_8 + 0x10);\n local_50 = 0;\n if (param_4 != 0) {\n do {\n uVar6 = param_3[2];\n uVar11 = param_3[3];\n uVar9 = param_1[0x2c];\n if (uVar9 <= uVar11) {\n uVar4 = *param_3;\n uVar5 = param_3[1];\n if ((param_7 & param_6) == 0xffffffff) {\n if (uVar5 != (int)uVar4 >> 0x1f) {\n \n FUN_0005f0b0("../../gold/gold.h",0xc0,"convert_types");\n }\n uVar9 = FUN_000c2280(param_5,*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),\n uVar4);\n if (uVar9 == 0xffffffff) {\n \n FUN_0005f0b0("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype");\n }\n local_4c = uVar4 + uVar9;\n local_48 = uVar5 + ((int)uVar9 >> 0x1f) + (uint)CARRY4(uVar4,uVar9);\n uVar9 = param_1[0x2c];\n }\n else {\n local_4c = uVar4 + param_6;\n local_48 = uVar5 + param_7 + (uint)CARRY4(uVar4,param_6);\n }\n uVar4 = param_3[4];\n uVar5 = param_3[5];\n uVar11 = uVar11 - uVar9;\n piVar7 = (int *)(**(code **)(*param_1 + 0x74))(param_1);\n if (param_1[0x16] == 0) {\n \n FUN_0005f0b0("../../gold/object.h",0x603,"next_incremental_reloc_index");\n }\n iVar3 = param_1[0x17];\n if (iVar3 == 0) {\n \n FUN_0005f0b0("../../gold/object.h",0x604,"next_incremental_reloc_index");\n }\n if ((uint)(piVar7[1] - *piVar7 >> 2) <= uVar11) {\n \n FUN_0005f0b0("../../gold/object.h",0x605,"next_incremental_reloc_index");\n }\n piVar7 = (int *)(param_1[0x16] + uVar11 * 4);\n iVar10 = *piVar7;\n *piVar7 = iVar10 + 1;\n puVar8 = (uint *)(uVar2 + (iVar10 + *(int *)(iVar3 + uVar11 * 4)) * 0x18 + iVar1);\n *puVar8 = uVar6;\n puVar8[1] = local_30;\n puVar8[2] = local_4c;\n puVar8[3] = local_48;\n puVar8[4] = uVar4;\n puVar8[5] = uVar5;\n }\n local_50 = local_50 + 1;\n param_3 = param_3 + 6;\n } while (param_4 != local_50);\n }\n return;\n}\n\n" (function_definition "void FUN_000fe330(int *param_1,int param_2,uint *param_3,int param_4,int *param_5,uint param_6,\n uint param_7,int param_8)\n\n{\n int iVar1;\n uint uVar2;\n int iVar3;\n uint uVar4;\n uint uVar5;\n uint uVar6;\n int *piVar7;\n uint *puVar8;\n uint uVar9;\n int iVar10;\n uint uVar11;\n int local_50;\n uint local_4c;\n uint local_48;\n uint local_30;\n \n if (*(code **)(*param_5 + 0x2c) == FUN_00069430) {\n local_30 = param_5[0x18];\n if (local_30 == 0xffffffff) {\n \n FUN_0005f0b0("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);\n }\n }\n else {\n local_30 = (**(code **)(*param_5 + 0x2c))(param_5);\n }\n iVar1 = *(int *)(*(int *)(param_2 + 4) + 0x1d0);\n if (iVar1 == 0) {\n \n FUN_0005f0b0("../../gold/reloc.cc",0x44e,"incremental_relocs_write_reltype",0);\n }\n iVar1 = *(int *)(iVar1 + 0x3c);\n if ((*(byte *)(iVar1 + 0x1c) & 4) == 0) {\n \n FUN_0005f0b0("../../gold/output.h",0xe3,"offset",iVar1);\n }\n uVar2 = *(uint *)(iVar1 + 0x14);\n iVar3 = *(int *)(iVar1 + 0x18);\n if ((*(byte *)(iVar1 + 0x1c) & 2) == 0) {\n \n FUN_0005f0b0("../../gold/output.h",0xcf,"data_size");\n }\n if ((iVar3 < 0) ||\n (iVar10 = iVar3 + (uint)CARRY4(*(uint *)(iVar1 + 0xc),uVar2),\n uVar6 = (uint)(*(uint *)(param_8 + 8) < *(uint *)(iVar1 + 0xc) + uVar2),\n iVar1 = *(int *)(param_8 + 0xc) - iVar10,\n (SBORROW4(*(int *)(param_8 + 0xc),iVar10) != SBORROW4(iVar1,uVar6)) != (int)(iVar1 - uVar6) < 0\n )) {\n \n FUN_0005f0b0("../../gold/output.h",0x6f,"get_output_view",iVar3);\n }\n iVar1 = *(int *)(param_8 + 0x10);\n local_50 = 0;\n if (param_4 != 0) {\n do {\n uVar6 = param_3[2];\n uVar11 = param_3[3];\n uVar9 = param_1[0x2c];\n if (uVar9 <= uVar11) {\n uVar4 = *param_3;\n uVar5 = param_3[1];\n if ((param_7 & param_6) == 0xffffffff) {\n if (uVar5 != (int)uVar4 >> 0x1f) {\n \n FUN_0005f0b0("../../gold/gold.h",0xc0,"convert_types");\n }\n uVar9 = FUN_000c2280(param_5,*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),\n uVar4);\n if (uVar9 == 0xffffffff) {\n \n FUN_0005f0b0("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype");\n }\n local_4c = uVar4 + uVar9;\n local_48 = uVar5 + ((int)uVar9 >> 0x1f) + (uint)CARRY4(uVar4,uVar9);\n uVar9 = param_1[0x2c];\n }\n else {\n local_4c = uVar4 + param_6;\n local_48 = uVar5 + param_7 + (uint)CARRY4(uVar4,param_6);\n }\n uVar4 = param_3[4];\n uVar5 = param_3[5];\n uVar11 = uVar11 - uVar9;\n piVar7 = (int *)(**(code **)(*param_1 + 0x74))(param_1);\n if (param_1[0x16] == 0) {\n \n FUN_0005f0b0("../../gold/object.h",0x603,"next_incremental_reloc_index");\n }\n iVar3 = param_1[0x17];\n if (iVar3 == 0) {\n \n FUN_0005f0b0("../../gold/object.h",0x604,"next_incremental_reloc_index");\n }\n if ((uint)(piVar7[1] - *piVar7 >> 2) <= uVar11) {\n \n FUN_0005f0b0("../../gold/object.h",0x605,"next_incremental_reloc_index");\n }\n piVar7 = (int *)(param_1[0x16] + uVar11 * 4);\n iVar10 = *piVar7;\n *piVar7 = iVar10 + 1;\n puVar8 = (uint *)(uVar2 + (iVar10 + *(int *)(iVar3 + uVar11 * 4)) * 0x18 + iVar1);\n *puVar8 = uVar6;\n puVar8[1] = local_30;\n puVar8[2] = local_4c;\n puVar8[3] = local_48;\n puVar8[4] = uVar4;\n puVar8[5] = uVar5;\n }\n local_50 = local_50 + 1;\n param_3 = param_3 + 6;\n } while (param_4 != local_50);\n }\n return;\n}" primitive_type (function_declarator "FUN_000fe330(int *param_1,int param_2,uint *param_3,int param_4,int *param_5,uint param_6,\n uint param_7,int param_8)" identifier (parameter_list "(int *param_1,int param_2,uint *param_3,int param_4,int *param_5,uint param_6,\n uint param_7,int param_8)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int param_2" primitive_type identifier) , (parameter_declaration "uint *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "int param_4" primitive_type identifier) , (parameter_declaration "int *param_5" primitive_type (pointer_declarator "*param_5" * identifier)) , (parameter_declaration "uint param_6" type_identifier identifier) , (parameter_declaration "uint param_7" type_identifier identifier) , (parameter_declaration "int param_8" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n uint uVar2;\n int iVar3;\n uint uVar4;\n uint uVar5;\n uint uVar6;\n int *piVar7;\n uint *puVar8;\n uint uVar9;\n int iVar10;\n uint uVar11;\n int local_50;\n uint local_4c;\n uint local_48;\n uint local_30;\n \n if (*(code **)(*param_5 + 0x2c) == FUN_00069430) {\n local_30 = param_5[0x18];\n if (local_30 == 0xffffffff) {\n \n FUN_0005f0b0("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);\n }\n }\n else {\n local_30 = (**(code **)(*param_5 + 0x2c))(param_5);\n }\n iVar1 = *(int *)(*(int *)(param_2 + 4) + 0x1d0);\n if (iVar1 == 0) {\n \n FUN_0005f0b0("../../gold/reloc.cc",0x44e,"incremental_relocs_write_reltype",0);\n }\n iVar1 = *(int *)(iVar1 + 0x3c);\n if ((*(byte *)(iVar1 + 0x1c) & 4) == 0) {\n \n FUN_0005f0b0("../../gold/output.h",0xe3,"offset",iVar1);\n }\n uVar2 = *(uint *)(iVar1 + 0x14);\n iVar3 = *(int *)(iVar1 + 0x18);\n if ((*(byte *)(iVar1 + 0x1c) & 2) == 0) {\n \n FUN_0005f0b0("../../gold/output.h",0xcf,"data_size");\n }\n if ((iVar3 < 0) ||\n (iVar10 = iVar3 + (uint)CARRY4(*(uint *)(iVar1 + 0xc),uVar2),\n uVar6 = (uint)(*(uint *)(param_8 + 8) < *(uint *)(iVar1 + 0xc) + uVar2),\n iVar1 = *(int *)(param_8 + 0xc) - iVar10,\n (SBORROW4(*(int *)(param_8 + 0xc),iVar10) != SBORROW4(iVar1,uVar6)) != (int)(iVar1 - uVar6) < 0\n )) {\n \n FUN_0005f0b0("../../gold/output.h",0x6f,"get_output_view",iVar3);\n }\n iVar1 = *(int *)(param_8 + 0x10);\n local_50 = 0;\n if (param_4 != 0) {\n do {\n uVar6 = param_3[2];\n uVar11 = param_3[3];\n uVar9 = param_1[0x2c];\n if (uVar9 <= uVar11) {\n uVar4 = *param_3;\n uVar5 = param_3[1];\n if ((param_7 & param_6) == 0xffffffff) {\n if (uVar5 != (int)uVar4 >> 0x1f) {\n \n FUN_0005f0b0("../../gold/gold.h",0xc0,"convert_types");\n }\n uVar9 = FUN_000c2280(param_5,*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),\n uVar4);\n if (uVar9 == 0xffffffff) {\n \n FUN_0005f0b0("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype");\n }\n local_4c = uVar4 + uVar9;\n local_48 = uVar5 + ((int)uVar9 >> 0x1f) + (uint)CARRY4(uVar4,uVar9);\n uVar9 = param_1[0x2c];\n }\n else {\n local_4c = uVar4 + param_6;\n local_48 = uVar5 + param_7 + (uint)CARRY4(uVar4,param_6);\n }\n uVar4 = param_3[4];\n uVar5 = param_3[5];\n uVar11 = uVar11 - uVar9;\n piVar7 = (int *)(**(code **)(*param_1 + 0x74))(param_1);\n if (param_1[0x16] == 0) {\n \n FUN_0005f0b0("../../gold/object.h",0x603,"next_incremental_reloc_index");\n }\n iVar3 = param_1[0x17];\n if (iVar3 == 0) {\n \n FUN_0005f0b0("../../gold/object.h",0x604,"next_incremental_reloc_index");\n }\n if ((uint)(piVar7[1] - *piVar7 >> 2) <= uVar11) {\n \n FUN_0005f0b0("../../gold/object.h",0x605,"next_incremental_reloc_index");\n }\n piVar7 = (int *)(param_1[0x16] + uVar11 * 4);\n iVar10 = *piVar7;\n *piVar7 = iVar10 + 1;\n puVar8 = (uint *)(uVar2 + (iVar10 + *(int *)(iVar3 + uVar11 * 4)) * 0x18 + iVar1);\n *puVar8 = uVar6;\n puVar8[1] = local_30;\n puVar8[2] = local_4c;\n puVar8[3] = local_48;\n puVar8[4] = uVar4;\n puVar8[5] = uVar5;\n }\n local_50 = local_50 + 1;\n param_3 = param_3 + 6;\n } while (param_4 != local_50);\n }\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "uint uVar4;" type_identifier identifier ;) (declaration "uint uVar5;" type_identifier identifier ;) (declaration "uint uVar6;" type_identifier identifier ;) (declaration "int *piVar7;" primitive_type (pointer_declarator "*piVar7" * identifier) ;) (declaration "uint *puVar8;" type_identifier (pointer_declarator "*puVar8" * identifier) ;) (declaration "uint uVar9;" type_identifier identifier ;) (declaration "int iVar10;" primitive_type identifier ;) (declaration "uint uVar11;" type_identifier identifier ;) (declaration "int local_50;" primitive_type identifier ;) (declaration "uint local_4c;" type_identifier identifier ;) (declaration "uint local_48;" type_identifier identifier ;) (declaration "uint local_30;" type_identifier identifier ;) (if_statement "if (*(code **)(*param_5 + 0x2c) == FUN_00069430) {\n local_30 = param_5[0x18];\n if (local_30 == 0xffffffff) {\n \n FUN_0005f0b0("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);\n }\n }\n else {\n local_30 = (**(code **)(*param_5 + 0x2c))(param_5);\n }" if (parenthesized_expression "(*(code **)(*param_5 + 0x2c) == FUN_00069430)" ( (binary_expression "*(code **)(*param_5 + 0x2c) == FUN_00069430" (pointer_expression "*(code **)(*param_5 + 0x2c)" * (cast_expression "(code **)(*param_5 + 0x2c)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_5 + 0x2c)" ( (binary_expression "*param_5 + 0x2c" (pointer_expression "*param_5" * identifier) + number_literal) )))) == identifier) )) (compound_statement "{\n local_30 = param_5[0x18];\n if (local_30 == 0xffffffff) {\n \n FUN_0005f0b0("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);\n }\n }" { (expression_statement "local_30 = param_5[0x18];" (assignment_expression "local_30 = param_5[0x18]" identifier = (subscript_expression "param_5[0x18]" identifier [ number_literal ])) ;) (if_statement "if (local_30 == 0xffffffff) {\n \n FUN_0005f0b0("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);\n }" if (parenthesized_expression "(local_30 == 0xffffffff)" ( (binary_expression "local_30 == 0xffffffff" identifier == number_literal) )) (compound_statement "{\n \n FUN_0005f0b0("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);\n }" { (expression_statement "FUN_0005f0b0("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);" (call_expression "FUN_0005f0b0("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff)" identifier (argument_list "("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff)" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""do_out_shndx"" " string_content ") , number_literal ))) ;) })) }) (else_clause "else {\n local_30 = (**(code **)(*param_5 + 0x2c))(param_5);\n }" else (compound_statement "{\n local_30 = (**(code **)(*param_5 + 0x2c))(param_5);\n }" { (expression_statement "local_30 = (**(code **)(*param_5 + 0x2c))(param_5);" (assignment_expression "local_30 = (**(code **)(*param_5 + 0x2c))(param_5)" identifier = (call_expression "(**(code **)(*param_5 + 0x2c))(param_5)" (parenthesized_expression "(**(code **)(*param_5 + 0x2c))" ( (pointer_expression "**(code **)(*param_5 + 0x2c)" * (pointer_expression "*(code **)(*param_5 + 0x2c)" * (cast_expression "(code **)(*param_5 + 0x2c)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_5 + 0x2c)" ( (binary_expression "*param_5 + 0x2c" (pointer_expression "*param_5" * identifier) + number_literal) ))))) )) (argument_list "(param_5)" ( identifier )))) ;) }))) (expression_statement "iVar1 = *(int *)(*(int *)(param_2 + 4) + 0x1d0);" (assignment_expression "iVar1 = *(int *)(*(int *)(param_2 + 4) + 0x1d0)" identifier = (pointer_expression "*(int *)(*(int *)(param_2 + 4) + 0x1d0)" * (cast_expression "(int *)(*(int *)(param_2 + 4) + 0x1d0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(param_2 + 4) + 0x1d0)" ( (binary_expression "*(int *)(param_2 + 4) + 0x1d0" (pointer_expression "*(int *)(param_2 + 4)" * (cast_expression "(int *)(param_2 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 4)" ( (binary_expression "param_2 + 4" identifier + number_literal) )))) + number_literal) ))))) ;) (if_statement "if (iVar1 == 0) {\n \n FUN_0005f0b0("../../gold/reloc.cc",0x44e,"incremental_relocs_write_reltype",0);\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n \n FUN_0005f0b0("../../gold/reloc.cc",0x44e,"incremental_relocs_write_reltype",0);\n }" { (expression_statement "FUN_0005f0b0("../../gold/reloc.cc",0x44e,"incremental_relocs_write_reltype",0);" (call_expression "FUN_0005f0b0("../../gold/reloc.cc",0x44e,"incremental_relocs_write_reltype",0)" identifier (argument_list "("../../gold/reloc.cc",0x44e,"incremental_relocs_write_reltype",0)" ( (string_literal ""../../gold/reloc.cc"" " string_content ") , number_literal , (string_literal ""incremental_relocs_write_reltype"" " string_content ") , number_literal ))) ;) })) (expression_statement "iVar1 = *(int *)(iVar1 + 0x3c);" (assignment_expression "iVar1 = *(int *)(iVar1 + 0x3c)" identifier = (pointer_expression "*(int *)(iVar1 + 0x3c)" * (cast_expression "(int *)(iVar1 + 0x3c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x3c)" ( (binary_expression "iVar1 + 0x3c" identifier + number_literal) ))))) ;) (if_statement "if ((*(byte *)(iVar1 + 0x1c) & 4) == 0) {\n \n FUN_0005f0b0("../../gold/output.h",0xe3,"offset",iVar1);\n }" if (parenthesized_expression "((*(byte *)(iVar1 + 0x1c) & 4) == 0)" ( (binary_expression "(*(byte *)(iVar1 + 0x1c) & 4) == 0" (parenthesized_expression "(*(byte *)(iVar1 + 0x1c) & 4)" ( (binary_expression "*(byte *)(iVar1 + 0x1c) & 4" (pointer_expression "*(byte *)(iVar1 + 0x1c)" * (cast_expression "(byte *)(iVar1 + 0x1c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x1c)" ( (binary_expression "iVar1 + 0x1c" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n \n FUN_0005f0b0("../../gold/output.h",0xe3,"offset",iVar1);\n }" { (expression_statement "FUN_0005f0b0("../../gold/output.h",0xe3,"offset",iVar1);" (call_expression "FUN_0005f0b0("../../gold/output.h",0xe3,"offset",iVar1)" identifier (argument_list "("../../gold/output.h",0xe3,"offset",iVar1)" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""offset"" " string_content ") , identifier ))) ;) })) (expression_statement "uVar2 = *(uint *)(iVar1 + 0x14);" (assignment_expression "uVar2 = *(uint *)(iVar1 + 0x14)" identifier = (pointer_expression "*(uint *)(iVar1 + 0x14)" * (cast_expression "(uint *)(iVar1 + 0x14)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x14)" ( (binary_expression "iVar1 + 0x14" identifier + number_literal) ))))) ;) (expression_statement "iVar3 = *(int *)(iVar1 + 0x18);" (assignment_expression "iVar3 = *(int *)(iVar1 + 0x18)" identifier = (pointer_expression "*(int *)(iVar1 + 0x18)" * (cast_expression "(int *)(iVar1 + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x18)" ( (binary_expression "iVar1 + 0x18" identifier + number_literal) ))))) ;) (if_statement "if ((*(byte *)(iVar1 + 0x1c) & 2) == 0) {\n \n FUN_0005f0b0("../../gold/output.h",0xcf,"data_size");\n }" if (parenthesized_expression "((*(byte *)(iVar1 + 0x1c) & 2) == 0)" ( (binary_expression "(*(byte *)(iVar1 + 0x1c) & 2) == 0" (parenthesized_expression "(*(byte *)(iVar1 + 0x1c) & 2)" ( (binary_expression "*(byte *)(iVar1 + 0x1c) & 2" (pointer_expression "*(byte *)(iVar1 + 0x1c)" * (cast_expression "(byte *)(iVar1 + 0x1c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x1c)" ( (binary_expression "iVar1 + 0x1c" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n \n FUN_0005f0b0("../../gold/output.h",0xcf,"data_size");\n }" { (expression_statement "FUN_0005f0b0("../../gold/output.h",0xcf,"data_size");" (call_expression "FUN_0005f0b0("../../gold/output.h",0xcf,"data_size")" identifier (argument_list "("../../gold/output.h",0xcf,"data_size")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""data_size"" " string_content ") ))) ;) })) (if_statement "if ((iVar3 < 0) ||\n (iVar10 = iVar3 + (uint)CARRY4(*(uint *)(iVar1 + 0xc),uVar2),\n uVar6 = (uint)(*(uint *)(param_8 + 8) < *(uint *)(iVar1 + 0xc) + uVar2),\n iVar1 = *(int *)(param_8 + 0xc) - iVar10,\n (SBORROW4(*(int *)(param_8 + 0xc),iVar10) != SBORROW4(iVar1,uVar6)) != (int)(iVar1 - uVar6) < 0\n )) {\n \n FUN_0005f0b0("../../gold/output.h",0x6f,"get_output_view",iVar3);\n }" if (parenthesized_expression "((iVar3 < 0) ||\n (iVar10 = iVar3 + (uint)CARRY4(*(uint *)(iVar1 + 0xc),uVar2),\n uVar6 = (uint)(*(uint *)(param_8 + 8) < *(uint *)(iVar1 + 0xc) + uVar2),\n iVar1 = *(int *)(param_8 + 0xc) - iVar10,\n (SBORROW4(*(int *)(param_8 + 0xc),iVar10) != SBORROW4(iVar1,uVar6)) != (int)(iVar1 - uVar6) < 0\n ))" ( (binary_expression "(iVar3 < 0) ||\n (iVar10 = iVar3 + (uint)CARRY4(*(uint *)(iVar1 + 0xc),uVar2),\n uVar6 = (uint)(*(uint *)(param_8 + 8) < *(uint *)(iVar1 + 0xc) + uVar2),\n iVar1 = *(int *)(param_8 + 0xc) - iVar10,\n (SBORROW4(*(int *)(param_8 + 0xc),iVar10) != SBORROW4(iVar1,uVar6)) != (int)(iVar1 - uVar6) < 0\n )" (parenthesized_expression "(iVar3 < 0)" ( (binary_expression "iVar3 < 0" identifier < number_literal) )) || (parenthesized_expression "(iVar10 = iVar3 + (uint)CARRY4(*(uint *)(iVar1 + 0xc),uVar2),\n uVar6 = (uint)(*(uint *)(param_8 + 8) < *(uint *)(iVar1 + 0xc) + uVar2),\n iVar1 = *(int *)(param_8 + 0xc) - iVar10,\n (SBORROW4(*(int *)(param_8 + 0xc),iVar10) != SBORROW4(iVar1,uVar6)) != (int)(iVar1 - uVar6) < 0\n )" ( (comma_expression "iVar10 = iVar3 + (uint)CARRY4(*(uint *)(iVar1 + 0xc),uVar2),\n uVar6 = (uint)(*(uint *)(param_8 + 8) < *(uint *)(iVar1 + 0xc) + uVar2),\n iVar1 = *(int *)(param_8 + 0xc) - iVar10,\n (SBORROW4(*(int *)(param_8 + 0xc),iVar10) != SBORROW4(iVar1,uVar6)) != (int)(iVar1 - uVar6) < 0" (assignment_expression "iVar10 = iVar3 + (uint)CARRY4(*(uint *)(iVar1 + 0xc),uVar2)" identifier = (binary_expression "iVar3 + (uint)CARRY4(*(uint *)(iVar1 + 0xc),uVar2)" identifier + (cast_expression "(uint)CARRY4(*(uint *)(iVar1 + 0xc),uVar2)" ( (type_descriptor "uint" type_identifier) ) (call_expression "CARRY4(*(uint *)(iVar1 + 0xc),uVar2)" identifier (argument_list "(*(uint *)(iVar1 + 0xc),uVar2)" ( (pointer_expression "*(uint *)(iVar1 + 0xc)" * (cast_expression "(uint *)(iVar1 + 0xc)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0xc)" ( (binary_expression "iVar1 + 0xc" identifier + number_literal) )))) , identifier )))))) , (comma_expression "uVar6 = (uint)(*(uint *)(param_8 + 8) < *(uint *)(iVar1 + 0xc) + uVar2),\n iVar1 = *(int *)(param_8 + 0xc) - iVar10,\n (SBORROW4(*(int *)(param_8 + 0xc),iVar10) != SBORROW4(iVar1,uVar6)) != (int)(iVar1 - uVar6) < 0" (assignment_expression "uVar6 = (uint)(*(uint *)(param_8 + 8) < *(uint *)(iVar1 + 0xc) + uVar2)" identifier = (call_expression "(uint)(*(uint *)(param_8 + 8) < *(uint *)(iVar1 + 0xc) + uVar2)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(*(uint *)(param_8 + 8) < *(uint *)(iVar1 + 0xc) + uVar2)" ( (binary_expression "*(uint *)(param_8 + 8) < *(uint *)(iVar1 + 0xc) + uVar2" (pointer_expression "*(uint *)(param_8 + 8)" * (cast_expression "(uint *)(param_8 + 8)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_8 + 8)" ( (binary_expression "param_8 + 8" identifier + number_literal) )))) < (binary_expression "*(uint *)(iVar1 + 0xc) + uVar2" (pointer_expression "*(uint *)(iVar1 + 0xc)" * (cast_expression "(uint *)(iVar1 + 0xc)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0xc)" ( (binary_expression "iVar1 + 0xc" identifier + number_literal) )))) + identifier)) )))) , (comma_expression "iVar1 = *(int *)(param_8 + 0xc) - iVar10,\n (SBORROW4(*(int *)(param_8 + 0xc),iVar10) != SBORROW4(iVar1,uVar6)) != (int)(iVar1 - uVar6) < 0" (assignment_expression "iVar1 = *(int *)(param_8 + 0xc) - iVar10" identifier = (binary_expression "*(int *)(param_8 + 0xc) - iVar10" (pointer_expression "*(int *)(param_8 + 0xc)" * (cast_expression "(int *)(param_8 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_8 + 0xc)" ( (binary_expression "param_8 + 0xc" identifier + number_literal) )))) - identifier)) , (binary_expression "(SBORROW4(*(int *)(param_8 + 0xc),iVar10) != SBORROW4(iVar1,uVar6)) != (int)(iVar1 - uVar6) < 0" (parenthesized_expression "(SBORROW4(*(int *)(param_8 + 0xc),iVar10) != SBORROW4(iVar1,uVar6))" ( (binary_expression "SBORROW4(*(int *)(param_8 + 0xc),iVar10) != SBORROW4(iVar1,uVar6)" (call_expression "SBORROW4(*(int *)(param_8 + 0xc),iVar10)" identifier (argument_list "(*(int *)(param_8 + 0xc),iVar10)" ( (pointer_expression "*(int *)(param_8 + 0xc)" * (cast_expression "(int *)(param_8 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_8 + 0xc)" ( (binary_expression "param_8 + 0xc" identifier + number_literal) )))) , identifier ))) != (call_expression "SBORROW4(iVar1,uVar6)" identifier (argument_list "(iVar1,uVar6)" ( identifier , identifier )))) )) != (binary_expression "(int)(iVar1 - uVar6) < 0" (cast_expression "(int)(iVar1 - uVar6)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(iVar1 - uVar6)" ( (binary_expression "iVar1 - uVar6" identifier - identifier) ))) < number_literal))))) ))) )) (compound_statement "{\n \n FUN_0005f0b0("../../gold/output.h",0x6f,"get_output_view",iVar3);\n }" { (expression_statement "FUN_0005f0b0("../../gold/output.h",0x6f,"get_output_view",iVar3);" (call_expression "FUN_0005f0b0("../../gold/output.h",0x6f,"get_output_view",iVar3)" identifier (argument_list "("../../gold/output.h",0x6f,"get_output_view",iVar3)" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""get_output_view"" " string_content ") , identifier ))) ;) })) (expression_statement "iVar1 = *(int *)(param_8 + 0x10);" (assignment_expression "iVar1 = *(int *)(param_8 + 0x10)" identifier = (pointer_expression "*(int *)(param_8 + 0x10)" * (cast_expression "(int *)(param_8 + 0x10)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_8 + 0x10)" ( (binary_expression "param_8 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "local_50 = 0;" (assignment_expression "local_50 = 0" identifier = number_literal) ;) (if_statement "if (param_4 != 0) {\n do {\n uVar6 = param_3[2];\n uVar11 = param_3[3];\n uVar9 = param_1[0x2c];\n if (uVar9 <= uVar11) {\n uVar4 = *param_3;\n uVar5 = param_3[1];\n if ((param_7 & param_6) == 0xffffffff) {\n if (uVar5 != (int)uVar4 >> 0x1f) {\n \n FUN_0005f0b0("../../gold/gold.h",0xc0,"convert_types");\n }\n uVar9 = FUN_000c2280(param_5,*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),\n uVar4);\n if (uVar9 == 0xffffffff) {\n \n FUN_0005f0b0("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype");\n }\n local_4c = uVar4 + uVar9;\n local_48 = uVar5 + ((int)uVar9 >> 0x1f) + (uint)CARRY4(uVar4,uVar9);\n uVar9 = param_1[0x2c];\n }\n else {\n local_4c = uVar4 + param_6;\n local_48 = uVar5 + param_7 + (uint)CARRY4(uVar4,param_6);\n }\n uVar4 = param_3[4];\n uVar5 = param_3[5];\n uVar11 = uVar11 - uVar9;\n piVar7 = (int *)(**(code **)(*param_1 + 0x74))(param_1);\n if (param_1[0x16] == 0) {\n \n FUN_0005f0b0("../../gold/object.h",0x603,"next_incremental_reloc_index");\n }\n iVar3 = param_1[0x17];\n if (iVar3 == 0) {\n \n FUN_0005f0b0("../../gold/object.h",0x604,"next_incremental_reloc_index");\n }\n if ((uint)(piVar7[1] - *piVar7 >> 2) <= uVar11) {\n \n FUN_0005f0b0("../../gold/object.h",0x605,"next_incremental_reloc_index");\n }\n piVar7 = (int *)(param_1[0x16] + uVar11 * 4);\n iVar10 = *piVar7;\n *piVar7 = iVar10 + 1;\n puVar8 = (uint *)(uVar2 + (iVar10 + *(int *)(iVar3 + uVar11 * 4)) * 0x18 + iVar1);\n *puVar8 = uVar6;\n puVar8[1] = local_30;\n puVar8[2] = local_4c;\n puVar8[3] = local_48;\n puVar8[4] = uVar4;\n puVar8[5] = uVar5;\n }\n local_50 = local_50 + 1;\n param_3 = param_3 + 6;\n } while (param_4 != local_50);\n }" if (parenthesized_expression "(param_4 != 0)" ( (binary_expression "param_4 != 0" identifier != number_literal) )) (compound_statement "{\n do {\n uVar6 = param_3[2];\n uVar11 = param_3[3];\n uVar9 = param_1[0x2c];\n if (uVar9 <= uVar11) {\n uVar4 = *param_3;\n uVar5 = param_3[1];\n if ((param_7 & param_6) == 0xffffffff) {\n if (uVar5 != (int)uVar4 >> 0x1f) {\n \n FUN_0005f0b0("../../gold/gold.h",0xc0,"convert_types");\n }\n uVar9 = FUN_000c2280(param_5,*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),\n uVar4);\n if (uVar9 == 0xffffffff) {\n \n FUN_0005f0b0("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype");\n }\n local_4c = uVar4 + uVar9;\n local_48 = uVar5 + ((int)uVar9 >> 0x1f) + (uint)CARRY4(uVar4,uVar9);\n uVar9 = param_1[0x2c];\n }\n else {\n local_4c = uVar4 + param_6;\n local_48 = uVar5 + param_7 + (uint)CARRY4(uVar4,param_6);\n }\n uVar4 = param_3[4];\n uVar5 = param_3[5];\n uVar11 = uVar11 - uVar9;\n piVar7 = (int *)(**(code **)(*param_1 + 0x74))(param_1);\n if (param_1[0x16] == 0) {\n \n FUN_0005f0b0("../../gold/object.h",0x603,"next_incremental_reloc_index");\n }\n iVar3 = param_1[0x17];\n if (iVar3 == 0) {\n \n FUN_0005f0b0("../../gold/object.h",0x604,"next_incremental_reloc_index");\n }\n if ((uint)(piVar7[1] - *piVar7 >> 2) <= uVar11) {\n \n FUN_0005f0b0("../../gold/object.h",0x605,"next_incremental_reloc_index");\n }\n piVar7 = (int *)(param_1[0x16] + uVar11 * 4);\n iVar10 = *piVar7;\n *piVar7 = iVar10 + 1;\n puVar8 = (uint *)(uVar2 + (iVar10 + *(int *)(iVar3 + uVar11 * 4)) * 0x18 + iVar1);\n *puVar8 = uVar6;\n puVar8[1] = local_30;\n puVar8[2] = local_4c;\n puVar8[3] = local_48;\n puVar8[4] = uVar4;\n puVar8[5] = uVar5;\n }\n local_50 = local_50 + 1;\n param_3 = param_3 + 6;\n } while (param_4 != local_50);\n }" { (do_statement "do {\n uVar6 = param_3[2];\n uVar11 = param_3[3];\n uVar9 = param_1[0x2c];\n if (uVar9 <= uVar11) {\n uVar4 = *param_3;\n uVar5 = param_3[1];\n if ((param_7 & param_6) == 0xffffffff) {\n if (uVar5 != (int)uVar4 >> 0x1f) {\n \n FUN_0005f0b0("../../gold/gold.h",0xc0,"convert_types");\n }\n uVar9 = FUN_000c2280(param_5,*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),\n uVar4);\n if (uVar9 == 0xffffffff) {\n \n FUN_0005f0b0("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype");\n }\n local_4c = uVar4 + uVar9;\n local_48 = uVar5 + ((int)uVar9 >> 0x1f) + (uint)CARRY4(uVar4,uVar9);\n uVar9 = param_1[0x2c];\n }\n else {\n local_4c = uVar4 + param_6;\n local_48 = uVar5 + param_7 + (uint)CARRY4(uVar4,param_6);\n }\n uVar4 = param_3[4];\n uVar5 = param_3[5];\n uVar11 = uVar11 - uVar9;\n piVar7 = (int *)(**(code **)(*param_1 + 0x74))(param_1);\n if (param_1[0x16] == 0) {\n \n FUN_0005f0b0("../../gold/object.h",0x603,"next_incremental_reloc_index");\n }\n iVar3 = param_1[0x17];\n if (iVar3 == 0) {\n \n FUN_0005f0b0("../../gold/object.h",0x604,"next_incremental_reloc_index");\n }\n if ((uint)(piVar7[1] - *piVar7 >> 2) <= uVar11) {\n \n FUN_0005f0b0("../../gold/object.h",0x605,"next_incremental_reloc_index");\n }\n piVar7 = (int *)(param_1[0x16] + uVar11 * 4);\n iVar10 = *piVar7;\n *piVar7 = iVar10 + 1;\n puVar8 = (uint *)(uVar2 + (iVar10 + *(int *)(iVar3 + uVar11 * 4)) * 0x18 + iVar1);\n *puVar8 = uVar6;\n puVar8[1] = local_30;\n puVar8[2] = local_4c;\n puVar8[3] = local_48;\n puVar8[4] = uVar4;\n puVar8[5] = uVar5;\n }\n local_50 = local_50 + 1;\n param_3 = param_3 + 6;\n } while (param_4 != local_50);" do (compound_statement "{\n uVar6 = param_3[2];\n uVar11 = param_3[3];\n uVar9 = param_1[0x2c];\n if (uVar9 <= uVar11) {\n uVar4 = *param_3;\n uVar5 = param_3[1];\n if ((param_7 & param_6) == 0xffffffff) {\n if (uVar5 != (int)uVar4 >> 0x1f) {\n \n FUN_0005f0b0("../../gold/gold.h",0xc0,"convert_types");\n }\n uVar9 = FUN_000c2280(param_5,*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),\n uVar4);\n if (uVar9 == 0xffffffff) {\n \n FUN_0005f0b0("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype");\n }\n local_4c = uVar4 + uVar9;\n local_48 = uVar5 + ((int)uVar9 >> 0x1f) + (uint)CARRY4(uVar4,uVar9);\n uVar9 = param_1[0x2c];\n }\n else {\n local_4c = uVar4 + param_6;\n local_48 = uVar5 + param_7 + (uint)CARRY4(uVar4,param_6);\n }\n uVar4 = param_3[4];\n uVar5 = param_3[5];\n uVar11 = uVar11 - uVar9;\n piVar7 = (int *)(**(code **)(*param_1 + 0x74))(param_1);\n if (param_1[0x16] == 0) {\n \n FUN_0005f0b0("../../gold/object.h",0x603,"next_incremental_reloc_index");\n }\n iVar3 = param_1[0x17];\n if (iVar3 == 0) {\n \n FUN_0005f0b0("../../gold/object.h",0x604,"next_incremental_reloc_index");\n }\n if ((uint)(piVar7[1] - *piVar7 >> 2) <= uVar11) {\n \n FUN_0005f0b0("../../gold/object.h",0x605,"next_incremental_reloc_index");\n }\n piVar7 = (int *)(param_1[0x16] + uVar11 * 4);\n iVar10 = *piVar7;\n *piVar7 = iVar10 + 1;\n puVar8 = (uint *)(uVar2 + (iVar10 + *(int *)(iVar3 + uVar11 * 4)) * 0x18 + iVar1);\n *puVar8 = uVar6;\n puVar8[1] = local_30;\n puVar8[2] = local_4c;\n puVar8[3] = local_48;\n puVar8[4] = uVar4;\n puVar8[5] = uVar5;\n }\n local_50 = local_50 + 1;\n param_3 = param_3 + 6;\n }" { (expression_statement "uVar6 = param_3[2];" (assignment_expression "uVar6 = param_3[2]" identifier = (subscript_expression "param_3[2]" identifier [ number_literal ])) ;) (expression_statement "uVar11 = param_3[3];" (assignment_expression "uVar11 = param_3[3]" identifier = (subscript_expression "param_3[3]" identifier [ number_literal ])) ;) (expression_statement "uVar9 = param_1[0x2c];" (assignment_expression "uVar9 = param_1[0x2c]" identifier = (subscript_expression "param_1[0x2c]" identifier [ number_literal ])) ;) (if_statement "if (uVar9 <= uVar11) {\n uVar4 = *param_3;\n uVar5 = param_3[1];\n if ((param_7 & param_6) == 0xffffffff) {\n if (uVar5 != (int)uVar4 >> 0x1f) {\n \n FUN_0005f0b0("../../gold/gold.h",0xc0,"convert_types");\n }\n uVar9 = FUN_000c2280(param_5,*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),\n uVar4);\n if (uVar9 == 0xffffffff) {\n \n FUN_0005f0b0("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype");\n }\n local_4c = uVar4 + uVar9;\n local_48 = uVar5 + ((int)uVar9 >> 0x1f) + (uint)CARRY4(uVar4,uVar9);\n uVar9 = param_1[0x2c];\n }\n else {\n local_4c = uVar4 + param_6;\n local_48 = uVar5 + param_7 + (uint)CARRY4(uVar4,param_6);\n }\n uVar4 = param_3[4];\n uVar5 = param_3[5];\n uVar11 = uVar11 - uVar9;\n piVar7 = (int *)(**(code **)(*param_1 + 0x74))(param_1);\n if (param_1[0x16] == 0) {\n \n FUN_0005f0b0("../../gold/object.h",0x603,"next_incremental_reloc_index");\n }\n iVar3 = param_1[0x17];\n if (iVar3 == 0) {\n \n FUN_0005f0b0("../../gold/object.h",0x604,"next_incremental_reloc_index");\n }\n if ((uint)(piVar7[1] - *piVar7 >> 2) <= uVar11) {\n \n FUN_0005f0b0("../../gold/object.h",0x605,"next_incremental_reloc_index");\n }\n piVar7 = (int *)(param_1[0x16] + uVar11 * 4);\n iVar10 = *piVar7;\n *piVar7 = iVar10 + 1;\n puVar8 = (uint *)(uVar2 + (iVar10 + *(int *)(iVar3 + uVar11 * 4)) * 0x18 + iVar1);\n *puVar8 = uVar6;\n puVar8[1] = local_30;\n puVar8[2] = local_4c;\n puVar8[3] = local_48;\n puVar8[4] = uVar4;\n puVar8[5] = uVar5;\n }" if (parenthesized_expression "(uVar9 <= uVar11)" ( (binary_expression "uVar9 <= uVar11" identifier <= identifier) )) (compound_statement "{\n uVar4 = *param_3;\n uVar5 = param_3[1];\n if ((param_7 & param_6) == 0xffffffff) {\n if (uVar5 != (int)uVar4 >> 0x1f) {\n \n FUN_0005f0b0("../../gold/gold.h",0xc0,"convert_types");\n }\n uVar9 = FUN_000c2280(param_5,*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),\n uVar4);\n if (uVar9 == 0xffffffff) {\n \n FUN_0005f0b0("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype");\n }\n local_4c = uVar4 + uVar9;\n local_48 = uVar5 + ((int)uVar9 >> 0x1f) + (uint)CARRY4(uVar4,uVar9);\n uVar9 = param_1[0x2c];\n }\n else {\n local_4c = uVar4 + param_6;\n local_48 = uVar5 + param_7 + (uint)CARRY4(uVar4,param_6);\n }\n uVar4 = param_3[4];\n uVar5 = param_3[5];\n uVar11 = uVar11 - uVar9;\n piVar7 = (int *)(**(code **)(*param_1 + 0x74))(param_1);\n if (param_1[0x16] == 0) {\n \n FUN_0005f0b0("../../gold/object.h",0x603,"next_incremental_reloc_index");\n }\n iVar3 = param_1[0x17];\n if (iVar3 == 0) {\n \n FUN_0005f0b0("../../gold/object.h",0x604,"next_incremental_reloc_index");\n }\n if ((uint)(piVar7[1] - *piVar7 >> 2) <= uVar11) {\n \n FUN_0005f0b0("../../gold/object.h",0x605,"next_incremental_reloc_index");\n }\n piVar7 = (int *)(param_1[0x16] + uVar11 * 4);\n iVar10 = *piVar7;\n *piVar7 = iVar10 + 1;\n puVar8 = (uint *)(uVar2 + (iVar10 + *(int *)(iVar3 + uVar11 * 4)) * 0x18 + iVar1);\n *puVar8 = uVar6;\n puVar8[1] = local_30;\n puVar8[2] = local_4c;\n puVar8[3] = local_48;\n puVar8[4] = uVar4;\n puVar8[5] = uVar5;\n }" { (expression_statement "uVar4 = *param_3;" (assignment_expression "uVar4 = *param_3" identifier = (pointer_expression "*param_3" * identifier)) ;) (expression_statement "uVar5 = param_3[1];" (assignment_expression "uVar5 = param_3[1]" identifier = (subscript_expression "param_3[1]" identifier [ number_literal ])) ;) (if_statement "if ((param_7 & param_6) == 0xffffffff) {\n if (uVar5 != (int)uVar4 >> 0x1f) {\n \n FUN_0005f0b0("../../gold/gold.h",0xc0,"convert_types");\n }\n uVar9 = FUN_000c2280(param_5,*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),\n uVar4);\n if (uVar9 == 0xffffffff) {\n \n FUN_0005f0b0("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype");\n }\n local_4c = uVar4 + uVar9;\n local_48 = uVar5 + ((int)uVar9 >> 0x1f) + (uint)CARRY4(uVar4,uVar9);\n uVar9 = param_1[0x2c];\n }\n else {\n local_4c = uVar4 + param_6;\n local_48 = uVar5 + param_7 + (uint)CARRY4(uVar4,param_6);\n }" if (parenthesized_expression "((param_7 & param_6) == 0xffffffff)" ( (binary_expression "(param_7 & param_6) == 0xffffffff" (parenthesized_expression "(param_7 & param_6)" ( (binary_expression "param_7 & param_6" identifier & identifier) )) == number_literal) )) (compound_statement "{\n if (uVar5 != (int)uVar4 >> 0x1f) {\n \n FUN_0005f0b0("../../gold/gold.h",0xc0,"convert_types");\n }\n uVar9 = FUN_000c2280(param_5,*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),\n uVar4);\n if (uVar9 == 0xffffffff) {\n \n FUN_0005f0b0("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype");\n }\n local_4c = uVar4 + uVar9;\n local_48 = uVar5 + ((int)uVar9 >> 0x1f) + (uint)CARRY4(uVar4,uVar9);\n uVar9 = param_1[0x2c];\n }" { (if_statement "if (uVar5 != (int)uVar4 >> 0x1f) {\n \n FUN_0005f0b0("../../gold/gold.h",0xc0,"convert_types");\n }" if (parenthesized_expression "(uVar5 != (int)uVar4 >> 0x1f)" ( (binary_expression "uVar5 != (int)uVar4 >> 0x1f" identifier != (binary_expression "(int)uVar4 >> 0x1f" (cast_expression "(int)uVar4" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal)) )) (compound_statement "{\n \n FUN_0005f0b0("../../gold/gold.h",0xc0,"convert_types");\n }" { (expression_statement "FUN_0005f0b0("../../gold/gold.h",0xc0,"convert_types");" (call_expression "FUN_0005f0b0("../../gold/gold.h",0xc0,"convert_types")" identifier (argument_list "("../../gold/gold.h",0xc0,"convert_types")" ( (string_literal ""../../gold/gold.h"" " string_content ") , number_literal , (string_literal ""convert_types"" " string_content ") ))) ;) })) (expression_statement "uVar9 = FUN_000c2280(param_5,*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),\n uVar4);" (assignment_expression "uVar9 = FUN_000c2280(param_5,*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),\n uVar4)" identifier = (call_expression "FUN_000c2280(param_5,*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),\n uVar4)" identifier (argument_list "(param_5,*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),\n uVar4)" ( identifier , (pointer_expression "*(undefined4 *)(param_2 + 8)" * (cast_expression "(undefined4 *)(param_2 + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 8)" ( (binary_expression "param_2 + 8" identifier + number_literal) )))) , (pointer_expression "*(undefined4 *)(param_2 + 0x18)" * (cast_expression "(undefined4 *)(param_2 + 0x18)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x18)" ( (binary_expression "param_2 + 0x18" identifier + number_literal) )))) , identifier )))) ;) (if_statement "if (uVar9 == 0xffffffff) {\n \n FUN_0005f0b0("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype");\n }" if (parenthesized_expression "(uVar9 == 0xffffffff)" ( (binary_expression "uVar9 == 0xffffffff" identifier == number_literal) )) (compound_statement "{\n \n FUN_0005f0b0("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype");\n }" { (expression_statement "FUN_0005f0b0("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype");" (call_expression "FUN_0005f0b0("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype")" identifier (argument_list "("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype")" ( (string_literal ""../../gold/reloc.cc"" " string_content ") , number_literal , (string_literal ""incremental_relocs_write_reltype"" " string_content ") ))) ;) })) (expression_statement "local_4c = uVar4 + uVar9;" (assignment_expression "local_4c = uVar4 + uVar9" identifier = (binary_expression "uVar4 + uVar9" identifier + identifier)) ;) (expression_statement "local_48 = uVar5 + ((int)uVar9 >> 0x1f) + (uint)CARRY4(uVar4,uVar9);" (assignment_expression "local_48 = uVar5 + ((int)uVar9 >> 0x1f) + (uint)CARRY4(uVar4,uVar9)" identifier = (binary_expression "uVar5 + ((int)uVar9 >> 0x1f) + (uint)CARRY4(uVar4,uVar9)" (binary_expression "uVar5 + ((int)uVar9 >> 0x1f)" identifier + (parenthesized_expression "((int)uVar9 >> 0x1f)" ( (binary_expression "(int)uVar9 >> 0x1f" (cast_expression "(int)uVar9" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal) ))) + (cast_expression "(uint)CARRY4(uVar4,uVar9)" ( (type_descriptor "uint" type_identifier) ) (call_expression "CARRY4(uVar4,uVar9)" identifier (argument_list "(uVar4,uVar9)" ( identifier , identifier )))))) ;) (expression_statement "uVar9 = param_1[0x2c];" (assignment_expression "uVar9 = param_1[0x2c]" identifier = (subscript_expression "param_1[0x2c]" identifier [ number_literal ])) ;) }) (else_clause "else {\n local_4c = uVar4 + param_6;\n local_48 = uVar5 + param_7 + (uint)CARRY4(uVar4,param_6);\n }" else (compound_statement "{\n local_4c = uVar4 + param_6;\n local_48 = uVar5 + param_7 + (uint)CARRY4(uVar4,param_6);\n }" { (expression_statement "local_4c = uVar4 + param_6;" (assignment_expression "local_4c = uVar4 + param_6" identifier = (binary_expression "uVar4 + param_6" identifier + identifier)) ;) (expression_statement "local_48 = uVar5 + param_7 + (uint)CARRY4(uVar4,param_6);" (assignment_expression "local_48 = uVar5 + param_7 + (uint)CARRY4(uVar4,param_6)" identifier = (binary_expression "uVar5 + param_7 + (uint)CARRY4(uVar4,param_6)" (binary_expression "uVar5 + param_7" identifier + identifier) + (cast_expression "(uint)CARRY4(uVar4,param_6)" ( (type_descriptor "uint" type_identifier) ) (call_expression "CARRY4(uVar4,param_6)" identifier (argument_list "(uVar4,param_6)" ( identifier , identifier )))))) ;) }))) (expression_statement "uVar4 = param_3[4];" (assignment_expression "uVar4 = param_3[4]" identifier = (subscript_expression "param_3[4]" identifier [ number_literal ])) ;) (expression_statement "uVar5 = param_3[5];" (assignment_expression "uVar5 = param_3[5]" identifier = (subscript_expression "param_3[5]" identifier [ number_literal ])) ;) (expression_statement "uVar11 = uVar11 - uVar9;" (assignment_expression "uVar11 = uVar11 - uVar9" identifier = (binary_expression "uVar11 - uVar9" identifier - identifier)) ;) (expression_statement "piVar7 = (int *)(**(code **)(*param_1 + 0x74))(param_1);" (assignment_expression "piVar7 = (int *)(**(code **)(*param_1 + 0x74))(param_1)" identifier = (cast_expression "(int *)(**(code **)(*param_1 + 0x74))(param_1)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(**(code **)(*param_1 + 0x74))(param_1)" (parenthesized_expression "(**(code **)(*param_1 + 0x74))" ( (pointer_expression "**(code **)(*param_1 + 0x74)" * (pointer_expression "*(code **)(*param_1 + 0x74)" * (cast_expression "(code **)(*param_1 + 0x74)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x74)" ( (binary_expression "*param_1 + 0x74" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "(param_1)" ( identifier ))))) ;) (if_statement "if (param_1[0x16] == 0) {\n \n FUN_0005f0b0("../../gold/object.h",0x603,"next_incremental_reloc_index");\n }" if (parenthesized_expression "(param_1[0x16] == 0)" ( (binary_expression "param_1[0x16] == 0" (subscript_expression "param_1[0x16]" identifier [ number_literal ]) == number_literal) )) (compound_statement "{\n \n FUN_0005f0b0("../../gold/object.h",0x603,"next_incremental_reloc_index");\n }" { (expression_statement "FUN_0005f0b0("../../gold/object.h",0x603,"next_incremental_reloc_index");" (call_expression "FUN_0005f0b0("../../gold/object.h",0x603,"next_incremental_reloc_index")" identifier (argument_list "("../../gold/object.h",0x603,"next_incremental_reloc_index")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""next_incremental_reloc_index"" " string_content ") ))) ;) })) (expression_statement "iVar3 = param_1[0x17];" (assignment_expression "iVar3 = param_1[0x17]" identifier = (subscript_expression "param_1[0x17]" identifier [ number_literal ])) ;) (if_statement "if (iVar3 == 0) {\n \n FUN_0005f0b0("../../gold/object.h",0x604,"next_incremental_reloc_index");\n }" if (parenthesized_expression "(iVar3 == 0)" ( (binary_expression "iVar3 == 0" identifier == number_literal) )) (compound_statement "{\n \n FUN_0005f0b0("../../gold/object.h",0x604,"next_incremental_reloc_index");\n }" { (expression_statement "FUN_0005f0b0("../../gold/object.h",0x604,"next_incremental_reloc_index");" (call_expression "FUN_0005f0b0("../../gold/object.h",0x604,"next_incremental_reloc_index")" identifier (argument_list "("../../gold/object.h",0x604,"next_incremental_reloc_index")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""next_incremental_reloc_index"" " string_content ") ))) ;) })) (if_statement "if ((uint)(piVar7[1] - *piVar7 >> 2) <= uVar11) {\n \n FUN_0005f0b0("../../gold/object.h",0x605,"next_incremental_reloc_index");\n }" if (parenthesized_expression "((uint)(piVar7[1] - *piVar7 >> 2) <= uVar11)" ( (binary_expression "(uint)(piVar7[1] - *piVar7 >> 2) <= uVar11" (call_expression "(uint)(piVar7[1] - *piVar7 >> 2)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(piVar7[1] - *piVar7 >> 2)" ( (binary_expression "piVar7[1] - *piVar7 >> 2" (binary_expression "piVar7[1] - *piVar7" (subscript_expression "piVar7[1]" identifier [ number_literal ]) - (pointer_expression "*piVar7" * identifier)) >> number_literal) ))) <= identifier) )) (compound_statement "{\n \n FUN_0005f0b0("../../gold/object.h",0x605,"next_incremental_reloc_index");\n }" { (expression_statement "FUN_0005f0b0("../../gold/object.h",0x605,"next_incremental_reloc_index");" (call_expression "FUN_0005f0b0("../../gold/object.h",0x605,"next_incremental_reloc_index")" identifier (argument_list "("../../gold/object.h",0x605,"next_incremental_reloc_index")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""next_incremental_reloc_index"" " string_content ") ))) ;) })) (expression_statement "piVar7 = (int *)(param_1[0x16] + uVar11 * 4);" (assignment_expression "piVar7 = (int *)(param_1[0x16] + uVar11 * 4)" identifier = (cast_expression "(int *)(param_1[0x16] + uVar11 * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[0x16] + uVar11 * 4)" ( (binary_expression "param_1[0x16] + uVar11 * 4" (subscript_expression "param_1[0x16]" identifier [ number_literal ]) + (binary_expression "uVar11 * 4" identifier * number_literal)) )))) ;) (expression_statement "iVar10 = *piVar7;" (assignment_expression "iVar10 = *piVar7" identifier = (pointer_expression "*piVar7" * identifier)) ;) (expression_statement "*piVar7 = iVar10 + 1;" (assignment_expression "*piVar7 = iVar10 + 1" (pointer_expression "*piVar7" * identifier) = (binary_expression "iVar10 + 1" identifier + number_literal)) ;) (expression_statement "puVar8 = (uint *)(uVar2 + (iVar10 + *(int *)(iVar3 + uVar11 * 4)) * 0x18 + iVar1);" (assignment_expression "puVar8 = (uint *)(uVar2 + (iVar10 + *(int *)(iVar3 + uVar11 * 4)) * 0x18 + iVar1)" identifier = (cast_expression "(uint *)(uVar2 + (iVar10 + *(int *)(iVar3 + uVar11 * 4)) * 0x18 + iVar1)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(uVar2 + (iVar10 + *(int *)(iVar3 + uVar11 * 4)) * 0x18 + iVar1)" ( (binary_expression "uVar2 + (iVar10 + *(int *)(iVar3 + uVar11 * 4)) * 0x18 + iVar1" (binary_expression "uVar2 + (iVar10 + *(int *)(iVar3 + uVar11 * 4)) * 0x18" identifier + (binary_expression "(iVar10 + *(int *)(iVar3 + uVar11 * 4)) * 0x18" (parenthesized_expression "(iVar10 + *(int *)(iVar3 + uVar11 * 4))" ( (binary_expression "iVar10 + *(int *)(iVar3 + uVar11 * 4)" identifier + (pointer_expression "*(int *)(iVar3 + uVar11 * 4)" * (cast_expression "(int *)(iVar3 + uVar11 * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar3 + uVar11 * 4)" ( (binary_expression "iVar3 + uVar11 * 4" identifier + (binary_expression "uVar11 * 4" identifier * number_literal)) ))))) )) * number_literal)) + identifier) )))) ;) (expression_statement "*puVar8 = uVar6;" (assignment_expression "*puVar8 = uVar6" (pointer_expression "*puVar8" * identifier) = identifier) ;) (expression_statement "puVar8[1] = local_30;" (assignment_expression "puVar8[1] = local_30" (subscript_expression "puVar8[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar8[2] = local_4c;" (assignment_expression "puVar8[2] = local_4c" (subscript_expression "puVar8[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar8[3] = local_48;" (assignment_expression "puVar8[3] = local_48" (subscript_expression "puVar8[3]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar8[4] = uVar4;" (assignment_expression "puVar8[4] = uVar4" (subscript_expression "puVar8[4]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar8[5] = uVar5;" (assignment_expression "puVar8[5] = uVar5" (subscript_expression "puVar8[5]" identifier [ number_literal ]) = identifier) ;) })) (expression_statement "local_50 = local_50 + 1;" (assignment_expression "local_50 = local_50 + 1" identifier = (binary_expression "local_50 + 1" identifier + number_literal)) ;) (expression_statement "param_3 = param_3 + 6;" (assignment_expression "param_3 = param_3 + 6" identifier = (binary_expression "param_3 + 6" identifier + number_literal)) ;) }) while (parenthesized_expression "(param_4 != local_50)" ( (binary_expression "param_4 != local_50" identifier != identifier) )) ;) })) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE 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 IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))) == IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") , LIT ))) ;) })) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT )))) ;) }))) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (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 (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") , 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 (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") , 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) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT < LIT) )) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (binary_expression IDENT + (cast_expression ( (type_descriptor TYPE) ) (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , IDENT )))))) , (comma_expression (assignment_expression IDENT = (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_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) )))) + IDENT)) )))) , (comma_expression (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) - IDENT)) , (binary_expression (parenthesized_expression ( (binary_expression (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , IDENT ))) != (call_expression IDENT (argument_list ( IDENT , IDENT )))) )) != (binary_expression (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression IDENT - IDENT) ))) < LIT))))) ))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") , 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 = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT <= IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & IDENT) )) == LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) >> LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) >> LIT) ))) + (cast_expression ( (type_descriptor TYPE) ) (call_expression IDENT (argument_list ( IDENT , IDENT )))))) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + IDENT) + (cast_expression ( (type_descriptor TYPE) ) (call_expression IDENT (argument_list ( IDENT , IDENT )))))) ;) }))) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT - IDENT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (binary_expression (subscript_expression IDENT [ LIT ]) - (pointer_expression * IDENT)) >> LIT) ))) <= IDENT) )) (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 TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + (binary_expression IDENT * LIT)) )))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + (binary_expression (parenthesized_expression ( (binary_expression IDENT + (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + (binary_expression IDENT * LIT)) ))))) )) * LIT)) + IDENT) )))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT != IDENT) )) ;) })) (return_statement return ;) })))
(function_definition "void FUN_000fe330(int *param_1,int param_2,uint *param_3,int param_4,int *param_5,uint param_6,\n uint param_7,int param_8)\n\n{\n int iVar1;\n uint uVar2;\n int iVar3;\n uint uVar4;\n uint uVar5;\n uint uVar6;\n int *piVar7;\n uint *puVar8;\n uint uVar9;\n int iVar10;\n uint uVar11;\n int local_50;\n uint local_4c;\n uint local_48;\n uint local_30;\n \n if (*(code **)(*param_5 + 0x2c) == FUN_00069430) {\n local_30 = param_5[0x18];\n if (local_30 == 0xffffffff) {\n \n FUN_0005f0b0("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);\n }\n }\n else {\n local_30 = (**(code **)(*param_5 + 0x2c))(param_5);\n }\n iVar1 = *(int *)(*(int *)(param_2 + 4) + 0x1d0);\n if (iVar1 == 0) {\n \n FUN_0005f0b0("../../gold/reloc.cc",0x44e,"incremental_relocs_write_reltype",0);\n }\n iVar1 = *(int *)(iVar1 + 0x3c);\n if ((*(byte *)(iVar1 + 0x1c) & 4) == 0) {\n \n FUN_0005f0b0("../../gold/output.h",0xe3,"offset",iVar1);\n }\n uVar2 = *(uint *)(iVar1 + 0x14);\n iVar3 = *(int *)(iVar1 + 0x18);\n if ((*(byte *)(iVar1 + 0x1c) & 2) == 0) {\n \n FUN_0005f0b0("../../gold/output.h",0xcf,"data_size");\n }\n if ((iVar3 < 0) ||\n (iVar10 = iVar3 + (uint)CARRY4(*(uint *)(iVar1 + 0xc),uVar2),\n uVar6 = (uint)(*(uint *)(param_8 + 8) < *(uint *)(iVar1 + 0xc) + uVar2),\n iVar1 = *(int *)(param_8 + 0xc) - iVar10,\n (SBORROW4(*(int *)(param_8 + 0xc),iVar10) != SBORROW4(iVar1,uVar6)) != (int)(iVar1 - uVar6) < 0\n )) {\n \n FUN_0005f0b0("../../gold/output.h",0x6f,"get_output_view",iVar3);\n }\n iVar1 = *(int *)(param_8 + 0x10);\n local_50 = 0;\n if (param_4 != 0) {\n do {\n uVar6 = param_3[2];\n uVar11 = param_3[3];\n uVar9 = param_1[0x2c];\n if (uVar9 <= uVar11) {\n uVar4 = *param_3;\n uVar5 = param_3[1];\n if ((param_7 & param_6) == 0xffffffff) {\n if (uVar5 != (int)uVar4 >> 0x1f) {\n \n FUN_0005f0b0("../../gold/gold.h",0xc0,"convert_types");\n }\n uVar9 = FUN_000c2280(param_5,*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),\n uVar4);\n if (uVar9 == 0xffffffff) {\n \n FUN_0005f0b0("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype");\n }\n local_4c = uVar4 + uVar9;\n local_48 = uVar5 + ((int)uVar9 >> 0x1f) + (uint)CARRY4(uVar4,uVar9);\n uVar9 = param_1[0x2c];\n }\n else {\n local_4c = uVar4 + param_6;\n local_48 = uVar5 + param_7 + (uint)CARRY4(uVar4,param_6);\n }\n uVar4 = param_3[4];\n uVar5 = param_3[5];\n uVar11 = uVar11 - uVar9;\n piVar7 = (int *)(**(code **)(*param_1 + 0x74))(param_1);\n if (param_1[0x16] == 0) {\n \n FUN_0005f0b0("../../gold/object.h",0x603,"next_incremental_reloc_index");\n }\n iVar3 = param_1[0x17];\n if (iVar3 == 0) {\n \n FUN_0005f0b0("../../gold/object.h",0x604,"next_incremental_reloc_index");\n }\n if ((uint)(piVar7[1] - *piVar7 >> 2) <= uVar11) {\n \n FUN_0005f0b0("../../gold/object.h",0x605,"next_incremental_reloc_index");\n }\n piVar7 = (int *)(param_1[0x16] + uVar11 * 4);\n iVar10 = *piVar7;\n *piVar7 = iVar10 + 1;\n puVar8 = (uint *)(uVar2 + (iVar10 + *(int *)(iVar3 + uVar11 * 4)) * 0x18 + iVar1);\n *puVar8 = uVar6;\n puVar8[1] = local_30;\n puVar8[2] = local_4c;\n puVar8[3] = local_48;\n puVar8[4] = uVar4;\n puVar8[5] = uVar5;\n }\n local_50 = local_50 + 1;\n param_3 = param_3 + 6;\n } while (param_4 != local_50);\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_000fe330(int *param_1,int param_2,uint *param_3,int param_4,int *param_5,uint param_6,\n uint param_7,int param_8)" (identifier "FUN_000fe330") (parameter_list "(int *param_1,int param_2,uint *param_3,int param_4,int *param_5,uint param_6,\n uint param_7,int param_8)" (( "(") (parameter_declaration "int *param_1" (primitive_type "int") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "int param_2" (primitive_type "int") (identifier "param_2")) (, ",") (parameter_declaration "uint *param_3" (type_identifier "uint") (pointer_declarator "*param_3" (* "*") (identifier "param_3"))) (, ",") (parameter_declaration "int param_4" (primitive_type "int") (identifier "param_4")) (, ",") (parameter_declaration "int *param_5" (primitive_type "int") (pointer_declarator "*param_5" (* "*") (identifier "param_5"))) (, ",") (parameter_declaration "uint param_6" (type_identifier "uint") (identifier "param_6")) (, ",") (parameter_declaration "uint param_7" (type_identifier "uint") (identifier "param_7")) (, ",") (parameter_declaration "int param_8" (primitive_type "int") (identifier "param_8")) () ")"))) (compound_statement "{\n int iVar1;\n uint uVar2;\n int iVar3;\n uint uVar4;\n uint uVar5;\n uint uVar6;\n int *piVar7;\n uint *puVar8;\n uint uVar9;\n int iVar10;\n uint uVar11;\n int local_50;\n uint local_4c;\n uint local_48;\n uint local_30;\n \n if (*(code **)(*param_5 + 0x2c) == FUN_00069430) {\n local_30 = param_5[0x18];\n if (local_30 == 0xffffffff) {\n \n FUN_0005f0b0("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);\n }\n }\n else {\n local_30 = (**(code **)(*param_5 + 0x2c))(param_5);\n }\n iVar1 = *(int *)(*(int *)(param_2 + 4) + 0x1d0);\n if (iVar1 == 0) {\n \n FUN_0005f0b0("../../gold/reloc.cc",0x44e,"incremental_relocs_write_reltype",0);\n }\n iVar1 = *(int *)(iVar1 + 0x3c);\n if ((*(byte *)(iVar1 + 0x1c) & 4) == 0) {\n \n FUN_0005f0b0("../../gold/output.h",0xe3,"offset",iVar1);\n }\n uVar2 = *(uint *)(iVar1 + 0x14);\n iVar3 = *(int *)(iVar1 + 0x18);\n if ((*(byte *)(iVar1 + 0x1c) & 2) == 0) {\n \n FUN_0005f0b0("../../gold/output.h",0xcf,"data_size");\n }\n if ((iVar3 < 0) ||\n (iVar10 = iVar3 + (uint)CARRY4(*(uint *)(iVar1 + 0xc),uVar2),\n uVar6 = (uint)(*(uint *)(param_8 + 8) < *(uint *)(iVar1 + 0xc) + uVar2),\n iVar1 = *(int *)(param_8 + 0xc) - iVar10,\n (SBORROW4(*(int *)(param_8 + 0xc),iVar10) != SBORROW4(iVar1,uVar6)) != (int)(iVar1 - uVar6) < 0\n )) {\n \n FUN_0005f0b0("../../gold/output.h",0x6f,"get_output_view",iVar3);\n }\n iVar1 = *(int *)(param_8 + 0x10);\n local_50 = 0;\n if (param_4 != 0) {\n do {\n uVar6 = param_3[2];\n uVar11 = param_3[3];\n uVar9 = param_1[0x2c];\n if (uVar9 <= uVar11) {\n uVar4 = *param_3;\n uVar5 = param_3[1];\n if ((param_7 & param_6) == 0xffffffff) {\n if (uVar5 != (int)uVar4 >> 0x1f) {\n \n FUN_0005f0b0("../../gold/gold.h",0xc0,"convert_types");\n }\n uVar9 = FUN_000c2280(param_5,*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),\n uVar4);\n if (uVar9 == 0xffffffff) {\n \n FUN_0005f0b0("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype");\n }\n local_4c = uVar4 + uVar9;\n local_48 = uVar5 + ((int)uVar9 >> 0x1f) + (uint)CARRY4(uVar4,uVar9);\n uVar9 = param_1[0x2c];\n }\n else {\n local_4c = uVar4 + param_6;\n local_48 = uVar5 + param_7 + (uint)CARRY4(uVar4,param_6);\n }\n uVar4 = param_3[4];\n uVar5 = param_3[5];\n uVar11 = uVar11 - uVar9;\n piVar7 = (int *)(**(code **)(*param_1 + 0x74))(param_1);\n if (param_1[0x16] == 0) {\n \n FUN_0005f0b0("../../gold/object.h",0x603,"next_incremental_reloc_index");\n }\n iVar3 = param_1[0x17];\n if (iVar3 == 0) {\n \n FUN_0005f0b0("../../gold/object.h",0x604,"next_incremental_reloc_index");\n }\n if ((uint)(piVar7[1] - *piVar7 >> 2) <= uVar11) {\n \n FUN_0005f0b0("../../gold/object.h",0x605,"next_incremental_reloc_index");\n }\n piVar7 = (int *)(param_1[0x16] + uVar11 * 4);\n iVar10 = *piVar7;\n *piVar7 = iVar10 + 1;\n puVar8 = (uint *)(uVar2 + (iVar10 + *(int *)(iVar3 + uVar11 * 4)) * 0x18 + iVar1);\n *puVar8 = uVar6;\n puVar8[1] = local_30;\n puVar8[2] = local_4c;\n puVar8[3] = local_48;\n puVar8[4] = uVar4;\n puVar8[5] = uVar5;\n }\n local_50 = local_50 + 1;\n param_3 = param_3 + 6;\n } while (param_4 != local_50);\n }\n return;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "uint uVar2;" (type_identifier "uint") (identifier "uVar2") (; ";")) (declaration "int iVar3;" (primitive_type "int") (identifier "iVar3") (; ";")) (declaration "uint uVar4;" (type_identifier "uint") (identifier "uVar4") (; ";")) (declaration "uint uVar5;" (type_identifier "uint") (identifier "uVar5") (; ";")) (declaration "uint uVar6;" (type_identifier "uint") (identifier "uVar6") (; ";")) (declaration "int *piVar7;" (primitive_type "int") (pointer_declarator "*piVar7" (* "*") (identifier "piVar7")) (; ";")) (declaration "uint *puVar8;" (type_identifier "uint") (pointer_declarator "*puVar8" (* "*") (identifier "puVar8")) (; ";")) (declaration "uint uVar9;" (type_identifier "uint") (identifier "uVar9") (; ";")) (declaration "int iVar10;" (primitive_type "int") (identifier "iVar10") (; ";")) (declaration "uint uVar11;" (type_identifier "uint") (identifier "uVar11") (; ";")) (declaration "int local_50;" (primitive_type "int") (identifier "local_50") (; ";")) (declaration "uint local_4c;" (type_identifier "uint") (identifier "local_4c") (; ";")) (declaration "uint local_48;" (type_identifier "uint") (identifier "local_48") (; ";")) (declaration "uint local_30;" (type_identifier "uint") (identifier "local_30") (; ";")) (if_statement "if (*(code **)(*param_5 + 0x2c) == FUN_00069430) {\n local_30 = param_5[0x18];\n if (local_30 == 0xffffffff) {\n \n FUN_0005f0b0("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);\n }\n }\n else {\n local_30 = (**(code **)(*param_5 + 0x2c))(param_5);\n }" (if "if") (parenthesized_expression "(*(code **)(*param_5 + 0x2c) == FUN_00069430)" (( "(") (binary_expression "*(code **)(*param_5 + 0x2c) == FUN_00069430" (pointer_expression "*(code **)(*param_5 + 0x2c)" (* "*") (cast_expression "(code **)(*param_5 + 0x2c)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_5 + 0x2c)" (( "(") (binary_expression "*param_5 + 0x2c" (pointer_expression "*param_5" (* "*") (identifier "param_5")) (+ "+") (number_literal "0x2c")) () ")")))) (== "==") (identifier "FUN_00069430")) () ")")) (compound_statement "{\n local_30 = param_5[0x18];\n if (local_30 == 0xffffffff) {\n \n FUN_0005f0b0("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);\n }\n }" ({ "{") (expression_statement "local_30 = param_5[0x18];" (assignment_expression "local_30 = param_5[0x18]" (identifier "local_30") (= "=") (subscript_expression "param_5[0x18]" (identifier "param_5") ([ "[") (number_literal "0x18") (] "]"))) (; ";")) (if_statement "if (local_30 == 0xffffffff) {\n \n FUN_0005f0b0("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);\n }" (if "if") (parenthesized_expression "(local_30 == 0xffffffff)" (( "(") (binary_expression "local_30 == 0xffffffff" (identifier "local_30") (== "==") (number_literal "0xffffffff")) () ")")) (compound_statement "{\n \n FUN_0005f0b0("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);\n }" ({ "{") (expression_statement "FUN_0005f0b0("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);" (call_expression "FUN_0005f0b0("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff)" (identifier "FUN_0005f0b0") (argument_list "("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff)" (( "(") (string_literal ""../../gold/output.h"" (" """) (string_content "../../gold/output.h") (" """)) (, ",") (number_literal "0x1043") (, ",") (string_literal ""do_out_shndx"" (" """) (string_content "do_out_shndx") (" """)) (, ",") (number_literal "0xffffffff") () ")"))) (; ";")) (} "}"))) (} "}")) (else_clause "else {\n local_30 = (**(code **)(*param_5 + 0x2c))(param_5);\n }" (else "else") (compound_statement "{\n local_30 = (**(code **)(*param_5 + 0x2c))(param_5);\n }" ({ "{") (expression_statement "local_30 = (**(code **)(*param_5 + 0x2c))(param_5);" (assignment_expression "local_30 = (**(code **)(*param_5 + 0x2c))(param_5)" (identifier "local_30") (= "=") (call_expression "(**(code **)(*param_5 + 0x2c))(param_5)" (parenthesized_expression "(**(code **)(*param_5 + 0x2c))" (( "(") (pointer_expression "**(code **)(*param_5 + 0x2c)" (* "*") (pointer_expression "*(code **)(*param_5 + 0x2c)" (* "*") (cast_expression "(code **)(*param_5 + 0x2c)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_5 + 0x2c)" (( "(") (binary_expression "*param_5 + 0x2c" (pointer_expression "*param_5" (* "*") (identifier "param_5")) (+ "+") (number_literal "0x2c")) () ")"))))) () ")")) (argument_list "(param_5)" (( "(") (identifier "param_5") () ")")))) (; ";")) (} "}")))) (expression_statement "iVar1 = *(int *)(*(int *)(param_2 + 4) + 0x1d0);" (assignment_expression "iVar1 = *(int *)(*(int *)(param_2 + 4) + 0x1d0)" (identifier "iVar1") (= "=") (pointer_expression "*(int *)(*(int *)(param_2 + 4) + 0x1d0)" (* "*") (cast_expression "(int *)(*(int *)(param_2 + 4) + 0x1d0)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(param_2 + 4) + 0x1d0)" (( "(") (binary_expression "*(int *)(param_2 + 4) + 0x1d0" (pointer_expression "*(int *)(param_2 + 4)" (* "*") (cast_expression "(int *)(param_2 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 4)" (( "(") (binary_expression "param_2 + 4" (identifier "param_2") (+ "+") (number_literal "4")) () ")")))) (+ "+") (number_literal "0x1d0")) () ")"))))) (; ";")) (if_statement "if (iVar1 == 0) {\n \n FUN_0005f0b0("../../gold/reloc.cc",0x44e,"incremental_relocs_write_reltype",0);\n }" (if "if") (parenthesized_expression "(iVar1 == 0)" (( "(") (binary_expression "iVar1 == 0" (identifier "iVar1") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_0005f0b0("../../gold/reloc.cc",0x44e,"incremental_relocs_write_reltype",0);\n }" ({ "{") (expression_statement "FUN_0005f0b0("../../gold/reloc.cc",0x44e,"incremental_relocs_write_reltype",0);" (call_expression "FUN_0005f0b0("../../gold/reloc.cc",0x44e,"incremental_relocs_write_reltype",0)" (identifier "FUN_0005f0b0") (argument_list "("../../gold/reloc.cc",0x44e,"incremental_relocs_write_reltype",0)" (( "(") (string_literal ""../../gold/reloc.cc"" (" """) (string_content "../../gold/reloc.cc") (" """)) (, ",") (number_literal "0x44e") (, ",") (string_literal ""incremental_relocs_write_reltype"" (" """) (string_content "incremental_relocs_write_reltype") (" """)) (, ",") (number_literal "0") () ")"))) (; ";")) (} "}"))) (expression_statement "iVar1 = *(int *)(iVar1 + 0x3c);" (assignment_expression "iVar1 = *(int *)(iVar1 + 0x3c)" (identifier "iVar1") (= "=") (pointer_expression "*(int *)(iVar1 + 0x3c)" (* "*") (cast_expression "(int *)(iVar1 + 0x3c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + 0x3c)" (( "(") (binary_expression "iVar1 + 0x3c" (identifier "iVar1") (+ "+") (number_literal "0x3c")) () ")"))))) (; ";")) (if_statement "if ((*(byte *)(iVar1 + 0x1c) & 4) == 0) {\n \n FUN_0005f0b0("../../gold/output.h",0xe3,"offset",iVar1);\n }" (if "if") (parenthesized_expression "((*(byte *)(iVar1 + 0x1c) & 4) == 0)" (( "(") (binary_expression "(*(byte *)(iVar1 + 0x1c) & 4) == 0" (parenthesized_expression "(*(byte *)(iVar1 + 0x1c) & 4)" (( "(") (binary_expression "*(byte *)(iVar1 + 0x1c) & 4" (pointer_expression "*(byte *)(iVar1 + 0x1c)" (* "*") (cast_expression "(byte *)(iVar1 + 0x1c)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + 0x1c)" (( "(") (binary_expression "iVar1 + 0x1c" (identifier "iVar1") (+ "+") (number_literal "0x1c")) () ")")))) (& "&") (number_literal "4")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_0005f0b0("../../gold/output.h",0xe3,"offset",iVar1);\n }" ({ "{") (expression_statement "FUN_0005f0b0("../../gold/output.h",0xe3,"offset",iVar1);" (call_expression "FUN_0005f0b0("../../gold/output.h",0xe3,"offset",iVar1)" (identifier "FUN_0005f0b0") (argument_list "("../../gold/output.h",0xe3,"offset",iVar1)" (( "(") (string_literal ""../../gold/output.h"" (" """) (string_content "../../gold/output.h") (" """)) (, ",") (number_literal "0xe3") (, ",") (string_literal ""offset"" (" """) (string_content "offset") (" """)) (, ",") (identifier "iVar1") () ")"))) (; ";")) (} "}"))) (expression_statement "uVar2 = *(uint *)(iVar1 + 0x14);" (assignment_expression "uVar2 = *(uint *)(iVar1 + 0x14)" (identifier "uVar2") (= "=") (pointer_expression "*(uint *)(iVar1 + 0x14)" (* "*") (cast_expression "(uint *)(iVar1 + 0x14)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + 0x14)" (( "(") (binary_expression "iVar1 + 0x14" (identifier "iVar1") (+ "+") (number_literal "0x14")) () ")"))))) (; ";")) (expression_statement "iVar3 = *(int *)(iVar1 + 0x18);" (assignment_expression "iVar3 = *(int *)(iVar1 + 0x18)" (identifier "iVar3") (= "=") (pointer_expression "*(int *)(iVar1 + 0x18)" (* "*") (cast_expression "(int *)(iVar1 + 0x18)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + 0x18)" (( "(") (binary_expression "iVar1 + 0x18" (identifier "iVar1") (+ "+") (number_literal "0x18")) () ")"))))) (; ";")) (if_statement "if ((*(byte *)(iVar1 + 0x1c) & 2) == 0) {\n \n FUN_0005f0b0("../../gold/output.h",0xcf,"data_size");\n }" (if "if") (parenthesized_expression "((*(byte *)(iVar1 + 0x1c) & 2) == 0)" (( "(") (binary_expression "(*(byte *)(iVar1 + 0x1c) & 2) == 0" (parenthesized_expression "(*(byte *)(iVar1 + 0x1c) & 2)" (( "(") (binary_expression "*(byte *)(iVar1 + 0x1c) & 2" (pointer_expression "*(byte *)(iVar1 + 0x1c)" (* "*") (cast_expression "(byte *)(iVar1 + 0x1c)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + 0x1c)" (( "(") (binary_expression "iVar1 + 0x1c" (identifier "iVar1") (+ "+") (number_literal "0x1c")) () ")")))) (& "&") (number_literal "2")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_0005f0b0("../../gold/output.h",0xcf,"data_size");\n }" ({ "{") (expression_statement "FUN_0005f0b0("../../gold/output.h",0xcf,"data_size");" (call_expression "FUN_0005f0b0("../../gold/output.h",0xcf,"data_size")" (identifier "FUN_0005f0b0") (argument_list "("../../gold/output.h",0xcf,"data_size")" (( "(") (string_literal ""../../gold/output.h"" (" """) (string_content "../../gold/output.h") (" """)) (, ",") (number_literal "0xcf") (, ",") (string_literal ""data_size"" (" """) (string_content "data_size") (" """)) () ")"))) (; ";")) (} "}"))) (if_statement "if ((iVar3 < 0) ||\n (iVar10 = iVar3 + (uint)CARRY4(*(uint *)(iVar1 + 0xc),uVar2),\n uVar6 = (uint)(*(uint *)(param_8 + 8) < *(uint *)(iVar1 + 0xc) + uVar2),\n iVar1 = *(int *)(param_8 + 0xc) - iVar10,\n (SBORROW4(*(int *)(param_8 + 0xc),iVar10) != SBORROW4(iVar1,uVar6)) != (int)(iVar1 - uVar6) < 0\n )) {\n \n FUN_0005f0b0("../../gold/output.h",0x6f,"get_output_view",iVar3);\n }" (if "if") (parenthesized_expression "((iVar3 < 0) ||\n (iVar10 = iVar3 + (uint)CARRY4(*(uint *)(iVar1 + 0xc),uVar2),\n uVar6 = (uint)(*(uint *)(param_8 + 8) < *(uint *)(iVar1 + 0xc) + uVar2),\n iVar1 = *(int *)(param_8 + 0xc) - iVar10,\n (SBORROW4(*(int *)(param_8 + 0xc),iVar10) != SBORROW4(iVar1,uVar6)) != (int)(iVar1 - uVar6) < 0\n ))" (( "(") (binary_expression "(iVar3 < 0) ||\n (iVar10 = iVar3 + (uint)CARRY4(*(uint *)(iVar1 + 0xc),uVar2),\n uVar6 = (uint)(*(uint *)(param_8 + 8) < *(uint *)(iVar1 + 0xc) + uVar2),\n iVar1 = *(int *)(param_8 + 0xc) - iVar10,\n (SBORROW4(*(int *)(param_8 + 0xc),iVar10) != SBORROW4(iVar1,uVar6)) != (int)(iVar1 - uVar6) < 0\n )" (parenthesized_expression "(iVar3 < 0)" (( "(") (binary_expression "iVar3 < 0" (identifier "iVar3") (< "<") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "(iVar10 = iVar3 + (uint)CARRY4(*(uint *)(iVar1 + 0xc),uVar2),\n uVar6 = (uint)(*(uint *)(param_8 + 8) < *(uint *)(iVar1 + 0xc) + uVar2),\n iVar1 = *(int *)(param_8 + 0xc) - iVar10,\n (SBORROW4(*(int *)(param_8 + 0xc),iVar10) != SBORROW4(iVar1,uVar6)) != (int)(iVar1 - uVar6) < 0\n )" (( "(") (comma_expression "iVar10 = iVar3 + (uint)CARRY4(*(uint *)(iVar1 + 0xc),uVar2),\n uVar6 = (uint)(*(uint *)(param_8 + 8) < *(uint *)(iVar1 + 0xc) + uVar2),\n iVar1 = *(int *)(param_8 + 0xc) - iVar10,\n (SBORROW4(*(int *)(param_8 + 0xc),iVar10) != SBORROW4(iVar1,uVar6)) != (int)(iVar1 - uVar6) < 0" (assignment_expression "iVar10 = iVar3 + (uint)CARRY4(*(uint *)(iVar1 + 0xc),uVar2)" (identifier "iVar10") (= "=") (binary_expression "iVar3 + (uint)CARRY4(*(uint *)(iVar1 + 0xc),uVar2)" (identifier "iVar3") (+ "+") (cast_expression "(uint)CARRY4(*(uint *)(iVar1 + 0xc),uVar2)" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (call_expression "CARRY4(*(uint *)(iVar1 + 0xc),uVar2)" (identifier "CARRY4") (argument_list "(*(uint *)(iVar1 + 0xc),uVar2)" (( "(") (pointer_expression "*(uint *)(iVar1 + 0xc)" (* "*") (cast_expression "(uint *)(iVar1 + 0xc)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + 0xc)" (( "(") (binary_expression "iVar1 + 0xc" (identifier "iVar1") (+ "+") (number_literal "0xc")) () ")")))) (, ",") (identifier "uVar2") () ")")))))) (, ",") (comma_expression "uVar6 = (uint)(*(uint *)(param_8 + 8) < *(uint *)(iVar1 + 0xc) + uVar2),\n iVar1 = *(int *)(param_8 + 0xc) - iVar10,\n (SBORROW4(*(int *)(param_8 + 0xc),iVar10) != SBORROW4(iVar1,uVar6)) != (int)(iVar1 - uVar6) < 0" (assignment_expression "uVar6 = (uint)(*(uint *)(param_8 + 8) < *(uint *)(iVar1 + 0xc) + uVar2)" (identifier "uVar6") (= "=") (call_expression "(uint)(*(uint *)(param_8 + 8) < *(uint *)(iVar1 + 0xc) + uVar2)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(*(uint *)(param_8 + 8) < *(uint *)(iVar1 + 0xc) + uVar2)" (( "(") (binary_expression "*(uint *)(param_8 + 8) < *(uint *)(iVar1 + 0xc) + uVar2" (pointer_expression "*(uint *)(param_8 + 8)" (* "*") (cast_expression "(uint *)(param_8 + 8)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_8 + 8)" (( "(") (binary_expression "param_8 + 8" (identifier "param_8") (+ "+") (number_literal "8")) () ")")))) (< "<") (binary_expression "*(uint *)(iVar1 + 0xc) + uVar2" (pointer_expression "*(uint *)(iVar1 + 0xc)" (* "*") (cast_expression "(uint *)(iVar1 + 0xc)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + 0xc)" (( "(") (binary_expression "iVar1 + 0xc" (identifier "iVar1") (+ "+") (number_literal "0xc")) () ")")))) (+ "+") (identifier "uVar2"))) () ")")))) (, ",") (comma_expression "iVar1 = *(int *)(param_8 + 0xc) - iVar10,\n (SBORROW4(*(int *)(param_8 + 0xc),iVar10) != SBORROW4(iVar1,uVar6)) != (int)(iVar1 - uVar6) < 0" (assignment_expression "iVar1 = *(int *)(param_8 + 0xc) - iVar10" (identifier "iVar1") (= "=") (binary_expression "*(int *)(param_8 + 0xc) - iVar10" (pointer_expression "*(int *)(param_8 + 0xc)" (* "*") (cast_expression "(int *)(param_8 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_8 + 0xc)" (( "(") (binary_expression "param_8 + 0xc" (identifier "param_8") (+ "+") (number_literal "0xc")) () ")")))) (- "-") (identifier "iVar10"))) (, ",") (binary_expression "(SBORROW4(*(int *)(param_8 + 0xc),iVar10) != SBORROW4(iVar1,uVar6)) != (int)(iVar1 - uVar6) < 0" (parenthesized_expression "(SBORROW4(*(int *)(param_8 + 0xc),iVar10) != SBORROW4(iVar1,uVar6))" (( "(") (binary_expression "SBORROW4(*(int *)(param_8 + 0xc),iVar10) != SBORROW4(iVar1,uVar6)" (call_expression "SBORROW4(*(int *)(param_8 + 0xc),iVar10)" (identifier "SBORROW4") (argument_list "(*(int *)(param_8 + 0xc),iVar10)" (( "(") (pointer_expression "*(int *)(param_8 + 0xc)" (* "*") (cast_expression "(int *)(param_8 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_8 + 0xc)" (( "(") (binary_expression "param_8 + 0xc" (identifier "param_8") (+ "+") (number_literal "0xc")) () ")")))) (, ",") (identifier "iVar10") () ")"))) (!= "!=") (call_expression "SBORROW4(iVar1,uVar6)" (identifier "SBORROW4") (argument_list "(iVar1,uVar6)" (( "(") (identifier "iVar1") (, ",") (identifier "uVar6") () ")")))) () ")")) (!= "!=") (binary_expression "(int)(iVar1 - uVar6) < 0" (cast_expression "(int)(iVar1 - uVar6)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "(iVar1 - uVar6)" (( "(") (binary_expression "iVar1 - uVar6" (identifier "iVar1") (- "-") (identifier "uVar6")) () ")"))) (< "<") (number_literal "0")))))) () ")"))) () ")")) (compound_statement "{\n \n FUN_0005f0b0("../../gold/output.h",0x6f,"get_output_view",iVar3);\n }" ({ "{") (expression_statement "FUN_0005f0b0("../../gold/output.h",0x6f,"get_output_view",iVar3);" (call_expression "FUN_0005f0b0("../../gold/output.h",0x6f,"get_output_view",iVar3)" (identifier "FUN_0005f0b0") (argument_list "("../../gold/output.h",0x6f,"get_output_view",iVar3)" (( "(") (string_literal ""../../gold/output.h"" (" """) (string_content "../../gold/output.h") (" """)) (, ",") (number_literal "0x6f") (, ",") (string_literal ""get_output_view"" (" """) (string_content "get_output_view") (" """)) (, ",") (identifier "iVar3") () ")"))) (; ";")) (} "}"))) (expression_statement "iVar1 = *(int *)(param_8 + 0x10);" (assignment_expression "iVar1 = *(int *)(param_8 + 0x10)" (identifier "iVar1") (= "=") (pointer_expression "*(int *)(param_8 + 0x10)" (* "*") (cast_expression "(int *)(param_8 + 0x10)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_8 + 0x10)" (( "(") (binary_expression "param_8 + 0x10" (identifier "param_8") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (expression_statement "local_50 = 0;" (assignment_expression "local_50 = 0" (identifier "local_50") (= "=") (number_literal "0")) (; ";")) (if_statement "if (param_4 != 0) {\n do {\n uVar6 = param_3[2];\n uVar11 = param_3[3];\n uVar9 = param_1[0x2c];\n if (uVar9 <= uVar11) {\n uVar4 = *param_3;\n uVar5 = param_3[1];\n if ((param_7 & param_6) == 0xffffffff) {\n if (uVar5 != (int)uVar4 >> 0x1f) {\n \n FUN_0005f0b0("../../gold/gold.h",0xc0,"convert_types");\n }\n uVar9 = FUN_000c2280(param_5,*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),\n uVar4);\n if (uVar9 == 0xffffffff) {\n \n FUN_0005f0b0("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype");\n }\n local_4c = uVar4 + uVar9;\n local_48 = uVar5 + ((int)uVar9 >> 0x1f) + (uint)CARRY4(uVar4,uVar9);\n uVar9 = param_1[0x2c];\n }\n else {\n local_4c = uVar4 + param_6;\n local_48 = uVar5 + param_7 + (uint)CARRY4(uVar4,param_6);\n }\n uVar4 = param_3[4];\n uVar5 = param_3[5];\n uVar11 = uVar11 - uVar9;\n piVar7 = (int *)(**(code **)(*param_1 + 0x74))(param_1);\n if (param_1[0x16] == 0) {\n \n FUN_0005f0b0("../../gold/object.h",0x603,"next_incremental_reloc_index");\n }\n iVar3 = param_1[0x17];\n if (iVar3 == 0) {\n \n FUN_0005f0b0("../../gold/object.h",0x604,"next_incremental_reloc_index");\n }\n if ((uint)(piVar7[1] - *piVar7 >> 2) <= uVar11) {\n \n FUN_0005f0b0("../../gold/object.h",0x605,"next_incremental_reloc_index");\n }\n piVar7 = (int *)(param_1[0x16] + uVar11 * 4);\n iVar10 = *piVar7;\n *piVar7 = iVar10 + 1;\n puVar8 = (uint *)(uVar2 + (iVar10 + *(int *)(iVar3 + uVar11 * 4)) * 0x18 + iVar1);\n *puVar8 = uVar6;\n puVar8[1] = local_30;\n puVar8[2] = local_4c;\n puVar8[3] = local_48;\n puVar8[4] = uVar4;\n puVar8[5] = uVar5;\n }\n local_50 = local_50 + 1;\n param_3 = param_3 + 6;\n } while (param_4 != local_50);\n }" (if "if") (parenthesized_expression "(param_4 != 0)" (( "(") (binary_expression "param_4 != 0" (identifier "param_4") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n do {\n uVar6 = param_3[2];\n uVar11 = param_3[3];\n uVar9 = param_1[0x2c];\n if (uVar9 <= uVar11) {\n uVar4 = *param_3;\n uVar5 = param_3[1];\n if ((param_7 & param_6) == 0xffffffff) {\n if (uVar5 != (int)uVar4 >> 0x1f) {\n \n FUN_0005f0b0("../../gold/gold.h",0xc0,"convert_types");\n }\n uVar9 = FUN_000c2280(param_5,*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),\n uVar4);\n if (uVar9 == 0xffffffff) {\n \n FUN_0005f0b0("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype");\n }\n local_4c = uVar4 + uVar9;\n local_48 = uVar5 + ((int)uVar9 >> 0x1f) + (uint)CARRY4(uVar4,uVar9);\n uVar9 = param_1[0x2c];\n }\n else {\n local_4c = uVar4 + param_6;\n local_48 = uVar5 + param_7 + (uint)CARRY4(uVar4,param_6);\n }\n uVar4 = param_3[4];\n uVar5 = param_3[5];\n uVar11 = uVar11 - uVar9;\n piVar7 = (int *)(**(code **)(*param_1 + 0x74))(param_1);\n if (param_1[0x16] == 0) {\n \n FUN_0005f0b0("../../gold/object.h",0x603,"next_incremental_reloc_index");\n }\n iVar3 = param_1[0x17];\n if (iVar3 == 0) {\n \n FUN_0005f0b0("../../gold/object.h",0x604,"next_incremental_reloc_index");\n }\n if ((uint)(piVar7[1] - *piVar7 >> 2) <= uVar11) {\n \n FUN_0005f0b0("../../gold/object.h",0x605,"next_incremental_reloc_index");\n }\n piVar7 = (int *)(param_1[0x16] + uVar11 * 4);\n iVar10 = *piVar7;\n *piVar7 = iVar10 + 1;\n puVar8 = (uint *)(uVar2 + (iVar10 + *(int *)(iVar3 + uVar11 * 4)) * 0x18 + iVar1);\n *puVar8 = uVar6;\n puVar8[1] = local_30;\n puVar8[2] = local_4c;\n puVar8[3] = local_48;\n puVar8[4] = uVar4;\n puVar8[5] = uVar5;\n }\n local_50 = local_50 + 1;\n param_3 = param_3 + 6;\n } while (param_4 != local_50);\n }" ({ "{") (do_statement "do {\n uVar6 = param_3[2];\n uVar11 = param_3[3];\n uVar9 = param_1[0x2c];\n if (uVar9 <= uVar11) {\n uVar4 = *param_3;\n uVar5 = param_3[1];\n if ((param_7 & param_6) == 0xffffffff) {\n if (uVar5 != (int)uVar4 >> 0x1f) {\n \n FUN_0005f0b0("../../gold/gold.h",0xc0,"convert_types");\n }\n uVar9 = FUN_000c2280(param_5,*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),\n uVar4);\n if (uVar9 == 0xffffffff) {\n \n FUN_0005f0b0("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype");\n }\n local_4c = uVar4 + uVar9;\n local_48 = uVar5 + ((int)uVar9 >> 0x1f) + (uint)CARRY4(uVar4,uVar9);\n uVar9 = param_1[0x2c];\n }\n else {\n local_4c = uVar4 + param_6;\n local_48 = uVar5 + param_7 + (uint)CARRY4(uVar4,param_6);\n }\n uVar4 = param_3[4];\n uVar5 = param_3[5];\n uVar11 = uVar11 - uVar9;\n piVar7 = (int *)(**(code **)(*param_1 + 0x74))(param_1);\n if (param_1[0x16] == 0) {\n \n FUN_0005f0b0("../../gold/object.h",0x603,"next_incremental_reloc_index");\n }\n iVar3 = param_1[0x17];\n if (iVar3 == 0) {\n \n FUN_0005f0b0("../../gold/object.h",0x604,"next_incremental_reloc_index");\n }\n if ((uint)(piVar7[1] - *piVar7 >> 2) <= uVar11) {\n \n FUN_0005f0b0("../../gold/object.h",0x605,"next_incremental_reloc_index");\n }\n piVar7 = (int *)(param_1[0x16] + uVar11 * 4);\n iVar10 = *piVar7;\n *piVar7 = iVar10 + 1;\n puVar8 = (uint *)(uVar2 + (iVar10 + *(int *)(iVar3 + uVar11 * 4)) * 0x18 + iVar1);\n *puVar8 = uVar6;\n puVar8[1] = local_30;\n puVar8[2] = local_4c;\n puVar8[3] = local_48;\n puVar8[4] = uVar4;\n puVar8[5] = uVar5;\n }\n local_50 = local_50 + 1;\n param_3 = param_3 + 6;\n } while (param_4 != local_50);" (do "do") (compound_statement "{\n uVar6 = param_3[2];\n uVar11 = param_3[3];\n uVar9 = param_1[0x2c];\n if (uVar9 <= uVar11) {\n uVar4 = *param_3;\n uVar5 = param_3[1];\n if ((param_7 & param_6) == 0xffffffff) {\n if (uVar5 != (int)uVar4 >> 0x1f) {\n \n FUN_0005f0b0("../../gold/gold.h",0xc0,"convert_types");\n }\n uVar9 = FUN_000c2280(param_5,*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),\n uVar4);\n if (uVar9 == 0xffffffff) {\n \n FUN_0005f0b0("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype");\n }\n local_4c = uVar4 + uVar9;\n local_48 = uVar5 + ((int)uVar9 >> 0x1f) + (uint)CARRY4(uVar4,uVar9);\n uVar9 = param_1[0x2c];\n }\n else {\n local_4c = uVar4 + param_6;\n local_48 = uVar5 + param_7 + (uint)CARRY4(uVar4,param_6);\n }\n uVar4 = param_3[4];\n uVar5 = param_3[5];\n uVar11 = uVar11 - uVar9;\n piVar7 = (int *)(**(code **)(*param_1 + 0x74))(param_1);\n if (param_1[0x16] == 0) {\n \n FUN_0005f0b0("../../gold/object.h",0x603,"next_incremental_reloc_index");\n }\n iVar3 = param_1[0x17];\n if (iVar3 == 0) {\n \n FUN_0005f0b0("../../gold/object.h",0x604,"next_incremental_reloc_index");\n }\n if ((uint)(piVar7[1] - *piVar7 >> 2) <= uVar11) {\n \n FUN_0005f0b0("../../gold/object.h",0x605,"next_incremental_reloc_index");\n }\n piVar7 = (int *)(param_1[0x16] + uVar11 * 4);\n iVar10 = *piVar7;\n *piVar7 = iVar10 + 1;\n puVar8 = (uint *)(uVar2 + (iVar10 + *(int *)(iVar3 + uVar11 * 4)) * 0x18 + iVar1);\n *puVar8 = uVar6;\n puVar8[1] = local_30;\n puVar8[2] = local_4c;\n puVar8[3] = local_48;\n puVar8[4] = uVar4;\n puVar8[5] = uVar5;\n }\n local_50 = local_50 + 1;\n param_3 = param_3 + 6;\n }" ({ "{") (expression_statement "uVar6 = param_3[2];" (assignment_expression "uVar6 = param_3[2]" (identifier "uVar6") (= "=") (subscript_expression "param_3[2]" (identifier "param_3") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "uVar11 = param_3[3];" (assignment_expression "uVar11 = param_3[3]" (identifier "uVar11") (= "=") (subscript_expression "param_3[3]" (identifier "param_3") ([ "[") (number_literal "3") (] "]"))) (; ";")) (expression_statement "uVar9 = param_1[0x2c];" (assignment_expression "uVar9 = param_1[0x2c]" (identifier "uVar9") (= "=") (subscript_expression "param_1[0x2c]" (identifier "param_1") ([ "[") (number_literal "0x2c") (] "]"))) (; ";")) (if_statement "if (uVar9 <= uVar11) {\n uVar4 = *param_3;\n uVar5 = param_3[1];\n if ((param_7 & param_6) == 0xffffffff) {\n if (uVar5 != (int)uVar4 >> 0x1f) {\n \n FUN_0005f0b0("../../gold/gold.h",0xc0,"convert_types");\n }\n uVar9 = FUN_000c2280(param_5,*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),\n uVar4);\n if (uVar9 == 0xffffffff) {\n \n FUN_0005f0b0("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype");\n }\n local_4c = uVar4 + uVar9;\n local_48 = uVar5 + ((int)uVar9 >> 0x1f) + (uint)CARRY4(uVar4,uVar9);\n uVar9 = param_1[0x2c];\n }\n else {\n local_4c = uVar4 + param_6;\n local_48 = uVar5 + param_7 + (uint)CARRY4(uVar4,param_6);\n }\n uVar4 = param_3[4];\n uVar5 = param_3[5];\n uVar11 = uVar11 - uVar9;\n piVar7 = (int *)(**(code **)(*param_1 + 0x74))(param_1);\n if (param_1[0x16] == 0) {\n \n FUN_0005f0b0("../../gold/object.h",0x603,"next_incremental_reloc_index");\n }\n iVar3 = param_1[0x17];\n if (iVar3 == 0) {\n \n FUN_0005f0b0("../../gold/object.h",0x604,"next_incremental_reloc_index");\n }\n if ((uint)(piVar7[1] - *piVar7 >> 2) <= uVar11) {\n \n FUN_0005f0b0("../../gold/object.h",0x605,"next_incremental_reloc_index");\n }\n piVar7 = (int *)(param_1[0x16] + uVar11 * 4);\n iVar10 = *piVar7;\n *piVar7 = iVar10 + 1;\n puVar8 = (uint *)(uVar2 + (iVar10 + *(int *)(iVar3 + uVar11 * 4)) * 0x18 + iVar1);\n *puVar8 = uVar6;\n puVar8[1] = local_30;\n puVar8[2] = local_4c;\n puVar8[3] = local_48;\n puVar8[4] = uVar4;\n puVar8[5] = uVar5;\n }" (if "if") (parenthesized_expression "(uVar9 <= uVar11)" (( "(") (binary_expression "uVar9 <= uVar11" (identifier "uVar9") (<= "<=") (identifier "uVar11")) () ")")) (compound_statement "{\n uVar4 = *param_3;\n uVar5 = param_3[1];\n if ((param_7 & param_6) == 0xffffffff) {\n if (uVar5 != (int)uVar4 >> 0x1f) {\n \n FUN_0005f0b0("../../gold/gold.h",0xc0,"convert_types");\n }\n uVar9 = FUN_000c2280(param_5,*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),\n uVar4);\n if (uVar9 == 0xffffffff) {\n \n FUN_0005f0b0("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype");\n }\n local_4c = uVar4 + uVar9;\n local_48 = uVar5 + ((int)uVar9 >> 0x1f) + (uint)CARRY4(uVar4,uVar9);\n uVar9 = param_1[0x2c];\n }\n else {\n local_4c = uVar4 + param_6;\n local_48 = uVar5 + param_7 + (uint)CARRY4(uVar4,param_6);\n }\n uVar4 = param_3[4];\n uVar5 = param_3[5];\n uVar11 = uVar11 - uVar9;\n piVar7 = (int *)(**(code **)(*param_1 + 0x74))(param_1);\n if (param_1[0x16] == 0) {\n \n FUN_0005f0b0("../../gold/object.h",0x603,"next_incremental_reloc_index");\n }\n iVar3 = param_1[0x17];\n if (iVar3 == 0) {\n \n FUN_0005f0b0("../../gold/object.h",0x604,"next_incremental_reloc_index");\n }\n if ((uint)(piVar7[1] - *piVar7 >> 2) <= uVar11) {\n \n FUN_0005f0b0("../../gold/object.h",0x605,"next_incremental_reloc_index");\n }\n piVar7 = (int *)(param_1[0x16] + uVar11 * 4);\n iVar10 = *piVar7;\n *piVar7 = iVar10 + 1;\n puVar8 = (uint *)(uVar2 + (iVar10 + *(int *)(iVar3 + uVar11 * 4)) * 0x18 + iVar1);\n *puVar8 = uVar6;\n puVar8[1] = local_30;\n puVar8[2] = local_4c;\n puVar8[3] = local_48;\n puVar8[4] = uVar4;\n puVar8[5] = uVar5;\n }" ({ "{") (expression_statement "uVar4 = *param_3;" (assignment_expression "uVar4 = *param_3" (identifier "uVar4") (= "=") (pointer_expression "*param_3" (* "*") (identifier "param_3"))) (; ";")) (expression_statement "uVar5 = param_3[1];" (assignment_expression "uVar5 = param_3[1]" (identifier "uVar5") (= "=") (subscript_expression "param_3[1]" (identifier "param_3") ([ "[") (number_literal "1") (] "]"))) (; ";")) (if_statement "if ((param_7 & param_6) == 0xffffffff) {\n if (uVar5 != (int)uVar4 >> 0x1f) {\n \n FUN_0005f0b0("../../gold/gold.h",0xc0,"convert_types");\n }\n uVar9 = FUN_000c2280(param_5,*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),\n uVar4);\n if (uVar9 == 0xffffffff) {\n \n FUN_0005f0b0("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype");\n }\n local_4c = uVar4 + uVar9;\n local_48 = uVar5 + ((int)uVar9 >> 0x1f) + (uint)CARRY4(uVar4,uVar9);\n uVar9 = param_1[0x2c];\n }\n else {\n local_4c = uVar4 + param_6;\n local_48 = uVar5 + param_7 + (uint)CARRY4(uVar4,param_6);\n }" (if "if") (parenthesized_expression "((param_7 & param_6) == 0xffffffff)" (( "(") (binary_expression "(param_7 & param_6) == 0xffffffff" (parenthesized_expression "(param_7 & param_6)" (( "(") (binary_expression "param_7 & param_6" (identifier "param_7") (& "&") (identifier "param_6")) () ")")) (== "==") (number_literal "0xffffffff")) () ")")) (compound_statement "{\n if (uVar5 != (int)uVar4 >> 0x1f) {\n \n FUN_0005f0b0("../../gold/gold.h",0xc0,"convert_types");\n }\n uVar9 = FUN_000c2280(param_5,*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),\n uVar4);\n if (uVar9 == 0xffffffff) {\n \n FUN_0005f0b0("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype");\n }\n local_4c = uVar4 + uVar9;\n local_48 = uVar5 + ((int)uVar9 >> 0x1f) + (uint)CARRY4(uVar4,uVar9);\n uVar9 = param_1[0x2c];\n }" ({ "{") (if_statement "if (uVar5 != (int)uVar4 >> 0x1f) {\n \n FUN_0005f0b0("../../gold/gold.h",0xc0,"convert_types");\n }" (if "if") (parenthesized_expression "(uVar5 != (int)uVar4 >> 0x1f)" (( "(") (binary_expression "uVar5 != (int)uVar4 >> 0x1f" (identifier "uVar5") (!= "!=") (binary_expression "(int)uVar4 >> 0x1f" (cast_expression "(int)uVar4" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar4")) (>> ">>") (number_literal "0x1f"))) () ")")) (compound_statement "{\n \n FUN_0005f0b0("../../gold/gold.h",0xc0,"convert_types");\n }" ({ "{") (expression_statement "FUN_0005f0b0("../../gold/gold.h",0xc0,"convert_types");" (call_expression "FUN_0005f0b0("../../gold/gold.h",0xc0,"convert_types")" (identifier "FUN_0005f0b0") (argument_list "("../../gold/gold.h",0xc0,"convert_types")" (( "(") (string_literal ""../../gold/gold.h"" (" """) (string_content "../../gold/gold.h") (" """)) (, ",") (number_literal "0xc0") (, ",") (string_literal ""convert_types"" (" """) (string_content "convert_types") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "uVar9 = FUN_000c2280(param_5,*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),\n uVar4);" (assignment_expression "uVar9 = FUN_000c2280(param_5,*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),\n uVar4)" (identifier "uVar9") (= "=") (call_expression "FUN_000c2280(param_5,*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),\n uVar4)" (identifier "FUN_000c2280") (argument_list "(param_5,*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18),\n uVar4)" (( "(") (identifier "param_5") (, ",") (pointer_expression "*(undefined4 *)(param_2 + 8)" (* "*") (cast_expression "(undefined4 *)(param_2 + 8)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 8)" (( "(") (binary_expression "param_2 + 8" (identifier "param_2") (+ "+") (number_literal "8")) () ")")))) (, ",") (pointer_expression "*(undefined4 *)(param_2 + 0x18)" (* "*") (cast_expression "(undefined4 *)(param_2 + 0x18)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x18)" (( "(") (binary_expression "param_2 + 0x18" (identifier "param_2") (+ "+") (number_literal "0x18")) () ")")))) (, ",") (identifier "uVar4") () ")")))) (; ";")) (if_statement "if (uVar9 == 0xffffffff) {\n \n FUN_0005f0b0("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype");\n }" (if "if") (parenthesized_expression "(uVar9 == 0xffffffff)" (( "(") (binary_expression "uVar9 == 0xffffffff" (identifier "uVar9") (== "==") (number_literal "0xffffffff")) () ")")) (compound_statement "{\n \n FUN_0005f0b0("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype");\n }" ({ "{") (expression_statement "FUN_0005f0b0("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype");" (call_expression "FUN_0005f0b0("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype")" (identifier "FUN_0005f0b0") (argument_list "("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype")" (( "(") (string_literal ""../../gold/reloc.cc"" (" """) (string_content "../../gold/reloc.cc") (" """)) (, ",") (number_literal "0x46d") (, ",") (string_literal ""incremental_relocs_write_reltype"" (" """) (string_content "incremental_relocs_write_reltype") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "local_4c = uVar4 + uVar9;" (assignment_expression "local_4c = uVar4 + uVar9" (identifier "local_4c") (= "=") (binary_expression "uVar4 + uVar9" (identifier "uVar4") (+ "+") (identifier "uVar9"))) (; ";")) (expression_statement "local_48 = uVar5 + ((int)uVar9 >> 0x1f) + (uint)CARRY4(uVar4,uVar9);" (assignment_expression "local_48 = uVar5 + ((int)uVar9 >> 0x1f) + (uint)CARRY4(uVar4,uVar9)" (identifier "local_48") (= "=") (binary_expression "uVar5 + ((int)uVar9 >> 0x1f) + (uint)CARRY4(uVar4,uVar9)" (binary_expression "uVar5 + ((int)uVar9 >> 0x1f)" (identifier "uVar5") (+ "+") (parenthesized_expression "((int)uVar9 >> 0x1f)" (( "(") (binary_expression "(int)uVar9 >> 0x1f" (cast_expression "(int)uVar9" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar9")) (>> ">>") (number_literal "0x1f")) () ")"))) (+ "+") (cast_expression "(uint)CARRY4(uVar4,uVar9)" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (call_expression "CARRY4(uVar4,uVar9)" (identifier "CARRY4") (argument_list "(uVar4,uVar9)" (( "(") (identifier "uVar4") (, ",") (identifier "uVar9") () ")")))))) (; ";")) (expression_statement "uVar9 = param_1[0x2c];" (assignment_expression "uVar9 = param_1[0x2c]" (identifier "uVar9") (= "=") (subscript_expression "param_1[0x2c]" (identifier "param_1") ([ "[") (number_literal "0x2c") (] "]"))) (; ";")) (} "}")) (else_clause "else {\n local_4c = uVar4 + param_6;\n local_48 = uVar5 + param_7 + (uint)CARRY4(uVar4,param_6);\n }" (else "else") (compound_statement "{\n local_4c = uVar4 + param_6;\n local_48 = uVar5 + param_7 + (uint)CARRY4(uVar4,param_6);\n }" ({ "{") (expression_statement "local_4c = uVar4 + param_6;" (assignment_expression "local_4c = uVar4 + param_6" (identifier "local_4c") (= "=") (binary_expression "uVar4 + param_6" (identifier "uVar4") (+ "+") (identifier "param_6"))) (; ";")) (expression_statement "local_48 = uVar5 + param_7 + (uint)CARRY4(uVar4,param_6);" (assignment_expression "local_48 = uVar5 + param_7 + (uint)CARRY4(uVar4,param_6)" (identifier "local_48") (= "=") (binary_expression "uVar5 + param_7 + (uint)CARRY4(uVar4,param_6)" (binary_expression "uVar5 + param_7" (identifier "uVar5") (+ "+") (identifier "param_7")) (+ "+") (cast_expression "(uint)CARRY4(uVar4,param_6)" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (call_expression "CARRY4(uVar4,param_6)" (identifier "CARRY4") (argument_list "(uVar4,param_6)" (( "(") (identifier "uVar4") (, ",") (identifier "param_6") () ")")))))) (; ";")) (} "}")))) (expression_statement "uVar4 = param_3[4];" (assignment_expression "uVar4 = param_3[4]" (identifier "uVar4") (= "=") (subscript_expression "param_3[4]" (identifier "param_3") ([ "[") (number_literal "4") (] "]"))) (; ";")) (expression_statement "uVar5 = param_3[5];" (assignment_expression "uVar5 = param_3[5]" (identifier "uVar5") (= "=") (subscript_expression "param_3[5]" (identifier "param_3") ([ "[") (number_literal "5") (] "]"))) (; ";")) (expression_statement "uVar11 = uVar11 - uVar9;" (assignment_expression "uVar11 = uVar11 - uVar9" (identifier "uVar11") (= "=") (binary_expression "uVar11 - uVar9" (identifier "uVar11") (- "-") (identifier "uVar9"))) (; ";")) (expression_statement "piVar7 = (int *)(**(code **)(*param_1 + 0x74))(param_1);" (assignment_expression "piVar7 = (int *)(**(code **)(*param_1 + 0x74))(param_1)" (identifier "piVar7") (= "=") (cast_expression "(int *)(**(code **)(*param_1 + 0x74))(param_1)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "(**(code **)(*param_1 + 0x74))(param_1)" (parenthesized_expression "(**(code **)(*param_1 + 0x74))" (( "(") (pointer_expression "**(code **)(*param_1 + 0x74)" (* "*") (pointer_expression "*(code **)(*param_1 + 0x74)" (* "*") (cast_expression "(code **)(*param_1 + 0x74)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_1 + 0x74)" (( "(") (binary_expression "*param_1 + 0x74" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0x74")) () ")"))))) () ")")) (argument_list "(param_1)" (( "(") (identifier "param_1") () ")"))))) (; ";")) (if_statement "if (param_1[0x16] == 0) {\n \n FUN_0005f0b0("../../gold/object.h",0x603,"next_incremental_reloc_index");\n }" (if "if") (parenthesized_expression "(param_1[0x16] == 0)" (( "(") (binary_expression "param_1[0x16] == 0" (subscript_expression "param_1[0x16]" (identifier "param_1") ([ "[") (number_literal "0x16") (] "]")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_0005f0b0("../../gold/object.h",0x603,"next_incremental_reloc_index");\n }" ({ "{") (expression_statement "FUN_0005f0b0("../../gold/object.h",0x603,"next_incremental_reloc_index");" (call_expression "FUN_0005f0b0("../../gold/object.h",0x603,"next_incremental_reloc_index")" (identifier "FUN_0005f0b0") (argument_list "("../../gold/object.h",0x603,"next_incremental_reloc_index")" (( "(") (string_literal ""../../gold/object.h"" (" """) (string_content "../../gold/object.h") (" """)) (, ",") (number_literal "0x603") (, ",") (string_literal ""next_incremental_reloc_index"" (" """) (string_content "next_incremental_reloc_index") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "iVar3 = param_1[0x17];" (assignment_expression "iVar3 = param_1[0x17]" (identifier "iVar3") (= "=") (subscript_expression "param_1[0x17]" (identifier "param_1") ([ "[") (number_literal "0x17") (] "]"))) (; ";")) (if_statement "if (iVar3 == 0) {\n \n FUN_0005f0b0("../../gold/object.h",0x604,"next_incremental_reloc_index");\n }" (if "if") (parenthesized_expression "(iVar3 == 0)" (( "(") (binary_expression "iVar3 == 0" (identifier "iVar3") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_0005f0b0("../../gold/object.h",0x604,"next_incremental_reloc_index");\n }" ({ "{") (expression_statement "FUN_0005f0b0("../../gold/object.h",0x604,"next_incremental_reloc_index");" (call_expression "FUN_0005f0b0("../../gold/object.h",0x604,"next_incremental_reloc_index")" (identifier "FUN_0005f0b0") (argument_list "("../../gold/object.h",0x604,"next_incremental_reloc_index")" (( "(") (string_literal ""../../gold/object.h"" (" """) (string_content "../../gold/object.h") (" """)) (, ",") (number_literal "0x604") (, ",") (string_literal ""next_incremental_reloc_index"" (" """) (string_content "next_incremental_reloc_index") (" """)) () ")"))) (; ";")) (} "}"))) (if_statement "if ((uint)(piVar7[1] - *piVar7 >> 2) <= uVar11) {\n \n FUN_0005f0b0("../../gold/object.h",0x605,"next_incremental_reloc_index");\n }" (if "if") (parenthesized_expression "((uint)(piVar7[1] - *piVar7 >> 2) <= uVar11)" (( "(") (binary_expression "(uint)(piVar7[1] - *piVar7 >> 2) <= uVar11" (call_expression "(uint)(piVar7[1] - *piVar7 >> 2)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(piVar7[1] - *piVar7 >> 2)" (( "(") (binary_expression "piVar7[1] - *piVar7 >> 2" (binary_expression "piVar7[1] - *piVar7" (subscript_expression "piVar7[1]" (identifier "piVar7") ([ "[") (number_literal "1") (] "]")) (- "-") (pointer_expression "*piVar7" (* "*") (identifier "piVar7"))) (>> ">>") (number_literal "2")) () ")"))) (<= "<=") (identifier "uVar11")) () ")")) (compound_statement "{\n \n FUN_0005f0b0("../../gold/object.h",0x605,"next_incremental_reloc_index");\n }" ({ "{") (expression_statement "FUN_0005f0b0("../../gold/object.h",0x605,"next_incremental_reloc_index");" (call_expression "FUN_0005f0b0("../../gold/object.h",0x605,"next_incremental_reloc_index")" (identifier "FUN_0005f0b0") (argument_list "("../../gold/object.h",0x605,"next_incremental_reloc_index")" (( "(") (string_literal ""../../gold/object.h"" (" """) (string_content "../../gold/object.h") (" """)) (, ",") (number_literal "0x605") (, ",") (string_literal ""next_incremental_reloc_index"" (" """) (string_content "next_incremental_reloc_index") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "piVar7 = (int *)(param_1[0x16] + uVar11 * 4);" (assignment_expression "piVar7 = (int *)(param_1[0x16] + uVar11 * 4)" (identifier "piVar7") (= "=") (cast_expression "(int *)(param_1[0x16] + uVar11 * 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1[0x16] + uVar11 * 4)" (( "(") (binary_expression "param_1[0x16] + uVar11 * 4" (subscript_expression "param_1[0x16]" (identifier "param_1") ([ "[") (number_literal "0x16") (] "]")) (+ "+") (binary_expression "uVar11 * 4" (identifier "uVar11") (* "*") (number_literal "4"))) () ")")))) (; ";")) (expression_statement "iVar10 = *piVar7;" (assignment_expression "iVar10 = *piVar7" (identifier "iVar10") (= "=") (pointer_expression "*piVar7" (* "*") (identifier "piVar7"))) (; ";")) (expression_statement "*piVar7 = iVar10 + 1;" (assignment_expression "*piVar7 = iVar10 + 1" (pointer_expression "*piVar7" (* "*") (identifier "piVar7")) (= "=") (binary_expression "iVar10 + 1" (identifier "iVar10") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "puVar8 = (uint *)(uVar2 + (iVar10 + *(int *)(iVar3 + uVar11 * 4)) * 0x18 + iVar1);" (assignment_expression "puVar8 = (uint *)(uVar2 + (iVar10 + *(int *)(iVar3 + uVar11 * 4)) * 0x18 + iVar1)" (identifier "puVar8") (= "=") (cast_expression "(uint *)(uVar2 + (iVar10 + *(int *)(iVar3 + uVar11 * 4)) * 0x18 + iVar1)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(uVar2 + (iVar10 + *(int *)(iVar3 + uVar11 * 4)) * 0x18 + iVar1)" (( "(") (binary_expression "uVar2 + (iVar10 + *(int *)(iVar3 + uVar11 * 4)) * 0x18 + iVar1" (binary_expression "uVar2 + (iVar10 + *(int *)(iVar3 + uVar11 * 4)) * 0x18" (identifier "uVar2") (+ "+") (binary_expression "(iVar10 + *(int *)(iVar3 + uVar11 * 4)) * 0x18" (parenthesized_expression "(iVar10 + *(int *)(iVar3 + uVar11 * 4))" (( "(") (binary_expression "iVar10 + *(int *)(iVar3 + uVar11 * 4)" (identifier "iVar10") (+ "+") (pointer_expression "*(int *)(iVar3 + uVar11 * 4)" (* "*") (cast_expression "(int *)(iVar3 + uVar11 * 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar3 + uVar11 * 4)" (( "(") (binary_expression "iVar3 + uVar11 * 4" (identifier "iVar3") (+ "+") (binary_expression "uVar11 * 4" (identifier "uVar11") (* "*") (number_literal "4"))) () ")"))))) () ")")) (* "*") (number_literal "0x18"))) (+ "+") (identifier "iVar1")) () ")")))) (; ";")) (expression_statement "*puVar8 = uVar6;" (assignment_expression "*puVar8 = uVar6" (pointer_expression "*puVar8" (* "*") (identifier "puVar8")) (= "=") (identifier "uVar6")) (; ";")) (expression_statement "puVar8[1] = local_30;" (assignment_expression "puVar8[1] = local_30" (subscript_expression "puVar8[1]" (identifier "puVar8") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "local_30")) (; ";")) (expression_statement "puVar8[2] = local_4c;" (assignment_expression "puVar8[2] = local_4c" (subscript_expression "puVar8[2]" (identifier "puVar8") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "local_4c")) (; ";")) (expression_statement "puVar8[3] = local_48;" (assignment_expression "puVar8[3] = local_48" (subscript_expression "puVar8[3]" (identifier "puVar8") ([ "[") (number_literal "3") (] "]")) (= "=") (identifier "local_48")) (; ";")) (expression_statement "puVar8[4] = uVar4;" (assignment_expression "puVar8[4] = uVar4" (subscript_expression "puVar8[4]" (identifier "puVar8") ([ "[") (number_literal "4") (] "]")) (= "=") (identifier "uVar4")) (; ";")) (expression_statement "puVar8[5] = uVar5;" (assignment_expression "puVar8[5] = uVar5" (subscript_expression "puVar8[5]" (identifier "puVar8") ([ "[") (number_literal "5") (] "]")) (= "=") (identifier "uVar5")) (; ";")) (} "}"))) (expression_statement "local_50 = local_50 + 1;" (assignment_expression "local_50 = local_50 + 1" (identifier "local_50") (= "=") (binary_expression "local_50 + 1" (identifier "local_50") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "param_3 = param_3 + 6;" (assignment_expression "param_3 = param_3 + 6" (identifier "param_3") (= "=") (binary_expression "param_3 + 6" (identifier "param_3") (+ "+") (number_literal "6"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(param_4 != local_50)" (( "(") (binary_expression "param_4 != local_50" (identifier "param_4") (!= "!=") (identifier "local_50")) () ")")) (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.si replaced with injection: get_pc_thunk_si */ /* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void incremental_relocs_write_reltype<4>(Sized_relobj_file<64,_false> * this, Relocate_info<64,_false> * relinfo, uchar * prelocs, size_t reloc_count, Output_section * output_section, Address output_offset, Output_file * of) */ void __thiscall gold::Sized_relobj_file<64,_false>::incremental_relocs_write_reltype<4> (Sized_relobj_file<64,_false> *this,Relocate_info<64,_false> *relinfo,type_5 *prelocs, size_t var_14,var_2 *output_section,Address var_17,Output_file *of) { byte var_6; type_1 *var_1; type_2 *var_5; type_3 *pOVar4; type_4 var_10; int var_11; type_5 *var_23; type_4 *var_22; type_4 var_20; type_4 var_18; type_4 var_9; int var_13; type_6 lVar13; int *piVar14; type_4 *var_21; type_4 var_15; int var_7; type_4 var_16; size_t var_24; type_4 var_3; var_1 = (output_section->super_Output_data)._vptr_Output_data[0xb]; if (var_1 == var_2::do_out_shndx) { var_3 = output_section->out_shndx_; if (var_3 == 0xffffffff) { /* WARNING: Subroutine does not return */ var_4("../../gold/output.h",0x1043,"do_out_shndx"); } } else { var_3 = (*var_1)(output_section); } var_5 = relinfo->layout->incremental_inputs_; if (var_5 == (type_2 *)0x0) { /* WARNING: Subroutine does not return */ var_4("../../gold/reloc.cc",0x44e,"incremental_relocs_write_reltype"); } pOVar4 = var_5->relocs_section_; var_6 = (pOVar4->super_Output_section_data_build).super_Output_section_data.super_Output_data. field_0x1c; if ((var_6 & 4) == 0) { /* WARNING: Subroutine does not return */ var_4("../../gold/output.h",0xe3,"offset"); } var_10 = (type_4)(pOVar4->super_Output_section_data_build).super_Output_section_data. super_Output_data.offset_; var_7 = *(int *)((int)&(pOVar4->super_Output_section_data_build).super_Output_section_data. super_Output_data.offset_ + 4); if ((var_6 & 2) == 0) { /* WARNING: Subroutine does not return */ var_4("../../gold/output.h",0xcf,"data_size"); } var_9 = (type_4)(pOVar4->super_Output_section_data_build).super_Output_section_data. super_Output_data.data_size_; if ((var_7 < 0) || (var_11 = *(int *)((int)&of->file_size_ + 4), var_7 = var_7 + (type_4)var_8(var_9,var_10), var_9 = (type_4)((type_4)of->file_size_ < var_9 + var_10), var_13 = var_11 - var_7, (var_12(var_11,var_7) != var_12(var_13,var_9)) != (int)(var_13 - var_9) < 0)) { /* WARNING: Subroutine does not return */ var_4("../../gold/output.h",0x6f,"get_output_view"); } var_23 = of->base_; var_24 = 0; if (var_14 != 0) { do { var_9 = *(type_4 *)((int)prelocs + 8); var_16 = *(type_4 *)((int)prelocs + 0xc); var_15 = this->local_symbol_count_; if (var_15 <= var_16) { var_20 = *(type_4 *)prelocs; var_18 = *(type_4 *)((int)prelocs + 4); if (var_17 == 0xffffffffffffffff) { if (var_18 != (int)var_20 >> 0x1f) { /* WARNING: Subroutine does not return */ var_4("../../gold/gold.h",0xc0,"convert_types"); } var_15 = var_2::var_17 (output_section,(type_7 *)relinfo->object,relinfo->data_shndx,var_20); if (var_15 == 0xffffffff) { /* WARNING: Subroutine does not return */ var_4("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype"); } lVar13 = var_19(var_18 + ((int)var_15 >> 0x1f) + (type_4)var_8(var_20,var_15), var_20 + var_15); var_15 = this->local_symbol_count_; } else { lVar13 = var_17 + *(type_6 *)prelocs; } var_20 = *(type_4 *)((int)prelocs + 0x10); var_18 = *(type_4 *)((int)prelocs + 0x14); var_16 = var_16 - var_15; piVar14 = (int *)(*(this->super_Sized_relobj<64,_false>).super_Relobj.super_Object. _vptr_Object[0x1d])(this); var_21 = (this->super_Sized_relobj<64,_false>).super_Relobj.reloc_counts_; if (var_21 == (type_4 *)0x0) { /* WARNING: Subroutine does not return */ var_4("../../gold/object.h",0x603,"next_incremental_reloc_index"); } var_22 = (this->super_Sized_relobj<64,_false>).super_Relobj.reloc_bases_; if (var_22 == (type_4 *)0x0) { /* WARNING: Subroutine does not return */ var_4("../../gold/object.h",0x604,"next_incremental_reloc_index"); } if ((type_4)(piVar14[1] - *piVar14 >> 2) <= var_16) { /* WARNING: Subroutine does not return */ var_4("../../gold/object.h",0x605,"next_incremental_reloc_index"); } var_21 = var_21 + var_16; var_15 = *var_21; *var_21 = var_15 + 1; var_21 = (type_4 *)(var_23 + var_10 + (var_15 + var_22[var_16]) * 0x18); *var_21 = var_9; var_21[1] = var_3; *(type_6 *)(var_21 + 2) = lVar13; var_21[4] = var_20; var_21[5] = var_18; } var_24 = var_24 + 1; prelocs = (type_5 *)((int)prelocs + 0x18); } while (var_14 != var_24); } return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (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)) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)) (number_literal))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier)))))))) (expression_statement (assignment_expression left: (identifier) right: (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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)) (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)) (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)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier)) 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))))) (identifier)))))) right: (comma_expression left: (assignment_expression left: (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: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier)))))) right: (comma_expression left: (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (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))))) (identifier))) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) right: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))) right: (number_literal))))))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)) (identifier)))))) (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))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (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: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (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) (pointer_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: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal)))) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (call_expression function: (identifier) arguments: (argument_list (identifier) (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: (binary_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: (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: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (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: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (pointer_expression argument: (identifier))) right: (number_literal)))) right: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))))) right: (number_literal))) right: (identifier)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))))) (return_statement))))
null
/* WARNING: Function: __i686.get_pc_thunk.si replaced with injection: get_pc_thunk_si */ void MASKED(int *param_1,int param_2,uint *param_3,int param_4,int *param_5,uint param_6, uint param_7,int param_8) { int iVar1; uint uVar2; int iVar3; uint uVar4; uint uVar5; uint uVar6; int *piVar7; uint *puVar8; uint uVar9; int iVar10; uint uVar11; int local_50; uint local_4c; uint local_48; uint local_30; if (*(code **)(*param_5 + 0x2c) == FUN_00069430) { local_30 = param_5[0x18]; if (local_30 == 0xffffffff) { /* WARNING: Subroutine does not return */ FUN_0005f0b0("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff); } } else { local_30 = (**(code **)(*param_5 + 0x2c))(param_5); } iVar1 = *(int *)(*(int *)(param_2 + 4) + 0x1d0); if (iVar1 == 0) { /* WARNING: Subroutine does not return */ FUN_0005f0b0("../../gold/reloc.cc",0x44e,"incremental_relocs_write_reltype",0); } iVar1 = *(int *)(iVar1 + 0x3c); if ((*(byte *)(iVar1 + 0x1c) & 4) == 0) { /* WARNING: Subroutine does not return */ FUN_0005f0b0("../../gold/output.h",0xe3,"offset",iVar1); } uVar2 = *(uint *)(iVar1 + 0x14); iVar3 = *(int *)(iVar1 + 0x18); if ((*(byte *)(iVar1 + 0x1c) & 2) == 0) { /* WARNING: Subroutine does not return */ FUN_0005f0b0("../../gold/output.h",0xcf,"data_size"); } if ((iVar3 < 0) || (iVar10 = iVar3 + (uint)CARRY4(*(uint *)(iVar1 + 0xc),uVar2), uVar6 = (uint)(*(uint *)(param_8 + 8) < *(uint *)(iVar1 + 0xc) + uVar2), iVar1 = *(int *)(param_8 + 0xc) - iVar10, (SBORROW4(*(int *)(param_8 + 0xc),iVar10) != SBORROW4(iVar1,uVar6)) != (int)(iVar1 - uVar6) < 0 )) { /* WARNING: Subroutine does not return */ FUN_0005f0b0("../../gold/output.h",0x6f,"get_output_view",iVar3); } iVar1 = *(int *)(param_8 + 0x10); local_50 = 0; if (param_4 != 0) { do { uVar6 = param_3[2]; uVar11 = param_3[3]; uVar9 = param_1[0x2c]; if (uVar9 <= uVar11) { uVar4 = *param_3; uVar5 = param_3[1]; if ((param_7 & param_6) == 0xffffffff) { if (uVar5 != (int)uVar4 >> 0x1f) { /* WARNING: Subroutine does not return */ FUN_0005f0b0("../../gold/gold.h",0xc0,"convert_types"); } uVar9 = FUN_000c2280(param_5,*(undefined4 *)(param_2 + 8),*(undefined4 *)(param_2 + 0x18), uVar4); if (uVar9 == 0xffffffff) { /* WARNING: Subroutine does not return */ FUN_0005f0b0("../../gold/reloc.cc",0x46d,"incremental_relocs_write_reltype"); } local_4c = uVar4 + uVar9; local_48 = uVar5 + ((int)uVar9 >> 0x1f) + (uint)CARRY4(uVar4,uVar9); uVar9 = param_1[0x2c]; } else { local_4c = uVar4 + param_6; local_48 = uVar5 + param_7 + (uint)CARRY4(uVar4,param_6); } uVar4 = param_3[4]; uVar5 = param_3[5]; uVar11 = uVar11 - uVar9; piVar7 = (int *)(**(code **)(*param_1 + 0x74))(param_1); if (param_1[0x16] == 0) { /* WARNING: Subroutine does not return */ FUN_0005f0b0("../../gold/object.h",0x603,"next_incremental_reloc_index"); } iVar3 = param_1[0x17]; if (iVar3 == 0) { /* WARNING: Subroutine does not return */ FUN_0005f0b0("../../gold/object.h",0x604,"next_incremental_reloc_index"); } if ((uint)(piVar7[1] - *piVar7 >> 2) <= uVar11) { /* WARNING: Subroutine does not return */ FUN_0005f0b0("../../gold/object.h",0x605,"next_incremental_reloc_index"); } piVar7 = (int *)(param_1[0x16] + uVar11 * 4); iVar10 = *piVar7; *piVar7 = iVar10 + 1; puVar8 = (uint *)(uVar2 + (iVar10 + *(int *)(iVar3 + uVar11 * 4)) * 0x18 + iVar1); *puVar8 = uVar6; puVar8[1] = local_30; puVar8[2] = local_4c; puVar8[3] = local_48; puVar8[4] = uVar4; puVar8[5] = uVar5; } local_50 = local_50 + 1; param_3 = param_3 + 6; } while (param_4 != local_50); } return; }
151_hppa64-linux-gnu-strip_and_hppa64-linux-gnu-strip_strip.c
stab_variable.cold.10
FUN_0001398c
void stab_variable_cold_10(void) { /* WARNING: Subroutine does not return */ abort(); }
void FUN_0001398c(void) { /* WARNING: Subroutine does not return */ abort(); }
CALL 0x00013890
null
null
null
null
[('const-1', u'RETURN_-1205978726')]
[('const-1', u'RETURN_-1205978726')]
null
null
0001398c
x86
O3
(translation_unit "void FUN_0001398c(void)\n\n{\n /* WARNING: Subroutine does not return */\n abort();\n}\n\n" (function_definition "void FUN_0001398c(void)\n\n{\n /* WARNING: Subroutine does not return */\n abort();\n}" primitive_type (function_declarator "FUN_0001398c(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Subroutine does not return */\n abort();\n}" { comment (expression_statement "abort();" (call_expression "abort()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "void stab_variable_cold_10(void)\n\n{\n /* WARNING: Subroutine does not return */\n abort();\n}\n\n" (function_definition "void stab_variable_cold_10(void)\n\n{\n /* WARNING: Subroutine does not return */\n abort();\n}" primitive_type (function_declarator "stab_variable_cold_10(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_0001398c(void)\n\n{\n \n abort();\n}\n\n" (function_definition "void FUN_0001398c(void)\n\n{\n \n abort();\n}" primitive_type (function_declarator "FUN_0001398c(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_0001398c(void)\n\n{\n \n abort();\n}" (primitive_type "void") (function_declarator "FUN_0001398c(void)" (identifier "FUN_0001398c") (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(); }
5845_x86_64-kfreebsd-gnu-dwp_and_x86_64-kfreebsd-gnu-dwp_strip.c
free_input_to_output_map
FUN_0014cf70
/* DWARF original prototype: void free_input_to_output_map(Symbol_value<32> * this) */ void __thiscall gold::Symbol_value<32>::free_input_to_output_map(Symbol_value<32> *this) { if ((char)this->field_0xb < '\0') { return; } std:: _Hashtable<int,_std::pair<int_const,_unsigned_int>,_std::allocator<std::pair<int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<int>,_std::hash<int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_> ::clear((_Hashtable<int,_std::pair<int_const,_unsigned_int>,_std::allocator<std::pair<int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<int>,_std::hash<int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_> *)&((this->u_).merged_symbol_value)->output_addresses_); return; }
void FUN_0014cf70(int param_1) { if (*(char *)(param_1 + 0xb) < '\0') { return; } FUN_0014cf00(); return; }
MOV EAX,dword ptr [ESP + 0x4] CMP byte ptr [EAX + 0xb],0x0 JNS 0x0014cf80 RET MOV EAX,dword ptr [EAX + 0xc] ADD EAX,0x8 MOV dword ptr [ESP + 0x4],EAX JMP 0x0014cf00
null
null
null
null
[('const-11', u'PTRSUB_-1207185427'), ('const-417', u'LOAD_-1207185513'), (u'LOAD_-1207185513', u'PTRSUB_-1207185410'), (u'CAST_-1207185402', u'CALL_-1207185484'), (u'PTRSUB_-1207185427', u'LOAD_-1207185542'), (u'PTRSUB_-1207185414', u'PTRSUB_-1207185411'), ('const-0', u'PTRSUB_-1207185411'), ('const-8', u'PTRSUB_-1207185410'), ('const-417', u'LOAD_-1207185542'), (u'PTRSUB_-1207185411', u'LOAD_-1207185513'), ('tmp_104', u'PTRSUB_-1207185427'), ('tmp_44', u'CBRANCH_-1207185523'), (u'INT_SLESS_-1207185526', u'CBRANCH_-1207185523'), ('const-0', u'RETURN_-1207185513'), ('tmp_104', u'PTRSUB_-1207185414'), ('const-0', u'RETURN_-1207185480'), (u'CAST_-1207185426', u'INT_SLESS_-1207185526'), (u'LOAD_-1207185542', u'CAST_-1207185426'), (u'PTRSUB_-1207185410', u'CAST_-1207185402'), ('const-0', u'INT_SLESS_-1207185526'), ('const-12', u'PTRSUB_-1207185414')]
[(u'INT_ADD_-1207185526', u'CAST_-1207185429'), (u'CAST_-1207185429', u'LOAD_-1207185542'), (u'LOAD_-1207185542', u'INT_SLESS_-1207185526'), ('const-11', u'INT_ADD_-1207185526'), ('const-0', u'INT_SLESS_-1207185526'), ('tmp_44', u'CBRANCH_-1207185523'), (u'INT_SLESS_-1207185526', u'CBRANCH_-1207185523'), ('const-0', u'RETURN_-1207185513'), ('const-0', u'RETURN_-1207185480'), ('const-417', u'LOAD_-1207185542'), ('tmp_156', u'INT_ADD_-1207185526')]
null
null
0014cf70
x86
O3
(translation_unit "void FUN_0014cf70(int param_1)\n\n{\n if (*(char *)(param_1 + 0xb) < '\0') {\n return;\n }\n FUN_0014cf00();\n return;\n}\n\n" (function_definition "void FUN_0014cf70(int param_1)\n\n{\n if (*(char *)(param_1 + 0xb) < '\0') {\n return;\n }\n FUN_0014cf00();\n return;\n}" primitive_type (function_declarator "FUN_0014cf70(int param_1)" identifier (parameter_list "(int param_1)" ( (parameter_declaration "int param_1" primitive_type identifier) ))) (compound_statement "{\n if (*(char *)(param_1 + 0xb) < '\0') {\n return;\n }\n FUN_0014cf00();\n return;\n}" { (if_statement "if (*(char *)(param_1 + 0xb) < '\0') {\n return;\n }" if (parenthesized_expression "(*(char *)(param_1 + 0xb) < '\0')" ( (binary_expression "*(char *)(param_1 + 0xb) < '\0'" (pointer_expression "*(char *)(param_1 + 0xb)" * (cast_expression "(char *)(param_1 + 0xb)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xb)" ( (binary_expression "param_1 + 0xb" identifier + number_literal) )))) < (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "FUN_0014cf00();" (call_expression "FUN_0014cf00()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* DWARF original prototype: void free_input_to_output_map(Symbol_value<32> * this) */\n\nvoid __thiscall gold::Symbol_value<32>::free_input_to_output_map(Symbol_value<32> *this)\n\n{\n if ((char)this->field_0xb < '\0') {\n return;\n }\n std::\n _Hashtable<int,_std::pair<int_const,_unsigned_int>,_std::allocator<std::pair<int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<int>,_std::hash<int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n ::clear((_Hashtable<int,_std::pair<int_const,_unsigned_int>,_std::allocator<std::pair<int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<int>,_std::hash<int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n *)&((this->u_).merged_symbol_value)->output_addresses_);\n return;\n}\n\n" comment (function_definition "void __thiscall gold::Symbol_value<32>::free_input_to_output_map(Symbol_value<32> *this)\n\n{\n if ((char)this->field_0xb < '\0') {\n return;\n }\n std::\n _Hashtable<int,_std::pair<int_const,_unsigned_int>,_std::allocator<std::pair<int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<int>,_std::hash<int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n ::clear((_Hashtable<int,_std::pair<int_const,_unsigned_int>,_std::allocator<std::pair<int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<int>,_std::hash<int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n *)&((this->u_).merged_symbol_value)->output_addresses_);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Symbol_value<32>::" identifier : : identifier < number_literal > : :) (function_declarator "free_input_to_output_map(Symbol_value<32> *this)" identifier (parameter_list "(Symbol_value<32> *this)" ( (parameter_declaration "Symbol_value<32> *this" type_identifier (ERROR "<32>" < number_literal >) (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n if ((char)this->field_0xb < '\0') {\n return;\n }\n std::\n _Hashtable<int,_std::pair<int_const,_unsigned_int>,_std::allocator<std::pair<int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<int>,_std::hash<int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n ::clear((_Hashtable<int,_std::pair<int_const,_unsigned_int>,_std::allocator<std::pair<int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<int>,_std::hash<int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n *)&((this->u_).merged_symbol_value)->output_addresses_);\n return;\n}" { (if_statement "if ((char)this->field_0xb < '\0') {\n return;\n }" if (parenthesized_expression "((char)this->field_0xb < '\0')" ( (binary_expression "(char)this->field_0xb < '\0'" (cast_expression "(char)this->field_0xb" ( (type_descriptor "char" primitive_type) ) (field_expression "this->field_0xb" identifier -> field_identifier)) < (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (ERROR "std::\n _Hashtable<int,_std::pair<int_const,_unsigned_int>,_std::allocator<std::pair<int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<int>,_std::hash<int>,_std::__detail::_Mod_range_hashing,_std::" (comma_expression "std::\n _Hashtable<int,_std::pair<int_const,_unsigned_int>,_std::allocator<std::pair<int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<int>,_std::hash<int>,_std" identifier (ERROR "::\n _Hashtable<int,_std::pair<int_const,_unsigned_int>,_std::allocator<std::pair<int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<int>,_std::hash<int>" : : (comma_expression "_Hashtable<int,_std" (binary_expression "_Hashtable<int" identifier < identifier) , identifier) : : (comma_expression "pair<int_const,_unsigned_int>,_std" (binary_expression "pair<int_const" identifier < identifier) , (binary_expression "_unsigned_int>,_std" identifier > (ERROR "," ,) identifier)) : : (binary_expression "allocator<std" identifier < identifier) : : (comma_expression "pair<int_const,_unsigned_int>_>,_std" (binary_expression "pair<int_const" identifier < identifier) , (binary_expression "_unsigned_int>_>,_std" (binary_expression "_unsigned_int>_" identifier > identifier) > (ERROR "," ,) identifier)) : : (comma_expression "__detail::_Select1st,_std::equal_to<int>,_std" identifier (ERROR "::_Select1st,_std::equal_to<int>" : : (comma_expression "_Select1st,_std" identifier , identifier) : : (binary_expression "equal_to<int" identifier < identifier) >) , identifier) : : (binary_expression "hash<int" identifier < identifier) >) , identifier) : : identifier : : (comma_expression "_Mod_range_hashing,_std" identifier , identifier) : :) (labeled_statement "__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n ::clear((_Hashtable<int,_std::pair<int_const,_unsigned_int>,_std::allocator<std::pair<int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<int>,_std::hash<int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n *)&((this->u_).merged_symbol_value)->output_addresses_);" statement_identifier (ERROR "::_Default_ranged_hash,_std:" : : (comma_expression "_Default_ranged_hash,_std" identifier , identifier) :) : (labeled_statement "__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n ::clear((_Hashtable<int,_std::pair<int_const,_unsigned_int>,_std::allocator<std::pair<int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<int>,_std::hash<int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n *)&((this->u_).merged_symbol_value)->output_addresses_);" statement_identifier (ERROR "::_Prime_rehash_policy,_std:" : : (comma_expression "_Prime_rehash_policy,_std" identifier , identifier) :) : (labeled_statement "__detail::_Hashtable_traits<false,_false,_true>_>\n ::clear((_Hashtable<int,_std::pair<int_const,_unsigned_int>,_std::allocator<std::pair<int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<int>,_std::hash<int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n *)&((this->u_).merged_symbol_value)->output_addresses_);" statement_identifier : (ERROR ":" :) (expression_statement "_Hashtable_traits<false,_false,_true>_>\n ::clear((_Hashtable<int,_std::pair<int_const,_unsigned_int>,_std::allocator<std::pair<int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<int>,_std::hash<int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n *)&((this->u_).merged_symbol_value)->output_addresses_);" (comma_expression "_Hashtable_traits<false,_false,_true>_>\n ::clear((_Hashtable<int,_std::pair<int_const,_unsigned_int>,_std::allocator<std::pair<int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<int>,_std::hash<int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n *)&((this->u_).merged_symbol_value)->output_addresses_)" (binary_expression "_Hashtable_traits<false" identifier < false) , (comma_expression "_false,_true>_>\n ::clear((_Hashtable<int,_std::pair<int_const,_unsigned_int>,_std::allocator<std::pair<int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<int>,_std::hash<int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n *)&((this->u_).merged_symbol_value)->output_addresses_)" identifier , (binary_expression "_true>_>\n ::clear((_Hashtable<int,_std::pair<int_const,_unsigned_int>,_std::allocator<std::pair<int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<int>,_std::hash<int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n *)&((this->u_).merged_symbol_value)->output_addresses_)" (binary_expression "_true>_" identifier > identifier) > (ERROR "::" : :) (call_expression "clear((_Hashtable<int,_std::pair<int_const,_unsigned_int>,_std::allocator<std::pair<int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<int>,_std::hash<int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n *)&((this->u_).merged_symbol_value)->output_addresses_)" identifier (argument_list "((_Hashtable<int,_std::pair<int_const,_unsigned_int>,_std::allocator<std::pair<int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<int>,_std::hash<int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n *)&((this->u_).merged_symbol_value)->output_addresses_)" ( (binary_expression "(_Hashtable<int,_std::pair<int_const,_unsigned_int>,_std::allocator<std::pair<int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<int>,_std::hash<int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n *)&((this->u_).merged_symbol_value)->output_addresses_" (parenthesized_expression "(_Hashtable<int,_std::pair<int_const,_unsigned_int>,_std::allocator<std::pair<int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<int>,_std::hash<int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n *)" ( (ERROR "_Hashtable<int,_std::pair<int_const,_unsigned_int>,_std::allocator<std::pair<int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<int>,_std::hash<int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::" (comma_expression "_Hashtable<int,_std" (binary_expression "_Hashtable<int" identifier < identifier) , identifier) : : (comma_expression "pair<int_const,_unsigned_int>,_std" (binary_expression "pair<int_const" identifier < identifier) , (binary_expression "_unsigned_int>,_std" identifier > (ERROR "," ,) identifier)) : : (binary_expression "allocator<std" identifier < identifier) : : (comma_expression "pair<int_const,_unsigned_int>_>,_std" (binary_expression "pair<int_const" identifier < identifier) , (binary_expression "_unsigned_int>_>,_std" (binary_expression "_unsigned_int>_" identifier > identifier) > (ERROR "," ,) identifier)) : : identifier : : (comma_expression "_Select1st,_std" identifier , identifier) : : (binary_expression "equal_to<int>,_std" (binary_expression "equal_to<int" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "hash<int>,_std" (binary_expression "hash<int" identifier < identifier) > (ERROR "," ,) identifier) : : identifier : : (comma_expression "_Mod_range_hashing,_std" identifier , identifier) : : identifier : : (comma_expression "_Default_ranged_hash,_std" identifier , identifier) : : identifier : : (comma_expression "_Prime_rehash_policy,_std" identifier , identifier) : : identifier : :) (comma_expression "_Hashtable_traits<false,_false,_true>_>\n *" (binary_expression "_Hashtable_traits<false" identifier < false) , (comma_expression "_false,_true>_>\n *" identifier , (binary_expression "_true>_>\n *" (binary_expression "_true>_" identifier > identifier) > (pointer_expression "*" * identifier)))) )) & (field_expression "((this->u_).merged_symbol_value)->output_addresses_" (parenthesized_expression "((this->u_).merged_symbol_value)" ( (field_expression "(this->u_).merged_symbol_value" (parenthesized_expression "(this->u_)" ( (field_expression "this->u_" identifier -> field_identifier) )) . field_identifier) )) -> field_identifier)) )))))) ;)))) (return_statement "return;" return ;) })))
(translation_unit "void FUN_0014cf70(int param_1)\n\n{\n if (*(char *)(param_1 + 0xb) < '\0') {\n return;\n }\n FUN_0014cf00();\n return;\n}\n\n" (function_definition "void FUN_0014cf70(int param_1)\n\n{\n if (*(char *)(param_1 + 0xb) < '\0') {\n return;\n }\n FUN_0014cf00();\n return;\n}" primitive_type (function_declarator "FUN_0014cf70(int param_1)" identifier (parameter_list "(int param_1)" ( (parameter_declaration "int param_1" primitive_type identifier) ))) (compound_statement "{\n if (*(char *)(param_1 + 0xb) < '\0') {\n return;\n }\n FUN_0014cf00();\n return;\n}" { (if_statement "if (*(char *)(param_1 + 0xb) < '\0') {\n return;\n }" if (parenthesized_expression "(*(char *)(param_1 + 0xb) < '\0')" ( (binary_expression "*(char *)(param_1 + 0xb) < '\0'" (pointer_expression "*(char *)(param_1 + 0xb)" * (cast_expression "(char *)(param_1 + 0xb)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xb)" ( (binary_expression "param_1 + 0xb" identifier + number_literal) )))) < (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "FUN_0014cf00();" (call_expression "FUN_0014cf00()" identifier (argument_list "()" ( ))) ;) (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 (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 ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (return_statement return ;) })))
(function_definition "void FUN_0014cf70(int param_1)\n\n{\n if (*(char *)(param_1 + 0xb) < '\0') {\n return;\n }\n FUN_0014cf00();\n return;\n}" (primitive_type "void") (function_declarator "FUN_0014cf70(int param_1)" (identifier "FUN_0014cf70") (parameter_list "(int param_1)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) () ")"))) (compound_statement "{\n if (*(char *)(param_1 + 0xb) < '\0') {\n return;\n }\n FUN_0014cf00();\n return;\n}" ({ "{") (if_statement "if (*(char *)(param_1 + 0xb) < '\0') {\n return;\n }" (if "if") (parenthesized_expression "(*(char *)(param_1 + 0xb) < '\0')" (( "(") (binary_expression "*(char *)(param_1 + 0xb) < '\0'" (pointer_expression "*(char *)(param_1 + 0xb)" (* "*") (cast_expression "(char *)(param_1 + 0xb)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xb)" (( "(") (binary_expression "param_1 + 0xb" (identifier "param_1") (+ "+") (number_literal "0xb")) () ")")))) (< "<") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_0014cf00();" (call_expression "FUN_0014cf00()" (identifier "FUN_0014cf00") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* DWARF original prototype: void free_input_to_output_map(Symbol_value<32> * this) */ void __thiscall gold::type_1<32>::function_1(type_1<32> *this) { if ((char)this->field_0xb < '\0') { return; } std:: _Hashtable<int,_std::pair<int_const,_unsigned_int>,_std::allocator<std::pair<int_const,_unsigned_int>var_3>,_std::__detail::_Select1st,_std::equal_to<int>,_std::hash<int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::var_1<false,_false,var_2>var_3> ::var_4((_Hashtable<int,_std::pair<int_const,_unsigned_int>,_std::allocator<std::pair<int_const,_unsigned_int>var_3>,_std::__detail::_Select1st,_std::equal_to<int>,_std::hash<int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::var_1<false,_false,var_2>var_3> *)&((this->u_).merged_symbol_value)->output_addresses_); 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 (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))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (return_statement))))
null
void MASKED(int param_1) { if (*(char *)(param_1 + 0xb) < '\0') { return; } FUN_0014cf00(); return; }